@charset "UTF-8";

/*all----------------------------*/
html {
  font-size: 62.5%;
}

#Wrap,
.wrapTop,
.wrapBottom {
  width: 100%;
}

#Contents {
  padding-top: 0;
}

#Header,
#Foot {
  width: 1000px;
  margin: 0 auto;
}

.LP_page * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.LP_page {
  background:#F7FCF8;
  color: #000;
  font-family:  Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana;
  overflow: hidden;
}

.LP_page picture,
.LP_page a {
  display: block;
}

.LP_page a {
  transition: opacity .3s;
}

.LP_page a:hover {
  opacity: .6;
}

.LP_page img {
  width: 100%;
  height: auto;
}

.LP_page .page_inner {
  width: 110rem;
  margin: 0 auto;
}
/*----------------------------all*/

/*mv-----------------------------*/
.main-ttl {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.quick-introduction {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6rem 2rem 5rem;
}

.quick-introduction::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background: #E9F7F1;
  content: "";
}

.intro-img {
  width: 50rem;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, .1));
}

.quick-introduction .txt_wrap {
  width: 50rem;
}

.logo_wrap {
  display: flex;
  justify-content: space-between;
  width: 43rem;
  margin: 0 auto 2.8rem;
}

.logo_CK {
  width: 26rem;
}

.logo_Mitea {
  width: 13rem;
}

.intro-lead {
  border-top: solid 1px #7BB493;
  border-bottom: solid 1px #7BB493;
  margin-bottom: 3rem;
  padding: 2.5rem 0 2rem;
  font-size: 2.2rem;
  line-height: 1.75;
  text-align: center;
  color: #7BB493;
}

.intro-btn {
  margin: 0 auto;
}

.each-btn {
  width: fit-content;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, .16));
}

.btn_inner {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 10rem;
  width: 30rem;
  height: 5.5rem;
  background: linear-gradient(to right, #74B5BA, #73B28E);
  font-size: 1.5rem;
  letter-spacing: .05em;
  color: #fff;
}

.btn_inner::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 2rem;
  height: 1px;
  margin-right: 2rem;
  background: #fff;
  content: "";
  transition: .3s;
}

.btn_inner:hover::before {
  transform: translate(1rem, -50%);
}

.btn_inner::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%) rotate(45deg);
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  width: 1rem;
  height: 1rem;
  margin-right: 2rem;
  content: "";
  transition: .3s;
}

.btn_inner:hover::after {
  transform: translate(1rem, -50%) rotate(45deg);
}
/*-----------------------------mv*/

/*concept------------------------*/
.concept_area {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  padding: 10rem 5rem;
}

.concept_area::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background: url(../img/bg_001.jpg) center center / cover no-repeat;
  content: "";
}

.txt_en {
  font-family: 'Marcellus', serif;
}

.concept_area .sec-ttl {
  font-weight: 300;
  font-size: 5rem;
  line-height: 1.4;
  letter-spacing: .075em;
  color: #fff;
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 1));
}

.concept_area .sec-ttl .txt_en {
  display: block;
  margin-bottom: 1.8rem;
  font-size: 3.6rem;
  letter-spacing: .1em;
}

.consept_wrap {
  width: 42.6rem;
  padding: 9.7rem 6rem;
  background: rgba(255, 255, 255, .9);
  font-size: 1.4rem;
  letter-spacing: .05em;
}

.concept {
  margin-bottom: 3.5rem;
  line-height: 2;
}

.consept_wrap .logo_Mitea {
  width: 10rem;
  margin: 0 0 0 auto;
}
/*------------------------concept*/

/*reaction-----------------------*/
.reaction_area {
  position: relative;
  z-index: 1;
}

.reaction_area::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background: #E9F8E2;
  content: "";
}

.reaction_area::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: calc(100% - 41rem);
  margin: 0 calc(50% - 50vw);
  background: linear-gradient(#FDF9DD, #FFFED9, #E9F8E2);
  content: "";
}

.award_wrap {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 8rem;
  margin-bottom: 8rem;
  padding: 6rem 0 0 0;
}

.award_wrap::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: calc(100% - 1rem);
  margin: 0 calc(50% - 50vw);
  background: url(../img/bg_002.png) center center / cover no-repeat;
  content: "";
}

.logo_bestcosme {
  display: block;
  width: 39rem;
  margin-bottom: .5rem;
}

.award_wrap .sec-ttl {
  font-weight: 500;
  font-size: 6rem;
  line-height: 1;
  text-align: center;
  color: #CBA730;
}

.award_wrap .sec-ttl .txt_S {
  display: block;
  font-weight: 600;
  font-size: 2.1rem;
  line-height: 1.7;
}

.award-img {
  width: 38rem;
}

.award-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: -2.5rem;
}

.review_wrap {
  position: relative;
  z-index: 1;
  padding: 0 5rem 9rem;
}

.review_wrap::before {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  border-right: solid 50vw transparent;
  border-bottom: solid 12rem #F7FCF8;
  content: "";
}

