@charset "utf-8";

/*▼モバイルファースト 全共通（スマホ用）*/

.block02 {
	width: 95%;
	height: auto;
	margin: 50px auto 80px auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

h2 {
	color: #f15a24;
	font-size: 1.1rem;
	border-bottom: #29abe2 2px solid;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px 5px 0px 5px;
	width: 93%;
	height: auto;
}

.block02 p {
	font-size: 1rem;
	width: 85%;
	height: auto;
	margin: 20px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

.block02 img {
	width: 85%;
	height: auto;
	margin: 20px auto 0px auto;
	padding: 0px;
}

.block02 img.yoko2 {
	width: 42%;
	height: auto;
	margin: 10px 10px 0px 10px;
	padding: 0px;
}

.block02 p.cap {
	font-size: 0.9rem;
	margin: 5px auto 10px auto;
	padding: 0px;
	width: 80%;
	height: auto;
}

.text p.s1_a {
	font-size: 80%;
	margin: 10px 40px 10px 40px;
	padding: 0px;
	text-indent: -1em;
	padding-left: 1em;
}

.movie {
	font-size: 100%;
	width: 388px;
	height: auto;
	margin: 0px auto 5px auto;
	padding: 7px 0px 2px 0px;
	border-radius: 20px;
	border: 1px solid #999999;
	background-color: #ffffff;
}

.douga1 {
	width: 390px;
	height: auto;
	margin: 0px;
	padding: 0px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #999999;
}

.mv_box {
	width: 710px;
	height: auto;
	margin: 15px auto 0px auto;
	padding: 0px;
	border: none;
	/*	border: 1px solid #999999;
	background-color: orchid;*/
}

.m_box {
	text-align: center;
	width: 300px;
	height: auto;
	border: none;
	/*	background-color: blue;*/
}

.v_box {
	float: right;
	text-align: center;
	width: 390px;
	height: auto;
	border: none;
	/*	background-color: red;*/
}

.song {
	font-size: 100%;
	width: 99%;
	height: auto;
	margin: 0px auto 5px auto;
	padding: 7px 0px 2px 0px;
	border-radius: 20px;
	border: 1px solid #999999;
	background-color: #ffffff;
}

/*音楽*/
@keyframes play {
	/*イントロ*/
	10% {
		left: 110px;
		top: 200px;
	}

	/*いつでも　いいから*/
	14% {
		left: 260px;
		top: 200px;
	}

	/*ねえ　はなしてみてね*/
	17% {
		left: 110px;
		top: 235px;
	}
	26% {
		left: 280px;
		top: 235px;
	}

	/*だれもが　きみをまって*/
	28% {
		left: 110px;
		top: 270px;
	}
	37% {
		left: 300px;
		top: 270px;
	}

	/*いるから*/
	38% {
		left: 110px;
		top: 305px;
	}
	39% {
		left: 180px;
		top: 305px;
	}

	/*うん　いつでもいいから*/
	41% {
		left: 110px;
		top: 340px;
	}
	46% {
		left: 315px;
		top: 340px;
	}

	/*きっと　そう　はなして*/
	49% {
		left: 110px;
		top: 375px;
	}
	55% {
		left: 295px;
		top: 375px;
	}

	/*みると*/
	56% {
		left: 110px;
		top: 405px;
	}
	59% {
		left: 160px;
		top: 405px;
	}

	/*きもちはれるから*/
	60% {
		left: 110px;
		top: 440px;
	}
	67% {
		left: 250px;
		top: 440px;
	}

	/*いっしょにはなそう*/
	69% {
		left: 110px;
		top: 475px;
	}
	74% {
		left: 260px;
		top: 475px;
	}

	77% {
		left: 110px;
		top: 510px;
	}
	80% {
		left: 240px;
		top: 510px;
	}

	81% {
		left: 110px;
		top: 540px;
	}
	84% {
		left: 240px;
		top: 540px;
	}

	85% {
		left: 110px;
		top: 575px;
	}
	88% {
		left: 260px;
		top: 575px;
	}

	89% {
		left: 100px;
		top: 615px;
	}
	92% {
		left: 240px;
		top: 615px;
	}

	96% {
		left: 240px;
		top: 615px;
	}
	98% {
		left: 270px;
		top: 615px;
	}

	100% {
		left: 0px;
		top: 100px;
	}
}

.ya {
	width: 40px;
	height: 40px;
	background: none;
	position: relative;
	left: 0px;
	top: 100px;

	animation-name: play;
	animation-duration: 37s;
	animation-iteration-count: 1;
	animation-timing-function: linear;
	animation-direction: normal;
	animation-play-state: paused;
}

.ya2 {
	width: 40px;
	height: 40px;
	background: none;
	position: relative;
	left: 0px;
	top: 100px;
}

#button {
	background-image: url("start.png");
	width: 100px;
	height: 50px;
}
