@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 */
  font-family: "Noto sans JP", sans-serif;
  color: #2B2B2B;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

img {
  pointer-events: none;
}

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

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;
  }
}
.op {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .op.on .op__bg-sp {
    opacity: 0;
    transform: scale(1.15);
  }
}
.op__bg-sp {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 10;
}
.op__bg-sp img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 20%;
     object-position: 50% 20%;
}
@media screen and (min-width: 769px) {
  .op__bg-sp.on {
    opacity: 1;
    transform: none;
  }
}
.op__bg-sp01 {
  width: 50%;
  left: 0;
  z-index: 10;
  transition: opacity 0.4s, transform 0.4s;
  transform: translateY(30px);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .op__bg-sp01 {
    transform: none;
    transition: opacity 1s 0.7s, transform 1s 0.7s;
    width: 100%;
    left: 0;
    opacity: 1;
  }
}
.op__bg-sp02 {
  width: 50%;
  right: 0;
  z-index: 5;
  transition: opacity 0.4s, transform 0.4s;
  transform: translateY(-30px);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .op__bg-sp02 {
    transition: opacity 1s 2s, transform 1s 2s;
    transform: none;
    width: 100%;
    right: auto;
    left: 0;
    opacity: 1;
  }
}

.header {
  z-index: 102;
}
.header__btn {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 20px;
  left: 20px;
  border: 3px solid #fff;
  border-radius: 50%;
  z-index: 50;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .header__btn {
    width: 48px;
    height: 48px;
    top: 10px;
    left: auto;
    right: 10px;
  }
}
.header__btn.on .header__btn-line:first-of-type {
  top: 50%;
  transform: translate(-50%, -50%) rotate(30deg);
}
.header__btn.on .header__btn-line:nth-of-type(2) {
  transform: translate(25%, -50%);
  opacity: 0;
}
.header__btn.on .header__btn-line:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-30deg);
}
.header__btn-line {
  display: block;
  width: 25px;
  height: 3px;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  transition: all 0.3s;
}
.header__btn-line:first-of-type {
  top: 14px;
}
.header__btn-line:nth-of-type(2) {
  top: 21px;
}
.header__btn-line:nth-of-type(3) {
  top: 28px;
}

.g-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 100;
  display: none;
}
.g-menu__inner {
  padding: 30px 20px 30px 80px;
}
@media screen and (max-width: 768px) {
  .g-menu__inner {
    padding: 17.3913043478vw 4.347826087vw 4.347826087vw;
  }
}
.g-menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 50px;
}
@media screen and (max-width: 768px) {
  .g-menu ul {
    gap: 3.2608695652vw;
  }
}
.g-menu ul li a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .g-menu ul li a {
    font-size: 3.0434782609vw;
  }
}

