@charset "UTF-8";
/* CSS Document */



a:hover{
	opacity: 1!important;
}

body {
	overflow-x: hidden;
 　　text-size-adjust: 100%;
 　　-webkit-text-size-adjust: 100%;/*Chrome,Safari*/
 　　-ms-text-size-adjust: 100%;/*EgdeMobile*/
 　　-moz-text-size-adjust: 100%;/*firefox*/
	font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans", 'メイリオ', 'Meiryo',sans-serif;
}


body main {
  max-width: 100%;
 /* overflow-x: hidden;*/
}

body main .main-contents {
  overflow: hidden;
  background-color: #fff;
}

h1, h2, p{
font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans", 'メイリオ', 'Meiryo',sans-serif;
}

small{
	
	    margin: 4% auto 0 !important;
    line-height: 17px;
}

img{
	height: 100%;
}


hr{
	color: #d4d4d4!important;
}

p{
	font-size: 1.6rem;
	line-height: 28px;
}

.mail-box .sub-text{
	font-size: 1.2rem;
}



.main_wrapper{
	/*margin: 0 4% 10%;*/
}

.hidden-view{
    display: none;
}

.lead{
	text-align: center;
   margin: 8% 0 0;
	
}

.lead small{
	text-align: center;
	margin-top: 2%;
	    font-size: 1rem;
	
}

.product-block .main{
	    background: none;
    padding: 0;
}

.lead span{
	font-size: 1.4rem;
	
}

.lead h1{
	font-weight: 500;
    font-size: clamp(26px, 1.2vw, 26px);
    letter-spacing: 0.4rem;
        line-height: 1.6;
    margin: -11% auto 0;
    text-align: center;
}


.lead .lead_text {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    letter-spacing: -0.03rem;
    text-align: left;
    width: 90%;
    margin: 0 auto 6%;
}




.product .product_text{
	    font-size: 14px;
    line-height: 23px;
    flex-grow: 1;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 14px;
}




.product .product_text p{
	margin-bottom: 0!important;
}

.product .product_text span{
	    font-size: 10px;
    line-height: 17px;
}

.cate {
    border: 1px solid #272420;
    display: inline;
    padding: 4px;
	    font-size: 12px;
	background: #fff;
}


.name {
    margin: 2% 0 4%;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 24px;
}

.capacity{
	background: #e5e5e5;
    text-align: center;
    padding: 10px;
    margin: 0 0 6%;
    font-size: 13px;
}

.price {
    text-align: left;
    font-size: 24px;
    font-weight: 500;
	    margin-bottom: 2%;
}

.price span {
    font-size: 12px;
}



.yellow-green{
	font-family: 'Lexend Peta', "Hiragino Kaku Gothic ProN", "Hiragino Sans", 'メイリオ', 'Meiryo', sans-serif;
    color: #6E9A4B;
    font-size: 1.2rem!important;
}


main{
	margin-top: 2%;
}


.fv .text{
    margin-top:8%;
}

.fv .text h1{
	margin: auto;
    text-align: center;
    line-height: 3.2rem;
    font-size: 2.3rem;
	font-weight: 500;
	    letter-spacing: 0.08rem;
}

.fv .text h1 span{
	 font-size: 1.8rem;
font-weight: 500;
}

.fv .image{
	width: 100%;
    display: block;
    margin: 0 auto 0;
}


.fv .date{
	    font-family: 'Lexend Peta', "Hiragino Kaku Gothic ProN", "Hiragino Sans", 'メイリオ', 'Meiryo', sans-serif;
    color: #a8742d;
        padding: 2% 0 0;
    text-align: center;
}

.fv .fv-text{
	    text-align: center;
    margin: 8% auto;
}

.fv .fv-text .text01{
	    margin-bottom: 4%;
    line-height: 3.6rem;
}
.marker{
      background: linear-gradient(transparent 50%, rgb(216 234 201) 50%);
  display: inline;

  /* 背景の繰り返しを停止 */
  background-repeat: no-repeat;

  /* マーカーの横方向を0にして縮める */
  background-size: 0% 100%;

  /* マーカーが引かれる速度を指定 */
  transition:background-size 1.5s;
}

/* マーカーが引かれる際に付与するクラス */
.marker.on {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}

.marker-wave{
      text-decoration: underline wavy #E4EFDB;
  display: inline;

  /* 背景の繰り返しを停止 */
  background-repeat: no-repeat;

  /* マーカーの横方向を0にして縮める */
  background-size: 0% 100%;

  /* マーカーが引かれる速度を指定 */
  transition:background-size 1.5s;
}

