
#index {
	/* overflow-x: hidden; */
	position: relative;
}


/* parallax bolls .our-business */
#index .rellax_wrap {
	position: relative;
	overflow: hidden;
}


#index .bubble-1 {
	left: -40px;
	position: absolute;
	height: auto;
	top:-300px;
	z-index: 1;
}

#index .bubble-2 {
	left: 50%;
	position: absolute;
	height: auto;
	top:300px;
	z-index: 1;
}

#index .bubble-3 {
	right: 0;
	position: absolute;
	height: auto;
	top:-400px;
	z-index: 1;
}

#index .bubble-4 {
	right: -90px;
	position: absolute;
	height: auto;
	top:100px;
	z-index: 1;
}

@media only screen and (max-width: 640px) {
	#index .bubble-1 {
		width: 80px;
		left:-20px;
	}

	#index .bubble-2 {
		width: 90px;
		left:65%;
		top: 300px;
	}

	#index .bubble-3 {
		width: 130px;
		top: -260px;
	}

	#index .bubble-4 {
		width: 100px;
		right: -40px;
		top:0;
	}
}


/* parallax bolls .research-develop */
#index .bubble-5 {
	left: -35px;
	height: auto;
	position: absolute;
	height: auto;
	top: -300px;
	z-index: 1;
}

#index .bubble-6 {
	left: 40px;
	height: auto;
	position: absolute;
	height: auto;
	top:-1000px;
	z-index: 1;
}

#index .bubble-7 {
	left: 50px;
	height: auto;
	position: absolute;
	height: auto;
	top: -200px;
	z-index: 1;
}

#index .bubble-8 {
	right: -40px;
	height: auto;
	height: auto;
	position: absolute;
	height: auto;
	top:-360px;
	z-index: 1;
}

@media only screen and (max-width: 640px) {
	#index .bubble-5 {
		width:70px;
		left: -10px;
		top:-600px;
	}

	#index .bubble-6 {
		width:80px;
		left: 40px;
		top: 200px;
	}

	#index .bubble-7 {
		width:100px;
		top: -780px;
		left:78%;
	}

}

#index .section-h3 {
	font-size: 22px;
	line-height: 0;
	margin-bottom: 40px;
	z-index: 1;
}

#index .section-span {
	font-size: 50px;
	letter-spacing: 6px;
	color: #434343;
	margin-bottom: 20px;
}

#index .wrapper-button {
	text-align: right;
}

#index .wrapper-button a {
	width: 180px;
	display: inline-block;
	font-size: 14px;
	line-height: 40px;
	color: #04a786;
	text-align: left;
	letter-spacing: 1px;
	position: relative;
}

#index .wrapper-button a::before {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	background: #e6e6e6;
	left: 0;
	bottom: -10px;
}

#index .wrapper-button a::after {
	content: '';
	width: 18px;
	height: 6px;
	position: absolute;
	background: url(../../images/common/arrow_right_green.svg) 95% center no-repeat;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
}

#index .wrapper-button a:hover::after {
	right: 0;
}



#index .fv {
	position: relative;
}

#index .fv .bg {
	width: calc(100% - 100px);
	max-width: calc((100% - 1100px) / 2 + 1100px + 210px);
	height: 460px;
	background: url(../../images/index/fv.jpg) center bottom / cover no-repeat;
	margin-left: auto;
}

#index .fv .fv_text {
	position: absolute;
	top: 60px;
	right: 3%;
	width: auto;
	height: 110px;
}

#index .fv::before {
	content: '';
	width: calc(100% - 100px);
	height: 660px;
	background: url(../../images/index/bg_fv.jpg) center/cover no-repeat;
	position: absolute;
	z-index: -1;
	left: 0;
	bottom: -368px;
}

#index .fv .fv_bnr_03 {
	position: absolute;
	right: 15px;
	bottom: 15px;
	z-index: 2;
}

#index .fv .fv_bnr_04 {
	position: absolute;
	right: 250px;
	bottom: 15px;
	z-index: 2;
}

#index .search_position {
	margin: 50px auto;
/*
	position: absolute;
	left: 0;
	right: 0;
	top: 860px;
	z-index: 5;
*/
}

#index .fv_search {
	width: 800px;
	margin: 0 auto;
	position: relative;
}

#index .fv_search .mt-site-search-form__query {
	-webkit-appearance: none;
	display: table-cell;
	background: none;
	border: none;
	width: 100%;
	line-height: 50px;
	border: 1px solid #FFF;
	font-size: 20px;
	background-color: #FFF;
	border-radius: 50px;
	padding: 0 20px;
}

#index .fv_search .mt-site-search-form__button {
	position: absolute;
	top: 0;
	height: 100%;
	padding: 0;
	border: none;
	text-indent: -9999em;
	right: 0;
	width: 140px;
	border-top-right-radius: 40px!important;
	border-bottom-right-radius: 40px!important;
	background:#EF8041 url(../../images/common/header/search_icon_white.svg) no-repeat;
	background-size: 20px auto;
	background-position: calc(50% - 9px) 50%;
	transition: background-color .25s cubic-bezier(.4,0,.2,1) 0s;
	z-index: 3;
}

#index .pick-up {
	padding: 0 0 70px;
	position: relative;
	min-height: 191px;
}

#index .pick-up .section-h3 {
	color: #ffffff;
}

#index .pick-up .section-span {
	color: #ffffff;
}

/*
#index .pick-up .slider {
	margin-bottom: 50px;
}
*/

#index .pick-up .slider .slick-slide {
	width: 400px;
}

#index .pick-up .slider .item {
	padding: 0 25px;
}

#index .pick-up .slider .item img {
	width: 100%;
	height: auto;
}

