@charset "utf-8";
@font-face {
  font-family: 'fontello';
  src: url('/font/fontello.eot?45259564');
  src: url('/font/fontello.eot?45259564#iefix') format('embedded-opentype'),
       url('/font/fontello.woff?45259564') format('woff'),
       url('/font/fontello.ttf?45259564') format('truetype'),
       url('/font/fontello.svg?45259564#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

.slick-slider img {
	width: 100%;
}
.cast_slides-item {
	text-align: center;
}
.cast_slides {
	margin-bottom: 40px;
	display: flex;
	justify-content: center;
	gap: 0 20px;
}
.cast_slides .slick-slide {
    margin-right: 5px!important;
    margin-left: 5px!important;
}
.cast_slides .slick-arrow::before {
	content: '';
	display: block;
	width: 25px;
	height: 50px;
	z-index:1;
}
.cast_slides .slick-prev {
	left: calc(50% - 100vw / 3 / 2 + 15px);
	transform: translateX(-50%);
	z-index:1;
}
.cast_slides .slick-next {
	right: calc(50% - 100vw / 3 / 2 + 20px);
	transform: translateX(50%);
	z-index: 1;
}
.cast_slides .slick-prev::before {
	background: url('/images/profile/arrows-left.png') left top no-repeat;
}
.cast_slides .slick-next::before {
	background: url('/images/profile/arrows-right.png') right top no-repeat;
}
.schedule_box {
	display: flex;
	margin-bottom: 40px;
	text-align: center;
}
.schedule_list:not(:last-child) {
	border-right: 1px solid #c9c9c9;
}
.schedule_box dl {
	width: calc(100% / 7);
	border: 1px solid #adadad;
}
.schedule_list-day {
	border-bottom: 1px solid #adadad;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #e5e5e5;
	font-size: clamp(0.875rem, 0.7083rem + 0.3472vw, 1.125rem);
}
.schedule_list-time {
	padding: 20px 10px;
	font-size: 18px;
}

.cast_detail-ttl {
	font-size: 26px;
	color: var(--baseItemColor01);
	text-align: center;
	margin: 0 auto 30px;
	font-weight: 500;
	font-family: "poppins";
	line-height: 1.4;
}
.cast_detail-ttl span {
	font-size: 18px;
	text-align: center;
	display: block;
	font-weight: normal;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}
.icon_flg {
	display: inline-flex;
	gap: 5px;
	flex-wrap: wrap;
	margin-top: 0px;
	width: 40%;
}

.cast_detail-icon {
	margin-bottom: 10px;
	text-align:center;
}

.cast_detail-name {
	text-align: center;
	font-size: 24px;
}
.cast_detail-size {
	text-align: center;
	font-size: 14px;
	letter-spacing: 2px;
	margin-bottom: 15px;
	font-family: "poppins";
}
.cast_detail-box {
	margin-bottom: 40px;
	line-height: 1.8;
}
.schedule_list-day.sat {
	color: #0068b7;
}
.schedule_list-day.sun {
	color: #e60012;
}
.s_comment {
	display: block;
	font-size: 14px;
}
.cast_detail-name .age {
	font-family: "poppins";
}
.cast_slides-item:not(:first-child) img {
	display:none;
}
.cast_detail-box .kana {
	text-align: center;
}
.cast_detail-namebox {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 0 20px;
	margin-left: 5rem;
}
.cast_detail-bt {
	margin: -15px 0 0 0;
}
.cast_detail-box-inner {
	text-align: center;
}
.cast_detail-date {
	background: var(--baseItemColor01);
	color: #fff;
	border-radius: 50%;
	width: 4rem;
	height: 4rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	line-height: 1rem;
	font-family: "Poppins";
	gap: 2px 0;
}
.cast_detail-date span {
	font-size: .8rem;
}
.cast_detail-date em {
	letter-spacing: 2px;
	font-weight: 500;
}
.cast_detail-level {
	border: 1px solid var(--baseItemColor01);
	max-width: 300px;
	margin-inline: auto;
	display: flex;
	margin-bottom: 30px;
}
.cast_detail-level-text {
	background-color: var(--baseItemColor01);
	color: var(--baseItemColor09);
	width: 50%;
	text-align: center;
	font-size: 14px;
	letter-spacing: .3em;
	padding-block: 3px;
}
.cast_detail-level-icon-wrap {
	width: 50%;
	display: flex;
	justify-content: center;
	gap: 6px;
	align-items: center;
}
.cast_detail-level-icon {
	clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
	background-color: #d2d2d2;
	width: 14px;
	height: 14px;
}
.cast_detail-level-icon.cast_detail-level-icon--active {
	background-color: var(--baseItemColor11);
}
.review_rate {
	margin-bottom: 20px;
	margin-right: 4em;
}
.star_icon {
    position: relative;
    width: 6.5em;
    white-space: nowrap;
    text-indent: 100%;
    display: flex;
    vertical-align: middle;
    font-size: 15px;
}
.rate_notes {
	font-size: 16px;
	background: #000;
	color: #fff;
	padding: 1px 40px;
}

.star_icon::before {
	content: "\e809\e809\e809\e809\e809";
	position: absolute;
	top: 50%;
	left: 0;
	color: #fec002;
	font-family: 'fontello';
	letter-spacing: .5em;
	text-indent: 0;
	display: block;
	padding: 0 30px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	transform: translateY(-50%);
}
.star_icon.p10::before {	content: "\e808\e809\e809\e809\e809"; }/*1.0*/
.star_icon.p20::before {	content: "\e808\e808\e809\e809\e809"; }/*2.0*/
.star_icon.p30::before {	content: "\e808\e808\e808\e809\e809"; }/*3.0*/
.star_icon.p40::before {	content: "\e808\e808\e808\e808\e809"; }/*4.0*/
.star_icon.p50::before {	content: "\e808\e808\e808\e808\e808"; }/*5.0*/
.review_mark {
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

/************************************

movie

****************************************/

.movie video {
	margin: 0 auto;
	display: block;
}
.view_start_time {
	font-weight: 500;
	font-size: clamp(0.8125rem, 0.6042rem + 0.434vw, 1.125rem);
}
.schedule_btn {
	font-size: clamp(0.875rem, 0.7083rem + 0.3472vw, 1.125rem);
	display: block;
	background: var(--baseItemColor06);
	color: #fff;
	border-radius: 20px;
	line-height: initial;
	padding: 5px;
	margin-top: 10px;
}

.review_box {
	text-align: center;
	margin-bottom: 30px;
}
.review_box a {
	background: var(--baseItemColor06);
	padding: 0px 50px;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
}
.review_box a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0 .5em;
}
.review_box svg {
	width: 28px;
}
.review_box.link-x a {
	background: #000;
}
.review_box a, .review_box.link-x a {
	min-width: 40%;
}
.review_box.link-x {
	margin-top: -20px;
}
.realtime_text {
	color: var(--baseItemColor02);
	font-weight: bold;
}
.icon_premier-course {
	background: #c4a980;
}
.icon_vip-course {
	background: #adadad;
}
@media screen and (max-width: 769px) {


.cast_slides .slick-prev {
	left: 0rem;
}
.cast_slides .slick-next {
	right: 0.5rem;
}
.cast_slides .slick-slide {
	margin-right: 0px !important;
	margin-left: 0px !important;
}
.icon_flg {
	width:auto;
}
.movie video {
	width: 100%;
}
.schedule_box {
	flex-direction: column;
}
.schedule_box dl {
	width: 100%;
	display: flex;
	border-left: 1px solid #adadad;
	border-top: 1px solid #adadad;
	border-right: 1px solid #adadad;
}
.schedule_list:not(:last-child) {
	border-bottom: 0;
}
.schedule_list-day {
	border-bottom: 0;
	padding: .5rem 1rem;
	font-size: clamp(1.4rem, 2.3286rem + -4.6429vw, 0.1rem);
}
.schedule_list-time {
	padding: 1.5rem 1rem;
	font-size: 1.6rem;
	flex: 1;
	display: flex;
	align-items: center;
	gap: 0 1rem;
	min-height: 50px;
}
.s_comment {
	font-size: 1.4rem;
}
.cast_slides {
	margin-bottom: 1rem;
	display: block;
}
.cast_slides-nav {
	margin-bottom: 1rem;
}
.cast_detail-bt {
	margin: 0px 0 0 0;
}
.star_icon {
	width: 8.5em;
}
.star_icon::before {
	padding: 0 10px;
}
.rate_notes {
	padding: 1px 20px;
}
.cast_detail-date {
	width: 6rem;
	height: 6rem;
}
.cast_detail-date span {
	font-size: 1.2rem;
}
.cast_detail-date em {
	font-size: 1.4rem;
}
.cast_detail-date {
	gap: .5rem 0;
}
.view_start_time {
	width: 50%;
}
.schedule_btn {
	margin-top: 0;
	flex: 1;
	font-size: clamp(1.3rem, 1.9857rem + -3.9286vw, 0.1rem);
}
.view_start_time {
	font-size: clamp(1.3rem, 1.9857rem + -3.9286vw, 0.1rem);
}
.review_rate {
	margin-right: 0;
}
.review_box {
	margin-bottom: 2rem;
}
.review_box a {
	padding: 0px 20px;
	font-size: 4vw;
}
.review_box a, .review_box.link-x a {
	min-width: 100%;
}
.review_box svg {
	width: 7%;
	max-width: 24px;
}
.schedule_realtime {
	width: 50%;
}
.realtime_text {
	margin-bottom: 5px;
	font-size: clamp(1.3rem, 1.9857rem + -3.9286vw, 0.1rem);
	display: block;
}
}


.cast_slides-item.-new {
  position: relative;
}
.cast_slides-item.-new::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url("/images/common/icn-newface.jpg") no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 2vw;
  left: 2vw;
}
.cast_slides-item {
  position: relative;
}


.cast_slides-item .cast-item-icon {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cast_slides-item .cast-item-icon img{
  width: 100%;
  height: auto;
  display: block;
}


.cast_slides-nav-item.-new {
  position: relative;
}
.cast_slides-nav-item.-new::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url("/images/common/icn-newface.jpg") no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 8px;
  left: 8px;
}
.cast_slides-nav-item {
  position: relative;
}


.cast_slides-nav {
  display: none;
}

@media screen and (max-width: 769px) {
  .cast_slides-nav {
	display: block;
  }
  .cast_slides-item.-new::before {
	width: 10.5vw;
	height: 10.5vw;
	top: 3vw;
	left: 3vw;
  }

  .cast_slides-nav-item.-new::before {
	width: 3.5vw;
	height: 3.5vw;
	top: 0.8vw;
	left: 0.8vw;
  }
  .cast_slides-item .cast-item-icon img{
	width: 100%;
	height: auto;
  }

}
