@charset "UTF-8";
body {
	font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
	background-color: #34314c;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}
p{
	font-size: 1.5em;
}
.header{
	color: #fff;
	background-color: #34314c;
	height: 50px;
}
.header section{
	margin-left: 20%;
}
.header img{
	width: 50px;
	height: auto;
	position: absolute;
	margin-top: -10px;
	margin-left: -70px;
}
.container{
	width:100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}
.sec1{
	text-align: center;
	margin-top: -40px;
	height: 350px;
	width: 100%;
	background-image: url("../img/733540_m.jpg");
	background-size: 100%;
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-color: #000;
	text-shadow: #fff 0 0 0px; 
}
.title{
	font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
	font-size:1.3em;
}
.sec1 h2{
	padding-top:5%;
	font-size: 3em;
}
.copy_animation{
 	animation: SlideUp 1s;
	 transition-timing-function: ease-in-out;
}

@keyframes SlideUp {
0% {
	opacity: 0;
	transform: translateX(32px);
}
100% {
	opacity: 1;
	transform: translateX(0);
}
}
.sec2{
	text-align: center;
	padding-top: 50px;
	height: 600px;
	width: 100%;
	background-color: #fff;
	text-decoration: none;
}
.sec2 h2{
	font-size: 1.8em;
}
.sec2 a:link, a:visited, a:hover, a:active {
  color: black;
}
.sec2 h3{
	margin-top: -5px;
	font-size: 3em;
}
.c1{
	color: #ff7473;
}
.c2{
	color: #ffc952;
}
.c3{
	color: #47b8e0;
}
.sec_title-1{
	text-align: center;
	height: 145px;
	width: 100%;
	background-color: #ff7473;
}
.sec3{/*------------セクションタイトル_ESPORTS------------*/
	padding-left: 15%;
}
.sec3 h2{
	position: absolute;
	margin-top: -160px;
	font-size: 7em;
	color: #fff;
	transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
}
.sec4{
	text-align: center;
	padding-top: 50px;
	height: 700px;
	width: 100%;
	background-color: #fff;
}
.sec_title-2{
	text-align: center;
	height: 145px;
	width: 100%;
	background-color: #ffc952;
}
.sec4 h2{
		font-size: 1.8em;
}
.sec4 img{
	position: absolute;
	left: 10vw;
	width: 7%;
}
.sec5{ /*------------セクションタイトル_EDUCATION------------*/
	padding-left: 15%;
}
.sec5 h2{
	position: absolute;
	margin-top: -160px;
	font-size: 7em;
	color: #fff;
	transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
}
.sec6{
	text-align: center;
	padding-top: 50px;
	height: 800px;
	width: 100%;
	background-color: #fff;
}
.sec6 h2{
	font-size: 1.8em;
}
.sec6 img{
	position: absolute;
	left: 10vw;
	width: 8%;
}
.sec_title-3{
	text-align: center;
	height: 145px;
	width: 100%;
	background-color: #47b8e0;
}
.sec7{/*------------セクションタイトル_EVOLUTION------------*/
	padding-left: 15%;
}
.sec7 h2{
	position: absolute;
	margin-top: -160px;
	font-size: 7em;
	color: #fff;
	transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
}
.sec8{
	text-align: center;
	padding-top: 50px;
	height: 500px;
	width: 100%;
	background-color: #fff;
}
.sec8 h2{
		font-size: 1.8em;
}
.sec8 img{
	position: absolute;
	left: 10vw;
	width: 8%;
}
/*---テキスト装飾---*/
.fadein-bottom{
  -webkit-transition: all .8s linear;
  -o-transition: all .8s linear;
  transition: all .8s linear;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  transition-timing-function: ease-in-out;
  opacity: 0;
}
.fadein-bottom.active{
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
/*---テキスト装飾ディレイ---*/
.fadein-bottom2{
  -webkit-transition: all .8s linear;
  -o-transition: all .8s linear;
  transition: all .8s linear;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  transition-timing-function: ease-in-out;
  transition-delay: .3s;
  opacity: 0;
}
.fadein-bottom2.active{
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
/*---赤注釈---*/
.color {
	position: absolute;
	margin-top: 38px;
	background-color: #FF2C30;
	transform-origin:center left;
	animation:color 1s both;
}
span.color {
	display:inline-block;
	animation-delay:2.2s;
	transition:ease-in-out;
}

@keyframes color {
	0% {
		width: 0px;
		height: 5px;
	}
	100% {
		width: 295px;
		height: 5px;
		z-index: 1;
	}
}
.down_appear {
	opacity: 0;
	animation:.5s down_appear forwards;
	animation-delay: 2s;
}

@keyframes down_appear {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.down_point{
	position: absolute;
	display: inline-block;
	left: 77%;
	opacity: 1;
	
}
.down_point::before{
	content: '';
	width: 40px;
	height: 40px;
	border: 40px;
	border-top: solid 3px #aaa;
	border-right: solid 3px #aaa;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	margin-top: -1350px;
	animation:down infinite 1.8s;
	left: 0;
	animation-delay: 3.3s;
	opacity: inherit;
}
@keyframes down{
  0%{
    margin-top: -135px;
  }
	50%{
	margin-top: -120px;
	}
  100%{
    margin-top: -135px;
  }
}
/*---トリプルイー---*/
.appear {
	transform-origin:center top;
	animation:show 1s both;
}
span.appear {
	display:inline-block;
}
.d1 {animation-delay:.2s;}
.d2 {animation-delay:.4s;}
.d3 {animation-delay:.7s;}
.d4 {animation-delay:.9s;}
.d5 {animation-delay:1.2s;}
@keyframes show {
	0% {
		transform:translate(0,1em);
		opacity:0;
	}
	100% {
		transform:translate(0,0);
		opacity:1;
	}
}
/*------*/
/*---セクションタイトル装飾---*/
.fadein-right{
	position:relative;
	right:100%;
	transition: right 800ms ease-in-out;
}
.fadein-right.active{
	right:0;
}
/*------*/

footer{
	font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
	color: #fff;
	padding: 25px 0 20px 0;
	background-color: #34314c;
}
.footer p{
	font-size: 1em;
}
.footer{
	padding-left: 33%;
}
.logo_footer{
	float: right;
	padding-top: 50px;
	padding-right: 50%;
}
.logo_footer img{
	width: 100px;
	height: auto;
}
.copyright{
	text-align: center;
}
.about{
	height: auto;
}

/* Mobile */
@media (max-width: 320px) {
	body {
	font-size: 2.25vw;
}
.sec8 img,.sec6 img,.sec4 img{
	width: 15vw;
	top: -12vh;
}
.sec_title-1,.sec_title-2,.sec_title-3{
	height: 12vh;
}
.sec3{
	font-size: 2vw;
	padding-top: 50px;
	padding-left: 90px;
}
.sec5,.sec7{
	font-size: 2vw;
	padding-top: 50px;
	padding-left: 40px;
}
.footer{
	padding-left: 10%;
}
.logo_footer{
	float: right;
	padding-top: 50px;
	padding-right: 15%;
}
.logo_footer img{
	width: 100px;
	height: auto;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
body {
	font-size: 2.25vw;
}
.sec8 img,.sec6 img,.sec4 img{
	width: 15vw;
	top: -12vh;
}
.sec_title-1,.sec_title-2,.sec_title-3{
	height: 12vh;
}
.sec3{
	font-size: 2vw;
	padding-top: 50px;
	padding-left: 90px;
}
.sec5,.sec7{
	font-size: 2vw;
	padding-top: 50px;
	padding-left: 40px;
}
.footer{
	padding-left: 10%;
}
.logo_footer{
	float: right;
	padding-top: 50px;
	padding-right: 15%;
}
.logo_footer img{
	width: 100px;
	height: auto;
}
}