#index .pick-up .slider .item .item-tags {
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	color: #00a684;
	padding: 0 15px;
	border: 1px solid #00a684;
	margin: 20px 0 10px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

#index .pick-up .slider .item h4 {
	font-size: 22px;
	line-height: 30px;
	color: #434343;
	margin-bottom: 9px;
}

#index .pick-up .slider .item p {
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.6px;
}

#index .pick-up .slick-prev,
#index .pick-up .slick-next {
	top: 35%;
	left: calc((100% - 1100px) / 2 + 45px);
	z-index: 1;
	width: 66px;
	height: 66px;
	background: url(../../images/index/arrow_slider_left.png) center/contain no-repeat;
	background-size: 30%;
	background-color: rgba(1, 166, 132, 0.6);
	border-radius: 100%;
}

#index .pick-up .slick-prev::before,
#index .pick-up .slick-next::before {
	content: none;
}

#index .pick-up .slick-next {
	background-image: url(../../images/index/arrow_slider_right.png);
	left: auto;
	right: calc((100% - 1100px) / 2 + 45px);
}



#index .news {
	padding-bottom: 110px;
}

#index .news #news-navi .item {
	padding: 6px 0px;
	width: calc(100% / 7);
	float: left;
	border-right: 1px solid #eeeeee;
}

#index .news #news-navi .item:first-child {
	border-left: 1px solid #eeeeee;
}

#index .news #news-navi .item .wrapper-img {
	position: relative;
	height: 50px;
}

#index .news #news-navi .item .wrapper-img img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: auto;
	height: 35px;
}

#index .news #news-navi .item span {
	font-size: 14px;
	line-height: 1.4;
	color: #000;
	display: block;
	text-align: center;
	padding: 10px 0 0;
}

#index .news .ul {
	margin-top: 18px;
}

#index .news .ul .li {
	padding: 15px 0;
	border-top: 1px solid #e5e5e5;
}

#index .news .ul .li:first-child {
	border-top: none;
}

#index .news .ul .li {
	 display: table;
	font-size: 16px;
	line-height: 24px;
	color: #434343;
	display: block;
	text-decoration: none;
}

#index .news .ul .li p {
	vertical-align: top;
}

#index .news .ul .li .title a span.flag {
	display: inline-block;
	border: 1px solid #e1e1e1;
	margin: 0 0 0 10px;
	line-height: 0;
}

#index .news .ul .li .date {
	display: table-cell;
	min-width: 100px;
	font-size: 16px;
	line-height: 24px;
	color: #434343;
}

#index .news .ul .li .item-tags {
	 display: table-cell;
	 min-width: 120px;
	text-align: center;
	box-sizing: border-box;
}

#index .news .ul .li .item-tags span {
	display: inline-block; *display: inline; *zoom: 1;
	 min-width: 120px;
	 font-size: 14px;
	line-height: 1.5;
	color: #00a684;
	 border: 1px solid #00a684;
	border-radius: 1000px;
	padding: 4px 10px;
}

#index .news .ul .li .title {
	display: table-cell;
	padding: 0 0 0 20px;
}

#index .news .ul .li .title a {
	text-decoration: underline;
	line-height: 150%;
}



#index .our-business {
	position: relative;
	padding: 100px 0 100px;
	border-bottom: 1px solid #e5e5e5;
}

#index .our-business::before {
	content: '';
	width: 1200px;
	height: 550px;
	background: #ebf3f0;
	position: absolute;
	top: 0;
	left: calc((100% - 1100px) / 2 - 150px);
}

#index .our-business .wrapper-img {
	position: absolute;
	top: 100px;
	right: 0;
}

#index .our-business .inner {
	position: relative;
	z-index: 1;
}

#index .our-business .section-h3 {
	line-height: 1;
	text-align: left;
	margin-bottom: 75px;
	position: relative;
}

#index .our-business .section-h3::before {
	content: '';
	width: 60px;
	height: 4px;
	background: #00a684;
	position: absolute;
	bottom: -40px;
}

#index .our-business .section-span {
	font-size: 100px;
	line-height: 100px;
	letter-spacing: 12px;
	margin-bottom: 15px;
}

#index .our-business p {
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
	font-size: 32px;
	line-height: 1.7;
	color: #434343;
	letter-spacing: -2px;
	margin-bottom: 30px;
}

#index .our-business .wrapper-button {
	text-align: left;
}



#index .product {
	padding: 70px 0 100px;
}

#index .product .section-h3 {
	margin: 0 auto 35px;
}

#index .product .p {
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
	font-size: 22px;
	line-height: 45px;
	color: #434343;
	text-align: center;
	letter-spacing: -1px;
	margin: 0 auto 35px;
}

#index .product .item {
	width: 50%;
	float: left;
	-webkit-box-shadow: 5px 6px 15px -5px rgba(34, 25, 25, 0.4);
	box-shadow: 5px 6px 15px -5px rgba(34, 25, 25, 0.4);
}

#index .product .item .bg {
	width: 100%;
	height: 400px;
}

#index .product .item.cosmetics .bg {
	background: url(../../images/index/product_1.jpg) center / cover;
}

#index .product .item.healthy .bg {
	background: url(../../images/index/product_2.jpg) center / cover;
}

#index .product .item:first-child {
	position: relative;
}

#index .product .item img {
	width: 100%;
	height: auto;
}

#index .product .item .content {
	width: 84%;
	margin: -75px auto 0;
	padding: 25px 35px;
	background: #fff;
	box-sizing: border-box;
}

#index .product .item .content h4 {
	font-size: 28px;
	line-height: 40px;
	text-align: center;
	color: #434343;
	letter-spacing: 3px;
	padding: 0 0 15px;
}

#index .product .item .content ul {
	padding: 0 0 20px;
}

