@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

* button {
  border: none;
  background: unset;
  padding: 0;
  cursor: pointer;
  font-family: "Noto Sans", sans-serif;
}

* label {
  border: none;
  background: unset;
  padding: 5px 0;
}

* .pointer {
  cursor: pointer;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

h2 {
  color: #282828;
  text-align: center;
  font-family: Montserrat;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 5.2px;
  position: relative;
  margin-bottom: 17px;
}
h2::before {
  position: absolute;
  background-color: #282828;
  content: "";
  width: 79px;
  height: 3px;
  bottom: -16px;
  margin: auto;
  left: 0;
  right: 0;
}

video {
  width: 100%;
  height: 100%;
}

.button-custom {
  border: 1px solid #282828;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  color: #282828;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  width: 380px;
  padding: 10px 0;
}

.button-search {
  display: flex;
  width: 380px;
  height: 70px;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  color: #282828;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
}

.button-cart {
  display: flex;
  width: 380px;
  height: 70px;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  background: #b1a560;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  color: #fff;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
}

.feature-box-wrap,
.appropriate-box-wrap {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.feature-box-wrap.open,
.appropriate-box-wrap.open {
  max-height: 1000px;
  opacity: 1;
}

body {
  overflow-x: hidden;
  color: #000;
  background: #ffffff;
  font-family: "Noto Sans", sans-serif;
  width: 100vw;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.container section {
  position: relative;
  top: -10px;
}
.container section .about {
  background: url("../img/pc-section-about-bgr.png");
  height: 100%;
  background-size: auto;
  background-repeat: no-repeat;
  position: relative;
}
.container section .about .about-wrap {
  padding: 144px 32px 192px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 46px;
}
.container section .about .about-wrap h2 {
  margin-bottom: 28px;
}
.container section .about .about-wrap .salon-quality {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 120px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  bottom: 90px;
  z-index: 10;
}
.container section .about .about-wrap .title {
  color: #446d5a;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px; /* 166.667% */
  letter-spacing: 1.8px;
}
.container section .about .about-wrap .content {
  position: relative;
  z-index: 11;
}
.container section .about .about-wrap .content p {
  color: #282828;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px; /* 333.333% */
}
.container section .about .about-wrap .content p:nth-of-type(3) {
  margin-bottom: 57px;
}
.container section .about .about-wrap .content p:nth-of-type(5) {
  margin-bottom: 60px;
}
.container section .product {
  margin-bottom: 103px;
}
.container section .product .product-wrap {
  padding: 0 32px;
  margin: auto;
  max-width: 1537px;
}
.container section .product .product-wrap .product-box-wrap {
  position: relative;
  display: flex;
  max-width: 1537px;
  flex-wrap: wrap;
  -moz-column-gap: 82px;
       column-gap: 82px;
  row-gap: 40px;
  margin: auto;
  justify-content: center;
  margin-left: 77px;
}
.container section .product .product-wrap .product-box-wrap h2 {
  position: absolute;
  left: -185px;
  transform: rotate(90deg);
  top: 120px;
}
.container section .product .product-wrap .product-box-wrap h2::before {
  right: unset;
  bottom: -14px;
}
.container section .product .product-wrap .product-box-wrap .product-box {
  min-width: 380px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.container section .product .product-wrap .product-box-wrap .product-box .product-img {
  margin-bottom: 15px;
  background-image: none !important;
  position: relative;
  height: 410px;
}
.container section .product .product-wrap .product-box-wrap .product-box .product-img .product-img-box {
  position: absolute;
  bottom: 0;
}
.container section .product .product-wrap .product-box-wrap .product-box .product-img #pc-section-product-1 {
  bottom: 13px;
  left: -72px;
}
.container section .product .product-wrap .product-box-wrap .product-box .product-img #pc-section-product-2 {
  left: -110px;
}
.container section .product .product-wrap .product-box-wrap .product-box .product-img #pc-section-product-3 {
  bottom: 6px;
  left: -70px;
}
.container section .product .product-wrap .product-box-wrap .product-box .product-img #pc-section-product-4 {
  bottom: 14px;
  left: -62px;
}
.container section .product .product-wrap .product-box-wrap .product-box .product-img #pc-section-product-5 {
  left: -92px;
}
.container section .product .product-wrap .product-box-wrap .product-box .product-img #pc-section-product-6 {
  bottom: -4px;
  left: -62px;
}
.container section .product .product-wrap .product-box-wrap .product-box h3 {
  color: #282828;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
  margin-bottom: 15px;
}
.container section .product .product-wrap .product-box-wrap .product-box h4 {
  color: #446d5a;
  font-family: "Noto Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 150% */
  margin-bottom: 8px;
  max-width: 380px;
}
.container section .product .product-wrap .product-box-wrap .product-box .title-detail {
  margin-bottom: 23px;
}
.container section .product .product-wrap .product-box-wrap .product-box .title-detail p {
  color: #282828;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 187.5% */
}
.container section .product .product-wrap .product-box-wrap .product-box .title-detail .price .title-price {
  color: #282828;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
}
.container section .product .product-wrap .product-box-wrap .product-box .title-detail .price .sale-price {
  color: #e62727;
  font-family: "Noto Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
}
.container section .product .product-wrap .product-box-wrap .product-box .title-detail .price-note {
  color: #282828;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
.container section .point {
  background: url("../img/pc-section-point-bgr.png");
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.container section .point .point-wrap {
  padding: 84px 32px 102px 32px;
  margin: 0 auto;
  max-width: 1080px;
  text-align: center;
}
.container section .point .point-wrap h2 {
  margin-bottom: 70px;
}
.container section .point .point-wrap .point-title {
  margin-bottom: 51px;
}
.container section .point .point-wrap .point-title h3 {
  color: #446d5a;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 11px;
}
.container section .point .point-wrap .point-title h4 {
  color: #282828;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.container section .point .point-wrap .point-img {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.container section .point .point-wrap .point-note {
  margin-bottom: 41px;
}
.container section .point .point-wrap .point-note p {
  color: #282828;
  text-align: start;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}
.container section .point .point-wrap button {
  width: 380px;
  height: 70px;
}
.container section .promony-mapping {
  padding: 103px 32px;
}
.container section .promony-mapping .promony-mapping-wrap {
  max-width: 1280px;
  margin: 0 auto 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container section .promony-mapping .promony-mapping-wrap h2 {
  margin-bottom: 64px;
}
.container section .promony-mapping .promony-mapping-wrap .promony-box img {
  width: 100%;
}

@media (max-width: 1079px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .container section {
    top: 0;
  }
  .container section .about {
    background: url("../img/sp-section-about-bgr.png");
    background-size: cover;
  }
  .container section .about .about-wrap {
    max-width: 767px;
    margin: 0 auto;
    padding: 53.5px 16px 88px 16px;
    align-items: unset;
    gap: 30px;
  }
  .container section .about .about-wrap .salon-quality {
    left: 0;
    bottom: 0;
    font-size: 50px;
    width: 100%;
    z-index: 10;
    text-align: center;
    font-family: Montserrat;
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .container section .about .about-wrap h2 {
    color: #282828;
    text-align: center;
    font-family: Montserrat;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.6px;
    margin-bottom: 25px;
  }
  .container section .about .about-wrap h2::before {
    bottom: -8px;
    width: 39.5px;
    height: 1.5px;
  }
  .container section .about .about-wrap .title {
    color: #446d5a;
    font-family: "Noto Sans";
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 142.857% */
    letter-spacing: 1.05px;
    text-align: start;
  }
  .container section .about .about-wrap .content {
    position: relative;
    z-index: 11;
  }
  .container section .about .about-wrap .content p {
    color: #282828;
    text-align: start;
    font-family: "Noto Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 200% */
  }
  .container section .about .about-wrap .content p:nth-of-type(3), .container section .about .about-wrap .content p:nth-of-type(5) {
    margin-bottom: 30px;
  }
  .container section .product {
    background: #fff;
    margin-bottom: unset;
    padding-bottom: 51.5px;
  }
  .container section .product .product-wrap {
    padding: 40px 16px 0 16px;
    max-width: 767px;
  }
  .container section .product .product-wrap .product-box-wrap {
    position: relative;
    display: flex;
    max-width: unset;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 18px;
    margin: auto;
    justify-content: center;
  }
  .container section .product .product-wrap .product-box-wrap h2 {
    transform: unset;
    position: relative;
    top: unset;
    bottom: unset;
    left: unset;
    margin-bottom: 22px;
    color: #282828;
    text-align: center;
    font-family: Montserrat;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.6px;
    margin-bottom: 18.5px;
  }
  .container section .product .product-wrap .product-box-wrap h2::before {
    bottom: -8px;
    width: 39.5px;
    height: 1.5px;
    left: 0;
    right: 0;
  }
  .container section .product .product-wrap .product-box-wrap #sp-section-product-1 .product-img {
    height: 205px;
  }
  .container section .product .product-wrap .product-box-wrap #sp-section-product-1 .product-img .product-img-box {
    height: 205px;
  }
  .container section .product .product-wrap .product-box-wrap #sp-section-product-1 .product-img .product-img-box img {
    width: 272.5px;
    height: 205px;
  }
  .container section .product .product-wrap .product-box-wrap #sp-section-product-2 .product-img {
    height: 213.5px;
  }
  .container section .product .product-wrap .product-box-wrap #sp-section-product-2 .product-img .product-img-box {
    height: 213.5px;
  }
  .container section .product .product-wrap .product-box-wrap #sp-section-product-2 .product-img .product-img-box img {
    width: 283.5px;
    height: 213.5px;
  }
  .container section .product .product-wrap .product-box-wrap #sp-section-product-3 .product-img {
    height: 162px;
  }
  .container section .product .product-wrap .product-box-wrap #sp-section-product-3 .product-img .product-img-box {
    height: 162px;
  }
  .container section .product .product-wrap .product-box-wrap #sp-section-product-3 .product-img .product-img-box img {
    width: 281px;
    height: 162px;
  }
  .container section .product .product-wrap .product-box-wrap #sp-section-product-4 .product-img {
    height: 177px;
  }
  .container section .product .product-wrap .product-box-wrap #sp-section-product-4 .product-img .product-img-box {
    height: 177px;
  }
  .container section .product .product-wrap .product-box-wrap #sp-section-product-4 .product-img .product-img-box img {
    width: 265.5px;
    height: 177px;
  }
  .container section .product .product-wrap .product-box-wrap #sp-section-product-5 .product-img {
    height: 182.5px;
  }
  .container section .product .product-wrap .product-box-wrap #sp-section-product-5 .product-img .product-img-box {
    height: 182.5px;
  }
  .container section .product .product-wrap .product-box-wrap #sp-section-product-5 .product-img .product-img-box img {
    width: 281px;
    height: 182.5px;
  }
  .container section .product .product-wrap .product-box-wrap #sp-section-product-6 .product-img {
    height: 197.5px;
  }
  .container section .product .product-wrap .product-box-wrap #sp-section-product-6 .product-img .product-img-box {
    height: 197.5px;
  }
  .container section .product .product-wrap .product-box-wrap #sp-section-product-6 .product-img .product-img-box img {
    width: 263px;
    height: 197.5px;
  }
  .container section .product .product-wrap .product-box-wrap .product-box {
    min-width: 100%;
  }
  .container section .product .product-wrap .product-box-wrap .product-box .product-img {
    margin-bottom: 15px;
    height: 237px;
  }
  .container section .product .product-wrap .product-box-wrap .product-box .product-img .product-img-box {
    height: 237px;
  }
  .container section .product .product-wrap .product-box-wrap .product-box .product-img #pc-section-product-1,
  .container section .product .product-wrap .product-box-wrap .product-box .product-img #pc-section-product-2,
  .container section .product .product-wrap .product-box-wrap .product-box .product-img #pc-section-product-3,
  .container section .product .product-wrap .product-box-wrap .product-box .product-img #pc-section-product-4,
  .container section .product .product-wrap .product-box-wrap .product-box .product-img #pc-section-product-5,
  .container section .product .product-wrap .product-box-wrap .product-box .product-img #pc-section-product-6 {
    left: 0;
    right: 0;
    margin: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  .container section .product .product-wrap .product-box-wrap .product-box h3 {
    color: #282828;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    margin-bottom: 8px;
  }
  .container section .product .product-wrap .product-box-wrap .product-box h4 {
    color: #446d5a;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 125% */
  }
  .container section .product .product-wrap .product-box-wrap .product-box .title-detail {
    margin-bottom: 18px;
  }
  .container section .product .product-wrap .product-box-wrap .product-box .title-detail p {
    color: #282828;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
  }
  .container section .product .product-wrap .product-box-wrap .product-box .title-detail .price .title-price {
    color: #282828;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
  }
  .container section .product .product-wrap .product-box-wrap .product-box .title-detail .price .sale-price {
    color: #e62727;
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
  }
  .container section .product .product-wrap .product-box-wrap .product-box .title-detail .price-note {
    color: #282828;
    font-family: "Noto Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
  }
  .container section .product .product-wrap .product-box-wrap .product-box button {
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 42px */
    padding: 0;
    height: 52px;
    font-size: 16px;
    width: 100%;
  }
  .container section .point {
    background: url("../img/sp-section-point-bgr.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .container section .point .point-wrap {
    padding-top: unset;
    padding: 44px 16px 50px 16px;
    max-width: 767px;
  }
  .container section .point .point-wrap h2 {
    margin-bottom: 22px;
    color: #282828;
    text-align: center;
    font-family: Montserrat;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.6px;
    margin-bottom: 35.5px;
  }
  .container section .point .point-wrap h2::before {
    bottom: -8px;
    width: 39.5px;
    height: 1.5px;
  }
  .container section .point .point-wrap .point-title {
    margin-bottom: 23px;
  }
  .container section .point .point-wrap .point-title h3 {
    color: #446d5a;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 1px;
  }
  .container section .point .point-wrap .point-title h4 {
    color: #282828;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .container section .point .point-wrap .point-img {
    margin-bottom: 17.5px;
  }
  .container section .point .point-wrap .point-note {
    margin-bottom: 21px;
  }
  .container section .point .point-wrap .point-note p {
    color: #282828;
    font-family: "Noto Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px; /* 141.667% */
  }
  .container section .point .point-wrap button {
    width: 100%;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 42px */
    padding: 0;
    height: 52px;
    font-size: 16px;
  }
  .container section .promony-mapping {
    padding: 44px 16px;
    background: #fff;
  }
  .container section .promony-mapping .promony-mapping-wrap h2 {
    color: #282828;
    text-align: center;
    font-family: Montserrat;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.6px;
    margin-bottom: 35px;
  }
  .container section .promony-mapping .promony-mapping-wrap h2::before {
    bottom: -8px;
    width: 39.5px;
    height: 1.5px;
  }
  .container section .promony-mapping .promony-mapping-wrap .promony-box img {
    width: unset;
  }
}
@media (min-width: 1080px) and (max-width: 1461px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  h2 {
    color: #282828;
    text-align: center;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 5.2px;
    position: relative;
    margin-bottom: 17px;
  }
  h2::before {
    position: absolute;
    background-color: #282828;
    content: "";
    width: 79px;
    height: 3px;
    bottom: -5px;
    margin: auto;
    left: 0;
    right: 0;
  }
  .container section {
    position: relative;
    top: -10px;
  }
  .container section .about {
    position: relative;
    background: url("../img/pc-section-about-bgr.png");
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .container section .about .about-wrap {
    padding: 109px 32px 100px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
  }
  .container section .about .about-wrap h2 {
    margin-bottom: 28px;
  }
  .container section .about .about-wrap .salon-quality {
    color: #fff;
    text-align: center;
    font-family: Montserrat;
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    bottom: 90px;
    z-index: 10;
  }
  .container section .about .about-wrap .title {
    color: #446d5a;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px; /* 166.667% */
    letter-spacing: 1.8px;
  }
  .container section .about .about-wrap .content {
    position: relative;
    z-index: 11;
  }
  .container section .about .about-wrap .content p {
    color: #282828;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px; /* 333.333% */
  }
  .container section .about .about-wrap .content p:nth-of-type(3) {
    margin-bottom: 24px;
  }
  .container section .about .about-wrap .content p:nth-of-type(5) {
    margin-bottom: 24px;
  }
  .container section .product {
    margin-bottom: 91px;
  }
  .container section .product .product-wrap {
    padding: 0 32px;
    margin: auto;
    max-width: 1537px;
  }
  .container section .product .product-wrap .product-box-wrap {
    position: relative;
    display: flex;
    max-width: 1537px;
    flex-wrap: wrap;
    flex-direction: row;
    row-gap: 44px;
    -moz-column-gap: 28px;
         column-gap: 28px;
    margin: auto;
    justify-content: center;
    margin-left: 60px;
  }
  .container section .product .product-wrap .product-box-wrap h2 {
    position: absolute;
    left: -173px;
    transform: rotate(90deg);
    top: 97px;
  }
  .container section .product .product-wrap .product-box-wrap .product-box {
    min-width: 295px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    max-width: 295px;
  }
  .container section .product .product-wrap .product-box-wrap .product-box .product-img {
    margin-bottom: 15px;
    background-image: none !important;
    position: relative;
    height: 295px;
  }
  .container section .product .product-wrap .product-box-wrap .product-box .product-img .product-img-box {
    position: absolute;
    bottom: 0;
  }
  .container section .product .product-wrap .product-box-wrap .product-box .product-img .product-img-box img {
    width: 344px;
    height: 299px;
  }
  .container section .product .product-wrap .product-box-wrap .product-box .product-img #pc-section-product-1 {
    bottom: -10px;
    left: -67px;
  }
  .container section .product .product-wrap .product-box-wrap .product-box .product-img #pc-section-product-1 img {
    width: 384px;
    height: 325px;
  }
  .container section .product .product-wrap .product-box-wrap .product-box .product-img #pc-section-product-2 {
    left: -94px;
    bottom: -13px;
  }
  .container section .product .product-wrap .product-box-wrap .product-box .product-img #pc-section-product-2 img {
    width: 408px;
    height: 332px;
  }
  .container section .product .product-wrap .product-box-wrap .product-box .product-img #pc-section-product-3 {
    bottom: -10px;
    left: -52px;
  }
  .container section .product .product-wrap .product-box-wrap .product-box .product-img #pc-section-product-3 img {
    width: 348px;
    height: 305px;
  }
  .container section .product .product-wrap .product-box-wrap .product-box .product-img #pc-section-product-4 {
    bottom: 4px;
    left: -49px;
  }
  .container section .product .product-wrap .product-box-wrap .product-box .product-img #pc-section-product-4 img {
    height: 290px;
  }
  .container section .product .product-wrap .product-box-wrap .product-box .product-img #pc-section-product-5 {
    left: -60px;
    bottom: -4px;
  }
  .container section .product .product-wrap .product-box-wrap .product-box .product-img #pc-section-product-5 img {
    width: 355px;
    height: 298px;
  }
  .container section .product .product-wrap .product-box-wrap .product-box .product-img #pc-section-product-6 {
    bottom: -6px;
    left: -39px;
  }
  .container section .product .product-wrap .product-box-wrap .product-box .product-img #pc-section-product-6 img {
    width: 335px;
    height: 300px;
  }
  .container section .product .product-wrap .product-box-wrap .product-box h3 {
    color: #282828;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.4px;
    margin-bottom: 15px;
  }
  .container section .product .product-wrap .product-box-wrap .product-box h4 {
    color: #446d5a;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 150% */
    margin-bottom: 8px;
    max-width: 380px;
  }
  .container section .product .product-wrap .product-box-wrap .product-box .title-detail {
    margin-bottom: 23px;
  }
  .container section .product .product-wrap .product-box-wrap .product-box .title-detail p {
    color: #282828;
    font-family: "Noto Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 187.5% */
  }
  .container section .product .product-wrap .product-box-wrap .product-box .title-detail .price .title-price {
    color: #282828;
    font-family: "Noto Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
  }
  .container section .product .product-wrap .product-box-wrap .product-box .title-detail .price .sale-price {
    color: #e62727;
    font-family: "Noto Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
  }
  .container section .product .product-wrap .product-box-wrap .product-box .title-detail .price-note {
    color: #282828;
    font-family: "Noto Sans";
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
  }
  .container section .product .product-wrap .product-box-wrap .product-box button {
    width: 295px;
  }
  .container section .point {
    background: url("../img/pc-section-point-bgr.png");
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .container section .point .point-wrap {
    padding: 65px 32px 74px 32px;
    margin: 0 auto;
    max-width: 1080px;
    text-align: center;
  }
  .container section .point .point-wrap h2 {
    margin-bottom: 40px;
  }
  .container section .point .point-wrap .point-title {
    margin-bottom: 36px;
  }
  .container section .point .point-wrap .point-title h3 {
    color: #446d5a;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 11px;
  }
  .container section .point .point-wrap .point-title h4 {
    color: #282828;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .container section .point .point-wrap .point-img {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .container section .point .point-wrap .point-note {
    margin-bottom: 46px;
  }
  .container section .point .point-wrap .point-note p {
    color: #282828;
    text-align: start;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
  }
  .container section .point .point-wrap button {
    width: 380px;
  }
  .container section .promony-mapping {
    padding: 70px 32px;
  }
  .container section .promony-mapping .promony-mapping-wrap {
    max-width: 1280px;
    margin: 0 auto 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .container section .promony-mapping .promony-mapping-wrap h2 {
    margin-bottom: 40px;
  }
  .container section .promony-mapping .promony-mapping-wrap .promony-box img {
    width: 100%;
  }
}
@media (min-width: 1388px) and (max-width: 1461px) {
  .container section .product .product-wrap .product-box-wrap {
    gap: 60px;
  }
}
@media (min-width: 1920px) {
  .container section .about {
    background-size: 100%;
  }
}
#product-page section {
  position: unset;
  background: #fff;
  background-image: unset;
}
#product-page section .product-list .product-list-wrap:nth-child(odd) {
  background: #fff;
}
#product-page section .product-list .product-list-wrap:nth-child(odd) .product-box .detail .detail-left .detail-carousel {
  background: #f1f6ee;
}
#product-page section .product-list .product-list-wrap:nth-child(even) {
  background: #f1f6ee;
}
#product-page section .product-list .product-list-wrap:nth-child(even) .product-box .detail .detail-left .detail-carousel {
  background: #fff;
}
#product-page section .product-list .product-list-wrap:nth-child(1) .img-brg {
  position: absolute;
  bottom: -49px;
  right: -34px;
}
#product-page section .product-list .product-list-wrap:nth-child(2) .img-brg {
  position: absolute;
  bottom: -49px;
  right: -52px;
}
#product-page section .product-list .product-list-wrap:nth-child(3) .img-brg {
  position: absolute;
  bottom: -50px;
  right: -30px;
}
#product-page section .product-list .product-list-wrap:nth-child(4) .img-brg {
  position: absolute;
  bottom: -53px;
  right: -30px;
}
#product-page section .product-list .product-list-wrap:nth-child(5) .img-brg {
  position: absolute;
  bottom: -49px;
  right: -26px;
}
#product-page section .product-list .product-list-wrap:nth-child(6) .img-brg {
  position: absolute;
  bottom: -42px;
  right: -27px;
}
#product-page section .product-list .product-list-wrap .product-box {
  margin: 0 auto;
  max-width: 1116px;
  padding: 86px 0 67px 0;
  position: relative;
}
#product-page section .product-list .product-list-wrap .product-box .detail {
  display: flex;
  align-items: end;
  gap: 86px;
}
#product-page section .product-list .product-list-wrap .product-box .detail .detail-left {
  padding: 28px 0 0 25px;
  position: relative;
}
#product-page section .product-list .product-list-wrap .product-box .detail .detail-left .title {
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.4px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#product-page section .product-list .product-list-wrap .product-box .detail .detail-left .detail-carousel {
  background: #f1f6ee;
  width: 495px;
  height: 408px;
  position: relative;
  z-index: 0;
}
#product-page section .product-list .product-list-wrap .product-box .detail .detail-left .detail-carousel .carousel-wrap {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden; /* Ẩn phần tử ra ngoài khi trượt */
  width: 100%;
  height: 100%;
}
#product-page section .product-list .product-list-wrap .product-box .detail .detail-left .detail-carousel .carousel-wrap .prev {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -25px;
  height: -moz-fit-content;
  height: fit-content;
}
#product-page section .product-list .product-list-wrap .product-box .detail .detail-left .detail-carousel .carousel-wrap .count {
  color: #7c7c7c;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.7px;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: auto;
}
#product-page section .product-list .product-list-wrap .product-box .detail .detail-left .detail-carousel .carousel-wrap .carousel-box {
  display: flex;
  transition: transform 0.5s ease-in-out; /* Thêm hiệu ứng trượt */
}
#product-page section .product-list .product-list-wrap .product-box .detail .detail-left .detail-carousel .carousel-wrap .carousel-box img,
#product-page section .product-list .product-list-wrap .product-box .detail .detail-left .detail-carousel .carousel-wrap .carousel-box video {
  width: 100%;
  height: auto;
  flex-shrink: 0; /* Giữ nguyên kích thước hình ảnh hoặc video */
}
#product-page section .product-list .product-list-wrap .product-box .detail .detail-left .detail-carousel .carousel-wrap .next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -25px;
  height: -moz-fit-content;
  height: fit-content;
}
#product-page section .product-list .product-list-wrap .product-box .detail .detail-right .describe-title {
  color: #446d5a;
  font-family: "Noto Sans";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 153.846% */
  margin-bottom: 23px;
}
#product-page section .product-list .product-list-wrap .product-box .detail .detail-right .describe-note {
  color: #282828;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 166.667% */
  margin-bottom: 23px;
}
#product-page section .product-list .product-list-wrap .product-box .detail .detail-right .name-and-price .name {
  color: #282828;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 188.889% */
}
#product-page section .product-list .product-list-wrap .product-box .detail .detail-right .name-and-price .name span {
  color: #282828;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  margin-left: 14px;
}
#product-page section .product-list .product-list-wrap .product-box .detail .detail-right .name-and-price .price {
  color: #282828;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px; /* 188.889% */
}
#product-page section .product-list .product-list-wrap .product-box .detail .detail-right .name-and-price .price .title-price {
  color: #282828;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px; /* 188.889% */
}
#product-page section .product-list .product-list-wrap .product-box .detail .detail-right .name-and-price .price .sale-price {
  color: #e62727;
  font-family: "Noto Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
}
#product-page section .product-list .product-list-wrap .product-box .detail .detail-right .name-and-price .price .real-price {
  font-weight: 500;
}
#product-page section .product-list .product-list-wrap .product-box .detail .detail-right .name-and-price .price-note {
  color: #282828;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
