a{
	text-decoration: none;
	transition: all 0.2s linear;
	-o-transition: all 0.2s linear; /* opera */
	-moz-transition: all 0.2s linear; /* firefox */
	-webkit-transition: all 0.2s linear; /* chrome, safari */
	-ms-transition: all 0.2s linear; /* ie */
	outline: none;
	display: inline-block;
}
input{
	text-decoration: none;
	transition: all 0.2s linear;
	-o-transition: all 0.2s linear; /* opera */
	-moz-transition: all 0.2s linear; /* firefox */
	-webkit-transition: all 0.2s linear; /* chrome, safari */
	-ms-transition: all 0.2s linear; /* ie */
}
a img{
	opacity: 1;
	transition: all 0.2s linear;
	-o-transition: all 0.2s linear; /* opera */
	-moz-transition: all 0.2s linear; /* firefox */
	-webkit-transition: all 0.2s linear; /* chrome, safari */
	-ms-transition: all 0.2s linear; /* ie */
}
.question{
	text-decoration: none;
	transition: all 0.2s linear;
	-o-transition: all 0.2s linear; /* opera */
	-moz-transition: all 0.2s linear; /* firefox */
	-webkit-transition: all 0.2s linear; /* chrome, safari */
	-ms-transition: all 0.2s linear; /* ie */
}
a:hover, input:hover{
	cursor: pointer;
}
a:hover, input:hover{
	opacity: 0.6;
}
a:hover img{
	opacity: 0.6;
}
.copyRight{
	width: 100%;
	text-align: center;
	font-size: 0;
}
.copyRight img{
	margin: 0 auto;
	padding: 130px 0 36px 0;
}
.countDownTimer{
	width: 100%;
	text-align: center;
	letter-spacing: 0.1em;
	color: #221715;
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.timer {
  color: #007852;
  font-weight: 600;
  display: inline-block!important;
}

@media screen and (min-width: 1025px) {
	html,body{
		margin:0;
		min-width: 980px;
		background:#f5f2e1;
	}
	.bgIndex{
		background: #f5f2e1;
		position: relative;
	}
	.bgIndex:before{
		content:"";
		width: 100%;
		height: 302px;
		background: #fff;
		position: absolute;
		left: 0;
		top: 48px;
	}
	header{
		background: #007852;
		width:100%;
	}
	img ,iframe{
		display: block;
	}
	.wrapper{
		position: relative;
		text-align: center;
	}
	.wrapper-SP{
		display: none;
	}
	.bg_color{
		position: absolute;
		top: 302px;
		background: #f5f2e1;
		z-index: -1;
		height:3730px;
		width: 100%;
	}
	.bg_step7-2{
		height:1587px;
	}
	.bg_step7-3{
		height:581px;
	}
	.container{
		width:980px;
		margin: 0 auto;
		min-height:48px;
		position: relative;
	}
	.header_left{
		position: absolute;
		top: 0;
	}
	.header_right{
		position: absolute;
		top: 0;
		right: 0;
	}
	.box{
		position: relative;
	}
	.box img{
		width:100%;
	}
	.box a > img{
		width: 332px;
		height: 78px;
		position: absolute;
		top: 296px;
		right: 158px;
	}
	#height_box .wrapper{
		background: #f5f2e1;
		height:100vh;
	}
	.login_box ,.step_box{
		text-align: center;
	}
	.step_box img ,.login_box img{
		max-width: 100%;
		margin:0 auto;
	}

	/*checkBox*/
	.question_box{
		position: relative;
	}
	.check{
		position: absolute;
		display: none;
	}
	.question{
		cursor: pointer;
	}
	.question:hover{
		opacity: 0.6;
	}
	.q_1{
		position: absolute;
		top: 210px;
		left: 110px;
	}
	.q_2{
		position: absolute;
		top: 269px;
		left:110px;
	}
	.q_3{
		position: absolute;
		top: 328px;
		left: 110px;
	}
	.q_1_check{
		top: 206px;
		left: 113px;
	}
	.q_2_check{
		top: 265px;
		left: 113px;
	}
	.q_3_check{
		top: 324px;
		left: 113px;
	}
	.q_2_1_check{
		top: 206px;
		left: 113px;
	}
	.q_2_2_check{
		top: 206px;
		left: 113px;
	}
	.q_2_3_check{
		top: 206px;
		left: 113px;
	}

	.upper_left{
		position: absolute;
		top: 118px;
		left: 55px;
	}
	.bottom_left{
		position: absolute;
		top: 206px;
		left: 55px;
	}
	.upper_right{
		position: absolute;
		top: 118px;
		right:55px;
	}
	.padding86{
		padding-bottom: 86px;
	}
	.padding144{
		padding-bottom: 144px;
	}
	.question-2{
		padding: 0 0 354px 0;
	}
	.question-3{
		padding: 0 0 280px 0;
	}
	.mov-2-2{
		padding: 0 0 350px 0;
		z-index: 9999;
		position: relative;
	}
	.grayscale{
		filter:grayscale(100%);
	}
	.grayscale100{
		filter:grayscale(0%);
	}

	/*movie*/
	.video{
		min-width: 980px;
		position:relative;
	}
	#movie{
		height:342px;
		margin: 0 auto;
		position: absolute;
		top: 300px;
		left: 50%;
		margin: 0 0 0 -304px;
		z-index: 10000;
	}

	/*login*/
	.login_form{
		width:980px;
		margin:0 auto;
		position: relative;
	}
	#pass{
		width:167px;
		height:32px;
		padding: 0 5px 0 5px;
		border:1px solid #007852;
		position: absolute;
		top: 0;
		left: 410px;
		font-size: 20px;
	}
	#submit{
		width: 80px;
		height: 34px;
		position: absolute;
		top: 0;
		left: 600px;
		opacity:0;
		border-style: none;
		border-radius: 2px;
		cursor:pointer;
		background: #f5f2e1;
		color: #f5f2e1;
	}
	#submit:hover{
		opacity:0.2;
	}
	/*index*/
	.index{
		width: 980px;
		margin: 0 auto;
		padding: 0 0 0 0;
		position: relative;
		z-index: 9999;
	}
	.box{
		font-size: 0;
	}

	/*step1*/
	#btn img{
		filter:grayscale(100%);
		opacity: 0.2;
	}
	.btn img{
		filter:grayscale(100%);
		opacity: 0.2;
	}

	/*footerLink*/
	.footerLink{
		display: flex;
		justify-content: space-between;
		width: 805px;
		margin: 0 auto;
		padding: 11px 0 40px 0;
	}

	.step3-1{
		display: block;
		padding: 0 0 0 0;
	}
	.step7{
		padding: 0 0 76px 0!important;
	}

	.step3-1Btn{
		width: 374px;
		display: block;
		margin: 0 auto;
	}
	.step2-1{
		width: 644px;
		display: block;
		margin: 0 auto;
	}

	.mov-2{
		height:342px;
		margin: 0 auto;
		position: absolute;
		top: 220px!important;
		left: 50%;
		margin: 0 0 0 -304px;
		z-index: 10000;
	}

	.countDownTimer3{
		width: 100%;
	text-align: center;
	letter-spacing: 0.1em;
	color: #221715;
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		font-size: 3.2vw;
		position: absolute;
		top: 199vw;
	}

	.countDownTimer4{
		width: 100%;
	text-align: center;
	letter-spacing: 0.1em;
	color: #221715;
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		padding: 36px 0 0 0;
	}

	.countDownTimer5{
		width: 100%;
	text-align: center;
	letter-spacing: 0.1em;
	color: #221715;
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		padding: 0 0 0 0;
	}
	.countDownNext{
		width: 100%;
	text-align: center;
	letter-spacing: 0.1em;
	color: #221715;
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		padding: 30px 0 0 0;
	}
}


