/* main visual
-------------------------------------------*/

#main-visual{
	position: relative;
/* 	overflow: hidden; */
	width: 100%;
	height: 100vh;
	border-bottom: 1px solid #fff;	/* 余白消し */
}
.slider{
	position: relative;
	z-index: 0;
}
.slider-item01{ background: url(../img/top/mainvisual_1.jpg); }
.slider-item02{ background: url(../img/top/mainvisual_2.jpg); }
.slider-item03{ background: url(../img/top/mainvisual_3.jpg); }
.slider-item04{ background: url(../img/top/mainvisual_4.jpg); }
.slider-item05{ background: url(../img/top/mainvisual_5.jpg); }
.slider-item{
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media screen and (max-width: 960px){
	.slider-item01{ background-position: 75% 50%; }
	.slider-item04{ background-position: 0% 50%; }
	.slider-item05{ background-position: 75% 50%; }
	.slider-item{ background-size: cover; }
}
@media screen and (max-width: 650px){
	.slider-item01{ background-position: 60% 50%; }
	.slider-item02{ background-position: 65% 50%; }
	.slider-item05{ background-position: 60% 50%; }
	.slider-item{ background-size: cover; }
}

/* main-copy
 -------------------*/
.main-copy,
.scrolldown a,
.wave{
	z-index: 2;
}
.main-copy{
	position: absolute;
	top: 40vh;
	left: 10vw;
	width: 100%;
	margin: 0;
	color: #fff;
	text-align: left;
	font-weight: bold;
	line-height: var(--p-height);
	letter-spacing: 0.14em;
}
.main-copy img{
	width: 30vw;
	height: auto;
	padding-bottom: 2%;
}
.main-copy p,
.main-copy img{
	filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.3));
}
 
/* .scrolldown
 -------------------*/
