@charset "UTF-8";
/* #wrapper / #main 配下リセット */
#wrapper {
  min-width: 0;
  max-width: 100%;
  overflow-x: hidden;
}

#wrapper .breadcrumb {
  box-sizing: border-box;
  max-width: 100%;
}

#wrapper #main {
  min-width: 0;
  max-width: 100%;
  background-color: #fff;
  overflow-x: hidden;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

#wrapper #main *,
#wrapper #main *::before,
#wrapper #main *::after {
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
/* .rg-inner — コンテンツ幅ラッパー */
.rg-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .rg-inner {
    max-width: 86.6666666667vw;
    padding-left: 0;
    padding-right: 0;
  }
}

.rg-ranking__btn, .rg-points__detail-btn, .rg-diagnosis__detail-btn, .rg-summary__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #9a9a9a;
  border-radius: 999px;
  background-color: #fff;
  color: #000000;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}

/* .rg-band — 薄ベージュ帯背景 (S04 目次、S07 診断 等) */
.rg-band {
  background-color: #f1efeb;
}

/* .rg-text-orange — 本文中オレンジ強調 (S05「遠赤外線」「輻射」等の <span> ラップ) */
.rg-text-orange {
  color: #ff8705;
}

/* .lookmod__color__list--minimal — カラーチップ最小モード */
.lookmod__color .lookmod__color__list.lookmod__color__list--minimal {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  border: 0;
}

.lookmod__color .lookmod__color__list.lookmod__color__list--minimal .lookmod__color__list__item {
  position: relative;
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: transparent;
  font-size: 0;
  line-height: 1;
  white-space: nowrap;
}

.lookmod__color .lookmod__color__list.lookmod__color__list--minimal .lookmod__color__list__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  border: 0;
  border-radius: 50%;
}

.lookmod__color .lookmod__color__list.lookmod__color__list--minimal .lookmod__color__list__item--black::before {
  background-color: #25292d;
}

.lookmod__color .lookmod__color__list.lookmod__color__list--minimal .lookmod__color__list__item--warmgray::before {
  background-color: #cdbeb7;
}

.lookmod__color .lookmod__color__list.lookmod__color__list--minimal .lookmod__color__list__item--charcoalgray::before {
  background-color: #4B4744;
}

.lookmod__color .lookmod__color__list.lookmod__color__list--minimal .lookmod__color__list__item--khaki::before {
  background-color: #4F5440;
}

.lookmod__color .lookmod__color__list.lookmod__color__list--minimal .lookmod__color__list__item--lightgray::before {
  background-color: #D3CFCC;
}

.lookmod__color .lookmod__color__list.lookmod__color__list--minimal .lookmod__color__list__item--beige::before,
.lookmod__color .lookmod__color__list.lookmod__color__list--minimal .lookmod__color__list__item--lightbeige::before {
  background-color: #e5d9ca;
}

.lookmod__color .lookmod__color__list.lookmod__color__list--minimal .lookmod__color__list__item--navy::before {
  background-color: #172450;
}

.lookmod__color .lookmod__color__list.lookmod__color__list--minimal .lookmod__color__list__item--white::before {
  background-color: #ffffff;
  border: 1px solid #D3CFCC;
}

.lookmod__color .lookmod__color__list.lookmod__color__list--minimal .lookmod__color__list__item--lightblue::before {
  background-color: #D4E2F2;
}

