@charset "utf-8";

#bodyWrap{opacity: 0;}

/* ヘッダー */
header{
	position: relative;
	margin: 0 auto ;
	display: block;
	width: 100%;
}
header #keyvisual{
	position: relative;
	margin: 0 auto ;
	display: block;
	background-image: url("../img/header_sp.jpg");
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: contain;
	background-color: #92000d;
	padding-top: 192.28%;
	width: 100%;
}
header .badge{
	position: absolute;
	bottom: 7%;
	left: 0;
	width: 100%;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-around;
}
header .en, header .child{
	position: relative;
	margin: 0;
	display: block;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: contain;
	padding-top: 12%;
	width: 47%;
}
header .en{background-image: url("../img/btn_en.png");}
header .child{background-image: url("../img/btn_child.png");}
header .lang{
	position: absolute;
	bottom: 1.5%;
	left: 25%;
	width: 50%;
}
header .lang img{width: 58%; vertical-align: middle;}
header .lang img.ttlLang{width: 36%; padding-right: 5%;}

.headerTxt{
	position: relative;
	margin: 0 auto;
	background-color: #ffffff;
	color: #001c46;
	font-size: .13rem;
	font-weight: 900;
	line-height: 1.5em;
	padding: 3% 0;
}

#wrap{
	background-image: url("../img/bg_main.jpg");
	background-repeat: no-repeat;
	background-size: 184% auto;
	background-position: 50% 120px;
}
#wrap::before{
	position: absolute;
	content: '';
	top:0;
	left: 0;
	width: 100%;
	height: 30%;
	background-image: url("../img/bg_item14.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: -80% 120px;
}

/* イントロ */
#intro{margin: 0.5% auto;}
/* photo slider */
#intro div#photoArea{
	position: relative;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}
#intro .photoWrap {
    top: 0;
    left: 2%;
    height:100px;
	width: 100%;
    overflow: hidden;
    position: absolute;
}
#intro .photoWrap:after {
    content: "";
    display: none;
    clear: none;
}
#intro div.photo{
	position: relative;
	margin: 0;
	padding:0;
	width: 100%;
	height:100px;
	overflow: hidden;
}
#intro div.photo ul{
	float: left;
	height:100px;
	overflow: hidden;
}
#intro div.photo ul li{
	position: relative;
	height:98px;
	width: 150px;
	float: left;
    display: inline;
    overflow: hidden;
}
#intro div.photo ul li img{
	height: 100%;
	width: auto;
}

/* 公演情報 */
#schedule {margin: 12% auto 0 auto;}
#schedule ul{
	position: relative;
	margin: 0 auto;
	width: 90%;
}
#schedule ul li{
	position: relative;
	margin: 0 auto 12% auto;
	padding:4% 0;
}
#schedule ul li p img{ width: 90%;}
#schedule ul li.soon p img{ width: 40%; padding: 34% 0;}
#schedule ul li a{ 
	position: relative;
	display: block;
	width: 70%;
	margin: 6% auto 4% auto;
	padding: 2% 3%;
	text-decoration: none;
	background-image: linear-gradient(to right, rgba(0,28,70,1) 50%, rgba(1,162,234,1) 50%) !important;
	background-position: 0 0;
	background-size: 200% auto;
	transition: all 0.16s ease-out;
	text-align: right;
}
#schedule ul li a img{width: 68%;vertical-align: middle;} 

