/* ------------------------------
 root
------------------------------ */
:root {
  --client-height: 100vh;
}

/* ------------------------------
 Size
------------------------------ */
/* ------------------------------
 Color
------------------------------ */
/* ------------------------------
 Ease
------------------------------ */
/* ------------------------------
 Function, Mixin
------------------------------ */
/* ------------------------------
 Placeholder
------------------------------ */
/* ------------------------------
 Display Util
------------------------------ */
#suntory_contents {
  /* ------------------------------
  Text Layout Util
  ------------------------------ */
  /* nowrap */
  /* align */
  /* burasage */
  /* margin */
}
#suntory_contents .PC {
  display: block !important;
}
#suntory_contents .PCI {
  display: inline !important;
}
#suntory_contents .SP, #suntory_contents .SPI {
  display: none !important;
}
@media (max-width: 767px) {
  #suntory_contents .PC, #suntory_contents .PCI {
    display: none !important;
  }
  #suntory_contents .SP {
    display: block !important;
  }
  #suntory_contents .SPI {
    display: inline !important;
  }
}
#suntory_contents .d-bl {
  display: block;
}
#suntory_contents .d-ib {
  display: inline-block;
}
#suntory_contents .d-fl {
  display: flex;
}
@media (max-width: 767px) {
  #suntory_contents .sp-d-bl {
    display: block;
  }
  #suntory_contents .sp-d-ib {
    display: inline-block;
  }
  #suntory_contents .sp-d-fl {
    display: flex;
  }
}
#suntory_contents .nowrap {
  white-space: nowrap !important;
}
@media (max-width: 767px) {
  #suntory_contents .sp-nowrap {
    white-space: nowrap !important;
  }
  #suntory_contents .sp-wrap {
    white-space: normal !important;
  }
}
#suntory_contents .align-left {
  text-align: left !important;
}
#suntory_contents .align-center {
  text-align: center !important;
}
#suntory_contents .align-right {
  text-align: right !important;
}
#suntory_contents .justify {
  text-align: justify;
  text-justify: inter-ideograph;
}
@media (max-width: 767px) {
  #suntory_contents .sp-align-left {
    text-align: left !important;
  }
  #suntory_contents .sp-align-center {
    text-align: center !important;
  }
  #suntory_contents .sp-align-right {
    text-align: right !important;
  }
  #suntory_contents .sp-justify {
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
#suntory_contents .burasage {
  display: block;
  overflow: hidden;
  text-align: left;
}
#suntory_contents .burasage > * {
  display: block;
  overflow: hidden;
}
#suntory_contents .burasage > *:first-child {
  float: left;
  font-feature-settings: normal;
}
@media (max-width: 767px) {
  #suntory_contents .sp-burasage {
    display: block;
    overflow: hidden;
    text-align: left;
  }
  #suntory_contents .sp-burasage > * {
    display: block;
    overflow: hidden;
  }
  #suntory_contents .sp-burasage > *:first-child {
    float: left;
    font-feature-settings: normal;
  }
}
#suntory_contents .mt--1em {
  margin-top: -1em !important;
}
#suntory_contents .mt--05em {
  margin-top: -0.5em !important;
}
#suntory_contents .mt-0em {
  margin-top: 0em !important;
}
#suntory_contents .mt-05em {
  margin-top: 0.5em !important;
}
#suntory_contents .mt-1em {
  margin-top: 1em !important;
}
#suntory_contents .mt-15em {
  margin-top: 1.5em !important;
}
#suntory_contents .mt-2em {
  margin-top: 2em !important;
}
#suntory_contents .mt-3em {
  margin-top: 3em !important;
}
#suntory_contents .mt-4em {
  margin-top: 4em !important;
}
#suntory_contents .mt-5em {
  margin-top: 5em !important;
}
#suntory_contents .mb-0em {
  margin-bottom: 0em !important;
}
#suntory_contents .mb-05em {
  margin-bottom: 0.5em !important;
}
#suntory_contents .mb-1em {
  margin-bottom: 1em !important;
}
#suntory_contents .mb-15em {
  margin-bottom: 1.5em !important;
}
#suntory_contents .mb-2em {
  margin-bottom: 2em !important;
}
#suntory_contents .ml-05em {
  margin-left: 0.5em !important;
}
#suntory_contents .ml-0 {
  margin-left: 0 !important;
}
#suntory_contents .ml-1em {
  margin-left: 1em !important;
}
#suntory_contents .ml-15em {
  margin-left: 1.5em !important;
}
#suntory_contents .ml-2em {
  margin-left: 2em !important;
}
#suntory_contents .mr-0 {
  margin-right: 0 !important;
}
#suntory_contents .mr-05em {
  margin-right: 0.5em !important;
}
#suntory_contents .mr-1em {
  margin-right: 1em !important;
}
#suntory_contents .mr-15em {
  margin-right: 1.5em !important;
}
#suntory_contents .mr-2em {
  margin-right: 2em !important;
}
#suntory_contents .m-center {
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (max-width: 767px) {
  #suntory_contents .sp-mt--1em {
    margin-top: -1em !important;
  }
  #suntory_contents .sp-mt--05em {
    margin-top: -0.5em !important;
  }
  #suntory_contents .sp-mt-0em {
    margin-top: 0em !important;
  }
  #suntory_contents .sp-mt-05em {
    margin-top: 0.5em !important;
  }
  #suntory_contents .sp-mt-1em {
    margin-top: 1em !important;
  }
  #suntory_contents .sp-mt-15em {
    margin-top: 1.5em !important;
  }
  #suntory_contents .sp-mt-2em {
    margin-top: 2em !important;
  }
  #suntory_contents .sp-mt-3em {
    margin-top: 3em !important;
  }
  #suntory_contents .sp-mt-4em {
    margin-top: 4em !important;
  }
  #suntory_contents .sp-mt-5em {
    margin-top: 5em !important;
  }
  #suntory_contents .sp-mb-0em {
    margin-bottom: 0em !important;
  }
  #suntory_contents .sp-mb-05em {
    margin-bottom: 0.5em !important;
  }
  #suntory_contents .sp-mb-1em {
    margin-bottom: 1em !important;
  }
  #suntory_contents .sp-mb-15em {
    margin-bottom: 1.5em !important;
  }
  #suntory_contents .sp-mb-2em {
    margin-bottom: 2em !important;
  }
  #suntory_contents .sp-ml-05em {
    margin-left: 0.5em !important;
  }
  #suntory_contents .sp-ml-0 {
    margin-left: 0 !important;
  }
  #suntory_contents .sp-ml-1em {
    margin-left: 1em !important;
  }
  #suntory_contents .sp-ml-15em {
    margin-left: 1.5em !important;
  }
  #suntory_contents .sp-ml-2em {
    margin-left: 2em !important;
  }
  #suntory_contents .sp-mr-0 {
    margin-right: 0 !important;
  }
  #suntory_contents .sp-mr-05em {
    margin-right: 0.5em !important;
  }
  #suntory_contents .sp-mr-1em {
    margin-right: 1em !important;
  }
  #suntory_contents .sp-mr-15em {
    margin-right: 1.5em !important;
  }
  #suntory_contents .sp-mr-2em {
    margin-right: 2em !important;
  }
  #suntory_contents .sp-m-center {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

