@charset "utf-8";

html, body{
	width:100%;
	height:100%;
	font-family: 'Noto Sans JP', 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: #000000;text-decoration: none;}
a:visited {color: #000000;text-decoration: none;}
a:hover, .btn:hover, .snsShare li a:hover{cursor: pointer; text-decoration: underline; color: #c50038; transition: all .3s ease-out;}

.both{clear:both;}
.block{display: block;}
.nodisp{
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	height: 0;
}
.center{text-align: center;}
.strong{font-weight: bold;}
.underline{text-decoration: underline !important;}
.underline:hover{text-decoration: none !important;}
.attention{
    font-size: .12rem !important;
    line-height: 1.6em;
	padding: 10px 0;
}
.red{ color: #D01010;}
img{
	max-width: 100%;
	height: auto;
    display: block;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

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

body{
	position: relative;
	width: 100%;
	color: #000000;
	background-color: #ffffff;
	font-size: .14em;
	line-height: 1.6em;
	font-weight: 400; 
	font-feature-settings: "halt" 1;
	word-wrap: break-word;
	text-align: center;
}

section{
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#wrap{position: relative;width: 100% !important; margin:0 auto; padding:0;overflow: hidden;}
#main-contents{position: relative;width: 100%; margin:0 auto; padding:0;}
.contents-wrap{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 20px);
}
.contents-inner{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 40px);
}

.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;}
.flexbox .box{
	position: relative;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
}

/* BG */
.gray{
	position: relative;
	margin: 0 auto;
	padding: 15px 0;
	background-color: rgba(164,164,164,.6);
}
.bgMain{
	position: absolute;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-image: url("../img/bg.jpg");
	background-position: 50% 0;
	background-size:  40px auto;
    z-index: -10;
}
.bg{
	position: absolute;
	top: 0;
    left: -50vw;
    width: 200vw;
    height: 100%;
	transform-origin: center;
	transform: rotate(-10deg);
    z-index: -9;
}
#catch .bg{
	background: -moz-linear-gradient(top, #c3b4d6, #aabdd5); 
	background: -webkit-linear-gradient(top, #c3b4d6, #aabdd5); 
	background: linear-gradient(to bottom, #c3b4d6, #aabdd5);
	transform: rotate(0);
}
#catch .bg::before{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 7%;
	content: '';
	background-color: #a9a9a9;
}
#point .bg{
    background: url("../img/bg01.png"), -moz-linear-gradient(top, #bcecf4, #6eaa6b);
    background: url("../img/bg01.png"), -webkit-linear-gradient(top, #bcecf4, #6eaa6b);
    background: url("../img/bg01.png"), linear-gradient(to bottom, #bcecf4, #6eaa6b);
	background-size: 70% auto;
	background-position: 50% 50%;
}
#event .bg{
	width: 220vw;
    background: url("../img/bg01.png"), -moz-linear-gradient(top, #6b96aa, #fbf5ce);
    background: url("../img/bg01.png"), -webkit-linear-gradient(top, #6b96aa, #fbf5ce);
    background: url("../img/bg01.png"), linear-gradient(to bottom, #6b96aa, #fbf5ce);
	background-size: 70% auto;
	background-position: 50% 50%;
}
#howto .bg{
    background: url("../img/bg01.png"), -moz-linear-gradient(top, #8c6baa, #aac3ba);
    background: url("../img/bg01.png"), -webkit-linear-gradient(top, #8c6baa, #aac3ba);
    background: url("../img/bg01.png"), linear-gradient(to bottom, #8c6baa, #aac3ba);
	background-size: 70% auto;
	background-position: 50% 50%;
}
#caution .bg{
    background: url("../img/bg01.png"), -moz-linear-gradient(top, #c1bc6b, #f8d5ff);
    background: url("../img/bg01.png"), -webkit-linear-gradient(top, #c1bc6b, #f8d5ff);
    background: url("../img/bg01.png"), linear-gradient(to bottom, #c1bc6b, #f8d5ff);
	background-size: 50% auto;
	background-position: 50% 50%;
	width: 300%;
	top: -50px;
	left: -70%;
}
#limit .bg{
    background: url("../img/bg01.png"), -moz-linear-gradient(top,  #e8bf6f, #e8f274);
    background: url("../img/bg01.png"), -webkit-linear-gradient(top, #e8bf6f, #e8f274);
    background: url("../img/bg01.png"), linear-gradient(to bottom, #e8bf6f, #e8f274);
	background-size: 70% auto;
	background-position: 50% 50%;
}

h2{
	position: relative;
	margin: 0 auto 10px auto;
	display: inline-block;
    width: auto;
	background-color: #000000;
	padding: 8px 35px;
}
#kikan h2, #caution h2, #faq h2, #limit h2{width: calc(100% - 100px);}
h2 img{
	position: relative;
    margin: 0 auto;
    display: block;
    width: auto;
	height: 16px;
}
h2 span{
	position: relative;
	display: inline-block;
    width: auto;
}
#caution h2 span::after, #faq h2 span::after, #limit h2 span::after,
#caution h2 span::before, #faq h2 span::before, #limit h2 span::before{
	position: absolute;
    content: '\025bc';
	display: block;
	top:50%;
	left: -30px;
	transform: translateY(-50%);
	width: 20px;
	height: 22px;
	font-size: .08rem;
	color: #cccccc;
}
#caution h2 span::after, #faq h2 span::after, #limit h2 span::after{
	left: calc(100% + 10px);
}
h2::before{
	position: absolute;
    content: '';
	display: block;
	top:-8px;
	left: -8px;
	width: 50px;
	height: 25px;
	background-image: url("../img/ttl01.png");
	background-position: 0 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
h2::after{
	position: absolute;
    content: '';
	display: block;
	bottom:-8px;
	right: -8px;
	width: 50px;
	height: 25px;
	background-image: url("../img/ttl02.png");
	background-position: 0 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

h3{
	position: relative;
	display: inline-block;
	margin: 45px auto 20px auto;
	border-radius: 100px;
	width: auto;
	padding: 8px 30px;
}
h3::before, h3::after{
	position: absolute;
	content: '';
	top:50%;
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	border-radius: 100px;
	display: block;
	background-color: #dcdcdc;
	z-index: 1;
}
h3::before{left:8px;}
h3::after{left:calc(100% - 12px);}
#event h3{background-color: #0a4966;}
#ticket h3{background-color: #ffffff;}
#howto h3{background-color: #231f74;}
h3 img{
	position: relative;
    margin: 0 auto;
    display: block;
	height: 14px; 
	width: auto;
}


footer{
	position: relative;
	margin: 40px auto 0 auto;
    padding: 35px 0 20px 0;
    text-align: center;
    font-weight: 700;
	background-color: #000000;
	color: #ffffff;
}
footer ul{
	position: relative;
	margin: 0 auto;
	width: 280px;
}
footer ul li a{display: block;margin: 0 auto 20px auto;}
footer ul li .realdgameLogo{width: 120px;}
footer ul li{position: relative; text-align: center;}
footer p.sponsor{
    position: relative;
    margin: 50px auto 20px auto;
    font-size: .12rem;
}
footer p.copyright{font-size: .10rem;}

#share{
	position: fixed;
	width: 32px;
	bottom: 90px;
	right: -40px;
	transition: all .3s ease-out;
    z-index: 20;
}
ul.snsShare{
	position: relative;
	margin: auto;
}
ul.snsShare li{width: 100%; margin-bottom: 10px;}
.dispShare{right: 0 !important;}

#btn_ticket{
	position: fixed;
	width: 80px;
	bottom:-100px;
    right: 0;
	z-index: 98;
	transition: all .3s ease-out;
    text-align: center;
}
.dispTicket{bottom: 0 !important;}



/* navigation */
nav{
	position: fixed;
	top:0;
	left: calc(100% + 20px);
	padding: 0;
	height: 100vh;
	width: calc(100% + 20px);
	overflow-y: auto;
	z-index: 100;
	transition: all .3s ease-out;
    text-align: center;
}
.dispMenu{
	left: 0;
	background-color: #a6bfda;
}
nav ul{
	position: relative;
	margin: 40px 0 0 auto;
	width: calc(100% - 60px);
}
nav ul li{
	position: relative;
	padding: 20px 0 10px 15px;
	border-bottom: solid 1px #ffffff;
	text-align: left;
	font-size: .15rem;
}
nav ul li::before{
	position: absolute;
	content: '';
	display: block;
	bottom: -4px;
	left: -37px;
	width: 38px;
	height: 35px;
	background-image: url("../img/icon_menu.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
}
nav ul li a{text-decoration: none !important;}
nav ul li .subNab{
	margin: 10px 0 0 auto;
	width: calc(100% - 2em);
}
nav ul li .subNab li{
	border-bottom: none;
	padding: 0 0 6px 0;
	font-size: .13rem;
}
nav ul li .subNab li::before{
	bottom: 50%;
	left: -14px;
	transform: translateY(3px);
	width: 5px;
	height: 11px;
	background-image: url("../img/arrow_m.png");
}


.btn_menu{
	position: fixed;
	top:-80px;
	right: 0;
	display: block;
	padding: 10px 0 0 0;
	width: 50px;
	height: 40px;
    z-index: 101;
    transition: all .3s ease-out;
	background-color: #000000;
	color: #ffffff;
	font-size: .10rem;
	line-height: 1;
}
.btn_menu .menuTxt, .btn_win .menuTxt{padding:5px 0 0 0;}
.btn_menu.dispM{background-color: #ffffff;color: #000000;}
.btn_menu p.menu{display: none;transition: all .3s ease-out;}
.btn_menu p.close{display: none;transition: all .3s ease-out;}
.btn_menu p.menu.disp{display: block;}
.btn_menu p.close.disp{display: block;}
.btn_menu.menuDisp{top:0;}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 30px;
  height: 18px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  border-radius: 2px;
}
.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 span:nth-of-type(1) {
  -webkit-animation: menu-bar01 .75s forwards;
  animation: menu-bar01 .75s forwards;
}
@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(8px) rotate(45deg);
  }
  50% {
    transform: translateY(8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.menu-trigger span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1;
}
.menu-trigger span:nth-of-type(3) {
  -webkit-animation: menu-bar02 .75s forwards;
  animation: menu-bar02 .75s forwards;
}
@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 .75s forwards;
  animation: active-menu-bar01 .75s forwards;
	background-color: #000000;
}
@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(8px) rotate(0);
  }
  100% {
    transform: translateY(8px) rotate(45deg);
  }
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 .75s forwards;
  animation: active-menu-bar03 .75s forwards;
	background-color: #000000;
}
@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(-8px) rotate(-45deg);
  }
}


/* モーダル */
.opwin {
	position: fixed;
	top:0;
	left: 0;
	width: calc(100% + 20px);
	height: 100%;
	text-align: center;
	z-index: 200;
	background-color: #a6bfda;
	opacity: 0;
	display: none;
	overflow-y: auto;
    transition: all .3s ease-out;
}
.close_win {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 201;
 }
.btn_win {
	position: fixed;
	top:0;
	right: 0;
	display: block;
	padding: 10px 0 0 0;
	width: 50px;
	height: 40px;
    z-index: 203;
    transition: all .3s ease-out;
	font-size: .10rem;
	line-height: 1;
    background-color: #ffffff;
 }
.modal {
	position: relative;
	margin: 0 auto;
	opacity: 0;
	display: none;
	text-align: left;
	z-index: 202;
    width: calc(100% - 60px);
    transform: translateX(-10px);
    min-height: 90%;
    transition: all .3s ease-out;
}
.modal section{
	position: relative;
	margin: 0 auto;
}
.modal section div.mordalinner{
	position: relative;
	margin: 60px auto 40px auto;	
}
.modal section div.mordalinner h3{
    position: relative;
    margin: 0 auto 30px auto;
    font-size: .15rem;
    font-weight: 700;
    padding: 0 10px 8px 10px;
    width: calc(100% - 30px);
    text-align: center;
	border-bottom: solid 1px #ffffff;
	border-radius: 0;
}
.modal section div.mordalinner h3::before, .modal section div.mordalinner h3::after{
	top:100%;
	transform: translateY(-6px);
	width: 12px;
	height: 12px;
	border-radius: 100px;
	background-color: #ffffff;
}
.modal section div.mordalinner h3::before{left:0;}
.modal section div.mordalinner h3::after{left:100%;}
.modal section div.mordalinner .mordalTxt{
    position: relative;
    margin: 0 auto;
    width: calc(100% - 30px);
}
.modal section div.mordalinner p{
    position: relative;
    margin: 0 auto;
    padding: 0 0 20px 0;
    font-size: .13rem;
	line-height: 1.8em;
}
.modal section div.mordalinner a{color: #c50038;text-decoration: underline;}

/* youtube */
.movieWrap{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 20px);
}
.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;}
	
	header{min-width: 1200px;}
	
	#wrap{min-width: 1200px;}

    .contents-wrap{width: 960px;}
	.contents-inner{width: 880px;}

	.flexbox .box{width: 50%;}

	/* BG */
	.gray{padding: 50px 0;}

	.bg{transform: rotate(-6deg);}
	#catch .bg::before{height: 40px;}
	#point .bg, #event .bg, #howto .bg,  #limit .bg{background-size:  auto;}
	#caution .bg{
		background-size: auto;
		width: 200%;
		top: -60px;
	}

	h2{margin: 0 auto 30px auto;padding: 10px 45px;}
	#kikan h2{width: 270px;}
	#caution h2, #faq h2, #limit h2{width: 860px;}
	h2 img{height: 22px;}
	h2::before{
		top:-12px;
		left: -12px;
		width: 71px;
		height: 36px;
	}
	h2::after{
		bottom:-12px;
		right: -12px;
		width: 71px;
		height: 36px;
	}

	h3{
		margin: 70px auto 50px auto;
		padding: 10px 40px;
	}
	h3::before, h3::after{
		width: 6px;
		height: 6px;
	}
	h3::before{left:8px;}
	h3::after{left:calc(100% - 13px);}
	h3 img{height: 20px; }


	footer{
		margin: 100px auto 0 auto;
		padding: 50px 0 20px 0;
	}
	footer ul{width: 380px;}
	footer ul li a{display: block;margin: 0 auto 40px auto;}
	footer ul li .realdgameLogo{width: 170px;}
	footer p.sponsor{
		margin: 80px auto 30px auto;
		font-size: .14rem;
	}
	footer p.copyright{font-size: .12rem;}

	#share{
		width: 50px;
		right: -70px;
	}

	#btn_ticket{
		width: 100px;
		bottom:-140px;
	}

	/* navigation */
	.dispMenu{left: 55%;}
	nav ul{
		margin: 20px 0 50px auto;
		width:90%;
	}
	nav ul li{
		padding: 30px 0 7px 20px;
		font-size: .16rem;
	}
	nav ul li .subNab li{
		font-size: .14rem;
	}

	/* モーダル */
	.modal section div.mordalinner{margin: 80px auto 60px auto;	width: 960px;}
	.modal section div.mordalinner h3{
		display: block;
		margin: 0 auto 50px auto;
		font-size: .18rem;
		padding: 0 10px 10px 10px;
		width: 860px;
	}
	.modal section div.mordalinner .mordalTxt{width: 800px;}
	.modal section div.mordalinner p{
		font-size: .14rem;
		line-height: 1.8em;
	}

	/* youtube */
	.movieWrap{width: 640px;}
	
}