#index .product .item.cosmetics .content ul li {
	float: left;
	width: calc( (100% - 35px) / 3);
	text-align: center;
	margin: 0 0 0 15px;
	box-sizing: border-box;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

#index .product .item.cosmetics .content ul li:nth-child(3n+1) {
	clear: both;
	margin: 0 auto;
}

#index .product .item.healthy .content ul li {
	float: left;
	width: calc( (100% - 15px) / 2);
	text-align: center;
	margin: 0 0 0 15px;
	box-sizing: border-box;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

#index .product .item.healthy .content ul li:nth-child(2n+1) {
	clear: both;
	margin: 0 auto;
}

#index .product .item .content ul li a {
	display: block;
	background: #00a683;
	font-size: 18px;
	color: #fff;
	padding: 20px 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* ------------------------------------------------------------ mobile */
@media only screen and (max-width:1430px){
	#index .product .item .content ul li a {
		font-size: 13px;
	}
}

#index .product .item .content form {
	display: table;
	width: 100%;
	border: solid 1px #e5e5e5;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.1);
	box-sizing: border-box;
	border-radius: 1000px;
	padding: 8px 0;
}

#index .product .item .content form input {
/* 	display: table-cell; */
	vertical-align: middle;
}

#index .product .item .content form input[type="search"] {
	width: calc(100% - 90px);
	font-size: 16px;
	color: #b8b8b8;
	border: none;
	padding: 10px 25px;
	border-right: solid 1px #e5e5e5;
	border-radius: 1000px 0 0 1000px;
	-webkit-appearance: none;
}

#index .product .item .content form input[type="submit"] {
	font-size: 16px;
	width: 90px;
	background: url(../../images/common/header/search_icon_green.svg) no-repeat 10px center;
	background-size: 15px;
	padding: 10px 15px;
	border-radius: 0 1000px 1000px 0;
	text-align: center;
}

#index .product .item .content form input[type="submit"].orange_search {
	font-size: 16px;
	width: 90px;
	background: url(../../images/common/header/search_icon_orange.svg) no-repeat 10px center/15px;
	padding: 10px 15px;
	border-radius: 0 1000px 1000px 0;
	text-align: center;
}

#index .product .item .content .green_btn {
	text-align: center;
	border-top: 1px solid #e5e5e5;
	padding: 25px 0 0;
	margin: 30px auto 0;
}

#index .product .item .content .green_btn a {
	display: inline-block; *display: inline; *zoom: 1;
	min-width: 330px;
	background: #00a683;
	font-size: 18px;
	color: #fff;
	padding: 20px 15px;
	box-sizing: border-box;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

#index .product .item .content .orange_btn {
	text-align: center;
	border-top: 1px solid #e5e5e5;
	padding: 25px 0 0;
	margin: 30px auto 0;
}

#index .product .item .content .orange_btn a {
	display: inline-block; *display: inline; *zoom: 1;
	min-width: 330px;
	background: #eb5c02;
	font-size: 18px;
	color: #fff;
	padding: 20px 15px;
	box-sizing: border-box;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* ------------------------------------------------------------ mobile */
@media only screen and (max-width:1430px){
	#index .product .item .content .green_btn a {
		font-size: 13px;
	}
	#index .product .item .content .orange_btn a {
		font-size: 13px;
	}
}

.orange{
	background-color:  #eb5c02!important;
}


/*
#index .dictionary {
	padding: 115px 0 81px;
	position: relative;
}

#index .dictionary::before {
	content: '';
	width: calc(100% - 100px);
	height: 640px;
	background: url(../../images/index/dictionary_bg.jpg) center/cover no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

#index .dictionary .inner {
	position: relative;
	z-index: 5;
}

#index .dictionary .title {
	margin-bottom: 28px;
}

#index .dictionary .title .section-h3 {
	width: 430px;
	float: left;
	text-align: left;
	color: #ffffff;
}

#index .dictionary .title .section-span {
	color: #ffffff;
}

#index .dictionary .title .p {
	width: calc(100% - 430px);
	float: left;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
	font-size: 22px;
	line-height: 38px;
	color: #ffffff;
}

#index .dictionary .item {
	width: 350px;
	float: left;
	margin-right: 25px;
	padding-bottom: 58px;
	-webkit-box-shadow: 0px 3px 12px -4px rgba(34, 25, 25, 0.4);
	box-shadow: 0px 3px 12px -4px rgba(34, 25, 25, 0.4);
}

#index .dictionary .item:last-child {
	margin-right: 0;
}

#index .dictionary .item img {
	width: 100%;
	height: auto;
}

#index .dictionary .item h4 {
	font-size: 24px;
	line-height: 40px;
	color: #434343;
	text-align: center;
	letter-spacing: 3px;
	padding: 52px 0 25px;
}

#index .dictionary .item h4 span {
	display: block;
	font-size: 16px;
	color: #00a684;
	letter-spacing: 0;
}

#index .dictionary .item .wrapper-button {
	text-align: center;
}
*/



#index .login {
	padding: 60px 0 100px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}

#index .login::before {
	content: '';
	width: calc(100% - 100px);
	height: 350px;
	background: url(../../images/index/login_bg.jpg) center/cover no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

#index .login .wrapper {
	width: 400px;
	background: #3fbce8;
	padding: 60px 20px;
	text-align: center;
	color: #fff;
	float: left;
}

#index .login .wrapper h3 {
	font-size: 36px;
	line-height: 40px;
	letter-spacing: 4px;
	margin-bottom: 9px;
}

#index .login .wrapper h3 span {
	display: block;
	width: 240px;
	font-size: 24px;
	line-height: 38px;
	margin: 0 auto 17px;
	border: 1px solid #ffffff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

#index .login .wrapper p {
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -1px;
	margin-bottom: 7px;
}

