@charset "utf-8";
.left {
  display: grid;
  grid-template-columns: 880px;
  row-gap: 20px;
}
.top_tit {
  font-size: 12px;
  font-weight: normal;
  padding: 20px 0;
}
/*------------------------------------------------------------
　topスライダー
-------------------------------------------------------------*/
.top-slider {
  height: 545px;
  background-color: #fff;
}
.top-slider .bx-controls-direction a {
  width: 50px;
  height: 99px;
  top: 50%;
  margin-top: -50px;
}
.top-slider .bx-prev {
  background: url(../images/top/arrow_top_slider_prev.png) no-repeat center center;
}
.top-slider .bx-next {
  background: url(../images/top/arrow_top_slider_next.png) no-repeat center center;
}
.top-slider .bx-wrapper {
  height: 545px;
}
.top-slider .bx-pager {
  bottom: 20px;
}
.top-slider-items {
  height: 495px;
  overflow: hidden;
}
.top-slider-item {
  float: left;
}
.top-slider-item a img {
  cursor: pointer;
  transition: opacity 0.5s ease-out;
}
.top-slider-item a:hover img {
  opacity: 0.8;
}
/*------------------------------------------------------------
　ナビ
-------------------------------------------------------------*/
.side-nav-item {
  position: relative;
}
.side-nav-item:not(:first-child)::before {
  content: "";
  width: 280px;
  height: 1px;
  background-color: #d5d5d5;
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 1;
}
.side-nav-item a {
  display: flex;
  align-items: center;
  column-gap: 15px;
  height: 60px;
  padding-inline: 10px;
  background-color: #fff;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.5s ease-out;
}
.side-nav-item a:hover {
  color: #b60401;
}
.side-nav-item a::before {
  overflow: hidden;
  aspect-ratio: 1/1;
  width: 29px;
  background-image: url(../images/top/nav.png);
  content: "";
}
.side-nav-item.--event a::before {
  background-position: 0 -29px;
}
.side-nav-item.--ticket a::before {
  background-position: 0 -58px;
}
.side-nav-item.--rank a::before {
  background-position: 0 -87px;
}
.side-nav-item.--movie a::before {
  background-position: 0 -116px;
}
.side-nav-item.--play a::before {
  background-position: 0 -145px;
}
.side-nav-item.--enquete a::before {
  background-position: 0 -174px;
}
.side-nav-item.--link a::before {
  background-position: 0 -203px;
}
.side-nav-item a::after {
  aspect-ratio: 1/1;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 10px;
  margin-inline-start: auto;
  background-color: #acacac;
  transition: background-color 0.5s ease-out;
  content: "";
}
.nav_top li a:hover::after {
  background-color: #b60401;
}

/*------------------------------------------------------------
　新着情報、おすすめ情報共通
-------------------------------------------------------------*/
.content_boxTop {
  padding: 20px 0;
}
.content_boxTop_inner {
  display: flex;
  column-gap: 30px;
  margin-top: 20px;
  padding-inline: 20px;
}
.sec_new {
  width: 490px;
}
.sec_recommend {
  width: 320px;
}
.sec_recommend ul {
  display: grid;
  row-gap: 20px;
}
.sec_recommend .read_more {
  margin-top: 20px;
}
/*------------------------------------------------------------
　新着情報
-------------------------------------------------------------*/
.box_new {
  border: 1px solid #d5d5d5;
}
.item_new {
  display: flex;
  align-items: flex-start;
  column-gap: 20px;
  position: relative;
  padding: 20px 60px 20px 20px;
}
.item_new.link_area::before {
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  border-top: 1px solid #acacac;
  border-right: 1px solid #acacac;
  content: "";
}
.item_new img {
  transition: 0.5s ease-out;
}
.item_new.link_area:hover {
  cursor: pointer;
}
.item_new.link_area:hover img {
  opacity: 0.8;
}
.item_new + .item_new {
  border-top: 1px solid #d5d5d5;
}
.item_new_r {
  display: grid;
  row-gap: 10px;
  flex: 1;
}
.date {
  font-size: 12px;
}
.item_new a {
  color: #b60401;
  text-decoration: none;
}
.item_new:hover a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
/*------------------------------------------------------------
　本日の出勤
-------------------------------------------------------------*/
.content_scheduleTit {
  position: relative;
  padding: 20px 0;
}
.data_scheduleTit {
  font-size: 14px;
  font-weight: normal;
  border-left: 1px solid #d5d5d5;
  padding-left: 10px;
  margin-left: 10px;
}
.data_scheduleTit span {
  color: #ff0000;
  font-weight: bold;
}

