@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,900);


html,body{
	/* height:100%; */
	/* width:100%; */
	font-size: 62.5%;
}

body{
	font-family: "Roboto","Noto Sans Japanese","メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.4em;
	background: #E50011;
	font-size: 14px;
	font-size: 1.4em;
}

html{
	/* overflow: hidden; */
}
			
*{
	margin			: 0;
	padding			: 0;
	/* zoom			: 1; */
	outline 		: none;
}

ul{
	list-style		: none;
}
	
img{
	border			: 0px;
	line-height		: 0px;
	vertical-align	: top;
}

img.box{
	display			: block;
}

.pc{
	display:block;
}
.sp{
	display:none!important;
}

.top{
	opacity: 0;
}

a{
	text-decoration:none;
	color:#000;
}

#loading{
	position:absolute;
	left:50%;
	top:50%;
}


.clearfix:before,.clearfix:after {content:"";display:table;}
.clearfix:after {clear:both;}
.clearfix {*zoom:1;}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}




#header_top{
	width: 1180px;
	height: 76px;
	background: #fff;
	margin: auto;
	/*display:none*/
}
#header{
	width: 1180px;
	height: 100px;
	background-image: url(../images/common/menu_bg.png);
	margin: auto;
}

#menu{
	width: 100%;
}

#menu li{
	float: left;
}

#logo{
	padding-left: 35px;
	padding-top: 10px;
}


#menu_01{
	padding-top: 23px;
	padding-left: 108px;
}
#menu_02{
	padding-top: 23px;
	padding-left: 52px;
}
#menu_03{
	padding-top: 23px;
	padding-left: 52px;
}
#menu_04{
	padding-top: 23px;
	padding-left: 28px;
}
#menu_05{
	padding-top: 23px;
	padding-left: 26px;
}
#menu_06{
	padding-top: 23px;
	padding-left: 35px;
}
#mizuno_logo{
    /*padding-left: 400px;*/
    padding: 21px 14px 0 0 ;
    width: 58px;
}
#menu li#mizuno_logo{
	float: right;
}


/* footer */


#footer_nav{
	width:1052px;
	margin:auto;
	padding:24px 0;
}
#footer_menu{
	/*padding-left: 193px;*/
	width:100%;
	height:10px;
}
#footer_menu li{
	float: left;
	padding-right: 13px;
}

#copy{
	float:right!important;
}




.mg-0{
	margin-bottom:0!important;
}

@media only screen and (max-width: 767px){
.pc{
	display:none!important;
}
.sp{
	display:block!important;
}
img{
	width:100%;
}
a:hover img {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}

#header_top{
	width:100%;
	height:initial;
}
#header_top .head_top{
	width:100%;
	height:67px;
	border-bottom:1px solid #E60012;
}
#header_top .head_menu{
	width:100%;
	padding:10px 2.5px;
	box-sizing:border-box;
	background:#000;
}
#header_top .breath_logo{
	width:129px;
	margin:12px 0 12px 12px;
	float:left;
}
#header_top .mizuno_logo{
	width:45px;
	margin:20.5px 12px 20.5px 0;
	float:right;
}


#header_top .head_menu p{
	width:50%;
	padding:2px 5px;
	text-align:center;
	float:left;
	box-sizing:border-box;
}
#header_top .head_menu p.tw{
	width:100%;
}
#header_top .head_menu a{
	width:100%;
	border:1px solid  #E60012;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #E60012;
	font-size: 14px;
	font-weight:bold;
	line-height: 1;
	display:inline-block;
	padding:8px 3px;
	box-sizing:border-box;
}
#header_top .head_menu .menu_txt{
	color: #c0c1c1;
	font-size: 11px;
	line-height: 1;
}
.menu_end{
	float:none!important;
	margin:auto;
	width:100%!important;
}
}