@media screen and (max-width: 1025px) {
	html,body{
		margin:0;
		background: #f5f2e1;
	}
	header{
		background: #007852;
		width:100%;
	}
	img ,iframe{
		display: block;
	}
	body > audio{
		display: none;
	}
	.copyRight{
		width: 100%;
		text-align: center;
		font-size: 0;
	}
	.copyRight img{
		max-width: 70vw;
		margin: 0 auto;
		padding: 67px 0 36px 0;
	}
	.wrapper{
		position: relative;
		text-align: center;
		display: none;
	}
	.wrapper-SP{
		position: relative;
		text-align: center;
		display: block;
		padding: 0 0 0 0;
	}
	header{
		width: 100%;
	}
	header img{
		width: 100%;
	}
	.step_box{
		width: 100%;
	}
	.step_box img{
		width: 100%;
	}

	/*login*/
	.login_box{
		width: 100%;
	}
	.login_box img{
		width: 100%;
		height: auto;
	}
	.login_form{
		width:100%;
		margin:0 auto;
		position: relative;
	}
	#pass{
		width:42vw;
		height:8.93vw;
		border:1px solid #007852;
		position: absolute;
		top: 5.5vw;
		left: 50%;
		margin: 0 0 0 -23.33vw;
		font-size: 20px;
		padding: 0 2vw 0 2vw;
	}
	#submit{
		width: 20.7vw;
		height: 8.89vw;
		position: absolute;
		bottom: 0;
		left: 50%;
		margin: 0 0 0 -10.35vw;
		opacity:0;
		border-style: none;
		border-radius: 2px;
		cursor:pointer;
		background: #f5f2e1;
		color: #f5f2e1;
	}
	#submit:hover{
		opacity:0.2;
	}

	/*index*/
	.index{
		width: 100%;
	}
	.box > img{
		width: 100%;
	}
	.box{
		position: relative;
	}
	.box a{
		position: absolute;
		bottom: 16vw;
		left: 50%;
		margin: 0 0 0 -22vw;
	}
	.box a img{
		width: 44vw;
		height: 10.29vw;
	}

	/*step-main*/
	.step-main{
		width: 100%;
		position: relative;
	}
	.step-main > img{
		width: 100%;
	}

	/*step7-1*/
	.step7-1{
		position: absolute;
		bottom: 9vw;
		left: 50%;
		margin: 0 0 0 -42.932vw;
	}
	.step7-1 > img{
		width: 85.864vw;
		height: 10.66vw;
	}
	/*step6-1*/
	.step6-1{
		position: absolute;
		bottom: 8vw;
		left: 50%;
		margin: 0 0 0 -42.932vw;
	}
	.step6-1 > img{
		width: 85.864vw;
		height: 11.67vw;
	}
	/*step5-1*/
	.step5-1{
		position: absolute;
		bottom: 8vw;
		left: 50%;
		margin: 0 0 0 -42.932vw;
	}
	.step5-1 > img{
		width: 85.864vw;
		height: 11.67vw;
	}
	/*step4-1*/
	.step4-1{
		position: absolute;
		bottom: 8vw;
		left: 50%;
		margin: 0 0 0 -42.932vw;
	}
	.step4-1 > img{
		width: 85.864vw;
		height: 11.67vw;
	}
	/*step1-1*/
	.step1-1 > a{
		position: absolute;
		top: 86vw;
		left: 50%;
		margin: 0 0 0 -42.932vw;
	}
	.step1-1 > a > img{
		width: 85.864vw;
		height: 11.67vw;
	}
	.countDownTimer{
		width: 100%;
		text-align: center;
		letter-spacing: 0.1em;
		color: #221715;
		font-size: 3.2vw;
		position: absolute;
		top: 98vw;
	}
	.timer {
	  color: #007852;
	  font-weight: 600;
	  display: inline-block!important;
	}
	.step3-1{
		position: absolute;
		top: 145vw;
		left: 50%;
		margin: 0 0 0 -22.932vw;
		padding: 0 0 67px 0;
	}
	.step3-1 > img{
		width: 45.864vw;
		height: 12.612vw;
	}
	.step3-1Btn{
		display: inline-block;
	}
	.countDownTimer2{
		width: 100%;
	text-align: center;
	letter-spacing: 0.1em;
	color: #221715;
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		font-size: 3.2vw;
		position: absolute;
		top: 134vw;
	}
	.countDownTimer3{
		width: 100%;
	text-align: center;
	letter-spacing: 0.1em;
	color: #221715;
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		font-size: 3.2vw;
		position: absolute;
		top: 199vw;
	}
	.countDownTimer6{
		width: 100%;
	text-align: center;
	letter-spacing: 0.1em;
	color: #221715;
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		font-size: 3.2vw;
		position: absolute;
		top: 262vw;
	}
	.countDownTimer8{
		width: 100%;
	text-align: center;
	letter-spacing: 0.1em;
	color: #221715;
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		font-size: 3.2vw;
		position: absolute;
		top: 141vw;
	}
	.countDownNext{
		width: 100%;
	text-align: center;
	letter-spacing: 0.01em;
	color: #221715;
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		font-size: 3.2vw;
	}
	.countDownNext2{
		width: 100%;
		text-align: center;
		letter-spacing: 0.01em;
		color: #221715;
		font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		font-size: 3.2vw;
	}

	/*movie*/
	.video{
	  position: absolute;
	  width: 100%;
	  padding-top: 56.25%;
	  margin: 0 auto;
	  top: 111vw;
	  left: 0;
	  z-index: 9999;
	}
	#movie{
		margin: 0 auto;
		position: absolute;
		top: 0;
		left: 9.5%;
		width: 81% !important;
		height: 81% !important;
	}
	.step-6-3{
		top: 110vw!important;
	}
	.mov-2-SP{
		top: 67vw!important;
	}

	/*checkBox*/
	.question_box{
		position: relative;
	}
	.check{
		position: absolute;
		display: none;
		width: 6vw!important;
	}
	.question{
		width:90.4vw!important;
		cursor: pointer;
	}
	.question:hover{
		opacity: 0.6;
	}
	.q_1{
		position: absolute;
		top: 50vw;
		left: 4.8vw;
	}
	.q_2{
		position: absolute;
		top: 65vw;
		left: 4.8vw;
	}
	.q_3{
		position: absolute;
		top: 80vw;
		left: 4.8vw;
	}

	.q_1_check{
		top: 52.5vw;
		left: 5.4vw;
	}
	.q_2_check{
		top: 67.5vw;
		left: 5.4vw;
	}
	.q_3_check{
		top: 82.5vw;
		left: 5.4vw;
	}
	/*step2-1*/
	.step2-1{
		position: absolute;
		top: 86vw;
		left: 50%;
		margin: 0 0 0 -42.932vw;
	}
	.step2-1 > img{
		width: 85.864vw;
		height: 11.67vw;
	}

	/*step2-1*/
	.step3-index{
		position: absolute;
		top: 45vw;
		left: 50%;
		margin: 0 0 0 -42.932vw;
	}
	.step3-index > img{
		width: 85.864vw;
		height: 11.67vw;
	}

	.question-2{
		padding: 0 0 45vw 0;
	}
	.grayscale{
		filter:grayscale(100%);
	}
	.grayscale100{
		filter:grayscale(0%);
	}

	/*footerLink*/
	.footerLink{
		display: flex;
		justify-content: space-between;
		width: 90.4vw;
		margin: 0 auto;
		padding: 0 0 67px 0;
	}
	.btn-SP img{
		filter:grayscale(100%);
		opacity: 0.2;
	}

	/*step-SP*/
	.step-SP{
		position: relative;
	}
}

