@charset "utf-8";
/* ヘッダー */
header {
	position: relative;
	margin: 0 auto;
	display: block;
	width: 100%;
	height: 30px;
	background-color: #00d8ff;
	border: none;
}
header  #logo{
	position: absolute;
	top: 3px;
	left: 5px;
	width: min(20%, 120px);
	z-index: 305;
}

footer{
	position: relative;
	margin:  0 auto;
	padding: 40px 0 100px 0;
	background-color: #032084;
	color: #ffffff;
	text-align: center;
	background-image: none;
}
footer .realdgame{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 30px);
	max-width: 400px;
}


/* title */
#title {
	position: relative;
	margin: 0 auto;
	padding: 5px 0;
}
#title .wave{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#title .wave #btm{
	position: absolute;
	top:-3px;
	left: 0;
}
#title .titleBg{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: calc(100% + 6px);
	overflow: hidden;
}
#title .Txt{
	position: relative;
	margin: -10px auto;
	padding: 0 0 30px 0;
	background-color: rgba(4,78,72,0.8);
	background-image: url("../img/campaign/bg01.png");
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
#title .Txt h2{
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 719px;
	z-index: 301;
}
#title .Txt .ttl{
	position: relative;
	margin: -9% auto 0 auto;
	width: 60%;
	max-width: 393px;
}
#title .Txt .kikan{
	position: relative;
	margin: 10px auto 0 auto;
	width: calc(100% - 36px);
	max-width: 960px;
	background-color: rgba(255,255,255,0.80);
	border: solid 3px #00d8ff;
	border-radius: 10px;
	text-align: center;
	padding: 15px 0;
}
#title .Txt .kikan .flexbox{gap: 20px 0;}
#title .Txt .kikan .flexbox .box{
	position: relative;
	margin: 0;
	width: 100%;
	color: #032183;
	font-size: min(3.7vw, .16rem);
}
#title .Txt .kikan .flexbox .box .ttlS{position: relative;}
#title .Txt .kikan .flexbox .box .ttlS span{
	position: relative;
	margin: 0 auto 5px auto;
	display: inline-block;
	background-color: #d40025;
	padding: 5px 10px;
	line-height: 1em;
	color: #ffffff;
	border-radius: 5px;
}
#title .Txt .kikan .flexbox .box .text{font-weight: 900;padding: 0;}
#title .Txt .kikan .flexbox .box .text span{
	position: relative;
	margin: 10px auto 0 auto;
	display: block;
	font-size: 86%;
	font-weight: 500;
	color: #d40025;
}
#title .Txt .kikan .caution{
	font-size: 74%;
	font-weight: 500;
}

/* lead */
#lead{
	position: relative;
	margin:5px auto 0 auto;
	padding: 30px 0;
	background-color: #91dcff;
	border-top: solid 6px #0b7cc4;
}
#lead .leadTxt{
	position: relative;
	width: calc(100% - 76px);
	max-width: 960px;
	margin: 0 auto;
	padding: 20px;
	background-color: #ffffff;
	border: solid 3px #0b7cc4;
}

