@charset "utf-8";
/* CSS Document */

/* =====================================================
   GOLD STONE 商品説明
   ヨナグニブルー ホタルガラスブレスレット
===================================================== */

.gs-product-description {
  width: 100%;
  max-width: 960px;
  margin: 60px auto;
  padding: 0;
  color: #26323d;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    "Yu Gothic",
    "YuGothic",
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.03em;
  box-sizing: border-box;
}

.gs-product-description *,
.gs-product-description *::before,
.gs-product-description *::after {
  box-sizing: border-box;
}


/* 導入
------------------------------------------ */

.gs-product-intro {
  position: relative;
  padding: 72px 50px;
  overflow: hidden;
  text-align: center;
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(115, 215, 238, 0.22),
      transparent 48%
    ),
    linear-gradient(
      145deg,
      #edfaff 0%,
      #f8fcfd 48%,
      #e7f4f8 100%
    );
  border: 1px solid #d8e9ee;
  border-radius: 18px;
}

.gs-product-intro::before,
.gs-product-intro::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  pointer-events: none;
}

.gs-product-intro::before {
  top: -90px;
  right: -70px;
  width: 240px;
  height: 240px;
  border: 1px solid rgba(36, 138, 170, 0.12);
}

.gs-product-intro::after {
  bottom: -130px;
  left: -80px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(36, 138, 170, 0.1);
}

.gs-product-intro__label {
  margin: 0 0 20px;
  color: #1683a8;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.25em;
}

.gs-product-intro__title {
  margin: 0 0 30px;
  color: #155875;
  font-family:
    "Yu Mincho",
    "YuMincho",
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.08em;
}

.gs-product-intro__text {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto 14px;
  color: #445a66;
}

.gs-product-intro__text:last-child {
  margin-bottom: 0;
}


/* 各セクション
------------------------------------------ */

.gs-product-section {
  margin-top: 72px;
}

.gs-product-heading {
  margin-bottom: 30px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ccdce2;
}

.gs-product-heading__en {
  display: block;
  margin-bottom: 5px;
  color: #2793b3;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.2em;
}

.gs-product-heading__title {
  margin: 0;
  color: #1c4659;
  font-family:
    "Yu Mincho",
    "YuMincho",
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
}


/* 特徴
------------------------------------------ */

.gs-feature-box {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 24px;
  margin-bottom: 18px;
  padding: 30px;
  background: #fff;
  border: 1px solid #dce7eb;
  border-radius: 12px;
}

.gs-feature-box:last-child {
  margin-bottom: 0;
}

.gs-feature-box__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  background: linear-gradient(145deg, #17789b, #36a9c3);
  border-radius: 50%;
}

.gs-feature-box__title {
  margin: 0 0 10px;
  color: #1e536a;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.6;
}

.gs-feature-box__text {
  margin: 0 0 8px;
  color: #4d6069;
}

.gs-feature-box__text:last-child {
  margin-bottom: 0;
}

.gs-feature-box__note {
  margin: 12px 0 0;
  color: #77858c;
  font-size: 13px;
  line-height: 1.8;
}


/* =====================================================
   このような方におすすめ
   ショップサーブ既存CSS干渉対策版
===================================================== */

.gs-product-description .gs-product-recommend {
  display: block;
  width: 100%;
  margin-top: 72px;
  padding: 44px;
  overflow: hidden;
  background: linear-gradient(
    140deg,
    #116080 0%,
    #0c7998 100%
  );
  border-radius: 16px;
  box-sizing: border-box;
}

.gs-product-description .gs-product-heading--light {
  display: block;
  width: 100%;
  margin: 0 0 30px;
  padding: 0 0 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  box-sizing: border-box;
}

.gs-product-description
.gs-product-heading--light
.gs-product-heading__en {
  display: block;
  margin: 0 0 5px;
  padding: 0;
  color: #aee9f5;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.2em;
}

.gs-product-description
.gs-product-heading--light
.gs-product-heading__title {
  display: block;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
}


/* リスト全体を初期化 */

.gs-product-description .gs-check-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 36px;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  box-sizing: border-box;
}


/* 各項目を初期化 */

.gs-product-description .gs-check-list li {
  position: relative !important;
  display: block !important;
  float: none !important;
  clear: none !important;
  width: auto !important;
  min-width: 0;
  height: auto !important;
  margin: 0 !important;
  padding: 0 0 0 31px !important;
  color: #fff !important;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8 !important;
  letter-spacing: 0.02em;
  text-align: left !important;
  text-indent: 0 !important;
  white-space: normal !important;
  background: none !important;
  border: 0 !important;
  box-sizing: border-box;
}


/* チェックマークを文字ではなくCSSで描画 */

.gs-product-description .gs-check-list li::before {
  position: absolute !important;
  top: 8px !important;
  left: 4px !important;
  display: block !important;
  width: 7px !important;
  height: 12px !important;
  margin: 0 !important;
  padding: 0 !important;
  content: "" !important;
  background: none !important;
  border: 0 !important;
  border-right: 2px solid #b8eff7 !important;
  border-bottom: 2px solid #b8eff7 !important;
  border-radius: 0 !important;
  transform: rotate(45deg);
  box-sizing: border-box;
}


/* 既存CSSの疑似要素を無効化 */

.gs-product-description .gs-check-list li::after {
  display: none !important;
  content: none !important;
}


/* スマートフォン */

@media screen and (max-width: 767px) {

  .gs-product-description .gs-product-recommend {
    margin-top: 52px;
    padding: 32px 22px;
    border-radius: 12px;
  }

  .gs-product-description
  .gs-product-heading--light
  .gs-product-heading__title {
    font-size: 22px;
  }

  .gs-product-description .gs-check-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .gs-product-description .gs-check-list li {
    padding-left: 29px !important;
    font-size: 14px;
    line-height: 1.8 !important;
  }

  .gs-product-description .gs-check-list li::before {
    top: 7px !important;
  }
}


/* 商品仕様
------------------------------------------ */

.gs-spec-table {
  overflow: hidden;
  border: 1px solid #d8e3e7;
  border-radius: 12px;
}

.gs-spec-table__row {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  border-bottom: 1px solid #d8e3e7;
}

.gs-spec-table__row:last-child {
  border-bottom: 0;
}

.gs-spec-table__head,
.gs-spec-table__body {
  padding: 17px 22px;
}

.gs-spec-table__head {
  display: flex;
  align-items: center;
  color: #315669;
  font-weight: 700;
  background: #edf6f8;
}

.gs-spec-table__body {
  color: #4d5d65;
  background: #fff;
}


/* サイズ
------------------------------------------ */

.gs-size-guide {
  padding: 30px 34px;
  background: #f5f8f9;
  border-left: 4px solid #3195b2;
  border-radius: 0 10px 10px 0;
}

.gs-size-guide p {
  margin: 0 0 10px;
}

.gs-size-guide p:last-child {
  margin-bottom: 0;
}


/* 注意事項
------------------------------------------ */

.gs-notice-box {
  padding: 30px 34px;
  background: #fafafa;
  border: 1px solid #e1e4e6;
  border-radius: 12px;
}

.gs-notice-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gs-notice-box li {
  position: relative;
  margin: 0 0 13px;
  padding-left: 21px;
  color: #59676e;
  font-size: 14px;
  line-height: 1.9;
}

.gs-notice-box li:last-child {
  margin-bottom: 0;
}

.gs-notice-box li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
  color: #328ca7;
  font-weight: 700;
}


/* 締め
------------------------------------------ */

.gs-product-message {
  margin-top: 72px;
  padding: 58px 30px;
  text-align: center;
  background:
    linear-gradient(
      rgba(245, 252, 254, 0.96),
      rgba(245, 252, 254, 0.96)
    );
  border-top: 1px solid #d7e8ed;
  border-bottom: 1px solid #d7e8ed;
}

.gs-product-message__lead {
  margin: 0 0 18px;
  color: #166682;
  font-family:
    "Yu Mincho",
    "YuMincho",
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.gs-product-message__text {
  margin: 0;
  color: #4d6470;
}


/* スマートフォン
------------------------------------------ */

@media screen and (max-width: 767px) {

  .gs-product-description {
    margin: 35px auto;
    padding: 0 14px;
    font-size: 15px;
    line-height: 1.9;
  }

  .gs-product-intro {
    padding: 47px 22px;
    border-radius: 12px;
  }

  .gs-product-intro__label {
    margin-bottom: 16px;
    font-size: 10px;
    letter-spacing: 0.18em;
  }

  .gs-product-intro__title {
    margin-bottom: 23px;
    font-size: 25px;
    line-height: 1.55;
  }

  .gs-product-intro__text {
    text-align: left;
  }

  .gs-product-section {
    margin-top: 52px;
  }

  .gs-product-heading {
    margin-bottom: 22px;
    padding-bottom: 12px;
  }

  .gs-product-heading__title {
    font-size: 22px;
  }

  .gs-feature-box {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
    padding: 22px 18px;
  }

  .gs-feature-box__number {
    width: 42px;
    height: 42px;
    font-size: 12px;
  }

  .gs-feature-box__title {
    margin-bottom: 8px;
    font-size: 17px;
  }

  .gs-product-recommend {
    padding: 32px 22px;
    border-radius: 12px;
  }

  .gs-check-list {
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .gs-spec-table__row {
    display: block;
  }

  .gs-spec-table__head,
  .gs-spec-table__body {
    padding: 13px 16px;
  }

  .gs-spec-table__head {
    border-bottom: 1px solid #d8e3e7;
  }

  .gs-size-guide {
    padding: 22px 20px;
  }

  .gs-notice-box {
    padding: 22px 19px;
  }

  .gs-product-message {
    margin-top: 52px;
    padding: 42px 19px;
  }

  .gs-product-message__lead {
    font-size: 24px;
  }

  .gs-product-message__text br {
    display: none;
  }
}
/* =====================================================
   商品説明内の画像
===================================================== */

.gs-product-description img {
  max-width: 100%;
}


/* 導入のメイン画像
------------------------------------------ */

.gs-product-description .gs-description-main-image {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 720px;
  margin: 36px auto 0;
  overflow: hidden;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 14px 35px rgba(17, 83, 108, 0.1);
}

.gs-product-description .gs-description-main-image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border: 0;
}


/* 画像2枚並び
------------------------------------------ */

.gs-product-description .gs-product-image-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
  margin: 0 0 26px;
}

.gs-product-description .gs-product-image-card {
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d8e5e9;
  border-radius: 13px;
}

.gs-product-description .gs-product-image-card img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border: 0;
}

.gs-product-description .gs-product-image-card figcaption {
  margin: 0;
  padding: 13px 15px;
  color: #3e5f6e;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.7;
  text-align: center;
  background: #fff;
}

.gs-product-description
.gs-product-image-card--dark
figcaption {
  color: #fff;
  background: #07130f;
}


/* ビーズ拡大
------------------------------------------ */

.gs-product-description .gs-feature-detail-image {
  width: 100%;
  max-width: 520px;
  margin: 22px 0 0;
  overflow: hidden;
  border-radius: 10px;
  background: #f4f7f8;
}

.gs-product-description .gs-feature-detail-image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border: 0;
}


/* サイズ画像
------------------------------------------ */

.gs-product-description .gs-size-image {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 28px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dce6e9;
  border-radius: 12px;
}

.gs-product-description .gs-size-image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border: 0;
}

.gs-product-description .gs-size-image__caption {
  margin: 0;
  padding: 11px 15px;
  color: #526872;
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
  background: #f5f8f9;
}


/* ギフト
------------------------------------------ */

.gs-product-description .gs-gift-section {
  display: grid;
  grid-template-columns: minmax(0, 48%) minmax(0, 1fr);
  align-items: center;
  gap: 38px;
  padding: 34px;
  background: #f5f5f3;
  border-radius: 15px;
}

.gs-product-description .gs-gift-section__image {
  overflow: hidden;
  background: #fff;
  border-radius: 11px;
}

.gs-product-description .gs-gift-section__image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border: 0;
}

.gs-product-description .gs-gift-section__en {
  display: block;
  margin-bottom: 8px;
  color: #2b879f;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.2em;
}

.gs-product-description .gs-gift-section__title {
  margin: 0 0 17px;
  color: #284e5f;
  font-family:
    "Yu Mincho",
    "YuMincho",
    "Hiragino Mincho ProN",
    serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.55;
}

.gs-product-description .gs-gift-section__text {
  margin: 0;
  color: #55666d;
}


/* スマートフォン
------------------------------------------ */

@media screen and (max-width: 767px) {

  .gs-product-description .gs-description-main-image {
    margin-top: 27px;
    border-radius: 9px;
    box-shadow: 0 9px 24px rgba(17, 83, 108, 0.09);
  }

  .gs-product-description .gs-product-image-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 22px;
  }

  .gs-product-description .gs-product-image-card {
    border-radius: 10px;
  }

  .gs-product-description .gs-feature-detail-image {
    margin-top: 17px;
    border-radius: 8px;
  }

  .gs-product-description .gs-size-image {
    margin-bottom: 22px;
    border-radius: 9px;
  }

  .gs-product-description .gs-gift-section {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 22px;
    border-radius: 11px;
  }

  .gs-product-description .gs-gift-section__title {
    font-size: 21px;
  }
}
/* サイズガイド画像
------------------------------------------ */

.gs-product-description .gs-size-guide-image {
  width: 100%;
  max-width: 760px;
  margin: 0 auto 28px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dce6e9;
  border-radius: 12px;
  box-sizing: border-box;
}

.gs-product-description .gs-size-guide-image img {
  display: block;
  width: 100%;
  height: auto;

  margin: 0;
  border: 0;
}

.gs-product-description .gs-size-guide-image__caption {
  margin: 0;
  padding: 12px 18px;
  color: #526872;
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
  background: #f5f8f9;
}


/* スマートフォン */

@media screen and (max-width: 767px) {

  .gs-product-description .gs-size-guide-image {
    margin-bottom: 22px;
    border-radius: 9px;
  }

  .gs-product-description .gs-size-guide-image__caption {
    padding: 10px 13px;
    font-size: 12px;
  }
}

/* =====================================================
   GOLD STONE TERAHERTZ COLLECTION
   テラヘルツ マッサージブラシ
===================================================== */

.gs-th-brush {
  width: 100%;
  max-width: 960px;
  margin: 60px auto;
  padding: 0;
  color: #33383c;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    "Yu Gothic",
    YuGothic,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.035em;
  box-sizing: border-box;
}

.gs-th-brush *,
.gs-th-brush *::before,
.gs-th-brush *::after {
  box-sizing: border-box;
}

.gs-th-brush img {
  max-width: 100%;
  border: 0;
}

.gs-th-brush p,
.gs-th-brush h2,
.gs-th-brush h3,
.gs-th-brush h4,
.gs-th-brush figure,
.gs-th-brush dl,
.gs-th-brush dd {
  margin-top: 0;
}

.gs-th-brush__sp-only {
  display: none;
}


/* =====================================================
   HERO
===================================================== */

.gs-th-brush__hero {
  display: grid;
  grid-template-columns: minmax(0, 42%) minmax(0, 58%);
  align-items: stretch;
  width: 100%;
  overflow: hidden;
  background:
    linear-gradient(
      145deg,
      #15191d 0%,
      #292f34 60%,
      #3a4247 100%
    );
  border-radius: 18px;
}

.gs-th-brush__hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 54px 42px;
}

.gs-th-brush__eyebrow {
  margin: 0 0 19px;
  color: #c4a66b;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.23em;
}

.gs-th-brush__hero-title {
  margin: 0 0 24px;
  color: #fff;
  font-family:
    "Yu Mincho",
    YuMincho,
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.07em;
}

.gs-th-brush__hero-lead {
  margin: 0 0 15px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.8;
}

.gs-th-brush__hero-text {
  margin: 0;
  color: #d4d9dc;
  font-size: 14px;
  line-height: 1.9;
}

.gs-th-brush__hero-image {
  min-height: 540px;
  overflow: hidden;
  background: #f4f4f4;
}

.gs-th-brush__hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: center;
}


/* =====================================================
   SECTION
===================================================== */

.gs-th-brush__section {
  margin-top: 78px;
}

.gs-th-brush__heading {
  margin-bottom: 32px;
  padding-bottom: 18px;
  border-bottom: 1px solid #d7dbde;
}

.gs-th-brush__heading-en {
  display: block;
  margin-bottom: 7px;
  color: #9b7a3f;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.22em;
}

.gs-th-brush__heading-title {
  margin: 0;
  color: #272d31;
  font-family:
    "Yu Mincho",
    YuMincho,
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.06em;
}

.gs-th-brush__heading-text {
  max-width: 760px;
  margin: 17px 0 0;
  color: #596066;
}

.gs-th-brush__heading--light {
  border-bottom-color: rgba(255, 255, 255, 0.24);
}