/* ニュース */
#news{font-weight: 400; overflow: hidden;}
#news .newsBox::before{
	position: absolute;
	display: block;
	content: '';
	top:-30%;
	left: -26%;
	width: 42%;
	height: 42%;
	background-image: url("../img/bg_item02.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 80% 0;
}
#news::after{
	position: absolute;
	display: block;
	content: '';
	bottom:20%;
	right: -6%;
	width: 22%;
	height: 22%;
	background-image: url("../img/bg_item01.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 80% 0;
}
#news h2{
	background-image: url("../img/bg_news.png");
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: 100% 42px;
	padding-top: 20px;
}
#news .bg{
	position: relative;
	margin: 0;
	padding: 4% 0 50% 0;
	background: -webkit-linear-gradient(bottom, rgba(181,225,229,.68) 50%, rgba(112,184,214,.68));
	background: -o-linear-gradient(bottom, rgba(181,225,229,.68) 50%, rgba(112,184,214,.68)) ;
	background: linear-gradient(to bottom, rgba(181,225,229,.68) 50%, rgba(112,184,214,.68)) ;
}
#news .bg02{top:50%;}
#news .newsBox{
	position: relative;
	margin: 0 auto;
	padding: 3% 0;
	width: 90%;
	background-color: rgba(255,255,255,.8);
}
#news .newsBox ul{
	position: relative;
	margin: 0 auto;
	width: 90%;
	text-align: left;
	height: 150px;
	overflow: hidden;
}
#news .newsBox ul li{
	position: relative;
	margin: 3% auto;
	padding-bottom: 1%;
	border-bottom: solid 1px #6d95be;
}
#news .newsBox ul li span{
	display: block;
	font-size: .14rem;
}
#news .newsBox ul li p, #news .newsBox ul li a{
	color: #000000;
	text-decoration: none;
}
#news .newsBox ul li a{color: #d40723;}

/* キャンペーン、プレセント */
#bnr, #present {margin: -40% auto 0 auto;}
#present p{padding: 0 5%;}
#bnr::after{
	position: absolute;
	display: block;
	content: '';
	bottom:36%;
	right: 0;
	width: 14%;
	height: 20%;
	background-image: url("../img/bg_item11.png");
	background-size: contain;
	background-repeat:no-repeat;
	background-position: 108% 0;
}
#bnr h2, #present h2{
	background-image: url("../img/bg_special_top.png");
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: 100% 60px;
	padding-top: 20px;
}
#present h2{padding-top: 42px;}
#present h2 img{height: 46px; }
#bnr h2::before{
	position: absolute;
	display: block;
	content: '';
	top:-22%;
	left: 10%;
	width: 16%;
	height: 90%;
	background-image: url("../img/bg_item02.png");
	background-size: contain;
	background-repeat:no-repeat;
	background-position: 0 0;
}
#bnr .bg, #present .bg{
	position: relative;
	margin: 0;
	padding: 4% 0 40% 0;
	background-image: url("../img/bg_special.png");
	background-size: 100% auto;
}
.BnrWrap{position: relative; width: 100%; margin: auto;}
.swiper-button-prev, .swiper-button-next{background-size: 17px 22px; transform: translateY(-25px);}
#bnr .swiper-container{
	position: relative;
	margin: auto;
	width: 80%;
	padding-bottom: 50px;
}
#bnr ul{
	position: relative;
	margin: 0 auto;
}
#bnr ul li{
	position: relative;
	margin: 0 auto;
	width: 45%;
}
#bnr img.corner{
	width: 100%;
	border-radius: 10px;
}
#present p{
	position: relative;
	margin: 5% auto 0 auto;
}
#present .hash{
	font-size: .18rem;
	font-weight: 700;
	color: #92000d;
}
#present .btn_share{ 
	position: relative;
	display: block;
	width: 70%;
	margin: 6% auto 10% auto;
	padding: 2% 0;
	text-decoration: none;
	background-image: linear-gradient(to right, rgba(0,28,70,1) 50%, rgba(1,162,234,1) 50%) !important;
	background-position: 0 0;
	background-size: 200% auto;
	transition: all 0.16s ease-out;
	color: #ffffff;
	font-size: .18rem;
	font-weight: 900;
}
#present h3{
	position: relative;
	margin: 0 auto 10% auto;
	width: 90%;
	border-bottom: solid 2px #92000d;
	color: #92000d;
	font-weight: 900;
	font-size: .24rem;
}
#present .pointTxt{
	font-weight: 900;
	font-size: .18rem;
	background-color: #FFE500;
}
#present img.present{ width: 90%;}

