.slide .bx-prev,
.slide .bx-next {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.page-header {
  position: absolute;
}

.page-content {
  padding-top: 0;
}

.nav-main {
  top: auto;
  bottom: 160px;
}

.nav-main:before, .nav-main:after {
  top: 0;
}

.page-hero {
  height: 100svh;
  padding-top: 54px;
  padding-bottom: 222px;
  position: relative;
  width: 100%;
  background: url(../img/common/bg_main.png) center/cover;
}

.page-hero__inner {
  position: relative;
  margin: 0 auto;
  background: url(../img/common/bg_hero.png) no-repeat center 0;
  background-size: auto 100%;
  height: 100%;
}

.slide {
  height: 100%;
}

.slide .bx-wrapper,
.slide .bx-viewport,
.slide .bx-viewport ul,
.slide .bx-viewport ul li {
  height: 100% !important;
}

.slide .bx-has-controls-direction {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -34px;
  z-index: 100;
}

.slide .bx-controls-direction {
  position: relative;
  max-width: 1240px;
  margin: auto;
}

.slide .bx-prev,
.slide .bx-next {
  position: absolute;
  width: 68px;
  height: 68px;
}

.slide .bx-prev:hover,
.slide .bx-next:hover {
  opacity: .65;
}

.slide .bx-prev {
  left: 10px;
  background: url(../img/common/btn_prev.png);
}

.slide .bx-next {
  right: 10px;
  background: url(../img/common/btn_next.png);
}

#js-slide li {
  background-position: center 42%;
  background-size: auto 60%;
}

.oc-information {
  position: absolute;
  left: calc(50% - 490px);
  bottom: 8%;
  z-index: 100;
  height: 20%;
  width: 100%;
  text-align: center;
  max-width: 980px;
  display: flex;
  gap: 20px;
  justify-content: center;
}

.oc-information img {
  height: 100%;
}

.top_text {
  position: absolute;
  font-size: 1.1rem;
  left: 0;
  right: 0;
  bottom: 5px;
  z-index: 200;
  text-align: center;
  padding-bottom: 4px;
  color: #000;
}

.content-links > li {
  position: absolute;
  bottom: 5%;
  z-index: 100;
  width: 300px;
}

.content-links > li a:hover {
  opacity: .75;
}

.content-links > li img {
  width: 100%;
  max-width: none;
}

.content-links > li img.for-sp {
  margin: auto !important;
}

.btn-movie {
  right: 74%;
  text-align: right;
}

.btn-drama {
  left: 74%;
}

.news-content {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  height: 160px;
  background-color: #fff;
}

.news-content .inner {
  display: flex;
}

.news {
  display: flex;
  padding: 14px 0 0;
}

.news__title {
  width: 122px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  text-align: center;
  background-color: #000;
  color: #fff;
}

.news__list {
  padding: .6em 0 .6em 24px;
  width: 574px;
  color: #3c3c3c;
  font-size: 1.3rem;
  background-color: #eee;
}

.news__list ._inner {
  overflow-y: auto;
  overscroll-behavior-y: none;
  max-height: 110px;
}

.news__list ._inner::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.news__list ._inner::-webkit-scrollbar-thumb {
  background: #fff100;
}

.news__list ._inner::-webkit-scrollbar-track {
  background: #ccc;
}

.news__list dl {
  display: flex;
}

.news__list dl:not(:last-child) {
  margin-bottom: 1em;
}

.news__list dl > dt {
  flex-shrink: 0;
}

.news__list dl > dd {
  padding: 0 1em;
}

.news__list dl > dd a {
  color: #3c3c3c;
}

.mainsite-links {
  display: inline-block;
  padding-top: 8px;
}

.mainsite-links > li {
  padding: 0 1em;
  margin: .6em;
  line-height: 1.2;
}

.mainsite-links > li a {
  color: #000;
}

.mainsite-links > li a i {
  font-size: .75em;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative;
  width: auto !important;
}

.jspPane {
  position: absolute;
  padding: 0 15px 0 0 !important;
  width: auto !important;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 100%;
  background-color: #fff;
}

.jspVerticalBar .jspArrow {
  height: 10px;
}