.gs-th-brush__heading--light .gs-th-brush__heading-en {
  color: #d4bb84;
}

.gs-th-brush__heading--light .gs-th-brush__heading-title,
.gs-th-brush__heading--light .gs-th-brush__heading-text {
  color: #fff;
}


/* =====================================================
   GALLERY
===================================================== */

.gs-th-brush__gallery {
  display: grid;
  width: 100%;
}

.gs-th-brush__gallery--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.gs-th-brush__image-card {
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e0e2e3;
  border-radius: 13px;
}

.gs-th-brush__image-card img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.gs-th-brush__image-card figcaption {
  margin: 0;
  padding: 13px 18px;
  color: #596168;
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
  background: #f7f7f6;
}


/* =====================================================
   FEATURE
===================================================== */

.gs-th-brush__feature {
  display: grid;
  grid-template-columns: minmax(0, 52%) minmax(0, 1fr);
  align-items: center;
  gap: 42px;
  margin-bottom: 28px;
  padding: 30px;
  background: #f6f6f4;
  border-radius: 15px;
}

.gs-th-brush__feature:last-child {
  margin-bottom: 0;
}

.gs-th-brush__feature--reverse .gs-th-brush__feature-image {
  order: 2;
}

.gs-th-brush__feature--reverse .gs-th-brush__feature-content {
  order: 1;
}

.gs-th-brush__feature-image {
  overflow: hidden;
  background: #fff;
  border-radius: 11px;
}

.gs-th-brush__feature-image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.gs-th-brush__feature-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 45px;
  height: 28px;
  margin-bottom: 15px;
  padding: 0 13px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
  background: #282f33;
  border-radius: 20px;
}

.gs-th-brush__feature-title {
  margin: 0 0 16px;
  color: #30363a;
  font-family:
    "Yu Mincho",
    YuMincho,
    "Hiragino Mincho ProN",
    serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.55;
}

.gs-th-brush__feature-text {
  margin: 0 0 10px;
  color: #565e63;
}

.gs-th-brush__feature-text:last-child {
  margin-bottom: 0;
}

.gs-th-brush__feature-note {
  margin: 13px 0 0;
  color: #777e82;
  font-size: 13px;
  line-height: 1.8;
}


/* =====================================================
   HOW TO USE
===================================================== */

.gs-th-brush__howto {
  padding: 48px;
  background:
    linear-gradient(
      145deg,
      #20262a 0%,
      #343c41 100%
    );
  border-radius: 17px;
}

.gs-th-brush__howto-layout {
  display: grid;
  grid-template-columns: minmax(0, 46%) minmax(0, 1fr);
  align-items: start;
  gap: 38px;
}

.gs-th-brush__howto-image {
  overflow: hidden;
  background: #fff;
  border-radius: 12px;
}

.gs-th-brush__howto-image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.gs-th-brush__steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gs-th-brush__step {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 15px;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.gs-th-brush__step:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.gs-th-brush__step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #252b2f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  background: #d4bb84;
  border-radius: 50%;
}