@keyframes girl-animation {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  40% {
    transform: translate(1px, 24px) rotate(1deg);
  }
  100% {
    transform: translate(0, 0) rotate(0);
  }
}
@keyframes girl-animation-offset {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  60% {
    transform: translate(0, 18px) rotate(-1deg);
  }
  100% {
    transform: translate(0, 0) rotate(0);
  }
}
.contents {
  position: relative;
  display: flex;
  transition: opacity 1s 0.5s;
}
.contents.hidden {
  opacity: 0;
}
.contents .bg-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg-main.webp");
  background-size: cover;
  z-index: -1;
}
.contents__bg-left {
  width: calc(50% - 235px);
  height: 100vh;
  position: sticky;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contents__bg-left img {
  width: 500px;
  max-width: 95%;
  animation: girl-animation-offset 4.2s ease-in-out 3 alternate-reverse;
}
.contents__bg-right {
  width: calc(50% - 235px);
  height: 100vh;
  position: sticky;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contents__bg-right img {
  width: 500px;
  max-width: 95%;
  animation: girl-animation 4.2s ease-in-out 3 alternate-reverse;
}
.contents__main {
  width: 470px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contents__main {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
.contents__main::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(229, 244, 255, 0.2);
  filter: blur(5px);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .contents__main main {
    border-left: none;
    border-right: none;
  }
}

.inner {
  max-width: 415px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: 90.2173913043vw;
  }
}

.section-title {
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 30px;
  margin-left: auto;
  margin-right: auto;
  background-color: #000000;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 6.9565217391vw;
    padding: 1.0869565217vw 6.5217391304vw;
    border-radius: 1.0869565217vw;
  }
}

.banner-lyrics {
  display: block;
  max-width: 412px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .banner-lyrics {
    max-width: 89.5652173913vw;
    margin-bottom: 6.5217391304vw;
  }
}

.area-intro {
  padding: 45px 0 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .area-intro {
    padding: 9.7826086957vw 0 0;
  }
}
.area-intro__top {
  width: 412px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .area-intro__top {
    width: 89.5652173913vw;
  }
}
.area-intro__top p {
  color: #fff;
  font-weight: bold;
  line-height: 1.1;
}
.area-intro__top p.--date {
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .area-intro__top p.--date {
    font-size: 7.8260869565vw;
  }
}
.area-intro__top p.--date .--small {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .area-intro__top p.--date .--small {
    font-size: 6.0869565217vw;
  }
}
.area-intro__top p.--bottom {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .area-intro__top p.--bottom {
    font-size: 5.2173913043vw;
  }
}
.area-intro__syugo-top {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .area-intro__syugo-top {
    margin-top: 4.347826087vw;
    margin-bottom: 4.347826087vw;
  }
}
.area-intro__syugo-top + .area-intro__btn {
  max-width: 335px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .area-intro__syugo-top + .area-intro__btn {
    max-width: 72.8260869565vw;
  }
}
.area-intro__top-text {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.8;
  margin-top: 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .area-intro__top-text {
    font-size: 3.9130434783vw;
    margin-top: 5.4347826087vw;
  }
}
.area-intro__logo {
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  .area-intro__logo {
    margin: 6.5217391304vw 0;
  }
}
.area-intro__main {
  margin-top: 40px;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 20px;
  padding: 60px 40px;
}
@media screen and (max-width: 768px) {
  .area-intro__main {
    margin-top: 8.6956521739vw;
    border-radius: 4.347826087vw;
    padding: 13.0434782609vw 8.6956521739vw;
  }
}
.area-intro__ac.close {
  -webkit-mask-image: linear-gradient(transparent 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 70%, transparent 100%);
          mask-image: linear-gradient(transparent 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 70%, transparent 100%);
  height: 224px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .area-intro__ac.close {
    height: 48.6956521739vw;
  }
}
.area-intro__ac-btn {
  display: block;
  width: 100%;
  padding: 10px 10px;
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  border: 2px solid #000;
  background-color: #fff;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .area-intro__ac-btn {
    padding: 2.1739130435vw 2.1739130435vw;
    margin-top: 2.1739130435vw;
    font-size: 3.9130434783vw;
    border-radius: 8.6956521739vw;
  }
}
.area-intro__main-desc {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .area-intro__main-desc {
    font-size: 3.4782608696vw;
  }
}
.area-intro__main-desc:not(:first-of-type) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .area-intro__main-desc:not(:first-of-type) {
    margin-top: 6.5217391304vw;
  }
}
.area-intro .--red {
  color: #DB666D;
  font-weight: bold;
}
.area-intro__comment {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px dashed #000;
}
@media screen and (max-width: 768px) {
  .area-intro__comment {
    margin-top: 8.6956521739vw;
    padding-top: 8.6956521739vw;
  }
}
.area-intro__syugou {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .area-intro__syugou {
    margin-bottom: 4.347826087vw;
  }
}
.area-intro__btn {
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 50px;
  padding: 11px 10px;
  width: 100%;
  background-color: #ebe0c2;
  display: block;
  text-align: center;
  border: 2px solid #000;
  color: #000;
}
@media screen and (max-width: 768px) {
  .area-intro__btn {
    font-size: 3.9130434783vw;
    border-radius: 10.8695652174vw;
    padding: 2.3913043478vw 2.1739130435vw;
  }
}
.area-intro__btn:not(:first-of-type) {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .area-intro__btn:not(:first-of-type) {
    margin-top: 2.1739130435vw;
  }
}

