@charset "utf-8";

/* reset
  ------------------------------------------------*/
#keepFunction {
    visibility:hidden;
}
#keepFunction ul, #keepFunction li, #keepFunction a, #keepFunction div, #keepFunction p, #keepFunction img, #keepFunction span{
	margin:0;
	padding:0;
	font-weight:inherit;
	font-size:inherit;
}
#keepFunction li{
	list-style-type:none;
}
#keepFunction a{
	color:#333;
	text-decoration:none;
}
#keepFunction img{
	width:100%;
	height:auto;
	vertical-align:top;
	border:none;
}

/* /reset
  ------------------------------------------------*/

#keepFunction {
	background-color: #1b1b1b;
	max-width: 310px;
	position: fixed;
	right: 0;
	height: 100%;
	overflow: hidden;
	z-index: 99998;
	top: 0;
}

/* Menu
  ------------------------------------------------*/
#keepFunction .keepMenu{
	float:left;
	width:32px;
	height:100%;
	background-color: #000;
}

#keepFunction .keepMenuList{
	height:100px;
	position:absolute;
	top:0;
	bottom:0;
	width:32px;
	margin:auto 0;	
}
#keepFunction .keepMenuItem{
	height:30px;
	margin:0 auto;
	position:relative;
	text-align:center;
	position:relative;
	width:32px;
	padding:5px 0;
}
#keepFunction .keepMenuItem.btn>.iconImg{
	width:20px;
}
#keepFunction .keepMenuItem:last-child{
	margin-bottom:0;
}
#keepFunction .keepMenuItem:hover{
	background-color:#ff8d00;
}
#keepFunction .keepMenuItem>.number{
	display:block;
	color:#ffffff;
	background-color:#ff0000;
	width:16px;
	height:16px;
	border-radius:50%;
	line-height:16px;
	text-align:center;
	position:absolute;
	top:-1px;
	right:1px;
	font-size:10px;
	-webkit-transform:scale(.8);
	transform:scale(.8);
}
#keepFunction .keepMenuItem>.text{
	color:#fff;
	font-size:8px;
	margin-top:2px;
	-webkit-transform:scale(.8);
	transform:scale(.8);
}
/* ↓ チャットボタンフロント表示 2019/04/16 */
#keepFunction .chatIcon .text{
	letter-spacing: -2px;
}
/* ↑ チャットボタンフロント表示 2019/04/16 */
#keepFunction .topBtn{
	position:absolute;
	bottom:0;
	color:#ffffff;
	margin-bottom:10px;
	text-align:center;
	width:32px;
	left:0;
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
	transition: all ease-out .5s;
}
#keepFunction .topBtn>.topIcon{
	font-size:18px;
	display:block;
	line-height:20px;
}
#keepFunction .topBtn>.topText{
	font-size:12px;
}
/*state*/
#keepFunction .topBtn.isVisible{
	-webkit-transform: translateY(0);
	transform: translateY(0);
}


/* /Menu
  ------------------------------------------------*/


#keepFunction .keepFunctionBox{
	float:left;
	width:210px;
	display:none;	
}
#keepFunction .closeMenuBtn {
	position: absolute;
	top: 0;
	left: 0;
	color: #ffffff;
	text-align: center;
	width: 32px;
	height: 34px;
	line-height: 34px;
	background: #353535;
	cursor: pointer;
}
#keepFunction .closeMenuBtn:hover {
	background: #ff8d00;
}
#keepFunction .keepBox,
#keepFunction .historyBox{
	display:none;
	background: #1b1b1b;
}

#keepFunction .keepChoose,
#keepFunction .historyChoose{
	height:32px;
	border-bottom:2px solid #ff8d00;
	overflow:hidden;
	width:100%;
}
#keepFunction .keepChooseItem ,
#keepFunction .historyChooseItem{
	width:50%;
	float:left;
	text-align:center;
	line-height:32px;
	color:#ffffff;
	background-color:#1b1b1b;
	cursor: pointer;
}
/*state*/
.keepActive,.keepChooseActive{
	background-color:#ff8d00!important;
}

.keepOpen{
	display:block!important;
}

/*keepFunctionBox
-------------------*/
#keepFunction .historyClear,
#keepFunction .historyUndo{
    display: block;
    width: 182px;
    height: 32px;
    margin: 8px auto;
    border-radius: 5px;
    background: #555;
    color: #fff;
    box-shadow: 0px 1px 15px rgba(0,0,0,0.3);
    line-height: 32px;
    text-align: center;
    font-size: 11px;
    margin: 5px auto;
}
#keepFunction .historyUndo.is-hide{display: none;}


