@charset "UTF-8";

.p-sub-hero {
  padding: 74px 0 0;
  background: var(--color-bg);
}

.p-lower-page {
  background: var(--color-bg);
}

.p-sub-hero__inner {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 48px;
  align-items: end;
  min-height: 280px;
}

.p-breadcrumb {
  grid-column: 1 / -1;
  display: flex;
  gap: 10px;
  color: var(--color-muted);
  font-size: var(--font-size-small);
}

.p-breadcrumb a {
  color: var(--color-green);
}

.p-breadcrumb a::after {
  content: "/";
  margin-left: 10px;
  color: var(--color-muted);
}

.p-sub-hero__heading {
  position: relative;
  padding-bottom: 18px;
}

.p-sub-hero__heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 150px;
  height: 1px;
  background: var(--color-green);
}

.p-sub-hero__heading p,
.c-page-kicker {
  margin: 0 0 8px;
  color: var(--color-green);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
}

.p-sub-hero h1 {
  margin: 0;
  color: var(--color-green);
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.25;
  letter-spacing: 0;
}

.p-sub-hero__lead {
  max-width: 520px;
  margin: 0;
  font-size: 15px;
  line-height: 2.1;
}

.p-sub-hero__visual {
  margin-top: 58px;
}

.p-sub-hero__visual .c-image-slot {
  width: 100%;
  min-height: 360px;
}

.p-sub-hero--works {
  position: relative;
  display: grid;
  align-items: center;
  min-height: clamp(520px, 58vw, 760px);
  padding: 0;
  color: #fff;
  overflow: hidden;
}

.p-sub-hero__works-bg {
  position: absolute;
  inset: 0;
}

.p-sub-hero__works-bg .c-image-slot {
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.p-sub-hero__works-bg .c-image-slot picture,
.p-sub-hero__works-bg .c-image-slot img,
.p-lower-page--works .p-works-archive .c-image-slot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-sub-hero__works-copy {
  position: relative;
  z-index: 1;
  text-align: center;
}

.p-sub-hero__works-copy .p-breadcrumb {
  justify-content: center;
  margin-bottom: 90px;
  color: rgba(255, 255, 255, 0.76);
}

.p-sub-hero__works-copy .p-breadcrumb a {
  color: #fff;
}

.p-sub-hero__works-copy h1 {
  color: #fff;
  font-size: clamp(32px, 3.5vw, 48px);
  font-weight: 500;
}

.p-sub-hero__works-copy p {
  margin: 24px 0 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.22em;
}

@media (max-width: 640px) {
  .p-sub-hero__works-copy p {
    font-size: 14px;
    line-height: 1.8;
  }
}

.p-lower-page--works .p-sub-hero--works {
  min-height: clamp(520px, 58vw, 840px);
}

.p-lower-page--works .p-sub-hero__works-copy h1 {
  letter-spacing: 0.3em;
}

.p-lower-page--works .p-archive-filter {
  padding-top: 44px;
  background: transparent;
}

.p-lower-page--works .p-archive-filter .l-container:not(.p-breadcrumb) {
  display: grid;
  gap: 44px;
}

.p-lower-page--works .p-archive-filter div {
  gap: 24px;
}

.p-lower-page--works .p-archive-filter div a {
  min-width: 130px;
  padding: 13px 30px;
  background: rgba(221, 215, 189, 0.4);
  border-radius: 8px;
  color: var(--color-ink);
  font-size: 15px;
  letter-spacing: 0.2em;
}

.p-lower-page--works .p-archive-filter div a.is-active {
  color: var(--color-ink);
  background: #d8d2b4;
}

.p-lower-page--works .p-archive-filter p {
  margin: 0;
  color: var(--color-text);
  font-size: 15px;
  letter-spacing: 0.14em;
}

.p-sub-hero--company {
  position: relative;
  display: grid;
  place-items: center;
  min-height: clamp(400px, 52vw, 760px);
  padding: 74px 0 0;
}

.p-sub-hero__company-bg {
  position: absolute;
  inset: 0;
}

.p-sub-hero__company-bg::after {
  background:
    linear-gradient(rgba(40, 44, 34, 0.34), rgba(40, 44, 34, 0.34)),
    linear-gradient(135deg, #777b68 0%, #c7c0a1 42%, #8d9d82 100%);
  opacity: 1;
}

.p-sub-hero__company-copy {
  position: relative;
  color: #fff;
  text-align: center;
}

.p-sub-hero__company-copy h1 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(30px, 3.4vw, 50px);
  font-weight: 500;
  letter-spacing: 0.24em;
}

.p-sub-hero__company-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: var(--font-size-body);
  letter-spacing: 0.4em;
}

.p-sub-hero--side {
  padding-top: 76px;
}

.p-lower-page--point .p-sub-hero--side {
  background:
    linear-gradient(rgba(247, 245, 235, 0.42), rgba(247, 245, 235, 0.42)),
    url("../img/point/bg01.jpg") center / cover no-repeat,
    var(--color-bg);
}

.p-sub-hero__side {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(54px, 9vw, 130px);
  align-items: center;
  min-height: 520px;
}

.p-lower-page--point .p-sub-hero__side {
  width: 100%;
  max-width: none;
  min-height: clamp(560px, 54vw, 720px);
  grid-template-columns: minmax(300px, 42vw) minmax(0, 58vw);
  gap: 0;
  padding-right: 0;
  padding-left: max(40px, calc((100vw - var(--content-width)) / 2 + 40px));
}

.p-sub-hero__side > div:first-child {
  position: relative;
  padding-left: clamp(0px, 3vw, 48px);
}

.p-lower-page--point .p-sub-hero__side > div:first-child {
  padding-left: clamp(18px, 3vw, 54px);
}

.p-lower-page--point .p-sub-hero__side > div:first-child::before {
  background: url("../img/point/bg02.png") center / contain no-repeat;
  opacity: 0.82;
  transform: none;
}

.p-sub-hero__side > div:first-child::before,
.p-lower-page--service .p-sub-hero__heading::before,
.p-lower-page--faq .p-sub-hero__heading::before,
.p-lower-page--link .p-sub-hero__heading::before,
.p-lower-page--blog .p-sub-hero__heading::before,
.p-lower-page--blog-detail .p-sub-hero__heading::before,
.p-lower-page--news .p-sub-hero__heading::before,
.p-lower-page--shop .p-sub-hero__side > div:first-child::before,
.p-lower-page--tatami .p-sub-hero__side > div:first-child::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  background:
    linear-gradient(45deg, transparent 45%, rgba(48, 96, 26, 0.1) 46%, rgba(48, 96, 26, 0.1) 54%, transparent 55%),
    linear-gradient(-45deg, transparent 45%, rgba(48, 96, 26, 0.1) 46%, rgba(48, 96, 26, 0.1) 54%, transparent 55%);
  background-size: 24px 24px;
  transform: rotate(45deg);
}

.p-sub-hero__side > div:first-child::before {
  left: -18px;
  top: 28px;
}

.p-sub-hero__side p,
.p-sub-hero__dark-copy p {
  margin: 0 0 10px;
  color: var(--color-green);
  font-size: 11px;
  font-weight: 700;
}

.p-sub-hero__side h1,
.p-sub-hero__dark-copy h1 {
  position: relative;
  margin: 0 0 30px;
  padding-bottom: 18px;
}

.p-sub-hero__side h1::after,
.p-sub-hero__dark-copy h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 132px;
  height: 1px;
  background: var(--color-green);
}

.p-lower-page--point .p-sub-hero__side h1::after,
.p-lower-page--shop .p-sub-hero__side h1::after,
.p-lower-page--tatami .p-sub-hero__side h1::after {
  display: none;
}

.p-sub-hero__side span,
.p-sub-hero__dark-copy span {
  display: block;
  max-width: 440px;
  line-height: 2.25;
}

.p-sub-hero__side-visual .c-image-slot {
  min-height: clamp(420px, 48vw, 650px);
}

.p-lower-page--point .p-sub-hero__side-visual {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 8px;
  height: 100%;
}

.p-lower-page--point .p-sub-hero__side-visual .c-image-slot {
  width: 100%;
  min-height: clamp(560px, 54vw, 720px);
  border-radius: 0;
}

.p-lower-page--point .p-sub-hero__side-visual .c-image-slot img,
.p-lower-page--point .p-point-steps .c-image-slot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-lower-page--shop .p-sub-hero__side {
  width: 100%;
  max-width: none;
  min-height: clamp(460px, 44vw, 620px);
  grid-template-columns: minmax(300px, 44vw) minmax(0, 56vw);
  gap: 0;
  padding-right: 0;
  padding-left: max(40px, calc((100vw - var(--content-width)) / 2 + 40px));
}

.p-lower-page--shop .p-sub-hero__side > div:first-child::before {
  left: -10px;
  top: -64px;
  background: url("../img/shop/shopbg.png") center / contain no-repeat;
  transform: none;
}

.p-lower-page--shop .p-sub-hero__side h1 {
  margin-bottom: 26px;
  padding-bottom: 0;
}

.p-lower-page--shop .p-sub-hero__side span {
  color: var(--color-green);
  letter-spacing: 0.14em;
  line-height: 2.4;
  font-size: var(--font-size-body);
}

.p-lower-page--shop .p-sub-hero__side-visual .c-image-slot {
  width: 100%;
  aspect-ratio: 1026 / 865;
  min-height: 0;
  border-radius: 0;
}

.p-lower-page--shop .p-sub-hero__side-visual .c-image-slot img,
.p-lower-page--shop .p-shop-intro__wide .c-image-slot img,
.p-lower-page--shop .p-shop-grid .c-image-slot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.is-js .p-lower-page--shop .p-sub-hero__side[data-fade-group] > * {
  transition-duration: 1.2s;
}

.is-js .p-lower-page--shop .p-sub-hero__side[data-fade-group] > *:nth-child(1) {
  transition-delay: 0.24s;
}

.is-js .p-lower-page--shop .p-sub-hero__side[data-fade-group] > *:nth-child(2) {
  transition-delay: 0.52s;
}

.p-lower-page--tatami .p-sub-hero__side {
  width: 100%;
  max-width: none;
  min-height: clamp(460px, 48vw, 680px);
  grid-template-columns: minmax(300px, 44vw) minmax(0, 56vw);
  gap: 0;
  padding-right: 0;
  padding-left: max(40px, calc((100vw - var(--content-width)) / 2 + 40px));
}

.p-lower-page--tatami .p-sub-hero__side > div:first-child::before {
  left: calc(50% - 180px);
  top: -56px;
}

.p-lower-page--tatami .p-sub-hero__side h1 {
  margin: 0;
  padding-bottom: 0;
  text-align: center;
  font-size: clamp(48px, 6vw, 88px);
  letter-spacing: 0.1em;
}

.p-lower-page--tatami .p-sub-hero__side > div:first-child > p {
  margin: 4px 0 48px;
  text-align: center;
  letter-spacing: 0.4em;
}

.p-lower-page--tatami .p-sub-hero__side span {
  max-width: 470px;
  line-height: 2.6;
  letter-spacing: 0.1em;
  font-size: var(--font-size-body);
}

.p-lower-page--tatami .p-sub-hero__side-visual .c-image-slot {
  width: 100%;
  min-height: clamp(460px, 48vw, 680px);
  border-radius: 0;
}

.p-sub-hero__side-visual {
  position: relative;
}

