:root {
  --ink: #1a1a1a;
  --muted: #535353;
  --line: #d9d8d3;
  --paper: #ffffff;
  --soft: #f1f1ef;
  --brown: #78634f;
  --content: 1200px;
}

* {
  font-family: 'Montserrat', 'Noto Sans JP', '游ゴシック体', YuGothic, sans-serif !important;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Montserrat', 'Noto Sans JP', '游ゴシック体', YuGothic, sans-serif !important;
  color: #1a1a1a;
  letter-spacing: 0.1rem;
  line-height: 1.8;
  text-align: left;
  font-weight: 700 !important;
}

a {
  color: #1a1a1a;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  letter-spacing: 0.05rem;
}

img,
video {
  display: block;
  width: 100%;
}

img {
  height: 100%;
  object-fit: cover;
}


    nav, section {
        margin-bottom: 0% !important;
    }


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

p,
h1,
h2,
h3,
h4,
figure {
  margin: 0;
}

main {
    --page-padding: 3vw;
  padding-inline: var(--page-padding);
}

.content {
  width: 100%;
  max-width: var(--content);
  margin-inline: auto;
}

.section-kicker {
  position: relative;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 15px;
}

.section-kicker::after {
  content: "／";
  position: absolute;
  margin-left: 10px;
}

.brand {
  justify-self: start;
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
}

.brand>span {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .09em;
}

.brand small {
  color: #77746e;
  font-size: 13px;
    letter-spacing: 0.05em;
}

.breadcrumb {
  width: 100%;
  max-width:var(--content);
  padding-top: 20px;
  display: flex;
  gap: 10px;
  color: var(--muted);
  font-size: 13px;
    letter-spacing: 0.05em;
    margin: 0 auto;
}

.breadcrumb a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.article-intro {
  padding: 20px 0 0;
}

.article-intro h1 {
  width: 60%;
  margin-top: 60px;
  font-size: clamp(33px, 9.2vw, 38px);
  line-height: 1.5;
  letter-spacing: -.035em;
  font-weight: 700;
}

.article-hero {
    margin-top: 40px;
}

.hero-image {
  width: 100%;
  max-width: var(--content);
  margin: 0 auto;
}

.intro-copy {
  width: 60%;
  margin-top: 25px;
  color: var(--muted);
  font-size: 14px;
  line-height: 2;
}

.hero-image {

}

.hero-image img {
  object-position: center;
}

.hero-image figcaption {
  padding-top: 9px;
  color: #85817a;
  font-size: 13px;
    letter-spacing: 0.05em;
}

.article-anchor {
  width: 100%;
  max-width: var(--content);
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.article-anchor a {
  min-height: 60px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #171714;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s ease;
  position: relative;
  padding-right: 40px;
}

.article-anchor a+a {
  border-left: 1px solid #d9d8d3;
}

.article-anchor a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 120px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #1a1a1a;
  border-bottom: 2px solid #1a1a1a;
  transform: translateY(-70%) rotate(45deg);
}

.article-anchor a:hover {
  background-color: #f5f5f3;
}


.article-anchor a span {
  color: #78634f;
  font-size: 13px;
  font-weight: 700;
    letter-spacing: 0.05em;
}

#about,
#points,
#coordinate {
  scroll-margin-top: 100px;
}

.concept {
  margin-top: 40px;
  background: #d8b68c;
    width: auto;
  margin-inline: calc(var(--page-padding) * -1);
}

.concept-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 700px;
}

.concept-copy {
  padding: 70px 100px 70px 0;
  align-self: center;
}

.concept-copy h2 {
  color: #fff;
  font-size: clamp(28px, 7.7vw, 32px);
  line-height: 1.5;
}

.concept-copy>p:not(.section-kicker) {
  margin-top: 22px;
  max-width: 600px;
  color: #fff;
  font-size: 14px;
  line-height: 2;
}

.concept-movie {
  position: relative;
  min-height: 435px;
  background: #dededa;
  overflow: hidden;
}

.concept-movie video {
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
}

.concept-movie::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .03);
  pointer-events: none;
}

