@charset "UTF-8";
@charset "UTF-8";
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
/* ==========================================================================
   .l-container の中でだけ、1rem を 10px（1440px時）として正しく再計算させる記述
   ========================================================================== */
.l-container {
  /* 1remの代わりに使える「独自の基準サイズ（--r）」を定義 */
  --r: 0.6944444444vw; 
}

@media screen and (min-width: 1921px) {
  .l-container {
    --r: 10px;
  }
}

@media screen and (max-width: 768px) {
  .l-container {
    --r: 1.3333333333vw;
  }
}

/* 親要素に基準を作って .c-title の top を確実に効かせるための対策 */
.p-sec-mv,
.p-sec-mv .p-sec-inner {
  position: relative !important;
}

/* ==========================================================================
   PC版メインコンテンツエリアの書き換え
   ========================================================================== */
.c-title {
  display: flex;
  flex-flow: column-reverse;
  justify-content: center;
  width: 100%;
  position: absolute;
  top: calc(27 * var(--r)) !important;
  left: 0;
  z-index: 2;
}

.c-title span {
  display: block;
  text-align: center;
}

.c-title .ja {
  font-size: calc(4 * var(--r)) !important;
  font-weight: 600;
}

.c-title .en {
  font-size: calc(2.4 * var(--r)) !important;
  padding-bottom: 0.5em;
}

.blue {
  color: #5a7ed6;
}

.sp-only {
  display: none;
}

.p-sec-inner {
  max-width: calc(102 * var(--r)) !important;
  margin: 0 auto;
  box-sizing: border-box;
}

.oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.p-sec-mv-breadcrumbs {
  color: #000;
  padding-left: 1em;
}

.p-sec-mv-breadcrumbs a {
  color: #CCC;
}

.p-sec-mv-cname {
  font-size: calc(1.6 * var(--r)) !important;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #ccc;
  display: block;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 0.5em;
  position: relative;
  z-index: 1;
}

.no1-1 {
  position: relative;
  width: calc(38.8 * var(--r)) !important;
  top: calc(28.1 * var(--r)) !important;
  left: calc(12.2 * var(--r)) !important;
  z-index: 1;
}

.no1-2 {
  position: absolute;
  width: calc(17.8 * var(--r)) !important;
  top: calc(2.2 * var(--r)) !important;
  left: calc(15.6 * var(--r)) !important;
  z-index: 1;
}

.no1-3 {
  position: absolute;
  width: calc(20 * var(--r)) !important;
  top: calc(2.8 * var(--r)) !important;
  left: calc(45.6 * var(--r)) !important;
  z-index: 1;
}

.no2-1 {
  position: absolute;
  width: calc(18.1 * var(--r)) !important;
  z-index: 2;
  top: calc(42.8 * var(--r)) !important;
  right: calc(16.1 * var(--r)) !important;
}

.no2-2 {
  position: absolute;
  width: calc(15.6 * var(--r)) !important;
  right: calc(14.3 * var(--r)) !important;
  top: calc(4.6 * var(--r)) !important;
  z-index: 2;
}

.no2-3 {
  position: absolute;
  width: calc(34.8 * var(--r)) !important;
  z-index: 2;
  top: calc(10.7 * var(--r)) !important;
  right: calc(34 * var(--r)) !important;
}

.p-sec-mv-title a {
  display: block;
  width: 100%;
  position: relative;
}

.p-sec-mv-title__img {
  width: calc(18.8 * var(--r)) !important;
  position: absolute;
  right: 0;
  left: calc(7 * var(--r)) !important;
  top: calc(-4 * var(--r)) !important;
}

.p-sec-mv-story.no1 .p-sec-mv-title {
  position: absolute;
  top: calc(38.7 * var(--r)) !important;
  left: calc(37.2 * var(--r)) !important;
  z-index: 2;
  width: max-content;
}

.p-sec-mv-story.no2 .p-sec-mv-title {
  position: absolute;
  top: calc(54.5 * var(--r)) !important;
  right: calc(37.5 * var(--r)) !important;
  z-index: 2;
  width: max-content;
}

.p-sec-mv .p-sec-inner {
  display: flex;
  flex-flow: row-reverse;
  height: calc(68.1 * var(--r)) !important;
  max-width: initial;
}