#product-page section .product-list .product-list-wrap .product-box .detail .detail-right .name-and-price .note {
  color: #7c7c7c;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 214.286% */
}
#product-page section .product-list .product-list-wrap .product-box .detail .detail-right .action-box {
  margin-top: 23px;
  display: flex;
  gap: 11px;
}
#product-page section .product-list .product-list-wrap .product-box .detail .detail-right .action-box button {
  width: 242px;
  height: 60px;
}
#product-page section .product-list .product-list-wrap .product-box .detail .detail-right .action-box .button-cart {
  border: 1px solid #b1a560;
}
#product-page section .product-list .product-list-wrap .product-box .detail .detail-right .action-box .button-search {
  border: 1px solid #446d5a;
}
#product-page section .product-list .product-list-wrap .product-box .features {
  margin-bottom: 35px;
}
#product-page section .product-list .product-list-wrap .product-box .features .feature-wrap {
  margin-top: 64px;
}
#product-page section .product-list .product-list-wrap .product-box .features .feature-wrap .feature-box-title {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 9px;
  width: calc(100% - 17px);
  align-items: center;
}
#product-page section .product-list .product-list-wrap .product-box .features .feature-wrap .feature-box-title .title {
  color: #000;
  font-family: "Noto Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px; /* 170% */
}
#product-page section .product-list .product-list-wrap .product-box .features .feature-wrap .feature-box-title .icon {
  position: relative;
  width: 30px;
  height: 30px;
}
#product-page section .product-list .product-list-wrap .product-box .features .feature-wrap .feature-box-title .icon img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}
#product-page section .product-list .product-list-wrap .product-box .features .feature-wrap .feature-box-wrap {
  margin-top: 23px;
  display: flex;
  gap: 25px;
}
#product-page section .product-list .product-list-wrap .product-box .features .feature-wrap .feature-box-wrap .feature-box {
  border-radius: 5px;
  border: 1px solid #446d5a;
  padding: 20px 22px 37px 24px;
  background: #fff;
  width: 350px;
}
#product-page section .product-list .product-list-wrap .product-box .features .feature-wrap .feature-box-wrap .feature-box h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3.2px;
  margin-bottom: 20px;
}
#product-page section .product-list .product-list-wrap .product-box .features .feature-wrap .feature-box-wrap .feature-box h2::before {
  width: 21px;
  height: 3px;
  bottom: -3px;
}
#product-page section .product-list .product-list-wrap .product-box .features .feature-wrap .feature-box-wrap .feature-box .title {
  color: #446d5a;
  text-align: center;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 166.667% */
  margin-bottom: 17px;
}
#product-page section .product-list .product-list-wrap .product-box .features .feature-wrap .feature-box-wrap .feature-box .content {
  color: #282828;
  text-align: start;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}
