@charset "UTF-8";
@import url(base.css);

/*----------------------------mv--------------------------------*/

#mv{
	width: 100%;
	overflow: hidden;
	text-align: center;
	background: url(../images/mvbg.jpg) 50% 50% no-repeat;
	background-size: cover;
	padding: 70px 0 0 0;
	position: relative;
	box-sizing: border-box;
}
#mv:before{
	content: "";
	display: block;
	background: url(../images/head.png) 0 0 repeat-x;
	background-size: auto 100%;
	width: 100%;
	height: 70px;
	position: absolute;
	top: 0;
	left: 0;
}
#mv:after{
	content: "";
	display: block;
	background: url(../images/mv2.png) 50% 0 no-repeat;
	background-size: 100% auto;
	position: absolute;
	width: 100%;
	height: 23vw;
	position: absolute;
	bottom: 40px;
	left: 20px;
	pointer-events: none;
}
#mv img{
	margin: 0 auto 11vw;
	display: block;
	transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transform: scale(0.2);
}
.loaded #mv img{
	transform: scale(1);
}
@media screen and (max-width: 2000px){
	#mv:after{
		width: 2000px;
		height: 463px;
		bottom: 40px;
		left: calc((1000px - 50vw)*-1 + 40px);
	}
	#mv img{
		margin-bottom: 200px;
	}
}
@media screen and (max-width: 1690px){
	#mv .img{
		width: 100%;
		overflow: hidden;
	}
	#mv img{
		width: 1690px;
		max-width: none;
		margin-left: calc((845px - 50vw)*-1);
	}
}
@media screen and (max-width: 1550px){
	#mv img{
		width: 106vw;
		margin-left: -3vw;
	}
}
@media screen and (max-width: 1250px){
	#mv:after{
		width: 166vw;
		height: 38vw;
		bottom: 60px;
		left: -29vw;
	}
	#mv img{
		margin-bottom: 17vw;
	}
}
@media screen and (max-width: 930px){
	#mv{
		padding-left: 10px;
	}
}
@media screen and (max-width: 850px){
	#mv{
		padding: 40px 0 0 10px;
	}
	#mv:before{
		height: 35px;
	}
	#mv:after{
		bottom: 10px;
	}
}
@media screen and (max-width: 700px){
	#mv{
		padding-left: 20px;
	}
	#mv img{
		margin-bottom: 10vw;
	}
}
@media screen and (max-width: 620px){
	#mv{
		padding: 80px 0 0 0;
		background-size: auto 100%;
	}
	#mv img{
		margin-bottom: 20vw;
		margin-left: -6vw;
	}
	#mv:after{
		bottom: 20px;
		left: -33vw;
	}
}

/*----------------------------content--------------------------------*/

/*--------s1--------*/

#s1 .inner{
	padding: 80px 2%;
	box-shadow: 0 3px 3px rgba(0,0,0,0.3) inset;
}
#s1 .inner2{
	padding: 0 0 80px 2%;
	position: relative;
}
#s1 .inner2:before{
	content: "";
	display: block;
	width: 100%;
	height: calc(100% - 150px);
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	box-shadow: 0 3px 3px rgba(0,0,0,0.1) inset;
}
#s1 .inner2>*{
	position: relative;
	z-index: 1;
}
#s1 .inner2 .img{
	position: relative;
	text-align: right;
}
#s1 .inner2 .img:after{
	content: "";
	display: block;
	width: 572px;
	height: 312px;
	background: url(../images/present2.png) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0;
	left: calc(50% - 600px);
}
#s1 .inner2 .img img{
	width: 70%;
}
#s1 .inner2 .txt{
	padding-right: 2vw;
}
#s1 .p1{
	margin-bottom: 30px;
}
#s1 .p2{
	margin-bottom: 30px;
	color:#3a1f63;
}
#s1 .p3{
	text-align: center;
	margin-bottom: 30px;
	color:#3a1f63;
}
#s1 .btn{
	position: relative;
	z-index: 2;
}
#s1 .btn a{
	padding: 20px;
	text-shadow: 2px 2px 0 rgba(0,0,0,0.1);
	border: 2px solid #fff;
	box-shadow: 0 0 0 3px #000;
}
@media screen and (max-width: 1400px){
	#s1 .inner2 .img:after{
		left: 0;
		width: 45vw;
		height: 25vw;
	}
}
@media screen and (max-width: 950px){
	#s1 .inner2 .img{
		padding-bottom: 10vw;
	}

	#s1 .inner2 .img img{
		width: 97%;
	}
}
@media screen and (max-width: 900px){
	#s1 h2+p{
		text-align: left;
	}
	#s1 h2+p .mn{
		display: none;
	}
}
@media screen and (max-width: 750px){
	#s1 .inner{
		padding: 60px 2%;
	}
}
@media screen and (max-width: 580px){
	#s1 .inner2:before{
		height: calc(100% - 23vw);
	}
	#s1 .inner2 .txt p{
		text-align: left;
	}
}
@media screen and (max-width: 470px){
	#s1 .inner2 .img:after{
		left: 0;
		width: 55vw;
		height: 30vw;
	}
	#s1 .inner2 .img img{
		width: 100%;
	}
}

