@charset "UTF-8";
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}
#share {
    bottom: 10% !important;
    left: 3% !important;
}
.slider {
	/* display: none; */
}

.slider.slick-initialized {
	display: block; 
}	
.lp-page {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  color: #555555;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.1em;
  z-index: 0;
  /* padding-bottom: 12rem; */
  background: #ffffff;
  font-weight: 400;
}
.lp-page img,
.lp-page svg {
  display: block;
  opacity: 1;
  width: 100%;
  height: auto;
}
.lp-page picture {
  display: block;
}
.lp-page a {
  display: block;
  color: inherit;
}
.lp-page *:focus {
  outline: none;
}
.lp-page a,
.lp-page label {
  /* -webkit-tap-highlight-color: rgba(240, 164, 149, 0.6); */
}
.lp-page input {
  display: none;
}
.lp-page li,
.lp-page ol {
  list-style-type: none;
}


  main {
    max-width: 100vw;
  }
  #Wrap {
    width: auto;
  }
  .wrapTop,
.wrapBottom {
    width: 100%;
  }

  .lp-page a {
    cursor: pointer;
  }
  .lp-page .pcOnly {
    display: block;
  }
  .lp-page .spOnly {
    display: none;
  }

/* 追従メニュー */
.fixed-nav {
	display: none;
}
.fixed-nav.m_fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	border-top: 2px solid #F7B3A7;
	border-bottom: 2px solid #F7B3A7;
	width: 100%;
	animation: fadein 1s ease-out forwards;
	display: block;
	z-index: 20;
}

.fixed-nav.m_fixed .nav-list {
    display: flex;
    align-items: center;
    height: 7rem;
    background: #FEF8F8;
    color: #F26F59;
    /* font-family: "Marcellus", "Noto Sans JP", sans-serif; */
    justify-content: center;
    box-shadow: 0 0 6px #dddddd;
    /* padding: 0 6rem; */
}

.fixed-nav.m_fixed .nav-list li a {
    align-items: center;
    /* display: block; */
    text-align: center;
    font-size: 1.2rem;
    /* opacity: 0.5; */
    display: flex;
    justify-content: center;
}

.fixed-nav a.active {
    opacity: 1 !important;
    font-weight: 600;
}

/* 追従メニュー */
.fixed-bnr {
	display: none;
}
.fixed-bnr.m_fixed {
	position: fixed;
	bottom: 8rem;
	right: 0;
	border-radius: 0.5rem 0 0 0.5rem;
	/* max-width: 100rem; */
	width: 17.5rem;
	animation: fadein 1s ease-out forwards;
	display: block;
	z-index: 20;
	box-shadow: 0 0 6px #a2a2a2;
}

.fixed-bnr.m_fixed .nav-list {
    display: flex;
    align-items: center;
    height: 7rem;
    background: #FAF0E8;
    border-radius: 5px;
    font-family: "Marcellus", "Noto Sans JP", sans-serif;
    justify-content: space-between;
    box-shadow: 0 0 6px #dddddd;
    padding: 0 6rem;
}

.fixed-bnr.m_fixed .nav-list li a {
    width: 100%;
    /* display: block; */
    text-align: center;
    font-size: 1.4rem;
    opacity: 0.5;
    display: block;
}

.fixed-bnr a.active {
    opacity: 1 !important;
    font-weight: 600;
}

/* mv slick */
.lp-page .mv-container {
  margin: 5rem auto 0;
  max-width: 91rem;
  width: 100%;
}
.lp-page .slick-img img {
  height: auto;
  opacity: .5;
  transform: scale(.9);
  transition: opacity .6s, transform .6s;
  width: 100%;
}

.lp-page .slider .slick-center img {
  opacity: 1;
  transform: scale(1);
}
/*----------アニメーション----------*/
.fadein {
    opacity: 0;
    transform: translateY(0);
    transition: opacity 2s 0s, transform 2s 0s;
  }
  
  .fadein.fade-active {
    opacity: 1;
    transform: translateY(0) translateZ(0);
    transition: opacity 2s 0s, transform 2s 0s;
  }
  
  
  .fadeup {
    opacity: 0;
    transform: translateY(2rem);
    transition: opacity 1.3s 0s, transform 1.3s 0s;
  }
  
  .fadeup.fade-active {
    opacity: 1;
    transform: translateY(0) translateZ(0);
    transition: opacity 1.3s 0s, transform 1.3s 0s;
  }
  
  .fadein-load {
    opacity: 0;
    transition: opacity 1s;
  }
  
  .fadein-load.fade-active {
    opacity: 1;
    transition: opacity 1s;
  }
  
  .fadeup-load {
    opacity: 0;
    transform: translateY(5rem) translateZ(0);
    transition: opacity 1.3s 0s, transform 1.3s 0s;
  }
  
  .fadeup-load.fade-active {
    opacity: 1;
    transform: translateY(0) translateZ(0);
    transition: opacity 1.3s 0s, transform 1.3s 0s;
  }


.js-fixed-area {
  position: relative;
}
.js-fixed-elm {
  position: absolute;
  top: 0;
}
.js-fixed-elm.is-fixed {
  position: fixed;
}


.lp-page .main-area .intro-txt {
    text-align: center;
    line-height: 2;
    font-size: 1.6rem;
}

