@charset "UTF-8";
/* aタグ設定
------------------------------------- */
@media (any-hover: hover) {
  a:hover, button:hover {
    opacity: 0.75;
  }
}

a, button {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  text-decoration: none;
  color: currentColor;
}

/* 基本設定
------------------------------------- */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: 100%;
  font-size: 1.4rem; /* =14px */
  line-height: 1.66;
  color: #333333;
  background-color: #E7E7E7;
  font-family: "Noto Serif", serif;
  background-image: url("../images/bg-noise.webp");
  background-size: 820px 460px;
  background-repeat: repeat;
  background-position: top left;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.7333333333vw;
  }
}

img {
  pointer-events: none;
}

.font-en {
  font-family: "Cardo", serif;
}

ul {
  list-style: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* デフォルトの三角形アイコンを非表示にする */
summary {
  display: block;
  list-style: none;
}

summary::-webkit-details-marker,
summary::marker {
  display: none;
}

img {
  width: 100%;
  height: auto;
}

/* レスポンシブ設定
------------------------------------- */
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
.header__btn {
  z-index: 100;
  position: fixed;
  top: 0;
  right: 0;
  width: 100px;
  height: 70px;
}
@media screen and (max-width: 768px) {
  .header__btn {
    width: 16vw;
    height: 13.3333333333vw;
  }
}
.header__btn.on .--line:first-of-type {
  top: 26px;
  transform: rotate(-20deg);
}
@media screen and (max-width: 768px) {
  .header__btn.on .--line:first-of-type {
    top: 5.3333333333vw;
  }
}
.header__btn.on .--line:nth-of-type(2) {
  top: 46px;
  width: 60px;
  transform: rotate(20deg);
}
@media screen and (max-width: 768px) {
  .header__btn.on .--line:nth-of-type(2) {
    top: 8.8vw;
    width: 10.6666666667vw;
  }
}
.header__btn .--line {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  display: block;
  background-color: #DF462C;
  height: 2px;
  position: absolute;
  transition: transform 0.3s, top 0.3s;
  transform-origin: right;
}
@media screen and (max-width: 768px) {
  .header__btn .--line {
    height: 0.5333333333vw;
  }
}
.header__btn .--line:first-of-type {
  width: 60px;
  top: 30px;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .header__btn .--line:first-of-type {
    width: 10.6666666667vw;
    top: 5.3333333333vw;
    right: 2.6666666667vw;
  }
}
.header__btn .--line:nth-of-type(2) {
  width: 40px;
  top: 38px;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .header__btn .--line:nth-of-type(2) {
    width: 7.2vw;
    top: 7.4666666667vw;
    right: 2.6666666667vw;
  }
}

.footer {
  background-image: url("../images/bg-footer.webp");
  background-size: 840px 200px;
  background-repeat: repeat;
  background-position: top left;
  padding: 60px 20px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 16vw 6.6666666667vw;
  }
}
.footer__top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .footer__top {
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 5.3333333333vw;
  }
}
.footer__top > dl {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .footer__top > dl {
    flex-direction: column;
    gap: 3.7333333333vw;
  }
}
.footer__top > dl dt {
  padding: 5px 10px;
  border: 1px solid #E7E7E7;
  color: #E7E7E7;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .footer__top > dl dt {
    padding: 1.3333333333vw 2.6666666667vw;
  }
}
.footer__top > dl dd {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .footer__top > dl dd {
    gap: 12;
  }
}
.footer__top > dl dd a.--x {
  width: 20px;
}
@media screen and (max-width: 768px) {
  .footer__top > dl dd a.--x {
    width: 5.3333333333vw;
  }
}
.footer__top > dl dd a.--facebook {
  width: 10px;
}
@media screen and (max-width: 768px) {
  .footer__top > dl dd a.--facebook {
    width: 2.6666666667vw;
  }
}
.footer__top > dl dd a.--line {
  width: 23px;
}
@media screen and (max-width: 768px) {
  .footer__top > dl dd a.--line {
    width: 6.1333333333vw;
  }
}
.footer__top > dl dd a.--tiktok {
  width: 19px;
}
@media screen and (max-width: 768px) {
  .footer__top > dl dd a.--tiktok {
    width: 5.0666666667vw;
  }
}
.footer__top > dl dd a.--instagram {
  width: 21px;
}
@media screen and (max-width: 768px) {
  .footer__top > dl dd a.--instagram {
    width: 5.6vw;
  }
}
.footer__top > dl dd a.--youtube {
  width: 23px;
}
@media screen and (max-width: 768px) {
  .footer__top > dl dd a.--youtube {
    width: 6.1333333333vw;
  }
}
.footer__privacypolicy {
  background-color: #E7E7E7;
  border: 1px solid #E7E7E7;
  padding: 5px 10px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .footer__privacypolicy {
    padding: 1.3333333333vw 2.6666666667vw;
  }
}
.footer__copyright {
  font-size: 1.2rem;
  color: #E7E7E7;
  text-align: center;
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    font-size: 3.2vw;
    margin-top: 9.6vw;
  }
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  display: none;
}
.menu__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.1);
  z-index: -1;
}
.menu__body {
  max-width: 360px;
  height: 100%;
  margin-left: auto;
  background-color: #FFFCEF;
}
@media screen and (max-width: 768px) {
  .menu__body {
    max-width: 100%;
  }
}
.menu__body-inner {
  padding: 60px 10px 60px 20px;
  height: 100%;
  overflow: auto;
  display: grid;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .menu__body-inner {
    padding: 40px 2.6666666667vw 40px 5.3333333333vw;
  }
}
.menu__list01 {
  padding: 0 0 0 30px;
}
@media screen and (max-width: 768px) {
  .menu__list01 {
    padding-bottom: 8vw;
  }
}
.menu__list01-item:not(:first-of-type) {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .menu__list01-item:not(:first-of-type) {
    margin-top: 2.6666666667vw;
  }
}
.menu__list01-link.--current .--small {
  background-color: #DF462C;
  color: #fff;
}
.menu__list01-link .--large {
  display: block;
  font-size: 2.4rem;
  color: #DF462C;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .menu__list01-link .--large {
    font-size: 6.4vw;
  }
}
.menu__list01-link .--small {
  display: block;
  padding: 1px;
  background-color: #fff;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  transition: color 0.3s, background-color 0.3s;
}
@media screen and (max-width: 768px) {
  .menu__list01-link .--small {
    font-size: 2.6666666667vw;
    padding: 0.2666666667vw;
  }
}
.menu__bottom {
  margin-top: 60px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .menu__bottom {
    margin-top: 16vw;
  }
}
.menu__list02 {
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  .menu__list02 {
    margin-top: 4.5333333333vw;
  }
}
.menu__list02 li:not(:first-of-type) {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .menu__list02 li:not(:first-of-type) {
    margin-top: 2.1333333333vw;
  }
}
.menu__list02 a {
  font-size: 1.1rem;
  line-height: 1.2;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .menu__list02 a {
    font-size: 2.9333333333vw;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 103;
  display: none;
}
.modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  cursor: pointer;
}
.modal__body {
  width: 1000px;
  aspect-ratio: 16/9;
  max-width: 95vw;
  max-height: calc(100vh - 70px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .modal__body {
    width: 100%;
    max-width: 100%;
    max-height: calc(100vh - 21.3333333333vw);
  }
}
.modal__body iframe, .modal__body video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal__close {
  font-size: 2rem;
  color: #fff;
  position: absolute;
  bottom: calc(100% + 5px);
  right: 0;
}
@media screen and (max-width: 768px) {
  .modal__close {
    font-size: 6.4vw;
    bottom: calc(100% + 1.3333333333vw);
    right: 2.6666666667vw;
  }
}

.modal-mp4 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 103;
  display: none;
}
.modal-mp4__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  cursor: pointer;
}
.modal-mp4__body {
  width: 1000px;
  aspect-ratio: 16/9;
  max-width: 95vw;
  max-height: 95vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .modal-mp4__body {
    width: 100%;
    max-width: 100%;
  }
}
.modal-mp4__body iframe, .modal-mp4__body video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal-mp4__close {
  font-size: 2rem;
  color: #fff;
  position: absolute;
  bottom: calc(100% + 5px);
  right: 0;
}
@media screen and (max-width: 768px) {
  .modal-mp4__close {
    font-size: 6.4vw;
    bottom: calc(100% + 1.3333333333vw);
    right: 2.6666666667vw;
  }
}

