@charset "utf-8";

/* 共通パーツ */
html, body{
	width:100%;
	height:100%;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	-webkit-font-smoothing: antialiased;
}
html{overflow-y: scroll;font-size: 625%;}

a:link {color: #A1EDFF;text-decoration: none;}
a:visited {color: #A1EDFF;text-decoration: none;}
a:hover{cursor: pointer;text-decoration: none; color: #FF5E77; transition: all .3s ease-out;}
.btn:hover, .btnL:hover {cursor: pointer;transform: scale(1.04,1.04); transition: all .3s ease-out;}

.both{clear:both;}
.block{display: block;}
.nodisp{
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	height: 0;
}
.caution{
	padding-top: 10px;
    font-size: .12rem;
    line-height: 1.6em;
}
.center{text-align: center;}
.strong{font-weight: 900;}
.small{font-size: .12rem;}
.yellow{color: #F1FF00;}
.flexbox{
	position: relative;
	margin: 0 auto;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flexbetween{justify-content: space-between;}
.flexaround{justify-content: space-around;}
.flexcenter{justify-content:center;}
.flexaligncenter{align-items: center;}
.flexalignstart{align-items: flex-start;}
.flexstretch{align-content: stretch;}
.flexbox .box{
	position: relative;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
}

img{
	max-width: 100%;
	height: auto;
    display: block;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	image-rendering: high-quality;
}
/* chrome opera */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
	body {
		image-rendering: -webkit-optimize-contrast;
	}
}
svg {vertical-align:bottom;max-width: 100%;}
img[src$=".svg"] {width: 100%;}

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

body{
	position: relative;
	width: 100%;
	color: #ffffff;
	background-color: #000000;
	font-size: .14em;
	line-height: 1.7em;
	font-weight: 500; 
	font-feature-settings: "halt" 1;
	word-wrap: break-word;
	z-index: -10;
}

section{
	position: relative;
	margin: 0 auto;
	padding: 0;
}

#wrap{position: relative;width: 100% !important; margin:0 auto; padding:0;overflow: hidden;opacity: 0;}
#main-contents{position: relative; padding:52px 0 0 0;}

#loading{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	transition: all .3s ease-in;
	z-index: 10000;
}
#loading.disp{top: -100%;}
#loading img{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 95%;
	animation:dispIn .5s ease 0s infinite normal forwards;
}
@keyframes dispIn {
	0% {opacity: 0;}
	20% {opacity: .8;}
	30% {opacity: .7;}
    50% {opacity: .5;}
	70% {opacity: .7;}
	74% {opacity: .4;}
	80% {opacity: .6;}
	90% {opacity: .9;}
	95% {opacity: .7;}
    100% {opacity: 1;}
}

.contetsWrap{
	position: relative;
	margin: 0 auto;
	z-index: 10;
}
.contents{position: relative;opacity: 0;transform: translateY(-40px);transition: all .3s ease-out;}
.contents.viewCont{opacity: 1;transform: translateY(0);}

h2{position: relative;}
h2 img{
	position: relative;
	margin: 0 auto;
	height: 48px;
	width: auto;
}

footer{
	position: relative;
	margin:  0 auto;
    text-align: center;
	z-index: 20;
	background-color: #101011;
	padding-top: 50px;
	padding-bottom: 260px;
}
footer p{position: relative; margin: 0 auto;font-size: .12rem;}
footer ul.footbnr{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 40px);
}
footer ul.footbnr li{position: relative;width: 100%; margin: 0 auto 30px auto;}

footer .realdgameLogo{
    position: relative;
    display: block;
	width: 46%;
	margin: 0 auto;
}

#share{
	position: fixed;
	width: 60px;
	bottom: 76px;
	right: -70px;
	transition: all .3s ease-out;
    z-index: 100;	

}
ul.snsShare{
	position: relative;
	margin: 0 auto;
}
ul.snsShare li{width: 100%;}
.dispShare{right: 0 !important;}

#btn_ticket{
	position: fixed;
	width: 130px;
	height: 70px;
	bottom:-130px;
    right: 0;
	z-index: 98;
	transition: all .3s ease-out;
}
.dispTicket{bottom: 0 !important;}


/* navigation */
.menubar{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 40px;
	padding: 5px;
	background-color: #000000;
	border-bottom: solid 2px #ffffff;
	z-index: 1600;
}
.menubar .logo{
	position: relative;
	display: block;
	height: 40px;
	width: auto;
}
.menubar .menuBtn{
	position: absolute;
	top:15px;
	right:15px;
	width: 100px;
	height: 35px;
	background-image: url("../img/bg_Btnmenu.png");
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: contain;
	overflow: hidden;
}
.btn_menu{
	position: absolute;
	top:2px;
	right: 3px;
	height:14px;
	width: 80px;
    transition: all .5s ease-out;
}
.btn_menu.disp{right:calc(100% + 120px);}
.close{
	position: absolute;
	top:2px;
	left: calc(100% + 120px);
	height:14px;
	width: 76px;
    transition: all .5s ease-out;
}
.close.disp{left: 3px;}
nav{
	position: fixed;
	top:-101%;
	left: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	overflow-y: auto;
	z-index: 1500;
	transition: all .3s ease-out;
    text-align: center;
}
nav .navWrap{
	position: absolute;
	top:50px;
	left:0;
	width: 100%;
	height: calc(100% - 50px);
	background-color:rgba(0,0,0,.9);
	overflow: hidden;
}
nav ul{
	position: relative;
	margin: 80px auto 0 auto;
}
nav ul li{
	position: relative;
	padding: 0;
	margin: 40px auto 0 auto;
}
nav ul li img{
	height: 18px;
	width: auto;
	margin: 0 auto;
}
.dispMenu{top: 0;}


/* モーダル */
.opwin {
	position: fixed;
	top:0;
	left: 0;
	width: calc(100% + 20px);
	height: 100%;
	text-align: center;
	z-index: 2500;
	opacity: 0;
	display: none;
	overflow-y: auto;
    transition: all .3s ease-out;
	background-color: rgba(0,0,0,0.95);
}
.close_win {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1501;
	overflow: hidden;
}
.btn_win{
	position:fixed;
	top:0;
	right: 0;
	width: 30px;
	height: 30px;
	border: solid 1px #BBCFE7;
	box-shadow: 0px 0px 8px 2px rgba(53,127,183,0.80) inset, 0px 0px 8px 2px rgba(53,127,183,.8);
	background-color: #000000;
	text-align: center;
	line-height: 30px;
	font-size: .16rem;
}
.modal {
	position: relative;
	margin: 0 ;
	opacity: 0;
	display: none;
	text-align: left;
	z-index: 1502;
    width:calc(100% - 20px);
    transition: all .3s ease-out;
}
.modal section{
	position: relative;
	margin: 0 auto;
	z-index: 1503;
}
.modal section div.mordalinner{
	position: relative;
	margin: 70px auto 0 auto;
	padding:0 0 30px 0;
	width:calc(100% - 20px);
}
.modal section div.mordalinner h3{
    position: relative;
    margin: 0 auto;
    padding: 0 0 15px 0;
	width: calc(100% - 60px);
    text-align: center;
	font-weight: 700;
	font-size: .16rem;
	border-bottom: solid 2px #BBCFE7;
}
.modal section div.mordalinner p{
    position: relative;
    margin: 0 auto;
    padding: 25px 0;
    width: calc(100% - 60px);
}
.modal section div.mordalinner a{ text-decoration: underline;}
.modal section div.mordalinner .mordalinnerBox{
    position: relative;
    margin: 0 auto;
}
.modal section div.mordalinner .ttl{
	position: relative;
	margin: 0 auto 10px auto;
	text-align: center;
	transform: translateY(20px);
	background-color: #377399;
	border-radius: 100px;
	width: calc(100% - 40px);
	color: #ffffff;
	padding: 5px 0;
	font-size: .12rem;
	line-height: 1.4em;
	font-weight: 700;
}