.review_wrap::after {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 calc(50% - 50vw);
  border-left: solid 50vw transparent;
  border-bottom: solid 12rem #F7FCF8;
  content: "";
}

.review_wrap .sec-ttl {
  margin-bottom: 2.7rem;
  font-size: 2.2rem;
  text-align: center;
  color: #7BB493;
}

.review-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem;
  row-gap: 4rem;
  margin-bottom: 3.8rem;
}

.review-list li {
  border-radius: 1rem;
  width: 48rem;
  background: #fff;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, .1));
}

.each-review {
  position: relative;
  padding: 2rem 5rem 2rem 14.2rem;
}

.review-list li .each-review::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 9.2rem;
  height: 9.2rem;
  margin: 3rem 0 0 3rem;
  content: "";
}

.review-list li:nth-of-type(1) .each-review::before {
  background: url(../img/img_101.svg) center center / cover no-repeat;
}

.review-list li:nth-of-type(2) .each-review::before {
  background: url(../img/img_102.svg) center center / cover no-repeat;
}

.review-list li:nth-of-type(3) .each-review::before {
  background: url(../img/img_103.svg) center center / cover no-repeat;
}

.each-review dt {
  display: inline;
  background: linear-gradient(transparent 60%, #FFF188 0%);
  font-weight: 600;
  font-size: 2.2rem;
}

.each-review dd {
  margin-top: 1rem;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: .05em;
}

.lead {
  font-size: 2.2rem;
  letter-spacing: .025em;
  text-align: center;
}

.lead .txt_S {
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 auto 1rem;
  padding: 0 3.5rem;
}

.lead .txt_S::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2rem;
  height: 2.5rem;
  margin-bottom: .5rem;
  background: url(../img/deco_001.svg) center center / cover no-repeat;
  content: "";
}

.lead .txt_S::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2rem;
  height: 2.5rem;
  margin-bottom: .5rem;
  background: url(../img/deco_001.svg) center center / cover no-repeat;
  content: "";
  transform: scale(-1, 1);
}

.lead .txt_L {
  position: relative;
  padding: 0 2rem .5rem;
  font-weight: 600;
  font-size: 3rem;
  color: #7BB493;
}

.lead .txt_L::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #EDD0BE;
  content: "";
}
/*-----------------------reaction*/

/*set-itm-------------------------*/
.set-itm_area {
  padding: 6rem 0 8rem;
}

.set-itm_area .sec-ttl {
  margin-bottom: 5rem;
  font-weight: 600;
  font-size: 4.4rem;
  letter-spacing: .025em;
  text-align: center;
}

.set-itm_area .sec-ttl .txt_en {
  display: block;
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 1;
}

.each-set {
  border-radius: 2rem;
  padding: 6rem 6rem 4rem;
  background: #fff;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, .1));
}

.setA {
  margin-bottom: 5.7rem;
}

.flex-box {
  display: flex;
  justify-content: space-between;
}

.set-itm_area .flex-box {
  align-items: flex-end;
  margin-bottom: 6rem;
}

.each-set .flex-box .txt_wrap {
  position: relative;
  margin-right: 6rem;
  padding: 0 0 8.5rem 0;
}





.set-img {
  width: 50rem;
}

.set-name {
  margin-bottom: 2rem;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: .025em;
  color: #7BB493;
  text-align: center;
}

.set-name .txt_en {
  display: block;
  margin-bottom: 1rem;
  font-size: 5rem;
  color: #7BB493;
  opacity: .2;
}

.set-name .txt_L {
  display: block;
  font-size: 4rem;
}

.set-price_wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 3.3rem;
}

.set-price {
  width: 21.5rem;
}

.set-price_wrap .charge {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #707070;
  width: 8rem;
  height: 2.4rem;
  font-size: 1.5rem;
  letter-spacing: .025em;
}

.set-btn {
  margin: 0 auto;
}

.set-content dt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6rem;
  background: #7BB493;
  font-size: 3rem;
  letter-spacing: .1em;
  color: #fff;
}

.itm-dtl {
  display: flex;
  align-items: center;
  padding: 3rem 3rem 2rem;
  gap: 6rem;
}

.itm-dtl:nth-of-type(n+2) {
  border-top: solid 1px #E6E6E6;
}

.itm-img {
  width: 36rem;
}

.itm-caption_wrap {
  display: flex;
  gap: 1.5rem;
  margin-bottom: .8rem;
}

.set-content .itm-icon {
  width: 7.2rem;
}

.itm-caption {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: .025em;
  flex: 1;
}

.itm-caption sup {
  font-size: 1.5rem;
}

.lotion .itm-caption,
.lotion .itm-name .txt_en {
  color: #BAD33B;
}

.oil .itm-caption,
.oil .itm-name .txt_en {
  color: #F4BD65;
}

.setA .oil .itm-caption,
.setA .oil .itm-name .txt_en {
  color: #F4BD65;
}