.concept-movie>span {
  position: absolute;
  right: 16px;
  bottom: 14px;
  z-index: 1;
  color: #fff;
  font-size: 13px;
    letter-spacing: 0.05em;
  text-shadow: 0 1px 5px rgba(0, 0, 0, .25);
}

.points {
  padding: 80px 0 80px;
}

.points h2,
.coordinate>h2 {
  font-size: clamp(28px, 7.7vw, 32px);
  line-height: 1.5;
}

.section-lead {
  max-width: 610px;
  margin-top: 20px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
}

.point-grid {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.point-image {
  overflow: hidden;
  background: #ecece9;
}

.point-number {
  margin-top: 20px;
  font-size: 13px !important;
  font-weight: 700;
    letter-spacing: 0.05em;
}

.point-card h3 {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -.015em;
}

.point-card>p:last-child {
  margin-top: 15px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.coordinate {
  padding-bottom: 80px;
}

.coordinate-main {
  margin-top: 40px;
  position: relative;
}

.coordinate-main img {
  object-position: center;
}

.coordinate-description {
  width: 60%;
  padding: 60px 0 60px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.coordinate-name {
  font-size: 21px;
  line-height: 1.5;
  font-weight: 700;
}

.coordinate-description>p:last-child {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
    letter-spacing: 0.05em;
}

.photo-gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 300px 400px;
  gap: 10px;
}

.photo-gallery figure {
  overflow: hidden;
  background: #eee;
}

.gallery-a {
  position: relative;
  grid-column: 1 / span 5;
  grid-row: 1;
}

.gallery-a img {
  height: 100%;
  object-position: 72% center;
}

.gallery-b {
  position: relative;
  grid-column: 6 / span 7;
  grid-row: 1;
}

.gallery-b img {
  position: relative;
  height: 100%;
  object-position: center 57%;
}

.gallery-c {
  position: relative;
  grid-column: 1 / span 8;
  grid-row: 2;
}

.gallery-c img {
  height: 100%;
  object-position: center;
}

.gallery-d {
  position: relative;
  grid-column: 9 / span 4;
  grid-row: 2;
}

.gallery-d img {
  height: 100%;
  object-position: center;
}









.photo-gallery,
.gallery-a,
.gallery-b,
.gallery-c,
.gallery-d {
  overflow: visible !important;
}

.gallery-a,
.gallery-b,
.gallery-c,
.gallery-d {
  position: relative;
}

/* パネル表示中はほかの写真より前へ出す */
.gallery-a.has-active-hotspot,
.gallery-b.has-active-hotspot,
.gallery-c.has-active-hotspot,
.gallery-d.has-active-hotspot {
  z-index: 100;
}

.coordinate-hotspot {
  position: absolute;
  z-index: 5;
}

.coordinate-hotspot.is-hovered,
.coordinate-hotspot.is-open {
  z-index: 100;
}

/* 〇ボタン */
.coordinate-hotspot__button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(17, 17, 17, 0.48);
    border: 2px solid rgba(223, 223, 223, 0.48);
    border-radius: 50%;
    position: relative;
    width: 2rem;
    height: 2rem;
    box-sizing: border-box;
    animation: dotBlink 1.5s infinite ease-in-out;
    z-index: 1;
    transition: 0.2s;
}



.coordinate-hotspot__button::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.8rem;
    height: 0.8rem;
    background: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
        transition: 0.3s;
}

@keyframes dotBlink {
    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.4;
    }
}

.coordinate-hotspot__button:hover,
.coordinate-hotspot__button:focus-visible {
}

.coordinate-hotspot__button:hover::after {
      width: 1rem;
    height: 1rem;
}

/* 〇からパネルへマウスを移動するための透明エリア */
.coordinate-hotspot::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 12px;
}

/* 商品パネル */
.coordinate-product-panel,
.coordinate-product-panel[hidden] {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  z-index: 10;
  display: block !important;
  width: 180px;
  background: #fff;
  box-shadow: 0 6px 24px rgb(0 0 0 / 16%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 6px);
  transition:
    opacity 0.2s ease,
    visibility 0.2s ease,
    transform 0.2s ease;
}

.coordinate-product-panel__link {
  position: relative;
  display: block;
  min-height: 80px;
  padding: 15px 40px 15px 15px;
  color: #262626;
  text-decoration: none;
  box-sizing: border-box;
}

