@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Yuji+Syuku&display=swap");
.cont__center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cont__center > * {
  min-height: 0%;
}

.cont__container, .cont__container--small {
  box-sizing: content-box !important;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767.9px) {
  .cont__container, .cont__container--small {
    max-width: 89.3333333333vw;
    padding-left: 0;
    padding-right: 0;
  }
}

.cont__container--small {
  max-width: 990px;
}
@media screen and (max-width: 767.9px) {
  .cont__container--small {
    max-width: 89.3333333333vw;
  }
}

.link {
  color: inherit;
  transition: opacity 0.3s;
  cursor: pointer;
}
.link:hover {
  opacity: 0.7;
}

/* reset:start */
#suntory_contents {
  margin: 0;
  padding: 0;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #suntory_contents {
    position: relative;
    min-width: 960px;
    overflow: hidden;
  }
}
#suntory_contents img,
#suntory_contents picture,
#suntory_contents video,
#suntory_contents canvas,
#suntory_contents svg {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
#suntory_contents input,
#suntory_contents button,
#suntory_contents textarea,
#suntory_contents select {
  font: inherit;
}
#suntory_contents button {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}
#suntory_contents p,
#suntory_contents h1,
#suntory_contents h2,
#suntory_contents h3,
#suntory_contents h4,
#suntory_contents h5,
#suntory_contents h6,
#suntory_contents ul,
#suntory_contents ol,
#suntory_contents dl,
#suntory_contents dd {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
}
#suntory_contents ul, #suntory_contents ol {
  list-style: none;
}
#suntory_contents [hidden] {
  display: none;
}

/* common:start */
[v-cloak] {
  display: none;
}

body {
  font-family: "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
}

@media screen and (max-width: 767.9px) {
  .pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .spOnly {
    display: none !important;
  }
}

.cont {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: all 0.8s ease;
}
/* common:end */
/* kv:start */
#suntory_contents .kv {
  background-image: url(../img/pc/kv_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .kv {
    background: none;
  }
}
#suntory_contents .kv__ttl {
  max-width: 1741px;
  margin: 0 auto;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .kv__ttl {
    width: 100%;
  }
}

/* kv:end */
/* nav:start */
#suntory_contents .nav {
  background-image: url(../img/pc/nav_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 111px;
  margin-top: 15px;
  margin-bottom: -6px;
  transition: all 0.3s ease;
  z-index: 10;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: absolute;
}
#suntory_contents .nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-image: url(../img/pc/nav_bg-fix.png);
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .nav.fixed {
    left: auto;
  }
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .nav {
    margin-bottom: 0;
    background-image: none;
    position: absolute;
    top: 0;
    right: 0;
    min-height: auto;
    width: 13.3333333333vw;
    height: 13.1578947368vw;
  }
  #suntory_contents .nav .hamburger {
    position: absolute;
    top: 0;
    right: 0;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    cursor: pointer;
    z-index: 1002;
    background: url(../img/sp/hamburger.png) no-repeat center;
    background-size: cover;
    color: #000;
  }
  #suntory_contents .nav .hamburger.active {
    background: url(../img/sp/hamburger_active.png) no-repeat center;
    background-size: cover;
  }
  #suntory_contents .nav .hamburger.active span {
    transform: translate(2.2666666667vw, -0.7333333333vw);
  }
  #suntory_contents .nav .hamburger.active span.menu {
    display: none;
  }
  #suntory_contents .nav .hamburger.active span.close {
    display: block;
  }
  #suntory_contents .nav .hamburger span {
    bottom: 0;
    position: absolute;
    text-align: center;
    transform: translate(2.6666666667vw, -0.9333333333vw);
    font-size: 2.0666666667vw;
  }
  #suntory_contents .nav .hamburger span.menu {
    display: block;
  }
  #suntory_contents .nav .hamburger span.close {
    display: none;
  }
  #suntory_contents .nav .modal-content {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: url(../img/sp/hamburger_bg.png) no-repeat center/cover;
    z-index: 98;
    overflow-y: auto;
  }
  #suntory_contents .nav .modal-content.show {
    display: block;
    opacity: 1;
  }
  #suntory_contents .nav .modal-content .modal-close {
    position: absolute;
    top: 3.2vw;
    right: 3.2vw;
    width: 4vw;
    height: 4vw;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1003;
  }
  #suntory_contents .nav .modal-content .sp-nav {
    margin: 32vw 0 0 10.6666666667vw;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 9.3333333333vw;
    list-style: none;
  }
  #suntory_contents .nav .modal-content .sp-nav li {
    position: relative;
    padding-left: 5.3333333333vw;
  }
  #suntory_contents .nav .modal-content .sp-nav li::before {
    content: "";
    position: absolute;
    left: 1.6vw;
    top: 50%;
    transform: translateY(-50%);
    width: 1.8666666667vw;
    height: 2vw;
    background: url("../img/pc/list-icon.png") no-repeat center/contain;
  }
  #suntory_contents .nav .modal-content .sp-nav li a {
    color: #000000;
    font-family: "Yuji Syuku", serif;
    font-size: 5.6vw;
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) {
  #suntory_contents .nav ul {
    padding-top: 58px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
  #suntory_contents .nav ul li {
    font-family: "Yuji Syuku", serif;
    font-weight: 400;
    font-optical-sizing: auto;
    font-style: normal;
    display: block;
    width: 150px;
  }
  #suntory_contents .nav ul li a {
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100% - 5px);
    width: calc(100% - 3px);
    position: relative;
  }
  #suntory_contents .nav ul li a .box-text {
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
    z-index: 5;
    font-size: 17px;
    letter-spacing: -2px;
  }
  #suntory_contents .nav ul li a .txt-red {
    color: #cb0010;
  }
  #suntory_contents .nav ul li a.box-05::after {
    content: "・・・・";
    position: absolute;
    font-weight: bold;
    top: -19px;
    right: 11%;
  }
  #suntory_contents .nav ul li a::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 135px;
    height: 5px;
    background-position: center;
    background-repeat: no-repeat;
    transform-origin: left center;
    transition: transform 250ms ease-in-out;
    z-index: 1;
  }
  #suntory_contents .nav ul li a.box-01 {
    width: 175px;
  }
  #suntory_contents .nav ul li a.box-02 {
    width: 176px;
  }
  #suntory_contents .nav ul li a.box-03 {
    width: 167px;
  }
  #suntory_contents .nav ul li a.box-04 {
    width: 134px;
  }
  #suntory_contents .nav ul li a.box-05 {
    width: 149px;
    right: 7%;
  }
  #suntory_contents .nav ul li a.box-01::before {
    background-image: url("../img/pc/on_01.png");
  }
  #suntory_contents .nav ul li a.box-02::before {
    background-image: url("../img/pc/on_02.png");
  }
  #suntory_contents .nav ul li a.box-03::before {
    background-image: url("../img/pc/on_03.png");
  }
  #suntory_contents .nav ul li a.box-04::before {
    background-image: url("../img/pc/on_04.png");
  }
  #suntory_contents .nav ul li a.box-05::before {
    background-image: url("../img/pc/on_05.png");
  }
  #suntory_contents .nav ul li a:hover::before, #suntory_contents .nav ul li a.active::before {
    transform: translateX(-50%) scaleX(1);
  }
}
#suntory_contents .nav .to-top-btn {
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 80px;
  height: 80px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 90;
  border: 2px solid #dd4c58;
  border-radius: 100%;
}
#suntory_contents .nav .to-top-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border-left: 4px solid #dd4c58;
  border-top: 4px solid #dd4c58;
  transform: translate(-50%, -30%) rotate(45deg);
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .nav .to-top-btn {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    right: 5.3333333333vw;
    bottom: 5.3333333333vw;
    border: 0.2666666667vw solid #84bcf0;
  }
  #suntory_contents .nav .to-top-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    border-left: 0.5333333333vw solid #84bcf0;
    border-top: 0.5333333333vw solid #84bcf0;
    transform: translate(-50%, -30%) rotate(45deg);
  }
}

