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

/* =========================================
   GOLD STONE
   NEW ARRIVALS FOOTER CONTENT
========================================= */

.gs-new-footer {
  width: 100%;
  margin: 80px 0 50px;
  padding: 0;
  color: #222;
  background: #fff;
  box-sizing: border-box;
}

.gs-new-footer *,
.gs-new-footer *::before,
.gs-new-footer *::after {
  box-sizing: border-box;
}

.gs-new-footer__inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}


/* =========================================
   COMMON HEADING
========================================= */

.gs-new-footer__heading {
  margin: 0 0 34px;
  text-align: center;
}

.gs-new-footer__heading-en {
  margin: 0 0 7px;
  padding: 0;

  font-family:
    Arial,
    "Helvetica Neue",
    Helvetica,
    sans-serif;

  font-size: 11px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.22em;

  color: #a58b58;
}

.gs-new-footer__heading-title {
  margin: 0;
  padding: 0;

  font-size: 25px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.055em;

  color: #222;
}

.gs-new-footer__heading-line {
  display: block;

  width: 40px;
  height: 1px;

  margin: 17px auto 0;

  background: #b39a69;
}


/* =========================================
   ABOUT
========================================= */

.gs-new-footer__about {
  max-width: 900px;

  margin: 0 auto 85px;
}

.gs-new-footer__about-text {
  max-width: 760px;
  margin: 0 auto;

  text-align: center;
}

.gs-new-footer__about-text p {
  margin: 0 0 14px;
  padding: 0;

  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.035em;

  color: #555;
}

.gs-new-footer__about-text p:last-child {
  margin-bottom: 0;
}


/* =========================================
   CATEGORY
========================================= */

.gs-new-footer__category {
  margin: 0 0 90px;
}


/* GRID */

.gs-new-footer__category-grid {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  gap: 18px;
}


/* CARD */

.gs-new-footer__category-card {
  position: relative;

  display: block;

  overflow: hidden;

  background: #fff;

  border: 1px solid #e9e6e0;

  text-decoration: none !important;

  color: #222 !important;

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}


/* IMAGE */

.gs-new-footer__category-image {
  position: relative;

  width: 100%;
  aspect-ratio: 4 / 3;

  overflow: hidden;

  background: #f4f3f1;
}

.gs-new-footer__category-image img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;

  transition: transform 0.55s ease;
}


/* BODY */

.gs-new-footer__category-body {
  position: relative;

  padding: 20px 22px 21px;

  background: #fff;
}

.gs-new-footer__category-en {
  display: block;

  margin: 0 0 4px;

  font-family:
    Arial,
    "Helvetica Neue",
    Helvetica,
    sans-serif;

  font-size: 9px;
  line-height: 1.4;
  font-weight: 500;

  letter-spacing: 0.16em;

  color: #a58b58;
}

.gs-new-footer__category-name {
  display: block;

  padding-right: 72px;

  font-size: 15px;
  line-height: 1.55;
  font-weight: 500;

  letter-spacing: 0.035em;

  color: #222;
}

.gs-new-footer__category-arrow {
  position: absolute;

  right: 21px;
  bottom: 23px;

  display: inline-block;

  padding-right: 20px;

  font-family:
    Arial,
    "Helvetica Neue",
    Helvetica,
    sans-serif;

  font-size: 8px;
  line-height: 1;

  letter-spacing: 0.12em;

  color: #999;
}

.gs-new-footer__category-arrow::after {
  content: "";

  position: absolute;

  top: 50%;
  right: 0;

  width: 13px;
  height: 1px;

  background: #b29a6c;

  transform: translateY(-50%);
}


/* PC HOVER */

@media (hover: hover) and (pointer: fine) {

  .gs-new-footer__category-card:hover {
    transform: translateY(-3px);

    border-color: #d8cdb9;

    box-shadow:
      0 10px 25px
      rgba(0, 0, 0, 0.07);

    color: #222 !important;
  }

  .gs-new-footer__category-card:hover
  .gs-new-footer__category-image img {
    transform: scale(1.035);
  }

}


/* =========================================
   WHY GOLD STONE
========================================= */

.gs-new-footer__why {
  padding: 58px 50px;

  background: #f8f7f5;
}

.gs-new-footer__why-grid {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  max-width: 960px;

  margin: 0 auto;
}


/* ITEM */

.gs-new-footer__why-item {
  position: relative;

  padding: 5px 34px 3px;

  text-align: center;
}

.gs-new-footer__why-item +
.gs-new-footer__why-item {
  border-left: 1px solid #dedbd5;
}


.gs-new-footer__why-number {
  display: block;

  margin: 0 0 12px;

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 14px;

  font-weight: 400;

  letter-spacing: 0.08em;

  color: #b29a6c;
}


