@charset "UTF-8";

@font-face {
	font-family: 'Bebas';
		src: url('../fonts/Bebas.ttf.woff') format('woff'),
				 url('../fonts/Bebas.ttf.svg#Bebas') format('svg'),
				 url('../fonts/Bebas.ttf.eot'),
				 url('../fonts/Bebas.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

html,body{
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
}
html{
	font-size: 62.5%;
}
body{
	font: normal 1.6em/1.8 Helvetica, '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #333;
}

img{
	max-width: 100%;
	height: auto;
	border: 0;
}

a img,
section a.btn{
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

a:hover img{
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	-ms-opacity: 0.8;
	-o-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.pc{}
.tb,
.sp{
	display: none;
}

.fl{float: left;}
.fr{float: right;}
.fn{float: none;}
.fr + .fl {clear: both;}
.fl + .fr {clear: none;}
.clr{clear: both;}

.centering{
	margin: 0 auto;
	max-width: 1280px;
}

.scroll{
	position: absolute;
	cursor: pointer;
}


ol.list{
	list-style: none;
	counter-reset: count 0;
	display: table;
	margin: 40px auto 0;
	padding: 0;
	min-width: 1020px;
}
ol.list li{
	display: table-cell;
	text-align: center;
}
ol.list li:before{
	counter-increment: count 1;
	content: counter(count, decimal-leading-zero);
	display: inline-block;
	margin: 0 auto 25px;
	color: #1062b1;
	font-family: 'Bebas', sans-serif;
	font-size: 5.8rem;
	line-height: 1;
	text-align: center;
}
ol.list li dd img{
	display: block;
	margin: 20px auto 0;
	max-width: 250px;
}


header{
	display: block;
	position: fixed;
	top: 0; left: 0;
	z-index: 10;
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
header .wrap{
	display: table-cell;
	/*float: left;*/
	padding: 0 2% 0 1%;
	width: 15%;
	text-align: left;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
header #btn-menu{
	display: none;
}
header h1 img{
	width: auto;
	max-height: 60px;
}
header nav{
	display: table-cell;
	/*float: right;*/
	width: 80%;
	font-size: 1.4rem;
	vertical-align: middle;
}
header nav a{
	color: #111;
	text-decoration: none;
}
header nav a:hover,
header nav li.active > a,
header nav li.active2 > a{
	color: #0157aa;
}
header nav > ul{
	/*display: table;*/
	/*max-width: 880px;*/
	width: 100%;
	line-height: 0;
}
header nav > ul > li{
	display: table;
	position: relative;
	float: left;
	width: 25%;
	height: 80px;
	/*border-right: 1px solid #ddd;*/
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
header nav > ul > li:first-child{
	margin-left: 25%;
	/*border-left: 1px solid #ddd;*/
}
header nav > ul > li:after{
	content: "";
	display: block;
	position: absolute;
	left: 0; bottom: 0;
}
header nav > ul > li:hover:after,
header nav > ul > li.active:after,
header nav > ul > li.active2:after{
	width: 100%;
	height: 6px;
	background: #bbe7fb;
}
header nav > ul li > a{
	display: table-cell;
	position: relative;
	vertical-align: middle;
}
header nav > ul ul{
	display: none;
	position: absolute;
	left: 0; top: 100%;
	width: 100%;
	background: rgba(255,255,255,0.95);
	text-align: center;
	/*-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;*/
}
header nav > ul > li:hover ul{
	display: block;
}
header nav > ul ul li{
	display: block;
	border-top: 1px solid #ddd;
	font-weight: normal;
}
header nav > ul ul li:first-child{
	border-top: 0;
}
header nav > ul ul li a{
	display: block;
	position: relative;
	padding: 12px 24px;
}
header nav > ul ul li a:after{
	content: "";
	display: inline-block;
	position: absolute;
	right: 20px; top: 50%;
	margin-top: -2px;
	border: 4px solid transparent;
	border-top-color: #000;
	border-top-width: 5px;
}
header > .btn{
	display: inline-block;
	position: fixed;
	right: 30px; top: 100px;
	z-index: 1;
}

.pagetop{
	position: fixed;
	right: 40px; bottom: 40px;
}


footer{
	display: block;
	padding: 20px 0 0;
	width: 100%;
	background: #a2a4b1;
	color: #fff;
}
footer.abs{
	position: absolute;
	left: 0; bottom: 0;
}
footer a{
	color: #fff;
	text-decoration: none;
}
footer a:hover{
	text-decoration: underline;
}
footer .banner{
	margin: 0 0 20px;
}
footer .banner a{
	display: inline-block;
	margin: 0 40px;
}
footer nav{  }
footer nav ul{
	display: table;
	margin: 0 auto;
	width: auto;
}
footer nav ul li{
	display: table-cell;
	padding: 0 35px;
	font-size: 1.4rem;
	line-height: 1;
	border-right: 1px solid #fff;
}
footer nav ul li:first-child{
	border-left: 1px solid #fff;
}
footer #copyright{
	display: block;
	float: none;
	clear: both;
	margin: 20px 0 0;
	padding: 15px 0;
	background: #fff;
	color: #111;
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: 1px;
	text-align: center;
}


section{
	position: relative;
	background: no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
section .btn{
	display: inline-block;
	margin: 25px auto 0;
	padding: 10px;
	min-width: 200px;
	border: 3px solid #1062b1;
	-webkit-border-radius: 3em;
	-moz-border-radius: 3em;
	-ms-border-radius: 3em;
	-o-border-radius: 3em;
	border-radius: 3em;
	background: #fff;
	color: #0f589f;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1;
	text-align: center;
	text-decoration: none;
}
section span.btn{
	border-color: #666;
	background: #ccc;
	color: #000;
}
section a.btn:after{
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(../img/arrows_down.png) no-repeat center center;
	margin-left: 8px;
	vertical-align: middle;
}
/*section a.btn[href^="#"]:after{
	background-image: url(../img/arrows_down.png);
}*/
section a.btn:hover{
	background: #0f589f;
	color: #fff;
}
section a.btn:hover:after{
	background-image: url(../img/arrows_w.png);
}
section a.btn[href^="#"]:hover:after{
	background-image: url(../img/arrows_down_w.png);
}

section h2{
	color: #666;
	font-weight: bold;
	font-size: 4.5rem;
	line-height: 1.4;
	letter-spacing: 1px;
	font-feature-settings : "palt";
}
section h3{
	margin: 100px 0 50px;
	color: #333;
	font-weight: bold;
	font-size: 2.8rem;
	line-height: 1.1;
	letter-spacing: 1px;
	text-align: center;
}
section h2 + h3{
	margin-top: 0;
}

figcaption{
	display: block;
	margin: 0 0 15px;
	color: #222;
	font-weight: bold;
	font-size: 2.2rem;
	line-height: 1.4;
}

video{
	display: block;
	margin: 0 auto;
	width: auto;
	max-width: 80%;
	height: auto;
	border: 6px solid #fff;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

sup{
	display: inline-block;
	margin: 0 0 0 2px;
	font-weight: normal;
	font-size: 60%;
	vertical-align: text-top;
}


/* intro */
#intro{
	background-image: url(../img/bg1.jpg);
}
#intro div{
	text-align: left;
}
#intro h2{
	margin: 0 0 50px 20px;
	color: #fff;
	font-weight: normal;
	font-size: 10rem;
	line-height: 1;
	-webkit-text-shadow: 0 0 50px #000;
	-moz-text-shadow: 0 0 50px #000;
	-ms-text-shadow: 0 0 50px #000;
	-o-text-shadow: 0 0 50px #000;
	text-shadow: 0 0 50px #000;
}
#intro p{
	margin: 0 0 45px 55px;
	color: #222;
	font-weight: bold;
	font-size: 2.5rem;
	line-height: 1.6;
	letter-spacing: 1px;
	text-shadow:
		0 0 25px rgba(255, 255, 255, 0.6),
		0 -4px 25px rgba(255, 255, 255, 0.6),
		0 4px 25px rgba(255, 255, 255, 0.6),
		-4px -4px 25px rgba(255, 255, 255, 0.6),
		-4px 0 25px rgba(255, 255, 255, 0.6),
		-4px 4px 25px rgba(255, 255, 255, 0.6),
		4px -4px 25px rgba(255, 255, 255, 0.6),
		4px 0 25px rgba(255, 255, 255, 0.6),
		4px 4px 25px rgba(255, 255, 255, 0.6);
	/*-webkit-text-shadow: 0 0 26px rgba(255, 255, 255, 0.7);
	-moz-text-shadow: 0 0 26px rgba(255, 255, 255, 0.7);
	-ms-text-shadow: 0 0 26px rgba(255, 255, 255, 0.7);
	-o-text-shadow: 0 0 26px rgba(255, 255, 255, 0.7);
	text-shadow: 0 0 26px rgba(255, 255, 255, 0.7);*/
}
#intro span{
	display: inline-block;
	margin: 0 0 0 60px;
	padding: 20px 12px;
	min-width: 360px;
	background: url(../img/bg_w.png) repeat;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1;
	white-space: nowrap;
	color: #000;
}
#intro span img{
	margin-left: 10px;
	vertical-align: middle;
}
#intro .scroll{
	left: 50%; bottom: 70px;
	margin-left: -49px;
}


