@charset "utf-8";
/* CSS Document */

/*****************
reset
*****************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
ol, ul{
	list-style:none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}



/*****************
utilities
*****************/
.hidden{
	display:none!important;
}



/*****************
VideoJS
*****************/
.vjs-default-skin div.vjs-big-play-button {
	left: 50%;
	top: 50%;
	margin-left:-2em;
	margin-top:-1.3em;
}
.vjs-volume-control{
	margin-right:10px!important;
}


/*****************
lazyload
*****************/
.lazyload,
.lazyloading {
    opacity: 0;
}
.lazyloaded {
    opacity: 1;
    transition: opacity 1.5s;
}



/*****************
constructure
*****************/
html{
	width:100%;
	min-width:1240px;
	background:#000;
	margin:0;
	padding:0;
}
#header{
	width:100%;
	height: 66px;
}
#main{
	width:100%;
	margin:0;
	padding:0;
}



/*****************
header
*****************/
#headerSp{
	height:0;
}
#globalNavi{
	display:none;/*override*/
}
#headerOptions > #headerOptionsInner > ul{
	top:-47px;/*override*/
}



/*****************
menu
*****************/
#menu2{
	position:fixed;
	left:0px;
	top:92px;
	transition-duration:0.5s;
	width:70px;
	height:55px;
	overflow:hidden;
	z-index:2000;
}
#menu2.on{
	width:1310px;
	left:70px;
}
#menu_btn{
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	background-image:url(../images/btn_menu.png);
	background-repeat:no-repeat;
	width:70px;
	height:55px;
}
#menu2.on #menu_btn{
	background-image:url(../images/btn_menu_close.png);
}
#menu_list{
	position:absolute;
	right:0;
	width:1240px;
	height:55px;
}
#menu2.on #menu_list{
}

#menu_list li{
	height:100%;
	float:left;
	background-image:url(../images/bg_menu.png);
	background-repeat:no-repeat;
}
#menu_list li a{
	display:block;
	width:100%;
	height: 100%;
}
.menu_list_top{
	width:203px;
	background-position:0 0;
}
.menu_list_ecology{
	width:180px;
	background-position:-203px 0;
}
.menu_list_speedy{
	width:160px;
	background-position:-383px 0;
}
.menu_list_utility{
	width:160px;
	background-position:-543px 0;
}
.menu_list_flexivility{
	width:206px;
	background-position:-703px 0;
}
.menu_list_design{
	width:156px;
	background-position:-909px 0;
}
.menu_list_lineup{
	width:175px;
	background-position:-1065px 0;
}



/*****************
box
*****************/
.box{
	width:100%;
	margin:0;
	padding:0;
	overflow:hidden;
}
.box-contents{
	position:relative;
	width:1240px;
	height:100%;
	margin:auto;
	background-repeat:no-repeat;
}



/*****************
btn
*****************/
.btn_movie{
	position:absolute;
	bottom:20px;
	left:67px;
	cursor:pointer;
	color:#fff;
}
.btn_movie img{
	padding-bottom:10px;
	vertical-align:middle;
}

.modal_list li{
	cursor:pointer;
}
.modal_list .no-modal{
	cursor:default;
}
.btn_arrow_down{
	position: absolute;
	left:548px;
	bottom:8px;
}



/*****************
modal
*****************/
#modal{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:2000;
}
.modal_bg{
	background-color:rgba(46,46,46,0.8);
	background-image:url(../images/loading.gif);
	background-position:center;
	background-repeat:no-repeat;
	width: 100%;
	height: 100%;
	z-index:0;
}
.video .modal_bg{
	background-color:rgba(46,46,46,1);
}
.modal_contents{
	position:absolute;
	margin:auto;
	z-index:10;
}
.modal_img,
.modal_video{
	position:absolute;
}
.modal_close{
	position:absolute;
	top:20px;
	right:20px;
	width: 60px;
	height: 60px;
	z-index:20;
	cursor:pointer;
	background-image:url(../images/btn_close_modal.png);
}
.video .modal_close{
	top:0;
	right:-60px;
	background-repeat:no-repeat;
	background-image:url(../images/btn_video_close_modal.png);
}


