@charset "UTF-8";
/* ============================================
    movie parts
 ============================================ */
/* hero-img */
.hero-img {
  display: block;
  overflow: hidden;
  background: #e5e5e5;
  width: 670px;
  height: 335px;
  position: relative;
  margin: 16px 0 0;
  text-align: center; }
  .hero-img > img {
    width: 100%;
    position: absolute;
    top: -45px;
    left: 0;
    transform: none; }

/* hero-img not-size*/
.hero-img.not-size {
  height: auto;
  max-height: 335px; }
  .hero-img.not-size > img {
    width: auto;
    max-height: 335px;
    position: static; }

.hero-img.centering {
  overflow: hidden;
  background: #e5e5e5;
  width: 670px;
  height: 335px;
  margin: 0;
  text-align: inherit;
  display: flex;
  justify-content: center;
  align-items: center; }

.hero-img.centering > img {
  top: 0;
  position: inherit;
  width: inherit; }

/* nav-movie-primary */
.movie-primary-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 15px; }
  .movie-primary-btn ul li {
    display: table-cell;
    vertical-align: bottom;
    position: relative; }
    .movie-primary-btn ul li .btn,
    .movie-primary-btn ul li .btn.primary {
      padding: 12px 20px 8px;
      font-weight: normal;
      font-size: 1.7rem; }
    .movie-primary-btn ul li .pr {
      position: absolute;
      right: 4px;
      top: 4px;
      font-size: 7px;
      color: #fff;
      border: solid 1px #fff;
      border-radius: 2px;
      padding: 0 2px;
      line-height: 1.2;
      font-weight: bold;
      opacity: 50%; }
  .movie-primary-btn ul li + li {
    padding: 0 0 0 10px; }

