/*--------------------------------
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{
	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,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: #f9dfea;
	font-size: 14px;
	font-family: sans-serif;
	color: #111;
	-webkit-text-size-adjust: 100%;
}
a{
	transition: .5s;
}
.clear{
	margin:　0;
	padding:　0;
	height:　0;
	clear:　both;
}
.wrap{
	margin: 0 auto;
	width: 100%;
	max-width: 750px;
	height: 100%;
	position: relative;
}
.content-img{
	width: 100%;
	height: auto;
	object-fit: contain;
}
.inner-txt{
	padding: 200% 0 0 0;
	display: block;
}
/*--------------------------------
header
--------------------------------*/
.main-title{
	color: #f9dfea;
}
.intro{
	position: relative;
	overflow: hidden;
}
.logo{
	color: #f9dfea;
}
.logo::after{
	width: 25%;
	height: 43%;
	content: "";
	overflow: hidden;
	position: absolute;
	left: 5px;
	bottom: 0;
	z-index: 999;
	overflow: hidden;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
}
.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);
}
/*--------------------------------
Contents
--------------------------------*/
.entry-frame{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left :0;
}
.entry-frame iframe{
	width: 100%;
	height: 99%;
}
.content{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left :0;
	display: flex;
	align-items: flex-end;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	opacity: 0;
}
.content-hidden{
	display: none;
}
.fade-in{
	animation:fade_in .5s ease 0s both;
	z-index: 1;
}
@keyframes fade_in{
0% {opacity: 0;display:block;}
100%{opacity: 1;}
}
.fade-out{
	animation:fade-out .5s ease 0s forwards;
	z-index: -1
}
@keyframes fade-out{
0% {opacity: 1;}
100%{opacity: 0;display:none;}
}
.page1{
	background-image: url(../images/bg_01.jpg);
	align-items: flex-start;
}
.page2{
	background-image: url(../images/bg_02.jpg);
}
.page3{
	background-image: url(../images/bg_03.jpg);
}
.page4{
	background-image: url(../images/bg_04.jpg);
}
.page5{
	background-image: url(../images/bg_05.jpg);
}
.page6{
	background-image: url(../images/bg_06.jpg);
}
.page7{
	background-image: url(../images/bg_07.jpg);
}
.page8{
	background-image: url(../images/bg_08.jpg);
}
.page9{
	background-image: url(../images/bg_09.jpg);
}
.page10{
	background-image: url(../images/bg_10.jpg);
}
.page11{
	background-image: url(../images/bg_11.jpg);
}
.page12{
	background-image: url(../images/bg_12.jpg);
}
.page13{
	background-image: url(../images/bg_13.jpg);
}
.page14{
	background-image: url(../images/bg_14.jpg);
}
.page15,.page-success{
	background-image: url(../images/bg_15.jpg);
}
.content .inner{
	margin: 0 auto;
	width: 100%;
	flex-shrink: 0;
}
.page1 .inner{
	background: none;
}
.line{
	padding: 40px 10px 10px 10px;
	position: relative;
	font-size: 21px;
	font-weight: bold;
	line-height: 28px;
	background: linear-gradient(to bottom, rgba(250,224,235,0) 0%,rgba(250,224,235,.5) 50%);
}
.line p{
	padding: 0;
	line-height: 20px;
	opacity: 0;
	animation:fade_in .5s ease 0s forwards;
}
.conf-pane{
	margin: 0 20px 20px 20px;
	padding: 10px 20px;
	background: rgba(255,255,255,.85);
	box-shadow: 1px 1px 1px rgba(0,0,0,.1);
	border-radius: 4px;
}
.conf-txt{
	padding: 10px 0;
	font-size: 16px;
}
.conf-address-pc{
	margin: 10px 0;
	padding: 10px;
	line-height: 24px;
	display: block;
	background: #fff;
	text-align: center;
	font-size: 21px;
	font-family: arial,sans-serif;
	font-weight: bold;
	color: #666;
	box-shadow: 1px 1px 1px rgba(0,0,0,.1);
}
.terms{
	display: flex;
	align-items: center;
	justify-content: center;
}
.terms a{
	width: 50%;
	line-height: 30px;
	border-radius: 15px;
	display: block;
	background: #e0e0e0;
	color: #444;
	text-align: center;
	box-shadow: 0 1px 1px rgba(0,0,0,.2) inset;
}
.terms a:hover{
	box-shadow: 0 0 0 rgba(0,0,0,0) inset;
	background: #d0d0d0;
}
.more::after{
	margin: auto 0;
	width: 30px;
	height: 30px;
	background: url(../images/icon_more.png) no-repeat 0 0;
	background-size: 30px 60px;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	animation: slide_down 1s ease 0s infinite;
}
.end::after{
	margin: auto 0;
	width: 30px;
	height: 30px;
	background: url(../images/icon_more.png) no-repeat 0 -30px;
	background-size: 30px 60px;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: 0;
	animation: fade_in 1s ease 1s forwards;
}
.line p span{
	position: relative;
	border-bottom: 2px solid #900;
}
.line p .user{
	border-bottom: 0;
}
.success{
	margin: 0 20px 20px 20px;
	padding: 20px;
	background: rgba(255,255,255,.85);
	border-radius: 4px;
	box-shadow: 1px 1px 1px rgba(0,0,0,.2);
	position: relative;
}
.success h3{
	padding: 0 10px;
	line-height: 30px;
	border-bottom: 1px dotted #999;
	font-size: 18px;
}
.success p{
	padding: 20px 0;
	font-size: 16px;
	line-height: 20px;
	opacity: 0;
	animation:fade_in .5s ease 0s forwards;
}
.success p a{
	color: #369;
}
.success .important{
	margin: 10px 0 0 0;
	background: #fff;
	box-shadow: 1px 1px 1px rgba(0,0,0,.1);
}
.form-part{
	padding: 20px;
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	background: rgba(255,255,255,.75);
	box-shadow: 2px 2px 2px rgba(0,0,0,.4);
}
.user-list{
	padding: 0 10px 10px 10px;
	display: flex;
	justify-content: space-between;
	
}
.user-item{
	padding: 10px 0;
	width: 32%;
	background: #fff;
	border-radius: 4px;
	box-shadow: 2px 2px 2px rgba(0,0,0,.2);
	display: block;
	animation: slide_down .6s forwards;
	opacity: 0;
	position: relative;
}
.user-item:nth-of-type(1){
	animation-delay: 0;
}
.user-item:nth-of-type(2){
	animation-delay: .3s;
}
.user-item:nth-of-type(3){
	animation-delay: .6s;
}
@keyframes slide_down{
0% {opacity: 0;transform: translate3d(0,-20px,0);}
100%{opacity: 1;transform: translate3d(0,0,0);}
}
.user-item input[type="radio"]{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
	transition: .3s;
	border: 4px solid rgba(0,0,0,0);
	border-radius: 4px;
}
.user-item input[type="radio"]:checked {
	border: 2px solid #900;
}
.user-thumb{
	margin: 0 auto;
	padding: 5px 10px 10px 10px;
	width: 100%;
	max-width: 96px;
	text-align: center;
	position: relative;
}
.user-age{
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	flex-shrink: 0;
	background: #7ecef4;
	color: #fff;
}
.male .user-age{
	background: #f19ec2;
}
.user-job{
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}
.user-desc{
	margin: 0 10px;
	padding: 10px;
	font-size: 16px;
	line-height: 18px;
	background: #7ecef4;
	color: #fff;
	border-radius: 4px;
	position: relative;
}
.user-desc::after{
	width: 0;
	height: 0;
	content: "";
	border-style: solid;
	border-width: 0 5px 10px 5px;
	border-color: transparent transparent #7ecef4 transparent;
	position: absolute;
	top: -10px;
	left: 10px;
	z-index: 2;
}
.male .user-desc{
	background: #f19ec2;
}
.male .user-desc::after{
	border-color: transparent transparent #f19ec2 transparent;
}
/*--------------------------------
Form
--------------------------------*/
input[type="text"]{
	padding: 10px;
	width: 100%;
	height: 44px;
	background: #fff;
	font-size: 18px;
	position: relative;
	text-align: center;
}
input[type="text"].prof-title{
	text-align: left;
}
textarea{
	padding: 10px;
	width: 100%;
	height: 60px;
	background: #fff;
	font-size: 16px;
	position: relative;
	display: block;
}
select{
	padding: 0 10px;
	width: 100%;
	height: 44px;
	line-height: 44px;
	background: url(../images/icon_select.png) no-repeat right #fff;
	background-size: 30px 60px;
	font-size: 16px;
	position: relative;
	border-radius: 0;
}
select:-moz-focusring {
	color: transparent;
	text-shadow: 0px 0px 0px #000;
}
option{
	appearance: none;
	font-size: 18px;
	background: #fff;
}
.radio-box{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.radio-label{
	width: 50%;
	height: 60px;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.radio-value{
	padding: 0 5px;
	width: 100%;
	line-height: 21px;
	font-size: 18px;
	text-align: center;
} 
.radio-label input[type="radio"]{
	width: 28px;
	height: 28px;
	transition: .3s;
	box-shadow: 0 1px 1px rgba(0,0,0,.2) inset;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
	flex-shrink: 0;
}
.radio-label input[type="radio"]::after{
	width: 16px;
	height: 16px;
	content: "";
	background: #fff;
	position: absolute;
	top: 6px;
	left: 6px;
	border-radius: 50%;
	box-shadow: 0 0 0 rgba(0,0,0,.2);
}
.radio-label input[type="radio"]:checked::after{
	background: linear-gradient(45deg, #9d1c32 0%,#ff14a3 33%,#ff14a3 33%,#9d1c32 66%,#ff14a3 100%);
	box-shadow: 1px 1px 0 rgba(0,0,0,.2);
}
.radio-label input[type="checkbox"]{
	width: 28px;
	height: 28px;
	transition: .3s;
	background: #818181;
	border-radius: 0;
	cursor: pointer;
	position: relative;
	flex-shrink: 0;
}
.radio-label input[type="checkbox"]::after{
	width: 24px;
	height: 24px;
	content: "";
	background: #fff;
	position: absolute;
	top: 2px;
	left: 2px;
	border-radius: 0;
	box-shadow: 1px 1px 0 rgba(0,0,0,.2) inset;
}
.radio-label input[type="checkbox"]:checked::after{
	background: linear-gradient(45deg, #9d1c32 0%,#ff14a3 100%);
	box-shadow: 1px 1px 0 rgba(0,0,0,.2) inset;
}
.form-item{
	margin: 0 auto;
	padding: 0 10px 10px 10px;
	width: 100%;
	position: relative;
	background: rgba(250,224,235,.5);
}
.form-item p{
	padding: 0;
}
.form-item p label.error{
	line-height: 20px;
	text-align: center;
	background: #900;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	animation:slide_down 0.5s ease 4s forwards;
	position: absolute;
	top: -20px;
	right: 10px;
	left: 10px;
	z-index: 999;
}
.form-item p label.error::after{
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 3px 0 3px;
	border-color: #900 transparent transparent transparent;
	position: absolute;
	right: 0;
	bottom: -6px;
	left: 0;
	content: "";
	display: block;
}
@keyframes slide_down{
0% {opacity: 0;transform: translate3d(0,-10px,0);}
100%{opacity: 1;transform: translate3d(0,0,0);}
}
.form-label{
	margin: 0 0 10px 0;
	width: 100%;
	line-height: 30px;
	text-align: center;
	top: 0;
	bottom: 20px;
	left: 0;
	background: #e968a1;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn-row{
	margin: 0 auto;
	padding: 0 10px 20px 10px;
	width: 100%;
	line-height: 60px;
	text-align: center;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	background: rgba(250,224,235,.5);
}
.page1 .btn-row{
	padding: 10px;
}
.next-btn,.skip-btn,.entry-btn{
	width: 100%;
	height: 60px;
	color: #fff;
	cursor: pointer;
	transform: translate3d(0,0,0);
	overflow: hidden;
	background: linear-gradient(to bottom, #ff14a3 0%,#9d1c32 100%);
}
.btn-row .inner-txt{
	background-repeat: no-repeat,no-repeat,no-repeat;
	background-size: auto 60px, auto 60px, auto 60px;
	background-position: left top, center top, right top;
}
.next-btn .inner-txt,
.skip-btn .inner-txt,
.conf-btn .inner-txt{
	background-image: url(../images/bg_btn_l.png), url(../images/btn_next.png), url(../images/bg_btn_r.png);
}
.entry-btn .inner-txt{
	background-image: url(../images/bg_btn_l.png), url(../images/btn_entry.png), url(../images/bg_btn_r.png);
}
.start-btn{
	animation:start 0.5s ease .2s forwards;
	opacity: 0;
}
.start-btn .inner-txt{
	background-image: url(../images/bg_btn_l.png), url(../images/btn_start.png), url(../images/bg_btn_r.png);
}
@keyframes start{
0% {opacity: 0;transform: translate3d(0,-10px,0);}
100%{opacity: 1;transform: translate3d(0,0,0);}
}
.require:disabled{
	filter: grayscale(100%);
	background: #999;
	color: #666;
}
.back-btn{
	padding: 0 10px 0 24px;
	height: 60px;
	line-height: 60px;
	display: block;
	color: #111;
	cursor: pointer;
	flex-shrink: 0;
	background: url(../images/icon_backbtn.png) no-repeat left;
	background-size: 20px;
}
.ymd-select{
	display: flex;
	justify-content: space-between;
}
.ymd-select select{
	width: 33%;
}
.prof-select{
	width: 100%;
	overflow: hidden;
	display: flex;
}
.prof-select select:nth-of-type(2){
	margin: 0 1px;
}
.sample-text{
	padding: 0 10px 10px 10px;
}
.sample-text a{
	height: 40px;
	line-height: 40px;
	background: #369;
	color: #fff;
	display: block;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.sample-text a::before{
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #369 transparent;
	content: "";
	display: block;
	position: absolute;
	top: -12px;
	left: 0;
	right: 0;
}
.sample-text a::after{
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #369 transparent transparent transparent;
	content: "";
	display: block;
	position: absolute;
	bottom: -12px;
	left: 0;
	right: 0;
	z-index:999;
}
#area_member,.mail-domain{
	margin: 1px 0 0 0;
}
.footer{
	color: #f9dfea;
}
.intro .error{
	margin: 8px;
	padding: 16px;
	color: #900;
	background: rgba(255,255,255,.85);
	text-align: center;
	box-shadow: 2px 2px 2px rgba(0,0,0,.2);
	border-radius: 4px;
}
/*--------------------------------
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:#600;color:#fff;font-size:16px;}
#popup article h3{padding:10px;color:#600;line-height:30px;}
#popup article p{padding:10px;line-height:18px;color:#666;} 

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

