
@charset "UTF-8";
/*--------------------------------
  Media Queries (1400px ~ 1400px)
--------------------------------*/
@media only screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ S e t U p SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.Product_detail_5 {
  --color-text: #111111;
  --color-background: #FBFBFB;
  --color-border: #C6B999;
  --color-accent: #B4A091;
  --color-fragrance: #D68C90;
  --color-free: #F9F5ED;
  --color-detail5-primary: #111111;
  --color-detail5-secondary: #f9f6ef;
  --color-detail5-pyramid: #FFF5F5;
  --font-en: "yu-mincho-pr6n", sans-serif;
  margin-bottom: calc(56 * 100vw/428);
  color: var(--color-text);
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-clip-path: border-box;
          clip-path: border-box;
  width: 100%;
}
.Product_detail_5 img,
.Product_detail_5 svg {
  display: block;
  opacity: 1;
  width: 100%;
  height: auto;
}
.Product_detail_5 img {
  image-rendering: -webkit-optimize-contrast;
}
.Product_detail_5 picture {
  display: block;
}
.Product_detail_5 a {
  display: block;
  color: inherit;
}
.Product_detail_5 a:hover {
  opacity: 1;
}
.Product_detail_5 *:focus {
  outline: none;
}
.Product_detail_5 a,
.Product_detail_5 label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}
.Product_detail_5 input {
  display: none;
}
.Product_detail_5 li,
.Product_detail_5 ol {
  list-style-type: none;
}
.Product_detail_5 .spOnly {
  display: block;
}
.Product_detail_5 .pcOnly {
  display: none;
}
.Product_detail_5 ::-moz-selection {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
}
.Product_detail_5 ::selection {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
}
.Product_detail_5 sup {
  font-size: 0.6em;
  letter-spacing: 0;
  font-weight: normal;
}
.Product_detail_5 #share img {
  margin: auto;
}

