<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(animate.css);
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&amp;amp;display=swap");
/* reset
-------------------------------------------------*/
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

a:link {
  color: #0f0f0f;
}

a:visited {
  color: #0f0f0f;
}

ins {
  color: #000;
  text-decoration: none;
}

mark {
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* common
-------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font: 1.6rem/1.5 sans-serif;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

a:hover {
  opacity: 0.7;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

#page {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  font-family: 'Noto Sans', sans-serif;
  font-weight: normal;
  background-color: #000;
}

/*  header  
-------------------------------------------------*/
.headertop {
  width: 100%;
  height: 114px;
  overflow: hidden;
  background-color: #000;
}

.headertop ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.headertop ul li {
  padding: 10px 0;
}

.headertop_tfm {
  width: 47%;
  height: 114px;
  background-color: #FFF;
  text-align: center;
}

.headertop_tfm img {
  margin-top: 15px;
  width: 200px;
}

.headertop_bw {
  width: 53%;
  height: 114px;
  text-align: center;
  position: relative;
}

.headertop_bw img {
  margin-top: 12px;
  width: 322px;
}

@media screen and (max-width: 899px) {
  .headertop {
    width: 100%;
    height: 50px;
    overflow: hidden;
    background-color: #000;
  }
  .headertop ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .headertop ul li {
    padding: 10px 0;
  }
  .headertop_tfm {
    width: 46%;
    height: 50px;
    background-color: #FFF;
    text-align: center;
  }
  .headertop_tfm img {
    margin-top: 2px;
    width: 90px;
  }
  .headertop_bw {
    width: 54%;
    height: 50px;
    text-align: center;
    position: relative;
  }
  .headertop_bw img {
    margin-top: 1px;
    padding-left: 20px;
    width: 130px;
  }
}

.headertop_bw:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  border: none;
  border-left: solid 5em #FFF;
  border-bottom: solid 8em transparent;
}

@media screen and (max-width: 899px) {
  .headertop_bw:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    border: none;
    border-left: solid 2em #FFF;
    border-bottom: solid 4em transparent;
  }
}

.header {
  background-color: #d80c18;
  position: relative;
}

.header_wrap {
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  width: 1180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  padding: 50px 0;
}

.header_kv {
  width: 460px;
  margin-right: 70px;
}

.header_in {
  padding-top: 35px;
  width: 650px;
}

.header_logo {
  margin-bottom: 40px;
}

