@charset "UTF-8";
/* ------------------------------
 root
------------------------------ */
:root {
  --client-height: 100vh;
}

/* ------------------------------
 Size
------------------------------ */
/* ------------------------------
 Color
------------------------------ */
/* ------------------------------
 Ease
------------------------------ */
/* ------------------------------
 Function, Mixin
------------------------------ */
/* ------------------------------
 Placeholder
------------------------------ */
/* ------------------------------
 Reset CSS
------------------------------ */
#suntory_contents * {
  box-sizing: border-box;
}
#suntory_contents main, #suntory_contents article, #suntory_contents aside, #suntory_contents canvas, #suntory_contents details, #suntory_contents figcaption, #suntory_contents figure,
#suntory_contents footer, #suntory_contents header, #suntory_contents hgroup, #suntory_contents menu, #suntory_contents nav, #suntory_contents section, #suntory_contents summary, #suntory_contents picture {
  display: block;
  margin: 0;
  padding: 0;
}
#suntory_contents h1, #suntory_contents h2, #suntory_contents h3, #suntory_contents h4, #suntory_contents h5, #suntory_contents h6, #suntory_contents h7, #suntory_contents p, #suntory_contents dl, #suntory_contents dt, #suntory_contents dd, #suntory_contents ul, #suntory_contents ol, #suntory_contents li, #suntory_contents form {
  margin: 0;
  padding: 0;
}
#suntory_contents table {
  border-collapse: collapse;
  border-spacing: 0;
}
#suntory_contents ul {
  list-style-type: none;
}
#suntory_contents img {
  vertical-align: bottom;
  border: 0;
  outline: 0;
  width: 100%;
  height: auto;
}
#suntory_contents a {
  outline: 0;
  color: currentColor;
  text-decoration: none;
}
#suntory_contents button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  appearance: none;
  cursor: pointer;
}
#suntory_contents button::-moz-focus-inner {
  border: 0;
}
#suntory_contents sup {
  font-size: 0.7em;
  vertical-align: 0.5em;
}

/* ------------------------------
 tpl-ttl
------------------------------ */
#suntory_contents {
  /* ------------------------------
  tpl-txt
  ------------------------------ */
}
#suntory_contents .tpl-ttl {
  line-height: 1.8;
  letter-spacing: 0.2em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1.5em;
  color: #FFCD73;
}
@media (max-width: 767px) {
  #suntory_contents .tpl-ttl {
    letter-spacing: 0;
  }
}
#suntory_contents .tpl-ttl.lv1 {
  font-size: 30px;
}
@media (max-width: 767px) {
  #suntory_contents .tpl-ttl.lv1 {
    font-size: 6.4vw;
  }
}
#suntory_contents .tpl-ttl.lv2 {
  font-size: 22px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  #suntory_contents .tpl-ttl.lv2 {
    font-size: 4.8vw;
  }
}
#suntory_contents .tpl-ttl.lv3 {
  font-size: 20px;
  margin-bottom: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  #suntory_contents .tpl-ttl.lv3 {
    font-size: 4.2666666667vw;
    line-height: 1.4;
  }
}
#suntory_contents .tpl-ttl.border {
  width: max-content;
  min-width: 305px;
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  #suntory_contents .tpl-ttl.border {
    min-width: initial;
    width: 89%;
  }
}
#suntory_contents .tpl-ttl.border::before, #suntory_contents .tpl-ttl.border::after {
  display: block;
  content: "";
  background: #FFCD73;
  height: 4px;
}
@media (max-width: 767px) {
  #suntory_contents .tpl-ttl.border::before, #suntory_contents .tpl-ttl.border::after {
    height: 0.8vw;
  }
}
#suntory_contents .tpl-ttl.border > span {
  display: block;
  padding: 0.3em 1em;
}
@media (max-width: 767px) {
  #suntory_contents .tpl-ttl.border > span {
    padding: 0.4em 1em;
  }
}
#suntory_contents .tpl-txt {
  line-height: 2.2;
  letter-spacing: 0.15em;
  font-weight: normal;
  line-break: strict;
}
#suntory_contents .tpl-txt.bold {
  font-weight: 500;
}
#suntory_contents .tpl-txt.lh-nr {
  line-height: 1.8;
}
#suntory_contents .tpl-txt.lh-xnr {
  line-height: 1.4;
}
#suntory_contents .tpl-txt.ls-nr {
  letter-spacing: 0.05em;
}
#suntory_contents .tpl-txt.lg {
  font-size: 22px;
}
@media (max-width: 767px) {
  #suntory_contents .tpl-txt.lg {
    font-size: 5.3333333333vw;
  }
}
#suntory_contents .tpl-txt.md {
  font-size: 18px;
}
@media (max-width: 767px) {
  #suntory_contents .tpl-txt.md {
    font-size: 4vw;
  }
}
#suntory_contents .tpl-txt.rg {
  font-size: 16px;
}
@media (max-width: 767px) {
  #suntory_contents .tpl-txt.rg {
    font-size: 3.7333333333vw;
  }
}
#suntory_contents .tpl-txt.sm {
  font-size: 14px;
}
@media (max-width: 767px) {
  #suntory_contents .tpl-txt.sm {
    font-size: 3.4666666667vw;
  }
}
#suntory_contents .tpl-txt.xs {
  font-size: 12px;
}
@media (max-width: 767px) {
  #suntory_contents .tpl-txt.xs {
    font-size: 2.9333333333vw;
  }
}
@media (max-width: 767px) {
  #suntory_contents .tpl-txt.sp-lg {
    font-size: 5.3333333333vw;
  }
  #suntory_contents .tpl-txt.sp-md {
    font-size: 4vw;
  }
  #suntory_contents .tpl-txt.sp-rg {
    font-size: 3.7333333333vw;
  }
  #suntory_contents .tpl-txt.sp-sm {
    font-size: 3.4666666667vw;
  }
  #suntory_contents .tpl-txt.sp-xs {
    font-size: 2.9333333333vw;
  }
}