.top-schedule-items {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  width: 900px;
}
.top-schedule-item {
  display: flex;
  flex-direction: column;
  width: 280px;
  background: #fff;
  margin-top: 20px;
  position: relative;
}
.top-schedule-item_img {
  order: 1;
  position: relative;
  padding: 5px;
  aspect-ratio: 3/4;
}
.top-schedule-item_img .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item_schedule_new {
  position: absolute;
  top: -2px;
  right: 10px;
}
.top-schedule-item_img[class*="cast_"]::after {
  bottom: 5px;
  left: 5px;
}
.top-schedule-item_heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  order: 2;
  height: 70px;
  background: #fbf9f5 url(../images/top/bg_schedule.png) no-repeat;
  box-shadow: 0 1px 0 rgb(231 220 184 / 0.8) inset, 0 -1px 0 rgb(231 220 184 / 0.8) inset;
  padding: 10px 25px 10px 15px;
  position: relative;
  box-sizing: border-box;
}
.top-schedule-item_heading::before {
  top: 50%;
  right: 5px;
  margin-top: -5px;
}
.top-schedule-item_heading:hover .c-h-bBorder::before {
  opacity: 1;
}
.top-schedule-item_name {
  font-size: 20px;
  font-weight: bold;
}
.top-schedule-item_name .name {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.top-schedule-item_name .age {
  font-size: 16px;
}
.top-schedule-item_name a {
  display: block;
  overflow: hidden;
  max-width: 100%;
  width: fit-content;
  color: #b60401;
}
.top-schedule-item_size {
  margin-top: 5px;
}
.finished::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.top-schedule-item_body {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  order: 3;
  padding: 15px 15px 20px;
  position: relative;
}
.top-schedule-item_info {
  display: flex;
  column-gap: 15px;
}
.top-schedule-item_date {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  flex: 1;
  height: 27px;
  border: 1px solid #9f9f9f;
  border-radius: 3px;
}
.top-schedule-item_date::before {
  content: "";
  aspect-ratio: 1/1;
  width: 15px;
  background: url(../images/common/icon/icon_clock1.png) no-repeat;
}
.top-schedule-item_photo {
  display: table;
}
.top-schedule-item_photo-inner {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  width: 240px;
  height: 240px;
  background: url(../images/top/bg_photo.png);
}
.top-schedule-item_photo img {
  max-width: 240px;
  max-height: 240px;
  width: auto;
  height: auto;
  vertical-align: middle;
}
.top-schedule-item_movie {
  position: relative;
}
.top-schedule-item_movie video {
  cursor: pointer;
}

/*------------------------------------------------------------
　404
-------------------------------------------------------------*/
.notFound {
  text-align: center;
  background-image: url(../images/404/bg_404_1.png), url(../images/404/bg_404_2.png);
  background-repeat: no-repeat;
  background-position: 0 0, right bottom;
  background-color: #fff;
  padding-block: 140px;
}
.txt_notFound {
  line-height: 24px;
  margin: 30px 0;
}
.notFound a {
  width: 258px;
  margin: 0 auto;
}

.content_sudden_news {
  display: grid;
  row-gap: 20px;
  padding: 20px;
}

/*------------------------------------------------------------
　カスタムバナー
-------------------------------------------------------------*/
.custom-bnr {
  display: grid;
  row-gap: 20px;
}

.recommendDiary .custom-bnr {
  margin-top: 20px;
}

.content_recommendDiary {
  padding-block: 20px;
}

/*------------------------------------------------------------
　年末年始
-------------------------------------------------------------*/
.info-newYear {
  padding: 20px;
}
.info-newYear__heading {
  margin-bottom: 10px;
}
.info-newYear__table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
  text-align: center;
}
.info-newYear__table th,
.info-newYear__table td {
  border: 1px solid #ccc;
}
.info-newYear__table th {
  height: 34px;
  font-weight: normal;
  background: #000;
  color: #fff;
  line-height: 34px;
}
.info-newYear__table td {
  height: 64px;
  line-height: 64px;
}
.info-newYear__table .closed {
  font-weight: bold;
  color: #f00;
}

/* バナー　bottom */
.add_bottom {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 136px;
  background: rgb(0 0 0 / 0.2);
}
.add_bottom_inner {
  position: relative;
  width: 1180px;
  margin: 23px auto 0;
  font-size: 0;
  text-align: center;
}
.add_bottom_item {
  display: inline;
  transition: 0.5s ease-out;
  margin-left: 20px;
}
.add_bottom_item:hover {
  opacity: 0.9;
}
.add_bottom_item:first-child {
  margin-left: 0;
}
.add_bottom_close {
  position: absolute;
  top: -17px;
  right: -60px;
  cursor: pointer;
}
