@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: #000;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
  z-index: 0;
  padding-bottom: 10rem;
  background: #fffffa;
  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: 1px solid #2EA353;
	border-bottom: 1px solid #2EA353;
	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: #fff;
    color: #2EA353;
    /* 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; */
    font-weight: 500;
    text-align: center;
    font-size: 1.4rem;
    /* letter-spacing: 0.05em; */
    /* display: flex; */
    /* justify-content: center; */
    width: 25rem;
}

.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: 25rem; */
    border-left: 1px solid #2EA353;
    height: 5rem;
    /* border-left: 1px solid #111; */
    display: flex;
    /* font-weight: 500; */
    /* margin: 0 6rem 0 0; */
    align-items: center;
    justify-content: center;
}

.lp-page .cont-area h3 span {font-size: 5rem;font-weight: 400;display: block;}
.lp-page * {
    box-sizing: border-box;
}


#FooterWrap {
    position: relative;
    z-index: 50;
}
.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: 1px solid #2EA353;
    /* 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 {
    line-height: 1.6;
    font-size: 2.6rem;
    margin-bottom: 2rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: center;
}

.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 span {
    font-size: 1.8rem;
    font-family: "Marcellus", serif;
}


.lp-page .ttl-txt .img {
    width: 53rem;
    margin-right: 5rem;
}

.lp-page section {
    /* padding: 10rem 0; */
    max-width: 100rem;
    margin: 0 auto;
}

.lp-page .intro-area .txt-area {
}

.lp-page .menu-area .nav-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100rem;
    margin: 0 auto 8rem;
}

.lp-page .menu-area .nav-list li a {
    width: 24.4rem;
    text-align: center;
    font-size: 1.5rem;
    color: #2EA353;
    border: 1px solid rgb(46 163 83 / 50%);
    background: rgb(255 255 255 / 80%);
    border-radius: .4rem;
    padding-top: 1.5rem;
    /* position: relative; */
    line-height: 1.4;
    /* margin: 0 1rem; */
    font-weight: 500;
    height: 8.6rem;
    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: flex-start;
}

.lp-page .intro-area {
    padding: 4rem 0 8rem;
}

.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/ico_arrow.svg) no-repeat;
    width: 1.2rem;
    height: 0.8rem;
    bottom: 1rem;
    left: 50%;
    background-size: 100%;
    transform: translate(-50%, 0);
}

.cont-area .ttl-area .ttl-txt {
    margin-top: -10rem;
    position: relative;
    z-index: 1;
}

.cont-area .intro-txt {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2;
}


.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 .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;
}
.lp-page .intro-area .ttl-area {
}

.lp-page .intro-area .main-txt {
    text-align: center;
    font-size: 1.4rem;
    line-height: 2;
}

.lp-page .intro-area .ttl-area img {
    width: 28rem;
}

.lp-page .intro-area .intro-img img {
    width: 50rem;
    margin: 6rem 0 0 -17rem;
}

.lp-page .intro-area .prof-txt {
    color: #2EA353;
    background: #F4FAF6;
    padding: 2rem;
    margin-top: 4rem;
}

.lp-page .intro-area .prof-txt dt {
    font-weight: 600;
    font-size: 1.4rem;
    padding-bottom: 1rem;
}

.lp-page .intro-area .prof-txt dd {
    font-size: 1.2rem;
    line-height: 1.8;
}

.lp-page .menu-area .nav-list li:nth-child(4) a {
    padding-top: 2.5rem;
}

.lp-page .cont-area {
    padding: 8rem 6rem 6rem;
    background-color: #F7F7F0;
    margin-bottom: 6rem;
}

.cont-area .cont-mv {
    width: 55rem;
    margin: 0 auto 3rem;
}

.lp-page .cont-area h3 {
    color: #A09172;
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 1rem;
}

.lp-page #contents02.cont-area h3{
    color: #C6859C;
}

.lp-page .cont-area .item-list {
    display: flex;
    flex-wrap: wrap;
}

.lp-page .cont-area .item-inner {
    width: 27.2rem;
    margin-right: 3.2rem;
    margin-top: 5rem;
}

.lp-page .cont-area .item-inner:nth-child(3n) {
    margin-right: 0;
}

.lp-page .cont-area .item-inner .item-txt {
    margin: 1.2rem 0 1.2rem;
    font-size: 1.3rem;
    line-height: 1.7;
}

