@charset 'utf-8';
/*デバイス切り替えここから*/
@media screen and (max-width:768px) {
	.pc {display:none !important;}
}
@media print,screen and (min-width:769px) {
	.sp {display:none !important;}
}
/*デバイス切り替えここまで*/

.setcampaign{
	display: block;
    margin: 0 auto 50px;
    width: 1020px;
}
.setcampaign img{
	    width: 100%;
}
@media screen and (max-width: 1020px) {
	.setcampaign{
		width: 90%;
	}
}
.evo2__page img{
	width: 100%;
}
.evo2__page{
	background: #171717;
    margin-top: -46px;
	color: #fff;
	font-size: 1.4rem;
	overflow: hidden;
}
.evo2__page .mv{
	position: relative;
    padding: 80px 0px;
    /* height: 100vh; */
}
.evo2__page .mv img.copy{
	width: 10px;
    position: absolute;
    top: 10px;
    left: 10px;
}
.evo2__page .mv img.barcode{
	width: 170px;
    position: absolute;
    top: 0;
    right: 0;
}
.evo2__page .mv .inner{
	max-width: 1440px;
    margin: 0 auto;
	background: rgb(161,161,161);
	background: radial-gradient(circle, rgba(161,161,161,1) 0%, rgba(23,23,23,1) 40%);
}
.evo2__page .mv .inner p{
	display: flex;
    font-size:4rem;
    color: #fff;
    animation: neonBlur 16s infinite;
    font-weight: 800;
    text-align: center;
    justify-content: center;
    line-height: 1;
    margin-bottom: 40px;
}
.evo2__page .mv .inner p > span:nth-child(1) {
	opacity: .5;
	animation: neonBlink 1s infinite;
}
.evo2__page .mv .inner p > span:nth-child(3) {
	opacity: .4;
	animation: neonBlink 2s infinite;
}
.evo2__page .mv .inner p > span:nth-child(5) {
	animation: neonBlink 2s infinite;
}
.evo2__page .mv .inner p > span:nth-child(6) {
	animation: neonBlink 7s infinite;
	opacity: .7;
}
.evo2__page .mv .inner p > span:nth-child(8) {
	animation: neonBlink 2s infinite;
	opacity: .4;
}
.evo2__page .mv .inner p > span:nth-child(9) {
	animation: neonBlink 3s infinite;
}
@keyframes neonBlink {
0% { opacity: 1; }
10% { opacity: .6; }
12% { opacity: 1; }
15% { opacity: .4; }
17% { opacity: 1; }
18% { opacity: .3; }
19% { opacity: 1; }
89% { opacity: 1; }
91% { opacity: .7; }
94% { opacity: 1; }
100% { opacity: 1; }
}

.evo2__page .mv .inner h1{
	position: relative;
    max-width: 1020px;
    margin: 0 auto;
}
.evo2__page .mv .inner h1 .logo{
	width: 50px;
    position: absolute;
    top: -85px;
    left: 0;
}
.evo2__page .mv .inner figure{
	margin: -40px 40px 0;
    position: relative;
}
.evo2__page .mv .inner figure::after{
	content: "";
    position: absolute;
    background: url(../img/evo2/shadow.png) no-repeat center/100%;
    width: 100%;
    height: 160px;
    bottom: -20px;
    left: 0;
    z-index:-1;
}
@media screen and (max-width: 768px) {
	.evo2__page .mv{
		padding: 7vh 0;
    	height: auto;
	}
	.evo2__page .mv img.copy{
		width: 2%;
		top: 1%;
		left: 1%;
	}
	.evo2__page .mv img.barcode{
		width: 40%;
	}
	.evo2__page .mv .inner{
		background: rgb(161,161,161);
		background: radial-gradient(circle, rgba(161,161,161,1) 0%, rgba(23,23,23,1) 61%);
	}
	.evo2__page .mv .inner p{
		display: block;
		font-size: 3rem;
		line-height: 1.4;
		margin-bottom: 5vh;
	}
	.evo2__page .mv .inner h1{
		margin: 0 5%;
		width: auto;
	}
	.evo2__page .mv .inner h1 .logo{
		width: 8%;
		top: -45px;
		left: 0;
	}
	.evo2__page .mv .inner figure{
		margin: -4% 1% 0;
	}
	.evo2__page .mv .inner figure::after{
		content: "";
		position: absolute;
		background: url(../img/evo2/shadow.png) no-repeat center/100%;
		width: 100%;
		height: 100%;
		bottom: -4vh;
		left: 0;
		z-index: 0;
	}
}