.lp-page .main-area .nav-list {
    display: flex;
    margin: 6rem auto 10rem;
    align-items: center;
    justify-content: center;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.fixed-nav.m_fixed .nav-list li {
    width: 45rem;
    border-left: 2px solid #F7B3A7;
    /* position: relative; */
    /* border-left: 1px solid #111; */
    /* display: flex; */
    /* font-weight: 500; */
    /* margin: 0 6rem 0 0; */
}

.lp-page .cont-area h3 {
    /* line-height: 1.2; */
    /* text-align: center; */
    /* position: relative; */
    /* width: 55rem; */
    /* margin: 0 auto; */
    /* color: #BC9A64; */
    /* font-size: 1.6rem; */
    /* margin-bottom: 4rem; */
}


.lp-page .cont-area h3 span {font-size: 5rem;font-weight: 400;display: block;}
.lp-page * {
    box-sizing: border-box;
}

.lp-page .btn-detail {
    font-family: "Marcellus", serif;
    font-size: 1.1rem;
    text-align: center;
    border: 1px solid rgb(232 123 21 / 50%);
    border-radius: 10rem;
    width: 6rem;
    padding: 0.5rem 0;
    line-height: 1;
    color: #E87B15;
    letter-spacing: 0.05rem;
}


.lp-page .all-list a {
    background: #4A3E33;
    border: 1px solid;
    color: #fff;
    box-shadow: none;
    width: 55rem;
    padding: 3rem 0;
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 8rem;
}


#FooterWrap {
    position: relative;
    z-index: 50;
}
.lp-page .main-area h2 span {
    display: block;
    font-family: 'Noto Serif JP', serif;
    font-size: 5.4rem;
    padding-top: 2rem;
    line-height: 1.4;
}

.lp-page .nav-list li:last-child {
    /* border-right: 1px solid #111; */
}

.lp-page .nav-list li .menu-txt span {
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
}

.lp-page .nav-list li a::after {
    content:'';
    position: absolute;
    background: url(../img/arrow_brown.svg) no-repeat;
    width: 1.4rem;
    height: 1.4rem;
    top: 46%;
    right: 1.5rem;
    background-size: 100%;
    transform: translate(0, -50%);
}

.lp-page .nav-list li .ico-txt {
    font-family: "oculi-display", sans-serif;
    text-align: center;
    font-size: 1rem;
    color: #6C6055;
    padding-right: 1.2rem;
    padding-top: 0.2rem;
}

.lp-page .nav-list li .ico-txt span {
    font-size: 3rem;
    display: block;
}

.lp-page .nav-list li .menu-txt {
    font-size: 1.4rem;
    line-height: 1.5;
}


.fixed-nav.m_fixed .nav-list li:last-child {
    border-right: 2px solid #F7B3A7;
    /* margin-right: 0; */
}

.fixed-nav.m_fixed .nav-list li a::after {
    content: none;
}

.lp-page .m_fixed .nav-list li .ico-txt span {
    font-size: 2.8rem;
}

.lp-page .m_fixed .nav-list li .menu-txt {
    font-size: 1.3rem;
}

.lp-page .m_fixed .nav-list li .menu-txt span {
    font-size: 1.5rem;
}

.fixed-nav.m_fixed .nav-list li a:hover {
    /* opacity: 1 !important; */
    /* font-weight: 600; */
}
.lp-page .main-area .ttl-txt picture {
    width: 79rem;
    margin: 0 auto;
    padding: 0.5rem 0;
}



.lp-page .intro-area h3 {
    color: #F26F59;
    text-align: center;
    font-size: 3.2rem;
    letter-spacing: 0.15em;
    font-weight: 600;
}

.lp-page .intro-area h3 span {
    font-size: 4.8rem;
    letter-spacing: 1rem;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.lp-page .intro-area .slider {
    max-width: 100rem;
    margin: 5rem auto 10rem;
    display: flex;
    justify-content: space-between;
}
.lp-page .intro-area .slider .img {
    width: 14rem;
}


.lp-page .en-txt {
    font-family: "mestiza", sans-serif;
}

.lp-page .tax {
    font-size: 1.1rem !important;
}

.lp-page .jp-txt {
    font-family: "Noto Sans JP", sans-serif;
}



.lp-page .all-btn a {
    /* background: #E87B15; */
    /* font-size: 1.6rem; */
    /* color: #fff; */
    /* width: 50rem; */
    /* margin: 0 auto; */
    /* padding: 3rem 0; */
    /* border-radius: 0.4rem; */
    /* text-align: center; */
    /* position: relative; */
}

.lp-page .all-btn a span {
    font-size: 1.8rem;
    font-family: "Marcellus", serif;
}

.lp-page .all-btn a::before {
    /* right: 0; */
    /* width: 8px; */
    /* height: 8px; */
    /* border-top: 1.5px solid #fff; */
    /* border-right: 1.5px solid #fff; */
    /* -webkit-transform: rotate(45deg); */
    /* transform: rotate(45deg); */
    /* top: 0.2rem; */
}

.lp-page .all-btn a::before, .lp-page .all-btn a::after {
    /* position: absolute; */
    /* top: 0; */
    /* bottom: 0; */
    right: 3rem;
    /* margin: auto; */
    content: "";
    /* vertical-align: middle; */
}

.lp-page .lp_bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    background: url(../img/bg.jpg) center center / cover no-repeat;
}

.lp-page .main-area {
    /* background: rgb(255 255 255 / 30%); */
}

.cont-area .ttl-area h3 {
    color: #F26F59;
    font-size: 4.5rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-align: center;
    position: relative;
    z-index: 10;
}

.lp-page .ttl-txt .img {
    width: 53rem;
    margin-right: 5rem;
}

.lp-page section {
    padding: 10rem 0;
    /* font-size: 1.6rem; */
    /* margin-bottom: 4rem; */
}

.lp-page .intro-area .txt-area {
    text-align: center;
    font-size: 1.8rem;
    margin-top: 2rem;
    line-height: 2.2;
}

.lp-page .menu-area .nav-list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp-page .menu-area .nav-list li a {
    width: 54rem;
    text-align: center;
    font-size: 2.2rem;
    color: #F26F59;
    border: 2px solid rgb(242 111 89 / 50%);
    background: rgb(255 255 255 / 80%);
    border-radius: 10rem;
    padding: 2.2rem 0;
    /* position: relative; */
    /* line-height: 1; */
    margin: 0 1rem;
    font-weight: 500;
    height: 10rem;
    position: relative;
}

.lp-page .menu-area .nav-list li span {
    font-size: 2rem;
    display: block;
}


.lp-page .fl-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lp-page .intro-area {
    padding: 6rem 0 8rem;
}


