@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{
	text-align: left!important;;
	    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;
}






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: 550;
}

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

/*
.green-wave{
	text-decoration: underline wavy #E4EFDB;
}*/

.fv .fv-text .text02 {
  position: relative;
  margin: 0;
}

.fv .fv-text .text02:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 20px solid #72727238;
}
.fv .fv-text .text02:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 200px;
  height: 1px;
  z-index: 1;
}

.fv .fv-text .text03{
	font-size: 2rem;
    font-weight: 550;
    margin: 4%;
}

.gray{
	    color: #cdcdcd;
}



.attention {
	
	    margin: 4% 0;
}
.attention p{
	font-size: 1rem;
    margin: -16% 0 0;
    padding-bottom: 12%;
	line-height: 16px;
}

.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{
	    background: #F1FAEA;
    padding: 10% 0;
}

.menu .attention{
	text-align: center;
    font-size: 1.2rem;
}

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

.contents01 .contents-title .icon{
    background: #fff;
    display: inline;
    padding: 2%;
    border-radius: 10px;
    border: 1px solid #6E9A4B;
    color: #6E9A4B;
}

.contents01 .contents-title .text{
    font-size: 2rem;
    line-height: 3.8rem;
    margin: 6% 0 4%;
}


.contents01 .contents-title .green-wave {
    text-decoration: underline wavy #477a1e;
}

.sevenherb{
	width: 90%;
    margin: auto;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #6E9A4B;
    padding: 6%;
	position: relative;
	    z-index: 0;
	    margin-top: 4%;
}
    

.sevenherb:before {
       content: "";
    position: absolute;
    margin: auto;
   top: calc(-8 * 46rem / 86);
    left: 0;
    right: 0;
     width: 39%;
    height: calc(14 * 50rem / 87);
    background: center / contain no-repeat url(../img/sevenherb_top.png);
    z-index: 0;
}

.sevenherb .marker{
    font-size: 2.2rem;
    font-weight: 550;
    line-height: 4rem;
	}

.sevenherb .title{
margin-top: 2%;
	}

.sevenherb .text{
    font-size: 1.4rem!important;
    line-height: 2.2rem!important;
    text-align: left;
    margin-bottom: 8%!important;
}

.sevenherb p small{
font-size: 1rem;
    line-height: 1.4rem;
    text-align: left;
}

.menu .title{
	    text-align: center;
    margin: 12% 0 4%;
    font-size: 2.2rem;
    font-weight: 550;
}

.menu .title .dots{
	    font-size: 1.6rem;
    font-weight: 500;
    border-bottom: 2px dotted;
}

.menu ul{
	    display: flex;
    margin: auto;
    width: 90%;
}

.menu li{
	    box-shadow: 5px 5px 5px #8080803d;
    background: #1B1B36;
    color: #fff;
    padding: 4%;
    width: 50%;
    margin-left: 5px;
    border-radius: 31px;
    text-align: center;
}

.menu li p{
	    margin: 0;
}

.menu{
	    margin: 2% 0 8%;
}

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

.contents02 .contents-title picture{
	display: block;
    width: 80%;
    margin: auto;
}

.contents02 p{
	text-align: center;
}

.contents02 .main{
	    font-size: 2.6rem;
    font-weight: 550;
}

.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: 30%;
}

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

.detail-box .star{
	font-size: 1.6rem;
    color: #6292BA;
}

.detail-box .component{
	width: 76%;
	margin: auto;
	display: flex;
	border-left: 1px solid #808080;
    padding-left: 4%;
}
.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: 25%;
    margin: auto 0 auto 4%;
	}


.contents03 .attention{
	text-align: center;
    font-size: 1rem;
	    margin: 2% auto;
}

.contents03 .contents-title picture{
	display: block;
    width: 80%;
    margin: auto;
}

.contents03 p{
	text-align: center;
}



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

.contents03 .product{
	    background: #F0F8FF;
}

.contents03 {
    padding: 8% 0;
}

.contents04{
	background: #FFF9E5;
    padding: 6%;
}

.contents04 .contents-title picture{
	    width: 30%;
    display: block;
    margin: 10% auto 2%;
	
}

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


.contents04 .sub-title{
    font-size: 1.6rem;
    color: #847A55;
	}

.contents04 .text{
    line-height: 2.4rem;
    margin: 4% 0 8%;
	}

.contents04 .reco{
	    background: #fff;
    padding: 6%;
	    margin-bottom: 4%;
}

.contents04 .reco .title{
    font-size: 2.2rem;
    text-align: center;
    margin: 6% 0;
}

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

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

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

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


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

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


.contents06 .title{
	text-align: center;
    font-size: 1.4rem;
    line-height: 2rem;
    margin: 14% auto 6%;
}

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

.contents06 picture{
	    width: 90%;
    margin: 0 auto 4%;
    display: block;

}


.contents06 .main-text{
	    font-size: 1.8rem;
    font-weight: 550;
    margin-bottom: 2%;
}

.contents06 .text{
    line-height: 2.4rem;
}

.contents06 .price{
    text-align: center;
    margin: 4% 0;
}

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

/*メニュー*/
	
	
	
	
	.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;
}
h1 small{
	text-align: left;
	}
	main{   
		background: #e4efdb;
        
	}
	p{
		font-size: 1.6rem;
	}
	
	
	.name {
        margin: 2% 0 4%;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
}
	
	.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;

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