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

* {
  margin: 0;
  padding: 0;
}

html {
  overflow: auto;
  font-size: 22px;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 896px) {
  html {
    font-size: 13px;
  }
}

body {
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 15px;
  }
}
@media screen and (max-width: 896px) {
  body {
    width: 100%;
    font-size: 14px;
    line-height: 1.75;
  }
}

img, picture, video, svg {
  display: block;
  max-width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 896px) {
  img, picture, video, svg {
    width: 100%;
  }
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

ul, ol {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.2;
}

section {
  padding: 0;
}

@media screen and (max-width: 896px) {
  .u-pc-only {
    display: none !important;
  }
}

.u-sp-only {
  display: none !important;
}
@media screen and (max-width: 896px) {
  .u-sp-only {
    display: block !important;
  }
}

.u-text-pink {
  color: #C9A876;
}

.u-bg-black {
  background-color: #222222;
  padding: 6px 12px;
  display: inline-block;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.cta-line {
  width: 100%;
  max-width: 680px;
  box-sizing: border-box;
  margin: 32px auto 60px;
}
.cta-line img {
  width: 100%;
}
@media screen and (max-width: 896px) {
  .cta-line {
    width: 100%;
    margin: 20px auto 40px;
    padding: 0 16px;
  }
}
.cta-line--2, .cta-line--3, .cta-line--line-rich, .cta-line--shop-rich {
  margin: 20px auto;
}
@media screen and (max-width: 896px) {
  .cta-line--2, .cta-line--3, .cta-line--line-rich, .cta-line--shop-rich {
    padding: 0 16px;
    margin: 14px auto;
  }
}
.cta-line__btn {
  display: flex;
  align-items: center;
  gap: 22px;
  width: 100%;
  padding: 28px 30px 28px 26px;
  text-decoration: none;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  transition: all 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
  animation: ctaBreathe 3.5s ease-in-out infinite;
  will-change: transform, box-shadow;
  background: radial-gradient(ellipse at top, rgba(255, 255, 255, 0.32) 0%, transparent 55%), linear-gradient(180deg, #2AE177 0%, #12BA52 50%, #0A9A3E 100%);
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2), 0 6px 14px rgba(14, 170, 71, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.35), inset 0 -2px 6px rgba(0, 0, 0, 0.18);
}
.cta-line__btn::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  height: 45%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 18px 18px 0 0;
  pointer-events: none;
}
.cta-line__btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.7), transparent);
  transform: skewX(-20deg);
  transition: left 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
  pointer-events: none;
}
.cta-line__btn:hover::after {
  left: 180%;
}
.cta-line__btn:hover {
  transform: translateY(-5px) scale(1.015);
  animation-play-state: paused;
  box-shadow: 0 28px 56px rgba(18, 186, 82, 0.55), 0 10px 20px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -2px 6px rgba(0, 0, 0, 0.2);
  opacity: 1;
}
.cta-line__btn:active {
  transform: translateY(-2px) scale(0.995);
}
.cta-line__btn--shop {
  animation-name: ctaBreatheGold;
  background: radial-gradient(ellipse at top, rgba(255, 255, 255, 0.4) 0%, transparent 55%), linear-gradient(180deg, #ECC58D 0%, #D7B079 50%, #A68858 100%);
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2), 0 6px 14px rgba(201, 168, 118, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.45), inset 0 -2px 6px rgba(120, 90, 50, 0.2);
}
.cta-line__btn--shop:hover {
  box-shadow: 0 28px 56px rgba(201, 168, 118, 0.55), 0 10px 20px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.55), inset 0 -2px 6px rgba(120, 90, 50, 0.25);
}
@media screen and (max-width: 896px) {
  .cta-line__btn {
    padding: 22px 20px 22px 18px;
    gap: 14px;
    border-radius: 16px;
  }
}
@keyframes ctaBreathe {
  0%, 100% {
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2), 0 6px 14px rgba(14, 170, 71, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.35), inset 0 -2px 6px rgba(0, 0, 0, 0.18);
  }
  50% {
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.24), 0 10px 22px rgba(14, 170, 71, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.45), inset 0 -2px 6px rgba(0, 0, 0, 0.18);
  }
}
@keyframes ctaBreatheGold {
  0%, 100% {
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2), 0 6px 14px rgba(201, 168, 118, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.45), inset 0 -2px 6px rgba(120, 90, 50, 0.2);
  }
  50% {
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.24), 0 10px 22px rgba(201, 168, 118, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.55), inset 0 -2px 6px rgba(120, 90, 50, 0.2);
  }
}
.cta-line__icon {
  flex-shrink: 0;
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 11px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 -2px 4px rgba(14, 170, 71, 0.1);
  position: relative;
}
.cta-line__icon::before {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 20px;
  border: 2px solid #2AE177;
  opacity: 0;
  animation: iconPulse 2.2s ease-in-out infinite;
}
.cta-line__icon svg {
  width: 100%;
  height: 100%;
  fill: #0EAA47;
  color: #0EAA47;
}
@media screen and (max-width: 896px) {
  .cta-line__icon {
    width: 46px;
    height: 46px;
    padding: 8px;
    border-radius: 12px;
  }
  .cta-line__icon::before {
    inset: -3px;
    border-radius: 15px;
  }
}
@keyframes iconPulse {
  0% {
    opacity: 0.85;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.28);
  }
}
.cta-line__icon-shop {
  flex-shrink: 0;
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 16px;
  font-family: "Playfair Display", "Anton", serif;
  font-size: 34px;
  font-weight: 700;
  color: #A68858;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 -2px 4px rgba(201, 168, 118, 0.12);
  position: relative;
}
.cta-line__icon-shop::before {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 20px;
  border: 2px solid #C9A876;
  opacity: 0;
  animation: iconPulse 2.2s ease-in-out infinite;
}
@media screen and (max-width: 896px) {
  .cta-line__icon-shop {
    width: 46px;
    height: 46px;
    font-size: 24px;
    border-radius: 12px;
  }
  .cta-line__icon-shop::before {
    inset: -3px;
    border-radius: 15px;
  }
}
.cta-line__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
}
.cta-line__label {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  opacity: 0.92;
  line-height: 1.3;
}
@media screen and (max-width: 896px) {
  .cta-line__label {
    font-size: 1.1rem;
  }
}
.cta-line__sub {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.25;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 896px) {
  .cta-line__sub {
    font-size: 1.8rem;
  }
}
.cta-line__btn .cta-line__text .cta-line__label {
  order: 1;
}
.cta-line__btn .cta-line__text .cta-line__sub {
  order: 2;
}
.cta-line__arrow {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  position: relative;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transition: transform 0.3s;
  animation: arrowFloat 1.8s ease-in-out infinite;
}
.cta-line__arrow::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #0EAA47;
  margin-left: 3px;
}
@media screen and (max-width: 896px) {
  .cta-line__arrow {
    width: 34px;
    height: 34px;
  }
  .cta-line__arrow::before {
    border-top-width: 6px;
    border-bottom-width: 6px;
    border-left-width: 10px;
  }
}
@keyframes arrowFloat {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(4px);
  }
}
.cta-line__btn--shop .cta-line__arrow::before {
  border-left-color: #A68858;
}
.cta-line__btn:hover .cta-line__arrow {
  transform: translateX(8px) scale(1.1);
  animation-play-state: paused;
}
@media (prefers-reduced-motion: reduce) {
  .cta-line__btn, .cta-line__arrow, .cta-line__icon::before, .cta-line__icon-shop::before {
    animation: none !important;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(32px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-32px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(32px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.92);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@keyframes kenBurns {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.08);
  }
}
@keyframes gentleFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
.is-animated {
  opacity: 0;
  transition: none;
}
.is-animated.is-visible {
  animation: fadeInUp 0.9s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

[data-reveal] {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.2, 0.8, 0.2, 1), transform 1s cubic-bezier(0.2, 0.8, 0.2, 1), filter 1s ease;
  transition-delay: var(--reveal-delay, 0s);
  will-change: opacity, transform;
}

[data-reveal=up] {
  transform: translateY(60px);
}

[data-reveal=down] {
  transform: translateY(-40px);
}

[data-reveal=left] {
  transform: translateX(-70px);
}

[data-reveal=right] {
  transform: translateX(70px);
}

[data-reveal=zoom] {
  transform: scale(0.82);
  filter: blur(4px);
}

[data-reveal=zoom-out] {
  transform: scale(1.15);
  filter: blur(4px);
}

[data-reveal=rotate] {
  transform: rotate(-6deg) scale(0.9);
}

[data-reveal=flip] {
  transform: perspective(800px) rotateY(30deg) scale(0.92);
  transform-origin: center;
}

[data-reveal=tilt] {
  transform: perspective(1000px) rotateX(-12deg) translateY(40px);
  transform-origin: bottom;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translate(0) scale(1) rotate(0) rotateY(0) rotateX(0) perspective(1000px);
  filter: blur(0);
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}
.hero__badge.is-animated.is-visible {
  animation-delay: 0.1s;
}

.hero__eyebrow.is-animated.is-visible {
  animation-delay: 0.25s;
}

.hero__catch.is-animated.is-visible {
  animation-delay: 0.4s;
}

.hero__sub.is-animated.is-visible {
  animation-delay: 0.55s;
}

.hero__features.is-animated.is-visible {
  animation-delay: 0.7s;
}

.hero__cta.is-animated.is-visible {
  animation-delay: 0.85s;
}

.hero__mv picture img {
  animation: kenBurns 18s ease-in-out infinite alternate;
}

.reason__item,
.merit__detail-item,
.set__item,
.user-voice__item {
  transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.reason__item:hover,
.merit__detail-item:hover,
.set__item:hover,
.user-voice__item:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(34, 34, 34, 0.08);
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 12px 0;
  background: rgba(34, 34, 34, 0.55);
  backdrop-filter: blur(14px);
  transition: all 0.4s ease;
  border-bottom: 1px solid rgba(201, 168, 118, 0.25);
}
.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(201, 168, 118, 0.25);
  box-shadow: 0 4px 24px rgba(34, 34, 34, 0.06);
}
.site-header__inner {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 896px) {
  .site-header__inner {
    padding: 0 16px;
    gap: 12px;
  }
}
.site-header__logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #FFFFFF;
  transition: color 0.3s, transform 0.3s;
  flex-shrink: 0;
}
.site-header__logo img {
  width: auto;
  height: 60px;
  filter: brightness(0) invert(1);
  transition: filter 0.3s;
}
.site-header__logo span {
  display: none;
}
.site-header__logo:hover {
  transform: translateY(-1px);
  opacity: 1;
}
@media screen and (max-width: 896px) {
  .site-header__logo img {
    height: 44px;
  }
}
.site-header__nav {
  display: flex;
  gap: 32px;
  flex: 1;
  justify-content: center;
}
.site-header__nav a {
  position: relative;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding: 6px 0;
  transition: color 0.3s;
}
.site-header__nav a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  width: 0;
  height: 1px;
  background: #C9A876;
  transition: all 0.3s;
}
.site-header__nav a:hover::after {
  width: 100%;
  left: 0;
}
.site-header__cta {
  display: flex;
  gap: 10px;
  margin-left: auto;
}
@media screen and (max-width: 896px) {
  .site-header__cta {
    gap: 6px;
  }
}
.site-header__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s;
  white-space: nowrap;
}
.site-header__btn--buy {
  background: #C9A876;
  color: #FFFFFF;
  border: 1px solid #C9A876;
}
.site-header__btn--buy:hover {
  background: #A68858;
  border-color: #A68858;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(201, 168, 118, 0.35);
  opacity: 1;
}
.site-header__btn--line {
  background: rgba(255, 255, 255, 0.12);
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(6px);
}
.site-header__btn--line:hover {
  background: #FFFFFF;
  color: #A68858;
  border-color: #FFFFFF;
  transform: translateY(-2px);
  opacity: 1;
}
@media screen and (max-width: 896px) {
  .site-header__btn {
    padding: 9px 14px;
    font-size: 12px;
  }
}
.site-header.is-scrolled .site-header__logo {
  color: #222222;
}
.site-header.is-scrolled .site-header__logo img {
  filter: none;
}
.site-header.is-scrolled .site-header__nav a {
  color: #222222;
}
.site-header.is-scrolled .site-header__btn--line {
  background: transparent;
  color: #A68858;
  border: 1px solid #A68858;
  backdrop-filter: none;
}
.site-header.is-scrolled .site-header__btn--line:hover {
  background: #A68858;
  color: #FFFFFF;
}

body section {
  scroll-margin-top: 90px;
}

.hero {
  position: relative;
  margin: 0 auto;
  background-color: #FAF7F2;
  overflow: hidden;
}
.hero__in {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 896px) {
  .hero__in {
    width: 100%;
    margin: 0;
  }
}
.hero__mv {
  position: relative;
  width: 100vw;
  height: 100vh;
  min-height: 680px;
  margin: 0;
  overflow: hidden;
}
@media screen and (max-width: 896px) {
  .hero__mv {
    min-height: 640px;
  }
}
.hero__mv picture {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.hero__mv picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}
@media screen and (max-width: 896px) {
  .hero__mv picture img {
    object-position: 70% center;
  }
}
.hero__mv::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(201, 168, 118, 0.55) 0%, rgba(201, 168, 118, 0.3) 30%, rgba(201, 168, 118, 0.08) 55%, rgba(201, 168, 118, 0) 100%);
  z-index: 1;
}
.hero__mv::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(8% + 580px);
  width: 2px;
  height: 140px;
  background: linear-gradient(180deg, transparent, #FFFFFF, transparent);
  transform: translateY(-50%);
  z-index: 1;
  opacity: 0.6;
}
@media screen and (max-width: 896px) {
  .hero__mv::after {
    display: none;
  }
}
@media screen and (max-width: 896px) {
  .hero__mv {
    height: 100vh;
    min-height: 600px;
  }
  .hero__mv::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.35) 40%, rgba(250, 247, 242, 0.92) 70%, rgba(250, 247, 242, 0.99) 100%);
  }
}
.hero__overlay {
  position: absolute;
  top: calc(50% + 48px);
  left: 8%;
  right: auto;
  transform: translateY(-50%);
  max-width: 600px;
  z-index: 2;
  padding: 48px 44px;
}
.hero__overlay::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  pointer-events: none;
}
.hero__overlay::after {
  content: "";
  position: absolute;
  top: 24px;
  left: 24px;
  width: 40px;
  height: 40px;
  border-top: 2px solid #FFFFFF;
  border-left: 2px solid #FFFFFF;
  pointer-events: none;
}
@media screen and (max-width: 896px) {
  .hero__overlay {
    position: absolute;
    top: auto;
    bottom: 24px;
    left: 16px;
    right: 16px;
    transform: none;
    max-width: calc(100% - 32px);
    padding: 28px 22px 24px;
    background: rgba(34, 34, 34, 0.4);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
  }
  .hero__overlay::before {
    inset: 8px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 4px;
  }
  .hero__overlay::after {
    top: 18px;
    left: 24px;
    width: 22px;
    height: 22px;
  }
}
.hero__badge {
  display: inline-block;
  padding: 8px 22px;
  background: #FFFFFF;
  color: #A68858;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 32px;
  border: 1px solid #FFFFFF;
  position: relative;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}
