@charset "UTF-8";
@import url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/css/yakuhanmp.min.css);
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,900&display=swap");
@import url("https://rsms.me/inter/inter.css");
.sp {
  display: none;
}

.pc {
  display: block;
}

@media only screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*****************************************/
.contents {
  position: relative;
  padding: 15vw 0;
}

.contents::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 4vw;
  width: 100%;
  background: url(../img/line.png) -10px top repeat-x;
  background-size: auto 100%;
}

.contents .red {
  color: #d60004;
}

@media only screen and (min-width: 751px) {
  .contents {
    padding: 100px 0 85px;
  }
  .contents::before {
    height: 31px;
  }
}

.sec_ttl {
  margin-bottom: 8vw;
  font-size: 3.2vw;
}

@media only screen and (min-width: 751px) {
  .sec_ttl {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
  }
}

.sec_ttl h2 span {
  font-family: YakuHanMP,'Inter', sans-serif;
  display: block;
  font-size: 8.4vw;
  margin-bottom: 2.8vw;
}

@media only screen and (min-width: 751px) {
  .sec_ttl h2 span {
    margin-bottom: 15px;
    font-size: 54px;
  }
}

/*****************************************/
.main {
  position: relative;
  width: 100%;
  background: #000;
}

@media only screen and (min-width: 751px) {
  .main {
    min-height: 809px;
  }
}

@media only screen and (max-width: 750px) {
  .main {
    margin-top: 72px;
  }
}

.main_mv {
  position: relative;
}

@media only screen and (min-width: 751px) {
  .main_mv {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 490px);
  }
  .main_mv img {
    width: 100%;
  }
}

.main_mv .catch {
  position: absolute;
}

@media only screen and (max-width: 750px) {
  .main_mv .catch {
    width: 6vw;
    top: 4vw;
    right: 2%;
  }
}

@media only screen and (min-width: 751px) {
  .main_mv .catch {
   width: 4.8%;
    max-width: 172px;
    top: 1.5%;
    right: 1.5%;
  }
}

.main_txt {
  position: relative;
  z-index: 10;
  padding-bottom: 10.4vw;
}

