@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.4rem;
	color: white;
}
a{
	color: #00a0e9;
}
img{
	max-width: 100%;
}
h2,h3{
    line-height: 1.4;
}
.wrap{
	margin: 0 auto;
	max-width: 750px;
	overflow: hidden;
}
.text{
	margin: 0 16px 16px;
}
.primary-heading{
    margin: 24px 56px 32px;
    padding: 8px;
    position: relative;
    background: -webkit-linear-gradient(-125deg, rgba(148,148,148,1) 30%,rgba(255,255,255,1) 50%,rgba(148,148,148,1) 70%);
    background: linear-gradient(-125deg, rgba(148,148,148,1) 30%,rgba(255,255,255,1) 50%,rgba(148,148,148,1) 70%);
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: black;
}
.primary-heading::after{
    margin: auto;
    width: 1px;
    content: "";
    border: solid 8px transparent;
    border-top: solid 14px #e3e3e3;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -22px;
}
.secondary-heading,
.content-body h3,
.form-label{
    margin: 0 0 8px;
    padding-left: 16px;
    display: block;
    position: relative;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.4;
}
.secondary-heading::before,
.content-body h3::before,
.form-label::before{
    width: 11px;
    height: 100%;
    content:"";
    background: -webkit-linear-gradient(-125deg, rgba(148,148,148,1) 0%,rgba(255,255,255,1) 50%,rgba(148,148,148,1) 100%);
    background: linear-gradient(-125deg, rgba(148,148,148,1) 0%,rgba(255,255,255,1) 50%,rgba(148,148,148,1) 100%);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-radius: 4px;
}
.btn-area{
    margin: 32px 16px;
}
.regist-btn{
	padding: 10px 28% 12px 8px;
	width: 100%;
	min-height: 77px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background: url("../images/btn-bg.png")no-repeat right top / 47%, #7d0000;
	border: solid 2px white;
	border-radius: 6px;
	text-align: left;
}
.regist-btn .btm{
    margin-top: 4px;
    padding-right: 11%;
}
.btn-area.fix{
    margin: 0 auto 16px;
    padding: 0 16px;
    max-width: 750px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 1s ease-out;
    z-index: 9999;
}
.mbr{
	display: none;
}