#product-page section .product-list .product-list-wrap .product-box .features .feature-wrap .feature-box-wrap .feature-box .content .content-note {
  color: #282828;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
#product-page section .product-list .product-list-wrap .product-box .features .feature-wrap .feature-box-wrap .feature-box-custom {
  width: 725px;
  display: flex;
  gap: 21px;
}
#product-page section .product-list .product-list-wrap .product-box .appropriate .appropriate-wrap .appropriate-box-title {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px;
  width: calc(100% - 17px);
}
#product-page section .product-list .product-list-wrap .product-box .appropriate .appropriate-wrap .appropriate-box-title .title {
  color: #000;
  font-family: "Noto Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px; /* 170% */
}
#product-page section .product-list .product-list-wrap .product-box .appropriate .appropriate-wrap .appropriate-box-title .icon {
  position: relative;
  width: 30px;
  height: 30px;
}
#product-page section .product-list .product-list-wrap .product-box .appropriate .appropriate-wrap .appropriate-box-title .icon img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}
#product-page section .product-list .product-list-wrap .product-box .appropriate .appropriate-wrap .appropriate-box-wrap {
  margin-top: 17px;
  padding-left: 40px;
}
#product-page section .product-list .product-list-wrap .product-box .appropriate .appropriate-wrap .appropriate-box-wrap ul li {
  color: #282828;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
}
#product-page section .product-list .product-list-wrap .product-box .appropriate .appropriate-wrap .appropriate-box-wrap ul li::marker {
  color: #446d5a;
}
#product-page section .approach {
  margin-top: 78px;
}
#product-page section .approach .approach-wrap-bgr {
  background-image: url("../img/pc-approach.png");
  background-repeat: round;
  background-size: cover;
}
#product-page section .approach .approach-wrap-bgr .approach-wrap {
  max-width: 1110px;
  margin: 0 auto;
}
#product-page section .approach .approach-wrap-bgr .approach-wrap h2 {
  text-align: start;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 18px;
  margin-bottom: unset;
}
#product-page section .approach .approach-wrap-bgr .approach-wrap h2::before {
  right: unset;
  bottom: 0;
}
#product-page section .approach .approach-wrap-bgr .approach-wrap .care-box {
  margin-top: 30px;
  margin-bottom: 43px;
  display: flex;
  justify-content: center;
}
#product-page section .approach .approach-wrap-bgr .approach-wrap .cuticle .cuticle-wrap {
  background: #446d5a;
  box-shadow: 0px 0px 20px 5px rgba(68, 109, 90, 0.1);
  padding: 40px 51px 0 47px;
}
#product-page section .approach .approach-wrap-bgr .approach-wrap .cuticle .cuticle-wrap .title {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 166.667% */
  margin-bottom: 4px;
}
#product-page section .approach .approach-wrap-bgr .approach-wrap .cuticle .cuticle-wrap .content {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 153.846% */
}
#product-page section .approach .approach-wrap-bgr .approach-wrap .cuticle .cuticle-wrap .cuticle-box {
  margin-top: 80px;
}
#product-page section .approach .approach-wrap-bgr .approach-wrap .cuticle .cuticle-wrap .cuticle-box .cuticle-box-wrap {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 42px;
       column-gap: 42px;
}
#product-page section .approach .approach-wrap-bgr .approach-wrap .cuticle .cuticle-wrap .cuticle-box .cuticle-box-wrap .box {
  display: flex;
  align-items: center;
  gap: 19px;
}
#product-page section .approach .approach-wrap-bgr .approach-wrap .cuticle .cuticle-wrap .cuticle-box .cuticle-box-wrap .box .box-left {
  margin-top: -74px;
  margin-left: -53px;
  width: 317px;
  height: 316px;
}
#product-page section .approach .approach-wrap-bgr .approach-wrap .cuticle .cuticle-wrap .cuticle-box .cuticle-box-wrap .box .box-right {
  margin-left: -53px;
  margin-top: -74px;
}
#product-page section .approach .approach-wrap-bgr .approach-wrap .cuticle .cuticle-wrap .cuticle-box .cuticle-box-wrap .box .box-right .title {
  color: #fff;
  padding-bottom: 6px;
  font-family: "Noto Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-bottom: 1px solid #acbdb5;
  margin-bottom: 13px;
  text-align: start;
}
#product-page section .approach .approach-wrap-bgr .approach-wrap .cuticle .cuticle-wrap .cuticle-box .cuticle-box-wrap .box .box-right .content {
  padding-right: 6px;
  text-align: start;
  color: #fff;
  width: 255px;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 185.714% */
}
#product-page section .approach .approach-wrap-bgr .approach-wrap .hair-similar {
  max-width: 1066px;
  margin-top: 65px;
}
#product-page section .approach .approach-wrap-bgr .approach-wrap .hair-similar .hair-similar-wrap .hair-similar-box {
  display: flex;
  align-items: center;
  gap: 59px;
}
#product-page section .approach .approach-wrap-bgr .approach-wrap .hair-similar .hair-similar-wrap .hair-similar-box .hair-similar-box-right {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
#product-page section .approach .approach-wrap-bgr .approach-wrap .hair-similar .hair-similar-wrap .hair-similar-box .hair-similar-box-right .hair-similar-box-right-content .title {
  color: #446d5a;
  font-family: "Noto Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-bottom: 1px solid #acbdb5;
  padding-bottom: 6px;
}
#product-page section .approach .approach-wrap-bgr .approach-wrap .hair-similar .hair-similar-wrap .hair-similar-box .hair-similar-box-right .hair-similar-box-right-content .content {
  margin-top: 11px;
  color: #282828;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 185.714% */
}
#product-page section .approach .approach-wrap-bgr .approach-wrap .moisture-supply {
  margin-top: 98px;
  max-width: 1077px;
}
#product-page section .approach .approach-wrap-bgr .approach-wrap .moisture-supply .moisture-supply-wrap .moisture-supply-box {
  display: flex;
  align-items: center;
  gap: 67px;
}
#product-page section .approach .approach-wrap-bgr .approach-wrap .moisture-supply .moisture-supply-wrap .moisture-supply-box .moisture-supply-box-left {
  display: flex;
  flex-direction: column;
  gap: 23px;
}
#product-page section .approach .approach-wrap-bgr .approach-wrap .moisture-supply .moisture-supply-wrap .moisture-supply-box .moisture-supply-box-left .moisture-supply-box-left-content .title {
  color: #b1a560;
  font-family: "Noto Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-bottom: 1px solid #acbdb5;
  padding-bottom: 6px;
}
#product-page section .approach .approach-wrap-bgr .approach-wrap .moisture-supply .moisture-supply-wrap .moisture-supply-box .moisture-supply-box-left .moisture-supply-box-left-content .content {
  margin-top: 11px;
  color: #282828;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 185.714% */
}
#product-page section .fragrance {
  margin-top: 194px;
  margin-bottom: 84px;
}
#product-page section .fragrance .fragrance-wrap {
  max-width: 1110px;
  margin: 0 auto;
}
#product-page section .fragrance .fragrance-wrap h2 {
  text-align: start;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 18px;
  margin-bottom: unset;
}
#product-page section .fragrance .fragrance-wrap h2::before {
  right: unset;
  bottom: 0;
}
#product-page section .fragrance .fragrance-wrap .fragrance-content-box {
  margin-top: 78px;
}
#product-page section .fragrance .fragrance-wrap .fragrance-content-box .fruity-musk-scent-box .fragrance-box-wrap,
#product-page section .fragrance .fragrance-wrap .fragrance-content-box .citrus-spicy-scent-box .fragrance-box-wrap {
  display: flex;
  gap: 36px;
  align-items: center;
}
#product-page section .fragrance .fragrance-wrap .fragrance-content-box .fruity-musk-scent-box .fragrance-box-wrap .fragrance-box-left .fragrance-box-left-content,
#product-page section .fragrance .fragrance-wrap .fragrance-content-box .citrus-spicy-scent-box .fragrance-box-wrap .fragrance-box-left .fragrance-box-left-content {
  margin-bottom: 36px;
}
#product-page section .fragrance .fragrance-wrap .fragrance-content-box .fruity-musk-scent-box .fragrance-box-wrap .fragrance-box-left .fragrance-box-left-content .title,
#product-page section .fragrance .fragrance-wrap .fragrance-content-box .citrus-spicy-scent-box .fragrance-box-wrap .fragrance-box-left .fragrance-box-left-content .title {
  color: #446d5a;
  font-family: "Noto Sans";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 153.846% */
}
#product-page section .fragrance .fragrance-wrap .fragrance-content-box .fruity-musk-scent-box .fragrance-box-wrap .fragrance-box-left .fragrance-box-left-content .content,
#product-page section .fragrance .fragrance-wrap .fragrance-content-box .citrus-spicy-scent-box .fragrance-box-wrap .fragrance-box-left .fragrance-box-left-content .content {
  max-width: 701px;
  margin-top: 7px;
  color: #282828;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
}
#product-page section .fragrance .fragrance-wrap .fragrance-content-box .fruity-musk-scent-box .fragrance-box-wrap .fragrance-box-left .fragrance-box-product,
#product-page section .fragrance .fragrance-wrap .fragrance-content-box .citrus-spicy-scent-box .fragrance-box-wrap .fragrance-box-left .fragrance-box-product {
  display: flex;
  align-items: end;
  justify-content: center;
}
#product-page section .fragrance .fragrance-wrap .fragrance-content-box .fruity-musk-scent-box .fragrance-box-wrap .fragrance-box-left .fragrance-box-product .fragrance-box-product-img,
#product-page section .fragrance .fragrance-wrap .fragrance-content-box .citrus-spicy-scent-box .fragrance-box-wrap .fragrance-box-left .fragrance-box-product .fragrance-box-product-img {
  position: relative;
}
#product-page section .fragrance .fragrance-wrap .fragrance-content-box .fruity-musk-scent-box {
  border-bottom: 1px solid #d9d9d9;
}
#product-page section .fragrance .fragrance-wrap .fragrance-content-box .fruity-musk-scent-box .fragrance-box-wrap {
  align-items: flex-start;
}
#product-page section .fragrance .fragrance-wrap .fragrance-content-box .citrus-spicy-scent-box {
  margin-top: 63px;
}
#product-page section .fragrance .fragrance-wrap .fragrance-content-box .citrus-spicy-scent-box .fragrance-box-right-img {
  margin-left: -62px;
}