#index .login .wrapper a {
	display: block;
	width: 210px;
	font-size: 18px;
	line-height: 50px;
	color: #fff;
	text-align: left;
	margin: auto;
	border-bottom: 1px solid #ffffff;
	background: url(../../images/common/arrow_right_white.svg) 95% center no-repeat;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
}

#index .login .wrapper a:hover {
	background-position-x: 100%;
}

#index .login .wrapper a img {
	margin-right: 8px;
}

#index .login small{
	display: block;
	font-size: 20px;
	text-align: center;
	line-height: 1.7;
	margin: 22px auto 0;
}

#index .login .device {
	float: right;
}



#index .research-develop {
	padding: 70px 0 100px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}

#index .research-develop .flex_wrap {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 0 auto 45px;
}

#index .research-develop .flex_wrap .flex_left {
	width: 50%;
}

#index .research-develop .flex_wrap .flex_right {
	width: 50%;
}

#index .research-develop .flex_wrap .flex_left .section-h3 {
	line-height: 14px;
	text-align: left;
	margin-bottom: 30px;
}

#index .research-develop .flex_wrap .flex_left .section-span {
	line-height: 60px;
}

#index .research-develop .flex_wrap .flex_left .p {
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
	font-size: 22px;
	line-height: 38px;
	color: #434343;
	letter-spacing: -2px;
}

#index .research-develop .slider {
	width: calc((100% - 1100px) / 2 + 1100px);
	margin-left: auto;
	margin-bottom: 8px;
	position: relative;
	z-index: 1;
}

#index .research-develop .slider .item {
	padding-right: 85px;
	position: relative;
}

#index .research-develop .slick-initialized.PC .slick-slide {
	max-width: 418px !important;
}

#index .research-develop .slider .item img {
	width: 100%;
	height: auto;
}

#index .research-develop .slider .item .item-tags {
	display: inline-block;
	min-width: 120px;
	font-size: 12px;
	line-height: 22px;
	color: #00a684;
	text-align: center;
	padding: 0 15px;
	border: 1px solid #00a684;
	margin-top: 25px;
	margin-bottom: 6px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

#index .research-develop .slider .item h4 {
	font-size: 18px;
	line-height: 34px;
	color: #434343;
}

#index .research-develop .slider .item p {
	font-size: 12px;
	line-height: 40px;
	color: #a6a6a6;
	letter-spacing: 0.6px;
	position: absolute;
	top: 48px;
	right: -2px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}

#index .research-develop .slider .item p::before {
	content: '';
	display: inline-block;
	width: 60px;
	height: 1px;
	background-color: #e6e6e6;
	margin-right: 10px;
	position: relative;
	top: -4px;
}

#index .research-develop .slick-prev,
#index .research-develop .pick-up .slick-next,
#index .pick-up .research-develop .slick-next,
#index .research-develop .slick-next {
	display: none !important;
}

#index .research-develop .slick-slider .slick-list {
	padding-left: 0 !important;
}

#index .research-develop .joint_research {
	width: 780px;
	border: solid 1px #e5e5e5;
	background: #fff;
	margin: 70px auto 0;
	box-sizing: border-box;
}

#index .research-develop .joint_research .item {
	display: table;
	width: 100%;
}

#index .research-develop .joint_research .item .left {
	display: table-cell;
	vertical-align: middle;
	width: calc(100% - 496px);
	padding: 0 15px 0 0;
	box-sizing: border-box;
}

#index .research-develop .joint_research .item .left h4 {
	font-family: 'CormorantGaramond-Light';
	font-size: 34px;
	line-height: 1;
	color: #00a684;
	letter-spacing: 4px;
	padding-left: 50px;
	position: relative;
}

#index .research-develop .joint_research .item .left h4::before {
	content: '';
	width: 35px;
	height: 1px;
	background: #e5e5e5;
	position: absolute;
	top: 15px;
	left: 0;
}

#index .research-develop .joint_research .item .left h4 span {
	display: block;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
	font-size: 16px;
	line-height: 38px;
	color: #434343;
}

#index .research-develop .joint_research .item .right {
	display: table-cell;
	vertical-align: middle;
	width: 496px;
	position: relative;
}

#index .research-develop .joint_research .item .right::before {
	position: absolute;
	content: '';
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background: url(../../images/index/block_green.jpg) center/contain no-repeat;
}




#index .movie {
	padding: 80px 0 40px;
}

#index .movie .inner {
	width: 100%;
	max-width: 1360px;
}

#index .movie .section-h3 {
	margin-bottom: 55px;
}

#index .movie .items {
	margin-bottom: 38px;
	display: flex;
	justify-content: space-evenly;
}

#index .movie .items .item {
	width: calc(50% - 23px);
	float: left;
	/* margin-right: 46px; */
	margin: 0 auto;
}

/* #index .movie .items .item:last-child {
	margin-right: 0;
} */

#index .movie .wrapper-iframe {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	width: 100%;
	height: 0;
}

#index .movie .wrapper-iframe iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}

#index .movie h4 {
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
	font-size: 30px;
	line-height: 38px;
	color: #434343;
	text-align: center;
	margin-top: 25px;
}



#index .vr {
	position: relative;
	border-top: solid 1px #e5e5e5;
	padding: 150px 0 100px;
}

#index .vr .titlebox {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: #fff;
	width: 380px;
	margin: 0 auto;
	padding: 50px 20px;
	box-sizing: border-box;
}

#index .vr .titlebox h3 {
	font-size: 22px;
	text-align: center;
}

#index .vr .titlebox h3 span {
	font-family: 'CormorantGaramond-Light';
	font-size: 30px;
	display: block;
	letter-spacing: 3px;
	border-bottom: solid 1px #e5e5e5;
	padding: 0 0 15px;
	margin: 0 auto 18px;
}

