@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500&family=Noto+Serif+JP:wght@500&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap');

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body{
	color: #040000;
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
}

a{
	text-decoration: none;
}

a:hover{
	opacity: 0.8;
}

p,li{
	font-size:16px;
	line-height:1.9;
}

.sp{
	display: none;
}

.wrapper{
	width: 100%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#top_bg{
	background-image: url("../images/top_bg.jpg");
	background-size: cover;
	background-position: center;
	height: 600px;
	width: 100%;
	padding-top: 80px;
}

#top_catch{
	font-size: 30px;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 30px;
	color: #333;
}

h1{
	width: 480px;
	margin-bottom: 70px;
}

#top_hydro{
	width: 860px;
	margin-left: auto;
	margin-right: auto;
}

#top_red_bg{
	background: rgb(181,0,5);
	background: linear-gradient(0deg, rgba(181,0,5,1) 0%, rgba(229,0,18,1) 100%);
	text-align: center;
	padding: 10px;
}

#top_red_bg img{
	width: 660px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.fadein{
	opacity: 0;
	transform : translate(0, 20px);
	transition : all 1s;
}

.fadein.active{
	opacity: 1;
	transform : translate(0, 0);
}

.txt50{
	font-size: 50%;
}

.txt80{
	font-size: 80%;
}

.relative{
	position: relative;
}

.flex_bet{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.flex_center{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}





/*■■■■■■■■■■■■■■■■■■■■製品概要■■■■■■■■■■■■■■■■■■■■■■■*/

#gray_bg{
	background-color: #f4f4f0;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 50px;
}

#gray_bg h2{
	margin-bottom: 30px;
}

#overview_left{
	width: 640px;
	float: left;
}

#polymer_wrap{
	color: #595757;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
}

#polymer_wrap p{
	margin-bottom: 10px;
}

.polymer_block{
	border: solid 1px #595757;
	padding: 10px 40px;
	display: inline-block;
}

#overview_right{
	width: 250px;
	float: right;
}

.btn_buy{
	background-color: #00758e;
	color: #fff;
	font-size: 21px;
	text-align: center;
	display: inline-block;
	border-radius: 30px;
	margin-bottom: 100px;
	position: relative;
}

.btn_buy a{
	color: #fff;
	display: block;
	padding: 20px 100px;
	font-weight: bold;
	letter-spacing:2px;
}

.btn_buy::after{
	content: "";
	background-image: url("../images/icn_right_arrow.svg");
	width: 12px;
	height: 20px;
	position: absolute;
	top: calc(50% - 10px);
	left: 90%;
}






/*■■■■■■■■■■■■■■■■■■■■特徴■■■■■■■■■■■■■■■■■■■■■■■*/

#feature_bg{
	background-image: url("../images/feature_bg.svg?0227");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
}

.icn_feature{
	width: 100px;
	margin-bottom:20px;
	display: inline-block;
}

.icn_feature img{
	width: 100%;
}

#feature_left1{
	float: left;
	margin-bottom: 100px;
}

#feature_left1 h2,#feature_right2 h2{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: #004898;
	font-size: 36px;
	margin-bottom: 10px;
}

.feature_en{
	color: #aaa;
	font-size: 18px;
	letter-spacing:5px;
	margin-bottom: 30px;
}

#feature_left1 h3,#feature_right2 h3{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: #333;
	font-size: 24px;
	margin-bottom: 10px;
}

#icn_hydro{
	width: 170px;
	position: absolute;
	top:250px;
	left: 440px;
}

#feature_left1 p,#feature_right2 p{
	color: #999;
}

#feature_right1{
	float: right;
	margin-top: 130px;
	margin-bottom: 100px;
}

#feature_right1 img{
	width: 270px;
}

#feature_left2{
	float: left;
	margin-top: 130px;
	width: 460px;
}

#feature_right2{
	float: right;
	text-align: right;
}




/*■■■■■■■■■■■■■■■■■■■■商品一覧■■■■■■■■■■■■■■■■■■■■■■■*/

#gray_bg2{
	background-color: #f4f4f0;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 20px;
	margin-bottom: 100px;
}

#gray_bg2 h2{
	font-size: 30px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	text-align: center;
	margin-bottom: 60px;
	color: #333;
}

