/*--------------------------------
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
--------------------------------*/
body{
	background: #f2ede9;
	font-size: 14px;
	font-family: sans-serif;
	color: #3e3e3e;
	-webkit-text-size-adjust: 100%;
	font-weight: 200;
}
a,button{
	transition: .3s;
}
.wrap{
	margin: 0 auto;
	padding: 50px 0 0 0;
	width: 100%;
	max-width: 768px;
}
/*--------------------------------
Header
--------------------------------*/
.top{
	width: 100%;
	background: #ab4295;
	position: fixed;
	top: 0;
	z-index: 10;
}
.top .inner{
	padding: 0 50px 0 10px;
	width: 100%;
	max-width: 768px;
	height: 50px;
	display: flex;
	flex-direction: column;
	justify-content: left;
	align-items: center;
	overflow: hidden;
}
.top .inner span{
	padding: 200% 0 0 0;
	display: block;
}
.top h1{
	width: 100%;
	height: 25px;
	background-size: auto 25px;
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
}
.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);
}
.catch{
	width: 100%;
	height: 25px;
	overflow: hidden;
	flex-grow: 0;
	background: url(../images/bg_catch.png) no-repeat left top;
	background-size: auto 25px;
}
.open-nav a{
	width: 50px;
	height: 50px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 11;
	overflow: hidden;
	background: url(../images/icon_open_nav.png) no-repeat 0 0;
	background-size: 50px;
}
.open-nav span{
	padding: 200% 0 0 0;
	display: block;
}
.gnav{
	display: none;
}
.gnav ul{
	width: 100%;
	position: fixed;
	top: 50px;
	background: #3e3e3e;
	z-index: 11;
}
.gnav li{
	box-shadow: 0 -1px 0 rgba(0,0,0,.1) inset;
}
.gnav a{
	line-height: 44px;
	color: #fff;
	display: block;
	text-align :center;
	display: block;
}
/*--------------------------------
Intro
--------------------------------*/
.intro{
	overflow: hidden;
}
.intro-item{
	overflow: hidden;
}
.intro-item img{
	width: 100%;
	height: auto;
}
.wrap .swiper-pagination{
	padding: 10px 0;
	position: relative;
	bottom: 0;
	z-index: -1;
}
.wrap .swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 10px;
	width: 8px;
	height: 8px;
	background: #8d87a3;
	opacity: 1;
}
.wrap .swiper-pagination-bullets .swiper-pagination-bullet-active{
	background: #ab4295;
}
.wrap .swiper-slide{
	padding: 0;
}
.wrap .swiper-slide img{
	width: 100%;
}
/*--------------------------------
Category
--------------------------------*/
.category{
	padding: 0 0 10px 0;
	text-align: center;
}
.category-head{
	padding: 10px 0;
}
.category-head h1{
	height: 50px;
	background: url(../images/bg_category_head.png) no-repeat center top;
	background-size: auto 50px;
	overflow: hidden;
}
.category-head h1 span{
	padding: 200% 0 0 0;
	display: block;
}
.category-nav{
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.category-nav a{
	padding :32% 0 0 0;
	width: 32%;
	height: 0;
	overflow: hidden;
	cursor: pointer;
}
.category-01{
	background: url(../images/bg_category01.jpg) no-repeat 0 0;
	background-size: cover;
}
.category-02{
	background: url(../images/bg_category02.jpg) no-repeat 0 0;
	background-size: cover;
}
.category-03{
	background: url(../images/bg_category03.jpg) no-repeat 0 0;
	background-size: cover;
}
.category-nav a span{
	padding: 200% 0 0 0;
	display: block;
}
.sub-category{
	padding: 10px 0;
	display: none;
}
.sub-category header{
	padding: 10px;
}
.sub-category header h1{
	height: 15px;
	overflow: hidden;
	background-image: url(../images/bg_subhead.png);
	background-size: auto 45px;
	background-repeat: no-repeat;
}
.parts-head{
	background-position: 0 0;
}
.genre-head{
	background-position: 0 -15px;
}
.play-head{
	background-position: 0 -30px;
}
.sub-category header span{
	padding: 200% 0 0 0;
	display: block;
}
.sub-category-nav{
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.sub-category-nav a{
	margin: 0 0 10px 0;
	padding: 30% 0 0 0;
	width: 30%;
	height: 0;
	display: block;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	position: relative;
}
.sub-category-nav a span{
	padding: 10px;
	line-height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align :center;
	background: rgba(0,0,0,.5);
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.blank{
	width: 163px;
	height: 0;
}
.cate-desc{
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.cate-desc p{
	padding: 40px 20px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,.3);
}
.breadcrumbs{
	padding: 10px;
	line-height: 20px;
}
.breadcrumbs a{
	color: #ab4295;
}
.sub-intro{
	padding: 0 0 10px 0;
}
.heading{
	padding: 0 0 10px 0;
	width: 100%;
	text-align: center;
}
.heading h1{
	font-size: 21x;
	line-height: 28px;
	font-weight: bold;
}
.heading h1 span{
	color: #ab4295;
}
.heading p{
	font-size: 16px;
	line-height: 20px;
}
.user-list{
	padding: 10px 0 70px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.user-item{
	width: 50%;
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
}
.user-item .inner{
	padding: 10px;
	text-align :center;
}
.user-item h2{
	font-size: 14px;
	line-height: 18px;
	color: #ab4295;
}
.user-item p{
	font-size: 14px;
	line-height: 16px;
}
.user-thumb{
	width: 100px;
	height: 100px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	flex-shrink: 0;
}
.more-btn{
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.more-btn a{
	width: 120px;
	height: 32px;
	border-radius: 16px;
	display: block;
	color: #fff;
	background: url(../images/bg_morebtn.png) no-repeat 0 0 #c67da6;
	background-size: auto 32px;
	overflow: hidden;
}
.more-btn a span{
	padding: 200% 0 0 0;
	display: block;
}
/*--------------------------------
About
--------------------------------*/
.about-head{
	height: 78px;
	background: url(../images/bg_abouthead.png) no-repeat center center;
	overflow: hidden;
    background-size: 90% auto;
}
.about-head span{
	padding: 200% 0 0 0;
	display: block;
}
.about article{
	margin: 0 0 20px 0;
	min-height: 108px;
	display: flex;
	align-items: center;
}
.about article p{
    padding: 15px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 10px;
}
.about-received{
    padding: 0 10px 0 80px;
    background: url(../images/icon_received.png) no-repeat 10px 0;
	justify-content: left;
    background-size: 60px;
}
.about-received p{
	background: #b1e6f6;
}
.about-sent{
    padding: 0 80px 0 10px;
    background: url(../images/icon_sent.png) no-repeat right 10px top 0;
	justify-content: right;
    background-size: 60px;
}
.about-sent p{
	background: #fff;
}
.feti-screen{
	border: 2px solid #fff;
	display: block;
	width: 80%;
	margin: auto;
}
.feti-screen img{
	width: 100%;
	height: auto;
}

/*--------------------------------
Button
--------------------------------*/
.btn-row{
	padding: 10px;
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	align-items: center;
	position: relative;
}
.btn-row a{
	box-shadow: 0 -4px 0 rgba(0,0,0,.2) inset;
	border-radius: 8px;
	overflow: hidden;
}
.btn-row a span{
	padding: 200% 0 0 0;
	display: block;
}
.terms-btn{
	margin: 10px 0 0 0;
	width: 50%;
	height: 44px;
	background: url(../images/bg_terms_btn.png) no-repeat center top #8d87a3;
	background-size: 186px auto;
}
.entry-btn{
	width: 100%;
	height: 74px;
	background: url(../images/bg_entry_btn.png) no-repeat center top #ab4295;
	background-size: 300px 74px;
}
.top-entry-btn{
	width: 100%;
	height: 74px;
	background: url(../images/bg_entry_btn.png) no-repeat  center top #ab4295;
	background-size: 300px 74px;
}
.top-btn-desc{
	width: 60px;
	height: 54px;
	background: url(../images/icon_toppage_btn.png) no-repeat 0 0;
	background-size: 60px 54px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 2;
}
.top-btn-desc span{
	padding :200% 0 0 0;
	display: block;
}
.btn-desc{
	margin: 0 auto;
	padding: 0 10px;
	width: 90%;
	height: 50px;
	line-height: 50px;
	text-align :center;
	font-size: 14px;
	line-height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	background: #67c1c9;
	color: #fff;
	position: absolute;
	top: -50px;
	right: 0;
	left: 0;
	box-shadow: 1px 1px 1px rgba(0,0,0,.2);
}
.btn-desc::after{
	width: 20px;
	height: 14px;
	content: "";
	background: url(../images/bg_btn_desc.png) no-repeat 0 0;
	background-size: 20px 14px;
	position: absolute;
	bottom: -14px;
	right: 60px;
	z-index: 2;
}
/*--------------------------------
Form
--------------------------------*/
.entry-form{
	margin: 0 auto;
	padding: 60px 10px 10px 10px;
	width: 100%;
	max-width: 750px;
}
.entry-form .inner{
	padding: 10px;
	background :#fff;
}
.entry-form .heading{
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
}
.entry-head{
	width: 100%;
	height: 20px;
	overflow: hidden;
	background: url(../images/bg_entryhead.png) no-repeat center top;
	background-size: auto 20px;
}
.entry-head span{
	padding :200% 0 0 0;
	display: block;
}
.entry-intro{
	margin: 0 auto;
	width: 310px;
	height: 80px;
	background: url(../images/bg_entry_intro.png) no-repeat center top;
	background-size: 310px 80px;
	display: flex;
}
.entry-intro p:nth-of-type(1){
	width: 84px;
	height: 80px;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.entry-intro p:nth-of-type(1) span{
	width: 100%;
	font-size: 10px;
	line-height: 11px;
}
.entry-intro p:nth-of-type(1) span:nth-of-type(1){
	padding: 2px 10px;
	font-size: 11px;
	line-height: 12px;
}
.entry-intro p:nth-of-type(2){
	height: 80px;
	overflow: hidden;
}
.entry-intro p:nth-of-type(2) span{
	padding: 200% 0 0 0;
	display: block;
}
.form-label{
	margin: 0 0 5px 0;
	width: 100%;
	line-height: 20px;
	background: #333;
	color: #fff;
	font-size: 12px;
	text-align: center;
	display: block;
}
.form-item{
	padding: 0 0 10px 0;
	position: relative;
}
.entry-form .form-item p{
}
.alert{
	margin: 0 0 5px 0;
	padding: 10px;
	font-size: 12px;
	line-height: 16px;
	background: #fff;
	color: #333;
}
.alert a{
	color: #39c;
}
.radio-box{
	display: flex;
	align-items: center;
	color: #fff;
}
.radio-label{
	width: 100%;
	display: flex;
	align-items: center;
}
.radio-label span{
	width: 50%;
	flex-grow: 1;
	text-align: center;
	color: #666;
}
.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{
	padding: 10px 10px 0 10px;
}
.general-content{
	padding: 10px;
	background: #fff;
}
.general h3{
	border-bottom: 1px dotted #ccc;
	font-size: 14px;
	line-height: 30px;
	font-weight: 400;
}
.general p{
	padding: 20px 0;
	font-size: 14px;
	line-height: 18px;
}
.general .important{
	background: #fff;
	color: #333;
	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;
}
/*--------------------------------
Form parts
--------------------------------*/
input[type="text"],
input[type="password"]{
	padding: 10px;
	width: 100%;
	height: 40px;
	background: #fafafa;
	font-size: 14px;
	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: 14px;
	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{
	text-align: center;
}
.reg-btn button{
	width: 100%;
	height: 60px;
	font-size: 24px;
	font-weight: bold;
	box-shadow: 0 -4px 0 rgba(0,0,0,.2) inset;
	border-radius: 8px;
	overflow: hidden;
	background: #ab4295;
	color: #fff;
}
/*--------------------------------
Footer
--------------------------------*/
.footer{
	padding: 20px 0;
	width: 100%;
	background: #3d3d3d;
}
.footer small{
	width: 100%;
	font-size: 12px;
	text-align: center;
	color: #fff;
}
/*--------------------------------
PopUp
--------------------------------*/
.popup{
	padding: 10px;
	background: #f0f0f0;
}
.popup article{
	padding: 0;
	background: #fff;
}
.popup article h2{
	padding: 0 10px;
	height: 50px;
	line-height: 50px;
	background: #000;
	color: #fff;
	font-size: 16px;
}
.popup article .inner{
	padding: 10px 20px;
}
.popup article h3,
.popup article h4{
	padding: 10px;
	color: #06c;
	line-height: 30px;
	border-bottom: 1px solid #ddd;
}
.popup article p,
.popup article ul{
	padding: 10px;
	line-height: 18px;
	color: #666;
}
.popup footer{
	padding: 10px;
	background: #555;
	text-align :center;
}
.popup footer a{
	color: #fff;
	text-decoration: underline;
}

/* lppr */
body .lpprtitle{
	background: #8d87a3;
	color: #fff;
}
body .lpprbox{
	color: #fff;
}

/* 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: fixed;
	top: 0px;
	right: 0px; 
	z-index: 10;
}
#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;
}