@charset "utf-8";

/*========= LoadingのためのCSS ===============*/


#splash {
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	background:#000;
	text-align:center;
	color:#fff;
}

#splash_text {
	position: absolute;
	top: 50%;
	left: 50%;
    z-index: 999;
	width: 100%;
	transform: translate(-50%, -50%);
	color: #fff;
}


/*========= 画面遷移のためのCSS ===============*/


.splashbg{
    display: none;
}

body.appear .splashbg{
    display: block;
    content: "";
    position:fixed;
	z-index: 999;
    width: 100%;
    height: 100vh;
    top: 0;
	left: 0;
    transform: scaleX(0);
    background-color: #09042c;
	animation-name:PageAnime;
	animation-duration:1.2s;
	animation-timing-function:ease-in-out;
	animation-fill-mode:forwards;
}

@keyframes PageAnime{
	0% {
		transform-origin:left;
		transform:scaleX(0);
	}
	50% {
		transform-origin:left;
		transform:scaleX(1);
	}
	50.001% {
		transform-origin:right;
	}
	100% {
		transform-origin:right;
		transform:scaleX(0);
	}
}


#container{
	opacity: 0;
}

body.appear #container{
	animation-name:PageAnimeAppear;
	animation-duration:1s;
	animation-delay: 0.8s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes PageAnimeAppear{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}


/*==================================================
縲讖溯�邱ｨ 4-2-1縲閭梧勹濶ｲ縺御ｼｸ縺ｳ繧具ｼ井ｸ翫°繧我ｸ具ｼ�
===================================*/




#container{
    position: relative;
    z-index: 1;
}

body.appear #container{
	animation-name:PageAnimeAppear;
	animation-duration:1s;
	animation-delay: 0.8s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes PageAnimeAppear{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}

/*==================================================
縲讖溯�邱ｨ 5-3-2縲荳ｭ蠢�°繧牙､悶↓邱壹′莨ｸ縺ｳ繧具ｼ井ｸｭ螟ｮ��
===================================*/
#menu li a{
	position: relative;
}

#menu li a::after {
    content: '';
    position: absolute;
    bottom: 34px;
    left: 10%;
    width: 80%;
    height: 1px;
    background: #fff;
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: center top;/
}


#menu li a:hover::after {
    transform: scale(1, 1);
}

/*===========================================================*/
/*讖溯�邱ｨ 9-1-1	邵ｦ邱壹′蜍輔＞縺ｦ繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ繧剃ｿ�☆*/
/*===========================================================*/


.scrolldown1{
	position:absolute;
	right:50px;
	bottom:50px;
	height:50px;
}

.scrolldown1 span{
	position: absolute;
	left:-15px;
	top: -15px;
	color: #eee;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
}


.scrolldown1::after{
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	height: 30px;
	background: #eee;
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}


@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}

/*==================================================
縲讖溯�邱ｨ 7-1-1	閭梧勹縺梧ｵ√ｌ繧具ｼ亥ｷｦ縺九ｉ蜿ｳ��
===================================*/

.btn{
    position: relative;
	overflow: hidden;
	text-decoration: none;
	display: inline-block;
   	border: 1px solid #fff;
    padding: 10px 30px;
    text-align: center;
    outline: none; 
    transition: ease .2s;
}


.btn span {
	position: relative;
	z-index: 3;
	color:#fff;
}

.bgleft:before {
 	content: '';
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
 	background:#1b1953;
 	width: 100%;
	height: 100%;
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}

.bgleft:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}


/*===========================================================*/
/*蜊ｰ雎｡邱ｨ縲5-5縲髮ｪ縺碁剄繧九�5-6縲譯懊′謨｣繧�*/
/*===========================================================*/

.particle{ 
	position:absolute;
    left:0;
    top:0;
	width: 100%;
	height: 100vh;
}

/*==================================================
/*蜊ｰ雎｡邱ｨ縲6-3縲繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ縺吶ｋ縺ｨ逕ｻ髱｢蛻�牡縺励◆蟾ｦ蜿ｳ縺後◎繧後◇繧悟虚縺�*/
/*===================================*/


.ms-section{
	color:#fff;
	padding:0px;
}

.ms-section a{
	color:#fff;
}


#multiscroll-nav span{
	background:transparent!important;
	border-color:#fff!important;
}


#multiscroll-nav li .active span{
	background:#fff!important;
}


#menu li {
	display:inline-block;
}

#menu li a{
	display:inline-block;
	text-decoration:none;
	color: #fff;
	padding:20px;
}


#left1{
	background:url("../images/top/main-left.jpg") no-repeat center right;
	background-size:cover;
}

#right1{
	background:url("../images/top/main-right.jpg") no-repeat center left;
	background-size:cover;
}

#right2{
	background:url("../images/15.jpg") no-repeat center;
	background-size:cover;
}

#right3{
	background:url("../images/02.jpg") no-repeat center;
	background-size:cover;
}

#right4{
	background:url("../images/03.jpg") no-repeat center;
	background-size:cover;
}

#left4{
	background:url("../images/04.jpg") no-repeat center;
	background-size:cover;
}

#right5{
	background:url("../images/05.jpg") no-repeat center;
	background-size:cover;
}

#left5{
	background:url("../images/06.jpg") no-repeat center;
	background-size:cover;
}

#right6{
	background:url("../images/16.jpg") no-repeat center;
	background-size:cover;
}



@media screen and (max-width:550px){
	
#header{
	justify-content: center;
}

.ms-section{
	padding:0;
}

.ms-tableCell{
	vertical-align:top;
}

#menu,
.ms-right{
	display: none;
}

.ms-left{
	width:100%!important;
}

    
#left1{
    background:url("../images/top/main-right.jpg") center;
    background-size:cover;
}

#left2 .sp-top{
	background:url("../images/15.jpg") no-repeat center;
	background-size:cover;
    height: 50vh;
}

#left3 .sp-top{
	background:url("../images/02.jpg") no-repeat top center;
	background-size:cover;
    height: 50vh;
}
    
#left4 .sp-top{
	background:url("../images/03.jpg") no-repeat top center;
	background-size:cover;
    height: 50vh;
}
    
#left4 .sp-bottom{
	background:url("../images/04.jpg") no-repeat top center;
	background-size:cover;
    height: 50vh;
}

#left5 .sp-top{
	background:url("../images/05.jpg") no-repeat top center;
	background-size:cover;
    height: 50vh;
}
    
#left5 .sp-bottom{
	background:url("../images/07.jpg") no-repeat center;
	background-size:cover;
    height: 50vh;
}

#left6{
	background:url("../images/16.jpg") no-repeat center;
	background-size:cover;
}

.sp-bottom{
	padding:20px;
}
	
}






/*===========================================================*/
/*テキスト　ランダム*/
/*===========================================================*/

.text2 {
	font-family: 'Oswald', sans-serif;
	font-size: 19vmax;
	line-height: 80%;
	font-weight: 900;
	letter-spacing: -0.05em;
	opacity: 0.1;
}