@charset "utf-8";
body {
  min-width: fit-content;
}
#suntory_contents h1, #suntory_contents h2, #suntory_contents h3, #suntory_contents h4, #suntory_contents h5, #suntory_contents h6, #suntory_contents p, #suntory_contents ol, #suntory_contents ul, #suntory_contents li, #suntory_contents dl, #suntory_contents dt, #suntory_contents dd, #suntory_contents table, #suntory_contents th, #suntory_contents td, #suntory_contents form, #suntory_contents br, #suntory_contents address, #suntory_contents button, #suntory_contents em, #suntory_contents i {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
}
#suntory_contents {
  background: #6a3a15;
}
#suntory_contents img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
.sp_none {
  display: block;
}
.pc_none {
  display: none;
}
.layoutBox {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
  .pc_none {
    display: block;
  }
}
#suntory_contents a {
  transition: 0.5s;
}
@media screen and (min-width: 769px) {
  #suntory_contents a:hover {
    filter: drop-shadow(0px 0px 10px #333) contrast(130%) brightness(100%);
  }
}

#suntory_contents .contents_head h1 {
    max-width: 1305px;
  margin: 0 auto;
  padding: 0;
}

.subTitle {
    width: 100%;
    background: #000;
    text-align: center;
}



#suntory_contents .prizeLineup {
  margin: 0 auto;
  background: #f8b500;
}
@media screen and (max-width: 768px) {
  #suntory_contents .prizeLineup {
  }
}

#suntory_contents .prizeLineupInner {
  width: 100%;
  padding: 3.4% 0;
}
@media screen and (max-width: 768px) {
  #suntory_contents .prizeLineupInner {
    padding: calc(100vw * 20 / 375) 0 calc(100vw * 20 / 375);
  }
}
#suntory_contents .prizeLineup h2 {
  margin: 0;
  padding: 2% 0;
  font-size: 0;
  background: #000;
  text-align: center;

}
@media screen and (max-width: 768px) {
  #suntory_contents .prizeLineup h2 {
    padding: calc(100vw * 5 / 375) 0;
  }
}
#suntory_contents .prizeLineup h2 img {
  width: calc(100vw * 472 / 1770);
      max-width: 472px;
}
@media screen and (max-width: 768px) {
  #suntory_contents .prizeLineup h2 img {
    width: calc(100vw * 128 / 375);
  }
}
#suntory_contents .prizeLineupBtnList {
  width: 82%;
  max-width: 1166px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
#suntory_contents .prizeLineupBtnList_btn {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #suntory_contents .prizeLineupBtnList {
    width: calc(100vw * 310 / 375);
    margin: 0 auto;
  }
  #suntory_contents .prizeLineupBtnList_btn {
    width: calc(100vw * 310 / 375);
  }
}




#suntory_contents .contents_boxInner {
  width: 87%;
  max-width: 1166px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #suntory_contents .contents_boxInner {
    width: 100%;
    border-bottom: none;
  }
}
#suntory_contents .contents_box h2 {
  position: relative;
  margin: 0;
  padding: 2% 0;
  font-size: 0;
  background: #000;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 768px) {
    #suntory_contents .contents_box h2 {
            padding: calc(100vw * 5 / 375) 0;
    }
}
@media screen and (max-width: 768px) {
  .contents_box {
    width: 100%;
  }
}
#suntory_contents .contents_box-inner {
  position: relative;
  margin: 0;
  padding: 0;
  background: #fff;
  border-left: solid 12px #000;
  border-right: solid 12px #000;
  border-bottom: solid 12px #000;
}
@media screen and (max-width: 768px) {
  #suntory_contents .contents_box-inner {
    position: relative;
    margin: 0;
    padding: 0;
    background: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
}


#suntory_contents .contents_boxInner h3 {
    margin: 5% 0 0;
    padding: 0;
}
@media screen and (max-width: 768px) {
 #suntory_contents .contents_boxInner h3 {
    margin: 0;
}   
}


#suntory_contents #campaign h2 img {
  width: calc(100vw * 348 / 1770);
      max-width: 348px;
}
@media screen and (max-width: 768px) {
  #suntory_contents #campaign h2 img {
    width: calc(100vw * 95 / 375);
  }
}


#pokeCampaign {
    background: #e50012;
    padding-bottom: 2%;
}

@media screen and (max-width: 768px) {
 #pokeCampaign {
     width: 96%;
    padding: 0 2% 2%;
}   
}