.lp-page .notes {
    font-size: 1.1rem;
    /* line-height: 1.6; */
    display: block;
    padding-top: .5rem;
}

.lp-page .cont-area .item-inner .item-name {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: .8rem;
}

.lp-page .cont-area .item-inner .item-price {
    font-size: 1.8rem;
    font-weight: 600;
}

.lp-page .cont-area .item-inner .item-btn a {
    font-size: 1.3rem;
    background: #A09172;
    color: #fff;
    width: 8rem;
    height: 3rem;
    border-radius: 10rem;
    line-height: 3rem;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.1em;
    box-shadow: 0 2px 2px rgb(0 0 0 / 20%);
    transition: .3s;
}

.lp-page .cont-area .item-inner .item-btn a:hover {
    background: #fff;
    color: #A09172;
}

.lp-page #contents02.cont-area .item-inner .item-btn a {
    background: #C6859C;
}

.lp-page #contents02.cont-area .item-inner .item-btn a:hover {
    color: #C6859C;
    background-color: #fff;
}

#contents03 .cont-mv img {
    height: 5rem;
    margin: 0 auto 2rem;
    width: auto;
}

.lp-page .cont-area .brandttl-area {
    margin-top: 6rem;
    margin-bottom: -1.5rem;
}

.lp-page .cont-area .brandttl-area .brand-ico img {
    height: 1.6rem;
    width: auto;
    margin: 0 auto 1rem;
}

.lp-page .cont-area .brandttl-area h4 {
    color: #2EA353;
    font-size: 4.6rem;
    text-align: center;
    font-weight: 500;
}

.lp-page .cont-area .brandttl-area h4 span {
    font-size: 3rem;
}

.lp-page .cont-area .item-inner .brand-name {
    color: #2EA353;
    text-align: center;
    font-weight: 600;
    font-size: 1.8rem;
    margin-top: 1rem;
    line-height: 1.3;
}

.lp-page .cont-area .brandttl-area .brand-txt {
    text-align: center;
    font-size: 1.4rem;
    line-height: 2;
}
.lp-page .cont-area .massage-area {
    background: #fff;
    margin-top: 6rem;
    padding: 4rem 8rem;
}

.lp-page .cont-area .massage-area h5 {
    text-align: center;
    color: #2EA353;
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

.lp-page .cont-area .massage-area .prof-area {
    display: flex;
    margin: 3rem 0;
    align-items: center;
}

.lp-page .cont-area .massage-area .prof-area img {
    width: 12rem;
    margin-right: 2rem;
}

.lp-page .cont-area .massage-area .prof-area dt {
    color: #2EA353;
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.lp-page .cont-area .massage-area .prof-area dt span {
    font-size: 1.8rem;
}

.lp-page .cont-area .massage-area .prof-area dd {
    font-size: 1.3rem;
    line-height: 1.75;
}

.lp-page .cont-area .massage-area .prof-area dd span {
    font-size: 1.4rem;
    display: block;
    font-weight: 500;
}

.lp-page .cont-area .massage-area .question-list h6 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #2EA353;
}

.lp-page .cont-area .massage-area .question-list p {
    font-size: 1.3rem;
    line-height: 1.75;
    margin: 1rem 0 2rem;
}

.lp-page .cont-area .massage-area .image-list {
    margin-top: 3rem;
    display: flex;
    justify-content: space-between;
}

.lp-page .cont-area .massage-area .image-list li {
    width: 22.8rem;
}

.lp-page .cont-area .massage-area .image-list p {
    font-size: 1.2rem;
    margin-top: 1rem;
    line-height: 1.75;
}
.lp-page .txt-green {
    color: #2EA353;
    font-weight: 500;
}
#contents04 .cont-mv img {
    height: 5.5rem;
    width: auto;
    margin: 0 auto 2rem;
}

#contents04 .item-list {
    display: block;
}

.lp-page .cont-area .item-inner .item-txt .txt-itemname {
    font-size: 1.4rem;
    padding-top: 0.5rem;
    display: block;
    font-weight: 500;
}
.lp-page .cont-area .coming-soon .item-img {
    position: relative;
}

.lp-page .cont-area .coming-soon .item-img::after {
    content: '';
    position: absolute;
    height: 27.2rem;
    width: 27.2rem;
    background: rgb(255 255 255 / 50%);
    top: 0;
    left: 0;
}