.coordinate-product-panel__link:hover {
  color: #262626;
  text-decoration: none;
}

.coordinate-product-panel__name {
  display: block;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 500;
}

.coordinate-product-panel__price {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.coordinate-product-panel__arrow {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  transform: translateY(-50%) rotate(45deg);
}

/* 左端にある〇 */
.coordinate-hotspot--left .coordinate-product-panel {
  left: -4px;
  transform: translate(0, 6px);
}

/* 右端にある〇 */
.coordinate-hotspot--right .coordinate-product-panel {
  right: -4px;
  left: auto;
  transform: translate(0, 6px);
}

/* 画像下側の〇はパネルを上に表示 */
.coordinate-hotspot--up .coordinate-product-panel {
  top: auto;
  bottom: calc(100% + 12px);
  transform: translate(-50%, -6px);
}

.coordinate-hotspot--up.coordinate-hotspot--left
  .coordinate-product-panel,
.coordinate-hotspot--up.coordinate-hotspot--right
  .coordinate-product-panel {
  transform: translate(0, -6px);
}

.coordinate-hotspot--up::after {
  top: auto;
  bottom: 100%;
}

/* PC：hoverでパネル表示 */
.coordinate-hotspot.is-hovered .coordinate-product-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

/* SP：タップでパネル表示 */
.coordinate-hotspot.is-open .coordinate-product-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

/* キーボード操作 */
.coordinate-hotspot__button:focus-visible
  + .coordinate-product-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

/* 左右寄せパネルの表示位置 */
.coordinate-hotspot--left.is-hovered
  .coordinate-product-panel,
.coordinate-hotspot--left.is-open
  .coordinate-product-panel,
.coordinate-hotspot--right.is-hovered
  .coordinate-product-panel,
.coordinate-hotspot--right.is-open
  .coordinate-product-panel,
.coordinate-hotspot--left
  .coordinate-hotspot__button:focus-visible
  + .coordinate-product-panel,
.coordinate-hotspot--right
  .coordinate-hotspot__button:focus-visible
  + .coordinate-product-panel {
  transform: translate(0, 0);
}

@media screen and (max-width: 768px) {
  .coordinate-hotspot__button {
    width: clamp(28px, 7.7vw, 32px);
    height: clamp(28px, 7.7vw, 32px);
  }
  .coordinate-hotspot__button::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.9rem;
    height: 0.9rem;
    background: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    transition: 0.3s;
}

  .coordinate-product-panel {
    top: calc(100% + clamp(9px, 2.6vw, 11px));
    width: clamp(138px, 38.5vw, 159px);
  }

  .coordinate-product-panel__link {
    min-height: clamp(65px, 17.9vw, 74px);
    padding:
      clamp(9px, 2.6vw, 11px)
      clamp(32px, 9vw, 37px)
      clamp(7px, 2.1vw, 8px)
      clamp(9px, 2.6vw, 11px);
  }

  .coordinate-product-panel__name {
    font-size: clamp(10px, 2.8vw, 12px);
    line-height: 1.2;
  }

  .coordinate-product-panel__price {
    margin-top: clamp(5px, 1.3vw, 5px);
    font-size: clamp(15px, 4.1vw, 17px);
  }

  .coordinate-product-panel__arrow {
    right: clamp(14px, 4.1vw, 17px);
    width: clamp(7px, 2.1vw, 8px);
    height: clamp(7px, 2.1vw, 8px);
  }

  .coordinate-hotspot--up .coordinate-product-panel {
    top: auto;
    bottom: calc(100% + clamp(9px, 2.6vw, 11px));
  }
}












.coordinate-products {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  margin-bottom: 80px;
  align-items: stretch;
}

/* 左端に固定する合計金額 */
.coordinate-total {
  position: relative;
  z-index: 2;
  padding: 15px 20px;
  background: #FAF8F6;
  display: flex;
  align-items: center;
    justify-content: center;
}

.coordinate-total__label {
  font-size: 13px;
  margin-right: 40px;
  font-weight: 700;
  position: relative;
  line-height: 1;
}

.coordinate-total__label::after {
  content: "／";
  position: absolute;
  margin-left: 10px;
}