#contents_footer {
  width: 100%;
  background: #000;
  margin: 5.6% auto 0;
  padding-bottom: 25px;
}
@media screen and (max-width: 1770px) {
  #contents_footer {
    margin: 3% auto 0;
    padding-bottom: calc(100vw * 20 / 375);
  }
}
@media screen and (max-width: 768px) {
  #contents_footer {
    margin: 0 auto;
  }
}
#inquiry {
  max-width: 1166px;
  padding-top: 95px;
  margin: 0 auto;
}
@media screen and (max-width: 1770px) {
  #inquiry {
    padding-top: 6%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #inquiry {
    padding-top: calc(100vw * 40 / 375);
    margin: 0 auto;
  }
}

.inquiry_item {
  width: 82%;
  margin: 8% auto 0;
}
@media screen and (max-width: 768px) {
  .inquiry_item {
    margin-top: calc(100vw * 25 / 375);
    width: calc(100vw * 295 / 375);
  }
}

.title_inquiry {
  width: 25%;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .title_inquiry {
    width: calc(100vw * 152 / 375);
    padding: 0;
  }
}
#linkBtn {
  margin: 10.4% auto 0;
  max-width: 1166px;
  width: 90%;
}
#linkBtn_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
  list-style: none;
  margin: 0;
  padding: 0;
}
#linkBtn li {
  width: 47%;
    margin-top: 3%;
}
.toTop {
  width: 18.5%;
  max-width: 215px;
  margin: 2.8% auto 0;
}
@media screen and (max-width: 768px) {
  #linkBtn {
    margin: calc(100vw * 20 / 375) auto 0;
    width: calc(100vw * 311 / 375);
    padding: 0;
  }
  #linkBtn li {
    width: 100%;
    margin-top: calc(100vw * 25 / 375);
  }
  .toTop {
    width: calc(100vw * 120 / 375);
    margin: calc(100vw * 64 / 375) auto 0;
  }
}
#copy {
  margin: 4.5% auto 0;
  width: 94%;
    max-width: 1131px;
}

@media screen and (max-width: 768px) {
  #copy {
    margin: calc(100vw * 50 / 375) auto calc(100vw * 30 / 375);
      text-align: center;
  }
  #copy img {
    width: calc(100vw * 330 / 375);
  }
}


/*modal*/
/*モーダルを開くボタン*/
#suntory_contents .modal-open {
  cursor: pointer;
  transition: 0.5s;
}
@media screen and (min-width: 769px) {
  #suntory_contents .modal-open:hover {
    filter: drop-shadow(0px 0px 10px #333) contrast(110%) brightness(110%);
  }
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
#suntory_contents .modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 50%);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 9999;
}
#suntory_contents .modal1-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  overflow-y: auto;
}
/*モーダル本体の擬似要素の指定*/
#suntory_contents .modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
#suntory_contents .modal-container.active {
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
#suntory_contents .modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 1770px;
  width: 65%;
  height: 90vh;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
    #suntory_contents .modal-body {
  height: 100vh;
}
}
#suntory_contents .modal1-container .modal-body {
  width: 60%;
    padding: 0 7%;
      background: #6a3a15;
}
@media screen and (max-width: 768px) {
#suntory_contents .modal1-container .modal-body {
  width: 100%;
    padding: 0;
}
}
/*モーダルを閉じるボタンの指定*/
#suntory_contents .modal-close {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 30px;
  right: 25px;
  width: 72px;
  height: 72px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #suntory_contents .modal-close {
    top: calc(100vw * 10 / 375);
    right: calc(100vw * 10 / 375);
    width: calc(100vw * 30 / 375);
    height: calc(100vw * 30 / 375);
  }
}
#suntory_contents .modal-close img {
  width: 100%;
  transition: 0.5s;
}
/*モーダル内のコンテンツの指定*/
#suntory_contents .modal1-content h3 {
    width: 94%;
  margin: 0 auto;
  padding: 5% 0 0;
}
@media screen and (max-width: 768px) {
    .modal1-content.modal-content {
        padding-top: 10%;
    }
    #suntory_contents .modal1-content h3 {
        padding-top: 10%;
}
}

#suntory_contents .modal-content .modal1_img {
        width: 94%;
  margin: 0 auto;
    padding: 1% 0 3%;
}
#suntory_contents .modal1-content ul {
  width: 94%;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #suntory_contents .modal1-content ul {
    width: calc(100vw * 311 / 375);
  }
}
#suntory_contents .modal1-content li {
  margin: 0 0 5% 0;
  padding: 0;
  list-style: none;
  line-height: 0;
}
#suntory_contents .modal1-content .modal-notice {
  width: 100%;
  margin: 0 auto;
    padding-bottom: 4%;
}
@media screen and (max-width: 768px) {
  #suntory_contents .modal1-content .modal-notice {
    width: calc(100vw * 320 / 375);
    padding-bottom: calc(100vw * 30 / 375);
  }
}