.gs-th-brush__step-title {
  margin: 0 0 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

.gs-th-brush__step-content p {
  margin: 0;
  color: #d4d9dc;
  font-size: 14px;
  line-height: 1.8;
}

.gs-th-brush__caution-line {
  margin-top: 31px;
  padding: 17px 21px;
  color: #343a3e;
  font-size: 14px;
  line-height: 1.8;
  background: #f0e7d6;
  border-radius: 8px;
}

.gs-th-brush__caution-line strong {
  margin-right: 5px;
}


/* =====================================================
   RECOMMENDED
===================================================== */

.gs-th-brush__recommended {
  padding: 44px;
  background:
    linear-gradient(
      140deg,
      #3e3023 0%,
      #66513a 100%
    );
  border-radius: 16px;
}

.gs-th-brush__check-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 35px;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.gs-th-brush__check-list li {
  position: relative !important;
  display: block !important;
  float: none !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 0 0 29px !important;
  color: #fff !important;
  font-size: 15px;
  line-height: 1.8 !important;
  text-align: left !important;
  text-indent: 0 !important;
  background: none !important;
  border: 0 !important;
}

.gs-th-brush__check-list li::before {
  position: absolute !important;
  top: 8px !important;
  left: 4px !important;
  display: block !important;
  width: 7px !important;
  height: 12px !important;
  content: "" !important;
  background: none !important;
  border: 0 !important;
  border-right: 2px solid #dfc58e !important;
  border-bottom: 2px solid #dfc58e !important;
  transform: rotate(45deg);
}

.gs-th-brush__check-list li::after {
  display: none !important;
  content: none !important;
}


/* =====================================================
   MATERIAL
===================================================== */

.gs-th-brush__material {
  display: grid;
  grid-template-columns: minmax(0, 45%) minmax(0, 1fr);
  align-items: center;
  gap: 42px;
}

.gs-th-brush__material-image {
  overflow: hidden;
  background: #f5f5f5;
  border-radius: 13px;
}

.gs-th-brush__material-image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.gs-th-brush__material-lead {
  margin: 0 0 15px;
  color: #30363a;
  font-family:
    "Yu Mincho",
    YuMincho,
    "Hiragino Mincho ProN",
    serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.7;
}

.gs-th-brush__material-content p {
  margin-bottom: 12px;
}

.gs-th-brush__material-content p:last-child {
  margin-bottom: 0;
}

.gs-th-brush__material-note {
  margin-top: 21px !important;
  padding: 16px 18px;
  color: #646b70;
  font-size: 13px;
  line-height: 1.8;
  background: #f3f3f1;
  border-left: 3px solid #9d7e45;
}


/* =====================================================
   SIZE
===================================================== */

.gs-th-brush__size-layout {
  display: grid;
  grid-template-columns: minmax(0, 48%) minmax(0, 1fr);
  align-items: center;
  gap: 40px;
}

.gs-th-brush__size-image {
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e0e2e3;
  border-radius: 13px;
}

.gs-th-brush__size-image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.gs-th-brush__size-data {
  margin: 0;
  overflow: hidden;
  border: 1px solid #dcdfe0;
  border-radius: 10px;
}

.gs-th-brush__size-row {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  border-bottom: 1px solid #dcdfe0;
}

.gs-th-brush__size-row:last-child {
  border-bottom: 0;
}

.gs-th-brush__size-row dt,
.gs-th-brush__size-row dd {
  margin: 0;
  padding: 14px 16px;
}

.gs-th-brush__size-row dt {
  color: #343b3f;
  font-weight: 700;
  background: #efefec;
}

.gs-th-brush__size-row dd {
  color: #565e63;
  background: #fff;
}

.gs-th-brush__size-note {
  margin: 17px 0 0;
  color: #70777b;
  font-size: 13px;
  line-height: 1.8;
}


/* =====================================================
   SPECIFICATION
===================================================== */

.gs-th-brush__spec {
  overflow: hidden;
  border: 1px solid #dadde0;
  border-radius: 12px;
}

.gs-th-brush__spec-row {
  display: grid;
  grid-template-columns: 185px minmax(0, 1fr);
  border-bottom: 1px solid #dadde0;
}

.gs-th-brush__spec-row:last-child {
  border-bottom: 0;
}

.gs-th-brush__spec-head,
.gs-th-brush__spec-body {
  padding: 17px 21px;
}

.gs-th-brush__spec-head {
  display: flex;
  align-items: center;
  color: #343a3e;
  font-weight: 700;
  background: #efefec;
}

.gs-th-brush__spec-body {
  color: #555d62;
  background: #fff;
}



/* =====================================================
   IMPORTANT NOTES
===================================================== */

.gs-th-brush__notice {
  padding: 31px 34px;
  background: #f7f7f5;
  border: 1px solid #dedfdd;
  border-radius: 12px;
}

.gs-th-brush__notice ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.gs-th-brush__notice li {
  position: relative !important;
  display: block !important;
  float: none !important;
  width: auto !important;
  height: auto !important;
  margin: 0 0 13px !important;
  padding: 0 0 0 21px !important;
  color: #596065 !important;
  font-size: 14px;
  line-height: 1.9 !important;
  text-align: left !important;
  text-indent: 0 !important;
  background: none !important;
  border: 0 !important;
}

.gs-th-brush__notice li:last-child {
  margin-bottom: 0 !important;
}

.gs-th-brush__notice li::before {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  display: block !important;
  content: "・" !important;
  color: #92713a !important;
  font-weight: 700;
  background: none !important;
}

.gs-th-brush__notice li::after {
  display: none !important;
  content: none !important;
}


/* =====================================================
   MESSAGE
===================================================== */

.gs-th-brush__message {
  margin-top: 78px;
  padding: 65px 30px;
  text-align: center;
  background:
    linear-gradient(
      145deg,
      #f2f1ed 0%,
      #fafafa 50%,
      #ecebe7 100%
    );
  border-top: 1px solid #d9d7d0;
  border-bottom: 1px solid #d9d7d0;
}

.gs-th-brush__message-en {
  margin: 0 0 18px;
  color: #96763e;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.23em;
}

.gs-th-brush__message-title {
  margin: 0 0 21px;
  color: #30363a;
  font-family:
    "Yu Mincho",
    YuMincho,
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    serif;
  font-size: 31px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.gs-th-brush__message-text {
  max-width: 650px;
  margin: 0 auto;
  color: #596166;
}


/* =====================================================
   TABLET
===================================================== */

@media screen and (max-width: 900px) {

  .gs-th-brush__hero-copy {
    padding: 42px 30px;
  }

  .gs-th-brush__hero-title {
    font-size: 29px;
  }

  .gs-th-brush__feature {
    gap: 28px;
  }

  .gs-th-brush__howto {
    padding: 38px;
  }
}


/* =====================================================
   SMARTPHONE
===================================================== */

@media screen and (max-width: 767px) {

  .gs-th-brush {
    margin: 36px auto;
    padding: 0 14px;
    font-size: 15px;
    line-height: 1.9;
  }

  .gs-th-brush__sp-only {
    display: block;
  }


  /* HERO */

  .gs-th-brush__hero {
    grid-template-columns: 1fr;
    border-radius: 13px;
  }

  .gs-th-brush__hero-copy {
    padding: 38px 23px;
  }

  .gs-th-brush__eyebrow {
    margin-bottom: 14px;
    font-size: 10px;
  }

  .gs-th-brush__hero-title {
    margin-bottom: 20px;
    font-size: 27px;
  }

  .gs-th-brush__hero-lead {
    font-size: 16px;
  }

  .gs-th-brush__hero-image {
    min-height: 0;
  }

  .gs-th-brush__hero-image img {
    height: auto;
    object-fit: contain;
  }


  /* SECTION */

  .gs-th-brush__section {
    margin-top: 54px;
  }

  .gs-th-brush__heading {
    margin-bottom: 23px;
    padding-bottom: 13px;
  }

  .gs-th-brush__heading-title {
    font-size: 23px;
  }

  .gs-th-brush__heading-text {
    margin-top: 13px;
  }


  /* GALLERY */

  .gs-th-brush__gallery--two {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .gs-th-brush__image-card {
    border-radius: 10px;
  }


  /* FEATURE */

  .gs-th-brush__feature,
  .gs-th-brush__feature--reverse {
    grid-template-columns: 1fr;
    gap: 23px;
    margin-bottom: 18px;
    padding: 20px;
    border-radius: 11px;
  }

  .gs-th-brush__feature--reverse .gs-th-brush__feature-image,
  .gs-th-brush__feature--reverse .gs-th-brush__feature-content {
    order: initial;
  }

  .gs-th-brush__feature-image {
    border-radius: 9px;
  }

  .gs-th-brush__feature-title {
    font-size: 20px;
  }


  /* HOW TO */

  .gs-th-brush__howto {
    padding: 31px 21px;
    border-radius: 12px;
  }

  .gs-th-brush__howto-layout {
    grid-template-columns: 1fr;
    gap: 27px;
  }

  .gs-th-brush__howto-image {
    border-radius: 9px;
  }

  .gs-th-brush__step {
    grid-template-columns: 37px minmax(0, 1fr);
    gap: 12px;
  }

  .gs-th-brush__step-number {
    width: 34px;
    height: 34px;
    font-size: 13px;
  }

  .gs-th-brush__caution-line {
    margin-top: 25px;
    padding: 15px 17px;
  }


  /* RECOMMENDED */

  .gs-th-brush__recommended {
    padding: 32px 22px;
    border-radius: 12px;
  }

  .gs-th-brush__check-list {
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .gs-th-brush__check-list li {
    padding-left: 28px !important;
    font-size: 14px;
  }


  /* MATERIAL */

  .gs-th-brush__material {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .gs-th-brush__material-image {
    border-radius: 10px;
  }

  .gs-th-brush__material-lead {
    font-size: 19px;
  }


  /* SIZE */

  .gs-th-brush__size-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .gs-th-brush__size-image {
    border-radius: 10px;
  }

  .gs-th-brush__size-row {
    grid-template-columns: 105px minmax(0, 1fr);
  }

  .gs-th-brush__size-row dt,
  .gs-th-brush__size-row dd {
    padding: 12px 13px;
  }


  /* SPEC */

  .gs-th-brush__spec-row {
    display: block;
  }

  .gs-th-brush__spec-head,
  .gs-th-brush__spec-body {
    padding: 13px 16px;
  }

  .gs-th-brush__spec-head {
    border-bottom: 1px solid #dadde0;
  }


  /* NOTES */

  .gs-th-brush__notice {
    padding: 23px 19px;
    border-radius: 10px;
  }

  .gs-th-brush__notice li {
    font-size: 13px;
  }


  /* MESSAGE */

  .gs-th-brush__message {
    margin-top: 54px;
    padding: 47px 21px;
  }

  .gs-th-brush__message-title {
    font-size: 25px;
  }

  .gs-th-brush__message-text br {
    display: none;
  }
}
/* ヒーロー見出しの文字色を確実に白へ固定 */
.gs-th-brush .gs-th-brush__hero-title,
.gs-th-brush .gs-th-brush__hero-title * {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-shadow: none !important;
}
/* =====================================================
   GOLD STONE TERAHERTZ COLLECTION
   テラヘルツ マッサージブラシ くし型
===================================================== */

.gs-th-comb {
  width: 100%;
  max-width: 960px;
  margin: 60px auto;
  padding: 0;
  color: #33383c;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    "Yu Gothic",
    YuGothic,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.035em;
  box-sizing: border-box;
}

.gs-th-comb *,
.gs-th-comb *::before,
.gs-th-comb *::after {
  box-sizing: border-box;
}

.gs-th-comb img {
  max-width: 100%;
  border: 0;
}

.gs-th-comb p,
.gs-th-comb h2,
.gs-th-comb h3,
.gs-th-comb h4,
.gs-th-comb figure,
.gs-th-comb dl,
.gs-th-comb dd {
  margin-top: 0;
}

.gs-th-comb__sp-only {
  display: none;
}


/* =====================================================
   HERO
===================================================== */

.gs-th-comb__hero {
  display: grid;
  grid-template-columns: minmax(0, 42%) minmax(0, 58%);
  align-items: stretch;
  width: 100%;
  overflow: hidden;
  background:
    linear-gradient(
      145deg,
      #15191d 0%,
      #292f34 60%,
      #3a4247 100%
    );
  border-radius: 18px;
}

.gs-th-comb__hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 52px 40px;
}

.gs-th-comb__eyebrow {
  margin: 0 0 19px;
  color: #c4a66b;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.23em;
}

.gs-th-comb__hero-title,
.gs-th-comb__hero-title *,
.gs-th-comb__hero-copy h2,
.gs-th-comb__hero-copy h2 span,
.gs-th-comb__hero-copy h2 font,
.gs-th-comb__hero-copy h2 strong {
  margin: 0 0 24px;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-family:
    "Yu Mincho",
    YuMincho,
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    serif;
  font-size: 33px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.07em;
  opacity: 1 !important;
  text-shadow: none !important;
}

.gs-th-comb__hero-title br {
  margin: 0;
}

.gs-th-comb__hero-lead {
  margin: 0 0 15px;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.8;
}

.gs-th-comb__hero-text {
  margin: 0;
  color: #d4d9dc !important;
  -webkit-text-fill-color: #d4d9dc !important;
  font-size: 14px;
  line-height: 1.9;
}

.gs-th-comb__hero-image {
  min-height: 540px;
  overflow: hidden;
  background: #fff;
}

.gs-th-comb__hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: center;
}


/* =====================================================
   SECTION HEADING
===================================================== */

.gs-th-comb__section {
  margin-top: 78px;
}

.gs-th-comb__heading {
  margin-bottom: 32px;
  padding-bottom: 18px;
  border-bottom: 1px solid #d7dbde;
}

.gs-th-comb__heading-en {
  display: block;
  margin-bottom: 7px;
  color: #9b7a3f;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.22em;
}

.gs-th-comb__heading-title {
  margin: 0;
  color: #272d31;
  font-family:
    "Yu Mincho",
    YuMincho,
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.06em;
}

.gs-th-comb__heading-text {
  max-width: 760px;
  margin: 17px 0 0;
  color: #596066;
}

.gs-th-comb__heading--light {
  border-bottom-color: rgba(255, 255, 255, 0.24);
}

.gs-th-comb__heading--light .gs-th-comb__heading-en {
  color: #d4bb84;
}

.gs-th-comb__heading--light .gs-th-comb__heading-title,
.gs-th-comb__heading--light .gs-th-comb__heading-text {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}


/* =====================================================
   IMAGE CARDS
===================================================== */

.gs-th-comb__intro-gallery,
.gs-th-comb__detail-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.gs-th-comb__image-card {
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e0e2e3;
  border-radius: 13px;
}

.gs-th-comb__image-card img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.gs-th-comb__image-card figcaption {
  margin: 0;
  padding: 13px 18px;
  color: #596168;
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
  background: #f7f7f6;
}


/* =====================================================
   FEATURE
===================================================== */

.gs-th-comb__feature {
  display: grid;
  grid-template-columns: minmax(0, 52%) minmax(0, 1fr);
  align-items: center;
  gap: 42px;
  margin-bottom: 28px;
  padding: 30px;
  background: #f6f6f4;
  border-radius: 15px;
}

.gs-th-comb__feature:last-child {
  margin-bottom: 0;
}

.gs-th-comb__feature--reverse .gs-th-comb__feature-image {
  order: 2;
}

.gs-th-comb__feature--reverse .gs-th-comb__feature-content {
  order: 1;
}

.gs-th-comb__feature-image {
  overflow: hidden;
  background: #fff;
  border-radius: 11px;
}

.gs-th-comb__feature-image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.gs-th-comb__feature-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 45px;
  height: 28px;
  margin-bottom: 15px;
  padding: 0 13px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
  background: #282f33;
  border-radius: 20px;
}

.gs-th-comb__feature-title {
  margin: 0 0 16px;
  color: #30363a;
  font-family:
    "Yu Mincho",
    YuMincho,
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.55;
}

.gs-th-comb__feature-text {
  margin: 0 0 10px;
  color: #565e63;
}

.gs-th-comb__feature-text:last-child {
  margin-bottom: 0;
}


/* =====================================================
   HOW TO USE
===================================================== */

.gs-th-comb__howto {
  padding: 48px;
  background:
    linear-gradient(
      145deg,
      #20262a 0%,
      #343c41 100%
    );
  border-radius: 17px;
}

.gs-th-comb__howto-layout {
  display: grid;
  grid-template-columns: minmax(0, 46%) minmax(0, 1fr);
  align-items: start;
  gap: 38px;
}

.gs-th-comb__howto-image {
  overflow: hidden;
  background: #fff;
  border-radius: 12px;
}

.gs-th-comb__howto-image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.gs-th-comb__steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gs-th-comb__step {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 15px;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.gs-th-comb__step:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.gs-th-comb__step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #252b2f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  background: #d4bb84;
  border-radius: 50%;
}

.gs-th-comb__step-title {
  margin: 0 0 4px;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

.gs-th-comb__step-content p {
  margin: 0;
  color: #d4d9dc !important;
  -webkit-text-fill-color: #d4d9dc !important;
  font-size: 14px;
  line-height: 1.8;
}

.gs-th-comb__caution-line {
  margin-top: 31px;
  padding: 17px 21px;
  color: #343a3e;
  font-size: 14px;
  line-height: 1.8;
  background: #f0e7d6;
  border-radius: 8px;
}

.gs-th-comb__caution-line strong {
  margin-right: 5px;
}


/* =====================================================
   MULTI USE
===================================================== */

.gs-th-comb__multi-layout {
  display: grid;
  grid-template-columns: minmax(0, 52%) minmax(0, 1fr);
  align-items: center;
  gap: 42px;
}

.gs-th-comb__multi-image {
  overflow: hidden;
  background: #f4f4f4;
  border-radius: 13px;
}

.gs-th-comb__multi-image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.gs-th-comb__mini-label {
  display: inline-block;
  margin-bottom: 13px;
  color: #98763e;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.2em;
}

.gs-th-comb__multi-title {
  margin: 0 0 17px;
  color: #30363a;
  font-family:
    "Yu Mincho",
    YuMincho,
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.65;
}

.gs-th-comb__multi-content p {
  margin-bottom: 12px;
  color: #596066;
}

.gs-th-comb__multi-content p:last-child {
  margin-bottom: 0;
}

.gs-th-comb__multi-note {
  margin-top: 17px !important;
  padding: 14px 16px;
  color: #70777b !important;
  font-size: 13px;
  line-height: 1.8;
  background: #f4f4f2;
  border-left: 3px solid #9c7c45;
}


/* =====================================================
   RECOMMENDED
===================================================== */

.gs-th-comb__recommended {
  padding: 44px;
  background:
    linear-gradient(
      140deg,
      #3e3023 0%,
      #66513a 100%
    );
  border-radius: 16px;
}

.gs-th-comb__check-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 35px;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.gs-th-comb__check-list li {
  position: relative !important;
  display: block !important;
  float: none !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 0 0 29px !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 15px;
  line-height: 1.8 !important;
  text-align: left !important;
  text-indent: 0 !important;
  background: none !important;
  border: 0 !important;
}

.gs-th-comb__check-list li::before {
  position: absolute !important;
  top: 8px !important;
  left: 4px !important;
  display: block !important;
  width: 7px !important;
  height: 12px !important;
  content: "" !important;
  background: none !important;
  border: 0 !important;
  border-right: 2px solid #dfc58e !important;
  border-bottom: 2px solid #dfc58e !important;
  transform: rotate(45deg);
}

.gs-th-comb__check-list li::after {
  display: none !important;
  content: none !important;
}


/* =====================================================
   MATERIAL
===================================================== */

.gs-th-comb__material {
  display: grid;
  grid-template-columns: minmax(0, 45%) minmax(0, 1fr);
  align-items: center;
  gap: 42px;
}

.gs-th-comb__material-image {
  overflow: hidden;
  background: #f5f5f5;
  border-radius: 13px;
}

.gs-th-comb__material-image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.gs-th-comb__material-lead {
  margin: 0 0 15px;
  color: #30363a;
  font-family:
    "Yu Mincho",
    YuMincho,
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.7;
}

.gs-th-comb__material-content p {
  margin-bottom: 12px;
}

.gs-th-comb__material-content p:last-child {
  margin-bottom: 0;
}

.gs-th-comb__material-note {
  margin-top: 21px !important;
  padding: 16px 18px;
  color: #646b70;
  font-size: 13px;
  line-height: 1.8;
  background: #f3f3f1;
  border-left: 3px solid #9d7e45;
}


/* =====================================================
   SIZE
===================================================== */

.gs-th-comb__size-layout {
  display: grid;
  grid-template-columns: minmax(0, 50%) minmax(0, 1fr);
  align-items: center;
  gap: 40px;
}

.gs-th-comb__size-image {
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e0e2e3;
  border-radius: 13px;
}

.gs-th-comb__size-image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.gs-th-comb__size-data {
  margin: 0;
  overflow: hidden;
  border: 1px solid #dcdfe0;
  border-radius: 10px;
}

.gs-th-comb__size-row {
  display: grid;
  grid-template-columns: 135px minmax(0, 1fr);
  border-bottom: 1px solid #dcdfe0;
}

.gs-th-comb__size-row:last-child {
  border-bottom: 0;
}

.gs-th-comb__size-row dt,
.gs-th-comb__size-row dd {
  margin: 0;
  padding: 14px 16px;
}

.gs-th-comb__size-row dt {
  color: #343b3f;
  font-weight: 700;
  background: #efefec;
}

.gs-th-comb__size-row dd {
  color: #565e63;
  background: #fff;
}

.gs-th-comb__size-note {
  margin: 17px 0 0;
  color: #70777b;
  font-size: 13px;
  line-height: 1.8;
}


/* =====================================================
   GIFT
===================================================== */

.gs-th-comb__gift {
  display: grid;
  grid-template-columns: minmax(0, 50%) minmax(0, 1fr);
  align-items: center;
  gap: 42px;
  padding: 32px;
  background: #f6f4ef;
  border-radius: 15px;
}

.gs-th-comb__gift-image {
  overflow: hidden;
  background: #fff;
  border-radius: 11px;
}

.gs-th-comb__gift-image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.gs-th-comb__gift-lead {
  margin: 0 0 15px;
  color: #30363a;
  font-family:
    "Yu Mincho",
    YuMincho,
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.7;
}

.gs-th-comb__gift-content p {
  margin-bottom: 12px;
  color: #596066;
}

.gs-th-comb__gift-content p:last-child {
  margin-bottom: 0;
}

.gs-th-comb__gift-note {
  margin-top: 17px !important;
  color: #73797d !important;
  font-size: 13px;
  line-height: 1.8;
}


/* =====================================================
   SPECIFICATION
===================================================== */

.gs-th-comb__spec {
  overflow: hidden;
  border: 1px solid #dadde0;
  border-radius: 12px;
}

.gs-th-comb__spec-row {
  display: grid;
  grid-template-columns: 185px minmax(0, 1fr);
  border-bottom: 1px solid #dadde0;
}

.gs-th-comb__spec-row:last-child {
  border-bottom: 0;
}

.gs-th-comb__spec-head,
.gs-th-comb__spec-body {
  padding: 17px 21px;
}

.gs-th-comb__spec-head {
  display: flex;
  align-items: center;
  color: #343a3e;
  font-weight: 700;
  background: #efefec;
}

.gs-th-comb__spec-body {
  color: #555d62;
  background: #fff;
}


/* =====================================================
   IMPORTANT NOTES
===================================================== */

.gs-th-comb__notice {
  padding: 31px 34px;
  background: #f7f7f5;
  border: 1px solid #dedfdd;
  border-radius: 12px;
}

.gs-th-comb__notice ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.gs-th-comb__notice li {
  position: relative !important;
  display: block !important;
  float: none !important;
  width: auto !important;
  height: auto !important;
  margin: 0 0 13px !important;
  padding: 0 0 0 21px !important;
  color: #596065 !important;
  font-size: 14px;
  line-height: 1.9 !important;
  text-align: left !important;
  text-indent: 0 !important;
  background: none !important;
  border: 0 !important;
}

.gs-th-comb__notice li:last-child {
  margin-bottom: 0 !important;
}

.gs-th-comb__notice li::before {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  display: block !important;
  content: "・" !important;
  color: #92713a !important;
  font-weight: 700;
  background: none !important;
}

.gs-th-comb__notice li::after {
  display: none !important;
  content: none !important;
}


/* =====================================================
   MESSAGE
===================================================== */

.gs-th-comb__message {
  margin-top: 78px;
  padding: 65px 30px;
  text-align: center;
  background:
    linear-gradient(
      145deg,
      #f2f1ed 0%,
      #fafafa 50%,
      #ecebe7 100%
    );
  border-top: 1px solid #d9d7d0;
  border-bottom: 1px solid #d9d7d0;
}

.gs-th-comb__message-en {
  margin: 0 0 18px;
  color: #96763e;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.23em;
}

.gs-th-comb__message-title {
  margin: 0 0 21px;
  color: #30363a;
  font-family:
    "Yu Mincho",
    YuMincho,
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    serif;
  font-size: 31px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.gs-th-comb__message-text {
  max-width: 650px;
  margin: 0 auto;
  color: #596166;
}


/* =====================================================
   TABLET
===================================================== */

@media screen and (max-width: 900px) {

  .gs-th-comb__hero-copy {
    padding: 42px 30px;
  }

  .gs-th-comb__hero-title,
  .gs-th-comb__hero-title * {
    font-size: 29px;
  }

  .gs-th-comb__feature {
    gap: 28px;
  }

  .gs-th-comb__howto {
    padding: 38px;
  }
}


/* =====================================================
   SMARTPHONE
===================================================== */

@media screen and (max-width: 767px) {

  .gs-th-comb {
    margin: 36px auto;
    padding: 0 14px;
    font-size: 15px;
    line-height: 1.9;
  }

  .gs-th-comb__sp-only {
    display: block;
  }


  /* HERO */

  .gs-th-comb__hero {
    grid-template-columns: 1fr;
    border-radius: 13px;
  }

  .gs-th-comb__hero-copy {
    padding: 38px 23px;
  }

  .gs-th-comb__eyebrow {
    margin-bottom: 14px;
    font-size: 10px;
  }

  .gs-th-comb__hero-title,
  .gs-th-comb__hero-title * {
    margin-bottom: 20px;
    font-size: 27px;
  }

  .gs-th-comb__hero-lead {
    font-size: 16px;
  }

  .gs-th-comb__hero-image {
    min-height: 0;
  }

  .gs-th-comb__hero-image img {
    height: auto;
    object-fit: contain;
  }


  /* SECTION */

  .gs-th-comb__section {
    margin-top: 54px;
  }

  .gs-th-comb__heading {
    margin-bottom: 23px;
    padding-bottom: 13px;
  }

  .gs-th-comb__heading-title {
    font-size: 23px;
  }

  .gs-th-comb__heading-text {
    margin-top: 13px;
  }


  /* GALLERY */

  .gs-th-comb__intro-gallery,
  .gs-th-comb__detail-gallery {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .gs-th-comb__image-card {
    border-radius: 10px;
  }


  /* FEATURE */

  .gs-th-comb__feature,
  .gs-th-comb__feature--reverse {
    grid-template-columns: 1fr;
    gap: 23px;
    margin-bottom: 18px;
    padding: 20px;
    border-radius: 11px;
  }

  .gs-th-comb__feature--reverse .gs-th-comb__feature-image,
  .gs-th-comb__feature--reverse .gs-th-comb__feature-content {
    order: initial;
  }

  .gs-th-comb__feature-image {
    border-radius: 9px;
  }

  .gs-th-comb__feature-title {
    font-size: 20px;
  }


  /* HOW TO */

  .gs-th-comb__howto {
    padding: 31px 21px;
    border-radius: 12px;
  }

  .gs-th-comb__howto-layout {
    grid-template-columns: 1fr;
    gap: 27px;
  }

  .gs-th-comb__howto-image {
    border-radius: 9px;
  }

  .gs-th-comb__step {
    grid-template-columns: 37px minmax(0, 1fr);
    gap: 12px;
  }

  .gs-th-comb__step-number {
    width: 34px;
    height: 34px;
    font-size: 13px;
  }

  .gs-th-comb__caution-line {
    margin-top: 25px;
    padding: 15px 17px;
  }


  /* MULTI USE */

  .gs-th-comb__multi-layout {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .gs-th-comb__multi-image {
    border-radius: 10px;
  }

  .gs-th-comb__multi-title {
    font-size: 20px;
  }


  /* RECOMMENDED */

  .gs-th-comb__recommended {
    padding: 32px 22px;
    border-radius: 12px;
  }

  .gs-th-comb__check-list {
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .gs-th-comb__check-list li {
    padding-left: 28px !important;
    font-size: 14px;
  }


  /* MATERIAL */

  .gs-th-comb__material {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .gs-th-comb__material-image {
    border-radius: 10px;
  }

  .gs-th-comb__material-lead {
    font-size: 19px;
  }


  /* SIZE */

  .gs-th-comb__size-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .gs-th-comb__size-image {
    border-radius: 10px;
  }

  .gs-th-comb__size-row {
    grid-template-columns: 120px minmax(0, 1fr);
  }

  .gs-th-comb__size-row dt,
  .gs-th-comb__size-row dd {
    padding: 12px 13px;
  }


  /* GIFT */

  .gs-th-comb__gift {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 20px;
    border-radius: 11px;
  }

  .gs-th-comb__gift-image {
    border-radius: 9px;
  }

  .gs-th-comb__gift-lead {
    font-size: 19px;
  }


  /* SPEC */

  .gs-th-comb__spec-row {
    display: block;
  }

  .gs-th-comb__spec-head,
  .gs-th-comb__spec-body {
    padding: 13px 16px;
  }

  .gs-th-comb__spec-head {
    border-bottom: 1px solid #dadde0;
  }


  /* NOTES */

  .gs-th-comb__notice {
    padding: 23px 19px;
    border-radius: 10px;
  }

  .gs-th-comb__notice li {
    font-size: 13px;
  }


  /* MESSAGE */

  .gs-th-comb__message {
    margin-top: 54px;
    padding: 47px 21px;
  }

  .gs-th-comb__message-title {
    font-size: 25px;
  }

  .gs-th-comb__message-text br {
    display: none;
  }
}
/* =====================================================
   GOLD STONE TERAHERTZ COLLECTION
   テラヘルツ 6Nさざれ入り 枕パッド
===================================================== */

.gs-th-pillow {
  width: 100%;
  max-width: 960px;
  margin: 60px auto;
  padding: 0;
  color: #33383c;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    "Yu Gothic",
    YuGothic,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.035em;
  box-sizing: border-box;
}

.gs-th-pillow *,
.gs-th-pillow *::before,
.gs-th-pillow *::after {
  box-sizing: border-box;
}

.gs-th-pillow img {
  max-width: 100%;
  border: 0;
}

.gs-th-pillow p,
.gs-th-pillow h2,
.gs-th-pillow h3,
.gs-th-pillow h4,
.gs-th-pillow figure,
.gs-th-pillow dl,
.gs-th-pillow dd {
  margin-top: 0;
}

.gs-th-pillow__sp-only {
  display: none;
}


/* =====================================================
   HERO
===================================================== */

.gs-th-pillow__hero {
  display: grid;
  grid-template-columns: minmax(0, 44%) minmax(0, 56%);
  align-items: stretch;
  width: 100%;
  overflow: hidden;
  background:
    linear-gradient(
      145deg,
      #15191d 0%,
      #292f34 60%,
      #3a4247 100%
    );
  border-radius: 18px;
}

.gs-th-pillow__hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 52px 40px;
}

.gs-th-pillow__eyebrow {
  margin: 0 0 19px;
  color: #c4a66b !important;
  -webkit-text-fill-color: #c4a66b !important;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.23em;
}

.gs-th-pillow__hero-title,
.gs-th-pillow__hero-title *,
.gs-th-pillow__hero-copy h2,
.gs-th-pillow__hero-copy h2 span,
.gs-th-pillow__hero-copy h2 font,
.gs-th-pillow__hero-copy h2 strong {
  margin: 0 0 24px;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-family:
    "Yu Mincho",
    YuMincho,
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.07em;
  opacity: 1 !important;
  text-shadow: none !important;
}

.gs-th-pillow__hero-title br {
  margin: 0;
}

.gs-th-pillow__hero-lead {
  margin: 0 0 15px;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.85;
}

.gs-th-pillow__hero-text {
  margin: 0;
  color: #d4d9dc !important;
  -webkit-text-fill-color: #d4d9dc !important;
  font-size: 14px;
  line-height: 1.9;
}

.gs-th-pillow__hero-image {
  min-height: 510px;
  overflow: hidden;
  background: #fff;
}

.gs-th-pillow__hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: center;
}


/* =====================================================
   SECTION HEADING
===================================================== */

.gs-th-pillow__section {
  margin-top: 78px;
}

.gs-th-pillow__heading {
  margin-bottom: 32px;
  padding-bottom: 18px;
  border-bottom: 1px solid #d7dbde;
}

.gs-th-pillow__heading-en {
  display: block;
  margin-bottom: 7px;
  color: #9b7a3f;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.22em;
}

.gs-th-pillow__heading-title {
  margin: 0;
  color: #272d31;
  font-family:
    "Yu Mincho",
    YuMincho,
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.06em;
}

.gs-th-pillow__heading-text {
  max-width: 760px;
  margin: 17px 0 0;
  color: #596066;
}

.gs-th-pillow__heading--light {
  border-bottom-color: rgba(255, 255, 255, 0.24);
}

.gs-th-pillow__heading--light .gs-th-pillow__heading-en {
  color: #d4bb84 !important;
  -webkit-text-fill-color: #d4bb84 !important;
}

.gs-th-pillow__heading--light .gs-th-pillow__heading-title,
.gs-th-pillow__heading--light .gs-th-pillow__heading-text {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}


/* =====================================================
   INTRO GALLERY
===================================================== */

.gs-th-pillow__intro-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.gs-th-pillow__image-card {
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e0e2e3;
  border-radius: 13px;
}

.gs-th-pillow__image-card img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.gs-th-pillow__image-card figcaption {
  margin: 0;
  padding: 13px 18px;
  color: #596168;
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
  background: #f7f7f6;
}


/* =====================================================
   FEATURE
===================================================== */

.gs-th-pillow__feature {
  display: grid;
  grid-template-columns: minmax(0, 52%) minmax(0, 1fr);
  align-items: center;
  gap: 42px;
  margin-bottom: 28px;
  padding: 30px;
  background: #f6f6f4;
  border-radius: 15px;
}

.gs-th-pillow__feature:last-child {
  margin-bottom: 0;
}

.gs-th-pillow__feature--reverse .gs-th-pillow__feature-image {
  order: 2;
}

.gs-th-pillow__feature--reverse .gs-th-pillow__feature-content {
  order: 1;
}

.gs-th-pillow__feature-image {
  overflow: hidden;
  background: #fff;
  border-radius: 11px;
}

.gs-th-pillow__feature-image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.gs-th-pillow__feature-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 45px;
  height: 28px;
  margin-bottom: 15px;
  padding: 0 13px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
  background: #282f33;
  border-radius: 20px;
}

.gs-th-pillow__feature-title {
  margin: 0 0 16px;
  color: #30363a;
  font-family:
    "Yu Mincho",
    YuMincho,
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.55;
}

.gs-th-pillow__feature-text {
  margin: 0 0 10px;
  color: #565e63;
}

.gs-th-pillow__feature-text:last-child {
  margin-bottom: 0;
}


/* =====================================================
   HOW TO USE
===================================================== */

.gs-th-pillow__howto {
  padding: 48px;
  background:
    linear-gradient(
      145deg,
      #20262a 0%,
      #343c41 100%
    );
  border-radius: 17px;
}

.gs-th-pillow__use-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.gs-th-pillow__use-card {
  position: relative;
  min-height: 220px;
  padding: 27px 25px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 11px;
}

.gs-th-pillow__use-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 43px;
  height: 27px;
  margin-bottom: 14px;
  padding: 0 12px;
  color: #292f33;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  background: #d4bb84;
  border-radius: 18px;
}

.gs-th-pillow__use-title {
  margin: 0 0 11px;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}

.gs-th-pillow__use-text {
  margin: 0;
  color: #d4d9dc !important;
  -webkit-text-fill-color: #d4d9dc !important;
  font-size: 14px;
  line-height: 1.9;
}

.gs-th-pillow__caution-line {
  margin-top: 27px;
  padding: 17px 21px;
  color: #343a3e;
  font-size: 14px;
  line-height: 1.8;
  background: #f0e7d6;
  border-radius: 8px;
}

.gs-th-pillow__caution-line strong {
  margin-right: 5px;
}


/* =====================================================
   INNER MATERIAL
===================================================== */

.gs-th-pillow__material-layout {
  display: grid;
  grid-template-columns: minmax(0, 52%) minmax(0, 1fr);
  align-items: center;
  gap: 42px;
}

.gs-th-pillow__material-image {
  overflow: hidden;
  background: #f4f4f4;
  border-radius: 13px;
}

.gs-th-pillow__material-image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.gs-th-pillow__mini-label {
  display: inline-block;
  margin-bottom: 13px;
  color: #98763e;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.2em;
}

.gs-th-pillow__material-lead {
  margin: 0 0 15px;
  color: #30363a;
  font-family:
    "Yu Mincho",
    YuMincho,
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.7;
}

.gs-th-pillow__material-content p {
  margin-bottom: 12px;
  color: #596066;
}

.gs-th-pillow__material-content p:last-child {
  margin-bottom: 0;
}

.gs-th-pillow__material-note {
  margin-top: 21px !important;
  padding: 16px 18px;
  color: #646b70 !important;
  font-size: 13px;
  line-height: 1.8;
  background: #f3f3f1;
  border-left: 3px solid #9d7e45;
}


/* =====================================================
   RECOMMENDED
===================================================== */

.gs-th-pillow__recommended {
  padding: 44px;
  background:
    linear-gradient(
      140deg,
      #3e3023 0%,
      #66513a 100%
    );
  border-radius: 16px;
}

.gs-th-pillow__check-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 35px;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.gs-th-pillow__check-list li {
  position: relative !important;
  display: block !important;
  float: none !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 0 0 29px !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 15px;
  line-height: 1.8 !important;
  text-align: left !important;
  text-indent: 0 !important;
  background: none !important;
  border: 0 !important;
}

.gs-th-pillow__check-list li::before {
  position: absolute !important;
  top: 8px !important;
  left: 4px !important;
  display: block !important;
  width: 7px !important;
  height: 12px !important;
  content: "" !important;
  background: none !important;
  border: 0 !important;
  border-right: 2px solid #dfc58e !important;
  border-bottom: 2px solid #dfc58e !important;
  transform: rotate(45deg);
}

.gs-th-pillow__check-list li::after {
  display: none !important;
  content: none !important;
}


/* =====================================================
   SIZE
===================================================== */

.gs-th-pillow__size-layout {
  display: grid;
  grid-template-columns: minmax(0, 52%) minmax(0, 1fr);
  align-items: center;
  gap: 40px;
}

.gs-th-pillow__size-image {
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e0e2e3;
  border-radius: 13px;
}

.gs-th-pillow__size-image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.gs-th-pillow__size-data {
  margin: 0;
  overflow: hidden;
  border: 1px solid #dcdfe0;
  border-radius: 10px;
}

.gs-th-pillow__size-row {
  display: grid;
  grid-template-columns: 135px minmax(0, 1fr);
  border-bottom: 1px solid #dcdfe0;
}

.gs-th-pillow__size-row:last-child {
  border-bottom: 0;
}

.gs-th-pillow__size-row dt,
.gs-th-pillow__size-row dd {
  margin: 0;
  padding: 14px 16px;
}

.gs-th-pillow__size-row dt {
  color: #343b3f;
  font-weight: 700;
  background: #efefec;
}

.gs-th-pillow__size-row dd {
  color: #565e63;
  background: #fff;
}

.gs-th-pillow__size-note {
  margin: 17px 0 0;
  color: #70777b;
  font-size: 13px;
  line-height: 1.8;
}


/* =====================================================
   CARE
===================================================== */

.gs-th-pillow__care {
  display: grid;
  grid-template-columns: 145px minmax(0, 1fr);
  align-items: center;
  gap: 32px;
  padding: 32px;
  background: #f5f4f0;
  border-radius: 13px;
}

.gs-th-pillow__care-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 145px;
  height: 145px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.16em;
  text-align: center;
  background: #30373b;
  border-radius: 50%;
}

.gs-th-pillow__care-title {
  margin: 0 0 13px;
  color: #30363a;
  font-family:
    "Yu Mincho",
    YuMincho,
    "Hiragino Mincho ProN",
    serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.65;
}

.gs-th-pillow__care-content p {
  margin-bottom: 10px;
  color: #596066;
}

.gs-th-pillow__care-content p:last-child {
  margin-bottom: 0;
}

.gs-th-pillow__care-note {
  margin-top: 15px !important;
  color: #747a7e !important;
  font-size: 13px;
}


/* =====================================================
   MADE TO ORDER
===================================================== */

.gs-th-pillow__order {
  padding: 32px 34px;
  background: #f6f4ef;
  border-left: 4px solid #9b7a3f;
  border-radius: 0 12px 12px 0;
}

.gs-th-pillow__order-lead {
  margin: 0 0 14px;
  color: #30363a;
  font-family:
    "Yu Mincho",
    YuMincho,
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.65;
}

.gs-th-pillow__order p {
  margin-bottom: 11px;
  color: #596066;
}

.gs-th-pillow__order p:last-child {
  margin-bottom: 0;
}


/* =====================================================
   SPECIFICATION
===================================================== */

.gs-th-pillow__spec {
  overflow: hidden;
  border: 1px solid #dadde0;
  border-radius: 12px;
}

.gs-th-pillow__spec-row {
  display: grid;
  grid-template-columns: 185px minmax(0, 1fr);
  border-bottom: 1px solid #dadde0;
}

.gs-th-pillow__spec-row:last-child {
  border-bottom: 0;
}

.gs-th-pillow__spec-head,
.gs-th-pillow__spec-body {
  padding: 17px 21px;
}

.gs-th-pillow__spec-head {
  display: flex;
  align-items: center;
  color: #343a3e;
  font-weight: 700;
  background: #efefec;
}

.gs-th-pillow__spec-body {
  color: #555d62;
  background: #fff;
}


/* =====================================================
   IMPORTANT NOTES
===================================================== */

.gs-th-pillow__notice {
  padding: 31px 34px;
  background: #f7f7f5;
  border: 1px solid #dedfdd;
  border-radius: 12px;
}

.gs-th-pillow__notice ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.gs-th-pillow__notice li {
  position: relative !important;
  display: block !important;
  float: none !important;
  width: auto !important;
  height: auto !important;
  margin: 0 0 13px !important;
  padding: 0 0 0 21px !important;
  color: #596065 !important;
  font-size: 14px;
  line-height: 1.9 !important;
  text-align: left !important;
  text-indent: 0 !important;
  background: none !important;
  border: 0 !important;
}

.gs-th-pillow__notice li:last-child {
  margin-bottom: 0 !important;
}

.gs-th-pillow__notice li::before {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  display: block !important;
  content: "・" !important;
  color: #92713a !important;
  font-weight: 700;
  background: none !important;
}

.gs-th-pillow__notice li::after {
  display: none !important;
  content: none !important;
}


/* =====================================================
   MESSAGE
===================================================== */

.gs-th-pillow__message {
  margin-top: 78px;
  padding: 65px 30px;
  text-align: center;
  background:
    linear-gradient(
      145deg,
      #f2f1ed 0%,
      #fafafa 50%,
      #ecebe7 100%
    );
  border-top: 1px solid #d9d7d0;
  border-bottom: 1px solid #d9d7d0;
}

.gs-th-pillow__message-en {
  margin: 0 0 18px;
  color: #96763e;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.23em;
}

.gs-th-pillow__message-title {
  margin: 0 0 21px;
  color: #30363a;
  font-family:
    "Yu Mincho",
    YuMincho,
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    serif;
  font-size: 31px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.gs-th-pillow__message-text {
  max-width: 680px;
  margin: 0 auto;
  color: #596166;
}


/* =====================================================
   TABLET
===================================================== */

@media screen and (max-width: 900px) {

  .gs-th-pillow__hero-copy {
    padding: 42px 30px;
  }

  .gs-th-pillow__hero-title,
  .gs-th-pillow__hero-title * {
    font-size: 28px;
  }

  .gs-th-pillow__feature {
    gap: 28px;
  }

  .gs-th-pillow__howto {
    padding: 38px;
  }
}


/* =====================================================
   SMARTPHONE
===================================================== */

@media screen and (max-width: 767px) {

  .gs-th-pillow {
    margin: 36px auto;
    padding: 0 14px;
    font-size: 15px;
    line-height: 1.9;
  }

  .gs-th-pillow__sp-only {
    display: block;
  }


  /* HERO */

  .gs-th-pillow__hero {
    grid-template-columns: 1fr;
    border-radius: 13px;
  }

  .gs-th-pillow__hero-copy {
    padding: 38px 23px;
  }

  .gs-th-pillow__eyebrow {
    margin-bottom: 14px;
    font-size: 10px;
  }

  .gs-th-pillow__hero-title,
  .gs-th-pillow__hero-title * {
    margin-bottom: 20px;
    font-size: 26px;
  }

  .gs-th-pillow__hero-lead {
    font-size: 15px;
  }

  .gs-th-pillow__hero-image {
    min-height: 0;
  }

  .gs-th-pillow__hero-image img {
    height: auto;
    object-fit: contain;
  }


  /* SECTION */

  .gs-th-pillow__section {
    margin-top: 54px;
  }

  .gs-th-pillow__heading {
    margin-bottom: 23px;
    padding-bottom: 13px;
  }

  .gs-th-pillow__heading-title {
    font-size: 23px;
  }

  .gs-th-pillow__heading-text {
    margin-top: 13px;
  }


  /* INTRO */

  .gs-th-pillow__intro-gallery {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .gs-th-pillow__image-card {
    border-radius: 10px;
  }


  /* FEATURE */

  .gs-th-pillow__feature,
  .gs-th-pillow__feature--reverse {
    grid-template-columns: 1fr;
    gap: 23px;
    margin-bottom: 18px;
    padding: 20px;
    border-radius: 11px;
  }

  .gs-th-pillow__feature--reverse .gs-th-pillow__feature-image,
  .gs-th-pillow__feature--reverse .gs-th-pillow__feature-content {
    order: initial;
  }

  .gs-th-pillow__feature-image {
    border-radius: 9px;
  }

  .gs-th-pillow__feature-title {
    font-size: 20px;
  }


  /* HOW TO */

  .gs-th-pillow__howto {
    padding: 31px 21px;
    border-radius: 12px;
  }

  .gs-th-pillow__use-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .gs-th-pillow__use-card {
    min-height: 0;
    padding: 22px 19px;
  }

  .gs-th-pillow__caution-line {
    margin-top: 23px;
    padding: 15px 17px;
  }


  /* MATERIAL */

  .gs-th-pillow__material-layout {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .gs-th-pillow__material-image {
    border-radius: 10px;
  }

  .gs-th-pillow__material-lead {
    font-size: 19px;
  }


  /* RECOMMENDED */

  .gs-th-pillow__recommended {
    padding: 32px 22px;
    border-radius: 12px;
  }

  .gs-th-pillow__check-list {
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .gs-th-pillow__check-list li {
    padding-left: 28px !important;
    font-size: 14px;
  }


  /* SIZE */

  .gs-th-pillow__size-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .gs-th-pillow__size-image {
    border-radius: 10px;
  }

  .gs-th-pillow__size-row {
    grid-template-columns: 120px minmax(0, 1fr);
  }

  .gs-th-pillow__size-row dt,
  .gs-th-pillow__size-row dd {
    padding: 12px 13px;
  }


  /* CARE */

  .gs-th-pillow__care {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 23px 20px;
  }

  .gs-th-pillow__care-icon {
    width: 105px;
    height: 105px;
    margin: 0 auto;
    font-size: 10px;
  }

  .gs-th-pillow__care-title {
    font-size: 19px;
  }


  /* ORDER */

  .gs-th-pillow__order {
    padding: 24px 21px;
  }

  .gs-th-pillow__order-lead {
    font-size: 20px;
  }


  /* SPEC */

  .gs-th-pillow__spec-row {
    display: block;
  }

  .gs-th-pillow__spec-head,
  .gs-th-pillow__spec-body {
    padding: 13px 16px;
  }

  .gs-th-pillow__spec-head {
    border-bottom: 1px solid #dadde0;
  }


  /* NOTES */

  .gs-th-pillow__notice {
    padding: 23px 19px;
    border-radius: 10px;
  }

  .gs-th-pillow__notice li {
    font-size: 13px;
  }


  /* MESSAGE */

  .gs-th-pillow__message {
    margin-top: 54px;
    padding: 47px 21px;
  }

  .gs-th-pillow__message-title {
    font-size: 25px;
  }

  .gs-th-pillow__message-text br {
    display: none;
  }
}
/* =====================================================
   GOLD STONE TERAHERTZ COLLECTION
   テラヘルツ フェイスローラー ダブルヘッド
===================================================== */

.gs-th-roller {
  width: 100%;
  max-width: 960px;
  margin: 60px auto;
  padding: 0;
  color: #33383c;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    "Yu Gothic",
    YuGothic,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.035em;
  box-sizing: border-box;
}

.gs-th-roller *,
.gs-th-roller *::before,
.gs-th-roller *::after {
  box-sizing: border-box;
}

.gs-th-roller img {
  max-width: 100%;
  border: 0;
}

.gs-th-roller p,
.gs-th-roller h2,
.gs-th-roller h3,
.gs-th-roller h4,
.gs-th-roller figure,
.gs-th-roller dl,
.gs-th-roller dd {
  margin-top: 0;
}

.gs-th-roller__sp-only {
  display: none;
}


/* =====================================================
   HERO
===================================================== */

.gs-th-roller__hero {
  display: grid;
  grid-template-columns: minmax(0, 42%) minmax(0, 58%);
  align-items: stretch;
  width: 100%;
  overflow: hidden;
  background:
    linear-gradient(
      145deg,
      #15191d 0%,
      #292f34 60%,
      #3a4247 100%
    );
  border-radius: 18px;
}

.gs-th-roller__hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 52px 40px;
}

.gs-th-roller__eyebrow {
  margin: 0 0 19px;
  color: #c4a66b !important;
  -webkit-text-fill-color: #c4a66b !important;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.23em;
}

.gs-th-roller__hero-title,
.gs-th-roller__hero-title *,
.gs-th-roller__hero-copy h2,
.gs-th-roller__hero-copy h2 span,
.gs-th-roller__hero-copy h2 font,
.gs-th-roller__hero-copy h2 strong {
  margin: 0 0 24px;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-family:
    "Yu Mincho",
    YuMincho,
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    serif;
  font-size: 33px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.07em;
  opacity: 1 !important;
  text-shadow: none !important;
}

.gs-th-roller__hero-lead {
  margin: 0 0 15px;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.8;
}

.gs-th-roller__hero-text {
  margin: 0;
  color: #d4d9dc !important;
  -webkit-text-fill-color: #d4d9dc !important;
  font-size: 14px;
  line-height: 1.9;
}

.gs-th-roller__hero-image {
  min-height: 540px;
  overflow: hidden;
  background: #fff;
}

.gs-th-roller__hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: center;
}


/* =====================================================
   SECTION HEADING
===================================================== */

.gs-th-roller__section {
  margin-top: 78px;
}

.gs-th-roller__heading {
  margin-bottom: 32px;
  padding-bottom: 18px;
  border-bottom: 1px solid #d7dbde;
}

.gs-th-roller__heading-en {
  display: block;
  margin-bottom: 7px;
  color: #9b7a3f;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.22em;
}

.gs-th-roller__heading-title {
  margin: 0;
  color: #272d31;
  font-family:
    "Yu Mincho",
    YuMincho,
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.06em;
}

.gs-th-roller__heading-text {
  max-width: 760px;
  margin: 17px 0 0;
  color: #596066;
}

.gs-th-roller__heading--light {
  border-bottom-color: rgba(255, 255, 255, 0.24);
}

.gs-th-roller__heading--light .gs-th-roller__heading-en {
  color: #d4bb84 !important;
  -webkit-text-fill-color: #d4bb84 !important;
}

.gs-th-roller__heading--light .gs-th-roller__heading-title,
.gs-th-roller__heading--light .gs-th-roller__heading-text {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}


/* =====================================================
   COMMON IMAGE CARD
===================================================== */

.gs-th-roller__intro-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.gs-th-roller__image-card {
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e0e2e3;
  border-radius: 13px;
}

.gs-th-roller__image-card img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.gs-th-roller__image-card figcaption {
  margin: 0;
  padding: 13px 18px;
  color: #596168;
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
  background: #f7f7f6;
}


/* =====================================================
   FEATURE
===================================================== */

.gs-th-roller__feature {
  display: grid;
  grid-template-columns: minmax(0, 52%) minmax(0, 1fr);
  align-items: center;
  gap: 42px;
  margin-bottom: 28px;
  padding: 30px;
  background: #f6f6f4;
  border-radius: 15px;
}

.gs-th-roller__feature:last-child {
  margin-bottom: 0;
}

.gs-th-roller__feature--reverse .gs-th-roller__feature-image {
  order: 2;
}

.gs-th-roller__feature--reverse .gs-th-roller__feature-content {
  order: 1;
}

.gs-th-roller__feature-image {
  overflow: hidden;
  background: #fff;
  border-radius: 11px;
}

.gs-th-roller__feature-image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.gs-th-roller__feature-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 45px;
  height: 28px;
  margin-bottom: 15px;
  padding: 0 13px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
  background: #282f33;
  border-radius: 20px;
}

.gs-th-roller__feature-title {
  margin: 0 0 16px;
  color: #30363a;
  font-family:
    "Yu Mincho",
    YuMincho,
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.55;
}

.gs-th-roller__feature-text {
  margin: 0 0 10px;
  color: #565e63;
}

.gs-th-roller__feature-text:last-child {
  margin-bottom: 0;
}


/* =====================================================
   HOW TO
===================================================== */

.gs-th-roller__howto {
  padding: 48px;
  background:
    linear-gradient(
      145deg,
      #20262a 0%,
      #343c41 100%
    );
  border-radius: 17px;
}

.gs-th-roller__howto-layout {
  display: grid;
  grid-template-columns: minmax(0, 46%) minmax(0, 1fr);
  align-items: start;
  gap: 38px;
}

.gs-th-roller__howto-image {
  overflow: hidden;
  background: #fff;
  border-radius: 12px;
}

.gs-th-roller__howto-image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.gs-th-roller__steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gs-th-roller__step {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 15px;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.gs-th-roller__step:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.gs-th-roller__step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #252b2f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  background: #d4bb84;
  border-radius: 50%;
}

.gs-th-roller__step-title {
  margin: 0 0 4px;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

.gs-th-roller__step-content p {
  margin: 0;
  color: #d4d9dc !important;
  -webkit-text-fill-color: #d4d9dc !important;
  font-size: 14px;
  line-height: 1.8;
}

.gs-th-roller__caution-line {
  margin-top: 31px;
  padding: 17px 21px;
  color: #343a3e;
  font-size: 14px;
  line-height: 1.8;
  background: #f0e7d6;
  border-radius: 8px;
}


/* =====================================================
   DOUBLE HEAD
===================================================== */

.gs-th-roller__double-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.gs-th-roller__double-card {
  overflow: hidden;
  background: #f6f6f4;
  border-radius: 13px;
}

.gs-th-roller__double-image {
  background: #fff;
}

.gs-th-roller__double-image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.gs-th-roller__double-content {
  padding: 24px 25px 27px;
}

.gs-th-roller__mini-label {
  display: inline-block;
  margin-bottom: 10px;
  color: #98763e;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.2em;
}

.gs-th-roller__double-content h4 {
  margin: 0 0 12px;
  color: #30363a;
  font-family:
    "Yu Mincho",
    YuMincho,
    "Hiragino Mincho ProN",
    serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.65;
}

.gs-th-roller__double-content p {
  margin: 0;
  color: #596066;
}


/* =====================================================
   MULTI USE
===================================================== */

.gs-th-roller__multi-layout {
  display: grid;
  grid-template-columns: minmax(0, 52%) minmax(0, 1fr);
  align-items: center;
  gap: 42px;
}

.gs-th-roller__multi-image {
  overflow: hidden;
  background: #f4f4f4;
  border-radius: 13px;
}

.gs-th-roller__multi-image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.gs-th-roller__multi-title {
  margin: 0 0 17px;
  color: #30363a;
  font-family:
    "Yu Mincho",
    YuMincho,
    "Hiragino Mincho ProN",
    serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.65;
}

.gs-th-roller__multi-content p {
  margin-bottom: 12px;
  color: #596066;
}

.gs-th-roller__multi-note {
  margin-top: 17px !important;
  padding: 14px 16px;
  color: #70777b !important;
  font-size: 13px;
  line-height: 1.8;
  background: #f4f4f2;
  border-left: 3px solid #9c7c45;
}


/* =====================================================
   COLOR
===================================================== */

.gs-th-roller__color-main {
  margin-bottom: 22px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e0e2e3;
  border-radius: 13px;
}

.gs-th-roller__color-main img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.gs-th-roller__color-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.gs-th-roller__color-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e0e2e3;
  border-radius: 11px;
}

.gs-th-roller__color-card img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.gs-th-roller__color-name {
  padding: 13px 14px;
  text-align: center;
  background: #f7f7f6;
}

.gs-th-roller__color-name strong,
.gs-th-roller__color-name span {
  display: block;
}

.gs-th-roller__color-name strong {
  color: #30363a;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.13em;
}

.gs-th-roller__color-name span {
  margin-top: 3px;
  color: #697075;
  font-size: 13px;
}

.gs-th-roller__color-note {
  margin: 17px 0 0;
  color: #70777b;
  font-size: 13px;
  line-height: 1.8;
}


/* =====================================================
   RECOMMENDED
===================================================== */

.gs-th-roller__recommended {
  padding: 44px;
  background:
    linear-gradient(
      140deg,
      #3e3023 0%,
      #66513a 100%
    );
  border-radius: 16px;
}

.gs-th-roller__check-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 35px;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.gs-th-roller__check-list li {
  position: relative !important;
  display: block !important;
  float: none !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 0 0 29px !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 15px;
  line-height: 1.8 !important;
  text-align: left !important;
  text-indent: 0 !important;
  background: none !important;
  border: 0 !important;
}

.gs-th-roller__check-list li::before {
  position: absolute !important;
  top: 8px !important;
  left: 4px !important;
  display: block !important;
  width: 7px !important;
  height: 12px !important;
  content: "" !important;
  background: none !important;
  border: 0 !important;
  border-right: 2px solid #dfc58e !important;
  border-bottom: 2px solid #dfc58e !important;
  transform: rotate(45deg);
}

.gs-th-roller__check-list li::after {
  display: none !important;
  content: none !important;
}


/* =====================================================
   MATERIAL
===================================================== */

.gs-th-roller__material {
  display: grid;
  grid-template-columns: minmax(0, 45%) minmax(0, 1fr);
  align-items: center;
  gap: 42px;
}

.gs-th-roller__material-image {
  overflow: hidden;
  background: #f5f5f5;
  border-radius: 13px;
}

.gs-th-roller__material-image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.gs-th-roller__material-lead {
  margin: 0 0 15px;
  color: #30363a;
  font-family:
    "Yu Mincho",
    YuMincho,
    "Hiragino Mincho ProN",
    serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.7;
}

.gs-th-roller__material-content p {
  margin-bottom: 12px;
}

.gs-th-roller__material-note {
  margin-top: 21px !important;
  padding: 16px 18px;
  color: #646b70;
  font-size: 13px;
  line-height: 1.8;
  background: #f3f3f1;
  border-left: 3px solid #9d7e45;
}


/* =====================================================
   SIZE
===================================================== */

.gs-th-roller__size-layout {
  display: grid;
  grid-template-columns: minmax(0, 50%) minmax(0, 1fr);
  align-items: center;
  gap: 40px;
}

.gs-th-roller__size-image {
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e0e2e3;
  border-radius: 13px;
}

.gs-th-roller__size-image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.gs-th-roller__size-data {
  margin: 0;
  overflow: hidden;
  border: 1px solid #dcdfe0;
  border-radius: 10px;
}

.gs-th-roller__size-row {
  display: grid;
  grid-template-columns: 135px minmax(0, 1fr);
  border-bottom: 1px solid #dcdfe0;
}

.gs-th-roller__size-row:last-child {
  border-bottom: 0;
}

.gs-th-roller__size-row dt,
.gs-th-roller__size-row dd {
  margin: 0;
  padding: 14px 16px;
}

.gs-th-roller__size-row dt {
  color: #343b3f;
  font-weight: 700;
  background: #efefec;
}

.gs-th-roller__size-row dd {
  color: #565e63;
  background: #fff;
}

.gs-th-roller__size-note {
  margin: 17px 0 0;
  color: #70777b;
  font-size: 13px;
  line-height: 1.8;
}


/* =====================================================
   CARE
===================================================== */

.gs-th-roller__care {
  display: grid;
  grid-template-columns: 145px minmax(0, 1fr);
  align-items: center;
  gap: 32px;
  padding: 32px;
  background: #f5f4f0;
  border-radius: 13px;
}

.gs-th-roller__care-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 145px;
  height: 145px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.16em;
  text-align: center;
  background: #30373b;
  border-radius: 50%;
}

.gs-th-roller__care-title {
  margin: 0 0 13px;
  color: #30363a;
  font-family:
    "Yu Mincho",
    YuMincho,
    "Hiragino Mincho ProN",
    serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.65;
}

.gs-th-roller__care-content p {
  margin-bottom: 10px;
  color: #596066;
}

.gs-th-roller__care-note {
  margin-top: 15px !important;
  color: #747a7e !important;
  font-size: 13px;
}


/* =====================================================
   GIFT
===================================================== */

.gs-th-roller__gift {
  display: grid;
  grid-template-columns: minmax(0, 50%) minmax(0, 1fr);
  align-items: center;
  gap: 42px;
  padding: 32px;
  background: #f6f4ef;
  border-radius: 15px;
}

.gs-th-roller__gift-image {
  overflow: hidden;
  background: #fff;
  border-radius: 11px;
}

.gs-th-roller__gift-image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.gs-th-roller__gift-lead {
  margin: 0 0 15px;
  color: #30363a;
  font-family:
    "Yu Mincho",
    YuMincho,
    "Hiragino Mincho ProN",
    serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.7;
}

.gs-th-roller__gift-content p {
  margin-bottom: 12px;
  color: #596066;
}

.gs-th-roller__gift-note {
  margin-top: 17px !important;
  color: #73797d !important;
  font-size: 13px;
  line-height: 1.8;
}


/* =====================================================
   SPECIFICATION
===================================================== */

.gs-th-roller__spec {
  overflow: hidden;
  border: 1px solid #dadde0;
  border-radius: 12px;
}

.gs-th-roller__spec-row {
  display: grid;
  grid-template-columns: 185px minmax(0, 1fr);
  border-bottom: 1px solid #dadde0;
}

.gs-th-roller__spec-row:last-child {
  border-bottom: 0;
}

.gs-th-roller__spec-head,
.gs-th-roller__spec-body {
  padding: 17px 21px;
}

.gs-th-roller__spec-head {
  display: flex;
  align-items: center;
  color: #343a3e;
  font-weight: 700;
  background: #efefec;
}

.gs-th-roller__spec-body {
  color: #555d62;
  background: #fff;
}


/* =====================================================
   IMPORTANT NOTES
===================================================== */

.gs-th-roller__notice {
  padding: 31px 34px;
  background: #f7f7f5;
  border: 1px solid #dedfdd;
  border-radius: 12px;
}

.gs-th-roller__notice ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.gs-th-roller__notice li {
  position: relative !important;
  display: block !important;
  float: none !important;
  width: auto !important;
  height: auto !important;
  margin: 0 0 13px !important;
  padding: 0 0 0 21px !important;
  color: #596065 !important;
  font-size: 14px;
  line-height: 1.9 !important;
  text-align: left !important;
  text-indent: 0 !important;
  background: none !important;
  border: 0 !important;
}

.gs-th-roller__notice li:last-child {
  margin-bottom: 0 !important;
}

.gs-th-roller__notice li::before {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  display: block !important;
  content: "・" !important;
  color: #92713a !important;
  font-weight: 700;
  background: none !important;
}

.gs-th-roller__notice li::after {
  display: none !important;
  content: none !important;
}


/* =====================================================
   MESSAGE
===================================================== */

.gs-th-roller__message {
  margin-top: 78px;
  padding: 65px 30px;
  text-align: center;
  background:
    linear-gradient(
      145deg,
      #f2f1ed 0%,
      #fafafa 50%,
      #ecebe7 100%
    );
  border-top: 1px solid #d9d7d0;
  border-bottom: 1px solid #d9d7d0;
}

.gs-th-roller__message-en {
  margin: 0 0 18px;
  color: #96763e;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.23em;
}

.gs-th-roller__message-title {
  margin: 0 0 21px;
  color: #30363a;
  font-family:
    "Yu Mincho",
    YuMincho,
    "Hiragino Mincho ProN",
    serif;
  font-size: 31px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.gs-th-roller__message-text {
  max-width: 650px;
  margin: 0 auto;
  color: #596166;
}


/* =====================================================
   TABLET
===================================================== */

@media screen and (max-width: 900px) {

  .gs-th-roller__hero-copy {
    padding: 42px 30px;
  }

  .gs-th-roller__hero-title,
  .gs-th-roller__hero-title * {
    font-size: 29px;
  }

  .gs-th-roller__feature {
    gap: 28px;
  }

  .gs-th-roller__howto {
    padding: 38px;
  }
}


/* =====================================================
   SMARTPHONE
===================================================== */

@media screen and (max-width: 767px) {

  .gs-th-roller {
    margin: 36px auto;
    padding: 0 14px;
    font-size: 15px;
    line-height: 1.9;
  }

  .gs-th-roller__sp-only {
    display: block;
  }


  /* HERO */

  .gs-th-roller__hero {
    grid-template-columns: 1fr;
    border-radius: 13px;
  }

  .gs-th-roller__hero-copy {
    padding: 38px 23px;
  }

  .gs-th-roller__eyebrow {
    margin-bottom: 14px;
    font-size: 10px;
  }

  .gs-th-roller__hero-title,
  .gs-th-roller__hero-title * {
    margin-bottom: 20px;
    font-size: 27px;
  }

  .gs-th-roller__hero-lead {
    font-size: 16px;
  }

  .gs-th-roller__hero-image {
    min-height: 0;
  }

  .gs-th-roller__hero-image img {
    height: auto;
    object-fit: contain;
  }


  /* SECTION */

  .gs-th-roller__section {
    margin-top: 54px;
  }

  .gs-th-roller__heading {
    margin-bottom: 23px;
    padding-bottom: 13px;
  }

  .gs-th-roller__heading-title {
    font-size: 23px;
  }

  .gs-th-roller__heading-text {
    margin-top: 13px;
  }


  /* GALLERY */

  .gs-th-roller__intro-gallery {
    grid-template-columns: 1fr;
    gap: 14px;
  }


  /* FEATURE */

  .gs-th-roller__feature,
  .gs-th-roller__feature--reverse {
    grid-template-columns: 1fr;
    gap: 23px;
    margin-bottom: 18px;
    padding: 20px;
    border-radius: 11px;
  }

  .gs-th-roller__feature--reverse .gs-th-roller__feature-image,
  .gs-th-roller__feature--reverse .gs-th-roller__feature-content {
    order: initial;
  }

  .gs-th-roller__feature-title {
    font-size: 20px;
  }


  /* HOW TO */

  .gs-th-roller__howto {
    padding: 31px 21px;
    border-radius: 12px;
  }

  .gs-th-roller__howto-layout {
    grid-template-columns: 1fr;
    gap: 27px;
  }

  .gs-th-roller__step {
    grid-template-columns: 37px minmax(0, 1fr);
    gap: 12px;
  }

  .gs-th-roller__step-number {
    width: 34px;
    height: 34px;
    font-size: 13px;
  }


  /* DOUBLE */

  .gs-th-roller__double-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }


  /* MULTI */

  .gs-th-roller__multi-layout {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .gs-th-roller__multi-title {
    font-size: 20px;
  }


  /* COLOR */

  .gs-th-roller__color-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }


  /* RECOMMENDED */

  .gs-th-roller__recommended {
    padding: 32px 22px;
    border-radius: 12px;
  }

  .gs-th-roller__check-list {
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .gs-th-roller__check-list li {
    padding-left: 28px !important;
    font-size: 14px;
  }


  /* MATERIAL */

  .gs-th-roller__material {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .gs-th-roller__material-lead {
    font-size: 19px;
  }


  /* SIZE */

  .gs-th-roller__size-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .gs-th-roller__size-row {
    grid-template-columns: 120px minmax(0, 1fr);
  }

  .gs-th-roller__size-row dt,
  .gs-th-roller__size-row dd {
    padding: 12px 13px;
  }


  /* CARE */

  .gs-th-roller__care {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 23px 20px;
  }

  .gs-th-roller__care-icon {
    width: 105px;
    height: 105px;
    margin: 0 auto;
    font-size: 10px;
  }

  .gs-th-roller__care-title {
    font-size: 19px;
  }


  /* GIFT */

  .gs-th-roller__gift {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 20px;
    border-radius: 11px;
  }

  .gs-th-roller__gift-lead {
    font-size: 19px;
  }


  /* SPEC */

  .gs-th-roller__spec-row {
    display: block;
  }

  .gs-th-roller__spec-head,
  .gs-th-roller__spec-body {
    padding: 13px 16px;
  }

  .gs-th-roller__spec-head {
    border-bottom: 1px solid #dadde0;
  }


  /* NOTES */

  .gs-th-roller__notice {
    padding: 23px 19px;
    border-radius: 10px;
  }

  .gs-th-roller__notice li {
    font-size: 13px;
  }


  /* MESSAGE */

  .gs-th-roller__message {
    margin-top: 54px;
    padding: 47px 21px;
  }

  .gs-th-roller__message-title {
    font-size: 25px;
  }

  .gs-th-roller__message-text br {
    display: none;
  }
}

/* =====================================================
   GOLD STONE JEWELRY COLLECTION
   London Blue Topaz Pierced Earrings
===================================================== */

.gs-jewel-pierce {
  width: 100%;
  max-width: 960px;
  margin: 60px auto;
  padding: 0;
  color: #3d4145;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    "Yu Gothic",
    YuGothic,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .035em;
  box-sizing: border-box;
}

.gs-jewel-pierce *,
.gs-jewel-pierce *::before,
.gs-jewel-pierce *::after {
  box-sizing: border-box;
}

.gs-jewel-pierce img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  border: 0;
}

.gs-jewel-pierce h2,
.gs-jewel-pierce h3,
.gs-jewel-pierce h4,
.gs-jewel-pierce p,
.gs-jewel-pierce figure,
.gs-jewel-pierce dl,
.gs-jewel-pierce dt,
.gs-jewel-pierce dd {
  margin-top: 0;
}

.gs-jewel-pierce__sp-only {
  display: none;
}


/* =====================================================
   HERO
===================================================== */

.gs-jewel-pierce__hero {
  display: grid;
  grid-template-columns: 58% 42%;
  overflow: hidden;
  background: #f5f7f8;
  border-radius: 18px;
}

.gs-jewel-pierce__hero-image {
  min-height: 560px;
  background: #fff;
}

.gs-jewel-pierce__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gs-jewel-pierce__hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 38px;
  background:
    linear-gradient(
      145deg,
      #eef4f7 0%,
      #f8f9f8 58%,
      #ece8df 100%
    );
}

.gs-jewel-pierce__eyebrow {
  margin: 0 0 17px;
  color: #ae8950;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: .2em;
}

.gs-jewel-pierce__hero-title {
  margin: 0 0 22px;
  color: #214b68 !important;
  -webkit-text-fill-color: #214b68 !important;
  font-family:
    "Yu Mincho",
    YuMincho,
    "Hiragino Mincho ProN",
    serif;
  font-size: 37px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: .08em;
}

.gs-jewel-pierce__hero-lead {
  margin: 0 0 16px;
  color: #394a55;
  font-family:
    "Yu Mincho",
    YuMincho,
    "Hiragino Mincho ProN",
    serif;
  font-size: 18px;
  line-height: 1.8;
}

.gs-jewel-pierce__hero-text {
  margin: 0;
  color: #626a70;
  font-size: 14px;
  line-height: 1.95;
}


/* =====================================================
   SECTIONS
===================================================== */

.gs-jewel-pierce__section {
  margin-top: 82px;
}

.gs-jewel-pierce__heading {
  margin-bottom: 31px;
  padding-bottom: 17px;
  border-bottom: 1px solid #d9dee1;
}

.gs-jewel-pierce__heading-en {
  display: block;
  margin-bottom: 8px;
  color: #af8950;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .22em;
}

.gs-jewel-pierce__heading-title {
  margin: 0;
  color: #29495e;
  font-family:
    "Yu Mincho",
    YuMincho,
    "Hiragino Mincho ProN",
    serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .06em;
}

.gs-jewel-pierce__heading-text {
  max-width: 750px;
  margin: 15px 0 0;
  color: #697177;
}


/* =====================================================
   WEARING
===================================================== */

.gs-jewel-pierce__wear-main {
  overflow: hidden;
  border-radius: 15px;
}

.gs-jewel-pierce__wear-copy {
  max-width: 720px;
  margin: 28px auto 0;
  text-align: center;
}

.gs-jewel-pierce__mini-label {
  display: block;
  margin-bottom: 9px;
  color: #ad864b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .2em;
}

.gs-jewel-pierce__wear-copy h4 {
  margin: 0 0 14px;
  color: #314c5d;
  font-family:
    "Yu Mincho",
    YuMincho,
    "Hiragino Mincho ProN",
    serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.65;
}

.gs-jewel-pierce__wear-copy p {
  margin: 0;
  color: #676f74;
}


/* =====================================================
   DESIGN
===================================================== */

.gs-jewel-pierce__design {
  display: grid;
  grid-template-columns: 53% 1fr;
  align-items: center;
  gap: 46px;
  padding: 30px;
  background: #f6f7f7;
  border-radius: 15px;
}

.gs-jewel-pierce__design-image {
  overflow: hidden;
  background: #fff;
  border-radius: 11px;
}

.gs-jewel-pierce__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 45px;
  height: 27px;
  margin-bottom: 15px;
  padding: 0 12px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  background: #28536e;
  border-radius: 20px;
}

.gs-jewel-pierce__design-content h4 {
  margin: 0 0 16px;
  color: #314c5d;
  font-family:
    "Yu Mincho",
    YuMincho,
    "Hiragino Mincho ProN",
    serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.65;
}

.gs-jewel-pierce__design-content p {
  margin: 0 0 10px;
  color: #656d72;
}


/* =====================================================
   STONE
===================================================== */

.gs-jewel-pierce__stone {
  display: grid;
  grid-template-columns: 44% 1fr;
  align-items: center;
  gap: 48px;
  padding: 46px;
  background:
    linear-gradient(
      140deg,
      #17394e 0%,
      #245875 100%
    );
  border-radius: 17px;
}

.gs-jewel-pierce__stone-image {
  overflow: hidden;
  background: #fff;
  border-radius: 12px;
}

.gs-jewel-pierce__stone-content .gs-jewel-pierce__heading-en {
  color: #d8bc84;
}

.gs-jewel-pierce__stone-title {
  margin: 0 0 20px;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-family:
    "Yu Mincho",
    YuMincho,
    "Hiragino Mincho ProN",
    serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.6;
}

.gs-jewel-pierce__stone-content > p {
  margin-bottom: 12px;
  color: #e2e9ed !important;
  -webkit-text-fill-color: #e2e9ed !important;
  font-size: 14px;
}

.gs-jewel-pierce__stone-note {
  margin-top: 21px;
  padding: 15px 17px;
  color: #43515a;
  font-size: 12px;
  line-height: 1.8;
  background: #f2eee5;
  border-radius: 8px;
}


/* =====================================================
   DETAIL
===================================================== */

.gs-jewel-pierce__detail-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.gs-jewel-pierce__image-card {
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e0e3e4;
  border-radius: 12px;
}

.gs-jewel-pierce__image-card figcaption {
  padding: 14px 18px;
  color: #626a70;
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
  background: #f6f7f7;
}


/* =====================================================
   WIDE IMAGE
===================================================== */

.gs-jewel-pierce__wide-image {
  overflow: hidden;
  border-radius: 15px;
}

.gs-jewel-pierce__wide-copy {
  max-width: 700px;
  margin: 29px auto 0;
  text-align: center;
}

.gs-jewel-pierce__wide-en {
  margin: 0 0 10px;
  color: #ad864b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  letter-spacing: .22em;
}

.gs-jewel-pierce__wide-copy h3 {
  margin: 0 0 14px;
  color: #304d60;
  font-family:
    "Yu Mincho",
    YuMincho,
    "Hiragino Mincho ProN",
    serif;
  font-size: 25px;
  font-weight: 500;
}

.gs-jewel-pierce__wide-copy p {
  margin: 0;
  color: #656d73;
}


/* =====================================================
   SIZE
===================================================== */

.gs-jewel-pierce__size {
  display: grid;
  grid-template-columns: 51% 1fr;
  align-items: center;
  gap: 40px;
}

.gs-jewel-pierce__size-image {
  overflow: hidden;
  border: 1px solid #e0e3e4;
  border-radius: 12px;
}

.gs-jewel-pierce__size-data {
  margin: 0;
  overflow: hidden;
  border: 1px solid #dadee0;
  border-radius: 10px;
}

.gs-jewel-pierce__size-data > div {
  display: grid;
  grid-template-columns: 135px 1fr;
  border-bottom: 1px solid #dadee0;
}

.gs-jewel-pierce__size-data > div:last-child {
  border-bottom: 0;
}

.gs-jewel-pierce__size-data dt,
.gs-jewel-pierce__size-data dd {
  margin: 0;
  padding: 13px 15px;
}

.gs-jewel-pierce__size-data dt {
  color: #3f4b53;
  font-weight: 700;
  background: #eef1f2;
}

.gs-jewel-pierce__size-data dd {
  color: #5e666b;
  background: #fff;
}


/* =====================================================
   SILVER
===================================================== */

.gs-jewel-pierce__silver {
  display: grid;
  grid-template-columns: 44% 1fr;
  align-items: center;
  gap: 44px;
}

.gs-jewel-pierce__silver-image {
  overflow: hidden;
  border: 1px solid #e1e3e4;
  border-radius: 12px;
}

.gs-jewel-pierce__silver-lead {
  margin: 0 0 14px;
  color: #304c5f;
  font-family:
    "Yu Mincho",
    YuMincho,
    "Hiragino Mincho ProN",
    serif;
  font-size: 20px;
  line-height: 1.7;
}

.gs-jewel-pierce__silver-content p {
  margin-bottom: 11px;
  color: #656d72;
}

.gs-jewel-pierce__material-note {
  margin-top: 18px !important;
  padding: 14px 16px;
  color: #6d7478 !important;
  font-size: 13px;
  background: #f5f4f1;
  border-left: 3px solid #af8950;
}


/* =====================================================
   STYLE
===================================================== */

.gs-jewel-pierce__style {
  padding: 45px;
  background:
    linear-gradient(
      140deg,
      #263b49 0%,
      #3d5665 100%
    );
  border-radius: 16px;
}

.gs-jewel-pierce__heading--light {
  border-bottom-color: rgba(255,255,255,.22);
}

.gs-jewel-pierce__heading--light .gs-jewel-pierce__heading-en {
  color: #dbc18b;
}

.gs-jewel-pierce__heading--light .gs-jewel-pierce__heading-title {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.gs-jewel-pierce__style-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
}

.gs-jewel-pierce__style-grid > div {
  padding: 23px 13px;
  text-align: center;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 9px;
}

.gs-jewel-pierce__style-grid span {
  display: block;
  margin-bottom: 8px;
  color: #d8bc84;
  font-size: 11px;
}

.gs-jewel-pierce__style-grid strong {
  display: block;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-family: Georgia, serif;
  font-size: 12px;
  letter-spacing: .12em;
}

.gs-jewel-pierce__style-grid p {
  margin: 5px 0 0;
  color: #dae1e5 !important;
  -webkit-text-fill-color: #dae1e5 !important;
  font-size: 12px;
}


/* =====================================================
   GIFT
===================================================== */

.gs-jewel-pierce__gift {
  display: grid;
  grid-template-columns: 50% 1fr;
  align-items: center;
  gap: 42px;
  padding: 31px;
  background: #f7f4ee;
  border-radius: 15px;
}

.gs-jewel-pierce__gift-image {
  overflow: hidden;
  background: #fff;
  border-radius: 11px;
}

.gs-jewel-pierce__gift-content h4 {
  margin: 0 0 14px;
  color: #314c5d;
  font-family:
    "Yu Mincho",
    YuMincho,
    "Hiragino Mincho ProN",
    serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.7;
}

.gs-jewel-pierce__gift-content p {
  margin: 0;
  color: #676f74;
}


/* =====================================================
   NATURAL
===================================================== */

.gs-jewel-pierce__natural {
  padding: 29px 32px;
  background: #f7f7f6;
  border-left: 4px solid #af8950;
  border-radius: 0 11px 11px 0;
}

.gs-jewel-pierce__natural p {
  margin: 0 0 11px;
  color: #626a70;
}

.gs-jewel-pierce__natural p:last-child {
  margin-bottom: 0;
}


/* =====================================================
   SPEC
===================================================== */

.gs-jewel-pierce__spec {
  overflow: hidden;
  border: 1px solid #dce0e2;
  border-radius: 11px;
}

.gs-jewel-pierce__spec > div {
  display: grid;
  grid-template-columns: 185px 1fr;
  border-bottom: 1px solid #dce0e2;
}

.gs-jewel-pierce__spec > div:last-child {
  border-bottom: 0;
}

.gs-jewel-pierce__spec dt,
.gs-jewel-pierce__spec dd {
  margin: 0;
  padding: 16px 20px;
}

.gs-jewel-pierce__spec dt {
  color: #384852;
  font-weight: 700;
  background: #eef1f2;
}

.gs-jewel-pierce__spec dd {
  color: #5f676c;
  background: #fff;
}


/* =====================================================
   NOTICE
===================================================== */

.gs-jewel-pierce__notice {
  padding: 29px 32px;
  background: #f7f7f6;
  border: 1px solid #dfe1e1;
  border-radius: 11px;
}

.gs-jewel-pierce__notice ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.gs-jewel-pierce__notice li {
  position: relative !important;
  display: block !important;
  float: none !important;
  width: auto !important;
  height: auto !important;
  margin: 0 0 11px !important;
  padding: 0 0 0 20px !important;
  color: #60686d !important;
  font-size: 13px;
  line-height: 1.9 !important;
  text-indent: 0 !important;
  background: none !important;
  border: 0 !important;
}

.gs-jewel-pierce__notice li:last-child {
  margin-bottom: 0 !important;
}

.gs-jewel-pierce__notice li::before {
  position: absolute !important;
  top: 0;
  left: 0;
  content: "・" !important;
  color: #ad864b;
  font-weight: 700;
}

.gs-jewel-pierce__notice li::after {
  display: none !important;
}


/* =====================================================
   MESSAGE
===================================================== */

.gs-jewel-pierce__message {
  margin-top: 82px;
  padding: 67px 30px;
  text-align: center;
  background:
    linear-gradient(
      145deg,
      #edf3f6 0%,
      #fafafa 55%,
      #f2ede4 100%
    );
  border-top: 1px solid #dce1e3;
  border-bottom: 1px solid #dce1e3;
}

.gs-jewel-pierce__message-en {
  margin: 0 0 17px;
  color: #ad864b;
  font-family: Georgia, serif;
  font-size: 11px;
  letter-spacing: .22em;
}

.gs-jewel-pierce__message-title {
  margin: 0 0 19px;
  color: #284d65;
  font-family:
    "Yu Mincho",
    YuMincho,
    "Hiragino Mincho ProN",
    serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.65;
}

.gs-jewel-pierce__message-text {
  max-width: 670px;
  margin: 0 auto;
  color: #626a6f;
}


/* =====================================================
   SMARTPHONE
===================================================== */

@media screen and (max-width: 767px) {

  .gs-jewel-pierce {
    margin: 35px auto;
    padding: 0 14px;
    font-size: 15px;
  }

  .gs-jewel-pierce__sp-only {
    display: block;
  }

  .gs-jewel-pierce__hero {
    grid-template-columns: 1fr;
    border-radius: 12px;
  }

  .gs-jewel-pierce__hero-image {
    min-height: 0;
  }

  .gs-jewel-pierce__hero-image img {
    height: auto;
  }

  .gs-jewel-pierce__hero-copy {
    padding: 35px 22px 39px;
  }

  .gs-jewel-pierce__hero-title {
    font-size: 29px;
  }

  .gs-jewel-pierce__hero-lead {
    font-size: 16px;
  }

  .gs-jewel-pierce__section {
    margin-top: 55px;
  }

  .gs-jewel-pierce__heading {
    margin-bottom: 22px;
  }

  .gs-jewel-pierce__heading-title {
    font-size: 23px;
  }

  .gs-jewel-pierce__wear-main,
  .gs-jewel-pierce__wide-image {
    border-radius: 10px;
  }

  .gs-jewel-pierce__wear-copy,
  .gs-jewel-pierce__wide-copy {
    margin-top: 22px;
    text-align: left;
  }

  .gs-jewel-pierce__design {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 20px;
  }

  .gs-jewel-pierce__design-content h4 {
    font-size: 20px;
  }

  .gs-jewel-pierce__stone {
    grid-template-columns: 1fr;
    gap: 27px;
    padding: 27px 21px;
    border-radius: 12px;
  }

  .gs-jewel-pierce__stone-title {
    font-size: 23px;
  }

  .gs-jewel-pierce__detail-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .gs-jewel-pierce__size {
    grid-template-columns: 1fr;
    gap: 23px;
  }

  .gs-jewel-pierce__size-data > div {
    grid-template-columns: 115px 1fr;
  }

  .gs-jewel-pierce__size-data dt,
  .gs-jewel-pierce__size-data dd {
    padding: 12px;
  }

  .gs-jewel-pierce__silver {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .gs-jewel-pierce__silver-lead {
    font-size: 18px;
  }

  .gs-jewel-pierce__style {
    padding: 30px 20px;
    border-radius: 11px;
  }

  .gs-jewel-pierce__style-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .gs-jewel-pierce__gift {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 20px;
  }

  .gs-jewel-pierce__natural {
    padding: 23px 20px;
  }

  .gs-jewel-pierce__spec > div {
    display: block;
  }

  .gs-jewel-pierce__spec dt,
  .gs-jewel-pierce__spec dd {
    padding: 12px 15px;
  }

  .gs-jewel-pierce__spec dt {
    border-bottom: 1px solid #dce0e2;
  }

  .gs-jewel-pierce__notice {
    padding: 22px 18px;
  }

  .gs-jewel-pierce__message {
    margin-top: 55px;
    padding: 46px 21px;
  }

  .gs-jewel-pierce__message-title {
    font-size: 25px;
  }

  .gs-jewel-pierce__message-text br {
    display: none;
  }
}
/* =====================================================
   GOLD STONE
   GLASS CANISTER
===================================================== */

.gs-canister {
  width: 100%;
  max-width: 960px;
  margin: 60px auto;
  padding: 0;
  color: #3f4346;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    "Yu Gothic",
    YuGothic,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .035em;
  box-sizing: border-box;
}

.gs-canister *,
.gs-canister *::before,
.gs-canister *::after {
  box-sizing: border-box;
}

.gs-canister img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  border: 0;
}

.gs-canister h2,
.gs-canister h3,
.gs-canister h4,
.gs-canister p,
.gs-canister figure,
.gs-canister dl,
.gs-canister dt,
.gs-canister dd {
  margin-top: 0;
}


/* =====================================================
   HERO
   完成画像を切らずに100%表示
===================================================== */

.gs-canister__hero {
  width: 100%;
}

.gs-canister__hero--single {
  display: block;
  width: 100%;
  overflow: hidden;
  background: #fff;
  border-radius: 18px;
}

.gs-canister__hero--single img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  object-fit: contain;
  object-position: center;
}


/* =====================================================
   SECTION
===================================================== */

.gs-canister__section {
  margin-top: 80px;
}

.gs-canister__heading {
  margin-bottom: 30px;
  padding-bottom: 17px;
  border-bottom: 1px solid #ddd9d1;
}

.gs-canister__heading-en {
  display: block;
  margin-bottom: 7px;
  color: #aa874c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .22em;
}

.gs-canister__heading-title {
  margin: 0;
  color: #484541;
  font-family:
    "Yu Mincho",
    YuMincho,
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .06em;
}

.gs-canister__heading-text {
  max-width: 760px;
  margin: 16px 0 0;
  color: #6d6a66;
}


/* =====================================================
   WIDE IMAGE
===================================================== */

.gs-canister__wide-image {
  width: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e3e0da;
  border-radius: 14px;
}

.gs-canister__wide-image img {
  width: 100%;
  height: auto;
}


/* =====================================================
   FEATURE
===================================================== */

.gs-canister__feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.gs-canister__feature {
  min-width: 0;
  padding: 27px 25px 29px;
  background:
    linear-gradient(
      135deg,
      #f7f6f3 0%,
      #fbfbfa 100%
    );
  border: 1px solid #e4e0d9;
  border-radius: 13px;
}

.gs-canister__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 27px;
  margin-bottom: 14px;
  padding: 0 12px;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .12em;
  background: #55514b;
  border-radius: 20px;
}