.lookmod__color .lookmod__color__list.lookmod__color__list--minimal .lookmod__color__list__item--khaki-black::before {
  background: linear-gradient(180deg, #4F5440 0%, #4F5440 50%, #000000 50%, #000000 100%);
}

.lookmod__color .lookmod__color__list.lookmod__color__list--minimal .lookmod__color__list__item--white-black::before {
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 50%, #25292d 50%, #25292d 100%);
  border: 1px solid #9a9a9a;
}

.lookmod__color .lookmod__color__list.lookmod__color__list--minimal .lookmod__color__list__item--beige-black::before {
  background: linear-gradient(180deg, #e5d9ca 0%, #e5d9ca 50%, #25292d 50%, #25292d 100%);
  border: 1px solid #9a9a9a;
}

.lookmod__color .lookmod__color__list.lookmod__color__list--minimal .lookmod__color__list__item--navy-black::before {
  background: linear-gradient(180deg, #172450 0%, #172450 50%, #25292d 50%, #25292d 100%);
}

.lookmod__color .lookmod__color__list.lookmod__color__list--minimal .lookmod__color__list__item--lightgray-black::before {
  background: linear-gradient(180deg, #D3CFCC 0%, #D3CFCC 50%, #25292d 50%, #25292d 100%);
  border: 1px solid #9a9a9a;
}

.lookmod__color .lookmod__color__list.lookmod__color__list--minimal .lookmod__color__list__item--lightbeige-black::before {
  background: linear-gradient(180deg, #e5d9ca 0%, #e5d9ca 50%, #25292d 50%, #25292d 100%);
  border: 1px solid #9a9a9a;
}

/* ===== S01 KV / ヒーロー ===== */
.rg-kv {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  background-color: #ddd8d0;
  color: #fff;
  text-align: center;
}
.rg-kv__visual {
  display: block;
}
.rg-kv__img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 360px;
  object-fit: cover;
}
.rg-kv__body {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 0 20px;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.rg-kv__heading {
  margin: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.rg-kv__label {
  display: block;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1.4;
}
@media screen and (max-width: 1600px) {
  .rg-kv__label {
    font-size: 1.75vw;
  }
}
.rg-kv__copy {
  display: block;
  font-size: 50px;
  line-height: 1.45;
}
@media screen and (max-width: 1600px) {
  .rg-kv__copy {
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .rg-kv {
    min-height: 328px;
  }
  .rg-kv__img {
    min-height: 328px;
  }
  .rg-kv__body {
    padding: 0 18px;
    top: 73%;
  }
  .rg-kv__label {
    margin-bottom: 12px;
    font-size: 4vmin;
    line-height: 1.4;
    white-space: nowrap;
  }
  .rg-kv__copy {
    font-size: 6.9333333333vmin;
    line-height: 1.35;
    white-space: nowrap;
  }
}

.rg-kv-notice {
  width: calc(100% - 40px);
  max-width: 700px;
  margin: 32px auto 0;
  padding: 18px 20px;
  border: 2px solid #ff8705;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .rg-kv-notice {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  .rg-kv-notice {
    width: calc(100% - 38px);
    margin: 30px auto 0;
    padding: 13px 14px;
    font-size: 3.4666666667vmin;
    line-height: 1.65;
  }
}

/* ===== S02 リード「着るだけで疲労回復」===== */
.rg-lead {
  padding: 84px 0 70px;
  background-color: #fff;
}
.rg-lead__heading {
  position: relative;
  margin: 0 0 22px;
  padding-left: 18px;
  color: #000000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 1600px) {
  .rg-lead__heading {
    font-size: 1.5vw;
  }
}
.rg-lead__heading::before {
  content: "";
  position: absolute;
  top: .1em;
  left: 0;
  width: 10px;
  height: 1.3em;
  background-color: #ff8705;
}
.rg-lead__text {
  margin: 0;
  color: #000000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 2.05;
  letter-spacing: 0;
}
@media screen and (max-width: 1600px) {
  .rg-lead__text {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .rg-lead {
    padding: 54px 0 56px;
  }
  .rg-lead__heading {
    margin-bottom: 28px;
    padding-left: 10px;
    font-size: 5.6vmin;
    font-weight: 700;
    line-height: 1.35;
  }
  .rg-lead__heading::before {
    top: .1em;
    width: 10px;
    height: 1.3em;
  }
  .rg-lead__text {
    font-size: 4.5333333333vmin;
    font-weight: 400;
    line-height: 1.8;
  }
}

/* ===== S03 人気ランキング TOP3 ===== */
.rg-ranking {
  padding: 0 0 100px;
  background-color: #fff;
}
.rg-ranking__title {
  margin: 0 0 46px;
  color: #000000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0;
}
@media screen and (max-width: 1600px) {
  .rg-ranking__title {
    font-size: 2.25vw;
  }
}
.rg-ranking__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.rg-ranking__item {
  position: relative;
  min-width: 0;
}
.rg-ranking__item--first .rg-ranking__badge {
  background-color: #d6ac00;
}
.rg-ranking__item--second .rg-ranking__badge {
  background-color: #b8b8b8;
}
.rg-ranking__item--third .rg-ranking__badge {
  background-color: #b2824f;
}
.rg-ranking__badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 48px;
  height: 50px;
  padding-top: 7px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 80%, 0 100%);
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1600px) {
  .rg-ranking__badge {
    font-size: 1.5vw;
  }
}
.rg-ranking__media {
  position: relative;
  margin-bottom: 18px;
}
.rg-ranking__img {
  display: block;
  width: 100%;
  max-width: 284px;
  height: auto;
  margin: 0 auto;
}
.rg-ranking__content {
  padding: 0 6px 0 80px;
}
.rg-ranking__name {
  margin: 0 0 0;
  color: #000000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0;
}
@media screen and (max-width: 1600px) {
  .rg-ranking__name {
    font-size: 1.125vw;
  }
}
.rg-ranking__colors {
  margin-top: 8px;
  margin-bottom: 20px;
}
.rg-ranking__btn {
  position: relative;
  min-width: 180px;
  min-height: 46px;
  padding: 0 28px;
  border-color: #9d9d9d;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: opacity .2s ease;
}
@media screen and (max-width: 1600px) {
  .rg-ranking__btn {
    font-size: 0.9375vw;
  }
}
.rg-ranking__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 9px;
  margin-left: 0;
  background: url("/wellness/sixpad/common/recoverywear/recommended-guide/img/ic-arrow-ranking-btn.png") center/contain no-repeat;
  transform: translateY(-50%);
}
.rg-ranking__btn:hover {
  opacity: .7;
}
@media screen and (max-width: 767px) {
  .rg-ranking {
    padding-bottom: 62px;
  }
  .rg-ranking__title {
    margin-bottom: 30px;
    font-size: 6.9333333333vmin;
    line-height: 1.45;
  }
  .rg-ranking__list {
    display: block;
  }
  .rg-ranking__item {
    display: grid;
    grid-template-columns: 46% 1fr;
    column-gap: 20px;
    align-items: center;
    padding: 18px 0 20px;
    border-bottom: 1px solid #d4d4d4;
  }
  .rg-ranking__item:first-child {
    padding-top: 0;
  }
  .rg-ranking__media {
    margin-bottom: 0;
  }
  .rg-ranking__badge {
    width: 30px;
    height: 30px;
    padding-top: 2px;
    font-size: 4.8vmin;
  }
  .rg-ranking__img {
    max-width: 100%;
  }
  .rg-ranking__content {
    padding: 0;
  }
  .rg-ranking__name {
    min-height: 0;
    margin: 0 0 8px;
    font-size: 3.7333333333vmin;
    line-height: 1.45;
  }
  .rg-ranking__colors {
    margin-bottom: 14px;
  }
  .rg-ranking__btn {
    width: 100%;
    min-width: 0;
    min-height: 42px;
    padding: 0 34px 0 20px;
    font-size: 3.2vmin;
  }
}

/* ===== S04 目次 ===== */
.rg-toc {
  padding: 58px 0 48px;
}
.rg-toc__title {
  position: relative;
  margin: 0 0 30px;
  padding-left: 18px;
  color: #000000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
}
@media screen and (max-width: 1600px) {
  .rg-toc__title {
    font-size: 1.5vw;
  }
}
.rg-toc__title::before {
  content: "";
  position: absolute;
  top: .1em;
  left: 0;
  width: 10px;
  height: 1.3em;
  background-color: #ff8705;
}
.rg-toc__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px 25px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.rg-toc__link {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 60px;
  padding: 5px 56px 5px 26px;
  border-radius: 7px;
  background-color: #fff;
  color: #000000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
  text-decoration: none;
  transition: opacity .2s ease;
}
@media screen and (max-width: 1600px) {
  .rg-toc__link {
    font-size: 1.0625vw;
  }
}
.rg-toc__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 9px;
  height: 14px;
  background: url("/wellness/sixpad/common/recoverywear/recommended-guide/img/ic-arrow.png") center/contain no-repeat;
  transform: translateY(-50%);
}
.rg-toc__link:hover {
  opacity: .7;
}
.rg-toc__label {
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (max-width: 1600px) {
  .rg-toc__label {
    font-size: 0.8125vw;
  }
}
@media screen and (max-width: 767px) {
  .rg-toc {
    padding: 28px 0 26px;
  }
  .rg-toc__title {
    margin-bottom: 26px;
    padding-left: 20px;
    font-size: 5.6vmin;
  }
  .rg-toc__title::before {
    top: .1em;
    width: 10px;
    height: 1.3em;
  }
  .rg-toc__list {
    display: block;
  }
  .rg-toc__item + .rg-toc__item {
    margin-top: 14px;
  }
  .rg-toc__link {
    min-height: 58px;
    padding: 10px 56px 10px 20px;
    border-radius: 9px;
    font-size: 4vmin;
    line-height: 1.45;
  }
  .rg-toc__link::after {
    right: 24px;
    width: 8px;
    height: 13px;
  }
  .rg-toc__label {
    font-size: 2.6666666667vmin;
  }
}

/* ===== S05 About「リカバリーウェアとは?効果の仕組み」===== */
.rg-about {
  padding: 38px 0 60px;
  background-color: #fff;
}
.rg-about__title {
  margin: 0 0 26px;
  color: #000000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
}
@media screen and (max-width: 1600px) {
  .rg-about__title {
    font-size: 2.25vw;
  }
}
.rg-about__lead {
  margin: 0 0 18px;
  color: #000000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.95;
  letter-spacing: 0;
}
@media screen and (max-width: 1600px) {
  .rg-about__lead {
    font-size: 1.25vw;
  }
}
.rg-about__effects {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 18px 0 50px;
  padding: 0;
  list-style: none;
  border-left: 1px solid #fff;
}
.rg-about__notice {
  margin: 0 0 50px;
  padding: 16px 24px;
  background-color: #f1efeb;
}
.rg-about__notice-title {
  margin: 0 0 6px;
  color: #000000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0;
}
@media screen and (max-width: 1600px) {
  .rg-about__notice-title {
    font-size: 0.9375vw;
  }
}
.rg-about__notice-text {
  margin: 0;
  color: #000000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0;
}
@media screen and (max-width: 1600px) {
  .rg-about__notice-text {
    font-size: 0.9375vw;
  }
}
.rg-about__subheading, .rg-about__mechanism-title {
  position: relative;
  margin: 0 0 24px;
  padding-left: 18px;
  color: #000000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 1600px) {
  .rg-about__subheading, .rg-about__mechanism-title {
    font-size: 1.5vw;
  }
}
.rg-about__subheading::before, .rg-about__mechanism-title::before {
  content: "";
  position: absolute;
  top: .2em;
  left: 0;
  width: 10px;
  height: 1.3em;
  background-color: #ff8705;
}
.rg-about__effect {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 138px;
  padding: 34px 12px 28px;
  border-right: 6px solid #fff;
  background-color: #f1efeb;
  text-align: center;
}
.rg-about__effect-img {
  display: block;
  width: 25%;
  max-width: 70px;
  max-height: 70px;
  height: auto;
  margin: 0 auto 18px;
  object-fit: contain;
}
.rg-about__effect-text {
  color: #000000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0;
}
@media screen and (max-width: 1600px) {
  .rg-about__effect-text {
    font-size: 1vw;
  }
}
.rg-about__mechanism-title {
  margin-top: 0;
  margin-bottom: 18px;
}
.rg-about__mechanism-title::before {
  height: calc(100% - .3em);
}
.rg-about__mechanism-text {
  margin: 0 0 22px;
  color: #000000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width: 1600px) {
  .rg-about__mechanism-text {
    font-size: 1vw;
  }
}
.rg-about__mechanism {
  margin: 0;
  padding: 28px 20px;
  border: 1px solid #e5e5e5;
  text-align: center;
}
.rg-about__mechanism-img {
  display: block;
  width: 100%;
  max-width: 560px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .rg-about {
    padding: 34px 0 46px;
  }
  .rg-about__title {
    margin-bottom: 18px;
    font-size: 6.9333333333vmin;
    line-height: 1.45;
  }
  .rg-about__lead {
    margin-bottom: 20px;
    font-size: 4.5333333333vmin;
    font-weight: 400;
    line-height: 1.75;
  }
  .rg-about__notice {
    margin-bottom: 34px;
    padding: 14px 16px;
  }
  .rg-about__notice-title, .rg-about__notice-text {
    font-size: 3.4666666667vmin;
    line-height: 1.7;
  }
  .rg-about__subheading, .rg-about__mechanism-title {
    margin-bottom: 18px;
    padding-left: 20px;
    font-size: 5.6vmin;
    line-height: 1.55;
  }
  .rg-about__subheading::before, .rg-about__mechanism-title::before {
    top: .1em;
    width: 10px;
    height: 1.3em;
  }
  .rg-about__mechanism-title::before {
    height: calc(100% - .2em);
  }
  .rg-about__effects {
    grid-template-columns: repeat(2, 1fr);
    margin: 14px 0 36px;
    border-top: 1px solid #fff;
  }
  .rg-about__effect {
    min-height: 160px;
    padding: 16px 8px 14px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .rg-about__effect-img {
    width: auto;
    max-width: none;
    max-height: none;
    height: 44px;
    margin-bottom: 13px;
  }
  .rg-about__effect-text {
    font-size: 3.7333333333vmin;
    font-weight: 600;
  }
  .rg-about__mechanism-text {
    margin-bottom: 18px;
    font-size: 4.5333333333vmin;
    line-height: 1.75;
  }
  .rg-about__mechanism + .rg-about__mechanism-text {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .rg-about__mechanism {
    padding: 0;
    border: 0;
  }
}

#wrapper #main .rg-about__effect-img {
  width: 25%;
  max-width: 70px;
  max-height: 70px;
}

#wrapper #main .rg-about__mechanism-img {
  width: 420px;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  #wrapper #main .rg-about__effect-img {
    width: auto;
    max-width: none;
    max-height: none;
    height: 60px;
  }

  #wrapper #main .rg-about__mechanism-img {
    width: 100%;
    max-width: 100%;
  }
}
/* ===== S06 POINT1〜5 共通 ===== */
.rg-points {
  padding: 72px 0 96px;
  background-color: #fff;
  color: #000000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.rg-points__main-title {
  margin: 0 0 30px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0;
}
@media screen and (max-width: 1600px) {
  .rg-points__main-title {
    font-size: 1.875vw;
  }
}
.rg-points__item {
  margin-top: 68px;
}
.rg-points__main-title + .rg-points__item {
  margin-top: 42px;
}
.rg-points__heading {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0 18px;
  margin-bottom: 22px;
}
.rg-points__heading::after {
  content: "";
  grid-column: 2;
  grid-row: 1;
  flex: 1 1 auto;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 135, 5, 0.45);
}
.rg-points__num {
  grid-column: 1;
  grid-row: 1;
  flex: 0 0 auto;
  margin: 0;
  color: #ff8705;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 1600px) {
  .rg-points__num {
    font-size: 1.125vw;
  }
}
.rg-points__title {
  grid-column: 1 / -1;
  grid-row: 2;
  flex: 0 0 auto;
  margin: 16px 0 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
}
@media screen and (max-width: 1600px) {
  .rg-points__title {
    font-size: 1.875vw;
  }
}
.rg-points__lead {
  margin: 0 0 50px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (max-width: 1600px) {
  .rg-points__lead {
    font-size: 1.25vw;
  }
}
.rg-points__text {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width: 1600px) {
  .rg-points__text {
    font-size: 1vw;
  }
}
.rg-points__sub-title {
  position: relative;
  margin: 0 0 24px;
  padding-left: 18px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 1600px) {
  .rg-points__sub-title {
    font-size: 1.5vw;
  }
}
.rg-points__sub-title::before {
  content: "";
  position: absolute;
  top: .2em;
  left: 0;
  width: 10px;
  height: 1.3em;
  background-color: #ff8705;
}
.rg-points__tag {
  display: inline-block;
  margin: 0 0 12px;
  padding: 3px 10px 4px;
  background-color: #ff8705;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 1600px) {
  .rg-points__tag {
    font-size: 1vw;
  }
}
.rg-points__product-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.rg-points__product-list--mini {
  gap: 18px;
  margin-top: 20px;
}
.rg-points__product-list--panel {
  padding: 34px 90px 30px;
  background-color: #f1efeb;
}
.rg-points__product-list--panel-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.rg-points__product-list--season {
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  margin-bottom: 48px;
}
.rg-points__product-list--five {
  grid-template-columns: repeat(5, 1fr);
}
.rg-points__product-list--six {
  grid-template-columns: repeat(5, 1fr);
  row-gap: 48px;
}
.rg-points__product {
  min-width: 0;
}
.rg-points__product .rg-points__detail-btn {
  width: 100%;
  min-width: 0;
  padding-right: 24px;
  padding-left: 24px;
}
.rg-points__product-img {
  display: block;
  width: 100%;
  max-width: 210px;
  height: auto;
  margin: 0 auto 14px;
}
.rg-points__product-list--mini .rg-points__product-img {
  max-width: 84px;
  margin-bottom: 8px;
}
.rg-points__product-list--season .rg-points__product-img, .rg-points__product-list--panel .rg-points__product-img {
  max-width: 180px;
}
.rg-points__product-name {
  margin: 0 0 12px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0;
}
@media screen and (max-width: 1600px) {
  .rg-points__product-name {
    font-size: 1.0625vw;
  }
}
.rg-points__product-price {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 1600px) {
  .rg-points__product-price {
    font-size: 1.5vw;
  }
}
.rg-points__product-price small {
  font-size: 15px;
}
@media screen and (max-width: 1600px) {
  .rg-points__product-price small {
    font-size: 0.9375vw;
  }
}
.rg-points__colors {
  margin: 0 0 8px;
}
.rg-points__product-link {
  display: inline-block;
  color: #000000;
  font-size: 11px;
  line-height: 1.4;
  text-decoration: underline;
}
@media screen and (max-width: 1600px) {
  .rg-points__product-link {
    font-size: 0.6875vw;
  }
}
.rg-points__detail-btn {
  min-width: 202px;
  min-height: 50px;
  padding: 0 32px;
  font-size: 14px;
}
@media screen and (max-width: 1600px) {
  .rg-points__detail-btn {
    font-size: 0.875vw;
  }
}
.rg-points__detail-btn::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 9px;
  margin-left: 10px;
  background: url("/wellness/sixpad/common/recoverywear/recommended-guide/img/ic-arrow-ranking-btn.png") center/contain no-repeat;
}
.rg-points__compare {
  width: 100%;
  max-width: 1100px;
  margin: 58px auto 0;
  transform: none;
}
.rg-points__table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 16px;
  line-height: 1.55;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .rg-points__table {
    font-size: 1vw;
  }
}
.rg-points__table th,
.rg-points__table td {
  padding: 10px 20px;
  border: 0;
  border-right: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  vertical-align: middle;
}
.rg-points__table th {
  font-weight: 600;
}
.rg-points__table th:first-child,
.rg-points__table td:first-child {
  position: relative;
  width: 150px;
  min-width: 150px;
  font-weight: 400;
  box-shadow: none;
}
.rg-points__table th:first-child::after,
.rg-points__table td:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  z-index: 2;
  width: 2px;
  background-color: #b8b8b8;
  pointer-events: none;
}
.rg-points__table th:not(:first-child),
.rg-points__table td:not(:first-child) {
  width: calc((100% - 150px) / 2);
  min-width: 0;
}
.rg-points__table th:last-child,
.rg-points__table td:last-child {
  border-right: 0;
}
.rg-points__table thead th {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #f1efeb;
  font-size: 16px;
  line-height: 1.35;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .rg-points__table thead th {
    font-size: 1vw;
  }
}
.rg-points__table thead th:first-child {
  font-size: 16px;
}
@media screen and (max-width: 1600px) {
  .rg-points__table thead th:first-child {
    font-size: 1vw;
  }
}
.rg-points__table tbody tr:nth-child(odd) th,
.rg-points__table tbody tr:nth-child(odd) td {
  background-color: #fbfaf9;
}
.rg-points__table tbody tr:nth-child(even) th,
.rg-points__table tbody tr:nth-child(even) td {
  background-color: #f1efeb;
}
.rg-points__stars {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.rg-points__stars img {
  display: block;
  width: 18px;
  height: auto;
}
#wrapper #main .rg-points__stars img {
  width: 18px;
  max-width: 18px;
  height: auto;
}
.rg-points__concern {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  column-gap: 28px;
  row-gap: 22px;
  position: relative;
  padding: 0 0 34px;
  border-bottom: 1px solid #ddd;
}
.rg-points__concern .rg-points__sub-title {
  grid-column: 1 / -1;
  margin-bottom: 14px;
}
.rg-points__concern .rg-points__text {
  grid-column: 1 / -1;
  margin: 0;
}
.rg-points__concern-scene {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 8px;
}
.rg-points__concern-product {
  grid-column: 2;
  align-self: end;
}
.rg-points__concern-product img {
  display: block;
  width: 100%;
  max-width: 150px;
  height: auto;
  margin: 0 0 18px;
}
.rg-points__concern-product h5 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0;
}
@media screen and (max-width: 1600px) {
  .rg-points__concern-product h5 {
    font-size: 1vw;
  }
}
.rg-points__concern-product p {
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 1600px) {
  .rg-points__concern-product p {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  .rg-points {
    padding: 54px 0 72px;
  }
  .rg-points__main-title {
    margin-bottom: 32px;
    font-size: 5.8666666667vmin;
    line-height: 1.55;
  }
  .rg-points__item {
    margin-top: 60px;
  }
  .rg-points__heading {
    gap: 12px;
    margin-bottom: 18px;
  }
  .rg-points__num {
    font-size: 3.2vmin;
  }
  .rg-points__title {
    margin-top: 12px;
    font-size: 4.5333333333vmin;
  }
  .rg-points__lead {
    margin-bottom: 34px;
    font-size: 3.2vmin;
    line-height: 1.75;
  }
  .rg-points__main-title + .rg-points__item {
    margin-top: 26px;
  }
  .rg-points__text {
    font-size: 4.2666666667vmin;
    line-height: 1.8;
  }
  .rg-points__sub-title {
    padding-left: 20px;
    font-size: 5.6vmin;
  }
  .rg-points__sub-title::before {
    top: .1em;
    width: 10px;
    height: 1.3em;
  }
  .rg-points__tag {
    font-size: 2.9333333333vmin;
  }
  .rg-points__product-list, .rg-points__product-list--season, .rg-points__product-list--five, .rg-points__product-list--six {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
  .rg-points__product-list--mini {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
  .rg-points__product-list--panel {
    padding: 26px 18px 28px;
  }
  .rg-points__product-img, .rg-points__product-list--season .rg-points__product-img, .rg-points__product-list--panel .rg-points__product-img {
    max-width: 150px;
  }
  .rg-points__product-list--mini .rg-points__product-img {
    max-width: 78px;
  }
  .rg-points__product-name, .rg-points__product-price {
    font-size: 2.8vmin;
  }
  .rg-points__product-price small {
    font-size: 2.6666666667vmin;
  }
  .rg-points__product-link {
    font-size: 2.4vmin;
  }
  .rg-points__detail-btn {
    min-width: 138px;
    min-height: 36px;
    padding: 0 16px;
    font-size: 2.5333333333vmin;
  }
  .rg-points__compare {
    width: 100%;
    max-width: 100%;
    margin: 42px 0 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    transform: none;
  }
  .rg-points__table {
    min-width: 520px;
    font-size: 2.9333333333vmin;
  }
  .rg-points__table th,
  .rg-points__table td {
    padding: 10px 14px;
    width: 100%;
    text-align: left;
  }
  .rg-points__table th:first-child,
  .rg-points__table td:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
    width: 110px;
    min-width: 110px;
    border-right: 0;
    text-align: center;
    box-shadow: none;
  }
  .rg-points__table th:not(:first-child),
  .rg-points__table td:not(:first-child) {
    width: 200px;
    min-width: 200px;
  }
  .rg-points__table thead th {
    font-size: 3.2vmin;
    text-align: center;
  }
  .rg-points__table thead th:first-child {
    font-size: 3.2vmin;
  }
  #wrapper #main .rg-points__stars img {
    width: 22px;
    max-width: 22px;
  }
  .rg-points__concern {
    display: block;
    padding: 0 0 36px;
  }
  .rg-points__concern .rg-points__sub-title {
    margin-bottom: 16px;
  }
  .rg-points__concern .rg-points__text {
    padding-bottom: 0;
  }
  .rg-points__concern-product {
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: 18px;
    margin-top: 22px;
  }
  .rg-points__concern-product img {
    max-width: 96px;
    margin: 0;
  }
  .rg-points__concern-product h5 {
    font-size: 3.6vmin;
  }
  .rg-points__concern-product p {
    font-size: 3.7333333333vmin;
  }
}

/* POINT1 着用シーン Swiper 周辺 */
.rg-points1__slider {
  --point1-slide-width: calc((100vw - 96px) / 3);
  --point1-slide-half: calc(var(--point1-slide-width) / 2);
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 0 0 36px;
  overflow: hidden;
}
.rg-points1__scene-list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.rg-points1__scene {
  position: relative;
  flex: 0 0 var(--point1-slide-width);
  width: var(--point1-slide-width);
  overflow: hidden;
  border-radius: 8px;
  background-color: #f1efeb;
  transition: opacity .24s ease;
}
.rg-points1__scene.is-active, .rg-points1__scene.swiper-slide-active {
  opacity: 1;
}
.rg-points1__slider.swiper-initialized .rg-points1__scene {
  opacity: .22;
}
.rg-points1__slider.swiper-initialized .rg-points1__scene.swiper-slide-active {
  opacity: 1;
}
.rg-points1__scene-img {
  display: block;
  width: 100%;
  aspect-ratio: 650 / 360;
  height: auto;
  object-fit: cover;
}
.rg-points1__scene--sleep .rg-points1__scene-img {
  object-position: center 42%;
}
.rg-points1__scene-body {
  padding: 0 28px 18px;
  text-align: center;
}
.rg-points1__scene-title {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin: -50px -28px 0;
  padding: 9px 12px 10px;
  background-color: rgba(0, 0, 0, 0.78);
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 1600px) {
  .rg-points1__scene-title {
    font-size: 1.5vw;
  }
}
.rg-points1__scene-text {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(4.74em + 25px);
  margin: 0 0 14px;
  padding: 12px 8px 13px;
  border-bottom: 1px solid #d5d1ca;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.58;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .rg-points1__scene-text {
    font-size: 0.875vw;
  }
}
.rg-points1__scene-sub {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1600px) {
  .rg-points1__scene-sub {
    font-size: 1vw;
  }
}
.rg-points1 .rg-points__product-list--mini {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: end;
  gap: 18px;
  margin-top: 0;
}
.rg-points1 .rg-points__product-list--mini .rg-points__product {
  position: relative;
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .rg-points1 .rg-points__product-list--mini .rg-points__product {
    cursor: pointer;
    transition: opacity .2s ease;
  }
  .rg-points1 .rg-points__product-list--mini .rg-points__product:hover {
    opacity: .7;
  }
}

