/*--------------------------------
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: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 2.4rem;
	color: #fff;
}
a{
	color: #3af;
}
p{
	line-height: 1.6;
}
.wrap{
	margin: 0 auto;
	max-width: 1000px;
	position: relative;
	overflow: hidden;
}
.main {
    width: 750px;
    float: left;
}
.nav {
    padding-right: 48px;
    width: 248px;
    float: right;
}
.nav.fixed {
    margin: auto;
    position: fixed;
    left: 0;
    right: -750px;
    top: 20px;
}
.primary-heading{
	margin: 20px 48px;
	padding: 0 0 10px;
	border-bottom: solid 2px #e60012;
	text-align: center;
	font-size: 2.6rem;
	line-height: 1.4;
}
.primary-heading.img {
    margin: 0 48px 20px;
    padding: 0;
    border: none;
}
.primary-heading.other{
	margin: 0 48px 20px;
}
.primary-heading.doc{
	margin-bottom: 0;
}
.secondary-heading{
	margin: 0 67px 10px;
	font-size: 2.6rem;
	font-weight: 600;
	color: #e60012;
	line-height: 1.4;
}
.general-parts{
	padding: 0 67px;
	margin: 0 0 20px;
}
.general-parts .secondary-heading {
    margin: 0 0 4%;
}
.text {
    margin: 0 67px 40px;
}
.text.about {
    color: #00a0e9;
}
.strong-txt{
	color: #d5176e;
}
.btn{
	display: block;
	font-weight: 600;
	color: #fff;
	text-align: center;
	line-height: 1.4;
}
.regist-btn{
	padding: 14px;
	background: -webkit-linear-gradient(top, rgba(250,209,98,1) 0%,rgba(98,77,3,1) 100%);
	background: linear-gradient(to bottom, rgba(250,209,98,1) 0%,rgba(98,77,3,1) 100%);
	border: solid 2px #e60012;
	border-radius: 2px;
	color: #ffffff;
	font-size: 2.8rem;
	font-weight: bold;
}
.regist-btn.top {
    padding: 5px 48px;
    position: absolute;
    right: 48px;
    bottom: 35px;
    font-size: 2.2rem;
}
.btn-area{
	margin: 0 48px 48px;
	text-align: center;
}
.fit-img{
	margin: 0 auto;
	display: block;
	max-width: 100%;
	height: auto;
}
.btn-area .fit-img{
	width: 100%;
	max-width: 550px;
}
.disc li{
	margin: 0 0 20px;
	padding-left: 10px;
	line-height: 1.5;
	border-left: 4px solid #e60012;
}
.gothic{
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}

/*--------------------------------
header
--------------------------------*/
.hero{
	margin: 0 auto 20px;
	max-width: 1000px;
	position: relative;
}
.logo{
	width: 100%;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: 10px center, right center;
	background-size: contain;
}
.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);
}
.logo-11ban{
	background-image: url(../images/logo.png), url(../images/11ban.png);
}
.navbar{
	margin-bottom: 20px;
	padding: 10px 0;
	margin: 0 auto 20px;
	max-width: 950px;
	position: relative;
	background: #000000;
	border-bottom: solid 1px white;
}
#mother{
	background: #1d2088;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.navbar #mother{
	width: 150px;
	position: absolute;
	right: 10px;
	top: 10px;
}

