/*--------------------------------
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:not([type=checkbox]):not([type=radio]),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
--------------------------------*/
html{
	width: 100%;
	height: 100%;
}
body{
	width: 100%;
	height: 100%;
	background: #000;
	font-size: 16px;
	line-height: 1.4;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	color: #000;
	-webkit-text-size-adjust: 100%;
	font-weight: 200;
}
img{
	max-width: 100%;
}
a,button{
	transition: .3s;
}
.clear{
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}
.wrap{
	width: 100%;
	min-width: 1024px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: auto;
}
/*--------------------------------
header
--------------------------------*/
.navbar{
	width: 50%;
	min-width: 512px;
	height: 130px;
	background: url(../images/header-bg.jpg) no-repeat center;
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	pointer-events: none;
}
.navbar-link{
	height: 130px;
	display: block;
	position: relative;
	z-index: 9999;
	cursor: pointer;
	pointer-events: auto;
}
.logo-link{
    height: 85px;
    display: block;
    text-indent: -200%;
    position: relative;
    z-index: 9999;
}
.logo-link{
    pointer-events: auto;
}
.navbar h1{
	width: 100%;
	height: 139px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	transition: .3s;
	overflow: hidden;
	background-size: 200px;
	background-repeat: no-repeat;
	background-position: center right 20px;
	text-indent: -300%;
}
.navbar h1 a{
	width: 100%;
	height: 85px;
	display: block;
	position: absolute;
	left: 0;
}
.logo-img{
    width: 316px;
    position: fixed;
    top: 2%;
    left: 2%;
    z-index: 5;
}
.logo-3ban{
	background-image: url(../images/logo-3ban.png);
}
.logo-4ban{
	background-image: url(../images/logo-4ban.png);
}
.logo-5ban{
	background-image: url(../images/logo-5ban.png);
}
.logo-6ban{
	background-image: url(../images/logo-6ban.png);
}
.logo-7ban{
	background-image: url(../images/logo-7ban.png);
}
.logo-8ban{
	background-image: url(../images/logo-8ban.png);
}
.logo-10ban{
	background-image: url(../images/logo-10ban.png);
}
.logo-11ban{
	background-image: url(../images/logo-11ban.png);
}
.top h1 span{
	padding: 120% 0 0 0;
	display: block;
}

/*--------------------------------
menu
--------------------------------*/
.cp_offcm01{
	position: fixed;
	top: 20px;
	right: 20px;
	display: inline-block;
	z-index: 9999;
	transition: all 1s ease-out;
	cursor: pointer;
	pointer-events: auto;
}
.entry-form .cp_offcm01{
    right: 37px;
}
.top .cp_offcm01{
	top: 2%;
}

/* menu */
.cp_menu{
	margin: auto;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: 0.53s transform;
	transition: 0.53s transform;
	-webkit-transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	background-color: rgba(0,0,0,0.75);
	display: none;
	z-index: 3;
}
.cp_menu-ul{
	margin: 0 auto;
	padding: 0;
	width: 50%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-flow: column;
}
.cp_menu-ul{
}
.cp_menu-li{
	margin-bottom: 4%;
	display: block;
	text-decoration: none;
	color: #1a1a1a;
	list-style: none;
}
.cp_menu-li:last-child{
	margin-bottom: 0;
}
.cp_menu li a{
	padding: 20px 40px 20px 20px;
	display: block;
	border: solid 1px;
	position: relative;
	text-align: center;
	color: white;
	cursor: pointer;
	font-size: 1.6rem;
	line-height: 1.4;
}
.cp_menu li a::after{
	margin: auto;
	height: 1px;
	content: "";
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	border: solid 8px transparent;
	border-left: solid 10px white;
}
.cp_menu li a#back{
	padding: 20px 20px 20px 40px;
}
.cp_menu li a#back::after{
	left: 10px;
	right: inherit;
	border: solid 8px transparent;
	border-right: solid 10px white;
}
.cp_menu li.strong a{
    background: #f39800;
}
.cp_menu li a.play-btn{
	height: 204px;
}
.play-text{
    height: 45px;
    display: flex;
    align-items: center;
}
.cp_offcm01 #cp_toggle01{
	position: absolute;
	display: none;
	opacity: 0;
}
.cp_menu .ul-inner{
    margin-left: 7px;
    padding: 0 0 0 30px;
    position: relative;
    top: -4px;
}
.cp_menu .li-inner{
    margin-bottom: 10px;
    background: none;
    box-shadow: none;
}
.cp_menu .li-inner:last-child{
	background: none;
	box-shadow: none;
}
.cp_menu .ul-inner::before{
    content: "";
    width: 1px;
    height: 133px;
    position: absolute;
    top: 0;
    left: 0;
    background: #f8b551;
}
.cp_menu .li-inner::before,
.cp_menu .li-inner::after{
    margin: auto;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background: #f8b551;
    border: none;
}
.cp_menu .li-inner::before{
    width: 13px;
    height: 1px;
    position: absolute;
    left: -30px;
}