@media (max-width: 1079px) {
  #product-page section .product-list .product-list-wrap:nth-child(1) .img-brg {
    position: absolute;
    bottom: -46px;
    right: -3px;
  }
  #product-page section .product-list .product-list-wrap:nth-child(2) .img-brg {
    position: absolute;
    bottom: -45px;
    right: -15px;
  }
  #product-page section .product-list .product-list-wrap:nth-child(3) .img-brg {
    position: absolute;
    bottom: -45px;
    right: -11px;
  }
  #product-page section .product-list .product-list-wrap:nth-child(4) .img-brg {
    position: absolute;
    bottom: -45px;
    right: -11px;
  }
  #product-page section .product-list .product-list-wrap:nth-child(5) .img-brg {
    position: absolute;
    bottom: -45px;
    right: -14px;
  }
  #product-page section .product-list .product-list-wrap:nth-child(6) .img-brg {
    position: absolute;
    bottom: -45px;
    right: -11px;
  }
  #product-page section .product-list .product-list-wrap .product-box {
    padding: 34.5px 16px 41px 16px;
    margin: 0 auto;
    max-width: 750px;
  }
  #product-page section .product-list .product-list-wrap .product-box .detail {
    flex-direction: column;
    gap: 58.5px;
    align-items: center;
  }
  #product-page section .product-list .product-list-wrap .product-box .detail .detail-left {
    padding: 16px 0 0 0px;
  }
  #product-page section .product-list .product-list-wrap .product-box .detail .detail-left .title {
    color: #282828;
    font-family: Montserrat;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.3px;
  }
  #product-page section .product-list .product-list-wrap .product-box .detail .detail-left .detail-carousel {
    width: 343px;
    height: 265.5px;
  }
  #product-page section .product-list .product-list-wrap .product-box .detail .detail-left .detail-carousel .carousel-wrap .prev {
    left: -7px;
  }
  #product-page section .product-list .product-list-wrap .product-box .detail .detail-left .detail-carousel .carousel-wrap .count {
    color: #7C7C7C;
    text-align: center;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.6px;
  }
  #product-page section .product-list .product-list-wrap .product-box .detail .detail-left .detail-carousel .carousel-wrap .next {
    right: -7px;
  }
  #product-page section .product-list .product-list-wrap .product-box .detail .detail-right .describe-title {
    color: #446D5A;
    font-family: "Noto Sans";
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px; /* 131.579% */
    margin-bottom: 11.5px;
  }
  #product-page section .product-list .product-list-wrap .product-box .detail .detail-right .describe-note {
    color: #282828;
    font-family: "Noto Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 133.333% */
    margin-bottom: 19px;
  }
  #product-page section .product-list .product-list-wrap .product-box .detail .detail-right .name-and-price .name {
    color: #282828;
    font-family: "Noto Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 133.333% */
  }
  #product-page section .product-list .product-list-wrap .product-box .detail .detail-right .name-and-price .name span {
    color: #282828;
    font-family: "Noto Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-left: 10px;
  }
  #product-page section .product-list .product-list-wrap .product-box .detail .detail-right .name-and-price .price {
    color: #282828;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
  }
  #product-page section .product-list .product-list-wrap .product-box .detail .detail-right .name-and-price .price .title-price {
    color: #282828;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
  }
  #product-page section .product-list .product-list-wrap .product-box .detail .detail-right .name-and-price .price .sale-price {
    color: #E62727;
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
  }
  #product-page section .product-list .product-list-wrap .product-box .detail .detail-right .name-and-price .price .real-price {
    font-weight: 500;
    font-size: 14px;
  }
  #product-page section .product-list .product-list-wrap .product-box .detail .detail-right .name-and-price .price-note {
    color: #282828;
    font-family: "Noto Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
  }
  #product-page section .product-list .product-list-wrap .product-box .detail .detail-right .name-and-price .note {
    color: #7C7C7C;
    font-family: "Noto Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
  }
  #product-page section .product-list .product-list-wrap .product-box .detail .detail-right .action-box {
    margin-top: 19px;
    gap: 8px;
    flex-direction: row;
  }
  #product-page section .product-list .product-list-wrap .product-box .detail .detail-right .action-box button {
    width: 168px;
    height: 50px;
  }
  #product-page section .product-list .product-list-wrap .product-box .detail .detail-right .action-box .button-cart {
    color: #FFF;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 21px */
  }
  #product-page section .product-list .product-list-wrap .product-box .detail .detail-right .action-box .button-cart img {
    width: 15px;
    height: 15px;
  }
  #product-page section .product-list .product-list-wrap .product-box .detail .detail-right .action-box .button-search {
    color: #282828;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 21px */
    line-height: 150%; /* 42px */
  }
  #product-page section .product-list .product-list-wrap .product-box .detail .detail-right .action-box .button-search img {
    width: 15px;
    height: 15px;
  }
  #product-page section .product-list .product-list-wrap .product-box .features .feature-wrap {
    margin-top: 39.5px;
  }
  #product-page section .product-list .product-list-wrap .product-box .features .feature-wrap .feature-box-title {
    padding-bottom: 12px;
    width: 100%;
  }
  #product-page section .product-list .product-list-wrap .product-box .features .feature-wrap .feature-box-title .title {
    color: #000;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px; /* 106.25% */
  }
  #product-page section .product-list .product-list-wrap .product-box .features .feature-wrap .feature-box-title .icon img {
    width: 15px;
  }
  #product-page section .product-list .product-list-wrap .product-box .features .feature-wrap .feature-box-wrap {
    flex-direction: column;
    gap: 23px;
    margin-top: 0;
  }
  #product-page section .product-list .product-list-wrap .product-box .features .feature-wrap .feature-box-wrap .feature-box {
    width: 100%;
    height: unset;
    display: flex;
    gap: 13px;
    padding: 18px 12.5px 18px 16px;
  }
  #product-page section .product-list .product-list-wrap .product-box .features .feature-wrap .feature-box-wrap .feature-box h2 {
    color: #282828;
    height: -moz-fit-content;
    height: fit-content;
    text-align: center;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.2px;
  }
  #product-page section .product-list .product-list-wrap .product-box .features .feature-wrap .feature-box-wrap .feature-box h2::before {
    width: 13.5px;
    height: 1.5px;
  }
  #product-page section .product-list .product-list-wrap .product-box .features .feature-wrap .feature-box-wrap .feature-box .title {
    color: #446D5A;
    text-align: start;
    font-family: "Noto Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 133.333% */
    margin-bottom: 7px;
  }
  #product-page section .product-list .product-list-wrap .product-box .features .feature-wrap .feature-box-wrap .feature-box .content {
    color: #282828;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
  }
  #product-page section .product-list .product-list-wrap .product-box .features .feature-wrap .feature-box-wrap .feature-box .content .content-note {
    color: #282828;
    font-family: "Noto Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  #product-page section .product-list .product-list-wrap .product-box .features .feature-wrap .feature-box-wrap .feature-box-custom {
    flex-direction: column;
    gap: 8px;
  }
  #product-page section .product-list .product-list-wrap .product-box .features .feature-wrap .feature-box-wrap .feature-box-custom .feature-box-custom-wrap {
    display: flex;
    gap: 13px;
  }
  #product-page section .product-list .product-list-wrap .product-box .features .feature-wrap .feature-box-wrap .feature-box-custom .feature-img img {
    width: 100%;
  }
  #product-page section .product-list .product-list-wrap .product-box .appropriate .appropriate-wrap .appropriate-box-title {
    padding-bottom: 12px;
    width: 100%;
    align-items: center;
  }
  #product-page section .product-list .product-list-wrap .product-box .appropriate .appropriate-wrap .appropriate-box-title .title {
    color: #000;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px; /* 106.25% */
  }
  #product-page section .product-list .product-list-wrap .product-box .appropriate .appropriate-wrap .appropriate-box-title .icon img {
    width: 15px;
  }
  #product-page section .product-list .product-list-wrap .product-box .appropriate .appropriate-wrap .appropriate-box-wrap {
    margin-top: 16.5px;
  }
  #product-page section .product-list .product-list-wrap .product-box .appropriate .appropriate-wrap .appropriate-box-wrap ul li {
    color: #282828;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
  }
  #product-page section .approach {
    margin-top: 31.5px;
  }
  #product-page section .approach .approach-wrap-bgr {
    background-image: url("../img/sp-approach.png");
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    top: -32px;
    background-position-y: 90px;
  }
  #product-page section .approach .approach-wrap-bgr .approach-wrap {
    max-width: 750px;
    padding: 0 16px;
    margin: 0 auto;
  }
  #product-page section .approach .approach-wrap-bgr .approach-wrap h2 {
    padding-top: 31.5px;
    margin-bottom: 22px;
    color: #282828;
    padding-bottom: 8.5px;
    font-family: Montserrat;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.1px;
  }
  #product-page section .approach .approach-wrap-bgr .approach-wrap h2::before {
    bottom: -1px;
  }
  #product-page section .approach .approach-wrap-bgr .approach-wrap .care-box {
    margin-top: 28px;
    margin-bottom: 24px;
  }
  #product-page section .approach .approach-wrap-bgr .approach-wrap .cuticle .cuticle-wrap {
    padding: 35px 18px 37.5px 15px;
  }
  #product-page section .approach .approach-wrap-bgr .approach-wrap .cuticle .cuticle-wrap .title {
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px; /* 115.385% */
    margin-bottom: 9px;
  }
  #product-page section .approach .approach-wrap-bgr .approach-wrap .cuticle .cuticle-wrap .content {
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 105.263% */
  }
  #product-page section .approach .approach-wrap-bgr .approach-wrap .cuticle .cuticle-wrap .cuticle-box {
    margin-top: 40px;
  }
  #product-page section .approach .approach-wrap-bgr .approach-wrap .cuticle .cuticle-wrap .cuticle-box .cuticle-box-wrap {
    flex-direction: column;
    gap: 16.5px;
  }
  #product-page section .approach .approach-wrap-bgr .approach-wrap .cuticle .cuticle-wrap .cuticle-box .cuticle-box-wrap .box {
    position: relative;
    display: flex;
    align-items: start;
    gap: 8px;
    width: 100%;
  }
  #product-page section .approach .approach-wrap-bgr .approach-wrap .cuticle .cuticle-wrap .cuticle-box .cuticle-box-wrap .box .box-left {
    position: unset;
    width: 83px;
    height: 83px;
    margin-top: unset;
    margin-left: unset;
    position: relative;
    top: 10px;
  }
  #product-page section .approach .approach-wrap-bgr .approach-wrap .cuticle .cuticle-wrap .cuticle-box .cuticle-box-wrap .box .box-left img {
    width: 100%;
    height: 100%;
    -o-object-fit: none;
       object-fit: none;
  }
  #product-page section .approach .approach-wrap-bgr .approach-wrap .cuticle .cuticle-wrap .cuticle-box .cuticle-box-wrap .box .box-right {
    flex: 1;
    margin-top: unset;
    margin-left: unset;
    width: unset;
  }
  #product-page section .approach .approach-wrap-bgr .approach-wrap .cuticle .cuticle-wrap .cuticle-box .cuticle-box-wrap .box .box-right .title {
    color: #FFF;
    margin-bottom: 6.5px;
    padding-bottom: 5px;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  #product-page section .approach .approach-wrap-bgr .approach-wrap .cuticle .cuticle-wrap .cuticle-box .cuticle-box-wrap .box .box-right .content {
    color: #FFF;
    width: 100%;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
  }
  #product-page section .approach .approach-wrap-bgr .approach-wrap .hair-similar {
    margin-top: 44px;
  }
  #product-page section .approach .approach-wrap-bgr .approach-wrap .hair-similar .hair-similar-wrap .hair-similar-box {
    flex-direction: column;
    gap: 13px;
  }
  #product-page section .approach .approach-wrap-bgr .approach-wrap .hair-similar .hair-similar-wrap .hair-similar-box .hair-similar-box-left .box-img img {
    width: 100%;
  }
  #product-page section .approach .approach-wrap-bgr .approach-wrap .hair-similar .hair-similar-wrap .hair-similar-box .hair-similar-box-right {
    gap: 23.5px;
  }
  #product-page section .approach .approach-wrap-bgr .approach-wrap .hair-similar .hair-similar-wrap .hair-similar-box .hair-similar-box-right .hair-similar-box-right-content .title {
    color: #446D5A;
    padding-bottom: 5.5px;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  #product-page section .approach .approach-wrap-bgr .approach-wrap .hair-similar .hair-similar-wrap .hair-similar-box .hair-similar-box-right .hair-similar-box-right-content .content {
    color: #282828;
    margin-top: 6.5px;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
  }
  #product-page section .approach .approach-wrap-bgr .approach-wrap .moisture-supply {
    margin-top: 49px;
  }
  #product-page section .approach .approach-wrap-bgr .approach-wrap .moisture-supply .moisture-supply-wrap .moisture-supply-box {
    flex-direction: column-reverse;
    gap: 25.5px;
    align-items: unset;
  }
  #product-page section .approach .approach-wrap-bgr .approach-wrap .moisture-supply .moisture-supply-wrap .moisture-supply-box .moisture-supply-box-left {
    gap: 25.5px;
  }
  #product-page section .approach .approach-wrap-bgr .approach-wrap .moisture-supply .moisture-supply-wrap .moisture-supply-box .moisture-supply-box-left .moisture-supply-box-left-content .title {
    color: #B1A560;
    padding-bottom: 5.5px;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  #product-page section .approach .approach-wrap-bgr .approach-wrap .moisture-supply .moisture-supply-wrap .moisture-supply-box .moisture-supply-box-left .moisture-supply-box-left-content .content {
    color: #282828;
    margin-top: 6.5px;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
  }
  #product-page section .approach .approach-wrap-bgr .approach-wrap .moisture-supply .moisture-supply-wrap .moisture-supply-box .moisture-supply-box-right {
    display: flex;
    justify-content: center;
  }
  #product-page section .approach .approach-wrap-bgr .approach-wrap .moisture-supply .moisture-supply-wrap .moisture-supply-box .moisture-supply-box-right .box-img img {
    width: 100%;
  }
  #product-page section .fragrance {
    margin-top: 29px;
    margin-bottom: 42.5px;
  }
  #product-page section .fragrance .fragrance-wrap {
    max-width: 750px;
    margin: 0 auto;
    padding: 0 16px;
  }
  #product-page section .fragrance .fragrance-wrap h2 {
    color: #282828;
    padding-bottom: 8.5px;
    font-family: Montserrat;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.1px;
  }
  #product-page section .fragrance .fragrance-wrap h2::before {
    bottom: -1px;
    width: 39.5px;
    height: 1.5px;
  }
  #product-page section .fragrance .fragrance-wrap .fragrance-content-box {
    padding: 0;
    max-width: 767px;
    margin: 25px auto 0 auto;
  }
  #product-page section .fragrance .fragrance-wrap .fragrance-content-box .fruity-musk-scent-box .fragrance-box-wrap,
  #product-page section .fragrance .fragrance-wrap .fragrance-content-box .citrus-spicy-scent-box .fragrance-box-wrap {
    flex-direction: column-reverse;
    margin-top: 67px;
  }
  #product-page section .fragrance .fragrance-wrap .fragrance-content-box .fruity-musk-scent-box .fragrance-box-wrap .fragrance-box-left,
  #product-page section .fragrance .fragrance-wrap .fragrance-content-box .citrus-spicy-scent-box .fragrance-box-wrap .fragrance-box-left {
    margin-top: -80px;
    width: 100%;
  }
  #product-page section .fragrance .fragrance-wrap .fragrance-content-box .fruity-musk-scent-box .fragrance-box-wrap .fragrance-box-left .fragrance-box-left-content,
  #product-page section .fragrance .fragrance-wrap .fragrance-content-box .citrus-spicy-scent-box .fragrance-box-wrap .fragrance-box-left .fragrance-box-left-content {
    margin-bottom: 19.5px;
  }
  #product-page section .fragrance .fragrance-wrap .fragrance-content-box .fruity-musk-scent-box .fragrance-box-wrap .fragrance-box-left .fragrance-box-left-content .title,
  #product-page section .fragrance .fragrance-wrap .fragrance-content-box .citrus-spicy-scent-box .fragrance-box-wrap .fragrance-box-left .fragrance-box-left-content .title {
    color: #446D5A;
    font-family: "Noto Sans";
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 105.263% */
  }
  #product-page section .fragrance .fragrance-wrap .fragrance-content-box .fruity-musk-scent-box .fragrance-box-wrap .fragrance-box-left .fragrance-box-left-content .content,
  #product-page section .fragrance .fragrance-wrap .fragrance-content-box .citrus-spicy-scent-box .fragrance-box-wrap .fragrance-box-left .fragrance-box-left-content .content {
    margin-top: 5px;
    color: #282828;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
  }
  #product-page section .fragrance .fragrance-wrap .fragrance-content-box .fruity-musk-scent-box .fragrance-box-wrap .fragrance-box-left .fragrance-box-product,
  #product-page section .fragrance .fragrance-wrap .fragrance-content-box .citrus-spicy-scent-box .fragrance-box-wrap .fragrance-box-left .fragrance-box-product {
    align-items: center;
    gap: 18px;
  }
  #product-page section .fragrance .fragrance-wrap .fragrance-content-box .fruity-musk-scent-box .fragrance-box-wrap .fragrance-box-left .fragrance-box-product .fragrance-box-product-img,
  #product-page section .fragrance .fragrance-wrap .fragrance-content-box .citrus-spicy-scent-box .fragrance-box-wrap .fragrance-box-left .fragrance-box-product .fragrance-box-product-img {
    border-right: 1px solid #D9D9D9;
  }
  #product-page section .fragrance .fragrance-wrap .fragrance-content-box .fruity-musk-scent-box .fragrance-box-wrap .fragrance-box-left .fragrance-box-product .fragrance-box-product-img:nth-child(3), #product-page section .fragrance .fragrance-wrap .fragrance-content-box .fruity-musk-scent-box .fragrance-box-wrap .fragrance-box-left .fragrance-box-product .fragrance-box-product-img:nth-child(6),
  #product-page section .fragrance .fragrance-wrap .fragrance-content-box .citrus-spicy-scent-box .fragrance-box-wrap .fragrance-box-left .fragrance-box-product .fragrance-box-product-img:nth-child(3),
  #product-page section .fragrance .fragrance-wrap .fragrance-content-box .citrus-spicy-scent-box .fragrance-box-wrap .fragrance-box-left .fragrance-box-product .fragrance-box-product-img:nth-child(6) {
    border-right: unset;
  }
  #product-page section .fragrance .fragrance-wrap .fragrance-content-box .fruity-musk-scent-box .fragrance-box-wrap .fragrance-box-right,
  #product-page section .fragrance .fragrance-wrap .fragrance-content-box .citrus-spicy-scent-box .fragrance-box-wrap .fragrance-box-right {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  #product-page section .fragrance .fragrance-wrap .fragrance-content-box .fruity-musk-scent-box .fragrance-box-wrap .fragrance-box-right .fragrance-box-right-img,
  #product-page section .fragrance .fragrance-wrap .fragrance-content-box .citrus-spicy-scent-box .fragrance-box-wrap .fragrance-box-right .fragrance-box-right-img {
    margin-left: 0;
  }
  #product-page section .fragrance .fragrance-wrap .fragrance-content-box .fruity-musk-scent-box .fragrance-box-wrap {
    padding-bottom: 45.5px;
    margin-top: 25px;
  }
  #product-page section .fragrance .fragrance-wrap .fragrance-content-box .citrus-spicy-scent-box .fragrance-box-wrap {
    margin-top: -25px;
  }
}
@media (min-width: 1080px) and (max-width: 1461px) {
  #product-page section .product-list .product-list-wrap .product-box {
    padding: 86px 32px 67px 32px;
  }
  #product-page section .product-list .product-list-wrap .product-box .detail {
    gap: 55px;
  }
  #product-page section .product-list .product-list-wrap .product-box .detail .detail-left .detail-carousel .carousel-wrap .prev {
    left: -12px;
  }
  #product-page section .product-list .product-list-wrap .product-box .detail .detail-left .detail-carousel .carousel-wrap .next {
    right: -12px;
  }
  #product-page section .product-list .product-list-wrap .product-box .detail .detail-left .detail-carousel .carousel-wrap .img-brg {
    right: -54px;
  }
  #product-page section .product-list .product-list-wrap .product-box .detail .detail-right .action-box button {
    width: 190px;
  }
  #product-page section .product-list .product-list-wrap .product-box .features .feature-wrap .feature-box-wrap .feature-box {
    padding: 16px 20px 33px 20px;
  }
  #product-page section .product-list .product-list-wrap .product-box .features .feature-wrap .feature-box-wrap .feature-box .content {
    font-size: 15px;
  }
  #product-page section .product-list .product-list-wrap .product-box .features .feature-wrap .feature-box-wrap .feature-box .content .content-note {
    font-size: 13px;
  }
  #product-page section .product-list .product-list-wrap .product-box .appropriate .appropriate-wrap .appropriate-box-wrap ul li {
    font-size: 15px;
  }
  #product-page section .approach .approach-wrap-bgr .approach-wrap {
    padding: 0 32px;
  }
  #product-page section .approach .approach-wrap-bgr .approach-wrap .care-box img {
    width: 100%;
  }
  #product-page section .approach .approach-wrap-bgr .approach-wrap .cuticle .cuticle-wrap .cuticle-box .cuticle-box-wrap {
    -moz-column-gap: 34px;
         column-gap: 34px;
    row-gap: 14px;
  }
  #product-page section .approach .approach-wrap-bgr .approach-wrap .cuticle .cuticle-wrap .cuticle-box .cuticle-box-wrap .box .box-left {
    width: 260px;
    height: 230px;
  }
  #product-page section .approach .approach-wrap-bgr .approach-wrap .cuticle .cuticle-wrap .cuticle-box .cuticle-box-wrap .box .box-left img {
    width: 90%;
  }
  #product-page section .fragrance .fragrance-wrap {
    padding: 0 32px;
  }
  #product-page section .fragrance .fragrance-wrap .fragrance-content-box .fruity-musk-scent-box .fragrance-box-wrap .fragrance-box-right .fragrance-box-right-img img,
  #product-page section .fragrance .fragrance-wrap .fragrance-content-box .citrus-spicy-scent-box .fragrance-box-wrap .fragrance-box-right .fragrance-box-right-img img {
    width: 100%;
  }
}
#product-page header .menu .menu-wrap {
  position: relative;
  top: -63px;
}