.lp-page .list-btn a {
    border-radius: 10rem;
    background: #F26F59;
    /* border: 2px solid #F26F59; */
    color: #fff;
    width: 58rem;
    height: 9.5rem;
    line-height: 9.5rem;
    text-align: center;
    /* position: relative; */
    font-size: 2.4rem;
    margin: 8rem auto 0;
    font-weight: 600;
    box-shadow: 0 0 5px #aaa;
}

.lp-page .list-btn a::after {
    content: '';
    position: absolute;
    background: url(../img/arrow_brown.svg) no-repeat;
    width: 1.4rem;
    height: 1.4rem;
    top: 38%;
    right: 2rem;
    background-size: 100%;
    transform: translate(0, -50%);
    transform: rotate(-90deg);
}

.lp-page .all-btn a {
    width: 50rem;
    height: 8rem;
    line-height: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 1.8rem;
}

.lp-page .all-btn img {
    width: 13.8rem;
    margin-right: 1rem;
}

.lp-page .all-btn a::after {
    background: url(../img/arrow_black.svg) no-repeat;
    transform: rotate(0);
    width: 2rem;
    height: 2rem;
    background-size: 100%;
}

.fixed-nav.m_fixed .nav-list li span {
    font-size: 1.3rem;
    display: block;
    font-weight: 600;
}
.fixed-nav.m_fixed .nav-list li img {
    width: 8rem;
}

.fixed-nav.m_fixed .nav-list li:nth-child(2) img {
    width: 5.4rem;
}

.fixed-nav.m_fixed .nav-list li p {
    font-size: 1.8rem;
    padding-left: 1.5rem;
    font-weight: 500;
    line-height: 1.5;
}

.lp-page .menu-area .nav-list li img {
    position: absolute;
    top: 50%;
    left: 4rem;
    transform: translate(0, -50%);
    width: auto;
    height: 5.7rem;
}

.lp-page .menu-area .nav-list li span {
    font-size: 1.4rem;
    font-weight: 600;
}

.lp-page .menu-area .nav-list li p {
    line-height: 1.5;
}
.lp-page .menu-area .nav-list li:nth-child(2) img {
    height: 5rem;
}

.lp-page .menu-area .nav-list li:nth-child(2) p {
    padding-left: 2.5rem;
}

.lp-page .menu-area .nav-list li a::after {
    content: '';
    position: absolute;
    background: url(../img/arrow.svg) no-repeat;
    width: 1.8rem;
    height: 2.2rem;
    top: 50%;
    right: 4rem;
    background-size: 100%;
    transform: translate(0, -50%);
}

#skincare {
    background: rgb(255 195 196 / 40%);
    margin-top: 10rem;
    padding: 14rem 0 12rem;
}

.cont-area .ttl-area .ttl-txt {
    margin-top: -10rem;
    position: relative;
    z-index: 1;
}

.cont-area .intro-txt {
    text-align: center;
    font-size: 2rem;
    margin: 4rem auto;
    line-height: 2;
}

.cont-area .type-area {
    padding: 6rem 6.3rem 6rem;
    width: 110rem;
    background: rgb(255 255 255 / 50%);
    margin: 0 auto;
    border-radius: 0.5rem;
}

.cont-area .type-area .ttl-txt dt {
    text-align: center;
    color: #F26F59;
    font-size: 1.8rem;
    font-weight: 500;
    position: relative;
}

.cont-area .type-area .ttl-txt dt::after {
    content: '';
    position: absolute;
    background: url(../img/subttl.png) no-repeat;
    width: 27.4rem;
    height: 5.4rem;
    top: 62%;
    left: 50%;
    background-size: 100%;
    transform: translate(-50%, -50%);
}

.cont-area .type-area .ttl-txt dd {
    text-align: center;
    font-size: 1.8rem;
    margin: 3rem auto;
    line-height: 1.8;
}

.cont-area .type-area .type-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cont-area .type-area .type-list li a {
    background: #fff;
    height: 22rem;
    width: 23.6rem;
    padding: 2rem 2rem 0;
    border-radius: 0.5rem;
    position: relative;
}

