body{
	font-family:meiryo,sans-serif;
}
#index{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9000;
/*    text-align: center;*/
/*    background:#000;*/
}

#tb-cover{
	position: fixed;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.2);
/*    display: none;*/
    width: 100%;
    height: 100%;
    z-index: 100;	
}

#title{
	position: fixed;
    left: 50%;
    top: calc(50% - 12px);
    transform: translate(-50%, -50%);
    z-index: 9999;
    width: 280px;
    font-size: 24px;
    font-family: "Noto Sans JP",Arial, Helvetica, sans-serif;
    line-height: 100%;
}

.title-head{
	text-align:center;
}

.title-top{
	font-size:18px;
}

.title-bottom{
	font-size:18px;
	display: flex;
	justify-content: space-around;
}


#main{
/*	background:#ededed;*/
padding-bottom:120px;
}

#main-title{
	padding:10px 0;
	font-size:20px;
	font-weight:bold;
	color:#000;
	background:#fff;
	text-align:center;
	border-bottom:solid 1px #ddd;
}

#main-header{
	padding:10px 0;
	font-size:14px;
	border-bottom:solid 1px #ddd;
	background:#fff;
	text-align:center;
}

.tit-woman{}

.tit-eats{
	color:#e0138b;
}

#footer{
	position:fixed;
	bottom:0;
	left:0;
	background:#fff;
	width:100%;
	padding-left:30px;
	padding-right:30px;
	box-sizing: border-box;
    padding-bottom: calc(env(safe-area-inset-bottom));
    padding-top: calc(env(safe-area-inset-bottom) - 35px);
    height: calc(100px + env(safe-area-inset-bottom));
	display:flex;
	flex-direction: column;
	justify-content: center;
	border-top:solid 1px #ddd;
}
#footer-head{
	color:#000;
	margin-bottom:10px;
}
.button{
	color:#fff;
	background:#005dd6;
	border-radius: 4px;
	font-size:14px;
	font-weight: bold;
	height:50px;
	line-height: 50px;
	text-align: center;
}

.entry-body{
	box-sizing: border-box;
	padding-top:10px;
	background:#f9f9f9;
}

.we-h{
	color:#333;
	font-size: 20px;
	font-weight:bold;
	margin:10px;
}

.woman-box{
	margin:10px 0;
	padding:10px 0;
	background:#fff;
}

.woman-box:first-child{
	margin:0 0 10px 0;
}

.woman-list1{
	display:flex;
	overflow-y: hidden;
	touch-action: manipulation;
	-moz-overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling:touch;
}

.woman-prof{
	border:solid 1px #ddd;
	border-radius: 4px;
	background:#fff;
	margin-left:10px;
}

.wp-image{
	position: relative;
	width:240px;
	height:200px;
}

.wp-image img{
	vertical-align:bottom;
	width:240px;
	height:200px;
}

.wp-cate{
	position: absolute;
	top:5px;
	left:5px;
	font-size:12px;
	color:#fff;
	background:rgba(0,0,0,0.5);
	border:solid 1px #fff;
	padding:0 5px;
	box-sizing: border-box;
}

.wp-time{
	position: absolute;
	bottom:5px;
	right:5px;
	font-size:12px;
	color:#fff;
	background:#00a606;
	border-radius:16px;
	padding:0 5px;
	box-sizing: border-box;
}

.wp-text{
	padding:10px;
	box-sizing: border-box;
}

.wp-name{
	font-size:14px;
	font-weight: bold;
}

.wp-hash{
	font-size:12px;
	color:#666;
}


/* slide */

button{
	border:none;
}

.btn{
	text-align: center;
	border:none;
	padding:0;
	margin:0;
}
.btn_open{

}
.btn_close,.btn_close1,.btn_close2,.btn_close3,.btn_close4,.btn_close5,.btn_closeall{
	font-size:0.875em;
	border:solid 1px #ababab;
}
#slidedownup1,#slidedownup2,#slidedownup3,#slidedownup4,#slidedownup5{ display: none;
    position: fixed;
    z-index: 9999;
    width: 100%;
    bottom: 0;
    border-top: 1px solid #ccc;
    border-radius:16px 16px 0 0;