/*--------------------------------
              SP  Only
--------------------------------*/
/* .Product_detail_5 : set up SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡ ▼ Layout SP First ▼ ≡≡≡≡≡≡≡≡
------------------------------------*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ layout  SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.Product_detail_5 .mvArea__read {
  padding: calc(56 * 100vw/428) calc(10 * 100vw/428) calc(50 * 100vw/428);
  background-color: var(--color-detail5-secondary);
  text-align: center;
}
.Product_detail_5 .mvArea__head {
  margin-bottom: calc(13 * 100vw/428);
  color: var(--color-detail5-primary);
  font-family: var(--font-en);
  font-size: calc(36 * 100vw/428);
  letter-spacing: 0;
}
.Product_detail_5 .mvArea__title {
  margin-bottom: calc(27 * 100vw/428);
  font-size: calc(19 * 100vw/428);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}
.Product_detail_5 .mvArea__textWrap .mvArea__text {
  font-size: calc(14 * 100vw/428);
  line-height: 2;
  letter-spacing: 0.04em;
}
.Product_detail_5 .mvArea__textWrap .mvArea__text:nth-of-type(n+2) {
  margin-top: calc(30 * 100vw/428);
}
.Product_detail_5 .productArea {
  padding: calc(52 * 100vw/428) 0 calc(48 * 100vw/428);
  background-color: var(--color-detail5-secondary);
  border-top: 1px solid var(--color-border);
}
.Product_detail_5 .productArea__imgWrap {
  margin-inline: auto;
  margin-bottom: calc(15 * 100vw/428);
  width: calc(350 * 100vw/428);
}
.Product_detail_5 .productArea__title {
  margin-top: calc(30 * 100vw/428);
  margin-bottom: calc(34 * 100vw/428);
  color: var(--color-detail5-primary);
  font-size: calc(16 * 100vw/428);
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}
.Product_detail_5 .productArea__textWrap {
  padding-inline: calc(35 * 100vw/428);
}
.Product_detail_5 .productArea__text {
  margin-bottom: calc(18 * 100vw/428);
  font-size: calc(13 * 100vw/428);
  line-height: 2;
  letter-spacing: 0.04em;
}
.Product_detail_5 .productArea__note {
  font-size: calc(11 * 100vw/428);
  letter-spacing: 0.04em;
}
.Product_detail_5 .detailArea {
  /* padding-inline: calc(15 * 100vw/428); */
}
.Product_detail_5 .detailArea .detailBox {
  padding: calc(38 * 100vw/428) calc(35 * 100vw/428) calc(54 * 100vw/428);
  background-color: var(--color-detail5-secondary);
  border-top: 1px solid var(--color-border);
}
.Product_detail_5 .detailArea .detailBox__title {
  margin-bottom: calc(36 * 100vw/428);
  font-size: calc(20 * 100vw/428);
  letter-spacing: 0.5em;
  text-align: center;
}
.Product_detail_5 .detailArea .detailBox__textList {
  margin-top: calc(25 * 100vw/428);
  counter-reset: number;
}
.Product_detail_5 .detailArea .detailBox__textList__text {
  position: relative;
  padding-left: calc(23 * 100vw/428);
  font-size: calc(13 * 100vw/428);
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.Product_detail_5 .detailArea .detailBox__textList__text .numbering {
  position: absolute;
  top: calc(2 * 100vw/428);
  left: 0;
  font-size: calc(14 * 100vw/428);
  letter-spacing: 0.04em;
  line-height: 1;
}
.Product_detail_5 .detailArea .detailBox__textList__text:nth-child(n+2) {
  margin-top: calc(16 * 100vw/428);
}
.Product_detail_5 .detailArea .colorBox-ver1 .detailBox__imgWrap {
  margin: 0 auto calc(24 * 100vw/428);
  width: calc(261 * 100vw/428);
}
.Product_detail_5 .detailArea .colorBox-ver1 .detailBox__name {
  margin-bottom: calc(24 * 100vw/428);
  font-size: calc(18 * 100vw/428);
  letter-spacing: 0.1em;
  line-height: 1.85;
  text-align: center;
}
.Product_detail_5 .detailArea .colorBox-ver1 .detailBox__name .frame {
  display: inline-block;
  padding: calc(5 * 100vw/428) calc(10 * 100vw/428) calc(4 * 100vw/428);
  border: 1px solid;
  font-size: calc(12 * 100vw/428);
  line-height: 1;
  letter-spacing: 0.04em;
}
.Product_detail_5 .detailArea .colorBox-ver2 .textureList {
  display: flex;
  flex-wrap: wrap;
  gap: calc(34 * 100vw/428) calc(22 * 100vw/428);
  justify-content: center;
}
.Product_detail_5 .detailArea .colorBox-ver2 .textureList li {
  width: calc(163 * 100vw/428);
}
.Product_detail_5 .detailArea .colorBox-ver2 .detailBox__imgWrap {
  margin-bottom: calc(14 * 100vw/428);
}
.Product_detail_5 .detailArea .colorBox-ver2 .detailBox__name {
  margin-bottom: calc(12 * 100vw/428);
  font-size: calc(17 * 100vw/428);
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-align: center;
}
.Product_detail_5 .detailArea .colorBox-ver2 .detailBox__text {
  font-size: calc(12 * 100vw/428);
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: justify;
}
.Product_detail_5 .detailArea .colorBox-ver3 .textureList {
  padding-inline: calc(26 * 100vw/428);
}
.Product_detail_5 .detailArea .colorBox-ver3 .textureList li:nth-child(n+2) {
  margin-top: calc(38 * 100vw/428);
}
.Product_detail_5 .detailArea .colorBox-ver3 .detailBox__imgWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: calc(8 * 100vw/428);
      column-gap: calc(8 * 100vw/428);
  margin-bottom: calc(10 * 100vw/428);
}
.Product_detail_5 .detailArea .colorBox-ver3 .detailBox__img {
  width: calc(163 * 100vw/428);
}
.Product_detail_5 .detailArea .colorBox-ver3 .detailBox__name {
  font-size: calc(18 * 100vw/428);
  letter-spacing: 0.04em;
  text-align: center;
  width: calc(175 * 100vw/428);
}
.Product_detail_5 .detailArea .colorBox-ver3 .detailBox__text {
  font-size: calc(13 * 100vw/428);
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.Product_detail_5 .detailArea .colorBox-ver4 .detailBox__title {
  margin-bottom: 0;
}
.Product_detail_5 .detailArea .colorBox-ver4 .textureList {
  display: flex;
  flex-wrap: wrap;
  gap: calc(24 * 100vw/428) calc(22 * 100vw/428);
  justify-content: center;
}
.Product_detail_5 .detailArea .colorBox-ver4 .textureList li {
  width: calc(163 * 100vw/428);
}
.Product_detail_5 .detailArea .colorBox-ver4 .textureList li:nth-child(-n+2) .texture__img {
  margin-top: calc(13 * 100vw/428);
}
.Product_detail_5 .detailArea .colorBox-ver4 .textureList li:nth-child(-n+2) .detailBox__imgWrap {
  margin-top: calc(36 * 100vw/428);
}
.Product_detail_5 .detailArea .colorBox-ver4 .textureList li:nth-child(-n+2) .texture__img + .detailBox__imgWrap {
  margin-top: 0;
}
.Product_detail_5 .detailArea .colorBox-ver4 .texture__img {
  position: relative;
  margin-bottom: calc(-19 * 100vw/428);
  margin-left: calc(-21 * 100vw/428);
  width: calc(113 * 100vw/428);
  height: calc(54 * 100vw/428);
  z-index: 1;
}
.Product_detail_5 .detailArea .colorBox-ver4 .detailBox__imgWrap {
  margin-bottom: calc(12 * 100vw/428);
}
.Product_detail_5 .detailArea .colorBox-ver4 .detailBox__name {
  margin-bottom: calc(12 * 100vw/428);
  font-size: calc(17 * 100vw/428);
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-align: center;
}
.Product_detail_5 .detailArea .colorBox-ver4 .detailBox__text {
  font-size: calc(12 * 100vw/428);
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: justify;
}
.Product_detail_5 .detailArea .pointsBox .textureList {
  padding-inline: calc(25 * 100vw/428);
}
.Product_detail_5 .detailArea .pointsBox .textureList li:nth-child(n+2) {
  margin-top: calc(28 * 100vw/428);
}
.Product_detail_5 .detailArea .pointsBox .detailBox__imgWrap {
  margin-bottom: calc(17 * 100vw/428);
}
.Product_detail_5 .detailArea .pointsBox__head {
  display: inline-block;
  margin-bottom: calc(6 * 100vw/428);
  padding: calc(4 * 100vw/428) calc(6 * 100vw/428);
  background-color: var(--color-accent);
  color: #fff;
  font-size: calc(12 * 100vw/428);
  line-height: 1;
  letter-spacing: 0.04em;
}
.Product_detail_5 .detailArea .pointsBox__head .number {
  font-size: calc(14 * 100vw/428);
}
.Product_detail_5 .detailArea .pointsBox__title {
  margin-bottom: calc(13 * 100vw/428);
  color: var(--color-accent);
  font-size: calc(17 * 100vw/428);
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.Product_detail_5 .detailArea .pointsBox__text {
  font-size: calc(13 * 100vw/428);
  line-height: 1.75;
  letter-spacing: 0.04em;
  text-align: justify;
}
.Product_detail_5 .detailArea .lookBox .detailBox__inner > .detailBox__imgWrap {
  margin-bottom: calc(25 * 100vw/428);
  display: flex;
  /* padding-inline: calc(10 * 100vw/428); */
}
.Product_detail_5 .detailArea .lookBox .detailBox__itemList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: calc(36 * 100vw/428);
  justify-content: center;
  -moz-column-gap: calc(15 * 100vw/428);
      column-gap: calc(15 * 100vw/428);
  text-align: center;
}
.Product_detail_5 .detailArea .lookBox .detailBox__item {
  width: calc(110 * 100vw/428);
}
.Product_detail_5 .detailArea .lookBox .detailBox__item__imgWrap {
  margin-bottom: calc(2 * 100vw/428);
}
.Product_detail_5 .detailArea .lookBox .detailBox__item__name {
  color: #000;
  font-size: calc(11 * 100vw/428);
  font-weight: 300;
  line-height: 1.34;
  letter-spacing: 0.04em;
}
.Product_detail_5 .detailArea .fragranceBox {
  overflow: hidden;
}
.Product_detail_5 .detailArea .fragranceBox .detailBox__inner {
  padding-block: calc(34 * 100vw/428) calc(22 * 100vw/428);
}
.Product_detail_5 .detailArea .fragranceBox .pyramid {
  position: relative;
  z-index: 0;
}
.Product_detail_5 .detailArea .fragranceBox .pyramid::after {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  top: calc(-56 * 100vw/428);
  left: 50%;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background-color: var(--color-detail5-pyramid);
  width: calc(722 * 100vw/428);
  height: calc(618 * 100vw/428);
  z-index: -1;
}
.Product_detail_5 .detailArea .fragranceBox .pyramid__notesWrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: center;
  -moz-column-gap: calc(14 * 100vw/428);
      column-gap: calc(14 * 100vw/428);
  z-index: 0;
}
.Product_detail_5 .detailArea .fragranceBox .pyramid__notesWrap__title {
  margin-bottom: calc(14 * 100vw/428);
  color: var(--color-fragrance);
  font-size: calc(16 * 100vw/428);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.3em;
  text-align: center;
  width: 100%;
}
.Product_detail_5 .detailArea .fragranceBox .pyramid__notesWrap:nth-child(n+2) {
  position: relative;
  margin-top: calc(40 * 100vw/428);
  z-index: 1;
}
.Product_detail_5 .detailArea .fragranceBox .pyramid__notesWrap:nth-child(n+2)::after {
  content: "";
  position: absolute;
  top: calc(-21 * 100vw/428);
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom: 2px solid #FBFBFB;
  z-index: 1;
}
.Product_detail_5 .detailArea .fragranceBox .pyramid__notes {
  width: calc(106 * 100vw/428);
}
.Product_detail_5 .detailArea .fragranceBox .pyramid__name {
  margin-top: calc(6 * 100vw/428);
  font-size: calc(11 * 100vw/428);
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
}
.Product_detail_5 .infoArea {
  margin-top: calc(46 * 100vw/428);
  padding-inline: calc(15 * 100vw/428);
  text-align: center;
}
.Product_detail_5 .infoArea__line {
  position: relative;
  z-index: 0;
}
.Product_detail_5 .infoArea__line::before {
  content: "";
  position: absolute;
  top: calc(16 * 100vw/428);
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid var(--color-border);
  z-index: -1;
}
.Product_detail_5 .infoArea__line:nth-child(n+2) {
  margin-top: calc(30 * 100vw/428);
}
.Product_detail_5 .infoArea__textBox {
  padding-inline: calc(5 * 100vw/428);
}
.Product_detail_5 .infoArea .infoArea__title {
  display: inline-block;
  margin-bottom: calc(12 * 100vw/428);
  padding: calc(10 * 100vw/428) calc(16 * 100vw/428);
  background-color: #fff;
  color: #000000;
  font-size: calc(16 * 100vw/428);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}
