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

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;
  scroll-padding-top: 60px;
}

body {
  -webkit-text-size-adjust: 100%;
  font-size: 1.6rem;
  color: #fff;
  background-color: #fff;
  font-family: "DM Sans", sans-serif;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 4.2666666667vw;
  }
}

img {
  pointer-events: none;
}

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

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;
}

/* レスポンシブ設定
------------------------------------- */
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
.font-en {
  font-family: "Numans", sans-serif;
}

.indent {
  display: inline-block;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  transform: scale(1.2);
  will-change: transform;
}
.header.on {
  opacity: 1;
  transform: scale(1);
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px 40px 0;
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding: 2.6666666667vw 5.3333333333vw 0;
  }
}
.header__logo {
  width: 150px;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 40vw;
  }
}
.header__logo img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(6deg) brightness(101%) contrast(102%);
}
.header__btn {
  display: block;
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 50;
}
@media screen and (max-width: 768px) {
  .header__btn {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
.header__btn.on .--line {
  background-color: #2D2A1A;
}
.header__btn.on .--line:first-of-type {
  width: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .header__btn.on .--line:first-of-type {
    width: 13.3333333333vw;
  }
}
.header__btn.on .--line:nth-of-type(2) {
  opacity: 0;
  transform: translateX(50%);
}
.header__btn.on .--line:nth-of-type(3) {
  width: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .header__btn.on .--line:nth-of-type(3) {
    width: 13.3333333333vw;
  }
}
.header__btn .--line {
  width: 60px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .header__btn .--line {
    width: 13.3333333333vw;
  }
}
.header__btn .--line:first-of-type {
  top: 20px;
}
@media screen and (max-width: 768px) {
  .header__btn .--line:first-of-type {
    top: 4vw;
  }
}
.header__btn .--line:nth-of-type(2) {
  top: 30px;
  height: 1px;
}
@media screen and (max-width: 768px) {
  .header__btn .--line:nth-of-type(2) {
    top: 6.6666666667vw;
  }
}
.header__btn .--line:nth-of-type(3) {
  top: 40px;
}
@media screen and (max-width: 768px) {
  .header__btn .--line:nth-of-type(3) {
    top: 9.3333333333vw;
  }
}

.menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 520px;
  height: 100vh;
  border-left: 1px solid #2D2A1A;
  background-color: #fff;
  display: none;
}
@media screen and (max-width: 768px) {
  .menu {
    width: 100%;
    border-left: none;
  }
}
.menu__inner {
  height: 100%;
  overflow: auto;
}
.menu__top {
  padding: 117px 10px 80px;
}
@media screen and (max-width: 768px) {
  .menu__top {
    padding: 21.3333333333vw 2.6666666667vw 16vw;
  }
}
.menu__top-list li:not(:first-of-type) {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .menu__top-list li:not(:first-of-type) {
    margin-top: 6.6666666667vw;
  }
}
.menu__top-list li a {
  display: block;
  color: #2D2A1A;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .menu__top-list li a {
    font-size: 6.4vw;
  }
}
.menu__bottom {
  padding: 120px 10px 120px 30px;
  border-top: 1px solid #2D2A1A;
}
@media screen and (max-width: 768px) {
  .menu__bottom {
    padding: 16vw 2.6666666667vw 16vw 5.3333333333vw;
  }
}
.menu__bottom dl dt {
  font-size: 2.4rem;
  text-align: center;
  color: #2D2A1A;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .menu__bottom dl dt {
    font-size: 6.4vw;
  }
}
.menu__bottom dl dd {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .menu__bottom dl dd {
    margin-top: 6.6666666667vw;
  }
}
.menu__bottom dl dd a {
  display: block;
  font-size: 1.5rem;
  letter-spacing: -0.04em;
  color: #2D2A1A;
}
@media screen and (max-width: 768px) {
  .menu__bottom dl dd a {
    font-size: 3.2vw;
  }
}
.menu__bottom dl dd a:not(:first-of-type) {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .menu__bottom dl dd a:not(:first-of-type) {
    margin-top: 3.2vw;
  }
}

