:root {
  scrollbar-gutter: stable;
  --color-primary: #AED4F1;
  --color-primary-rgb: 174, 212, 241;
  --color-primary-hsl: 204, 68%, 81%;
  --color-secondary: #BBDCF4;
  --color-secondary-rgb: 187, 220, 244;
  --color-subtle: #F9FCFD;
  --color-subtle-rgb: 249, 252, 253;
  --color-accent: #F5B1AA;
  --color-accent-rgb: 245, 177, 170;
  --color-accent-yellow: #FFFBCB;
  --color-accent-yellow-rgb: 255, 251, 203;
  --color-accent-purple: #C0ABD2;
  --color-accent-purple-rgb: 192, 171, 210;
  --color-text-primary: #525666;
  --color-text-primary-rgb: 82, 86, 102;
  --color-text-subtle: rgba(82, 86, 102, 0.5);
  --color-black: #000000;
  --color-inverse: #FFFFFF;
  --color-inverse-rgb: 255, 255, 255;
  --color-bg: var(--color-subtle);
  --color-border: var(--color-primary);
  --color-border-dark: rgba(var(--color-text-primary-rgb), 0.4);
  --ff-base: "Noto Sans JP", sans-serif;
  --ff-mincho: "Noto Serif JP", serif;
  --ff-en: "Gilda Display", "Noto Serif JP", 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);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -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;
  font-family: var(--ff-base);
  color: var(--color-text-primary);
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 400;
  overflow-x: clip;
}
@media (min-width: 767px) {
  body {
    font-size: 1.6rem;
  }
}

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;
  }
}
sup {
  font-size: 65%;
}

.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: var(--layer-loading);
  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.8s;
}
.wrapper.is_loading .loading_before .loading_img:not(.no1v).no3v {
  animation-delay: 1.6s;
}
.wrapper.is_loading .loading_before .loading_img:not(.no1v).no4v {
  animation-delay: 2.5s;
}
.wrapper.is_loading .loading_before .loading_img:not(.no1v).no5v {
  animation-delay: 3.2s;
}
.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: 126px;
}
@media (min-width: 767px) {
  .wrapper.is_loading .loading_before .loading_logo {
    width: 282px;
  }
}
.wrapper.is_loading .loading_before .loading_limit {
  margin-top: 5.2rem;
  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);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  overflow: hidden;
}
@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: 3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  will-change: transform, opacity;
}
@media (min-width: 767px) {
  .wrapper.is_loading .loading_before .loading_timer i {
    font-size: 52px;
  }
}
.wrapper.is_loading .loading_before .loading_sub {
  margin-top: 2rem;
  font-family: var(--ff-en);
  font-size: 1rem;
  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: 16px;
  }
}
.wrapper.is_loading .loading_before .-frameUp {
  animation: frameUp 0.5s 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: #74B8EC;
  opacity: 0.8;
  font-weight: 400;
  font-size: 32px;
  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;
}

.loading_overlay {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: var(--color-inverse);
  animation: flare_overlay 2s ease-in-out forwards paused;
  pointer-events: none;
}

.loading_overlay.is_active {
  animation-play-state: running;
}

.loading_flare {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  filter: blur(10px);
  mix-blend-mode: screen;
  opacity: 0;
  pointer-events: none;
  transform: translate(-90%, -100%) scale(1.8);
  transform-origin: left top;
  animation: flare_sp 2s ease-in-out forwards paused;
}
@media (min-width: 767px) {
  .loading_flare {
    filter: blur(12px);
    transform: translateY(-20%) scale(1.2);
    transform-origin: center bottom;
    animation: flare_pc 2.2s ease-in-out forwards paused;
  }
}

.loading_flare.is_active {
  animation-play-state: running;
}