/* miracell */
#miracell{
	background-image: url(../img/bg2.jpg);
}
#miracell .centering{
	position: relative;
}
#miracell .image{
	/*display: block;*/
	margin: 5% auto;
}
#miracell .image img{
	margin: 0 15px;
	max-width: 35%;
}

#miracell .scroll{
	right: 140px; bottom: 40px;
}

#miracell strong{
	display: block;
	font-size: 7rem;
	color: #666;
}


/* feature */
#feature{
	background-image: url(../img/bg3.jpg);
}
#feature h3{
	margin: 10px 0 20px;
	color: #1162b1;
	font-size: 2.4rem;
	letter-spacing: 0;
}
#feature ol{
	display: table;
	margin: 20px auto 0;
	padding: 0;
	counter-reset: count 0;
	list-style: none;
}
#feature ol li{
	/*float: left;*/
	display: table-cell;
	width: 320px;
	vertical-align: top;
}
#feature ol li.wide{
	width: 440px;
	vertical-align: middle;
}
#feature ol li:before{
	counter-increment: count 1;
	content: counter(count, decimal);
	display: inline-block;
	width: 60px;
	height: 46px;
	background: url(../img/icon_flag.png) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 46px;
	white-space: nowrap;
	text-align: left;
	text-indent: 15px;
}
#feature figure{}
#feature figcaption{
	display: block;
	margin: 0 0 10px;
	color: #222;
	font-weight: bold;
	font-size: 2rem;
}
#feature figure p{
	margin: 10px 0 20px;
	font-size: 1.4rem;
	line-height: 1.8;
}
#feature ol li figure:last-child p{
	margin-bottom: 0;
}

