@charset "UTF-8";
/* CSS Document */

/* ================= font ====================== */

@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700);

/* ============================================= */

body{
	width:100%;
	height:100%;
	min-height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	color:#000;
	font-size:12px;
	line-height:1.5;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:#FFF;
	-webkit-font-smoothing:subpixel-antialiased;
	-webkit-text-size-adjust: 100%;
}

.ie8 body{
	min-width:1200px;
}

a{ color:#000;}



/* -----------------------------------------
                   Header 
   ----------------------------------------- */

header{
	width:100%;
	margin:0 auto;
	position:relative;
	background:url(../images/mainimg.jpg) center top no-repeat;
	background-size:cover;
}

header .logo{
	position:absolute;
	width:80%;
	max-width:193px;
	margin:0 auto;
	position:absolute;
	left:20%;
	top:10%;
}

header h1{
	width:88%;
	max-width:625px;
	margin:0 auto;
	position:absolute;
	left:0;
	right:0;
}
header .scroll{
	margin:0 auto;
	position:absolute;
	left:0;
	right:0;
	bottom:25px;
}
header .scroll a{
	display:block;
	overflow:visible;
	color:#000;
	margin:0 auto;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	font-size:1.4em;
	position:relative;
	-webkit-transition: opacity 0.2s;
	   -moz-transition: opacity 0.2s;
	    -ms-transition: opacity 0.2s;
	        transition: opacity 0.2s;
}
header .scroll a::before{
	position:absolute;
	display:block;
	top:1.2em;
	left:0;
	right:0;
	margin:auto;
	content: "";
	vertical-align:middle;
	width:10px;
	height:10px;
	border-top:2px solid #000;
	border-right:2px solid #000;
	-webkit-transform:rotate(-225deg);
       -moz-transform:rotate(-225deg);
        -ms-transform:rotate(-225deg);
         -o-transform:rotate(-225deg);
            transform:rotate(-225deg);
}
header .scroll a:hover{
	filter:alpha(opacity=50);
	-webkit-opacity:0.5;
	-moz-opacity:0.5;
	-ms-opacity:0.5;
	opacity:0.5;
}


article{
	width:720px;
	overflow:hidden;
	margin:0 auto;
	padding-top:70px;
}

article h2.maincopy{
	width:95%;
	margin:0 auto;
	font-weight:800;
	font-size:2.8em;
	line-height:1.2em;
	text-align:center;
}

article h3{
	width:95%;
	margin:0 auto;
	font-weight:bold;
	font-size:1.6em;
	line-height:1.4em;
	text-align:center;
	margin:1em 0;
}

.present{
	display: flex;
	justify-content: center;
	width:90%;
	margin:0 auto;
	padding:20px;
}

h4{
	width:95%;
	margin:0 auto;
	font-weight:bold;
	font-size:1.2em;
	line-height:1.4em;
	text-align:center;
	margin:2em 0;
}

h5{
	width:95%;
	margin:0 auto;
	font-weight:bold;
	font-size:1.2em;
	line-height:1.4em;
	text-align:center;
	margin:4em 0 1em;
}


.caption{
	font-size:0.8em;
}

.vacuum{
	display: flex;
	justify-content: space-between;
	flex: 1;
	width:100%;
	margin:20px auto;
}

	
.note{
	margin-top:10px;
	width:100%;
	text-align:left;
}
.note p{
	text-indent:-1em;
	padding-left:1em;
}

.buy{
	width:100%;
	margin:0 auto;
	padding:50px 0;
}

.cotion{
	margin-top:10px;
	width:100%;
	text-align:left;
	font-size:0.7em;
}
.cotion p{
	text-indent:-1em;
	padding-left:1em;
}

.foot-logo{
	width:100%;
	margin:0 auto;
	padding:80px 0 30px;
}

/*===============================================
●smart.css  画面の横幅が480pxまで
===============================================*/
@media screen and (max-width:480px){

header .logo{
	position:absolute;
	width:80%;
	max-width:193px;
	margin:0 auto;
	position:absolute;
	left:25%;
	top:30%;
	text-align:center;
}

header .logo img{
	width:70%;
	height:auto;
	}

article{
	width:90%;
	overflow:hidden;
	margin:0 auto;
	padding-top:50px;
}
article h2.maincopy{
	width:95%;
	margin:0 auto;
	font-weight:900;
	font-size:2.3em;
	line-height:1.2em;
	text-align:center;
}

article h3{
	width:90%;
	margin:0 auto;
	font-weight:bold;
	font-size:1.1em;
	line-height:1.4em;
	text-align:left;
	margin:1em 0;
}

article h3 br{
	display:none;
}

.present{
	display: flex;
	flex-direction: column;
	width:90%;
	margin:0 auto;
	padding:20px;
}

.present div img{
	width:100%;
	height:auto;
	}
	
h4{
	width:95%;
	margin:0 auto;
	font-weight:700;
	font-size:1.1em;
	line-height:1.4em;
	text-align:left;
	margin:2em 0;
}

.vacuum{
	display: flex;
	flex-direction: column;
	width:100%;
	margin:20px auto;
}

.vacuum div{
	margin:10px 0;
}

.note{
	font-size:0.8em;

}
}

/*===============================================
●tablet.css 画面の横幅が481px以上、768px以下
===============================================*/
@media screen and (min-width: 481px) and (max-width: 768px) {

header .logo{
	position:absolute;
	width:100%;
	max-width:193px;
	margin:0 auto;
	position:absolute;
	left:10%;
	top:10%;
	text-align:center;
}

header .logo img{
	width:70%;
	height:auto;
	}

article{
	width:90%;
	overflow:hidden;
	margin:0 auto;
	padding-top:50px;
}
article h2.maincopy{
	width:95%;
	margin:0 auto;
	font-weight:900;
	font-size:2em;
	line-height:1.2em;
	text-align:center;
}

article h3{
	width:90%;
	margin:0 auto;
	font-weight:bold;
	font-size:1.1em;
	line-height:1.4em;
	text-align:left;
	margin:1em 0;
}

article h3 br{
	display:none;
}

.present div img{
	width:90%;
	height:auto;
	}
	
h4{
	width:95%;
	margin:0 auto;
	font-weight:700;
	font-size:1.1em;
	line-height:1.4em;
	text-align:left;
	margin:2em 0;
}


}

/* ================================ footer ============================== */
footer{
	width:90%;
	margin:0 auto;
	padding:0em 0 3em;
	font-size:0.9em;
}
footer p{padding:0.2em 0;}
footer a{color:#000;}
footer a:hover{color:#999;}
footer br{display:none;}


@media only screen and (max-width: 768px) {
footer{padding:0 0 4%;}
}

@media only screen and (max-width: 540px) {
footer{font-size:0.85em;}
footer br{display:block;}
}
