/* nav:end */
/* about:start */
#suntory_contents .fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
#suntory_contents .fade-up.active {
  opacity: 1;
  transform: translateY(0);
}
#suntory_contents .line-animate::before {
  transform: translateX(-50%) scaleX(0);
  transform-origin: left;
  transition: transform 800ms ease-in-out;
}
#suntory_contents .line-animate.active::before {
  transform: translateX(-50%) scaleX(1);
}
#suntory_contents .about {
  background-image: url(../img/pc/about_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 1655px;
  padding-top: 230px;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .about {
    background-image: url(../img/sp/about_bg.jpg);
    min-height: 532.6666666667vw;
    padding-top: 20vw;
  }
}
#suntory_contents .about .mt25 {
  margin-top: 25px;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .about .mt25 {
    margin-top: 5.3333333333vw;
  }
}
#suntory_contents .about__intro {
  position: relative;
  width: 980px;
  min-height: 690px;
  background-image: url(../img/pc/intro_bg.png);
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-bottom: 45px;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .about__intro {
    background-image: url(../img/sp/intro_bg.png);
    margin-bottom: 4vw;
    width: 93.8666666667vw;
    min-height: 204.9333333333vw;
  }
}
#suntory_contents .about__intro-ttl {
  position: absolute;
  bottom: 625px;
  left: 3px;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .about__intro-ttl {
    width: 78.8vw;
    bottom: 196vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
#suntory_contents .about__intro-txt {
  width: 715px;
  padding-top: 100px;
  padding-left: 25px;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .about__intro-txt {
    width: 80vw;
    padding-left: 3.3333333333vw;
    padding-top: 13.3333333333vw;
  }
}
#suntory_contents .about__intro-txt h3 {
  font-size: 32px;
  margin-bottom: 30px;
  position: relative;
  z-index: 5;
  font-weight: bold;
  line-height: 1.0625;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .about__intro-txt h3 {
    font-size: 6.9333333333vw;
    margin-bottom: 6.6666666667vw;
    line-height: 1.3076923077;
  }
}
#suntory_contents .about__intro-txt h3::before {
  content: "";
  position: absolute;
  width: 304px;
  height: 23px;
  top: 28px;
  left: 300px;
  background-image: url(../img/pc/about_intro-line.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .about__intro-txt h3::before {
    background-image: url(../img/sp/about_intro-line.png);
    top: 16vw;
    left: 36.6666666667vw;
    width: 65.8666666667vw;
    height: 4.9333333333vw;
  }
}
#suntory_contents .about__intro-txt p {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 1.8888888889;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .about__intro-txt p {
    font-size: 4.2666666667vw;
    font-weight: 500;
    line-height: 1.5;
  }
}
#suntory_contents .about__kodawari {
  padding-top: 60px;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .about__kodawari {
    padding-top: 0;
  }
}
#suntory_contents .about__kodawari-ttl {
  position: relative;
  margin: 0 auto 50px;
  width: 702px;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .about__kodawari-ttl {
    width: 88.4vw;
    padding-top: 12vw;
    margin: 0 auto 12vw;
  }
}
#suntory_contents .about__kodawari-ttl picture {
  z-index: 5;
  position: inherit;
}
#suntory_contents .about__kodawari-ttl::before {
  content: "";
  position: absolute;
  background: url(../img/pc/about_kodawari-line.png) center no-repeat;
  background-size: cover;
  width: 513px;
  height: 34px;
  top: 45px;
  left: 514px;
  z-index: 0;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .about__kodawari-ttl::before {
    background: url(../img/sp/about_kodawari-line.png) center no-repeat;
    background-size: cover;
    width: 92vw;
    height: 7.4666666667vw;
    top: 32vw;
    left: 44vw;
  }
}
#suntory_contents .about__kodawari-inner {
  width: 980px;
  margin: 0 auto;
}
#suntory_contents .about__kodawari-inner img {
  margin: 0;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .about__kodawari-inner {
    width: 100%;
  }
}
#suntory_contents .about__kodawari-content {
  position: relative;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .about__kodawari-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7.2vw;
  }
}
#suntory_contents .about__kodawari-content .kodawari__box {
  display: flex;
  align-items: center;
  background-size: contain;
  padding: 10px 20px;
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .about__kodawari-content .kodawari__box {
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: flex-start;
  }
}
#suntory_contents .about__kodawari-content .kodawari__box-01 {
  background-image: url(../img/pc/kodawari_box01.png);
  width: 810px;
  height: 252px;
  padding: 10px 40px;
  box-sizing: content-box;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .about__kodawari-content .kodawari__box-01 {
    box-sizing: border-box;
    background: url(../img/sp/kodawari_box01.png) center no-repeat;
    background-size: cover;
    width: 85.3333333333vw;
    height: 100%;
    aspect-ratio: 640/828;
    padding: 5.3333333333vw 6.6666666667vw 5.3333333333vw 5.3333333333vw;
  }
  #suntory_contents .about__kodawari-content .kodawari__box-01::after {
    content: "";
    display: block;
    background: url(../img/sp/kodawari1.png) center no-repeat;
    background-size: cover;
    width: 16vw;
    height: 21.3333333333vw;
    position: absolute;
    top: -2.6666666667vw;
    left: -4vw;
  }
}
#suntory_contents .about__kodawari-content .kodawari__box-02 {
  background-image: url(../img/pc/kodawari_box02.png);
  width: 924px;
  height: 315px;
  padding-right: 34px;
  float: right;
  position: relative;
  gap: 5px;
}
#suntory_contents .about__kodawari-content .kodawari__box-02::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/pc/kodawari_img02_2.png) center no-repeat;
  background-size: cover;
  right: -46px;
  bottom: -40px;
  width: 176px;
  height: 157px;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .about__kodawari-content .kodawari__box-02 {
    background: url(../img/sp/kodawari_box02.png) center no-repeat;
    background-size: cover;
    width: 85.3333333333vw;
    height: 100%;
    aspect-ratio: 640/814;
    float: none;
    padding: 6.6666666667vw 6.6666666667vw 5.3333333333vw 5.3333333333vw;
  }
  #suntory_contents .about__kodawari-content .kodawari__box-02::before {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/pc/kodawari_img02_2.png) center no-repeat;
    background-size: cover;
    right: -2.6666666667vw;
    bottom: -19.3333333333vw;
    width: 33.8666666667vw;
    height: 29.8666666667vw;
  }
  #suntory_contents .about__kodawari-content .kodawari__box-02::after {
    content: "";
    display: block;
    background: url(../img/sp/kodawari2.png) center no-repeat;
    background-size: cover;
    width: 16vw;
    height: 21.3333333333vw;
    position: absolute;
    top: -2.6666666667vw;
    left: -4vw;
  }
}
#suntory_contents .about__kodawari-content .kodawari__box-03 {
  background-image: url(../img/pc/kodawari_box03.png);
  width: 872px;
  height: 312px;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .about__kodawari-content .kodawari__box-03 {
    background: url(../img/sp/kodawari_box03.png) center no-repeat;
    background-size: cover;
    width: 85.3333333333vw;
    height: 100%;
    aspect-ratio: 640/985;
    padding: 18.1333333333vw 6.6666666667vw 5.3333333333vw 5.3333333333vw;
  }
  #suntory_contents .about__kodawari-content .kodawari__box-03::after {
    content: "";
    display: block;
    background: url(../img/sp/kodawari3.png) center no-repeat;
    background-size: cover;
    width: 16vw;
    height: 21.3333333333vw;
    position: absolute;
    top: -2.6666666667vw;
    left: -4vw;
  }
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .about__kodawari-content .kodawari__box-03 .kodawari__img {
    width: 92%;
    margin: 0 auto;
  }
}
#suntory_contents .about__kodawari-content .kodawari__txt {
  font-family: "Yuji Syuku", serif;
  padding-left: 50px;
}
#suntory_contents .about__kodawari-content .kodawari__txt-01 {
  padding-left: 30px;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .about__kodawari-content .kodawari__txt {
    padding-left: 1.3333333333vw;
  }
}
#suntory_contents .about__kodawari-content .kodawari__txt h3 {
  color: #cb0010;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .about__kodawari-content .kodawari__txt h3 {
    font-size: 6.9333333333vw;
    margin: 4vw 0 2.4vw;
  }
}
#suntory_contents .about__kodawari-content .kodawari__txt p {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1.7px;
  line-height: 1.5;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .about__kodawari-content .kodawari__txt p {
    font-size: 4.2666666667vw;
    letter-spacing: -2.5px;
  }
}
#suntory_contents .about__kodawari-content .kodawari__txt-02 {
  min-width: 370px;
  position: relative;
}
#suntory_contents .about__kodawari-content .kodawari__txt-02 span {
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .about__kodawari-content .kodawari__txt-02 span {
    font-size: 3.4666666667vw;
    letter-spacing: -0.1066666667vw;
  }
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .about__kodawari-content .kodawari__txt-02 {
    min-width: auto;
  }
}

