@layer components {
  .breadcrumb {
    padding: 20px 0 0;
    background-color: #fff;
    border-block-start: 1px solid #ececec;
  }
  @media (max-width: 640px) {
    .breadcrumb {
      margin: 2px 0 0 -6px;
      padding: 7px 0 9px;
      border-block-end: 1px solid #ececec;
    }
  }
  .breadcrumb__list {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    color: #747474;
    font-family: var(--font-ja, "Noto Sans JP", sans-serif);
    font-size: 11px;
    letter-spacing: 0.22px;
    gap: 13px;
    list-style: none;
  }
  @media (max-width: 640px) {
    .breadcrumb__list {
      font-size: 10px;
      gap: 7px;
    }
  }
  .breadcrumb__item {
    display: flex;
    align-items: center;
    color: #747474;
    font-weight: 400;
    line-height: 1.5;
  }
  .breadcrumb__item:not(:last-child)::after {
    display: inline-block;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='10' viewBox='0 0 5 10' fill='none'%3E%3Cpath d='M0.311705 5.36347e-08C0.232631 5.45393e-08 0.15171 0.033567 0.0910258 0.0987265C-0.0303421 0.229045 -0.0303421 0.442294 0.0910258 0.572613L4.24513 5.03307L0.15171 9.42837C0.0303417 9.55869 0.0303417 9.77194 0.15171 9.90226C0.273078 10.0326 0.471681 10.0326 0.593049 9.90226L4.90897 5.27002C5.03034 5.1397 5.03034 4.92645 4.90897 4.79613L0.534204 0.0987265C0.471681 0.0315925 0.392617 5.27091e-08 0.311705 5.36347e-08Z' fill='%23747474'/%3E%3C/svg%3E") no-repeat center/100% 100%;
    content: "";
    margin-inline-start: 14px;
    inline-size: 5px;
    block-size: 10px;
  }
  @media (max-width: 640px) {
    .breadcrumb__item:not(:last-child)::after {
      margin-inline-start: 7px;
      block-size: 7px;
    }
  }
  .breadcrumb__item a {
    color: inherit;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-underline-position: from-font;
    transition: opacity var(--transition-duration-base) ease;
  }
  .breadcrumb__item a:hover {
    opacity: 0.7;
  }
  .breadcrumb__item span {
    color: inherit;
  }
}
.about-page {
  --font-ja: var(--font-ja-serif);
}

.about-hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 12px 0 0;
}
.about-hero__image {
  position: relative;
  width: 100%;
  max-height: 669px;
}
.about-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.about-hero__caption {
  position: absolute;
  bottom: 2rem;
  left: 60px;
  margin: 0 0 7px;
  color: #fff;
  font-family: "Libre Caslon Text", serif;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.9px;
}

.about-intro {
  margin: 100px 0 66px;
}
.about-intro .container {
  position: relative;
}
.about-intro__content {
  margin: 0 auto;
  padding: 0 19.36%;
}
.about-intro__title {
  margin-bottom: 0;
  color: #000;
  font-family: var(--font-ja);
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 4.5px;
}
.about-intro__subtitle {
  margin: 13px 0 63px;
  color: var(--color-accent);
  font-family: "Libre Caslon Text", serif;
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: 1.53px;
}
.about-intro__body {
  color: #000;
  font-family: var(--font-ja);
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 2.89px;
}
.about-intro__body p {
  margin: 0;
  font-weight: 600;
}
.about-intro__body-group:not(:last-child) {
  margin-bottom: 35px;
}
@media (max-width: 640px) {
  .about-intro__body-group:not(:last-child) {
    margin-bottom: 23px;
  }
}