.p-sub-hero__badge {
  position: absolute;
  right: 3%;
  bottom: 8%;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 6px;
  width: clamp(140px, 15vw, 210px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: #e0782c;
  color: #fff;
  text-align: center;
}

.p-sub-hero__badge span {
  font-size: clamp(12px, 1.2vw, 16px);
  letter-spacing: 0.14em;
}

.p-sub-hero__badge strong {
  font-size: clamp(20px, 2.2vw, 32px);
  letter-spacing: 0.1em;
}

.p-sub-hero__badge:has(img) {
  display: block;
  background: transparent;
}

.p-sub-hero__badge img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-sub-hero__badge:hover,
.p-sub-hero__badge:focus-visible {
  animation: sub-hero-badge-wiggle 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes sub-hero-badge-wiggle {
  0%,
  100% {
    transform: rotate(0deg) translateY(0);
  }

  30% {
    transform: rotate(-3deg) translateY(-4px);
  }

  60% {
    transform: rotate(2deg) translateY(-2px);
  }
}

.p-sub-hero--dark {
  position: relative;
  display: grid;
  align-items: center;
  min-height: clamp(430px, 56vw, 800px);
  padding: 74px 0 0;
  background: var(--color-bg);
}

.p-sub-hero__dark-visual {
  position: absolute;
  inset: 0;
}

.p-sub-hero--dark .c-image-slot::after {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.18)),
    linear-gradient(135deg, #343633 0%, #747b67 45%, #1e211b 100%);
  opacity: 1;
}

.p-sub-hero__dark-copy {
  position: relative;
  color: #fff;
}

.p-sub-hero__dark-copy h1 {
  margin: 0;
  padding-bottom: 0;
  color: #fff;
  font-size: clamp(30px, 3.6vw, 54px);
  font-weight: 500;
  letter-spacing: 0.2em;
}

.p-sub-hero__dark-copy h1::after {
  display: none;
}

.p-sub-hero__dark-copy p {
  margin: 2px 0 30px;
  color: rgba(196, 209, 165, 0.55);
  font-size: var(--font-size-small);
  letter-spacing: 0.5em;
}

.p-sub-hero__dark-copy span {
  max-width: 620px;
  letter-spacing: 0.14em;
}

.p-sub-hero--visual {
  position: relative;
  min-height: clamp(390px, 52vw, 650px);
  padding: 0;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
}

.p-sub-hero--visual .p-sub-hero__visual {
  position: absolute;
  inset: 0;
  margin: 0;
}

.p-sub-hero--visual .p-sub-hero__visual .c-image-slot {
  min-height: 100%;
  height: 100%;
}

.p-sub-hero--visual .p-sub-hero__visual .c-image-slot::after {
  background:
    linear-gradient(90deg, rgba(31, 49, 17, 0.35), rgba(31, 49, 17, 0.05)),
    linear-gradient(135deg, #b49a6e 0%, #e8ddbb 42%, #8ca064 100%);
}

.p-sub-hero__overlay {
  position: relative;
  z-index: 1;
  padding-top: 72px;
  text-align: center;
}

.p-sub-hero__overlay .p-breadcrumb {
  justify-content: center;
  margin-bottom: 120px;
  color: rgba(255, 255, 255, 0.72);
}

.p-sub-hero__overlay .p-breadcrumb a {
  color: #fff;
}

.p-sub-hero__overlay p {
  margin: 0 0 10px;
  font-size: var(--font-size-small);
  letter-spacing: 0;
}

.p-sub-hero__overlay h1 {
  margin: 0;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 500;
  letter-spacing: 0;
}

.p-sub-hero__overlay span {
  display: block;
  margin-top: 18px;
  font-size: var(--font-size-body);
  line-height: 2;
}

.p-sub-hero--collage {
  position: relative;
  min-height: clamp(520px, 52vw, 710px);
  padding-top: 72px;
  overflow: hidden;
}

.p-sub-hero--collage .p-sub-hero__bg {
  position: absolute;
  inset: 0;
  background-image: url("../img/service/servicebg02.jpg");
  background-position: center top;
  background-repeat: repeat-x;
  background-size: auto 100%;
}

.p-sub-hero--collage .p-sub-hero__bg::after {
  background: linear-gradient(90deg, rgba(247, 245, 235, 0.94) 0%, rgba(247, 245, 235, 0.82) 43%, rgba(247, 245, 235, 0.48) 100%);
  opacity: 1;
}

.p-sub-hero--collage .p-sub-hero__inner {
  position: relative;
  min-height: clamp(448px, 46vw, 620px);
  grid-template-columns: minmax(270px, 0.74fr) minmax(520px, 1.16fr);
  align-items: center;
  gap: clamp(28px, 4.8vw, 70px);
}

.p-sub-hero--collage .p-sub-collage {
  position: relative;
  min-height: clamp(380px, 39vw, 560px);
  margin-top: 6px;
}

.p-sub-collage .c-image-slot {
  position: absolute;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  background: #ece7d4;
  box-shadow: 0 18px 42px rgba(33, 57, 20, 0.12);
}

.is-js .p-sub-collage > .c-image-slot {
  transition-delay: calc(0.22s + var(--fade-index, 0) * 0.18s);
  transition-duration: 1s;
}

.p-sub-collage .c-image-slot img,
.p-service-steps .c-image-slot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-sub-collage .c-image-slot:nth-child(1) {
  width: clamp(340px, 34vw, 520px);
  right: 5%;
  top: 18%;
}

.p-sub-collage .c-image-slot:nth-child(2) {
  width: clamp(124px, 11vw, 178px);
  left: 16%;
  top: 7%;
  z-index: 2;
}

.p-sub-collage .c-image-slot:nth-child(3) {
  width: clamp(190px, 18vw, 280px);
  right: 0;
  top: 4%;
  z-index: 2;
}

.p-sub-collage .c-image-slot:nth-child(4) {
  width: clamp(184px, 17vw, 270px);
  left: 5%;
  bottom: 12%;
  z-index: 2;
}

.p-lower-page--service .p-sub-hero__heading {
  width: fit-content;
  min-width: min(100%, 360px);
  padding: 74px 0 22px 8px;
}

.p-lower-page--service .p-sub-hero__heading::before {
  left: -42px;
  top: 22px;
  width: 190px;
  height: 144px;
  background: url("../img/service/servicebg.png") center / contain no-repeat;
  opacity: 0.78;
  transform: none;
}

.p-lower-page--service .p-sub-hero__heading::after,
.p-lower-page--faq .p-sub-hero__heading::after,
.p-lower-page--link .p-sub-hero__heading::after,
.p-lower-page--blog .p-sub-hero__heading::after,
.p-lower-page--blog-detail .p-sub-hero__heading::after,
.p-lower-page--news .p-sub-hero__heading::after {
  display: none;
}

.p-lower-page--service .p-sub-hero__heading p,
.p-lower-page--faq .p-sub-hero__heading p,
.p-lower-page--link .p-sub-hero__heading p,
.p-lower-page--blog .p-sub-hero__heading p,
.p-lower-page--blog-detail .p-sub-hero__heading p,
.p-lower-page--news .p-sub-hero__heading p {
  margin: 12px 0 0;
  letter-spacing: 0.4em;
}

.p-lower-page--service .p-sub-hero__lead {
  margin-top: 30px;
  letter-spacing: 0.16em;
  line-height: 2.6;
  font-size: var(--font-size-body);
}

.p-sub-hero--compact {
  padding-bottom: 70px;
}

.p-sub-hero--compact .p-sub-hero__inner,
.p-sub-hero--simple .p-sub-hero__inner {
  min-height: 260px;
}

.p-page-section,
.p-page-feature {
  padding: clamp(72px, 9vw, 136px) 0;
}

.p-product-intro,
.p-company-intro {
  padding: 76px 0 0;
  text-align: center;
}

.p-product-intro {
  padding-bottom: clamp(42px, 6vw, 86px);
  overflow: hidden;
}

.p-company-intro h2 {
  margin: 0 0 28px;
  color: var(--color-green);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.p-product-intro p,
.p-company-intro p {
  font-size: var(--font-size-body);
  
  max-width: 560px;
  margin: 0 auto 46px;
  line-height: 2.2;
}

.p-product-intro__thumbs,
.p-company-intro__images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.p-product-intro__thumbs {
  grid-template-columns: repeat(3, minmax(360px, 1fr));
  gap: 14px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}

.p-product-intro__thumbs .c-image-slot {
  min-height: 150px;
}

.p-lower-page--product .p-sub-hero__visual .c-image-slot {
  background: url("../img/products/products01.jpg") center / cover no-repeat;
}

.p-lower-page--product .p-product-intro__thumbs-track .c-image-slot:nth-child(1),
.p-lower-page--product .p-product-intro__thumbs-track .c-image-slot:nth-child(4) {
  background: url("../img/products/products02sl-01.jpg?=v1") center / cover no-repeat;
}

.p-lower-page--product .p-product-intro__thumbs-track .c-image-slot:nth-child(2),
.p-lower-page--product .p-product-intro__thumbs-track .c-image-slot:nth-child(5) {
  background: url("../img/products/products02sl-02.jpg?=v1") center / cover no-repeat;
}

.p-lower-page--product .p-product-intro__thumbs-track .c-image-slot:nth-child(3),
.p-lower-page--product .p-product-intro__thumbs-track .c-image-slot:nth-child(6) {
  background: url("../img/products/products02sl-03.jpg?=v1") center / cover no-repeat;
}

.p-lower-page--product .p-product-feature:nth-of-type(3) .p-product-feature__collage .c-image-slot:nth-child(1) {
  background: url("../img/products/products03-01.jpg?=v1") center / cover no-repeat;
}

.p-lower-page--product .p-product-feature:nth-of-type(3) .p-product-feature__collage .c-image-slot:nth-child(2) {
  background: url("../img/products/products03-02.jpg?=v1") center / cover no-repeat;
}

.p-lower-page--product .p-product-feature:nth-of-type(3) .p-product-feature__collage .c-image-slot:nth-child(3) {
  background: url("../img/products/products03-03.png?=v1") center / cover no-repeat;
}

.p-lower-page--product .p-product-feature:nth-of-type(4) .p-product-feature__collage .c-image-slot:nth-child(1) {
  background: url("../img/products/products04-01.jpg?=v1") center / cover no-repeat;
}

.p-lower-page--product .p-product-feature:nth-of-type(4) .p-product-feature__collage .c-image-slot:nth-child(2) {
  background: url("../img/products/products04-02.jpg?=v1") center / cover no-repeat;
}

.p-lower-page--product .p-product-feature:nth-of-type(4) .p-product-feature__collage .c-image-slot:nth-child(3) {
  background: url("../img/products/products04-03.jpg?=v1") center / cover no-repeat;
}

.p-lower-page--product .p-product-feature:nth-of-type(5) .p-product-feature__collage .c-image-slot:nth-child(1) {
  background: url("../img/products/products05-01.jpg?=v1") center / cover no-repeat;
}

.p-lower-page--product .p-product-feature:nth-of-type(5) .p-product-feature__collage .c-image-slot:nth-child(2) {
  background: url("../img/products/products05-02.jpg?=v1") center / cover no-repeat;
}

.p-lower-page--product .p-product-feature:nth-of-type(5) .p-product-feature__collage .c-image-slot:nth-child(3) {
  background: url("../img/products/products05-03.jpg?=v1") center / cover no-repeat;
}

.p-lower-page--product .p-product-feature:nth-of-type(6) .p-product-feature__collage .c-image-slot:nth-child(1) {
  background: url("../img/products/products06-01.jpg?=v1") center / cover no-repeat;
}

.p-lower-page--product .p-product-feature:nth-of-type(6) .p-product-feature__collage .c-image-slot:nth-child(2) {
  background: url("../img/products/products06-02.jpg?=v1") center / cover no-repeat;
}

.p-lower-page--product .p-product-feature:nth-of-type(6) .p-product-feature__collage .c-image-slot:nth-child(3) {
  background: url("../img/products/products06-03.jpg?=v1") center / cover no-repeat;
}

.p-product-feature {
  overflow: hidden;
  margin-bottom: clamp(42px, 6vw, 86px);
}

.p-product-feature__grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.42fr) minmax(0, 0.58fr);
  min-height: clamp(560px, 62vw, 760px);
  width: 100vw;
  margin-inline: auto;
  background: var(--color-cream);
}

.p-product-feature:nth-of-type(even) .p-product-feature__grid {
  grid-template-columns: minmax(0, 0.58fr) minmax(300px, 0.42fr);
}

.p-product-feature:nth-of-type(even) .p-product-feature__body {
  order: 2;
}

.p-product-feature__body {
  display: grid;
  align-content: center;
  padding: clamp(46px, 6vw, 92px);
}

.p-product-feature__num {
  display: block;
  margin-bottom: 8px;
  color: rgba(48, 96, 26, 0.16);
  font-size: clamp(52px, 8vw, 88px);
  line-height: 1;
}

.p-product-feature h2 {
  margin: 0 0 26px;
  color: var(--color-green);
  font-size: clamp(45px, 5vw, 58px);
  line-height: 1.1;
}

.p-product-feature__body > p:last-of-type {
  line-height: 2.15;
  font-size: var(--font-size-body);
}

.p-product-feature__collage {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
  padding: 0;
  width: 100%;
}

.p-product-feature__collage .c-image-slot {
  min-height: clamp(280px, 28vw, 390px);
  border-radius: 0;
}

.p-product-feature__collage .c-image-slot:first-child {
  grid-row: 1 / 3;
}

.p-product-feature:nth-of-type(even) .p-product-feature__collage .c-image-slot:first-child {
  grid-column: 2;
}

.p-company-intro .l-container {
  position: relative;
}

.p-company-intro .l-container::before {
  content: "";
  position: absolute;
  left: calc(50% - 400px);
  top: -40px;
  width: 252px;
  height: 190px;
  background: url("../img/company/company-titlebg.png") center / contain no-repeat;
  opacity: 0.8;
  transform: none;
}

@media (max-width: 640px) {
  .p-company-intro .l-container::before {
    left: -10px;
    top: -24px;
    width: 150px;
    height: 113px;
    opacity: 0.8;
  }
}

.p-company-intro h2 {
  position: relative;
  font-size: clamp(26px, 3.2vw, 44px);
  letter-spacing: 0.14em;
  line-height: 1.9;
}

.p-company-intro p {
  position: relative;
  max-width: 900px;
  margin-bottom: 0;
  line-height: 2.6;
}

.p-company-intro__images {
  display: block;
  overflow: hidden;
  margin-top: clamp(48px, 6vw, 84px);
}

.p-company-intro__images-track {
  display: flex;
  width: max-content;
  animation: company-image-marquee 36s linear infinite;
}

.p-company-intro__images .c-image-slot {
  flex: 0 0 clamp(260px, 18vw, 360px);
  min-height: clamp(150px, 21vw, 320px);
}

.p-company-intro__images .c-image-slot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes company-image-marquee {
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .p-company-intro__images-track {
    animation: none;
  }
}

.p-company-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: clamp(56px, 7vw, 96px) 20px 0;
}

.p-company-nav a {
  min-width: 170px;
  padding: 14px 30px;
  color: var(--color-text);
  font-size: 15px;
  letter-spacing: 0.12em;
  text-align: center;
  transition: color 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.p-company-nav a:hover,
.p-company-nav a:focus-visible {
  color: var(--color-green-dark);
}

.p-company-nav a + a {
  border-left: 1px solid var(--color-muted);
}

.p-company-greeting {
  padding: clamp(86px, 10vw, 140px) 0 0px;
}

.p-company-greeting .l-container {
  max-width: 1100px;
}

.p-company-greeting__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 440px);
  gap: clamp(56px, 9vw, 120px);
  align-items: start;
}

.p-company-greeting__grid p {
  margin: 0 0 30px;
  line-height: 2.4;
  font-size: var(--font-size-body);
}

.p-company-greeting__sign {
  margin-top: 44px;
  letter-spacing: 0.16em;
}

.p-company-greeting__calligraphy {
  min-height: clamp(360px, 36vw, 560px);
}

.p-sub-hero__company-bg,
.p-company-greeting__calligraphy,
.p-company-factory .c-image-slot {
  overflow: hidden;
}

.p-sub-hero__company-bg img,
.p-company-greeting__calligraphy img,
.p-company-factory .c-image-slot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-lower-page--company .p-sub-hero__company-bg {
  background: none;
}

.p-lower-page--company .p-sub-hero__company-bg::after {
  background: linear-gradient(rgba(40, 44, 34, 0.34), rgba(40, 44, 34, 0.34));
  opacity: 1;
}

.p-company-greeting__calligraphy img {
  object-fit: contain;
}

.p-company-section {
  padding-top: 0;
}

.p-company-factory .c-image-slot {
  width: 100%;
  min-height: clamp(100px, 38vw, 500px);
  border-radius: 0;
}

.p-page-section:nth-of-type(even),
.p-page-feature:nth-of-type(even) {
  background: var(--color-cream);
}

.p-page-feature__grid,
.p-page-split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: center;
}

.p-lower-page--product .p-page-feature {
  padding: 0;
}

.p-lower-page--product .p-page-feature__grid {
  width: min(100%, 1280px);
  margin-inline: auto;
  gap: 0;
  grid-template-columns: 0.42fr 0.58fr;
  background: var(--color-cream);
}

.p-lower-page--product .p-page-feature:nth-of-type(even) .p-page-feature__grid {
  grid-template-columns: 0.58fr 0.42fr;
}

.p-lower-page--product .p-page-feature__body {
  min-height: 500px;
  display: grid;
  align-content: center;
  padding: clamp(40px, 6vw, 88px);
}

.p-lower-page--product .p-page-feature__body::before {
  content: "0" counter(product-section);
  counter-increment: product-section;
  display: block;
  margin-bottom: 6px;
  color: rgba(48, 96, 26, 0.16);
  font-size: 54px;
  line-height: 1;
}

.p-lower-page--product main {
  counter-reset: product-section;
}

.p-lower-page--product .p-page-feature .c-image-slot {
  min-height: 590px;
}

.p-page-feature:nth-of-type(odd) .p-page-feature__grid .c-image-slot {
  order: 2;
}

.p-page-feature .c-image-slot,
.p-page-split .c-image-slot {
  min-height: 390px;
}

.p-page-feature h2,
.p-page-split h2,
.c-page-title {
  margin: 0 0 22px;
  color: var(--color-green);
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.35;
  letter-spacing: 0;
}

.p-page-feature p,
.p-page-split p {
  margin: 0;
  line-height: 2.1;
}

.c-page-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-width: 260px;
  margin-top: 34px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--color-line);
  font-size: var(--font-size-body);
  font-weight: 700;
}

.c-page-link strong {
  display: grid;
  place-items: center;
  width: 28px;
  height: 18px;
  margin-left: auto;
  color: #fff;
  background: var(--color-green);
  border-radius: 999px;
  font-size: 11px;
}

.p-page-list,
.p-page-cards,
.p-archive-grid,
.p-shop-grid,
.p-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.p-archive-grid {
  row-gap: 72px;
}

.p-archive-filter {
  padding: 58px 0 0;
  background: var(--color-cream);
}

.p-archive-filter .l-container {
  display: flex;
  align-items: center;
  gap: 36px;
}

.p-archive-filter p {
  margin: 0 auto 0 0;
  color: var(--color-muted);
}

.p-archive-filter div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

.p-archive-filter div a {
  min-width: 82px;
  padding: 8px 18px;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 999px;
  color: var(--color-green);
  font-size: var(--font-size-body);
  text-align: center;
}

.p-archive-filter div a.is-active {
  color: #fff;
  background: var(--color-green);
}

.p-archive-tools {
  padding: 40px 0 72px;
  background: var(--color-bg);
  border-bottom: 1px solid var(--color-line);
}

.p-archive-tools .l-container {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: end;
}

.p-archive-count {
  margin: 0;
  color: var(--color-muted);
  font-size: 18px;
  letter-spacing: 0.08em;
}

.p-archive-search {
  display: grid;
  grid-template-columns: minmax(220px, 310px) 42px 170px 150px;
  gap: 8px;
  align-items: center;
}

.p-archive-search label {
  position: relative;
}

.p-archive-search label span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.p-archive-search input,
.p-archive-search select {
  width: 100%;
  height: 46px;
  border: 0;
  padding: 0 18px;
  background: #fff;
  color: var(--color-muted);
  font: inherit;
  font-size: var(--font-size-body);
  letter-spacing: 0.16em;
  text-align: center;
}

.p-archive-search select {
  appearance: none;
  padding: 0 34px 0 16px;
  background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M0 0h12L6 8z' fill='%234f742c'/%3E%3C/svg%3E") no-repeat right 14px center;
  cursor: pointer;
}

.p-archive-search button {
  width: 46px;
  height: 46px;
  margin-left: -8px;
  border: 0;
  color: #fff;
  background: var(--color-green-dark);
  font-size: 20px;
  cursor: pointer;
}

.p-lower-page--blog .p-archive-tools,
.p-lower-page--news .p-archive-tools {
  padding-top: 0;
}

.p-lower-page--blog .p-archive-tools .l-container,
.p-lower-page--news .p-archive-tools .l-container {
  grid-template-columns: 1fr;
  justify-items: end;
  gap: 0;
}

.p-lower-page--blog .p-archive-tools .p-faq-breadcrumb,
.p-lower-page--news .p-archive-tools .p-faq-breadcrumb {
  width: 100%;
}

.p-blog-archive-section .p-archive-count {
  margin: 0 auto 52px;
  color: var(--color-text);
}

.p-lower-page--blog .p-sub-hero__heading::before {
  background: url("../img/blog/blog-bg.png") center / contain no-repeat;
  opacity: 0.78;
  transform: none;
}

.p-lower-page--blog-detail .p-sub-hero__heading::before {
  background: url("../img/blog-detail/blog-bg.png") center / contain no-repeat;
  opacity: 0.78;
  transform: none;
}

.p-lower-page--link .p-sub-hero__heading::before {
  background: url("../img/link/link-tiltebg.png") center / contain no-repeat;
  opacity: 0.78;
  transform: none;
}

.p-lower-page--faq .p-sub-hero__heading::before {
  background: url("../img/faq/faq-tiltebg.png") center / contain no-repeat;
  opacity: 0.78;
  transform: none;
}

.p-lower-page--news .p-sub-hero__heading::before {
  background: url("../img/news/news-bg.png") center / contain no-repeat;
  opacity: 0.78;
  transform: none;
}

.p-lower-page--news-detail .p-sub-hero__heading::before {
  background: url("../img/news-detail/news-detail-bg.png") center / contain no-repeat;
  opacity: 0.78;
  transform: none;
}

.p-lower-page--blog .p-pager a,
.p-lower-page--news .p-pager a {
  background: #e8e8e4;
}

.p-lower-page--blog .p-pager a:first-child,
.p-lower-page--blog .p-pager a:last-child,
.p-lower-page--news .p-pager a:first-child,
.p-lower-page--news .p-pager a:last-child {
  background: #e2ebd5;
  color: var(--color-green);
}

.p-lower-page--blog .p-pager,
.p-lower-page--news .p-pager {
  margin-top: clamp(52px, 7vw, 88px);
}

.p-page-list article,
.p-page-cards article,
.p-archive-grid article,
.p-shop-grid article {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--color-line);
}

.p-page-list article {
  padding: 30px;
}

.p-page-list span {
  color: var(--color-green);
}

.p-page-list h3,
.p-page-cards h3,
.p-archive-grid h2,
.p-shop-grid h2 {
  margin: 12px 0;
  color: var(--color-green);
  font-size: 20px;
  line-height: 1.5;
}