.Product_detail_5 .infoArea .infoArea__text {
  font-size: calc(14 * 100vw/428);
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}
.Product_detail_5 .infoArea .ingredientList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc(8 * 100vw/428) calc(9 * 100vw/428);
}
.Product_detail_5 .infoArea .ingredientList li {
  padding: calc(3 * 100vw/428) calc(5 * 100vw/428) calc(2 * 100vw/428) calc(8 * 100vw/428);
  border: 1px solid var(--color-border);
  border-radius: calc(6 * 100vw/428);
  font-size: calc(14 * 100vw/428);
  letter-spacing: 0.04em;
}
.Product_detail_5 .infoArea .infoArea__note {
  margin-top: calc(20 * 100vw/428);
  font-size: calc(11 * 100vw/428);
  line-height: 1.36;
  letter-spacing: 0.04em;
  text-align: center;
}
.Product_detail_5 .infoArea .freeList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc(12 * 100vw/428);
}
.Product_detail_5 .infoArea .freeList li {
  display: grid;
  position: relative;
  place-content: center;
  background-color: var(--color-free);
  border-radius: 50%;
  font-size: calc(14 * 100vw/428);
  line-height: 1.36;
  letter-spacing: 0.02em;
  text-align: center;
  width: calc(104 * 100vw/428);
  height: calc(104 * 100vw/428);
  z-index: 0;
}
.Product_detail_5 .infoArea .freeList li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://snidelbeauty.com/Contents/ImagesPkg/product/template/free_border.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.Product_detail_5 .infoArea .freeList li p {
  padding-top: calc(5 * 100vw/428);
}
.Product_detail_5 .infoArea .free .infoArea__note {
  margin-top: calc(24 * 100vw/428);
  text-align: center;
}
.Product_detail_5 .infoArea .free .infoArea__text {
  margin-top: calc(18 * 100vw/428);
  text-align: center;
}