.hero__badge::before, .hero__badge::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  transform: translateY(-50%) rotate(45deg);
}
.hero__badge::before {
  left: -4px;
}
.hero__badge::after {
  right: -4px;
}
@media screen and (max-width: 896px) {
  .hero__badge {
    font-size: 1.05rem;
    padding: 6px 16px;
    margin-bottom: 18px;
    letter-spacing: 0.15em;
  }
}
.hero__eyebrow {
  font-family: "Playfair Display", "Anton", serif;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.35em;
  margin-bottom: 24px;
  text-transform: uppercase;
  position: relative;
  padding-left: 44px;
  font-weight: 400;
}
.hero__eyebrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 32px;
  height: 1px;
  background: #FFFFFF;
  transform: translateY(-50%);
}
@media screen and (max-width: 896px) {
  .hero__eyebrow {
    font-size: 1.1rem;
    padding-left: 32px;
    letter-spacing: 0.25em;
    margin-bottom: 16px;
  }
  .hero__eyebrow::before {
    width: 22px;
  }
}
.hero__catch {
  font-family: "Noto Serif JP", serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.4;
  color: #FFFFFF;
  letter-spacing: 0.03em;
  margin-bottom: 36px;
  position: relative;
  text-shadow: 0 2px 20px rgba(34, 34, 34, 0.22);
}
.hero__catch .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(30px) rotate(3deg);
  animation: charReveal 0.7s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}
.hero__catch em {
  color: #FFFFFF;
  font-style: normal;
  position: relative;
  padding: 0 10px;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(135deg, #fff 0%, #FFF8E7 50%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% auto;
  animation: shimmerText 3s linear infinite;
}
.hero__catch em::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #FFFFFF 30%, #FFFFFF 70%, transparent);
}
.hero__catch em::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  border-radius: 50%;
  opacity: 0.9;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.8);
  animation: gentlePulse 2.5s ease-in-out infinite;
}
@media screen and (max-width: 896px) {
  .hero__catch {
    font-size: 2.8rem;
    line-height: 1.5;
    margin-bottom: 22px;
  }
}
@keyframes charReveal {
  to {
    opacity: 1;
    transform: translateY(0) rotate(0);
  }
}
@keyframes shimmerText {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}
@keyframes gentlePulse {
  0%, 100% {
    transform: translateX(-50%) scale(1);
    opacity: 0.9;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.8);
  }
  50% {
    transform: translateX(-50%) scale(1.3);
    opacity: 1;
    box-shadow: 0 0 24px rgb(255, 255, 255);
  }
}
.hero__sub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 2.1;
  color: #FFFFFF;
  margin-bottom: 36px;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-shadow: 0 1px 8px rgba(34, 34, 34, 0.1);
}
@media screen and (max-width: 896px) {
  .hero__sub {
    font-size: 1.3rem;
    line-height: 1.9;
    margin-bottom: 24px;
  }
}
.hero__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding: 0;
  background: transparent;
  border: none;
  margin-bottom: 36px;
  position: relative;
}
.hero__features::before, .hero__features::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.45), transparent);
}
.hero__features::before {
  top: 0;
}
.hero__features::after {
  bottom: 0;
}
.hero__features li {
  text-align: center;
  padding: 18px 8px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
}
.hero__features li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20%;
  bottom: 20%;
  width: 1px;
  background: rgba(255, 255, 255, 0.35);
}
.hero__features li strong {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 896px) {
  .hero__features li strong {
    font-size: 1.9rem;
  }
}
.hero__features li span {
  font-size: 11px;
  color: #FFFFFF;
  letter-spacing: 0.12em;
  font-weight: 400;
  opacity: 0.9;
}
@media screen and (max-width: 896px) {
  .hero__features li span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 896px) {
  .hero__features {
    margin-bottom: 22px;
  }
  .hero__features li {
    padding: 12px 4px;
  }
}
.hero__cta {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 18px;
}
.hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  border-radius: 2px;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.hero__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
}
.hero__btn:hover::before {
  left: 100%;
}
.hero__btn--buy {
  background: #FFFFFF;
  color: #A68858;
  border: 1px solid #FFFFFF;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.15);
}
.hero__btn--buy:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.22);
  opacity: 1;
}
.hero__btn--line {
  background: transparent;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.hero__btn--line:hover {
  background: #FFFFFF;
  color: #A68858;
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
  opacity: 1;
}
@media screen and (max-width: 896px) {
  .hero__btn {
    padding: 16px 20px;
    font-size: 1.35rem;
  }
}
.hero__note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.03em;
  margin-top: 8px;
}
@media screen and (max-width: 896px) {
  .hero__note {
    font-size: 1rem;
    margin-top: 6px;
  }
}
.hero__sns-line, .hero__sns-insta {
  display: none !important;
}

.brand {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 100px 40px;
  position: relative;
  box-sizing: border-box;
}
.brand::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 896px) {
  .brand {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 60px 20px 40px;
  }
}
.brand__in {
  width: 58%;
  box-sizing: border-box;
  float: left;
  padding: 0 40px 0 0;
}
@media screen and (max-width: 896px) {
  .brand__in {
    width: 100%;
    float: none;
    padding: 0;
  }
}
.brand__heading {
  text-align: left;
  margin: 0 0 15px;
}
@media screen and (max-width: 896px) {
  .brand__heading {
    text-align: center;
  }
}
.brand__heading-top, .brand__heading-top-2 {
  font-size: 22px;
  color: #FFFFFF;
  display: block;
  margin: 0;
  line-height: 1;
}
.brand__heading-top .u-bg-black, .brand__heading-top-2 .u-bg-black {
  display: inline-block;
  padding: 10px 14px;
  line-height: 1.5;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media screen and (max-width: 896px) {
  .brand__heading-top, .brand__heading-top-2 {
    font-size: 1.6rem;
  }
}
.brand__heading-top {
  margin-bottom: 0;
}
.brand__heading-top-2 {
  margin-bottom: 0;
}
@media screen and (min-width: 897px) {
  .brand__heading {
    line-height: 2;
    font-size: 0;
    letter-spacing: 0;
    word-spacing: -1px;
  }
  .brand__heading-top, .brand__heading-top-2 {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    font-size: 22px;
  }
  .brand__heading-top .u-bg-black {
    padding: 10px 0 10px 14px;
    margin-right: 0;
  }
  .brand__heading-top-2 .u-bg-black {
    padding: 10px 14px 10px 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 896px) {
  .brand__heading-top-2 {
    margin: 0 0 15px;
  }
}
.brand__heading-mid {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 24px;
  color: #222222;
}
@media screen and (max-width: 896px) {
  .brand__heading-mid {
    font-size: 1.9rem;
    margin-top: 18px;
  }
}
.brand__heading-bottom {
  font-size: 48px;
  font-weight: 700;
  color: #C9A876;
  line-height: 1.3;
  margin: 8px 0 28px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 896px) {
  .brand__heading-bottom {
    font-size: 3.4rem;
    margin: 4px 0 20px;
  }
}
.brand__text {
  font-size: 26px;
  text-align: justify;
  line-height: 2;
  color: #333333;
  margin-top: 24px;
}
.brand__text span {
  font-weight: 700;
  color: #A68858;
}
@media screen and (max-width: 896px) {
  .brand__text {
    font-size: 1.4rem;
    line-height: 1.9;
    margin-top: 20px;
  }
}
.brand__image {
  width: 38%;
  position: absolute;
  right: 40px;
  top: 100px;
}
.brand__image img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(34, 34, 34, 0.1);
}
@media screen and (max-width: 896px) {
  .brand__image {
    width: 100%;
    float: none;
    box-sizing: border-box;
    padding: 0;
    margin-top: 24px;
    position: relative;
    top: auto;
    right: auto;
  }
}

.kit {
  background: #F5F2EC;
  padding: 100px 0;
  position: relative;
}
.kit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #C9A876, transparent);
}
@media screen and (max-width: 896px) {
  .kit {
    padding: 60px 0;
  }
}
.kit__heading {
  width: 100%;
  max-width: 1400px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 40px 48px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.kit__heading::after {
  display: none;
}
@media screen and (max-width: 896px) {
  .kit__heading {
    padding: 0 20px 32px;
    flex-direction: column;
    gap: 20px;
  }
}
.kit__logo {
  text-align: center;
  float: none;
  width: auto;
  margin: 0;
  flex-shrink: 0;
}
.kit__logo img {
  width: auto;
  height: 60px;
  display: block;
}
@media screen and (max-width: 896px) {
  .kit__logo {
    width: auto;
    margin: 0;
  }
  .kit__logo img {
    height: 44px;
  }
}
.kit__title {
  color: #222222;
  text-align: left;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.45;
  margin: 0;
  float: none;
  flex: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 896px) {
  .kit__title {
    font-size: 2.2rem;
    text-align: center;
  }
}
.kit__title-sub {
  font-size: 26px;
  font-weight: 400;
  display: block;
  margin-top: 12px;
  color: #A68858;
}
@media screen and (max-width: 896px) {
  .kit__title-sub {
    font-size: 1.5rem;
  }
}
.kit__content {
  width: 100%;
  max-width: 1400px;
  height: auto;
  min-height: auto;
  box-sizing: border-box;
  margin: 0 auto;
  background: linear-gradient(180deg, #FFFFFF 0%, #FAF7F2 100%);
  padding: 60px;
  text-align: left;
  position: relative;
  border-radius: 12px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 896px) {
  .kit__content {
    width: calc(100% - 40px);
    margin: 0 20px;
    padding: 30px 24px;
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
.kit__list {
  counter-reset: my-counter;
  margin: 0;
  width: 100%;
  grid-column: 1;
  grid-row: 1;
}
@media screen and (max-width: 896px) {
  .kit__list {
    margin: 0;
    width: 100%;
    grid-row: auto;
  }
}
.kit__list-item {
  font-size: 26px;
  line-height: 1.7;
  padding: 14px 0 14px 56px;
  position: relative;
  margin: 0;
  text-align: left;
  border-bottom: 1px solid rgba(201, 168, 118, 0.15);
}
.kit__list-item:last-child {
  border-bottom: none;
}
.kit__list-item::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background: linear-gradient(135deg, #C9A876, #A68858);
  border: none;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  width: 36px;
  color: #FFFFFF;
  font-family: "Playfair Display", "Anton", serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 14px;
  left: 0;
  box-shadow: 0 4px 12px rgba(201, 168, 118, 0.3);
}
@media screen and (max-width: 896px) {
  .kit__list-item {
    font-size: 1.5rem;
    padding: 12px 0 12px 44px;
  }
  .kit__list-item::before {
    height: 28px;
    width: 28px;
    font-size: 85%;
    top: 12px;
  }
}
.kit__price {
  grid-column: 1;
  grid-row: 2;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 2px solid #C9A876;
}
@media screen and (max-width: 896px) {
  .kit__price {
    grid-row: auto;
    text-align: center;
  }
}
.kit__price-main {
  font-family: "Playfair Display", "Anton", serif;
  font-size: 88px;
  color: #A68858;
  line-height: 1;
  display: inline-block;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 896px) {
  .kit__price-main {
    font-size: 5.2rem;
  }
}
.kit__price-tax {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  color: #A68858;
  margin-left: 6px;
  letter-spacing: 0.02em;
  vertical-align: 18px;
}
@media screen and (max-width: 896px) {
  .kit__price-tax {
    font-size: 1.3rem;
    vertical-align: baseline;
    display: inline-block;
    margin-left: 4px;
  }
}
.kit__price-sub {
  font-size: 20px;
  margin: 8px 0 0;
  display: block;
  color: #888888;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 896px) {
  .kit__price-sub {
    font-size: 1.4rem;
    margin: 8px 0 0;
  }
}
.kit__catch {
  grid-column: 1;
  grid-row: 3;
  margin: 20px 0 0;
  padding: 16px 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  color: #A68858;
  background: linear-gradient(135deg, rgba(201, 168, 118, 0.12) 0%, rgba(232, 220, 196, 0.2) 100%);
  border-left: 3px solid #C9A876;
  border-radius: 6px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 896px) {
  .kit__catch {
    grid-row: auto;
    font-size: 1.5rem;
    text-align: center;
    border-left: none;
    border-top: 3px solid #C9A876;
  }
}
.kit__image {
  width: 100%;
  position: static;
  grid-column: 2;
  grid-row: 1/span 2;
  align-self: center;
}
.kit__image img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 896px) {
  .kit__image {
    width: 100%;
    grid-column: auto;
    grid-row: auto;
    margin: 0;
  }
}
.kit__image-2 {
  display: none;
}

.whatis {
  padding: 100px 0;
  margin: 0;
}
@media screen and (max-width: 896px) {
  .whatis {
    padding: 60px 0;
  }
}
.whatis__in {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 40px;
}
@media screen and (max-width: 896px) {
  .whatis__in {
    padding: 0 20px;
  }
}
.whatis__title {
  font-family: "Playfair Display", "Anton", serif;
  font-size: 64px;
  text-align: center;
  margin: 0 0 30px 0;
  letter-spacing: 0.05em;
}
.whatis__title span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin: 18px 0 0;
  color: #A68858;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1024px) {
  .whatis__title {
    font-size: 48px;
  }
  .whatis__title span {
    font-size: 14px;
    margin: 14px 0 0;
  }
}
@media screen and (max-width: 896px) {
  .whatis__title {
    font-size: 32px;
  }
  .whatis__title span {
    font-size: 12px;
    margin: 10px 0 0;
    letter-spacing: 0.05em;
  }
}
.whatis__title {
  margin-bottom: 48px;
}
.whatis__text {
  padding: 0;
  font-size: 26px;
  line-height: 1.6;
  margin: 0 auto 40px;
  max-width: 880px;
  text-align: center;
  color: #333333;
}
@media screen and (max-width: 896px) {
  .whatis__text {
    font-size: 1.5rem;
    text-align: justify;
  }
}
.whatis__image {
  width: 100%;
  max-width: 720px;
  padding: 0;
  margin: 0 auto 40px;
  border-radius: 8px;
  overflow: hidden;
}
.whatis__image img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 896px) {
  .whatis__image {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }
}

.problem {
  padding: 120px 0;
  background: radial-gradient(circle at 15% 10%, rgba(201, 168, 118, 0.18) 0%, transparent 55%), radial-gradient(circle at 85% 90%, rgba(168, 107, 107, 0.1) 0%, transparent 55%), linear-gradient(180deg, #FFFFFF 0%, #FAF7F2 100%);
  position: relative;
  overflow: hidden;
}
.problem::before {
  content: "";
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 168, 118, 0.4), transparent);
}
.problem__inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 896px) {
  .problem__inner {
    padding: 0 20px;
  }
}
.problem__bubble {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  background: #222222;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.15em;
  border-radius: 999px;
  position: relative;
  margin: 0 auto 32px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}
