@charset "utf-8";

/* ------------------------------------------------------------------
	Structure styles
-------------------------------------------------------------------*/
.container_ec.top {
	margin-top: 0;
}

/* ------------------------------------------------------------------
	Header styles
-------------------------------------------------------------------*/
/*
.header.top {
	box-shadow: none;
}

header.top.scroll {
	box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.1);
}
*/

/* ------------------------------------------------------------------
	MV styles
-------------------------------------------------------------------*/
.mv {
	background: url(../img/bg_mv.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	margin-top: 120px;
	color: #FFF;
}
.mv .wrapper {
	height: 780px;
	position: relative;
}
.mv_item {
	position: absolute;
}
.mv_img {
	top: 100px;
	left: 90px;
}
.mv_catch_1 {
	top: 185px;
	right: 85px;
	text-align: right;
	font-size: 33px;
	line-height: 1.4;
}
.mv_catch_1 .large {
	font-size: 62px;
}
.mv_catch_1 .large_1 {
	letter-spacing: -0.2em;
}
.mv_catch_1 .note {
	font-size: 0.3em;
}
.mv_catch_2 {
	top: 340px;
	right: 85px;
}
.mv_catch_3 {
	top: 430px;
	right: 85px;
	font-size: 200px;
	line-height: 1;
}
.mv_item.note_text {
	top: 650px;
	right: 85px;
	font-size: 14px;
}
.mv_topic {
	background: rgba(255,255,255,0.2);
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	padding: 20px 0;
	font-size: 20px;
}
.mv_topic a {
	color: #FFF;
}
.mv_topic i {
	margin-left: 20px;
}
.mv_topic a:hover {
	text-decoration: underline;
}

/* ------------------------------------------------------------------
	TOP_block styles
-------------------------------------------------------------------*/
.block_top_head {
	background: url(../img/top_head_bg.jpg) no-repeat center 440px;
}
.top_head_circle {
	background: #FFF;
	border-radius: 50%;
	box-shadow: 0 3px 20px rgba(0,0,0,0.16);
	width: 180px;
	height: 180px;
	margin: -230px auto 50px auto;
	text-align: center;
	position: relative;
}
.top_head_circle_text {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 24px;
	line-height: 1.2;
}
.top_head_circle a {
	display: block;
	width: 180px;
	height: 180px;
	color: inherit;
}

/* --------------------------------
	エンデアストーリー
--------------------------------*/
.top_story {
	margin-bottom: 70px;
	text-align: center;
}
.top_story_img {
	margin-bottom: 20px;
}
.top_story_catch {
	margin-bottom: 130px;
	font-size: 63px;
	font-weight: 400;
	line-height: 1.3;
}
.top_story_catch .note {
	font-size: 0.3em;
}
.top_story_text {
	margin-bottom: 35px;
	font-size: 14px;
}

/* --------------------------------
	商品一覧
--------------------------------*/
.top_product {
	padding: 0 85px;
}
.top_product .product_item {
	margin: 0 40px 80px 0;
	width: calc( ( 100% - 40px ) / 2 );
}
.top_product .product_item:nth-child(2n) {
	margin-right: 0;
}
.top_product .product_badge {
	width: 90px;
}

/* --------------------------------
	ヒト幹細胞培養上清液について
--------------------------------*/
.block_top_about {
	/*background: #F7F7F7;*/
}
.about_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.about_item {
	margin: 0 80px 50px 0;
	width: calc( ( 100% - 80px ) / 2 );
}
.about_item:nth-child(2n) {
	margin-right: 0;
}
.about_thm {
	margin-bottom: 30px;
}
.about_title {
	margin-bottom: 40px;
	font-size: 26px;
}
.about_title .small {
	font-size: 18px;
}
.about_text {
	margin-bottom: 30px;
	font-weight: 300;
}
.about_circle {
	background: -moz-linear-gradient(45deg, #e07a88, #b80088);
	background: -webkit-linear-gradient(45deg, #e07a88, #b80088);
	background: linear-gradient(45deg, #e07a88, #b80088);
	border-radius: 50%;
	width: 410px;
	height: 410px;
	margin: 40px auto 0 auto;
	text-align: center;
	position: relative;
}
.about_circle_text {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 50px;
	color: #FFF;
}
.about_circle_text span {
	display: inline-block;
	margin-top: 20px;
	font-size: 28px;
	line-height: 1.4;
	letter-spacing: 0.15em;
}

/* --------------------------------
	ナノ化について
--------------------------------*/
.block_top_nano {
	height: 600px;
	background: url(../img/bg_top_nano.jpg) no-repeat center center;
	background-size: cover;
	/*background-attachment: fixed;*/
	position: relative;
}
.top_nano_body {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
}
.top_nano_catch {
	margin-bottom: 50px;
	font-size: 28px;
	line-height: 2.5;
	letter-spacing: 0.15em;
	color: #FFF;
}
.block_top_nano .contents_btn_link a {
	border: 1px solid #FFF;
	color: #FFF;
}

/* --------------------------------
	お客様の声
--------------------------------*/
.block_top_voice {
	/*overflow: hidden;*/
}
.top_voice_heading {
	width: 480px;
	margin: 0 auto;
	text-align: center;
}
.top_voice_heading_main {
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
	padding: 15px 0;
	font-size: 44px;
	font-weight: 400;
}
.top_voice_heading_sub {
	margin-bottom: 35px;
	font-size: 24px;
}

.voice_list { }
.voice_item {
	background: #F5F5F5;
	border-radius: 30px;
	padding: 60px 50px;
}
.voice_title {
	font-size: 22px;
	line-height: 2.5;
}
.voice_name {
	margin-top: 30px;
	text-align: right;
	font-size: 18px;
}

#voice_slide {
	padding: 50px 0;
}

/* 前ページ、次ページボタンのスタイル */
#voice_slide .swiper-button-prev,
#voice_slide .swiper-button-next {
	background: rgba(0,0,0,.3);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	outline: none;
}
#voice_slide .swiper-button-next {
	right: 26vw;
}
#voice_slide .swiper-button-prev {
	left: 26vw;
}
#voice_slide .swiper-button-prev:hover,
#voice_slide .swiper-button-next:hover {
	background: rgba(0,0,0,.5);
}
#voice_slide .swiper-button-prev:after,
#voice_slide .swiper-button-next:after {
	display: none;
}
#voice_slide .swiper-button-prev:before,
#voice_slide .swiper-button-next:before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 20px;
	color: #FFF;
}
#voice_slide .swiper-button-prev:before {
	content: "\f104";
}
#voice_slide .swiper-button-next:before {
	content: "\f105";
}







