@charset "UTF-8";

br.sp_br{
	display:none;
}

/* INTERFACE */

body>header{
	width:100%;
	height:80px;
	background-color:#fff;
	box-shadow:0 2px 4px 0 rgba(0, 0, 0, .2);
	position:fixed;
	z-index:11111;
}

body>header>div{
	max-width:1600px;
	margin:0 auto;
	background-color:#fff;
	position:relative;
}

body>header h1,
body>header a.logo{
	display:block;
	margin:0;
	line-height:1;
	position:absolute;
	top:15px;
	left:30px;
	z-index:111;
}

body>header h1 img,
body>header a.logo img{
	width:60px;
	height:auto;
	font-size:15px;
	vertical-align:bottom;
}

body>header p{
	margin:40px 0;
	font-size:15px;
	font-weight:500;
	line-height:1.7em;
}

#inax_sp{
	display:none;
}

body>header nav{
	max-width:800px;
	width:100%;
	position:absolute;
	top:0;
	right:0;
	z-index:111;
}

body>header nav ul.parent{
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:center;
	font-size:14px;
	display:flex;
	flex-wrap:wrap;
}

body>header nav ul.parent li.menu{
	width:20%;
	box-sizing:border-box;
	padding:30px 0;
}

body>header nav ul.parent li.menu a{
	text-decoration:none;
}

body>header nav ul.parent li.menu>span{
	display:none;
}

body>header nav .child_menu {
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	box-sizing:border-box;
	z-index:111; 
	visibility: hidden;
}

body>header nav .menu:hover .child_menu {
	visibility: visible;
	text-align:left;
}

body>header nav .menu:hover .child_menu ul{
	margin:0 0 30px;
	padding:0;
	list-style-type:none;
	font-size:13px;
	line-height:1.2;
	background-color:#2b2b2b;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

body>header nav .menu:hover .child_menu ul li{
	display:flex;
	width:25%;
	box-sizing:border-box;
	padding:0 10px;
}

body>header nav .menu:hover .child_menu ul li a{
	display:block;
	width:100%;
	padding:30px 10px;
	color:#fff;
	text-decoration:none;
	background-image:url("../pic/interface/ico_arrow_wh.svg");
	background-repeat:no-repeat;
	background-size:8px auto;
	background-position:right 20px center;
}

body>header nav .menu:hover .child_menu ul li a:hover{
	opacity:0.8;
}

body>header nav .menu:hover{
	background-color:#2b2b2b;
}

body>header nav .menu:hover>a{
	display:block;
	color:#fff;
}


body footer{
	background-color:#2b2b2b;
	margin:100px 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:80px;
	margin:0 0 40px;
}

body footer small{
	font-family:Verdana,sans-serif;
	font-size:9px;
	color:#fff;
}

/* BIGMENU */

#bigmenu .modal-content>div{
	padding:60px 50px;
}

#bigmenu .modal-content>div h2{
	margin:50px 0 75px;
	text-align:center;
	font-size:30px;
	font-weight:400;
	letter-spacing:2px;
}

#bigmenu #link{
	max-width:950px;
	margin:0 auto 30px;
	padding:0;
	list-style-type:none;
	text-align:center;
	display:flex;
	justify-content:center;
}

#bigmenu #link li{
	width:33.333333%;
	padding:0 20px;
}

#bigmenu #link li:last-child{
	margin:0;
}

#bigmenu #link li a{
	display:block;
	text-decoration:none;
	padding:8px 35px 10px 25px;
	font-size:17px;
	color:#000;
	border:3px solid #000;
	background-color:#fff;
	background-image:url("../pic/interface/ico_arrow.svg");
	background-repeat:no-repeat;
	background-size:12px auto;
	background-position:right 15px 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 50px 20px 0;
	font-size:16px;
	font-weight:200;
	line-height:1.4em;
	color:#000;
	float:left;
}

