@charset "utf-8";
/* 
CSS Information
 File name:  movie_detail.css
 Author: Administrator
 Style Info: /sp/movie_detail.html
----------------------------------------------------- */

/* CSS override and Class setting
********************************** */


/* #door
********************************** */
#content .movie h2 {
	text-align: center;
	background:#333333;
	padding: 5px;
	font-size: 108%;
	color: #FFFFFF;
}

#content .detailWrap a {
	display: block;
	position: relative;
	padding: 10px;
}
#content .detailWrap a .thumb {
	width: 100%;
}
#content .detailWrap a .iconPlay {
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
	position: absolute;
	top: 50%;
	width: 80px;
}

#content .profile {
	width: 95%;
	margin: 10px auto;
}

#content .profile .name {
	font-weight: bold;
}

#content .profile .name,
#content .profile .size {
	text-align: center;
}

#content .review ul li {
	border-bottom: solid 1px #000099;
}

#content .review ul li:last-of-type {
	border-bottom: none;
}

#content .review ul li h2{
	font-size: 108%;
}

#content .review ul li span {
	display: block;
	padding-right: 20px;
	text-align: right;
}

#content .review ul li a{
	display: block;
	padding: 10px;
	color: #000;
}

#content .back {
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	margin: 0 auto 10px;
	text-align: center;
	width: 95%;
	background: #d0d0d0;
}
#content .back a {
	display: block;
	color: #fff;
}
.movie_modal_contents {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	cursor: pointer;
	transform: translate(-50%, -50%);
}
.movie_control-box {
	position: absolute;
	bottom: 10vw;
	width: 100%;
	padding: 2.5vw;
	display: flex;
	align-items: end;
	justify-content: space-between;
}
.movie_reactions {
	order: 2;
	text-align: center;
	position: relative;
	z-index: 99;
}
.movie_favorite_lady {
	position: relative;
	margin-bottom: 30px;
}
.movie_reactions-icon img {
	max-width: 40px;
}
.lady-image {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #eb4f77;
	object-fit: cover;
}
.circle-plus {
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	max-width: 40px;
}
.movie_reactions-icon {
	margin-bottom: 10px;
}

.current_num {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
.modal_closer {
	position: absolute;
	right: -30px;
	top: -90px;
}
.modal_closer.close_movie {
	position: absolute;
	right: 3vw;
	top: 3vw;
	border: none;
	border-radius: 50%;
	background: rgba(0, 0, 0, .5);
	padding: 10px;
}
.movie_control {
	display: flex;
	color: #fff;
	gap: 0 10px;
}
.movie_control-play.--play {
  background: #44ae1d;
}
.movie_control-play {
  display: flex;
  align-items: center;
  gap: 0 10px;
  padding: 0px 10px;
  border-radius: 50px;
  font-size: 14px;
  line-height: initial;
}
.movie_control-play {
	font-size: 14px;
	line-height: initial;
	position: relative;
	z-index: 99;
}
.movie_control-play.--play.--on {
	background: #cfcfcf;
}
.movie_control-play.--volume::before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 2vw;
	width: 18px;
	height: 18px;
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"><path d="M11 5L6 9H2v6h4l5 4zM22 9l-6 6M16 9l6 6"/></svg>') center/contain no-repeat;
}
.movie_control-play.--volume.--on::before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 2vw;
	width: 18px;
	height: 18px;
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"><polygon points="11 5 6 9 2 9 2 15 6 15 11 19 11 5"></polygon><path d="M19.07 4.93a10 10 0 0 1 0 14.14M15.54 8.46a5 5 0 0 1 0 7.07"></path></svg>') center/contain no-repeat;
}
.movie_control-play.--volume.--on::after {
	content: "音声ON";
	display: block;
}
.movie_control-play.--volume::after {
	content: "音声OFF";
	display: block;
}
.movie_control-box {
	position: absolute;
	bottom: 10vw;
	width: 100%;
	padding: 2.5vw;
	display: flex;
	align-items: end;
	justify-content: space-between;
	box-sizing: border-box;
}
.movie_control-play.--volume {
	background: #2e2e2e;
	position: relative;
	padding-left: 8vw;
}
.jsModal {
	z-index: 99 !important;
}
.comment_modal_container {
	width: 80%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 5vw;
	box-sizing: border-box;
	border-radius: 5px;
	color: #000;
	max-height: 80%;
}
#comment_modal {
	position: relative;
}
#comment_modal textarea::placeholder {
	font-size: 12px;
}
#comment_modal h4 {
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 13px;
	position:relative;
}
.comement-note {
	font-size: 13px;
	margin-bottom: 10px;
}
.comement-note a {
	text-decoration: underline;
	color: #c90037;
	font-weight: bold;
}
.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-box {
	flex: 1;
}
.comment_list-header {
	display: flex;
	gap: 0 10px;
	align-items: center;
	margin-bottom: 5px;
}
.comment_list-body {
	line-height: 1.6;
}
.comment_list-header .name {
	font-size: 12px;
	font-weight: bold;
}
.cdate {
	font-size: 11px;
	color: #7a7a7a;
}
.modal_closer {
	position: absolute;
	right: -30px;
	top: -90px;
}
.modal_closer.close_comment {
	right: 10px;
	top: -40px;
}
.share_modal_container {
	width: 80%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 5vw;
	box-sizing: border-box;
	border-radius: 5px;
	color: #000;
}
#share_modal h4 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.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;
}
.link_copy_btn span, .report_violation_btn span {
	display: block;
	font-size: 11px;
	margin-top: 10px;
}
.modal_closer.close_share {
	right: 10px;
	top: -40px;
}
.comment_sc + .modal_closer.close_comment {
	right: -10px;
	top: -60px;
	position: absolute;
}

