@charset "utf-8";

/*コンセプト
-----------------------------------------------*/

	
/*header image
----------------------------------------------*/

.top_images{
	background:url(../images/topimg_pc.jpg) center center /cover no-repeat fixed;
	}


@media only screen and (max-width:900px) {
.top_images{
	background:url(../images/topimg_pc.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	position:relative;
	}

}

@media only screen and (max-width:480px) {
.top_images{
	background:url(../images/topimg_sp.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	position:relative;
	}

}


/*section1
----------------------------------------------*/

.about_waku{
	width:auto;
	height:auto;	
	}
.about_inner_right{
	width:48.5%;
	height:auto;
	float:right;	
	}
.about_img{
	width:auto;
	height:auto;
	}
.about_img img{
	width:100%;
	height:auto;
	}
	
.about_inner_left{
	width:48.5%;
	height:auto;
	float:left;	
	}
.about_catch{
	font-family:'MPLUSRounded1c-700',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:28px;
	color:#009fd6;
	line-height:1.4;
	margin:0 0 25px 0;
	}
.contents p.about_taxt{
	margin:0 0 75px 0;
	}

.about_button{
	width:auto;
	height:auto;	
	}
.about_button-4{
	width:320px;
	height:60px;
	margin:0 auto;
	text-align:center;
	background:rgba(49,115,179,0.93);
	position:relative;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	overflow:hidden;
    }
.about_button-4 a{
	font-size:18px;
	width:100%;
	color:#fff;
	text-decoration:none;
	transition:all .2s ease;
	z-index:2;
	position:relative;
	height:60px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	}
.about_eff-4{
	width:320px;
	height:60px;
	left:-320px;
	background:#000000;
	position:absolute;
	transition:all .2s ease;
	z-index:1;
	}
.about_button-4:hover .about_eff-4{
	left:0;
	}
.about_button-4:hover a{
	color:#fff;
	}
.about_button-4 a span img {
	margin: 0 0 0 12px;
	width: 15px;
	height:auto;
	position:relative;
	top:-2px;
	opacity:1;
	}

@media only screen and (max-width:900px) {

.about_inner_right{
	width:100%;
	float:none;
	margin:0 0 35px 0;	
	}
.about_inner_left{
	width:100%;
	float:none;	
	}
.about_catch{
	font-size:26px;
	}

.about_button-4 {
	margin: 0 auto;
	}
.about_button-4 a{
	font-size:16px;
	}

}

@media only screen and (max-width:480px) {

.about_inner_right{
	margin:0 0 40px 0;	
	}
.about_catch{
	font-size:20px;
	margin:0 0 35px 0;
	}
.contents p.about_taxt{
	margin:0 0 40px 0;
	}

.about_button-4{
	width:250px;
	}
.about_eff-4{
	width:250px;
	left:-250px;
	}
.about_button-4 a{
	font-size:14px;
	}

}


/*section2
----------------------------------------------*/
	
.recommended_item_waku{
	width:auto;
	height:auto;
	margin:0 0 -35px 0;	
	}
.recommended_item_box{
	width:24%;
	height:auto;
	margin:0 0 35px 0;
	}
.recommended_img{
	width:auto;
	height:auto;
	margin:0 0 5px 0;
	position:relative;
	}
.recommended_img img{
	width:100%;
	height:auto;
	}
.contents p.recommended_taxt{
	color:#ffffff;
	}

/*checkmark*/
.checkmark_recommended{
	position:absolute;
	bottom:0;
	right:0;
	margin:0 30px 30px 0;
	}
.checkmark_recommended:before,
.checkmark_recommended:after{
	content:"";
	display:block;
	position:absolute;
	}
.checkmark_recommended:before{
	width:16px;
	height:16px;
    border:2px solid #fff;
	left:0;
	top:2px;
	}
.checkmark_recommended:after{
	border-left:2px solid #fff;
	border-bottom:2px solid #fff;
	width:18px;
	height:5px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	left:5px;
	top:3px;
	}
.checkmark_recommended_yellow:before{
    border:2px solid #f5e829;
	}
.checkmark_recommended_yellow:after{
	border-left:2px solid #f5e829;
	border-bottom:2px solid #f5e829;
	}
/*ここまで*/




@media only screen and (max-width:1300px) {
.recommended_item_box{
	width:23.8%;
	}
}

@media only screen and (max-width:900px) {

.recommended_item_box{
	width:47.7%;
	}

/*checkmark*/
.checkmark001:before{
	width:14px;
	height:14px;
	top:3px;
	}
.checkmark001:after{
	width:16px;
	}
/*ここまで*/

}

@media only screen and (max-width:480px) {

.recommended_item_waku{
	margin:0 0 -40px 0;
	}
.recommended_item_box{
	margin:0 0 40px 0;
	}
.recommended_img{
	margin:0 0 8px 0;
	}

/*checkmark*/
.checkmark001:before{
	width:12px;
	height:12px;
	top:4px;
	}
.checkmark001:after{
	width:14px;
	}
/*ここまで*/

}


/*section3
----------------------------------------------*/

.characteristic_waku{
	width:auto;
	height:auto;
	padding:80px 60px 100px 60px;
	}
.characteristic_item_waku{
	width:auto;
	height:auto;
	margin:0 0 -100px 0;
	}
	
.characteristic_item_box{
	width:auto;
	height:auto;
	position:relative;
	overflow:visible;
	margin:0 0 100px 0;
	}
.characteristic_img{
	width:90%;
	height:auto;
	float:right;
	margin:80px 20px 0 0;
	display:block;
	}
.characteristic_img img{
	width:100%;
	height:auto;
	box-shadow: 20px 20px #000000;
	}
.characteristic_taxt_box{
	width:400px;
	height:400px;
	background:#000000;
	position:absolute;
	top:0;
	left:0;
	}
	
.characteristic_img2{
	width:90%;
	height:auto;
	float:left;
	margin:80px 0 0 20px;
	display:block;
	}
.characteristic_img2 img{
	width:100%;
	height:auto;
	box-shadow: -20px 20px #000000;
	}
.characteristic_taxt_box2{
	width:400px;
	height:400px;
	background:#000000;
	position:absolute;
	top:0;
	right:0;
	}

.characteristic_taxt_inner_waku{
	width:80%;
	height:auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	}
.characteristic_number{
	font-family:'MPLUSRounded1c-700',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:100px;
	line-height:1.4;
	color:#ffffff;
	}
.contents p.characteristic_taxt{
	font-size:22px;
	color:#ffffff;
	}
@media only screen and (max-width:1380px) {
.characteristic_waku{
	padding:80px 20px 100px 20px;
	}

}

@media only screen and (max-width:1300px) {

.characteristic_taxt_box{
	width:300px;
	height:300px;
	}
.characteristic_taxt_box2{
	width:300px;
	height:300px;
	}
.characteristic_taxt_inner_waku{
	width:80%;
	}
.characteristic_number{
	font-size:60px;
	}
.contents p.characteristic_taxt{
	font-size:18px;
	}

}

@media only screen and (max-width:900px) {

.characteristic_waku{
	padding:80px 15px;
	}
.characteristic_item_waku{
	margin:0 0 -80px 0;
	}
.characteristic_item_box{
	margin:0 0 80px 0;
	background:#000;
	}
.characteristic_img{
	width:auto;
	float:none;
	margin:0 0 5px 0;
	padding:15px 15px 0 15px;
	}
.characteristic_img img{
	box-shadow:none;
	}
.characteristic_taxt_box{
	position:inherit;
	width:100%;
	height:auto;
	}
.characteristic_img2{
	width:auto;
	float:none;
	margin:0 0 5px 0;
	padding:15px 15px 0 15px;
	}
.characteristic_img2 img{
	box-shadow:none;
	}
.characteristic_taxt_box2{
	position:inherit;
	width:100%;
	height:auto;
	}
.characteristic_taxt_inner_waku{
	width:auto;
	top: 0;
	left: 0;
	-webkit-transform : translate(0,0);
	transform : translate(0,0);
	position:inherit;
	padding:0 15px 10px 15px;
	background:#000;
	}
.characteristic_number{
	font-size:44px;
	text-align:center;
	}
.contents p.characteristic_taxt{
	font-size:16px;
	}
}

@media only screen and (max-width:480px) {

.characteristic_waku{
	padding:40px 15px;
	}
.characteristic_item_waku{
	margin:0 0 -40px 0;
	}
.characteristic_item_box{
	margin:0 0 40px 0;
	}
.characteristic_img{
	margin:0 0 10px 0;
	}
.characteristic_img2{
	margin:0 0 10px 0;
	}
.characteristic_taxt_inner_waku{
	padding:0 15px 15px 15px;
	}
.characteristic_number{
	font-size:34px;
	}
.contents p.characteristic_taxt{
	font-size:14px;
	}
}

