/*--------------------------------
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
--------------------------------*/
body{
	background: #000;
	font-family: "???", "Yu Mincho", "????", "YuMincho", serif;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
}
a{
	color: #fb0000;
}
.wrap{
	margin: 0 auto;
	max-width: 800px;
}
.primary-heading{
	margin: 0 15px 0;
	position: relative;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	border-style: solid;
	border-width: 14px 14px;
	border-image: url(../images/h.png) 30 stretch;
	border-image-width: 14px 14px;
}
.secondary-heading{
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 600;
	color: #fb0000;
}
.q-section{
	padding-top: 40px;
	margin-top: -40px;
}
.q-section .primary-heading{
	margin-top: 40px;
}
.question-num{
	width: 55px;
	height: 29px;
	position: absolute;
	top: -40px;
	left: 50%;
	background: url(../images/h-label.png) no-repeat center;
	background-size: contain;
	transform: translateX(-50%);
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #fb0000;
}
.general-parts{
	margin: 0 0 20px;
}
.note{
	margin-bottom: 1em;
	line-height: 1.3;
}
.strong-txt{
	color: #fb0000;
}
.btn{
	display: block;
	font-weight: 600;
	color: #fff;
	text-align: center;
	line-height: 1.2;
}
.btn-area{
	padding: 15px 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}
