a {
	color: #eee;
}
html {
    height: 100%;
}
body {
    width: 100%;
    height: 100%;
    background: #270016;
}
h1 {
    display: none;
}
.lead {
    position: absolute; top:2em; right:2em;
    height: 50%;
    width: auto;
}
h3 {
    width: 50%;
    border: 1px solid #ccc;
    margin: 0 auto 0.7em auto;
    text-align: center;
    font-size: 1.1em;
    font-weight: normal;
}
h3 span {
    padding: 1em 2em 0.5em 2em;
}


@media screen and ( min-width:768px)  {
 .lead_lay {
    width: 900px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
   .kv {
        width: 100%;
        height: 100%;
        background: url("../img/kv_20200526_pc.jpg") no-repeat;
        background-position: center top;
        background-size: auto 100%;
    }
}

   .kv {
   	position: relative;
}
.ghostgram {
	position: absolute; bottom: 1em; right:2em;
	text-align: right;
	z-index: 1;
}


p.title {
    padding: 1em 0 0 0;
    font-weight: bold;
    color: #d31087;
    font-size: 1.1em;
    text-align: center;
}
.playguide {
    width: 600px;
    margin: 0 auto;
    padding: 2em 0 0 0;
}
.pg_list {
    clear: both;
    margin: 0 0 0.8em 0;
}
.pg_list li {
    line-height: 1.6em;
}
.pg_list li.pg_head {
    width: 100%;
    color: #999;
    text-align: center;
}
.pg_list li.pg_body {
    width: 100%;
    text-align: center;
}

footer {
    padding: 5em 2em 3em 2em;
}
footer .copy {
    text-align: center;
    font-size: 1.1em;
    font-family: Verdana, “Droid Sans”;
}

@media screen and ( max-width:768px)  {
     .lead_lay {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        position:relative;
    }
    .kv {
		position: relative;
        width: 100%;
        height: 100%;
        background: url("../img/kv_20200526_tab.jpg") repeat-x;
        background-position: center top;
        background-size: auto 100%;
    }
    .outline {
        width: 80%;
        margin: 0 auto 2em auto;
        padding:2em;
        border: 1px solid #ccc;
    }
    .playguide {
        width: 80%;
        margin: 0 auto;
    }    
}

.contact_bl {
    width: 50%;
    margin: 0 auto 3em auto;
    padding: 0.5em 0 0.5em 0;
    text-align: center;
    border: 1px solid #999;
}



@media screen and ( max-width:480px)  {
    .kv {
        width: 100%;
        height: 100%;
        background: url("../img/kv_20200526_sp.jpg") repeat-x;
        background-position: center top;
        background-size: auto 100%;
    }
    .outline {
        width: 90%;
        margin: 0 auto 2em auto;
        padding:2em;
        border: 1px solid #ccc;
    }
    .playguide {
        width: 90%;
        margin: 0 auto;
    }
    .contact_bl {
        width: 90%;
        margin: 0 auto 3em auto;
        padding: 0.5em 0 0.5em 0;
        text-align: center;
        border: 1px solid #999;
    }

}


.taC {
    text-align: center;
}

.youtube_wrap {
	width: 600px;
	height: auto;
	margin: 0 auto;
}
.youtube {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
.youtube iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
@media screen and ( max-width:768px)  {
	.youtube_wrap {
		width: 90%;
	height: auto;
	margin: 0 auto;
	}
}




.add {
	width: 600px;
	margin: 0 auto 1em auto;
	padding: 1em;
	background: #d31087;
	text-align: center;
	line-height: 1.6em;
	font-size: 170%;
	font-weight: bold;
	color: #fff;
}
.add:hover {
	opacity: 1;
}
.add a {
	text-decoration: none;
}
@media screen and ( max-width:768px)  {
	.add {
		width:90%;
	}
}





.against a {
	display: block;
	text-decoration: none;
	width: 600px;
	margin: 0 auto 1em auto;
	padding: 0.8em 0.5em 0.5em 0.5em;
	text-align: center;
	line-height: 1.6em;
	font-size: 120%;
	font-weight: bold;
	color: #d31087;
	border: 1px solid #d31087;
}
@media screen and ( max-width:768px)  {
.against a {
		width:90%;
		margin: 0 auto;
	}
}

.add:hover,
.against:hover {
	opacity: 0.5;
}


.notice {
    width: 49%;
    margin: 0 auto 1em auto;
padding: 3em 2em 2em 2em; 
	background: #333;
}
.notice_title {
	text-align: center;
	font-weight: bold;
	margin-bottom: 2em; 
	font-size: 120%;
	text-decoration: underline;
}
.notice li.pg_body {
	text-align: left;
}
.notice .title {
	margin: 0 0 1em 0;
	color: #fff;
	line-height: 1.5em;
}

@media screen and ( max-width:480px)  {
	.notice {
        width: 90%;
        margin: 0 auto 1em auto;
        padding: 2;
        text-align: center;
        border: 1px solid #999;
    }
}


.company {
    width: 49%;
	margin: 0 auto 1em auto;
	text-align: right;
}
@media screen and ( max-width:480px)  {
	.company {
        width: 90%;
    }
}


.comment {
	width: 600px;
	margin: 0 auto 2em auto;
	font-weight: bold;
	font-size:2em;
	text-align: center;
}