@charset "UTF-8";
body {
  font-style: normal;
  line-height: 1;
}

html {
  visibility: hidden;
}

html.wf-active {
  visibility: visible;
}

section {
  overflow: initial;
}

@media screen and (max-width: 863.1px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 863.9px) {
  .sp {
    display: none !important;
  }
}

.pc-br {
  display: block;
}
@media screen and (max-width: 863.1px) {
  .pc-br {
    display: none !important;
  }
}

.sp-br {
  display: block;
}
@media screen and (min-width: 863.9px) {
  .sp-br {
    display: none !important;
  }
}

#scroll-top {
  width: 68px;
  position: fixed;
  right: 10px;
  bottom: -100px;
  z-index: 100;
}
@media screen and (max-width: 863.1px) {
  #scroll-top {
    right: 0;
  }
}
#scroll-top a {
  position: relative;
  display: block;
  width: 68px;
}

.floating .line-btn {
  position: fixed;
  top: 50%;
  width: 130px;
  z-index: 999;
  right: -160px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 863.1px) {
  .floating .line-btn {
    width: 100%;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
    background-color: rgba(13, 29, 52, 0.5);
    padding: 10px 0;
    top: auto;
    bottom: -100%;
  }
}
@media screen and (max-width: 863.1px) {
  .floating .line-btn img {
    width: 90%;
    margin: auto;
    text-align: center;
  }
}
.floating .line-btn a {
  position: relative;
  display: block;
}

header#movie {
  width: 100%;
  position: fixed;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.6);
  margin: 0 auto;
  height: 150px;
  overflow: hidden;
}
@media screen and (max-width: 863.1px) {
  header#movie {
    display: none;
  }
}
header#movie .header-wrap {
  max-width: 1420px;
  min-width: 1080px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 auto;
  padding: 60px 0 0;
}
@media screen and (max-width: 863.1px) {
  header#movie .header-wrap {
    height: 0;
  }
}
header#movie .header-wrap h1 {
  text-align: left;
  margin: 0 auto 0 0;
  line-height: 0;
  position: relative;
  top: -30px;
  left: 5px;
}
header#movie .header-wrap h1 img {
  width: 173px;
}
header#movie .header-wrap h1 a {
  display: block;
  width: 100%;
}
header#movie .header-wrap .nav-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 auto;
}
header#movie .header-wrap .nav-pc li {
  font-size: 18px;
  margin-right: 30px;
}
header#movie .header-wrap .nav-pc li a {
  color: #0D1D34;
  font-family: source-han-sans-japanese, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}
header#movie .header-wrap .nav-pc li a:hover {
  opacity: 0.6;
}
header#movie .header-wrap .nav-pc li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 862.9px) {
  .nav-pc {
    display: none !important;
  }
}

header#movie-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  width: 100%;
  position: fixed;
  z-index: 999;
  background: rgba(255, 255, 255, 0.6);
  padding: 10px 0 0;
}
@media screen and (min-width: 863.9px) {
  header#movie-sp {
    display: none;
  }
}
header#movie-sp h1 {
  width: 20%;
  text-align: center;
  margin: 0;
}
header#movie-sp h1 img {
  height: 10vh;
  max-height: 100px;
}
header#movie-sp .sp-header-btn {
  font-family: source-han-sans-japanese, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  width: 60%;
  max-width: 300px;
  min-width: 180px;
  margin: 10px 5px;
  display: block;
  color: #fff;
  background: rgb(13, 29, 52);
  background: linear-gradient(51deg, rgb(13, 29, 52) 0%, rgb(88, 102, 128) 100%);
  -webkit-box-shadow: 2px 2px 0px 1px rgb(13, 29, 52);
          box-shadow: 2px 2px 0px 1px rgb(13, 29, 52);
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  border-radius: 80px;
  line-height: 50px;
  position: relative;
  z-index: 1;
}
header#movie-sp .sp-header-btn:before {
  content: "";
  display: inline-block;
  width: 13%;
  height: 13px;
  background: url("../../img/movie/mail.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin: 0 3%;
}
@media screen and (max-width: 374px) {
  header#movie-sp .sp-header-btn {
    display: none;
  }
}

@media screen and (min-width: 863px) {
  .burger-btn {
    display: none;
  }
}

#nav-sp {
  z-index: 999;
  top: 0;
  right: 0;
  width: 80%;
  height: 60vh;
  background: rgb(13, 29, 52);
  background: linear-gradient(51deg, rgb(13, 29, 52) 0%, rgb(88, 102, 128) 100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
  position: fixed;
}
#nav-sp ul {
  margin: 50px 0 0;
}
#nav-sp ul li {
  text-align: left;
  width: 94%;
  margin: 0 auto;
  font-family: source-han-sans-japanese, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
#nav-sp ul li a {
  font-family: source-han-sans-japanese, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  padding: 15px;
  display: block;
  font-weight: bold;
}
#nav-sp.is-active {
  top: 0;
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#nav-sp.is-active #nav-sp-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 60vh;
  overflow: auto;
  padding-bottom: 60px;
}

.burger-btn {
  position: fixed;
  top: 3.5%;
  right: 3%;
  cursor: pointer;
  width: 50px;
  height: 50px;
  z-index: 1000;
  border-radius: 50%;
  background: rgb(13, 29, 52);
  background: linear-gradient(51deg, rgb(13, 29, 52) 0%, rgb(88, 102, 128) 100%);
  -webkit-box-shadow: 2px 2px 0px 1px rgb(13, 29, 52);
          box-shadow: 2px 2px 0px 1px rgb(13, 29, 52);
}
.burger-btn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  right: 27%;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  width: 20px;
}
.burger-btn span:nth-of-type(1) {
  top: 20px;
}
.burger-btn span:nth-of-type(2) {
  top: 28px;
}
.burger-btn.active span:nth-of-type(1) {
  top: 18px;
  left: 25%;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 50%;
}
.burger-btn.active span:nth-of-type(2) {
  top: 30px;
  left: 25%;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 50%;
}

.burger-btn.active {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

a.form-btn {
  font-family: source-han-sans-japanese, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  max-width: 500px;
  padding: 0.5em;
  margin: 10px 0;
  display: block;
  color: #fff;
  background: rgb(232, 33, 21);
  background: linear-gradient(51deg, rgb(232, 33, 21) 0%, rgb(255, 97, 59) 100%);
  text-decoration: none;
  font-weight: bold;
  font-size: 30px;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  border-radius: 80px;
  line-height: 80px;
  -webkit-box-shadow: 3px 3px 0px 1px rgb(203, 12, 0);
          box-shadow: 3px 3px 0px 1px rgb(203, 12, 0);
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 863.1px) {
  a.form-btn {
    max-width: 90%;
    font-size: 16px;
    border-radius: 60px;
    line-height: 60px;
    max-width: 300px;
    min-width: 180px;
  }
}

a.form-btn:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 30px 0 0;
  background: url("../../img/movie/mail.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
  background-position: center;
}

footer {
  max-width: 1920px;
  min-width: 1080px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 863.1px) {
  footer {
    max-width: 100%;
    min-width: 100%;
  }
}
footer .site {
  background: url("../../img/movie/footer_bk.png") no-repeat;
  background-size: cover;
  padding: 60px 0;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 863.1px) {
  footer .site {
    background-position: top right;
    background: url("../../img/movie/footer_bk-sp.png") no-repeat;
    background-size: 100%;
    background-color: #0d1d34;
  }
}
footer .site_inner {
  font-family: source-han-sans-japanese, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  max-width: 1080px;
}
@media screen and (max-width: 863.1px) {
  footer .site_inner {
    width: 90%;
    max-width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
footer .site_inner h4 img {
  width: 458px;
}
footer .site_inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 984px;
  margin: auto;
}
@media screen and (max-width: 863.1px) {
  footer .site_inner ul {
    max-width: 90%;
    width: 90%;
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
footer .site_inner ul li {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 863.1px) {
  footer .site_inner ul li {
    font-size: 18px;
  }
}
footer .site_inner ul li:first-child {
  background: url("../../img/movie/logo_sherpa.png") no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 416px;
  height: 84px;
}
@media screen and (max-width: 863.1px) {
  footer .site_inner ul li:first-child {
    width: 100%;
    height: 70px;
    margin: 0 0 20px;
  }
}
footer .site_inner ul li:nth-child(2), footer .site_inner ul li:nth-child(3) {
  width: 326px;
  text-align: center;
}
@media screen and (max-width: 863.1px) {
  footer .site_inner ul li:nth-child(2), footer .site_inner ul li:nth-child(3) {
    padding: 20px 0;
    text-align: left;
    width: 100%;
  }
}
footer .site_inner ul li a {
  font-family: source-han-sans-japanese, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}
footer .site_inner ul li a:hover {
  opacity: 0.6;
}
footer .site_copy {
  font-family: source-han-sans-japanese, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: normal;
  text-align: right;
  width: 100%;
  max-width: 1420px;
  margin: 20px auto 0;
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 863.1px) {
  footer .site_copy {
    font-size: 16px;
  }
}

#movie-lp {
  margin: auto;
  overflow-x: hidden;
  max-width: 1920px;
  min-width: 1080px;
  width: 100%;
  color: #333;
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 863.1px) {
  #movie-lp {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    padding: 0;
    overflow-x: clip;
  }
}
#movie-lp .mv_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1420px;
  min-width: 1080px;
  width: 100%;
  margin: 150px auto 0;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .mv_inner {
    max-width: 98%;
    min-width: 98%;
    width: 98%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 100px auto 0;
  }
}
#movie-lp .mv_inner-ttl {
  font-family: corporate-logo-ver2, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  min-width: 513px;
  text-align: center;
  margin: 0;
  font-size: 26px;
  position: relative;
  top: -50px;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .mv_inner-ttl {
    font-size: 24px;
    width: 98%;
    line-height: 30px;
    top: 0;
    padding: 0 0 10%;
  }
}
#movie-lp .mv_inner-ttl h2 {
  text-align: center;
  margin: 0 auto 30px;
  font-size: 63px;
  line-height: 70px;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .mv_inner-ttl h2 {
    font-size: 40px;
    line-height: 50px;
    width: 98%;
  }
}
#movie-lp .mv_inner-ttl p {
  font-weight: normal;
}
#movie-lp .mv_inner-ttl .form-btn {
  margin: 30px auto 0;
}
#movie-lp .mv_inner-catch {
  margin: 0;
  text-align: right;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .mv_inner-catch {
    width: 98%;
    text-align: center;
  }
}
#movie-lp .mv_inner-catch img {
  max-width: 800px;
  width: 100%;
}
#movie-lp .mv_inner-catch video {
  height: 700px;
  max-width: 98%;
  margin: 0 auto 20px;
  -webkit-filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
          filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .mv_inner-catch video {
    width: 500px;
    height: auto;
  }
}
#movie-lp .scroll a {
  display: inline-block;
  position: absolute;
  right: 40px;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 110px;
  color: #0D1D34;
  font-size: 12px;
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .scroll a {
    right: 0;
    bottom: 10%;
  }
}
#movie-lp .scroll a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #0D1D34;
}
#movie-lp .scroll a:hover {
  opacity: 0.5;
}
#movie-lp #scroll-down a::after {
  -webkit-animation: sdown 1.5s cubic-bezier(1, 0, 0, 1) infinite;
          animation: sdown 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