.gs-canister__feature h4 {
  margin: 0 0 12px;
  color: #484541;
  font-family:
    "Yu Mincho",
    YuMincho,
    "Hiragino Mincho ProN",
    serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.65;
}

.gs-canister__feature p {
  margin: 0;
  color: #696662;
  font-size: 14px;
  line-height: 1.9;
}


/* =====================================================
   DARK / INTERIOR
===================================================== */

.gs-canister__dark {
  display: grid;
  grid-template-columns: minmax(0, 55%) minmax(0, 45%);
  align-items: stretch;
  overflow: hidden;
  background:
    linear-gradient(
      145deg,
      #2d2b29 0%,
      #47413b 100%
    );
  border-radius: 17px;
}

.gs-canister__dark-image {
  min-height: 470px;
  overflow: hidden;
  background: #fff;
}

.gs-canister__dark-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.gs-canister__dark-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px 36px;
}

.gs-canister__dark-copy .gs-canister__heading-en {
  color: #d7bb82 !important;
  -webkit-text-fill-color: #d7bb82 !important;
}

.gs-canister__dark-copy h3 {
  margin: 0 0 18px;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-family:
    "Yu Mincho",
    YuMincho,
    "Hiragino Mincho ProN",
    serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.65;
}

.gs-canister__dark-copy p {
  margin: 0 0 12px;
  color: #e0deda !important;
  -webkit-text-fill-color: #e0deda !important;
  font-size: 14px;
  line-height: 1.9;
}