#index .vr .titlebox h3 strong {
	display: block;
	font-size: 120px;
	line-height: 80%;
}

#index .vr .map {
	display: block;
	width: 87.5%;
	max-width: 1440px;
	height: auto;
	margin: 0 auto;
}

#index .vr p {
	display: block;
	font-size: 20px;
	text-align: center;
	margin: 20px 0 0;
}



#index .company {
	padding: 70px 0 130px;
	position: relative;
	overflow: hidden;
}

#index .company::before {
	content: '';
	width: calc(100% - 100px);
	height: 600px;
	background: #eff7fa;
	position: absolute;
	top: 0;
	right: 0;
}

#index .company::after {
	content: '';
	width: calc(100% - 100px);
	height: 550px;
	background: url(../../images/index/company_bg.jpg) center top/cover no-repeat;
	position: absolute;
	top: 150px;
	left: 0;
}

#index .company .inner {
	position: relative;
	z-index: 1;
}

#index .company .block-1 {
	width: 420px;
	background: #fff;
	padding: 40px 60px 60px; 
	margin: 0 0 70px;
	box-sizing: border-box;
}

#index .company .block-1 .section-h3 {
	line-height: 1;
	text-align: left;
	margin: 0 0 50px;
	position: relative;
}

#index .company .block-1 .section-h3::before {
	content: '';
	width: 60px;
	height: 4px;
	background: #00a684;
	position: absolute;
	bottom: -31px;
}

#index .company .block-1 .section-span {
	font-size: 50px;
	margin-bottom: 15px;
}

#index .company .block-1 p {
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
	font-size: 36px;
	line-height: 54px;
	color: #434343;
	margin-bottom: 15px;
}

#index .company .block-1 .wrapper-button {
	text-align: left;
}

#index .company .block-2 {
	width: 844px;
	margin: 0 0 70px auto;
}

#index .company .block-2 .item {
	display: block;
	width: 400px;
	float: left;
	margin-right: 44px;
	-webkit-box-shadow: 0 0 15px -5px rgba(34, 25, 25, 0.4);
	box-shadow: 0 0 15px -5px rgba(34, 25, 25, 0.4);
}

#index .company .block-2 .item:last-child {
	margin-right: 0;
}

#index .company .block-2 .item img {
	width: 100%;
	height: auto;
}

#index .company .block-2 .item .line {
	padding: 15px 20px;
}

#index .company .block-2 .item .line h4 {
	width: calc(100% - 140px);
	float: left;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
	font-size: 22px;
	line-height: 28px;
	color: #434343;
}

#index .company .block-2 .item .line span {
	display: block;
	width: 140px;
	float: left;
	font-size: 14px;
	line-height: 28px;
	color: #04a786;
	background: url(../../images/common/arrow_right_green.svg) 95% center no-repeat;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
}

#index .company .block-2 .item:hover .line span {
	background-position-x: 100%;
}

#index .company .block-3 .item {
	display: table;
	width: calc( (100% - 20px) / 2);
	height: 200px;
	float: left;
	margin-right: 20px;
	border: 1px solid #e5e5e5;
	cursor: pointer;
	box-sizing: border-box;
}

#index .company .block-3 .item:last-child {
	margin-right: 0;
}

#index .company .block-3 .item .left {
	 display: table-cell;
	vertical-align: middle;
}

#index .company .block-3 .item.recruit .left {
	 width: 240px;
}

#index .company .block-3 .item.award .left {
	 width: 300px;
}

#index .company .block-3 .item .left h4 {
	font-family: 'CormorantGaramond-Light';
	font-size: 32px;
	line-height: 1;
	color: #00a684;
	letter-spacing: 1px;
	padding-left: 50px;
	position: relative;
}

#index .company .block-3 .item .left h4::before {
	content: '';
	width: 35px;
	height: 1px;
	background: #e5e5e5;
	position: absolute;
	top: 15px;
	left: 0;
}

#index .company .block-3 .item .left span {
	display: block;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
	font-size: 17px;
	line-height: 170%;
	color: #434343;
	padding: 5px 0 0;
}

#index .company .block-3 .item .right {
	 display: table-cell;
	vertical-align: middle;
	position: relative;
}

#index .company .block-3 .item .right::before {
	content: '';
	width: 50px;
	height: 50px;
	background: url(../../images/index/block_green.jpg) center/contain no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
}

#index .company .block-3 .item .right img {
	width: 100%;
	height: auto;
}







/* ------------------------------------------------------------ mobile */

