@charset "utf-8";

/*ローディング*/
#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 1000;
}
#loader {
	display: none;
	position: relative;
	z-index: 1200;
	width: 100%;
	height: 100%;
}

#loader div{
    position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

#loader div p{
    margin: auto;
    width: 80px;
}
#loader div p img{
    width: 100%;
}
@media screen and (max-width: 890px){


    #loader div{
        width: 60px;
        height: 60px;
    }

    #loader div p{
        width: 60px;
    }
}
@media screen and (max-width: 640px){
    #loader div{
        width: 50px;
        height: 50px;
    }

    #loader div p{
        width: 50px;
    }
}


html{
	font-size: 18px;
	font-family: 'Noto Sans JP', sans-serif;
}
@media(max-width: 767px){
	html{
		font-size: 12px;
	}
}
html,body{
    width: 100%;
    -ms-overflow-x: hidden;
        overflow-x: hidden;
}

#main{
	background: #383635;
	color: #fff;
}
.mainInner{
    background: #383635;
}


.bg-section{
	position: absolute;
    left: 0;
    top: 0;
	width: 100%;
	height: 100vh;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center center; 
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

#bg-section01{
    background-image: url('img/img01.jpg');
}
#bg-section02{
    background-image: url('img/img02.jpg');
}
#bg-section03{
    background-image: url('img/img03.jpg');
    top: 30vh;
}
.title{
    letter-spacing: 4px;   
}
.z-depth-2{
    position: relative;
    z-index: 2;
}
.table{
    background-color: #FFF;
    color: #333;
}
.btn-ghost{
    border: 1px solid #fff;
    color: #FFF;
}
.btn-ghost:hover{
    text-decoration: none;
    background: #080126;
    border-color: #080126;
    color: #FFF;
}
#section01{
    position: relative;
    z-index: 2;
    padding: 0;
    height: 100vh;
}
#section01 .content-inner{
    max-width: 600px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 2;
}
/**/
.logo{
    width: 400px;
    margin: auto;
}
.logo img{
    width: 100%;
    display: block;
}
#section01 .inner-el{
    font-size: 4rem;
    position: relative;
    text-align: center;
    padding: 0 10px;
    max-width:50px;
}
@media(max-width: 767px){
    #section01 .inner-el{
        padding: 0 10px; 
        font-size: 3rem;
    }
}
@media(max-width: 640px){
    .logo{
        width: 250px;
        margin: auto;
    }
}


#section02{
    background: #383635;
    position: relative;
    z-index: 4;
    padding:10vh 0;
}
#fog01{
    position: absolute;
    bottom: -30vh;
    left: 0;
    width: 100%;
    z-index: 1;
    pointer-events: none;
}
#fog01 img{
    width: 100%;
}
#section03{
    position: relative;
    z-index: 3;
    padding: 50vh 0 0;
    background: #383635;
    overflow: hidden;
}
#fog02{
    position: absolute;
    bottom: -50vh;
    left: 0;
    width: 100%;
    z-index: 1;
    pointer-events: none;
}
#fog02 img{
    width: 100%;
}
/*レイアウトくずれ防止のため非表示*/
@media(max-width: 640px){
    #fog02,
    #fog02 img{
        display: none;
    }
}
#section04{
    position: relative;
    background: #383635;
    z-index: 3;
    padding: 10vh 0;
}
#section05{
    position: relative;
    z-index: 3;
    padding: 50vh 0 0;
    background: #383635;
    overflow: hidden;
}
#section06{
    position: relative;
    background: #383635;
    z-index: 3;
    padding: 10vh 0;
}
#section07{
    position: relative;
    background: url("img/bg.jpg") no-repeat;
    background-size: cover;
    z-index: 3;
    padding: 0;
    height: 100vh;
    padding-bottom: 5vh;
}
#section07 .last{
    display: flex;
    height: calc(100% / 3);
}
#section07 .last:nth-of-type(2){
    align-items: center;
    justify-content: flex-end;
}
#section07 .last .lastlogo{
    width: 300px;
}


#footer{
    color: #FFF;
    padding: 50px 20px;
    font-size: 12px;
    text-align: center;
    background: #383635;
}
#footer .instagram{
    width: 500px;
    margin: auto;
}
#footer .instagram img{
    width: 500px;
    margin: auto;
}

#footer .home{
    width: 300px;
    margin: 50px auto;
}
#footer .home a{
    width: 298px;
    display: block;
    padding: 30px 0;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    font-size: 18px;
    transition: .35s;
}
#footer .home a:hover{
    text-decoration: none;
    background: #fff;
    color: #383635;
}


@media(max-width: 767px){
        
    #section02,#section04,#section06{
        padding: 40px 0;
    }
}
@media(max-width: 640px){
    #section07 .last .lastlogo{
        width: 200px;
    }
    #footer .instagram{
        width: 300px;
    }
    #footer .instagram img{
        width: 300px;
    }
    #section07 .last:nth-of-type(3){
        align-items: center;
    }
}

.text{
    width: calc(100% / 3);
}
.textWrap{
    display: flex;
}
.position_left,
.position_right,
.position_center{
    width: calc(100% / 3);

}



/* ---------- フェードイン ---------- */

.slide-top {
	opacity: 0;
	transform: translate(0, -20px);
	transition: all .5s ease-out;
 }

.slide-bottom {
	opacity: 0;
	transform: translate(0, 20px);
	transition: all .5s ease-out;
 }

.slide-left {
	opacity: 0;
	transform: translate(-20px, 0);
	transition: all .8s ease-out;
 }

.slide-right {
	opacity: 0;
	transform: translate(20px, 0);
	transition: all .8s ease-out;
 }
