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

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

#mv{
	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;
	height: 40vh;
	padding-bottom: 70px;
}
#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 .img{
	height: 100%;
	width: 100%;
	padding-left: 60px;
	box-sizing: border-box;
}
#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);
	max-height: 100%;
}
.loaded #mv img{
	transform: scale(1);
}
@media screen and (max-width: 1250px){
	#mv img{
		margin-bottom: 17vw;
	}
}
@media screen and (max-width: 930px){
	#mv{
		padding-left: 10px;
	}
}
@media screen and (max-width: 850px){
	#mv{
		padding-bottom: 20px;
	}
	#mv .img{
		padding-bottom: 40px;
	}
	#mv:before{
		height: 35px;
	}
}
@media screen and (max-width: 700px){
	#mv{
		padding-left: 20px;
	}
	#mv img{
	}
}
@media screen and (max-width: 620px){
	#mv{
		padding: 60px 0 0 0;
		background-size: auto 100%;
		height: auto;
	}
	#mv .img{
		padding: 0 0 50px;
		height: auto;
	}
	#mv img{
		margin-bottom: 0;
	}
}

nav{
	position: absolute !important;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
}
nav ul{
	height: 70px;
	max-width: 1100px;
}
nav ul li a{
	font-size: 2rem;
}
@media screen and (max-width: 850px){
	nav ul{
		height: 20px;
	}
}

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

section{
	padding: 80px 2%;
}
section h2{
	margin-bottom: 40px;
}
section h2 i{
	font-size: 3rem;
	display: block;
}
section .select{
	max-width: 1000px;
	margin: 0 auto 60px;
	background: url(../images/bg2.jpg) 50% 50% no-repeat #7436b3;
	background-size: cover;
	padding: 40px 20px;
	position: relative;
	border: 1px solid #58007F;
	box-shadow: 0 0 20px #BE3FFF inset, 10px 10px 10px rgba(0,0,0,0.2);
	display: flex;
	align-items: center;
	justify-content: center;
}
section .select span{
	display: block;
	position: relative;
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
}
section .select span:after{
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 4px);
	right: 13px;
	pointer-events: none;
}
section .select select{
	display: block;
	width: 100%;
	padding: 13px;
	padding-right: 30px;
	border: 1px solid #000;
	box-sizing: border-box;
	background: #fff;
	text-align: left;
	cursor: pointer;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 1.8rem;
	font-weight: 600;
}

section .wrap{
	max-width: 1600px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
section .wrap>div{
	display: block;
	width: 24%;
	margin-left: 1.3%;
	margin-bottom: 30px;
	box-sizing: border-box;
}
section .wrap>div:nth-of-type(4n-3){
	margin-left: 0;
}
section .wrap2{
	max-width: 1600px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding:50px 0 30px;
	margin-bottom: 30px;
	background: url(../images/bg4.png) 50% 50% no-repeat #9652db;
	background-size: cover;
}
section .wrap2>div{
	display: block;
	width: 30%;
	margin-left: 1.6%;
	margin-bottom: 30px;
	box-sizing: border-box;
	position: relative;
	border: 3px solid #fff;
	-moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
section .wrap2>div:nth-of-type(4n-3){
	margin-left: 0;
}
.noresult{
	width: 100% !important;
	margin-bottom: 30px;
}
.noresult span{
	display: inline-block;
}
@media screen and (max-width: 1450px){
	section .wrap>div,
	section .wrap>div:nth-of-type(4n-3){
		width: 32%;
		margin-left: 2%;
	}
	section .wrap>div:nth-of-type(3n-2){
		margin-left: 0;
	}
}
@media screen and (max-width: 1000px){
	section{
		padding: 60px 2%;
	}
	section h2{
		font-size: 5vw;
	}
	section .wrap>div,
	section .wrap>div:nth-of-type(4n-3),
	section .wrap>div:nth-of-type(3n-2){
		width: 49%;
		margin-left: 2%;
	}
	section .wrap>div:nth-of-type(2n-1){
		margin-left: 0;
	}
}
@media screen and (max-width: 700px){
	section h2 i{
		font-size: 4vw;
	}
}
@media screen and (max-width: 650px){
	section{
		padding: 40px 2%;
	}
	section .wrap>div{
		width: 100% !important;
		max-width: 500px;
		margin: 0 auto 20px !important;
	}
	section .wrap2>div{
		width: 100% !important;
		max-width: 500px;
		margin: 0 auto 20px !important;
	}
}
@media screen and (max-width: 400px){
	section{
		padding: 40px 15px;
	}
	section h2{
		font-size: 6vw;
	}
	section h2 i{
		font-size: 5vw;
	}
}

section .btn,
section .btn2{
	padding-top: 30px;
}
section .btn a,
section .btn2 a{
	padding: 20px;
	font-size: 2rem;
	border-radius: 100px;
}
@media screen and (max-width: 400px){
	section .btn a,
	section .btn2 a{
		padding: 5px 10px;
		font-size: 1.8rem;
		min-width: 250px;
	}
	section .btn a span,
	section .btn2 a span{
		display: block;
	}
}

/*-----*/

#s1 iframe{
	width: 100%;
	margin: 0 auto !important;
	min-width: 0 !important;
}

/*-----*/

#s2{
	background: url(../images/bg2.jpg) 50% 20px no-repeat #7436b3;
}
#s2 h2{
	color: #fff;
}
#s2 h2 span:before,
#s2 h2 span:after{
	background: #fff;
}
#s2 .select{
	background: url(../images/bg3.jpg) 50% 85% no-repeat #7436b3;
	background-size: 100% auto;
	box-shadow: 0 0 20px #EB9900 inset, 10px 10px 10px rgba(0,0,0,0.2);
	border: 1px solid #6F4F00;
}
#s2 .wrap>div{
	background: #fff;
	font-size: 1.6rem;
	padding-bottom: 10px;
}
#s2 .wrap>div.noresult{
	color: #fff;
	background-color: transparent;
	font-size: inherit;
}
#s2 .wrap>div>div{
	margin-bottom: 10px;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 70%;
}
#s2 .wrap>div>div a{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#s2 .wrap>div>div img{
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;';
	display: block;
	width: 100%;
	height: 100%;
	transition: 0.8s;
}
#s2 .wrap>div>div a:hover img{
	transform: scale(1.1);
}
#s2 .wrap>div>p{
	margin-bottom: 2px;
	padding: 0 15px;
}

