/*--------------------------------
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{
	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:not([type=checkbox]),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;
}

/*--------------------------------
global element
--------------------------------*/
body{
	background: #560100;
	font-size: 14px;
	font-family: sans-serif;
	color: #fff;
	-webkit-text-size-adjust: 100%;
}
a{
	transition: .5s;
    color: #f8b551;
}
.clear{
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}
.wrap{
	margin: 0 auto;
	width: 100%;
	max-width: 750px;
	position: relative;
}
/*--------------------------------
header
--------------------------------*/
.top{
	width: 100%;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 9;
	transition: 0.2s;
}
.top.active {
    top: 32px;
}
.top.active.remove,
.top.success{
    top: 0;
}
.top-logo{
	width: 100%;
	height: 40px;
	overflow:hidden;
    background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	overflow: hidden;
	background-color: #560100;
	box-shadow: 0 2px 2px rgba(0,0,0,.2);
}
.logo-3ban span{
    width: 200px;
    margin: 0 auto;
	background: url(../images/logo-3ban.png) no-repeat right 9px;
    background-size: auto 22px;
}
.logo-4ban span{
    width: 186px;
    margin: 0 auto;
	background: url(../images/logo-4ban.png) no-repeat right 10px;
    background-size: 70px auto;
}
.logo-5ban span{
    width: 200px;
    margin: 0 auto;
	background: url(../images/logo-5ban.png) no-repeat right 9px;
    background-size: auto 22px;
}
.logo-6ban span{
    width: 200px;
    margin: 0 auto;
	background: url(../images/logo-6ban.png) no-repeat right 9px;
    background-size: auto 22px;
}
.logo-7ban span{
    width: 186px;
    margin: 0 auto;
	background: url(../images/logo-7ban.png) no-repeat right 10px;
    background-size: 70px auto;
}
.logo-8ban span{
    width: 186px;
    margin: 0 auto;
	background: url(../images/logo-8ban.png) no-repeat right 10px;
    background-size: 70px auto;
}
.logo-11ban span{
    width: 186px;
    margin: 0 auto;
	background: url(../images/logo-11ban.png) no-repeat right -10px top 10px;
    background-size: 86px auto;
}
.top h1 span,
.top p span{
	padding: 100px 0 0 0;
	display: block;
}
.js-open-nav{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/icon_gnav.png) no-repeat center;
	background-size: 44px;
	overflow: hidden;
}
.js-open-nav span{
	padding: 40px 0 0 0;
	display: block;
}
.gnav{
	display:none;
}
.gnav li{
	background: #111;
}
.gnav li a{
	padding: 10px;
	line-height: 24px;
	display: block;
	color: #fff;
	cursor: pointer;
	box-shadow: 0 1px 0 rgba(0,0,0,.5) inset;
	display: flex;
	justify-content: space-between;
}
.gnav a span:nth-of-type(1){
	font-size: 16px;
	font-family: "Sawarabi Mincho",serif;
	font-style: italic;
	font-weight: 800;
}
.gnav a span:nth-of-type(2){
	font-size: 12px;
}
.gnav li a:hover{
	background: rgba(255,255,255,.1);
}
/*--------------------------------
Contents
--------------------------------*/
.main{
	padding: 40px 0 0 0;
	width: 100%;
}
.contents{
	padding: 0 10px;
}
.intro{
	text-align: center;
	overflow: hidden;
	position: relative;
}
.intro div{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: center top;
	animation:slide 20s infinite;
	opacity: 0;
	z-index: 1;
}