.evo2__page .sec1,
.evo2__page .sec3{
	position: relative;
    padding: 70px 0;
}
.evo2__page .sec1::after,
.evo2__page .sec3::after{
	content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 150px;
    left: 0;
}
.evo2__page .sec1 .inner,
.evo2__page .sec3 .inner{
	position: relative;
	max-width: 1020px;
	margin: 0 auto;
}
.evo2__page .sec1 .inner::before,
.evo2__page .sec3 .inner::before{
	content: "";
    width: 1px;
    height: 100%;
    background: #e50112;
    position: absolute;
    top: 0;
    right: -40px;
	animation: sdl 3s cubic-bezier(1, 0, 0, 1) infinite;
}
.evo2__page .sec1 h2,
.evo2__page .sec3 h2{
	margin-bottom: 70px;
}
.evo2__page .sec1 h2 img,
.evo2__page .sec3 h2 img{
	width: auto;
	height: 63px;
}
.evo2__page .sec2{
	position: relative;
    padding: 70px 0;
}
.evo2__page .sec4{
	position: relative;
	padding: 70px 0 140px;
}
.evo2__page .sec2::after,
.evo2__page .sec4::after{
	content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 150px;
    left: 0;
}
.evo2__page .sec2 .inner,
.evo2__page .sec4 .inner{
	position: relative;
	max-width: 1020px;
	margin: 0 auto;
}
.evo2__page .sec2 .inner::before,
.evo2__page .sec4 .inner::before{
	content: "";
    width: 1px;
    height: 100%;
    background: #e50112;
    position: absolute;
    top: 0;
    left: -40px;
	animation: sdl 3s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
	0% {
	  transform: scale(1, 0);
	  transform-origin: 0 0;
	}
	50% {
	  transform: scale(1, 1);
	  transform-origin: 0 0;
	}
	50.1% {
	  transform: scale(1, 1);
	  transform-origin: 0 100%;
	}
	100% {
	  transform: scale(1, 0);
	  transform-origin: 0 100%;
	}
  }
.evo2__page .sec2 h2,
.evo2__page .sec4 h2{
	margin-bottom: 70px;
	text-align: right;
}
.evo2__page .sec2 h2 img,
.evo2__page .sec4 h2 img{
	width: auto;
	height: 63px;
}
@media screen and (max-width: 768px) {
	.evo2__page .sec1,
	.evo2__page .sec3{
		padding: 8% 0;
		margin: 0 2%;
	}
	.evo2__page .sec3{
		margin-bottom: 8%;
	}
	.evo2__page .sec1::after,
	.evo2__page .sec3::after{
		content: "";
		width: 100%;
		height: 1px;
		background: #fff;
		position: absolute;
		top:70px;
		left: 0;
	}
	.evo2__page .sec1 .inner,
	.evo2__page .sec3 .inner{
		position: relative;
		max-width: 1020px;
		margin: 0 auto;
	}
	.evo2__page .sec1 .inner::before,
	.evo2__page .sec3 .inner::before{
		right: 2%;
	}
	.evo2__page .sec1 h2 img,
	.evo2__page .sec3 h2 img{
		height:30px;
	}
	.evo2__page .sec2{
		padding: 8% 0;
		margin: 0 2%;
	}
	.evo2__page .sec4{
		padding: 8% 0 16%;
		margin: 0 2%;
	}
	.evo2__page .sec2::after,
	.evo2__page .sec4::after{
		content: "";
		position: absolute;
		top:70px;
		left: 0;
	}
	.evo2__page .sec2 .inner,
	.evo2__page .sec4 .inner{
		position: relative;
		max-width: 1020px;
		margin: 0 auto;
	}
	.evo2__page .sec2 .inner::before,
	.evo2__page .sec4 .inner::before{
		content: "";
		width: 1px;
		height: 100%;
		background: #e50112;
		position: absolute;
		top: 0;
		left: 2%;
	}
	.evo2__page .sec2 h2 img,
	.evo2__page .sec4 h2 img{
		height:30px;
	}
}

