/**
 * Recovery Pajamas LP CSS
 * Fonts: Zen Old Mincho (headings), Zen Kaku Gothic Antique (body)
 * Accent: #ff8f8b
 * Base: 1rem = 10px (html font-size: 62.5%)
 */

/* ============================
   Base
   ============================ */
.lp-recovery {
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", YuGothic, sans-serif;
  background: #f5e9e2 url("../img/recovery-pajamas/bk.png") no-repeat center
    top / cover;
  padding-bottom: 12rem;
  line-height: calc(30 / 16);
  font-size: 1.6rem;
  color: #666;
  letter-spacing: 0.02em;
}
@media (max-width: 450px) {
  .lp-recovery {
    font-size: 1.4rem;
    line-height: calc(24 / 14);
  }
}

.lp-recovery img {
  max-width: 100%;
  height: auto;
  display: block;
}

.lp-recovery figure {
  margin-left: auto;
  padding: 0;
}

.lp-recovery__wrapper {
  max-width: 65rem;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
}
/* side-text（左右固定テキスト画像） */
.lp-recovery__wrapper::before,
.lp-recovery__wrapper::after {
  content: "";
  position: fixed;
  width: 44px;
  height: 304px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
  opacity: 1;
  transition: opacity 0.8s ease;
}
@media (max-width: 650px) {
  .lp-recovery__wrapper::before,
  .lp-recovery__wrapper::after {
    display: none;
  }
}
.lp-recovery__wrapper.hide-pseudo::before,
.lp-recovery__wrapper.hide-pseudo::after {
  opacity: 0;
}
.lp-recovery__wrapper::before {
  background-image: url(../img/recovery-pajamas/side-text01.png);
  top: 29svh;
  left: calc(var(--before-left) - 3vw);
}
.lp-recovery__wrapper::after {
  background-image: url(../img/recovery-pajamas/side-text02.png);
  top: 50svh;
  right: calc(var(--after-right));
}

/* ============================
   Hero (FV + Concept wrapper)
   ============================ */
.rp-hero {
  position: relative;
  overflow: hidden;
}

.rp-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.rp-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ============================
   FV / MV
   ============================ */
.rp-fv {
  position: relative;
  z-index: 1;
}

.rp-fv__visual {
  position: relative;
  margin-top: 10%;
}

.rp-fv__photo {
  width: 76.46%;
  margin-left: auto;
  padding-top: 10.46%;
}

.rp-fv__photo img {
  width: 100%;
  height: auto;
  display: block;
}

.rp-fv__title {
  position: absolute;
  left: 1.69%;
  top: 20%;
  width: 55%;
  z-index: 2;
}

.rp-fv__title img {
  width: 100%;
  height: auto;
}

.rp-fv__label {
  position: absolute;
  left: 2.92%;
  bottom: 13%;
  z-index: 3;
}

.rp-fv__label span {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.85);
  color: #ff8f8b;
  padding: 0.8rem 1.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-radius: 0.4rem;
}
@media (max-width: 450px) {
  .rp-fv__label span {
    font-size: 1.2rem;
    padding: 0.6rem 1.2rem;
  }
}

/* ============================
   Concept
   ============================ */
.rp-concept {
  position: relative;
  z-index: 1;
  padding: 5.5rem 0 4.5rem;
}

.rp-concept__inner {
  padding-inline: 4rem;
}
@media (max-width: 450px) {
  .rp-concept__inner {
    padding-inline: 2rem;
  }
}

.rp-concept__heading {
  font-family: "Zen Old Mincho", serif;
  font-size: 3.3rem;
  font-weight: 400;
  line-height: calc(47 / 33);
  text-align: center;
  color: rgba(74, 74, 74, 0.99);
  letter-spacing: 0.04em;
  margin: 0 0 3rem;
}
@media (max-width: 650px) {
  .rp-concept__heading {
    font-size: 2.6rem;
    line-height: calc(38 / 26);
  }
}
@media (max-width: 450px) {
  .rp-concept__heading {
    font-size: 2.2rem;
    line-height: calc(34 / 22);
  }
}

