@charset "UTF-8";


/* top
---------------------------------------------------------------------------*/


/* .enterとローディング
------------------------------------*/

.enter {
	position: relative;
	box-sizing: border-box;
	background-size: cover;
	width: 100%;
	min-width: 1100px;
	height: 100vh;
	min-height: 700px;
}

.enter .loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 260px;
	margin: -130px 0 0 -40px;
	text-align: center;
	opacity: 0;
	z-index: 999999;
}

.enter .loading figure {
	width: 80px;
	margin: 0 auto 15px;
}

.enter .loading p {
	color: #000;
	font-size: 12px;
	letter-spacing: 0.15em;
}

.enter .language {
  position: absolute;
  top: 32px;
  right: 32px;
  z-index: 2;
  display: none;
  height: 20px;
}

.enter .language img {
  display: block;
  width: auto;
  height: 100%;
}


/* .enter
------------------------------------*/
.bg-cover {
	position: absolute;
	top: 0;
	left: 0;
	background:#FFF;/*最初に出てくる背景*/
	width: 100%;
	min-width: 1100px;
	height: 100vh;
	min-height: 700px;
	z-index: 999998;
}

.bg-hatch {
	position: absolute;
	top: 0;
	left: 0;
	/*background: rgba(0,0,0,0.2);背景イメージに黒乗算したい場合はこれ使う*/
	width: 100%;
	min-width: 1100px;
	height: 100vh;
	min-height: 700px;
	z-index: 1;
}



@-webkit-keyframes bgscroll {
	0% {background-position: 0 0;}
	100% {background-position: -2000px 0;}
}

@keyframes bgscroll {
 0% {background-position: 0 0;}
 100% {background-position: -2000px 0;}
}


/* .enter-img
------------------------------------*/

.enter-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1100px;
	height: 100vh;
	min-height: 700px;
	z-index: 0;
}

.enter-img .inner {
	background-position: center center;
	background-size: cover;
	width: 100%;
	min-width: 1100px;
	height: 100vh;
	min-height: 700px;
	-webkit-animation: bgscale 20s linear infinite;
	animation: bgscale 20s linear infinite;
}

/*背景イメージについて*/
.slider-enter .inner:nth-child(1) { background-image: url(../img/slide/slide1.jpg); }
.slider-enter .inner:nth-child(2) { background-image: url(../img/slide/slide2.jpg); }
.slider-enter .inner:nth-child(3) { background-image: url(../img/slide/slide3.jpg); }
.slider-enter .inner:nth-child(4) { background-image: url(../img/slide/slide4.jpg); }
.slider-enter .inner:nth-child(5) { background-image: url(../img/slide/slide5.jpg); }
.slider-enter .inner:nth-child(6) { background-image: url(../img/slide/slide6.jpg); }

@-webkit-keyframes bgscale {
	0% {transform: scale(1);}
	100% {transform: scale(1.2);}
}

@keyframes bgscale {
	0% {transform: scale(1);}
	100% {transform: scale(1.2);}
}


/* .enter-copy
------------------------------------*/

.enter-copy {
	position: absolute;
	top: 30%;
	right: 45%;
	width: 180px;
	z-index: 999999;
}

.enter-copy .copy-line {
	display: block;
	content: '';
	position: absolute;
	top: 6px;
	right: 13px;
	background: #000;
	width: 1px;
	height: 0;
}

.enter-copy .copy1 {
	position: absolute;
	top: 70px;
	right: 0;
	opacity: 0;
}

.enter-copy .copy2 {
	position: absolute;
	top: -10px;
	right: 53px;
	opacity: 0;
}

.enter-copy .copy3 {
	position: absolute;
	top: -10px;
	right: 119px;
	opacity: 0;
}


/* .enter header
------------------------------------*/

.enter header {
	position: absolute;
	bottom: 60%;
	right: 0;
	z-index: 3;
}

.enter .header-logo {
	position: absolute;
	top: 40px;
	right: 45px;
}

.enter .header-logo h1.logo {
	position: absolute;
	top: 0;
	right: 55px;
}


/* .enter .gnav
------------------------------------*/

.enter .gnav {
	position: absolute;
	width:200px;
	bottom: 15%;
	left: 8%;
	z-index: 3;
}
/*.enter .gnav p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
	width:12%;
	float:right;
	text-align:center;
	margin:0 4% 0 4%;
	font-size:14px;
	letter-spacing:0.5em;
}*/
.enter .gnav p {
  /*-webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;*/
	width:14%;
	float:right;
	text-align:left;
	margin:30px 3% 0 3%;
	font-size:14px;
	letter-spacing:0.5em;
	height:auto;
	line-height:2em;
	vertical-align:middle;
}
.enter .gnav p img {
	width:100%;
	max-width:45px;
	height:auto;
	margin:0 auto;
}


/* .enter .snav
------------------------------------*/

.enter .snav {
	overflow: hidden;
	position: absolute;
	bottom: 30px;
	right: 30px;
	z-index: 3;
}



@media screen and (max-width:640px){
.enter {
    position: relative;
    box-sizing: border-box;
    background-size: cover;
    width: 100%;
    min-width: 100%;
    height: 100vh;
    min-height: 700px;
}
.bg-hatch {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    height: 100vh;
    min-height: 700px;
    z-index: 1;
}.enter-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    height: 100vh;
    min-height: 700px;
    z-index: 0;
}
.enter-copy {
    position: absolute;
    top: 5%;
    right: 5%;
    width: 180px;
    z-index: 999999;
}
}