/*--------------------------------
contents
--------------------------------*/
.nav-li {
    margin-bottom: 10px;
}
.nav-li .regist-btn {
    padding: 9px;
    font-size: 2.4rem;
}
.primary-heading.about {
    margin: 0 6% 4%;
    padding: 0;
    background: none;
    color: #e4007f;
}
.content-body{
	padding: 0 67px;
}
.content-body h3{margin-bottom: 10px;padding: 0;background: none;font-size: 2.4rem;font-weight: bold;color: #e60012;line-height: 1.2;}
.content-body p{
	margin-bottom: 20px;
}
.left {
    margin-right: 20px;
    width: 210px;
    float: left;
}
.right {
    margin-right: -230px;
    padding-right: 230px;
    width: 100%;
    float: left;
    box-sizing: border-box;
}
.table {
    width: 100%;
}
.th,
.td {
    padding: 1%;
    border: solid #010101;
    border-width: 8px 2px;
    line-height: 1.4;
}
.th{
	padding: 2px 30px;
	width: 140px;
	background: white;
	display: flex;
	justify-content: space-between;
	vertical-align: middle;
	color: black;
}
.td{
	width: 100%;
	padding-left: 20px;
}
.general-section.intro {
    background: url("../images/intro-bg.jpg")no-repeat;
    background-size: 100%;
}
.rec-ul {
    margin-bottom: 20px;
    padding: 0 67px;
}
.rec-li {
    margin-bottom: 20px;
    overflow: hidden;
}
.rec-ul .secondary-heading {
    margin: 0 0 10px;
    padding: 5px;
    background: white;
    border: none;
    color: black;
    text-align: center;
}
.rec-ul .text {
    margin: 0;
    line-height: 1.4;
}
.doc .primary-heading {
    margin-bottom: 0;
}
.documentary {
    padding: 20px 0 48px;
    background: url("../images/doc-bg.jpg")no-repeat;
    background-size: 100%;
    position: relative;
}
.documentary::before{
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
}
.documentary .inner::before,
.documentary .inner::after{
    content: "";
    position: absolute;
    top: 0;
    width: 50px;
    height: 100%;	
}
.documentary .inner::before{
	left: 0;
	background: -webkit-linear-gradient(left, rgb(0, 0, 0) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to right, rgb(0, 0, 0) 0%,rgba(0,0,0,0) 100%);
}
.documentary .inner::after{
    right: 0;
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
}
.documentary .text:last-child {
    margin: 0 9% 0;
}
.btn-area.read-more {
    margin: 0 237px 48px;
}
.interview {
    margin: 0 48px 35px;
    padding: 0 17px;
    border-bottom: solid 1px #e60012;
}
.interview:last-child{
	border: none;
}
.info {
    margin-bottom: 4%;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.interview .text {
    margin: 0 0 20px;
}
.secondary-heading.question {
    padding-left: 28px;
    background: url("../images/q.png")no-repeat left center;
    background-size: 23px;
}
.general .ex {
    display: block;
    line-height: 1.4;
}
.general .ex:last-child {
    margin-bottom: 4%;
}
.general h4 {
	font-weight: normal;
	color:red;
	line-height: 1.4;
}

/*--------------------------------
form
--------------------------------*/
form {
    padding: 0 67px;
}
.form-wrapper{
	margin-bottom: 30px;
}
.form-box{
	margin-bottom: 30px;
	height: 100%;
}
.form-label{
    padding: 13px 0;
    display: block;
    float: left;
    width: 300px;
    font-size: 24px;
    color: #ffffff;
}
.form-item{
    width: calc(100% - 300px);
    float: right;
}
input[type=text],
input[type=tel],
input[type=password],
select,
textarea{
	padding: 10px 10px;
	width: 516px;
	background: #fff;
	box-sizing: border-box;
	vertical-align: bottom;
	border: 1px solid #ddd;
	font-size: 20px;
}
select{
	padding-right: 40px;
	background: url(../images/icon-select.png) no-repeat right center #fff;
	background-size: 40px;
}
select::-ms-expand {
    display: none;
}
.regular-radio{
	display: none;
}
.form-item.normal-radio {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form-item.normal-radio .radio-label{
	padding-right: 18%;
	width: 50%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 26px;
}
.radio-label::before{
	margin-right: 5px;
	width: 60px;
	height: 60px;
	display: inline-block;
	content: "";
	background: #ccc;
	border: 4px solid #ccc;
	border-radius: 50%;
	vertical-align: bottom;
}
.regular-radio:checked + .radio-label::before{
	background: #e60012;
}
.regular-checkbox{
	padding: 10px;
	width: 516px;
	display: block;
	font-size: 20px;
	border: solid #ddd;
	border-width: 1px 1px 0 1px;
}
.regular-checkbox:last-child{
	border-width: 1px;
}
.form-msg{
	margin-top: 2%;
	font-size: 2.2rem;
	color: #999;
}
.alert-msg{
	margin: 0 0 30px;
	padding: 0;
	width: 816px;
	display: block;
	clear: both;
	font-size: 2.2rem;
	color: #fff;
	word-wrap: break-word;
}
.error{
	margin-bottom: 5px;
	padding: 5px 5px 5px 15px;
	background: #d00;
	color: #fff;
	border-radius: 2px;
}
.btn-area .regist-btn {
    width: 100%;
}

/*--------------------------------
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: #e4007f !important;
	color: #fff;
}

/*--------------------------------
footer
--------------------------------*/
.footer{
	margin: auto;
	max-width: 1000px;
	background: #000000;
	text-align: center;
}
.nav-list{
	border-bottom: 1px solid #fff;
}
.nav-list:first-child{
	border-top: 1px solid #fff;
}
.nav-link{
	padding: 20px;
	display: block;
	font-size: 2.0rem;
	line-height: 1.2;
	color: #fff;
}
.copy{
	padding: 20px;
	display: block;
	line-height: 1.4;
	color: #fff;
}
.pr{
	margin: 48px;
	text-align: center;
}

/*--------------------------------
IE
--------------------------------*/
@media all and (-ms-high-contrast: none){
	.rec-ul .secondary-heading{
		padding: 10px 5px 1px 5px;
	}
	.th {
		padding: 10px 30px 2px 30px;
	    display: block;
	    justify-content: inherit;
	    vertical-align: inherit;
	    text-align-last: justify;
	    text-justify:inter-ideograph;
	}
	.regist-btn{
		padding: 20px 14px 14px 14px;
	}
	.nav-li .regist-btn{
		padding: 15px 9px 9px 9px;
	}
}