/* about:end */
/* takohai:start */
#suntory_contents .fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
#suntory_contents .fade-up.active {
  opacity: 1;
  transform: translateY(0);
}
#suntory_contents .line-animate::before {
  transform: translateX(-50%) scaleX(0);
  transform-origin: left;
  transition: transform 800ms ease-in-out;
}
#suntory_contents .line-animate.active::before {
  transform: translateX(-50%) scaleX(1);
}
#suntory_contents .lemon {
  background-image: url(../img/pc/section01_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 1500px;
  padding-bottom: 100px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .lemon {
    background-image: url(../img/sp/section01_bg.png);
    min-height: auto;
  }
}
#suntory_contents .lemon_inner {
  width: 800px;
  aspect-ratio: 800/1869;
  background-image: url(../img/pc/lemon_inner_bg.png);
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  margin: 100px auto 0;
  padding: 70px 50px 55px;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .lemon_inner {
    background-image: url(../img/sp/lemon_inner_bg.png);
    width: 91.8666666667vw;
    height: 414.2666666667vw;
    padding: 13.8666666667vw 3.2vw 20vw;
    margin: 13.3333333333vw auto 0;
  }
}
#suntory_contents .lemon_ttl {
  margin-bottom: 38px;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .lemon_ttl {
    width: 66.6666666667vw;
    margin: 0 auto;
  }
}
#suntory_contents .lemon p {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
}
#suntory_contents .lemon p.lemon_read {
  line-height: 1.6;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .lemon p {
    font-size: 4vw;
    margin-top: 6.6666666667vw;
    margin-bottom: 4vw;
    line-height: 1.5;
  }
}
#suntory_contents .lemon .lineup {
  margin: 65px 0 55px;
  position: relative;
  display: inline-block;
  font-family: "Yuji Syuku", serif;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .lemon .lineup {
    margin: 0vw 0 3.7333333333vw;
  }
}
#suntory_contents .lemon .lineup p {
  z-index: 1;
  position: relative;
  font-size: 34px;
  letter-spacing: -3px;
  line-height: 1;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .lemon .lineup p {
    font-size: 6.6666666667vw;
    letter-spacing: -0.9333333333vw;
    margin-top: 3.3333333333vw;
    margin-bottom: 3.7333333333vw;
  }
}
#suntory_contents .lemon .lineup::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 32px;
  left: 130px;
  bottom: -24px;
  background: url(../img/pc/line_yellow.png) center no-repeat;
  background-size: cover;
  z-index: 0;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .lemon .lineup::before {
    height: 6vw;
    bottom: 1.3333333333vw;
    left: 24vw;
  }
}
#suntory_contents .lemon .price_detail_blank {
  width: 200px;
  height: 37px;
  margin: 18px auto 52px;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .lemon .price_detail_blank {
    width: 58.6666666667vw;
    height: 10.1333333333vw;
    margin: 3.4666666667vw auto 10.6666666667vw;
  }
}
#suntory_contents .lemon .price_detail {
  width: 200px;
  height: 35px;
  background-color: #fff;
  border: 3px solid #ffe100;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  position: relative;
  margin: 16px auto 50px;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .lemon .price_detail {
    width: 58.6666666667vw;
    height: 9.8666666667vw;
    font-size: 4vw;
    border: 0.5333333333vw solid #ffe100;
    margin: 2.6666666667vw auto 10vw;
  }
}
#suntory_contents .lemon .price_detail::after {
  content: "";
  position: absolute;
  right: 10px;
  width: 6px;
  height: 11px;
  background: url(../img/pc/arrow_black.png) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .lemon .price_detail::after {
    background: url(../img/sp/arrow_black.png) no-repeat center;
    background-size: cover;
    width: 1.4666666667vw;
    height: 2.6666666667vw;
    right: 3.4666666667vw;
  }
}
#suntory_contents .lemon .price_orders {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .lemon .price_orders {
    flex-direction: column;
    gap: 8vw;
  }
}
#suntory_contents .lemon .price_orders button {
  position: relative;
  width: 240px;
  height: 45px;
  background-color: #ffe100;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  border-radius: 40px;
  box-shadow: 0px 3px 0px #ab7d00;
  transition-duration: 0.1s;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  border: none;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .lemon .price_orders button {
    width: 80vw;
    height: 12.5333333333vw;
    font-size: 4vw;
    border-radius: 10.6666666667vw;
    box-shadow: 0px 1.3333333333vw 0px #ab7d00;
    margin: 0 auto;
  }
}
#suntory_contents .lemon .price_orders button::before {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: inherit;
  border: 1px solid #5e5e5e;
  pointer-events: none;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .lemon .price_orders button::before {
    inset: 0.8vw;
    border: 0.2666666667vw solid #5e5e5e;
  }
}
#suntory_contents .lemon .price_orders button::after {
  content: "";
  position: absolute;
  right: 15px;
  width: 18px;
  height: 18px;
  background: url(../img/pc/search_black.png) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .lemon .price_orders button::after {
    background: url(../img/sp/search_black.png) no-repeat center;
    background-size: cover;
    width: 5.6vw;
    height: 5.6vw;
    right: 4.5333333333vw;
  }
}
#suntory_contents .lemon .price_orders button:hover {
  box-shadow: none;
  transform: translateY(3px);
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .lemon .price_orders button:hover {
    box-shadow: 0px 1.3333333333vw 0px #ab7d00;
    transform: translateY(0vw);
  }
}
#suntory_contents .lemon .price_orders button:nth-child(2) {
  width: 372px;
  justify-content: flex-start;
  text-align: start;
  padding-left: 24px;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .lemon .price_orders button:nth-child(2) {
    padding-left: 8.5333333333vw;
    width: 80vw;
    height: 16vw;
    line-height: 1.3333333333;
  }
}
#suntory_contents .lemon .price_orders button:nth-child(2) .lemonsour {
  width: 40px;
  height: 51px;
  background: url(../img/pc/lemonsour.png) no-repeat center;
  background-size: cover;
  position: absolute;
  bottom: 10px;
  right: 46px;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .lemon .price_orders button:nth-child(2) .lemonsour {
    width: 12.1333333333vw;
    height: 15.4666666667vw;
    background: url(../img/sp/lemonsour.png) no-repeat center;
    background-size: cover;
    bottom: 1.8666666667vw;
    right: 11.4666666667vw;
  }
}
#suntory_contents .lemon .swiper_container .swiper-lemon {
  width: 100%;
}
#suntory_contents .lemon .swiper_container .swiper-lemon .swiper-slide {
  width: 55%;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .lemon .swiper_container .swiper-lemon .swiper-slide {
    width: 100%;
  }
}
#suntory_contents .lemon .swiper_container .swiper-lemon .swiper-slide .swiper_read {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  margin-bottom: 10px;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .lemon .swiper_container .swiper-lemon .swiper-slide .swiper_read {
    width: 100%;
    margin: 0 auto 3vw;
  }
}
#suntory_contents .lemon .swiper_container .swiper-lemon .swiper-slide .swiper_read picture {
  height: auto !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#suntory_contents .lemon .swiper_container .swiper-lemon .swiper-slide .swiper_read picture img {
  height: 62px;
  display: block;
  width: 100%;
  object-fit: contain;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .lemon .swiper_container .swiper-lemon .swiper-slide .swiper_read picture img {
    width: auto;
    height: 11.4666666667vw;
  }
}
#suntory_contents .lemon .swiper_container .swiper-lemon .swiper-slide-active .swiper_read {
  opacity: 1;
}
#suntory_contents .lemon .swiper_container .swiper-lemon .swiper-slide .price_detail {
  display: none;
}
#suntory_contents .lemon .swiper_container .swiper-lemon .swiper-slide-active .price_detail {
  display: flex;
}
#suntory_contents .lemon .swiper_container .swiper-lemon .swiper-slide picture {
  height: 260px;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .lemon .swiper_container .swiper-lemon .swiper-slide picture {
    height: 50.1333333333vw;
  }
}
#suntory_contents .lemon .swiper_container .swiper-lemon .swiper-slide picture img {
  height: 100%;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .lemon .swiper_container .swiper-lemon .swiper-slide picture img {
    width: auto;
    object-fit: contain;
  }
}
#suntory_contents .lemon .swiper_container .swiper-lemon .swiper-slide p {
  opacity: 0;
  transition: opacity 0.3s ease;
}
#suntory_contents .lemon .swiper_container .swiper-lemon .swiper-slide.swiper-slide-active p {
  opacity: 1;
}
#suntory_contents .lemon .swiper_container .swiper-lemon .swiper-button-prev,
#suntory_contents .lemon .swiper_container .swiper-lemon .swiper-button-next {
  background-size: cover;
  width: 44px;
  height: 44px;
  top: 40%;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .lemon .swiper_container .swiper-lemon .swiper-button-prev,
  #suntory_contents .lemon .swiper_container .swiper-lemon .swiper-button-next {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    top: 36vw;
  }
}
#suntory_contents .lemon .swiper_container .swiper-lemon .swiper-button-prev svg,
#suntory_contents .lemon .swiper_container .swiper-lemon .swiper-button-next svg {
  display: none;
}
#suntory_contents .lemon .swiper_container .swiper-lemon .swiper-button-prev::after,
#suntory_contents .lemon .swiper_container .swiper-lemon .swiper-button-next::after {
  display: none;
}
#suntory_contents .lemon .swiper_container .swiper-lemon .swiper-button-prev {
  left: 130px;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .lemon .swiper_container .swiper-lemon .swiper-button-prev {
    left: 4vw;
  }
}
#suntory_contents .lemon .swiper_container .swiper-lemon .swiper-button-next {
  transform: rotate(180deg);
  right: 130px;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .lemon .swiper_container .swiper-lemon .swiper-button-next {
    right: 4vw;
  }
}
#suntory_contents .lemon .swiper_container .price_name {
  font-size: 32px;
  font-weight: bold;
  margin: 16px 0;
  width: 540px;
  left: 50%;
  min-height: 80px;
  position: relative;
  transform: translateX(-50%);
  line-height: 1.25;
  white-space: nowrap;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .lemon .swiper_container .price_name {
    min-height: 12.8vw;
    transform: translateX(0);
    margin: 2.6666666667vw auto;
    font-size: 5.0666666667vw;
    width: 100%;
    left: 0;
  }
}
#suntory_contents .lemon .swiper_container .price_name span {
  display: block;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .lemon .swiper_container .price_name span {
    font-size: 6.1333333333vw;
  }
}
#suntory_contents .lemon .swiper_container .price_info {
  font-size: 16px;
  text-align: left;
  padding: 0 7px;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .lemon .swiper_container .price_info {
    text-align: center;
    font-size: 3.4666666667vw;
    margin-top: 0;
  }
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .lemon .swiper_container .price_info span {
    font-size: 6.1333333333vw;
  }
}
#suntory_contents .lemon .swiper_container .swiper-button-next, #suntory_contents .lemon .swiper_container .swiper-button-prev {
  background: url(../img/pc/btn_L__yellow.png);
}
#suntory_contents .lemon .exclusive {
  margin: 70px 0 50px;
  position: relative;
  display: inline-block;
  font-family: "Yuji Syuku", serif;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .lemon .exclusive {
    margin: 12vw 0 10.6666666667vw;
  }
}
#suntory_contents .lemon .exclusive p {
  z-index: 1;
  position: relative;
  font-size: 34px;
  letter-spacing: -3px;
  line-height: 1;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .lemon .exclusive p {
    font-size: 6.6666666667vw;
    letter-spacing: -0.9333333333vw;
    margin-top: 3.3333333333vw;
    margin-bottom: 3.7333333333vw;
  }
}
#suntory_contents .lemon .exclusive::before {
  content: "";
  position: absolute;
  width: 158px;
  height: 31px;
  left: 65%;
  top: 21px;
  background: url(../img/pc/line_yellow2.png) center no-repeat;
  background-size: cover;
  z-index: 0;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .lemon .exclusive::before {
    background: url(../img/sp/line_yellow2.png) center no-repeat;
    background-size: cover;
    width: 30.5333333333vw;
    height: 6vw;
    top: 7.3333333333vw;
  }
}
#suntory_contents .lemon .mizoremon__txt h3 {
  margin: 20px auto;
  font-size: 32px;
  line-height: 1.3125;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .lemon .mizoremon__txt h3 {
    font-size: 5.0666666667vw;
    margin-bottom: 4.5333333333vw;
  }
  #suntory_contents .lemon .mizoremon__txt h3 span {
    font-size: 6.1333333333vw;
  }
}
#suntory_contents .lemon .mizoremon__txt p {
  width: fit-content;
  text-align: start;
  margin: 0 auto 20px;
  font-size: 16px;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .lemon .mizoremon__txt p {
    text-align: center;
    font-size: 3.4666666667vw;
    margin-bottom: 7.4666666667vw;
  }
}
#suntory_contents .lemon .mizoremon .price_detail {
  text-decoration: none;
  margin-bottom: 0;
}
#suntory_contents .lemon .mizoremon__read {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .lemon .mizoremon__read {
    width: 45.0666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