/* ストーリー */
#story {margin: -40% auto 0 auto;}
#story .bg::after{
	position: absolute;
	display: block;
	content: '';
	top:-2%;
	left: -3%;
	width: 22%;
	height: 16%;
	background-image: url("../img/bg_item03.png");
	background-size: contain;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#story h2{
	background-image: url("../img/bg_story_top.png");
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: 100% 60px;
	padding-top: 25px;
}
#story .bg{
	position: relative;
	margin: 0;
	padding: 5% 0 50% 0;
	background-image: url("../img/bg_story.jpg");
	background-size: 180% auto;
	background-repeat: no-repeat;
	background-color: #5acaef;
}

#story .storyWrap{
	position: relative;
	margin: 0;
	padding:6% 6% 15% 6%;
	background-image: url("../img/story_cont_bg_sp.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	text-align: left;
	font-size: .15rem;
	z-index: 1;
}
#story .storyWrap::before{
	position: absolute;
	display: block;
	content: '';
	top:-2%;
	right: -1%;
	width: 43%;
	height: 86%;
	background-image: url("../img/chara01.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 80% 0;
	z-index: 3;
}
#story p span{
	display: block;
	text-align: center;
	font-weight: 900;
	font-size: .18rem;
}
#story h3{
	position: relative;
	margin: 6% 0 4% 0;
	width: 74%;
	padding-top:28%;
	padding-bottom: 6%;
	background-image: url("../img/story_sp.png");
	background-position: 8% 0;
	background-size: 78% auto;
	background-repeat: no-repeat;
	border-bottom: solid 2px #92000d;
}

/* 遊び方 */
#howto {position: relative; margin: -42% auto 0 auto;}
#howto::before{
	position: absolute;
	display: block;
	content: '';
	top:-5%;
	left: 8%;
	width: 32%;
	height: 14%;
	background-image: url("../img/chara02.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 80% 0;
	z-index: 4;
}
#howto::after{
	position: absolute;
	display: block;
	content: '';
	bottom:0;
	left: 0;
	width: 30%;
	height: 15%;
	background-image: url("../img/bg_item10.png");
	background-size: contain;
	background-position: -6% 40%;
	background-repeat: no-repeat;
}
#howto ul li:nth-child(1)::before{
	position: absolute;
	display: block;
	content: '';
	bottom:-10%;
	left: 0;
	width: 14%;
	height: 20%;
	background-image: url("../img/bg_item11.png");
	background-size: contain;
	background-repeat:no-repeat;
	background-position: -23% 0;
}
#howto ul li:nth-child(3)::before{
	position: absolute;
	display: block;
	content: '';
	top:-16%;
	right: -2%;
	width: 24%;
	height: 24%;
	background-image: url("../img/bg_item07.png");
	background-size: contain;
	background-repeat:no-repeat;
	background-position: 150% 0;
}
#howto ul li:nth-child(4)::before{
	position: absolute;
	display: block;
	content: '';
	bottom:0;
	right: -2%;
	width: 24%;
	height: 24%;
	background-image: url("../img/bg_item02.png");
	background-size: contain;
	background-repeat:no-repeat;
	background-position: 150% 0;
}
#howto .bg{
	position: relative;
	margin: 0;
	padding: 4% 0 50% 0;
	background: -webkit-linear-gradient(bottom, rgba(181,225,229,1) 50%, rgba(112,184,214,1));
	background: -o-linear-gradient(bottom, rgba(181,225,229,1) 50%, rgba(112,184,214,1)) ;
	background: linear-gradient(to bottom, rgba(181,225,229,1) 50%, rgba(112,184,214,1)) ;
}
#howto .bg01{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-image: url("../img/bg_game.png");
	background-size: 180% auto;
	background-repeat: no-repeat;
}
#howto h2{
	position: relative;
	background-image: url("../img/bg_game_top.png");
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: 100% 60px;
	padding-top: 15px;
}
#howto ul{
	position: relative;
	margin: 0 auto;
	width: 96%;
}
#howto ul li{
	position: relative;
	margin: 0 auto 12% auto;
	padding: 0;
}
#howto ul li div{
	position: relative;
	margin: 0 auto;
	padding: 0;
}
#howto ul li div p{
	position: relative;
	margin: 6% auto;
	padding-bottom: 6%;
	font-size: .15rem;
	line-height: 1.333em;
	width: 80%;
	color:#92000d;
}
#howto ul li div img{
	height: auto;
	display: block;
	position: relative;
	margin: 0;
}
#howto ul li:nth-child(1) div img{width: 74%;}
#howto ul li:nth-child(2) div img{width: 84%;}
#howto ul li:nth-child(3) div img{width: 85%;}
#howto ul li:nth-child(4) div img{width: 68%;}
#howto ul li div.point{
	position: relative;
	margin: 0 auto;
	padding: 2% 4% 2% 12%;
	width: 50%;
	background-color: rgba(0,28,70,.75);
	color: #ffffff;
	font-size: .12rem;
	line-height: 1.5em;
	text-align: left;
}
#howto ul li div.point::before{
	position: absolute;
	display: block;
	content: '';
	top:10%;
	left: -12%;
	width: 26%;
	height: 90%;
	background-image: url("../img/ttl_point.jpg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: 80% 0;
	z-index: 6;
}

