.pc {
  display: block;
}
@media (max-width: 819px) {
  .pc {
    display: none;
  }
}

.tab {
  display: none;
}
@media (min-width: 820px) and (max-width: 1250px) {
  .tab {
    display: block;
  }
}

.tab-sp {
  display: none;
}
@media (max-width: 1250px) {
  .tab-sp {
    display: block;
  }
}

.sp {
  display: none;
}
@media (max-width: 819px) {
  .sp {
    display: block;
  }
}

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

* {
  margin: 0;
  padding: 0;
}

picture,
video,
canvas {
  display: block;
  max-width: 100%;
  height: auto;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

input,
button,
textarea,
select {
  font: inherit;
}

label {
  cursor: pointer;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

address {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-display: swap;
  font-family: "Karla";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/karla/karla-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Karla";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/karla/karla-500.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Karla";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/karla/karla-700.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Cardo";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/cardo/cardo-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Cardo";
  font-style: italic;
  font-weight: 400;
  src: url("/assets/fonts/cardo/cardo-italic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Shippori Mincho B1";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/shippori/shippori-mincho-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/playfair/playfair-display-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/playfair/playfair-display-500.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 400;
  src: url("/assets/fonts/playfair/playfair-display-italic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 500;
  src: url("/assets/fonts/playfair/playfair-display-500italic.woff2") format("woff2");
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans JP", Arial, sans-serif;
  color: #1a1819;
  background-color: rgb(246, 247, 248);
  line-height: 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  letter-spacing: 0;
  font-size: clamp(15px, 0vw + 15px, 15px);
  font-weight: 400;
  overflow-x: hidden;
  isolation: isolate;
}

html.lenis,
html.lenis body {
  height: auto;
}

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

html.is-scroll-locked {
  overflow: hidden;
}

html:has(:modal) {
  overflow: hidden;
}

p {
  line-height: 1.85;
  letter-spacing: 0.08em;
}
@media (max-width: 819px) {
  p {
    line-height: 1.7;
  }
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.small,
small {
  display: block;
  margin-top: 8px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans JP", Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.85;
  letter-spacing: 0;
  color: #666562;
}

p + p {
  padding-top: 20px;
}

section {
  padding: 0 40px;
}
@media (max-width: 819px) {
  section {
    padding: 0 20px;
  }
}

main > section + section,
main > article + section {
  margin-top: 180px;
}
@media (min-width: 820px) and (max-width: 1250px) {
  main > section + section,
  main > article + section {
    margin-top: 124px;
  }
}
@media (max-width: 819px) {
  main > section + section,
  main > article + section {
    margin-top: 86px;
  }
}

.link-text {
  display: inline-flex;
  opacity: 1;
}
.link-text:hover {
  opacity: 1;
}
.link-text__inner {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  line-height: 1.3;
}
.link-text__original {
  display: block;
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1), opacity 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
.link-text__clone {
  position: absolute;
  inset: 0;
  transform: translateY(105%);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (hover: hover) and (pointer: fine) {
  .link-text:hover .link-text__original {
    transform: translateY(-105%);
    opacity: 0;
  }
  .link-text:hover .link-text__clone {
    transform: translateY(0%);
  }
}

.inner {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}
.inner--narrow {
  max-width: 1060px;
}

.is-center {
  align-items: center;
  text-align: center;
}

.box-70 {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 819px) {
  .box-70 {
    width: 100%;
  }
}

.ttl-en {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: clamp(26px, 1.1267605634vw + 21.7746478873px, 38px);
  line-height: 0.9;
  letter-spacing: 0.15em;
}
.ttl-en--sub {
  font-weight: 500;
  font-size: clamp(20px, 0.9389671362vw + 16.4788732394px, 30px);
  letter-spacing: 0.15em;
}

.min {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: clamp(28px, 1.3145539906vw + 23.0704225352px, 42px);
  line-height: 1.35;
}

.ttl-jp {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans JP", Arial, sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media (max-width: 1250px) {
  .ttl-jp {
    font-size: 24px;
  }
}

.ttl-lead {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans JP", Arial, sans-serif;
  font-weight: 600;
  font-size: clamp(17px, 0.1877934272vw + 16.2957746479px, 19px);
  line-height: 1.7;
  letter-spacing: 0.08em;
}

.ttl-sub-en {
  font-family: "Karla", sans-serif;
  font-weight: 500;
  font-size: clamp(20px, 0.3755868545vw + 18.5915492958px, 24px);
  line-height: 0.8;
  letter-spacing: 0.08em;
  color: #1a1819;
}

.ttl-sub-jp {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans JP", Arial, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 0.4694835681vw + 11.2394366197px, 18px);
  line-height: 1;
  letter-spacing: 0.08em;
  color: #1a1819;
}

.ttl-h4-en {
  font-family: "Karla", sans-serif;
  font-weight: 500;
  font-size: clamp(18px, 0.5633802817vw + 15.8873239437px, 24px);
  line-height: 1;
  letter-spacing: 0.15em;
}
.ttl-h4-en:has(+ .ttl-h4-jp) {
  padding-bottom: 18px;
}

.ttl-h4-jp {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans JP", Arial, sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 0.2816901408vw + 10.9436619718px, 15px);
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.text-box {
  width: 380px;
  display: flex;
  flex-direction: column;
}
.text-box p + p {
  padding-top: clamp(12px, 1.1267605634vw + 7.7746478873px, 24px);
}
@media (max-width: 819px) {
  .text-box {
    width: 100%;
    display: block;
  }
}

.text-underline {
  padding-bottom: clamp(12px, 1.1267605634vw + 7.7746478873px, 24px);
  border-bottom: 1px solid rgba(185, 182, 182, 0.8);
}

.form_p {
  display: block;
  padding-bottom: clamp(12px, 1.1267605634vw + 7.7746478873px, 24px);
}

.ttl-group {
  display: flex;
  flex-direction: column;
}
.ttl-group:has(> .ttl-lead:last-child), .ttl-group:has(> .ttl-txt:last-child) {
  margin-bottom: clamp(40px, 2.2535211268vw + 31.5492957746px, 64px);
}
.ttl-group:has(> .ttl-jp:last-child) {
  margin-bottom: clamp(30px, 1.8779342723vw + 22.9577464789px, 50px);
}
.ttl-group:has(> .ttl-en:last-child) {
  margin-bottom: clamp(30px, 1.8779342723vw + 22.9577464789px, 50px);
}
.ttl-group > .ttl-en + .ttl-jp {
  margin-top: clamp(30px, 1.8779342723vw + 22.9577464789px, 50px);
}
.ttl-group > .ttl-en + .ttl-lead,
.ttl-group .ttl-en + .ttl-txt {
  margin-top: clamp(18px, 0.5633802817vw + 15.8873239437px, 24px);
}
.ttl-group > .ttl-jp + .ttl-lead,
.ttl-group .ttl-jp + .ttl-txt {
  margin-top: clamp(16px, 0.7511737089vw + 13.1830985915px, 24px);
}

.ttl-hero {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans JP", Arial, sans-serif;
  font-size: clamp(22px, 1.6901408451vw + 15.661971831px, 40px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #1a1819;
  word-break: auto-phrase;
  text-wrap: pretty;
}

.txt-justify {
  text-align: justify;
}

.txt-s {
  font-size: 80%;
}
@media (max-width: 819px) {
  .txt-s {
    display: block;
  }
}

.deco-band {
  padding: 16px 12px;
  border-top: 3px solid rgba(185, 182, 182, 0.8);
  border-bottom: 3px solid rgba(185, 182, 182, 0.8);
  background-color: rgb(246, 247, 248);
}

.deco-frame {
  position: relative;
  padding: 0.5em 1em;
  border-top: 2px solid #1a1819;
  border-bottom: 2px solid #1a1819;
}
.deco-frame::before, .deco-frame::after {
  content: "";
  position: absolute;
  top: -7px;
  width: 2px;
  height: calc(100% + 14px);
  background-color: #1a1819;
}
.deco-frame::before {
  left: 7px;
}
.deco-frame::after {
  right: 7px;
}

.deco-underline {
  position: relative;
  padding: 8px 0;
  border-bottom: 2px solid rgba(185, 182, 182, 0.8);
}
.deco-underline span {
  position: relative;
  display: inline-block;
}
.deco-underline span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 2px;
  background-color: #1a1819;
}
@media (max-width: 819px) {
  .deco-underline span::after {
    width: min(100%, 60px);
  }
}

.deco-bar {
  position: relative;
  padding: 4px 0 4px 12px;
  border-left: 4px solid rgba(185, 182, 182, 0.8);
}
.deco-bar::after {
  content: "";
  position: absolute;
  left: -4px;
  top: 0;
  width: 4px;
  height: 50%;
  background-color: #1a1819;
}

.deco-dot {
  position: relative;
  padding: 8px 0 8px 16px;
}
.deco-dot::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #1a1819;
}

main {
  position: relative;
  z-index: 2;
  background-color: rgb(246, 247, 248);
}
main:has(.page-intro) {
  background-color: rgb(246, 247, 248);
}
main {
  margin-bottom: 100dvh;
}

.btns {
  padding-top: clamp(40px, 2.2535211268vw + 31.5492957746px, 64px);
  display: flex;
  align-items: flex-end;
  gap: 48px;
}
@media (min-width: 820px) and (max-width: 1250px) {
  .btns {
    padding-top: 52px;
  }
}
@media (max-width: 819px) {
  .btns {
    flex-wrap: wrap;
  }
}
.btns--center {
  justify-content: center;
}

.btn-box {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans JP", Arial, sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 0.2816901408vw + 11.9436619718px, 16px);
  line-height: 1;
  letter-spacing: 0;
  padding: 15px 20px;
  text-decoration: none;
  color: #fbfbfb;
  background-color: #1a1819;
  border: 1px solid #1a1819;
}
.btn-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, transparent 0%, rgba(251, 251, 251, 0.25) 50%, transparent 100%);
  transform: skewX(-15deg);
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .btn-box:hover::before {
    animation: btn-shine 0.6s ease-out forwards;
  }
}
.btn-box.is-animated::before {
  animation: btn-shine 0.6s ease-out forwards;
}
.btn-box--outline {
  color: #1a1819;
  background-color: rgb(246, 247, 248);
}
.btn-box--outline::before {
  background: linear-gradient(to right, transparent 0%, rgba(26, 24, 25, 0.08) 50%, transparent 100%);
}

@keyframes btn-shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}
@keyframes btn-line-flow {
  0% {
    transform: scaleX(1) scaleY(0.6);
    transform-origin: right bottom;
  }
  50% {
    transform: scaleX(0) scaleY(0.6);
    transform-origin: right bottom;
  }
  50.01% {
    transform: scaleX(0) scaleY(0.6);
    transform-origin: left bottom;
  }
  100% {
    transform: scaleX(1) scaleY(0.6);
    transform-origin: left bottom;
  }
}
.btn-line {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  position: relative;
  display: inline-block;
  font-family: "Karla", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.15em;
  padding: 0 16px 5px;
  text-decoration: none;
  color: #1a1819;
}
.btn-line::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(1) scaleY(0.6);
  transform-origin: right bottom;
}
@media (hover: hover) and (pointer: fine) {
  .btn-line:hover::after {
    animation: btn-line-flow 0.6s ease-out;
  }
}
.btn-line.is-animated::after {
  animation: btn-line-flow 0.2s ease-out;
}
@media (max-width: 819px) {
  .btn-line {
    font-size: 13px;
    letter-spacing: 0.05em;
    padding: 0 10px 5px;
  }
}

@keyframes arrow-right-50 {
  0% {
    transform: translate(0);
    opacity: 1;
  }
  35% {
    transform: translate(50%);
    opacity: 0;
  }
  65% {
    transform: translate(-50%);
    opacity: 0;
  }
  100% {
    transform: translate(0);
    opacity: 1;
  }
}
.btn-arrow {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  opacity: 1;
}
.btn-arrow:hover {
  opacity: 1;
}
.btn-arrow__text {
  font-family: "Karla", sans-serif;
  font-size: 14px;
  letter-spacing: 0.15em;
}
.btn-arrow__circle {
  --circle-line: 0;
  --circle-opacity: 1;
  --circle-rotation: 0;
  --scale: 1;
  position: relative;
  width: 4rem;
  height: 4rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--color-grad, #1a1819);
  flex-shrink: 0;
  scale: var(--scale);
}
.btn-arrow__circle::before {
  content: "";
  position: absolute;
  background: conic-gradient(var(--color-accent, #1a1819) calc(var(--circle-line) * 100%), transparent calc(var(--circle-line) * 100%));
  opacity: var(--circle-opacity);
  rotate: calc(var(--circle-rotation) * 360deg);
  border-radius: 50%;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  -webkit-mask-image: radial-gradient(transparent 0%, transparent calc(2rem + 1px - 1%), #fff calc(2rem + 1px), #fff);
  mask-image: radial-gradient(transparent 0%, transparent calc(2rem + 1px - 1%), #fff calc(2rem + 1px), #fff);
  will-change: background, opacity, rotate;
}
@media (hover: hover) and (pointer: fine) {
  .btn-arrow__circle {
    transition: scale 0.3s ease-out;
  }
  .btn-arrow__circle .btn-arrow__icon {
    transition: scale 0.3s ease-out;
  }
}
.btn-arrow__icon {
  z-index: 1;
  display: block;
  width: 1rem;
  aspect-ratio: 13.75/11.062;
  background: rgb(246, 247, 248);
  -webkit-mask: url("/assets/icons/illustration/arrow-r.svg") 50% 50%/contain no-repeat;
          mask: url("/assets/icons/illustration/arrow-r.svg") 50% 50%/contain no-repeat;
  scale: calc(1 / var(--scale));
  will-change: scale;
}
@media (hover: hover) and (pointer: fine) {
  .btn-arrow:hover .btn-arrow__circle {
    --scale: 1.1;
  }
  .btn-arrow:hover .btn-arrow__icon {
    animation: arrow-right-50 0.5s ease-out forwards;
  }
}
.btn-arrow {
  /*&--jp &__text {
    font-family: $font-sans;
    font-size: fluid(13px, 15px);
    letter-spacing: $ls-jp;
    white-space: nowrap; 
  }*/
}

.split-block__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  margin: 96px auto 0;
}
@media (max-width: 819px) {
  .split-block__block {
    flex-direction: column;
    align-items: stretch;
    gap: 46px;
    margin-top: 40px;
  }
}
.split-block__block:first-child {
  margin-top: 0;
}
@media (max-width: 819px) {
  .split-block__block:first-child {
    margin-top: 0;
  }
}
.split-block__block--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 819px) {
  .split-block__block--reverse {
    flex-direction: column;
  }
}
.split-block__text {
  flex-shrink: 0;
  width: 380px;
}
@media (min-width: 1101px) {
  .split-block__text {
    box-sizing: content-box;
    padding-left: 40px;
  }
}
@media (max-width: 819px) {
  .split-block__text {
    width: 100%;
    order: 2;
  }
}
@media (min-width: 1101px) {
  .split-block__block--reverse .split-block__text {
    padding-left: 0;
    padding-right: 40px;
  }
}
.split-block__visual {
  flex: 1;
  height: 500px;
  overflow: hidden;
}
@media (max-width: 819px) {
  .split-block__visual {
    height: auto;
    aspect-ratio: 4/3;
    order: 1;
  }
}
.split-block__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.split-block--square {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 819px) {
  .split-block--square {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.split-block--square .split-block__block {
  max-width: none;
}
.split-block--square .split-block__visual {
  flex: 1;
  max-width: 500px;
  height: auto;
  aspect-ratio: 1/1;
}
@media (min-width: 820px) and (max-width: 1250px) {
  .split-block--square .split-block__visual {
    height: 500px;
    aspect-ratio: auto;
  }
}
@media (max-width: 819px) {
  .split-block--square .split-block__visual {
    max-width: none;
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
  }
}
.split-block--wide {
  padding-left: 0;
  padding-right: 0;
}

.media-block {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.media-block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 48%;
  height: 100%;
  background-color: rgba(102, 101, 98, 0.2);
  z-index: 0;
}
@media (max-width: 1250px) {
  .media-block::before {
    width: 100%;
    top: 120px;
    bottom: 0;
  }
}
.media-block__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 110px 0;
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (min-width: 820px) and (max-width: 1250px) {
  .media-block__inner {
    padding: 60px 40px;
    flex-direction: column;
  }
}
@media (max-width: 819px) {
  .media-block__inner {
    padding: 60px 20px;
    flex-direction: column;
  }
}
.media-block__text {
  flex-shrink: 0;
  width: 380px;
  margin-left: 100px;
}
@media (max-width: 1250px) {
  .media-block__text {
    width: 100%;
    margin-left: 0;
    order: 2;
  }
}
.media-block__visual {
  width: 900px;
  height: 500px;
  overflow: hidden;
}
@media (max-width: 1250px) {
  .media-block__visual {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    order: 1;
    margin-top: -60px;
  }
}
.media-block__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.media-block--reverse::before {
  left: auto;
  right: 0;
}
.media-block--reverse .media-block__inner {
  flex-direction: row-reverse;
}
@media (max-width: 1250px) {
  .media-block--reverse .media-block__inner {
    flex-direction: column;
  }
}
.media-block--reverse .media-block__text {
  margin-left: 0;
  margin-right: 100px;
}
@media (max-width: 1250px) {
  .media-block--reverse .media-block__text {
    margin-right: 0;
  }
}

body {
  padding-top: 80px;
}
@media (max-width: 819px) {
  body {
    padding-top: 60px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 80px;
  overflow: hidden;
  transition: height 0.6s cubic-bezier(0.76, 0, 0.24, 1), transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 819px) {
  .header {
    height: 60px;
  }
}
.header.is-hidden {
  transform: translateY(-100%);
  pointer-events: none;
}
.header.is-scrolled {
  height: 80px;
  overflow: visible;
}
@media (max-width: 819px) {
  .header.is-scrolled {
    height: 60px;
  }
}

.header__initial {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 80px;
  padding: 0 40px;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.45s cubic-bezier(0.55, 0, 1, 1);
}
.is-scrolled .header__initial {
  opacity: 0;
  transform: translateY(-22px);
  pointer-events: none;
}
@media (max-width: 819px) {
  .header__initial {
    height: 60px;
    padding: 0 20px;
  }
}

.header__logo .header__logo-mark {
  font-size: 0;
  line-height: 0;
}
.header__logo a {
  display: block;
  line-height: 0;
  color: #1a1819;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.header__logo a:hover {
  opacity: 0.6;
}
.header__logo a img {
  width: 120px;
  height: auto;
  display: block;
  transition: filter 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.header__nav-list {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 48px);
  margin-top: 14px;
}
@media (max-width: 819px) {
  .header__nav-list {
    display: none;
  }
}
.header__nav-list a {
  font-family: "Karla", sans-serif;
  font-size: 0.6875rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #1a1819;
  transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.header__compact {
  background-color: rgba(255, 255, 255, 0.2);
  /* Apply the blur effect */
  backdrop-filter: blur(10px);
  /* Optional safari support */
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 6px 12px 0 rgba(193, 199, 204, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.12s, transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.12s;
}
.is-scrolled .header__compact {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
@media (max-width: 819px) {
  .header__compact {
    height: 60px;
  }
}

.header__compact-logo {
  position: absolute;
  left: 94px;
  transform: translateX(-50%);
  display: block;
  color: #1a1819;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 819px) {
  .header__compact-logo {
    left: 50%;
  }
}
.header__compact-logo:hover {
  opacity: 0.6;
}
.header__compact-logo img {
  width: 100px;
  height: auto;
  display: block;
  transition: filter 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.header__compact-actions {
  position: absolute;
  right: 94px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 819px) {
  .header__compact-actions {
    right: auto;
    left: 20px;
  }
}

.header__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  height: 34px;
  padding: 0 18px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans JP", Arial, sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #1a1819;
  color: #fbfbfb;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(26, 24, 25, 0.08);
}
.header__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, transparent 0%, rgba(251, 251, 251, 0.25) 50%, transparent 100%);
  transform: skewX(-15deg);
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .header__btn:hover::before {
    animation: btn-shine 0.6s ease-out forwards;
  }
}
.header__btn.is-animated::before {
  animation: btn-shine 0.6s ease-out forwards;
}
.header__btn--outline {
  background-color: #fbfbfb;
  color: #1a1819;
  border: 0.5px solid #1a1819;
  box-shadow: 0 2px 8px rgba(26, 24, 25, 0.04);
}
.header__btn--outline::before {
  background: linear-gradient(to right, transparent 0%, rgba(26, 24, 25, 0.08) 50%, transparent 100%);
}
@media (min-width: 820px) and (max-width: 1250px) {
  .header__btn {
    height: 26px;
    padding: 0 10px;
    font-size: 0.6rem;
    letter-spacing: 0.15em;
  }
}
@media (max-width: 819px) {
  .header__btn {
    height: 22px;
    padding: 0 7px;
    font-size: 0.7rem;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 819px) {
  .header__btn:not(.header__btn--outline) {
    display: none;
  }
}

.hamburger {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background: none;
  border: none;
  cursor: pointer;
  color: #1a1819;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 819px) {
  .hamburger {
    right: 20px;
  }
}
.hamburger:hover {
  opacity: 0.6;
}
.hamburger svg {
  width: 22px;
  height: 22px;
  display: block;
}

.header.is-inverted .header__logo a,
.header.is-inverted .header__compact-logo,
.header.is-inverted .header__nav-list a,
.header.is-inverted .hamburger {
  color: #fbfbfb;
}
.header.is-inverted .header__logo img,
.header.is-inverted .header__compact-logo img {
  filter: brightness(0) invert(1);
}

.drawer-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(26, 24, 25, 0.4);
  opacity: 0;
  pointer-events: none;
  z-index: 150;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.drawer-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100dvh;
  background-color: rgb(246, 247, 248);
  display: grid;
  grid-template-columns: 1fr 1fr;
  transform: translateX(100%);
  transition: transform 0.7s cubic-bezier(0.76, 0, 0.24, 1);
  z-index: 200;
  overflow: hidden;
}
.drawer.is-open {
  transform: translateX(0);
}
@media (max-width: 1250px) {
  .drawer {
    grid-template-columns: 1fr;
  }
}

.drawer__photo {
  position: relative;
  overflow: hidden;
  background-color: #e8e8e6;
}
.drawer__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1250px) {
  .drawer__photo {
    display: none;
  }
}

.drawer__body {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 56px;
  overflow-y: auto;
}
@media (max-width: 819px) {
  .drawer__body {
    padding: 80px 32px;
  }
}

.drawer__close {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  cursor: pointer;
  color: #1a1819;
  padding: 10px;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.drawer__close:hover {
  opacity: 0.5;
  transform: rotate(90deg);
}
.drawer__close svg {
  width: 20px;
  height: 20px;
  display: block;
}

.drawer__nav-top {
  margin-top: 80px;
  text-align: left;
}
@media (max-width: 819px) {
  .drawer__nav-top {
    margin-top: 34px;
  }
}

.drawer__nav-top-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Karla", sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #1a1819;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.drawer__nav-top-link svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.drawer__nav-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 40px;
}
@media (max-width: 819px) {
  .drawer__nav-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.drawer__nav-row {
  display: flex;
  align-items: center;
  min-height: 40px;
  width: 100%;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(26, 24, 25, 0.15);
  margin-bottom: 10px;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  padding-left: 0;
  padding-right: 0;
  font: inherit;
  color: inherit;
  text-align: left;
  cursor: default;
}
@media (max-width: 819px) {
  .drawer__nav-row {
    cursor: pointer;
  }
}
@media (max-width: 819px) {
  .drawer__nav-row:hover .drawer__nav-heading {
    opacity: 0.5;
  }
}

.drawer__nav-heading {
  display: block;
  flex: 1;
  font-family: "Karla", sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #1a1819;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.drawer__nav-heading-jp {
  display: none;
}
@media (max-width: 819px) {
  .drawer__nav-heading-jp {
    display: inline;
    margin-left: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans JP", Arial, sans-serif;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: none;
    color: #666562;
  }
}

.drawer__nav-toggle {
  display: none;
}
@media (max-width: 819px) {
  .drawer__nav-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    color: #1a1819;
    padding: 6px;
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
.drawer__nav-toggle svg {
  width: 14px;
  height: 14px;
  display: block;
}

@media (max-width: 819px) {
  .drawer__nav-item.is-open .drawer__nav-toggle {
    transform: rotate(45deg);
  }
}

.drawer__sub-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 819px) {
  .drawer__sub-list {
    display: none;
    padding: 8px 0 20px;
  }
  .drawer__nav-item.is-open .drawer__sub-list {
    display: flex;
  }
}
.drawer__sub-list a {
  position: relative;
  --marker-width: 8px;
  padding-left: calc(var(--marker-width) + 6px);
  font-family: "Karla", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #1a1819;
  text-decoration: none;
}
.drawer__sub-list a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: var(--marker-width);
  height: 1px;
  background-color: currentColor;
  opacity: 0.2;
}

.drawer__nav-item--entry {
  grid-column: span 3;
}
@media (max-width: 819px) {
  .drawer__nav-item--entry {
    grid-column: span 1;
  }
}

.drawer__nav-item--entry .drawer__sub-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, auto);
  grid-auto-flow: column;
  -moz-column-gap: 32px;
       column-gap: 32px;
  row-gap: 20px;
}
@media (max-width: 819px) {
  .drawer__nav-item--entry .drawer__sub-list {
    display: none;
    grid-template-columns: none;
    grid-auto-flow: row;
  }
}

@media (max-width: 819px) {
  .drawer__nav-item--entry.is-open .drawer__sub-list {
    display: flex;
    flex-direction: column;
  }
}

.footer {
  position: sticky;
  bottom: 0;
  z-index: 1;
  background-color: #fbfbfb;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}

.footer__inner {
  flex: 1;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 0 clamp(40px, 6vw, 100px);
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding: 40px;
  align-items: start;
  align-content: center;
}
@media (min-width: 820px) and (max-width: 1250px) {
  .footer__inner {
    grid-template-columns: 1fr;
    gap: 56px;
  }
}
@media (max-width: 819px) {
  .footer__inner {
    max-width: 580px;
    grid-template-columns: 1fr;
    gap: 56px;
    padding: 20px;
  }
}

.footer__brand {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: sticky;
  top: 40px;
}
@media (max-width: 819px) {
  .footer__brand {
    position: static;
    gap: 32px;
  }
}

.footer__logo {
  display: block;
  line-height: 0;
  color: #1a1819;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.footer__logo:hover {
  opacity: 0.6;
}
.footer__logo img {
  width: 160px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.footer__cta {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 14px 28px;
  background-color: #1a1819;
  color: #fbfbfb;
  border-radius: 100px;
  text-decoration: none;
}
.footer__cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, transparent 0%, rgba(251, 251, 251, 0.25) 50%, transparent 100%);
  transform: skewX(-15deg);
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .footer__cta:hover::before {
    animation: btn-shine 0.6s ease-out forwards;
  }
}
.footer__cta.is-animated::before {
  animation: btn-shine 0.6s ease-out forwards;
}

.footer__cta-label {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans JP", Arial, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 0.4694835681vw + 13.2394366197px, 20px);
  letter-spacing: 0.08em;
}

.footer__cta-sub {
  padding-top: clamp(4px, 0.7511737089vw + 1.1830985915px, 12px);
  font-family: "Karla", sans-serif;
  font-weight: 400;
  font-size: clamp(11px, 0.4694835681vw + 9.2394366197px, 16px);
  letter-spacing: 0.05em;
}

.footer__nav-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 32px;
}
@media (min-width: 820px) and (max-width: 1250px) {
  .footer__nav-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 819px) {
  .footer__nav-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 20px;
  }
}

.footer__nav-row {
  display: flex;
  align-items: center;
  min-height: 20px;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(26, 24, 25, 0.15);
  margin-bottom: 14px;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  padding-left: 0;
  padding-right: 0;
  font-family: "Karla", sans-serif;
  color: inherit;
  text-align: left;
  cursor: default;
}

.footer__nav-heading {
  display: block;
  flex: 1;
  font-family: "Karla", sans-serif;
  font-size: 0.6875rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #1a1819;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.footer__nav-heading-jp {
  display: none;
}
@media (max-width: 819px) {
  .footer__nav-heading-jp {
    display: block;
    margin-top: 4px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans JP", Arial, sans-serif;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: none;
    color: #666562;
  }
}

.footer__nav-toggle {
  display: none;
}
.footer__nav-toggle svg {
  width: 14px;
  height: 14px;
  display: block;
}

.footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 819px) {
  .footer__nav-list {
    gap: 16px;
    padding: 4px 0 14px;
  }
}
.footer__nav-list a {
  position: relative;
  --marker-width: 8px;
  padding-left: calc(var(--marker-width) + 6px);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans JP", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #1a1819;
  text-decoration: none;
}
.footer__nav-list a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: var(--marker-width);
  height: 1px;
  background-color: currentColor;
  opacity: 0.2;
}
@media (max-width: 819px) {
  .footer__nav-list--single {
    display: none;
  }
}

@media (max-width: 819px) {
  .footer__nav-col--collapsible .footer__nav-row {
    cursor: pointer;
  }
  .footer__nav-col--collapsible .footer__nav-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .footer__nav-col--collapsible.is-open .footer__nav-toggle {
    transform: rotate(45deg);
  }
  .footer__nav-col--collapsible .footer__nav-list {
    display: none;
    padding: 4px 0 14px;
  }
  .footer__nav-col--collapsible.is-open .footer__nav-list {
    display: flex;
  }
}
.footer__nav-col--entry {
  grid-column: span 3;
}
@media (max-width: 819px) {
  .footer__nav-col--entry {
    grid-column: span 1;
  }
}

@media (min-width: 820px) {
  .footer__nav-col--entry .footer__nav-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto);
    grid-auto-flow: column;
    -moz-column-gap: 32px;
         column-gap: 32px;
    row-gap: 8px;
  }
}