#keepFunction .keepFunctionBox .keepMoreBtn{
	background-color:#404040;
	width:70%;
	text-align:center;
	margin:12px auto!important;
	color:#ffffff;
	height:26px;
	line-height:26px;
	border-radius:15px;
}

#keepFunction .keepFunctionBox .dateList{
	position: relative;
	width:210px;
	height: -webkit-calc(100vh - 176px);
	height: calc(100vh - 176px);
	display:none;
	overflow: hidden;
}

#keepFunction .keepFunctionBox .dateListItem{
	position: relative;
	height:50px;
	border-bottom:1px solid #404040;
	width:210px;
	overflow:hidden;
}
#keepFunction .keepFunctionBox .dateListItem:last-child{
	border-bottom:none;

}
#keepFunction .keepFunctionBox .keepMoreBtnWrap {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #1b1b1b;
}
#keepFunction .keepFunctionBox .dateListItem:hover>a{
	opacity: 0.7;
}
#keepFunction .keepFunctionBox .dateListItem>.deleteItemBtn{
	position: absolute;
	top: 5px;
	right: -50px;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	line-height: 20px;
	font-size: 10px;
	text-align: center;
	background: #fff;
	color: #000;
	opacity: 1;
	cursor: pointer;
	transition: all ease-out .2s;
}
#keepFunction .keepFunctionBox .dateListItem:hover>.deleteItemBtn{
	right: 5px;
	opacity: 1;

}

#keepFunction .keepFunctionBox .dateListItem>a{
	display:block;
}
#keepFunction .keepFunctionBox .dateListItem .image{
	width:50px;
	height:50px;
	float:left;
}
#keepFunction .keepFunctionBox .dateListItem .nameBox{
	float:left;
	width:140px;
	padding:5px;
	text-align:left;
}
#keepFunction .keepFunctionBox .dateListItem .nameBox>.text{
	color:#ffffff;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
#keepFunction .keepFunctionBox .dateListItem.shopName,
#keepFunction .keepFunctionBox .dateListItem.girlName{
	font-weight:bold;
	font-size:14px;
}

#keepFunction .historyClear:before {
	content: "✕";;
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 4px;
	border-radius: 100%;
	background: #fff;
	color: #555;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}

#keepFunction .currentKeepBox {
	position: absolute;
	bottom: 0;
	width: 210px;
	box-sizing: border-box;
	padding: 4px 3px 12px;
	border-top: 2px solid #ff8d00;
	box-shadow: 0 -1px 4px rgba(0,0,0,0.8);
	background: #3E3E3E;
}
#keepFunction .currentShop,
#keepFunction .currentGirl {
	position: relative;
	height: 50px;
	margin: 8px 4px;
	padding: 8px;
	overflow: hidden;
	background: #353535;
}
#keepFunction .currentShop>.shopImage,
#keepFunction .currentGirl>.girlImage {
	width: 50px;
	height: 50px;
	float: left;
	overflow: hidden;
}
#keepFunction .currentShop>.nameBox,
#keepFunction .currentGirl>.nameBox {
	float: left;
	padding: 0 5px;
	width: calc(100% - 60px);
	text-align: left;
	color: #fff;
}
#keepFunction a.keepFunctionBtn {
	display: block;
	color: #ffffff;
	font-size: 10px;
	background: #6E6F73;
	padding: 1px 0;
	box-sizing: border-box;
	text-align: center;
	border-radius: 10px;
	margin-top: 3px;
}

div#keepToast {
    position: fixed;
    bottom: 10px;
    right: 40px;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    display: block;
    background: #c00;
    color: #fff;
    z-index: 100001;
    pointer-events: none;
    opacity: 0;
}
div#keepToast.is-animation {
    animation: fadeIn-out 1.4s ease-out forwards;
}
@keyframes fadeIn-out{
    0%  {opacity: 0;}
    30% {opacity: 1;}
    60% {opacity: 1;}
    100%{opacity: 0;}
}

/* adjustment
  ------------------------------------------------*/
.shopTopCoupon {
    visibility:hidden;
	transform: translateX(-32px) ;
}