.p-sec-mv-story {
  width: 50%;
  position: relative;
}

.p-sec-mv-story.no1::after {
  content: "";
  display: block;
  width: calc(47.8 * var(--r)) !important;
  height: calc(55 * var(--r)) !important;
  background-color: #fcfda9;
  position: absolute;
  z-index: 0;
  top: calc(-7.4 * var(--r)) !important;
  left: calc(25 * var(--r)) !important;
}

.p-sec-mv-story.no2::after {
  content: "";
  display: block;
  width: calc(47.8 * var(--r)) !important;
  height: calc(55 * var(--r)) !important;
  background-color: #d8f0e3;
  position: absolute;
  z-index: 0;
  top: calc(13.3 * var(--r)) !important;
  right: calc(24.3 * var(--r)) !important;
}

/* 全体共通・レイアウトベース */
.p-sec-story {
  margin: calc(10.3 * var(--r)) auto 0 !important;
  background: #f6f5f1;
  max-width: calc(120 * var(--r)) !important;
  padding-bottom: calc(8.8 * var(--r)) !important;
}

/* タイトルエリア */
.p-story-header {
  text-align: center;
  padding-top: calc(12.5 * var(--r)) !important;
  padding-bottom: calc(12 * var(--r)) !important;
}

.p-story-title {
  font-size: calc(3 * var(--r)) !important;
  font-weight: bold;
}

.p-story-num {
  font-size: calc(1.4 * var(--r)) !important;
  margin-right: calc(1 * var(--r)) !important;
}

/* メインビジュアル＆イントロ */
.p-story-intro {
  position: relative;
}

.p-story-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: flex-start;
  position: relative;
}

.p-story-intro-text {
  padding-top: calc(4 * var(--r)) !important;
  display: block;
  width: calc(49.2 * var(--r)) !important;
}

.p-story-intro-text p {
  line-height: 2;
  font-size: calc(1.4 * var(--r)) !important;
  padding-left: calc(11.4 * var(--r)) !important;
  padding-bottom: calc(2 * var(--r)) !important;
}

.p-story-intro-text p:nth-child(2) {
  padding-bottom: calc(3 * var(--r)) !important;
}

.p-story-image {
  position: absolute;
  top: 0;
  right: calc(15.8 * var(--r)) !important;
  z-index: 1;
}

.p-story-image__main {
  width: calc(37 * var(--r)) !important;
}

.p-side-caption img:nth-child(1) {
  width: calc(27.9 * var(--r)) !important;
  position: absolute;
  right: calc(-32.1 * var(--r)) !important;
  top: calc(-8 * var(--r)) !important;
}

.p-side-caption img:nth-child(2) {
  width: calc(10.7 * var(--r)) !important;
  position: absolute;
  right: calc(-19.8 * var(--r)) !important;
  top: calc(5.3 * var(--r)) !important;
  z-index: 1;
}

.p-story-about-box {
  position: relative;
  padding-bottom: calc(22.1 * var(--r)) !important;
}

.p-story-about-content {
  padding: calc(5 * var(--r)) 0 0 0 !important;
  width: calc(64 * var(--r)) !important;
  position: relative;
  z-index: 1;
  padding-left: calc(5.4 * var(--r)) !important;
}

.p-story-about-box::after {
  content: "";
  display: block;
  width: calc(64 * var(--r)) !important;
  height: calc(64 * var(--r)) !important;
  z-index: 0;
  position: absolute;
  top: 0;
  background-color: #fcfda9;
}

.p-story-about-box.green::after {
  background-color: #d8f0e3;
}

.p-story-about-box.purple::after {
  background-color: #e6e7f6;
}

.p-story-about-box .p-story-about-image:nth-child(2) {
  width: calc(55 * var(--r)) !important;
  z-index: 1;
  position: relative;
}

.p-story-about-box .p-story-about-image:nth-child(3) {
  width: calc(37.1 * var(--r)) !important;
  position: absolute;
  z-index: 2;
  top: calc(50 * var(--r)) !important;
  left: calc(59 * var(--r)) !important;
}

.p-story-about-box .p-story-about-image:nth-child(3) img {
  width: calc(35 * var(--r)) !important;
  padding-bottom: calc(1 * var(--r)) !important;
}