.rg-points1__scene--set .rg-points__product-list--mini {
  grid-template-columns: repeat(2, minmax(0, 132px));
  justify-content: center;
  gap: 34px;
}
.rg-points1 .rg-points__product-list--mini .rg-points__product-img {
  width: auto;
  max-width: 80px;
  max-height: 80px;
  margin-bottom: 8px;
  object-fit: contain;
}
.rg-points1__scene--set .rg-points__product-list--mini .rg-points__product-img {
  max-width: 132px;
  max-height: 82px;
}
.rg-points1 .rg-points__product-name {
  min-height: 2.75em;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
}
@media screen and (max-width: 1600px) {
  .rg-points1 .rg-points__product-name {
    font-size: 0.75vw;
  }
}
.rg-points1 .rg-points__colors {
  display: flex;
  justify-content: center;
  min-height: 16px;
  margin-bottom: 7px;
}
.rg-points1 .rg-points__product-price {
  margin-bottom: 6px;
  font-size: 14px;
}
@media screen and (max-width: 1600px) {
  .rg-points1 .rg-points__product-price {
    font-size: 0.875vw;
  }
}
.rg-points1 .rg-points__product-price small {
  font-size: 11px;
}
@media screen and (max-width: 1600px) {
  .rg-points1 .rg-points__product-price small {
    font-size: 0.6875vw;
  }
}
.rg-points1 .rg-points__product-link {
  font-size: 11px;
}
@media screen and (max-width: 1600px) {
  .rg-points1 .rg-points__product-link {
    font-size: 0.6875vw;
  }
}
.rg-points1 .rg-points__product-link::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
}
.rg-points1__arrow {
  position: absolute;
  z-index: 3;
  top: calc(385px + 1.3vw);
  left: 0;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent center / contain no-repeat;
  color: transparent;
  font-size: 0;
  cursor: pointer;
  transform: translateY(-50%);
  appearance: none;
}
.rg-points1__arrow::before {
  content: none;
}
.rg-points1__arrow--prev {
  left: calc(50% - var(--point1-slide-half) - 66px);
  background-image: url("/wellness/sixpad/common/recoverywear/recommended-guide/img/ic-point1-slider-arrow-prev.png");
}
.rg-points1__arrow--next {
  right: calc(50% - var(--point1-slide-half) - 66px);
  left: auto;
  background-image: url("/wellness/sixpad/common/recoverywear/recommended-guide/img/ic-point1-slider-arrow-next.png");
}
.rg-points1__pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}
.rg-points1__pagination-dot {
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  border: 1px solid #999;
  border-radius: 50%;
  background-color: transparent;
  color: transparent;
  font-size: 0;
  line-height: 1;
  cursor: pointer;
  appearance: none;
}
.rg-points1__pagination-dot.is-active {
  background-color: #999;
}
@media screen and (max-width: 767px) {
  .rg-points1__slider {
    --point1-slide-width: calc(100vw - 28px);
    --point1-slide-half: calc(50vw - 14px);
    padding: 0 0 28px;
  }
  .rg-points1__scene-list {
    display: flex;
  }
  .rg-points1__scene {
    border-radius: 5px;
    opacity: 1;
  }
  .rg-points1__slider.swiper-initialized .rg-points1__scene {
    opacity: 1;
  }
  .rg-points1__scene-img {
    aspect-ratio: 650 / 430;
    height: calc(var(--point1-slide-width) * 430 / 650);
  }
  .rg-points1__scene-body {
    padding: 0 24px 22px;
  }
  .rg-points1__scene-title {
    min-height: 42px;
    margin: -42px -24px 0;
    padding: 7px 10px 8px;
    font-size: 3.7333333333vmin;
  }
  .rg-points1__scene-text {
    min-height: calc(7em + 30px);
    margin-bottom: 15px;
    padding: 14px 4px 16px;
    font-size: 2.8vmin;
    font-weight: 600;
    line-height: 1.75;
  }
  .rg-points1__scene-sub {
    margin-bottom: 15px;
    font-size: 3.2vmin;
  }
  .rg-points1 .rg-points__product-list--mini {
    gap: 10px;
  }
  .rg-points1__scene--set .rg-points__product-list--mini {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
  .rg-points1 .rg-points__product-list--mini .rg-points__product-img {
    max-width: 70px;
    max-height: 70px;
    margin-bottom: 7px;
  }
  .rg-points1__scene--set .rg-points__product-list--mini .rg-points__product-img {
    max-width: 120px;
    max-height: 74px;
  }
  .rg-points1 .rg-points__product-name {
    min-height: 3em;
    margin-bottom: 5px;
    font-size: 2.4vmin;
    line-height: 1.35;
  }
  .rg-points1 .rg-points__colors {
    min-height: 12px;
    margin-bottom: 5px;
  }
  .rg-points1 .lookmod__color .lookmod__color__list.lookmod__color__list--minimal {
    gap: 5px;
    justify-content: center;
  }
  .rg-points1 .lookmod__color .lookmod__color__list.lookmod__color__list--minimal .lookmod__color__list__item,
  .rg-points1 .lookmod__color .lookmod__color__list.lookmod__color__list--minimal .lookmod__color__list__item::before {
    width: 11px;
    height: 11px;
  }
  .rg-points1 .rg-points__product-price {
    margin-bottom: 5px;
    font-size: 2.4vmin;
  }
  .rg-points1 .rg-points__product-price small {
    font-size: 2vmin;
  }
  .rg-points1 .rg-points__product-link {
    font-size: 2.1333333333vmin;
  }
  .rg-points1__arrow {
    top: calc(66.15vw + 35px);
    width: 24px;
    height: 24px;
  }
  .rg-points1__arrow--prev {
    left: calc(50% - var(--point1-slide-half) - 12px);
  }
  .rg-points1__arrow--next {
    right: calc(50% - var(--point1-slide-half) - 12px);
  }
  .rg-points1__pagination {
    gap: 7px;
    margin-top: 11px;
  }
  .rg-points1__pagination-dot {
    width: 9px;
    height: 9px;
  }
}

/* ===== POINT2 基本の選び方 ===== */
.rg-points2 .rg-points__sub-title {
  margin-bottom: 28px;
  padding-left: 24px;
  font-size: 26px;
  line-height: 1.45;
}
@media screen and (max-width: 1600px) {
  .rg-points2 .rg-points__sub-title {
    font-size: 1.625vw;
  }
}
.rg-points2 .rg-points__sub-title::before {
  top: .18em;
  width: 10px;
  height: 1.18em;
}
.rg-points2 .rg-points__text {
  margin-bottom: 29px;
  font-size: 16px;
  line-height: 1.95;
}
@media screen and (max-width: 1600px) {
  .rg-points2 .rg-points__text {
    font-size: 1vw;
  }
}
.rg-points2__guide {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px;
  width: 100%;
  margin: 0 0 66px;
}
.rg-points2__guide-card {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  gap: 18px;
  min-height: 183px;
  padding: 22px 32px 22px 32px;
  border-radius: 14px;
}
.rg-points2__guide-card--male {
  background-color: #d8e9ff;
}
.rg-points2__guide-card--female {
  background-color: #fce3ef;
}
.rg-points2__guide-card strong {
  font-weight: 700;
}
.rg-points2__guide-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rg-points2__guide-icon img {
  display: block;
  width: auto;
  max-width: none;
  height: 120px;
  max-height: 120px;
  margin: 0 auto;
}
.rg-points2__guide-body {
  min-width: 0;
}
.rg-points2__guide-text, .rg-points2__guide-result, .rg-points2__guide-note {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  white-space: nowrap;
}
@media screen and (max-width: 1600px) {
  .rg-points2__guide-text, .rg-points2__guide-result, .rg-points2__guide-note {
    font-size: 1vw;
  }
}
.rg-points2__guide-card--male .rg-points2__guide-text {
  margin-bottom: 16px;
  padding-bottom: 15px;
  border-bottom: 1px solid #9da9b8;
}
.rg-points2__guide-label {
  display: inline-block;
  margin: 0 0 12px;
  padding: 4px 10px 5px;
  background-color: #ff8705;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (max-width: 1600px) {
  .rg-points2__guide-label {
    font-size: 1vw;
  }
}
.rg-points2__guide-card--female .rg-points2__guide-text {
  margin-bottom: 7px;
}
.rg-points2__guide-card--female .rg-points2__guide-result {
  margin-bottom: 5px;
}
#wrapper #main .rg-points2__guide-icon img {
  width: auto;
  max-width: none;
  height: 120px;
  max-height: 120px;
}
.rg-points2__wear-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  margin-bottom: 56px;
}
.rg-points2__wear-lead {
  margin: -8px 0 24px;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (max-width: 1600px) {
  .rg-points2__wear-lead {
    font-size: 1vw;
  }
}
.rg-points2__wear-card {
  display: flex;
  flex-direction: column;
  padding: 30px 36px 32px;
  background-color: #f1efeb;
}
.rg-points2__wear-title {
  margin: 0 0 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1600px) {
  .rg-points2__wear-title {
    font-size: 1.125vw;
  }
}
.rg-points2__wear-images {
  display: grid;
  grid-template-columns: repeat(2, 190px);
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
}
.rg-points2__wear-images figure {
  margin: 0;
}
.rg-points2__wear-images img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 12px;
}
.rg-points2__wear-images figcaption {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 1600px) {
  .rg-points2__wear-images figcaption {
    font-size: 0.875vw;
  }
}
.rg-points2__wear-card .rg-points__detail-btn {
  align-self: center;
  min-width: 202px;
  min-height: 50px;
  margin: auto auto 0;
  background-color: #fff;
}
.rg-points2__wear-card .rg-points__tag {
  align-self: flex-start;
  width: fit-content;
}
.rg-points2__womens-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.rg-points2__womens-item {
  padding: 30px 34px 34px;
  background-color: #f1efeb;
}
.rg-points2__womens-item .rg-points__detail-btn {
  min-width: 202px;
  min-height: 50px;
  background-color: #fff;
}
.rg-points2__womens-title {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1600px) {
  .rg-points2__womens-title {
    font-size: 1.125vw;
  }
}
.rg-points2__womens-lead {
  min-height: 3.6em;
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 1600px) {
  .rg-points2__womens-lead {
    font-size: 1vw;
  }
}
.rg-points2__womens-text {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 1600px) {
  .rg-points2__womens-text {
    font-size: 0.9375vw;
  }
}
.rg-points2__womens-content {
  display: grid;
  grid-template-columns: 202px 190px;
  justify-content: center;
  gap: 24px;
  align-items: center;
}
.rg-points2__womens-content img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .rg-points2 .rg-points__sub-title {
    margin-bottom: 18px;
    padding-left: 20px;
    font-size: 5.6vmin;
  }
  .rg-points2 .rg-points__text {
    margin-bottom: 24px;
    font-size: 4.2666666667vmin;
    line-height: 1.8;
  }
  .rg-points2__guide, .rg-points2__womens-list {
    display: block;
  }
  .rg-points2__guide {
    margin: 0 0 54px;
  }
  .rg-points2__guide-card + .rg-points2__guide-card, .rg-points2__womens-item + .rg-points2__womens-item {
    margin-top: 22px;
  }
  .rg-points2__guide-card {
    grid-template-columns: 44px 1fr;
    gap: 14px;
    min-height: 0;
    padding: 20px 18px;
    border-radius: 10px;
  }
  .rg-points2__guide-text, .rg-points2__guide-result, .rg-points2__guide-note, .rg-points2__guide-label {
    font-size: 3.7333333333vmin;
    white-space: normal;
  }
  .rg-points2__guide-card--male .rg-points2__guide-text {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
  .rg-points2__guide-label {
    padding: 4px 10px 5px;
    margin-bottom: 10px;
  }
  #wrapper #main .rg-points2__guide-icon img {
    width: auto;
    max-width: none;
    height: 76px;
    max-height: 76px;
  }
  .rg-points2__wear-card {
    padding: 24px 16px 34px;
  }
  .rg-points2__wear-lead {
    margin: -4px 0 28px;
    font-size: 4.2666666667vmin;
    line-height: 1.7;
  }
  .rg-points2__wear-title {
    margin-bottom: 18px;
    font-size: 4.2666666667vmin;
  }
  .rg-points2__wear-images {
    grid-template-columns: repeat(2, 1fr);
    justify-content: stretch;
    gap: 20px;
    margin-bottom: 28px;
  }
  .rg-points2__wear-images figcaption {
    font-size: 3.0666666667vmin;
    font-weight: 400;
    line-height: 1.55;
  }
  .rg-points2__wear-grid {
    display: block;
    width: 100vw;
    margin: 0 0 54px calc(50% - 50vw);
    background-color: #f1efeb;
  }
  .rg-points2__wear-card + .rg-points2__wear-card {
    margin-top: 0;
    padding-top: 18px;
    border-top: 1px solid #d5d1ca;
  }
  .rg-points2__wear-card .rg-points__tag {
    margin-bottom: 12px;
    font-size: 3.2vmin;
  }
  .rg-points2__wear-card .rg-points__detail-btn {
    min-width: 180px;
    min-height: 46px;
    font-size: 3.2vmin;
  }
  .rg-points2__womens-item {
    padding: 0 16px 26px;
    background-color: transparent;
  }
  .rg-points2__womens-title {
    margin-bottom: 8px;
    font-size: 4.2666666667vmin;
    line-height: 1.45;
  }
  .rg-points2__womens-lead {
    min-height: 0;
    margin-bottom: 18px;
    font-size: 4.2666666667vmin;
    font-weight: 400;
    line-height: 1.55;
  }
  .rg-points2__womens-text {
    margin-bottom: 14px;
    font-size: 3.4666666667vmin;
    font-weight: 400;
    line-height: 1.58;
  }
  .rg-points2__womens-content {
    grid-template-columns: 48% 1fr;
    justify-content: stretch;
    gap: 18px;
    align-items: start;
  }
  .rg-points2__womens-list {
    width: 100vw;
    margin: 0 0 0 calc(50% - 50vw);
    padding: 24px 0 0;
    background-color: #f1efeb;
  }
  .rg-points2__womens-item + .rg-points2__womens-item {
    margin-top: 0;
    padding-top: 20px;
    border-top: 1px solid #d5d1ca;
  }
  .rg-points2__womens-item .rg-points__detail-btn {
    width: 100%;
    min-width: 0;
    min-height: 44px;
    padding-right: 18px;
    padding-left: 18px;
    font-size: 3.2vmin;
  }
}