.about-gallery {
  position: relative;
  overflow: clip;
  height: 220vh;
  --about-gallery-progress: 0;
  --about-gallery-width: min(72vw, 1120px);
  --about-gallery-side-travel: clamp(320px, 42vw, 720px);
  --about-gallery-main-scale: calc(1.12 - (0.12 * var(--about-gallery-progress)));
  --about-gallery-animation-ratio: 0.82;
  --about-gallery-main-visible-width: 880px;
  --about-gallery-clip-inline: calc((100vw - var(--about-gallery-main-visible-width)) / 2);
  --about-gallery-side-gap: clamp(28px, 2.5vw, 48px);
  --about-gallery-right-gap: clamp(170px, 15.52vw, 298px);
  --about-gallery-left-width: clamp(111px, 12.81vw, 246px);
  --about-gallery-right-width: 89px;
  --about-gallery-right-height: 331px;
  --about-gallery-top-right-width: clamp(70px, 8.13vw, 156px);
  --about-gallery-left-x: max(24px, calc(var(--about-gallery-clip-inline) - var(--about-gallery-left-width) - var(--about-gallery-side-gap)));
  --about-gallery-right-x: max(48px, calc(var(--about-gallery-clip-inline) - var(--about-gallery-right-width) - var(--about-gallery-right-gap)));
  --about-gallery-top-right-x: max(24px, calc(var(--about-gallery-clip-inline) - var(--about-gallery-top-right-width) - var(--about-gallery-side-gap)));
}
.about-gallery__sticky {
  position: sticky;
  top: 0;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.about-gallery__sticky img {
  border-radius: 0;
}
.about-gallery__image-wrap {
  position: relative;
  overflow: hidden;
  width: 100vw;
  max-width: 100vw;
  clip-path: inset(0 calc(var(--about-gallery-clip-inline) * (1 - var(--about-gallery-progress))) 0 calc(var(--about-gallery-clip-inline) * (1 - var(--about-gallery-progress))));
  will-change: clip-path;
}
.about-gallery-main {
  display: block;
  width: 100%;
  height: min(48vh, 820px);
  object-fit: cover;
  object-position: center;
  transform: scale(var(--about-gallery-main-scale));
  transform-origin: center center;
  will-change: transform;
}
.about-gallery-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: min(502px, 100vw - 48px);
  max-width: 78%;
  height: auto;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(var(--about-gallery-main-scale));
  transform-origin: center center;
  will-change: transform;
}
.about-gallery .gallery-left,
.about-gallery .gallery-right {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  inset: 0;
  will-change: transform;
}
@media (prefers-reduced-motion: no-preference) {
  .about-gallery .gallery-left {
    transform: translate3d(calc(var(--about-gallery-side-travel) * var(--about-gallery-progress) * -1), 0, 0);
  }
  .about-gallery .gallery-right {
    transform: translate3d(calc(var(--about-gallery-side-travel) * var(--about-gallery-progress)), 0, 0);
  }
}
.about-gallery .gallery-right {
  top: 320px;
}
.about-gallery-left {
  position: absolute;
  top: 282px;
  left: var(--about-gallery-left-x);
  display: block;
  width: var(--about-gallery-left-width);
  max-width: none;
  height: auto;
  object-fit: cover;
}
.about-gallery-right {
  position: absolute;
  top: -35px;
  right: var(--about-gallery-right-x);
  display: block;
  width: var(--about-gallery-right-width);
  height: var(--about-gallery-right-height);
  object-fit: cover;
}
.about-gallery-top-right {
  position: absolute;
  top: -165px;
  right: var(--about-gallery-top-right-x);
  display: block;
  width: var(--about-gallery-top-right-width);
  max-width: none;
  height: auto;
}