.footer {
  margin-top: 7.9861111111vw;
  padding: 26px 0 56px;
  z-index: 10;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 3.3333333333vw 0 8vw;
  }
}
.footer::after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
}
.footer__mask-bottom {
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .footer__mask-bottom {
    left: 50%;
    transform: translateX(-50%);
  }
}
.footer_sns {
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .footer_sns {
    display: block;
    margin-top: 7.0666666667vw;
  }
}
.footer_sns_top {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer_sns_top {
    justify-content: center;
    flex-direction: column;
    gap: 5.3333333333vw;
  }
}
.footer_sns_top dl:first-of-type {
  margin-right: 3.0666666667vw;
}
@media screen and (max-width: 768px) {
  .footer_sns_top dl:first-of-type {
    margin-right: 0;
  }
}
.footer_sns dl {
  display: flex;
  align-items: center;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .footer_sns dl {
    display: block;
    margin-right: 0;
  }
}
.footer_sns dt {
  margin-right: 40px;
  padding: 5px 10px;
  border: 1px solid #2D2A1A;
  color: #2D2A1A;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer_sns dt {
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    padding: 1.0666666667vw 2.4vw;
    border: 1px solid #2D2A1A;
    font-size: 3.7333333333vw;
  }
}
.footer_sns_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .footer_sns_list {
    gap: 4.5333333333vw;
    margin-top: 2.6666666667vw;
  }
}
.footer_sns_link {
  display: block;
}
@media screen and (max-width: 768px) {
  .footer_sns_link_twitter {
    width: 4.5333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_sns_link_facebook {
    width: 2.5333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_sns_link_line {
    width: 5.6vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_sns_link_d {
    width: 4.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_sns_link_youtube {
    width: 4.5333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_sns_link_instagram {
    width: 4.6666666667vw;
  }
}
.footer_btn {
  display: block;
  padding: 5px 10px;
  border: 1px solid #2D2A1A;
  background-color: #2D2A1A;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer_btn {
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    padding: 1.0666666667vw 2.4vw;
    border: 1px solid #2D2A1A;
    font-size: 3.7333333333vw;
    margin: 5.3333333333vw auto 0;
  }
}
.footer_copyright {
  margin-top: 34px;
  text-align: center;
  color: #2D2A1A;
  font-size: 14px;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  .footer_copyright {
    margin-top: 9.6vw;
    font-size: 3.2vw;
  }
}

.main-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
}
.main-bg.on img {
  opacity: 1 !important;
  filter: none !important;
  transform: inherit !important;
}
.main-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  will-change: transform;
}
@media screen and (max-width: 768px) {
  .main-bg img {
    -o-object-position: 47% center;
       object-position: 47% center;
  }
}
.main-bg img.--main {
  filter: blur(20px);
}

.mv {
  padding: 101px 0 60px;
  position: relative;
  overflow: hidden;
  height: 100vh;
  min-height: 600px;
}
@media screen and (max-width: 768px) {
  .mv {
    padding-top: 25.6vw;
    padding-bottom: 18.9333333333vw;
  }
}
.mv__flower01-outer {
  width: min(31.640625vw, 405px);
  position: absolute;
  bottom: 444px;
  right: 0;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .mv__flower01-outer {
    width: 36.2666666667vw;
    top: 51.2vw;
  }
}
.mv__flower01 {
  width: 100%;
  filter: blur(10px);
  opacity: 0;
  transform-origin: right bottom;
}
.mv__flower01.on {
  opacity: 1;
  filter: none;
}
.mv__flower02-outer {
  width: min(33.5vw, 402px);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .mv__flower02-outer {
    width: 47.4666666667vw;
  }
}
.mv__flower02 {
  width: 100%;
  filter: blur(10px);
  opacity: 0;
  transform-origin: left bottom;
}
.mv__flower02.on {
  opacity: 1;
  filter: none;
}
.mv__inner {
  padding: 0 20px;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .mv__inner {
    padding: 0 2.6666666667vw;
  }
}
.mv__title {
  max-width: 567px;
  width: 100%;
  margin: 170px auto 0;
  clip-path: inset(0 100% 0 0);
  opacity: 0.9;
}
@media screen and (max-width: 768px) {
  .mv__title {
    max-width: 67.7333333333vw;
    margin-top: 26.6666666667vw;
  }
}
.mv__title.on {
  animation: mv-title-reveal 0s ease-out 0s forwards;
}
.mv__title img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(6deg) brightness(101%) contrast(102%);
}

@keyframes mv-title-reveal {
  to {
    clip-path: inset(0 0 0 0);
    opacity: 1;
    transform: translateX(0);
  }
}
.inner {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1400px;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 5.3333333333vw;
    max-width: 100%;
  }
}