.setB .oil .itm-caption,
.setB .oil .itm-name .txt_en {
  color: #EFBD9C;
}

.itm-name {
  margin-bottom: 1rem;
  font-size: 2.4rem;
  letter-spacing: .022em;
}

.itm-name .txt_en {
  display: block;
  font-size: 1.9rem;
  line-height: 1.8;
}

.itm-name .txt_S {
  display: block;
  font-size: 1.4rem;
  line-height: 1.8;
}

.itm-price {
  margin-bottom: 1.5rem;
  font-size: 1.9rem;
  line-height: 1.5;
  letter-spacing: .022em;
}

.itm-price .txt_S {
  font-size: 1.4rem;
}

.quasi-drug {
  border: solid 1px #ACACAC;
  padding: .2rem 1rem;
  margin-left: 2rem;
  font-size: 1rem;
}

.efficacy-list {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
}

.efficacy-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10rem;
  padding: .1rem 0;
  font-size: 1.5rem;
  color: #fff;
}

.efficacy-list li sup {
  margin-top: -.5rem;
  font-size: 1rem;
}

.lotion .efficacy-list li {
  background: #BAD33B;
}

.setA .oil .efficacy-list li {
  background: #F4BD65;
}

.setB .oil .efficacy-list li {
  width: 12rem;
  background: #EFBD9C;
}

.set-content .notes {
  margin-top: 2rem;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: .022em;
}

.privelege-txt {
  position: relative;
  margin: 3.5rem 0 4.2rem;
  padding-bottom: 11.6rem;
  font-weight: 600;
  font-size: 2.2rem;
  letter-spacing: .025em;
  text-align: center;
  color: #7BB493;
}

.privelege-txt::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 10.8rem;
  height: 10.8rem;
  background: url(../img/icon_003.svg) center center / cover no-repeat;
  content: "";
}

.privelege-content {
  border-radius: 2rem;
  padding: 3rem 6rem 4rem;
  background: #fff;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, .1));
}

.privelege-content .lisa .itm-name .txt_en {
  color: #F2BD9E;
}

.privelege-content .bag .itm-name .txt_en {
  color: #7BB493;
}

.privelege-content .lisa .efficacy-list li {
  width: 12rem;
  background: #EFBD9C;
}

.privelege-content .lisa .efficacy-list li:nth-last-of-type(1) {
  width: 18rem;
}

.privelege-content .itm-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24rem;
  height: 4rem;
  margin-bottom: 2rem;
  background: #7BB493;
  font-size: 2rem;
  color: #fff;
}

.privelege-content .itm-icon::before {
  position: absolute;
  top: 50%;
  left: -1px;
  transform: translateY(-50%);
  border-top: solid 2.1rem transparent;
  border-bottom: solid 2.1rem transparent;
  border-left: solid 2.1rem #fff;
  content: "";
}

.privelege-content .itm-icon::after {
  position: absolute;
  top: 50%;
  right: -1px;
  transform: translateY(-50%);
  border-top: solid 2.1rem transparent;
  border-bottom: solid 2.1rem transparent;
  border-right: solid 2.1rem #fff;
  content: "";
}

.itm-dtl.bag .txt_wrap {
  position: relative;
}

.bag-caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 12.5rem;
  margin: -6rem 0 0 -16.5rem;
  transform: rotate(-10deg);
}
/*-------------------------set-itm*/

/*review--------------------------*/
.review_area {
  position: relative;
  z-index: 1;
  padding: 5rem 0 2rem;
}

.review_area .sec-ttl {
  margin-bottom: 2.5rem;
  font-weight: 600;
  font-size: 3rem;
  letter-spacing: .025em;
  text-align: center;
}

.review_area .sec-ttl .txt_en {
  display: block;
  font-weight: normal;
  font-size: 2.4rem;
}

.review_area::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background: #E9F8E2;
  content: "";
}
/*--------------------------review*/

/*sumup---------------------------*/
.sumup-list {
  padding: 8rem 0;
}

.each-set-dtl {
  border-radius: 2rem;
  padding: 4rem 3rem 3.5rem;
  background: #fff;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, .1));
}

.each-set-dtl:nth-of-type(n+2) {
  margin-top: 4rem;
}

.each-set-dtl .flex-box {
  align-items: center;
  margin-bottom: 3.5rem;
}

.each-set-dtl .txt_wrap {
  width: 50rem;
}

.each-set-dtl .set-name {
  margin-bottom: 1.5rem;
  font-weight: 600;
  font-size: 2.8rem;
}

.each-set-dtl  .set-copy {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  background: #7BB493;
  font-size: 2.3rem;
  color: #fff;
}

.set-content_wrap {
  margin-bottom: 2.5rem;
  padding: 1.5rem 0 3rem;
  background: #F7FCF8;
  text-align: center;
}

.set-itm-list {
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
}

.set-itm-list li:nth-of-type(n+2) {
  padding-top: .5rem;
}

.set-itm-list li sup {
  margin-top: -.5rem;
  font-size: 1rem;
}

