@charset "UTF-8";
@font-face {
  font-family: Tsukushi;
  src: url('../font/Tsukushi A Round Gothic Regular.ttf');
}
@keyframes slideIn {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes slideDown {
  0% {
    max-height: 0;
    opacity: 0;
  }
  100% {
    max-height: 1000px;
    opacity: 1;
  }
}
.ryo-gothic-font {
  font-family: ryo-gothic-plusn, sans-serif;
}

.t-12 {
  font-size: 12px;
}

.t-10 {
  font-size: 10px;
}
.p-5 {
  position: relative;
  top: -5px;
}

.w-full {
  width: 100%;
}

.small-text {
  font-size: 0.7em !important;
  vertical-align: super;
}
.rl-35 {
  position: relative;
  left: -40px;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
* button {
  border: none;
  background: unset;
  padding: 5px 0;
  cursor: pointer;
}
* label {
  border: none;
  background: unset;
  padding: 5px 0;
}
* .cursor-pointer {
  cursor: pointer;
}

.noned {
  display: none;
}

button,
a {
  font-family: 'Noto Sans JP';
}

body {
  overflow-x: hidden;
  color: #000;
  background: #f5f1e6;
  font-family: 'Noto Sans JP';
}
body .sp {
  display: none;
}
body .pc {
  display: block;
}
body img {
  max-width: 100%;
  max-height: 100%;
}

.scaleX-1 {
  transform: scaleX(-1);
}

.container {
  max-width: 1300px;
  margin: auto;
}
.container header .pc-header {
  position: fixed;
  left: 50%;
  top: 0;
  width: 100%;
  max-width: 1300px;
  z-index: 999;
  transform: translateX(-50%);
}
.container header .header-wrap {
  padding: 0 39px;
  background: linear-gradient(
    90deg,
    rgb(231, 222, 204),
    rgba(231, 222, 204, 0.31),
    rgba(231, 222, 204, 0.3),
    rgb(231, 222, 204)
  );
  background-color: #ffffff;
}
.container header .header-wrap .login {
  display: flex;
  align-items: center;
  justify-content: end;
  padding-top: 19.5px;
  margin-bottom: 34.5px;
}
.container header .header-wrap .login .box-login {
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  text-decoration: none;
}
.container header .header-wrap .login .box-login:hover {
  border-bottom: 1px solid #9f7f53;
}
.container header .header-wrap .login label {
  padding-right: 10px;
  color: #9f7f53;
  font-size: 12px;
  font-weight: 700;
  position: relative;
  letter-spacing: 1.2px;
}
.container header .header-wrap nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 111px;
}
.container header .header-wrap nav .logo-box {
  position: relative;
}
.container header .header-wrap nav .logo-box img {
  position: relative;
  z-index: 11;
}
.container header .header-wrap nav .logo-box::before {
  content: url('../img/ellipse3.svg');
  position: absolute;
  z-index: -1;
  top: -50px;
  right: 50%;
  transform: translateX(50%);
  z-index: 10;
}
.container header .header-wrap nav .hovered:hover {
  background-color: white;
  transition: background-color 0s;
}
.container header .header-wrap nav .hovered:not(:hover) {
  transition: background-color 0.3s;
}
.container header .header-wrap nav a {
  font-size: 14px;
  font-weight: 500;
  border-left: 2px solid #ccbb9f;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: inherit;
  text-decoration: none;
  padding: 5px 0;
}
.container header .header-wrap nav a:not(:nth-child(3)) {
  height: 31px;
}
.container header .header-wrap nav a:nth-child(3) {
  border-left: unset;
  background: transparent;
}
.container header .header-wrap nav a:nth-child(4) {
  border-left: unset;
}
.container header .header-wrap nav a:last-child {
  border-right: 2px solid #ccbb9f;
}
.container header .header-wrap nav .active {
  background: #ffffff;
}
.container header .line {
  height: 16px;
  z-index: 11;
  position: relative;
  background: #ccbb9f;
}
.container section {
  position: relative;
  z-index: 10;
  margin-top: 131px;
}
.container section .section-wrap1 {
  background-image: url('../img/pc-section1.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  background-color: #ffffff;
  background-position-y: 16px;
}
.container section .section-wrap1 .sp .banner1 {
  display: none;
}
.container section .section-wrap1 .banner1 {
  display: flex;
  justify-content: start;
  padding: 60% 0 0 120px;
}
.container section .section-wrap1 .banner1 img {
  max-height: 421px;
}
.container section .section-wrap1 .banner2 {
  padding: 179px 0 188px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* margin-top: 4%; */
}
.container section .section-wrap1 .banner2 .banner2-title {
  margin-bottom: 60px;
  width: 100%;
  text-align: center;
}
.container section .section-wrap1 .banner2 .banner2-title .label-box {
  border-bottom: 2px solid #ccbb9f;
  display: inline-block;
  padding-bottom: 8px;
}
.container section .section-wrap1 .banner2 .banner2-title .label-box label {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 2.4px;
  padding: 0;
}

.container
  section
  .section-wrap1
  .banner2
  .barner2-box
  .problem-box-wrap
  .problem-box {
  width: 120px;
  height: 115px;
  background-repeat: no-repeat;
  background-image: url(../img/Fancy-brg.svg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.container
  section
  .section-wrap1
  .banner2
  .barner2-box
  .problem-box-wrap
  .problem-box
  label {
  color: #5d5d5d;
  font-size: 14px;
  font-weight: 500;
}
.container section .section-wrap1 .banner2 .barner2-box .problem-box-wrap {
  display: grid;
  grid-template-columns: repeat(5, auto);
  grid-template-rows: repeat(2, auto);
  gap: 25px;
}
.container
  section
  .section-wrap1
  .banner2
  .barner2-box
  .problem-box-wrap
  .problem-box:first-child {
  grid-area: 2/1/3/2;
}
.container
  section
  .section-wrap1
  .banner2
  .barner2-box
  .problem-box-wrap
  .problem-box:nth-child(2) {
  grid-area: 1/2/2/3;
}
.container
  section
  .section-wrap1
  .banner2
  .barner2-box
  .problem-box-wrap
  .problem-box:nth-child(3) {
  grid-area: 2/3/3/4;
}
.container
  section
  .section-wrap1
  .banner2
  .barner2-box
  .problem-box-wrap
  .problem-box:nth-child(4) {
  grid-area: 1/4/2/5;
}
.container
  section
  .section-wrap1
  .banner2
  .barner2-box
  .problem-box-wrap
  .problem-box:nth-child(5) {
  grid-area: 2/5/3/6;
}
.container
  section
  .section-wrap1
  .banner2
  .barner2-box
  .problem-box-wrap
  .problem-box:last-child {
  grid-area: 1/6/2/7;
}
.container
  section
  .section-wrap1
  .banner2
  .barner2-box
  .problem-box-wrap
  .problem-box-note {
  flex-direction: column;
  position: relative;
}
.container
  section
  .section-wrap1
  .banner2
  .barner2-box
  .problem-box-wrap
  .problem-box-note
  .note {
  position: absolute;
  bottom: -30px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}
.container section .section-wrap1 .banner3 {
  text-align: center;
  padding: 0 305px;
  margin-bottom: 60px;
}
.container section .section-wrap1 .banner4 {
  text-align: center;
  padding: 0 295px;
  padding-bottom: 88px;
}
.container section .section-wrap2 {
  padding: 0px 150px 0 150px;
  background: #fffefe;
}
.container section .section-wrap2 .section-wrap2-brg {
  background-image: url('../img/Section2.svg');
  padding: 60px 60px 120px 60px;
  z-index: 0;
  position: relative;
}
.container section .section-wrap2 .section-wrap2-brg .checkbox {
  display: flex;
  align-items: center;
}
.container section .section-wrap2 .section-wrap2-brg .checkbox img {
  margin-right: 10px;
}
.container section .section-wrap2 .section-wrap2-brg .checkbox label {
  font-size: 20px;
  color: #449bae;
  font-weight: 500;
}
.container section .section-wrap2 .section-wrap2-brg .skin-box {
  padding-top: 15px;
  margin-top: 67px;
  background: url(../img/group-40.svg);
  background-repeat: no-repeat;
  background-position: top;
  width: 100%;
  height: 720px;
  position: relative;
}
.container section .section-wrap2 .section-wrap2-brg .skin-box .note {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
  font-weight: 500;
}
.container section .section-wrap2 .section-wrap2-brg .checkbox2 {
  margin: 80px 0 40px 0;
}
.container section .section-wrap2 .section-wrap2-brg .special-scent-wrap {
  display: grid;
  grid-template-columns: repeat(30, 1fr);
  grid-template-rows: 1fr 1fr 1fr;
  gap: 0 25px;
  align-items: center;
  position: relative;
}
.container section .section-wrap2 .section-wrap2-brg .special-scent-wrap .note {
  position: absolute;
  right: 0;
  bottom: -60px;
  font-size: 12px;
  font-weight: 500;
}
.container
  section
  .section-wrap2
  .section-wrap2-brg
  .special-scent-wrap
  .special-scent-box {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  width: 100%;
  height: 100%;
}
.container
  section
  .section-wrap2
  .section-wrap2-brg
  .special-scent-wrap
  .special-scent-box
  img {
  width: 82px;
  height: 82px;
}
.container
  section
  .section-wrap2
  .section-wrap2-brg
  .special-scent-wrap
  .special-scent-box
  label {
  color: #9f7f53;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Zen Maru Gothic';
}
.container section .section-wrap2 .section-wrap2-brg .special-scent-wrap .div1 {
  grid-area: 1/1/2/6;
}
.container
  section
  .section-wrap2
  .section-wrap2-brg
  .special-scent-wrap
  .div1
  img {
  width: 100px;
  height: 89px;
}
.container section .section-wrap2 .section-wrap2-brg .special-scent-wrap .div2 {
  grid-area: 1/6/2/11;
}
.container
  section
  .section-wrap2
  .section-wrap2-brg
  .special-scent-wrap
  .div2
  img {
  width: 82px;
  height: 114px;
}
.container section .section-wrap2 .section-wrap2-brg .special-scent-wrap .div3 {
  grid-area: 1/11/2/16;
}
.container
  section
  .section-wrap2
  .section-wrap2-brg
  .special-scent-wrap
  .div3
  img {
  width: 100px;
  height: 113px;
}
.container section .section-wrap2 .section-wrap2-brg .special-scent-wrap .div4 {
  grid-area: 1/16/2/21;
}
.container
  section
  .section-wrap2
  .section-wrap2-brg
  .special-scent-wrap
  .div4
  img {
  width: 100px;
  height: 113px;
}
.container section .section-wrap2 .section-wrap2-brg .special-scent-wrap .div5 {
  grid-area: 1/21/2/26;
}
.container
  section
  .section-wrap2
  .section-wrap2-brg
  .special-scent-wrap
  .div5
  img {
  width: 100px;
  height: 89px;
}
.container section .section-wrap2 .section-wrap2-brg .special-scent-wrap .div6 {
  grid-area: 1/26/2/31;
}
.container
  section
  .section-wrap2
  .section-wrap2-brg
  .special-scent-wrap
  .div6
  img {
  width: 100px;
  height: 76px;
}
.container section .section-wrap2 .section-wrap2-brg .special-scent-wrap .div7 {
  grid-area: 1/1/3/31;
  background: url('../img/special-scent-brg.svg');
  background-repeat: no-repeat;
  background-size: auto;
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  z-index: -1;
  padding: 0;
  margin-top: 200px;
  margin-bottom: 10px;
}
.container
  section
  .section-wrap2
  .section-wrap2-brg
  .special-scent-wrap
  .div7
  label {
  font-family: 'Noto Sans JP';
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
}
.container section .section-wrap2 .section-wrap2-brg .special-scent-wrap .div8 {
  grid-area: 3/1/5/7;
}
.container
  section
  .section-wrap2
  .section-wrap2-brg
  .special-scent-wrap
  .div8
  img {
  width: 100px;
  height: 79px;
}
.container section .section-wrap2 .section-wrap2-brg .special-scent-wrap .div9 {
  grid-area: 3/7/5/13;
}
.container
  section
  .section-wrap2
  .section-wrap2-brg
  .special-scent-wrap
  .div9
  img {
  width: 82px;
  height: 80px;
}
.container
  section
  .section-wrap2
  .section-wrap2-brg
  .special-scent-wrap
  .div10 {
  grid-area: 3/13/5/19;
}
.container
  section
  .section-wrap2
  .section-wrap2-brg
  .special-scent-wrap
  .div10
  img {
  width: 100px;
  height: 113px;
}
.container
  section
  .section-wrap2
  .section-wrap2-brg
  .special-scent-wrap
  .div11 {
  grid-area: 3/19/5/25;
}
.container
  section
  .section-wrap2
  .section-wrap2-brg
  .special-scent-wrap
  .div11
  img {
  width: 106px;
  height: 95px;
}
.container
  section
  .section-wrap2
  .section-wrap2-brg
  .special-scent-wrap
  .div12 {
  grid-area: 3/25/5/31;
}
.container
  section
  .section-wrap2
  .section-wrap2-brg
  .special-scent-wrap
  .div12
  img {
  width: 100px;
  height: 89px;
}
.container section .section-wrap3 {
  background-image: url('../img/section-wrap3-brg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #e8dfd0;
  padding: 0 97px;
  position: relative;
  z-index: -1;
  padding: 80px 108px 200px 108px;
  background-position: 0px -2px;
  margin-top: -74px;
  background-position-y: 50px;
  background-position-x: -28px;
}
.container section .section-wrap3 .banner3-title {
  padding-top: 158px;
  text-align: center;
  margin-bottom: 180px;
}
.container section .section-wrap3 .product-detail-box {
  display: grid;
  grid-template-columns: repeat(14, 1fr);
  grid-template-rows: 1fr auto 1fr 1fr 1fr 1fr 1fr 1fr 1fr auto;
  gap: 25px;
  align-items: center;
  /* margin-bottom: 18px; */
  margin-bottom: 60px;
}
.container section .section-wrap3 .product-detail-box {
  margin-bottom: 42px;
}
.container section .section-wrap3 .product-detail-box-1-new {
  margin-bottom: 26px;
}
.container section .section-wrap3 .box-2 {
  grid-template-rows: 1fr auto 1fr 1fr 1fr 1fr 1fr 1fr auto auto;
}
.container section .section-wrap3 .box-2 .div6 {
  margin-top: 14px;
}
.container section .section-wrap3 .box-2 .div5 {
  grid-area: 5 / 6 / 9 / 15 !important;
  margin-top: 25px;
}
.container section .section-wrap3 .box-2 .div6 {
  grid-area: 7 / 6 / 11 / 15 !important;
}

.container section .section-wrap3 .product-detail-box-1 .div1 {
  position: relative;
  top: -30px;
}

.container
  section
  .section-wrap3
  .product-detail-box-1
  .div4
  .group-check
  .p-20 {
  padding: 16px 35px 24px 0;
}

.container section .section-wrap3 .product-detail-box-1 .div4 .group-check p {
  padding: 16px 35px 24px 0;
}
.container section .section-wrap3 .product-detail-box-1 .div5 {
  grid-area: 6/6/9/15;
}
.container section .section-wrap3 .product-detail-box-1 .div5 .group-list {
  margin-top: 63px;
}
.container section .section-wrap3 .product-detail-box-1 .div6 {
  grid-area: 7/6/11/15;
}
.container section .section-wrap3 .product-detail-box-1 .div6 .group-list p {
  padding: 0px 45px 0 0;
}
.container section .section-wrap3 .product-detail-box-1 .div7 {
  left: 65px;
  top: -75px;
}
.container section .section-wrap3 .product-detail-box-2 .div1 {
  position: relative;
  left: 45px;
  top: -15px;
}
.container section .section-wrap3 .product-detail-box-2 .div6 .group-list {
  margin-top: 0;
}
.container section .section-wrap3 .product-detail-box-1-new .div6 .group-list {
  /* margin-top: 20px; */
}
.container section .section-wrap3 .product-detail-box-2 .div5 .group-list {
  margin-top: 0px;
}
.container section .section-wrap3 .product-detail-box-1-new .div5 .group-list {
  max-width: 620px;
}
.container section .section-wrap3 .product-detail-box-2 .div3 {
  color: #d4a580;
}
.container section .section-wrap3 .product-detail-box-1-new .div3 {
  color: #d9b0ab;
}
.container section .section-wrap3 .product-detail-box-2 .div4 {
  padding: unset;
}
.container section .section-wrap3 .product-detail-box-2 .div4 .group-check p {
  padding: 16px 65px 24px 0;
}
.container section .section-wrap3 .product-detail-box-2 .div5 {
  grid-area: 6/6/9/15;
  padding: unset;
}
.container section .section-wrap3 .product-detail-box-1-new .div5 {
  top: 16px;
  padding-top: 13px;
}
.container section .section-wrap3 .product-detail-box-2 .div6 {
  grid-area: 8/6/10/15;
  padding: unset;
}
.container section .section-wrap3 .product-detail-box-1-new .div6 {
  top: 20px;
  padding-top: 11px;
}
.container section .section-wrap3 .product-detail-box-2 .div7 {
  grid-area: 6/3/10/6;
  height: 170px;
  width: 170px;
  left: 51px;
  top: 9px;
  justify-content: end;
}
.container section .section-wrap3 .product-detail-box-1-new .div1 {
  position: relative;
  left: 45px;
  top: -48px;
}
.container section .section-wrap3 .product-detail-box-1-new .div7 {
  left: 12px;
  top: -30px;
}
.container section .section-wrap3 .product-detail-box-3 .div1 {
  position: relative;
  left: -5px;
  top: -11px;
}
.container section .section-wrap3 .product-detail-box-3 .div3 {
  color: #c99dae;
}
.container section .section-wrap3 .product-detail-box-3 .div4 .group-check p {
  padding: 12px 21px 20px 0;
}
.container
  section
  .section-wrap3
  .product-detail-box-3
  .div4
  .group-check
  p.hole {
  padding: 10px;
}
.container
  section
  .section-wrap3
  .product-detail-box-3
  .div4
  .group-check
  .checkbox
  img {
  padding-top: 0;
}
.container section .section-wrap3 .product-detail-box-3 .div5 {
  grid-area: 6/6/9/15;
}
.container section .section-wrap3 .product-detail-box-3 .div5 .group-list {
  margin-top: 25px;
}
.container section .section-wrap3 .product-detail-box-3 .div6 {
  grid-area: 7/6/11/15;
}
.container section .section-wrap3 .product-detail-box-3 .div6 .group-list {
  margin-top: 100px;
}
.container section .section-wrap3 .product-detail-box-3 .div7 {
  grid-area: 5/3/10/6;
  left: 72px;
  top: 13px;
}
.container section .section-wrap3 .div1 {
  grid-area: 1/1/10/6;
}
.container section .section-wrap3 .div1 img {
  max-width: unset;
  max-height: unset;
}
.container section .section-wrap3 .div2 {
  grid-area: 1/7/2/14;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2.4px;
  font-family: 'Noto Sans JP';
}
.container section .section-wrap3 .div3 {
  grid-area: 2/6/3/15;
  color: #87aebc;
  text-align: center;
  background: #fff;
  width: calc(100% + 97px + 95px);
  z-index: -1;
  position: relative;
  left: -100px;
  box-shadow: 0 0 10px 20px #fff;
  font-family: 'Zen Maru Gothic';
  display: flex;
  justify-content: center;
}
.container section .section-wrap3 .div3 .title-box .title {
  font-size: 28px;
  font-weight: 700;
}
.container
  section
  .section-wrap3
  .product-detail-box-1-new
  .div3
  .title-box
  .title {
  font-size: 32px;
}
.container section .section-wrap3 .div3 .title-box .note {
  margin-bottom: 4px;
}
.container section .section-wrap3 .div3 .title-box .note,
.container section .section-wrap3 .div3 .title-box .title-bottom {
  font-size: 18px;
  font-weight: 700;
}
.container section .section-wrap3 .div4 {
  grid-area: 3/6/7/15;
  padding: 0 0px 0px 48px;
  margin-top: 20px;
}
.container section .section-wrap3 .div4 .group-check .checkbox {
  display: flex;
  align-items: baseline;
}
.container section .section-wrap3 .div4 .group-check .checkbox img {
  margin-right: 8px;
  padding-top: 0;
}
.container section .section-wrap3 .div4 .group-check .checkbox label {
  font-size: 24px;
  color: #000;
  font-weight: 600;
  padding: 0;
  line-height: 24px;
  letter-spacing: -1.2px;
}
.container section .section-wrap3 .div4 .group-check p {
  padding: 16px 0 20px 0;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.32px;
}
.container section .section-wrap3 .div5 {
  grid-area: 7/6/9/15;
  padding: 0 0px 0px 48px;
}
.container section .section-wrap3 .div5 .group-list label {
  color: #9f7f53;
  font-size: 14px;
  font-weight: 500;
  background: #ffffff;
  padding: 6px 12px;
  border-radius: 20px;
  line-height: 22px;
  display: inline-block;
}
.container section .section-wrap3 .div5 .group-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 15px;
  margin-top: 8px;
}
.container section .section-wrap3 .div5 .group-list ul li {
  list-style: none;
  color: #9f7f53;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}
.container section .section-wrap3 .div6 {
  grid-area: 8/6/11/15;
  padding: 0 0px 0px 48px;
}
.container section .section-wrap3 .div6 .group-list {
  margin-top: 100px;
}
.container section .section-wrap3 .div6 .group-list label {
  color: #9f7f53;
  font-size: 14px;
  font-weight: 500;
  background: #ffffff;
  padding: 6px 12px;
  border-radius: 20px;
  line-height: 22px;
  display: inline-block;
}

.container section .section-wrap3 .div6 .group-list p {
  margin-top: 8px;
  color: #9f7f53;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}
.container section .section-wrap3 .div7 {
  grid-area: 7/3/10/6;
  width: 165px;
  height: 165px;
  background: #ffffff;
  box-shadow: 0 0 10px 20px #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  z-index: -1;
  position: relative;
  left: 76px;
  top: -45px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  justify-content: center;
  flex-direction: column;
}

.product-detail-box-1-new .div7 {
  gap: 12px;
}

.container section .section-wrap3 .div7 .price {
  font-size: 12px;
  font-weight: 400;
}
.container section .section-wrap4 {
  margin-bottom: -50px;
}
.container section .section-wrap4 .QA-box-w {
  background: #e8dfd0;
}
.container section .section-wrap4 .QA-box-w .icon {
  text-align: center;
  position: relative;
  top: -117px;
}
.container section .section-wrap4 .QA-box-w .QA-select {
  padding: 0 150px 0px 150px;
  position: relative;
  top: -98px;
}
.container section .section-wrap4 .QA-box-w .QA-select .QA-box {
  background: rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: 3;
}
.container section .section-wrap4 .QA-box-w .QA-select .QA-box:first-child {
  border-top: 1px solid;
}
.container section .section-wrap4 .QA-box-w .QA-select .QA-box:last-child {
  border-bottom: 1px solid;
}
.container
  section
  .section-wrap4
  .QA-box-w
  .QA-select
  .QA-box:last-child
  .question {
  border-bottom: unset;
}
.container
  section
  .section-wrap4
  .QA-box-w
  .QA-select
  .QA-box:last-child
  .answer {
  border-bottom: unset;
  border-top: 1px dotted #000;
}
.container
  section
  .section-wrap4
  .QA-box-w
  .QA-select
  .QA-box:not(:first-child) {
  border-top: 1px dotted #000;
}
.container section .section-wrap4 .QA-box-w .QA-select .QA-box .question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f4efe8;
  position: relative;
  z-index: 2;
  cursor: pointer;
  padding: 20px 12px;
  gap: 12px;
}
.container
  section
  .section-wrap4
  .QA-box-w
  .QA-select
  .QA-box
  .question
  .icon-question {
  display: flex;
  align-items: center;
}
.container
  section
  .section-wrap4
  .QA-box-w
  .QA-select
  .QA-box
  .answer
  .icon-question
  img {
  margin-right: 28px;
  width: 38px;
  height: 80px;
}
.container
  section
  .section-wrap4
  .QA-box-w
  .QA-select
  .QA-box
  .question
  .icon-question
  img {
  margin-right: 28px;
  width: 38px;
}
.container
  section
  .section-wrap4
  .QA-box-w
  .QA-select
  .QA-box
  .question
  .icon-question
  label {
  color: #9f7f53;
  margin-right: 28px;
  text-align: center;
  font-family: 'Jost';
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding: 10px 0;
}
.container
  section
  .section-wrap4
  .QA-box-w
  .QA-select
  .QA-box
  .question
  .icon-question
  .title
  p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.container
  section
  .section-wrap4
  .QA-box-w
  .QA-select
  .QA-box
  .question
  .icon-question
  .answer-title
  p {
  font-weight: 400;
  line-height: 18px;
}
.container
  section
  .section-wrap4
  .QA-box-w
  .QA-select
  .QA-box
  .question
  .select
  img {
  min-width: 30px;
  min-height: 30px;
}
.container section .section-wrap4 .QA-box-w .QA-select .QA-box .answer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f4efe8;
  border-top: 1px dotted #000;
  position: relative;
  z-index: 1;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease-in, opacity 0.4s ease-in;
}
.container
  section
  .section-wrap4
  .QA-box-w
  .QA-select
  .QA-box
  .answer
  .icon-question {
  padding: 0px 10px;
  display: flex;
  align-items: center;
}
.container
  section
  .section-wrap4
  .QA-box-w
  .QA-select
  .QA-box
  .answer
  .icon-question
  label {
  color: #9f7f53;
  margin-right: 28px;
  text-align: center;
  font-family: 'Jost';
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding: 10px 0;
}
.container
  section
  .section-wrap4
  .QA-box-w
  .QA-select
  .QA-box
  .answer
  .icon-question
  .title
  p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.container
  section
  .section-wrap4
  .QA-box-w
  .QA-select
  .QA-box
  .answer
  .icon-question
  .answer-title
  p {
  font-weight: 400;
  line-height: 18px;
}
.container
  section
  .section-wrap4
  .QA-box-w
  .QA-select
  .QA-box
  .answer
  .select
  img {
  min-width: 30px;
  min-height: 30px;
}
.container section .section-wrap4 .QA-box-w .QA-select .QA-box .answer.active {
  max-height: 100px;
  opacity: 1;
  pointer-events: auto;
}
.container section .section-wrap4 .QA-box-w .QA-select .QA-box .answer.closed {
  max-height: 0;
  opacity: 0;
  pointer-events: none;
}
.container .footer > * {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.container footer {
  color: #fff;
  background: #9f7f53;
  padding-top: 26px;
  padding-left: 150px;
  padding-right: 150px;
  font-weight: 500;
  font-size: 12px;
  line-height: normal;
  position: relative;
  z-index: 11;
}
.container footer .footer-content {
  margin-bottom: 24px;
  justify-content: center;
  display: flex;
}
.container footer .footer-content .footer-content-head {
  display: flex;
}
.container footer .footer-content .footer-content-head .px-6 {
  border-color: #fff;
  border: 1px solid;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.container footer .footer-content .footer-content-head .ml-4 {
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  margin-left: 16px;
}
.container footer .ml-12 {
  margin-left: 48px;
}
.container footer .border-base-white {
  border-color: #fff;
  display: block;
  height: 0px;
  border: 0;
  border-top: 1px solid currentColor;
  padding: 0;
  margin: unset;
}
.container footer .footer-bottom {
  letter-spacing: 0.6px;
  padding-top: 11px;
  padding-bottom: 11px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
}

.pc-d-none {
  display: block;
}

.sp-d-block {
  display: none;
}

.container header .header-wrap .login .icon {
  padding: 5px 0 3px 0;
  position: relative;
}
.container
  section
  .section-wrap3
  .product-detail-box-sp-2-new
  .product-top
  .top-left
  .left-box-img
  img {
  max-width: 120%;
}
@media screen and (max-width: 1080px) {
  .container section .section-wrap3 {
    background-position-y: 0;
  }
  .content-bottom-v {
    width: calc(100% + 40px);
    margin-bottom: 20px;
    position: relative;
    left: -40px;
  }
  .pc-d-none {
    display: none;
  }
  .sp-d-block {
    display: block;
  }
  body .sp {
    display: block;
  }
  body .pc {
    display: none;
  }
  .container header .sp-header {
    position: fixed;
    left: 50%;
    top: 0;
    width: 100%;
    max-width: 1300px;
    z-index: 999;
    transform: translateX(-50%);
  }
  .container header .header-wrap {
    padding: unset;
    background: #ccbb9f;
  }
  .container header .header-wrap menu .logo-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 12px;
    position: relative;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.52) 12.5%,
      rgba(255, 255, 255, 0.52) 50%,
      rgba(255, 255, 255, 0.52) 86.46%,
      rgba(255, 255, 255, 0) 98.96%
    );
  }
  .container header .header-wrap menu .logo-box .box-logo {
    position: relative;
    display: inline-flex;
  }
  .container header .header-wrap menu .logo-box .box-logo img {
    position: relative;
    z-index: 1;
  }
  .container header .header-wrap menu .logo-box .box-logo::before {
    position: absolute;
    content: url('../img/ellipse-33.svg');
    right: -21px;
    bottom: -18px;
  }
  .container header .header-wrap menu .menu-list.show {
    animation-name: slideIn;
    max-width: 1000px;
    padding: 0 28px;
  }
  .container header .header-wrap menu .menu-list.hide {
    animation-name: slideOut;
    max-width: 0;
    padding: 0;
    position: absolute;
    right: -10px;
    transition: all 0.35s;
  }
  .container header .header-wrap menu .menu-list {
    animation-duration: 0.35s;
    animation-timing-function: ease-in;
    background: rgba(204, 187, 159, 0.9);
    height: 100%;
    padding: 0 28px;
    position: absolute;
    z-index: 99;
    text-align: center;
    width: 100%;
    height: 100vh;
  }
  .container header .header-wrap menu .menu-list .menu-item-last {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: none;
    text-decoration: none;
  }
  .container header .header-wrap menu .menu-list .menu-item-last label {
    margin-right: 10px;
    color: #ffffff;
  }
  .container header .header-wrap menu .menu-list .menu-item {
    border-bottom: 2px dotted #fff;
    list-style: none;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 12px;
    letter-spacing: 1.4px;
    position: relative;
    cursor: pointer;
  }
  .container header .header-wrap menu .menu-list .menu-item:last-child {
    padding: 10px;
    border-bottom: unset;
    font-weight: 700;
    font-size: 12px;
  }
  .container header .header-wrap menu .menu-list .menu-item:last-child label {
    line-height: 20px;
    letter-spacing: 0.6px;
    cursor: pointer;
  }
  .container header .header-wrap menu .menu-list .menu-item:last-child:hover {
    background: none;
  }
  .container header .header-wrap menu .menu-list .menu-item a {
    display: block;
    color: inherit;
    text-decoration: none;
    width: 100%;
    height: 100%;
    padding: 20px;
  }
  .container
    header
    .header-wrap
    menu
    .menu-list
    .menu-item:last-child:hover::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    background: #ffffff;
    width: 240px;
    height: 1px;
    transform: translateX(-50%);
  }
  .container header .header-wrap menu .menu-list .menu-item:hover {
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.52) 12.5%,
      rgba(255, 255, 255, 0.52) 50%,
      rgba(255, 255, 255, 0.52) 86.46%,
      rgba(255, 255, 255, 0) 98.96%
    );
  }
  .container header .header-wrap menu .menu-list .active {
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.52) 12.5%,
      rgba(255, 255, 255, 0.52) 50%,
      rgba(255, 255, 255, 0.52) 86.46%,
      rgba(255, 255, 255, 0) 98.96%
    );
  }
  .container section {
    margin-top: 35px;
  }
  .container section .section-wrap1 {
    background-size: cover;
    background-position: unset;
    background-color: #ffffff;
    padding-bottom: 28px;
    background-position-y: 5px;
  }
  .container section .section-wrap1 .pc .banner1 {
    display: none;
  }
  .container section .section-wrap1 .sp .banner1 {
    display: flex;
  }
  .container section .section-wrap1 .banner1 {
    display: flex;

    /* padding: 30px 16px 30px 16px; */
  }
  .container section .section-wrap1 .banner2 {
    padding: 32% 0 165px 0;
  }
  .container section .section-wrap1 .banner2 .banner2-title {
    margin-bottom: 20px;
    text-align: center;
    line-height: 24px;
    letter-spacing: 0.65px;
    width: 315px;
    padding: 0 0px;
  }
  .container section .section-wrap1 .banner2 .banner2-title .label-box label {
    font-size: 13px;
    border-bottom: none;
    letter-spacing: 0.65px;
  }
  .container section .section-wrap1 .banner2 .barner2-box .problem-box-wrap {
    display: grid;
    grid-template-columns: repeat(13, auto);
    grid-template-rows: repeat(2, auto);
    gap: 16px 15px;
  }
  .container
    section
    .section-wrap1
    .banner2
    .barner2-box
    .problem-box-wrap
    .problem-box:first-child {
    grid-area: 2/1/3/4;
  }
  .container
    section
    .section-wrap1
    .banner2
    .barner2-box
    .problem-box-wrap
    .problem-box:nth-child(2) {
    grid-area: 1/3/2/6;
  }
  .container
    section
    .section-wrap1
    .banner2
    .barner2-box
    .problem-box-wrap
    .problem-box:nth-child(3) {
    grid-area: 2/5/3/8;
  }
  .container
    section
    .section-wrap1
    .banner2
    .barner2-box
    .problem-box-wrap
    .problem-box:nth-child(4) {
    grid-area: 1/7/2/10;
  }
  .container
    section
    .section-wrap1
    .banner2
    .barner2-box
    .problem-box-wrap
    .problem-box:nth-child(5) {
    grid-area: 2/9/3/12;
  }
  .container
    section
    .section-wrap1
    .banner2
    .barner2-box
    .problem-box-wrap
    .problem-box:last-child {
    grid-area: 1/11/2/14;
  }
  .container
    section
    .section-wrap1
    .banner2
    .barner2-box
    .problem-box-wrap
    .problem-box {
    background-image: url(../img/Fancy-brg-small.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 59px;
    height: 57px;
  }
  .container
    section
    .section-wrap1
    .banner2
    .barner2-box
    .problem-box-wrap
    .problem-box
    label {
    font-size: 10px;
  }
  .container
    section
    .section-wrap1
    .banner2
    .barner2-box
    .problem-box-wrap
    .problem-box-note
    .note {
    bottom: -16px;
    font-size: 8px;
  }
  .container section .section-wrap1 .banner3 {
    margin-bottom: 0;
    padding: 0 24px;
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
  }
  .container section .section-wrap1 .banner3 .banner3-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: unset;
  }
  .container section .section-wrap1 .banner3 .banner3-title label {
    padding: 0 8px;
  }
  .container section .section-wrap1 .banner4 {
    padding: 0 24px;
    display: flex;
    justify-content: center;
  }
  .container section .section-wrap1 .banner4 .banner4-title {
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.6px;
  }
  .container section .section-wrap2 {
    padding: 0 12px;
  }
  .container section .section-wrap2 .section-wrap2-brg {
    padding: 12px 12px 40px 12px;
  }
  .container section .section-wrap2 .section-wrap2-brg .skin-box {
    background: url('../img/sp-skin-box.png');
    margin-top: 20px;
    background-repeat: no-repeat;
    padding-top: 0;
    height: 720px;
    min-height: 335px;
    background-size: 100% 100%;
  }
  .container section .section-wrap2 .section-wrap2-brg .skin-box .note {
    font-size: 10px;
    display: none;
  }
  .container section .section-wrap2 .section-wrap2-brg .checkbox2 {
    margin: 20px 0;
  }
  .container section .section-wrap2 .section-wrap2-brg .special-scent-wrap {
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(6, 1fr);
    gap: unset;
  }
  .container
    section
    .section-wrap2
    .section-wrap2-brg
    .special-scent-wrap
    .note {
    bottom: -20px;
    font-size: 10px;
    display: none;
  }
  .container
    section
    .section-wrap2
    .section-wrap2-brg
    .special-scent-wrap
    .special-scent-box
    img {
    width: 43px;
    height: 60px;
  }
  .container
    section
    .section-wrap2
    .section-wrap2-brg
    .special-scent-wrap
    .special-scent-box
    label {
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
  }
  .container
    section
    .section-wrap2
    .section-wrap2-brg
    .special-scent-wrap
    .div1 {
    grid-area: 1/1/2/3;
  }
  .container
    section
    .section-wrap2
    .section-wrap2-brg
    .special-scent-wrap
    .div1
    img {
    width: 52px;
    height: 47px;
  }
  .container
    section
    .section-wrap2
    .section-wrap2-brg
    .special-scent-wrap
    .div2 {
    grid-area: 1/4/2/6;
  }
  .container
    section
    .section-wrap2
    .section-wrap2-brg
    .special-scent-wrap
    .div2
    img {
    width: 43px;
    height: 60px;
  }
  .container
    section
    .section-wrap2
    .section-wrap2-brg
    .special-scent-wrap
    .div3 {
    grid-area: 1/7/2/9;
  }
  .container
    section
    .section-wrap2
    .section-wrap2-brg
    .special-scent-wrap
    .div3
    img {
    width: 52px;
    height: 60px;
  }
  .container
    section
    .section-wrap2
    .section-wrap2-brg
    .special-scent-wrap
    .div4 {
    grid-area: 2/1/3/3;
  }
  .container
    section
    .section-wrap2
    .section-wrap2-brg
    .special-scent-wrap
    .div4
    img {
    width: 54px;
    height: 61px;
  }
  .container
    section
    .section-wrap2
    .section-wrap2-brg
    .special-scent-wrap
    .div5 {
    grid-area: 2/4/3/6;
  }
  .container
    section
    .section-wrap2
    .section-wrap2-brg
    .special-scent-wrap
    .div5
    img {
    width: 53px;
    height: 48px;
  }
  .container
    section
    .section-wrap2
    .section-wrap2-brg
    .special-scent-wrap
    .div6 {
    grid-area: 2/7/2/9;
  }
  .container
    section
    .section-wrap2
    .section-wrap2-brg
    .special-scent-wrap
    .div6
    img {
    width: 67px;
    height: 51px;
  }
  .container
    section
    .section-wrap2
    .section-wrap2-brg
    .special-scent-wrap
    .div7 {
    grid-area: 3/1/5/9;
    background: url('../img/special-scent-brg-small.svg');
    background-repeat: no-repeat;
    background-position: center;
    margin-top: unset;
    margin-bottom: unset;
  }
  .container
    section
    .section-wrap2
    .section-wrap2-brg
    .special-scent-wrap
    .div7
    img {
  }
  .container
    section
    .section-wrap2
    .section-wrap2-brg
    .special-scent-wrap
    .div7
    label {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
  }
  .container
    section
    .section-wrap2
    .section-wrap2-brg
    .special-scent-wrap
    .div8 {
    grid-area: 5/1/6/3;
  }
  .container
    section
    .section-wrap2
    .section-wrap2-brg
    .special-scent-wrap
    .div8
    img {
    width: 61px;
    height: 48px;
  }
  .container
    section
    .section-wrap2
    .section-wrap2-brg
    .special-scent-wrap
    .div9 {
    grid-area: 5/4/6/6;
  }
  .container
    section
    .section-wrap2
    .section-wrap2-brg
    .special-scent-wrap
    .div9
    img {
    width: 50px;
    height: 48px;
  }
  .container
    section
    .section-wrap2
    .section-wrap2-brg
    .special-scent-wrap
    .div10 {
    grid-area: 5/7/6/9;
  }
  .container
    section
    .section-wrap2
    .section-wrap2-brg
    .special-scent-wrap
    .div10
    img {
    width: 53px;
    height: 60px;
  }
  .container
    section
    .section-wrap2
    .section-wrap2-brg
    .special-scent-wrap
    .div11 {
    grid-area: 6/1/7/6;
  }
  .container
    section
    .section-wrap2
    .section-wrap2-brg
    .special-scent-wrap
    .div11
    img {
    width: 53px;
    height: 48px;
  }
  .container
    section
    .section-wrap2
    .section-wrap2-brg
    .special-scent-wrap
    .div12 {
    grid-area: 6/4/7/9;
  }
  .container
    section
    .section-wrap2
    .section-wrap2-brg
    .special-scent-wrap
    .div12
    img {
    width: 49px;
    height: 45px;
  }
  .container section .section-wrap3 {
    padding: 120px 12px 12px 12px;
    background-image: url('../img/sss.png');
    background-size: cover;
    margin-top: 0px;
    background-position-x: 0;
  }
  .container section .section-wrap3 .banner3-title {
    padding-top: unset;
    padding: 0 50px;
    margin-bottom: 40px;
    margin-top: -80px;
  }
  .container section .section-wrap3 .banner3-title img {
    max-width: 100%;
    max-height: 100%;
  }
  .container section .section-wrap3 .product-detail-box-sp .product-top {
    display: flex;
    align-items: start;
  }
  .container
    section
    .section-wrap3
    .product-detail-box-sp
    .product-top
    .top-left {
    width: 35%;
    position: relative;
    z-index: 10;
  }
  .container
    section
    .section-wrap3
    .product-detail-box-sp
    .product-top
    .top-left
    .left-box-img
    img {
    max-width: 100%;
    max-height: 100%;
  }
  .container
    section
    .section-wrap3
    .product-detail-box-sp
    .product-top
    .top-right {
    width: 65%;
  }
  .container
    section
    .section-wrap3
    .product-detail-box-sp
    .product-top
    .top-right.first {
    margin-top: 27px;
  }
  .container
    section
    .section-wrap3
    .product-detail-box-sp
    .product-top
    .top-right.first
    .title1 {
    margin-right: -40px;
  }
  .container
    section
    .section-wrap3
    .product-detail-box-sp
    .product-top
    .top-right.first
    .title2
    .title-box {
    margin-right: -40px;
  }
  .container
    section
    .section-wrap3
    .product-detail-box-sp
    .product-top
    .top-right
    .title2
    .title-box {
    padding-top: 10px;
  }
  .container
    section
    .section-wrap3
    .product-detail-box-sp
    .product-top
    .top-right
    .title1 {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 8px;
    padding: 0 20px;
    font-family: 'Noto Sans JP';
  }
  .container
    section
    .section-wrap3
    .product-detail-box-sp
    .product-top
    .top-right
    .title2 {
    color: #9fbec9;
    margin-bottom: 25px;
    font-family: 'Zen Maru Gothic';
    text-align: center;
    position: relative;
  }
  .container
    section
    .section-wrap3
    .product-detail-box-sp
    .product-top
    .top-right
    .title2
    .title-box
    .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -1px;
  }
  .container
    section
    .section-wrap3
    .product-detail-box-sp
    .product-top
    .top-right
    .title2
    .title-box
    .note,
  .container
    section
    .section-wrap3
    .product-detail-box-sp
    .product-top
    .top-right
    .title2
    .title-box
    .title-bottom {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.7px;
  }
  .container
    section
    .section-wrap3
    .product-detail-box-sp
    .product-top
    .top-right
    .title2::before {
    position: absolute;
    content: '';
    background: #fff;
    width: 135%;
    left: -35%;
    top: 50%;
    box-shadow: 0 0 10px 20px #fff;
    z-index: -1;
    transform: translateY(calc(-50% + 8px));
    height: calc(100% - 28px);
    border-bottom-left-radius: 100px;
    border-top-left-radius: 100px;
  }
  .container
    section
    .section-wrap3
    .product-detail-box-sp
    .product-top
    .top-right
    .content
    .content-bottom {
    color: #000;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
  }
  .container section .section-wrap3 .product-detail-box-sp .product-bottom {
    padding: 0 18px;
    position: relative;
    top: -15px;
    padding-left: 26px;
    /* transform: translateX(-8px); */
  }
  .container
    section
    .section-wrap3
    .product-detail-box-sp-2
    .product-top
    .top-right
    .content {
    transform: translateX(28px);
  }
  .container
    section
    .section-wrap3
    .product-detail-box-sp-2
    .product-top
    .top-right
    .content
    .content-bottom {
    text-align: unset !important;
    width: max-content !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .container
    section
    .section-wrap3
    .product-detail-box-sp-1
    .product-top
    .top-right
    .content
    .content-bottom {
    margin-bottom: 27px;
  }
  .container
    section
    .section-wrap3
    .product-detail-box-sp
    .product-bottom
    .product-box-bottom
    .group-check {
    margin-bottom: 17px;
  }
  .container
    section
    .section-wrap3
    .product-detail-box-sp
    .product-bottom
    .product-box-bottom
    .group-check
    .checkbox {
    display: flex;
    align-items: baseline;
  }
  .container
    section
    .section-wrap3
    .product-detail-box-sp
    .product-bottom
    .product-box-bottom
    .group-check
    .checkbox
    img {
    margin-right: 8px;
    max-width: 13px;
  }
  .container
    section
    .section-wrap3
    .product-detail-box-sp
    .product-bottom
    .product-box-bottom
    .group-check
    .checkbox
    label {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }
  .container
    section
    .section-wrap3
    .product-detail-box-sp
    .product-bottom
    .product-box-bottom
    .group-check
    p {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.6px;
  }
  .container
    section
    .section-wrap3
    .product-detail-box-sp
    .product-bottom
    .product-box-bottom
    .group-list
    label {
    border-radius: 16px;
    background: #fff;
    color: #9f7f53;
    padding: 2px 8px;
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
    display: inline-block;
  }
  .container
    section
    .section-wrap3
    .product-detail-box-sp-2-new
    .product-bottom
    .product-box-bottom
    .group-list
    label {
    padding: 2px 8px;
  }
  .container
    section
    .section-wrap3
    .product-detail-box-sp
    .product-bottom
    .product-box-bottom
    .group-list
    ul {
    display: flex;
    gap: 4px 8px;
    flex-wrap: wrap;
    margin: 13px 0;
    margin-top: 4px;
  }
  .container
    section
    .section-wrap3
    .product-detail-box-sp-2-new
    .product-bottom
    .product-box-bottom
    .group-list
    ul {
    margin-top: 4px;
    margin-bottom: 8px;
  }
  .container
    section
    .section-wrap3
    .product-detail-box-sp
    .product-bottom
    .product-box-bottom
    .group-list
    ul
    li {
    list-style: none;
    color: #9f7f53;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
  }
  .container
    section
    .section-wrap3
    .product-detail-box-sp
    .product-bottom
    .product-box-bottom
    .group-list
    ul
    p {
    list-style: none;
    color: #9f7f53;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
  }
  .container
    section
    .section-wrap3
    .product-detail-box-sp
    .product-bottom
    .product-box-bottom
    .group-list
    p {
    list-style: none;
    color: #9f7f53;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    margin: 13px 0 0 0;
  }
  .container
    section
    .section-wrap3
    .product-detail-box-sp
    .product-bottom
    .product-box-bottom
    .group-list
    p {
    margin-top: 4px;
  }

  .container
    section
    .section-wrap3
    .product-detail-box-sp-2-new
    .product-top
    .top-right
    .title2 {
    color: #ddb799;
  }
  .container
    section
    .section-wrap3
    .product-detail-box-sp-2
    .product-top
    .top-right
    .title2 {
    color: #d9b0ab;
  }
  .container
    section
    .section-wrap3
    .product-detail-box-sp-2
    .product-top
    .top-right
    .title2::before {
    border-bottom-right-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: unset;
    border-top-left-radius: unset;
    right: -37%;
    left: unset;
  }
  .container
    section
    .section-wrap3
    .product-detail-box-sp-2
    .product-top
    .top-right
    .content
    .content-bottom {
    text-align: center;
    width: calc(100%);
    margin-bottom: 27px;
  }
  .container
    section
    .section-wrap3
    .product-detail-box-sp-3
    .product-top
    .top-right
    .title2 {
    color: #d4b1be;
  }
  .container
    section
    .section-wrap3
    .product-detail-box-sp-3
    .product-bottom
    .product-box-bottom
    .group-check
    .checkbox {
    margin-bottom: 8px;
  }
  .container
    section
    .section-wrap3
    .product-detail-box-sp-3
    .product-bottom
    .product-box-bottom
    .group-check
    .checkbox
    img {
    padding: 0 0;
  }
  .container
    section
    .section-wrap3
    .product-detail-box-sp-3
    .product-bottom
    .product-box-bottom
    .group-check
    .checkbox
    label {
    margin-bottom: 0;
  }
  .container section .section-wrap4 {
    margin-bottom: unset;
  }
  .container section .section-wrap4 .QA-box-w {
    background: #e8dfd0;
  }
  .container section .section-wrap4 .QA-box-w .icon {
    position: static;
    padding: 20px 0 12px 0;
  }
  .container section .section-wrap4 .QA-box-w .icon img {
    height: 50px;
  }
  .container section .section-wrap4 .QA-box-w .QA-select {
    padding: 0 12px 28px 12px;
    position: static;
  }
  .container
    section
    .section-wrap4
    .QA-box-w
    .QA-select
    .QA-box
    .question
    .select
    img {
    min-width: 20px;
    min-height: 20px;
    height: 20px;
    width: 20px;
  }
  .container
    section
    .section-wrap4
    .QA-box-w
    .QA-select
    .QA-box
    .question
    .icon-question
    img {
    margin-right: 12px;
    width: 22px;
  }
  .container
    section
    .section-wrap4
    .QA-box-w
    .QA-select
    .QA-box
    .question
    .icon-question
    label {
    font-size: 22px;
    margin-right: 13px;
  }
  .container
    section
    .section-wrap4
    .QA-box-w
    .QA-select
    .QA-box
    .question
    .icon-question
    .title
    p {
    font-size: 12px;
  }
  .container section .section-wrap4 .QA-box-w .QA-select .QA-box .question {
    padding: 12px 12px;
  }
  .container
    section
    .section-wrap4
    .QA-box-w
    .QA-select
    .QA-box
    .answer
    .icon-question {
    padding: 12px 33px 12px 12px;
  }
  .container
    section
    .section-wrap4
    .QA-box-w
    .QA-select
    .QA-box
    .answer
    .icon-question
    img {
    margin-right: 12px;
    width: 22px;
    height: unset;
  }
  .container
    section
    .section-wrap4
    .QA-box-w
    .QA-select
    .QA-box
    .answer
    .icon-question
    .title
    p {
    font-size: 12px;
  }
  .container footer {
    padding: 20px;
    letter-spacing: 0.6px;
    font-size: 12px;
    line-height: normal;
  }
  .container footer .footer-content {
    padding: 10px 16px;
    flex-direction: column;
    margin-bottom: 16px;
    gap: 20px;
  }
  .container footer .footer-content .footer-content-head .px-6 {
    border-color: #fff;
    border: 1px solid;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 12px;
  }
  .container footer .footer-content .footer-content-head .ml-4 {
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    margin-left: 16px;
  }
  .container footer .border-base-white {
    margin-left: auto;
    margin-right: auto;
  }
  .container footer .ml-12 {
    margin: 0;
  }
  .container footer .footer-bottom {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 1025px) {
  .container section .section-wrap2 .section-wrap2-brg .skin-box,
  .container section .section-wrap2 .section-wrap2-brg .special-scent-wrap,
  .container section .section-wrap2 .section-wrap2-brg .special-scent-wrap,
  .sp-d-block,
  .QA-select {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1080px) and (min-width: 500px) {
  footer > * {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 821px) {
  .container section .section-wrap1 .banner2 {
    margin: 157px 0 45px 0;
    padding: 15% 0 31px 0;
  }
  .container section .section-wrap2 .section-wrap2-brg .skin-box {
    height: 720px;
  }
}
@media screen and (max-width: 555px) {
  .container section .section-wrap1 .banner3 .banner3-title label {
    padding: 0 13px;
  }
  .container section .section-wrap2 .section-wrap2-brg .skin-box {
    height: 100%;
    max-height: 313px;
    width: 100%;
    max-width: 351px;
  }
  .container section .section-wrap1 .banner2 .banner2-title .label-box {
    padding-bottom: 0;
  }
  .container section .section-wrap1 {
    background-size: contain;
  }
}
@media screen and (max-width: 450px) {
  .container section .section-wrap1 .banner1 {
    padding: 247px 0 0 40px;
  }
  .container section .section-wrap1 .banner2 {
    margin: unset;
  }
}
@media screen and (max-width: 400px) {
  .container section .section-wrap1 .banner2 {
    margin: 60px 0 48px 0;
  }
  .container section .section-wrap1 .banner3 .banner3-title label {
    padding: 0 8px;
  }
  .container section .section-wrap3 {
    background-image: url('../img/sss.png');
    background-size: cover;
    /* background-position: bottom 19px right -26px; */
  }
  .container section .section-wrap1 .banner1 {
    padding: 247px 0 0 40px;
  }
  .container section .section-wrap1 .banner2 {
    margin: 60px 0 48px 0;
    padding: 0;
  }
}

@media screen and (max-width: 375px) {
  .container section .section-wrap1 {
    background: url('../img/sp-lacherie-brg.png');
    background-color: #ffffff;
    background-size: contain;
    background-position: unset;
    background-repeat: no-repeat;
    background-position-y: 5px;
  }
  .container section .section-wrap3 {
    background-position: bottom 19px right -26px;
  }
}
@media screen and (max-width: 280px) {
  .container .problem-box-wrap {
    gap: 20px 0px !important;
  }
}
@media screen and (max-width: 365px) {
  /* .container section .section-wrap1 .banner2 {
    margin: -5px 0 45px 0;
  } */
  .container section .section-wrap1 .banner2 .banner2-title {
    width: unset;
  }
  .container section .section-wrap3 .product-detail-box-sp .product-top {
    align-items: center;
  }
  .container
    section
    .section-wrap3
    .product-detail-box-sp
    .product-top
    .top-right
    .title2
    .title-box
    .title {
    font-size: 16px;
  }
  .container
    section
    .section-wrap3
    .product-detail-box-sp
    .product-top
    .top-right
    .title2
    .title-box
    .note,
  .container
    section
    .section-wrap3
    .product-detail-box-sp
    .product-top
    .top-right
    .title2
    .title-box
    .title-bottom {
    font-size: 12px;
  }
  .container
    section
    .section-wrap3
    .product-detail-box-sp-1
    .product-top
    .top-left {
    top: 28px;
  }
} /*# sourceMappingURL=style.css.map */

/* .icon-A {
  color: #9F7F53;
  text-align: center;
  font-family: "Jost";
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  position: relative;
  display: grid;
} 
.icon-A::before{
  position: absolute;
    content: '';
    background: #f4efe8;
    width: 45px;
    height: 4px;
    bottom: 4px;
    left: -6px;
    z-index: 1;
}

.label-A {
  color: #f4efe8 !important;
  text-shadow: 0px -2px 0px #9f7f53, -1px 0px 0px #9f7f53, 1px 0px 0px #9f7f53;
  position: relative;

}

.label-A::before,
.label-A::after {
  content: 'A';
}

.label-A::after {
  color: #f4efe8;
  top: 0px;
  left: 0;
  z-index: 1;
  position: absolute;
  font-size: 36px;
  font-weight: 400;
  padding: 10px 1px;
}

.label-A::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  color: #9F7F53;
  padding: 10px 0px;
  font-weight: 900;
  font-size: 39px;
}

@media screen and (max-width: 1080px) {
  .icon-A {
    font-size: 22px;
  } 
  .icon-A::before{
    bottom: 12px;
    width: 25px;
    bottom: 11px;
  }
  
  .container section .section-wrap4 .QA-box-w .QA-select .QA-box .answer .icon-question label{
    font-size: 22px;
    margin-right: 13px;

  }
  
  .label-A::before,
  .label-A::after {
  }
  
  .label-A::after {
    font-size: 20px;
    padding: 10px 1px;
  }
  
  .label-A::before {
    font-size: 23px;
  }
} */