.news {
  padding: 135px 0 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .news {
    padding-top: 10.6666666667vw;
  }
}
.news__title {
  position: relative;
  z-index: 1;
}
.news__title img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(6deg) brightness(101%) contrast(102%);
}
.news__title-text {
  display: block;
  width: 215px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .news__title-text {
    width: 38.6666666667vw;
  }
}
.news__body {
  margin: 60px auto 0;
  max-width: 850px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .news__body {
    margin-top: 13.3333333333vw;
    padding: 0 4vw;
    max-width: 100%;
    width: 100%;
  }
}
.news__list li + li {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .news__list li + li {
    padding-top: 8vw;
  }
}
.news__list li > a, .news__list li > span {
  display: flex;
  align-items: flex-start;
  font-weight: 500;
  font-size: 1.6rem;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .news__list li > a, .news__list li > span {
    display: block;
    font-size: 3.2vw;
  }
}
.news__list li > a .news__text {
  text-decoration: underline;
}
.news__date {
  display: block;
  min-width: 140px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  text-shadow: none;
}
@media screen and (max-width: 768px) {
  .news__date {
    min-width: auto;
    margin-top: 0;
    margin-bottom: 1.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.news__text {
  line-height: 1.75;
}
.news__btn {
  margin: 40px 0 0 auto;
  padding: 10px 4px;
  line-height: 1;
  max-width: 246px;
  width: 100%;
  display: block;
  background-color: #fff;
  border: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .news__btn {
    margin-top: 8vw;
    padding: 1.8666666667vw 1.3333333333vw;
    max-width: 37.3333333333vw;
  }
}
.news__btn-text {
  position: relative;
  display: block;
  color: #2D2A1A;
  width: 180px;
  font-size: 2rem;
  font-weight: 300;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  .news__btn-text {
    width: 21.3333333333vw;
    font-size: 3.7333333333vw;
    padding: 0 2.6666666667vw;
  }
}
.news__btn-text img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(6%) saturate(3309%) hue-rotate(332deg) brightness(96%) contrast(105%);
}
.news__btn-text .--dot {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .news__btn-text .--dot {
    width: 1.0666666667vw;
    height: 1.0666666667vw;
  }
}
.news__btn-text .--dot:first-of-type {
  left: 0;
}
.news__btn-text .--dot:last-of-type {
  right: 0;
}

.products {
  padding: 135px 0 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .products {
    padding-top: 36vw;
  }
}
.products__title {
  position: relative;
  z-index: 1;
}
.products__title img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(6deg) brightness(101%) contrast(102%);
}
.products__title-text {
  display: block;
  width: 215px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .products__title-text {
    width: 38.6666666667vw;
  }
}
.products__list {
  margin-top: 50px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .products__list {
    margin-top: 13.3333333333vw;
    flex-wrap: wrap;
    gap: 6.6666666667vw 2.6666666667vw;
  }
}
.products__item {
  width: calc(25% - 7.5px);
  display: block;
}
@media screen and (max-width: 768px) {
  .products__item {
    width: calc(50% - 1.3333333333vw);
  }
}
.products__item .--large {
  display: block;
  text-align: center;
  margin-top: 20px;
  font-size: min(2.2vw, 2.2rem);
}
@media screen and (max-width: 768px) {
  .products__item .--large {
    margin-top: 4vw;
    font-size: 4.2666666667vw;
  }
}
.products__item .--small {
  display: block;
  text-align: center;
  margin-top: 5px;
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .products__item .--small {
    margin-top: 1.3333333333vw;
    font-size: 2.9333333333vw;
  }
}
.products__item .--songs {
  display: block;
  margin: 14px auto 0;
  font-size: min(1.2727272727vw, 1.4rem);
  line-height: 1.2;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .products__item .--songs {
    margin-top: 3.7333333333vw;
    font-size: 3.7333333333vw;
  }
}
.products__item .--songs > span {
  display: flex;
}
.products__item .--songs > span:not(:first-of-type) {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .products__item .--songs > span:not(:first-of-type) {
    margin-top: 1.3333333333vw;
  }
}
.products__item .--songs > span .--lyrics, .products__item .--songs > span .--composer {
  font-size: 0.8em;
  display: flex;
}
@media screen and (max-width: 768px) {
  .products__item .--songs > span .--lyrics, .products__item .--songs > span .--composer {
    font-size: 0.7em;
  }
}
.products__item .--songs > span .--lyrics:first-of-type, .products__item .--songs > span .--composer:first-of-type {
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  .products__item .--songs > span .--lyrics:first-of-type, .products__item .--songs > span .--composer:first-of-type {
    margin-top: 0.8vw;
  }
}
.products__item .--songs > span .--lyrics .--label02, .products__item .--songs > span .--composer .--label02 {
  display: block;
  flex: 0 0 auto;
  min-width: 3em;
}
.products__item .--songs > span .--label {
  display: block;
  flex: 0 0 auto;
  min-width: 1.2em;
}
.products__thumbnail {
  display: block;
  aspect-ratio: 1500/1481;
}
@media screen and (max-width: 768px) {
  .products__thumbnail.--top {
    aspect-ratio: inherit;
  }
}
.products__btn {
  margin: 60px auto 0;
  padding: 20px 4px;
  line-height: 1;
  max-width: 446px;
  width: 100%;
  display: block;
  background-color: #fff;
  border: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .products__btn {
    margin-top: 10.6666666667vw;
    padding: 4.5333333333vw 1.3333333333vw;
    max-width: 100%;
  }
}
.products__btn-text {
  position: relative;
  display: block;
  color: #2D2A1A;
  width: 180px;
  font-size: 2.8rem;
  font-weight: 300;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  .products__btn-text {
    width: 33.3333333333vw;
    font-size: 4.2666666667vw;
    padding: 0 2.6666666667vw;
  }
}
.products__btn-text img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(6%) saturate(3309%) hue-rotate(332deg) brightness(96%) contrast(105%);
}
.products__btn-text .--dot {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .products__btn-text .--dot {
    width: 1.0666666667vw;
    height: 1.0666666667vw;
  }
}
.products__btn-text .--dot:first-of-type {
  left: 0;
}
.products__btn-text .--dot:last-of-type {
  right: 0;
}

