/*--------------------------------
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,small{
	display: block;
}
ul{
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 200;
}
body{
	line-height: 1;
}
a{
	text-decoration: none;
}
img{
	vertical-align: middle;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
select,option,input,textarea,button{
	font: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border-radius: 0;
}
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
--------------------------------*/
html{
	width: 100%;
	height: 100%;
}
body{
	width: 100%;
	height: 100%;
	background: #000;
	font-size: 14px;
	font-family: sans-serif;
	color: #fff;
	-webkit-text-size-adjust: 100%;
	font-weight: 200;
	font-family: "Mplus 1p";
}
a,button{
	transition: .3s;
}
.clear{
	margin:　0;
	padding:　0;
	height:　0;
	clear:　both;
}
.wrap{
	width: 100%;
	height: 100%;
}
/*--------------------------------
header
--------------------------------*/
.top{
	width: 100%;
	height: 44px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
	background: #000;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top h1{
}
.top h1 a{
	width: 185px;
	height: 44px;
	display: block;
	transition: .3s;
	overflow: hidden;
	cursor: pointer;
	background-size: 185px 40px;
	background-repeat: no-repeat;
	background-position: 2px 2px;
}
.logo-3ban a{
	background-image: url(../images/logo-3ban.png);
}
.logo-4ban a{
	background-image: url(../images/logo-4ban.png);
}
.logo-5ban a{
	background-image: url(../images/logo-5ban.png);
}
.logo-6ban a{
	background-image: url(../images/logo-6ban.png);
}
.logo-7ban a{
	background-image: url(../images/logo-7ban.png);
}
.logo-8ban a{
	background-image: url(../images/logo-8ban.png);
}
.top h1 span{
	padding: 120% 0 0 0;
	display: block;
}
.top-btn{
	padding: 0 5px;
}
.top-btn a{
	margin: 0 auto;
	padding: 0 10px;
	height: 34px;
	background: #90c;
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	box-shadow: 0 -2px 0 rgba(0,0,0,.2) inset;
	transform: translate3d(0,0,0);
	display: flex;
	align-items: center;
	justify-content: center;
}
/*--------------------------------
Pagination
--------------------------------*/
.pagination{
	padding: 10px 0;
	width: 100%;
	position: fixed;
	bottom: 50%;
	right: 0;
	left: 0;
	text-align: center;
	z-index: 3;
}
.pagination .btn-next{
	margin: 0 auto;
	width: 40px;
	height: 40px;
	background: rgba(255,255,255,.75);
	border-radius: 50%;
	box-shadow: 1px 1px 1px rgba(0,0,0,.2);
	position: relative;
}
.pagination .btn-next::after{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 5px 0 5px;
	border-color: #b29e8f transparent transparent transparent;
	content: "";
	display: block;
	position: absolute;
	top: 17px;
	left: 15px;
}
.pagination .swiper-button-disabled{
	opacity: 0;
}
/*--------------------------------
Contents
--------------------------------*/
.swiper-container {
	margin: 0 auto;
	width: 100%;
	height: 100%;
}
.swiper-slide{
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.img1{
	background-image: url(../images/bg01.jpg);
}
.img2{
	background-image: url(../images/bg02.jpg);
}
.img3{
	background-image: url(../images/bg03.jpg);
}
.img4{
	background-image: url(../images/bg04.jpg);
}
.content .inner{
	width: 100%;
	height: 50%;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	opacity: 0;
	transition: .5s;
	z-index: 1;
	background: url(../images/bg.jpg) no-repeat center;
	background-size: cover;
}
.action .inner{
	opacity: 1;
	z-index: 2;
}
.heading{
	width: 100%;
}
.heading h1{
	padding: 0;
	font-size: 16px;
	line-height: 18px;
	font-weight: 800;
	color: #fc0;
}
.content p{
	padding: 10px 0;
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
}
@media screen and (max-width:320px) {
.content .inner{
	padding: 10px;
}
.heading h1{
	font-size: 16px;
	line-height: 18px;
}
}
@media screen and (min-width:321px) {
.content .inner{
	padding: 10px 15px;
}
.heading h1{
	font-size: 24px;
	line-height: 28px;
}
}
/*--------------------------------
Button
--------------------------------*/
.reg-btn{
	width: 100%;
	text-align: center;
}
.reg-btn a,.reg-btn button{
	margin: 0 auto;
	width: 100%;
	height: 60px;
	background: url(../images/icon_regbtn.png) no-repeat 0 0 #90c;
	background-size: 105px 60px;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	box-shadow: 0 -4px 0 rgba(0,0,0,.2) inset;
	transition: .2s;
	transform: translate3d(0,0,0);
	display: flex;
	align-items: center;
	justify-content: center;
}
.reg-btn a span,.reg-btn button span{
	padding: 0 10px 0 105px;
	position: relative;
	line-height: 20px;
}
/*--------------------------------
Form
--------------------------------*/
.entry-form{
	width: 100%;
	min-height: 100vh;
	font-weight: 400;
	background: url(../images/bg.jpg) no-repeat center #000;
	background-size: cover;
}
.entry-head{
	width: 100%;
}
.entry-head a{
	margin: 0 auto;
	width: 185px;
	height: 44px;
	display: block;
	transition: .3s;
	overflow: hidden;
	cursor: pointer;
	background-size: 185px 40px;
	background-position: 0 2px;
}
.entry-head a span{
	padding: 120% 0 0 0;
	display: block;
}
.entry-form .inner{
	padding: 20px 10px;
}
.form-label{
	width: 100%;
	line-height: 20px;
	background: #609;
	color: #fff;
	font-size: 12px;
	text-align: center;
	display: block;
}
.form-item{
	padding: 0 0 10px 0;
	position: relative;
}
.entry-form .form-item p{
	padding: 0;
}
.alert{
	margin: 0 0 5px 0;
	padding: 10px;
	font-size: 12px;
	line-height: 16px;
	background: #eee;
	color: #333;
}
.alert a{
	color: #39c;
}
.entry-form .form-item .radio-box{
	padding: 10px 0 0 0;
	display: flex;
	align-items: center;
	color: #333;
}
.radio-label{
	width: 100%;
	display: flex;
	align-items: center;
	color: #fff;
}
.radio-label span{
	width: 50%;
	flex-grow: 1;
	text-align: center;
}
.error{
	margin: 0 0 5px 0;
	line-height: 20px;
	background: #900;
	font-size: 12px;
	color: #fff;
	text-align: center;
	position: relative;
}
.error::after{
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 10px 6px;
	border-color: transparent transparent #900 transparent;
	content: "";
	position: absolute;
	top: -10px;
	right: 0;
	left: 0;
}
.general h3{
	border-bottom: 1px dotted #ccc;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
}
.general p{
	padding: 10px 0;
	font-size: 14px;
	line-height: 18px;
}
.general .important{
	margin: 10px 0 0 0;
	padding: 20px;
	border: 2px solid #90c;
	font-size: 14px;
}
.important span{
	margin: 0 0 5px 0;
	line-height: 30px;
	display: block;
	border-bottom: 4px solid #90c;
	font-size: 18px;
}
.important a{
	text-decoration: underline;
	word-wrap: break-word;
	color: #39c;
}
/*--------------------------------
Form parts
--------------------------------*/
input[type="text"]{
	padding: 10px;
	width: 100%;
	height: 40px;
	line-height: 20px;
	background: #fafafa;
	font-size: 14px;
	position: relative;
	border: 1px solid #ddd;
	border-radius: 0;
}
select{
	padding: 0 10px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: url(../images/icon_select.png) no-repeat right #fafafa;
	background-size: 30px 40px;
	font-size: 16px;
	position: relative;
	border: 1px solid #ddd;
}
select:-moz-focusring {
	color: transparent;
	text-shadow: 0px 0px 0px #000;
}
textarea{
	padding: 10px;
	width: 100%;
	height: 100px;
	background: #fafafa;
	font-size: 14px;
	position: relative;
	display: block;
	border: 1px solid #ddd;
}
input[type="radio"]{
	width: 36px;
	height: 36px;
	border: 5px solid #fff;
	border-radius: 50%;
	position: relative;
	background: #eee;
	flex-shrink: 0;
	box-shadow: 1px 1px 1px rgba(0,0,0,.2);
}
input[type="radio"]:checked::after{
	width: 26px;
	height: 26px;
	background: #f90;
	border-radius: 50%;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
}
/*--------------------------------
Footer
--------------------------------*/
.copy{
	width: 100%;
}
.copy small{
	padding: 20px 0;
	width: 100%;
	font-size: 12px;
	text-align: center;
}
.nav-link {
    color: white;
    text-decoration: underline;
}
.nav-list {
    margin-bottom: 10px;
    text-align: center;
}
.copy {
    margin-bottom: 10px;
    text-align: center;
}
.general-section {
    margin-top: 44px;
    padding: 10px 15px;
}
.content-body h3 {
    margin: 10px 0;
    font-weight: bold;
    color: #fc0;
}
.content-body p{
    margin: 10px 0 20px;
}
/*--------------------------------
PopUp
--------------------------------*/
#popup{padding:10px;background:#f0f0f0;color:#333;}
#popup article{padding:0;background:#fff;}
#popup article header{padding:0;}
#popup article header h1{padding:0 10px;height:50px;line-height:50px;background:#f90;color:#fff;font-size:16px;}
#popup article h3,
#popup article h4{padding:10px;color:#f90;line-height:30px;}
#popup article p,
#popup article ul{padding:10px;line-height:18px;color:#666;} 

/* campaign */
.campaign {font-weight:300;}
.campaign h4 {border:0; font-size:14px; color:#333; text-indent:0; padding:10px 10px 10px 20px;font-weight:300;}
.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{
	position: absolute;
	top: 40px;
	right: 0px; 
}
#campaign_btn_entry {
	position: absolute;
	top: 0px;
	right: 0px; 
}

#campaign_btn a,
#campaign_btn_entry a {
	width: 65px;
	height: 65px;
	display: block;
	background: url(../images/cam_btn.png) no-repeat 0 0;
	text-indent: 120%;
	overflow: hidden;
	white-space: nowrap;
	background-size: contain;
}

/* pr */
body{
	margin-bottom: 0 !important;
}
body #pr{
	position: static;
	margin: 10px 0 0;
}
