@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
*****************/
#menu{
	position:fixed;
	left:0px;
	top:92px;
	transition-duration:0.5s;
	width:60px;
	height:55px;
	overflow:hidden;
	z-index:2000;
}
#menu.on{
	width:1155px;
	left:40px;
}
#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:60px;
	height:55px;
}
#menu.on #menu_btn{
	background-image:url(../images/btn_menu_close.png);
}
#menu_list{
	position:absolute;
	right:0;
	width:1103px;
	height:55px;
	background-image:url(../images/bg_menu.png);
}

#menu_list li{
	height:100%;
	float:left;
	background-repeat:no-repeat;
}
#menu_list li a{
	display:block;
	width:100%;
	height: 100%;
}
.menu_list_top{
	width:147px;
}
.menu_list_concept{
	width:186px;
}
.menu_list_transport{
	width:320px;
}
.menu_list_work{
	width:279px;
}
.menu_list_lineup{
	width:171px;
}



/***************** 
box
*****************/
.box{
	width:100%;
	margin:0;
	padding:0;
	overflow:hidden;
}
.box-contents{
	position:relative;
	width:1240px;
	height:100%;
	margin:auto;
	background-repeat:no-repeat;
}
.box-accordion{
	overflow: hidden;
	transition-duration:0.8s;
}
.box-accordion.closed{
	height:0!important;
}
.close_accordion{
	position:absolute;
	left:584px;
	bottom:15px;
	width: 146px;
	height: 37px;
	background-image:url(../images/btn_close_accordion.png);
	cursor: pointer;
}
.box-move{
	position: absolute;
	bottom:0;
	display: block;
	width: 100%;
	height:152px;
	background:rgba(0,163,166,0.4);
	transition-timing-function: ease-out;

}
.stop-move .box-move{
	transition-property:bottom;
	transition-duration:0.2s;
	cursor: default;
}
.ttl-box-move{
	position: absolute;
	bottom:0;
	left:39px;
	top:24px;
}


/***************** 
btn
*****************/
.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;
	background-color:rgba(0,0,0,0.85);
}
.modal_bg{
	background-image:url(../images/loading.gif);
	background-position:center;
	background-repeat:no-repeat;
	width: 100%;
	height: 100%;
	z-index:0;
}
.modal_contents{
	position:absolute;
	margin:auto;
	z-index:10;
}
.modal_img,
.modal_video{
	position:absolute;
}
.modal_close{
	position:absolute;
	top:10px;
	right:-40px;
	width: 32px;
	height: 32px;
	z-index:20;
	cursor:pointer;
	background-image:url(../images/btn_close_modal.png);
}


/***************** 
top
*****************/
#box-top{
	height:733px;
	background:#000;
}
/*modernizr*/
@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_list{
	position:absolute;
	left:790px;
	top:554px;
}
.box-top_list li{
	position:relative;
	float:left;
	height:130px;
	margin-right:15px;
	cursor:pointer;
	background:#000;
}
.box-top_list .dl_size{
	position: absolute;
	width:239px;
	right:0;
	text-align:center;
	bottom: 12px;
	color:#1b9c90;
}

/***************** 
concept
*****************/
#box-concept{
	height:733px;
	background:#000;
}
#box-concept .box-contents.lazyloaded{
	background-image:url(../images/bg_concept.jpg);
	background-position: right;
}
#box-concept .box-concept_txt1{
	position: relative;
	left: 45px;
	top: 65px;
}

/***************** 
transport
*****************/
#box-transport{
	height:733px;
	background:#000;
}
#box-transport .box-contents.lazyloaded{
	background-image:url(../images/bg_transport.jpg);
}


#box-transport2{
	width:100%;
	height:937px;
	background:#000000;
}
#box-transport2 .box-contents{
	width:1240px;
	background:#000;
}
.box-transport2_ttl{
	position:relative;
	left:80px;
	height:120px;
	padding-top:70px;
}
.box-transport2_txt1{
	position:relative;
	left:80px;
	padding-top:57px;
	height:26px;
}
.box-transport2_img1{
	position:relative;
	left:129px;
	padding-top:7px;
}
#box-transport2 .modal_list{
	padding-top:46px;
	padding-left:80px;
	overflow: hidden;
}
#box-transport2 .modal_list li{
	float:left;
}
#box-transport2 .modal_list li img{
	padding-right:50px;
}
.box-transport2_txt2{
	color: #fff;
    font-size: 12px;
    text-align: right;
    margin-right: 90px;
	margin-top:15px;
}



