@charset "UTF-8";

/*--------------------------------
reset
--------------------------------*/
html,body,div,p,img,iframe,a,span,blockquote,q,address,cite,
pre,code,em,small,strong,b,i,
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer,time,
h1,h2,h3,h4,h5,h6,
ul,ol,li,dl,dt,dd,
table,tbody,thead,tfoot,th,tr,td,
form,fieldset,legend,label,select,input,textarea,button{
	margin: 0;
	padding: 0;
	border: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: baseline;
}
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer{
	display: block;
}
ul li{
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 500;
}
body{
	line-height: 1;
}
a{
	text-decoration: none;
}
img{
	vertical-align: middle;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
select,
option,
input[type=text],
input[type=tel],
input[type=password],
textarea,
button{
	font: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}
blockquote::before,blockquote::after,q::before,q::after{
	content: '';
	content: none;
}
[type=submit],[type=button],[type=reset],[type=file],button{
	cursor: pointer;
}
:focus{
	outline: none;
}

/*--------------------------------
common
--------------------------------*/
html{
    font-size: 62.5%;
}
body{
	background: black;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	line-height: 1.6;
	font-size: 1.6rem;
	color: white;
}
a{
	color: #00a0e9;
}
img{
	max-width: 100%;
}
h2,h3{
    line-height: 1.4;
}
.wrap{
	margin: 0 auto;
	max-width: 750px;
	overflow: hidden;
}
.primary-heading{
	margin: 16px;
	padding: 8px;
	background: #990000;
	border: solid 2px;
	border-color: #c16363 #910000 #890000 #9d0a0a;
	text-align: center;
	font-size: 2.2rem;
	font-weight: bold;
}
.secondary-heading,
.content-body h3,
.form-label{
	margin-bottom: 8px;
	padding: 4px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: -webkit-linear-gradient(top, rgba(79,79,79,1) 0%,rgba(7,5,5,1) 100%);
	background: linear-gradient(to bottom, rgba(79,79,79,1) 0%,rgba(7,5,5,1) 100%);
	border: solid 2px;
	border-color: #3d3d3d #626262 #363636 #040303;
	text-align: center;
	font-size: 1.8rem;
}
.text{
    margin: 0 16px 32px;
}
.btn-area{
	margin: 32px 16px 64px;
	padding: 6px;
	position: relative;
}
.btn-area::before{
	content: "";
	background: #333366;
	box-shadow: 0 6px 2px #2e2e5c inset, -6px 0 2px #202035 inset, 0 -6px 2px #121223 inset, 6px 0 2px #27274e inset;
	border-radius: 4px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.regist-btn{
	padding: 12px 8px;
	width: 100%;
	display: block;
	background: #333366;
	box-shadow: 0 4px 2px #54547e inset, 0 -4px 2px #1a1a34 inset;
	border-radius: 4px;
	position: relative;
	z-index: 1;
	text-align: center;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.3;
	color: white;
}
.mbr{
	display: none;
}

/*--------------------------------
header
--------------------------------*/
.header{
    padding: 12px;
    background: url("../images/header-bg.webp") no-repeat bottom center / cover;
    text-align: center;
}
.header-link{
    margin: 0 auto;
    width: 50%;
    display: block;
}
.header-img{
    width: 154px;
}

/*--------------------------------
contents
--------------------------------*/
.hero{
    margin-bottom: 16px;
}
.about-inner{
    padding: 0 16px;
    background: url("../images/about-bg.webp") no-repeat bottom center / contain;
    overflow: hidden;
}
.about-text{
    margin-bottom: 32px;
}
.about .btn-area,
.play .btn-area{
    margin: 0 16px 32px;
}
.play .primary-heading{
    margin: 0 16px;
}
.play-inner{
    background: url("../images/play-bg.webp") no-repeat top center / cover;
    overflow: hidden;
}
.play-ul{
    padding: 16px 8px 0;
    display: flex;
    flex-wrap: wrap;
}
.play-li{
    margin-bottom: 16px;
    padding: 0 8px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.content-body{
    padding: 0 16px;
}
.content-body p,
.general-parts .note{
	margin: 0 0 32px;
}
.general .ex{
    display: block;
    line-height: 1.6;
}
.content-body p .ex:last-of-type{
	margin-bottom: 32px;
}
.general h4{
    margin: 0 0 8px;
    padding-bottom: 8px;
    border-bottom: solid 1px;
    font-weight: normal;
    color: #ffffff;
}

/*--------------------------------
form
--------------------------------*/
.form-wrapper{
	padding: 0 16px;
	margin-bottom: 24px;
}
.form-box{
	margin-top: 32px;
}
input[type=text],
input[type=tel],
input[type=password],
select,
textarea{
	padding: 14px 10px;
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	vertical-align: bottom;
	border: 1px solid #ddd;
	border-radius: 0;
}
select{
	padding-right: 40px;
	background: url("../images/icon-select.webp") no-repeat right center #fff;
	background-size: 40px;
}
.regular-radio{
	display: none;
}
.form-item.normal-radio{
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form-item.normal-radio .radio-label{
	width: 50%;
	display: flex;
	align-items: center;
	font-size: 1.6rem;
}
.radio-label::before{
	margin-right: 16px;
	width: 40px;
	height: 40px;
	display: inline-block;
	content: "";
	background: #ccc;
	border: 4px solid #ccc;
	border-radius: 50%;
	vertical-align: bottom;
}
.regular-radio:checked + .radio-label::before{
	background: #323232;
}
.regular-checkbox{
	padding: 12px;
	display: block;
	border: solid #ddd;
	border-width: 1px 1px 0 1px;
}
.regular-checkbox:last-child{
	border-width: 1px;
}
.form-msg{
	margin-top: 8px;
	font-size: 1.2rem;
}
.general-parts .form-msg{
	margin-top: 0;
	font-size: 1.4rem;
}
.alert-msg{
	margin: 8px 0 16px;
	font-size: 1.2rem;
}
.error{
	padding: 8px;
	background: #d00;
	color: #fff;
}
.notice{
    font-size: 110%;
    color: red;
}

/*--------------------------------
campaign
--------------------------------*/
.campaign h4{border:0; font-size:1.4rem; color:#333; text-indent:0; padding:10px 0 10px 20px;}
.campaign h5{font-weight:normal; font-size:1.2rem;color:#333; padding:10px 0 10px 20px;}
.campaign p{padding:0 10px 0 20px;}
.cam_msg{font-size:1.1rem; color:#aaa; padding:0;}
.campaign strong{font-weight:bold; color:#f00;}
.camMenu{ margin-bottom:10px;padding-left:20px;}
.camMenu dt{ font-weight:bold; font-size:1.6rem; margin:5px 0;}
.camMenu dt:before{content:""; color:#714769;}
.camMenu dd{margin-bottom:10px;}
.camMenu table{border-collapse:collapse; width:270px; color:#000;}
.camMenu table th{text-align:center; background:#ccc; width:90px; border:1px solid #aaa;}
.camMenu table td{text-align:right; width:90px; background:#fff; border:1px solid #aaa; padding-right:10px; box-sizing:border-box;}
.camMenu table tr td:last-child{background:#ff0;}
#campaign_btn,
#campaign_btn_entry{
	position: absolute;
	top: 50px;
	right: 0;
	z-index: 1;
}
#campaign_btn a,
#campaign_btn_entry a{
	width: 60px;
	height: 60px;
	display: block;
	background: url("../images/cam_btn.png") no-repeat 0 0;
	text-indent: 120%;
	overflow: hidden;
	white-space: nowrap;
	background-size: contain;
}
.lpprtitle{
	background-color: #323232!important;
	color: #fff;
}
.entry-btn .btn-area{
    margin: 32px 0 64px;
}

/*--------------------------------
footer
--------------------------------*/
.footer{
	background: #323232;
	text-align: center;
}
.nav-list{
	border-bottom: 1px solid #000;
}
.nav-link,
.copy{
	display: block;
	color: #fff;
}
.nav-link{
	padding: 12px 16px;
}
.copy{
	padding: 16px;
}
body #pr{
	margin:auto;
	max-width: 750px;
	right: 0;
	bottom: -60px;
}

/*--------------------------------
media query tablet
--------------------------------*/
@media screen and (min-width:768px){
	body{
		font-size: 2.8rem;
	}
	.wbr{
		display: none;
	}
	.primary-heading{
		margin: 32px 32px 64px;
		padding: 16px;
		border: solid 4px;
		border-color: #c16363 #910000 #890000 #9d0a0a;
		font-size: 3.4rem;
	}
	.secondary-heading,
	.content-body h3,
	.form-label{
		margin-bottom: 16px;
		padding: 8px;
		border: solid 4px;
		border-color: #3d3d3d #626262 #363636 #040303;
		font-size: 2.8rem;
	}
	.text{
		margin: 0 64px 64px;
	}
	.header{
		padding: 24px;
	}
	.header-img{
		width: 321px;
	}
	.hero{
		margin-bottom: 32px;
	}
	.about-inner{
		padding: 0 64px;
	}
	.about-text{
		margin-bottom: 64px;
	}
	.about .btn-area,
	.play .btn-area{
		margin: 0 80px 64px;
	}
	.btn-area{
		margin: 64px 80px;
		padding: 12px;
	}
	.btn-area::before{
		border-radius: 8px;
        box-shadow: 0 12px 12px #2e2e5c inset, -12px 0 12px #202035 inset, 0 -12px 12px #121223 inset, 12px 0 12px #27274e inset;
	}
	.regist-btn{
		padding: 22px 8px;
		box-shadow: 0 6px 6px #54547e inset, 0 -6px 6px #1a1a34 inset;
		border-radius: 8px;
		font-size: 4.0rem;
	}
	.play .primary-heading{
		margin: 0 32px;
	}
	.play-ul{
		padding: 64px 32px 0;
	}
	.play-li{
		margin-bottom: 64px;
		padding: 0 32px;
	}
	.footer{
		font-size: 2.0rem;
	}
	.content-body{
		padding: 0 64px;
	}
	.content-body p,
	.general-parts .note{
		margin: 0 0 64px;
	}
	.general h4{
		margin: 0 0 16px;
		padding-bottom: 16px;
		border-bottom: solid 2px;
	}
	.content-body p .ex:last-of-type{
		margin-bottom: 64px;
	}
	.form-wrapper{
		padding: 0 64px;
		margin-bottom: 64px;
	}
	.form-box{
		margin-top: 64px;
	}
	input[type=text],
	input[type=tel],
	input[type=password],
	select,
	textarea,
	.check-label{
		font-size: 2.4rem;
	}
	select{
		padding-right: 62px;
		background: url("../images/icon-select.webp") no-repeat right center #fff;
		background-size: 60px;
	}
	.form-item.normal-radio{
		margin-top: 16px;
	}
	.form-item.normal-radio .radio-label{
		font-size: 2.4rem;
	}
	.form-msg{
		margin-top: 8px;
		font-size: 2rem;
	}
	.alert-msg{
		margin: 16px 0 32px;
		font-size: 2rem;
	}
	.entry-btn .btn-area{
		margin: 64px 16px;
	}
}