#bigmenu .genre h3 span{
	font-family:Roboto,sans-serif;
	font-size:27px;
	font-weight:500;
}

#bigmenu .genre h3 a{
	text-decoration:none;
}

#bigmenu .genre{
	margin:0 0 120px;
}

#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;
	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:33.33333%;
	box-sizing:border-box;
	margin:0;
	padding:15px 10px;
	overflow:hidden;
}

#bigmenu .genre ul li a{
	text-decoration:none;
	font-size:14px;
	word-break:break-all;
	overflow:hidden;
}

#bigmenu .genre ul li a img{
	width:150px;
	height:79px;
	margin:0 15px 0 0;
	float:left;
}

#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;
}


@media screen and (max-width:1300px) {
	#bigmenu .genre ul li a img{
		width:100px;
		height:53px;
	}
	#bigmenu .genre ul li a{
		font-size:13px;
	}
}

@media screen and (max-width:1150px) {
	#bigmenu .genre ul li a img{
		width:70px;
		height:37px;
	}
	#bigmenu .genre ul li a{
		font-size:12px;
	}
}

/* BIGMENU02 */

#bigmenu02 .modal-content>div{
	padding:0 50px;
}

#bigmenu02 .modal-content>div h2{
	margin:50px 0 75px;
	text-align:center;
	font-size:30px;
	font-weight:400;
	letter-spacing:2px;
}

#bigmenu02 #link{
	max-width:950px;
	margin:0 auto 30px;
	padding:0;
	list-style-type:none;
	text-align:center;
	overflow:hidden;
}

#bigmenu02 #link li{
	width:27.333333%;
	margin:0 9% 0 0;
	float:left;
}

#bigmenu02 #link li:last-child{
	margin:0;
}

#bigmenu02 #link li a{
	display:block;
	text-decoration:none;
	padding:8px 35px 10px 25px;
	font-size:17px;
	color:#000;
	border:3px solid #000;
	background-color:#fff;
	background-image:url("../pic/interface/ico_arrow.svg");
	background-repeat:no-repeat;
	background-size:12px auto;
	background-position:right 15px center;
}

#bigmenu02 #link li a:hover{
	opacity:0.7;
}

#bigmenu02 #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;
}

#bigmenu02 #link_lixil:hover{
	opacity:0.7;
}

#bigmenu02 .genre h3{
	display:table;
	margin:0 50px 20px 0;
	font-size:16px;
	font-weight:200;
	line-height:1.4em;
	color:#000;
	float:left;
}

#bigmenu02 .genre h3 span{
	font-family:Roboto,sans-serif;
	font-size:27px;
	font-weight:500;
}

#bigmenu02 .genre h3 a{
	text-decoration:none;
}

#bigmenu02 .genre{
	margin:0 0 120px;
}

#bigmenu02 .genre>p{
	font-size:15px;
	font-weight:300;
}

#bigmenu02 .genre>div{
	border-left:1px solid #000;
	margin:0 0 0 40px;
	padding:20px 0 5px;
	clear:both;
}

#bigmenu02 .genre>div h4{
	margin:0 0 5px 35px;
	padding:0 0 0 10px;
	font-size:18px;
	font-weight:400;
	line-height:1.4em;
	border-left:5px solid #000;
}

#bigmenu02 .genre ul{
	list-style-type:none;
	margin:0 0 30px 20px;
	padding:0;
	line-height:1.1em;
	overflow:hidden;
}

#bigmenu02 .genre ul.underline{
	padding:0 0 15px;
	border-bottom:1px solid #ccc;
}

#bigmenu02 .genre ul li{
	width:33.33333%;
	box-sizing:border-box;
	margin:0;
	padding:15px 10px;
	float:left;
}

#bigmenu02 .genre ul li a{
	text-decoration:none;
	font-size:14px;
	overflow:hidden;
}

#bigmenu02 .genre ul li a img{
	width:150px;
	margin:0 15px 0 0;
	float:left;
}

