@charset "utf-8";


.movieBoxSize {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.movieButtonList {
	background: #f5f5f5;
	text-align: center;
	padding: 10px;
	border: solid 1px #e0e0e0;
	border-radius: 3px;
}
.movieMessage {
	background: #fff7fa;
	padding: 10px;
}


/*------------------------ページャー----------------------------------*/
#movieLadyDetailWrap .nextpager li a {
	padding:0;
}
#galPager li a {
	height: 45px;
	line-height: 45px;
}
#galPager {
	margin-bottom: 20px;
}
.movieSampleListBox ul li {
	margin-bottom: 10px;
}
.movieList:hover .movieSampleListDetailTitle > a,
.movieList:hover > .galProf > .ladyName a,
.movieList:hover > .galProf > .ladyName a span {
	text-decoration: underline;
	color: #f44677;
}

.movieList, .movieList,
.movieList .movieSampleListDetailTitle a,
.galProf .ladyName a {
	font-size: 14px;
}
.movieButtonList a,
.movieSublistDetailTitle a {
	display: block;
}
.movieList:hover > div a,
.movieBox.mb20:hover > div > .movieBoxLink a {
	text-decoration: underline;	
	color:#f44677;
}

#ladyProf {
	width: 60%;
}
.movie_reactions {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: end;
}
.movie_favorite_lady.no_follow {
	cursor: pointer;
	position: relative;
	margin-bottom: 30px;
}
.lady-image {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #eb4f77;
	object-fit: cover;
}
.movie_reactions-icon span {
	cursor: pointer;
}
.movie_favorite_lady {
	margin-bottom: 30px;
	position: relative;
}
.circle-plus {
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
}
.movie_reactions-icon {
	margin-bottom: 15px;
}
.current_num {
	font-size: 11px;
	font-weight: bold;
}


#comment_modal h4 {
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 13px;
	position:relative;
}
#comment_modal form {
	position: relative;
	margin-bottom: 10px;
	height: 70px;
}
#comment_modal button {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
#comment_modal textarea {
	padding: 10px 35px 10px 5px;
	height: 100%;
	font-size: 14px;
	line-height: 1.4;
}
#comment_modal {
	position: relative;
}
.modal_closer {
	position: absolute;
	right: -30px;
	top: -90px;
	cursor: pointer;
}
#comment_modal .note {
	background: #fffbe7;
	border: 2px solid #c8b04c;
	border-radius: 10px;
	padding: 10px 20px;
	color: #ccab38;
	font-size: 11px;
	margin-bottom: 20px;
}
#comment_modal .note p {
	font-weight: bold;
}
.comment_sed-btn {
	border: none;
	background: transparent;
}
#comment_modal .note h4 {
	margin-bottom: 10px;
}
#share_modal h4 {
	text-align: center;
	font-size: 21px;
	font-weight: bold;
}

.share_group {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.share_group li {
	width: 34%;
	text-align: center;
	padding: 10px;
}
.share_group li:nth-child(1), .share_group li:nth-child(2) {
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 20px;
}
.share_group li:nth-child(3), .share_group li:nth-child(4) {
	padding-top: 20px;
}
#violation_modal h4 {
	text-align: center;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 20px;
}
#share_modal h4 {
	margin-bottom: 20px;
}
.reason_type {
	position: relative;
	margin-bottom: 10px;
}
.reason_type::after {
	content: "▼";
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 20%;
	color: #9c9b9b;
}

.reason_type select {
	padding: 5px;
}


.up_btn .form__file--input {
	display: none;
}
.up_btn label {
	background: #aeaeae;
	color: white;
	/* font-size: 0.8rem; */
	padding: 30px;
	border-radius: 4px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}
.up_btn label::after {
	color: black;
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 85px;
	display: block;
}
.up_btn label.changed:after {
	content: "";
}
.filename {
	display: block;
}
#violation_modal button {
	background: #82cafc;
	border: none;
	border-radius: 30px;
	padding: 12px 0;
	width: 40%;
	margin: 20px auto 0;
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}
.ladymovie-inner {
	display: flex;
	justify-content: center;
	gap: 0px 20px;
}
.ladymovie-inner {
	display: flex;
	justify-content: center;
}
.ladymovie {
	flex: 1;
}
.comment_list-item {
	display: flex;
	gap: 0 10px;
}
.comment_list-item {
	display: flex;
	gap: 0 10px;
	border-bottom: 1px solid #c7c7c7;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.comment_list-item figure {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}
.comment_list-item figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.comment_sc {
	overflow-y: scroll;
	max-height: 50vh;
}
.comment_list-header {
	display: flex;
	gap: 0 10px;
	align-items: center;
	margin-bottom: 5px;
}
.comment_list-header .name {
	font-size: 12px;
	font-weight: bold;
}
.cdate {
	font-size: 11px;
	color: #7a7a7a;
}
.comment_list-body {
	line-height: 1.6;
}
.comment_list-box {
	flex: 1;
}
.report_comment {
	text-align: right;
}
.report_comment_violation_btn {
	display: inline-block;
	color: #6da0e1;
	border: 1px solid;
	padding: 0 10px;
	border-radius: 10px;
	cursor: pointer;
}
.modal_closer.close_share {
	right: 10px;
	top: -40px;
}
.comment_modal_container {
	width: 500px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 50px;
	box-sizing: border-box;
	border-radius: 5px;
}
.violation_modal_container {
	width: 500px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 50px;
	box-sizing: border-box;
	border-radius: 5px;
}
.share_modal_container {
	width: 350px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 50px;
	box-sizing: border-box;
	border-radius: 5px;
}
.comment_violation_modal_container {
	width: 500px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 50px;
	box-sizing: border-box;
	border-radius: 5px;
}
.modal_closer.close_violation {
	right: 10px;
	top: -40px;
}
.link_copy_btn span {
	display: block;
	font-size: 11px;
	margin-top: 10px;
}
.report_violation_btn span {
	display: block;
	font-size: 11px;
	margin-top: 10px;
}
.modal_closer.close_comment_violation {
	right: 10px;
	top: -40px;
}
.modal_closer.close_comment {
	right: 10px;
	top: -40px;
}
.comement-note a {
	text-decoration: underline;
	color: #c90037;
	font-weight: bold;
}
.ladymovie-inner video {
	background: #000;
}
.comment_sc + .modal_closer.close_comment {
	right: -40px;
	top: -90px;
	position: absolute;
}
.comement-note {
	margin-bottom: 20px;
}

.movie_favorite.movie_reactions-icon img {
	max-width: 50px;
}
#comment_modal h4 .sc-close {
	font-size: 30px;
	position: absolute;
	right: -10px;
	top: 50%;
	cursor: pointer;
	transform: translateY(-50%);
	font-weight: bold;
}
.link_copy_btn, .report_violation_btn {
	cursor: pointer;
}