.area-news {
  margin: 60px 0 60px;
}
@media screen and (max-width: 768px) {
  .area-news {
    margin: 13.0434782609vw 0 13.0434782609vw;
  }
}
.area-news__btn-more {
  margin: 15px 0 0 auto;
  display: block;
  width: 180px;
  padding: 5px 30px 5px 0;
  border-radius: 50px;
  text-align: right;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  .area-news__btn-more {
    margin-top: 3.2608695652vw;
    width: 39.1304347826vw;
    padding: 1.0869565217vw 6.5217391304vw 1.0869565217vw 0;
    font-size: 3.4782608696vw;
    border-radius: 10.8695652174vw;
  }
}
.area-news__btn-more.on .area-news__btn-line::after {
  opacity: 0;
}
.area-news__btn-line {
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .area-news__btn-line {
    width: 2.6086956522vw;
    height: 2.6086956522vw;
    right: 0;
  }
}
.area-news__btn-line::before, .area-news__btn-line::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
  transition: opacity 0.3s;
}
.area-news__btn-line::before {
  width: 100%;
  height: 2px;
}
.area-news__btn-line::after {
  width: 2px;
  height: 100%;
}
.area-news__body {
  padding: 40px 15px 0;
}
@media screen and (max-width: 768px) {
  .area-news__body {
    padding: 8.6956521739vw 3.2608695652vw 0;
  }
}
.area-news__body ul {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .area-news__body ul {
    font-size: 3.2608695652vw;
  }
}
.area-news__body ul > li {
  padding: 20px 0;
  border-bottom: 1px dashed #222;
}
@media screen and (max-width: 768px) {
  .area-news__body ul > li {
    padding: 4.347826087vw 0;
  }
}
.area-news__body ul > li:first-of-type {
  padding: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .area-news__body ul > li:first-of-type {
    padding-bottom: 4.347826087vw;
  }
}
.area-news__body ul > li button {
  text-align: left;
}
.area-news__date {
  display: block;
  margin-bottom: 5px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .area-news__date {
    font-size: 3.6956521739vw;
    margin-bottom: 1.0869565217vw;
  }
}
.area-news__link-tu {
  text-decoration: underline;
}
.area-news__icon-external {
  width: 12px;
  display: inline;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .area-news__icon-external {
    width: 2.6086956522vw;
    margin-left: 1.0869565217vw;
  }
}
.area-news__text {
  text-decoration: underline;
}
.area-news .line-white {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .area-news .line-white {
    margin-top: 6.5217391304vw;
  }
}