#movie-lp .movie_inner {
  margin: 60px auto 200px;
  padding: 100px 0 0;
  width: 100%;
  position: relative;
  display: block;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .movie_inner {
    margin: 100px auto 0;
    padding: 0;
  }
}
#movie-lp .movie_inner:before {
  content: "";
  height: 400px;
  position: absolute;
  background-color: #F2EFEA;
  -webkit-transform: rotateZ(-10deg);
          transform: rotateZ(-10deg);
  top: 100px;
  bottom: 0;
  left: -10%;
  right: -10%;
  z-index: -2;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .movie_inner:before {
    -webkit-transform: rotateZ(-15deg);
            transform: rotateZ(-15deg);
    height: 200px;
    top: 10%;
    left: -20%;
    right: -20%;
  }
}
#movie-lp .movie_inner:after {
  content: "";
  position: absolute;
  background-image: url("../../img/movie/movie-film.png");
  background-size: contain;
  background-position: top center;
  background-repeat: repeat-x;
  -webkit-transform: rotateZ(5deg);
          transform: rotateZ(5deg);
  top: 0;
  bottom: 0;
  left: -10%;
  right: -10%;
  z-index: -1;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .movie_inner:after {
    background-size: cover;
    background-position: top left;
  }
}
#movie-lp .movie_service {
  background-color: #A3A3A3;
  max-width: 1080px;
  height: 606px;
  min-height: 540px;
  width: 90%;
  margin: auto;
  position: relative;
  z-index: 0;
  top: 50px;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .movie_service {
    height: auto;
    min-height: 168px;
    top: -30px;
    max-width: 300px;
  }
}
#movie-lp .movie_service iframe {
  width: 100%;
  height: 100%;
}
#movie-lp > .campaign {
  width: 100%;
  text-align: center;
  position: relative;
  margin: auto;
}
@media screen and (max-width: 863.1px) {
  #movie-lp > .campaign {
    margin: 0 auto 10%;
  }
}
#movie-lp > .campaign a {
  display: block;
  width: 100%;
  height: 100%;
}
#movie-lp > .campaign a img {
  margin: auto;
  width: 780px;
  max-width: 96%;
}
@media screen and (max-width: 863.1px) {
  #movie-lp > .campaign a img {
    max-width: 90%;
  }
}
#movie-lp > .campaign a + a {
  margin-top: 50px;
}
#movie-lp #intro {
  padding: 0 0 180px;
}
@media screen and (max-width: 863.1px) {
  #movie-lp #intro {
    padding: 0 0 15%;
  }
}
#movie-lp #intro .intro-wrap {
  margin: 0 auto 0;
  position: relative;
  padding: 0 0 120px;
  background-image: url("../../img/movie/intro-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 863.1px) {
  #movie-lp #intro .intro-wrap {
    background-position: top center;
    padding: 0 0 10%;
  }
}
#movie-lp #intro .intro-wrap .intro_inner-top {
  position: relative;
  z-index: 2;
}
#movie-lp #intro .intro-wrap .intro_inner-top > .fukidashi {
  position: relative;
  z-index: 2;
}
#movie-lp #intro .intro-wrap .intro_inner-top > h2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  margin: auto;
  max-width: 800px;
  width: 60%;
  z-index: 3;
  font-family: corporate-logo-ver2, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  margin: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 863.1px) {
  #movie-lp #intro .intro-wrap .intro_inner-top > h2 {
    margin-bottom: 5%;
    width: 90%;
    top: 10%;
  }
}
#movie-lp #intro .intro-wrap .intro_inner-top > h2 > p {
  font-family: corporate-logo-ver2, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #0D1D34;
  font-size: calc(35px + 35 * (100vw - 768px) / 1152);
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (min-width: 1920px) {
  #movie-lp #intro .intro-wrap .intro_inner-top > h2 > p {
    font-size: 65px;
  }
}
@media screen and (max-width: 863.1px) {
  #movie-lp #intro .intro-wrap .intro_inner-top > h2 > p {
    font-size: calc(26px + 10 * (100vw - 375px) / 488);
  }
}
#movie-lp #intro .intro-wrap .intro_inner-top > h2 > p.point-txt {
  position: relative;
  max-width: 256px;
  width: 27%;
  margin: 0 1%;
}
#movie-lp #intro .intro-wrap .intro_inner-top > h2 > p > span.icon {
  position: absolute;
  left: 0;
  top: -100%;
  max-width: 60px;
  width: 30%;
}
@media screen and (max-width: 863.1px) {
  #movie-lp #intro .intro-wrap .intro_inner-top > h2 > p > span.icon {
    top: -55px;
  }
}
#movie-lp #intro .intro-wrap .intro_inner-top > h2 > p > span.icon > svg.moyamoya {
  opacity: 0;
  width: 90%;
}
#movie-lp #intro .intro-wrap .intro_inner-top > h2 > p > span.icon > svg.moyamoya.move {
  opacity: 1;
  -webkit-animation: animate-svg-stroke 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
          animation: animate-svg-stroke 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
}
#movie-lp #intro .intro-wrap > ul {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 50px auto;
  width: 1080px;
  max-width: 90%;
}
@media screen and (max-width: 863.1px) {
  #movie-lp #intro .intro-wrap > ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#movie-lp #intro .intro-wrap > ul li {
  max-width: 330px;
  background-color: #fff;
  border-radius: 10px;
  padding: 2% 3%;
  text-align: center;
}
@media screen and (max-width: 863.1px) {
  #movie-lp #intro .intro-wrap > ul li {
    width: 100%;
    padding: 5% 3%;
    margin: 0 auto 10%;
  }
}
@media screen and (max-width: 863.1px) {
  #movie-lp #intro .intro-wrap > ul li:last-child {
    margin: 0 auto;
  }
}
#movie-lp #intro .intro-wrap > ul li > p.txt {
  display: block;
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 863.1px) {
  #movie-lp #intro .intro-wrap > ul li > p.txt {
    font-size: 18px;
  }
}
#movie-lp #intro .intro-wrap > ul li > img {
  width: 157px;
  margin: 0 auto 5%;
}
@media screen and (max-width: 863.1px) {
  #movie-lp #intro .intro-wrap > ul li > img {
    max-width: 80%;
  }
}
#movie-lp #intro .intro_inner-bottom {
  position: relative;
}
#movie-lp #intro .intro_inner-bottom .intro-ttl-bk {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
@media screen and (max-width: 863.1px) {
  #movie-lp #intro .intro_inner-bottom .intro-ttl-bk {
    height: 20vh;
    width: 100%;
    max-height: 200px;
  }
}
#movie-lp #intro .intro_inner-bottom > h2 {
  position: relative;
  text-align: center;
  z-index: 3;
  width: 100%;
  padding: 6% 0 20%;
}
@media screen and (max-width: 863.1px) {
  #movie-lp #intro .intro_inner-bottom > h2 {
    padding: 30px 0 20%;
  }
}
#movie-lp #intro .intro_inner-bottom > h2 > p {
  font-family: corporate-logo-ver2, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: calc(50px + 50 * (100vw - 768px) / 1152);
  color: #fff;
  margin: auto;
}
@media screen and (max-width: 863.1px) {
  #movie-lp #intro .intro_inner-bottom > h2 > p {
    font-size: calc(40px + 10 * (100vw - 375px) / 488);
  }
}
@media screen and (min-width: 1920px) {
  #movie-lp #intro .intro_inner-bottom > h2 > p {
    font-size: 100px;
  }
}
#movie-lp #intro .intro_inner-bottom > h2 .intro-mascot {
  max-width: 250px;
  width: 20%;
  position: absolute;
  right: 12%;
  bottom: 80px;
}
@media screen and (max-width: 863.1px) {
  #movie-lp #intro .intro_inner-bottom > h2 .intro-mascot {
    font-size: calc(40px + 10 * (100vw - 375px) / 488);
  }
}
#movie-lp #intro .intro_inner-bottom > .intro-box {
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  margin: 0 auto 100px;
  width: 1080px;
}
@media screen and (max-width: 863.1px) {
  #movie-lp #intro .intro_inner-bottom > .intro-box {
    width: 100%;
    margin: 3% auto 8%;
  }
}
#movie-lp #intro .intro_inner-bottom > .intro-box > h3 {
  width: 830px;
  height: 200px;
  background-image: url("../../img/movie/intro-02-ribbon.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 863.1px) {
  #movie-lp #intro .intro_inner-bottom > .intro-box > h3 {
    width: 90%;
    height: 100px;
    background-position: center;
    background-size: contain;
    min-width: 345px;
  }
}
#movie-lp #intro .intro_inner-bottom > .intro-box > h3 > p {
  font-family: corporate-logo-ver2, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 40px;
  line-height: 1.3;
  height: 165px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 863.1px) {
  #movie-lp #intro .intro_inner-bottom > .intro-box > h3 > p {
    height: 85px;
    font-size: calc(18px + 4 * (100vw - 375px) / 488);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }
}
#movie-lp #intro .intro_inner-bottom > .intro-box > p.txt {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.6;
  margin: 30px auto 0;
}
@media screen and (max-width: 863.1px) {
  #movie-lp #intro .intro_inner-bottom > .intro-box > p.txt {
    font-size: 16px;
    text-align: left;
    padding: 0 5%;
    margin: 10px auto 0;
  }
}
#movie-lp .works {
  padding: 30px 0 180px;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .works {
    padding: 0 0 15%;
  }
}
#movie-lp .works_inner {
  margin: 80px auto 200px;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .works_inner {
    padding: 0 5%;
    margin: 0 auto;
    position: relative;
    top: 0;
  }
}
#movie-lp .works_inner > h2 {
  margin: 0 auto 80px;
  text-align: center;
  font-family: corporate-logo-ver2, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .works_inner > h2 {
    text-align: left;
    height: 158px;
    padding: 50px 0 0;
  }
}
#movie-lp .works_inner > h2 .ttl {
  font-size: 65px;
  color: #0D1D34;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .works_inner > h2 .ttl {
    font-size: 40px;
    text-align: left;
    position: relative;
    z-index: 1;
    color: #fff;
  }
}
#movie-lp .works_inner > h2 .lead {
  font-family: "Arial", "メイリオ";
  font-size: 26px;
  font-style: italic;
  font-weight: bold;
  display: block;
  margin: 0 auto 10px;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .works_inner > h2 .lead {
    font-size: 16px;
    color: #fff;
    text-align: left;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 863.1px) {
  #movie-lp .works_inner > h2:before {
    content: "";
    position: absolute;
    background-color: #e5e0d6;
    -webkit-transform: rotateZ(-10deg);
            transform: rotateZ(-10deg);
    top: 0;
    bottom: 0;
    left: -10%;
    right: -10%;
    z-index: 0;
    height: 158px;
  }
}
@media screen and (max-width: 863.1px) {
  #movie-lp .works_inner > h2:after {
    content: "";
    position: absolute;
    background-image: url("../../img/movie/movie-film.png");
    background-size: cover;
    background-position: top left;
    background-repeat: repeat-x;
    -webkit-transform: rotateZ(5deg);
            transform: rotateZ(5deg);
    top: 0;
    bottom: 0;
    left: -10%;
    right: -10%;
    z-index: 0;
    height: 158px;
  }
}
#movie-lp .works_inner .works_inner-txt {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.6;
  width: 1034px;
  text-align: left;
  margin: auto;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .works_inner .works_inner-txt {
    font-size: 16px;
    text-align: left;
    line-height: 28px;
    margin: 60px auto;
    position: relative;
    z-index: 1;
  }
}
#movie-lp .works_inner ul.portfolio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 100px auto 0;
  max-width: 1290px;
  width: 100%;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .works_inner ul.portfolio {
    margin: 30px auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
@media screen and (min-width: 863.9px) {
  #movie-lp .works_inner ul.portfolio:after {
    content: "";
    width: 300px;
    display: block;
  }
}
#movie-lp .works_inner ul.portfolio li {
  margin: 0 0 40px;
  max-width: 300px;
  width: 23%;
  border-radius: 10px;
  text-align: left;
  -webkit-box-shadow: 3px 6px 10px -8px #707070;
          box-shadow: 3px 6px 10px -8px #707070;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .works_inner ul.portfolio li {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 863.1px) {
  #movie-lp .works_inner ul.portfolio li.hide-work {
    display: none;
  }
}
#movie-lp .works_inner ul.portfolio li a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#movie-lp .works_inner ul.portfolio li .txtarea {
  padding: 0 20px;
  margin: 0 0 20px;
}
#movie-lp .works_inner ul.portfolio li .txtarea > h3 {
  font-size: 24px;
  font-weight: 900;
  margin: 0 0 10px;
}
#movie-lp .works_inner ul.portfolio li .txtarea > p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
#movie-lp .works_inner ul.portfolio li > img {
  vertical-align: bottom;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .works_inner > button.readmore {
    width: 100%;
    position: relative;
    font-size: 16px;
    margin: 1% 0 0;
    text-align: left;
    font-weight: 500;
    color: #0D1D34;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -erbkit-transition: 0.5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #movie-lp .works_inner > button.readmore span.more {
    display: block;
  }
  #movie-lp .works_inner > button.readmore span.more.active {
    display: none;
  }
  #movie-lp .works_inner > button.readmore span.close {
    display: none;
  }
  #movie-lp .works_inner > button.readmore span.close.active {
    display: block;
  }
  #movie-lp .works_inner > button.readmore span.triangle {
    width: 10px;
    height: 10px;
    border-top: 3px solid #333333;
    border-right: 3px solid #333333;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    margin: 0 0 0 10px;
  }
  #movie-lp .works_inner > button.readmore span.triangle.active {
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
  }
}
#movie-lp .works .youtube {
  margin: 80px auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1080px;
  max-width: 100%;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .works .youtube {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 60px auto;
  }
}
#movie-lp .works .youtube h3 {
  font-size: 45px;
  font-weight: 900;
  line-height: 1.6;
  width: 520px;
  text-align: left;
  color: #0D1D34;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .works .youtube h3 {
    font-size: 24px;
    width: 100%;
    text-align: center;
    margin: 0 0 5%;
  }
}
#movie-lp .works .youtube img {
  width: 500px;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .works .youtube img {
    max-width: 100%;
  }
}
#movie-lp .flow_inner {
  padding: 160px 0;
  position: relative;
}
@media screen and (min-width: 863.9px) {
  #movie-lp .flow_inner {
    background-image: url("../../img/movie/flow-bk.png");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 863.1px) {
  #movie-lp .flow_inner {
    margin: 0 auto;
    background-color: #F2EFEA;
    padding: 0;
  }
}
#movie-lp .flow_inner h2 {
  margin: 0 auto;
  text-align: center;
  font-family: corporate-logo-ver2, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .flow_inner h2 {
    text-align: left;
    height: 158px;
    padding: 20px 0 0 5%;
  }
}
#movie-lp .flow_inner h2 .ttl {
  font-size: 65px;
  color: #0D1D34;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .flow_inner h2 .ttl {
    font-size: 40px;
    text-align: left;
    position: relative;
    z-index: 1;
    color: #fff;
  }
}
#movie-lp .flow_inner h2 .lead {
  font-family: "Arial", "メイリオ";
  font-size: 26px;
  font-style: italic;
  font-weight: bold;
  display: block;
  margin: 0 auto 10px;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .flow_inner h2 .lead {
    font-size: 16px;
    color: #fff;
    text-align: left;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 863.1px) {
  #movie-lp .flow_inner h2:after {
    content: "";
    position: absolute;
    background-image: url("../../img/movie/movie-film.png");
    background-size: cover;
    background-position: top left;
    background-repeat: repeat-x;
    -webkit-transform: rotateZ(5deg);
            transform: rotateZ(5deg);
    top: -2%;
    bottom: 0;
    left: -10%;
    right: -10%;
    z-index: 0;
    height: 158px;
  }
}
#movie-lp .flow .flow_list {
  max-width: 1080px;
  width: 90%;
  margin: 100px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .flow .flow_list {
    margin: 50px auto 0;
    padding: 0;
    background: #F2EFEA;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#movie-lp .flow .flow_list li {
  max-width: 133px;
  width: 12%;
  background-color: #fff;
  text-align: center;
  padding: 10px 0;
  border-radius: 5px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 863.9px) {
  #movie-lp .flow .flow_list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 863.1px) {
  #movie-lp .flow .flow_list li {
    max-width: 90%;
    width: 90%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 0 15px 15%;
    margin: 0 auto 50px;
  }
}
#movie-lp .flow .flow_list li:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  right: -15%;
  clip-path: polygon(100% 50%, 60% 0, 60% 100%);
  width: 24px;
  height: 24px;
  background-color: #c6c7c9;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .flow .flow_list li:after {
    left: 0;
    right: 0;
    margin: auto;
    bottom: -200%;
    width: 30px;
    height: 30px;
    clip-path: polygon(50% 34%, 0 0, 100% 0);
  }
}
#movie-lp .flow .flow_list li:last-child:after {
  display: none;
}
#movie-lp .flow .flow_list li img {
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto 15px;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .flow .flow_list li img {
    position: absolute;
    width: 70px;
    height: 80px;
    -o-object-fit: contain;
       object-fit: contain;
    right: 5%;
    margin: 0 0 30px;
  }
}
#movie-lp .flow .flow_list li > p {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .flow .flow_list li > p {
    font-size: 18px;
  }
}
#movie-lp .flow .flow_list span.free {
  width: 33px;
  height: 33px;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .flow .flow_list span.free {
    width: 40px;
    height: 40px;
    top: -5px;
    left: 0;
  }
}
#movie-lp .flow .flow_list span.free > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
#movie-lp .flow_moviefilm {
  margin: 0 auto 0;
  padding: 0 0;
  width: 100%;
  position: relative;
  display: block;
  max-height: 500px;
  min-height: 30vh;
  height: 100vh;
  width: 100%;
  min-width: 1920px;
  z-index: 0;
  top: -200px;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .flow_moviefilm {
    height: 0;
    max-height: 0;
    min-height: 0;
    width: 0;
    max-width: 0;
    top: 0;
  }
}
#movie-lp .flow_moviefilm:before {
  content: "";
  position: absolute;
  background-color: #F2EFEA;
  -webkit-transform: rotateZ(-10deg);
          transform: rotateZ(-10deg);
  top: 100px;
  bottom: 0;
  left: -10%;
  right: -10%;
  z-index: 0;
}
#movie-lp .flow_moviefilm:after {
  content: "";
  position: absolute;
  background-image: url("../../img/movie/movie-film.png");
  background-size: contain;
  background-position: top center;
  background-repeat: repeat-x;
  -webkit-transform: rotateZ(5deg);
          transform: rotateZ(5deg);
  top: 0;
  bottom: 0;
  left: -10%;
  right: -10%;
  z-index: 0;
}
#movie-lp .price {
  padding: 180px 0;
  position: relative;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .price {
    padding: 0 0 160px;
  }
}
@media screen and (max-width: 863.1px) {
  #movie-lp .price #price {
    position: absolute;
    margin-top: 300px;
  }
}
#movie-lp .price_inner {
  margin: 0 auto 0;
  text-align: center;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .price_inner {
    margin: 0 auto 0;
    text-align: center;
    position: relative;
    top: 0;
    padding: 0 5%;
  }
}
#movie-lp .price_inner h2 {
  margin: 0 auto;
  text-align: center;
  font-family: corporate-logo-ver2, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  margin: 0 auto 80px;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .price_inner h2 {
    text-align: left;
    height: 158px;
    padding: 50px 0 0;
    margin: 80px auto 60px;
  }
}
#movie-lp .price_inner h2 .ttl {
  font-size: 65px;
  color: #0D1D34;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .price_inner h2 .ttl {
    font-size: 40px;
    text-align: left;
    position: relative;
    z-index: 1;
    color: #fff;
  }
}
#movie-lp .price_inner h2 .lead {
  font-size: 26px;
  font-style: italic;
  font-weight: bold;
  display: block;
  margin: 0 auto 10px;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .price_inner h2 .lead {
    font-size: 16px;
    color: #fff;
    text-align: left;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 863.1px) {
  #movie-lp .price_inner h2:before {
    content: "";
    position: absolute;
    background-color: #F2EFEA;
    -webkit-transform: rotateZ(-10deg);
            transform: rotateZ(-10deg);
    top: 0;
    bottom: 0;
    left: -10%;
    right: -10%;
    z-index: 0;
    height: 158px;
  }
}
@media screen and (max-width: 863.1px) {
  #movie-lp .price_inner h2:after {
    content: "";
    position: absolute;
    background-image: url("../../img/movie/movie-film.png");
    background-size: cover;
    background-position: top left;
    background-repeat: repeat-x;
    -webkit-transform: rotateZ(5deg);
            transform: rotateZ(5deg);
    top: 0;
    bottom: 0;
    left: -10%;
    right: -10%;
    z-index: 0;
    height: 158px;
  }
}
#movie-lp .price_inner > ul.option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 90%;
  max-width: 964px;
  margin: 70px auto 100px;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .price_inner > ul.option {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 96%;
    max-width: 96%;
    margin: 40px auto 50px;
  }
}
#movie-lp .price_inner > ul.option li {
  font-size: 24px;
  font-weight: 500;
  color: #101D32;
  text-align: center;
}
#movie-lp .price_inner > ul.option li img {
  height: 73px;
  margin: 0 0 20px;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .price_inner > ul.option li img {
    height: 35px;
  }
}
@media screen and (max-width: 863.1px) {
  #movie-lp .price_inner > ul.option li {
    width: 33.3333333333%;
    margin-right: 0;
    padding: 5px;
    font-size: 14px;
    margin: 0 0 20px;
  }
}
#movie-lp .price_inner h3 {
  font-family: corporate-logo-ver2, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 45px;
  font-weight: 700;
  margin: 100px auto 0;
  color: #0D1D34;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .price_inner h3 {
    font-size: 24px;
  }
}
#movie-lp .price_inner .price_inner-txt {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.6;
  width: 1034px;
  text-align: left;
  margin: auto;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .price_inner .price_inner-txt {
    width: 100%;
    font-size: 16px;
    text-align: left;
    line-height: 28px;
    margin: 60px auto;
    position: relative;
    z-index: 1;
  }
}
#movie-lp .price_inner .slash {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  font-weight: 900;
  text-align: center;
  font-size: calc(20px + 4 * (100vw - 375px) / 488);
  color: #0D1D34;
}
#movie-lp .price_inner .slash:before, #movie-lp .price_inner .slash:after {
  content: "";
  width: 25px;
  height: 2px;
  background-color: #000;
  margin: 0px 4px 7px;
}
#movie-lp .price_inner .slash:before {
  -webkit-transform: rotate(65deg);
          transform: rotate(65deg);
}
#movie-lp .price_inner .slash:after {
  -webkit-transform: rotate(-65deg);
          transform: rotate(-65deg);
}
#movie-lp .price_inner .form-btn {
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 80px auto 0;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .price_inner .form-btn {
    margin: 0 auto 0;
  }
}
#movie-lp .price_wrap {
  width: 90%;
  max-width: 1080px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 100px auto 0;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .price_wrap {
    display: block;
    margin: 30px auto 0;
    max-width: 100%;
    width: 100%;
  }
}
#movie-lp .price_menu {
  max-width: 32%;
  width: 330px;
  padding: 0 0 20px;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .price_menu {
    max-width: 100%;
    width: 100%;
  }
}
#movie-lp .price_menu.low {
  border: 3px solid #5FC5E3;
}
#movie-lp .price_menu.mid {
  border: 3px solid #2274A5;
}
#movie-lp .price_menu.high {
  border: 3px solid #29517B;
}
#movie-lp .price_menu-ttl {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 50px;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .price_menu-ttl {
    font-size: 16px;
    font-weight: 900;
  }
}
#movie-lp .price_menu-ttl.low {
  background-color: #5FC5E3;
}
#movie-lp .price_menu-ttl.mid {
  background-color: #2274A5;
  position: relative;
}
#movie-lp .price_menu-ttl.mid > span {
  position: absolute;
  top: -50%;
  left: -10%;
  width: 90px;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .price_menu-ttl.mid > span {
    left: -3%;
  }
}
#movie-lp .price_menu-ttl.high {
  background-color: #29517B;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .price_menu-ttl.high {
    font-size: 16px;
  }
}
#movie-lp .price_menu-lead {
  margin: 0 auto 20px;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .price_menu-lead {
    margin: 40px auto 20px;
  }
}
#movie-lp .price_menu-lead.low {
  color: #5FC5E3;
}
#movie-lp .price_menu-lead.mid {
  color: #2274A5;
}
#movie-lp .price_menu-lead.high {
  color: #29517B;
}
#movie-lp .price_menu-lead > span {
  font-size: 70px;
  line-height: 80px;
  letter-spacing: -5px;
  margin: 0 5px 0 0;
  line-height: normal;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .price_menu-lead > span {
    font-size: 75px;
    line-height: 30px;
  }
}
#movie-lp .price_menu-lead > p {
  font-size: 18px;
  font-weight: 500;
  color: #333 !important;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .price_menu-lead > p {
    margin: 20px 0 0;
    font-size: 16px;
  }
}
#movie-lp .price_menu dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  padding: 0 0 10px;
  max-width: 240px;
  width: 96%;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .price_menu dl {
    max-width: 96%;
    padding: 0 5% 5%;
  }
}
#movie-lp .price_menu dl dt {
  text-align: center;
  width: 100%;
  line-height: 30px;
  margin: 0 0 10px;
}
#movie-lp .price_menu dl dd {
  text-align: left;
  width: 100%;
}
#movie-lp .price_menu dl dd span {
  margin: 10px 0;
}
#movie-lp .price_menu dl.low-unit dt {
  color: #5FC5E3;
  background-color: #eff9fc;
}
#movie-lp .price_menu dl.mid-unit dt {
  color: #2274A5;
  background-color: #e8f1f6;
}
#movie-lp .price_menu dl.high-unit dt {
  color: #29517B;
  background-color: #e9edf1;
}
#movie-lp .price_menu .check {
  color: #333;
  display: block;
  font-size: 14px;
  padding-left: 28px;
  text-indent: -28px;
}
#movie-lp .price_menu .check:before {
  content: "";
  width: 16px;
  height: 12px;
  background-image: url("../../img/movie/check.png");
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 12px;
}
#movie-lp .price_menu .cross {
  color: #C2C6CC;
  display: block;
  font-size: 14px;
  padding-left: 28px;
  text-indent: -28px;
}
#movie-lp .price_menu .cross:before {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url("../../img/movie/cross.png");
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 12px;
}
#movie-lp .price > .campaign {
  width: 100%;
  text-align: center;
  position: relative;
  margin: auto;
  padding: 10% 0 0;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .price > .campaign {
    padding: 20% 0 0;
  }
}
#movie-lp .price > .campaign a {
  display: block;
  width: 100%;
  height: 100%;
}
#movie-lp .price > .campaign a img {
  margin: auto;
  width: 780px;
  max-width: 96%;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .price > .campaign a img {
    max-width: 90%;
  }
}
@media screen and (max-width: 863.1px) {
  #movie-lp ul.tab-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #movie-lp ul.tab-area li {
    margin: 0;
  }
  #movie-lp ul.tab-area li.tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 30%;
    padding: 5px;
    text-align: center;
    font-size: calc(14px + 2 * (100vw - 375px) / 488);
    text-align: center;
    color: #fff;
    font-weight: 700;
    line-height: 50px;
    padding: 0;
    margin: 0 0 10%;
    border-radius: 5px;
  }
  #movie-lp ul.tab-area li.tab > span {
    padding: 0 3px 0 0;
    font-size: calc(35px + 10 * (100vw - 375px) / 488);
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 60px;
  }
  #movie-lp ul.tab-area li.tab.active {
    background-color: #C2C6CC !important;
    border-bottom: 5px solid #C2C6CC !important;
    height: 62px;
  }
  #movie-lp ul.tab-area li.tab:nth-child(1) {
    background-color: #5FC5E3;
    border-bottom: 5px solid #24B5E0;
  }
  #movie-lp ul.tab-area li.tab:nth-child(2) {
    background-color: #2274A5;
    border-bottom: 5px solid #2A566F;
  }
  #movie-lp ul.tab-area li.tab:nth-child(3) {
    background-color: #29517B;
    border-bottom: 5px solid #0E3C6E;
  }
  #movie-lp .panel {
    display: none;
    text-align: center;
  }
  #movie-lp .panel.active {
    display: block;
  }
}
#movie-lp .price_mascot {
  margin: 200px 0 0 auto;
  padding: 0 0;
  width: 100%;
  position: relative;
  display: block;
  height: 460px;
  z-index: 0;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .price_mascot {
    top: 0;
    height: 300px;
    margin: 0;
  }
}
@media screen and (min-width: 500px) and (max-width: 863px) {
  #movie-lp .price_mascot {
    height: 400px;
  }
}
#movie-lp .price_mascot:after {
  content: "";
  position: absolute;
  background-image: url("../../img/movie/mascot-04.png");
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .price_mascot:after {
    background-size: 130%;
    background-position: bottom right;
  }
}
#movie-lp .price_mascot span {
  position: absolute;
  right: 10%;
  width: 20%;
  max-width: 310px;
  top: -100px;
  z-index: 1;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .price_mascot span {
    width: 30%;
    top: 80px;
  }
}
#movie-lp .faq_inner {
  margin: 0 auto 0;
  position: relative;
  padding: 0 5%;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .faq_inner {
    top: 0;
  }
}
#movie-lp .faq_inner h2 {
  font-family: corporate-logo-ver2, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 65px;
  color: #0D1D34;
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .faq_inner h2 {
    font-size: 40px;
    text-align: left;
    margin-bottom: 30px;
    top: -80px;
  }
}
#movie-lp .faq_inner h2 span {
  font-family: "Arial", "メイリオ";
  font-size: 26px;
  font-style: italic;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .faq_inner h2 span {
    font-size: 16px;
    text-align: left;
    margin-bottom: 10px;
  }
}
#movie-lp .faq_wrap {
  margin: 100px auto 0;
  width: 880px;
  max-width: 80%;
  position: relative;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .faq_wrap {
    margin: 0px auto 0;
    max-width: 90%;
    top: -30px;
  }
}
#movie-lp .faq_list {
  border: 1px solid #E82115;
  font-size: 20px;
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0 auto 50px;
  background: #fff;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .faq_list {
    font-size: 16px;
    margin: 0 auto 25px;
  }
}
#movie-lp .faq_list-ttl {
  cursor: pointer;
  font-size: 20px;
  padding: 15px 20px;
  position: relative;
  font-weight: 700;
  color: #E82115;
  background-color: #fff;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .faq_list-ttl {
    font-size: 16px;
    padding: 15px 40px 15px 15px;
    line-height: 28px;
  }
}
#movie-lp .faq_list-ttl .icon-wrap {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  width: 20px;
  height: 20px;
  background: #E82115;
  border-radius: 50%;
}
#movie-lp .faq_list-ttl .icon-wrap .icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
}
#movie-lp .faq_list-ttl .icon-wrap .icon:before, #movie-lp .faq_list-ttl .icon-wrap .icon:after {
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #fff;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 2px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#movie-lp .faq_list-ttl .icon-wrap .icon:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
#movie-lp .faq_list-ttl .icon-wrap .icon.open:before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
#movie-lp .faq_list-txt {
  color: #333;
  display: none;
  padding: 15px 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 2.4;
  font-weight: 400;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .faq_list-txt {
    font-size: 16px;
    padding: 15px 15px 30px;
    line-height: 28px;
  }
}
#movie-lp .faq_base {
  margin: 200px auto 0;
  padding: 0 0;
  width: 100%;
  position: relative;
  display: block;
  height: 650px;
  z-index: 0;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .faq_base {
    display: none;
  }
}
#movie-lp .faq_base:after {
  content: "";
  position: absolute;
  background-image: url("../../img/movie/base.png");
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  left: -10%;
  right: -10%;
  z-index: 0;
}
#movie-lp .member_inner {
  margin: 0 auto 230px;
  position: relative;
  max-width: 1080px;
  width: 90%;
  top: -180px;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .member_inner {
    top: 0;
    width: 90%;
    margin: 0 auto 80px;
  }
}
#movie-lp .member_inner h2 {
  font-family: corporate-logo-ver2, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 65px;
  color: #0D1D34;
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .member_inner h2 {
    font-size: 40px;
    text-align: left;
    padding: 60px 0 0;
  }
}
#movie-lp .member_inner h2 .lead {
  font-family: "Arial", "メイリオ";
  font-size: 26px;
  font-style: italic;
  font-weight: bold;
  display: block;
  margin: 0 auto 10px;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .member_inner h2 .lead {
    font-size: 16px;
    text-align: left;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
  }
}
#movie-lp .member_inner h2 .ttl {
  font-size: 65px;
  color: #0D1D34;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .member_inner h2 .ttl {
    font-size: 40px;
    text-align: left;
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 863.1px) {
  #movie-lp .member_inner h2:after {
    content: "";
    position: absolute;
    background-image: url("../../img/movie/base.png");
    background-size: 120%;
    background-position: top center;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    left: -10%;
    right: -10%;
    z-index: 0;
    height: 160px;
  }
}
#movie-lp .member_inner-txt {
  font-size: 20px;
  color: #333;
  line-height: 40px;
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  margin: 40px auto 0;
  line-height: 2.4;
  font-weight: normal;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .member_inner-txt {
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
  }
}
#movie-lp .member_inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  margin: 90px auto 0;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .member_inner ul {
    margin: 50px auto 0;
  }
}
#movie-lp .member_inner ul li {
  width: 30%;
  text-align: center;
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  font-size: 20px;
  margin-bottom: 100px;
  font-weight: normal;
  line-height: initial;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .member_inner ul li {
    width: 50%;
    font-size: 12px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 863.1px) {
  #movie-lp .member_inner ul li:nth-child(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media screen and (max-width: 863.1px) {
  #movie-lp .member_inner ul li:nth-child(4) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (max-width: 863.1px) {
  #movie-lp .member_inner ul li:nth-child(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media screen and (max-width: 863.1px) {
  #movie-lp .member_inner ul li:nth-child(6) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
#movie-lp .member_inner ul li img {
  width: 250px;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .member_inner ul li img {
    width: 80%;
  }
}
#movie-lp .member_inner ul li span {
  font-size: 30px;
  display: block;
  margin: 30px auto 15px;
  color: #0D1D34;
  font-weight: 700;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .member_inner ul li span {
    font-size: 18px;
    margin: 15px auto 15px;
  }
}
@media screen and (min-width: 863.9px) {
  #movie-lp .member_inner ul:after {
    content: "";
    display: block;
    width: 23%;
    max-width: 200px;
  }
}
#movie-lp .member_line {
  width: 780px;
  margin: auto;
  text-align: center;
  max-width: 98%;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .member_line {
    margin: auto;
  }
}
#movie-lp .contact_inner {
  margin: 0 auto 300px;
  position: relative;
  max-width: 1080px;
  width: 90%;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .contact_inner {
    width: 90%;
    top: 0;
    margin: 0 auto 200px;
  }
}
#movie-lp .contact_inner h2 {
  margin: 0 auto 50px;
  text-align: center;
  font-family: corporate-logo-ver2, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .contact_inner h2 {
    text-align: left;
    height: 158px;
    padding: 50px 0 0;
    margin: 0 auto 80px;
  }
}
#movie-lp .contact_inner h2 .ttl {
  font-size: 65px;
  color: #0D1D34;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .contact_inner h2 .ttl {
    font-size: 40px;
    text-align: left;
    position: relative;
    z-index: 1;
    color: #fff;
  }
}
#movie-lp .contact_inner h2 .lead {
  font-family: "Arial", "メイリオ";
  font-size: 26px;
  font-style: italic;
  font-weight: bold;
  display: block;
  margin: 0 auto 10px;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .contact_inner h2 .lead {
    font-size: 16px;
    color: #fff;
    text-align: left;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 863.1px) {
  #movie-lp .contact_inner h2:before {
    content: "";
    position: absolute;
    background-color: #F2EFEA;
    -webkit-transform: rotateZ(-10deg);
            transform: rotateZ(-10deg);
    top: 0;
    bottom: 0;
    left: -20%;
    right: -20%;
    z-index: 0;
    height: 158px;
  }
}
@media screen and (max-width: 863.1px) {
  #movie-lp .contact_inner h2:after {
    content: "";
    position: absolute;
    background-image: url("../../img/movie/movie-film.png");
    background-size: cover;
    background-position: top left;
    background-repeat: repeat-x;
    -webkit-transform: rotateZ(5deg);
            transform: rotateZ(5deg);
    top: 0;
    bottom: 0;
    left: -10%;
    right: -10%;
    z-index: 0;
    height: 158px;
  }
}
#movie-lp .contact_inner table {
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #0D1D34;
  max-width: 1080px;
  margin: auto;
}
#movie-lp .contact_inner table td {
  font-size: 20px;
  padding: 25px 25px 25px 0;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .contact_inner table td {
    font-size: 18px;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 10px;
    width: 100%;
  }
}
#movie-lp .contact_inner table td.item {
  font-size: 30px;
  font-weight: 900;
  max-width: 310px;
  width: 30%;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .contact_inner table td.item {
    width: 100%;
    max-width: 100%;
    font-size: 18px;
  }
}
#movie-lp .contact_inner table td .required {
  background-color: #2274A5;
  color: #fff;
  text-align: center;
  padding: 3px 10px 6px;
  font-size: 20px;
  margin: 0 0 0 15px;
  line-height: 20px;
  white-space: nowrap;
  font-weight: 400;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .contact_inner table td .required {
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    vertical-align: top;
  }
}
#movie-lp .contact-input {
  border: 1px solid #C2C6CC;
  padding: 10px;
  color: #0D1D34;
  max-width: 770px;
  width: 90%;
  font-weight: 400;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .contact-input {
    font-size: 14px;
    width: 100%;
  }
}
#movie-lp .contact-select {
  border: 1px solid #C2C6CC;
  padding: 10px;
  color: #0D1D34;
  max-width: 770px;
  width: 90%;
  font-weight: 400;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .contact-select {
    width: 100%;
    font-size: 14px;
  }
}
#movie-lp .contact_check {
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #0D1D34;
  font-size: 30px;
  text-align: center;
  margin: 80px auto 50px;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .contact_check {
    margin: 0 auto 50px;
  }
}
#movie-lp .contact_check a {
  text-decoration-line: underline;
}
#movie-lp .contact_submit-btn {
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  max-width: 500px;
  margin: 10px auto;
  display: block;
  color: #fff;
  background: rgb(34, 116, 165);
  background: linear-gradient(51deg, rgb(34, 116, 165) 0%, rgb(52, 157, 221) 100%);
  text-decoration: none;
  font-weight: bold;
  font-size: 30px;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  border-radius: 80px;
  line-height: 80px;
  -webkit-box-shadow: 3px 3px 0px 1px rgb(30, 96, 136);
          box-shadow: 3px 3px 0px 1px rgb(30, 96, 136);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .contact_submit-btn {
    width: 96%;
    max-width: 96%;
    line-height: 60px;
    font-size: 16px;
  }
}
#movie-lp .contact_submit-btn:before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 25px;
  margin: 0;
  background: url("../../img/movie/mail.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 50px;
  top: 50px;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .contact_submit-btn:before {
    top: 39%;
    width: 30px;
  }
}
@media screen and (max-width: 863.1px) {
  #movie-lp .wpcf7-form-control-wrap {
    margin: 0 0 30px;
    display: block;
  }
}
#movie-lp .wpcf7 form .wpcf7-response-output {
  border: none !important;
  text-align: center;
  font-weight: normal;
  color: #E82115;
  font-size: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .wpcf7 form .wpcf7-response-output {
    font-size: 18px;
  }
}
#movie-lp .wpcf7-list-item {
  margin: 0 50px 20px 0 !important;
  font-weight: 400;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .wpcf7-list-item {
    margin: 0 !important;
    display: block;
    width: 100%;
    margin: 15px 0 !important;
  }
}
#movie-lp .wpcf7-list-item-label {
  padding: 0 0 0 10px;
  font-weight: 700;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .wpcf7-list-item-label {
    font-size: 18px;
  }
}
#movie-lp ::-webkit-input-placeholder {
  color: #C2C6CC;
}
#movie-lp ::-moz-placeholder {
  color: #C2C6CC;
}
#movie-lp :-ms-input-placeholder {
  color: #C2C6CC;
}
#movie-lp ::-ms-input-placeholder {
  color: #C2C6CC;
}
#movie-lp ::placeholder {
  color: #C2C6CC;
}
#movie-lp input[type=radio] {
  width: 40px;
  height: 40px;
  border: 1px solid #C2C6CC;
}
@media screen and (max-width: 863.1px) {
  #movie-lp input[type=radio] {
    width: 30px;
    height: 30px;
  }
}
#movie-lp input[type=checkbox] {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 863.1px) {
  #movie-lp input[type=checkbox] {
    width: 30px;
    height: 30px;
  }
}
#movie-lp [type=submit],
#movie-lp button {
  width: 100%;
  height: 100%;
  display: block;
  padding: 10px;
}
@media screen and (max-width: 863.1px) {
  #movie-lp [type=submit],
  #movie-lp button {
    padding: 0.2em 0 0.2em 8px;
  }
}
#movie-lp .wpcf7-spinner {
  position: absolute;
}
#movie-lp iframe {
  width: 100%;
  height: 303px;
}
@media screen and (max-width: 863.1px) {
  #movie-lp iframe {
    height: 190px;
  }
}
#movie-lp .moviefilm {
  margin: 0 auto 0;
  padding: 0 0;
  width: 100%;
  position: relative;
  display: block;
  max-height: 550px;
  min-height: 30vh;
  height: 100vh;
  width: 100%;
  min-width: 1920px;
  z-index: 0;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .moviefilm {
    height: 0;
    max-height: 0;
    min-height: 0;
    width: 0;
    max-width: 0;
  }
}
#movie-lp .moviefilm:before {
  content: "";
  position: absolute;
  background-color: #F2EFEA;
  -webkit-transform: rotateZ(-10deg);
          transform: rotateZ(-10deg);
  top: 20%;
  bottom: 0;
  left: -10%;
  right: -10%;
  z-index: 0;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .moviefilm:before {
    top: 0%;
  }
}
#movie-lp .moviefilm:after {
  content: "";
  position: absolute;
  background-image: url("../../img/movie/movie-film.png");
  background-size: contain;
  background-position: top center;
  background-repeat: repeat-x;
  -webkit-transform: rotateZ(5deg);
          transform: rotateZ(5deg);
  top: -5%;
  bottom: 0;
  left: -10%;
  right: -10%;
  z-index: 0;
}