.footer__bottom {
  border-top: 1px solid rgba(26, 24, 25, 0.08);
  padding: 20px 40px;
}
@media (max-width: 819px) {
  .footer__bottom {
    padding: 20px;
  }
}

.footer__bottom-inner {
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 820px) and (max-width: 1250px) {
  .footer__bottom-inner {
    align-items: center;
  }
}
@media (max-width: 819px) {
  .footer__bottom-inner {
    flex-direction: column-reverse;
    align-items: center;
    gap: 16px;
  }
}

.footer__copyright {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans JP", Arial, sans-serif;
  font-size: 0.5rem;
  color: #666562;
}

.footer__sns {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer__sns-link {
  display: block;
  line-height: 0;
  color: #1a1819;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.footer__sns-link:hover {
  opacity: 0.5;
}
.footer__sns-link svg {
  width: 18px;
  height: 18px;
  display: block;
}

.parallax-img {
  position: relative;
  overflow: hidden;
}
.parallax-img picture {
  display: block;
  width: 100%;
  height: 100%;
}
.parallax-img .parallax-img__target {
  position: absolute;
  top: -40%;
  left: 0;
  width: 100%;
  height: 140%;
  -o-object-fit: cover;
     object-fit: cover;
}

.vertical-title {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.vertical-title__label {
  order: 2;
  white-space: nowrap;
  writing-mode: vertical-rl;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans JP", Arial, sans-serif;
  font-size: clamp(11px, 0.2816901408vw + 9.9436619718px, 14px);
  line-height: 1.4;
  letter-spacing: 0.4em;
  position: relative;
  padding-top: 50px;
}
.vertical-title__label::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 35px;
  background-color: #666562;
}
.vertical-title__label.min-jp {
  font-family: "Shippori Mincho B1", serif;
}
.vertical-title__main {
  order: 1;
  white-space: nowrap;
  writing-mode: vertical-rl;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans JP", Arial, sans-serif;
  font-weight: 400;
  font-size: 31px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-right: clamp(10px, 1.3145539906vw + 5.0704225352px, 24px);
}
@media (max-width: 1250px) {
  .vertical-title__main {
    font-size: 23px;
  }
}
.vertical-title__main.min-jp {
  font-family: "Shippori Mincho B1", serif;
  font-feature-settings: "vpal", "vkrn";
}

.page-intro:has(.page-intro__title.is-static) {
  position: relative;
  z-index: 100;
}

.page-intro {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
  margin-bottom: clamp(30px, 0.9389671362vw + 26.4788732394px, 40px);
  --intro-gap: 90px;
}
@media (min-width: 820px) and (max-width: 1250px) {
  .page-intro {
    --intro-gap: 62px;
  }
}
@media (max-width: 819px) {
  .page-intro {
    --intro-gap: 43px;
  }
}
.page-intro__sr-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.page-intro--title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(var(--intro-gap) * 1.6);
  padding: 0;
  margin-bottom: 0;
}
.page-intro__title {
  display: flex;
  justify-content: center;
  font-family: "Karla", sans-serif;
  font-weight: 500;
  font-size: clamp(28px, 3.3802816901vw + 15.323943662px, 64px);
  line-height: 1;
  letter-spacing: 0.2em;
}
.page-intro__char {
  display: inline-block;
  white-space: pre;
  will-change: transform, opacity;
}
.page-intro__canvas {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.page-intro__row {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  font-family: "Karla", sans-serif;
  font-weight: 500;
  line-height: 0.8;
  font-size: clamp(16px, 1.1267605634vw + 11.7746478873px, 28px);
  letter-spacing: 0.2em;
  will-change: transform;
}
.page-intro__row--fill {
  color: #fbfbfb;
  animation: page-intro-marquee-left 10s linear infinite;
  filter: blur(0.07em);
}
.page-intro .page-intro__item {
  flex-shrink: 0;
  padding-right: clamp(6px, 0.9389671362vw + 2.4788732394px, 16px);
}
.page-intro__row--outline {
  display: none;
  color: transparent;
  -webkit-text-stroke: 1.2px rgba(125, 127, 118, 0.4);
  animation: page-intro-marquee-right 10s linear infinite;
  margin-top: -0.3125em;
  position: relative;
  z-index: 1;
}

@keyframes page-intro-marquee-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes page-intro-marquee-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
.layout-text-img__inner {
  display: grid;
  grid-template-columns: minmax(380px, 900px) 380px;
  gap: 60px;
  align-items: center;
  max-width: 1360px;
  margin: 0 auto;
}
.layout-text-img__inner .text-box {
  width: 100%;
}
@media (max-width: 899px) {
  .layout-text-img__inner {
    grid-template-columns: 1fr;
    gap: 46px;
  }
}
@media (max-width: 819px) {
  .layout-text-img__inner {
    grid-template-columns: 1fr;
    gap: 46px;
  }
}
.layout-text-img__visual {
  width: 100%;
  aspect-ratio: 900/600;
  overflow: hidden;
  /*img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }*/
}
@media (max-width: 819px) {
  .layout-text-img__visual {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
  }
}
.layout-text-img--wide {
  padding: 0;
}
@media (min-width: 1341px) {
  .layout-text-img--wide {
    max-width: 1341px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1360px) {
  .layout-text-img--wide {
    padding-right: 40px;
  }
}
@media (max-width: 819px) {
  .layout-text-img--wide {
    padding: 0 20px;
  }
}
.layout-text-img--wide .layout-text-img__inner {
  max-width: none;
  margin: 0;
}
.layout-text-img--reverse .layout-text-img__inner {
  grid-template-columns: 380px minmax(380px, 1fr);
}
@media (max-width: 899px) {
  .layout-text-img--reverse .layout-text-img__inner {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 819px) {
  .layout-text-img--reverse .layout-text-img__inner {
    grid-template-columns: 1fr;
  }
}
.layout-text-img--reverse .layout-text-img__visual {
  order: 2;
}
@media (max-width: 899px) {
  .layout-text-img--reverse .layout-text-img__visual {
    order: initial;
  }
}
@media (max-width: 819px) {
  .layout-text-img--reverse .layout-text-img__visual {
    order: initial;
  }
}
.layout-text-img--reverse .text-box {
  order: 1;
}
@media (max-width: 899px) {
  .layout-text-img--reverse .text-box {
    order: initial;
  }
}
@media (max-width: 819px) {
  .layout-text-img--reverse .text-box {
    order: initial;
  }
}
.layout-text-img--wide.layout-text-img--reverse .layout-text-img__inner {
  margin: 0 0 0 auto;
}
@media (max-width: 819px) {
  .layout-text-img--wide.layout-text-img--reverse .layout-text-img__inner {
    margin: 0;
  }
}
@media (max-width: 1360px) {
  .layout-text-img--wide.layout-text-img--reverse {
    padding-right: 0;
    padding-left: 40px;
  }
}
@media (max-width: 819px) {
  .layout-text-img--wide.layout-text-img--reverse {
    padding: 0 20px;
  }
}

.title-media__head {
  text-align: center;
}
.title-media__visual {
  width: 100%;
  max-width: 1360px;
  height: 500px;
  margin: 0 auto;
  overflow: hidden;
}
.title-media__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 819px) {
  .title-media__visual {
    height: auto;
    aspect-ratio: 4/3;
  }
}
.title-media__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 3.7558685446vw + 25.9154929577px, 80px);
  padding-top: clamp(40px, 2.2535211268vw + 31.5492957746px, 64px);
}
@media (max-width: 819px) {
  .title-media__body {
    grid-template-columns: 1fr;
    gap: clamp(32px, 1.5023474178vw + 26.3661971831px, 48px);
  }
}
.title-media__body .text-box {
  width: 100%;
}
.title-media__body .text-box .ttl-group {
  margin-bottom: clamp(20px, 0.3755868545vw + 18.5915492958px, 24px);
}
@media (max-width: 819px) {
  .title-media .btns--center {
    justify-content: flex-start;
  }
}