.rg-points3__tabs {
  margin-bottom: 64px;
}
.rg-points3__tab-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  width: calc(100% - 180px);
  margin: 0 auto;
}
.rg-points3__tab {
  min-height: 62px;
  border: 0;
  border-radius: 10px 10px 0 0;
  background-color: #d9d9d7;
  color: #000000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 1600px) {
  .rg-points3__tab {
    font-size: 1.125vw;
  }
}
.rg-points3__tab.is-active {
  background-color: #f1efeb;
}
.rg-points3__panel[hidden] {
  display: none;
}
.rg-points3__reason {
  max-width: 1100px;
  margin: 20px auto 0;
}
.rg-points3__reason-heading {
  position: relative;
  margin-bottom: 28px;
  padding-left: 18px;
}
.rg-points3__reason-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 7vh;
  background-color: #ff8705;
}
.rg-points3__reason-heading .rg-points__tag {
  margin-bottom: 8px;
}
.rg-points3__reason-title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
}
@media screen and (max-width: 1600px) {
  .rg-points3__reason-title {
    font-size: 1.5vw;
  }
}
.rg-points3__reason-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 58px;
  margin: 0 0 56px;
  padding: 0;
  list-style: none;
}
.rg-points3__reason-list img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  margin-bottom: 24px;
  object-fit: cover;
}
.rg-points3__reason-item-title {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
}
@media screen and (max-width: 1600px) {
  .rg-points3__reason-item-title {
    font-size: 1.125vw;
  }
}
.rg-points3__reason-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 1600px) {
  .rg-points3__reason-text {
    font-size: 1vw;
  }
}
.rg-points3__note {
  margin-top: 18px !important;
  padding: 14px 18px;
  border-radius: 8px;
  background-color: #f1efeb;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 1600px) {
  .rg-points3__note {
    font-size: 0.9375vw;
  }
}
.rg-points3__giftbag {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 54px;
  align-items: center;
  margin-top: 42px;
  padding: 38px 58px;
  border-radius: 10px;
  background-color: #f1efeb;
}
.rg-points3__giftbag img {
  display: block;
  width: 100%;
  height: auto;
  justify-self: end;
}
.rg-points3__giftbag-title {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1600px) {
  .rg-points3__giftbag-title {
    font-size: 1.125vw;
  }
}
.rg-points3__giftbag-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
}
@media screen and (max-width: 1600px) {
  .rg-points3__giftbag-text {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .rg-points3__tab-nav {
    width: 100%;
  }
  .rg-points3__tab {
    min-height: 52px;
    font-size: 3.2vmin;
  }
  .rg-points3__reason {
    max-width: none;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 0 16px;
    box-sizing: border-box;
  }
  .rg-points3__reason-heading {
    margin-bottom: 24px;
    padding-left: 14px;
  }
  .rg-points3__reason-heading::before {
    width: 8px;
    height: 100%;
  }
  .rg-points3__reason-heading .rg-points__tag {
    margin-bottom: 8px;
  }
  .rg-points3__reason-title {
    font-size: 5.6vmin;
    line-height: 1.42;
  }
  .rg-points3__reason-list {
    display: block;
    margin-bottom: 28px;
  }
  .rg-points3__reason-list li + li {
    margin-top: 0;
    border-top: 1px solid #d5d1ca;
  }
  .rg-points3__reason-list li {
    display: grid;
    grid-template-columns: minmax(0, 48%) minmax(0, 1fr);
    gap: 0 20px;
    align-items: start;
    padding: 16px 0;
  }
  .rg-points3__reason-list img {
    grid-row: 1 / span 3;
    margin-bottom: 0;
  }
  .rg-points3__reason-item-title {
    margin-bottom: 4px;
    font-size: 4vmin;
    line-height: 1.45;
  }
  .rg-points3__reason-text {
    font-size: 3.7333333333vmin;
    font-weight: 400;
    line-height: 1.65;
  }
  .rg-points3__note {
    margin-top: 10px !important;
    padding: 10px 12px;
    font-size: 2.6666666667vmin !important;
    font-weight: 400;
    line-height: 1.45;
  }
  .rg-points3__giftbag {
    display: block;
    margin-top: 18px;
    padding: 20px 20px 22px;
    border-radius: 8px;
  }
  .rg-points3__giftbag img {
    margin-top: 20px;
  }
  .rg-points3__giftbag-title {
    margin-bottom: 8px;
    font-size: 4.2666666667vmin;
  }
  .rg-points3__giftbag-text {
    font-size: 3.7333333333vmin;
    font-weight: 400;
    line-height: 1.65;
  }
}

.rg-points4 .rg-points__product-list--ss {
  max-width: 620px;
}
.rg-points4 .rg-points__product-list--season .rg-points__product-img {
  max-width: 150px;
}
.rg-points4 .rg-points__product-list--five .rg-points__product-img,
.rg-points4 .rg-points__product-list--six .rg-points__product-img {
  max-width: 138px;
}
.rg-points4__cool {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 36px;
  align-items: center;
  margin: 0 0 58px;
  padding: 34px 68px;
  border: 1px solid #36aaf2;
  border-radius: 11px;
}
.rg-points4__cool-picture {
  display: block;
  width: 140px;
}
.rg-points4__cool-photo {
  display: block;
  width: 100%;
  height: auto;
}
.rg-points4__cool-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.rg-points4__cool-heading h5 {
  margin: 0;
}
.rg-points4__cool-icon {
  display: block;
  width: 65px;
  height: auto;
}
.rg-points4__cool h5 {
  color: #1c9ad6;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 1600px) {
  .rg-points4__cool h5 {
    font-size: 1.875vw;
  }
}
.rg-points4__cool p {
  margin: 0;
  font-size: 20px;
  line-height: 1.75;
}
@media screen and (max-width: 1600px) {
  .rg-points4__cool p {
    font-size: 1.25vw;
  }
}
#wrapper #main .rg-points4__cool-picture {
  width: 140px;
  max-width: 140px;
}
#wrapper #main .rg-points4__cool-photo {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#wrapper #main .rg-points4__cool-icon {
  flex: 0 0 auto;
  width: 65px;
  max-width: 65px;
  height: auto;
}
.rg-points4__material {
  display: grid;
  grid-template-columns: 125px 1fr;
  gap: 42px;
  align-items: center;
  margin: 0 0 58px;
  padding: 30px 54px;
  border-radius: 10px;
  background-color: #f1efeb;
}
.rg-points4__material img {
  display: block;
  width: 125px;
  max-width: 125px;
  height: auto;
}
.rg-points4__material h5 {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1600px) {
  .rg-points4__material h5 {
    font-size: 1.25vw;
  }
}
.rg-points4__material p {
  margin: 0;
  font-size: 17px;
  line-height: 1.8;
}
@media screen and (max-width: 1600px) {
  .rg-points4__material p {
    font-size: 1.0625vw;
  }
}
.rg-points4__yearround {
  display: grid;
  grid-template-columns: 445px 1fr;
  gap: 46px;
  align-items: center;
  margin-top: 48px;
  padding: 28px 44px;
  border-radius: 10px;
  background-color: #f1efeb;
}
.rg-points4__yearround h5 {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1600px) {
  .rg-points4__yearround h5 {
    font-size: 1vw;
  }
}
.rg-points4__yearround p {
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
}
@media screen and (max-width: 1600px) {
  .rg-points4__yearround p {
    font-size: 0.8125vw;
  }
}
.rg-points4__yearround-img {
  display: block;
  width: 445px;
  max-width: 445px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .rg-points4 .rg-points__product-list--ss {
    max-width: none;
  }
  .rg-points4 .rg-points__sub-title::before {
    height: calc(100% - .2em);
  }
  .rg-points4 .rg-points__product-list {
    display: block;
  }
  .rg-points4 .rg-points__product {
    display: grid;
    grid-template-columns: 42% 1fr;
    gap: 0 22px;
    align-items: center;
    padding: 20px 0;
  }
  .rg-points4 .rg-points__product + .rg-points__product {
    border-top: 1px solid #d5d1ca;
  }
  .rg-points4 .rg-points__product-list .rg-points__product-img,
  .rg-points4 .rg-points__product-list--season .rg-points__product-img,
  .rg-points4 .rg-points__product-list--five .rg-points__product-img,
  .rg-points4 .rg-points__product-list--six .rg-points__product-img {
    grid-column: 1;
    grid-row: 1 / span 4;
    width: 100%;
    max-width: 132px;
    max-height: 132px;
    margin: 0 auto;
    object-fit: contain;
  }
  .rg-points4 .rg-points__product-name,
  .rg-points4 .rg-points__colors,
  .rg-points4 .rg-points__product-price,
  .rg-points4 .rg-points__product .rg-points__detail-btn {
    grid-column: 2;
    width: 100%;
    max-width: 170px;
    margin-left: 0;
    margin-right: 0;
  }
  .rg-points4 .rg-points__product-name {
    margin-bottom: 8px;
    font-size: 3.7333333333vmin;
    line-height: 1.45;
  }
  .rg-points4 .rg-points__colors {
    margin-bottom: 5px;
  }
  .rg-points4 .rg-points__product-price {
    margin-bottom: 9px;
    font-size: 4.2666666667vmin;
    line-height: 1.35;
  }
  .rg-points4 .rg-points__product-price small {
    font-size: 2.9333333333vmin;
  }
  .rg-points4 .rg-points__product .rg-points__detail-btn {
    min-height: 44px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 2.9333333333vmin;
    white-space: nowrap;
  }
  .rg-points4__cool {
    grid-template-columns: 116px 1fr;
    gap: 16px;
    padding: 20px 18px;
  }
  .rg-points4__cool h5 {
    font-size: 4vmin;
  }
  .rg-points4__cool p {
    font-size: 3.2vmin;
    line-height: 1.7;
  }
  .rg-points4__cool-picture {
    width: 116px;
  }
  .rg-points4__cool-photo {
    width: 100%;
  }
  .rg-points4__cool-heading {
    display: block;
    margin-bottom: 8px;
  }
  .rg-points4__cool-icon {
    display: none;
  }
  .rg-points4__cool-note {
    display: block;
    margin-top: 8px;
  }
  #wrapper #main .rg-points4__cool-picture {
    width: 116px;
    max-width: 116px;
  }
  #wrapper #main .rg-points4__cool-photo {
    width: 100%;
    max-width: 100%;
  }
  #wrapper #main .rg-points4__cool-icon {
    display: none;
  }
  .rg-points4__material {
    grid-template-columns: 125px 1fr;
    gap: 16px;
    padding: 20px 18px;
  }
  .rg-points4__material img {
    width: 125px;
    max-width: 125px;
  }
  .rg-points4__material h5 {
    margin-bottom: 8px;
    font-size: 4vmin;
    line-height: 1.45;
  }
  .rg-points4__material p {
    font-size: 3.4666666667vmin;
    font-weight: 400;
    line-height: 1.65;
  }
  .rg-points4__yearround {
    display: block;
    padding: 22px 20px;
  }
  .rg-points4__yearround h5 {
    font-size: 4vmin;
    line-height: 1.45;
  }
  .rg-points4__yearround p {
    font-size: 3.4666666667vmin;
    line-height: 1.65;
  }
  .rg-points4__yearround-img {
    width: 100%;
    max-width: none;
    margin-bottom: 18px;
  }
}