.subscription {
  padding: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .subscription {
    padding: 17.3913043478vw 0 0;
  }
}
.subscription .inner {
  max-width: 330px;
}
@media screen and (max-width: 768px) {
  .subscription .inner {
    max-width: 71.7391304348vw;
  }
}
.subscription__img {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .subscription__img {
    margin-top: 8.6956521739vw;
  }
}
.subscription__date {
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .subscription__date {
    margin-top: 4.347826087vw;
  }
}
.subscription__date p {
  font-weight: bold;
  line-height: 1.1;
}
.subscription__date p.--date {
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .subscription__date p.--date {
    font-size: 7.8260869565vw;
  }
}
.subscription__date p.--date .--small {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .subscription__date p.--date .--small {
    font-size: 6.0869565217vw;
  }
}
.subscription__date p.--bottom {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .subscription__date p.--bottom {
    font-size: 5.2173913043vw;
  }
}
.subscription__desc {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #000;
}
@media screen and (max-width: 768px) {
  .subscription__desc {
    margin-top: 4.347826087vw;
    margin-bottom: 6.5217391304vw;
    padding-bottom: 6.5217391304vw;
  }
}
.subscription__desc dt {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .subscription__desc dt {
    font-size: 4.347826087vw;
  }
}
.subscription__desc dd {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .subscription__desc dd {
    margin-top: 2.6086956522vw;
    gap: 2.1739130435vw;
    font-size: 3.4782608696vw;
  }
}
.subscription__desc dd .--num {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  width: 22px;
  height: 22px;
  background-color: #000000;
  border-radius: 50%;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .subscription__desc dd .--num {
    font-size: 2.6086956522vw;
    width: 4.7826086957vw;
    height: 4.7826086957vw;
  }
}
.subscription__list-outer {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #000;
}
@media screen and (max-width: 768px) {
  .subscription__list-outer {
    margin-top: 4.347826087vw;
    margin-top: 4.347826087vw;
  }
}
.subscription__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .subscription__list {
    gap: 1.0869565217vw;
  }
}
.subscription__list.--comingsoon {
  position: relative;
}
.subscription__list.--comingsoon::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.subscription__list.--comingsoon a {
  pointer-events: none;
}
.subscription__list .--comingsoon-text {
  font-weight: bold;
  font-size: 3.2rem;
  color: #fff;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .subscription__list .--comingsoon-text {
    font-size: 6.9565217391vw;
  }
}
.subscription h3 {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .subscription h3 {
    font-size: 3.4782608696vw;
    margin-bottom: 2.1739130435vw;
  }
}
.subscription h3:not(:first-of-type) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .subscription h3:not(:first-of-type) {
    margin-top: 6.5217391304vw;
  }
}
.subscription__link {
  display: block;
  width: calc(50% - 2.5px);
  border: 1px solid #000;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .subscription__link {
    width: calc(50% - 0.5434782609vw);
  }
}
@media (any-hover: hover) {
  .subscription__link:hover {
    opacity: 1;
  }
}
.subscription__link.border-none {
  border: none;
  background-color: transparent;
}

