@charset "UTF-8";

/*　2014年版（PCのみ）を基に新規作成　（2019.02.06 - 2019.02.12）　*/

@import url(../../shared/css/style.css);
@import url(../../shared/css/elements_sp.css);
@import url(muse01_sp.css);


/*--------------------------------------------------------------------------------
 #cut01
--------------------------------------------------------------------------------*/

#cut01 {
	position: relative;
	width: 100%;
	height:auto;
	padding-top: 25px;
	padding-bottom: 270px;
	background: url(../images/03/cut01_bg_sp.png) 85% 98% no-repeat, url(../images/03/grass1.svg) 78px 266px no-repeat
}
#cut01 .title {
	margin-left:37px;
	width: 599px;
	height: 211px;
	background: url(../images/03/title.svg) left top / contain no-repeat;
	}
#cut01 .title img {
	display: none;
}

#cut01 .arrow {
	position: absolute;
	top: 1180px;
	left: 107px;
	background: url(../images/arrw_left_down.svg) no-repeat;
}

#cut01 .suka1 {
	position:absolute;
	left: 405px;
	top: 252px;
	width: 233px;
	height: 149px;
	background: url(../images/03/suka1_sp.png) left top / contain no-repeat;
}



#cut01 .stage {
	margin: 204px auto 0;
	background-color: rgba(255, 255, 255, .4);
}

/*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;
}

/*スーカ1*/
#cut01 .suka1 {
	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;
	width: 100%;
	height: auto;
	padding-bottom: 30px;
	background: url(../images/03/cut02_bg_sp.png) left 95% no-repeat;
}
#cut02 .arrow {
	position: absolute;
	top: 0;
	right: 107px;
	background: url(../images/arrw_right_down.svg) no-repeat;
}
#cut02 .stage {
	background-color: rgba(255, 255, 255, .5);
}

/*--------------------------------------------------------------------------------
 #cut03
--------------------------------------------------------------------------------*/
#cut03 {
	position: relative;
	overflow:hidden;
	width: 100%;
	height:auto;
	padding-bottom: 30px;
	background: url(../images/03/cut03_bg_sp.png) 85% 95% no-repeat;
}
#cut03 .arrow {
	position: absolute;
	top: 0;
	left: 107px;
	background: url(../images/arrw_left_down.svg) no-repeat;
}
#cut03 .stage {
	background-color: rgba(255, 255, 255, .5);
}



/*--------------------------------------------------------------------------------
 #cut04
--------------------------------------------------------------------------------*/
#cut04 {
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 30px;
	background: url(../images/03/cut05_bg_sp.png) 15% 98% no-repeat;
}
#cut04 .arrow {
	position: absolute;
	top: 0;
	right: 107px;
	background: url(../images/arrw_right_down.svg) no-repeat;
}
#cut04 .stage {
	background-color: rgba(255, 255, 255, .4);
}
#cut04 .stage1 canvas {
	margin-top: 12px;
}
#cut04 .stage2 canvas {
	width: 771px;
	height: 405px;
	margin: -84px 0 0 54px;
}


/*--------------------------------------------------------------------------------
 #cut05
--------------------------------------------------------------------------------*/
#cut05 {
	position: relative;
	overflow:hidden;
	width: 100%;
	height:auto;
	padding-bottom: 30px;
	background: url(../images/03/grass1.svg) 75% 90% no-repeat;
}
#cut05 .arrow {
	position: absolute;
	top: 0;
	left: 107px;
	background: url(../images/arrw_left_down.svg) no-repeat;
}
#cut05 .lng {
	text-align: center;
	padding-top: 25px;
}
#cut05 .photo1 {
	text-align: center;
	padding-top: 10px;
}


/*--------------------------------------------------------------------------------
 #cut06
--------------------------------------------------------------------------------*/
#cut06 {
	position: relative;
	overflow:hidden;
	width: 100%;
	height:auto;
	padding-bottom: 350px;
	background: url(../images/03/cut07_bg_sp.png) 5% 90% no-repeat;
}
#cut06 .lng {
	text-align: center;
	padding-top: 25px;
}
#cut06 .photo1 {
	text-align: center;
	padding-top: 10px;
}