.gs-new-footer__why-title {
  margin: 0 0 11px;
  padding: 0;

  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;

  letter-spacing: 0.045em;

  color: #2a2a2a;
}


.gs-new-footer__why-text {
  margin: 0;
  padding: 0;

  font-size: 12px;
  line-height: 1.9;

  letter-spacing: 0.025em;

  color: #666;
}


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

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

  .gs-new-footer {
    margin-top: 65px;
  }

  .gs-new-footer__category-grid {
    gap: 13px;
  }

  .gs-new-footer__category-body {
    padding: 17px;
  }

  .gs-new-footer__category-name {
    padding-right: 0;
  }

  .gs-new-footer__category-arrow {
    position: relative;

    right: auto;
    bottom: auto;

    margin-top: 10px;
  }

  .gs-new-footer__why {
    padding:
      50px
      30px;
  }

  .gs-new-footer__why-item {
    padding:
      5px
      20px;
  }

}


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

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

  .gs-new-footer {
    margin:
      55px
      0
      30px;
  }

  .gs-new-footer__inner {
    width:
      calc(100% - 28px);
  }


  /* HEADING */

  .gs-new-footer__heading {
    margin-bottom: 25px;
  }

  .gs-new-footer__heading-en {
    margin-bottom: 5px;

    font-size: 9px;

    letter-spacing: 0.19em;
  }

  .gs-new-footer__heading-title {
    font-size: 20px;

    line-height: 1.55;

    letter-spacing: 0.035em;
  }

  .gs-new-footer__heading-line {
    width: 34px;

    margin-top: 13px;
  }


  /* ABOUT */

  .gs-new-footer__about {
    margin-bottom: 58px;
  }

  .gs-new-footer__about-text {
    text-align: left;
  }

  .gs-new-footer__about-text p {
    margin-bottom: 11px;

    font-size: 13px;

    line-height: 1.85;

    letter-spacing: 0.015em;
  }


  /* CATEGORY */

  .gs-new-footer__category {
    margin-bottom: 62px;
  }

  .gs-new-footer__category-grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));

    gap: 9px;
  }

  .gs-new-footer__category-image {
    aspect-ratio: 1 / 1;
  }

  .gs-new-footer__category-body {
    padding:
      13px
      11px
      14px;
  }

  .gs-new-footer__category-en {
    margin-bottom: 2px;

    font-size: 7px;

    letter-spacing: 0.11em;
  }

  .gs-new-footer__category-name {
    padding-right: 0;

    font-size: 12px;

    line-height: 1.45;

    letter-spacing: 0.015em;
  }

  .gs-new-footer__category-arrow {
    display: none;
  }


  /* スマホでhover背景が残るのを防止 */

  .gs-new-footer__category-card:hover,
  .gs-new-footer__category-card:focus,
  .gs-new-footer__category-card:active {
    transform: none;

    background: #fff !important;

    color: #222 !important;

    box-shadow: none;
  }


  /* WHY */

  .gs-new-footer__why {
    margin:
      0
      -14px;

    padding:
      42px
      22px;
  }

  .gs-new-footer__why-grid {
    display: block;
  }

  .gs-new-footer__why-item {
    padding:
      0
      5px
      27px;
  }

  .gs-new-footer__why-item +
  .gs-new-footer__why-item {
    border-left: 0;

    border-top:
      1px
      solid
      #dedbd5;

    padding-top: 27px;
  }

  .gs-new-footer__why-item:last-child {
    padding-bottom: 0;
  }

  .gs-new-footer__why-number {
    margin-bottom: 8px;

    font-size: 12px;
  }

  .gs-new-footer__why-title {
    margin-bottom: 7px;

    font-size: 14px;
  }

  .gs-new-footer__why-text {
    max-width: 310px;

    margin: 0 auto;

    font-size: 12px;

    line-height: 1.8;
  }

}

/* ========================================
   GOLD STONE
   PALO SANTO CATEGORY
========================================= */

.gs-palo {
  width: 100%;
  margin: 0 auto 50px;
  color: #332b22;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    "Yu Gothic",
    YuGothic,
    "Hiragino Kaku Gothic ProN",
    Meiryo,
    sans-serif;
  line-height: 1.9;
  box-sizing: border-box;
}

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


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

.gs-palo-inner {
  width: min(1080px, calc(100% - 48px));
  margin: 0 auto;
}

.gs-palo-narrow {
  max-width: 820px;
}

.gs-palo-section {
  padding: 80px 0;
}

.gs-palo-heading {
  margin: 0 0 38px;
  text-align: center;
}

.gs-palo-heading span {
  display: block;
  margin: 0 0 8px;
  color: #9a7b43;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .22em;
}