.products {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .products {
    margin-top: 17.3913043478vw;
  }
}
.products .inner {
  max-width: 100%;
}
.products .subscription__date {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .products .subscription__date {
    margin-top: 6.5217391304vw;
  }
}
.products .subscription__date p.--top {
  font-size: 2.4rem;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
  font-feature-settings: "palt" on;
}
@media screen and (max-width: 768px) {
  .products .subscription__date p.--top {
    font-size: 5vw;
    margin-bottom: 2.6086956522vw;
  }
}
.products .subscription__date p.--date {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .products .subscription__date p.--date {
    font-size: 6.5217391304vw;
  }
}
.products .subscription__date p.--date .--small {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .products .subscription__date p.--date .--small {
    font-size: 4.7826086957vw;
  }
}
.products .subscription__date p.--bottom {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .products .subscription__date p.--bottom {
    font-size: 5.2173913043vw;
  }
}
.products__desc {
  max-width: 415px;
  margin: 20px auto 40px;
  padding-top: 20px;
  border-top: 1px dashed #222;
}
@media screen and (max-width: 768px) {
  .products__desc {
    max-width: 90.2173913043vw;
    margin-top: 4.347826087vw;
    margin-bottom: 8.6956521739vw;
    padding-top: 4.347826087vw;
  }
}
.products__desc p {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .products__desc p {
    font-size: 3.4782608696vw;
  }
}
.products__item {
  max-width: 415px;
  margin: 20px auto 0;
  border-top: 1px dashed #222;
}
@media screen and (max-width: 768px) {
  .products__item {
    max-width: 90.2173913043vw;
    margin-top: 4.347826087vw;
  }
}
.products__sub-title {
  padding: 15px 0;
  border-bottom: 1px dashed #222;
  font-size: 2rem;
  font-weight: bold;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .products__sub-title {
    padding: 3.2608695652vw 0;
    font-size: 4.347826087vw;
  }
}
.products__sub-title.on .--icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
.products__sub-title.on .--icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.products__sub-title .--icon {
  width: 15px;
  height: 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .products__sub-title .--icon {
    width: 3.2608695652vw;
    height: 3.2608695652vw;
  }
}
.products__sub-title .--icon::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #222;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s, opacity 0.3s;
}
.products__sub-title .--icon::after {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #222;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s, opacity 0.3s;
}
.products__img {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .products__img {
    margin-bottom: 2.1739130435vw;
  }
}
.products__img .--credit {
  display: block;
  margin: 4px 0 0;
  font-size: 1rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .products__img .--credit {
    margin-top: 0.8695652174vw;
    font-size: 2.6086956522vw;
  }
}
.products__detail-in {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 20px;
  padding: 30px 20px;
}
@media screen and (max-width: 768px) {
  .products__detail-in {
    margin-top: 4.347826087vw;
    margin-bottom: 4.347826087vw;
    border-radius: 4.347826087vw;
    padding: 6.5217391304vw 4.347826087vw;
  }
}
.products__detail {
  font-weight: 500;
  font-size: 1.6rem;
  display: none;
  border-bottom: 1px dashed #222;
}
@media screen and (max-width: 768px) {
  .products__detail {
    font-size: 3.4782608696vw;
  }
}
.products__detail .--note {
  display: block;
  font-size: 1.1rem;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .products__detail .--note {
    font-size: 2.3913043478vw;
  }
}
.products__detail .--note.--font-l {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .products__detail .--note.--font-l {
    font-size: 3.0434782609vw;
  }
}
.products__detail .--mt-s-sp {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .products__detail .--mt-s-sp {
    margin-top: 0.4347826087vw;
  }
}
.products__detail .--font-s {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .products__detail .--font-s {
    font-size: 3.0434782609vw;
  }
}
.products__detail .--pb20 {
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .products__detail .--pb20 {
    padding-bottom: 4.347826087vw;
  }
}
.products__detail .--price .--price-large {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .products__detail .--price .--price-large {
    font-size: 5.2173913043vw;
  }
}
.products__detail .mt20 {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .products__detail .mt20 {
    margin-top: 4.347826087vw;
  }
}
.products__detail .--cd, .products__detail .--dvd {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .products__detail .--cd, .products__detail .--dvd {
    margin-top: 4.347826087vw;
  }
}
.products__detail .--low {
  display: flex;
}
.products__detail .--low .--low-left {
  flex: 0 0 auto;
}
.products__detail .--tokuten01.--tokuten {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .products__detail .--tokuten01.--tokuten {
    margin-top: 4.347826087vw;
  }
}
.products__detail .--tokuten {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .products__detail .--tokuten {
    margin-top: 3.2608695652vw;
  }
}
.products__detail .--tokuten-title {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 3px;
}
@media screen and (max-width: 768px) {
  .products__detail .--tokuten-title {
    font-size: 3.9130434783vw;
    margin-bottom: 0.652173913vw;
  }
}

.reservations {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .reservations {
    margin-top: 17.3913043478vw;
  }
}
.reservations__list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .reservations__list {
    margin-top: 6.5217391304vw;
    gap: 1.3043478261vw;
  }
}
.reservations__list li {
  width: calc(50% - 2.5px);
}
@media screen and (max-width: 768px) {
  .reservations__list li {
    width: calc(50% - 0.652173913vw);
  }
}
.reservations__list li a {
  display: block;
  background-color: #fff;
  border: 1px solid #000;
}

