@charset "UTF-8";

/*
//////////////////SEARCH CSS-INDEX//////////////////
MV
SEC_1
SEC_2
SEC_3
SEC_4
*/


.sec{
	position:relative;
}

.sec article.posi{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:100%;
	overflow:hidden;
}


#small, #large { font-size: 100%; }
#small:target  { font-size: 80%;  }
#large:target  { font-size: 120%; }



@media screen and (max-width: 850px) {
	.sec article.posi{
	position: static;
	top:auto;
	left:auto;
	transform:translate(0,0);
}

}










body, html, #contents {
	height: 100%;
}
#wrap {
	height: 100%;
	position: relative;
}
#contents {
	margin: 0 !important;
}
#paageNav {
	position: fixed;
	top: 50%;
	right: 5px;
	transform: translate(-50%, -50%);
	z-index: 10000;
	width: 30px;
}
#paageNav a {
	display: block;
	width: 15px;
	height: 15px;
	border-top: 6px solid #002665;
	margin: 1px 2px 1px auto;
}
#paageNav a.active, #paageNav a:hover {
	width: 25px;
	transition-duration: 1s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

@media screen and (max-width: 850px) {
#paageNav {
	display: none;
}
}


/*----------------------------------------------------
	☆☆LOADING☆☆
--------------------------------------------------*/
#loading{
	text-align:center;
	position:fixed;
	top:0;
	left:0;
	background:rgba(0,38,101,1.00);
	height:100%;
	width:100%;
	z-index:9999999;
}
#loading.on{
	animation-name: load;
	animation-duration: 2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
 @keyframes load {
0% {
opacity:1;
}
45% {
opacity:1;
}
99% {
opacity:0;
z-index:1000;
}
100% {
opacity:0;
display:none;
z-index:-1000;
}
}



#mv{
	opacity:1;
	animation-name: mv;
	animation-duration: 6s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	background-color:#002665;
	overflow:hidden;
}
/* @keyframes mv {
0% {
opacity:0;
}
50% {
opacity:0;
}
99% {
opacity:1;
}
100% {
opacity:1;
}
}
*/
.mvLogo.widthSetting{
	padding-top:0 !important;
	padding-bottom:0 !important;
}







/*----------------------------------------------------
	☆☆MV☆☆
--------------------------------------------------*/

#spMV{
	position:relative;
	display:none;
}
#tubular-container {
	position: relative !important;
}
#tubular-shield {
	/*display: none !important;*/
	background: rgba(0, 0, 0, 0) url("/lib/cmn_js/vegas/overlays/02.png") repeat scroll center center;
    opacity: 0.5;
}

@media screen and (max-width: 850px) {
	#mv {
		display:none;
	}
	#spMV{
		display:block;
	}
}














/*----------------------------------------------------
	☆☆SEC_1☆☆
----------------------------------------------------*/
#sec_1{
	background:#fff;
	overflow:hidden;
}
#sec_1 .inlineBlock_UL {
	text-align: center;
	font-size: 0;
}
#sec_1 .inlineBlock_UL li {
	overflow:hidden;
	position: relative;
	background: #000;
	display: inline-block;
	width: 18%;
}
/*#sec_1 .inlineBlock_UL li:hover:after{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	content:"";
	display:block;
	background:rgba(0,0,0,0.20);
}*/
#sec_1 .inlineBlock_UL li:nth-child(2) {
	margin: 0 5%;
}
#sec_1 .inlineBlock_UL li a {
	font-size: 13px;
	display: block;
	position: relative;
	padding-top: 155%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
}

#sec_1 .inlineBlock_UL li a:before, #sec_1 .inlineBlock_UL li a:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	z-index: 999999999;
	transition-duration: 1s;
	opacity: 0;
}
#sec_1 .inlineBlock_UL li a:before {
	width: -ms-calc(100% - 100%);
	height: -ms-calc(100% - 100%);
	width: calc(100% - 100%);
	height: calc(100% - 100%);
	border-top: 5px solid #fff;
	border-left: 5px solid #fff;
	transition: all 0.5s ease-out 0;
	-moz-transition: all 0.5s ease-out 0; /* firefox */
	-webkit-transition: all 0.5s ease-out 0; /* chrome, safari */
	-ms-transition: all 0.5s ease-out 0; /* ie */
}
#sec_1 .inlineBlock_UL li a:hover:before {
	top: 10px;
	left: 10px;
	width: -ms-calc(100% - 25px);
	height: -ms-calc(100% - 25px);
	width: calc(100% - 25px);
	height: calc(100% - 25px);
	opacity: 1;
	-ms-transition: all 0.5s ease-out 0; /* ie */
}
#sec_1 .inlineBlock_UL li a:after {
	width: -ms-calc(100% - 100%);
	height: -ms-calc(100% - 100%);
	width: calc(100% - 100%);
	height: calc(100% - 100%);
	border-bottom: 5px solid #fff;
	border-right: 5px solid #fff;
		transition: all 0.5s ease-out 0;
	-moz-transition: all 0.5s ease-out 0; /* firefox */
	-webkit-transition: all 0.5s ease-out 0; /* chrome, safari */
	-ms-transition: all 0.5s ease-out 0; /* ie */

}
#sec_1 .inlineBlock_UL li a:hover:after {
	bottom: 10px;
	right: 10px;
	width: -ms-calc(100% - 25px);
	height: -ms-calc(100% - 25px);
	width: calc(100% - 25px);
	height: calc(100% - 25px);
	opacity: 1;
}
#sec_1 .inlineBlock_UL li:nth-child(1) a {
	background-image: url(../img/point_1.png);
}
#sec_1 .inlineBlock_UL li:nth-child(2) a {
	background-image: url(../img/point_2.png);
}
#sec_1 .inlineBlock_UL li:nth-child(3) a {
	background-image: url(../img/point_3.png);
}
#sec_1 .inlineBlock_UL li a h3 {
	font-size: 150%;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media screen and (max-width: 1300px) {
#sec_1 .inlineBlock_UL li {
	width: 28%;
}
}
@media screen and (max-width: 850px) {
#sec_1 .inlineBlock_UL li {
	margin: 0 auto 10px !important;
	width: 90%;
}
#sec_1 .inlineBlock_UL li a {
	padding-top: 30%;
}
}
















