@charset "UTF-8";

/*　2014年版（PCのみ）を基に新規作成　（2019.02.13）　*/

@import url(../../shared/css/style.css);
@import url(../../shared/css/elements_sp.css);
@import url(muse01_sp.css);



.stage div {
	font-size: 18px;
	color: #0077B7;
	display: block;
	font-weight: bold;
}

/*--------------------------------------------------------------------------------
 #cut01
--------------------------------------------------------------------------------*/

#cut01 {
	position: relative;
	width: 100%;
	height:auto;
	padding-top: 25px;
	padding-bottom: 270px;
	background: url(../images/07/clean1_sp.png) left 95% no-repeat, url(../images/07/grass1.svg) 78px 266px no-repeat
}
#cut01 .arrow {
	position: absolute;
	top: 1026px;
	left: 460px;
	background: url(../images/arrw_right_down.svg) no-repeat;
}

#cut01 .homura {
	position: absolute;
	left: 515px;
	top: 188px;
	width: 119px;
	height: 232px;
	background: url(../images/07/homura1_sp.png) left top / contain no-repeat;
}


#cut01 .title {
	margin-left:39px;
	width: 597px;
	height: 212px;
	background: url(../images/07/title.svg) left top / contain no-repeat;
}
#cut01 .title img {
	display: none;
}


#cut01 .stage {
	margin: 204px auto 0;
}

#cut01 .stage .photo01 {
	position: absolute;
	left: 32px;
	top: 81px;
	width: 250px;
	text-align: left;
}

#cut01 .stage .photo02 {
	position: absolute;
	left: 321px;
	top: 20px;
	width: 254px;
	text-align: right;
}



/*1カットめは、CSSの自動アニメーション
-----------------------------------------*/

/*titleアニメ設定*/
@keyframes doc01 {
	0% {
		opacity: 0;
		transform: translate(-333px, 0px);
	}

	100% {
		opacity: 1;
		transform: translate(0px, 0px);
	}
}


/*図版アニメ設定*/
@keyframes scale01 {

	0%,
	70% {
		transform: scale(0, 0);
	}

	80% {
		transform: scale(1.2, 1.2);
	}

	100% {
		transform: scale(1, 1);
	}
}

/*キャプションアニメ設定*/
@keyframes txt01 {

	0%,
	90% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}


/*title*/
#cut01 .title {
	animation-name: doc01;
	animation-duration: 1s;
	animation-delay: 0s;
	animation-iteration-count: 1;
}

/*homura1*/
#cut01 .homura {
	animation-name: scale01;
	animation-duration: 1.5s;
	animation-delay: 0s;
	animation-iteration-count: 1;
}

/*図版*/
#cut01 .stage {
	animation-name: scale01;
	animation-duration: 3s;
	animation-delay: 0s;
	animation-iteration-count: 1;
}


/*キャプション*/
#cut01 .txt,
#cut01 .txt p {
	animation-name: txt01;
	animation-duration: 3.5s;
	animation-delay: 0s;
	animation-iteration-count: 1;
}



/*--------------------------------------------------------------------------------
 #cut02
--------------------------------------------------------------------------------*/
#cut02 {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	padding-bottom: 30px;
	background: url(../images/07/homura2_sp.png) 80% 95% no-repeat;
}

#cut02 .arrow {
	position: absolute;
	top: 0;
	left: 78px;
	background: url(../images/arrw_left_down.svg) no-repeat;
}

#cut02 .stage .photo01 {
	position: absolute;
	left: 104px;
	top: 23px;
	width: 400px;
	text-align: right;
}


/*--------------------------------------------------------------------------------
 #cut03
--------------------------------------------------------------------------------*/
#cut03 {
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 30px;
	background: url(../images/07/clean2_sp.png) left 95% no-repeat;
}

#cut03 .arrow {
	position: absolute;
	top: 0;
	right: 107px;
	background: url(../images/arrw_right_down.svg) no-repeat;
}

#cut03 .stage .photo01 {
	position: absolute;
	left: 104px;
	top: 36px;
	width: 400px;
	height: 276px;
}


/*--------------------------------------------------------------------------------
 #cut04
--------------------------------------------------------------------------------*/
#cut04 {
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 30px;
	background: url(../images/07/homura3_sp.png) 60% 95% no-repeat;
}
#cut04 .arrow {
	position: absolute;
	top: 0;
	left: 78px;
	background: url(../images/arrw_left_down.svg) no-repeat;
}

#cut04 .stage .photo01 {
	position: absolute;
	left : 104px;
	top : 20px;
	width : 400px;
	text-align:right;
}




/*--------------------------------------------------------------------------------
 #cut05
--------------------------------------------------------------------------------*/

#cut05 {
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 30px;
	background: url(../images/07/homura4_sp.png) 30% 95% no-repeat;
}

#cut05 .arrow {
	position: absolute;
	top: 0;
	right: 107px;
	background: url(../images/arrw_right_down.svg) no-repeat;
}

#cut05 .stage {
	height: 541px;

}

#cut05 .stage .photo01 {
	width : 497px;
	height : auto;
	margin: 0 auto;
	padding-top: 12px;
	text-align:right;
}


/*--------------------------------------------------------------------------------
 #cut06
--------------------------------------------------------------------------------*/
#cut06 {
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 30px;
	background: url(../images/07/homura5_sp.png) 75% 95% no-repeat;
}
#cut06 .arrow {
	position: absolute;
	top: 0;
	left: 78px;
	background: url(../images/arrw_left_down.svg) no-repeat;
}
#cut06 .stage {
	height: 289px;
}
#cut06 .stage .photo01 {
	width : 250px;
	height : auto;
	margin: 0 auto;
	padding-top: 30px;
	text-align:right;
}




/*--------------------------------------------------------------------------------
 #cut07
--------------------------------------------------------------------------------*/
#cut07 {
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 280px;
	background: url(../images/07/bear_sp.png) 25% bottom no-repeat;
}
#cut07 .stage .photo01 {
	position: absolute;
	left : 168px;
	top : 20px;
	width : 271px;
	height : 276px;
	text-align:right;
}