header {
  background-image: url("../img/pc-header-bgr.png");
  height: 50vw;
  background-size: 100%;
  background-repeat: no-repeat;
}
header .menu .menu-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 19px 16px 18.1px 36px;
  width: calc(100vw - 20px);
  z-index: 99;
  top: 0;
}
header .menu .menu-wrap .menu-wrap-box {
  display: flex;
  align-items: center;
  gap: 31px;
}
header .menu .menu-wrap .menu-wrap-box ul {
  display: flex;
  align-items: center;
  gap: 31px;
}
header .menu .menu-wrap .menu-wrap-box ul li {
  list-style: none;
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
}
header .menu .dropdown-menu {
  position: fixed;
  transform: translateY(-300%);
  opacity: 0;
  transition: transform 1s ease-in-out;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  background: #c0d7c8;
  width: 100%;
  height: 100vh;
  padding-top: 127px;
}
header .menu .dropdown-menu .dropdown-menu-wrap {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
header .menu .dropdown-menu .dropdown-menu-wrap .button-box {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 18px;
  margin-bottom: 60px;
}
header .menu .dropdown-menu .dropdown-menu-wrap .button-box button {
  display: flex;
  gap: 8px;
  align-items: center;
}
header .menu .dropdown-menu .dropdown-menu-wrap .menu-box ul {
  display: flex;
  align-items: center;
  gap: 41px;
  border-bottom: 1px solid #a1bca8;
  padding-right: 99px;
  padding-bottom: 18px;
}
header .menu .dropdown-menu .dropdown-menu-wrap .menu-box ul li {
  list-style: none;
  color: #282828;
  font-family: Montserrat;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 100px; /* 192.308% */
  letter-spacing: 5.2px;
}
header .menu .dropdown-menu .dropdown-menu-wrap .menu-product-list-box .title {
  color: #282828;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 100px; /* 357.143% */
  letter-spacing: 2.8px;
}
header .menu .dropdown-menu .dropdown-menu-wrap .menu-product-list-box .product-box-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border-bottom: 1px solid #a1bca8;
  padding-bottom: 29px;
}
header .menu .dropdown-menu .dropdown-menu-wrap .menu-product-list-box .product-box-wrap .product-box {
  align-items: center;
  padding: 13px 12px 13px 11px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: end;
}
header .menu .dropdown-menu .dropdown-menu-wrap .menu-product-list-box .product-box-wrap .product-box .product-img {
  margin-bottom: 9px;
  display: flex;
  align-items: center;
  height: 100%;
}
header .menu .dropdown-menu .dropdown-menu-wrap .menu-product-list-box .product-box-wrap .product-box h3 {
  color: #282828;
  margin-bottom: 4px;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.9px;
}
header .menu .dropdown-menu .dropdown-menu-wrap .menu-product-list-box .product-box-wrap .product-box h4 {
  color: #282828;
  margin-bottom: 4px;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 250% */
}
header .menu .dropdown-menu .dropdown-menu-wrap .menu-product-list-box .product-box-wrap .product-box .product-button {
  color: #fff;
  width: 152px;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 21px */
  border: 1px solid #446d5a;
  background: #446d5a;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 3.5px 16px;
  margin-bottom: 9px;
}
header .menu .dropdown-menu .dropdown-menu-wrap .menu-product-list-box .product-box-wrap .product-box .cart-button {
  color: #282828;
  width: 152px;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 21px */
  border: 1px solid #282828;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 3.5px 16px;
}
header .menu .dropdown-menu .dropdown-menu-wrap .menu-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 29px;
  align-items: center;
}
header .menu .dropdown-menu .dropdown-menu-wrap .menu-footer .title-link {
  color: #282828;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
header .menu .dropdown-menu .dropdown-menu-wrap .menu-footer .social {
  display: flex;
  gap: 26px;
}
header .menu .dropdown-menu.open {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  overflow: auto;
}
header .menu #close-menu {
  position: absolute;
  right: 43px;
  top: 30px;
}
header .menu #close-menu img {
  width: 28.698px;
  height: 28.414px;
}

