
body {
	margin: 0;
	width: 100%;
	height: 100vh;
	background-image:url("bg.jpg");
	background-repeat: repeat-y;
	background-position: 50% 0%;
	animation: bgAnime 600s infinite both;
	
}
h1{
padding-left:0.2rem;
}
h2 {}
.clearfix::after{
   content: "";
   display: block;
   clear: both;
}
@keyframes bgAnime{
	0% {
		background-size:2000px auto;
	}
	100% {
		background-size:5096px auto;
	}
}


.box1{
	position: relative;
}
.box2{
	text-align:center;
	background-image:url("bg2.png");
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-size:100% auto;
	opacity:0.5;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: -1;
}

.box3{
	text-align:left;
	width:800px;
	max-width:100%;
	margin:auto;
}

.box4{
	color:#ffe;
	margin-top:5rem;
}

.box4 h2{
	text-align:center;
	font-size:1.6rem;
}
.box5{
	margin-top:2rem;
}

.box5-left{
	float:left;
	width:25%;
	margin-left:5%;
}
.box5-left img{
	width:100%;
	font-size:0;
	line-height:0;
}
.box5-right{
	float:left;
	width:64%;
	margin-right:5%;
}
.box5-right p{
	padding:0.2rem 1rem;
	line-height:1.6rem;
}

.box9-right{
	float:left;
	width:25%;
	margin-right:5%;
}
.box9-right img{
	width:100%;
	font-size:0;
	line-height:0;
}
.box9-left{
	float:left;
	width:64%;
	margin-left:5%;
}
.box9-left p{
	padding:0.2rem 1rem;
	line-height:1.6rem;
}



.box6{
	text-align:center;
	margin-top:2rem;
	margin-bottom:2rem;
}
.box6 h3{
	margin-bottom:1rem;
	font-size:1.5rem;
}
.box7{
	text-align:center;
	margin-top:1rem;
	margin-bottom:1rem;
}
.box7 h4{
	font-size:1.2rem;
}
.box7 h4:before{
	content:"◇◇　";
}
.box7 h4:after{
	content:"　◇◇";
}
.box7 p{
	margin-top:0.5rem;
}
.box8{
	text-align:center;
	margin-bottom:0.5rem;
}
.box8 a.imgpdf{
	text-decoration:none;
	display:block;
	width:30%;
	margin:auto;
}
.box8 video{
	display:block;
	width:70%;
	margin:auto;
	margin-bottom:1rem;
}
.box8 a.dlmoji{
	text-decoration: none;
	color: #fff;
	font-size: 1.2rem;
	display: inline-block;
	padding: 0.7rem 1.2rem;
	width:35%
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0.1em;
	border-radius: 0.5rem;
	background-color: #eb6100;
}
.box8 img{
	width:100%;
}
.box8 img.haku{
	background:white;
}
.box8 p{
	color:#ccf;
	margin-top:0.3rem;
}

.box10{
	margin-bottom:3rem;
}

.box11{
	text-align:center;
	margin-top:5rem;
	margin-bottom:5rem;
}


