@charset "UTF-8";
/*.event_name_,*/
.category_name_ {
  display: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

#cmn_header {
  margin-bottom: 0 !important;
}

#footer {
  margin-top: 0 !important;
}

.wrapper_ {
  /* background: url("/html/upload/user_data/feature/oggp/img/bg.jpg") top center repeat; */
  padding: 30px 0 100px;
  overflow: hidden;
}

.oggp {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.7;
  text-align: center;
}

.oggp .event_name_img_ {
  margin-bottom: 0px !important;
}

.ec-featureRole__headdescription img {
  width: 100% !important;
}

/* リード */
.oggp .lead {
  border: 5px double #004580;
  padding: 40px 20px;
  margin: 40px;
  background: #eef4f8;
}

.oggp .lead p {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 0px;
  line-height: 3rem;
}

.oggp .lead p:first-of-type {
  display: inline-block;
  font-weight: bold;
  font-size: 180%;
  border-bottom: 2px solid #004580;
  color: #004580;
  margin-bottom: 40px;
  line-height: 1.2;
}

.oggp .lead span {
  font-size: 140%;
  font-weight: bold;
  color: #004580;
}

/* アンカーリンク */
.oggp .ancherlink {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.oggp .ancherlink a {
  display: block;
  font-weight: bold;
  font-size: 105%;
  color: #fff;
  background: url("/html/upload/user_data/feature/oggp/img/icon_ancher.png") center bottom 8px no-repeat #004580;
  padding: 14px 0px 18px;
  width: 25%;
  transition: 0.4s ease-in-out;
  line-height: 1.2;
}

.oggp .ancherlink a:first-of-type {
  border-radius: 5px 0 0 5px;
}

.oggp .ancherlink a:last-of-type {
  border-radius: 0 5px 5px 0;
}

.oggp .ancherlink a:nth-of-type(n+2) {
  border-left: #fff solid 2px;
}

.oggp .ancherlink a:hover {
  background-color: #9e812d;
  text-decoration: none;
  background-position: center bottom 5px;
}

/* 見出し */
.oggp h2 {
  font-weight: bold;
  font-size: 200%;
  color: #004580;
  margin: 0 0 30px;
  line-height: 1.4;
}

/* おみやげグランプリとは */
.oggp #about {
  border: 2px solid #e7201a;
  border-radius: 20px;
  padding: 40px;
  position: relative;
  margin: 0 40px 60px;
  background: #fef6f4;
}

.oggp #about::before {
  position: absolute;
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url("/html/upload/user_data/feature/oggp/img/about_img01.png") 0 0 no-repeat;
  background-size: contain;
  top: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.oggp #about::after {
  position: absolute;
  content: "";
  display: block;
  width: 130px;
  height: 100px;
  background: url("/html/upload/user_data/feature/oggp/img/about_img02.png") 0 0 no-repeat;
  background-size: contain;
  bottom: -60px;
  right: 40px;
}

.oggp #about p {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 2rem;
}

/* エントリー商品のご紹介 */
.oggp #item {
  margin: 80px 40px;
  padding: 50px;
  background: #fff;
  border-radius: 20px;
  border: 8px solid #9d2224;
}

.oggp #item h3 {
  margin: 40px 0 30px;
}

.oggp #item h3 span {
  font-size: 120%;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  background: #fef6f4;
  border-radius: 5px;
}

.oggp #item h3 span:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 10px solid #fef6f4;
}

.oggp #item a {
  display: inline-block;
  border-radius: 30px;
  padding: 10px 30px;
  margin: 0 5px 20px;
  font-size: 120%;
  font-weight: bold;
  color: #fff;
  background-color: #004580;
  transition: 0.4s ease-in-out;
}

.oggp #item a:hover {
  background-color: #9e812d;
  text-decoration: none;
}

.oggp #item .end {
  pointer-events: none;
  background: #8C8286;
  transition: none;
}

/* 公式サイト */
.oggp [id^=site] {
  border-top: 5px double #004580;
  padding: 40px 0;
  margin-top: 40px;
}

.oggp #site02 {
  border-bottom: 5px double #9e812d;
  margin-bottom: 80px;
}

.oggp [id^=site] p {
  font-weight: bold;
}

