html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 900px; }

* {
  box-sizing: border-box; }

a {
  color: #333; }

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

html {
  font-size: 62.5%; }

body {
  font-size: 1.6rem; }

.content {
  height: 100%;
  overflow: hidden;
  position: relative; }

.heading-content {
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

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

.heading__main__img {
  min-width: 100vw;
  min-height: 100vh; }

.heading__sub {
  min-width: 100vw;
  min-height: 100vh;
  position: absolute;
  z-index: 2; }

.heading__sub__img {
  min-width: 100vw;
  min-height: 100vh; }

.menu-content {
  position: absolute;
  top: 4%;
  right: 2%;
  z-index: 3; }

.menu-item {
  display: inline-block;
  margin-left: 24px; }

.menu-item__link:hover {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.side-content {
  position: absolute;
  bottom: 90px;
  right: 2%;
  z-index: 3; }

.bnr-rectangle {
  text-align: right;
  margin-bottom: 30px; }
  .bnr-rectangle:hover {
    opacity: 0.8;
    filter: alpha(opacity=80); }

.side-content__list__item {
  display: inline-block; }
  .side-content__list__item:hover {
    opacity: 0.8;
    filter: alpha(opacity=80); }

.mv-player_s {
  width: 260px;
  height: 174px;
  margin-left: 24px;
  overflow: hidden;
  position: relative; }

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

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

.sub-content {
  position: absolute;
  bottom: 90px;
  left: 2%;
  z-index: 3; }

.previous-movie:hover {
  opacity: 0.8;
  filter: alpha(opacity=80); }

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  overflow: hidden;
  background-color: #fff;
  z-index: 3; }

.copyright {
  font-size: 1rem;
  margin-left: 1%;
  line-height: 60px; }

.specialthnx-content {
  position: absolute;
  right: 2%;
  top: 0;
  height: 100%; }

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

.specialthnx__list {
  height: 30px; }

.specialthnx__list__item {
  display: inline-block;
  margin-left: 10px; }
  .specialthnx__list__item:hover {
    opacity: 0.8;
    filter: alpha(opacity=80); }

.close-btn {
  position: absolute;
  top: 4%;
  right: 2%;
  z-index: 2;
  cursor: pointer; }

.modal-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.modal-content__txt {
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%; }

.modal-about-content__linktxt {
  margin-top: 16px; }

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