<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

body {
  background: -moz-linear-gradient(to bottom, #13007C, #000040);
  background: -webkit-linear-gradient(to bottom, #13007C, #000040);
  background: linear-gradient(to bottom, #13007C, #000040);
  height: 1150px;
  color: #fff;
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; }
  @media only screen and (max-width: 767px) {
    body {
      height: 1470px; } }
  @media only screen and (min-width: 768px) {
    body {
      height: 1290px; } }

.hero {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .hero {
      height: 150px; }
      .hero img {
        width: 80%; } }
  @media only screen and (min-width: 768px) {
    .hero {
      height: 280px; } }
  .hero .block {
    display: flex;
    flex-direction: column; }

.wrap {
  text-align: center;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .wrap {
      width: 370px;
      margin: 0 auto 10px; } }
  @media only screen and (min-width: 768px) {
    .wrap {
      margin: 0 auto 10px;
      width: 984px; } }

@media only screen and (min-width: 768px) {
  .frame_sp {
    display: none; } }

@media only screen and (max-width: 767px) {
  .frame_pc {
    display: none; } }

.nav {
  position: absolute;
  list-style: none;
  display: flex;
  padding: 0; }
  @media only screen and (max-width: 767px) {
    .nav {
      margin: 0 auto;
      top: 0.6%;
      left: 4%;
      width: 94%; } }
  @media only screen and (min-width: 768px) {
    .nav {
      margin: 0;
      top: 2%;
      left: 3.5%; } }
  .nav li {
    margin-right: 5px; }
    .nav li:hover {
      opacity: 0.9; }

.content {
  position: absolute; }
  @media only screen and (max-width: 767px) {
    .content {
      top: 4.3%;
      left: 9.3%;
      width: 300px; } }
  @media only screen and (min-width: 768px) {
    .content {
      top: 12.2%;
      left: 4.4%;
      width: 675px; } }

.content_item {
  cursor: pointer; }
  .content_item:hover {
    opacity: 0.8; }

.image {
  position: absolute;
  border-radius: 20px;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .image {
      width: 300px;
      height: 180px; } }
  @media only screen and (min-width: 768px) {
    .image {
      width: 675px;
      height: 405px; } }
  .image .inner {
    position: relative;
    display: inline-block;
    line-height: 0;
    overflow: hidden;
    border-radius: 20px; }
    .image .inner::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      box-shadow: inset 0px 0px 8px 5px rgba(0, 0, 0, 0.5);
      border-radius: 20px; }

.info {
  text-align: left; }
  @media only screen and (max-width: 767px) {
    .info {
      margin: 15px 0 0;
      padding: 180px 5px 0; } }
  @media only screen and (min-width: 768px) {
    .info {
      margin: 10px 0 0;
      padding-top: 405px; } }
  .info .event_title {
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .info .event_title {
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 5px; } }
    @media only screen and (min-width: 768px) {
      .info .event_title {
        font-size: 24px;
        margin: 0; } }
  .info .cast {
    margin: 0;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .info .cast {
        font-size: 13px; } }
    @media only screen and (min-width: 768px) {
      .info .cast {
        font-size: 19.6px; } }
  .info .description {
    margin: 5px 0 0;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .info .description {
        font-size: 12px;
        line-height: 21px; } }
    @media only screen and (min-width: 768px) {
      .info .description {
        font-size: 10.7px;
        line-height: 18px; } }
  .info a {
    text-decoration: none;
    color: #fff; }

.banner {
  position: absolute; }
  @media only screen and (max-width: 767px) {
    .banner {
      bottom: 41.5%;
      left: 9.3%;
      width: 300px; } }
  @media only screen and (min-width: 768px) {
    .banner {
      width: 690px;
      bottom: 2.8%;
      left: 3.5%; } }
  .banner .banner_inner {
    display: flex; }
  .banner .item {
    position: relative; }
    @media only screen and (max-width: 767px) {
      .banner .item {
        width: 300px;
        height: 116px; } }
    @media only screen and (min-width: 768px) {
      .banner .item {
        width: 231px;
        height: 89px; }
        .banner .item:hover {
          -ms-filter: brightness(1.2);
          -webkit-filter: brightness(1.2);
          filter: brightness(1.2); } }
    .banner .item .frame {
      position: relative;
      z-index: 99;
      background-image: url("../img/frame_banner.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: top left; }
      @media only screen and (max-width: 767px) {
        .banner .item .frame {
          width: 300px;
          height: 116px; } }
      @media only screen and (min-width: 768px) {
        .banner .item .frame {
          width: 231px;
          height: 89px; } }
    .banner .item p {
      position: absolute;
      top: 0;
      left: 2.6%;
      z-index: 2;
      background: #000;
      border-bottom: #fc09fc solid 1px;
      width: 92%;
      margin: 0 auto;
      color: #fff; }
      @media only screen and (max-width: 767px) {
        .banner .item p {
          padding: 20px 0 0; } }
      @media only screen and (min-width: 768px) {
        .banner .item p {
          padding: 10px 0 0; } }
    .banner .item .pic {
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      z-index: 1; }
      @media only screen and (max-width: 767px) {
        .banner .item .pic {
          bottom: 8%;
          width: 283px;
          height: 63px;
          overflow: hidden; } }
      @media only screen and (min-width: 768px) {
        .banner .item .pic {
          bottom: 7%;
          width: 215px;
          height: 49px;
          overflow: hidden; } }
      .banner .item .pic img {
        border-radius: 0 0 5px 5px / 0 0 5px 5px;
        border-radius: 0 0 5px 5px / 0 0 5px 5px; }

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -5px; }

.prev-arrow {
  left: -13px;
  width: 13px;
  height: 13px;
  border-top: 3px solid #fd4fff;
  border-right: 3px solid #fd4fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  filter: drop-shadow(0 0 3px #fa78ff);
  cursor: pointer; }
  .prev-arrow:hover {
    border-top: 3px solid #fcb7ff;
    border-right: 3px solid #fcb7ff; }

.next-arrow {
  right: -13px;
  width: 13px;
  height: 13px;
  border-top: 3px solid #fd4fff;
  border-right: 3px solid #fd4fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  filter: drop-shadow(0 0 3px #fa78ff);
  cursor: pointer; }
  .next-arrow:hover {
    border-top: 3px solid #fcb7ff;
    border-right: 3px solid #fcb7ff; }

.twitter_area {
  position: absolute; }
  @media only screen and (max-width: 767px) {
    .twitter_area {
      bottom: 1.5%;
      left: 4.3%; } }
  @media only screen and (min-width: 768px) {
    .twitter_area {
      top: 12%;
      right: 3%; } }
  .twitter_area .twitter_sp {
    background: #000; }
    @media only screen and (max-width: 767px) {
      .twitter_area .twitter_sp .twitter-widget-wrapper iframe {
        width: 340px !important; } }
    @media only screen and (min-width: 768px) {
      .twitter_area .twitter_sp {
        display: none; } }
  .twitter_area .twitter_pc {
    background: #000; }
    @media only screen and (max-width: 767px) {
      .twitter_area .twitter_pc {
        display: none; } }
    @media only screen and (min-width: 768px) {
      .twitter_area .twitter_pc {
        width: 210px; } }

.contact {
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .contact {
      margin: 0 0 30px;
      font-size: 14px; } }
  @media only screen and (min-width: 768px) {
    .contact {
      margin: 0 0 40px; } }
  .contact a {
    color: #fff;
    text-decoration: none; }
    .contact a:hover {
      text-decoration: underline; }

.global_head {
  margin: 0;
  padding: 0; }
</pre></body></html>