@charset "utf-8";

/*
******************************************************************
* eva a-type fun common.css
******************************************************************
*/
html.Has-modal {
	overflow: hidden !important;
	width: auto;
}
html {
}
body {
	min-width: 1070px;
	color: #535353;
	line-height: 1.6;
	word-wrap: break-word;
}
a:link, a:visited {
	color: #535353;
	text-decoration: none;
}
a:hover, a:active {
	color: #535353;
}
img {
	/*max-width: 100%;*/
}
#wrp-all {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.mod-box-inr {
	position: relative;
	width: 1030px;
	margin: 0 auto;
}


/*
******************************************************************
* #header
******************************************************************/
#header {
	position: fixed;
	z-index: 100;
}
#header .logo {
	position: absolute;
	top: 10px;
	left: 17px;
}
#header .btn-toggle {
	position: fixed;
	z-index: 2100;
	top: 16px;
	right: 30px;
}
#header .btn-toggle a {
	position: relative;
	display: block;
}
#header .btn-toggle a span {
	display: block;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	background-image: url(../img/menu_open.png);
	-webkit-transition: all .25s ease-out;
	    -ms-transition: all .25s ease-out;
	        transition: all .25s ease-out;
}
#header .btn-toggle a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	background-image: url(../img/menu_open_o.png);
	opacity: 0;
	-webkit-transition: all .25s ease-out;
	    -ms-transition: all .25s ease-out;
	        transition: all .25s ease-out;
}
#header .btn-toggle.active a span {
	background-image: url(../img/menu_close.png);
}
#header .btn-toggle.active a:after {
	background-image: url(../img/menu_close_o.png);
}
#header .btn-toggle a:hover span {
	opacity: 0;
}
#header .btn-toggle a:hover:after {
	opacity: 1;
}
#header .box-menu {
	position: fixed;
	z-index: 2000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}
#header .box-menu .box-menu-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
}
#header .box-menu ul {
	position: absolute;
	top: 50%;
	margin-top: -234px;
	left: 0;
	width: 100%;
	text-align: center;
}
#header .box-menu ul li {
	position: relative;
}
#header .box-menu ul li a {
	position: relative;
	z-index: 1;
	display: block;
	padding: 12px 0;
}
#header .box-menu ul li a .en {
	opacity: 0.75;
	-webkit-transition: all .25s ease-out;
	    -ms-transition: all .25s ease-out;
	        transition: all .25s ease-out;
}
#header .box-menu ul li a .jp {
	display: block;
	margin: 8px auto;
	opacity: 0;
	-webkit-transition: all .25s ease-out;
	    -ms-transition: all .25s ease-out;
	        transition: all .25s ease-out;
}
#header .box-menu ul li a:hover .en {
	opacity: 1;
}
#header .box-menu ul li a:hover .jp {
	opacity: 1;
}
#header .box-menu ul li .line {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(0,66,173,0.3);
}


/*
******************************************************************
* #contents
******************************************************************/
#contents {
	position: relative;
}


/*
******************************************************************
* #visual
******************************************************************/
#visual {
	background-image: url(../img/visual_bg01.jpg);
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#visual .mod-box-bg {
	opacity: 0;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#visual .mod-box-inr {
	display: table;
}
#visual h1 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	position: relative;
	top: 20px;
	opacity: 0;
}
#visual h1 img {
	padding-left: 18px;
}
#visual .btn-arrow {
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -32.5px;
	display: none;
}
#visual .btn-arrow a {
	display: block;
	padding-bottom: 10px;
	-webkit-transition: all .25s ease-out;
	    -ms-transition: all .25s ease-out;
	        transition: all .25s ease-out;
}
#visual .btn-arrow a:hover {
	padding-top: 10px;
	padding-bottom: 0;
	opacity: 0.8;
}


/*
******************************************************************
* #mod-btn-next
******************************************************************/
#mod-btn-next {
	background-color: #eeeeee;
}
#mod-btn-next a {
	position: relative;
	display: block;
	height: 290px;
}
#mod-btn-next a:after {
	content: url(../img/next_t01.png);
	position: absolute;
	top: 87px;
	left: 50%;
	margin-left: -160px;
	opacity: 0.04;
}
#mod-btn-next a .mod-box-inr {
	z-index: 1;
}
#mod-btn-next a .mod-box-inr .pic-01 {
	position: absolute;
	top: 0;
}
#mod-btn-next a .mod-box-inr .pic-01 .pic:after {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
#mod-btn-next a .mod-box-inr .txt-01 {
	position: absolute;
	top: 112px;
	right: 106px;
}
#mod-btn-next a .mod-box-inr .txt-01 .txt {
	position: relative;
	display: inline-block;
	left: 0;
}
#mod-btn-next a .mod-box-inr .txt-01 .txt:after {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
#mod-btn-next a .mod-box-inr .txt-01 .icn {
	position: absolute;
	display: inline-block;
	top: 0;
	right: -60px;
}
#mod-btn-next a .mod-box-inr .txt-01 .icn:after {
	content: url(../img/icn_arrow03.png);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
