@charset "UTF-8";
body {
  min-width: fit-content;
}

#suntory_contents {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  overflow: hidden;
}

#suntory_contents img {
  max-width: 100%;
  vertical-align: bottom;
}

.opac:hover {
  opacity: 0.7;
}

.sp_none {
  display: block;
}
.pc_none {
  display: none;
}

hr.blue {
  background: linear-gradient(90deg, #182058 33%, #004D86 61%, #182058 89%);
  height: 48px;
  margin: 0;
}

#suntory_contents .red {
  color: #E10000;
}

.btn-gold img {
  transition: 0.3s;
  filter: drop-shadow(0 8px #000);
}

@media screen and (min-width: 768px) {
  .btn-gold:hover img {
    filter: none;
    transform: translateY(8px);
  }
}

@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }

  .pc_none {
    display: block;
  }

  .btn-gold img {
    filter: drop-shadow(0 5px #000);
  }
}

/* mv */
.mv {
  text-align: center;
}

/* section */
.sec {
  background-position: center min(calc(84 * 100vw / 1170), 84px);
  background-size: cover;
}

.productLineup {
  background-image: url(../img/bg_productLineup_pc.webp);
}

.campaignLineup {
  background-image: url(../img/bg_campaignLineup_pc.webp);
}

.campaign {
  background-position: center top;
  background-image: url(../img/bg_campaign_pc.webp);
  background-size: 100% auto;
}

.sec_inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 64px 32px;
}

.sec_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #182058 33%, #004D86 61%, #182058 89%);
  height: min(calc(84 * 100vw / 1170), 84px);
}

.sec_ttl img {
  height: calc(59 * 100% / 84);
}

@media screen and (max-width: 767px) {
  .sec {
    background-position: center top;
    background-size: cover;
  }

  .productLineup {
    background-image: url(../img/bg_productLineup_sp.webp);
  }
  
  .campaignLineup {
    background-image: url(../img/bg_campaignLineup_sp.webp);
  }
  
  .campaign {
    background-image: url(../img/bg_campaign_sp.webp);
    background-size: 100% auto;
  }

  .sec_inner {
    padding: 15px 32px;
  }

  .sec_ttl {
    height: max(calc(30 * 100vw / 375), 30px);
  }

  .sec_ttl img {
    height: 70%;
  }
}

/* modal */
.modal-open {
  cursor: pointer;
}

.modal_overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal_overlay.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal {
  overflow: hidden;
  width: calc(311* 100% / 375);
  max-width: 1170px;
  position: relative;
}

.modal_content {
  max-height: 80vh;
  overflow-y: auto;
}

.modal-close {
  position: absolute;
  width: 60px;
  top: 20px;
  right: 20px;
  cursor: pointer;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
}

.modal_overlay[data-modal="2"] .modal {
  max-width: 968px;
  overflow: visible;
}

.modal_overlay[data-modal="2"] .modal_content {
  overflow: visible;
}

.modal_overlay[data-modal="2"] .modal .present_text_content {
  padding: 0 30px 60px;
  background: #fff;
  border-radius: 22px;
}

.modal_overlay[data-modal="2"] .modal .present_text {
  overflow: scroll;
  height: calc(80vh - 240px);
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .modal-close {
    width: 18px;
    top: 5px;
    right: 5px;
  }

  .modal_overlay[data-modal="2"] .modal .present_text_content {
    padding: 0 13px 13px;
    border-radius: 7px;
  }

  .modal_overlay[data-modal="2"] .modal .present_text {
    height: auto;
    overflow: visible;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .modal_overlay[data-modal="2"] .modal_content {
    overflow-y: auto;
  }
}

/* productLineup */
@media screen and (max-width: 767px) {
  .productLineup .sec_inner {
    padding: 15px 38px;
  }
}

/* campaignLineup */
.campaignLineup_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.campaignLineup_item {
  width: calc(602 * 100% / 1170);
}

.campaignLineup_item.comingSoon {
  width: calc(564 * 100% / 1170);
  pointer-events: none;
}

.campaignLineup_item:nth-of-type(n+3) {
  margin-top: 44px;
}

@media screen and (max-width: 767px) {
  .campaignLineup_item:nth-of-type(n+3) {
    margin-top: 9px;
  }
}

/* campaign */
.campaign .sec_inner {
  padding-top: 94px;
  padding-bottom: 17vw;
}

.campaign_item {
  border: 7px solid;
  border-image: linear-gradient(90deg, #182058 33%, #004D86 61%, #182058 89%) 1;
  background: rgba(255, 255, 255, 35%);
  padding: 0 calc(94 * 100% / 1170) 74px;
}

.campaign_ttl {
  background: linear-gradient(90deg, #182058 33%, #004D86 61%, #182058 89%);
  text-align: center;
  margin: 0 calc(-94 * 100% / 968) 32px;
}

#suntory_contents .campaign_ttl img {
  width: calc(880 * 100% / 1156);
  margin:33px 0 40px;
}

.campaign_ttl_sub {
  width: calc(286 * 100% / 968);
  margin: 0 auto 40px;
}

.prize_list {
  margin-top: 70px;
}

.prize_item {
  background: #fff;
  margin: 0 auto;
  border-radius: 22px;
  position: relative;
}

.prize_item:nth-of-type(1) {
  margin-bottom: 110px;
}

.prize_item:nth-of-type(2) {
  margin-bottom: 120px;
  padding-bottom: 50px;
}

.campaign_ttl_prize {
  width: calc(853 * 100% / 968);
  margin: 0 auto -35px;
  transform: translateY(-35px);
}

.prize_item_sub_a {
  position: relative;
}

.campaign_illust {
  position: absolute;
  width: calc(577 * 100% / 968);
  right: -18%;
  bottom: -4%;
}

.prize_item_note {
  position: absolute;
  top: calc(100% + 10px);
}

.campaign_ttl_sub_store {
  margin-top: 73px;
}

.prize_item .btn_more {
  width: calc(505 * 100% / 968);
  margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
  .campaign .sec_inner {
    padding-top: 0;
    padding-bottom: 20vw;
  }

  .campaign_item {
    border: none;
    background: none;
    padding: 0;
  }

  .campaign_ttl {
    margin: 0 calc(50% - 50vw) 22px;
  }

  #suntory_contents .campaign_ttl img {
    margin: 14px 0;
  }

  .campaign_ttl_sub {
    width: calc(159 * 100% / 311);
    margin-bottom: 24px;
  }

  .prize_list {
    margin-top: 0;
  }

  .prize_item {
    border-radius: 7px;
  }

  .prize_item:nth-of-type(1) {
    margin-bottom: 30px;
  }

  .prize_item:nth-of-type(2) {
    margin-bottom: 60px;
    padding-bottom: 30px;
  }

  .campaign_ttl_prize {
    margin-bottom: -17px;
    transform: translateY(-17px);
  }
  
  .prize_item_note {
    position: absolute;
    top: calc(100% + 5px);
  }

  #suntory_contents .prize_item_note img {
    vertical-align: top;
  }

  .campaign_ttl_sub_store {
    margin-top: 16px;
  }

  .prize_item .btn_more {
    width: calc(277 * 100% / 311);
    margin-top: 15px;
  }
}

