/*
* product.css
* 2020.03.07
*/
/* top ---------- */
body.page-categoryTop {
	position: relative;
}
body.page-categoryTop:before {
	content: "";
	display: block;
	position: absolute;
	position: fixed;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	margin: auto;
	height: 100vh;
	background-image: url(https://cdn.poysun.com/poysun/product/categoryProduct_bg_sm.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
@media print, screen and (min-width: 768px) {
	body.page-categoryTop:before {
		background-image: url(https://cdn.poysun.com/poysun/product/categoryProduct_bg.jpg);
	}
}

.l-categoryHero_title:before {
	width: 160px;
}
@media print, screen and (min-width: 768px) {
	.l-categoryHero_title:before {
		width: 330px;
	}
}

.l-categoryHero_title_label {
	background-image: url(https://cdn.poysun.com/poysun/title-svg/categoryHero_title_product.svg);
}
@media print, screen and (min-width: 768px) {
	.l-categoryHero_title_label {
		background-image: url(https://cdn.poysun.com/poysun/title-svg/categoryHero_title_md_product.svg);
	}
}

/* labo ---------- */
.labo_researchList_item {
	padding: 20px 10px;
	border-bottom: 2px solid #f0f0ee;
}
.labo_researchList_item:first-child {
	padding-top: 10px;
}
@media print, screen and (min-width: 768px) {
	.labo_researchList_item {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

.labo_researchList_badge {
	margin: 0 0 10px; 
	vertical-align: top;
}

.labo_researchList_credit {
	margin: 0 0 8px;
}

.labo_researchList_title {
	font-weight: bold;
	line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
	.labo_researchList_title {
		font-size: 1.8rem;
	}
}

.labo_researchList_text {
	margin: 8px 0 0;
}

.labo_researchList_credit_link {
    color: #000;
    text-decoration: underline;
}


/*add by hk */
.top_intro_nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin: 28px 0 0;
}
@media print, screen and (min-width: 768px) {
	.top_intro_nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		    -ms-flex-direction: row;
		        flex-direction: row;
		margin: 50px -164px 0; 

		-webkit-flex-wrap: wrap; 

		    -ms-flex-wrap: wrap; 

		        flex-wrap: wrap;
	}
}

.top_intro_nav_item {
	overflow: hidden; 
	position: relative;
	margin: 8px 0;
}
.top_intro_nav_item > a {
	display: block;
	overflow: hidden; 
	position: relative;
	height: 120px;
}
@media print, screen and (min-width: 600px) {
	.top_intro_nav_item > a {
		height: 160px;
	}
}
@media print, screen and (min-width: 768px) {
	.top_intro_nav_item {
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 0 10px; 
		width: 50%;
	}
}
@media print, screen and (min-width: 1032px) {
	.top_intro_nav_item > a {
		height: 220px;
	}
}

.top_intro_nav_itemInner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	border: 2px solid #f0f0ee;
	border-radius: 20px;
	-webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.58, 1);
	transition: all 0.3s cubic-bezier(0.23, 1, 0.58, 1);
}
.no-touchevents .top_intro_nav_item:hover .top_intro_nav_itemInner,
.touchevents .top_intro_nav_item.is-touched .top_intro_nav_itemInner {
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
}
@media print, screen and (min-width: 768px) {
	.no-touchevents .top_intro_nav_item:hover .top_intro_nav_itemInner,
	.touchevents .top_intro_nav_item.is-touched .top_intro_nav_itemInner {
		top: 10px;
		right: 10px;
		bottom: 10px;
		left: 10px;
	}
}

.top_intro_nav_heading,
.top_intro_nav_headingBg {
	width: 50%;
}

.top_intro_nav_heading {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.58, 1);
	transition: all 0.3s cubic-bezier(0.23, 1, 0.58, 1); 
	color: #000;
	line-height: 1.4;

	-webkit-box-pack: center;

	-webkit-justify-content: center;

	    -ms-flex-pack: center;

	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.no-touchevents .top_intro_nav_item:hover .top_intro_nav_heading,
.touchevents .top_intro_nav_item.is-touched .top_intro_nav_heading {
	color: #fff;
}

.top_intro_nav_title-en {
	font-size: 27.2px;
	font-size: 1.7rem;
}

.top_intro_nav_title-ja {
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
}

@media print, screen and (min-width: 900px) {
	.top_intro_nav_title-en {
		font-size: 2.4rem;
	}
	.top_intro_nav_title-ja {
		font-size: 1.4rem;
	}
}

@media print, screen and (min-width: 1300px) {
	.top_intro_nav_title-en {
		font-size: 3.2rem;
	}
	.top_intro_nav_title-ja {
		font-size: 1.6rem;
	}
}

.top_intro_nav_headingBg { position: relative; -webkit-transition: all 0.3s
cubic-bezier(0.23, 1, 0.58, 1); transition: all 0.3s cubic-bezier(0.23, 1, 0.58,
1); background-color: #fff; } .no-touchevents .top_intro_nav_item:hover
.top_intro_nav_headingBg, .touchevents .top_intro_nav_item.is-touched
.top_intro_nav_headingBg { background-color: #82be28; }

.top_intro_nav_item-culture .top_intro_nav_headingBg {
	overflow: hidden;
}

.top_intro_nav_abema {
	display: block;
	position: absolute;
	top: 50px;
	bottom: 0;
	left: -40px;
	margin: auto;
	width: 40px;
	height: 45px;
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.58, 1);
	transition: -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.58, 1);
	transition: transform 0.3s cubic-bezier(0.23, 1, 0.58, 1);
	transition: transform 0.3s cubic-bezier(0.23, 1, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.58, 1); 
	-webkit-transform: translateX(0); 
	    -ms-transform: translateX(0); 
	        transform: translateX(0);
}
.no-touchevents .top_intro_nav_item:hover .top_intro_nav_abema,
.touchevents .top_intro_nav_item.is-touched .top_intro_nav_abema {
	-webkit-transform: translateX(24px);
	    -ms-transform: translateX(24px);
	        transform: translateX(24px);
}
@media print, screen and (min-width: 900px) {
	.top_intro_nav_abema {
		top: 90px;
		left: -80px;
		width: 80px;
		height: 90px;
		-webkit-transition: -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.58, 1);
		transition: -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.58, 1);
		transition: transform 0.35s cubic-bezier(0.23, 1, 0.58, 1);
		transition: transform 0.35s cubic-bezier(0.23, 1, 0.58, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.58, 1);
	}
	.no-touchevents .top_intro_nav_item:hover .top_intro_nav_abema,
	.touchevents .top_intro_nav_item.is-touched .top_intro_nav_abema {
		-webkit-transition: -webkit-transform 0.3s 0.05s cubic-bezier(0.23, 1, 0.58, 1);
		transition: -webkit-transform 0.3s 0.05s cubic-bezier(0.23, 1, 0.58, 1);
		transition: transform 0.3s 0.05s cubic-bezier(0.23, 1, 0.58, 1);
		transition: transform 0.3s 0.05s cubic-bezier(0.23, 1, 0.58, 1), -webkit-transform 0.3s 0.05s cubic-bezier(0.23, 1, 0.58, 1); 
		-webkit-transform: translateX(50px); 
		    -ms-transform: translateX(50px); 
		        transform: translateX(50px);
	}
}

.top_intro_nav_img {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover; 

	-webkit-box-flex: 1; 

	-webkit-flex: 1; 

	    -ms-flex: 1; 

	        flex: 1;
}
.top_intro_nav_img:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: auto;
	bottom: 0;
	left: 0;
	margin: auto;
	border-top: 9px solid transparent;
	border-right: 0;
	border-bottom: 9px solid transparent;
	border-left: 10px solid #fff;
	width: 10px;
	height: 18px;
	-webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.58, 1);
	transition: all 0.3s cubic-bezier(0.23, 1, 0.58, 1); 
	-webkit-transform: translateX(-100%); 
	    -ms-transform: translateX(-100%); 
	        transform: translateX(-100%);
}
@media print, screen and (min-width: 768px) {
	.top_intro_nav_img:before {
		border-top: 16px solid transparent;
		border-bottom: 16px solid transparent;
		border-left: 18px solid #fff; 
		width: 18px;
		height: 32px;
	}
}
.no-touchevents .top_intro_nav_item:hover .top_intro_nav_img:before,
.touchevents .top_intro_nav_item.is-touched .top_intro_nav_img:before {
	border-left-color: #82be28; 
	-webkit-transform: translateX(0%); 
	    -ms-transform: translateX(0%); 
	        transform: translateX(0%);
}
@media print, screen and (max-width: 767px) {
	.top_intro_nav_item-rev-sm .top_intro_nav_img:before {
		right: 0;
		left: auto;
		border-right: 10px solid #fff;
		border-left: 0;
		-webkit-transform: translateX(100%);
		    -ms-transform: translateX(100%);
		        transform: translateX(100%);
	}
	.no-touchevents .top_intro_nav_item-rev-sm:hover .top_intro_nav_img:before,
	.touchevents .top_intro_nav_item-rev-sm.is-touched .top_intro_nav_img:before {
		border-right-color: #82be28;
	}
}
@media print, screen and (min-width: 768px) {
	.top_intro_nav_item-rev-md .top_intro_nav_img:before {
		right: 0;
		left: auto;
		border-right: 18px solid #fff;
		border-left: 0;
		-webkit-transform: translateX(100%);
		    -ms-transform: translateX(100%);
		        transform: translateX(100%);
	}
	.no-touchevents .top_intro_nav_item-rev-md:hover .top_intro_nav_img:before,
	.touchevents .top_intro_nav_item-rev-md.is-touched .top_intro_nav_img:before {
		border-right-color: #82be28;
	}
}
.top_intro_nav_img img{
	width:100%;
	height:100%;
}


@media print, screen and (max-width: 767px) {
	.top_intro_nav_item-rev-sm .top_intro_nav_headingBg {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.top_intro_nav_item-rev-sm .top_intro_nav_img {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.top_intro_nav_item-rev-sm .top_intro_nav_heading {
		right: 0;
		left: auto;
	}
}

@media print, screen and (min-width: 768px) {
	.top_intro_nav_item-rev-md .top_intro_nav_headingBg {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.top_intro_nav_item-rev-md .top_intro_nav_img {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.top_intro_nav_item-rev-md .top_intro_nav_heading {
		right: 0;
		left: auto;
	}
}

.product_hero_carousel{
	padding-top: 0;
}