/* ボタン */
.oggp .btn {
  color: #fff;
  display: inline-block;
  padding: 15px 35px 15px 30px;
  border-radius: 5px;
  background: url("/html/upload/user_data/feature/oggp/img/icon_link.png") center right 15px no-repeat #004580;
  margin: 20px 0 0;
  line-height: 1.2;
  transition: 0.3s ease-in-out;
}

.oggp .btn:hover {
  background-color: #9e812d;
  text-decoration: none;
  background-position: center right 10px;
}

/* 注意事項 */
.notes_box {
  margin-bottom: 50px;
  padding: 40px;
  background: #E1E1E1;
}

.notes_box .notes_h {
  margin-bottom: 30px;
  text-align: center;
  font-size: 2.5rem;
  /* 22px */
}

.notes_box .notes_ttl {
  margin-bottom: 0.8em;
  font-size: 1rem;
  /* 16px */
}

.notes_box .notes_ttl::before {
  content: "●";
  display: inline-block;
  color: #999;
}

.notes_box .notes_list li {
  margin-bottom: 0.6em;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 95%;
  text-align: left;
}

.notes_box .notes_list li a {
  text-decoration: underline;
}

.notes_box p {
  margin: 20px 0 10px;
}

/* スマホ
---------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .oggp .pc {
    display: none;
  }
  .oggp .sp {
    display: block;
  }
  .oggp {
    padding: 0;
  }
  .oggp h1 {
    margin: 0 -4% 4%;
  }
  /* リード */
  .oggp .lead {
    padding: 20px 10px;
    margin: 4% 0 40px;
  }
  .oggp .lead p {
    text-align: center;
    line-height: 2.5rem;
  }
  .oggp .lead p:first-of-type {
    font-size: 1.7rem;
    margin: 0 -5px 25px;
    text-align: center;
    padding: 0 0 15px 0;
  }
  .oggp .lead .txtC {
    text-align: center;
  }
  .oggp .lead span {
    font-size: 140%;
  }
  /* アンカーリンク */
  .oggp .ancherlink {
    justify-content: space-between;
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
  .oggp .ancherlink a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 100%;
    background: url("/html/upload/user_data/feature/oggp/img/icon_ancher.png") center bottom 5px no-repeat #004580;
    padding: 12px 0px;
    width: 33%;
    box-sizing: border-box;
    margin-bottom: 1px;
    text-decoration: none;
    line-height: 1.4;
  }
  .oggp .ancherlink a {
    border-radius: 0;
  }
  .oggp .ancherlink a:nth-of-type(n+2) {
    border-left: none;
  }
  .oggp .ancherlink a:first-of-type {
    border-radius: 5px 0 0 5px;
  }
  .oggp .ancherlink a:last-of-type {
    border-radius: 0 5px 5px 0;
  }
  /* 見出し */
  .oggp h2 {
    font-size: 160%;
    margin: 0 0 20px;
  }
  /* おみやげグランプリとは */
  .oggp #about {
    padding: 30px 20px 10px;
    margin: 0 0 40px;
  }
  .oggp #about::before {
    width: 50px;
    height: 50px;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .oggp #about::after {
    width: 90px;
    height: 60px;
    bottom: -15px;
    right: 30px;
  }
  .oggp #about p {
    text-align: left;
  }
  /* エントリー商品のご紹介 */
  .oggp #item {
    margin: 40px 0;
    padding: 30px 20px;
    border: 6px solid #ECE5C1;
  }
  .oggp #item h3 {
    margin: 20px 0 15px;
    font-size: 100%;
    padding: 5px 15px;
  }
  .oggp #item a {
    margin: 0 1px 10px;
    text-decoration: none;
    padding: 8px 15px;
    font-size: 105%;
  }
  /* 公式サイト */
  .oggp [id^=site] {
    padding: 20px 0;
  }
  .oggp #site02 {
    margin-bottom: 40px;
  }
  .oggp [id^=site] h2 {
    margin-top: 0;
  }
  .oggp [id^=site] p {
    text-align: left;
  }
  /* ボタン */
  .oggp .btn {
    text-decoration: none;
  }
  /* 注意事項 */
  .notes_box {
    margin-bottom: 50px;
    padding: 40px;
    background: #E1E1E1;
  }
  .notes_box .notes_h {
    margin-bottom: 30px;
    text-align: center;
    font-size: 2rem;
  }
  .notes_box .notes_ttl {
    margin-bottom: 0.8em;
    font-size: 1rem;
    /* 16px */
  }
  .notes_box .notes_ttl::before {
    content: "●";
    display: inline-block;
    color: #999;
  }
  .notes_box .notes_list li {
    margin-bottom: 0.6em;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .notes_box .notes_list li a {
    text-decoration: underline;
  }
  .notes_box p {
    margin: 20px 0 10px;
  }
  .notes_box {
    padding: 5%;
  }
  .notes_h {
    margin-bottom: 5% !important;
  }
  #site01 p {
    font-size: 1.8rem;
  }
}
.shoppage_wrap_ span.title_desing_line_,
.shoppage_wrap_ .event_title_:after {
  background-color: #004580 !important;
}