#suntory_contents .lemon .mizoremon__img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .lemon .mizoremon__img {
    width: 66.6666666667vw;
  }
}
#suntory_contents .lemon .modal {
  font-family: "Yuji Syuku", serif;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  padding: 80px 0;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .lemon .modal {
    padding: 0;
  }
}
#suntory_contents .lemon .modal.show {
  opacity: 1;
  visibility: visible;
}
#suntory_contents .lemon .modal .modal-content {
  width: 900px;
  box-sizing: border-box;
  position: relative;
}
#suntory_contents .lemon .modal .modal-content-01 {
  height: 686px;
  aspect-ratio: 900/686;
  padding: 65px 150px;
  background: url(../img/pc/modal_lemon_bg.png) no-repeat center/cover;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .lemon .modal .modal-content-01 {
    background: url(../img/sp/modal_lemon_bg.png) no-repeat center;
    background-size: cover;
    width: 92vw;
    height: 183.7333333333vw;
    margin: 20vw 0 20vw;
    padding: 13.3333333333vw 4.2666666667vw;
  }
}
#suntory_contents .lemon .modal .modal-content-02 {
  aspect-ratio: 900/465;
  padding-top: 60px;
  background: url(../img/pc/modal_lemon_bg02.png) no-repeat center/cover;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .lemon .modal .modal-content-02 {
    background: url(../img/sp/modal_lemon_bg02.png) no-repeat center;
    background-size: cover;
    width: 92vw;
    height: 160vw;
    margin: 20vw 0 20vw;
    padding: 8vw 4.2666666667vw;
  }
}
.modal.show #suntory_contents .lemon .modal .modal-content {
  transform: translateY(0);
}
#suntory_contents .lemon .modal .modal-content h2 {
  text-align: center;
  font-size: 38px;
  margin-bottom: 15px;
  font-weight: 500;
  letter-spacing: -7px;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .lemon .modal .modal-content h2 {
    margin-bottom: 4vw;
    font-size: 7.7333333333vw;
  }
}
#suntory_contents .lemon .modal .modal-content .modal-inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .lemon .modal .modal-content {
    gap: 4vw;
  }
}
#suntory_contents .lemon .modal .modal-content .modal-kodawari {
  font-size: 24px;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .lemon .modal .modal-content .modal-kodawari {
    font-size: 5.8666666667vw;
    margin: 0;
  }
}
#suntory_contents .lemon .modal .modal-content .modal-kodawari-info {
  padding-left: 16px;
  letter-spacing: -1.6px;
  line-height: 1.6;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .lemon .modal .modal-content .modal-kodawari-info {
    margin: 0.6666666667vw 0 1.0666666667vw;
    padding-left: 4.8vw;
    padding-right: 3.4666666667vw;
  }
}
#suntory_contents .lemon .modal .modal-content .modal-kodawari-info .highlight {
  font-size: 34px;
  display: block;
  color: #cb0010;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .lemon .modal .modal-content .modal-kodawari-info .highlight {
    font-size: 6.9333333333vw;
  }
}
#suntory_contents .lemon .modal .close-btn {
  position: absolute;
  width: 46px;
  height: 46px;
  right: 0;
  top: -60px;
  background: url(../img/pc/modal_lemon_close.png) no-repeat center/cover;
  cursor: pointer;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .lemon .modal .close-btn {
    background: url(../img/sp/modal_lemon_close.png) no-repeat center/cover;
    width: 12vw;
    height: 12vw;
    top: -16vw;
  }
}
#suntory_contents .lemon .modal .modal-picture-01 {
  position: absolute;
  right: -150px;
  bottom: -61px;
}
@media (max-width: 1160px) {
  #suntory_contents .lemon .modal .modal-picture-01 {
    right: -18px;
    bottom: -157px;
    width: 320px;
    position: absolute;
  }
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .lemon .modal .modal-picture-01 {
    width: 40.2666666667vw;
    right: -1.6vw;
    bottom: -21.0666666667vw;
  }
}
#suntory_contents .lemon .modal .modal-picture-02 {
  position: absolute;
  right: 55px;
  top: 30%;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .lemon .modal .modal-picture-02 {
    width: 65.3333333333vw;
    left: 50%;
    transform: translateX(-50%);
    top: 97.3333333333vw;
  }
}
#suntory_contents .lemon .modal .modal-txt {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  margin-top: min(2.6041666667vw, 50px);
  padding-left: min(5.2083333333vw, 100px);
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .lemon .modal .modal-txt {
    gap: 2.6666666667vw;
    padding: 0 6.6666666667vw 0 4vw;
  }
}
#suntory_contents .lemon .modal .modal-txt p:nth-child(1)::before {
  content: "1、";
}
#suntory_contents .lemon .modal .modal-txt p:nth-child(2)::before {
  content: "2、";
}
#suntory_contents .lemon .modal .modal-txt p:nth-child(3)::before {
  content: "3、";
}
#suntory_contents .lemon .modal .modal-txt p {
  font-size: 30px;
  padding-left: 40px;
  position: relative;
}
#suntory_contents .lemon .modal .modal-txt p::before {
  font-style: italic;
  content: "1、";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .lemon .modal .modal-txt p {
    font-size: 6.9333333333vw;
    margin: 0;
    letter-spacing: -0.4vw;
    padding-left: 7.3333333333vw;
  }
}
#suntory_contents .lemon .modal .modal-txt p span {
  font-size: 34px;
  font-style: italic;
  font-weight: 700;
  transform: translateX(18px);
  display: inline-block;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .lemon .modal .modal-txt p span {
    font-size: 8vw;
    transform: translateX(2.6666666667vw);
  }
}
#suntory_contents .lemon .modal .modal-txt p span.highlight {
  font-size: 20px;
  margin-top: 6px;
  padding-left: 0;
  display: block;
  color: #cb0010;
  font-weight: 500;
  font-style: normal;
  transform: translateX(-12px);
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .lemon .modal .modal-txt p span.highlight {
    margin-top: 0;
    font-size: 4.5333333333vw;
    transform: translateX(0px);
  }
}