.gs-canister__dark-copy p:last-child {
  margin-bottom: 0;
}


/* =====================================================
   COLOR
===================================================== */

.gs-canister__color {
  display: grid;
  grid-template-columns: minmax(0, 54%) minmax(0, 46%);
  align-items: center;
  gap: 42px;
  padding: 30px;
  background: #f8f7f4;
  border: 1px solid #e3dfd7;
  border-radius: 14px;
}

.gs-canister__color--reverse .gs-canister__color-image {
  order: 2;
}

.gs-canister__color--reverse .gs-canister__color-copy {
  order: 1;
}

.gs-canister__color-image {
  overflow: hidden;
  background: #fff;
  border-radius: 11px;
}

.gs-canister__color-image img {
  width: 100%;
  height: auto;
}

.gs-canister__color-en {
  display: block;
  margin-bottom: 8px;
  color: #aa874c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .2em;
}

.gs-canister__color-copy h3 {
  margin: 0 0 15px;
  color: #484541;
  font-family:
    "Yu Mincho",
    YuMincho,
    "Hiragino Mincho ProN",
    serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.6;
}

.gs-canister__color-copy p {
  margin: 0 0 11px;
  color: #6b6864;
}

.gs-canister__color-copy p:last-child {
  margin-bottom: 0;
}