.gs-palo-heading h2 {
  position: relative;
  margin: 0;
  padding: 0 0 20px;
  color: #30261d;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: .08em;
}

.gs-palo-heading h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 42px;
  height: 1px;
  background: #aa8a51;
  transform: translateX(-50%);
}

.gs-palo p {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 2;
}

.gs-palo-lead {
  font-size: 17px !important;
  line-height: 2.15 !important;
}


/* ----------------------------------------
   01 HERO
----------------------------------------- */

.gs-palo-hero {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.gs-palo-hero picture,
.gs-palo-hero img {
  display: block;
  width: 100%;
}

.gs-palo-hero img {
  height: auto;
}


/* ----------------------------------------
   02 SALE
----------------------------------------- */

.gs-palo-sale {
  padding: 64px 0 72px;
  background:
    linear-gradient(
      180deg,
      #fffdf9 0%,
      #f7f2e8 100%
    );
  text-align: center;
}

.gs-palo-en {
  margin: 0 0 9px !important;
  color: #a08047;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px !important;
  font-weight: 600;
  letter-spacing: .25em;
}

.gs-palo-sale h2 {
  margin: 0 0 30px;
  color: #33271e;
  font-size: 31px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .06em;
}

.gs-palo-sale h2 strong {
  display: inline-block;
  margin-top: 6px;
  color: #b31818;
  font-size: 43px;
  font-weight: 700;
  letter-spacing: .02em;
}

.gs-palo-sale-text {
  max-width: 700px;
  margin: 0 auto 34px;
}

.gs-palo-sale-text p {
  margin-bottom: 12px;
}


/* ----------------------------------------
   BUTTON
----------------------------------------- */

.gs-palo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: min(390px, 100%);
  min-height: 58px;
  padding: 14px 26px;
  border: 1px solid #3b3026;
  background: #3b3026;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .08em;
  transition:
    background-color .25s ease,
    color .25s ease,
    border-color .25s ease;
}

.gs-palo-btn span {
  font-size: 18px;
  line-height: 1;
}

.gs-palo-btn:hover {
  background: #fff;
  color: #332b22 !important;
}

.gs-palo-btn-dark {
  margin-top: 22px;
}


/* ----------------------------------------
   03 ABOUT
----------------------------------------- */

.gs-palo-about {
  background: #fff;
}

.gs-palo-about-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 58px;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}

.gs-palo-about-text {
  text-align: left;
}

.gs-palo-about-text p:last-child {
  margin-bottom: 0;
}

.gs-palo-about-image {
  width: 100%;
}

.gs-palo-about-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
}


/* ----------------------------------------
   04 FEATURE
----------------------------------------- */

.gs-palo-feature {
  background: #f5f2ec;
}

.gs-palo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.gs-palo-card {
  position: relative;
  padding: 45px 34px 38px;
  background: #fff;
  text-align: left;
}

.gs-palo-number {
  margin-bottom: 20px;
  color: #aa8a51;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  letter-spacing: .16em;
}

.gs-palo-card h3 {
  margin: 0 0 18px;
  color: #31271e;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}

.gs-palo-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
}


/* ----------------------------------------
   05 BRACELET
----------------------------------------- */

.gs-palo-bracelet {
  background: #fffdf8;
  text-align: center;
}

.gs-palo-note {
  margin: 35px auto 10px;
  padding: 27px 32px;
  border: 1px solid #d5c29d;
  background: #fff;
  text-align: left;
}

.gs-palo-note-title {
  margin-bottom: 9px !important;
  color: #8e6d35;
  font-size: 15px !important;
  font-weight: 700;
}

.gs-palo-note p:last-child {
  margin-bottom: 0;
}


/* ----------------------------------------
   06 HOW TO ENJOY
----------------------------------------- */

.gs-palo-enjoy {
  background: #3a332b;
  color: #f4eee6;
}

.gs-palo-enjoy .gs-palo-heading span {
  color: #cbb68d;
}

.gs-palo-enjoy .gs-palo-heading h2 {
  color: #fff !important;
}

.gs-palo-enjoy .gs-palo-heading h2::after {
  background: #cbb68d !important;
}

.gs-palo-enjoy .gs-palo-heading h2::after {
  background: #cbb68d;
}

.gs-palo-grid-enjoy {
  gap: 1px;
  background: rgba(255,255,255,.16);
}

.gs-palo-simple-card {
  padding: 45px 34px;
  background: #3a332b;
  text-align: center;
}

.gs-palo-simple-card > span {
  display: block;
  margin-bottom: 14px;
  color: #cbb68d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
}

.gs-palo-simple-card h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: .08em;
}

.gs-palo-simple-card p {
  margin: 0;
  color: #eee7de;
  font-size: 14px;
}


/* ----------------------------------------
   07 NATURAL MATERIAL
----------------------------------------- */

