@charset "UTF-8";
/* ------------------------------------------------
 font
------------------------------------------------ */
@import url("//cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanrp.css");
@import url("//fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800;900&display=swap");
@media screen and (min-width: 768.1px) {
  .ff_round {
    transform: rotateZ(0.03deg);
  }
}

/* ------------------------------------------------
 vars
------------------------------------------------ */
:root {
  --nvw: 1vw;
  --font-base: YakuHanRP, "M PLUS Rounded 1c", YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  --color-black: #1b1400;
  --color-gray: #6A6E76;
  --color-red: #e50012;
  --color-red2: #ed1c24;
  --color-blue: #00B4E8;
  --color-dblue: #1F77A1;
  --color-lblue: #D9F6FF;
  --color-pink: #F289B7;
}
/*------------------------------------------------
reset
------------------------------------------------*/
#suntory_contents h1, #suntory_contents h2, #suntory_contents h3, #suntory_contents h4, #suntory_contents h5, #suntory_contents h6, #suntory_contents p, #suntory_contents blockquote, #suntory_contents pre, #suntory_contents a, #suntory_contents abbr, #suntory_contents acronym, #suntory_contents address, #suntory_contents big, #suntory_contents cite, #suntory_contents code, #suntory_contents del, #suntory_contents dfn, #suntory_contents em, #suntory_contents img, #suntory_contents ins, #suntory_contents kbd, #suntory_contents q, #suntory_contents s, #suntory_contents samp, #suntory_contents small, #suntory_contents strike, #suntory_contents strong, #suntory_contents sub, #suntory_contents tt, #suntory_contents var, #suntory_contents b, #suntory_contents u, #suntory_contents i, #suntory_contents center, #suntory_contents dl, #suntory_contents dt, #suntory_contents dd, #suntory_contents ol, #suntory_contents ul, #suntory_contents li, #suntory_contents fieldset, #suntory_contents form, #suntory_contents label, #suntory_contents legend, #suntory_contents table, #suntory_contents caption, #suntory_contents tbody, #suntory_contents tfoot, #suntory_contents thead, #suntory_contents tr, #suntory_contents th, #suntory_contents td, #suntory_contents article, #suntory_contents aside, #suntory_contents canvas, #suntory_contents details, #suntory_contents embed, #suntory_contents figure, #suntory_contents figcaption, #suntory_contents footer, #suntory_contents header, #suntory_contents hgroup, #suntory_contents menu, #suntory_contents nav, #suntory_contents output, #suntory_contents ruby, #suntory_contents section, #suntory_contents summary, #suntory_contents time, #suntory_contents mark, #suntory_contents audio, #suntory_contents video, .remodal-wrapper h1, .remodal-wrapper h2, .remodal-wrapper h3, .remodal-wrapper h4, .remodal-wrapper h5, .remodal-wrapper h6, .remodal-wrapper p, .remodal-wrapper blockquote, .remodal-wrapper pre, .remodal-wrapper a, .remodal-wrapper abbr, .remodal-wrapper acronym, .remodal-wrapper address, .remodal-wrapper big, .remodal-wrapper cite, .remodal-wrapper code, .remodal-wrapper del, .remodal-wrapper dfn, .remodal-wrapper em, .remodal-wrapper img, .remodal-wrapper ins, .remodal-wrapper kbd, .remodal-wrapper q, .remodal-wrapper s, .remodal-wrapper samp, .remodal-wrapper small, .remodal-wrapper strike, .remodal-wrapper strong, .remodal-wrapper sub, .remodal-wrapper tt, .remodal-wrapper var, .remodal-wrapper b, .remodal-wrapper u, .remodal-wrapper i, .remodal-wrapper center, .remodal-wrapper dl, .remodal-wrapper dt, .remodal-wrapper dd, .remodal-wrapper ol, .remodal-wrapper ul, .remodal-wrapper li, .remodal-wrapper fieldset, .remodal-wrapper form, .remodal-wrapper label, .remodal-wrapper legend, .remodal-wrapper table, .remodal-wrapper caption, .remodal-wrapper tbody, .remodal-wrapper tfoot, .remodal-wrapper thead, .remodal-wrapper tr, .remodal-wrapper th, .remodal-wrapper td, .remodal-wrapper article, .remodal-wrapper aside, .remodal-wrapper canvas, .remodal-wrapper details, .remodal-wrapper embed, .remodal-wrapper figure, .remodal-wrapper figcaption, .remodal-wrapper footer, .remodal-wrapper header, .remodal-wrapper hgroup, .remodal-wrapper menu, .remodal-wrapper nav, .remodal-wrapper output, .remodal-wrapper ruby, .remodal-wrapper section, .remodal-wrapper summary, .remodal-wrapper time, .remodal-wrapper mark, .remodal-wrapper audio, .remodal-wrapper video {
  font-size: 1em;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