/*    background: #f3f3f3;*/
    background: rgba(255, 255, 255, 0.9);
}
.overlay1,.overlay2,.overlay3,.overlay4,.overlay5{
    display: none;
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

#slidedownupall{ display: none;
    position: fixed;
    z-index: 9999;
    width: 100%;
    bottom: 0;
    border-top: 1px solid #ccc;
/*    background: #f3f3f3;*/
    background: rgba(255, 255, 255, 0.9);
	height:100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch; 
}
.overlayall{
    display: none;
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.midasi_inst{
	font-size:16px;
	font-weight:bold;
	color:#222;
	text-align:center;
	margin:20px 0;
}

.inst_link{
font-size:14px;
font-weight:bold;
line-height:50px;
border-radius:3px;
width:280px;
height:50px;
background:#fe2c58;
text-align:center;
margin:0 auto;
position: relative;
}

.inst_link a{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
color:#fff;
}

.inst_cancel{
margin:10px 0 20px 0;
padding-bottom:10px;
text-align:center;
border-bottom:solid 1px #dedede;
}

.inst_detail{
font-size:12px;
color:#666;
width:280px;
margin:20px auto 20px auto;
}

.inst_cr{
font-size:14px;
font-weight:bold;
color:#fff;
background: rgba(0, 0, 0, 0.7);
height:40px;
line-height:40px;
text-align:center;
}

body{
position: relative;
margin:0;
padding:0;
}

#header{
	width: 100%;
	position: fixed;
	top:0;
	left:0;
	z-index: 2;
	height:60px;
	background: rgba(255,255,255,.8);
/*	background: rgba(0,0,0,.8);*/
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:0 10px;
	box-sizing: border-box;
	border-bottom: solid 1px #efefef;
}

.intl-ham-h{
	width:36px;
	height:36px;
	line-height: 36px;
	margin-left:5px;
}

#wrapper {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease;
    position: fixed;
}

.intl-btn-h{
	color:#fff;
	background: #0053d9;
	border-radius:24px;
	font-size:14px;
	height:36px;
	line-height: 36px;
	box-sizing: border-box;
	width:100px;
	text-align: center;
	position: relative;
}

.intl-btn-h a{
	color:#fff;
	text-decoration:none;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* siteinfo */

#siteinfo{
	padding:80px 10px 10px 10px;
}

.appname{

}

.appname-t{
	font-size:20px;
	font-weight:bold;
	width:240px;
}

.appname-t .check{
	font-size:14px;
	color:#0053d9;
}

.app-head{
	display: flex;
	justify-content: space-between;
}

.appico img{
	width:60px !important;
	height:60px !important;
	border-radius:50%;
	border:solid 1px #efefef;
}

.appico2 img{
	width:80px !important;
	height:80px !important;
	margin-bottom:20px;
}

.app-info{
	font-size:14px;
	margin:20px 0;
}

#wrapper{
	position: fixed;
}

.fixed{
	position: fixed;
    width: 100%;
    height: 100%;
	top:0;
    z-index: 98;
	}

.fixed_all{
	position: fixed;
    width: 100%;
    height: 100%;
}

#signup{
	position: fixed;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    display: none;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.app-install{
	background:#ddd;
	display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width:90%;
	border-radius: 8px;
	padding:20px 10px;
	box-sizing: border-box;
	text-align: center;
}

.app-ico img{
	border-radius: 50%;
	width:40px !important;
	height:40px !important;
}

.app-i-info{
	font-size:14px;
	font-weight:bold;
	margin-bottom:20px;
}

#container{
	display:flex;
	flex-wrap:wrap;

}

/* userlist */

#container .item{
	width:50%;
	position: relative;
}

#container .item .visiter{ 
	position: absolute;
	top:10px;
	right:0;
	padding:0 10px;
	box-sizing: border-box;
	color:#dd0394;
	background:rgba(255,255,255,.5);
	font-size:10px;
	border-radius: 16px 0 0 16px;
}

#container .item .title{ 
	position: absolute;
	bottom:10px;
	padding:0 10px;
	box-sizing: border-box;
}

.item video{
	width:100%;
	vertical-align: bottom;
}

.item img{
	width:100%;
	vertical-align: bottom;
}