#suntory_contents {
  /* ------------------------------
  #lejay-menu-btn
  ------------------------------ */
  /* ------------------------------
  #lejay-menu-close-btn
  ------------------------------ */
  /* ------------------------------
  #lejay-menu
  ------------------------------ */
}
#suntory_contents .lejay-menu-btn-wrap {
  position: sticky;
  top: 0;
  z-index: 98;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .lejay-menu-btn-wrap {
    width: 100px;
    height: 100px;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .lejay-menu-btn-wrap {
    width: 100%;
    height: 18.6666666667vw;
    background-color: #DF0011;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #suntory_contents .lejay-menu-btn-wrap:before {
    content: "";
    display: block;
    padding: 12.32vw 0 0 0;
    width: 22.4vw;
    height: 0;
    overflow: hidden;
    background-image: url("../img/lejay-logo-s.svg");
    background-repeat: no-repeat;
    background-size: 22.4vw 12.32vw;
    text-indent: -5000px;
  }
}
#suntory_contents .lejay-menu-btn-wrap #lejay-menu-btn {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 100px;
  height: 100px;
  color: #FFCD73;
  cursor: pointer;
  transition: background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (max-width: 767px) {
  #suntory_contents .lejay-menu-btn-wrap #lejay-menu-btn {
    width: 18.6666666667vw;
    height: 18.6666666667vw;
    margin: 0 0 0 auto;
  }
}
#suntory_contents .lejay-menu-btn-wrap #lejay-menu-btn > span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50%;
  height: 30%;
}
#suntory_contents .lejay-menu-btn-wrap #lejay-menu-btn > span span, #suntory_contents .lejay-menu-btn-wrap #lejay-menu-btn > span::before, #suntory_contents .lejay-menu-btn-wrap #lejay-menu-btn > span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background: #FFCD73;
  transform-origin: 100% 50%;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 767px) {
  #suntory_contents .lejay-menu-btn-wrap #lejay-menu-btn > span span, #suntory_contents .lejay-menu-btn-wrap #lejay-menu-btn > span::before, #suntory_contents .lejay-menu-btn-wrap #lejay-menu-btn > span::after {
    height: 0.2666666667vw;
  }
}
#suntory_contents .lejay-menu-btn-wrap #lejay-menu-btn > span::before {
  top: 0;
  bottom: auto;
}
#suntory_contents .lejay-menu-btn-wrap #lejay-menu-btn > span span {
  transform: scaleX(0.75) translateZ(0);
}
#suntory_contents .lejay-menu-btn-wrap #lejay-menu-btn > span::after {
  top: auto;
  bottom: 0;
  transform: scaleX(0.5) translateZ(0);
}
.not-touch #suntory_contents .lejay-menu-btn-wrap #lejay-menu-btn:hover > span::before {
  transform: scaleX(0.5) translateZ(0);
}
.not-touch #suntory_contents .lejay-menu-btn-wrap #lejay-menu-btn:hover > span::after {
  transform: scaleX(1) translateZ(0);
}
@media screen and (max-width: 767px) {
  #suntory_contents * {
    scroll-margin-top: 18.6666666667vw;
  }
}
#suntory_contents #lejay-menu-close-btn {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
}
@media (max-width: 767px) {
  #suntory_contents #lejay-menu-close-btn {
    width: 18.6666666667vw;
    height: 18.6666666667vw;
  }
}
#suntory_contents #lejay-menu-close-btn::before, #suntory_contents #lejay-menu-close-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50%;
  height: 2px;
  background: #FFCD73;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 767px) {
  #suntory_contents #lejay-menu-close-btn::before, #suntory_contents #lejay-menu-close-btn::after {
    height: 0.2666666667vw;
  }
}
#suntory_contents #lejay-menu-close-btn::before {
  transform: rotate(-45deg) translateZ(0);
}
#suntory_contents #lejay-menu-close-btn::after {
  transform: rotate(45deg) translateZ(0);
}
.not-touch #suntory_contents #lejay-menu-close-btn:hover {
  opacity: 0.7;
}
#suntory_contents #lejay-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #DF0011;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  pointer-events: none;
  opacity: 0;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.lejay-menu-open #suntory_contents #lejay-menu {
  opacity: 1;
  pointer-events: auto;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