.join-seminar {
  position: relative;
  padding: 160px 20px;
  background: #1a1819 url("/assets/images/top/join_bg.webp") 50% 50%/cover no-repeat;
  color: #fbfbfb;
  overflow: hidden;
}
@media (max-width: 819px) {
  .join-seminar {
    padding: 60px 20px;
    background: #1a1819 url("/assets/images/top/join_bg.webp") 70% 50%/cover no-repeat;
  }
}
.join-seminar .ttl-en,
.join-seminar .ttl-lead {
  color: #fbfbfb;
}
.join-seminar__nav {
  margin-top: 48px;
}
.join-seminar__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(36px, 1.1267605634vw + 31.7746478873px, 48px);
}
.join-seminar__item {
  margin: 0 auto;
  width: 100%;
  max-width: 580px;
}
.join-seminar__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 30px 20px;
  text-decoration: none;
  border-radius: 999px;
  box-sizing: border-box;
  overflow: hidden;
}
@media (max-width: 819px) {
  .join-seminar__btn {
    padding: 18px 20px;
  }
}
.join-seminar__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  transform: skewX(-15deg);
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .join-seminar__btn:hover::before {
    animation: btn-shine 0.6s ease-out forwards;
  }
}
.join-seminar__btn.is-animated::before {
  animation: btn-shine 0.6s ease-out forwards;
}
.join-seminar__btn--light {
  background-color: rgb(246, 247, 248);
  color: #1a1819;
}
.join-seminar__btn--light::before {
  background: linear-gradient(to right, transparent 0%, rgba(26, 24, 25, 0.08) 50%, transparent 100%);
}
.join-seminar__btn--dark {
  background-color: #1a1819;
  color: #fbfbfb;
  border: 1px solid #fbfbfb;
}
.join-seminar__btn--dark::before {
  background: linear-gradient(to right, transparent 0%, rgba(251, 251, 251, 0.25) 50%, transparent 100%);
}
.join-seminar__btn-icon {
  position: absolute;
  left: calc(50% - 190px);
  top: 50%;
  transform: translate(-100%, -50%);
  width: clamp(26px, 0.7511737089vw + 23.1830985915px, 34px);
  height: clamp(26px, 0.7511737089vw + 23.1830985915px, 34px);
}
@media (max-width: 819px) {
  .join-seminar__btn-icon {
    left: calc(50% - 100px);
  }
}
.join-seminar__btn-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.join-seminar__btn-text {
  position: relative;
  display: block;
  width: 380px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 819px) {
  .join-seminar__btn-text {
    width: 200px;
  }
}
.join-seminar__btn-jp {
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans JP", Arial, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 0.4694835681vw + 13.2394366197px, 20px);
  letter-spacing: 0.08em;
}
.join-seminar__btn-en {
  display: block;
  padding-top: clamp(4px, 0.7511737089vw + 1.1830985915px, 12px);
  font-family: "Karla", sans-serif;
  font-weight: 400;
  font-size: clamp(11px, 0.4694835681vw + 9.2394366197px, 16px);
  letter-spacing: 0.05em;
}

