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

/* ------------------------------
 Size
------------------------------ */
/* ------------------------------
 Color
------------------------------ */
/* ------------------------------
 Ease
------------------------------ */
/* ------------------------------
 Function, Mixin
------------------------------ */
/* ------------------------------
 Placeholder
------------------------------ */
.modal__overlay {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 208, 121, 0.69);
}
@media print, screen and (min-width: 768px) {
  .modal__overlay {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .modal__overlay {
    overflow: auto;
  }
}
.modal__container {
  max-width: 100vw;
  max-height: 100vh;
  overflow-y: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .modal__container {
    margin: 5.3333333333vw auto;
  }
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

@media screen and (max-width: 767px) {
  #suntory_contents .leaf-bg-pc {
    display: none;
  }
}
#suntory_contents .leaf-bg-pc > * {
  position: absolute;
  pointer-events: none;
}
#suntory_contents .leaf-bg-pc > * img {
  width: 100%;
}
#suntory_contents .leaf-bg-pc .leaf-l_01 {
  width: 40.2083333333vw;
  left: -2.6041666667vw;
  top: -5.2083333333vw;
}
#suntory_contents .leaf-bg-pc .leaf-l_02 {
  width: 50.625vw;
  left: -28.6458333333vw;
  top: 39.5833333333vw;
}
#suntory_contents .leaf-bg-pc .leaf-r_01 {
  width: 44.0104166667vw;
  right: -2.6041666667vw;
  top: 14.0625vw;
}
#suntory_contents .leaf-bg-pc .leaf-r_02 {
  width: 43.0729166667vw;
  right: -5.2083333333vw;
  top: 98.9583333333vw;
}
#suntory_contents .leaf-bg-pc .leaf-l_03 {
  width: 43.3333333333vw;
  left: -7.8125vw;
  top: 145.8333333333vw;
}
#suntory_contents .leaf-bg-pc .leaf-l_04 {
  width: 56.1458333333vw;
  left: -28.6458333333vw;
  bottom: -6.7708333333vw;
}
#suntory_contents .leaf-bg-pc .leaf-r_03 {
  width: 47.2395833333vw;
  right: -18.2291666667vw;
  top: 184.8958333333vw;
}
#suntory_contents .leaf-bg-pc .leaf-r_04 {
  width: 51.3541666667vw;
  right: -2.6041666667vw;
  top: 268.2291666667vw;
}