.lp-page .cont-area .coming-soon .coming-txt {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.6rem;
    color: #888;
    width: 100%;
    text-align: center;
}
/*--------------------------------
PC  Only
--------------------------------*/
@media (min-width: 769px) {
.lp-page .main-area h1,
.lp-page .main-area h2 {
	max-width: 120rem;
	margin: 6rem auto 0;
}
#contents03 .item-list {
    justify-content: center;
}

#contents04 .item-inner {
    width: 100%;
    display: flex;
	align-items: center;
}

#contents04 .item-inner:nth-child(1) {
    display: block;
    margin: 4rem 0 6rem;
}

#contents04 .item-inner .brand-name {
    font-size: 3rem;
    text-align: left;
    margin: 0 auto 1.5rem;
}

#contents04 .item-inner:nth-child(1) .brand-name {
    text-align: center;
}
#contents04 .item-inner:nth-child(1) .item-img {
    width: 50rem;
    margin: 0 auto !important;
}

#contents04 .item-inner:nth-child(1) .item-detail {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

#contents04 .item-inner .item-img {
    width: 48rem;
    margin-right: 3rem;
}

#contents04 .item-inner .item-detail {
    width: 37rem;
}

#contents04 .item-inner:nth-child(1) .item-detail .inner {
    width: 42rem;
}

#contents04 .item-inner:nth-child(1) .item-price {
    margin-top: 0.5rem;
}

#contents04 .item-inner:nth-child(1) .item-name {
    margin-bottom: 1rem;
    width: 33rem;
}

#contents04 .item-inner {
    margin: 6rem 0 0;
}

#contents04 .item-inner .inner {
    margin-top: 2rem;
}

#contents04 .item-inner:nth-child(odd) {
    flex-direction: row-reverse;
}

#contents04 .item-inner:nth-child(odd) .item-img {
    margin-right: 0;
    margin-left: 3rem;
}
}
/*--------------------------------
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 {
    height: calc(44 * (100vw / 390));
    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(50 * (100vw / 390));
    /* letter-spacing: 0.05em; */
}
.lp-page .main-area h1 span,
.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;
} 

.fixed-nav.m_fixed .nav-list li a {
    margin: 0;
    font-size: calc(12 * (100vw / 390));
    line-height: 1.6;
}
.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.08em;
    margin: 0 0 0 calc(15 * (100vw / 390));
    font-size: calc(20 * (100vw / 390));
}

.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));
}


/*----------アコーディオン----------*/
.accordion {
  position: relative;
}
/* ボタン */
.accordion-btn {
  bottom: calc(-10*(100vw / 390));
  color: #A09172;
  cursor: pointer;
  display: inline-block;
  font-size: calc(12*(100vw / 390));
  left: 0;
  margin: auto;
  /* padding: 5px 15px; */
  position: absolute;
  right: 0;
  text-align: center;
  transition: all .2s;
  width: fit-content;
  z-index: 1;
  font-weight: 500;
}