.movie {
  padding: 98px 0 100px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .movie {
    padding: 21.3043478261vw 0 21.7391304348vw;
  }
}
.movie__body {
  margin-top: 40px;
  margin-bottom: 80px;
  background-color: #fff;
  aspect-ratio: 412/231;
  position: relative;
}
@media screen and (max-width: 768px) {
  .movie__body {
    margin-top: 8.6956521739vw;
    margin-bottom: 17.3913043478vw;
  }
}
.movie__prev, .movie__next {
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  opacity: 0.9;
}
@media screen and (max-width: 768px) {
  .movie__prev, .movie__next {
    width: 13.0434782609vw;
  }
}
.movie__prev:hover, .movie__next:hover {
  opacity: 1;
}
.movie__prev {
  left: -25px;
}
@media screen and (max-width: 768px) {
  .movie__prev {
    left: -4.347826087vw;
  }
}
@media screen and (max-width: 768px) {
  .movie__prev img {
    display: block;
    width: 8.6956521739vw;
    margin-right: auto;
  }
}
.movie__next {
  right: -25px;
}
@media screen and (max-width: 768px) {
  .movie__next {
    right: -4.347826087vw;
  }
}
@media screen and (max-width: 768px) {
  .movie__next img {
    display: block;
    width: 8.6956521739vw;
    margin-left: auto;
  }
}
.movie__btn, .movie__btn-mp4 {
  display: block;
  width: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.75s;
}
.movie__btn.on, .movie__btn-mp4.on {
  opacity: 1;
  pointer-events: inherit;
  z-index: 5;
}
.movie__icon-play {
  width: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.9;
}
@media screen and (max-width: 768px) {
  .movie__icon-play {
    width: 7.8260869565vw;
  }
}
.movie__banner {
  display: block;
}
@media (any-hover: hover) {
  .movie__banner:hover {
    opacity: 1;
    filter: brightness(1.1);
  }
}
.movie__banner:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .movie__banner:not(:first-of-type) {
    margin-top: 4.347826087vw;
  }
}

.footer {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .footer {
    margin-top: 8.6956521739vw;
  }
}
.footer__top {
  padding: 0 31px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__top {
    padding: 0 6.7391304348vw;
  }
}
.footer__top dl:first-of-type {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .footer__top dl:first-of-type {
    width: 34.7826086957vw;
  }
}
.footer__top dl:nth-of-type(2) {
  width: 218px;
}
@media screen and (max-width: 768px) {
  .footer__top dl:nth-of-type(2) {
    width: 47.3913043478vw;
  }
}
.footer__top dl dt {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 20px;
  line-height: 1;
  padding: 3px 5px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .footer__top dl dt {
    font-size: 3.0434782609vw;
    margin-bottom: 4.347826087vw;
    padding: 0.652173913vw 1.0869565217vw;
    border-radius: 1.0869565217vw;
  }
}
.footer__top dl dd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .footer__top dl dd {
    gap: 1.0869565217vw;
  }
}
.footer__link {
  display: block;
  width: 40px;
}
@media screen and (max-width: 768px) {
  .footer__link {
    width: 8.6956521739vw;
  }
}
.footer__link.--youtube {
  width: 42px;
}
@media screen and (max-width: 768px) {
  .footer__link.--youtube {
    width: 9.1304347826vw;
  }
}
.footer__link.--insta {
  width: 36px;
}
@media screen and (max-width: 768px) {
  .footer__link.--insta {
    width: 7.8260869565vw;
  }
}
.footer__privacypolicy {
  display: block;
  width: 218px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
  padding: 3px 5px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .footer__privacypolicy {
    width: 47.3913043478vw;
    margin-top: 6.5217391304vw;
    font-size: 3.0434782609vw;
    padding: 0.652173913vw 1.0869565217vw;
    border-radius: 1.0869565217vw;
  }
}
.footer__jasrac {
  width: 80px;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .footer__jasrac {
    width: 17.3913043478vw;
    margin-top: 6.5217391304vw;
  }
}
.footer__copyright {
  margin-top: 30px;
  padding: 8px;
  background-color: #BDDFFC;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    margin-top: 6.5217391304vw;
    padding: 1.7391304348vw;
    font-size: 2.1739130435vw;
  }
}

.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: 95vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .modal__body {
    width: 100%;
    max-width: 100%;
  }
}
.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: 5.2173913043vw;
    bottom: calc(100% + 1.0869565217vw);
    right: 2.1739130435vw;
  }
}