/* =====================================================
   SIZE
===================================================== */

.gs-canister__size {
  max-width: 780px;
}

.gs-canister__size dl {
  margin: 0;
  overflow: hidden;
  border: 1px solid #ddd9d2;
  border-radius: 11px;
}

.gs-canister__size dl > div {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  border-bottom: 1px solid #ddd9d2;
}

.gs-canister__size dl > div:last-child {
  border-bottom: 0;
}

.gs-canister__size dt,
.gs-canister__size dd {
  margin: 0;
  padding: 15px 19px;
}

.gs-canister__size dt {
  color: #4e4b47;
  font-weight: 700;
  background: #f0eee9;
}

.gs-canister__size dd {
  color: #65625e;
  background: #fff;
}


/* =====================================================
   NOTICE
===================================================== */

.gs-canister__notice {
  padding: 29px 32px;
  background: #f8f7f4;
  border: 1px solid #e2ded6;
  border-radius: 12px;
}

.gs-canister__notice-main {
  margin: 0 0 20px;
  padding: 16px 18px;
  color: #504b45;
  font-size: 15px;
  line-height: 1.8;
  background: #eee7da;
  border-left: 4px solid #a9874f;
}

.gs-canister__notice-main strong {
  color: #3f3a35;
}

.gs-canister__notice ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.gs-canister__notice li {
  position: relative !important;
  display: block !important;
  float: none !important;
  width: auto !important;
  height: auto !important;
  margin: 0 0 11px !important;
  padding: 0 0 0 21px !important;
  color: #64615d !important;
  font-size: 13px;
  line-height: 1.9 !important;
  text-align: left !important;
  text-indent: 0 !important;
  background: none !important;
  border: 0 !important;
}

