<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header {
  background: url(../img/top/header_bg_re.png) repeat 0 0/15px auto;
}
.header__inner {
  position: relative;
  width: 1080px;
  height: 872px;
  margin: 0 auto;
  padding: 0 60px;
  background: #74544c url(../img/top/header_poster.jpg) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .header__inner {
    width: 100%;
    height: 0;
    padding-top: 120.7%;
    background-image: url(../img/top/sp/header_bg.jpg);
  }
}
.header__logo {
  position: absolute;
  top: 510px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 733px;
}
@media (max-width: 768px) {
  .header__logo {
    top: 4.7%;
    width: 80.4%;
  }
}
.header__catch {
  position: absolute;
  top: 64px;
  right: 98px;
  width: 73px;
}
@media (max-width: 768px) {
  .header__catch {
    top: 27%;
    right: 5.4%;
    width: 9.4%;
  }
}

.topBnr {
  padding-top: 36px;
  padding-bottom: 36px;
}
@media (max-width: 768px) {
  .topBnr {
    padding-top: 24px;
    padding-bottom: 28px;
  }
}

.movie {
  background: url(../img/bg_contents02.png) repeat 0 0/256px 256px;
}
.movie .contents__inner {
  padding-top: 50px;
  padding-bottom: 58px;
}
@media (max-width: 768px) {
  .movie .contents__inner {
    padding-top: 40px;
  }
}
.movie__title {
  text-align: center;
}
.movie__title img {
  height: 30px;
}
.movie__box {
  position: relative;
  max-width: 852px;
  width: 100%;
  margin: 32px auto 0;
  padding: 16px;
  border: 9px solid #fff;
  background-color: #dd6a37;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 768px) {
  .movie__box {
    margin-top: 26px;
    border-width: 5px;
    padding: 8px;
  }
}
.movie__box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 58px;
  background: url(../img/top/bg_movie_l.png) 4px 4px, url(../img/top/bg_movie_r.png) right 4px top 4px;
  background-repeat: no-repeat;
  background-size: 58px 58px;
}
@media (max-width: 768px) {
  .movie__box::before {
    background-position: 2px 2px, right 2px top 2px;
    background-size: 8% auto;
  }
}
.movie__box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 58px;
  background: url(../img/top/bg_movie_l.png) 4px 4px, url(../img/top/bg_movie_r.png) right 4px top 4px;
  background-repeat: no-repeat;
  background-size: 58px 58px;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
@media (max-width: 768px) {
  .movie__box::after {
    background-position: 2px 2px, right 2px top 2px;
    background-size: 8% auto;
  }
}

.contents__slideArea {
  position: relative;
  max-width: 960px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.contents .section {
  padding-top: 64px;
  padding-right: 320px;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media (max-width: 768px) {
  .contents .section {
    padding-top: 32px;
    padding-right: 0;
  }
}
.contents .section__title img {
  height: 36px;
}
@media (max-width: 768px) {
  .contents .section__title img {
    height: 30px;
  }
}
.contents .section.intro {
  grid-area: intro;
}
.contents .section.story {
  grid-area: story;
  padding-bottom: 64px;
}
@media (max-width: 768px) {
  .contents .section.story {
    padding-bottom: 0;
  }
}
.contents .section__text {
  margin-top: 16px;
  font-size: 16px;
}
.contents .section__text p + p {
  margin-top: 1.2em;
}
.contents .section__text--large {
  font-size: 1.375em;
  line-height: 1.45;
}
@media (max-width: 768px) {
  .contents .section__text--large {
    font-size: 1.12em;
  }
}
.contents .section__text--normal {
  line-height: 1.5;
}
.contents .sideImg {
  position: absolute;
  top: 0;
  right: 0;
  width: 297px;
  height: 100%;
  padding: 16px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.contents .sideImg .swiper {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .contents .sideImg {
    display: none;
  }
}
.contents .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.contents .slideImg {
  display: none;
  padding: 16px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 768px) {
  .contents .slideImg {
    display: block;
  }
  .contents .slideImg:not(:first-of-type) {
    margin-top: 32px;
  }
}

.characters {
  background: url(../img/top/bg_characters.jpg) no-repeat center center/cover;
}
.characters .contents__inner {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 768px) {
  .characters .contents__inner {
    padding-top: 28px;
    padding-bottom: 36px;
  }
}
.characters__title img {
  height: 37px;
}
.characters__list {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-grid-columns: (296px)[3];
  grid-template-columns: repeat(3, 296px);
  margin-top: 20px;
}
@media (max-width: 768px) {
  .characters__list {
    -ms-grid-columns: (47.7%)[2];
    grid-template-columns: repeat(2, 47.7%);
  }
}
.characters__list--box {
  position: relative;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.characters__list--box .name {
  position: absolute;
  right: -16px;
  bottom: 8px;
  width: 138px;
}
@media (max-width: 768px) {
  .characters__list--box .name {
    width: 47.4%;
  }
}
.characters__list2 {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-grid-columns: (228px)[4];
  grid-template-columns: repeat(4, 228px);
  margin-top: 24px;
}
@media (max-width: 768px) {
  .characters__list2 {
    -ms-grid-columns: (47.7%)[2];
    grid-template-columns: repeat(2, 47.7%);
    row-gap: 12px;
  }
}
.characters__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .characters__btn {
    display: block;
  }
}
.characters__btn--item {
  width: 49%;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 6px rgba(255, 255, 255, 0.16);
          box-shadow: 0 0 6px rgba(255, 255, 255, 0.16);
}
@media (max-width: 768px) {
  .characters__btn--item {
    width: 100%;
  }
  .characters__btn--item + .characters__btn--item {
    margin-top: 18px;
  }
}

.staff .contents__inner {
  padding-top: 64px;
  padding-bottom: 80px;
}
.staff .section__title {
  text-align: center;
}
.staff .staffList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .staff .staffList {
    display: block;
    margin-top: 16px;
  }
}
.staff .staffList__title {
  padding: 8px 26px 8px 0;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .staff .staffList__title {
    margin-top: 16px;
    padding: 0 0 4px;
    text-align: left;
  }
}
.staff .staffList__name {
  padding: 8px 0 8px 36px;
  border-left: 1px solid #5f3b2d;
}
@media (max-width: 768px) {
  .staff .staffList__name {
    padding: 8px 0 0;
    border-top: 1px solid #5f3b2d;
    border-left: 0;
  }
}
/*# sourceMappingURL=top.css.map */</pre></body></html>