.intro div:nth-of-type(1){
	animation-delay: 0s;
}
.intro div:nth-of-type(2){
	animation-delay: 5s;
}
.intro div:nth-of-type(3){
	animation-delay: 10s;
}
.intro div:nth-of-type(4){
	animation-delay: 15s;
}
.intro img{
	width: 100%;
	height: auto;
}
@keyframes slide {
    0% {opacity: 0;}
    5% {opacity: 1;}
    33% {opacity: 1;}
    38% {opacity: 0;}
}
.heading{
	padding: 0 0 10px;
	background: url(../images/heading_bg.png) no-repeat 0 center;
    background-size: auto 44px;
}
@media (min-width:472px){
    .heading{
    	background: url(../images/heading_bg.png) no-repeat 0 center,url(../images/heading_bg02.png) repeat-X 0 center;
        background-size: auto 44px;
    }
}
.heading h1{
	height: 40px;
    padding: 20px 0 10px;
	overflow: hidden;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    color: #d6000a;
    font-family: 'Georgia',HGS明朝E,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",serif;
}
.notice-head{
	background: url(../images/notice.png) no-repeat 0 0;
    background-size: auto 44px;
}
.system-head{
	background: url(../images/system.png) no-repeat 0 0;
    background-size: auto 44px;
}
.user-head{
	background: url(../images/pickupusers.png) no-repeat 0 0;
    background-size: auto 44px;
}
.faq-head{
	background: url(../images/q&a.png) no-repeat 0 0;
    background-size: auto 44px;
}
.about-head{
	background: url(../images/whatsSM.png) no-repeat 0 0;
    background-size: auto 44px;
}
.entry-head{
	background: url(../images/entry.png) no-repeat 0 0;
    background-size: auto 44px;
}
.terms-head{
	background: url(../images/terms.png) no-repeat 0 10px;
    background-size: 345px auto;
}
.heading h1.privacy-head{
	background: url(../images/privacy.png) no-repeat 0 10px;
    background-size: 345px auto;
    padding: 10px 0;
}
.heading h1 span{
    display: none;
}
.heading-alert{
    margin: -5px 0 0 ;
	line-height: 30px;
	text-align: center;
    font-size: 12px;
}


