/*--------------------------------
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:not([type=checkbox]),textarea,button{
	font: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}
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{
	font-size: 14px;
	font-family: sans-serif;
	color: #fff;
	-webkit-text-size-adjust: 100%;
    width: 100%;
    height: 100%;
    background: #000;
}
a{
	transition: .5s;
}
.txt-none{
    text-indent: 120%;
    overflow: hidden;
    white-space: nowrap;
}
.wrapper{
    width: 100%;
    height: 100%;
    background: url(../images/top-bg-gray.jpg) no-repeat center 0,url(../images/top-bg-left.jpg) no-repeat left 0,url(../images/top-bg-right.jpg) no-repeat right 0;
    background-size: contain;
}
.wrap{
    width: 1040px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    background: url(../images/top-bg.jpg) no-repeat center 0;
    background-size: cover;
}
.mincho{
    font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
/*--------------------------------
header
--------------------------------*/
.header{
    width: 178px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
}
.header .catch{
    width: 100%;
    line-height: 120px;
    background: url(../images/catch.png) no-repeat center center;
}
.header .title{
    width: 100%;
    line-height: 50px;
    background-color: #770b0b;
    background-position: center;
    background-repeat: no-repeat;
}
.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);
}
.logo-10ban{
    background-image: url(../images/logo-10ban.png);
}
/*--------------------------------
contents
--------------------------------*/
.reg-btn{
    width: 138px;
    height: 160px;
    position: absolute;
    bottom: 40px;
    left: 20px;
    background: url(../images/queen-btn.png) no-repeat 0 0;
    z-index: 1;
    cursor: pointer;
}
.reg-btn span{
    display: block;
}
.reg-btn .btn-cloud{
    width: 138px;
    height: 100px;
    position: absolute;
    top: -72px;
    left: 0;
    background: url(../images/btn-cloud.png) no-repeat 0 0;
}

.menu{
    width: 180px;
    position: absolute;
    bottom: 45px;
    right: 0;
}
.menu .menu-btn{
    width: 100%;
    height: 100px;
    margin: 10px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #000;
    color: #fff;
    text-align: center;
    font-weight: bold;
    transition: all .3s;
    cursor: pointer;
    position: relative;
}
.menu .menu-btn::before{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50px;
    margin: auto 0;
    border: 55px solid transparent;
    border-right: 0px solid #000;
    transition: all .3s;
}
.menu .menu-btn.active{
    width: 185px;
    height: 110px;
    margin: 5px 0 -5px -5px;
    background: #770b0b;
}
.menu .menu-btn.active::before{
    left: -74.5px;
    border: 55px solid transparent;
    border-right: 20px solid #770b0b;
}
.menu .menu-btn p{
    padding: 10px 0;
    position: relative;
    font-size: 18px;
    transition: all .3s;
}
.menu .menu-btn p::after{
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 55px;
    height: 1px;
    background: rgba(255,255,255,0.5);
    transition: all .3s;
}
.menu .menu-btn span{
    padding: 10px;
    display: block;
    color: #b90d0d;
    font-size: 12px;
    transition: all .3s;
}
.menu .menu-btn.active p{
    font-size: 20px;
}
.menu .menu-btn.active span{
    font-size: 13px;
    color: #ff7575;
}
.menu .menu-btn.active p::after{
    width: 72px;
    background: rgba(255,255,255,1);
}
    