.rg-points5__concern-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px 56px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.rg-points5 .rg-points__concern:nth-child(odd)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -28px;
  bottom: 0;
  width: 1px;
  background-color: #e5e5e5;
}
@media screen and (max-width: 767px) {
  .rg-points5__concern-list {
    display: block;
  }
  .rg-points5 .rg-points__concern:nth-child(odd)::after {
    content: none;
  }
  .rg-points5 .rg-points__concern + .rg-points__concern {
    margin-top: 44px;
  }
  .rg-points5 .rg-points__concern {
    display: grid;
    grid-template-columns: minmax(0, 55%) minmax(0, 1fr);
    gap: 0 16px;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .rg-points5 .rg-points__sub-title,
  .rg-points5 .rg-points__text {
    grid-column: 1 / -1;
  }
  .rg-points5 .rg-points__sub-title {
    margin-bottom: 24px;
    font-size: 5.3333333333vmin;
    line-height: 1.45;
  }
  .rg-points5 .rg-points__sub-title::before {
    height: calc(100% - .2em);
  }
  .rg-points5 .rg-points__text {
    margin-bottom: 28px;
    padding-bottom: 0;
    font-size: 4vmin;
    font-weight: 500;
    line-height: 1.75;
  }
  .rg-points5 .rg-points__concern-scene {
    grid-column: 1;
    width: 100%;
    margin-top: 0;
  }
  .rg-points5 .rg-points__concern-product {
    grid-column: 2;
    display: block;
    align-self: center;
    margin-top: 0;
  }
  .rg-points5 .rg-points__concern-product img {
    width: 100%;
    max-width: 90px;
    max-height: 78px;
    margin: 0 auto 10px;
    object-fit: contain;
  }
  .rg-points5 .rg-points__concern-product h5 {
    margin-bottom: 7px;
    font-size: 3.0666666667vmin;
    line-height: 1.45;
  }
  .rg-points5 .rg-points__concern-product .rg-points__colors {
    margin-bottom: 5px;
  }
  .rg-points5 .rg-points__concern-product p {
    margin-bottom: 10px;
    font-size: 3.2vmin;
    line-height: 1.35;
  }
  .rg-points5 .rg-points__concern-product .rg-points__detail-btn {
    width: 130px;
    min-width: 0;
    min-height: 38px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 2.8vmin;
    white-space: nowrap;
  }
}

/* ===== S07 シーン別おすすめ徹底比較 + 2 ステップ診断 ===== */
.rg-compare-chart {
  padding: 0;
  background-color: #fff;
  color: #000000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.rg-compare-chart__title {
  margin: 0 0 44px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0;
}
@media screen and (max-width: 1600px) {
  .rg-compare-chart__title {
    font-size: 2.25vw;
  }
}
.rg-compare-chart__sub-title {
  position: relative;
  margin: 0 0 26px;
  padding-left: 18px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 1600px) {
  .rg-compare-chart__sub-title {
    font-size: 1.5vw;
  }
}
.rg-compare-chart__sub-title::before {
  content: "";
  position: absolute;
  top: .2em;
  left: 0;
  width: 10px;
  height: 1.3em;
  background-color: #ff8705;
}
.rg-compare-chart .rg-compare-table {
  table-layout: fixed;
  min-width: 0;
  font-size: 16px;
  line-height: 1.55;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .rg-compare-chart .rg-compare-table {
    font-size: 1vw;
  }
}
.rg-compare-chart .rg-compare-table th,
.rg-compare-chart .rg-compare-table td {
  padding: 10px 20px;
  border: 0;
  border-right: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  vertical-align: middle;
}
.rg-compare-chart .rg-compare-table th {
  font-weight: 600;
}
.rg-compare-chart .rg-compare-table th:first-child,
.rg-compare-chart .rg-compare-table td:first-child {
  width: 150px;
  min-width: 150px;
  font-weight: 400;
  box-shadow: none;
}
.rg-compare-chart .rg-compare-table th:not(:first-child),
.rg-compare-chart .rg-compare-table td:not(:first-child) {
  width: calc((100% - 150px) / 2);
  min-width: 0;
}
.rg-compare-chart .rg-compare-table th:last-child,
.rg-compare-chart .rg-compare-table td:last-child {
  border-right: 0;
}
.rg-compare-chart .rg-compare-table thead th {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #f1efeb;
  font-size: 16px;
  line-height: 1.35;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .rg-compare-chart .rg-compare-table thead th {
    font-size: 1vw;
  }
}
.rg-compare-chart .rg-compare-table thead th:first-child {
  font-size: 16px;
}
@media screen and (max-width: 1600px) {
  .rg-compare-chart .rg-compare-table thead th:first-child {
    font-size: 1vw;
  }
}
.rg-compare-chart .rg-compare-table tbody tr:nth-child(odd) th,
.rg-compare-chart .rg-compare-table tbody tr:nth-child(odd) td {
  background-color: #fbfaf9;
}
.rg-compare-chart .rg-compare-table tbody tr:nth-child(even) th,
.rg-compare-chart .rg-compare-table tbody tr:nth-child(even) td {
  background-color: #f1efeb;
}
@media screen and (max-width: 767px) {
  .rg-compare-chart {
    padding: 0;
  }
  .rg-compare-chart__title {
    margin-bottom: 26px;
    font-size: 6.9333333333vmin;
    line-height: 1.55;
  }
  .rg-compare-chart__sub-title {
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 5.6vmin;
    line-height: 1.5;
  }
  .rg-compare-chart__sub-title::before {
    top: .1em;
    width: 10px;
    height: 1.3em;
  }
  .rg-compare-chart .rg-compare-table {
    min-width: 520px;
    font-size: 2.9333333333vmin;
  }
  .rg-compare-chart .rg-compare-table th,
  .rg-compare-chart .rg-compare-table td {
    padding: 10px 14px;
    width: 100%;
    text-align: left;
  }
  .rg-compare-chart .rg-compare-table th:first-child,
  .rg-compare-chart .rg-compare-table td:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
    text-align: center;
    width: 110px;
    min-width: 110px;
    border-right: 0;
    box-shadow: none;
  }
  .rg-compare-chart .rg-compare-table th:not(:first-child),
  .rg-compare-chart .rg-compare-table td:not(:first-child) {
    width: 200px;
    min-width: 200px;
  }
  .rg-compare-chart .rg-compare-table thead th {
    font-size: 3.2vmin;
    text-align: center;
  }
  .rg-compare-chart .rg-compare-table thead th:first-child {
    font-size: 3.2vmin;
  }
}