/*****************
top
*****************/
#box-top{
	height:792px;
	background:#000;
}
.bg-video{
	position:absolute;
	top:0;
	left:0;
	width: 1240px;
    height: auto;
    z-index: 0;
    overflow: hidden;
	display:none;
}
.bg-video.show{
	display:block;
}
/*modernizr*/
#box-top .box-contents{
	background-image:url(../images/loading.gif);
	background-position:center 320px;
}
@media (max-width: 480px) {
	#box-top .box-contents{
		background-image:url(../images/bg_top.jpg);
		background-position:top;
	}
    .bg-video,.bg-video.show {
        display: none;
    }
}


.box-top_ttl{
	position:absolute;
	right:20px;
	top:79px;
}
.box-top_txt-lineup{
	position:absolute;
	left:35px;
	top:85px;
}
.box-top_txt-kisei{
	position:absolute;
	left:35px;
	top:459px;
}
.box-top_list{
	position:absolute;
	left:431px; /*3列に戻した際は70pxに戻す*//*2列に戻した際は235pxに戻す*/
	top:634px;
}
.box-top_list li{
	position:relative;
	float:left;
	margin-right:15px;
	cursor:pointer;
	background:#000;
}
.box-top_list .dl_size{
	position: absolute;
	width:221px;
	right:0;
	text-align:center;
	bottom: 20px;
	color:#1b9c90;
}

/*****************
speedy
*****************/
#box-speedy{
	height:720px;
	background:#000;
}
#box-speedy .box-contents.lazyloaded{
	background-image:url(../images/bg_speedy.jpg);
}
#box-speedy .btn_movie{
	bottom:35px;
}


#box-speedy2{
	width:100%;
	height:1683px;
	background:#4c4948;

}
#box-speedy2 .box-contents{
	width:1240px;
	background:#4c4948;
}
.box-speedy2_ttl{
	position:relative;
	left:70px;
	padding-top:64px;
}
.box-speedy2_txt1{
	position:relative;
	left:70px;
	padding-top:38px;
}
.box-speedy2_img1{
	position:relative;
	padding-top:74px;
	left:240px;
}
.box-speedy2_ttl2{
	position:relative;
	padding-top:70px;
	left:73px;
}
#box-speedy2 .modal_list{
	padding-top:25px;
	padding-left:70px;
	width:100%;
}
#box-speedy2 .modal_list li{
	float:left;
}
#box-speedy2 .modal_list li img{
	border:dotted #c7dede 1px;
	border-width:0 1px 1px 0;
	padding-right:17px;
}
#box-speedy2 .modal_list li:nth-of-type(2n) img{
	padding-right:0;
	padding-left:17px;
	border-right-width:0;
}
#box-speedy2 .modal_list li:nth-of-type(1),
#box-speedy2 .modal_list li:nth-of-type(2){
	padding-top:13px;
}
#box-speedy2 .modal_list li:nth-of-type(7){
	padding-bottom:13px;
	margin-bottom:15px;
}
#box-speedy2 .modal_list li:nth-of-type(7) img{
	border-bottom-width:0;
	padding-bottom:10px;
}

/*****************
ecology
*****************/
#box-ecology{
	height:720px;
	background:#000;
}
#box-ecology .box-contents.lazyloaded{
	background-image:url(../images/bg_ecology.jpg);
}
#box-ecology .btn_movie{
	bottom:46px;
}