/* takohai:end */
/* takohai:start */
#suntory_contents .fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
#suntory_contents .fade-up.active {
  opacity: 1;
  transform: translateY(0);
}
#suntory_contents .line-animate::before {
  transform: translateX(-50%) scaleX(0);
  transform-origin: left;
  transition: transform 800ms ease-in-out;
}
#suntory_contents .line-animate.active::before {
  transform: translateX(-50%) scaleX(1);
}
#suntory_contents .takohai {
  background-image: url(../img/pc/section02_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 1500px;
  padding-bottom: 100px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai {
    background-image: url(../img/sp/section02_bg.png);
    min-height: auto;
    padding-bottom: 26.6666666667vw;
  }
}
#suntory_contents .takohai_inner {
  width: 800px;
  aspect-ratio: 800/1850;
  height: 1850px;
  background-image: url(../img/pc/takohai_inner_bg.png);
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  margin: 100px auto 40px;
  padding: 70px 50px 100px;
  display: block;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai_inner {
    background-image: url(../img/sp/takohai_inner_bg.png);
    width: 92vw;
    height: 414.6666666667vw;
    padding: 13.8666666667vw 3.2vw 20vw;
    margin: 13.3333333333vw auto 13.3333333333vw;
  }
}
#suntory_contents .takohai_ttl {
  margin-bottom: 46px;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai_ttl {
    width: 53.3333333333vw;
    margin: 0 auto 8vw;
  }
}
#suntory_contents .takohai p {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
}
#suntory_contents .takohai p.takohai_read {
  line-height: 1.6;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai p {
    font-size: 4vw;
    margin-top: 6.6666666667vw;
    margin-bottom: 4vw;
    line-height: 1.5;
  }
}
#suntory_contents .takohai .lineup {
  margin: 65px 0 55px;
  position: relative;
  display: inline-block;
  font-family: "Yuji Syuku", serif;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .lineup {
    margin: 0vw 0 6.1333333333vw;
  }
}
#suntory_contents .takohai .lineup p {
  z-index: 1;
  position: relative;
  font-size: 34px;
  letter-spacing: -3px;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .lineup p {
    font-size: 6.6666666667vw;
    letter-spacing: -0.9333333333vw;
    margin-top: 3.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
#suntory_contents .takohai .lineup::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 32px;
  left: 130px;
  bottom: -20px;
  background: url(../img/pc/line_blue.png) center no-repeat;
  background-size: cover;
  z-index: 0;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .lineup::before {
    height: 6vw;
    bottom: 0vw;
    left: 24vw;
  }
}
#suntory_contents .takohai .price_detail {
  width: 200px;
  height: 35px;
  background-color: #fff;
  border: 3px solid #0094d4;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0094d4;
  position: relative;
  margin: 20px auto 55px;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .price_detail {
    width: 58.6666666667vw;
    height: 9.8666666667vw;
    font-size: 4vw;
    border: 0.5333333333vw solid #0094d4;
    margin: 6.6666666667vw auto 9.3333333333vw;
  }
}
#suntory_contents .takohai .price_detail::after {
  content: "";
  position: absolute;
  right: 10px;
  width: 6px;
  height: 11px;
  background: url(../img/pc/arrow.png) no-repeat center/cover;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .price_detail::after {
    background: url(../img/sp/arrow.png) no-repeat center/cover;
    background-size: cover;
    width: 1.4666666667vw;
    height: 2.6666666667vw;
    right: 3.4666666667vw;
  }
}
#suntory_contents .takohai .price_orders {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .price_orders {
    flex-direction: column;
    gap: 6.6666666667vw;
  }
}
#suntory_contents .takohai .price_orders button {
  background-color: #0094d4;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  border-radius: 40px;
  box-shadow: 0px 3px 0px #026894;
  transition-duration: 0.1s;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  border: none;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .price_orders button {
    width: 93.5% !important;
    height: 12.5333333333vw !important;
    font-size: 4vw;
    border-radius: 10.6666666667vw;
    box-shadow: 0px 1.3333333333vw 0px #026894;
    margin: 0 auto;
  }
}
#suntory_contents .takohai .price_orders button:hover {
  box-shadow: none;
  transform: translateY(3px);
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .price_orders button:hover {
    box-shadow: 0px 1.0666666667vw 0px #026894;
    transform: translateY(0vw);
  }
}
#suntory_contents .takohai .price_orders button:first-child {
  width: 240px;
  height: 45px;
  position: relative;
}
#suntory_contents .takohai .price_orders button:first-child::before {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: inherit;
  border: 1px solid #ffffff;
  pointer-events: none;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .price_orders button:first-child::before {
    inset: 0.8vw;
    border: 0.2666666667vw solid #ffffff;
  }
}
#suntory_contents .takohai .price_orders button:first-child::after {
  content: "";
  position: absolute;
  right: 15px;
  width: 18px;
  height: 18px;
  background: url(../img/pc/search.png) no-repeat center;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .price_orders button:first-child::after {
    background: url(../img/sp/search.png) no-repeat center;
    background-size: cover;
    width: 5.6vw;
    height: 5.6vw;
    right: 4.5333333333vw;
  }
}
#suntory_contents .takohai .price_orders button:last-child {
  width: 335px;
  height: 45px;
  justify-content: start;
  padding-left: 30px;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .price_orders button:last-child {
    padding-left: 6.4vw;
  }
}
#suntory_contents .takohai .price_orders button:last-child::before {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: inherit;
  border: 1px solid #ffffff;
  pointer-events: none;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .price_orders button:last-child::before {
    inset: 0.8vw;
    border: 0.2666666667vw solid #ffffff;
  }
}
#suntory_contents .takohai .price_orders button:last-child::after {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 8px;
  width: 70px;
  height: 51px;
  background: url(../img/pc/takohai_icon.png) center/cover no-repeat;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .price_orders button:last-child::after {
    background: url(../img/sp/takohai_icon.png) center/cover no-repeat;
    background-size: cover;
    width: 18.9333333333vw;
    height: 13.8666666667vw;
    right: 4.5333333333vw;
    bottom: 1.8666666667vw;
  }
}
#suntory_contents .takohai .swiper_container .swiper-takohai {
  width: 100%;
}
#suntory_contents .takohai .swiper_container .swiper-takohai .swiper-slide {
  width: 55%;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .swiper_container .swiper-takohai .swiper-slide {
    width: 100%;
  }
}
#suntory_contents .takohai .swiper_container .swiper-takohai .swiper-slide .swiper_read {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  margin-bottom: 10px;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .swiper_container .swiper-takohai .swiper-slide .swiper_read {
    margin-bottom: 2.6666666667vw;
  }
}
#suntory_contents .takohai .swiper_container .swiper-takohai .swiper-slide .swiper_read picture {
  height: auto !important;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .swiper_container .swiper-takohai .swiper-slide .swiper_read {
    width: 100%;
    margin: 0 auto 3vw;
  }
  #suntory_contents .takohai .swiper_container .swiper-takohai .swiper-slide .swiper_read img {
    width: auto;
    height: 11.4666666667vw;
  }
}
#suntory_contents .takohai .swiper_container .swiper-takohai .swiper-slide-active .swiper_read {
  opacity: 1;
}
#suntory_contents .takohai .swiper_container .swiper-takohai .swiper-slide .price_detail {
  display: none;
}
#suntory_contents .takohai .swiper_container .swiper-takohai .swiper-slide-active .price_detail {
  display: flex;
}
#suntory_contents .takohai .swiper_container .swiper-takohai .swiper-slide picture {
  height: 260px;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .swiper_container .swiper-takohai .swiper-slide picture {
    height: 50.1333333333vw;
  }
}
#suntory_contents .takohai .swiper_container .swiper-takohai .swiper-slide picture img {
  height: 100%;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .swiper_container .swiper-takohai .swiper-slide picture img {
    width: auto;
    object-fit: contain;
  }
}
#suntory_contents .takohai .swiper_container .swiper-takohai .swiper-slide p {
  opacity: 0;
  transition: opacity 0.3s ease;
}
#suntory_contents .takohai .swiper_container .swiper-takohai .swiper-slide.swiper-slide-active p {
  opacity: 1;
}
#suntory_contents .takohai .swiper_container .swiper-takohai .swiper-button-prev,
#suntory_contents .takohai .swiper_container .swiper-takohai .swiper-button-next {
  background-size: cover;
  width: 44px;
  height: 44px;
  top: 40%;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .swiper_container .swiper-takohai .swiper-button-prev,
  #suntory_contents .takohai .swiper_container .swiper-takohai .swiper-button-next {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    top: 30.6666666667vw;
  }
}
#suntory_contents .takohai .swiper_container .swiper-takohai .swiper-button-prev svg,
#suntory_contents .takohai .swiper_container .swiper-takohai .swiper-button-next svg {
  display: none;
}
#suntory_contents .takohai .swiper_container .swiper-takohai .swiper-button-prev::after,
#suntory_contents .takohai .swiper_container .swiper-takohai .swiper-button-next::after {
  display: none;
}
#suntory_contents .takohai .swiper_container .swiper-takohai .swiper-button-prev {
  left: 130px;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .swiper_container .swiper-takohai .swiper-button-prev {
    left: 4vw;
  }
}
#suntory_contents .takohai .swiper_container .swiper-takohai .swiper-button-next {
  transform: rotate(180deg);
  right: 130px;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .swiper_container .swiper-takohai .swiper-button-next {
    right: 4vw;
  }
}
#suntory_contents .takohai .swiper_container .price_name {
  font-size: 32px;
  font-weight: bold;
  margin: 16px 0;
  width: 420px;
  min-height: 80px;
  transform: translateX(-17px);
  line-height: 1.25;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .swiper_container .price_name {
    min-height: 12.8vw;
    transform: translateX(0);
    margin: 5.3333333333vw auto 3.2vw;
    font-size: 5.0666666667vw;
    width: 66.6666666667vw;
  }
}
#suntory_contents .takohai .swiper_container .price_name span {
  display: block;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .swiper_container .price_name span {
    font-size: 6.1333333333vw;
  }
}
#suntory_contents .takohai .swiper_container .price_info {
  font-size: 16px;
  text-align: left;
  padding: 0 7px;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .swiper_container .price_info {
    font-size: 3.4666666667vw;
    margin-top: 0;
    margin-bottom: 2.6666666667vw;
    text-align: center;
  }
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .swiper_container .price_info span {
    font-size: 6.1333333333vw;
  }
}
#suntory_contents .takohai .swiper_container .swiper-button-next, #suntory_contents .takohai .swiper_container .swiper-button-prev {
  background: url(../img/pc/btn_L_blue.png);
}
#suntory_contents .takohai .exclusive {
  margin: 70px 0 50px;
  position: relative;
  display: inline-block;
  font-family: "Yuji Syuku", serif;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .exclusive {
    margin: 12vw 0 9.3333333333vw;
  }
}
#suntory_contents .takohai .exclusive p {
  z-index: 1;
  position: relative;
  font-size: 34px;
  letter-spacing: -3px;
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .exclusive p {
    font-size: 6.6666666667vw;
    letter-spacing: -0.9333333333vw;
  }
}
#suntory_contents .takohai .exclusive::before {
  content: "";
  position: absolute;
  width: 158px;
  height: 31px;
  left: 65%;
  top: 21px;
  background: url(../img/pc/line_blue2.png) center no-repeat;
  background-size: cover;
  z-index: 0;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .exclusive::before {
    background: url(../img/sp/line_blue2.png) center no-repeat;
    background-size: cover;
    width: 30.5333333333vw;
    height: 6vw;
    top: 4.6666666667vw;
  }
}
#suntory_contents .takohai .takohai-new__txt h3 {
  margin: 20px auto;
  font-size: 32px;
  line-height: 1.3125;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .takohai-new__txt h3 {
    font-size: 5.0666666667vw;
    margin-bottom: 4.5333333333vw;
  }
  #suntory_contents .takohai .takohai-new__txt h3 span {
    font-size: 6.1333333333vw;
  }
}
#suntory_contents .takohai .takohai-new__txt p {
  width: fit-content;
  text-align: start;
  margin: 0 auto 20px;
  font-size: 16px;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .takohai-new__txt p {
    text-align: center;
    font-size: 3.4666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}