.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: 5.2173913043vw;
    bottom: calc(100% + 1.0869565217vw);
    right: 2.1739130435vw;
  }
}

.modal-comment {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 103;
  display: none;
}
.modal-comment__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.modal-comment__body {
  width: 95%;
  max-width: 923px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .modal-comment__body {
    width: 100%;
  }
}
.modal-comment__body > div {
  width: 100%;
  max-height: 90vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .modal-comment__body > div {
    width: 89.5652173913vw;
  }
}
.modal-comment__body > div > div {
  padding: 40px 40px 60px;
  width: 100%;
  max-height: 90vh;
  overflow: auto;
  background-color: #ebe0c2;
  border-radius: 25px;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .modal-comment__body > div > div {
    padding: 13.0434782609vw 8.6956521739vw 13.0434782609vw;
    display: block;
    border-radius: 5.4347826087vw;
  }
}
.modal-comment__img {
  width: 300px;
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .modal-comment__img {
    width: 100%;
    margin-bottom: 5.4347826087vw;
  }
}
.modal-comment__close {
  width: 58px;
  position: absolute;
  bottom: -31px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .modal-comment__close {
    width: 12.6086956522vw;
    bottom: -6.7391304348vw;
  }
}
@media (any-hover: hover) {
  .modal-comment__close:hover {
    opacity: 1;
  }
}
.modal-comment h2 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .modal-comment h2 {
    font-size: 3.9130434783vw;
    margin-bottom: 4.347826087vw;
  }
}
.modal-comment p {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .modal-comment p {
    font-size: 3.4782608696vw;
  }
}

.fadeIn {
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}
.fadeIn.on {
  transform: inherit;
  opacity: 1;
}

.page-lyrics .header {
  position: fixed;
  top: 20px;
  right: 15px;
  width: 92px;
}
@media screen and (max-width: 768px) {
  .page-lyrics .header {
    width: 20vw;
    top: 3.6956521739vw;
    right: 2.6086956522vw;
  }
}
.page-lyrics .main-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-lyrics .main-area .--copy {
  font-size: 1.2rem;
  font-weight: 500;
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  z-index: 50;
}
@media screen and (max-width: 768px) {
  .page-lyrics .main-area .--copy {
    font-size: 2.6086956522vw;
    right: 2.1739130435vw;
    bottom: 2.1739130435vw;
  }
}
.page-lyrics .main-area__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right 50%;
     object-position: right 50%;
}
.page-lyrics .main-area__bg-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 65.3443113772%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .page-lyrics .main-area__bg-right {
    width: 100%;
    height: auto;
  }
}
.page-lyrics .main-area__bg-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .page-lyrics .main-area__bg-right img {
    height: auto;
  }
}
.page-lyrics .main-area__bg-right .--deco {
  width: 126px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-lyrics .main-area__bg-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 54.7155688623%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .page-lyrics .main-area__bg-left {
    top: auto;
    bottom: 0;
    width: 100%;
    height: calc(100% - 68.4782608696vw);
  }
}
.page-lyrics .main-area__bg-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
}
@media screen and (max-width: 768px) {
  .page-lyrics .main-area__bg-left img {
    -o-object-position: center top;
       object-position: center top;
    -webkit-mask-image: linear-gradient(transparent 0%, rgb(0, 0, 0) 8%, rgb(0, 0, 0) 100%, transparent 100%);
            mask-image: linear-gradient(transparent 0%, rgb(0, 0, 0) 8%, rgb(0, 0, 0) 100%, transparent 100%);
  }
}
.page-lyrics .main-area__body {
  width: 440px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: auto;
  -webkit-mask-image: linear-gradient(transparent 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 90%, transparent 100%);
          mask-image: linear-gradient(transparent 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 90%, transparent 100%);
}
@media screen and (max-width: 768px) {
  .page-lyrics .main-area__body {
    width: 89.5652173913vw;
  }
}
.page-lyrics .lyrics {
  padding: 80px 65px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-lyrics .lyrics {
    padding: 17.3913043478vw 4.347826087vw 17.3913043478vw;
    text-align: center;
  }
}
.page-lyrics .lyrics::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(229, 244, 255, 0.2);
  filter: blur(15px);
  z-index: -1;
}
.page-lyrics .lyrics__top {
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page-lyrics .lyrics__top {
    font-size: 6.9565217391vw;
  }
}
.page-lyrics .lyrics__middle {
  margin-top: 30px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .page-lyrics .lyrics__middle {
    margin-top: 6.5217391304vw;
    font-size: 3.4782608696vw;
  }
}
.page-lyrics .lyrics__middle span {
  display: flex;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page-lyrics .lyrics__middle span {
    flex-direction: column;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .page-lyrics .lyrics__middle span:not(:first-of-type) {
    margin-top: 2.1739130435vw;
  }
}
.page-lyrics .lyrics__middle span > span {
  flex: 0 0 auto;
}
.page-lyrics .lyrics__text {
  margin-top: 50px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .page-lyrics .lyrics__text {
    margin-top: 10.8695652174vw;
    font-size: 3.4782608696vw;
  }
}
.page-lyrics .lyrics__back {
  width: 92px;
  display: block;
  margin: 30px 0 0 0;
}

.page-refresh .bg-refresh {
  width: 100%;
  height: 100%;
  background-image: url("../images/bg-main.webp");
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .page-refresh .bg-refresh {
    background-position: right top;
  }
}
.page-refresh .body-refresh {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px 60px;
  width: 750px;
  max-width: 95%;
  z-index: 5;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .page-refresh .body-refresh {
    padding: 6.5217391304vw 4.347826087vw;
    width: 90%;
  }
}
.page-refresh .body-refresh::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: -1;
}
.page-refresh .body-refresh p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page-refresh .body-refresh p {
    font-size: 3.4782608696vw;
  }
}
.page-refresh .body-refresh a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 0;
  padding: 10px 30px;
  background-color: #fff;
  border: 1px solid #000;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page-refresh .body-refresh a {
    margin-top: 4.347826087vw;
    padding: 2.1739130435vw 6.5217391304vw;
    font-size: 3.0434782609vw;
  }
}