#suntory_contents #lejay-menu .logo-col {
  width: 50%;
  max-width: 550px;
}
@media (max-width: 960px) {
  #suntory_contents #lejay-menu .logo-col {
    display: none;
  }
}
#suntory_contents #lejay-menu .menu-col {
  width: 50%;
  max-width: 550px;
  border-left: 2px solid #FFCD73;
  padding: 50px 0;
}
@media (max-width: 960px) {
  #suntory_contents #lejay-menu .menu-col {
    width: auto;
    max-width: initial;
    border-left: none;
    padding: 0;
  }
}
#suntory_contents #lejay-menu .lejay-logo {
  width: 280px;
  height: 207.2px;
  margin: auto;
}
#suntory_contents #lejay-menu .lejay-logo a {
  display: block;
}
#suntory_contents #lejay-menu .lejay-logo a svg {
  fill: #FFCD73;
}
#suntory_contents #lejay-menu .menu-ttl {
  position: absolute;
  left: -9999px;
  top: -9999px;
}
#suntory_contents #lejay-menu .menu-list {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents #lejay-menu .menu-list {
    width: 250px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents #lejay-menu .menu-list {
    align-items: center;
  }
}
#suntory_contents #lejay-menu .menu-list-txt {
  line-height: 1;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents #lejay-menu .menu-list-txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents #lejay-menu .menu-list-txt {
    font-size: 4.8vw;
  }
}
#suntory_contents #lejay-menu .menu-list-txt a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-feature-settings: normal;
  color: #FFCD73;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents #lejay-menu .menu-list-txt + .menu-list-txt,
  #suntory_contents #lejay-menu .menu-list-txt + .menu-list-btn {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents #lejay-menu .menu-list-txt + .menu-list-txt,
  #suntory_contents #lejay-menu .menu-list-txt + .menu-list-btn {
    margin-top: 8.5333333333vw;
  }
}
@media print, screen and (min-width: 766px) {
  #suntory_contents #lejay-menu .menu-list-btn {
    width: 250px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents #lejay-menu .menu-list-btn {
    width: 66.6666666667vw;
    height: 12vw;
  }
}
#suntory_contents #lejay-menu .menu-list-btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFCD73;
  width: 100%;
  height: 100%;
  color: #DF0011;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-feature-settings: normal;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents #lejay-menu .menu-list-btn a {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents #lejay-menu .menu-list-btn a {
    font-size: 3.7333333333vw;
  }
}
#suntory_contents #lejay-menu .menu-list-btn a:before {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-style: solid;
  border-color: #DF0011;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents #lejay-menu .menu-list-btn a:before {
    border-width: 1px;
    width: 242px;
    height: 42px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents #lejay-menu .menu-list-btn a:before {
    border-width: 0.2666666667vw;
    width: 65.0666666667vw;
    height: 10.4vw;
  }
}
#suntory_contents #lejay-menu .menu-list-btn.instagram a svg {
  fill: #DF0011;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents #lejay-menu .menu-list-btn.instagram a svg {
    width: 101px;
    height: 22.22px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents #lejay-menu .menu-list-btn.instagram a svg {
    width: 24.2666666667vw;
    height: 5.3386666667vw;
  }
}
@media print, screen and (min-width: 766px) {
  #suntory_contents #lejay-menu .menu-list-btn + .menu-list-btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents #lejay-menu .menu-list-btn + .menu-list-btn {
    margin-top: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents #lejay-contents {
    padding-top: 18.6666666667vw;
  }
}