/* .Product_detail_5 SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ PC ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
@media (min-width: 769px) {
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡ ▼ S e t U p  PC ▼ ≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  .Product_detail_5 {
    margin-bottom: 10rem;
    max-width: 100vw;
  }
  .Product_detail_5 a {
    cursor: pointer;
  }
  .Product_detail_5 .pcOnly {
    display: block;
  }
  .Product_detail_5 .spOnly {
    display: none;
  }
  /* .Product_detail_5 : set up PC*/
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡≡ ▼ layout  PC ▼ ≡≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  .Product_detail_5 .mvArea {
    /* padding-inline: 2rem; */
  }
  .Product_detail_5 .mvArea__read {
    padding: 8rem 1rem 9.8rem;
  }
  .Product_detail_5 .mvArea__head {
    margin-bottom: 3.4rem;
    font-size: 3.9rem;
  }
  .Product_detail_5 .mvArea__title {
    margin-bottom: 6.2rem;
    font-size: 2.2rem;
    line-height: 1.75;
  }
  .Product_detail_5 .mvArea__textWrap .mvArea__text {
    font-size: 1.5rem;
  }
  .Product_detail_5 .mvArea__textWrap .mvArea__text:nth-of-type(n+2) {
    margin-top: 3.2rem;
  }
  .Product_detail_5 .productArea {
    padding: 6.8rem 0 8rem;
  }
  .Product_detail_5 .productArea__imgWrap {
    margin-inline: auto;
    margin-bottom: 1.8rem;
    width: 60rem;
  }
  .Product_detail_5 .productArea__title {
    margin-top: 4rem;
    margin-bottom: 4rem;
    font-size: 2rem;
    line-height: 1.6;
  }
  .Product_detail_5 .productArea__textWrap {
    padding-inline: 10.5rem;
  }
  .Product_detail_5 .productArea__text {
    margin-bottom: 2.2rem;
    font-size: 1.4rem;
    text-align: center;
  }
  .Product_detail_5 .productArea__note {
    font-size: 1.1rem;
    text-align: center;
  }
  .Product_detail_5 .detailArea {
    /* padding-inline: 2rem; */
  }
  .Product_detail_5 .detailArea .detailBox {
    padding: 5.2rem 0 8.8rem;
  }
  .Product_detail_5 .detailArea .detailBox__title {
    margin-bottom: 5.2rem;
    font-size: 2.4rem;
    width: 100%;
  }
  .Product_detail_5 .detailArea .detailBox__textList {
    padding-inline: 0;
    margin-top: 2rem;
  }
  .Product_detail_5 .detailArea .detailBox__textList__text {
    padding-left: 2.6rem;
    font-size: 1.3rem;
    line-height: 1.88;
  }
  .Product_detail_5 .detailArea .detailBox__textList__text .numbering {
    top: 0.5rem;
    font-size: 1.6rem;
  }
  .Product_detail_5 .detailArea .detailBox__textList__text:nth-child(n+2) {
    margin-top: 1.2rem;
  }
  .Product_detail_5 .detailArea .colorBox-ver1 {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 9.5rem;
        column-gap: 9.5rem;
    align-items: center;
    justify-content: center;
  }
  .Product_detail_5 .detailArea .colorBox-ver1 .detailBox__imgWrap {
    margin: 0 0 2rem;
    width: 25rem;
  }
  .Product_detail_5 .detailArea .colorBox-ver1 .detailBox__name {
    margin-bottom: 0;
    font-size: 1.8rem;
  }
  .Product_detail_5 .detailArea .colorBox-ver1 .detailBox__name .frame {
    display: inline-block;
    margin-right: 1.3rem;
    padding: 0.6rem 0.8rem 0.5rem;
    font-size: 1.3rem;
  }
  .Product_detail_5 .detailArea .colorBox-ver2 .textureList {
    gap: 5.9rem 3.6rem;
  }
  .Product_detail_5 .detailArea .colorBox-ver2 .textureList li {
    width: 38rem;
  }
  .Product_detail_5 .detailArea .colorBox-ver2 .detailBox__imgWrap {
    margin-inline: auto;
    margin-bottom: 1.6rem;
    width: fit-content;
  }
  .Product_detail_5 .detailArea .colorBox-ver2 .detailBox__name {
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }
  .Product_detail_5 .detailArea .colorBox-ver2 .detailBox__text {
    font-size: 1.3rem;
    line-height: 1.75;
    text-align: center;
  }
  .Product_detail_5 .detailArea .colorBox-ver3 .textureList {
    padding-inline: 0;
  }
  .Product_detail_5 .detailArea .colorBox-ver3 .textureList li {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 1.6rem;
        column-gap: 1.6rem;
  }
  .Product_detail_5 .detailArea .colorBox-ver3 .textureList li:nth-child(n+2) {
    margin-top: 4.8rem;
  }
  .Product_detail_5 .detailArea .colorBox-ver3 .detailBox__imgWrap {
    display: block;
    margin-bottom: 0;
    max-width: 58rem;
  }
  .Product_detail_5 .detailArea .colorBox-ver3 .detailBox__textWrap {
    width: 58rem;
  }
  .Product_detail_5 .detailArea .colorBox-ver3 .detailBox__img {
    width: 23rem;
  }
  .Product_detail_5 .detailArea .colorBox-ver3 .detailBox__name {
    margin-bottom: 1.7rem;
    font-size: 2rem;
    width: 100%;
  }
  .Product_detail_5 .detailArea .colorBox-ver3 .detailBox__text {
    font-size: 1.3rem;
    line-height: 1.63;
    text-align: center;
  }
  .Product_detail_5 .detailArea .colorBox-ver4 .textureList {
    gap: 4.6rem 3.6rem;
  }
  .Product_detail_5 .detailArea .colorBox-ver4 .textureList li {
    width: 37rem;
  }
  .Product_detail_5 .detailArea .colorBox-ver4 .textureList li:nth-child(-n+2) .texture__img {
    margin-top: 3.6rem;
  }
  .Product_detail_5 .detailArea .colorBox-ver4 .textureList li:nth-child(-n+2) .detailBox__imgWrap {
    margin-top: 5.4rem;
  }
  .Product_detail_5 .detailArea .colorBox-ver4 .texture__img {
    margin-bottom: -3.1rem;
    margin-left: 0;
    width: 18.2rem;
    height: 8.6rem;
  }
  .Product_detail_5 .detailArea .colorBox-ver4 .detailBox__imgWrap {
    margin-inline: auto;
    margin-bottom: 1.4rem;
    width: 26rem;
  }
  .Product_detail_5 .detailArea .colorBox-ver4 .detailBox__name {
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }
  .Product_detail_5 .detailArea .colorBox-ver4 .detailBox__text {
    font-size: 1.3rem;
    line-height: 1.75;
    text-align: center;
  }
  .Product_detail_5 .detailArea .pointsBox .textureList {
    padding-inline: 0;
  }
  .Product_detail_5 .detailArea .pointsBox .textureList li {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 4rem;
        column-gap: 4rem;
  }
  .Product_detail_5 .detailArea .pointsBox .textureList li:nth-child(n+2) {
    margin-top: 5.4rem;
  }
  .Product_detail_5 .detailArea .pointsBox .textureList li:nth-child(even) {
    flex-direction: row-reverse;
  }
  .Product_detail_5 .detailArea .pointsBox .detailBox__imgWrap {
    margin-bottom: 0;
    width: 30rem;
  }
  .Product_detail_5 .detailArea .pointsBox .detailBox__textWrap {
    width: 56rem;
  }
  .Product_detail_5 .detailArea .pointsBox__head {
    margin-bottom: 1rem;
    padding: 0.4rem 0.7rem;
    font-size: 1.3rem;
  }
  .Product_detail_5 .detailArea .pointsBox__head .number {
    font-size: 1.5rem;
  }
  .Product_detail_5 .detailArea .pointsBox__title {
    margin-bottom: 2rem;
    font-size: 1.8rem;
    line-height: 1.75;
  }
  .Product_detail_5 .detailArea .pointsBox__text {
    font-size: 1.4rem;
    line-height: 2;
  }
  .Product_detail_5 .detailArea .lookBox .detailBox__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 5.3rem;
        column-gap: 5.3rem;
    max-width: 106rem;
  }
  .Product_detail_5 .detailArea .lookBox .detailBox__inner > .detailBox__imgWrap {
    margin: 0;
    padding-inline: 0;
    width: fit-content;
    display: block;
  }
  .Product_detail_5 .detailArea .lookBox .detailBox__itemList {
    margin-bottom: 4rem;
    justify-content: flex-start;
    -moz-column-gap: 0.8rem;
        column-gap: 0.8rem;
  }
  .Product_detail_5 .detailArea .lookBox .detailBox__item {
    width: 13.2rem;
  }
  .Product_detail_5 .detailArea .lookBox .detailBox__item__imgWrap {
    margin-bottom: 0.2rem;
  }
  .Product_detail_5 .detailArea .lookBox .detailBox__item__name {
    font-size: 1.1rem;
  }
  .Product_detail_5 .detailArea .fragranceBox .detailBox__inner {
    padding-block: 4.5rem 2rem;
    max-width: 106rem;
  }
  .Product_detail_5 .detailArea .fragranceBox .pyramid::after {
    top: -7rem;
    width: 92rem;
    height: 78.6rem;
  }
  .Product_detail_5 .detailArea .fragranceBox .pyramid__notesWrap {
    -moz-column-gap: 1.8rem;
        column-gap: 1.8rem;
  }
  .Product_detail_5 .detailArea .fragranceBox .pyramid__notesWrap__title {
    margin-bottom: 1.8rem;
    font-size: 1.8rem;
  }
  .Product_detail_5 .detailArea .fragranceBox .pyramid__notesWrap:nth-child(n+2) {
    margin-top: 5.4rem;
  }
  .Product_detail_5 .detailArea .fragranceBox .pyramid__notesWrap:nth-child(n+2)::after {
    top: -3rem;
  }
  .Product_detail_5 .detailArea .fragranceBox .pyramid__notes {
    width: 13.6rem;
  }
  .Product_detail_5 .detailArea .fragranceBox .pyramid__name {
    margin-top: 1rem;
    font-size: 1.2rem;
  }
  .Product_detail_5 .infoArea {
    margin-top: 8rem;
    padding-inline: 5rem;
  }
  .Product_detail_5 .infoArea__line::before {
    top: 1.6rem;
  }
  .Product_detail_5 .infoArea__line:nth-child(n+2) {
    margin-top: 4rem;
  }
  .Product_detail_5 .infoArea__textBox {
    margin-top: -0.3rem;
    padding-inline: 1.2rem;
  }
  .Product_detail_5 .infoArea .infoArea__title {
    margin-bottom: 1.4rem;
    padding: 1rem 1.2rem;
    font-size: 1.6rem;
  }
  .Product_detail_5 .infoArea .infoArea__text {
    font-size: 1.5rem;
  }
  .Product_detail_5 .infoArea .ingredientList {
    gap: 1rem;
  }
  .Product_detail_5 .infoArea .ingredientList li {
    padding: 0.3rem 0.7rem;
    border-radius: 0.6rem;
    font-size: 1.4rem;
  }
  .Product_detail_5 .infoArea .infoArea__note {
    margin-top: 2rem;
    font-size: 1.2rem;
  }
  .Product_detail_5 .infoArea .freeList {
    margin-inline: auto;
    gap: 1.4rem 2.2rem;
    max-width: 80rem;
  }
  .Product_detail_5 .infoArea .freeList li {
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
    width: 12.8rem;
    height: 12.8rem;
  }
  .Product_detail_5 .infoArea .freeList li p {
    padding-top: 0.4rem;
  }
  .Product_detail_5 .infoArea .free .infoArea__note {
    margin-top: 3rem;
  }
  .Product_detail_5 .infoArea .free .infoArea__text {
    margin-top: 2.4rem;
  }
  /* .Product_detail_5 PC*/
}



