:root {
  scrollbar-gutter: stable;
  --color-primary: #556786;
  --color-primary-rgb: 85, 103, 134;
  --color-secondary: #DEE5F4;
  --color-secondary-rgb: 222, 229, 244;
  --color-accent: #E89BBA;
  --color-accent-rgb: 232, 155, 186;
  --color-subtle: #8A8B96;
  --color-subtle-rgb: 138, 139, 150;
  --color-text-primary: #2D3A47;
  --color-text-primary-rgb: 45, 58, 71;
  --color-black: #000000;
  --color-inverse: #FFFFFF;
  --color-inverse-rgb: 255, 255, 255;
  --color-bg: #CCD6E5;
  --color-border: rgba(0, 0, 0, 0.12);
  --ff-base: "Zen Kaku Gothic New", sans-serif;
  --ff-mincho: "Zen Old Mincho", serif;
  --ff-en: "EB Garamond", serif;
  --canvas-width: 1280px;
  --inner-width: 1024px;
  --inner-width-no-unit: 1024;
  --inner-width-sm: 848px;
  --sp-max-width: 766px;
  --padding-base: 30px;
  --padding-sm: 20px;
  --header-height-sm: 80px;
  --header-height-md: 72px;
  --layer-loading: 300;
  --layer-modal: 100;
  --layer-drawer: 40;
  --layer-floating: 30;
  --layer-header: 20;
  --layer-footer: 10;
  --layer-default: 1;
  --shadow1: drop-shadow(0px 0px 32px #FFF);
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 10px;
}
@media (max-width: 766px) {
  html {
    font-size: clamp(10px, 2.66vw, 12px);
  }
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  margin: 0;
  color: var(--color-text-primary);
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
@media (min-width: 767px) {
  body {
    font-size: 1.6rem;
  }
}

body,
body * {
  box-sizing: border-box;
  font-family: var(--ff-base);
}

body {
  overflow-x: clip;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

img {
  border: 0;
}

*:focus {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

a {
  text-decoration: none;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

li {
  list-style-type: none;
}

img {
  vertical-align: middle;
}

p,
span {
  margin: 0;
}

h1,
h2,
h3,
h4,
p,
span,
dl,
dt,
dd {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.wrapper {
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  border: none;
}

a {
  color: inherit;
  transition: opacity 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.7;
  }
}
.c_base {
  padding-inline: 35px;
}

.c_inner {
  width: 100%;
  max-width: 1024px;
  margin-inline: auto;
}

.c_srOnly {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  border: 0;
}

body:has(.wrapper.is_loading) {
  overflow: hidden;
}

.wrapper.is_loading .loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
}
.wrapper.is_loading .loading_img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wrapper.is_loading .loading.-loadingFadeOut {
  animation: loadingFadeOut 0.7s forwards;
}
.wrapper.is_loading .loading_before {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper.is_loading .loading_before .loading_img:not(.no1v) {
  opacity: 0;
  animation: fadeInImages 1s forwards;
}
.wrapper.is_loading .loading_before .loading_img:not(.no1v).no2v {
  animation-delay: 0.7s;
}
.wrapper.is_loading .loading_before .loading_img:not(.no1v).no3v {
  animation-delay: 1.4s;
}
.wrapper.is_loading .loading_before .loading_img:not(.no1v).no4v {
  animation-delay: 2.1s;
}
.wrapper.is_loading .loading_before .loading_img:not(.no1v).no5v {
  animation-delay: 2.8s;
}
.wrapper.is_loading .loading_before .loading_inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wrapper.is_loading .loading_before .loading_logo {
  width: 141px;
}
@media (min-width: 767px) {
  .wrapper.is_loading .loading_before .loading_logo {
    width: 168px;
  }
}
.wrapper.is_loading .loading_before .loading_limit {
  margin-top: 6.8rem;
  opacity: 0;
  transition: opacity 0.7s;
}
@media (min-width: 767px) {
  .wrapper.is_loading .loading_before .loading_limit {
    margin-top: 110px;
  }
}
.wrapper.is_loading .loading_before .loading_limit.is_active {
  opacity: 1;
}
.wrapper.is_loading .loading_before .loading_timer {
  font-family: var(--ff-mincho);
  color: var(--color-inverse);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (min-width: 767px) {
  .wrapper.is_loading .loading_before .loading_timer {
    font-size: 24px;
  }
}
.wrapper.is_loading .loading_before .loading_timer i {
  display: inline-block;
  font-style: normal;
  font-family: var(--ff-en);
  font-size: 4.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (min-width: 767px) {
  .wrapper.is_loading .loading_before .loading_timer i {
    font-size: 60px;
  }
}
.wrapper.is_loading .loading_before .loading_sub {
  margin-top: 2rem;
  font-family: var(--ff-en);
  color: var(--color-inverse);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (min-width: 767px) {
  .wrapper.is_loading .loading_before .loading_sub {
    font-size: 24px;
  }
}
.wrapper.is_loading .loading_before .-frameUp {
  animation: frameUp 1s ease-out;
}
.wrapper.is_loading .loading_after {
  display: none;
}
.wrapper.is_loading .loading_after .loading_img:not(.no1v) {
  opacity: 0;
  animation: fadeInImages 1s forwards;
}
.wrapper.is_loading .loading_after .loading_img:not(.no1v).no2v {
  animation-delay: 0.3s;
}
.wrapper.is_loading .loading_after .loading_img:not(.no1v).no3v {
  animation-delay: 0.8s;
}
.wrapper.is_loading .loading_after .loading_img:not(.no1v).no4v {
  animation-delay: 1.4s;
}
.wrapper.is_loading .loading_after .loading_img:not(.no1v).no5v {
  animation-delay: 2s;
}
.wrapper.is_loading .loading_after .loading_counter {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
}
.wrapper.is_loading .loading_after .loading_counter span {
  font-family: var(--ff-en);
  color: var(--color-inverse);
  font-weight: 400;
  font-size: 42px;
  line-height: 100%;
  letter-spacing: 0.1em;
  text-align: center;
  font-variant-numeric: tabular-nums;
}
@media (min-width: 767px) {
  .wrapper.is_loading .loading_after .loading_counter span {
    font-size: 52px;
  }
}

.wrapper:not(.is_loading) .loading {
  display: none;
}

@keyframes loadingFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInImages {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes frameUp {
  0% {
    opacity: 0;
    transform: translateY(0px);
  }
  50% {
    transform: translateY(0px);
  }
  60% {
    opacity: 1;
  }
  90% {
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
  }
}
.fab {
  width: 100%;
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: var(--layer-floating);
  text-align: center;
}
@media (min-width: 767px) {
  .fab {
    display: none;
    bottom: 30px;
  }
}

.fab_button {
  display: inline-block;
  width: 28rem;
  color: var(--color-inverse);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 1.2rem 5.1rem;
  text-align: center;
  border-radius: 100vmax;
  background: linear-gradient(90deg, #F9DEEA 0%, #556786 100%);
  box-shadow: 0 0 12px 0 rgba(255, 255, 255, 0.4) inset, 0 0 12px 0 rgba(255, 255, 255, 0.5);
}
@media (min-width: 767px) {
  .fab_button {
    display: block;
    width: min(35vw, 320px);
    margin-inline: auto;
  }
}

.fab_button.is_before,
.fab_button.is_sold {
  background: transparent;
  border: none;
  box-shadow: none;
  border: 1px solid var(--color-inverse);
  color: var(--color-inverse);
  pointer-events: none;
}

.fab_button.is_sold {
  text-transform: uppercase;
}

.menu_button_area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  width: 100%;
}

.menu_button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  aspect-ratio: 1;
  position: absolute !important;
  top: 16px;
  right: 16px;
  z-index: var(--layer-drawer);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 8px 0 #FFF inset, 0 0 12px 0 rgba(255, 255, 255, 0.5);
}
@media (min-width: 767px) {
  .menu_button {
    top: 30px;
    right: 10%;
    font-size: 16px;
    padding: 6px 12px;
  }
}
.menu_button span {
  position: relative;
  display: block;
  width: 18px;
  height: 1px;
  background-color: var(--color-subtle);
}
.menu_button span::before, .menu_button span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-subtle);
  position: absolute;
  left: 0;
}
.menu_button span::before {
  top: -5px;
}
.menu_button span::after {
  top: 5px;
}

.menu_button.is_active span {
  background-color: transparent;
}
.menu_button.is_active span::before {
  top: 25%;
  transform: rotate(30deg);
  transition: top 0.2s, transform 0.2s 0.2s;
}
.menu_button.is_active span::after {
  top: 25%;
  transform: rotate(-30deg);
  transition: top 0.2s, transform 0.2s 0.2s;
}

.menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: var(--layer-drawer);
  width: 100%;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.5s, opacity 0.5s;
}

.menu.is_open {
  visibility: visible;
  opacity: 1;
}

.menu_base {
  overflow: auto;
  position: fixed;
  z-index: var(--layer-drawer);
  width: 100%;
  height: 100%;
  background: url(../img/common/menu_bg_sp.webp) no-repeat center bottom/cover;
}
@media (min-width: 767px) {
  .menu_base {
    background-image: url(../img/common/menu_bg_pc.webp);
  }
}

.menu_inner {
  width: 100%;
  height: 100%;
  padding-block-start: 104px;
  padding-block-end: 43px;
}
@media (max-width: 766px) {
  .menu_inner {
    padding-inline: 9%;
  }
}
@media (min-width: 767px) {
  .menu_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14.15%;
    width: min(90%, var(--inner-width-sm));
    margin-inline: auto;
  }
}

@media (min-width: 767px) {
  .menu_main {
    flex-grow: 1;
  }
}

@media (max-width: 766px) {
  .menu_list {
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}

.menu_list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--ff-en);
  font-size: 2rem;
  color: var(--color-inverse);
  letter-spacing: 0.05em;
  padding-block: 16px;
  text-transform: uppercase;
}
@media (min-width: 767px) {
  .menu_list li a {
    font-size: 28px;
  }
}
.menu_list li a::after {
  content: "";
  display: block;
  width: 2rem;
  aspect-ratio: 1;
  background: url(../img/common/icon_arrow.png) no-repeat center center/contain;
}

.menu_buy {
  display: block;
  width: 100%;
  box-shadow: 0 0 16px 0 rgba(255, 255, 255, 0.8) inset, 0 0 16px 0 rgba(255, 255, 255, 0.8);
}
@media (max-width: 766px) {
  .menu_buy {
    margin-block-start: 32px;
  }
}
@media (min-width: 767px) {
  .menu_buy {
    width: 320px;
  }
}
.menu_buy img {
  width: 100%;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes blurInText {
  0% {
    opacity: 0.5;
    filter: blur(10px);
  }
  25% {
    opacity: 1;
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes blurInImg {
  0% {
    opacity: 0.5;
    filter: blur(8px);
  }
  25% {
    opacity: 1;
    filter: blur(8px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.-scrollTrigger.--fadeUp {
  opacity: 0;
  transform: translateY(40px);
}

.--fadeUp.--active {
  animation: fadeUp 0.8s ease-out forwards;
  animation-delay: 0.1s;
}

.-scrollTrigger.--blurInText {
  opacity: 0.5;
  filter: blur(10px);
  will-change: opacity, filter;
}

.--blurInText.--active {
  animation: blurInText 0.8s ease-out forwards;
}

.-scrollTrigger.--blurInImg {
  opacity: 0.5;
  filter: blur(10px);
  will-change: opacity, filter;
}

.--blurInImg.--active {
  animation: blurInImg 0.6s ease-out forwards;
}

.c_heading {
  font-family: var(--ff-en);
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.c_heading.-maskReveal {
  clip-path: inset(0 100% 0 0);
}

.c_heading.-maskReveal.--active {
  animation-name: headingMaskReveal;
  animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  animation-fill-mode: forwards;
}

.c_heading.-maskReveal.-short.--active {
  animation-duration: 5s;
}

.c_heading.-maskReveal.-long.--active {
  animation-duration: 3s;
}

@keyframes headingMaskReveal {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.c_button {
  display: block;
  padding: 1.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  border-radius: 100vmax;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background-color: var(--color-accent);
  box-shadow: 0 0 16px 0 rgba(255, 255, 255, 0.4) inset, 0 0 16px 0 rgba(255, 255, 255, 0.5);
}
@media (min-width: 767px) {
  .c_button {
    display: inline-block;
  }
}

.c_button.is_before,
.c_button.is_sold {
  background-color: #D0D1D5;
  border: none;
  box-shadow: none;
  pointer-events: none;
}

.c_button.is_sold {
  text-transform: uppercase;
}

.kv {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
}

.kv_mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.12);
  content: "";
  fill: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(48px);
  -webkit-backdrop-filter: blur(48px);
}

.kv_topLogo {
  position: absolute;
  top: 2.4rem;
  left: 3.5rem;
  z-index: 80;
}
@media (min-width: 767px) {
  .kv_topLogo {
    top: 22px;
    left: 10%;
  }
}
.kv_topLogo a {
  display: block;
}
.kv_topLogo a img {
  width: 141px;
  height: 64px;
}

.kv.-kvReveal .kv_mask {
  animation: kvReveal 1.6s forwards;
}

.kv_visual {
  width: 100%;
}
@media (min-width: 767px) {
  .kv_visual {
    aspect-ratio: 1280/1886;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
.kv_visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kv_snow {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.kv_texts {
  width: 100%;
  position: absolute;
  z-index: 4;
}
@media (min-width: 767px) {
  .kv_texts {
    top: min(50vh, 300px);
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1025px) {
  .kv_texts {
    top: 50vh;
  }
}

.kv_textsInner {
  margin-left: 35px;
}
@media screen and (min-width: 1025px) {
  .kv_textsInner {
    margin-left: 10%;
  }
}

@media (min-width: 767px) {
  .kv_logo {
    width: min(25vw, 320px);
  }
}
@media (max-width: 766px) {
  .kv_logo img {
    display: none;
  }
}

.kv_button {
  margin-top: 60px;
  display: block;
  width: min(35vw, 320px);
  color: var(--color-inverse);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 1.2rem 5.1rem;
  text-align: center;
  border-radius: 100vmax;
  background: linear-gradient(90deg, #F9DEEA 0%, #556786 100%);
  box-shadow: 0 0 12px 0 rgba(255, 255, 255, 0.4) inset, 0 0 12px 0 rgba(255, 255, 255, 0.5);
}

.kv_button.is_before,
.kv_button.is_sold {
  background: transparent;
  border: none;
  box-shadow: none;
  border: 1px solid var(--color-inverse);
  color: var(--color-inverse);
  pointer-events: none;
}

.kv_button.is_sold {
  text-transform: uppercase;
}

@keyframes kvReveal {
  0% {
    opacity: 1;
    backdrop-filter: blur(48px);
    -webkit-backdrop-filter: blur(48px);
  }
  100% {
    opacity: 0;
    backdrop-filter: blur(0);
    -webkit-backdrop-filter: blur(0);
  }
}
.kv_reserve {
  width: 100%;
  color: var(--color-inverse);
}
@media (max-width: 766px) {
  .kv_reserve {
    padding-block-start: 100vh;
    padding-block-end: 8rem;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 767px) {
  .kv_reserve {
    position: relative;
    z-index: 3;
    padding-block-start: calc(min(100vh, 600px) + min(11.25vw, 144px));
    padding-block-end: 58px;
  }
}
@media screen and (min-width: 1025px) {
  .kv_reserve {
    padding-block-start: calc(100vh + 144px);
  }
}
.kv_reserve > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  text-align: center;
}

.kv_reserveTop {
  font-family: var(--ff-en);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-shadow: 0 0 20px #0069B0;
}
@media (min-width: 767px) {
  .kv_reserveTop {
    font-size: 36px;
  }
}

.kv_reserveMiddle {
  display: block;
  width: 1px;
  height: 12px;
  background-color: var(--color-inverse);
  text-shadow: 0 0 20px #0069B0;
}

.kv_reserveBottom {
  font-family: "EB Garamond", "Zen Old Mincho", serif;
  font-size: 2.6rem;
  line-height: 1.28;
  letter-spacing: 0.08em;
  text-align: center;
  text-shadow: 0 0 20px #0069B0;
}

.present {
  position: relative;
  z-index: 2;
}
@media (max-width: 766px) {
  .present {
    background-color: var(--color-primary);
  }
}
@media (min-width: 767px) {
  .present {
    padding-block-start: 40px;
    padding-block-end: 9.3vw;
  }
  .present::before {
    content: "";
    width: 100%;
    height: 150%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/present/bg_pc.webp) no-repeat center 80%/cover;
  }
}
@media screen and (min-width: 1025px) {
  .present::before {
    height: unset;
    aspect-ratio: 1280/1107;
  }
}
@media screen and (min-width: 1440px) {
  .present::before {
    aspect-ratio: 1280/1000;
    background-position: center top;
  }
}
@media (min-width: 1600px) {
  .present::before {
    aspect-ratio: 1280/800;
  }
}

@media (min-width: 767px) {
  .present_inner {
    display: flex;
    gap: 5%;
  }
}
@media screen and (min-width: 1025px) {
  .present_inner {
    gap: 8%;
  }
}
@media screen and (min-width: 1024px) {
  .present_inner {
    gap: 11.71%;
  }
}

@media (max-width: 766px) {
  .present_visual {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
@media (min-width: 767px) {
  .present_visual {
    width: 36%;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1025px) {
  .present_visual {
    width: 39.84%;
  }
}
.present_visual img {
  width: 100%;
}

@media (max-width: 766px) {
  .present_texts {
    padding-block-start: 4rem;
    position: relative;
    padding-bottom: 2.6rem;
  }
  .present_texts::before {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: -35px;
    background: url(../img/present/bg_sp.webp) no-repeat center bottom/cover;
  }
}
@media screen and (min-width: 1025px) {
  .present_texts {
    flex-grow: 1;
  }
}

.present_heading {
  position: relative;
  color: var(--color-inverse);
}
.present_heading p {
  font-family: var(--ff-en);
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
@media (min-width: 767px) {
  .present_heading p {
    font-size: 16px;
  }
}
.present_heading h2 {
  margin-top: 1.2rem;
  font-family: var(--ff-mincho);
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
@media (min-width: 767px) {
  .present_heading h2 {
    margin-top: 10px;
    font-size: 36px;
  }
}

.present_schedule {
  position: relative;
  margin-top: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 29.14%, rgba(255, 255, 255, 0.3) 100%);
  padding-block: 3.2rem;
  backdrop-filter: blur(2.5px);
}
@media (min-width: 767px) {
  .present_schedule {
    gap: 24px;
    padding-block: 27px;
  }
}
.present_schedule p {
  font-family: var(--ff-en);
  font-size: 1.6rem;
  line-height: 1;
}
@media (min-width: 767px) {
  .present_schedule p {
    color: var(--color-inverse);
    font-size: 20px;
  }
}
.present_schedule span {
  display: block;
  width: 12px;
  height: 1px;
  background-color: var(--color-text-primary);
}
@media (min-width: 767px) {
  .present_schedule span {
    background-color: var(--color-inverse);
  }
}

.present_lead {
  position: relative;
  margin-top: 4.4rem;
  font-family: var(--ff-mincho);
  font-size: 1.6rem;
  line-height: 1.8;
}
@media (min-width: 767px) {
  .present_lead {
    margin-top: 32px;
    color: var(--color-inverse);
  }
}

@media (min-width: 767px) {
  .present_item {
    margin-top: 8px;
  }
}

@media (min-width: 767px) {
  .present_imgs {
    display: flex;
    gap: 20px;
  }
}

.present_img {
  text-align: center;
}

.present_pagination {
  position: relative !important;
}
.present_pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: transparent;
  border: 1px solid var(--color-inverse);
}
.present_pagination .swiper-pagination-bullet-active {
  background-color: var(--color-inverse);
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.8));
}

.present_desc {
  position: relative;
  margin-top: 2.6rem;
  color: var(--color-inverse);
  line-height: 1.8;
}
@media (min-width: 767px) {
  .present_desc {
    margin-top: 0;
  }
}
.present_desc p:first-child {
  font-family: var(--ff-mincho);
  font-size: 1.6rem;
}
.present_desc p:last-child {
  margin-top: 2rem;
  font-family: var(--ff-mincho);
  font-size: 1.2rem;
}
@media (min-width: 767px) {
  .present_desc p:last-child {
    margin-top: 16px;
    font-size: 14px;
  }
}

.lineup {
  position: relative;
  overflow-x: clip;
  padding-block-start: 80vh;
  padding-block-end: 8rem;
}
@media (max-width: 766px) {
  .lineup {
    background: linear-gradient(to bottom, #556786, #556786 50%, var(--color-secondary) 50%, var(--color-secondary));
  }
}
@media (min-width: 767px) {
  .lineup {
    padding-block-start: 120vh;
    padding-block-end: 100px;
    background: linear-gradient(to bottom, transparent, transparent 6%, #556786 6%, #556786 50%, var(--color-secondary) 50%, var(--color-secondary));
    background: linear-gradient(to bottom, #556786, #556786 50%, var(--color-secondary) 50%, var(--color-secondary));
  }
}
@media screen and (min-width: 1025px) {
  .lineup {
    padding-block-start: 80vh;
  }
}
.lineup::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  aspect-ratio: 375/250;
  background: linear-gradient(to bottom, #556786 0%, rgba(85, 103, 134, 0) 100%);
}
@media (min-width: 767px) {
  .lineup::before {
    aspect-ratio: 1280/527;
    background: linear-gradient(to bottom, #5C6C88 0%, rgba(85, 103, 134, 0) 100%);
  }
}

.lineup_copy {
  position: relative;
}
@media (min-width: 767px) {
  .lineup_copy {
    padding-bottom: 82px;
  }
}

.lineup_bg {
  position: absolute;
  width: 100%;
  aspect-ratio: 375/800;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  background: url(../img/lineup/lineup_bg_sp.webp) no-repeat center center/cover;
}
@media (min-width: 767px) {
  .lineup_bg {
    top: 30%;
    background-image: url(../img/lineup/lineup_bg_pc.png);
    aspect-ratio: 1280/1600;
  }
}
@media screen and (min-width: 1025px) {
  .lineup_bg {
    top: 30%;
    transform: translateY(-50%);
    aspect-ratio: 1280/749;
  }
}

.lineup_heading {
  position: relative;
  z-index: 2;
  text-align: center;
  text-transform: uppercase;
}
.lineup_heading p {
  font-family: var(--ff-en);
  color: var(--color-inverse);
  font-size: 1.6rem;
  line-height: 1;
}
@media (min-width: 767px) {
  .lineup_heading p {
    font-size: 24px;
  }
}
.lineup_heading h2 {
  margin-top: 12px;
  font-family: var(--ff-en);
  color: var(--color-inverse);
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media (min-width: 767px) {
  .lineup_heading h2 {
    font-size: 42px;
  }
}

.lineup_lead {
  position: relative;
  z-index: 2;
  margin-top: 2.4rem;
  font-family: var(--ff-mincho);
  color: var(--color-inverse);
  line-height: 1.8;
  text-align: center;
}
@media (min-width: 767px) {
  .lineup_lead {
    font-size: 20px;
  }
}

.lineup_visual {
  position: relative;
  z-index: 2;
}
@media (max-width: 766px) {
  .lineup_visual {
    margin-top: 7.5rem;
  }
}
@media (min-width: 767px) {
  .lineup_visual {
    margin-top: -30%;
    z-index: 1;
  }
}
.lineup_visual img {
  width: 100%;
}

.lineup_inner {
  max-width: var(--inner-width-sm);
  margin-inline: auto;
}

.lineup_desc {
  border-bottom: 1px dashed rgba(var(--color-subtle-rgb), 0.5);
}
@media (min-width: 767px) {
  .lineup_desc {
    padding-block-start: 58px;
    padding-block-end: 40px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 32px;
  }
}

@media (min-width: 767px) {
  .lineup_texts {
    flex-shrink: 1;
    flex-grow: 1;
  }
}
.lineup_texts hgroup p {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-family: var(--ff-en);
  font-size: 1.6rem;
}
.lineup_texts hgroup p::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  flex-grow: 1;
  background-color: var(--color-text-primary);
}
.lineup_texts hgroup h3 {
  font-family: var(--ff-mincho);
  font-size: 2.4rem;
  font-weight: 500;
}
.lineup_texts hgroup h3 span {
  font-family: var(--ff-en);
  font-weight: 400;
}
.lineup_texts p {
  margin-top: 1.6rem;
  font-family: var(--ff-mincho);
  font-size: 1.6rem;
  line-height: 1.9;
}
@media (min-width: 767px) {
  .lineup_texts p {
    margin-top: 24px;
  }
}

@media (max-width: 766px) {
  .lineup_model {
    margin-top: 4rem;
    padding-block-end: 4rem;
  }
}
@media (min-width: 767px) {
  .lineup_model {
    width: 48.05%;
    flex-shrink: 0;
  }
}
.lineup_model picture {
  display: block;
}
.lineup_model img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 12px 0 rgba(255, 255, 255, 0.85) inset, 0 0 12px 0 rgba(255, 255, 255, 0.85), 0 0 16px 0 rgba(255, 255, 255, 0.85) inset, 0 0 16px 0 rgba(255, 255, 255, 0.85);
}

.lineup_model_eye {
  width: 72.13%;
  aspect-ratio: 220/260;
}
@media (max-width: 766px) {
  .lineup_model_eye {
    transform: translateX(-1.5rem);
  }
}
@media (min-width: 767px) {
  .lineup_model_eye {
    width: 78.37%;
    aspect-ratio: 319/420;
  }
}

.lineup_model_lip {
  position: relative;
  z-index: 2;
  width: 52.45%;
  aspect-ratio: 160/200;
  margin-inline-start: auto;
  margin-top: -46%;
}
@media (max-width: 766px) {
  .lineup_model_lip {
    transform: translateX(1.5rem);
  }
}
@media (min-width: 767px) {
  .lineup_model_lip {
    width: 43.24%;
    aspect-ratio: 176/220;
  }
}

.lineup_slide {
  position: relative;
  margin-block-start: 4rem;
}
@media (max-width: 766px) {
  .lineup_slide {
    transform: translateX(1rem);
  }
}
@media (min-width: 767px) {
  .lineup_slide {
    width: 498px;
    margin-inline: auto;
  }
}
.lineup_slide .lineup_pagination {
  position: absolute;
  top: 0 !important;
  bottom: unset !important;
  left: 0 !important;
  width: 8px !important;
  height: 100% !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
@media (max-width: 766px) {
  .lineup_slide .lineup_pagination {
    left: -19px !important;
  }
}
.lineup_slide .lineup_pagination .swiper-pagination-bullet {
  margin: 4px 0 !important;
  opacity: 1;
  background-color: transparent;
  border: 1px solid var(--color-subtle);
}
.lineup_slide .lineup_pagination .swiper-pagination-bullet-active {
  background-color: var(--color-subtle);
}

.lineup_item {
  display: flex !important;
  align-items: center;
  gap: 1.2rem;
}
@media (min-width: 767px) {
  .lineup_item {
    justify-content: flex-end;
    gap: 32px;
  }
}

.lineup_itemImg {
  width: 46.22%;
}
@media (min-width: 767px) {
  .lineup_itemImg {
    width: 212px;
  }
}
.lineup_itemImg img {
  width: 100%;
  border-radius: 100vmax;
  box-shadow: 0 0 16px 0 rgba(255, 255, 255, 0.85) inset, 0 0 16px 0 rgba(255, 255, 255, 0.85);
}

.lineup_itemTexts {
  text-align: center;
}
@media (max-width: 766px) {
  .lineup_itemTexts {
    flex-grow: 1;
  }
}
@media (min-width: 767px) {
  .lineup_itemTexts {
    width: 235px;
  }
}
.lineup_itemTexts .item-label {
  display: block;
  width: fit-content;
  margin-inline: auto;
  font-family: var(--ff-mincho);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.8;
  border: 1px solid var(--color-text-primary);
  padding-inline: 8px;
}
.lineup_itemTexts .item-genre {
  margin-top: 16px;
  font-family: var(--ff-en);
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
@media (min-width: 767px) {
  .lineup_itemTexts .item-genre {
    font-size: 16px;
  }
}
.lineup_itemTexts .item-name {
  margin-top: 12px;
  font-family: var(--ff-mincho);
  font-size: 1.6rem;
  line-height: 1.4;
}
@media (min-width: 767px) {
  .lineup_itemTexts .item-name {
    font-size: 20px;
    line-height: 1.3;
  }
}
.lineup_itemTexts .item-color {
  margin-top: 8px;
  font-family: var(--ff-mincho);
  font-size: 1.2rem;
  line-height: 1.8;
  text-align: center;
}
.lineup_itemTexts .limited {
  margin-top: 32px;
}
.lineup_itemTexts .limited-label {
  font-family: var(--ff-en);
  font-size: 16px;
  line-height: 1.8;
}
.lineup_itemTexts .limited-name {
  font-family: var(--ff-mincho);
  font-size: 2.4rem;
  line-height: 1.8;
}
.lineup_itemTexts .limited-name span {
  font-family: var(--ff-en);
}
.lineup_itemTexts .limited-shipping {
  margin-top: 8px;
  display: block;
  width: fit-content;
  margin-inline: auto;
  font-family: var(--ff-mincho);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  border: 1px solid var(--color-text-primary);
  padding-inline: 8px;
}
.lineup_itemTexts .limited-price {
  margin-top: 8px;
  font-family: var(--ff-mincho);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}
.lineup_itemTexts .limited-price span {
  font-family: var(--ff-mincho);
  font-size: 12px;
  line-height: 1.8;
}

.lineup_fog_top {
  position: absolute;
  width: 120%;
  height: 90vh;
  top: 0;
  left: -10%;
  z-index: 2;
  opacity: 1;
  background: url(../img/lineup/lineup_fog_thick_sp.png) no-repeat center top/cover;
}
@media (min-width: 767px) {
  .lineup_fog_top {
    height: 110vh;
    background: url(../img/lineup/lineup_fog_thick_pc.webp) no-repeat center bottom/cover;
  }
}
@media screen and (min-width: 1025px) {
  .lineup_fog_top {
    height: 90vh;
  }
}

.lineup_fog_bottom {
  position: fixed;
  width: 120%;
  height: 120vh;
  top: -10vh;
  left: -10%;
  z-index: 3;
  background: url(../img/lineup/lineup_fog_thick_sp.webp) no-repeat center center/cover, url(../img/lineup/lineup_fog_thick_sp.webp) no-repeat center center/cover;
  opacity: 0;
  pointer-events: none;
  will-change: opacity, transform;
  transition: opacity 0.6s ease-out;
}
@media (min-width: 767px) {
  .lineup_fog_bottom {
    background: url(../img/lineup/lineup_fog_thick_pc.avif) no-repeat center center/cover, url(../img/lineup/lineup_fog_thick_pc.avif) no-repeat center center/cover;
  }
}

.limitedItems {
  position: relative;
  background-color: var(--color-primary);
  padding-block: 8rem;
}
@media (min-width: 767px) {
  .limitedItems {
    padding-top: 128px;
    padding-inline: 35px;
    padding-bottom: 120px;
  }
}
.limitedItems::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 375/404;
  background: url(../img/limited/limited_bg_sp.webp) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 767px) {
  .limitedItems::before {
    aspect-ratio: 1280/560;
    background-image: url(../img/limited/limited_bg_pc.webp);
  }
}

.limited_heading {
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.limited_heading p {
  font-family: var(--ff-en);
  color: var(--color-inverse);
  font-size: 1.6rem;
  line-height: 1;
}
@media (min-width: 767px) {
  .limited_heading p {
    font-size: 28px;
    line-height: 1.8;
  }
}
.limited_heading h2 {
  margin-top: 12px;
  font-family: var(--ff-en);
  color: var(--color-inverse);
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media (min-width: 767px) {
  .limited_heading h2 {
    font-size: 48px;
  }
}

.limited_lead {
  position: relative;
  margin-top: 2.4rem;
  font-family: var(--ff-mincho);
  color: var(--color-inverse);
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
}
@media (min-width: 767px) {
  .limited_lead {
    font-size: 24px;
  }
}

.limited_list {
  margin-top: 10rem;
  max-width: 420px;
  margin-inline: auto;
}
@media (min-width: 767px) {
  .limited_list {
    margin-top: 214px;
    max-width: var(--inner-width-sm);
  }
}

.limited_item {
  color: var(--color-inverse);
}
@media (min-width: 767px) {
  .limited_item {
    padding-inline-end: 15px;
  }
}

.limited_item + .limited_item {
  position: relative;
  margin-block-start: 4rem;
  padding-block-start: 7rem;
}
@media (min-width: 767px) {
  .limited_item + .limited_item {
    margin-block-start: 60px;
    padding-block-start: 60px;
  }
}
.limited_item + .limited_item::before {
  content: "";
  display: block;
  width: calc(100% - 75px);
  height: 1px;
  background-color: var(--color-inverse);
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 767px) {
  .limited_item + .limited_item::before {
    width: 100%;
  }
}

.limited_itemIndex {
  display: block;
  font-family: var(--ff-en);
  font-size: 3.2rem;
  line-height: 1;
  text-align: center;
}

@media (min-width: 767px) {
  .limited_itemInner {
    margin-top: 32px;
    display: flex;
    align-items: center;
    gap: 8%;
  }
}
@media screen and (min-width: 1025px) {
  .limited_itemInner {
    gap: 14.16%;
  }
}

.limited_itemImg {
  position: relative;
  overflow: hidden;
}
@media (min-width: 767px) {
  .limited_itemImg {
    flex-shrink: 1;
  }
}
.limited_itemImg .img-base {
  display: block;
  width: 100%;
}
.limited_itemImg .img-product {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transform: scale(1.5);
  filter: blur(10px);
  will-change: transform, filter;
}
.limited_itemImg img {
  width: 100%;
}

.limited_item.--active .limited_itemImg .img-product {
  animation: blurIn 0.8s ease-out forwards;
  animation-delay: 0.2s;
}

@keyframes blurIn {
  0% {
    transform: scale(1.5);
    filter: blur(10px);
  }
  100% {
    transform: scale(1);
    filter: blur(0);
  }
}
.limited_itemTexts {
  position: relative;
}
@media (max-width: 766px) {
  .limited_itemTexts {
    margin-top: 2.4rem;
    padding-inline: 35px;
  }
}
@media (min-width: 767px) {
  .limited_itemTexts {
    width: 305px;
    flex-shrink: 0;
  }
}
.limited_itemTexts .item-name_en {
  display: block;
  position: absolute;
  top: 0;
  right: 30px;
  font-family: var(--ff-en);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.08em;
  opacity: 0.9;
  writing-mode: vertical-rl;
  text-orientation: sideways;
}
@media (min-width: 767px) {
  .limited_itemTexts .item-name_en {
    right: -32px;
  }
}
@media screen and (min-width: 1025px) {
  .limited_itemTexts .item-name_en {
    right: -48px;
  }
}
.limited_itemTexts .item-name {
  font-family: var(--ff-mincho);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.limited_itemTexts .item-descMain {
  margin-top: 1.2rem;
  font-family: var(--ff-mincho);
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.limited_itemTexts .item-color {
  margin-top: 2.8rem;
  display: flex;
  align-items: center;
  gap: 8px;
}
.limited_itemTexts .item-color span:not(.item-limited) {
  font-family: var(--ff-mincho);
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.limited_itemTexts .item-limited {
  display: inline-block;
  font-family: var(--ff-base);
  font-size: 1.2rem;
  line-height: 1;
  border: 1px solid var(--color-inverse);
  padding: 4px 8px;
  text-transform: uppercase;
}
.limited_itemTexts .item-descSub {
  margin-top: 1.2rem;
  font-family: var(--ff-mincho);
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.limited_itemTexts .item-priceArea {
  margin-top: 3.2rem;
  text-align: center;
}
.limited_itemTexts .item-priceArea:has(.item-shipping) {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
.limited_itemTexts .item-shipping {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-text-primary);
  background-color: var(--color-inverse);
  padding: 2px 8px;
}
.limited_itemTexts .item-price {
  font-family: var(--ff-mincho);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;
}
.limited_itemTexts .item-price span {
  font-family: var(--ff-mincho);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
}
.limited_itemTexts .item-button {
  margin-top: 2.4rem;
  display: block;
}

.foot-bgArea {
  position: relative;
  background-color: #DEE5F4;
}
@media (min-width: 767px) {
  .foot-bgArea {
    background-color: #CCD6E5;
  }
}
.foot-bgArea::before {
  content: "";
  width: 100%;
  aspect-ratio: 375/288;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/look/look_bg_top_sp.webp) no-repeat center center/cover;
}
@media (min-width: 767px) {
  .foot-bgArea::before {
    aspect-ratio: 1280/383;
    background-image: url(../img/look/look_bg_top_pc.webp);
  }
}
.foot-bgArea::after {
  content: "";
  width: 100%;
  aspect-ratio: 375/1478;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: url(../img/look/look_bg_bottom_sp.webp) no-repeat center center/cover;
}
@media (min-width: 767px) {
  .foot-bgArea::after {
    aspect-ratio: 1280/1559;
    background-image: url(../img/look/look_bg_bottom_pc.webp);
  }
}

.look {
  padding-block-start: 8rem;
}
@media (min-width: 767px) {
  .look {
    padding-block-start: 120px;
  }
}

.look_inner {
  position: relative;
  z-index: 2;
}

.look_heading {
  text-align: center;
  text-shadow: 0 0 20px #0069B0;
  text-transform: uppercase;
}
.look_heading p {
  font-family: var(--ff-en);
  color: var(--color-inverse);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}
@media (min-width: 767px) {
  .look_heading p {
    font-size: 28px;
  }
}
.look_heading h2 {
  margin-block-start: 8px;
  font-family: var(--ff-en);
  color: var(--color-inverse);
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media (min-width: 767px) {
  .look_heading h2 {
    font-size: 48px;
  }
}

.look_content {
  margin-block-start: 8rem;
}
@media (max-width: 766px) {
  .look_content {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}
@media (min-width: 767px) {
  .look_content {
    width: 85%;
    max-width: 1024px;
    margin-inline: auto;
  }
}

.look_variation_tags {
  position: relative;
  display: flex;
  aspect-ratio: 375/61;
}
@media (min-width: 767px) {
  .look_variation_tags {
    aspect-ratio: 1024/75;
  }
}
.look_variation_tags::before {
  content: "";
  width: 100%;
  aspect-ratio: 460/500;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  transition: background-image 0.4s ease;
}
.look_variation_tags p {
  cursor: pointer;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.look_variation_tags p span {
  font-family: var(--ff-en);
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.6;
}
.look_variation_tags p.is_active span {
  opacity: 1;
}

.look_variation_tags[data-no="1"]::before {
  background-image: url(../img/look/look1_variation_tag_bg_sp.webp);
}
@media (min-width: 767px) {
  .look_variation_tags[data-no="1"]::before {
    background-image: url(../img/look/look1_variation_tag_bg_pc.webp);
  }
}

.look_variation_tags[data-no="2"]::before {
  background-image: url(../img/look/look2_variation_tag_bg_sp.webp);
}
@media (min-width: 767px) {
  .look_variation_tags[data-no="2"]::before {
    background-image: url(../img/look/look2_variation_tag_bg_pc.webp);
  }
}

.look_variation_base {
  position: relative;
}
@media (min-width: 767px) {
  .look_variation_base {
    background: #DFE8F5;
    background: linear-gradient(to bottom, transparent, transparent 20%, #DFE8F5 20%, #DFE8F5 100%);
    border-radius: 0 0 20px 20px;
  }
}

.look_variation {
  display: none;
  padding-block-start: 6rem;
  padding-inline: 35px;
}
@media (min-width: 767px) {
  .look_variation {
    padding: 40px 56px 60px;
  }
}
@media screen and (min-width: 1025px) {
  .look_variation {
    padding: 50px 88px 80px;
  }
}
.look_variation.is_active {
  display: block;
}

.look_imgs picture {
  display: block;
}
.look_imgs img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 32px 0 var(--color-inverse);
}
.look_imgs .look_img_1 {
  width: 100%;
}
.look_imgs .look_img_2 {
  width: 52.45%;
  margin-top: -20%;
}
@media (min-width: 767px) {
  .look_imgs .look_img_2 {
    position: relative;
    z-index: 2;
    width: 24.43%;
    margin-top: -5%;
    margin-inline-start: auto;
    transform: translateX(-2rem);
  }
}
.look_imgs .look_img_3 {
  width: 65.57%;
  margin-top: 1.2rem;
}
@media (min-width: 767px) {
  .look_imgs .look_img_3 {
    margin-top: -7%;
    margin-inline: auto;
  }
}
.look_imgs .look_img_4 {
  width: 52.45%;
  margin-top: -26%;
}
@media (min-width: 767px) {
  .look_imgs .look_img_4 {
    width: 15%;
    margin-top: -8%;
  }
}

.look_variation[data-no="1"] .look_imgs .look_img_2 {
  margin-inline-start: auto;
  transform: translateX(2rem);
}
@media (max-width: 766px) {
  .look_variation[data-no="1"] .look_imgs .look_img_4 {
    margin-inline-start: auto;
  }
}

@media (max-width: 766px) {
  .look_variation[data-no="2"] .look_imgs .look_img_2 {
    transform: translateX(-2rem);
  }
}
@media (max-width: 766px) {
  .look_variation[data-no="2"] .look_imgs .look_img_3 {
    margin-inline-start: auto;
  }
}

.look_container {
  margin-block-start: 4.2rem;
}
@media (min-width: 767px) {
  .look_container {
    margin-block-start: 104px;
    max-width: 630px;
    margin-inline: auto;
  }
}

.look_header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 767px) {
  .look_header {
    max-width: 305px;
    margin-inline: auto;
  }
}
.look_header h3 {
  font-family: var(--ff-en);
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.look_header h3.is_active {
  animation: fadeIn 0.7s ease-out forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.look_button {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--ff-en);
  color: var(--color-subtle);
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: opacity 0.4s ease;
}
@media (hover: hover) and (pointer: fine) {
  .look_button:hover {
    opacity: 0.7;
  }
}
.look_button.look_button_prev {
  width: fit-content;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.look_button.look_button_prev::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: var(--color-subtle);
  border-radius: 50%;
}
.look_button.look_button_next {
  width: fit-content;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.look_button.look_button_next::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: var(--color-subtle);
  border-radius: 50%;
}

.look_body {
  padding-block-end: 4rem;
  margin-block-end: 2.8rem;
  border-bottom: 1px solid rgba(var(--color-text-primary-rgb), 0.2);
}
@media (min-width: 767px) {
  .look_body {
    margin-block-start: 40px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
  }
}

@media (min-width: 767px) {
  .look_slide {
    width: calc(50% - 1rem);
  }
}

.look_slider {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 40px 0 var(--color-inverse);
}
@media (max-width: 766px) {
  .look_slider {
    margin-top: 2rem;
  }
}
.look_slider .look_pagination {
  top: unset !important;
  bottom: 16px !important;
}
.look_slider .look_pagination .swiper-pagination-bullet {
  margin: 0 6px !important;
  opacity: 1;
  background-color: transparent;
  border: 1px solid var(--color-inverse);
}
.look_slider .look_pagination .swiper-pagination-bullet-active {
  background-color: var(--color-inverse);
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.8));
}

.look_item img {
  width: 100%;
}

.look_products {
  position: relative;
}
@media (max-width: 766px) {
  .look_products {
    margin-top: 1.2rem;
  }
}
@media (min-width: 767px) {
  .look_products {
    width: calc(50% - 1rem);
  }
}

.look_product {
  display: none;
  opacity: 0;
  transition: opacity 1s ease;
}
.look_product.is_active {
  display: block;
  opacity: 1;
}

.look_productImg {
  border-radius: 8px;
  overflow: hidden;
}
.look_productImg img {
  width: 100%;
}

.look_productImg + .look_productInfo {
  margin-top: 1.8rem;
}

.look_productInfo > p {
  margin-block-end: 1.6rem;
  font-family: var(--ff-mincho);
  font-size: 1.2rem;
  line-height: 1.8;
}
.look_productInfo > p sup {
  color: #E89BBA;
  font-size: 80%;
}
.look_productInfo ul {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.look_productInfo ul li {
  display: flex;
  gap: 0.8rem;
}
.look_productInfo ul li > div {
  width: 6rem;
  flex-shrink: 0;
}
.look_productInfo ul li > div img {
  width: 100%;
}
.look_productInfo ul li > .index {
  display: flex;
  align-items: center;
  justify-content: center;
}
.look_productInfo ul li > .index div {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 12px 0 #FFF, 0 0 12px 0 rgba(255, 255, 255, 0.6) inset;
  backdrop-filter: blur(6px);
  border-radius: 50%;
}
.look_productInfo ul li > .index div span {
  font-family: var(--ff-en);
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.look_productInfo ul li > .img.lg {
  width: 7.4rem;
}
.look_productInfo ul li > .img.xl {
  width: 7.4rem;
}
@media (min-width: 767px) {
  .look_productInfo ul li > .img.xl {
    width: 88px;
  }
}
.look_productInfo ul li > .body {
  flex-grow: 1;
  flex-shrink: 1;
  font-family: var(--ff-mincho);
  font-size: 1.2rem;
  line-height: 1.9;
  letter-spacing: -0.01em;
}
.look_productInfo ul li > .body p {
  font-family: var(--ff-mincho);
}
.look_productInfo ul li > .body a {
  display: inline;
  font-family: var(--ff-mincho);
  color: var(--color-text-primary);
  text-decoration: underline;
}
.look_productInfo ul li > .body dl div {
  display: flex;
}
.look_productInfo ul li > .body dl dt, .look_productInfo ul li > .body dl dd {
  font-family: var(--ff-mincho);
  line-height: 1.8;
}

.look_footer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.look_footer p {
  font-family: var(--ff-en);
  font-size: 1.6rem;
  text-transform: uppercase;
}

.look_switch {
  margin-block-start: 8rem;
  cursor: pointer;
}
@media (min-width: 767px) {
  .look_switch {
    max-width: 496px;
    margin-inline: auto;
  }
}

.concept {
  position: relative;
  z-index: 2;
  padding-block-start: 16rem;
}
@media (min-width: 767px) {
  .concept {
    padding-block-start: 120px;
  }
}

.concept_inner {
  border: 1px solid var(--color-inverse);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 16px 0 rgba(255, 255, 255, 0.8) inset, 0 4px 20px 0 #FFF;
  backdrop-filter: blur(7.5px);
  padding: 4.8rem 1.6rem 8rem;
  text-align: center;
}
@media (min-width: 767px) {
  .concept_inner {
    max-width: var(--inner-width-sm);
    margin-inline: auto;
    padding: 60px;
  }
}

.concept_heading {
  font-family: var(--ff-en);
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.concept_text {
  margin-top: 3.2rem;
  font-family: var(--ff-mincho);
  font-size: 1.6rem;
  line-height: 1.9;
}

.release {
  position: relative;
  z-index: 2;
  padding-block-start: 6rem;
  padding-block-end: 11.1rem;
}
@media (min-width: 767px) {
  .release {
    padding-block-start: 80px;
    padding-block-end: 120px;
  }
}

.release_heading {
  color: var(--color-inverse);
  font-size: 2.8rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.release_box {
  max-width: var(--inner-width-sm);
  margin-inline: auto;
  margin-block-start: 3.2rem;
  color: var(--color-inverse);
  text-align: center;
  padding: 2.4rem 2.4rem 4.2rem;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 16px 0 rgba(255, 255, 255, 0.8) inset, 0 0 16px 0 rgba(255, 255, 255, 0.8);
}
@media (min-width: 767px) {
  .release_box {
    margin-block-start: 40px;
    display: flex;
    gap: 3.2rem;
    padding: 6rem 8.8rem 6rem;
  }
}

@media (min-width: 767px) {
  .release_block {
    width: calc(50% - 1.6rem);
  }
}
.release_block > h3 {
  font-family: var(--ff-mincho);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.12em;
  text-align: center;
}
.release_block > p {
  margin-top: 1.2rem;
  font-family: var(--ff-en);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
.release_block > p .font-lg {
  font-family: var(--ff-en);
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (min-width: 767px) {
  .release_block > p .font-lg {
    font-size: 28px;
  }
}

@media (max-width: 766px) {
  .release_block + .release_block {
    margin-block-start: 2.8rem;
    padding-block-start: 2.8rem;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
}

.release_blockLocation {
  margin-block-start: 2.8rem;
  padding-block-start: 2.8rem;
  border-top: 1px dashed rgba(255, 255, 255, 0.4);
}
.release_blockLocation > h4 {
  font-family: var(--ff-mincho);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
}
@media (min-width: 767px) {
  .release_blockLocation > h4 {
    font-size: 20px;
  }
}
.release_blockLocation > p:not(.notes) {
  margin-top: 0.8rem;
  font-family: var(--ff-mincho);
  font-size: 1.6rem;
  line-height: 1.8;
}
@media (min-width: 767px) {
  .release_blockLocation > p:not(.notes) {
    margin-top: 16px;
  }
}
.release_blockLocation sup {
  font-size: 65%;
}
.release_blockLocation .notes {
  margin-top: 0.8rem;
  font-family: var(--ff-mincho);
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.is_hidden {
  display: none !important;
}

@media (min-width: 767px) {
  .is_only_sp {
    display: none !important;
  }
}

@media (max-width: 766px) {
  .is_only_pc {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */