@charset "utf-8";

html, body{
	width:100%;
	height:100%;
	font-family: 'Noto Sans JP', 'Noto Sans CJK JP', 'Avenir', 'Helvetica Neue', 'Helvetica','Arial', sans-serif;
	-webkit-font-smoothing: antialiased;
}
html{overflow-y: scroll;font-size: 625%;}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea{
	margin: 0;
	padding: 0;
}

ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*ﾂ･*//*/
	height: auto;
	overflow: hidden;
	/**/
}

a:link {color: #a80606;text-decoration: none;}
a:visited {color: #a80606;text-decoration: none;}
a:hover, .btn:hover, .close:hover{cursor: pointer; text-decoration: underline; color: #a80606 !important; opacity:.7;transition: all .3s ease-out;}

.both{clear:both;}
.block{display: block;}
.nodisp{
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	height: 0;
}
.strong{font-weight: 900;}
.center{text-align: center;}
.caution{
    font-size: .12rem;
    color:#ffd200;
    line-height: 1.5em;
}
.caution_r{
    font-size: .12rem;
    color:#a80606;
    line-height: 1.5em;
}
img{
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
/*	-webkit-backface-visibility: hidden;*/
}

iframe[name="google_conversion_frame"] { position: absolute; top: 0; }


/* 共通パーツ */
body{
	position: relative;
	width: 100%;
	color: #010431;
	background-color: #a80606;
	font-size: .14em;
	line-height: 1.8em;
	font-weight: 500; 
	font-feature-settings: "halt" 1;
	word-wrap: break-word;
}


#wrap{position: relative;width: 100% !important; margin:0 auto; padding:0;overflow: hidden;/*opacity: 0;*/transition: all 1.2s ease-out;}
#wrap.display{opacity: 1;}
.contents-wrap{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 40px);
}

h2{
	position: relative;
    margin: 0 auto;
    width: auto;
}
h2 img{
    position: relative;
    display: block;
    height: 69px;
    width: auto !important;
    margin: auto;
}
#chara h2 img{height: 27px;}

h3{
    position: relative;
    margin: 50px auto 30px auto;
    font-size: .18rem;
    font-weight: 900;
    text-align: center;
}
h3.firstM{margin: 25px auto 30px auto;}
#faq h3{margin: 35px auto 30px auto;}
#moviecom h3{margin: 35px auto 10px auto;}
h3 span{position: relative;}
#event h3 span{color: #41d4d6;}
#faq h3 span{color: #680000;}
#modalcom2 h3{margin: 50px auto 30px auto;}

h3 span::before{
    position: relative;
    content: '';
    display: inline-block;
    margin: 5px 10px 0 0;
    width: 23px;
    height: 18px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 0;
}
#event h3 span::before{background-image: url('../img/icon_blue.png');}
#faq h3 span::before, #moviecom h3 span::before{background-image: url('../img/icon_red.png');}

h4{
    position: relative;
    margin: 0 auto;
    color:#ffd200;
    font-weight: 900;
}


footer{
	position: relative;
	display: block;
	margin: 0 auto;
    padding: 10px 0 0 0;
    text-align: center;
}
footer h2{
    font-weight: 700;
    font-size: .16rem;
    color: #ffffff;
}
footer p.copyright{position: relative; margin: 0 auto;font-size: .12rem;}
footer ul{
	position: relative;
	margin: 20px auto 40px auto;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
footer ul li{position: relative;width: 35px;margin: 0 12px;}
footer .realdgameLogo{
    position: relative;
    display: block;
    width: 120px;
    margin: 45px auto;
}
footer .contact{
    position: relative;
    margin:  45px auto 20px auto;
}
footer .contact h2 img{height: 17px;}
footer .contact p{padding: 30px 0 10px 0;}
footer .btn_member{
    position: relative;
    display: block;
    margin: 20px auto 0 auto;
}

section{
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

/* navigation */
.navigation{
	position: fixed;
	top:0;
	left: calc(100% + 20px);
	padding: 0;
	height: 100%;
	width: calc(100% + 20px);
	overflow-y: auto;
	z-index: 1000;
    background-color: #080b3b;
	transition: all .3s ease-out;
}
.dispMenu{left: 0;}
.navigation .navWrap{
	position: absolute;
    width: calc(100% - 20px);
    top:20px;
    left: 20px;
}
.navigation ul{
	position: relative;
	margin: 50px 0 0 0;
	padding: 0;
}
.navigation ul li{
	position: relative;
	margin: 0;
	padding: 0 0 30px 35px;
	text-align: left;
}
.navigation ul li::before{
    position: absolute;
    content: '';
    top:0;
    left: 0;
    width: 19px;
    height: 20px;
    background-image: url("../img/icon_yellow.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
}
.navigation ul li a{
	text-decoration: none !important;
	color: #ffd200 !important;
    font-weight: 700;
    display: flex;
    align-items: flex-end;
}
.navigation ul li a::after{
    flex-grow: 1;
    content: "";
    border-top: 1px solid #ffd200;
    margin-left: 1em;
}

.btn_menu{
	position: fixed;
	top:5px;
	right: 2px;
	display: block;
	width: 50px;
	height: 50px;
	z-index: 1002;
    opacity: 0;
}
.dispclose{opacity: 0;transform: rotate(360deg);}
.menuBtn{
    position: fixed;
	top:0;
	right: 0;
	display: block;
	width: 50px;
	height: 50px;
	z-index: 1001;
    background-image: url("../img/close.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
    transition: all .3s ease-out;
    opacity: 0;
}
.dispmenu{opacity: 1;transform: rotate(-360deg);}

#btn_ticket{
    position: fixed;
    display: block;
    bottom:0;
    right: -80px;
	width: 70px;
	z-index: 999;
    transition: all .3s ease-out;
}
#btn_ticket.disptic{opacity: 1;right: 0;}

#online{
    position: fixed;
    display: block;
    bottom:68px;
    right: -70px;
	width: 70px;
	z-index: 998;
    transition: all .3s ease-out;
}
#online.disptic{opacity: 1;right: -7px;}

/* モーダル */
.opwin {
	position: fixed;
	top:0;
	left: 0;
	width: calc(100% + 20px);
	height: 100%;
	text-align: center;
	z-index: 10000;
	background-color: #080b3b;
	opacity: 0;
	display: none;
	overflow-y: auto;
}
.close_win {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10001;
 }
.close {
	position: fixed;
	top:5px;
	right: 2px;
	width: 50px;
	height: 50px;
	z-index: 10002;
}
.modal {
	position: relative;
	margin: 0 auto;
    width: 100%;
    height: 100%;
	opacity: 0;
	display: none;
	text-align: left;
	z-index: 10001;
}
.modal section{
	position: relative;
	margin: 0 auto;
    opacity: 1;
}
.modal section div.mordalinner{
	position: relative;
	margin: 70px 0 50px 0;
	padding: 30px 0 20px 0;
    color: #ffffff;
    background: -webkit-linear-gradient(top, #680000, #a80606);
	background: -o-linear-gradient(top, #680000, #a80606);
	background: linear-gradient(to top, #a80606, #680000); 
}
.modal section div.mordalinner::before{
    position: absolute;
    bottom:-50px;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 50px;
    background-image: url('../img/redBg01.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 50% 0;
}
.modal section div.mordalinner h3{
    font-size: .17rem;
    font-weight: 700;
    margin: 0 0 30px 20px;
    width: calc(100% - 60px);
    transform: translateX(-10px);
    color: #ffd200;
    text-align: center;
    border-bottom: solid 1px;
}
.modal section div.mordalinner h3::before{
    position: absolute;
    bottom:0;
    left: 0;
    content: '';
    display: block;
    width: 24px;
    height: 39px;
    background-image: url('../img/icon_wolf.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 100%;
}

.modal section div.mordalinner .bnr{
    position: relative;
    margin: 30px auto 0 auto;
    transform: translateX(-10px);
    display: block;
    width: calc(100% - 60px);
}
.modal section div.mordalinner p{
    position: relative;
    margin: 0 0 0 20px;
    width: calc(100% - 60px);
}
.modal section div.mordalinner p.moviesoon{font-size: .14rem;padding:0 0 30px 0;text-align: center;}


/* youtube */
.movieWrap{
    position: relative;
    margin: 0 auto;
    transform: translateX(-10px);
    width: calc(100% - 50px);
}
.movie{
	position: relative;
	margin:0 auto;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
.movie iframe{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}


.sp{ display: block; }
.pc{ display: none; }


/* ----- pc ----- */
@media screen and (min-width: 641px) {
		
	.sp{ display: none; }
	.pc{ display: block; }
    
    body{font-size: .15em;}
	
	header{min-width: 1200px;}
	
	#wrap{min-width: 1200px;overflow: auto;}

    .contents-wrap{width: 960px;}

    
    footer h2{font-size: .22rem;}
    #chara h2 img{height: 48px;}

    h3{
        margin: 90px auto 35px auto;
        font-size: .20rem;
        text-align: center;
    }
    h3.firstM{margin: 55px auto 35px auto;}
    h3#faq h3{margin: 50px auto 35px auto;}
    #modalcom2 h3{margin: 120px auto 30px auto;}

    h3 span::before{
        margin: 22px 15px 0 0;
        width: 27px;
        height: 21px;
    }

    footer{padding: 10px 0 20px 0; }
    footer h2 img{height: 22px;}
    footer ul{margin: 30px auto 60px auto;}
    footer ul li{width: 50px;margin: 0 15px;}
    footer .mailBnr img{width: 390px;}
    footer .btn_member{
        margin: 30px auto 0 auto;
        width: 390px;
    }
    footer .realdgameLogo{
        width: 180px;
        margin: 90px auto;
    }
    footer .contact{margin:  10px auto 40px auto;}
    footer .contact h2 img{height: 25px;}
    footer .contact p{padding: 30px 0 25px 0;}


    /* navigation */
    .navigation ul{
        margin: 80px 0 0 auto;
        width: 80%;
    }
    .navigation ul li a{font-size: .16rem;}

    .btn_menu{
        top: 10px;
        right: 5px;
        width: 70px;
        height: 72px;
    }
    .menuBtn{
        width: 70px;
        height: 72px;
    }

    #btn_ticket{
        right: -110px;
        width: 101px;
    }
    #online{
        bottom:95px;
        right: -90px;
        width: 84px;
    }

    /* モーダル */
    .close {
	    top: 10px;
        right: 5px;
        width: 70px;
        height: 72px;
    }
    .modal section div.mordalinner{
        margin: 120px 0 50px 0;
        padding: 100px 0 100px 0;
    }
    .modal section div.mordalinner h3{
        font-size: .20rem;
        width: 800px;
        margin: 0 auto 50px auto;
    }
    .modal section div.mordalinner h3::before{
        width: 49px;
        height: 78px;
    }
    .modal section div.mordalinner .bnr{
        margin: 50px auto 0 auto;
        transform: translateX(0);
        width: 340px;
    }
    .modal section div.mordalinner p{
        width: 960px;
        margin: 0 auto;
    }
    .modal section div.mordalinner p.movielead{width: 670px;}
    .modal section div.mordalinner p.moviesoon{padding:30px 0;}


    .movieWrap{width: 720px;}
}