@charset "UTF-8";


@font-face {
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    font-style: normal;
}


body{
	background:#b7b7b7;
	font-family: 'Raleway', Verdana, sans-serif;
	padding:0;
    margin-top: 0px;
}

p{
	margin-bottom: 15px;
	font-family: 'Raleway', Verdana, sans-serif;
}

h1{
	font-family: 'Raleway', Verdana, sans-serif;
	font-size:22px;
	line-height:26px;
	color:#cb4e78;
	margin:30px 125px 0px 125px;
	text-align:left;
}
h2{
	font-family: 'Raleway', Verdana, sans-serif;
	font-size:20px;
	color:#bfbfbf;
}

a{
	text-decoration:none;
	color:#cb4e78;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}
a:hover{	color:#329ab7;}

.hide{display: none;}


img{	border:none;}

.bold{font-weight:bold;}

.center{text-align: center;}

.float-left{float:left;}

.float-right{float:right;}

#wrapper{
	width: 100%;
	max-width: 900px;
	margin:0px auto 50px auto;
	padding:0;
	background-color:#b7b7b7;
}

/*HEADER*/
.logo{
	padding: 20px 0px 10px 0px;
	text-align:center;
}

#header{
	width: 100%;
	padding-top: 20px;
	text-align:center;
	background-image: url(../images/2016-08-lp-back-top.jpn);
	
}
#header2{
	width: 100%;
	padding-top: 20px;
	text-align:center;
	background-image: url(../images/2016-08-lp-back-top.jpn);
	
}
#header img{
	width: 90%;
	max-width: 900px;
}


/*main content*/
.mainContent {
    width: 100%;
    background-image: url(../images/2016-08-lp-back-middle.jpg);
    text-align: center;
    padding-top: 20px;
    padding-bottom: 40px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 6%;
	width: 88%;
	height: 88%;
}


/*UNITY Event*/
.unityEvent {
    position: relative;
    background-color: black;
    padding-top: 20px;
}

.unityEvent img {
    position: relative;
    width: 88%;
    padding-bottom: 30px;
	padding-top: 20px;
    
}


/*BODY*/

#content-fullwidth{
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
	color: #443135;
	font-size:14px;
	line-height:20px;
}

#extra-container{
	width: 100%;
	margin: 0px auto;
	text-align:center;
}
.app{
	width: 100%;
	background-image: url(../images/2016-08-lp-back-middle.jpg);
}


/*FOOTER*/


#footer-content{
	width:100%;
	margin:0 auto;
    text-align: center;
    background-color: #460024;
    color: white;
    padding-top: 15px;
    padding-bottom: 15px;
}
#footer-content img{
	width: 30%;
}
.legal{
	width:100%;
	margin:0;
	text-align:center;
	font-size:11px;
	line-height:14px;
	font-family: 'Raleway', Verdana, sans-serif;
}