/*----------------------------------------------------
	☆☆SEC_2☆☆
----------------------------------------------------*/
#sec_2 {
	background: url(../img/sec2_bg.png) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
}
#sec_2 .secTitle{
	margin-bottom:4em;
}
#sec_2 .secTitle .title {
	background: #fff;
	color: #002665;
}
#sec_2 .inlineBlock_UL {
	text-align: center;
	font-size: 0;
	margin-bottom:30px;
}
#sec_2 .inlineBlock_UL li {
	position: relative;
	padding: 0 20px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	width: 20%;
	margin:0 1%;
}
#sec_2 .inlineBlock_UL li a {
	display: block;
}
#sec_2 .inlineBlock_UL li a h3 {
	display: inline-block;
	text-align: center;
	font-size: 100%;
	color: #fff !important;
	width:100%;
}
#sec_2 .inlineBlock_UL li a .circle {
	border:8px solid #fff;
	display: block;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	margin-bottom: 1em;
	z-index: 1;
}
#sec_2 .inlineBlock_UL li a .circle:after {
	content: "";
	background: rgba(0,0,0,1.00);
	border-radius: 50%;
	opacity: 0;
	position: absolute;
	display: block;
	width: 110%;
	height: 110%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition-duration: 1s;
	z-index: 99999;
}
#sec_2 .inlineBlock_UL li.on a .circle:after {
	opacity: 0.7;
}
#sec_2 .inlineBlock_UL li a .circle img {
	height: auto;
	transition-duration: 2s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	width: 100%;
	vertical-align: top;
	border-radius: 50%;
	overflow: hidden;
	display: block;
}
#sec_2 .inlineBlock_UL li a:hover .circle img {
	transform: scale(1.08);
}

@media screen and (max-width: 900px) {
#sec_2 .inlineBlock_UL {
	text-align:center;
	width: 90%;
	margin: 0 auto;
}
#sec_2 .inlineBlock_UL li {
	padding: 10px;
	width: 45%;
	margin-bottom: 10px;
}
#sec_2 .inlineBlock_UL li a h3 {
	font-size:100%;
	display: table;
	border: none;
	padding: 0;
	width: 100%;
}
#sec_2 .inlineBlock_UL li a h3 span {
	display: table-cell;
	vertical-align: middle;
}
#sec_2 .inlineBlock_UL li a .circle {
	display: inline-block;
	margin-bottom: 0;
	width: 70%;
}
#sec_2 .inlineBlock_UL li a .circle:after {
	display:none;
}
#sec_2 .inlineBlock_UL li a .circle img {
	border-radius: 0;
}
#sec_2 .inlineBlock_UL li a:hover .circle img {
	transform: scale(1.00);
}
}

@media screen and (max-width: 850px) {

}
















/*----------------------------------------------------
	☆☆SEC_3☆☆
----------------------------------------------------*/
#sec_3 {
	background: url(../img/sec3_bg.png) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
}
#sec_3 .inlineBlock_UL {
	font-size: 0;
	text-align: center;
}
#sec_3 .inlineBlock_UL li {
	font-size: 13px;
	display: inline-block;
	width: 40%;
	margin: 3% 5%;
	vertical-align: top;
}
#sec_3 .inlineBlock_UL li a {
	background-color:rgba(0,38,101,0.50);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	width: 100%;
	padding-top: 20%;
	position: relative;
	margin-bottom: 10px;
}
#sec_3 .inlineBlock_UL li a:hover {
	background-color:rgba(0,38,101,0.80);
}
#sec_3 .inlineBlock_UL li a h3 {
	font-size: 150%;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); 
	width:100%;
}
/*#sec_3 .inlineBlock_UL li a:nth-child(1) {
	background-image: url(../img/brand_1.jpg);
}
#sec_3 .inlineBlock_UL li a:nth-child(2) {
	background-image: url(../img/brand_2.jpg);
}
#sec_3 .inlineBlock_UL li a:nth-child(3) {
	background-image: url(../img/brand_3.jpg);
}
#sec_3 .inlineBlock_UL li a:nth-child(4) {
	background-image: url(../img/brand_4.jpg);
}*/
#sec_3 .inlineBlock_UL li a h3 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#sec_3 .inlineBlock_UL li .txt {
	text-shadow:1px 1px 1px rgba(0,0,0,0.3);
	text-align: left;
	font-size: 93%;
}

@media screen and (max-width: 900px) {
#sec_3 .inlineBlock_UL li {
	width: 90%;
	margin: 10px auto;
}
}
















/*----------------------------------------------------
	☆☆SEC_4☆☆
----------------------------------------------------*/
#sec_4 {
	background: #F5F5F5;
	/*! min-height:auto !important; */
}
#sec_4 .secTitle {
	text-align: left !important;
	margin-bottom: 40px;
}
#sec_4 .secTitle .title {
	font-size: 130%;
}


@media screen and (max-width: 850px) {
#sec_4 .secTitle {
	text-align: center !important;
}
#sec_4 .box6-3 .rBox .bnrLib {
	text-align: center;
}
#sec_4 .box6-3 .rBox .bnrLib a img {
	width: 60%;
}
}