@media only screen and (max-width: 640px) {
	#index {
		width: 100%;
/*         overflow-x: hidden; */
	}
	#index>img {
		height: auto;
	}
	/* #index .bubble-1 {
		width: 60px;
		top: 2855px;
		left: -20px;
	}
	#index .bubble-2 {
		width: 70px;
		top: 3200px;
		left: auto;
		right: 10px;
	}
	#index .bubble-3 {
		width: 130px;
		top: 2385px;
		right: -10px;
	}
	#index .bubble-4 {
		width: 70px;
		top: 2700px;
		right: -30px;
	}
	#index .bubble-5 {
		width: 80px;
		top: 7000px;
		left: -35px;
	}
	#index .bubble-6 {
		width: 125px;
		top: 6620px;
		left: 0;
	}
	#index .bubble-7 {
		width: 100px;
		top: 7436px;
		left: 20px;
	} */
	#index .section-h3 {
		font-size: 16px;
		letter-spacing: 1px;
		line-height: 1;
		margin-bottom: 18px;
	}
	#index .section-span {
		font-size: 38px;
		letter-spacing: 4px;
		margin-bottom: 10px;
	}
	#index .wrapper-button a {
		font-size: 11px;
		line-height: 18px;
		width: 120px;
	}
	#index .wrapper-button a::before {
		bottom: -12px;
	}



	#index .fv .bg {
		width: 95%;
		height: 420px;
		background-image: url(../../images/index/fv_sp.jpg);
	}
	#index .fv img {
		width: 250px;
		height: auto;
		top: 38px;
		right: 5%;
	}
	#index .fv::before {
		width: 100%;
		height: 125%;
		bottom: auto;
		top: 104px;
	}

	#index .fv .fv_bnr_03 {
		right: 10px;
		bottom: 10px;
	}

	#index .fv .fv_bnr_04 {
		right: 110px;
		bottom: 10px;
	}

	#index .fv .fv_bnr_03 img,
	#index .fv .fv_bnr_04 img {
		width: 90px;
		height: auto;
	}
	
	#index .fv .fv_text {
		top: 135px;
		right: 5%;
		width: 85%;
		height: auto;
	}




	#index .search_position{
		top: 437px;
		margin: 30px auto;
	}
	
	#index .fv_search {
		width: 90%;
		margin: 0 auto;
		position: relative;
	}
	
	#index .fv_search .mt-site-search-form__query {
		line-height: 3em;
		border: 1px solid #FFF;
		font-size: 12px;
		background-color: #FFF;
		border-radius: 50px;
	}
	
	#index .fv_search .mt-site-search-form__button {
		width: 60px;
		background:#EF8041 url(../../images/common/header/search_icon_white.svg) no-repeat;
		background-size: 14px auto;
		background-position: calc(50% - 2px) 50%;
	}
	


	#index .pick-up {
		padding: 0 0 20px;
		min-height: 78px;
	}
	#index .pick-up .slider {
		margin-bottom: 25px;
	}
	#index .pick-up .slider .slick-slide {
		width: 300px;
	}
	#index .pick-up .slider .item {
		padding: 0 10px;
	}
	#index .pick-up .slider .item .item-tags {
		font-size: 10px;
		line-height: 14px;
		padding: 2px 10px;
		margin: 12px 0 10px;
	}
	#index .pick-up .slider .item h4 {
		font-size: 14px;
		line-height: 15px;
	}
	#index .pick-up .slider .item p {
		font-size: 10px;
		line-height: 17px;
	}
	#index .pick-up .slick-prev,
	#index .pick-up .slick-next {
		width: 35px;
		height: 35px;
		top: 30%;
		left: 5px;
	}
	#index .pick-up .slick-next {
		left: auto;
		right: 5px;
	}



	#index .news {
		padding: 0 0 60px;
	}
	#index .news #news-navi .item {
		width: 33.33%;
		padding: 10px 0;
		border-bottom: 1px solid #eeeeee;
		border-right: 1px solid #eeeeee;
		position: relative;
	}