/*--------s2--------*/

#s2{
	background: url(../images/bg2.jpg) 50% 0 no-repeat #7536b4;
	z-index: 2;
	box-shadow: 0 0 3px rgba(0,0,0,0.4) inset;
}
#s2 .way2{
	position: absolute;
	top: -50px;
	left: 0;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 0 10px;
}
#s2 .inner{
	padding: 130px 2% 80px;
	max-width: 1400px;
	margin: 0 auto;
}
#s2 .tab{
	width: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: stretch;
	justify-content: center;
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}
#s2 .tab li{
	display: flex;
	align-items: stretch;
	justify-content: center;
	text-align: center;
	width: 47%;
	margin-right: 1%;
}
#s2 .tab li:last-child{
	margin-left: 1%;
	margin-right: 0;
}
#s2 .tab li a{
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #392959;
	color: #fff;
	font-size: 3.1rem;
	font-weight: 700;
	padding: 10px;
	line-height: 1.2;
	min-height: 100px;
	position: relative;
	transition: 0.3s;
}
#s2 .tab li a i{
	display: inline-block;
}
#s2 .tab li.ac a{
	background: #ffaa00;
	color: #401a66;
}
#s2 .tab li.ac a:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 25px solid #ffaa00;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
	position: absolute;
	bottom: -25px;
	left: calc(50% - 30px);
}
#s2 .tab li:not(.ac) a:hover{
	text-shadow: 0 0 20px #7335ee, 0 0 20px #7335ee, 0 0 20px #7335ee, 0 0 20px #7335ee;
}
@media screen and (max-width: 1600px){
	#s2 .inner{
		padding-bottom: 40px;
	}
}
@media screen and (max-width: 600px){
	#s2 .inner{
		padding-bottom: 30px;
	}
	#s2 .tab li a{
		min-height: 0;
		padding-top: 20px;
		padding-bottom: 20px;
		font-size: 4.5vw;
	}
}
@media screen and (max-width: 400px){
	#s2 .way2{
		top: -10vw;
	}
	#s2 .inner{
		padding-top: 100px;
	}
}

#s2 #tabs{
	background: #fff;
	position: relative;
	z-index: 2;
	margin-top: -30px;
	box-sizing: border-box;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
	overflow: hidden;
}
#s2 .btn{
	position: relative;
	z-index: 2;
}
#s2 .btn a{
	padding: 20px;
	text-shadow: 2px 2px 0 rgba(0,0,0,0.1);
	border: 2px solid #fff;
	box-shadow: 0 0 0 3px #000;
}
#s2 article{
	padding-top: 100px;/*js*/
	transition: 0.7s;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	pointer-events: auto;
}
#s2 article:not(.ac){
	opacity: 0;
	pointer-events: none;
}
#s2 article>h2,
#s2 article>p,
#s2 article>.btn{
	padding: 0 15px;
}
#s2 article>p{
	margin-bottom: 50px;
}
@media screen and (max-width: 900px){
	#s2 article>p{
		text-align: left;
	}
	#s2 article>p .mn{
		display: none;
	}
}

/*------*/

