  @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;
	/**/
}
body{
	font-family: "¥Ò¥é¥®¥Î½Ç¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;
}


/**
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
**/
#header{
	position:static;/*override*/
}
#headerSp{
	height:0;
}
#globalNavi,
#headerOptions{
	display:none;/*override*/
}



/**
menu
**/
#menu{
	position:fixed;
	left:0px;
	top:92px;
	transition-duration:0.5s;
	width:70px;
	height:55px;
	overflow:hidden;
	z-index:2000;
}
#menu.on{
	width:1160px;
	left:70px;
}
#menu_btn{
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	background-image:url(/pickup/G-2series/images/btn_menu.png);
	background-repeat:no-repeat;
	width:70px;
	height:55px;
}
#menu.on #menu_btn{
	background-image:url(/pickup/G-2series/images/btn_menu_close.png);
}
#menu_list{
	position:absolute;
	right:0;
	width:1090px;
	height:55px;
}
#menu.on #menu_list{
}

#menu_list li{
	height:100%;
	float:left;
	background-image:url(/pickup/G-2series/images/bg_menu.png);
	background-repeat:no-repeat;
}
#menu_list li a{
	display:block;
	width:100%;
	height: 100%;
}
.menu_list_top{
	width:210px;
	background-position:0 0;
}
.menu_list_ecology{
	width:186px;
	background-position:-414px 0;
}
.menu_list_speedy{
	width:186px;
	background-position:-210px 0;
}
.menu_list_utility{
	width:296px;
	background-position:-600px 0;
}
.menu_list_lineup{
	width:194px;
	background-position:-896px 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(/pickup/G-2series/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(/pickup/G-2series/images/btn_close_modal.png);
}
.video .modal_close{
	top:0;
	right:-60px;
	background-repeat:no-repeat;
	background-image:url(/pickup/G-2series/images/btn_video_close_modal.png);
}


/**
top
**/
#box-top{
	height:722px;
	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(/pickup/G-2series/images/loading.gif);
	background-position:center 320px;
}
@media (max-width: 480px) {
	#box-top .box-contents{
		background-image:url(/pickup/G-2series/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;/*164*/
}
.box-top_txt-kisei{
	position:absolute;
	left:35px;
	top:459px;/*164*/
}
.box-top_list{
	position:absolute;
	left:90px;
	top:554px;
}
.box-top_list li{
	position:relative;
	float:left;
	margin-right:60px;
	height:110px;
	cursor:pointer;
	background:#000;
}
.box-top_list .dl_size{
	position: absolute;
	width:345px;
	right:0;
	text-align:center;
	bottom: 10px;
	color:#1b9c90;
}

/**
speedy
**/
#box-speedy{
	height:720px;
	background:#000;
}
#box-speedy .box-contents.lazyloaded{
	background-image:url(/pickup/G-2series/images/bg_speedy.jpg);
}
#box-speedy .btn_movie{
	bottom:20px;
}


#box-speedy2{
	width:100%;
	height:1910px;
	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:51px;
	left:240px;
}
.box-speedy2_img2{
	position:relative;
	padding-top:40px;
	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(5),
#box-speedy2 .modal_list li:nth-of-type(6){
	padding-bottom:13px;
	margin-bottom:15px;
}

#box-speedy2 .modal_list li:nth-of-type(5) img,
#box-speedy2 .modal_list li:nth-of-type(6) img{
	border-bottom-width:0;
	padding-bottom:10px;
}


/**
ecology
**/
#box-ecology{
	height:716px;
	background:#000;
}
#box-ecology .box-contents.lazyloaded{
	background-image:url(/pickup/G-2series/images/bg_ecology.jpg);
}
#box-ecology .btn_movie{
	bottom:20px;
}


#box-ecology2{
	height:838px;
	background:#fff;
}
.box-ecology2_ttl{
	position:relative;
	left:70px;
	padding-top:54px;
}
.box-ecology2_txt1{
	position:relative;
	left:70px;
	padding-top:22px;
}
.box-ecology2_img{
	position:relative;
	left:70px;
	padding-top:17px;
}
.modal_ecology2_01{
	position:absolute;
	left:70px;
	top:272px;
}
.modal_ecology2_02{
	position:absolute;
	left:70px;
	top:579px;
}
.modal_ecology2_03{
	position:absolute;
	left:946px;
	top:264px;
}
.modal_ecology2_04{
	position:absolute;
	left: 946px;
    top: 350px;
}
.modal_ecology2_05{
	position:absolute;
	left:622px;
	top:622px;
}
.modal_ecology2_06{
	position:absolute;
	left: 946px;
    top: 629px;
}
.modal_ecology2_07{
	position:absolute;
	left: 942px;
    top: 502px;
}


/**
utility
**/
#box-utility{
	height:720px;
	background:#000;
}
#box-utility .box-contents.lazyloaded{
	background-image:url(/pickup/G-2series/images/bg_utility.jpg);
}
#box-utility .btn_movie{
	bottom:10px;
}


#box-utility2{
	height:1000px;
	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;
}
.modal_utility2_01{
	left:380px;
	top:520px;
}
.modal_utility2_020506{
	left:527px;
	top:650px;
}
.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:726px;
}
.modal_utility2_10{
	left:852px;
	top:291px;
	width: 249px;
	height: 121px;
}


/**
lineup
**/
#box-lineup{
	height:720px;
	background:#000;
}
#box-lineup .box-contents.lazyloaded{
	background-image:url(/pickup/G-2series/images/bg_lineup.jpg);
}
#box-lineup .btn_movie{
	bottom:35px;
}


#box-lineup2{
	height:1435px;
	background:#fff;
}
#box-lineup2 .box-contents{
	padding-top:32px;
	height:1368px;
}
#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{
	text-align:center;
	height:36px;
	line-height:36px;
	vertical-align:baseline;
	border:dotted #999 1px;
}
#box-lineup2 table .row2 th{
	vertical-align:middle;
}
#box-lineup2 table .row2 td{
	height:50px;
	line-height:50px;
	vertical-align:middle;
}
#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:visited,
#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%;
}


/*================
200929_ÐÞÕý
================*/
#box-lineup2 {height: 1640px;}
#box-lineup2 table.custom .type2 td{
	color:#fff;
	background:#73c2bb;
}
#box-lineup2 table.custom .downloadlink a{
    line-height: 1.6;
    padding: 8px 0;
}
#box-lineup2 table.custom .downloadlink a .dl_size{
    display: block;
}



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

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;
}
}


