@charset "UTF-8";
/* CSS Document */

body {
	color:#7c786c;
	font-family : YuMincho, '游明朝', serif;
	}

#romg {
	background:url(../romg/img/bg.png) no-repeat fixed;
	background-size: cover;
    background-position: top center;
	width:100%;
	z-index:-999;
	position: absolute;
}
#romg-main {
    text-align: center;
}
#romg-main img.logo{
    width: 235px;
	margin:60px auto;
}
a { 
    font-family: 'Asap', sans-serif;
    letter-spacing: 1px;
    font-style: italic;
}
p {
    font-size: 12px;
    line-height: 2.3;
    margin: 0 0 1em;
    letter-spacing: 1px;
}

p.lustria{
	font-family: 'Lustria', serif;
	font-size: 30px;
    letter-spacing: 5px;
}
.asap {
    font-family: 'Asap', sans-serif;
    letter-spacing: 2px;
    font-size: 14px;
}
h1 {
	border:none;
	}
h1 img{
	width:245px;
	}
h2 {
    margin-bottom: 20px;
}
h2 img {
    width: 526px;
}
h2.comment {
    margin-top: 45px;
}

.big {
	font-size:18px;
	}


hr {
    background: #7d0f80;
    height: 1px;
    border: 0;
}
hr.center {
    width: 100px;
    margin: 80px auto;
}

.inner {
	max-width:800px;
	margin:0 auto;
	padding: 20px;
	text-align: left;
	}
	
.twitter {
    float: left;
    margin-right: 10px;
}
iframe.youtube {
	width:100%;
	height:450px;
	}
.comingsoon {
    width: 422px;
}
/* footer */
#footer {
	max-width:800px;
	font-family: 'Montserrat','YuGothic', '游ゴシック', sans-serif;
}
	
@media only screen and (max-width: 599px) {
#romg {
	background:url(../romg/img/bg_sp.png) no-repeat fixed;
	background-size: cover;
    background-position: top center;
	width:100%;
	z-index:-999;
	position: absolute;
}
#romg-main {
    padding: 15px;
}
#romg-main img.logo {
    width: 190px;
}
h1 img {
    width: 230px;
}

.inner {
	padding: 0;
	}
h2 img{
    width: 100%;
}
img.comingsoon {
    width: 100%;
}
iframe.youtube {
	height:300px;
	}
}