.gs-canister__notice li:last-child {
  margin-bottom: 0 !important;
}

.gs-canister__notice li::before {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  display: block !important;
  content: "・" !important;
  color: #a9874f !important;
  font-weight: 700;
  background: none !important;
}

.gs-canister__notice li::after {
  display: none !important;
  content: none !important;
}


/* =====================================================
   MESSAGE
===================================================== */

.gs-canister__message {
  margin-top: 80px;
  padding: 66px 30px;
  text-align: center;
  background:
    linear-gradient(
      145deg,
      #f3f1ec 0%,
      #fbfbfa 52%,
      #eee9df 100%
    );
  border-top: 1px solid #ddd8ce;
  border-bottom: 1px solid #ddd8ce;
}

.gs-canister__message-en {
  margin: 0 0 17px;
  color: #aa874c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .22em;
}

.gs-canister__message-title {
  margin: 0 0 19px;
  color: #484541;
  font-family:
    "Yu Mincho",
    YuMincho,
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: .07em;
}

.gs-canister__message-text {
  max-width: 680px;
  margin: 0 auto;
  color: #67645f;
}


/* =====================================================
   TABLET
===================================================== */

@media screen and (max-width: 900px) {

  .gs-canister__feature-grid {
    grid-template-columns: 1fr;
  }

  .gs-canister__dark-copy {
    padding: 34px 28px;
  }

  .gs-canister__color {
    gap: 28px;
  }

}


/* =====================================================
   SMARTPHONE
===================================================== */