.coordinate-total__price {
  font-size: 21px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

    .top-coordinate-image__dot {
        align-items: center;
        background-color: rgba(17, 17, 17, 0.48);
        border: 2px solid rgba(223, 223, 223, 0.48);
        border-radius: 50%;
        position: absolute;
        width: 2.2rem;
        height: 2.2rem;
        animation: dotBlink 1.5s infinite ease-in-out;
        z-index: 1;
    }

    .top-coordinate-image__dot::after {
    content: "";
    display: block;
    position: relative;
    background: #fff;
    border-radius: 50%;
    width: 0.85rem;
    height: 0.85rem;
    top: 23%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

    /* ポインターのアニメーション */
@keyframes dotBlink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.4;
    }
}

/* 商品だけが横スクロールする部分 */
.coordinate-items {
  min-width: 0;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  touch-action: auto;
  cursor: grab;
}

.coordinate-items::-webkit-scrollbar {
  display: none;
}

.coordinate-items__list {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  width: 100%;
  padding-right: 0;
  box-sizing: border-box;
}

.coordinate-items__list > .contents-item {
  flex: 0 0 166px;
  min-width: 0;
  width: 166px !important;
  height: auto !important;
  scroll-snap-align: start;
}

.coordinate-items.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

.coordinate-items.is-dragging .contents-item {
  cursor: grabbing;
  user-select: none;
}

.contents-item img {
  background: #FAF8F6;
  max-width: 100%;
  aspect-ratio: 1 / 1.1;
  object-fit: cover;
  margin-bottom: 1rem;
  border-radius: 5px;
}

.type-name {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 155px;
  line-height: 1.5;
}

.name {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 155px;
  line-height: 1.5;
}

.name {
  display: flex;
}

.eng-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.price {
  display: block;
}

.guide-copy p{
  width: 60%;} 



.article-footer {
  padding: 80px 0 160px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 30fr 70fr;
  gap: 40px;
}

.guide-copy h2 {
  font-size: clamp(28px, 7.7vw, 32px);
  line-height: 1.5;
}