.section-title {
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 3.7333333333vw;
  }
}
.section-title .--top {
  display: block;
  font-size: 6.4rem;
  font-weight: normal;
  color: #DF462C;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section-title .--top {
    font-size: 10.6666666667vw;
  }
}

.mv {
  padding: 88px 0 80px;
  background: linear-gradient(to bottom, transparent 40%, #fff 40%);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mv {
    padding: 11.7333333333vw 0 10.6666666667vw;
    background: linear-gradient(to bottom, transparent 28.5%, #fff 28.5%);
  }
}
.mv .deco {
  width: 322px;
  position: absolute;
  top: -110px;
  right: -9px;
}
@media screen and (max-width: 768px) {
  .mv .deco {
    width: 46.1333333333vw;
    top: -9.3333333333vw;
    right: -11.4666666667vw;
  }
}
.mv__inner {
  max-width: 1236px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mv__inner {
    max-width: 100%;
    padding: 0 6.6666666667vw;
  }
}
.mv__title {
  font-weight: normal;
  font-size: 1.4rem;
  margin-left: min(4.9780380673vw, 68px);
}
@media screen and (max-width: 768px) {
  .mv__title {
    font-size: 3.7333333333vw;
    margin-left: 0;
  }
}
.mv__title .--logo {
  width: 227px;
}
@media screen and (max-width: 768px) {
  .mv__title .--logo {
    width: 58.6666666667vw;
  }
}
.mv__title .--middle {
  display: block;
}
.mv__title .--date {
  display: block;
  font-size: 3.2rem;
  line-height: 1.66;
}
@media screen and (max-width: 768px) {
  .mv__title .--date {
    font-size: 7.4666666667vw;
  }
}
.mv__body {
  margin-top: 21px;
}
@media screen and (max-width: 768px) {
  .mv__body {
    margin: 8.8vw 0 0;
  }
}
.mv__img {
  width: 630px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv__img {
    width: 100%;
  }
}
.mv__img .--pict {
  width: 580px;
}
@media screen and (max-width: 768px) {
  .mv__img .--pict {
    width: 81.8666666667vw;
  }
}
.mv__img .--title {
  width: 88px;
  position: absolute;
  top: -140px;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .mv__img .--title {
    width: 11.2vw;
    top: -12vw;
  }
}
.mv__desc {
  margin: 36px auto 0;
  max-width: 845px;
  font-size: 1.4rem;
  line-height: 1.66;
}
@media screen and (max-width: 768px) {
  .mv__desc {
    margin: 9.6vw auto 0;
    font-size: 3.7333333333vw;
  }
}

.news {
  padding: 80px 0 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .news {
    padding-top: 17.3333333333vw;
  }
}
.news .deco {
  width: 322px;
  position: absolute;
  top: -166px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .news .deco {
    width: 38.4vw;
    top: -6.1333333333vw;
    left: -5.8666666667vw;
  }
}
.news__inner {
  max-width: 840px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .news__inner {
    max-width: 100%;
    padding: 0 6.6666666667vw;
  }
}
.news__list {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .news__list {
    margin-top: 6.4vw;
  }
}
.news__item:not(:last-of-type) {
  border-bottom: 1px solid #C6C6C6;
}
.news__item:first-of-type {
  border-bottom: 1px solid #C6C6C6;
}
.news__link {
  display: flex;
  align-items: flex-start;
  padding: 12px 0;
}
@media screen and (max-width: 768px) {
  .news__link {
    padding: 3.2vw 0;
    display: block;
  }
}
.news__link .--date {
  display: block;
  color: #646464;
  min-width: 159px;
}
@media screen and (max-width: 768px) {
  .news__link .--date {
    min-width: auto;
    margin-bottom: 1.0666666667vw;
  }
}
.news__more {
  margin-top: 20px;
  padding: 13px;
  display: block;
  width: 100%;
  min-height: 46px;
  border: 1px solid #C6C6C6;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news__more {
    margin-top: 5.3333333333vw;
    padding: 4vw;
    min-height: 12.2666666667vw;
  }
}
.news__more.on .--icon {
  transform: translate(-50%, -50%) rotate(90deg);
}
.news__more.on .--icon:first-of-type {
  opacity: 0;
}
.news__more .--icon {
  background-color: #646464;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s, opacity 0.3s;
}
.news__more .--icon:first-of-type {
  width: 20px;
  height: 1px;
}
@media screen and (max-width: 768px) {
  .news__more .--icon:first-of-type {
    width: 4.2666666667vw;
  }
}
.news__more .--icon:nth-of-type(2) {
  width: 1px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .news__more .--icon:nth-of-type(2) {
    height: 4.2666666667vw;
  }
}