.scrolldown a{
	display: inline-block;
	position: absolute;
	right: 3%;
	bottom: 0;
	padding: 10px 10px 210px;
	overflow: hidden;
}
.scrolldown a::after{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 1px;
	height: 200px;
	background: #fff;
	animation: sdl 1.8s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl{
	0%{ transform: scale(1, 0); transform-origin: 0 0; }
	50%{ transform: scale(1, 1); transform-origin: 0 0; }
	50.1%{ transform: scale(1, 1); transform-origin: 0 100%; }
	100%{ transform: scale(1, 0); transform-origin: 0 100%; }
}

/* wave
 -------------------*/
.wave{
	position:relative;
/* 	height: 100vh; */
}
.wave canvas{
	position: absolute;
	bottom: 0;
	left:0;
	width: 100%;
}
@media screen and (max-width: 1300px){
	.main-copy img{
		width: 400px;
	}
}
@media screen and (max-width: 960px){
	#main-visual,
	.slider-item{
		height: 80vh;
	}
	.main-copy{
		top: 30vh;
		left: 5vw;
		line-height: 2;
	}
}
@media screen and (max-width: 650px){
	#main-visual,
	.slider-item{
		height: 70vh;
	}
	.main-copy{
		top: 24vh;
	}
	.main-copy img{
		width: 65vw;
		padding-bottom: 5%;
	}
	.main-copy p{
		font-size: 11px;
		letter-spacing: 0.2em;
		line-height: var(--p-height);
	}
	.scrolldown a{
		right: 5%;
		padding-bottom: 150px;
	}
	.scrolldown a::after{
		height: 140px;
	}
}

/* index common
-------------------------------------------*/

.index-page .more-btn a{
	border-color: var(--main-green);
	background: url(../img/top/icon-arrow-green.svg) 90% center no-repeat;
	background-size: 20px 20px;
	background-color: #fff;
}
.index-page .more-btn a:hover{
	background: url(../img/common/icon-arrow-white.svg) 90% center no-repeat;
	background-size: 20px 20px;
	background-color: var(--main-green);
	color: #fff;
}
.index-page .outer{
	position: relative;
	width: 100%;
	height: auto;
}
.outer .inner{
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 200px;
}
.outer .inner h2{
	font-size: 33px;
	line-height: var(--p-height);
	letter-spacing: 0.1em;
	padding-bottom: 5%;
}
.outer .inner h2 span{
	display: block;
	font-size: 18px;
}
@media screen and (max-width: 960px){
	.outer .inner{
		width: var(--sp-width);
		padding: 0 0 15%;
	}
}
@media screen and (max-width: 650px){
	.outer .inner{
		padding: 0 0 20%;
	}
	.outer .inner h2{
		font-size: 24px;
		line-height: 1.6;
		padding-bottom: 8%;
	}
	.outer .inner h2 span{
		font-size: 14px;
	}
}

/* concept
-------------------------------------------*/

#canvas-wrap{
		position: relative;
		width: 100%;
		height: 800px;
}
#canvas-wrap:after{
		position: absolute;
		left: 0; top: 0; right: 0; bottom: 0;
		-moz-box-shadow: inset 0px 0px 15px 15px #fff;
		-webkit-box-shadow: inset 0px 0px 15px 15px #fff;
		box-shadow: inset 0px 0px 15px 15px #fff;
		content: " ";
}
#canvas-wrap .concept{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	margin: 0 auto;
	padding: 15vh 0 0;
	z-index: 1;
}
.concept h2,
.concept p{
	position: relative;
	z-index: 1;
	padding-bottom: 3%;
	letter-spacing: 0.16em;
}
.concept h2{
	font-size: 40px;
	line-height: 1.4;
}
.concept h2 .pink{
	color: var(--main-pink);
}
.concept h2 .green{
	color: var(--main-green);
}
.concept p{
	line-height: 2.2;
}
.concept .photo li{
	position: absolute;
	height: auto;
	z-index: 0;
}
.concept .photo li:nth-child(1){
	top: 30%;
	left: 10%;
	width: 15%;
}
.concept .photo li:nth-child(2){
	top: 20%;
	right: 5%;
	width: 18%;
}
.concept .photo li:nth-child(3){
	top: 65%;
	right: 18%;
	width: 12%;
}
.concept .photo li img{
	width: 100%;
	height: auto;
}

@media screen and (max-width: 960px){
	.concept .photo li:nth-child(1){
		top: 40%;
		left: 1%;
		width: 15%;
	}
	.concept .photo li:nth-child(2){
		top: 20%;
		right: -1%;
		width: 18%;
	}
	.concept .photo li:nth-child(3){
		top: 60%;
		right: 8%;
		width: 12%;
	}
}
@media screen and (max-width: 650px){
	#canvas-wrap{
		width: 100%;
		height: 570px;
	}
	#canvas-wrap:after{
		position: absolute;
		left: 0; top: 0; right: 0; bottom: 0;
		-moz-box-shadow: inset 0px 0px 15px 15px #fff;
		-webkit-box-shadow: inset 0px 0px 15px 15px #fff;
		box-shadow: inset 0px 0px 15px 15px #fff;
		content: " ";
	}
	#canvas-wrap .concept{
		padding: 60px 0 0;
	}
	.concept h2,
	.concept p{
		padding-bottom: 5%;
		letter-spacing: 0.1em;
	}
	.concept h2{
		font-size: 22px;
		line-height: 1.6;
	}
	.concept p{
		padding-left: 4%;
		padding-right: 4%;
	}
	.concept p br{
		display: none;
	}
	.concept .photo{
		display: none;
	}
}

/* product
-------------------------------------------*/

