@charset "UTF-8";

br.sp_br,
br.pc_br{
	display:none;
}

/* INTERFACE */

body>header{
	width:100%;
	height:70px;
	background-color:#fff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
	position: absolute;
	top:-100px;
	margin-top:100px;
	transition:top 300ms;
	z-index:11;
}

body>header.sticky{
	position:fixed;
	top:0;
	margin-top:0;
	height:50px;
}

body>header>div>nav{
	display:none;
	margin:5px 0 0;
	background-color:#fff;
	border-bottom:2px solid #2b2b2b;
}

body>header h1,
body>header a.logo{
	display:inline-block;
	margin:0;
	line-height:1;
}

body>header h1 img,
body>header a.logo img{
	width:55px;
	height:auto;
	margin:12px 3px 0 15px;
	font-size:15px;
	vertical-align:bottom;
}

body>header p{
	display:inline-block;
	margin:0;
	font-size:12px;
	font-weight:500;
	line-height:1.5em;
	transform:translateY(-9px);
}

#inax_sp{
	width:70px;
	height:auto;
	vertical-align:bottom;
	position:absolute;
	top:25px;
	right:65px;
}

/*
#nav_lab{
	margin:0;
	padding:10px 10px;
	list-style-type:none;
	text-align:center;
	font-size:15px;
	border-top:1px solid #ddd;
}

#nav_lab li{
	margin:15px 0;
}

#nav_lab li a{
	text-decoration:none;
	color:#000;
	pointer-events:auto;
}

#nav_other{
	margin:0 20px;
	padding:10px 10px;
	list-style-type:none;
	text-align:center;
	font-size:14px;
	border-top:1px solid #ddd;
}

#nav_other li{
	margin:15px 0;
}

#nav_other li a{
	text-decoration:none;
	color:#000;
	pointer-events:auto;
}

#nav_other li a img{
	width:25px;
	margin:0 5px 0 0;
	vertical-align:middle;
}

#nav_other li.sp{
	display:none;
}

#tilesearch{
	text-decoration:none;
	font-size:13px;
	position:absolute;
	top:60px;
	right:60px;
}

#tilesearch img{
	width:auto;
	height:22px;
	margin:0 4px 0 0;
	font-size:14px;
	vertical-align:bottom;
}
*/


body>header nav ul.parent{
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:14px;
}

body>header nav ul.parent li.menu{
	border-top:1px solid #ddd;
	position:relative;
}

body>header nav ul.parent li.menu>a{
	display:block;
	width:calc(100% - 50px);
	text-decoration:none;
	box-sizing:border-box;
	padding:15px 20px;
}

body>header nav ul.parent li.menu>span{
	display:block;
	width:15px;
	height:15px;
	background-image:url("../pic/interface/plus.svg");
	background-repeat:no-repeat;
	background-size:15px;
	background-position:contain;
	position:absolute;
	top:15px;
	right:20px;
	cursor:pointer;
}

body>header nav ul.parent li.menu>span.open{
	display:block;
	width:15px;
	height:15px;
	background-image:url("../pic/interface/minus.svg");
	background-repeat:no-repeat;
	background-size:15px;
	background-position:contain;
	position:absolute;
	top:15px;
	right:20px;
	cursor:pointer;
}

body>header nav .child_menu{
	display:none;
}

body>header nav .child_menu ul{
	margin:0;
	padding:10px 0;
	list-style-type:none;
	font-size:13px;
	background-color:#fafafa;
}

body>header nav .child_menu ul li a{
	display:block;
	text-decoration:none;
	padding:5px 20px;
	background-image:url("../pic/interface/ico_arrow.svg");
	background-repeat:no-repeat;
	background-size:5px;
	background-position:right 20px center;
}

#nav_btn{
	display:block;
	width:30px;
	height:20px;
	background-image:url(../pic/interface/ico_nav.svg);
	background-size:30px 20px;
	background-position:center;
	cursor:pointer;
	position:absolute;
	top:25px;
	right:15px;
}

body>header.sticky>div>nav{
	margin:4px 0 0;
}

body>header.sticky div p,
body>header.sticky #inax_sp{
	display:none;
}

body>header.sticky div h1 img,
body>header.sticky div a img{
	width:40px;
	margin:8px 0 0 15px;
}

body>header.sticky #tilesearch{
	top:14px;
}

body>header.sticky #nav_btn{
	top:15px;
}



