@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, span.btn {color: #ce2454;text-decoration: underline;}
a:visited {color: #ce2454;}
a:hover, .btn:hover, .totop img:hover, .close:hover, dl.caution dt:hover, dl.faq dt:hover {cursor: pointer; text-decoration: none; color: #2452a5 !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;
}

.font-Serif{
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
}

img{
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
/*	-webkit-backface-visibility: hidden;*/
}

/*************************
*social
*************************/

#social{ z-index:100;}
#social li{ display:inline-block; vertical-align:middle;}
#twt{ width:68px; display:inline-block; overflow:hidden;}

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


/* 共通パーツ */
body{
	position: relative;
	width: 100%;
	color: #000000;
	background-image: url("../img/bg.jpg");
	background-color: #f6f3ee;
	text-align: center;
	font-size: .15em;
	line-height: 1.6em;
	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;}
#main-contents{position: relative;width: 100%; margin:0 auto; padding:0;}
#bg{
	position: absolute;
	padding: 0;
	top: 0;
    right: 20%;
    bottom: 0;
    left: 12%;
	background-image: url("../img/bg.png");
	background-repeat: repeat-y;
	background-size: 84% auto;
	z-index: 2;
}

footer{
	position: relative;
	display: block;
	font-size: .12rem;
	line-height: 1.7em;
	margin: 0 auto;
	padding: 20px 0 25% 0;
	color:#0e1d3e;
	background-color: #a8cde0;
	background-image: url("../img/bg01.jpg");
	z-index: 5;
}
.footerBg{position: relative;}
.footerBg:before{
	position: absolute;
	display: block;
	content: '';
	top:-8px;
	left: -5px;
	width: calc(100% + 5px);
	height: 30px;
	z-index: 3;
	background-color: #0e1d3e;
	transform: rotate(3deg) translate3d(0, 0, 0);
	-webkit-transform: rotate(3deg) translate3d(0, 0, 0);
}
.footerBg:after{
	position: absolute;
	display: block;
	content: '';
	top:-8px;
	left: 25px;
	width: 100%;
	height: 30px;
	background-color: #dfe6c6;
	z-index: 4;
	transform: rotate(-3deg) translate3d(0, 0, 0);
	-webkit-transform: rotate(-3deg) translate3d(0, 0, 0);
}
footer p.copyright{position: relative; margin: 20px auto 0 auto;}
footer ul{
	position: relative;
	margin: 0 auto;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	width: 54%;
}
footer ul li{position: relative;width: 22%;}
footer p.sponsor{position: relative; margin: 6% auto 12% auto; font-size: .16rem; line-height: 1.5em; font-weight: 900;}
footer ul.logoList{width: 100%; margin: 8% auto;}
footer ul.logoList li{width: 46%; margin-bottom: 12%;}
footer ul.logoList li a.realdgameLogo img{height: 70px; width: auto !important;}
footer ul.logoList li a.rurokenLogo img{padding-top: 20px; height: 82px; width: auto !important;}
footer ul.logoList li a.meijimuraLogo img{height: 54px; width: auto !important;}

ul.snsShare{position: fixed; width: 10%; bottom: 12%; right: 3%; z-index: 98;}
ul.snsShare li{width: 100%; margin-bottom: 10px;}

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

/* navigation */
#menu{
	position: fixed;
	top:0;
	left: 0;
	display: block;
	width: 100%;
	height: 60px;
	z-index: 100;
	background-color: #000000;
}
nav{
	position: relative;
	margin: 0 0 0 100%;
	padding: 8% 0 0 0;
	height: 100vh;
	width: 100%;
	transition: all .3s ease-out;
	border-top: solid 1px #870000;
	/*overflow-y: auto;*/
}
nav ul{
	position: relative;
	margin: 0 auto;
	width: 100%;
}
nav ul li{
	position: relative;
	margin: 0 auto 6% auto;
	padding: 7px 0 0 0;
	width: 62%;
	text-align: center;
}
nav ul li a{
	text-decoration: none !important;
	color: #ffffff !important;
	font-size: .18rem;
}

.spMenu{
	margin: 0 auto 0 0;
	background-color: #000000;
}

.logo{
	position: relative;
	display: block;
	margin: 5px 0 0 10px;
	width: 120px;
	height: 50px;
	text-align: left;
}
.logo img{
	width: auto;
	height: 45px;
	padding-bottom: 5px;
}
.menu-trigger:hover{ cursor: pointer; }
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .2s;
	box-sizing: border-box;
}
.menu-trigger {
	position: absolute;
	top:20px;
	right: 10px;
	width: 30px;
	height: 18px;
	z-index: 10;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #ffffff;
	border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {top: 0;}
.menu-trigger span:nth-of-type(2) {top: 8px;}
.menu-trigger span:nth-of-type(3) {bottom: 0;}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {opacity: 0;}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}
#btn_ticket{
	position: fixed;
	bottom: 0;
	right: 0;
	width: 20%;
	z-index: 99;
}

h2{
	position: relative;
	margin: 0 auto;
	display: block;
	width: 100%;
	height: 130px;
	z-index: 91;
}
h2 img{
	height: 130px; 
	width:auto;
	margin: 0 0 0 5%;
}