#contents02 .accordion-btn{
  color: #BA658B;
}
/* 続きを読むボタンの表記 */
.accordion-btn::after {
  content: "MORE +";
}
.accordion-text {
  overflow: hidden; /* テキストを隠す */
  position: relative;
}
/* 最初に見えてるテキストエリアの高さ */
.accordion-text.is-hide {
  height: 110px;
}	
/* テキストをグラデーションで隠す */
.accordion-text::before {
  background: -webkit-linear-gradient(top, rgba(247,247,240,0) 0%, rgba(247,247,240,.9) 50%, rgba(247,247,240,.9) 50%, #f7f7f0 100%);
  bottom: 0;
  content: "";
  height: calc(50*(100vw / 390)); /* グラデーションで隠す高さ */
  position: absolute;
  width: 100%;
}
/* 閉じるボタンの位置 */
.accordion-btn.is-show {
  bottom: calc(-10*(100vw / 390));
}
/* 閉じるボタンの表記 */
.accordion-btn.is-show::after {
  content: "CLOSE -";
  /* bottom: calc(12*(100vw / 390)); */
}
/* 続きを見るボタンをクリックしたらテキストを隠しているグラデーションを消す */
.accordion-btn.is-show + .accordion-text::before {
  display: none;
}	
.lp-page .bg-blue .accordion-text::before {
    background: -webkit-linear-gradient(top, rgba(230, 241, 247, 0) 0%, rgba(230, 241, 247, .9) 50%, rgba(230, 241, 247, .9) 50%, rgb(230, 241, 247) 100%);
}
.lp-page .bg-green .accordion-text::before {
    background: -webkit-linear-gradient(top, rgba(233, 248, 237, 0) 0%, rgba(233, 248, 237, .9) 50%, rgba(233, 248, 237, .9) 50%, rgb(233, 248, 237) 100%);
}
	
	
.text_wrapper{
  position: relative;
  /* margin-bottom: 20px; */
  padding: 0 0 calc(30 * (100vw / 390));
  /* border: solid 1px; */
  height: auto;
  overflow: hidden;
}
	
.show_more{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(60 * (100vw / 390));
  padding-top: calc(80 * (100vw / 390));
  text-align: center;
  /* line-height: 30px; */
  background: linear-gradient(to bottom, rgb(255, 255, 250,0) 0%, rgb(255, 255, 250,1) 70%);
  cursor: pointer;
  /* z-index: 8; */
}
.open .show_more {
  background: transparent;
}
.show_more:before {
	/* border-right: 3px solid #0288d1; */
	/* border-top: 3px solid #0288d1; */
	content: "MORE +";
	width: auto;
	height: auto;
	font-size: calc(13 * (100vw / 390));
	transform: translate(-50%, 0);
	left: 50%;
	bottom: 0;
    /*color: #BA658B;*/
	position: absolute;
	font-weight: 500;
	line-height: 1;
} 
.active .show_more:before {
  /* -webkit-transform: rotate(-45deg); */
  /* transform: rotate(-45deg); */
  content: "CLOSE −";
  bottom: calc(0 * (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) {
    width: calc(176 * (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) {
    width: calc(124 * (100vw / 390));
}


.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; */
    width: calc(360 * (100vw / 390));
    /* max-width: none; */
}

.lp-page .intro-area .txt-area {
    margin-top: calc(12 * (100vw / 390));
    /* font-size: calc(15 * (100vw / 390)); */
    /* line-height: 2; */
    width: 100%;
}

.lp-page .intro-area {
    padding: calc(40 * (100vw / 390)) 0 calc(30*(100vw / 390));
    display: block;
}

.lp-page .menu-area .nav-list {
    display: block;
    margin-bottom: calc(50*(100vw / 390));
}

.lp-page .menu-area .nav-list li a {
    border-top: none;
    margin: 0;
    border-right: none;
    border-left: none;
    font-size: calc(15 * (100vw / 390));
    width: 100%;
    text-align: left;
    padding: calc(18 * (100vw / 390));
    height: calc(57 * (100vw / 390));
    border-radius: 0;
}

.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(12 * (100vw / 390));
    height: calc(8 * (100vw / 390));
    right: calc(20 * (100vw / 390));
    bottom: 50%;
    left: inherit;
    transform: translate(0, 50%);
}

.lp-page .cont-area h3 {
    font-size: calc(22*(100vw / 390));
    line-height: 1.4;
    margin: 0 calc(-20 * (100vw / 390));
}

.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;
    width: calc(150 * (100vw / 390));
}

.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 .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));
}

