<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  margin: 0;
}

.background {
  background-color: #000000e6;
  margin: 0 auto;
  position: relative;
}

.background::before {
  content: '';
  position: absolute;
  top: 30%;
  bottom: 60%;
  left: 0;
  right: 0;
  background-color: #f7021759;
  transform: skewY(-32deg);
  z-index: 1;
}

.background::after {
  content: '';
  position: absolute;
  top: 60%;
  bottom: 30%;
  left: 0;
  right: 0;
  background-color: #f7021759;
  transform: skewY(40deg);
  z-index: 1;
}

.box_1400 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 2% 0 3% 0;
  position: relative;
  z-index: 50;
}

.icon {
  color: #ffffff;
  margin: 0;
  margin-bottom: 3%;
}

.icon:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f03d';
  font-weight: 900;
  padding-right: 5px;
}

#navi-block {
  width: 100%;
}

#date_navi {
  width: 100%;
  height: 60px;
  display: grid;
  grid-template-columns: 15% 15% 15%;
  font-weight: bold;
}

.button {
  background: #00269d;
  font-size: initial;
  font-weight: bold;
  border: solid 0.5px #f5f5f5;
  text-align: left;
  padding: 0 16%;
  color: #ffffff;
}

.date_pad {
  margin-left: 5%;
}

.block {
  background: none;
  border: none;
}

.role {
  transform: rotate(90deg) !important;
  transition: 0.6s;
}


.active {
  background: #00269d73 !important;
}

.m_det {
  width: 42.9%;
  padding: 0 0 0 2%;
  border: solid 0.5px #ffffff;
  border-top: none;
}

#m_det div {
  width: 100%;
  font-weight: bold;
  padding: 0.5% 0;
}

#m_det div p {
  margin: 1% 0;
  text-decoration: underline;
}

#m_det div p a {
  color: #ffffff;
  border-bottom: none !important;
}

.d_time_zone {
  margin-right: 2%;
}

.d_time {
  margin-right: 2%;
}

.d_title {
  margin: 0;
}

.date {
  background: #00269d;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  color: #ffffff;
  padding: 0.5% 0;
}

.date span {
  margin-left: 1%;
}

.movie::before {
  content: '';
  display: block;
  padding-top: 2.5rem;
  margin-top: -2.5rem;
}

.wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto auto auto auto;
  background: ghostwhite;
}

.wrapper div {
  padding-right: 3%;
}

.img {
  grid-row: 1/4;
  grid-column: 1;
}

.img_size {
  width: 93%;
}

.m_title {
  margin-left: 1%;
  border-left: 15px solid;
  padding-left: 2%;
  font-weight: bold;
}

.title {
  font-size: xx-large;
  margin: 1% 0;
}

.time {
  margin: 0;
  font-size: 150%;
}

.zone {
  font-size: 60%;
  margin-right: 1%;
}

.start {
  background: #fa0d0d94;
  border-radius: 8px;
  padding: 0 1% 0 1%;
}

.naiyo {
  grid-column: 2;
  grid-row: 1;
}

.item {
  background: #00269d;
  width: 100%;
  font-weight: bold;
  padding: 1% 0;
  color: #ffffff;
}

.item span {
  margin-left: 2%;
}

.shutuen {
  grid-column: 2;
  grid-row: 2;
}

.kantoku {
  grid-column: 2;
  grid-row: 3;
}

.arasuzi {
  grid-column: 2;
  grid-row: 4;
}

/* top縺ｸ謌ｻ繧九�繧ｿ繝ｳ */
#page_top {
  width: 100px;
  height: 100px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #00269d;
  border-radius: 50%;
  opacity: 1;
}

/* Font Awesome */
#page_top::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 50px;
  color: #ffffff;
  position: absolute;
  width: 40px;
  height: 55px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/* 縺薙％縺ｾ縺ｧtop縺ｸ謌ｻ繧九�繧ｿ繝ｳ */

.i-b {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .background::before {
    content: '';
    position: absolute;
    background-color: unset;
  }
  
  .background::after {
    content: '';
    position: absolute;
    background-color: unset;
  }

  .movie {
    margin: 0 2%;
  }

  .icon {
    font-size: 120%;
    margin-left: 2%;
  }

  #date_navi {
    width: 100%;
    height: 50px;
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
    text-align: center;
  }

  .button {
    font-size: 85%;
    padding: 0 10%;
  }

  .block {
    background: #BFBFFF;
    border: solid 0.5px #f5f5f5;
  }

  .m_det {
    width: 94.8%;
    margin-left: 1px;
    padding: 0 0 0 4%;
  }

  #m_det div {
    width: 97%;
  }

  #m_det div p {
    font-size: 90%;
  }

  .wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto auto auto auto;
    margin-bottom: 2%;
  }

  .date {
    font-size: larger;
    margin-top: 5%;
  }

  .date span {
    margin-left: 3%;
  }

  .wrapper div {
    padding-right: 0%;
  }

  .item {
    margin: 3% 0 0 0;
  }

  .img {
    grid-row: 1;
    grid-column: 1;
  }

  .img_size {
    width: 100%;
  }

  .title {
    font-size: larger;
  }

  .time {
    font-size: 100%;
  }

  .start {
    font-size: 130%;
  }

  .small {
    font-size: smaller;
    padding: 2%;
    margin: 0;
  }

  .naiyo {
    grid-column: 1;
    grid-row: 2;
  }

  .shutuen {
    grid-column: 1;
    grid-row: 3;
  }

  .kantoku {
    grid-column: 1;
    grid-row: 4;
  }

  .arasuzi {
    grid-column: 1;
    grid-row: 5;
  }

  /* 繧ｹ繝槭�top縺ｸ謌ｻ繧九�繧ｿ繝ｳ */
  #page_top {
    width: 48px;
    height: 48px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: #00269d;
    border-radius: 50%;
    opacity: 0.9;
  }

  #page_top::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 30px;
    color: #ffffff;
    position: absolute;
    width: 33px;
    height: 35px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }

  /* 縺薙％縺ｾ縺ｧ繧ｹ繝槭�top縺ｸ謌ｻ繧九�繧ｿ繝ｳ */


}</pre></body></html>