.p-page-list p,
.p-page-cards p,
.p-archive-grid p,
.p-shop-grid p {
  margin: 0;
  color: var(--color-muted);
  font-size: var(--font-size-body);
  line-height: 1.9;
}

.p-page-cards .c-image-slot,
.p-archive-grid .c-image-slot,
.p-shop-grid .c-image-slot,
.p-gallery .c-image-slot {
  min-height: 240px;
}

.p-lower-page--works .p-archive-grid .c-image-slot,
.p-lower-page--blog .p-archive-grid .c-image-slot {
  min-height: 235px;
}

.p-works-archive-section {
  padding-top: 72px;
}

.p-works-archive {
  row-gap: 96px;
}

.p-works-archive article {
  border: 0;
  background: transparent;
}

.p-works-archive .c-image-slot {
  aspect-ratio: 559 / 382;
  min-height: 0;
  margin-bottom: 20px;
}

.p-works-archive span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  min-height: 18px;
  padding: 2px 12px;
  color: #fff;
  background: var(--color-green);
  font-size: 11px;
  font-weight: 700;
}

.p-works-archive h2 {
  margin: 12px 0 8px;
  color: var(--color-text);
  font-size: var(--font-size-body);
  line-height: 1.6;
}

.p-works-archive time,
.p-works-archive h2,
.p-works-archive p {
  margin-inline: 0;
}

.p-works-archive time {
  display: block;
  margin-inline: 0;
  color: var(--color-text);
  font-size: var(--font-size-body);
  letter-spacing: 0.2em;
}

.p-works-archive p {
  margin: 18px 0 0;
  text-align: right;
  color: var(--color-text);
  font-size: var(--font-size-body);
}

.p-page-cards h3,
.p-page-cards p,
.p-archive-grid time,
.p-archive-grid h2,
.p-archive-grid p,
.p-shop-grid h2,
.p-shop-grid p,
.p-shop-grid .c-page-link {
  margin-inline: 22px;
}

.p-page-cards p,
.p-archive-grid p,
.p-shop-grid p {
  margin-bottom: 24px;
}

.p-page-steps {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-lower-page--service .p-page-steps {
  gap: 0;
}

.p-lower-page--service .p-page-steps li {
  grid-template-columns: 120px minmax(280px, 0.9fr) minmax(0, 1fr);
  min-height: 390px;
  background: transparent;
  border-width: 1px 0 0;
}

.p-lower-page--service .p-page-steps li:nth-child(even) {
  grid-template-columns: 120px minmax(0, 1fr) minmax(280px, 0.9fr);
}

.p-lower-page--service .p-page-steps li::before {
  content: "";
}

.p-lower-page--service .p-page-steps .c-image-slot {
  min-height: 250px;
}

.p-page-steps li {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 36px;
  align-items: center;
  padding: 26px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--color-line);
}

.p-page-steps .c-image-slot {
  min-height: 150px;
}

.p-page-steps span {
  color: var(--color-green);
  font-size: 38px;
  font-weight: 700;
}

.p-page-steps h3 {
  margin: 6px 0 8px;
  color: var(--color-green);
  font-size: 24px;
}

.p-news-archive {
  display: grid;
  gap: 0;
}

.p-lower-page--faq .p-page-section {
  padding-top: clamp(56px, 7vw, 100px);
}

.p-lower-page--blog-detail .p-page-section {
  background: var(--color-bg);
}

.p-lower-page--faq .p-sub-hero {
  border-bottom: 1px solid var(--color-line);
  padding-bottom: 44px;
}

.p-news-archive article {
  display: grid;
  grid-template-columns: 130px 100px 1fr;
  gap: 22px;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid var(--color-line);
}

.p-news-archive time,
.p-archive-grid time,
.p-article time {
  color: var(--color-muted);
  font-size: var(--font-size-small);
}

.p-news-archive span {
  display: inline-flex;
  justify-content: center;
  padding: 4px 16px;
  color: #fff;
  background: var(--color-green);
  border-radius: 999px;
  font-size: 11px;
}

.p-news-archive a {
  font-size: 15px;
  font-weight: 700;
}

.p-lower-page--news .p-page-section {
  padding-top: 72px;
}

.p-lower-page--news .p-archive-count {
  margin: 0 auto clamp(56px, 8vw, 118px);
  color: var(--color-text);
}

.p-lower-page--news .p-news-archive article {
  grid-template-columns: 175px 110px 1fr;
  gap: 20px;
  padding: 46px 0;
  border-bottom: 1px solid rgba(57, 66, 43, 0.5);
}

.p-lower-page--news .p-news-archive time {
  color: var(--color-text);
  font-size: 15px;
  letter-spacing: 0.2em;
}
.p-news-detail p{
  font-size: var(--font-size-body);
}
.p-lower-page--news .p-news-archive span {
  min-width: 96px;
  background: var(--color-green-dark);
  border-radius: 0;
  font-size: var(--font-size-small);
}

.p-lower-page--news .p-news-archive a {
  font-size: var(--font-size-body);
  font-weight: 500;
  letter-spacing: 0.08em;
}

.p-lower-page--news-detail .p-news-detail h2 {
  margin: 0 0 64px;
  color: var(--color-text);
  font-size: clamp(19px, 1.8vw, 24px);
  letter-spacing: 0.14em;
  line-height: 1.9;
}

.p-lower-page--news-detail .p-entry-meta {
  gap: 34px;
  margin-bottom: 44px;
}

.p-lower-page--news-detail .p-entry-meta span {
  min-width: 96px;
  background: var(--color-green-dark);
}

.p-lower-page--news-detail .p-entry-meta time {
  font-size: 15px;
}

.p-lower-page--news-detail .p-news-detail > .c-image-slot {
  min-height: clamp(320px, 36vw, 520px);
}

.p-lower-page--news-detail .p-entry-nav {
  margin-top: clamp(110px, 12vw, 170px);
}

.p-blog-archive-section {
  padding-top: 70px;
}

.p-blog-archive {
  row-gap: 96px;
}

.p-blog-archive article {
  border: 0;
  background: transparent;
}

.p-blog-archive {
  gap: 20px;
  row-gap: 92px;
}

.p-blog-archive .c-hover-card > a {
  display: block;
}

.p-blog-archive__thumb {
  height: clamp(220px, 22vw, 312px);
  margin-bottom: 20px;
}

.p-lower-page--blog .p-blog-archive__thumb .c-image-slot {
  min-height: 0;
  overflow: hidden;
}

.p-lower-page--blog .p-blog-archive__thumb .c-image-slot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-blog-archive .c-hover-card.is-hovered .c-hover-card__image,
.p-blog-archive .c-hover-card:focus-within .c-hover-card__image {
  transform: scale(1.1);
}

.p-blog-archive .c-hover-card.is-hovered,
.p-blog-archive .c-hover-card:focus-within {
  background: transparent;
}

.p-blog-archive span,
.p-entry-meta span,
.p-blog-sidebar__post span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  min-height: 18px;
  padding: 2px 12px;
  color: #fff;
  background: var(--color-green);
  font-size: 11px;
  font-weight: 700;
}

.p-blog-archive h2 {
  margin: 16px 0 12px;
  color: var(--color-text);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.08em;
  transition: color 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.p-blog-archive .c-hover-card.is-hovered h2,
.p-blog-archive .c-hover-card:focus-within h2 {
  color: var(--color-green-dark);
}

.p-blog-archive time {
  display: block;
  margin-inline: 0;
  text-align: right;
  color: var(--color-text);
  font-size: var(--font-size-body);
  letter-spacing: 0.2em;
}

.p-detail,
.p-article {
  max-width: 900px;
}

.p-detail > .c-image-slot,
.p-article > .c-image-slot {
  min-height: 430px;
  margin-bottom: 42px;
}

.p-detail__body,
.p-article {
  line-height: 2.1;
}

.p-detail h2,
.p-article h2 {
  margin: 0 0 24px;
  color: var(--color-green);
  font-size: clamp(26px, 3vw, 40px);
}

.p-news-detail-section,
.p-blog-detail-section {
  padding-top: 72px;
}

.p-news-detail {
  max-width: 1120px;
  line-height: 2.1;
}

.p-entry-meta {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 28px;
}

.p-entry-meta time {
  color: var(--color-text);
  font-size: var(--font-size-body);
  letter-spacing: 0.2em;
}

.p-news-detail h2,
.p-blog-detail__main h2 {
  margin: 0 0 48px;
  color: var(--color-green);
  font-size: clamp(20px, 3.2vw, 40px);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.12em;
}

.p-news-detail > .c-image-slot {
  min-height: 470px;
  margin: 72px auto 0;
}

.p-entry-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  max-width: 800px;
  margin: 110px auto 0;
  text-align: center;
}

.p-entry-nav a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  min-height: 60px;
  color: var(--color-text);
  font-weight: 500;
  letter-spacing: 0.14em;
}

.p-entry-nav a span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 23px;
  background: var(--color-green);
  border-radius: 999px;
  color: #fff;
  font-size: var(--font-size-small);
}

.p-entry-nav a + a {
  border-left: 1px solid var(--color-line);
}

.p-blog-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(300px, 26vw, 375px);
  gap: clamp(40px, 4vw, 60px);
  align-items: start;
}

.p-blog-detail__main {
  line-height: 2.1;
}

.p-blog-detail__main > .c-image-slot {
  min-height: 440px;
  margin: 40px 0 34px;
}

.p-blog-detail__main h3 {
  margin: 56px 0 30px;
  padding: 6px 0 6px 28px;
  border-left: 5px solid var(--color-green);
  color: var(--color-green);
  font-size: clamp(20px, 3.2vw, 25px);
  font-weight: 500;
  letter-spacing: 0.14em;
}

.p-blog-detail__main h4 {
  margin: 60px 0 28px;
  padding: 0 0 18px 12px;
  border-bottom: 1px solid var(--color-ink);
  color: var(--color-green);
  font-size: clamp(18px, 3.2vw, 20px);
  font-weight: 500;
  letter-spacing: 0.14em;
}

.p-blog-sidebar {
  display: grid;
  gap: 42px;
}

.p-blog-sidebar section {
  border-top: 1px solid var(--color-line);
  padding-top: 18px;
}

.p-blog-sidebar h2 {
  margin: 0 0 24px;
  color: var(--color-green);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.p-blog-sidebar__post {
  display: grid;
  grid-template-columns: 128px 1fr;
  gap: 8px 18px;
  margin-bottom: 26px;
}

.p-blog-sidebar__thumb {
  grid-row: span 3;
  min-height: 122px;
}

.p-blog-sidebar__thumb .c-image-slot {
  min-height: 0;
}

.p-blog-archive span,
.p-blog-detail .p-entry-meta span,
.p-blog-sidebar__post span {
  background: var(--color-green-dark);
}

.p-blog-sidebar__post b {
  color: var(--color-text);
  font-size: var(--font-size-body);
  line-height: 1.6;
  transition: color 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.p-blog-sidebar__post.is-hovered,
.p-blog-sidebar__post:focus-visible {
  background: transparent;
}

.p-blog-sidebar__post.is-hovered b,
.p-blog-sidebar__post:focus-visible b {
  color: var(--color-green-dark);
}

.p-blog-sidebar__post.is-hovered .c-hover-card__image,
.p-blog-sidebar__post:focus-visible .c-hover-card__image {
  transform: scale(1.1);
}

.p-blog-sidebar__post time {
  color: var(--color-text);
  font-size: var(--font-size-small);
  letter-spacing: 0.16em;
}

.p-blog-sidebar__link {
  display: flex;
  justify-content: space-between;
  padding: 18px 0;
  border-bottom: 1px solid var(--color-line);
  transition: color 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.p-blog-sidebar__link:hover,
.p-blog-sidebar__link:focus-visible {
  color: var(--color-green-dark);
}

.p-blog-sidebar__link span {
  color: var(--color-green);
}

.p-blog-sidebar select {
  appearance: none;
  width: 100%;
  height: 54px;
  border: 0;
  padding: 0 44px 0 20px;
  background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9'%3E%3Cpath d='M0 0h14L7 9z' fill='%234f742c'/%3E%3C/svg%3E") no-repeat right 18px center;
  color: var(--color-muted);
  letter-spacing: 0.2em;
  text-align: center;
  cursor: pointer;
}

.p-works-detail-full {
  padding-top: 76px;
}

.p-works-detail-full__header {
  text-align: center;
}

.p-works-detail-full__header .p-breadcrumb {
  justify-content: flex-end;
  margin-bottom: clamp(48px, 6vw, 80px);
}

.p-works-detail-full .p-entry-meta span {
  min-width: 96px;
  min-height: 34px;
  padding: 6px 24px;
  background: #e3ddc3;
  border-radius: 999px;
  color: var(--color-ink);
  font-size: var(--font-size-body);
  font-weight: 500;
  letter-spacing: 0.2em;
}

.p-works-detail-full__header h1 {
  margin: 0 0 28px;
  color: var(--color-green);
  font-size: clamp(25px, 3vw, 36px);
  font-weight: 500;
  line-height: 1.6;
}

.p-works-detail-full__header .p-entry-meta {
  justify-content: center;
}

.p-works-detail-full__thumbs {
  position: relative;
  margin-top: 58px;
  overflow: hidden;
  touch-action: pan-y;
}

.p-works-detail-full__slides {
  display: flex;
  gap: 14px;
  width: max-content;
  will-change: transform;
}

.p-works-detail-full__slide {
  flex: 0 0 var(--works-detail-slide-width, calc((100vw - 28px) / 3));
  min-height: clamp(280px, 28vw, 420px);
  overflow: hidden;
}

.p-works-detail-full__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-works-detail-full__thumbs button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: var(--color-green);
  color: #fff;
  font-size: 15px;
  cursor: pointer;
}

.p-works-detail-full__thumbs [data-slider-prev] {
  left: 14px;
}

.p-works-detail-full__thumbs [data-slider-next] {
  right: 14px;
}

.p-works-detail-full__thumbs [data-works-detail-prev] {
  left: 14px;
}

.p-works-detail-full__thumbs [data-works-detail-next] {
  right: 14px;
}

.p-works-content {
  display: grid;
  row-gap: clamp(52px, 7vw, 96px);
  padding: clamp(64px, 8vw, 110px) 0 clamp(80px, 9vw, 130px);
}

.p-works-content .p-works-lead {
  margin-top: 0;
}

.p-works-content .p-works-story {
  padding-top: 0;
  padding-bottom: 0;
}

.p-works-content .p-works-story p:last-child {
  margin-bottom: 0;
}

.p-works-content .p-entry-nav {
  margin-top: 0;
}

.p-works-lead {
  margin-top: clamp(74px, 9vw, 120px);
  text-align: center;
}

.p-works-lead h2 {
  margin: 0 0 clamp(24px, 3vw, 40px);
  color: var(--color-green);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 500;
  letter-spacing: 0.2em;
}

.p-works-lead p {
  max-width: 760px;
  margin: 0 auto;
  line-height: 2.4;
  letter-spacing: 0.1em;
  font-size: var(--font-size-body);
}

@media (max-width: 640px) {
  .p-works-detail-full__thumbs {
    margin-inline: -14px;
  }

  .p-works-detail-full__thumbs button {
    display: none;
  }

  .p-works-detail-full__slide {
    min-height: clamp(220px, 58vw, 320px);
  }
}

.p-works-price {
  margin-top: clamp(74px, 9vw, 120px);
  text-align: center;
}

.p-works-price p {
  margin: 0 0 clamp(28px, 4vw, 48px);
  color: var(--color-green);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 500;
  letter-spacing: 0.2em;
}

.p-works-price div {
  margin-inline: auto;
  padding: clamp(32px, 4vw, 56px) 30px;
  border: 2px solid #e3ac55;
  background: rgba(251, 250, 242, 0.6);
  color: var(--color-green);
}

.p-works-price span {
  display: block;
  margin-bottom: 18px;
  color: #6f6436;
  font-size: var(--font-size-body);
  font-weight: 700;
  letter-spacing: 0.2em;
}

.p-works-price strong {
  font-size: clamp(34px, 5vw, 54px);
  font-weight: 500;
}

.p-works-story {
  max-width: 1040px;
  padding: 66px 0 120px;
}

.p-works-story > .c-image-slot {
  min-height: 420px;
  margin: 0 0 48px;
  overflow: hidden;
}

.p-works-story > .c-image-slot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 640px) {
  .p-works-story > .c-image-slot {
    min-height: 0;
  }
}

.p-works-story h2 {
  margin: 0 0 24px;
  color: var(--color-text);
  font-size: 22px;
  line-height: 1.7;
}

.p-works-story p {
  margin: 0 0 70px;
  line-height: 2.1;
  font-size: var(--font-size-body);
}

.p-detail dl {
  display: grid;
  gap: 0;
  margin-top: 36px;
  border-top: 1px solid var(--color-line);
}

.p-detail dl div {
  display: grid;
  grid-template-columns: 160px 1fr;
  padding: 18px 0;
  border-bottom: 1px solid var(--color-line);
}

.p-detail dt {
  color: var(--color-green);
  font-weight: 700;
}

.p-faq-list {
  display: grid;
  gap: 12px;
  max-width: 860px;
}

.p-faq-breadcrumb {
  justify-content: flex-end;
  margin-bottom: clamp(28px, 4vw, 48px);
}

.p-faq-layout {
  display: grid;
  grid-template-columns: clamp(240px, 24vw, 320px) 1fr;
  gap: clamp(60px, 8vw, 120px);
  align-items: start;
}

.p-faq-nav {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 0;
}

.p-faq-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 22px 6px 22px 0;
  border-bottom: 1px solid var(--color-line);
  color: var(--color-text);
  font-size: 15px;
  letter-spacing: 0.1em;
}