.cont-area .intro-txt {
    font-size: calc(12 * (100vw / 390));
    margin: calc(10 * (100vw / 390)) calc(-20 * (100vw / 390)) calc(30*(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 .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 .txt-area {
    width: calc(300 * (100vw / 390));
}
.lp-page .intro-area .ttl-area .inner {
    display: flex;
    align-items: center;
}

.lp-page .intro-area .ttl-area {
    width: 100%;
}

.lp-page .intro-area .ttl-area img {
    width: calc(130 * (100vw / 390));
}

.lp-page .intro-area .main-txt {
    font-size: calc(12 * (100vw / 390));
}
	
.lp-page .intro-area .prof-txt {
    margin-top: calc(20 * (100vw / 390));
    padding: calc(15*(100vw / 390));
}

.lp-page .cont-area {
    padding: calc(40 * (100vw / 390)) calc(20 * (100vw / 390));
    margin-bottom: calc(40 * (100vw / 390));
}

.lp-page .cont-area .item-inner {
    width: calc(147 * (100vw / 390));
    margin-right: 0;
    box-sizing: content-box;
    /* border-bottom: 1px solid #D3E2E8; */
    /* padding-bottom: calc(15 * (100vw / 390)); */
    /* margin-bottom: calc(15 * (100vw / 390)); */
    margin-top: calc(15 * (100vw / 390));
}

.lp-page .cont-area .item-inner:nth-child(2n+1) {
    margin-right: calc(12 * (100vw / 390));
    padding-right: calc(12 * (100vw / 390));
    border-right: 1px solid #dadacc;
    /* box-sizing: border-box; */
}

.lp-page .cont-area .item-inner:nth-child(2n) {
    /* margin-left: calc(12 * (100vw / 390)); */
}

.lp-page .cont-area .item-inner .item-img {
    border-top: 1px solid #dadacc;
    padding-top: calc(15 * (100vw / 390));
}

.lp-page .bg-blue .show_more {
    background: linear-gradient(to bottom, rgb(229, 241,  247, 0) 0%, rgb(229, 241,  247, 0.8) 30%, rgb(229, 241,  247, 1) 70%);
    /* background: rgb(229 241 247); */
    /* padding-top: 0; */
    /* height: calc(30*(100vw / 390)); */
}

.lp-page .bg-blue .show_more:before {
    font-size: calc(12*(100vw / 390));
}

.lp-page .cont-area .show_more {
    padding-top: calc(30*(100vw / 390));
    height: calc(20*(100vw / 390));
}

.lp-page .cont-area .text_wrapper {
    padding-bottom: calc(10*(100vw / 390));
}

.lp-page .cont-area .item-inner .item-txt {
    font-size: calc(11*(100vw / 390));
    margin: calc(10*(100vw / 390)) 0 calc(10*(100vw / 390));
}

.lp-page .cont-area .item-inner .item-name {
    font-size: calc(12*(100vw / 390));
    margin: calc(20*(100vw / 390)) 0 calc(8*(100vw / 390));
}

.lp-page .cont-area .item-inner .item-price {
    font-size: calc(18*(100vw / 390));
}

.lp-page .cont-area .item-inner .item-btn a {
    font-size: calc(12*(100vw / 390));
    width: calc(68*(100vw / 390));
    height: calc(26*(100vw / 390));
    line-height: calc(26*(100vw / 390));
}

.lp-page .cont-area .item-inner:nth-child(-n+2) .item-img {
    border-top: none;
    padding-top: 0;
}

.lp-page .intro-area .prof-txt dt {
    padding-bottom: calc(5*(100vw / 390));
}

.lp-page .intro-area .intro-img img {
    width: calc(360*(100vw / 390));
    margin: calc(40*(100vw / 390)) 0 0 0;
}

.lp-page .menu-area .nav-list li:first-child a {
    border-top: 1px solid rgb(46 163 83 / 50%);
}

.lp-page .menu-area .nav-list li:nth-child(4) a {
    padding-top: calc(18*(100vw / 390));
}

.lp-page .menu-area .nav-list li:nth-child(3) a {}

.cont-area .cont-mv {
    width: calc(280*(100vw / 390));
    margin-bottom: calc(20*(100vw / 390));
}
.lp-page .cont-area .item-inner:nth-child(-n+2) {
    margin-top: 0;
}

.lp-page .bg-green .show_more {
    background: linear-gradient(to bottom, rgb(233, 247, 237, 0.8) 0%, rgb(233, 247, 237, 1) 70%);
    /* background: rgb(233 247 237); */
}
#contents03 .cont-mv img {
    height: calc(28*(100vw / 390));
}

.lp-page .cont-area .brandttl-area {
    margin: calc(40 * (100vw / 390)) calc(-20 * (100vw / 390)) calc(20 * (100vw / 390));
    /* margin-bottom: calc(20 * (100vw / 390)); */
}

.lp-page .cont-area .brandttl-area .brand-ico img {
    height: calc(14 * (100vw / 390));
    margin-bottom: calc(6 * (100vw / 390));
}

.lp-page .cont-area .brandttl-area h4 {
    font-size: calc(32 * (100vw / 390));
}

.lp-page .cont-area .brandttl-area h4 span {
    font-size: calc(20 * (100vw / 390));
}

.lp-page .cont-area .brandttl-area .brand-txt {
    font-size: calc(13 * (100vw / 390));
}

.lp-page .notes {
    font-size: calc(10 * (100vw / 390));
}
.lp-page .cont-area .massage-area {
    padding: calc(25 * (100vw / 390)) calc(15 * (100vw / 390)) calc(20 * (100vw / 390));
    margin-top: calc(40 * (100vw / 390));
}

.lp-page .cont-area .massage-area h5 {
    font-size: calc(22 * (100vw / 390));
    margin-bottom: calc(12 * (100vw / 390));
}

.lp-page .cont-area .massage-area .prof-area {
    display: block;
    margin-top: calc(-15 * (100vw / 390));
}

.lp-page .cont-area .massage-area .prof-area img {
    width: calc(100 * (100vw / 390));
    margin: 0 auto calc(12 * (100vw / 390));
}

.lp-page .cont-area .massage-area .prof-area dt {
    text-align: center;
    font-size: calc(13 * (100vw / 390));
}

.lp-page .cont-area .massage-area .prof-area dt span {
    font-size: calc(16 * (100vw / 390));
}

.lp-page .cont-area .massage-area .prof-area dd {
    font-size: calc(12 * (100vw / 390));
}

.lp-page .cont-area .massage-area .question-list h6 {
    font-size: calc(15 * (100vw / 390));
    margin-top: calc(25 * (100vw / 390));
}

.lp-page .cont-area .massage-area .question-list p {
    font-size: calc(13 * (100vw / 390));
    margin: calc(8 * (100vw / 390))  0 calc(10 * (100vw / 390));
}

.lp-page .massage-area .show_more {
    background: linear-gradient(to bottom, rgb(255, 255, 255, 0) 0%, rgb(255, 255, 255, 0.8) 30%, rgb(255, 255, 255, 1) 70%);
    height: calc(50 * (100vw / 390));
    padding-top: 0;
}

.lp-page .massage-area .text_wrapper.active.open .show_more {
    height: auto;
}

.lp-page .cont-area .massage-area .image-list {
    display: block;
}

.lp-page .cont-area .massage-area .image-list li {
    width: 100%;
    display: flex;
    margin-top: calc(15 * (100vw / 390));
    align-items: center;
}

.lp-page .cont-area .massage-area .image-list li img {
    width: calc(120 * (100vw / 390));
    margin-right: calc(10 * (100vw / 390));
}

.lp-page .cont-area .massage-area .image-list p {
    font-size: calc(12 * (100vw / 390));
    margin: 0;
    line-height: 1.7;
}

.lp-page .cont-area .massage-area .image-list li:nth-child(even) {
    flex-direction: row-reverse;
}
#contents04 .cont-mv img {
    height: calc(36 * (100vw / 390));
    margin-bottom: calc(12 * (100vw / 390));
}

#contents04 .item-inner:nth-child(2n+1) {
    border: none;
}