#suntory_contents #lejay-contents {
  position: relative;
}
#suntory_contents .prism-parts {
  position: absolute;
  z-index: 5;
  inset: 0;
  overflow: hidden;
  overflow: clip;
  pointer-events: none;
  mix-blend-mode: screen;
}
#suntory_contents .prism-parts__sec-wrap {
  position: absolute;
  overflow: visible;
  pointer-events: none;
}
#suntory_contents .prism-parts__item {
  position: absolute;
  pointer-events: none;
}
#suntory_contents .prism-parts__item .prism-parts__motion {
  width: 100%;
  transform-origin: center center;
}
#suntory_contents .prism-parts__item img {
  display: block;
  width: 100%;
  height: auto;
  transform-origin: var(--prism-rotation-origin-pc, center center);
  backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  #suntory_contents .prism-parts__item img {
    transform-origin: var(--prism-rotation-origin-sp, var(--prism-rotation-origin-pc, center center));
  }
}
@media print, screen and (min-width: 768px) {
  #suntory_contents .prism-parts__sec-lead .i01 {
    width: 33.8541666667vw;
    top: -10.4166666667vw;
    left: -10.4166666667vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .prism-parts__sec-lead .i01 {
    width: 86.6666666667vw;
    top: -26.6666666667vw;
    left: -26.6666666667vw;
  }
}
#suntory_contents .prism-parts__sec-lead .i02 {
  transform: rotate(-45deg);
}
@media print, screen and (min-width: 768px) {
  #suntory_contents .prism-parts__sec-lead .i02 {
    width: 52.0833333333vw;
    top: -5.2083333333vw;
    left: 0vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .prism-parts__sec-lead .i02 {
    width: 133.3333333333vw;
    top: -13.3333333333vw;
    left: 0vw;
  }
}
#suntory_contents .prism-parts__sec-lead .i03 {
  transform: rotate(-45deg);
}
@media print, screen and (min-width: 768px) {
  #suntory_contents .prism-parts__sec-lead .i03 {
    width: 46.875vw;
    top: 33.8541666667vw;
    left: 5.5729166667vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .prism-parts__sec-lead .i03 {
    width: 120vw;
    top: 86.6666666667vw;
    left: 14.2666666667vw;
  }
}
#suntory_contents .prism-parts__sec-recipe .i01 {
  transform: rotate(-60deg);
}
@media print, screen and (min-width: 768px) {
  #suntory_contents .prism-parts__sec-recipe .i01 {
    width: 52.0833333333vw;
    top: 15.625vw;
    left: 13.0208333333vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .prism-parts__sec-recipe .i01 {
    width: 133.3333333333vw;
    top: 40vw;
    left: 33.3333333333vw;
  }
}
#suntory_contents .prism-parts__sec-recipe .i02 {
  transform: rotate(-55deg);
}
@media print, screen and (min-width: 768px) {
  #suntory_contents .prism-parts__sec-recipe .i02 {
    width: 52.0833333333vw;
    top: 20.8333333333vw;
    left: 18.2291666667vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .prism-parts__sec-recipe .i02 {
    width: 133.3333333333vw;
    top: 53.3333333333vw;
    left: 46.6666666667vw;
  }
}
#suntory_contents .prism-parts__sec-recipe .i03 {
  transform: rotate(90deg);
}
@media print, screen and (min-width: 768px) {
  #suntory_contents .prism-parts__sec-recipe .i03 {
    width: 41.6666666667vw;
    top: 52.0833333333vw;
    left: -13.0208333333vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .prism-parts__sec-recipe .i03 {
    width: 106.6666666667vw;
    top: 133.3333333333vw;
    left: -33.3333333333vw;
  }
}
#suntory_contents .prism-parts__sec-recipe .i04 {
  transform: rotate(-100deg);
}
@media print, screen and (min-width: 768px) {
  #suntory_contents .prism-parts__sec-recipe .i04 {
    width: 41.6666666667vw;
    top: 98.9583333333vw;
    left: 7.8125vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .prism-parts__sec-recipe .i04 {
    width: 106.6666666667vw;
    top: 253.3333333333vw;
    left: 20vw;
  }
}
#suntory_contents .prism-parts__sec-recipe .i05 {
  transform: rotate(45deg);
}
@media print, screen and (min-width: 768px) {
  #suntory_contents .prism-parts__sec-recipe .i05 {
    width: 52.0833333333vw;
    top: 131.25vw;
    left: 23.4375vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .prism-parts__sec-recipe .i05 {
    width: 133.3333333333vw;
    top: 336vw;
    left: 60vw;
  }
}
@media print, screen and (min-width: 768px) {
  #suntory_contents .prism-parts__sec-recipe .i06 {
    transform: rotate(-60deg);
    width: 46.875vw;
    bottom: -10.4166666667vw;
    left: -32.2916666667vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .prism-parts__sec-recipe .i06 {
    width: 93.3333333333vw;
    bottom: -13.3333333333vw;
    left: -69.3333333333vw;
  }
}
#suntory_contents .prism-parts__sec-wrap.is-active .prism-parts__motion {
  will-change: transform;
}
#suntory_contents .prism-parts__sec-wrap.is-active .prism-parts__item img {
  will-change: transform, opacity;
}