h3{
	position: relative;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 20px 0 10px 0;
	font-size: .18rem;
}
h3:before,
h3:after {
	border-top: 1px solid;
	width: 30px;
	content: "";
}
h3:before {margin-right: .5em;}
h3:after {margin-left: .5em;}

h4{
	position: relative;
	margin: 20px auto;
}
h4 img{
	height: 26px;
	width: auto;
}

.contents-wrap{
	position: relative;
	margin: -60px auto 6px auto;
	padding: 60px 4% 30px 4%;
	background-color: #ffffff;
	background-image: url("../img/icon-w.png");
	background-position: -5px -10px;
	background-repeat: no-repeat;
	background-size: 30% auto;
	width: 82%;
	z-index: 90;
}

.bnr{
	position: relative;
	width: 94%;
	z-index: 89;
}


/* モーダル */
.opwin {
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 10000;
	background-color: rgba(255,255,255,.90);
	opacity: 0;
	display: none;
	overflow-y: auto;
}
.close_win {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10001;
 }
.close {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	z-index: 10002;
}
.modal {
	position: relative;
	margin: 50px auto;
	opacity: 0;
	display: none;
	text-align: left;
	z-index: 10003;
}
#modalchara, #modalrealdgame, #modalruroken, #modalnazo{
	position: relative;
	padding: 10px;
	width: 90%;
	background-image: url("../img/bg02.jpg");
}
.modal section div.mordalinner{
	position: relative;
	padding: 10px;
	background-image: url("../img/bg.jpg");
}
.modal section div.mordalinner h3{text-align: center;}
.modal section div.mordalinner h3:before,
.modal section div.mordalinner h3:after {
	border-top: 1px solid;
	width: 20px;
	content: "";
}
/* youtube */
#movie{
	position: relative;
	margin:10% 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) {
	
	body{font-size: .16em; line-height: 1.75em;}
	
	.sp{ display: none; }
	.pc{ display: block; }
	
	header{min-width: 1200px;}
	
	.spMenu{background-color: transparent;}
	
	#wrap{min-width: 1200px; width: 100%;}
	#bg{
		right: 0;
		left: calc(50% - 430px);
		background-size: auto;
		z-index: 2;
	}

	footer{font-size: .14rem; min-width: 1200px;padding: 60px 0 20px 0;}
	footer p.sponsor{ margin: 70px auto 0 auto; font-size: .20rem; line-height: 1.8em;}
	footer a.realdgameLogo{margin: 55px auto;}
	footer p.copyright{margin: 70px auto 0 auto;}
	footer ul{width: 300px;}
	footer ul li{width: 58px;margin-bottom: 0;}
	footer ul.logoList{width: 900px; margin: 40px auto;}	
	footer ul.logoList li{width: 30%; }	
	footer ul.logoList li a.realdgameLogo img{height: 105px;}
	footer ul.logoList li a.rurokenLogo img{padding-top: 30px; height: 148px;}
	footer ul.logoList li a.meijimuraLogo img{height: 100px;}
	.footerBg:before{height: 50px;}
	.footerBg:after{left: 15px;height: 50px;}
	
	ul.snsShare{width: 58px; bottom: 200px; right: 10px;}


	.logo{
		margin: 10px 0 30px 20px;
		width: 113px;
		height: 50px;
		display: inline-block;
		vertical-align: middle;
	}
	
	/* navigation */
	nav{
		margin:  0 ;
		padding: 0;
		height: 60px;
		width: 900px;
		border-top: none;
		display: inline-block;
		vertical-align: middle;
	}
	nav ul{
		width: 800px;
		display:-webkit-box;
		display:-webkit-flex;
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
	nav ul li{
		margin: 0 ;
		padding: 5px 0 0 0;
		width: auto;
	}
	nav ul li a{font-size: .14rem;}
	
	#btn_ticket{
		bottom: 0;
		right: 0;
		width: 176px;
		transition: all .3s ease-out;
	}
	#btn_ticket:hover{cursor: pointer;opacity: .7;}
		

	h2{height: 251px;}
	h2 img{
		height: 251px; 
		margin: 0 0 0 20px;
	}

	h3{
		margin: 40px 0 35px 0;
		font-size: .24rem;
	}
	h3:before,
	h3:after {width: 60px;}
	h3:before {margin-right: 1em;}
	h3:after {margin-left: 1em;}

	h4{margin: 70px auto 40px auto;}
	h4 img{height: 49px;}

	.contents-wrap{
		margin: -115px auto 15px auto;
		padding: 120px 50px 50px 50px;
		background-position: -10px -25px;
		background-size: auto;
		width: 845px;
	}

	.bnr{width: 960px;}

	
	/* モーダル */
	.close {
		position: fixed;
		width: 53px;
		height: 53px;
	}
	.modal {
		margin: 70px auto 50px auto;
		width: 960px;
		 -ms-overflow-style:none;
	}
	.opwin::-webkit-scrollbar{display:none;}
	#modalchara, #modalrealdgame, #modalruroken, #modalnazo{
		padding: 40px;
		width: 830px;
	}
	.modal section div.mordalinner{padding: 40px;}
	.modal section div.mordalinner h3:before,
	.modal section div.mordalinner h3:after {width: 60px;}
	/* youtube */
	#movie{margin:30px auto;}
	.cmMovie{margin:100px auto 0 auto;}
	.cmMovieWrap{width: 800px;}
}