@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: white;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	line-height: 1.6;
	font-size: 2.8rem;
}
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 32px 32px;
}
.primary-heading{
	margin-bottom: 32px;
	padding: 16px 32px;
    background: #ff3399;
    color: white;
    text-align: center;
	font-size: 3.6rem;
    font-weight: bold;
}
.secondary-heading,
.content-body h3,
.form-label{
	margin-bottom: 16px;
    display: block;
	font-size: 2.8rem;
    font-weight: bold;
    color: #ff3399;
}
.btn-area{
	margin: 32px 64px 72px;
}
.regist-btn{
	padding: 16px 25% 16px 24px;
	width: 100%;
	height: 134px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-image:  url(../images/btn-bg.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-color: #cc00cc;
	background-size: 56%,100%;
	border-radius: 5px;
	box-shadow: 1px 3px 4px rgba(0,0,0,0.75), 0 0 16px #cc00cc inset, 0 0 16px #cc00cc inset;
	position: relative;
	font-size: 2.2rem;
	color: white;
}
.regist-btn:hover{
	background-color: #990099;
	box-shadow: 0 0 16px #cc00cc inset, 0 0 16px #cc00cc inset;
    top: 4px;
}
.regist-btn .top,
.regist-btn .btm{
    animation: flash 2.5s linear infinite alternate;
}
@keyframes flash{
    0%, 40%{ opacity: 1 }
    45%, 55%{ opacity: 0 }
    60%, 100%{ opacity: 1 }
}
.regist-btn .top{
	margin-bottom: 4px;
    width: 100%;
}
.regist-btn .btm{
    margin-top: 4px;
}
.btn-area.fix{
	margin: 0 auto 32px;
	padding: 0 64px;
	width: 750px;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all 1s ease-out;
	z-index: 9999;
}

/*--------------------------------
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);
}
.logo-11ban{
	background-image: url("../images/logo.png"),url(../images/11ban.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);
}
.navbar .logo-11ban{
	background-image: url("../images/navbar-logo.png"),url(../images/11ban.png);
}
.logo{
    margin: auto;
    max-width: 750px;
    overflow: hidden;
    text-indent: -300%;
	background-position: center,right 20px bottom 64px;
	background-size: 93%,51%;
    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;
}

/*--------------------------------
contents
--------------------------------*/
.hero{
    position: relative;
}
.hero .ul .li:nth-child(1){
    animation: fade_slide1 4s linear infinite alternate;
}
.hero .ul .li:nth-child(2){
    animation: fade_slide2 4s linear infinite alternate;
    position: absolute;
    top: 0;
    z-index: -1;
}
@keyframes fade_slide1{
    0%, 22.5%{ opacity: 1 }
    27.5%, 72.5%{ opacity: 0 }
    77.5%, 100%{ opacity: 1 }
}
@keyframes fade_slide2{
    0%, 22.5%{ opacity: 0 }
    27.5%, 72.5%{ opacity: 1 }
    77.5%, 100%{ opacity: 0 }
}
.hero .text img{
    position: relative;
    z-index: 2;
}
.about{
	padding-top: 48px;
    background: url("../images/about.png") no-repeat center right, url("../images/about-bg.jpg") no-repeat center bottom;
    background-size: contain,cover;
    overflow: hidden;
    text-shadow: 0px 2px 1px #ff0099, 0px 1px 1px #ff0099, 1px 1px 1px #ff0099, 1px 0px 1px #ff0099, 2px 0px 1px #ff0099, 1px -1px 1px #ff0099, 1px -2px 1px #ff0099, 0px -2px 1px #ff0099, -1px -2px 1px #ff0099, -2px -2px 1px #ff0099, -2px -1px 1px #ff0099, -2px 0px 1px #ff0099, -2px 1px 1px #ff0099, -1px 1px 1px #ff0099;
}
.about .primary-heading{
    margin: 0 32px 32px;
    padding: 0;
    background: none;
    text-align: left;
    color: #ffff00;
	font-size: 3.6rem;
    line-height: 1.6;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    text-shadow: 0px 3px 1px #ff0099, 0px 2px 1px #ff0099, 1px 2px 1px #ff0099, 2px 2px 1px #ff0099, 2px 1px 1px #ff0099, 2px 0px 1px #ff0099, 3px 0px 1px #ff0099, 2px -1px 1px #ff0099, 2px -2px 1px #ff0099, 2px -3px 1px #ff0099, 1px -3px 1px #ff0099, 0px -3px 1px #ff0099, -1px -3px 1px #ff0099, -2px -3px 1px #ff0099, -3px -3px 1px #ff0099, -3px -2px 1px #ff0099, -3px -1px 1px #ff0099, -3px 0px 1px #ff0099, -3px 1px 1px #ff0099, -3px 2px 1px #ff0099, -2px 2px 1px #ff0099, -1px 2px 1px #ff0099;
}
.about .text{
    color: white;
}
.about .text:last-child{
	margin-bottom: 64px;
}
.about .primary-heading .st{
    position: relative;
	font-size: 5.6rem;
    color: #ffff00;
}
.about .primary-heading .st::after{
    width: 100%;
    height: 2px;
    background: #ffff00;
    content: "";
    box-shadow: 0 0 4px #ff3399, 0 0 4px #ff3399, 0 0 4px #ff3399, 0 0 4px #ff3399, 0 0 4px #ff3399, 0 0 4px #ff3399;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
}
.point{
    padding-top: 64px;
    background: url(../images/point-bg.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.point .text{
    text-align: center;
    font-weight: bold;
    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;
}
.point .text.big{
	font-size: 3.4rem;
	text-shadow:0px 5px 1px white,0px 4px 1px white,1px 4px 1px white,2px 4px 1px white,3px 3px 1px white,4px 2px 1px white,4px 1px 1px white,4px 0px 1px white,5px 0px 1px white,4px -1px 1px white,4px -2px 1px white,4px -3px 1px white,3px -4px 1px white,2px -5px 1px white,1px -5px 1px white,0px -5px 1px white,-1px -5px 1px white,-2px -5px 1px white,-3px -5px 1px white,-4px -4px 1px white,-5px -3px 1px white,-5px -2px 1px white,-5px -1px 1px white,-5px 0px 1px white,-5px 1px 1px white,-5px 2px 1px white,-4px 3px 1px white,-3px 4px 1px white,-2px 4px 1px white,-1px 4px 1px white;
}
.point .text.big .st{
    color: #ff0099;
}
.point .text.big.strong{
	margin: 0 32px 64px;
	font-size: 4.3rem;
    line-height: 1.4;
    color: #ffff33;
	text-shadow: 0px 6px 1px #ff0099,0px 5px 1px #ff0099,1px 5px 1px #ff0099,2px 5px 1px #ff0099,3px 4px 1px #ff0099,4px 4px 1px #ff0099,4px 3px 1px #ff0099,5px 3px 1px #ff0099,5px 2px 1px #ff0099,5px 1px 1px #ff0099,5px 0px 1px #ff0099,6px 0px 1px #ff0099,5px -1px 1px #ff0099,5px -2px 1px #ff0099,5px -3px 1px #ff0099,4px -4px 1px #ff0099,4px -5px 1px #ff0099,3px -5px 1px #ff0099,2px -6px 1px #ff0099,1px -6px 1px #ff0099,0px -6px 1px #ff0099,-1px -6px 1px #ff0099,-2px -6px 1px #ff0099,-3px -6px 1px #ff0099,-4px -6px 1px #ff0099,-4px -5px 1px #ff0099,-5px -5px 1px #ff0099,-5px -4px 1px #ff0099,-6px -4px 1px #ff0099,-6px -3px 1px #ff0099,-6px -2px 1px #ff0099,-6px -1px 1px #ff0099,-6px 0px 1px #ff0099,-6px 1px 1px #ff0099,-6px 2px 1px #ff0099,-6px 3px 1px #ff0099,-5px 3px 1px #ff0099,-5px 4px 1px #ff0099,-4px 4px 1px #ff0099,-4px 5px 1px #ff0099,-3px 5px 1px #ff0099,-2px 5px 1px #ff0099,-1px 5px 1px #ff0099;
}
.review{
    background: #e7bee7;
    overflow: hidden;
}
.review .ul{
	margin: 64px 0 72px;
}
.review .li{
	margin: 0 32px 48px;
    display: flex;
    align-items: center;
    background: white;
    border-radius: 10px;
	box-shadow: 2px 3px 8px rgba(0,0,0,0.75);
}
.review .li .left{
    width: 224px;
}
.review .li .left .text{
	margin-top: 16px;
}
.review .li .left .text .name{
	margin-right: 16px;
}
.review .li .right{
	padding: 32px 32px 32px 8px;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    flex-flow: column;
    justify-content: space-around;
}
.review .li .text,
.review .li .right .text{
    margin: 0;
    font-size: 2.8rem;
    line-height: 1.4;
}
.review .li .right .text:first-child{
	margin-bottom: 16px;
}
.review .name,
.review .age{
    color: #ff3399;
    font-weight: bold;
}
.review .name{
    margin-right: 12px;
}
.content-body{
	padding: 0 32px;
}
.content-body p,
.general-parts .note{
	margin-bottom: 32px;
}
.disc li{
	margin: 0 0 16px;
	padding-left: 16px;
	border-left: 4px solid #ff3399;
}
.disc li:last-child{
	margin-bottom: 32px;
}
.general .ex{
    display: block;
    line-height: 1.6;
}
.general .ex:last-child{
    margin-bottom: 4%;
}
.general h4{
    font-weight: normal;
    color: #ff3399;
}

/*--------------------------------
form
--------------------------------*/
.form-wrapper{
	margin: 32px 32px 64px;
}
.form-box{
	height: 100%;
}
.form-label{
    margin: 0;
    padding: 11px 0;
    display: block;
    float: left;
    width: 260px;
    font-size: 2.2rem;
    font-weight: bold;
}
.form-item{
    margin-bottom: 24px;
    width: calc(100% - 260px);
    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: 2.2rem;
}
select{
	padding-right: 40px;
	background: url(../images/icon-select.png) no-repeat right center #fff;
	background-size: 40px;
}
textarea.text_l{
    resize: vertical;
}
.regular-radio{
	display: none;
}
.form-item.normal-radio{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form-item.normal-radio .radio-label{
	width: 50%;
	display: flex;
	align-items: center;
	font-size: 2.2rem;
}
.form-item.normal-radio .radio-label span{
	margin-left: 16px;
}
.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: #323232;
}
.regular-checkbox{
	padding: 8px 16px;
	display: block;
	border: solid #ddd;
	border-width: 1px 1px 0 1px;
}
.regular-checkbox:last-child{
	border-width: 1px;
}
.form-msg{
	font-size: 2.2rem;
}
.alert-msg{
	margin: 0 0 48px;
	padding: 0;
	width: 686px;
	clear: both;
	word-wrap: break-word;
	font-size: 1.8rem;
}
.check-label {
    font-size: 2.2rem;
}
.error{
	margin: -24px 0 24px;
	padding: 8px;
	width: calc(100% - 260px);
	float: right;
	background: #d00;
	color: #fff;
	border-radius: 2px;
	font-size: 2.2rem;
}
form .btn-area{
	margin: 32px 32px 72px;
}
.entry-btn .regist-btn span{
    position: relative;
    font-size: 4.3rem;
    font-weight: bold;
    line-height: 1.4;
    color: #ffff33;
    text-shadow: 0px 6px 1px #ff33cc, 0px 5px 1px #ff33cc, 1px 5px 1px #ff33cc, 2px 5px 1px #ff33cc, 3px 4px 1px #ff33cc, 4px 4px 1px #ff33cc, 4px 3px 1px #ff33cc, 5px 3px 1px #ff33cc, 5px 2px 1px #ff33cc, 5px 1px 1px #ff33cc, 5px 0px 1px #ff33cc, 6px 0px 1px #ff33cc, 5px -1px 1px #ff33cc, 5px -2px 1px #ff33cc, 5px -3px 1px #ff33cc, 4px -4px 1px #ff33cc, 4px -5px 1px #ff33cc, 3px -5px 1px #ff33cc, 2px -6px 1px #ff33cc, 1px -6px 1px #ff33cc, 0px -6px 1px #ff33cc, -1px -6px 1px #ff33cc, -2px -6px 1px #ff33cc, -3px -6px 1px #ff33cc, -4px -6px 1px #ff33cc, -4px -5px 1px #ff33cc, -5px -5px 1px #ff33cc, -5px -4px 1px #ff33cc, -6px -4px 1px #ff33cc, -6px -3px 1px #ff33cc, -6px -2px 1px #ff33cc, -6px -1px 1px #ff33cc, -6px 0px 1px #ff33cc, -6px 1px 1px #ff33cc, -6px 2px 1px #ff33cc, -6px 3px 1px #ff33cc, -5px 3px 1px #ff33cc, -5px 4px 1px #ff33cc, -4px 4px 1px #ff33cc, -4px 5px 1px #ff33cc, -3px 5px 1px #ff33cc, -2px 5px 1px #ff33cc, -1px 5px 1px #ff33cc;
}
.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: 48px;
	height: 48px;
	background: #ffff33;
	border-radius: 100px;
	right: -58px;
}
.entry-btn .regist-btn span::after{
    height: 1px;
    border: solid 12px transparent;
    border-left: solid 20px #ff33cc;
    right: -58px;
}
select::-ms-expand{
    display: none;
}
.alert-msg a:hover, .regist-btn-red:hover, .navbar-link:hover{
    opacity: 0.7;
}

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

/*--------------------------------
footer
--------------------------------*/
.footer{
	background: #323232;
	text-align: center;
}
.nav-list{
	border-bottom: 1px solid #000;
}
.nav-link{
	padding: 12px;
	display: block;
	font-size: 1.8rem;
	line-height: 1.6;
	color: #fff;
}
.nav-link:hover{
	background: #1a1a1a;
}
.copy{
	padding: 12px;
	display: block;
	font-size: 1.8rem;
	line-height: 1.4;
	color: #fff;
}
.pr{
	padding: 40px;
	text-align: center;
}

/*--------------------------------
IE
--------------------------------*/
@media all and (-ms-high-contrast: none){
	input[type=text],
	input[type=tel],
	input[type=password],
	select,
	textarea{
		padding: 12px 10px 18px;
	}
}