.header_list {
  max-width: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_per {
  width: 400px;
  margin-bottom: 20px;
}

.header_per h2 {
  margin-bottom: 10px;
}

.header_per ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_per ul li {
  margin-right: 15px;
}

.header_per ul li span {
  display: block;
  color: #FFF;
  text-align: center;
  padding-top: 10px;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
}

.header_guest {
  width: 226px;
  margin-bottom: 20px;
}

.header_guest h2 {
  margin-bottom: 10px;
}

.header_guest ul li {
  margin-bottom: 10px;
}

.header_guest ul li span {
  display: block;
  color: #FFF;
  text-align: center;
  padding-top: 7px;
  font-size: 1.6rem;
}

@media screen and (max-width: 899px) {
  .header_logo {
    margin: 0 auto 15px;
    text-align: center;
  }
  .header_logo img {
    width: 90%;
    max-width: 634px;
  }
  .header_wrap {
    z-index: 1;
    position: inherit;
    width: 100%;
    display: inherit;
    padding: 20px 0 2px;
    margin-bottom: 20px;
  }
  .header_kv {
    width: 60%;
    margin-right: 0;
    margin: 0 auto;
  }
  .header_in {
    padding-top: 10px;
    width: 100%;
  }
  .header_list {
    padding: 0 10px;
  }
  .header_per {
    width: 66%;
    margin-bottom: 0;
  }
  .header_per h2 img {
    max-width: 160px;
  }
  .header_per ul li {
    margin-right: 10px;
    margin-bottom: 7px;
  }
  .header_per ul li span {
    font-size: 1.2rem;
  }
  .header_guest {
    width: 34%;
    margin-bottom: 0;
  }
  .header_guest h2 img {
    max-width: 80px;
  }
  .header_guest ul li {
    margin-bottom: 10px;
  }
  .header_guest ul li span {
    font-size: 1.2rem;
  }
}

.header_bg {
  position: relative;
  height: 752px;
  background: url(../../img/bg_tex_up.png) repeat-x 0 top;
  z-index: 0;
}

@media screen and (max-width: 899px) {
  .header_bg {
    height: 100%;
    background: url(../../img/bg_tex_up.png) repeat-x 0 top;
    background-size: 800px 98px;
  }
}

.header_bg:after {
  position: absolute;
  bottom: 0;
  content: '';
  width: 100%;
  height: 195px;
  display: block;
  background: url(../../img/bg_tex_down.png) repeat-x 0 bottom;
}

@media screen and (max-width: 899px) {
  .header_bg:after {
    height: 98px;
    background: url(../../img/bg_tex_down.png) repeat-x 0 bottom;
    background-size: 800px 98px;
  }
}

/*  midoko
-------------------------------------------------*/
.midoko {
  padding: 60px 0;
}

.midoko_in {
  margin: 0 auto;
  width: 1200px;
}

.midoko_in h2 {
  text-align: center;
  margin-bottom: 20px;
}

.midoko_in ul {
  margin: 0 auto;
  width: 980px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 899px) {
  .midoko {
    padding: 20px 15px 15px;
  }
  .midoko_in {
    width: 100%;
  }
  .midoko_in ul {
    width: 100%;
    display: inherit;
    text-align: center;
  }
  .midoko_in ul li {
    margin-bottom: 15px;
  }
}

/*  about  
-------------------------------------------------*/
.about {
  padding: 80px 0 0;
  background-color: #111111;
}

.about_in {
  margin: 0 auto;
  width: 1200px;
}

.about_in h2 {
  text-align: center;
  margin-bottom: 20px;
}

.about_in h3 {
  text-align: center;
  margin-top: -60px;
  margin-bottom: 30px;
}

.about_in p {
  text-align: center;
  color: #FFF;
  line-height: 2.2;
  margin-bottom: 60px;
  letter-spacing: 0.1rem;
}

.about_in ul {
  text-align: center;
}

.about_in ul li {
  margin-bottom: 40px;
}

@media screen and (max-width: 899px) {
  .about {
    padding: 40px 0 0;
  }
  .about_in {
    width: 100%;
  }
  .about_in h2 {
    padding: 0 15px;
  }
  .about_in h3 {
    padding: 0 15px;
  }
  .about_in p {
    text-align: left;
    line-height: 1.6;
    margin-bottom: 30px;
    font-size: 1.4rem;
    letter-spacing: 0;
    /*text-align: justify;
        text-justify: inter-ideograph;*/
  }
  .about_in ul li {
    margin-bottom: 10px;
  }
}

.about_bg {
  padding: 0 15px;
  background: url(../../img/bg_tex_down2.png) repeat-x 0 bottom;
  padding-bottom: 80px;
}

@media screen and (max-width: 899px) {
  .about_bg {
    background: url(../../img/bg_tex_down2.png) repeat-x 0 bottom;
    background-size: 800px 98px;
    padding-bottom: 30px;
  }
}

.about_bg:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

/*  present  
-------------------------------------------------*/
.present {
  padding: 90px 0 0;
  background-color: #FFF;
}

.present_in {
  margin: 0 auto;
  width: 1100px;
}

.present_in h2 {
  text-align: center;
  margin-bottom: 60px;
}

.present_in ul {
  margin: 0 auto;
  width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.present_in ul li {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 2.7rem;
  line-height: 2.0;
}

.present_in ul li span {
  color: #d80c18;
}

.present_in ul li:nth-child(2) {
  margin-top: -40px;
}

@media screen and (max-width: 899px) {
  .present {
    padding: 40px 0 0;
  }
  .present_in {
    width: 100%;
  }
  .present_in h2 {
    padding: 0 40px;
    margin-bottom: 20px;
  }
  .present_in ul {
    width: 100%;
    display: inherit;
  }
  .present_in ul li {
    text-align: center;
    margin-bottom: 1px;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .present_in ul li:nth-child(2) {
    margin-top: -20px;
  }
}

.present_bg {
  background: url(../../img/bg_tex_down2.png) repeat-x 0 bottom;
  padding-bottom: 40px;
}

@media screen and (max-width: 899px) {
  .present_bg {
    background: url(../../img/bg_tex_down2.png) repeat-x 0 bottom;
    background-size: 800px 98px;
    padding-bottom: 30px;
  }
}

.present_bg:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

/*  story  
-------------------------------------------------*/
.story {
  padding: 90px 0 0;
  background: url(../../img/bg_tex.png) repeat 0 top;
}

.story_in {
  margin: 0 auto 30px;
  width: 1100px;
}

.story_in h2 {
  text-align: center;
  margin-bottom: 60px;
}

.story_in h3 {
  text-align: center;
  margin-top: -90px;
  margin-bottom: 60px;
  margin-left: -20px;
}

.story_01 {
  color: #FFF;
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.story_01 ul {
  width: 50%;
  line-height: 2.4;
  letter-spacing: 0.1rem;
}

.story_01 ul li {
  margin-bottom: 40px;
}

.story_02 {
  color: #FFF;
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.story_02 ul {
  width: 50%;
  line-height: 2.4;
  letter-spacing: 0.1rem;
}

.story_02 ul li {
  line-height: 1.4;
  margin-bottom: 5px;
}

.story_link {
  color: #FFF;
  width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.story_link ul {
  width: 50%;
  line-height: 2.4;
  letter-spacing: 0.1rem;
}

.story_link ul li {
  margin-bottom: 5px;
}

.story_cinema {
  width: 260px;
  border-right: 2px dotted #FFF;
}

.story_03 {
  width: 100%;
  margin-bottom: 0;
}

.story_ph {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.story_ph li {
  width: 50%;
}

.story_txt {
  padding: 80px 0 30px;
  text-align: center;
}

.story_txt li {
  margin-bottom: 70px;
}

@media screen and (max-width: 899px) {
  .story {
    padding: 40px 0 0;
  }
  .story_in {
    width: 100%;
  }
  .story_in h2 {
    text-align: center;
    margin-bottom: 60px;
    padding: 0 15px;
  }
  .story_in h3 {
    text-align: center;
    margin-top: -80px;
    margin-bottom: 30px;
    margin-left: 0;
    padding: 0 15px;
  }
  .story_01 {
    width: 100%;
    display: inherit;
  }
  .story_01 ul {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .story_01 ul li {
    padding: 0 15px;
    margin-bottom: 20px;
    /*text-align: justify;
          text-justify: inter-ideograph;*/
  }
  .story_mv {
    border-top: 0;
    margin-bottom: 20px;
    position: relative;
    height: 0;
    padding: 30px 0 56.25%;
    overflow: hidden;
  }
  .story_mv iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .story_02 {
    width: 100%;
    display: inherit;
  }
  .story_02 ul {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .story_02 ul li {
    margin-bottom: 10px;
  }
  .story_cast {
    text-align: center;
    line-height: 2.4;
    letter-spacing: 0;
    padding-bottom: 20px;
  }
  .story_link {
    width: 100%;
    display: inherit;
    text-align: center;
  }
  .story_link ul {
    width: 100%;
  }
  .story_link ul li {
    margin-bottom: 0;
  }
  .story_cinema {
    margin: 0 auto;
    width: 90%;
    text-align: center;
    border-top: 2px dotted #FFF;
    border-right: 0px dotted #FFF;
    border-bottom: 2px dotted #FFF;
    padding-bottom: 20px;
  }
  .story_disney {
    padding-top: 20px;
  }
  .story_03 {
    text-align: center;
    padding-bottom: 20px;
  }
  .story_03 ul {
    padding: 0;
    text-align: center;
  }
  .story_ph {
    width: 100%;
    display: inherit;
    margin-bottom: 50px;
  }
  .story_ph li {
    width: 100%;
    margin-bottom: 10px;
  }
  .story_txt {
    padding: 80px 0;
    text-align: center;
  }
  .story_txt li {
    padding: 0 15px;
    margin-bottom: 30px;
  }
}

/*  bnr  
-------------------------------------------------*/
.bnr {
  text-align: center;
  padding: 60px 0 2px 0;
  background-color: #FFF;
}

.bnr img {
  max-width: 411px;
  margin-bottom: 60px;
}

@media screen and (max-width: 899px) {
  .bnr {
    margin: 0 auto 30px;
  }
  .bnr img {
    width: 80%;
    max-width: 411px;
    margin-bottom: 40px;
  }
}

.bnr_bg {
  background: url(../../img/line.png) repeat-x 0 bottom;
}

.bnr_bg:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

/* sns
------------------------------------------------------------*/
.sns {
  margin: 0 auto;
  width: 92px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.sns li img {
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 899px) {
  .sns {
    margin: 0 auto;
    width: 75px;
    height: 60px;
  }
  .sns li img {
    width: 30px;
    height: 30px;
  }
}

/* footer
------------------------------------------------------------*/
.footer {
  background: url(../../img/bg_tex.png) repeat 0 top;
  padding: 20px 0 40px;
}

.footer_inner {
  width: 460px;
  margin: 0 auto;
}

.footer_inner ul {
  margin: 15px 0 20px;
}

.footer_inner address {
  text-align: center;
  font-size: 1.0rem;
  font-style: normal;
  color: #FFF;
  letter-spacing: 0.2rem;
}

@media screen and (max-width: 899px) {
  .footer {
    text-align: center;
    padding: 0 15px;
  }
  .footer_inner {
    width: 100%;
  }
  .footer_inner address {
    font-size: 0.8rem;
    padding: 10px 20px 20px 20px;
    line-height: 1.6;
  }
}

.go-top a {
  position: fixed;
  bottom: 0;
  right: 0;
  background: url(../../img/top.png) no-repeat 0 top;
  width: 65px;
  height: 65px;
  z-index: 3;
}

@media screen and (max-width: 899px) {
  .go-top a {
    background: url(../../img/top.png) no-repeat 0 top;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
  }
}

/* -- UTILITY -- */
.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 899px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */</pre></body></html>