#s2 #tab1 .slider{
	margin-top: -40px;
}
#s2 .slider:before{
	content: "";
	display: block;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: #d5d5d5;
}
#s2 .slider:after{
	content: "";
	display: block;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	background: #f8f8f8;
}
#s2 .slider .slick-list{
	position: relative;
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	z-index: 2;
}
#s2 .slider{
	position: relative;
	z-index: 1;
}
#s2 .slider .slick-track{
	position: relative;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: stretch;
}
#s2 .slider .slick-slide{
	padding: 80px 10px 80px 50px;
	box-sizing: border-box;
	position: relative;
	overflow: visible;
}
#s2 .slider .slick-slide:before,
#s2 .slider .slick-slide:after{
	content: "";
	width: 60px;
	height: 50%;
	background: #f0f;
	position: absolute;
	top: 0;
	left: -40px;
	transform: skewX(5deg);
}
#s2 .slider .slick-slide:after{
	top: 50%;
	left: -40px;
	transform: skewX(-5deg);
	background: #0f0;
}
#s2 .slider .slick-slide:nth-of-type(1):before,
#s2 .slider .slick-slide:nth-of-type(1):after{
	display: none;
}
#s2 .slider .slick-slide:nth-of-type(2):before,
#s2 .slider .slick-slide:nth-of-type(2):after{
	background: #d5d5d5;
}
#s2 .slider .slick-slide:nth-of-type(3):before,
#s2 .slider .slick-slide:nth-of-type(3):after{
	background: #ddd;
}
#s2 .slider .slick-slide:nth-of-type(4):before,
#s2 .slider .slick-slide:nth-of-type(4):after{
	background: #e6e6e6;
}
#s2 .slider .slick-slide:nth-of-type(1){
	background: #d5d5d5;
	padding-left: 30px;
}
#s2 .slider .slick-slide:nth-of-type(2){
	background: #ddd;
}
#s2 .slider .slick-slide:nth-of-type(3){
	background: #e6e6e6;
}
#s2 .slider .slick-slide:nth-of-type(4){
	background: #f8f8f8;
	padding-right: 30px;
}
#s2 .slider .slick-arrow{
	display: block;
	text-indent: -10000px;
	outline:none;
	line-height:1px;
	font-size:1px;
	height: 40px;
	width: 30px;
	cursor: pointer;
	position: absolute;
	top: calc(50% - 20px);
	left: 0;
	z-index: 1;
	border: none;
}
#s2 .slider .slick-next{
	left: auto;
	right: 0;
}
#s2 .slider .slick-arrow:before{
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	top: calc(50% - 7px);
	border-top: 1px solid #222;
	border-left: 1px solid #222;
}
#s2 .slider .slick-prev:before{
	transform: rotate(-45deg);
	left: calc(50% - 4px);
}
#s2 .slider .slick-next:before{
	transform: rotate(135deg);
	left: calc(50% - 12px);
}
#s2 .slider .pointer{
	display: table;
	height: 20px;
	margin: -20px auto 0;
	position: relative;
	z-index: 3;
}
#s2 .slider .pointer li{
	display: table-cell;
	padding: 0 3px;
}
#s2 .slider .pointer li button{
	display: block;
	text-indent: -10000px;
	outline:none;
	line-height:1px;
	font-size:1px;
	background-color: rgba(125,125,125,0.5);
	width: 7px;
	height: 7px;
	border-radius: 100%;
	border: none;
	cursor: pointer;
}
#s2 .slider .pointer .slick-active button{
	background-color: #ffaa00;
}
#s2 .slider .img{
	margin-bottom: 20px;
	position: relative;
	z-index: 2;
}
#s2 .slider .img span{
	display: inline-flex;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	align-items: center;
	justify-content: center;
	background: #222;
	color: #fff;
	font-size: 1.5rem;
	margin-bottom: 20px;
}
#s2 .slider .img img{
	max-height: 100%;
	display: block;
	margin: 0 auto;
	max-height: 260px;
}
#s2 .slider .slick-slide:nth-of-type(1) .img{
	width: 120%;
	margin-left: -10%;
}
#s2 .slider .txt{
	text-align: left;
	font-size: 1.6rem;
	position: relative;
	z-index: 2;
}
#s2 .slider .img.prz{
	position: relative;
}
#s2 .slider .img.prz:after{
	content: "";
	background: url(../images/prize.png) no-repeat;
	background-size: contain;
	width: 70px;
	height: 70px;
	position: absolute;
	top: 60px;
	left: calc(50% + 30px);
}
@media screen and (max-width: 960px){
	#s2 .slider .slick-slide{
		padding-bottom: 30px;
	}
}
@media screen and (max-width: 450px){
	#s2 .slider .slick-slide{
		padding-top: 60px;
		padding-bottom: 40px;
	}
}