.products-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #fff;
  display: none;
  color: #2D2A1A;
}
.products-modal__inner {
  padding: 100px 0 0;
  height: 100%;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .products-modal__inner {
    padding-top: 21.3333333333vw;
  }
}
.products-modal__close {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 15px;
  right: 40px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .products-modal__close {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    top: 2.6666666667vw;
    right: 5.3333333333vw;
  }
}
.products-modal__close::before, .products-modal__close::after {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #2D2A1A;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .products-modal__close::before, .products-modal__close::after {
    width: 13.3333333333vw;
    height: 0.5333333333vw;
  }
}
.products-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .products-modal__close::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
}
.products-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .products-modal__close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
.products-modal__title {
  width: 202px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .products-modal__title {
    width: 40.5333333333vw;
  }
}
.products-modal__body {
  background-color: #EFEFEF;
  margin-top: 60px;
  padding: 20px 20px 100px;
}
@media screen and (max-width: 768px) {
  .products-modal__body {
    margin-top: 13.3333333333vw;
    padding: 0 9.3333333333vw 13.3333333333vw;
  }
}
.products-modal__item {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 7.2727272727%;
}
@media screen and (max-width: 768px) {
  .products-modal__item {
    max-width: 100%;
    flex-direction: column;
    gap: 8vw;
  }
}
.products-modal__item:first-of-type {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .products-modal__item:first-of-type {
    padding-top: 13.3333333333vw;
  }
}
.products-modal__item:not(:first-of-type) {
  padding-top: 80px;
  border-top: 1px dashed #2D2A1A;
}
@media screen and (max-width: 768px) {
  .products-modal__item:not(:first-of-type) {
    padding-top: 13.3333333333vw;
  }
}
.products-modal__item:not(:last-of-type) {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .products-modal__item:not(:last-of-type) {
    padding-bottom: 13.3333333333vw;
  }
}
.products-modal__img {
  width: 41.8181818182%;
}
@media screen and (max-width: 768px) {
  .products-modal__img {
    width: 100%;
  }
}
.products-modal__img .--main img {
  width: 100%;
}
.products-modal__img .--sub {
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .products-modal__img .--sub {
    margin-top: 1.3333333333vw;
    gap: 1.3333333333vw;
  }
}
.products-modal__img .--sub button {
  display: block;
  width: calc(16.6666666667% - 4.1666666667px);
  aspect-ratio: 1/1;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .products-modal__img .--sub button {
    width: calc(16.6666666667% - 1.1111111111vw);
  }
}
.products-modal__img .--sub button.on {
  pointer-events: none;
}
.products-modal__img .--sub button img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.products-modal__info {
  width: 50.9090909091%;
}
@media screen and (max-width: 768px) {
  .products-modal__info {
    width: 100%;
  }
}
.products-modal__info h3 {
  font-size: 3.6rem;
  line-height: 1;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .products-modal__info h3 {
    font-size: 6.4vw;
  }
}
.products-modal__info h3 .--small {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 768px) {
  .products-modal__info h3 .--small {
    font-size: 2.6666666667vw;
    margin-bottom: 2.1333333333vw;
  }
}
.products-modal__info-top {
  margin-top: 30px;
  padding: 25px 15px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .products-modal__info-top {
    margin-top: 5.3333333333vw;
    padding: 4vw;
  }
}
.products-modal__info-top > div {
  display: flex;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #4A442C;
}
@media screen and (max-width: 768px) {
  .products-modal__info-top > div {
    display: block;
    font-size: 3.4666666667vw;
  }
}
.products-modal__info-top > div dt {
  flex: 0 0 auto;
}
.products-modal__info-top > div .--note {
  display: block;
  font-size: 0.75em;
  margin-top: 0.5em;
  text-indent: -1em;
  padding-left: 1em;
}
.products-modal__info-bottom {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .products-modal__info-bottom {
    margin-top: 5.3333333333vw;
  }
}
.products-modal__info-bottom > div {
  font-size: 1.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .products-modal__info-bottom > div {
    font-size: 3.4666666667vw;
  }
}
.products-modal__info-bottom > div:not(:first-of-type) {
  margin-top: 1em;
}
.products-modal__info-bottom > div dt {
  text-indent: -1em;
  padding-left: 1em;
  font-weight: 500;
  margin-bottom: 0.25em;
}
.products-modal__info-bottom > div dd {
  padding-left: 1em;
}
.products-modal__info-bottom > div dd .--col {
  display: flex;
}
.products-modal__info-bottom > div dd .--col.--nallow {
  letter-spacing: -0.01em;
  font-feature-settings: "palt";
}
.products-modal__info-bottom > div dd .--col .--label {
  flex: 0 0 auto;
  width: 1.2em;
}
.products-modal__info-bottom > div dd .--col .--label-s {
  flex: 0 0 auto;
  width: 1em;
}
.products-modal__info-bottom > div dd .--col .--small {
  display: block;
  font-size: 0.8em;
}
.products-modal__info-bottom > div dd .--lyrics, .products-modal__info-bottom > div dd .--composer {
  font-size: 0.8em;
  display: flex;
}
.products-modal__info-bottom > div dd .--lyrics .--label02, .products-modal__info-bottom > div dd .--composer .--label02 {
  display: block;
  flex: 0 0 auto;
  min-width: 3em;
}
.products-modal__info-bottom > div dd .--composer {
  margin-bottom: 2px;
}
@media screen and (max-width: 768px) {
  .products-modal__info-bottom > div dd .--composer {
    margin-bottom: 0.5333333333vw;
  }
}
.products-modal__info-bottom > div dd .--note {
  display: flex;
  font-size: 0.75em;
  margin-top: 0em;
}
.products-modal__info-bottom > div dd .--note .--label {
  flex: 0 0 auto;
}
.products-modal__info-bottom > div dd .--photocard, .products-modal__info-bottom > div dd .--badge, .products-modal__info-bottom > div dd .--poster, .products-modal__info-bottom > div dd .--sticker {
  max-width: 220px;
  margin: 5px 0 0;
}
@media screen and (max-width: 768px) {
  .products-modal__info-bottom > div dd .--photocard, .products-modal__info-bottom > div dd .--badge, .products-modal__info-bottom > div dd .--poster, .products-modal__info-bottom > div dd .--sticker {
    max-width: 46.6666666667vw;
    margin-top: 1.3333333333vw;
  }
}
.products-modal__info-bottom > div dd .--toreka {
  max-width: 450px;
  margin: 5px 0 0;
}
@media screen and (max-width: 768px) {
  .products-modal__info-bottom > div dd .--toreka {
    max-width: 80vw;
    margin-top: 1.3333333333vw;
  }
}