.cont-area .type-area .type-list .type-ttl {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.cont-area .type-area .type-list .type-ttl img {
    width: 5rem;
    margin-right: 1rem;
}

.cont-area .type-area .type-list .type-ttl p {
    color: #F26F59;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.5;
}

.cont-area .type-area .type-list .type-ttl p span {
    font-size: 1.3rem;
    opacity: 0.5;
    display: block;
}

.cont-area .type-area .type-list .check-list li {
    position: relative;
    font-size: 1.4rem;
    padding-left: 2rem;
    padding-bottom: 0.8rem;
    line-height: 1.6;
}

.cont-area .type-area .type-list .check-list li::after {
    content: '';
    position: absolute;
    background: url(../img/check.svg) no-repeat;
    width: 1.5rem;
    height: 1.2rem;
    top: 0.5rem;
    left: 0;
    background-size: 100%;
}

.cont-area .type-area .type-list .txt-link {
    position: absolute;
    color: #F26F59;
    font-size: 1.3rem;
    bottom: 1.5rem;
    right: 1.5rem;
    font-weight: 500;
    padding-right: 1.5rem;
}

.cont-area .type-area .type-list .txt-link::after {
    content: '';
    position: absolute;
    background: url(../img/arrow.svg) no-repeat;
    width: 1rem;
    height: 1.2rem;
    top: 50%;
    right: 0;
    background-size: 100%;
    transform: translate(0, -50%);
}

.cont-area .type-area .type-list li a:hover {
    box-shadow: 0 0 5px #ccc;
    opacity: 1;
}

.cont-area .item-cont {
    background: rgb(255 255 255 / 80%);
    margin: 10rem auto 0;
    width: 110rem;
    border-radius: 0.5rem;
    padding: 7rem 4rem 8rem;
}

.cont-area .item-cont h4 {
    text-align: center;
    color: #F26F59;
    font-size: 4rem;
    letter-spacing: 0.15em;
    font-weight: 600;
    position: relative;
    margin-bottom: 4rem;
}

.cont-area .item-cont h4::after {
    content: '';
    position: absolute;
    background: url(../img/and.svg) no-repeat;
    width: 5.8rem;
    height: 9.6rem;
    top: 70%;
    left: 48%;
    background-size: 100%;
    transform: translate(-50%, -50%);
}

.cont-area .item-cont h4 span {
    margin: 0 0.3rem;
}

.cont-area .item-cont .cause-area {
    display: flex;
    color: #F26F59;
    font-weight: 500;
    width: 84rem;
    margin: 0 auto;
    position: relative;
    border: 2px solid #FABFB5;
    border-radius: 0.5rem;
    justify-content: center;
    padding: 1.8rem 0;
}

.cont-area .item-cont .cause-area dl {
    display: flex;
}

.cont-area .item-cont .cause-area dd span {
    display: inline-block;
}

.cont-area .item-cont .cause-area .cause-txt {
    font-size: 1.6rem;
    padding-left: 2rem;
    margin-right: -0.5rem;
}

.cont-area .item-cont .cause-area::before {
    content: "";
    position: absolute;
    bottom: -52px;
    left: 50%;
    transform: translate(-50%, 0);
    border: 40px solid transparent;
    border-top: 12px solid #fff6f6;
    z-index: 2;
}

.cont-area .item-cont .cause-area::after {
    content: "";
    position: absolute;
    bottom: -62px;
    left: 50%;
    transform: translate(-50%, 0);
    border: 48px solid transparent;
    border-top: 14px solid #FABFB5;
    z-index: 1;
}

.cont-area .item-cont .cause-area .ttl-txt {
    font-size: 1.5rem;
    position: relative;
}

.cont-area .item-cont .cause-area .ttl-txt::after {
    content: '';
    position: absolute;
    background: url(../img/ico_cause.png) no-repeat;
    width: 4.6rem;
    height: 4.6rem;
    top: 50%;
    left: 50%;
    background-size: 100%;
    transform: translate(-50%, -50%);
}

.cont-area .item-cont .cause-area .ttl-txt span {
    z-index: 10;
    position: relative;
}

.cont-area .item-cont .solution-area {
    background: #F26F59;
    border-radius: 0.4rem;
    width: 58rem;
    margin: 3rem auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
    color: #fff;
    font-weight: 500;
    padding: 0.5rem 0;
}

.cont-area .item-cont .solution-area .ttl-txt {
    font-size: 1.8rem;
    background: #fff;
    border-radius: 10rem;
    color: #F26F59;
    padding: 0.2rem 1rem;
    margin-right: 1rem;
}

.cont-area .item-cont .item-inner {
    display: flex;
    padding: 6rem 4rem;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid rgb(136 136 136 / 10%);
}

.cont-area .item-cont .item-inner .img-area {
    width: 35rem;
    height: 45rem;
    background: #FCF0F0;
    border-radius: 17.5rem;
    position: relative;
}

.cont-area .item-cont .item-inner .txt-area {
    width: 54rem;
}

.cont-area .item-cont .item-inner .img-area dt {
    font-size: 4rem;
    color: #F9D6D2;
    text-align: center;
    font-weight: 600;
}

.cont-area .item-cont .item-inner .img-area dd {
    color: #F26F59;
    font-size: 1.6rem;
    text-align: center;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.cont-area .item-cont .item-inner .txt-area h5 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.cont-area .item-cont .item-inner .txt-area h5 span {
    font-size: 1.8rem;
    display: block;
    padding-bottom: 1rem;
}

.cont-area .item-cont .item-inner .txt-area .item-price {
    font-size: 2.5rem;
    font-weight: 600;
}

.cont-area .item-cont .item-inner .txt-area .item-price span {
    font-size: 1.5rem;
}

.cont-area .item-cont .item-inner .cv-btn {
    color: #F26F59;
    font-weight: 600;
    font-size: 1.5rem;
    background: #fff;
    width: 12rem;
    height: 3.6rem;
    border-radius: 10rem;
    box-shadow: 0 2px 2px #ccc;
    text-align: center;
    line-height: 3.6rem;
    position: relative;
    padding-left: 2rem;
}

.cont-area .item-cont .item-inner .cv-btn::before {
    content: '';
    position: absolute;
    background: url(../img/cart.svg) no-repeat;
    width: 1.6rem;
    height: 1.5rem;
    top: 50%;
    left: 3rem;
    background-size: 100%;
    transform: translate(0, -50%);
}

.cont-area .item-cont .item-inner .txt-area .point-list {
    position: relative;
    border: 1px solid rgb(242 111 89 / 50%);
    padding: 1.2rem 1.8rem;
    margin: 3.5rem 0 2rem;
    border-radius: .2rem;
}

.cont-area .item-cont .item-inner .txt-area .point-list p {
    width: 6rem;
    position: absolute;
    background: #fff6f6;
    top: -2.5rem;
    left: -2rem;
    z-index: 1;
}

.cont-area .item-cont .item-inner .txt-area .point-list ul {
    position: relative;
    z-index: 10;
}

.cont-area .item-cont .item-inner .txt-area .point-list li {
    font-size: 1.4rem;
    padding: 0.4rem 0;
    display: flex;
    align-items: flex-start;
    /* line-height: 1.5; */
}

.cont-area .item-cont .item-inner .txt-area .point-list li span {
    font-size: 1.6rem;
    color: #F26F59;
    padding-right: 0.5rem;
}

.cont-area .item-cont .item-inner .txt-area .review-area {
    background: #fff;
    border-radius: .2rem;
    padding: 1.5rem 2rem 1.5rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cont-area .item-cont .item-inner .txt-area .review-img {
    width: 10rem;
}

.cont-area .item-cont .item-inner .txt-area .review-txt {
    width: 39.5rem;
    font-size: 1.3rem;
    line-height: 1.8;
    position: relative;
}

.cont-area .item-cont .item-inner .txt-area .review-img img {
    width: 8rem;
    margin: 0 auto 1rem;
}

.cont-area .item-cont .item-inner .txt-area .review-img p {
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.4;
}

.cont-area .item-cont .item-inner .txt-area .review-txt::before {
    content: '';
    position: absolute;
    background: url(../img/ico_quote1.png) no-repeat;
    width: 2.5rem;
    height: 2rem;
    top: -1rem;
    left: -1rem;
    background-size: 100%;
}

.cont-area .item-cont .item-inner .txt-area .review-txt::after {
    content: '';
    position: absolute;
    background: url(../img/ico_quote2.png) no-repeat;
    width: 2.5rem;
    height: 2rem;
    bottom: -1rem;
    right: -1rem;
    background-size: 100%;
}

.cont-area .item-cont .item-inner .img-area .inner {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
}

.cont-area .item-cont .item-inner:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.lp-page .list-btn a:hover {
    background: #fff;
    color: #F26F59;
    opacity: 1;
}

#basemake {
    background: rgb(255 207 195 / 40%);
    padding: 14rem 0 12rem;
}

.cont-area #typeB.item-cont .cause-area {
    width: 39rem;
}

.cont-area #typeB.item-cont .solution-area {
    width: 84rem;
}

