@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;
	color: white;
	line-height: 1.6;
	font-size: 2.8rem;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
a{
	color: #3af;
}
img{
	max-width: 100%;
	height: auto;
	display: block;
}
.wrap{
	margin: 0 auto;
	max-width: 1500px;
	overflow: hidden;
}
.primary-heading{
	margin-bottom: 30px;
	padding: 10px 0;
	background: -webkit-linear-gradient(top, rgba(112,112,112,1) 0%,rgba(112,112,112,1) 64%,rgba(255,0,0,1) 64%,rgba(255,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(112,112,112,1) 0%,rgba(112,112,112,1) 64%,rgba(255,0,0,1) 64%,rgba(255,0,0,1) 100%);
	font-size: 4rem;
	font-weight: bold;
	line-height: 1.2;
}
.primary-heading .inner {
    margin: auto;
    width: 1000px;
    max-width: inherit;
    display: block;
}
.secondary-heading,
.content-body h3,
.form-label{
	margin: 0 30px;
	font-size: 2.8rem;
	line-height: 1.4;
	color: #ff0000;
}
.inner {
    margin: auto;
    max-width: 1060px;
}
.general-parts{
	padding: 0 30px;
}
.general-parts .secondary-heading{
	margin: 0;
}
.general-parts .note{
    margin-bottom: 30px;
}
.text{
    margin: 0 30px 60px;
}
.btn-area {
	margin: 60px auto;
	max-width: 800px;
}
.btn-area.fixed{
    margin: auto;
    max-width: 750px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.8s ease-out;
    z-index: 9999;
}
.regist-btn {
	padding: 8px 160px;
	width: 100%;
	height: 110px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	background: url("../images/btn-bg-left.png") no-repeat left center, url("../images/btn-bg-right.png") no-repeat right center,-webkit-linear-gradient(top, rgba(140,22,48,1) 8%,rgba(221,63,17,1) 92%);
	background: url("../images/btn-bg-left.png") no-repeat left center, url("../images/btn-bg-right.png") no-repeat right center,linear-gradient(to bottom, rgba(140,22,48,1) 8%,rgba(221,63,17,1) 92%);
	background-size: contain,contain,100%;
	box-shadow: 0 -8px 3px -3px rgba(211,66,16,0.5) inset, 0 8px 3px -3px rgba(255,255,255,0.25) inset;
	border-radius: 5px;
	text-shadow: 0 0 4px #990000,0 0 4px #990000,0 0 4px #990000,0 0 4px #990000,0 0 4px #990000,0 0 4px #990000,0 0 4px #990000,0 0 4px #990000;
	font-size: 4rem;
	font-weight: bold;
	color: #ffffff;
}
.regist-btn:hover{
	padding: 12px 160px 4px;
	background: url("../images/btn-bg-left.png") no-repeat left center, url("../images/btn-bg-right.png") no-repeat right center,rgba(140,22,48,1);
	background-size: contain,contain,100%;
	box-shadow: none;
}
.regist-btn img {
    max-width: 650px;
}
.btn-top{
	padding: 0;
}
.btn-btm {
    margin-bottom: 1%;
}

/*--------------------------------
header
--------------------------------*/
.h1 {
    position: relative;
}
.top-logo {
    position: absolute;
    left: 37px;
    bottom: 41px;
}
.logo{
	margin: auto;
	max-width: 1000px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left,right;
	background-size: contain,contain;
}
.logo-link{
    width: 100%;
}
.logo-3ban{
	background-image: url(../images/logo-3ban.png),url(../images/logo.png);
}
.logo-4ban{
	background-image: url(../images/logo-4ban.png),url(../images/logo.png);
}
.logo-5ban{
	background-image: url(../images/logo-5ban.png),url(../images/logo.png);
}
.logo-6ban{
	background-image: url(../images/logo-6ban.png),url(../images/logo.png);
}
.logo-7ban{
	background-image: url(../images/logo-7ban.png),url(../images/logo.png);
}
.logo-8ban{
	background-image: url(../images/logo-8ban.png),url(../images/logo.png);
}
.logo-10ban{
	background-image: url(../images/logo-10ban.png),url(../images/logo.png);
}
.logo-11ban{
	background-image: url(../images/logo-11ban.png),url(../images/logo.png);
}
.navbar-link{
	width: 100%;
}
#mother{
	background: #eb6877;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.navbar #mother{
	width: 150px;
	position: absolute;
	right: 10px;
	top: 10px;
}