.set-privelege-list {
  position: relative;
  padding-top: 3rem;
  font-size: 1.4rem;
}

.set-privelege-list li:nth-of-type(n+2) {
  padding-top: .5rem;
}

.set-privelege-list::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2rem;
  height: 2px;
  margin-top: .9rem;
  background: #7BB493;
  content: "";
}

.set-privelege-list::after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 2rem;
  background: #7BB493;
  content: "";
}

.each-set-dtl .set-price {
  width: 23.4rem;
  margin: 0 auto 2rem;
}

.each-set-dtl .set-btn {
  margin: 0 auto;
}

.each-set-dtl .notes {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  text-align: center;
}
/*---------------------------sumup*/

/*interview-----------------------*/
.interview_area {
  position: relative;
  z-index: 1;
  padding: 8rem 0 4rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.interview_area::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background: #fff;
  content: "";
}

.interview_area .sec-ttl {
  width: 45.3rem;
  margin: 0 auto 6rem;
}

.interview-mainimg {
  position: relative;
  z-index: 2;
  width: 88rem;
  margin: 0 auto 7.5rem;
}

.interview-dtl {
  position: relative;
  z-index: 1;
  width: 98rem;
  margin: 0 auto;
}

.interview-dtl::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  content: "";
}

.interview-dtl:nth-of-type(1) {
  margin-bottom: 13.7rem;
}

