@charset "UTF-8";

/* --------------------------------------------------------
-----------------------------------------------------------
 COMMON
-----------------------------------------------------------
----------------------------------------------------------- */

/* --- ページ全体の横揺れ防止 --- */
body {
  overflow-x: hidden;
}

.p-tab-input {
  display: none;
}

.p-related,
.p-related-onetime {
  margin-top: 6rem;
}

.p-message {
  font-family: var(--font-family02);
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 0.7rem;
  text-align: center;
  line-height: 1.45;
}

.p-top-text {
  margin-bottom: 3rem;
}

/* スライダーの外枠 */
.item-swiper.swiper {
  width: 100%;
  /* 100vwではなく100%にする */
  overflow: visible;
  /* 隣を見せるために必須 */
}

/* --- 商品スライドの表示設定修正 --- */
.js-item-swiper .p-item {
  height: auto;
  opacity: 1;
  overflow: visible;
}


/* --- 上部タブ（p-tab02 --top）--- */
.p-tab02.--top {
  margin-bottom: 2.5rem;
}

/* --- 下部タブ（p-tab02 --bottom）に余白を作る --- */
.p-tab02.--bottom {
  margin-top: 2.5rem;
  padding-left: 20px;
  padding-right: 20px;
}

/* --- タブ全体の器：本番と同じ設定 + Safari高さ揃え --- */
.js-item-swiper .item-swiper-pagination {
  display: flex;
  align-items: stretch;
  background: #FFF;
  border-radius: 1.2rem;
}

/* --- 各タブボタン：本番サイトの数値を完全再現 --- */
.item-swiper-pagination .swiper-pagination-bullet {
  flex: 1;
  text-align: center;
  padding: 1.1rem 0.3rem 0.8rem;
  line-height: 1;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  /* 改行を阻止 */
}

/* 左右の角丸処理 */
.item-swiper-pagination .swiper-pagination-bullet:first-child {
  border-radius: 1.2rem 0 0 1.2rem;
}

.item-swiper-pagination .swiper-pagination-bullet:last-child {
  border-radius: 0 1.2rem 1.2rem 0;
}

/* ボタン間の区切り線 */
.item-swiper-pagination .swiper-pagination-bullet:nth-child(2)::before,
.item-swiper-pagination .swiper-pagination-bullet:nth-child(2)::after {
  content: "";
  position: absolute;
  width: 0.1rem;
  height: 100%;
  top: 0;
  background: #f2ece8;
}

.item-swiper-pagination .swiper-pagination-bullet:nth-child(2)::before {
  left: 0;
}

.item-swiper-pagination .swiper-pagination-bullet:nth-child(2)::after {
  right: 0;
}

/* --- Mサイズの仕切り線への干渉を防ぐ --- */
/* Mサイズがアクティブになった時だけ、仕切り線（::before）を三角形に上書きする */
.item-swiper-pagination .swiper-pagination-bullet:nth-child(2).is-active::before {
  background: transparent;
  /* 背景色の縦線を消して三角形にする */
  height: 0;
  /* 縦線の高さをリセット */
  width: 0;
  /* 縦線の幅をリセット */
  top: 100%;
  /* 上部タブの位置に合わせる */
}

/* 下部タブのMサイズ用位置調整 */
.item-swiper-pagination-bottom .swiper-pagination-bullet:nth-child(2).is-active::before {
  top: auto;
  bottom: 100%;
}

/* 3. 選択中のボタンの背景色（詳細度で優先させる） */
.item-swiper-pagination .swiper-pagination-bullet.is-active {
  background: var(--color06);
  color: #FFF;
}

.item-swiper {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/* --- 下向き三角形（上タブ用） --- */
.item-swiper-pagination-top .swiper-pagination-bullet.is-active::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.3rem 1.7rem 0 1.7rem;
  border-color: var(--color06) transparent transparent transparent;
  display: block;
  z-index: 10;
  /* Mサイズの仕切り線(nth-child(2)::before)と重なるため、
     アクティブ時は三角形を優先させる設定 */
  background: transparent;
}

/* --- 上向き三角形（下タブ用） --- */
.item-swiper-pagination-bottom .swiper-pagination-bullet.is-active::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1.7rem 1.3rem 1.7rem;
  border-color: transparent transparent var(--color06) transparent;
  display: block;
  z-index: 10;
  background: transparent;
}

/* 三角形が隠れないようにする */
.js-item-swiper .p-tab02.--bottom {
  overflow: visible;
}

/* ボタン内の文字デザイン */
.button-name {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 1.9rem;
  font-weight: bold;
}

.button-name-text01 {
  font-size: 180%;
  line-height: 1;
  vertical-align: -0.1rem;
}

.button-name-text02 {
  font-family: var(--font-family02);
  font-weight: bold;
  letter-spacing: 0;
}

