<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, figure, iframe, img {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

ul, ol {
  list-style: none; }

.spElem {
  display: none; }

/* ----- structure ----- */
.contentsWrapper {
  background: #171009;
  color: #b1aeae;
  font-size: 17px;
  font-family: '凸版文久明朝 R'; }
  .contentsWrapper .inner {
    max-width: 960px;
    margin: 0 auto;
    position: relative; }
  .contentsWrapper p {
    text-align: justify;
    text-justify: inter-ideograph; }

.contents-header {
  background: url(../img/head_bg.jpg) top center no-repeat;
  background-size: 1499px auto; }
  .contents-header .logo {
    padding: 235px 0 0 40px; }
  .contents-header .oa {
    text-align: center; }
    .contents-header .oa img {
      width: 662px; }
  .contents-header .lead {
    margin-top: 60px;
    border: 2px solid #7b6c28;
    padding: 4px; }
    .contents-header .lead dl {
      padding: 32px 64px;
      border: 2px solid #7b6c28; }
      .contents-header .lead dl dt {
        font-size: 24px;
        font-weight: bold; }
        .contents-header .lead dl dt span {
          color: #f6b900; }
      .contents-header .lead dl dd {
        line-height: 2.1;
        text-align: justify;
        text-justify: inter-ideograph; }

.cast-title {
  text-align: center;
  color: #e4ab02;
  font-size: 20px;
  border: 2px solid #7b6c28;
  padding: 4px;
  width: 538px; }
  .cast-title span {
    display: block;
    border: 2px solid #7b6c28;
    padding: 8px 0; }

.part1 p,
.part2 p {
  margin-top: 32px;
  padding: 0 90px 0 75px;
  line-height: 1.9; }

.part1 {
  margin-top: 104px;
  background: url(../img/sec1_bg.jpg) top center no-repeat; }
  .part1 .inner {
    padding-top: 813px; }
  .part1 h1 {
    position: absolute;
    width: 613px;
    top: 254px;
    left: -69px;
    z-index: 10; }
  .part1 ul li:first-child {
    position: absolute;
    top: 502px;
    left: 488px;
    z-index: 8; }
  .part1 ul li:last-child {
    position: absolute;
    top: 413px;
    left: 0px;
    z-index: 9; }

.part2 {
  margin-top: 200px;
  padding-bottom: 140px;
  background: url(../img/sec2_bg.jpg) top center no-repeat; }
  .part2 .inner {
    padding-top: 842px; }
  .part2 h1 {
    position: absolute;
    width: 595px;
    top: 298px;
    left: -53px;
    z-index: 10; }
  .part2 ul li:first-child {
    position: absolute;
    top: 536px;
    left: 488px;
    z-index: 9; }
  .part2 ul li:last-child {
    position: absolute;
    top: 445px;
    left: 0px;
    z-index: 8; }

.staff {
  text-align: center;
  padding: 64px 0 85px;
  background: #211d18; }
  .staff h2 {
    color: #f6b900;
    margin-bottom: 32px; }
  .staff dl {
    margin-bottom: 26px;
    display: flex;
    color: #fff; }
    .staff dl dt, .staff dl dd {
      display: inline-block;
      width: 50%;
      line-height: 1.8; }
    .staff dl dt {
      text-align: right;
      padding-right: 16px; }
    .staff dl dd {
      text-align: left;
      padding-left: 16px; }
      .staff dl dd small {
        font-size: 14px; }

.contentsWrapper .banner {
  padding: 24px 0 30px;
  text-align: center; }
  .contentsWrapper .banner a {
    transition: all .3s; }
    .contentsWrapper .banner a:hover {
      opacity: .7; }
    .contentsWrapper .banner a img {
      display: inline;
      width: 600px; }

@media screen and (max-width: 768px) {
  .spElem {
    display: block; }

  .pcElem {
    display: none; }

  .contentsWrapper {
    font-size: 14px; }

  .contents-header {
    background: none; }
    .contents-header .lead {
      width: 94%;
      margin: 32px auto 0;
      border: 1px solid #7b6c28;
      padding: 2px; }
      .contents-header .lead dl {
        padding: 24px 16px;
        border: 1px solid #7b6c28; }
        .contents-header .lead dl dt {
          font-size: 19px; }

  .cast-title {
    font-size: 15px;
    border: 1px solid #7b6c28;
    padding: 2px;
    width: 85%;
    margin: 0 auto; }
    .cast-title span {
      display: block;
      border: 1px solid #7b6c28;
      padding: 8px 0; }

  .part1 p,
  .part2 p {
    width: 85%;
    margin: 12px auto;
    padding: 0;
    line-height: 1.9; }

  figure {
    margin-bottom: 8px; }

  .part1 {
    margin-top: 40px;
    background: none; }
    .part1 .inner {
      padding-top: 0; }

  .part2 {
    margin-top: 32px;
    padding-bottom: 32px;
    background: none; }
    .part2 .inner {
      padding-top: 0; }

  .staff {
    text-align: center;
    padding: 32px 0;
    background: #211d18; }
    .staff h2 {
      margin-bottom: 16px; }
    .staff dl {
      margin-bottom: 14px;
      display: flex;
      color: #fff; }
      .staff dl dt {
        width: 42%;
        padding-right: 8px; }
      .staff dl dd {
        width: 58%;
        padding-left: 8px; }
        .staff dl dd small {
          font-size: 12px; }

  .contentsWrapper .banner {
    padding: 20px; }
    .contentsWrapper .banner a img {
      width: 96%; } }

/*# sourceMappingURL=style.css.map */
</pre></body></html>