@charset "UTF-8";
/* -----------------------------------------------------------
   HEADER
------------------------------------------------------------*/

@keyframes anime1 {
	from { top: 0; left:-200px; opacity: 0; }
	to { top:0; left:0; opacity: 1;}
}
@keyframes anime2 {
	from { top:-200px; right:0; opacity: 0; }
	to { top:0; right:0; opacity: 1;}
}
@keyframes anime3 {
	from { bottom:0; right:-200px; opacity: 0; }
	to { bottom:0; right:0; opacity: 1;}
}

@media all and (min-width: 768px) {

header{
	position: relative;
	background-color: #d3ebef;
	padding: 30px 0;
}

#mainImg{
	width: 980px;
	height: 550px;
	margin: 0 auto;
	overflow: hidden;
  position: relative;
}
	#mainImg #main1 img,#mainImg #main2 img,#mainImg #main3 img{
	  pointer-events: none;
	  position: absolute;
	  z-index: 1;
	}
	#mainImg #main1{
		width: 540px;
		height: 550px;
		position: absolute;
	}
		#mainImg #main1 img{
			animation: anime1 2s cubic-bezier(.4, 0, .2, 1) forwards;
			width: 540px;
			height: 550px;
			background: url(../img/main1.jpg);
		}
	#mainImg #main2{
		width: 440px;
		height: 300px;
		position: absolute;
		top: 0;
		right: 0;
	}
		#mainImg #main2 img{
			animation: anime2 2s cubic-bezier(.4, 0, .2, 1) forwards;
			width: 440px;
			height: 300px;
			animation-delay: .2s;
			background: url(../img/main2.jpg);
			opacity: 0;
		}
	#mainImg #main3{
		width: 440px;
		height: 250px;
		position: absolute;
		bottom:0;
		right: 0;
	}
		#mainImg #main3 img{
			animation: anime3 2s cubic-bezier(.4, 0, .2, 1) forwards;
			width: 440px;
			height: 250px;
			animation-delay: .2s;
			background: url(../img/main_logo.png);
			opacity: 0;
		}


}
@media all and (max-width: 767px) {

header{
	position: relative;
}

#mainImg{
	width:100%;
	height: 0;
	padding-top: 56.12%;
	overflow: hidden;
  position: relative;
}
	#mainImg #main1 img,#mainImg #main2 img,#mainImg #main3 img{
	  position: absolute;
	  z-index: 1;
	}
	#mainImg #main1{
		width:55.1%;
		position: absolute;
		top: 0;
		left: 0;
	}
		#mainImg #main1 img{
			animation: anime1 2s cubic-bezier(.4, 0, .2, 1) forwards;
			width:100%;
			height: 0;
			padding-top: 101.8%;
			background-size: cover;
			background-image: url(../img/main1.jpg);

		}
	#mainImg #main2{
		width: 44.89%;
		position: absolute;
		top: 0;
		right: 0;
	}
		#mainImg #main2 img{
			animation: anime2 2s cubic-bezier(.4, 0, .2, 1) forwards;
			width:100%;
			height: 0;
			padding-top: 68.18%;
			animation-delay: .2s;
			background-size: cover;
			background-image: url(../img/main2.jpg);
		}
	#mainImg #main3{
		width: 44.89%;
		position: absolute;
		bottom:0;
		right: 0;
	}
		#mainImg #main3 img{
			animation: anime3 2s cubic-bezier(.4, 0, .2, 1) forwards;
			width:100%;
			height: 0;
			padding-top:56.81%;
			animation-delay: .2s;
			background-size: cover;
			background-image: url(../img/main_logo.png);
		}

}
/* -----------------------------------------------------------
   CONTENTS
------------------------------------------------------------*/
#l-box h2{
	color: #132546;
}
#snsBox .box h3{
	color: #132546;
}
.copy span{
	background-color: #ec6d51;
	color: #fff;
}

@media all and (min-width: 768px) {
	#l-box h2{
		font-size: 200%;
		font-weight: 500;
		display: block;
		width:650px;
		margin: 0 auto;
		background:url(../img/title.png) left center no-repeat;
		padding-left: 70px;
	}
	#snsBox .box h3{
		font-size: 130%;
		font-weight: 300;
		margin-bottom:15px;
		letter-spacing: 0.06em;
	}
	.copy{
		color: #132546;
		font-size:120%;
		letter-spacing: 0.08em;
		line-height: 2.0;
	}

}
@media all and (max-width: 767px)  {
	#l-box h2{
		font-size:150%;
		letter-spacing: 0.04em;
		font-weight: 500;
		line-height: 1.0;
		display: block;
		background-image:url(../img/title.png);
		background-size: 10%;
		background-repeat: no-repeat;
		background-position: center left;
		padding-left:12%;
	}
	#snsBox .box h3{
		font-size:95%;
		font-weight: 300;
		margin-bottom:10px;
	}
	#l-box p{
		font-size: 86%;
	}
	.copy{
		color: #132546;
		font-size:90% !important;
		text-align: center;
		line-height: 2.0;
		letter-spacing: 0.01em;
	}
}