/* マーカーが引かれる際に付与するクラス */
.marker-wave.on {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}

.fv .img-text-box{
	    position: relative;
}

.fv .img-text-box .point{
	position: absolute;
    top: 82%;
    left: 0;
    right: 0;
    display: flex;
    margin: auto;
    width: 90%;
    font-size: 1.6rem;
    line-height: 23px;
    font-weight: 600;
}

.fv .img-text-box .point li{
	text-align: center;
    width: 33.33%;
    border-right: 1px solid #808080;
}

.fv .img-text-box .point li:last-child{
	border-right:none;
}

.fv .fv-text{
  width: 90%;
    margin: auto;
}

.fv .fv-text picture{
	    width: 96%;
    margin: 15% auto 2%
}

/*スクロール促し*/
.scroll-border {
      position: relative;
    top: -10px;
    width: 100%;
    height: 70px;
    overflow: hidden;
}
.scroll-border::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.5px;
  height: 40px;
  top: 0;
  left: 0;
  right: 0;
  background: #6E9A4B;
  animation: scrollbar 2.0s ease-in-out infinite;
  margin: auto;
}
@keyframes scrollbar {
  0% {
    height: 0;
    top: 0;
  }
  30% {
    height: 100%;
  }
  100% {
    top: 100%;
  }
}


.fv .fv-text .main-text{
	font-size: 2rem;
    line-height: 34px;
	
}

.fv .fv-text .green-box{
	background: #546e3e;
    color: #fff;
    font-size: 1.6rem;
    padding: 2%;
    margin-bottom: 2%;
    line-height: 40px;
}

.fv .fv-text .under-green{
    border-bottom: 1px solid #546e3e;
    padding-bottom: 1%;
}
.fv .fv-text .sub-text{
    font-size: 1.4rem;
    line-height: 24px;
    margin: 2% auto;
}


.product-block{
    width: 92%;
    margin: auto;
}



.product-block .product_name .price{
       text-align: center;
}




.sub-product {
   display: flex;
    text-align: left;
    margin: 6% auto;
    padding: 2%;
	border-radius: 10px;
    box-shadow: 3px 5px 5px 3px #80808045;
}

.sub-product picture{
   width: 29%;
    margin: 13% auto;
    display: block;
    height: 100%;
}

.sub-product .set-contents{
	    line-height: 16px;
    background: #efefef;
    padding: 2%;
	font-size: 1rem;
    margin-bottom: 2%;
}

.set .value{
	display: none;
}


.set picture{
	box-shadow: 3px 5px 5px 3px #80808045;
}
.sub-product picture:nth-child(2) {
    width: 22%;
}
.sub-product .product_name {
    margin: auto;
        width: 80%;
    text-align: left;
}

.sub-product .cate {
    border: 1px solid #272420;
    display: inline;
    padding: 4px;
    font-size: 12px;
    background: #fff;
}

.sub-product .name {
    margin: 2% 0;
    font-size: 1.4rem;
}