#site01 p {
  font-size: 2rem;
}

.ec-featureRole__head {
  display: none;
}

/* 受賞商品 */
#awardTtl {
  width: 80%;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #awardTtl {
    width: 100%;
  }
}
#awardTtl p {
  margin: 40px auto;
  font-size: 1.2em;
}

#awardItem .awardItemname img {
  width: 60px !important;
  height: auto !important;
  vertical-align: middle;
  margin: -20px 8px 0 0;
}
#awardItem .awardItemname p {
  background-color: #024480 !important;
  color: #fff;
  padding: 20px 0;
  font-size: 1.8em !important;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  #awardItem {
    margin-top: 50px;
  }
  #awardItem .awardItemname {
    position: relative;
  }
  #awardItem .awardItemname img {
    width: 55px !important;
    height: auto !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -38px;
    margin: 0;
  }
  #awardItem .awardItemname p {
    padding: 15px 15px 10px;
    font-size: 1.5em !important;
  }
}
#awardItem .awardImg {
  width: 35%;
  margin: 3% 2% 0px 3%;
  float: left;
}

@media only screen and (max-width: 767px) {
  #awardItem .awardImg {
    width: 90%;
    margin: 5% !important;
  }
}
#awardItem {
  background-color: #FFF !important;
}

#awardItem::after {
  content: "";
  display: block;
  clear: both;
}

#awardItem .awardManu p {
  margin: 30px 0;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  #awardItem .awardManu p {
    margin: 10px 0;
  }
}
#awardItem .awardManu p span {
  color: #004580;
  font-weight: bold;
  font-size: 1.2em;
}

#awardItem .awardManu p span:before {
  content: "";
  display: inline-block;
  margin-right: 0.8em;
  width: 19px;
  height: 32px;
  background: url(/html/upload/user_data/feature/oggp/img/icon2_pc.png) center center no-repeat;
  vertical-align: -0.7em;
}

#awardItem .uservoice {
  background-color: #eef4f8 !important;
  border: solid 2px #6b96bb;
  padding: 30px;
}

#awardItem .voicettl {
  font-size: 1.2em;
  padding-right: 50px;
}

@media only screen and (max-width: 767px) {
  #awardItem .voicettl {
    padding-right: 5%;
  }
}
#awardItem .voicettl:before {
  content: "";
  display: inline-block;
  margin-right: 0.5em;
  width: 38px;
  height: 30px;
  background: url(/html/upload/user_data/feature/oggp/img/2026/icon3_pc_navy.png) center center no-repeat;
  vertical-align: -0.5em;
}

#awardItem .rightBox {
  width: 55%;
  float: right;
  margin-right: 30px !important;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  #awardItem .rightBox {
    width: 90%;
    text-align: center;
    margin: 0 5% !important;
  }
}
#awardItem .uservoice p {
  text-align: center;
  margin-bottom: 10px;
}

#awardItem {
  padding-bottom: 30px;
}

#awardItem .uservoice ul li {
  text-align: left;
  list-style: inside;
  margin-bottom: 10px;
  text-indent: -1em;
  padding-left: 1em;
}

#awardItem .price {
  font-weight: bold;
  font-size: 1.6em;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  #awardItem .price {
    text-align: center;
  }
}
.btn_ {
  display: inline-block;
  padding: 15px 80px 15px 80px;
  border-radius: 30px;
  background: url(/html/upload/user_data/feature/oggp/img/icon_link.png) center right 15px no-repeat #004580;
  margin: 20px 0 0;
  line-height: 1.2;
  transition: 0.3s ease-in-out;
}
.btn_ a {
  color: #fff;
}