.p-faq-nav a span {
  color: var(--color-muted);
  font-size: var(--font-size-body);
}

.p-faq-nav a:first-child {
  color: var(--color-green);
  font-weight: 700;
}

.p-faq-nav a:first-child span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 24px;
  background: var(--color-green-dark);
  border-radius: 999px;
  color: #fff;
  font-size: var(--font-size-small);
}

.p-faq-groups {
  display: grid;
  gap: clamp(56px, 7vw, 90px);
}

.p-faq-groups section {
  scroll-margin-top: 100px;
}

.p-faq-groups h2 {
  margin: 0 0 clamp(28px, 3vw, 44px);
  color: var(--color-green);
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
}

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

.p-faq-groups summary {
  position: relative;
  padding: 34px 84px 34px 66px;
  color: var(--color-green);
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.8;
  list-style: none;
  cursor: pointer;
}

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

.p-faq-groups summary::before {
  content: "Q";
  position: absolute;
  left: 4px;
  top: 28px;
  font-size: clamp(26px, 2.4vw, 34px);
}

.p-faq-groups summary::after {
  content: "⌄";
  position: absolute;
  right: 8px;
  top: calc(50% - 22px);
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  box-sizing: border-box;
  background: #dceac8;
  border-radius: 999px;
  color: var(--color-green);
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 1;
}

.p-faq-groups details[open] summary::after {
  content: "⌃";
}

.p-faq-groups p {
  position: relative;
  margin: 0;
  padding: 10px 84px 40px 66px;
  line-height: 2.1;
}

.p-faq-groups p::before {
  content: "A";
  position: absolute;
  left: 4px;
  top: 4px;
  color: var(--color-green);
  font-size: clamp(26px, 2.4vw, 34px);
  font-weight: 500;
}

.p-faq-list details {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--color-line);
}

.p-faq-list summary {
  padding: 22px 28px;
  color: var(--color-green);
  font-weight: 700;
  cursor: pointer;
}

.p-faq-list p {
  margin: 0;
  padding: 0 28px 24px;
  line-height: 2;
}

.p-company {
  max-width: 900px;
}

.p-partners {
  display: grid;
  gap: clamp(64px, 8vw, 110px);
}

.p-partners > section > h3 {
  margin: 0 0 clamp(36px, 5vw, 64px);
  color: var(--color-green);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 500;
  letter-spacing: 0.2em;
}

.p-partners > section > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(48px, 6vw, 80px) 64px;
}

.p-partners h4 {
  margin: 0 0 14px;
  color: var(--color-ink);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.p-partners p {
  margin: 0;
  line-height: 2.1;
  font-size: var(--font-size-body);
}

.p-partners__map {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 26px;
  color: var(--color-text);
  font-size: var(--font-size-body);
  font-weight: 700;
  letter-spacing: 0.08em;
}

.p-partners__map span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 22px;
  color: #fff;
  background: var(--color-green);
  border-radius: 999px;
  font-size: var(--font-size-small);
}

.p-history {
  max-width: 760px;
}

.p-history ol {
  position: relative;
  display: grid;
  gap: clamp(56px, 8vw, 120px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-history li time {
  display: block;
  margin-bottom: 12px;
  color: var(--color-green);
  font-size: clamp(16px, 1.6vw, 21px);
  letter-spacing: 0.14em;
}

.p-history li span {
  display: block;
  color: var(--color-text);
  line-height: 2;
  font-size: var(--font-size-body);
}

.p-history ol::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: var(--color-line);
}

.p-history li {
  position: relative;
  width: calc(50% - 44px);
  color: var(--color-green);
  line-height: 1.8;
}

.p-history li:nth-child(odd) {
  margin-right: auto;
  text-align: right;
}

.p-history li:nth-child(even) {
  margin-left: auto;
}

.p-history li::after {
  content: "";
  position: absolute;
  top: 8px;
  width: 14px;
  height: 14px;
  border: 1px solid var(--color-green);
  background: var(--color-bg);
  border-radius: 999px;
}

.p-history li:nth-child(odd)::after {
  right: -51px;
}

.p-history li:nth-child(even)::after {
  left: -51px;
}

.p-lower-page--company .p-page-split {
  align-items: start;
}

.p-lower-page--company .p-company {
  max-width: none;
}

.p-lower-page--company .c-page-title {
  margin-bottom: clamp(40px, 6vw, 72px);
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.22em;
}

.p-lower-page--company .p-page-section,
.p-lower-page--shop .p-page-section {
  background: transparent;
}

.p-lower-page--company section[id] {
  scroll-margin-top: 100px;
}

.p-tatami-catalog {
  padding: clamp(56px, 7vw, 100px) 0 clamp(70px, 9vw, 120px);
}

.p-tatami-catalog__layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: clamp(54px, 8vw, 120px);
  align-items: start;
}

.p-tatami-catalog__nav {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 0;
  color: var(--color-green);
}

.p-tatami-catalog__nav-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--color-line);
  color: var(--color-green);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.p-tatami-catalog__nav-title span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 24px;
  background: var(--color-green-dark);
  border-radius: 999px;
  color: #fff;
  font-size: var(--font-size-small);
}

.p-tatami-catalog__nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 4px 18px 0;
  border-bottom: 1px solid var(--color-line);
  color: var(--color-text);
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: var(--font-size-body);
}

.p-tatami-catalog__nav a span {
  color: var(--color-muted);
  font-size: var(--font-size-small);
}

.p-tatami-catalog__nav > a.p-tatami-catalog__nav-title {
  padding: 0 0 18px;
  color: var(--color-green);
  font-weight: 700;
}

.p-tatami-catalog__nav > a.p-tatami-catalog__nav-title span {
  color: #fff;
}

.p-tatami-catalog__sub {
  display: grid;
  padding: 6px 20px;
  background: rgba(221, 215, 189, 0.35);
}

.p-tatami-catalog__sub a {
  padding: 16px 0;
  font-size: var(--font-size-body);
  font-weight: 400;
}

.p-tatami-catalog__sub a:last-child {
  border-bottom: 0;
}

.p-tatami-catalog__items {
  display: grid;
  gap: clamp(80px, 10vw, 140px);
}

.p-tatami-catalog__items article {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  gap: clamp(44px, 7vw, 92px);
  align-items: center;
}

.p-tatami-catalog__items article.is-reverse .c-image-slot {
  order: 2;
}

.p-tatami-catalog__items .c-image-slot {
  min-height: 330px;
}

.p-tatami-catalog__items article {
  scroll-margin-top: 100px;
}

.p-tatami-catalog__items h2 {
  margin: 0 0 clamp(24px, 3vw, 44px);
  color: var(--color-ink);
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 500;
  letter-spacing: 0.14em;
}

.p-tatami-catalog__items p {
  font-size: var(--font-size-body);
  margin: 0 0 30px;
  line-height: 2.2;
  letter-spacing: 0.06em;
}

.p-tatami-catalog__items .p-partners__map {
  margin-top: 0;
}

.p-service-lead {
  position: relative;
  padding: 86px 0 68px;
  text-align: center;
  background: var(--color-bg);
}

.p-lower-page--faq .p-sub-hero__heading::before,
.p-lower-page--link .p-sub-hero__heading::before,
.p-lower-page--blog .p-sub-hero__heading::before,
.p-lower-page--blog-detail .p-sub-hero__heading::before,
.p-lower-page--news .p-sub-hero__heading::before {
  left: -16px;
  top: -128px;
}

.p-lower-page--service .p-sub-hero__heading::before {
  left: -42px;
  top: 22px;
}

.p-lower-page--service .p-sub-collage .c-image-slot::after,
.p-lower-page--service .p-service-steps .c-image-slot::after {
  content: none;
}

.p-lower-page--service .p-sub-collage .c-image-slot,
.p-lower-page--service .p-service-steps .c-image-slot {
  background: none;
}

.p-lower-page--service .p-service-steps .c-image-slot img {
  height: auto;
  object-fit: contain;
}

.p-lower-page--shop .p-sub-hero__side-visual .c-image-slot,
.p-lower-page--shop .p-shop-intro__wide .c-image-slot,
.p-lower-page--shop .p-shop-grid .c-image-slot {
  background: none;
}

.p-lower-page--shop .p-sub-hero__side-visual .c-image-slot::after,
.p-lower-page--shop .p-shop-intro__wide .c-image-slot::after,
.p-lower-page--shop .p-shop-grid .c-image-slot::after {
  content: none;
}

.p-lower-page--point .p-sub-hero__side-visual .c-image-slot,
.p-lower-page--point .p-point-steps .c-image-slot {
  background: none;
}

.p-lower-page--point .p-sub-hero__side-visual .c-image-slot::after,
.p-lower-page--point .p-point-steps .c-image-slot::after {
  content: none;
}

.p-lower-page--works .p-sub-hero__works-bg .c-image-slot,
.p-lower-page--works .p-works-archive .c-image-slot {
  background: none;
}

.p-lower-page--works .p-sub-hero__works-bg .c-image-slot::after,
.p-lower-page--works .p-works-archive .c-image-slot::after {
  content: none;
}

.p-service-lead p {
  max-width: 760px;
  margin: 0 auto 46px;
  line-height: 2.2;
  font-size: var(--font-size-body);
}

.p-service-lead nav:not(.p-breadcrumb),
.p-point-lead nav:not(.p-breadcrumb) {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
}

.p-service-lead nav:not(.p-breadcrumb) a,
.p-point-lead nav:not(.p-breadcrumb) a {
  min-width: 152px;
  padding: 18px 22px;
  border-left: 1px solid var(--color-line);
  color: var(--color-green);
  font-size: var(--font-size-body);
  font-weight: 700;
}

.p-service-lead nav:not(.p-breadcrumb) a:last-child,
.p-point-lead nav:not(.p-breadcrumb) a:last-child {
  border-right: 1px solid var(--color-line);
}

.p-service-steps {
  padding: 26px 0 clamp(84px, 10vw, 140px);
}

.p-service-steps .l-container {
  display: grid;
  gap: 0;
}

.p-service-steps article {
  display: grid;
  grid-template-columns: 130px minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: clamp(36px, 6vw, 84px);
  align-items: center;
  min-height: 430px;
  padding: clamp(48px, 7vw, 86px) 0;
  border-top: 1px solid var(--color-line);
}

.p-service-steps article.is-reverse {
  grid-template-columns: 130px minmax(320px, 1fr) minmax(0, 0.9fr);
}

.p-service-steps article.is-reverse .c-image-slot {
  order: 3;
}

.p-service-steps__number {
  align-self: stretch;
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 24px;
  color: rgba(48, 96, 26, 0.22);
}

.p-service-steps__number span {
  font-size: clamp(46px, 6vw, 82px);
  line-height: 1;
}

.p-service-steps__number b {
  writing-mode: vertical-rl;
  color: var(--color-green);
  font-size: var(--font-size-body);
  letter-spacing: 0.28em;
}

.p-service-steps h2 {
  margin: 0 0 24px;
  color: var(--color-green);
  font-size: clamp(24px, 2.8vw, 38px);
  font-weight: 500;
}

.p-service-steps p {
  margin: 0;
  line-height: 2.2;
  font-size: var(--font-size-body);
}

.p-service-steps p + p {
  margin-top: 24px;
}

.p-service-steps article {
  scroll-margin-top: 110px;
}

.p-point-lead {
  padding: 58px 0 50px;
  text-align: center;
  background: var(--color-cream);
}

.p-point-lead__breadcrumb {
  justify-content: flex-start;
  margin-bottom: 58px;
  text-align: left;
}

.p-point-lead p {
  max-width: 760px;
  margin: 44px auto 0;
  line-height: 2.2;
}

.p-point-steps {
  padding: 0 0 clamp(80px, 10vw, 140px);
  background: var(--color-cream);
}

.p-point-steps .l-container {
  display: grid;
  gap: clamp(82px, 9vw, 128px);
}

.p-point-steps article {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: clamp(34px, 5vw, 78px);
  align-items: start;
}

.p-point-steps article {
  scroll-margin-top: 110px;
}

.p-point-steps article + article {
  border-top: 1px solid var(--color-line);
  padding-top: clamp(56px, 7vw, 96px);
}

.p-point-steps__body {
  grid-column: 2;
  min-width: 0;
}

.p-point-steps__hero {
  width: 100%;
  aspect-ratio: 1528 / 807;
  min-height: 0;
  margin-bottom: clamp(40px, 5vw, 64px);
}

.p-point-steps__wide {
  aspect-ratio: 1468 / 649;
  min-height: 0;
  margin-top: clamp(36px, 5vw, 56px);
}

.p-point-steps__number {
  display: grid;
  justify-items: center;
  align-content: start;
  min-height: clamp(430px, 45vw, 650px);
  padding-top: 6px;
}

.p-point-steps__number em {
  display: block;
  margin-bottom: 12px;
  color: rgba(48, 96, 26, 0.16);
  font-size: var(--font-size-body);
  font-style: normal;
  letter-spacing: 0.22em;
}

.p-point-steps__number span {
  display: block;
  color: rgba(48, 96, 26, 0.2);
  font-size: clamp(58px, 6vw, 86px);
  line-height: 1;
}

.p-point-steps__number b {
  display: inline-block;
  margin-top: 44px;
  writing-mode: vertical-rl;
  color: var(--color-green);
  font-size: var(--font-size-body);
  letter-spacing: 0.22em;
  text-align: center;
}

.p-point-steps h2 {
  margin: 0 0 22px;
  color: var(--color-green);
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 500;
}

.p-point-steps p {
  margin: 0;
  line-height: 2.2;
}

.p-point-steps h3 {
  margin: clamp(40px, 5vw, 64px) 0 20px;
  color: var(--color-green);
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 500;
  letter-spacing: 0.14em;
}

.p-point-table {
  width: 100%;
  margin-top: clamp(28px, 4vw, 44px);
  border-collapse: collapse;
  font-size: 15px;
  text-align: left;
}

.p-point-table th,
.p-point-table td {
  padding: 20px 26px;
  font-weight: 500;
}

.p-point-table thead th {
  background: var(--color-line);
  color: var(--color-ink);
  font-weight: 700;
}

.p-point-table tbody th {
  width: 26%;
}

.p-point-table tbody tr:nth-child(even) {
  background: rgba(221, 215, 189, 0.35);
}

.p-point-note {
  margin-top: clamp(28px, 4vw, 44px);
  padding: 26px 30px;
  border: 2px solid #e3ac55;
  background: rgba(251, 250, 242, 0.6);
  text-align: center;
  line-height: 1.9;
}

.p-point-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 90px);
}

.p-point-compare figure {
  margin: 0;
}

.p-point-compare figcaption {
  margin-bottom: 16px;
  color: var(--color-green);
  font-size: clamp(15px, 1.4vw, 19px);
  letter-spacing: 0.18em;
}

.p-point-compare .c-image-slot {
  aspect-ratio: 646 / 517;
  min-height: 0;
}

.p-point-aging__head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--color-line);
  color: var(--color-ink);
  font-weight: 700;
  text-align: center;
}

.p-point-aging__head span {
  padding: 16px 10px;
}

.p-point-aging__band {
  margin: 2px 0 0;
  padding: 13px 10px;
  background: rgba(221, 215, 189, 0.45);
  font-weight: 700;
  text-align: center;
}

.p-point-aging__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 90px);
  padding: clamp(28px, 4vw, 48px) 0 clamp(36px, 5vw, 60px);
}

.p-point-aging__row .c-image-slot {
  aspect-ratio: 646 / 517;
  min-height: 0;
}

.p-point-flow {
  margin-top: clamp(28px, 4vw, 48px);
  padding: clamp(28px, 4vw, 56px) clamp(20px, 3vw, 48px);
  background: var(--color-paper);
}

.p-point-flow ol {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 28px);
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.p-point-flow li {
  position: relative;
}

.p-point-flow li:not(:last-child)::after {
  content: "\2192";
  position: absolute;
  top: 46%;
  right: calc(-4px - clamp(7px, 1vw, 14px));
  color: var(--color-green);
}

.p-point-flow em {
  display: block;
  margin-bottom: 14px;
  color: var(--color-ink);
  font-size: clamp(13px, 1.2vw, 17px);
  font-style: normal;
  letter-spacing: 0.24em;
}

.p-point-flow__circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: min(100%, 148px);
  margin: 0 auto;
  aspect-ratio: 1;
  border: 1px solid var(--color-green);
  border-radius: 50%;
  background: rgba(220, 229, 199, 0.35);
  color: var(--color-ink);
  font-size: clamp(12px, 1.1vw, 16px);
  font-weight: 500;
  line-height: 1.5;
}

.p-point-flow li:nth-child(even) .p-point-flow__circle {
  border-color: var(--color-gold);
  background: rgba(180, 164, 93, 0.14);
}

.p-point-flow__icon {
  display: block;
  width: clamp(34px, 3.5vw, 52px);
  height: auto;
}

.p-point-flow__icon img {
  display: block;
  width: 100%;
  height: auto;
}

.p-point-flow small {
  display: block;
  margin-top: 12px;
  color: var(--color-muted);
  font-size: clamp(11px, 1vw, 14px);
}

.p-point-flow__note {
  margin: clamp(24px, 3vw, 40px) 0 0;
  padding-left: 14px;
  border-left: 3px solid var(--color-green);
}