@media screen and (max-width: 767px) {

  .gs-canister {
    margin: 35px auto;
    padding: 0 14px;
    font-size: 15px;
    line-height: 1.9;
  }


  /* HERO */

  .gs-canister__hero--single {
    border-radius: 11px;
  }

  .gs-canister__hero--single img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }


  /* SECTION */

  .gs-canister__section {
    margin-top: 55px;
  }

  .gs-canister__heading {
    margin-bottom: 22px;
    padding-bottom: 13px;
  }

  .gs-canister__heading-title {
    font-size: 23px;
  }

  .gs-canister__heading-text {
    margin-top: 13px;
  }


  /* WIDE IMAGE */

  .gs-canister__wide-image {
    border-radius: 10px;
  }


  /* FEATURE */

  .gs-canister__feature-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .gs-canister__feature {
    padding: 22px 19px;
    border-radius: 10px;
  }

  .gs-canister__feature h4 {
    font-size: 20px;
  }


  /* DARK */

  .gs-canister__dark {
    grid-template-columns: 1fr;
    border-radius: 12px;
  }

  .gs-canister__dark-image {
    min-height: 0;
  }

  .gs-canister__dark-image img {
    height: auto;
    object-fit: contain;
  }

  .gs-canister__dark-copy {
    padding: 31px 21px 34px;
  }

  .gs-canister__dark-copy h3 {
    font-size: 23px;
  }


  /* COLOR */

  .gs-canister__color,
  .gs-canister__color--reverse {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 20px;
    border-radius: 11px;
  }

  .gs-canister__color--reverse .gs-canister__color-image,
  .gs-canister__color--reverse .gs-canister__color-copy {
    order: initial;
  }

  .gs-canister__color-image {
    border-radius: 9px;
  }

  .gs-canister__color-copy h3 {
    font-size: 22px;
  }


  /* SIZE */

  .gs-canister__size {
    max-width: none;
  }

  .gs-canister__size dl > div {
    grid-template-columns: 125px minmax(0, 1fr);
  }

  .gs-canister__size dt,
  .gs-canister__size dd {
    padding: 12px 13px;
  }


  /* NOTICE */

  .gs-canister__notice {
    padding: 22px 18px;
    border-radius: 10px;
  }

  .gs-canister__notice-main {
    padding: 14px 15px;
    font-size: 14px;
  }

  .gs-canister__notice li {
    font-size: 13px;
  }


  /* MESSAGE */

  .gs-canister__message {
    margin-top: 55px;
    padding: 46px 21px;
  }

  .gs-canister__message-title {
    font-size: 25px;
  }

  .gs-canister__message-text br {
    display: none;
  }

}

/* =====================================================
   GOLD STONE キャニスター商品説明
   ショップサーブ干渉対策 完全版
====================================================== */

/* 全体リセット */
.gs-canister-guide,
.gs-canister-guide *,
.gs-canister-guide *::before,
.gs-canister-guide *::after {
  box-sizing: border-box;
}

.gs-canister-guide {
  display: block;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 20px 0 50px;
  color: #3d3028;
  font-family:
    "Noto Serif JP",
    "Yu Mincho",
    "YuMincho",
    "Hiragino Mincho ProN",
    serif;
  line-height: 1.8;
}

/* 各画像＋説明ブロック */
.gs-canister-guide__item {
  display: block;
  width: 100%;
  margin: 0 0 50px;
  padding: 0;
}

/* 商品画像 */
.gs-canister-guide__image {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  vertical-align: bottom;
}

/* 画像下の説明エリア */
.gs-canister-guide__content {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 30px 42px 34px;
  background: #faf8f4;
  border: 1px solid #e3d9cd;
  border-top: 0;
}

/* 番号 */
.gs-canister-guide__number {
  display: block;
  margin: 0 0 10px !important;
  padding: 0 !important;
  color: #b08a55;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.16em;
}

/* 見出し */
.gs-canister-guide__title {
  display: block;
  margin: 0 0 16px !important;
  padding: 0 !important;
  color: #49372d;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.06em;
  border: 0 !important;
  background: none !important;
}

/* 英語名 */
.gs-canister-guide__subtitle {
  display: block;
  margin: -8px 0 18px !important;
  padding: 0 !important;
  color: #aa8053;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

/* 本文 */
.gs-canister-guide__text {
  display: block;
  margin: 0 0 14px !important;
  padding: 0 !important;
  color: #493d35;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.025em;
}

.gs-canister-guide__text:last-child {
  margin-bottom: 0 !important;
}

/* 天然石6種類 */
.gs-canister-guide__stones {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  margin: 22px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.gs-canister-guide__stones li {
  display: block;
  margin: 0 !important;
  padding: 13px 8px !important;
  border: 1px solid #dfd5c9;
  background: #fff;
  color: #493d35;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  list-style: none !important;
}

/* 詳細表を完全リセット */
.gs-canister-guide__details {
  display: block !important;
  width: 100%;
  margin: 22px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-top: 1px solid #ddd2c5 !important;
  background: transparent !important;
}

.gs-canister-guide__details > div {
  display: grid !important;
  grid-template-columns: 38% 62%;
  align-items: start;
  width: 100%;
  margin: 0 !important;
  padding: 14px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #e8e0d6 !important;
  background: transparent !important;
}

.gs-canister-guide__details dt,
.gs-canister-guide__details dd {
  display: block !important;
  float: none !important;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  font-size: 15px;
  line-height: 1.7;
}

.gs-canister-guide__details dt {
  padding-right: 24px !important;
  color: #49372d;
  font-weight: 500;
}

.gs-canister-guide__details dd {
  color: #66574c;
}

/* 注意事項 */
.gs-canister-guide__notice {
  display: block;
  width: 100%;
  margin: 10px 0 0;
  padding: 28px 34px;
  background: #f5f1eb;
  border: 1px solid #ded4c8;
}

.gs-canister-guide__notice-title {
  display: block;
  margin: 0 0 16px !important;
  padding: 0 !important;
  color: #5c4637;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.07em;
  border: 0 !important;
  background: none !important;
}

.gs-canister-guide__notice ul {
  margin: 0 !important;
  padding: 0 0 0 1.4em !important;
}

.gs-canister-guide__notice li {
  margin: 0 0 9px !important;
  padding: 0 !important;
  color: #493d35;
  font-size: 14px;
  line-height: 1.8;
}

.gs-canister-guide__notice li:last-child {
  margin-bottom: 0 !important;
}


/* =====================================================
   スマートフォン
====================================================== */
@media screen and (max-width: 767px) {

  .gs-canister-guide {
    padding: 10px 0 35px;
  }

  .gs-canister-guide__item {
    margin-bottom: 34px;
  }

  .gs-canister-guide__content {
    width: 100%;
    padding: 22px 17px 25px;
  }

  .gs-canister-guide__number {
    font-size: 12px;
  }

  .gs-canister-guide__title {
    margin-bottom: 13px !important;
    font-size: 20px;
    line-height: 1.5;
  }

  .gs-canister-guide__subtitle {
    font-size: 14px;
  }

  .gs-canister-guide__text {
    font-size: 14px;
    line-height: 1.9;
  }

  .gs-canister-guide__stones {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .gs-canister-guide__stones li {
    padding: 11px 6px !important;
    font-size: 13px;
  }

  .gs-canister-guide__details > div {
    display: block !important;
    padding: 13px 0 !important;
  }

  .gs-canister-guide__details dt,
  .gs-canister-guide__details dd {
    width: 100% !important;
    font-size: 14px;
  }

  .gs-canister-guide__details dt {
    padding-right: 0 !important;
  }

  .gs-canister-guide__details dd {
    margin-top: 4px !important;
  }

  .gs-canister-guide__notice {
    padding: 22px 17px;
  }

  .gs-canister-guide__notice-title {
    font-size: 18px;
  }

  .gs-canister-guide__notice li {
    font-size: 13px;
  }
}

/* ========================================
   GOLD STONE
   incense-holder28
======================================== */

.gs-ih28 {
  width: 100%;
  max-width: 900px;
  margin: 60px auto 80px;
  padding: 0;
  box-sizing: border-box;
  color: #332f2b;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Yu Gothic",
    YuGothic,
    Meiryo,
    sans-serif;
  line-height: 1.9;
}

.gs-ih28 *,
.gs-ih28 *::before,
.gs-ih28 *::after {
  box-sizing: border-box;
}


/* =========================
   INTRO
========================= */

.gs-ih28__intro {
  text-align: center;
  padding: 0 20px;
}

.gs-ih28__eyebrow {
  margin: 0 0 10px;
  color: #a88953;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  letter-spacing: 0.22em;
}

.gs-ih28__title {
  margin: 0;
  color: #302a26;
  font-family:
    "Yu Mincho",
    "Hiragino Mincho ProN",
    serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.gs-ih28__lead {
  max-width: 650px;
  margin: 22px auto 34px;
  color: #655e58;
  font-size: 15px;
  line-height: 2;
}

.gs-ih28__main-image {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

.gs-ih28__main-image img {
  display: block;
  width: 100%;
  height: auto;
}


/* =========================
   SECTION
========================= */

.gs-ih28__section {
  margin-top: 75px;
  padding: 0 20px;
}

.gs-ih28__section--soft {
  padding-top: 55px;
  padding-bottom: 55px;
  background: #faf8f5;
}

.gs-ih28__heading {
  margin-bottom: 30px;
  text-align: center;
}

.gs-ih28__heading-en {
  display: block;
  margin-bottom: 9px;
  color: #a98955;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  letter-spacing: 0.24em;
}

.gs-ih28__heading h3 {
  position: relative;
  margin: 0;
  padding-bottom: 17px;
  color: #352f2a;
  font-family:
    "Yu Mincho",
    "Hiragino Mincho ProN",
    serif;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.55;
}

.gs-ih28__heading h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 42px;
  height: 1px;
  background: #b79a69;
  transform: translateX(-50%);
}


/* =========================
   TEXT
========================= */

.gs-ih28__text {
  max-width: 680px;
  margin: 0 auto;
}

.gs-ih28__text p {
  margin: 0 0 20px;
  color: #5c5651;
  font-size: 15px;
}

.gs-ih28__text p:last-child {
  margin-bottom: 0;
}

.gs-ih28__center-text {
  max-width: 680px;
  margin: 28px auto 0;
  color: #5d5650;
  font-size: 15px;
  line-height: 2;
  text-align: center;
}


/* =========================
   IMAGE
========================= */

.gs-ih28__wide-image {
  max-width: 760px;
  margin: 0 auto;
}

.gs-ih28__wide-image img {
  display: block;
  width: 100%;
  height: auto;
}


/* =========================
   COLOR
========================= */

.gs-ih28__color-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  max-width: 760px;
  margin: 30px auto 0;
}

.gs-ih28__color-card {
  padding: 26px 28px;
  background: #fff;
  text-align: center;
}

.gs-ih28__color-card h4 {
  margin: 0;
  color: #39322d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.gs-ih28__color-card > span {
  display: block;
  margin-top: 2px;
  color: #a48658;
  font-size: 12px;
  letter-spacing: 0.12em;
}

.gs-ih28__color-card p {
  margin: 15px 0 0;
  color: #655d57;
  font-size: 14px;
  line-height: 1.85;
}


/* =========================
   SCENE
========================= */

.gs-ih28__scene-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 760px;
  margin: 35px auto 0;
}

.gs-ih28__scene {
  margin: 0;
  overflow: hidden;
  background: #f7f5f2;

}

.gs-ih28__scene img {
  display: block;
  width: 100%;
  height: auto;
}

.gs-ih28__scene figcaption {
  padding: 18px 18px 20px;
  text-align: center;
}

.gs-ih28__scene strong {
  display: block;
  margin-bottom: 5px;
  color: #9d8052;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.17em;
}

.gs-ih28__scene span {
  display: block;
  color: #4d4742;
  font-size: 13px;
}


/* =========================
   TWO COLUMN
========================= */

.gs-ih28__two-column {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 42px;
  max-width: 760px;
  margin: 0 auto;
}

.gs-ih28__two-column-image img {
  display: block;
  width: 100%;
  height: auto;
}

.gs-ih28__two-column-text {
  color: #5c5650;
  font-size: 14px;
}

.gs-ih28__two-column-text p {
  margin: 0 0 18px;
}

.gs-ih28__two-column-text p:last-child {
  margin-bottom: 0;
}


/* =========================
   SPEC
========================= */

.gs-ih28__spec {
  max-width: 700px;
  margin: 34px auto 0;
  border-top: 1px solid #ded9d2;
}

.gs-ih28__spec dl {
  margin: 0;
}

.gs-ih28__spec dl > div {
  display: grid;
  grid-template-columns: 180px 1fr;
  border-bottom: 1px solid #ded9d2;
}

.gs-ih28__spec dt,
.gs-ih28__spec dd {
  margin: 0;
  padding: 15px 18px;
  font-size: 14px;
}

.gs-ih28__spec dt {
  background: #f7f5f2;
  color: #514a44;
  font-weight: 600;
}

.gs-ih28__spec dd {
  background: #fff;
  color: #615a54;
}


/* =========================
   PRODUCT COLORS
========================= */

.gs-ih28__product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  max-width: 760px;
  margin: 0 auto;
}

.gs-ih28__product-grid figure {
  margin: 0;
}

.gs-ih28__product-grid img {
  display: block;
  width: 100%;
  height: auto;
}

.gs-ih28__product-grid figcaption {
  padding: 15px 0;
  text-align: center;
}

.gs-ih28__product-grid strong {
  display: block;
  color: #4c4540;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.gs-ih28__product-grid span {
  display: block;
  margin-top: 3px;
  color: #857b73;
  font-size: 12px;
}


/* =========================
   NOTICE
========================= */

.gs-ih28__notice {
  max-width: 760px;
  margin: 70px auto 0;
  padding: 30px 34px;
  background: #f7f5f2;
}

.gs-ih28__notice h3 {
  margin: 0 0 18px;
  color: #3c3732;
  font-size: 16px;
  font-weight: 600;
}

.gs-ih28__notice ul {
  margin: 0;
  padding: 0 0 0 1.4em;
}

.gs-ih28__notice li {
  margin-bottom: 8px;
  color: #665f59;
  font-size: 13px;
  line-height: 1.8;
}

.gs-ih28__notice li:last-child {
  margin-bottom: 0;
}


/* ========================================
   TABLET / SMARTPHONE
======================================== */

@media screen and (max-width: 767px) {

  .gs-ih28 {
    margin-top: 40px;
    margin-bottom: 55px;
  }

  .gs-ih28__intro {
    padding: 0 14px;
  }

  .gs-ih28__eyebrow {
    font-size: 10px;
  }

  .gs-ih28__title {
    font-size: 24px;
    letter-spacing: 0.05em;
  }

  .gs-ih28__lead {
    margin-top: 17px;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 1.9;
  }

  .gs-ih28__lead br {
    display: none;
  }


  /* SECTION */

  .gs-ih28__section {
    margin-top: 52px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .gs-ih28__section--soft {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .gs-ih28__heading {
    margin-bottom: 23px;
  }

  .gs-ih28__heading-en {
    font-size: 10px;
  }

  .gs-ih28__heading h3 {
    padding-bottom: 14px;
    font-size: 21px;
  }


  /* TEXT */

  .gs-ih28__text p,
  .gs-ih28__center-text {
    font-size: 14px;
    line-height: 1.9;
  }

  .gs-ih28__center-text br {
    display: none;
  }


  /* COLOR */

  .gs-ih28__color-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 20px;
  }

  .gs-ih28__color-card {
    padding: 22px 20px;
  }

  .gs-ih28__color-card h4 {
    font-size: 20px;
  }


  /* SCENE */

  .gs-ih28__scene-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 27px;
  }


  /* TWO COLUMN */

  .gs-ih28__two-column {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .gs-ih28__two-column-text {
    font-size: 14px;
    line-height: 1.9;
  }


  /* SPEC */

  .gs-ih28__spec {
    margin-top: 25px;
  }

  .gs-ih28__spec dl > div {
    grid-template-columns: 125px 1fr;
  }

  .gs-ih28__spec dt,
  .gs-ih28__spec dd {
    padding: 12px 10px;
    font-size: 12px;
  }


  /* PRODUCT COLOR */

  .gs-ih28__product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }


  /* NOTICE */

  .gs-ih28__notice {
    margin: 50px 14px 0;
    padding: 24px 20px;
  }

  .gs-ih28__notice h3 {
    font-size: 15px;
  }

  .gs-ih28__notice li {
    font-size: 12px;
  }

}


/* ========================================
   VERY SMALL
======================================== */

@media screen and (max-width: 390px) {

  .gs-ih28__title {
    font-size: 22px;
  }

  .gs-ih28__heading h3 {
    font-size: 19px;
  }

  .gs-ih28__spec dl > div {
    grid-template-columns: 110px 1fr;
  }

}
/* ========================================
   incense-holder28
   PC画像 高精細表示調整
======================================== */

@media screen and (min-width: 768px) {

  /* メインの商品画像 */
  .gs-ih28__main-image {
    max-width: 650px;
  }

  /* カラーバリエーション・使用イメージ・サイズ画像 */
  .gs-ih28__wide-image {
    max-width: 650px;
  }

  /* DESIGN部分 */
  .gs-ih28__two-column {
    max-width: 680px;
  }

  /* 2カラーの商品画像 */
  .gs-ih28__product-grid {
    max-width: 680px;
  }

  /* 使用シーン2カラム */
  .gs-ih28__scene-grid {
    max-width: 680px;
  }

  /* 画像共通 */
  .gs-ih28 img {
    max-width: 100%;
    height: auto;
  }

}