@charset "utf-8";

/* Variables */
:root {
  /* Font Size（SP基準） */
  --font-size-body: 1.4rem;   /* 14px */
  --font-size-h2: 2rem;       /* 20px */
  --font-size-h3: 2.7rem;     /* 27px */
  /* Color */
  --color-text-primary: #3e3631;
  --color-text-inverse: #ffffff;
  /* Font Family */
  --font-ja: "dnp-shuei-gothic-gin-std", sans-serif;
  --font-en: "neue-haas-grotesk-text", sans-serif;
  --font-base: "neue-haas-grotesk-text", "dnp-shuei-gothic-gin-std", sans-serif;
}

/* Base */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: var(--color-text-primary);
  font-family: var(--font-base);
  font-weight: 400;
  font-style: normal;
  font-size: var(--font-size-body);
  line-height: 1.6;
  overflow-x: hidden;
}

/* page background */
.page-bg {
  position: fixed;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}
.page-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video_SP {
  display: block;
}
.video_PC {
  display: none;
}

/* header */
.site-header__logo {
  position: fixed;
  top: 2rem;
  left: 1.6rem;
  width: 6.7rem;
  z-index: -1;
  mix-blend-mode: difference;
}
.site-header__logo img {
  width: 100%;
}
.site-header__shop {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 10;
}
.site-header__shop a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #3e3631;
  color: var(--color-text-inverse);
  font-family: var(--font-en);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  background-color: #3e3631;
  width: 100%;
  height: 7rem;
  transition: opacity 0.3s ease;
}
a:hover {
  opacity: 0.8;
}

/* hero */
.hero {
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
}
.hero__copy {
  width: 100%;
  max-width: 28rem;
  padding: 110rem 0 40rem;
}
.hero__copy img {
  width: 100%;
}

