  @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;
	/**/
}
.disabled{
	opacity:0.5;
}



/**
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;
	color:#fff;
	font-family: 'Roboto', sans-serif;
}
#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(/pickup/300tCrawlerCrane/images/btn_menu.png);
	background-repeat:no-repeat;
	width:60px;
	height:55px;
}
#menu.on #menu_btn{
	background-image:url(/pickup/300tCrawlerCrane/images/btn_menu_close.png);
}
#menu_list{
	position:absolute;
	right:0;
	width:1103px;
	height:55px;
	background-repeat: no-repeat;
	background-image:url(/pickup/300tCrawlerCrane/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:76px;
}
.menu_list_concept{
	width:109px;
}
.menu_list_versatile{
	width:112px;
}
.menu_list_operability{
	width:217px;
}
.menu_list_assembly{
	width:300px;
}
.menu_list_information{
	width:135px;
}
.menu_list_spec{
	width:154px;
}



/**
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:548px;
	bottom:35px;
	width: 146px;
	height: 37px;
	background-image:url(/pickup/300tCrawlerCrane/images/btn_close_accordion.png);
	cursor: pointer;
}
.box-move{
	position: absolute;
	bottom:0;
	display: block;
	width: 100%;
	height:152px;
	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:0;
	top:0;
}


/**
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(/pickup/300tCrawlerCrane/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(/pickup/300tCrawlerCrane/images/btn_close_modal.png);
}


/**
top
**/
#box-top{
	height:980px;
	background:#000;
}
/*modernizr*/
@media (max-width: 480px) {
	#box-top .box-contents{
		background-image:url(/pickup/300tCrawlerCrane/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:40px;
	top:738px;
}
.box-top_list li{
	position:relative;
	float:left;
	height:203px;
	margin-right:40px;
	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(/pickup/300tCrawlerCrane/images/txt_concept_01.png);
	background-position: center 94px;
}
#box-concept .box-concept_txt1{
	position: relative;
	left:80px;
	top:127px;
}

/**
versatile
**/
#box-versatile{
	height:696px;
	background:#000;
}
#box-versatile .box-contents.lazyloaded{
	background-image:url(/pickup/300tCrawlerCrane/images/bg_versatile.jpg);
}


#box-versatile2{
	width:100%;
	height:1559px;
	background:#000000;
}
.box-versatile2_ttl1,
.box-versatile2_ttl2,
.box-versatile2_ttl3{
	position:relative;
	left:80px;
}
.box-versatile2_ttl1{
	padding-top:59px;
	height:207px;
}
.box-versatile2_ttl2{
	height:66px;
	padding-top:25px;
}
.box-versatile2_txt1{
	position:relative;
	left:100px;
	padding-top:38px;
	font-size:20px;
	font-weight:lighter;
}
.box-versatile2_ttl3{
	height:66px;
}
.box-versatile2_txt2{
	position:relative;
	left:100px;
	padding-top:38px;
	font-size:20px;
	font-weight:lighter;
}

#box-versatile2 .modal_list,
#box-versatile2 .list{
	padding-top:46px;
	padding-left:80px;
	width:1104px;
	overflow: hidden;
}
#box-versatile2 .modal_list li,
#box-versatile2 .list li{
	float:left;
	width:340px;
	margin-right:28px;
	margin-bottom:40px;
}
#box-versatile2 .modal_list li.versatile2_04,
#box-versatile2 .modal_list li.versatile2_05,
#box-versatile2 .modal_list li.versatile2_06,
#box-versatile2 .modal_list li.versatile2_07,
#box-versatile2 .modal_list li.modal_versatile2_01
{
	width:251px;
	margin-right:24px;
	margin-bottom:30px;
}
#box-versatile2 .modal_list li.modal_versatile2_01{
	float:right;
}
#box-versatile2 .list_ttl{
	height:20px;
	padding-left:13px;
	margin-bottom:8px;
	background-image:url(/pickup/300tCrawlerCrane/images/bg_list_ttl.png);
	background-repeat: no-repeat;
	background-position:left center;
}
#box-versatile2 .list_txt{
	font-size:14px;
	font-weight:lighter;
}


/**
operability
**/
#box-operability{
	height:697px;
	background:#000;
}
#box-operability .box-contents.lazyloaded{
	background-image:url(/pickup/300tCrawlerCrane/images/bg_operability.jpg);
}
#box-operability .btn_movie{
	bottom:20px;
}


#box-operability2{
	height:663px;
	background:#000;
}
.box-operability2_ttl{
	position:relative;
	left:80px;
	padding-top:51px;
}

#box-operability2 .modal_list{
	padding-top:38px;
	padding-left:80px;
	width:100%;
	overflow: hidden;
}
#box-operability2 .modal_list_ttl{
	margin-bottom:8px;
}
#box-operability2 .modal_list li{
	float:left;
	width:340px;
	margin-right:28px;
}


/**
assembly
**/
#box-assembly{
	height:697px;
	background:#000;
}
#box-assembly .box-contents.lazyloaded{
	background-image:url(/pickup/300tCrawlerCrane/images/bg_assembly.jpg);
}
#box-assembly .btn_movie{
	bottom:20px;
}


