/*--------------------------------
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,small{
	display: block;
}
ul{
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 200;
}
body{
	line-height: 1;
}
a{
	text-decoration: none;
}
img{
	vertical-align: middle;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
select,option,input,textarea,button{
	font: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border-radius: 0;
}
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;
	font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
	color: #fff;
	-webkit-text-size-adjust: 100%;
	font-weight: 400;
}
a,button{
	transition: .3s;
}
.wrap{
	margin: 0 auto;
	padding: 0;
	width: 768px;
	position: relative;
	opacity: 0;
	animation: fade-in 1s ease 0s forwards;
}
.content-img{
	width: 100%;
	height: auto;
	object-fit: contain;
}
.inner-txt{
	padding: 200% 0 0 0;
	display: block;
}
/*--------------------------------
Header
--------------------------------*/
.top{
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	background: url(../images/bg_top.jpg) no-repeat 0 0;
	background-size: cover;
	position: relative;
}
.logo{
	position: relative;
	z-index: 2;
}
.logo-img{
	width : 50%;
	height: auto;
	object-fit: contain;
	position: absolute;
	right: 0;
	bottom: 0;
}
.top-sp{
	width: 55%;
	background: url(../images/sp.gif) no-repeat 0 0;
	background-size: cover;
	position: absolute;
	top: -40px;
	right: 0;
	z-index: 1;
	transform: rotate(10deg);
}
/*--------------------------------
Content
--------------------------------*/
.top-content .inner{
	height: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	color: #000;
}
.review-item{
	padding: 20px;
	border-bottom: 2px dashed;
}
.review-item:nth-last-child(1){
	border-bottom: 0;
}
.review-head{
	padding: 20px 0;
	text-align: center;
	font-size: 24px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
}
.review-txt{
	padding: 20px 0;
	font-size: 24px;
	line-height: 36px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}