.interview-dtl:nth-of-type(1)::after {
  height: 37.1rem;
  margin-top: -16.4rem;
  background: linear-gradient(to left, #E7F0E1, rgba(255, 255, 255, 0));
}

.interview-dtl:nth-of-type(2) {
  margin-bottom: 20rem;
}

.interview-dtl:nth-of-type(2)::after {
  height: 22.4rem;
  margin-top: -4.7rem;
  background: linear-gradient(to right, #E7F0E1, rgba(255, 255, 255, 0));
}

.interview-dtl:nth-of-type(3) {
  margin-bottom: 9rem;
}

.interview-dtl:nth-of-type(3)::after {
  height: 28.9rem;
  margin-top: -4.7rem;
  background: linear-gradient(to left, #E7F0E1, rgba(255, 255, 255, 0));
}

.interview-dtl dt {
  position: relative;
  padding: 3rem 0 0 4rem;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.6;
}

.interview-dtl dt::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 6rem;
  height: 7.25rem;
  background: url(../img/icon_004.svg) center center / cover no-repeat;
  content: "";
}

.interview-dtl:nth-of-type(1) dt {
  margin: 0 0 5rem 4.5rem;
}

.interview-dtl:nth-of-type(2) dt {
  margin: 0 0 4.5rem 4.5rem;
}

.interview-dtl:nth-of-type(3) dt {
  width: fit-content;
  margin: 0 auto 3rem;
}

.interview-img {
  border-radius: 1rem;
  width: 46rem;
  overflow: hidden;
}

.interview-dtl:nth-of-type(1) .interview-img {
  position: absolute;
  top: 0;
  right: 0;
  margin: 4.5rem 0 0 0;
}

.interview-dtl:nth-of-type(3) .interview-img {
  margin: 0 auto 5.7rem;
}

.interview-answer li {
  display: flex;
  font-size: 1.6rem;
}

.interview-dtl:nth-of-type(2) .interview-answer {
  position: absolute;
  top: 0;
  right: 0;
  margin: 16.4rem 2rem 0 0;
}

.interview-dtl:nth-of-type(3) .interview-answer {
  width: 46rem;
  margin: 0 auto;
}

.interview-answer li:nth-of-type(n+2) {
  margin-top: 3rem;
}

.interview-answer .respondent {
  width: 10.6rem;
  font-weight: bold;
  font-size: 1.8rem;
}

.interview-answer .respondent .txt_S {
  font-weight: normal;
  font-size: 1.4rem;
}

.interview-answer .respondent.blue {
  color: #94B6D8;
}

.interview-answer .respondent.green {
  color: #7BB493;
}

.interview-answer .respondent.pink {
  color: #E0B1B4;
}

.interview-answer .answer {
  line-height: 1.7;
}

.interview-subimg_wrap {
  width: fit-content;
  margin: 0 auto;
}

.interview-subimg {
  width: 84rem;
}

.interview-subimg_wrap p {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 2px #fff;
  border-radius: 10rem;
  width: 72.8rem;
  height: 12rem;
  margin: -6rem auto 0;
  background: #ADC9B9;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.583;
  color: #fff;
  text-align: center;
}
/*-----------------------interview*/

/*FamilyMart-bnr------------------*/
.FamilyMart-bnr {
  position: relative;
  z-index: 1;
  padding-bottom: 6rem;
}

.FamilyMart-bnr::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background: #fff;
  content: "";
}
/*------------------FamilyMart-bnr*/
/*Smart phone---------------------------------------------*/
@media screen and  (max-width:767px) {
/*all----------------------------*/
.only_pc {
  display: none;
}

.LP_page .page_inner {
  width: calc(398 * (100vw / 428));
}
/*----------------------------all*/

/*mv-----------------------------*/
.quick-introduction {
  display: block;
  padding: calc(60 * (100vw / 428)) calc(15 * (100vw / 428));
}

.intro-img {
  width: auto;
  margin-bottom: calc(30 * (100vw / 428));
}

.quick-introduction .txt_wrap {
  width: auto;
}

.logo_wrap {
  width: calc(334 * (100vw / 428));
  margin: 0 auto calc(24 * (100vw / 428));
}

.logo_CK {
  width: calc(200 * (100vw / 428));
}

.logo_Mitea {
  width: calc(104 * (100vw / 428));
}

.intro-lead {
  margin-bottom: calc(25 * (100vw / 428));
  padding: calc(17 * (100vw / 428)) 0 calc(18 * (100vw / 428));
  font-size: calc(18 * (100vw / 428));
}

.btn_inner {
  border-radius: calc(100 * (100vw / 428));
  width: calc(300 * (100vw / 428));
  height: calc(55 * (100vw / 428));
  font-size: calc(15 * (100vw / 428));
}

.btn_inner::before {
  width: calc(20 * (100vw / 428));
  margin-right: calc(20 * (100vw / 428));
}

.btn_inner:hover::before {
  transform: translate(calc(10 * (100vw / 428)), -50%);
}

.btn_inner::after {
  width: calc(10 * (100vw / 428));
  height: calc(10 * (100vw / 428));
  margin-right: calc(20 * (100vw / 428));
}

.btn_inner:hover::after {
  transform: translate(calc(10 * (100vw / 428)), -50%) rotate(45deg);
}
/*-----------------------------mv*/

/*concept------------------------*/
.concept_area {
  display: block;
  padding: calc(58 * (100vw / 428)) calc(15 * (100vw / 428)) calc(60 * (100vw / 428));
}

.concept_area::after {
  background: url(../img/bg_001_sp.jpg) center center / cover no-repeat;
}

.concept_area .sec-ttl {
  margin-bottom: calc(33 * (100vw / 428));
  font-size: calc(30 * (100vw / 428));
}

.concept_area .sec-ttl .txt_en {
  margin-bottom: calc(15 * (100vw / 428));
  font-size: calc(30 * (100vw / 428));
}

.consept_wrap {
  width: auto;
  padding: calc(43 * (100vw / 428)) calc(28 * (100vw / 428)) calc(50 * (100vw / 428));
  font-size: calc(14 * (100vw / 428));
}

.concept {
  margin-bottom: calc(30 * (100vw / 428));
}

.consept_wrap .logo_Mitea {
  width: calc(100 * (100vw / 428));
}
/*------------------------concept*/

/*reaction-----------------------*/
.reaction_area::after {
  height: calc(100% - calc(560 * (100vw / 428)));
}

.award_wrap {
  display: block;
  margin-bottom: calc(36 * (100vw / 428));
  padding: calc(40 * (100vw / 428)) 0 0 0;
}

.award_wrap::after {
  height: calc(100% - calc(90 * (100vw / 428)));
  background: url(../img/bg_002_sp.png) center center / cover no-repeat;
}

.logo_bestcosme {
  width: calc(270 * (100vw / 428));
  margin: 0 auto calc(5 * (100vw / 428));
}

.award_wrap .sec-ttl {
  margin-bottom: calc(30 * (100vw / 428));
  font-size: calc(50 * (100vw / 428));
}

.award_wrap .sec-ttl .txt_S {
  font-size: calc(14 * (100vw / 428));
  line-height: 2.2;
}

.award-img {
  width: calc(330 * (100vw / 428));
  margin: 0 auto;
}

.award-btn {
  position: static;
  margin: 0 auto;
  transform: translateX(0);
}

.review_wrap {
  padding: 0 0 calc(80 * (100vw / 428));
}

.review_wrap::before {
  border-bottom: solid calc(50 * (100vw / 428)) #F7FCF8;
}

.review_wrap::after {
  border-bottom: solid calc(50 * (100vw / 428)) #F7FCF8;
}

.review_wrap .sec-ttl {
  margin-bottom: calc(15 * (100vw / 428));
  font-size: calc(22 * (100vw / 428));
}

.review-list {
  display: block;
  margin-bottom: calc(25 * (100vw / 428));
}

.review-list li {
  border-radius: calc(10 * (100vw / 428));
  width: auto;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, .1));
}

.review-list li:nth-of-type(n+2) {
  margin-top: calc(10 * (100vw / 428));
}

.each-review {
  padding: calc(17 * (100vw / 428)) calc(20 * (100vw / 428)) calc(15 * (100vw / 428)) calc(110 * (100vw / 428));
}

.review-list li .each-review::before {
  width: calc(80 * (100vw / 428));
  height: calc(80 * (100vw / 428));
  margin: calc(10 * (100vw / 428)) 0 0 calc(10 * (100vw / 428));
}

