@charset "UTF-8";
.movemate #wrapper {
  background-color: #f3f3f3; }
  .movemate #wrapper #contents {
    width: 100%;
    margin: 0; }

.movemate #main-column .static {
  margin-bottom: 0; }

.movemate #copy {
  margin: 0; }

.movemate ul {
  margin: 0; }
  .movemate ul li:before {
    content: none;
    padding-right: 0; }

.movemate h1 {
  margin: 0; }

.movemate .top-banner {
  margin: 0 auto; }

.movemate .mmt-slider {
  opacity: 0; }

.movemate .bx-wrapper {
  background-color: transparent !important;
  border-color: transparent !important;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0 auto; }
  .movemate .bx-wrapper .bx-pager {
    bottom: -15px;
    /* pagerの色*/ }
    .movemate .bx-wrapper .bx-pager .bx-pager-link {
      background-color: #fff !important;
      border: 1px solid #bdbdbd !important; }
      .movemate .bx-wrapper .bx-pager .bx-pager-link.active {
        background-color: #4aa453 !important;
        border: 1px solid #4aa453 !important; }
  .movemate .bx-wrapper .bx-next {
    background: url(/common/soon/images/movemate/slider/controls.png) -43px -32px no-repeat; }
  .movemate .bx-wrapper .bx-prev {
    background: url(/common/soon/images/movemate/slider/controls.png) 0 -32px no-repeat; }
  .movemate .bx-wrapper .bx-loading {
    background: url(/common/soon/images/movemate/slider/bx_loader.gif) center center no-repeat; }
  .movemate .bx-wrapper .bx-controls-direction .bx-prev {
    left: -50px; }
  .movemate .bx-wrapper .bx-controls-direction .bx-next {
    right: -50px; }

.movemate .mmt-header-divider {
  border: none;
  height: 10px;
  background-color: #222222; }

.movemate .mmt-no-header-divider .mmt-header-divider {
  display: none;
  height: 0;
  background-color: transparent; }

.movemate .mmt-container {
  width: 1000px;
  margin: 0 auto;
  background-color: #ffffff; }

.movemate .mmt-container-dark {
  width: 100%;
  background-color: #222222; }

.movemate a.mmt-btn {
  border: 1px solid rgba(80, 205, 80, 0.9);
  background-color: #ffffff;
  border-radius: 40px;
  text-decoration: none;
  color: rgba(80, 205, 80, 0.9);
  padding: 4px; }
  .movemate a.mmt-btn:visited {
    color: rgba(80, 205, 80, 0.9);
    text-decoration: none; }

.movemate .mmt-header {
  height: 100px;
  margin-bottom: 2px;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .movemate .mmt-header .site-logo-container {
    width: 100%;
    margin-bottom: -8px;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-box-direction: normal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline; }
  .movemate .mmt-header .site-logo-img {
    width: 350px; }
  .movemate .mmt-header .site-description {
    font-size: 2.0rem;
    margin-right: 15px;
    font-weight: 800;
    text-shadow: 1px 1px 3px rgba(205, 205, 205, 0.3); }

.movemate .mmt-footer {
  background-color: #4aa453;
  font-size: 1.6rem;
  text-align: center;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .movemate .mmt-footer p, .movemate .mmt-footer a {
    color: #ffffff; }
  .movemate .mmt-footer p {
    text-align: center; }
  .movemate .mmt-footer a {
    color: #ffffff; }
    .movemate .mmt-footer a:visited {
      color: #ffffff; }
  .movemate .mmt-footer .mmt-btn {
    padding: 8px 16px;
    background-color: transparent;
    color: #ffffff;
    font-weight: 800;
    border: 3px double #ffffff; }
    .movemate .mmt-footer .mmt-btn:visited {
      color: #ffffff; }

.movemate .mmt-paginate {
  padding: 0 8px 8px 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center; }
  .movemate .mmt-paginate .page {
    display: block;
    text-align: center;
    font-size: 2.0rem;
    font-weight: 800;
    width: auto;
    min-width: 35px;
    height: 35px;
    color: rgba(80, 205, 80, 0.9);
    border: solid 1px rgba(80, 205, 80, 0.9);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin: 4px;
    padding: 4px;
    text-decoration: none; }
    .movemate .mmt-paginate .page span {
      display: block;
      height: 25px;
      line-height: 25px; }
    .movemate .mmt-paginate .page.to-1st {
      width: 40px; }
    .movemate .mmt-paginate .page.to-last {
      width: 40px; }
    .movemate .mmt-paginate .page.invisible {
      border: solid 1px transparent; }
    .movemate .mmt-paginate .page.cur-page {
      color: #ffffff;
      border: solid 1px rgba(80, 205, 80, 0.9);
      background-color: rgba(80, 205, 80, 0.9); }
  .movemate .mmt-paginate .skip-chars {
    display: block;
    height: 25px;
    line-height: 25px; }

.movemate .mmt-fixed {
  position: fixed;
  top: 0; }

.movemate .mmt-movie-box {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid #c8c8c8; }
  .movemate .mmt-movie-box .box-title {
    background-color: #faf8f5;
    padding: 8px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    font-weight: 800;
    font-size: 1.8rem;
    border-bottom: 1px solid #eeeeee; }
    .movemate .mmt-movie-box .box-title .box-name .title-icon {
      position: relative;
      top: 5px;
      width: 24px; }
    .movemate .mmt-movie-box .box-title .more-list .mmt-btn {
      font-weight: 800;
      font-size: 1.0rem; }

.movemate .mmt-feature-box {
  background-color: #222222;
  padding-top: 8px;
  padding-bottom: 20px;
  text-align: center; }
  .movemate .mmt-feature-box .bx-wrapper {
    max-width: 600px !important;
    margin: 0 auto; }

.movemate .mmt-movie-list-container {
  width: 100%;
  padding: 10px 0; }
  .movemate .mmt-movie-list-container.simple-container {
    padding: 0 5px; }
  .movemate .mmt-movie-list-container.cover-container {
    padding: 0;
    padding-top: 10px;
    padding-left: 30px; }
  .movemate .mmt-movie-list-container ul.movie-list li a {
    background-color: #faf8f5;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(180, 180, 180, 0.3);
    -moz-box-shadow: 0px 0px 5px 1px rgba(180, 180, 180, 0.3);
    box-shadow: 0px 0px 5px 1px rgba(180, 180, 180, 0.3);
    color: #262626;
    text-decoration: none; }
    .movemate .mmt-movie-list-container ul.movie-list li a .thumbnail-wrapper {
      position: relative; }
      .movemate .mmt-movie-list-container ul.movie-list li a .thumbnail-wrapper .thumbnail {
        width: 300px;
        height: 169px;
        -webkit-background-size: cover;
        background-size: cover; }
      .movemate .mmt-movie-list-container ul.movie-list li a .thumbnail-wrapper .overlay {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%; }
        .movemate .mmt-movie-list-container ul.movie-list li a .thumbnail-wrapper .overlay .icon-container {
          position: absolute;
          bottom: 0;
          width: 100%;
          padding: 8px;
          text-align: right; }
          .movemate .mmt-movie-list-container ul.movie-list li a .thumbnail-wrapper .overlay .icon-container .movie-icon {
            padding: 2px 4px;
            font-weight: 800;
            display: inline-block;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px; }
            .movemate .mmt-movie-list-container ul.movie-list li a .thumbnail-wrapper .overlay .icon-container .movie-icon.icon-new {
              background-color: red;
              color: white; }
            .movemate .mmt-movie-list-container ul.movie-list li a .thumbnail-wrapper .overlay .icon-container .movie-icon.icon-live {
              background-color: yellow;
              position: relative;
              text-align: center;
              width: 70px; }
              .movemate .mmt-movie-list-container ul.movie-list li a .thumbnail-wrapper .overlay .icon-container .movie-icon.icon-live .icon-live-status {
                width: 70px;
                font-size: 1.2rem;
                height: 2.2rem;
                line-height: 2.2rem;
                position: absolute;
                top: -24px;
                right: 0px;
                background-color: #ffffff;
                border-radius: 20px;
                padding: 0 5px;
                text-align: center; }
                .movemate .mmt-movie-list-container ul.movie-list li a .thumbnail-wrapper .overlay .icon-container .movie-icon.icon-live .icon-live-status.live-schedule {
                  color: #3232ff;
                  border: 1px solid #3232ff; }
                .movemate .mmt-movie-list-container ul.movie-list li a .thumbnail-wrapper .overlay .icon-container .movie-icon.icon-live .icon-live-status.live-soon {
                  color: #ff6464;
                  border: 1px solid #ff6464; }
                .movemate .mmt-movie-list-container ul.movie-list li a .thumbnail-wrapper .overlay .icon-container .movie-icon.icon-live .icon-live-status.live-now {
                  background-color: #ff4b4b;
                  color: white;
                  border: 1px solid #ff4b4b; }
                .movemate .mmt-movie-list-container ul.movie-list li a .thumbnail-wrapper .overlay .icon-container .movie-icon.icon-live .icon-live-status.live-past {
                  color: #646464;
                  border: 1px solid #646464; }
            .movemate .mmt-movie-list-container ul.movie-list li a .thumbnail-wrapper .overlay .icon-container .movie-icon.icon-pickup {
              padding: 4px 10px;
              background-color: #ff611b;
              color: white;
              -webkit-border-radius: 20px;
              -moz-border-radius: 20px;
              border-radius: 20px; }
          .movemate .mmt-movie-list-container ul.movie-list li a .thumbnail-wrapper .overlay .icon-container.container-2nd {
            text-align: left;
            top: 0; }
    .movemate .mmt-movie-list-container ul.movie-list li a .properties {
      display: -moz-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -moz-box-direction: normal;
      -webkit-box-direction: normal;
      -moz-box-orient: vertical;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      padding: 0 8px; }
      .movemate .mmt-movie-list-container ul.movie-list li a .properties .props-container {
        display: -moz-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -moz-box-direction: normal;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding: 8px 0; }
      .movemate .mmt-movie-list-container ul.movie-list li a .properties .property {
        display: -moz-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -moz-box-direction: normal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        font-size: 1.4rem;
        line-height: 1.8rem; }
      .movemate .mmt-movie-list-container ul.movie-list li a .properties .prop-title {
        margin-top: 6px;
        font-size: 1.8rem;
        line-height: 2.2rem;
        text-align: left;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start; }
      .movemate .mmt-movie-list-container ul.movie-list li a .properties .prop-author img.author-icon {
        width: 20px;
        height: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px; }
      .movemate .mmt-movie-list-container ul.movie-list li a .properties .prop-author .author-name {
        margin-left: 2px; }
  .movemate .mmt-movie-list-container ul.movie-list.list-simple {
    margin: 0 auto;
    padding: 8px;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-box-direction: normal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .movemate .mmt-movie-list-container ul.movie-list.list-simple li {
      margin-bottom: 8px; }
      .movemate .mmt-movie-list-container ul.movie-list.list-simple li a {
        display: -moz-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -moz-box-direction: normal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; }
        .movemate .mmt-movie-list-container ul.movie-list.list-simple li a .thumbnail {
          min-width: 150px;
          width: 150px;
          height: 100px;
          -webkit-border-radius: 10px 0 0 10px;
          -moz-border-radius: 10px 0 0 10px;
          border-radius: 10px 0 0 10px; }
        .movemate .mmt-movie-list-container ul.movie-list.list-simple li a .overlay .icon-container .movie-icon {
          padding: 2px 5px;
          font-size: 1.2rem; }
        .movemate .mmt-movie-list-container ul.movie-list.list-simple li a .properties {
          padding-left: 8px;
          width: 330px; }
          .movemate .mmt-movie-list-container ul.movie-list.list-simple li a .properties .props-container {
            padding: 4px 0; }
          .movemate .mmt-movie-list-container ul.movie-list.list-simple li a .properties .prop-title {
            margin-top: 0;
            padding: 4px 0; }
      .movemate .mmt-movie-list-container ul.movie-list.list-simple li:nth-child(even) {
        margin-left: 8px; }
  .movemate .mmt-movie-list-container ul.movie-list.list-feature li {
    position: relative;
    width: 600px;
    margin: 0 auto; }
    .movemate .mmt-movie-list-container ul.movie-list.list-feature li a .thumbnail-wrapper .thumbnail {
      width: 600px;
      height: 338px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px; }
    .movemate .mmt-movie-list-container ul.movie-list.list-feature li a .thumbnail-wrapper .overlay .icon-container .movie-icon {
      font-size: 2.4rem;
      padding: 4px 6px; }
      .movemate .mmt-movie-list-container ul.movie-list.list-feature li a .thumbnail-wrapper .overlay .icon-container .movie-icon.icon-live {
        width: 90px; }
        .movemate .mmt-movie-list-container ul.movie-list.list-feature li a .thumbnail-wrapper .overlay .icon-container .movie-icon.icon-live .icon-live-status {
          width: 90px;
          top: -28px;
          font-size: 1.4rem;
          height: 2.5rem;
          line-height: 2.4rem; }
    .movemate .mmt-movie-list-container ul.movie-list.list-feature li a .thumbnail-wrapper .overlay .icon-container.container-1st {
      bottom: 30%; }
    .movemate .mmt-movie-list-container ul.movie-list.list-feature li a .properties {
      margin: 0;
      padding: 0; }
      .movemate .mmt-movie-list-container ul.movie-list.list-feature li a .properties .prop-author, .movemate .mmt-movie-list-container ul.movie-list.list-feature li a .properties .prop-time {
        display: none; }
      .movemate .mmt-movie-list-container ul.movie-list.list-feature li a .properties .props-container {
        padding: 0; }
      .movemate .mmt-movie-list-container ul.movie-list.list-feature li a .properties .prop-title {
        margin: 0;
        background: rgba(25, 25, 25, 0.7);
        color: #ffffff;
        padding: 8px;
        position: absolute;
        padding-left: 16px;
        top: 70%;
        width: 100%;
        font-weight: 800; }
      .movemate .mmt-movie-list-container ul.movie-list.list-feature li a .properties .prop-title {
        font-size: 2.5rem;
        line-height: 3.0rem; }
  .movemate .mmt-movie-list-container ul.movie-list.list-cover {
    margin: 0 auto;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-box-direction: normal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .movemate .mmt-movie-list-container ul.movie-list.list-cover li {
      width: 300px;
      display: -moz-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -moz-box-direction: normal;
      -webkit-box-direction: normal;
      -moz-box-orient: vertical;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-bottom: 10px; }
      .movemate .mmt-movie-list-container ul.movie-list.list-cover li:nth-child(3n+2), .movemate .mmt-movie-list-container ul.movie-list.list-cover li:nth-child(3n+3) {
        margin-left: 15px; }
  .movemate .mmt-movie-list-container ul.movie-list.list-slider li {
    width: 300px;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-box-direction: normal;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

.movemate .mmt-author-icon {
  width: 25px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.movemate .mmt-slider .bx-wrapper {
  margin: 10px auto; }

.movemate .title-std {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }
  .movemate .title-std:after {
    background-color: rgba(80, 205, 80, 0.9);
    border-radius: 6px;
    content: "";
    display: block;
    height: 1.4rem;
    margin-top: -1.5rem;
    margin-left: -6px;
    margin-right: -8px; }

.movemate .mmt-sns-buttons {
  padding: 8px;
  background-color: transparent; }
  .movemate .mmt-sns-buttons.buttons-vertial .sns-buttons {
    -moz-box-direction: normal;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .movemate .mmt-sns-buttons.buttons-vertial .sns-buttons .sns-btn {
      margin: 0;
      margin-bottom: 12px; }
      .movemate .mmt-sns-buttons.buttons-vertial .sns-buttons .sns-btn :last-child {
        margin: 0;
        margin-bottom: 0; }
      .movemate .mmt-sns-buttons.buttons-vertial .sns-buttons .sns-btn .icon-image {
        margin: auto; }

.movemate .sns-buttons {
  background-color: transparent;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .movemate .sns-buttons .sns-btn {
    width: 42px;
    height: 42px;
    padding: 9px 0;
    border-radius: 30px;
    margin-right: 12px;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2); }
    .movemate .sns-buttons .sns-btn:last-child {
      margin-right: 0; }
    .movemate .sns-buttons .sns-btn.btn-twitter {
      background-color: #1da1f2;
      border: solid 2px #1da1f2; }
    .movemate .sns-buttons .sns-btn.btn-facebook {
      background-color: #3b5998;
      border: solid 2px #3b5998; }
    .movemate .sns-buttons .sns-btn.btn-line {
      background-color: #00b900;
      border: solid 2px #00b900;
      padding: 6px 0; }
    .movemate .sns-buttons .sns-btn.btn-hatena {
      background-color: #00a4de;
      border: solid 2px #00a4de; }
    .movemate .sns-buttons .sns-btn .icon-image {
      max-width: 100%;
      max-height: 100%;
      display: block;
      margin: auto; }

.movemate .mmt-search-field {
  text-align: center;
  padding: 4px 0 4px 0;
  background-color: #faf8f5; }
  .movemate .mmt-search-field .search-container {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-box-direction: normal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .movemate .mmt-search-field .search-container .search-text {
      background-color: #ffffff;
      border: 1px solid #dfdfdf;
      border-radius: 5px; }
      .movemate .mmt-search-field .search-container .search-text input[type=text] {
        width: 500px;
        font-size: 2.6rem;
        line-height: 2.8rem;
        background-color: transparent;
        border: none;
        margin: 4px 8px; }
        .movemate .mmt-search-field .search-container .search-text input[type=text]:focus {
          border: none; }
    .movemate .mmt-search-field .search-container .btn-search {
      cursor: pointer;
      font-size: 2.0rem;
      line-height: 2.8rem;
      margin-left: 8px;
      border: 1px solid rgba(80, 205, 80, 0.9);
      background-color: #ffffff;
      color: rgba(80, 205, 80, 0.9);
      padding: 0 16px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px; }

.movemate .mmt-movie-detail .movie-detail-info {
  padding: 8px;
  border-bottom: 1px solid #c8c8c8; }
  .movemate .mmt-movie-detail .movie-detail-info .movie-title {
    font-size: 2.4rem; }
  .movemate .mmt-movie-detail .movie-detail-info .movie-meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; }
    .movemate .mmt-movie-detail .movie-detail-info .movie-meta .movie-date {
      font-size: 1.4rem;
      color: #9b9b9b; }
    .movemate .mmt-movie-detail .movie-detail-info .movie-meta .author .author-name {
      font-size: 1.4rem; }

.movemate .mmt-movie-detail .movie-player-container {
  background-color: black; }
  .movemate .mmt-movie-detail .movie-player-container .movie-player.player-youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%; }
    .movemate .mmt-movie-detail .movie-player-container .movie-player.player-youtube > iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%; }

.movemate .mmt-movie-detail .movie-content {
  padding: 8px; }
  .movemate .mmt-movie-detail .movie-content p {
    margin-bottom: 10px; }

.movemate .mmt-info-header {
  border-bottom: 1px solid #dfdfdf;
  padding: 8px; }
  .movemate .mmt-info-header .props-container {
    text-align: right; }

.movemate .mmt-info-content {
  padding: 8px; }