.p-story-about-title {
  font-size: calc(2.4 * var(--r)) !important;
  padding-bottom: calc(1 * var(--r)) !important;
}

.p-story-about-title span {
  font-size: calc(1.6 * var(--r)) !important;
  padding-left: calc(0.5 * var(--r)) !important;
}

.p-story-about-content p {
  line-height: 2;
  font-size: calc(1.4 * var(--r)) !important;
  padding-bottom: calc(2 * var(--r)) !important;
}

.p-story-item__wrap {
  position: relative;
  padding-bottom: calc(11 * var(--r)) !important;
}

.p-story-item__wrap .p-story-item:nth-child(1) {
  width: calc(64.2 * var(--r)) !important;
  position: relative;
}

.p-story-item__wrap .p-story-item:nth-child(1) img {
  padding-left: calc(7.4 * var(--r)) !important;
}

.p-story-item__wrap .p-story-item:nth-child(1) .p-caption-text {
  position: absolute;
  top: calc(21.7 * var(--r)) !important;
  left: 0;
}

.p-story-item__wrap .p-story-item:nth-child(2) {
  width: calc(41.3 * var(--r)) !important;
  position: absolute;
  top: calc(7.2 * var(--r)) !important;
  right: 0;
  z-index: 2;
}

.p-story-item__wrap .p-story-item:nth-child(2) .p-caption-text {
  padding-left: calc(10.1 * var(--r)) !important;
  padding-top: calc(1 * var(--r)) !important;
}

.p-story-feature {
  width: calc(72 * var(--r)) !important;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-bottom: calc(9.4 * var(--r)) !important;
}

.p-story-feature .p-story-feature-image {
  width: calc(28.2 * var(--r)) !important;
}

.p-story-feature-text p {
  font-size: calc(1.4 * var(--r)) !important;
  line-height: 2;
}

.p-story-feature-title {
  font-size: calc(2 * var(--r)) !important;
  padding: calc(1 * var(--r)) 0 !important;
  line-height: 2;
  font-weight: 600;
}

.side-caption {
  position: relative;
}

.script-text {
  font-family: "Georgia", cursive, serif;
  font-size: calc(3.2 * var(--r)) !important;
  color: #4466cc;
  position: absolute;
  top: calc(-4 * var(--r)) !important;
  left: 0;
  white-space: nowrap;
}

.vertical-text {
  writing-mode: vertical-rl;
  text-combine-upright: all;
  font-size: calc(1.2 * var(--r)) !important;
  color: #666;
  height: auto;
  letter-spacing: calc(0.2 * var(--r)) !important;
}

/* ビーチコーミングとは（黄色背景エリア） */
.story-about-box {
  background-color: #ffffaa;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: calc(4 * var(--r)) !important;
  padding: calc(5 * var(--r)) 0 0 calc(5 * var(--r)) !important;
  margin-bottom: calc(8 * var(--r)) !important;
}

.about-title {
  font-size: calc(1.8 * var(--r)) !important;
  color: #a8bb00;
  font-weight: bold;
  margin-bottom: calc(2 * var(--r)) !important;
}

.about-title span {
  font-size: calc(1.4 * var(--r)) !important;
}

.about-content p {
  margin-bottom: calc(2 * var(--r)) !important;
  font-size: calc(1.3 * var(--r)) !important;
}

.about-image {
  margin-bottom: calc(-4 * var(--r)) !important;
  position: relative;
  z-index: 2;
}

/* 途中経過エリア */
.story-mid-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(4 * var(--r)) !important;
  margin-top: calc(10 * var(--r)) !important;
  margin-bottom: calc(8 * var(--r)) !important;
}

.mid-item-left {
  grid-column: 2/3;
}

.p-caption-text {
  font-size: calc(1.4 * var(--r)) !important;
  letter-spacing: 0.1em;
  line-height: 1.75em;
}

/* 風景と振り返りエリア */
.story-landscape-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: calc(4 * var(--r)) !important;
  margin-bottom: calc(8 * var(--r)) !important;
  align-items: flex-end;
}

.flex-end {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/* 台形・多角形に切り抜かれた画像マスクの再現 */
.diagonal-img-wrapper {
  clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  overflow: hidden;
}

/* 機能訴求エリア */
.story-feature-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: calc(4 * var(--r)) !important;
  align-items: center;
  margin-bottom: calc(10 * var(--r)) !important;
}