/* ------------------------------
 suntory_contents
------------------------------ */
body.scroll-lock {
  position: fixed;
  width: 100vw;
}

.svg-symbols {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  left: -9999px;
  top: -9999px;
}

#suntory_contents {
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%;
  /* ------------------------------
  #lejay-fixed-ec-btn
  ------------------------------ */
  /* ------------------------------
  .ec-tag
  ------------------------------ */
  /* ------------------------------
  #lejay-contents
  ------------------------------ */
  /* ------------------------------
  .tpl-inner-width
  ------------------------------ */
  /* ------------------------------
  .tpl-sec
  ------------------------------ */
  /* ------------------------------
  .tpl-sec-ec
  ------------------------------ */
  /* ------------------------------
  .tpl-btn-wrap
  ------------------------------ */
  /* ------------------------------
  .tpl-page-anc
  ------------------------------ */
  /* ------------------------------
  .tpl-video-wrap
  ------------------------------ */
  /* ------------------------------
  hover
  ------------------------------ */
  /* ------------------------------
  carousel
  ------------------------------ */
}
@media (min-width: 768px) {
  #suntory_contents {
    min-width: 960px;
  }
}
@media (max-width: 767px) {
  #suntory_contents br.pc {
    display: none;
  }
}
@media (min-width: 768px) {
  #suntory_contents br.sp {
    display: none;
  }
}
#suntory_contents #lejay-fixed-ec-btn {
  position: fixed;
  z-index: 200;
  right: 20px;
  bottom: 20px;
}
@media (max-width: 767px) {
  #suntory_contents #lejay-fixed-ec-btn {
    right: 2.6666666667vw;
    bottom: 2.6666666667vw;
  }
}
.lejay-menu-open #suntory_contents #lejay-fixed-ec-btn {
  z-index: 20;
}
#suntory_contents #lejay-fixed-ec-btn .ec-tag {
  display: block;
  width: 96px;
  height: 96px;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 767px) {
  #suntory_contents #lejay-fixed-ec-btn .ec-tag {
    width: 16vw;
    height: 16vw;
  }
}
.show-ec-sec #suntory_contents #lejay-fixed-ec-btn .ec-tag {
  opacity: 0;
  pointer-events: none;
}
#suntory_contents #lejay-fixed-ec-btn .ec-tag a {
  display: block;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.not-touch #suntory_contents #lejay-fixed-ec-btn .ec-tag a:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