.button-detail {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  border-radius: 0.5rem;
  background: var(--color06);
  color: #FFF;
  max-width: 9rem;
  padding: 0.5rem 0.2rem;
  margin: 0.5rem auto;
}

/* 選択中の「〜向け」ラベルの反転 */
.item-swiper-pagination .swiper-pagination-bullet.is-active .button-detail {
  background: #fff;
  color: var(--color06);
}

/* --- 見出し「サイズをお選びください」のスタイル --- */
.p-tab02__head,
.pagination-head {
  text-align: center;
  font-weight: bold;
  margin-bottom: 1.6rem;
  line-height: 1.45;
  letter-spacing: 0.15rem;
  font-size: 1.7rem;
  color: #4c392f;
}

/* --- タブ内の金額表示 --- */
.item-swiper-pagination .button-price {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 0.4rem;
  letter-spacing: 0.06em;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 feature
-----------------------------------------------------------
----------------------------------------------------------- */
.feature {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
  gap: 1rem;
}

.feature .feature-box {
  text-align: center;
  position: relative;
  padding: 0.5rem;
}

.feature .feature-box:not(:first-child)::before {
  content: '';
  width: 0.4rem;
  height: 100%;
  background-image: radial-gradient(circle, #ccc 0.2rem, transparent 0.2rem);
  background-size: 0.4rem 1rem;
  background-repeat: repeat-y;
  position: absolute;
  left: -0.6rem;
}

.feature .feature-box img {
  display: block;
  margin: 0 auto;
  width: 3.3rem;
}

.feature .feature-box .box-img {
  width: 3.7rem;
}

.feature .feature-title {
  font-family: var(--font-family02);
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--color02);
}

@media not all and (max-width: 520px) {
  .feature .feature-title {
    font-size: 1.7rem;
  }
}

.feature .feature-txt {
  font-family: var(--font-family01);
  font-size: 1.1rem;
  line-height: 1.5;
}

@media not all and (max-width: 520px) {
  .feature .feature-txt {
    font-size: 1.3rem;
  }
}


/* --------------------------------------------------------
-----------------------------------------------------------
 p-page-head__title
-----------------------------------------------------------
----------------------------------------------------------- */
.p-page-head__title {
  color: var(--color06);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.45;
  padding: 4rem 1rem 0;
  margin-bottom: 1.5rem;
}

.p-page-head__title-sub {
  background: var(--color06);
  color: #FFF;
  border-radius: 100px;
  font-size: 1.4rem;
  margin-bottom: 0.7rem;
  padding: 0.4rem 2.2rem;
}

.p-page-head__title-main {
  font-family: var(--font-family02);
  display: block;
  font-weight: bold;
  font-size: 2.5rem;
}

.p-page-head__title-main span {
  display: inline-block;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 p-item
-----------------------------------------------------------
----------------------------------------------------------- */

.p-item {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.p-item__inner {
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3px 0;
  text-align: center;
  background-color: #fff;
  border-radius: 1.2rem;
  overflow: hidden;
  color: #675952;
  padding-top: 3.5rem;
  max-width: 525px;
  /* 最大幅を制限 */
  width: 100%;
  /* 左右に少し隙間を作ることで「カード感」を出す */
  margin: 0 auto;
  /* 中央に寄せる */
}

.p-item__title {
  color: var(--color06);
  line-height: 1.25;
  margin-bottom: 1.2rem;
}

.p-item__title-text02 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 2.3rem;
  gap: 0.4rem;
  font-weight: bold;
  white-space: nowrap;
}

.p-item__title-text02-text01 {
  background: var(--color06);
  text-align: center;
  letter-spacing: 0;
  color: #FFF;
  font-size: 117%;
  border-radius: 0.6rem;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  flex-shrink: 0;
}

.p-item__title-text02-text02 {
  font-family: var(--font-family02);
  white-space: nowrap;
}

.p-item__body {
  padding: 0 1.5rem 2rem;
}

.p-item__img {
  position: relative;
  margin-bottom: 2rem;
}

.p-item__img-img {
  position: relative;
  left: 50%;
}

.p-item__img-label {
  background: var(--color02);
  color: #FFF;
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border-radius: 50%;
  line-height: 1.4;
  border: 0.3rem solid;
  bottom: 0;
  left: calc(50% + 5.5rem);
  width: 8rem;
  height: 8rem;
  padding-top: 0.3rem;
}

.p-item__img-onetime {
  position: relative;
  margin-bottom: 2rem;
}

.p-item__img-onetime-img {
  position: relative;
  left: 50%;
  transform: translate(calc(-50% + 1rem), 0);
}

.p-item__img-onetime-label {
  color: var(--color02);
  background: #FFF;
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border-radius: 50%;
  line-height: 1.4;
  border: 0.3rem solid;
  bottom: 0;
  left: calc(50% - 13.5rem);
  width: 8rem;
  height: 8rem;
  padding-top: 0.3rem;
}

.p-item.--size-m .p-item__img-onetime-img {
  width: 25.8rem;
}

.p-item.--size-s .p-item__img-onetime-img {
  width: 20.7rem;
}

.p-item.--size-m .p-item__img-img {
  width: 25.8rem;
  transform: translate(calc(-50% - 1rem), 0);
}

.p-item.--size-s .p-item__img-img {
  width: 20.7rem;
  transform: translate(calc(-50% - 1rem), 0);
}

.p-item.--size-l .p-item__img-img {
  width: 31.5rem;
  transform: translate(calc(-50% - 0.5rem), 0);
}

.p-item.--size-l .p-item__img-label {
  left: calc(50% + 6.5rem);
}

.p-item__summary {
  margin-bottom: 1.5rem;
}

.p-item__price {
  margin-bottom: 1rem;
}

.p-item__price-discount {
  font-family: var(--font-family02);
  position: relative;
  display: inline-block;
  font-weight: bold;
  background: var(--color02);
  color: #FFF;
  font-size: 1.3rem;
  padding: 0.3rem 1.7rem;
  margin-bottom: 0.8rem;
  border-radius: 100px;
}

.p-item__price-discount::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0.8rem 1.1rem 0 1.1rem;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: calc(100% - 0.2rem);
  border-color: var(--color02) transparent transparent transparent;
}

.p-item__price-discount span {
  font-family: var(--font-family01);
  font-size: 218%;
  padding: 0 0rem 0 0.2rem;
  vertical-align: -0.5rem;
  letter-spacing: 0.2rem;
  line-height: 1;
}

.p-item__price-main {
  font-size: 2rem;
  line-height: 1.3;
  color: var(--color02);
}

.p-item__price-main-every {
  color: var(--color02);
  padding: 0.4rem 0.4rem 0.3rem 0.6rem;
  letter-spacing: 0;
  font-size: 1.2rem;
  vertical-align: 0.4rem;
  margin-right: 0.6rem;
  border-radius: 0.3rem;
  border: 0.1rem solid;
}

.p-item__price-main-number {
  font-weight: bold;
  font-size: 212%;
  letter-spacing: 0.1rem;
  line-height: 1;
}

.p-item__price-main-yen {
  font-weight: bold;
  padding: 0 0.2rem;
}

.p-item__price-sub {
  font-size: 1.2rem;
  margin-top: 0.4rem;
}

.p-item__microcopy {
  display: flex;
  justify-content: center;
  margin-bottom: 0.8rem;
}

.p-item__microcopy p {
  background: #ffeddc;
  color: var(--color02);
  font-size: 1.2rem;
  text-align: center;
  padding: 0.3rem 0.4rem;
  border-radius: 0.5rem;
  font-weight: bold;
}

.p-item__microcopy p:not(:first-child) {
  margin-left: 0.5rem;
}

.p-item__button {
  background: #077542;
  background: -moz-linear-gradient(left, #077542 0%, #018c1d 100%);
  background: -webkit-linear-gradient(left, #077542 0%, #018c1d 100%);
  background: linear-gradient(to right, #077542 0%, #018c1d 100%);
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3px 0;
  position: relative;
  display: block;
  text-decoration: none;
  text-align: center;
  font-weight: normal;
  color: #fff;
  margin: 0 auto;
  width: 100%;
  line-height: 1.35;
  max-width: 450px;
  border-radius: 1.1rem;
  padding: 1.4rem 1rem 1rem;
}

.p-item__button::before {
  content: "";
  position: absolute;
  width: 2.3rem;
  height: 100%;
  top: 0;
  right: 1rem;
  background: url(/img/icon-arrow.svg) no-repeat center center;
  background-size: contain;
}

.p-item__button-main {
  display: block;
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 0.4rem;
  letter-spacing: 0.2rem;
}

.p-item__sup {
  vertical-align: super;
  font-size: 1rem;
  line-height: 1;
  padding-left: 0.2rem;
  letter-spacing: 0;
}

.p-item__note {
  margin: 2.2rem 0 4rem;
  text-align: left;
  font-size: 1.1rem;
  padding: 0 1.2rem;
}

.p-item__note-p {
  line-height: 1.4;
  padding-left: 2.8rem;
  position: relative;
  margin-left: -1rem;
  font-family: hiragino-kaku-gothic-pron, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.p-item__note-p::before {
  content: "・";
  position: absolute;
  left: 0;
  width: 2.5rem;
  text-align: center;
  letter-spacing: 0;
}

.p-item__note-p[data-list-number]::before {
  content: "※" attr(data-list-number);
  font-size: 90%;
  top: 0.1rem;
}

.p-item__note-p+p.p-item__note-p {
  margin-top: 0.5rem;
}

.p-item__note-p a {
  text-decoration: underline;
}

.p-item__note-p a:hover {
  text-decoration: none;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 p-unboxing
-----------------------------------------------------------
----------------------------------------------------------- */
.p-unboxing {
  padding: 0 0 5rem;
  background: #FFF;
}

.p-unboxing .section-title {
  font-weight: bold;
  font-family: var(--font-family02);
  font-size: 2rem;
  line-height: 1.65;
  text-align: center;
  background: var(--color02);
  color: #FFF;
  padding: 1rem 1rem;
}

.p-unboxing .video-wrapper {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: auto;
  aspect-ratio: 4/5;
  overflow: hidden;
}

.p-unboxing video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-unboxing .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgb(255, 102, 29);
  color: white;
  font-size: 2.5rem;
  border: none;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  cursor: pointer;
  text-align: center;
}

.p-unboxing .note-text {
  color: var(--color-text-sub);
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.1rem;
  line-height: 1.5;
  margin: 1rem 0 0 1em;
  text-indent: -1em;
}

.p-unboxing .note-text:first-letter {
  font-family: var(--font-family04);
}

/*
-----------------------------------------------------------
 p-point ロスヘルのここがおすすめ！３つの便利ポイント
----------------------------------------------------------- */
.p-point {
  background: #ffe7d1;
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.p-point .speech-bubble {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1rem;
  border-radius: 999rem;
  background: linear-gradient(90deg, #f45112 0%, #ff850f 100%);
  color: #fff;
  max-width: 36rem;
  margin: 0 auto 2rem;
}

/* 吹き出しの三角 */
.p-point .speech-bubble::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.8rem;
  transform: translateX(-50%);
  width: 6.5rem;
  height: 3rem;
  background: linear-gradient(90deg, #f96711 0%, #fb7210 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

/* SVGアイコン */
.p-point .speech-bubble__icon {
  width: 3rem;
}

.p-point .speech-bubble__text {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 0.2rem;
}

.p-point .p-point__title {
  font-size: 3.4rem;
  color: #ed5709;
  font-weight: bold;
  font-family: var(--font-family02);
  line-height: 1;
  margin-bottom: 2rem;
}

.p-point .p-point__title::first-letter {
  font-family: var(--font-family01);
  font-size: 5.5rem;
}

.p-point .p-point__list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.p-point .p-point__item {
  padding: 2rem 1rem;
  border-radius: 2rem;
  background-color: #fff;
}

.p-point .p-point__heading {
  font-family: var(--font-family02);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0.7rem;
  color: #ed5709;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  gap: 0.5rem;
}

.p-point .p-point__number {
  font-family: var(--font-family01);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  color: #fff;
  font-size: 2.8rem;
  background: url(/img/item/round.svg) no-repeat center center;
}

.p-point .p-point__text {
  color: #4c392f;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
}

/*
-----------------------------------------------------------
 .p-ugc
----------------------------------------------------------- */
.p-ugc {
  background: #ffdbde;
  background: -moz-linear-gradient(left, #ffdbde 10%, #ffa8ae 100%);
  background: -webkit-linear-gradient(left, #ffdbde 10, #ffa8ae 100%);
  background: linear-gradient(to bottom, #ffdbde 10%, #ffa8ae 100%);
}

.p-ugc__title {
  position: relative;
  text-align: center;
  font-weight: bold;
  color: #ee0015;
  background: #fff;
  padding: 5rem 1.5rem 0.8rem;
  margin-bottom: 4.5rem;
}

.p-ugc__title::after {
  content: "";
  position: absolute;
  background: #fff;
  -webkit-mask-image: url(/img/bg-triangle.svg);
  mask-image: url(/img/bg-triangle.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: center top;
  -webkit-mask-position: center top;
  height: 5rem;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  z-index: 0;
}

@media not all and (max-width: 520px) {
  .p-ugc__title {
    margin-bottom: 77px;
  }

  .p-ugc__title::after {
    height: 77px;
  }
}

.p-ugc__title-icon {
  margin-bottom: 1.6rem;
}

.p-ugc__title-icon img {
  display: inline-block;
  width: 4.6rem;
}

.p-ugc__title span {
  display: block;
}

.p-ugc__title-text {
  font-family: var(--font-family02);
}

.p-ugc__title-text01 {
  font-size: 2.1rem;
  line-height: 1.35;
  letter-spacing: 0.05rem;
  margin-bottom: 0.7rem;
}

.p-ugc__title-text02 {
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 1.2;
  letter-spacing: 0.2rem;
}

.p-ugc__list {
  padding: 1.8rem 0 6rem;
  margin-bottom: 0 !important;
}

.p-ugc__list:not(.slick-slider) {
  display: flex;
  overflow: auto;
}

.p-ugc__item {
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3px 0;
  position: relative;
  flex: none;
  background: #fff;
  border-radius: 1.3rem;
  width: 25.6rem;
  margin: 0 0.8rem;
}

.p-ugc__modal-open {
  padding: 1.1rem 1.1rem 0.2rem;
}

.p-ugc__modal-img img {
  border-radius: 0.4rem;
}

.p-ugc__modal-icon {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0.8rem 0 0.8rem;
}

.p-ugc__modal-icon-left {
  display: flex;
  gap: 1rem;
}

.p-ugc__modal-icon-left img {
  width: 1.8rem;
}

.p-ugc__modal-icon-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p-ugc__modal-icon-right img {
  width: 1.3rem;
}

.p-ugc__modal-account {
  display: flex;
  gap: 0.5rem;
  font-size: 1.2rem;
}

.p-ugc__modal-account-img {
  width: 1.5rem;
  display: flex;
  align-items: center;
}

.p-ugc__modal-txt1 {
  position: relative;
  margin-top: 0.3rem;
  line-height: 1.55;
  font-size: 1.2rem;
}

.p-ugc__modal-txt1::after {
  content: "";
  position: absolute;
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
  bottom: 0;
  width: 100%;
  height: 40%;
}

.p-ugc__modal-txt1 p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.p-ugc__modal-next {
  text-align: center;
  z-index: 100;
}

.p-ugc__modal-next button {
  color: #9C8F87;
  text-decoration: underline;
  padding: 0.7rem 2rem;
  font-size: 1.3rem;
}

.p-ugc__modal-next button:hover {
  text-decoration: none;
}

.p-ugc .slick-prev,
.p-ugc .slick-next {
  text-align: center;
  width: auto;
  height: auto;
  z-index: 10;
  padding: 0.5rem;
}

.p-ugc .slick-prev::before,
.p-ugc .slick-next::before {
  display: inline-block;
  font-size: 3rem;
  line-height: 2.8rem;
  color: #525252;
}

.p-ugc .slick-prev {
  left: 2.4rem;
}

.p-ugc .slick-next {
  right: 2.4rem;
}

.p-ugc .slick-dots {
  bottom: 2rem;
}

.p-ugc .slick-dots li {
  margin: 0;
}

/*
-----------------------------------------------------------
 ugc-modal
----------------------------------------------------------- */
.ugc-modal a {
  text-decoration: none;
}

.ugc-modal__container {
  position: relative;
  width: calc(100% - 4rem);
  max-width: 500px;
}

.ugc-modal__close {
  display: none !important;
  position: absolute;
  background: transparent;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border: 0;
  right: -0.6rem;
  top: -4.4rem;
  font-size: 2.7rem;
  vertical-align: top;
  width: 4.5rem;
  height: 4.4rem;
  color: #FFF;
}

.ugc-modal__close:before {
  content: "✕";
}

.ugc-modal__content {
  position: relative;
  background-color: #fff;
  padding: 0 0 1rem;
  border-radius: 1.3rem;
}

.p-ugc__modal-import {
  overflow-y: auto;
  max-height: 70vh;
  padding: 1.3rem 1.3rem 1rem;
}

.p-ugc__modal-txt2 {
  line-height: 1.55;
  margin-top: 0.7rem;
  word-wrap: break-word;
}

.ugc-modal__footer-close {
  text-align: center;
}

.ugc-modal__footer-close button {
  color: #9C8F87;
  text-decoration: underline;
  padding: 0.5rem;
}

.ugc-modal__footer-close button:hover {
  text-decoration: none;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 p-vegetable-point
-----------------------------------------------------------
----------------------------------------------------------- */
.p-vegetable-point {
  background: #f5efe9;
  padding: 5rem 0;
}

.p-vegetable-point .speech-bubble {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  border-radius: 999rem;
  background: #f45112;
  color: #fff;
  max-width: 21rem;
  margin: 0 auto 1.5rem;
  font-family: var(--font-family02);
  font-size: 2rem;
  z-index: 0;
}



/* 吹き出しの三角 */
.p-vegetable-point .speech-bubble::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.2rem;
  transform: translateX(-50%);
  width: 6.5rem;
  height: 3rem;
  background: #f45112;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: -1;
}

.p-vegetable-point .section-title {
  text-align: center;
  margin-bottom: 2rem;
  font-family: var(--font-family02);
  font-weight: bold;
  font-size: 3.4rem;
  line-height: 3.7rem;
}

.p-vegetable-point .section-title span {
  display: block;
  font-size: 0.78em;
}

.p-vegetable-point .sub-section-title {
  text-align: center;
  margin-bottom: 1.5rem;
}

.p-vegetable-point .sub-section-title>span {
  display: block;
}

.p-vegetable-point .sub-section-title .text {
  font-weight: bold;
  font-family: var(--font-family02);
  font-size: 2rem;
  line-height: 1.65;
}

.p-vegetable-point .sub-section .img-wrap {
  width: 100vw;
  max-width: 520px;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0px);
  margin-bottom: 1.2rem;
}

.p-vegetable-point .sub-section01 .button {
  position: relative;
  display: block;
  text-align: center;
  font-weight: bold;
  border: 0.1rem solid;
  border-radius: 100px;
  width: 90%;
  margin: 2rem auto 0;
  padding: 0.7rem 1.4rem 0.7rem 0.5rem;
  font-size: 1.4rem;
}

.p-vegetable-point .sub-section01 .button::before {
  background: var(--color06);
  content: "";
  position: absolute;
  mask-image: url(/lp/subscription/common/assets/img/icon-arrow01.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 1.86rem;
  height: 1.86rem;
  right: 1.4rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.p-safety__main-list {
  color: var(--color01);
  font-weight: bold;
  padding: 3rem 1.7rem 0;
}

.p-safety__main-list li {
  position: relative;
  font-size: 1.5rem;
  padding-left: 2.13rem;
  line-height: 1.45;
}

.p-safety__main-list li::before {
  background: var(--color01);
  content: "";
  position: absolute;
  -webkit-mask-image: url(/img/icon-arrow01.svg);
  mask-image: url(/img/icon-arrow01.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  width: 1.6rem;
  height: 1.6rem;
  left: 0;
  top: 0.3rem;
}

.p-safety__main-list li+li {
  margin-top: 1.4rem;
}

/*
-----------------------------------------------------------
 .p-quality
----------------------------------------------------------- */
.p-quality {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff;
  color: #4c392f;
  text-align: center;
}

.p-quality .p-quality__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0 0 1rem;
  color: #e39c02;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.45;
  font-family: var(--font-family02);
}

.p-quality .p-quality__img {
  width: 12%;
}

.p-quality .p-quality__body {
  font-size: 1.6rem;
}

.p-quality .p-quality__body p {
  margin: 0 0 1rem;
  font-size: 1.3rem;
  line-height: 1.5;
}

.p-quality .marker {
  background-color: transparent;
  background: linear-gradient(transparent 50%,
      #ffe33b 50%);
  color: inherit;
  font-weight: bold;
  padding: 0 0.1em;
}

.p-quality .bold-txt {
  font-weight: bold;
}

.p-quality .p-quality__note {
  margin: 2.4rem 0;
  padding: 2rem;
  border-radius: 1.6rem;
  background-color: #f5efe9;
  text-align: left;
}

.p-quality .p-quality__note-title {
  margin: 0 0 1.6rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  text-decoration: underline;
}

.p-quality .p-quality__list dt {
  display: inline-block;
  margin: 1.6rem 0 0.8rem;
  padding: 0.7rem 1.2rem;
  background-color: #fff;
  font-size: 1.4rem;
  line-height: 1;
}

.p-quality .p-quality__list dt:first-child {
  margin-top: 0;
}

.p-quality .p-quality__list dd {
  font-size: 1.3rem;
  line-height: 1.8;
}

.p-quality .p-quality__note {
  font-size: 1.3rem;
}


/*
===========================================================
 voice
=========================================================== */
.p-voice-farmer {
  padding: 5rem 2rem;
}

.f-voice__title {
  font-family: var(--font-family03);
  color: var(--color01);
  font-size: 3rem;
  line-height: 1.45;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1rem;
}

.f-voice__list li {
  padding: 0 0.5rem;
}

.f-voice__list img {
  border-radius: 1rem 1rem 0 0;
  width: 100%;
  height: auto;
  aspect-ratio: 898/554;
  object-fit: cover;
  object-position: center center;
}

.f-voice__list h3 {
  font-size: 1.9rem;
  line-height: 1.45;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-bottom: 1.5rem;
}

.f-voice__list h3 span {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.f-voice__list-wrap {
  background: #fff;
  border-radius: 0 0 1rem 1rem;
  padding: 3rem 2.5rem 2.5rem;
}

/*  */
.f-voice__text {
  position: relative;
}

.f-voice__text p {
  font-size: 1.4rem;
  display: -webkit-box;
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  /* 開く前に見せたい行数を指定 */
}

.f-voice__text:has(:checked) p {
  display: block;
}

.f-voice__text p::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0.9) 50%, hsla(0, 0%, 100%, 0.9) 0, #fff);
  content: "";
}

.f-voice__text:has(:checked) p::after {
  content: none;
}

.f-voice__text label {
  display: flex;
  align-items: center;
  gap: 0 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #3f2b1b;
  font-size: 0.8em;
}

.f-voice__text label:hover {
  color: var(--color01);
  text-decoration: underline;
  cursor: pointer;
}

.f-voice__text:has(:checked) label {
  display: none;
}

.f-voice__text label::after {
  display: inline-block;
  width: 10px;
  height: 5px;
  background-color: var(--color01);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}

.f-voice__text input {
  display: none;
}

.p-voice-farmer .farmer-swiper-pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 1.2rem;
}

.p-voice-farmer .farmer-swiper-pagination .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #FFF;
}

.p-voice-farmer .farmer-swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color01);
}

.p-voice-farmer .control {
  display: flex;
  margin-top: 1.2rem;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.5rem;
}

.p-voice-farmer .farmer-swiper-button-prev,
.p-voice-farmer .farmer-swiper-button-next {
  width: 4.5rem;
  height: 4rem;
  position: relative;
  background: #FFF;
  border-radius: 0.6rem;
}

.p-voice-farmer .farmer-swiper-button-prev::before,
.p-voice-farmer .farmer-swiper-button-next::before {
  content: "";
  position: absolute;
  width: 1.3rem;
  height: 1.3rem;
  transform: rotate(45deg);
  border-color: var(--color01);
  border-style: solid;
  border-width: 0;
  top: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  right: 0;
}

.p-voice-farmer .farmer-swiper-button-prev::before {
  border-left-width: 0.3rem;
  border-bottom-width: 0.3rem;
  left: 0.5rem;
}

.p-voice-farmer .farmer-swiper-button-next::before {
  border-right-width: 0.3rem;
  border-top-width: 0.3rem;
  right: 0.5rem;
}


/* -----------------------------------------------------------
 p-faq-box
----------------------------------------------------------- */
.faq-block .p-global-page-head__title {
  font-family: var(--font-family02);
  color: var(--color06);
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 2.5rem;
  line-height: 1.45;
  padding: 5rem 1rem 0;
  margin-bottom: 1.5rem;
}

.faq-block .p-global-page-head__title-sub {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 0.7rem;
}

.p-faq-tab {
  padding: 2rem 1.5rem 0;
}

.p-faq-box {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.6rem;
}

.p-faq-box+.p-faq-box,
.faq_box+.p-faq-box,
.p-faq-box+.faq_box {
  margin-top: 1rem;
}

.p-faq-box__answer-section+.p-faq-box__answer-section {
  margin-top: 3rem;
}

.p-faq-box__question {
  font-family: var(--font-family02);
  position: relative;
  font-weight: bold;
  cursor: pointer;
  padding: 1.8rem 2.6rem 1.8rem 1.2rem;
  font-size: 1.7rem;
  line-height: 1.4;
}

.p-faq-box__question::before {
  content: "＋";
  position: absolute;
  right: 2%;
  font-size: 1.7rem;
  line-height: 1em;
  height: 1em;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media not all and (max-width: 520px) {
  .p-faq-box__question {
    transition: opacity 0.2s;
  }

  .p-faq-box__question:hover {
    opacity: 0.7;
  }
}

.p-faq-box__question.active::before {
  content: "－";
}

.p-faq-box__answer {
  border-top: 0.1rem solid #cdc7c3;
  display: none;
  padding: 1.5rem 1.2rem 2rem;
  margin-bottom: 3rem;
}

/* 
-----------------------------------------------------------
 p-cta
----------------------------------------------------------- */
.p-cta {
  text-align: center;
  padding-top: 4rem;
}

.p-cta .p-message {
  color: var(--color02);
  font-weight: bold;
  font-size: 2rem;
}

.p-cta .button {
  background: #077542;
  background: -moz-linear-gradient(left, #077542 0%, #018c1d 100%);
  background: -webkit-linear-gradient(left, #077542 0%, #018c1d 100%);
  background: linear-gradient(to right, #077542 0%, #018c1d 100%);
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  width: 100%;
  letter-spacing: 0.1em;
  border-radius: 1rem;
  min-height: 11rem;
  justify-content: flex-end;
  padding: 2rem 5rem 2rem 33%;
}

.p-cta .button::before {
  content: "";
  position: absolute;
  width: calc(100% - 0.5rem);
  height: calc(100% - 0.5rem);
  border: 0.1rem solid #fff;
  border-radius: 0.7rem;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.p-cta .button::after {
  content: "";
  position: absolute;
  width: 2.2rem;
  height: 100%;
  top: 0;
  right: 1.5rem;
  background: url(/img/icon-arrow.svg) no-repeat center center;
  background-size: contain;
}

.p-cta .button .top-item {
  width: 33%;
  position: absolute;
  left: -1%;
}

.p-cta .button .top-item img{
  width: 100%;
}

.p-cta .button .text-main {
  font-weight: bold;
  line-height: 1.2;
  font-size: 1.62rem;
  position: relative;
}

@media not all and (max-width: 520px) {
  .p-cta .button .text-main {
    font-size: 2.1rem;
  }
}




/* --------------------------------------------------------
-----------------------------------------------------------
 p-related
-----------------------------------------------------------
----------------------------------------------------------- */
.p-related {
  background: #fc5400;
  background: -moz-linear-gradient(left, #fc5400 0%, #ff861c 100%);
  background: -webkit-linear-gradient(left, #fc5400 0%, #ff861c 100%);
  background: linear-gradient(to right, #fc5400 0%, #ff861c 100%);
  position: relative;
  width: 100vw;
  padding-top: 4rem;
  padding-bottom: 4rem;
  width: calc(100% + 4rem);
  margin-left: -2rem;
}

@media not all and (max-width: 520px) {
  .p-related {
    width: calc(100% + 5rem);
    margin-left: -2.5rem;
  }
}

.p-related .p-message {
  color: #FFF;
}

.p-related__inner {
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3px 0;
  display: block;
  text-align: center;
  overflow: hidden;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 1.2rem;
  max-width: 525px;
  padding-top: 1.5rem;
  padding: 1.8rem 1.5rem 1.5rem;
}

.p-related__top {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1rem;
}

.p-related .p-related__img {
  width: 12rem;
}

.p-related .p-related__title {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  line-height: 1.45;
  padding-top: 0.7rem;
}

.p-related .p-related__title-text01 {
  font-size: 1.7rem;
}

.p-related .p-related__title-text02 {
  font-family: var(--font-family02);
  line-height: 1.2;
  font-size: 3.8rem;
}

.p-related__price-discount {
  font-family: var(--font-family02);
  background: var(--color06);
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: #FFF;
  font-size: 1.5rem;
  padding: 0.3rem 1.7rem;
  margin-bottom: 0.8rem;
  border-radius: 100px;
}

.p-related__price-discount::before {
  border-color: var(--color06) transparent transparent transparent;
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0.8rem 1.1rem 0 1.1rem;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: calc(100% - 0.2rem);
}

.p-related__price-discount span {
  font-family: var(--font-family01);
  font-size: 173%;
  padding: 0 0rem 0 0.2rem;
  vertical-align: -0.3rem;
  letter-spacing: 0.2rem;
  line-height: 1;
}

.p-related__price-main {
  font-size: 1.5rem;
  line-height: 1.2;
}

.p-related__price-main-text01 {
  font-weight: bold;
}

.p-related__price-main-text02 {
  font-size: 173%;
  font-weight: bold;
  letter-spacing: 0.05rem;
  padding-right: 0.1rem;
}

.p-related__price-main-text03 {
  font-size: 93%;
}

.p-related__more {
  background: #077542;
  background: -moz-linear-gradient(left, #077542 0%, #018c1d 100%);
  background: -webkit-linear-gradient(left, #077542 0%, #018c1d 100%);
  background: linear-gradient(to right, #077542 0%, #018c1d 100%);
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  flex-wrap: nowrap;
  font-weight: bold;
  color: #FFF;
  border-radius: 0.6rem;
  padding: 0.8rem 1rem;
  margin-top: 0.9rem;
  gap: 0.5rem;
  font-size: 1.6rem;
}

.p-related__more::after {
  content: "";
  display: block;
  background: url(/img/icon-arrow.svg) no-repeat center center;
  background-size: contain;
  width: 1.8rem;
}



/* --------------------------------------------------------
-----------------------------------------------------------
 p-related-onetime
-----------------------------------------------------------
----------------------------------------------------------- */
.p-related-onetime__inner {
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3px 0;
  border: 0.3rem solid var(--color01);
  display: block;
  text-align: center;
  overflow: hidden;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 1.2rem;
  max-width: 525px;
  padding-top: 1.5rem;
}

.p-related-onetime__top {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.6rem;
}

.p-related-onetime__img {
  width: 10.4rem;
}

.p-related-onetime__title {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  line-height: 1.45;
}

.p-related-onetime__title-text01 {
  font-size: 1.6rem;
}

.p-related-onetime__title-text02 {
  font-family: var(--font-family02);
  font-size: 2.9rem;
  line-height: 1.2;
}

.p-related-onetime__note {
  color: var(--color-text-sub);
  line-height: 1.45;
  font-size: 1.2rem;
}

.p-related-onetime__more {
  background: var(--color01);
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  flex-wrap: nowrap;
  font-weight: bold;
  color: #FFF;
  border-radius: 0 0 0.6rem 0.6rem;
  padding: 0.6rem 1rem 0.2rem;
  margin-top: 0.5rem;
  gap: 0.5rem;
}

.p-related-onetime__more::after {
  content: "";
  display: block;
  background: url(/img/icon-arrow.svg) no-repeat center center;
  background-size: contain;
  width: 1.8rem;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 p-pack-fruit-items
-----------------------------------------------------------
----------------------------------------------------------- */
.p-pack-fruit-items {
  margin-top: 3rem;
}

.p-pack-fruit-items__message {
  font-family: var(--font-family02);
  font-weight: bold;
  margin-bottom: 0.7rem;
  line-height: 1.45;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-pack-fruit-items__message-sub {
  font-size: 1.8rem;
}

.p-pack-fruit-items__message-main {
  font-size: 2rem;
}

@media not all and (max-width: 520px) {
  .p-pack-fruit-items__message-sub {
    font-size: 2rem;
  }

  .p-pack-fruit-items__message-main {
    font-size: 2.2rem;
  }
}

.p-pack-fruit-items__banner {
  display: block;
  border: 2px solid #fa2e46;
  border-radius: clamp(10px, 2.4vw, 18px);
}

.p-pack-fruit-items__banner img {
  border-radius: clamp(8px, 2vw, 16px);
}