#suntory_contents br, .remodal-wrapper br {
  letter-spacing: 0;
}
#suntory_contents table, .remodal-wrapper table {
  border-collapse: collapse;
  border-spacing: 0;
}
#suntory_contents ul, #suntory_contents ol, .remodal-wrapper ul, .remodal-wrapper ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#suntory_contents img, .remodal-wrapper img {
  max-width: 100%;
  vertical-align: top;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
  border: 0;
}

/*------------------------------------------------
common
------------------------------------------------*/
#suntory_contents {
  font-family: var(--font-base);
  letter-spacing: 0.05em;
  background-color: var(--color-lblue);
  font-feature-settings: "palt";
  position: relative;
}
#suntory_contents img {
  display: block;
}
#suntory_contents a {
  color: #f11d25;
}
#suntory_contents .note {
  line-height: 1.5;
}
#suntory_contents .note li {
  text-indent: -0.75em;
  padding-left: 0.75em;
}
#suntory_contents .note li + li {
  margin-top: 0.25em;
}
@media screen and (min-width: 768.1px) {
  #suntory_contents .sp_show {
    display: none;
  }
}
@media screen and (max-width: 767.9px) {
  #suntory_contents {
    font-size: 4.2666666667vw;
    width: 100%;
    -webkit-text-size-adjust: 100%;
  }
  #suntory_contents .pc_show {
    display: none;
  }
  #suntory_contents h2, #suntory_contents h3, #suntory_contents h4,
  #suntory_contents div, #suntory_contents p, #suntory_contents li, #suntory_contents span, #suntory_contents a, #suntory_contents b,
  #suntory_contents th, #suntory_contents td {
    max-height: 100%;
  }
  #suntory_contents .note {
    font-size: 0.625em;
  }
  #suntory_contents .note li {
    text-indent: -1em;
    padding-left: 1em;
  }
}

/* ------------------------------------------------
 font-size
------------------------------------------------ */
#suntory_contents,
.remodal-wrapper {
  font-size: min(16px, 1.3333333333vw);
}
@media screen and (max-width: 767.9px) {
  #suntory_contents,
  .remodal-wrapper {
    font-size: 4.2666666667vw;
  }
}

/* ------------------------------------------------
 btn
------------------------------------------------ */
#suntory_contents button.basic_btn {
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

#suntory_contents .basic_btn {
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  text-align: center;
  border-radius: 100px;
  max-height: none;
  margin: 0 auto;
  padding-left: 5.625em;
  padding-right: 1.75em;
  width: 23.125em;
  height: 4.375em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  box-shadow: 0.1875em 0.25em 1.4375em 0px rgba(8, 1, 3, 0.15);
}
@media screen and (any-hover: hover) {
  #suntory_contents .basic_btn {
    transition: transform 0.2s ease;
    transform-origin: center center;
  }
  #suntory_contents .basic_btn:hover {
    transform: scale(1.1);
  }
}
#suntory_contents .basic_btn.arrow::after {
  content: "";
  background: url(../img/common/icon_arrow_wh.svg) no-repeat;
  background-size: contain;
  width: 0.6875em;
  aspect-ratio: 23/20;
  display: block;
}
#suntory_contents .basic_btn.arrow.down::after {
  transform: rotate(90deg);
}
#suntory_contents .basic_btn.disabled {
  color: #fff;
  background-color: #ebebeb;
}
#suntory_contents .basic_btn.disabled.solid::after {
  border-color: #ebebeb;
}
#suntory_contents .basic_btn.primary {
  background-color: #e94110;
}
#suntory_contents .basic_btn.secondary {
  background-color: #fff;
}
#suntory_contents .basic_btn .txt {
  width: 12.0625em;
  display: block;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .basic_btn {
    padding-right: 3.5em;
    width: 42.5em;
    height: 7.5em;
    box-shadow: 0.1875em 0.25em 1.4375em 0px rgba(8, 1, 3, 0.15);
  }
  #suntory_contents .basic_btn::after {
    width: 1.4375em;
  }
  #suntory_contents .basic_btn.arrow::after {
    width: 1.4375em;
  }
}