.evo2__page .sec1 .movie_area{
	position: relative;
	display: flex;
    align-items: flex-start;
    justify-content: space-around;
	padding-bottom: 20px;
}
.evo2__page .sec1 .movie_area::before{
	content: "";
	position: absolute;
    background: url(../img/evo2/icon_deco1.svg) no-repeat center/100%;
    width:10px;
    height:60px;
    bottom: -20px;
    left: 0;
}
.evo2__page .sec1 .movie_area::after{
	content: "";
    position: absolute;
    background: url(../img/evo2/icon_deco2.svg) no-repeat center/100%;
    width: 10px;
    height:60px;
    top: -10px;
    right: -20px;
}
.evo2__page .sec1 .movie_area .box{
	width: 46%;
    box-shadow: 10px 10px 0px 0px #fff;
}
.evo2__page .sec1 .movie_area .youtube{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.evo2__page .sec1 .movie_area .youtube iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 768px) {
	.evo2__page .sec1 .movie_area{
		display:block;
		padding-bottom:0;
	}
	.evo2__page .sec1 .movie_area::before{
		content: "";
		position: absolute;
		background: url(../img/evo2/icon_deco1.svg) no-repeat center/100%;
		width: 11px;
		height: 57px;
		bottom: 0;
		left: 2%;
	}
	.evo2__page .sec1 .movie_area::after{
		content: "";
		position: absolute;
		background: url(../img/evo2/icon_deco2.svg) no-repeat center/100%;
		width: 11px;
		height: 57px;
		top: -20%;
		right: 4%;
	}
	.evo2__page .sec1 .movie_area .box{
		width: auto;
		box-shadow: 6px 6px 0px 0px #fff;
		margin: 0 8% 8%;
	}
	.evo2__page .sec1 .movie_area .box:last-of-type{
		margin-bottom: 0;
	}
}

.evo2__page .sec2 .box_wrap{
	display: flex;
    justify-content: space-between;
    align-self: flex-start;
}
.evo2__page .sec2 .box_wrap .box{
	position: relative;
    width: 30%;
}
.evo2__page .sec2 .box_wrap .box::before{
	content: "";
    position: absolute;
    background: url(../img/evo2/icon_deco3.svg) no-repeat center/100%;
    width: 53px;
    height: 14px;
    top: -24px;
    right: 0;
}
.evo2__page .sec2 .box_wrap .box figure{
	background: #fff;
    position: relative;
    padding: 50px 10px;
    border-radius: 0 0 10px 10px;
}
.evo2__page .sec2 .box_wrap .box figure figcaption{
	background: #000;
    padding: 20px;
    position: absolute;
    display: block;
    width: 90%;
    margin: 0 auto;
    bottom: -30px;
    left: 0;
    right: 0;
    border: 4px solid #fff;
}
.evo2__page .sec2 .box_wrap .box figure figcaption img{
	height: 22px;
    width: auto;
    margin: 0 auto;
    display: block;
}
.evo2__page .sec2 .box_wrap .box dl{
	color: #fff;
    margin: 60px 5px 0;
    font-size: 1.3rem;
}
.evo2__page .sec2 .box_wrap .box dl div{
	display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dotted #fff;
    padding: 10px 0;
}
.evo2__page .sec2 .box_wrap .box dl dt,
.evo2__page .sec2 .box_wrap .box dl dd{
	width: 50%;
}
.evo2__page .sec2 .box_wrap .box p.price{
	font-size: 20px;
    font-weight: 800;
    text-align: right;
    margin: 10px 5px 0 0;
}
.evo2__page .sec2 .box_wrap .box p.price span{
	font-weight: normal;
    font-size: 1.2rem;
}
.evo2__page .sec2 a.btn{
	position: relative;
    background: #e50112;
    display: block;
    margin: 15px 20px 0;
    color: #fff;
    padding: 10px 0;
}
.evo2__page .sec2 .box_wrap .box:nth-of-type(3) a.btn{
	background: #e50112;
}
.evo2__page .sec2 a.btn:after{
	content: "";
    position: absolute;
    top: 50%;
    right: 5%;
	width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: translate(-1%, -50%) rotate(45deg);
    transform: translate(-5%, -50%) rotate(45deg);
}
.evo2__page .sec2 p.atten{
	text-align: right;
    margin: 10px;
	padding-left: 1em;
}
.evo2__page .sec2 p.atten::before{
	content: "※";
	margin-left: -1em;
}
.evo2__page .sec2 .option{
	margin-top: 60px;
}
.evo2__page .sec2 .option h5 img{
	height: 34px;
    display: block;
    margin-right: auto;
    width: auto;
}
.evo2__page .sec2 .option .box{
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 40px;
}
.evo2__page .sec2 .option figure{
	width: 23%;
    margin-bottom: 3%;
}
.evo2__page .sec2 .option figure:nth-of-type(n+5){
	margin-bottom:0;
}
@media screen and (max-width: 768px) {
	.evo2__page .sec2 .box_wrap{
		display:block;
	}
	.evo2__page .sec2 .box_wrap .box{
		width:auto;
		margin: 0 8% 20%;
	}
	.evo2__page .sec2 .box_wrap .box:last-of-type{
		margin-bottom:0;
	}
	.evo2__page .sec2 p.atten{
		text-align: left;
		margin: 10px;
		font-size: 1.3rem;
	}
	.evo2__page .sec2 .option{
		margin: 30px 6% 0;
	}
	.evo2__page .sec2 .option h5 img{
		height: 20px;
	}
	.evo2__page .sec2 .option .box{
		margin-top: 20px;
	}
	.evo2__page .sec2 .option figure{
		width: 48%;
		margin-bottom: 4%;
	}
	.evo2__page .sec2 .option figure:nth-of-type(n+5){
		margin-bottom:4%;
	}
	.evo2__page .sec2 .option figure:nth-of-type(n+6){
		margin-bottom:0;
	}
}