#movie-lp {
  margin: auto;
  overflow-x: hidden;
  max-width: 1920px;
  min-width: 1080px;
  width: 100%;
}
@media screen and (max-width: 863.1px) {
  #movie-lp {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    padding: 0;
    overflow-x: clip;
  }
}
#movie-lp .movie_thanks {
  max-width: 1083px;
  width: 90%;
  margin: 190px auto;
  text-align: center;
  min-height: 517px;
  position: relative;
  background-image: url("../../img/movie/thanks_top.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #F2EFEA;
  padding: 0 5%;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .movie_thanks {
    margin: 130px auto 40px;
    width: 80%;
    background-size: 100% 13%;
    min-height: 455px;
  }
}
#movie-lp .movie_thanks .movie_thanks-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  padding: 0 5%;
  margin: auto;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .movie_thanks .movie_thanks-inner {
    top: 15%;
  }
}
#movie-lp .movie_thanks .movie_thanks-inner h2 {
  font-family: corporate-logo-ver2, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 65px;
  font-weight: 600;
  color: #0D1D34;
  margin: auto;
  text-align: center;
  margin: 20px auto;
  display: block;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .movie_thanks .movie_thanks-inner h2 {
    font-size: 40px;
  }
}
#movie-lp .movie_thanks .movie_thanks-inner h2 span {
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 30px;
  display: block;
  font-weight: 600;
  color: #333;
  padding: 20px 0 5px;
  line-height: 24px;
  letter-spacing: normal;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .movie_thanks .movie_thanks-inner h2 span {
    font-size: 20px;
  }
}
#movie-lp .movie_thanks .movie_thanks-inner p {
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
  color: #333;
  margin: 20px auto;
  font-weight: normal;
  line-height: 24px;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .movie_thanks .movie_thanks-inner p {
    font-size: 16px;
  }
}
#movie-lp .movie_thanks .movie_thanks-inner .movie_thanks-btn {
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 60%;
  max-width: 500px;
  margin: 40px auto 60px;
  display: block;
  color: #fff;
  background: rgb(13, 29, 52);
  background: linear-gradient(51deg, rgb(13, 29, 52) 0%, rgb(88, 102, 128) 100%);
  -webkit-box-shadow: 2px 2px 0px 1px rgb(13, 29, 52);
          box-shadow: 2px 2px 0px 1px rgb(13, 29, 52);
  text-decoration: none;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  text-decoration: none;
  border-radius: 80px;
  line-height: 111px;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .movie_thanks .movie_thanks-inner .movie_thanks-btn {
    font-size: 16px;
    max-width: 270px;
    width: 100%;
    line-height: 60px;
  }
}
#movie-lp .movie_thanks .movie_thanks-inner .movie_thanks-btn a {
  display: block;
  width: 100%;
}
#movie-lp .movie_thanks .thanks_mascot-left {
  width: 106px;
  position: absolute;
  left: 5%;
  bottom: -11%;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .movie_thanks .thanks_mascot-left {
    width: 56px;
    left: 0%;
    bottom: -4%;
  }
}
#movie-lp .movie_thanks .thanks_mascot-right {
  width: 160px;
  position: absolute;
  right: 5%;
  bottom: -11%;
}
@media screen and (max-width: 863.1px) {
  #movie-lp .movie_thanks .thanks_mascot-right {
    width: 84px;
    right: 0%;
    bottom: -4%;
  }
}