.review-head{
	padding: 20px 0;
	text-align: center;
	font-size: 24px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
}
.review-stars{
	text-align: center;
	font-size: 40px;
	color: #f8b551;
}
.heading-txt{
	margin: 0 0 20px 0;
	padding: 20px 0;
	font-size: 24px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	background: #e4007f;
	color: #fff;
	text-align: center;
}
.sub-head,.general h3{
	padding: 20px 0;
	font-size: 24px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
}
.general-txt,.general p{
	margin: 0 0 20px 0;
	padding: 20px 0 20px 0;
	font-size: 21px;
	line-height: 32px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	border-bottom: 2px dashed;
}
.general-txt:nth-last-child(1){
	border-bottom: 0;
}
.general-txt a{
	color: #e4007f;
}
.general .inner{
	padding: 0 20px;
}
/*--------------------------------
BUtton
--------------------------------*/
.btn-row{
	padding: 40px 20px;
}
.entry-btn{
	margin: 0 auto;
	width: 100%;
	height: 100px;
	background: linear-gradient(to bottom, #fcaa0b 0%, #cd3e6e 50%, #81022d 100%);
	display: block;
	box-shadow: 4px 4px 2px rgba(255,255,255,.2) inset, -4px -4px 2px rgba(0,0,0,.2) inset;
	overflow: hidden;
}
.entry-btn .inner-txt{ 
	background: url(../images/txt_btn.png), url(../images/icon_btn.png);
	background-repeat: no-repeat, no-repeat; 
	background-position: center top 15px, left 30px top 15px;
	background-size:auto 70px, auto 70px;
}
.entry-btn:hover{
	opacity: .6;
}
/*--------------------------------
Form
--------------------------------*/
.entry-top{
	margin: 0 auto;
	width: 100%;
	height: 200px;
	overflow: hidden;
	background: url(../images/bg_top.jpg) no-repeat center bottom -100px;
	background-size: cover;
	position: relative;
}
.entry-logo{
	padding: 20px;
	line-height: 200px;
	font-size: 48px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	color: #fff;
}
.entry-logo .logo-img{
	margin: auto 0;
	width : 30%;
	height: auto;
	object-fit: contain;
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
}
.entry .inner{
	margin: 0 0 20px 0;
	padding: 0 20px;
}
.head-link{
	display: block;
}
.form-label{
	margin: 0 0 10px 0;
	width: 210px;
	line-height: 40px;
	color: #fff;
	display: block;
	text-align: center;
	background: #e4007f;
	position: absolute;
	top: 0;
	left: 0;
}
.form-item{
	padding: 0 0 20px 220px;
	position: relative;
}
.form-box{
	padding: 0;
}
.alert{
	margin: 0 0 20px 0;
	padding: 10px 0;
	line-height: 18px;
}
.alert a{
	color: #39c;
	word-break: break-all;
}
.radio-box{
	display: flex;
	align-items: center;
}
.radio-label{
	width: 100%;
	display: flex;
	align-items: center;
}
.radio-label span{
	width: 50%;
	flex-grow: 1;
	text-align: center;
}
.check-box{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.check-label{
	padding: 0 0 10px 0;
	width: 50%;
	display: flex;
	align-items: center;
}
.check-label span{
	width: 50%;
	flex-grow: 1;
	text-align: center;
}
.error{
	margin: 0 0 5px 0;
	line-height: 20px;
	background: #900;
	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;
}
.entry .btn-row{
	padding: 0;
}
.entry .general h3{
	padding: 0;
}
.reg-btn{
	margin: 0 auto;
	width: 100%;
	height: 100px;
	background: linear-gradient(to bottom, #fcaa0b 0%, #cd3e6e 50%, #81022d 100%);
	display: block;
	box-shadow: 4px 4px 2px rgba(255,255,255,.2) inset, -4px -4px 2px rgba(0,0,0,.2) inset;
	overflow: hidden;
	font-size: 48px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	color: #fff;
	margin-top: 20px;
}
.reg-btn:disabled {
	margin: 0 auto;
	width: 100%;
	height: 100px;
	background: linear-gradient(to bottom, #fcaa0b 0%, #cd3e6e 50%, #81022d 100%);
	display: block;
	box-shadow: 4px 4px 2px rgba(255,255,255,.2) inset, -4px -4px 2px rgba(0,0,0,.2) inset;
	overflow: hidden;
	font-size: 48px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	color: #fff;
	margin-top: 20px;
	opacity: 0.3;
	pointer-events: none;
}
.reg-btn:hover{
	opacity: .6;
}
.g-recaptcha {
	margin: 0 auto;
    width: 305px;
	margin-bottom: 15px;
}

/*--------------------------------
Form parts
--------------------------------*/
input[type="text"],input[type="password"]{
	padding: 10px;
	width: 100%;
	height: 40px;
	background: #fafafa;
	font-size: 16px;
	position: relative;
	border: 1px solid #ddd;
	border-radius: 2px;
	border-radius: 0;
}
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;
	border-radius: 0;
}
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;
	border-radius: 0;
}
input[type="radio"]{
	width: 36px;
	height: 36px;
	border: 3px solid #fff;
	border-radius: 50%;
	position: relative;
	background: #ddd;
	flex-shrink: 0;
	box-shadow: 1px 1px 1px rgba(0,0,0,.2);
}
input[type="radio"]:checked{
	background: #e4007f;
}
input[type="checkbox"]{
	width: 36px;
	height: 36px;
	border: 3px solid #fff;
	border-radius: 50%;
	position: relative;
	background: #ddd;
	flex-shrink: 0;
	box-shadow: 1px 1px 1px rgba(0,0,0,.2);
}
input[type="checkbox"]:checked{
	background: #e4007f;
}
/*--------------------------------
Footer
--------------------------------*/
.footer{
	margin: 0 auto;
	padding: 10px 0;
	width: 100%;
	text-align: center;
}
.copy{
	padding: 5px 0;
	width: 100%;
	color: #ccc;
}
.foot-nav{
	padding: 5px 0;
}
.foot-link{
	color: #ccc;
	text-decoration: underline;
}
/*--------------------------------
PopUp
--------------------------------*/
.popup{
	padding: 10px;
	background: #f0f0f0;
}
.popup-article{
	padding: 0;
	background: #fff;
}
.popup-header{
	padding: 0 10px;
	height: 50px;
	line-height: 50px;
	background: #e4007f;
	color: #fff;
	font-size: 16px;
}
.popup-article .inner{
	padding: 10px 20px;
}
.popup-article h3{
	padding: 10px;
	color: #e4007f;
	line-height: 30px;
	border-bottom: 1px solid #ddd;
}
.popup-article p{
	padding: 10px;
	line-height: 18px;
	color: #666;
}
.popup-footer{
	padding: 10px;
	background: #555;
	text-align :center;
}
.popup-footer a{
	color: #fff;
	text-decoration: underline;
}
/*--------------------------------
Animation
--------------------------------*/
@keyframes fade-in{
0% {opacity: 0;}
100% {opacity: 1;}
}



/*追加*/
#mother h1{
    overflow: hidden;
    height: 40px;
    color: rgb(0,0,0,0);
}