@charset "utf-8";
@font-face {
	font-family: 'MPLUS1p';
	src: url("../fonts/MPLUS1p-Bold.woff2")format("woff2");
	font-weight: 700;
	font-display: swap;
}
@font-face {
	font-family: 'MPLUS1p';
	src: url("../fonts/MPLUS1p-Black.woff2")format("woff2");
	font-weight:900;
	font-display: swap;
}

/* 共通パーツ */
html, body{
	width:100%;
	height:100%;
	font-family: 'MPLUS1p', sans-serif;
	-webkit-overflow-scrolling: touch;
}
html{overflow-y: scroll;font-size: 625%;}

body{
	position: relative;
	width: 100%;
	color: #000000;
	background-color: #ffffff;
	font-size: .14em;
	line-height: 1.7em;
	font-weight: 700; 
	word-wrap: break-word;
	z-index: -20;
}

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

a:link {color: #ffffff;text-decoration: none;}
a:visited {color: #ffffff;text-decoration: none;}
a:hover{text-decoration: none; color: #d40025; transition: all .3s ease-out;}
.btnL:hover,.btn_win:hover, .btn_menu:hover, .close:hover {cursor: pointer;transform: scale(1.02,1.02); transition: all .3s ease-out;}
.btn:hover{cursor: pointer;}

.both{clear:both;}
.block{display: block;}
.nodisp{
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	height: 0;
	opacity: 0;
}
.caution{
	padding-top: 10px;
    font-size: 85%;
    line-height: 1.6em;
}
.center{text-align: center;}
.right{text-align: right;}
.strong{font-weight: 900;}
.normal{font-weight: 700;}
.underline{text-decoration: underline !important;}
.fontSmall{font-size: 80%;line-height: 1.6em;}
.fontLarge{font-size: 120%;}
.red{color: #d40025;}
.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;}
.flexend{justify-content:flex-end;}
.flexstart{justify-content:flex-start;}
.flexaligncenter{align-items: center;}
.flexalignstart{align-items: flex-start;}
.flexalignend{align-items: flex-end;}
.flexstretch{align-content: stretch;}
.flexbox .box{
	position: relative;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
}


.btnArea{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 60px);
	max-width: 320px;
	border-radius: 10px;
	border: solid 3px #032183;
	box-shadow: 3px 3px 0px 0px #032183;
	z-index: 300;
}
.btnArea.w100{width: calc(100% - 10px);}
.button{
	position: relative;
	margin: 0 auto;
	display: block;
	padding: 10px 0;
	border-radius: 8px;
	background: #d40025;
	border: solid 3px #fbde55;
	font-size: 120%;
	color: #ffffff ;
	text-align: center;
	transition: all .3s ease-out;
	cursor: pointer;
	background-image: url("../img/bg_button.png"), url("../img/arrow.png");
	background-position: 5px 50%, calc(100% - 8px) 50%;
	background-repeat: no-repeat, no-repeat;
	background-size: auto 70%, auto 50%;
}
.button:hover{background-color: #032183;color:#ffffff;}


.cautionWrap{
	position: relative;
	margin: 0 auto;
}
.cautionWrap p{
	position: relative;
	margin: 5px auto 0 auto;
	padding-left: 1.1em;
	font-size: 76%;
	line-height: 1.6em;
}
.cautionWrap p::before{
	position: absolute;
	top:0;
	left: 0;
	content: '※';
}

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

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

#wrap{position: relative;margin: 0 auto;height: auto;width: 100%;opacity: 0;}
#wrap.display{opacity: 1;}

#main-contents{
	position: relative; 
	margin: 0 auto;
	padding:0;
	overflow: hidden;
}
.contents, .contentsF{
	position: relative;
	opacity: 0;
	transform: scale(0.8, 0.8);
}
.contDisp{animation: fadeIn .4s ease-in 0s 1 normal forwards;}
@keyframes fadeIn {
	0%{opacity: 0;transform: scale(0.8, 0.8);}
	90% { opacity: 1;transform: scale(1.1, 1.1);}
	100% { opacity: 1;transform: scale(1, 1);}
}
.contentsU{
	position: relative;
	opacity: 0;
	transform: translateY(100px);
}
.contDispU{animation: slideUp .4s ease-in 0s 1 normal forwards;}
@keyframes slideUp {
	0%{opacity: 0;transform: translateY(100px);}
	100% { opacity: 1;transform: translateY(0);}
}

footer{
	position: relative;
	margin:  calc(-50% - 120px) auto 0 auto;
	padding: 0 0 100px 0;
	color: #ffffff;
	text-align: center;
	background: linear-gradient(to bottom, transparent 0%, transparent 92%, #1d20ba 92%, #1d20ba 100%);
	
}
footer #footBg{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/bg_footer.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
footer .realdgame{
	position: relative;
	margin: -7% auto 0 auto;
	width: calc(100% - 30px);
	max-width: 400px; 
}
footer ul.footSns{
	position: relative;
	margin: 0 auto 20px auto;
	width: calc(100% - 40px);
	gap:0 10px;
}
footer ul.footSns li{
	position: relative;
	margin: 0;
	width: 40px;
}
footer p{
	position: relative; 
	margin: 15px auto 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%;
	max-width: 346px;
	margin: 0 auto 10px auto;
	text-align: center;
}
footer ul.footbnr li a{display: block; margin: 0 auto;border: solid 1px #ffffff;}
footer .realdgameLogo{
	position: relative;
	margin: 20% auto 20px auto;
	width: 40%;
	max-width: 120px;
}

#shareBtn{
	position: fixed;
	width: 40px;
	top: 50%;
	padding: 10px 3px 2px 5px;
	right: 0;
	opacity: 0;
	background-color: rgba(255,255,255,0.8);
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
    z-index: -1412;
}
#shareBtn .ttl{
	position: relative;
	margin: 0 auto 10px auto;
}
#shareBtn ul{
	position: relative;
	margin: 0 auto;
}
#shareBtn ul li{width: 100%;margin-bottom:8px;}
#shareBtn.dispShare{z-index: 1412;animation: fadeIn .4s ease-out .04s 1 normal forwards;}

#BtmMenu{
	position: fixed;
	bottom: -500px;
	left: 0;
	width: 100%;
	z-index: 1490;
	opacity: 0;
	transition: all .5s ease-in;
}
#BtmMenu::before{
	position: absolute;
	bottom: 0;
	left: 5px;
	width:80px;
	height: 120px;
	content: '';
	background-image:url("../img/chara_footer.png");
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
#BtmMenu ul{
	position: relative;
	margin: 0 auto;
	width: 100%;
	gap:0 25px;
	border-top: solid 3px #032183;
	border-bottom: solid 3px #032183;
	background-color: #ffef00;
}
#BtmMenu ul li{
	position: relative;
	margin: 0 ;
	width: auto;
	text-align: center;
	font-weight: 900;
	font-size: min(3.2vw, .16rem);
	line-height: 1.3em;
}
#BtmMenu ul li::after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -19px;
	width:10px;
	height: 10px;
	content: '';
	background-image:url("../img/icon_menu.png");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
}
#BtmMenu ul li:last-child::after{width: 0;height: 0;}
#BtmMenu.disp{opacity: 1; bottom: -1px;}
#BtmMenu ul li a{display: block; padding: 8px 0; color:#032183;}

