@charset "UTF-8";
:root {
  --white: #fff;
  --black: #000;
  --text-main: #333;
  --bg-main: #fff;
  --line-color: #000;
  --font: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, sans-serif;
  --font-en: Noto Serif Display, serif;
  --pc-width: 1200;
  --tb-width: 768;
  --sp-width: 428;
}

/*----------共通設定 pc----------*/
* {
  font-feature-settings: normal;
}

* > .lp__contener {
  font-family: var(--font);
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  /*font-size: 62.5%;*/
  background-color: var(--bg-main);
}

/*----------共通設定 tablet----------*/
@media only screen and (min-width: 1200px) and (max-width: 768px) {
  html {
    font-size: 0.8333333333vw;
  }
}
/*----------共通設定 sp----------*/
@media only screen and (max-width: 767px) {
  html {
    font-size: 2.3364485981vw;
  }
}
/*----------LP normalize SP----------*/
.lp__contener {
  width: 100%;
  max-width: 100vw;
  font-family: var(--font);
}
.lp__contener * {
  box-sizing: border-box;
}
.lp__contener img {
  height: auto;
  opacity: 1;
  width: 100%;
}
.lp__contener a {
  text-decoration: none;
}
.lp__contener picture, .lp__contener a {
  display: block;
}
.lp__contener .spOnly {
  display: block;
}
.lp__contener .pcOnly {
  display: none;
}
.lp__contener p, .lp__contener ul, .lp__contenerol, .lp__contenerdl {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .lp__contener .section__inner {
    max-width: 100%;
  }
}

/*----------LP normalize PC----------*/
@media only screen and (min-width: 768px) {
  #Wrap {
    width: 100% !important;
  }
  .wrapTop, .wrapBottom {
    width: 100% !important;
  }
  .lp__contener .sp_only {
    display: none;
  }
  .lp__contener .sp_only {
    display: block;
  }
  .lp__contener .section__inner {
    max-width: 100rem;
    margin: 0 auto;
  }
  .lp__contener .mv__contener.section__inner {
    max-width: 120rem;
    margin: 0 auto;
  }
}
/*----------装飾----------*/
.line-marker {
  text-align: center;
}
.line-marker span {
  position: relative;
  z-index: 0;
}
.line-marker span::before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 1.4rem;
  background: #D6A69E;
  bottom: 0.4rem;
  padding: 0 1rem;
  left: -1rem;
  z-index: -1;
}

/*----------アニメーション----------*/
.fadein {
  opacity: 0;
  transition: opacity, 1s;
}

.fadein-load {
  opacity: 0;
  transition: opacity, 1s;
}

.fadein.fade-active {
  opacity: 1;
}