.rg-diagnosis {
  margin-top: 62px;
  padding: 70px 0 84px;
  background-color: #f2f0ec;
  text-align: center;
}
.rg-diagnosis__heading {
  margin: 0 0 58px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
}
@media screen and (max-width: 1600px) {
  .rg-diagnosis__heading {
    font-size: 2.25vw;
  }
}
.rg-diagnosis__badge {
  display: inline-block;
  margin: 0 0 18px;
  padding: 5px 18px 6px;
  background-color: #ff8705;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 1600px) {
  .rg-diagnosis__badge {
    font-size: 1.125vw;
  }
}
.rg-diagnosis__q1-title, .rg-diagnosis__q2-heading {
  position: relative;
  background-color: #ff8705;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0;
}
.rg-diagnosis__q1-title::after, .rg-diagnosis__q2-heading::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 13px 0;
  border-color: #ff8705 transparent transparent;
  transform: translateX(-50%);
}
.rg-diagnosis__q1-title {
  margin: 0 0 38px;
  padding: 18px 20px;
  font-size: 24px;
  line-height: 1.4;
}
@media screen and (max-width: 1600px) {
  .rg-diagnosis__q1-title {
    font-size: 1.5vw;
  }
}
.rg-diagnosis__btn-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin: 0 0 56px;
  padding: 0;
  list-style: none;
}
.rg-diagnosis__btn {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 96px;
  padding: 18px 50px 18px 32px;
  border: 1px solid #ff8705;
  border-radius: 8px;
  background-color: #fff;
  color: #000000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
  letter-spacing: 0;
  cursor: pointer;
  appearance: none;
}
@media screen and (max-width: 1600px) {
  .rg-diagnosis__btn {
    font-size: 1.0625vw;
  }
}
.rg-diagnosis__btn::after {
  content: "↓";
  position: absolute;
  top: 50%;
  right: 26px;
  color: #ff8705;
  font-size: 18px;
  font-weight: 400;
  transform: translateY(-50%);
}
@media screen and (max-width: 1600px) {
  .rg-diagnosis__btn::after {
    font-size: 1.125vw;
  }
}
.rg-diagnosis__btn span {
  display: inline-block;
  margin-right: 22px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1600px) {
  .rg-diagnosis__btn span {
    font-size: 1.875vw;
  }
}
.rg-diagnosis__panel {
  margin-top: 56px;
}
.rg-diagnosis__panel[hidden] {
  display: none;
}
.rg-diagnosis__q2-heading {
  margin: 0 0 46px;
  padding: 18px 20px 24px;
}
.rg-diagnosis__q2-heading p {
  display: inline-block;
  margin: 0 0 6px;
  padding: 0 34px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 1600px) {
  .rg-diagnosis__q2-heading p {
    font-size: 1vw;
  }
}
.rg-diagnosis__q2-heading h4 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
}
@media screen and (max-width: 1600px) {
  .rg-diagnosis__q2-heading h4 {
    font-size: 1.5vw;
  }
}
.rg-diagnosis__panel-title {
  margin: -24px 0 34px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1600px) {
  .rg-diagnosis__panel-title {
    font-size: 1.5vw;
  }
}
.rg-diagnosis__product-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.rg-diagnosis__product-list--three {
  grid-template-columns: repeat(2, 1fr);
}
.rg-diagnosis__product-card {
  overflow: hidden;
  border: 1px solid #ff8705;
  border-radius: 12px;
  background-color: #fff1e6;
  text-align: left;
}
.rg-diagnosis__product-head {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 68px;
  padding: 18px 26px;
  background-color: #fff;
}
.rg-diagnosis__product-head span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #ff8705;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1600px) {
  .rg-diagnosis__product-head span {
    font-size: 0.8125vw;
  }
}
.rg-diagnosis__product-head h5 {
  position: relative;
  margin: 0;
  padding-left: 26px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
}
@media screen and (max-width: 1600px) {
  .rg-diagnosis__product-head h5 {
    font-size: 1.0625vw;
  }
}
.rg-diagnosis__product-head h5::before {
  content: "";
  position: absolute;
  top: .2em;
  left: 0;
  width: 1px;
  height: 1.25em;
  background-color: #ff8705;
}
.rg-diagnosis__product-body {
  display: grid;
  grid-template-columns: 48% 1fr;
  gap: 24px;
  align-items: center;
  min-height: 206px;
  padding: 24px 44px 28px 46px;
}
.rg-diagnosis__product-media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}
.rg-diagnosis__product-media img {
  display: block;
  width: auto;
  max-width: 178px;
  max-height: 170px;
  height: auto;
  object-fit: contain;
}
.rg-diagnosis__product-media--pair {
  gap: 0;
}
.rg-diagnosis__product-media--pair img {
  max-width: 120px;
}
.rg-diagnosis__product-name {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0;
}
@media screen and (max-width: 1600px) {
  .rg-diagnosis__product-name {
    font-size: 1.125vw;
  }
}
.rg-diagnosis__colors {
  margin: 0 0 12px;
}
.rg-diagnosis__price {
  margin: 0 0 22px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
}
@media screen and (max-width: 1600px) {
  .rg-diagnosis__price {
    font-size: 1.5vw;
  }
}
.rg-diagnosis__price small {
  font-size: 14px;
}
@media screen and (max-width: 1600px) {
  .rg-diagnosis__price small {
    font-size: 0.875vw;
  }
}
.rg-diagnosis__detail-btn {
  min-width: 190px;
  min-height: 48px;
  padding: 0 28px;
  border-color: #8f8f8f;
  font-size: 13px;
}
@media screen and (max-width: 1600px) {
  .rg-diagnosis__detail-btn {
    font-size: 0.8125vw;
  }
}
.rg-diagnosis__detail-btn::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 9px;
  margin-left: 16px;
  background: url("/wellness/sixpad/common/recoverywear/recommended-guide/img/ic-arrow-ranking-btn.png") center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .rg-diagnosis {
    margin-top: 40px;
    padding: 28px 0 48px;
  }
  .rg-diagnosis__badge {
    margin-bottom: 12px;
    padding: 5px 15px 6px;
    font-size: 3.2vmin;
  }
  .rg-diagnosis__heading {
    margin-bottom: 26px;
    padding-bottom: 24px;
    border-bottom: 1px solid #aaa;
    font-size: 6.9333333333vmin;
    line-height: 1.55;
  }
  .rg-diagnosis__q1-title {
    margin-bottom: 30px;
    padding: 11px 16px;
    font-size: 3.7333333333vmin;
  }
  .rg-diagnosis__q1-title::after {
    bottom: -16px;
    border-width: 16px 11px 0;
  }
  .rg-diagnosis__btn-list {
    display: block;
    margin-bottom: 28px;
  }
  .rg-diagnosis__btn-list li + li {
    margin-top: 8px;
  }
  .rg-diagnosis__btn {
    min-height: 52px;
    padding: 12px 36px 12px 20px;
    border-radius: 7px;
    font-size: 3.4666666667vmin;
  }
  .rg-diagnosis__btn::after {
    right: 18px;
    font-size: 3.4666666667vmin;
  }
  .rg-diagnosis__btn span {
    min-width: 28px;
    margin-right: 16px;
    padding-right: 16px;
    border-right: 1px solid #ff8705;
    font-size: 3.4666666667vmin;
    text-align: center;
  }
  .rg-diagnosis__panel {
    margin-top: 28px;
  }
  .rg-diagnosis__q2-heading {
    margin-bottom: 28px;
    padding: 12px 12px 13px;
  }
  .rg-diagnosis__q2-heading::after {
    bottom: -16px;
    border-width: 16px 11px 0;
  }
  .rg-diagnosis__q2-heading p {
    margin-bottom: 4px;
    padding: 0 10px 4px;
    font-size: 3.2vmin;
  }
  .rg-diagnosis__q2-heading h4 {
    font-size: 3.7333333333vmin;
    line-height: 1.45;
  }
  .rg-diagnosis__panel-title {
    margin: 8px 0 22px;
    font-size: 5.0666666667vmin;
    line-height: 1.45;
    text-align: center;
  }
  .rg-diagnosis__product-list, .rg-diagnosis__product-list--three {
    display: block;
  }
  .rg-diagnosis__product-card {
    border-radius: 7px;
  }
  .rg-diagnosis__product-card + .rg-diagnosis__product-card {
    margin-top: 10px;
  }
  .rg-diagnosis__product-head {
    min-height: 41px;
    gap: 14px;
    padding: 9px 18px;
  }
  .rg-diagnosis__product-head span {
    width: 18px;
    height: 18px;
    font-size: 2.4vmin;
  }
  .rg-diagnosis__product-head h5 {
    padding-left: 18px;
    font-size: 3.0666666667vmin;
  }
  .rg-diagnosis__product-body {
    grid-template-columns: 40% 60%;
    gap: 14px;
    min-height: 0;
    padding: 17px 18px 18px;
  }
  .rg-diagnosis__product-media img {
    max-width: 112px;
    max-height: 122px;
  }
  .rg-diagnosis__product-media--pair img {
    max-width: 78px;
  }
  .rg-diagnosis__product-name {
    margin-bottom: 7px;
    font-size: 3.2vmin;
    line-height: 1.45;
  }
  .rg-diagnosis__colors {
    margin-bottom: 6px;
  }
  .rg-diagnosis__price {
    margin-bottom: 10px;
    font-size: 3.7333333333vmin;
    font-weight: 600;
  }
  .rg-diagnosis__price small {
    font-size: 2.9333333333vmin;
  }
  .rg-diagnosis__detail-btn {
    min-width: 134px;
    min-height: 30px;
    padding: 0 20px;
    font-size: 2.9333333333vmin;
  }
}

/* ===== S08 タイプ別おすすめスライダー ===== */
.rg-lineup-by-type {
  overflow: hidden;
  padding: 76px 0 84px;
  background-color: #fff;
  color: #000000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.rg-lineup-by-type__title {
  margin: 0 0 42px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0;
}
@media screen and (max-width: 1600px) {
  .rg-lineup-by-type__title {
    font-size: 2.25vw;
  }
}
@media screen and (max-width: 767px) {
  .rg-lineup-by-type {
    padding: 48px 0 56px;
  }
  .rg-lineup-by-type__title {
    margin-bottom: 24px;
    font-size: 6.9333333333vmin;
    line-height: 1.5;
  }
}

.rg-type-slider {
  --type-slide-width: calc((100vw - 96px) / 3);
  --type-slide-half: calc(var(--type-slide-width) / 2);
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 0 0 36px;
  overflow: hidden;
}
.rg-type-slider__wrapper {
  display: flex;
  align-items: stretch;
  margin: 0;
}
.rg-type-slider__slide {
  display: flex;
  flex: 0 0 var(--type-slide-width);
  width: var(--type-slide-width);
  opacity: .22;
  transition: opacity .24s ease;
}
.rg-type-slider__slide.is-active {
  opacity: 1;
}
.rg-type-slider.swiper-initialized .rg-type-slider__slide {
  pointer-events: none;
}
.rg-type-slider.swiper-initialized .rg-type-slider__slide.swiper-slide-active {
  opacity: 1;
  pointer-events: auto;
}
.rg-type-slider__arrow {
  position: absolute;
  top: 270px;
  z-index: 2;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent center / contain no-repeat;
  color: transparent;
  font-size: 0;
  cursor: pointer;
  appearance: none;
}
.rg-type-slider__arrow::before {
  content: none;
}
.rg-type-slider__arrow--prev {
  left: calc(50% - var(--type-slide-half) - 66px);
  background-image: url("/wellness/sixpad/common/recoverywear/recommended-guide/img/ic-point1-slider-arrow-prev.png");
}
.rg-type-slider__arrow--next {
  right: calc(50% - var(--type-slide-half) - 66px);
  background-image: url("/wellness/sixpad/common/recoverywear/recommended-guide/img/ic-point1-slider-arrow-next.png");
}
.rg-type-slider__pagination {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 18px;
}
.rg-type-slider__pagination span, .rg-type-slider__pagination-dot {
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  border: 1px solid #888;
  border-radius: 50%;
  background-color: #fff;
  color: transparent;
  font-size: 0;
  line-height: 1;
  cursor: pointer;
  appearance: none;
}
.rg-type-slider__pagination .is-active {
  background-color: #888;
}
@media screen and (max-width: 767px) {
  .rg-type-slider {
    --type-slide-width: calc(100vw - 48px);
    --type-slide-half: calc(50vw - 24px);
    padding: 0 0 28px;
  }
  .rg-type-slider__wrapper {
    display: flex;
    margin: 0;
  }
  .rg-type-slider__slide {
    flex-basis: var(--type-slide-width);
    opacity: 1;
  }
  .rg-type-slider.swiper-initialized .rg-type-slider__slide {
    pointer-events: auto;
  }
  .rg-type-slider__arrow {
    top: calc(80.77vw + 19px);
    width: 40px;
    height: 40px;
  }
  .rg-type-slider__arrow--prev {
    left: calc(50% - var(--type-slide-half) - 20px);
  }
  .rg-type-slider__arrow--next {
    right: calc(50% - var(--type-slide-half) - 20px);
  }
  .rg-type-slider__pagination {
    gap: 8px;
    margin-top: 10px;
  }
  .rg-type-slider__pagination span, .rg-type-slider__pagination-dot {
    width: 10px;
    height: 10px;
  }
}

.rg-type-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  background-color: #f2f0ec;
  text-align: center;
}
.rg-type-card__visual {
  position: relative;
  margin: 0;
}
.rg-type-card__visual picture {
  display: block;
}
.rg-type-card__visual img {
  display: block;
  width: 100%;
  aspect-ratio: 650 / 355;
  height: auto;
  object-fit: cover;
}
.rg-type-card__visual figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 8px 12px 9px;
  background-color: rgba(0, 0, 0, 0.76);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 1600px) {
  .rg-type-card__visual figcaption {
    font-size: 1.125vw;
  }
}
.rg-type-card__lead {
  margin: 0;
  padding: 14px 18px 16px;
  border-bottom: 1px solid #d7d2cb;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 1600px) {
  .rg-type-card__lead {
    font-size: 0.8125vw;
  }
}
.rg-type-card__body {
  flex: 1 1 auto;
  padding: 15px 36px 34px;
}
.rg-type-card__heading {
  margin: 0 0 22px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 1600px) {
  .rg-type-card__heading {
    font-size: 0.9375vw;
  }
}
.rg-type-card__products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.rg-type-card__products--two {
  grid-template-columns: repeat(2, minmax(0, 130px));
  justify-content: center;
  gap: 42px;
}
.rg-type-card__product {
  position: relative;
  min-width: 0;
}
.rg-type-card__product .rg-type-card__pair-img {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 92px;
  margin-bottom: 12px;
}
.rg-type-card__product > img {
  display: block;
  width: auto;
  max-width: 92px;
  max-height: 92px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
  object-fit: contain;
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .rg-type-card__product {
    cursor: pointer;
    transition: opacity .2s ease;
  }
  .rg-type-card__product:hover {
    opacity: .7;
  }
}

