@charset "UTF-8";
body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: '游ゴシック体', 'YuGothic', '游ゴシック', 'Yu Gothic'; }

* {
  box-sizing: border-box; }

h1, h2, p, ul, li, ol, dl, dt, dd {
  margin: 0;
  padding: 0; }

html {
  font-size: 62.5%; }

body {
  font-size: 3rem; }

.content {
  overflow: hidden;
  position: relative; }

.heading__main {
  min-width: 100vw;
  min-height: 100vh;
  z-index: 0; }

.heading__main__img {
  width: 130%; }

.heading__sub {
  position: absolute;
  z-index: 2;
  top: 5rem;
  left: 3rem; }

.heading__sub__img {
  height: 50%; }

.nav-bar {
  width: 100%;
  height: 16rem;
  position: fixed;
  background-color: #fff;
  box-shadow: 0px 1px 1px 0px #e1e1e1;
  -moz-box-shadow: 0px 1px 1px 0px #e1e1e1;
  -webkit-box-shadow: 0px 1px 1px 0px #e1e1e1;
  z-index: 100; }

.title-logo {
  margin-top: 6rem;
  margin-left: 6rem; }

.title-logo__img {
  height: 7rem; }

.top-content {
  margin: 0;
  padding: 0 6rem; }

.main-content {
  margin: 30rem 0 0;
  padding: 0 6rem; }
  .main-content .txt-right {
    text-align: right; }

.main-content__heading {
  height: 5rem;
  width: auto; }

.main-content__txt {
  padding-bottom: 10rem; }

.box {
  width: 100%;
  margin-bottom: 3rem; }

.container {
  width: 100%;
  margin-top: 10rem; }

.bnr {
  width: 100%; }

.bnr__link {
  width: 100%; }

.bnr__link__img {
  width: 100%; }

.bnr-rectangle {
  text-align: right;
  margin-bottom: 30px; }

.mv-player_s {
  width: 100%; }

.mv-player_s__link__img {
  width: 100%;
  height: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

.bnr-round {
  position: relative;
  right: 0; }

.sub-content {
  padding: 0 6rem;
  bottom: 90px;
  left: 2%;
  z-index: 3; }

.previous-movie__link__img {
  width: 100%; }

.hr {
  width: 100%;
  margin: 5rem 0; }

.footer {
  width: 100%;
  background-color: #eee;
  z-index: 3;
  margin-top: 5rem; }

.copyright {
  width: 100%;
  text-align: center;
  line-height: 60px;
  padding: 5rem 0;
  font-size: 2rem; }

.specialthnx-content {
  right: 2%;
  top: 0; }

.specialthnx {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%; }

.specialthnx__list {
  padding-top: 10rem; }

.specialthnx__list__item {
  text-align: center;
  margin-bottom: 3rem; }

.specialthnx__list__item__link__img {
  width: 40rem; }

.specialthnx__list__item:last-child {
  margin: 0; }

.drawer-hamburger {
  width: 10rem; }

.title-logo__img {
  height: 10rem; }

.title-logo {
  margin-top: 6rem;
  margin-left: 6rem; }

.main-content {
  margin: 30rem 0 0;
  padding: 0 6rem; }

.nav-bar {
  box-shadow: 0px 1px 1px 0px #e1e1e1;
  -moz-box-shadow: 0px 1px 1px 0px #e1e1e1;
  -webkit-box-shadow: 0px 1px 1px 0px #e1e1e1;
  height: 24rem; }

.drawer-hamburger {
  width: 10rem;
  padding-top: 6rem;
  padding-right: 6rem; }

html, body {
  height: 100%; }

#wrap {
  width: 100%;
  position: relative;
  height: auto !important;
  /*IE6対策*/
  height: 100%;
  /*IE6対策*/
  min-height: 100%; }

#contents {
  padding-bottom: 240px;
  /*フッターの高さと同じ*/ }

#footer {
  height: 240px;
  position: absolute;
  bottom: 0; }

/*# sourceMappingURL=style.css.map */