<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: #1a1a1a;
}

#box_1400 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 5% 3% 5%;
}

.icon {
  color: #fff;
}

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

#navi_block {
  width: 100%;
  background: #FFC880;
}

#date_navi {
  width: 100%;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#date_navi div {
  min-width: 10%;
  padding: 1% 2%;
  background: #FFC880;
  cursor: pointer;
}

.date_pad {
  margin-left: 5%;
}

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

.button {
  transition: all 1s;
}

.fa-circle-right {
  transition: all 0.3s;
}

.role {
  transform: rotate(90deg) !important;
  color: #0000ee !important;
  transition: all 0.5s;
}

.active {
  color: #0000ee !important;
  transition: all 1s;
}

.m_det {
  width: calc(55.8% - 4px);
  padding: 0 0 0 2%;
  border-top: none;
  margin: 0 auto;
}

#m_det div {
  width: 50%;
  font-weight: bold;
  padding: 0.5% 0;
  margin: 0 auto;
  text-align: center;
}

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

#m_det div p a {
  text-decoration: none;
}

.d_time_zone {
  margin-right: 2%;
}

.d_time {
  margin-right: 2%;
}

.d_title {
  margin: 0;
}

.date {
  background: #FFC880;
  width: 99%;
  padding: 0% 0 0% 1%;
  position: sticky;
  top: 0px;
}

.wrapper {
  width: 98%;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto auto auto auto;
  margin-bottom: 5%;
  padding-right: 2%;
  padding-bottom: 2%;
  background: #fff;
}

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

.img_size {
  width: 93%;
}

.m_title {
  margin: 4% 0 2% 2%;
  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: #FFDFB4;
  border-radius: 8px;
  padding: 0 1% 0 1%;
}

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

.item {
  background: lightgray;
  width: 98%;
  padding: 1%;
  font-weight: bold;
  margin-top: 8%;
}

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

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

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

.tver_text {
  color: #fff;
  text-align: center;
  font-size: x-large;
}

.tver_img {
  padding: 1% 20%;
}

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

#page_top:hover {
  opacity: 0.6;
}

/* 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縺ｸ謌ｻ繧九�繧ｿ繝ｳ */

.detail {
  width: 150%;
  margin-left: 28%;
  background: yellowgreen;
}


@media screen and (max-width: 768px) {
  #box_1400 {
    padding: 0 2% 5% 2%
  }

  .movie {
    margin: 0 auto 10% auto;
  }

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

  #date_navi {
    padding: 1% 0;
  }

  #date_navi div {
    padding: 3% 2%;
  }

  .button {
    padding: 0 12%;
    color: black;
  }

  .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%;
    padding-right: 0;
  }

  .date {
    font-size: larger;
    margin-top: 5%;
    padding: 2% 0 2% 1%;
  }

  .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%;
  }

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

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

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

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

  #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>