.rg-type-card__pair-img {
  gap: 0;
}
.rg-type-card__pair-img img {
  display: block;
  width: auto;
  max-width: 58px;
  max-height: 92px;
  height: auto;
  object-fit: contain;
}
.rg-type-card__tag {
  display: inline-block;
  min-width: 84px;
  margin: 0 0 12px;
  padding: 3px 10px 4px;
  background-color: #ff8705;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (max-width: 1600px) {
  .rg-type-card__tag {
    font-size: 0.6875vw;
  }
}
.rg-type-card__name {
  min-height: 4.2em;
  margin: 0 0 6px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0;
}
@media screen and (max-width: 1600px) {
  .rg-type-card__name {
    font-size: 0.6875vw;
  }
}
.rg-type-card__colors {
  display: flex;
  justify-content: center;
  min-height: 16px;
  margin: 0 0 7px;
}
.rg-type-card__colors .lookmod__color__list.lookmod__color__list--minimal {
  gap: 7px;
  justify-content: center;
}
.rg-type-card__price {
  margin: 0 0 8px;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 1600px) {
  .rg-type-card__price {
    font-size: 0.75vw;
  }
}
.rg-type-card__link {
  display: inline-block;
  color: #000000;
  font-size: 11px;
  line-height: 1.4;
  text-decoration: underline;
}
@media screen and (max-width: 1600px) {
  .rg-type-card__link {
    font-size: 0.6875vw;
  }
}
.rg-type-card__link::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
}
@media screen and (max-width: 767px) {
  .rg-type-card {
    border-radius: 7px;
  }
  .rg-type-card__visual img {
    aspect-ratio: 650 / 525;
  }
  .rg-type-card__visual figcaption {
    padding: 7px 10px 8px;
    font-size: 4.1333333333vmin;
  }
  .rg-type-card__lead {
    padding: 12px 14px 13px;
    font-size: 2.9333333333vmin;
    font-weight: 600;
  }
  .rg-type-card__body {
    padding: 14px 18px 28px;
  }
  .rg-type-card__heading {
    margin-bottom: 18px;
    font-size: 3.2vmin;
  }
  .rg-type-card__products {
    gap: 10px;
  }
  .rg-type-card__products--two {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }
  .rg-type-card__product .rg-type-card__pair-img {
    height: 86px;
    margin-bottom: 10px;
  }
  .rg-type-card__product > img {
    max-width: 86px;
    max-height: 86px;
    margin-bottom: 10px;
  }
  .rg-type-card__pair-img img {
    max-width: 52px;
    max-height: 86px;
  }
  .rg-type-card__tag {
    min-width: 96px;
    margin-bottom: 8px;
    padding: 3px 8px 4px;
    font-size: 2.4vmin;
  }
  .rg-type-card__name {
    min-height: 4.1em;
    font-size: 2.6666666667vmin;
  }
  .rg-type-card__price, .rg-type-card__link {
    font-size: 2.5333333333vmin;
  }
}

/* ===== S09 FAQ ===== */
.rg-faq {
  padding: 76px 0 88px;
  background-color: #f2f0ec;
  color: #000000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.rg-faq__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.rg-faq__title {
  margin: 0 0 36px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0;
  text-align: left;
}
@media screen and (max-width: 1600px) {
  .rg-faq__title {
    font-size: 2.25vw;
  }
}
.rg-faq__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rg-faq__item {
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;
}
.rg-faq__item + .rg-faq__item {
  margin-top: 12px;
}
.rg-faq__q {
  display: grid;
  grid-template-columns: 64px 1fr 28px;
  align-items: center;
  width: 100%;
  min-height: 64px;
  padding: 0 28px 0 0;
  border: 0;
  background: transparent;
  color: #000000;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  appearance: none;
}
.rg-faq__a {
  display: grid;
  grid-template-columns: 64px 1fr;
  max-height: 0;
  overflow: hidden;
  transition: max-height .28s ease;
}
.rg-faq__q-mark, .rg-faq__a-mark {
  position: relative;
  display: flex;
  align-self: stretch;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 1600px) {
  .rg-faq__q-mark, .rg-faq__a-mark {
    font-size: 1.375vw;
  }
}
.rg-faq__q-mark::after, .rg-faq__a-mark::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 0;
  bottom: 18px;
  width: 1px;
}
.rg-faq__q-mark {
  color: #000000;
}
.rg-faq__q-mark::after {
  background-color: #cfcfcf;
}
.rg-faq__a-mark {
  color: #ff8705;
  padding-top: 22px;
  align-items: flex-start;
}
.rg-faq__a-mark::after {
  top: 22px;
  bottom: 24px;
  background-color: #ff8705;
}
.rg-faq__q-text {
  padding: 18px 28px 18px 22px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0;
}
@media screen and (max-width: 1600px) {
  .rg-faq__q-text {
    font-size: 1.125vw;
  }
}
.rg-faq__q-icon {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #ff8705;
}
.rg-faq__q-icon::before, .rg-faq__q-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  border-radius: 999px;
  background-color: #fff;
  transform: translate(-50%, -50%);
}
.rg-faq__q-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.rg-faq__a-text {
  margin: 0;
  padding: 17px 30px 28px 22px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width: 1600px) {
  .rg-faq__a-text {
    font-size: 1vw;
  }
}
.rg-faq__item.is-open .rg-faq__a {
  max-height: 420px;
}
.rg-faq__item.is-open .rg-faq__q-icon::after {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .rg-faq {
    padding: 58px 0 66px;
  }
  .rg-faq__inner {
    max-width: none;
  }
  .rg-faq__title {
    margin-bottom: 28px;
    font-size: 6.9333333333vmin;
    line-height: 1.55;
    text-align: left;
  }
  .rg-faq__item {
    border-radius: 7px;
  }
  .rg-faq__item + .rg-faq__item {
    margin-top: 10px;
  }
  .rg-faq__q {
    grid-template-columns: 46px 1fr 24px;
    min-height: 56px;
    padding-right: 16px;
  }
  .rg-faq__a {
    grid-template-columns: 46px 1fr;
  }
  .rg-faq__q-mark, .rg-faq__a-mark {
    font-size: 4vmin;
  }
  .rg-faq__q-mark::after, .rg-faq__a-mark::after {
    top: 16px;
    bottom: 16px;
  }
  .rg-faq__a-mark {
    padding-top: 18px;
  }
  .rg-faq__a-mark::after {
    top: 18px;
    bottom: 20px;
  }
  .rg-faq__q-text {
    padding: 14px 16px 14px 18px;
    font-size: 4vmin;
    line-height: 1.6;
  }
  .rg-faq__q-icon {
    width: 20px;
    height: 20px;
  }
  .rg-faq__q-icon::before, .rg-faq__q-icon::after {
    width: 9px;
    height: 2px;
  }
  .rg-faq__a-text {
    padding: 14px 18px 22px;
    font-size: 4vmin;
    line-height: 1.75;
  }
  .rg-faq__item.is-open .rg-faq__a {
    max-height: 680px;
  }
}

/* ===== S10 まとめ ===== */
.rg-summary {
  padding: 66px 0 74px;
  background-color: #fff;
  color: #000000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.rg-summary__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.rg-summary__title {
  margin: 0 0 28px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
}
@media screen and (max-width: 1600px) {
  .rg-summary__title {
    font-size: 2.25vw;
  }
}
.rg-summary__lead {
  margin: 0 0 46px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
}
@media screen and (max-width: 1600px) {
  .rg-summary__lead {
    font-size: 1.25vw;
  }
}
.rg-summary__table-wrap {
  margin-bottom: 38px;
}
.rg-summary__table {
  table-layout: fixed;
  min-width: 0;
  color: #000000;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .rg-summary__table {
    font-size: 1vw;
  }
}
.rg-summary__table th,
.rg-summary__table td {
  padding: 10px 20px;
  border: 0;
  border-right: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  vertical-align: middle;
}
.rg-summary__table th {
  font-weight: 600;
}
.rg-summary__table th:first-child,
.rg-summary__table td:first-child {
  width: 150px;
  min-width: 150px;
  font-weight: 400;
  box-shadow: none;
}
.rg-summary__table th:not(:first-child),
.rg-summary__table td:not(:first-child) {
  width: calc((100% - 150px) / 3);
  min-width: 0;
}
.rg-summary__table th:last-child,
.rg-summary__table td:last-child {
  border-right: 0;
}
.rg-summary__table thead th {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #f1efeb;
  font-size: 16px;
  line-height: 1.35;
}
@media screen and (max-width: 1600px) {
  .rg-summary__table thead th {
    font-size: 1vw;
  }
}
.rg-summary__table thead th:first-child {
  font-size: 16px;
  background-color: #f1efeb;
  text-align: left;
}
@media screen and (max-width: 1600px) {
  .rg-summary__table thead th:first-child {
    font-size: 1vw;
  }
}
.rg-summary__table tbody th {
  font-weight: 400;
  text-align: left;
}
.rg-summary__table tbody tr:nth-child(odd) th,
.rg-summary__table tbody tr:nth-child(odd) td {
  background-color: #fff;
}
.rg-summary__table tbody tr:nth-child(even) th,
.rg-summary__table tbody tr:nth-child(even) td {
  background-color: #f1efeb;
}
.rg-summary__cta {
  display: grid;
  gap: 25px;
  width: 536px;
  max-width: 100%;
  margin: 0 auto;
}
.rg-summary__btn {
  position: relative;
  display: flex;
  min-height: 70px;
  padding: 0 74px;
  border-color: #ff8705;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: opacity .2s ease;
}
@media screen and (max-width: 1600px) {
  .rg-summary__btn {
    font-size: 1.125vw;
  }
}
.rg-summary__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 9px;
  height: 12px;
  background: url("/wellness/sixpad/common/recoverywear/recommended-guide/img/ic-arrow-ranking-btn.png") center/contain no-repeat;
  transform: translateY(-50%);
}
.rg-summary__btn:hover {
  opacity: .7;
}
.rg-summary__btn--diagnosis {
  background-color: #fff;
  color: #000000;
}
.rg-summary__btn--diagnosis::after {
  filter: brightness(0);
  transform: translateY(-50%) rotate(-90deg);
}
.rg-summary__btn--lineup {
  background-color: #ff8705;
  color: #fff;
}
.rg-summary__btn--lineup::after {
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 767px) {
  .rg-summary {
    padding: 34px 0 50px;
  }
  .rg-summary__inner {
    max-width: none;
  }
  .rg-summary__title {
    margin-bottom: 24px;
    font-size: 6.9333333333vmin;
    line-height: 1.45;
  }
  .rg-summary__lead {
    margin-bottom: 26px;
    font-size: 4.8vmin;
    font-weight: 600;
    line-height: 1.75;
  }
  .rg-summary__table-wrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 48px;
  }
  .rg-summary__table {
    min-width: 770px;
    font-size: 2.9333333333vmin;
  }
  .rg-summary__table th,
  .rg-summary__table td {
    padding: 10px 14px;
  }
  .rg-summary__table th:first-child,
  .rg-summary__table td:first-child {
    width: 110px;
    min-width: 110px;
  }
  .rg-summary__table th:not(:first-child),
  .rg-summary__table td:not(:first-child) {
    width: 220px;
    min-width: 220px;
  }
  .rg-summary__table thead th {
    font-size: 3.2vmin;
  }
  .rg-summary__table thead th:first-child {
    font-size: 2.6666666667vmin;
  }
  .rg-summary__cta {
    gap: 16px;
    width: 100%;
  }
  .rg-summary__btn {
    min-height: 56px;
    padding: 0 58px;
    font-size: 4vmin;
  }
  .rg-summary__btn--diagnosis::after {
    width: 9px;
    height: 12px;
  }
  .rg-summary__btn--lineup::after {
    width: 9px;
    height: 12px;
  }
}

/* ===== 比較表 sticky 列 ===== */
.rg-compare-table-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}

.rg-compare-table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
.rg-compare-table th, .rg-compare-table td {
  border: 1px solid #dddddd;
  padding: 12px 16px;
  background-color: #ffffff;
}
.rg-compare-table--sticky-col th:first-child, .rg-compare-table--sticky-col td:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  background-color: #ffffff;
  min-width: 120px;
  box-shadow: 2px 0 4px rgba(0, 0, 0, 0.05);
}
.rg-compare-table--sticky-col th:first-child::after, .rg-compare-table--sticky-col td:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 2px;
  background-color: #b8b8b8;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .rg-compare-table--scene {
    min-width: 720px;
  }
  .rg-compare-table--scene th:first-child,
  .rg-compare-table--scene td:first-child {
    min-width: 110px;
  }
  .rg-compare-table--scene th:not(:first-child),
  .rg-compare-table--scene td:not(:first-child) {
    min-width: 300px;
  }
}
.rg-compare-table--summary {
  table-layout: fixed;
  min-width: 0;
  color: #000000;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .rg-compare-table--summary {
    font-size: 1vw;
  }
}
.rg-compare-table--summary th:first-child,
.rg-compare-table--summary td:first-child {
  width: 150px;
  min-width: 150px;
  font-weight: 400;
  box-shadow: none;
}
.rg-compare-table--summary th:not(:first-child),
.rg-compare-table--summary td:not(:first-child) {
  width: calc((100% - 150px) / 3);
  min-width: 0;
}
.rg-compare-table--summary th,
.rg-compare-table--summary td {
  padding: 10px 20px;
  border: 0;
  border-right: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  vertical-align: middle;
}
.rg-compare-table--summary th {
  font-weight: 600;
}
.rg-compare-table--summary th:last-child,
.rg-compare-table--summary td:last-child {
  border-right: 0;
}
.rg-compare-table--summary thead th {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #f1efeb;
  font-size: 16px;
  line-height: 1.35;
}
@media screen and (max-width: 1600px) {
  .rg-compare-table--summary thead th {
    font-size: 1vw;
  }
}
.rg-compare-table--summary thead th:first-child {
  font-size: 16px;
  background-color: #f1efeb;
}
@media screen and (max-width: 1600px) {
  .rg-compare-table--summary thead th:first-child {
    font-size: 1vw;
  }
}
.rg-compare-table--summary tbody th {
  font-weight: 400;
  text-align: left;
}
.rg-compare-table--summary tbody tr:nth-child(odd) th,
.rg-compare-table--summary tbody tr:nth-child(odd) td {
  background-color: #fbfaf9;
}
.rg-compare-table--summary tbody tr:nth-child(even) th,
.rg-compare-table--summary tbody tr:nth-child(even) td {
  background-color: #f1efeb;
}
@media screen and (max-width: 767px) {
  .rg-compare-table--summary {
    min-width: 770px;
    font-size: 2.9333333333vmin;
  }
  .rg-compare-table--summary th:first-child,
  .rg-compare-table--summary td:first-child {
    width: 110px;
    min-width: 110px;
  }
  .rg-compare-table--summary th:not(:first-child),
  .rg-compare-table--summary td:not(:first-child) {
    width: 220px;
    min-width: 220px;
  }
  .rg-compare-table--summary th,
  .rg-compare-table--summary td {
    padding: 10px 14px;
  }
  .rg-compare-table--summary thead th {
    font-size: 3.2vmin;
  }
  .rg-compare-table--summary thead th:first-child {
    font-size: 2.6666666667vmin;
  }
}

