* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  font-family: "Poppins", sans-serif;
  line-height: 1;
  color: #000000;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  max-width: 100%;
  vertical-align: top;
}

button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: none;
  background: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  color: #432410;
}

button:hover {
  opacity: 0.75;
}

button:disabled:hover {
  opacity: 1;
}

input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: none;
  border-radius: 0;
  color: #000000;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: min(1.8rem, 1.8vw);
}
@media screen and (max-width: 768px) {
  input, select, textarea {
    font-size: max(1.7rem, 2.87vw);
  }
}

option {
  font-size: min(1.8rem, 1.8vw);
}
@media screen and (max-width: 768px) {
  option {
    font-size: max(1.7rem, 2.87vw);
  }
}

select {
  cursor: pointer;
  text-overflow: ellipsis;
  outline: none;
  background: transparent;
  background-image: none;
  border-radius: 0px;
}

.button,
a.button,
button.button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 100%;
}

a:hover {
  opacity: 0.75;
}

textarea {
  resize: none;
}

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.footer {
  width: 100%;
  margin-top: 3.5%;
  padding: 3.3% 0 2.6%;
  border-top: 1px solid rgba(0, 0, 0, 0.17);
}
@media screen and (max-width: 768px) {
  .footer {
    margin-top: 5rem;
    padding: 4rem 0 3rem;
  }
}
.footer-inner {
  width: 86.2%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .footer-inner {
    width: 90%;
  }
}
.footer-box {
  width: 23%;
  margin-right: 11%;
}
@media screen and (max-width: 768px) {
  .footer-box {
    width: 100%;
  }
}
.footer-logo {
  font-size: clamp(1.7rem, 1.7vw, 2.4rem);
  font-weight: 600;
  letter-spacing: 0;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .footer-logo {
    font-size: 2.4rem;
  }
}
.footer-desc {
  margin-top: 17.5%;
  font-size: clamp(1.1rem, 1.1vw, 1.6rem);
  letter-spacing: 0;
  line-height: 1.5;
  color: #9f9f9f;
}
@media screen and (max-width: 768px) {
  .footer-desc {
    margin-top: 1.5rem;
    font-size: 1.6rem;
  }
}
.footer-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 3.2vw;
}
.footer-lists.first {
  margin-right: 11.6%;
}
@media screen and (max-width: 768px) {
  .footer-lists.first {
    width: 100%;
    margin: 3rem 0 0;
  }
}
.footer-lists.second {
  margin-right: 5.8%;
}
@media screen and (max-width: 768px) {
  .footer-lists.second {
    width: 100%;
    margin: 2.5rem 0 0;
  }
}
.footer-lists.third {
  min-width: 23%;
  row-gap: 3.1vw;
}
@media screen and (max-width: 768px) {
  .footer-lists.third {
    width: 100%;
    margin-top: 2.5rem;
  }
}
.footer-title {
  font-size: clamp(1.1rem, 1.1vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0;
  color: #9f9f9f;
}
@media screen and (max-width: 768px) {
  .footer-title {
    font-size: 1.5rem;
  }
}
.footer-link {
  font-size: clamp(1.1rem, 1.1vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .footer-link {
    font-size: 1.6rem;
  }
}
.footer-input {
  width: 70%;
  font-size: clamp(1rem, 1vw, 1.4rem);
  letter-spacing: 0;
  line-height: 1.5;
  border-bottom: 1px solid #000000;
}
@media screen and (max-width: 768px) {
  .footer-input {
    font-size: 1.5rem;
  }
}
.footer-subscribe {
  font-size: clamp(1rem, 1vw, 1.4rem);
  font-weight: 500;
  color: #000000;
  letter-spacing: 0;
  line-height: 1.5;
  border-bottom: 1px solid #000000;
}
@media screen and (max-width: 768px) {
  .footer-subscribe {
    font-size: 1.5rem;
  }
}
.footer-small {
  width: 100%;
  margin-top: 3.87%;
  padding-top: 2.8%;
  font-size: clamp(1.1rem, 1.1vw, 1.6rem);
  letter-spacing: 0;
  color: #000000;
  border-top: 1px solid rgba(0, 0, 0, 0.17);
}
@media screen and (max-width: 768px) {
  .footer-small {
    margin-top: 3rem;
    padding-top: 3rem;
    font-size: 1.4rem;
  }
}

.header {
  width: 100%;
  height: 100px;
  padding: 0 4%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .header {
    height: 80px;
    padding: 0 6%;
  }
}
.header-inner {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-logo {
  width: min(12.85vw, 185px);
}
@media screen and (max-width: 768px) {
  .header-logo {
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  .header-nav {
    display: none;
  }
}
.header-nav_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-nav_item {
  margin-right: min(5.2vw, 75px);
}
.header-nav_item:last-child {
  margin-right: 0;
}
.header-nav_link {
  font-size: clamp(1.1rem, 1.1vw, 1.6rem);
  color: #000000;
  font-weight: 500;
}
.header-nav_link:hover {
  color: #B88E2F;
}
.header-subnav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .header-subnav {
    display: none;
  }
}
.header-subnav_item {
  margin-right: min(3.13vw, 45px);
}
.header-subnav_link img {
  width: min(1.9vw, 28px);
  aspect-ratio: 1/1;
}
.header .hamburger-menu {
  display: none;
}
@media screen and (max-width: 768px) {
  .header .hamburger-menu {
    width: 30px;
    height: 20px;
    display: block;
    position: relative;
    z-index: 10;
  }
}
.header .hamburger-menu.active .line.top {
  top: 43%;
  -webkit-transform: translate(-50%, 0) rotate(35deg);
          transform: translate(-50%, 0) rotate(35deg);
}
.header .hamburger-menu.active .line.center {
  display: none;
}
.header .hamburger-menu.active .line.bottom {
  bottom: 47%;
  -webkit-transform: translate(-50%, 0) rotate(-35deg);
          transform: translate(-50%, 0) rotate(-35deg);
}
.header .hamburger-menu .line {
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background: #000000;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.header .hamburger-menu .line.top {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.header .hamburger-menu .line.center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header .hamburger-menu .line.bottom {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.sp-nav {
  display: none;
  width: 100%;
  height: 100dvh;
  padding: 16rem 0 8rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 9;
  background: #ffffff;
}
.sp-nav.active {
  display: block;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.sp-nav_logo {
  width: 50%;
  margin: 0 auto;
}
.sp-nav_lists {
  width: 60%;
  margin: 5rem auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4rem;
}
.sp-nav_link {
  width: 100%;
  font-size: 1.6rem;
  color: #000000;
}
.sp-nav_subnav {
  width: 60%;
  margin: 6rem auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sp-nav_subnav-item {
  width: 3rem;
}

.hero {
  width: 100%;
}
.hero-inner {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .hero-inner {
    height: calc(100vh - 80px);
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .hero-inner > img {
    width: 100%;
    max-width: unset;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 34%;
       object-position: 34%;
  }
}
.hero-box {
  width: 44.7%;
  padding: 4.3% 3.9% 2.6% 2.8%;
  border-radius: 10px;
  position: absolute;
  top: 54%;
  left: 51.5%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: #FFF3E3;
}
@media screen and (max-width: 768px) {
  .hero-box {
    width: 90%;
    max-width: 440px;
    padding: 3rem 2.5rem;
    top: 27%;
    left: unset;
    right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.hero-box_sub {
  font-size: clamp(1.1rem, 1.1vw, 1.6rem);
  letter-spacing: 3px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .hero-box_sub {
    font-size: 1.6rem;
  }
}
.hero-box_title {
  margin-top: 4px;
  font-size: clamp(3.61rem, 3.61vw, 5.2rem);
  font-weight: 700;
  color: #B88E2F;
  letter-spacing: 0;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .hero-box_title {
    font-size: 3.5rem;
  }
}
.hero-box_text {
  margin-top: 3.1%;
  font-size: clamp(1.25rem, 1.25vw, 1.8rem);
  letter-spacing: 0;
  line-height: 1.33;
}
@media screen and (max-width: 768px) {
  .hero-box_text {
    font-size: 1.6rem;
  }
}
.hero-box_button {
  display: inline-block;
  margin-top: 8.4%;
  padding: 4.6% 13.2%;
  background: #B88E2F;
  color: #ffffff;
  font-size: clamp(1.1rem, 1.1vw, 1.6rem);
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .hero-box_button {
    padding: 1.3rem 3.5rem;
    font-size: 1.5rem;
    font-weight: 600;
  }
}

.range {
  width: 100%;
  margin-top: 3.9%;
}
@media screen and (max-width: 768px) {
  .range {
    margin-top: 5rem;
  }
}
.range-inner {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.range-title {
  font-size: clamp(2.2rem, 2.2vw, 3.2rem);
  font-weight: 700;
  letter-spacing: 0;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .range-title {
    font-size: 2.6rem;
  }
}
.range-text {
  margin-top: 0.8%;
  text-align: center;
  font-size: clamp(1.39rem, 1.39vw, 2rem);
  letter-spacing: 0;
  color: #666666;
}
@media screen and (max-width: 768px) {
  .range-text {
    margin-top: 1rem;
    font-size: 1.6rem;
  }
}
.range-lists {
  width: 82%;
  margin-top: 5.2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .range-lists {
    width: 90%;
    margin-top: 2rem;
  }
}
.range-item {
  width: 32%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.range-item > p {
  margin-top: 8%;
  font-size: clamp(1.7rem, 1.7vw, 2.4rem);
  font-weight: 700;
  letter-spacing: 0;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .range-item > p {
    margin-top: 1rem;
    font-size: 1.6rem;
    font-weight: 600;
  }
}

.products {
  width: 100%;
  margin-top: 3.9%;
}
@media screen and (max-width: 768px) {
  .products {
    margin-top: 5rem;
  }
}
.products-inner {
  width: 86%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .products-inner {
    width: 90%;
  }
}
.products-title {
  text-align: center;
  font-size: clamp(2.8rem, 2.8vw, 4rem);
  font-weight: 700;
  letter-spacing: 0;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .products-title {
    font-size: 2.6rem;
  }
}
.products-lists {
  width: 100%;
  margin-top: 2.6%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 2.66%;
     -moz-column-gap: 2.66%;
          column-gap: 2.66%;
  row-gap: 2.66vw;
}
@media screen and (max-width: 768px) {
  .products-lists {
    margin-top: 2rem;
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
    row-gap: 1.5rem;
  }
}
.products-item {
  width: 23%;
  display: none;
}
@media screen and (max-width: 768px) {
  .products-item {
    width: 48%;
  }
}
.products-link {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .products-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.products-label {
  width: 17%;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 24px;
  right: 24px;
  border-radius: 300px;
  font-size: clamp(1.1rem, 1.1vw, 1.6rem);
  color: #ffffff;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .products-label {
    width: 25%;
    top: 10px;
    right: 10px;
    font-size: 1.4rem;
  }
}
.products-label.discount {
  background: #E97171;
}
.products-label.new {
  background: #2EC1AC;
}
.products-img {
  width: 100%;
}
.products-bottom {
  width: 100%;
  padding: 5.6% 5.6% 11%;
  background: #F4F5F7;
}
@media screen and (max-width: 768px) {
  .products-bottom {
    padding: 1rem 1.5rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.products-name {
  font-size: clamp(1.7rem, 1.7vw, 2.4rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  color: #3a3a3a;
}
@media screen and (max-width: 768px) {
  .products-name {
    font-size: 1.8rem;
  }
}
.products-desc {
  font-size: clamp(1.1rem, 1.1vw, 1.6rem);
  letter-spacing: 0;
  line-height: 1.5;
  color: #898989;
}
@media screen and (max-width: 768px) {
  .products-desc {
    margin-top: 0.5rem;
    font-size: 1.5rem;
  }
}
.products-price {
  font-size: clamp(1.39rem, 1.39vw, 2rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  color: #3a3a3a;
}
@media screen and (max-width: 768px) {
  .products-price {
    margin-top: 0.5rem;
    font-size: 1.8rem;
  }
}
.products-price span {
  margin-left: 4%;
  font-size: clamp(1.1rem, 1.1vw, 1.6rem);
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.5;
  color: #b0b0b0;
  text-decoration: line-through;
}
@media screen and (max-width: 768px) {
  .products-price span {
    font-size: 1.5rem;
  }
}
.products-more {
  width: 20%;
  padding: 12px 0;
  margin: 2.6% auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #B88E2F;
  font-size: clamp(1.1rem, 1.1vw, 1.6rem);
  font-weight: 700;
  color: #B88E2F;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .products-more {
    width: 50%;
    margin-top: 3rem;
    padding: 1.3rem 0;
    font-size: 1.5rem;
    line-height: 1;
  }
}

.inspiration {
  width: 100%;
  margin-top: 4.8%;
  background: #FCF8F3;
}
@media screen and (max-width: 768px) {
  .inspiration {
    margin-top: 5rem;
  }
}
.inspiration-inner {
  width: 100%;
  padding: 3% 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 768px) {
  .inspiration-inner {
    padding: 4rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.inspiration-left {
  width: 30%;
  margin: 0 3% 0 6.9%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .inspiration-left {
    width: 100%;
    margin: 0;
  }
}
.inspiration-left_inner {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .inspiration-left_inner {
    width: 90%;
    margin: 0 auto;
  }
}
.inspiration-title {
  font-size: clamp(2.8rem, 2.8vw, 4rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  color: #3a3a3a;
}
@media screen and (max-width: 768px) {
  .inspiration-title {
    font-size: 2.6rem;
  }
}
.inspiration-text {
  margin-top: 7px;
  font-size: clamp(1.1rem, 1.1vw, 1.6rem);
  letter-spacing: 0;
  line-height: 1.5;
  color: #616161;
}
@media screen and (max-width: 768px) {
  .inspiration-text {
    font-size: 1.6rem;
  }
}
.inspiration-link {
  width: 42%;
  margin-top: 25px;
  padding: 2.8% 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #B88E2F;
  font-size: clamp(1.1rem, 1.1vw, 1.6rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .inspiration-link {
    width: 50%;
    margin-top: 2rem;
    padding: 1.3rem 0;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1;
  }
}
.inspiration-center {
  width: 28%;
  margin-right: 1%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .inspiration-center {
    width: 100%;
    margin: 4rem 0 0;
  }
}
.inspiration-box {
  width: 66%;
  position: absolute;
  left: 24px;
  bottom: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .inspiration-box {
    width: 86%;
    left: 50%;
    bottom: 4rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.inspiration-box_inner {
  width: 82%;
  padding: 12% 0 12% 12%;
  background: rgba(255, 255, 255, 0.72);
}
@media screen and (max-width: 768px) {
  .inspiration-box_inner {
    width: 90%;
    padding: 2.5rem 2rem;
  }
}
.inspiration-box_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(1.1rem, 1.1vw, 1.6rem);
  color: #616161;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .inspiration-box_text {
    font-size: 1.6rem;
  }
}
.inspiration-box_text span {
  display: block;
  width: 12%;
  height: 1px;
  margin: 0 6%;
  background: #616161;
}
.inspiration-box_title {
  margin-top: 4.3%;
  font-size: clamp(1.9rem, 1.9vw, 2.8rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .inspiration-box_title {
    font-size: 2rem;
  }
}
.inspiration-box a {
  width: 18%;
}
@media screen and (max-width: 768px) {
  .inspiration-box a {
    width: 14%;
  }
}
.inspiration-slider {
  width: 31%;
}
@media screen and (max-width: 768px) {
  .inspiration-slider {
    width: 100%;
    margin-top: 3rem;
  }
}
.inspiration-slider .slick-dotted.slick-slider {
  margin: 0;
}
.inspiration-slider_item {
  width: 25.8vw;
  margin-right: 1.7vw;
}
@media screen and (max-width: 768px) {
  .inspiration-slider_item {
    width: 100vw;
    margin-right: 0;
  }
}
.inspiration-slider_arrow.prev {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .inspiration-slider_arrow.prev {
    display: block !important;
    position: absolute;
    top: 40%;
    left: 1%;
    z-index: 1;
  }
}
.inspiration-slider_arrow.next {
  position: absolute;
  top: 50%;
  right: 8%;
}
@media screen and (max-width: 768px) {
  .inspiration-slider_arrow.next {
    top: 40%;
    right: 1%;
  }
}
.inspiration .dots-wrap {
  width: 100%;
  margin-top: 8%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .inspiration .dots-wrap {
    margin-top: 2rem;
  }
}
.inspiration .dots-wrap li {
  margin-right: 12px;
}
.inspiration .dots-wrap li.slick-active button {
  border: 1px solid #B88E2F;
}
.inspiration .dots-wrap li.slick-active button::before {
  background: #B88E2F;
}
.inspiration .dots-wrap button {
  width: 1.88vw;
  aspect-ratio: 1/1;
  position: relative;
  border-radius: 100px;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .inspiration .dots-wrap button {
    width: 27px;
  }
}
.inspiration .dots-wrap button::before {
  content: "";
  width: 40.7%;
  aspect-ratio: 1/1;
  display: block;
  background: #d8d8d8;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.gallery {
  width: 100%;
  margin-top: 4.7%;
}
@media screen and (max-width: 768px) {
  .gallery {
    height: 350px;
    margin-top: 5rem;
    overflow: hidden;
  }
}
.gallery-text {
  text-align: center;
  font-size: clamp(1.39rem, 1.39vw, 2rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  color: #616161;
}
@media screen and (max-width: 768px) {
  .gallery-text {
    font-size: 1.6rem;
  }
}
.gallery-title {
  margin-top: 0.6%;
  text-align: center;
  position: relative;
  font-size: clamp(2.8rem, 2.8vw, 4rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  color: #3a3a3a;
}
@media screen and (max-width: 768px) {
  .gallery-title {
    margin-top: 0.5rem;
    font-size: 2.6rem;
  }
}
.gallery-image {
  width: 100%;
  margin-top: -2%;
}
@media screen and (max-width: 768px) {
  .gallery-image {
    width: 100%;
    max-width: unset;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}