.rp-concept__heading .rp-accent {
  color: #ff8f8b;
}

.rp-concept__text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: calc(31 / 16);
  text-align: center;
  color: #666;
  letter-spacing: 0.02em;
  margin: 0 0 4rem;
}
@media (max-width: 450px) {
  .rp-concept__text {
    font-size: 1.4rem;
    line-height: calc(26 / 14);
  }
}

/* アイコン */
.rp-concept__icons {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 3.5rem;
}

.rp-concept__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rp-concept__icon-circle {
  width: 15.8rem;
  height: 15.8rem;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #ff8f8b;
  box-shadow: 0 0 2rem 0.6rem rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 450px) {
  .rp-concept__icon-circle {
    width: 10.5rem;
    height: 10.5rem;
  }
}

.rp-concept__icon-circle span {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.6rem;
  color: #666;
  letter-spacing: 0.036rem;
  text-align: center;
}
@media (max-width: 650px) {
  .rp-concept__icon-circle span {
    font-size: 1.3rem;
    line-height: 2rem;
  }
}

/* 医療機器 */
.rp-concept__medical {
  display: flex;
  align-items: stretch;
  background-color: #fff;
  border-radius: 1.5rem;
  overflow: hidden;
  margin-bottom: 1.6rem;
  max-width: 52.2rem;
  margin-inline: auto;
}

.rp-concept__medical-badge {
  flex-shrink: 0;
  width: 15.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ebdfe0;
  border: 1px solid #fff;
  border-radius: 1.5rem 0 0 1.5rem;
  color: #666;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
@media (max-width: 450px) {
  .rp-concept__medical-badge {
    width: 11rem;
    font-size: 1.3rem;
  }
}

.rp-concept__medical-text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #666;
  letter-spacing: 0.02em;
  margin: 0;
  padding: 1.2rem 2rem;
}
@media (max-width: 450px) {
  .rp-concept__medical-text {
    font-size: 1.3rem;
    line-height: 2.2rem;
    padding: 1rem;
  }
}

.rp-concept__notice {
  font-size: 1.4rem;
  text-align: center;
  margin: 0;
}

/* ============================
   Relaxing Time
   ============================ */
.rp-relaxing {
  padding: 0 0 10.6rem;
}

@media (max-width: 650px) {
  .rp-relaxing {
    padding: 0 0 8rem;
  }
}
.rp-relaxing__image {
  margin: 0;
}

.rp-relaxing__image-01 {
  max-width: calc(428 / 650 * 100%);
  margin-left: auto;
  margin-right: calc(21 / 650 * 100%);
}

.rp-relaxing__row {
  display: flex;
  align-items: flex-end;
  gap: calc(67 / 650 * 100%);
  margin-top: -11.2rem;
  padding-right: calc(20 / 650 * 100%);
  margin-bottom: 8rem;
  padding-left: calc(20 / 650 * 100%);
}
@media (max-width: 650px) {
  .rp-relaxing__row {
    margin-top: -4.2rem;
  }
}

.rp-relaxing__image-02 {
  flex-shrink: 0;
  width: calc(280 / 650 * 100%);
  margin-left: calc(21 / 650 * 100%);
}

.rp-relaxing__sec-title {
  position: relative;
  z-index: 1;
  padding: 3rem 0;
  transform: translateY(50%);
}

.rp-relaxing__sec-title img {
  max-width: 80%;
}

.rp-relaxing__text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.93;
  color: #666;
  text-align: left;
  margin: 0;
  flex: 1;
  min-width: 0;
}
@media (max-width: 450px) {
  .rp-relaxing__text {
    font-size: 1.2rem;
    line-height: 1.5;

  }
}

.rp-relaxing__image-03 {
  max-width: calc(420 / 650 * 100%);
  margin-left: calc(117 / 650 * 100%);
  margin-inline: auto;
}

.rp-relaxing__image-04 {
  max-width: calc(533 / 650 * 100%);
  margin-left: calc(166 / 650 * 100%);
  margin-top: 3rem;
}

/* ============================
   Comfortable Design
   ============================ */