@media only screen and (min-width: 751px) {
  .main_txt {
    background: url(../img/line.png) -10px top repeat-x;
    width: 490px;
    padding-top: 82px;
    padding-bottom: 60px;
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media only screen and (max-width: 750px) {
  .main_txt .logo {
    width: 78.66%;
    max-width: 590px;
    margin: -32.5vw auto 0;
  }
}

@media only screen and (min-width: 751px) {
  .main_txt .logo {
    width: 360px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 750px) {
  .main_txt .onair {
    margin: 7.3vw 4.75vw 0;
  }
}

@media only screen and (min-width: 751px) {
  .main_txt .onair {
    width: 362px;
    margin: 35px auto 0;
  }
}

@media only screen and (max-width: 750px) {
  .main_txt .menu_top {
    display: none;
  }
}

.main_txt .menu_top ul {
  font-family: YakuHanMP,"Inter", sans-serif;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  text-align: left;
  margin-top: 30px;
}

.main_txt .menu_top ul li {
  background: #d60004;
  width: calc(50% - 40px);
  padding: 5px  0 5px 40px;
  margin-top: 2px;
  -webkit-transition: opacity 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.main_txt .menu_top ul li:nth-child(2n+1) {
  padding: 5px  0 5px 80px;
  width: calc(50% - 80px);
}

.main_txt .menu_top a {
  color: #fff;
  text-decoration: none;
}

.main_txt .menu_top a:hover {
  opacity: 0.7;
}

.main_txt .movie {
  position: relative;
}

@media only screen and (max-width: 750px) {
  .main_txt .movie {
    margin: 10.4vw auto 0;
    width: 78.66%;
    max-width: 590px;
  }
}

@media only screen and (min-width: 751px) {
  .main_txt .movie {
    width: 390px;
    margin: 35px auto 0;
  }
}

.main_txt .movie_list_item {
  position: relative;
  text-align: right;
}

.main_txt .movie_list .slick-dots {
  margin-top: 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main_txt .movie_list .slick-dots li {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0 8px;
  overflow: hidden;
  padding: 0;
  opacity: 1;
  cursor: pointer;
  background: #FFF;
  border-radius: 10px;
}

.main_txt .movie_list .slick-dots li.slick-active {
  background: #d60004;
}

.main_txt .movie_list .slick-dots button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

@media only screen and (min-width: 751px) {
  .main_txt .movie_list .slick-dots {
    margin-top: 15px;
  }
  .main_txt .movie_list .slick-dots li {
    margin: 0 6px;
  }
}

.main_txt .movie_cap {
  background: url(../img/bg_movie_cap.png) top center no-repeat;
  background-size: 100% auto;
  color: #000;
  display: inline-block;
  text-align: center;
  width: 116px;
  padding: 4px 0;
  font-size: 11px;
}

@media only screen and (min-width: 751px) {
  .main_txt .movie_cap {
    width: 156px;
    padding: 6px 0;
    font-size: 14px;
    cursor: pointer;
  }
}

.main_txt .movie_thumb {
  border: 2px solid #fff;
  margin-top: -2px;
  overflow: hidden;
}

.main_txt .movie_thumb div {
  padding-top: 47%;
  background-size: cover;
  background-position: center;
}

@media only screen and (min-width: 751px) {
  .main_txt .movie_thumb {
    cursor: pointer;
  }
  .main_txt .movie_thumb div {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
}

@media only screen and (min-width: 751px) {
  .main_txt .movie:hover .movie_thumb div {
    opacity: 0.7;
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
}

.main_txt .bnr {
  width: 80%;
  margin: 30px auto;
  transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.main_txt .bnr:hover {
  opacity: 0.7;
  transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.main_txt .news {
  text-align: left;
  margin-top: 10.4vw;
}

@media only screen and (min-width: 751px) {
  .main_txt .news {
    margin-top: 32px;
  }
}

.main_txt .news_ttl {
  position: relative;
}

@media only screen and (max-width: 750px) {
  .main_txt .news_ttl {
    width: 90%;
    margin: 0 auto 5vw;
  }
}

@media only screen and (min-width: 751px) {
  .main_txt .news_ttl {
    margin: 0 50px 15px;
  }
}

.main_txt .news_ttl a {
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-right: 7.2vw;
}

@media only screen and (min-width: 751px) {
  .main_txt .news_ttl a {
    padding: 0 26px 2px 0;
  }
}

.main_txt .news_ttl a::after {
  content: "";
  display: block;
  height: 100%;
  background: url(../img/icon_next.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  width: 4.6vw;
}

@media only screen and (min-width: 751px) {
  .main_txt .news_ttl a::after {
    width: 16px;
    -webkit-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
}

@media only screen and (min-width: 751px) {
  .main_txt .news_ttl a:hover::after {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.main_txt .news_ttl h2 {
  color: #FFF;
  font-family: YakuHanMP,'Inter', sans-serif;
  line-height: 1;
  font-size: 6.6vw;
}

@media only screen and (min-width: 751px) {
  .main_txt .news_ttl h2 {
    font-size: 22px;
  }
}

.main_txt .news_list_item {
  position: relative;
  background: #FFF;
  color: #000;
  padding: 4vw 5vw;
  margin-bottom: 1.2vw;
}

.main_txt .news_list_item:last-of-type {
  margin-bottom: 0;
}

.main_txt .news_list_item a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 751px) {
  .main_txt .news_list_item {
    margin-bottom: 2px;
    padding: 13px 50px;
    -webkit-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .main_txt .news_list_item:hover {
    color: #d60004;
    background-color: rgba(255, 255, 255, 0.85);
  }
}

.main_txt .news_list_item .date {
  font-family: YakuHanMP,'Inter', sans-serif;
  font-size: 2.8vw;
}

@media only screen and (min-width: 751px) {
  .main_txt .news_list_item .date {
    font-size: 12px;
  }
}

.main_txt .news_list_item .ttl {
  display: -webkit-box;
  height: 1.05em;
  overflow: hidden;
  line-height: 1.1;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 3.6vw;
  margin-top: 2vw;
}

@media only screen and (min-width: 751px) {
  .main_txt .news_list_item .ttl {
    font-size: 15px;
    margin-top: 6px;
  }
}

/*****************************************/
@media only screen and (max-width: 750px) {
  .intro {
    background: url(../img/bg_intro_sp.jpg) center no-repeat;
    background-size: cover;
  }
}

@media only screen and (min-width: 751px) {
  .intro {
    background: url(../img/bg_intro.jpg) center no-repeat;
    background-size: cover;
  }
}

.intro_txt {
  font-family: YakuHanMP, "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP",serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2.2;
  font-size: 4.4vw;
  letter-spacing: .02em;
}

.intro_txt .dash {
  letter-spacing: -1px;
  font-style: italic;
}

.intro_txt .ex {
  margin-left: 2px;
}

@media only screen and (min-width: 751px) {
  .intro_txt {
    font-size: 38px;
    line-height: 1.95;
    letter-spacing: -.04em;
  }
  .intro_txt .dash {
    letter-spacing: -1px;
    margin-left: 2px;
    font-style: italic;
  }
  .intro_txt .ex {
    letter-spacing: 0.06em;
    margin-left: 3px;
  }
}

/*****************************************/
.staffcast {
  padding-top: 13.2vw;
}

@media only screen and (min-width: 751px) {
  .staffcast {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 70px;
  }
  .staffcast .sec_ttl {
    width: 100%;
    margin-bottom: 80px;
  }
}

.staffcast_wrap {
  position: relative;
  text-align: left;
}

@media only screen and (max-width: 750px) {
  .staffcast_wrap {
    margin: 0 5vw 9vw;
    padding-left: 32vw;
  }
}

@media only screen and (min-width: 751px) {
  .staffcast_wrap {
    padding-left: 165px;
    width: 400px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .staffcast_wrap:nth-of-type(2) {
    margin-right: 120px;
  }
}

.staffcast_cap {
  position: absolute;
  top: 0;
  left: 0;
  background: #d60004;
  font-family: YakuHanMP,'Inter', sans-serif;
  font-weight: 500;
  width: 13vw;
  padding: 1.4vw 0 1.4vw 4.5vw;
  font-size: 3.4vw;
}

.staffcast_cap::after {
  content: "";
  display: block;
  background: url(../img/title_deco.png) left no-repeat;
  background-size: auto 100%;
  width: 10vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 1px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@media only screen and (min-width: 751px) {
  .staffcast_cap {
    width: 90px;
    padding: 6px 0 6px 24px;
    font-size: 18px;
  }
  .staffcast_cap::after {
    width: 32px;
  }
}

.staffcast_list {
  padding-top: 2vw;
}

@media only screen and (min-width: 751px) {
  .staffcast_list {
    padding-top: 10px;
  }
}

.staffcast_list_item {
  margin-bottom: 7vw;
}

.staffcast_list_item.and {
  margin-bottom: 2.4vw;
}

.staffcast_list_item .role {
  color: #d60004;
  letter-spacing: .1em;
  font-size: 2.8vw;
}

.staffcast_list_item .name {
  position: relative;
  display: inline-block;
  letter-spacing: .12em;
  font-size: 4vw;
  margin-top: 2vw;
}

.staffcast_list_item .name span {
  font-size: 2.8vw;
  display: block;
  line-height: 1.5;
  margin-top: 1vw;
}

.staffcast_list_item .btn_comment {
  position: absolute;
  right: -10vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6vw;
  height: 7vw;
  background: url(../img/icon_talk.png) center no-repeat;
  background-size: contain;
}

@media only screen and (min-width: 751px) {
  .staffcast_list_item {
    margin-bottom: 40px;
  }
  .staffcast_list_item.and {
    margin-bottom: 10px;
  }
  .staffcast_list_item .role {
    font-size: 16px;
  }
  .staffcast_list_item .name {
    font-size: 26px;
    margin-top: 12px;
  }
  .staffcast_list_item .name span {
    font-size: 13px;
    margin-top: 2px;
  }
  .staffcast_list_item .btn_comment {
    background-size: 24px auto;
    width: 35px;
    height: 35px;
    right: -44px;
    -webkit-transition: opacity 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
    cursor: pointer;
  }
  .staffcast_list_item .btn_comment:hover {
    opacity: 0.65;
  }
}