/* list */
#list{
	position: relative;
	margin:5px auto 0 auto;
	padding: 0 0 100px 0;
	background-color: #f7e697;
	border-top: solid 6px #ff9c00;
}
#list .bgWrap{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100vh;
	height: 100dvh;
	min-height: 100%;
	clip-path: inset(0);
}
#list .bg{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: repeating-conic-gradient(transparent,transparent 10deg,#fbde55 10deg 20deg);
}
#list h2{
	position: relative;
	top:auto;
	left: auto;
	margin: -5px auto 0 auto;
	width: 100%;
	max-width: 640px;
}
#list .select{
	position: relative;
	margin: -10% auto 20px auto;
	width: 65%;
	max-width: 500px;
	background-color: #ffffff;
	color: #032183;
	border-radius: 10px;
	z-index: 205;
}
#list .select .text{
	position: relative;
	margin: 0;
	width: calc(5em + 35px);
}
#list .select .text p{
	position: relative;
	margin: 0 auto;
	padding: 8px 0 8px 25px;
	color: #d40025;
	background-image: url("../img/campaign/icon_area.png");
	background-position: 10px 50%;
	background-repeat: no-repeat;
	background-size: 10px auto;
}
#list .select .text::after{
	position: absolute;
	top: 8px;
	right: 0;
	height: calc(100% - 16px);
	width: 1px;
	content: '';
	display: block;
	background-color: #d40025;
}
#list .select .areaList{
	position: relative;
	margin: 0;
	padding: 8px 10px;
	width: calc(100% - 5em - 55px);
	cursor: pointer;
}
#list .select .areaList #selected{position: relative;}
#list .select .areaList #selected::after{
	position: absolute;
	top: 50%;
	right: 10px;
	content: '\025bc';
	display: block;
	transform: translateY(-50%) scale(1, 0.7);
	font-size: 70%;
}
#list .select .areaList .area{display: none;}
#list .select .areaList .area.selected{color: #d40025;}
#list .select .areaList #selected.nodisp{display: none;}
#list .listWrap{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 30px);
	max-width: 960px;
	gap: 20px 10px;
	z-index: 400;
}
#list .listWrap .detail{
	position: relative;
	margin: 0;
	width: calc(100% - 36px);
	padding: 15px 15px 20px 15px;
	background-color: #ffffff;
	border: solid 3px #032183;
	box-shadow: 5px 5px 0px 0px #032183;
}
#list .listWrap .detail .Img{position: relative;}
#list .listWrap .detail .Img .copy{
	position: relative;
	margin: 3px auto 0 auto;
	font-size: min(4vw, 64%);
	text-align: right;
	line-height: 1.2em;
	color: #6F6F6F;
	font-weight: 400;
}
#list .listWrap .detail.nodisp{display: none;}
#list .listWrap .detail .ttl{
	position: relative;
	margin: 0 auto;
	padding: 10px 0 0 0;
	font-size: 124%;
	font-weight: 900;
	color: #d40025;
	text-align: center;
}
#list .listWrap .detail span{
	position: relative;
	display: block;
	margin: 0 auto;
}
#list .listWrap .detail ul{
	position: relative;
	margin: 10px auto 15px auto;
	width: 100%;
	max-width: 254px;
	gap: 0 8px;
}
#list .listWrap .detail ul li{
	position: relative;
	margin: 0;
	padding: 10px 0;
	width: calc(50% - 4px);
	border-radius: 10px;
	background-color: #032183;
	color: #ffffff;
	text-align: center;
}
#list .listWrap .detail ul li p{
	position: relative;
	margin: 0 auto;
	padding: 0;
	font-size: min(3.5vw, .14rem);
	line-height: 1.2em;
}
#list .listWrap .detail ul li img{
	position: relative;
	margin: 8px auto;
	width: 60%;
	max-width: 59px;
}
#list .listWrap .detail .text{
	position: relative;
	margin: 0 auto 10px auto;
}
#list .btnArea{margin: 8px auto 0 auto;}
#list .btnArea .button{
	padding: 10px 0;
	background-image: url("../img/bg_button.png"), url("../img/arrow.png");
	background-position: 5px calc(100% - 6px), calc(100% - 5px) 50%;
	background-size: auto 34%, auto 22%;
}
#list .btnArea a{ font-size: min(3.2vw, .15rem);line-height: 1.4em;}
#list .btnArea a .place{
	font-size: 140%;
	padding-bottom: 5px;
	color: #f6ff00;
}
#list .btnArea a .place span{font-size:70%;}
#list .bg01{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/campaign/bg_btm.png");
	background-position: 0 calc(100% - 25px);
	background-repeat: no-repeat;
	background-size: contain;
}
#list #btmBanner{
	position: relative;
	margin: 0 auto;
}
#list #btmBanner h3{
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 640px;
}
#list #btmBanner .tokutenWrap{
	position: relative;
	margin:-3px auto  0 auto;
	background-color: #ffffff;
	padding: 20px;
	width: calc(100% - 76px);
	border: solid 3px #0067aa;
	gap:30px 0;
}
#list #btmBanner .tokutenWrap .Img{
	position: relative;
	margin: 0;
	width: 100%;
}
#list #btmBanner .tokutenWrap .Img img{
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 420px;
}
#list #btmBanner .tokutenWrap .Txt{
	position: relative;
	margin: 0;
	width: 100%;
}
#list #btmBanner .tokutenWrap .Txt .ttl{
	position: relative;
	margin: 0 auto;
	font-weight: 900;
	color: #d40025;
	text-align: center;
	font-size: min(5vw, 160%);
	line-height: 1.2em;
}
#list #btmBanner .tokutenWrap .Txt .ttl span{font-size: 80%;}
#list #btmBanner .tokutenWrap .Txt .spec{
	position: relative;
	margin: 0 auto;
	padding: 10px 0;
}

/* ----- pc ----- */
@media screen and (min-width: 641px) {

	/* ヘッダー */
	header {height: 40px;}
	header  #logo{
		left: 15px;
		width: min(20%, 140px);
	}
	
	footer{padding: 60px 0 110px 0;}
	footer .realdgameLogo{
		margin: 50px auto;
		max-width: 180px;
	}