.guide-copy>p:not(.section-kicker) {
  margin-top: 20px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
    letter-spacing: 0.05em;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  list-style: none;
  padding: 20px 30px 20px 20px;
  position: relative;
  cursor: pointer;
  font-size: 16px;
    letter-spacing: 0.05em;
  line-height: 1.8;
  font-weight: 700;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary i::before,
.faq-list summary i::after {
  content: "";
  width: 11px;
  height: 1px;
  position: absolute;
  top: 33px;
  right: 15px;
  background: #4b4945;
  transition: transform .2s;
}

.faq-list summary i::after {
  transform: rotate(90deg);
}

.faq-list details[open] summary i::after {
  transform: rotate(0);
}

.faq-list details>p {
  padding: 0 30px 20px 20px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}


/*
 * SP（390px基準）
 * clampの計算：最小360px / 基準390px / 最大414px
 */
@media screen and (max-width: 768px) {
  main {
    --page-padding: clamp(18px, 5.1vw, 21px);
  }

  .site-header {
    display: none !important;
  }

  .site-header nav {
    display: none;
  }

  .content,
  .header-inner,
  .breadcrumb,
  .article-intro,
  .hero-image,
  .article-anchor,
  .concept-inner,
  .points,
  .coordinate,
  .article-footer {
    width: 100%;
    max-width: none;
  }

  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .brand>span,
  .section-kicker {
    font-size: clamp(11px, 3.1vw, 13px);
  }

  .brand small {
    display: none;
  }

  .header-tools {
    font-size: clamp(6px, 1.8vw, 7px);
  }

  .section-kicker {
    margin-bottom: clamp(13px, 3.6vw, 15px);
  }

  .section-kicker::after {
    margin-left: clamp(9px, 2.6vw, 11px);
  }

  .breadcrumb {
    padding-top: clamp(13px, 3.6vw, 15px);
    gap: clamp(9px, 2.6vw, 11px);
    font-size: clamp(9px, 2.6vw, 11px);
  }

  .article-intro {
    padding-top: clamp(42px, 11.8vw, 49px);
  }

  .article-intro h1 {
    width: 100%;
    margin-top: 0;
    font-size: clamp(22px, 6.2vw, 26px);
    line-height: 1.5;
  }

  .desktop-break {
    display: none;
  }

  .intro-copy {
    width: 100%;
    margin-top: clamp(18px, 4.9vw, 20px);
    font-size: clamp(11px, 3.1vw, 13px);
    line-height: 1.5;
  }

  .article-hero {
    margin-top: clamp(28px, 7.7vw, 32px);
        width: auto;
    margin-inline: calc(var(--page-padding) * -1);
  }

  .hero-image {
    margin-top: 0;
  }

  .hero-image img {
  }

  .article-anchor {
    margin-top: clamp(37px, 10.3vw, 42px);
  }

  .article-anchor a {
    min-width: 0;
    min-height: clamp(70px, 19.5vw, 81px);
    padding: 0 0 clamp(13px, 3.6vw, 15px);
    flex-direction: column;
    justify-content: center;
    gap: clamp(6px, 1.8vw, 7px);
    font-size: clamp(11px, 3.1vw, 13px);
    text-align: center;
    white-space: nowrap;
  }

  .article-anchor a::after {
    right: 53px;
    top: 67%;
    border-right: 1px solid #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
  }

  #about,
  #points,
  #coordinate {
    scroll-margin-top: clamp(74px, 20.5vw, 85px);
  }

  .concept {
    margin-top: clamp(37px, 10.3vw, 42px);
  }

  .concept-inner {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .concept-copy {
    width: 100%;
    padding: clamp(74px, 20.5vw, 85px) var(--page-padding);
    margin: 0;
  }

  .concept-copy h2 {
font-size: clamp(22px, 6.2vw, 26px);
  }

  .concept-copy>p:not(.section-kicker) {
    width: 100%;
    max-width: none;
    margin-top: clamp(20px, 5.6vw, 23px);
    font-size: clamp(11px, 3.1vw, 13px);
  }

  .concept-movie {
    width: 100%;
    min-height: clamp(277px, 76.9vw, 318px);
  }

  .concept-movie>span {
    right: clamp(15px, 4.1vw, 17px);
    bottom: clamp(13px, 3.6vw, 15px);
    font-size: clamp(11px, 3.1vw, 13px);
  }

  .points {
    padding: clamp(74px, 20.5vw, 85px) 0 ;
  }

  .points h2,
  .coordinate>h2 {
font-size: clamp(22px, 6.2vw, 26px);
  }

  .section-lead {
    width: 100%;
    max-width: none;
    margin-top: clamp(18px, 5.1vw, 21px);
    font-size: clamp(11px, 3.1vw, 13px);
  }

  .point-grid {
    margin-top: clamp(31px, 8.7vw, 36px);
    grid-template-columns: 1fr;
    gap: clamp(50px, 13.8vw, 57px);
  }

  .point-image {
    width: 100%;
    aspect-ratio: 1.15;
  }

  .point-number {
    margin-top: clamp(18px, 5.1vw, 21px);
    font-size: clamp(11px, 3.1vw, 13px) !important;
  }

  .point-card h3 {
    margin-top: clamp(18px, 5.1vw, 21px);
    font-size: clamp(17px, 4.6vw, 19px);;
  }

  .point-card>p:last-child {
    margin-top: clamp(14px, 3.8vw, 16px);
    font-size: clamp(11px, 3.1vw, 13px);
  }

  .coordinate {
    padding-bottom: clamp(55px, 15.4vw, 64px);
  }

  .coordinate-main {
            width: auto;
        margin-inline: calc(var(--page-padding) * -1);
    margin-top: clamp(30px, 8.2vw, 34px);
  }

  .coordinate-main img {
  }

  .coordinate-description {
    width: 100%;
    padding: clamp(37px, 10.3vw, 42px) 0 clamp(39px, 10.8vw, 45px);
    gap: clamp(13px, 3.6vw, 15px);
  }

  .coordinate-name {
font-size: clamp(17px, 4.6vw, 19px);
  }

  .coordinate-description>p:last-child {
    font-size: clamp(11px, 3.1vw, 13px);
  }

  .photo-gallery {
    height: auto;
    grid-template-columns: 1fr 1fr;
    grid-template-rows:
      clamp(166px, 46.2vw, 191px)
      clamp(166px, 46.2vw, 191px)
      clamp(166px, 46.2vw, 191px);
    gap: clamp(6px, 1.5vw, 6px);
  }

  .gallery-a {
    grid-column: 1 / 3;
    grid-row: 2;
  }

  .gallery-b {
    grid-column: 2;
    grid-row: 1;
  }

  .gallery-c {
    grid-column: 1 / 3;
    grid-row: 3;
  }

  .gallery-d {
    grid-column: 1;
    grid-row: 1;
  }

    .coordinate-items {
    overflow-x: auto;
    overflow-y: hidden;
    touch-action: auto;
    -webkit-overflow-scrolling: touch;
  }

    .coordinate-products {
    grid-template-columns:
      clamp(88px, 24.4vw, 101px)
      minmax(0, 1fr);
    gap: clamp(13px, 3.6vw, 15px);
    margin-bottom: clamp(55px, 15.4vw, 64px);
  }

  .coordinate-total {
    padding:
      clamp(13px, 3.6vw, 15px)
      clamp(7px, 2.1vw, 8px);
  }

  .coordinate-total__label {
        margin-right: clamp(37px, 10.3vw, 42px);
    font-size: clamp(10px, 2.8vw, 12px);
    line-height: 1.5;
  }

  .coordinate-total__price {
font-size: clamp(17px, 4.6vw, 19px);
  }

  .coordinate-items {
    overflow-x: auto;
    overflow-y: hidden;
    touch-action: auto;
    -webkit-overflow-scrolling: touch;
  }

  .coordinate-items__list {
    gap: clamp(13px, 3.6vw, 15px);
    margin-top: 0;
    padding-right: 0;
  }

  /* 商品エリア内で2商品＋次の商品を少し表示 */
  .coordinate-items__list > .contents-item {
    flex: 0 0 42%;
    width: auto !important;
    height: auto !important;
  }

  .coordinate-items__list {
    gap: clamp(13px, 3.6vw, 15px);
    padding-right: 0;
    box-sizing: border-box;
  }

  /* 2商品＋3商品目が途中まで見える */
  .coordinate-items__item,
  .coordinate-items__list>.contents-item {
    flex: 0 0 42%;
    min-width: 0;
    width: auto !important;
    height: auto !important;
    scroll-snap-align: start;
  }

  .contents-item img {
    width: 100%;
    margin-bottom: clamp(15px, 4.1vw, 17px);
    border-radius: clamp(5px, 1.3vw, 5px);
  }

  .type-name,
  .name {
    width: 100%;
    font-size: clamp(11px, 3.1vw, 13px);
  }

  .coordinate-items__name {
    margin-top: clamp(6px, 1.5vw, 6px);
    font-size: clamp(11px, 3.1vw, 13px);
  }

  .product-grid {
    grid-template-columns: 1fr;
    gap: clamp(41px, 11.3vw, 47px);
  }

  .product-image {
    width: 100%;
    aspect-ratio: 1.45;
  }

  .product-area {
    margin-top: clamp(48px, 13.3vw, 55px);
  }

  .article-footer {
    padding: clamp(55px, 15.4vw, 64px) 0 0;
    grid-template-columns: 1fr;
    gap: clamp(37px, 10.3vw, 42px);
  }

  .guide-copy h2 {
font-size: clamp(22px, 6.2vw, 26px);
  }

  .guide-copy p,
  .guide-copy>p:not(.section-kicker) {
    width: 100%;
    font-size: clamp(11px, 3.1vw, 13px);
  }

  .faq-list summary {
    padding: clamp(18px, 5.1vw, 21px) clamp(28px, 7.7vw, 32px) clamp(18px, 5.1vw, 21px) 0;
font-size: clamp(15px, 4.1vw, 17px);
  }

  .faq-list summary i::before,
  .faq-list summary i::after {
    width: clamp(10px, 2.8vw, 12px);
    top: clamp(30px, 8.5vw, 35px);
    right: 0;
  }

  .faq-list details>p {
    padding: 0 clamp(28px, 7.7vw, 32px) clamp(18px, 5.1vw, 21px) 0;
    font-size: clamp(11px, 3.1vw, 13px);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition: none !important;
  }
}
