@charset "UTF-8";



/*------------top------------*/
.top{

	position: relative;
	overflow: hidden;
	background-image:url("../../img/index/top_background01.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top right;
	height: 50vw;
	min-height: 710px;
	box-sizing: border-box;
}


.top .left-area{
	position: absolute;
	top: 50%;
	right: 53vw;
	transform: translateY(-50%);
	padding-top:40px;
	box-sizing: border-box;
}

@media screen and (max-width:1300px){
	.top .left-area{
		right: 40vw;
	}
}

.top .left-area .target ul{
	display: flex;
	
}

.top .left-area .target ul:not(:last-child){
	margin-bottom:12px;
}

.top .left-area .target ul li{
	background-color:#242548;
	padding:15px 21px;
	font-size:19px;
	color: #fff;
	margin-right: 16px;
	border-radius: 24px;
}

.top .left-area .target ul li:last-child{
	margin-right:0;
}

.top .left-area .catch{
	font-size: 74px;
	font-weight: 500;
	margin-top:40px;
	margin-bottom:40px;
	line-height: 1.2;
}

.top .left-area .catch .small{
	font-size:57px;
}



.top .left-area .fuki .text{
	position: relative;
	display: inline-block;
	color: #0D4D04;
	font-size: 28px;
	font-weight: 500;
	padding-left:25px;
	padding-right:20px;
	font-weight: 700;
}

.top .left-area .fuki .text .small{
	font-size: 24px;
}

.top .left-area .fuki .text:before{
	content: "";
	position: absolute;
	width: 2px;
	height: 32px;
	left: 0;
	top:8px;
	transform: rotate(155deg);
	background-color:#0D4D04;
}

.top .left-area .fuki .text:after{
	content: "";
	position: absolute;
	width: 2px;
	height: 32px;
	right: 0;
	top:8px;
	transform: rotate(25deg);
	background-color:#0D4D04;
}

.top .left-area .name{
	margin-top:30px;
	padding-left: 24px;
}



.top .right-area{
	position: absolute;
	right: 10vw;
	bottom: 20px;
}

.top .right-area .product{
	position: relative;
	z-index: 10;
}

.top .right-area .product img{
	width: 40vw;
}

.top .right-area .product .circle{
	position: absolute;
	top: -105px;
	right: 0;
	width: 170px;
	height: 170px;
	border-radius: 50%;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background-color:#806239;
	font-size: 19px;
	color: #fff;
	text-align: center;
	line-height:1.5;
	z-index: -1;
}

.top .right-area .product .circle span{
	font-size: 25px;
}


@media screen and (max-width:1080px){
	.top{
		background-image:initial;
		height: initial;
		background-size: contain;
		min-height: initial;
	}

	.top  .photo{
		position: absolute;
		right: 0;
		height: 100%;
		text-align: right;
	}

	.top  .photo img{
		height: 100%;
		object-fit: contain;
		font-family: 'object-fit: contain;';
	}


	.top .left-area{
		width: 100%;
		right: 0;
		transform: initial;
		position: relative;
		padding-left:5px;
		z-index: 100;
		width: 375px;
	}

	.top .left-area .target{
		margin-top:20px;
		margin-bottom:15px;
	}

	.top .left-area .target ul{
		justify-content: center;
	}

	.top .left-area .target ul:not(:last-child){
		margin-bottom:5px;
	}

	.top .left-area .target ul li{
		font-size: 15px;
		padding:15px;
		margin-right: 5px;
	}



	.top .left-area .catch{
		font-size: 41px;
	    line-height: 1.3;
	    margin-top: 0;
	    margin-bottom: 15px;
	    padding-left: 10px;
	}

	.top .left-area .catch .small{
		font-size: 31px;
	}

	.top .left-area .fuki{
		padding-left: 10px;
	}

	.top .left-area .fuki .text{
		font-size: 13px;
		padding-left: 12px;
    	padding-right: 5px;
	}

	.top .left-area .fuki .text .small{
		font-size: 12px;
	}

	.top .left-area .fuki .text:before {
	    width: 1px;
	    height: 20px;
	    left: 7px;
	    top: 3px;
	}

	.top .left-area .fuki .text:after {
	    width: 1px;
	    height: 20px;
	    right: 0;
	    top: 2px;
	}

	.top .left-area .name{
		width: 180px;
		margin-top: 15px;
    	margin-bottom: 20px;
		padding-left:28px;
	}



	.top .right-area {
		position: relative;
	    right: initial;
	    bottom: initial;
	    right: initial;
	    width: 375px;
	    padding-left: 10vw

	}



	.top .right-area .product .circle{
		width: 120px;
		height: 120px;
		font-size: 16px;
		top: -12px;
		left: 5px;
	}

	.top .right-area .product .circle span{
		font-size: 20px;
	}

	.top .right-area .product img{
		width: 340px;
	}
}

@media screen and (max-width:767px){

	.top{
		padding-bottom: 20px;
	}
	.top .left-area{
		padding-top:0;
		padding-left: 5px;
		padding-right: 5px;
		width: 100%;

	}
	.top .right-area{
		padding-left: 5px;
		padding-right: 5px;
		box-sizing: border-box;
		width: 100%;
	}

	.top .photo {
	    position: absolute;
	    right: 0vw;
	    height: 100%;
	    text-align: right;
	    width: 80vw;
	    bottom:-80px;
	}

	.top .right-area .product img{
		width: 100%;
	}

	.top .right-area .product .circle {
	    width: 34vw;
	    height: 34vw;
	    font-size: 16px;
	    top: -12px;
	    left: 5px;
	}
}

/*------------material01------------*/

.material01{
	background-color: #faf4da;
}

.material01 .inner{
	position:relative;
	background-color:rgba(243,227,163,.4);
	padding-bottom:70px;
	max-width: 2000px;
	margin:0 auto;
}

.material01 .inner .background img{
	width: 100%;
	height: auto;
}


.material01 .inner .content{
	position:absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	padding-top:70px;
}

.material01 .inner .content .catch{
	font-size: 50px;
	line-height: 1.4;
	text-align: center;
	font-weight: 600;
}

.material01 .inner .content .image{
	margin-top:5vw;
	text-align: center;
}

.material01 .inner .details{
	font-size:30px;
	text-align: center;
	line-height: 1.5;
	font-weight: bold;
}

.material01 .inner .decoration{
	position: absolute;
}

.material01 .inner .deco01{
	top: 60px;
    left: -110px;
}

.material01 .inner .deco01 img{
	width: 20vw;
	max-width: 400px;
}


.material01 .inner .deco02{
	top: 29px;
    right: -112px;
}

.material01 .inner .deco02 img{
	width: 20vw;	
	max-width: 400px;
}


.material01 .inner .deco03{
	top: 55%;
    left: 13%;
}

.material01 .inner .deco03 img{
	width: 18vw;
	max-width: 360px;
}

.material01 .inner .deco04{
	bottom: 7%;
    left: 3%;
}

.material01 .inner .deco04 img{
	width: 14vw;
	max-width: 280px;
}

.material01 .inner .deco05{
	top: 60%;
    right: 10%;
}

.material01 .inner .deco05 img{
	width: 20vw;
	max-width: 360px;
}

.material01 .inner .deco06{
	right: 7%;
    bottom: 8%;
}

.material01 .inner .deco06 img{
	width: 14vw;
	max-width: 280px;
}


@media screen and (max-width:1080px){
	
	.material01 .inner{
		padding-bottom:30px;
	}

	.material01 .inner .content .image{
		margin-top: 0;
	}

	.material01 .inner .deco01{
		top: 38px;
    	left: -30px;
	}

	.material01 .inner .deco01 img{
		width: 30vw;
	}


	.material01 .inner .deco02{
		top: 30px;
    	right: -40px;
	}

	.material01 .inner .deco02 img{
		width: 30vw;	
	}


	.material01 .inner .deco03{
		top: 124vw;
    	left: 3vw;
	}

	.material01 .inner .deco03 img{
		width: 25vw;
	}

	.material01 .inner .deco04{
		top: 154vw;
    	left: 3vw;
    	bottom:initial;
	}

	.material01 .inner .deco04 img{
		width: 23vw;
	}

	.material01 .inner .deco05{
		top: 147vw;
    	right: 1vw;
	}

	.material01 .inner .deco05 img{
		width: 35vw;
	}

	.material01 .inner .deco06{
		right: 4vw;
    	top: 121vw;
    	bottom:initial;
	}

	.material01 .inner .deco06 img{
		width: 24vw;
	}
}

@media screen and (max-width:767px){
	.material01 .inner .content .catch{
		font-size: 25px;
	}

	.material01 .inner .content{
		padding-top:20px;
	}

	.material01 .inner .details{
		font-size:20px;
	}

	
}


/*----------explanation----------*/

.explanation{
	background-image:url("../../img/index/explanation_background01.png");
	background-repeat: no-repeat;
	background-size:cover;
	padding:70px 0;
}

.explanation .catch{
	font-size: 44px;
	line-height: 1.4;
	text-align: center;
	color: #522d21;
	margin-bottom:70px;
	font-weight: 500;
}


.explanation .content {
	border-radius: 19px;
	background: #fff;
	padding:60px 50px;
}


.explanation .content .flex-box{
	display: flex;
	justify-content: space-between;
}

.explanation .content .flex-box .text{
	font-size: 18px;
	letter-spacing: 0.08em;
	line-height: 1.8;

	width: 57%;
	max-width: 547px;
}

.explanation .content .flex-box .text .marker{
	background: linear-gradient(transparent 40%, #e2edc3 40%);
}

.explanation .content .flex-box .text p:not(:first-child){
	margin-top:30px;
}

.explanation .content .flex-box .image{
	width: 40.9%;
	max-width: 393px;
}


.explanation .content .target .cap{
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 1.1;
	text-align: center;
	color: #231815;
	margin-top:60px;
	padding-bottom:10px;
	border-bottom:1px solid #008045;
}


.explanation .content .target ul{
	margin-top:20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.explanation .content .target li{
	width: calc( (100% / 3) - (40px * 2 / 3));
	height: 100%;
	margin-bottom:25px;
}
.explanation .content .target li .list-box{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items:center;
}

.explanation .content .target li .image{
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin-bottom:10px;
}

.explanation .content .target li .image img{
	width: 177px;
	height: 250px;
	object-fit: contain;
	font-family: 'object-fit: contain;';

}



.explanation .content .target li .symptom.sp{
	display: none;
}

.explanation .content .target li .symptom{
	font-size: 18px;
	letter-spacing: 0.06em;
	line-height: 1.5;
	text-align: center;
	color: #008045;
	margin-bottom:11px;
	font-weight: 500;
}



.explanation .content .target li .text{
	font-size: 16px;
	letter-spacing: 0.08em;
	line-height: 1.8;
	text-align: left;
	color: #000;
	width: 100%;
}

.explanation .content .supplement{
	font-size: 20px;
	line-height: 1.65;
	letter-spacing: 0.08em;
	text-align: center;
	color: #231815;
	margin-top:15px;
	font-weight: bold;
}

@media screen and (max-width:1080px){

	.explanation{
		padding-top: 30px;
		background-image:url("../../img/index/explanation_background01_sp.png");
	}

	.explanation .catch{
		font-size: 23px;
		margin-bottom:20px;
	}

	.explanation .content .flex-box{
		flex-direction: column;
	}

	.explanation .content .flex-box .text{
		max-width: initial;
		width: 100%;
	}

	.explanation .content .flex-box .image{
		max-width: initial;
		width: 100%;
		text-align: center;
	}

	.explanation .content {
		padding:20px;
	}

	.explanation .content .target .cap{
		margin-top:0;
		font-size: 22px;
	}

	.explanation .content .target ul{
		flex-direction: column;

	}

	.explanation .content .target li{
		width: 100%;
	}

	.explanation .content .target li .list-box{
		flex-direction: row;
		justify-content: center;
	}


	.explanation .content .target li .list-box .image{
		width: 30%;
		margin-right: 20px;
	}

	.explanation .content .target li .list-box .image img{
		width: 100%;
		height: initial;
	}

	.explanation .content .target li .list-box .text{
		width: 55%;
	}

	.explanation .content .target li .symptom{
		display: block;
	}

	.explanation .content .target li .symptom.pc{
		display: none;
	}

	.explanation .content .target li .symptom.sp{
		display: block;
	}

	.explanation .content .supplement{
		letter-spacing: 0.06em;
		font-size: 17px;
	}

	
}

/*-----------------history-----------------*/

.history{
	background-image: url("../../img/index/history_background01.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	padding-top:50px;
	padding-bottom:100px;
}

.history .title{
	font-size: 73px;
	letter-spacing: 0.08em;
	text-align: center;
	margin-bottom:50px;
	font-weight: 600;
}

.history .title .small{
	font-size: 60px;
}

.history .content{
	position: relative;
	width: 991px;
	margin: 0 auto;
}

.history .background{
	position: relative;
	z-index: 100;
	background-image: url("../../img/index/history_background02.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding: 60px 40px 80px 40px;
}


.history .background .flex-box{
	display: flex;
	justify-content: space-between;
}

.history .background .catch{
	/*
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
 
	font-size:34px;
	font-weight:500;
	line-height: 1.5;*/
}

.history .background .text{
	font-size: 18px;
	letter-spacing: 0.08em;
	line-height: 1.8;
}


.history .background .top-article .text{
	width: 440px;
}


.history .background .top-article{
	padding-bottom:30px;
	border-bottom:1px solid #A1A1A1;
}

.history .background .top-article .image{
		width: 297px;
}


.history .background .bottom-article .text{
	width: 379px;
}

.history .background .bottom-article{
	padding-top:30px;
}




.history .decoration{
	position: absolute;
	z-index: 50;
}

.history .deco01{
	top: 30px;
	right: -250px;
}

.history .deco02{
	left: -200px;
    bottom: -100px;
}

.history .deco03{
	z-index: 300;
	bottom:0;
	right: 0;
}


@media screen and (max-width:1080px){

	.history .deco01{
		display: none;
	}

	.history .deco02{
		display: none;
	}

	.history .deco03{
		bottom:0;
		right:0;
		z-index: 10;
	}

	.history .title{
		font-size: 36px;
		margin-bottom: 20px;
	}

	.history .title .small{
		font-size: 30px;
	}

	.history .content{
		width: 100%;
	}

	.history .background{
		background:initial;
		padding: 0 10px;
	}

	

	.history .background .top-article
	,.history .background .bottom-article{
		background-image: url("../../img/index/history_background02_sp.png");
		background-repeat: no-repeat;;
		background-size: cover;
		padding-top: 40px;
	    padding-left: 4vw;
	    padding-right: 4vw;
	    padding-bottom: 40px;
	    
	}

	.history .background .top-article{
		border-bottom: initial;
		margin-bottom: 20px;
	}

	.history .background .bottom-article{
		position: relative;
		padding-bottom:130px;
	}

	.history .background .top-article .flex-box
	,.history .background .bottom-article .flex-box{
		flex-direction: column;
	}

	.history .background .bottom-article .flex-box{
		position: relative;
		z-index: 50;
	}

	.history .background .catch{
	
		/*-webkit-writing-mode: initial;
		-ms-writing-mode: initial;
		-o-writing-mode: initial;
		writing-mode: initial;
		font-size:25px;*/
		width: 325px;
		margin-bottom:35px;
		order: 1;
	}

	.history .background .top-article .text
	,.history .background .bottom-article .text{
		width: initial;
	}

	.history .background .text{
		
		width: 100%;
		margin-bottom:35px;
		order: 2;
	}

	.history .background .top-article .image
	,.history .background .bottom-article .image{
		width: 100%;
		text-align: center;
	}

	.history .background .image{
		order: 3;
	}


}

/*------------condition------------*/
.condition{
	background-color: #faf4da;
}

.condition .inner{
	position: relative;
	height: 56vw;
	min-height: 680px;
	background-image: url("../../img/index/condition_background01.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	line-height: 1.2;
	max-width: 2000px;
	max-height: 1200px;
	margin:0 auto;
}

.condition .inner .catch{
	position: absolute;
	top:10%;
	left: 90%;
	font-size:71px;

	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	
}

.condition .inner .symptom{
	position: absolute;
	color:#0c4a5c;
	
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.condition .inner .symptom .circle{
	width: 170px;
	height: 170px;
	border-radius: 50%;
	border: 2px solid  #0c4a5c;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 31px;
	font-weight: 500;
	text-align: center;

}

.condition .inner .symptom .circle .attention{
	position: relative;
}

.condition .inner .symptom .circle .attention:after{
	content:"※";
	position: absolute;
	font-weight: bold;
	font-size: 17px;
	right: -4px;
    top: -20px;

}

.condition .inner .symptom .text{
	margin-top:10px;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	width: 220px;
}

.condition .inner .symptom01{
	top: 10%;
    left: 6%;
}

.condition .inner .symptom02{
	top: 51%;
    left: 10%;
}

.condition .inner .symptom03{
	top: 13%;
    left: 72%;
}

.condition .inner .symptom04{
	top:48%;
	left: 71%;
}

.condition .inner  .cap{
	position:absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom:7%;
	color: #fff;
	text-align: center;
}

@media screen and (max-width:1080px){
	.condition .inner{
		margin-top:70px;
		min-height: 250px;
		background-image: url("../../img/index/condition_background01_sp.jpg");
	}

	.condition .inner .catch{
		font-size: 30px;
		top: -50px;
		right: initial;
		left: 0;
		width: 100%;
		transform: initial;
		-webkit-writing-mode: initial;
	    -ms-writing-mode: initial;
	    -o-writing-mode: initial;
	    writing-mode: initial;
	    text-align: center;
	}

	.condition .inner .symptom .circle {
		width: 120px;
		height: 120px;
		font-size: 25px;
	}

	.condition .inner .symptom .circle .attention:after{
		font-size: 10px;
		right: -3px;
    	top: -13px;
	}

	.condition .inner .symptom01 {
	    top: 0%;
	    left: 4vw;
	}

	.condition .inner .symptom02 {
	    top: 41%;
	    left: 12vw;
	}

	.condition .inner .symptom03 {
	    top: 0%;
	    right: 4vw;
	}

	.condition .inner .symptom04 {
	    top: 41%;
	    right: 7vw;
	}

	.condition .inner .cap{
		bottom: 3%;
	}

}

@media screen and (max-width:767px){
	.condition .inner .symptom .circle {
	    width: 82px;
	    height: 82px;
	    border: 2px solid #0c4a5c;
	    font-size: 15px;
	}

	.condition .inner .cap{
		width: 280px;
	}

}

/*---------material02---------*/

.material02{
	padding-top:80px;
	padding-bottom:80px;
	background-image: url("../../img/index/material02_background02.jpg");
}

.material02 .cap{
	text-align: center;
	margin-bottom:60px;
}

.material02 .image{
	text-align: center;
}

@media screen and (max-width:1080px){
	.material02{
		padding-top:15px;
		padding-bottom:40px;
	}

	.material02 .condition-symptom-text{
		font-size: 15px;
		letter-spacing: 0.01em;
		text-align: left;
		color: #0c4a5c;
		line-height: 1.5;
		margin-bottom: 30px;
	}
}	

@media screen and (max-width:767px){
	.material02 .cap{
		margin-bottom:20px;
	}
}

/*---------pride---------*/

.pride .cap{
	height: 330px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(#f2fccd 0%, #f8fde6 26.24%, #fdfef8 63.1%, #fff 100%);
}

.pride .list-box{
	background-image:url("../../img/index/pride_img01.png");
	background-repeat: no-repeat;
	background-position: center top;
}

.pride li{
	padding:90px 40px 90px 40px;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-size: cover;
}

.pride li .text{
	width: 450px;
	color: #fff;
}

.pride li .text .catch{
	font-size: 41px;
	line-height: 1.4;
	letter-spacing: 0.08em;
	margin-bottom:30px;
}

.pride li .text .details{
	font-size: 19px;
	letter-spacing: 0.08em;
	line-height: 1.68;
}


.pride ul li:nth-child(2n+1) .text{
	margin-right: 0;
	margin-left: auto;
}

.pride ul li:nth-child(1){
	background-image:url("../../img/index/pride_img02.jpg");
}
.pride ul li:nth-child(2){
	background-image:url("../../img/index/pride_img03.jpg");
}
.pride ul li:nth-child(3){
	background-image:url("../../img/index/pride_img04.jpg");
}


@media screen and (max-width:767px){
	.pride .cap{
		height: initial;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.pride .cap img {
	    max-width: 290px;
	}

	.pride ul li:nth-child(1)
	,.pride ul li:nth-child(2)
	,.pride ul li:nth-child(3){
		background: initial;
	}

	.pride ul li{
		padding:0;
	}


	.pride ul li .text .catch{
		height: 50vw;
		font-size: 23px;
		margin:0; 
		background-size: cover;
	    background-repeat: no-repeat;
	    box-sizing: border-box;
	}

	.pride ul li:nth-child(1) .catch {
	    background-image: url(../../img/index/pride_img02_sp.jpg);
	    padding-top: 19vw;
	    padding-left: 38vw;
	}

	.pride ul li:nth-child(2) .catch {
	    background-image: url(../../img/index/pride_img03_sp.jpg);
	    padding-top: 26vw;
    	padding-left: 6vw;
	}

	.pride ul li:nth-child(3) .catch {
	    background-image: url(../../img/index/pride_img04_sp.jpg);
	    padding-top: 18vw;
    	padding-left: 35vw;
	}

	.pride ul li:not(:last-child){
		border-bottom:1px solid #fff;
	}

	.pride ul li .text{
		width: 100%;
	}

	

	.pride li .text .details {
	    font-size: 18px;
	    background: #422d00;
	    padding: 20px 20px 35px;
	}
}

/*---------feature---------*/

.feature{
	background-image:url("../../img/index/feature_background01.jpg");
	padding-top:60px;
	padding-bottom:60px;
}

.feature .cap{
	font-size: 73px;
	text-align: center;	
	font-weight: 700;
}

.feature .cap span{
	position: relative;
	padding-bottom:25px;
}

.feature .cap span:after{
	content:"";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 33px;
	background-image:url("../../img/index/feature_wave.png");
	background-repeat: no-repeat;
	background-size: cover;

}

.feature .content{
	margin-top:60px;
	padding:50px 100px;
	box-sizing: border-box;
	background-color:#fff;
	box-shadow: 0px 0px 10px rgba(45,45,45,0.46);
	margin-bottom: 40px;
}

.feature .content li{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.feature .content li .text{
	width: 80%;
	max-width: 600px;
}

.feature .content li .image{
	width: 18%;
	max-width: 135px;
}

.feature .content li .text .catch{
	font-size: 28px;
	letter-spacing: 0.08em;
	margin-bottom:15px;
	color:#231815;
	font-weight: bold;
}

.feature .content li .text .catch .green{
	color:#3D8E84;
}

.feature .content li .text p{
	font-size: 17px;
	letter-spacing: 0.08em;
	line-height: 1.6;
}

.feature .content li:not(:first-child){
	margin-top:40px;
}

.feature .content li:nth-child(2n) .text{
	order: 1;
}

.feature .content li:nth-child(2n) .image{
	order: 2;
}


@media screen and (max-width:1080px){
	.feature{
		padding-top:30px;
		padding-bottom:20px;
	}

	.feature .cap{
		font-size: 29px;
	}

	.feature .cap span:after{
		height: 22px;
	}

	.feature .content li .text{
		width: 100%;
		max-width: initial;
	}

	.feature .content li .text .flex-sp{
		display: flex;
		justify-content: space-between;
	}

	.feature .content li .text .flex-sp .image{
		width: 24%;
	}

	.feature .content li .text p{
		font-size: 16px;
		width: 74%;
	}

	.feature .content{
		padding: 30px 23vw;
	}

	.feature .content li .text .catch{
		font-size: 23px;
		text-align: center;
	}

	.feature .content li img{
		float: right;
	}

}

@media screen and (max-width:767px){
	.feature .content{
		padding-left:15px;
		padding-right:15px;
	}
}


/*---------store---------*/

.store{
	padding-top:100px;
	padding-bottom:50px;
	background: linear-gradient(#f0e8c1 0%, #f1eac8 22%, #f8f5e6 34%, #fdfcf8 46%, #fff 60%);
}

.store .title{
	font-size: 43px;
	line-height: 1.3;
	text-align: center;
	padding-bottom:50px;
	border-bottom: 2px solid #D4D4D4;
	margin-bottom:50px;
	font-weight: 600;
}

.store .cap{
	position: relative;
	font-size: 31px;
	letter-spacing: 0.05em;
	color: #231815;
	display: flex;
	align-items: center;
	padding-left: 40px;
	margin-bottom:60px;
	font-weight: 600;
}

.store .cap .attention{
	font-size: 18px;
	padding-left: 20px;
}

.store .cap:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border: 3px solid #39A34A;
    border-radius: 50%;
    left: 0;
    top: 8px;
}

@media screen and (max-width:1080px){

	.store{
		background: linear-gradient(#f1eac8 0%, #f8f5e6 7%, #fff 15%);
		padding-top: 0;
	}

	.store .w960{
		max-width: initial;
	}

	.store .title{
		padding-top: 20px;
		padding-bottom:12px;
		font-size: 21px;
		margin-bottom: 0;
	}
	.store .cap{
		font-size: 21px;
		padding-top:20px;
		padding-left: 25px;
		margin-bottom: 20px;
	}

	.store .cap:before {
	    width: 12px;
	    height: 12px;
	    border: 2px solid #39A34A;
	    border-radius: 50%;
	    left: 0;
	    top: 8px;
	}

	.store .cap .attention{
		font-size: 13px;
		padding-left: 10px;
	}

	.store .cap:before {
		top: 24px;
    	left: 6px;
	}

	.store .image{
		text-align: center;
	}
}




/*---------product-info---------*/

.product-info{
	padding-top:65px;
	padding-bottom:80px;
}

.product-info p{
	font-size: 19px;
	line-height: 1.5;
}

.product-info .title{
	font-size: 51px;
	letter-spacing: 0.05em;
	color: #231815;
	text-align: center;
	margin-bottom:70px;
	font-weight: bold;
}

 .product-info .section:nth-of-type(n+2){
 	margin-top:50px;
 }

.product-info .cap{
	font-size: 25px;
	padding-bottom: 20px;
	border-bottom:1px solid #77B34F;
	margin-bottom:20px;
	font-weight: bold;
}

.product-info .efficacy p:nth-of-type(n+2){
	margin-top:30px;
}

.product-info .efficacy .small{
	font-size:16px;
}

.product-info .component table{
	border-collapse: collapse;
	width: 100%;
	font-size: 19px;
	margin-top:20px;
}


.product-info .component table th{
    width: 300px;
    vertical-align: middle;
    text-align: left;
    background-color: #EFEFEF;
    padding: 10px 0 10px 15px;
    font-weight: normal;
    letter-spacing: 0.05em;

    border-bottom: 1px solid #CFCFCF;
    border-top: 1px solid #CFCFCF;;
    border-left: 1px solid #CFCFCF;
}

.product-info .component table td{
	text-align: center;
	vertical-align: middle;
    border: 1px solid #CCC;
}

.product-info .usage ul{
	display: flex;
	justify-content: space-between;
	margin-top:30px;
}

.product-info .usage li{
	position: relative;
	width: calc((100% / 3) - (50px * 2 / 3));
}


.product-info .usage li:not(:last-child):after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border:12px solid transparent;
	border-left: 17px solid #CBCBCB;	
    top: 90px;
    right: -45px;

}

.product-info .usage li .image{
	text-align: center;
}

.product-info .usage li .image img{
	height: 160px;
	object-fit: contain;
	font-family: 'object-fit: contain;';
}

.product-info .usage li .text{
	margin-top:30px;
}

.product-info .usage li .process{
	font-size: 27px;
	letter-spacing: 0.05em;
	display: flex;
	width: 100%;
	margin-bottom:13px;
	font-weight: 900;
}

.product-info .usage li .process .number{
	width: 32px;
	height: 32px;
	background: #f7b249;
	border-radius: 50%;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	color:#fff;
	margin-right: 7px;

}

.product-info .usage li .details .small{
	font-size: 14px;
}

/*.product-info .usage .link_text{
	margin-top:20px;
}

.product-info .usage .link_text a{
	text-decoration: underline;
}

.product-info .usage .link_text a:hover{
	opacity: .7;
}

*/

.product-info .usage .video_box{
	margin-top:50px;	
}

.product-info .usage .video_box .video_cap{
	text-align: center;
	margin-bottom:20px;
}

.product-info .usage .video_box .video_cap span{
	position: relative;
	font-size:19px;
	padding:0 10px;
}

@media screen and (max-width:767px){
	.product-info .usage .video_box .video_cap span{
		font-size: 16px;
	}
}

.product-info .usage .video_box .video_cap span:before{
	content:"";
	position: absolute;
	width: 1px;
	height: 20px;
	left: 0;
	bottom: 0;
	background-color:#000;
	transform: rotate(-35deg);
}

.product-info .usage .video_box .video_cap span:after{
	content:"";
	position: absolute;
	width: 1px;
	height: 20px;
	right: 0;
	bottom: 0;
	background-color:#000;
	transform: rotate(45deg);
}

.product-info .usage .video_box .video{
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom:56.25%;
}

.product-info .usage .video_box .video iframe{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
}




.product-info .using-attention{
	display: flex;
	justify-content: space-between;
}

.product-info .using-attention .text{
	width: 50%;
	max-width: 486px;
}

.product-info .using-attention .image{
	width: 54.1%;
	max-width: 520px;
}

.product-info .using-attention table{
	font-size: 19px;
	margin:0 auto;
	text-align: left;
	line-height: 1.5;
	margin-top:10px;
}

.product-info .using-attention table th{
	width: 190px;
	font-weight: normal;
}


@media screen and (max-width:1080px){

	.product-info {
	    padding-top: 30px;
	    padding-bottom: 40px;
	}

	.product-info .title {
	    font-size: 25px;
	    margin-bottom: 25px;
	}
	.product-info .cap {
	    font-size: 20px;
	}

	.product-info p{
		font-size: 14px;
	}

	.product-info .efficacy .small{
		font-size: 14px;
	}

	.product-info .component table{
		width: 100%;
		max-width: 360px;
	    margin: 0 auto;
		margin-top:10px;

	}

	.product-info .component table th{
		width:230px;
	}

	.product-info .usage ul{
		flex-direction: column;
	}

	.product-info .usage li{
		width: 100%;
	}

	.product-info .usage li:not(:last-child){
		margin-bottom:100px;
	}

	.product-info .usage li:not(:last-child):after {
	    
	    border: 12px solid transparent;
	    border-top: 17px solid #CBCBCB;
	    top: initial;
	    bottom:-60px;
	    right: initial;
	    left: 50%;
	    transform: translateX(-50%);
	}

	.product-info .usage li .process .number{
		width: 24px;
		height: 24px;
	}

	.product-info .usage li .process{
		font-size: 20px;
	}

	.product-info .usage li .text{
		margin-top: 20px;
	}

	.product-info .using-attention{
		flex-direction: column;
	}

	.product-info .using-attention table{
		margin:0;
		margin-top: 10px;
		margin-left: 1rem;
	}

	.product-info .using-attention table th{
		width: 100px;
	}
	.product-info .using-attention table td{
		width: 180px;
	}

	.product-info .using-attention .text{
		max-width: initial;
		width: 100%;
	}

	.product-info .using-attention .image{
		max-width: initial;
		width: initial;
		text-align: center;
	}
}

/*----------step----------*/

.step{
	position: relative;
	padding-top:95px;	
	background-color:#E6F0D9;
	z-index: 10;
}

.step .title{
	font-size: 43px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #231815;
	margin-bottom:80px;
	font-weight: 600;
}

.step .title .wave{
	position: relative;
	display: inline-block;
	padding-bottom:25px;
}

.step .title .wave:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 32px;
	left: 0;
	bottom: 0;
	background-image: url("../../img/index/step_wave.png");
	background-size: cover;
	background-repeat: no-repeat;;


}

.step .title .number{
	font-size: 76px;
	display: inline-block;
}

.step ul{
	display: flex;
	justify-content: space-between;
}

.step li{
	width: calc((100% / 3) - (40px * 2 / 3));
}

.step li .image{
	text-align: center;
	position: relative;
}

.step li .image img{
	height: 151px;
	object-fit: contain;
	font-family: 'object-fit: contain;';
}

.step li .image img.number{
	position: absolute;
    width: 49px;
    height: auto;
    left: 15px;
    top: -5px;
}

.step li .action{
	font-size: 25px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #231815;
	margin-top:30px;
	font-weight: 600;
}

.step li .details{
	font-size: 17px;
	letter-spacing: 0.08em;
	line-height: 1.8;
	margin-top:25px;
}

@media screen and (max-width:1080px){
	.step{
		padding-top:25px;
	}

	.step .title{
		font-size: 21px;
		margin-bottom: 30px;
	}

	.step .title .number{
		font-size:38px;
	}

	.step .title .wave:after{
		height: 22px;
	}

	.step ul{
		flex-direction: column;
	}

	.step li{
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.step li:not(:last-child){
		margin-bottom: 30px;
	}

	.step li .action{
		font-size: 23px;
		text-align: left;
		margin-top: 0;
	}

	.step li .details{
		margin-top:15px;
	}

	.step li .image{
		width: 27%;
		max-width: 100px;
		margin-right: 20px;
		padding-left: 30px;
	}
	
	.step li .image img{
		height: initial;
	}


	.step li .image img.number {
	    width: 32px;
	    left: 7px;
	    top: 0;
	}


	.step li .text{
		width: 63%;
		max-width: 235px;
	}




}

/*----------order----------*/

.order{
	position: relative;
	z-index: 0;
	padding-top:220px;
	padding-bottom:50px;
	background-image: url("../../img/index/order_background01.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

.order:before{
	content: "";
    position: absolute;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 8vw solid #E6F0D9;
    top: 0;
    left: 0;
    z-index: -1;
}

.order:after{
	content: "";
    position: absolute;
    border-left: 100vw solid transparent;
    border-right: 100vw solid transparent;
    border-top: 17vw solid #000;
    opacity: .1;
    top: -8vw;
    left: -50vw;
    z-index: -2;
}



.order .title{
	font-size: 51px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #231815;
	/* margin-bottom: calc(220px - 10vw); */
	margin-bottom: 60px;
	font-weight: 600;
	position: relative;
	display: grid;
	justify-content: center;
	flex-direction: column;
}


.order .title .postage {
	font-size: 30px;
	color: #af272d;
	font-weight: bold;
	display: block;
	margin: 0 0 12px;
}



.order .content{
	background-color:#fff;
	padding:55px;
	box-shadow: 0 0 13px rgba(45,45,45,0.4);
}


.order .content table{
	border-collapse: collapse;
	width: 100%;
	font-size: 22px;
	table-layout: fixed
}

.order .content table th{
	text-align: left;
	font-weight: normal;
	padding:25px 0;
	line-height: 1.2;
	width: 260px;
	box-sizing: border-box;
	vertical-align: middle;
}

.order .content table th.v-top{
	vertical-align: top;
}

.order .content table th .flex{
	display: flex;
}


.order .content table th span{
	display: inline-block;
}

.order .content table th .required{
	width: 70px;
	margin-right:13px;
	height: 30px;
	color: #e71d25;
	border: 1px solid #e71d25;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.order .content table th .no-required{
	margin-left:83px;
}


.order .content table td{
	padding:25px 0;
	box-sizing: border-box;
}

.order .content table td .time_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.order .content table td .time_list input[type="radio"] + label{
	width: 30%;
	line-height: 1.5;
}


.order .return-explanation{
	font-size: 17px;
	letter-spacing: 0.08em;
	line-height: 1.8;
	margin-top:30px;
}

.order .return-explanation p:nth-of-type(n+2){
	margin-top:45px;
}


/*form関連*/

.order table tr td input.zip_size{width: 210px;}
.order table tr td input.tel_size{width: 340px;}
.order table tr td input.small{width: 25%;}
.order table tr td input.middle{width: 50%;}
.order table tr td input.big{width: 75%;}
.order table tr td input.max{width: 100%;}
@media screen and (max-width:768px){

	.order table tr td input.small{width: 75%;}
	.order table tr td input.middle{width: 100%;}
	.order table tr td input.big{width: 100%;}
	.order table tr td input.max{width: 100%;}
	.order table tr td input.tel_size{width: 100%;}

}

.order table tr td input{
	display: inline-block;
	padding: 4px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.order table tr td input,
.order table tr td textarea,
.order table tr td select{
  font-family: 'Noto Serif JP', serif;
  padding: 17px;
  font-size: 20px;
  border: 3px solid #D4D4D4;
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box; 
}

@media screen and (max-width:767px){
.order table tr td input,
.order table tr td textarea,
.order table tr td select{
	font-size: 16px;
}
}




.order input[type="radio"] + label,.order input[type="checkbox"] + label {
	color: #000;
	cursor: pointer;
}

.order input[type="checkbox"] + label span{
	display: inline-block;
	padding-left: 10px;
}


.order input[type="radio"],
.order input[type="checkbox"] {
	position:absolute;
	opacity:0;
	cursor: pointer;

}

.order input[type="radio"]:checked + label,
.order input[type="checkbox"]:checked + label {
	color: black;
	position:relative;
}

.order input[type="radio"] + label:before {
	content: '';
	width: 20px;
	height: 20px;
	margin-right: 1px;
	position: relative;
	top: 6px;
	display: inline-block;
	background-color: #fff;
	border-radius: 1em;
	border: 2px solid #B2B2B2;
	box-shadow: 0px 0px 0px #a6a6a6;
}

.order input[type="checkbox"] + label::before {
	content: '';
	width: 27px;
	height: 27px;
	margin-right: 2px;
	position: relative;
	top: 10px;
	left: -11px;
	display: inline-block;
	background-color: #FFF;
	border-radius: 0;
	border: 2px solid #B2B2B2;
}

.order input[type="checkbox"]:checked + label::after {
	content: '';
	position: absolute;
	top: 4px;
	left: 2px;
	bottom: 0;
	display: block;
	width: 4px;
	height: 8px;
	border: solid #006837;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}



.order input[type="radio"]:checked + label::before {
	/* border-color: #fff; */
}


.order input[type="radio"]:checked + label::after {
	content: '';
	width: 11px;
	height: 11px;
	position: absolute;
	top: 8px;
	left: 6px;
	bottom: 1px;
	margin: auto;
	display: inline-block;
	background-color: #006837;
	border-radius: 50%;
}

.order .attention{
	color: #E71D25;
	margin-top:15px;
	font-size: 16px;
}

.order .quantity-list{
	display: flex;
}


.order .quantity-list li{
	text-align: center;
}

.order .quantity-list li:nth-of-type(n+2){
	margin-left: 60px;
}

.order .quantity-list li .image{
	text-align: center;
	margin-bottom:20px;
}

.order .quantity-list li .image img{
	width: 160px;
	height: 120px;
	object-fit: contain;
	font-family: 'object-fit: contain;';
}

.order .quantity-list li .product-name{
	font-size: 16px;
    margin-bottom: 5px;
    text-align: left;
    padding-left: 30px;
}


.order .quantity-list li .price-text{
	font-size: 16px;
	margin-top:10px;
}

.order table td .small-attention{
	font-size: 16px;
	line-height: 1.8;
}

.order table td .show_price{
		
		margin-top: 30px;
}

.order table td .show_price .border{
	border-bottom:1px solid #ccc;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
}


#form_error{
	font-size: 18px;
    color: #f00;
    line-height: 1.5;
    margin-bottom: 20px;
}



form.form01 .submit-box{
	margin: 60px 0 0;
	text-align: center;
}

form.form01 .submit-box input{
	display: inline-block;
	margin: 0 10px 10px;
}


form.form01 .submit-box input[type="submit"]{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	outline: none !important;
	border: none;
	font-size: 31px;
	text-align: center;
	color: #fff;
	transition: all 0.3s;
	cursor: pointer;
}

form.form01 .submit-box input[type="submit"]:hover{
	transition: all 0.3s;
	opacity: .7;
}


form.form01 .submit-box .update-btn
,form.form01 .submit-box .amend-btn
,form.form01 .submit-box .sendmail-btn{
	position: relative;
	display: inline-block;
}


form.form01 .submit-box .update-btn:after
,form.form01 .submit-box .amend-btn:after
,form.form01 .submit-box .sendmail-btn:after{
	content: "";
	position: absolute;
	width: 13px;
	height: 13px;
	border-top:3px solid #fff;
	border-right:3px solid #fff;
	transform: rotate(45deg);
	
}

form.form01 .submit-box .update-btn:after{
	right: 170px;
    top: 26px;
}

form.form01 .submit-box input[name="update"]{
	width: 700px;
	height: 70px;
	border-radius: 36px;
	background: linear-gradient(#d10000 44%, #a70000 47%);
	margin:0 auto;
}



form.form01 .submit-box input[name="amend"]{
	width: 350px;
	height: 70px;
	border-radius: 36px;
	background: linear-gradient(#007945 44%, #006837 47%);
	margin:0 auto;
}

form.form01 .submit-box input[name="sendmail"]{
	width: 350px;
	height: 70px;
	border-radius: 36px;
	background: linear-gradient(#d10000 44%, #a70000 47%);
	margin:0 auto;
}


@media screen and (max-width:1080px){

	form.form01 .submit-box input[type="submit"]{
		font-size: 25px;
	}

	form.form01 .submit-box input[name="update"]
	,form.form01 .submit-box input[name="amend"]
	,form.form01 .submit-box input[name="sendmail"]{
		width: 320px;
		height: 50px;
		display: block;
	}

	form.form01 .submit-box .update-btn:after
	,form.form01 .submit-box .amend-btn:after
	,form.form01 .submit-box .sendmail-btn:after{
		right: 50px;
	    top: 17px;
	}
}


form.form01 .submit-box .amend-btn
,form.form01 .submit-box .sendmail-btn{
	margin-left:20px;
	margin-right: 20px;
}

form.form01 .submit-box .amend-btn:after
,form.form01 .submit-box .sendmail-btn:after{
	right: 80px;
    top: 26px;
}


@media screen and (max-width:1080px){

	form.form01 .submit-box input[type="submit"]{
		font-size: 25px;
	}

	form.form01 .submit-box input[name="update"]
	,form.form01 .submit-box input[name="amend"]
	,form.form01 .submit-box input[name="sendmail"]{
		width: 320px;
		height: 50px;
		display: block;
	}

	form.form01 .submit-box .amend-btn
	,form.form01 .submit-box .sendmail-btn{
		margin-top: 20px;
		margin-left: 0;
		margin-right: 0;
		width: 100%;

	}

	form.form01 .submit-box .update-btn:after
	,form.form01 .submit-box .amend-btn:after
	,form.form01 .submit-box .sendmail-btn:after{
		right: 50px;
	    top: 17px;
	}

	.order .return-explanation{
		font-size: 14px;
	}
}


.order .privacy-list{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top:50px;
}

.order .privacy-list li:not(:last-child){
	margin-right: 30px;
}

.order .privacy-list li a{
	display: block;
	text-decoration: none;
	color: #000;
	transition: all 0.3s;
}

.order .privacy-list li a:hover{
	transition: all 0.3s;
	opacity: .7;
}

.order .privacy-list li a span{
	text-decoration: underline;
}


@media screen and (max-width:1080px){

	.order {
	    padding-top: 18vw;
	    padding-bottom: 30px;
	    
	}
	.order .title{
		font-size: 27px;
    	margin-bottom: 8vw;
	}

	.order .content{
		padding:20px 10px;
	}

	.order .content table
	,.order .content table tbody
	,.order table tr
	,.order .content table th
	,.order .content table td{
		display: block;
	}

	.order .content table{
		font-size: 18px;
	}


	.order table tr{
		box-sizing: border-box;
		padding:0;
	}

	.order .content table th{
		box-sizing: border-box;
		width: 100%;
		padding:10px 0;
		padding-left: 5px;
		border-radius: 3px;
		background-color:#E6F0D9;
	}

	.order .content table td{
		box-sizing: border-box;
		width: 100%;
		padding:0;
		padding-top:10px;
		padding-bottom: 30px;
	}

	.order .content table th .no-required{
		margin-left: 0;
	}

	.order .content table th .required{
		width: 55px;
		height: 24px;
		background-color: #fff;
	}

	.order .quantity-list{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.order .quantity-list li:nth-of-type(n+2){
		margin-left:initial;
		margin-top: 30px; 
	}


	.order table td .show_price{
		text-align: center;
	}

	.order .content table td .time_list{
		flex-direction: column;
		justify-content: flex-start;
	}

	.order .content table td .time_list input[type="radio"] + label{
		width: initial;
	}


	.order .privacy-list{
		flex-direction: column;
		margin-top: 30px;
	}

	.order .privacy-list li:not(:last-child){
		margin-bottom: 15px;
		margin-right: 0;
	}


}


@media screen and (max-width:767px){
	
	.order:before{
		border-top-width: 10vw;
	}

	.order:after{
		border-top-width: 19vw;
	}

	.order .title .postage {
    font-size: 20px;
}
}	