.regist-btn{
	margin: 5px;
	padding: 8px;
	width: 145px;
	background: linear-gradient(to right, #655ebb, #2f2862);
	font-size: 20px;
	line-height: 1.2;
	font-weight: 800;
	box-shadow: inset 0 5px 2px rgba(255,255,255,.1), inset 5px 0 2px rgba(255,255,255,.1), inset 0 -5px 2px rgba(0,0,0,.5), inset -5px 0 2px rgba(0,0,0,.5);
}
.female-btn{
	background: linear-gradient(to right, #ae3679, #ae3679);
}
.fit-img{
	margin: 0 auto;
	display: block;
	max-width: 100%;
	height: auto;
}



/*--------------------------------
header
--------------------------------*/
.hero{
	margin-bottom: 20px;
}
.site-title{
	width: 100%;
    height: 74px;
	position: absolute;
	top: 0;
	left: 0;
}
.site-title a,
.logo a{
	height: 100%;
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.logo{
	width: 100%;
    height: 74px;
    background: url(../images/logo.png) no-repeat center center;
    background-size: auto 55px;
}
.logo-10ban{
	width: 50%;
	background-position: right center;
}
.logo-11ban{
	width: 50%;
	background-position: left center;
}
.navbar{
	position: relative;
	background: #000;
}
#mother{
	background: #000;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}


/*--------------------------------
contents
--------------------------------*/
.primary-lead{
	padding: 0 15px;
}
.content-body{
	padding: 10px;
}
.content-body h3{
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 600;
	color: #fb0000;
}
.content-body p{
	margin-bottom: 10px;
	line-height: 1.8;
}
.disc li{
	margin: 10px 0;
	padding-left: 5px;
	line-height: 1.5;
	border-left: 4px solid #fb0000;
}

.general-section{
	margin-bottom: 20px;
}
.btn-radio,
.btn-checkbox{
	padding: 0 15px;
	margin-top: -38px;
	position: relative;
	z-index: 1;
}
.btn-radio input,
.btn-checkbox input{
	display: none;
}
.btn-radio label{
	margin: 0 15px 6px 45px;
	padding: 6px 5px;
	display: block;
	position: relative;
	background: url(../images/radio-border.png) no-repeat center top, url(../images/radio-border.png) no-repeat center bottom, rgba(255,255,255,.8);
	background-size: 100% auto;
	font-weight: 800;
	color: #000;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(255,255,255,.2);
	transition: all .6s ease;
}
.btn-radio label::before,
.btn-radio label::after{
	position: absolute;
	top: 50%;
	display: block;
	content: "";
	transform: translateY(-50%);
}
.btn-radio label::before{
	padding-right: 15px;
	width: 46px;
	height: 30px;
	left: -45px;
	background: url(../images/radio-btn-left.png) no-repeat center;
	background-size: contain;
	box-sizing: border-box;
	content: counter(num);
	color: #fff;
	line-height: 30px;
    text-align: center;
}
.btn-radio label::after{
	width: 16px;
	height: 26px;
	right: -15px;
	background: url(../images/radio-btn-right.png) no-repeat center;
	background-size: contain;
}
.btn-radio input:checked + label{
	background-color: rgba(196,144,191,.8);
}
.btn-checkbox label{
	margin: 6px 0;
	padding: 2px 0 2px 24px;
	display: block;
	position: relative;
	line-height: 1.3;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(255,255,255,.2);
	transition: all .6s ease;
}
.btn-checkbox label::before{
	width: 17px;
	height: 17px;
	position: absolute;
	top: 1px;
	left: 0;
	display: block;
	background: url(../images/check.png) no-repeat 0 0;
	background-size: 17px auto;
	content: "";
}
.btn-checkbox input:checked + label{
	color: #c490bf;
}
.btn-checkbox input:checked + label::before{
	background-position: 0 -17px;
}
.flex-wrap{
	display: flex;
	flex-wrap: wrap;
}
.flex-wrap .input-btn{
	width: 50%;
}
.input-btn{
	counter-increment: num;
}
.regist-plate{
	margin: 20px auto 0;
	width: 100%;
	max-width: 325px;
	height: 137px;
	display: block;
	background: url(../images/plate.png) no-repeat center;
	background-size: auto 100%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/*--------------------------------
form
--------------------------------*/
.remaining{
    margin: 0 auto;
    padding: 4px;
    height: 32px;
    max-width: 800px;
    background: #560000;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    transition: 0.2s;
}
.remaining .progress{
    width: 0%;
    height: 32px;
    display: block;
    background: #b10000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.2s;
}
.remaining p{
	position: absolute;
	top: 9px;
	left: 4px;
	right: 4px;
	bottom: 4px;
}
.remaining span{
	color: white;
}
.remaining.fix{
	top: 0;
}
.remaining + .navbar{
	margin-top: 32px;
}
.notice-box{
    margin: 24px 16px;
    padding: 8px;
    background: #f29b76;
    text-align: center;
    color: white;
}
.form-wrapper{
    margin-bottom: 32px;
    padding: 0 16px;
}
.form-wrapper .primary-heading {
    margin: 0 0 20px;
}
.form-box{
	margin-bottom: 32px;
}
.form-label{
	display: block;
	margin-bottom: 5px;
}
input[type=text],
input[type=tel],
input[type=password],
select,
textarea{
	padding: 8px;
	width: 100%;
	height: 60px;
	background: #fff;
	position: relative;
	font-size: 16px;
}
textarea{
	resize: vertical;
	height: auto;
}
select{
	padding: 8px 20px 8px 8px;
	height: 60px;
	background: url(../images/icon-select.webp) no-repeat right center / 20px, #fff;
	border: 1px solid #ddd;
	color: black;
}
select:focus{
	background: url(../images/icon-select.webp) no-repeat right center / 20px, #ffffe5;
}
.radio-box{
	display: flex;
}
.regular-radio{
	display: none;
}
.radio-label{
	width: 50%;
	line-height: 58px;
}
.radio-label-text{
	background: #fff;
	display: block;
	transition: .3s;
	text-align: center;
	border: 1px solid #ddd;
	box-sizing: border-box;
	color: black;
}
.radio-label:nth-of-type(1) .radio-label-text{
	border-radius: 4px 0 0 4px;
	border-right: 0;
}
.radio-label:nth-of-type(2) .radio-label-text{
	border-radius: 0 4px 4px 0;
}
.regular-radio:checked + .radio-label-text{
	background: #eb739f;
	color: #fff;
}
.regular-checkbox{
	margin-bottom: 5px;
	padding: 5px;
	display: block;
	background: #eee;
	font-size: 18px;
	border: 1px solid #eb739f;
}
.regular-checkbox input:checked + .check-label{
	color: #eb739f;
}
.form-msg,
.alert-msg{
	font-size: 14px;
}
.form-box .form-msg{
	margin: 8px 0 0 0;
	line-height: 1.3;
	text-align: center;
}
.error{
	margin: 8px 0 0;
	padding: 4px;
	background: #ff6d6d;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.form-item{
	position: relative;
}
.form-border{
	margin: 0 auto;
	width: 100%;
	height: 2px;
	background: #ddd;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	transform-origin: center;
}
input[type=text]:focus + .form-border::after,
input[type=tel]:focus + .form-border::after,
input[type=password]:focus + .form-border::after,
textarea:focus + .form-border::after{
	margin: 0 auto;
	width: 0%;
	height: 2px;
	content: "";
	background: #eb739f;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	transform-origin: center;
	animation: fade-border .3s ease .1s forwards;
}
@keyframes fade-border{
	0%{width: 0%;opacity: 0;}
	100%{width: 100%;opacity: 1;}
}
.entry-btn .btn-area{
    margin: 0 0 32px;
    padding: 0;
}
.entry-btn .regist-btn{
	margin: 0;
	padding: 0 8px;
	width: 100%;
	height: 60px;
	line-height: 60px;
	filter: grayscale(1);
	pointer-events: none;
	cursor: inherit;
}
.entry-btn .regist-btn.active{
	filter: grayscale(0);
	pointer-events: auto;
	cursor: pointer;
}
.ymd-box{
	column-gap: 8px;
}
.ymd-box,
.area-box{
	display: flex;
	justify-content: space-between;
}
.ymd-box select{
	flex-shrink: 1;
}
.area-box select,
.area-box .sub-area{
	width: calc(50% - 4px);
}
.area-box .sub-area select{
	width: 100%;
	flex-shrink: 0;
}

/*--------------------------------
campaign
--------------------------------*/
.campaign h4 {border:0; font-size:14px; color:#333; text-indent:0; padding:10px 0 10px 20px;}
.campaign h5 {font-weight:normal; font-size:12px;color:#333; padding:10px 0 10px 20px;}
.campaign p{padding:0 10px 0 20px;}
.cam_msg {font-size:11px; 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:16px; 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: 5px;
	right: 5px; 
	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: #333 !important;
	color: #fff;
}
.lpprbox{
	background-color: rgb(30, 30, 30) !important;
}

/*--------------------------------
footer
--------------------------------*/
.footer{
	background:  #000;
	text-align: center;
}
.global-nav{
	border-top: 1px solid #222;
}
.nav-list{
	border-bottom: 1px solid #222;
}
.nav-link{
	height: 50px;
	display: block;
	font-size: 18px;
	color: #fff;
	line-height: 50px;
}
.copy{
	padding: 10px;
	display: block;
	line-height: 1.2;
	color: #fff;
}