/* Font
--------------------------------------- */
/* variableColor
--------------------------------------- */
:root {
  --main-color: #29354c;
  --sub-color: #da5b00;
  --txt-color: #111;
  --broder-color: #f4f1e7;
  --red: #eb0303;
  --font-sp-3xs: clamp(0.625rem, -0.042rem + 3.33vw, 0.688rem);
  --font-sp-2xs: clamp(0.688rem, 0.021rem + 3.33vw, 0.75rem);
  --font-sp-xs: clamp(0.75rem, 0.083rem + 3.33vw, 0.813rem);
  --font-sp-s: clamp(0.813rem, 0.146rem + 3.33vw, 0.875rem);
  --font-sp-m: clamp(0.875rem, 0.208rem + 3.33vw, 0.938rem);
  --font-sp-l: clamp(0.938rem, 0.271rem + 3.33vw, 1rem);
  --font-sp-xl: clamp(1rem, -0.333rem + 6.67vw, 1.125rem);
  --font-sp-2xl: clamp(1.125rem, -0.208rem + 6.67vw, 1.25rem);
  --font-sp-3xl: clamp(1.25rem, -1.417rem + 13.33vw, 1.5rem);
  --font-sp-4xl: clamp(1.5rem, -1.167rem + 13.33vw, 1.75rem);
  --font-sp-5xl: clamp(1.75rem, -0.917rem + 13.33vw, 2rem);
  --font-4xs: clamp(0.625rem, 0.528rem + 0.2vw, 0.688rem);
  --font-3xs: clamp(0.688rem, 0.59rem + 0.2vw, 0.75rem);
  --font-2xs: clamp(0.75rem, 0.653rem + 0.2vw, 0.813rem);
  --font-xs: clamp(0.813rem, 0.715rem + 0.2vw, 0.875rem);
  --font-s: clamp(0.875rem, 0.778rem + 0.2vw, 0.938rem);
  --font-m: clamp(0.938rem, 0.84rem + 0.2vw, 1rem);
  --font-l: clamp(1rem, 0.805rem + 0.4vw, 1.125rem);
  --font-xl: clamp(1.125rem, 0.93rem + 0.4vw, 1.25rem);
  --font-2xl: clamp(1.25rem, 0.86rem + 0.8vw, 1.5rem);
  --font-3xl: clamp(1.5rem, 1.11rem + 0.8vw, 1.75rem);
  --font-4xl: clamp(1.75rem, 1.36rem + 0.8vw, 2rem);
  --font-5xl: clamp(2rem, 1.61rem + 0.8vw, 2.25rem);
  --leading-trim: calc((1em - 1lh) / 2);
}

