/*--------------------------------
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
--------------------------------*/
body{
	background: #000;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}
a{
	color: #ff007f;
}
.wrap{
	margin: 0 auto;
	width: 1000px;
}
.primary-heading{
	margin-bottom: 20px;
	padding: 20px;
	background: #e60012;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 30px;
	line-height: 1.2;
}
.secondary-heading{
	font-size: 30px;
}
.general-parts > .note{
	padding: 0 32px;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
.thumb{
	width: 112px;
	height: 120px;
	background: #ccc;
	background-repeat: no-repeat;
	background-position: center;
}
.note{
	margin-bottom: 1em;
	line-height: 1.3;
}
.strong-txt{
	color: #fff100;
}
.btn{
	display: block;
	font-weight: 600;
	color: #fff;
	text-align: center;
	line-height: 1.2;
	border-radius: 10px;
	transition: all .3s ease;
}
.regist-btn{
	margin: 0 auto;
	padding-top: 18px;
	width: 100%;
	max-width: 600px;
	height: 100px;
	position: relative;
	background: linear-gradient(#005eb5, #172435);
	font-size: 28px;
	line-height: 1.1;
	border-radius: 10px;
}
.btn:hover{
	opacity: .8;
}
.regist-btn::before,
.regist-btn::after{
	width: 90px;
	height: 100px;
	display: block;
	position: absolute;
	top: 0;
	background: url(../images/kazari.png) no-repeat left center;
	background-size: auto 100%;
	content: "";
}
.regist-btn::before{
	left: 0;
}
.regist-btn::after{
	right: 0;
	background-position: right center;
}
.btn-area{
	padding: 32px 16px;
}
.img-wrapper{
	padding: 6px 20px 0;
}
.fit-img{
	margin: 0 auto;
	display: block;
	max-width: 100%;
	height: auto;
}
.arrow-rotate{
	display: inline-block;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

/*--------------------------------
header
--------------------------------*/
.hero{
	position: relative;
}
.site-title{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.site-title #mother{
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.logo{
	width: 100%;
	height: 130px;
	display: block;
	line-height: 40px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto 60px;
}
.top-logo{
	width: 100%;
	height: 80px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: auto 100%;
}
.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);
}
.logo::after{
	width: 100px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	content: "";
	background: url(../images/lp_title.png) no-repeat center;
	background-size: contain;
}
.navbar {
    background: url(../images/logo.png) no-repeat center #2d1852;
    background-size: contain;
}

/*--------------------------------
contents
--------------------------------*/
.play-parts{
	margin: 0 auto 40px;
	padding-right: 220px;
	width: 800px;
	min-height: 220px;
	position: relative;
	background: url(../images/play-bg.png) no-repeat 0 0;
	background-size: 150px auto;
}
.play-parts::after{
	width: 100%;
	height: 11px;
	display: block;
	position: absolute;
	bottom: -40px;
	left: 0;
	background: url(../images/line.png) no-repeat center;
	background-size: contain;
	content: "";
}
.play-parts:last-child::after{
	display: none;
	content: none;
}
.play-parts .secondary-heading{
	padding: 60px 32px 18px;
}
.play-img{
	width: 200px;
	height: 200px;
	display: block;
	position: absolute;
	top: 20px;
	right: 32px;
	background: no-repeat center #ccc;
	background-size: cover;
	content: "";
	border-radius: 100px;
}
.coution-parts .secondary-heading{
	padding: 40px 10px 42px 125px;
	position: relative;
	background: url(../images/coution-bg.png) no-repeat 0 bottom;
	background-size: 750px auto;
	font-size: 28px;
	color: #e60012;
	line-height: 1.2;
}
.faq-parts .secondary-heading{
	padding: 40px 10px 42px 125px;
	position: relative;
	background: url(../images/faq-bg.png) no-repeat 0 bottom;
	background-size: 750px auto;
	font-size: 28px;
	color: #0066ff;
	line-height: 1.2;
}
.list-index{
	width: 60px;
	position: absolute;
	left: 38px;
	bottom: 40px;
	color: #fff;
	text-align: center;
}
.content-body{
	padding: 10px;
}
.content-body h3{
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 600;
	color: #e61673;
}
.content-body p{
	margin-bottom: 10px;
	line-height: 1.8;
}
.disc li{
	margin: 10px 0;
	padding-left: 5px;
	line-height: 1.5;
	border-left: 4px solid #ccc;
}


/*--------------------------------
profile
--------------------------------*/
.prof-wrapper{
	display: flex;
    flex-wrap: wrap;
}
.prof-meta-list-wrapper{
	margin-bottom: 10px;
	padding-left: 125px;
	height: 120px;
	position: relative;
}
.prof-meta-list{
	height: 120px;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-end;
}
.prof-label{
	padding: 4px 0;
	width: 30%;
	background: #ff0000;
	text-align: center;
	border: 1px solid #000;
}
.prof-val{
	padding: 4px 8px;
	width: 70%;
	background: #fff;
	color: #333;
	border: 1px solid #000;
}
.prof-card{
	margin-bottom: 20px;
	padding: 20px 20px 0;
	width: 50%;
	background: url(../images/thunder.png) no-repeat 68px -20px;
	background-size: 308px 140px;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
.prof-card:last-child{
	border: none;
}
.prof-card .thumb{
	position: absolute;
	left: 0;
	top: 0;
	background-size: cover;
}


/*--------------------------------
form
--------------------------------*/
.form-wrapper{
	margin-bottom: 30px;
}
.form-box{
	padding: 10px;
}
.form-label{
	margin-bottom: 5px;
	display: block;
}
input[type=text],
input[type=tel],
input[type=password],
select,
textarea{
	margin: 0 0 5px;
	padding: 8px 5px;
	width: 100%;
	background: #111;
	box-sizing: border-box;
	font-family: monospace;
	font-size: 16px;
	color: #fa7bff;
	vertical-align: bottom;
	border: 2px solid #845286;
}
select{
	padding-right: 20px;
	background: url(../images/icon_select.png) no-repeat right center #111;
	background-size: 20px;
}
:focus{
	border-color: #fa7bff !important;
}
.regular-radio{
	display: none;
}
.radio-label{
	margin-right: 20px;
}
.radio-label::before{
	margin-right: 5px;
	width: 20px;
	height: 20px;
	display: inline-block;
	content: "";
	background: #111;
	border: 1px solid #845286;
	border-radius: 50%;
	vertical-align: bottom;
}
.regular-radio:checked + .radio-label::before{
	background: #fa7bff;
	border: 1px solid #fa7bff;
}
.radio-label-text{
	line-height: 20px;
}
.regular-checkbox{
	margin-bottom: 5px;
	padding: 5px;
	display: block;
	background: #222;
	font-size: 18px;
	border: 1px solid #845286;
}
.regular-checkbox input:checked + .check-label{
	color: #e61673;
}
.form-msg{
	color: #ccc;
}
.alert-msg{
	margin: 0 10px;
	padding: 10px;
	background: #1f1f1f;
	border-left: 4px solid #aa}
.error{
	margin-bottom: 5px;
	padding: 5px 5px 5px 15px;
	position: relative;
	background: #ff3971;
	color: #fff;
}
.error::after{
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	border-style: solid;
	border-width: 8px 0 0 8px;
	border-color: transparent transparent transparent #000;
}
.form-wrapper .secondary-heading{
	padding: 8px 10px;
	color: #e60012;
}


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

/*--------------------------------
footer
--------------------------------*/
.footer-element .btn-area{
	padding-top: 0;
}
.footer{
	background:  #222;
	text-align: center;
}
.global-nav ul{
	display: flex;
	justify-content: center;
}
.nav-list{
	padding: 0 16px;
}
.nav-link{
	height: 50px;
	display: block;
	font-size: 18px;
	color: #fff;
	line-height: 50px;
}
.copy{
	padding: 10px;
	display: block;
	line-height: 1.2;
	color: #aaa;
}
.pr{
	padding: 10px;
	text-align: center;
}