#mod-btn-next.m,
#mod-btn-next .m,
#mod-btn-next .m:after {
	-webkit-transition: all .25s ease-out;
	    -ms-transition: all .25s ease-out;
	        transition: all .25s ease-out;
}
#mod-btn-next:hover {
	background-color: #ffffff;
	box-shadow: 0 10px 50px -2px rgba(0,0,0,0.07) inset, 0 -10px 50px -1px rgba(0,0,0,0.07) inset;
}
#mod-btn-next:hover a:after {
	opacity: 0.08;
}
#mod-btn-next:hover a .mod-box-inr .txt-01 .txt {
	left: 10px;
}
#mod-btn-next:hover a .mod-box-inr .txt-01 .icn {
	right: -80px;
}
#mod-btn-next:hover a .mod-box-inr .txt-01 .txt img,
#mod-btn-next:hover a .mod-box-inr .txt-01 .icn img {
	opacity: 0;
}
#mod-btn-next:hover a .mod-box-inr .pic-01 .pic:after,
#mod-btn-next:hover a .mod-box-inr .txt-01 .txt:after,
#mod-btn-next:hover a .mod-box-inr .txt-01 .icn:after {
	opacity: 1;
}


/*
******************************************************************
* #footer
******************************************************************/
#footer {
	padding: 22px 0;
}
#footer .copyright {
	text-align: center;
	color: #737373;
	font-size: 10px;
}


/*
******************************************************************
* #pagetop
******************************************************************/


/*
******************************************************************
* #pre loader
******************************************************************/
#pre-loader {
	position: fixed;
	z-index: 1010;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #e2e2e2;
}
#pre-loader .pic {
	position: absolute;
	top: 50%;
	left: 25px;
	margin-top: -14px;
	overflow: hidden;
	width: 192px;
	height: 28px;
}
#pre-loader .pic span {
	display: block;
}
#pre-loader .pic span:after {
	content: url(../img/ldr_complete.png);
	display: block;
	line-height: 0;
	margin-top: 5px;
}


/*
******************************************************************
* #modal video
******************************************************************/
#mdl-box {
	position: fixed;
	z-index: 1100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/modal_bg.png);
}
#mdl-box #mdl-plr {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -270px;
	margin-left: -480px;
}
#mdl-box .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -315px;
	margin-left: 448px;
}
#mdl-box .btn a {
	display: block;
	width: 36px;
	height: 36px;
	text-indent: -9999px;
	background-image: url(../img/v_close.png);
	background-position: 0 top;
}
#mdl-box .btn a:hover {
	background-position: 0 bottom;
}


/*
******************************************************************
* .video.js
******************************************************************/
#mdl-box .vjs-default-skin .vjs-slider-handle {
	background: #0062ff;
}
#mdl-box .vjs-default-skin .vjs-play-control {
	background: url(../img/v_ply.png);
	background-position: left top;
	-webkit-transition: none;
	    -ms-transition: none;
	        transition: none;
}
#mdl-box .vjs-default-skin .vjs-play-control:hover {
	background-position: left bottom;
}
#mdl-box .vjs-default-skin.vjs-playing .vjs-play-control {
	background: url(../img/v_rsm.png);
	background-position: left top;
	-webkit-transition: none;
	    -ms-transition: none;
	        transition: none;
}
#mdl-box .vjs-default-skin.vjs-playing .vjs-play-control:hover {
	background-position: left bottom;
}
#mdl-box .vjs-default-skin .vjs-play-progress {
	background: #0062ff;
}
#mdl-box .vjs-default-skin .vjs-mute-control.vjs-vol-0 {
	background: url(../img/v_vol1.png);
	background-position: left top;
	-webkit-transition: none;
	    -ms-transition: none;
	        transition: none;
}
#mdl-box .vjs-default-skin .vjs-mute-control.vjs-vol-0:hover {
	background-position: left bottom;
}
#mdl-box .vjs-default-skin .vjs-mute-control.vjs-vol-1 {
	background: url(../img/v_vol2.png);
	background-position: left top;
	-webkit-transition: none;
	    -ms-transition: none;
	        transition: none;
}
#mdl-box .vjs-default-skin .vjs-mute-control.vjs-vol-1:hover {
	background-position: left bottom;
}
#mdl-box .vjs-default-skin .vjs-mute-control.vjs-vol-2 {
	background: url(../img/v_vol3.png);
	background-position: left top;
	-webkit-transition: none;
	    -ms-transition: none;
	        transition: none;
}
#mdl-box .vjs-default-skin .vjs-mute-control.vjs-vol-2:hover {
	background-position: left bottom;
}
#mdl-box .vjs-default-skin .vjs-volume-level {
	background: #0062ff;
}