/*--------------------------------
header
--------------------------------*/
.logo-3ban{
	background-image: url("../images/logo.png"),url(../images/3ban.png);
}
.logo-4ban{
	background-image: url("../images/logo.png"),url(../images/4ban.png);
}
.logo-5ban{
	background-image: url("../images/logo.png"),url(../images/5ban.png);
}
.logo-6ban{
	background-image: url("../images/logo.png"),url(../images/6ban.png);
}
.logo-7ban{
	background-image: url("../images/logo.png"),url(../images/7ban.png);
}
.logo-8ban{
	background-image: url("../images/logo.png"),url(../images/8ban.png);
}
.logo-10ban{
	background-image: url("../images/logo.png"),url(../images/10ban.png);
}
.navbar .logo-3ban{
	background-image: url("../images/navbar-logo.png"),url(../images/3ban.png);
}
.navbar .logo-4ban{
	background-image: url("../images/navbar-logo.png"),url(../images/4ban.png);
}
.navbar .logo-5ban{
	background-image: url("../images/navbar-logo.png"),url(../images/5ban.png);
}
.navbar .logo-6ban{
	background-image: url("../images/navbar-logo.png"),url(../images/6ban.png);
}
.navbar .logo-7ban{
	background-image: url("../images/navbar-logo.png"),url(../images/7ban.png);
}
.navbar .logo-8ban{
	background-image: url("../images/navbar-logo.png"),url(../images/8ban.png);
}
.navbar .logo-10ban{
	background-image: url("../images/navbar-logo.png"),url(../images/10ban.png);
}
.logo{
    margin: auto;
    max-width: 750px;
    overflow: hidden;
    text-indent: -300%;
    background-position: center,right 8px bottom 8px;
    background-size: 92%,33%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.navbar{
    padding: 8px 16px;
    background: url("../images/header-bg.jpg") no-repeat center;
    background-size: cover;
}
.navbar .logo{
    background-position: left,right;
    background-size: contain;
    position: inherit;
}
.navbar-link{
    display: block;
}
.remaining {
    margin: 0 auto;
    padding: 4px;
    height: 32px;
    max-width: 750px;
    background: #001b34;
    z-index: 9999;
    position: fixed;
    top: -60px;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    transition: 0.2s;
}
.remaining .progress{
    width: 0%;
    height: 32px;
    display: block;
    background: #0054a5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.2s;
}
.remaining p{
	position: absolute;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
}
.remaining.fix{
	top: 0;
}
/*--------------------------------
contents
--------------------------------*/
.hero{
    position: relative;
}
.hero .ul .li:nth-child(1){
    animation: fade_slide1 8s linear infinite;
}
.hero .ul .li:nth-child(2){
    animation: fade_slide2 8s linear infinite;
}
.hero .ul .li:nth-child(3){
    animation: fade_slide3 8s linear infinite;
}
.hero .ul .li:nth-child(4){
    animation: fade_slide4 8s linear infinite;
}
.hero .ul .li:nth-child(2),
.hero .ul .li:nth-child(3),
.hero .ul .li:nth-child(4){
    position: absolute;
    top: 0;
    z-index: -1;
}
@keyframes fade_slide1{
    0%, 7%{ opacity: 1 }
    12%, 82%{ opacity: 0 }
    87%, 100%{ opacity: 1 }
}
@keyframes fade_slide2{
    0%, 7%{ opacity: 0 }
    12%, 32%{ opacity: 1 }
    37%, 100%{ opacity: 0 }
}
@keyframes fade_slide3{
    0%, 32%{ opacity: 0 }
    37%, 58%{ opacity: 1 }
    63%, 100%{ opacity: 0 }
}
@keyframes fade_slide4{
    0%, 58%{ opacity: 0 }
    63%, 82%{ opacity: 1 }
    87%, 100%{ opacity: 0 }
}
.about{
    padding: 16px 0 8px;
    background: url("../images/about.png") no-repeat right -25px center / auto 95%, url("../images/about-bg.jpg") top center / cover;
    overflow: hidden;
}
.about .primary-heading{
    margin: 0 16px 16px;
    padding: 0;
    background: none;
    text-align: left;
    text-shadow: 0 0 4px #ffffcc,0 0 4px #ffffcc,0 0 4px #ffffcc,0 0 4px #ffffcc,0 0 4px #ffffcc,0 0 4px #ffffcc,0 0 4px #ffffcc,0 0 4px #ffffcc,0 0 4px #ffffcc;
    color: #cc0000;
}
.about .primary-heading::after{
	display: none;
}
.about .primary-heading .st{
    position: relative;
    font-size: 3.0rem;
}
.about .primary-heading .st::after{
	content: "";
	width: 100%;
	height: 2px;
	background: #cc0000;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -3px;
    box-shadow:0 0 4px #ffffcc, 0 0 4px #ffffcc, 0 0 4px #ffffcc, 0 0 4px #ffffcc, 0 0 4px #ffffcc, 0 0 4px #ffffcc, 0 0 4px #ffffcc, 0 0 4px #ffffcc, 0 0 4px #ffffcc
}
.about .text{
	text-shadow: 1px 2px 4px black,1px 2px 4px black,1px 2px 4px black,1px 2px 4px black,1px 2px 4px black;
}
.point{
    padding: 24px 0 8px;
    background: url("../images/point-bg.jpg") top center / cover;
    overflow: hidden;
    text-align: center;
}
.point .text .st{
    font-weight: bold;
    color: #ff0000;
}
.point .text.big{
    text-shadow:0px 2px 1px white,0px 1px 1px white,1px 1px 1px white,1px 0px 1px white,2px 0px 1px white,1px -1px 1px white,1px -2px 1px white,0px -2px 1px white,-1px -2px 1px white,-2px -2px 1px white,-2px -1px 1px white,-2px 0px 1px white,-2px 1px 1px white,-1px 1px 1px white;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    color: black;
}
.point .text.big .st{
    margin-bottom: 2px;
    font-size: 2.1rem;
    color: #cc0000;
}
.point .text.big .st .big{
    font-size: 3rem;
    line-height: 1.0;
}
.howto .secondary-heading{
    margin: 0 16px 3px;
    padding: 0;
}
.howto .secondary-heading::before{
	display: none;
}
.howto .number{
    padding: 1px 7px 1px 6px;
    background: -webkit-linear-gradient(-125deg, rgba(148,148,148,1) 0%,rgba(255,255,255,1) 50%,rgba(148,148,148,1) 100%);
    background: linear-gradient(-125deg, rgba(148,148,148,1) 0%,rgba(255,255,255,1) 50%,rgba(148,148,148,1) 100%);
    border-radius: 4px;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: bold;
    color: black;
}
.howto .text{
    margin: 0 0 0 4px;
}
.howto .li{
    margin-bottom: 24px;
}
.howto-box{
    margin: 0 16px 24px;
    padding: 12px;
    border: solid 1px #cc0000;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
}
.howto-box .text{
    margin: 0;
}
.howto-box .st{
    color: #cc0000;
}
.content-body{
	padding: 0 16px;
}
.content-body p,
.general-parts .note{
	margin-bottom: 24px;
}
.disc li{
	margin: 0 0 8px;
	padding-left: 8px;
	border-left: 1px solid #ffffff;
}
.disc li:last-child{
	margin-bottom: 24px;
}
.general .ex{
    display: block;
    line-height: 1.6;
}
.general .ex:last-child{
    margin-bottom: 4%;
}
.general h4{
    margin-bottom: 4px;
    padding-bottom: 4px;
    border-bottom: solid 1px;
    font-weight: normal;
    color: #ffffff;
}
.general-parts{
    margin: 0 16px;
}

/*--------------------------------
form
--------------------------------*/
.form-wrapper{
	margin-bottom: 32px;
}
.form-box{
	margin-top: 24px;
	padding: 0 16px;
}
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;
}
select{
	padding-right: 40px;
	background: url(../images/icon-select.png) no-repeat right center #fff;
	background-size: 40px;
}
.radio-box{
	padding: 4px 0 0 0;
	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;
	box-sizing: border-box;
	color: #333;
}
.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: #900;
	color: #fff;
}
.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;
	padding: 0 16px;
	font-size: 1.2rem;
}
.error{
	padding: 5px 5px 5px 14px;
	background: #d00;
	color: #fff;
	border-radius: 2px;
}
.entry-btn .regist-btn span{
    position: relative;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4;
    color: #ffffff;
}
.entry-btn .regist-btn span::before,
.entry-btn .regist-btn span::after{
    margin: auto;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
}
.entry-btn .regist-btn span::before{
    width: 24px;
    height: 24px;
    background: #ffffff;
    border-radius: 100px;
    right: -28px;
}
.entry-btn .regist-btn span::after{
    height: 1px;
    border: solid 6px transparent;
    border-left: solid 10px #a40000;
    right: -28px;
}
.entry-desc{
	padding: 40% 0 0 0;
	background: url(../images/bg_entry_top.jpg) no-repeat center top;
	background-size: 100% auto;
}
.entry-desc-txt{
	padding: 0 16px;
	font-size: 2rem;
	line-height: 2.4rem;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 75%);
}
@media screen and (max-width:320px){
	.entry-desc-txt{
		font-size: 1.4rem;
		line-height: 2rem;
	}
}
.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: #900;
	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;}
}
.ymd-box,.area-box{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.ymd-box select{
	width: 32%;
	flex-shrink: 0;
}
.area-box select,.area-box .sub-area{
	width: 49%;
	flex-shrink: 0;
}
.area-box .sub-area select{
	width: 100%;
	flex-shrink: 0;
}
.entry-btn{
	padding: 16px 16px 0 16px;
    margin-bottom: 32px;
}
.entry-btn .btn-area{
    margin: 0 0 24px;
}
.close .regist-btn::after{
    width: 20px;
    height: 6px;
    background: #6699cc;
    border: none;
    right: 21px;
    transform: rotate(45deg);
}
.form-wrapper .regist-btn{
	filter: grayscale(1);
	pointer-events: none;
}
.form-wrapper .regist-btn.active{
	filter: grayscale(0);
	pointer-events: auto;
}
/*--------------------------------
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: #949494!important;
	color: #fff;
}

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

/*--------------------------------
media query iphone se
--------------------------------*/
@media screen and (max-width:320px){
	.mbr{
		display: block;
	}
	.primary-heading{
		margin: 24px 48px 32px;
	}
	.regist-btn{
		padding: 7px 28% 8px 8px;
		min-height: 64px;
	}
}
/*--------------------------------
media query tablet
--------------------------------*/
@media screen and (min-width:768px){
	body{
		font-size: 2.8rem;
	}
	.text{
		margin: 0 32px 32px;
	}
	.primary-heading{
		margin: 48px 128px 56px;
		padding: 16px;
		font-size: 4.2rem;
	}
	.primary-heading::after{
		border: solid 14px transparent;
		border-top: solid 26px #e3e3e3;
		bottom: -40px;
	}
	.secondary-heading,
	.content-body h3,
	.form-label{
		margin: 0 0 16px;
		padding-left: 24px;
		font-size: 3.2rem;
	}
	.logo{
		background-position: center,right 16px bottom 16px;
		background-size: 690px,249px;
	}
	.about{
		padding: 32px 0 16px;
		background: url(../images/about.png) no-repeat right -22px center / auto 96%, url(../images/about-bg.jpg) top center / cover;
	}
	.about .primary-heading{
		margin: 0 32px 32px;
		text-shadow: 0 0 6px #ffffcc, 0 0 6px #ffffcc, 0 0 6px #ffffcc, 0 0 6px #ffffcc, 0 0 6px #ffffcc, 0 0 6px #ffffcc, 0 0 6px #ffffcc, 0 0 6px #ffffcc, 0 0 6px #ffffcc;
	}
	.about .primary-heading .st{
		font-size: 6.6rem;
	}
	.about .primary-heading .st::after{
		height: 4px;
	}
	.about .text{
		text-shadow: 1px 2px 4px black,1px 2px 4px black,1px 2px 4px black,1px 2px 4px black,1px 2px 4px black;
	}
	.point{
		padding: 48px 0 16px;
	}
	.point .text.big{
		text-shadow: 0px 3px 1px white,0px 2px 1px white,1px 2px 1px white,2px 2px 1px white,2px 1px 1px white,2px 0px 1px white,3px 0px 1px white,2px -1px 1px white,2px -2px 1px white,2px -3px 1px white,1px -3px 1px white,0px -3px 1px white,-1px -3px 1px white,-2px -3px 1px white,-3px -3px 1px white,-3px -2px 1px white,-3px -1px 1px white,-3px 0px 1px white,-3px 1px 1px white,-3px 2px 1px white,-2px 2px 1px white,-1px 2px 1px white;
		font-size: 3.6rem;
	}
	.point .text.big .st{
		font-size: 4.4rem;
	}
	.point .text.big .st .big{
		font-size: 5.2rem;
	}
	.howto .secondary-heading{
		margin: 0 32px 6px;
	}
	.howto .number{
		padding: 4px 13px;
		border-radius: 8px;
	}
	.howto .text{
		margin: 0 0 0 8px;
	}
	.howto .li{
		margin-bottom: 60px;
	}
	.howto-box{
		margin: 0 32px 48px;
		padding: 24px;
		border: solid 2px #cc0000;
		font-size: 4rem;
	}
	.nav-link,
	.copy{
		font-size: 2.2rem;
	}
	.btn-area{
		margin: 64px;
	}
	.btn-area.fix{
		margin: 0 auto 64px;
		padding: 0 64px;
	}
	.regist-btn{
		padding: 22px 28% 24px 12px;
		min-height: 148px;
		border: solid 3px white;
		border-radius: 12px;
	}
	.regist-btn .btm{
		padding-right: 48px;
	}
	.content-body{
		padding: 0 32px;
	}
	.content-body p,
	.general-parts .note{
		margin-bottom: 48px;
	}
	.disc li{
		margin: 0 0 16px;
		padding-left: 16px;
		border-left: 4px solid #ffffff;
	}
	.disc li:last-child{
		margin-bottom: 48px;
	}
	.form-wrapper{
		margin-bottom: 64px;
	}
	.form-box{
		margin-top: 48px;
		padding: 0 32px;
	}
	.form-label{
		margin-bottom: 16px;
		font-size: 2.8rem;
	}
	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.png) no-repeat right center #fff;
		background-size: 60px;
	}
	.form-item.normal-radio .radio-label{
		font-size: 2.4rem;
	}
	.form-msg{
		font-size: 1.8rem;
	}
	.alert-msg{
		padding: 0 32px;
		font-size: 1.8rem;
	}
	form .regist-btn{
		padding: 16px 40% 16px 24px;
		font-size: 4rem;
	}
	.entry-btn .regist-btn span{
		font-size: 4.3rem;
	}
	.entry-btn .regist-btn span::before{
		width: 44px;
		height: 44px;
		right: -54px;
	}
	.entry-btn .regist-btn span::after{
		border: solid 10px transparent;
		border-left: solid 18px #a40000;
		right: -53px;
	}
	.general-parts{
		margin: 0 32px;
	}
	.general-parts .form-msg{
		font-size: 2.8rem;
	}
	.general-parts .note{
		margin-bottom: 32px;
	}
	.remaining{
		padding: 8px;
		height: 50px;
	}
	.remaining .progress{
		height: 50px;
	}
}