/*--------------------------------
Step
--------------------------------*/
.step{
	padding: 0;
}
.step_item{
	padding: 0;
	width: 100%;
}
.step_item p{
	margin: 10px 0;
	padding: 10px;
	line-height: 20px;
	border: 2px solid #c7c7c7;
    background: #fff;
    color: #303030;
}
.step_item figure{
	height: 60px;
	overflow: hidden;
}
.step_item:nth-of-type(1) figure span{
	background-image: url(../images/step01.png);
}
.step_item:nth-of-type(2) figure span{
	background-image: url(../images/step02.png);
}
.step_item:nth-of-type(3) figure span{
	background-image: url(../images/step03.png);
}
.step_item:nth-of-type(4) figure span{
	background-image: url(../images/step04.png);
}
.step_item figure span{
	margin: 0 auto;
	padding: 62px 0 0 0;
	display: block;
	background-repeat: no-repeat;
	background-size: auto 60px;
    background-position: center 0;
}
.step_item:nth-of-type(1) figure,
.step_item:nth-of-type(3) figure{
	background: linear-gradient(to right, #ae050d 50%,#920e14 51%);
}
.step_item:nth-of-type(2) figure,
.step_item:nth-of-type(4) figure{
	background: linear-gradient(to right, #3e3c3d 50%,#111111 51%);
}
/*--------------------------------
User
--------------------------------*/
.user{
	padding: 0;
}
.user_item{
	padding: 0 0 10px 0;
	display: flex;
	justify-content: space-between;
}
.user_item img{
	width: 70px;
	height: auto;
    border-radius: 35px;
}
.user_item .inner{
	padding: 0 0 0 10px;
}
.user_item aside li{
	display: flex;
	align-items: center;
}
.user_item aside li:nth-of-type(1){
	border-bottom: 1px solid #ddd;
}
.user_item aside p{
	padding: 0;
	border: 0;
	width: 60%;
	line-height: 30px;
	text-align: center;
}
.user_item aside span{
	width :40%;
	font-size: 11px;
	text-align: right;
}
.user_text{
	padding: 10px;
	border: 2px solid #f8b551;
	font-size: 13px;
	line-height: 20px;
    color: #666;
    background: #fff;
}
/*--------------------------------
General
--------------------------------*/
.general{
    padding: 2px;
	margin: 10px 0;
    background: linear-gradient(to right bottom,#b28850 0%, rgba(0,0,0,0) 45%, rgba(0,0,0,0) 55%, #b28850 100%);
}
.general .inner{
	padding: 10px 10px 1px;
    background: #560100;
}
.general h3{
	padding: 0 0 10px 0;
	font-size: 16px;
	line-height: 20px;
	font-family: "Sawarabi Mincho",serif;
	font-weight: 800;
    color: #f8b551;
}
.general p{
	padding: 0 0 10px 0;
	line-height: 20px;
}
.general .inner.about{
    display: flex;
}
.general .inner.about figure{
    margin: 0 10px 10px 0;
}
.general .inner.about figure img{
    display: block;
    width: 100px; 
}
.general a{
    color: #f8b551;
}
.general p.juyo{
    padding: 10px;
    margin: 0 0 10px;
}


/*--------------------------------
Button
--------------------------------*/
.regbtn{
	padding: 10px 0;
	width: 100%;
	box-shadow: 0 -2px 2px rgba(0,0,0,.2);
}
.regbtn a{
	margin: 0 auto;
	width: 300px;
	height: 60px;
	display: block;
	background: url(../images/btn_regbtn.png) no-repeat left;
	background-size: 300px 60px;
	overflow: hidden;
}
.regbtn a span{
	padding: 60px 0 0 0;
	display:block;
}

/*--------------------------------
Footer
--------------------------------*/
.footer{
	width: 100%;
	padding: 0 0 10px 0;
	text-align: center;
	clear: both;
}
.footer small{
	line-height: 18px;
}

/*--------------------------------
form
--------------------------------*/
.regist{
	margin-bottom: 24px;
	padding-top: 32px;
}
iframe{
	width: 100%;
}
.remaining{
    margin: 0 auto;
    padding: 4px;
    height: 32px;
    max-width: 750px;
    background: #560100;
    z-index: 9999;
    position: fixed;
    top: -32px;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    transition: 0.2s;
}
.remaining .progress{
    width: 0%;
    height: 32px;
    display: block;
    background: #be9c1e;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.2s;
}
.remaining p{
	position: absolute;
	top: 10px;
	left: 4px;
	right: 4px;
	bottom: 4px;
}
.remaining span{
	color: white;
}
.remaining.active {
    top: 0;
}
.remaining.active.remove,
.remaining.success{
    top: -32px;
}
.remaining + .header,
.menu.mt{
	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-box{
	margin: 16px 0 32px;
}
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;
}
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: #f8b551;
	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;
}
.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;
}
.entry-btn .regist-btn {
    filter: grayscale(1);
    pointer-events: none;
}
.entry-btn .regist-btn.active{
	filter: grayscale(0);
	pointer-events: auto;
}
.general-parts .secondary-heading{
    margin-bottom: 8px;
    padding: 0;
    background: none;
    text-align: left;
}
.general-parts .secondary-heading::after{
    display: none;
}
.form-wrapper.success {
    margin-top: 16px;
}
.entry-form .form-label {
    margin-bottom: 8px;
    padding: 8px;
    display: block;
    background: #050505;
    text-align: center;
}
.entry-btn button {
    width: 100%;
    max-width: 355px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    transform: translate3d(0,0,0);
    box-shadow: 0px 3px 0px rgb(0 0 0 / 50%);
}
.entry-btn button span {
    width: 100%;
    height: 50px;
    display: block;
    background: url(../images/entry_btn.png) no-repeat center 0;
    background-size: cover;
    text-indent: 120%;
    overflow: hidden;
    white-space: nowrap;
}

#popup{padding:10px;}
#popup article{padding:0;}
#popup article header{padding:0;}
#popup article header h1{padding:0 10px;height:50px;line-height:50px;background:#639;color:#fff;font-size:16px;}
#popup article h3,#popup article h4{padding:10px;color:#f8b551;line-height:30px;}
#popup article p{padding:10px;line-height:18px;} 
#popup .general{
	background: none;
}