#movie-blog {
  margin: auto;
  overflow-x: hidden;
  max-width: 1920px;
  min-width: 1080px;
  width: 100%;
}
@media screen and (max-width: 863.1px) {
  #movie-blog {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    padding: 0;
  }
}
#movie-blog .mv {
  margin: 150px auto 0;
  width: 100%;
  background-image: url("../../img/movie/blog/mv.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  height: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (max-width: 863.1px) {
  #movie-blog .mv {
    background-image: url("../../img/movie/blog/mv-sp.png");
    margin: 13vh auto 0;
    height: 199px;
  }
}
#movie-blog .mv_inner {
  width: 100%;
}
@media screen and (max-width: 863.1px) {
  #movie-blog .mv_inner {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }
}
#movie-blog .mv_inner-ttl {
  font-family: corporate-logo-ver2, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  text-align: center;
  margin: auto;
  color: #fff;
}
@media screen and (max-width: 863.1px) {
  #movie-blog .mv_inner-ttl {
    width: 98%;
  }
}
#movie-blog .mv_inner-ttl h2 {
  font-family: corporate-logo-ver2, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  text-align: center;
  margin: 0 auto;
  font-size: 124px;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 863.1px) {
  #movie-blog .mv_inner-ttl h2 {
    font-size: 38px;
  }
}
#movie-blog .mv_inner-ttl .subttl {
  font-size: 32px;
  color: #fff;
  margin: 15px auto;
}
@media screen and (max-width: 863.1px) {
  #movie-blog .mv_inner-ttl .subttl {
    font-size: 16px;
    margin: 13px auto 0;
    line-height: 20px;
  }
}
#movie-blog .blog_area {
  margin: 50px auto 0;
  max-width: 1420px;
  width: 100%;
}
#movie-blog .blog_area .breadcrumb {
  padding: 0 0.5rem;
  list-style: none;
  width: 94%;
  padding: 0 0 0 8px;
  line-height: 26px;
}
@media screen and (max-width: 863.1px) {
  #movie-blog .blog_area .breadcrumb {
    padding: 0 0 0 5%;
  }
}
#movie-blog .blog_area .breadcrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
#movie-blog .blog_area .breadcrumb li {
  display: inline-block;
  color: #000;
  font-size: 16px;
}
#movie-blog .blog_area .breadcrumb li a {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 600;
}
#movie-blog .blog_area .breadcrumb li:not(:last-child):after {
  margin: 0 10px 0 20px;
  content: ">";
}
#movie-blog .blog_area h3 {
  font-family: corporate-logo-ver2, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 65px;
  font-weight: 600;
  color: #0D1D34;
  margin: 50px auto 100px;
  text-align: center;
}
@media screen and (max-width: 863.1px) {
  #movie-blog .blog_area h3 {
    font-size: 40px;
    margin: 60px auto;
  }
}
#movie-blog .blog_area h3 .sub {
  font-family: "Arial", "メイリオ";
  font-size: 26px;
  font-style: italic;
  font-weight: 600;
  display: block;
  margin: 0 0 5px;
}
@media screen and (max-width: 863.1px) {
  #movie-blog .blog_area h3 .sub {
    font-size: 16px;
    margin-bottom: 0;
  }
}
#movie-blog .blog_area .blog_area-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  margin: 50px 0 0;
}
@media screen and (max-width: 863.1px) {
  #movie-blog .blog_area .blog_area-wrap {
    margin: 30px 0 0;
  }
}
#movie-blog .blog_area .blog_area-wrap .blog_post {
  width: 985px;
  max-width: 70%;
  padding: 0 0 0 8px;
}
@media screen and (max-width: 863.1px) {
  #movie-blog .blog_area .blog_area-wrap .blog_post {
    width: 100%;
    max-width: 100%;
    padding: 0 5%;
  }
}
#movie-blog .blog_area .blog_area-wrap .blog_post ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 863.1px) {
  #movie-blog .blog_area .blog_area-wrap .blog_post ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: auto;
    width: 100%;
  }
}
#movie-blog .blog_area .blog_area-wrap .blog_post ul li {
  max-width: 33.3333333333%;
  width: 31%;
  margin: 0 0 40px;
  border: 1px solid #0D1D34;
  border-radius: 15px;
  padding: 14px;
  min-height: 310px;
  overflow: hidden;
}
@media screen and (max-width: 863.1px) {
  #movie-blog .blog_area .blog_area-wrap .blog_post ul li {
    max-width: 100%;
    width: 100%;
    min-height: auto;
    max-height: none;
  }
}
#movie-blog .blog_area .blog_area-wrap .blog_post ul li a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
#movie-blog .blog_area .blog_area-wrap .blog_post ul:after {
  content: "";
  display: block;
  max-width: 28%;
  width: 279px;
}
#movie-blog .blog_area .blog_area-wrap .blog_post-inner {
  position: relative;
}
#movie-blog .blog_area .blog_area-wrap .blog_post-inner .thumbnail {
  width: 100%;
  height: 157px;
  overflow: hidden;
}
#movie-blog .blog_area .blog_area-wrap .blog_post-inner .thumbnail img {
  border: none;
  -o-object-fit: cover;
     object-fit: cover;
  height: 157px;
  width: 100%;
}
#movie-blog .blog_area .blog_area-wrap .blog_post-inner .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 18px 0 9px;
}
#movie-blog .blog_area .blog_area-wrap .blog_post-inner .info .date {
  font-size: 16px;
  color: #747474;
  font-weight: 600;
  text-align: left;
  margin: 0;
}
#movie-blog .blog_area .blog_area-wrap .blog_post-inner .info .new {
  background-color: #FF0000;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border-radius: 20px;
  width: 55px;
  line-height: 20px;
  margin: 0 0 0 15px;
  padding: 2px 2px 1px 3px;
}
#movie-blog .blog_area .blog_area-wrap .blog_post-inner > .category span {
  background-color: #fff;
  border: 1px solid #0D1D34;
  color: #0D1D34;
  text-align: center;
  line-height: 1.6;
  padding: 4px 5px 3px;
  font-size: 10px;
  margin: 6px 5px 0 0;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (max-width: 863.1px) {
  #movie-blog .blog_area .blog_area-wrap .blog_post-inner > .category span:last-of-type {
    margin: 3px 0 0 0;
  }
}
#movie-blog .blog_area .blog_area-wrap .blog_post-inner h2 {
  font-weight: 600;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  word-wrap: break-word;
  display: block;
  font-size: 18px;
  line-height: 1.6;
  margin: 9px 0 0;
}
#movie-blog .blog_area .blog_area-wrap .blog_post-pager {
  font-family: Futura, "Century Gothic";
}
#movie-blog .blog_area .blog_area-wrap .blog_post-pager .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#movie-blog .blog_area .blog_area-wrap .blog_post-pager .wp-pagenavi a {
  border-radius: 3px;
  font-size: 20px;
  color: #fff;
  background: #0D1D34;
  border: 1px solid #0D1D34;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 10px;
  font-family: Futura, "Century Gothic";
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
#movie-blog .blog_area .blog_area-wrap .blog_post-pager .wp-pagenavi a.nextpostslink {
  padding: 0 0 0 6px;
  width: 34px !important;
}
#movie-blog .blog_area .blog_area-wrap .blog_post-pager .wp-pagenavi a.previouspostslink {
  padding: 0 6px 0 0;
  width: 34px !important;
}
#movie-blog .blog_area .blog_area-wrap .blog_post-pager .wp-pagenavi span.current {
  font-weight: 600;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #0D1D34;
  background: #BACDE6;
  border: 1px solid #BACDE6;
  padding: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