/* youtube */
.movieBorder{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 30px);
	padding: 30px 5px;
	background-image: url("../img/bg_cm.png");
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.movieBorder::before{
	position: absolute;
	height: 100%;
	width: 100%;
	top:0;
	left: 0;
	background-image: url("../img/bg_cm.png");
	background-repeat: no-repeat;
	background-size: auto 100%;
	content: '';
	display: block;
	transform: scale(-1, 1);
}
.movieWrap{
    position: relative;
    margin: 0 auto;
	width: calc(100% - 40px);
	background-color: #000000;
}
.modal section div.mordalinner .movieWrap{margin: 30px auto 0 auto;width: calc(100% - 60px);}
.modal#stmovie{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.modal#stmovie div.mordalinner .movieWrap{margin: 0 auto;}

.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: .16em;background-size: auto auto;}
	
	#loading img{width: 480px;}

	header{min-width: 1200px;}
	
	.caution{font-size: .14rem;}
	.small{font-size: .12rem;}
	.marginbottom20{margin-bottom: 40px;}

	#wrap{min-width: 1200px;padding: 0;}
	#main-contents{padding:73px 0 0 0;}
	
	.contetsWrap{width: 960px;margin: 0 auto;}

	
	h2 img{height: 60px;}

	footer{padding-bottom: 20px;}
	footer::before{
		height:220px;
		background-size: 100% 100%;
		top:-150px;
	}
	footer p{font-size: .142rem;}
	footer ul.footbnr{margin: 0 auto 20px auto;}
	footer ul.footbnr li{width: 400px; margin: 0 auto 40px auto;}
	footer .realdgameLogo{width: 220px;}

	#share{
		width: 70px;
		bottom: 110px;
		right: -80px;
	}

	#btn_ticket{
		width: 185px;
		height: 100px;
		bottom:-170px;
	}


	/* navigation */
	.menubar{
		height: 60px;
		border-bottom: solid 3px #ffffff;
	}
	.menubar a{display: block; width: 280px;}
	.menubar .logo{height: 60px;}
	.menubar .menuBtn{
		top:18px;
		right:15px;
		width: 130px;
		height: 30px;
	}
	.menubar .menuBtn:hover{cursor: pointer;}
	.btn_menu{
		top:4px;
		right: 8px;
		height:24px;
		width: 90px;
	}
	.close{
		top:4px;
		height:24px;
		width: 90px;
	}
	.close.disp{left: 8px;}
	nav .navWrap{
		top:60px;
		height: calc(100% - 60px);
	}
	nav .navWrap::before{
		position: absolute;
		left:-72%;
		height: 200%;
	}
	nav ul{margin: 100px auto 0 auto;}
	nav ul li{margin: 50px auto 0 auto;}
	nav ul li img{height: 22px;transition: all .3s ease-out;}
	nav ul li img:hover{transform: scale(1.03,1.03); }

	/* モーダル */
	.modal {
		margin: 0 auto ;
		width:960px;
	}
	.btn_win{
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: .32rem;
	}
	.btn_win:hover{cursor: pointer;}
	.modal section div.mordalinner{
		margin: 80px auto 50px auto;
	}
	.modal section div.mordalinner h3{
		padding: 0 0 18px 0;
		width: 650px;
		font-size: .20rem;
		background-size: 440px 33px;
	}
	.modal section div.mordalinner .ttl{
		margin: 30px auto 0 auto;
		transform: translateY(0);
		width: 600px;
		padding: 8px 0;
		font-size: .16rem;
	}
	.modal section div.mordalinner p{width: 750px;}
	.modal section div.mordalinner .banner{width: 600px;}
	.modal section div.mordalinner .banner li{
		margin: 0;
		width: 190px;
	}
	.movieWrap{width: 520px !important;}
	#cm .movieWrap{width: 480px !important;}
	.movieBorder{
		width: 560px;
		padding: 50px 5px;
	}
	
	.modal#stmovie div.mordalinner .movieWrap{width: 680px !important;}
	.modal#stmovie .movieBorder{width: 760px;}


}