.about-service {
  margin: 0 0 116px;
  background-color: #fff;
}
.about-service__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 64px 0 56px;
}
.about-service__header-left {
  flex-shrink: 0;
}
.about-service__title {
  margin: 0 0 24px;
  color: var(--color-accent);
  font-family: "Libre Caslon Text", serif;
  font-size: 3.125rem;
  font-weight: 400;
  letter-spacing: 2.5px;
}
.about-service__subtitle {
  margin-bottom: 0;
  color: #444;
  font-family: var(--font-ja);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 1.54px;
}
.about-service__columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 674px;
  margin: 11px 0 0;
}
.about-service__item {
  position: relative;
  width: 300px;
  padding-top: 21px;
  border-top: 1px solid #B9B9B9;
}
.about-service__item:nth-child(2) {
  top: 52px;
}
.about-service__item:nth-child(4) {
  top: 28px;
}
.about-service__item:nth-child(6) {
  top: -10px;
}
.about-service__item:nth-child(odd) {
  padding-bottom: 28px;
}
@media (max-width: 640px) {
  .about-service__item:nth-child(odd) {
    padding-bottom: 0;
  }
}
@media (max-width: 640px) {
  .about-service__item:last-child {
    padding-bottom: 28px;
  }
}
.about-service__item-inner {
  display: flex;
  flex-direction: column;
}
.about-service__item-text {
  display: flex;
  flex: 1;
  flex-direction: column;
}
@media (max-width: 640px) {
  .about-service__item-text {
    padding: 0 0 0 18px;
  }
}
.about-service__number {
  display: block;
  margin-bottom: 14px;
  color: var(--color-accent);
  font-family: var(--font-en);
  font-size: 13px;
  letter-spacing: 0.6px;
}
.about-service__item-title {
  margin: 7px 0 22px;
  color: var(--color-fg);
  font-family: var(--font-ja);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: 0.08em;
}
.about-service__item-desc {
  margin: 0;
  color: #000;
  font-family: var(--font-ja);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.45px;
}
.about-service__item-desc > span {
  display: inline;
}
.about-service__item-note {
  margin-top: 0.5rem;
  color: #565656;
  font-family: var(--font-ja);
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.44px;
}
@media (max-width: 640px) {
  .about-service__item-note {
    margin-bottom: 0;
  }
}
.about-service__item-note > span {
  display: inline;
}
@media (width > 1250px) {
  .about-service__item-desc > span, .about-service__item-note > span {
    display: block;
  }
}
@media (max-width: 640px) {
  .about-service__item-inner {
    flex-direction: row;
    align-items: flex-start;
    padding: 0 0 0 12px;
    font-size: 12px;
  }
  .about-service__number {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
  .about-service__item-title {
    margin: 0 0 12px;
  }
}

.about-gift {
  scroll-margin-top: calc(110px + var(--awl-notice-offset, 0px));
  padding: 80px 0 110px;
  background-color: var(--color-accent);
  color: #fff;
}
@media (max-width: 640px) {
  .about-gift {
    scroll-margin-top: calc(77px + var(--awl-notice-offset, 0px));
  }
}
.about-gift__content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 95px;
  padding: 0 45px 0 60px;
}
.about-gift__text {
  padding-right: 2rem;
}
.about-gift__title {
  margin: 55px 0 0;
  font-family: var(--font-display);
  font-size: 49px;
  font-weight: 400;
  letter-spacing: 0.047em;
}
.about-gift__subtitle {
  margin: 3px 0 0 2px;
  font-family: var(--font-ja);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 1.65px;
}
.about-gift__heading {
  margin: 38px 0 25px;
  font-family: var(--font-ja);
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 3.08px;
}
.about-gift__body {
  font-family: var(--font-ja);
  font-size: 1rem;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 1.6px;
}
.about-gift__body p {
  margin: 0;
}
.about-gift__body-group:not(:last-child) {
  margin-bottom: 35px;
}
.about-gift__images {
  --about-gift-images-gap: 64px;
  --about-gift-images-scroll-shift: 18px;
  --about-gift-images-vertical-shift: 40px;
  --about-gift-images-progress: 0;
  display: flex;
  gap: var(--about-gift-images-gap);
  align-items: flex-start;
  margin: 54px 0 0;
}
.about-gift__images-left, .about-gift__images-right {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 20px;
}
.about-gift__images-left > *:first-child, .about-gift__images-right > *:first-child {
  --about-gift-scroll-shift-y: calc((1 - var(--about-gift-images-progress)) * var(--about-gift-images-vertical-shift) * -1);
}
.about-gift__images-left > *:last-child, .about-gift__images-right > *:last-child {
  --about-gift-scroll-shift-y: calc((1 - var(--about-gift-images-progress)) * var(--about-gift-images-vertical-shift));
}
.about-gift__images-left {
  align-items: flex-end;
  max-width: 280px;
  margin: 86px 0 0;
  transform: translate3d(calc(var(--about-gift-images-progress) * var(--about-gift-images-scroll-shift)), 0, 0);
}
.about-gift__images-right {
  align-items: flex-start;
  transform: translate3d(calc(var(--about-gift-images-progress) * var(--about-gift-images-scroll-shift) * -1), 0, 0);
}
@media (prefers-reduced-motion: no-preference) {
  .about-gift__images-left, .about-gift__images-right {
    will-change: transform;
  }
  .about-gift__images-left > *, .about-gift__images-right > * {
    will-change: transform;
  }
}
@media (prefers-reduced-motion: reduce) {
  .about-gift__images {
    --about-gift-images-vertical-shift: 0px;
  }
}
.about-gift__tilt-card {
  position: relative;
  display: block;
  overflow: hidden;
  isolation: isolate;
  width: fit-content;
  max-width: 100%;
  border-radius: 2px;
  transform: translate3d(0, var(--about-gift-scroll-shift-y, 0), 0);
}
.about-gift__tilt-card::after {
  position: absolute;
  background: radial-gradient(circle at var(--about-gift-glare-x, 50%) var(--about-gift-glare-y, 50%), rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.08) 7%, rgba(255, 255, 255, 0) 22%);
  opacity: var(--about-gift-glare-opacity, 0);
  transition: opacity 0.35s ease;
  content: "";
  pointer-events: none;
  inset: 0;
  mix-blend-mode: screen;
}
.about-gift__tilt-card img {
  display: block;
  transform: translateZ(0);
}
@media (hover: hover) and (pointer: fine) and (width >= 641px) {
  .about-gift__tilt-card {
    transition: filter 0.35s ease;
    will-change: transform;
    transform: perspective(880px) rotateX(var(--about-gift-rotate-x, 0deg)) rotateY(var(--about-gift-rotate-y, 0deg)) translateY(calc(var(--about-gift-shift-y, 0px) + var(--about-gift-scroll-shift-y, 0px))) scale(var(--about-gift-scale, 1));
    transform-style: preserve-3d;
    filter: saturate(1) brightness(1);
  }
  .about-gift__tilt-card.is-hovered {
    filter: saturate(1.08) brightness(1.03);
  }
  .about-gift__tilt-card img {
    transform: translateZ(24px);
    transition: transform 0.35s ease;
  }
  .about-gift__tilt-card.is-hovered img {
    transform: translateZ(40px);
  }
}
.about-gift__image-1 {
  width: 151px;
  height: 212px;
  object-fit: cover;
}
@media (max-width: 640px) {
  .about-gift__image-1 {
    width: clamp(110px, 46.04px + 16.4vw, 151px);
    height: clamp(154px, 63.52px + 23.2vw, 212px);
  }
}
.about-gift__image-2 {
  width: 205px;
  height: 142px;
  object-fit: cover;
}
@media (max-width: 640px) {
  .about-gift__image-2 {
    width: clamp(149px, 61.64px + 22.4vw, 205px);
    height: clamp(103px, 42.16px + 15.6vw, 142px);
  }
}
.about-gift__image-3 {
  max-width: 259px;
}
@media (max-width: 640px) {
  .about-gift__image-3 {
    width: clamp(188px, 77.24px + 28.4vw, 259px);
  }
}
.about-gift__image-4 {
  width: 108px;
  height: 152px;
  object-fit: cover;
}
@media (max-width: 640px) {
  .about-gift__image-4 {
    width: clamp(78px, 31.2px + 12vw, 108px);
    height: clamp(110px, 44.48px + 16.8vw, 152px);
  }
}
.about-gift__watch-info {
  display: flex;
  gap: 68px;
  align-items: center;
  width: 70%;
  margin: 0 auto;
}
.about-gift__watch-image img {
  width: auto;
  max-width: none;
  height: auto;
  border-radius: 50%;
}
.about-gift__watch-heading {
  margin: 0 0 20px;
  font-family: var(--font-ja);
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 3.06px;
}
.about-gift__watch-desc {
  font-family: var(--font-ja);
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0.78px;
}