.reservations {
  padding: 136px 0 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .reservations {
    padding: 34.6666666667vw 0 0;
  }
}
.reservations__title {
  position: relative;
  z-index: 1;
}
.reservations__title img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(6deg) brightness(101%) contrast(102%);
}
.reservations__title-text {
  display: block;
  width: 453px;
}
@media screen and (max-width: 768px) {
  .reservations__title-text {
    width: 80.5333333333vw;
    margin: 0 auto;
  }
}
.reservations__list {
  margin: 60px auto 0;
  max-width: 990px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .reservations__list {
    margin-top: 13.3333333333vw;
    max-width: 100%;
    gap: 1.3333333333vw 1.4925373134%;
  }
}
.reservations__bnr {
  width: calc(25% - 7.5px);
}
@media screen and (max-width: 768px) {
  .reservations__bnr {
    width: 49.2537313433%;
  }
}

.bnr-area {
  padding: 0 0 200px;
}
@media screen and (max-width: 768px) {
  .bnr-area {
    padding: 0 0 40vw;
  }
}
.bnr-area a {
  display: block;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .bnr-area a {
    max-width: 100%;
  }
}

.movie {
  padding: 135px 0 17.3611111111vw;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .movie {
    padding-top: 34.6666666667vw;
    padding-bottom: 33.3333333333vw;
  }
}
.movie.--comingsoon {
  height: 800px;
}
@media screen and (max-width: 768px) {
  .movie.--comingsoon {
    height: 600px;
  }
}
.movie__mask-top {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: auto;
}
.movie__mask-bottom {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .movie__mask-bottom {
    width: 200vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
.movie__title {
  position: relative;
  z-index: 1;
}
.movie__title img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(6deg) brightness(101%) contrast(102%);
}
.movie__title-text {
  display: block;
  width: 215px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .movie__title-text {
    width: 38.6666666667vw;
  }
}
.movie__btn, .movie__link {
  display: block;
  transform: scale(0.83);
  position: relative;
}
.movie__btn::before, .movie__btn::after, .movie__link::before, .movie__link::after {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .movie__btn::before, .movie__btn::after, .movie__link::before, .movie__link::after {
    width: 0.8vw;
    height: 0.8vw;
  }
}
.movie__btn::before, .movie__link::before {
  top: 11px;
  left: 11px;
}
@media screen and (max-width: 768px) {
  .movie__btn::before, .movie__link::before {
    top: 1.0666666667vw;
    left: 1.0666666667vw;
  }
}
.movie__btn::after, .movie__link::after {
  bottom: 11px;
  right: 11px;
}
@media screen and (max-width: 768px) {
  .movie__btn::after, .movie__link::after {
    bottom: 1.0666666667vw;
    right: 1.0666666667vw;
  }
}
.movie__btn .--waku, .movie__link .--waku {
  display: block;
  width: calc(100% - 22px);
  height: calc(100% - 22px);
  border: 1px solid #fff;
  border-radius: 60px 0 60px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .movie__btn .--waku, .movie__link .--waku {
    width: calc(100% - 2.6666666667vw);
    height: calc(100% - 2.6666666667vw);
    border-radius: 5.3333333333vw 0 5.3333333333vw 0;
  }
}
.movie__btn .--icon, .movie__link .--icon {
  width: 75px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .movie__btn .--icon, .movie__link .--icon {
    width: 9.3333333333vw;
  }
}
.movie__thumbnail {
  background-color: #111;
  aspect-ratio: 900/506;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
}
.movie .splide {
  margin-top: 85px;
}
@media screen and (max-width: 768px) {
  .movie .splide {
    margin-top: 13.3333333333vw;
  }
}
.movie .splide__slide {
  width: min(67.3652694611vw, 900px);
}
@media screen and (max-width: 768px) {
  .movie .splide__slide {
    width: 81.3333333333vw;
  }
}
.movie .splide__slide.--center {
  margin: 0 auto;
}
.movie .splide__arrow--prev, .movie .splide__arrow--next {
  background-color: transparent;
  border-radius: 0;
  width: 80px;
  height: 100%;
  opacity: 1;
}
@media screen and (max-width: 1336px) {
  .movie .splide__arrow--prev, .movie .splide__arrow--next {
    width: 5.8565153734vw;
  }
}
@media screen and (max-width: 768px) {
  .movie .splide__arrow--prev, .movie .splide__arrow--next {
    width: 9.3333333333vw;
  }
}
.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: 44px auto;
  background-position: center;
  background-repeat: no-repeat;
  left: calc(50% - 531px);
}
@media screen and (max-width: 1336px) {
  .movie .splide__arrow--prev {
    left: calc(50% - 39.745508982vw);
  }
}
@media screen and (max-width: 768px) {
  .movie .splide__arrow--prev {
    left: 0;
    background-size: 6.4vw auto;
  }
}
.movie .splide__arrow--next {
  background-image: url("../images/icon-next.svg");
  background-size: 44px auto;
  background-position: center;
  background-repeat: no-repeat;
  right: calc(50% - 530px);
}
@media screen and (max-width: 1336px) {
  .movie .splide__arrow--next {
    right: calc(50% - 39.6706586826vw);
  }
}
@media screen and (max-width: 768px) {
  .movie .splide__arrow--next {
    right: 0;
    background-size: 6.4vw auto;
  }
}
.movie .splide__slide.is-active .movie__btn, .movie .splide__slide.is-active .movie__link {
  transform: scale(1);
}
.movie .splide__pagination {
  bottom: auto;
  top: calc(100% + 15px);
  left: 50%;
  transform: translateX(-50%);
  width: min(67.3652694611vw, 900px);
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .movie .splide__pagination {
    width: 84vw;
    top: calc(100% + 2.6666666667vw);
  }
}
.movie .splide__pagination__page {
  background-color: transparent;
  border: 1px solid #fff;
  width: 10px;
  height: 10px;
  margin: 5px;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .movie .splide__pagination__page {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    margin: 0.8vw;
  }
}
.movie .splide__pagination__page.is-active {
  transform: inherit;
  background-color: #fff;
}