/* ------------------------------------------------
swiper
------------------------------------------------ */
.swiper-pagination {
  width: -moz-fit-content !important;
  width: fit-content !important;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1.875em;
       column-gap: 1.875em;
}
.swiper-pagination-bullet {
  border: 0.25em solid #fff;
  outline: 0.25em solid var(--color-red);
  background-color: #fff;
  box-shadow: 0.1875em 0.25em 1.4375em 0px rgba(8, 1, 3, 0.15);
  margin: 0;
  width: 0.875em;
  height: 0.875em;
  box-sizing: border-box;
  position: relative;
  opacity: 1;
  transition: background-color 0.4s ease;
}
.swiper-pagination-bullet-active {
  background-color: var(--color-red);
}
.swiper-button-prev, .swiper-button-next {
  font-size: 1em;
  line-height: 1;
  border: none;
  margin: 0;
  padding: 0;
  outline: none;
  background-color: transparent;
  width: auto;
  height: auto;
  display: block;
  position: static !important;
  cursor: pointer;
  filter: drop-shadow(0.1875em 0.25em 1.4375em 0px rgba(8, 1, 3, 0.15));
}
.swiper-button-prev::after, .swiper-button-next::after {
  content: "";
  font-size: 1em;
  background: url(../img/common/icon_arrow_red.svg) no-repeat;
  background-size: contain;
  width: 1.375em;
  aspect-ratio: 5/6;
  display: block;
}
.swiper-button-prev::after {
  transform: scale(-1, 1);
}
@media screen and (max-width: 767.9px) {
  .swiper-pagination {
    -moz-column-gap: 3em;
         column-gap: 3em;
  }
  .swiper-pagination-bullet {
    border-width: 0.3125em;
    outline-width: 0.3125em;
    width: 1.5em;
    height: 1.5em;
    box-shadow: 0.1875em 0.25em 1.4375em 0px rgba(8, 1, 3, 0.15);
  }
  .swiper-button-prev, .swiper-button-next {
    filter: drop-shadow(0.1875em 0.25em 1.4375em rgba(8, 1, 3, 0.15));
  }
  .swiper-button-prev::after, .swiper-button-next::after {
    width: 2.5em;
  }
}

/* ------------------------------------------------
 cpnheader
------------------------------------------------ */
#cpnheader {
  font-size: 1em;
  position: sticky !important;
  top: 0;
  z-index: 10 !important;
}
#cpnheader > .inner {
  background-color: #118FA8;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.125em;
  padding-right: 2.8125em;
  width: 100%;
  height: 5.5em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
#cpnheader .logo {
  font-size: 1em;
  width: 15.5em;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767.9px) {
  #cpnheader > .inner {
    padding-left: 2.1875em;
    padding-right: 1.875em;
    height: 8.25em;
  }
  #cpnheader .logo {
    width: 20.625em;
  }
}

/* ----------------------------
 btn_menu
------------------------------*/
#cpnheader .btn_menu {
  font-size: 1em;
  border-width: 0;
  background-color: transparent;
  padding: 0;
  width: 2.75em;
  aspect-ratio: 1/1;
  cursor: pointer;
  outline: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
@media screen and (any-hover: hover) {
  #cpnheader .btn_menu {
    transition: transform 0.2s ease;
    transform-origin: 50% 50%;
  }
  #cpnheader .btn_menu:hover {
    transform: scale(1.1);
  }
}
#cpnheader .btn_menu::before {
  content: "";
  background: transparent url(../img/common/menu_icon.svg) 100% 0 no-repeat;
  background-size: auto 100%;
  width: 2.125em;
  aspect-ratio: 1/1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#cpnheader.open .btn_menu::before {
  background-position: 0 100%;
}
@media screen and (max-width: 767.9px) {
  #cpnheader .btn_menu {
    width: 3.375em;
  }
  #cpnheader .btn_menu::before {
    width: 2.75em;
  }
}