.products {
  padding: 80px 0 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .products {
    padding: 16vw 0;
  }
}
.products .deco-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.products .deco01 {
  width: 586px;
  position: absolute;
  top: 18px;
  right: -31px;
}
@media screen and (max-width: 768px) {
  .products .deco01 {
    width: 94.9333333333vw;
    top: 7.4666666667vw;
    right: -32.8vw;
  }
}
.products .deco02 {
  width: 326px;
  position: absolute;
  top: 723px;
  left: -47px;
}
@media screen and (max-width: 768px) {
  .products .deco02 {
    width: 81.6vw;
    top: 205.0666666667vw;
    left: -20.8vw;
  }
}
.products .deco03 {
  width: 322px;
  position: absolute;
  top: 1164px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .products .deco03 {
    width: 38.4vw;
    top: 317.6vw;
    right: -11.7333333333vw;
  }
}
.products .deco04 {
  width: 521px;
  position: absolute;
  top: 2033px;
  left: -77px;
}
@media screen and (max-width: 768px) {
  .products .deco04 {
    width: 94.9333333333vw;
    top: 570.6666666667vw;
    left: -38.6666666667vw;
  }
}
.products .deco05 {
  width: 587px;
  position: absolute;
  top: 2383px;
  right: -31px;
}
@media screen and (max-width: 768px) {
  .products .deco05 {
    width: 94.9333333333vw;
    top: 754.9333333333vw;
    right: -45.0666666667vw;
  }
}
.products .deco06 {
  width: 326px;
  position: absolute;
  top: 3285px;
  left: -49px;
}
@media screen and (max-width: 768px) {
  .products .deco06 {
    width: 46.9333333333vw;
    top: 834.6666666667vw;
    left: -17.0666666667vw;
  }
}
.products .deco07 {
  width: 320px;
  position: absolute;
  top: 3726px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .products .deco07 {
    width: 38.4vw;
    top: 1033.8666666667vw;
    right: -11.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .products .deco08 {
    width: 94.9333333333vw;
    position: absolute;
    top: 1184.8vw;
    left: -32.2666666667vw;
  }
}
.products__inner {
  max-width: 1100px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .products__inner {
    max-width: 100%;
    padding: 0 6.6666666667vw;
  }
}
.products__area {
  padding: 60px 0;
  display: flex;
  align-items: flex-start;
  gap: 3.7735849057%;
}
@media screen and (max-width: 1000px) {
  .products__area {
    gap: 2.1164021164%;
  }
}
@media screen and (max-width: 768px) {
  .products__area {
    padding: 10.6666666667vw 0;
    display: block;
  }
}
.products__area:first-of-type {
  margin-top: 36px;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .products__area:first-of-type {
    margin-top: 9.0666666667vw;
  }
}
.products__area:last-of-type {
  padding-bottom: 0;
}
.products__area:not(:first-of-type) {
  border-top: 1px solid #C6C6C6;
}
.products__area:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.products__area:nth-of-type(2n) .products__img {
  margin-right: 0;
  margin-left: 100px;
}
@media screen and (max-width: 768px) {
  .products__area:nth-of-type(2n) .products__img {
    margin-right: auto;
    margin-left: auto;
  }
}
.products__img {
  display: block;
  width: 38.679245283%;
  margin-right: 100px;
  position: sticky;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .products__img {
    position: static;
    width: 100%;
    margin-top: 4vw;
    padding: 0;
    width: calc(100% - 22.4vw);
    margin-left: auto;
    margin-right: auto;
  }
}
.products__img .--credit {
  display: block;
  margin: 4px 0 0;
  text-align: right;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .products__img .--credit {
    margin-top: 1.0666666667vw;
    font-size: 2.6666666667vw;
  }
}
.products__body {
  width: 48.1132075472%;
  flex: 0 0 auto;
}
@media screen and (max-width: 1000px) {
  .products__body {
    width: 55.5555555556%;
  }
}
@media screen and (max-width: 768px) {
  .products__body {
    width: 100%;
  }
}
.products__item {
  background-color: #F5F5F5;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .products__item {
    padding: 5.3333333333vw;
  }
}
.products__item:not(:first-of-type) {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .products__item:not(:first-of-type) {
    margin-top: 4vw;
  }
}
.products__item01-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.products__item01-top .--title {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .products__item01-top .--title {
    font-size: 5.3333333333vw;
  }
}
.products__item01-top .--info {
  display: inline-block;
  font-size: 1.2rem;
  color: #E7E7E7;
  line-height: 1;
  padding: 5px 10px;
  background-color: #333;
}
@media screen and (max-width: 768px) {
  .products__item01-top .--info {
    font-size: 3.2vw;
    padding: 1.3333333333vw 2.6666666667vw;
  }
}
.products__item01-desc {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .products__item01-desc {
    margin-top: 4.2666666667vw;
  }
}
.products__item01-desc p, .products__item01-desc span {
  display: block;
  padding-left: 15px;
  font-size: 1.2rem;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 768px) {
  .products__item01-desc p, .products__item01-desc span {
    font-size: 3.2vw;
    padding-left: 4vw;
  }
}
.products__item01-desc p::after, .products__item01-desc span::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #333;
  position: absolute;
  top: 0;
  left: 0;
}
.products__tiara01 {
  display: flex;
  margin-top: 20px;
  gap: 3.1914893617%;
}
@media screen and (max-width: 768px) {
  .products__tiara01 {
    display: block;
    margin-top: 5.3333333333vw;
  }
}
.products__tiara01 > dl:first-of-type {
  width: 38.2978723404%;
}
@media screen and (max-width: 768px) {
  .products__tiara01 > dl:first-of-type {
    width: 100%;
  }
}
.products__tiara01 > dl:nth-of-type(2) {
  width: 58.5106382979%;
}
@media screen and (max-width: 768px) {
  .products__tiara01 > dl:nth-of-type(2) {
    width: 100%;
    margin-top: 5.3333333333vw;
  }
}
.products__tiara-note {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: 20px;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .products__tiara-note {
    font-size: 3.2vw;
    margin-top: 5.3333333333vw;
  }
}
.products__item02 dl {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .products__item02 dl {
    display: block;
  }
}
.products__item02 dl > div:first-of-type {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .products__item02 dl > div:first-of-type {
    width: 100%;
  }
}
.products__item02 dl > div:nth-of-type(2) {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .products__item02 dl > div:nth-of-type(2) {
    width: 100%;
    margin-top: 4vw;
  }
}
.products__item02 dt {
  font-weight: bold;
  font-size: 1.5rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .products__item02 dt {
    font-size: 4vw;
  }
}
.products__item02 dt::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #333;
  position: absolute;
  bottom: 0;
  left: 0;
}
.products__item02 dd {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .products__item02 dd {
    margin-top: 2.6666666667vw;
  }
}
.products__item02 dd .--item {
  font-size: 1.4rem;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .products__item02 dd .--item {
    font-size: 3.7333333333vw;
  }
}
.products__item02 dd .--item .--num {
  flex: 0 0 auto;
}
.products__item03 dt {
  font-weight: bold;
  font-size: 1.5rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .products__item03 dt {
    font-size: 4vw;
  }
}
.products__item03 dt::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #333;
  position: absolute;
  bottom: 0;
  left: 0;
}
.products__item03 dd {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .products__item03 dd {
    margin-top: 6.6666666667vw;
  }
}
.products__item03 dd .--item {
  margin: 0 0 10px;
  display: block;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .products__item03 dd .--item {
    margin-bottom: 2.6666666667vw;
  }
}
.products__item03 dd .--item:first-of-type {
  margin-top: 0;
}
.products__item03 dd .--bg {
  color: #E7E7E7;
  background-color: #333;
  padding: 2px 10px;
  font-size: 1.4rem;
  display: inline;
  line-height: 1.9;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media screen and (max-width: 768px) {
  .products__item03 dd .--bg {
    font-size: 3.7333333333vw;
    padding: 0.8vw 2.6666666667vw;
  }
}
.products__item03 dd .--note {
  display: block;
  font-size: 1.2rem;
  margin: 5px 0 15px;
}
@media screen and (max-width: 768px) {
  .products__item03 dd .--note {
    font-size: 3.2vw;
    margin: 1.3333333333vw 0 4vw;
  }
}
.products__item03 dd .--note.--movie {
  display: flex;
  align-items: flex-start;
}
.products__item03 dd .--note.--movie > span:first-of-type {
  flex: 0 0 auto;
}
.products__tokuten {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .products__tokuten {
    margin-top: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}

.reservations {
  padding: 60px 0 102px;
  background-image: url("../images/bg-reservations.webp");
  background-size: 820px 417px;
  background-repeat: repeat;
  background-position: top left;
}
@media screen and (max-width: 768px) {
  .reservations {
    padding: 10.6666666667vw 0 21.3333333333vw;
  }
}
.reservations__inner {
  max-width: 940px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .reservations__inner {
    max-width: 100%;
    padding: 0 6.6666666667vw;
  }
}
.reservations .section-title {
  color: #fff;
  text-align: center;
}
.reservations .section-title .--top {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .reservations .section-title .--top {
    font-size: 9.6vw;
  }
}
.reservations__list {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .reservations__list {
    margin-top: 9.6vw;
    gap: 1.3333333333vw 1.5384615385%;
  }
}
.reservations__list li {
  width: calc(25% - 7.5px);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .reservations__list li {
    width: 49.2307692308%;
  }
}
.reservations__list li a {
  display: block;
}

.movie {
  padding: 80px 0 120px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .movie {
    padding: 16vw 0 19.2vw;
  }
}
.movie .deco {
  width: 521px;
  position: absolute;
  top: 58px;
  left: -79px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .movie .deco {
    width: 65.0666666667vw;
    top: -18.6666666667vw;
    left: auto;
    right: -5.8666666667vw;
  }
}
.movie .section-title {
  text-align: center;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .movie .section-title {
    margin-bottom: 8vw;
  }
}
.movie__btn {
  display: block;
  transform: scale(0.85);
  position: relative;
}
@media (any-hover: hover) {
  .movie__btn:hover {
    opacity: 1;
  }
  .movie__btn:hover .movie__icon {
    opacity: 0.5;
  }
  .movie__btn:hover .movie__icon-triangle {
    transform: translate(-50%, -50%) scale(1.5);
  }
  .movie__btn:hover .movie__icon-play {
    animation-play-state: paused;
  }
}
.movie__icon {
  width: 181px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .movie__icon {
    width: 21.3333333333vw;
  }
}
.movie__icon-play {
  animation: animRotate 9s linear infinite;
}
.movie__icon-triangle {
  width: 23px;
  position: absolute;
  top: 50%;
  left: calc(50% + 3px);
  transform: translate(-50%, -50%);
  transition: transform 0.3s;
}
@media screen and (max-width: 768px) {
  .movie__icon-triangle {
    width: 3.4666666667vw;
    left: calc(50% + 0.5333333333vw);
  }
}
.movie__thumbnail {
  width: min(67.3652694611vw, 900px);
  padding: min(1.871257485vw, 25px) min(1.497005988vw, 20px);
  background-color: #333;
}
@media screen and (max-width: 768px) {
  .movie__thumbnail {
    width: 84vw;
    padding: 4vw 2.6666666667vw;
  }
}
.movie .splide__arrow--prev, .movie .splide__arrow--next {
  background-color: transparent;
  border-radius: 0;
  width: 79px;
  height: 100%;
  opacity: 1;
}
@media screen and (max-width: 1336px) {
  .movie .splide__arrow--prev, .movie .splide__arrow--next {
    width: 5.7833089312vw;
  }
}
@media screen and (max-width: 768px) {
  .movie .splide__arrow--prev, .movie .splide__arrow--next {
    width: 7.2vw;
  }
}
.movie .splide__arrow--prev img, .movie .splide__arrow--prev svg, .movie .splide__arrow--next img, .movie .splide__arrow--next svg {
  display: none;
}
.movie .splide__arrow--prev {
  background-image: url("../images/icon-prev.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  left: calc(50% - 509px);
}
@media screen and (max-width: 1336px) {
  .movie .splide__arrow--prev {
    left: calc(50% - 38.0988023952vw);
  }
}
@media screen and (max-width: 768px) {
  .movie .splide__arrow--prev {
    background-image: url("../images/icon-prev-sp.svg");
    left: 3.4666666667vw;
  }
}
.movie .splide__arrow--next {
  background-image: url("../images/icon-next.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  right: calc(50% - 509px);
}
@media screen and (max-width: 1336px) {
  .movie .splide__arrow--next {
    right: calc(50% - 38.0988023952vw);
  }
}
@media screen and (max-width: 768px) {
  .movie .splide__arrow--next {
    background-image: url("../images/icon-next-sp.svg");
    right: 3.4666666667vw;
  }
}
.movie .splide__slide.is-active .movie__btn {
  transform: scale(1);
}

@keyframes animRotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wwg-banner {
  margin: 0 auto 120px;
  max-width: 845px;
  display: block;
}
@media screen and (max-width: 768px) {
  .wwg-banner {
    margin-bottom: 21.3333333333vw;
    max-width: calc(100% - 13.3333333333vw);
  }
}

.mv .deco {
  transition: opacity 2s cubic-bezier(0.5, 1, 0.89, 1);
  opacity: 0;
}
.mv .deco.on {
  opacity: 1;
}
.news .deco {
  transition: opacity 2s cubic-bezier(0.5, 1, 0.89, 1);
  opacity: 0;
}
.news .deco.on {
  opacity: 1;
}

.products .deco01, .products .deco02, .products .deco03, .products .deco04, .products .deco05, .products .deco06, .products .deco07, .products .deco08 {
  transition: opacity 2s cubic-bezier(0.5, 1, 0.89, 1);
  opacity: 0;
}
.products .deco01.on, .products .deco02.on, .products .deco03.on, .products .deco04.on, .products .deco05.on, .products .deco06.on, .products .deco07.on, .products .deco08.on {
  opacity: 1;
}

.movie .deco {
  transition: opacity 2s cubic-bezier(0.5, 1, 0.89, 1);
  opacity: 0;
}
.movie .deco.on {
  opacity: 1;
}

@keyframes fly01 {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(5px, -10px) rotate(5deg);
  }
  50% {
    transform: translate(0px, -5px) rotate(0deg);
  }
  75% {
    transform: translate(-5px, -10px) rotate(-5deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
.mb0 {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .mb0 {
    margin-bottom: 0 !important;
  }
}/*# sourceMappingURL=base.css.map */