/* title */
#title {
	position: relative;
	margin: 0 auto;
	padding: 5px 0;
}
	#title .wave svg{height: 80px; width: 100%;}
	#title .wave #btm{top:-4px;}
	#title .Txt{
		margin: 0 auto;
		padding: 0 0 60px 0;
		background-image: url("../img/campaign/bg01_pc.png");
		background-position: 50% calc(100% - 20px);
		background-size: min(100%, 965px) auto;
	}
	#title .Txt h2{margin: 0 auto;}
	#title .Txt .ttl{margin: max(-9%, -60px) auto 0 auto;}
	#title .Txt .kikan{
		margin: 20px auto 0 auto;
		border: solid 4px #00d8ff;
		border-radius: 20px;
		padding: 30px 0;
	}
	#title .Txt .kikan .flexbox{gap: 0;}
	#title .Txt .kikan .flexbox .box:first-child{width: 45%;}
	#title .Txt .kikan .flexbox .box:last-child{width: 55%;}
	#title .Txt .kikan .flexbox .box .ttlS span{
		margin: 0 auto 10px auto;
		padding: 7px 15px;
		line-height: 1em;
		border-radius: 10px;
	}
	#title .Txt .kikan .flexbox .box .text{font-size: min(2vw, .20rem);}
	#title .Txt .kikan .caution{font-size: 70%;}

	/* lead */
	#lead{
		margin:-6px auto 0 auto;
		padding: 50px 0;
		border-top: solid 15px #0b7cc4;
	}
	#lead .leadTxt{
		width: calc(100% - 180px);
		padding: 60px;
		border: solid 5px #0b7cc4;
		font-size: min(3vw, .18rem);
	}
	
	/* list */
	#list{
		margin: -6px auto 0 auto;
		padding: 0 0 160px 0;
		border-top: solid 15px #ff9c00;
	}
	#list h2{
		position: relative;
		top:auto;
		left: auto;
		margin: -5px auto 0 auto;
		max-width: 858px;
	}
	#list .select{margin: max(-14%, -140px) auto 40px auto;}
	#list .select .text{width: calc(7em + 35px);}
	#list .select .text p{
		padding: 8px 0 8px 35px;
		background-position: 15px 50%;
		background-size: 10px auto;
	}
	#list .select .areaList{
		padding: 8px 10px 8px 20px;
		width: calc(100% - 7em - 65px);
	}
	#list .listWrap{
		width: calc(100% - 100px);
		max-width: 1200px;
		gap: 35px 15px;
	}
	#list .listWrap .detail{
		width: calc(33.33% - 45px);
		padding: 10px 10px 20px 10px;
		border: solid 5px #032183;
		box-shadow: 6px 6px 0px 0px #032183;
	}
	#list .listWrap .detail .Img .copy{
		position: absolute;
		bottom: -1.5em;
		right: 0;
		margin: auto;
	}
	#list .listWrap .detail .ttl{
		padding: 20px 0 0 0;
		font-size: 140%;
	}
	#list .listWrap .detail span{margin: 5px auto 0 auto;}
	#list .listWrap .detail ul{
		margin: 25px auto;
		max-width: 254px;
		gap: 0 15px;
	}
	#list .listWrap .detail ul li{
		padding: 10px 0;
		width: calc(50% - 15px);
		border-radius: 20px;
	}
	#list .listWrap .detail ul li p{
		font-size: min(2.4vw, .16rem);
		line-height: 1.2em;
	}
	#list .listWrap .detail ul li p.h4{font-size: min(2vw, .12rem);}
	#list .listWrap .detail .text{
		margin: 0 auto 20px auto;
		padding: 0 5px;
	}
	#list .btnArea{margin: 15px auto 0 auto;}
	#list .btnArea .button{
		padding: 10px 0;
		background-image: url("../img/bg_button.png"), url("../img/arrow.png");
		background-position: 5px calc(100% - 6px), calc(100% - 10px) 50%;
		background-size: 7% auto, 8% auto;
	}
	#list .bg01{
		background-image: url("../img/campaign/bg_btm_pc.png");
		background-position: 50% calc(100% - 15px);
		background-size: auto auto;
	}
	#list #btmBanner{
		margin: 60px auto 0 auto;
		max-width: 960px;
	}
	#list #btmBanner .tokutenWrap{
		margin:-8px auto  0 auto;
		padding:40px;
		width: calc(100% - 118px);
		border: solid 4px #0067aa;
		gap:0 30px;
		align-items: center;
	}
	#list #btmBanner .tokutenWrap .Img{width: calc(28% - 30px);}
	#list #btmBanner .tokutenWrap .Txt{width: 72%;}
	#list #btmBanner .tokutenWrap .Txt .ttl{
		text-align: left;
		font-size: min(3vw, 120%);
	}
	#list #btmBanner .tokutenWrap .Txt .spec{padding: 20px 0;}

}

/* ----- listWrap ----- */
@media screen and (min-width: 641px) and (max-width: 880px) {
	#list .listWrap{width: calc(100% - 70px);}
	#list .listWrap .detail{width: calc(50% - 45px);}
}
@media screen and (min-width: 641px) and (max-width: 800px) {
	#list #btmBanner .tokutenWrap .Img{width: calc(40% - 30px);}
	#list #btmBanner .tokutenWrap .Txt{width: 60%;}
}