body footer{
	background-color:#2b2b2b;
	margin:80px 0 0;
	padding:40px;
	text-align:center;
}

body footer.margin{
	margin:0;
}

body footer>ul{
	display:table;
	margin:0 auto 30px;
	padding:0;
	list-style-type:none;
	font-size:12px;
	font-weight:300;
}

body footer>ul li{
	padding:0 25px;
	float:left;
}

body footer>ul li a:link,
body footer>ul li a:visited{
	color:#fff;
	text-decoration:none;
}

body footer>a img{
	width:120px;
	margin:0 0 40px;
}

body footer small{
	font-family:Verdana,sans-serif;
	font-size:9px;
	color:#fff;
}

/* BIGMENU */

#bigmenu .modal-content>div{
	padding:60px 30px;
}

#bigmenu .modal-content>div h2{
	margin:30px 0 50px;
	text-align:center;
	font-size:28px;
	font-weight:400;
	letter-spacing:2px;
}

#bigmenu #link{
	margin:0 auto 20px;
	padding:0;
	list-style-type:none;
	text-align:center;
	display:flex;
	justify-content:center;
}

#bigmenu #link li{
	width:33.333333%;
	padding:0 10px;
}

#bigmenu #link li:last-child{
	margin:0;
}

#bigmenu #link li a{
	display:block;
	text-decoration:none;
	padding:8px 25px 10px 15px;
	font-size:14px;
	color:#000;
	border:3px solid #000;
	background-color:#fff;
	background-image:url("../pic/interface/ico_arrow.svg");
	background-repeat:no-repeat;
	background-size:8px auto;
	background-position:right 10px center;
}

#bigmenu #link li a:hover{
	opacity:0.7;
}

#bigmenu #link_lixil{
	display:block;
	width:250px;
	margin:0 auto 60px;
	padding:15px 35px 17px 25px;
	font-size:17px;
	color:#fff;
	text-decoration:none;
	border:3px solid #fff;
	background-color:#555;
	background-image:url("../pic/interface/ico_arrow_wh.svg");
	background-repeat:no-repeat;
	background-size:12px auto;
	background-position:right 15px center;
}

#bigmenu #link_lixil:hover{
	opacity:0.7;
}

#bigmenu .genre h3{
	display:table;
	margin:0 40px 20px 0;
	font-size:15px;
	font-weight:200;
	line-height:1.4em;
	color:#000;
	float:left;
}

#bigmenu .genre h3 span{
	font-family:Roboto,sans-serif;
	font-size:25px;
	font-weight:500;
}

#bigmenu .genre h3 a{
	text-decoration:none;
}

#bigmenu .genre{
	margin:0 0 80px;
}

#bigmenu .genre>p{
	font-size:15px;
	font-weight:300;
}

#bigmenu .genre>div{
	padding:20px 0 5px;
	clear:both;
}

#bigmenu .genre>div h4{
	margin:0 0 5px 10px;
	padding:0 0 0 10px;
	font-size:18px;
	font-weight:400;
	line-height:1.4em;
	border-left:5px solid #000;
}

#bigmenu .genre ul{
	list-style-type:none;
	margin:0 0 30px 0;
	padding:0;
	line-height:1.1em;
	display:flex;
	flex-wrap:wrap;
}

#bigmenu .genre ul.underline{
	padding:0 0 15px;
	border-bottom:1px solid #ccc;
}

#bigmenu .genre ul li{
	width:50%;
	box-sizing:border-box;
	margin:0;
	padding:15px 10px;
}

#bigmenu .genre ul li a{
	text-decoration:none;
	font-size:14px;
	overflow:hidden;
}

#bigmenu .genre ul li a span.new{
	display:inline-block;
	margin:3px 0 0;
	padding:3px 5px;
	font-size:12px;
	line-height:1em;
	color:#fff;
	background-color:#e60026;
}

#bigmenu .genre ul li a span.limit{
	display:inline-block;
	margin:3px 0 0;
	padding:3px 5px;
	font-size:12px;
	line-height:1em;
	color:#fff;
	background-color:#0000b3;
}

#bigmenu .genre ul li a img{
	width:150px;
	height:79px;
	margin:0 15px 0 0;
	float:left;
}

@media screen and (max-width:700px){
	#bigmenu .genre ul li a{
		font-size:13px;
	}
	#bigmenu .genre ul li a img{
		width:120px;
		height:63px;
	}
}