.cont-area .item-cont .item-inner .txt-area .point-list .fl-list {
    display: flex;
    flex-wrap: wrap;
}

.cont-area .item-cont .item-inner .txt-area .point-list .fl-list li {
    width: 50%;
}
#basemake .item-cont .sub-ttl {
    text-align: center;
    color: #F26F59;
    font-weight: 500;
    width: 80rem;
    margin: 0 auto;
    position: relative;
    border: 2px solid #FABFB5;
    border-radius: 0.5rem;
    font-size: 2.4rem;
    padding: 1.8rem 0;
}

#basemake .item-cont .sub-ttl::after {
    content: "";
    position: absolute;
    bottom: -62px;
    left: 50%;
    transform: translate(-50%, 0);
    border: 48px solid transparent;
    border-top: 14px solid #FABFB5;
    z-index: 1;
}

#basemake .item-cont .sub-ttl::before {
    content: "";
    position: absolute;
    bottom: -52px;
    left: 50%;
    transform: translate(-50%, 0);
    border: 40px solid transparent;
    border-top: 12px solid #fff6f6;
    z-index: 2;
}
.cont-area #typeB h4::after {
    left: 50%;
}

#topics .bnr-list {
    display: flex;
    width: 80rem;
    margin: 2.5rem auto 12rem;
}

#topics .ttl-area h3 {
    color: #F26F59;
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-align: center;
    margin-top: 4rem;
    position: relative;
    z-index: 10;
}

#topics .ttl-area p {
    font-size: 8rem;
    font-weight: 700;
    color: #fff;
    opacity: 0.4;
    text-align: center;
    margin-top: -11rem;
    position: relative;
    z-index: 1;
}

#topics .bnr-list li {
    width: 38.5rem;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
}

#topics .bnr-list li:first-child {
    margin-right: 3rem;
}

#topics .bnr-list li:first-child p {
    color: #7a3d0f;
}

#topics .bnr-list li:nth-child(2) p {
    color: #133227;
}

#topics .bnr-onecolumn {
    width: 60rem;
    margin: 2.5rem auto 0;
}
.cont-area .item-cont .item-inner .txt-area .point-list .notes {
    font-size: 1.2rem;
}
#topics .bnr-list li img, #topics .bnr-onecolumn img {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.16);
    border-radius: 1rem;
    margin-bottom: 1.5rem;
}
/*--------------------------------
PC  Only
--------------------------------*/
@media (min-width: 769px) {
.lp-page .main-area h2 {
	width: 110rem;
	margin: 6rem auto 0;
}
.lp-page .main-area h2 img {
    border-radius: 0.5rem;
}
#basemake .item-cont {
    margin-top: 0;
    padding: 7rem 0 8rem;
}

#basemake .item-cont .item-list {
    display: flex;
    padding: 0 10rem;
}

#basemake .item-cont .item-inner {
	display: block;
	width: 42rem;
	padding: 5.4rem 0 0;
	border-bottom: none;}

#basemake .item-cont .item-inner:nth-child(even) {
    padding-left: 6rem;
}

#basemake .item-cont .item-inner .txt-area {
    width: 42rem;
}

#basemake .item-cont .item-inner:nth-child(1) .txt-area .point-list {
    padding: 2.2rem;
}
}
/*--------------------------------
SP  Only
--------------------------------*/
@media (max-width: 768px) {
.lp-page .spOnly {
  display: block;
}
.lp-page .pcOnly {
  display: none;
}


.lp-page .main-area .nav-list {
    /* width: calc(350 * (100vw / 390)); */
    margin: calc(40 * (100vw / 390)) auto calc(60 * (100vw / 390));
    display: block;
}


.lp-page .nav-list li .ico-txt span {
    font-size: calc(28 * (100vw / 390));
    /* display: block; */
}


.lp-page .btn-list a {
    width: calc(320 * (100vw / 390));
    font-size: calc(12 * (100vw / 390));
    padding: calc(13 * (100vw / 390)) 0 calc(15 * (100vw / 390));
}

.lp-page .btn-list span {
    font-size: calc(16 * (100vw / 390));
}

.lp-page .btn-list a::after {
    right: calc(20 * (100vw / 390));
}
	
.fixed-nav.m_fixed .nav-list li {
    width: 50%;
    position: relative;
    /* letter-spacing: 0.05rem; */
    /* padding-left: calc(10 * (100vw / 390)); */
    /* height: calc(36 * (100vw / 390)); */
    /* line-height: 1.4; */
}

.lp-page {
    /* padding-bottom: calc(20 * (100vw / 390)); */
    /* letter-spacing: 0.05em; */
}
.lp-page .main-area h2 span {
    font-size: calc(30 * (100vw / 390));
    padding-top: calc(10 * (100vw / 390));
}

.lp-page .main-area .intro-txt {
    font-size: calc(14 * (100vw / 390));
}

.lp-page .mv-container {
    margin-top: calc(30 * (100vw / 390));
    max-width: none;
}

.fixed-nav.m_fixed .nav-list {
    overflow-x: scroll;
    overflow-y: hidden;
    height: calc(56 * (100vw / 390));
    justify-content: flex-start;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: calc(12 * (100vw / 390)) 0;
    /* letter-spacing: 0.05em; */
}

.fixed-nav.m_fixed .nav-list::-webkit-scrollbar {
    display: none;
} 
.lp-page .all-list a {
    padding: calc(25 * (100vw / 390)) 0;
    font-size: calc(16 * (100vw / 390));
    width: calc(350 * (100vw / 390));
    margin-top: calc(50 * (100vw / 390));
}

.fixed-nav.m_fixed .nav-list li a {
    margin: 0;
    font-size: calc(11 * (100vw / 390));
}
.js-fixed-elm.is-fixed {
    top: calc(80 * (100vw / 390));
}
	
.lp-page .main-area .ttl-txt picture {
    width: calc(376 * (100vw / 390));
    padding-left: 1rem;
}

.lp-page .intro-area h3 {
    font-size: calc(20 * (100vw / 390));
    letter-spacing: 0.1em;
}

.lp-page .intro-area h3 span {
    font-size: calc(28 * (100vw / 390));
    letter-spacing: 0.6rem;
}

.lp-page .intro-area .slider .img {
    width: calc(90 * (100vw / 390));
    margin: 0 calc(10 * (100vw / 390));
}



#FooterWrap {
    margin-top: calc(-20 * (100vw / 390));
}