/* navigation */
nav{
	position: fixed;
	top:0;
	left: 0;
	padding: 0;
	height: 100vh;
	width: calc(100% + 20px);
	display: none;
	overflow-y: auto;
	z-index: 2500;
}
nav .navWrap{
	position: absolute;
	top:0;
	right:0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,216,0,0.98);
}

nav ul{
	position: relative;
	margin: 0 auto;
	padding-top:120px;
	width: calc(100% - 60px);
	transform: translateX(-10px);
}
nav ul li{
	position: relative;
	margin: 0 auto 30px auto;
	padding: 0 0 5px 15px;
	width: calc(100% - 30px);
}
nav ul li::before{
	position: absolute;
	top: 15px;
	transform: translateY(-50%);
	left: -10px;
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background-image: url("../img/icon_menu.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0 0;
	mix-blend-mode: screen;
}
nav ul li a{display: block;}
nav ul li img{
	position: relative;
	margin: 0 auto;
	display: block;
	width: 100%;
	max-width: 500px;
}

.btn_menu{
	position: fixed;
	top:0;
	right: 0;
	display: block;
	width: 50px;
	height: 50px;
    z-index: -2600;
	opacity: 0;
}
.btn_menu .menu, .btn_menu .close{
	position: absolute;
	top:0;
	right: 0;
	width: 50px;
	height: 50px;
	opacity: 0;
}
.btn_menu .close{top:0;right: 0;width: 50px;height: 50px;}
.btn_menu.disp{animation: fadeIn .3s  ease-in 0s 1 normal forwards;z-index: 2600;}
.btn_menu .menu.disp{animation: fadeIn .3s  ease-in 0s 1 normal forwards;z-index: 2600;}
.btn_menu .close.disp{animation: fadeIn .3s  ease-in 0s 1 normal forwards;z-index: 2600;}

/* youtube */
.movieWrap{
    position: relative;
    margin: 0 auto;
	background-color: #000000;
	max-width: 560px;
	overflow: hidden;
}
#cm .movieWrap{
	width: calc(100% - 30px);
	border: solid 3px #1d2088;
	max-width: 720px;
}
.movie{
	position: relative;
	margin:0 auto;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
.movie iframe, .movie img{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}

.opwin{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: -1800;
	overflow: hidden;
	background-color: rgba(26,20,149,0.8);
    transition: all .3s ease-out;
}
.close_win {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1801;
	overflow: hidden;
 }
.btn_win{
	position: fixed;
	top:10px;
	right: 10px;
	display: block;
	width: 45px;
	height: 45px;
    z-index: -1803;
}
.modal{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	z-index: -1802;
	max-width:760px;
	padding: 20px 10px;
	width: calc(100% - 60px);
	height: calc(100% - 100px);
	 background-color: #ffffff;
	border: solid 3px #ffc73b;
	border-radius: 10px;
	overflow: hidden;
	opacity: 0;
}
.modal.disp{opacity: 1;}
.modal .mordalinner{
	position: relative;
	margin: 0 auto;
	transition: all .3s ease-out;
}
.modal .mordalinner .modalWrap{
	position: relative;
	margin: 0 auto;
}
.modal .mordalinner .modalWrap h2{
	position: relative;
	margin: 0 auto 10px auto;
	width: calc(100% - 30px);
	max-width: 330px;
}
.modal .mordalinner .movieWrap{margin: 10px auto;}
.modal .mordalinner .modalCont{
	position: relative;
	margin: 20px auto 0 auto;
	overflow: hidden;
}
.modal .mordalinner .modalCont .scrollArea{
	position: relative;
	margin: 0 auto;
	padding: 0 10px 30px 10px;
	overflow: hidden;
}
.modal .mordalinner .modalCont .btnArea{margin: 30px auto;}

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

.is-empty{visibility: hidden;padding: 0;height: 0;margin: 0 !important;}

ruby{display: inline-block;padding-top: .5em;}
ruby[data-ruby]{ position: relative;}
ruby[data-ruby]::before{
    content: attr(data-ruby);
    position: absolute;
    line-height: 100%;
    text-align: center;
    left: -5em;
    right: -5em;
	top:.1em;
	font-size: 45%;
}
ruby[data-ruby] rt{ display: none;}

/* ----- pc ----- */
@media screen and (min-width: 641px) {
		
	.sp{ display: none; }
	.pc{ display: block; }
    
    body{font-size: .16em;}
	
	#wrap{padding: 0;}

	
	.btnArea{
		max-width: 340px;
		border-radius: 15px;
		border: solid 4px #032183;
		box-shadow: 4px 3px 0px 0px #032183;
	}
	.button{
		padding: 20px 0;
		border-radius: 12px;
		border: solid 4px #fbde55;
		font-size: 140%;
		background-position: 10px 50%, calc(100% - 15px) 50%;
		background-size: auto 66%, auto 40%;
	}
	
	footer{
		margin:  calc(-50% - 160px) auto 0 auto;
		padding: 0 0 100px 0;
	}
	footer #footBg{background-image: url("../img/bg_footer_pc.png");}
	footer .realdgame{
		margin: 5% auto 0 auto;
		max-width: 380px;
	}
	footer p{
		margin: 5px auto 0 auto;
		font-size: .16rem;
	}
	footer ul.footbnr{margin: 30px auto; max-width: 720px;}
	footer .realdgameLogo{
		margin: 8% auto 20px auto;
		max-width: 190px;
	}
	
	#BtmMenu::before{display: none;}
	#BtmMenu::after{
		position: absolute;
		bottom: 0;
		left: calc(50% - 500px);
		width:103px;
		height: 168px;
		content: '';
		background-image:url("../img/chara_footer.png");
		background-position: 50% 0;
		background-repeat: no-repeat;
		background-size: 100% auto;
	}
	#BtmMenu ul{
		gap:0 100px;
		border-top: solid 5px #032183;
		border-bottom: solid 5px #032183;
	}
	#BtmMenu ul li{
		font-size: min(3.4vw, .18rem);
		line-height: 1.3em;
	}
	#BtmMenu ul li::after{
		right: -40px;
		width:18px;
		height: 18px;
	}
	#BtmMenu ul li a{padding: 15px 0;}
	
	#shareBtn{
		width: 60px;
		padding: 20px 5px 12px 8px;
		border-top-left-radius: 12px;
		border-bottom-left-radius: 12px;
	}

	nav .navWrap{
		width: 30%;
		max-width: 600px;
	}
	/* navigation */
	nav{background-color: rgba(255,255,255,0.95);}
	nav .navWrap{
		width: 60%;
		max-width: 600px;
	}
	nav ul{padding-top:120px;width: calc(100% - 80px);max-width: 400px;}
	nav ul li{margin: 0 auto 30px auto;}
	
	.btn_menu{
		width:60px;
		height: 60px;
	}
	.btn_menu .menu, .btn_menu .close{
		width: 60px;
		height: 60px;
	}
	.btn_menu .close{width: 60px;height: 60px;}

	.btn_win{
		top:20px;
		right: calc(50% - 500px);
		width: 60px;
		height: 60px;
	}
	
	.modal{
		width: calc(100% - 120px);
		max-width:880px;
		padding: 40px;
		border: solid 6px #ffc73b;
		border-radius: 20px;
		height: calc(100% - 160px);
	}
	.modal .mordalinner .modalCont{margin:40px auto 0 auto;}
	.modal .mordalinner .modalCont .scrollArea{padding: 0 30px 80px 30px;}
	.modal .mordalinner .modalCont .btnArea{margin: 30px auto 50px auto;}
	
	/* youtube */
	#cm .movieWrap{border: solid 5px #1d2088;}

}

/* ----- BtmMenu ----- */
@media screen and (min-width: 641px) and (max-width: 1020px) {
	footer{padding: 0 0 100px 0;}
	#BtmMenu::before{display: block;width:103px;height: 168px;}
	#BtmMenu::after{display: none;}
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
	.btn_win{right: 5px;}
}