#box-assembly2{
	height:742px;
	background:#000;
	border:solid 1px #fbee32;
	border-width:0 0 1px 0;
}
.box-assembly2_ttl{
	position:relative;
	left:80px;
	padding-top:74px;
}

#box-assembly2 .modal_list{
	padding-top:25px;
	padding-left:80px;
	width:100%;
	overflow: hidden;
}
#box-assembly2 .modal_list_ttl{
	margin-bottom:16px;
}
#box-assembly2 .modal_list li{
	float:left;
	width:522px;
	margin-right:40px;
	text-align: center;
}

/**
information
**/
#box-information{
	/*height:896px;*/
	height:auto;
	background:#000;
	border:solid 1px #00abae;
	border-width:0 0 1px 0;
}
.box-information_ttl{
	position:relative;
	left:190px;
	padding-top:46px;
}
.box-information_container{
	position: relative;
	top:-68px;
	width:1080px;
	/*height:600px;*/
	overflow:auto;
	margin:auto;
	color:#fbee32;
}
.box-information_container li{
	cursor: pointer;
	border:dotted 1px #fbee32;
	border-width:0 0 1px 0;
	padding:10px 0 10px 10px;
}
.box-information_container .current{
	color:#fff;
}
.box-information_container .current.fadeimg2{
	opacity:1!important;
}
.box-information_article_date{
	float:left;
	font-size:18px;
	width:100px;
	line-height: 34px;
}
.box-information_article_ttl{
	float:left;
	font-size:24px;
	line-height: 34px;
	width:840px;
}
.box-information_moredetail{
	float:right;
	margin:4px 0;
}
.box-information_article_img,
.box-information_article_txt{
	float:left;
}
.box-information_container .box-information_article_contents{
	max-height:0;
	width:959px;
	overflow: hidden;
	transition:all 0.5s;
	clear: both;
	line-height:24px;
}
.box-information_container .current .box-information_article_contents{
	max-height:300px;
	padding-top:36px;
	transition-duration:1s;
}
.box-information_article_img{
	margin-right:45px;
}
.box-information_article_txt{
	width:594px;
}
.box-information_article_txt.no_image{
	width:auto;
}

/**
spec
**/
#box-spec{
	height:869px;
}
#box-spec .box-contents{
	height:1192px;
}
.box-spec_ttl1{
	position: relative;
	left:194px;
	/*padding-top:12px;*/
	padding-top:20px;
}
#box-spec table{
	position:relative;
	left:80px;
	top:-33px;
	width:1059px;
	font-size:14px;
	color:#fff;
	border:dotted #646464;
	border-width:0 0 1px 0;
	border-collapse: separate;
	border-spacing: 0;
	cellspacing: 0;
}
#box-spec table a{
	display:block;
	width: 100%;
	height: 100%;
	cursor:pointer;
}
#box-spec table th{
	width:190px;
	padding-left:20px;
	text-align: left;
	vertical-align: middle;
	font-size:16px;
	background:#1c1c1c;
	border-style:dotted;
	border-color:#646464;
	border-width:1px;
}
#box-spec table th.spec_th{
	font-size:13px;
}
#box-spec table td{
	border:dotted #646464;
	border-width:1px 1px 0 0;
	text-align:center;
	height:30px;
	line-height:30px;
	vertical-align:baseline;
}
#box-spec table .note{
	background:#1c1c1c;
}
#box-spec table .ck3300{
	background:#32300a;
}
#box-spec table .cks3000,
#box-spec table .cke3000g{
	background:#002223;
}
#box-spec table .type td{
	padding:24px 0 10px 0;
}
#box-spec table .type .ck3300,
#box-spec table .type .cke3000g,
#box-spec table .type .cks3000{
	font-size:20px;
	font-style: italic;
	font-weight: bold;
}
#box-spec table .link td{
	padding:5px;
}
#box-spec table .link td a{
	display:block;
	color:#fff;
}
#box-spec table .link td.ck3300 a{
	background:#978f1e;
}
#box-spec table .link td.cke3000g a,
#box-spec table .link td.cks3000 a{
	background:#407370;
}
#box-spec table td a:link,
#box-spec table td a:hover,
#box-spec table td a:active,
#box-spec table td a:-webkit-any-link
{
	color:#fff;
}



/* ============================================

230908_SP¥Ø¥Ã¥À©`¹Ì¶¨

============================================ */
@media screen and (max-width: 767px){
body.bgfixed{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#headfix {
    margin: 0 0 50px 0;
}
#headfix .headfixInner {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
/*#headfix .headfixInner #header {
    height: 50px;
}*/
#headfix .headfixInner #headerSp {
    display: none;
    position: absolute;
    top: 50px;
    height: calc(100vh + 50px);
    overflow: scroll;
    padding-bottom: 180px;
    box-sizing: border-box;
}
#headfix .headfixInner #headerSp #globalNavi:before {
    display: none;
}
}