#product .inner{
	width: calc(100vw - 8%);
	margin: 0 auto;
}
#product .item-list{
	display: flex;
	justify-content: space-between;
}
#product .item-list .item{
	width: 45%;
	padding: 0 0 50px;
	border-radius: 20px;
}
#product .item-list .item a{
	display: block;
	width: 100%;
}
#product .item-list .item a:hover{
	opacity: var(--hover);
	color: #444;
}
#product .item-list a .img{
	height: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#product .item-list a h3{
	font-size: 20px;
}
#product .item-list p{
	padding: 20px 0;
	font-size: 13px;
	line-height: var(--p-height);
}
#product .item-list .Ca{
	background-color: var(--sub-ca);
}
#product .item-list .Ca img{
	width: 142px;
}
#product .item-list .g-peptide{
	background-color: var(--sub-gul);
}
#product .item-list .g-peptide img{
	width: 220px;
}
#product .item-list .more-btn{
	display: block;
	width: 220px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	border: none;
	border-radius: 20px;
}
#product .Ca .more-btn{
	background: url(../img/common/icon-arrow-ca.svg) 90% center no-repeat;
	background-size: 16px 16px;
	background-color: #fff;
}
#product .g-peptide .more-btn{
	background: url(../img/common/icon-arrow-gp.svg) 90% center no-repeat;
	background-size: 16px 16px;
	background-color: #fff;
}

@media screen and (max-width: 960px){
}
@media screen and (max-width: 650px){
	#product .inner{
		width: var(--sp-width);
	}
	#product .item-list{
		display: block;
	}
	#product .item-list .item{
		width: 100%;
		padding: 6% 0;
		margin-bottom: 5%;
		border-radius: 10px;
	}
	#product .item-list .item a{
		width: 100%;
	}
	#product .item-list a .img,
	#product .item-list .text-box{
		vertical-align: top;
		display: inline-block;
		height: auto;
	}
	#product .item-list a .img{
		width: 40%;
		padding: 2%;
	}
	#product .item-list .text-box{
		width: 50%;
		padding-top: 2%;
	}
	#product .item-list a h3{
		font-size: 14px;
	}
	#product .item-list p{
		padding: 5% 0;
		font-size: 11px;
		line-height: var(--p-height);
	}
	#product .item-list .Ca img{
		width: 70%;
	}
	#product .item-list .g-peptide img{
		width: 100%;
		padding-top: 10%;
	}
	#product .item-list .more-btn{
		width: 100%;
		height: 30px;
		line-height: 30px;
		border-radius: 15px;
		font-size: 11px;
	}
}

/* column
-------------------------------------------*/

#column .inner{
	width: calc(100% - 5%);
}
.column-slider_item{
	position: relative;
	overflow: hidden;
	width: 100%;
}
.column-slider_item .item{
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
	padding: 50px 30px;
	border-radius: 20px;
	background-color: #eef4e0;
}
.column-slider_img{
	width: calc(600px - 5%);
	margin: 0 2% 0 auto;
	max-height: 400px;
	overflow: hidden;
	border-radius: 38% 62% 35% 65% / 54% 54% 46% 46%;
}
.column-slider_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}
.column-slider_text{
	width: calc(40% - 5%);
	margin: 0 auto 0 4%;
	padding-top: 30px;
}
.column-slider_text .tag{
	width: 90px;
	height:	24px;
	line-height: 24px;
	border-radius: 12px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	background-color: var(--main-green);
}
.column-slider_text h3{
	margin-top: 16px;
	line-height: 1.6;
	font-size: 24px;
	text-align: left;
}

.column-slider_text p{
	padding: 10px 0 30px;
	line-height: var(--p-height);
	text-align: justify;
}
.column-slider_prev,
.column-slider_next{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 40px;
	z-index: 1;
}
.column-slider_prev{
	left: 0;
	background-image: url(../img/common/icon-prev.svg);
	background-position: center center;
	background-repeat: no-repeat;
}
.column-slider_next{
	right: 0;
	background-image: url(../img/common/icon-next.svg);
	background-position: center center;
	background-repeat: no-repeat;
}
.column-slider_dots{
	display: flex;
	justify-content: center;
}
.column-slider_dots li{
}
.column-slider_dots .slick-active button{
	background-color: var(--main-green);
}
.column-slider_dots button{
	position: relative;
	text-indent: -9999px;
	box-shadow: none;
	border: none;
	padding: 0;
	margin: 30px 10px 0;
	background-color: #ddd;
	width: 10px;
	height: 10px;
	border-radius: 5px;
}
.column-slider_dots button:before{
	position: absolute;
	text-indent: 0;
}