/***************** 
work
*****************/
#box-work{
	height:733px;
	background:#000;
}
#box-work .box-contents.lazyloaded{
	background-image:url(../images/bg_work.jpg);
}
#box-work .btn_movie{
	bottom:20px;
}


#box-work2{
	height:1210px;
	background:#000;
	background-image:url(../images/bg_work2.jpg);
	background-repeat: no-repeat;
}
.box-work2_ttl{
	position:relative;
	left:80px;
	padding-top:74px;
}
.box-work2_txt1,
.box-work2_txt3{
	position:relative;
	left:80px;
	padding-top:80px;
	width:1081px;
	height:30px;
	border-width:0 0 1px 0;
	border-style:solid;
	border-color:#00a4a7;
}
.box-work2_txt2,
.box-work2_txt4{
	position:relative;
	left:80px;
	padding-top:36px;
}
.box-work2_txt5,
.box-work2_txt8{
	padding-top:80px;
	width:100%;
	height:30px;
	border-width:0 0 1px 0;
	border-style:solid;
	border-color:#00a4a7;
}
.box-work2_txt6,
.box-work2_txt9{
	padding-top:32px;
}
.box-work2_txt7,
.box-work2_txt10{
	padding-top:18px;
}
.box-work2_img{
	position:relative;
	left:84px;
	padding-top:33px;
}


.box-work2_left,
.box-work2_right{
	width:496px;
}
.box-work2_left{
	padding-left:80px;
	float:left;
}
.box-work2_right{
	padding-right:74px;
	float:right;
}

#box-work2 .modal_list li{
	position:relative;
	padding:5px;
}



/***************** 
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-lineup .box-move{
	background:rgba(0,0,0,0.5);
}


#box-lineup2{
	height:1873px;
	background:#fff;
}
#box-lineup2 .box-contents{
	padding-top:32px;
	height:1192px;
}
.box-lineup2_img1,
.box-lineup2_ttl1,
.box-lineup2_ttl2,
.box-lineup2_img2{
	padding-left:80px;
}
.box-lineup2_ttl1{
	padding-top:53px;
}
#box-lineup2 table{
	position:relative;
	left:80px;
	width:1059px;
	font-size:14px;
	border:dotted #646464;
	border-width:0 0 1px 0;
	border-collapse: separate;
	border-spacing: 0;
	cellspacing: 0;
}
#box-lineup2 table a{
	display:block;
	width: 100%;
	height: 100%;
	cursor:pointer;
}
#box-lineup2 table th{
	width:240px;
	padding-left:20px;
	text-align: left;
	vertical-align: middle;
	font-size:16px;
	color:#fff;
	background:#1b9c90;
	border-style:dotted;
	border-color:#fff;
	border-width:1px 1px 0 0;
}
#box-lineup2 table th.spec_th{
	font-size:13px;
}
#box-lineup2 table td{
	border:dotted #646464;
	border-width:1px 1px 0 0;
	text-align:center;
	height:30px;
	line-height:30px;
	vertical-align:baseline;
}
#box-lineup2 table .note{
	background:#ebebeb;
}
#box-lineup2 table .type td{
	padding:24px 0 10px 0;
}
#box-lineup2 table .link td{
	padding:5px;
}
#box-lineup2 table .link td a{
	display:block;
	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 table .icon_pdf{
	vertical-align:text-bottom;
	margin-left:10px;
	margin-top:5px;
}
#box-lineup2 table .super{
	font-size:10px;
	vertical-align: super;
}
#box-lineup2 table .small{
	font-size:11px;
}

#box-lineup2 .notice{
	font-size:12px;
	padding:22px 0 58px 80px;
}
