@charset "UTF-8";

.f-exVideoDetail {
	background-color: #fff;
	padding-bottom: 50px;
}

.f-exVideoDetail .moreLink {
	font-size: 16px;
	color: #000 !important;
	position: relative;
	float: right;
	text-decoration: underline;
	padding-right: 50px;
}

.f-exVideoDetail .moreLink:after {
	color: #000 !important;
	content: ">";
	position: absolute;
	top: 0;
	right: 35px;
}

.exVideoDetail_title {
	padding-left: 52px;
	line-height: 50px;
	font-size: 22px;
	color: #FFFFFF;
	background: url(/assets/img/user/shop/ico/ico-video.svg) no-repeat center left 16px/24px #1C1C1C;
}

.exVideoDetail_defaultTheme {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 8px 20px;
	background-color: #F06065;
	color: #FFFFFF;
}

.exVideoDetail_part {
	font-size: 15px;
}

.exVideoDetail_partNumber {
	font-weight: bold;
}

.exVideoDetail_date {
	font-size: 14px;
	color: #fff;
}

.exVideoDetail_video {
	position: relative;
	height: 465px;
	cursor: pointer;
}

.exVideoDetail_video img {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.exVideoDetail_thumbnail {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.exVideoDetail_videoFile {
	display: none;
	height: 465px;
}

.exVideoDetail_videoTitle {
	height: auto;
	background: transparent;
	margin: 17px 30px 13px;
	padding: 0;
	line-height: 39px;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}

.exVideoDetail_info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 30px;
}

.exVideoDetail_watchCalc {
	width: 100%;
	margin-right: 16px;
	padding-left: 34px;
	line-height: 24px;
	font-size: 14px;
	background: url(/assets/img/user/shop/girl/ex-video/ico-watch.svg) no-repeat top 0 left/24px;
}

.exVideoDetail_goodCalc {
	padding-left: 34px;
	line-height: 24px;
	font-size: 14px;
	background: url(/assets/img/user/shop/girl/ex-video/ico-good.svg) no-repeat top 0 left/24px;
}

.exVideoDetail_tagList {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 16px 0 0;
}

.exVideoDetail_tagItem {
	display: inline-block;
	margin: 0 4px 4px 0;
	padding: 2px 16px 1px;
	border-radius: 2px;
	background-color: #FFF4F4;
	font-weight: bold;
}

.exVideoDetail_tagLink {
	font-size: 12px;
	pointer-events: none;
	-webkit-transition: .2s all;
	transition: .2s all;
}

.exVideoDetail_tagLink:hover {
	opacity: .7;
}

.exVideoDetail_description {
	margin: 21px 0 47px;
	line-height: 28px;
	font-size: 15px;
	color: #000000;
	white-space: pre-wrap;
}

.swiper-container {
	padding-left: 30px;
	padding-right: 30px;
}

.part {
	scrollbar-width: none;
	height: 140px;
	margin-top: 12px;
	opacity: 0;
}

.part::-webkit-scrollbar {
	display: none;
}

.part.is-loaded {
	opacity: 1;
}

.part_link {
	-webkit-transition: .2s all;
	transition: .2s all;
}

.part_link:hover {
	opacity: .7;
}

.part_title {
	display: inline-block;
	margin-bottom: 3px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

.part_number {
	color: #F06065;
}

.part_video {
	position: relative;
}

.part_thumbnail {
	width: 100%;
	height: 113px;
	-o-object-fit: cover;
	object-fit: cover;
}

.part_time {
	position: absolute;
	right: 8px;
	bottom: 8px;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 1px 5px 0 5px;
	font-size: 11px;
	color: #fff;
}

.part .unreleased_item.next_release .part_video::before {
	z-index: 2;
	background: rgba(124, 124, 124, 0.49);
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.part .unreleased_item.next_release .part_video p {
	color: red;
}

.part .unreleased_item.next_release .part_video img {
	z-index: 1;
}

.part .unreleased_item.next_release .part_video span {
	z-index: 0;
}

.part .unreleased_item:not(.next_release) .part_video::before {
	z-index: 1;
	background-color: #ccc;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.part .unreleased_item:not(.next_release) .part_video p {
	color: white;
}

.part .unreleased_item .part_unreleased .part_video {
	position: relative;
	display: inline-block;
	z-index: 0;
	width: 100%;
}

.part .unreleased_item .part_unreleased .part_video p {
	position: absolute;
	z-index: 3;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-weight: bold;
	white-space: nowrap;
}

.part .unreleased_item .part_unreleased .part_video .display_date {
	top: 35%;
	font-size: 10px;
}

.part .unreleased_item .part_unreleased .part_video .coming_text {
	top: 65%;
	font-size: 15px;
}

.good {
	max-width: 589px;
	margin: 0 auto 50px;
	padding: 0 10px;
	border-radius: 8px;
}

.good_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 12px 10px 13px 10px;
	border: 1px solid #FFC7CA;
	border-radius: 8px;
	background-color: #fff;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", arial;
	-webkit-transition: .2s all;
	transition: .2s all;
	cursor: pointer;
}

.good_btn:hover {
	opacity: .7;
}

.good_btn.is-clicked {
	cursor: inherit;
}

.good_btn.is-clicked:hover {
	opacity: 1;
}

.good_text {
	margin-right: 16px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.good_emphasis {
	padding-left: 5px;
	font-size: 20px;
	font-weight: bold;
	color: #F06065;
}

.good_icon {
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 75px;
	height: 75px;
	border: 1px solid #ff979b;
	border-radius: 50%;
	background: url(/assets/img/user/shop/girl/ex-video/ico-thumbs-up-white.svg) no-repeat top 12px center/39px;
	-webkit-transition: .2s all;
	transition: .2s all;
}

.good_icon.is-active {
	border-color: #f06065;
	background: url(/assets/img/user/shop/girl/ex-video/ico-thumbs-up-pink.svg) no-repeat top 12px center/39px #f06065;
}

.good_calc {
	display: none;
	opacity: 0;
	position: absolute;
	top: -46px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.good_calc.is-show {
	display: block;
}

.good_calc.is-active {
	opacity: 1;
	-webkit-transition: .2s all;
	transition: .2s all;
	padding: 4px 16px 5px 36px;
	border-radius: 3px;
	background: url(/assets/img/user/shop/girl/ex-video/ico-good.svg) no-repeat top 2px left 9px/25px;
	background-color: #F06065;
	font-size: 16px;
	color: #fff;
}

.good_calc.is-active::before {
	content: '';
	position: absolute;
	bottom: -9px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 7px;
	height: 11px;
	background-color: #F06065;
	-webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
	clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.attend-body {
	margin: 0 40px 20px;
}

.attend-body .inner {
	width: 100%;
}

.attend-body table {
	width: 100%;
}

.attend-body table tr {
	width: 14.00%;
	margin-top: .5%;
	margin-right: .33%;
	float: left;
	table-layout: fixed;
}

.attend-body table tr:last-child {
	margin-right: 0;
}

.attend-body table th {
	background: #ffe6f1;
	vertical-align: middle;
	text-align: center;
	font-size: 1.0rem;
	font-weight: 400;
	width: 100%;
	padding: .5rem 0;
	display: inline-block;
	border: 1px solid #f19ec2;
	border-bottom: none;
}

.attend-body .inner table td {
	padding: 1rem 0;
	background: #f2f2f2;
	text-align: center;
	width: 100%;
	display: inline-block;
	border: 1px solid #f19ec2;
	color: #95989A;
	line-height: 1.4rem;
	font-size: .8rem;
	font-weight: 600;
	height: 6rem;
	vertical-align: middle;
}

.attend-body .inner table .no-attend td li {
	line-height: 4rem;
}

.attend-body .inner table td .start, .attend-body .inner table td .end {
	display: block;
	font-size: 1.2rem;
	color: #555555;
	font-weight: 600;
}

.attend-body .inner table td .arrow, .attend-body .inner table td .none {
	list-style-type: none;
}

.attend-body table tr.date_sat {
	color: #3B8EDE;
}

.attend-body table tr.date_sat td .start, .attend-body table tr.date_sat td .end {
	color: #3B8EDE;
}

.attend-body table tr.date_sun {
	color: #FC4967;
}

.attend-body table tr.date_sun td .start, .attend-body table tr.date_sun td .end {
	color: #FC4967;
}

.attend-body table tr td .commuting_no_data {
	list-style-type: none;
}

.attend-body .body .no_data {
	font-size: 1.0rem;
	padding: 0.6rem;
	font-weight: bolder;
}

@media screen and (max-width: 1023px) {
	.attend-body table th {
		font-size: .6rem;
	}

	.attend-body .inner table td .start, .attend-body .inner table td .end {
		font-size: 1.0rem;
	}

	.profile-name {
		font-size: 1.6rem;
	}

	.f-profile .profile-head .profile-ttl .catch {
		font-size: 1.0rem;
		min-height: 0;
		max-width: -webkit-fit-content;
		max-width: -moz-fit-content;
		max-width: fit-content;
	}

	.diary-body .diary-box {
		width: 33%;
		margin-bottom: .5%;
	}

	.diary-body .diary-box:nth-child(3n) {
		margin-right: 0;
	}

	.f-profile .waiting {
		position: relative;
		width: 100%;
		margin-top: 1rem;
	}

	.f-profile .waiting.is_short {
		position: relative;
		width: 100%;
		margin-top: 1rem;
	}

	.f-profile .waiting-cont {
		width: 100%;
	}

	.f-profile .waiting-cont.is_short {
		width: 100%;
	}

	.f-profile .button {
		position: relative;
		top: 15px;
	}

	.qa-body img {
		width: 2.2rem;
	}

	.girl_rank {
		top: 1.5rem;
		right: 1rem;
		width: 57%;
	}

	.girl_ranking_detail dt {
		width: 45%;
	}

	.girl_ranking_detail dd {
		width: 55%;
	}

	.girl_count_box {
		width: 67px;
	}
}

.coupon-wrap {
	overflow: visible;
	background-color: #fff;
}

.coupon-wrap h3 {
	padding: 0 .5rem;
	vertical-align: middle;
	font-size: 1.0rem;
	line-height: 2.0rem;
	color: #fff;
}

.coupon-wrap .couponR #qr_code_t {
	margin: auto;
	width: 100%;
	height: 100%;
}

.coupon-wrap .couponR #qr_code_t canvas {
	width: 95%;
	height: 95%;
}

.coupon-wrap .more-coupon-wrap {
	background-color: #FFFFFF;
	height: 34px;
}

.coupon-wrap .more-coupon-wrap .more-coupon {
	font-size: 16px;
	color: #000 !important;
	position: relative;
	float: right;
	text-decoration: underline;
	padding-right: 50px;
}

.coupon-wrap .more-coupon-wrap .more-coupon:after {
	color: #000 !important;
	content: ">";
	position: absolute;
	top: 0;
	right: 35px;
}

.f-NewCoupon {
	display: table;
	table-layout: fixed;
	color: #000;
	width: 100%;
	padding: 30px 5%;
	background-color: #FFFFFF;
}

.f-NewCoupon > * {
	display: table-cell;
	vertical-align: top;
}

.f-NewCoupon .ribbon {
	width: 200px;
	height: 48px;
	position: absolute;
	top: 25px;
	right: -52px;
	background: #ff0000;
	line-height: 50px;
	text-align: center;
	font-size: 19px;
	color: #fff;
	font-weight: bold;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.f-NewCoupon .ribbon span {
	font-size: 25px;
}

.f-NewCoupon .couponL {
	padding: 0 20px 20px;
	width: 73%;
	overflow: hidden;
	position: relative;
	border-radius: 10px 0 0 10px;
	background: #efefef;
	-webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
	border: 1px solid #000000;
	border-right: 1px dashed #000000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.f-NewCoupon .couponGenre {
	margin-bottom: 10px;
}

.f-NewCoupon .couponGenre .genre {
	display: inline-block;
	padding: 8px 16px;
	border-radius: 0 0 10px 10px;
	color: #fff;
	font-size: 16px;
}

.f-NewCoupon .couponGenre .postDate {
	margin-left: 10px;
	font-size: 14px;
}

.f-NewCoupon .couponTtl {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	background-color: initial;
}

.f-NewCoupon .couponInner {
	margin-bottom: 10px;
	overflow: hidden;
}

.f-NewCoupon .couponInner .couponImg {
	margin-right: 20px;
	width: 184px;
	height: 116px;
	overflow: hidden;
	float: left;
}

.f-NewCoupon .couponInner .couponImg img {
	width: 184px;
	height: 116px;
	max-width: inherit;
}

.f-NewCoupon .couponInner .couponPrice {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 116px;
}

.f-NewCoupon .couponInner .couponPrice .oldprice {
	-ms-flex-item-align: start;
	align-self: flex-start;
	font-size: 16px;
}

.f-NewCoupon .couponInner .couponPrice .course, .f-NewCoupon .couponInner .couponPrice .newPrice {
	-ms-flex-item-align: end;
	align-self: flex-end;
	margin-bottom: 10px;
	color: #ff0000;
	font-weight: bold;
}

.f-NewCoupon .couponInner .couponPrice .course {
	margin-bottom: 25px;
	font-size: 20px;
}

.f-NewCoupon .couponInner .couponPrice .newPrice > * {
	display: inline-block;
	vertical-align: top;
	line-height: 1;
}

.f-NewCoupon .couponInner .couponPrice .newPrice .time, .f-NewCoupon .couponInner .couponPrice .newPrice .price {
	font-size: 60px;
}

.f-NewCoupon .couponInner .couponPrice .newPrice .many_digit {
	font-size: 3.1rem;
}

.f-NewCoupon .couponInner .couponPrice .newPrice .most_digit {
	font-size: 45px;
}

.f-NewCoupon .couponInner .couponPrice .newPrice .time {
	margin-right: 40px;
}

.f-NewCoupon .couponInner .couponPrice .newPrice span {
	font-size: 24px;
	color: #000;
	font-weight: normal;
}

.f-NewCoupon .couponDetail .conditions {
	margin-bottom: -0.6rem;
	position: relative;
	font-size: 14px;
	font-weight: bold;
}

.f-NewCoupon .couponDetail .conditions:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 90px;
	width: 85%;
	height: 1px;
	background: #000;
}

.f-NewCoupon .couponDetail .detailTxt {
	font-size: 14px;
	line-height: 1.6em;
	white-space: pre-line;
	word-break: break-all;
}

.f-NewCoupon .couponR {
	padding: 0 4% 20px;
	width: 27%;
	position: relative;
	border-radius: 0 10px 10px 0;
	-webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
	vertical-align: middle;
}

.f-NewCoupon .couponR:before, .f-NewCoupon .couponR:after {
	content: "";
	position: absolute;
}

.f-NewCoupon .couponR:before {
	top: 0px;
	left: -16px;
	width: 30px;
	height: 19px;
	background: url("/assets/img/user/coupon/img-after-t.png") no-repeat;
}

.f-NewCoupon .couponR:after {
	bottom: 0px;
	left: -18px;
	width: 30px;
	height: 17px;
	background: url("/assets/img/user/coupon/img-after-b.png") no-repeat;
}

.f-NewCoupon .couponR .mobileTxt, .f-NewCoupon .couponR .cautionTxt {
	color: #fff;
}

.f-NewCoupon .couponR .mobileTxt {
	margin-bottom: 8px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.f-NewCoupon .couponR .qr {
	margin: 0 auto 8px;
	width: 140px;
}

.f-NewCoupon .couponR .qr .rightblue_bold {
	color: transparent;
}

.f-NewCoupon .couponR .qr_code {
	text-align: center;
	height: 150px;
	width: 150px;
	padding-top: 6px;
	margin-left: 17px;
	background-color: #FFF;
}

.f-NewCoupon .couponR .cautionTxt {
	line-height: 1.2em;
	font-size: 10px;
}

.f-NewCoupon.tokuyasuCoupon .couponL {
	background: -webkit-gradient(linear, left top, right top, from(#f5d68d), to(#c19213));
	background: linear-gradient(to right, #f5d68d 0%, #c19213 100%);
}

.f-NewCoupon.tokuyasuCoupon .couponGenre .genre {
	background: #ff0000;
}

.f-NewCoupon.tokuyasuCoupon .couponR {
	background: #FF0000;
}

.f-NewCoupon.groupCoupon .couponGenre .genre, .f-NewCoupon.groupCoupon .couponR {
	background: #ff7600;
}

.f-NewCoupon.newlimited .couponGenre .genre, .f-NewCoupon.newlimited .couponR {
	background: #1e890b;
}

.f-NewCoupon.freeCoupon .couponGenre .genre, .f-NewCoupon.freeCoupon .couponR {
	background: #1862bb;
}

@media screen and (max-width: 1023px) {
	.f-NewCoupon .couponInner .couponImg {
		margin-right: 3%;
		width: 50%;
	}

	.f-NewCoupon .couponInner .couponImg img {
		width: 90%;
	}

	.f-NewCoupon .couponInner .couponPrice .oldprice {
		font-size: 15px;
	}

	.f-NewCoupon .couponInner .couponPrice .newPrice .many_digit {
		font-size: 2rem;
	}
}

.link-wrap {
	padding: 55px 0;
	text-align: center;
}

.link-wrap a {
	display: inline-block;
	width: 35%;
	font-size: 16px;
	color: #FC4967;
	border: 2px #FC4967 solid;
	background-color: #FFFFFF;
	border-radius: 35px;
	padding: 13px 27px;
}

.link-wrap a:first-child {
	margin-right: 2%;
}

/*--------------------------------
右カラム　写真
--------------------------------*/
.photo {
	background: #fff;
	border: 1px solid #FD7B9E;
	border-radius: 10px;
}

.photo .girls-catch {
	padding: .5rem;
	background: #FD7B9E;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	color: #fff;
	font-size: 1.0rem;
}

.photo .girls-photo {
	overflow: hidden;
}

.photo .p-imgWrap {
	padding: .5rem 1rem;
}

.photo p {
	overflow: hidden;
}

.photo .detail {
	padding: .5rem 1rem;
}

.detail .data-name {
	font-size: 1.2rem;
	line-height: 1.6rem;
}

.detail .data-size,
.detail .data-age {
	font-size: 1.0rem;
}