.each-review dt {
  font-size: calc(18 * (100vw / 428));
}

.each-review dd {
  margin-top: calc(3 * (100vw / 428));
  font-size: calc(13 * (100vw / 428));
}

.lead {
  font-size: calc(18 * (100vw / 428));
}

.lead .txt_S {
  margin: 0 auto calc(12 * (100vw / 428));
  padding: 0 calc(30 * (100vw / 428));
}

.lead .txt_S::before {
  width: calc(14 * (100vw / 428));
  height: calc(17.5 * (100vw / 428));
  margin-bottom: calc(5 * (100vw / 428));
}

.lead .txt_S::after {
  width: calc(14 * (100vw / 428));
  height: calc(17.5 * (100vw / 428));
  margin-bottom: calc(5 * (100vw / 428));
}

.lead .txt_L {
  padding: 0 calc(20 * (100vw / 428)) calc(5 * (100vw / 428));
  font-size: calc(30 * (100vw / 428));
}
/*-----------------------reaction*/

/*set-itm-------------------------*/
.set-itm_area {
  padding: calc(44 * (100vw / 428)) 0 calc(60 * (100vw / 428)) 0;
}

.set-itm_area .sec-ttl {
  margin-bottom: calc(36 * (100vw / 428));
  font-size: calc(30 * (100vw / 428));
}

.set-itm_area .sec-ttl .txt_en {
  font-size: calc(18 * (100vw / 428));
}

.each-set {
  border-radius: calc(10 * (100vw / 428));
  padding: calc(30 * (100vw / 428)) calc(15 * (100vw / 428)) 0;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, .1));
}

.setA {
  margin-bottom: calc(40 * (100vw / 428));
}

.flex-box {
  display: block;
}

.set-itm_area .flex-box {
  margin-bottom: calc(20 * (100vw / 428))
}

.each-set .flex-box .txt_wrap {
  width: fit-content;
  margin: 0 auto;
  padding: 0 0 calc(40 * (100vw / 428)) 0;
}

.setB .flex-box .txt_wrap {
  padding: 0 0 calc(60 * (100vw / 428)) 0;
}




.set-img {
  width: auto;
  margin-bottom: calc(50 * (100vw / 428));
}

.set-name {
  margin-bottom: calc(8 * (100vw / 428));
  font-size: calc(28 * (100vw / 428));
}

.set-name .txt_en {
  margin-bottom: calc(5 * (100vw / 428));
  font-size: calc(40 * (100vw / 428));
  line-height: 1;
}

.set-name .txt_L {
  font-size: calc(35 * (100vw / 428));
}

.set-price_wrap {
  gap: calc(5 * (100vw / 428));
  margin-bottom: calc(22 * (100vw / 428));
}

.set-price {
  width: calc(240 * (100vw / 428));
}

.set-price_wrap .charge {
  width: calc(64 * (100vw / 428));
  height: calc(21 * (100vw / 428));
  font-size: calc(12 * (100vw / 428));
}



.set-content dt {
  height: calc(46 * (100vw / 428));
  font-size: calc(24 * (100vw / 428));
}

.itm-dtl {
  display: block;
  padding: calc(40 * (100vw / 428)) 0 calc(38 * (100vw / 428));
}

.itm-img {
  width: auto;
  margin-bottom: calc(10 * (100vw / 428));
}

.itm-caption_wrap {
  align-items: center;
  gap: calc(8 * (100vw / 428));
  margin-bottom: calc(15 * (100vw / 428));
}

.set-content .itm-icon {
  width: calc(72 * (100vw / 428));
}

.itm-caption {
  font-size: calc(20 * (100vw / 428));
}

.itm-caption sup {
  font-size: calc(11 * (100vw / 428));
}

.itm-name {
  margin-bottom: calc(15 * (100vw / 428));
  font-size: calc(22 * (100vw / 428));
}

.itm-name .txt_en {
  font-size: calc(19 * (100vw / 428));
  line-height: 1.5;
}

.itm-name .txt_S {
  font-size: calc(14 * (100vw / 428));
}

.itm-price {
  margin-bottom: calc(15 * (100vw / 428));
  font-size: calc(19 * (100vw / 428));
}

.itm-price .txt_S {
  font-size: calc(14 * (100vw / 428));
}

.quasi-drug {
  padding: calc(1.5 * (100vw / 428)) calc(10 * (100vw / 428));
  margin-left: calc(6 * (100vw / 428));
  font-size: calc(10 * (100vw / 428));
}

.efficacy-list {
  gap: calc(4 * (100vw / 428));
  padding-right: calc(5 * (100vw / 428));
}

.efficacy-list li {
  width: fit-content;
  padding: calc(2 * (100vw / 428)) calc(20 * (100vw / 428));
  font-size: calc(13 * (100vw / 428));
}

.efficacy-list li sup {
  margin-top: calc(-5 * (100vw / 428));
  font-size: calc(10 * (100vw / 428));
}

.setB .oil .efficacy-list li {
  width: fit-content;
}

