@charset "UTF-8";
.common__container, .common__container--small {
  box-sizing: content-box;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .common__container, .common__container--small {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.common__container--small {
  max-width: 840px;
}

[v-cloak] {
  display: none;
}

body::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  body::before {
    background-image: url(../images/pc/20250826/index-bg.jpg);
  }
}
@media screen and (max-width: 768px) {
  body::before {
    background-image: url(../images/sp/20250826/index-bg.jpg);
  }
}
body.fixed {
  overflow: hidden;
  touch-action: none;
}
@media screen and (min-width: 769px) {
  body.fixed {
    padding-right: 15px;
  }
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.str-main {
  overflow-y: hidden;
}

.str-footer-kirin,
.mod-box-share-sns,
.str-footer-area {
  background-color: #fff;
}

.mod-box-share-sns {
  border-top: 20px solid #ffffff;
}
@media screen and (min-width: 769px) {
  .mod-box-share-sns {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .mod-box-share-sns {
    margin-bottom: 0;
    padding-bottom: 38px;
  }
}

.common {
  position: relative;
}
.common__contents {
  width: 100%;
}
.common__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.common__container--small {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .common__container--small {
    width: 89.3333333333vw;
  }
}
.common .innerlink-target {
  position: absolute;
  width: 1px;
  height: 200px;
  top: -200px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .common .innerlink-target {
    height: 150px;
    top: -150px;
  }
}
.common picture {
  display: block;
}
.common img {
  display: block;
}
@media screen and (max-width: 768px) {
  .common img {
    width: 100%;
  }
}
.common__container--white {
  position: relative;
  background-color: #fff;
}

a {
  transition: opacity 0.3s;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
}

.mod-link-text {
  /* /assets/css/common.cssから移植 */
  vertical-align: top;
  color: #333;
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
  padding-left: 22px;
}

.mod-link-text::before {
  background-image: url(/assets/images/icon-arrow-02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  content: "";
  transition: transform 0.2s ease-in-out;
}

@media screen and (min-width: 769px) {
  .mod-link-text {
    padding-left: 24px;
  }
  .mod-link-text::before {
    top: 3px;
    width: 16px;
    height: 16px;
  }
  .mod-link-text:active::before,
  .mod-link-text:focus::before,
  .mod-link-text:hover::before {
    transform: translate3d(4px, 0, 0);
  }
}
/**
 * ----------------------------------------
 * Vue.js animation
 * ----------------------------------------
 */
.fade-enter-active {
  transition: opacity 1s;
}
.fade-leave-active {
  transition: opacity 1s;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}

.js-modal {
  position: relative;
}
.js-modal__bg {
  position: fixed;
  z-index: 9001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.js-modal__trigger {
  position: relative;
  z-index: 100;
  transition: opacity 0.3s;
}
.js-modal__trigger:hover {
  opacity: 0.7;
  cursor: pointer;
}
.js-modal__close {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 10px;
}
.js-modal__close img {
  width: 20px;
  height: 20px;
}
.js-modal__target {
  overflow: hidden;
  position: fixed;
  z-index: 9002;
  top: 50%;
  left: 50%;
  max-width: 80vw;
  max-height: 90vh;
  transform: translate(-50%, -50%);
}
.js-modal__target-enter-active {
  transition: all 0.5s ease-in-out;
}
.js-modal__target-leave-active {
  transition: all 0.5s ease-in-out;
}
.js-modal__target-enter, .js-modal__target-leave-to {
  opacity: 0;
}

.modal-container {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-content iframe {
  width: min(90.0692840647vw, 780px);
  height: min(50.6928406467vw, 439px);
}

.modal-content .modal-close {
  position: absolute;
  top: -84px;
  right: 0;
  width: 84px;
  height: 84px;
  background-image: url("../images/pc/20250826/index-modal-close.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .modal-content .modal-close {
    top: -11.2vw;
    width: 11.2vw;
    height: 11.2vw;
  }
}

.modal-container.active {
  display: block;
}

#modal_img .modal-content {
  max-width: 780px;
  width: 90vw;
  height: 80%;
}
@media screen and (max-width: 768px) {
  #modal_img .modal-content {
    top: 55%;
    width: 84%;
  }
}
@media screen and (max-width: 768px) {
  #modal_img .modal-close {
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
  }
}
#modal_img .modal__img {
  overflow-y: scroll;
  width: 100%;
  max-height: 100%;
}
#modal_img .modal__img figure {
  width: 100%;
  height: 100%;
}

:root {
  --fade-translate-x: 0px;
  --fade-translate-y: 0px;
  --fade-duration: 500ms;
}

/* 表示方向 */
.up {
  --fade-translate-x: 0px;
  --fade-translate-y: 50px;
}

.down {
  --fade-translate-x: 0px;
  --fade-translate-y: -50px;
}

.fromLeft {
  --fade-translate-x: -50px;
  --fade-translate-y: 0px;
}

.fromRight {
  --fade-translate-x: 50px;
  --fade-translate-y: 0px;
}

.jsFade {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
  transition-delay: 0ms;
  transform: translate(var(--fade-translate-x), var(--fade-translate-y));
}
.jsFade.speed--100 {
  transition-delay: 100ms;
}
.jsFade.speed--200 {
  transition-delay: 200ms;
}
.jsFade.speed--300 {
  transition-delay: 300ms;
}
.jsFade.speed--400 {
  transition-delay: 400ms;
}
.jsFade.speed--500 {
  transition-delay: 500ms;
}
.jsFade.speed--600 {
  transition-delay: 600ms;
}
.jsFade.speed--700 {
  transition-delay: 700ms;
}
.jsFade.speed--800 {
  transition-delay: 800ms;
}
.jsFade.speed--900 {
  transition-delay: 900ms;
}
.jsFade.speed--1000 {
  transition-delay: 1000ms;
}
.jsFade.speed--1100 {
  transition-delay: 1100ms;
}
.jsFade.speed--1200 {
  transition-delay: 1200ms;
}
.jsFade.speed--1300 {
  transition-delay: 1300ms;
}
.jsFade.speed--1400 {
  transition-delay: 1400ms;
}
.jsFade.speed--1500 {
  transition-delay: 1500ms;
}
.jsFade.speed--1600 {
  transition-delay: 1600ms;
}
.jsFade.speed--1700 {
  transition-delay: 1700ms;
}
.jsFade.speed--1800 {
  transition-delay: 1800ms;
}
.jsFade.speed--1900 {
  transition-delay: 1900ms;
}
.jsFade.speed--2000 {
  transition-delay: 2000ms;
}
.jsFade.speed--2100 {
  transition-delay: 2100ms;
}
.jsFade.speed--2200 {
  transition-delay: 2200ms;
}
.jsFade.speed--2300 {
  transition-delay: 2300ms;
}
.jsFade.speed--2400 {
  transition-delay: 2400ms;
}
.jsFade.speed--2500 {
  transition-delay: 2500ms;
}
.jsFade.speed--2600 {
  transition-delay: 2600ms;
}
.jsFade.speed--2700 {
  transition-delay: 2700ms;
}
.jsFade.speed--2800 {
  transition-delay: 2800ms;
}
.jsFade.speed--2900 {
  transition-delay: 2900ms;
}
.jsFade.speed--3000 {
  transition-delay: 3000ms;
}
.jsFade.delay--100 {
  transition-delay: 100ms;
}
.jsFade.delay--200 {
  transition-delay: 200ms;
}
.jsFade.delay--300 {
  transition-delay: 300ms;
}
.jsFade.delay--400 {
  transition-delay: 400ms;
}
.jsFade.delay--500 {
  transition-delay: 500ms;
}
.jsFade.delay--600 {
  transition-delay: 600ms;
}
.jsFade.delay--700 {
  transition-delay: 700ms;
}
.jsFade.delay--800 {
  transition-delay: 800ms;
}
.jsFade.delay--900 {
  transition-delay: 900ms;
}
.jsFade.delay--1000 {
  transition-delay: 1000ms;
}
.jsFade.delay--1100 {
  transition-delay: 1100ms;
}
.jsFade.delay--1200 {
  transition-delay: 1200ms;
}
.jsFade.delay--1300 {
  transition-delay: 1300ms;
}
.jsFade.delay--1400 {
  transition-delay: 1400ms;
}
.jsFade.delay--1500 {
  transition-delay: 1500ms;
}
.jsFade.delay--1600 {
  transition-delay: 1600ms;
}
.jsFade.delay--1700 {
  transition-delay: 1700ms;
}
.jsFade.delay--1800 {
  transition-delay: 1800ms;
}
.jsFade.delay--1900 {
  transition-delay: 1900ms;
}
.jsFade.delay--2000 {
  transition-delay: 2000ms;
}
.jsFade.delay--2100 {
  transition-delay: 2100ms;
}
.jsFade.delay--2200 {
  transition-delay: 2200ms;
}
.jsFade.delay--2300 {
  transition-delay: 2300ms;
}
.jsFade.delay--2400 {
  transition-delay: 2400ms;
}
.jsFade.delay--2500 {
  transition-delay: 2500ms;
}
.jsFade.delay--2600 {
  transition-delay: 2600ms;
}
.jsFade.delay--2700 {
  transition-delay: 2700ms;
}
.jsFade.delay--2800 {
  transition-delay: 2800ms;
}
.jsFade.delay--2900 {
  transition-delay: 2900ms;
}
.jsFade.delay--3000 {
  transition-delay: 3000ms;
}

.jsScrollIn {
  opacity: 1;
  transform: translate(0, 0);
}

html {
  scroll-behavior: smooth;
}

main {
  overflow: hidden;
}
main .c-inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
main img {
  width: 100%;
}
main .onlyPC {
  display: block;
}
@media screen and (max-width: 768px) {
  main .onlyPC {
    display: none;
  }
}
main .onlySP {
  display: none;
}
@media screen and (max-width: 768px) {
  main .onlySP {
    display: block;
  }
}
main .mv {
  background: url(../images/pc/20250826/index-bg-mv.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  main .mv {
    background: none;
  }
}
main .mv__title {
  pointer-events: none;
}
main .mv__border {
  width: 100%;
  height: 10px;
  background: linear-gradient(to right, #0095da, #0d1b70);
}
@media screen and (max-width: 1200px) {
  main .mv__border {
    height: 0.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  main .mv__border {
    height: 1.3333333333vw;
  }
}
main .intro {
  background: url(../images/pc/20250826/index-bg-intro.png) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  main .intro {
    background: url(../images/sp/20250826/index-bg-intro.png) no-repeat center top;
    background-size: cover;
  }
}
main .intro .c-inner {
  position: relative;
  padding: 54px 0 0 0;
}
@media screen and (max-width: 1200px) {
  main .intro .c-inner {
    padding: 4.5vw 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  main .intro .c-inner {
    padding: 3.2vw 0 0 0;
  }
}
main .intro .c-inner::after {
  display: block;
  position: absolute;
  z-index: 1;
  right: 18px;
  bottom: -76px;
  width: 237px;
  height: 288px;
  background: url(../images/pc/20250826/index-img-intro-lemon.png) no-repeat center center;
  background-size: 100%;
  pointer-events: none;
  content: "";
}
@media screen and (max-width: 1200px) {
  main .intro .c-inner::after {
    right: 1.5vw;
    bottom: -6.3333333333vw;
    width: 19.75vw;
    height: 24vw;
  }
}
@media screen and (max-width: 768px) {
  main .intro .c-inner::after {
    display: none;
  }
}
main .intro__anchor {
  display: flex;
  justify-content: center;
}
main .intro__anchor--item {
  width: 17.6666666667%;
  margin: 0 -0.0833333333%;
}
@media screen and (max-width: 768px) {
  main .intro__anchor--item {
    width: 32.8%;
    margin: 0 -1.2%;
  }
}
main .intro__anchor--item a {
  display: block;
}
main .intro__title {
  width: 57.8333333333%;
  margin: 9.3333333333% auto 0 auto;
}
@media screen and (max-width: 768px) {
  main .intro__title {
    width: 69.7333333333%;
    margin-top: 15.4666666667vw;
  }
}
main .intro__lead {
  margin: 0 auto 0 auto;
}
@media screen and (max-width: 768px) {
  main .intro__lead {
    width: 90.9333333333%;
  }
}
main .intro__lead--01 {
  width: 46.9166666667%;
  margin-top: 4.8333333333%;
}
@media screen and (max-width: 768px) {
  main .intro__lead--01 {
    width: 61.6%;
    margin-top: 12.8vw;
  }
}
main .intro__lead--02 {
  width: 66.0833333333%;
  margin-top: 6.3333333333%;
}
@media screen and (max-width: 768px) {
  main .intro__lead--02 {
    width: 78.2666666667%;
    margin-top: 14.4vw;
  }
}
main .intro__img {
  width: 64.3333333333%;
  margin: 5.6666666667% auto 0 auto;
}
@media screen and (max-width: 768px) {
  main .intro__img {
    width: 100%;
    margin-top: 11.0666666667vw;
  }
}
main .commit {
  position: relative;
  background: url(../images/pc/20250826/index-bg-commit.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  main .commit {
    background: url(../images/pc/20250826/index-bg-commit.jpg) no-repeat center top;
    background-size: cover;
  }
}
main .commit::before, main .commit::after {
  display: block;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  content: "";
}
main .commit::before {
  z-index: 1;
  top: -167px;
  left: 0;
  width: 327px;
  height: 1496px;
  background: url(../images/pc/20250826/index-img-commit-package.png) no-repeat center center;
  background-size: 100%;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  main .commit::before {
    top: -13.9166666667vw;
    width: 27.25vw;
    height: 124.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  main .commit::before {
    top: -16.2666666667vw;
    width: 24vw;
    height: 367.3333333333vw;
    background: url(../images/sp/20250826/index-img-commit-package.png) no-repeat center center;
    background-size: 100%;
  }
}
main .commit::after {
  right: 0;
  bottom: 205px;
  width: 208px;
  height: 1511px;
  background: url(../images/pc/20250826/index-img-commit-lemon.png) no-repeat center center;
  background-size: 100%;
}
@media screen and (max-width: 1200px) {
  main .commit::after {
    bottom: 17.0833333333vw;
    width: 17.3333333333vw;
    height: 125.9166666667vw;
  }
}
@media screen and (max-width: 768px) {
  main .commit::after {
    top: 24.5333333333vw;
    bottom: auto;
    width: 18.4vw;
    height: 426.2666666667vw;
    background: url(../images/sp/20250826/index-img-commit-lemon.png) no-repeat center center;
    background-size: 100%;
  }
}
main .commit .c-inner {
  padding: 140px 0 138px 0;
}
@media screen and (max-width: 1200px) {
  main .commit .c-inner {
    padding: 11.6666666667vw 0 11.5vw 0;
  }
}
@media screen and (max-width: 768px) {
  main .commit .c-inner {
    padding: 14.6666666667vw 0 22.6666666667vw 0;
  }
}
main .commit__title {
  width: 65.6666666667%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main .commit__title {
    width: 56%;
  }
}
main .commit__copy {
  width: 41.8333333333%;
  margin: 6.6666666667% auto 0 auto;
}
@media screen and (max-width: 768px) {
  main .commit__copy {
    width: 74.6666666667%;
    margin-top: 12vw;
  }
}
main .commit__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 6.6666666667%;
}
@media screen and (max-width: 768px) {
  main .commit__list {
    display: block;
    margin-top: 13.3333333333vw;
    padding: 0 5.3333333333vw;
  }
}
main .commit__item {
  width: 33.3333333333%;
  margin: 0 2.5%;
}
@media screen and (max-width: 768px) {
  main .commit__item {
    width: 70.1492537313%;
  }
}
@media screen and (max-width: 768px) {
  main .commit__item:nth-child(odd) {
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  main .commit__item:nth-child(even) {
    margin: 0 auto 0 0;
  }
}
@media screen and (max-width: 768px) {
  main .commit__item + .commit__item {
    margin-top: 2.6666666667vw;
  }
}
main .commit__item:nth-child(1) .commit__item--lead::after {
  bottom: -35px;
  left: -58px;
  width: 164px;
  height: 185px;
  background: url(../images/pc/20250826/index-img-commit-item-01.png) no-repeat center center;
  background-size: 100%;
}
@media screen and (max-width: 1200px) {
  main .commit__item:nth-child(1) .commit__item--lead::after {
    bottom: -2.9166666667vw;
    left: -4.8333333333vw;
    width: 13.6666666667vw;
    height: 15.4166666667vw;
  }
}
@media screen and (max-width: 768px) {
  main .commit__item:nth-child(1) .commit__item--lead::after {
    bottom: 12.4vw;
    left: -28.2666666667vw;
    width: 37.2vw;
    height: 40.8vw;
    background: url(../images/sp/20250826/index-img-commit-item-01.png) no-repeat center center;
    background-size: 100%;
  }
}
main .commit__item:nth-child(2) .commit__item--lead::after {
  right: -168px;
  bottom: 24px;
  width: 232px;
  height: 376px;
  background: url(../images/pc/20250826/index-img-commit-item-02.png) no-repeat center center;
  background-size: 100%;
}
@media screen and (max-width: 1200px) {
  main .commit__item:nth-child(2) .commit__item--lead::after {
    right: -14vw;
    bottom: 2vw;
    width: 19.3333333333vw;
    height: 31.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  main .commit__item:nth-child(2) .commit__item--lead::after {
    right: -32vw;
    bottom: 0;
    left: auto;
    width: 34.9333333333vw;
    height: 87.2vw;
    background: url(../images/sp/20250826/index-img-commit-item-02.png) no-repeat center center;
    background-size: 100%;
  }
}
main .commit__item--lead {
  position: relative;
}
main .commit__item--lead::after {
  display: block;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  content: "";
}
main .movie {
  margin-top: 9.1666666667%;
  padding-top: 4.1666666667%;
}
@media screen and (max-width: 768px) {
  main .movie {
    margin-top: 22.6666666667vw;
    padding-top: 6.6666666667vw;
  }
}
main .movie__title {
  width: 18.75%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main .movie__title {
    width: 36%;
  }
}
main .movie__btn {
  width: 56%;
  margin: 6.6666666667% auto 0 auto;
  cursor: pointer;
  transition: opacity 0.2s;
}
@media screen and (max-width: 768px) {
  main .movie__btn {
    width: 70.1333333333%;
    margin-top: 10.6666666667vw;
  }
}
main .movie__btn:hover {
  opacity: 0.8;
  transition: opacity 0.2s;
}
main .movie__btn--thum {
  position: relative;
  box-shadow: 4px 0 20px rgba(13, 66, 123, 0.42);
}
@media screen and (max-width: 768px) {
  main .movie__btn--thum {
    box-shadow: 0.5333333333vw 0 2.6666666667vw rgba(13, 66, 123, 0.42);
  }
}
main .movie__btn--thum::after {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: url(../images/pc/20250826/index-icon-movie-start.png) no-repeat center center;
  background-size: 100%;
  box-shadow: 4px 0 20px rgba(13, 66, 123, 0.42);
  content: "";
  transform: translate(50%, -50%);
}
@media screen and (max-width: 1200px) {
  main .movie__btn--thum::after {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  main .movie__btn--thum::after {
    width: 14.6666666667vw;
    height: 14.6666666667vw;
    box-shadow: 0.5333333333vw 0 2.6666666667vw rgba(13, 66, 123, 0.42);
  }
}
main .movie__btn--title {
  width: 100%;
  margin-top: 2.9761904762%;
  text-shadow: 4px 0 20px rgba(13, 66, 123, 0.42);
  color: #14116b;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  main .movie__btn--title {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  main .movie__btn--title {
    margin-top: 2.9333333333vw;
    font-size: 4vw;
  }
}
main .movie__profile {
  margin-top: 6.1666666667%;
}
@media screen and (max-width: 768px) {
  main .movie__profile {
    margin-top: 14.6666666667vw;
  }
}
main .movie__profile--name {
  width: 55.8333333333%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main .movie__profile--name {
    width: 70.1333333333%;
  }
}
main .movie__profile--detail {
  width: 57.5833333333%;
  margin: 3.1666666667% auto 0 auto;
}
@media screen and (max-width: 768px) {
  main .movie__profile--detail {
    width: 71.8666666667%;
    margin-top: 5.6vw;
  }
}
main .product {
  position: relative;
  background: url(../images/pc/20251028/index-bg-product.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  main .product {
    background: url(../images/sp/20251028/index-bg-product.jpg) no-repeat center center;
    background-size: cover;
  }
}
main .product::before {
  display: block;
  position: absolute;
  z-index: 1;
  top: -429px;
  left: 10px;
  width: 301px;
  height: 819px;
  background: url(../images/pc/20250826/index-img-product-lemon.png) no-repeat center center;
  background-size: 100%;
  pointer-events: none;
  content: "";
}
@media screen and (max-width: 1200px) {
  main .product::before {
    top: -35.75vw;
    left: 0.8333333333vw;
    width: 25.0833333333vw;
    height: 68.25vw;
  }
}
@media screen and (max-width: 768px) {
  main .product::before {
    top: -20.4vw;
    left: 0;
    width: 27.2vw;
    height: 64.2666666667vw;
    background: url(../images/sp/20250826/index-img-product-lemon.png) no-repeat center center;
    background-size: 100%;
  }
}
main .product .c-inner {
  padding: 120px 0 100px 0;
}
@media screen and (max-width: 1200px) {
  main .product .c-inner {
    padding: 10vw 0 8.3333333333vw 0;
  }
}
@media screen and (max-width: 768px) {
  main .product .c-inner {
    padding: 18.6666666667vw 0 24vw 0;
  }
}
main .product__title {
  width: 27.5833333333%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main .product__title {
    width: 53.0666666667%;
  }
}
main .product__detail {
  margin-top: 1.6666666667%;
}
@media screen and (max-width: 768px) {
  main .product__detail {
    margin-top: 10.6666666667vw;
  }
}
main .product__detail--list {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  main .product__detail--list {
    display: block;
  }
}
main .product__detail--item {
  width: 25.8333333333%;
  margin: 0 2.0833333333%;
}
@media screen and (max-width: 768px) {
  main .product__detail--item {
    width: 70.1333333333%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  main .product__detail--item + .product__detail--item {
    margin-top: 5.3333333333vw;
  }
}
main .product__detail--item a {
  display: block;
}
main .product__detail--item a:hover {
  opacity: 1;
}
main .product__detail--item a:hover .product__detail--img img {
  transition: transform 0.2s;
  transform: scale(1.05);
}
main .product__detail--item a:hover .product__detail--btn {
  opacity: 0.8;
  transition: opacity 0.2s;
}
main .product__detail--img {
  position: relative;
  width: 100%;
}
main .product__detail--img img {
  transition: transform 0.2s;
  transform: scale(1);
  transform-origin: center bottom;
}
main .product__detail--btn {
  width: 100%;
  box-shadow: 4px 0 20px rgba(13, 66, 123, 0.42);
  transition: opacity 0.2s;
}
@media screen and (max-width: 768px) {
  main .product__detail--btn {
    box-shadow: 0.5333333333vw 0 2.6666666667vw rgba(13, 66, 123, 0.42);
  }
}
main .supplement {
  background-color: #ffffff;
}
main .supplement .c-inner {
  padding: 80px 170px 100px 170px;
}
@media screen and (max-width: 1200px) {
  main .supplement .c-inner {
    padding: 6.6666666667vw 14.1666666667% 8.3333333333vw 14.1666666667%;
  }
}
@media screen and (max-width: 768px) {
  main .supplement .c-inner {
    padding: 16vw 8.2666666667%;
  }
}
main .supplement__btn {
  box-shadow: 4px 0 20px rgba(13, 66, 123, 0.42);
  cursor: pointer;
  transition: opacity 0.2s;
}
@media screen and (max-width: 768px) {
  main .supplement__btn {
    box-shadow: 0.5333333333vw 0 2.6666666667vw rgba(13, 66, 123, 0.42);
  }
}
main .supplement__btn:hover {
  opacity: 0.8;
  transition: opacity 0.2s;
}
main .supplement__non-alcohol {
  margin-top: 6.976744186%;
}
main .float {
  position: fixed;
  z-index: 10;
  right: 0;
  bottom: 50px;
  width: 159px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s ease;
}
@media screen and (max-width: 768px) {
  main .float {
    bottom: 0;
    width: 100%;
  }
}
main .float a {
  display: block;
}
main .float.show {
  opacity: 1;
  pointer-events: auto;
}
main .js-scroll {
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: both;
}
main .js-active {
  animation-name: fadeInUp;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.float {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: stretch;
  z-index: 3000;
}
@media screen and (min-width: 769px) {
  .float {
    margin-bottom: 50px;
  }
}
.float__container {
  position: relative;
  height: 162px;
}
@media screen and (max-width: 768px) {
  .float__container {
    height: 14.8vw;
  }
}
.float__brandsite {
  transition: all 0.3s;
}
.float__brandsite:hover {
  opacity: 0.7;
  cursor: pointer;
}
.float__brandsite.fixed {
  position: fixed;
  bottom: 50px;
  right: 0;
  z-index: 3000;
}
@media screen and (max-width: 768px) {
  .float__brandsite.fixed {
    bottom: 0;
  }
}