.fixed-nav.m_fixed {
    width: 100%;
    bottom: 0;
}

.fixed-nav.m_fixed .nav-list li:nth-child(2) a {
    /* width: calc(150 * (100vw / 390)); */
}

.fixed-nav.m_fixed .nav-list li:nth-child(3) a {
    width: calc(80 * (100vw / 390));
}

.fixed-nav.m_fixed .nav-list li a {
    /* width: calc(70 * (100vw / 390)); */
}

.fixed-nav.m_fixed .nav-list li:nth-child(4) a, .fixed-nav.m_fixed .nav-list li:nth-child(5) a {
    width: calc(160 * (100vw / 390));
}

.lp-page .main-area h2 {
    /* width: 100%; */
    /* padding: calc(50 * (100vw / 390)) 2% calc(50 * (100vw / 390)) 8%; */
}

.lp-page .ttl-txt .img {
    width: calc(320 * (100vw / 390));
    margin-right: calc(30 * (100vw / 390));
}

.cont-area .ttl-area .ttl-txt {
    margin-top: calc(-65 * (100vw / 390));
}

.lp-page section {
    padding: calc(60 * (100vw / 390))  0;
}

.lp-page .intro-area .txt-area {
    margin-top: calc(12 * (100vw / 390));
    font-size: calc(15 * (100vw / 390));
    line-height: 2;
}

.lp-page .intro-area {
    padding: calc(40 * (100vw / 390)) 0;
}

.lp-page .menu-area .nav-list {
    display: block;
}

.lp-page .menu-area .nav-list li a {
    border-radius: 0;
    margin: 0;
    border-right: none;
    border-left: none;
    font-size: calc(16 * (100vw / 390));
    width: 100%;
    text-align: left;
    padding: calc(10 * (100vw / 390)) 0;
    height: calc(68 * (100vw / 390));
}

.lp-page .menu-area .nav-list li span {
    /* display: inline; */
    font-size: calc(13 * (100vw / 390));
    display: block;
}

.lp-page .menu-area .nav-list li a::after {
    width: calc(14 * (100vw / 390));
    height: calc(17 * (100vw / 390));
    right: calc(20 * (100vw / 390));
}

.lp-page .cont-area h3 {
    font-size: calc(28 * (100vw / 390));
    line-height: 1.4;
}

.lp-page .cont-area h3 span {
    font-size:  calc(36 * (100vw / 390));
}


.fixed-bnr.m_fixed {
    width: calc(90 * (100vw / 390));
    bottom: calc(70 * (100vw / 390));
}

.lp-page .all-btn img {
    width: calc(100 * (100vw / 390));
}

.fixed-nav.m_fixed .nav-list li:first-child {
    border-left: none;
}

.fixed-nav.m_fixed .nav-list li:last-child {
    border-right: none;
}

.fixed-nav.m_fixed .nav-list li span {
    font-size: calc(11 * (100vw / 390));
}	
.fixed-nav.m_fixed .nav-list li p {
    padding: 0;
    font-size: calc(13 * (100vw / 390));
    letter-spacing: 0.05em;
    line-height: 1.6;
}

.fixed-nav.m_fixed .nav-list li::before {
    content: '';
    position: absolute;
    background: url(../img/ico_care2.svg) no-repeat;
    width: 6.6rem;
    height: 3.8rem;
    top: 50%;
    left: 1.5rem;
    background-size: 100%;
    transform: translate(0, -50%);
}

.fixed-nav.m_fixed .nav-list li:nth-child(2)::before {
    content: '';
    position: absolute;
    background: url(../img/ico_make2.svg) no-repeat;
    width: 4.4rem;
    height: 3.6rem;
    top: 55%;
    left: 1.5rem;
    background-size: 100%;
    transform: translate(0, -50%);
}

.lp-page .all-btn a {
    width: calc(350*(100vw / 390));
    height: calc(65*(100vw / 390));
    line-height: calc(65*(100vw / 390));
}

.lp-page .all-btn a::after {
    width: calc(14*(100vw / 390));
    height: calc(14*(100vw / 390));
    right: calc(16*(100vw / 390));
}
.lp-page .menu-area .nav-list li:last-child a {
    border-top: none;
}

.lp-page .menu-area .nav-list li img {
    height: calc(38 * (100vw / 390));
    left: calc(20 * (100vw / 390));
}

.lp-page .menu-area .nav-list li p {
    padding-left: calc(100 * (100vw / 390)) !important;
}

.lp-page .menu-area .nav-list li:nth-child(2) img {
    height: calc(36 * (100vw / 390));
    left: calc(30 * (100vw / 390));
}

.lp-page .menu-area .nav-list li:nth-child(2) p {}

