/*--------------------------------
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,li{
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 400;
}
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;
	color: #666;
}
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: url(../images/bg.png) #f9dbe1;
	font-size: 14px;
	font-family: sans-serif;
	color: #7d5a40;
	-webkit-text-size-adjust: 100%;
	font-weight: 400;
	font-family: "Rounded Mplus 1c",sans-serif;
}
a,button{
	transition: .3s;
}
.clear{
	margin:　0;
	padding:　0;
	height:　0;
	clear:　both;
}
.wrap{
	margin: 0 auto;
	padding: 0 0 20px 0;
	width: 100%;
	max-width: 768px;
	position: relative;
}
.home{
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 768px;
	height: 100%;
	background: url(../images/bg_intro.jpg) no-repeat center top;
	background-size: cover;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
/*--------------------------------
header
--------------------------------*/
.top{
	margin: 0 auto;
	padding: 0 0 20px 0;
	width: 105px;
	background: url(../images/bg_sidebar.png) no-repeat bottom;
	background-size: 105px auto;
}
.top h1{
	padding: 0 10px;
}
.top h1 a{
	width: 85px;
	height: 70px;
	display: block;
	transition: .3s;
	overflow: hidden;
	cursor: pointer;
	background-size: 85px 70px;
}
.logo-3ban a{
	background-image: url(../images/logo-3ban.png);
}
.logo-4ban a{
	background-image: url(../images/logo-4ban.png);
}
.logo-5ban a{
	background-image: url(../images/logo-5ban.png);
}
.logo-6ban a{
	background-image: url(../images/logo-6ban.png);
}
.logo-7ban a{
	background-image: url(../images/logo-7ban.png);
}
.logo-8ban a{
	background-image: url(../images/logo-8ban.png);
}
.top h1 span{
	padding: 120% 0 0 0;
	display: block;
}
.gnav{
	padding: 0 0 10px 0;
	width: 100%;
	display: flex;
	justify-content: space-around;
}
.gnav a{
	margin: 0 auto;
	width: 100px;
	height: 70px;
	display: block;
	overflow: hidden;
	transform: translate3d(0,0,0);
	transition: .3s;
	cursor: pointer;
}
.gnav a span{
	padding: 120% 0 0 0;
	display: block;
}
.gnav li{
	padding: 10px 0;
	width: 33%;
	overflow: hidden;
	text-align: center;
}
.gnav li a{
	margin: 0 auto;
	background-image: url(../images/btn_gnav.png);
	background-repeat: no-repeat;
	background-size: 100px 280px;
}
.gnav01{
	background-position: 0 0;
	animation: bounce-down 2.4s ease 0s infinite;
	transform: translate3d(0,8px,0);
}
.gnav02{
	background-position: 0 -70px;
	animation: bounce-up 2.4s ease 0s infinite;
}
.gnav03{
	background-position: 0 -140px;
	animation: bounce-down 2.4s ease .2s infinite;
	transform: translate3d(0,8px,0);
}
/*--------------------------------
Home
--------------------------------*/
.intro{
	height: 200px;
	overflow: hidden;
}
.intro .inner{
	padding: 200% 0 0 0;
}
.top-nav{
	padding: 10px 0 0 0;
	position: relative;
}
.top-regbtn{
	margin: 0 auto;
	width: 300px;
	height: 45px;
	background: url(../images/btn_topreg.png) no-repeat 0 0;
	background-size: 300px 45px;
	display: block;
	overflow: hidden;
	border-radius: 6px;
	box-shadow: 2px 2px 2px rgba(0,0,0,.2);
	cursor: pointer;
	transform: translate3d(0,0,0);
}
.top-regbtn span{
	padding: 120% 0 0 0;
	display: block;
}
.sub-nav{
	padding: 10px 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sub-nav li{
	flex-shrink: 1;
	flex-grow: 1;
}
.sub-nav li a{
	line-height: 30px;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #7d5a40;
}
/*--------------------------------
Contents
--------------------------------*/
.content{
	padding: 10px 10px 20px 10px;
}
.general{
	margin: 0 auto;
	padding: 20px 20px 0 20px;
	width: 744px;
	position: relative;
}
@media screen and (max-width:414px) { 
.general{
	width: 388px;
}
}
@media screen and (max-width:375px) { 
.general{
	width: 343px;
}
}
@media screen and (max-width:320px) { 
.general{
	width: 298px;
}
}
.general .inner{
	position: relative;
	padding: 140px 20px 40px 20px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	
}
.general .text-pane{
	padding: 20px;
	justify-content: flex-start;
}
.general::before{
	height: 20px;
	background-image: url(../images/bg_gen_top.png);
	background-repeat: repeat-x;
	background-size: 45px 20px;
	background-position: left top;
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	right: 14px;
	left: 14px;
	z-index: 2;
}
.general .inner::before{
	width: 20px;
	background-image: url(../images/bg_gen_left.png);
	background-repeat: repeat-y;
	background-size: 20px 45px;
	background-position: left top;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -20px;
}
.general::after{
	height: 20px;
	background-image: url(../images/bg_gen_bottom.png);
	background-repeat: repeat-x;
	background-size: 45px 20px;
	background-position: left top;
	content: "";
	display: block;
	position: absolute;
	right: 14px;
	bottom: -14px;
	left: 14px;
	
}
.general .inner::after{
	width: 20px;
	background-image: url(../images/bg_gen_right.png);
	background-repeat: repeat-y;
	background-size: 20px 45px;
	background-position: left top;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -20px;
}

.general h3{
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	border-bottom: 1px dotted #ccc;
	z-index: 3;
}
.general p{
	padding: 0 0 10px 0;
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	z-index: 3;
}
.general figure{
	padding: 0 0 10px 0;
}
.general .about-img{
	padding: 0 0 10px 0;
}

.general figure img{
	width: 100%;
	height: auto;
	border-radius: 8px;
}
.heading{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.top-head::before,.top-head::after,.voice-title::before,.voice-title::after{
	height: 12px;
	background-image: url(../images/bg_gen_corner.png),url(../images/bg_gen_corner.png);
	background-repeat: no-repeat,no-repeat;
	background-size: 12px,12px;
	background-position: left 8px top 0,right 8px top 0;
	content: "";
	display: block;
	position: absolute;
}
.top-head::before{
	top: 15px;
	right: 0;
	left: 0;
}
.top-head::after{
	bottom: -6px;
	right: 0;
	left: 0;
}
.voice-title::before{
	top: -6px;
	right: -20px;
	left: -20px;
}
.voice-title::after{
	bottom: -6px;
	right: -20px;
	left: -20px;
}
.heading h1{
	margin: 0 auto;
	width: 200px;
	height: 140px;
	background-image: url(../images/btn_gnav.png);
	background-size: 200px 560px;
	background-repeat: no-repeat;
	overflow: hidden;
	z-index: 2;
	position: absolute;
	left: 0;
	right: 0;
}
.heading h1 span{
	padding: 120% 0 0 0;
	display: block;
}
.about-head{
	background-position: 0 0;
}
.voice-head{
	background-position: 0 -140px;
}
.voice-blank{
	background-position: 0 -140px;
}
.faq-head{
	background-position: 0 -280px;
}
.voice{
	margin: 0 auto;
	padding: 150px 0 0 0;
	width: 100%;
	position: relative;
}
.voice .heading{
	z-index: -1;
}
.voice .general .inner{
	padding: 20px;
}
.voice .general aside p{
	padding: 0 20px;
	line-height: 40px;
}

.item{
	margin: 0 auto;
	padding: 0 0 20px 0;
	width: 100%;
}
.general aside{
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.general aside figure{
	padding: 0;
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 50%;
	flex-shrink: 0;
}
.general aside img{
	width: 100%;
	height: auto;
	border-radius: 0;
}
.js-open a{
	margin: 0 auto;
	padding: 15px 40px 15px 10px;
	width: 100%;
	height: min-80px;
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	background-image: url(../images/bg.png);
	background-size: 187px auto;
	background-repeat: repeat;
	text-align: left;
	cursor: pointer;
	flex-shrink: 0;
	flex-grow: 1;
	box-shadow: 1px 1px 1px rgba(125,90,64,.5);
	position: relative;
}
.js-open a::after,.js-close a::after{
	margin: auto;
	width: 30px;
	height: 30px;
	position: absolute;
	display: block;
	content: "";
	top: 0;
	right: 10px;
	bottom: 0;
}
.js-open a::after{
	background: url(../images/icon_open.png) no-repeat 0 0;
	background-size: 30px;
}
.js-close a::after{
	background: url(../images/icon_close.png) no-repeat 0 0;
	background-size: 30px;
}
.item:nth-of-type(1) a,.item:nth-of-type(6) a{
	background-color: #fcd2d7;
}
.item:nth-of-type(2) a,.item:nth-of-type(7) a{
	background-color: #c3e8fc;
}
.item:nth-of-type(3) a,.item:nth-of-type(8) a{
	background-color: #c3fce3;
}
.item:nth-of-type(4) a,.item:nth-of-type(9) a{
	background-color: #fffeb2;
}
.item:nth-of-type(5) a,.item:nth-of-type(10) a{
	background-color: #f5dbff;
}
@keyframes bounce-up{
0%{transform: translate3d(0,0,0);}
50%{transform: translate3d(0,8px,0);}
100%{transform: translate3d(0,0,0);}
}
@keyframes bounce-down{
0%{transform: translate3d(0,8px,0);}
50%{transform: translate3d(0,0,0);}
100%{transform: translate3d(0,8px,0);}
}
.terms{
	height: 690px;
}
.terms .inner{
	padding: 60px 0 0 0;
	overflow: hidden;
}
.sub-head{
	width: 100%;
	padding: 0 0 10px 0;
}
.sub-head h1{
	font-size: 18px;
	line-height: 20px;
	border-bottom: 4px solid #c79169;
}
.page-top{
	position: fixed;
	bottom: 20px;
	right: 10px;
	z-index: 5; 
}
.page-top a{
	margin: 0 auto;
	width: 100px;
	height: 70px;
	background: url(../images/btn_gnav.png) no-repeat 0 -210px;
	background-size: 100px 280px;
	animation: bounce-up 2.4s ease 0s infinite;
	display: block;
	overflow: hidden;
}
.page-top a span{
	padding: 120% 0 0 0;
	display: block;
}
/*--------------------------------
Form
--------------------------------*/
.entry-form{
	margin: 0 auto;
	padding: 0 10px;
	width: 100%;
	font-weight: 400;
}
.entry-form .inner{
	padding: 20px 0 0 0;
}
.entry-form .top{
	margin: 0 auto;
	position: relative;
}
.form-label{
	width: 100%;
	line-height: 20px;
	background: #b29e8f;
	color: #fff;
	font-size: 11px;
	text-align: center;
	display: block;
}
.form-item{
	padding: 0 0 10px 0;
	position: relative;
}
.entry-form .form-item p{
	padding: 0;
}
.alert{
	margin: 0 0 10px 0;
	padding: 10px;
	font-size: 12px;
	line-height: 16px;
	color: #333;
	background: #fff;
}
.alert a{
	color: #39c;
}
.entry-form .form-item .radio-box{
	padding: 10px 0 0 0;
	display: flex;
	align-items: center;
	color: #333;
}
.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 .important{
	margin: 10px 0 0 0;
	padding: 10px;
	width: 100%;
	border: 2px solid #900;
	font-size: 14px;
}
.important span{
	margin: 0 0 5px 0;
	line-height: 30px;
	display: block;
	border-bottom: 4px solid #900;
	font-size: 14px;
}
.important a{
	text-decoration: underline;
	word-wrap: break-word;
	color: #39c;
}
.reg-btn{
	padding: 0;
	text-align: center;
}
.reg-btn button{
	margin: 0 auto;
	width: 100%;
	height: 110px;
	background: url(../images/btn_regbtn.png) no-repeat center -10px;
	background-size: 125px;
	transition: .3s;
	transform: translate3d(0,0,0);
	font-size: 24px;
	color: #7d5a40;
	cursor: pointer;
}
.reg-btn button span{
	padding: 0 0 20px 0;
	display: block;
}
/*--------------------------------
Form parts
--------------------------------*/
input[type="text"]{
	padding: 10px;
	width: 100%;
	height: 40px;
	background: #fafafa;
	font-size: 14px;
	position: relative;
	border: 1px solid #ddd;
	border-radius: 2px;
}
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;
}
select:-moz-focusring {
	color: transparent;
	text-shadow: 0px 0px 0px #000;
}
textarea{
	padding: 10px;
	width: 100%;
	height: 100px;
	background: #fafafa;
	font-size: 14px;
	position: relative;
	display: block;
	border: 1px solid #ddd;
}
input[type="radio"]{
	width: 36px;
	height: 36px;
	border: 5px 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::after{
	width: 26px;
	height: 26px;
	background: #f90;
	border-radius: 50%;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
}
/*--------------------------------
Footer
--------------------------------*/
.copy{
	width: 100%;
	background: #fff;
}
.copy small{
	padding: 20px 0;
	width: 100%;
	line-height: 20px;
	text-align: center;
}
/*--------------------------------
PopUp
--------------------------------*/
#popup{padding:10px;background:#f0f0f0;}
#popup article{padding:0;background:#fff;}
#popup article header{padding:0;}
#popup article header h1{padding:0 10px;height:50px;line-height:50px;background:#f90;color:#fff;font-size:16px;}
#popup article h3{padding:10px;color:#f90;line-height:30px;}
#popup article p{padding:10px;line-height:18px;color:#666;} 

#popup .disc{
	padding: 10px;
}
#popup .general{
	width: auto;
	padding: 10px;
}
#popup .general::before,
#popup .general::after{
	height: 0;
}
/* lppr */
body .lpprtitle{
	background: #ad886d;
	color: #fff;
}
body .lpprbox{
	background: rgba(255,255,255,0.3);
}

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