.gs-palo-natural {
  background: #fff;
  text-align: center;
}


/* ----------------------------------------
   08 FAQ
----------------------------------------- */

.gs-palo-faq {
  background: #f7f5f1;
}

.gs-palo-faq-item {
  margin: 0;
  padding: 27px 0;
  border-bottom: 1px solid #ddd6ca;
}

.gs-palo-faq-item:first-of-type {
  border-top: 1px solid #ddd6ca;
}

.gs-palo-faq-item h3 {
  position: relative;
  margin: 0 0 12px;
  padding-left: 35px;
  color: #332b22;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.gs-palo-faq-item h3::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  color: #a08047;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
}

.gs-palo-faq-item p {
  margin: 0;
  padding-left: 35px;
  font-size: 14px;
}


/* ----------------------------------------
   09 PRODUCT GUIDE
----------------------------------------- */

.gs-palo-product-guide {
  padding: 75px 0 42px;
  background: #fff;
  text-align: center;
}

.gs-palo-product-guide p {
  margin-bottom: 0;
}


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

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

  .gs-palo {
    margin-bottom: 35px;
  }

  .gs-palo-inner {
    width: calc(100% - 34px);
  }

  .gs-palo-section {
    padding: 56px 0;
  }


  /* HERO */

  .gs-palo-hero {
    margin-left: 0;
    margin-right: 0;
  }


  /* HEADING */

  .gs-palo-heading {
    margin-bottom: 29px;
  }

  .gs-palo-heading span {
    margin-bottom: 6px;
    font-size: 10px;
    letter-spacing: .2em;
  }

  .gs-palo-heading h2 {
    padding-bottom: 16px;
    font-size: 23px;
    line-height: 1.45;
  }

  .gs-palo-heading h2::after {
    width: 34px;
  }


  /* TEXT */

  .gs-palo p {
    font-size: 14px;
    line-height: 1.9;
  }

  .gs-palo-lead {
    font-size: 15px !important;
    line-height: 2 !important;
  }


  /* SALE */

  .gs-palo-sale {
    padding: 45px 0 52px;
  }

  .gs-palo-en {
    font-size: 10px !important;
  }

  .gs-palo-sale h2 {
    margin-bottom: 24px;
    font-size: 22px;
    line-height: 1.55;
  }

  .gs-palo-sale h2 strong {
    margin-top: 5px;
    font-size: 34px;
  }

  .gs-palo-sale-text {
    margin-bottom: 27px;
    text-align: left;
  }


  /* BUTTON */

  .gs-palo-btn {
    width: 100%;
    min-height: 56px;
    padding: 13px 18px;
    font-size: 14px;
  }


  /* GRID */

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

  .gs-palo-card {
    padding: 31px 25px 28px;
  }

  .gs-palo-number {
    margin-bottom: 12px;
  }

  .gs-palo-card h3 {
    margin-bottom: 12px;
    font-size: 17px;
  }


  /* BRACELET */

  .gs-palo-note {
    margin-top: 28px;
    padding: 22px 20px;
  }


  /* ENJOY */

  .gs-palo-grid-enjoy {
    gap: 1px;
  }

  .gs-palo-simple-card {
    padding: 31px 25px;
  }

  .gs-palo-simple-card h3 {
    margin-bottom: 12px;
    font-size: 19px;
  }


  /* FAQ */

  .gs-palo-faq-item {
    padding: 23px 0;
  }

  .gs-palo-faq-item h3 {
    padding-left: 30px;
    font-size: 15px;
  }

  .gs-palo-faq-item h3::before {
    font-size: 18px;
  }

  .gs-palo-faq-item p {
    padding-left: 30px;
  }


  /* PRODUCT */

  .gs-palo-product-guide {
    padding: 55px 0 30px;
  }

}
  /* ABOUT */

  .gs-palo-about-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .gs-palo-about-image {
    order: 1;
  }

  .gs-palo-about-text {
    order: 2;
    text-align: left;
  }

/* ========================================
   VERY SMALL SP
========================================= */

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

  .gs-palo-inner {
    width: calc(100% - 28px);
  }

  .gs-palo-sale h2 {
    font-size: 20px;
  }

  .gs-palo-sale h2 strong {
    font-size: 31px;
  }

  .gs-palo-heading h2 {
    font-size: 21px;
  }

}

@media screen and (min-width: 768px) {

  .gs-palo-about-layout {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 55px;
    max-width: 1000px;
    margin: 0 auto;
  }

  .gs-palo-about-text {
    width: 48%;
    order: 1;
    text-align: left;
  }

  .gs-palo-about-image {
    width: 52%;
    order: 2;
  }

  .gs-palo-about-image img {
    display: block;
    width: 100%;
    height: auto;
  }

}