.modal-release {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 103;
}
.modal-release__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.modal-release__body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1100px;
  max-width: calc(100% - 50px);
  max-height: calc(100% - 50px);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .modal-release__body {
    max-width: 95vw;
    max-height: 95vh;
  }
}
.modal-release__close {
  display: block;
  width: 58px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .modal-release__close {
    width: 12.6086956522vw;
    top: 2.1739130435vw;
    right: 2.1739130435vw;
  }
}
.modal-release__cont {
  position: absolute;
  top: 200px;
  left: 50%;
  width: 100%;
  height: calc(100% - 200px);
  overflow: auto;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 1150px) {
  .modal-release__cont {
    top: 17.3913043478vw;
    height: calc(100% - 17.3913043478vw);
  }
}
@media screen and (max-width: 768px) {
  .modal-release__cont {
    top: 44vw;
    height: calc(100% - 44vw);
  }
}
.modal-release__cont-inner {
  max-width: 728px;
  padding: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .modal-release__cont-inner {
    max-width: 79%;
    padding: 4.347826087vw;
  }
}
.modal-release .section-title {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .modal-release .section-title {
    font-size: 3.4782608696vw;
    margin-bottom: 2.1739130435vw;
  }
}
.modal-release .subscription__date {
  margin-top: 0;
  text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.75);
}
.modal-release .subscription__list-outer {
  display: flex;
  justify-content: space-between;
  gap: 4%;
}
@media screen and (max-width: 768px) {
  .modal-release .subscription__list-outer {
    display: block;
  }
}
.modal-release .subscription__list-outer > div {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .modal-release .subscription__list-outer > div {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .modal-release .subscription__list-outer > div:not(:first-of-type) {
    margin-top: 4.347826087vw;
  }
}/*# sourceMappingURL=base.css.map */