/*movie-title-box*/
.movie-title-box {
  width: 670px;
  position: relative; }
  .movie-title-box .movie-primary-btn {
    right: 0;
    left: auto;
    padding: 0 5px; }
    .movie-title-box .movie-primary-btn ul li {
      display: block;
      width: 140px; }
    .movie-title-box .movie-primary-btn .theater-btn,
    .movie-title-box .movie-primary-btn .video-btn {
      display: block;
      background: #fff;
      color: #06c;
      text-align: center;
      border-radius: 3px;
      font-size: 1.6rem;
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.1);
      transition: background 0.1s ease; }
    .movie-title-box .movie-primary-btn .theater-btn {
      color: #fff;
      background: #f33; }
      .movie-title-box .movie-primary-btn .theater-btn:hover, .movie-title-box .movie-primary-btn .theater-btn:focus {
        background: #fff;
        color: #f33; }
    .movie-title-box .movie-primary-btn .video-btn:hover, .movie-title-box .movie-primary-btn .video-btn:focus {
      background: #06c;
      color: #fff;
      cursor: pointer; }
  .movie-title-box.theater .title-link,
  .movie-title-box.theater .date-published, .movie-title-box.video .title-link,
  .movie-title-box.video .date-published {
    width: 512px; }
  .movie-title-box.theater .movie-primary-btn, .movie-title-box.video .movie-primary-btn {
    top: 4px; }
  .movie-title-box.theater ul li, .movie-title-box.video ul li {
    padding: 0; }
    .movie-title-box.theater ul li .theater-btn,
    .movie-title-box.theater ul li .video-btn, .movie-title-box.video ul li .theater-btn,
    .movie-title-box.video ul li .video-btn {
      padding: 12px 7px; }
  .movie-title-box.theater.video .movie-primary-btn {
    top: 0; }
  .movie-title-box.theater.video ul li .theater-btn,
  .movie-title-box.theater.video ul li .video-btn {
    padding: 2px; }
  .movie-title-box.theater.video ul li + li {
    padding: 5px 0 0 0; }

.nav-basic + .movie-information {
  margin: 30px 0 0;
  border-bottom: 3px solid #f0f0f0; }

.movie-information-vod {
  background: #e5e3d3;
  padding: 4px;
  display: inline-block;
  margin: 24px 0 0; }
  .movie-information-vod ul {
    display: table;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4); }
    .movie-information-vod ul li {
      display: table-cell;
      width: 132px;
      padding: 4px 0; }
      .movie-information-vod ul li span,
      .movie-information-vod ul li a {
        padding: 12px 0 0;
        text-align: center;
        display: block;
        height: 48px; }
      .movie-information-vod ul li span {
        font-weight: bold; }
      .movie-information-vod ul li a {
        border-left: 1px dotted #ccc; }
        .movie-information-vod ul li a:hover img {
          opacity: 0.5; }

/* popular-tool */
.popular-tool {
  /*.icon-movie-checkin*/ }
  .popular-tool a {
    color: #505050; }
    .popular-tool a strong {
      color: #fd7f03;
      font-size: 1.8rem;
      padding: 0 4px; }
    .popular-tool a:before {
      color: #999; }
  .popular-tool a:hover {
    color: #06c; }
    .popular-tool a:hover strong, .popular-tool a:hover:before {
      color: #06c; }
  .popular-tool .icon-movie-checkin {
    position: relative;
    padding: 0 12px 0 40px; }
    .popular-tool .icon-movie-checkin:after, .popular-tool .icon-movie-checkin:before {
      font-family: "icon";
      font-size: 2.8rem;
      font-weight: normal;
      display: block;
      line-height: 0.9;
      position: absolute;
      top: 0;
      left: 6px;
      transition-duration: 0.3s; }
    .popular-tool .icon-movie-checkin:after {
      content: "\e907";
      color: #999; }
    .popular-tool .icon-movie-checkin:before {
      content: "";
      background: #fff;
      width: 2px;
      height: 2px;
      top: 13px;
      left: 16px;
      border-radius: 50%; }
    .popular-tool .icon-movie-checkin:hover:after {
      color: #fff; }
    .popular-tool .icon-movie-checkin:hover:before {
      background: #06c;
      width: 35px;
      height: 34px;
      top: -5px;
      left: 2px; }
    .popular-tool .icon-movie-checkin + a {
      display: block; }
  .popular-tool .checked:after {
    color: #fd7f03; }

/*movie-story*/
.hide .story-txt {
  line-height: 2;
  font-size: 15px;
  height: 90px;
  overflow: hidden;
  position: relative;
  word-break: break-all;
  text-align: justify; }
  .hide .story-txt:before, .hide .story-txt:after {
    position: absolute; }
  .hide .story-txt:before {
    content: '...';
    background: #fff;
    width: 1em;
    right: 0px;
    text-align: center;
    top: 60px; }
  .hide .story-txt:after {
    content: "";
    height: 100%;
    width: 100%; }

/*.movie-staff*/
.movie-staff {
  margin: -20px 0 0 0; }
  .movie-staff dt {
    font-size: 1.3rem;
    margin: 24px 0 4px;
    border-left: 3px solid #c3c092;
    padding: 0 0 0 6px;
    line-height: 1.1; }
  .movie-staff dd {
    font-size: 1.5rem;
    display: inline-block;
    margin: 0 8px; }
  .movie-staff .season {
    font-size: 1.2rem;
    color: #666;
    padding: 0 4px 0; }
  .movie-staff .english-name {
    font-size: 1.2rem;
    color: #666;
    padding: 0 4px 0; }

/*.movie-cast*/
.movie-cast {
  margin: -20px 0 0 0; }
  .movie-cast .person {
    display: block;
    position: relative;
    margin: 20px 0 0 0; }
    .movie-cast .person p {
      padding: 0 0 0 12px;
      display: inline-block;
      vertical-align: middle;
      width: 266px;
      line-height: 1.4; }
      .movie-cast .person p small:after {
        content: "\A";
        white-space: pre; }
    .movie-cast .person img {
      width: 54px;
      height: 54px;
      border-radius: 27px;
      display: inline-block;
      vertical-align: middle; }
  .movie-cast .season {
    font-size: 1.2rem;
    color: #666;
    padding: 0 4px 0; }

/*movie-vod*/
.vod-service h3 {
  font-size: 1.4rem;
  margin: 12px 6px 4px;
  line-height: 1.2; }
.vod-service a:hover,
.vod-service a:focus {
  background: #fff; }
.vod-service.rental h3, .vod-service.rental a {
  color: #00B484; }
.vod-service.rental a:hover,
.vod-service.rental a:focus {
  border: 1px solid #00B484; }
.vod-service.sell h3, .vod-service.sell a {
  color: #F57E22; }
.vod-service.sell a:hover,
.vod-service.sell a:focus {
  border: 1px solid #F57E22; }
.vod-service.flat h3, .vod-service.flat a {
  color: #3489DB; }
.vod-service.flat a:hover,
.vod-service.flat a:focus {
  border: 1px solid #3489DB; }
.vod-service ul {
  font-size: 0;
  width: 100%; }
  .vod-service ul li {
    display: inline-block;
    width: 132px;
    padding: 4px; }
    .vod-service ul li a {
      display: block;
      font-size: 1.4rem;
      text-align: center;
      letter-spacing: -0.02em;
      padding: 14px 0 8px; }
      .vod-service ul li a .price {
        margin: 6px 0 0; }
        .vod-service ul li a .price span:before {
          display: inline-block;
          content: '|';
          padding: 0 1px; }

/* .related-box（関連ボックス） */
.related-box {
  margin: -4px 0 0;
  display: block; }
  .related-box:after {
    content: '';
    display: block;
    clear: both; }
  .related-box .related-box-thumb {
    float: left;
    max-width: 300px;
    height: 200px;
    margin: 4px 20px 0 0;
    overflow: hidden; }
  .related-box .related-box-thumb img {
    max-width: 300px;
    min-width: 180px; }
  .related-box .title {
    margin: 0 0 12px 0;
    font-size: 1.6rem; }
  .related-box .txt {
    font-size: 1.5rem;
    color: #505050; }
  .related-box .more {
    display: block;
    text-align: right;
    margin: 8px 0 0; }
  .related-box .present {
    color: #999999;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-top: 5px; }

/*review*/
.review-input {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 20px 20px 24px;
  margin: 16px 4px;
  border-radius: 2px; }
  .review-input :focus {
    outline: 0; }
  .review-input .errors-txt {
    color: #ee4056;
    margin: 0 0 8px; }
  .review-input .input-area {
    margin: 0 0 20px; }
    .review-input .input-area .review-score-area {
      display: inline-block; }
      .review-input .input-area .review-score-area .revue {
        font-size: 2.0rem;
        font-weight: bold;
        padding: 0 12px 0 0; }
        .review-input .input-area .review-score-area .revue:before {
          font-size: 3.6rem; }
      .review-input .input-area .review-score-area .score-star {
        vertical-align: text-bottom;
        width: 120px; }
        .review-input .input-area .review-score-area .score-star[data-readonly] {
          width: 104px; }
      .review-input .input-area .review-score-area .score-val {
        color: #fd7f03;
        font-size: 2.4rem;
        vertical-align: bottom; }
        .review-input .input-area .review-score-area .score-val.no-score {
          font-size: 1.4rem;
          color: #9a9a9a;
          white-space: nowrap; }
      .review-input .input-area .review-score-area .review-score {
        display: flex;
        align-items: center;
        height: 3.4rem; }
        .review-input .input-area .review-score-area .review-score .score-val {
          vertical-align: baseline; }
    .review-input .input-area .check-btn {
      text-align: center;
      margin: 20px 0; }
      .review-input .input-area .check-btn .review-netabare {
        display: inline-block;
        margin: 0 12px 0; }
        .review-input .input-area .check-btn .review-netabare .hand {
          color: #ee4056; }
          .review-input .input-area .check-btn .review-netabare .hand:before {
            font-size: 1.8rem;
            margin: -6px 0 0; }
      .review-input .input-area .check-btn .review-comment, .review-input .input-area .check-btn .review-public {
        display: inline-block;
        margin: 0 12px 0; }
    .review-input .input-area .review-title {
      border-top: 1px solid #ebebeb;
      margin: 8px 0 0;
      padding: 16px 0;
      line-height: 1; }
      .review-input .input-area .review-title .input-txt {
        width: 100%;
        padding: 0;
        border: none; }
    .review-input .input-area .review-txt-area {
      border-top: 1px solid #ebebeb;
      border-bottom: 1px solid #ebebeb;
      padding: 16px 0;
      word-break: break-all; }
      .review-input .input-area .review-txt-area .review-txt .text-area {
        padding: 0;
        height: 126px;
        resize: none;
        border: none;
        overflow-y: hidden;
        -ms-overflow-style: none; }
      .review-input .input-area .review-txt-area .review-txt::-webkit-scrollbar {
        display: none; }
    .review-input .input-area .review-txt-number {
      font-size: 1.2rem;
      margin: 8px 0;
      color: #999; }
    .review-input .input-area .option-btn {
      margin: 20px 4px 4px; }
    .review-input .input-area .review-impresses {
      margin: 0 0 4px; }
      .review-input .input-area .review-impresses ul li {
        width: 144px;
        display: inline-block;
        padding: 4px;
        position: relative; }
        .review-input .input-area .review-impresses ul li .checkbox-btn {
          padding-left: 60px; }
        .review-input .input-area .review-impresses ul li .impresses {
          position: absolute;
          top: 1px;
          left: 32px;
          cursor: pointer; }
      .review-input .input-area .review-impresses .checkbox-input:disabled + .checkbox-btn {
        opacity: 0.2; }
    .review-input .input-area .review-watch-methods {
      margin: 24px 0 24px; }
      .review-input .input-area .review-watch-methods ul {
        margin: 0 0 8px; }
        .review-input .input-area .review-watch-methods ul li {
          width: 130px;
          display: inline-block;
          padding: 4px;
          position: relative; }
          .review-input .input-area .review-watch-methods ul li:nth-child(4) {
            width: 170px; }
    .review-input .input-area #submit_theaters {
      display: none; }
    .review-input .input-area .tag {
      display: block;
      line-height: 1;
      font-size: 1.3rem;
      font-weight: bold;
      margin: 16px 0 12px; }
    .review-input .input-area .theater-choice {
      font-size: 1.3rem;
      margin: 15px 0; }
  .review-input .basic-table {
    border-bottom: none; }
    .review-input .basic-table .input-text {
      width: 280px;
      margin: 0 4px 0 0; }
    .review-input .basic-table tbody tr {
      border: none; }
      .review-input .basic-table tbody tr th {
        background: #fff;
        width: auto;
        padding: 16px 0;
        vertical-align: top; }
  .review-input .attention {
    text-align: center;
    padding: 4px 0 4px;
    background: #ebebeb;
    font-size: 1.5rem;
    font-weight: bold;
    /* color: #505050; */
    color: #ee4056;
    padding: 15px 0;
    margin: -20px -20px 30px; }
  .review-input .score-star {
    margin: 0 8px 0 0; }
    .review-input .score-star img {
      padding: 0 0 5px 0; }
  .review-input .score-val {
    display: inline-block;
    font-weight: bold; }
  .review-input .terms {
    text-align: center;
    margin: 8px 98px 8px; }

.review-input + .user-review {
  border-top: 1px dotted #ccc;
  margin: 40px 0 0; }

.sns-box {
  text-align: center;
  margin-bottom: 15px; }
  .sns-box p {
    margin-bottom: 10px; }
  .sns-box .review-twitter-circle {
    margin-right: 10px; }

.user-review.blocking {
  display: none; }
.user-review .violation-report.myself {
  display: none; }
.user-review .violation-report .comment-report.blocking, .user-review .violation-report .comment-delete.blocking {
  display: none; }
.user-review .review-data .edit {
  display: none; }
.user-review.myself .review-data .edit {
  display: inline; }

/*movie-photo*/
.movie-photo {
  text-align: center;
  margin: 0 0 40px; }
  .movie-photo span {
    font-size: 1.2rem;
    color: #999;
    display: block;
    margin: 8px 0 0; }

/* u-next */
.movie-primary-btn ul li .btn.unext {
  padding: 7px 0 0 70px;
  background: #00a8e1;
  border: none;
  width: 186px;
  height: 53px;
  font-weight: bold;
  text-align: left;
  display: block;
  color: #fff;
  font-size: 15px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  line-height: 1.2em; }
  .movie-primary-btn ul li .btn.unext:hover, .movie-primary-btn ul li .btn.unext:focus {
    background: #4cc2ea; }
  .movie-primary-btn ul li .btn.unext span {
    position: relative; }
  .movie-primary-btn ul li .btn.unext span:before, .movie-primary-btn ul li .btn.unext span:after {
    position: absolute;
    content: ""; }
  .movie-primary-btn ul li .btn.unext > span:before {
    box-sizing: border-box;
    width: 26px;
    height: 26px;
    border: 1px solid #fff;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    left: -37px;
    top: 10px; }
  .movie-primary-btn ul li .btn.unext > span:after {
    box-sizing: border-box;
    width: 12px;
    height: 10px;
    border: 6px solid transparent;
    border-left: 10px solid #00a8e1;
    left: -28px;
    border-radius: 0px;
    top: 17px; }

.movie-primary-btn ul li .btn.unext.point {
  padding: 8px 10px;
  text-align: center;
  line-height: 1.2em; }
  .movie-primary-btn ul li .btn.unext.point > span:before, .movie-primary-btn ul li .btn.unext.point > span:after {
    display: none; }

/* alltimebest */
.alltimebest {
  position: relative; }
  .alltimebest > h1:before {
    content: "";
    float: right;
    width: 150px;
    height: 54px; }
  .alltimebest > a > img {
    position: absolute;
    top: 0;
    right: 0; }

.movie-details {
  clear: left; }

a#cinemaBtn {
  margin: 10px 5px 18px !important;
  float: right !important;
  width: 324px !important; }
  a#cinemaBtn.center {
    margin: 10px auto 18px !important;
    float: none !important;
    width: 500px !important; }

.all-reviews-link.blocking {
  display: none; }

#rental {
  margin-bottom: 55px; }

.video_play {
  display: inline-block;
  position: relative;
  width: 25px;
  height: 25px;
  /*  border: 0.05em solid currentColor;*/
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  top: 3px; }

.video_play::before {
  position: absolute;
  top: 50%;
  left: 35%;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border: 6px solid transparent;
  border-left: 10px solid currentColor;
  box-sizing: border-box;
  content: ""; }

.movie-top-title-box {
  position: relative; }

.movie-top-title-box > h1:before {
  content: "";
  float: right;
  width: 120px;
  height: 30px; }

.movie-top-title-box > .barrier-free-box {
  position: absolute;
  right: 0;
  top: 0; }

.list-tile h2.title {
  font-size: 1em; }

.other-release {
  clear: both;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  margin-top: -18px;
  color: #666; }
  .other-release p:last-of-type {
    display: block;
    width: 30px;
    height: 34px;
    float: right;
    border-radius: 50px;
    margin: 0;
    position: relative; }
    .other-release p:last-of-type:after {
      content: "i";
      font-size: 1.3rem;
      color: #06c;
      font-weight: bold;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -68%);
      border: solid 1.5px #06c;
      width: 18px;
      height: 18px;
      border-radius: 50px;
      text-align: center;
      line-height: 1.1em;
      padding-left: 1px; }
    .other-release p:last-of-type:hover span {
      display: block; }
    .other-release p:last-of-type span {
      display: none;
      width: 550px;
      position: absolute;
      top: 33px;
      right: -260px;
      margin: 0;
      padding: 4px 10px;
      list-style: none;
      border: 1px solid #ccc;
      transition: height .1s linear, border-width .1s linear;
      border-radius: 4px;
      z-index: 11;
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.1);
      background: #fff; }
      .other-release p:last-of-type span:before, .other-release p:last-of-type span:after {
        content: "";
        position: absolute;
        right: 269px;
        border: 6px solid transparent; }
      .other-release p:last-of-type span:before {
        top: -12px;
        border-bottom: 5px solid #ccc; }
      .other-release p:last-of-type span:after {
        top: -10px;
        border-bottom: 5px solid #fff; }

.movie-information .movie-information-inner .popular-tool {
  padding-top: 13px; }

.movie-information-inner .popular-tool form {
  position: relative;
  padding: 0 12px 0 40px;
  margin-bottom: -5px;
  cursor: pointer;
  width: 40%; }

.movie-information-inner .popular-tool form:hover {
  color: #0066cc; }

.movie-information-inner .popular-tool form label {
  cursor: pointer; }

.movie-information-inner .popular-tool form label:after, .popular-tool form label:before {
  font-family: "icon";
  font-size: 2.8rem;
  font-weight: normal;
  display: block;
  line-height: 0.9;
  position: absolute;
  top: 0;
  left: 6px;
  transition-duration: 0.3s; }

.movie-information-inner .popular-tool form label:after {
  content: "\e907";
  color: #999; }

.movie-information-inner .popular-tool form label:before {
  content: "";
  background: #fff;
  width: 2px;
  height: 2px;
  top: 13px;
  left: 16px;
  border-radius: 50%; }

.movie-information-inner .popular-tool form:hover label:after {
  color: #fff; }

.movie-information-inner .popular-tool form:hover label:before {
  background: #06c;
  width: 35px;
  height: 34px;
  top: -5px;
  left: 2px; }

.movie-information-inner .popular-tool form + form {
  display: block; }

.movie-information-inner .popular-tool .checked:after {
  color: #fd7f03; }

.movie-information-inner .popular-tool form input {
  border: none; }

.movie-information-inner .popular-tool form p {
  position: relative;
  bottom: 8px;
  right: 20px; }

.movie-information-inner .popular-tool form p span {
  background-image: url("../images/assets/icon_txt.svg");
  background-position: right 7px;
  background-size: 16px;
  padding: 0 20px 0 5px;
  font-size: 18px;
  font-weight: bold;
  color: #fd7f03; }

.movie-information-inner .popular-tool form:hover p span {
  background-image: url("../images/assets/icon_txt4.svg");
  color: #0066cc; }

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