/*--------------------------------
menu
--------------------------------*/
.navbar {
    margin: 20px 0;
    width: 100%;
    height: 89px;
    max-width: 1500px;
    box-shadow: 0 1px rgba(0,0,0,0.1);
    overflow: hidden;
    text-align: center;
}
.navbar a{
	display: block;
}
.navbar a:hover{
	opacity: 0.7;
}
.navbar.fixed a:hover{
	opacity: 1;
}
.navbar.fixed {
    margin: 0;
    position: fixed;
    top: 0;
    z-index: 9999;
}
.nav-ul {
    display: flex;
}
.nav-li {
    width: 100%;
}
.nav-link{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #d80008;
	background: -webkit-linear-gradient(top, rgba(160,0,20,1) 0%,rgba(254,0,0,1) 100%);
	background: linear-geradient(to bottom, rgba(160,0,20,1) 0%,rgba(254,0,0,1) 100%);
	background-size: 100%;
	box-shadow: 3px 2px 2px 0px rgba(255,255,255,0.25) inset, -2px -3px 3px 0px rgba(0,0,0,0.25) inset;
	overflow: hidden;
	position: relative;
	font-size: 2.2rem;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
.nav-link:hover img {
    position: relative;
    top: 2px;
}
.nav-span{
	position: relative;
}
.nav-link:hover{
    box-shadow: 3px 2px 2px 0px rgba(0,0,0,0.1) inset;
}
.nav-link:hover .nav-span{
	top: 3px;
}

/*--------------------------------
contents
--------------------------------*/
.text.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.img-box img {
    margin: auto auto 60px;
}
.review-li {
    margin: 0 30px 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.review-li .left {
    flex: 0 0 160px;
}
.review-li .right {
    padding-left: 30px;
    width: 100%;
}
.review-li .right .text {
    margin: 0;
}
.review-li .right .secondary-heading {
    margin: 0 0 30px;
}

.content-body ul.disc{
	margin-bottom: 30px;
}
.content-body .disc li{
	margin: 0 0 30px;
	padding-left: 10px;
	border-left: 4px solid #ff0000;
}
.content-body{
    margin: auto;
    max-width: 1060px;
    padding: 0 30px;
}
.content-body h3{
    margin: 0;
}
.content-body p{
    margin-bottom: 30px;
}
.general p{
    margin-bottom: 30px;
}
.general .ex{
    margin-bottom: 30px;
    display: block;
}
.general .ex:last-child{
    margin-bottom: 30px;
}
.general h4{
    margin: 30px 0 0;
    font-size: 2.8rem;
    font-weight: normal;
    line-height: 1.4;
    color: #ff0000;
}

/*--------------------------------
form
--------------------------------*/
form {
    padding: 0 30px;
}
.form-wrapper{
	margin-bottom: 6%;
}
.form-box{
	width: 1000px;
	height: 100%;
}
.form-label{
    margin: 0;
    padding: 6px 0;
    display: block;
    float: left;
    width: 370px;
    font-size: 3rem;
}
.form-item{
    margin-bottom: 30px;
    width: calc(100% - 370px);
    float: right;
}
input[type=text],
input[type=tel],
input[type=password],
select,
textarea{
	padding: 10px 10px;
	width: 100%;
	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;
}
.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: 190px;
	width: 50%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 2.2rem;
}
.radio-label::before{
	margin-right: 5px;
	width: 40px;
	height: 40px;
	display: inline-block;
	content: "";
	background: #ccc;
	border: 4px solid #ccc;
	border-radius: 50%;
	vertical-align: bottom;
}
.regular-radio:checked + .radio-label::before{
	background: #ff0000;
}
.regular-checkbox{
	padding: 10px;
	display: block;
	font-size: 20px;
	border: solid #ddd;
	border-width: 1px 1px 0 1px;
}
.regular-checkbox:last-child{
	border-width: 1px;
}
.form-msg{
	color: #fff;
}
.alert-msg{
	margin: 0 0 30px;
	padding: 0;
	width: 840px;
	clear: both;
	word-wrap: break-word;
	font-size: 2.2rem;
	color: #fff;
}
.note a:hover {
    opacity: 0.5;
}
.error{
	margin-bottom: 60px;
	padding: 5px 5px 5px 15px;
	background: #d00;
	color: #fff;
	border-radius: 2px;
	clear: both;
}
select::-ms-expand {
    display: none;
}

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

/*--------------------------------
footer
--------------------------------*/
.footer{
	background: #323232;
	text-align: center;
}
.footer .nav-link {
    height: 60px;
    background: #323232;
    box-shadow: none;
}
.footer .nav-link:hover{
    background: #1a1a1a;
}
.nav-list{
	border-bottom: 1px solid #000;
}
.copy{
	padding: 20px;
	display: block;
	font-size: 1.6rem;
	color: #fff;
}
.pr{
	margin: 60px auto;
	text-align: center;
}
.pr a{
	display: inline-block;
}