@charset "utf-8";

#ebiotop {
	padding-bottom: 180px;
}
#ebiotop .section {
	margin-top: 180px;
}
#ebiotop .section_ttl {
	font-size: 138%;
	font-weight: normal;
	margin-bottom: 1em;
}

#ebiotop .main_bnr > * {
	position: relative;
	display: block;
}
#ebiotop .main_bnr > * img {
	width: 100%;
}
#ebiotop .main_bnr > * .logo {
	display: block;
	width: 8.4em;
	height: 10.4em;
	background: url("../images/logo_e_w_text.svg") top center no-repeat;
	background-size: contain;
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
}
#ebiotop .main_bnr > * .ttl {
	font-size: 200%;
	font-weight: 300;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#ebiotop .bnr {
	margin-top: 20px;
	display: flex;
}
#ebiotop .bnr li {
	width: 32%;
	padding-top: 34.5%;
	margin-right: 2%;
	position: relative;
}
#ebiotop .bnr li:last-child {
	margin-right: 0;
}
#ebiotop .bnr li > * {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#ebiotop .bnr li > * img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#ebiotop .bnr li > * .ttl {
	position: absolute;
	bottom: 1em;
	left: 1em;
	color: #fff;
}
#ebiotop .bnr li > * .ttl strong {
	font-size: 330%;
	font-weight: 200;
	letter-spacing: 0.045em;
	display: block;
	line-height: 1;
}
#ebiotop .bnr li > * .ttl span {
	font-size: 143%;
	line-height: 1;
}

#ebiotop .store_info .list span {
	display: inline-block;
	margin-left: 2em;
}
#ebiotop .store_info .list span:first-child {
	margin-left: 0;
}
#ebiotop .store_info .list span a {
	color: #646464;
	font-size: 128%;
}
#ebiotop .store_info .list span a strong {
	font-weight: 200;
}

#ebiotop .collection .list span {
	display: inline-block;
	margin-left: 2em;
}
#ebiotop .collection .list span:first-child {
	margin-left: 0;
}
#ebiotop .collection .list span a {
	color: #646464;
	font-size: 128%;
}
#ebiotop .collection .list span a strong {
	font-weight: 200;
}

#ebiotop .about .text {
	text-align: center;
	color:#646464;
	margin-top: 160px;
}
#ebiotop .about .text .ja {
	padding-bottom: 90px;
	margin-bottom: 80px;
	position: relative;
}
#ebiotop .about .text .ja:after {
	content:'';
	width: 100px;
	height: 1px;
	background: #646464;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
#ebiotop .about .text .ja strong {
	display: block;
	font-size: 184%;
	font-weight: 500;
	margin-bottom: 1em;
}
#ebiotop .about .text .ja p {
	font-size: 130%;
	font-weight: 500;
}
#ebiotop .about .text .en strong {
	display: block;
	font-size: 192%;
	font-weight: 300;
	margin-bottom: 1em;
	line-height: 1.6;
}
#ebiotop .about .text .ja p {
	font-size: 123%;
	font-weight: 300;
}

/*pc*/
@media screen and (min-width: 769px) and (max-width: 1200px) {
	#ebiotop {
		font-size: 1vw;
	}
	#ebiotop .about {
		font-size: 12px;
	}
}

/*sp*/
@media screen and (max-width: 768px) {
	#ebiotop {
		padding-bottom: 5em;
	}
	#ebiotop .inner_content {
		padding: 0 10%;
	}
	#ebiotop .page_ttl.inner_content {
		padding: 0 4%;
	}
	#ebiotop .section {
		margin-top: 7em;
	}
	#ebiotop .section_ttl {
		font-size: 143%;
	}
	#ebiotop .main_bnr {
		padding: 0;
	}
	#ebiotop .main_bnr a .logo {
		display: block;
		width: 7.1em;
		height: 8.7em;
		top: 28%;
	}
	#ebiotop .main_bnr a .ttl {
		font-size: 160%;
		margin-top: 1em;
	}
	#ebiotop .bnr {
		margin-top: 3.5em;
		display: block;
	}
	#ebiotop .bnr li {
		width: 100%;
		padding-top: 80%;
		margin: 0 0 1em 0;
	}
	#ebiotop .bnr li a img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#ebiotop .bnr li a .ttl {
		position: absolute;
		bottom: 1em;
		left: 1em;
		color: #fff;
	}
	#ebiotop .bnr li a .ttl strong {
		font-size: 213%;
	}
	#ebiotop .bnr li a .ttl span {
		font-size: 104%;
    	font-weight: 200;
	}
	
	#ebiotop .about .text {
		margin-top: 4em;
	}
	#ebiotop .about .text .ja {
		padding-bottom: 3em;
		margin-bottom: 3em;
	}
	#ebiotop .about .text .ja:after {
		width: 6em;
	}
	#ebiotop .about .text .ja strong {
		font-size: 139%;
	}
	#ebiotop .about .text .ja p {
		font-size: 100%;
		font-weight: 500;
	}
	#ebiotop .about .text .en strong {
		font-size: 143%;
	}
	#ebiotop .about .text .ja p {
		font-size: 95%;
	}
	
	#ebiotop .collection .list span {
		display: block;
		margin: 0.5em 0 0 0;
	}
	#ebiotop .collection .list span:first-child {
		margin: 0;
	}
	#ebiotop .collection .list span a {
		font-size: 116%;
	}
}