.problem__bubble-tail {
  position: absolute;
  bottom: -12px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 14px solid #222222;
  transform: translateX(-50%);
}
.problem__bubble-text {
  margin: 0;
}
@media screen and (max-width: 896px) {
  .problem__bubble {
    font-size: 12px;
    padding: 10px 22px;
  }
}
.problem__title {
  font-family: "Noto Serif JP", serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #222222;
  text-align: center;
  margin: 0 0 16px;
}
.problem__title em {
  color: #A68858;
  font-style: normal;
  position: relative;
  display: inline-block;
}
.problem__title em::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 6px;
  background: linear-gradient(90deg, transparent, #C9A876, transparent);
  border-radius: 3px;
}
@media screen and (max-width: 1024px) {
  .problem__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 896px) {
  .problem__title {
    font-size: 28px;
    letter-spacing: 0.02em;
  }
}
.problem__lead {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  line-height: 1.8;
  color: #333333;
  margin: 0 0 56px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 896px) {
  .problem__lead {
    font-size: 14px;
    margin: 0 0 36px;
  }
}
.problem__list {
  list-style: none;
  padding: 0;
  margin: 0 0 64px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 896px) {
  .problem__list {
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 0 0 40px;
  }
}
.problem__item {
  display: grid;
  grid-template-rows: 1fr auto 1fr;
  gap: 0;
  background: #FFFFFF;
  border: 1px solid rgba(201, 168, 118, 0.18);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(34, 34, 34, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.problem__item:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 50px rgba(201, 168, 118, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  border-color: rgba(201, 168, 118, 0.4);
}
.problem__item:hover .problem__arrow {
  transform: translateY(2px);
}
.problem__item:hover .problem__arrow::after {
  transform: translate(-50%, -50%) rotate(45deg) scale(1.15);
}
.problem__item:hover .problem__check {
  transform: rotate(-8deg) scale(1.08);
}
.problem__item--wide {
  grid-column: 1/-1;
  max-width: calc(50% - 12px);
  justify-self: center;
}
@media screen and (max-width: 896px) {
  .problem__item--wide {
    grid-column: auto;
    max-width: none;
  }
}
.problem__trouble {
  position: relative;
  padding: 28px 28px 22px 72px;
  background: linear-gradient(135deg, rgba(168, 107, 107, 0.06), rgba(168, 107, 107, 0.02));
  border-bottom: 1px dashed rgba(168, 107, 107, 0.3);
}
@media screen and (max-width: 896px) {
  .problem__trouble {
    padding: 20px 20px 16px 58px;
  }
}
.problem__num {
  position: absolute;
  top: 16px;
  right: 20px;
  font-family: "Playfair Display", "Anton", serif;
  font-size: 36px;
  font-weight: 700;
  color: rgba(168, 107, 107, 0.18);
  letter-spacing: -0.02em;
  line-height: 1;
}
@media screen and (max-width: 896px) {
  .problem__num {
    font-size: 26px;
    top: 12px;
    right: 14px;
  }
}
.problem__x {
  position: absolute;
  top: 26px;
  left: 24px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #A86B6B;
  color: #FFFFFF;
  font-family: "Playfair Display", "Anton", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  border-radius: 50%;
  box-shadow: 0 6px 14px rgba(168, 107, 107, 0.35);
}
@media screen and (max-width: 896px) {
  .problem__x {
    width: 26px;
    height: 26px;
    font-size: 15px;
    top: 20px;
    left: 18px;
  }
}
.problem__trouble-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  color: #333333;
  margin: 0;
  letter-spacing: 0.02em;
}
.problem__trouble-text strong {
  color: #A86B6B;
  font-weight: 700;
  background: linear-gradient(transparent 65%, rgba(168, 107, 107, 0.22) 65%);
  padding: 0 2px;
}
@media screen and (max-width: 896px) {
  .problem__trouble-text {
    font-size: 13px;
  }
}
.problem__arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  background: #FFFFFF;
  transition: transform 0.4s;
}
.problem__arrow::before {
  content: "";
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #C9A876, #A68858);
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(201, 168, 118, 0.45);
}
.problem__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-right: 3px solid #FFFFFF;
  border-bottom: 3px solid #FFFFFF;
  transform: translate(-50%, -70%) rotate(45deg);
  transition: transform 0.3s;
}
@media screen and (max-width: 896px) {
  .problem__arrow {
    height: 42px;
  }
  .problem__arrow::before {
    width: 36px;
    height: 36px;
  }
  .problem__arrow::after {
    width: 8px;
    height: 8px;
  }
}
.problem__solution {
  position: relative;
  padding: 22px 28px 28px 72px;
  background: linear-gradient(135deg, rgba(201, 168, 118, 0.12) 0%, rgba(232, 220, 196, 0.2) 100%);
  border-top: 1px solid rgba(201, 168, 118, 0.25);
}
@media screen and (max-width: 896px) {
  .problem__solution {
    padding: 16px 20px 20px 58px;
  }
}
.problem__check {
  position: absolute;
  top: 22px;
  left: 24px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #C9A876 0%, #A68858 100%);
  color: #FFFFFF;
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(201, 168, 118, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.problem__check svg {
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 896px) {
  .problem__check {
    width: 26px;
    height: 26px;
    top: 16px;
    left: 18px;
  }
  .problem__check svg {
    width: 14px;
    height: 14px;
  }
}
.problem__solution-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.65;
  color: #222222;
  margin: 0;
  letter-spacing: 0.03em;
}
.problem__solution-text strong {
  color: #A68858;
  font-weight: 700;
  font-size: 1.08em;
}
@media screen and (max-width: 896px) {
  .problem__solution-text {
    font-size: 14px;
  }
}
.problem__bridge-arrow {
  display: block;
  width: 56px;
  height: 56px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, #C9A876, #A68858);
  border-radius: 50%;
  position: relative;
  box-shadow: 0 14px 34px rgba(201, 168, 118, 0.55);
  animation: problemArrowBounce 2s ease-in-out infinite;
}
.problem__bridge-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-right: 3px solid #FFFFFF;
  border-bottom: 3px solid #FFFFFF;
  transform: translate(-50%, -70%) rotate(45deg);
}
.problem__bridge-arrow::after {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  border-radius: 50%;
  border: 2px solid rgba(201, 168, 118, 0.4);
  animation: problemArrowRing 2s ease-in-out infinite;
}
@media screen and (max-width: 896px) {
  .problem__bridge-arrow {
    width: 48px;
    height: 48px;
    margin: 0 auto 16px;
  }
}
@keyframes problemArrowRing {
  0%, 100% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.25);
    opacity: 0;
  }
}
.problem__bridge {
  position: relative;
  padding: 48px 40px 52px;
  background: linear-gradient(135deg, #222222 0%, #3a3a3a 100%);
  border-radius: 18px;
  text-align: center;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.problem__bridge::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #C9A876, transparent);
}
.problem__bridge::after {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(201, 168, 118, 0.22) 0%, transparent 70%);
  pointer-events: none;
}
@media screen and (max-width: 896px) {
  .problem__bridge {
    padding: 36px 24px 40px;
  }
}
@keyframes problemArrowRing {
  0%, 100% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.25);
    opacity: 0;
  }
}
@keyframes problemArrowBounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px);
  }
}
.problem__bridge-text {
  margin: 0;
  color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
}
.problem__bridge-small {
  display: block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 12px;
}
@media screen and (max-width: 896px) {
  .problem__bridge-small {
    font-size: 14px;
  }
}
.problem__bridge-big {
  display: block;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.problem__bridge-big em {
  color: #C9A876;
  font-style: normal;
}
@media screen and (max-width: 896px) {
  .problem__bridge-big {
    font-size: 22px;
  }
}

.compare {
  padding: 120px 0;
  background: radial-gradient(circle at 10% 10%, rgba(201, 168, 118, 0.12) 0%, transparent 50%), radial-gradient(circle at 90% 90%, rgba(232, 220, 196, 0.18) 0%, transparent 50%), #FAF7F2;
  position: relative;
  overflow: hidden;
}
.compare__inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 896px) {
  .compare__inner {
    padding: 0 16px;
  }
}
.compare__head {
  text-align: center;
  margin-bottom: 64px;
}
.compare__badge {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.compare__badge-line {
  width: 40px;
  height: 1px;
  background: #A68858;
}
.compare__badge-text {
  font-family: "Playfair Display", "Anton", serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.4em;
  color: #A68858;
}
.compare__title {
  font-family: "Noto Serif JP", serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.4;
  color: #222222;
  margin: 0 0 20px;
  letter-spacing: 0.04em;
}
.compare__title em {
  color: #A68858;
  font-style: normal;
  position: relative;
}
.compare__title em::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 5px;
  background: linear-gradient(90deg, transparent, #C9A876, transparent);
}
@media screen and (max-width: 1024px) {
  .compare__title {
    font-size: 38px;
  }
}
@media screen and (max-width: 896px) {
  .compare__title {
    font-size: 26px;
  }
}
.compare__sub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
  margin: 0;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 896px) {
  .compare__sub {
    font-size: 13px;
  }
}
.compare__wrap {
  overflow-x: auto;
  margin-bottom: 56px;
  border-radius: 14px;
  box-shadow: 0 30px 80px rgba(34, 34, 34, 0.08);
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.compare__wrap::-webkit-scrollbar {
  height: 6px;
}
.compare__wrap::-webkit-scrollbar-thumb {
  background: #C9A876;
  border-radius: 3px;
}
.compare__swipe-hint {
  display: none;
}
@media screen and (max-width: 896px) {
  .compare__swipe-hint {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 auto 12px;
    padding: 10px 18px;
    background: #222222;
    color: #FFFFFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    border-radius: 999px;
    width: fit-content;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
    animation: compareSwipeHint 1.6s ease-in-out infinite;
  }
  .compare__swipe-hint::before {
    content: "";
    width: 14px;
    height: 14px;
    background: #C9A876;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 12h12m-4-6l6 6-6 6' fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 12h12m-4-6l6 6-6 6' fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
  }
}
@keyframes compareSwipeHint {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(4px);
  }
}
.compare__table {
  width: 100%;
  min-width: 900px;
  border-collapse: separate;
  border-spacing: 0;
  background: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  position: relative;
}
.compare__table thead th {
  padding: 20px 12px;
  background: #222222;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  vertical-align: middle;
  position: relative;
}
.compare__table thead th:first-child {
  border-top-left-radius: 14px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}
