@charset "Shift-JIS";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:600&display=swap&subset=japanese');
/*--------------------------------
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 li{
    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]):not([type=radio]),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;
}
/*--------------------------------
common
--------------------------------*/
body{
	background: #000;
	font-size: 14px;
	font-family: sans-serif;
	color: #fff;
	-webkit-text-size-adjust: 100%;
}
a,button{
	transition: .3s;
}
a:hover,
button:hover{
    opacity: .7;
}
.wrap{
	width: 100%;
    max-width: 750px;
    margin: 0 auto;
    padding: 40px 0 0;
    background: #212121;
}
.no-text{
    text-indent: 120%;
    overflow: hidden;
    white-space: nowrap;
}
.img-90{
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: block;
}
.img-100{
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}
.heading01{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 5% 0;
}
.heading02{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 5% 0;
}
.mincho{
    font-family: 'Noto Serif JP', serif;
    transform: rotate(0.05deg);
}
@media (min-width: 750px){
    .heading01{
        font-size: 28px;
    }
}
/*--------------------------------
header
--------------------------------*/
.header{
    height: 40px;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    padding: 0 40px 0 0;
    display: flex;
    justify-content: flex-start;
    background: #330000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.logo{
    width: 100px;
    height: 100%;
    background: url(../images/logo.png) no-repeat 0 center;
    background-size: contain;
    flex: 0 0 auto;
}
.discription{
    height: 100%;
    background: url(../images/disc.png) no-repeat center center;
    background-size: contain;
}

/*--------------------------------
nav
--------------------------------*/
.fix-nav{
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
}
.nav-open{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/nav.png) no-repeat center center;
    background-size: contain;
    z-index: 3;
}
.nav-menu{
    max-width: 200px;
    position: absolute;
    top: 0;
    right: 0;
    background: #e5e5e5;
    z-index: 3;
    overflow: hidden;
    transition: all .5s;
}
.nav-menu.open{
    width: 45%;
    height: 240px;
}
.nav-menu.close{
    width: 0;
    height: 0;
}
.nav-menu .nav-close{
    height: 40px;
    background: url(../images/close.png) no-repeat right 5px center;
    background-size: 30px;
}
.nav-menu a{
    display: block;
}
.nav-menu .menu-list{
    line-height: 50px;
    height: 50px;
    text-align: center;
    color: #8f5151;
    border-top: 1px solid #8f5151
}
.nav-menu .menu-list .inner{
    padding: 0 0 0 25px;
    background: url(../images/menu-icon.png) no-repeat left center;
    background-size: 20px;
    display: inline;
}
.overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 120%;
    height: 120%;
    background: rgba(0,0,0,.5);
    opacity: 0;
    z-index: -1;
    transition: .5s;
}
.overlay.active{
    opacity: 1;
    z-index: 2;
}
/*--------------------------------
top
--------------------------------*/
.bbs{
    padding: 5%;
    min-height: 100vh;
}
.bbs .section{
    display: flex;
    align-items: flex-start;
}
.bbs .section .thum{
    margin: 1% 4% 0 0;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    flex: 0 0 80px;
}
.bbs .section .right{
    flex: 1 1 auto;
}
.bbs .section .name{
    padding: 0 2% 2%;
}
.bbs .female .sex-icon{
    color: #b61d1b;
}
.bbs .male .sex-icon{
    color: #0c71e3;
}
.bbs .section .chat{
    background: #000;
    padding: 12px 15px;
    border-radius: 0 20px 20px 20px;
    line-height: 1.4;
    margin: 0 0 6%;
    font-size: 16px;
}
.bbs .male .chat{
    background: #532429;
    border-radius: 20px 0 20px 20px;
}
.bbs .section .chat-img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin: 0 0 6%;
}

