@charset "utf-8";

.labo_container {
	position: relative;
	max-width: 780px;
	margin: 0 auto;
}
.labo_container div {box-sizing: border-box;}
.labo_container img {width: 100%; border: none;}
.labo_title {
	width: 90%;
	margin: 1em auto;
	text-align: center;
	font-size: 32px;
	font-weight: 400;
	display: none;
}
.labo_catch {
	width: 100%;
	margin: 1em auto;
	font-size: 16px;
}
.labo_keyvisual {width: 100%;}
.labo_subtitle {
	width: 100%;
	margin: 1em 0;
	border-bottom: solid 2px #2db4e5;
	font-size: 24px;
	padding: 0.5em 0;
}
.labo_items {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
}
.labo_itemWrapperC {
	position: relative;
	width: 250px;
	height: 192px;
	margin: 5px;
}
.labo_itemWrapper {
	position: relative;
	width: 250px;
	height: 167px;
	margin: 5px;
}
.labo_itemWrapperR {
	position: relative;
	width: 250px;
	height: 167px;
	margin: 5px;
}
.labo_item {
	display: block;
	position: relative;
	width: 250px;
	height: 167px;
	margin: 0;
}
.labo_item img {
	width: 100%;
	height: 100%;
}
.labo_itemTitle {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 250px;
	height: 60px;
	background: rgba(60,60,60,0.5);
	color: #fff;
	font-size: 0.8em;
	padding: 3%;
}
.labo_itemNew {
	position: absolute;
	left: 0;
	top: 0;
	width: 30%;
	height: 20px;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	background-color: #fff241;
	color: #333;
}
.labo_itemRank {
	position: absolute;
	left: 0;
	top: 0;
	width: 30%;
	height: 20px;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	background-color: #e06161;
	color: #fff; /* 333 */
}
.labo_itemCategory {
	width: 30%;
	height: 20px;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	background-color: #d5f4ff;
	margin-top: 5px;
}
.labo_category {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	background-color: #d5f4ff;
	padding: 2%;
}
.labo_categoryTitle {
	position: relative;
	width: 100%;
	font-size: 20px;
	margin: 0;
	padding: 0;
}
.labo_categoryNum {font-size: 13px;}
.labo_categoryLink {
	display: block;
	font-size: 13px;
}
.labo_categoryBtn {display: none;}
.labo_bm {margin-bottom: 1em;}
.labo_banner {
	margin: 100px 0 15px;
}
.labo_banner a {display: block;}

/*@media only screen and (min-width: 760px) {
	
}*/

@media only screen and (max-width: 759px) {
	.wrapper {margin-top: 120px !important;}
	.labo_title {font-size: 28px;}
	
	.labo_itemWrapperC {
		width: 100%;
		height: calc(100vw*192/250);
	}
	.labo_itemWrapper {
		width: 100%;
		height: calc(100vw*167/250);
	}
	.labo_item {
		width: 100%;
		height: calc(100vw*167/250);
	}
	.labo_item img {}
	.labo_itemTitle {
		width: 100%;
	}
	.labo_itemNew {}
	.labo_itemRank {}
	.labo_itemWrapperR {
		width: 100%;
		height: calc(30vw*167/250);
	}
	.labo_itemWrapperR .labo_item {
		display: flex;
		flex-flow: row nowrap;
		width: 100%;
		height: calc(30vw*167/250);
	}
	.labo_itemWrapperR .labo_item img {
		width: 30%;
		height: calc(30vw*167/250);
	}
	.labo_itemWrapperR .labo_itemTitle {
		position: relative;
		width: 63%;
		height: auto;
		background: rgba(255,255,255,1);
		color: #333;
		font-size: 0.8em;
		padding: 0;
		margin-left: 3%;
	}
	.labo_categoryBtn {
		display: inline-block;
		width: auto;
		height: 32px;
		font-size: 13px;
		line-height: 32px;
		text-align: center;
		text-decoration: none;
		background-color: #d5f4ff;
		border-radius: 16px;
		color: #333;
		margin: 16px 0 32px auto;
		padding: 0 20px;
	}
}