#suntory_contents .takohai .takohai-new .price_detail {
  text-decoration: none;
  margin-bottom: 0;
}
#suntory_contents .takohai .takohai-new__read {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .takohai-new__read {
    width: 54.1333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
#suntory_contents .takohai .takohai-new__img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .takohai-new__img {
    width: 66.6666666667vw;
  }
}
#suntory_contents .takohai .modal {
  font-family: "Yuji Syuku", serif;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .modal {
    align-items: flex-start;
    overflow-y: auto;
  }
}
#suntory_contents .takohai .modal.show {
  opacity: 1;
  visibility: visible;
}
#suntory_contents .takohai .modal-3 {
  padding: 80px 0 20px;
  align-items: flex-start;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .modal-3 {
    padding: 0;
  }
}
#suntory_contents .takohai .modal-3 .modal-content {
  background: url(../img/pc/modal_takohai_bg1.png) no-repeat center/cover;
  aspect-ratio: 900/872;
  height: 810px;
  padding: 35px 0;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .modal-3 .modal-content {
    background: url(../img/sp/modal_takohai_bg1.png) no-repeat center;
    background-size: cover;
    width: 92vw;
    height: 516.4vw;
    aspect-ratio: 690/3740;
    margin: 20vw 0;
    padding: 13.3333333333vw 0;
  }
}
.modal.show #suntory_contents .takohai .modal-3 .modal-content {
  transform: translateY(0);
}
#suntory_contents .takohai .modal-3 .modal-content h2 {
  text-align: center;
  font-size: 38px;
  margin-bottom: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .modal-3 .modal-content h2 {
    font-size: 7.7333333333vw;
    letter-spacing: -1vw;
    margin-bottom: 5.3333333333vw;
  }
}
#suntory_contents .takohai .modal-3 .modal-content .modal-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
}
#suntory_contents .takohai .modal-3 .modal-content .modal-inner > div {
  padding-left: 80px;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .modal-3 .modal-content .modal-inner > div {
    padding: 0 4vw;
  }
}
#suntory_contents .takohai .modal-3 .modal-content .modal-inner .modal-kodawari {
  font-size: 24px;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .modal-3 .modal-content .modal-inner .modal-kodawari {
    font-size: 5.8666666667vw;
    margin: 0;
  }
}
#suntory_contents .takohai .modal-3 .modal-content .modal-inner .modal-kodawari-info {
  padding-left: 16px;
  letter-spacing: -1.6px;
  line-height: 1.5;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .modal-3 .modal-content .modal-inner .modal-kodawari-info {
    margin: 0.6666666667vw 0 1.0666666667vw;
    padding-left: 4.8vw;
    padding-right: 4.8vw;
  }
}
#suntory_contents .takohai .modal-3 .modal-content .modal-inner .modal-kodawari-info .highlight {
  font-size: 34px;
  margin: 2px 0 6px;
  display: block;
  color: #cb0010;
  line-height: 1.2;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .modal-3 .modal-content .modal-inner .modal-kodawari-info .highlight {
    margin: 0.6666666667vw 0 1.0666666667vw;
    font-size: 6.9333333333vw;
  }
}
#suntory_contents .takohai .modal-3 .modal-content .modal-inner .modal_img {
  width: 85%;
  margin: 0 auto;
  padding-left: 0;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .modal-3 .modal-content .modal-inner .modal_img {
    margin-top: 6.6666666667vw;
  }
}
#suntory_contents .takohai .modal-4 {
  padding: 80px 0 20px;
  align-items: flex-start;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .modal-4 {
    padding: 0;
  }
}
#suntory_contents .takohai .modal-4 .modal-content {
  background: url(../img/pc/modal_takohai_bg2.png) no-repeat center/cover;
  width: 900px;
  aspect-ratio: 900/712;
  padding: 60px 0;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .modal-4 .modal-content {
    background: url(../img/sp/modal_takohai_bg2.png) no-repeat center;
    background-size: cover;
    width: 92vw;
    height: 261.6vw;
    padding: 9.6vw 9.6vw;
    margin: 20vw 0 40vw;
  }
}
.modal.show #suntory_contents .takohai .modal-4 .modal-content {
  transform: translateY(0);
}
#suntory_contents .takohai .modal-4 .modal-content h2 {
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .modal-4 .modal-content h2 {
    margin-bottom: 8vw;
    font-size: 7.7333333333vw;
  }
}
#suntory_contents .takohai .modal-4 .modal-content .modal-inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: left;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .modal-4 .modal-content .modal-inner {
    gap: 1.3333333333vw;
  }
}
#suntory_contents .takohai .modal-4 .modal-content .modal-flex {
  display: flex;
  flex-direction: row;
  gap: 50px;
  justify-content: center;
  align-items: center;
  position: relative;
}
#suntory_contents .takohai .modal-4 .modal-content .modal-txt {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .modal-4 .modal-content .modal-txt {
    gap: 2.6666666667vw;
    margin-bottom: 8vw;
  }
}
#suntory_contents .takohai .modal-4 .modal-content .modal-txt p:nth-child(1)::before {
  content: "1、";
}
#suntory_contents .takohai .modal-4 .modal-content .modal-txt p:nth-child(2)::before {
  content: "2、";
}
#suntory_contents .takohai .modal-4 .modal-content .modal-txt p:nth-child(3)::before {
  content: "3、";
}
#suntory_contents .takohai .modal-4 .modal-content .modal-txt p {
  font-size: 30px;
  padding-left: 30px;
  position: relative;
}
#suntory_contents .takohai .modal-4 .modal-content .modal-txt p::before {
  font-style: italic;
  content: "1、";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .modal-4 .modal-content .modal-txt p {
    font-size: 6.9333333333vw;
    margin: 0;
    letter-spacing: -0.4vw;
    padding-left: 7.3333333333vw;
  }
}
#suntory_contents .takohai .modal-4 .modal-content .modal-txt p span {
  font-size: 34px;
  font-style: italic;
  font-weight: 700;
  transform: translateX(18px);
  display: inline-block;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .modal-4 .modal-content .modal-txt p span {
    font-size: 8vw;
    transform: translateX(2.6666666667vw);
  }
}
#suntory_contents .takohai .modal-4 .modal-content .modal-txt p span.highlight {
  font-size: 20px;
  margin-top: 6px;
  display: block;
  color: #cb0010;
  font-weight: 500;
  font-style: normal;
  transform: translateX(-12px);
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .modal-4 .modal-content .modal-txt p span.highlight {
    margin-top: 0;
    font-size: 4.5333333333vw;
    transform: translateX(0px);
    padding-left: 0;
  }
}
#suntory_contents .takohai .modal-4 .modal-content .modal-img {
  width: 328px;
  height: 291px;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .modal-4 .modal-content .modal-img {
    width: 65.3333333333vw;
    height: 89.0666666667vw;
    position: absolute;
    top: 153.3333333333vw;
  }
}
#suntory_contents .takohai .modal-4 .modal-movie {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .modal-4 .modal-movie {
    flex-direction: column;
    gap: 2.6666666667vw;
    margin: 0 auto;
  }
}
#suntory_contents .takohai .modal-4 .modal-thumb {
  position: relative;
}
#suntory_contents .takohai .modal-4 .modal-thumb button {
  width: 260px;
  height: 146px;
  display: block;
  cursor: pointer;
}
#suntory_contents .takohai .modal-4 .modal-thumb button img {
  box-shadow: 5px 5px #0094d4;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .modal-4 .modal-thumb button img {
    box-shadow: 1.3333333333vw 1.3333333333vw #0094d4;
  }
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .modal-4 .modal-thumb button {
    width: 69.8666666667vw;
    height: 39.2vw;
  }
}
#suntory_contents .takohai .modal-4 .modal-thumb button img {
  width: 100%;
}
#suntory_contents .takohai .modal-4 .modal-thumb-txt {
  margin: 0;
  margin-top: 10px;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .modal-4 .modal-thumb-txt {
    margin-top: 1.3333333333vw;
    font-size: 4.2666666667vw;
    font-weight: 600;
    text-align: center;
  }
}
#suntory_contents .takohai .modal-4 .modal-thumb::before {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 54px;
  height: 54px;
  opacity: 0.7;
  top: 46%;
  left: 50%;
  transform: translate(-46%, -50%);
  background-image: url(../img/icon_mov_play.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .modal-4 .modal-thumb::before {
    width: 14vw;
    height: 14vw;
  }
}
#suntory_contents .takohai .modal-4 .modal-thumb:hover::before {
  transform: translate(-50%, -50%) scale(1.1, 1.1);
}
#suntory_contents .takohai .modal .close-btn {
  position: absolute;
  width: 46px;
  height: 46px;
  right: 0;
  top: -60px;
  background: url(../img/pc/modal_takohai_close.png) no-repeat center/cover;
  cursor: pointer;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .modal .close-btn {
    background: url(../img/sp/modal_takohai_close.png) no-repeat center/cover;
    width: 12vw;
    height: 12vw;
    top: -16vw;
    z-index: 100;
  }
}
#suntory_contents .takohai #movie-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2000;
  display: none;
}
#suntory_contents .takohai #movie-modal .movie-modal_body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#suntory_contents .takohai #movie-modal .movie-modal_bg {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 148, 212, 0.9);
}
#suntory_contents .takohai #movie-modal .movie-modal_window {
  position: absolute;
  width: 70vw;
  min-width: 768px;
  max-width: 1200px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai #movie-modal .movie-modal_window {
    position: absolute;
    width: 90vw;
    min-width: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