/*
	#index .news #news-navi .item::before {
		content: '';
		width: 8px;
		height: 8px;
		background: #ffffff;
		position: absolute;
		top: -4px;
		right: -4px;
		z-index: 11;
	}
	#index .news #news-navi .item::after {
		content: '';
		width: 8px;
		height: 8px;
		background: #ffffff;
		position: absolute;
		bottom: -4px;
		right: -4px;
		z-index: 11;
	}
*/
	#index .news #news-navi .item:first-child {
		width: 100%;
		border-top: 1px solid #eeeeee;
	}
	#index .news #news-navi .item:nth-of-type(3n+2) {
		border-left: 1px solid #eeeeee;
	}
	#index .news #news-navi .item .wrapper-img {
		height: 40px;
	}
	#index .news #news-navi .item .wrapper-img img {
		width: auto;
		height: 30px;
	}
	#index .news #news-navi .item span {
		font-size: 10px;
		line-height: 18px;
	}
	#index .news .ul {
		margin-top: 13px;
	}

	#index .news .ul .li {
		padding: 15px 0;
		border-top: 1px solid #e5e5e5;
	}

	#index .news .ul .li:first-child {
		border-top: none;
	}

	#index .news .ul .li {
		font-size: 16px;
		line-height: 24px;
		color: #434343;
		display: block;
		text-decoration: none;
	}

	#index .news .ul .li .date {
		min-width: 70px;
		font-size: 11px;
	}

	#index .news .ul .li .item-tags {
		 min-width: 100px;
	}

	#index .news .ul .li .item-tags span {
		 min-width: 100px;
		 font-size: 11px;
		line-height: 18px;
		padding: 2px 8px;
	}

	#index .news .ul .li .title {
		display: block;
		padding: 0;
		margin: 8px 0 0;
	}

	#index .news .ul .li .title a {
		font-size: 14px;
		line-height: 150%;
	}


	#index .our-business {
		position: relative;
		padding: 0 0 60px;
	}
	#index .our-business::before {
		width: 95%;
		height: 345px;
		top: 0;
		left: 0;
	}
	#index .our-business .wrapper-img {
		text-align: right;
		position: relative;
		top: 50px;
	}
	#index .our-business .wrapper-img img {
		width: 95%;
		height: auto;
	}
	#index .our-business .section-h3 {
		padding-top: 22px;
		margin-bottom: 45px;
	}
	#index .our-business .section-h3::before {
		width: 44px;
		height: 3px;
		bottom: -25px;
	}
	#index .our-business .section-span {
		font-size: 45px;
		line-height: 45px;
		letter-spacing: 6px;
	}
	#index .our-business p {
		font-size: 20px;
		line-height: 36px;
		margin: 0 0 20px;
	}

	#index .research-develop .flex_wrap {
		display: block;
		margin: 0 auto 45px;
	}
	
	#index .research-develop .flex_wrap .flex_left {
		width: 100%;
	}
	
	#index .research-develop .flex_wrap .flex_right {
		width: 100%;
	}


	#index .product {
		padding: 50px 0 0;
	}
	#index .product .section-h3 {
		margin-bottom: 20px;
	}
	#index .product .p {
		font-size: 14px;
		line-height: 26px;
		text-align: left;
		padding: 0 5%;
		margin-bottom: 28px;
	}
	#index .product .items {
		padding: 0;
	}

	#index .product .item .bg {
		height: 170px;
	}
	#index .product .item .content {
		padding: 14px 12px 14px 16px;
	}
	#index .product .item .content span {
		width: 105px;
		font-size: 11px;
		line-height: 18px;
	}

		#index .product .item {
			width: 100%;
			float: none;
			box-shadow: none;
			margin: 0 auto 50px;
		}

		#index .product .item .bg {
		  height: 170px;
		}

		#index .product .item .content {
			width: 90%;
			margin: -40px auto 0;
			padding: 20px 15px;
			box-shadow: 10px 10px 20px rgba(0,0,0,0.1);
		}

		#index .product .item .content h4 {
			font-size: 20px;
			line-height: 40px;
			letter-spacing: 2px;
			padding: 0 0 5px;
		}

		#index .product .item .content ul {
			padding: 0 0 20px;
		}

		#index .product .item.cosmetics .content ul li {
			width: calc( (100% - 20px) / 3);
			margin: 0 0 0 10px;
		}

		#index .product .item.healthy .content ul li {
			width: calc( (100% - 10px) / 2);
			text-align: center;
			margin: 0 0 0 10px;
		}

		#index .product .item .content ul li a {
			font-size: 12px;
			line-height: 130%;
			padding: 7px 10px 6px;
		}

		#index .product .item.healthy .content ul li a {
			padding: 12px 10px;
		}

		#index .product .item .content form {
			box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
		}

		#index .product .item .content form input[type="search"] {
			width: calc(100% - 70px);
			font-size: 12px;
			border: none;
			padding: 0 10px;
			border-right: none;
		}

		#index .product .item .content form input[type="submit"] {
			font-size: 12px;
			width: 70px;
			background: url(../../images/common/header/search_icon_green.svg) no-repeat 12px center/12px;
			padding: 0 15px 0 25px;
			border-left: 1px solid #e5e5e5;
		}

		#index .product .item .content form input[type="submit"].orange_search {
			font-size: 12px;
			width: 70px;
			background: url(../../images/common/header/search_icon_orange.svg) no-repeat 12px center/12px;
			padding: 0 15px 0 25px;
			border-left: 1px solid #e5e5e5;
		}

		#index .product .item .content .green_btn {
			padding: 25px 0 0;
			margin: 30px auto 0;
		}

		#index .product .item .content .green_btn a {
			min-width: 200px;
			font-size: 13px;
			padding: 15px;
		}

		#index .product .item .content .orange_btn a {
			min-width: 200px;
			font-size: 13px;
			padding: 15px;
		}




/*
	#index .dictionary {
		padding-top: 35px;
		padding-bottom: 55px;
	}
	#index .dictionary::before {
		width: 100%;
		height: 273px;
	}
	#index .dictionary .title {
		margin-bottom: 20px;
	}
	#index .dictionary .title .section-h3 {
		width: 100%;
	}
	#index .dictionary .title .p {
		width: 100%;
		font-size: 14px;
		line-height: 26px;
		letter-spacing: -2px;
	}
	#index .dictionary .item {
		width: 100%;
		padding-bottom: 22px;
		margin-bottom: 22px;
	}
	#index .dictionary .item h4 {
		font-size: 19px;
		padding: 25px 0 5px;
	}
	#index .dictionary .item h4 span {
		font-size: 10px;
	}
*/



	#index .login {
		padding: 50px 0;
	}
	#index .login::before {
		width: 100%;
		height: 213px;
		background-image: url(../../images/index/login_bg_sp.jpg);
	}
	#index .login .inner {
		width: 80%;
	}
	#index .login .wrapper {
		width: 100%;
		height: auto;
		padding-top: 25px;
		padding-bottom: 35px;
		margin: 0 auto 30px;
	}
	#index .login .wrapper h3 {
		font-size: 22px;
		letter-spacing: 2px;
		line-height: 1;
		margin-bottom: 10px;
	}
	#index .login .wrapper h3 span {
		font-size: 13px;
		line-height: 22px;
		width: 102px;
		margin-bottom: 8px;
	}
	#index .login .wrapper p {
		font-size: 12px;
		line-height: 1.6em;
		letter-spacing: 0;
	}
	#index .login .wrapper a {
		line-height: 40px;
	}

	#index .login small{
		font-size: 14px;
		text-align: left;
	}

	#index .login .device {
		width: 100%;
		height: auto;
	}



	#index .research-develop {
		padding: 30px 0 70px;
	}