.about-benefit {
  scroll-margin-top: calc(110px + var(--awl-notice-offset, 0px));
  overflow-x: clip;
  padding: 122px 0 152px;
  background-color: #fff;
}
@media (max-width: 640px) {
  .about-benefit {
    scroll-margin-top: calc(77px + var(--awl-notice-offset, 0px));
  }
}
.about-benefit__title {
  margin: 28px 0 0;
  color: var(--color-accent);
  font-family: var(--font-display);
  font-size: 55px;
  font-weight: 500;
  letter-spacing: 2.6px;
}
.about-benefit__subtitle {
  margin-bottom: 46px;
  color: #444;
  font-family: var(--font-ja);
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 1.54px;
}
@media (max-width: 640px) {
  .about-benefit__subtitle {
    margin: 0;
    font-size: 13px;
    line-height: 1;
  }
}
.about-benefit__content {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: "images text-top" "images text-bottom";
  gap: 28px 138px;
  padding: 0 38px;
}
.about-benefit__images {
  --about-benefit-images-gap: 64px;
  --about-benefit-images-scroll-shift: 18px;
  --about-benefit-images-vertical-shift: 40px;
  --about-benefit-images-progress: 0;
  display: flex;
  align-items: flex-start;
  gap: var(--about-benefit-images-gap);
  grid-area: images;
}
.about-benefit__images-left, .about-benefit__images-right {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 20px;
}
.about-benefit__images-right > *:first-child {
  --about-benefit-scroll-shift-y: calc((1 - var(--about-benefit-images-progress)) * var(--about-benefit-images-vertical-shift) * -1);
}
.about-benefit__images-right > *:last-child {
  --about-benefit-scroll-shift-y: calc((1 - var(--about-benefit-images-progress)) * var(--about-benefit-images-vertical-shift));
}
.about-benefit__images-left {
  transform: translate3d(calc(var(--about-benefit-images-progress) * var(--about-benefit-images-scroll-shift)), 0, 0);
}
.about-benefit__images-right {
  margin: 86px 0 0;
  transform: translate3d(calc(var(--about-benefit-images-progress) * var(--about-benefit-images-scroll-shift) * -1), 0, 0);
}
@media (prefers-reduced-motion: no-preference) {
  .about-benefit__images-left, .about-benefit__images-right {
    will-change: transform;
  }
  .about-benefit__images-right > * {
    will-change: transform;
  }
}
@media (prefers-reduced-motion: reduce) {
  .about-benefit__images {
    --about-benefit-images-vertical-shift: 0px;
  }
}
.about-benefit__image-1 {
  width: 285px;
  height: auto;
}
.about-benefit__image-2 {
  width: 182px;
  height: auto;
}
.about-benefit__image-3 {
  width: 182px;
  height: auto;
}
.about-benefit__tilt-card {
  position: relative;
  display: block;
  overflow: hidden;
  isolation: isolate;
  width: fit-content;
  max-width: 100%;
  border-radius: 0;
  transform: translate3d(0, var(--about-benefit-scroll-shift-y, 0), 0);
}
.about-benefit__tilt-card::after {
  position: absolute;
  background: radial-gradient(circle at var(--about-gift-glare-x, 50%) var(--about-gift-glare-y, 50%), rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.08) 7%, rgba(255, 255, 255, 0) 22%);
  opacity: var(--about-gift-glare-opacity, 0);
  transition: opacity 0.35s ease;
  content: "";
  pointer-events: none;
  inset: 0;
  mix-blend-mode: screen;
}
.about-benefit__tilt-card img {
  display: block;
  transform: translateZ(0);
}
@media (hover: hover) and (pointer: fine) and (width >= 641px) {
  .about-benefit__tilt-card {
    transition: filter 0.35s ease;
    will-change: transform;
    transform: perspective(880px) rotateX(var(--about-gift-rotate-x, 0deg)) rotateY(var(--about-gift-rotate-y, 0deg)) translateY(calc(var(--about-gift-shift-y, 0px) + var(--about-benefit-scroll-shift-y, 0px))) scale(var(--about-gift-scale, 1));
    transform-style: preserve-3d;
    filter: saturate(1) brightness(1);
  }
  .about-benefit__tilt-card.is-hovered {
    filter: saturate(1.08) brightness(1.03);
  }
  .about-benefit__tilt-card img {
    transform: translateZ(24px);
    transition: transform 0.35s ease;
  }
  .about-benefit__tilt-card.is-hovered img {
    transform: translateZ(40px);
  }
}
.about-benefit__text {
  color: #000;
  font-family: var(--font-ja);
  font-size: 17px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 1.28px;
}
.about-benefit__text-top {
  grid-area: text-top;
}
.about-benefit__text-bottom {
  grid-area: text-bottom;
}
.about-benefit__copy {
  margin: 46px 0 0;
}
.about-benefit__copy-lead {
  margin: 0;
}
@media (max-width: 640px) {
  .about-benefit__copy-lead {
    line-height: 2;
  }
}
.about-benefit__copy-detail {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.9;
}
.about-benefit__note {
  margin-top: 2px;
  color: #777;
  font-family: var(--font-ja);
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0.33px;
}
@media (max-width: 640px) {
  .about-benefit__note {
    margin-top: 7px;
  }
}
.about-benefit__additional-images {
  display: flex;
  gap: 8px;
  margin-top: 15px;
}
.about-benefit__additional-images picture {
  width: 165px;
}
.about-benefit__additional-image {
  width: 100%;
  height: auto;
}

