.modal-wrap {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	z-index: 12;
}

.modal-wrap .modal-container {
	position: relative;
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}

.modal-wrap .modal-container .modal-slider {
	position: absolute;
	width: 1048px;
	height: 100vh;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper {
	width: 1048px;
	height: 100vh !important;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: nowrap;
	background: #fff;
	width: 1048px;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .modal-img {
	position: relative;
	width: 608px;
	height: 100vh;
	margin-left: 40px;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .modal-img.play-movie .btn-play {
	display: none;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .modal-img .btn-play {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 90%;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .modal-img .btn-play img {
	position: absolute;
	top: calc(50% - 25px);
	left: calc(50% - 30px);
	width: 89.76px;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .modal-img .video_pc {
	height: 100%;
	width: 100%;
	min-width: 608px;
	background-color: #111111;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .modal-img .girlsCounter {
	position: absolute;
	top: 26px;
	right: 20px;
	z-index: 99999;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .modal-img .girlsCounter li {
	margin-bottom: 18px;
	text-align: center;
	cursor: pointer;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .modal-img .girlsCounter .btn-mute.active img:nth-child(odd) {
	display: none;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .modal-img .girlsCounter .btn-mute.active img:nth-child(even) {
	display: inline-block;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .modal-img .girlsCounter .btn-mute img {
	height: 24px;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .modal-img .girlsCounter .btn-mute img:nth-child(odd) {
	display: inline-block;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .modal-img .girlsCounter .btn-mute img:nth-child(even) {
	display: none;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .modal-img .girlsCounter .goodCounter {
	position: relative;
	width: 44px;
	padding-top: 38px;
	z-index: 1;
	cursor: pointer;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .modal-img .girlsCounter .goodCounter .good.active img.good-active {
	display: block;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .modal-img .girlsCounter .goodCounter .good.active img.good-inactive {
	display: none;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .modal-img .girlsCounter .goodCounter .good:not(.active) img.good-active {
	display: none;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .modal-img .girlsCounter .goodCounter .good:not(.active) img.good-inactive {
	display: block;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .modal-img .girlsCounter .goodCounter img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	max-height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .modal-img .girlsCounter .goodCounter em {
	display: block;
	font-size: 12px;
	-webkit-transform: scale(0.83);
	line-height: 15px;
	font-weight: bold;
	color: #fff;
	width: 50px;
	margin-left: -3px;
	margin-top: 4px;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .detail {
	width: 100%;
	overflow-y: auto;
	max-height: 100vh;
	padding: 60px 40px;
	position: relative;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .detail .work-time {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	margin-bottom: 12px;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .detail .work-time .today-work {
	background-color: yellow;
	margin-right: 10px;
	font-size: 16px;
	padding: 10px 16px;
	font-weight: bold;
	border-radius: 4px;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .detail .work-time .today-work-time {
	font-size: 16px;
	padding-top: 7px;
	font-weight: bold;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .detail .girl-info {
	margin-bottom: 9px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .detail .girl-info .girl-cup-name {
	width: 54px;
	height: 54px;
	min-width: 54px;
	min-height: 54px;
	font-size: 40px;
	color: #FF759D;
	border-radius: 10px;
	border: 0.3rem solid #FF759D;
	text-align: center;
	line-height: 50px;
	margin-right: 14px;
	font-family: "cooper_blackregular";
	cursor: pointer;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .detail .girl-info .info {
	display: inline;
	overflow: hidden;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .detail .girl-info .info .girl-name {
	word-break: break-all;
	font: normal normal bold 22px/33px Meiryo;
	overflow: hidden;
	display: -webkit-inline-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	cursor: pointer;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .detail .girl-info .info .girl-age {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-size: 16px;
	line-height: 15px;
	cursor: pointer;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .detail .shop-name {
	word-break: break-all;
	font: normal normal bold 16px/24px Meiryo;
	margin-bottom: 7px;
	overflow: hidden;
	display: -webkit-inline-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	cursor: pointer;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .detail .business-tag {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: 21px;
	margin-right: 10px;
	font: normal normal normal 12px/21px Meiryo;
	padding: 0 19px;
	color: white;
	background: #75D5C9;
	border-radius: 4px;
	margin-bottom: 10px;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .detail .type1 {
	background: #69A7FC;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .detail .type2 {
	background: #9E81FF;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .detail .type3 {
	background: #FFB95A;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .detail .type4 {
	background: #75D5C9;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .detail .type5 {
	background: #FF81A8;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .detail .type6 {
	background: #71D3FF;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .detail .type7 {
	background: #75D5C9;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .detail .pref-area {
	font: normal normal normal 14px/21px Meiryo;
	margin-bottom: 10px;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .detail .good-play {
	margin-bottom: 20px;
	background: #FFEAF0;
	padding: 8px 0 8px 74.24px;
	border-radius: 4px;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	text-align: center;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .detail .good-play .title {
	font: normal normal bold 13px/20px Meiryo;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .detail .good-play span {
	font: normal normal bold 13px/20px Meiryo;
	margin: 0 23px 0 26px;
	color: #FF5FA8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .detail .good-play span img {
	width: 15px;
	height: 15px;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .detail .good-play.like {
	margin-bottom: 10px;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .detail .good-play.like span {
	margin: 0 23px;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .detail .good-play.like span img {
	width: 18px;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .detail .good-play .number {
	font: normal normal bold 13px/20px Meiryo;
	color: #FF5FA8;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .detail .allCounter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	margin: 20px 0;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .detail .allCounter .like {
	margin-right: 6px;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .detail .allCounter .like, .modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .detail .allCounter .view {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	width: calc((100% - 6px) / 2);
	border-radius: 4px;
	border: 1px solid #292929;
	color: #292929;
	padding: 12px 0;
	letter-spacing: 0;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .detail .allCounter .like label, .modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .detail .allCounter .view label {
	margin-right: 1px;
	width: 100%;
	margin-bottom: 6px;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .detail .allCounter .like span, .modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .detail .allCounter .view span {
	width: 12px;
	height: 12px;
	color: #FFF;
	background: #FFD939 url(/assets/img/user/pc/oppaichamp/7/ques.svg) center center no-repeat;
	margin: -1px 1px 0 0;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .detail .allCounter .like span img, .modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .detail .allCounter .view span img {
	vertical-align: text-top;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .detail .girl-url-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #FF759D 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 2px 3px #00000029;
	box-shadow: 0px 2px 3px #00000029;
	border-radius: 24px;
	padding: 14px 0 14px 9px;
	font: normal normal bold 16px/24px Meiryo;
	color: white;
	margin-bottom: 10px;
	cursor: pointer;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .detail .girl-url-button .icon-arrow-right {
	width: 10px;
	height: 14px;
	margin-left: 22.5px;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .detail .special-tag-area {
	margin-bottom: 94px;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .detail .special-tag-area .special-tag {
	font: normal normal normal 14px/21px Meiryo;
	display: inline;
	margin-right: 0.5rem;
	color: #292929;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .detail .member2times {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .detail .member2times .text {
	position: absolute;
	display: inherit;
	margin-bottom: 13px;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .detail .member2times .text p {
	font: normal normal bold 16px/24px Meiryo;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .detail .member2times .text p:nth-child(2) {
	color: red;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .detail .login-button {
	background: transparent -webkit-gradient(linear, left top, right top, from(#FF74AF), to(#CB0551)) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(90deg, #FF74AF 0%, #CB0551 100%) 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 2px 3px #17000029;
	box-shadow: 0px 2px 3px #17000029;
	border-radius: 24px;
	padding: 12px;
	color: white;
	font: normal normal bold 16px/24px Meiryo;
	text-align: center;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .detail .girl-img {
	margin-bottom: 18px;
	width: 88px;
	height: 88px;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #111111;
	cursor: pointer;
}

.modal-wrap .modal-container .modal-slider .swiper-wrapper .swiper-slide .detail .girl-img img {
	width: inherit;
}

.modal-wrap .modal-container .closeBtn {
	position: absolute;
	right: -100px;
	top: 20px;
	background: #000000 0% 0% no-repeat padding-box;
	border-radius: 300px;
	width: 50px;
	height: 50px;
	text-align: center;
	vertical-align: top;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	cursor: pointer;
}

.modal-wrap .modal-container .modal-button-right {
	position: absolute;
	right: -100px;
	background: #000000 0% 0% no-repeat padding-box;
	border-radius: 300px;
	width: 50px;
	height: 50px;
	text-align: center;
	vertical-align: top;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.modal-wrap .modal-container .modal-button-right img {
	width: 10px;
}

.modal-wrap .modal-container .modal-button-left {
	position: absolute;
	left: -100px;
	background: #000000 0% 0% no-repeat padding-box;
	border-radius: 300px;
	width: 50px;
	height: 50px;
	text-align: center;
	vertical-align: top;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.modal-wrap .modal-container .modal-button-left img {
	width: 10px;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}