#suntory_contents .ec-tag a {
  display: block;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.not-touch #suntory_contents .ec-tag a:hover {
  opacity: 0.7;
}
#suntory_contents #lejay-contents {
  margin-top: -100px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  #suntory_contents #lejay-contents {
    margin-top: -18.6666666667vw;
    min-width: initial;
  }
}
#suntory_contents #lejay-contents::after {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 100;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lejay-menu-open #suntory_contents #lejay-contents::after {
  z-index: 10;
}
.ec-modal-open #suntory_contents #lejay-contents::after {
  opacity: 1;
  pointer-events: auto;
}
#suntory_contents #lejay-contents .contents-side-logo {
  position: absolute;
  width: 100%;
  z-index: 10;
  top: 30px;
}
@media (max-width: 767px) {
  #suntory_contents #lejay-contents .contents-side-logo {
    top: 4vw;
    left: -2.6666666667vw;
  }
}
#suntory_contents #lejay-contents .lejay-logo {
  display: block;
  width: 120px;
}
@media (max-width: 767px) {
  #suntory_contents #lejay-contents .lejay-logo {
    width: 24vw;
  }
}
#suntory_contents .tpl-inner-width {
  max-width: 960px;
  margin: auto;
}
#suntory_contents .tpl-inner-width.wide {
  max-width: 1164px;
}
#suntory_contents .tpl-inner-width.narrow {
  max-width: 840px;
}
#suntory_contents .tpl-inner-padding {
  box-sizing: content-box;
  padding: 0 2.7491408935%;
}
@media (max-width: 767px) {
  #suntory_contents .tpl-inner-padding {
    padding: 0 6vw;
  }
}
#suntory_contents .tpl-sec {
  padding: 100px 0 1px;
}
@media (max-width: 767px) {
  #suntory_contents .tpl-sec {
    padding: 20vw 0 1px;
  }
}
#suntory_contents .tpl-sec-ec {
  padding: 100px 0 150px;
}
@media (max-width: 767px) {
  #suntory_contents .tpl-sec-ec {
    padding: 16vw 0 26.6666666667vw;
  }
}
#suntory_contents .tpl-btn-wrap {
  width: 100%;
  max-width: 416px;
  min-height: 65px;
  margin: auto;
}
@media (max-width: 767px) {
  #suntory_contents .tpl-btn-wrap {
    max-width: 85.3333333333vw;
    min-height: 13.3333333333vw;
  }
}
#suntory_contents .tpl-btn-wrap img {
  width: 100% !important;
  height: auto !important;
}
#suntory_contents .tpl-page-anc {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  color: #333333;
  border-bottom: 5px solid #e6ce9c;
  padding-bottom: 2px;
  text-align: center;
}
#suntory_contents .tpl-page-anc a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  font-weight: 500;
  background: #e6ce9c;
  font-size: 18px;
  line-height: 1.4;
  padding: 0.5em 0 1.5em;
  min-height: 80px;
}
@media (max-width: 767px) {
  #suntory_contents .tpl-page-anc a {
    font-size: 3.4666666667vw;
    padding-bottom: 2em;
    min-height: 13.3333333333vw;
  }
}
#suntory_contents .tpl-page-anc a::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 25"><path fill="%23333333" d="M.9 24.8c-.2 0-.4-.1-.6-.2-.3-.3-.3-.8 0-1.1l10.7-11L.3 1.5C0 1.2.1.7.4.4c.3-.3.8-.3 1.1 0L12.7 12c.3.3.3.8 0 1.1L1.5 24.6c-.2.1-.4.2-.6.2z"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0.4em;
  margin: auto;
  content: "";
  display: block;
  width: 0.75em;
  height: 1.5em;
  transform: rotate(90deg);
}
#suntory_contents .tpl-page-anc.col-3 a {
  width: calc(33.333% - 2px);
}
#suntory_contents .tpl-video-wrap {
  display: block;
  position: relative;
  background: black;
  box-sizing: content-box;
}
#suntory_contents .tpl-video-wrap::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
#suntory_contents .tpl-video-wrap.portrait::before {
  padding-top: 177.7777777778%;
}
#suntory_contents .tpl-video-wrap > .tpl-video-container,
#suntory_contents .tpl-video-wrap > iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#suntory_contents .tpl-video-wrap .tpl-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}
#suntory_contents .tpl-video-wrap .tpl-video-overlay.use-swipe::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 100%;
  height: calc(100% - 100px);
  pointer-events: auto;
  cursor: pointer;
}
#suntory_contents .tpl-video-wrap .tpl-video-overlay.use-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: auto;
  cursor: pointer;
}
#suntory_contents .tpl-video-wrap .tpl-video-overlay.use-thumb::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: url(../img/icon-play.svg) no-repeat 55% 50%;
  background-size: 25% auto;
  background-color: rgba(195, 15, 35, 0.85);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: background-color, transform;
}
@media (max-width: 767px) {
  #suntory_contents .tpl-video-wrap .tpl-video-overlay.use-thumb::after {
    width: 16vw;
    height: 16vw;
  }
}
.not-touch #suntory_contents .tpl-video-wrap .tpl-video-overlay:hover::after {
  background-color: #c30f23;
  transform: scale(1.1);
}
#suntory_contents .tpl-video-wrap.playing > .tpl-video-container,
#suntory_contents .tpl-video-wrap.playing > iframe {
  opacity: 1;
}
#suntory_contents .tpl-video-wrap.playing .tpl-video-overlay img, #suntory_contents .tpl-video-wrap.playing .tpl-video-overlay::after {
  display: none;
}
.not-touch #suntory_contents .hv-alpha {
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.not-touch #suntory_contents .hv-alpha:hover {
  opacity: 0.7;
}
#suntory_contents .carousel-arrow {
  position: absolute;
  box-sizing: content-box;
  top: calc(50% - 45px);
  width: 30px;
  height: 60px;
  padding: 15px;
  outline: 0;
  color: currentColor;
  z-index: 10;
}
@media (max-width: 767px) {
  #suntory_contents .carousel-arrow {
    top: calc(50% - 6vw);
    width: 4vw;
    height: 8vw;
    padding: 2vw;
  }
}
#suntory_contents .carousel-arrow.prev {
  left: 0;
}
#suntory_contents .carousel-arrow.prev svg {
  transform: rotate(180deg);
}
#suntory_contents .carousel-arrow.next {
  right: 0;
}
#suntory_contents .carousel-arrow.swiper-button-disabled {
  opacity: 0.2;
  pointer-events: none;
}
#suntory_contents .carousel-arrow svg {
  width: 100%;
  height: auto;
}
#suntory_contents .swiper-pagination {
  margin-top: 32px;
  position: relative;
}
@media (max-width: 767px) {
  #suntory_contents .swiper-pagination {
    margin-top: 5.3333333333vw;
  }
}
#suntory_contents .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 10px;
  background-color: white;
  opacity: 0.3;
}
@media (max-width: 767px) {
  #suntory_contents .swiper-pagination-bullet {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    margin: 0 1.3333333333vw;
  }
}
#suntory_contents .swiper-pagination-bullet-active {
  opacity: 1;
}

/* ------------------------------
 Animation
------------------------------ */
[data-st][data-appeared=fade],
[data-st-child][data-appeared=fade] {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
[data-st][data-appeared=fade].appeared,
[data-st-child][data-appeared=fade].appeared {
  opacity: 1;
}
[data-st][data-appeared=fadeup],
[data-st-child][data-appeared=fadeup] {
  opacity: 0;
  transform: translateY(20px);
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: opacity, transform;
}
[data-st][data-appeared=fadeup].appeared,
[data-st-child][data-appeared=fadeup].appeared {
  opacity: 1;
  transform: translateY(0);
}

.resizing *,
.resizing *::before,
.resizing *::after {
  transition-delay: 0s !important;
  transition-duration: 0s !important;
}