/*commonSP*/
.timerBox{
	display: none;
}
.show{
	display: block!important;
}
.soundBtn{
	position: absolute;
	top: 80vw;
}
.soundBtn{
	text-align: center;
	width: 66vw;
	margin: 0 0 0 17vw;
}
.hide{
	display: none;
}

.soundBtnPC img{
	width: 420px;
}
.soundBtnPC{
	text-align: center;
	width: 100vw;
	margin: 40px auto 80px auto;
}

@media screen and (max-width: 1025px) {
	/*step1-2*/
	.step1-2 > div{
		position: absolute;
		top: 108vw;
		left: 0;
		margin: 0 0 0 0;
		padding: 0 0 67px 0;
		text-align: center;
	}
	.step1-2 > div > img{
		width: 45.864vw;
		height: 12.612vw;
		filter:grayscale(100%);
		opacity: 0.2;
	}
	.step1-2 > a{
		position: absolute;
		top: 108vw;
		left: 50%;
		margin: 0 0 0 -22.932vw;
	}
	.step1-2 > a > img{
		width: 45.864vw;
		height: 12.612vw;
	}
	.step1-2 .timerBox{
		width: 100vw;
		position: absolute;
		top: 108vw;
		left: 0;
		margin: 0 0 0 0;
		padding: 0 0 67px 0;
	}
	.step1-2 .timerBox > img{
		width: 100vw!important;
		height: 53.2vw!important;
		padding: 0!important;
		filter:none!important;
		opacity: 1!important;
		position: absolute;
		top: -40vw;
	}
	.step1-2 .timerBox > div > img{
		width: 45.864vw;
		height: 12.612vw;
		filter:grayscale(100%);
		opacity: 0.2;
		margin: 0 auto;
	}
	.step1-2 .timerBox > a{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	.step1-2 .timerBox > a > img{
		width: 45.864vw;
		height: 12.612vw;
		margin: 0 auto;
	}
	.step1-2 .timerBox .countDownTimer{
		width: 100vw!important;
		text-align: center;
		letter-spacing: 0.1em;
		color: #221715;
		font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		position: absolute!important;
		top: -7vw!important;
		left: 0!important;
		margin: 0!important;
	}
	.step1-2 .timerBox .countDownTimer span.timerSP{
		display: inline-block!important;
		color: #007852;
		font-weight: 600;
	}

	/*step1-3*/
	.step1-3{
		height: 100vw!important;
	}
	.step1-3show{
		height: 255vw!important;
	}
	.step1-3 > div{
		position: absolute;
		top: 108vw;
		left: 0;
		margin: 0 0 0 0;
		padding: 0 0 67px 0;
		text-align: center;
	}
	.step1-3 > div > img{
		width: 45.864vw;
		filter:grayscale(100%);
		opacity: 0.2;
	}
	.step1-3 > a{
		position: absolute;
		top: 108vw;
		left: 50%;
		margin: 0 0 0 -22.932vw;
	}
	.step1-3 > a > img{
		width: 45.864vw;
		height: 12.612vw;
	}
	.step1-3 .footerLink{
		position: absolute;
		top: 114vw;
		width: 90vw;
		margin: 0 0 0 5vw;
		text-align: center;
	}
	.step1-3 .footerLink .flex_item{
		width: 50%;
	}
	.step1-3 .footerLink .flex_item a{
		width: 90%;
		margin: 0 5% 0 5%;
	}
	.step1-3 .footerLink .flex_item div{
		width: 90%;
		margin: 0 5% 0 5%;
	}
	.step1-3 .footerLink .flex_item img{
		width: 100%;
	}
	.step1-3show .footerLink{
		position: absolute;
		top: 277vw;
		width: 90vw;
		margin: 0 0 0 5vw;
		text-align: center;
	}
	.step1-3show .footerLink .flex_item{
		width: 50%;
	}
	.step1-3show .footerLink .flex_item a{
		width: 90%;
		margin: 0 5% 0 5%;
	}
	.step1-3show .footerLink .flex_item img{
		width: 100%;
	}
	.step1-3 .soundBtn{
		position: absolute;
		top: 66vw;
	}
	.step1-3 .timerBox{
		width: 100vw;
		position: absolute;
		top: 108vw;
		left: 0;
		margin: 0 0 0 0;
		padding: 0 0 67px 0;
	}
	.step1-3 .timerBox > img{
		width: 100vw!important;
		height: 212.666vw!important;
		padding: 0!important;
		filter:none!important;
		opacity: 1!important;
		position: absolute;
		top: -40vw;
	}
	.step1-3 .timerBox > div > img{
		width: 45.864vw;
		height: 12.612vw;
		filter:grayscale(100%);
		opacity: 0.2;
		margin: 0 auto;
	}
	.step1-3 .timerBox > a{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	.step1-3 .timerBox > a > img{
		width: 45.864vw;
		height: 12.612vw;
		margin: 0 auto;
	}
	.step1-3 .timerBox .countDownTimer{
		width: 100vw!important;
		text-align: center;
		letter-spacing: 0.1em;
		color: #221715;
		font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		position: absolute!important;
		top: -7vw!important;
		left: 0!important;
		margin: 0!important;
	}
	.step1-3show .timerBox .countDownTimer{
		position: absolute!important;
		top: 163vw!important;
	}
	.step1-3 .timerBox .countDownTimer span.timerSP{
		display: inline-block!important;
		color: #007852;
		font-weight: 600;
	}

	/*step1-4*/
	.step1-4{
		height: 100vw!important;
	}
	.step1-4show{
		height: 145vw!important;
	}
	.step1-4 > div{
		position: absolute;
		top: 0;
		left: 0;
		margin: 0 0 0 0;
		padding: 0 0 67px 0;
		text-align: center;
	}
	.step1-4 > div > img{
		width: 45.864vw;
		filter:grayscale(100%);
		opacity: 0.2;
	}
	.step1-4 > a{
		position: absolute;
		top: 108vw;
		left: 50%;
		margin: 0 0 0 -22.932vw;
	}
	.step1-4 > a > img{
		width: 45.864vw;
		height: 12.612vw;
	}
	.step1-4 .footerLink{
		position: absolute;
		top: -44vw;
		width: 90vw;
		margin: 0 0 0 5vw;
		text-align: center;
	}
	.step1-4 .footerLink .flex_item{
		width: 50%;
	}
	.step1-4 .footerLink .flex_item a{
		width: 90%;
		margin: 0 5% 0 5%;
	}
	.step1-4 .footerLink .flex_item div{
		width: 90%;
		margin: 0 5% 0 5%;
	}
	.step1-4 .footerLink .flex_item img{
		width: 100%;
	}
	.step1-4show .footerLink{
		position: absolute;
		top: 40vw;
		width: 90vw;
		margin: 0 0 0 5vw;
		text-align: center;
	}
	.step1-4show .footerLink .flex_item{
		width: 50%;
	}
	.step1-4show .footerLink .flex_item img{
		width: 100%;
	}
	.step1-4 .soundBtn{
		position: absolute;
		top: 80vw;
	}

	.step1-4 .timerBox{
		width: 100vw;
		position: absolute;
		top: 120vw;
		left: 0;
		margin: 0 0 0 0;
		padding: 0 0 67px 0;
	}
	.step1-4 .timerBox > img{
		width: 100vw!important;
		padding: 0!important;
		filter:none!important;
		opacity: 1!important;
		position: absolute;
		top: -40vw;
	}
	.step1-4 .timerBox > a{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	.step1-4 .timerBox > a > img{
		width: 45.864vw;
		height: 12.612vw;
		margin: 0 auto;
	}
	.step1-4 .timerBox .countDownTimer{
		width: 100vw!important;
		text-align: center;
		letter-spacing: 0.1em;
		color: #221715;
		font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		position: absolute!important;
		top: 30vw!important;
		left: 0!important;
		margin: 0!important;
	}
	.step1-4show .timerBox .countDownTimer{
		position: absolute!important;
		top: 33vw!important;
	}
	.step1-4 .timerBox .countDownTimer span.timerSP{
		display: inline-block!important;
		color: #007852;
		font-weight: 600;
	}

	/*step1-5*/
	.step1-5{
		height: 105vw!important;
	}
	.step1-5show{
		height: 145vw!important;
	}
	.step1-5 > div{
		position: absolute;
		top: 0;
		left: 0;
		margin: 0 0 0 0;
		padding: 0 0 67px 0;
		text-align: center;
	}
	.step1-5 > div > img{
		width: 45.864vw;
		filter:grayscale(100%);
		opacity: 0.2;
	}
	.step1-5 > a{
		position: absolute;
		top: 108vw;
		left: 50%;
		margin: 0 0 0 -22.932vw;
	}
	.step1-5 > a > img{
		width: 45.864vw;
		height: 12.612vw;
	}
	.step1-5 .footerLink{
		position: absolute;
		top: 22vw;
		width: 90vw;
		margin: 0 0 0 5vw;
		text-align: center;
	}
	.step1-5 .footerLink .flex_item{
		width: 50%;
	}
	.step1-5 .footerLink .flex_item a{
		width: 90%;
		margin: 0 5% 0 5%;
	}
	.step1-5 .footerLink .flex_item div{
		width: 90%;
		margin: 0 5% 0 5%;
	}
	.step1-5 .footerLink .flex_item img{
		width: 100%;
	}
	.step1-5show .footerLink .flex_item{
		width: 50%;
	}
	.step1-5show .footerLink .flex_item img{
		width: 100%;
	}
	.step1-5 .soundBtn{
		position: absolute;
		top: 80vw;
	}
	.step1-5 .timerBox{
		width: 100vw;
		position: absolute;
		top: 105vw;
		left: 0;
		margin: 0 0 0 0;
		padding: 0 0 67px 0;
	}
	.step1-5 .timerBox > img{
		width: 100vw!important;
		padding: 0!important;
		filter:none!important;
		opacity: 1!important;
		position: absolute;
		top: -40vw;
	}
	.step1-5 .timerBox > a{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	.step1-5 .timerBox > a > img{
		width: 45.864vw;
		height: 12.612vw;
		margin: 0 auto;
	}
	.step1-5 .timerBox .countDownTimer{
		width: 100vw!important;
		text-align: center;
		letter-spacing: 0.1em;
		color: #221715;
		font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		position: absolute!important;
		top: 14vw!important;
		left: 0!important;
		margin: 0!important;
	}
	.step1-5show .timerBox .countDownTimer{
		position: absolute!important;
		top: 38vw!important;
	}
	.step1-5 .timerBox .countDownTimer span.timerSP{
		display: inline-block!important;
		color: #007852;
		font-weight: 600;
	}

	/*step8-1*/
	.step8-1{
		height: 105vw!important;
	}
	.step8-1show{
		height: 205vw!important;
	}
	.step8-1 > div{
		position: absolute;
		top: 108vw;
		left: 0;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		text-align: center;
	}
	.step8-1 > a{
		position: absolute;
		top: 108vw;
		left: 50%;
		margin: 0 0 0 -22.932vw;
	}
	.step8-1 > a > img{
		width: 45.864vw;
		height: 12.612vw;
	}
	.step8-1 .timerBox{
		width: 100vw;
		position: absolute;
		top: 98vw;
		left: 0;
		margin: 0 0 0 0;
		padding: 0 0 67px 0;
	}
	.step8-1 .timerBox > img{
		width: 100vw!important;
		padding: 0!important;
		filter:none!important;
		opacity: 1!important;
		position: absolute;
		top: -40vw;
	}
	.step8-1 .timerBox > div > img{
		width: 45.864vw;
		filter:grayscale(100%);
		opacity: 0.2;
		margin: 0 auto;
	}
	.step8-1 .timerBox > a{
		position: absolute;
		top: 122vw;
		left: 0;
		width: 100%;
	}
	.step8-1 .timerBox > a > img{
		width: 45.864vw;
		height: 12.612vw;
		margin: 0 auto;
	}
	.step8-1 .timerBox .countDownTimer{
		width: 100vw!important;
		text-align: center;
		letter-spacing: 0.1em;
		color: #221715;
		font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		position: absolute!important;
		top: 114vw!important;
		left: 0!important;
		margin: 0!important;
	}
	.step8-1 .timerBox .countDownTimer span.timerSP{
		display: inline-block!important;
		color: #007852;
		font-weight: 600;
	}
	.step8-1 #btn-SP{
		position: absolute;
		top: 122vw;
		width: 100%;
		text-align: center;
	}

	/*step3-2*/
	.step3-2{
		height: 115vw!important;
	}
	.step3-2show{
		height: 155vw!important;
	}
	.step3-2 > div{
		position: absolute;
		top: 108vw;
		left: 0;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		text-align: center;
	}
	.step3-2 > a{
		position: absolute;
		top: 108vw;
		left: 50%;
		margin: 0 0 0 -22.932vw;
	}
	.step3-2 > a > img{
		width: 45.864vw;
		height: 12.612vw;
	}
	.step3-2 .timerBox{
		width: 100vw;
		position: absolute;
		top: 128vw;
		left: 0;
		margin: 0 0 0 0;
		padding: 0 0 67px 0;
	}
	.step3-2 .timerBox > img{
		width: 100vw!important;
		padding: 0!important;
		filter:none!important;
		opacity: 1!important;
		position: absolute;
		top: -40vw;
	}
	.step3-2 .soundBtn{
		position: absolute;
		top: 98vw;
	}
	.step3-2 .timerBox > div > img{
		width: 45.864vw;
		filter:grayscale(100%);
		opacity: 0.2;
		margin: 0 auto;
	}
	.step3-2 .timerBox > a{
		position: absolute;
		top: 50vw;
		left: 0;
		width: 100%;
	}
	.step3-2 .timerBox > a > img{
		width: 45.864vw;
		height: 12.612vw;
		margin: 0 auto;
	}
	.step3-2 .timerBox .countDownTimer{
		width: 100vw!important;
		text-align: center;
		letter-spacing: 0.1em;
		color: #221715;
		font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		position: absolute!important;
		top: 44vw!important;
		left: 0!important;
		margin: 0!important;
	}
	.step3-2 .timerBox .countDownTimer span.timerSP{
		display: inline-block!important;
		color: #007852;
		font-weight: 600;
	}
	.step3-2 #btn-SP{
		position: absolute;
		top: 50vw;
		width: 100%;
		text-align: center;
	}

	/*step3-3*/
	.step3-3{
		height: 90vw!important;
	}
	.step3-3show{
		height: 215vw!important;
	}
	.step3-3 > div{
		position: absolute;
		top: 108vw;
		left: 0;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		text-align: center;
	}
	.step3-3 > a{
		position: absolute;
		top: 108vw;
		left: 50%;
		margin: 0 0 0 -22.932vw;
	}
	.step3-3 > a > img{
		width: 45.864vw;
		height: 12.612vw;
	}
	.step3-3 .timerBox{
		width: 100vw;
		position: absolute;
		top: 108vw;
		left: 0;
		margin: 0 0 0 0;
		padding: 0 0 67px 0;
	}
	.step3-3 .timerBox > img{
		width: 100vw!important;
		padding: 0!important;
		filter:none!important;
		opacity: 1!important;
		position: absolute;
		top: -40vw;
	}
	.step3-3 .soundBtn{
		position: absolute;
		top: 72vw;
	}
	.step3-3 .timerBox > div > img{
		width: 45.864vw;
		filter:grayscale(100%);
		opacity: 0.2;
		margin: 0 auto;
	}
	.step3-3 .timerBox > a{
		position: absolute;
		top: 125vw;
		left: 0;
		width: 100%;
	}
	.step3-3 .timerBox > a > img{
		width: 45.864vw;
		height: 12.612vw;
		margin: 0 auto;
	}
	.step3-3 .timerBox .countDownTimer{
		width: 100vw!important;
		text-align: center;
		letter-spacing: 0.1em;
		color: #221715;
		font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		position: absolute!important;
		top: 117vw!important;
		left: 0!important;
		margin: 0!important;
	}
	.step3-3 .timerBox .countDownTimer span.timerSP{
		display: inline-block!important;
		color: #007852;
		font-weight: 600;
	}
	.step3-3 .footerLink{
		position: absolute;
		top: 125vw;
		width: 100%;
		text-align: center;
	}
	.footerLink .flex_item{
		width: 50%!important;
	}
	.footerLink .flex_item a{
		width: 90%!important;
		margin: 0 5% 0 5%!important;
	}
	.footerLink .flex_item div{
		width: 90%!important;
		margin: 0 5% 0 5%;!important
	}
	.footerLink .flex_item img{
		width: 100%!important;
	}
}