#gray_bg2 h3{
	font-family: 'Noto Serif JP', serif;
	color: #004898;
	font-size: 30px;
	text-align: center;
	margin-bottom: 30px;
}

.lineup_box{
	width: 300px;
	background-color: #fff;
	text-align: center;
	color: #333;
	margin-right: 30px;
}

.lineup_box:last-child{
	margin-right: 0px!important;
}

.lineup_box a{
	display: block;
	color: #333;
	padding: 30px;
}

.lineup_box h4{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 19px;
	margin-bottom: 20px;
}

.fee{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 30px;
	margin-bottom: 20px;
}

.lineup_btn{
	border: solid 1px #333;
	padding: 10px;
	font-size: 18px;
}






/*■■■■■■■■■■■■■■■■■■■■スマホ用■■■■■■■■■■■■■■■■■■■■■■■*/

@media screen and (max-width:870px){

	
.wrapper{
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
}	

img{
	width: 100%!important;
}

p,li{
	font-size:16px;
	line-height:1.7;
}
	
.pc{
	display: none;
}

.sp{
	display: block;
}

#top_bg{
	background-image: url("../images/top_bg_sp.jpg");
	background-size: cover;
	background-position: center;
	height: calc(100vw / 0.9);
	width: 100%;
	padding-top: 20px;
	padding-left: 2%;
}

#top_catch{
	font-size: 19px;
	line-height: 1.5;
	margin-bottom: 15px;
}

h1{
	width: 80%;
	margin-bottom: 15px;
}

#top_hydro{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#top_red_bg img{
	width: 100%;
	max-width: 660px;
}
	
.mb80{
	margin-bottom: 50px;
}





/*■■■■■■■■■■■■■■■■■■■■製品概要SP■■■■■■■■■■■■■■■■■■■■■■■*/

#gray_bg{
	padding-top: 20px;
	padding-bottom: 30px;
}

#gray_bg h2{
	margin-bottom: 20px;
}

#overview_left{
	width: 100%;
	float: none;
}

#polymer_wrap{
	font-size: 16px;
}

#polymer_wrap p{
	margin-bottom: 10px;
}

.polymer_block{
	padding: 10px 40px;
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

#overview_right{
	width: 80%;
	float: none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.btn_buy{
	font-size: 18px;
	border-radius: 20px;
	margin-bottom: 70px;
	position: relative;
}

.btn_buy a{
	padding: 20px 80px;
}





/*■■■■■■■■■■■■■■■■■■■■特徴SP■■■■■■■■■■■■■■■■■■■■■■■*/

#feature_bg{
	background-image: none;
	padding-top: 70px;
	padding-bottom: 70px;
}

.icn_feature{
	width: 80px;
	margin-bottom:10px;
}

#feature_left1{
	float: none;
	margin-bottom: 20px;
}

#feature_left1 h2,#feature_right2 h2{
	font-size: 30px;
	margin-bottom: 5px;
}

.feature_en{
	font-size: 16px;
	letter-spacing:5px;
	margin-bottom: 15px;
}

#feature_left1 h3,#feature_right2 h3{
	font-size: 21px;
	margin-bottom: 10px;
}

#icn_hydro{
	width: 150px;
	position: static;
	margin-bottom: 5px;
}

#feature_right1{
	float: none;
	width: 80%;
	margin-top: 0px;
	margin-bottom: 70px;
}

#feature_right1 img{
	width: 240px;
}

#feature_left2{
	float: none;
	margin-top: 0px;
	width: 100%;
}

#feature_right2{
	float: none;
	text-align: right;
	margin-bottom: 20px;
}




/*■■■■■■■■■■■■■■■■■■■■商品一覧■■■■■■■■■■■■■■■■■■■■■■■*/

#gray_bg2{
	padding-top: 70px;
	padding-bottom: 20px;
	margin-bottom: 70px;
}

#gray_bg2 h2{
	font-size: 24px;
	margin-bottom: 40px;
}

#gray_bg2 h3{
	font-size: 24px;
	margin-bottom: 20px;
}

.lineup_box{
	width: 100%;
	margin-right: 0px;
	margin-bottom: 20px;
}

.lineup_box a{
	padding: 20px;
}

.lineup_box h4{
	font-size: 18px;
	margin-bottom: 15px;
}

.fee{
	font-size: 24px;
	margin-bottom: 15px;
}

.lineup_btn{
	font-size: 16px;
}




	
}