/*------*/

#tab2 #iframe{
	padding: 50px 0 0;
}
#tab2 #iframe iframe{
	height: 950px;
	width: 100%;
	max-width: 1100px;
	border: none;
}
@media screen and (max-width: 810px){
	#tab2 #iframe iframe{
		height: 1240px;
	}
}
@media screen and (max-width: 350px){
	#tab2 #iframe iframe{
		height: 1300px;
	}
}

/*--------s3--------*/

#s3{
	background: url(../images/bg3.jpg) 50% 50% no-repeat fixed;
	background-size: cover;
	box-shadow: 0 -3px 3px rgba(0,0,0,0.3) inset;
}
#s3 h2,
#s3 p{
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}
#s3 h2 span:before,
#s3 h2 span:after{
	background-color: #fff;
	box-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}
#s3 .inner{
	padding: 80px 2%;
}
#s3 .wrap{
	max-width: 1400px;
	margin: 60px auto 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
}
#s3 dl{
	display: block;
	width: 23%;
	margin: 0 1% 30px;
	background: #fff;
	box-sizing: border-box;
	padding: 20px 20px 5px;
	text-align: left;
	font-size: 1.6rem;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
}
#s3 dt{
	display: block;
	margin-bottom: 15px;
}
#s3 dd{
	display: block;
	margin-bottom: 20px;
	position: relative;
}
#s3 dd img:nth-of-type(2){
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;';
	opacity: 0;
	transition: 0.3s;
}
#s3 dd img:nth-of-type(2):hover{
	opacity: 1;
}
#s3 .btn0,
#s3 .btn{
	margin-bottom: 10px;
}
#s3 .btn0 a,
#s3 .btn a,
#s3 .btn2 a{
	text-align: center;
	margin: 0 auto;
	display: block;
	font-size: 1.5rem;
	padding: 5px 5px;
}
#s3 .btn0 a{
	padding: 10px 5px;
}
@media screen and (max-width: 1480px){
	#s3 dl{
		padding: 15px 10px 0;
	}
	#s3 .btn0 a,
	#s3 .btn a,
	#s3 .btn2 a{
		border-radius: 100px;
	}
	#s3 .btn a span,
	#s3 .btn2 a span{
		display: block;
	}
}
@media screen and (max-width: 1000px){
	#s3 .inner{
		padding-top: 60px;
		padding-bottom: 50px;
	}
	#s3 dl{
		width: 32%;
		margin: 0 0 25px;
	}
	#s3 dl:nth-of-type(3n-1){
		margin-left: 2%;
		margin-right: 2%;
	}
}
@media screen and (max-width: 750px){
}
@media screen and (max-width: 600px){
	#s3 .wrap{
		justify-content: space-between;
	}
	#s3 dl{
		padding: 15px 10px 5px;
	}
	#s3 dl,
	#s3 dl:nth-of-type(3n-1){
		width: 48%;
		margin: 0 0 25px;
	}
	#s3 dd{
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 490px){
	#s3 .inner>p{
		text-align: left;
	}
	#s3 .inner>p .mn{
		display: none;
	}
}
@media screen and (max-width: 370px){
	#s3 .wrap{
		justify-content: center;
		margin-top: 40px;
	}
	#s3 dl,
	#s3 dl:nth-of-type(3n-1){
		width: 90%;
	}
	#s3 .btn0 a span,
	#s3 .btn a span,
	#s3 .btn2 a span{
		display: inline-block;
	}
}
@media screen and (max-width: 300px){
	#s3 dl,
	#s3 dl:nth-of-type(3n-1){
		width: 100%;
	}
}

/*--------s4--------*/

#s4{
	padding: 60px 0;
	background: #000;
	color: #fff;
}
#s4 .inner{
	padding: 0 2%;
	max-width: 1100px;
	margin: 0 auto;
}
#s4 h2{
	color: #fff;
	font-size: 3rem;
}
#s4 h2 span:before,
#s4 h2 span:after{
	background: #fff;
}
#s4 dl,
#s4 dt,
#s4 dd,
#s4 ul,
#s4 li{
	display: block;
}
#s4 dl{
	font-size: 1.5rem;
	text-align: left;
	display: block;
	margin-bottom: 20px;
}
#s4 dt{
	margin-bottom: 5px;
	font-size: 1.6rem;
}
#s4 dd{
	font-weight: 500;
}
#s4 li{
	padding-left: 15px;
	position: relative;
}
#s4 li:before{
	content: "・";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