.compare__table thead th:last-child {
  border-right: none;
}
.compare__table tbody tr {
  border-top: 1px solid rgba(201, 168, 118, 0.15);
}
.compare__table tbody tr:first-child {
  border-top: none;
}
.compare__table tbody tr:hover:not(.compare__row-highlight) td, .compare__table tbody tr:hover:not(.compare__row-highlight) th {
  background-color: rgba(250, 247, 242, 0.6);
}
.compare__table tbody th {
  padding: 22px 16px;
  background: linear-gradient(90deg, #FAF7F2, #FFFFFF);
  color: #222222;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-right: 1px solid rgba(201, 168, 118, 0.2);
  white-space: nowrap;
  transition: background-color 0.3s;
}
@media screen and (max-width: 896px) {
  .compare__table tbody th {
    font-size: 13px;
    padding: 14px 10px;
  }
}
.compare__table tbody td {
  padding: 22px 14px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
  border-right: 1px solid rgba(201, 168, 118, 0.12);
  transition: background-color 0.3s;
}
.compare__table tbody td:last-child {
  border-right: none;
}
.compare__table tbody td strong {
  display: block;
  font-family: "Playfair Display", "Anton", serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.2;
}
.compare__table tbody td > span:not([class]),
.compare__table tbody td strong + span {
  display: block;
  font-size: 11px;
  margin-top: 4px;
  opacity: 0.75;
  letter-spacing: 0.05em;
}
.compare__table tbody td:nth-child(4),
.compare__table thead th:nth-child(4) {
  background: linear-gradient(180deg, rgba(201, 168, 118, 0.05), rgba(232, 220, 196, 0.1));
}
.compare__th-label {
  min-width: 110px;
}
.compare__th-bad, .compare__th-mid {
  min-width: 180px;
}
.compare__th-main {
  min-width: 220px;
  background: linear-gradient(180deg, #C9A876 0%, #A68858 100%) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 16px 40px rgba(201, 168, 118, 0.35);
  position: relative;
}
.compare__th-main .compare__crown {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 8px;
  color: #FFD475;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.3));
  animation: crownFloat 3s ease-in-out infinite;
}
.compare__th-main .compare__crown svg {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 896px) {
  .compare__th-main .compare__crown {
    width: 30px;
    height: 30px;
    margin-bottom: 6px;
  }
}
@keyframes crownFloat {
  0%, 100% {
    transform: translateY(0) rotate(-4deg);
  }
  50% {
    transform: translateY(-4px) rotate(4deg);
  }
}
.compare__th-ribbon {
  display: inline-block;
  padding: 3px 12px;
  background: #222222;
  color: #C9A876;
  font-family: "Playfair Display", "Anton", serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.25em;
  border-radius: 999px;
  margin-bottom: 8px;
}
.compare__th-name {
  display: block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.compare__th-note {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  font-weight: 400;
  opacity: 0.75;
  letter-spacing: 0.05em;
}
.compare__mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-family: "Noto Sans JP", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin: 0 auto 8px;
  text-indent: 0;
}
.compare__mark--bad {
  background: rgba(168, 107, 107, 0.12);
  color: #A86B6B;
  border: 1.5px solid rgba(168, 107, 107, 0.35);
}
.compare__mark--mid {
  background: rgba(136, 136, 136, 0.12);
  color: #888888;
  border: 1.5px solid rgba(136, 136, 136, 0.3);
}
.compare__mark--ok {
  background: rgba(201, 168, 118, 0.15);
  color: #A68858;
  border: 1.5px solid rgba(201, 168, 118, 0.4);
}
.compare__mark--good {
  background: linear-gradient(135deg, #C9A876, #A68858);
  color: #FFFFFF;
  border: 1.5px solid #C9A876;
  box-shadow: 0 6px 16px rgba(201, 168, 118, 0.35);
}
@media screen and (max-width: 896px) {
  .compare__mark {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}
.compare__cell--bad {
  color: #A86B6B;
}
.compare__cell--bad strong {
  color: #A86B6B;
}
.compare__cell--mid {
  color: #888888;
}
.compare__cell--mid strong {
  color: #888888;
}
.compare__cell--good {
  color: #A68858;
  font-weight: 700;
}
.compare__cell--good strong {
  color: #A68858;
}
.compare__row-highlight th, .compare__row-highlight td {
  background: linear-gradient(135deg, rgba(201, 168, 118, 0.18), rgba(232, 220, 196, 0.28)) !important;
  padding: 26px 14px !important;
}
.compare__row-highlight th {
  border-bottom-left-radius: 14px;
}
.compare__row-highlight td:last-child {
  border-bottom-right-radius: 14px;
  position: relative;
}
.compare__price-bad, .compare__price-mid, .compare__price-good {
  display: block;
  font-family: "Playfair Display", "Anton", serif;
  font-size: 28px;
  letter-spacing: -0.01em;
  line-height: 1.1;
}
.compare__price-bad span, .compare__price-mid span, .compare__price-good span {
  display: inline;
  font-size: 13px;
  font-weight: 400;
  margin-left: 2px;
  opacity: 0.85;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 896px) {
  .compare__price-bad, .compare__price-mid, .compare__price-good {
    font-size: 20px;
  }
}
.compare__price-bad {
  color: #A86B6B;
  text-decoration: line-through;
  text-decoration-color: rgba(168, 107, 107, 0.5);
  text-decoration-thickness: 2px;
}
.compare__price-mid {
  color: #888888;
  text-decoration: line-through;
  text-decoration-color: rgba(136, 136, 136, 0.5);
  text-decoration-thickness: 2px;
}
.compare__price-good {
  color: #A68858;
  font-size: 34px;
  font-weight: 700;
}
@media screen and (max-width: 896px) {
  .compare__price-good {
    font-size: 24px;
  }
}
.compare__half-badge {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 6px;
  background: #A86B6B;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 999px;
  animation: halfPulse 1.8s ease-in-out infinite;
}
@media screen and (max-width: 896px) {
  .compare__half-badge {
    font-size: 10px;
    padding: 3px 10px;
  }
}
@keyframes halfPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 4px 10px rgba(168, 107, 107, 0.3);
  }
  50% {
    transform: scale(1.06);
    box-shadow: 0 6px 18px rgba(168, 107, 107, 0.45);
  }
}
.compare__best {
  display: inline-block !important;
  margin-top: 6px !important;
  padding: 2px 10px;
  background: #A68858;
  color: #FFFFFF !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  border-radius: 999px;
  opacity: 1 !important;
}
.compare__closing {
  position: relative;
  text-align: center;
  padding: 56px 48px;
  background: #FFFFFF;
  border: 2px solid #C9A876;
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(201, 168, 118, 0.18);
  margin-bottom: 20px;
  overflow: hidden;
}
.compare__closing::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #C9A876, #A68858, #C9A876);
}
.compare__closing::after {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(201, 168, 118, 0.1) 0%, transparent 70%);
  pointer-events: none;
}
@media screen and (max-width: 896px) {
  .compare__closing {
    padding: 36px 20px;
  }
}
.compare__closing-icon {
  display: inline-block;
  font-size: 40px;
  margin-bottom: 12px;
  filter: drop-shadow(0 4px 12px rgba(201, 168, 118, 0.3));
}
@media screen and (max-width: 896px) {
  .compare__closing-icon {
    font-size: 32px;
  }
}
.compare__closing-title {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 700;
  color: #222222;
  margin: 0 0 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.compare__closing-title strong {
  color: #A68858;
  font-size: 1.15em;
}
.compare__closing-title em {
  color: #A68858;
  font-style: normal;
  position: relative;
  padding: 0 4px;
}
.compare__closing-title em::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 4px;
  background: linear-gradient(90deg, transparent, #C9A876, transparent);
}
@media screen and (max-width: 896px) {
  .compare__closing-title {
    font-size: 20px;
  }
}
.compare__closing-body {
  font-size: 15px;
  line-height: 1.9;
  color: #333333;
  margin: 0;
  max-width: 720px;
  margin-inline: auto;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 896px) {
  .compare__closing-body {
    font-size: 13px;
  }
}
.compare__disclaimer {
  font-size: 11px;
  color: #888888;
  text-align: center;
  margin: 0;
  letter-spacing: 0.05em;
}

.impact {
  padding: 140px 0;
  background: radial-gradient(circle at 15% 15%, rgba(201, 168, 118, 0.25) 0%, transparent 55%), radial-gradient(circle at 85% 85%, rgba(232, 220, 196, 0.3) 0%, transparent 55%), linear-gradient(135deg, #FAF7F2 0%, #FFFFFF 50%, #FAF7F2 100%);
  position: relative;
  overflow: hidden;
}
.impact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #A68858, transparent);
}
.impact::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #A68858, transparent);
}
.impact__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 896px) {
  .impact__inner {
    padding: 0 20px;
  }
}
.impact__eyebrow-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 20px;
}
.impact__eyebrow-line {
  width: 40px;
  height: 1px;
  background: #A68858;
}
.impact__eyebrow {
  font-family: "Playfair Display", "Anton", serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.4em;
  color: #A68858;
  margin: 0;
}
.impact__callout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  background: #222222;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  border-radius: 999px;
  position: relative;
  margin: 0 auto 28px;
  width: fit-content;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.impact__callout-tail {
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #222222;
  transform: translateX(-50%);
}
.impact__callout-text {
  display: inline;
}
@media screen and (max-width: 896px) {
  .impact__callout {
    font-size: 11px;
    padding: 8px 18px;
  }
}
.impact__title {
  font-family: "Noto Serif JP", serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.4;
  color: #222222;
  letter-spacing: 0.04em;
  margin: 0 0 16px;
}
.impact__title em {
  color: #A86B6B;
  font-style: normal;
  position: relative;
  padding: 0 8px;
  display: inline-block;
}
.impact__title em::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #A86B6B, transparent);
}
@media screen and (max-width: 1024px) {
  .impact__title {
    font-size: 46px;
  }
}
@media screen and (max-width: 896px) {
  .impact__title {
    font-size: 30px;
    letter-spacing: 0.02em;
  }
}
.impact__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  line-height: 1.8;
  color: #333333;
  margin: 0 0 56px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 896px) {
  .impact__lead {
    font-size: 14px;
    margin: 0 0 36px;
  }
}
.impact__chart {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
  text-align: left;
}
.impact__chart-row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 20px;
  align-items: center;
  padding: 20px 24px;
  background: #FFFFFF;
  border-radius: 14px;
  border: 1px solid rgba(201, 168, 118, 0.15);
  box-shadow: 0 8px 24px rgba(34, 34, 34, 0.04);
  transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.impact__chart-row:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(34, 34, 34, 0.08);
}
.impact__chart-row--good {
  grid-template-columns: 200px 1fr;
  background: linear-gradient(135deg, rgba(201, 168, 118, 0.15), rgba(232, 220, 196, 0.25));
  border: 2px solid #C9A876;
  box-shadow: 0 20px 48px rgba(201, 168, 118, 0.25);
  transform: scale(1.02);
}
.impact__chart-row--good:hover {
  transform: scale(1.02) translateY(-2px);
}
@media screen and (max-width: 896px) {
  .impact__chart-row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 14px 16px;
  }
  .impact__chart-row--good {
    grid-template-columns: 1fr;
  }
}
.impact__chart-head {
  display: flex;
  flex-direction: column;
  gap: 2px;
  position: relative;
}
.impact__chart-crown {
  position: absolute;
  top: -28px;
  left: 0;
  font-size: 24px;
}
@media screen and (max-width: 896px) {
  .impact__chart-crown {
    position: static;
    font-size: 18px;
  }
}
.impact__chart-name {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 700;
  color: #222222;
  letter-spacing: 0.04em;
}
.impact__chart-row--bad .impact__chart-name {
  color: #A86B6B;
}
.impact__chart-row--mid .impact__chart-name {
  color: #888888;
}
.impact__chart-row--good .impact__chart-name {
  color: #A68858;
  font-size: 22px;
}
@media screen and (max-width: 896px) {
  .impact__chart-name {
    font-size: 15px;
  }
}
.impact__chart-note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  opacity: 0.7;
  letter-spacing: 0.05em;
}
.impact__chart-bar {
  position: relative;
  height: 48px;
  background: rgba(201, 168, 118, 0.06);
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 896px) {
  .impact__chart-bar {
    height: 40px;
  }
}
.impact__chart-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--w, 50%);
  height: 100%;
  border-radius: 8px;
  transform-origin: left center;
  animation: impactBarGrow 1.6s cubic-bezier(0.2, 0.8, 0.2, 1) 0.2s both;
}
.impact__chart-fill--bad {
  background: linear-gradient(90deg, rgba(168, 107, 107, 0.6), rgba(168, 107, 107, 0.85));
}
.impact__chart-fill--mid {
  background: linear-gradient(90deg, rgba(136, 136, 136, 0.6), rgba(136, 136, 136, 0.85));
}
.impact__chart-fill--good {
  background: linear-gradient(90deg, #C9A876, #A68858);
  box-shadow: 0 4px 14px rgba(201, 168, 118, 0.4);
}
@keyframes impactBarGrow {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
.impact__chart-value {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  display: flex;
  align-items: baseline;
  gap: 6px;
  font-family: "Playfair Display", "Anton", serif;
  white-space: nowrap;
  z-index: 1;
}
.impact__chart-value .impact__chart-currency {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 400;
  opacity: 0.9;
}
.impact__chart-value strong {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.impact__chart-value strong small {
  font-size: 13px;
}
.impact__chart-value--bad, .impact__chart-value--mid {
  color: #FFFFFF;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.impact__chart-value--good {
  color: #FFFFFF;
}
.impact__chart-value--good strong {
  font-size: 24px;
}
.impact__chart-value--good {
  text-shadow: 0 1px 3px rgba(168, 136, 88, 0.3);
}
@media screen and (max-width: 896px) {
  .impact__chart-value {
    right: 10px;
  }
  .impact__chart-value strong {
    font-size: 14px;
  }
  .impact__chart-value strong small {
    font-size: 11px;
  }
  .impact__chart-value .impact__chart-currency {
    font-size: 10px;
  }
  .impact__chart-value--good strong {
    font-size: 17px;
  }
}
.impact__diff {
  display: flex;
  gap: 16px;
  margin-bottom: 48px;
}
@media screen and (max-width: 896px) {
  .impact__diff {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 32px;
  }
}
.impact__diff-row {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 28px;
  background: linear-gradient(135deg, rgba(168, 107, 107, 0.08), rgba(168, 107, 107, 0.03));
  border: 1.5px dashed rgba(168, 107, 107, 0.4);
  border-radius: 10px;
}
.impact__diff-row--emphasis {
  background: linear-gradient(135deg, rgba(168, 107, 107, 0.15), rgba(168, 107, 107, 0.08));
  border: 1.5px solid rgba(168, 107, 107, 0.5);
}
@media screen and (max-width: 896px) {
  .impact__diff-row {
    padding: 12px 18px;
  }
}
.impact__diff-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 896px) {
  .impact__diff-label {
    font-size: 12px;
  }
}
.impact__diff-value {
  font-family: "Playfair Display", "Anton", serif;
  font-size: 22px;
  font-weight: 700;
  color: #A86B6B;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 896px) {
  .impact__diff-value {
    font-size: 17px;
  }
}
.impact__diff-num {
  font-size: 1.2em;
  margin: 0 2px;
}
.impact__body-wrap {
  padding: 32px 40px;
  background: #FFFFFF;
  border: 1px solid rgba(201, 168, 118, 0.2);
  border-radius: 14px;
  margin-bottom: 48px;
  box-shadow: 0 16px 40px rgba(34, 34, 34, 0.05);
}
@media screen and (max-width: 896px) {
  .impact__body-wrap {
    padding: 20px 20px;
    margin-bottom: 32px;
  }
}
.impact__body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  line-height: 2;
  color: #333333;
  margin: 0;
  letter-spacing: 0.04em;
}
.impact__body em {
  color: #A68858;
  font-style: normal;
  font-weight: 700;
  font-size: 1.15em;
  background: linear-gradient(transparent 65%, rgba(201, 168, 118, 0.25) 65%);
  padding: 0 4px;
}
@media screen and (max-width: 896px) {
  .impact__body {
    font-size: 14px;
    line-height: 1.9;
  }
}
.impact__cta {
  text-align: center;
}
.impact__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 24px 56px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  background: linear-gradient(180deg, #22CF65 0%, #0EAA47 100%);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 18px 40px rgba(14, 170, 71, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.impact__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transform: skewX(-20deg);
  transition: left 0.8s;
}
.impact__btn:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 26px 56px rgba(14, 170, 71, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.45);
  opacity: 1;
}
.impact__btn:hover::before {
  left: 150%;
}
@media screen and (max-width: 896px) {
  .impact__btn {
    padding: 18px 28px;
    font-size: 15px;
    gap: 10px;
  }
}
.impact__btn-icon {
  width: 28px;
  height: 28px;
  display: inline-flex;
}
.impact__btn-icon svg {
  width: 100%;
  height: 100%;
  fill: #FFFFFF;
}
.impact__btn-label {
  flex: 0 0 auto;
}
.impact__btn-arrow {
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: rotate(45deg);
  margin-left: 4px;
  transition: transform 0.3s;
}
.impact__btn:hover .impact__btn-arrow {
  transform: rotate(45deg) translate(3px, -3px);
}
.impact__btn-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  color: #888888;
  margin: 16px 0 0;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 896px) {
  .impact__btn-sub {
    font-size: 11px;
  }
}