/*--------------------------------
Overlay
--------------------------------*/
.js-overlay{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.8);
	z-index: 9999;
	display: none;
}
.js-close-overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 11;
	cursor: pointer;
}
.js-close-btn{
	width: 40px;
	height: 40px;
	position: absolute;
	top: -20px;
	right: -20px;
	background: url(../images/icon_close.png) no-repeat center;
	background-size: 40px;
	border-radius: 50%;
	box-shadow: 2px 2px 2px rgba(0,0,0,.4);
	transfor: translate3d(0,0,0);
	cursor: pointer;
	transition: .3s;
}
.js-close-btn:hover{
	opacity: .85;
	box-shadow: 0 0 0 rgba(0,0,0,.0);
	transfor: translate3d(0,2px,0);
}
.js-overlay section{
	margin: auto;
	position: absolute;
	top: 30px;
	right: 20px;
	bottom: 30px;
	left: 20px;
	background: #560100;
	z-index: 12;
	box-shadow: 8px 8px 8px rgba(0,0,0,.5);
	display: none;
}
.js-overlay .heading{
	margin: 0 20px;
}
.js-overlay article{
	margin: auto;
	padding: 10px;
	position: absolute;
	top: 60px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	overflow: auto;
	background-image: url(../images/bg_txt_top.png),url(../images/bg_txt_bottom.png);
	background-repeat: no-repeat,no-repeat;
	background-position: left top,right bottom;
	background-size: 300px auto,300px auto;
}
.js-overlay article h3{
	padding: 10px 0;
	font-size: 18px;
	line-height: 20px;
	border-bottom: 1px dotted #ddd;
}
.js-overlay article h4{
	padding: 10px 0;
	font-size: 16px;
	line-height: 20px;
	color: #f8b551;
}
.js-overlay article p{
	padding: 10px 0;
}

.js-overlay .general{
	background: none;
}

/* mother */
#mother{
    width: 75px;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 0;
    margin: 0 auto;
    left: 117px;
}
#mother h1{
    height: 30px;
    background-position: center center;
    background-size: auto 30px;
    text-indent: 120%;
    overflow: hidden;
    white-space: nowrap;
}

/* karamail button */
#mailButton li{display:block; width:50%; float:left;}
#mailButton li a{display:block; text-align:center; font-size:140%; padding:15px 0; text-decoration:none; color:#fff; font-weight:bold; border:1px solid #ccc;}
#mailButton li.male a{border-radius:10px 0 0 10px; -webkit-border-radius:10px 0 0 10px; -moz-border-radius:10px 0 0 10px; border-color:#006cff; text-shadow:0 -1px 1px #006cff;
background: -webkit-gradient(linear, left top, left bottom, from(#5d93ff), color-stop(0.49, #117cff), color-stop(0.5, #026dc7), to(#004c8d) );
background: -moz-linear-gradient(top, #5d93ff, #117cff 49%, #026dc7 50%, #004c8d);}
#mailButton li.female a{border-radius:0 10px 10px 0; -webkit-border-radius:0 10px 10px 0; -moz-border-radius:0 10px 10px 0; border-color:#fd1a5a; text-shadow:0 -1px 1px #fd1a5a;
background: -webkit-gradient(linear, left top, left bottom, from(#ff8ca7), color-stop(0.49, #ff577f), color-stop(0.5, #ff3363), to(#ff0c45) );
background: -moz-linear-gradient(top, #ff8ca7, #ff577f 49%, #ff3363 50%, #ff0c45);}
#mailButton li.male a:hover,#mailButton li.male a:active{border-color:#006cff; text-shadow:0 -1px 1px #107cff;
background: -webkit-gradient(linear, left top, left bottom, from(#6da3ff), color-stop(0.49, #218cff), color-stop(0.5, #127dd7), to(#105c9d) );
background: -moz-linear-gradient(top, #6da3ff, #218cff 49%, #127dd7 50%, #105c9d);}
#mailButton li.female a:hover,#mailButton li.female a:active{border-color:#fd1a5a; text-shadow:0 -1px 1px #ff2a6a;
background: -webkit-gradient(linear, left top, left bottom, from(#ff9cb7), color-stop(0.49, #ff678f), color-stop(0.5, #ff4373), to(#ff1c55) );
background: -moz-linear-gradient(top, #ff9cb7, #ff678f 49%, #ff4373 50%, #ff1c55);}

body .lpprtitle{
	background: #111;
}
body .lpprbox{
	background: rgba(0,0,0,0.2);
}


/* campaign */
.campaign h1{
	text-align: center;
	color: #fff;
}
.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:#fff; 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: 0;
    left: 0;
}
#campaign_btn a, #campaign_btn_entry a {
    width: 60px;
    height: 60px;
    display: block;
    background: url(../images/cam_btn.png) no-repeat 0 0;
        background-size: auto auto;
    text-indent: 120%;
    overflow: hidden;
    white-space: nowrap;
    background-size: contain;
}