.p-tatami-intro > .l-container,
.p-quality-feature > .l-container {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: center;
}

.p-tatami-intro,
.p-shop-intro {
  padding: clamp(76px, 10vw, 150px) 0;
}

.p-tatami-intro .c-image-slot,
.p-shop-intro .c-image-slot {
  min-height: 430px;
}

.p-tatami-intro h2,
.p-quality-feature h2,
.p-shop-intro h2 {
  margin: 0 0 24px;
  color: var(--color-green);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.5;
}

.p-tatami-products {
  display: grid;
  gap: 22px;
}

.p-tatami-products article {
  display: grid;
  grid-template-columns: minmax(240px, 0.45fr) minmax(0, 1fr);
  gap: 36px;
  align-items: center;
  padding: 28px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--color-line);
}

.p-tatami-products .c-image-slot {
  min-height: 170px;
}

.p-tatami-products h3 {
  margin: 0 0 8px;
  color: var(--color-green);
  font-size: 22px;
}

.p-quality-lead {
  padding: 58px 0 76px;
  text-align: center;
}

.p-quality-lead__breadcrumb,
.p-service-lead__breadcrumb {
  justify-content: flex-start;
  margin-bottom: 58px;
  text-align: left;
}

.p-quality-lead p {
  max-width: 760px;
  margin: 0 auto 56px;
  line-height: 2.4;
}

.p-quality-lead__links {
  display: inline-grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}

.p-quality-lead__links a {
  min-width: 230px;
  padding: 10px 44px;
  color: var(--color-text);
  font-size: 15px;
  line-height: 2;
}

.p-quality-lead__links a + a {
  border-left: 1px solid var(--color-muted);
}

.p-quality-trust {
  padding: clamp(64px, 8vw, 110px) 0 0;
  text-align: center;
}

.p-quality-trust .c-page-title,
.p-quality-env .c-page-title {
  margin-bottom: clamp(36px, 5vw, 64px);
  font-weight: 500;
  letter-spacing: 0.2em;
}

.p-quality-trust__lead {
  margin: 0;
  text-align: left;
  line-height: 2.2;
}

.p-quality-feature {
  padding: clamp(82px, 10vw, 150px) 0;
}

.p-quality-feature.is-reverse > .l-container > div:first-child {
  order: 2;
}

.p-quality-feature .c-image-slot {
  min-height: 420px;
}

.p-quality-feature .p-quality-feature__portrait {
  width: min(100%, 640px);
  min-height: clamp(360px, 34vw, 520px);
  justify-self: center;
}

.p-quality-feature .p-quality-feature__tall {
  width: min(100%, 640px);
  min-height: clamp(480px, 44vw, 700px);
  justify-self: center;
}

.p-quality-feature .p-quality-feature__logo {
  width: min(100%, 620px);
  min-height: clamp(260px, 24vw, 400px);
  justify-self: center;
}

.p-quality-feature .p-quality-feature__image {
  width: 100%;
  min-height: 420px;
  justify-self: center;
}

.p-quality-feature__stack {
  display: grid;
  gap: 14px;
}

.p-quality-feature__stack .c-image-slot {
  min-height: clamp(220px, 22vw, 340px);
}

.p-quality-feature__pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.p-quality-feature__pair .c-image-slot {
  min-height: clamp(120px, 12vw, 180px);
}

.p-quality-env {
  padding: clamp(76px, 10vw, 140px) 0;
  text-align: center;
}

.p-quality-env__lead {
  margin: 0 0 clamp(44px, 6vw, 72px);
  text-align: left;
  line-height: 2.2;
}

.p-quality-env__card {
  padding: clamp(36px, 5vw, 72px) clamp(22px, 5vw, 90px);
  background: #fff;
}

.p-quality-env__card h3 {
  margin: 0 0 18px;
  color: var(--color-ink);
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 700;
}

.p-quality-env__card > p {
  margin: 0 auto clamp(32px, 4vw, 52px);
  line-height: 2;
}

.p-quality-env__diagram {
  max-width: 900px;
  min-height: clamp(520px, 60vw, 1000px);
  margin-inline: auto;
}

.p-quality-env__terms {
  display: grid;
  gap: clamp(36px, 4vw, 56px);
  margin-top: clamp(40px, 5vw, 64px);
  text-align: left;
}

.p-quality-env__terms h4 {
  margin: 0 0 18px;
  color: var(--color-green);
  font-size: clamp(17px, 1.8vw, 24px);
  font-weight: 500;
  letter-spacing: 0.18em;
}

.p-quality-env__terms p {
  max-width: 860px;
  margin: 0;
  line-height: 2.1;
}

.p-shop-intro {
  padding-bottom: 0;
}

.p-shop-intro__lead {
  margin-bottom: clamp(48px, 6vw, 84px);
  text-align: center;
  line-height: 2.6;
  letter-spacing: 0.1em;
}

.p-shop-intro__lead p {
  margin: 0;
  font-size: var(--font-size-body);
}

.p-shop-intro__wide .c-image-slot {
  width: 100%;
  aspect-ratio: 1924 / 724;
  min-height: 0;
  border-radius: 0;
}

.p-shop-intro__note {
  margin-top: clamp(48px, 6vw, 84px);
  line-height: 2.6;
  letter-spacing: 0.1em;
}

.p-shop-intro__note p {
  margin: 0 0 44px;
  font-size: var(--font-size-body);
}

.p-shop-intro__note p:last-child {
  margin-bottom: 0;
}

.p-shop-intro__nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: clamp(56px, 7vw, 96px) 20px 0;
}

.p-shop-intro__nav a {
  min-width: 150px;
  padding: 12px 34px;
  color: var(--color-text);
  font-size: 15px;
  letter-spacing: 0.12em;
  text-align: center;
}

.p-shop-intro__nav a + a {
  border-left: 1px solid var(--color-muted);
}

.p-shop-area {
  padding-top: 78px;
  scroll-margin-top: 90px;
}

.p-shop-area .c-page-title {
  margin-bottom: clamp(48px, 6vw, 84px);
  text-align: center;
  font-size: clamp(26px, 2.6vw, 38px);
  font-weight: 500;
  letter-spacing: 0.2em;
}

.p-shop-area .p-shop-grid {
  gap: 48px 40px;
}

.p-shop-area .p-shop-grid article {
  scroll-margin-top: 100px;
  border: 0;
  background: transparent;
}

.p-shop-area .p-shop-grid .c-image-slot {
  aspect-ratio: 559 / 382;
  min-height: 0;
  margin-bottom: 20px;
}

.p-shop-area .p-shop-grid b {
  display: inline-block;
  margin-bottom: 14px;
  padding: 5px 20px;
  background: #2e3623;
  color: #fff;
  font-size: var(--font-size-small);
  font-weight: 500;
  letter-spacing: 0.2em;
}

.p-shop-area .p-shop-grid h3 {
  margin: 0 0 14px;
  color: var(--color-ink);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.14em;
}

.p-shop-area .p-shop-grid p {
  margin-inline: 0;
  margin-bottom: 26px;
  color: var(--color-text);
  font-size: var(--font-size-body);
  line-height: 2.1;
  letter-spacing: 0.08em;
}

.p-works-detail-block .p-detail {
  max-width: 960px;
}

.p-works-detail-block .p-detail > .c-image-slot {
  min-height: 520px;
}

.p-works-detail-block .p-detail__body {
  max-width: 760px;
  margin-inline: auto;
}

.p-lower-page--works-detail .p-gallery {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.p-lower-page--works-detail .p-gallery .c-image-slot {
  min-height: 210px;
}

.p-company table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

.p-company th,
.p-company td {
  padding: 26px 30px;
  text-align: left;
  vertical-align: top;
  line-height: 1.9;
}

.p-company tbody tr:nth-child(odd) {
  background: rgba(217, 211, 184, 0.5);
}

.p-company th {
  width: 220px;
  color: #6f6436;
  font-weight: 700;
}

.p-link-list {
  display: grid;
  gap: 12px;
  max-width: 920px;
}

.p-link-list a {
  display: grid;
  grid-template-columns: 28px 180px 1fr;
  gap: 18px;
  align-items: center;
  padding: 22px 26px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--color-line);
}

.p-link-list span,
.p-link-list strong {
  color: var(--color-green);
}

.p-link-list small {
  color: var(--color-muted);
}

.p-link-page {
  padding-top: 72px;
}

.p-link-about h2,
.p-link-groups > h2 {
  margin: 0 0 34px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--color-line);
  color: var(--color-green);
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 500;
  letter-spacing: 0.16em;
}

.p-link-about p {
  margin: 0 0 clamp(36px, 5vw, 60px);
  line-height: 2.4;
  letter-spacing: 0.1em;
  font-size: var(--font-size-body);
}

.p-link-about table {
  width: 100%;
  margin-bottom: clamp(72px, 9vw, 120px);
  border-collapse: collapse;
  font-size: 15px;
}

.p-link-about th,
.p-link-about td {
  padding: 26px 30px;
  text-align: left;
  line-height: 1.9;
}

.p-link-about th {
  width: 240px;
  color: #6f6436;
  font-weight: 700;
}

.p-link-about tbody tr:nth-child(odd) {
  background: rgba(217, 211, 184, 0.5);
}

.p-link-groups {
  display: grid;
  gap: clamp(56px, 7vw, 90px);
}

.p-link-groups section h3 {
  margin: 0 0 clamp(28px, 4vw, 48px);
  padding: 20px 28px;
  border-left: 6px solid var(--color-green);
  background: rgba(221, 233, 203, 0.5);
  color: var(--color-green);
  font-size: clamp(17px, 1.7vw, 22px);
  font-weight: 500;
  letter-spacing: 0.16em;
}

.p-link-groups section a {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 14px 20px;
  align-items: center;
  padding: clamp(28px, 3vw, 40px) 8px;
  border-bottom: 1px solid var(--color-line);
}

.p-link-groups section a span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 27px;
  color: #fff;
  background: var(--color-green);
  border-radius: 6px;
  font-size: var(--font-size-body);
}

.p-link-groups section a strong {
  color: var(--color-ink);
  font-size: clamp(17px, 1.8vw, 24px);
  font-weight: 500;
  letter-spacing: 0.1em;
}

.p-link-groups section a small {
  grid-column: 2;
  color: var(--color-text);
  font-size: var(--font-size-body);
  line-height: 2.1;
  letter-spacing: 0.08em;
}

.p-pager {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 52px;
}

.p-pager a,
.p-pager span {
  display: grid;
  place-items: center;
  min-width: 44px;
  height: 44px;
  color: var(--color-text);
  background: #e4e9d7;
  border-radius: 999px;
  font-size: var(--font-size-body);
}

.p-pager span {
  color: #fff;
  background: var(--color-green);
}

.p-pager a {
  transition: background-color 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.p-pager a:hover,
.p-pager a:focus-visible {
  background-color: rgba(79, 116, 44, 0.16);
}

.p-lower-cta {
  position: relative;
  overflow: hidden;
  padding: 82px 0;
  color: #fff;
  background: var(--color-green);
  text-align: center;
}

.p-lower-cta__bg {
  position: absolute;
  inset: 0;
  opacity: 0.28;
}

.p-lower-cta__content {
  position: relative;
}

.p-lower-cta h2 {
  margin: 0 0 26px;
  font-size: clamp(25px, 3vw, 40px);
  line-height: 1.8;
}

.p-lower-cta__buttons {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-bottom: 18px;
}

.p-lower-cta__buttons a {
  min-width: 150px;
  padding: 10px 22px;
  color: var(--color-green);
  background: #fff;
  border-radius: 4px;
  font-size: var(--font-size-body);
  font-weight: 700;
}

.p-lower-cta p {
  margin: 0;
  font-size: var(--font-size-small);
}

.p-lower-cta__tel {
  display: inline-block;
  margin-top: 4px;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0;
}

.p-lower-delivery {
  background: var(--color-cream);
  border-bottom: 1px solid var(--color-line);
}

.p-lower-delivery__inner {
  display: grid;
  grid-template-columns: 1.05fr 1fr 1fr;
  min-height: 150px;
}

.p-lower-delivery__title,
.p-lower-delivery a {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 30px clamp(22px, 4vw, 58px);
  border-right: 1px solid var(--color-line);
}

.p-lower-delivery__title span {
  position: relative;
  width: 44px;
  height: 34px;
  background: var(--color-green);
  border-radius: 3px 7px 3px 3px;
}

.p-lower-delivery__title span::before,
.p-lower-delivery__title span::after {
  content: "";
  position: absolute;
  bottom: -8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--color-bg);
  border: 4px solid var(--color-green);
}

.p-lower-delivery__title span::before {
  left: 5px;
}

.p-lower-delivery__title span::after {
  right: 3px;
}

.p-lower-delivery h2 {
  position: relative;
  margin: 0 0 8px;
  padding-bottom: 10px;
  color: var(--color-green);
  font-size: 26px;
  font-weight: 500;
}

.p-lower-delivery h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 130px;
  height: 1px;
  background: var(--color-green);
}

.p-lower-delivery p {
  margin: 0;
  color: var(--color-green);
  font-size: 10px;
  font-weight: 700;
}

.p-lower-delivery a {
  justify-content: center;
  color: var(--color-text);
  font-size: 17px;
  font-weight: 700;
}

.p-lower-delivery a span {
  display: grid;
  place-items: center;
  width: 26px;
  height: 18px;
  color: #fff;
  background: var(--color-green);
  border-radius: 999px;
  font-size: 11px;
}

.p-lower-banners {
  padding: 28px 0;
  background: var(--color-cream);
  overflow: hidden;
}

.p-lower-banners__track {
  display: flex;
  gap: 12px;
  width: max-content;
  min-width: 100%;
  transform: translateX(-20px);
}

.p-lower-banners__item {
  display: grid;
  place-items: end start;
  width: 310px;
  min-height: 96px;
  padding: 16px;
  color: #fff;
  font-weight: 700;
}