#keepFunction .dateListItem.is-appending{
    position: relative;
    left: -210px;
    height: 0;
    animation: appending ease-out 0.3s forwards;
}
@keyframes appending{
	  0%{left: -210px;height: 0;}
	 30%{left: -210px;height: 50px;}
	100%{left: 0;height: 50px;}
}
#reserve_link_btn #reserve_btn {
    visibility:hidden;
	transform: translateX(-32px) ;
}
/* ↓ チャットボタンフロント表示 2019/04/16 */
#chat_link_btn #chat_btn {
	transform: translateX(-32px) ;
}
/* ↑ チャットボタンフロント表示 2019/04/16 */
/* ↓ 2024/06/07 @SC オフィシャライズ時の来店ポイント修正 */
#point_link_btn #point_btn {
	transform: translateX(-32px) ;
}
/* ↑ 2024/06/07 @SC オフィシャライズ時の来店ポイント修正 */
/* /adjustment
  ------------------------------------------------*/

body,
#header-top.fixed {
    width: calc(100% - 32px);
}

div.keepBox ul.dateList{
    overflow-y: auto;
    -ms-overflow-style : none;
}

div.keepBox ul.dateList::-webkit-scrollbar{
    display:none;
}

div#fakeLoader img {
    width: calc(100% - 32px);
}

div#firstview div#video_wrapper video#girls_movie{
/* ↓ 動画サイズ調整 2022/03/28 */
    /* width: calc(100% - 0px) !important; */
/* ↑ 動画サイズ調整 2022/03/28 */
}

div.girlListFooter a.keep-btn {
    display: none;
}

div#content div.shop_header a.keep-btn {
    display: none;
}

/* header_s.min.css から移植 */
.common_header .mail{font-size:12px;padding:5px 0;width:100px;display:inline-block;margin-top:6px;background:rgba(0,0,0,0.7);border-radius:30px;-webkit-border-radius:30px;-moz-border-radius:30px}
.common_header .myshop{font-size:12px;padding:5px 3px;width:100px;display:inline-block;margin-top:6px;background:rgba(0,0,0,0.7);border-radius:30px;-webkit-border-radius:30px;-moz-border-radius:30px}
.common_header .mobile{font-size:12px;padding:5px 0;width:100px;display:inline-block;margin-top:6px;background:rgba(0,0,0,0.7);border-radius:30px;-webkit-border-radius:30px;-moz-border-radius:30px}

#diaryfooter {
    width: calc(100% - 32px) !important;
}

#keepFunction .keepFunctionBox #keepShopIndexTop, 
#keepFunction .keepFunctionBox #keepGirlIndexTop, 
#keepFunction .keepFunctionBox #historyShopIndexTop, 
#keepFunction .keepFunctionBox #historyGirlIndexTop {
    height: initial;
    border-bottom: 0px;
}

#keepFunction .keepFunctionBox .currentKeepBox div.nameBox>.text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#keepFunction .keepFunctionBox #keep_shop_none div.nameBox, 
#keepFunction .keepFunctionBox #keep_girl_none div.nameBox, 
#keepFunction .keepFunctionBox #history_shop_none div.nameBox, 
#keepFunction .keepFunctionBox #history_girl_none div.nameBox {
    width: inherit;
    text-align: center;
}

/* ↓ Bランク店舗の背景画像表示改善 @EXCEED 2018/05/15 */
/* お店のランクとテンプレートごとにStyleを切り替えるCSSに反映 */
/* /pcfrontend/css/shop/配下 */
div#shopbody {
    background-position-x: calc( ( 100% - 32px ) / 2);
}
/* ↑ Bランク店舗の背景画像表示改善 @EXCEED 2018/05/15 */

/* ↓ レコメンド表示 @snx 2018/03/09  */
#keepFunction .recommendShopBox {
    background: #3e3e3e;
}
#keepFunction .recommendHeadline {
    padding:8px  4px 4px;
    font-size: 10px;
    text-align: left;
    color: #fff;
}
#keepFunction .accentOrange {
    color: #ff8d00;
}
#keepFunction .recommendShopData {
    height: 50px;
    margin: 0px 4px 8px;
    padding: 4px;
    text-align: left;
    background: #353535;
}
#keepFunction .recommendShopData:after {
    /* content: ''; */
    /* display: block; */
    /* clear: both; */
}
#keepFunction .recommendShopImage {
    float: left;
    width: 50px;
    height: 50px;
    overflow: hidden;
}
#keepFunction .recommendNameBox {
    width: 130px;
    float: left;
    padding: 0 5px;
}
#keepFunction .recommendShopData .recommendNameBox>.text {
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#keepFunction .recommendNameBox p {
    font-size: 10px;
}
/* ↑ レコメンド表示 @snx 2018/03/09 */