.cp_menu .li-inner:nth-child(2)::before,
.cp_menu .li-inner:nth-child(3)::before,
.cp_menu .li-inner:nth-child(4)::before,
.cp_menu .li-inner:nth-child(5)::before{
    background: #f8b551;
}
.cp_menu .li-inner::after{
    width: 5px;
    height: 5px;
    left: -16px;
}

.cp_offcm01 #cp_toggle01 ~ label{
	width: 90px;
	height: 90px;
	display: block;
	position: relative;
	cursor: pointer;
	background: #f39800;
	border-radius: 5px;
	-webkit-transition: 0.5s transform;
	transition: 0.5s transform;
	text-align: center;
	color: #333333;
}
.cp_offcm01 #cp_toggle01 ~ label > span{
	margin: auto;
	height: 100%;
	display: block;
	position: relative;
	left: 0;
	right: 0;
	width: 75%;
	height: 10px;
	background-color: #ffffff;
	border-radius: 4px;
	-webkit-transition: 0.53s transform;
	transition: 0.53s transform;
}
.cp_offcm01 #cp_toggle01 ~ label > span.menu-label{
    width: 100%;
    height: 11px;
    background: none;
    box-shadow: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 14px;
    font-size: 16px;
    text-align: center;
    color: white;
}
.cp_offcm01 span:nth-of-type(1){
	top: 10px;
}
.cp_offcm01 span:nth-of-type(2){
	top: 19px;
}
.cp_offcm01 span:nth-of-type(3){
	bottom: -28px;
}
.cp_offcm01.close span:nth-of-type(1){
  -webkit-transform: translateY(19px) rotate(-315deg);
  transform: translateY(19px) rotate(-315deg);
}
.cp_offcm01.close span:nth-of-type(2){
  opacity: 0;
}
.cp_offcm01.close span:nth-of-type(3){
  -webkit-transform: translateY(-19px) rotate(315deg);
  transform: translateY(-19px) rotate(315deg);
}

.cp_menu .fit-img{
    margin: 0 4px;
    width: 6%;
}
.cp_menu ul.cp_contents-ul{
    display: none;
}
.cp_menu .cp_contents-li{
    margin: 0;
    height: 100%;
    display: none;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-flow: column;
}
.cp_head{
    margin-right: 70px;
    flex: 0 0 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    line-height: 1.4;
    text-align: center;
}
.cp_contents-li#info .content-body p{
    margin-bottom: 0;
}
.cp_menu .cp_contents-li .content-body{
    margin: 4% 0;
    padding: 4%;
    overflow-y: scroll;
    color: #1a1a1a;
    background: white;
}
.cp_offcm01 span.cross:nth-of-type(1){
	margin: auto;
    display: block;
    width: 50px;
    height: 50px;
    background: none;
    position: relative;
    top: 7px;
}
.cross::before, .cross::after{
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #fff;
    transform: rotate(45deg);
    transform-origin:0% 50%;
    position: absolute;
    top: calc(14% - 5px);
    left: 14%;
}
.cross::after{
    transform: rotate(-45deg);
    transform-origin:100% 50%;
    left: auto;
    right: 14%;
}

/*--------------------------------
Pagination
--------------------------------*/
.pagination{
	padding: 10px 0;
	width: 50%;
	position: fixed;
	bottom: 0;
	right: 0;
	text-align: center;
	z-index: 2;
}
.pagination .btn-next{
	margin: 0 auto;
	width: 148px;
	height: 191px;
	background: url("../images/tap.png")no-repeat;
	background-size: 100%;
	cursor: pointer;
}
.pagination .swiper-button-disabled,
.pagination .btn-next.swiper-button-disabled:hover{
	opacity: 0;
	pointer-events: none;
}