#movie-blog .blog_area .blog_area-wrap .blog_post-line {
  margin: 100px auto 100px;
  width: 780px;
  max-width: 96%;
}
@media screen and (max-width: 863.1px) {
  #movie-blog .blog_area .blog_area-wrap .blog_post-line {
    margin: 30px auto;
    max-width: 100%;
  }
}
#movie-blog .blog_area .blog_area-wrap .blog_post-sns {
  background-color: #F2EFEA;
  position: relative;
  padding: 0 0 20px;
  margin: 180px auto 100px;
  border-radius: 15px;
}
@media screen and (max-width: 863.1px) {
  #movie-blog .blog_area .blog_area-wrap .blog_post-sns {
    margin: 100px auto 80px;
  }
}
#movie-blog .blog_area .blog_area-wrap .blog_post-sns .mascot-genseki {
  position: absolute;
  left: 100px;
  top: -119px;
  width: 150px;
}
@media screen and (max-width: 863.1px) {
  #movie-blog .blog_area .blog_area-wrap .blog_post-sns .mascot-genseki {
    width: 54px;
    top: -43px;
    left: 5px;
  }
}
#movie-blog .blog_area .blog_area-wrap .blog_post-sns .mascot-diamond {
  position: absolute;
  right: 58px;
  top: -100px;
  width: 188px;
}
@media screen and (max-width: 863.1px) {
  #movie-blog .blog_area .blog_area-wrap .blog_post-sns .mascot-diamond {
    width: 60px;
    top: -50px;
    right: 5px;
  }
}
#movie-blog .blog_area .blog_area-wrap .blog_post-sns h6 {
  font-family: corporate-logo-ver2, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 50px;
  font-weight: 600;
  color: #0D1D34;
  margin: 0 auto 30px;
  padding: 30px 0 0;
  text-align: center;
}
@media screen and (max-width: 863.1px) {
  #movie-blog .blog_area .blog_area-wrap .blog_post-sns h6 {
    font-size: 29px;
    padding: 20px 0 0;
    margin: 0 auto 20px;
  }
}
#movie-blog .blog_area .blog_area-wrap .blog_post-sns h6 span {
  display: block;
  font-size: 25px;
  padding: 10px 0 0;
}
@media screen and (max-width: 863.1px) {
  #movie-blog .blog_area .blog_area-wrap .blog_post-sns h6 span {
    font-size: 16px;
    padding: 5px 0 0;
  }
}
#movie-blog .blog_area .blog_area-wrap .blog_post-sns ul.officialsns {
  width: 933px;
  max-width: 96%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin: 0 auto;
}
@media screen and (max-width: 863.1px) {
  #movie-blog .blog_area .blog_area-wrap .blog_post-sns ul.officialsns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
    max-width: 90%;
  }
}
#movie-blog .blog_area .blog_area-wrap .blog_post-sns ul.officialsns li {
  width: 94%;
  max-width: 100%;
  margin: 0 auto 0;
  padding: 0;
  min-height: auto;
  max-height: 100%;
  border: none;
  text-align: center;
  border-radius: 0;
}
@media screen and (max-width: 863.1px) {
  #movie-blog .blog_area .blog_area-wrap .blog_post-sns ul.officialsns li {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 0;
  }
}
#movie-blog .blog_area .blog_area-wrap .blog_post-sns ul.officialsns li a {
  width: 100%;
  display: block;
}
@media screen and (max-width: 863.1px) {
  #movie-blog .blog_area .blog_area-wrap .blog_post-sns ul.officialsns li:last-child {
    margin: 0 auto 0;
  }
}
#movie-blog .blog_area .blog_area-wrap .blog_article {
  width: 985px;
  max-width: 70%;
  padding: 0 0 0 8px;
}
@media screen and (max-width: 863.1px) {
  #movie-blog .blog_area .blog_area-wrap .blog_article {
    width: 90%;
    max-width: 90%;
    padding: 0;
    margin: auto;
  }
}
#movie-blog .blog_area .blog_area-wrap .blog_article h1 {
  font-size: 36px;
  font-weight: 600;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  border-bottom: 3px solid #0D1D34;
  padding: 0 0 15px;
  margin: 50px 0;
  line-height: 1.3;
}
@media screen and (max-width: 863.1px) {
  #movie-blog .blog_area .blog_area-wrap .blog_article h1 {
    font-size: 20px;
    line-height: 1.3;
    margin: 20px 0 40px;
  }
}
#movie-blog .blog_area .blog_area-wrap .blog_article h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  padding: 15px;
  background: #F2EFEA;
  margin: 0 auto 30px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 863.1px) {
  #movie-blog .blog_area .blog_area-wrap .blog_article h2 {
    font-size: 20px;
  }
}
#movie-blog .blog_area .blog_area-wrap .blog_article h2:before {
  background: #0D1D34;
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 30px;
}
#movie-blog .blog_area .blog_area-wrap .blog_article h3 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  border-bottom: 2px solid #0D1D34;
  padding: 10px 15px;
  font-size: 23px;
  line-height: 1.2;
  font-weight: bold;
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (max-width: 863.1px) {
  #movie-blog .blog_area .blog_area-wrap .blog_article h3 {
    font-size: 18px;
  }
}
#movie-blog .blog_area .blog_area-wrap .blog_article h4 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  border-bottom: 2px solid #0D1D34;
  padding: 10px 15px;
  font-size: 23px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (max-width: 863.1px) {
  #movie-blog .blog_area .blog_area-wrap .blog_article h4 {
    font-size: 18px;
  }
}
#movie-blog .blog_area .blog_area-wrap .blog_article h5 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  padding: 5px 15px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 863.1px) {
  #movie-blog .blog_area .blog_area-wrap .blog_article h5 {
    font-size: 18px;
  }
}
#movie-blog .blog_area .blog_area-wrap .blog_article h5:before {
  background: #0D1D34;
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 30px;
}
#movie-blog .blog_area .blog_area-wrap .blog_article-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 600;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 30px;
  padding: 2px 0 0;
}
@media screen and (max-width: 863.1px) {
  #movie-blog .blog_area .blog_area-wrap .blog_article-entry {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#movie-blog .blog_area .blog_area-wrap .blog_article-entry .date {
  font-size: 16px;
  color: #747474;
  display: block;
  text-align: left;
  margin: 0 25px 0 0;
  padding: 2px 0 0;
}
@media screen and (max-width: 863.1px) {
  #movie-blog .blog_area .blog_area-wrap .blog_article-entry .date {
    padding: 3px 0 0;
  }
}
@media screen and (max-width: 863.1px) {
  #movie-blog .blog_area .blog_area-wrap .blog_article-entry > .category {
    margin: 20px 0 0;
  }
}
#movie-blog .blog_area .blog_area-wrap .blog_article-entry > .category span {
  background-color: #0D1D34;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  line-height: 2;
  padding: 6px 20px 5px;
  font-size: 14px;
  margin: 0 5px 0 0;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (max-width: 863.1px) {
  #movie-blog .blog_area .blog_area-wrap .blog_article-entry > .category span {
    font-size: 11px;
    padding: 4px 10px;
    margin: 3px 5px 0 0;
  }
}
@media screen and (max-width: 863.1px) {
  #movie-blog .blog_area .blog_area-wrap .blog_article-entry > .category span:last-of-type {
    margin: 3px 0 0 0;
  }
}
#movie-blog .blog_area .blog_area-wrap .blog_article-thumbnail {
  margin: 0 0 40px;
}
#movie-blog .blog_area .blog_area-wrap .blog_article-thumbnail img {
  width: 100%;
  height: auto;
}
#movie-blog .blog_area .blog_area-wrap .blog_article-txt p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 20px;
  line-height: 1.8;
  color: #000000;
  margin: 20px 0;
  font-weight: normal;
}
@media screen and (max-width: 863.1px) {
  #movie-blog .blog_area .blog_area-wrap .blog_article-txt p {
    font-size: 14px;
  }
}
#movie-blog .blog_area .blog_area-wrap .blog_article-txt p > iframe {
  width: 100%;
  height: 550px;
}
@media screen and (max-width: 863.1px) {
  #movie-blog .blog_area .blog_area-wrap .blog_article-txt p > iframe {
    height: 200px;
  }
}
#movie-blog .blog_area .blog_area-wrap .blog_article-txt > iframe {
  width: 100%;
  height: 550px;
}
@media screen and (max-width: 863.1px) {
  #movie-blog .blog_area .blog_area-wrap .blog_article-txt > iframe {
    height: 200px;
  }
}
#movie-blog .blog_area .blog_area-wrap .blog_article-txt > blockquote {
  position: relative;
  padding: 10px 60px 10px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-style: italic;
  background: #f5f5f5;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  border-left: 4px solid #9bd3ff;
  color: #555;
  margin: 0 0 30px;
  width: 80%;
}
@media screen and (max-width: 863.1px) {
  #movie-blog .blog_area .blog_area-wrap .blog_article-txt > blockquote {
    padding: 10px 35px 8px 35px;
    border-left: 2px solid #9bd3ff;
    width: 90%;
  }
}
#movie-blog .blog_area .blog_area-wrap .blog_article-txt > blockquote:before {
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 18px;
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  color: #9bd3ff;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}
@media screen and (max-width: 863.1px) {
  #movie-blog .blog_area .blog_area-wrap .blog_article-txt > blockquote:before {
    top: 8px;
    left: 8px;
    font-size: 20px;
  }
}
#movie-blog .blog_area .blog_area-wrap .blog_article-txt > blockquote:after {
  display: inline-block;
  position: absolute;
  bottom: 18px;
  right: 18px;
  content: "\f10e";
  font-family: "Font Awesome 5 Free";
  color: #9bd3ff;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}