/* story */
.story {
  position: relative;
  z-index: 1;
}
.story__inner {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  margin: 0 auto;
}
.story__bg-logo {
  position: absolute;
  top: 38rem;
  left: 50%;
  transform: translateX(-50%);
  width: 46rem;
  pointer-events: none;
  z-index: 0;
}
.story__bg-logo img {
  width: 100%;
}
.story__decoration img {
  width: 100%;
}
.story__decoration_PC {
  display: none;
}
.story__intro {
  position: relative;
  z-index: 3;
  text-align: center;
  padding-top: 8rem;
}
.story__intro p {
  margin: 2.8rem 1.5rem 0;
  font-size: var(--font-size-body);
  font-weight: 500;
  line-height: 2.3;
}
.story__top {
  max-width: 800px;
  margin: 0 auto;
}
.story__product-image {
  position: relative;
  z-index: 2;
  margin: 6rem 6rem 0 0;
  width: calc(100% - 6rem);
  height: 100%;
  display: block;
}
.story__product-image img {
  width: 100%;
  height: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.story__decoration {
  position: absolute;
  mix-blend-mode: multiply;
  top: 13rem; /* ロゴより少し下に */
  right: -6rem;
  width: 10rem;
  z-index: 3; /* ロゴより前 */
  pointer-events: none;
  padding-right: 1.5rem;
}
.story__body {
  padding: 0 1.5rem;
  margin-top: 6.7rem;
  z-index: 2;
}
.story__body h2 {
  margin-bottom: 1.8rem;
  font-size: var(--font-size-h2);
  font-weight: 400;
  letter-spacing: 0.05em;
}
.story__body-text p {
  margin-top: 2.8rem;
  font-family: var(--font-ja);
  font-weight: 500;
  line-height: 2.3;
}
.story__body-text p:first-child {
  margin-top: 0;
}
.story__photo-wash {
  margin: 6rem auto;
  padding: 0 1.5rem;
  max-width: 800px;
}
.story__photo-wash img {
  width: 100%;
}
.story__message {
  padding: 0 1.5rem;
  max-width: 800px;
  margin: 0 auto;
}
.story__message p {
  margin-top: 2.8rem;
  font-family: var(--font-ja);
  font-weight: 500;
  line-height: 2.3;
}
.story__photo-kitchen {
  margin-top: 6.8rem;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  height: 60rem;
  overflow: hidden;
}
.story__photo-kitchen img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.story__video-window {
  height: 50rem;
}
@media (min-width: 600px) {
  .story__product-image {
    width: 85%;
    margin-right: auto; /* 左寄せ */
  }
}
/* about */
.about {
  padding: 8.5rem 0 5rem;
  background-color: #ffffff;
}
.about__inner {
  max-width: 800px;
  margin: 0 auto;
}
.about__heading {
  padding: 0 1.5rem;
}
.about__heading h2 {
  font-size: var(--font-size-h2);
  font-weight: 400;
  letter-spacing: 0.05em;
}
.about__lead {
  margin-top: 4rem;
  font-family: var(--font-ja);
  font-size: var(--font-size-h3);
  font-weight: 400;
  line-height: 1.9;
}
.about__text {
  margin-top: 2.3rem;
  font-size: var(--font-size-body);
  font-weight: 500;
  line-height: 2.3;
}
.about__text + .about__text {
  margin-top: 2.3rem;
}
.about__image {
  margin-top: 7rem;
  padding: 0 1.5rem;
}
.about__image img {
  width: 100%;
}
.about__features-image {
  padding: 5.3rem 1.5rem 0;
  margin: 0 auto;
}
.about__features-image img {
  width: 100%;
}
.about__fragrance {
  padding: 0 1.5rem;
}
.about__fragrance-image {
  margin: 4.2rem auto;
}
.about__fragrance-image img {
  width: 100%;
}
/* recommend */
.recommend {
  padding: 0 1.5rem;
  text-align: center;
}
.recommend__title {
  font-size: var(--font-size-h2);
  font-weight: 400;
}
/* 横並び */
.recommend__list {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 4rem auto 0;
}
/* 1つのブロック */
.recommend__item {
  width: auto;
}
/* 円 */
.recommend__circle {
  position: relative;
  width: clamp(11rem, 30vw, 13rem);
  height: clamp(11rem, 30vw, 13rem);
  margin: 0 auto;
  border-radius: 50%;
  background-color: #F5F3EF;
}
.recommend__circle img {
  position: absolute;
  top: -1.6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 35%;
}
/* テキスト */
.recommend__item p {
  width: clamp(11rem, 30vw, 13rem);
  margin: -6rem auto 0;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.8;
  position: relative;
  z-index: 1;
}
@media (max-width: 370px) {
  .recommend {
    padding: 0 1rem;
  }
  .recommend__circle {
  width: clamp(8.5rem, 30vw, 11rem);
  height: clamp(8.5rem, 30vw, 11rem);
}
.recommend__item p {
  width: auto;
  font-size: 1.1rem;
}
}

/* product */
.product {
  background-color: #6D6658;
  color: var(--color-text-inverse);
  padding-top: 8rem;
}
.product__inner {
  padding: 0 1.5rem;
  max-width: 800px;
  margin: 0 auto;
}
.product__intro {
  text-align: center;
}
.product__intro h2 {
  font-size: var(--font-size-h2);
  font-weight: 400;
  letter-spacing: 0.05em;
}
.product__lead {
  margin: 1.6rem auto 2.2rem;
  font-size: clamp(1.6rem, 4.6vw, 2rem);
  font-weight: 400;
  line-height: 1.9;
}
.product__intro-image + .product__intro-image {
  margin-top: 1.2rem;
}
.product__intro-image img {
  width: 100%;
}
/* 5つの不使用 */
.product__feature {
  padding: 7rem 0 8rem;
}
.product__feature-title {
  font-family: var(--font-ja);
  font-size: var(--font-size-h3);
  font-weight: 500;
  text-align: center;
}
.product__text {
  font-family: var(--font-ja);
  margin-top: 2.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
.product__feature-text_br {
  display: none;
}
.product__feature-list {
  margin-top: 4rem;
}
.product__feature-item {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.product__feature-item + .product__feature-item {
  margin-top: 3.2rem;
}
.product__feature-label {
  flex-shrink: 0;
  width: 11.5rem;
  height: 11.5rem;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.product__feature-label span {
  font-family: var(--font-ja);
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.7;
}
.product__feature-text {
  flex: 1;
  font-family: var(--font-ja);
  font-size: var(--font-size-body);
  font-weight: 500;
  line-height: 1.8;
}

/* 商品一覧 */
.product__items {
  padding: 8rem 0 12rem;
  background-color: #ffffff;
  color: var(--color-text-primary);
}
.product-item + .product-item {
  margin-top: 8rem;
}
.product-item__body {
  padding: 0 1.5rem;
  max-width: 390px;
  margin: 0 auto;
}
.product-item__title {
  font-size: 3.4rem;
  line-height: 1.8;
  font-weight: 400;
}
.product-item__name {
  margin-top: -0.8rem;
  font-family: var(--font-ja);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
}
.product-item__country {
  font-family: var(--font-ja);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
}
.product-item__text {
  margin-top: 1.8rem;
  font-size: var(--font-size-body);
  font-weight: 500;
  line-height: 1.8;
}
.product-item__price {
  display: flex;
  align-items: baseline;
  margin-top: 2rem;
}
.product-item__volume {
  font-size: 1.5rem;
}
.product-item__amount {
  margin-left: 0.8rem;
  font-size: 2.5rem;
}
.product-item__tax {
  font-size: 1.5rem;
}
/* button */
.product-item__button {
  margin: 3rem auto;
  width: 100%;
  max-width: 34rem;
  height: 6.7rem;
  border-radius: 9999px;
  background-color: #3e3631;
  transition: opacity 0.3s ease;
}
.product-item__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: var(--color-text-inverse);
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.product-item__button:hover {
  opacity: 0.8;
}
/* 商品の写真 */
.product-item__images {
  display: flex;
  gap: 0.4rem;
}
.product-item__image:first-child {
  flex: 1;
}
.product-item__image:last-child {
  flex: 0.8;
}
.product-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* yamasu */
.yamasu {
  position: relative;
  color: #ffffff;
  text-align: center;
  padding: 10rem 0;
  background: url("../images/yamasu.jpg") center / cover no-repeat;
}
.yamasu__title {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.yamasu__text {
  margin-top: 4rem;
}
.yamasu__text p {
  font-family: var(--font-ja);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
.yamasu__text p + p {
  margin-top: 3.6rem;
}

/* footer */
.footer {
  background-color: #ffffff;
  padding: 5rem 1.5rem 10rem;
  text-align: center;
}
.footer__cta {
  display: none;
}
.footer__list {
  display: flex;
  justify-content: center;
  gap: 2.4rem;
}
.footer__item a {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.08em;
}
.footer__copyright {
  margin-top: 2.8rem;
  font-size: 1.1rem;
  font-weight: 400;
}
@media screen and (max-width: 375px) {
  .footer__nav ul {
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
  }

  .footer__nav a {
    white-space: nowrap;
    text-align: center;
  }
}

/* tablet */
@media (min-width: 768px) {
    /* Story */
  .story__bg-logo {
    width: 40em;
  }
  .story__bg-logo img {
    width: 100%;
  }
  .story__intro-br {
    display: none;
  }
  .story__decoration {
    display: none;
  }
  .story__decoration_PC {
    display: block;
    position: absolute;
    mix-blend-mode: multiply;
    top:66rem;
    left: calc(50% - (var(--story-gutter) / 2) - 8rem);
    z-index: 3;
    pointer-events: none;
    padding-right: 1rem;
  }

  /* 上段 */
  .story__top {
    --story-gutter: 8rem;
    display: grid;
    grid-template-columns: 1fr var(--story-gutter) 1fr;
    max-width: 2020px;
    margin: 10rem auto 0;
    padding: 0;
    align-items: start;
  }
  .story__product-image {
    grid-column: 1;
    grid-row: 1;
    justify-self: stretch;
    width: 100%;
    height: clamp(60rem, 58vw, 110rem);
    margin: 0;
    overflow: hidden;
  }
  .story__product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .story__body {
    grid-column: 3;
    grid-row: 1;
    justify-self: start;
    width: 100%;
    max-width: 40rem;
    margin-top: 22rem;
    padding: 0;
  }

  /* 下段 */
  .story__bottom {
    --story-gutter: 8rem;
    display: grid;
    grid-template-columns: 1fr var(--story-gutter) 1fr;
    max-width: 2020px;
    margin: 0 auto;
    padding: 0;
    align-items: center;
  }
  .story__message {
    grid-column: 1;
    grid-row: 1;
    justify-self: end;
    width: 100%;
    max-width: 40rem;
    padding: 8rem 0 0 6rem;
  }
  .story__message p {
    margin-top: 0;
  }
  .story__message p + p {
    margin-top: 2.4rem;
  }
  .story__photo-wash {
    grid-column: 3;
    grid-row: 1;
    justify-self: stretch;
    width: 100%;
    max-width: none;
    height: clamp(42rem, 36vw, 68rem);
    margin: 0;
    padding: 0;
    transform: translateY(4rem);
  }
  .story__photo-wash picture {
    display: block;
    width: 100%;
    height: 100%;
  }
  .story__photo-wash img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .story__photo-kitchen {
    width: min(160rem, calc(100% - 12rem)); /* ←左右余白 */
    margin: 12rem auto;
  }
  .story__photo-kitchen img {
    width: 100%;
    margin-left: 0;
  }
  .story__video-window {
  height: 60rem;
  }

  /* About */
.about {
  padding: 10rem 0;
  background-color: #ffffff;
}
  .about__inner {
    max-width: 1800px;
    margin: 0 auto;
  }
  .about__top {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: clamp(4rem, 5vw, 8rem);
  }
  .about__heading {
    padding: 0 0 0 6rem;
    min-width: 32rem;
  }
  .about__lead{
    font-size: 2.4rem;
  }
  .about__image {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    margin-top: 0;
    padding: 0;
    max-width: 90rem;
  }
  .about__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .about__features-image {
    padding: 14rem 1.5rem 16rem;
    max-width: 960px;
  }
  .about__fragrance-wrap {
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
    justify-content: space-between;
    gap: clamp(4rem, 5vw, 8rem);
  }
  .about__fragrance {
    flex: 0 1 40%;
    padding: 0;
  }
  .about__fragrance-image {
    flex: 1;
    margin: 0;
    width: 100%;
    height: 36rem;
    overflow: hidden;
  }
  .about__fragrance-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;    /* ← トリミングして埋める */
  }
  .recommend {
  padding: 10rem 1.5rem;
  text-align: center;
  }
  .recommend__title {
    font-size: 2.4rem;
  }
  .recommend__list {
    gap: 2.4rem;
  }
  .recommend__circle {
    width: clamp(13rem, 30vw, 24rem);
    height: clamp(13rem, 30vw, 24rem);
  }
  .recommend__item p {
    width: clamp(13rem, 30vw, 24rem);
    margin: -9rem auto 0;
    font-size: 1.6rem;
  }
  .recommend__circle img {
    width: 25%;
    top: 5rem;
  }

  /* product */
  .product__inner {
    padding: 0 1.5rem;
    max-width: 1600px;
    margin: 0 auto;
  }
  .product__lead {
    margin: 4rem auto 6rem;
    font-size: 2.4rem;
    line-height: 1.9;
  }
  .product__intro-images {
    display: flex;
    gap: 1rem;
  }
  .product__intro-image {
    flex: 1;
  }
  .product__intro-image + .product__intro-image {
    margin-top: 0;
  }
  .product__intro-image img {
    width: 100%;
    aspect-ratio: 1 / 0.78;
    object-fit: cover;
    display: block;
  }
  .product__feature {
    padding: 8rem 0 10rem;
  }
  .product__text {
  margin-top: 3.4rem;
  font-size: 1.6rem;
  text-align: center;
  }
  .product__text_br {
    display: none;
  }
  .product__feature-list {
    max-width: 900px;
    margin: 4rem auto 0;
  }
  .product__feature-item {
    max-width: 1100px;
    margin: 0 auto;
    align-items: center;
    gap: 3rem;
  }
  .product__feature-item + .product__feature-item {
    margin-top: 1.6rem;
  }
  .product__feature-label span {
    font-size: 1.5rem;
  }
  .product__feature-text {
    position: relative;
    padding: 2.4rem 0;
    font-size: 1.4rem;
    margin-top: 0.8rem;
  }
  .product__feature-text_br {
    display: block;
  }
  .product__feature-text span {
    font-size: 1.4rem;
  }
  /* 上の線 */
  .product__feature-text::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
  /* 下の線 */
  .product__feature-text::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
  .product__feature-label {
    width: 13rem;
    height: 13rem;
  }
  /* 商品一覧 */
  .product__items {
    padding: 12rem 0;
    margin: 0 auto;
  }
  .product-item {
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(32rem, 43%) minmax(0, 1fr);
    column-gap: 0;
    align-items: center;
  }
  .product-item + .product-item {
    margin-top: 12rem;
  }
  .product-item__body {
    padding-left: clamp(2rem, 4vw, 6rem);
    margin: 0;
    max-width: none;
  }
  .product-item_SP-br {
    display: none;
  }
  .product-item__price {
    display: flex;
    align-items: baseline;
    margin-top: 2rem;
  }
  .product-item__button {
    margin: 3rem 0;
  }
    .product-item:nth-child(2) .product-item__image:first-child {
    order: 2;
  }
  .product-item:nth-child(2) .product-item__image:last-child {
    order: 1;
  }
  .product-item:nth-child(2) {
    grid-template-columns: minmax(0, 1fr) minmax(32rem, 45%);
  }
  .product-item:nth-child(2) .product-item__body {
    grid-column: 2;
  }
  .product-item:nth-child(2) .product-item__images {
    grid-column: 1;
    grid-row: 1;
  }
}

/* PC */
@media (min-width: 1200px) {
  :root {
    --font-size-body: 1.6rem;
    --font-size-h2: 3rem;
    --font-size-h3: 4.2rem;
  }
  
  /* page background */
  .video_PC {
    display: block;
  }
  .video_SP {
    display: none;
  }

  /* header */
  .site-header__logo {
    top: 3rem;
    left: 4rem;
    width: 4.2vw;
    max-width: 10rem;
    z-index: 10;
  }
  .site-header__shop {
    top: 3rem;
    right: 4rem;
    left: auto;
    bottom: auto;
    width: auto;
    transform: none;
    width: auto;
    z-index: 10;
  }
  .site-header__shop a {
    width: auto;
    height: auto;
    padding: 2rem 8rem;
    border-radius: 9999px;
    font-size: 1.5rem;
  }

  /* hero */
  .hero {
    justify-content: flex-end;
    align-items: flex-start;
    padding: 0 12rem 0 6rem;
  }
  .hero__copy {
    width: 45.3rem;
    max-width: none;
    padding: 150rem 0 60rem;
    margin-right: 0;
  }
  .hero__copy img {
    width: 100%;
  }

  /* Story */
  .story__bg-logo {
    width: 80rem;
  }
  .story__bg-logo img {
    width: 100%;
  }
  .story__intro-br {
    display: none;
  }
  .story__decoration {
    display: none;
  }
  .story__decoration_PC {
    display: block;
    position: absolute;
    mix-blend-mode: multiply;
    top: 80rem;
    left: calc(50% - (var(--story-gutter) / 2) - 8rem);
    z-index: 3;
    pointer-events: none;
    padding-right: 1rem;
  }

  /* 上段 */
  .story__top {
    --story-gutter: 16rem;
  }
  .story__product-image {
    height: clamp(100rem, 58vw, 110rem);
  }
  .story__body {
    margin-top: 37rem;
  }

  /* 下段 */
  .story__bottom {
    --story-gutter: 16rem;
  }
  .story__message {
    padding: 8rem 0 0 8rem;
  }
  .story__message p {
    margin-top: 0;
  }
  .story__message p + p {
    margin-top: 2.6rem;
  }
  .story__photo-wash {
    transform: translateY(-6rem);
  }
  .story__video-window {
  height: 88rem;
  }

/* About */
  .about__heading {
    padding: 0 0 0 10rem;
    flex: 0 1 40%;
  }
  .about__lead{
    font-size: clamp(3.2rem, 2.3vw, 4.5rem);
  }
  .about__fragrance-image {
    height: 44rem;
  }
  .recommend__title {
    font-size: 3.5rem;
  }
  .recommend__list {
    gap: 3rem;
  }
  .recommend__circle {
    width: clamp(13rem, 30vw, 40rem);
    height: clamp(13rem, 30vw, 40rem);
  }
  .recommend__item p {
    width: clamp(13rem, 30vw, 40rem);
    margin: -16rem auto 0;
    font-size: 2.4rem;
  }
  .recommend__circle img {
    width: 25%;
    top: 5rem;
  }

  /* product */
  .product {
    padding-top: 16rem;
  }
  .product__lead {
    margin: 5rem auto 8rem;
    font-size: 4rem;
  }
  .product__intro-images {
    gap: 3rem;
  }
  .product__feature {
    padding: 12rem 0 14rem;
  }
  .product__text {
  font-size: 2.2rem;
  }
  .product__feature-list {
    max-width: 1200px;
    margin: 4rem auto 0;
  }
  .product__feature-item {
    align-items: flex-start;
    gap: 4rem;
  }
  .product__feature-text {
    font-size: 2.2rem;
  }
  .product__feature-text span {
    font-size: 1.8rem;
  }
  .product__feature-label {
    width: 14rem;
    height: 14rem;
  }

/* 商品一覧 */
  .product__items {
    padding: 20rem 0;
  }
  .product-item {
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(32rem, 43%) minmax(0, 1fr);
    column-gap: 0;
    align-items: center;
  }
  .product-item + .product-item {
    margin-top: 12rem;
  }
  .product-item__body {
    padding-left: 10rem;
    margin: 0;
    max-width: none;
  }
  .product-item__title {
    font-size: clamp(3.6rem, 3vw, 4.5rem);
    letter-spacing: -0.01em;
  }
  .product-item__name {
    font-size: 2.5rem;
  }
  .product-item_SP-br {
    display: none;
  }
  .product-item__text {
    font-size: 1.5rem;
    letter-spacing: -0.01em;
  }
  .product-item__price {
    display: flex;
    align-items: baseline;
    margin-top: 2rem;
  }
  .product-item__button {
    margin: 3rem 0;
  }
    .product-item:nth-child(2) .product-item__image:first-child {
    order: 2;
  }
  .product-item:nth-child(2) .product-item__image:last-child {
    order: 1;
  }
  .product-item:nth-child(2) {
    grid-template-columns: minmax(0, 1fr) minmax(32rem, 45%);
  }
  .product-item:nth-child(2) .product-item__body {
    grid-column: 2;
    padding-left: clamp(8rem, 6vw, 10rem);
  }
  .product-item:nth-child(2) .product-item__images {
    grid-column: 1;
    grid-row: 1;
  }
/* yamasu */
.yamasu {
  padding: 40rem 0;
}

.yamasu__inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-start;
  gap: 6rem;
  width: fit-content;
  margin: 0 auto;
}

.yamasu__title {
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
  white-space: nowrap;
  display: block;
  font-size: 2.5rem;
  letter-spacing: 0.2em;
  text-align: start;
  flex: none;
}

.yamasu__text {
  display: flex;
  gap: 6rem;
  margin-top: 0;
  flex: none;
}

.yamasu__text p {
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  letter-spacing: 0.2em;
  margin: 0;
  line-height: 2.2;
  text-align: start;
  flex: none;
  white-space: nowrap;
}

.tcy {
  text-combine-upright: all;
  -webkit-text-combine: horizontal; /* Safari用 */
  letter-spacing: 0;
}
.yamasu__text p + p {
  margin-top: 0;
}

  /* footer */
  .footer {
    padding: 16rem 1.5rem 6rem;
  }
  .footer__cta {
    display: block;
    max-width: 1600px;
    margin: 0 auto 15rem;
    padding: 0 10rem;
  }
  .footer__cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 1600 / 246;
    background-color: #3e3631;
    color: #fff;
    font-size: 3rem;
    letter-spacing: 0.1em;
  }
  .footer__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30rem;
  }
  .footer__list {
    gap: 3.6rem;
  }
  .footer__copyright {
    font-size: 1.3rem;
    margin-top: 0;
  }
}