.bbs .choice{
    margin: 10px 0 0;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.bbs .choice .btn{
    padding: 15px 0;
    margin: 5% 0;
    background: #aea275;
    flex: 0 0 48%;
    border-radius: 20px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    transition: all .3s;
    animation: puyopuyo 1s infinite;
}
.bbs .choice .btn:nth-of-type(2n){
    animation: puyopuyo 1s infinite .5s;
}
.bbs .choice .btn:hover{
    opacity: .7;
}
@keyframes puyopuyo{
    0%{
        transform: scale(1,1);
    }
    50%{
        transform: scale(1.05,1.05);
    }
    100%{
        transform: scale(1,1);
    }
}
.bbs .choice-head {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 14px;
}
/*--------------------------------
about
--------------------------------*/
.about{
    position: relative;
}
.about .inner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.about .text-space{
    width: 100%;
    padding: 5% 10%;
    background: rgba(0,0,0,.5);
}
.about-heading{
    width: 150px;
}
.about .text{
    font-size: 16px;
    line-height: 1.4;
    margin: 5% 0 0;
}

/*--------------------------------
exp
--------------------------------*/
.exp{
    margin: 0 5% 5%;
    background: url(../images/exp-pict-mistress.png) no-repeat right 0,url(../images/exp-bg.jpg) repeat 0 0;
    background-size: 45% auto,contain;
    padding: 4% 4% 6%;
    color: #000;
}
.exp.slave{
    background: url(../images/exp-pict-slave.png) no-repeat right 0,url(../images/exp-bg.jpg) repeat 0 0;
    background-size: 45% auto,contain;
}
.exp .figure{
    display: flex;
    align-items: center;
}
.exp .thum{
    width: 90px;
    height: 90px;
    border-radius: 45px;
    margin: 0 10px 0 0;
    flex: 0 0 90px;
}
.exp .name{
    font-size: 16px;
}
.exp .name .small{
    font-size: 11px;
    display: inline-block;
    margin: 5px 0 0;
}
.exp .text-space{
    background: #fff;
    padding: 10px;
    margin: 10px 0 0;
    border: 1px solid #797777;
    border-radius: 10px;
    box-shadow: 2px 2px 3px rgba(0,0,0,.4);
}
.exp .text{
    background: url(../images/exp-text-line.png) repeat center 0;
    background-size: auto 100px;
    font-size: 12px;
    line-height: 20px;
}
/*--------------------------------
regist
--------------------------------*/
.footer-reg{
    padding: 5%;
    background: #532429;
}
.reg-btn{
    width: 100%;
    height: 0;
    padding: 14% 0 0;
    margin: 3% 0 0;
    background: url(../images/reg-btn.png) no-repeat 0 0;
    background-size: contain;
    display: block;
}
.nav-list {
    margin-bottom: 10px;
    text-align: center;
}
.nav-link {
    color: white;
    text-decoration: underline;
}

/*--------------------------------
Form
--------------------------------*/
.entry-form{
	width: 100%;
    background: #4c0000;
}
.entry-form .inner{
	padding: 10px;
}
.form-label{
	width: 110px;
	line-height: 40px;
	background: #5a1a1a;
	color: #fff;
	font-size: 12px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}
.form-item{
	padding: 0 0 10px 0;
	position: relative;
}
.entry-form .form-item p{
	padding: 0 0 0 120px;
}
.form-checkbox{
	line-height: 40px;
    display: block;
}
.alert{
	margin: 0 0 5px 0;
	padding: 10px;
	font-size: 12px;
	line-height: 16px;
	background: #212121;
}
.alert a{
	color: #cf7d7d;
}
.radio-box{
	padding: 0 0 0 190px;
	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;
}
.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{
	padding: 5px 0;
	border-bottom: 1px dotted #ccc;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}
.general p{
	padding: 10px 0;
	font-size: 12px;
	line-height: 16px;
}
.general .important{
	margin: 10px 0 0 0;
	padding: 10px;
	display: block;
	background: #fff;
	color: #333;
	font-size: 12px;
}
.important span{
	margin: 0 0 10px 0;
	padding: 5px 0;
	line-height: 20px;
	font-size: 14px;
	border-bottom: 4px solid #900;
	display: block;
}
.important a{
	text-decoration: underline;
	word-wrap: break-word;
	color: #39c;
}
.entry-form .reg-btn{
    overflow: hidden;
    background: url(../images/entry-btn.png) no-repeat 0 0;
    background-size: contain;
}


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

/*--------------------------------
Footer
--------------------------------*/
.footer{
    padding: 5%;
    background: #330000;
}
.copy {
    display: block;
	font-size: 11px;
	text-align: center;
    font-style: normal;
}
/*--------------------------------
PopUp
--------------------------------*/
#popup{padding:10px;background:#212121;}
#popup article{padding:0;}
.terms_head{
    padding: 10px;
    background: #4c0000;
}
#popup article header{padding:0;}
#popup article header h1{padding:0 10px;height:50px;line-height:50px;background:#4c0000;color:#fff;font-size:16px;}
#popup article h3,
#popup article h4{
    padding:10px;
    color: #cf7d7d;
    line-height:30px;
}
#popup article p,
#popup article ul{padding:10px;line-height:18px;}

/*--------------------------------
js
--------------------------------*/
@keyframes fadein{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.fadein-1{
    animation: fadein .3s both .5s;
}
.fadein-2{
    animation: fadein .3s both 2.5s;
}
.fadein-3{
    animation: fadein .3s both 4.5s;
}
.fadein-4{
    animation: fadein .3s both 6.5s;
}
.fadein-5{
    animation: fadein .3s both 8.5s;
}