.rp-comfort {
  position: relative;
  padding-top: 4rem;
}

/* セクションタイトル（左側・装飾テキスト） */
.rp-comfort__sec-title {
  position: absolute;
  left: 1%;
  top: 0;
  width: calc(192 / 650 * 100%);
  z-index: 1;
  pointer-events: none;

}
@media screen and (max-width: 450px) {
  .rp-comfort__sec-title {
    width: calc(150 / 650 * 100%);
  }
}

.rp-comfort__sec-title img {
  width: 100%;
  height: auto;
}

/* 見出し（右寄せ） */
.rp-comfort__heading {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: calc(45 / 28);
  color: rgba(74, 74, 74, 0.99);
  letter-spacing: 0.05em;
  margin: 0;
  margin-left: calc(220 / 650 * 100%);
  width: calc(400 / 650 * 100%);
  position: relative;
  text-align: center;
  z-index: 2;
}
@media (max-width: 450px) {
  .rp-comfort__heading {
    font-size: 1.8rem;
    margin-left: calc(180 / 650 * 100%);
    width: auto;
    padding-right: 2rem;
  }
}
.rp-comfort__heading span {
  color: #ff8f8b;
  font-size: 3.3rem;
}
@media screen and (max-width: 450px) {
  .rp-comfort__heading span {
    font-size: 2.6rem;
  }
}

.rp-comfort__ping {
  width: calc(530 / 650 * 100%);
  margin-left: calc(210 / 650 * 100%);
  margin-bottom: -36%;
  position: relative;
  z-index: 2;
}
.rp-comfort__ping.rp-comfort__ping-01 {
  margin-left: calc(150 / 650 * 100%);
}

.rp-comfort__ping img {
  width: 100%;
  height: auto;
}

/* ピンク背景エリア */
.rp-comfort__body {
  background: linear-gradient(
    166.943deg,
    rgb(255, 233, 230) 15.51%,
    rgb(250, 224, 205) 94.706%
  );
  padding-top: 40.5%;
  padding-bottom: 6rem;
}

.rp-comfort__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
  padding-inline: 2rem;
  margin-bottom: 2.4rem;
}
@media (max-width: 450px) {
  .rp-comfort__grid {
    gap: 1.6rem;
    padding-inline: 1.6rem;
    grid-template-columns: 1fr;
  }
}

.rp-comfort__card {
  background-color: #fff;
  border: 1px solid #ff8f8b;
  border-radius: 2rem;
  overflow: hidden;
  padding: 1.2rem;
}

.rp-comfort__card-image {
  margin-bottom: 0.8rem;
}

.rp-comfort__card-image img {
  width: 100%;
  height: auto;
  border-radius: 2rem 2rem 0 0;
}

.rp-comfort__card-text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.7rem;
  text-align: center;
  color: #666;
  letter-spacing: 0.02em;
  margin: 0;
}

.rp-comfort__card-text .rp-accent {
  color: #ff8f8b;
  font-weight: 700;
}

@media (max-width: 650px) {
  .rp-comfort__card-text {
    font-size: 1.3rem;
    line-height: 2.2rem;
  }
}

/* 下段 */
.rp-comfort__bottom {
  display: flex;
  gap: 2rem;
  padding-inline: 2rem;
  margin-bottom: 4rem;
}
@media (max-width: 450px) {
  .rp-comfort__bottom {
    gap: 1.6rem;
    flex-direction: column;
    padding-inline: 1.6rem;
  }
}

.rp-comfort__bottom-image {
  flex: 0 0 calc((100% - 2rem) / 2);
}
@media (max-width: 450px) {
  .rp-comfort__bottom-image {
    flex: initial;
    width: 100%;
  }
}

.rp-comfort__bottom-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rp-comfort__bottom-card {
  flex: 1;
  background-color: #fff;
  border: 1px solid #ff8f8b;
  border-radius: 2rem;
  overflow: hidden;
  padding: 1.2rem;
}

/* ============================
   共通ボタン
   ============================ */