/* ===== Father's Day Campaign 追従バナー ===== */
.rg-banner-sticky {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1100;
  width: 200px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px) scale(0.98);
  transition: opacity 0.45s ease, visibility 0.45s ease, transform 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  pointer-events: none;
}
.rg-banner-sticky.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.rg-banner-sticky__inner {
  position: relative;
  width: 100%;
}
.rg-banner-sticky__link {
  display: block;
  transition: opacity .2s ease;
}
.rg-banner-sticky__link:hover {
  opacity: .8;
}
.rg-banner-sticky img {
  display: block;
  width: 100%;
  height: auto;
}
.rg-banner-sticky__close {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 2;
  width: 32px;
  height: 33px;
  padding: 0;
  border: 1px solid #999;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  appearance: none;
}
.rg-banner-sticky__close::before, .rg-banner-sticky__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #555;
}
.rg-banner-sticky__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.rg-banner-sticky__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .rg-banner-sticky {
    right: 12px;
    bottom: 12px;
    width: 26.6666666667vw;
    min-width: 112px;
    max-width: 150px;
  }
  .rg-banner-sticky__close {
    top: 1px;
    right: 0;
    width: 22px;
    height: 22px;
  }
  .rg-banner-sticky__close::before, .rg-banner-sticky__close::after {
    width: 12px;
    height: 1px;
  }
}

/* ===== Father's Day Campaign インラインバナー ===== */
.rg-fday-banner {
  display: block;
  margin: 32px auto;
  max-width: 1100px;
  box-shadow: 6px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .rg-fday-banner {
    margin: 24px auto 30px;
    max-width: 100%;
    box-shadow: 4px 4px rgba(0, 0, 0, 0.2);
  }
  #wrapper #main a.rg-fday-banner:link,
  #wrapper #main a.rg-fday-banner:visited {
    margin-bottom: 30px;
  }
}
.rg-fday-banner img {
  width: 100%;
  height: auto;
  display: block;
}

/* POINT common */
@media screen and (min-width: 768px) {
  .rg-points__tag {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .rg-points__tag {
    font-size: 0.9375vw;
  }
}

@media screen and (min-width: 768px) {
  .rg-points__compare {
    width: 100%;
    max-width: 1100px;
    margin: 58px auto 0;
    transform: none;
  }

  .rg-points3__note {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .rg-points3__note {
    font-size: 0.875vw;
  }
}

.rg-diagnosis__btn {
  text-decoration: none;
}

/* Diagnosis detail buttons */
.rg-diagnosis__detail-btn {
  position: relative;
}
.rg-diagnosis__detail-btn::after {
  position: absolute;
  top: 50%;
  right: 28px;
  margin-left: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .rg-diagnosis__product-body {
    grid-template-columns: minmax(0, 40%) minmax(0, 1fr);
  }

  .rg-diagnosis__product-info {
    min-width: 0;
  }

  .rg-diagnosis__detail-btn {
    width: 100%;
    min-width: 0;
  }
  .rg-diagnosis__detail-btn::after {
    right: 14px;
  }
}
/* POINT product detail buttons */
.rg-points__detail-btn {
  position: relative;
}
.rg-points__detail-btn::after {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-left: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .rg-points__detail-btn::after {
    right: 16px;
  }
}
/* Slider arrows */
.rg-points1__slider {
  --point1-arrow-size: clamp(32px, calc(var(--point1-slide-width) * .096), 48px);
  --point1-arrow-gap: clamp(10px, calc(var(--point1-slide-width) * .036), 18px);
  --point1-arrow-offset: calc(var(--point1-arrow-size) + var(--point1-arrow-gap));
  --point1-bottom-ui-height: 66px;
}

.rg-points1__arrow {
  top: calc((100% - var(--point1-bottom-ui-height)) / 2);
  width: var(--point1-arrow-size);
  height: var(--point1-arrow-size);
}

.rg-points1__arrow--prev {
  left: calc(50% - var(--point1-slide-half) - var(--point1-arrow-offset));
}

.rg-points1__arrow--next {
  right: calc(50% - var(--point1-slide-half) - var(--point1-arrow-offset));
}

.rg-type-slider {
  --type-arrow-size: clamp(32px, calc(var(--type-slide-width) * .096), 48px);
  --type-arrow-gap: clamp(10px, calc(var(--type-slide-width) * .036), 18px);
  --type-arrow-offset: calc(var(--type-arrow-size) + var(--type-arrow-gap));
  --type-bottom-ui-height: 66px;
}

.rg-type-slider__arrow {
  top: calc((100% - var(--type-bottom-ui-height)) / 2);
  width: var(--type-arrow-size);
  height: var(--type-arrow-size);
  transform: translateY(-50%);
}

.rg-type-slider__arrow--prev {
  left: calc(50% - var(--type-slide-half) - var(--type-arrow-offset));
}

.rg-type-slider__arrow--next {
  right: calc(50% - var(--type-slide-half) - var(--type-arrow-offset));
}

@media screen and (max-width: 767px) {
  .rg-points1__slider {
    --point1-arrow-size: clamp(32px, calc(var(--point1-slide-width) * .096), 42px);
    --point1-arrow-gap: 12px;
    --point1-arrow-offset: calc(var(--point1-arrow-size) / 2);
    --point1-bottom-ui-height: 58px;
    --point1-slide-half: calc(var(--point1-slide-width) / 2);
  }

  .rg-points1__arrow {
    top: calc((100% - var(--point1-bottom-ui-height)) / 2);
  }

  .rg-points1__arrow--prev {
    left: calc(50% - var(--point1-slide-half) - var(--point1-arrow-offset));
  }

  .rg-points1__arrow--next {
    right: calc(50% - var(--point1-slide-half) - var(--point1-arrow-offset));
  }

  .rg-type-slider {
    --type-arrow-size: clamp(32px, calc(var(--type-slide-width) * .096), 40px);
    --type-arrow-gap: 12px;
    --type-arrow-offset: calc(var(--type-arrow-size) / 2);
    --type-bottom-ui-height: 48px;
    --type-slide-half: calc(var(--type-slide-width) / 2);
  }

  .rg-type-slider__arrow {
    top: calc((100% - var(--type-bottom-ui-height)) / 2);
  }

  .rg-type-slider__arrow--prev {
    left: calc(50% - var(--type-slide-half) - var(--type-arrow-offset));
  }

  .rg-type-slider__arrow--next {
    right: calc(50% - var(--type-slide-half) - var(--type-arrow-offset));
  }
}
/* POINT2 guide */
@media screen and (min-width: 768px) {
  .rg-points2__guide-result--large {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .rg-points2__guide-result--large {
    font-size: 1.125vw;
  }
}

/* Compare tables */
@media screen and (min-width: 768px) {
  .rg-compare-chart .rg-compare-table--scene th:first-child,
  .rg-compare-chart .rg-compare-table--scene td:first-child {
    width: 170px;
    min-width: 170px;
    white-space: nowrap;
  }
  .rg-compare-chart .rg-compare-table--scene th:not(:first-child),
  .rg-compare-chart .rg-compare-table--scene td:not(:first-child) {
    width: calc((100% - 170px) / 2);
  }
}
.rg-points__table-wrap {
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .rg-points__compare {
    overflow: visible;
  }

  .rg-points__table-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
  }

  .rg-points__table th:first-child,
  .rg-points__table td:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 3;
  }
  .rg-points__table thead th:first-child {
    z-index: 4;
  }
}
/* POINT3 price tabs */
.rg-points3__reason-heading::before {
  height: 100%;
}

@media screen and (max-width: 767px) {
  .rg-points3__reason-list img.rg-points3__reason-img--gift-sp {
    aspect-ratio: 325 / 405;
  }
}
.rg-points3__panel.rg-points__product-list--panel-two {
  grid-template-columns: repeat(2, 265px);
  justify-content: center;
  gap: 42px;
}
.rg-points3__panel .rg-points__product-img {
  width: auto;
  max-width: 230px;
  max-height: 230px;
}
.rg-points3__panel .rg-points__product-name,
.rg-points3__panel .rg-points__colors {
  width: 180px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.rg-points3__panel .rg-points__product-price {
  width: 180px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.rg-points3__panel .rg-points__product .rg-points__detail-btn {
  display: flex;
  width: 180px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* POINT4 cool block */
@media screen and (max-width: 767px) {
  .rg-points4__cool h5 {
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .rg-points__main-title {
    margin-bottom: 20px;
    font-size: 6.9333333333vmin;
    line-height: 1.42;
  }
  .rg-points__main-title + .rg-points__item {
    margin-top: 20px;
  }
  .rg-points__heading {
    gap: 0 12px;
    margin-bottom: 15px;
  }
  .rg-points__title {
    margin-top: 10px;
    font-size: 5.6vmin;
    line-height: 1.32;
  }
  .rg-points__lead {
    margin-bottom: 28px;
    font-size: 4.5333333333vmin;
    line-height: 1.72;
  }

  .rg-points1__arrow {
    width: var(--point1-arrow-size);
    height: var(--point1-arrow-size);
  }

  .rg-points1__slider {
    --point1-slide-width: 86.6666666667vw;
  }

  .rg-points3__panel {
    display: block;
    padding: 0 14px 28px;
  }
  .rg-points3__panel.rg-points__product-list--panel-two {
    display: block;
  }
  .rg-points3__panel[hidden] {
    display: none;
  }
  .rg-points3__panel .rg-points__product {
    display: grid;
    grid-template-columns: 44% 1fr;
    column-gap: 20px;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid #d5d1ca;
  }
  .rg-points3__panel .rg-points__product:first-child {
    border-top: 0;
  }
  .rg-points3__panel .rg-points__product-img {
    grid-column: 1;
    grid-row: 1 / span 4;
    width: 100%;
    max-width: 132px;
    max-height: 132px;
    margin: 0 auto;
    object-fit: contain;
  }
  .rg-points3__panel .rg-points__product-name,
  .rg-points3__panel .rg-points__colors,
  .rg-points3__panel .rg-points__product-price {
    grid-column: 2;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
  .rg-points3__panel .rg-points__product-name {
    margin-bottom: 10px;
    font-size: 4.2666666667vmin;
    line-height: 1.45;
  }
  .rg-points3__panel .rg-points__colors {
    margin-bottom: 4px;
  }
  .rg-points3__panel .rg-points__product-price {
    margin-bottom: 8px;
    font-size: 4.8vmin;
    line-height: 1.35;
  }
  .rg-points3__panel .rg-points__product-price small {
    font-size: 3.2vmin;
  }
  .rg-points3__panel .rg-points__product .rg-points__detail-btn {
    grid-column: 2;
    width: 100%;
    max-width: 170px;
    min-height: 44px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 2.9333333333vmin;
    white-space: nowrap;
  }

  .rg-points3__tabs {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }

  .rg-points3__tab-nav {
    gap: 2px;
    padding: 0 20px;
  }

  .rg-points3__tab {
    min-height: 42px;
    border-radius: 8px 8px 0 0;
    font-size: 3.7333333333vmin;
  }

  .rg-ranking__item.rg-ranking__item--third {
    border-bottom: 0;
  }

  .rg-toc__link {
    padding: 10px 50px 10px 20px;
  }

  .rg-points3__giftbag {
    margin-top: 0;
  }

  .rg-points__product-list--season {
    margin-bottom: 0;
  }

  .rg-compare-chart {
    padding: 0;
  }

  .rg-faq {
    padding: 0;
    background-color: #fff;
  }

  .rg-faq__title {
    margin-bottom: 0;
    padding-bottom: 28px;
  }

  .rg-faq__list {
    position: relative;
    z-index: 0;
    padding: 28px 0 66px;
  }
  .rg-faq__list::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 50vw);
    z-index: -1;
    width: 100vw;
    background-color: #f2f0ec;
  }
}
