@charset "utf-8";


#mainVisual {
	position: relative;
    position: fixed;
    width: 100%;
    height: 100%;
}
/*video*/
#mainVisual .fullSlide div.video {
	overflow: hidden;
	position: relative;
	height: 100vh;
	margin: 0;
}
#mainVisual .fullSlide div.mainVideo video {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}




main {
    display: block;
    position: relative;
    z-index: 10;
    padding: 80px 20px;
}
#container2 {
    box-sizing: border-box;
	background: rgba(255,255,255,0.8);
	max-width: 550px;
    margin: 0 auto;
	box-shadow: 0px 0px 15px 15px rgba(0,0,0,0.4);
	border-radius: 15px;
	padding: 40px 40px;
}
#container2 .inner {
    max-width: 400px;
    margin: 0 auto;
}
#container2 .inner h1 {
    text-align: center;
    margin-bottom: 20px;
}
#container2 .inner figure {
    text-align: center;
    margin-bottom: 20px;
}
#container2 .inner p {
    font-weight: 700;
    margin-top: 10px;
}
#container2 .copy {
    text-align: center;
}
#container2 .youtubeLink {
    margin: 30px 0;
    text-align: center;
}
#container2 .youtubeLink a:hover {
    opacity: 0.6;
}
#container2 .lightLink {
    margin: 30px 0;
}
#container2 .lightLink a {
    display: block;
    background: #999999;
    text-align: center;
    border-radius: 10px;
    padding: 20px 15px;
}
#container2 .lightLink a:hover {
    background: #000;
}
#container2 form {
    display: block;
    margin: 30px 0;
    border-radius: 10px;
    background: linear-gradient(180deg,rgba(102, 102, 102, 1) 0%, rgba(0, 0, 0, 1) 70%);
}
#container2 form .form {
    padding: 20px 25px;
    padding-bottom: 50%;
    background-image: url("img/bg_premium.png");
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
#container2 form .inner {
    max-width: 300px;
    margin: 0 auto;
}
#container2 form .catch {
	text-align: center;
	font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}
#container2 form input[type=password] {
	width: 100%;
    border-radius: 5px;
}
#container2 form input[type=submit] {
	margin-top: 15px;
	width: 100%;
    border-radius: 5px;
	background: #339933;
    border: 3px solid #339933;
	color: #000;
	padding: 5px;
	line-height: 2;
	font-weight: 700;
}
#container2 form input[type=submit]:hover {
	background: #333;
    color: #fff;
}
@media only screen and (max-width: 767px) {
    main {
        padding: 40px 20px;
    }
	#container2 {
		padding: 20px 20px;
	}
    #container2 .lightLink img {
        width: 75%;
    }
    #container2 form .catch img {
        width: 75%;
    }
}