.reason {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 120px 40px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 896px) {
  .reason {
    padding: 70px 20px;
  }
}
.reason__title {
  font-family: "Playfair Display", "Anton", serif;
  font-size: 64px;
  text-align: center;
  margin: 0 0 30px 0;
  letter-spacing: 0.05em;
}
.reason__title span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin: 18px 0 0;
  color: #A68858;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1024px) {
  .reason__title {
    font-size: 48px;
  }
  .reason__title span {
    font-size: 14px;
    margin: 14px 0 0;
  }
}
@media screen and (max-width: 896px) {
  .reason__title {
    font-size: 32px;
  }
  .reason__title span {
    font-size: 12px;
    margin: 10px 0 0;
    letter-spacing: 0.05em;
  }
}
.reason__title {
  margin-bottom: 80px;
}
@media screen and (max-width: 896px) {
  .reason__title {
    margin-bottom: 48px;
  }
}
.reason__content {
  padding: 0;
}
.reason__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 896px) {
  .reason__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.reason__item {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 48px 40px 40px;
  background: linear-gradient(180deg, #FFFFFF 0%, #FAF7F2 100%);
  border-radius: 12px;
  border: 1px solid rgba(201, 168, 118, 0.2);
  overflow: hidden;
  counter-increment: reason-num;
  transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.reason__item::before {
  content: counter(reason-num, decimal-leading-zero);
  position: absolute;
  top: 12px;
  right: 24px;
  font-family: "Playfair Display", "Anton", serif;
  font-size: 120px;
  color: #C9A876;
  line-height: 1;
  opacity: 0.08;
  font-weight: 700;
  pointer-events: none;
}
.reason__item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 48px;
  bottom: 48px;
  width: 3px;
  background: linear-gradient(180deg, #C9A876, #A68858);
  border-radius: 0 3px 3px 0;
}
.reason__item:nth-child(2n+1) {
  margin: 0;
}
.reason__item:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px rgba(168, 136, 88, 0.15);
  border-color: #C9A876;
}
.reason__item:hover::before {
  opacity: 0.15;
}
@media screen and (max-width: 896px) {
  .reason__item {
    padding: 32px 24px 28px;
  }
  .reason__item::before {
    font-size: 80px;
    top: 8px;
    right: 16px;
  }
  .reason__item:nth-child(2n+1) {
    margin: 0;
  }
}
.reason__item-title {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  line-height: 1.45;
  padding: 0;
  margin: 0 0 20px;
  font-weight: 700;
  color: #222222;
  display: block;
  background-image: none;
  background: none;
  min-height: auto;
}
.reason__item-title::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #C9A876;
  vertical-align: middle;
  margin-right: 16px;
  margin-bottom: 6px;
}
@media screen and (max-width: 896px) {
  .reason__item-title {
    font-size: 2rem;
  }
  .reason__item-title::before {
    width: 28px;
    margin-right: 10px;
  }
}
.reason__item-text {
  font-size: 26px;
  min-height: auto;
  text-align: justify;
  line-height: 1.9;
  margin: 0 0 28px;
  color: #333333;
}
@media screen and (max-width: 896px) {
  .reason__item-text {
    font-size: 1.5rem;
    min-height: auto;
  }
}
.reason__item-image {
  padding: 0;
  margin: 0;
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.reason__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.reason__item-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 60%, rgba(201, 168, 118, 0.15) 100%);
  pointer-events: none;
}
.reason__item:hover .reason__item-image img {
  transform: scale(1.08);
}