@media (prefers-reduced-motion: reduce) {
  #suntory_contents .prism-parts__motion,
  #suntory_contents .prism-parts__item img {
    will-change: auto;
  }
}
#suntory_contents .sec-kv {
  aspect-ratio: 750/1184;
  position: relative;
}
#suntory_contents .sec-kv__ttl, #suntory_contents .sec-kv__bottle, #suntory_contents .sec-kv__label {
  position: absolute;
  z-index: 3;
}
@media print, screen and (min-width: 768px) {
  #suntory_contents .sec-kv__ttl {
    width: 35.8333333333vw;
    top: 8.8541666667vw;
    left: 1.0416666667vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-kv__ttl {
    width: 91.7333333333vw;
    top: 22.6666666667vw;
    left: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  #suntory_contents .sec-kv__bottle.remonade {
    width: 2.8125vw;
    left: 0.8333333333vw;
    bottom: 23.5416666667vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-kv__bottle.remonade {
    width: 7.2vw;
    left: 2.1333333333vw;
    bottom: 60.2666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  #suntory_contents .sec-kv__bottle.cassis {
    width: 5.4166666667vw;
    left: 3.3333333333vw;
    bottom: 22.9166666667vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-kv__bottle.cassis {
    width: 13.8666666667vw;
    left: 8.5333333333vw;
    bottom: 58.6666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  #suntory_contents .sec-kv__bottle.peach {
    width: 5.4166666667vw;
    right: 3.3333333333vw;
    bottom: 22.9166666667vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-kv__bottle.peach {
    width: 13.8666666667vw;
    right: 8.5333333333vw;
    bottom: 58.6666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  #suntory_contents .sec-kv__bottle.milktea {
    width: 2.8125vw;
    right: 0.8333333333vw;
    bottom: 23.5416666667vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-kv__bottle.milktea {
    width: 7.2vw;
    right: 2.1333333333vw;
    bottom: 60.2666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  #suntory_contents .sec-kv__label.cassis {
    width: 6.3020833333vw;
    bottom: 19.8958333333vw;
    left: 4.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-kv__label.cassis {
    width: 16.1333333333vw;
    bottom: 50.9333333333vw;
    left: 10.6666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  #suntory_contents .sec-kv__label.peach {
    width: 6.9791666667vw;
    bottom: 19.8958333333vw;
    right: 3.28125vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-kv__label.peach {
    width: 18vw;
    bottom: 50.9333333333vw;
    right: 8.4vw;
  }
}
#suntory_contents .sec-kv__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#suntory_contents .sec-lead {
  aspect-ratio: 750/1184;
  background: linear-gradient(to bottom, #be3085 0, #e577c7 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #suntory_contents .sec-lead .image {
    width: 16.09375vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-lead .image {
    width: 41.2vw;
  }
}
#suntory_contents .sec-lead .image p {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
#suntory_contents .sec-lead nav .button {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.48;
  transition: opacity 0.4s;
}
@media print, screen and (min-width: 768px) {
  #suntory_contents .sec-lead nav .button {
    width: 3.6458333333vw;
    height: 3.6458333333vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-lead nav .button {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
  }
}
#suntory_contents .sec-lead nav .button svg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 300%;
}
#suntory_contents .sec-lead nav .button.is-play svg, #suntory_contents .sec-lead nav .button.is-active svg {
  bottom: auto;
  top: 0;
}
@media print, screen and (min-width: 768px) {
  #suntory_contents .sec-lead nav .button:hover {
    opacity: 1;
  }
}
#suntory_contents .sec-lead nav .animation-toggle {
  inset-inline: 0;
  margin: auto;
}
#suntory_contents .sec-lead nav .animation-toggle svg {
  fill: #fff;
}
@media print, screen and (min-width: 768px) {
  #suntory_contents .sec-lead nav .animation-toggle {
    bottom: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-lead nav .animation-toggle {
    bottom: 8vw;
  }
}
#suntory_contents .sec-recipe {
  background-color: #fee5ff;
}
@media print, screen and (min-width: 768px) {
  #suntory_contents .sec-recipe {
    padding: 4.9479166667vw 0 4.9479166667vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-recipe {
    padding: 12.6666666667vw 0 12.6666666667vw;
  }
}
#suntory_contents .sec-recipe .section-title .title {
  margin-inline: auto;
  aspect-ratio: 358/96;
}
@media print, screen and (min-width: 768px) {
  #suntory_contents .sec-recipe .section-title .title {
    width: 18.6458333333vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-recipe .section-title .title {
    width: 47.7333333333vw;
  }
}
#suntory_contents .sec-recipe .section-body {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  #suntory_contents .sec-recipe .section-body {
    margin-top: 3.90625vw;
    gap: 5.2083333333vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-recipe .section-body {
    margin-top: 10vw;
    gap: 13.3333333333vw;
  }
}
#suntory_contents .sec-recipe .sub-section-title {
  margin-inline: auto;
  aspect-ratio: 640/132;
}
@media print, screen and (min-width: 768px) {
  #suntory_contents .sec-recipe .sub-section-title {
    width: 33.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-recipe .sub-section-title {
    width: 85.3333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  #suntory_contents .sec-recipe .sub-section-body {
    margin-top: 3.3854166667vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-recipe .sub-section-body {
    margin-top: 8.6666666667vw;
  }
}
#suntory_contents .sec-recipe .howto {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  #suntory_contents .sec-recipe .howto {
    gap: 3.4375vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-recipe .howto {
    gap: 8.8vw;
  }
}
#suntory_contents .sec-recipe .howto figure {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  #suntory_contents .sec-recipe .howto figure {
    gap: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-recipe .howto figure {
    gap: 3.2vw;
  }
}
@media print, screen and (min-width: 768px) {
  #suntory_contents .sec-recipe .howto .image {
    width: 20.2604166667vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-recipe .howto .image {
    width: 51.8666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  #suntory_contents .sec-recipe .howto figcaption {
    height: 1.3541666667vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-recipe .howto figcaption {
    height: 3.4666666667vw;
  }
}
#suntory_contents .sec-recipe .howto.howto-1 .h1 .image {
  aspect-ratio: 389/341;
}
@media print, screen and (min-width: 768px) {
  #suntory_contents .sec-recipe .howto.howto-1 .h1 figcaption {
    width: 20.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-recipe .howto.howto-1 .h1 figcaption {
    width: 53.3333333333vw;
  }
}
#suntory_contents .sec-recipe .howto.howto-1 .h2 .image {
  aspect-ratio: 389/341;
}
@media print, screen and (min-width: 768px) {
  #suntory_contents .sec-recipe .howto.howto-1 .h2 figcaption {
    width: 16.875vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-recipe .howto.howto-1 .h2 figcaption {
    width: 43.2vw;
  }
}
#suntory_contents .sec-recipe .howto.howto-1 .h3 .image {
  aspect-ratio: 389/336;
}
@media print, screen and (min-width: 768px) {
  #suntory_contents .sec-recipe .howto.howto-1 .h3 figcaption {
    width: 15.46875vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-recipe .howto.howto-1 .h3 figcaption {
    width: 39.6vw;
  }
}
#suntory_contents .sec-recipe .howto.howto-2 .h1 .image {
  aspect-ratio: 389/336;
}
@media print, screen and (min-width: 768px) {
  #suntory_contents .sec-recipe .howto.howto-2 .h1 figcaption {
    width: 20.8333333333vw;
    height: 3.0729166667vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-recipe .howto.howto-2 .h1 figcaption {
    width: 53.3333333333vw;
    height: 7.8666666667vw;
  }
}
#suntory_contents .sec-recipe .howto.howto-2 .h2 .image {
  aspect-ratio: 389/340;
}
@media print, screen and (min-width: 768px) {
  #suntory_contents .sec-recipe .howto.howto-2 .h2 figcaption {
    width: 16.9270833333vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-recipe .howto.howto-2 .h2 figcaption {
    width: 43.3333333333vw;
  }
}
#suntory_contents .sec-recipe .howto.howto-2 .h3 .image {
  aspect-ratio: 389/330;
}
@media print, screen and (min-width: 768px) {
  #suntory_contents .sec-recipe .howto.howto-2 .h3 figcaption {
    width: 15.5208333333vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-recipe .howto.howto-2 .h3 figcaption {
    width: 39.7333333333vw;
  }
}
#suntory_contents .sec-recommend {
  background: linear-gradient(to bottom, #be3085 0, #e577c7 100%);
}
@media print, screen and (min-width: 768px) {
  #suntory_contents .sec-recommend {
    padding: 5.2083333333vw 0 4.6875vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-recommend {
    padding: 13.3333333333vw 0 12vw;
  }
}
#suntory_contents .sec-recommend .section-title {
  margin-inline: auto;
}
@media print, screen and (min-width: 768px) {
  #suntory_contents .sec-recommend .section-title {
    width: 33.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-recommend .section-title {
    width: 85.3333333333vw;
  }
}
#suntory_contents .sec-recommend .item-list {
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  #suntory_contents .sec-recommend .item-list {
    margin-top: 5.1041666667vw;
    gap: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-recommend .item-list {
    margin-top: 13.0666666667vw;
    gap: 4vw;
  }
}
#suntory_contents .sec-recommend .item-list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  #suntory_contents .sec-recommend .item-list .item {
    gap: 1.3541666667vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-recommend .item-list .item {
    gap: 3.4666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  #suntory_contents .sec-recommend .item-list .item .img {
    width: 8.28125vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-recommend .item-list .item .img {
    width: 21.2vw;
  }
}
@media print, screen and (min-width: 768px) {
  #suntory_contents .sec-recommend .item-list .item .label {
    width: 10.7291666667vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .sec-recommend .item-list .item .label {
    width: 27.4666666667vw;
  }
}