@media screen and (max-width: 960px){
	#column .inner{
		width: 90%;
	}
	.column-slider_item .item{
		display: block;
		width: 90%;
	}
	.column-slider_img,
	.column-slider_text{
		width: 96%;
		margin: 0 auto;
	}
	.column-slider_img{
		max-height: auto;
	}
	.column-slider_text{
		padding-top: 0;
	}
	.column-slider_text h3{
		font-size: 22px;
	}
}
@media screen and (max-width: 650px){
	#column .inner{
		width: var(--sp-width);
	}
	.column-slider_item{
		width: 100%;
	}
	.column-slider_item .item{
		width: 100%;
		padding: 7%;
	}
	.column-slider_img,
	.column-slider_text{
		width: 100%;
	}
	.column-slider_text .tag{
		width: 70px;
		height:	20px;
		line-height: 20px;
		border-radius: 10px;
		font-size: 11px;
	}
	.column-slider_text h3{
		margin-top: 4%;
		font-size: 15px;
	}
	.column-slider_text h3 br{
		display: none;
	}
	.column-slider_text p{
		padding: 2% 0 6%;
		font-size: 12px;
	}
	.column-slider_item .more-btn a{
		width: 100%;
	}
	.column-slider_prev,
	.column-slider_next{
		width: 10px;
	}
	.column-slider_dots button{
		margin: 14px 6px 0;
		width: 6px;
		height: 6px;
		border-radius: 3px;
	}
}


/* blog
-------------------------------------------*/

#blog .blog-list{
	position: relative;
	width: 960px;
	margin: 0 auto 5%;
	text-align: left;
}
.blog-list ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.blog-list ul::before{
	content: "";
	display: block;
	width: 23%;
	order: 1;
}
.blog-list ul::after{
	content: "";
	display: block;
	width: 23%;
}
.blog-list li{
	width: 23%;
	overflow: hidden;
	padding-bottom: 3%;
}
.blog-list li a{
	display: block;
}
.blog-list li .thumb{
	position: relative;
	width: 100%;
	height: 150px;
	overflow: hidden;
	border-radius: 10px;
}
.blog-list li .thumb img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blog-list li a:hover{
	color: #444;
	opacity: var(--hover);
}
.blog-list li .caption p{
	width: 100%;
	line-height: 1.4;
	letter-spacing: 0.08em;
}
.blog-list li .caption p.data{
	font-size: 13px;
	padding: 5% 0 0;
}
.blog-list li .caption p.title{
	font-size: 14px;
	padding: 3% 0 0;
}

@media screen and (max-width: 960px){
	#blog .blog-list{
		width: 90%;
	}
	#blog .blog-list ul::before,
	#blog .blog-list ul::after,
	.blog-list li{
		width: 31%;
	}
	.blog-list li .thumb{
		height: 18vw;
	}
}
@media screen and (max-width: 650px){
	#blog .blog-list{
		width: 100%;
		margin: 0 auto;
		display: block;
	}
	.blog-list ul{
		margin-bottom: 5%;
	}
	.blog-list li{
		width: 100%;
	}
	.blog-list li a{
		display: flex;
		justify-content: space-between;
	}
	.blog-list li .thumb{
		width: 40%;
		height: 24vw;
	}
	.blog-list li .caption{
		width: 60%;
		padding-left: 5%;
	}
	.blog-list li .caption p.data{
		font-size: 11px;
		padding: 0;
	}
	.blog-list li .caption p.title{
		font-size: 12px;
	}
}