.rp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(360 / 650 * 100%);
  max-width: 36rem;
  height: 6rem;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #ff8f8b;
  border-radius: 10rem;
  color: #ff8f8b;
  text-decoration: none;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.036rem;
  position: relative;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 450px) {
  .rp-btn {
    width: calc(500 / 650 * 100%);
    max-width: 36rem;  }
}
.rp-btn:hover {
  opacity: 0.7;
}

.lp-recovery a.rp-btn:hover,
.lp-recovery a.rp-btn:active,
.lp-recovery a.rp-btn:focus-visible {
  color: #ff8f8b;
}

.rp-btn__arrow {
  position: absolute;
  right: 1.8rem;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  width: 1.7rem;
  height: 1.7rem;
  display: block;
  background: url("../img/recovery-pajamas/icon-arrow.svg") no-repeat center /
    contain;
}

/* ============================
   フルワイド画像
   ============================ */
.rp-full-image {
  margin: 0;
}

.rp-full-image img {
  width: 100%;
  height: auto;
}

/* ============================
   着ているだけで血行促進・疲労回復
   ============================ */
.rp-circulation {
  padding: 6rem 0;
  background: linear-gradient(
    0deg,
    rgb(255, 243, 242) 15.51%,
    rgb(255, 244, 236) 94.706%
  );
}

.rp-circulation__heading {
  font-family: "Zen Old Mincho", serif;
  font-size: 3.3rem;
  font-weight: 400;
  line-height: 4.3rem;
  text-align: center;
  color: rgba(74, 74, 74, 0.99);
  letter-spacing: 0.132rem;
  margin: 0 0 4rem;
}

.rp-circulation__heading .rp-accent {
  color: #ff8f8b;
}