/*
	#index .research-develop .section-h3 {
		margin-bottom: 20px;
	}
	#index .research-develop .section-span {
		letter-spacing: 3px;
		line-height: 35px;
	}
	#index .research-develop .p {
		font-size: 14px;
		line-height: 26px;
		letter-spacing: -1px;
		margin-bottom: 25px;
	}
*/
	#index .research-develop .flex_wrap .flex_left .p {
		font-size: 20px;
		line-height: 36px;
		margin: 0 0 20px;
	}
	#index .research-develop .flex_wrap .flex_left .section-span {
		line-height: 42px;
	}
	#index .research-develop .flex_wrap .flex_left .section-h3 {
		margin: 0 0 25px;
	}
	#index .research-develop .slider {
		width: 100%;
		margin-bottom: 15px;
	}
	#index .research-develop .slider .item {
		padding: 0 17px;
	}
	#index .research-develop .slider .item .item-tags {
		min-width: 78px;
		font-size: 9px;
		line-height: 13px;
		margin: 13px 0 5px;
	}
	#index .research-develop .slider .item h4 {
		font-size: 12px;
		line-height: 16px;
	}
	#index .research-develop .slider .item p {
		font-size: 9px;
		line-height: 18px;
		top: 32px;
		right: -33px;
	}
	#index .research-develop .slider .item p::before {
		width: 26px;
		margin-right: 5px;
	}
	#index .research-develop .slick-slider .slick-list {
		padding-left: 30px !important;
	}

	#index .research-develop .joint_research {
		width: 90%;
		margin: 50px auto 0;
	}

	#index .research-develop .joint_research .item {
		display: table;
		width: 100%;
	}

	#index .research-develop .joint_research .item .left {
		width: 55%;
		padding: 0 10px 0 0;
	}

	#index .research-develop .joint_research .item .left h4 {
		font-size: 5vw;
		letter-spacing: 2px;
		line-height: 130%;
		padding-left: 30px;
	}

	#index .research-develop .joint_research .item .left h4::before {
		width: 20px;
		top: 10px;
	}

	#index .research-develop .joint_research .item .left h4 span {
		font-size: 3vw;
		line-height: 150%;
		padding: 5px 0 0;
	}

	#index .research-develop .joint_research .item .right {
		width: 45%;
	}

	#index .research-develop .joint_research .item .right::before {
		position: absolute;
		content: '';
		bottom: 0;
		right: 0;
		width: 30px;
		height: 30px;
		background: url(../../images/index/block_green.jpg) center/contain no-repeat/30px;
	}

	#index .research-develop .joint_research .item .right img {
		width: 100%;
		height: auto;
	}




	#index .movie {
		padding: 40px 0 30px;
	}
	#index .movie .inner {
		width: 90%;
	}
	#index .movie .section-h3 {
		margin-bottom: 20px;
	}
	#index .movie .items {
		margin-bottom: 15px;
	}
	#index .movie .items .item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 28px;
	}
	#index .movie .items .item:last-child {
		margin-bottom: 0;
	}
	#index .movie h4 {
		font-size: 18px;
		line-height: 26px;
		margin-top: 10px;
	}



	#index .vr {
		 padding: 170px 0 60px;
	}

	#index .vr .titlebox {
		top: 0;
		background: #fff;
		width: 270px;
		margin: 0 auto;
		padding: 30px 20px;
		box-sizing: border-box;
	}

	#index .vr .titlebox h3 {
		font-size: 14px;
		text-align: center;
	}

	#index .vr .titlebox h3 span {
		font-size: 20px;
		padding: 0 0 15px;
		margin: 0 auto 18px;
	}

	#index .vr .titlebox h3 strong {
		font-size: 40px;
		line-height: 100%;
	}

	#index .vr .map {
		width: 100%;
		max-width: inherit;
	}
	
	#index .vr p {
		font-size: 14px;
		line-height: 24px;
	}



	#index .company {
		padding: 150px 0 0;
	}
	#index .company::before {
		width: 100%;
		height: 100%;
	}
	#index .company::after {
		width: 100%;
		height: 265px;
		top: 0;
		background-image: url(../../images/index/company_bg_sp.jpg);
	}
	#index .company .inner {
		width: 100%;
	}
	#index .company .block-1 {
		width: 90%;
		height: auto;
		padding: 30px 35px 45px;
		margin: auto;
		margin-bottom: 25px;
	}
	#index .company .block-1 .section-h3 {
		margin-bottom: 35px;
	}
	#index .company .block-1 .section-h3::before {
		width: 40px;
		height: 2px;
		bottom: -18px;
	}
	#index .company .block-1 .section-span {
		font-size: 35px;
		margin-bottom: 8px;
	}
	#index .company .block-1 p {
		font-size: 24px;
		line-height: 35px;
	}
	#index .company .block-2 {
		width: 90%;
		margin: auto;
		margin: 0 auto 20px;
	}
	#index .company .block-2 .item {
		width: 100%;
		background: #ffffff;
		margin-bottom: 15px;
	}
	#index .company .block-2 .item .line {
		height: auto;
		padding: 20px 14px;
	}
	#index .company .block-2 .item .line h4 {
		width: calc(100% - 110px);
		font-size: 17px;
		line-height: 17px;
	}
	#index .company .block-2 .item .line span {
		width: 110px;
		font-size: 11px;
		line-height: 17px;
	}


   #index .company .block-3 {
	   background: #fff;
	   padding: 30px 5% 20px;
   }

	#index .company .block-3 .item {
		width: 100%;
		height: inherit;
		float: none;
		margin: 0 auto 10px;
	 }

	#index .company .block-3 .item.recruit .left {
		 width: 55%;
	}

	#index .company .block-3 .item.award .left {
		 width: 55%;
	}

	#index .company .block-3 .item .left h4 {
		font-size: 5vw;
		padding-left: 30px;
		line-height: 120%;
	}

	#index .company .block-3 .item .left h4::before {
		width: 20px;
		top: 10px;
	}

	#index .company .block-3 .item .left span {
		font-size: 3vw;
		line-height: 170%;
		padding: 5px 0 0;
	}

	#index .company .block-3 .item .right {
	}

	#index .company .block-3 .item .right::before {
		width: 30px;
		height: 30px;
		background: url(../../images/index/block_green.jpg) center/contain no-repeat/30px;
	}

	#index .company .block-3 .item .right img {
		width: 100%;
		height: auto;
	}

}



.fadeIn {
	opacity: 0;
	transform: translateY(30px);
	transition: 1s;
}

.fadeIn.is-show {
	opacity: 1;
	transform: translateY(0);
}