/* ゲームの特徴 */
#game {margin: -40% auto 0 auto;}
#game .bg{
	position: relative;
	margin: 0;
	padding: 4% 0 40% 0;
	background: -webkit-linear-gradient(bottom, rgba(181,225,229,1) 50%, rgba(112,184,214,1));
	background: -o-linear-gradient(bottom, rgba(181,225,229,1) 50%, rgba(112,184,214,1)) ;
	background: linear-gradient(to bottom, rgba(181,225,229,1) 50%, rgba(112,184,214,1)) ;
}
#game h2{
	background-image: url("../img/bg_game_top.png");
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: 100% 60px;
	padding-top: 15px;
}
#game ul{
	position: relative;
	margin: 0 auto;
	width: 80%;
}
#game ul li{
	position: relative;
	margin: 0 auto 10% auto;
	padding: 8% 0;
	background-color: rgba(255,255,255,.5);
}
#game ul li:nth-child(1) img{width: 70%;}
#game ul li:nth-child(2) img{width: 30%;}
#game ul li:nth-child(3) img{width: 40%;}
#game ul li:nth-child(2):before{
	position: absolute;
	display: block;
	content: '';
	top:-7%;
	right: -12%;
	width: 30%;
	height: 12%;
	background-image: url("../img/bg_item08.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#game ul li:nth-child(3)::before{
	position: absolute;
	display: block;
	content: '';
	top:-12%;
	left: -20%;
	width: 24%;
	height: 20%;
	background-image: url("../img/bg_item02.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 110% 0;
}
#game ul li h3{
	position: relative;
	margin: 4% auto;
	font-size: .18rem;
	font-weight: 900;
	color: #92000d;
}
#game ul li div.point{
	position: relative;
	margin: 8% auto 0 auto;
	width: 70%;
	font-size: .12rem;
	line-height: 1.5em;
}
#game ul li div.point img{width: 54%;}
#game ul li div.point p{padding: 3% 0; color: #001c46;}


