@charset "UTF-8";
@media screen and (max-width:1000px) {
#wrapper{
	min-width: 100%;
}

/*-----------------------------------------------
	FOOTER
-----------------------------------------------*/

}
@media screen and (max-width:767px) {
html {
    font-size:2.4154589372vw;
}
body{
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
body {
	width  : 100%;
	height : 100%;
}
/*-----------------------------------------------
	LAYOUT
-----------------------------------------------*/
#wrapper{
	width: 100%;
	min-width:100%;
	height:auto;
	min-height: auto;
}

a:hover  img {
-moz-opacity:1.00;
opacity:1.00;
filter:alpha(opacity=100);
-ms-filter: "alpha( opacity=100 )";
-webkit-transition:none;
-moz-transition:none;
-ms-transition:none;
-o-transition:none;
transition: none;
}
a img {
  transition: none;
}

img{
	vertical-align:bottom;
}

/*-----------------------------------------------
	FOOTER
-----------------------------------------------*/
.footer{
	padding: 5em 0 1em;
}

.footer p.copy{
	font-size: 12px;
	padding-top: 1.5em;
}
.footer ul.reds-logo{
	width: 55%;
}
}
@media screen and (max-width:500px) {


/*-----------------------------------------------
	FOOTER
-----------------------------------------------*/
.footer{
	padding: 4em 0 1em;
}

.footer p.copy{
	font-size: 11px;
}
.footer ul.sns li{
	width: 10%;
}
.footer ul.reds-logo{
	width: 60%;
	padding: 3em 0;
}
}