#comment_modal textarea {
	width: 100%;
	height: 100%;
	font-size: 14px;
	padding: 5px 40px 5px 5px;
	box-sizing: border-box;
	border: 1px solid #ccc;
}

#comment_modal button {
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	width: 32px;
	padding: 0;
}
.comment_sed-btn {
	border: none;
	background: transparent;
}
.comment_sc {
	overflow-y: scroll;
	max-height: 50vh;
}
#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 h4 {
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 13px;
}
#comment_modal .note p {
	font-weight: bold;
}

#comment_modal form {
	position: relative;
	height: 60px;
	margin-bottom: 5px;
	box-sizing: border-box;
}
.open_movie_modal img {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}
.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;
}
.jsModal_scroller::before {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 100%);
	background-size: auto;
	background-size: auto;
	background-size: 100% auto;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 1;
	pointer-events: none;
}

.report_comment_violation_btn {
	display: inline-block;
	color: #6da0e1;
	border: 1px solid;
	padding: 2px 10px;
	border-radius: 10px;
}
.report_comment {
	text-align: right;
	font-size: 12px;
}
.comment_violation_modal_container {
	width: 80%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 5vw;
  box-sizing: border-box;
  border-radius: 5px;
}
.modal_closer.close_comment_violation {
 
	right: 10px;
	top: -40px;

}
.reason_type {
	position: relative;
	margin-bottom: 10px;
}
.comment-note-txt {
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 1.4;
}
.reason_type select, .comment-note {
	padding: 5px;
	width: 100%;
	border: none;
	background: transparent;
	border: 1px solid #ccc;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 13px;
	color: #000;
	box-sizing: border-box;
}
.reason_type::after {
	content: "▼";
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 20%;
	color: #9c9b9b;
}
.up_btn label {
	background: #aeaeae;
	color: white;
	padding: 30px;
	border-radius: 4px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}
.filename {
	display: block;
	margin-top: 5px;
}
#violation_modal button {
	background: #82cafc;
	border: none;
	border-radius: 30px;
	padding: 12px 0;
	width: 80%;
	margin: 20px auto 0;
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}
.up_btn .form__file--input {
	display: none;
}

#violation_modal h4 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.report_comment_violation_btn {
	display: inline-block;
	color: #6da0e1;
	border: 1px solid;
	padding: 2px 10px;
	border-radius: 10px;
}
.report_comment {
	text-align: right;
}
.violation_modal_container {
	width: 80%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 5vw;
	box-sizing: border-box;
	border-radius: 5px;
}
.modal_closer.close_violation {
	right: 10px;
	top: -40px;
}
#comment_modal h4 .sc-close {
	font-size: 30px;
	position: absolute;
	right: -10px;
	top: -10px;
}

.open_movie_modal .play {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 15vw;
	padding: 0;
}
.open_movie_modal {
	position: relative;
}