@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Lato');

@font-face {
font-family: 'Gabriola';
font-style: normal;
font-weight: normal;
src: local('Gabriola'), url('../fonts/gabriola.woff') format('woff');
}

/* =======================================

	CommonElements

======================================= */
body {
	line-height: 160%;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	color: #000;
	text-align: center;
	background: #fff;
	position: relative;
    font-size: 13px;
}
a:link { text-decoration:none; color: #fff;}
a:visited { text-decoration:none; color: #fff;}
a:active { text-decoration:none; color: #fff;}
a:hover { text-decoration:none; color: #fff;}

p {
	padding: 0 0 30px 0;
}

header {
	top: 0;
	left: 0;
	padding: 10px 0;
	width: 100%;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	position: fixed;
    z-index: 3320;
    -webkit-transform: translateY(-100px);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-100px);  /* IE 9 */
    transform: translateY(-100px);  /* Firefox 16+, IE 10+, Opera */
    opacity: 0;
     -webkit-animation: drop 1.5s 2s forwards ease-in-out; /* Chrome, Opera 15+, Safari 5+ */
    animation: drop 1.5s 2s forwards ease-in-out; /* Chrome, Firefox 16+, IE 10+, Opera */
}

header div.logo {
    position: absolute;
    top:30px;
    left:40px;
}

header div.logo img {
    width:170px;
}

.menu-btn {
    position: fixed;
    right:50px;
    top:38px;
    width:50px;
    z-index: 888;
    -webkit-transform: translateY(-100px);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-100px);  /* IE 9 */
    transform: translateY(-100px);  /* Firefox 16+, IE 10+, Opera */
    opacity: 0;
     -webkit-animation: drop 1.5s 2s forwards ease-in-out; /* Chrome, Opera 15+, Safari 5+ */
    animation: drop 1.5s 2s forwards ease-in-out; /* Chrome, Firefox 16+, IE 10+, Opera */
}

.menu-btn img {
    width:50px;
}

ul.lang {
    position: absolute;
    right:200px;
    top:32px;
    width:50px;
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    font-size:14px;
    z-index: 3320;
    -webkit-transform: translateY(-100px);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-100px);  /* IE 9 */
    transform: translateY(-100px);  /* Firefox 16+, IE 10+, Opera */
    opacity: 0;
     -webkit-animation: drop 1.5s 2s forwards ease-in-out; /* Chrome, Opera 15+, Safari 5+ */
    animation: drop 1.5s 2s forwards ease-in-out; /* Chrome, Firefox 16+, IE 10+, Opera */
}

ul.lang li {
    width:40px;
    text-align: center;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    letter-spacing: 8px;
    padding:5px;
    color:#fff;
    opacity:0.6;
    list-style: none;
}

header ul.lang li a {
    color:#fff;
    display: block;
}

ul.lang li.on {
    opacity:1.0;
}
@media screen and (max-width: 799px) {
	header div.logo {
		position: absolute;
		top:20px;
		left:15px;
	}
	header div.logo img {
		width:120px;
	}
	.menu-btn {
		right:15px;
		top:20px;
		width:40px;
	}
	.menu-btn img {
		width:40px;
	}
	ul.lang {
		position: absolute;
		right:110px;
		top:15px;
		width:40px;
		font-size: 12px;
	}
	ul.lang li {
		width:40px;
		letter-spacing: 4px;
	}
}

/* #container
--------------------------- */
#container {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
	z-index: 1;
}
.copy {
    color:#fff;
    font-size: 19px;
    letter-spacing: 10px;
	position: absolute;
    top:50%;
    margin-top: -50px;
	width: 100%;
	text-align: center;
    height:50px;
    font-weight: lighter;
}
@media screen and (max-width: 799px) {
	.copy {
		font-size: 14px;
		position: relative;
		top:45vh;
		width: 90%;
		margin: 0 auto;
		line-height: 170%;
		letter-spacing: 6px;
	}
}

/* .stageBase
--------------------------- */
.stageBase {
	width: 100%;
	min-height: 100vh;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.stageBase>div{
	width: 100%;
}
.box{
	text-align: center;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
#stage1 {background:#fff;}
#stage2 {background:#eee; color:#656f87;}
#stage3 {background:url(../img/service01.jpg) top center no-repeat;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover; color:#fff;}
#stage4 {background:#eee; color:#656f87;}

#stage2 h3,
#stage3 h3,
#stage4 h3{
    font-family: 'Lato', sans-serif;
    letter-spacing: 8px;
    text-transform: uppercase;
    font-size:14px;
    font-weight: bold;
    margin-bottom: 80px;
}

#stage2 p,
#stage3 p,
#stage4 p{
    line-height:190%;
    letter-spacing: 4px;
    font-size: 13px;
}

/*stage2*/
#stage2 .box {
    width:60%;
    margin-left:auto;
    margin-right:auto;
    max-width: 800px;
}
#stage2 h1 {
    font-size:18px;
    font-weight: normal;
    margin: 0 0 10px;
    letter-spacing: 6px;
	color:#656f87;
}
#stage2 h2 {
    font-size:12px;
    margin: 0 0 50px;
    letter-spacing: 5px;
    font-weight: normal;
}
#stage2 .name {
    font-family:'Gabriola';
    font-weight:normal;
    font-size:20px; 
    text-align:right;
    letter-spacing: 3px;
    margin-top: 40px;
	padding-bottom: 0;
}