#box-ecology2{
	height:916px;
	background:#fff;
}
.box-ecology2_ttl{
	position:relative;
	left:70px;
	padding-top:54px;
}
.box-ecology2_txt1{
	position:relative;
	left:70px;
	padding-top:22px;
}
.box-ecology2_txt2{
	position:relative;
	left:70px;
	padding-top:28px;
}
.box-ecology2_img{
	position:relative;
	left:70px;
}
.modal_ecology2_01{
	position:absolute;
	left:70px;
	top:350px;
}
.modal_ecology2_02{
	position:absolute;
	left:70px;
	top:657px;
}
.modal_ecology2_03{
	position:absolute;
	left:946px;
	top:342px;
}
.modal_ecology2_04{
	position:absolute;
	left: 946px;
    top: 449px;
}
.modal_ecology2_05{
	position:absolute;
	left:622px;
	top:700px;
}
.modal_ecology2_06{
	position:absolute;
	left: 946px;
    top: 690px;
}


/*****************
utility
*****************/
#box-utility{
	height:720px;
	background:#000;
}
#box-utility .box-contents.lazyloaded{
	background-image:url(../images/bg_utility.jpg);
}
#box-utility .btn_movie{
	bottom:20px;
}


#box-utility2{
	height:972px;
	background:#fff;
}
.box-utility2_ttl{
	position:relative;
	left:70px;
	padding-top:54px;
}
.box-utility2_txt1{
	position:relative;
	left:70px;
	padding-top:22px;
}
.box-utility2_img{
	position:relative;
	left:84px;
	padding-top:33px;
}
#box-utility2 .modal_list li{
	position:absolute;
	width: 46px;
	height: 46px;
	padding:5px;
}
#box-utility2 .modal_list li.new{
	width:60px;
	height:49px;
}
.modal_utility2_01{
	left:380px;
	top:520px;
}
.modal_utility2_020506{
	left:550px;
	top:600px;
}
.modal_utility2_03{
	left:756px;
	top:732px;
}
.modal_utility2_04{
	left:836px;
	top:619px;
}
.modal_utility2_07{
	left:600px;
	top:855px;
}
.modal_utility2_08{
	left: 280px;
    top: 566px;
}
.modal_utility2_09{
	left:500px;
	top:723px;
}
.modal_utility2_10{
	left:480px;
	top:553px;
}
.modal_utility2_11{
	left:508px;
	top:655px;
}

/*****************
flexivility
*****************/
#box-flexivility{
	height:720px;
	background:#000;
}
#box-flexivility .box-contents.lazyloaded{
	background-image:url(../images/bg_flexivility.jpg);
}
#box-flexivility .btn_movie{
	bottom:35px;
}


#box-flexivility2{
	width:100%;
	height:742px;
	background:#4c4948;

}
#box-flexivility2 .box-contents{
	width:1240px;
	background:#4c4948;
}
.box-flexivility2_ttl{
	position:relative;
	left:70px;
	padding-top:64px;
}
.box-flexivility2_txt1{
	position:relative;
	left:70px;
	padding-top:38px;
}
.box-flexivility2_img1{
	position:relative;
	padding-top:74px;
	left:240px;
}
.box-flexivility2_ttl2{
	position:relative;
	padding-top:70px;
	left:73px;
}
#box-flexivility2 .modal_list{
	padding-top:25px;
	padding-left:70px;
	width:100%;
}
#box-flexivility2 .modal_list li{
	float:left;
}
#box-flexivility2 .modal_list li img{
	border:dotted #c7dede 1px;
	border-width:0 1px 1px 0;
	padding-right:17px;
}
#box-flexivility2 .modal_list li:nth-of-type(2n) img{
	padding-right:0;
	padding-left:17px;
	border-right-width:0;
}
#box-flexivility2 .modal_list li:nth-of-type(1),
#box-flexivility2 .modal_list li:nth-of-type(2){
	padding-top:13px;
}
#box-flexivility2 .modal_list li:nth-of-type(3) img{
	border-bottom-width:0;
	padding-bottom:10px;
}
#box-flexivility2 .modal_list li:nth-of-type(4) img{
	border-bottom-width:0;
	padding-bottom:10px;
}