.merit {
  padding: 100px 0;
  background-color: #FAF7F2;
}
@media screen and (max-width: 896px) {
  .merit {
    padding: 60px 0;
  }
}
.merit__in {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 896px) {
  .merit__in {
    padding: 0 20px;
  }
}
.merit__title {
  font-family: "Playfair Display", "Anton", serif;
  font-size: 64px;
  text-align: center;
  margin: 0 0 30px 0;
  letter-spacing: 0.05em;
}
.merit__title span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin: 18px 0 0;
  color: #A68858;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1024px) {
  .merit__title {
    font-size: 48px;
  }
  .merit__title span {
    font-size: 14px;
    margin: 14px 0 0;
  }
}
@media screen and (max-width: 896px) {
  .merit__title {
    font-size: 32px;
  }
  .merit__title span {
    font-size: 12px;
    margin: 10px 0 0;
    letter-spacing: 0.05em;
  }
}
.merit__title {
  margin-bottom: 48px;
}
.merit__four {
  padding: 0;
  margin: 0 0 60px;
}
@media screen and (max-width: 896px) {
  .merit__four {
    padding: 0;
    margin: 0 0 30px;
  }
}
.merit__four-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.merit__four-grid::after {
  display: none;
}
@media screen and (max-width: 896px) {
  .merit__four-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
.merit__four-item {
  background: linear-gradient(150deg, #FFFFFF 0%, #FFFFFF 50%, #E8DCC4 50%, #E8DCC4 100%);
  width: 100%;
  height: 82px;
  float: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.merit__four-item span {
  text-align: center;
  font-size: 31px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 896px) {
  .merit__four-item span {
    font-size: 1.75rem;
  }
}
.merit__four-item:nth-child(2n+1), .merit__four-item:nth-child(4) {
  margin: 0;
}
@media screen and (max-width: 896px) {
  .merit__four-item {
    width: 100%;
  }
  .merit__four-item:nth-child(2n+1) {
    margin: 0;
  }
}
.merit__detail {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 40px;
}
@media screen and (max-width: 896px) {
  .merit__detail {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.merit__detail-item {
  width: 100%;
  box-sizing: border-box;
  background-color: #FFFFFF;
  position: relative;
  padding: 60px 30px 30px;
  margin: 0;
  border-radius: 8px;
}
.merit__detail-item:nth-child(2n+1) {
  margin: 0;
}
@media screen and (max-width: 896px) {
  .merit__detail-item {
    width: 100%;
    margin: 0;
  }
  .merit__detail-item:nth-child(2n+1) {
    margin: 0;
  }
}
.merit__icon {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  width: 95px;
  height: 95px;
  border-radius: 95px;
  background-color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .merit__icon {
    width: 72px;
    height: 72px;
    border-radius: 72px;
    top: -22px;
  }
}
.merit__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(201, 168, 118, 0.2);
  border: 2px solid #E8DCC4;
}
.merit__icon img {
  width: auto;
  height: auto;
  max-width: 55%;
  max-height: 55%;
  object-fit: contain;
  padding: 0;
  display: block;
}
.merit__icon--speed img, .merit__icon--allergy img, .merit__icon--water img, .merit__icon--long img, .merit__icon--freestyle img {
  padding: 0;
  margin: 0;
}
.merit__icon--water {
  text-align: center;
}
.merit__detail-title {
  text-align: center;
  position: relative;
  font-size: 38px;
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 1.4;
}
.merit__detail-text {
  font-size: 26px;
  text-align: justify;
  line-height: 1.6;
  margin: 10px 0 20px;
  color: #333333;
}
.merit__detail-text span {
  background-color: #E8DCC4;
  padding: 2px 4px;
}
@media screen and (max-width: 896px) {
  .merit__detail-text {
    font-size: 1.5rem;
  }
}

.salon-voice {
  width: 100%;
  max-width: 1400px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 100px 40px;
}
@media screen and (max-width: 896px) {
  .salon-voice {
    width: 100%;
    padding: 60px 20px;
  }
}
.salon-voice__title {
  font-family: "Playfair Display", "Anton", serif;
  font-size: 125px;
  text-align: center;
  margin: 0 0 48px 0;
  letter-spacing: 0.05em;
}
.salon-voice__title span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 33px;
  font-weight: 400;
  margin: 18px 0 0;
  color: #A68858;
}
@media screen and (max-width: 896px) {
  .salon-voice__title {
    font-size: 4.5rem;
    margin: 0 0 28px;
  }
  .salon-voice__title span {
    font-size: 1.5rem;
  }
}
.salon-voice__image {
  text-align: center;
  margin: 0 auto 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.salon-voice__image img {
  width: 60%;
  max-width: 520px;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 15px 45px rgba(34, 34, 34, 0.1);
}
.salon-voice__name {
  font-size: 38px;
  line-height: 1.6;
  margin: 0 0 16px;
  text-align: center;
  font-weight: 700;
  color: #A68858;
}
@media screen and (max-width: 896px) {
  .salon-voice__name {
    font-size: 2.1rem;
  }
}
.salon-voice__text {
  width: 100%;
  max-width: 820px;
  font-size: 26px;
  line-height: 2;
  margin: 10px auto 20px;
  color: #333333;
  text-align: left;
}
@media screen and (max-width: 896px) {
  .salon-voice__text {
    width: 100%;
    font-size: 1.5rem;
    margin: 10px 0 20px;
  }
}

.set {
  padding: 120px 0;
  background: linear-gradient(180deg, #F5F2EC 0%, rgb(241.4827586207, 237.4275862069, 229.3172413793) 100%);
  position: relative;
  overflow: hidden;
}
.set::before {
  content: "";
  position: absolute;
  top: 10%;
  left: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(201, 168, 118, 0.12) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.set::after {
  content: "";
  position: absolute;
  bottom: 10%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(201, 168, 118, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
@media screen and (max-width: 896px) {
  .set {
    padding: 70px 0;
  }
}
.set__wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 896px) {
  .set__wrap {
    padding: 0 20px;
  }
}
.set__title {
  font-family: "Playfair Display", "Anton", serif;
  font-size: 64px;
  text-align: center;
  margin: 0 0 30px 0;
  letter-spacing: 0.05em;
}
.set__title span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin: 18px 0 0;
  color: #A68858;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1024px) {
  .set__title {
    font-size: 48px;
  }
  .set__title span {
    font-size: 14px;
    margin: 14px 0 0;
  }
}
@media screen and (max-width: 896px) {
  .set__title {
    font-size: 32px;
  }
  .set__title span {
    font-size: 12px;
    margin: 10px 0 0;
    letter-spacing: 0.05em;
  }
}
.set__title {
  margin-bottom: 72px;
}
@media screen and (max-width: 896px) {
  .set__title {
    margin-bottom: 40px;
  }
}
.set__grid {
  margin: 0 0 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 896px) {
  .set__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.set__item {
  background: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 20px 50px rgba(34, 34, 34, 0.08), 0 4px 10px rgba(34, 34, 34, 0.04);
  border: 1px solid rgba(201, 168, 118, 0.18);
  transition: all 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
  width: 100%;
  aspect-ratio: auto;
  position: relative;
}
.set__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #C9A876, #A68858, #C9A876);
  background-size: 200% 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
  z-index: 2;
}
.set__item:hover {
  transform: translateY(-12px);
  box-shadow: 0 40px 80px rgba(201, 168, 118, 0.22), 0 10px 20px rgba(34, 34, 34, 0.08);
  border-color: #C9A876;
}
.set__item:hover::before {
  transform: scaleX(1);
  animation: shimmerGradient 2s linear infinite;
}
.set__item:nth-child(2n+1) {
  width: 100%;
  margin: 0;
}
.set__item img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 896px) {
  .set__item {
    margin: 0;
  }
  .set__item:nth-child(2n+1) {
    width: 100%;
    margin: 0;
  }
}
@keyframes shimmerGradient {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}
.set__item-media {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: linear-gradient(135deg, #FAF7F2 0%, #F5F2EC 100%);
}
.set__item-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.set__item:hover .set__item-media img {
  transform: scale(1.08);
}
.set__item-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 10px 18px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  border-radius: 8px;
  display: flex;
  align-items: baseline;
  gap: 8px;
  box-shadow: 0 6px 16px rgba(34, 34, 34, 0.12);
  z-index: 1;
}
@media screen and (max-width: 896px) {
  .set__item-tag {
    top: 14px;
    left: 14px;
    padding: 8px 14px;
  }
}
.set__item-num {
  font-family: "Playfair Display", "Anton", serif;
  font-size: 22px;
  font-weight: 700;
  color: #A68858;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 896px) {
  .set__item-num {
    font-size: 1.6rem;
  }
}
.set__item-cat {
  font-family: "Playfair Display", "Anton", serif;
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
@media screen and (max-width: 896px) {
  .set__item-cat {
    font-size: 0.9rem;
  }
}
.set__item-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 8px 16px;
  background: linear-gradient(135deg, #C9A876 0%, #A68858 100%);
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 999px;
  box-shadow: 0 6px 14px rgba(201, 168, 118, 0.35);
  z-index: 1;
}
@media screen and (max-width: 896px) {
  .set__item-badge {
    top: 14px;
    right: 14px;
    padding: 6px 12px;
    font-size: 1rem;
  }
}
.set__item-body {
  padding: 36px 32px 32px;
}
@media screen and (max-width: 896px) {
  .set__item-body {
    padding: 24px 22px;
  }
}
.set__item-name {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #222222;
  margin: 0 0 18px;
  position: relative;
  padding-bottom: 16px;
}
.set__item-name::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 2px;
  background: linear-gradient(90deg, #C9A876, transparent);
}
@media screen and (max-width: 896px) {
  .set__item-name {
    font-size: 1.8rem;
    padding-bottom: 12px;
  }
}
.set__item-desc {
  font-size: 15px;
  line-height: 1.95;
  color: #333333;
  margin: 0 0 22px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 896px) {
  .set__item-desc {
    font-size: 1.35rem;
    line-height: 1.8;
  }
}
.set__item-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.set__item-features li {
  font-size: 12px;
  font-weight: 700;
  padding: 8px 14px;
  background: #FAF7F2;
  border: 1px solid rgba(201, 168, 118, 0.35);
  border-radius: 999px;
  color: #A68858;
  letter-spacing: 0.05em;
  transition: all 0.3s;
}
.set__item-features li:hover {
  background: #C9A876;
  color: #FFFFFF;
  border-color: #C9A876;
  transform: translateY(-2px);
}
@media screen and (max-width: 896px) {
  .set__item-features li {
    font-size: 1.1rem;
    padding: 6px 12px;
  }
}

.user-voice {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 120px 40px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 896px) {
  .user-voice {
    padding: 70px 20px;
  }
}
.user-voice__title {
  font-family: "Playfair Display", "Anton", serif;
  font-size: 64px;
  text-align: center;
  margin: 0 0 30px 0;
  letter-spacing: 0.05em;
}
.user-voice__title span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin: 18px 0 0;
  color: #A68858;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1024px) {
  .user-voice__title {
    font-size: 48px;
  }
  .user-voice__title span {
    font-size: 14px;
    margin: 14px 0 0;
  }
}
@media screen and (max-width: 896px) {
  .user-voice__title {
    font-size: 32px;
  }
  .user-voice__title span {
    font-size: 12px;
    margin: 10px 0 0;
    letter-spacing: 0.05em;
  }
}
.user-voice__title {
  margin-bottom: 80px;
}
@media screen and (max-width: 896px) {
  .user-voice__title {
    margin-bottom: 48px;
  }
}
.user-voice__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 896px) {
  .user-voice__grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 48px;
  }
}
.user-voice__item {
  width: 100%;
  box-sizing: border-box;
  padding: 60px 48px 48px;
  background: linear-gradient(135deg, #FFFFFF 0%, #FAF7F2 100%);
  border: 1px solid rgba(201, 168, 118, 0.25);
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.user-voice__item:nth-child(2n+1) {
  margin: 0;
}
.user-voice__item::before {
  content: '"';
  position: absolute;
  top: -30px;
  left: 24px;
  font-family: "Playfair Display", "Anton", serif;
  font-size: 180px;
  color: #C9A876;
  opacity: 0.18;
  line-height: 1;
  pointer-events: none;
  font-weight: 700;
}
.user-voice__item::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 24px;
  width: 60px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #C9A876);
}
.user-voice__item:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px rgba(168, 136, 88, 0.18);
  border-color: #C9A876;
}
.user-voice__item:hover::before {
  opacity: 0.28;
}
@media screen and (max-width: 896px) {
  .user-voice__item {
    padding: 40px 24px 28px;
    margin: 0;
    border: 1px solid rgba(201, 168, 118, 0.3);
  }
  .user-voice__item::before {
    font-size: 110px;
    top: -18px;
  }
  .user-voice__item:nth-child(2n+1) {
    width: 100%;
    margin: 0;
  }
}
.user-voice__item-image {
  text-align: center;
  margin: 0 auto 24px;
  position: relative;
}
.user-voice__item-image img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #FFFFFF;
  box-shadow: 0 10px 30px rgba(168, 136, 88, 0.25);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.user-voice__item-image::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  border: 1px solid #C9A876;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  pointer-events: none;
}
@media screen and (max-width: 896px) {
  .user-voice__item-image img {
    width: 140px;
    height: 140px;
  }
  .user-voice__item-image::after {
    width: 156px;
    height: 156px;
  }
}
.user-voice__item-title {
  font-size: 24px;
  line-height: 1.5;
  color: #A68858;
  font-weight: 700;
  text-align: center;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 20px;
}
.user-voice__item-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 2px;
  background: #C9A876;
}
@media screen and (max-width: 896px) {
  .user-voice__item-title {
    font-size: 1.7rem;
    padding-bottom: 16px;
  }
}
.user-voice__item-text {
  font-size: 26px;
  text-align: left;
  line-height: 2;
  color: #333333;
  margin: 0;
}
@media screen and (max-width: 896px) {
  .user-voice__item-text {
    font-size: 1.4rem;
  }
}

.insta {
  width: 100%;
  max-width: 690px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.insta img {
  width: 100%;
  max-width: 320px;
  border-radius: 8px;
  transition: transform 0.3s;
}
.insta img:hover {
  transform: scale(1.03);
}
@media screen and (max-width: 896px) {
  .insta {
    width: 100%;
  }
}

.faq {
  padding: 100px 0;
  background: linear-gradient(180deg, #F5F2EC 0%, rgb(239.724137931, 235.1413793103, 225.975862069) 100%);
}
@media screen and (max-width: 896px) {
  .faq {
    padding: 60px 20px;
  }
}
.faq__wrap {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 896px) {
  .faq__wrap {
    width: 100%;
    padding: 0;
  }
}
.faq__title {
  font-family: "Playfair Display", "Anton", serif;
  font-size: 125px;
  text-align: center;
  margin: 0 0 60px 0;
  color: #222222;
  letter-spacing: 0.05em;
}
.faq__title span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 18px 0 0;
  color: #A68858;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 896px) {
  .faq__title {
    font-size: 4rem;
    margin: 0 0 32px 0;
  }
  .faq__title span {
    font-size: 1.25rem;
    margin: 10px 0 0;
  }
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.faq__question {
  color: #222222;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 700;
  position: relative;
  padding: 22px 60px 22px 70px;
  margin: 0;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid rgba(201, 168, 118, 0.35);
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  user-select: none;
  box-shadow: 0 2px 8px rgba(168, 136, 88, 0.04);
}
.faq__question::before {
  content: "Q";
  background: #C9A876;
  color: #FFFFFF;
  font-family: "Playfair Display", "Anton", serif;
  font-size: 16px;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  text-align: center;
  line-height: 34px;
  border-radius: 50%;
  font-weight: 700;
}
.faq__question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  background-image: linear-gradient(#C9A876, #C9A876), linear-gradient(#C9A876, #C9A876);
  background-size: 14px 2px, 2px 14px;
  background-position: center, center;
  background-repeat: no-repeat;
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.faq__question:hover {
  background: rgb(248.5172413793, 246.5724137931, 242.6827586207);
  border-color: #C9A876;
  box-shadow: 0 6px 18px rgba(168, 136, 88, 0.12);
}
.faq__question.is-open {
  background: #FFFFFF;
  border-color: #C9A876;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 6px 18px rgba(168, 136, 88, 0.08);
}
.faq__question.is-open::after {
  transform: translateY(-50%) rotate(135deg);
  background-size: 14px 2px, 0 0;
}
@media screen and (max-width: 896px) {
  .faq__question {
    font-size: 1.35rem;
    padding: 16px 44px 16px 52px;
  }
  .faq__question::before {
    font-size: 12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    left: 12px;
  }
  .faq__question::after {
    right: 14px;
    width: 10px;
    height: 10px;
    background-size: 10px 2px, 2px 10px;
  }
}
.faq__answer {
  background: #FAF7F2;
  color: #333333;
  font-size: 15px;
  line-height: 1.9;
  text-align: left;
  position: relative;
  margin: 0;
  box-sizing: border-box;
  padding: 0 24px 0 70px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.3s ease, padding 0.4s ease;
  border-radius: 0 0 6px 6px;
  border: 1px solid transparent;
}
.faq__answer::before {
  content: "A";
  background: #A68858;
  font-family: "Playfair Display", "Anton", serif;
  font-size: 16px;
  font-weight: 700;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 24px;
  left: 18px;
  text-align: center;
  line-height: 34px;
  color: #FFFFFF;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s 0.1s;
}
.faq__answer.is-open {
  max-height: 800px;
  opacity: 1;
  padding: 24px 24px 24px 70px;
  border-color: #C9A876;
  border-top: none;
}
.faq__answer.is-open::before {
  opacity: 1;
}
@media screen and (max-width: 896px) {
  .faq__answer {
    padding: 0 16px 0 52px;
    font-size: 1.25rem;
  }
  .faq__answer::before {
    font-size: 12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    left: 12px;
    top: 20px;
  }
  .faq__answer.is-open {
    padding: 18px 16px 18px 52px;
  }
}

.contact {
  padding: 120px 0;
  background: linear-gradient(180deg, #FFFFFF 0%, #FAF7F2 100%);
  position: relative;
  overflow: hidden;
}
.contact::before {
  content: "";
  position: absolute;
  top: -10%;
  right: -5%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(201, 168, 118, 0.15) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.contact::after {
  content: "";
  position: absolute;
  bottom: -10%;
  left: -5%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(232, 220, 196, 0.22) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
@media screen and (max-width: 896px) {
  .contact {
    padding: 70px 0;
  }
}
.contact__inner {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 896px) {
  .contact__inner {
    padding: 0 20px;
  }
}
.contact__head {
  text-align: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 896px) {
  .contact__head {
    margin-bottom: 40px;
  }
}
.contact__eyebrow {
  display: inline-block;
  font-family: "Playfair Display", "Anton", serif;
  font-size: 16px;
  color: #C9A876;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: 14px;
  position: relative;
  padding: 0 28px;
}
.contact__eyebrow::before, .contact__eyebrow::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 1px;
  background: #C9A876;
}
.contact__eyebrow::before {
  left: 0;
}
.contact__eyebrow::after {
  right: 0;
}
@media screen and (max-width: 896px) {
  .contact__eyebrow {
    font-size: 1.1rem;
    letter-spacing: 0.2em;
  }
}
.contact__title {
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-weight: 700;
  color: #222222;
  letter-spacing: 0.05em;
  margin: 0 0 20px;
}
@media screen and (max-width: 896px) {
  .contact__title {
    font-size: 2.8rem;
  }
}
.contact__sub {
  font-size: 15px;
  line-height: 1.95;
  color: #333333;
  margin: 0;
}
@media screen and (max-width: 896px) {
  .contact__sub {
    font-size: 1.35rem;
  }
}
.contact__form {
  background: #FFFFFF;
  padding: 56px 64px;
  border-radius: 20px;
  box-shadow: 0 30px 80px rgba(34, 34, 34, 0.08), 0 8px 20px rgba(34, 34, 34, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(201, 168, 118, 0.18);
  position: relative;
}
.contact__form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #C9A876 30%, #C9A876 70%, transparent);
  border-radius: 2px;
}
@media screen and (max-width: 896px) {
  .contact__form {
    padding: 32px 24px;
    border-radius: 12px;
  }
}
.contact__row {
  margin-bottom: 28px;
}
.contact__row:last-child {
  margin-bottom: 0;
}
.contact__row--submit {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 896px) {
  .contact__row--submit {
    margin-top: 28px;
  }
}
.contact__label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 896px) {
  .contact__label {
    font-size: 1.35rem;
  }
}
.contact__required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  background: linear-gradient(135deg, #C9A876 0%, #A68858 100%);
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 4px;
}
@media screen and (max-width: 896px) {
  .contact__required {
    font-size: 1rem;
    padding: 3px 8px;
  }
}
.contact__input, .contact__textarea {
  width: 100%;
  padding: 16px 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #222222;
  background: #FAF7F2;
  border: 2px solid transparent;
  border-radius: 8px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  line-height: 1.6;
  letter-spacing: 0.02em;
  -webkit-appearance: none;
  appearance: none;
}
.contact__input::placeholder, .contact__textarea::placeholder {
  color: rgba(34, 34, 34, 0.35);
  font-weight: 400;
}
.contact__input:hover, .contact__textarea:hover {
  background: #FFFFFF;
  border-color: rgba(201, 168, 118, 0.35);
}
.contact__input:focus, .contact__textarea:focus {
  outline: none;
  background: #FFFFFF;
  border-color: #C9A876;
  box-shadow: 0 0 0 4px rgba(201, 168, 118, 0.15), 0 6px 18px rgba(201, 168, 118, 0.1);
}
.contact__input:valid:not(:placeholder-shown), .contact__textarea:valid:not(:placeholder-shown) {
  background: #FFFFFF;
}
.contact__input:invalid:not(:placeholder-shown), .contact__textarea:invalid:not(:placeholder-shown) {
  border-color: rgba(168, 107, 107, 0.4);
}
@media screen and (max-width: 896px) {
  .contact__input, .contact__textarea {
    padding: 14px 16px;
    font-size: 1.4rem;
  }
}
.contact__textarea {
  resize: vertical;
  min-height: 160px;
  line-height: 1.8;
}
.contact__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 340px;
  padding: 22px 48px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #FFFFFF;
  background: radial-gradient(ellipse at top, rgba(255, 255, 255, 0.3) 0%, transparent 55%), linear-gradient(180deg, #ECC58D 0%, #C9A876 50%, #A68858 100%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
  box-shadow: 0 14px 32px rgba(201, 168, 118, 0.35), 0 4px 10px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.45);
  animation: contactSubmitPulse 3.5s ease-in-out infinite;
}
.contact__submit::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  height: 45%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, transparent 100%);
  border-radius: 999px 999px 0 0;
  pointer-events: none;
}
.contact__submit::after {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.65), transparent);
  transform: skewX(-20deg);
  transition: left 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
  pointer-events: none;
}
.contact__submit:hover::after {
  left: 180%;
}
.contact__submit:hover {
  transform: translateY(-4px) scale(1.02);
  animation-play-state: paused;
  box-shadow: 0 22px 44px rgba(201, 168, 118, 0.55), 0 8px 16px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.55);
}
.contact__submit:active {
  transform: translateY(-2px) scale(0.995);
}
@media screen and (max-width: 896px) {
  .contact__submit {
    min-width: 0;
    width: 100%;
    padding: 18px 24px;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
}
@keyframes contactSubmitPulse {
  0%, 100% {
    box-shadow: 0 14px 32px rgba(201, 168, 118, 0.35), 0 4px 10px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.45);
  }
  50% {
    box-shadow: 0 18px 40px rgba(201, 168, 118, 0.55), 0 8px 16px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.55);
  }
}
.contact__submit-label {
  position: relative;
  z-index: 1;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
}
.contact__submit-arrow {
  position: relative;
  z-index: 1;
  width: 28px;
  height: 28px;
  background: #FFFFFF;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s;
}
.contact__submit-arrow::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #A68858;
  margin-left: 2px;
}
@media screen and (max-width: 896px) {
  .contact__submit-arrow {
    width: 24px;
    height: 24px;
  }
  .contact__submit-arrow::before {
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 7px;
  }
}
.contact__submit:hover .contact__submit-arrow {
  transform: translateX(6px) scale(1.1);
}
.contact__success {
  display: none;
  padding: 40px 32px;
  text-align: center;
  background: linear-gradient(135deg, rgba(201, 168, 118, 0.12), rgba(232, 220, 196, 0.18));
  border: 2px solid #C9A876;
  border-radius: 12px;
  color: #A68858;
  font-size: 16px;
  line-height: 1.8;
}
.contact__success.is-visible {
  display: block;
  animation: fadeInUp 0.6s ease forwards;
}
.contact__success strong {
  display: block;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #222222;
}
@media screen and (max-width: 896px) {
  .contact__success strong {
    font-size: 1.7rem;
  }
}
.contact__note {
  text-align: center;
  margin-top: 24px;
}
.contact__note small {
  font-size: 12px;
  color: #888888;
}
@media screen and (max-width: 896px) {
  .contact__note small {
    font-size: 1.1rem;
  }
}

