@charset "UTF-8";
/* 既存を塗り替え */
div.header_inner .pc-r .subnavi {
  background-color: #9F418A;
}
div.dropnavi > ul > li ul.depth2 {
  background: rgba(159, 65, 138, 0.8);
}
body {
  background-color: #fff;
}
#sp-menu, div.header_inner .sp-r {
  display: none;
}
/* ここまで */
html, body, #main {
  height: 100%;
}
#pagetop, #footer, .pankuzu, h1 {
  display: none;
}
#wholewrapper {
  border: 20px #fff solid;
  height: 100%;
  border-radius: 40px 120px;
  background-image: url("../media/images/movie/img_bg_pc.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #wholewrapper {
    border: 15px #fff solid;
    border-radius: 27px 75px 27px 75px;
  }
}
#wholewrapper .head-sp {
  diplay: none;
}
@media screen and (max-width: 767px) {
  #wholewrapper .head-sp {
    width: 48.98%;
  }
}
#wholewrapper #main #logo_kg_wt {
  display: none;
}
@media screen and (max-width: 979px) {
  #wholewrapper #main #logo_kg_wt {
    display: block;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    width: 45%;
    margin: 0 auto;
  }
  #wholewrapper #main #logo_kg_wt img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #wholewrapper #main #logo_kg_wt {
    display: block;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    width: 77.22%;
    margin: 0 auto;
  }
  #wholewrapper #main #logo_kg_wt img {
    width: 100%;
    height: auto;
  }
}
#wholewrapper #header {
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  #wholewrapper #header {
    margin-top: 20px;
  }
}
#wholewrapper #header .dropnavi {
  margin-top: 20px;
}
#wholewrapper #logo80th {
  position: absolute;
  top: 0px;
  left: 3.57%;
}
@media screen and (max-width: 979px) {
  #wholewrapper #logo80th {
    top: 37px;
  }
}
@media screen and (max-width: 767px) {
  #wholewrapper #logo80th {
    top: 0px;
    width: 28.98%;
  }
}
#wholewrapper .content {
  width: 92.85%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 186px;
}
@media screen and (max-width: 979px) {
  #wholewrapper .content {
    display: block;
    justify-content: center;
    height: 16px;
    top: 50%;
    bottom: auto;
  }
}
@media screen and (max-width: 767px) {
  #wholewrapper .content {
    display: block;
    justify-content: center;
    height: 16px;
    top: 40%;
    bottom: auto;
  }
}
#wholewrapper .content .catch {
  padding-top: 30px;
  width: 444px;
  position: absolute;
  left: 0px;
}
@media screen and (max-width: 979px) {
  #wholewrapper .content .catch {
    padding: 0;
    margin: 0 auto 10px;
    width: 83.17%;
    position: relative;
    left: 0px;
  }
  #wholewrapper .content .catch img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #wholewrapper .content .catch {
    padding: 0;
    margin: 0 auto 10px;
    width: 83.17%;
    position: relative;
    left: 0px;
  }
  #wholewrapper .content .catch img {
    width: 100%;
  }
}
#wholewrapper .content .movie {
  width: 300px;
  position: absolute;
  right: 0px;
}
#wholewrapper .content .movie a {
  display: block;
  text-indent: -9999px;
  width: 300px;
  height: 84px;
  background-image: url("../media/images/movie/movie.svg?3");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  margin-bottom: 24px;
}
#wholewrapper .content .movie a:hover {
  background-image: url("../media/images/movie/movie_hover.svg?3");
}
#wholewrapper .content .movie .logo_kg {
  width: 300px;
}
#wholewrapper .content .movie .logo_kg img {
  width: 100%;
}
@media screen and (max-width: 979px) {
  #wholewrapper .content .movie {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #wholewrapper .content .movie {
    display: none;
  }
}
#wholewrapper .content .movie-sp {
  width: 100%;
  text-align: center;
}
@media print, screen and (min-width: 980px) {
  #wholewrapper .content .movie-sp {
    display: none;
  }
}
#wholewrapper .content .movie-sp img {
  width: 50%;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  #wholewrapper .content .movie-sp img {
    width: 83.17%;
    margin-top: 0;
  }
}
/*# sourceMappingURL=./movie.css.map */