@charset "utf-8";


@media screen and (min-width:768px){
/*pc・タブレットcss*/

#top-main {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
}
#top-main video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100vh;
	max-width:inherit;
	transform: translate(-50%, -50%);
}
#top-main .top-main-copy{
	position:relative;
	z-index:2;
	width:100%;
	height:100vh;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
#top-main .top-main-copy img{
	width:100%;
}
#top-main .top-main-copy-header{
	position: absolute;
	z-index:2;
	top: 2vw;
	left: 0%;
	width:100%;
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
#top-main .top-main-copy-header .left-logo{
	width:23%;
	max-width:265px;
}
#top-main .top-main-copy-header .right-logo{
	width:16%;
	max-width:186px;
}

#top-main .top-main-copy-txt{
	position: absolute;
	z-index:2;
	bottom: 7vw;
	left: 0%;
	width:100%;
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
#top-main .top-main-copy-txt .left-txt{
	width:55%;
}
#top-main .top-main-copy-txt .copy01{
	width:100%;
	margin: 0 auto 20px;
}
#top-main .top-main-copy-txt .copy02{
	width:63%;
	margin: 0 auto;
}
#top-main .top-main-copy-txt .registration-btn-list{
	margin-bottom:20px;
	width:100%;
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
#top-main .top-main-copy-txt .registration-btn-list li{
	width:47.5%;
}
#top-main .top-main-copy-txt .registration-btn-list li a{
	position:relative;
	display:block;
	background-color:#ccc;
	border-radius:10px;
	color:#fff;
	font-size:18px;
	padding:24px;
	text-align:center;
	transition: opacity .4s;
}
#top-main .top-main-copy-txt .registration-btn-list li a:hover{ opacity:0.50; }

#top-main .top-main-copy-txt .registration-btn-list li a:before{
	content:"";
	position:absolute;
	top:2px;
	left:2px;
	width:calc(100% - 4px);
	height:calc(100% - 4px);
	border-radius:10px;
	border: solid 1px rgba(255,255,255,0.4);
}
#top-main .top-main-copy-txt .registration-btn-list li a:after{
	content:"";
	position:absolute;
	right: 20px;
	top:50%;
	width: 7px;
	height: 7px;
	margin-top:-4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);	
}
#top-main .top-main-copy-txt .registration-btn-list li.man a{ background-color:#028DD9;}
#top-main .top-main-copy-txt .registration-btn-list li.woman a{ background-color:#FC278C;}
#top-main .top-main-copy-txt .sc{
	width:38%;
}



}

@media screen and (min-width:768px) and ( max-width:1367px) {
	
#top-main .top-main-copy{

}
#top-main .top-main-copy-header{
	width:80%;
	left:10%;
}
#top-main .top-main-copy-txt{
	bottom:5vw;
	left:10%;
	width:80%;
}


}

@media (max-width: 768px) {
		
	
	#top-main {
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 50vh;
		background-color:#000;
	}
	#top-main video {
		position: absolute;
		top: 50%;
		left: 50%;
		min-width: 100%;
		height: 50vh;
		max-width:inherit;
		transform: translate(-48%, -50%);
	}
	#top-main .top-main-copy{
		position:relative;
		z-index:2;
		width:100%;
		min-height:50vh;
		padding:2vw 0 5vw;
	}
	#top-main .top-main-copy img{
		width:100%;
	}
	#top-main .top-main-copy-header{
		width:100%;
		padding: 2vw 3vw;
		margin-bottom:5vw;
		-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
		-webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
		-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
	}
	#top-main .top-main-copy-header .left-logo{
		width:40%;
	}
	#top-main .top-main-copy-header .right-logo{
		width:26%;
	}
	
	#top-main .top-main-copy-txt{
		width:100%;
		-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
		-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
	}
	#top-main .top-main-copy-txt .left-txt{
		width:80%;
		margin: 0 auto;
	}
	#top-main .top-main-copy-txt .copy01{
		width:70%;
		margin: 0 auto 3vw;
	}
	#top-main .top-main-copy-txt .copy02{
		width:70%;
		margin: 0 auto;
	}
	#top-main .top-main-copy-txt .registration-btn-list{
		margin-bottom:20px;
		width:100%;
		-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
		-webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
		-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
	}
	#top-main .top-main-copy-txt .registration-btn-list li{
		width:47.5%;
	}
	#top-main .top-main-copy-txt .registration-btn-list li a{
		position:relative;
		display:block;
		background-color:#ccc;
		border-radius:10px;
		color:#fff;
		font-size:14px;
		padding:3vw 0vw;
		text-align:center;
	}
	
	#top-main .top-main-copy-txt .registration-btn-list li a:before{
		content:"";
		position:absolute;
		top:2px;
		left:2px;
		width:calc(100% - 4px);
		height:calc(100% - 4px);
		border-radius:10px;
		border: solid 1px rgba(255,255,255,0.4);
	}
	#top-main .top-main-copy-txt .registration-btn-list li a:after{
		content:"";
		position:absolute;
		right: 20px;
		top:50%;
		width: 7px;
		height: 7px;
		margin-top:-4px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);	
	}
	#top-main .top-main-copy-txt .registration-btn-list li.man a{ background-color:#028DD9;}
	#top-main .top-main-copy-txt .registration-btn-list li.woman a{ background-color:#FC278C;}
	#top-main .top-main-copy-txt .sc{
		display:none;
		width:20%;
		margin-left:3vw;
		margin-bottom:2vw;
		-webkit-box-ordinal-group: -1; -moz-box-ordinal-group: -1; -webkit-flex-order: -1; -moz-flex-order: -1; -webkit-order: -1; -moz-order: -1; order: -1;
	}
	
	
			
}