@media only screen and (max-width: 640px) {

/* ------------------------------------------------------------------
	MV styles
-------------------------------------------------------------------*/
.mv {
margin-top: 60px;
}
.mv .wrapper {
height: 118.75vw;
width: 100%;
}
.mv_img {
width: 100%;
top: 6.25vw;
left: 0;
}
.mv_catch_1 {
top: 32.81vw;
right: 5%;
font-size: 4.69vw;
}
.mv_catch_1 .large {
font-size: 8.6vw;
}
.mv_catch_2 {
width: 39.06vw;
top: 53.13vw;
right: 5%;
}
.mv_catch_3 {
top: 65.63vw;
right: 5%;
font-size: 27.34vw;
}
.mv_item.note_text {
top: 95.31vw;
right: 5%;
font-size: 2.19vw;
}
.mv_topic {
padding: 3% 0;
font-size: 3.44vw;
}

/* ------------------------------------------------------------------
	TOP_block styles
-------------------------------------------------------------------*/
.block_top_head {
background: url(../img/top_head_bg_sp.jpg) no-repeat center 72vw;
background-size: 100%;
}
.top_head_circle {
width: 28.13vw;
height: 28.13vw;
margin: -36vw auto 8vw auto;
}
.top_head_circle_text {
font-size: 3.75vw;
}
.top_head_circle a {
width: 28.13vw;
height: 28.13vw;
}

/* --------------------------------
	エンデアストーリー
--------------------------------*/
.top_story {
margin-bottom: 10%;
}
.top_story_img {
margin-bottom: 3%;
}
.top_story_catch {
margin-bottom: 20%;
font-size: 5.94vw;
}
.top_story_text {
margin-bottom: 5%;
text-align: left;
font-size: 3.13vw;
}
.top_story .note_text {
text-align: left;
}

/* --------------------------------
	商品一覧
--------------------------------*/
.top_product {
padding: 0;
}
.top_product .product_item {
margin: 0 0 60px 0;
width: 100%;
}
.top_product .product_badge {
width: 20.31vw;
}

/* --------------------------------
	ヒト幹細胞培養上清液について
--------------------------------*/
.about_list {
display: block;
}
.about_item {
margin-bottom: 15%;
width: 100%;
}
.about_thm {
margin-bottom: 5%;
}
.about_title {
margin-bottom: 6%;
font-size: 4.69vw;
}
.about_title .small {
font-size: 3.13vw;
}
.about_text {
margin-bottom: 6%;
}
.about_circle {
width: 64.06vw;
height: 64.06vw;
margin: 12% auto 0 auto;
}
.about_circle_text {
font-size: 7.82vw;
}
.about_circle_text span {
margin-top: 4%;
font-size: 4.38vw;
}

/* --------------------------------
	ナノ化について
--------------------------------*/
.block_top_nano {
height: 75vw;
}
.top_nano_catch {
margin-bottom: 6%;
font-size: 4.69vw;
line-height: 1.6;
}

/* --------------------------------
	お客様の声
--------------------------------*/
.top_voice_heading {
width: 75vw;
}
.top_voice_heading_main {
padding: 3% 0;
font-size: 6.88vw;
}
.top_voice_heading_sub {
margin-bottom: 6%;
font-size: 3.75vw;
}

.voice_item {
padding: 10% 8%;
}
.voice_title {
font-size: 4.07vw;
}
.voice_name {
margin-top: 4%;
font-size: 3.13vw;
}

#voice_slide {
padding: 8% 5%;
}

/* 前ページ、次ページボタンのスタイル */
#voice_slide .swiper-button-prev,
#voice_slide .swiper-button-next {
width: 8vw;
height: 8vw;
margin-top: -4vw;
}
#voice_slide .swiper-button-next {
right: 6vw;
}
#voice_slide .swiper-button-prev {
left: 6vw;
}
#voice_slide .swiper-button-prev:before,
#voice_slide .swiper-button-next:before {
font-size: 3.44vw;
}


















}