.item .title .tag1{
    color:#fff;
    background: linear-gradient(45deg, rgba(255, 0, 43, 0.5), rgba(255, 27, 255, 0.5) 60%);
    font-size:10px;
    border-radius: 10px;
    padding:0 5px;
    margin-right:5px;
	display:inline-block;
}

.item .title .tag2{
    color:#fff;
    background: linear-gradient(45deg, rgba(0, 204, 255, 0.5), rgba(27, 50, 255, 0.5) 60%);
    font-size:10px;
    border-radius: 10px;
    padding:0 5px;
    margin-right:5px;
	display:inline-block;
}

.item .title .tag3{
    color:#fff;
    background: linear-gradient(45deg, rgba(0, 255, 85, 0.5), rgba(206, 255, 27, 0.5) 60%);
    font-size:10px;
    border-radius: 10px;
    padding:0 5px;
	display:inline-block;
}

.user-title{
	font-size:14px;
	font-weight:bold;
	color:#fff;
	width:140px;
	overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-name{
	font-size:10px;	
	color:#fff;
}

.app-i-btn{
	width:100%;
	border-radius:24px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	background:#0053d9;
	padding:0;
	position: relative;/*相対配置*/
	height:48px;
	line-height:48px;
}

.app-i-btn a{
	color:#fff;
	text-decoration:none;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.app-i-title{
	font-size:18px;
	font-weight: bold;
}

.app-i-subtitle{
	font-size:12px;
	font-weight:normal;
	color:#333;
}

#mailbox{
	position: fixed;
	bottom:10px;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#mailbox a{
	text-decoration:none;
}

.mb-comment{
	font-size:14px;
	color:#fff;
	background:rgba(0,0,0,.5);
	border-radius: 24px;
	height:24px;
	line-height: 24px;
	padding:0 10px;
	box-sizing: border-box;
	width:240px;
	text-align: center;
	margin-right:10px;;
}

.mb-mailbtn{

}

.mb-mailico{
	color:#fff;
	font-size:18px;
	border-radius:24px;
	background:#0053d9;
	width:32px;
	height:32px;
	line-height: 32px;
	text-align: center;
}

/* slide */

button{
	border:none;
}

.btn{
	text-align: center;
	border:none;
	padding:0;
	margin:0;
}
.btn_open{

}
.btn_close{
	font-size:0.875em;
}
#slide{ display: none;
 	position: fixed;
 	z-index: 9999;
	width: 100%;
	bottom: 0;
	transform: translate3d(0, 0, 0);
}
.overlay{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index:3;
	transform: translate3d(0, 0, 0);
}
#signup-apps{ 
	display: none;
 	position: fixed;
 	z-index: 10000;
	width: 100%;
	transform: translate3d(0, 0, 0);
	
}

.midasi_inst{
	font-size:18px;
	font-weight:bold;
	color:#222;
	text-align:center;
	margin:20px 0;
}

.inst_link{
font-size:14px;
font-weight:bold;
line-height:50px;
border-radius:3px;
width:280px;
height:50px;
background:#fe2c58;
text-align:center;
margin:0 auto;
position: relative;
}

.inst_link a{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
color:#fff;
}

.inst_cancel{
margin:10px 0 20px 0;
padding-bottom:10px;
text-align:center;
border-bottom:solid 1px #dedede;
}

.inst_detail{
font-size:12px;
color:#666;
width:280px;
margin:0 auto 20px auto;
}

.inst_cr{
font-size:14px;
font-weight:bold;
background: rgba(0, 0, 0, 0.3);
height:40px;
line-height:40px;
text-align:center;
}


#index {
 /*   background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 10s ease infinite;*/
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.title-top{
	font-size:18px;
}

.title-bottom{
	font-size:18px;
}

.title-mail{
	color:#fff;
	background:#000;
	position:relative;
	width:120px;
	height:32px;
	border-radius:24px;
	margin:20px auto 0 auto;
	line-height:32px;
}

.title-mail a{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	text-align:center;
}

.tb-skip{
	width:120px;
	margin:auto;
	font-size:14px;
	color:#fff;
	background:#0053d9;
	border-radius:24px;
	padding:10px 0;
    text-align: center;
}