#skincare {
    margin-top: 0;
    padding: calc(60 * (100vw / 390)) 0;
}

.cont-area .intro-txt {
    font-size: calc(15 * (100vw / 390));
    margin: calc(30 * (100vw / 390)) auto;
}

.cont-area .type-area {
    width: calc(350 * (100vw / 390));
    padding: calc(35 * (100vw / 390)) calc(15 * (100vw / 390)) calc(25 * (100vw / 390));
}

.cont-area .type-area .ttl-txt dt::after {
    background: url(../img/subttl_sp.png) no-repeat;
    width: calc(240 * (100vw / 390));
    height: calc(50 * (100vw / 390));
    background-size: 100%;
}

.cont-area .type-area .ttl-txt dt {
    font-size: calc(16 * (100vw / 390));
}

.cont-area .type-area .ttl-txt dd {
    font-size: calc(14 * (100vw / 390));
    margin: calc(20 * (100vw / 390)) auto calc(15 * (100vw / 390));
}

.cont-area .type-area .type-list li a {
    width: calc(157 * (100vw / 390));
    height: calc(176 * (100vw / 390));
    margin-bottom: calc(6 * (100vw / 390));
    padding: calc(8 * (100vw / 390))  calc(8 * (100vw / 390))  0;
}

.cont-area .type-area .type-list .type-ttl p span {
    font-size: calc(11 * (100vw / 390));
}

.cont-area .type-area .type-list .type-ttl p {
    font-size: calc(15 * (100vw / 390));
}

.cont-area .type-area .type-list .type-ttl img {
    width: calc(40 * (100vw / 390));
}

.cont-area .type-area .type-list .type-ttl {
    margin-bottom: calc(12 * (100vw / 390));
}

.cont-area .type-area .type-list .check-list li {
    font-size: calc(12 * (100vw / 390));
    padding-right: calc(2 * (100vw / 390));
    padding-bottom: calc(6 * (100vw / 390));
}

.cont-area .type-area .type-list .check-list li::after {
    width: calc(14 * (100vw / 390));
    height: calc(12 * (100vw / 390));
    top: calc(3 * (100vw / 390));
    left: calc(2 * (100vw / 390));
}

.cont-area .type-area .type-list .txt-link {
    font-size: calc(11 * (100vw / 390));
    bottom: calc(10 * (100vw / 390));
    right: calc(10 * (100vw / 390));
    padding-right: calc(12 * (100vw / 390));
}

.cont-area .type-area .type-list .txt-link::after {
    width: calc(9 * (100vw / 390));
    height: calc(12 * (100vw / 390));
}

.cont-area .item-cont {
    width: calc(350 * (100vw / 390));
    margin: calc(40 * (100vw / 390))  auto 0;
    padding: calc(40 * (100vw / 390))  calc(15 * (100vw / 390)) calc(30 * (100vw / 390));
}

.cont-area .item-cont h4 {
    font-size: calc(24 * (100vw / 390));
    margin-bottom: calc(20 * (100vw / 390));
}

.cont-area .item-cont h4::after {
    width: calc(42 * (100vw / 390));
    height: calc(72 * (100vw / 390));
    left: 46%;
}

.cont-area .item-cont .cause-area {
    width: calc(320 * (100vw / 390)) !important;
    padding: calc(10 * (100vw / 390)) calc(10 * (100vw / 390)) calc(6 * (100vw / 390));
}

.cont-area .item-cont .cause-area .ttl-txt {
    font-size: calc(12 * (100vw / 390));
    width: calc(40 * (100vw / 390));
    height: calc(40 * (100vw / 390));
    text-align: center;
    padding-top: calc(10 * (100vw / 390));
}

.cont-area .item-cont .cause-area .ttl-txt::after {
    width: calc(40 * (100vw / 390));
    height: calc(40 * (100vw / 390));
}

.cont-area .item-cont .cause-area .cause-txt {
    display: block;
    font-size: calc(13 * (100vw / 390));
    padding-left: calc(10 * (100vw / 390));
    width: calc(260 * (100vw / 390));
}

.cont-area .item-cont .cause-area dd span {
    display: none;
}

.cont-area .item-cont .cause-area .cause-txt dt {
    float: left;
    padding-bottom: calc(4 * (100vw / 390));
}

.cont-area .item-cont .cause-area .cause-txt dd {
    overflow: hidden;
    padding-bottom: calc(4 * (100vw / 390));
}

.cont-area .item-cont .solution-area {
    width: calc(320 * (100vw / 390)) !important;
    font-size: calc(15 * (100vw / 390));
    padding: calc(8 * (100vw / 390));
    margin-top: calc(25 * (100vw / 390));
    margin-bottom: calc(10 * (100vw / 390));
}

.cont-area .item-cont .solution-area .ttl-txt {
    font-size: calc(13 * (100vw / 390));
    width: calc(60 * (100vw / 390));
    padding: calc(2 * (100vw / 390))0;
    text-align: center;
    margin-right: calc(6 * (100vw / 390));
}

.cont-area .item-cont .cause-area::before {
    border: 30px solid transparent;
    border-top: 10px solid #fff6f6;
    bottom: -40px;
}

.cont-area .item-cont .cause-area::after {
    border: 38px solid transparent;
    border-top: 12px solid #FABFB5;
    bottom: -50px;
}

.cont-area .item-cont .item-inner {
    display: block;
    padding: calc(30 * (100vw / 390))calc(10 * (100vw / 390));
}

.cont-area .item-cont .item-inner .img-area {
    width: calc(290 * (100vw / 390));
    height: calc(290 * (100vw / 390));
    margin-bottom: calc(10 * (100vw / 390));
}

.cont-area .item-cont .item-inner .img-area img {
    width: calc(250 * (100vw / 390));
    margin: 0 auto;
}

.cont-area .item-cont .item-inner .img-area dt {
    font-size: calc(34 * (100vw / 390));
}

.cont-area .item-cont .item-inner .img-area dd {
    font-size: calc(14 * (100vw / 390));
    margin-top: calc(-2 * (100vw / 390));
    margin-bottom: calc(12 * (100vw / 390));
}