.set-content .notes {
  margin-top: calc(13 * (100vw / 428));
  font-size: calc(10 * (100vw / 428));
}

.privelege-txt {
  margin: calc(36 * (100vw / 428)) 0 calc(40 * (100vw / 428));
  padding-bottom: calc(70 * (100vw / 428));
  font-size: calc(20 * (100vw / 428));
}

.privelege-txt::before {
  width: calc(60 * (100vw / 428));
  height: calc(60 * (100vw / 428));
}

.privelege-content {
  border-radius: calc(10 * (100vw / 428));
  padding: calc(10 * (100vw / 428)) calc(15 * (100vw / 428));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, .1));
}

.privelege-content .itm-dtl {
  display: flex;
  align-items: flex-start;
  gap: 0;
  padding: calc(20 * (100vw / 428)) 0;
}

.privelege-content .itm-dtl .itm-img {
  width: calc(180 * (100vw / 428));
}

.privelege-content .itm-dtl .txt_wrap {
  flex: 1;
}

.privelege-content .itm-dtl .itm-name {
  margin-bottom: 0;
  font-size: calc(14 * (100vw / 428));
}

.privelege-content .itm-dtl .itm-name .txt_en {
  margin-bottom: calc(5 * (100vw / 428));
  font-size: calc(12 * (100vw / 428));
}

.privelege-content .itm-dtl .itm-price {
  font-size: calc(12 * (100vw / 428));
}

.privelege-content .lisa .efficacy-list li {
  width: fit-content;
  font-size: calc(11 * (100vw / 428));
  padding: calc(1.5 * (100vw / 428)) calc(10 * (100vw / 428));
}

.privelege-content .lisa .efficacy-list li:nth-last-of-type(1) {
  width: fit-content;
}

.privelege-content .itm-icon {
  width: calc(180 * (100vw / 428));
  height: calc(30 * (100vw / 428));
  margin-bottom: calc(12 * (100vw / 428));
  font-size: calc(14 * (100vw / 428));
}

.privelege-content .itm-icon::before {
  border-top: solid calc(16 * (100vw / 428)) transparent;
  border-bottom: solid calc(16 * (100vw / 428)) transparent;
  border-left: solid calc(16 * (100vw / 428)) #fff;
}

.privelege-content .itm-icon::after {
  border-top: solid calc(16 * (100vw / 428)) transparent;
  border-bottom: solid calc(16 * (100vw / 428)) transparent;
  border-right: solid calc(16 * (100vw / 428)) #fff;
}

.bag-caption {
  position: static;
  width: calc(85.16 * (100vw / 428));
  margin: calc(6 * (100vw / 428)) 0 0 0;
  transform: rotate(0);
}
/*-------------------------set-itm*/

/*review--------------------------*/
.review_area {
  padding: calc(57 * (100vw / 428)) 0 calc(35 * (100vw / 428));
}

.review_area .sec-ttl {
  margin-bottom: calc(15 * (100vw / 428));
  font-size: calc(22 * (100vw / 428));
}

.review_area .sec-ttl .txt_en {
  font-size: calc(18 * (100vw / 428));
}

/*--------------------------review*/

/*sumup---------------------------*/
.sumup-list {
  padding: calc(60 * (100vw / 428)) 0;
}

.each-set-dtl {
  border-radius: calc(10 * (100vw / 428));
  padding: calc(30 * (100vw / 428)) calc(15 * (100vw / 428)) calc(27 * (100vw / 428));
}

.each-set-dtl:nth-of-type(n+2) {
  margin-top: calc(40 * (100vw / 428));
}

.each-set-dtl .flex-box {
  margin-bottom: calc(20 * (100vw / 428));
}

.sumup-list .set-img {
  margin-bottom: calc(20 * (100vw / 428));
}

.each-set-dtl .txt_wrap {
  width: auto;
}

.each-set-dtl .set-name {
  margin-bottom: calc(15 * (100vw / 428));
  font-size: calc(22 * (100vw / 428));
}

.each-set-dtl  .set-copy {
  height: calc(36 * (100vw / 428));
  font-size: calc(18 * (100vw / 428));
}

.set-content_wrap {
  margin-bottom: calc(30 * (100vw / 428));
  padding: calc(10 * (100vw / 428)) 0 calc(20 * (100vw / 428));
}

.set-itm-list {
  margin-bottom: calc(10 * (100vw / 428));
  font-size: calc(18 * (100vw / 428));
}

.set-itm-list li:nth-of-type(n+2) {
  padding-top: 0;
}

.set-itm-list li sup {
  margin-top: calc(-5 * (100vw / 428));
  font-size: calc(10 * (100vw / 428));
}

.set-privelege-list {
  padding-top: calc(33 * (100vw / 428));
  font-size: calc(12 * (100vw / 428));
}

.set-privelege-list li:nth-of-type(n+2) {
  padding-top: calc(5 * (100vw / 428));
}

.set-privelege-list::before {
  width: calc(20 * (100vw / 428));
  margin-top: calc(9 * (100vw / 428));;
}