.final-cta {
  padding: 140px 0 140px;
  background: radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.25) 0%, transparent 55%), radial-gradient(circle at 85% 80%, rgba(232, 220, 196, 0.35) 0%, transparent 55%), linear-gradient(135deg, #C9A876 0%, #A68858 55%, #8D7244 100%);
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.final-cta__deco-top, .final-cta__deco-bottom {
  position: absolute;
  left: 0;
  right: 0;
  height: 80px;
  pointer-events: none;
  z-index: 0;
}
.final-cta__deco-top {
  top: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, transparent 100%);
}
.final-cta__deco-top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #FFFFFF, transparent);
}
.final-cta__deco-bottom {
  bottom: 0;
}
.final-cta__deco-bottom::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #FFFFFF, transparent);
}
.final-cta__inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 896px) {
  .final-cta__inner {
    padding: 0 20px;
  }
}
.final-cta__trusts {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media screen and (max-width: 896px) {
  .final-cta__trusts {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 0 0 28px;
  }
}
.final-cta__trust {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 18px 12px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 12px;
  transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.final-cta__trust:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 896px) {
  .final-cta__trust {
    padding: 12px 8px;
  }
}
.final-cta__trust-icon {
  font-size: 32px;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.18));
}
@media screen and (max-width: 896px) {
  .final-cta__trust-icon {
    font-size: 24px;
  }
}
.final-cta__trust-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  color: #FFFFFF;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .final-cta__trust-label {
    font-size: 10px;
  }
}
.final-cta__urgency {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 24px;
  background: #FFFFFF;
  color: #A68858;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 999px;
  margin-bottom: 32px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 896px) {
  .final-cta__urgency {
    font-size: 11px;
    padding: 8px 18px;
    margin-bottom: 24px;
  }
}
.final-cta__urgency-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #E74C3C;
  animation: urgencyPulse 1.5s infinite;
}
@media screen and (max-width: 896px) {
  .final-cta__urgency-dot {
    width: 8px;
    height: 8px;
  }
}
@keyframes urgencyPulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(231, 76, 60, 0.6);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(231, 76, 60, 0);
    transform: scale(1.08);
  }
}
.final-cta__title {
  font-family: "Noto Serif JP", serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.4;
  color: #FFFFFF;
  letter-spacing: 0.03em;
  margin: 0 0 28px;
  text-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.final-cta__title em {
  color: #FFFFFF;
  font-style: normal;
  position: relative;
  padding: 0 8px;
  display: inline-block;
}
.final-cta__title em::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  height: 3px;
  background: #FFFFFF;
  opacity: 0.75;
}
@media screen and (max-width: 1024px) {
  .final-cta__title {
    font-size: 42px;
  }
}
@media screen and (max-width: 896px) {
  .final-cta__title {
    font-size: 28px;
    letter-spacing: 0.02em;
  }
}
.final-cta__sub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  line-height: 2;
  margin: 0 0 48px;
  color: rgba(255, 255, 255, 0.96);
  letter-spacing: 0.03em;
}
.final-cta__sub strong {
  color: #FFFFFF;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 896px) {
  .final-cta__sub {
    font-size: 14px;
    margin: 0 0 32px;
    line-height: 1.9;
  }
}
.final-cta__buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 820px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 896px) {
  .final-cta__buttons {
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 0 auto 28px;
  }
}
.final-cta__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 22px 28px;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 16px;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
  overflow: hidden;
}
.final-cta__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  transform: skewX(-20deg);
  transition: left 0.9s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.final-cta__btn:hover::before {
  left: 180%;
}
.final-cta__btn--line {
  background: linear-gradient(180deg, #22CF65 0%, #0EAA47 100%);
  color: #FFFFFF;
  box-shadow: 0 20px 44px rgba(14, 170, 71, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  animation: finalBtnPulseLine 2.8s ease-in-out infinite;
}
.final-cta__btn--line:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 30px 60px rgba(14, 170, 71, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.final-cta__btn--tel {
  background: #FFFFFF;
  color: #A68858;
  border: 2px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}
.final-cta__btn--tel:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 28px 56px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.95);
  opacity: 1;
}
@media screen and (max-width: 896px) {
  .final-cta__btn {
    padding: 16px 18px;
    gap: 10px;
  }
}
@keyframes finalBtnPulseLine {
  0%, 100% {
    box-shadow: 0 20px 44px rgba(14, 170, 71, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  }
  50% {
    box-shadow: 0 24px 54px rgba(14, 170, 71, 0.55), 0 0 36px rgba(34, 207, 101, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  }
}
.final-cta__btn-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 8px;
}
.final-cta__btn-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.final-cta__btn-icon--tel {
  background: linear-gradient(135deg, #C9A876, #A68858);
  color: #FFFFFF;
}
@media screen and (max-width: 896px) {
  .final-cta__btn-icon {
    width: 36px;
    height: 36px;
    padding: 6px;
  }
}
.final-cta__btn-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
  text-align: left;
  flex: 1;
}
.final-cta__btn-top {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  opacity: 0.85;
  margin-bottom: 4px;
}
@media screen and (max-width: 896px) {
  .final-cta__btn-top {
    font-size: 9px;
  }
}
.final-cta__btn-label {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 896px) {
  .final-cta__btn-label {
    font-size: 15px;
  }
}
.final-cta__btn-bottom {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.1em;
  opacity: 0.85;
  margin-top: 4px;
}
@media screen and (max-width: 896px) {
  .final-cta__btn-bottom {
    font-size: 9px;
  }
}
.final-cta__btn-arrow {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
}
.final-cta__btn-arrow::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #FFFFFF;
  margin-left: 2px;
}
@media screen and (max-width: 896px) {
  .final-cta__btn-arrow {
    width: 24px;
    height: 24px;
  }
  .final-cta__btn-arrow::before {
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 6px;
  }
}
.final-cta__btn:hover .final-cta__btn-arrow {
  transform: translateX(4px) scale(1.1);
}
.final-cta__proof {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 16px 28px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
}
@media screen and (max-width: 896px) {
  .final-cta__proof {
    flex-direction: column;
    gap: 10px;
    padding: 14px 20px;
    border-radius: 14px;
  }
}
.final-cta__proof-avatars {
  display: flex;
}
.final-cta__proof-avatars span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #E8DCC4, #FFFFFF);
  border: 2px solid rgba(255, 255, 255, 0.9);
  margin-left: -8px;
}
.final-cta__proof-avatars span:first-child {
  margin-left: 0;
  background: linear-gradient(135deg, #E8DCC4, #F5E6CA);
}
.final-cta__proof-avatars span:nth-child(2) {
  background: linear-gradient(135deg, #D8C4A0, #E8DCC4);
}
.final-cta__proof-avatars span:nth-child(3) {
  background: linear-gradient(135deg, #C9A876, #D8C4A0);
}
.final-cta__proof-avatars span:nth-child(4) {
  background: linear-gradient(135deg, #A68858, #C9A876);
}
@media screen and (max-width: 896px) {
  .final-cta__proof-avatars span {
    width: 26px;
    height: 26px;
  }
}
.final-cta__proof-text {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.95);
  text-align: left;
  letter-spacing: 0.03em;
}
.final-cta__proof-text strong {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.1em;
}
@media screen and (max-width: 896px) {
  .final-cta__proof-text {
    font-size: 11px;
    text-align: center;
  }
}

.footer {
  background: linear-gradient(180deg, #1a1a1a 0%, #222222 100%);
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #C9A876, transparent);
}
.footer__in {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 100px 40px 40px;
  box-sizing: border-box;
  text-align: left;
}
.footer__in a {
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  text-decoration: none;
  transition: color 0.3s;
}
.footer__in a:hover {
  color: #C9A876;
  opacity: 1;
}
@media screen and (max-width: 896px) {
  .footer__in {
    padding: 60px 24px 120px;
  }
}
.footer__brand {
  text-align: center;
  margin-bottom: 60px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(201, 168, 118, 0.25);
}
.footer__logo {
  width: 96px;
  margin: 0 auto 24px;
  filter: brightness(1.5);
  opacity: 0.95;
}
.footer__tagline {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  color: #C9A876;
  letter-spacing: 0.08em;
  font-weight: 400;
  margin: 0;
}
@media screen and (max-width: 896px) {
  .footer__tagline {
    font-size: 1.7rem;
  }
}
.footer__cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
  margin-bottom: 64px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 896px) {
  .footer__cols {
    grid-template-columns: 1fr;
    gap: 36px;
    margin-bottom: 40px;
  }
}
.footer__col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__col ul li {
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  line-height: 1.7;
}
.footer__col ul li a {
  display: inline-block;
  padding: 2px 0;
  font-size: 16px;
}
@media screen and (max-width: 896px) {
  .footer__col ul li {
    font-size: 1.5rem;
  }
  .footer__col ul li a {
    font-size: 1.5rem;
  }
}
.footer__col-title {
  font-family: "Playfair Display", "Anton", serif;
  font-size: 18px;
  color: #C9A876;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(201, 168, 118, 0.3);
  text-transform: uppercase;
}
.footer__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 32px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  margin-bottom: 28px;
}
@media screen and (max-width: 896px) {
  .footer__info {
    gap: 8px;
  }
}
.footer__address-block {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  text-align: center;
}
.footer__company {
  font-size: 18px;
  color: #FFFFFF;
  margin: 0;
  letter-spacing: 0.05em;
  text-align: center;
}
.footer__company strong {
  font-weight: 700;
}
@media screen and (max-width: 896px) {
  .footer__company {
    font-size: 1.6rem;
  }
}
.footer__address {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .footer__address {
    font-size: 1.3rem;
  }
}
.footer__sns {
  display: none !important;
}
.footer__copy {
  text-align: center;
  font-family: "Playfair Display", "Anton", serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}
@media screen and (max-width: 896px) {
  .footer__copy {
    font-size: 1.1rem;
  }
}

.page-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 89;
  display: none;
  cursor: pointer;
}
.page-top img {
  width: 64px;
  border-radius: 50%;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s;
}
.page-top:hover img {
  transform: translateY(-4px) scale(1.05);
}
@media screen and (max-width: 896px) {
  .page-top {
    right: 12px;
    bottom: 96px;
  }
  .page-top img {
    width: 48px;
  }
}
.page-top.is-visible {
  display: block;
}

.follow {
  display: none;
}
@media screen and (max-width: 896px) {
  .follow {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 95;
    display: flex;
    background: #FFFFFF;
    box-shadow: 0 -6px 24px rgba(34, 34, 34, 0.15);
    border-top: 1px solid rgba(201, 168, 118, 0.3);
    padding: 10px;
    gap: 8px;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
  }
  .follow.is-visible {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 896px) {
  .follow__btn {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 16px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s;
    line-height: 1.3;
  }
  .follow__btn--line {
    background: linear-gradient(180deg, #22CF65 0%, #0EAA47 100%);
    color: #FFFFFF;
    box-shadow: 0 6px 16px rgba(6, 199, 85, 0.35);
  }
}
@media screen and (max-width: 896px) {
  .follow__label {
    font-size: 11px;
    opacity: 0.95;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
  }
}
@media screen and (max-width: 896px) {
  .follow__sub {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.04em;
  }
}

.brand,
.kit,
.whatis,
.problem,
.compare,
.impact,
.reason,
.merit,
.salon-voice,
.set,
.user-voice,
.faq,
.contact {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

@media screen and (max-width: 1024px) {
  .brand,
  .kit,
  .whatis,
  .problem,
  .compare,
  .impact,
  .reason,
  .merit,
  .salon-voice,
  .set,
  .user-voice,
  .faq,
  .contact {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
}
@media screen and (max-width: 896px) {
  .brand,
  .kit,
  .whatis,
  .problem,
  .compare,
  .impact,
  .reason,
  .merit,
  .salon-voice,
  .set,
  .user-voice,
  .faq,
  .contact {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
}
@media screen and (max-width: 480px) {
  .brand,
  .kit,
  .whatis,
  .problem,
  .compare,
  .impact,
  .reason,
  .merit,
  .salon-voice,
  .set,
  .user-voice,
  .faq,
  .contact {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
}
@media screen and (max-width: 896px) {
  .brand__image {
    display: none !important;
  }
  .insta {
    display: none !important;
  }
}
.insta {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .hero__catch {
    font-size: 44px !important;
  }
  .hero__sub {
    font-size: 14px !important;
  }
  .hero__features li strong {
    font-size: 24px !important;
  }
  .brand__heading-bottom {
    font-size: 36px !important;
  }
  .brand__heading-mid {
    font-size: 22px !important;
  }
  .brand__text {
    font-size: 14px !important;
    line-height: 1.9 !important;
  }
  .kit__title {
    font-size: 28px !important;
  }
  .kit__list-item {
    font-size: 15px !important;
  }
  .kit__price-main {
    font-size: 64px !important;
  }
  .whatis__title {
    font-size: 36px !important;
  }
  .whatis__body p {
    font-size: 15px !important;
  }
  .compare__title {
    font-size: 32px !important;
  }
  .impact__title {
    font-size: 40px !important;
  }
  .reason__title,
  .merit__title,
  .set__title,
  .salon-voice__title,
  .user-voice__title,
  .faq__title,
  .contact__title {
    font-size: 44px !important;
  }
  .reason__item-title {
    font-size: 20px !important;
  }
  .reason__item-body {
    font-size: 14px !important;
  }
  .merit__detail-title {
    font-size: 18px !important;
  }
  .merit__detail-text {
    font-size: 14px !important;
  }
  .set__item-name {
    font-size: 20px !important;
  }
  .set__item-desc {
    font-size: 14px !important;
  }
  .user-voice__item-title {
    font-size: 18px !important;
  }
  .user-voice__item-text {
    font-size: 14px !important;
  }
  .faq__question {
    font-size: 15px !important;
  }
  .faq__answer {
    font-size: 13px !important;
  }
  .contact__form {
    padding: 44px 40px !important;
  }
  .contact__input, .contact__textarea {
    font-size: 15px !important;
  }
}
@media screen and (max-width: 896px) {
  .hero__mv {
    min-height: 580px !important;
  }
  .hero__overlay {
    bottom: 24px !important;
    padding: 28px 20px 26px !important;
  }
  .hero__badge {
    font-size: 10px !important;
    padding: 5px 12px !important;
    margin-bottom: 14px !important;
    letter-spacing: 0.12em !important;
  }
  .hero__eyebrow {
    font-size: 11px !important;
    padding-left: 24px !important;
    margin-bottom: 12px !important;
    letter-spacing: 0.2em !important;
  }
  .hero__eyebrow::before {
    width: 18px !important;
  }
  .hero__catch {
    font-size: 26px !important;
    line-height: 1.5 !important;
    margin-bottom: 16px !important;
  }
  .hero__sub {
    font-size: 12px !important;
    line-height: 1.8 !important;
    margin-bottom: 16px !important;
  }
  .hero__features {
    padding: 10px !important;
    margin-bottom: 16px !important;
  }
  .hero__features li strong {
    font-size: 17px !important;
  }
  .hero__features li span {
    font-size: 9px !important;
  }
  .hero__btn {
    padding: 13px 18px !important;
    font-size: 13px !important;
  }
  .hero__note {
    font-size: 10px !important;
  }
  .site-header {
    padding: 10px 0 !important;
  }
  .site-header__inner {
    padding: 0 14px !important;
    gap: 10px !important;
  }
  .site-header__logo img {
    height: 38px !important;
  }
  .site-header__btn {
    padding: 8px 12px !important;
    font-size: 11px !important;
  }
  .brand {
    padding: 48px 20px 32px !important;
  }
  .brand__in {
    padding: 0 !important;
  }
  .brand__heading-top,
  .brand__heading-top-2 {
    font-size: 14px !important;
  }
  .u-bg-black {
    padding: 6px 10px !important;
  }
  .brand__heading-mid {
    font-size: 17px !important;
    margin-top: 14px !important;
  }
  .brand__heading-bottom {
    font-size: 26px !important;
    margin: 4px 0 16px !important;
  }
  .brand__text {
    font-size: 13px !important;
    line-height: 1.85 !important;
    margin-top: 16px !important;
  }
  .brand__image {
    margin-top: 20px !important;
  }
  .kit {
    padding: 48px 0 !important;
  }
  .kit__heading {
    padding: 0 16px 24px !important;
    gap: 14px !important;
  }
  .kit__logo img {
    height: 34px !important;
  }
  .kit__title {
    font-size: 18px !important;
    line-height: 1.5 !important;
  }
  .kit__title-sub {
    font-size: 12px !important;
    margin-top: 6px !important;
  }
  .kit__content {
    width: calc(100% - 32px) !important;
    margin: 0 16px !important;
    padding: 24px 18px !important;
  }
  .kit__list {
    width: 100% !important;
  }
  .kit__list-item {
    font-size: 13px !important;
    padding-left: 32px !important;
  }
  .kit__list-item::before {
    width: 24px !important;
    height: 24px !important;
    font-size: 11px !important;
  }
  .kit__price-main {
    font-size: 42px !important;
  }
  .kit__price-sub {
    font-size: 12px !important;
  }
  .whatis {
    padding: 48px 0 !important;
  }
  .whatis__in {
    padding: 0 16px !important;
  }
  .whatis__title {
    font-size: 24px !important;
  }
  .whatis__body p {
    font-size: 13px !important;
    line-height: 1.9 !important;
  }
  .whatis__icons {
    gap: 8px !important;
  }
  .whatis__icons li {
    padding: 14px 6px !important;
  }
  .whatis__icons li strong {
    font-size: 15px !important;
  }
  .whatis__icons li span {
    font-size: 9px !important;
  }
  .problem {
    padding: 48px 0 !important;
  }
  .problem__title {
    font-size: 22px !important;
  }
  .compare {
    padding: 48px 0 !important;
  }
  .compare__title {
    font-size: 22px !important;
  }
  .compare__sub {
    font-size: 11px !important;
  }
  .compare__table {
    min-width: 580px !important;
  }
  .compare__table th, .compare__table td {
    padding: 8px 4px !important;
    font-size: 10px !important;
  }
  .compare__closing h3 {
    font-size: 15px !important;
  }
  .compare__closing p {
    font-size: 12px !important;
  }
  .impact {
    padding: 48px 0 !important;
  }
  .impact__title {
    font-size: 24px !important;
  }
  .impact__body {
    font-size: 12px !important;
  }
  .impact__row {
    padding: 10px 14px !important;
  }
  .impact__row span {
    font-size: 12px !important;
  }
  .impact__row strong {
    font-size: 14px !important;
  }
  .reason__title,
  .merit__title,
  .salon-voice__title,
  .set__title,
  .user-voice__title,
  .faq__title,
  .contact__title {
    font-size: 28px !important;
  }
  .reason {
    padding: 48px 16px !important;
  }
  .reason__grid {
    gap: 18px !important;
  }
  .reason__item {
    padding: 26px 20px !important;
  }
  .reason__item::before {
    font-size: 64px !important;
  }
  .reason__item-title {
    font-size: 17px !important;
  }
  .reason__item-body {
    font-size: 13px !important;
    line-height: 1.85 !important;
  }
  .merit {
    padding: 48px 0 !important;
  }
  .merit__in {
    padding: 0 16px !important;
  }
  .merit__four-grid {
    gap: 10px !important;
  }
  .merit__four-item {
    height: 64px !important;
  }
  .merit__four-item span {
    font-size: 13px !important;
  }
  .merit__detail {
    gap: 28px !important;
  }
  .merit__detail-item {
    padding: 42px 18px 20px !important;
  }
  .merit__detail-title {
    font-size: 16px !important;
  }
  .merit__detail-text {
    font-size: 13px !important;
    line-height: 1.85 !important;
  }
  .salon-voice {
    padding: 48px 16px !important;
  }
  .salon-voice__image img {
    width: 80% !important;
  }
  .salon-voice__name {
    font-size: 16px !important;
  }
  .salon-voice__text {
    font-size: 13px !important;
    line-height: 1.9 !important;
  }
  .set {
    padding: 48px 0 !important;
  }
  .set__wrap {
    padding: 0 16px !important;
  }
  .set__grid {
    gap: 16px !important;
  }
  .set__item-body {
    padding: 20px 18px !important;
  }
  .set__item-name {
    font-size: 16px !important;
  }
  .set__item-desc {
    font-size: 12px !important;
    line-height: 1.85 !important;
  }
  .set__item-num {
    font-size: 14px !important;
  }
  .set__item-cat {
    font-size: 9px !important;
  }
  .set__item-badge {
    font-size: 10px !important;
    padding: 5px 10px !important;
  }
  .set__item-features li {
    font-size: 10px !important;
    padding: 5px 10px !important;
  }
  .user-voice {
    padding: 48px 16px !important;
  }
  .user-voice__item {
    padding: 30px 20px 24px !important;
  }
  .user-voice__item::before {
    font-size: 90px !important;
  }
  .user-voice__item-image img {
    width: 100px !important;
    height: 100px !important;
  }
  .user-voice__item-image::after {
    width: 116px !important;
    height: 116px !important;
  }
  .user-voice__item-title {
    font-size: 14px !important;
  }
  .user-voice__item-text {
    font-size: 12px !important;
    line-height: 1.85 !important;
  }
  .faq {
    padding: 48px 16px !important;
  }
  .faq__question {
    font-size: 13px !important;
    padding: 14px 40px 14px 46px !important;
  }
  .faq__question::before {
    width: 22px !important;
    height: 22px !important;
    line-height: 22px !important;
    font-size: 11px !important;
    left: 12px !important;
  }
  .faq__answer {
    font-size: 12px !important;
    padding: 0 14px 0 46px !important;
  }
  .faq__answer::before {
    width: 22px !important;
    height: 22px !important;
    line-height: 22px !important;
    font-size: 11px !important;
    left: 12px !important;
    top: 16px !important;
  }
  .faq__answer.is-open {
    padding: 16px 14px 16px 46px !important;
  }
  .contact {
    padding: 48px 0 !important;
  }
  .contact__inner {
    padding: 0 16px !important;
  }
  .contact__title {
    font-size: 26px !important;
  }
  .contact__sub {
    font-size: 12px !important;
    line-height: 1.8 !important;
  }
  .contact__form {
    padding: 28px 20px !important;
    border-radius: 12px !important;
  }
  .contact__label {
    font-size: 13px !important;
  }
  .contact__required {
    font-size: 9px !important;
    padding: 3px 7px !important;
  }
  .contact__input,
  .contact__textarea {
    padding: 11px 14px !important;
    font-size: 14px !important;
  }
  .contact__submit {
    width: 100% !important;
    padding: 16px 20px !important;
    font-size: 14px !important;
  }
  .contact__note small {
    font-size: 10px !important;
  }
  .cta-line__btn {
    padding: 16px 16px 16px 14px !important;
    gap: 10px !important;
  }
  .cta-line__icon {
    width: 42px !important;
    height: 42px !important;
    padding: 7px !important;
  }
  .cta-line__label {
    font-size: 10px !important;
  }
  .cta-line__sub {
    font-size: 14px !important;
  }
  .cta-line__arrow {
    width: 32px !important;
    height: 32px !important;
  }
  .footer__in {
    padding: 48px 20px 96px !important;
  }
  .footer__tagline {
    font-size: 14px !important;
  }
  .footer__logo {
    width: 72px !important;
    margin-bottom: 16px !important;
  }
  .footer__cols {
    gap: 28px !important;
    margin-bottom: 32px !important;
  }
  .footer__col-title {
    font-size: 13px !important;
    margin-bottom: 14px !important;
  }
  .footer__col ul li,
  .footer__col ul li a {
    font-size: 12px !important;
  }
  .footer__company {
    font-size: 14px !important;
  }
  .footer__address {
    font-size: 11px !important;
  }
  .footer__copy {
    font-size: 10px !important;
  }
  .follow {
    padding: 12px !important;
  }
  .follow__btn {
    padding: 14px 16px !important;
    border-radius: 10px !important;
  }
  .follow__label {
    font-size: 11px !important;
  }
  .follow__sub {
    font-size: 15px !important;
  }
}
@media screen and (max-width: 480px) {
  .hero__catch {
    font-size: 22px !important;
  }
  .hero__sub {
    font-size: 11px !important;
  }
  .brand__heading-bottom {
    font-size: 22px !important;
  }
  .kit__price-main {
    font-size: 36px !important;
  }
  .reason__title,
  .merit__title,
  .salon-voice__title,
  .set__title,
  .user-voice__title,
  .faq__title,
  .contact__title {
    font-size: 24px !important;
  }
}

/*# sourceMappingURL=style.css.map */