.jspVerticalBar .jspArrow:focus {
  outline: none;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background-color: #fff;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}

.jspCap {
  display: none;
}

.jspTrack {
  background: #eee;
  position: relative;
}

.jspDrag {
  background: #fff100;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}

.jspCorner {
  background: #fff;
  float: left;
  height: 100%;
}

/*----------------------------------------------------
	media query
----------------------------------------------------*/
@media only screen and (max-width: 689px) {
  .nav-upper {
    display: block;
  }
  .nav-upper__list > li > a {
    width: 22vw;
    font-size: calc(min(2.4vw, 12px));
  }
  .btn-sp-menu {
    display: none;
  }
  .nav-sp {
    display: none;
  }
  .nav-main {
    position: absolute;
    height: auto;
    display: block;
    left: 10px;
    right: 10px;
    bottom: 190px;
  }
  .nav-main .inner {
    padding: 0;
  }
  .nav-main__list {
    display: flex;
    flex-wrap: wrap;
    height: auto;
  }
  .nav-main__list > li {
    width: 50%;
    border-bottom: 1px dotted #fff;
  }
  .nav-main__list > li:not(:last-child)::before {
    content: none;
  }
  .nav-main__list > li:nth-child(2n+1) {
    border-right: 1px dotted #fff;
  }
  .nav-main__list > li:nth-child(n+3) {
    border-bottom: none;
  }
  .nav-main__list > li > a {
    padding: 1.5em 0;
    font-size: 3.4vw !important;
  }
  .page-hero {
    display: grid;
    place-content: center;
    min-height: 175vw;
    padding-top: 50px;
    padding-bottom: 30vw;
  }
  .page-hero__inner {
    padding-top: 0;
    background-image: none;
  }
  .page-hero__inner .for-sp {
    aspect-ratio: 14/9;
    display: grid;
    place-content: center;
  }
  .page-hero__inner .for-sp img {
    margin-left: -18%;
    max-width: 136%;
  }
  .slide {
    visibility: hidden;
  }
  .hero-content {
    margin-top: 4vw;
  }
  .oc-information {
    position: static;
    margin: 0 0 10px;
    height: auto;
    display: block;
    padding: 0 16px;
  }
  .oc-information p + p {
    margin-top: 10px;
  }
  .oc-information img {
    height: auto;
  }
  .top_text {
    position: static;
    margin-top: -7vw;
    padding: 0 10px;
    font-size: 1rem;
  }
  .top_text br {
    display: none;
  }
  .content-links {
    display: flex;
    justify-content: center;
    margin: 16px 0 0;
  }
  .content-links > li {
    position: static;
    width: 70%;
    padding: 0 0 20px;
  }
  .content-links > li img {
    max-width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  }
  .btn-movie {
    left: 0;
    right: auto;
  }
  .btn-drama {
    left: auto;
    right: 0;
  }
  .news-content {
    position: static;
    height: 180px;
  }
  .news {
    float: none;
    padding: 10px 0 0;
  }
  .news__title {
    width: 30%;
    height: 160px;
    padding: 13px 16px 0;
  }
  .news__list {
    float: none;
    width: auto;
    margin: 0;
    padding: 0 0 0 10px;
    overflow: hidden;
  }
  .news__list ._inner {
    max-height: 150px;
  }
  .news__list dl {
    display: block;
  }
  .news__list dl dt {
    float: none;
  }
  .news__list dl dd {
    padding: 0;
  }
  .news__list dl dd:not(:last-child) {
    padding-bottom: 1em;
  }
  .mainsite-links {
    display: none;
  }
  /*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
}

@media only screen and (min-width: 690px) and (max-width: 979px) {
  .nav-main {
    bottom: 240px;
  }
  .page-hero {
    padding-bottom: 300px;
    overflow: auto;
  }
  .page-hero__inner {
    padding-top: 0;
    min-height: 580px;
    height: auto;
    background-image: none;
  }
  .page-hero__inner .for-sp {
    margin-right: -10%;
    margin-left: -10%;
    margin-top: 3%;
  }
  .slide {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  #js-slide li {
    background-size: 95% auto;
  }
  .hero-content {
    position: static;
    text-align: center;
  }
  .oc-information {
    position: static;
    height: auto;
    margin: 4vw auto 20px;
    padding: 0 20px;
  }
  .oc-information img {
    height: auto;
  }
  .top_text {
    position: static;
    padding: 0 20px 25px;
  }
  .content-links {
    display: flex;
    justify-content: center;
    margin: 16px 0 0;
  }
  .content-links > li {
    position: static;
    width: 50%;
    padding: 0 0 30px;
  }
  .content-links > li img {
    max-width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  }
  .btn-movie {
    left: 12px;
    right: auto;
  }
  .btn-drama {
    right: 12px;
    left: auto;
  }
  .news-content {
    padding: 0 5px;
    height: 240px;
  }
  .news {
    width: 75%;
  }
  .news__title {
    width: 15%;
    height: 210px;
    padding: 12px 0 0;
    font-size: 1.2rem;
    text-align: center;
  }
  .news__list {
    float: right;
    padding-left: 15px;
    margin: 0;
    width: 80%;
  }
  .news__list ._inner {
    max-height: 190px;
  }
  .mainsite-links {
    display: block;
  }
  /*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
}

/*# sourceMappingURL=top.css.map */