.tb-bye{
	width:120px;
	margin:auto;
	font-size:14px;
	color:#fff;
	background:transparent;
	border:solid 1px #fff;
	border-radius:24px;
	padding:10px 0;
    text-align: center;
}


body { background: #fff; }
#content img {
	width: 100%;
	}

#index-appBox{
	margin-bottom:20px;
}

#index-ico{
	width:80px;
	margin:auto;
}

#index-ico img{
	width:80px;
	height:80px;
	border-radius:50%;
}

#index-itemName{
	font-size:16px;
	font-weight:bold;
	color:#fff;
}

#index-itemInfo{
	font-size:14px;
	color:#fff;
}

#loader {
	font-family: 'Marvel', sans-serif;
	margin: 0 auto;
	width: 240px;
	text-align: center;
	font-size: 16px;
	color: #efefef;
	position:fixed;
    left: 50%;
    top: calc(50% - 12px);
    transform: translate(-50%, -50%);
	}
#bar {
	width: 240px;
	height: 2px;
	border:1px solid #efefef;
	padding: 1px;
	margin-top: 10px;
	font-size: 1px;
	}
#bar span {
	display: block;
	width: 0px;
	height: 2px;
	background: #efefef;
	}

section {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
 
section.video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: -1;
  }
  
  section.video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    /*filter: blur(5px);*/
  }

#user-area{
    position:absolute;
    left:10px;
    top:20px;
    display:flex;
}

#user-area #user-ico{
    margin-right:5px;
}

#user-area #user-ico img{
    width:32px;
    height:32px;
    border-radius: 50%;
    border:solid 2px #fff;
}

#user-name{
    color:#fff;
    font-size:14px;
	font-weight:bold;
    width:220px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#user-content{
    color:#fff;
    font-size:12px;
    width:220px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#user-name{
    color:#fff;
    font-size:14px;
    width:220px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#user-tag{
    position:absolute;
    left:10px;
    top:65px;
    display:flex;
}

#user-tag .tag1{
    color:#fff;
    background: linear-gradient(45deg, rgba(255, 0, 43, 0.5), rgba(255, 27, 255, 0.5) 60%);
    font-size:10px;
    border-radius: 10px;
    padding:0 5px;
    margin-right:5px;
}

#user-tag .tag2{
    color:#fff;
    background: linear-gradient(45deg, rgba(0, 204, 255, 0.5), rgba(27, 50, 255, 0.5) 60%);
    font-size:10px;
    border-radius: 10px;
    padding:0 5px;
    margin-right:5px;
}

#user-tag .tag3{
    color:#fff;
    background: linear-gradient(45deg, rgba(0, 255, 85, 0.5), rgba(206, 255, 27, 0.5) 60%);
    font-size:10px;
    border-radius: 10px;
    padding:0 5px;
}

#close-area{
    position:absolute;
    right:10px;
    top:20px;
}

#close-btn{
    font-size:18px;
    color: #fff;
    background: rgba(0,0,0,0.3);
    border-radius: 50%;
    width:32px;
    height:32px;
    text-align: center;
    line-height: 32px;
}

#chat-area{
    position:absolute;
    left:10px;
    bottom:20px;
}

.chat-b{
    color:#fff;
    background:rgba(0,0,0,.5);
    font-size:12px;
    font-weight:bold;
    border-radius:8px;
    padding:5px 10px;
    box-sizing: border-box;
    margin-bottom:5px;
    max-width:300px;
    text-align: left;
    display:inline-block;
    float:left;
    clear:both;
}

.chat-b2{
    color:#fff;
    background: linear-gradient(45deg, rgba(255, 0, 43, 0.5), rgba(255, 27, 255, 0.5) 60%);
    font-size:12px;
    font-weight:bold;
    border-radius:8px;
    padding:5px 10px;
    box-sizing: border-box;
    margin-bottom:5px;
    max-width:300px;
    text-align: left;
    display:inline-block;
    float:left;
    clear:both;
}

.chat-b:last-child{
    margin-bottom:0;
}

.chat-name{
    
}

.c-red{
    color:#cc0000;
}

.c-blue{
    color:#3ac1ff;
}

.c-violet{
    color:#ec67fd;
}

/* 年齢認証 */
.auth-title{
	font-size:24px;
	color:#fff;
	margin-bottom:10px;
}