/* バナー */
#bnr02{margin: -40% auto 0 auto;}
#bnr02 .bg{
	position: relative;
	margin: 0;
	padding: 4% 0 10% 0;
	background: -webkit-linear-gradient(bottom, rgba(181,225,229,1) 50%, rgba(112,184,214,1));
	background: -o-linear-gradient(bottom, rgba(181,225,229,1) 50%, rgba(112,184,214,1)) ;
	background: linear-gradient(to bottom, rgba(181,225,229,1) 50%, rgba(112,184,214,1)) ;
}
#bnr02::after{
	position: absolute;
	display: block;
	content: '';
	bottom:2%;
	right: 0;
	width: 20%;
	height: 40%;
	background-image: url("../img/bg_item05.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#bnr02 h2{
	background-image: url("../img/bg_game_top.png");
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: 100% 60px;
	padding-top: 15px;
}
#bnr02 .about p{
	position: relative;
	margin: 0 auto 8% auto;
	width: 70%;
	z-index: 8;
}


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

	/* ヘッダー */
	header #keyvisual{
		margin: 0 auto ;
		background-image: url("../img/header.jpg");
		padding-top: 66.71%;
	}
	header .badge{
		bottom: 8%;
		left: 2%;
		width: 45%;
		display: block;
	}
	header .lang{
		bottom: 2%;
		left: 4%;
		width: 16%;
		display: block;
	}
	header .lang img{width: 58%; vertical-align: middle;}
	header .lang img.ttlLang{width: 36%; padding-right: 5%;}
	.headerTxt{
		font-size: .24rem;
		padding: 20px 0;
	}
	.headerTxt span{
		display:-webkit-box;
		display:-webkit-flex;
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: center;
	}
	.headerTxt span::before,.headerTxt span::after{
		content: '';
		display: block;
		height: 60px;
		width:auto;
		background-image: url("../img/flag.png");
		background-repeat: repeat-x;
		background-size: auto 60px;
		flex-grow: 1;
	}
	.headerTxt span::before{margin-right:1em;background-position: 100% 100%;}
	.headerTxt span::after{margin-left:1em;background-position: 0 100%;}


	#wrap{background-size: 100% auto;background-position: 50% 0;}
	#wrap::before{
		background-size: 80% auto;
		background-position: -12% 240px;
	}

	/* イントロ */
	#intro{margin: 5px auto; width: 100% !important;}
	.aboutWrap{
		margin: 70px auto 0 auto;
		padding: 30px 0;
		width: 100%;
	}
	.aboutWrap .about{
		margin: -60px auto 0 auto;
		width: 824px;
		padding-top:200px;
	}
	
	/* photo slider */
	#intro div#photoArea{width: 100%;}
	#intro .photoWrap {
		left: 0;
		height:270px;
		width: 100%;
	}
	#intro div.photo{width: 100%;height:270px;}
	#intro div.photo ul{height:270px;}
	#intro div.photo ul li{height:270px;width: 408px;}
	
	
	/* 公演情報 */
	#schedule {margin: 70px auto 0 auto;}
	#schedule ul{
		width: 960px;
		display:-webkit-box;
		display:-webkit-flex;
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#schedule ul li{
		margin: 0 auto;
		padding: 30px 0;
		width: 680px;
	}
	#schedule ul li p img{ width:380px;}
	#schedule ul li.soon p img{ padding: 38% 0;}
	#schedule ul li a{ 
		margin: 30px auto 10px auto;
		padding: 20px 10px;
		width: 350px;
	}
	#schedule ul li a img{width: 230px;} 
	#schedule ul li a:hover{
		cursor: pointer;
		background-position: -100% 0;
		opacity: 1;
	}

	/* ニュース */
	#news {margin: 80px auto 0 auto;}
	#news::after{
		bottom:20px;
		right: -30px;
		width: 234px;
		height: 216px;
		background-position: 0 0;
	}
	#news h2{background-size: 100% 120px;}
	#news h2 img{padding-top: 40px;}
	#news .bg{padding: 30px 0 220px 0;}
	#news .bg::after{
		position: absolute;
		display: block;
		content: '';
		bottom:50px;
		left: -20px;
		width: 130px;
		height: 160px;
		background-image: url("../img/bg_item05.png");
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 0 0;
	}
	#news .newsBox{
		padding: 20px 0;
		width: 960px;
		height: 300px;
	}
	#news .newsBox ul{height: 280px;}
	#news .newsBox::before{
	top:-150px;
	left: -190px;
	width: 190px;
	height: 190px;
	background-image: url("../img/bg_item02.png");
}

	/* キャンペーン、プレセント */
	#bnr{margin: -100px auto 0 auto;}
	#present {margin: -180px auto 0 auto;}
	#bnr::after{
		bottom:50px;
		right: 120px;
		width: 120px;
		height: 158px;
		background-position: 0 0;
	}
	#bnr .bg{padding: 50px 0 200px 0;}
	#present .bg{padding: 50px 0 160px 0;}
	#bnr h2, #present h2{background-size: 100% 120px;}
	#present h2 {height: 180px; }
	#present h2 img.ttlpresent{height: 88px; }
	#present h2 img{margin: 35px 15px  0 15px;}
	#bnr h2::before{background-image: none;}
	.BnrWrap{ width: 1100px;}
	.swiper-button-prev, .swiper-button-next{background-size: 27px 44px;}
	#bnr .swiper-container{width: 950px;}
	#bnr ul::before{
		position: absolute;
		display: block;
		content: '';
		top:-130px;
		left: 120px;
		width: 100px;
		height: 100px;
		background-image: url("../img/bg_item02.png");
		background-size: contain;
		background-repeat:no-repeat;
		background-position: 0 0;
	}
	#bnr ul li{width: 310px !important;}
	#bnr h2 img, #present h2 img{padding-top: 40px;}
	#bnr img.corner{width: 300px;}
	#present p{margin: 30px auto 0 auto;}
	#present .btn_share{ 
		margin: 30px auto 0 auto;
		padding: 10px 0;
		width: 250px;
		font-size: .20rem;
	}
	#present .btn_share:hover{
		cursor: pointer;
		background-position: -100% 0;
		opacity: 1;
	}
	#present h3{
		margin: 0 auto 80px auto;
		width: 840px;
		font-size: .38rem;
		padding-bottom: 10px;
	}
	#present .pointTxt{font-size: .20rem;}
	#present img.present{ width: auto;}

	/* ストーリー */
	#story {margin: -120px auto 0 auto;}
	#story::before{
		top:-80px;
		left: -15px;
		width: 178px;
		height: 145px;
	}
	#story h2{background-size: 100% 120px;}
	#story h2 img{padding-top: 55px;}
	#story .bg{
		padding: 30px 0 300px 0;
		background-size: 100% auto;
		width: 100%;
	}
	#story .bg::after{
		top:-200px;
		left: -15px;
		width: 177px;
		height: 144px;
	}
	#story .storyWrap{
		padding:50px 30px 70px 30px;
		background-image: url("../img/story_cont_bg.png");
		font-size: .19rem;
		width: 960px;
	}
	#story .storyWrap::before{
		top:0;
		left: 767px;
		width: 307px;
		height: 611px;
		background-image: url("../img/chara01.png");
		background-position: 0 0;
	}
	#story p{padding: 0 20px;width: 790px;}
	#story p span{font-size: .29rem;}
	#story h3{
		margin: 0 0 25px 0;
		width: 780px;
		padding-top:59px;
		padding-bottom: 10px;
		background-image: url("../img/story.png");
		background-position: 15px 0;
		background-size: auto 49px;
		border-bottom: solid 4px #92000d;
	}

	/* 遊び方 */
	#howto {margin: -200px auto 0 auto;}
	#howto::before{
		top:-124px;
		left: 50%;
		transform: translateX(-570px);
		width: 213px;
		height: 197px;
		background-image: url("../img/chara02.png");
		background-position: 0 0;
	}
	#howto::after{
		bottom:20px;
		left: 0;
		width: 220px;
		height: 210px;
		background-position: -20px 0;
	}
	#howto ul li:nth-child(1)::before, #howto ul li:nth-child(3)::before, #howto ul li:nth-child(4)::before{background-image: none;}
	#howto .bg01::after{
		position: absolute;
		display: block;
		content: '';
		top:180px;
		left: 0;
		width: 120px;
		height: 170px;
		background-image: url("../img/bg_item11.png");
		background-size: contain;
		background-repeat:no-repeat;
		background-position: -20px 0;
	}
	#howto .bg::after{
		position: absolute;
		display: block;
		content: '';
		bottom:460px;
		right: 0;
		width: 180px;
		height: 220px;
		background-image: url("../img/bg_item07.png");
		background-size: contain;
		background-repeat:no-repeat;
		background-position: 30px 0;
	}
	#howto ul::before{
		position: absolute;
		display: block;
		content: '';
		top:-160px;
		right: -100px;
		width: 180px;
		height: 180px;
		background-image: url("../img/bg_item02.png");
		background-size: contain;
		background-repeat:no-repeat;
		background-position: 0 0;
	}

	#howto .bg{padding: 50px 0 200px 0;}
	#howto .bg01{background-size: 100% 100%;}
	#howto h2{background-size: 100% 120px;}
	#howto h2 img{padding-top: 40px;}
	#howto ul{
		display:-webkit-box;
		display:-webkit-flex;
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 960px;
		margin: 0 auto;
	}
	#howto ul li{margin: 0 0 50px 0; width: 450px;}
	#howto ul li div p{
		margin: 20px auto;
		padding-bottom: 20px;
		font-size: .16rem;
		line-height: 1.5em;
		width: 90%;
	}
	#howto ul li:nth-child(1) div img{height: 244px;}
	#howto ul li:nth-child(2) div img,#howto ul li:nth-child(4) div img{height: 245px;}
	#howto ul li:nth-child(3) div img{height: 246px;}
	#howto ul li div img{width: auto !important;}
	#howto ul li div.point{
		position: relative;
		margin: 40px auto 0 auto;
		padding: 10px 10px 10px 40px;
		width: 220px;
		font-size: .14rem;
		line-height: 1.5em;
	}
	#howto ul li div.point::before{
		top:5px;
		left: -30px;
		width: 61px;
		height: 33px;
		background-image: url("../img/ttl_point.jpg");
		background-size: contain;
		background-position: 0 0;
	}

	/* ゲームの特徴 */
	#game {margin: -100px auto 0 auto;}
	#game .bg{padding: 30px 0 250px 0;}
	#game h2{background-size: 100% 120px;}
	#game h2 img{padding-top: 30px;}
	#game ul{
		width: 960px;
		display:-webkit-box;
		display:-webkit-flex;
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#game ul li{
		margin: 0;
		padding: 30px 0;
		width: 305px;
	}
	#game ul li:nth-child(3) {padding: 15px 0 5px 0;}
	#game ul li:nth-child(1) img{width: 233px;}
	#game ul li:nth-child(2) img{width: 116px;}
	#game ul li:nth-child(3) img{width: 133px;}
	#game ul li:nth-child(2):before, #game ul li:nth-child(3)::before{background-image: none;}
	#game .bg::before{
		position: absolute;
		display: block;
		content: '';
		top:-150px;
		right: 10px;
		width: 200px;
		height: 90px;
		background-image: url("../img/bg_item08.png");
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 0 0;
	}
	#game ul::before{
		position: absolute;
		display: block;
		content: '';
		top:210px;
		left: -250px;
		width: 200px;
		height: 200px;
		background-image: url("../img/bg_item02.png");
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 0 0;
	}
	#game ul li h3{
		margin: 20px auto;
		font-size: .24rem;
		height: 2em;
		vertical-align: middle;
	}
	#game ul li div.point{
		margin: 20px auto 0 auto;
		width: 90%;
	}
	#game ul li div.point img{width: 130px;}
	#game ul li div.point p{padding: 20px 0;}

	
	/* バナー */
	#bnr02{margin: -100px auto 0 auto;}
	#bnr02::before{
		bottom:60px;
		right: 0;
		width: 140px;
		height: 187px;
	}
	#bnr02 h2{background-size: 100% 120px;}
	#bnr02 .bg{padding: 30px 0 250px 0;}
	#bnr02 .about{
		position: relative;
		margin: 0 auto;
		width: 960px;
		display:-webkit-box;
		display:-webkit-flex;
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
		vertical-align: top;
	}
	#bnr02 .about p{
		margin: 0 auto;
		width: 460px;
	}

		
}


/*緊急お知らせ*/

.box_attention {
    background: #fff;
    color: #d40723;
    border: 2px solid #d40723;
    margin: 40px auto;
    padding: 20px;
}

.box_attention h3 {
    font-size: 1.5em;
}

.box_attention p {
    margin: 1em 0;
    text-align: left;
}