@media screen and (max-width: 863.1px) {
  #movie-blog .blog_area .blog_area-wrap .blog_article-txt > blockquote:after {
    bottom: 8px;
    right: 8px;
    font-size: 20px;
  }
}
#movie-blog .blog_area .blog_area-wrap .blog_article-txt > blockquote > p {
  padding: 0;
  margin: 35px 0;
  line-height: 1.7;
  font-size: 16px;
  overflow-wrap: break-word;
}
@media screen and (max-width: 863.1px) {
  #movie-blog .blog_area .blog_area-wrap .blog_article-txt > blockquote > p {
    margin: 10px 0;
    font-size: 14px;
    line-height: 1.3;
  }
}
#movie-blog .blog_area .blog_area-wrap .blog_article-txt > blockquote > cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
#movie-blog .blog_area .blog_area-wrap .blog_article-txt .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#movie-blog .blog_area .blog_area-wrap .blog_article-txt .alignright {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
#movie-blog .blog_area .blog_area-wrap .blog_article-txt .alignleft {
  display: block;
  margin-left: 0;
  margin-right: auto;
}
#movie-blog .blog_area .blog_area-wrap .blog_article-txt > ul {
  background: #f5f5f5;
  color: #555;
  margin: 0 0 30px;
  padding: 30px 20px;
  border: 4px solid #cfcfcf;
}
@media screen and (max-width: 863.1px) {
  #movie-blog .blog_area .blog_area-wrap .blog_article-txt > ul {
    border: 2px solid #cfcfcf;
    padding: 15px 10px;
    margin: 0;
  }
}
#movie-blog .blog_area .blog_area-wrap .blog_article-txt > ul li {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 2;
  color: #000;
  font-weight: normal;
  overflow-wrap: break-word;
}
@media screen and (max-width: 863.1px) {
  #movie-blog .blog_area .blog_area-wrap .blog_article-txt > ul li {
    font-size: 14px;
    line-height: 1.3;
    margin: 0 0 5px;
  }
}
#movie-blog .blog_area .blog_area-wrap .blog_article-txt > ul li:last-child {
  margin: 0 0 0;
}
#movie-blog .blog_area .blog_area-wrap .blog_article-nav {
  margin: 70px auto 90px;
}
#movie-blog .blog_area .blog_area-wrap .blog_article-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#movie-blog .blog_area .blog_area-wrap .blog_article-nav ul li {
  width: 298px;
  max-width: 30%;
  font-size: 25px;
  background-color: #0D1D34;
  border-radius: 20px;
}
@media screen and (max-width: 863.1px) {
  #movie-blog .blog_area .blog_area-wrap .blog_article-nav ul li {
    border-radius: 10px;
    width: 210px;
    font-size: 16px;
    max-width: 70%;
    background-color: #fff;
  }
}
#movie-blog .blog_area .blog_area-wrap .blog_article-nav ul li a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #fff;
  font-weight: 600;
  display: block;
  width: 100%;
  line-height: 70px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 863.1px) {
  #movie-blog .blog_area .blog_area-wrap .blog_article-nav ul li a {
    line-height: 40px;
  }
}
#movie-blog .blog_area .blog_area-wrap .blog_article-nav ul li:first-child {
  background-image: url("../../img/movie/blog/prev.png");
  background-size: contain;
  background-size: 18px 25px;
  background-repeat: no-repeat;
  background-position: 10% center;
}
@media screen and (max-width: 863.1px) {
  #movie-blog .blog_area .blog_area-wrap .blog_article-nav ul li:first-child {
    background-image: none;
    width: 40px;
    height: 40px;
  }
}
#movie-blog .blog_area .blog_area-wrap .blog_article-nav ul li:nth-child(2) {
  background-color: #0D1D34;
}
#movie-blog .blog_area .blog_area-wrap .blog_article-nav ul li:last-child {
  background-image: url("../../img/movie/blog/next.png");
  background-size: 18px 25px;
  background-repeat: no-repeat;
  background-position: 90% center;
}
@media screen and (max-width: 863.1px) {
  #movie-blog .blog_area .blog_area-wrap .blog_article-nav ul li:last-child {
    background-image: none;
    width: 40px;
    height: 40px;
  }
}
#movie-blog .blog_area .blog_area-wrap .blog_article-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 110px 0 70px;
}
@media screen and (max-width: 863.1px) {
  #movie-blog .blog_area .blog_area-wrap .blog_article-sns {
    margin: 100px 0 36px;
  }
}
#movie-blog .blog_area .blog_area-wrap .blog_article-sns li {
  width: 47px;
  margin: 0 24px 0 0;
}
@media screen and (max-width: 863.1px) {
  #movie-blog .blog_area .blog_area-wrap .blog_article-sns li {
    width: 34px;
    margin: 0 19px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#movie-blog .blog_area .blog_area-wrap .blog_article-sns li a {
  display: block;
  width: 100%;
}
#movie-blog .blog_area .blog_area-wrap .blog_article-form {
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 863.1px) {
  #movie-blog .blog_area .blog_area-wrap .blog_article-form {
    margin: 70px auto 0;
  }
}
#movie-blog .blog_area .blog_area-wrap .blog_article-form p {
  font-family: corporate-logo-ver2, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #E82115;
  font-weight: 600;
  font-size: 30px;
  margin: 0 auto 15px;
}
@media screen and (max-width: 863.1px) {
  #movie-blog .blog_area .blog_area-wrap .blog_article-form p {
    font-size: 24px;
    line-height: 30px;
  }
}
#movie-blog .blog_area .blog_area-wrap .blog_article-form .form-btn {
  margin: auto;
}
#movie-blog .blog_area .blog_area-wrap .blog_side {
  width: 335px;
  max-width: 26%;
  padding: 0 1px;
}
@media screen and (max-width: 863.1px) {
  #movie-blog .blog_area .blog_area-wrap .blog_side {
    width: 90%;
    max-width: 90%;
    margin: auto;
  }
}
#movie-blog .blog_area .blog_area-wrap .blog_side .ttl {
  color: #0D1D34;
  font-size: 32px;
  font-weight: 600;
  font-family: corporate-logo-ver2, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  border-bottom: 3px solid #0D1D34;
  padding: 0 0 15px;
}
@media screen and (max-width: 863.1px) {
  #movie-blog .blog_area .blog_area-wrap .blog_side .ttl {
    font-size: 25px;
  }
}
#movie-blog .blog_area .blog_area-wrap .blog_side ul {
  margin: 15px 0 80px;
}
@media screen and (max-width: 863.1px) {
  #movie-blog .blog_area .blog_area-wrap .blog_side ul {
    margin: 15px 0 40px;
  }
}
#movie-blog .blog_area .blog_area-wrap .blog_side ul li {
  font-size: 21px;
  color: #0D1D34;
  padding: 15px 0;
  font-weight: 600;
}
@media screen and (max-width: 863.1px) {
  #movie-blog .blog_area .blog_area-wrap .blog_side ul li {
    font-size: 20px;
  }
}
#movie-blog .blog_area .blog_area-wrap .blog_side ul li a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
#movie-blog .blog_area .blog_area-wrap .blog_side-recom {
  margin: 30px 0 70px;
}
@media screen and (max-width: 863.1px) {
  #movie-blog .blog_area .blog_area-wrap .blog_side-recom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 30px 0;
  }
}
#movie-blog .blog_area .blog_area-wrap .blog_side-recom .thumbnail {
  width: 100%;
  max-height: 188px;
  overflow: hidden;
}
@media screen and (max-width: 863.1px) {
  #movie-blog .blog_area .blog_area-wrap .blog_side-recom .thumbnail {
    width: 50%;
    max-height: auto;
  }
}
#movie-blog .blog_area .blog_area-wrap .blog_side-recom .thumbnail img {
  width: 100%;
  height: auto;
}
#movie-blog .blog_area .blog_area-wrap .blog_side-recom .blogttl {
  color: #0D1D34;
  font-size: 21px;
  font-weight: 600;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  word-wrap: break-word;
  margin: 20px 0 0;
}
@media screen and (max-width: 863.1px) {
  #movie-blog .blog_area .blog_area-wrap .blog_side-recom .blogttl {
    font-size: 16px;
    width: 45%;
    margin: 0;
  }
}
#movie-blog .blog_area .blog_area-wrap .blog_side-banner {
  margin: 160px 0;
}
@media screen and (max-width: 863.1px) {
  #movie-blog .blog_area .blog_area-wrap .blog_side-banner {
    margin: 50px auto 70px;
  }
}
#movie-blog .blog_area .blog_area-wrap .blog_side-banner img {
  width: 100%;
}