.contents{
    width: 660px;
    height: 689px;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    position: absolute;
    bottom: 30px;
    right: 205px;
    color: #fff;
    opacity: 0;
    z-index: 1;
    transition: .3s;
}
.contents.active{
    bottom: 40px;
    opacity: 1;
    z-index: 5;
}
.contents.info{
    background: none;
}
.contents.info::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/info-bg.jpg) no-repeat 0 0;
    border-radius: 5px;
    opacity: .9;
    z-index: 1;
}
.contents.info .inner{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.contents .head{
    padding: 30px 0;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    background: url(../images/heading-bottom.png) no-repeat center bottom;
}
.contents .head span{
    margin: 3px 0 -3px;
    display: block;
    font-size: 16px;
    color: #c90606;
}
.contents .text{
    font-size: 16px;
    line-height: 1.5;
}
.contents.info .text{
    padding: 30px 40px;
}

.contents.image .inner{
    padding: 20px 10px 20px 20px;
    display: flex;
}
.image-area{
    flex: 1 1 50%;
    margin: 0 10px 0 0;
}
.image-area:first-of-type{
	border-right: 1px solid #666;
	padding: 0 10px 0 0;
}
.image-area .profile{
    display: flex;
    margin: 0 0 10px;
}
.image-area .profile img{
    display: block;
    margin: 0 15px 0 0;
}
.image-area .profile .text{
    font-size: 12px;
    line-height: 1.5;
}
.image-area .review{
    margin: 0 0 15px;
    padding: 10px 30px;
    background: rgba(129,129,129,.4);
    font-size: 16px;
    line-height: 1.2;
}
.image-area .chat{
    height: 360px;
    padding: 15px 15px 1px;
    background: #000;
}
.image-area .chat .female{
    position: relative;
    min-height: 66px;
}
.image-area .chat .female::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 66px;
    height: 66px;
    border-radius: 33px;
}
.image-area.image01 .chat .female::before{
    background: url(../images/image-f01.jpg) no-repeat 0 0;
}
.image-area.image02 .chat .female::before{
    background: url(../images/image-f02.jpg) no-repeat 0 0;
}
.image-area .chat p{
    margin: 0 0 15px;
}
.image-area .chat span{
    display: block;
    padding: 8px 6px;
    position: relative;
    border-radius: 2px;
    font-size: 12px;
    line-height: 1.5;
}
.image-area .chat .female span{
    margin: 0 0 0 92px;
    background: #770b0b;
}
.image-area .chat span::before{
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.image-area .chat .female span::before{
    left: -25px;
    border-right: 15px solid #770b0b;
}
.image-area .chat .male span{
    margin: 0 15px 0 75px;
    background: #fff;
    color: #000;
}
.image-area .chat .male span::before{
    right: -25px;
    border-left: 15px solid #fff;
}
.image-area .chat .pict{
    display: block;
    margin: 0 0 15px auto;
}
.contents.image .caution{
    font-size: 12px;
    position: absolute;
    bottom: 15px;
    right: 20px;
}

.contents .general-inner{
    height: 527px;
    margin: 30px 40px;
    overflow: auto;
}
.contents .general-inner h3{
    padding: 10px 0;
    margin: 10px 0;
    font-size: 18px;
    border-bottom: 1px solid #fff;
}
.contents .general-inner h4{
    padding: 0 10px;
    margin: 20px 0 10px;
    font-size: 16px;
    border-left: 4px solid #fff;
}
.contents .general-inner p,
.contents .general-inner ul{
    font-size: 16px;
    line-height: 1.5;
}
.popup .contents{
    width: 100%;
    height: auto;
    position: static;
    opacity: 1;
}
.popup .general-inner{
    height: auto;
}

/*--------------------------------
Form
--------------------------------*/
.entry-wrap{
    background: none;
    overflow-y: scroll;
}
.form-window{
    width: 460px;
    height: 690px;
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: 0;
    background: #000;
    opacity: 0;
    transition: all .3s;
}
.form-window.active{
    opacity: 1;
    bottom: 40px;
    z-index: 2;
}
.form-window .head{
    line-height: 60px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    background: url(../images/form-head.jpg) no-repeat 0 0;
    background-size: cover;
}
.form-window .close-btn{
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/close.png) no-repeat center center;
    background-size: 40%;
    cursor: pointer;
}
.form-window iframe{
    width: 100%;
    height: 630px;
    opacity: 0;
    transform: translateY(10px);
    transition: all .3s;
}
.form-chat{
    padding: 0 0 40px;
}
.comment-area{
    height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: all .3s 1s;
}
.bot-comment{
    min-height: 66px;
    margin: 15px 15px 40px 105px;
    padding: 8px;
    background: #770b0b;
    color: #fff;
    border-radius: 2px;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.5;
}
.user-comment{
    min-height: 52px;
    margin: 15px 30px 40px 90px;
    padding: 8px;
    background: #cdcdcd;
    color: #000;
    border-radius: 2px;
    position: relative;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.user-comment.active{
    min-height: 0;
    padding: 8px 88px 8px 8px;
    margin: 30px 15px;
    border-radius: 0;
    background: #fff;
    cursor: pointer;
}
.user-comment .chat-submit{
    opacity: 0;
}
.user-comment.active .chat-submit{
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 100%;
    background: #770b0b;
    color: #fff;
    text-align: center;
    line-height: 44px;
}
.user-comment.active::after{
    content: none;
}
.user-comment.active .chat-submit.wide{
    line-height: 72px;
}
.bot-comment::before{
    content: "";
    position: absolute;
    top: 0;
    left: -90px;
    width: 66px;
    height: 66px;
    background: url(../images/queen-icon.jpg) no-repeat 0 0;
    border-radius: 33px;
}
.bot-comment::after{
    content: "";
    position: absolute;
    top: 22px;
    left: -25px;
    border: 10px solid transparent;
    border-right: 15px solid #770b0b;
}
.user-comment::after{
    content: "";
    position: absolute;
    top: 16px;
    left: auto;
    right: -25px;
    border: 10px solid transparent;
    border-left: 15px solid #cdcdcd;
}
.user-comment input[type="text"],
.user-comment input[type="password"],
.user-comment select,
.user-comment textarea{
    width: 100%;
    padding: 2px;
    background: none;
    line-height: 1.5;
}
.user-comment.active select{
    background: url(../images/select-arrow.png) no-repeat right 10px center;
}
.user-comment.active textarea{
    height: 56px;
}
.user-comment #area_member{
    width: 100%;
}
form.botui-actions-text{
    background: #fff;
    width: 100%;
    height: 60px;
    display: flex;    
}
.botui-actions-text-input{
    width: 80%;
    height: 60px;
    padding: 10px;
    flex: 0 0 80%;
}
button.botui-actions-buttons-button{
    margin: 0;
    display: block;
    flex: 1 1 auto;
    background: #770b0b;
    font-size: 24px;
    border-radius: 0;
}
.first-comment{
    opacity: 1;
    height: auto;
}
.chat-fadein{
    opacity: 1;
    height: auto;
    transform: translateY(0);
}
.strong{
    font-size: 110%;
    color: #f00;
}
.bot-comment a{
    color: #ff7575;
    text-decoration: underline;
}
.hide-form{
    display: none;
}
.comment-area button[type="submit"]{
    width: 80%;
    margin: 40px auto;
    padding: 20px 0;
    display: block;
    font-size: 18px;
    background: #770b0b;
    color: #fff;
    border: 1px solid #fff;
}
.error{
    margin: -15px 15px 15px;
    text-align: center;
    background: #faa;
    padding: 10px;
    color: #a00;
    position: relative;
}
.error::before{
    content:"";
    width: 0;
    height: 0;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
    border: 15px solid transparent;
    border-bottom: 15px solid #faa;
}
.error-head{
    margin: 15px;
    text-align: center;
    background: #faa;
    padding: 10px;
    color: #a00;
    font-size: 18px;
    font-weight: bold;
}

.juyo{
    margin: -15px 15px;
    padding: 10px;
    background: rgba(255,0,0,0.2);
    font-size: 14px;
    line-height: 1.5;
    border: 1px solid #f00;
}
.juyo a{
    color: #ff7575;
}

.play-check{
    display: flex;
    flex-wrap: wrap;
}
.play-check label{
    flex: 1 1 50%;
    line-height: 1.5;
}
.user-comment.active .play-check + .chat-submit{
    line-height: 112px;
}

/* campaign */
.campaign h4 {border:0; font-size:14px; color:#fff; text-indent:0; padding:10px 0 10px 20px;}
.campaign h5 {font-weight:normal; font-size:12px;color:#fff; 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: 10px;
	right: 10px; 
	z-index: 1;
}
#campaign_btn a,
#campaign_btn_entry a {
	width: 100px;
	height: 100px;
	display: block;
	background: url(../images/cam_btn.png) no-repeat 0 0;
	text-indent: 120%;
	overflow: hidden;
	white-space: nowrap;
	background-size: contain;
}

/* pr */
.pr{
    position: absolute;
    bottom: 40px;
    right: 225px;
    z-index: 0;    
}