/* ----------------------------
 #cpnheader.open
------------------------------*/
/* ----------------------------
 menu
------------------------------*/
#navi {
  width: 100%;
  position: absolute;
  top: 5.5em;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  overflow: auto;
  display: none;
}
#navi .menu {
  background-color: #fff09d;
  padding: 3.125em 0 1.25em;
  position: relative;
}
#navi .menu li {
  line-height: 1;
}
#navi .menu li a {
  text-decoration: none;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (any-hover: hover) {
  #navi .menu li a {
    transition: transform 0.2s ease;
    transform-origin: center center;
  }
  #navi .menu li a:hover {
    transform: scale(1.1);
  }
}
#navi .menu li.top a {
  padding: 0.625em 1.25em;
  position: relative;
}
#navi .menu li.top a .txt {
  background-image: url(../img/common/menu_top.svg);
  background-size: 100% auto;
  width: 8.5625em;
  aspect-ratio: 137/22;
  display: block;
}
#navi .menu li.top a::after {
  content: "";
  background-color: var(--color-red2);
  margin-left: -0.125em;
  margin-top: 0.375em;
  width: calc(100% + 4px);
  height: 2px;
  display: block;
}
#navi .menu li.cp a {
  border-radius: 2.875em;
  background-size: contain;
  width: 32.25em;
  aspect-ratio: 692/332;
  display: block;
  box-shadow: 0.1875em 0.25em 1.4375em 0px rgba(8, 1, 3, 0.15);
}
#navi .menu li.cp01 a {
  background-image: url(../img/common/menu_cp01.webp);
}
#navi .menu li.cp02 a {
  background-image: url(../img/common/menu_cp02.webp);
}
@media screen and (min-width: 768.1px) {
  #navi .menu {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: center;
    gap: 1.875em 0.9375em;
  }
  #navi .menu li.top {
    justify-self: center;
    grid-column: 1/span 2;
  }
}
@media screen and (max-width: 767.9px) {
  #navi {
    max-height: unset !important;
    top: 8.25em;
  }
  #navi .menu {
    padding: 3.5em 0 2.5em;
  }
  #navi .menu li.top {
    margin-top: 2.25em;
  }
  #navi .menu li.top a {
    margin: 0 auto;
    padding: 1.25em 1.25em;
    width: -moz-fit-content;
    width: fit-content;
  }
  #navi .menu li.top a .txt {
    background-size: 12.875em auto;
    width: 12.875em;
  }
  #navi .menu li.top a {
    padding: 0.625em 1.25em;
  }
  #navi .menu li.top a .txt {
    width: 12.875em;
  }
  #navi .menu li.top a::after {
    margin-left: -0.25em;
    margin-top: 0.625em;
    width: calc(100% + 0.5em);
    height: 0.125em;
  }
  #navi .menu li.cp a {
    border-radius: 3.75em;
    margin: 0 auto;
    width: 43.25em;
    box-shadow: 0.1875em 0.25em 1.4375em 0px rgba(8, 1, 3, 0.15);
  }
  #navi .menu li.cp02 {
    margin-top: 1.5625em;
  }
}

/* ------------------------------------------------
 menu_overlay
------------------------------------------------ */
#menu_overlay {
  background-color: rgba(0, 0, 0, 0.5);
  width: 75em;
  height: 100%;
  position: absolute;
  left: calc(50% - 37.5em);
  top: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
#menu_overlay.open {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 767.9px) {
  #menu_overlay {
    width: 100%;
    left: 0;
    max-height: none !important;
  }
}