@media (min-width: 641px) and (max-width: 1100px) {
  .about-hero__caption {
    bottom: clamp(16px, 3vw, 32px);
    left: clamp(32px, 5vw, 60px);
  }
  .about-intro {
    margin: clamp(72px, 9vw, 96px) 0 clamp(48px, 7vw, 64px);
  }
  .about-intro .container {
    padding: 0 clamp(32px, 5vw, 56px);
  }
  .about-intro__content {
    max-width: 760px;
    padding: 0;
  }
  .about-intro__title {
    font-size: clamp(24px, 3vw, 30px);
    line-height: 1.65;
    letter-spacing: 0.12em;
  }
  .about-intro__subtitle {
    margin-bottom: clamp(42px, 6vw, 58px);
  }
  .about-intro__body {
    font-size: clamp(15px, 1.8vw, 17px);
    line-height: 2;
    letter-spacing: 0.12em;
  }
  .about-gallery {
    height: 760px;
    margin: 48px 0 86px;
    padding: 0 clamp(32px, 5vw, 56px);
    --about-gallery-sticky-top: calc(92px + var(--awl-notice-offset, 0px));
    --about-gallery-initial-width: min(88vw, 720px);
    --about-gallery-final-width: 100vw;
    --about-gallery-clip-inline: clamp(28px, 6vw, 64px);
    --about-gallery-side-travel: clamp(160px, 24vw, 280px);
    --about-gallery-main-scale: 1;
    --about-gallery-animation-ratio: 0.68;
    --about-gallery-main-width: 100%;
    --about-gallery-left-width: clamp(64px, 10.55vw, 116px);
    --about-gallery-right-width: clamp(18px, 2.66vw, 29px);
    --about-gallery-right-height: auto;
    --about-gallery-top-right-width: clamp(40px, 6.69vw, 74px);
  }
  .about-gallery__sticky {
    top: var(--about-gallery-sticky-top);
    overflow: visible;
    width: 100vw;
    height: 460px;
    margin-inline: calc(50% - 50vw);
  }
  .about-gallery__image-wrap {
    width: calc(var(--about-gallery-initial-width) + (var(--about-gallery-final-width) - var(--about-gallery-initial-width)) * var(--about-gallery-progress));
    max-width: none;
    height: auto;
    aspect-ratio: 887/414;
    margin: 0 auto;
  }
  .about-gallery-main {
    height: 100%;
  }
  .about-gallery-logo {
    width: min(502px, 100vw - 64px);
    max-width: 76%;
  }
  .about-gallery .gallery-left,
  .about-gallery .gallery-right {
    inset: auto;
  }
  .about-gallery .gallery-left {
    top: 128px;
    left: clamp(0px, 4vw, 44px);
  }
  .about-gallery .gallery-right {
    top: 64px;
    right: clamp(0px, 4vw, 44px);
    width: max(var(--about-gallery-top-right-width), var(--about-gallery-right-width));
  }
  .about-gallery-left {
    top: 0;
    left: 0;
    width: var(--about-gallery-left-width);
    max-width: none;
  }
  .about-gallery-right {
    top: 178px;
    right: 0;
    width: var(--about-gallery-right-width);
  }
  .about-gallery-top-right {
    top: 0;
    right: 0;
    width: var(--about-gallery-top-right-width);
    max-width: none;
  }
  .about-service {
    margin: 0 0 clamp(82px, 10vw, 110px);
  }
  .about-service__header {
    flex-direction: column;
    gap: 40px;
    padding: 0 clamp(32px, 5vw, 56px);
  }
  .about-service__columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 36px;
    width: 100%;
    margin: 0;
  }
  .about-service__item {
    top: 0 !important;
    width: auto;
    padding-bottom: 0 !important;
  }
  .about-service__item-title {
    font-size: clamp(20px, 2.4vw, 24px);
    line-height: 1.45;
  }
  .about-service__item-desc {
    font-size: 14px;
    line-height: 1.8;
  }
  .about-gift {
    padding: clamp(86px, 10vw, 108px) 0;
  }
  .about-gift__content {
    flex-direction: column;
    gap: 42px;
    margin-bottom: 72px;
    padding: 0 clamp(32px, 5vw, 56px);
  }
  .about-gift__text {
    max-width: 760px;
    padding-right: 0;
  }
  .about-gift__title {
    margin-top: 0;
  }
  .about-gift__images {
    justify-content: center;
    width: min(100%, 560px);
    margin: 0 auto;
    --about-gift-images-gap: clamp(18px, 4vw, 48px);
  }
  .about-gift__watch-info {
    flex-direction: column-reverse;
    align-items: flex-start;
    width: min(100%, 760px);
    gap: 28px;
  }
  .about-gift__watch-image {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .about-gift__watch-image img {
    width: min(280px, 54vw);
  }
  .about-benefit {
    padding: clamp(94px, 11vw, 122px) 0 clamp(104px, 12vw, 140px);
  }
  .about-benefit__content {
    grid-template-columns: 1fr;
    grid-template-areas: "text-top" "images" "text-bottom";
    row-gap: 42px;
    padding: 0 clamp(32px, 5vw, 56px);
  }
  .about-benefit__text {
    max-width: 760px;
    margin-inline: auto;
  }
  .about-benefit__images {
    justify-content: center;
    width: min(100%, 560px);
    margin: 0 auto;
    --about-benefit-images-gap: clamp(24px, 4vw, 48px);
  }
  .about-benefit__copy {
    margin-top: 32px;
  }
  .about-benefit__additional-images {
    max-width: 420px;
  }
}
@media (max-width: 640px) {
  .about-hero {
    margin: 0;
  }
  .about-hero__image {
    max-height: initial;
  }
  .about-hero__caption {
    bottom: 8px;
    left: 14px;
    max-width: calc(100% - 2rem);
    font-size: 10px;
    letter-spacing: 0.08em;
  }
  .about-intro {
    margin: 75px 0 32px;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  .about-intro {
    margin: 70px 0 32px;
  }
}
@media (max-width: 640px) {
  .about-intro .container {
    padding: 0 20px;
  }
  .about-intro__content {
    padding: 0 4px;
  }
  .about-intro__title {
    font-size: 21px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    text-align: left;
  }
  .about-intro__subtitle {
    margin: 13px 0 33px;
    font-size: 12px;
    letter-spacing: 0.02em;
  }
  .about-intro__body {
    font-size: 13.5px;
    line-height: 2.2;
    letter-spacing: 0.08em;
  }
  .about-gallery {
    position: relative;
    display: block;
    overflow: clip;
    height: 520px;
    margin: 32px 0 64px;
    padding: 0 20px;
    --about-gallery-sticky-top: calc(77px + var(--awl-notice-offset, 0px));
    --about-gallery-initial-width: 218px;
    --about-gallery-initial-height: 240px;
    --about-gallery-final-width: 100vw;
    --about-gallery-final-height: 300px;
    --about-gallery-clip-inline: 0px;
    --about-gallery-side-travel: clamp(108px, 41.03vw, 160px);
    --about-gallery-main-scale: 1;
    --about-gallery-animation-ratio: 0.66;
    --about-gallery-main-width: 100%;
    --about-gallery-left-width: 70px;
    --about-gallery-right-width: 54px;
    --about-gallery-top-right-width: 74px;
  }
  .about-gallery__sticky {
    position: sticky;
    top: var(--about-gallery-sticky-top);
    display: flex;
    overflow: visible;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 300px;
    margin-inline: calc(50% - 50vw);
  }
  .about-gallery__image-wrap {
    width: calc(var(--about-gallery-initial-width) + (var(--about-gallery-final-width) - var(--about-gallery-initial-width)) * var(--about-gallery-progress));
    max-width: none;
    height: calc(var(--about-gallery-initial-height) + (var(--about-gallery-final-height) - var(--about-gallery-initial-height)) * var(--about-gallery-progress));
    margin: 0 auto;
    clip-path: inset(0 calc(var(--about-gallery-clip-inline) * (1 - var(--about-gallery-progress))) 0 calc(var(--about-gallery-clip-inline) * (1 - var(--about-gallery-progress))));
    will-change: clip-path;
  }
  .about-gallery-main {
    position: static;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
    transform: scale(var(--about-gallery-main-scale));
    will-change: transform;
  }
  .about-gallery-logo {
    width: min(502px, 100vw - 40px);
    max-width: 82%;
  }
  .about-gallery .gallery-left,
  .about-gallery .gallery-right {
    position: absolute;
    inset: auto;
    will-change: transform;
    pointer-events: none;
  }
}
@media (max-width: 640px) and (prefers-reduced-motion: no-preference) {
  .about-gallery .gallery-left {
    transform: translate3d(calc(var(--about-gallery-side-travel) * var(--about-gallery-progress) * -1), 0, 0);
  }
  .about-gallery .gallery-right {
    transform: translate3d(calc(var(--about-gallery-side-travel) * var(--about-gallery-progress)), 0, 0);
  }
}
@media (max-width: 640px) {
  .about-gallery .gallery-left {
    top: 103px;
    left: 0;
  }
  .about-gallery .gallery-right {
    top: 30px;
    right: -20px;
    display: block;
    width: max(var(--about-gallery-top-right-width), var(--about-gallery-right-width));
  }
  .about-gallery-left, .about-gallery-right, .about-gallery-top-right {
    position: absolute;
    height: auto;
    border-radius: 0;
    object-fit: cover;
  }
  .about-gallery-left {
    top: 0;
    left: 0;
    width: var(--about-gallery-left-width);
    height: 132px;
  }
  .about-gallery-right {
    top: 124px;
    right: 18px;
    width: var(--about-gallery-right-width);
    height: 138px;
  }
  .about-gallery-top-right {
    top: 28px;
    right: 18px;
    width: var(--about-gallery-top-right-width);
    height: 88px;
  }
  .about-service {
    margin: 0 0 63px;
    padding: 35px 5px;
  }
  .about-service__header {
    flex-direction: column;
    gap: 25px;
    padding: 0;
  }
  .about-service__subtitle {
    margin: 0;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
  .about-service__title {
    margin-bottom: 18px;
    font-size: 37px;
  }
  .about-service__columns {
    flex-direction: column;
    width: 100%;
    margin: 7px 0 0;
    gap: 25px 0;
  }
  .about-service__item {
    width: 100%;
    padding-top: 27px;
  }
  .about-service__item:nth-child(2), .about-service__item:nth-child(4), .about-service__item:nth-child(6) {
    top: 0;
  }
  .about-service__item:last-child {
    border-bottom: 1px solid #B9B9B9;
  }
  .about-service__item-title {
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .about-service__item-desc {
    margin: 3px 0 0;
    font-size: 13px;
    line-height: 1.9;
  }
  .about-service__item-note {
    line-height: 1.6;
  }
  .about-gift {
    padding: 100px 0 110px;
  }
  .about-gift__content {
    flex-direction: column;
    gap: 2.5rem;
    margin-bottom: 73px;
    padding: 0;
  }
  .about-gift__text {
    padding-right: 0;
  }
  .about-gift__title {
    margin-top: 0;
    font-size: 38px;
    line-height: 1.2;
  }
  .about-gift__subtitle {
    margin: 6px 0 0;
    font-size: 11.5px;
    line-height: 1.8;
  }
  .about-gift__body {
    font-size: 13px;
    line-height: 2.3;
    letter-spacing: 0.16em;
  }
  .about-gift__heading {
    margin: 54px 0 21px;
    font-size: 21.5px;
    letter-spacing: 0.1em;
  }
  .about-gift__images {
    --about-gift-images-gap: 12px;
    --about-gift-images-edge-shift: clamp(20px, 4vw, 48px);
    --about-gift-images-vertical-shift: 40px;
    --about-gift-images-progress: 0;
    align-items: center;
    justify-content: center;
    margin: 32px 0 0;
  }
  .about-gift__images-left, .about-gift__images-right {
    flex: 0 0 auto;
    width: fit-content;
    max-width: 100%;
    margin: 0;
    gap: 20px;
  }
}
@media (max-width: 640px) and (prefers-reduced-motion: no-preference) {
  .about-gift__images-left {
    transform: translate3d(calc((1 - var(--about-gift-images-progress)) * var(--about-gift-images-edge-shift) * -1), 0, 0);
  }
  .about-gift__images-right {
    transform: translate3d(calc((1 - var(--about-gift-images-progress)) * var(--about-gift-images-edge-shift)), 0, 0);
  }
}
@media (max-width: 640px) {
  .about-gift__tilt-card {
    width: auto;
    max-width: 100%;
    transform: translate3d(0, var(--about-gift-scroll-shift-y, 0), 0);
    box-shadow: none;
    filter: none;
  }
  .about-gift__tilt-card::after {
    opacity: 0;
  }
  .about-gift__watch-info {
    flex-direction: column-reverse;
    align-items: flex-start;
    width: 100%;
    gap: 24px;
  }
  .about-gift__watch-image {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .about-gift__watch-image img {
    width: min(240px, 70vw);
  }
  .about-gift__watch-heading {
    font-size: 17px;
    line-height: 1.8;
  }
  .about-gift__watch-desc {
    font-size: 14px;
    font-weight: 300;
    line-height: 2;
  }
  .about-benefit {
    padding: 95px 0 90px;
  }
  .about-benefit__title {
    font-size: 38px;
    line-height: 1.75;
  }
  .about-benefit__content {
    grid-template-columns: 1fr;
    grid-template-areas: "text-top" "images" "text-bottom";
    row-gap: 2rem;
    padding: 0;
  }
  .about-benefit__images {
    --about-benefit-images-gap: 10px;
    --about-benefit-images-edge-shift: clamp(20px, 4vw, 48px);
    --about-benefit-images-vertical-shift: 40px;
    --about-benefit-images-progress: 0;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    max-width: 460px;
    margin: 0 auto;
    gap: var(--about-benefit-images-gap);
  }
  .about-benefit__images-left {
    flex: 0 0 57%;
    max-width: 57%;
  }
  .about-benefit__images-right {
    flex: 0 0 38%;
    width: auto;
    max-width: 38%;
    margin: 60px 0 0;
    gap: 10px;
  }
}
@media (max-width: 640px) and (prefers-reduced-motion: no-preference) {
  .about-benefit__images-left {
    transform: translate3d(calc((1 - var(--about-benefit-images-progress)) * var(--about-benefit-images-edge-shift) * -1), 0, 0);
  }
  .about-benefit__images-right {
    transform: translate3d(calc((1 - var(--about-benefit-images-progress)) * var(--about-benefit-images-edge-shift)), 0, 0);
  }
}
@media (max-width: 640px) {
  .about-benefit__image-1, .about-benefit__image-2, .about-benefit__image-3 {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .about-benefit__tilt-card {
    width: auto;
    max-width: 100%;
    transform: translate3d(0, var(--about-benefit-scroll-shift-y, 0), 0);
    box-shadow: none;
    filter: none;
  }
  .about-benefit__tilt-card::after {
    opacity: 0;
  }
  .about-benefit__additional-images {
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
  }
  .about-benefit__additional-image {
    width: 100%;
    height: auto;
  }
  .about-benefit__additional-images picture {
    width: 50%;
  }
  .about-benefit__text {
    font-size: 0.9375rem;
    line-height: 1.9;
  }
  .about-benefit__copy {
    margin-top: 45px;
  }
}/*# sourceMappingURL=about.css.map */