.feature-title {
  font-size: calc(1.6 * var(--r)) !important;
  color: #4466cc;
  font-weight: bold;
  margin-bottom: calc(2 * var(--r)) !important;
}

.feature-text p {
  font-size: calc(1.3 * var(--r)) !important;
  color: #555;
}

/* 商品リンクエリア */
.p-story-product-card {
  background-color: #FFF;
  padding: calc(6 * var(--r)) !important;
  display: grid;
  grid-template-columns: calc(28 * var(--r)) 1fr !important;
  gap: calc(8.4 * var(--r)) !important;
  align-items: center;
  position: relative;
}

.p-story-product-info {
  position: relative;
}

.origin-tag {
  font-size: calc(1.4 * var(--r)) !important;
  display: block;
  margin-bottom: 1em;
}

.gender-tags {
  display: flex;
  gap: calc(0.5 * var(--r)) !important;
  margin-bottom: calc(1 * var(--r)) !important;
}

.gender-tags .tag {
  font-size: calc(1.3 * var(--r)) !important;
  background-color: #F4F1EF;
  padding: 0.25em 1em;
  border-radius: calc(2.5 * var(--r)) !important;
}

.p-story-product-name {
  font-size: calc(2.6 * var(--r)) !important;
  font-weight: bold;
}

.p-story-product-price {
  font-size: calc(2 * var(--r)) !important;
  font-weight: bold;
  padding: 0.75em 0;
}

.p-story-product-price span {
  font-size: calc(1.2 * var(--r)) !important;
  font-weight: normal;
}

.p-story-product-desc {
  font-size: calc(1.4 * var(--r)) !important;
  line-height: 2;
  padding-top: 0.5em;
}

.p-story-product-btn {
  background-color: #a71628;
  color: #fff;
  width: calc(12.4 * var(--r)) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.55em;
  border-radius: calc(2.5 * var(--r)) !important;
  position: absolute;
  top: calc(11.2 * var(--r)) !important;
  right: 0;
}

/* #story02（no2）の中にある1つ目の .p-story-intro だけに高さを適用 */
#story02 .p-story-intro:nth-child(2) {
  position: relative;
  width: 100%;
  height: calc(120 * var(--r)) !important; /* 1440pxの時にきっちり1300pxになる指定 */
}

/* 2つ目の .p-story-intro は勝手に高さが引き継がれないように、元の設定（リセット）をしておく */
#story02 .p-story-intro:nth-child(3) {
  position: relative;
  width: 100%;
  height: auto !important; /* 2つ目はコンテンツに合わせた自動の高さにする */
}
/*#story02*/
#story02 .p-story-intro:nth-child(3) .p-story-image {
  position: absolute;
  top: 0;
  left: calc(15.8 * var(--r)) !important;
  z-index: 1;
  width: -moz-max-content;
  width: max-content;
}

#story02 .p-story-intro:nth-child(3) .p-story-intro-text {
  margin-left: auto;
}

#story02 .p-story-intro:nth-child(3) .p-side-caption img:nth-child(1) {
  width: calc(27.9 * var(--r)) !important;
  position: absolute;
  right: initial;
  left: calc(-32.1 * var(--r)) !important;
  top: calc(-8 * var(--r)) !important;
}

#story02 .p-story-intro:nth-child(3) .p-side-caption img:nth-child(2) {
  width: calc(10.7 * var(--r)) !important;
  position: absolute;
  right: initial;
  left: -9.8em;
  top: calc(5.3 * var(--r)) !important;
  z-index: 1;
}

#story02 .p-story-intro:nth-child(3) .p-story-about-box::after {
  right: 0;
}

#story02 .p-story-intro:nth-child(3) .p-story-about-box .p-story-about-image:nth-child(2) {
  margin-left: auto;
  padding-top: calc(7.3 * var(--r)) !important;
}

#story02 .p-story-intro:nth-child(3) .p-story-about-image:nth-child(3) {
  top: calc(30.1 * var(--r)) !important;
  left: calc(6 * var(--r)) !important;
}

#story02 .p-story-intro:nth-child(3) .p-story-about-content {
  margin-left: auto;
  padding-left: calc(19.2 * var(--r)) !important;
}