.category-layout {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 48px;
  align-items: start;
}
@media (max-width: 819px) {
  .category-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.category-layout__sidebar {
  position: sticky;
  top: 104px;
}
@media (max-width: 819px) {
  .category-layout__sidebar {
    position: sticky;
    top: 60px;
    z-index: 10;
    margin-inline: -20px;
    padding: 12px 20px;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 6px 12px 0 rgba(193, 199, 204, 0.1);
  }
}

.category-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: clamp(32px, 1.5023474178vw + 26.3661971831px, 48px);
}
@media (max-width: 819px) {
  .category-tags {
    margin-bottom: 0;
  }
}
.category-tags__item {
  display: inline-flex;
  align-items: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans JP", Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
  padding: 10px 20px;
  border: 1px solid rgba(185, 182, 182, 0.8);
  border-radius: 100px;
  background-color: #fbfbfb;
  color: #1a1819;
  cursor: pointer;
  transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (hover: hover) and (pointer: fine) {
  .category-tags__item:hover {
    border-color: #1a1819;
  }
}
.category-tags__item.is-active {
  background-color: #1a1819;
  border-color: #1a1819;
  color: #fbfbfb;
}
.category-tags--vertical {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
}
@media (max-width: 819px) {
  .category-tags--vertical {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.faq__list {
  list-style: none;
  margin: clamp(40px, 3.7558685446vw + 25.9154929577px, 80px) 0 0;
  padding: 0;
}
.faq__item {
  background-color: #eeeeee;
  border-top: 1px solid rgba(102, 101, 98, 0.25);
  transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.faq__item:hover {
  background-color: rgba(102, 101, 98, 0.2);
}
.faq__item:last-child {
  border-bottom: 1px solid rgba(102, 101, 98, 0.25);
}
.faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 24px 32px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans JP", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #1a1819;
}
.faq__question::before {
  content: "Q";
  flex-shrink: 0;
  font-family: "Karla", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  margin-right: 16px;
}
@media (max-width: 819px) {
  .faq__question {
    padding: 16px 12px;
  }
}
.faq__q-text {
  flex: 1;
}
.faq__icon {
  position: relative;
  flex-shrink: 0;
  margin-left: auto;
  width: 16px;
  height: 16px;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.faq__icon::before, .faq__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #1a1819;
}
.faq__icon::before {
  width: 100%;
  height: 1px;
  transform: translate(-50%, -50%);
}
.faq__icon::after {
  width: 1px;
  height: 100%;
  transform: translate(-50%, -50%);
}
.faq__question[aria-expanded=true] .faq__icon {
  transform: rotate(45deg);
}
.faq__answer {
  overflow: hidden;
  background-color: #fbfbfb;
  transition: max-height 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.faq__answer p {
  display: flex;
  align-items: baseline;
  padding: 24px 32px;
}
.faq__answer p::before {
  content: "A";
  flex-shrink: 0;
  font-family: "Karla", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  margin-right: 16px;
}
@media (max-width: 819px) {
  .faq__answer p {
    padding: 16px 12px;
  }
}

.news__card {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 32px 24px;
  background-color: rgb(246, 247, 248);
  border: 1px solid #fbfbfb;
  box-shadow: 8px 8px 16px #d1d1d1, -8px -8px 16px #ffffff;
  text-decoration: none;
  color: #1a1819;
}
@media (max-width: 819px) {
  .news__card {
    padding: 10px;
  }
}
.news__card-visual {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.news__card-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news__card-body {
  flex-shrink: 0;
  margin-top: 16px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 819px) {
  .news__card-body {
    margin-top: 10px;
  }
}
.news__card-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
@media (max-width: 819px) {
  .news__card-meta {
    gap: 6px;
  }
}
.news__date {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans JP", Arial, sans-serif;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #666562;
}
@media (max-width: 819px) {
  .news__date {
    font-size: 12px;
    letter-spacing: 0;
  }
}
.news__badge {
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans JP", Arial, sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.18em;
  padding: 4px 2px;
}
@media (min-width: 820px) and (max-width: 1250px) {
  .news__badge {
    font-size: 58%;
  }
}
@media (max-width: 819px) {
  .news__badge {
    font-size: 10px;
    padding: 2px 12px;
    width: 90px;
  }
}
.news__badge--important {
  background-color: rgba(102, 101, 98, 0.2);
  color: #1a1819;
}
.news__badge--category {
  background-color: #fbfbfb;
  border: 1px solid rgba(185, 182, 182, 0.8);
  color: #1a1819;
}
.news__title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans JP", Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #1a1819;
  margin: 12px 0 0;
  text-wrap: wrap;
  padding: 12px 0;
  border-top: 1px solid rgba(185, 182, 182, 0.8);
  border-bottom: 1px solid rgba(185, 182, 182, 0.8);
}
.news__empty {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans JP", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #666562;
  text-align: center;
  margin: clamp(32px, 1.5023474178vw + 26.3661971831px, 48px) 0 0;
  padding: 40px 0;
}

.salon-search__sticky {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 15px 0;
  position: sticky;
  top: 80px;
  z-index: 15;
  background-color: rgb(246, 247, 248);
}
@media (max-width: 819px) {
  .salon-search__sticky {
    top: 60px;
    box-shadow: 0 6px 12px 0 rgba(193, 199, 204, 0.1);
    padding: 1px 0 15px;
  }
}
.salon-search__sticky {
  /*&.is-stuck {
    padding: 20px 0;
  }*/
}
.salon-search__form {
  position: relative;
}
.salon-search__bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}
@media (max-width: 1250px) {
  .salon-search__bar {
    gap: 28px;
  }
}
@media (max-width: 819px) {
  .salon-search__bar {
    gap: 22px;
  }
}
.salon-search__bar > .salon-search__group {
  flex: 1 1 0;
}
@media (max-width: 1250px) {
  .salon-search__bar {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
  }
}
@media (min-width: 820px) and (max-width: 1250px) {
  .salon-search__bar {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .salon-search__bar > .salon-search__group {
    flex: 1 1 100%;
  }
  .salon-search__bar > .salon-search__group:nth-child(2),
  .salon-search__bar > .salon-search__group:nth-child(3) {
    flex: 1 1 calc(50% - 6px);
  }
}
.salon-search__group {
  position: static;
}
@media (max-width: 1250px) {
  .salon-search__group {
    position: relative;
  }
}
.salon-search__note {
  display: none;
}
@media (max-width: 1250px) {
  .salon-search__note {
    display: inline;
    padding-left: 10px;
    font-size: 12px;
    color: #666562;
  }
}
.salon-search__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
@media (min-width: 820px) and (max-width: 1250px) {
  .salon-search__actions {
    flex: 1 1 100%;
  }
}
.salon-search__field {
  position: relative;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #eee;
  border-radius: 4px;
  padding: 10px 24px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans JP", Arial, sans-serif;
  font-size: inherit;
  background-color: #fbfbfb;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.salon-search__field[aria-expanded=true] {
  border-color: #1a1819;
}
.salon-search__submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 4px;
  padding: 10px 40px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans JP", Arial, sans-serif;
  font-size: inherit;
  background-color: #1a1819;
  color: #fbfbfb;
  border: 3px solid #1a1819;
  cursor: pointer;
}
.salon-search__reset {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 4px;
  padding: 10px 40px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans JP", Arial, sans-serif;
  font-size: inherit;
  background-color: #eee;
  color: #666562;
  border: 3px solid #eee;
  cursor: pointer;
}
.salon-search__panel {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  width: 100%;
  padding: 16px 8px;
  background-color: #fbfbfb;
  box-shadow: 0 6px 12px 0 rgba(193, 199, 204, 0.1);
}
.salon-search__genre, .salon-search__keyword-chip, .salon-search__area-pref {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 3px solid rgba(102, 101, 98, 0.2);
  border-radius: 4px;
  padding: 8px 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans JP", Arial, sans-serif;
  font-size: inherit;
  letter-spacing: 0.08em;
  background-color: #fbfbfb;
  color: #1a1819;
  cursor: pointer;
  transition: border-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.salon-search__genre[aria-pressed=true], .salon-search__genre.is-active, .salon-search__keyword-chip[aria-pressed=true], .salon-search__keyword-chip.is-active, .salon-search__area-pref[aria-pressed=true], .salon-search__area-pref.is-active {
  border: 3px solid #1a1819;
}
@media (max-width: 819px) {
  .salon-search__genre, .salon-search__keyword-chip, .salon-search__area-pref {
    padding: 6px 14px;
  }
}
.is-search-open .salon-search__genre, .is-search-open .salon-search__keyword-chip, .is-search-open .salon-search__area-pref {
  font-size: 13px;
  padding: 5px 12px;
}
.salon-search__genre-list, .salon-search__keyword-list, .salon-search__area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.salon-search__trigger {
  display: none;
}
.salon-search__selected {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 8px;
}
.salon-search__selected[hidden] {
  display: none;
}
@media (max-width: 1250px) {
  .salon-search__selected {
    display: none;
  }
}
.salon-search__trigger-label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
}
.salon-search__trigger-chip {
  padding: 2px 16px;
  border-radius: 999px;
  background-color: #1a1819;
  color: #fbfbfb;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
@media (max-width: 1250px) {
  .salon-search__trigger-chip {
    padding: 2px 10px;
  }
}
@media (max-width: 819px) {
  .salon-search__trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    padding: 14px 18px;
    border: none;
    border-bottom: 1px solid #1a1819;
    background: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans JP", Arial, sans-serif;
    font-size: 16px;
    color: #1a1819;
    cursor: pointer;
  }
  .salon-search__trigger-icon {
    flex: 0 0 auto;
    width: 10px;
    height: 10px;
    border-right: 1px solid #1a1819;
    border-bottom: 1px solid #1a1819;
    transform: rotate(45deg);
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .salon-search__trigger[aria-expanded=true] .salon-search__trigger-icon {
    transform: rotate(-135deg);
  }
  .salon-search__form {
    display: none;
  }
}
@media (max-width: 819px) {
  .is-search-open .salon-search__sticky {
    position: fixed;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 40px);
    margin-left: 0;
    height: calc(100dvh - 60px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  .is-search-open .salon-search__form {
    display: block;
    padding: 30px 0 0;
  }
}
@media (min-width: 820px) and (max-width: 1250px) {
  .salon-search__trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px 18px;
    border: none;
    border-bottom: 1px solid rgba(185, 182, 182, 0.8);
    background: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans JP", Arial, sans-serif;
    font-size: 14px;
    color: #1a1819;
    cursor: pointer;
  }
  .salon-search__trigger-icon {
    width: 10px;
    height: 10px;
    border-right: 1px solid #1a1819;
    border-bottom: 1px solid #1a1819;
    transform: rotate(45deg);
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .salon-search__trigger[aria-expanded=true] .salon-search__trigger-icon {
    transform: rotate(-135deg);
  }
  .salon-search__form {
    display: none;
  }
  .is-search-open .salon-search__sticky {
    position: fixed;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 80px);
    margin-left: 0;
    min-height: calc(100dvh - 80px);
    max-height: calc(100dvh - 80px);
    overflow-y: auto;
  }
  .is-search-open .salon-search__form {
    display: block;
    padding: 20px 0 0;
  }
}
@media (max-width: 1250px) {
  .salon-search__field {
    border: none;
    border-radius: 0;
    padding: 0 0 8px;
    border-bottom: 2px solid rgba(185, 182, 182, 0.8);
    text-align: left;
    background-color: transparent;
    color: #1a1819;
    cursor: default;
  }
  .salon-search__field::before {
    display: none;
  }
  .salon-search__field[aria-expanded=true] {
    border: none;
  }
  .salon-search__panel {
    position: static;
    width: auto;
    padding: 8px 0 0;
    border: none;
    box-shadow: none;
    background-color: transparent;
  }
  .salon-search__panel[hidden] {
    display: block;
  }
}
.salon-search__field.has-selection {
  color: #1a1819;
  border: 3px solid rgba(185, 182, 182, 0.8);
}
@media (max-width: 1250px) {
  .salon-search__field.has-selection {
    background-color: #eee;
    color: #1a1819;
    border: none;
    padding: 10px;
  }
}
@media (max-width: 1250px) {
  .salon-search__reset, .salon-search__submit {
    flex: 1;
  }
}

.salon-badge {
  display: inline-flex;
  align-items: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans JP", Arial, sans-serif;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.08em;
  line-height: 0.9;
  white-space: nowrap;
}
.salon-badge--premium, .salon-badge--elite, .salon-badge--certified, .salon-badge--registered {
  flex-direction: column;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  flex-shrink: 0;
}
@media (max-width: 819px) {
  .salon-badge--premium, .salon-badge--elite, .salon-badge--certified, .salon-badge--registered {
    width: 60px;
    height: 60px;
  }
}
.salon-badge__en {
  font-family: "Karla", sans-serif;
  font-size: 11px;
  letter-spacing: 0;
}
@media (max-width: 819px) {
  .salon-badge__en {
    font-size: 10px;
  }
}
.salon-badge__jp {
  font-size: 11px;
  margin-top: 5px;
}
@media (max-width: 819px) {
  .salon-badge__jp {
    font-size: 10px;
  }
}
.salon-badge--premium {
  background: linear-gradient(315deg, white, #a8882a 45%, rgb(66, 53.4285714286, 16.5));
  color: #fbfbfb;
}
.salon-badge--elite {
  background: linear-gradient(315deg, white, #98a5ab 40%, rgb(64.9090909091, 74.9545454545, 79.5909090909));
  color: #fbfbfb;
}
.salon-badge--certified {
  /*background: linear-gradient(
    315deg,
    lighten($badge-certified, 25%),
    $badge-certified 55%,
    $badge-certified
  );*/
  background-color: #45474c;
  color: #fbfbfb;
}
.salon-badge--registered {
  /*border: 1px solid $color-light-line;
  background-clip: padding-box;
  background: linear-gradient(
    315deg,
    $badge-registered,
    darken($badge-registered, 4%)
  );*/
  background-color: #ececee;
  color: #1a1819;
}
.salon-badge--tag-paraspa {
  padding: 4px 6px;
  background-color: #afb8d1;
  color: #1a1819;
}
.salon-badge--tag-lucent {
  padding: 4px 6px;
  background-color: #d8bfd8;
  color: #1a1819;
}

.salon-legend {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
}
.salon-legend__item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  color: #666562;
}
.salon-legend .salon-badge--premium,
.salon-legend .salon-badge--elite,
.salon-legend .salon-badge--certified,
.salon-legend .salon-badge--registered {
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 3px 8px;
}
.salon-legend .salon-badge--registered {
  color: #1a1819;
}
.salon-legend .salon-badge--tag-paraspa,
.salon-legend .salon-badge--tag-lucent {
  padding: 3px 8px;
}

.salon-list__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(185, 182, 182, 0.8);
}
.salon-list__count {
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #666562;
}
.salon-list__pref {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-top: 32px;
  margin-bottom: 12px;
}
.salon-list__pref::before {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background-color: #1a1819;
}
.salon-list__pref[hidden] {
  display: none;
}
.salon-list__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 24px;
  padding: 14px;
  border-bottom: 1px solid rgba(185, 182, 182, 0.8);
}
@media (max-width: 819px) {
  .salon-list__row {
    gap: 6px;
  }
}
.salon-list__row[hidden] {
  display: none;
}
@media (max-width: 819px) {
  .salon-list__row {
    padding: 14px 0;
  }
}
.salon-list__rank {
  flex-shrink: 0;
}
.salon-list__detail {
  flex: 1;
  min-width: 0;
}
.salon-list__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
@media (max-width: 819px) {
  .salon-list__tags {
    gap: 3px;
  }
}
.salon-list__tags .salon-list__icon-link {
  margin-left: 6px;
}
@media (max-width: 819px) {
  .salon-list__tags .salon-list__icon-link {
    margin-left: 8px;
  }
}
.salon-list__name {
  font-weight: 500;
  font-size: clamp(16px, 0.1877934272vw + 15.2957746479px, 18px);
  letter-spacing: 0.08em;
  color: #1a1819;
  padding: 8px 0;
}
@media (max-width: 819px) {
  .salon-list__name {
    line-height: 1.3;
  }
}
.salon-list__info {
  width: 100%;
}
.salon-list__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  padding-top: 0;
}
.salon-list__address {
  min-width: 0;
  line-height: 1.5;
  color: inherit;
}
.salon-list__icon {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.salon-list__icon svg {
  width: 14px;
  height: 14px;
}
.salon-list__action {
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
  padding: 2px 10px;
  border: 1px solid rgba(185, 182, 182, 0.8);
  border-radius: 4px;
  font-family: "Karla", sans-serif;
  font-size: 11px;
  letter-spacing: 0.15em;
  color: #666562;
  text-decoration: none;
  white-space: nowrap;
}
.salon-list__action--call {
  display: none;
}
.salon-list__note {
  display: inline-block;
  font-size: 11px;
  color: #666562;
}
.salon-list__tel {
  text-decoration: none;
  white-space: nowrap;
}
@media (hover: hover) and (pointer: fine) {
  .salon-list__tel {
    pointer-events: none;
    cursor: default;
  }
}
.salon-list__icons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.salon-list__icon-link {
  display: inline-flex;
  align-items: center;
}
.salon-list__icon-link svg {
  width: 18px;
  height: 18px;
  stroke: #1a1819;
  color: #1a1819;
}
.salon-list__empty {
  padding: 60px 0;
  text-align: center;
}

.is-touch .salon-list__action--call {
  display: inline-block;
}

.dealer-list .form-tabs {
  margin-top: 40px;
}
.dealer-list__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 16px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(185, 182, 182, 0.8);
}
@media (max-width: 1250px) {
  .dealer-list__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
@media (max-width: 819px) {
  .dealer-list__row {
    padding: 10px 0;
  }
}
.dealer-list__name {
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans JP", Arial, sans-serif;
  font-size: 14px;
  color: #1a1819;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.dealer-list__contact {
  padding-top: 0;
  flex: 0 0 100%;
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0 1.5em;
}
@media (max-width: 1250px) {
  .dealer-list__contact {
    flex-direction: column;
    gap: 0;
  }
}
.dealer-list__address {
  padding-top: 0;
}
.dealer-list__map {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: 12px;
}
@media (max-width: 819px) {
  .dealer-list__map {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 0;
    margin-top: 6px;
  }
}
@media (max-width: 819px) {
  .dealer-list__address-text {
    display: inline-block;
  }
}
.dealer-list__note, .dealer-list__extra {
  padding-top: 0;
}
.dealer-list__extra span + span {
  margin-left: 12px;
}
.dealer-list__icon {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.dealer-list__icon svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  color: currentColor;
}
.dealer-list__icon-link {
  display: inline-flex;
}
.dealer-list__icon-link svg {
  width: 18px;
  height: 18px;
  stroke: #1a1819;
  color: #1a1819;
}

.product-category-trigger {
  display: none;
}

@media (max-width: 819px) {
  .product-category-sidebar {
    position: sticky;
    top: 60px;
    z-index: 10;
    background-color: rgb(246, 247, 248);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: 0 6px 12px 0 rgba(193, 199, 204, 0.1);
    padding-bottom: 12px;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .product-category-sidebar.is-open {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    width: 100%;
    margin-left: 0;
    min-height: calc(100dvh - 60px);
    overflow-y: auto;
  }
  .product-category-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px 25px;
    border: none;
    border-bottom: 1px solid rgba(185, 182, 182, 0.8);
    background: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans JP", Arial, sans-serif;
    font-size: 14px;
    color: #1a1819;
  }
  .product-category-trigger__icon {
    display: inline-flex;
    width: 10px;
    height: 10px;
    border-right: 1px solid #1a1819;
    border-bottom: 1px solid #1a1819;
    transform: rotate(45deg);
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .product-category-trigger[aria-expanded=true] .product-category-trigger__icon {
    transform: rotate(-135deg);
  }
  .product-category-sidebar .category-tags {
    display: none;
    flex-direction: column;
    gap: 0;
    margin-top: 4px;
  }
  .product-category-sidebar.is-open .category-tags {
    display: flex;
  }
  .product-category-sidebar .category-tags__item {
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(185, 182, 182, 0.8);
    padding: 14px 40px;
    text-align: left;
    background: none;
  }
  .product-category-sidebar .category-tags__item.is-active {
    background: none;
    color: #1a1819;
    font-weight: 700;
  }
}
.product-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  padding-bottom: clamp(24px, 0.7511737089vw + 21.1830985915px, 32px);
  border-bottom: 1px solid rgba(185, 182, 182, 0.8);
}
.product-panel__empty {
  padding: 60px 0;
  color: #666562;
  text-align: center;
}

.product-line {
  padding-top: clamp(32px, 1.5023474178vw + 26.3661971831px, 48px);
}
.product-line + .product-line {
  margin-top: clamp(32px, 1.5023474178vw + 26.3661971831px, 48px);
  border-top: 1px solid rgba(185, 182, 182, 0.8);
}
.product-line__ttl {
  margin-bottom: clamp(20px, 0.7511737089vw + 17.1830985915px, 28px);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(20px, 1.1267605634vw + 15.7746478873px, 32px) 16px;
}
@media (min-width: 820px) and (max-width: 1250px) {
  .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 819px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #1a1819;
  z-index: 3;
}
.product-card__visual {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.product-card__visual .product-card__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  overflow: hidden;
}
.product-card .product-card__new {
  position: absolute;
  top: -14px;
  left: -15px;
  width: 45%;
  max-width: 70px;
  z-index: 4;
}
.product-card .product-card__new svg {
  display: block;
  width: 100%;
  height: auto;
}
.product-card__name {
  margin-top: 12px;
  font-size: clamp(12px, 0.1877934272vw + 11.2957746479px, 14px);
  text-align: center;
  color: #1a1819;
}

.lp-editorial > section,
.lp-editorial section > section {
  padding-left: 0;
  padding-right: 0;
}
.lp-editorial {
  --u: 2.6666666667vw;
}
@media (min-width: 820px) and (max-width: 1250px) {
  .lp-editorial {
    --u: 0.78125vw;
  }
}
@media (min-width: 1251px) {
  .lp-editorial {
    --u: 0.78125vw;
  }
}
.lp-editorial {
  color: #fbfbfb;
  position: relative;
}
.lp-editorial a:not(.join-seminar__btn) {
  color: #fbfbfb;
  text-decoration: none;
}
.lp-editorial__hero {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100dvh;
  background: #1a1819 center center/cover no-repeat;
}
.lp-editorial__hero-pr {
  position: absolute;
  top: calc(2.5 * var(--u));
  right: calc(2.5 * var(--u));
}
.lp-editorial__hero-pr span {
  display: inline-block;
  line-height: 1;
  padding: 0.025em 0.2em 0.2em 0.3em;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: #1a1819;
  background: #fbfbfb;
  border-radius: 0.2em;
}
.lp-editorial__hero-main {
  position: absolute;
  left: calc(6.5 * var(--u));
  bottom: calc(2.5 * var(--u));
}
@media (max-width: 819px) {
  .lp-editorial__hero-main {
    left: calc(2.5 * var(--u));
  }
}
.lp-editorial__intro {
  position: relative;
  z-index: 2;
  background: #1a1819;
  padding: calc(2.5 * var(--u));
}
@media (min-width: 820px) and (max-width: 1250px) {
  .lp-editorial__intro {
    padding: calc(11.5 * var(--u)) calc(5 * var(--u)) calc(15 * var(--u));
  }
}
@media (min-width: 1251px) {
  .lp-editorial__intro {
    padding: calc(11.5 * var(--u)) calc(5 * var(--u)) calc(15 * var(--u));
  }
}
@media (min-width: 820px) and (max-width: 1250px) {
  .lp-editorial__intro-inner {
    max-width: calc(104 * var(--u));
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 1251px) {
  .lp-editorial__intro-inner {
    max-width: calc(104 * var(--u));
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 819px) {
  .lp-editorial__intro-logo {
    margin-bottom: calc(3.5 * var(--u));
  }
}
@media (min-width: 820px) and (max-width: 1250px) {
  .lp-editorial__intro-logo {
    width: 35%;
  }
}
@media (min-width: 1251px) {
  .lp-editorial__intro-logo {
    width: 35%;
  }
}
.lp-editorial__intro-logo img {
  width: auto;
  max-height: 60px;
}
@media (min-width: 820px) and (max-width: 1250px) {
  .lp-editorial__intro-text {
    width: 54%;
  }
}
@media (min-width: 1251px) {
  .lp-editorial__intro-text {
    width: 54%;
  }
}
.lp-editorial__story {
  overflow: hidden;
}
.lp-editorial__story-top {
  position: relative;
}
@media (min-width: 1251px) {
  .lp-editorial__story-top {
    display: flex;
    align-items: center;
    min-height: min(104 * var(--u) * 1440 / 2080, 100dvh - 80px);
  }
}
.lp-editorial__story-photo {
  padding-left: calc(2 * var(--u));
  z-index: 12;
  position: relative;
}
@media (min-width: 820px) and (max-width: 1250px) {
  .lp-editorial__story-photo {
    padding-left: calc(4 * var(--u));
  }
}
@media (min-width: 1251px) {
  .lp-editorial__story-photo {
    width: calc(104 * var(--u));
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
}
.lp-editorial__story-photo figure {
  position: relative;
  overflow: hidden;
  aspect-ratio: 2080/1440;
}
@media (min-width: 1251px) {
  .lp-editorial__story-photo figure {
    aspect-ratio: auto;
    width: 100%;
    height: min(104 * var(--u) * 1440 / 2080, 100dvh - 80px);
  }
}
.lp-editorial__story-photo figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 15%;
     object-position: 50% 15%;
}
.lp-editorial__story-text {
  position: relative;
  z-index: 2;
  margin-top: calc(-8 * var(--u));
}
@media (min-width: 600px) and (max-width: 819px) {
  .lp-editorial__story-text {
    margin-top: calc(-4 * var(--u));
  }
}
@media (min-width: 820px) and (max-width: 1250px) {
  .lp-editorial__story-text {
    margin-top: calc(-27 * var(--u));
    padding-right: 0;
  }
}
@media (min-width: 1251px) {
  .lp-editorial__story-text {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
  }
}
.lp-editorial__story-text-inner .news-detail__body,
.lp-editorial__story-text-inner .news-body__h4 {
  color: #fbfbfb;
}
.lp-editorial__story-text-inner .deco-dot::before {
  background-color: #fbfbfb;
}
.lp-editorial__story-text-inner {
  position: relative;
  z-index: 10;
  background: #1a1819;
  padding: 130px 30px 30px;
}
@media (min-width: 820px) and (max-width: 1250px) {
  .lp-editorial__story-text-inner {
    padding: 230px 70px 50px;
  }
}
@media (min-width: 1251px) {
  .lp-editorial__story-text-inner {
    max-width: calc(54.4 * var(--u));
    padding: min(6 * var(--u), 6dvh) calc(4 * var(--u)) min(6 * var(--u), 6dvh) calc(6 * var(--u));
  }
}
.lp-editorial__story-text-inner h2 {
  position: relative;
}
.lp-editorial__story-text-inner h2::after {
  content: "";
  position: absolute;
  height: calc(0.2 * var(--u));
  background: #666562;
  width: calc(100% + calc(10 * var(--u)));
  right: calc(-10 * var(--u));
  bottom: calc(-2.3 * var(--u));
}
@media (min-width: 600px) and (max-width: 819px) {
  .lp-editorial__story-text-inner h2::after {
    bottom: calc(-1.4 * var(--u));
  }
}
@media (min-width: 820px) and (max-width: 1250px) {
  .lp-editorial__story-text-inner h2::after {
    bottom: calc(-4 * var(--u));
  }
}
@media (min-width: 1251px) {
  .lp-editorial__story-text-inner h2::after {
    bottom: calc(-2 * var(--u));
  }
}
.lp-editorial__story-text-inner--light {
  background: #fbfbfb;
  color: #1a1819;
}
.lp-editorial__story-text-inner--light .ttl-en,
.lp-editorial__story-text-inner--light .ttl-jp,
.lp-editorial__story-text-inner--light .ttl-lead,
.lp-editorial__story-text-inner--light .news-detail__body,
.lp-editorial__story-text-inner--light .news-body__h4 {
  color: #1a1819;
}
.lp-editorial__story-text-inner--light .deco-dot::before {
  background-color: #1a1819;
}
.lp-editorial__story-text-inner--light h2::after {
  background: rgba(185, 182, 182, 0.8);
}
.lp-editorial__story-under {
  background: rgb(246, 247, 248);
  color: #1a1819;
}
@media (max-width: 819px) {
  .lp-editorial__story-photo-top .lp-caption,
  .lp-editorial__story-photo-top .lp-editorial__story-caption {
    padding: calc(1 * var(--u)) calc(2.5 * var(--u)) 0 calc(2.5 * var(--u));
  }
}
@media (min-width: 820px) and (max-width: 1250px) {
  .lp-editorial__story-photo-top .lp-caption,
  .lp-editorial__story-photo-top .lp-editorial__story-caption {
    width: calc(48 * var(--u));
    margin: calc(2 * var(--u)) 0 0 calc(5 * var(--u));
  }
}
@media (min-width: 1251px) {
  .lp-editorial__story-photo-top .lp-caption,
  .lp-editorial__story-photo-top .lp-editorial__story-caption {
    width: calc(48 * var(--u));
    margin: calc(2 * var(--u)) 0 0 calc(5 * var(--u));
  }
}
@media (min-width: 820px) and (max-width: 1250px) {
  .lp-editorial__story-photo-row {
    margin-top: calc(-10 * var(--u));
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 0 calc(4 * var(--u)) 0 calc(12 * var(--u));
  }
}
@media (min-width: 1251px) {
  .lp-editorial__story-photo-row {
    margin-top: calc(-10 * var(--u));
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 0 calc(4 * var(--u)) 0 calc(12 * var(--u));
  }
}
@media (max-width: 819px) {
  .lp-editorial__story-photo-item {
    margin: calc(3.5 * var(--u)) 0 0 auto;
    width: 76%;
  }
}
@media (min-width: 820px) and (max-width: 1250px) {
  .lp-editorial__story-photo-item {
    width: 50%;
  }
}
@media (min-width: 1251px) {
  .lp-editorial__story-photo-item {
    width: 50%;
  }
}
@media (max-width: 819px) {
  .lp-editorial__story-photo-item:nth-child(2) {
    margin: calc(3.5 * var(--u)) 0 0 0;
    width: 76%;
  }
}
@media (min-width: 820px) and (max-width: 1250px) {
  .lp-editorial__story-photo-item:nth-child(2) {
    width: 43%;
    margin-top: calc(20 * var(--u));
  }
}
@media (min-width: 1251px) {
  .lp-editorial__story-photo-item:nth-child(2) {
    width: 43%;
    margin-top: calc(20 * var(--u));
  }
}
@media (max-width: 819px) {
  .lp-editorial__story-photo-item:nth-child(1) .lp-caption, .lp-editorial__story-photo-item:nth-child(1) .lp-editorial__story-caption {
    margin-top: calc(1 * var(--u));
    padding-right: calc(2.5 * var(--u));
  }
}
@media (min-width: 820px) and (max-width: 1250px) {
  .lp-editorial__story-photo-item:nth-child(1) .lp-caption, .lp-editorial__story-photo-item:nth-child(1) .lp-editorial__story-caption {
    margin-top: calc(2 * var(--u));
    max-width: calc(48 * var(--u));
  }
}
@media (min-width: 1251px) {
  .lp-editorial__story-photo-item:nth-child(1) .lp-caption, .lp-editorial__story-photo-item:nth-child(1) .lp-editorial__story-caption {
    margin-top: calc(2 * var(--u));
    max-width: calc(48 * var(--u));
  }
}
@media (max-width: 819px) {
  .lp-editorial__story-photo-item:nth-child(2) .lp-caption, .lp-editorial__story-photo-item:nth-child(2) .lp-editorial__story-caption {
    margin-top: calc(1 * var(--u));
    padding-left: calc(2.5 * var(--u));
  }
}
@media (min-width: 820px) and (max-width: 1250px) {
  .lp-editorial__story-photo-item:nth-child(2) .lp-caption, .lp-editorial__story-photo-item:nth-child(2) .lp-editorial__story-caption {
    margin-top: calc(2 * var(--u));
    max-width: calc(48 * var(--u));
  }
}
@media (min-width: 1251px) {
  .lp-editorial__story-photo-item:nth-child(2) .lp-caption, .lp-editorial__story-photo-item:nth-child(2) .lp-editorial__story-caption {
    margin-top: calc(2 * var(--u));
    max-width: calc(48 * var(--u));
  }
}
.lp-editorial__product {
  position: relative;
  z-index: 2;
}
@media (max-width: 819px) {
  .lp-editorial__product {
    position: relative;
    overflow: hidden;
  }
  .lp-editorial__product::before {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 10%;
    left: -35%;
    width: 150%;
    height: 105%;
    background: radial-gradient(circle, rgba(238, 238, 238, 0.75) 20%, rgba(238, 238, 238, 0) 100%);
    z-index: 1;
  }
}
.lp-editorial__product-top {
  position: relative;
  z-index: 10;
  padding-bottom: calc(3.5 * var(--u));
}
@media (min-width: 820px) and (max-width: 1250px) {
  .lp-editorial__product-top {
    background: #1a1819;
  }
}
@media (min-width: 1251px) {
  .lp-editorial__product-top {
    background: #1a1819;
  }
}
.lp-editorial__product-top-text {
  position: relative;
  z-index: 12;
  background: rgba(26, 24, 25, 0.7);
}
@media (max-width: 819px) {
  .lp-editorial__product-top-text {
    margin-top: calc(-3 * var(--u));
    padding: calc(2.5 * var(--u));
    margin-right: calc(2.5 * var(--u));
  }
}
@media (min-width: 820px) and (max-width: 1250px) {
  .lp-editorial__product-top-text {
    margin: calc(-10 * var(--u)) 0 0 calc(6 * var(--u));
    max-width: calc(92 * var(--u));
    padding: calc(4 * var(--u)) calc(2 * var(--u)) calc(6 * var(--u)) calc(6 * var(--u));
  }
}
@media (min-width: 1251px) {
  .lp-editorial__product-top-text {
    margin: calc(-10 * var(--u)) 0 0 calc(6 * var(--u));
    max-width: calc(92 * var(--u));
    padding: calc(4 * var(--u)) calc(2 * var(--u)) calc(6 * var(--u)) calc(6 * var(--u));
  }
}
.lp-editorial__product-top-text h2 {
  position: relative;
}
.lp-editorial__product-top-text h2::after {
  content: "";
  position: absolute;
  height: calc(0.2 * var(--u));
  background: #eee;
  bottom: calc(-3 * var(--u));
}
@media (max-width: 819px) {
  .lp-editorial__product-top-text h2::after {
    width: calc(69% + calc(5 * var(--u)));
    left: calc(-2.5 * var(--u));
  }
}
@media (min-width: 820px) and (max-width: 1250px) {
  .lp-editorial__product-top-text h2::after {
    width: calc(42 * var(--u));
    left: calc(-12 * var(--u));
  }
}
@media (min-width: 1251px) {
  .lp-editorial__product-top-text h2::after {
    width: calc(42 * var(--u));
    left: calc(-12 * var(--u));
  }
}
.lp-editorial__product-top-text p {
  margin-top: calc(6 * var(--u));
}
@media (min-width: 820px) and (max-width: 1250px) {
  .lp-editorial__product-top-text p {
    max-width: calc(72 * var(--u));
  }
}
@media (min-width: 1251px) {
  .lp-editorial__product-top-text p {
    max-width: calc(72 * var(--u));
  }
}
.lp-editorial__product-under {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 819px) {
  .lp-editorial__product-under {
    padding-bottom: calc(7.5 * var(--u));
  }
}
@media (min-width: 820px) and (max-width: 1250px) {
  .lp-editorial__product-under {
    padding: 0 calc(12 * var(--u)) calc(17 * var(--u));
  }
}
@media (min-width: 1251px) {
  .lp-editorial__product-under {
    padding: 0 calc(12 * var(--u)) calc(17 * var(--u));
  }
}
.lp-editorial__product-under::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: -25%;
  left: -50%;
  width: 165%;
  height: 200%;
  background: radial-gradient(circle, rgba(238, 238, 238, 0.6) 20%, rgba(238, 238, 238, 0) 100%);
  z-index: -1;
}
@media (max-width: 819px) {
  .lp-editorial__product-under::before {
    display: none;
  }
}
.lp-editorial__product-under .lp-caption {
  margin-top: calc(2 * var(--u));
}
@media (max-width: 819px) {
  .lp-editorial__product-under .lp-caption {
    margin-top: calc(1 * var(--u));
  }
}
@media (max-width: 819px) {
  .lp-editorial__product-photo {
    max-width: 80%;
  }
}
@media (min-width: 820px) and (max-width: 1250px) {
  .lp-editorial__product-photo {
    max-width: calc(68 * var(--u));
  }
}
@media (min-width: 1251px) {
  .lp-editorial__product-photo {
    max-width: calc(68 * var(--u));
  }
}
@media (min-width: 820px) and (max-width: 1250px) {
  .lp-editorial__product-photo:nth-child(1) {
    margin-top: calc(2 * var(--u));
  }
}
@media (min-width: 1251px) {
  .lp-editorial__product-photo:nth-child(1) {
    margin-top: calc(2 * var(--u));
  }
}
@media (max-width: 819px) {
  .lp-editorial__product-photo:nth-child(2) {
    margin: calc(3.5 * var(--u)) 0 0 auto;
  }
}
@media (min-width: 820px) and (max-width: 1250px) {
  .lp-editorial__product-photo:nth-child(2) {
    margin: calc(8 * var(--u)) 0 0 auto;
  }
}
@media (min-width: 1251px) {
  .lp-editorial__product-photo:nth-child(2) {
    margin: calc(8 * var(--u)) 0 0 auto;
  }
}
@media (max-width: 819px) {
  .lp-editorial__product-photo:nth-child(3) {
    margin: calc(3.5 * var(--u)) auto 0 0;
  }
}
@media (min-width: 820px) and (max-width: 1250px) {
  .lp-editorial__product-photo:nth-child(3) {
    margin: calc(8 * var(--u)) 0 0 0;
  }
}
@media (min-width: 1251px) {
  .lp-editorial__product-photo:nth-child(3) {
    margin: calc(8 * var(--u)) 0 0 0;
  }
}
@media (max-width: 819px) {
  .lp-editorial__product-photo:nth-child(4) {
    margin: calc(3.5 * var(--u)) 0 0 auto;
  }
}
@media (min-width: 820px) and (max-width: 1250px) {
  .lp-editorial__product-photo:nth-child(4) {
    margin: calc(8 * var(--u)) 0 0 auto;
  }
}
@media (min-width: 1251px) {
  .lp-editorial__product-photo:nth-child(4) {
    margin: calc(8 * var(--u)) 0 0 auto;
  }
}
.lp-editorial__product-photo-caption {
  margin-top: calc(1.5 * var(--u));
}
@media (max-width: 819px) {
  .lp-editorial__product-photo:nth-child(1) .lp-editorial__product-photo-caption, .lp-editorial__product-photo:nth-child(3) .lp-editorial__product-photo-caption {
    padding-left: calc(2.5 * var(--u));
  }
}
@media (max-width: 819px) {
  .lp-editorial__product-photo:nth-child(2) .lp-editorial__product-photo-caption, .lp-editorial__product-photo:nth-child(4) .lp-editorial__product-photo-caption {
    padding-right: calc(2.5 * var(--u));
  }
}
@media (max-width: 819px) {
  .lp-editorial__product-text {
    margin-top: calc(5 * var(--u));
    padding: 0 calc(4 * var(--u));
  }
}
@media (min-width: 820px) and (max-width: 1250px) {
  .lp-editorial__product-text {
    max-width: calc(55 * var(--u));
    margin: calc(11 * var(--u)) auto 0 auto;
  }
}
@media (min-width: 1251px) {
  .lp-editorial__product-text {
    max-width: calc(55 * var(--u));
    margin: calc(11 * var(--u)) auto 0 auto;
  }
}
.lp-editorial__product-text p + p {
  margin-top: calc(2 * var(--u));
}
@media (min-width: 820px) and (max-width: 1250px) {
  .lp-editorial__product-text p + p {
    margin-top: calc(3.5 * var(--u));
  }
}
@media (min-width: 1251px) {
  .lp-editorial__product-text p + p {
    margin-top: calc(3.5 * var(--u));
  }
}
@media (max-width: 819px) {
  .lp-editorial__cta {
    padding: calc(2.5 * var(--u)) calc(4 * var(--u)) 0;
  }
}
@media (min-width: 820px) and (max-width: 1250px) {
  .lp-editorial__cta {
    margin: calc(8.5 * var(--u)) 0 0 0;
  }
}
@media (min-width: 1251px) {
  .lp-editorial__cta {
    margin: calc(8.5 * var(--u)) 0 0 0;
  }
}
.lp-editorial__cta-note {
  margin-top: calc(2 * var(--u));
  line-height: 1.6;
  color: #666562;
  text-align: center;
}

.lp-foot__lead {
  margin-bottom: clamp(30px, 0.9389671362vw + 26.4788732394px, 40px);
  text-align: center;
}
@media (max-width: 819px) {
  .lp-foot__lead {
    text-align: left;
  }
}

.text-box .news-detail__body {
  margin-top: 0;
}

.ttl-group + .news-detail__body .news-body__h4 {
  margin-top: 0;
}

.lp-fade,
.lp-fade-left,
.lp-fade-right {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  filter: blur(10px);
}
.lp-fade.is-active,
.lp-fade-left.is-active,
.lp-fade-right.is-active {
  opacity: 1;
  filter: blur(0);
  transform: translate(0, 0);
}

.lp-fade-left {
  transform: translateX(-25px);
}

.lp-fade-right {
  transform: translateX(25px);
}

.lp-foot {
  padding-bottom: 180px;
}
@media (min-width: 820px) and (max-width: 1250px) {
  .lp-foot {
    padding-bottom: 124px;
  }
}
@media (max-width: 819px) {
  .lp-foot {
    padding-bottom: 86px;
  }
}/*# sourceMappingURL=style.css.map */