#suntory_contents .takohai #movie-modal .movie-modal_window .youtube_tag {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  background: #000;
}
#suntory_contents .takohai #movie-modal .movie-modal_window iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#suntory_contents .takohai #movie-modal .movie-modal_close {
  position: fixed;
  width: 50px;
  height: auto;
  top: 17px;
  right: 20px;
  cursor: pointer;
  z-index: 2;
  opacity: 1;
  transition: 0.4s;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai #movie-modal .movie-modal_close .modal_mov_close {
    width: 8vw;
    height: 8vw;
    left: auto;
    margin-right: 0;
    top: 5vw;
    right: 5vw;
  }
}
#suntory_contents .takohai .check {
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .check {
    padding: 6.6666666667vw 4vw 0;
  }
}
#suntory_contents .takohai .check_ttl {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .check_ttl {
    width: 80%;
  }
}
#suntory_contents .takohai .check_ttl picture {
  z-index: 3;
  position: relative;
}
#suntory_contents .takohai .check_ttl::before {
  content: "";
  background: url(../img/pc/check-line.png) center no-repeat;
  background-size: cover;
  width: 303px;
  height: 34px;
  right: -180px;
  bottom: 0;
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .check_ttl::before {
    background: url(../img/sp/check-line.png) center no-repeat;
    background-size: cover;
    width: 57.6vw;
    height: 7.4666666667vw;
    right: -38.6666666667vw;
    bottom: -2.6666666667vw;
  }
}
#suntory_contents .takohai .check .footer-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .check .footer-inner {
    gap: 8vw;
  }
}
#suntory_contents .takohai .check .footer-flex {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .takohai .check .footer-flex {
    flex-direction: column;
    gap: 8vw;
  }
}
#suntory_contents .takohai .check .footer-banner picture img {
  margin: 0;
}

/* takohai:end */
/* swiper:start */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/* swiper:end */
/* animation:start */
#suntory_contents .animation {
  opacity: 0;
}
#suntory_contents .animation--fade-in {
  animation-fill-mode: both;
  animation: animation__fadeIn 1.2s;
  animation-fill-mode: both;
  visibility: visible !important;
}
#suntory_contents .animation__delay1 {
  animation-delay: 0.3s;
}
#suntory_contents .animation__delay2 {
  animation-delay: 0.6s;
}
#suntory_contents .animation__ttlobi::before, #suntory_contents .animation__ttlobi::after {
  width: 0;
  transition: all 0.4s ease 0.2s;
}
#suntory_contents .animation__ttlobi--active::before, #suntory_contents .animation__ttlobi--active::after {
  width: 100%;
}
@keyframes animation__fadeIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}