#s4 li span{
	color:#9f0ff2;
}

@media screen and (max-width: 500px){
	#s4{
		padding: 50px 0 30px;
	}
}


/*----------------------------popup--------------------------------*/

.popup .loader {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	animation: spin 0.75s infinite linear;
	position: absolute;
	top: calc(50% - 60px);
	left: calc(50% - 25px);
	display: block;
	border: 1px solid #ffcc00;
}
.popup .loader::before,
.popup .loader::after {
	left: -1px;
	top: -1px;
	display: none;
	position: absolute;
	content: '';
	width: inherit;
	height: inherit;
	border: inherit;
	border-radius: inherit;
}
.popup .loader,
.popup .loader::before {
	display: inline-block;
	border-color: transparent !important;
	border-top-color: #ffcc00 !important;
}
.popup .loader::before {
	animation: spin 1.5s infinite ease;
}
.popup .loader::before,
.popup .loader::after{/*★*-1*/
	left: -1px;
	top: -1px;
}

.popup{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 60;
	background: rgba(0,0,0,0.5);
}
.popclose{
	height: 44px;
	width: 44px;
	position: absolute;
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	top: 0;
	right: 0;
	z-index: 11;
	cursor: pointer;
}
.popclose:after{
	content: "";
	display: block;
	background: #ffcc00;
	height: 120px;
	width: 120px;
	position: absolute;
	top: 0;
	left: 0;
	transform: skew(30deg, 30deg) translate(-22px, -22px);
}
.popclose span{
	display: block;
	width: 30px;
	margin: 5px auto;
	height: 2px;
	transition: 0.3s;
	position: relative;
	z-index: 2;
}
.popclose span:before,
.popclose span:after{
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	background: #000;
	position: absolute;
	top: 50%;
	left: 0;
	transform: rotate(45deg);
	transition: 0.3s;
}
.popclose span:after{
	transform: rotate(-45deg);
}
.popclose:hover span:before{
	transform: rotate(225deg);
}
.popclose:hover span:after{
	transform: rotate(-225deg);
}
.popimg{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	display: table;
	table-layout: fixed;
}
.popimg>div{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}
.popimgwrap{
	display: inline-block;
	max-width: 80%;
	position: relative;
	opacity: 0;
	z-index: 5;
}
.popimg img{
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 5;
	background: #fff;
	max-height: 90vh;
	box-shadow: 10px 10px 20px rgba(0,0,0,0.13);
}
.popnav{
	display: block;
	width: 100%;
	height: 0;
	position: absolute;
	top: calc(50% - 22px);
	left: 0;
	z-index: 10;
}
.popnav li{
	display: block;
	float: left;
	width: 44px;
	height: 44px;
	cursor: pointer;
	position: relative;
	border-radius: 44px;
	background: #ffcc00;
}
.popnav li:hover{
	opacity: 0.7;
}
.popnav li.popprev{
	float: left;
	margin-left: 10px;
}
.popnav li.popnext{
	float: right;
	margin-right: 10px;
}
.popnav li:before{
	content: "";
	font-size: 3rem;
	line-height: 40px;
	display: block;
	width: 10px;
	height: 10px;
	text-align: center;
	position: absolute;
	top: 15px;
	left: 13px;
	border-top: 3px solid #000;
	border-right: 3px solid #000;
}
.popnav li.popprev:before{
	transform: rotate(-135deg);
	left: 17px;
}
.popnav li.popnext:before{
	transform: rotate(45deg);
}
.popup .loader {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	animation: spin 0.75s infinite linear;
	position: absolute;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
	display: block;
	z-index: 4;
}
.popup .loader::before,
.popup .loader::after {
	display: none;
	position: absolute;
	content: '';
	width: inherit;
	height: inherit;
	border: inherit;
	border-radius: inherit;
}
.popup .loader,
.popup .loader::before {
	display: inline-block;
	border-color: transparent;

}
.popup .loader::before {
	animation: spin 1.5s infinite ease;
}
@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