.Product_detail_5 .detailBox_itemGroup {
  display: flex;
  justify-content: space-between;
  width: 90rem;
  column-gap: 6rem;
  align-items: center;
}

.Product_detail_5 .detailBox .detailBox_itemGroup:nth-of-type(2) {
  margin-top: 8rem;
}

.Product_detail_5 .detailBox_desc {
  font-size: 1.4rem;
  line-height: 1.88;
}

.Product_detail_5 .detailArea .lookBox .detailBox__inner {
  gap: 6rem;
}

.Product_detail_5 .detailArea .lookBox .detailBox__itemList {
  margin-bottom: 3rem;
  justify-content: space-between;
}

.Product_detail_5 .detailArea .lookBox .detailBox__item {
  width: 10rem;
}

.Product_detail_5 .detailArea .detailBox__textList {
  width: 48.5rem;
}

.Product_detail_5 .lookBox .detailBox__inner:nth-of-type(2) {
  flex-direction: row-reverse;
  margin-top: 8rem;
}

.Product_detail_5 .detailArea .detailBox__textList .detailBox__textList__text:nth-of-type(10) .numbering {
  left: -0.5rem; 
}

.Product_detail_5 iframe {
  margin: 0 auto;
}

@media (max-width: 769px) {
.Product_detail_5 .detailBox_itemGroup {
  flex-direction: column;
  width: 100%;
  column-gap: calc(100 * 100vw/428);
}

.Product_detail_5 .detailBox .detailBox_itemGroup:nth-of-type(2) {
  margin-top: calc(100 * 100vw/428);
}

.Product_detail_5 .detailBox_desc {
  font-size: calc(14 * 100vw/428);
}

.Product_detail_5 .detailArea .lookBox .detailBox__inner {
  gap:calc(80 * 100vw/428);
}

.Product_detail_5 .detailArea .lookBox .detailBox__itemList {
  margin-bottom: calc(25 * 100vw / 428);
  justify-content: center;
  column-gap: calc(40 * 100vw / 428);
  row-gap: calc(20 * 100vw / 428);
}

.Product_detail_5 .detailArea .lookBox .detailBox__item {
  width: calc(110 * 100vw/428);
}

.Product_detail_5 .detailArea .detailBox__textList {
  width: 100%;
}

.Product_detail_5 .lookBox .detailBox__inner:nth-of-type(2) {
  flex-direction: row-reverse;
  margin-top: calc(60 * 100vw/428);
}

.Product_detail_5 .detailArea .detailBox__textList .detailBox__textList__text:nth-of-type(10) .numbering {
  left:calc(-10 * 100vw/428);
}
}