#toc_container {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px !important;
  width: 100% !important;
  padding: 20px !important;
  margin: 60px 0 !important;
}
@media screen and (max-width: 863.1px) {
  #toc_container {
    font-size: 14px !important;
  }
}

#toc_container a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

#toc_container ul ul {
  margin-left: 0.5em !important;
  margin-bottom: 0.8rem;
}

#toc_container p.toc_title + ul.toc_list {
  line-height: 1.8;
}

.anime {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.poyopoyo {
  -webkit-animation-name: poyopoyo;
          animation-name: poyopoyo;
}

@-webkit-keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50%, 70% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50%, 70% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
.kakukaku {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation: kakukaku 2s infinite;
          animation: kakukaku 2s infinite;
}

@-webkit-keyframes kakukaku {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  51% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  99% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes kakukaku {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  51% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  99% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.rc-anchor-normal-footer {
  z-index: 999;
}

.fadein {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s, visibility 1s;
  transition: transform 1s, opacity 1s, visibility 1s, -webkit-transform 1s;
}

.is-fadein {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.inv-recaptcha-holder {
  display: none;
}

@-webkit-keyframes sdown {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@keyframes sdown {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@-webkit-keyframes animate-svg-stroke {
  0% {
    stroke-dashoffset: 307.8447875977px;
    stroke-dasharray: 307.8447875977px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 307.8447875977px;
  }
}
@keyframes animate-svg-stroke {
  0% {
    stroke-dashoffset: 307.8447875977px;
    stroke-dasharray: 307.8447875977px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 307.8447875977px;
  }
}
.show {
  -webkit-animation-name: showAnime;
          animation-name: showAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  z-index: 999;
  position: relative;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media screen and (max-width: 863.1px) {
  .show {
    -webkit-animation-name: showAnimeSp;
            animation-name: showAnimeSp;
  }
}

@-webkit-keyframes showAnime {
  from {
    right: -200px;
  }
  to {
    right: 0;
    @media screen and (max-width: 863.1px) {
      bottom: 0%;
    }
  }
}

@keyframes showAnime {
  from {
    right: -200px;
  }
  to {
    right: 0;
    @media screen and (max-width: 863.1px) {
      bottom: 0%;
    }
  }
}
@-webkit-keyframes showAnimeSp {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0%;
  }
}
@keyframes showAnimeSp {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0%;
  }
}