.auth-check{
	font-size:16px;
	font-weight: bold;
	color:#fff;
	margin-bottom:10px;
}

.auth-info{
	font-size:10px;
	color:#cc0088;
	line-height:1.2;
	margin-bottom:20px;
}

/* キャラクリック */
#chat-flag{
	position: absolute;

    background-color: rgba(0,0,0,0.7);
    display: none;
    width: 100%;
    height: 100%;
    z-index: 100;	
}

.chat-start-box{
	display: flex;
	justify-content: space-between;
	position:absolute;
	bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width:240px;
}

.chat-star-left,
.chat-star-right{
	width:100px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.chat-start-btn,
.chat-end-btn{
	border:solid 1px #fff;
	border-radius: 50%;
	font-size:32px;
	color:#fff;
	width:60px;
	height:60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.chat-start-info,
.chat-end-info{
	font-size:12px;
	color:#fff;
	text-align: center;
	padding:5px;
}

/* chat-2-app */
#fadeApp{
	background:#ddd;
	display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width:90%;
	border-radius: 8px;
	padding:20px 10px;
	box-sizing: border-box;
	text-align: center;
}

#fadeApp .c2-attention{
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}

#fadeApp .c2-itemName{
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}

.chat-2-app-info{
	font-size:11px;
	margin-bottom:10px;
}

#fadeApp .app-i-btn2{
	width:100%;
	border-radius:24px;
	background:#0053d9;
	padding:0;
	position: relative;/*相対配置*/
	z-index:20001;
	height:48px;
	line-height:48px;
}

#fadeApp .app-i-btn2 a{
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:20001;
}

/* 年齢認証 */
#bye-commentBox{
	color:#fff;
	background:rgba(255, 0, 149, 0.9);
	position:fixed;
	z-index:9999999;
	display:none;
	width:100%;
	height:100%;
}
#bye-comment{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	width:280px;
	padding:30px 0;
}
#bc-head{
	text-align:center;
	font-size:16px;
	font-weight:bold;
	margin-bottom:20px;
}
#bc-btn{
	color:rgba(255, 0, 149, 0.9);
	background:#fff;
	text-align: center;
	border-radius: 24px;
	width:180px;
	margin:20px auto 0 auto;
	padding:10px 0;
}

/* アプリ説明 */
#app-infoBox{
	color:#fff;
	background:rgba(0, 0, 0, 0.9);
	position:fixed;
	z-index:10000000;
	display:none;
	width:100%;
	height:100%;
}
#app-comment{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	width:280px;
	padding:30px 0;
}
#ac-head{
	text-align:center;
	font-size:16px;
	font-weight:bold;
	margin-bottom:20px;
}
#ac-btn{
	color:rgba(0, 0, 0, 0.9);
	background:#fff;
	text-align: center;
	border-radius: 24px;
	width:180px;
	height:40px;
	line-height:40px;
	margin:20px auto 0 auto;
}
#ac-go-btn{
	color:#fff;
	background:#0053d9;
	text-align: center;
	border-radius: 24px;
	width:180px;
	height:40px;
	line-height:40px;
	margin:20px auto 0 auto;
	position: relative;
}
#ac-go-btn a{
	color:#fff;
	text-decoration:none;
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}

#ac-ico{
	text-align: center;
}

#ac-ico img{
	width:100px;
	height:100px;
	border-radius: 50%;
}

#ac-appName{
	text-align: center;
}

#ac-info{
	margin-top:20px;
	font-size:12px;
}

.nx_pr {
    color: #333;
    font-size: 14px;
	margin-top:60px;
	line-height:32px;
	height:32px;
    text-align: center;
	box-sizing: border-box;
	border-bottom: solid 1px #efefef;
}

.nx_banner img{
	width:360px;	
	margin:0 auto 10px auto;
	display:flex;
	justify-content: center;
}

@media ( max-width : 860px ){
  #container{
    height:220vw;
  }
  /* 2カラムにする */
  #flexbox .item{
    width: 50%;
  }
}
/* 表示幅が667px以下 */
@media ( max-width : 667px ){
  #flexbox{
    height:auto;
  }
  /* １カラムにする */
  #flexbox .item{
    width: 100%;
  }
}