#story02 .p-story-about-box {
  padding-bottom: calc(9.2 * var(--r)) !important;
}

/* ==========================================================================
   レスポンシブ（スマホ対応 768px以下）の書き換え
   ========================================================================== */
@media screen and (max-width: 768px) {
  .story-intro-grid,
  .story-about-box,
  .story-mid-grid,
  .story-landscape-grid,
  .story-feature-grid,
  .p-story-product-card {
    grid-template-columns: 1fr !important;
  }
  .story-main-image {
    flex-direction: column;
  }
  .vertical-text {
    writing-mode: horizontal-tb !important;
    height: auto !important;
  }
  .btn-purchase {
    position: static;
    display: block;
    text-align: center;
    margin-top: calc(2 * var(--r)) !important;
    transform: none;
  }
  .about-image {
    margin-bottom: 0 !important;
  }

  .sp-only {
    display: block;
  }
  .p-story-num {
    display: block;
    padding-bottom: calc(1.5 * var(--r)) !important;
  }
  .p-story-title {
    line-height: 2;
  }
  .p-sec-mv-cname {
    font-size: calc(2.2 * var(--r)) !important;
  }
  .p-sec-mv-breadcrumbs {
    padding: 1em;
  }
  .p-sec-mv-story {
    width: 100% !important;
  }
  .p-sec-mv .p-sec-inner {
    flex-flow: column;
    position: relative;
    height: inherit !important;
  }
  .p-sec-mv-story.no1 {
    min-height: calc(45.5 * var(--r)) !important;
  }
  .p-sec-mv-story.no2 {
    min-height: calc(68.7 * var(--r)) !important;
  }
  .p-sec-mv-story.no1::after {
    width: calc(51.4 * var(--r)) !important;
    right: 0;
    height: calc(44 * var(--r)) !important;
    top: calc(-5.6 * var(--r)) !important;
    left: initial !important;
  }
  .p-sec-mv-story.no2::after {
    content: "";
    display: block;
    width: calc(51.3 * var(--r)) !important;
    height: calc(43.9 * var(--r)) !important;
    background-color: #d8f0e3;
    position: absolute;
    top: calc(24.5 * var(--r)) !important;
    right: 0;
    left: 0;
    z-index: 0;
  }
  .no1-1 {
    position: relative;
    width: calc(33.4 * var(--r)) !important;
    top: calc(7.5 * var(--r)) !important;
    left: calc(6 * var(--r)) !important;
    z-index: 1;
  }
  .no1-2 {
    position: absolute;
    width: calc(16.05 * var(--r)) !important;
    top: calc(1.2 * var(--r)) !important;
    left: initial !important;
    right: calc(12 * var(--r)) !important;
    z-index: 1;
  }
  .no1-3 {
    position: absolute;
    width: calc(18 * var(--r)) !important;
    top: calc(19.9 * var(--r)) !important;
    left: initial !important;
    right: calc(3.8 * var(--r)) !important;
    z-index: 1;
  }
  .no2-1 {
    position: absolute;
    width: calc(21.5 * var(--r)) !important;
    z-index: 2;
    top: calc(39.8 * var(--r)) !important;
    right: initial !important;
    left: calc(3.8 * var(--r)) !important;
  }
  .no2-2 {
    position: absolute;
    width: calc(15.6 * var(--r)) !important;
    right: calc(14.3 * var(--r)) !important;
    top: calc(21.1 * var(--r)) !important;
    left: calc(13.5 * var(--r)) !important;
    z-index: 2;
  }
  .no2-3 {
    position: absolute;
    width: calc(31.4 * var(--r)) !important;
    z-index: 2;
    top: calc(18.8 * var(--r)) !important;
    right: calc(10.3 * var(--r)) !important;
  }
  .p-sec-mv-title a {
    display: block;
    width: 100% !important;
    position: relative;
    font-size: calc(2.3 * var(--r)) !important;
  }
  .p-sec-mv-title__img {
    width: calc(23.2 * var(--r)) !important;
    position: absolute;
    right: calc(5.6 * var(--r)) !important;
    top: calc(-4 * var(--r)) !important;
  }
  .p-sec-mv-story.no1 .p-sec-mv-title {
    position: absolute;
    top: calc(11 * var(--r)) !important;
    left: calc(12 * var(--r)) !important;
    z-index: 2;
  }
  .p-sec-mv-story.no2 .p-sec-mv-title {
    position: absolute;
    top: calc(57.5 * var(--r)) !important;
    right: calc(4 * var(--r)) !important;
    z-index: 2;
  }
  .c-title {
    top: calc(49.2 * var(--r)) !important;
  }
  .p-sec-story {
    margin-top: calc(7.5 * var(--r)) !important;
  }
  .p-story-image {
    position: relative;
    right: 0!important;
    padding: calc(8 * var(--r)) calc(6 * var(--r)) 0 !important;
  }
  .p-side-caption img:nth-child(1) {
    right: 0!important;
  }
  .p-side-caption img:nth-child(2) {
    right: 0!important;
  }
  .p-story-about-box .p-story-about-image:nth-child(3) {
    left: 0!important;
  }
  .p-story-header {
    text-align: left;
    padding: calc(9.4 * var(--r)) calc(6 * var(--r)) !important;
  }
  .p-story-intro-text {
    padding-top: 0;
    width: 100% !important;
  }
  .p-story-intro-text p {
    padding-left: calc(6 * var(--r)) !important;
    font-size: calc(2.6 * var(--r)) !important;
  }
  .p-side-caption img:nth-child(1) {
    top: 0 !important;
    left: calc(21.5 * var(--r)) !important;
  }
  .p-side-caption img:nth-child(2) {
    top: 0 !important;
    right: calc(6 * var(--r)) !important;
    width: calc(15.7 * var(--r)) !important;
  }
  .p-story-image__main {
    width: calc(40 * var(--r)) !important;
  }
  .p-story-about-box::after {
    width: calc(61.6 * var(--r)) !important;
    height: calc(128.7 * var(--r)) !important;
    top: calc(-14 * var(--r)) !important;
  }
  .p-story-about-title {
    font-size: calc(3 * var(--r)) !important;
  }
  .p-story-about-title span {
    font-size: calc(2.6 * var(--r)) !important;
    padding-left: 0.25em;
  }
  .p-story-about-content {
    width: 100% !important;
  }
  .p-story-about-content p {
    font-size: calc(2.6 * var(--r)) !important;
    letter-spacing: 0.1em;
    padding-bottom: 3em;
  }
  .p-story-about-box .p-story-about-image:nth-child(2) {
    padding-top: calc(3.5 * var(--r)) !important;
  }
  .p-story-about-box .p-story-about-image:nth-child(3) {
    left: initial !important;
    top: calc(85 * var(--r)) !important;
    right: 0 !important;
    width: 100% !important;
  }
  .p-story-about-box .p-story-about-image:nth-child(3) img {
    margin-left: auto;
    margin-right: calc(6 * var(--r)) !important;
  }
  .p-caption-text {
    font-size: calc(2.6 * var(--r)) !important;
    line-height: 2;
    padding-left: calc(17.6 * var(--r)) !important;
  }
  .p-story-item__wrap {
    padding-top: calc(25.6 * var(--r)) !important;
  }
  .p-story-item__wrap .p-story-item:nth-child(1) {
    width: 100% !important;
    padding: 0 calc(6 * var(--r)) !important;
  }
  .p-story-item__wrap .p-story-item:nth-child(1) img {
    width: calc(63 * var(--r)) !important;
    padding: 0;
  }
  .p-story-item__wrap .p-story-item:nth-child(1) .p-caption-text {
    top: 0;
    left: 0;
    padding-left: 0;
    position: static !important;
    margin-top: calc(4 * var(--r)) !important; /* スマホ用に適度な上の余白を設定 */
    padding-top: 0 !important;
  }
  .p-story-item__wrap .p-story-item:nth-child(2) {
    width: 100% !important;
    position: relative;
  }
  .p-story-item__wrap .p-story-item:nth-child(2) img {
    width: calc(49.3 * var(--r)) !important;
    margin: 0 auto;
    position: relative;
    display: block;
  }
  .p-story-feature {
    display: flex;
    flex-flow: column;
    width: calc(60.6 * var(--r)) !important;
  }
  .p-story-item__wrap {
    padding-bottom: calc(16 * var(--r)) !important;
  }
  .p-story-feature .p-story-feature-image {
    width: calc(41.5 * var(--r)) !important;
  }
  .p-story-feature-title {
    font-size: calc(3 * var(--r)) !important;
  }
  .p-story-feature-text p {
    font-size: calc(2.6 * var(--r)) !important;
    letter-spacing: 0;
  }
  .p-story-product-card {
    width: calc(67 * var(--r)) !important;
    margin: 0 auto;
    display: block;
  }
  .p-story-product-img {
    width: calc(48 * var(--r)) !important;
    margin: 0 auto;
  }
  .p-story-product-info {
    padding: calc(5 * var(--r)) 0 0 !important;
  }
  .origin-tag {
    font-size: calc(2.4 * var(--r)) !important;
  }
  .gender-tags .tag {
    font-size: calc(2.3 * var(--r)) !important;
  }
  .p-story-product-name {
    font-size: calc(4.2 * var(--r)) !important;
    padding-top: 0.5em;
  }
  .p-story-product-price {
    font-size: calc(3.2 * var(--r)) !important;
  }
  .p-story-product-price span {
    font-size: calc(2 * var(--r)) !important;
  }
  .p-story-product-desc {
    font-size: calc(2 * var(--r)) !important;
    padding-bottom: calc(3.2 * var(--r)) !important;
  }
  .p-story-product-btn {
    position: static;
    width: calc(44 * var(--r)) !important;
    margin: 0 auto;
    font-size: calc(2.2 * var(--r)) !important;
    border-radius: calc(3 * var(--r)) !important;
    padding: 1em;
    text-align: center;
  }
  /* ボタンのホバーを確実に効かせるための修正 */
.p-story-product-btn:hover {
  opacity: 0.7 !important; /* 強制的に不透明度を変更（少し分かりやすく0.7に調整） */
  cursor: pointer !important; /* マウスカーソルを指マークに変える */
  z-index: 5 !important; /* 重なり順を一番上にしてホバーイベントを確実に届かせる */
}


  #story02 .p-story-intro:nth-child(2) {
    min-height: calc(218 * var(--r)) !important;
  }
  #story02 .p-story-intro:nth-child(3) .p-side-caption img:nth-child(1) {
    left: calc(11 * var(--r)) !important;
    top: calc(13 * var(--r)) !important;
  }
  #story02 .p-story-intro:nth-child(3) .p-story-image {
    width: 100% !important;
    position: static;
    padding-top: calc(19 * var(--r)) !important;
    display: flex;
  }
  #story02 .p-story-intro:nth-child(3) .p-story-image__main {
    margin-left: auto;
  }
  #story02 .p-story-intro:nth-child(3) {
    min-height: calc(238 * var(--r)) !important;
  }
  #story02 .p-story-intro:nth-child(3) .p-story-intro-text {
    padding-top: calc(18.5 * var(--r)) !important;
    position: relative;
    z-index: 2;
  }
  #story02 .p-story-intro:nth-child(3) .p-story-about-box::after {
    width: calc(66.7 * var(--r)) !important;
    height: calc(104 * var(--r)) !important;
    top: 0;
    left: 0;
  }
  #story02 .p-story-intro:nth-child(3) .p-side-caption img:nth-child(2) {
    width: calc(15.7 * var(--r)) !important;
    left: calc(6 * var(--r)) !important;
    top: calc(26 * var(--r)) !important;
  }
  #story02 .p-story-intro:nth-child(3) .p-story-about-image:nth-child(3) {
    position: static;
  }
  #story02 .p-story-intro:nth-child(3) .p-story-about-content {
    padding-top: calc(7.5 * var(--r)) !important;
    padding-left: calc(6 * var(--r)) !important;
  }
  #story02 .p-story-intro:nth-child(3) .p-story-about-box .p-story-about-image:nth-child(2) {
    padding-top: 0;
  }
  .p-story-about-box .p-story-about-image:nth-child(3) img {
    margin-left: initial;
    z-index: 2;
    position: relative;
    top: calc(-3.5 * var(--r)) !important;
    left: calc(6 * var(--r)) !important;
  }
  .p-story-about-box .p-story-about-image:nth-child(3) .p-caption-text {
    padding-left: calc(6 * var(--r)) !important;
  }
}
/*# sourceMappingURL=style.css.map */