/* ------------------------------------------------
 contents_wrapper
------------------------------------------------ */
#contents_wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768.1px) {
  #contents_wrapper {
    max-width: 75em;
  }
}
/* ------------------------------------------------
 section
------------------------------------------------ */
#suntory_contents .section {
  letter-spacing: 0.05em;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  position: relative;
  z-index: 1;
}
#suntory_contents .section > .inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  box-sizing: border-box;
}
#suntory_contents .section.anchor {
  z-index: 0;
}
#suntory_contents .section .sheader .title.img_block {
  margin: 0 auto;
  width: 20.25em;
}
@media screen and (min-width: 768.1px) {
  #suntory_contents .section {
    box-sizing: border-box;
  }
  #suntory_contents .section.not_responsive {
    font-size: 16px;
  }
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .section {
    line-height: 1.5;
    width: auto;
  }
  #suntory_contents .section > .inner {
    width: 41.25em;
  }
  #suntory_contents .section.sp_wide > .inner {
    width: 100%;
  }
  #suntory_contents .section.bg_white {
    background-size: 1.4375em auto;
  }
  #suntory_contents .section.anchor {
    margin-top: -3.125em;
    padding-top: 3.125em;
  }
  #suntory_contents .section .sheader .title.img_block {
    width: 33.125em;
  }
}

/* ------------------------------------------------
bottom contents
------------------------------------------------ */
/* ------------------------------------------------
contact
------------------------------------------------ */
#contact {
  color: #fff;
  font-weight: 500;
  background-color: var(--color-dblue);
}
#contact > .inner {
  padding-top: 6.25em;
  padding-bottom: 6.25em;
}
#contact > .inner::before, #contact > .inner::after {
  content: "";
  position: absolute;
}
#contact > .inner::before {
  background: url(../img/common/bubbles.svg) 0/contain no-repeat;
  width: 4.5em;
  aspect-ratio: 72/99;
  left: 14.875em;
  top: 6.25em;
}
#contact > .inner::after {
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  width: 1.75em;
  aspect-ratio: 1/1;
  right: 13.375em;
  bottom: 8.3125em;
}
#contact .sheader {
  text-align: center;
}
#contact .sheader .title {
  font-size: 1.5em;
  font-weight: 800;
}
#contact .sbody {
  margin: 1.875em auto 0;
}
#contact .sbody .contact {
  text-align: center;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
#contact .sbody .contact .heading {
  font-size: 1em;
  line-height: 1.2;
  border-bottom: 1px solid #fff;
  margin-bottom: 1.5em;
  padding-bottom: 0.625em;
  min-height: 3.6em;
  align-content: end;
}
#contact .sbody .contact .heading .s {
  font-size: 0.7777777778em;
}
#contact .sbody .contact .txt.name {
  font-size: 0.875em;
}
#contact .sbody .contact .txt.l1 {
  margin-top: 0.3125em;
}
#contact .sbody .contact .txt.l1 .tel {
  color: #fff;
  font-size: 1.625em;
  font-weight: 800;
  text-decoration: none;
  line-height: 1;
}
#contact .sbody .contact .txt.l1 .note {
  font-size: 0.75em;
  padding-left: 0.5em;
}
#contact .sbody .contact .txt.l2 {
  font-size: 1em;
  margin-top: 1.25em;
}
#contact .sbody .contact .txt.l2 .date {
  padding-left: 0.5em;
  display: inline-block;
}
#contact .sbody .contact .txt.note {
  font-size: 0.75em;
  margin-top: 0.2em;
}
#contact .movie {
  margin-top: 1.875em;
  display: flex;
  justify-content: center;
}
#contact .movie a {
  line-height: 1;
  text-decoration: none;
  background: transparent url(../img/common/link_official_site.png) 50% 50%/contain no-repeat;
  width: 20.9375em;
  aspect-ratio: 670/92;
}
@media screen and (any-hover: hover) {
  #contact .movie a {
    transition: transform 0.2s ease;
    transform-origin: center center;
  }
  #contact .movie a:hover {
    transform: scale(1.05);
  }
}
#contact .movie a {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
#contact .copyright {
  margin: 1.875em auto 0;
  width: 13.0625em;
}
@media screen and (min-width: 768.1px) {
  #contact > .inner {
    transform: rotateZ(0.03deg);
  }
}
@media screen and (max-width: 767.9px) {
  #contact > .inner {
    padding-top: 3.125em;
    padding-bottom: 3.125em;
  }
  #contact > .inner::before {
    width: 2.875em;
    left: 1em;
    top: 2em;
  }
  #contact > .inner::after {
    width: 1.125em;
    right: 1.25em;
    bottom: 13.75em;
  }
  #contact .sheader .title {
    font-size: 1.25em;
  }
  #contact .sbody {
    margin-top: 1.25em;
  }
  #contact .sbody .contact {
    width: -moz-fit-content;
    width: fit-content;
  }
  #contact .sbody .contact .txt.name {
    font-size: 0.8125em;
  }
  #contact .sbody .contact .txt.l1 .tel {
    font-size: 1.5em;
  }
  #contact .sbody .contact .txt.l1 .note {
    font-size: 0.75em;
    margin-top: 0.1666666667em;
    display: block;
  }
  #contact .sbody .contact .txt.l2 {
    font-size: 0.75em;
    margin-top: 1.6666666667em;
  }
  #contact .sbody .contact .txt.l2 .time, #contact .sbody .contact .txt.l2 .date {
    display: inline-block;
  }
  #contact .sbody .contact .txt.note {
    font-size: 0.625em;
  }
  #contact .sbody .contact + .contact {
    margin-top: 4.375em;
  }
  #contact .movie {
    margin-top: 1.875em;
  }
  #contact .movie a {
    width: 20.9375em;
  }
  #contact .copyright {
    margin: 1.25em auto 0;
    width: 11.4375em;
  }
}