/*stage4*/
#stage4 .box{
	padding: 15vh 0 5vh;
}
#stage4 h3{
	margin-bottom: 30px;
}
#stage4 dl {
    display:flex;
    display:-o-flex;
    display:-ms-flex;
    display:-moz-flex;
    display:-webkit-flex;
    justify-content: center;
    margin:40px auto 0;
    padding:0;
    width:96%;
    flex-wrap: wrap;
}
#stage4 dt {
    margin:0 40px 0 0;
    padding:0;
    width:30%;
    max-width: 400px;
}
#stage4 dt img {
    width:100%;
}
#stage4 dd{
    margin:0;
    padding:0;
    width:65%;
    text-align: left;
    max-width: 860px;
}
#stage4 dd h4 {
    font-size: 14px;
    letter-spacing: 8px;
    margin-bottom: 10px;
}
#stage4 dd p {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 180%;
}
#stage4 dd ul li {
    margin:0 0 20px;
    padding:0 0 0 50px;
}
#stage4 dd ul li:nth-child(1) {
    background: url(../img/icon01.png) top left no-repeat;
    background-size:40px;
}
#stage4 dd ul li:nth-child(2) {
    background: url(../img/icon02.png) top left no-repeat;
    background-size:40px;
}
#stage4 dd ul li:nth-child(3) {
    background: url(../img/icon03.png) top left no-repeat;
    background-size:40px;
}


@media screen and (max-width: 799px) {
	.box{
		width:90% !important;
		margin-left:auto;
		margin-right:auto;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}

	#stage2 h3,
	#stage3 h3,
	#stage4 h3,
	#stage5 h3,
	#stage6 h3,
	#stage7 h3{
		margin-bottom: 30px;
	}

	/*stage2*/
	#stage2 h1 {
		letter-spacing: 4px;
	}

	#stage2 h2 {
		letter-spacing: 4px;
	}

	/*stage4*/
	#stage4 dl {
		margin-top:10px;
	}
	#stage4 dt {
		margin:0 0 40px 0;
		width:100%;
		max-width: 100%;
		text-align: center;
	}
	#stage4 dt img {
		width:60%;
	}
	#stage4 dd{
		margin:0;
		padding:0;
		width:100%;
		max-width: 100%;
	}
}


/* animation
--------------------------- */
.inviewfadeIn {
	opacity: 0;
}
.inviewfadeIn2 {
	opacity: 0;
}
.fadeIn {
	-webkit-animation: blur2 2.5s normal forwards ease-in-out; /* Chrome, Opera 15+, Safari 5+ */
	animation: blur2 2.5s normal forwards ease-in-out; /* Chrome, Firefox 16+, IE 10+, Opera */
	animation-delay: .5s;
}
.fadeIn2 {
	-webkit-animation: blur3 2.5s normal forwards ease-in-out; /* Chrome, Opera 15+, Safari 5+ */
	animation: blur3 2.5s normal forwards ease-in-out; /* Chrome, Firefox 16+, IE 10+, Opera */
	animation-delay: .5s;
}
.inviewfadeInDelay {
	opacity: 0;
	transition: 2s;
	transition-delay: 2s;
}
.inviewfadeInDelay2 {
	opacity: 0;
	transition: 2s;
	transition-delay: 3s;
}
.fadeInDelay {
	opacity: 1.0;
}
@keyframes blur {
	0%  {
		color: transparent;
		text-shadow: 0 0 30px rgba( 0, 0, 0, 1 );
		opacity: 0;
	  }
	30%  {
		color: transparent;
		text-shadow: 0 0 10px rgba( 0, 0, 0, 1 );
		opacity: 1;
	  }
	50%  {
		color: black;
		text-shadow: 0 0 10px rgba( 0, 0, 0, 0 );
		opacity: 1;
	  }
	80%  {
		color: black;
		text-shadow: 0 0 10px rgba( 0, 0, 0, 0 );
		opacity: 1;
	  }
	100%  {
		color: black;
		text-shadow: 0 0 10px rgba( 0, 0, 0, 0 );
		opacity:0;
	  }
}
@keyframes blur2 {
	0%  {
		color: transparent;
		text-shadow: 0 0 30px rgba( 101, 111, 135, 1 );
		opacity: 0;
	  }
	30%  {
		color: transparent;
		text-shadow: 0 0 10px rgba( 101, 111, 135, 1 );
		opacity: 1;
	  }
	100%  {
		color: #656f87;
		text-shadow: 0 0 10px rgba( 101, 111, 135, 0 );
		opacity: 1;
	  }
}
@keyframes blur3 {
	0%  {
		color: transparent;
		text-shadow: 0 0 30px rgba( 255, 255, 255, 1 );
		opacity: 0;
	  }
	30%  {
		color: transparent;
		text-shadow: 0 0 10px rgba( 255, 255, 255, 1 );
		opacity: 1;
	  }
	100%  {
		color: #fff;
		text-shadow: 0 0 10px rgba( 255, 255, 255, 0 );
		opacity: 1;
	  }
}
@keyframes drop {
	0%  {
		-webkit-transform: translateY(-100px);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: translateY(-100px);  /* IE 9 */
		transform: translateY(-100px);  /* Firefox 16+, IE 10+, Opera */
		opacity: 0;
	  }
	100%  {
		-webkit-transform: translateY(0);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: translateY(0);  /* IE 9 */
		transform: translateY(0);  /* Firefox 16+, IE 10+, Opera */
		opacity: 1;
	  }
}
@keyframes fadein {
	0%  {
		opacity: 0;
	  }
	100%  {
		opacity: 1;
	  }
}
@keyframes movedown {
	0%  {
		-webkit-transform: translateY(-10px);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: translateY(-10px);  /* IE 9 */
		transform: translateY(-10px);  /* Firefox 16+, IE 10+, Opera */
		opacity: 0;
	  }
	100%  {
		-webkit-transform: translateY(0);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: translateY(0);  /* IE 9 */
		transform: translateY(0);  /* Firefox 16+, IE 10+, Opera */
		opacity: 1;
	  }
}