.evo2__page .sec4 h3{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 3.4rem;
    line-height: 1.4;
    font-weight: 800;
}
.evo2__page .sec4 h3 span:first-of-type{
	display: block;
    width: 100%;
}
.evo2__page .sec4 h3 img{
	width: 170px;
    margin-right: 5px;
}
.evo2__page .sec4 .box{
	position: relative;
    margin-top: 60px;
}
.evo2__page .sec4 .box h4{
	display: flex;
	align-items: flex-start;
    position: absolute;
    top: 0;
    left: 0;
}
.evo2__page .sec4 .box:nth-of-type(2) h4{
	flex-direction:row-reverse;
	right: 0;
}
.evo2__page .sec4 .box h4 img{
	width: 34px;
    margin-right: 10px;
	height: auto;
}
.evo2__page .sec4 .box:nth-of-type(2) h4 img{
	margin-right:0;
	margin-left: 10px;
}
.evo2__page .sec4 .box .box_inner{
	position: relative;
    padding-top: 60px;
}
.evo2__page .sec4 .box .box_inner:after{
	content: "";
    width: 91%;
    height: 82%;
    border: 1px solid #fff;
    position: absolute;
    top: 40px;
    right: 40px;
}
.evo2__page .sec4 .box .box_inner p{
	font-size: 2.6rem;
    font-weight: 800;
    margin: 0px 0 20px 70px;
}
.evo2__page .sec4 .box:nth-of-type(2) .box_inner p{
	margin: 0px 70px 20px 0;
	text-align: right;
}
.evo2__page .sec4 .box .box_inner .photo_area{
	width: 90%;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
}
.evo2__page .sec4 .box:nth-of-type(2) .box_inner .photo_area{
	margin: 0 auto 0 0;
}
.evo2__page .sec4 .box .box_inner .photo_area img{
	width: 49%;
    position: relative;
    z-index: 1;
}
.evo2__page .sec4 .info_area{
	display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.evo2__page .sec4 .info_area .access_area{
	width: 640px;
}
.evo2__page .sec4 .info_area .access_area .map{
	position: relative;
	width: 100%;
	padding-top: 75%; /* = height ÷ width × 100 */
}
.evo2__page .sec4 .info_area .access_area .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.evo2__page .sec4 .info_area .access_area address{
	font-style: normal;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 10px;
}
.evo2__page .sec4 .info_area .access_area .tel_area{
	display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 10px 10px;
}
.evo2__page .sec4 .info_area .access_area .tel_area p{
	font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.3;
}
.evo2__page .sec4 .info_area .access_area .tel_area p span{
	display: block;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.4;
}
.evo2__page .sec4 .info_area .access_area .tel_area a{
	position: relative;
    background: #bd000e;
    display: block;
    margin: 0;
    color: #fff;
    padding: 10px 40px;
    text-align: center;
    font-weight: bold;
}
.evo2__page .sec4 .info_area .access_area .tel_area a:after{
	content: "";
    position: absolute;
    top: 50%;
    right: 5%;
	width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: translate(-1%, -50%) rotate(45deg);
    transform: translate(-5%, -50%) rotate(45deg);
}
.evo2__page .sec4 .info_area .access_area ul{
	margin: 0 10px 0;
}
.evo2__page .sec4 .info_area .access_area ul li{
	display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.evo2__page .sec4 .info_area .access_area ul li img{
	width: 16px;
    margin-right: 5px;
}
.evo2__page .sec4 .info_area h5{
	display: flex;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
}
.evo2__page .sec4 .info_area h5 img:nth-of-type(1){
	width: 50px;
    height: 50px;
    background: #e50112;
    padding: 5px;
}
.evo2__page .sec4 .info_area .twitter_area h5 img:nth-of-type(1){
	background: #1da1f2;
}
.evo2__page .sec4 .info_area h5 img:nth-of-type(2){
	height: 34px;
    width: auto;
    margin-left: 10px;
}
.evo2__page .sec4 .info_area .twitter_area{
	width: 360px;
}
.evo2__page .sec4 .info_area .twitter_area p{
	text-align: center;
    margin-bottom: 20px;
    font-size: 1.6rem;
    font-weight: 800;
}
@media screen and (max-width: 768px) {
	.evo2__page .sec4 h3{
		font-size: 2.5rem;
		margin-left: 6%;
	}
	.evo2__page .sec4 h3 img{
		width: 120px;
	}
	.evo2__page .sec4 .box{
		margin: 60px 4% 0;
	}
	.evo2__page .sec4 .box h4 img{
		width:25px;
	}
	.evo2__page .sec4 .box .box_inner{
		position: relative;
		padding-top: 60px;
	}
	.evo2__page .sec4 .box .box_inner:after{
		content: "";
		width: 80%;
		height: 82%;
		border: 1px solid #fff;
		position: absolute;
		top: 40px;
		right: 10%;
	}
	.evo2__page .sec4 .box .box_inner p{
		font-size: 2rem;
    	margin: 0px 0 20px 15%;
	}
	.evo2__page .sec4 .box:nth-of-type(2) .box_inner p{
		margin: 0px 15% 20px 0;
	}
	.evo2__page .sec4 .box .box_inner .photo_area{
		width: 80%;
		margin: 0 2% 0 auto;
		display: block;
	}
	.evo2__page .sec4 .box:nth-of-type(2) .box_inner .photo_area{
		margin: 0 auto 0 2%;
	}
	.evo2__page .sec4 .box .box_inner .photo_area img{
		width: auto;
    	display: block;
	}
	.evo2__page .sec4 .box .box_inner .photo_area img:last-of-type{
		margin-top: 8%;
	}

	.evo2__page .sec4 .info_area{
		display: block;
		margin: 60px 6% 0;
	}
	.evo2__page .sec4 .info_area .access_area{
		width: auto;
		margin-bottom: 60px;
	}
	.evo2__page .sec4 .info_area .access_area address{
		font-size: 1.4rem;
		margin: 2%;
	}
	.evo2__page .sec4 .info_area .access_area .tel_area{
		display: block;
    	margin: 0 2% 8%;
	}
	.evo2__page .sec4 .info_area .access_area .tel_area p{
		line-height: 1.3;
		text-align: center;
		margin: 6% 0;
	}
	.evo2__page .sec4 .info_area .access_area .tel_area p span{
		font-size: 1.2rem;
	}
	.evo2__page .sec4 .info_area .access_area ul{
		margin: 0 10px 0;
	}
	.evo2__page .sec4 .info_area .access_area ul li{
		align-items: flex-start;
    	margin-bottom: 4%;
	}
	.evo2__page .sec4 .info_area .access_area ul li img{
		width: 10%;
	}
	.evo2__page .sec4 .info_area h5 img:nth-of-type(1){
		width: 40px;
		height: 40px;
	}
	.evo2__page .sec4 .info_area h5 img:nth-of-type(2){
		height:20px;
		margin-left: 10px;
	}
	.evo2__page .sec4 .info_area .twitter_area{
		width:auto;
	}
}


#footer{
	margin-top: 0;
}