.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;
  }
}

.fadeUp {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1), transform 1.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.fadeUp.on {
  opacity: 1;
  transform: inherit;
}

.streaming {
  padding: 136px 0 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .streaming {
    padding: 34.6666666667vw 0 0;
  }
}
.streaming__title-text {
  display: block;
  width: 453px;
}
@media screen and (max-width: 768px) {
  .streaming__title-text {
    width: 77.8666666667vw;
    margin: 0 auto;
  }
}
.streaming__title-sub {
  margin: 60px auto 0;
  max-width: 990px;
  font-size: 2.8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .streaming__title-sub {
    margin-top: 10.6666666667vw;
    max-width: 100%;
    font-size: 5.3333333333vw;
  }
}
.streaming__list {
  margin: 20px auto 0;
  max-width: 990px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .streaming__list {
    margin-top: 2.6666666667vw;
    max-width: 100%;
    gap: 1.3333333333vw 1.4925373134%;
  }
}
.streaming__bnr {
  width: calc(25% - 7.5px);
  border: 1px solid #000;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .streaming__bnr {
    width: 49.2537313433%;
  }
}
.streaming__bnr.border-none {
  border: none;
  background-color: transparent;
}

.op-streaming {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.op-streaming__top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  background-color: #fff;
  transition: opacity 2s;
  pointer-events: none;
}
.op-streaming__top.on {
  opacity: 0;
}
.op-streaming__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.op-streaming__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1100px;
  max-width: calc(100% - 50px);
  max-height: calc(100% - 50px);
  border-radius: 5px;
  overflow: auto;
  background-image: url("../images/bg-main-flower.webp");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .op-streaming__inner {
    max-width: calc(100% - 10.6666666667vw);
    max-height: calc(100% - 10.6666666667vw);
  }
}
.op-streaming__close {
  display: block;
  width: 60px;
  position: absolute;
  top: 20px;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .op-streaming__close {
    width: 10.6666666667vw;
    top: 2.6666666667vw;
    right: 2.6666666667vw;
  }
}
.op-streaming__body {
  padding: 40px 60px 30px;
}
@media screen and (max-width: 768px) {
  .op-streaming__body {
    padding: 8vw 5.3333333333vw 5.3333333333vw;
  }
}
.op-streaming__title {
  width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .op-streaming__title {
    width: 58.6666666667vw;
  }
}
.op-streaming__list {
  margin: 10px 0 0;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .op-streaming__list {
    margin-top: 4vw;
    gap: 5.3333333333vw;
    flex-direction: column;
  }
}
.op-streaming__list > div {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .op-streaming__list > div {
    width: 100%;
  }
}
.op-streaming .streaming__title-sub {
  margin-top: 0;
  max-width: 100%;
}
.op-streaming .streaming__bnr {
  width: calc(50% - 5px);
}/*# sourceMappingURL=base.css.map */