.sub-product .product_name .cv {
       width: 100%;
    background: #272420;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}

.sub-product .product_name .cv {
    width: 100%;
    background: #272420;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    font-size: 1.4rem;
	padding: 6%;
}

.set picture{
	width: 90%;
	display: block;
	margin: 2% auto 8%;
}


.contents01 .product_name{
	text-align: center;
}

.contents01 .price{
	text-align: center;
	margin-bottom: 0;
}

.contents01 .point{
	width: 90%;
    margin: auto;
}

.contents01 .point li{
	display: flex;
    border-bottom: 1px solid #B6D827;
    padding: 6% 0 6%;
}

.contents01 .point li .text{
    font-size: 1.4rem;
    line-height: 22px;
}

.contents01 .point li .main{
	font-size: 1.6rem;
        font-weight: 600;
}

.contents01 .point li:last-child{
	border-bottom: none;
	display: block;
}

.contents01 .point li .text{
	    margin: auto;
	width: 70%;
}

.contents01 .point li .image{
	width: 30%;
	height: 100%;
}

.contents01 .point .skin{
	margin: 0;
}
.contents01 .point .skin .topics{
    background: #FFF9E5;
    padding: 4%;
    font-size: 1.6rem;
    line-height: 24px;
    margin: 4% 0;
}
.contents01 .point .skin .text{
    width: 100%;
    margin-bottom: 8%;
	font-size: 1.6rem;
}

.contents02{
	background: #F7FFF0;
	    padding: 8% 0;
}

.contents02 .point .main-title{
	font-weight: 600;
    font-size: 2rem;
    line-height: 40px;
}
.contents02 .point{
	padding:0 4%;
	text-align: center;
}

.contents02 .point .text{
    font-size: 1.6rem;
    line-height: 22px;
    margin: 0 auto 4%;
}



.contents02 .point .cate{
	border: none;
    display: inline;
    font-size: 12px;
    background: #536E3E;
    color: #fff;
    font-family: 'Lexend Peta', "Hiragino Kaku Gothic ProN", "Hiragino Sans", 'メイリオ', 'Meiryo', sans-serif;
    padding: 1% 4%;
    border-radius: 18px;
}
.contents02 .point02{
	margin: 4% 0 10%;
}

.contents02 .point03{
margin-bottom: 10%;
}

.contents02 .product {
	    padding: 4% 0 0;
}

.contents02 .product .new-banner{
    background: #536e3e;
    width: 90%;
    margin: auto;
    color: #fff;
	text-align: center;
	font-family: 'Lexend Peta', "Hiragino Kaku Gothic ProN", "Hiragino Sans", 'メイリオ', 'Meiryo', sans-serif;
}

.contents02 .product .main-title {
	font-size: 1.4rem;
	    text-align: center;
}

.contents02 .product .bigname{
	text-align: center;
}

.contents02 .product .price{
	text-align: center;
}
.contents02 .product .main-title .main{
	    font-size: 2rem;
	font-weight: 600;
}
.product{
	    background: #fff;
    width: 90%;
        margin: 0 auto 4%;
	    border-radius: 5px;
    box-shadow: 5px 5px 5px #8080803d;
}

.product .main-title{
	font-size: 2rem;
    padding-top: 8%;
}

.product picture{
width: 90%;
    margin: auto;
    display: block;
	}


/*成分箇所共通*/

.product_name{
	    padding: 6%;
}

.main-btn{
	    background: #1B1B36;
    padding: 8%;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    border-radius: 5px;
    margin: 6% auto;
}

.product_name .attention{
	text-align: left;
	font-size: 1.2rem;
}
.detail-box{
	    width: 100%;
    margin: auto;
	
}

.detail-box ul{
	display: flex;
}

.detail-box .review{
	width: 64%;
	border-right: 1px solid #808080;
}

.detail-box .review p{
	text-align: left;
    font-size: 1.2rem;
    line-height: 2rem;
    margin: auto;
}

.detail-box .star{
	font-size: 1rem;
    color: #536e3e;
}

.detail-box .component{
	width: 76%;
	margin: auto;
	display: flex;
	
    padding-left: 2%;
}
.detail-box .component p{
	    text-align: left;
    font-size: 1.4rem;
    line-height: 2rem;
}

.detail-box .component small{
text-align: left;
    font-size: 1rem;
    line-height: 1.2rem;
}

.detail-box .component picture{
    width: 38%;
    margin: auto 0 auto 6%;
	}




.contents03 {
        padding: 12% 4%;
    text-align: center;
}

.contents03 .main {
    font-size: 2rem;
    font-weight: 550;
}

.contents03 .step-title{
	    display: inline-block;
    font-size: 1.4rem;
    background: #536E3E;
    color: #fff;
    font-family: 'Lexend Peta', "Hiragino Kaku Gothic ProN", "Hiragino Sans", 'メイリオ', 'Meiryo', sans-serif;
    padding: 1% 4%;
    border-radius: 18px;
    margin: 6% 0 2%;
}

.contents03 li{
	position: relative;
    font-size: 1.6rem;
    color: #6E9A4B;
    border: 1px solid #6E9A4B;
    padding: 4%;
    margin: 4% 4% 8%;
}

.contents03 li:before{
content: '';
    display: block;
    position: absolute;
    top: 135%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 10px solid #72727238;
	
}

.contents03 li u{
	    font-size: 1.4rem;
}

.contents03 .deco01{
	width: 74%;
    display: block;
    margin: 2% auto;
    padding-top: 4%;

}

.contents03 .special-box{
	position: relative;
}

.contents03 .special-box .deco02{
	    position: absolute;
    top: -19%;
    left: 6%;
    width: 14%;
}

.contents03 .special-box p{
	    font-size: 1.6rem;
    color: #6E9A4B;
    border: 1px solid #6E9A4B;
    padding: 4%;
    width: 92%;
    margin: auto;
    background: #F1FAEA;
    font-weight: 600;
}

.contents04 {
	padding: 4%;
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 20%, #536E3E 0%, #536E3E 50%, #536E3E 100%);
	color: #fff;
}
.contents04 video{
	width: 100%;
}



.contents04 .contents-title picture{
	    width: 90%;
    display: block;
    margin: 0 auto 6%;
}

.contents04 .contents-title p{
       text-align: center;
    font-size: 2rem;
    line-height: 3rem;
    margin: 4% 0 8%;
	}

.contents04 .contents-title p span{
   font-family: 'Lexend Peta', "Hiragino Kaku Gothic ProN", "Hiragino Sans", 'メイリオ', 'Meiryo', sans-serif;
    font-size: 1.4rem;
	}
.contents04 .sub-product{
	    background: #fff;
    color: #272420;
}


.contents04 .sub-product picture {
    width: 45%;
    margin: auto;
    display: block;
    height: 100%;
}
.contents04 .sub-product .product_name{
padding: 4%;
}

.contents05{
	padding: 4%;
}

.contents05 .contents-title {
        text-align: center;
}

.contents05 .contents-title img{
	width: 30%;
    margin: 10% auto 2%;
}

.contents05 .contents-title p{
    font-size: 2rem;
    font-weight: 600;
}

.contents05 .contents-title p span{
    font-size: 1.4rem;
    font-weight: 500;
}
.contents05 .contents-title picture img{
	width: 100%;
	    margin: 2% auto 6%;
}

.contents05 .other-product{
	display: flex;
}

.contents05 .other-product picture{
	height: auto;
	display: block;
}

.contents05 .other-product .name{
    font-size: 1.2rem;
    line-height: 17px;
	    letter-spacing: -0.07rem;
	}

.contents05 .other-product .price {
    text-align: left;
    font-size: 1.6rem;
}

.contents05 .other-product .cv{
	width: 100%;
    background: #272420;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    font-size: 1rem;
    padding: 12% 2%;
}
.contents05 .horoscope{
	    margin: 6% 0;
    display: block;
	
}
.contents06{
margin: 10% 0;
	}
.contents06 .top{
	position: relative;
	
}

.contents06 .top .top-text{
	    position: absolute;
    width: 100%;
    text-align: center;
    color: #FFF9E5;
    top: 8%;
    left: 50%;
    transform: translateX(-50%);
}

.contents06 .icon{
	    background: #1B1B36;
    color: #fff;
    font-size: 1.4rem;
    border-radius: 20px;
    padding: 1% 6%;
    width: 80%;
    margin: auto;
}
.contents06 .title{
font-family: 'Lexend Peta', "Hiragino Kaku Gothic ProN", "Hiragino Sans", 'メイリオ', 'Meiryo', sans-serif;
    font-size: 3.2rem;
}
.contents06 .title span{
	   font-size: 1.4rem;
}

.contents06 .sub-title{
	    margin: 2% 0;
}

.contents06 .text{
	text-align: center;
    font-size: 2rem;
    margin: 6%;
	    line-height: 34px;
}

.under-blue {
    border-bottom: 1px solid #6292BA;
    padding-bottom: 1%;
}

.contents07{
	margin: 2% auto 10%;
}

.contents07 button {
    background: #272420;
    padding: 6%;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    border-radius: 5px;
    margin: 6% auto;
}

.contents07 .sub-box{
	width: 90%;
    margin: auto;
}


.contents07 .horoscope{
	    margin: 6% 0;
    display: block;
	
}

/*メニュー*/
	
	
	
	
	.mail-box{
		width: 100%;
    margin: 0 auto 18%;
	}
	
	.mail-box .title-text{
	    font-size: 18px;
    margin-bottom: 21px;
    border-bottom: 1px dotted #808080;
    padding-bottom: 14px;
	}
	
	.mail-box .text{
		border: 1px solid #808080;
    padding: 13px;
    width: 100%;
    margin-bottom: 12px;
    color: #808080;
    background: #ffffff;
	}
	
	.mail-box .privacyPolicyAgreed{
	margin-right: 5px;
	}
	
	.mail-box .sub-text{
	  line-height: 16px;
	}
	.mail-box .submit{
	background: #3a3a3a;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 14px;
    font-size: 14px;
    border-radius: 5px;
    margin-top: 17px;
	}


@media screen and (min-width: 481px) {
	/* ------------------481px以上に適用されるCSS（タブレット）------------------- */
	
/*common*/
	body{
		max-width: inherit;
	}
	main{
		    min-width: 481px!important;
	}
	
}
	



@media screen and (min-width: 960px) {
		/* --------------------------------960px以上に適用されるCSS（PC）-------------------------------- */
h1, h2, p{

    font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans", 'メイリオ', 'Meiryo',sans-serif;
}
small{
	text-align: center;
	}
	main{   
		background: #e4efdb;
        
	}
	p{
		font-size: 1.6rem;
	}
	
	
	.name {
        margin: 2% 0 4%;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
}
	
	.main-contents small{
		text-align: center;
	}
	
	.bg-nav {
    display: flex;
    box-sizing: border-box;
    max-width: 1120px;
    margin: auto;
}
	
.fv .text .title {
    width: 74%;
	}
	
	.pagemenu {
        position: sticky;
        box-sizing: border-box;
        width: 33%;
        margin: 0 0 0 5%;
}
	.pagemenu .sub-product{
		background: #fff;
	}
	
	
	.pagemenu .product_name {
    padding: 3% 0 0;
}
	.pagemenu .sub-product picture {
    width: 50%;
    margin: auto;
    display: block;
    height: 100%;
}
	
	aside {
    position: sticky;
    top: 35%;
    /* transform: translate(0%, -50%); */
}
	
	.pagemenu aside ul li {
    display: block;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    font-family: 'Lexend Peta', sans-serif;
}
	
	.pagemenu .title{
	text-align: center;
    font-size: 1.4rem;
    line-height: 2rem;
    margin: 14% auto 6%;
}

.pagemenu .eng{
	font-family: 'Lexend Peta', "Hiragino Kaku Gothic ProN", "Hiragino Sans", 'メイリオ', 'Meiryo', sans-serif;
    font-size: 2.2rem;
}

	.sevenherb:before {
    content: "";
    position: absolute;
    margin: auto;
    top: calc(-8 * 46rem / 83);
	}
	
.main-contents {
    margin: auto;
    max-width: 470px;
   /* filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 10%));*/
    flex: 1;
	background: #fff;
}
	
	.lead .lead_text {
		font-size: 20px;}
	.contents07 .text {
    font-size: 1.4rem;

	}
	
	.contents05 .other-product .name {
    font-size: 1.4rem;
    line-height: 17px;
}
	
	.fv .fv-text .main-text {
    font-size: 2.4rem;
    line-height: 44px;
}
	
	.contents01 .point li .text {
    font-size: 1.6rem;
    line-height: 22px;
}
	.main-btn {
    font-size: 1.8rem;
		
	}
	
	
	.fv .text h1 {
    font-size: 2.6rem;
	}
	
	.fv .img-text-box .point {
    font-size: 1.8rem;
	}
	.detail-box .review p {
    text-align: left;
    font-size: 1.4rem;
	}
	
	.contents06 .text {
    text-align: center;
    font-size: 2.4rem;
    margin: 6%;
    line-height: 38px;
}
	.contents01 .point li .main {
    font-size: 1.8rem;
    font-weight: 600;
}
	
	.contents07 .profile .name p {
    margin: auto;
    font-size: 2rem;
	}

	
	.fv .lead_text {
    font-size: 1.6rem;
    line-height: 28px;
		
	}
	
	
	
	.title {
    text-align: center;
    font-size: 1.8rem;
	}
	
	.price {
    font-size: 30px;
	}
	
	.contents04 small{
		
	text-align: center;
	}
	
	
	.contents04 h2 {
    font-size: 2.6rem;
	}
	
	/*メニュー*/
	
	.under-box{
		display: flex;
	}
	   .under-box .official {
        width: 240px;
        margin: 0 0 40px 0;
        border: 0;
        height: 60px;
    }
	
	.under-box .mail-box{
		width: 65%;
    margin: 0 auto 5%;
	}
	
	.under-box .mail-box .title-text{
	    font-size: 18px;
    margin-bottom: 21px;
    border-bottom: 1px dotted #808080;
    padding-bottom: 14px;
	}
	
	.under-box .mail-box .text{
		border: 1px solid #808080;
    padding: 13px;
    width: 100%;
    margin-bottom: 12px;
    color: #808080;
    background: #ffffff;
	}
	
	.under-box .mail-box .privacyPolicyAgreed{
	margin-right: 5px;
	}
	
	.under-box .mail-box .sub-text{
	  line-height: 16px;
		        font-size: 12px;
	}
	.under-box .mail-box .submit{
	background: #3a3a3a;
    width: 30%;
    text-align: center;
    color: #fff;
    padding: 14px;
    font-size: 14px;
    border-radius: 5px;
    margin-top: 17px;
	}
}