#contents04 .item-inner {
    width: 100%;
    margin: calc(25 * (100vw / 390)) 0 0;
    padding: 0;
}

#contents04 .item-inner .item-img {
    width: calc(280 * (100vw / 390));
    margin: 0 auto calc(15 * (100vw / 390));
    border: none;
    padding: 0;
}

#contents04 .item-inner .brand-name {
    font-size: calc(24 * (100vw / 390));
    margin: 0 auto 1rem;
}

#contents04 .item-inner:nth-child(1) .item-name {
    margin: 0 0 calc(10 * (100vw / 390));
    width: calc(242 * (100vw / 390));
}

#contents04 .item-inner .inner {
    margin-top: calc(16 * (100vw / 390));
}

.fixed-nav.m_fixed .nav-list li:nth-child(2) {
    width: calc(184*(100vw / 390));
}

.lp-page .cont-area .item-inner .item-price span {
    font-size: calc(16*(100vw / 390));
}
.lp-page .cont-area .item-inner .brand-name {
    font-size: calc(16 * (100vw / 390));
}

.lp-page .cont-area .item-inner .item-txt .txt-itemname {
    font-size: calc(12 * (100vw / 390));
}
.lp-page .cont-area .coming-soon .item-img::after {
    height: calc(147 * (100vw / 390));
    width: calc(147 * (100vw / 390));
}
.lp-page .cont-area.bg-green .item-inner:nth-child(2n+1) {
    border-right: 1px solid #D6EFDE;
}
}