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

body {
	width: 100vw;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	position: relative;
}
.clear {
	clear: both;
}
.fixed-border{
	position:fixed;
	left:0;
	width:100%;
	height:7px;
	background:#E00000;
	z-index:9999;
	pointer-events:none;
}
.fixed-border.top{
	top:0;
}
.fixed-border.bottom{
    background: #929292;
	bottom:0;
}

.cominsoon  {
    width: 80%;
    margin: 70px auto 70px;
    display: block;
}
.cominsoon .logo {
        width: 80%;
        max-width: 500px;
        display: block;
        margin: 0 auto 40px;
}
h1 {
        font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
        font-weight: 800;
        font-style: normal;
        font-size:18px;
        line-height: 1.6em;
        text-align: center;
    display: block;
    margin: 0 auto 20px;
}
.lead {
    font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    text-align: center;
    line-height: 1.8em;
}
.honbun {
    font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    text-align: center;
    line-height: 1.8em;
    margin: 0;
    padding: 0;
}
footer {
    font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
    font-size: 12px;
    line-height: 1.6em;
    letter-spacing: 1px;
    text-align: center;
    width: 100%;
    margin: 0 auto 20px;
}

@media screen and (max-width: 899px) {
h1 {
    font-size:16px;
}
h1 small {
    font-size: 0.8em;
    display: block;
}
.cominsoon  {
    width: 95%;
    margin: 100px auto 50px;
    padding: 0;
    display: block;
}
.lead {
    font-size: 13px;
    margin: 0 auto 30px;
}
.honbun {
    font-size: 12px;
}
.honbun a {
    text-decoration: none;
    color: #000;
}
footer {
    font-size: 10px;
}
}