/* ------------------------------------------------
banners
------------------------------------------------ */
#banners > .inner {
  padding-top: 3.125em;
}
#banners .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.875em;
}
#banners .list li {
  width: 27.5em;
}
#banners .list li a {
  display: block;
}
#banners .list li.banner_boss a {
  background-color: #ccc;
  width: 100%;
  display: block;
  aspect-ratio: 44/13;
}
#banners .note {
  font-size: 0.75em;
  font-weight: 500;
  text-align: center;
  margin-top: 1.6666666667em;
}
#banners .note::after {
  content: "";
  background: url(../img/common/icon_external.svg) no-repeat;
  background-size: contain;
  margin-left: 0.5em;
  width: 1.3333333333em;
  aspect-ratio: 16/14;
  display: inline-block;
  vertical-align: -0.2em;
}
@media screen and (min-width: 768.1px) {
  #banners .note {
    transform: rotateZ(0.03deg);
  }
}
@media screen and (max-width: 767.9px) {
  #banners > .inner {
    padding-top: 5em;
  }
  #banners .list {
    flex-direction: column;
    align-items: center;
    row-gap: 2.5em;
  }
  #banners .list li {
    width: 41.25em;
  }
  #banners .list li.banner_boss a {
    aspect-ratio: 66/27;
  }
  #banners .note {
    font-size: 1.25em;
    margin-top: 1.25em;
  }
}

/* ------------------------------------------------
copyright
------------------------------------------------ */
#copyright > .inner {
  padding-top: 3.125em;
  padding-bottom: 6.25em;
}
#copyright .txt {
  font-size: 0.75em;
}
@media screen and (min-width: 768.1px) {
  #copyright .txt {
    transform: rotateZ(0.03deg);
  }
}
@media screen and (max-width: 767.9px) {
  #copyright > .inner {
    padding-top: 3.75em;
    padding-bottom: 5em;
  }
  #copyright .txt {
    font-size: 1.125em;
  }
}

/* ------------------------------------------------
本キャンペーンは終了いたしました
------------------------------------------------ */
#suntory_contents .message_close {
  background-color: #5e5a5b;
  box-shadow: 3px 4px 23px 0px rgba(8, 1, 3, 0.14);
  margin: 0 auto 1.875em;
  width: 50em;
  height: 5.625em;
  align-content: center;
}
#suntory_contents .message_close img {
  margin: 0 auto;
  width: 25em;
}
#suntory_contents .message_close.soon {
  height: 5.3125em;
}
#suntory_contents .message_close.soon img {
  width: 13.375em;
}
@media screen and (min-width: 768.1px) {
  #suntory_contents .message_close {
    border-radius: 0.625em;
  }
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .message_close {
    margin-bottom: 2.5em;
    width: 100%;
    height: 11.25em;
  }
  #suntory_contents .message_close img {
    width: 39.5em;
  }
  #suntory_contents .message_close.soon {
    height: 8.75em;
  }
  #suntory_contents .message_close.soon img {
    width: 23.75em;
  }
}