/* outline */
.ttl_outline {
  background: #000;
  border-radius: 7px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 84px;
  position: relative;
  cursor: pointer;
}

.ttl_outline::before,
.ttl_outline::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 25px;
  height: 2px;
  background: #fff;
  transition: all .3s;
}

.ttl_outline::before {
  transform: rotate(90deg);
}

.ttl_outline.is-open::before {
  transform: rotate(180deg);
}

.ttl_outline img {
  width: 119px;
}

.outline_container {
  display: none;
  background: #fff;
  padding: 60px;
  line-height: 1.6;
  border-radius: 0 0 7px 7px;
}

.outline_container a {
  color: #0066CC;
}

.outline_container dt {
  font-weight: bold;
}

.outline_container dt + dd {
  margin-top: 10px;
}

.outline_container dd + dt {
  margin-top: 20px;
}

.outline_container .outline_list {
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em;
}

.outline_container .outline_list li {
  margin-top: 5px;
}

.outline_container .outline_list .outline_list {
  margin-top: 5px;
}

.outline_container .outline_list.number_list {
  padding-left: 3em;
  text-indent: -3em;
}

@media screen and (max-width: 767px) {
  .ttl_outline {
    border-radius: 7px;
    height: 26px;
    margin-top: 36px;
  }

  .ttl_outline::before,
  .ttl_outline::after {
    right: 7px;
    width: 11px;
    height: 1px;
  }

  .ttl_outline img {
    width: 63px;
  }

  .outline_container {
    padding: 20px;
    font-size: 12px;
    line-height: 1.4;
  }
}

/* contact */
.contact {
  background-image: url(../img/bg_contact_pc.webp);
  background-position: center 0;
  margin-top: -9vw;
}

.contact .sec_inner {
  max-width: 1300px;
  padding-top: 160px;
  padding-bottom: 0;
}

.ttl_contact {
  width: calc(286 * 100% / 1300);
  margin: 0 auto 28px;
}

.btn_wrap {
  max-width: 1050px;
  display: flex;
  justify-content: space-between;
  margin: 120px auto 0;
}

.btn_wrap .btn {
  width: calc(505 * 100% / 1050);
}

.pagetop {
  width: calc(298 * 100% / 1300);
  margin: 0 auto;
}

.copyright {
  width: calc(320 * 100% / 1300);
  margin: -64px 40px 0 auto;
}

@media screen and (max-width: 767px) {
  .contact {
    margin-top: -16vw;
  }

  .contact .sec_inner {
    padding: 58px 0 15px;
  }

  .ttl_contact {
    width: calc(159* 100% / 375);
    margin: 0 auto 12px;
  }

  .contact_text {
    margin-top: 10px;
  }

  .btn_wrap {
    width: calc(311 * 100% / 375);
    flex-wrap: wrap;
    margin-top: 28px;
  }

  .btn_wrap .btn {
    width: 100%;
  }

  .btn_wrap .btn + .btn  {
    margin-top: 24px;
  }

  .pagetop {
    width: calc(160* 100% / 375);
    margin: 42px auto 0;
  }

  .copyright {
    width: calc(150* 100% / 375);
    margin: 15px -10px 0 auto;
  }
}