/*--------------------------------
Contents
--------------------------------*/
.swiper-container{
	margin: 0 auto;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
}
.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{
	padding: 130px 20px 40px 20px;
	width: 50%;
	min-width: 512px;
	position: fixed;
	top: 0;
	bottom: 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 #000;
	background-size: cover;
}
.content.action{
    opacity: 1;
    z-index: 2;
}
.content .inner{
    width: 100%;
    min-height: 0%;
}
.content .inner img{
    width: 100%;
    max-width: inherit;
    height: auto;
}
.action .inner{
	opacity: 1;
	z-index: 2;
}
.heading h1{
    margin: 15px;
    padding: 10px;
    background: #3f9deb;
    font-size: 1.8rem;
    font-weight: 800;
    color: #ffffff;
}
.content-body p{
	margin: 0 15px 15px;
}
.content p{
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
}
.pr{
	padding: 0 40px 0 80px;
	width: 100%;
	display: block;
	position: absolute;
	right: 0px;
	bottom: 20px;
	text-align: center;
}

/*--------------------------------
Button
--------------------------------*/
.reg-btn{
	width: 100%;
	text-align: center;
}
.swiper-container .reg-btn{
    margin: 15px 0;
    padding: 0;
    text-align: center;
    border-radius: 0;
    z-index: 2;
}
.reg-btn a,.reg-btn button{
	margin: 0 auto;
	width: 100%;
	background: url(../images/btn-bg.png) no-repeat bottom,-webkit-linear-gradient(top, rgba(205,248,251,1) 5%,rgba(11,169,220,1) 95%);
	background: url(../images/btn-bg.png) no-repeat bottom, linear-gradient(to bottom, rgba(205,248,251,1) 5%,rgba(11,169,220,1) 95%);
	background-size: 100%,100%;
	box-shadow: inset 0 -4px 1px -1px rgb(10 70 111 / 50%), inset 0 4px 1px -1px rgba(171,245,251,1);
	border: solid 2px #0066cc;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.reg-btn a span{
	padding: 12px 144px 12px 8px;
	min-height: 147px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	line-height: 20px;
}
.reg-btn a span img:last-child{
	margin-top: 5px;
}
.reg-btn a .enter{
	margin: auto;
	padding: 0;
	width: 120px;
	position: absolute;
	top: -15px;
	right: 10px;
	bottom: 0;
	line-height: inherit;
}
.disc li{
	margin: 10px 0;
	padding-left: 5px;
	line-height: 1.6;
	border-left: 4px solid #3f9deb;
}

.general .ex{
    display: block;
    line-height: 1.6;
}
.general .ex:last-child{
    margin-bottom: 4%;
}
.general h4{
	margin: 10px 0 0;
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1.4;
	color: #3f9deb;
}

/*--------------------------------
Form
--------------------------------*/
.entry-form{
	padding-top: 141px;
	width: 50%;
	min-width: 512px;
	min-height: 100vh;
	font-weight: 400;
	background: url(../images/bg.jpg) no-repeat center #000;
	background-size: cover;
	overflow: hidden;
}
.another .entry-form{
	background: white;
}
.entry-form .top{
    width: 100%;
    position: relative;
    z-index: 0;
}
.entry-head{
	width: 100%;
	height: 70px;
}
.entry-head a{
	margin: 0 auto;
	width: 100%;
	height: 120px;
	display: block;
	transition: .3s;
	overflow: hidden;
	cursor: pointer;
	background-size: 315px,180px;
	background-repeat: no-repeat;
	background-position: top left,top 11px right 15px;
}
.entry-head a span{
	padding: 120% 0 0 0;
	display: block;
}
.entry-form .inner{
	padding: 15px 15px 20px;
}
.form-label{
	width: 180px;
	line-height: 40px;
	background: #3f9deb;
	color: #fff;
	font-size: 18px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}
