/*--------------------------------
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[type=text],input[type=tel],input[type=password],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%;
}
body{
	width: 100%;
	background: #000;
	font-size: 14px;
	font-family: 'Noto Serif JP', serif;
	color: #fff;
	-webkit-text-size-adjust: 100%;
	font-weight: 200;
}
a,button{
	transition: .3s;
}
.wrap{
	margin: 0 auto;
	width: 100%;
	max-width: 750px;
	background: #000;
}
/*--------------------------------
Header
--------------------------------*/
.top{
	position: relative;
	overflow: hidden;
}
.top .btn-row{
	padding: 10px;
	position: absolute;
	bottom: 0;
}
/*--------------------------------
Content
--------------------------------*/
.content-txt{
	height: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.content-img{
	width: 100%;
	height: auto;
	object-fit: contain;
}
.inner-txt{
	padding: 200% 0 0 0;
	display: block;
}
.heading{
	padding: 0 10px;
	height: 64px;
	background: linear-gradient(to bottom, rgba(225,204,153,1) 0%,rgba(252,239,208,1) 50%,rgba(148,126,75,1) 100%);
	overflow: hidden;
	display: flex;
	align-items: center;
	position: relative;
}
.heading-txt{
	height: 32px;
	overflow: hidden;
	background-image: url(../images/txt_heading.png);
	background-repeat: no-repeat;
	background-size: 300px 160px;
}
.what .heading-txt{
	background-position: 0 0;
}
.about .heading-txt{
	background-position: 0 -32px;
}
.faq{
	background: url(../images/bg_faq.jpg) no-repeat right  #2f0123;
	background-size: contain;
}
.faq .heading-txt{
	background-position: 0 -96px;
}
.faq .inner{
	padding: 0 20px 20px 20px;
}
.faq-item{
	padding: 20px 0;
	border-bottom: 1px solid #8a6961;
}
.faq-label{
	width: 36px;
	height: 30px;
	font-size: 28px;
	color: #e4d09f;
	flex-shrink: 0;
}
.faq-head{
	padding: 10px 0 20px 0;
	font-size: 18px;
	line-height: 24px;
	display: flex;
}
.faq-txt{
	line-height: 18px;
	position: relative;
	display: flex;
}
.review{
	background: #2f0123;
}
.review .heading-txt{
	background-position: 0 -64px;
}
.review .inner{
	padding: 20px 0;
}
.review-item{
	padding: 10px 20px;
	display: flex;
	flex-wrap: wrap;
	background: url(../images/bg_reviewtxt.png) no-repeat right 20px top 10px;
	background-size: 120px;
}
.review-info{
	padding: 0 0 10px 0;
	order: 1;
}
.review-content{
	padding: 0 0 10px 20px;
	width: 50%;
	flex-grow: 1;
	order: 2;
}
.review-border{
	order: 3;
}
.review-thumb{
	width: 90px;
	height: auto;
	border-radius: 4px;
}
.review-prof{
	padding: 5px 0 0 0;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
}
.review-head{
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	font-size: 18px;
	line-height: 24px;
	border-bottom: 1px solid #8a6961;
}
.review-txt{
	line-height: 18px;
}
.bottom-entry{
	position: relative;
}
.bottom-entry .btn-row{
	padding: 10px;
	position: absolute;
	top: 0;
}
/*--------------------------------
Form
--------------------------------*/
.entry .inner{
	margin: 0 auto;
	padding: 10px;
}
.entry .heading-txt{
	background-position: 0 -128px;
	display: block;
}
.entry .heading-txt::after{
	width: 100px;
	height: 30px;
	content: "";
	position: absolute;
	top: 12px;
	right: 0;
	background-size: 100px 30px;
}
.logo-3ban::after{
	background-image: url(../images/logo-3ban.png);
}
.logo-4ban::after{
	background-image: url(../images/logo-4ban.png);
}
.logo-5ban::after{
	background-image: url(../images/logo-5ban.png);
}
.logo-6ban::after{
	background-image: url(../images/logo-6ban.png);
}
.logo-7ban::after{
	background-image: url(../images/logo-7ban.png);
}
.logo-8ban::after{
	background-image: url(../images/logo-8ban.png);
}
.logo-10ban::after{
	background-image: url(../images/logo-10ban.png);
}
.logo-11ban::after{
	background-image: url(../images/logo-11ban.png);
}
.form-label{
	margin: 0 0 5px 0;
	width: 100%;
	line-height: 20px;
	color: #fff;
	font-size: 12px;
	display: block;
	text-align: center;
	background: #2f0123;
}
.form-item{
	padding: 0 0 10px 0;
	position: relative;
}
.form-box{
	padding: 0;
}
.play-check > label{
	padding: 10px 20px 10px 0;
    display: inline-block;
}
.alert{
	margin: 0 0 5px 0;
	padding: 10px 0;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
}
.alert a{
	color: #39c;
}
.radio-box{
	padding: 0;
	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;
}
.error{
	margin: 0 0 5px 0;
	line-height: 20px;
	background: #900;
	font-size: 12px;
	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;
}
.general h3{
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #fefea8;
}
.general p{
	padding: 5px 0 20px 0;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
}
.general .important{
	color: #fff;
}
.important span{
	margin: 0 0 5px 0;
	padding: 5px 0;
	line-height: 18px;
	display: block;
	border-bottom: 2px solid #fefea8;
	font-size: 14px;
}
.important a{
	text-decoration: underline;
	word-wrap: break-word;
	color: #39c;
}
.entry .btn-row{
	text-align: center;
}
/*--------------------------------
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: #eee;
	flex-shrink: 0;
	box-shadow: 1px 1px 1px rgba(0,0,0,.2);
}
input[type="radio"]:checked{
	background: #ff99bb;
}
.reg-btn{
	margin: 0 auto;
	width: 100%;
	height: 60px;
	color: #fefea8;
	overflow: hidden;
	font-size: 18px;
	background: #c2005a;
	border-radius: 10px;
}
/*--------------------------------
Footer
--------------------------------*/
.footer{
	padding: 20px 0;
	width: 100%;
}
.copy{
	width: 100%;
	font-size: 14px;
	text-align: center;
}
.nav-link{
	padding: 16px 0;
	text-align: center;
}
.nav-link a{
	color: #fff;
}
/*--------------------------------
PopUp
--------------------------------*/
.popup{
	padding: 10px;
	background: #000;
}
.popup-article{
	padding: 0;
	background: #000;
}
.popup-header{
	padding: 0 10px;
	height: 50px;
	line-height: 50px;
	background: #2f0123;
	color: #fff;
	font-size: 16px;
}
.popup-article .inner{
	padding: 10px 20px;
}
.popup-article h3{
	padding: 10px;
	color: #c36a73;
	line-height: 30px;
	border-bottom: 1px solid #c2005a;
}
.popup-article p{
	padding: 10px;
	line-height: 18px;
	color: #fff;
}
.popup-footer{
	padding: 10px;
	background: #555;
	text-align :center;
}
.popup-footer a{
	color: #fff;
	text-decoration: underline;
}
.disc li {
    padding: 10px;
    line-height: 18px;
    list-style-type: circle;
    list-style-position: inside;
}
@media screen and (min-width: 768px) {
body{
	font-size: 16px;
}
.heading-txt{
	width: 600px;
	height: 64px;
	background-image: url(../images/txt_heading.png);
	background-repeat: no-repeat;
	background-size: 600px 320px;
}
.what .heading-txt{
	background-position: 0 0;
}
.about .heading-txt{
	background-position: 0 -64px;
}
.faq .heading-txt{
	background-position: 0 -192px;
}
.review .heading-txt{
	background-position: 0 -128px;
}
.review-thumb{
	width: 150px;
	height: auto;
}
.review-txt,.faq-txt{
	line-height: 24px;
}
.entry .heading-txt{
	background-position: 0 -256px;
}
.entry .heading-txt::after{
	width: 200px;
	height: 60px;
	top: 2px;
	right: 0;
	background-size: 200px 60px;
}
}

/*--------------------------------
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: 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;
}