#s2 .wrap>div p{
	position: relative;
}
#s2 .wrap>div p span.bcs{
	position: absolute;
	width:60px;
	height:60px;
	top:-20px;
	left:3px;
	z-index: 5;
	transition: 0.2s ease-in-out;
}


#s2 .wrap2>div>div{
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 70%;
}
#s2 .wrap2>div>div a{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#s2 .wrap2>div>div img{
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;';
	display: block;
	width: 100%;
	height: 100%;
	transition: 0.8s;
}
#s2 .wrap2>div>div a:hover img{
	transform: scale(1.1);
}
#s2 .wrap2 p{
	width:100%;
	color:#8052be;
	font-weight: bold;
	font-size: 3.0rem;
	text-shadow: 0 0 5px #fff23a, 0 0 5px #fff23a, 0 0 5px #fff23a, 0 0 5px #fff23a, 0 0 5px #fff23a, 0 0 5px #fff23a, 0 0 5px #fff23a, 0 0 5px #fff23a, 0 0 5px #fff23a, 0 0 5px #fff23a;
}
#s2 .wrap2>div>div.bc{
	position: absolute;
	width:150px;
	height:150px;
	top:-30px;
	right:-23px;
	z-index: 5;
	transition: 0.2s ease-in-out;
}
#s2 .wrap2>div>div.bc img{
	height:auto;
}
@media screen and (max-width: 1560px){
	#s2 .wrap2>div>div.bc{
		width:120px;
		height:120px;
	}
}
@media screen and (max-width: 1230px){
	#s2 .wrap2>div>div.bc{
		width:100px;
		height:100px;
	}
}
@media screen and (max-width: 1200px){
	section .wrap2>div{
		width: 47%;
		margin-left: 1.6%;
	}
	#s2 .wrap2>div>div.bc{
		width:120px;
		height:120px;
	}
}
@media screen and (max-width: 900px){
	#s2 .wrap2>div>div.bc{
		width:100px;
		height:100px;
	}
}
@media screen and (max-width: 700px){
	#s2 .wrap2 p span{
		display:block;
	}
	#s2 .wrap2>div>div.bc{
		width:80px;
		height:80px;
	}
}
@media screen and (max-width:650px){
	section .wrap2{
		padding:30px 10px 30px;
		-moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
	}
	#s2 .wrap2 p{
		font-size: 2.3rem;
	}
	#s2 .wrap2>div>div.bc{
		top:-20px;
		right:-15px;
	}
}
/*----------------------------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);
	}
}