.form-item{
	padding: 0 0 10px 0;
	position: relative;
}
.entry-form .form-item p{
	padding: 0px 0 0 190px;
}
.entry-form .form-item p.alert{
    padding: 10px;
}
.regular-checkbox{
	padding: 10px;
	display: block;
	background: #fafafa;
	font-size: 16px;
	border: solid #ddd;
	border-width: 1px 1px 0 1px;
}
.alert{
	margin: 0 0 10px 0;
	padding: 10px;
	font-size: 15px;
	line-height: 1.4;
	background: #fafafa;
	color: #333;
}
.alert a{
	color: #39c;
}
.radio-box{
	padding: 0 0 0 190px;
	display: flex;
	align-items: center;
	color: #fff;
}
.radio-label{
	width: 100%;
	display: flex;
	align-items: center;
	color: black;
}
.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{
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    background: #3f9deb;
    color: #fff;
    font-size: 16px;
}
.general p{
	margin-bottom: 20px;
	padding: 10px 0;
	font-size: 16px;
	line-height: 1.6;
}
.general .important{
    margin: 10px 0 0 0;
    padding: 20px;
    background: white;
    border: 2px solid #3f9deb;
    font-size: 14px;
}
.general .ex{
    display: block;
    font-size: 16px;
    line-height: 1.6;
}
.important span{
	margin: 0 0 5px 0;
	line-height: 30px;
	display: block;
	border-bottom: 4px solid #3f9deb;
	font-size: 18px;
}
.important a{
	text-decoration: underline;
	word-wrap: break-word;
	color: #39c;
}
.content-body{
	padding: 0 15px
}
.content-body h3{
    margin: 15px 0 5px;
    color: #3f9deb;
    font-size: 1.4rem;
    line-height: 1.4;
}
.content-body p,
.disc li{
	margin: 0 0 15px;
}

/*--------------------------------
Form parts
--------------------------------*/
input[type="text"],
input[type="password"]{
	padding: 10px;
	width: 100%;
	height: 40px;
	background: #fafafa;
	font-size: 14px;
	position: relative;
	border: 1px solid #ddd;
	border-radius: 2px;
}
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::-ms-expand{
    display: none;
}

select:-moz-focusring{
	color: transparent;
	text-shadow: 0px 0px 0px #000;
}
textarea{
	padding: 10px;
	width: 100%;
	height: 100px;
	background: #fafafa;
	font-size: 16px;
	position: relative;
	display: block;
	border: 1px solid #ddd;
}
.regular-radio{
    display: none;
}
.radio-label{
    width: 100%;
    display: flex;
    align-items: center;
    color: #fff;
}
.radio-label::before{
    margin-right: 5px;
    width: 32px;
    height: 32px;
    display: inline-block;
    content: "";
    background: #ccc;
    border: 4px solid #ccc;
    border-radius: 50%;
    vertical-align: bottom;
}
.regular-radio:checked + .radio-label::before{
    background: #298fe3;
}
.radio-label span{
    padding-right: 5%;
    width: 50%;
    flex-grow: 1;
    text-align: center;
    color: #000000;
    font-size: 16px;
}
.reg-btn button{
    padding: 19px;
    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: 2.0rem;
    font-weight: bold;
    color: #ff3399;
}
.entry-form .reg-btn{
    margin: 15px;
    width: calc(100% - 30px);
}

/*--------------------------------
Footer
--------------------------------*/
.copy{
	width: 100%;
}
.copy small{
	padding: 20px 0;
	width: 100%;
	font-size: 12px;
	text-align: center;
}

/*--------------------------------
PopUp
--------------------------------*/
#popup{padding:10px;background:#f0f0f0; color:#333;}
#popup article{padding:0;background:#fff;}
#popup article header{padding:0;}
#popup article header h1{padding: 10px;background: #3f9deb;color:#fff;font-size: 1.8rem;font-weight: 800;}
#popup article h3,
#popup article h4{margin: 15px 15px 5px;color: #3f9deb;line-height: 1.4;}
#popup article p,
#popup article ul{margin: 0 15px 15px;}

/* campaign */
.campaign{font-weight: 300;}
.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: fixed;
	top: 10px;
	right: 20px;
	z-index: 10;
}
#campaign_btn a,
#campaign_btn_entry a{
	width: 100px;
	height: 100px;
	display: block;
	background: url(../images/cam_btn.png) no-repeat 0 0;
	text-indent: 120%;
	overflow: hidden;
	white-space: nowrap;
	background-size: contain;
}

.navbar-link:hover,
.cp_menu-li:hover,
.cp_offcm01:hover,
.pagination .btn-next:hover,
.reg-btn a:hover,
.reg-btn button:hover{
    opacity: 0.7;
}

@media screen and (min-width: 1450px){
    .top h1{
        height: 225px;
        background-size: 500px,194px;
        background-position: top left,top 32px right 30px;
    }
    .entry-form .top{
        height: 130px;
    }
	.entry-form .inner .general{
	    margin-top: 100px;
	}
}