/*****************
design
*****************/
#box-design{
	height:720px;
	background:#000;
}
#box-design .box-contents.lazyloaded{
	background-image:url(../images/bg_design.jpg);
}
#box-design2{
	height:1360px;
	background:#fff;
}
.box-design2_ttl{
	position:relative;
	left:70px;
	padding-top:54px;
}
.box-design2_txt1{
	position:relative;
	left:70px;
	padding-top:22px;
	padding-bottom: 70px;
}
.img_design2_list {
	margin-left: 70px;
}
.img_design2_list li {
	float: left;
	line-height: 0;
}


/*****************
lineup
*****************/
#box-lineup{
	height:720px;
	background:#000;
}
#box-lineup .box-contents.lazyloaded{
	background-image:url(../images/bg_lineup.jpg);
}
#box-lineup .btn_movie{
	bottom:35px;
}


#box-lineup2{
	height:1334px;
	background:#fff;
}
#box-lineup2 .box-contents{
	padding-top:32px;
	height:1192px;
}
#box-lineup2 table{
	position:relative;
	left:70px;
	width:1100px;
	font-size:14px;
	border:solid #1b9c90;
	border-width:6px 6px 6px 1px;
	border-collapse: collapse;
}
#box-lineup2 table a{
	display:block;
	width: 100%;
	height: 100%;
	cursor:pointer;
}
#box-lineup2 table.lineup2-1{
	border-bottom-width:0px;
}
#box-lineup2 table.lineup2-1 .last th{
	border-bottom-style:solid;
	border-bottom-width:6px;
	border-bottom-color:#fff;
}
#box-lineup2 table.lineup2-1 .last td{
	border-bottom-style:solid;
	border-bottom-width:6px;
	border-bottom-color:#1b9c90;
}
#box-lineup2 table.lineup2-2{
	border-top-width:0px;
}
#box-lineup2 table th{
	width:180px;
	padding-right:5px;
	font-size:14px;
	text-align:right;
	color:#fff;
	background:#1b9c90;
	border:dotted 1px;
	border-color:#fff #999;
}
#box-lineup2 table .type th{
	font-size:20px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}
#box-lineup2 table td{
	border:dotted #000 1px;
	text-align:center;
	height:36px;
	line-height:36px;
	vertical-align:baseline;
	border:dotted #999 1px;
}
#box-lineup2 table .type td{
	padding:28px 22px 0 22px;
}
#box-lineup2 table .link td{
	color:#fff;
	background:#73c2bb;
}
#box-lineup2 table .link td a:link,
#box-lineup2 table .link td a:hover,
#box-lineup2 table .link td a:active,
#box-lineup2 table .link td a:-webkit-any-link
{
	color:#fff;
}
#box-lineup2 table td.blank{
	background:#fff;
}

#box-lineup2 table .dl_size{
	font-size:80%;
}

#box-lineup2 p{
	position: relative;
	width: 1080px;
	margin: auto;
	padding: 10px;
	height: 100%;
	font-size: 80%;
}

/*20211224_youtubemodal*/
.modalYoutube{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2000;
	display: none;
}
.modalYoutube.modalYoutubeDisplay{
	display: block !important;
}
.modalYoutube .modalYoutubeBg{
	background-color: rgba(46,46,46,1);
	background-image: url(../images/loading.gif);
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.modalYoutube .modalYoutubeContents{
	position: absolute;
	z-index: 10;
	width: 960px;
	height: 540px;
	left: 50%;
	top: 50%;
	margin-left: -480px;
	margin-top: -270px;
}
.modalYoutube .modalYoutubeContents iframe{
	width: 960px;
	height: 540px;
}
.modalYoutube .modalYoutubeContents .modalYoutubeClose{
	position: absolute;
	top: 0;
	right: -60px;
	background-repeat: no-repeat;
	background-image: url(../images/btn_video_close_modal.png);
	width: 60px;
	height: 60px;
	z-index: 20;
	cursor: pointer;	
}