@media (max-width: 650px) {
  .rp-circulation__heading {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
@media (max-width: 450px) {
  .rp-circulation__heading {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}

/* 特徴番号+テキスト */
.rp-feature {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  margin-bottom: 3rem;
}
@media (max-width: 450px) {
  .rp-feature {
    padding-inline: 2rem;
    gap: 1.6rem;
  }
}

.rp-feature__number {
  flex-shrink: 0;
  width: 6.3rem;
  height: 6.3rem;
  border-radius: 50%;
  background-color: #ff8f8b;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.06rem;
}

.rp-feature__text {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 3.5rem;
  color: #666;
  letter-spacing: 0.104rem;
  margin: 0;
}
@media (max-width: 650px) {
  .rp-feature__text {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 450px) {
  .rp-feature__text {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.rp-circulation .rp-btn {
  margin-top: 5.6rem;
}

/* ============================
   サーモグラフィ（カード）
   ============================ */
.rp-circulation__card {
  margin: 0 2.4rem 6rem;
  background:linear-gradient(
    161.442deg,
    rgb(255, 243, 242) 15.51%,
    rgb(255, 244, 236) 94.706%
  );
  box-shadow: 0 0 2rem 0 rgba(234, 202, 182, 0.8);
  padding: 3.2rem 2rem 5.6rem;
  overflow: hidden;
  border-radius: 2.5rem;
}
@media (max-width: 450px) {
  .rp-circulation__card {
    margin: 0 1.2rem 3rem;
    padding: 2.4rem 1.2rem 3rem;
    border-radius: 1.4rem;
  }
}

.rp-circulation__card .rp-feature {
  margin: 0 0 2.4rem;
  padding: 0;
}

.rp-thermo {
  margin: 0;
  padding: 0;
  position: relative;
}

.rp-thermo__header {
  border: 1px solid #a6a6a6;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  color: #666;
  letter-spacing: 0.044rem;
  margin-bottom: 1.6rem;
}
@media (max-width: 450px) {
  .rp-thermo__header {
    font-size: 1.6rem;
  }
}

/* 列レイアウト（タグ + 2カラム） */
.rp-thermo__columns {
  display: flex;
  gap: 0.8rem;
  align-items: stretch;
  position: relative;
}
.rp-thermo::after {
  content: "";
  position: absolute;
  left: -0.8rem;
  right: -0.8rem;
  bottom: 0;
  height: 43%;
  background: #fbff2980;
  border-radius: 1rem;
  z-index: 1;
  pointer-events: none;
}
.rp-thermo__tags,
.rp-thermo__col {
  position: relative;
}
.rp-thermo__tag,
.rp-thermo__label,
.rp-thermo__image,
.rp-thermo__arrow,
.rp-thermo__caption {
  position: relative;
  z-index: 2;
}

/* 左側タグ列 */
.rp-thermo__tags {
  flex-shrink: 0;
  width: 4.4rem;
  display: flex;
  flex-direction: column;
  padding-top: 6.2rem;
  gap: 5.4rem;
  padding-bottom: 2rem;
  margin-right: 1rem;
}
@media (max-width: 450px) {
  .rp-thermo__tags {
    margin-right: 0;
  }
}
.rp-thermo__tag {
  border-radius: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.rp-thermo__tag span {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 2rem;
  color: #fff;
  white-space: nowrap;
  letter-spacing: 0.1em;
}
.rp-tcy {
  text-combine-upright: all;
}

.rp-thermo__tag--before {
  background: #e28f8c;
}
.rp-thermo__tag--after {
  background: #e99044;
}
@media (max-width: 450px) {
  .rp-thermo__tags {
    width: 2.6rem;
  }
  .rp-thermo__tag span {
    font-size: 1rem;
  }
}

/* カラム（縦に並ぶ） */
.rp-thermo__col {
  flex: 1;
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 1.2rem 3rem;
  gap: 1.2rem;
}
.rp-thermo__col--default {
  border: 1px solid #666;
}
.rp-thermo__col--accent {
  border: 1px solid #ff8f8b;
}

/* カラム内ラベル */
.rp-thermo__label {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #666;
  text-align: center;
  margin: 0;
}
.rp-thermo__label--accent {
  color: #FF8F8B;
  white-space: nowrap;
}
@media (max-width: 650px) {
  .rp-thermo__label {
    font-size: 1.1rem;
  }
}

/* カラム内画像 */
.rp-thermo__image {
  display: block;
  width: 98%;
  margin-inline: auto;
}
.rp-thermo__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

/* カラム内矢印（CSS三角形） */
.rp-thermo__arrow {
  display: block;
  width: 6.2rem;
  height: 1.5rem;
  background-color: #e99044;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  flex-shrink: 0;
  margin-bottom: 1.5rem;
}
@media (max-width: 450px) {
  .rp-thermo__arrow {
    width: 4.6rem;
    height: 1.1rem;
  }
}

.rp-thermo__caption {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.6rem;
  font-weight: 400;
  color: #ffff47;
  background-color: #e99044;
  border-radius: 0.5rem;
  padding: 0.3rem 0.8rem;
  margin: -1.7rem 0 0 10rem;
  letter-spacing: -0.104rem;
  position: relative;
  z-index: 2;
  line-height: 1.2;
  max-width: 42.6rem;
}
@media (max-width: 650px) {
  .rp-thermo__caption {
    font-size: 1.8rem;
    margin: -1.7rem 0 0 0;
    max-width:initial;


  }
}

/* circulation 下部（白背景） */
.rp-circulation__lower {
  background: #fff;
  border-radius: 1.5rem;
  padding: 2.4rem 3rem 4.7rem;
  margin-top: 2.4rem;
}

/* 一般医療機器（縦並びタイトル＋テキスト） */
.rp-circulation__medical {
  text-align: center;
  margin-bottom: 2rem;
}

.rp-circulation__medical-title {
  display: inline-block;
  background-color: #ebdfe0;
  border: 1px solid #fff;
  border-radius: 0.5rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #666;
  letter-spacing: 0.08rem;
  padding: 1rem 0;
  width: 100%;
  text-align: center;
  margin-bottom: 1.6rem;
}

.rp-circulation__medical-text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.4rem;
  color: #666;
  letter-spacing: 0.036rem;
  margin: 0;
  text-align: left;
}
@media (max-width: 450px) {
  .rp-circulation__medical-title {
    font-size: 1.6rem;
  }
  .rp-circulation__medical-text {
    font-size: 1.4rem;
  }
}

.rp-circulation__lower .rp-concept__icons {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 450px) {
  .rp-circulation__lower .rp-concept__icons {
    gap: 0.5rem;
  }
}
/* ピンク背景の丸アイコン */
.rp-concept__icon-circle--pink {
  background-color: #fff0ef;
  border-color: #ff8f8b;
  box-shadow: 0 0 2rem 0.6rem rgba(255, 143, 139, 0.3);
  width: 14rem;
  height: 14rem;
}
@media screen and (max-width: 650px) {
  .rp-concept__icon-circle--pink {
    width: 10rem;
    height: 10rem;
  }
}
/* ============================
   FELCERA
   ============================ */
.rp-felcera {
  padding: 5.6rem 2.4rem;
  background: linear-gradient(175deg, #fff4f3 15.51%, #ffeddf 94.71%);
  box-shadow: 0 0 2rem 0 rgba(234, 202, 182, 0.8);
  margin-inline: 2.4rem;
  border-radius: 2.4rem;
}

.rp-felcera__image {
  padding-inline: 4.5rem;
  margin-bottom: 2.4rem;
}
@media (max-width: 450px) {
  .rp-felcera__image {
    padding-inline: 2rem;
  }
}

.rp-felcera__desc p {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.94;
  color: #666;
  margin: 0 0 1.2rem;
}
@media (max-width: 450px) {
  .rp-felcera__desc p {
    font-size: 1.3rem;
  }
}

.rp-felcera__desc .rp-felcera__note {
  font-size: 1.2rem;
  line-height:1.5;
}

/* ============================
   Q&A
   ============================ */
.rp-qa {
  padding: 6rem 0 8rem;
  background-color: #fff;
}

.rp-qa__sec-title {
  text-align: center;
  padding: 0 4rem 3rem;
}

.rp-qa__sec-title img {
  max-width: 23.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 450px) {
  .rp-qa__sec-title img {
    max-width: 15rem;
  }
}
.rp-qa__list {
  padding-inline: 2rem;
  margin-bottom: 5rem;
  margin-top: 8%;
}

.rp-qa__item {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.rp-qa__item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.rp-qa__question {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  border: 1px solid #bfbfbf;
  border-radius: 10rem;
  padding: 0.8rem 1.2rem;
  margin-bottom: 1.6rem;
}

.rp-qa__question p {
  margin: 0;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #666;
  letter-spacing: 0.02em;
}
@media (max-width: 450px) {
  .rp-qa__question p {
    font-size: 1.4rem;
  }
}

.rp-qa__answer {
  display: flex;
  gap: 1.2rem;
  padding-inline: 1.2rem;
}

.rp-qa__answer > p,
.rp-qa__answer > div {
  margin: 0;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.5rem;
  color: #666;
  letter-spacing: 0.02em;
}
@media (max-width: 450px) {
  .rp-qa__answer > p,
  .rp-qa__answer > div {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}

.rp-qa__answer > div p {
  margin: 0 0 0.8rem;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: 500;
}

.rp-qa__badge {
  flex-shrink: 0;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 0.15em;
}

.rp-qa__badge--q {
  background-color: #ff8f8b;
  color: #fff;
}

.rp-qa__badge--a {
  border: 1px solid #ff8f8b;
  color: #ff8f8b;
  background-color: #fff;
}

.rp-qa__care-list,
.rp-qa__effect-list {
  list-style: none;
  padding: 1.2rem 0 0 0;
  margin: 0;
}



.rp-qa__care-list li {
  position: relative;
  padding-left: 1em;
  font-size: 1.6rem;
  line-height: calc(22 / 13);
  margin-bottom: 0.8rem;
}
.rp-qa__care-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 450px) {
  .rp-qa__care-list li {
    font-size: 1.2rem;
  }
}

.rp-qa__care-list li:last-child {
  margin-bottom: 0;
}

.rp-qa__effect-list li {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 0.4rem;
  color: #666;
  font-weight: 500;
}
@media (max-width: 450px) {
  .rp-qa__effect-list li {
    font-size: 1.4rem;
  }
}