/*----------layout sp----------*/
.lp__contener {
  /*----------ボタン----------*/
  /*----------mv----------*/
  /*----------nav__area----------*/
  /*----------mainTitle----------*/
  /*----------mainTitle----------*/
  /*----------text__area----------*/
  /*----------faq__list----------*/
  /*----------survey__list----------*/
  /*----------contents__wrap 白背景----------*/
  /*----------各コンテンツ brand__area ----------*/
  /*----------各コンテンツ lineUP__area ----------*/
  /*----------各コンテンツ oil__area ----------*/
  /*----------商品リスト itemWrap----------*/
}
.lp__contener .btn--itemAll {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38.8rem;
  height: 8rem;
  background-color: #52352A;
  border-radius: 8rem;
  margin: 3rem 0;
  color: var(--white);
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
}
.lp__contener .btn--itemAll::after {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  right: 1.5rem;
  width: 2rem;
  height: 2rem;
  background-image: url(../img/arrow_right.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translate(-50%, -50%);
}
.lp__contener .mv {
  background-color: #E8C3AD;
}
.lp__contener .mv__imgContener {
  width: 100%;
}
.lp__contener .mv__lead {
  width: 100%;
  padding: 4.5rem 2rem 4rem;
  text-align: left;
  font-size: 1.5rem;
  line-height: 2;
  color: #8e2727;
}
.lp__contener .nav__area.nav__top {
  display: block;
  padding: 5rem 2rem;
  background-color: #FDF1E7;
}
.lp__contener .nav__area.nav__bottom {
  display: block;
  padding: 5rem 2rem 3rem;
  background-color: #E8C3AD;
}
.lp__contener .nav__area.nav__bottom .nav__item {
  background-color: #EDCFBE;
}
.lp__contener .nav__area.nav__bottom .nav__item::after {
  display: none;
}
.lp__contener .nav__area .nav__item {
  background-color: #FAE8DC;
  width: 100%;
  position: relative;
}
.lp__contener .nav__area .nav__item::after {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
  width: 2rem;
  height: 2rem;
  background-image: url(../img/arrow_bottom.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transition: top, 0.5s;
}
.lp__contener .nav__area .nav__item:hover::after {
  top: 60%;
}
.lp__contener .nav__area .nav__item:not(:first-of-type) {
  margin-top: 1rem;
}
.lp__contener .nav__area .nav__item a {
  display: flex;
  padding: 1.5rem 1.5rem 1.4rem;
}
.lp__contener .nav__area .nav__num {
  display: block;
  position: relative;
  width: 4rem;
  margin-right: 1.5rem;
  font-family: var(--font-en);
  font-size: 3.2rem;
  font-weight: bold;
  z-index: 0;
}
.lp__contener .nav__area .nav__num::after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #E8B8AD;
  z-index: -1;
}
.lp__contener .nav__area .nav__text {
  color: var(--text-main);
  font-family: var(--font-en);
  font-size: 1.8rem;
  line-height: 1.2;
}
.lp__contener .nav__area .nav__text--rubi {
  display: block;
  font-family: var(--font);
  line-height: 1.4;
  font-size: 1.4rem;
  margin-top: 0.5rem;
}
.lp__contener .sec__mainTitle {
  text-align: center;
  margin-bottom: 3.7rem;
}
.lp__contener .sec__mainTitle__textInner {
  position: relative;
  z-index: 0;
  color: #8E2727;
  font-family: var(--font-en);
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.lp__contener .sec__mainTitle__textInner::after {
  display: block;
  position: absolute;
  content: "";
  top: -2.2rem;
  left: -3rem;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background-color: #EBC4BD;
  z-index: -2;
}
.lp__contener .sec__mainTitle--sub {
  margin-top: 0.9rem;
  text-align: center;
  font-family: var(--font);
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
  color: #8E2727;
  position: relative;
  z-index: 1;
}
.lp__contener .sec__middleTitle {
  text-align: center;
}
.lp__contener .sec__middleTitle__textInner {
  padding-bottom: 4.9rem;
  display: block;
  color: #8E2727;
  font-family: var(--font-en);
  font-weight: bold;
  font-size: 1.8rem;
  position: relative;
}
.lp__contener .sec__middleTitle__textInner::after {
  display: block;
  position: absolute;
  content: "";
  bottom: -0.7rem;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 1px;
  height: 3rem;
  background-color: #B96561;
}
.lp__contener .sec__middleTitle--text {
  text-align: center;
  line-height: 2;
  font-size: 1.6rem;
}
.lp__contener .sec__middleTitle--Line {
  position: relative;
  z-index: 0;
  margin-top: 0;
  display: inline-block;
  font-size: 2.4rem;
  text-align: center;
}
.lp__contener .sec__middleTitle--Line::before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 1.4rem;
  background: #D6A69E;
  bottom: 0.4rem;
  padding: 0 1rem;
  left: -1rem;
  z-index: -1;
}
.lp__contener .sec__middleTitle--Line.sp_only.mt1 {
  margin-top: 1rem;
}
.lp__contener .text__area {
  position: relative;
  padding: 0 2rem;
}
.lp__contener .text__area p {
  position: relative;
  z-index: 1;
}
.lp__contener .text__area::before {
  display: block;
  position: absolute;
  content: "";
  top: -2rem;
  left: 0;
  width: 6rem;
  height: 4.7rem;
  background-image: url(../img/w_quotation_left.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.lp__contener .text__area::after {
  display: block;
  position: absolute;
  content: "";
  bottom: -2rem;
  right: 0;
  width: 6rem;
  height: 4.7rem;
  background-image: url(../img/w_quotation_right.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.lp__contener .text__area .text__title {
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 600;
}
.lp__contener .text__area .text__sentence {
  margin-top: 0.3rem;
  line-height: 2;
  font-size: 1.4rem;
}
.lp__contener .faq__list {
  margin-top: 4rem;
}
.lp__contener .faq__list .faq__item {
  width: 39.8rem;
  margin: 1.6rem auto 0;
  padding: 1rem 1.5rem 2rem;
  background-color: var(--white);
}
.lp__contener .faq__list .faq__item:first-of-type {
  margin-top: 0;
}
.lp__contener .faq__list .faq__item.faq__open .faq__text {
  overflow: visible;
  height: auto;
}
.lp__contener .faq__list .faq__item.faq__open .faq__text::after {
  display: none;
}
.lp__contener .faq__list .faq__title {
  display: flex;
  padding-top: 1.3rem;
  font-size: 1.8rem;
  font-weight: bold;
}
.lp__contener .faq__list .faq__icon {
  margin-top: -0.8rem;
  margin-right: 0.5rem;
  color: #AC274B;
  font-weight: normal;
  font-style: italic;
  font-size: 3rem;
  line-height: 1.2;
  font-family: var(--font-en);
  white-space: nowrap;
}
.lp__contener .faq__list .faq__text {
  height: 15rem;
  margin-top: 0.7rem;
  overflow: hidden;
  position: relative;
  font-size: 1.3rem;
  line-height: 2;
  z-index: 0;
}
.lp__contener .faq__list .faq__text::after {
  display: block;
  position: absolute;
  content: "";
  bottom: 0;
  left: -1.5rem;
  width: 100%;
  height: 15rem;
  width: 39.8rem;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 77.34%, #fff 100%);
}
.lp__contener .faq__list .faq__text--title {
  font-weight: bold;
  line-height: 2;
}
.lp__contener .faq__list .faq__text dd {
  line-height: 2;
}
.lp__contener .faq__list .faq__text dd--margin {
  margin-top: 3rem;
}
.lp__contener .faq__list .faq__openBtn {
  position: relative;
  display: flex;
  height: 3rem;
  width: 15rem;
  border: 1px solid #707070;
  border-radius: 3rem;
  margin: -2.5rem auto 0;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1;
  color: var(--black);
}
.lp__contener .survey__list {
  margin-top: 3.7rem;
}
.lp__contener .survey__list .survey__item {
  width: 39.8rem;
  margin: 2rem auto 0;
  padding: 1rem 1.5rem 2.5rem;
  background-color: var(--white);
}
.lp__contener .survey__list .survey__item:first-of-type {
  margin-top: 0;
}
.lp__contener .survey__list .survey__title {
  display: flex;
  align-items: baseline;
  padding-top: 1.5rem;
  font-size: 1.8rem;
  font-weight: bold;
}
.lp__contener .survey__list .survey__icon {
  margin-right: 0.5rem;
  color: #AC274B;
  font-weight: normal;
  font-style: italic;
  font-size: 2.4rem;
  line-height: 1.2;
  font-family: var(--font-en);
  white-space: nowrap;
}
.lp__contener .survey__list .survey__text {
  margin-top: 2.7rem;
  font-size: 1.4rem;
  line-height: 2;
  z-index: 0;
}
.lp__contener .survey__list .survey__graphImg--circle {
  width: 25rem;
  height: 25rem;
  margin: 2rem auto 0;
}
.lp__contener .survey__list .survey__graphItemList {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.2rem;
  width: fit-content;
  justify-content: center;
  margin: 1.5rem auto 0;
}
.lp__contener .survey__list .survey__graphItem__item {
  width: fit-content;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.625;
}
.lp__contener .survey__list .survey__graphItem__color {
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  margin-right: 1rem;
}
.lp__contener .survey__list .q_01 .survey__graphItem__item {
  width: 12.7rem;
}
.lp__contener .survey__list .q_01 .survey__graphItem__item:nth-of-type(1) .survey__graphItem__color {
  background-color: #fff;
  border: 1px solid #C7C7C7;
}
.lp__contener .survey__list .q_01 .survey__graphItem__item:nth-of-type(2) .survey__graphItem__color {
  background-color: #EAA793;
}
.lp__contener .survey__list .q_01 .survey__graphItem__item:nth-of-type(3) .survey__graphItem__color {
  background-color: #DF8262;
}
.lp__contener .survey__list .q_01 .survey__graphItem__item:nth-of-type(4) .survey__graphItem__color {
  background-color: #F1B254;
}
.lp__contener .survey__list .q_01 .survey__graphItem__item:nth-of-type(5) .survey__graphItem__color {
  background-color: #EBC0C0;
}
.lp__contener .survey__list .q_01 .survey__graphItem__item:nth-of-type(6) .survey__graphItem__color {
  background-color: #F9DDB0;
}
.lp__contener .survey__list .q_02 .survey__graphItem__item {
  width: 33.9rem;
}
.lp__contener .survey__list .q_02 .survey__graphItem__item:nth-of-type(1) .survey__graphItem__color {
  background-color: #DF8262;
}
.lp__contener .survey__list .q_02 .survey__graphItem__item:nth-of-type(2) .survey__graphItem__color {
  background-color: #F1B254;
}
.lp__contener .survey__list .q_02 .survey__graphItem__item:nth-of-type(3) .survey__graphItem__color {
  background-color: #EAA793;
}
.lp__contener .survey__list .q_03-1 + .survey__graphWrap .survey__graphItem__item:nth-of-type(1) .survey__graphItem__color {
  background-color: #DF8262;
}
.lp__contener .survey__list .q_03-1 + .survey__graphWrap .survey__graphItem__item:nth-of-type(2) .survey__graphItem__color {
  background-color: #F1B254;
}
.lp__contener .survey__list .q_03-2.survey__title {
  padding-top: 3rem;
}
.lp__contener .survey__list .q_03-2 + .survey__graphWrap .survey__graphItem__item {
  width: 29.8rem;
}
.lp__contener .survey__list .q_03-2 + .survey__graphWrap .survey__graphItem__item:nth-of-type(1) .survey__graphItem__color {
  background-color: #DF8262;
}
.lp__contener .survey__list .q_03-2 + .survey__graphWrap .survey__graphItem__item:nth-of-type(2) .survey__graphItem__color {
  background-color: #F1B254;
}
.lp__contener .survey__list .q_03-2 + .survey__graphWrap .survey__graphItem__item:nth-of-type(3) .survey__graphItem__color {
  background-color: #EAA793;
}
.lp__contener .survey__list .q_03-2 + .survey__graphWrap .survey__graphItem__item:nth-of-type(4) .survey__graphItem__color {
  background-color: #EBC0C0;
}
.lp__contener .survey__list .q_03-2 + .survey__graphWrap .survey__graphItem__item:nth-of-type(5) .survey__graphItem__color {
  background-color: #F9DDB0;
}
.lp__contener .survey__list .q_04 .survey__graphItem__item:nth-of-type(1) .survey__graphItem__color {
  background-color: #DF8262;
}
.lp__contener .survey__list .q_04 .survey__graphItem__item:nth-of-type(2) .survey__graphItem__color {
  background-color: #F1B254;
}
.lp__contener .survey__list .q_05 .survey__graphItem__item:nth-of-type(1) .survey__graphItem__color {
  background-color: #DF8262;
}
.lp__contener .survey__list .q_05 .survey__graphItem__item:nth-of-type(2) .survey__graphItem__color {
  background-color: #F1B254;
}
.lp__contener .survey__list .survey__lineGlaphWrap {
  border-left: 1px solid #000000;
  padding: 0 0 1rem 0;
  margin-top: 1.5rem;
}
.lp__contener .survey__list .survey__lineGlaphWrap .survey__lineGlaphItem {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 3.4rem;
  padding: 0 0 0 0.6rem;
  /*&:nth-of-type(1) {
    line-height: 3rem;
  }*/
}
.lp__contener .survey__list .survey__lineGlaphWrap .survey__lineGlaph {
  display: flex;
  align-items: center;
}
.lp__contener .survey__list .survey__lineGlaphWrap .survey__lineGlaphPercentage {
  font-size: 1.2rem;
  color: #818285;
  margin-left: 0.6rem;
}
.lp__contener .survey__list .survey__lineGlaphWrap .survey__lineGlaphRatio {
  height: 2rem;
  background-color: #DF8262;
}
.lp__contener .survey__list .survey__lineGlaphTitle {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 2rem;
}
.lp__contener .survey__list .q_04 .survey__lineGlaph._01 .survey__lineGlaphRatio {
  width: 16.2rem;
}
.lp__contener .survey__list .q_04 .survey__lineGlaph._02 .survey__lineGlaphRatio {
  width: 2.8rem;
}
.lp__contener .survey__list .q_04 .survey__lineGlaph._03 .survey__lineGlaphRatio {
  width: 7.1rem;
}
.lp__contener .survey__list .q_04 .survey__lineGlaph._04 .survey__lineGlaphRatio {
  width: 31.8rem;
}
.lp__contener .survey__list .q_04 .survey__lineGlaph._05 .survey__lineGlaphRatio {
  width: 2.5rem;
}
.lp__contener .survey__list .q_04 .survey__lineGlaph._06 .survey__lineGlaphRatio {
  width: 11.2rem;
}
.lp__contener .survey__list .q_05 .survey__lineGlaph._01 .survey__lineGlaphRatio {
  width: 21.5rem;
}
.lp__contener .survey__list .q_05 .survey__lineGlaph._02 .survey__lineGlaphRatio {
  width: 8.5rem;
}
.lp__contener .survey__list .q_05 .survey__lineGlaph._03 .survey__lineGlaphRatio {
  width: 14.2rem;
}
.lp__contener .survey__list .q_05 .survey__lineGlaph._04 .survey__lineGlaphRatio {
  width: 28.5rem;
}
.lp__contener .survey__list .q_05 .survey__lineGlaph._05 .survey__lineGlaphRatio {
  width: 7.6rem;
}
.lp__contener .survey__list .q_05 .survey__lineGlaph._06 .survey__lineGlaphRatio {
  width: 4rem;
}
.lp__contener .survey__list .q_05 .survey__text {
  margin-top: 0rem;
}
.lp__contener .survey__list .commentList {
  width: 33rem;
  margin: 3rem auto 2rem;
}
.lp__contener .survey__list .commentList .commentItem {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #FBF3F1;
  border-radius: 1rem;
  height: 7.2rem;
  font-size: 1.4rem;
  line-height: 1.75;
}
.lp__contener .survey__list .commentList .commentItem::after {
  display: block;
  position: absolute;
  content: "";
  top: 40%;
  right: -2.9rem;
  border-style: solid;
  border-width: 1.2rem 0 0px 3rem;
  border-color: transparent transparent transparent #FBF3F1;
}
.lp__contener .survey__list .commentList .commentItem:nth-of-type(2)::after {
  border-width: 1.2rem 3rem 0px 0;
  border-color: transparent #FBF3F1 transparent transparent;
  left: -2.9rem;
  right: auto;
}
.lp__contener .survey__list .commentList .commentItem:nth-of-type(n+2) {
  margin-top: 0.7rem;
}
.lp__contener .contents__wrap {
  width: 39.8rem;
  margin: 0 auto;
  padding: 5rem 1.5rem 3rem;
  background-color: var(--white);
}
.lp__contener .brand__area {
  margin-top: 3rem;
}
.lp__contener .brand__area.contents__wrap {
  padding: 3rem 1.5rem 2rem;
}
.lp__contener .brand__area .brand__logo {
  width: 27rem;
  margin: 0 auto;
}
.lp__contener .brand__area .brand__logo--rubi {
  margin-top: 1.4rem;
  margin-bottom: 1.8rem;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
}
.lp__contener .brand__area .brand__text--title {
  margin-top: 2rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}
.lp__contener .brand__area .brand__text--text {
  margin-top: 0.5rem;
  font-size: 1.3rem;
  line-height: 2;
}
.lp__contener .lineUP__area {
  position: relative;
  padding: 3rem 1.5rem 1rem;
}
.lp__contener .lineUP__area .lineUP__title {
  font-family: var(--font-en);
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.3636;
  text-align: center;
}
.lp__contener .lineUP__area .lineUP__anchorArea {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 2rem;
}
.lp__contener .lineUP__area .lineUP__anchorList {
  width: 32rem;
  height: 37.2rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 4.4rem;
  margin-left: 1.8rem;
}
.lp__contener .lineUP__area .lineUP__anchorList .lineUP__item {
  width: 10rem;
  height: 10rem;
  position: relative;
}
.lp__contener .lineUP__area .lineUP__anchorList .lineUP__item:nth-of-type(1) {
  margin-top: 0;
}
.lp__contener .lineUP__area .lineUP__anchorList .lineUP__item:nth-of-type(2) {
  margin-top: 3rem;
  margin-left: 1rem;
}
.lp__contener .lineUP__area .lineUP__anchorList .lineUP__item:nth-of-type(3) {
  margin-top: 6rem;
  margin-left: 1rem;
}
.lp__contener .lineUP__area .lineUP__anchorList .lineUP__item:nth-of-type(4) {
  margin-top: -2.4rem;
}
.lp__contener .lineUP__area .lineUP__anchorList .lineUP__item:nth-of-type(5) {
  margin-top: 0.8rem;
  margin-left: 1rem;
}
.lp__contener .lineUP__area .lineUP__anchorList .lineUP__item:nth-of-type(6) {
  margin-top: 3.6rem;
  margin-left: 1rem;
}
.lp__contener .lineUP__area .lineUP__anchorList .lineUP__item:nth-of-type(7) {
  margin-top: -2.3rem;
}
.lp__contener .lineUP__area .lineUP__anchorList .lineUP__item::after {
  display: block;
  position: absolute;
  content: "";
  bottom: -1.6rem;
  left: 46%;
  transform: translateX(-50%);
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  border-top: 2px solid #DBDBDB;
  border-right: 2px solid #DBDBDB;
  transform: rotate(135deg);
}
.lp__contener .lineUP__area .lineUP__anchorList .lineUP__item a {
  width: 100%;
  height: auto;
}
.lp__contener .lineUP__area .lineUP__mater {
  width: 3rem;
  height: 47.6rem;
  background: linear-gradient(#fdfbfa 0%, #f9f4f2 48.77%, #ead4d0 100%);
}
.lp__contener .lineUP__area .lineUP__mater--top {
  white-space: nowrap;
  font-size: 1.3rem;
  font-weight: 600;
  position: relative;
  padding: 0.8rem 0 0.8rem 2.4rem;
}
.lp__contener .lineUP__area .lineUP__mater--top::before {
  display: block;
  position: absolute;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.6rem;
  height: 0.6rem;
  background-color: #8E2727;
  border-radius: 50%;
}
.lp__contener .lineUP__area .lineUP__mater--bottom {
  white-space: nowrap;
  font-size: 1.3rem;
  font-weight: 600;
  position: relative;
  padding: 41.6rem 0 0.8rem 2.4rem;
}
.lp__contener .lineUP__area .lineUP__mater--bottom::before {
  display: block;
  position: absolute;
  content: "";
  position: absolute;
  bottom: 1.2rem;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.6rem;
  height: 0.6rem;
  background-color: #8E2727;
  border-radius: 50%;
}
.lp__contener .lineUP__area .lineUP__itemList {
  margin-top: 4rem;
}
.lp__contener .oil__area.contents__wrap {
  margin-top: 3rem;
  padding: 3rem 1.5rem 1rem;
}
.lp__contener .oil__area .component__list {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.lp__contener .oil__area .component__list .component__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  border: 1px solid #F5AAA8;
  border-radius: 50%;
  font-size: 1.2rem;
  line-height: 1.75;
  text-align: center;
}
.lp__contener .oil__area .component__list .component__item:nth-of-type(n+2) {
  margin-left: 1rem;
}
.lp__contener .oil__area .item__title {
  margin-top: 3rem;
  font-family: var(--font-en);
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.3636;
  text-align: center;
}
.lp__contener .oil__area .item__lead {
  margin-top: 1.5rem;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  line-height: 2;
  text-align: center;
}
.lp__contener .oil__area .oil__itemList {
  margin-top: 2.1rem;
}
.lp__contener .itemWrap {
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 0;
  border-top: 1px solid #E6E6E6;
  position: relative;
}
.lp__contener .itemWrap .itemImg {
  width: 15rem;
  height: 15rem;
}
.lp__contener .itemWrap .item__icon {
  position: absolute;
  top: 2rem;
  left: 10rem;
  right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  background-color: #E3DD8F;
  border-radius: 50%;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.31;
}
.lp__contener .itemWrap .item__description {
  width: 20.2rem;
  margin-left: 1.6rem;
}
.lp__contener .itemWrap .item__description .item__name {
  font-size: 1.2rem;
  line-height: 1.75;
}
.lp__contener .itemWrap .item__description .item__price {
  font-size: 1.2rem;
  line-height: 1.75;
}
.lp__contener .itemWrap .item__description .itemBox__description {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  line-height: 1.75;
}
.lp__contener .itemWrap .item__description .itemBox__description--info {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0.5rem;
}
.lp__contener .itemWrap .item__description .btn--product {
  width: 12rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3rem;
  background-color: #FAECE8;
  margin-top: 1rem;
  font-size: 1.4rem;
  font-family: var(--font-en);
  color: #751212;
}
.lp__contener .femininity {
  background-color: #765549;
  padding: 5.2rem 0 6rem;
}
.lp__contener .femininity .sec__mainTitle__textInner {
  color: var(--white);
}
.lp__contener .femininity .sec__mainTitle__textInner::after {
  background-color: #A76C6C;
}
.lp__contener .femininity .sec__mainTitle--sub {
  color: var(--white);
}
.lp__contener .femininity .text__area {
  color: var(--white);
}
.lp__contener .femininity .text__area::before {
  background-image: url(../img/sec02_w_quotation_left.png);
}
.lp__contener .femininity .text__area::after {
  background-image: url(../img/sec02_w_quotation_right.png);
}
.lp__contener .selfLove {
  background-color: #F8E4DE;
  padding: 5.2rem 0 6rem;
}
.lp__contener .selfLove .sec__middleTitle:nth-of-type(1) {
  margin: 5.1rem 0 4rem;
}
.lp__contener .selfLove .sec__middleTitle:nth-of-type(2) {
  margin: 6.5rem 0 3.7rem;
}
.lp__contener .selfLove .text__area::before {
  background-image: url(../img/sec03_w_quotation_left.png);
}
.lp__contener .selfLove .text__area::after {
  background-image: url(../img/sec03_w_quotation_right.png);
}
.lp__contener .sensorial {
  background-color: #EBC9BD;
  padding: 5.2rem 0 6rem;
}
.lp__contener .sensorial .sec__mainTitle__textInner::after {
  background-color: #F8E4DE;
}
.lp__contener .sensorial .text__area::before {
  background-image: url(../img/sec04_w_quotation_left.png);
}
.lp__contener .sensorial .text__area::after {
  background-image: url(../img/sec04_w_quotation_right.png);
}
.lp__contener .investigation {
  background-color: #FDF1E7;
  padding: 5.2rem 0 6rem;
}
.lp__contener .investigation .sec__mainTitle__textInner::after {
  background-color: #EFD8CA;
}
/*----------layout pc----------*/
@media only screen and (min-width: 768px) {
  .lp__contener {
    /*----------ボタン----------*/
    /*----------mv----------*/
    /*----------nav__area----------*/
    /*----------mainTitle----------*/
    /*----------mainTitle----------*/
    /*----------text__area----------*/
    /*----------faq__list----------*/
    /*----------contents__wrap 白背景----------*/
    /*----------各コンテンツ brand__area ----------*/
    /*----------各コンテンツ lineUP__area ----------*/
    /*----------各コンテンツ oil__area ----------*/
    /*----------survey__list----------*/
    /*----------商品リスト----------*/
  }
  .lp__contener a:hover {
    opacity: 0.5;
  }
  .lp__contener .btn--itemAll {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50rem;
    height: 8rem;
    background-color: #52352A;
    border-radius: 8rem;
    margin: 6rem auto 0;
    font-weight: 600;
    font-size: 2rem;
    text-align: center;
  }
  .lp__contener .btn--itemAll::after {
    display: block;
    position: absolute;
    content: "";
    top: 50%;
    right: 1.5rem;
    width: 2rem;
    height: 2rem;
    background-image: url(../img/arrow_right.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translate(-50%, -50%);
  }
  .lp__contener .mv {
    background-color: #E8C3AD;
  }
  .lp__contener .mv__lead {
    width: 80rem;
    margin: 0 auto;
    padding: 5.5rem 0 5rem;
    text-align: left;
    font-size: 1.6rem;
    line-height: 2;
  }
  .lp__contener .mv.mv_bottom .mv__contener.section__inner {
    width: 100rem;
  }
  .lp__contener .nav__area .section__inner {
    width: 66rem;
  }
  .lp__contener .nav__area.nav__top {
    padding: 6rem 0 8rem;
  }
  .lp__contener .nav__area.nav__bottom {
    padding: 10rem 2rem 4rem;
  }
  .lp__contener .nav__area.nav__bottom .section__inner {
    width: 100rem;
  }
  .lp__contener .nav__area.nav__bottom .nav__list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .lp__contener .nav__area.nav__bottom .nav__item {
    width: 49rem;
  }
  .lp__contener .nav__area.nav__bottom .nav__item:not(:first-of-type) {
    margin-top: 0;
  }
  .lp__contener .nav__area.nav__bottom .nav__item:nth-of-type(n+3) {
    margin-top: 2rem;
    height: 10.8rem;
  }
  .lp__contener .nav__area.nav__bottom .nav__text {
    font-size: 2rem;
  }
  .lp__contener .nav__area.nav__bottom .nav__text--rubi {
    font-size: 1.4rem;
  }
  .lp__contener .nav__area .nav__item {
    width: 100%;
  }
  .lp__contener .nav__area .nav__item::after {
    top: 50%;
    transform: translateY(-50%);
    right: 3rem;
    width: 2rem;
    height: 2rem;
    transition: top, 0.5s;
  }
  .lp__contener .nav__area .nav__item:hover::after {
    top: 60%;
  }
  .lp__contener .nav__area .nav__item:not(:first-of-type) {
    margin-top: 1rem;
  }
  .lp__contener .nav__area .nav__item a {
    display: flex;
    padding: 2rem 3rem 1.5rem 2rem;
  }
  .lp__contener .nav__area .nav__item:hover a {
    opacity: 0.5;
  }
  .lp__contener .nav__area .nav__num {
    display: block;
    position: relative;
    width: 4rem;
    margin-right: 2rem;
    font-size: 4.2rem;
    font-weight: bold;
    line-height: 1.16;
    z-index: 0;
  }
  .lp__contener .nav__area .nav__num::after {
    top: 0;
    left: 0;
    width: 4.2rem;
    height: 4.2rem;
    border-radius: 50%;
    z-index: -1;
  }
  .lp__contener .nav__area .nav__text {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .lp__contener .nav__area .nav__text--rubi {
    display: block;
    line-height: 1.5;
    font-size: 1.6rem;
    margin-top: 0;
  }
  .lp__contener .sec__mainTitle {
    text-align: center;
    margin-bottom: 5.5rem;
  }
  .lp__contener .sec__mainTitle__textInner {
    font-size: 4rem;
    line-height: 1.1111111111;
  }
  .lp__contener .sec__mainTitle__textInner::after {
    content: "";
    top: -2.6rem;
    left: -4rem;
    width: 10rem;
    height: 10rem;
  }
  .lp__contener .sec__mainTitle--sub {
    margin-top: 0.9rem;
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .lp__contener .sec__middleTitle {
    text-align: center;
  }
  .lp__contener .sec__middleTitle__textInner {
    padding-bottom: 4.8rem;
    font-size: 1.8rem;
  }
  .lp__contener .sec__middleTitle__textInner::after {
    bottom: -0.7rem;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 1px;
    height: 3rem;
  }
  .lp__contener .sec__middleTitle--text {
    line-height: 2;
    font-size: 1.8rem;
  }
  .lp__contener .sec__middleTitle--Line {
    margin-top: 0.8rem;
    font-size: 2.6rem;
  }
  .lp__contener .sec__middleTitle--Line.sp_only.mt1 {
    margin-top: 1rem;
  }
  .lp__contener .sec__middleTitle--Line::before {
    height: 2rem;
    bottom: -0.2rem;
    padding: 0 1rem;
    left: -1rem;
  }
  .lp__contener .text__area {
    padding: 0 5rem;
  }
  .lp__contener .text__area::before {
    top: -4rem;
    left: 1rem;
    width: 10rem;
    height: 7.9rem;
  }
  .lp__contener .text__area::after {
    bottom: -3rem;
    right: 1rem;
    width: 10rem;
    height: 7.9rem;
  }
  .lp__contener .text__area .text__title {
    line-height: 1.5;
    font-size: 1.8rem;
  }
  .lp__contener .text__area .text__sentence {
    margin-top: 0.6rem;
    line-height: 2;
    font-size: 1.6rem;
  }
  .lp__contener .faq__list {
    margin-top: 5rem;
  }
  .lp__contener .faq__list .faq__item {
    width: 100%;
    margin: 2rem auto 0;
    padding: 2.5rem 4rem 4rem;
  }
  .lp__contener .faq__list .faq__item:first-of-type {
    margin-top: 0;
  }
  .lp__contener .faq__list .faq__item.faq__open .faq__text {
    overflow: visible;
    height: auto;
  }
  .lp__contener .faq__list .faq__item.faq__open .faq__text::after {
    display: none;
  }
  .lp__contener .faq__list .faq__title {
    display: flex;
    padding-top: 0;
    font-size: 2.2rem;
    font-weight: bold;
    align-items: baseline;
    line-height: 1.2;
  }
  .lp__contener .faq__list .faq__icon {
    margin-top: -0.8rem;
    margin-right: 0.5rem;
    font-size: 4rem;
    line-height: 1.2;
  }
  .lp__contener .faq__list .faq__text {
    height: 13rem;
    margin-top: 1.2rem;
    font-size: 1.4rem;
    line-height: 2;
    z-index: 0;
  }
  .lp__contener .faq__list .faq__text::after {
    bottom: -0.5rem;
    left: -4rem;
    width: 90rem;
    height: 13rem;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 77.34%, #fff 100%);
  }
  .lp__contener .faq__list .faq__text--title {
    font-weight: bold;
    line-height: 2;
  }
  .lp__contener .faq__list .faq__text dd {
    line-height: 2;
  }
  .lp__contener .faq__list .faq__text dd--margin {
    margin-top: 3rem;
  }
  .lp__contener .faq__list .faq__openBtn {
    position: relative;
    display: flex;
    height: 3rem;
    width: 15rem;
    border-radius: 3rem;
    margin: -2.5rem auto 0;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    line-height: 1;
    transition: opacity, 0.5s;
  }
  .lp__contener .faq__list .faq__openBtn:hover {
    opacity: 0.5;
  }
  .lp__contener .contents__wrap {
    width: 100%;
    margin: 0 auto;
    padding: 5rem 5rem 3rem;
  }
  .lp__contener .brand__area {
    margin-top: 5rem;
  }
  .lp__contener .brand__area.contents__wrap {
    padding: 5rem 5rem 4rem;
  }
  .lp__contener .brand__area .brand__logo {
    width: 40rem;
    margin: 0 auto;
  }
  .lp__contener .brand__area .brand__logo--rubi {
    margin-top: 1.8rem;
    margin-bottom: 3rem;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
  }
  .lp__contener .brand__area .brand__text--title {
    margin-top: 2.4rem;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.5;
  }
  .lp__contener .brand__area .brand__text--text {
    margin-top: 1.1rem;
    font-size: 1.5rem;
    line-height: 2;
  }
  .lp__contener .lineUP__area {
    position: relative;
    padding: 5rem 5rem 3.5rem;
  }
  .lp__contener .lineUP__area .lineUP__title {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.3636;
    text-align: center;
  }
  .lp__contener .lineUP__area .lineUP__anchorArea {
    display: block;
    margin-top: 2.2rem;
  }
  .lp__contener .lineUP__area .lineUP__anchorList {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    margin-left: 0;
  }
  .lp__contener .lineUP__area .lineUP__anchorList .lineUP__item {
    width: 12rem;
    height: 12rem;
    position: relative;
  }
  .lp__contener .lineUP__area .lineUP__anchorList .lineUP__item:nth-of-type(1) {
    margin-top: 0;
  }
  .lp__contener .lineUP__area .lineUP__anchorList .lineUP__item:nth-of-type(2) {
    margin-top: 4rem;
    margin-left: 1rem;
  }
  .lp__contener .lineUP__area .lineUP__anchorList .lineUP__item:nth-of-type(3) {
    margin-top: 0;
    margin-left: 1rem;
  }
  .lp__contener .lineUP__area .lineUP__anchorList .lineUP__item:nth-of-type(4) {
    margin-top: 4rem;
    margin-left: 1rem;
  }
  .lp__contener .lineUP__area .lineUP__anchorList .lineUP__item:nth-of-type(5) {
    margin-top: 0;
    margin-left: 1rem;
  }
  .lp__contener .lineUP__area .lineUP__anchorList .lineUP__item:nth-of-type(6) {
    margin-top: 4rem;
    margin-left: 1rem;
  }
  .lp__contener .lineUP__area .lineUP__anchorList .lineUP__item:nth-of-type(7) {
    margin-top: 0;
    margin-left: 1rem;
  }
  .lp__contener .lineUP__area .lineUP__anchorList .lineUP__item::after {
    display: block;
    position: absolute;
    content: "";
    bottom: -1.6rem;
    left: 46%;
    transform: translateX(-50%);
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    border-top: 2px solid #DBDBDB;
    border-right: 2px solid #DBDBDB;
    transform: rotate(135deg);
  }
  .lp__contener .lineUP__area .lineUP__anchorList .lineUP__item a {
    width: 100%;
    height: auto;
  }
  .lp__contener .lineUP__area .lineUP__mater {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 3rem;
    margin-top: 4.8rem;
    background: linear-gradient(89deg, #fdfbfa 0%, #f9f4f2 48.77%, #ead4d0 100%);
  }
  .lp__contener .lineUP__area .lineUP__mater--top {
    white-space: nowrap;
    font-size: 1.3rem;
    font-weight: 600;
    position: relative;
    padding: 0.8rem 0 0.8rem 2.4rem;
  }
  .lp__contener .lineUP__area .lineUP__mater--top::before {
    top: 50%;
    left: 1rem;
    transform: translate(-50%, -50%);
    width: 0.6rem;
    height: 0.6rem;
    background-color: #8E2727;
    border-radius: 50%;
  }
  .lp__contener .lineUP__area .lineUP__mater--bottom {
    white-space: nowrap;
    font-size: 1.3rem;
    font-weight: 600;
    position: relative;
    padding: 0.8rem 2.4rem 0.8rem 0;
  }
  .lp__contener .lineUP__area .lineUP__mater--bottom::before {
    right: 1.2rem;
    left: auto;
    transform: translate(50%, -50%);
    width: 0.6rem;
    height: 0.6rem;
    background-color: #8E2727;
    border-radius: 50%;
  }
  .lp__contener .lineUP__area .lineUP__itemList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 4rem;
  }
  .lp__contener .oil__area.contents__wrap {
    margin-top: 5rem;
    padding: 5rem 5rem 4rem;
  }
  .lp__contener .oil__area .component__list {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
  }
  .lp__contener .oil__area .component__list .component__item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16rem;
    height: 16rem;
    border-radius: 50%;
    font-size: 1.4rem;
    line-height: 1.75;
    text-align: center;
  }
  .lp__contener .oil__area .component__list .component__item:nth-of-type(n+2) {
    margin-left: 2rem;
  }
  .lp__contener .oil__area .item__title {
    margin-top: 4rem;
    font-size: 2.4rem;
    line-height: 1.3636;
  }
  .lp__contener .oil__area .item__lead {
    margin-top: 1.5rem;
    font-size: 1.5rem;
    letter-spacing: 0.03em;
    line-height: 2;
  }
  .lp__contener .oil__area .oil__itemList {
    margin-top: 3.5rem;
    display: flex;
    justify-content: center;
  }
  .lp__contener .survey__list {
    margin-top: 3.7rem;
  }
  .lp__contener .survey__list .survey__item {
    width: 100%;
    margin: 2rem auto 0;
    padding: 3.5rem 5rem 5rem;
  }
  .lp__contener .survey__list .survey__item:first-of-type {
    margin-top: 0;
  }
  .lp__contener .survey__list .survey__title {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    padding-top: 0;
    font-size: 1.8rem;
  }
  .lp__contener .survey__list .survey__icon {
    margin-right: 1.5rem;
    font-size: 4rem;
    line-height: 1.2;
    text-align: left;
  }
  .lp__contener .survey__list .survey__titleText {
    font-size: 2.4rem;
  }
  .lp__contener .survey__list .survey__text {
    margin-top: 3.7rem;
    font-size: 1.6rem;
    line-height: 2;
    z-index: 0;
  }
  .lp__contener .survey__list .survey__graphWrap {
    display: flex;
    position: relative;
  }
  .lp__contener .survey__list .survey__graphImg--circle {
    width: 30rem;
    height: 30rem;
    margin: 2.4rem 0 0 15rem;
  }
  .lp__contener .survey__list .survey__graphItemList {
    display: block;
    flex-direction: column;
    gap: 0;
    margin: 0 0 0 3rem;
  }
  .lp__contener .survey__list .survey__graphItem__item {
    width: fit-content;
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    line-height: 1.625;
    margin-top: 0.5rem;
  }
  .lp__contener .survey__list .survey__graphItem__color {
    display: block;
    width: 1rem;
    height: 1rem;
    background-color: #fff;
    margin-right: 1rem;
  }
  .lp__contener .survey__list .q_01 .survey__graphItemList {
    margin: 10.5rem 0 0 3rem;
  }
  .lp__contener .survey__list .q_01 .survey__graphItem__item {
    width: auto;
    margin-top: 0.5rem;
  }
  .lp__contener .survey__list .q_02 .survey__graphItemList {
    margin: 13.5rem 0 0 3rem;
  }
  .lp__contener .survey__list .q_02 .survey__graphItem__item {
    width: auto;
  }
  .lp__contener .survey__list .q_03-1 + .survey__graphWrap .survey__graphItemList {
    margin: 14rem 0 0 3rem;
  }
  .lp__contener .survey__list .q_03-2.survey__title {
    padding-top: 4rem;
  }
  .lp__contener .survey__list .q_03-2 + .survey__graphWrap .survey__graphItemList {
    margin: 10.5rem 0 0 3rem;
  }
  .lp__contener .survey__list .q_03-2 + .survey__graphWrap .survey__graphItem__item {
    width: auto;
  }
  .lp__contener .survey__list .q_04 .survey__graphItemList {
    margin: 14rem 0 0 3rem;
  }
  .lp__contener .survey__list .q_05 .survey__graphItemList {
    margin: 15rem 0 0 3rem;
  }
  .lp__contener .survey__list .survey__lineGlaphWrap {
    width: 74rem;
    border-left: 1px solid #000000;
    padding: 0 0 1rem 0;
    margin-top: 1.5rem;
    margin-left: 8rem;
  }
  .lp__contener .survey__list .survey__lineGlaphWrap .survey__lineGlaphItem {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 3rem;
    padding: 0 0 0 0.6rem;
  }
  .lp__contener .survey__list .survey__lineGlaphWrap .survey__lineGlaph {
    display: flex;
    align-items: center;
    margin-bottom: 0.2rem;
  }
  .lp__contener .survey__list .survey__lineGlaphWrap .survey__lineGlaphPercentage {
    font-size: 1.3rem;
    margin-left: 1rem;
  }
  .lp__contener .survey__list .survey__lineGlaphWrap .survey__lineGlaphRatio {
    height: 3rem;
  }
  .lp__contener .survey__list .survey__lineGlaphTitle {
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 3.7rem;
    margin-left: 8rem;
  }
  .lp__contener .survey__list .q_04 .survey__lineGlaph._01 .survey__lineGlaphRatio {
    width: 29.9rem;
  }
  .lp__contener .survey__list .q_04 .survey__lineGlaph._02 .survey__lineGlaphRatio {
    width: 5.1rem;
  }
  .lp__contener .survey__list .q_04 .survey__lineGlaph._03 .survey__lineGlaphRatio {
    width: 13.2rem;
  }
  .lp__contener .survey__list .q_04 .survey__lineGlaph._04 .survey__lineGlaphRatio {
    width: 58.7rem;
  }
  .lp__contener .survey__list .q_04 .survey__lineGlaph._05 .survey__lineGlaphRatio {
    width: 4.6rem;
  }
  .lp__contener .survey__list .q_04 .survey__lineGlaph._06 .survey__lineGlaphRatio {
    width: 20.6rem;
  }
  .lp__contener .survey__list .q_05 .survey__lineGlaph._01 .survey__lineGlaphRatio {
    width: 38.7rem;
  }
  .lp__contener .survey__list .q_05 .survey__lineGlaph._02 .survey__lineGlaphRatio {
    width: 15.2rem;
  }
  .lp__contener .survey__list .q_05 .survey__lineGlaph._03 .survey__lineGlaphRatio {
    width: 25.5rem;
  }
  .lp__contener .survey__list .q_05 .survey__lineGlaph._04 .survey__lineGlaphRatio {
    width: 51.2rem;
  }
  .lp__contener .survey__list .q_05 .survey__lineGlaph._05 .survey__lineGlaphRatio {
    width: 13.8rem;
  }
  .lp__contener .survey__list .q_05 .survey__lineGlaph._06 .survey__lineGlaphRatio {
    width: 7.3rem;
  }
  .lp__contener .survey__list .q_05 .survey__text {
    margin-top: 0rem;
  }
  .lp__contener .survey__list .q_05.survey__item {
    padding-bottom: 4rem;
  }
  .lp__contener .survey__list .commentList {
    width: 70rem;
    margin: 5.2rem auto 3.5rem;
  }
  .lp__contener .survey__list .commentList .commentItem {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: 1rem;
    text-align: center;
    border-radius: 1rem;
    height: 7.5rem;
    width: 60rem;
    font-size: 1.5rem;
    line-height: 1.75;
  }
  .lp__contener .survey__list .commentList .commentItem::after {
    display: block;
    position: absolute;
    content: "";
    top: 40%;
    right: -4rem;
    border-style: solid;
    border-width: 1.8rem 0 0px 4.1rem;
  }
  .lp__contener .survey__list .commentList .commentItem:nth-of-type(2) {
    margin-left: -1rem;
  }
  .lp__contener .survey__list .commentList .commentItem:nth-of-type(2)::after {
    border-width: 1.8rem 4.1rem 0px 0;
    left: -4rem;
    right: auto;
  }
  .lp__contener .survey__list .commentList .commentItem:nth-of-type(n+2) {
    margin-top: 2rem;
  }
  .lp__contener .itemWrap {
    display: block;
    width: 27.5rem;
    padding: 0 0 1.3rem 0;
    border: none;
  }
  .lp__contener .itemWrap:not(:nth-of-type(3n)) {
    margin-right: 3.7rem;
  }
  .lp__contener .itemWrap:last-of-type {
    margin-right: 0;
  }
  .lp__contener .itemWrap .itemImg {
    width: 27.5rem;
    height: 27.5rem;
  }
  .lp__contener .itemWrap .item__icon {
    top: 0;
    left: auto;
    right: 0;
    width: 6rem;
    height: 6rem;
    font-size: 1.6rem;
    line-height: 1.31;
  }
  .lp__contener .itemWrap .item__description {
    width: 27.5rem;
    margin: 0.8rem 0 0 0;
  }
  .lp__contener .itemWrap .item__description .item__name {
    font-size: 1.2rem;
    line-height: 1.75;
  }
  .lp__contener .itemWrap .item__description .item__price {
    font-size: 1.2rem;
    line-height: 1.75;
  }
  .lp__contener .itemWrap .item__description .itemBox__description {
    margin-top: 0.5rem;
    font-size: 1.3rem;
    letter-spacing: 0.03em;
    line-height: 1.75;
  }
  .lp__contener .itemWrap .item__description .itemBox__description--info {
    display: block;
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 0.2rem;
    letter-spacing: 0;
  }
  .lp__contener .itemWrap .item__description .btn--product {
    width: 15rem;
    height: 3.6rem;
    border-radius: 3.5rem;
    background-color: #FAECE8;
    margin: 1rem auto 0;
    font-size: 1.6rem;
  }
  .lp__contener .femininity {
    padding: 11.3rem 0 10rem;
  }
  .lp__contener .femininity .section__inner {
    width: 90rem;
  }
  .lp__contener .femininity .sec__mainTitle__textInner {
    color: var(--white);
  }
  .lp__contener .femininity .text__area {
    padding: 0;
  }
  .lp__contener .femininity .text__area::before {
    left: -4rem;
  }
  .lp__contener .femininity .text__area::after {
    right: -4rem;
  }
  .lp__contener .selfLove {
    padding: 11.5rem 0 10rem;
  }
  .lp__contener .selfLove .sec__middleTitle:nth-of-type(1) {
    margin: 5.1rem 0 6rem;
  }
  .lp__contener .selfLove .sec__middleTitle:nth-of-type(2) {
    margin: 8rem 0 4.3rem;
  }
  .lp__contener .selfLove .sec__middleTitle:nth-of-type(2) .sec__middleTitle--Line.pc_only {
    margin-top: 0.2rem;
  }
  .lp__contener .sensorial {
    padding: 11.5rem 0 10rem;
  }
  .lp__contener .investigation {
    padding: 11.5rem 0 10rem;
  }
}/*# sourceMappingURL=style.css.map */