@charset "UTF-8";
*:focus {
  outline: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}

img {
  line-height: 0;
  display: inline;
  max-width: 100%;
}

ol, ul {
  list-style: none !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a {
  text-decoration: none;
  color: #323232;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

a:hover {
  text-decoration: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

input[type="button"], input[type="submit"] {
  -webkit-appearance: none;
}

label {
  -webkit-tap-highlight-color: transparent;
}

body {
  color: #323232;
  font-family: 'M PLUS Rounded 1c',"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  line-height: 1.8;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

@media screen and (max-width: 750px) {
  body {
    height: auto;
  }
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: normal;
}

.sp, .tb {
  display: none;
}

/*
  ここまでcommon
--------------------------------------------- */
.pc {
  display: inherit;
}

.sp {
  display: none;
}

.wrap {
  width: 100%;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.cont {
  width: 1280px;
  margin-bottom: 70px;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.low_title {
  width: 100%;
  height: 0;
  padding-top: 280px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 2000px;
  margin-bottom: 75px;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
}

.low_txt {
  font-size: 22px;
  text-align: center;
  margin-bottom: 55px;
}

.btn_back {
  display: inline-block;
  margin-top: 80px;
  width: 200px;
  -webkit-transition: all ease-out .2s;
  transition: all ease-out .2s;
}

.btn_back:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

footer {
  display: -ms-grid;
  display: grid;
  place-items: center;
  padding-top: 72px;
  padding-bottom: 35px;
  background-repeat: no-repeat;
  background-size: 2000px;
  background-position: 50% 0;
}

.foot_wrap {
  width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}

.foot_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.foot_logo {
  margin-right: 34px;
  width: 100px;
}

.foot_line {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
}

.copy {
  margin-left: auto;
}

.foot_logo:hover,
.s_policy:hover,
.p_policy:hover {
  opacity: .5;
}

.movie_title {
  background-image: url(../images/movie/h1_pc.png);
}

.movie footer {
  background-image: url(../images/movie/btmline_pc.png);
}

.mov_ttl {
  width: 280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 25px;
  font-size: 0;
  line-height: 0;
}

.mov_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1050px;
  margin-right: auto;
  margin-left: auto;
}

.mov_list_two {
  width: 700px;
}

.item {
  width: 320px;
  margin: 0 15px 20px;
  cursor: pointer;
}

.item a {
  display: block;
  line-height: 0;
  font-size: 0;
}

.item a img {
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.item a:hover {
  opacity: .6;
}

@media screen and (max-width: 1300px) {
  .cont {
    width: 100%;
    margin-bottom: 3.5%;
    padding: 0 10px;
  }
  .low_title {
    margin-bottom: 3.75%;
  }
  .low_txt {
    font-size: 22px;
    text-align: center;
    margin-bottom: 2.75%;
  }
  .btn_back {
    margin-top: 4%;
    width: 200px;
  }
  .foot_wrap {
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
  }
  .foot_logo {
    margin-right: 15px;
    width: 100px;
  }
  .mov_ttl {
    width: 21.875%;
    margin-top: 40px;
    margin-bottom: 25px;
  }
  .mov_list {
    width: 82.03125%;
  }
  .mov_list_two {
    width: 54.6875%;
  }
  .item {
    width: 30.47619%;
    margin: 0 1.42857% 20px;
  }
}

@media screen and (max-width: 768px) {
  .low_txt {
    font-size: 2.86vw;
  }
  .btn_back {
    width: 15.625%;
  }
  .btn_back:hover {
    -webkit-transform: unset;
            transform: unset;
  }
  .pctb {
    display: none;
  }
  .tb {
    display: block;
  }
  footer {
    display: block;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-size: 2000px;
    background-position: 50% 0;
  }
  .foot_line {
    margin-left: 10px;
    margin-right: 10px;
  }
  .foot_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding: 24px 0 40px;
    font-size: 1.82vw;
  }
  .foot_left {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .policy_wrap {
    width: 100%;
    text-align: center;
    border-top: 1px solid #CDE2F1;
    padding: 24px 0;
  }
  .foot_logo {
    margin-right: unset;
    margin: 0 auto 37px;
    width: 23.90625%;
  }
  .copy {
    width: 100%;
    margin-left: unset;
    text-align: center;
  }
}

@media screen and (max-width: 520px) {
  .pc {
    display: none;
  }
  .tb {
    display: inherit;
  }
  .sp {
    display: inherit;
  }
  .cont {
    margin-bottom: 15.33333%;
    padding: 0 7%;
  }
  .low_title {
    padding-top: 61.33333%;
    background-size: contain;
    margin-bottom: 34px;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 100%;
  }
  .low_txt {
    font-size: 19px;
    margin-bottom: 38px;
  }
  .btn_back {
    width: 77.51938%;
    margin-top: 19.06977%;
  }
  footer {
    display: block;
    padding-top: 21.33333%;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 0;
  }
  .foot_line {
    margin-left: 20px;
    margin-right: 20px;
  }
  .foot_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding: 24px 10px 40px;
    font-size: 14px;
  }
  .foot_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .policy_wrap {
    width: 100%;
    text-align: center;
    border-top: 1px solid #CDE2F1;
    padding: 24px 0;
  }
  .foot_logo {
    margin-right: unset;
    margin: 0 auto 37px;
    width: 40.8%;
  }
  .copy {
    width: 100%;
    margin-left: unset;
    text-align: center;
  }
  .movie_title {
    background-image: url(../images/movie/h1_sp.png);
  }
  .movie footer {
    background-image: url(../images/movie/btmline_sp.png);
  }
  .mov_ttl {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 25px;
  }
  .mov_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 79.37984%;
    justify-content: flex-start;
  }
  .mov_list_two {
    width: 79.37984%;
  }
  .item {
    width: 100%;
    margin: 0 0 20px;
    cursor: pointer;
  }
  .mov_list_sch_wrap {
    position: relative;
  }
  .mov_list_sch {
    overflow: hidden;
  }
  .mov_list_sch.is-hide {
    height: 220vw;
  }
  .mov_list_sch::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 220px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.9)), color-stop(50%, rgba(255, 255, 255, 0.9)), to(#fff));
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  }
  .more_btn {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    width: calc(360 / 750 * 100%);
    display: block;
    padding: calc(85 / 750 * 100%) 0;
    background-image: url(../images/movie/btn_more.png);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
  }
  .more_btn.is-show {
    bottom: 0;
    background-image: url(../images/movie/btn_close.png);
  }
  /* .more_btn.is-show + .mov_list_sch {
    margin-bottom: 50px;
  } */
  .more_btn.is-show + .mov_list_sch::before {
    display: none;
  }
}
/*# sourceMappingURL=style_movie.css.map */