.set-privelege-list::after {
  height: calc(20 * (100vw / 428));
}

.each-set-dtl .set-price {
  width: calc(234 * (100vw / 428));
  margin: 0 auto calc(20 * (100vw / 428));
}

.each-set-dtl .notes {
  font-size: calc(10 * (100vw / 428));
  line-height: 1.5;
  text-align: left;
}
/*---------------------------sumup*/

/*interview-----------------------*/
.interview_area {
  padding: calc(60 * (100vw / 428)) 0;
}

.interview_area .sec-ttl {
  width: calc(282 * (100vw / 428));
  margin: 0 auto calc(28 * (100vw / 428));
}

.interview-mainimg {
  width: calc(360 * (100vw / 428));
  margin: 0 auto calc(40 * (100vw / 428));
}

.interview-dtl {
  width: auto;
}

.interview-dtl:nth-of-type(1) {
  margin-bottom: calc(90 * (100vw / 428));
}

.interview-dtl:nth-of-type(1)::after {
  height: calc(291 * (100vw / 428));
  margin-top: calc(-120 * (100vw / 428));
}

.interview-dtl:nth-of-type(2) {
  margin-bottom: calc(75 * (100vw / 428));
}

.interview-dtl:nth-of-type(2)::after {
  height: calc(230 * (100vw / 428));
  margin-top: calc(-40 * (100vw / 428));
}

.interview-dtl:nth-of-type(3) {
  margin-bottom: calc(115 * (100vw / 428));
}

.interview-dtl:nth-of-type(3)::after {
  height: calc(230 * (100vw / 428));
  margin-top: calc(-27 * (100vw / 428));
}

.interview-dtl dt {
  width: fit-content;
  font-size: calc(18 * (100vw / 428));
  line-height: 1.5;
  text-align: center;
}

.interview-dtl dt::before {
  width: calc(54.68 * (100vw / 428));
  height: calc(66 * (100vw / 428));
}

.interview-dtl:nth-of-type(1) dt {
  margin: 0 auto calc(20 * (100vw / 428));
  padding: calc(30 * (100vw / 428)) 0 0 0;
}

.interview-dtl:nth-of-type(2) dt {
  margin: 0 auto calc(20 * (100vw / 428));
  padding: calc(35 * (100vw / 428)) 0 0 calc(46 * (100vw / 428));
}

.interview-dtl:nth-of-type(3) dt {
  margin: 0 auto calc(20 * (100vw / 428));
  padding: calc(35 * (100vw / 428)) 0 0 calc(45 * (100vw / 428));
}

.interview-img {
  border-radius: calc(10 * (100vw / 428));
  width: calc(291 * (100vw / 428));
  margin: 0 auto calc(43 * (100vw / 428));
}

.interview-dtl:nth-of-type(1) .interview-img {
  position: static;
  margin: 0 auto calc(43 * (100vw / 428));
}

.interview-dtl:nth-of-type(3) .interview-img {
  margin: 0 auto calc(43 * (100vw / 428));
}

.interview-answer li {
  gap: calc(15 * (100vw / 428));
  padding-right: calc(20 * (100vw / 428));
  font-size: calc(12 * (100vw / 428));
}

.interview-dtl:nth-of-type(2) .interview-answer {
  position: static;
  margin: 0 auto;
}

.interview-dtl:nth-of-type(3) .interview-answer {
  width: auto;
  margin: 0 auto;
}

.interview-answer li:nth-of-type(n+2) {
  margin-top: calc(20 * (100vw / 428));
}

.interview-answer .respondent {
  width: calc(100 * (100vw / 428));
  font-size: calc(14 * (100vw / 428));
  text-align: center;
}

.interview-answer .respondent .txt_S {
  font-size: calc(12 * (100vw / 428));
}

.interview-answer .answer {
  flex: 1;
}

.interview-subimg {
  width: calc(360 * (100vw / 428));
}

.interview-subimg_wrap p {
  border: solid 1.5px #fff;
  border-radius: calc(100 * (100vw / 428));
  width: calc(290 * (100vw / 428));
  height: calc(85.6 * (100vw / 428));
  margin: calc(-42 * (100vw / 428)) auto 0;
  font-size: calc(14 * (100vw / 428));
  line-height: 1.2857;
}
/*-----------------------interview*/

/*FamilyMart-bnr------------------*/
.FamilyMart-bnr {
  padding-bottom: calc(60 * (100vw / 428));
}
/*------------------FamilyMart-bnr*/
}

/*---------------------------------------------Smart phone*/

/*pcのみ--------------------------------------------------*/
@media screen and  (min-width:768px) {
.only_sp {
  display: none;
}
}
/*--------------------------------------------------pcのみ*/

/*レスポンシブ＆タブレット対応-------------------------------*/
@media screen and (max-width: 1400px){
  html {
    font-size: calc(10 * (100vw / 1400));
  }
}
/*-------------------------------レスポンシブ＆タブレット対応*/
