@charset "UTF-8";@import url("https://use.typekit.net/dhq3vew.css");@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPMincho:wght@400;700&family=Hepta+Slab:wght@1..900&family=IBM+Plex+Mono&family=IBM+Plex+Sans+JP:wght@400;500&display=swap");


:root {
  --content-width: 1200px;
  --pc-device-size: 1280px;
  --sp-device-size: 402px;
  --sp-default-size: 354px;
  --pc-padding: 60px;
  --sp-padding: 24px;
  --sp-padding-ratio: calc(var(--sp-padding) / var(--sp-device-size) * 100%);
  --base-color: #C7CAB6;
  --bg-color: #1F1B1B;
  --accent-color: #CB1313;
  --link-color: #d8d8d8;
  --white: #fff;
  --black: #000;
  --black2: #1B1C20;
  --d-red: #7A0002;
  --gray: #777;
  --d-gray: #3B3D41;
  --orange: #C0442E;
  --green: #5ACD30;
  --purple: #7C4885;
  --base-font: "IBM Plex Sans JP", "Helvetica Neue", YakuHanJP, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --facebook-color: #1877f2;
  --twitter-color: #1da1f2;
  --googleplus-color: #dd4b39;
  --insta-color: #D93177;
  --tumblr-color: #36465d;
  --flickr-color-01: #0063dc;
  --flickr-color-02: #ff0084;
  --hatena-color: #008fde;
  --line-color: #00c300;
  --youtube-color: #ff0000;
  --vimeo-color: #1ab7ea;
  --dropbox-color: #007ee5;
  --snapchat-color: #fffc00;
  --skype-color: #12a5f4;
  --pinterest-color: #bd081c;
  --note-color: #2dcdb5;
  --wordpress-color: #21759b;
  --pixiv-color: #127bb1;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    filter: blur(10px) brightness(0);
  }
  to {
    opacity: 1;
    filter: blur(0) brightness(1);
  }
}
@keyframes arrowAnimationX {
  0% {
    transform: translateX(0);
  }
  25%, 42% {
    transform: translateX(-6%);
  }
  65%, 80% {
    transform: translateX(6%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes flash {
  0% {
    opacity: 0;
  }
  40%, 70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes castImgMaskAnimation {
  from {
    -webkit-mask-position: left 0% bottom 200%;
            mask-position: left 0% bottom 200%;
  }
  to {
    -webkit-mask-position: left 0% bottom 0%;
            mask-position: left 0% bottom 0%;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer {
    width: 100vw;
  }
}
.l-footer {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  .l-footer {
    width: 100vw;
    height: 100svh;
  }
}
@media screen and (max-width: 768px) {
  .l-footer {
    background-color: var(--black);
  }
}
.l-footer .md-deco__blood {
  transform: scale(1);
  opacity: 1;
}
@media print, screen and (min-width: 769px) {
  .l-footer .md-deco__blood[data-type=red-1] {
    top: 0;
    left: 0;
    width: 122.0512820513vh;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .l-footer .md-deco__blood[data-type=red-1] {
    top: 0;
    left: 0;
    width: calc(414 / 402 * 100vw);
    transform: translate(-50%, -64%);
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer .md-deco__blood[data-type=red-2] {
    right: 0;
    bottom: 0;
    width: 116.4102564103vh;
    transform: translate(50%, 50%);
  }
}
@media screen and (max-width: 768px) {
  .l-footer .md-deco__blood[data-type=red-2] {
    bottom: 0;
    left: calc(172 / 402 * 100vw);
    width: calc(372 / 402 * 100vw);
    transform: translate(0%, 42%) scaleX(-1);
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 161.015625%;
    height: 100%;
    background: url(../images/_common/bg/layer_bg_002.webp) no-repeat right bottom/100% auto;
  }
}
.l-footer__container {
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 769px) {
  .l-footer__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100svh;
  }
}
.l-footer__container .foot {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .l-footer__container .foot {
    padding-top: calc(30 / 402 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-footer__container .foot {
    padding-bottom: calc(72 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer__container .foot {
    width: 100%;
    padding-top: 3.8461538462vh;
    gap: 2.3076923077vh 0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__container .foot {
    gap: calc(24 / 402 * 100vw) 0;
  }
}
.l-footer__container .foot--timer {
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .l-footer__container .foot--timer {
    font-size: calc(12 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer__container .foot--timer {
    position: absolute;
    top: 50%;
    right: 7.1875%;
    transform: translateY(-50%);
    z-index: 4;
    font-size: 4.6153846154vh;
  }
}
.l-footer__container .foot--logo, .l-footer__container .foot--nijisanji {
  margin-inline: auto;
}
.l-footer__container .foot--logo picture, .l-footer__container .foot--nijisanji picture {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .l-footer__container .foot--logo {
    width: calc(342 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer__container .foot--logo {
    width: 31.25%;
    max-width: 51.2820512821vh;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer__container .foot--nijisanji {
    width: 18.90625%;
    max-width: 31.0256410256vh;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__container .foot--share {
    padding-top: calc(24 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer__container .foot--share {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4.21875%;
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__container .foot--share .nav--share {
    display: flex;
    flex-direction: column;
    gap: calc(10 / 402 * 100vw) 0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__container .foot--share .nav--share__header {
    font-size: calc(10 / 402 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-footer__container .foot--share .nav--share__links {
    gap: 0 calc(6 / 402 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-footer__container .foot--share .nav--share__links--item {
    width: calc(48 / 402 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-footer__container .foot--nijisanji {
    width: calc(204 / 402 * 100vw);
  }
}
.l-footer__container .foot--nijisanji > a {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .l-footer__container .foot--nijisanji > a {
    transition-duration: 0.3s;
    transition-delay: 0s;
    transition-timing-function: unset;
  }
  .l-footer__container .foot--nijisanji > a:hover {
    opacity: 0.5;
  }
}
.l-footer__container .foot--copyright {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 769px) {
  .l-footer__container .foot--copyright {
    gap: 1.5384615385vh 0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__container .foot--copyright {
    gap: calc(15 / 402 * 100vw) 0;
  }
}
.l-footer__container .foot--copyright > p {
  line-height: 1.6;
  text-align: center;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
@media screen and (max-width: 768px) {
  .l-footer__container .foot--copyright > p {
    font-size: calc(10 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer__container .foot--copyright > p {
    font-size: 1.2820512821vh;
  }
}
.l-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 9999999;
}
.l-loader * {
  will-change: filter, opacity;
}
.l-loader *[data-status=show] {
  opacity: 1 !important;
  filter: blur(0) brightness(1) !important;
  transition-duration: 0.8s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.l-loader.is__start .l-loader__container .progress--bar:after {
  width: 70%;
  transition-duration: 7s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.l-loader.is__loaded .l-loader__container .progress {
  animation: 0.6s 0.8s fadeOut forwards;
}
.l-loader.is__loaded .l-loader__container .progress--bar:after {
  width: 100%;
  transition-duration: 0.4s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.l-loader.is__loaded .l-loader__container .cut1 {
  animation: fadeIn 0.8s 0.8s forwards;
}
.l-loader__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--black);
}
.l-loader__container {
  position: relative;
  width: 100%;
  height: 100%;
}
.l-loader__container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0.6;
  background: url(../images/_common/bg/texture_white.webp) repeat left top/300px auto;
}
.l-loader__container .progress {
  position: fixed;
  top: 50%;
  left: 50%;
  height: 1px;
  transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 769px) {
  .l-loader__container .progress {
    width: 29.7435897436vh;
  }
}
@media screen and (max-width: 768px) {
  .l-loader__container .progress {
    width: 49.7512437811%;
  }
}
.l-loader__container .progress--bar {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: var(--gray);
}
.l-loader__container .progress--bar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, var(--h-green, #5ACD30) 0.48%, var(--h-blue, #20AAFF) 25.96%, var(--h-purple, #7C4885) 53.37%, var(--h-orange, #C0442E) 76.92%, var(--deep-red, #7A0002) 100%);
}
.l-loader__container .l {
  position: relative;
  width: 100%;
  height: 100%;
}
.l-loader__container .cut1,
.l-loader__container .cut2,
.l-loader__container .cut3 {
  opacity: 0;
  filter: blur(10px) brightness(0);
  will-change: filter;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-loader__container .cut1--gradient {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  .l-loader__container .cut1--gradient {
    width: 124.1025641026vh;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .l-loader__container .cut1--gradient {
    width: calc(720 / 402 * 100vw);
  }
}
.l-loader__container .cut1--gradient picture img {
  width: 100%;
  aspect-ratio: 568/538;
}
@media print, screen and (min-width: 769px) {
  .l-loader__container .cut1--logoicon {
    width: 23.8461538462vh;
  }
}
.l-loader__container .cut2,
.l-loader__container .cut3 {
  position: absolute;
  top: 0;
  left: 0;
}
.l-loader__container .cut2 {
  background-color: var(--black);
  z-index: 2;
}
.l-loader__container .cut2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  .l-loader__container .cut2:before {
    width: 137.1794871795vh;
    background: url(../images/loader/cut2_bg_pc.svg) no-repeat center/contain;
    aspect-ratio: 1070/965;
  }
}
@media screen and (max-width: 768px) {
  .l-loader__container .cut2:before {
    width: calc(695 / 402 * 100vw);
    background: url(../images/loader/cut2_bg_sp.svg) no-repeat center/contain;
    aspect-ratio: 696/812;
  }
}
.l-loader__container .cut2--title {
  line-height: 1;
  text-align: center;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
@media screen and (max-width: 768px) {
  .l-loader__container .cut2--title {
    font-size: calc(12 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-loader__container .cut2--title {
    font-size: 2.3076923077vh;
  }
}
.l-loader__container .cut3 {
  background-color: var(--black);
  z-index: 3;
}
.l-loader__container .cut3--bg {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  .l-loader__container .cut3--bg {
    width: 182.0512820513vh;
    aspect-ratio: 1420/1530;
  }
}
@media screen and (max-width: 768px) {
  .l-loader__container .cut3--bg {
    width: calc(926 / 402 * 100vw);
    aspect-ratio: 926/1410;
  }
}
.l-loader__container .cut3--title {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .l-loader__container .cut3--title {
    width: calc(308 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-loader__container .cut3--title {
    width: 48.9743589744vh;
  }
}
.l-loader__container .cut3--title picture img {
  aspect-ratio: 382.52/21.57;
}
.l-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  z-index: 0;
}
.l-modal[aria-hidden=true] {
  opacity: 0;
  pointer-events: none;
}
.l-modal[aria-hidden=false] {
  opacity: 1;
  pointer-events: auto;
  z-index: 999999;
  transition-duration: 0.6s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.l-modal[aria-hidden=false] .l-modal__container--contents .swiper-slide-active {
  pointer-events: auto;
}
.l-modal .closebtn {
  position: fixed;
  margin: 0;
  padding: 0;
  background: none;
  border-style: none;
  display: block;
  z-index: 9;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .l-modal .closebtn {
    width: calc(100 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-modal .closebtn {
    top: 4.1025641026vh;
    right: 5.3846153846vh;
  }
  .l-modal .closebtn:hover picture img {
    filter: grayscale(0) brightness(2);
  }
}
@media screen and (max-width: 768px) {
  .l-modal .closebtn {
    bottom: calc(30 / 402 * 100vw);
    left: 50%;
    transform: translateX(-50%);
  }
}
.l-modal .closebtn picture img {
  will-change: filter;
}
@media print, screen and (min-width: 769px) {
  .l-modal .closebtn picture img {
    filter: grayscale(100%) brightness(10);
    transition-duration: 0.3s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
}
.l-modal__bg {
  position: fixed;
  left: 50%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-modal__bg {
    width: calc(580 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-modal__bg {
    top: 50%;
    width: 82.3076923077vh;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .l-modal__bg {
    top: 0;
    width: calc(642 / 402 * 100vw);
    transform: translate(-50%, 0%);
  }
}
.l-modal__bg--inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.l-modal__bg--inner picture {
  position: relative;
  z-index: 2;
  will-change: filter;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.5));
}
.l-modal__bg--inner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  z-index: 1;
  background: url(../images/_common/bg/bg_paper_back.webp) no-repeat center/contain;
  transform: translate(-50%, -50%);
  will-change: filter;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.5));
}
.l-modal__container {
  margin-inline: auto;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media print, screen and (min-width: 769px) {
  .l-modal__container {
    width: 81.5384615385vh;
  }
}
.l-modal__container--contents {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .l-modal__container--contents {
    padding-top: calc(24 / 402 * 100vw);
  }
}
.l-modal__container--contents {
  padding-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .l-modal__container--contents {
    padding-bottom: calc(60 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-modal__container--contents {
    padding-bottom: calc(54 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-modal__container--contents {
    width: 68.8679245283%;
  }
}
@media screen and (max-width: 768px) {
  .l-modal__container--contents {
    width: 74.6268656716%;
  }
}
.l-modal__container--contents .swiper {
  overflow: visible;
}
.l-modal__container--contents .swiper-button-prev, .l-modal__container--contents .swiper-button-next {
  position: fixed;
  top: 50%;
  height: auto;
  background: url(../images/_common/btn/btn_left.svg) no-repeat center/contain;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .l-modal__container--contents .swiper-button-prev, .l-modal__container--contents .swiper-button-next {
    width: calc(54 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-modal__container--contents .swiper-button-prev, .l-modal__container--contents .swiper-button-next {
    width: 7.9487179487vh;
    will-change: filter;
    transition-duration: 0.3s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  .l-modal__container--contents .swiper-button-prev:hover, .l-modal__container--contents .swiper-button-next:hover {
    filter: brightness(2) contrast(3);
  }
}
.l-modal__container--contents .swiper-button-prev > svg, .l-modal__container--contents .swiper-button-next > svg {
  display: none;
}
@media print, screen and (min-width: 769px) {
  .l-modal__container--contents .swiper-button-prev {
    left: calc(50% - 40vh) !important;
    transform: translate(0%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .l-modal__container--contents .swiper-button-prev {
    transform: translate(calc(-15 / 402 * 100vw), -50%);
  }
}
@media print, screen and (min-width: 769px) {
  .l-modal__container--contents .swiper-button-next {
    right: calc(50% - 40vh) !important;
    transform: translate(0%, -50%) scaleX(-1);
  }
}
@media screen and (max-width: 768px) {
  .l-modal__container--contents .swiper-button-next {
    transform: translate(calc(15 / 402 * 100vw), -50%) scaleX(-1);
  }
}
.l-modal__container--contents .swiper-button-disabled {
  opacity: 0 !important;
}
.l-modal__container--contents .swiper-slide {
  opacity: 0;
  pointer-events: none;
  height: 100svh;
  -ms-overflow-style: none;
  scrollbar-width: none;
  transition-duration: 1.2s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media screen and (max-width: 768px) {
  .l-modal__container--contents .swiper-slide {
    padding-top: calc(24 / 402 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-modal__container--contents .swiper-slide {
    padding-bottom: calc(120 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-modal__container--contents .swiper-slide {
    padding-top: 8.4615384615vh;
    padding-bottom: 8.4615384615vh;
  }
}
.l-modal__container--contents .swiper-slide::-webkit-scrollbar {
  display: none;
}
.l-modal__container--contents .swiper-slide-prev > .l {
  transform: translateX(-20%);
}
.l-modal__container--contents .swiper-slide-next > .l {
  transform: translateX(20%);
}
.l-modal__container--contents .swiper-slide-active {
  opacity: 1 !important;
  overflow-y: scroll;
}
.l-modal__container--contents .swiper-slide > .l {
  display: flex;
  flex-direction: column;
  transition-duration: 0.6s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media screen and (max-width: 768px) {
  .l-modal__container--contents .swiper-slide > .l .l--ttl {
    margin-bottom: calc(18 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-modal__container--contents .swiper-slide > .l .l--ttl {
    margin-bottom: 2.3076923077vh;
  }
}
.l-modal__container--contents .swiper-slide > .l .l--ttl .number {
  margin-bottom: 0.4em;
  display: block;
  font-weight: 800;
  font-size: 1rem;
}
@media screen and (max-width: 1200px) {
  .l-modal__container--contents .swiper-slide > .l .l--ttl .number {
    font-size: calc(10 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-modal__container--contents .swiper-slide > .l .l--ttl .number {
    font-size: calc(10 / 402 * 100vw);
  }
}
.l-modal__container--contents .swiper-slide > .l .l--ttl em {
  font-size: 1.8rem;
}
@media screen and (max-width: 1200px) {
  .l-modal__container--contents .swiper-slide > .l .l--ttl em {
    font-size: calc(18 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-modal__container--contents .swiper-slide > .l .l--ttl em {
    font-size: calc(18 / 402 * 100vw);
  }
}
.l-modal__container--contents .swiper-slide > .l .l--container {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  color: var(--gray);
  gap: 1.2em 0;
  font-size: 1.2rem;
}
@media screen and (max-width: 1200px) {
  .l-modal__container--contents .swiper-slide > .l .l--container {
    font-size: calc(12 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-modal__container--contents .swiper-slide > .l .l--container {
    font-size: calc(12 / 402 * 100vw);
  }
}
.l-modal__container--contents .swiper-slide > .l .l--container .l {
  display: flex;
  flex-direction: column;
  gap: 0.85em 0;
}
.l-modal__container--contents .swiper-slide > .l .l--container .faq {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 769px) {
  .l-modal__container--contents .swiper-slide > .l .l--container .faq {
    gap: 12px 0;
  }
}
@media screen and (max-width: 1200px) {
  .l-modal__container--contents .swiper-slide > .l .l--container .faq {
    gap: calc(12 / 1200 * 100vw) 0;
  }
}
@media screen and (max-width: 768px) {
  .l-modal__container--contents .swiper-slide > .l .l--container .faq {
    gap: calc(12 / 402 * 100vw) 0;
  }
}
.l-modal__container--contents .swiper-slide > .l .l--container .faq > dl {
  border-bottom: solid 1px var(--white);
  padding-bottom: 12px;
}
@media screen and (max-width: 1200px) {
  .l-modal__container--contents .swiper-slide > .l .l--container .faq > dl {
    padding-bottom: calc(12 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-modal__container--contents .swiper-slide > .l .l--container .faq > dl {
    padding-bottom: calc(12 / 402 * 100vw);
  }
}
.l-modal__container--contents .swiper-slide > .l .l--container .faq > dl > dt {
  margin-bottom: 0.25em;
  font-size: 1rem;
}
@media screen and (max-width: 1200px) {
  .l-modal__container--contents .swiper-slide > .l .l--container .faq > dl > dt {
    font-size: calc(10 / 1200 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-modal__container--contents .swiper-slide > .l .l--container .faq > dl > dt {
    font-size: calc(10 / 402 * 100vw);
  }
}
.l-modal__container--contents .swiper-slide > .l .l--container a {
  color: var(--d-red);
  text-decoration: underline;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
@media print, screen and (min-width: 769px) {
  .l-modal__container--contents .swiper-slide > .l .l--container a:hover {
    text-decoration: none;
  }
}
.l-modal__container--contents .swiper-slide > .l .l--container > article p strong {
  color: var(--accent-color);
  font-weight: 700;
}
.l-modal__container--contents .swiper-slide > .l .l--container .subtitle {
  padding: 0.4em 0.6em;
  line-height: 1.6;
  background-color: var(--black2);
  color: var(--base-color);
  width: -moz-fit-content;
  width: fit-content;
  box-sizing: border-box;
  font-weight: 700;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
@media screen and (max-width: 768px) {
  .l-modal__container--contents .swiper-slide > .l .l--container .subtitle {
    font-size: calc(11 / 402 * 100vw);
  }
}
#Wrap {
  opacity: 0;
  overflow: hidden;
  background-color: var(--bg-color);
}
@media print, screen and (min-width: 769px) {
  #Wrap {
    display: flex;
    width: -moz-max-content;
    width: max-content;
  }
}
#Wrap.is__loaded {
  opacity: 1;
  transition-duration: 1.8s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
#Wrap .js--other_than_modal[data-status=hidden] {
  opacity: 0;
  pointer-events: none;
  transition-duration: 0.5s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
#Wrap #Main {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #Wrap #Main {
    display: flex;
    width: -moz-max-content;
    width: max-content;
    background: linear-gradient(90deg, var(--bg-color) 0%, #1E1515 100%);
  }
}
#Wrap #Main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: 1;
  background: url(../images/_common/bg/texture_white.webp) repeat left top/300px auto;
}
#Wrap #Main .l-main {
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 769px) {
  #Wrap #Main .l-main {
    display: flex;
    width: -moz-max-content;
    width: max-content;
  }
}
@media print, screen and (min-width: 769px) {
  #Wrap #Main .l-main > * {
    height: 100svh;
  }
}
#Wrap #Main .l-main .common-settings {
  position: relative;
}
.nav--boxitems {
  display: flex;
}
@media screen and (max-width: 768px) {
  .nav--boxitems {
    padding-left: var(--sp-padding-ratio);
    padding-right: var(--sp-padding-ratio);
  }
}
@media print, screen and (min-width: 769px) {
  .nav--boxitems {
    flex-direction: column;
    gap: 1.2820512821vh 0;
  }
}
@media screen and (max-width: 768px) {
  .nav--boxitems {
    flex-wrap: wrap;
    justify-content: center;
    gap: calc(6 / 402 * 100vw);
  }
}
.nav--boxitems__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--black);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .nav--boxitems__link {
    font-size: calc(12 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .nav--boxitems__link {
    padding: 0.7692307692vh 1.2820512821vh;
    font-size: 1.9230769231vh;
    gap: 0 0.7692307692vh;
    transition-duration: 0.3s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  }
  .nav--boxitems__link:hover {
    background-color: var(--d-red);
  }
}
@media screen and (max-width: 768px) {
  .nav--boxitems__link {
    padding: calc(6 / 402 * 100vw) calc(10 / 402 * 100vw);
    gap: 0 calc(6 / 402 * 100vw);
  }
}
.nav--boxitems__link:after {
  content: "";
  display: block;
  height: auto;
  aspect-ratio: 1/1;
  background: url(../images/_common/icon/arrow_right.svg) no-repeat center center/contain;
}
@media print, screen and (min-width: 769px) {
  .nav--boxitems__link:after {
    width: 1.5384615385vh;
    animation: arrowAnimationX 1.5s ease-in-out infinite;
  }
}
@media screen and (max-width: 768px) {
  .nav--boxitems__link:after {
    transform: rotate(90deg);
    width: calc(12 / 402 * 100vw);
  }
}
.nav--global {
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .nav--global {
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 68.2051282051vh;
    gap: 0.7692307692vh;
  }
}
@media screen and (max-width: 768px) {
  .nav--global {
    flex-direction: column;
    gap: calc(10 / 402 * 100vw) 0;
  }
}
.nav--global > a {
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--base-color);
}
@media screen and (max-width: 768px) {
  .nav--global > a {
    font-size: calc(36 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .nav--global > a {
    background-color: var(--d-red);
    padding: 0.7692307692vh;
    font-size: 1.5384615385vh;
    transition-duration: 0.3s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  }
  .nav--global > a:hover {
    background-color: var(--black);
    color: var(--white);
  }
}
.nav--global > a[data-current=true] {
  background-color: var(--black);
  color: var(--green);
}
.nav--global > a .label {
  display: block;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
@media print, screen and (min-width: 769px) {
  .nav--global > a .label {
    text-transform: uppercase;
  }
}
.nav--share {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 769px) {
  .nav--share {
    gap: 0 2.3076923077vh;
  }
}
.nav--share__header {
  line-height: 1;
}
.nav--share__header > h6 {
  letter-spacing: 0.15em;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
@media screen and (max-width: 768px) {
  .nav--share__header > h6 {
    font-size: calc(10 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .nav--share__header > h6 {
    font-size: 1.2820512821vh;
  }
}
.nav--share__links {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 769px) {
  .nav--share__links {
    gap: 0 0.7692307692vh;
  }
}
@media print, screen and (min-width: 769px) {
  .nav--share__links--item {
    width: 6.1538461538vh;
    transition-duration: 0.3s;
    transition-delay: 0s;
    transition-timing-function: unset;
  }
  .nav--share__links--item:hover {
    opacity: 0.5;
  }
}
.nav--fixednav {
  position: fixed;
  z-index: 9;
}
@media print, screen and (min-width: 769px) {
  .nav--fixednav {
    top: 3.8461538462vh;
    right: 6.1538461538vh;
    transform: translateX(40px);
    transition-duration: 0.6s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  }
}
@media screen and (max-width: 768px) {
  .nav--fixednav {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.nav--fixednav[aria-hidden=true] {
  opacity: 0;
  pointer-events: none;
}
.nav--fixednav[aria-hidden=false] {
  opacity: 1;
  pointer-events: auto;
  overflow-y: auto;
}
@media print, screen and (min-width: 769px) {
  .nav--fixednav[aria-hidden=false] {
    transform: translateX(0%);
  }
}
@media screen and (max-width: 768px) {
  .nav--fixednav[aria-hidden=false] .nav--fixednav__container .md-deco__flower[data-type=gray-1] {
    opacity: 0.1;
    filter: blur(0);
    transition-duration: 1.2s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  }
}
@media screen and (max-width: 768px) {
  .nav--fixednav[aria-hidden=false] .nav--fixednav__container > header {
    opacity: 1;
    letter-spacing: 0;
    transition-duration: 1.5s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  }
}
@media screen and (max-width: 768px) {
  .nav--fixednav[aria-hidden=false] .nav--fixednav__container > nav .nav--global > a {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
    transition-duration: 0.8s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  }
}
@media screen and (max-width: 768px) {
  .nav--fixednav[aria-hidden=false] .nav--fixednav__container > nav .nav--global > a:nth-child(1) {
    transition-delay: 0.05s;
  }
}
@media screen and (max-width: 768px) {
  .nav--fixednav[aria-hidden=false] .nav--fixednav__container > nav .nav--global > a:nth-child(2) {
    transition-delay: 0.1s;
  }
}
@media screen and (max-width: 768px) {
  .nav--fixednav[aria-hidden=false] .nav--fixednav__container > nav .nav--global > a:nth-child(3) {
    transition-delay: 0.15s;
  }
}
@media screen and (max-width: 768px) {
  .nav--fixednav[aria-hidden=false] .nav--fixednav__container > nav .nav--global > a:nth-child(4) {
    transition-delay: 0.2s;
  }
}
@media screen and (max-width: 768px) {
  .nav--fixednav[aria-hidden=false] .nav--fixednav__container > nav .nav--global > a:nth-child(5) {
    transition-delay: 0.25s;
  }
}
@media screen and (max-width: 768px) {
  .nav--fixednav[aria-hidden=false] .nav--fixednav__container > nav .nav--global > a:nth-child(6) {
    transition-delay: 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .nav--fixednav[aria-hidden=false] .nav--fixednav__container > nav .nav--global > a:nth-child(7) {
    transition-delay: 0.35s;
  }
}
@media screen and (max-width: 768px) {
  .nav--fixednav[aria-hidden=false] .nav--fixednav__container > nav .nav--global > a:nth-child(8) {
    transition-delay: 0.4s;
  }
}
@media screen and (max-width: 768px) {
  .nav--fixednav[aria-hidden=false] .nav--fixednav__container > nav .nav--global > a:nth-child(9) {
    transition-delay: 0.45s;
  }
}
@media screen and (max-width: 768px) {
  .nav--fixednav[aria-hidden=false] .nav--fixednav__container > nav .nav--global > a:nth-child(10) {
    transition-delay: 0.5s;
  }
}
@media screen and (max-width: 768px) {
  .nav--fixednav[aria-hidden=false] .nav--fixednav__container > nav .nav--global > a:nth-child(11) {
    transition-delay: 0.55s;
  }
}
@media screen and (max-width: 768px) {
  .nav--fixednav[aria-hidden=false] .nav--fixednav__container > nav .nav--global > a:nth-child(12) {
    transition-delay: 0.6s;
  }
}
@media screen and (max-width: 768px) {
  .nav--fixednav[aria-hidden=false] .nav--fixednav__container > nav .nav--global > a:nth-child(13) {
    transition-delay: 0.65s;
  }
}
@media screen and (max-width: 768px) {
  .nav--fixednav[aria-hidden=false] .nav--fixednav__container > nav .nav--global > a:nth-child(14) {
    transition-delay: 0.7s;
  }
}
@media screen and (max-width: 768px) {
  .nav--fixednav[aria-hidden=false] .nav--fixednav__container > nav .nav--global > a:nth-child(15) {
    transition-delay: 0.75s;
  }
}
@media screen and (max-width: 768px) {
  .nav--fixednav[aria-hidden=false] .nav--fixednav__container > nav .nav--share {
    opacity: 1;
    transition-duration: 0.8s;
    transition-delay: 0.8s;
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  }
}
@media screen and (max-width: 768px) {
  .nav--fixednav__bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--black);
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .nav--fixednav:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0.5;
    background: url(../images/_common/bg/texture_white.webp) repeat left top/300px auto;
  }
}
.nav--fixednav__container {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .nav--fixednav__container {
    padding-top: calc(54 / 402 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .nav--fixednav__container {
    padding-left: var(--sp-padding-ratio);
    padding-right: var(--sp-padding-ratio);
  }
}
@media screen and (max-width: 768px) {
  .nav--fixednav__container {
    display: flex;
    flex-direction: column;
    gap: calc(30 / 402 * 100vw) 0;
  }
}
@media screen and (max-width: 768px) {
  .nav--fixednav__container .md-deco__flower[data-type=gray-1] {
    top: 50%;
    left: 50%;
    width: calc(1316 / 402 * 100vw);
    transform: translate(-50%, -42%);
    opacity: 0;
    filter: blur(10px);
    will-change: filter;
    z-index: 1;
  }
}
.nav--fixednav__container > * {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .nav--fixednav__container > header {
    opacity: 0;
    letter-spacing: 0.4em;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }
}
@media screen and (max-width: 768px) {
  .nav--fixednav__container > nav {
    display: flex;
    flex-direction: column;
    gap: calc(30 / 402 * 100vw) 0;
  }
}
@media screen and (max-width: 768px) {
  .nav--fixednav__container > nav .nav--global > a {
    opacity: 0;
    transform: translateY(20%);
    filter: blur(5px);
    will-change: filter, transform, opacity;
  }
}
@media print, screen and (min-width: 769px) {
  .nav--fixednav__container > nav .nav--share {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .nav--fixednav__container > nav .nav--share {
    opacity: 0;
    gap: 0 calc(6 / 402 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .nav--fixednav__container > nav .nav--share__links {
    gap: 0 calc(6 / 402 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .nav--fixednav__container > nav .nav--share__links--item {
    width: calc(42 / 402 * 100vw);
  }
}
.nav--fixednav__container > nav .nav--share__links--item picture img {
  vertical-align: bottom;
}
.nav--hamburger {
  position: fixed;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: none;
  border-style: none;
  z-index: 99;
  overflow: hidden;
  pointer-events: auto;
  cursor: pointer;
  outline: none;
}
@media screen and (max-width: 768px) {
  .nav--hamburger {
    width: calc(24 / 402 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .nav--hamburger {
    padding-top: calc(6 / 402 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .nav--hamburger {
    padding-bottom: calc(10 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .nav--hamburger {
    gap: 0.7692307692vh 0;
    top: 3.0769230769vh;
    right: 0;
    width: 4.6153846154vh;
    padding-top: 0.3846153846vh;
    background-color: var(--black);
    padding-bottom: 1.2820512821vh;
    transition-duration: 0.3s;
    transition-delay: 0s;
    transition-timing-function: unset;
  }
  .nav--hamburger:hover {
    filter: brightness(10);
    transform: scale(1.05);
  }
}
@media screen and (max-width: 768px) {
  .nav--hamburger {
    bottom: calc(30 / 402 * 100vw);
    right: calc(14 / 402 * 100vw);
    gap: calc(4 / 402 * 100vw) 0;
    background-color: var(--d-red);
  }
}
@media screen and (max-width: 768px) {
  .nav--hamburger[aria-expanded=true] {
    background-color: transparent;
  }
}
.nav--hamburger[aria-expanded=true] .icon--inner > span:nth-child(1) {
  top: 50%;
  transform: translate(0, -50%) rotate(30deg);
}
.nav--hamburger[aria-expanded=true] .icon--inner > span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%) rotate(-30deg);
}
.nav--hamburger[aria-expanded=true] .label span[data-type=default] {
  opacity: 0;
}
.nav--hamburger[aria-expanded=true] .label span[data-type=close] {
  opacity: 1;
  transform: translate(-50%, 0);
}
.nav--hamburger .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
}
@media print, screen and (min-width: 769px) {
  .nav--hamburger .icon {
    width: 100%;
    height: auto;
  }
}
.nav--hamburger .icon--inner {
  position: relative;
  aspect-ratio: 16/7;
}
@media print, screen and (min-width: 769px) {
  .nav--hamburger .icon--inner {
    width: 58.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .nav--hamburger .icon--inner {
    width: 58.3333333333%;
  }
}
.nav--hamburger .icon--inner > span {
  position: absolute;
  left: 0;
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .nav--hamburger .icon--inner > span {
    height: calc(1 / 402 * 100vw);
  }
}
.nav--hamburger .icon--inner > span {
  transition-duration: 0.3s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
@media print, screen and (min-width: 769px) {
  .nav--hamburger .icon--inner > span {
    height: 0.2564102564vh;
    background-color: var(--d-red);
  }
}
@media screen and (max-width: 768px) {
  .nav--hamburger .icon--inner > span {
    background-color: var(--white);
  }
}
.nav--hamburger .icon--inner > span:nth-child(1) {
  top: 0;
}
.nav--hamburger .icon--inner > span:nth-child(2) {
  top: 100%;
  transform: translateY(-100%);
}
.nav--hamburger .label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  writing-mode: vertical-rl;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
@media print, screen and (min-width: 769px) {
  .nav--hamburger .label {
    font-size: 1.7948717949vh;
    color: var(--d-red);
  }
}
@media screen and (max-width: 768px) {
  .nav--hamburger .label {
    color: var(--white);
  }
}
.nav--hamburger .label span {
  display: block;
  transition-duration: 0.5s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.nav--hamburger .label span[data-type=close] {
  position: absolute;
  top: 0;
  left: 50%;
  opacity: 0;
  height: 100%;
  text-wrap: nowrap;
  transform: translate(-50%, 50%);
}
@media print, screen and (min-width: 769px) {
  .nav--hamburger .label span[data-type=close] {
    font-size: 1.4102564103vh;
  }
}
*[data-opacity="50"] {
  opacity: 0.5;
}
.md {
  /* ------------------------------
    Layout
  ------------------------------ */
}
.md-header {
  margin: 0;
}
.md {
  /* ------------------------------
    Logo
  ------------------------------ */
}
.md-logo {
  line-height: 1;
}
.md-logo img {
  aspect-ratio: 518/288;
}
.md {
  /* ------------------------------
    Image
  ------------------------------ */
}
.md-img[data-aspect=wide] picture img {
  aspect-ratio: 16/9;
}
.md-img[data-aspect=square] picture img {
  aspect-ratio: 1/1;
}
.md {
  /* ------------------------------
    Title
  ------------------------------ */
}
.md-ttl__section {
  line-height: 1;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
@media screen and (max-width: 768px) {
  .md-ttl__section {
    font-size: calc(42 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .md-ttl__section {
    font-size: 6.9230769231vh;
  }
}
@media screen and (max-width: 768px) {
  .md-ttl__section {
    text-align: center;
  }
}
.md-ttl__leftbdr {
  display: flex;
  align-items: center;
  align-self: stretch;
  border-left: 3px solid var(--white);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .md-ttl__leftbdr {
    font-size: calc(18 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .md-ttl__leftbdr {
    padding: 0.7692307692vh 4.6153846154vh 0.7692307692vh 3.8461538462vh;
    font-size: 2.5641025641vh;
  }
}
@media screen and (max-width: 768px) {
  .md-ttl__leftbdr {
    padding: calc(6 / 402 * 100vw) calc(36 / 402 * 100vw) calc(6 / 402 * 100vw) calc(24 / 402 * 100vw);
  }
}
.md-ttl__leftbdr[data-color=orange] {
  border-color: var(--orange);
}
.md-ttl__leftbdr[data-color=green] {
  border-color: var(--green);
}
@media screen and (max-width: 768px) {
  .md-ttl__enjaset {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: calc(12 / 402 * 100vw) 0;
  }
}
.md-ttl__enjaset > em, .md-ttl__enjaset > small {
  display: block;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .md-ttl__enjaset > em, .md-ttl__enjaset > small {
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }
}
@media screen and (max-width: 768px) {
  .md-ttl__enjaset em {
    font-size: calc(36 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .md-ttl__enjaset em {
    font-size: 4.6153846154vh;
  }
}
@media screen and (max-width: 768px) {
  .md-ttl__enjaset small {
    font-size: calc(10 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .md-ttl__enjaset small {
    margin-top: 1.5384615385vh;
    font-size: 1.2820512821vh;
  }
}
.md-ttl__floral-deco {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .md-ttl__floral-deco {
    font-size: calc(15 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .md-ttl__floral-deco {
    gap: 0 0.7692307692vh;
    font-size: 1.9230769231vh;
  }
}
@media screen and (max-width: 768px) {
  .md-ttl__floral-deco {
    gap: 0 calc(6 / 402 * 100vw);
  }
}
.md-ttl__floral-deco[data-color=accent]:before, .md-ttl__floral-deco[data-color=accent]:after {
  background-image: url(../images/_common/deco/deco_floral_001.svg);
}
.md-ttl__floral-deco:before, .md-ttl__floral-deco:after {
  content: "";
  display: block;
  height: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 26/20;
}
@media screen and (max-width: 768px) {
  .md-ttl__floral-deco:before, .md-ttl__floral-deco:after {
    width: calc(26 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .md-ttl__floral-deco:before, .md-ttl__floral-deco:after {
    width: 3.3333333333vh;
  }
}
.md-ttl__floral-deco:after {
  transform: scaleX(-1);
}
.md-ttl__floral-deco span {
  display: block;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
.md-ttl__thorn-bg {
  position: relative;
  height: auto;
  background: url(../images/_common/deco/deco_thorn_black_001.svg) no-repeat center center/cover;
}
@media print, screen and (min-width: 769px) {
  .md-ttl__thorn-bg {
    width: 35.3846153846vh;
    aspect-ratio: 276/138;
  }
}
@media screen and (max-width: 768px) {
  .md-ttl__thorn-bg {
    margin-inline: auto;
    width: calc(276 / 402 * 100vw);
    aspect-ratio: 276/138;
  }
}
.md-ttl__thorn-bg__container {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 769px) {
  .md-ttl__thorn-bg__container {
    align-items: flex-start;
    gap: 0 0.7692307692vh;
  }
}
@media screen and (max-width: 768px) {
  .md-ttl__thorn-bg__container {
    flex-direction: column;
    gap: calc(6 / 402 * 100vw) 0;
  }
}
.md-ttl__thorn-bg__container em,
.md-ttl__thorn-bg__container small {
  display: block;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .md-ttl__thorn-bg__container em {
    font-size: calc(24 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .md-ttl__thorn-bg__container em {
    font-size: 3.0769230769vh;
  }
}
@media screen and (max-width: 768px) {
  .md-ttl__thorn-bg__container small {
    font-size: calc(12 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .md-ttl__thorn-bg__container small {
    font-size: 1.9230769231vh;
  }
}
.md {
  /* ------------------------------
    Link Button
  ------------------------------ */
}
.md-linkbtns {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .md-linkbtns {
    gap: 0 1.9230769231vh;
  }
}
@media screen and (max-width: 768px) {
  .md-linkbtns {
    gap: calc(6 / 402 * 100vw) 0;
  }
}
.md-linkbtns[data-type=column] {
  flex-direction: column;
}
@media print, screen and (min-width: 769px) {
  .md-linkbtns[data-type=column] {
    gap: 1.5384615385vh 0;
  }
}
.md-linkbtns__item {
  display: block;
  width: 100%;
  padding: 1px;
  border-radius: 1px;
  line-height: 1;
  background: linear-gradient(90deg, var(--h-green, #5ACD30) 0.48%, var(--h-blue, #20AAFF) 25.96%, var(--h-purple, #7C4885) 53.37%, var(--h-orange, #C0442E) 76.92%, var(--deep-red, #7A0002) 100%);
}
@media print, screen and (min-width: 769px) {
  .md-linkbtns__item {
    transition-duration: 0.3s;
    transition-delay: 0s;
    transition-timing-function: unset;
  }
  .md-linkbtns__item .inner {
    transition-duration: 0.3s;
    transition-delay: 0s;
    transition-timing-function: unset;
  }
  .md-linkbtns__item:hover {
    transform: scale(1.03);
  }
  .md-linkbtns__item:hover .inner {
    background-color: var(--black);
  }
}
.md-linkbtns__item[data-status=end] {
  position: relative;
  background: var(--black2);
  pointer-events: none;
}
.md-linkbtns__item[data-status=end]:after {
  content: "終了しました";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .md-linkbtns__item[data-status=end]:after {
    font-size: calc(12 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .md-linkbtns__item[data-status=end]:after {
    font-size: 1.5384615385vh;
  }
}
.md-linkbtns__item[data-status=end] .inner {
  filter: brightness(0.2);
}
.md-linkbtns__item[data-status=disabled] {
  position: relative;
  background: var(--gray);
  pointer-events: none;
}
.md-linkbtns__item[data-status=disabled]:after {
  content: "COMING SOON";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .md-linkbtns__item[data-status=disabled]:after {
    font-size: calc(12 / 402 * 100vw);
  }
}
.md-linkbtns__item[data-status=disabled]:after {
  font-family: "Hepta Slab", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
@media print, screen and (min-width: 769px) {
  .md-linkbtns__item[data-status=disabled]:after {
    font-size: 1.5384615385vh;
  }
}
.md-linkbtns__item[data-status=disabled] .inner {
  filter: brightness(0);
}
.md-linkbtns__item[data-type=cart] .inner > i:before {
  background-image: url(../images/_common/icon/icon_cart.svg);
}
.md-linkbtns__item[data-type=apply] .inner > i:before {
  background-image: url(../images/_common/icon/icon_apply.svg);
}
.md-linkbtns__item[data-type=play] .inner > i:before {
  background-image: url(../images/_common/icon/icon_play.svg);
}
.md-linkbtns__item .inner {
  width: 100%;
  background-color: var(--black2);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .md-linkbtns__item .inner {
    padding: 1.9230769231vh 0;
    gap: 0 0.3846153846vh;
  }
}
@media screen and (max-width: 768px) {
  .md-linkbtns__item .inner {
    padding: calc(15 / 402 * 100vw) 0;
    gap: 0 calc(3 / 402 * 100vw);
  }
}
.md-linkbtns__item .inner > i {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  line-height: 1;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .md-linkbtns__item .inner > i {
    width: calc(24 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .md-linkbtns__item .inner > i {
    width: 3.0769230769vh;
  }
}
.md-linkbtns__item .inner > i:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.md-linkbtns__item .inner span {
  line-height: 1;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .md-linkbtns__item .inner span {
    font-size: calc(12 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .md-linkbtns__item .inner span {
    font-size: 1.5384615385vh;
  }
}
.md-linkbtns__item .inner span small {
  margin-top: 0.5em;
  display: block;
  color: var(--gray);
}
@media screen and (max-width: 768px) {
  .md-linkbtns__item .inner span small {
    font-size: calc(10 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .md-linkbtns__item .inner span small {
    font-size: 1.2820512821vh;
  }
}
.md {
  /* ------------------------------
    Button
  ------------------------------ */
}
.md-btn__redframe {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  background: url(../images/_common/btn/btn_frame.svg) no-repeat center center/contain;
  aspect-ratio: 220/42;
}
@media screen and (max-width: 768px) {
  .md-btn__redframe {
    font-size: calc(11 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .md-btn__redframe {
    width: 28.2051282051vh;
    font-size: 1.5384615385vh;
    gap: 0 0.3846153846vh;
    transition-duration: 0.3s;
    transition-delay: 0s;
    transition-timing-function: unset;
  }
  .md-btn__redframe:hover {
    filter: brightness(0.7);
  }
}
@media screen and (max-width: 768px) {
  .md-btn__redframe {
    width: 49.1525423729%;
    gap: 0 calc(3 / 402 * 100vw);
  }
}
.md-btn__redframe:before {
  content: "";
  display: block;
  background: url(../images/_common/icon/icon_map.svg) no-repeat center center/contain;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .md-btn__redframe:before {
    width: calc(11 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .md-btn__redframe:before {
    width: 2.3076923077vh;
  }
}
.md {
  /* ------------------------------
    Links
  ------------------------------ */
}
.md-links__sns {
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .md-links__sns {
    gap: 0 1.5384615385vh;
  }
}
@media screen and (max-width: 768px) {
  .md-links__sns {
    gap: 0 calc(10 / 402 * 100vw);
  }
}
.md-links__sns[data-pos=center] {
  justify-content: center;
}
.md-links__sns > a {
  display: block;
  border-radius: 100%;
  background-color: var(--white);
}
@media screen and (max-width: 768px) {
  .md-links__sns > a {
    width: calc(30 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .md-links__sns > a {
    width: 4.6153846154vh;
    transition-duration: 0.4s;
    transition-delay: 0s;
    transition-timing-function: unset;
  }
  .md-links__sns > a:hover {
    transform: scale(1.1);
  }
}
.md-links__sns > a picture img {
  aspect-ratio: 1/1;
}
.md {
  /* ------------------------------
    Txt Set
  ------------------------------ */
}
.md-txtset[data-type="1"] {
  display: flex;
}
@media screen and (max-width: 768px) {
  .md-txtset[data-type="1"] {
    flex-direction: column;
    gap: calc(18 / 402 * 100vw);
  }
}
.md-txtset[data-type="1"][data-labelpos=center] {
  align-items: center;
}
@media screen and (max-width: 768px) {
  .md-txtset[data-type="1"] .md-txtset__header {
    font-size: calc(12 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .md-txtset[data-type="1"] .md-txtset__header {
    width: 17.9487179487vh;
    font-size: 1.5384615385vh;
  }
}
@media screen and (max-width: 768px) {
  .md-txtset[data-type="1"] .md-txtset__header {
    text-align: center;
  }
}
.md-txtset[data-type="1"] .md-txtset__header > h4 {
  line-height: 1;
}
.md-txtset[data-type="2"] {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 769px) {
  .md-txtset[data-type="2"] {
    gap: 1.0256410256vh 0;
  }
}
@media screen and (max-width: 768px) {
  .md-txtset[data-type="2"] {
    gap: calc(12 / 402 * 100vw) 0;
  }
}
.md-txtset[data-type="2"] .md-txtset__header {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .md-txtset[data-type="2"] .md-txtset__header {
    font-size: calc(10 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .md-txtset[data-type="2"] .md-txtset__header {
    font-size: 1.2820512821vh;
  }
}
@media screen and (max-width: 768px) {
  .md-txtset[data-type="2"] .md-txtset__body {
    font-size: calc(20 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .md-txtset[data-type="2"] .md-txtset__body {
    line-height: 1.4;
    font-size: 2.3076923077vh;
  }
}
@media screen and (max-width: 768px) {
  .md-txtset[data-type="2"] .md-txtset__body {
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .md-txtset[data-type="2"] .md-txtset__body[data-spsize=m] {
    font-size: calc(15 / 402 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .md-txtset[data-type="2"] .md-txtset__body small {
    font-size: calc(15 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .md-txtset[data-type="2"] .md-txtset__body small {
    font-size: 1.5384615385vh;
  }
}
.md {
  /* ------------------------------
    Txt Link
  ------------------------------ */
}
.md-txtlink[target=_blank][data-iconcolor=accent] span:after {
  background-image: url(../images/_common/icon/arrow_blank_red.svg);
}
.md-txtlink[target=_blank][data-iconcolor=white] span:after {
  background-image: url(../images/_common/icon/arrow_blank_white.svg);
}
.md-txtlink[target=_blank] span {
  position: relative;
  display: block;
}
.md-txtlink[target=_blank] span:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
  height: auto;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transform: translate(150%, 0%);
}
@media screen and (max-width: 768px) {
  .md-txtlink[target=_blank] span:after {
    width: calc(6 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .md-txtlink[target=_blank] span:after {
    width: 0.7692307692vh;
  }
}
.md {
  /* ------------------------------
    Deco
  ------------------------------ */
}
.md-deco__flower, .md-deco__blood, .md-deco__thorn {
  position: absolute;
  height: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  aspect-ratio: 1/1;
  pointer-events: none;
  will-change: filter, opacity;
}
.md-deco__flower.js--scrlevent, .md-deco__blood.js--scrlevent, .md-deco__thorn.js--scrlevent {
  opacity: 0;
}
.md-deco__flower.js--scrlevent.is__scrolled, .md-deco__blood.js--scrlevent.is__scrolled, .md-deco__thorn.js--scrlevent.is__scrolled {
  opacity: 1;
}
.md-deco__blood.js--scrlevent {
  transform: scale(1.4);
}
.md-deco__blood.js--scrlevent.is__scrolled {
  transform: scale(1);
  transition-duration: 0.2s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.md-deco__flower.js--scrlevent {
  filter: blur(10px);
}
.md-deco__flower.js--scrlevent.is__scrolled {
  filter: blur(0);
  transition-duration: 1.6s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.md-deco__thorn.js--scrlevent.is__scrolled {
  transition-duration: 0.6s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.md-deco__thornimg {
  position: absolute;
  height: auto;
  aspect-ratio: 1208/633;
  pointer-events: none;
  line-height: 1;
}
.md-deco__thorn[data-type=red-2] {
  background-image: url(../images/_common/deco/deco_thorn_red.svg);
}
.md-deco__thorn[data-type=black-2] {
  background-image: url(../images/_common/deco/deco_thorn_black_002.svg);
}
.md-deco__flower[data-type=black-1] {
  background-image: url(../images/_common/deco/deco_flower_black_001.svg);
}
.md-deco__flower[data-type=black-2] {
  background-image: url(../images/_common/deco/deco_flower_black_002.svg);
}
.md-deco__flower[data-type=gray-1] {
  background-image: url(../images/_common/deco/deco_flower_gray_001.svg);
}
.md-deco__flower[data-type=gray-2] {
  background-image: url(../images/_common/deco/deco_flower_gray_002.svg);
}
.md-deco__flower[data-type=gray-3] {
  background-image: url(../images/_common/deco/deco_flower_gray_003.svg);
}
.md-deco__blood[data-type=black-1] {
  background-image: url(../images/_common/deco/splash_black_001.svg);
}
.md-deco__blood[data-type=black-2] {
  background-image: url(../images/_common/deco/splash_black_002.svg);
}
.md-deco__blood[data-type=red-1] {
  background-image: url(../images/_common/deco/splash_red_001.svg);
}
.md-deco__blood[data-type=red-2] {
  background-image: url(../images/_common/deco/splash_red_002.svg);
}
.md-deco__blood[data-type=red-3] {
  background-image: url(../images/_common/deco/splash_red_003.svg);
}
.md-deco__blood[data-type=purple-1] {
  background-image: url(../images/_common/deco/splash_purple_001.svg);
}
.md-deco__blood[data-type=purple-2] {
  background-image: url(../images/_common/deco/splash_purple_002.svg);
}
.md {
  /* ------------------------------
    Ticket
  ------------------------------ */
}
.md-ticket {
  min-width: 0;
  flex-shrink: 0;
  flex-basis: auto;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(7.5px);
}
@media screen and (max-width: 768px) {
  .md-ticket {
    padding-top: calc(30 / 402 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .md-ticket {
    padding-bottom: calc(30 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .md-ticket {
    width: 75.1282051282vh;
  }
}
@media print, screen and (min-width: 769px) {
  .md-ticket[data-size=l] {
    height: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .md-ticket[data-size=m] {
    height: calc(50% - 0.641025641vh);
  }
}
@media print, screen and (min-width: 769px) {
  .md-ticket[data-size=slim] {
    width: 46.1538461538vh;
    height: 100%;
  }
}
.md-ticket__container {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 769px) {
  .md-ticket__container {
    padding-top: 4.6153846154vh;
    gap: 2.5641025641vh 0;
  }
}
@media screen and (max-width: 768px) {
  .md-ticket__container {
    gap: calc(18 / 402 * 100vw) 0;
  }
}
.md-ticket__container > article {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .md-ticket__container > article {
    padding-left: var(--sp-padding-ratio);
    padding-right: var(--sp-padding-ratio);
  }
}
@media print, screen and (min-width: 769px) {
  .md-ticket__container > article {
    padding: 0 4.6153846154vh;
    gap: 2.3076923077vh 0;
  }
}
@media screen and (max-width: 768px) {
  .md-ticket__container > article {
    gap: calc(20 / 402 * 100vw) 0;
  }
}
.md-ticket__container > article > * {
  width: 100%;
}
.md {
  /* ------------------------------
    List
  ------------------------------ */
}
.md-li__simple {
  display: flex;
  flex-direction: column;
  list-style-type: disc;
  gap: 0.5em 0;
}
.md-li__simple > li {
  margin-left: 1.5em;
  line-height: 1.6;
}
.md-li__attention {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 769px) {
  .md-li__attention {
    gap: 0.5128205128vh 0;
  }
}
@media screen and (max-width: 768px) {
  .md-li__attention {
    gap: calc(8 / 402 * 100vw) 0;
  }
}
@media print, screen and (min-width: 769px) {
  .md-li__attention[data-txtsize=s] > li {
    font-size: 1.2820512821vh;
  }
}
.md-li__attention > li {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .md-li__attention > li {
    font-size: calc(10 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .md-li__attention > li {
    line-height: 1.6;
    font-size: 1.4102564103vh;
  }
}
@media screen and (max-width: 768px) {
  .md-li__attention > li {
    line-height: 1.5;
  }
}
.md-li__attention > li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.2em;
}
.md-li__attention > li > p {
  text-align: left;
  padding-left: 1.2em;
}
.md-li__attention > li > ul {
  padding-left: 1.2em;
  list-style: disc;
  display: flex;
  flex-direction: column;
  gap: 0.6em 0;
}
.md-li__attention > li > ul:not(:first-child) {
  margin-top: 0.85em;
}
.md-li__attention > li > ul > li {
  margin-left: 1.5em;
  line-height: 1.6;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers 
*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ------------------------------
  Body
------------------------------ */
html {
  font-size: 62.5%;
}
body {
  font-family: var(--base-font);
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
  background: var(--black);
  color: var(--base-color);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  backface-visibility: hidden;
}
@media print, screen and (min-width: 769px) {
  body {
    width: 100%;
    height: 100svh;
    overflow-x: auto;
    overflow-y: hidden;
    background-color: var(--bg-color);
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
  }
}
body[data-navopen=true] {
  pointer-events: none;
  overflow: hidden;
  min-height: 100%;
  height: 100%;
}
* {
  box-sizing: border-box;
}
::-moz-selection {
  background: var(--accent-color);
  color: var(--white);
}
::selection {
  background: var(--accent-color);
  color: var(--white);
}
/* ------------------------------
  Display
------------------------------ */
@media screen and (max-width: 768px) {
  .is-pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 769px) {
  .is-sp {
    display: none !important;
  }
}
/* ------------------------------
  Images
------------------------------ */
picture {
  display: block;
}
img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: bottom;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
  }
}
svg {
  width: 100%;
  height: auto;
}
/* ------------------------------
  Links
------------------------------ */
a {
  color: var(--link-color);
  outline: none !important;
  text-decoration: none;
}
*[data-font=gunter] {
  font-family: "gunter", sans-serif;
  font-weight: 400;
  font-style: normal;
}
*[data-font=hepta-slab] {
  font-family: "Hepta Slab", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
*[data-font=mincho] {
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
}
*[data-font=ibm-plex-mono] {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 400;
  font-style: normal;
}
*[data-txtcolor=accent] {
  color: var(--accent-color);
}
*[data-txtcolor=black] {
  color: var(--black);
}
*[data-txtcolor=black2] {
  color: var(--black2);
}
*[data-txtcolor=white] {
  color: var(--white);
}
*[data-txtcolor=base] {
  color: var(--base-color);
}
*[data-txtcolor=d-red] {
  color: var(--d-red);
}
*[data-txtcolor=orange] {
  color: var(--orange);
}
*[data-txtcolor=green] {
  color: var(--green);
}
*[data-txtcolor=purple] {
  color: var(--purple);
}
*[data-txtcolor=gray] {
  color: var(--gray);
}
*[data-fontweight=light] {
  font-weight: 300;
}
*[data-fontweight=regular] {
  font-weight: 400;
}
*[data-fontweight=medium] {
  font-weight: 500;
}
*[data-fontweight=semibold] {
  font-weight: 600;
}
*[data-fontweight=bold] {
  font-weight: 700;
}
*[data-fontweight=extrabold] {
  font-weight: 800;
}
*[data-fontweight=black] {
  font-weight: 900;
}
.l-fv {
  position: relative;
  background-color: var(--black);
  z-index: 3;
}
@media print, screen and (min-width: 769px) {
  .l-fv {
    width: 100vw;
    padding: 0 48px;
  }
}
@media screen and (max-width: 1200px) {
  .l-fv {
    width: -moz-max-content;
    width: max-content;
    min-width: 100vw;
    padding: 0 1.5384615385vh;
  }
}
@media screen and (max-width: 768px) {
  .l-fv {
    padding: calc(15 / 402 * 100vw) 0 0;
    width: 100%;
  }
}
.l-fv.is__show .l-fv__container .kv--img picture img {
  opacity: 1;
  filter: grayscale(0) contrast(1);
  transition-duration: 2s;
  transition-delay: 0.5s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.l-fv:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/_common/bg/pattern_flower_001.webp) repeat center/600px auto;
  pointer-events: none;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  .l-fv:before {
    opacity: 0.08;
  }
}
@media screen and (max-width: 768px) {
  .l-fv:before {
    opacity: 0.08;
  }
}
.l-fv__container {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .l-fv__container {
    padding-left: 6.1538461538vh;
    padding-right: 9.7435897436vh;
  }
}
@media screen and (max-width: 768px) {
  .l-fv__container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .l-fv__container .kv {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 9.6153846154vh;
    height: 100svh;
  }
}
.l-fv__container .kv--img {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .l-fv__container .kv--img {
    width: 42.34375%;
    max-width: 69.4871794872vh;
  }
}
@media screen and (max-width: 768px) {
  .l-fv__container .kv--img {
    width: 100%;
  }
}
.l-fv__container .kv--img > picture {
  position: relative;
  border: solid 1px var(--d-red);
  background-color: var(--black);
}
@media print, screen and (min-width: 769px) {
  .l-fv__container .kv--img > picture {
    padding: 5px;
  }
}
@media screen and (max-width: 768px) {
  .l-fv__container .kv--img > picture {
    margin-inline: auto;
    padding: calc(5 / 402 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-fv__container .kv--img > picture {
    width: calc(364 / 402 * 100vw);
  }
}
.l-fv__container .kv--img > picture:before, .l-fv__container .kv--img > picture:after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  background: url(../images/fv/kv_frame_deco_left.svg) repeat-y center/contain;
  aspect-ratio: 36/670;
}
@media screen and (max-width: 768px) {
  .l-fv__container .kv--img > picture:before, .l-fv__container .kv--img > picture:after {
    width: calc(20 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-fv__container .kv--img > picture:before, .l-fv__container .kv--img > picture:after {
    width: 6.6420664207%;
    max-width: 4.6153846154vh;
  }
}
.l-fv__container .kv--img > picture:before {
  left: 0;
  transform: translate(-100%, -50%);
}
.l-fv__container .kv--img > picture:after {
  right: 0;
  transform: translate(100%, -50%) scaleX(-1);
}
.l-fv__container .kv--img > picture img {
  opacity: 0;
  filter: grayscale(100%) contrast(3);
}
.l-fv__container .kv--info {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .l-fv__container .kv--info {
    padding-top: calc(15 / 402 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-fv__container .kv--info {
    padding-bottom: calc(48 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-fv__container .kv--info {
    width: 42.1875%;
    max-width: 69.2307692308vh;
    gap: 5.3846153846vh 0;
  }
}
@media screen and (max-width: 1200px) {
  .l-fv__container .kv--info {
    gap: 5.3846153846vh 0;
  }
}
@media screen and (max-width: 768px) {
  .l-fv__container .kv--info {
    width: 100%;
    gap: calc(30 / 402 * 100vw) 0;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .l-fv__container .kv--info > h1 {
    width: calc(384 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-fv__container .kv--info > h1 picture {
    max-width: 69.2307692308vh;
    filter: drop-shadow(0 0 4px var(--d-red)) drop-shadow(0 0 2px var(--black));
  }
}
@media screen and (max-width: 768px) {
  .l-fv__container .kv--info > h1 picture {
    filter: drop-shadow(0 0 8px var(--d-red)) drop-shadow(0 0 2px var(--black));
  }
}
.l-fv__container .kv--info > h2 {
  width: 100%;
  line-height: 1;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 769px) {
  .l-fv__container .kv--info > h2 {
    gap: 2.3076923077vh 0;
  }
}
@media screen and (max-width: 768px) {
  .l-fv__container .kv--info > h2 {
    gap: calc(18 / 402 * 100vw) 0;
  }
}
.l-fv__container .kv--info > h2 > picture {
  margin-inline: auto;
}
@media print, screen and (min-width: 769px) {
  .l-fv__container .kv--info > h2 > picture {
    width: 73.3333333333%;
    max-width: 50.7692307692vh;
  }
}
@media screen and (max-width: 768px) {
  .l-fv__container .kv--info > h2 > picture {
    width: calc(312 / 402 * 100vw);
  }
}
.l-fv__container .kv--info > h2 > picture[data-type=place] {
  border: solid 0 var(--d-red);
  border-width: 1px 0;
}
@media print, screen and (min-width: 769px) {
  .l-fv__container .kv--info > h2 > picture[data-type=place] {
    padding: 15px 0 18px;
  }
}
@media screen and (max-width: 768px) {
  .l-fv__container .kv--info > h2 > picture[data-type=place] {
    padding: calc(15 / 402 * 100vw) 0;
  }
}
@media print, screen and (min-width: 769px) {
  .l-fv__container .kv--scroll {
    position: absolute;
    right: -1.5384615385vh;
    bottom: 2.3076923077vh;
    margin: 0;
    padding: 0;
    line-height: 1;
    z-index: 3;
  }
}
@media print, screen and (min-width: 769px) {
  .l-fv__container .kv--scroll > button {
    display: flex;
    align-items: center;
    background: none;
    border-style: none;
    gap: 0 0.7692307692vh;
    will-change: filter;
    cursor: pointer;
    transition-duration: 0.4s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
}
@media print, screen and (min-width: 769px) {
  .l-fv__container .kv--scroll > button[data-status=hidden] {
    opacity: 0;
    pointer-events: none;
    transform: translateX(10%);
    filter: blur(10px);
  }
}
@media print, screen and (min-width: 769px) {
  .l-fv__container .kv--scroll > button picture[data-type=txt] {
    width: 6.9230769231vh;
  }
}
.l-fv__container .kv--scroll > button picture[data-type=arrow] {
  animation: arrowAnimationX 2s ease-in-out infinite;
}
@media print, screen and (min-width: 769px) {
  .l-fv__container .kv--scroll > button picture[data-type=arrow] {
    width: 3.8461538462vh;
  }
}
.common-settings#About {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .common-settings#About {
    margin-right: 15.3846153846vh;
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#About:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 303.5897435897vh;
    height: 100%;
    background: url(../images/_common/bg/layer_bg_001.webp) no-repeat left bottom/cover;
    z-index: 1;
  }
}
.common-settings#About .inner-section {
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section {
    display: flex;
  }
}
.common-settings#About .inner-section .mainttl {
  line-height: 1;
  z-index: 2;
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .mainttl {
    position: absolute;
    top: 6.4102564103vh;
    width: 461.9230769231vh;
    left: 6.9230769231vh;
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .md-deco__flower[data-type=black-1] {
    top: -53.4615384615vh;
    left: 312.6923076923vh;
    width: 118.2051282051vh;
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .md-deco__flower[data-type=gray-1] {
    left: -55vh;
    bottom: -42.1794871795vh;
    width: 118.2051282051vh;
  }
}
.common-settings#About .inner-section .about {
  position: relative;
  z-index: 3;
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .about {
    display: flex;
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .about--container {
    padding-top: 15.3846153846vh;
    padding-left: 12.5641025641vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .about--container {
    position: relative;
    z-index: 2;
  }
  .common-settings#About .inner-section .about--container:before {
    content: "";
    position: absolute;
    top: calc(-15 / 402 * 100vw);
    left: calc(180 / 402 * 100vw);
    display: block;
    background: url(../images/about/bg_about_sp.webp) no-repeat right top/cover;
    width: calc(240 / 402 * 100vw);
    height: 120%;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .about--container > * {
    position: relative;
    z-index: 2;
  }
}
.common-settings#About .inner-section .about--container__details {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .about--container__details {
    padding-left: var(--sp-padding-ratio);
    padding-right: var(--sp-padding-ratio);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .about--container__details {
    padding-left: 9.2307692308vh;
    gap: 5.3846153846vh 0;
  }
}
.common-settings#About .inner-section .about--container__details--data {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .about--container__details--data {
    gap: 3.8461538462vh 0;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .about--container__details--data {
    gap: calc(30 / 402 * 100vw);
  }
}
.common-settings#About .inner-section .about--container__details--data > dl {
  display: flex;
  line-height: 1;
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .about--container__details--data > dl {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .about--container__details--data > dl {
    text-align: center;
    flex-direction: column;
    gap: calc(10 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .about--container__details--data > dl:nth-child(1) {
    padding-bottom: 1.0256410256vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .about--container__details--data > dl > dt {
    font-size: calc(12 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .about--container__details--data > dl > dt {
    width: 15.3846153846vh;
    font-size: 1.2820512821vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .about--container__details--data > dl > dd {
    font-size: calc(24 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .about--container__details--data > dl > dd {
    display: flex;
    align-items: center;
    font-size: 2.5641025641vh;
    gap: 0 1.5384615385vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .about--container__details--data > dl > dd > p {
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .about--container__details--data > dl > dd > p em {
    font-size: calc(36 / 402 * 100vw);
  }
}
.common-settings#About .inner-section .about--container__details--data > dl > dd > p small {
  margin-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .about--container__details--data > dl > dd > p small {
    font-size: calc(18 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .about--container__details--data > dl > dd > p small {
    font-size: 1.9230769231vh;
  }
}
.common-settings#About .inner-section .about--container__details--data > dl > dd > nav {
  display: flex;
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .about--container__details--data > dl > dd > nav {
    margin-top: calc(12 / 402 * 100vw);
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .about--container__details--map {
    padding-top: calc(24 / 402 * 100vw);
  }
}
.common-settings#About .inner-section .about--container__details--map iframe {
  display: block;
  filter: grayscale(100%);
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .about--container__details--map iframe {
    width: 114.8717948718vh;
    height: 18.7179487179vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .about--container__details--map iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 354/174;
  }
}
.common-settings#About .inner-section .about--dresscode {
  position: relative;
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .about--dresscode {
    margin-top: calc(84 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .about--dresscode {
    margin-left: -2.5641025641vh;
    padding-top: 25.1282051282vh;
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .about--dresscode {
    z-index: 2;
  }
}
.common-settings#About .inner-section .about--dresscode.is__scrolled .about--dresscode__paper[data-num=top], .common-settings#About .inner-section .about--dresscode.is__scrolled .about--dresscode__paper[data-num=bottom] {
  opacity: 1;
  transform: rotate(0) translate(0, 0);
  transition-duration: 1.2s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
.common-settings#About .inner-section .about--dresscode.is__scrolled .about--dresscode__container {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  filter: blur(0);
  transition-duration: 1.4s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.common-settings#About .inner-section .about--dresscode.is__scrolled .about--dresscode__container--inner {
  opacity: 1;
  transition-duration: 1.4s;
  transition-delay: 1s;
  transition-timing-function: unset;
}
.common-settings#About .inner-section .about--dresscode .md-deco__blood {
  z-index: 5;
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .about--dresscode .md-deco__blood[data-type=red-1] {
    top: -41.2820512821vh;
    left: -20.1282051282vh;
    width: 85.3846153846vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .about--dresscode .md-deco__blood[data-type=red-1] {
    top: calc(-196 / 402 * 100vw);
    right: calc(-240 / 402 * 100vw);
    width: calc(480 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .about--dresscode .md-deco__blood[data-type=red-2] {
    top: 57.6923076923vh;
    left: 32.3076923077vh;
    width: 64.1025641026vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .about--dresscode .md-deco__blood[data-type=red-2] {
    top: calc(160 / 402 * 100vw);
    left: calc(-176 / 402 * 100vw);
    width: calc(332 / 402 * 100vw);
  }
}
.common-settings#About .inner-section .about--dresscode__paper {
  position: absolute;
  opacity: 0;
  height: auto;
  z-index: 1;
  will-change: filter;
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.55));
}
.common-settings#About .inner-section .about--dresscode__paper[data-num=top] {
  background: url(../images/about/dresscode/paper_back_top.webp) no-repeat center top/cover;
  transform: rotate(12deg) translate(0, -30%);
  aspect-ratio: 1426/1557;
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .about--dresscode__paper[data-num=top] {
    top: -21.0256410256vh;
    left: -26.1538461538vh;
    width: 60.8974358974vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .about--dresscode__paper[data-num=top] {
    top: calc(-72 / 402 * 100vw);
    left: calc(-160 / 402 * 100vw);
    width: calc(444 / 402 * 100vw);
  }
}
.common-settings#About .inner-section .about--dresscode__paper[data-num=bottom] {
  background: url(../images/about/dresscode/paper_back_bottom.webp) no-repeat center top/cover;
  transform: rotate(-6deg) translate(0, 24%);
  aspect-ratio: 1707/1774;
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .about--dresscode__paper[data-num=bottom] {
    right: -39.358974359vh;
    top: 53.2051282051vh;
    width: 72.6923076923vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .about--dresscode__paper[data-num=bottom] {
    top: calc(54 / 402 * 100vw);
    right: calc(-127 / 402 * 100vw);
    width: calc(402 / 402 * 100vw);
  }
}
.common-settings#About .inner-section .about--dresscode__container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  background: url(../images/about/dresscode/paper_front.webp) no-repeat center top/cover;
  z-index: 2;
  will-change: filter;
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.55));
  aspect-ratio: 402/456;
  opacity: 0;
  transform: scale(1.12) rotate(-6deg);
  filter: blur(10px);
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .about--dresscode__container {
    width: calc(338 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .about--dresscode__container {
    width: 51.5384615385vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .about--dresscode__container {
    margin-inline: auto;
  }
}
.common-settings#About .inner-section .about--dresscode__container--inner {
  opacity: 0;
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .about--dresscode__container--inner {
    width: 74.6268656716%;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .about--dresscode__container--inner {
    width: 79.2899408284%;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .about--dresscode__container--inner > header {
    margin-bottom: calc(30 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .about--dresscode__container--inner > header {
    margin-bottom: 3.8461538462vh;
  }
}
.common-settings#About .inner-section .about--dresscode__container--inner > article {
  text-align: center;
  line-height: 2;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .about--dresscode__container--inner > article {
    font-size: calc(13 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .about--dresscode__container--inner > article {
    font-size: 1.858974359vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .about--dresscode__container--inner > article > .md-li__attention {
    padding-top: calc(15 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .about--dresscode__container--inner > article > .md-li__attention {
    padding-top: 1.9230769231vh;
  }
}
.common-settings#About .inner-section .cast {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .cast {
    padding-top: calc(84 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .cast {
    padding-left: 15.3846153846vh;
  }
}
.common-settings#About .inner-section .cast--container {
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .cast--container {
    gap: 0 19.7435897436vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .cast--container {
    flex-direction: column;
    gap: calc(78 / 402 * 100vw) 0;
  }
}
.common-settings#About .inner-section .cast--main {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .cast--main {
    margin-top: 7.0512820513vh;
  }
}
.common-settings#About .inner-section .cast--main.is__scrolled .cast--main__header > h3 {
  opacity: 1;
  letter-spacing: 0;
  transform: scaleX(1);
  transition-duration: 1.5s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.common-settings#About .inner-section .cast--main.is__scrolled .cast--main__photo > picture {
  animation: castImgMaskAnimation 2.2s cubic-bezier(0.86, 0, 0.07, 1) forwards;
}
.common-settings#About .inner-section .cast--main.is__scrolled .cast--main__prof--name > h4 {
  opacity: 1;
  transform: translate(0, 0);
  filter: blur(0);
  transition-duration: 1.8s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.common-settings#About .inner-section .cast--main.is__scrolled .cast--main__prof--desc {
  opacity: 1;
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .cast--main.is__scrolled .cast--main__prof--desc {
    transform: translateX(0);
    transition-duration: 1.2s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .cast--main.is__scrolled .cast--main__prof--desc {
    transform: translateY(0);
    transition-duration: 1.2s;
    transition-delay: 0.4s;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
}
.common-settings#About .inner-section .cast--main .md-deco__blood[data-type=red-3] {
  opacity: 0.2;
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .cast--main .md-deco__blood[data-type=red-3] {
    top: -9.6153846154vh;
    left: 12.8205128205vh;
    width: 133.8461538462vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .cast--main .md-deco__blood[data-type=red-3] {
    top: calc(84 / 402 * 100vw);
    left: 50%;
    width: calc(964 / 402 * 100vw);
    transform: translateX(-50%);
  }
}
.common-settings#About .inner-section .cast--main__header, .common-settings#About .inner-section .cast--main__photo, .common-settings#About .inner-section .cast--main__prof {
  position: relative;
  z-index: 2;
}
.common-settings#About .inner-section .cast--main__header {
  position: absolute;
  line-height: 1;
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .cast--main__header {
    top: 5.1282051282vh;
    left: -8.5897435897vh;
    font-size: 10.7692307692vh;
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .cast--main__header {
    top: calc(-15 / 402 * 100vw);
    left: 0;
    font-size: calc(72 / 402 * 100vw);
    z-index: 0;
  }
}
.common-settings#About .inner-section .cast--main__header > h3 {
  opacity: 0;
  letter-spacing: 0.15em;
  transform: scaleX(1.2);
  transform-origin: left center;
}
.common-settings#About .inner-section .cast--main__photo {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .cast--main__photo {
    width: 98.7179487179vh;
  }
}
.common-settings#About .inner-section .cast--main__photo picture {
  -webkit-mask-image: linear-gradient(to top, var(--bg-color), var(--base-color));
          mask-image: linear-gradient(to top, var(--bg-color), var(--base-color));
  -webkit-mask-size: 100% 200%;
          mask-size: 100% 200%;
  -webkit-mask-position: left 0% bottom 200%;
          mask-position: left 0% bottom 200%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .cast--main__photo picture img {
    aspect-ratio: 1540/890;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .cast--main__photo picture img {
    aspect-ratio: 1206/890;
  }
}
.common-settings#About .inner-section .cast--main__prof {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .cast--main__prof {
    padding-left: var(--sp-padding-ratio);
    padding-right: var(--sp-padding-ratio);
  }
}
.common-settings#About .inner-section .cast--main__prof--name {
  position: absolute;
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .cast--main__prof--name {
    right: 1.1538461538vh;
    top: -4.6153846154vh;
    transform: translateY(-100%);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .cast--main__prof--name {
    top: calc(0 / 402 * 100vw);
    right: calc(18 / 402 * 100vw);
    transform: translateY(-30%);
  }
}
.common-settings#About .inner-section .cast--main__prof--name > h4 {
  position: relative;
  opacity: 0;
  transform: translate(0, 20%);
  filter: blur(10px);
  will-change: filter, transform, opacity;
}
.common-settings#About .inner-section .cast--main__prof--name > h4 > * {
  display: block;
  line-height: 1;
}
.common-settings#About .inner-section .cast--main__prof--name > h4 > em {
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .cast--main__prof--name > h4 > em {
    width: 15.2564102564vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .cast--main__prof--name > h4 > em {
    width: calc(82 / 402 * 100vw);
  }
}
.common-settings#About .inner-section .cast--main__prof--name > h4 > small {
  position: absolute;
  z-index: 2;
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .cast--main__prof--name > h4 > small {
    right: -4.8717948718vh;
    bottom: -1.5384615385vh;
    width: 9.7435897436vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .cast--main__prof--name > h4 > small {
    right: calc(-18 / 402 * 100vw);
    bottom: calc(-32 / 402 * 100vw);
    width: calc(76 / 402 * 100vw);
  }
}
.common-settings#About .inner-section .cast--main__prof--desc {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .cast--main__prof--desc {
    padding-top: calc(28 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .cast--main__prof--desc {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 2.3076923077vh;
    margin-left: 36.9230769231vh;
    width: 61.7948717949vh;
    transform: translateX(50px);
    gap: 0 5.3846153846vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .cast--main__prof--desc {
    transform: translateY(30px);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .cast--main__prof--desc > header {
    font-size: 1.2820512821vh;
  }
}
.common-settings#About .inner-section .cast--main__prof--desc > header > h5 {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
.common-settings#About .inner-section .cast--main__prof--desc > article {
  line-height: 2;
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .cast--main__prof--desc > article {
    font-size: 1.7307692308vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .cast--main__prof--desc > article {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.common-settings#About .inner-section .cast--main__prof--desc > article > p {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .cast--main__prof--desc > article > p {
    font-size: calc(11 / 402 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .cast--main__prof--desc > article > p {
    width: calc(248 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .cast--main__prof--desc > article > p {
    letter-spacing: -0.04em;
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .cast--main__prof--desc > article > nav {
    margin-top: 3.8461538462vh;
  }
}
.common-settings#About .inner-section .cast--guest {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .cast--guest {
    padding-top: 12.1794871795vh;
    gap: 8.4615384615vh 0;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .cast--guest {
    gap: calc(36 / 402 * 100vw) 0;
    padding-bottom: calc(54 / 402 * 100vw);
  }
}
.common-settings#About .inner-section .cast--guest.is__scrolled .cast--guest__header > h4 {
  opacity: 1;
  letter-spacing: 0em;
  transform: scaleX(1);
  transition-duration: 1.5s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.common-settings#About .inner-section .cast--guest.is__scrolled .cast--guest__lineup > ul > li {
  opacity: 1;
  transform: translate(0, 0);
  filter: brightness(1) blur(0);
  transition-duration: 0.85s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.common-settings#About .inner-section .cast--guest.is__scrolled .cast--guest__lineup > ul > li .info {
  opacity: 1;
  transition-duration: 0.4s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.common-settings#About .inner-section .cast--guest.is__scrolled .cast--guest__lineup > ul > li:nth-child(1) {
  transition-delay: 0.1s;
}
.common-settings#About .inner-section .cast--guest.is__scrolled .cast--guest__lineup > ul > li:nth-child(1) .info {
  transition-delay: 0.2s;
}
.common-settings#About .inner-section .cast--guest.is__scrolled .cast--guest__lineup > ul > li:nth-child(2) {
  transition-delay: 0.2s;
}
.common-settings#About .inner-section .cast--guest.is__scrolled .cast--guest__lineup > ul > li:nth-child(2) .info {
  transition-delay: 0.4s;
}
.common-settings#About .inner-section .cast--guest.is__scrolled .cast--guest__lineup > ul > li:nth-child(3) {
  transition-delay: 0.3s;
}
.common-settings#About .inner-section .cast--guest.is__scrolled .cast--guest__lineup > ul > li:nth-child(3) .info {
  transition-delay: 0.6s;
}
.common-settings#About .inner-section .cast--guest.is__scrolled .cast--guest__lineup > ul > li:nth-child(4) {
  transition-delay: 0.4s;
}
.common-settings#About .inner-section .cast--guest.is__scrolled .cast--guest__lineup > ul > li:nth-child(4) .info {
  transition-delay: 0.8s;
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .cast--guest .md-deco__blood[data-type=black-1] {
    top: 41.9230769231vh;
    left: 34.4871794872vh;
    width: 95.3846153846vh;
  }
}
.common-settings#About .inner-section .cast--guest__header, .common-settings#About .inner-section .cast--guest__lineup {
  position: relative;
  z-index: 2;
}
.common-settings#About .inner-section .cast--guest__header > h4 {
  opacity: 0;
  letter-spacing: 0.15em;
  transform: scaleX(1.2);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .cast--guest__header > h4 {
    font-size: calc(24 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .cast--guest__header > h4 {
    transform-origin: left center;
    font-size: 6.1538461538vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .cast--guest__header > h4 {
    transform-origin: center center;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .cast--guest__lineup {
    padding-left: var(--sp-padding-ratio);
    padding-right: var(--sp-padding-ratio);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .cast--guest__lineup {
    padding-left: 10.2564102564vh;
  }
}
.common-settings#About .inner-section .cast--guest__lineup > ul {
  display: flex;
  align-items: flex-start;
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .cast--guest__lineup > ul {
    gap: 0 3.0769230769vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .cast--guest__lineup > ul {
    gap: calc(24 / 402 * 100vw) 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.common-settings#About .inner-section .cast--guest__lineup > ul > li {
  opacity: 0;
  transform: scale(1.08) translate(0, 40px);
  filter: brightness(1.2) blur(10px);
  will-change: filter, transform;
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .cast--guest__lineup > ul > li {
    width: 28.7179487179vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .cast--guest__lineup > ul > li {
    width: 48.0225988701%;
  }
}
.common-settings#About .inner-section .cast--guest__lineup > ul > li .info {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .cast--guest__lineup > ul > li .info {
    padding-top: calc(12 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .cast--guest__lineup > ul > li .info {
    padding-top: 1.5384615385vh;
  }
}
.common-settings#About .inner-section .cast--guest__lineup > ul > li .info--name {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .cast--guest__lineup > ul > li .info--name {
    margin-bottom: calc(10 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .cast--guest__lineup > ul > li .info--name {
    margin-bottom: 1.9230769231vh;
  }
}
.common-settings#About .inner-section .cast--guest__lineup > ul > li .info--name > h5 {
  text-align: center;
  line-height: 1;
  letter-spacing: -0.04em;
  font-feature-settings: "palt" on;
}
@media screen and (max-width: 768px) {
  .common-settings#About .inner-section .cast--guest__lineup > ul > li .info--name > h5 {
    font-size: calc(20 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#About .inner-section .cast--guest__lineup > ul > li .info--name > h5 {
    font-size: 2.5641025641vh;
  }
}
.common-settings#Discography {
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .common-settings#Discography {
    padding-top: calc(72 / 402 * 100vw);
  }
}
.common-settings#Discography .inner-section {
  position: relative;
}
.common-settings#Discography .inner-section > .md-deco__blood {
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section > .md-deco__blood[data-type=purple-1] {
    top: 29.358974359vh;
    left: -34.4871794872vh;
    width: 122.5641025641vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section > .md-deco__blood[data-type=purple-1] {
    top: calc(-132 / 402 * 100vw);
    left: calc(73 / 402 * 100vw);
    width: calc(658 / 402 * 100vw);
  }
}
.common-settings#Discography .inner-section > .md-deco__thornimg {
  opacity: 0.1;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section > .md-deco__thornimg {
    width: calc(598 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section > .md-deco__thornimg {
    width: 77.4358974359vh;
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section > .md-deco__thornimg[data-num="1"] {
    top: -10.7692307692vh;
    left: 76.6666666667vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section > .md-deco__thornimg[data-num="1"] {
    top: calc(380 / 402 * 100vw);
    left: calc(37 / 402 * 100vw);
  }
}
.common-settings#Discography .inner-section > .md-deco__thornimg[data-num="2"] {
  transform: scaleX(-1);
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section > .md-deco__thornimg[data-num="2"] {
    top: 73.8461538462vh;
    left: 155.3846153846vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section > .md-deco__thornimg[data-num="2"] {
    top: calc(720 / 402 * 100vw);
    left: calc(-97 / 402 * 100vw);
  }
}
.common-settings#Discography .inner-section .disco {
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco {
    display: flex;
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--intro {
    padding-top: 11.7948717949vh;
    padding-left: 9.2307692308vh;
  }
}
.common-settings#Discography .inner-section .disco--intro__header {
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--intro__header {
    gap: 0 3.8461538462vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--intro__header {
    align-items: center;
    flex-direction: column;
    gap: calc(18 / 402 * 100vw) 0;
  }
}
.common-settings#Discography .inner-section .disco--intro__header > h3 {
  line-height: 1;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--intro__header > h3 {
    padding-top: 2.5641025641vh;
    font-size: 1.5384615385vh;
  }
}
.common-settings#Discography .inner-section .disco--intro__header > h4 {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--intro__header > h4 {
    gap: 3.0769230769vh 0;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--intro__header > h4 {
    gap: calc(12 / 402 * 100vw) 0;
    align-items: center;
  }
}
.common-settings#Discography .inner-section .disco--intro__header > h4 picture {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--intro__header > h4 picture[data-type=label] {
    width: calc(382 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--intro__header > h4 picture[data-type=label] {
    width: 96.7948717949vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--intro__header > h4 picture[data-type=release] {
    width: calc(216 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--intro__header > h4 picture[data-type=release] {
    width: 41.2820512821vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--intro__img {
    padding-top: calc(18 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--intro__img {
    padding-top: 5.3846153846vh;
    padding-left: 17.5641025641vh;
  }
}
.common-settings#Discography .inner-section .disco--intro__img.is__scrolled .md-img picture {
  animation: castImgMaskAnimation 1.5s cubic-bezier(0.86, 0, 0.07, 1) forwards;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--intro__img .md-img {
    width: 104.8717948718vh;
  }
}
.common-settings#Discography .inner-section .disco--intro__img .md-img picture {
  -webkit-mask-image: linear-gradient(to top, var(--bg-color), var(--base-color));
          mask-image: linear-gradient(to top, var(--bg-color), var(--base-color));
  -webkit-mask-size: 100% 200%;
          mask-size: 100% 200%;
  -webkit-mask-position: left 0% bottom 200%;
          mask-position: left 0% bottom 200%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--variation {
    padding-left: 11.5384615385vh;
  }
}
.common-settings#Discography .inner-section .disco--variation.is__scrolled .disco--variation__container--item .jkt {
  opacity: 1;
  transform: translate(0, 0) rotate(0deg);
  transition-duration: 0.8s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.common-settings#Discography .inner-section .disco--variation.is__scrolled .disco--variation__container--item .info {
  opacity: 1;
  transition-duration: 0.6s;
  transition-delay: 0.6s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.common-settings#Discography .inner-section .disco--variation.is__scrolled .disco--variation__container--item:nth-child(1) .jkt {
  transition-delay: 0.1s;
}
.common-settings#Discography .inner-section .disco--variation.is__scrolled .disco--variation__container--item:nth-child(2) .jkt {
  transition-delay: 0.2s;
}
.common-settings#Discography .inner-section .disco--variation.is__scrolled .disco--variation__container--item:nth-child(3) .jkt {
  transition-delay: 0.3s;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--variation__container {
    display: flex;
  }
}
.common-settings#Discography .inner-section .disco--variation__container--item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--variation__container--item {
    width: calc(190 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--variation__container--item {
    width: 41.0256410256vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--variation__container--item:nth-child(1) .jkt picture img, .common-settings#Discography .inner-section .disco--variation__container--item:nth-child(3) .jkt picture img {
    transform: rotate(-3deg) translate3d(0, 0, 0);
  }
}
.common-settings#Discography .inner-section .disco--variation__container--item:nth-child(1) .jkt, .common-settings#Discography .inner-section .disco--variation__container--item:nth-child(2) .jkt {
  z-index: 1;
}
.common-settings#Discography .inner-section .disco--variation__container--item:nth-child(1) .info, .common-settings#Discography .inner-section .disco--variation__container--item:nth-child(2) .info {
  z-index: 2;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--variation__container--item:nth-child(1) {
    margin-top: 10.2564102564vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--variation__container--item:nth-child(1) {
    transform: translate(calc(11 / 402 * 100vw), calc(18 / 402 * 100vw));
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--variation__container--item:nth-child(1) .jkt picture img {
    transform: rotate(4deg) translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--variation__container--item:nth-child(1) .info {
    position: absolute;
    top: calc(15 / 402 * 100vw);
    right: 0;
    transform: translateX(106%);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--variation__container--item:nth-child(2) {
    margin-top: 37.6923076923vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--variation__container--item:nth-child(2) {
    margin-left: auto;
    transform: translate(calc(-20 / 402 * 100vw), calc(10 / 402 * 100vw));
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--variation__container--item:nth-child(2) .jkt {
    z-index: 2;
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--variation__container--item:nth-child(2) .jkt picture img {
    transform: rotate(-2deg) translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--variation__container--item:nth-child(2) .jkt picture img {
    transform: rotate(5deg) translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--variation__container--item:nth-child(2) .info {
    position: absolute;
    top: calc(54 / 402 * 100vw);
    width: 100%;
    left: 0;
    transform: translateX(-90%);
    z-index: 1;
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--variation__container--item:nth-child(3) {
    margin-top: 9.2307692308vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--variation__container--item:nth-child(3) {
    transform: translate(calc(10 / 402 * 100vw), calc(12 / 402 * 100vw));
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--variation__container--item:nth-child(3) .jkt {
    z-index: 2;
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--variation__container--item:nth-child(3) .jkt picture img {
    transform: rotate(2deg) translate3d(0, 0, 0);
  }
}
.common-settings#Discography .inner-section .disco--variation__container--item:nth-child(3) .info {
  position: absolute;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--variation__container--item:nth-child(3) .info {
    top: 0;
    left: 0;
    transform: translateX(-70%);
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--variation__container--item:nth-child(3) .info {
    left: 0;
    bottom: calc(12 / 402 * 100vw);
    transform: translateX(108%);
  }
}
.common-settings#Discography .inner-section .disco--variation__container--item .jkt {
  position: relative;
  opacity: 0;
  transform: translate(0, 10%) rotate(-6deg);
}
.common-settings#Discography .inner-section .disco--variation__container--item .jkt picture img {
  backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
  -webkit-font-smoothing: antialiased;
  image-rendering: auto;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.45));
}
.common-settings#Discography .inner-section .disco--variation__container--item .info {
  opacity: 0;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--variation__container--item .info {
    width: 32.5641025641vh;
    gap: 1.9230769231vh 0;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--variation__container--item .info {
    width: 100%;
    gap: calc(12 / 402 * 100vw) 0;
  }
}
.common-settings#Discography .inner-section .disco--variation__container--item .info--title {
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--purple);
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--variation__container--item .info--title {
    font-size: calc(14 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--variation__container--item .info--title {
    padding: 0.7692307692vh 1.2820512821vh;
    font-size: 2.3076923077vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--variation__container--item .info--title {
    padding: calc(6 / 402 * 100vw) calc(10 / 402 * 100vw);
  }
}
.common-settings#Discography .inner-section .disco--variation__container--item .info--data {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--variation__container--item .info--data {
    gap: 1.5384615385vh 0;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--variation__container--item .info--data {
    gap: calc(8 / 402 * 100vw) 0;
  }
}
.common-settings#Discography .inner-section .disco--variation__container--item .info--data > dl {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--d-gray);
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--variation__container--item .info--data > dl {
    padding-bottom: 0.7692307692vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--variation__container--item .info--data > dl {
    line-height: 1.5;
    padding-bottom: 0.7692307692vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--variation__container--item .info--data > dl > dt {
    font-size: calc(10 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--variation__container--item .info--data > dl > dt {
    padding-top: 0.5128205128vh;
    width: 6.9230769231vh;
    font-size: 1.2820512821vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--variation__container--item .info--data > dl > dt {
    width: 22.1052631579%;
  }
}
.common-settings#Discography .inner-section .disco--variation__container--item .info--data > dl > dd {
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--variation__container--item .info--data > dl > dd {
    font-size: calc(12 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--variation__container--item .info--data > dl > dd {
    font-size: 1.9230769231vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--variation__container--item .info--data > dl > dd small {
    font-size: calc(9 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--variation__container--item .info--data > dl > dd small {
    font-size: 1.2820512821vh;
  }
}
.common-settings#Discography .inner-section .disco--tracklist {
  position: relative;
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--tracklist {
    margin-top: calc(120 / 402 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--tracklist {
    margin-bottom: calc(262 / 402 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--tracklist {
    padding-left: var(--sp-padding-ratio);
    padding-right: var(--sp-padding-ratio);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--tracklist {
    margin-left: 26.9230769231vh;
    margin-right: 26.9230769231vh;
  }
}
.common-settings#Discography .inner-section .disco--tracklist:before, .common-settings#Discography .inner-section .disco--tracklist:after {
  content: "";
  position: absolute;
  z-index: 4;
  height: auto;
  background: url(../images/_common/deco/deco_thorn_purple.svg) no-repeat center/contain;
  aspect-ratio: 972/125;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--tracklist:before, .common-settings#Discography .inner-section .disco--tracklist:after {
    width: 124.6153846154vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--tracklist:before {
    width: calc(503 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--tracklist:before {
    top: -4.358974359vh;
    left: -12.8205128205vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--tracklist:before {
    top: calc(-24 / 402 * 100vw);
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--tracklist:after {
    width: calc(792 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--tracklist:after {
    left: -28.7179487179vh;
    bottom: -3.8461538462vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--tracklist:after {
    left: 0;
    bottom: calc(-84 / 402 * 100vw);
  }
}
.common-settings#Discography .inner-section .disco--tracklist .md-deco__blood {
  z-index: 3;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--tracklist .md-deco__blood {
    width: 85.3846153846vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--tracklist .md-deco__blood[data-type=purple-1] {
    width: calc(388 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--tracklist .md-deco__blood[data-type=purple-1] {
    top: -41.2820512821vh;
    right: -56.9230769231vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--tracklist .md-deco__blood[data-type=purple-1] {
    top: 0;
    left: calc(194 / 402 * 100vw);
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--tracklist .md-deco__blood[data-type=purple-2] {
    width: calc(446 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--tracklist .md-deco__blood[data-type=purple-2] {
    bottom: -38.7179487179vh;
    left: -59.1025641026vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--tracklist .md-deco__blood[data-type=purple-2] {
    left: calc(-200 / 402 * 100vw);
    bottom: 0;
    transform: translate(0, 80%);
  }
}
.common-settings#Discography .inner-section .disco--tracklist__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  will-change: filter;
  filter: drop-shadow(-5px 4px 34px 0 rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--tracklist__bg {
    width: calc(424 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--tracklist__bg {
    width: 115.641025641vh;
    background: url(../images/discography/bg_paper_back_pc.webp) no-repeat center/cover;
    aspect-ratio: 902.67/925.98;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--tracklist__bg {
    background: url(../images/discography/bg_paper_back_sp.webp) no-repeat center/cover;
    aspect-ratio: 1281/2080;
    transform: translate(-45%, -40%);
  }
}
.common-settings#Discography .inner-section .disco--tracklist__bg--inner {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.common-settings#Discography .inner-section .disco--tracklist__bg--inner:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  will-change: filter;
  filter: drop-shadow(-5px 4px 34px 0 rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--tracklist__bg--inner:before {
    width: calc(474 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--tracklist__bg--inner:before {
    width: 121.7948717949vh;
    background: url(../images/discography/bg_paper_front_pc.webp) no-repeat center/cover;
    aspect-ratio: 950/945.1;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--tracklist__bg--inner:before {
    background: url(../images/discography/bg_paper_front_sp.webp) no-repeat center/cover;
    aspect-ratio: 1434/2136;
    transform: translate(-46%, -50%);
  }
}
.common-settings#Discography .inner-section .disco--tracklist__container {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--tracklist__container {
    padding-top: calc(82 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--tracklist__container {
    padding-top: 19.2307692308vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--tracklist__container {
    margin-left: auto;
    width: 92.3728813559%;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--tracklist__container--header {
    margin-bottom: calc(42 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--tracklist__container--header {
    margin-bottom: 5.3846153846vh;
  }
}
.common-settings#Discography .inner-section .disco--tracklist__container--header > h4 {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--tracklist__container--header > h4 {
    gap: 0 2.3076923077vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--tracklist__container--header > h4 {
    gap: 0 calc(18 / 402 * 100vw);
  }
}
.common-settings#Discography .inner-section .disco--tracklist__container--header > h4 em,
.common-settings#Discography .inner-section .disco--tracklist__container--header > h4 small {
  display: block;
  line-height: 1;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--tracklist__container--header > h4 em {
    font-size: calc(24 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--tracklist__container--header > h4 em {
    font-size: 2.3076923077vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--tracklist__container--header > h4 small {
    font-size: calc(12 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--tracklist__container--header > h4 small {
    font-size: 1.5384615385vh;
    letter-spacing: 0.2em;
  }
}
.common-settings#Discography .inner-section .disco--tracklist__container--lineup {
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--tracklist__container--lineup {
    gap: 0 9.2307692308vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--tracklist__container--lineup {
    flex-direction: column;
    gap: calc(42 / 402 * 100vw) 0;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--tracklist__container--lineup > article {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--tracklist__container--lineup > article:not(:last-child) {
    border-right: solid 1px rgba(255, 255, 255, 0.1);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--tracklist__container--lineup > article[data-status=comingsoon] {
    padding-bottom: 9.2307692308vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--tracklist__container--lineup > article[data-status=comingsoon] {
    display: flex;
    flex-direction: column;
    gap: calc(18 / 402 * 100vw) 0;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--tracklist__container--lineup > article[data-status=comingsoon]:nth-child(2) {
    padding-bottom: calc(200 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--tracklist__container--lineup > article > header {
    margin-bottom: 4.6153846154vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--tracklist__container--lineup > article > header > h5 {
    display: flex;
    align-items: center;
    gap: 0 calc(12 / 402 * 100vw);
  }
}
.common-settings#Discography .inner-section .disco--tracklist__container--lineup > article > header > h5 > small, .common-settings#Discography .inner-section .disco--tracklist__container--lineup > article > header > h5 > em {
  display: block;
  line-height: 1;
}
.common-settings#Discography .inner-section .disco--tracklist__container--lineup > article > header > h5 > small {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--base-color);
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--tracklist__container--lineup > article > header > h5 > small {
    font-size: calc(10 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--tracklist__container--lineup > article > header > h5 > small {
    margin-bottom: 1.7948717949vh;
    padding: 0.3846153846vh;
    font-size: 1.5384615385vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--tracklist__container--lineup > article > header > h5 > small {
    padding: calc(3 / 402 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--tracklist__container--lineup > article > header > h5 > em {
    font-size: calc(15 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--tracklist__container--lineup > article > header > h5 > em {
    font-size: 2.5641025641vh;
  }
}
.common-settings#Discography .inner-section .disco--tracklist__container--lineup > article .layout .comingsoon {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--tracklist__container--lineup > article .layout .comingsoon {
    font-size: calc(20 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--tracklist__container--lineup > article .layout .comingsoon {
    width: 33.8461538462vh;
    font-size: 2.5641025641vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--tracklist__container--lineup > article .layout .comingsoon {
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }
}
.common-settings#Discography .inner-section .disco--tracklist__container--lineup > article .layout .tracklist {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--tracklist__container--lineup > article .layout .tracklist {
    padding-top: calc(18 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--tracklist__container--lineup > article .layout .tracklist {
    width: 45.3846153846vh;
    gap: 1.9230769231vh 0;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--tracklist__container--lineup > article .layout .tracklist {
    gap: calc(10 / 402 * 100vw) 0;
  }
}
.common-settings#Discography .inner-section .disco--tracklist__container--lineup > article .layout .tracklist > dl {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--tracklist__container--lineup > article .layout .tracklist > dl {
    padding-bottom: calc(10 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--tracklist__container--lineup > article .layout .tracklist > dl {
    align-items: center;
    padding-bottom: 1.5384615385vh;
    gap: 0 3.0769230769vh;
  }
}
.common-settings#Discography .inner-section .disco--tracklist__container--lineup > article .layout .tracklist > dl > dt {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--tracklist__container--lineup > article .layout .tracklist > dl > dt {
    font-size: calc(8 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--tracklist__container--lineup > article .layout .tracklist > dl > dt {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    width: 5.3846153846vh;
    aspect-ratio: 42/27;
    font-size: 1.5384615385vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--tracklist__container--lineup > article .layout .tracklist > dl > dt {
    padding-top: 0.2em;
    width: 9.4801223242%;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--tracklist__container--lineup > article .layout .tracklist > dl > dd {
    flex-grow: 1;
  }
}
.common-settings#Discography .inner-section .disco--tracklist__container--lineup > article .layout .tracklist > dl > dd > h6 {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--tracklist__container--lineup > article .layout .tracklist > dl > dd > h6 {
    font-size: calc(12 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--tracklist__container--lineup > article .layout .tracklist > dl > dd > h6 {
    font-size: 2.5641025641vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--tracklist__container--lineup > article .layout .tracklist > dl > dd > footer {
    font-size: calc(8 / 402 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--tracklist__container--lineup > article .layout .tracklist > dl > dd > footer {
    margin-top: calc(6 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--tracklist__container--lineup > article .layout .tracklist > dl > dd > footer {
    margin-top: 1.0256410256vh;
    font-size: 1.2820512821vh;
  }
}
.common-settings#Discography .inner-section .disco--store {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--store {
    margin-left: 10.7692307692vh;
    padding-left: 9.2307692308vh;
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--store .md-deco__thorn[data-type=black-2] {
    width: 135.1282051282vh;
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--store .md-deco__thorn[data-type=black-2][data-num="1"] {
    top: 21.2820512821vh;
    left: -43.8461538462vh;
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--store .md-deco__thorn[data-type=black-2][data-num="2"] {
    top: -53.8461538462vh;
    left: 148.2051282051vh;
  }
}
.common-settings#Discography .inner-section .disco--store__container {
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--store__container {
    display: flex;
    padding-top: 10vh;
    gap: 0 4.6153846154vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--store__container--header {
    margin-bottom: calc(24 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--store__container--header {
    padding-top: 3.8461538462vh;
  }
}
.common-settings#Discography .inner-section .disco--store__container--header > h4 {
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--store__container--header > h4 {
    gap: 0 1.9230769231vh;
    flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--store__container--header > h4 {
    gap: calc(24 / 402 * 100vw) 0;
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--store__container--header > h4 span {
    font-size: calc(36 / 402 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--store__container--header > h4 span {
    display: block;
    line-height: 1;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }
}
.common-settings#Discography .inner-section .disco--store__container--header > h4 picture {
  line-height: 1;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--store__container--header > h4 picture[data-lang=ja] {
    width: 6.6666666667vh;
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--store__container--header > h4 picture[data-lang=en] {
    width: 1.2820512821vh;
  }
}
.common-settings#Discography .inner-section .disco--store__container--lineup {
  position: relative;
  will-change: filter;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--store__container--lineup {
    display: flex;
    padding: 10.5128205128vh 15.3846153846vh 10.5128205128vh 10.7692307692vh;
    background: url(../images/discography/bg_storeitems.webp) no-repeat left top/cover;
    gap: 0 4.6153846154vh;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
  }
  .common-settings#Discography .inner-section .disco--store__container--lineup:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5.2564102564vh;
    display: block;
    height: auto;
    width: 4.358974359vh;
    background: url(../images/discography/txt_discography_vertical_002.svg) no-repeat center/contain;
    aspect-ratio: 34/420;
    transform: translate(0, -50%);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--store__container--lineup__adimg {
    width: 104.8717948718vh;
  }
}
.common-settings#Discography .inner-section .disco--store__container--lineup__container {
  position: relative;
  display: flex;
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--store__container--lineup__container {
    margin-top: calc(30 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--store__container--lineup__container {
    gap: 0 2.3076923077vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--store__container--lineup__container {
    gap: calc(6 / 402 * 100vw) 0;
    flex-direction: column;
  }
}
.common-settings#Discography .inner-section .disco--store__container--lineup__container .layout {
  position: relative;
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--store__container--lineup__container .layout[data-size=full] > section {
    width: 68.7179487179vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--store__container--lineup__container .layout[data-size=full] .iteminfo {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--store__container--lineup__container .layout[data-size=full] .iteminfo {
    padding-left: var(--sp-padding-ratio);
    padding-right: var(--sp-padding-ratio);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--store__container--lineup__container .layout[data-size=full] .iteminfo::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--store__container--lineup__container .layout[data-size=full] .iteminfo > ul {
    width: -moz-fit-content;
    width: fit-content;
    padding-right: calc(24 / 402 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--store__container--lineup__container .layout[data-size=full] .iteminfo > ul > li {
    min-width: calc(214 / 402 * 100vw);
  }
}
.common-settings#Discography .inner-section .disco--store__container--lineup__container .layout[data-size=others] {
  flex-direction: column;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--store__container--lineup__container .layout[data-size=others] {
    gap: 1.5384615385vh 0;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--store__container--lineup__container .layout[data-size=others] {
    gap: calc(6 / 402 * 100vw) 0;
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--store__container--lineup__container .layout[data-size=others] > section {
    width: 42.3076923077vh;
    height: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--store__container--lineup__container .layout[data-size=others] > section > header > h5 {
    font-size: 1.858974359vh;
  }
}
.common-settings#Discography .inner-section .disco--store__container--lineup__container .layout[data-size=others] > section .iteminfo > ul > li {
  width: 100% !important;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--store__container--lineup__container .layout[data-size=others] > section .md-linkbtns {
    width: 76.3636363636%;
  }
}
.common-settings#Discography .inner-section .disco--store__container--lineup__container .layout > section {
  display: flex;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(3px);
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--store__container--lineup__container .layout > section {
    padding-top: 3.8461538462vh;
    gap: 2.5641025641vh 0;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--store__container--lineup__container .layout > section {
    width: 100%;
    padding: calc(30 / 402 * 100vw) 0;
    gap: calc(24 / 402 * 100vw) 0;
  }
}
.common-settings#Discography .inner-section .disco--store__container--lineup__container .layout > section > header {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--store__container--lineup__container .layout > section > header {
    gap: 0 0.7692307692vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--store__container--lineup__container .layout > section > header {
    gap: 0 calc(6 / 402 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--store__container--lineup__container .layout > section > header > h5 {
    font-size: calc(15 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--store__container--lineup__container .layout > section > header > h5 {
    font-size: 2.3076923077vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--store__container--lineup__container .layout > section > header > h5 small {
    font-size: calc(12 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--store__container--lineup__container .layout > section > header > h5 small {
    font-size: 1.5384615385vh;
  }
}
.common-settings#Discography .inner-section .disco--store__container--lineup__container .layout > section > header:before, .common-settings#Discography .inner-section .disco--store__container--lineup__container .layout > section > header:after {
  content: "";
  display: block;
  background: url(../images/_common/deco/deco_floral_002.svg) no-repeat center/contain;
  aspect-ratio: 36/17;
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--store__container--lineup__container .layout > section > header:before, .common-settings#Discography .inner-section .disco--store__container--lineup__container .layout > section > header:after {
    width: calc(30 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--store__container--lineup__container .layout > section > header:before, .common-settings#Discography .inner-section .disco--store__container--lineup__container .layout > section > header:after {
    width: 4.6153846154vh;
  }
}
.common-settings#Discography .inner-section .disco--store__container--lineup__container .layout > section > header:before {
  transform: scaleX(-1);
}
.common-settings#Discography .inner-section .disco--store__container--lineup__container .layout > section .iteminfo > ul {
  width: 100%;
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--store__container--lineup__container .layout > section .iteminfo > ul {
    justify-content: center;
    gap: 0 3.0769230769vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--store__container--lineup__container .layout > section .iteminfo > ul {
    gap: 0 calc(18 / 402 * 100vw);
  }
}
.common-settings#Discography .inner-section .disco--store__container--lineup__container .layout > section .iteminfo > ul > li {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--store__container--lineup__container .layout > section .iteminfo > ul > li {
    width: 39.9253731343%;
    gap: 0.7692307692vh 0;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--store__container--lineup__container .layout > section .iteminfo > ul > li {
    gap: calc(10 / 402 * 100vw) 0;
  }
}
.common-settings#Discography .inner-section .disco--store__container--lineup__container .layout > section .iteminfo > ul > li > .label {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
  border: solid 1px var(--purple);
  line-height: 1;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--store__container--lineup__container .layout > section .iteminfo > ul > li > .label {
    font-size: calc(12 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--store__container--lineup__container .layout > section .iteminfo > ul > li > .label {
    padding: 0.7692307692vh 1.2820512821vh;
    font-size: 1.5384615385vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--store__container--lineup__container .layout > section .iteminfo > ul > li > .label {
    padding: calc(6 / 402 * 100vw) calc(10 / 402 * 100vw);
  }
}
.common-settings#Discography .inner-section .disco--store__container--lineup__container .layout > section .iteminfo > ul > li > .itemname {
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--store__container--lineup__container .layout > section .iteminfo > ul > li > .itemname {
    font-size: calc(13 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--store__container--lineup__container .layout > section .iteminfo > ul > li > .itemname {
    font-size: 1.9230769231vh;
  }
}
.common-settings#Discography .inner-section .disco--store__container--lineup__container .layout > section .iteminfo > ul > li > .itemname small {
  display: block;
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--store__container--lineup__container .layout > section .iteminfo > ul > li > .itemname small {
    font-size: calc(10 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--store__container--lineup__container .layout > section .iteminfo > ul > li > .itemname small {
    font-size: 1.5384615385vh;
  }
}
.common-settings#Discography .inner-section .disco--store__container--lineup__container .layout > section .md-linkbtns {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .common-settings#Discography .inner-section .disco--store__container--lineup__container .layout > section .md-linkbtns {
    width: calc(234 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Discography .inner-section .disco--store__container--lineup__container .layout > section .md-linkbtns {
    width: 84.328358209%;
  }
}
.common-settings#Goods {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .common-settings#Goods {
    margin-top: calc(24 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Goods {
    margin-left: 15.3846153846vh;
    margin-right: 15.3846153846vh;
    padding-left: 15.3846153846vh;
    padding-right: 15.3846153846vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Goods {
    opacity: 0;
  }
  .common-settings#Goods.is__scrolled {
    opacity: 1;
    transition-duration: 0.8s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
}
.common-settings#Goods .inner-section .goods--comingsoon__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--black);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .common-settings#Goods .inner-section .goods--comingsoon__bg {
    width: calc(462 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Goods .inner-section .goods--comingsoon__bg {
    width: 123.0769230769vh;
    height: 150%;
    transform: translate(-50%, -50%) rotate(4deg);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Goods .inner-section .goods--comingsoon__bg {
    transform: translate(-50%, -50%) rotate(-3deg);
    height: 100%;
  }
}
.common-settings#Goods .inner-section .goods--comingsoon__bg--inner {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../images/_common/bg/pattern_flower_001.webp) repeat center/600px auto;
  opacity: 0.1;
}
.common-settings#Goods .inner-section .goods--comingsoon__container {
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Goods .inner-section .goods--comingsoon__container {
    padding-top: 21.2820512821vh;
    width: 98.2051282051vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Goods .inner-section .goods--comingsoon__container {
    padding: calc(96 / 402 * 100vw) 0 calc(120 / 402 * 100vw);
  }
}
.common-settings#Goods .inner-section .goods--comingsoon__container > header > h3 {
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .common-settings#Goods .inner-section .goods--comingsoon__container > header > h3 {
    margin-bottom: calc(42 / 402 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Goods .inner-section .goods--comingsoon__container > header > h3 {
    font-size: calc(15 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Goods .inner-section .goods--comingsoon__container > header > h3 {
    margin-bottom: 9.2307692308vh;
    font-size: 3.0769230769vh;
  }
}
.common-settings#Goods .inner-section .goods--comingsoon__container > header > h4 {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .common-settings#Goods .inner-section .goods--comingsoon__container > header > h4 {
    width: calc(294 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Goods .inner-section .goods--comingsoon__container > header > h4 {
    width: 67.1794871795vh;
  }
}
.common-settings#Goods .inner-section .goods--comingsoon__container > footer {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .common-settings#Goods .inner-section .goods--comingsoon__container > footer {
    margin-top: calc(42 / 402 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Goods .inner-section .goods--comingsoon__container > footer {
    font-size: calc(18 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Goods .inner-section .goods--comingsoon__container > footer {
    margin-top: 3.8461538462vh;
    font-size: 3.0769230769vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Contact {
    padding-top: calc(72 / 402 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Contact {
    padding-bottom: calc(120 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Contact {
    position: relative;
    margin-right: 16.6666666667vh;
    padding-left: 19.2307692308vh;
    padding-right: 19.2307692308vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Contact {
    opacity: 0;
  }
  .common-settings#Contact.is__scrolled {
    opacity: 1;
    transition-duration: 0.8s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
}
.common-settings#Contact:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background: url(../images/_common/deco/deco_texture_black.webp) repeat center/cover;
  aspect-ratio: 1060/1068;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0.5;
  pointer-events: none;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Contact:before {
    width: 135.8974358974vh;
  }
}
.common-settings#Contact .inner-section {
  position: relative;
  z-index: 2;
  height: 100%;
}
.common-settings#Contact .inner-section .contact {
  position: relative;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Contact .inner-section .contact {
    top: 50%;
    transform: translateY(-50%);
    gap: 0 9.2307692308vh;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Contact .inner-section .contact {
    flex-direction: column;
    gap: calc(30 / 402 * 100vw) 0;
  }
}
.common-settings#Contact .inner-section .contact--nav {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .common-settings#Contact .inner-section .contact--nav {
    padding-left: var(--sp-padding-ratio);
    padding-right: var(--sp-padding-ratio);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Contact .inner-section .contact--nav {
    gap: 1.9230769231vh 0;
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Contact .inner-section .contact--nav {
    width: 100%;
    gap: calc(6 / 402 * 100vw) 0;
  }
}
.common-settings#Contact .inner-section .contact--nav__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1px;
  border: 1px solid var(--accent-color);
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .common-settings#Contact .inner-section .contact--nav__item {
    font-size: calc(12 / 402 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .common-settings#Contact .inner-section .contact--nav__item {
    width: 43.5897435897vh;
    aspect-ratio: 340/72;
    font-size: 1.5384615385vh;
    transition-duration: 0.3s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .common-settings#Contact .inner-section .contact--nav__item:hover {
    background-color: var(--d-red);
  }
}
@media screen and (max-width: 768px) {
  .common-settings#Contact .inner-section .contact--nav__item {
    aspect-ratio: 354/57;
  }
}
.common-settings#Contact .inner-section .contact--nav__item[data-status=disabled] {
  pointer-events: none;
  border-color: var(--black2);
}
.common-settings#Contact .inner-section .contact--nav__item[data-status=disabled]:after {
  content: "COMING SOON";
  position: absolute;
  top: 50%;
  left: 50%;
  letter-spacing: 0.1em;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: var(--base-color);
  font-family: "Hepta Slab", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
@media print, screen and (min-width: 769px) {
  .common-settings#Contact .inner-section .contact--nav__item[data-status=disabled]:after {
    font-size: 1.5384615385vh;
  }
}
.common-settings#Contact .inner-section .contact--nav__item[data-status=disabled] span {
  opacity: 0.1;
}/**
 * Swiper 12.1.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 18, 2026
 */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-inline-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-block-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: '';
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;

  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);

  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  &.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }
  svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
}
.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}
.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}
.swiper-horizontal {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-left: 0;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  .swiper-button-next,
  & ~ .swiper-button-next,
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}
.swiper-vertical {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-top: 0;
  }
  .swiper-button-prev,
  ~ .swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next,
  ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}
.swiper-fade {
  &.swiper-free-mode {
    .swiper-slide {
      transition-timing-function: ease-out;
    }
  }
  .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    pointer-events: auto;
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}