.cont-area .item-cont .item-inner .txt-area {
    width: calc(300 * (100vw / 390));
}

.cont-area .item-cont .item-inner .txt-area h5 {
    font-size: calc(16 * (100vw / 390));
    margin-bottom: calc(10 * (100vw / 390));
}

.cont-area .item-cont .item-inner .txt-area h5 span {
    font-size: calc(15 * (100vw / 390));
    padding-bottom: calc(5 * (100vw / 390));
}

.cont-area .item-cont .item-inner .txt-area .item-price {
    font-size: calc(22 * (100vw / 390));
}

.cont-area .item-cont .item-inner .txt-area .item-price span {
    font-size: calc(11 * (100vw / 390));
}

.cont-area .item-cont .item-inner .cv-btn {
    font-size: calc(13 * (100vw / 390));
    width: calc(100 * (100vw / 390));
    height: calc(32 * (100vw / 390));
    line-height: calc(32 * (100vw / 390));
}

.cont-area .item-cont .item-inner .cv-btn::before {
    width: calc(15 * (100vw / 390));
    height: calc(14 * (100vw / 390));
    left: calc(25 * (100vw / 390));
}

.cont-area .item-cont .item-inner .txt-area .point-list p {
    width: calc(56 * (100vw / 390));
    top: calc(-20 * (100vw / 390));
}

.cont-area .item-cont .item-inner .txt-area .point-list li {
    font-size: calc(13 * (100vw / 390));
}

.cont-area .item-cont .item-inner .txt-area .point-list li span {
    font-size: calc(15 * (100vw / 390));
}

.cont-area .item-cont .item-inner .txt-area .point-list {
    padding: calc(10 * (100vw / 390)) calc(15 * (100vw / 390));
    margin: calc(25 * (100vw / 390)) 0 calc(15 * (100vw / 390));
}

.cont-area .item-cont .item-inner .txt-area .review-area {
    display: block;
    padding: calc(12 * (100vw / 390)) calc(12 * (100vw / 390)) calc(15 * (100vw / 390));
}

.cont-area .item-cont .item-inner .txt-area .review-img {
    display: flex;
    width: 100%;
    align-items: center;
}

.cont-area .item-cont .item-inner .txt-area .review-img img {
    width: calc(40 * (100vw / 390));
    margin: 0 calc(10 * (100vw / 390)) 0 0;
}

.cont-area .item-cont .item-inner .txt-area .review-txt {
    width: 100%;
    padding: calc(12 * (100vw / 390)) calc(3 * (100vw / 390)) 0;
    font-size: calc(12 * (100vw / 390));
}

.cont-area .item-cont .item-inner .txt-area .review-txt::before {
    width: calc(19 * (100vw / 390));
    height: calc(15 * (100vw / 390));
    top: calc(5 * (100vw / 390));
    left: calc(-5 * (100vw / 390));
    background-size: 100%;
}

.cont-area .item-cont .item-inner .txt-area .review-txt::after {
    width: calc(19 * (100vw / 390));
    height: calc(15 * (100vw / 390));
    bottom: calc(-5 * (100vw / 390));
    right: calc(-5 * (100vw / 390));
    background-size: 100%;
}

.cont-area .item-cont .item-inner .txt-area .point-list .fl-list {
    display: block;
}

.cont-area .item-cont .item-inner .txt-area .point-list .fl-list li {
    width: 100%;
}

.cont-area #typeB.item-cont .cause-area {
    align-items: center;
    padding: calc(5 * (100vw / 390));
}

.cont-area .item-cont .solution-area p {
    width: calc(240 * (100vw / 390));
}

.lp-page .list-btn a {
    width: calc(350 * (100vw / 390));
    font-size: calc(18 * (100vw / 390));
    line-height: 1.6;
    height: calc(74 * (100vw / 390));
    padding:  calc(10 * (100vw / 390)) 0;
    margin-top: calc(40 * (100vw / 390));
}

.lp-page .list-btn a span {
    display: block;
    font-size: calc(15 * (100vw / 390));
}

#basemake {
    padding: calc(60 * (100vw / 390)) 0;
}

#basemake .ttl-area .ttl-txt {
    margin-top: calc(-100 * (100vw / 390));
}

#basemake .intro-txt {
    margin-top: calc(70 * (100vw / 390));
}

#basemake .item-cont .sub-ttl {
    width: calc(320*(100vw / 390)) !important;
    padding: calc(10*(100vw / 390)) 0;
    font-size: calc(16 * (100vw / 390));
}

#basemake .item-cont .sub-ttl::before {
    border: 30px solid transparent;
    border-top: 10px solid #fff6f6;
    bottom: -40px;
}

#basemake .item-cont .sub-ttl::after {
    border: 38px solid transparent;
    border-top: 12px solid #FABFB5;
    bottom: -50px;
}
#basemake .item-cont {
    margin-top: calc(20 * (100vw / 390));
}

#basemake .item-cont .item-inner .txt-area .point-list {
    margin-bottom: 0;
}

#topics .ttl-area h3 {
    font-size: calc(18 * (100vw / 390));
    margin-top: calc(20 * (100vw / 390));
    letter-spacing: 0.1rem;
}

#topics .ttl-area p {
    font-size: calc(50 * (100vw / 390));
    margin-top: calc(-70 * (100vw / 390));
}

#topics .bnr-list {
    display: block;
    width: calc(280 * (100vw / 390));
    margin: calc(20 * (100vw / 390)) auto calc(70 * (100vw / 390));
}

#topics .bnr-list li {
    width: 100%;
    margin: 0 auto calc(25 * (100vw / 390)) !important;
    font-size: calc(16 * (100vw / 390));
}

#topics .bnr-onecolumn {
    width: calc(350 * (100vw / 390));
    margin: calc(20 * (100vw / 390)) auto 0;
}
.cont-area .item-cont .item-inner .txt-area .point-list .notes {
    font-size: calc(11 * (100vw / 390));
}

}