@keyframes loadingFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInImages {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes frameUp {
  0% {
    transform: translateY(-0.7em);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes flare_overlay {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes flare_pc {
  0% {
    transform: translate(-10%, -50%) scale(1.8);
    opacity: 0;
  }
  40% {
    transform: translate(-20%, -30%) scale(2);
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translate(-40%, -80%) scale(1.8);
    opacity: 0;
  }
}
@keyframes flare_sp {
  0% {
    transform: translate(-90%, -100%) scale(1.8);
    opacity: 0;
  }
  50% {
    transform: translate(-100%, -100%) scale(2.4);
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  to {
    transform: translate(-110%, -150%) scale(2.2);
    opacity: 0;
  }
}
.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: 60px;
  aspect-ratio: 1;
  position: absolute !important;
  top: 16px;
  right: 16px;
  z-index: var(--layer-drawer);
  box-shadow: 2px 2px 6px 0 rgba(255, 255, 255, 0.65), 2px 4px 8px 0 rgba(165, 181, 193, 0.32);
}
@media (min-width: 767px) {
  .menu_button {
    top: 30px;
    right: 88px;
    font-size: 16px;
    padding: 6px 12px;
  }
}
.menu_button .menu_button_base {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.menu_button .menu_button_base1 {
  background: url(../img/common/menu_button_base1.png) no-repeat center center/contain;
}
.menu_button .menu_button_base2 {
  background: url(../img/common/menu_button_base2.png) no-repeat center center/cover;
  opacity: 0.5;
}
.menu_button .menu_button_line {
  position: relative;
  z-index: 3;
  display: block;
  width: 24px;
  height: 1px;
  background-color: transparent;
}
.menu_button .menu_button_line::before, .menu_button .menu_button_line::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-text-primary);
  position: absolute;
  left: 0;
  transition: top 0.2s 0.2s, transform 0.2s;
}
.menu_button .menu_button_line::before {
  top: -4px;
}
.menu_button .menu_button_line::after {
  top: 4px;
}

.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.6s, opacity 0.6s;
}
@media (min-width: 767px) {
  .menu {
    width: 536px;
  }
}

.menu.is_open {
  visibility: visible;
  opacity: 1;
}

.menu_base {
  overflow: auto;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0) url(../img/common/menu_bg_sp.webp) no-repeat center top/cover;
  backdrop-filter: blur(10px);
}
@media (min-width: 767px) {
  .menu_base {
    background-image: url(../img/common/menu_bg_pc.webp);
  }
}

.menu_inner {
  width: 100%;
  height: 100%;
}
@media (max-width: 766px) {
  .menu_inner {
    padding: 44px 9% 43px;
  }
}
@media (min-width: 767px) {
  .menu_inner {
    padding: 48px 88px 40px;
  }
}

.menu_title {
  font-family: var(--ff-en);
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 767px) {
  .menu_title {
    font-size: 4.8rem;
  }
}

@media (max-width: 766px) {
  .menu_list {
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (min-width: 767px) {
  .menu_list {
    padding-top: 40px;
  }
}

.menu_list li a {
  display: block;
  padding-block: 20px;
}
.menu_list li a > span {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--ff-en);
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 767px) {
  .menu_list li a > span {
    font-size: 28px;
  }
}
.menu_list li a > span::before {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background-color: var(--color-primary);
}
.menu_list li a.has_jp::after {
  content: attr(data-jp);
  display: block;
  font-family: var(--ff-base);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 4px;
  padding-left: 28px;
}

.menu_official {
  padding-top: 24px;
  margin-top: 28px;
  border-top: 1px solid var(--color-primary);
}
.menu_official a {
  display: block;
  padding-block: 16px;
  font-family: var(--ff-mincho);
  font-size: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.-scrollTrigger.--fadeUp {
  opacity: 0;
  transform: translateY(15px);
}

.--fadeUp.--active {
  animation: fadeUp 0.5s ease-out forwards;
}

@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.--blurInText {
  opacity: 0.7;
  filter: blur(5px);
  will-change: opacity, filter;
}

.--blurInText.--active {
  animation: blurInText 0.6s ease-out forwards;
}

.-scrollTrigger.--blurInImg {
  opacity: 0.5;
  filter: blur(10px);
  will-change: opacity, filter;
}

.--blurInImg.--active {
  animation: blurInImg 0.6s ease-out forwards;
}

@keyframes gradientMove {
  0% {
    background-position-x: 120%;
  }
  100% {
    background-position-x: -20%;
  }
}
.--gradientWrapper {
  background: linear-gradient(90deg, #525666 0%, #525666 14%, #525666 16%, #A4ACCC 36%, #DBDFEC 58%, #A4ACCC 72%, #525666 90%, #525666 100%);
  display: inline-block;
  background-clip: text;
  background-size: 300% 100%;
  background-position-x: 120%;
  color: rgba(0, 0, 0, 0);
}

.--gradientWrapper.--active {
  animation: gradientMove 2s cubic-bezier(0.37, 0, 0.63, 1) forwards;
}

.--textReveal .char {
  display: inline-block;
  filter: blur(8px);
  opacity: 0.4;
  transition: filter 1s ease, opacity 1s ease;
  will-change: filter, opacity;
}
.--textReveal .char.is_active {
  filter: blur(0px);
  opacity: 1;
}

.c_heading {
  font-family: var(--ff-en);
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 767px) {
  .c_heading {
    font-size: 44px;
  }
}

.c_button {
  position: relative;
  z-index: 1;
  display: block;
  padding: 1.6rem 1.6rem 1.6rem 2rem;
  font-family: "Gilda Display", "Noto Sans JP", serif;
  color: var(--color-inverse);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  border-radius: 8px;
  background: linear-gradient(90deg, #F5B1AA 0%, #FEE9BD 50%, #F5B1AA 100%);
  background-size: 200% 100%;
  background-position-x: 0%;
  box-shadow: 0 0 14px 0 rgba(255, 255, 255, 0.5) inset, 0 0 40px 0 #FFF;
  overflow: hidden;
  will-change: letter-spacing;
  transition: letter-spacing 0.6s, box-shadow 0.6s, background-position-x 0.6s;
}
@media (min-width: 767px) {
  .c_button {
    width: 320px;
  }
}
.c_button .c_button_text {
  position: relative;
  z-index: 2;
}
.c_button::after {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translateY(-50%);
  background: url("../img/common/icon_arrow.png") no-repeat center center/contain;
  z-index: 2;
}
@media (hover: hover) and (pointer: fine) {
  .c_button:hover {
    opacity: 1 !important;
    letter-spacing: 0.2em;
    background-position-x: 100%;
    box-shadow: 0 0 14px 0 #FFF inset, 0 0 40px 0 #FFF;
  }
}

.c_button.is_before,
.c_button.is_sold {
  background: var(--color-border-dark);
  border: none;
  box-shadow: none;
  pointer-events: none;
}

.c_button.is_before span {
  display: inline-block;
  font-size: 2rem;
  line-height: inherit;
  transform: translateY(0.5px);
}

.c_button.is_sold {
  font-size: 2rem;
  text-transform: uppercase;
}

.c_glassButton {
  position: relative;
  overflow: hidden;
}
.c_glassButton::before {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 30px;
  height: 100%;
  opacity: 0;
  transition: cubic-bezier(0.32, 0, 0.67, 0);
}
@media (hover: hover) and (pointer: fine) {
  .c_glassButton:hover {
    opacity: 1 !important;
  }
  .c_glassButton:hover::before {
    animation: sparkle 1.4s linear;
  }
}

@keyframes sparkle {
  0% {
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }
  40% {
    transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  80% {
    transform: scale(45) rotate(45deg);
    opacity: 0.3;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.kv {
  position: relative;
  display: block;
  width: 100%;
}
@media (max-width: 766px) {
  .kv {
    z-index: 1;
  }
  .kv::before {
    content: "";
    width: 100%;
    aspect-ratio: 375/397;
    position: absolute;
    bottom: -27.5rem;
    left: 0;
    background: url(../img/kv/kv_aurora_sp.webp) no-repeat center center/contain;
    z-index: -1;
  }
}
@media (min-width: 767px) {
  .kv {
    z-index: 2;
  }
}

.kv_visual {
  width: 100%;
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  z-index: -2;
}
@media (max-width: 766px) {
  .kv_visual {
    aspect-ratio: 375/897;
  }
}
@media (min-width: 767px) {
  .kv_visual {
    aspect-ratio: 1280/1144;
  }
}
@media (min-width: 1600px) {
  .kv_visual {
    aspect-ratio: 2000/1144;
  }
}
.kv_visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kv_texts {
  width: 100%;
  padding-block-start: 70vh;
}
@media (min-width: 767px) {
  .kv_texts {
    padding-block-start: min(70vh, 500px);
  }
}
@media screen and (min-width: 1280px) {
  .kv_texts {
    padding-block-start: 70vh;
  }
}

.kv_textsInner {
  margin-inline-end: 35px;
}
@media screen and (min-width: 1025px) {
  .kv_textsInner {
    margin-inline-end: 10%;
  }
}

.kv_logo {
  width: 144px;
  margin-inline-start: auto;
}
@media (min-width: 767px) {
  .kv_logo {
    width: min(25vw, 283px);
  }
}
.kv_logo img {
  width: 100%;
}

.kv_reserve {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-block-start: 12rem;
}
@media (min-width: 767px) {
  .kv_reserve {
    margin-block-start: 232px;
  }
}

.kv_reserve_wrapper {
  max-width: calc(100% - 7rem);
  margin-inline: auto;
  border-radius: 4px;
  border: 2px solid #FFF;
  background: url(../img/kv/kv_reserve_bg_sp.png) no-repeat center center/cover;
  background-blend-mode: overlay, normal;
  box-shadow: 12px -12px 12px 0 rgba(255, 255, 255, 0.12) inset, -12px 12px 12px 0 rgba(255, 255, 255, 0.28) inset, 14px 14px 20px 0 rgba(255, 255, 255, 0.6), 24px 24px 48px 0 rgba(163, 180, 200, 0.8);
    padding: 2.8rem 2.6rem 3rem;
  text-align: center;
}
@media (min-width: 767px) {
  .kv_reserve_wrapper {
    max-width: 496px;
    padding: 32px 24px 40px;
  }
}

.kv_reserveHeading {
  padding-block-end: 1.6rem;
  border-bottom: 1px solid rgba(var(--color-primary-rgb), 0.4);
}
@media (min-width: 767px) {
  .kv_reserveHeading {
    padding-block-end: 16px;
  }
}
.kv_reserveHeading p {
  font-family: var(--ff-mincho);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media (min-width: 767px) {
  .kv_reserveHeading p {
    font-size: 20px;
  }
}

.kv_reserveDates {
  padding-top: 1.2rem;
  font-family: var(--ff-en);
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media (min-width: 767px) {
  .kv_reserveDates {
    font-size: 28px;
  }
}
.kv_reserveDates span {
  font-family: inherit;
}

.kv_reserveDate {
  font-size: 3rem;
}
@media (min-width: 767px) {
  .kv_reserveDate {
    font-size: 52px;
  }
}

.present {
  position: relative;
  z-index: 1;
  padding-block-start: 4rem;
  padding-block-end: 8rem;
}
@media (min-width: 767px) {
  .present {
    padding-block-start: 6rem;
    padding-block-end: 160px;
  }
}
.present::before {
  content: "";
  width: 100%;
  aspect-ratio: 375/866;
  position: absolute;
  top: -10rem;
  left: 0;
  background: url(../img/present/present_aurora_sp.webp) no-repeat center center/contain;
  z-index: -1;
}
@media (min-width: 767px) {
  .present::before {
    aspect-ratio: 1280/940;
    top: 10%;
    background-image: url(../img/present/present_aurora_pc.webp);
    opacity: 0.4;
  }
}

.present_inner {
  max-width: 430px;
  margin-inline: auto;
  background: linear-gradient(0deg, rgba(187, 220, 244, 0.2) 0%, rgba(205, 205, 205, 0.2) 100%);
  box-shadow: 0 0 40px 0 var(--color-inverse);
  padding: 3.2rem 2.4rem;
  border-radius: 8px;
  text-align: center;
}
@media (min-width: 767px) {
  .present_inner {
    max-width: 848px;
    padding: 60px 20px;
  }
}

.present_lead {
  margin-top: 2rem;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (min-width: 767px) {
  .present_lead {
    margin-top: 36px;
    font-size: 16px;
  }
}

.present_colors {
  position: relative;
  margin-top: 2.4rem;
  text-align: center;
}
@media (min-width: 767px) {
  .present_colors {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 40px;
  }
}
.present_colors img {
  transition: opacity 0.2s;
}
@media (max-width: 766px) {
  .present_colors img {
    width: 11.6rem;
    opacity: 0;
  }
}
@media (min-width: 767px) {
  .present_colors img {
    width: 108px;
  }
}
@media (max-width: 766px) {
  .present_colors img:not(:first-child) {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 766px) {
  .present_colors img.is_active {
    opacity: 1;
  }
}

.present_triggers {
  margin-top: 2.4rem;
  display: flex;
  justify-content: center;
  gap: 1.6rem;
}
@media (min-width: 767px) {
  .present_triggers {
    display: none;
  }
}

.present_trigger {
  appearance: none;
  border: none;
  width: 4rem;
  aspect-ratio: 1;
  border-radius: 50%;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.present_trigger[data-color=pink] {
  background-image: url("../img/present/present_trigger_pink.png");
}

.present_trigger[data-color=purple] {
  background-image: url("../img/present/present_trigger_purple.png");
}

.present_trigger[data-color=yellow] {
  background-image: url("../img/present/present_trigger_yellow.png");
}

.present_colorNotes {
  margin-top: 2.4rem;
  padding: 1.2rem;
  border: 1px solid var(--color-border-dark);
}
@media (min-width: 767px) {
  .present_colorNotes {
    margin-top: 40px;
    padding: 16px 32px;
    max-width: 388px;
    margin-inline: auto;
  }
}
.present_colorNotes h3 {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (min-width: 767px) {
  .present_colorNotes h3 {
    font-size: 16px;
  }
}
.present_colorNotes p {
  margin-top: 0.2rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
  text-align: center;
}
@media (min-width: 767px) {
  .present_colorNotes p {
    font-size: 12px;
    margin-top: 8px;
  }
}
@media (max-width: 766px) {
  .present_colorNotes {
    border-left: none;
    border-right: none;
  }
}

.present_eyeView {
  margin-top: 2.4rem;
  text-align: left;
}
@media (min-width: 767px) {
  .present_eyeView {
    position: relative;
    margin-top: 48px;
    max-width: 456px;
    margin-inline: auto;
    padding-inline-start: 136px;
  }
  .present_eyeView::before {
    content: "";
    width: 116px;
    aspect-ratio: 116/160;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/present/present_tumbler_eye-view.png") no-repeat center top/contain;
  }
}

@media (max-width: 766px) {
  .present_eyeView_texts {
    position: relative;
    padding-inline-start: 9.2rem;
  }
  .present_eyeView_texts::before {
    content: "";
    width: 8rem;
    aspect-ratio: 80/118;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/present/present_tumbler_eye-view.png") no-repeat center top/contain;
  }
}

.present_desc {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.6;
}
@media (min-width: 767px) {
  .present_desc {
    font-size: 14px;
  }
}

.present_notes {
  margin-top: 0.8rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  opacity: 0.5;
}
@media (min-width: 767px) {
  .present_notes {
    margin-top: 8px;
    font-size: 12px;
  }
}

.present_button {
  margin-top: 3.2rem;
}
@media (min-width: 767px) {
  .present_button {
    margin-top: 20px;
  }
}

.cp_point {
    margin: 7% auto auto;
    max-width: 500px;
}

@media (min-width: 767px) {
.cp_point {
    margin-top: 4%;
}
}

.lineup {
  position: relative;
  z-index: 3;
}

.lineup_header {
  position: relative;
  z-index: 3;
}
.lineup_header img {
  width: 100%;
}

.lineup_heading {
  width: fit-content;
  position: absolute;
  top: 2rem;
  left: 2rem;
}
@media (min-width: 767px) {
  .lineup_heading {
    top: 20%;
    left: 35px;
  }
}
@media screen and (min-width: 1025px) {
  .lineup_heading {
    top: 30%;
    left: calc((100vw - 848px) / 2);
  }
}
.lineup_heading h2 {
  font-family: var(--ff-en);
  color: var(--color-inverse);
  font-size: 5.2rem;
  font-weight: 400;
  line-height: 1.08;
  text-shadow: 0 0 80px var(--color-primary), 0 0 40px var(--color-primary);
}
@media screen and (min-width: 1025px) {
  .lineup_heading h2 {
    font-size: 60px;
  }
}

.lineup_anchor {
  position: absolute;
  bottom: -8.4rem;
  left: 35px;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 2rem;
}
@media (min-width: 767px) {
  .lineup_anchor {
    bottom: -50px;
  }
}
@media screen and (min-width: 1025px) {
  .lineup_anchor {
    bottom: -84px;
    left: calc((100vw - 848px) / 2);
  }
}
.lineup_anchor a {
  position: relative;
  display: grid;
  place-items: center;
  width: 14.1rem;
  aspect-ratio: 1;
  padding: 1.6rem;
  text-align: center;
  background: url(../img/lineup/lineup_anchor_bg.png) no-repeat center center/cover;
  border-radius: 2px;
  border: 1px solid var(--color-inverse);
  box-shadow: 12px -12px 12px 0 rgba(255, 255, 255, 0.12) inset, -12px 12px 12px 0 rgba(255, 255, 255, 0.28) inset, 5px 8px 8px 0 rgba(255, 255, 255, 0.4), 6px 10px 12px 0 rgba(165, 181, 193, 0.6);
}
@media (min-width: 767px) {
  .lineup_anchor a {
    width: 110px;
  }
}
@media screen and (min-width: 1025px) {
  .lineup_anchor a {
    width: 141px;
  }
}
.lineup_anchor a span {
  display: inline-block;
  font-family: var(--ff-en);
  font-size: 2.2rem;
  line-height: 1.12;
  text-transform: uppercase;
}
@media (min-width: 767px) {
  .lineup_anchor a span {
    font-size: 18px;
  }
}
@media screen and (min-width: 1025px) {
  .lineup_anchor a span {
    font-size: 22px;
  }
}
.lineup_anchor a::after {
  content: "";
  display: block;
  width: 12px;
  aspect-ratio: 1;
  background: url(../img/lineup/icon_chevron.png) no-repeat center center/contain;
  position: absolute;
  bottom: 1.6rem;
  left: 50%;
  transform: translateX(-50%);
}

.lineup_blockHeader {
  position: relative;
}
.lineup_blockHeader img {
  width: 100%;
}
.lineup_blockHeader .texts {
  width: fit-content;
  position: absolute;
  top: 20%;
  left: 35px;
}
@media (max-width: 766px) {
  .lineup_blockHeader .texts {
    width: calc(100% - 70px);
  }
}
@media (min-width: 767px) {
  .lineup_blockHeader .texts {
    top: 30%;
  }
}
@media screen and (min-width: 1025px) {
  .lineup_blockHeader .texts {
    top: 35%;
    left: calc((100vw - 848px) / 2);
  }
}
.lineup_blockHeader .texts .label {
  font-family: var(--ff-en);
  font-size: 1.8rem;
  text-transform: uppercase;
  -webkit-text-stroke-width: 0.6px;
}
@media screen and (min-width: 1025px) {
  .lineup_blockHeader .texts .label {
    font-size: 20px;
  }
}
.lineup_blockHeader .texts .label[data-color=new] {
  color: var(--color-accent-purple);
  -webkit-text-stroke-color: var(--color-accent-purple);
}
.lineup_blockHeader .texts .label[data-color=limited] {
  color: var(--color-accent);
  -webkit-text-stroke-color: var(--color-accent);
}
.lineup_blockHeader .texts .title {
  margin-top: 8px;
  font-family: var(--ff-en);
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
}
@media (min-width: 767px) {
  .lineup_blockHeader .texts .title {
    font-size: 32px;
  }
}
@media screen and (min-width: 1025px) {
  .lineup_blockHeader .texts .title {
    font-size: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .lineup_blockHeader .texts .title {
    font-size: 48px;
  }
}
.lineup_blockHeader .texts .copy {
  font-family: var(--ff-mincho);
}
@media (max-width: 766px) {
  .lineup_blockHeader .texts .copy {
    display: none;
  }
}
@media (min-width: 767px) {
  .lineup_blockHeader .texts .copy {
    margin-top: 24px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1025px) {
  .lineup_blockHeader .texts .copy {
    margin-top: 40px;
    font-size: 20px;
  }
}
.lineup_blockHeader .texts .feature {
  margin-top: 12px;
  font-family: var(--ff-mincho);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.02em;
}
@media (max-width: 766px) {
  .lineup_blockHeader .texts .feature {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .lineup_blockHeader .texts .feature {
    font-size: 28px;
  }
}
.lineup_blockHeader .texts .feature:first-line {
  font-size: 28px;
}
@media screen and (min-width: 1280px) {
  .lineup_blockHeader .texts .feature:first-line {
    font-size: 32px;
  }
}
.lineup_blockHeader .texts .badges {
  margin-top: 8.7rem;
  display: flex;
  gap: 12px;
}
@media (max-width: 766px) {
  .lineup_blockHeader .texts .badges {
    flex-direction: column;
  }
}
@media (min-width: 767px) {
  .lineup_blockHeader .texts .badges {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1025px) {
  .lineup_blockHeader .texts .badges {
    margin-top: 40px;
  }
}
.lineup_blockHeader .texts .badges img {
  display: block;
  width: 100px;
}
@media screen and (min-width: 1025px) {
  .lineup_blockHeader .texts .badges img {
    width: 120px;
  }
}
@media screen and (min-width: 1280px) {
  .lineup_blockHeader .texts .badges img {
    width: 140px;
  }
}
.lineup_blockHeader .texts .badges img.badge_serum {
  filter: drop-shadow(-6px -6px 20px rgba(174, 212, 241, 0.08)) drop-shadow(4px 4px 12px rgba(165, 181, 193, 0.12));
}

.lineup_blockBody {
  background-color: var(--color-subtle);
  padding-block-start: 4rem;
  padding-block-end: 8rem;
}
@media (min-width: 767px) {
  .lineup_blockBody {
    padding-block-start: 80px;
    padding-block-end: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .lineup_blockBody .inner {
    max-width: calc(100% - 70px);
  }
}
@media (min-width: 767px) {
  .lineup_blockBody .inner {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 32px;
  }
}
.lineup_blockBody .image img {
  width: 100%;
}
@media (min-width: 767px) {
  .lineup_blockBody .copyWrap {
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid rgba(var(--color-primary-rgb), 1);
  }
}
.lineup_blockBody .copy {
  font-family: var(--ff-mincho);
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: -0.02em;
}
@media (min-width: 767px) {
  .lineup_blockBody .copy {
    font-size: 26px;
  }
}
@media screen and (min-width: 1025px) {
  .lineup_blockBody .copy {
    font-size: 32px;
  }
}
.lineup_blockBody .subCopy {
  margin-top: 12px;
  font-family: var(--ff-mincho);
  font-size: 1.6rem;
}
@media screen and (min-width: 1025px) {
  .lineup_blockBody .subCopy {
    margin-top: 20px;
    font-size: 20px;
  }
}
@media (max-width: 766px) {
  .lineup_blockBody .limited {
    margin-top: 40px;
    margin-bottom: 8px;
    text-align: center;
  }
}
@media (min-width: 767px) {
  .lineup_blockBody .limited {
    margin-bottom: 16px;
  }
}
.lineup_blockBody .limited span {
  display: inline-block;
  font-family: var(--ff-mincho);
  color: var(--color-inverse);
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  padding: 4px 19px 5px 19px;
  border-radius: 8px;
  background: #F5B1AA;
  background-blend-mode: darken, normal;
  box-shadow: -1px -1px 2px 0 rgba(255, 255, 255, 0.8) inset, 4px 4px 6px 0 rgba(255, 255, 255, 0.4) inset;
  backdrop-filter: blur(4px);
}
@media (min-width: 767px) {
  .lineup_blockBody .limited span {
    font-size: 16px;
  }
}
.lineup_blockBody .title {
  font-family: var(--ff-mincho);
  font-size: 2rem;
  font-weight: 400;
}
@media (max-width: 766px) {
  .lineup_blockBody .title {
    text-align: center;
  }
}
@media screen and (min-width: 1025px) {
  .lineup_blockBody .title {
    font-size: 24px;
  }
}
.lineup_blockBody .price {
  margin-top: 8px;
  display: block;
  font-family: var(--ff-en);
  font-size: 1.6rem;
  font-weight: 400;
  font-size: 20px;
}
@media (max-width: 766px) {
  .lineup_blockBody .price {
    text-align: center;
  }
}
.lineup_blockBody .price .num {
  font-family: var(--ff-en);
  font-size: 2.4rem;
  line-height: 1;
}
@media (min-width: 767px) {
  .lineup_blockBody .price .num {
    font-size: 32px;
  }
}
.lineup_blockBody .price .tax {
  font-size: 1.4rem;
}
@media (min-width: 767px) {
  .lineup_blockBody .price .tax {
    font-size: 16px;
  }
}
.lineup_blockBody .price .shipping {
  display: inline-block;
  font-family: var(--ff-mincho);
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.08em;
  padding: 4px 8px;
  border: 1px solid var(--color-text-primary);
}
.lineup_blockBody .button {
  margin-top: 28px;
}
.lineup_blockBody .notes {
  margin-top: 24px;
}
.lineup_blockBody .notes li {
  font-size: 1rem;
  letter-spacing: 0.04em;
  opacity: 0.5;
}

.variation {
  text-align: center;
}
.variation > h4 {
  font-family: var(--ff-en);
  font-size: 2rem;
  line-height: 1.3;
  text-transform: uppercase;
}
@media (min-width: 767px) {
  .variation > h4 {
    font-size: 28px;
  }
}

.variation_list {
  margin-top: 3.2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}
@media screen and (min-width: 1025px) {
  .variation_list {
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
  }
}
.variation_list > li {
  border: 1px solid var(--color-primary);
  padding: 0.8rem 0.8rem 1.6rem;
}
@media (min-width: 767px) {
  .variation_list > li {
    padding: 8px 12px 16px;
  }
}
.variation_list > li h5 {
  margin-block-start: 12px;
  margin-block-end: 0;
  font-family: var(--ff-mincho);
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.02em;
  text-align: center;
}
@media (min-width: 767px) {
  .variation_list > li h5 {
    font-size: 20px;
  }
}
.variation_list > li dl {
  margin-block: 1.2rem;
  padding-block: 1.2rem;
  border-top: 1px solid rgba(var(--color-text-primary-rgb), 0.2);
  border-bottom: 1px solid rgba(var(--color-text-primary-rgb), 0.2);
}
.variation_list > li dl dt {
  font-family: var(--ff-mincho);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 767px) {
  .variation_list > li dl dt {
    font-size: 20px;
  }
}
.variation_list > li dl dd {
  margin-top: 5px;
  display: flex;
  justify-content: center;
  gap: 2px;
}
.variation_list > li dl dd > span {
  text-indent: -9999px;
}
.variation_list > li dl dd img {
  width: 20px;
  height: 19px;
  flex-shrink: 0;
}
.variation_list > li ul {
  width: fit-content;
  margin-inline: auto;
}
.variation_list > li ul li {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: var(--ff-mincho);
  font-size: 1.4rem;
}
@media (min-width: 767px) {
  .variation_list > li ul li {
    font-size: 16px;
  }
}
.variation_list > li ul li::before {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  background: url(../img/lineup/icon_check.png) no-repeat center center/contain;
  flex-shrink: 0;
}

.variation_notes {
  margin-top: 20px;
}
@media (min-width: 767px) {
  .variation_notes {
    margin-top: 40px;
  }
}
.variation_notes li {
  font-size: 10px;
  font-weight: 500;
  opacity: 0.5;
}
@media (min-width: 767px) {
  .variation_notes li {
    font-size: 12px;
  }
}

@media (min-width: 767px) {
  .lineup_new .lineup_blockHeader {
    position: relative;
  }
  .lineup_new .lineup_blockHeader::before {
    content: "";
    width: 100%;
    height: 15%;
    background: linear-gradient(to bottom, #FFF, #FFF 30%, rgba(255, 255, 255, 0.1) 100%);
    position: absolute;
    top: 0;
    left: 0;
  }
}
.lineup_new .lineup_blockHeader .lineup_new_landing {
  width: 100%;
  position: absolute;
  top: 15%;
  left: 0;
  pointer-events: none;
}
@media (min-width: 767px) {
  .lineup_new .lineup_blockHeader .lineup_new_landing {
    top: 20%;
  }
}
@media (max-width: 766px) {
  .lineup_new .lineup_blockBody .image {
    margin-top: 3.5rem;
  }
}
@media (min-width: 767px) {
  .lineup_new .lineup_blockBody .image {
    width: calc(50% - 16px);
  }
}
@media (max-width: 766px) {
  .lineup_new .lineup_blockBody .image img {
    width: 100%;
  }
}
@media (min-width: 767px) {
  .lineup_new .lineup_blockBody .image img {
    display: block;
    width: 80%;
    margin-inline: auto;
  }
}
.lineup_new .lineup_blockBody .image_5in1 {
  position: relative;
}
@media (max-width: 766px) {
  .lineup_new .lineup_blockBody .image_5in1 {
    max-width: 400px;
    margin-inline: auto;
  }
}
.lineup_new .lineup_blockBody .image_5in1 .function {
  display: inline-block;
  width: 5.5em;
  color: #6375BB;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: center;
  opacity: 0;
  position: absolute;
}
@media (min-width: 767px) {
  .lineup_new .lineup_blockBody .image_5in1 .function {
    font-size: 14px;
  }
}
@media screen and (min-width: 1025px) {
  .lineup_new .lineup_blockBody .image_5in1 .function {
    font-size: 16px;
  }
}
.lineup_new .lineup_blockBody .image_5in1 .function_sunscreen {
  top: 4%;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 767px) {
  .lineup_new .lineup_blockBody .image_5in1 .function_sunscreen {
    top: 0;
  }
}
.lineup_new .lineup_blockBody .image_5in1 .function_clearup {
  top: 50%;
  transform: translateY(-50%);
  left: -8%;
}
@media (min-width: 767px) {
  .lineup_new .lineup_blockBody .image_5in1 .function_clearup {
    left: 5%;
  }
}
.lineup_new .lineup_blockBody .image_5in1 .function_serum {
  bottom: 8%;
  left: 15%;
}
@media (min-width: 767px) {
  .lineup_new .lineup_blockBody .image_5in1 .function_serum {
    bottom: 5%;
    left: 20%;
  }
}
.lineup_new .lineup_blockBody .image_5in1 .function_moist {
  bottom: 8%;
  right: 15%;
}
@media (min-width: 767px) {
  .lineup_new .lineup_blockBody .image_5in1 .function_moist {
    bottom: 5%;
    right: 20%;
  }
}
.lineup_new .lineup_blockBody .image_5in1 .function_base {
  top: 50%;
  transform: translateY(-50%);
  right: -8%;
}
@media (min-width: 767px) {
  .lineup_new .lineup_blockBody .image_5in1 .function_base {
    right: 5%;
  }
}
.lineup_new .lineup_blockBody .image_5in1.--active .function {
  animation: functionAppear 1s ease forwards;
}
.lineup_new .lineup_blockBody .image_5in1.--active .function_sunscreen {
  animation-delay: 0.4s;
}
.lineup_new .lineup_blockBody .image_5in1.--active .function_clearup {
  animation-delay: 0.8s;
}
.lineup_new .lineup_blockBody .image_5in1.--active .function_serum {
  animation-delay: 1.2s;
}
.lineup_new .lineup_blockBody .image_5in1.--active .function_moist {
  animation-delay: 1.6s;
}
.lineup_new .lineup_blockBody .image_5in1.--active .function_base {
  animation-delay: 2s;
}
@media (min-width: 767px) {
  .lineup_new .lineup_blockBody .texts {
    width: calc(50% - 16px);
  }
}
@media screen and (min-width: 1025px) {
  .lineup_new .lineup_blockBody .texts {
    padding-inline-start: 88px;
  }
}
@media (max-width: 766px) {
  .lineup_new .lineup_blockBody .title {
    margin-top: 3.5rem;
  }
}

.lineup_powder .lineup_blockHeader .texts {
  top: 8%;
}
@media (min-width: 767px) {
  .lineup_powder .lineup_blockHeader .texts {
    top: 15%;
  }
}
@media screen and (min-width: 1025px) {
  .lineup_powder .lineup_blockHeader .texts {
    top: 25%;
  }
}
.lineup_powder .lineup_blockHeader .badges {
  margin-top: 3.2rem;
}
@media (min-width: 767px) {
  .lineup_powder .lineup_blockHeader .badges {
    margin-top: 20px;
  }
}
.lineup_powder .lineup_blockBody .inner {
  max-width: min(100% - 70px, 868px);
  flex-direction: row;
}
@media (max-width: 766px) {
  .lineup_powder .lineup_blockBody .image {
    margin-block-start: 4rem;
  }
}
@media (min-width: 767px) {
  .lineup_powder .lineup_blockBody .image {
    width: calc(50% - 16px);
  }
}
.lineup_powder .lineup_blockBody .image img {
  box-shadow: 8px 8px 20px 0 rgba(192, 171, 210, 0.4);
}
@media (min-width: 767px) {
  .lineup_powder .lineup_blockBody .image img {
    display: block;
    width: 77%;
    margin-inline: auto;
  }
}
@media (min-width: 767px) {
  .lineup_powder .lineup_blockBody .texts {
    width: calc(50% - 16px);
  }
}
.lineup_powder .lineup_blockBody .subCopy {
  margin-top: 0;
}
.lineup_powder .lineup_blockBody .copy {
  margin-top: 12px;
  font-size: 2.4rem;
}
@media (min-width: 767px) {
  .lineup_powder .lineup_blockBody .copy {
    font-size: 28px;
  }
}
.lineup_powder .lineup_blockBody .copy:first-line {
  font-size: 32px;
}
.lineup_powder .variation {
  margin-top: 4rem;
  margin-inline: auto;
}
@media (min-width: 767px) {
  .lineup_powder .variation {
    margin-top: 60px;
    max-width: calc(100% - 70px);
  }
}
@media screen and (min-width: 1025px) {
  .lineup_powder .variation {
    max-width: min(100% - 70px, 1024px);
  }
}

.lineup_veil .lineup_blockHeader .texts {
  top: 7%;
}
@media (min-width: 767px) {
  .lineup_veil .lineup_blockHeader .texts {
    top: 7%;
  }
}
@media screen and (min-width: 1025px) {
  .lineup_veil .lineup_blockHeader .texts {
    top: 15%;
  }
}
@media screen and (min-width: 1280px) {
  .lineup_veil .lineup_blockHeader .texts {
    top: 20%;
  }
}
@media (min-width: 1600px) {
  .lineup_veil .lineup_blockHeader .texts {
    top: 8%;
  }
}
@media (min-width: 1740px) {
  .lineup_veil .lineup_blockHeader .texts {
    top: 15%;
  }
}
@media (max-width: 766px) {
  .lineup_veil .lineup_blockHeader .badges {
    margin-top: 4.2rem;
    flex-direction: row;
    justify-content: flex-end;
  }
}
@media (min-width: 767px) {
  .lineup_veil .lineup_blockBody .inner {
    flex-direction: row;
    align-items: flex-start;
    max-width: min(100% - 70px, 868px);
  }
}
@media (min-width: 767px) {
  .lineup_veil .lineup_blockBody .texts {
    width: calc(50% - 16px);
  }
}
.lineup_veil .lineup_blockBody .copy {
  margin-top: 1.2rem;
  font-size: 2.4rem;
}
.lineup_veil .lineup_blockBody .copy:first-line {
  font-size: 3.2rem;
}
.lineup_veil .lineup_blockBody .item-button {
  margin-top: 40px;
}
@media (min-width: 767px) {
  .lineup_veil .lineup_blockBody .item-button {
    margin-top: 2.8rem;
  }
}
.lineup_veil .lineup_blockBody .item-button a {
  display: flex;
  align-items: center;
  padding: 32px 19px;
  border-radius: 3px;
  background: url(../img/lineup/lineup_bg_itemButton.png) no-repeat center center/cover;
  box-shadow: 5px 8px 8px 0 rgba(255, 255, 255, 0.4), 6px 10px 12px 0 rgba(165, 181, 193, 0.6);
}
@media (min-width: 767px) {
  .lineup_veil .lineup_blockBody .item-button a {
    max-width: 320px;
    padding: 17px;
  }
}
.lineup_veil .lineup_blockBody .item-button a .image {
  width: 104px;
  flex-shrink: 0;
}
.lineup_veil .lineup_blockBody .item-button a .texts {
  flex-grow: 1;
  text-align: center;
}
.lineup_veil .lineup_blockBody .item-button a .texts .title {
  font-family: var(--ff-mincho);
  font-size: 1.5rem;
  letter-spacing: -0.02em;
}
@media (min-width: 767px) {
  .lineup_veil .lineup_blockBody .item-button a .texts .title {
    font-size: 15px;
  }
}
.lineup_veil .lineup_blockBody .item-button a .texts .price {
  font-size: 16px;
}
.lineup_veil .lineup_blockBody .item-button a .texts .price .num {
  font-family: var(--ff-en);
  font-size: 24px;
}
@media (min-width: 767px) {
  .lineup_veil .lineup_blockBody .item-button a .texts .price .num {
    font-size: 28px;
  }
}
.lineup_veil .lineup_blockBody .item-button a .texts .price .tax {
  font-size: 14px;
}
.lineup_veil .variation {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .lineup_veil .variation {
    margin-top: 0;
    width: calc(50% - 16px);
  }
}
@media screen and (min-width: 1025px) {
  .lineup_veil .variation_list {
    grid-template-columns: repeat(2, 1fr);
    max-width: 408px;
    margin-inline: auto;
  }
}
.lineup_veil .variation_notes {
  margin-top: 20px;
}

@keyframes functionAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.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;
}

.look_header {
  position: relative;
}

.look_headerBg {
  position: relative;
}
.look_headerBg img {
  width: 100%;
}
.look_headerBg .img_01 {
  opacity: 1;
}
.look_headerBg .img_02,
.look_headerBg .img_03 {
  opacity: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.look_headerBg.--active .img_02 {
  animation: imgFadeIn 0.2s 0.8s forwards;
}
.look_headerBg.--active .img_03 {
  animation: imgFadeIn 0.2s 1s forwards;
}

@keyframes imgFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.look_heading {
  position: absolute;
  width: 100%;
  bottom: 0.5rem;
  left: 0;
  z-index: 2;
  text-align: center;
}
@media (min-width: 767px) {
  .look_heading {
    bottom: 48px;
  }
}
.look_heading h2 {
  font-family: var(--ff-en);
  color: var(--color-text-primary);
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
@media (min-width: 767px) {
  .look_heading h2 {
    color: var(--color-inverse);
    font-size: 48px;
  }
}
.look_heading p {
  font-family: var(--ff-en);
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
@media (min-width: 767px) {
  .look_heading p {
    color: var(--color-inverse);
    font-size: 20px;
  }
}

.look_body {
  position: relative;
  padding-block-start: 2rem;
  padding-block-end: 8rem;
  background-color: var(--color-inverse);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../img/look/look_bg_sp.webp);
}
@media screen and (min-width: 500px) {
  .look_body {
    background-image: url(../img/look/look_bg_tab.webp);
  }
}
@media (min-width: 767px) {
  .look_body {
    padding-block: 80px;
    background-image: url(../img/look/look_bg_pc.webp);
  }
}
@media screen and (min-width: 1440px) {
  .look_body {
    background-image: url(../img/look/look_bg_wide.webp);
  }
}
.look_body::before {
  content: "";
  width: 100%;
  aspect-ratio: 375/435;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  background: url(../img/look/look_aurora_sp.webp) no-repeat center center/cover;
}
@media (min-width: 767px) {
  .look_body::before {
    display: none;
  }
}

.look_inner {
  position: relative;
  z-index: 2;
}

.look_list {
  max-width: 430px;
  margin-inline: auto;
  padding: 2.2rem 2rem 3.6rem;
  border-radius: 4px;
  border: 2px solid #FFF;
  background: url(../img/look/look_items_bg_sp.webp) repeat center center/cover;
  background-blend-mode: overlay, normal;
  box-shadow: 12px -12px 12px 0 rgba(255, 255, 255, 0.12) inset, -12px 12px 12px 0 rgba(255, 255, 255, 0.28) inset, 14px 14px 20px 0 rgba(255, 255, 255, 0.6), 24px 24px 48px 0 rgba(163, 180, 200, 0.8);
}
@media (min-width: 767px) {
  .look_list {
    padding: 32px 24px;
    background-image: url(../img/look/look_items_bg_pc.webp);
  }
}
@media screen and (min-width: 1025px) {
  .look_list {
    max-width: unset;
    display: flex;
  }
}
@media screen and (min-width: 1280px) {
  .look_list {
    padding: 48px 84px;
  }
}

.look_item {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .look_item {
    flex-wrap: wrap;
    align-items: center;
    column-gap: 1.2rem;
    row-gap: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .look_item {
    flex-direction: column;
    align-items: center;
    flex: 1;
    text-align: center;
  }
  .look_item:last-of-type .look_itemImg{
	width: 55%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1024px) {
  .look_item:not(:first-child) {
    padding-block-start: 3.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .look_item:not(:first-child) {
    padding-inline-start: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .look_item:not(:last-child) {
    padding-block-end: 2.6rem;
    border-bottom: 1px solid var(--color-inverse);
  }
}
@media screen and (min-width: 1025px) {
  .look_item:not(:last-child) {
    padding-inline-end: 40px;
    border-right: 1px solid rgba(var(--color-primary-rgb), 0.4);
  }
}

@media screen and (max-width: 1024px) {
  .look_itemHead {
    position: relative;
    width: 37.73%;
  }
}

.look_itemIndex {
  display: inline-block;
  font-family: var(--ff-en);
  font-size: 2rem;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .look_itemIndex {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 1025px) {
  .look_itemIndex {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .look_itemImg {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .look_itemImg {
    display: block;
    margin-top: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .look_itemBody {
    width: calc(62.27% - 1.2rem);
  }
}
@media screen and (min-width: 1025px) {
  .look_itemBody {
    margin-top: 20px;
  }
}
.look_itemBody h3 {
  font-family: var(--ff-mincho);
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.3;
}
@media (min-width: 767px) {
  .look_itemBody h3 {
    font-size: 20px;
  }
}
.look_itemBody p {
  margin-top: 0.8rem;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media (min-width: 767px) {
  .look_itemBody p {
    margin-top: 10px;
    font-size: 14px;
  }
}

.look_itemDesc {
  width: 100%;
  font-family: var(--ff-mincho);
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
}
@media (min-width: 767px) {
  .look_itemDesc {
    margin-top: 8px;
    font-size: 16px;
  }
}

.look_notes {
  width: 100%;
    font-size: 1.2rem;
    font-weight: 400;
  opacity: 0.6;
  text-align: center;
}
@media (min-width: 767px) {
  .look_notes {
    margin-top: 8px;
    font-size: 14px;
  }
}

.look_other {
  margin-top: 60px;
  max-width: 496px;
  margin-inline: auto;
}

.look_otherHead {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 16px;
  border-top: 1px solid var(--color-border-dark);
  border-bottom: 1px solid var(--color-border-dark);
  transition: opacity 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .look_otherHead:hover {
    opacity: 0.6;
  }
}
.look_otherHead h3 {
  font-family: var(--ff-mincho);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
@media (min-width: 767px) {
  .look_otherHead h3 {
    font-size: 16px;
  }
}
.look_otherHead span {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.look_otherHead span::before, .look_otherHead span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  opacity: 1;
  background-color: var(--color-text-primary);
}
.look_otherHead span::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-90deg);
  transition: transform 0.5s ease;
}
.look_otherHead.is_bodyOpen span::before {
  opacity: 0;
}
.look_otherHead.is_bodyOpen span::after {
  transform: rotate(0deg);
}

.look_otherBody ul {
  padding-block-start: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 0.4rem;
  row-gap: 0.8rem;
}
@media (min-width: 767px) {
  .look_otherBody ul {
    margin-block-start: 24px;
    column-gap: 32px;
  }
}
.look_otherBody ul li {
  width: 49%;
  text-align: center;
}
@media (min-width: 767px) {
  .look_otherBody ul li {
    flex: 1;
  }
}
.look_otherBody ul li a:hover {
  opacity: 0.6;
}
.look_otherBody ul li a h4 {
  font-family: var(--ff-en);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
  margin-block-end: 8px;
}
@media (min-width: 767px) {
  .look_otherBody ul li a h4 {
    font-size: 20px;
  }
}

.concept {
  position: relative;
    padding-block-start: 6.2rem;
    padding-block-end: 6rem;
  text-align: center;
}
@media (max-width: 766px) {
  .concept {
    z-index: 2;
  }
}
@media (min-width: 767px) {
  .concept {
    z-index: 1;
    padding-block-start: 50px;
    padding-block-end: 56px;
  }
}
@media (min-width: 767px) {
  .concept::before {
    content: "";
    width: 100%;
    aspect-ratio: 1280/940;
    position: absolute;
    top: -50px;
    left: 0;
    background: url(../img/concept/concept_aurora_pc.webp) no-repeat center center/contain;
    z-index: -1;
  }
}

.concept_texts span {
  display: block;
}

.concept_lead {
  font-family: var(--ff-mincho);
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media (min-width: 767px) {
  .concept_lead {
    font-size: 18px;
  }
}
.concept_lead span {
  font-family: var(--ff-mincho);
}

.concept_head {
  margin-top: 2rem;
  font-family: var(--ff-mincho);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media (min-width: 767px) {
  .concept_head {
    font-size: 28px;
  }
}
.concept_head span {
  font-family: var(--ff-mincho);
}

.concept_desc {
  margin-top: 2rem;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media (min-width: 767px) {
  .concept_desc {
    font-size: 16px;
  }
}

.concept_notes {
  margin-top: 2rem;
  font-size: 1rem;
  line-height: 1.5;
  opacity: 0.5;
}
@media (min-width: 767px) {
  .concept_notes {
    font-size: 12px;
  }
}

.release {
  position: relative;
  z-index: 2;
  padding-block-start: 8rem;
  padding-block-end: 12rem;
  background: url(../img/release/release_bg_sp.webp) no-repeat center top/cover;
}
@media (min-width: 767px) {
  .release {
    padding-block-start: 100px;
    padding-block-end: 120px;
    background-image: url(../img/release/release_bg_pc.webp);
  }
}

.release_inner {
  text-align: center;
}

.release_wrapper {
  max-width: 23.5rem;
  margin-inline: auto;
  margin-block-start: 4rem;
}
@media (min-width: 767px) {
  .release_wrapper {
    max-width: 497px;
    margin-block-start: 60px;
  }
}

.release_block {
  text-align: center;
}
.release_block h3 {
  font-family: var(--ff-mincho);
  color: var(--color-accent-purple);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media (min-width: 767px) {
  .release_block h3 {
    font-size: 18px;
  }
}
.release_block > p {
  font-family: var(--ff-en);
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
  margin-top: 0.4rem;
}
@media (min-width: 767px) {
  .release_block > p {
    font-size: 24px;
  }
}
.release_block > p .font-lg {
  font-family: inherit;
  font-size: 3.6rem;
}
@media (min-width: 767px) {
  .release_block > p .font-lg {
    font-size: 36px;
  }
}

.release_block.-reserve {
  padding-block-end: 4rem;
  border-bottom: 1px solid var(--color-border);
}
@media (min-width: 767px) {
  .release_block.-reserve {
    padding-block-end: 40px;
  }
}

.release_block.-all {
  padding-block-start: 4rem;
}
@media (min-width: 767px) {
  .release_block.-all {
    padding-block-start: 40px;
  }
}

.release_location {
  display: flex;
  margin-top: 2.6rem;
}
@media (max-width: 766px) {
  .release_location {
    flex-direction: column;
    gap: 2.4rem;
  }
}
@media (min-width: 767px) {
  .release_location {
    margin-top: 32px;
    justify-content: space-between;
  }
}
.release_location > div dt {
  font-family: var(--ff-mincho);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.release_location > div dd {
  font-family: var(--ff-en);
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.release_location > div dd .font-lg {
  font-family: inherit;
  font-size: 2.4rem;
}

.release_sustainability {
  margin-top: 6rem;
  padding: 3.2rem;
  border: 1px solid var(--color-border-dark);
  text-align: center;
}
@media (min-width: 767px) {
  .release_sustainability {
    max-width: 496px;
    margin-inline: auto;
    margin-top: 60px;
    padding: 24px;
  }
}
.release_sustainability h3 {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media (min-width: 767px) {
  .release_sustainability h3 {
    font-size: 14px;
  }
}
.release_sustainability p {
  margin-top: 1.2rem;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.8;
  text-align: justify;
}
@media (min-width: 767px) {
  .release_sustainability p {
    font-size: 12px;
  }
}

.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 */

/* ロゴ */
.logo_m_v {
    text-align: center;
}
.logo_m_v img {
    width: 60%;
    margin-top: -3%;
}