@charset "UTF-8";
/* PCとPS共通
*********************/
@keyframes moveY {
  0% {
    transform: translate(0, -100%); }
  100% {
    transform: translate(0, 0); } }

@-webkit-keyframes moveY {
  0% {
    -webkit-transform: translate(0, -100%); }
  100% {
    -webkit-transform: translate(0, 0); } }

.main-poster {
  padding-top: 43.75%;
  position: relative;
  overflow: hidden; }
  .main-poster .slider {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
    .main-poster .slider .item {
      position: relative; }
      .main-poster .slider .item iframe {
        position: absolute;
        left: 0;
        width: 100%; }
    .main-poster .slider .slick-disabled, .main-poster .slider .slick-disabled:hover {
      opacity: 0.2; }

.movie {
  width: 100%;
  position: relative; }
  .movie .poster img {
    width: 100%; }
  .movie .youtube, .movie .cover, .movie .btn-movie {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -ms-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear; }
    .movie .youtube.btn-movie, .movie .cover.btn-movie, .movie .btn-movie.btn-movie {
      display: block;
      background-color: #fff;
      z-index: 2; }
      .movie .youtube.btn-movie:hover, .movie .cover.btn-movie:hover, .movie .btn-movie.btn-movie:hover {
        opacity: 0.2; }
    html.touch .movie .youtube.cover, html.touch .movie .youtube.btn-movie, html.touch .movie .cover.cover, html.touch .movie .cover.btn-movie, html.touch .movie .btn-movie.cover, html.touch .movie .btn-movie.btn-movie {
      display: none; }

@media screen and (max-width: 640px) {
  .movie .cover, .movie .btn-movie {
    display: none; } }

.slick-slider .slick-arrow {
  position: absolute;
  width: 52px;
  height: 52px;
  top: 50%;
  margin-top: -26px;
  z-index: 2;
  cursor: pointer;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-transition: opacity .2s linear;
  -moz-transition: opacity .2s linear;
  -ms-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear; }
  .slick-slider .slick-arrow:hover {
    opacity: 0.5; }

.slick-slider .slick-prev {
  left: 20px;
  background: url("../img/common/btn_prev.png") no-repeat; }

.slick-slider .slick-next {
  right: 20px;
  background: url("../img/common/btn_next.png") no-repeat; }

.slick-dots {
  position: absolute;
  bottom: 15px;
  right: 15px;
  line-height: 0;
  z-index: 2;
  display: block;
  padding: 0;
  list-style: none;
  text-align: center; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li.slick-active button:before {
      background-color: #FFF; }
    .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 20px;
      height: 20px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: transparent; }
      .slick-dots li button:hover, .slick-dots li button :focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button :focus:before {
          background-color: #FFF; }
      .slick-dots li button:before {
        position: absolute;
        top: 5px;
        left: 5px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #000;
        content: ""; }

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #909090;
  font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro","游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "メイリオ", Meiryo,Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif; }

:-moz-placeholder {
  color: #909090;
  font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro","游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "メイリオ", Meiryo,Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif; }

::-moz-placeholder {
  color: #909090;
  opacity: 1;
  font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro","游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "メイリオ", Meiryo,Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  /* Since FF19 lowers the opacity of the placeholder by default */ }

:-ms-input-placeholder {
  color: #909090;
  font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro","游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "メイリオ", Meiryo,Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif; }

/**
 * 5.0 - Forms
 */
input {
  line-height: normal; }

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
  border: 0;
  font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro","游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "メイリオ", Meiryo,Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
  background: #f7f7f7;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  color: #686868;
  padding: 0.625em 0.4375em;
  width: 100%; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
  background-color: #fff;
  border-color: #007acc;
  color: #1a1a1a;
  outline: 0; }

body {
  background-color: #f1f1f1; }



.grecaptcha-badge {
    opacity: 0;
}