#suntory_contents {
  /* ------------------------------
  .sec-lineup
  ------------------------------ */
}
#suntory_contents .sec-lineup {
  padding: 110px 0;
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: white;
  color: white;
  overflow: hidden;
}
@media (max-width: 767px) {
  #suntory_contents .sec-lineup {
    padding: 16vw 0;
  }
}
#suntory_contents #lineup-carousel {
  overflow: visible;
}
#suntory_contents .lineup-carousel-wrap {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 767px) {
  #suntory_contents .lineup-carousel-wrap {
    padding: 0;
  }
}
@media (max-width: 767px) {
  #suntory_contents .lineup-carousel-wrap .carousel-arrow {
    top: 33.3333333333vw;
    margin-top: 0;
  }
}
#suntory_contents .lineup-carousel-wrap .carousel-arrow.prev {
  left: 1.2886597938%;
}
#suntory_contents .lineup-carousel-wrap .carousel-arrow.next {
  right: 1.2886597938%;
}
#suntory_contents .lineup-carousel-slide {
  transition: opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  #suntory_contents .lineup-carousel-slide {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 44px 0 0;
  }
}
#suntory_contents .lineup-carousel-slide.swiper-slide-active, #suntory_contents .lineup-carousel-slide.swiper-slide-duplicate-active {
  opacity: 1;
  transition-delay: 0.3s;
  pointer-events: auto;
}
#suntory_contents .item-img-wrap {
  position: relative;
}
@media (min-width: 768px) {
  #suntory_contents .item-img-wrap {
    width: calc(100% - 552px);
    max-width: 448px;
  }
}
@media (max-width: 767px) {
  #suntory_contents .item-img-wrap {
    padding: 0 9.3333333333vw;
  }
}
#suntory_contents .item-img-wrap::before {
  content: "";
  display: block;
  padding-top: 100%;
}
#suntory_contents .item-img-txt,
#suntory_contents .item-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#suntory_contents .item-img-txt img,
#suntory_contents .item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#suntory_contents .item-img-txt {
  transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  opacity: 0;
}
#suntory_contents .item-img {
  transition: 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s;
  transform: translate3d(0, 5%, 0);
  opacity: 0;
}
#suntory_contents .swiper-slide-active.swiper-lazy-loaded .item-img-txt,
#suntory_contents .swiper-slide-duplicate-active.swiper-lazy-loaded .item-img-txt {
  opacity: 1;
}
#suntory_contents .swiper-slide-active.swiper-lazy-loaded .item-img,
#suntory_contents .swiper-slide-duplicate-active.swiper-lazy-loaded .item-img {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
@media (min-width: 768px) {
  #suntory_contents .item-txt-wrap {
    width: 492px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #suntory_contents .item-txt-wrap {
    padding: 0 6.6666666667vw;
  }
}
#suntory_contents .item-ttl {
  white-space: nowrap;
}
@media (max-width: 767px) {
  #suntory_contents .item-ttl {
    text-align: center;
    margin-top: 0.5em;
  }
}
#suntory_contents .item-txt {
  margin-top: 1.5em;
  letter-spacing: 0.1em;
}
#suntory_contents .item-spec {
  margin-top: 1.5em;
  text-align: right;
}
@media (max-width: 767px) {
  #suntory_contents .item-spec {
    text-align: center;
  }
}
#suntory_contents .item-spec .small {
  font-size: 0.8em;
  letter-spacing: 0;
}
#suntory_contents .ec-tag-wrap {
  position: relative;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .ec-tag-wrap {
    height: 51px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .ec-tag-wrap {
    margin-top: 13.3333333333vw;
    height: 12vw;
  }
}
#suntory_contents .ec-tag-wrap .tpl-btn-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  pointer-events: none;
  min-height: 0;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .ec-tag-wrap .tpl-btn-wrap {
    width: 301px;
    height: 51px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .ec-tag-wrap .tpl-btn-wrap {
    width: 66.6666666667vw;
    height: 12vw;
  }
}
#suntory_contents .ec-tag-wrap .tpl-btn-wrap.active {
  opacity: 1;
  transition-delay: 0.5s;
  pointer-events: auto;
}
#suntory_contents .ec-tag-wrap .tpl-btn-wrap a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1;
}
#suntory_contents .ec-tag-wrap .tpl-btn-wrap a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
  line-height: 1;
}
#suntory_contents .back-button {
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .back-button {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .back-button {
    margin-top: 6.9333333333vw;
  }
}
#suntory_contents .back-button a {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  #suntory_contents .back-button a {
    row-gap: 0.2666666667vw;
  }
}
#suntory_contents .back-button a .label {
  display: block;
  text-align: center;
  letter-spacing: 0.11em;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .back-button a .label {
    font-size: 18px;
    line-height: 26px;
    padding-left: 4px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .back-button a .label {
    font-size: 4vw;
    line-height: 5.6vw;
    padding-left: 0.5333333333vw;
  }
}
#suntory_contents .back-button a .icon {
  display: block;
}
@media print, screen and (min-width: 766px) {
  #suntory_contents .back-button a .icon {
    width: 225.5px;
    height: 15.785px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .back-button a .icon {
    width: 49.8666666667vw;
    height: 3.4906666667vw;
  }
}
#suntory_contents .back-button a .icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}