.btn2 {
  margin: 50px 0 100px;
}
.btn2 a {
  color: #fff !important;
  display: inline-block;
  padding: 15px 40px 15px 40px;
  border-radius: 5px;
  background: url(/html/upload/user_data/feature/oggp/img/icon_link.png) center right 15px no-repeat #004580;
  margin: 20px 0 0;
  line-height: 1.2;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .btn_ {
    transition: 0s;
    padding: 15px 100px 15px 100px;
  }
  .btn2 a {
    transition: 0s;
  }
}
.btn_:hover,
.btn2 a:hover {
  background-color: #9e812d;
  text-decoration: none;
  background-position: center right 10px;
}

@media only screen and (max-width: 767px) {
  .btn_:hover,
  .btn2 a:hover {
    background-color: #004580;
    background-position: center right 15px;
  }
}
.cpPeriod {
  background: #004580;
  padding: 1%;
  text-align: center;
}

.cpPeriod p {
  color: #FFF !important;
  margin: 0 !important;
  font-weight: normal !important;
}

@media only screen and (max-width: 767px) {
  .cpPeriod {
    margin-bottom: 20px;
  }
  .cpPeriod p {
    margin: 0 !important;
    padding: 0 !important;
  }
}
.awardItemwrapper {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 0;
}
.awardItemwrapper .awardItemcontainer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 48.5%;
  background-color: #fff;
  padding: 35px 30px;
  border-top: 6px solid #004580;
  position: relative;
}
.awardItemwrapper .awardItemcontainer .numbericon {
  width: 65px !important;
  height: auto !important;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -40px;
}
.awardItemwrapper .awardItemcontainer .itemimage {
  width: 42% !important;
  height: auto !important;
}
.awardItemwrapper .awardItemcontainer ul {
  width: 55%;
}
.awardItemwrapper .awardItemcontainer ul li.item_name {
  text-align: left;
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
}
.awardItemwrapper .awardItemcontainer ul li.item_price {
  text-align: right;
  font-size: 20px;
  line-height: 1.6;
}
.awardItemwrapper .awardItemcontainer ul li.item_price span {
  font-size: 12px;
}
.awardItemwrapper .awardItemcontainer ul li.item_btn a {
  display: block;
  width: 80%;
  padding: 13px 0px;
  border-radius: 30px;
  background: url(/html/upload/user_data/feature/oggp/img/icon_link.png) center right 15px no-repeat #004580;
  margin: 13px auto 0;
  line-height: 1.1;
  transition: 0.3s ease-in-out;
  color: #fff;
}
.awardItemwrapper .awardItemcontainer ul li.item_btn a:hover {
  background-color: #9e812d;
  text-decoration: none;
  background-position: center right 10px;
}

@media only screen and (max-width: 767px) {
  .awardItemwrapper {
    display: block;
    margin: 0;
  }
  .awardItemwrapper .awardItemcontainer {
    display: block;
    width: auto;
    padding: 7% 5%;
    border-top: 5px solid #004580;
    margin-top: 40px;
  }
  .awardItemwrapper .awardItemcontainer .numbericon {
    width: 55px !important;
    height: auto !important;
    top: -35px;
  }
  .awardItemwrapper .awardItemcontainer .itemimage {
    width: 100% !important;
    height: auto !important;
  }
  .awardItemwrapper .awardItemcontainer ul {
    width: 100%;
  }
  .awardItemwrapper .awardItemcontainer ul li.item_name {
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    margin-top: 15px;
  }
  .awardItemwrapper .awardItemcontainer ul li.item_price {
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
  }
  .awardItemwrapper .awardItemcontainer ul li.item_price span {
    font-size: 12px;
  }
  .awardItemwrapper .awardItemcontainer ul li.item_btn {
    text-align: center;
  }
  .awardItemwrapper .awardItemcontainer ul li.item_btn a {
    display: inline-block;
    width: auto;
    transition: 0s;
    padding: 15px 100px;
  }
  .awardItemwrapper .awardItemcontainer ul li.item_btn a:hover {
    background-color: #8e262b;
    background-position: center right 15px;
  }
}/*# sourceMappingURL=style_2026.css.map */