#product-page header {
  background: #c0d7c8;
  position: relative;
  height: 472px;
}
#product-page header h2 {
  position: relative;
  max-width: 1116px;
  margin: 0 auto;
  text-align: start;
  top: 195px;
}
#product-page header h2::before {
  margin: unset;
}

@media (max-width: 1079px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #product-page header .menu .menu-wrap {
    position: relative;
    top: -39px;
  }
  #product-page header {
    background: #c0d7c8;
    position: relative;
    height: 220px;
  }
  #product-page header h2 {
    max-width: 348px;
    margin: unset;
    left: 27px;
    top: 116.5px;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3.2px;
    margin-bottom: unset;
  }
  #product-page header h2::before {
    margin: unset;
    bottom: -9px;
    width: 39.5px;
    height: 1.5px;
  }
  header {
    background-image: url("../img/sp-header-bgr.png");
    height: 160vw;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  header .menu .menu-wrap {
    padding: 15px 16px;
    width: calc(100vw - 2px);
  }
  header .menu .menu-wrap .menu-wrap-box {
    display: flex;
    align-items: center;
    gap: 31px;
  }
  header .menu .menu-wrap .menu-wrap-box ul {
    display: flex;
    align-items: center;
    gap: 31px;
  }
  header .menu .menu-wrap .menu-wrap-box ul li {
    list-style: none;
  }
  header .menu .dropdown-menu {
    padding: 60px 0 16px 0;
  }
  header .menu .dropdown-menu .dropdown-menu-wrap {
    margin: 0 auto;
    max-width: 767px;
    display: block;
  }
  header .menu .dropdown-menu .dropdown-menu-wrap .button-box {
    flex-direction: column;
    gap: 18px;
    margin-bottom: 25px;
    padding: 0 16px;
  }
  header .menu .dropdown-menu .dropdown-menu-wrap .button-box button {
    gap: 8px;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    height: 50px;
    line-height: 150%; /* 21px */
    width: 100%;
  }
  header .menu .dropdown-menu .dropdown-menu-wrap .button-box button img {
    width: 19px;
    height: 19px;
  }
  header .menu .dropdown-menu .dropdown-menu-wrap .menu-box ul {
    padding-bottom: 26px;
    flex-direction: column;
    gap: 0;
    align-items: start;
    padding-right: 16px;
    padding-left: 16px;
  }
  header .menu .dropdown-menu .dropdown-menu-wrap .menu-box ul li {
    color: #282828;
    font-family: Montserrat;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px; /* 192.308% */
    letter-spacing: 2.6px;
  }
  header .menu .dropdown-menu .dropdown-menu-wrap .menu-product-list-box {
    padding: 0 16px;
  }
  header .menu .dropdown-menu .dropdown-menu-wrap .menu-product-list-box .title {
    color: #282828;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px; /* 250% */
    letter-spacing: 2px;
    margin-top: 16px;
  }
  header .menu .dropdown-menu .dropdown-menu-wrap .menu-product-list-box .product-box-wrap {
    display: flex;
    flex-direction: column;
    gap: 7.5px;
    padding-bottom: 37.5px;
  }
  header .menu .dropdown-menu .dropdown-menu-wrap .menu-product-list-box .product-box-wrap .product-box {
    padding: 16px 12px 14px 12px;
    flex-direction: row;
    align-items: start;
    width: 100%;
  }
  header .menu .dropdown-menu .dropdown-menu-wrap .menu-product-list-box .product-box-wrap .product-box .product-img {
    margin-bottom: 9px;
    display: flex;
    align-items: center;
    height: 100%;
    width: 61px;
    justify-content: center;
  }
  header .menu .dropdown-menu .dropdown-menu-wrap .menu-product-list-box .product-box-wrap .product-box .title-product-wrap {
    width: 100%;
  }
  header .menu .dropdown-menu .dropdown-menu-wrap .menu-product-list-box .product-box-wrap .product-box .title-product {
    display: flex;
    flex-direction: column;
    align-items: start;
    flex: 1;
    margin-bottom: 9.5px;
  }
  header .menu .dropdown-menu .dropdown-menu-wrap .menu-product-list-box .product-box-wrap .product-box h3 {
    color: #282828;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    margin-bottom: 2.5px;
  }
  header .menu .dropdown-menu .dropdown-menu-wrap .menu-product-list-box .product-box-wrap .product-box h4 {
    color: #282828;
    font-family: "Noto Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px; /* 125% */
  }
  header .menu .dropdown-menu .dropdown-menu-wrap .menu-product-list-box .product-box-wrap .product-box .button-box-wrap {
    display: flex;
    gap: 9px;
  }
  header .menu .dropdown-menu .dropdown-menu-wrap .menu-product-list-box .product-box-wrap .product-box .product-button {
    width: 126.5px;
    height: 43px;
    color: #fff;
    font-family: "Noto Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 18px */
  }
  header .menu .dropdown-menu .dropdown-menu-wrap .menu-product-list-box .product-box-wrap .product-box .cart-button {
    width: 126.5px;
    height: 43px;
    color: #282828;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 18px */
    gap: 4px;
  }
  header .menu .dropdown-menu .dropdown-menu-wrap .menu-product-list-box .product-box-wrap .product-box .cart-button img {
    width: 13px;
    height: 13px;
  }
  header .menu .dropdown-menu .dropdown-menu-wrap .menu-product-list-box .product-box-wrap .product-box button {
    display: flex;
    height: 52px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
  }
  header .menu .dropdown-menu .dropdown-menu-wrap .menu-footer {
    margin-top: 22.5px;
    flex-direction: column-reverse;
    gap: 17.5px;
    padding: 0 16px;
  }
  header .menu .dropdown-menu .dropdown-menu-wrap .menu-footer .title-link {
    color: #282828;
    font-family: "Noto Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    -webkit-text-decoration-skip: ink;
            text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }
  header .menu .dropdown-menu .dropdown-menu-wrap .menu-footer .social {
    display: flex;
    gap: 22.5px;
  }
  header .menu .dropdown-menu .dropdown-menu-wrap .menu-footer .social img {
    width: 33.5px;
    height: 33.5px;
  }
  header .menu .dropdown-menu.open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  header .menu #close-menu {
    position: absolute;
    right: 18.5px;
    top: 19.5px;
  }
  header .menu #close-menu img {
    width: 14.3px;
    height: 14.3px;
  }
}
@media (min-width: 1080px) and (max-width: 1461px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  #product-page header .menu .menu-wrap {
    position: relative;
    top: -49px;
  }
  header {
    background-image: url("../img/pc-header-bgr.png");
    height: 50vw;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  header .menu .menu-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 19px 16px 18.1px 36px;
    width: calc(100vw - 17px);
    z-index: 99;
  }
  header .menu .menu-wrap .menu-wrap-box {
    display: flex;
    align-items: center;
    gap: 31px;
  }
  header .menu .menu-wrap .menu-wrap-box ul {
    display: flex;
    align-items: center;
    gap: 31px;
  }
  header .menu .menu-wrap .menu-wrap-box ul li {
    list-style: none;
  }
  header .menu .dropdown-menu {
    position: fixed;
    transform: translateY(-300%);
    opacity: 0;
    transition: transform 1s ease-in-out;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    background: #c0d7c8;
    width: 100%;
    height: 100vh;
    padding: 90px 32px 90px 32px;
  }
  header .menu .dropdown-menu .dropdown-menu-wrap {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  header .menu .dropdown-menu .dropdown-menu-wrap .button-box {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 18px;
    margin-bottom: 40px;
  }
  header .menu .dropdown-menu .dropdown-menu-wrap .button-box button {
    display: flex;
    gap: 8px;
    align-items: center;
  }
  header .menu .dropdown-menu .dropdown-menu-wrap .menu-box ul {
    display: flex;
    align-items: center;
    gap: 41px;
    border-bottom: 1px solid #a1bca8;
    padding-right: 99px;
    padding-bottom: 0;
  }
  header .menu .dropdown-menu .dropdown-menu-wrap .menu-box ul li {
    list-style: none;
    color: #282828;
    font-family: Montserrat;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 85px; /* 192.308% */
    letter-spacing: 5.2px;
  }
  header .menu .dropdown-menu .dropdown-menu-wrap .menu-product-list-box .title {
    color: #282828;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 100px; /* 357.143% */
    letter-spacing: 2.8px;
  }
  header .menu .dropdown-menu .dropdown-menu-wrap .menu-product-list-box .product-box-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    border-bottom: 1px solid #a1bca8;
    padding-bottom: 29px;
  }
  header .menu .dropdown-menu .dropdown-menu-wrap .menu-product-list-box .product-box-wrap .product-box {
    align-items: center;
    padding: 13px 12px 18px 11px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
  header .menu .dropdown-menu .dropdown-menu-wrap .menu-product-list-box .product-box-wrap .product-box .product-img {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    height: 100%;
  }
  header .menu .dropdown-menu .dropdown-menu-wrap .menu-product-list-box .product-box-wrap .product-box h3 {
    color: #282828;
    margin-bottom: 4px;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.9px;
  }
  header .menu .dropdown-menu .dropdown-menu-wrap .menu-product-list-box .product-box-wrap .product-box h4 {
    color: #282828;
    margin-bottom: 4px;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 250% */
  }
  header .menu .dropdown-menu .dropdown-menu-wrap .menu-product-list-box .product-box-wrap .product-box .product-button {
    color: #fff;
    width: 130px;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 21px */
    border: 1px solid #446d5a;
    background: #446d5a;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: center;
    gap: 4px;
    padding: 10px 16px;
    margin-bottom: 9px;
    align-items: center;
  }
  header .menu .dropdown-menu .dropdown-menu-wrap .menu-product-list-box .product-box-wrap .product-box .cart-button {
    color: #282828;
    width: 130px;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 21px */
    border: 1px solid #282828;
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: center;
    gap: 4px;
    padding: 10px 16px;
    align-items: center;
  }
  header .menu .dropdown-menu .dropdown-menu-wrap .menu-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 29px;
    align-items: center;
  }
  header .menu .dropdown-menu .dropdown-menu-wrap .menu-footer .title-link {
    color: #282828;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    -webkit-text-decoration-skip: ink;
            text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }
  header .menu .dropdown-menu .dropdown-menu-wrap .menu-footer .social {
    display: flex;
    gap: 26px;
  }
  header .menu .dropdown-menu.open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    overflow: auto;
  }
  header .menu #close-menu {
    position: absolute;
    right: 43px;
    top: 30px;
  }
  #product-page header {
    height: 350px;
  }
  #product-page header h2 {
    left: 32px;
  }
}
footer .footer-wrap .footer-top-box {
  background-image: url("../img/pc-footer-bgr.png");
  background-size: cover;
  min-height: 572px;
  background-repeat: no-repeat;
  background-position: center center;
}
footer .footer-wrap .footer-top-box .footer-top-box-wrap {
  max-width: 1280px;
  margin: 0 auto 0 auto;
  padding: 117px 32px 128px 32px;
}
footer .footer-wrap .footer-top-box .footer-top-box-wrap .title {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 5.2px;
  position: relative;
  margin-bottom: 74px;
}
footer .footer-wrap .footer-top-box .footer-top-box-wrap .title::before {
  position: absolute;
  background-color: #fff;
  content: "";
  width: 79px;
  height: 3px;
  bottom: -19px;
  margin: auto;
  left: 0;
  right: 0;
}
footer .footer-wrap .footer-top-box .footer-top-box-wrap .content {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 150% */
  margin-bottom: 46px;
}
footer .footer-wrap .footer-top-box .footer-top-box-wrap .button-box {
  display: flex;
  justify-content: center;
  gap: 61px;
}
footer .footer-wrap .footer-bottom-box {
  background: #c0d7c8;
  padding: 0 32px;
}
footer .footer-wrap .footer-bottom-box .footer-bottom-box-wrap {
  max-width: 1280px;
  margin: 0 auto 0 auto;
  padding: 63px 0 73px 0;
}
footer .footer-wrap .footer-bottom-box .footer-bottom-box-wrap .footer-bottom-box-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-wrap .footer-bottom-box .footer-bottom-box-wrap .footer-bottom-box-top .social-box {
  display: flex;
  gap: 27px;
}
footer .footer-wrap .footer-bottom-box .footer-bottom-box-wrap .footer-bottom-box-mid {
  display: flex;
  justify-content: start;
  margin: 44px 0 53px 0;
}
footer .footer-wrap .footer-bottom-box .footer-bottom-box-wrap .footer-bottom-box-mid ul {
  display: flex;
}
footer .footer-wrap .footer-bottom-box .footer-bottom-box-wrap .footer-bottom-box-mid ul li {
  list-style: none;
  color: #282828;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 32px */
  position: relative;
  display: flex;
  align-items: center;
}
footer .footer-wrap .footer-bottom-box .footer-bottom-box-wrap .footer-bottom-box-mid ul li .line {
  display: block;
  width: 1px;
  height: 20px;
  background-color: black;
  margin: 0 17px;
}
footer .footer-wrap .footer-bottom-box .footer-bottom-box-wrap .footer-bottom-box-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-wrap .footer-bottom-box .footer-bottom-box-wrap .footer-bottom-box-bottom .link {
  color: #282828;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
footer .footer-wrap .footer-bottom-box .footer-bottom-box-wrap .footer-bottom-box-bottom .right {
  color: #282828;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}

@media (max-width: 1079px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .container footer .footer-wrap .footer-top-box {
    background-image: url("../img/sp-footer-bgr.png");
    min-height: 350px;
  }
  .container footer .footer-wrap .footer-top-box .footer-top-box-wrap {
    padding: 43px 16px 54px 16px;
    max-width: 767px;
  }
  .container footer .footer-wrap .footer-top-box .footer-top-box-wrap .title {
    color: #fff;
    margin-bottom: 38px;
    text-align: center;
    font-family: Montserrat;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.6px;
  }
  .container footer .footer-wrap .footer-top-box .footer-top-box-wrap .title::before {
    bottom: -9px;
    width: 39.5px;
    height: 1.5px;
  }
  .container footer .footer-wrap .footer-top-box .footer-top-box-wrap .content {
    color: #fff;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px; /* 138.889% */
    margin-bottom: 25.5px;
    width: calc(100% + 32px);
    position: relative;
    left: -16px;
  }
  .container footer .footer-wrap .footer-top-box .footer-top-box-wrap .button-box {
    flex-direction: column;
    justify-content: unset;
    align-items: center;
    gap: 9px;
    width: 100%;
  }
  .container footer .footer-wrap .footer-top-box .footer-top-box-wrap .button-box button {
    width: 100%;
    height: 50px;
    color: #282828;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 21px */
  }
  .container footer .footer-wrap .footer-top-box .footer-top-box-wrap .button-box button img {
    width: 19px;
    height: 19px;
  }
  .container footer .footer-wrap .footer-bottom-box {
    padding: 30px 16px 36px 16px;
  }
  .container footer .footer-wrap .footer-bottom-box .footer-bottom-box-wrap {
    max-width: 767px;
    padding: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .container footer .footer-wrap .footer-bottom-box .footer-bottom-box-wrap .footer-bottom-box-top {
    flex-direction: column;
    gap: 19px;
    align-items: start;
  }
  .container footer .footer-wrap .footer-bottom-box .footer-bottom-box-wrap .footer-bottom-box-mid {
    justify-content: start;
    margin: 19.4px 0 18px 0;
  }
  .container footer .footer-wrap .footer-bottom-box .footer-bottom-box-wrap .footer-bottom-box-mid ul {
    flex-wrap: wrap;
    justify-content: center;
    width: unset;
  }
  .container footer .footer-wrap .footer-bottom-box .footer-bottom-box-wrap .footer-bottom-box-mid ul li {
    color: #282828;
    width: 50%;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%; /* 28px */
  }
  .container footer .footer-wrap .footer-bottom-box .footer-bottom-box-wrap .footer-bottom-box-mid ul li:nth-child(1) {
    width: 44%;
    display: flex;
    justify-content: end;
  }
  .container footer .footer-wrap .footer-bottom-box .footer-bottom-box-wrap .footer-bottom-box-mid ul li:nth-child(1) {
    width: 44%;
    display: flex;
    justify-content: end;
  }
  .container footer .footer-wrap .footer-bottom-box .footer-bottom-box-wrap .footer-bottom-box-mid ul li:nth-child(2) {
    width: 44%;
  }
  .container footer .footer-wrap .footer-bottom-box .footer-bottom-box-wrap .footer-bottom-box-mid ul li:nth-child(3), .container footer .footer-wrap .footer-bottom-box .footer-bottom-box-wrap .footer-bottom-box-mid ul li:nth-child(4) {
    width: 35%;
  }
  .container footer .footer-wrap .footer-bottom-box .footer-bottom-box-wrap .footer-bottom-box-mid ul li .sp-none {
    display: none;
  }
  .container footer .footer-wrap .footer-bottom-box .footer-bottom-box-wrap .social-box {
    gap: 22.5px;
    display: flex;
    margin-bottom: 17.5px;
  }
  .container footer .footer-wrap .footer-bottom-box .footer-bottom-box-wrap .social-box img {
    width: 33.5px;
    height: 33.5px;
  }
  .container footer .footer-wrap .footer-bottom-box .footer-bottom-box-wrap .footer-bottom-box-bottom {
    flex-direction: column;
    gap: 20px;
    justify-content: start;
    align-items: center;
  }
  .container footer .footer-wrap .footer-bottom-box .footer-bottom-box-wrap .footer-bottom-box-bottom .link {
    color: #282828;
    font-family: "Noto Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    -webkit-text-decoration-skip: ink;
            text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }
  .container footer .footer-wrap .footer-bottom-box .footer-bottom-box-wrap .footer-bottom-box-bottom .right {
    color: #282828;
    font-family: "Noto Sans";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 15px */
  }
}
@media (min-width: 1080px) and (max-width: 1461px) {
  .container footer .footer-wrap .footer-top-box {
    background-image: url("../img/pc-footer-bgr.png");
    background-size: cover;
    min-height: 465px;
  }
  .container footer .footer-wrap .footer-top-box .footer-top-box-wrap {
    max-width: 1280px;
    margin: 0 auto 0 auto;
    padding: 56px 0 48px 0;
  }
  .container footer .footer-wrap .footer-top-box .footer-top-box-wrap .title {
    color: #fff;
    text-align: center;
    font-family: Montserrat;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 5.2px;
    position: relative;
    margin-bottom: 74px;
  }
  .container footer .footer-wrap .footer-top-box .footer-top-box-wrap .title::before {
    position: absolute;
    background-color: #fff;
    content: "";
    width: 79px;
    height: 3px;
    bottom: -19px;
    margin: auto;
    left: 0;
    right: 0;
  }
  .container footer .footer-wrap .footer-top-box .footer-top-box-wrap .content {
    color: #fff;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px; /* 150% */
    margin-bottom: 46px;
  }
  .container footer .footer-wrap .footer-top-box .footer-top-box-wrap .button-box {
    display: flex;
    justify-content: center;
    gap: 61px;
  }
  .container footer .footer-wrap .footer-bottom-box {
    background: #c0d7c8;
    padding: 0 32px;
  }
  .container footer .footer-wrap .footer-bottom-box .footer-bottom-box-wrap {
    max-width: 1280px;
    margin: 0 auto 0 auto;
    padding: 56px 0 48px 0;
  }
  .container footer .footer-wrap .footer-bottom-box .footer-bottom-box-wrap .footer-bottom-box-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .container footer .footer-wrap .footer-bottom-box .footer-bottom-box-wrap .footer-bottom-box-top .social-box {
    display: flex;
    gap: 27px;
  }
  .container footer .footer-wrap .footer-bottom-box .footer-bottom-box-wrap .footer-bottom-box-mid {
    display: flex;
    justify-content: start;
    margin: 30px 0 30px 0;
  }
  .container footer .footer-wrap .footer-bottom-box .footer-bottom-box-wrap .footer-bottom-box-mid ul {
    display: flex;
  }
  .container footer .footer-wrap .footer-bottom-box .footer-bottom-box-wrap .footer-bottom-box-mid ul li {
    list-style: none;
    color: #282828;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%; /* 32px */
    position: relative;
    display: flex;
    align-items: center;
  }
  .container footer .footer-wrap .footer-bottom-box .footer-bottom-box-wrap .footer-bottom-box-mid ul li .line {
    display: block;
    width: 1px;
    height: 20px;
    background-color: black;
    margin: 0 17px;
  }
  .container footer .footer-wrap .footer-bottom-box .footer-bottom-box-wrap .footer-bottom-box-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .container footer .footer-wrap .footer-bottom-box .footer-bottom-box-wrap .footer-bottom-box-bottom .link {
    color: #282828;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    -webkit-text-decoration-skip: ink;
            text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }
  .container footer .footer-wrap .footer-bottom-box .footer-bottom-box-wrap .footer-bottom-box-bottom .right {
    color: #282828;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
  }
}/*# sourceMappingURL=style.css.map */