@media (max-width: 900px) {
  .p-sub-hero__inner,
  .p-sub-hero__side,
  .p-page-feature__grid,
  .p-product-feature__grid,
  .p-page-split,
  .p-tatami-catalog__layout,
  .p-tatami-catalog__items article,
  .p-service-steps article,
  .p-service-steps article.is-reverse,
  .p-point-steps article,
  .p-archive-tools .l-container,
  .p-archive-search,
  .p-blog-detail,
  .p-lower-delivery__inner,
  .p-works-detail-full__thumbs,
  .p-company-greeting__grid {
    grid-template-columns: 1fr;
  }

  .p-archive-search button {
    margin-left: 0;
  }

  .p-lower-page--blog .p-archive-search,
  .p-lower-page--news .p-archive-search {
    width: min(100%, 360px);
    grid-template-columns: minmax(0, 1fr) 46px;
  }

  .p-lower-page--blog .p-archive-tools .l-container,
  .p-lower-page--news .p-archive-tools .l-container {
    justify-items: center;
  }

  .p-lower-page--blog .p-archive-search select,
  .p-lower-page--news .p-archive-search select {
    grid-column: 1 / -1;
  }

  .p-company-intro__images {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .p-tatami-catalog__nav {
    position: static;
  }

  .p-tatami-catalog__items article.is-reverse .c-image-slot,
  .p-service-steps article.is-reverse .c-image-slot {
    order: 0;
  }

  .p-page-list,
  .p-page-cards,
  .p-archive-grid,
  .p-shop-grid,
  .p-gallery,
  .p-product-intro__thumbs,
  .p-partners > section > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .p-faq-layout {
    grid-template-columns: 1fr;
  }

  .p-sub-hero--collage .p-sub-hero__inner,
  .p-lower-page--product .p-page-feature__grid,
  .p-lower-page--product .p-page-feature:nth-of-type(even) .p-page-feature__grid,
  .p-product-feature:nth-of-type(even) .p-product-feature__grid,
  .p-lower-page--service .p-page-steps li,
  .p-lower-page--service .p-page-steps li:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .p-product-feature:nth-of-type(even) .p-product-feature__body {
    order: 0;
  }

  .p-product-feature__collage {
    grid-template-columns: 1fr 1fr;
  }

  .p-product-intro__thumbs {
    grid-template-columns: repeat(3, minmax(260px, 1fr));
    overflow-x: hidden;
  }

  .p-sub-hero--collage .p-sub-collage {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    min-height: auto;
    margin-top: 20px;
  }

  .p-sub-collage .c-image-slot,
  .p-sub-collage .c-image-slot:nth-child(n) {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    min-height: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .p-faq-layout {
    gap: 36px;
  }

  .p-faq-nav {
    position: static;
  }

  .p-tatami-intro > .l-container,
  .p-quality-feature > .l-container,
  .p-shop-intro > .l-container,
  .p-tatami-products article {
    grid-template-columns: 1fr;
  }

  .p-quality-feature.is-reverse > .l-container > div:first-child {
    order: 0;
  }

  .p-quality-feature .c-image-slot,
  .p-quality-feature .p-quality-feature__portrait,
  .p-quality-feature .p-quality-feature__tall,
  .p-quality-feature .p-quality-feature__image {
    min-height: clamp(340px, 52vw, 420px);
  }

  .p-quality-env__diagram {
    min-height: clamp(420px, 110vw, 760px);
  }

  .p-service-steps__number,
  .p-point-steps__number {
    display: flex;
    align-items: center;
    gap: 18px;
  }

  .p-service-steps__number b,
  .p-point-steps__number b {
    writing-mode: horizontal-tb;
    letter-spacing: 0;
    font-size: 20px;
  }

  .p-lower-page--point .p-sub-hero__side,
  .p-lower-page--shop .p-sub-hero__side,
  .p-lower-page--tatami .p-sub-hero__side {
    width: min(calc(100% - 28px), var(--content-width));
    max-width: var(--content-width);
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 32px;
    padding-right: 0;
    padding-left: 0;
  }

  .p-lower-page--point .p-sub-hero__side-visual {
    grid-template-columns: 1fr 1fr;
  }

  .p-point-steps__body {
    grid-column: auto;
  }

  .p-point-steps__number {
    min-height: auto;
    justify-items: start;
  }

  .p-point-flow ol {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  .p-point-flow li::after {
    content: none;
  }

  .p-lower-delivery__title,
  .p-lower-delivery a {
    border-right: 0;
    border-bottom: 1px solid var(--color-line);
  }
}

@media (max-width: 640px) {
  .p-company-intro__images .c-image-slot {
    flex-basis: clamp(180px, 58vw, 250px);
  }

  .p-sub-hero {
    padding-top: 44px;
  }

  .p-sub-hero--side,
  .p-sub-hero--collage {
    padding-top: 84px;
  }

  .p-sub-hero__inner {
    gap: 28px;
    min-height: auto;
  }

  .p-sub-hero__visual .c-image-slot {
    min-height: 220px;
  }

  .p-page-section,
  .p-page-feature {
    padding: 58px 0;
  }

  .p-page-list,
  .p-page-cards,
  .p-archive-grid,
  .p-shop-grid,
  .p-gallery,
  .p-product-intro__thumbs,
  .p-faq-layout,
  .p-partners > section > div,
  .p-page-steps li,
  .p-news-archive article,
  .p-detail dl div,
  .p-link-list a,
  .p-link-groups section a,
  .p-lower-page--news .p-news-archive article,
  .p-blog-sidebar__post,
  .p-entry-nav {
    grid-template-columns: 1fr;
  }

  .p-entry-nav a + a {
    border-left: 0;
    border-top: 1px solid var(--color-line);
  }

  .p-news-archive span {
    justify-self: start;
  }

  .p-blog-sidebar__thumb {
    grid-row: auto;
  }

  .p-link-groups section a small {
    grid-column: auto;
  }

  .p-page-steps li {
    gap: 18px;
  }

  .p-lower-cta__buttons {
    flex-direction: column;
    align-items: center;
  }

  .p-archive-filter .l-container {
    display: grid;
    gap: 24px;
  }

  .p-lower-page--works .p-archive-filter .p-breadcrumb {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    white-space: nowrap;
  }

  .p-lower-page--works .p-archive-filter .l-container:not(.p-breadcrumb) {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  .p-lower-page--works .p-archive-filter > .l-container:not(.p-breadcrumb) > div {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .p-lower-page--works .p-archive-filter > .l-container:not(.p-breadcrumb) > div a {
    min-width: 0;
    padding: 13px 6px;
    font-size: var(--font-size-body);
  }

  .p-lower-page--works .p-works-archive {
    grid-template-columns: minmax(0, 1fr);
  }

  .p-lower-page--works .p-works-archive article {
    min-width: 0;
  }

  .p-lower-page--works .p-works-archive .c-image-slot {
    min-height: 0;
  }

  .p-service-lead nav:not(.p-breadcrumb),
  .p-point-lead nav:not(.p-breadcrumb) {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .p-service-lead nav:not(.p-breadcrumb) a,
  .p-point-lead nav:not(.p-breadcrumb) a {
    min-width: 0;
    border-right: 1px solid var(--color-line);
    border-bottom: 1px solid var(--color-line);
  }

  .p-quality-lead__links a {
    min-width: 0;
    padding: 10px 18px;
  }

  .p-quality-lead p br,
  .p-point-lead p br,
  .p-service-lead p br {
    display: none;
  }

  .p-company-intro__images .c-image-slot {
    min-height: 110px;
  }

  .p-company-nav a {
    min-width: 0;
    padding: 12px 14px;
    font-size: var(--font-size-body);
  }

  .p-company-nav {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-right: 14px;
    padding-left: 14px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .p-company-nav::-webkit-scrollbar {
    display: none;
  }

  .p-company-nav a {
    flex: 0 0 175px;
    scroll-snap-align: start;
  }

  .p-shop-intro__nav {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-right: 14px;
    padding-left: 14px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .p-shop-intro__nav::-webkit-scrollbar {
    display: none;
  }

  .p-shop-intro__nav a {
    flex: 0 0 175px;
    scroll-snap-align: start;
  }

  .p-point-steps__number em {
    font-size: 11px;
  }

  .p-point-steps__number span {
    font-size: 46px;
  }

  .p-point-steps__number b {
    margin-top: 0;
    font-size: 16px;
  }

  .p-company th {
    width: 110px;
  }

  .p-company th,
  .p-company td {
    padding: 16px 14px;
    font-size: var(--font-size-body);
  }

  .p-faq-groups summary {
    padding: 24px 54px 24px 40px;
  }

  .p-faq-groups summary::before {
    left: 0;
    top: 22px;
    font-size: 24px;
  }

  .p-faq-groups summary::after {
    width: 34px;
    height: 34px;
    top: calc(50% - 17px);
    right: 0;
  }

  .p-faq-groups p {
    padding: 6px 20px 30px 40px;
    font-size: var(--font-size-body);
  }

  .p-faq-groups p::before {
    font-size: 24px;
  }

  .p-works-detail-full__slides .c-image-slot {
    flex-basis: 100%;
    min-height: 240px;
  }

  .p-sub-hero__side-visual .c-image-slot,
  .p-tatami-catalog__items .c-image-slot {
    min-height: 160px;
  }

  .p-link-about table {
    table-layout: fixed;
    font-size: var(--font-size-body);
  }

  .p-link-about th {
    width: 90px;
  }

  .p-link-about th,
  .p-link-about td {
    padding: 16px 12px;
    overflow-wrap: anywhere;
  }

  .p-point-table th,
  .p-point-table td {
    padding: 14px 14px;
    font-size: var(--font-size-body);
  }

  .p-point-flow ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .p-history ol::before {
    left: 7px;
  }

  .p-history li,
  .p-history li:nth-child(odd),
  .p-history li:nth-child(even) {
    width: auto;
    margin-left: 34px;
    text-align: left;
  }

  .p-history li:nth-child(odd)::after,
  .p-history li:nth-child(even)::after {
    left: -34px;
    right: auto;
  }
}

/* 商品一覧: 支給写真と無限サムネイル列 */
.p-lower-page--product .p-product-intro__thumbs {
  display: block;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  overflow: hidden;
}

.p-lower-page--product .p-product-intro__thumbs-track {
  display: flex;
  gap: 14px;
  width: max-content;
  animation: product-intro-marquee 28s linear infinite;
  will-change: transform;
}

.p-lower-page--product .p-sub-hero__overlay h1 {
  color: #fff;
}

.p-lower-page--product .p-product-intro__breadcrumb {
  justify-content: flex-end;
  margin: 0 0 30px;
}

.p-lower-page--product .p-product-intro__thumbs-track .c-image-slot {
  flex: 0 0 clamp(260px, 26vw, 420px);
  min-height: clamp(150px, 17vw, 250px);
}

.p-lower-page--product .p-sub-hero__visual .c-image-slot::after,
.p-lower-page--product .p-product-intro__thumbs-track .c-image-slot::after,
.p-lower-page--product .p-product-feature__collage .c-image-slot::after {
  content: none;
}

@keyframes product-intro-marquee {
  to {
    transform: translateX(calc(-50% - 7px));
  }
}

@media (prefers-reduced-motion: reduce) and (min-width: 641px) {
  .p-lower-page--product .p-product-intro__thumbs-track {
    animation: none;
  }
}

@media (max-width: 640px) {
  .p-lower-page--product .p-product-intro__thumbs-track {
    animation: product-intro-marquee 28s linear infinite;
    animation-play-state: running;
  }
}

/* 畳ページの支給写真 */
.p-lower-page--tatami .p-sub-hero__side > div:first-child::before {
  width: 230px;
  height: 174px;
  background: url("../img/tatami/tatami01-bg.png") center / contain no-repeat;
  opacity: 0.7;
  transform: none;
}

.p-lower-page--tatami .p-sub-hero__side-visual .c-image-slot {
  background: url("../img/tatami/tatami01.jpg") center / cover no-repeat;
}

.p-lower-page--tatami .p-tatami-catalog__items article:nth-child(1) > .c-image-slot {
  background: url("../img/tatami/tatami02.jpg") center / cover no-repeat;
}

.p-lower-page--tatami .p-tatami-catalog__items article:nth-child(2) > .c-image-slot {
  background: url("../img/tatami/tatami03.jpg") center / cover no-repeat;
}

.p-lower-page--tatami .p-tatami-catalog__items article:nth-child(3) > .c-image-slot {
  background: url("../img/tatami/tatami04.jpg") center / cover no-repeat;
}

.p-lower-page--tatami .p-tatami-catalog__items article:nth-child(4) > .c-image-slot {
  background: url("../img/tatami/tatami05.jpg") center / cover no-repeat;
}

.p-lower-page--tatami .p-tatami-catalog__items article:nth-child(5) > .c-image-slot {
  background: url("../img/tatami/tatami06.jpg") center / cover no-repeat;
}

.p-lower-page--tatami .p-sub-hero__side-visual .c-image-slot::after,
.p-lower-page--tatami .p-tatami-catalog__items .c-image-slot::after {
  content: none;
}

/* 国産 熊本八代畳表ページ */
.p-lower-page--kumamoto .p-sub-hero__side {
  width: 100%;
  max-width: none;
  min-height: clamp(460px, 48vw, 680px);
  grid-template-columns: minmax(300px, 44vw) minmax(0, 56vw);
  gap: 0;
  padding-right: 0;
  padding-left: max(40px, calc((100vw - var(--content-width)) / 2 + 40px));
}

.p-lower-page--kumamoto .p-sub-hero__side > div:first-child {
  padding-left: clamp(0px, 3vw, 48px);
}

.p-lower-page--kumamoto .p-sub-hero__side > div:first-child::before {
  content: "";
  position: absolute;
  left: -10px;
  top: -78px;
  width: 190px;
  height: 190px;
  background: url("../img/kumamoto/kumamoto-bg.png") center / contain no-repeat;
  opacity: 0.46;
  transform: none;
}

.p-lower-page--kumamoto .p-sub-hero__side h1 {
  margin: 0 0 46px;
  padding-bottom: 0;
  color: var(--color-green);
  font-size: clamp(34px, 4.1vw, 58px);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.12em;
}

.p-lower-page--kumamoto .p-sub-hero__side h1::after {
  display: none;
}

.p-lower-page--kumamoto .p-sub-hero__side span {
  max-width: 470px;
  color: var(--color-text);
  line-height: 2.6;
  letter-spacing: 0.1em;
  font-size: var(--font-size-body);
}

.p-lower-page--kumamoto .p-sub-hero__side-visual .c-image-slot {
  width: 100%;
  min-height: clamp(460px, 48vw, 680px);
  border-radius: 0;
  background: url("../img/kumamoto/kumamoto01.jpg") center / cover no-repeat;
}

.p-lower-page--kumamoto .p-sub-hero__side-visual .c-image-slot::after {
  content: none;
}

.p-lower-page--kumamoto .p-tatami-catalog__items {
  gap: clamp(58px, 8vw, 104px);
}

.p-lower-page--kumamoto .p-tatami-catalog__items article {
  display: block;
  scroll-margin-top: 100px;
}

.p-kumamoto-grade h2 {
  margin: 0 0 clamp(26px, 3vw, 38px);
  color: var(--color-ink);
  font-size: clamp(23px, 2.2vw, 31px);
  font-weight: 500;
  letter-spacing: 0.14em;
}

.p-kumamoto-grade dl {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
}

.p-kumamoto-grade div {
  display: grid;
  grid-template-rows: 46px auto;
}

.p-kumamoto-grade dt,
.p-kumamoto-grade dd {
  margin: 0;
  display: grid;
  align-items: center;
  min-height: 50px;
  padding: 0 clamp(14px, 2vw, 26px);
  letter-spacing: 0.12em;
}

.p-kumamoto-grade dt {
  justify-content: center;
  background: #d7cda7;
  color: var(--color-green-dark);
  font-size: var(--font-size-body);
  font-weight: 700;
}

.p-kumamoto-grade dd {
  color: var(--color-text);
  font-size: var(--font-size-body);
  font-weight: 600;
}

@media (max-width: 900px) {
  .p-lower-page--kumamoto .p-sub-hero__side {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 20px 20px 0;
  }

  .p-lower-page--kumamoto .p-sub-hero__side h1 {
    margin-bottom: 24px;
  }

  .p-lower-page--kumamoto .p-sub-hero__side-visual {
    margin-top: 38px;
  }

  .p-lower-page--kumamoto .p-sub-hero__side-visual .c-image-slot {
    min-height: 58vw;
  }

  .p-kumamoto-grade dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 16px;
  }
}

@media (max-width: 560px) {
  .p-lower-page--kumamoto .p-sub-hero__side {
    padding-inline: 20px;
  }

  .p-lower-page--kumamoto .p-sub-hero__side > div:first-child::before {
    left: -10px;
    top: -50px;
    width: 130px;
    height: 130px;
  }

  .p-kumamoto-grade dl {
    grid-template-columns: 1fr;
  }
}

/* 健康畳ページ */
.p-lower-page--kenko .p-sub-hero__side {
  width: 100%;
  max-width: none;
  min-height: clamp(460px, 48vw, 680px);
  grid-template-columns: minmax(300px, 44vw) minmax(0, 56vw);
  gap: 0;
  padding-right: 0;
  padding-left: max(40px, calc((100vw - var(--content-width)) / 2 + 40px));
}

.p-lower-page--kenko .p-sub-hero__side > div:first-child {
  padding-left: clamp(0px, 3vw, 48px);
}

.p-lower-page--kenko .p-sub-hero__side > div:first-child::before {
  content: "";
  position: absolute;
  left: -10px;
  top: -78px;
  width: 190px;
  height: 190px;
  background: url("../img/kumamoto/kumamoto-bg.png") center / contain no-repeat;
  opacity: 0.46;
  transform: none;
}

.p-lower-page--kenko .p-sub-hero__side h1 {
  margin: 0 0 46px;
  padding-bottom: 0;
  color: var(--color-green);
  font-size: clamp(34px, 4.1vw, 58px);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.12em;
}

.p-lower-page--kenko .p-sub-hero__side h1::after {
  display: none;
}

.p-lower-page--kenko .p-sub-hero__side span {
  display: block;
  max-width: 480px;
  color: var(--color-text);
  line-height: 2.6;
  letter-spacing: 0.1em;
  font-size: var(--font-size-body);
}

.p-lower-page--kenko .p-sub-hero__side-visual .c-image-slot {
  width: 100%;
  min-height: clamp(460px, 48vw, 680px);
  border-radius: 0;
  background: url("../img/kenko/kenkou01.jpg") center / cover no-repeat;
}

.p-lower-page--kenko .p-sub-hero__side-visual .c-image-slot::after,
.p-lower-page--kenko .p-kenko-item > .c-image-slot::after {
  content: none;
}

.p-lower-page--kenko .p-tatami-catalog__items {
  gap: clamp(70px, 8vw, 112px);
}

.p-lower-page--kenko .p-kenko-item {
  grid-template-columns: minmax(0, 1.08fr) minmax(260px, 0.92fr);
  gap: clamp(36px, 6vw, 82px);
  align-items: start;
}

.p-lower-page--kenko .p-kenko-item > .c-image-slot {
  min-height: 0;
  aspect-ratio: 1.36;
  border-radius: 0;
}

.p-lower-page--kenko .p-kenko-item:nth-child(1) > .c-image-slot {
  background: url("../img/kenko/kenkou02.jpg") center / cover no-repeat;
}

.p-lower-page--kenko .p-kenko-item:nth-child(2) > .c-image-slot {
  background: url("../img/kenko/kenkou03.jpg") center / cover no-repeat;
}

.p-lower-page--kenko .p-kenko-item:nth-child(3) > .c-image-slot {
  background: url("../img/kenko/kenkou04.jpg") center / cover no-repeat;
}

.p-lower-page--kenko .p-kenko-item:nth-child(4) > .c-image-slot {
  background: url("../img/kenko/kenkou05.jpg") center / cover no-repeat;
}

.p-kenko-item__copy h2 {
  margin: 0 0 14px;
  color: var(--color-ink);
  font-size: clamp(22px, 2vw, 29px);
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: 0.14em;
}

.p-kenko-item__copy h2 span {
  display: block;
  margin-top: 2px;
  font-size: 0.72em;
  letter-spacing: 0.12em;
}

.p-lower-page--kenko .p-kenko-item__rating {
  margin: 0 0 18px;
  color: var(--color-text);
  font-size: var(--font-size-small);
  line-height: 1;
  letter-spacing: 0.08em;
}

.p-lower-page--kenko .p-kenko-item__rating span {
  display: inline;
  margin-left: 8px;
  color: #e9894d;
  font-size: var(--font-size-body);
  letter-spacing: 0.12em;
}

.p-kenko-item__copy dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 0 18px;
}

.p-kenko-item__copy dl div {
  display: grid;
  grid-template-rows: 34px auto;
  min-width: 0;
}

.p-kenko-item__copy dt,
.p-kenko-item__copy dd {
  display: grid;
  min-height: 34px;
  margin: 0;
  padding: 0 8px;
  place-items: center;
  color: var(--color-text);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-align: center;
}

.p-kenko-item__copy dt {
  background: #d7cda7;
  color: var(--color-green-dark);
  font-weight: 700;
}

.p-kenko-item__copy dd {
  line-height: 1.7;
}

.p-lower-page--kenko .p-kenko-item__copy > p:last-child {
  margin: 0;
  color: var(--color-text);
  font-size: var(--font-size-body);
  line-height: 2;
  letter-spacing: 0.08em;
}

@media (max-width: 900px) {
  .p-lower-page--kenko .p-sub-hero__side {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 20px 20px 0;
  }

  .p-lower-page--kenko .p-sub-hero__side h1 {
    margin-bottom: 24px;
  }

  .p-lower-page--kenko .p-sub-hero__side-visual {
    margin-top: 38px;
  }

  .p-lower-page--kenko .p-sub-hero__side-visual .c-image-slot {
    min-height: 58vw;
  }

  .p-lower-page--tatami .p-tatami-catalog__items,
  .p-lower-page--kumamoto .p-tatami-catalog__items,
  .p-lower-page--kenko .p-tatami-catalog__items {
    order: -1;
  }

  .p-lower-page--tatami .p-tatami-catalog__items article > .c-image-slot,
  .p-lower-page--kenko .p-kenko-item > .c-image-slot {
    order: -1;
  }

  .p-lower-page--kenko .p-kenko-item {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .p-lower-page--kenko .p-sub-hero__side {
    padding-inline: 20px;
  }

  .p-lower-page--kenko .p-sub-hero__side > div:first-child::before {
    left: -10px;
    top: -50px;
    width: 130px;
    height: 130px;
  }

  .p-kenko-item__copy dl {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .p-kenko-item__copy dl div {
    grid-template-columns: 110px minmax(0, 1fr);
    grid-template-rows: 1fr;
  }

  .p-kenko-item__copy dt,
  .p-kenko-item__copy dd {
    min-height: 38px;
  }
}

/* 琉球風ヘリ無し畳ページ */
.p-lower-page--ryukyu .p-sub-hero__side {
  width: 100%;
  max-width: none;
  min-height: clamp(460px, 48vw, 680px);
  grid-template-columns: minmax(300px, 44vw) minmax(0, 56vw);
  gap: 0;
  padding-right: 0;
  padding-left: max(40px, calc((100vw - var(--content-width)) / 2 + 40px));
}

.p-lower-page--ryukyu .p-sub-hero__side > div:first-child {
  padding-left: clamp(0px, 3vw, 48px);
}

.p-lower-page--ryukyu .p-sub-hero__side > div:first-child::before {
  content: "";
  position: absolute;
  left: -10px;
  top: -78px;
  width: 190px;
  height: 190px;
  background: url("../img/ryukyu/ryukyu01-title-bg.png") center / contain no-repeat;
  opacity: 0.46;
  transform: none;
}

.p-lower-page--ryukyu .p-sub-hero__side h1 {
  margin: 0 0 46px;
  padding-bottom: 0;
  color: var(--color-green);
  font-size: clamp(31px, 3.65vw, 52px);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.1em;
}

.p-lower-page--ryukyu .p-sub-hero__side h1::after {
  display: none;
}

.p-lower-page--ryukyu .p-sub-hero__side span {
  display: block;
  max-width: 470px;
  color: var(--color-text);
  line-height: 2.5;
  letter-spacing: 0.09em;
  font-size: var(--font-size-body);
}

.p-lower-page--ryukyu .p-sub-hero__side-visual .c-image-slot {
  width: 100%;
  min-height: clamp(460px, 48vw, 680px);
  border-radius: 0;
  background: url("../img/ryukyu/ryukyu01.jpg") center / cover no-repeat;
}

.p-lower-page--ryukyu .p-sub-hero__side-visual .c-image-slot::after {
  content: none;
}

.p-lower-page--ryukyu .p-tatami-catalog__items {
  display: grid;
  gap: clamp(74px, 9vw, 130px);
}

.p-ryukyu-installation h2,
.p-ryukyu-variation h2 {
  margin: 0 0 34px;
  color: var(--color-ink);
  font-size: clamp(22px, 2vw, 29px);
  font-weight: 500;
  letter-spacing: 0.12em;
}

.p-ryukyu-installation__images {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 26px);
}

.p-ryukyu-installation figure,
.p-ryukyu-swatch-grid figure {
  margin: 0;
}

.p-ryukyu-installation img,
.p-ryukyu-swatch-grid img {
  display: block;
  width: 100%;
  height: auto;
}

.p-ryukyu-variation > p {
  max-width: 980px;
  margin: 0 0 28px;
  color: var(--color-text);
  font-size: var(--font-size-body);
  line-height: 2.2;
  letter-spacing: 0.08em;
}

.p-ryukyu-variation__notes {
  display: grid;
  gap: 16px;
  margin: 0 0 34px;
}

.p-ryukyu-variation__notes div {
  display: grid;
  gap: 7px;
}

.p-ryukyu-variation__notes dt,
.p-ryukyu-variation__notes dd {
  margin: 0;
  color: var(--color-text);
  font-size: var(--font-size-body);
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.p-ryukyu-variation__notes dt {
  font-weight: 700;
}

.p-ryukyu-variation__notes dt::before {
  content: "■";
  margin-right: 6px;
}

.p-ryukyu-swatch-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: clamp(18px, 3vw, 46px);
  row-gap: clamp(28px, 3.4vw, 44px);
}

.p-ryukyu-swatch-grid figure {
  min-width: 0;
}

.p-ryukyu-swatch-grid figcaption {
  margin-top: 10px;
  color: var(--color-text);
  font-size: var(--font-size-body);
  line-height: 1.55;
  letter-spacing: 0.08em;
  text-align: center;
}

@media (max-width: 900px) {
  .p-lower-page--ryukyu .p-sub-hero__side {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 20px 20px 0;
  }

  .p-lower-page--ryukyu .p-sub-hero__side h1 {
    margin-bottom: 24px;
  }

  .p-lower-page--ryukyu .p-sub-hero__side-visual {
    margin-top: 38px;
  }

  .p-lower-page--ryukyu .p-sub-hero__side-visual .c-image-slot {
    min-height: 58vw;
  }

  .p-lower-page--ryukyu .p-tatami-catalog__items {
    order: -1;
  }

  .p-ryukyu-swatch-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .p-lower-page--ryukyu .p-sub-hero__side {
    padding-inline: 20px;
  }

  .p-lower-page--ryukyu .p-sub-hero__side > div:first-child::before {
    left: -10px;
    top: -50px;
    width: 130px;
    height: 130px;
  }

  .p-ryukyu-installation__images,
  .p-ryukyu-swatch-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .p-ryukyu-installation__images {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    touch-action: pan-x;
  }

  .p-ryukyu-installation__images::-webkit-scrollbar {
    display: none;
  }

  .p-ryukyu-installation__images figure {
    flex: 0 0 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .p-ryukyu-installation h2,
  .p-ryukyu-variation h2 {
    margin-bottom: 22px;
  }

  .p-ryukyu-variation > p {
    font-size: var(--font-size-body);
    line-height: 2;
  }

  .p-ryukyu-variation__notes dt,
  .p-ryukyu-variation__notes dd,
  .p-ryukyu-swatch-grid figcaption {
    font-size: var(--font-size-small);
  }
}

/* 中国産畳表ページ */
.p-lower-page--chugoku .p-sub-hero__side {
  width: 100%;
  max-width: none;
  min-height: clamp(460px, 48vw, 680px);
  grid-template-columns: minmax(300px, 44vw) minmax(0, 56vw);
  gap: 0;
  padding-right: 0;
  padding-left: max(40px, calc((100vw - var(--content-width)) / 2 + 40px));
}

.p-lower-page--chugoku .p-sub-hero__side > div:first-child {
  padding-left: clamp(0px, 3vw, 48px);
}

.p-lower-page--chugoku .p-sub-hero__side > div:first-child::before {
  content: "";
  position: absolute;
  left: -10px;
  top: -78px;
  width: 190px;
  height: 190px;
  background: url("../img/chugoku/chugoku01-titlebg.png") center / contain no-repeat;
  opacity: 0.46;
  transform: none;
}

.p-lower-page--chugoku .p-sub-hero__side h1 {
  margin: 0 0 46px;
  padding-bottom: 0;
  color: var(--color-green);
  font-size: clamp(34px, 4.1vw, 58px);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.12em;
}

.p-lower-page--chugoku .p-sub-hero__side h1::after {
  display: none;
}

.p-lower-page--chugoku .p-sub-hero__side span {
  display: block;
  max-width: 470px;
  color: var(--color-text);
  line-height: 2.6;
  letter-spacing: 0.1em;
  font-size: var(--font-size-body);
}

.p-lower-page--chugoku .p-sub-hero__side-visual .c-image-slot {
  width: 100%;
  min-height: clamp(460px, 48vw, 680px);
  border-radius: 0;
  background: url("../img/chugoku/chugoku01.jpg") center / cover no-repeat;
}

.p-lower-page--chugoku .p-sub-hero__side-visual .c-image-slot::after {
  content: none;
}

.p-lower-page--chugoku .p-tatami-catalog__items {
  display: block;
}

.p-lower-page--chugoku .p-chugoku-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  justify-items: center;
  scroll-margin-top: 100px;
}

.p-chugoku-item h2 {
  width: 100%;
  margin: 0 0 34px;
  color: var(--color-ink);
  font-size: clamp(23px, 2.2vw, 31px);
  font-weight: 500;
  letter-spacing: 0.14em;
}

.p-chugoku-item h2 span {
  font-size: 0.72em;
}

.p-chugoku-item__main-image {
  display: block;
  width: min(100%, 680px);
  height: auto;
}

.p-chugoku-item__chart {
  display: block;
  width: min(72%, 470px);
  height: auto;
  margin: clamp(48px, 6vw, 78px) auto;
}

.p-chugoku-item dl {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  margin: 0 0 28px;
}

.p-chugoku-item dl div {
  display: grid;
  grid-template-rows: 46px auto;
}

.p-chugoku-item dt,
.p-chugoku-item dd {
  display: grid;
  min-height: 50px;
  margin: 0;
  padding: 0 clamp(14px, 2vw, 26px);
  place-items: center;
  letter-spacing: 0.12em;
}

.p-chugoku-item dt {
  background: #d7cda7;
  color: var(--color-green-dark);
  font-size: var(--font-size-body);
  font-weight: 700;
}

.p-chugoku-item dd {
  color: var(--color-text);
  font-size: var(--font-size-body);
  font-weight: 600;
}

.p-chugoku-item > p {
  width: 100%;
  margin: 0;
  color: var(--color-text);
  font-size: var(--font-size-body);
  line-height: 2.2;
  letter-spacing: 0.08em;
}

@media (max-width: 900px) {
  .p-lower-page--chugoku .p-sub-hero__side {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 20px 20px 0;
  }

  .p-lower-page--chugoku .p-sub-hero__side h1 {
    margin-bottom: 24px;
  }

  .p-lower-page--chugoku .p-sub-hero__side-visual {
    margin-top: 38px;
  }

  .p-lower-page--chugoku .p-sub-hero__side-visual .c-image-slot {
    min-height: 58vw;
  }

  .p-lower-page--chugoku .p-tatami-catalog__items {
    order: -1;
  }
}

@media (max-width: 560px) {
  .p-lower-page--chugoku .p-sub-hero__side {
    padding-inline: 20px;
  }

  .p-lower-page--chugoku .p-sub-hero__side > div:first-child::before {
    left: -10px;
    top: -50px;
    width: 130px;
    height: 130px;
  }

  .p-chugoku-item h2 {
    margin-bottom: 22px;
  }

  .p-chugoku-item__chart {
    width: min(88%, 360px);
    margin-block: 34px;
  }

  .p-chugoku-item dl {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .p-chugoku-item dl div {
    grid-template-columns: 120px minmax(0, 1fr);
    grid-template-rows: 1fr;
  }

  .p-chugoku-item dt,
  .p-chugoku-item dd {
    min-height: 42px;
  }
}

/* 畳ヘリ・畳床ページ */
.p-lower-page--heri-toko .p-sub-hero__side {
  width: 100%;
  max-width: none;
  min-height: clamp(460px, 48vw, 680px);
  grid-template-columns: minmax(300px, 44vw) minmax(0, 56vw);
  gap: 0;
  padding-right: 0;
  padding-left: max(40px, calc((100vw - var(--content-width)) / 2 + 40px));
}

.p-lower-page--heri-toko .p-sub-hero__side > div:first-child {
  padding-left: clamp(0px, 3vw, 48px);
}

.p-lower-page--heri-toko .p-sub-hero__side > div:first-child::before {
  content: "";
  position: absolute;
  left: -10px;
  top: -78px;
  width: 190px;
  height: 190px;
  background: url("../img/heri-toko/heri-toko01-titlebg.png") center / contain no-repeat;
  opacity: 0.46;
  transform: none;
}

.p-lower-page--heri-toko .p-sub-hero__side h1 {
  margin: 0 0 46px;
  padding-bottom: 0;
  color: var(--color-green);
  font-size: clamp(34px, 4.1vw, 58px);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.12em;
}

.p-lower-page--heri-toko .p-sub-hero__side h1::after {
  display: none;
}

.p-lower-page--heri-toko .p-sub-hero__side span {
  display: block;
  max-width: 470px;
  color: var(--color-text);
  line-height: 2.6;
  letter-spacing: 0.1em;
  font-size: var(--font-size-body);
}

.p-lower-page--heri-toko .p-sub-hero__side-visual .c-image-slot {
  width: 100%;
  min-height: clamp(460px, 48vw, 680px);
  border-radius: 0;
  background: url("../img/heri-toko/heri-toko01.jpg") center / cover no-repeat;
}

.p-lower-page--heri-toko .p-sub-hero__side-visual .c-image-slot::after {
  content: none;
}

.p-lower-page--heri-toko .p-tatami-catalog__items {
  display: grid;
  gap: clamp(82px, 10vw, 140px);
}

.p-heri-list h2,
.p-toko-list > h2 {
  margin: 0 0 9px;
  color: var(--color-ink);
  font-size: clamp(22px, 2vw, 29px);
  font-weight: 500;
  letter-spacing: 0.12em;
}

.p-heri-list > p {
  margin: 0 0 clamp(34px, 4vw, 54px);
  color: var(--color-text);
  font-size: var(--font-size-body);
  letter-spacing: 0.08em;
}

.p-heri-list__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  column-gap: clamp(14px, 2.5vw, 36px);
  row-gap: clamp(34px, 4vw, 54px);
}

.p-heri-list__grid figure {
  margin: 0;
}

.p-heri-list__grid img {
  display: block;
  width: 100%;
  height: auto;
}

.p-heri-list__grid figcaption {
  margin-top: 10px;
  color: var(--color-text);
  font-size: var(--font-size-body);
  letter-spacing: 0.08em;
  text-align: center;
}

.p-toko-list {
  display: grid;
  gap: clamp(50px, 6vw, 82px);
}

.p-toko-list > h2 {
  margin-bottom: 0;
}

.p-lower-page--heri-toko .p-toko-list article {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(250px, 0.88fr);
  gap: clamp(34px, 6vw, 80px);
  align-items: center;
}

.p-toko-list article > div {
  min-width: 0;
}

.p-toko-list h3 {
  margin: 0 0 22px;
  color: var(--color-ink);
  font-size: clamp(19px, 1.7vw, 25px);
  font-weight: 500;
  letter-spacing: 0.12em;
}

.p-toko-list p {
  max-width: 480px;
  margin: 0;
  color: var(--color-text);
  font-size: var(--font-size-body);
  line-height: 2.15;
  letter-spacing: 0.08em;
}

.p-toko-list img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 900px) {
  .p-lower-page--heri-toko .p-sub-hero__side {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 20px 20px 0;
  }

  .p-lower-page--heri-toko .p-sub-hero__side h1 {
    margin-bottom: 24px;
  }

  .p-lower-page--heri-toko .p-sub-hero__side-visual {
    margin-top: 38px;
  }

  .p-lower-page--heri-toko .p-sub-hero__side-visual .c-image-slot {
    min-height: 58vw;
  }

  .p-lower-page--heri-toko .p-tatami-catalog__items {
    order: -1;
  }

  .p-heri-list__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .p-lower-page--heri-toko .p-sub-hero__side {
    padding-inline: 20px;
  }

  .p-lower-page--heri-toko .p-sub-hero__side > div:first-child::before {
    left: -10px;
    top: -50px;
    width: 130px;
    height: 130px;
  }

  .p-heri-list__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 20px;
  }

  .p-lower-page--heri-toko .p-toko-list article {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .p-lower-page--heri-toko .p-toko-list article > img {
    order: -1;
  }

  .p-toko-list h3 {
    margin-bottom: 14px;
  }
}

/* 襖ページ */
.p-lower-page--fusuma .p-sub-hero__side {
  width: 100%;
  max-width: none;
  min-height: clamp(460px, 48vw, 680px);
  grid-template-columns: minmax(300px, 44vw) minmax(0, 56vw);
  gap: 0;
  padding-right: 0;
  padding-left: max(40px, calc((100vw - var(--content-width)) / 2 + 40px));
}

.p-lower-page--fusuma .p-sub-hero__side > div:first-child {
  padding-left: clamp(0px, 3vw, 48px);
}

.p-lower-page--fusuma .p-sub-hero__side > div:first-child::before {
  content: "";
  position: absolute;
  left: -10px;
  top: -78px;
  width: 190px;
  height: 190px;
  background: url("../img/fusuma/fusuma01-titlebg.png") center / contain no-repeat;
  opacity: 0.46;
  transform: none;
}

.p-lower-page--fusuma .p-sub-hero__side h1 {
  margin: 0 0 46px;
  padding-bottom: 0;
  color: var(--color-green);
  font-size: clamp(34px, 4.1vw, 58px);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.12em;
}

.p-lower-page--fusuma .p-sub-hero__side h1::after {
  display: none;
}

.p-lower-page--fusuma .p-sub-hero__side span {
  display: block;
  max-width: 470px;
  color: var(--color-text);
  line-height: 2.6;
  letter-spacing: 0.1em;
  font-size: var(--font-size-body);
}

.p-lower-page--fusuma .p-sub-hero__side-visual .c-image-slot {
  width: 100%;
  min-height: clamp(460px, 48vw, 680px);
  border-radius: 0;
  background: url("../img/fusuma/fusuma01.jpg") center / cover no-repeat;
}

.p-lower-page--fusuma .p-sub-hero__side-visual .c-image-slot::after {
  content: none;
}

.p-lower-page--fusuma .p-tatami-catalog__items {
  display: grid;
  gap: clamp(82px, 10vw, 140px);
}

.p-fusuma-samples h2,
.p-fusuma-details h2 {
  margin: 0 0 30px;
  color: var(--color-ink);
  font-size: clamp(22px, 2vw, 29px);
  font-weight: 500;
  letter-spacing: 0.12em;
}

.p-fusuma-samples__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(34px, 4vw, 58px) clamp(32px, 5vw, 76px);
}

.p-fusuma-samples figure,
.p-fusuma-details__images figure {
  margin: 0;
}

.p-fusuma-samples img,
.p-fusuma-details__images img {
  display: block;
  width: 100%;
  height: auto;
}

.p-fusuma-samples figcaption,
.p-fusuma-details__images figcaption {
  margin-top: 10px;
  color: var(--color-text);
  font-size: var(--font-size-body);
  line-height: 1.55;
  letter-spacing: 0.08em;
  text-align: center;
}

.p-fusuma-details {
  display: grid;
  gap: clamp(76px, 9vw, 128px);
}

.p-lower-page--fusuma .p-fusuma-details article {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(32px, 4vw, 54px);
  scroll-margin-top: 100px;
}

.p-fusuma-details__copy h2 {
  margin-bottom: 13px;
}

.p-fusuma-details__copy h2 span {
  font-size: 0.72em;
}

.p-fusuma-details__copy h3 {
  margin: 0 0 18px;
  color: var(--color-ink);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.p-fusuma-details__copy > p {
  margin: 0 0 24px;
  color: var(--color-text);
  font-size: var(--font-size-body);
  line-height: 2.1;
  letter-spacing: 0.08em;
}

.p-fusuma-details__copy dl {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
}

.p-fusuma-details__copy dl div {
  display: grid;
  grid-template-rows: 42px auto;
}

.p-fusuma-details__copy dt,
.p-fusuma-details__copy dd {
  display: grid;
  min-height: 44px;
  margin: 0;
  padding: 0 8px;
  place-items: center;
  color: var(--color-text);
  font-size: var(--font-size-small);
  letter-spacing: 0.06em;
  text-align: center;
}

.p-fusuma-details__copy dt {
  background: #d7cda7;
  color: var(--color-green-dark);
  font-weight: 700;
}

.p-fusuma-details__images {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 4vw, 56px);
}

@media (max-width: 900px) {
  .p-lower-page--fusuma .p-sub-hero__side {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 20px 20px 0;
  }

  .p-lower-page--fusuma .p-sub-hero__side h1 {
    margin-bottom: 24px;
  }

  .p-lower-page--fusuma .p-sub-hero__side-visual {
    margin-top: 38px;
  }

  .p-lower-page--fusuma .p-sub-hero__side-visual .c-image-slot {
    min-height: 58vw;
  }

  .p-lower-page--fusuma .p-tatami-catalog__items {
    order: -1;
  }
}

@media (max-width: 560px) {
  .p-lower-page--fusuma .p-sub-hero__side {
    padding-inline: 20px;
  }

  .p-lower-page--fusuma .p-sub-hero__side > div:first-child::before {
    left: -10px;
    top: -50px;
    width: 130px;
    height: 130px;
  }

  .p-fusuma-samples__grid {
    gap: 24px 18px;
  }

  .p-fusuma-details__copy dl {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .p-fusuma-details__copy dl div {
    grid-template-columns: 112px minmax(0, 1fr);
    grid-template-rows: 1fr;
  }

  .p-fusuma-details__images {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    touch-action: pan-x;
  }

  .p-fusuma-details__images::-webkit-scrollbar {
    display: none;
  }

  .p-fusuma-details__images figure {
    flex: 0 0 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
}

/* 障子ページ */
.p-lower-page--syouji .p-sub-hero__side {
  width: 100%;
  max-width: none;
  min-height: clamp(460px, 48vw, 680px);
  grid-template-columns: minmax(300px, 44vw) minmax(0, 56vw);
  gap: 0;
  padding-right: 0;
  padding-left: max(40px, calc((100vw - var(--content-width)) / 2 + 40px));
}

.p-lower-page--syouji .p-sub-hero__side > div:first-child {
  padding-left: clamp(0px, 3vw, 48px);
}

.p-lower-page--syouji .p-sub-hero__side > div:first-child::before {
  content: "";
  position: absolute;
  left: -10px;
  top: -78px;
  width: 190px;
  height: 190px;
  background: url("../img/syouji/syouji01-titlebg.png") center / contain no-repeat;
  opacity: 0.46;
  transform: none;
}

.p-lower-page--syouji .p-sub-hero__side h1 {
  margin: 0 0 46px;
  padding-bottom: 0;
  color: var(--color-green);
  font-size: clamp(34px, 4.1vw, 58px);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.12em;
}

.p-lower-page--syouji .p-sub-hero__side h1::after {
  display: none;
}

.p-lower-page--syouji .p-sub-hero__side span {
  display: block;
  max-width: 470px;
  color: var(--color-text);
  line-height: 2.6;
  letter-spacing: 0.1em;
  font-size: var(--font-size-body);
}

.p-lower-page--syouji .p-sub-hero__side-visual .c-image-slot {
  width: 100%;
  min-height: clamp(460px, 48vw, 680px);
  border-radius: 0;
  background: url("../img/syouji/syouji01.jpg") center / cover no-repeat;
}

.p-lower-page--syouji .p-sub-hero__side-visual .c-image-slot::after {
  content: none;
}

.p-lower-page--syouji .p-tatami-catalog__items {
  display: grid;
  gap: clamp(80px, 10vw, 140px);
}

.p-syouji-types h2,
.p-syouji-water h2,
.p-syouji-feature h2,
.p-syouji-copy h2 {
  margin: 0 0 28px;
  color: var(--color-ink);
  font-size: clamp(22px, 2vw, 29px);
  font-weight: 500;
  letter-spacing: 0.12em;
}

.p-syouji-types dl {
  display: grid;
  gap: 2px;
  margin: 0 0 42px;
}

.p-syouji-types dl div {
  display: grid;
  grid-template-columns: 156px minmax(0, 1fr);
}

.p-syouji-types dt,
.p-syouji-types dd {
  display: grid;
  min-height: 48px;
  margin: 0;
  padding: 10px 16px;
  align-items: center;
  color: var(--color-text);
  font-size: var(--font-size-body);
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.p-syouji-types dt {
  background: #d7cda7;
  color: var(--color-green-dark);
  font-weight: 700;
}

.p-syouji-types__samples {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 52px);
}

.p-syouji-types__samples figure {
  margin: 0;
}

.p-syouji-types__samples img,
.p-syouji-water img,
.p-syouji-feature > img {
  display: block;
  width: 100%;
  height: auto;
}

.p-syouji-types__samples figcaption {
  margin-top: 10px;
  color: var(--color-text);
  font-size: var(--font-size-body);
  letter-spacing: 0.08em;
  text-align: center;
}

.p-syouji-water__grid {
  display: grid;
  grid-template-columns: minmax(180px, 0.6fr) minmax(0, 1.4fr);
  gap: clamp(34px, 7vw, 100px);
  align-items: center;
}

.p-syouji-water__grid > img {
  justify-self: center;
  max-width: 366px;
}

.p-syouji-water h3 {
  margin: 0 0 22px;
  color: var(--color-ink);
  font-size: clamp(20px, 1.8vw, 26px);
  font-weight: 500;
  letter-spacing: 0.1em;
}

.p-syouji-water p,
.p-syouji-feature p,
.p-syouji-copy p {
  margin: 0;
  color: var(--color-text);
  font-size: var(--font-size-body);
  line-height: 2.15;
  letter-spacing: 0.08em;
}

.p-syouji-water__grid > div > img {
  max-width: 649px;
  margin-top: 34px;
}

.p-syouji-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 0.66fr);
  gap: clamp(34px, 7vw, 100px);
  align-items: center;
}

.p-syouji-feature h2 {
  margin-bottom: 20px;
}

.p-syouji-feature > img {
  max-width: 453px;
  justify-self: end;
}

.p-syouji-copy {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(56px, 7vw, 92px);
}

.p-syouji-copy__split {
  display: grid;
  grid-template-columns: minmax(230px, 0.66fr) minmax(0, 1fr);
  gap: clamp(34px, 7vw, 100px);
  align-items: start;
}

.p-syouji-copy__split > img {
  display: block;
  width: 100%;
  max-width: 453px;
  height: auto;
}

.p-syouji-copy h2 {
  margin-bottom: 18px;
  font-size: clamp(19px, 1.7vw, 25px);
}

.p-syouji-copy p + h2 {
  margin-top: 46px;
}

@media (max-width: 900px) {
  .p-lower-page--syouji .p-sub-hero__side {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 20px 20px 0;
  }

  .p-lower-page--syouji .p-sub-hero__side h1 {
    margin-bottom: 24px;
  }

  .p-lower-page--syouji .p-sub-hero__side-visual {
    margin-top: 38px;
  }

  .p-lower-page--syouji .p-sub-hero__side-visual .c-image-slot {
    min-height: 58vw;
  }

  .p-lower-page--syouji .p-tatami-catalog__items {
    order: -1;
  }

  .p-syouji-copy__split {
    grid-template-columns: 1fr;
  }

  .p-syouji-copy__split > img {
    justify-self: center;
    max-width: min(100%, 453px);
  }
}

@media (max-width: 560px) {
  .p-lower-page--syouji .p-sub-hero__side {
    padding-inline: 20px;
  }

  .p-lower-page--syouji .p-sub-hero__side > div:first-child::before {
    left: -10px;
    top: -50px;
    width: 130px;
    height: 130px;
  }

  .p-syouji-types dl div,
  .p-syouji-water__grid,
  .p-syouji-feature {
    grid-template-columns: 1fr;
  }

  .p-syouji-types dt,
  .p-syouji-types dd {
    min-height: 40px;
  }

  .p-syouji-types__samples {
    gap: 20px;
  }

  .p-syouji-water__grid > img,
  .p-syouji-feature > img {
    order: -1;
    justify-self: center;
    max-width: min(100%, 340px);
  }

  .p-syouji-copy p + h2 {
    margin-top: 32px;
  }
}

/* 網戸ページ */
.p-lower-page--amido .p-sub-hero__side {
  width: 100%;
  max-width: none;
  min-height: clamp(460px, 48vw, 680px);
  grid-template-columns: minmax(300px, 44vw) minmax(0, 56vw);
  gap: 0;
  padding-right: 0;
  padding-left: max(40px, calc((100vw - var(--content-width)) / 2 + 40px));
}

.p-lower-page--amido .p-sub-hero__side > div:first-child {
  padding-left: clamp(0px, 3vw, 48px);
}

.p-lower-page--amido .p-sub-hero__side > div:first-child::before {
  content: "";
  position: absolute;
  left: -10px;
  top: -78px;
  width: 190px;
  height: 190px;
  background: url("../img/amido/amido01-tiltebg.png") center / contain no-repeat;
  opacity: 0.46;
  transform: none;
}

.p-lower-page--amido .p-sub-hero__side h1 {
  margin: 0 0 46px;
  padding-bottom: 0;
  color: var(--color-green);
  font-size: clamp(34px, 4.1vw, 58px);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.12em;
}

.p-lower-page--amido .p-sub-hero__side h1::after {
  display: none;
}

.p-lower-page--amido .p-sub-hero__side span {
  display: block;
  max-width: 470px;
  color: var(--color-text);
  line-height: 2.45;
  letter-spacing: 0.09em;
  font-size: var(--font-size-body);
}

.p-lower-page--amido .p-sub-hero__side-visual .c-image-slot {
  width: 100%;
  min-height: clamp(460px, 48vw, 680px);
  border-radius: 0;
  background: url("../img/amido/amido01.jpg") center / cover no-repeat;
}

.p-lower-page--amido .p-sub-hero__side-visual .c-image-slot::after {
  content: none;
}

.p-lower-page--amido .p-tatami-catalog__items {
  display: grid;
  gap: clamp(46px, 5vw, 72px);
}

.p-amido-content > h2 {
  margin: 0;
  color: var(--color-ink);
  font-size: clamp(22px, 2vw, 29px);
  font-weight: 500;
  letter-spacing: 0.12em;
}

.p-amido-item {
  display: grid;
  gap: clamp(20px, 3vw, 34px);
}

.p-amido-item h3 {
  margin: 0;
  padding: 13px 20px;
  background: #d7cda7;
  color: var(--color-green-dark);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.p-amido-item > div {
  display: grid;
  grid-template-columns: minmax(150px, 0.45fr) minmax(0, 1.55fr);
  gap: clamp(30px, 7vw, 100px);
  align-items: center;
}

.p-amido-item img {
  display: block;
  width: 100%;
  height: auto;
}

.p-amido-item > div > img {
  max-width: 355px;
}

.p-amido-item p {
  margin: 0;
  color: var(--color-text);
  font-size: var(--font-size-body);
  line-height: 2.15;
  letter-spacing: 0.08em;
}

.p-amido-item__privacy {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(12px, 2vw, 24px) !important;
}

.p-amido-item__privacy p {
  grid-column: 1 / -1;
}

@media (max-width: 900px) {
  .p-lower-page--amido .p-sub-hero__side {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 20px 20px 0;
  }

  .p-lower-page--amido .p-sub-hero__side h1 {
    margin-bottom: 24px;
  }

  .p-lower-page--amido .p-sub-hero__side-visual {
    margin-top: 38px;
  }

  .p-lower-page--amido .p-sub-hero__side-visual .c-image-slot {
    min-height: 58vw;
  }

  .p-lower-page--amido .p-tatami-catalog__items {
    order: -1;
  }
}

@media (max-width: 560px) {
  .p-lower-page--amido .p-sub-hero__side {
    padding-inline: 20px;
  }

  .p-lower-page--amido .p-sub-hero__side > div:first-child::before {
    left: -10px;
    top: -50px;
    width: 130px;
    height: 130px;
  }

  .p-amido-item > div,
  .p-amido-item__privacy {
    grid-template-columns: 1fr !important;
  }

  .p-amido-item > div > img {
    max-width: min(100%, 300px);
  }

  .p-amido-item__privacy p {
    grid-column: auto;
  }
}

.p-lower-page--quality .p-quality-feature__portrait,
.p-lower-page--quality .p-quality-feature__tall,
.p-lower-page--quality .p-quality-feature__logo,
.p-lower-page--quality .p-quality-feature__image,
.p-lower-page--quality .p-quality-feature__stack,
.p-lower-page--quality .p-quality-env__diagram {
  position: relative;
}

.p-lower-page--quality .p-sub-hero__dark-visual {
  position: absolute;
  inset: 0;
}

.p-lower-page--quality .p-quality-feature:nth-of-type(5) .p-quality-feature__stack {
  display: block;
  aspect-ratio: 0.8;
}

.p-lower-page--quality .p-sub-hero__dark-visual > img,
.p-lower-page--quality .p-quality-feature__portrait > img,
.p-lower-page--quality .p-quality-feature__tall > img,
.p-lower-page--quality .p-quality-feature__logo > img,
.p-lower-page--quality .p-quality-feature__image > img,
.p-lower-page--quality .p-quality-feature__stack-image,
.p-lower-page--quality .p-quality-env__diagram > img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-lower-page--quality .p-sub-hero__dark-visual > picture {
  position: absolute;
  inset: 0;
  display: block;
}

.p-lower-page--quality .p-sub-hero__dark-visual > picture > img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 640px) {
  .p-lower-page--quality .p-sub-hero--dark {
    min-height: 0;
    padding-top: 0;
    aspect-ratio: 751 / 1073;
  }

  .p-lower-page--quality .p-sub-hero__dark-copy {
    padding-inline: 24px;
  }

  .p-lower-page--quality .p-sub-hero__dark-copy h1 {
    font-size: 26px;
    line-height: 1.35;
    letter-spacing: 0.14em;
  }

  .p-lower-page--quality .p-sub-hero__dark-copy p {
    margin: 4px 0 22px;
    font-size: 10px;
  }

  .p-lower-page--quality .p-sub-hero__dark-copy span {
    font-size: var(--font-size-body);
    line-height: 2;
    letter-spacing: 0.08em;
  }

  .p-lower-page--quality .p-sub-hero__dark-visual > picture > img {
    object-fit: cover;
  }
}