#feature figure a{
	color: #0044CC;
}

#feature .scroll{
	right: 140px; bottom: 40px;
}


/* series */
#series{
	background-image: url(../img/bg2.jpg);
}
#series dl{
	margin: 0 auto;
	padding: 0;
	width: 300px;
}
#series dt{
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #666;
	color: #666;
	font-weight: bold;
	font-size: 2rem;
	line-height: 1;
}
#series dt span{
	font-size: 1.6rem;
}
#series dd strong{
	display: block;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.4;
}

.series em{
	display: block;
	margin: 0 0 10px;
	color: #1062b1;
	font-style: normal;
	font-weight: bold;
	font-size: 1.8rem;
	letter-spacing: 1px;
}
.series h2{
	position: relative;
	display: table;
	margin-bottom: 30px;
	width: 100%;
	height: 70px;
	font-size: 5rem;
}
.series h2:before{
	content: "";
	position: absolute;
	left: 50%; top: 0;
	margin: 0 0 0 -35px;
	width: 70px;
	height: 70px;
	background: no-repeat center center;
	-webkit-background-size: contain;
	background-size: contain;
	color: #d5eaff;
}
.series h2 span{
	display: table-cell;
	position: relative;
	z-index: 2;
	text-align: center;
	vertical-align: middle;
}
.series h3{
	margin: 50px 0 25px;
	font-size: 2.4rem;
}

#series .scroll{
	right: 140px; bottom: 40px;
}


/* cm3d */
#cm3d{
	background-image: url(../img/bg4.jpg);
}
#cm3d h2:before{
	background-image: url(../img/num_01.png);
}
#cm3d img,
#cm3d video{
	margin: 0 auto;
}

#cm3d .scroll{
	right: 140px; bottom: 40px;
}


/* cm */
#cm{
	background-image: url(../img/bg2.jpg);
}
#cm h2:before{
	background-image: url(../img/num_02.png);
}
#cm .wrap{
	margin: 0 auto;
	max-width: 960px;
}
#cm .wrap h3{
	margin-top: 20px;
}
#cm .wrap figure{
	margin-top: 40px;
}
#cm .wrap figcaption{
	margin-bottom: 15px;
	font-size: 1.8rem;
}

#cm .scroll{
	right: 140px; bottom: 40px;
}

/* ec */
#ec{
	background-image: url(../img/bg3b.jpg);
}
#ec h2:before{
	background-image: url(../img/num_03.png);
}
#ec .wrap{
	margin: 0 auto;
	/*max-width: 1160px;*/
}
#ec .wrap h3{
	margin-bottom: 10%;
}
#ec .wrap div{
	margin: 0 2%;
	max-width: 46%;
}

#ec .scroll{
	right: 140px; bottom: 40px;
}
/*#ec .demo{
	margin: 0 auto;
	width: 500px;
	max-width: 100%;
	height: 250px;
	background: rgba(200, 200, 200, 0.8);
}*/


/* product */
#product{
	background-image: url(../img/bg2.jpg);
}
#product footer > .centering{
	padding-bottom: 0;
}
#product strong{
	display: block;
	margin: 0 0 20px;
	font-weight: bold;
	font-size: 2.2rem;
	line-height: 1.2;
}
#product dt{
	color: #1062b1;
	font-weight: bold;
	font-size: 2.6rem;
	line-height: 0.8;
}
#product dt span{
	display: block;
	margin: 0 0 5px;
	color: #0d60b0;
}
#product dt span sup{
	font-size: 1.4rem;
}
#product a.btn:after{
	background-image: url(../img/arrows.png);
}
#product a.btn:hover:after{
	background-image: url(../img/arrows_w.png);
}