@supports not (top: 1lh) {
  :root {
    --leading-trim: 0;
  }
}
/* font
--------------------------------------- */
@font-face {
  font-family: "JosefinSans-Regular";
  src: url(/assets/fonts/JosefinSans-Regular.woff) format("woff"), url(/assets/fonts/JosefinSans-Regular.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "JosefinSans-Medium";
  src: url(/assets/fonts/JosefinSans-Medium.woff) format("woff"), url(/assets/fonts/JosefinSans-Medium.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "JosefinSans-Bold";
  src: url(/assets/fonts/JosefinSans-Bold.woff) format("woff"), url(/assets/fonts/JosefinSans-Bold.woff2) format("woff2");
  font-display: swap;
}
:root {
  --JosefinSans-Regular: "JosefinSans-Regular", sans-serif;
  --JosefinSans-Medium: "JosefinSans-Medium", sans-serif;
  --JosefinSans-Bold: "JosefinSans-Bold", sans-serif;
}

/* Reset
--------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  vertical-align: baseline;
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.1;
  color: #111;
}

img,
video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border-style: none;
}

img {
  width: 100%;
  image-rendering: optimize-contrast;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

caption,
th,
td {
  font-weight: normal;
  vertical-align: middle;
  text-align: left;
}

ol,
ul {
  list-style: none;
}

q,
blockquote {
  quotes: none;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: none;
}

/* purgecss start ignore */
input[type=text],
input[type=email],
input[type=submit],
button,
textarea {
  font-family: inherit;
  appearance: none;
  cursor: pointer;
}

input[type=submit],
button {
  padding: 0;
  margin: 0;
  cursor: pointer;
  outline: none;
  border: none;
}

button {
  background: none;
}

/* purgecss end ignore */
::selection {
  font-weight: bold;
  color: #fff;
  background: none repeat scroll 0 0 #222;
}

:placeholder-shown {
  color: #ccc;
}

::input-placeholder {
  color: #ccc;
}

:placeholder {
  color: #ccc;
  opacity: 100%;
}

::placeholder {
  color: #ccc;
  opacity: 100%;
}

[src$=".svg"],
[data$=".svg"] {
  width: 100%;
}

svg {
  width: 100%;
}

/* l_layout
--------------------------------------- */
.l_layoutColumn {
  flex: 1;
  flex-direction: column;
  overflow: clip;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.l_layout {
  padding: 0 5vw;
}
@media screen and (min-width: 768px) {
  .l_layout {
    max-width: calc(780px + 12vw);
    padding: 0 6vw;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .l_layout-md {
    max-width: calc(800px + 12vw);
  }
}
@media screen and (min-width: 768px) {
  .l_layout-lg {
    max-width: calc(1000px + 12vw);
  }
}
@media screen and (min-width: 768px) {
  .l_layout-xls {
    max-width: calc(1100px + 12vw);
  }
}
@media screen and (min-width: 768px) {
  .l_layout-xl {
    max-width: calc(1200px + 12vw);
  }
}
@media screen and (min-width: 768px) {
  .l_layout-xxls {
    max-width: calc(1300px + 12vw);
  }
}
@media screen and (min-width: 768px) {
  .l_layout-xxl {
    max-width: calc(1400px + 12vw);
  }
}
@media screen and (min-width: 768px) {
  .l_layout-xxxl {
    max-width: calc(1600px + 12vw);
  }
}
@media screen and (min-width: 768px) {
  .l_layout-xxxxl {
    max-width: calc(1800px + 12vw);
  }
}
@media screen and (min-width: 1200px) {
  .l_layout__content {
    display: flex;
    align-items: start;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1200px) {
  .l_layout__right {
    width: calc(100% - 300px);
  }
}

/* head
--------------------------------------- */
.head-white .head__jp,
.head-white .head__en {
  color: #fff;
}
.head-center .head__jp {
  text-align: center;
}
.head-center .head__en {
  margin-right: auto;
  margin-left: auto;
}
.head-campaign .head__jp {
  width: fit-content;
  padding: 4px 20px 6px;
  margin: auto;
  color: #fff;
  background: var(--main-color);
  border-radius: 20px;
}
.head-grid {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: clamp(20px, 4vw, 60px);
}
@media screen and (min-width: 768px) {
  .head-grid {
    display: flex;
    flex-direction: row;
    gap: clamp(20px, 4vw, 60px);
    align-items: center;
  }
}
.head__title {
  display: grid;
  gap: clamp(20px, 2.25vw, 25px) 0;
}

.head__jp {
  margin-block: var(--leading-trim);
  font-size: var(--font-sp-2xs);
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .head__jp {
    font-size: var(--font-xs);
    letter-spacing: 0.025em;
  }
}

.head__en {
  position: relative;
  width: fit-content;
  padding-bottom: clamp(15px, 2vw, 25px);
  margin-block: var(--leading-trim);
  overflow: hidden;
  font-family: var(--JosefinSans-Bold);
  font-size: clamp(1.75rem, -0.917rem + 13.33vw, 2rem);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .head__en {
    font-size: clamp(2.25rem, -0.09rem + 4.8vw, 3.75rem);
  }
}

/* i_logo
--------------------------------------- */
.i_logo {
  display: block;
  width: 92px;
  aspect-ratio: 467/202;
  fill: #29354c;
}
@media screen and (min-width: 768px) {
  .i_logo {
    width: clamp(100px, 13vw, 150px);
  }
}
.i_logo-white {
  fill: #fff;
}
.i_logo-about {
  width: clamp(200px, 30vw, 400px);
  fill: #fff;
}
@media screen and (min-width: 768px) {
  .i_logo-about {
    width: clamp(180px, 30vw, 400px);
  }
}

/* i_instagram
--------------------------------------- */
.i_instagram {
  display: block;
  width: 30px;
  aspect-ratio: 1/1;
  fill: #fff;
}
@media screen and (min-width: 768px) {
  .i_instagram {
    fill: var(--main-color);
  }
}
@media screen and (min-width: 768px) {
  .i_instagram-white {
    fill: #fff;
  }
}

/* i_dashed
--------------------------------------- */
.i_dashed {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 400px;
  height: 4px;
  fill: #29354c;
}
@media screen and (min-width: 768px) {
  .i_dashed {
    width: 945px;
    height: 8px;
  }
}
.i_dashed-white {
  fill: #fff;
}

/*  utility
--------------------------------------- */
.u_mobile {
  display: block;
}
@media screen and (min-width: 768px) {
  .u_mobile {
    display: none;
  }
}

.u_pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .u_pc {
    display: block;
  }
}

.u_blur {
  opacity: 0;
}
.u_blur-active {
  filter: blur(300px);
  transform: scale(0.5);
  animation: mvFadeIn 2s 0.5s cubic-bezier(0.2, 1, 0.2, 1) forwards;
}

.u_line {
  background-image: linear-gradient(#111 0%, #111 100%);
  background-repeat: no-repeat;
  background-position: 0 95%;
  background-size: 100% 1px;
  transition: background-size 0.5s ease;
}
.u_line-white {
  color: #fff;
  background-image: linear-gradient(#fff 0%, #fff 100%);
}
.u_line:hover {
  background-position: 100% 95%;
  background-size: 0% 1px;
}

.u_lineNone {
  background-image: linear-gradient(#111 0%, #111 100%);
  background-repeat: no-repeat;
  background-position: 100% 95%;
  background-size: 0% 1px;
  transition: background-size 0.5s ease;
}
.u_lineNone-white {
  color: #fff;
  background-image: linear-gradient(#fff 0%, #fff 100%);
}
.u_lineNone:hover {
  background-position: 0 95%;
  background-size: 100% 1px;
}

.u_space {
  width: 0.26em;
}

/* modal
--------------------------------------- */
.htmlOpen {
  position: static;
  overflow: hidden;
}
.htmlOpen .hamburger__pipe:nth-of-type(1) {
  transform: translateY(6px) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .htmlOpen .hamburger__pipe:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg);
  }
}
.htmlOpen .hamburger__pipe:nth-of-type(2) {
  opacity: 0%;
}
.htmlOpen .hamburger__pipe:nth-of-type(3) {
  transform: translateY(-6px) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .htmlOpen .hamburger__pipe:nth-of-type(3) {
    transform: translateY(-7px) rotate(45deg);
  }
}
.htmlOpen .overlay {
  visibility: visible;
  filter: opacity(1);
  transition: 0.5s;
}
.htmlOpen .drower {
  visibility: visible;
  transform: translateX(0%);
  transition: transform 500ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
@media screen and (min-width: 1024px) {
  .htmlOpen .drower {
    transform: translateX(100%);
  }
}
.htmlOpen .drower__item {
  transform: translateX(0);
}
.htmlOpen .drower__item:nth-of-type(1) {
  transition: transform 0.4s cubic-bezier(0.17, 0.935, 0.305, 1) 0.1s;
}
.htmlOpen .drower__item:nth-of-type(2) {
  transition: transform 0.5s cubic-bezier(0.17, 0.935, 0.305, 1) 0.1s;
}
.htmlOpen .drower__item:nth-of-type(3) {
  transition: transform 0.6s cubic-bezier(0.17, 0.935, 0.305, 1) 0.1s;
}
.htmlOpen .drower__item:nth-of-type(4) {
  transition: transform 0.7s cubic-bezier(0.17, 0.935, 0.305, 1) 0.1s;
}
.htmlOpen .drower__item:nth-of-type(5) {
  transition: transform 0.8s cubic-bezier(0.17, 0.935, 0.305, 1) 0.1s;
}
.htmlOpen .drower__item:nth-of-type(6) {
  transition: transform 0.9s cubic-bezier(0.17, 0.935, 0.305, 1) 0.1s;
}
.htmlOpen .drower__item:nth-of-type(7) {
  transition: transform 1s cubic-bezier(0.17, 0.935, 0.305, 1) 0.1s;
}

/* hamburger
--------------------------------------- */
.hamburger {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 101;
  padding: 12px;
  cursor: pointer;
  background: var(--main-color);
  border-radius: 2px;
}
@media screen and (min-width: 768px) {
  .hamburger {
    padding: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .hamburger {
    display: none;
  }
}
.hamburger__wrap {
  position: relative;
  width: 16px;
  height: 13px;
}
@media screen and (min-width: 768px) {
  .hamburger__wrap {
    width: 20px;
    height: 15px;
  }
}

.hamburger__pipe {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  cursor: pointer;
  background: #fff;
  transition: transform 0.4s ease-out;
}
.hamburger__pipe:nth-of-type(1) {
  top: 0;
}
.hamburger__pipe:nth-of-type(2) {
  top: 6px;
}
@media screen and (min-width: 768px) {
  .hamburger__pipe:nth-of-type(2) {
    top: 7px;
  }
}
.hamburger__pipe:nth-of-type(3) {
  bottom: 0;
}

/* header
--------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  height: 0;
}
@media screen and (min-width: 1024px) {
  .header {
    justify-content: space-between;
  }
}
.header__logo {
  position: absolute;
  top: 15px;
  left: 20px;
  z-index: 1;
  display: block;
}
@media screen and (min-width: 1024px) {
  .header__logo {
    top: 30px;
    left: 30px;
  }
}

/* drower
--------------------------------------- */
.drower {
  position: fixed;
  top: 0;
  z-index: 99;
  visibility: visible;
  width: 100%;
  height: 100%;
  padding: 100px 10vw 100px;
  overflow-y: auto;
  background: linear-gradient(90deg, #29354c 0%, #3a4b6b 100%);
  transform: translateX(100%);
  will-change: transform;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 1024px) {
  .drower {
    top: 0;
    right: 0;
    display: flex;
    width: auto;
    height: auto;
    padding: 0;
    overflow: visible;
    background: #fdfaf7;
    border-radius: 0 0 0 10px;
    transform: none;
    will-change: unset;
  }
}
.drower-animation {
  transition: transform 500ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
.drower__list {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .drower__list {
    display: flex;
    flex-direction: row;
    padding-right: 30px;
    padding-left: clamp(20px, 3vw, 40px);
  }
}

.drower__item {
  margin-top: 30px;
  transform: translateX(100%);
  transition: transform 0.6s cubic-bezier(0.17, 0.935, 0.305, 1);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 1024px) {
  .drower__item {
    position: relative;
    margin-top: 0;
    margin-right: clamp(10px, 2vw, 40px);
    transform: none;
    transition: background-color 0.4s ease-out;
  }
}
.drower__item:nth-of-type(4) {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .drower__item:nth-of-type(4) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .drower__item:hover .drower__jp {
    background-position: 100% 98%;
    background-size: 0% 1px;
  }
}
.drower__item-reservation {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .drower__item-reservation {
    order: 5;
    margin-right: 0;
  }
}
.drower__item-reservation .drower__listLink {
  position: relative;
  padding: 20px;
  background: var(--main-color);
  border: 2px solid var(--main-color);
  border-radius: 5px;
  transition: background-color 0.4s ease-out;
}
@media screen and (min-width: 1024px) {
  .drower__item-reservation .drower__listLink {
    height: calc(100% - 20px);
    padding: clamp(18px, 2vw, 22px) clamp(15px, 3vw, 50px) clamp(18px, 2vw, 22px) clamp(10px, 1.5vw, 50px);
    margin: 10px 0 10px 10px;
  }
}
.drower__item-reservation .drower__listLink::before, .drower__item-reservation .drower__listLink::after {
  position: absolute;
  top: 50%;
  content: "";
  transform: translate(-50%, -50%);
}
.drower__item-reservation .drower__listLink::before {
  right: 10px;
  width: 10px;
  height: 1px;
  background: #fff;
}
.drower__item-reservation .drower__listLink::after {
  position: absolute;
  top: calc(50% - 3px);
  right: 16px;
  width: 6px;
  height: 7px;
  content: "";
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
@media screen and (min-width: 1024px) {
  .drower__item-reservation .drower__listLink:hover {
    background: #fff;
  }
  .drower__item-reservation .drower__listLink:hover::before {
    background: var(--main-color);
  }
  .drower__item-reservation .drower__listLink:hover::after {
    border-color: var(--main-color);
  }
}
@media screen and (min-width: 1024px) {
  .drower__item-reservation .drower__listLink:hover .drower__jp {
    color: var(--main-color);
  }
}
.drower__item-reservation .drower__jp {
  margin-top: 0;
  font-size: var(--font-sp-s);
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .drower__item-reservation .drower__jp {
    font-size: clamp(0.688rem, 0.466rem + 0.45vw, 0.875rem);
    background: none;
  }
}
.drower__item-beautiful {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .drower__item-beautiful {
    order: 5;
    margin-top: 0;
    margin-right: 0;
  }
}
.drower__item-beautiful + .drower__item-reservation {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .drower__item-beautiful + .drower__item-reservation {
    margin-top: 0;
  }
}
.drower__item-beautiful .drower__listLink {
  position: relative;
  padding: 20px;
  background: #fff;
  border: 2px solid #a52c58;
  border-radius: 5px;
  transition: background-color 0.4s ease-out;
}
@media screen and (min-width: 1024px) {
  .drower__item-beautiful .drower__listLink {
    height: calc(100% - 20px);
    padding: clamp(18px, 2vw, 22px) clamp(5px, 1.25vw, 30px);
    margin: 10px 0 10px clamp(5px, 0.755vw, 10px);
  }
}
@media screen and (min-width: 1024px) {
  .drower__item-beautiful .drower__listLink:hover {
    background: #a52c58;
  }
}
@media screen and (min-width: 1024px) {
  .drower__item-beautiful .drower__listLink:hover .drower__jp {
    color: #fff;
  }
}
.drower__item-beautiful .drower__jp {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  font-size: var(--font-sp-s);
  color: #a52c58;
}
@media screen and (min-width: 1024px) {
  .drower__item-beautiful .drower__jp {
    font-size: clamp(0.688rem, 0.466rem + 0.45vw, 0.875rem);
    background: none;
  }
}
.drower__item-beautiful .drower__jp::before {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  content: "";
  background: url(/assets/img/common/beauty.png) no-repeat center/22px auto;
}
@media screen and (min-width: 768px) {
  .drower__item-beautiful .drower__jp::before {
    width: 20px;
    height: 20px;
    margin-right: clamp(5px, 0.75vw, 10px);
    background-size: 20px auto;
  }
}

.drower__listLink {
  position: relative;
  display: block;
  line-height: 1.1;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .drower__listLink {
    display: flex;
    align-items: center;
    height: 100%;
    letter-spacing: 0;
  }
}

.drower__en {
  font-family: var(--Poppins-Regular);
  font-size: var(--font-sp-2xl);
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .drower__en {
    font-size: var(--font-2xl);
  }
}
@media screen and (min-width: 1024px) {
  .drower__en {
    display: none;
  }
}

.drower__jp {
  margin-top: 10px;
  font-size: var(--font-sp-2xs);
  line-height: 1.1;
}
@media screen and (min-width: 1024px) {
  .drower__jp {
    padding: 5px 0;
    margin-top: 0;
    font-size: clamp(0.688rem, 0.466rem + 0.45vw, 0.875rem);
    color: #111;
    background-image: linear-gradient(var(--main-color) 0%, var(--main-color) 100%);
    background-repeat: no-repeat;
    background-position: 0 98%;
    background-size: 100% 1px;
    transition: background-size 0.5s ease;
  }
}

.drower__footer {
  margin-top: clamp(80px, 10vw, 120px);
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .drower__footer {
    display: none;
  }
}

.drower__address {
  margin-top: clamp(30px, 3.5vw, 40px);
  font-size: var(--font-sp-2xs);
  line-height: 1.8;
}

.drower__copy {
  padding-top: 20px;
  margin-top: clamp(60px, 7vw, 80px);
  font-family: var(--JosefinSans-Regular);
  font-size: var(--font-sp-3xs);
  text-align: right;
  border-top: 1px solid #29354c;
}

.drower__instagram {
  width: fit-content;
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .drower__instagram {
    height: 30px;
    margin: auto clamp(0px, 1.25vw, 10px) auto 0;
  }
}

/* overlay
--------------------------------------- */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.75);
  filter: opacity(0);
  transition: 0.5s;
}

/* footer
--------------------------------------- */
.footer {
  position: relative;
  z-index: 3;
  padding: clamp(100px, 12.5vw, 150px) 0;
  margin-top: -40px;
  background: var(--main-color);
  border-radius: clamp(20px, 4vw, 50px) clamp(20px, 4vw, 50px) 0 0;
}
@media screen and (min-width: 768px) {
  .footer {
    margin-top: -50px;
  }
}
.footer__wrap {
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 5vw, 60px);
}
@media screen and (min-width: 768px) {
  .footer__wrap {
    flex-direction: row;
    justify-content: space-between;
  }
}

.footer__logo {
  width: 130px;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    width: clamp(120px, 20vw, 240px);
  }
}

.footer__address {
  margin-top: clamp(30px, 3.5vw, 40px);
  font-size: var(--font-sp-2xs);
  color: #fff;
}
@media screen and (min-width: 768px) {
  .footer__address {
    font-size: var(--font-3xs);
  }
}

.footer__instagram {
  display: block;
  margin-top: 20px;
}

.footer__sub {
  display: flex;
  flex-direction: column;
  gap: clamp(30px, 3.5vw, 40px) 0;
}
@media screen and (min-width: 768px) {
  .footer__sub {
    flex-direction: row;
    gap: 0 clamp(40px, 6vw, 80px);
  }
}

.footer__list {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.5vw, 20px);
}

.footer__item {
  width: fit-content;
  font-size: var(--font-sp-2xs);
  line-height: 1.5;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .footer__item {
    font-size: var(--font-3xs);
  }
}

.footer__copy {
  padding-top: 20px;
  margin-top: clamp(60px, 5vw, 80px);
  font-family: var(--JosefinSans-Regular);
  font-size: var(--font-sp-2xs);
  color: #fff;
  text-align: right;
  border-top: 1px solid #384869;
}
@media screen and (min-width: 768px) {
  .footer__copy {
    font-size: var(--font-3xs);
  }
}

/* beauty
--------------------------------------- */
.beauty {
  display: flex;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .beauty {
    flex-direction: column;
    width: clamp(200px, 23vw, 240px);
  }
}
.beauty__item {
  width: 50%;
  padding: clamp(15px, 2vw, 20px) 10px;
  background: #fff;
  border: 2px solid #a52c58;
  border-radius: 5px;
  transition: background-color 0.4s ease-out;
}
@media screen and (min-width: 768px) {
  .beauty__item {
    width: 100%;
  }
}
.beauty__item:hover {
  color: #fff;
  background: #a52c58;
}
.beauty__item:hover .beauty__link {
  color: #fff;
}

.beauty__link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-sp-2xs);
  line-height: 1.1;
  color: #a52c58;
}
@media screen and (min-width: 768px) {
  .beauty__link {
    font-size: var(--font-3xs);
  }
}
.beauty__link::before {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  content: "";
  background: url(/assets/img/common/beauty.png) no-repeat center/22px auto;
}
@media screen and (min-width: 768px) {
  .beauty__link::before {
    width: 20px;
    height: 20px;
    margin-right: clamp(5px, 0.75vw, 10px);
    background-size: 20px auto;
  }
}

/* vendor
--------------------------------------- */
html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

@keyframes scroll-hint-appear {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
    transform: translateX(-40px);
  }
}
.scroll-hint-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 120px;
  height: auto;
  padding: 20px 10px 10px 10px;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  margin-top: 5px;
  font-size: 10px;
  color: #fff;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon::before {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  color: #fff;
  text-align: center;
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.scroll-hint-icon::after {
  position: absolute;
  top: 10px;
  left: 50%;
  display: block;
  width: 34px;
  height: 14px;
  margin-left: -20px;
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  background-repeat: no-repeat;
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon::after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon::before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

.scroll-hint-shadow-wrap {
  position: relative;
}

.scroll-hint-shadow-wrap::after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  visibility: hidden;
  width: 20px;
  height: 100%;
  pointer-events: none;
  content: "";
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  opacity: 0;
}

.scroll-hint-shadow-wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
  width: 20px;
  height: 100%;
  pointer-events: none;
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  opacity: 0;
}

.scroll-hint-shadow-wrap:has(.scroll-hint.is-right-scrollable)::after,
.scroll-hint-shadow-wrap.is-right-scrollable::after {
  visibility: visible;
  opacity: 1;
}

.scroll-hint-shadow-wrap:has(.scroll-hint.is-left-scrollable)::before,
.scroll-hint-shadow-wrap.is-left-scrollable::before {
  visibility: visible;
  opacity: 1;
}

/* html
--------------------------------------- */
html {
  font-kerning: normal;
  text-size-adjust: 100%;
}

body {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  font-family: "Noto Sans JP", sans-serif;
  font-size: var(--font-sp-s);
  font-kerning: normal;
  line-height: 2;
  color: #111;
  background: #fdfaf7;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 768px) {
  body {
    font-size: clamp(0.813rem, 0.52rem + 0.6vw, 1rem);
  }
}

/*  link
--------------------------------------- */
a {
  color: #111;
  text-decoration: none;
}

/*  mainVisual
--------------------------------------- */
.mainVisual {
  position: relative;
  height: 100vh;
  padding: 70px 10px 10px;
}
@supports (height: 100svh) {
  .mainVisual {
    height: 100svh;
  }
}
@media screen and (min-width: 768px) {
  .mainVisual {
    height: 100vh;
    padding: 30px;
  }
}
.mainVisual__body {
  position: absolute;
  right: clamp(30px, 5vw, 40px);
  bottom: 20%;
  left: clamp(30px, 5vw, 40px);
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .mainVisual__body {
    bottom: 150px;
    left: clamp(60px, 5vw, 80px);
    padding: 0;
  }
}

.mainVisual__slogan {
  visibility: hidden;
  font-size: clamp(1.25rem, -1.417rem + 13.33vw, 1.5rem);
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0.01em;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .mainVisual__slogan {
    font-size: clamp(1.875rem, 0.102rem + 3.64vw, 3.375rem);
    letter-spacing: 0.03em;
  }
}

.cmainVisual__large {
  font-size: clamp(1.5rem, -0.038rem + 7.69vw, 2.125rem);
}
@media screen and (min-width: 768px) {
  .cmainVisual__large {
    font-size: clamp(2.25rem, -0.261rem + 5.15vw, 4.375rem);
  }
}

.mainVisual__txt {
  visibility: hidden;
  margin-top: clamp(10px, 1.5vw, 20px);
  font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
  font-weight: 500;
  line-height: 1.8;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .mainVisual__txt {
    font-size: clamp(0.875rem, 0.58rem + 0.61vw, 1.125rem);
  }
}

@keyframes mvFadeIn {
  0% {
    opacity: 0;
    filter: blur(300px);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}
/* keyframes
--------------------------------------- */
@keyframes slideMask {
  0% {
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  }
  26% {
    z-index: 5;
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  }
  34% {
    z-index: 5;
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  44% {
    z-index: 0;
  }
  to {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
}
@media screen and (min-width: 768px) {
  @keyframes slideMask {
    0% {
      clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
    }
    26% {
      z-index: 5;
      clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
    }
    34% {
      z-index: 5;
      clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }
    44% {
      z-index: 0;
    }
    to {
      clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }
  }
}
@keyframes slideMove {
  0% {
    transform: translateX(0%);
  }
  32% {
    transform: translateX(-15%);
  }
  59% {
    transform: translateX(-15%);
  }
  60% {
    transform: translateX(-2%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes slideFade {
  0% {
    opacity: 1;
  }
  26% {
    opacity: 1;
  }
  36% {
    opacity: 0;
  }
  59% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/* slide
--------------------------------------- */
.slide {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  height: calc(100vh - 80px);
}
@supports (height: 100svh) {
  .slide {
    height: calc(100svh - 80px);
  }
}
@media screen and (min-width: 768px) {
  .slide {
    flex-direction: row;
    gap: clamp(10px, 1.5vw, 20px);
    height: calc(100vh - 60px);
  }
}
.slide__list {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .slide__list {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .slide__list:nth-of-type(1) {
    height: calc(100vh - 150px);
    margin-top: 90px;
  }
}
.slide__list:nth-child(2) {
  display: none;
}
@media screen and (min-width: 768px) {
  .slide__list:nth-child(2) {
    display: flex;
  }
}
.slide__list:nth-child(2) .slide__item:nth-child(1) {
  animation-delay: 0.2s;
}
.slide__list:nth-child(2) .slide__item:nth-child(1) .slide__img {
  animation-delay: 0.2s;
}
.slide__list:nth-child(2) .slide__item:nth-child(2) {
  animation-delay: 5.2s;
}
.slide__list:nth-child(2) .slide__item:nth-child(2) .slide__img {
  animation-delay: 5.2s;
}
.slide__list:nth-child(2) .slide__item:nth-child(3) {
  animation-delay: 10.2s;
}
.slide__list:nth-child(2) .slide__item:nth-child(3) .slide__img {
  animation-delay: 10.2s;
}
.slide__list:nth-child(2) .slide__item:nth-child(4) {
  animation-delay: 15.2s;
}
.slide__list:nth-child(2) .slide__item:nth-child(4) .slide__img {
  animation-delay: 15.2s;
}
.slide__item {
  position: absolute;
  width: 120%;
  height: 100%;
}
.slide__item:nth-child(1) {
  z-index: 4;
  animation: slideMask 20s 0s ease infinite;
}
.slide__item:nth-child(1) .slide__inner {
  animation: slideMove 20s 0s linear infinite;
}
.slide__item:nth-child(1) .slide__img {
  animation: slideFade 20s 0s ease infinite;
}
.slide__item:nth-child(2) {
  z-index: 3;
  animation: slideMask 20s 5s ease infinite;
}
.slide__item:nth-child(2) .slide__inner {
  animation: slideMove 20s 5s linear infinite;
}
.slide__item:nth-child(2) .slide__img {
  animation: slideFade 20s 5s ease infinite;
}
.slide__item:nth-child(3) {
  z-index: 2;
  animation: slideMask 20s 10s ease infinite;
}
.slide__item:nth-child(3) .slide__inner {
  animation: slideMove 20s 10s linear infinite;
}
.slide__item:nth-child(3) .slide__img {
  animation: slideFade 20s 10s ease infinite;
}
.slide__item:nth-child(4) {
  z-index: 1;
  animation: slideMask 20s 15s ease infinite;
}
.slide__item:nth-child(4) .slide__inner {
  animation: slideMove 20s 15s linear infinite;
}
.slide__item:nth-child(4) .slide__img {
  animation: slideFade 20s 15s ease infinite;
}
.slide__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.slide__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* floating
--------------------------------------- */
.floating {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: 100px 1fr;
  width: 90%;
  padding: 10px;
  background: #fdfaf7;
  border-radius: clamp(5px, 0.75vw, 10px);
}
@media screen and (min-width: 768px) {
  .floating {
    grid-template-columns: clamp(120px, 13vw, 140px) 1fr;
    max-width: 560px;
  }
}
.floating__main {
  display: grid;
  padding: clamp(20px, 2.5vw, 30px) 10px 10px;
  border-radius: clamp(3px, 0.4vw, 5px);
}
.floating__main-orange {
  background: #da5b00;
}
.floating__main-blue {
  background: var(--main-color);
}

.floating__title {
  font-family: var(--JosefinSans-Regular);
  font-size: var(--font-sp-l);
  line-height: 1.1;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .floating__title {
    font-size: clamp(1.125rem, 0.735rem + 0.8vw, 1.375rem);
  }
}

.floating__line {
  background: url(/assets/img/index/dot.svg) repeat-x 0 90%/2px auto;
}

.floating__sub {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  padding: 5px 0 5px clamp(10px, 1.25vw, 15px);
}

.floating__date {
  font-family: var(--JosefinSans-Regular);
  font-size: var(--font-sp-3xs);
  line-height: 1.1;
}

.floating__txt {
  font-size: var(--font-sp-2xs);
  line-height: 1.5;
}

/*  about
--------------------------------------- */
.about {
  position: relative;
  z-index: 10;
  padding: clamp(80px, 12vw, 150px) 0;
  margin: clamp(50px, 7vw, 80px) 10px 0;
}
@media screen and (min-width: 768px) {
  .about {
    margin-right: 30px;
    margin-left: 30px;
  }
}
.about__wrap {
  display: grid;
  gap: 40px clamp(30px, 6vw, 100px);
}
@media screen and (min-width: 768px) {
  .about__wrap {
    grid-template-columns: clamp(200px, 30vw, 400px) 1fr;
  }
}

.about__logo {
  position: relative;
  z-index: 10;
  width: clamp(200px, 30vw, 400px);
  margin: auto;
}

.about__txt {
  margin-top: clamp(20px, 3vw, 40px);
  line-height: 2.3;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .about__txt {
    font-size: var(--font-l);
  }
}

.about__bg {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.about__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*  best
--------------------------------------- */
.best {
  position: relative;
  z-index: 10;
  margin-top: clamp(80px, 12vw, 150px);
}
.best__wrap {
  display: grid;
  gap: clamp(40px, 4.5vw, 50px) clamp(20px, 4vw, 60px);
  align-items: start;
}
@media screen and (min-width: 768px) {
  .best__wrap {
    grid-template-columns: 56.25% 1fr;
  }
}

.best__list {
  display: grid;
  gap: 5px;
  margin-top: clamp(30px, 3vw, 40px);
}
.best__list + .best__txt {
  margin-top: clamp(10px, 1.5vw, 20px);
}

.best__item {
  position: relative;
  padding: clamp(10px, 1.25vw, 15px) clamp(10px, 1.25vw, 15px) clamp(10px, 1.25vw, 15px) clamp(40px, 4.5vw, 45px);
  font-weight: 500;
  line-height: 1.8;
  background: #fff;
  border-radius: clamp(3px, 0.4vw, 5px);
}
.best__item::before {
  position: absolute;
  top: calc(50% - 9.5px);
  left: clamp(10px, 1.25vw, 15px);
  display: block;
  width: 20px;
  height: 19px;
  content: "";
  background: url(/assets/img/index/check.svg) no-repeat 0 0/20px auto;
}

.best__txt {
  margin-top: clamp(20px, 2.5vw, 30px);
}

.best__sub {
  position: relative;
  aspect-ratio: 900/680;
  overflow: hidden;
  border-radius: clamp(5px, 0.75vw, 10px);
}

.best__subImg {
  position: absolute;
  width: 62.5%;
  overflow: hidden;
  border-radius: clamp(5px, 0.75vw, 10px);
}
.best__subImg:nth-of-type(1) {
  top: 0;
}
.best__subImg:nth-of-type(2) {
  right: 0;
  bottom: 0;
}

.best__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*  features
--------------------------------------- */
.features {
  position: relative;
  z-index: 10;
  padding: clamp(80px, 12vw, 150px) 0;
  margin-top: clamp(80px, 12vw, 150px);
  background: #f4f1e7;
  border-radius: clamp(30px, 4vw, 50px);
}
.features__wrap {
  display: grid;
  gap: clamp(30px, 3.5vw, 40px) 0;
}
@media screen and (min-width: 1200px) {
  .features__wrap {
    grid-template-columns: 100px 1fr;
    margin-top: clamp(40px, 5vw, 60px);
  }
}

.features__slogan {
  margin-top: clamp(30px, 3.5vw, 40px);
  font-size: var(--font-sp-s);
}
@media screen and (min-width: 1200px) {
  .features__slogan {
    position: sticky;
    top: 150px;
    margin-top: 0;
    line-height: 1.1;
    letter-spacing: 0.2em;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}

@media screen and (min-width: 1200px) {
  .features__space {
    letter-spacing: 0.5em;
  }
}

.features__grid {
  display: grid;
  gap: clamp(30px, 3.5vw, 40px) clamp(20px, 4vw, 60px);
}
@media screen and (min-width: 768px) {
  .features__grid {
    grid-template-columns: 42.6666% 1fr;
  }
}
.features__grid + .features__grid {
  padding-top: clamp(40px, 5vw, 60px);
  margin-top: clamp(40px, 5vw, 60px);
  border-top: 1px solid #ded8d3;
}

.features__point {
  display: flex;
  gap: 8px;
  align-items: center;
  font-family: var(--JosefinSans-Medium);
  font-size: var(--font-sp-xl);
  color: var(--sub-color);
}
@media screen and (min-width: 768px) {
  .features__point {
    font-size: var(--font-2xl);
  }
}
.features__point::before {
  width: 20px;
  height: 19px;
  content: "";
  background: url(/assets/img/index/flag.svg) no-repeat 0 0/20px auto;
}

.features__title {
  font-size: var(--font-sp-xl);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .features__title {
    font-size: var(--font-2xl);
    letter-spacing: 0.025em;
  }
}

.features__list {
  display: grid;
  gap: 5px;
  padding: clamp(20px, 2.5vw, 30px);
  margin-top: clamp(20px, 2.5vw, 30px);
  background: #fff;
  border-radius: clamp(5px, 0.75vw, 10px);
}
.features__list + .features__txt {
  margin-top: clamp(10px, 1.5vw, 20px);
}

.features__item {
  margin-left: 1em;
  line-height: 1.8;
  list-style-type: disc;
}

.features__txt {
  margin-top: clamp(15px, 1.75vw, 20px);
}

.features__orange {
  color: var(--sub-color);
}

.features__sub {
  overflow: hidden;
  border-radius: clamp(5px, 0.75vw, 10px);
}

.features__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*  tickerImg
--------------------------------------- */
.tickerImg {
  position: relative;
  margin-top: clamp(80px, 12vw, 150px);
}
.tickerImg__wrap {
  display: flex;
  width: 480%;
}
@media screen and (min-width: 768px) {
  .tickerImg__wrap {
    width: 400%;
  }
}

.tickerImg__grid {
  display: flex;
}
.tickerImg__grid-loop {
  animation: loop 40s linear infinite both;
  will-change: transform;
}

.tickerImg__list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: clamp(10px, 1.5vw, 20px);
}

.tickerImg__item {
  overflow: hidden;
}

.tickerImg__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: clamp(5px, 0.75vw, 10px);
}

/*  fees
--------------------------------------- */
.fees {
  --gap: clamp(20px, 4vw, 60px);
  --column: 2;
  position: relative;
  padding-top: clamp(80px, 12vw, 150px);
}
.fees__wrap {
  margin-top: clamp(40px, 5vw, 60px);
}

@media screen and (min-width: 1024px) {
  .fees__grid-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.fees__gridItem {
  margin-top: clamp(40px, 5vw, 60px);
}
@media screen and (min-width: 1024px) {
  .fees__gridItem {
    width: calc((100% - var(--gap) * (var(--column) - 1)) / var(--column));
  }
}

.fees__title {
  position: relative;
  display: flex;
  gap: 10px;
  font-size: var(--font-sp-l);
  font-weight: 700;
  line-height: 1.3;
  color: var(--main-color);
}
@media screen and (min-width: 768px) {
  .fees__title {
    font-size: clamp(1.25rem, 1.055rem + 0.4vw, 1.375rem);
    letter-spacing: 0.025em;
  }
}
.fees__title::before {
  width: 5px;
  height: auto;
  content: "";
  background: var(--main-color);
  border-radius: 5px;
}

.fees__txt {
  margin-top: clamp(15px, 1.75vw, 20px);
}

.fees__orange {
  color: var(--sub-color);
  text-decoration: underline;
}

.fees__scroll {
  margin-top: clamp(15px, 1.75vw, 20px);
  overflow: hidden;
  overflow-x: scroll;
  border-radius: 5px;
}

.fees__body {
  margin-top: 20px;
}

.fees__term {
  font-weight: 700;
}

.fees__orderItem {
  margin-top: 5px;
  margin-left: 20px;
  line-height: 1.8;
  list-style-type: decimal;
}

.fees__item {
  margin-top: 5px;
  margin-left: 20px;
  line-height: 1.8;
  list-style-type: disc;
}

/*  cell
--------------------------------------- */
.cell {
  width: 100%;
  white-space: nowrap;
}
@media screen and (min-width: 1200px) {
  .cell {
    white-space: normal;
  }
}
.cell-single .cell__td:not(:first-of-type) {
  text-align: center;
}
.cell-single .cell__td:nth-of-type(1) {
  color: #fff;
  background: var(--main-color);
}
.cell__th,
.cell__td {
  padding: 13px 20px;
  font-size: var(--font-sp-xs);
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .cell__th,
  .cell__td {
    font-size: var(--font-s);
  }
}

.cell__th {
  font-weight: 500;
  color: #fff;
  background: var(--main-color);
}
.cell__th:not(:first-of-type) {
  text-align: center;
  border-left: 1px solid #fff;
}

.cell__td {
  background: #e8e6df;
  border-top: 1px solid #fff;
}
.cell__td:not(:first-of-type) {
  border-left: 1px solid #fff;
}

.cell__small {
  font-size: var(--font-sp-2xs);
}

/*  pictureSpace
--------------------------------------- */
.pictureSpace {
  margin: clamp(80px, 12vw, 150px) 10px 0;
}
@media screen and (min-width: 768px) {
  .pictureSpace {
    margin-right: 30px;
    margin-left: 30px;
  }
}
.pictureSpace__picture {
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .pictureSpace__picture {
    max-height: 600px;
    aspect-ratio: 20/9;
  }
}
@media screen and (min-width: 1024px) {
  .pictureSpace__picture {
    aspect-ratio: auto;
  }
}

.pictureSpace__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*  voice
--------------------------------------- */
.voice {
  margin-top: clamp(80px, 12vw, 150px);
}
.voice__wrap {
  display: grid;
  gap: clamp(30px, 4vw, 60px) 0;
}
@media screen and (min-width: 768px) {
  .voice__wrap {
    grid-template-columns: 1fr 25%;
    align-items: start;
  }
}

@media screen and (min-width: 768px) {
  .voice__main {
    position: sticky;
    top: 150px;
    order: 2;
    margin-left: auto;
  }
}

.voice__sub {
  display: grid;
  gap: clamp(10px, 1.5vw, 20px);
}

.voice__grid {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: clamp(10px, 1.5vw, 20px);
  padding: clamp(20px, 2.5vw, 30px);
  background: #f4f1e7;
  border-radius: clamp(5px, 0.75vw, 10px);
}
@media screen and (min-width: 768px) {
  .voice__grid {
    grid-template-columns: 90px 1fr;
    align-items: center;
  }
}

.voice__men {
  width: 60px;
  height: 60px;
  background: #e0e0e0;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .voice__men {
    width: 80px;
    height: 80px;
  }
}

.voice__txt {
  font-size: var(--font-sp-s);
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .voice__txt {
    font-size: var(--font-l);
  }
}

.voice__property {
  margin-top: 10px;
  font-size: var(--font-sp-2xs);
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .voice__property {
    font-size: var(--font-2xs);
  }
}

/* faq
--------------------------------------- */
.faq {
  position: relative;
  padding: clamp(80px, 12vw, 150px) 0;
  margin-top: clamp(80px, 12vw, 150px);
  background: #f4f1e7;
  border-radius: clamp(30px, 4vw, 50px);
}
.faq__wrap {
  display: grid;
  gap: clamp(30px, 4vw, 60px) 0;
}
@media screen and (min-width: 768px) {
  .faq__wrap {
    grid-template-columns: 25% 1fr;
    align-items: start;
  }
}

@media screen and (min-width: 768px) {
  .faq__main {
    position: sticky;
    top: 150px;
  }
}

.faq__block {
  border-bottom: 1px solid #ded8d3;
}
.faq__block:first-of-type {
  border-top: 1px solid #ded8d3;
}

.faq__trigger {
  position: relative;
  width: 100%;
  padding: clamp(25px, 3.25vw, 40px) 0;
  font-size: var(--font-sp-m);
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .faq__trigger {
    font-size: var(--font-sp-2xl);
  }
}
.faq__trigger::before, .faq__trigger::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 1px;
  content: "";
  background: var(--sub-color);
  transition: transform 0.4s ease-out;
}
@media screen and (min-width: 768px) {
  .faq__trigger::before, .faq__trigger::after {
    width: 21px;
  }
}
.faq__trigger::after {
  transform: rotate(90deg);
}
.faq__trigger-active::after, .faq__trigger:hover::after {
  transform: rotate(0deg);
}

.faq__title {
  position: relative;
  display: block;
  padding: 0 25px 0 clamp(35px, 4vw, 45px);
  font-size: var(--font-sp-m);
  color: #111;
}
@media screen and (min-width: 768px) {
  .faq__title {
    font-size: var(--font-l);
  }
}
.faq__title::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: var(--JosefinSans-Medium);
  font-size: var(--font-sp-3xl);
  line-height: 1.1;
  color: var(--main-color);
  content: "Q.";
}
@media screen and (min-width: 768px) {
  .faq__title::before {
    top: 2px;
    font-size: clamp(1.5rem, 0.915rem + 1.2vw, 1.875rem);
  }
}

.faq__target {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
}

.faq__body {
  position: relative;
  padding: 0 0 clamp(25px, 3.25vw, 40px) clamp(50px, 7vw, 90px);
}
.faq__body::before {
  position: absolute;
  top: 5px;
  left: clamp(20px, 3.5vw, 50px);
  display: block;
  font-family: var(--JosefinSans-Medium);
  font-size: var(--font-sp-3xl);
  line-height: 1;
  color: var(--sub-color);
  content: "A.";
}
@media screen and (min-width: 768px) {
  .faq__body::before {
    top: 2px;
    font-size: clamp(1.5rem, 0.915rem + 1.2vw, 1.875rem);
  }
}

.faq__txt {
  line-height: 1.8;
}

/*  access
--------------------------------------- */
.access {
  padding-top: clamp(80px, 12vw, 150px);
}
.access__wrap {
  display: grid;
  gap: clamp(40px, 5vw, 60px) clamp(20px, 4vw, 60px);
}
@media screen and (min-width: 1024px) {
  .access__wrap {
    grid-template-columns: 60% 1fr;
  }
}

@media screen and (min-width: 1024px) {
  .access__main {
    order: 2;
  }
}

.access__sub iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: clamp(5px, 0.75vw, 10px);
}
@media screen and (min-width: 768px) {
  .access__sub iframe {
    aspect-ratio: 16/9;
  }
}
@media screen and (min-width: 1024px) {
  .access__sub iframe {
    height: 100%;
    aspect-ratio: auto;
  }
}

.access__body {
  margin-top: clamp(30px, 3vw, 40px);
}

.access__txt + .access__txt {
  margin-top: clamp(15px, 1.75vw, 20px);
}
.access__txt-line {
  text-decoration: underline;
}

.access__address {
  margin-top: clamp(20px, 2.5vw, 30px);
}

.access__name {
  font-weight: 700;
}

.access__logo {
  display: grid;
  justify-content: end;
  margin-top: clamp(40px, 5vw, 60px);
}

.access__time {
  padding: clamp(30px, 4vw, 50px) clamp(20px, 4vw, 60px);
  margin-top: clamp(40px, 5vw, 60px);
  background: #f4f1e7;
  border-radius: clamp(5px, 0.75vw, 10px);
}

.access__title {
  padding-bottom: clamp(20px, 2.25vw, 25px);
  font-size: var(--font-sp-l);
  font-weight: 500;
  border-bottom: 1px solid #ded8d3;
}
@media screen and (min-width: 768px) {
  .access__title {
    font-size: clamp(1.25rem, 1.055rem + 0.4vw, 1.375rem);
    letter-spacing: 0.025em;
  }
}

.access__grid {
  display: grid;
  gap: 0 20px;
  margin-top: clamp(15px, 2vw, 20px);
}
@media screen and (min-width: 768px) {
  .access__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.access__item {
  margin-left: 20px;
  line-height: 1.8;
  list-style-type: disc;
}
@media screen and (min-width: 768px) {
  .access__item {
    font-size: var(--font-sp-s);
  }
}
.access__item:nth-of-type(n + 2) {
  margin-top: 5px;
}

/*  reservation
--------------------------------------- */
.reservation {
  position: relative;
  z-index: 3;
  padding: clamp(80px, 12vw, 150px) 0 clamp(160px, 18vw, 250px);
  margin-top: clamp(80px, 12vw, 150px);
  background: #f4f1e7;
  border-radius: clamp(30px, 4vw, 50px) clamp(30px, 4vw, 50px) 0 0;
}
.reservation__grid {
  display: grid;
  gap: 10px;
  margin-top: clamp(40px, 5vw, 60px);
}

.reservation__gridItem {
  display: grid;
  grid-template-columns: clamp(80px, 12vw, 150px) 1fr;
  align-items: center;
  overflow: hidden;
  background: #fff;
  border-radius: clamp(5px, 0.75vw, 10px);
}
@media screen and (min-width: 768px) {
  .reservation__gridItem {
    font-size: var(--font-sp-s);
  }
}

.reservation__num {
  display: grid;
  place-content: center;
  height: 100%;
  padding: clamp(15px, 1.75vw, 20px);
  font-family: var(--JosefinSans-Medium);
  font-size: var(--font-sp-2xl);
  color: #fff;
  background: var(--main-color);
}
@media screen and (min-width: 768px) {
  .reservation__num {
    font-size: var(--font-3xl);
  }
}

.reservation__txt {
  padding: 10px 20px;
  font-size: var(--font-sp-l);
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .reservation__txt {
    font-size: var(--font-l);
  }
}

/*  cal
--------------------------------------- */
.cal {
  margin-top: clamp(40px, 5vw, 60px);
}
.cal__comment {
  font-size: var(--font-sp-xs);
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .cal__comment {
    font-size: var(--font-xs);
  }
}

.cal__iframe {
  position: relative;
  aspect-ratio: 1/1;
  margin-top: clamp(10px, 1.25vw, 15px);
}
@media screen and (min-width: 768px) {
  .cal__iframe {
    aspect-ratio: 16/9;
  }
}
.cal__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/*  line
--------------------------------------- */
.line {
  position: relative;
  display: block;
  padding: clamp(40px, 5vw, 60px) clamp(30px, 4vw, 50px);
  margin-top: clamp(40px, 5vw, 60px);
  background: var(--sub-color);
  border-radius: clamp(5px, 0.75vw, 10px);
  --gap: clamp(20px, 4vw, 60px);
  --column: 2;
}
.line__grid {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
@media screen and (min-width: 768px) {
  .line__grid {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 clamp(20px, 3vw, 40px);
    align-items: center;
    max-width: 700px;
    margin: auto;
  }
}

.line__title {
  position: relative;
  padding-right: clamp(20px, 3vw, 40px);
  font-size: var(--font-sp-m);
  font-weight: 500;
  line-height: 1.1;
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .line__title {
    padding-top: 5px;
    font-size: var(--font-l);
  }
}
@media screen and (min-width: 768px) {
  .line__title::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    content: "";
    border-right: 1px dashed #fff;
  }
}

.line__en {
  font-family: var(--JosefinSans-Bold);
  font-size: var(--font-sp-4xl);
}
@media screen and (min-width: 768px) {
  .line__en {
    font-size: clamp(2.25rem, 1.665rem + 1.2vw, 2.625rem);
  }
}

.line__txt {
  padding-right: 60px;
  font-size: var(--font-sp-2xs);
  line-height: 1.8;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .line__txt {
    font-size: var(--font-2xs);
  }
}

.line__arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .line__arrow {
    right: 40px;
  }
}

/*  arrow
--------------------------------------- */
.arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 2px;
}
@media screen and (min-width: 768px) {
  .arrow {
    width: 50px;
    height: 50px;
  }
}
.arrow::before, .arrow::after {
  position: absolute;
  display: block;
  content: "";
}
.arrow::before {
  width: 12px;
  height: 1px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .arrow::before {
    width: 15px;
  }
}
.arrow::after {
  width: 7px;
  height: 7px;
  margin-right: -2px;
  border: 1px solid #fff;
  border-width: 0 0 1px 1px;
  transform: rotate(-135deg);
}
@media screen and (min-width: 768px) {
  .arrow::after {
    margin-right: -4px;
  }
}

/*  conversion
--------------------------------------- */
.conversion {
  position: relative;
  padding: clamp(60px, 9vw, 100px) 0;
  margin-top: clamp(60px, 9vw, 100px);
  background: #f4f1e7;
  border-radius: clamp(30px, 4vw, 50px);
}
@media screen and (min-width: 768px) {
  .conversion {
    margin-right: 30px;
    margin-left: 30px;
  }
}
.conversion__grid {
  display: grid;
  gap: clamp(10px, 1.5vw, 20px);
  margin-top: clamp(40px, 5vw, 60px);
}
@media screen and (min-width: 1024px) {
  .conversion__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.conversion__gridItem {
  padding: clamp(30px, 4vw, 60px);
  color: #fff;
  background: var(--main-color);
  border-radius: clamp(5px, 0.75vw, 10px);
}
.conversion__gridItem-orange {
  background: #da5b00;
}

.conversion__tag,
.conversion__en {
  font-family: var(--JosefinSans-Bold);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.conversion__tag {
  font-size: var(--font-sp-xl);
}
@media screen and (min-width: 768px) {
  .conversion__tag {
    font-size: var(--font-2xl);
  }
}

.conversion__title {
  display: grid;
  gap: 5px;
  color: #fff;
  text-transform: uppercase;
}

.conversion__en {
  font-size: var(--font-sp-4xl);
}
@media screen and (min-width: 768px) {
  .conversion__en {
    font-size: clamp(2rem, 1.025rem + 2vw, 2.625rem);
  }
}

.conversion__jp {
  font-size: var(--font-sp-s);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .conversion__jp {
    font-size: var(--font-l);
  }
}

.conversion__body {
  padding-top: clamp(20px, 2.5vw, 30px);
  margin-top: clamp(20px, 2.5vw, 30px);
  border-top: 1px dashed #fff;
}

.conversion__comment {
  margin-top: 20px;
  font-size: var(--font-sp-s);
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .conversion__comment {
    font-size: var(--font-sp-s);
  }
}

/* tickerSvg
------------------------------------------ */
.tickerSvg {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .tickerSvg {
    top: 50%;
  }
}
.tickerSvg-fixed {
  position: fixed;
  top: 55%;
  z-index: 6;
}
.tickerSvg-color {
  margin-top: clamp(60px, 8vw, 100px);
}
.tickerSvg-color .tickerSvg__wrap {
  width: 700vw;
}
@media screen and (min-width: 768px) {
  .tickerSvg-color .tickerSvg__wrap {
    width: 500%;
  }
}
@media screen and (min-width: 1440px) {
  .tickerSvg-color .tickerSvg__wrap {
    width: 400%;
  }
}
@media screen and (min-width: 1920px) {
  .tickerSvg-color .tickerSvg__wrap {
    width: 300%;
  }
}
.tickerSvg__wrap {
  display: flex;
  width: 800vw;
}
@media screen and (min-width: 768px) {
  .tickerSvg__wrap {
    width: 600%;
  }
}
@media screen and (min-width: 1440px) {
  .tickerSvg__wrap {
    width: 500%;
  }
}
@media screen and (min-width: 1920px) {
  .tickerSvg__wrap {
    width: 400%;
  }
}
.tickerSvg__wrap + .tickerSvg__wrap {
  margin-top: 20px;
}
.tickerSvg__img {
  width: 100%;
  line-height: 1;
  will-change: transform;
}
.tickerSvg__img-loop, .tickerSvg__img-loopReverse {
  line-height: 1;
}
.tickerSvg__img-loop {
  animation: loop 80s linear infinite both;
}
.tickerSvg__img-loopReverse {
  animation: loopReverse 80s linear infinite both;
}

@keyframes loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loopReverse {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
/* blur
--------------------------------------- */
.blur-active {
  visibility: visible;
  filter: blur(300px);
  transform: scale(0.5);
  animation: mvFadeIn 1.5s 0s cubic-bezier(0.2, 1, 0.2, 1) forwards;
}

/* salon
--------------------------------------- */
.salon {
  padding: clamp(60px, 8vw, 100px) 0;
}

.salon__wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .salon__wrap {
    flex-direction: row;
    justify-content: space-between;
    gap: clamp(20px, 4vw, 60px);
  }
}

.salon__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .salon__item {
    width: calc(50% - clamp(10px, 2vw, 30px));
  }
}

.salon__title {
  text-align: center;
  font-size: var(--font-l);
  margin-bottom: 20px;
}

.salon__img {
  aspect-ratio: 4/3;
  background: #e0e0e0;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: clamp(5px, 0.75vw, 10px);
}
.salon__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.salon__txt {
  margin-bottom: 30px;
}

.salon__link {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 320px;
  width: 100%;
  margin-inline: auto;
  padding: clamp(15px, 2vw, 20px) 10px;
  font-size: var(--font-sp-s);
  color: #a52c58;
  background: #fff;
  border: 2px solid #a52c58;
  border-radius: 5px;
  transition: background-color 0.4s ease-out, color 0.4s ease-out;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .salon__link {
    font-size: var(--font-s);
  }
}
.salon__link::before {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  content: "";
  background: url(/assets/img/common/beauty.png) no-repeat center/contain;
  transition: filter 0.4s ease-out;
}
.salon__link:hover {
  color: #fff;
  background: #a52c58;
}/*# sourceMappingURL=style.css.map */