.special {
  width: 100%;
  max-width: 762px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-color: #222;
  color: #fff;
  margin: 0;
  padding: 0; }
  .special a {
    text-decoration: none; }
  .special__child {
    color: #f00; }

.special-body {
  width: 100%; }

.special-header-image {
  position: relative;
  width: 100%; }
  .special-header-image img {
    max-width: 100%; }
  @media screen and (min-width: 320px) {
    .special-header-image-sp {
      display: block; } }
  @media screen and (min-width: 768px) {
    .special-header-image-sp {
      display: none; } }
  @media screen and (min-width: 320px) {
    .special-header-image-pc {
      display: none; } }
  @media screen and (min-width: 768px) {
    .special-header-image-pc {
      display: block; } }
  .special-header-image-indicator {
    padding-top: 10px;
    display: flex;
    justify-content: center; }
  .special-header-image-indicator-position {
    margin: 8px;
    width: 12px;
    height: 12px;
    border-radius: 8px;
    background-color: #e5e5e5; }
    @media screen and (min-width: 768px) {
      .special-header-image-indicator-position {
        width: 8px;
        height: 8px; } }
  .special-header-image-indicator-position_active {
    background-color: #fff;
    background-color: #ff873c; }

.special-finish-date {
  text-align: right;
  padding: 8px 24px;
  color: #828282;
  font-size: 20px; }
  @media screen and (min-width: 768px) {
    .special-finish-date {
      font-size: 18px; } }

.new-information {
  border-radius: 6px;
  background-color: #9a897e;
  display: flex;
  padding: 8px; }
  @media screen and (min-width: 768px) {
    .new-information {
      display: inline-block;
      margin-left: auto;
      margin-right: auto; } }
  .new-information__tag {
    display: inline-block;
    height: 2em;
    border-radius: 4px;
    border: 1px solid #ffffff;
    background-color: #ff873c;
    color: #ffffff;
    padding: 2px 8px;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px; }
  .new-information__message {
    display: inline-block;
    padding: 2px 8px;
    color: #ffffff;
    font-size: 13px;
    line-height: 20px; }
    @media screen and (min-width: 768px) {
      .new-information__message {
        padding: 2px 8px 2px 8px; } }

.button-arrow {
  position: absolute;
  right: 8px;
  top: 15px;
  width: 12px;
  height: 1px;
  background: #ff873c; }
.button-arrow::before {
  position: absolute;
  top: -2.5px;
  right: 0px;
  width: 6px;
  height: 6px;
  content: "";
  border: 1px solid;
  border-color: #ff873c #ff873c transparent transparent;
  transform: rotate(45deg); }

.more-button {
  position: relative;
  display: inline-block;
  width: 137px;
  height: 32.43px;
  border: 1px solid #ff873c;
  box-sizing: border-box;
  border-radius: 17px;
  font-size: 13px;
  line-height: 32px;
  letter-spacing: 1.3px;
  color: #ff873c; }
  @media screen and (min-width: 768px) {
    .more-button {
      height: 34px; } }
  .more-button a {
    color: #ff873c; }
  .more-button:hover {
    color: #ff873c;
    background-color: #fee7d5;
    font-weight: bold; }

.return-top-button {
  position: relative;
  display: inline-block;
  width: 210px;
  height: 32.43px;
  border: 1px solid #ff873c;
  box-sizing: border-box;
  border-radius: 17px;
  font-size: 13px;
  line-height: 32px;
  letter-spacing: 1.3px;
  color: #ff873c; }
  @media screen and (min-width: 768px) {
    .return-top-button {
      height: 34px; } }
  .return-top-button a {
    color: #ff873c; }
  .return-top-button:hover {
    color: #ff873c;
    background-color: #fee7d5;
    font-weight: bold; }

.return-top {
  margin-top: 40px;
  width: 100%;
  text-align: center; }

.section-header {
  margin: 0;
  margin-left: 4.25%;
  margin-right: 4.25%;
  color: #ff873c;
  text-align: left; }
  @media screen and (min-width: 768px) {
    .section-header {
      text-align: center; } }

.navigation-header {
  margin: 0;
  color: #ff873c;
  font-size: 16px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .navigation-header {
      font-size: 24px; } }

.special-intro {
  width: 100%; }
  .special-intro__inner {
    margin: 8px;
    padding: 16px;
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.15);
    border-radius: 4px; }
  .special-intro-header {
    display: flex;
    justify-content: space-between;
    align-items: end; }
  .special-intro-number {
    display: flex;
    font-size: 10px;
    font-weight: 700;
    line-height: 10px;
    color: #e5e5e5; }
    .special-intro-number__item {
      margin-right: 8px; }
    .special-intro-number__category {
      white-space: nowrap; }
    .special-intro-number__name {
      white-space: nowrap; }
  .special-intro-number-side {
    max-width: 50%; }
  .special-intro-copy {
    margin-top: 8px;
    font-size: 14px;
    line-height: 22px; }
  .special-intro-page-title {
    margin-top: 8px;
    font-size: 24px;
    font-weight: bold; }

.special-x-button img {
  width: auto;
  height: 3em; }

.content-photo-items {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin: 0 2.125; }
.content-photo-item {
  margin-top: 16px;
  width: 45%;
  margin-left: 2.125%;
  margin-right: 2.125%;
  border: 1px solid #e5e5e5; }
  @media screen and (min-width: 540px) {
    .content-photo-item {
      width: 30.5%;
      margin-left: 1.15%;
      margin-right: 1.15%; } }
  @media screen and (min-width: 768px) {
    .content-photo-item {
      width: 22.5%;
      margin-left: 1.1%;
      margin-right: 1.1%; } }
  .content-photo-item__rect {
    position: relative;
    width: 100%;
    padding-top: 100%; }
    .content-photo-item__rect img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%; }
      .content-photo-item__rect img:hover {
        opacity: 0.75; }

.staff {
  padding: 22px;
  background-color: #9a897e;
  font-size: 13px;
  font-weight: normal;
  line-height: 22px; }

.footer-staff {
  margin-top: 40px;
  margin-bottom: 64px; }
  @media screen and (min-width: 768px) {
    .footer-staff {
      margin-top: 64px; } }

.top-sample {
  width: 100%;
  margin-top: 32px; }
  .top-sample__inner {
    margin-top: 16px; }
    @media screen and (min-width: 768px) {
      .top-sample__inner {
        margin-top: 24px; } }
  .top-sample-thumbnails {
    margin-top: 16px; }
    @media screen and (min-width: 768px) {
      .top-sample-thumbnails {
        margin-top: 24px;
        height: auto;
        display: flex;
        justify-content: center; } }
    .top-sample-thumbnails img:hover {
      opacity: 0.75; }
    .top-sample-thumbnails__item {
      align-self: flex-end;
      border-radius: 4px; }
      @media screen and (min-width: 320px) {
        .top-sample-thumbnails__item {
          margin-right: 2.13%;
          width: 28.08%; } }
      @media screen and (min-width: 768px) {
        .top-sample-thumbnails__item {
          margin-left: 0;
          width: 16.74%; } }
      @media screen and (min-width: 320px) {
        .top-sample-thumbnails__item_1 {
          margin-left: 4.25%; } }
      .top-sample-thumbnails__item_3 {
        margin-left: 0; }
        @media screen and (min-width: 320px) {
          .top-sample-thumbnails__item_3 {
            margin-right: 4.25%; } }

.top-movie {
  width: 100%;
  margin-top: 32px; }
  .top-movie__inner {
    margin-top: 16px; }
    @media screen and (min-width: 768px) {
      .top-movie__inner {
        margin-top: 24px; } }
  @media screen and (min-width: 768px) {
    .top-movie-items {
      display: flex;
      margin-top: 24px; } }
  .top-movie-item {
    margin-top: 16px; }
    @media screen and (min-width: 768px) {
      .top-movie-item {
        margin-top: 0; } }
    @media screen and (min-width: 320px) {
      .top-movie-item {
        margin-left: 4.25%;
        margin-right: 4.25%; } }
    @media screen and (min-width: 768px) {
      .top-movie-item {
        margin: 0; } }
    .top-movie-item-thumbnail {
      position: relative; }
      .top-movie-item-thumbnail img {
        border-radius: 4px;
        width: 100%;
        height: auto; }
        .top-movie-item-thumbnail img:hover {
          opacity: 0.75; }
      .top-movie-item-thumbnail-play-icon {
        position: absolute;
        left: 8px;
        bottom: 8px; }
        .top-movie-item-thumbnail-play-icon img {
          width: 24px;
          height: 24px; }
    .top-movie-item__caption {
      margin-top: 8px;
      text-align: center; }
    @media screen and (min-width: 768px) {
      .top-movie-item {
        margin-left: 2.88%;
        width: 22.84%; } }
    @media screen and (min-width: 768px) {
      .top-movie-item_1 {
        margin-left: 0; } }
    @media screen and (min-width: 768px) {
      .top-movie-item_4 {
        margin-right: 0; } }

.top-content-feature {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 64px; }
  @media screen and (min-width: 768px) {
    .top-content-feature {
      margin-top: 64px; } }
  .top-content-feature__inner {
    padding-top: 27px;
    padding-bottom: 27px;
    background-color: #9a897e;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    padding-left: 6.4%;
    padding-right: 6.4%; }
    @media screen and (min-width: 768px) {
      .top-content-feature__inner {
        padding-top: 32px;
        padding-bottom: 32px; } }
    @media screen and (min-width: 768px) {
      .top-content-feature__inner {
        padding-left: 4.25%;
        padding-right: 4.25%; } }
  .top-content-feature h4 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 27px; }
    @media screen and (min-width: 768px) {
      .top-content-feature h4 {
        margin-bottom: 24px; } }
  .top-content-feature h5 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 20.8%;
    margin-top: 27px;
    margin-bottom: 8px; }
    @media screen and (min-width: 768px) {
      .top-content-feature h5 {
        margin-top: 24px;
        margin-bottom: 16px; } }
  .top-content-feature-staff {
    padding: 0;
    padding-top: 10px; }

.index-opening-movie {
  width: 100%;
  margin-top: 24px; }
  @media screen and (min-width: 768px) {
    .index-opening-movie {
      margin-top: 48px; } }
  .index-opening-movie-items {
    margin-top: 16px;
    margin-left: 4.25%;
    margin-right: 4.25%; }
    @media screen and (min-width: 768px) {
      .index-opening-movie-items {
        margin-top: 24px; } }
  @media screen and (min-width: 768px) {
    .index-opening-movie-item {
      text-align: center; } }
  .index-opening-movie-item-thumbnail {
    display: inline-block;
    position: relative; }
    .index-opening-movie-item-thumbnail img {
      width: 100%; }
      .index-opening-movie-item-thumbnail img:hover {
        opacity: 0.75; }
    @media screen and (min-width: 768px) {
      .index-opening-movie-item-thumbnail img {
        height: 255px;
        width: auto; } }
    .index-opening-movie-item-thumbnail-play-icon {
      position: absolute;
      left: 8px;
      bottom: 8px; }
      .index-opening-movie-item-thumbnail-play-icon img {
        width: 24px;
        height: 24px; }

.index-photo {
  width: 100%;
  margin-top: 40px; }
  @media screen and (min-width: 768px) {
    .index-photo {
      margin-top: 48px; } }
  .index-photo-thumbnails {
    margin-top: 8px; }
    @media screen and (min-width: 768px) {
      .index-photo-thumbnails {
        margin-top: 24; } }
    .index-photo-thumbnails img:hover {
      opacity: 0.75; }
    .index-photo-thumbnails__item {
      display: inline-block;
      border-radius: 4px;
      margin-top: 8px;
      margin-right: 1.61%;
      width: 29.08%; }
      @media screen and (min-width: 768px) {
        .index-photo-thumbnails__item {
          margin-top: 0px; } }
      @media screen and (min-width: 768px) {
        .index-photo-thumbnails__item {
          margin-right: 1.61%;
          width: 18.24%; } }
      .index-photo-thumbnails__item_1 {
        margin-left: 4.25%; }
        @media screen and (min-width: 768px) {
          .index-photo-thumbnails__item_1 {
            margin-left: 0; } }
      @media screen and (min-width: 768px) {
        .index-photo-thumbnails__item_3 {
          margin-right: 1.61%; } }
      .index-photo-thumbnails__item_4 {
        margin-left: 4.25%; }
        @media screen and (min-width: 768px) {
          .index-photo-thumbnails__item_4 {
            margin-left: 0;
            margin-right: 1.61%; } }
      @media screen and (min-width: 768px) {
        .index-photo-thumbnails__item_5 {
          margin-right: 0; } }
      @media screen and (min-width: 768px) {
        .index-photo-thumbnails__item_6 {
          display: none; } }
  .index-photo-new {
    margin-top: 16px;
    margin-left: 4.25%;
    margin-right: 4.25%; }
    @media screen and (min-width: 768px) {
      .index-photo-new {
        width: 100%;
        margin-top: 16px;
        margin-left: auto;
        margin-right: auto;
        text-align: center; } }
  .index-photo-more {
    width: 100%;
    margin-top: 24px;
    text-align: center; }

.index-movie {
  width: 100%;
  margin-top: 40px; }
  @media screen and (min-width: 768px) {
    .index-movie {
      margin-top: 48px; } }
  @media screen and (min-width: 768px) {
    .index-movie-items {
      display: flex;
      margin-top: 24px; } }
  .index-movie-item {
    box-sizing: border-box;
    display: inline-block;
    margin-top: 16px;
    width: 43.025%; }
    @media screen and (min-width: 768px) {
      .index-movie-item {
        margin-top: 0; } }
    @media screen and (min-width: 320px) {
      .index-movie-item {
        margin-left: 4.25%;
        margin-right: 4.25%; } }
    @media screen and (min-width: 768px) {
      .index-movie-item {
        margin: 0;
        margin-right: 2.09%;
        width: 23.35%; } }
    .index-movie-item img {
      border-radius: 4px;
      width: 100%;
      height: auto; }
      .index-movie-item img:hover {
        opacity: 0.75; }
    .index-movie-item_2 {
      margin-left: 0; }
    .index-movie-item_4 {
      margin-left: 0; }
      @media screen and (min-width: 768px) {
        .index-movie-item_4 {
          margin-right: 0; } }
  .index-movie-new {
    margin-top: 16px;
    margin-left: 4.25%;
    margin-right: 4.25%; }
    @media screen and (min-width: 768px) {
      .index-movie-new {
        width: 100%;
        margin-top: 16px;
        margin-left: auto;
        margin-right: auto;
        text-align: center; } }
  .index-movie-more {
    width: 100%;
    margin-top: 24px;
    text-align: center; }

.index-navigation {
  width: 100%;
  margin-top: 24px; }
  @media screen and (min-width: 768px) {
    .index-navigation__inner {
      width: 100%; } }
  .index-navigation-item {
    display: inline-block;
    width: 42.02%;
    margin-left: 4.25%;
    margin-right: 4.25%;
    margin-top: 16px;
    border: 1px solid #ff873c;
    box-sizing: border-box;
    border-radius: 4px; }
    @media screen and (min-width: 768px) {
      .index-navigation-item {
        width: 182px; } }
    @media screen and (min-width: 768px) {
      .index-navigation-item {
        margin-left: 0;
        margin-right: 8px; } }
    .index-navigation-item__page-title {
      width: 100%;
      display: block;
      padding: 10px 0 4px 0;
      color: #ff873c;
      font-size: 12px;
      font-family: YuGothic;
      font-weight: bold;
      text-align: center; }
    .index-navigation-item__image {
      display: block;
      margin-bottom: 10px;
      text-align: center; }
      .index-navigation-item__image img {
        width: auto;
        height: 108px; }
        @media screen and (min-width: 768px) {
          .index-navigation-item__image img {
            height: 128px; } }
  .index-navigation-item_2 {
    margin-left: 0; }
  .index-navigation-item_4 {
    margin-left: 0; }
    @media screen and (min-width: 768px) {
      .index-navigation-item_4 {
        margin-right: 0; } }

.chapter-pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center; }
  .chapter-pagination-item {
    position: relative;
    display: inline-block;
    margin: 0 4px;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    border: 1px solid #ff873c;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 36px; }
    .chapter-pagination-item:hover {
      color: #000000;
      background-color: #fee7d5; }
    .chapter-pagination-item_current {
      background-color: #ff873c;
      color: #ffffff; }
      .chapter-pagination-item_current:hover {
        background-color: #ff873c; }
    .chapter-pagination-item_disabled {
      background-color: #dcdcdc;
      color: #ffffff;
      border: 1px solid #dcdcdc; }
      .chapter-pagination-item_disabled:hover {
        background-color: #dcdcdc; }
    .chapter-pagination-item-new-tag {
      position: absolute;
      top: 28px;
      left: -1px;
      display: inline-block;
      height: 20px;
      width: 36px;
      box-sizing: border-box;
      border-radius: 4px;
      border: 1px solid #ffffff;
      background-color: #ff873c;
      color: #ffffff;
      padding: 4px;
      font-family: Arial;
      font-size: 12px;
      font-weight: bold;
      line-height: 10px; }
  .chapter-pagination a {
    color: #fff; }

.chapter-top-navigation {
  margin-top: 24px; }
  .chapter-top-navigation-title-in-index {
    font-size: 16px;
    font-weight: bold;
    line-height: 48px;
    padding-right: 4px;
    margin-left: -36px; }
  .chapter-top-navigation-pagination {
    margin-top: 16px; }

.chapter-photo {
  width: 100%;
  margin-top: 40px; }

.chapter-bottom-navigation {
  margin-top: 40px; }

.playall-movie {
  width: 100%;
  margin-top: 24px; }
  @media screen and (min-width: 768px) {
    .playall-movie {
      margin-top: 40px; } }
  .playall-movie-week {
    margin-top: 40px; }
  .playall-movie-header {
    text-align: center; }
  .playall-movie-week_1 {
    margin-top: 0; }

@media screen and (min-width: 768px) {
  .content-movie-items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 8px; } }
.content-movie-item {
  box-sizing: border-box;
  display: inline-block;
  margin-top: 16px;
  vertical-align: top;
  width: 43.025%; }
  @media screen and (min-width: 320px) {
    .content-movie-item {
      margin-left: 4.25%;
      margin-right: 4.25%; } }
  @media screen and (min-width: 768px) {
    .content-movie-item {
      margin-left: 0;
      margin-right: 2.09%;
      width: 23.35%; } }
  .content-movie-item-thumbnail {
    position: relative; }
    .content-movie-item-thumbnail img {
      width: 100%;
      height: auto; }
      .content-movie-item-thumbnail img:hover {
        opacity: 0.75; }
    .content-movie-item-thumbnail-play-icon {
      position: absolute;
      left: 8px;
      bottom: 8px; }
      .content-movie-item-thumbnail-play-icon img {
        width: 24px;
        height: 24px; }
  .content-movie-item_2 {
    margin-left: 0; }
  .content-movie-item_4 {
    margin-left: 0; }
    @media screen and (min-width: 768px) {
      .content-movie-item_4 {
        margin-right: 0; } }
  .content-movie-item_6 {
    margin-left: 0; }
  .content-movie-item_8 {
    margin-left: 0; }
    @media screen and (min-width: 768px) {
      .content-movie-item_8 {
        margin-right: 0; } }
  .content-movie-item_10 {
    margin-left: 0; }
  .content-movie-item_12 {
    margin-left: 0; }
    @media screen and (min-width: 768px) {
      .content-movie-item_12 {
        margin-right: 0; } }
  .content-movie-item_14 {
    margin-left: 0; }
  .content-movie-item__caption {
    margin-top: 8px;
    line-height: 18px;
    text-align: center; }

.instant-photo {
  width: 100%;
  margin-top: 40px; }

.instant-note {
  width: 100%;
  margin-top: 40px; }
  .instant-note__inner {
    text-align: center;
    color: #e5e5e5; }

.interview-movie {
  width: 100%;
  margin-top: 24px; }
  @media screen and (min-width: 768px) {
    .interview-movie {
      margin-top: 40px; } }
  @media screen and (min-width: 768px) {
    .interview-movie-items {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      margin-top: 8px; } }

.offshot-movie {
  width: 100%;
  margin-top: 24px; }
  @media screen and (min-width: 768px) {
    .offshot-movie {
      margin-top: 40px; } }
  @media screen and (min-width: 768px) {
    .offshot-movie-items {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      margin-top: 8px; } }

.present-movie {
  width: 100%;
  margin-top: 24px; }
  @media screen and (min-width: 768px) {
    .present-movie {
      margin-top: 40px; } }
  @media screen and (min-width: 768px) {
    .present-movie-items {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      margin-top: 8px; } }

.present-note {
  margin-top: 40px;
  text-align: center;
  color: red; }

.special-banners {
  margin-top: 18px;
  width: 100%; }

.special-banner {
  padding-top: 18px;
  width: 100%; }

.special-banner_inner {
  text-align: center; }

.special-banner_inner img {
  width: auto;
  max-width: 100%; }
