<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: -webkit-gradient(linear, left top, left bottom, from(#13007C), to(#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 (min-width: 768px) {
  body {
    height: 1290px;
  }
}

.hero {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrap {
  text-align: center;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .wrap {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 370px;
    margin: 0 auto 10px;
    padding: 7px 0 10px;
    background: #000;
    border-radius: 13px;
    -webkit-box-shadow: 1px 1px 9px rgba(255, 255, 255, 0.6) inset;
            box-shadow: 1px 1px 9px rgba(255, 255, 255, 0.6) inset;
  }
}

@media only screen and (min-width: 768px) {
  .wrap {
    margin: 0 auto 10px;
    width: 984px;
  }
}

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

.nav {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .nav {
    margin: 0 auto;
    padding-left: 7px;
    width: 94%;
  }
}

@media only screen and (min-width: 768px) {
  .nav {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 2%;
    left: 3.5%;
  }
}

.nav li {
  margin-right: 5px;
  opacity: 0.6;
}

.nav li:hover {
  opacity: 0.8;
}

.nav .sentaku {
  opacity: 1.0;
}

@media only screen and (max-width: 767px) {
  .container {
    top: 3.5%;
    left: 0;
    padding: 0 15px 0 17px;
  }
}

@media only screen and (min-width: 768px) {
  .container {
    width: 693px;
    bottom: 3.3%;
    left: 3.4%;
    height: 640px;
    overflow: auto;
    position: absolute;
  }
}

@media only screen and (max-width: 767px) {
  .container .main {
    width: 100%;
    margin: 18px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .container .main {
    width: calc(100% - 28px);
  }
}

.image {
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .image {
    top: 3%;
    left: 3.8%;
    width: 340px;
  }
}

@media only screen and (min-width: 768px) {
  .image {
    width: 100%;
    height: auto;
  }
}

.info {
  text-align: left;
  color: #c4c4c4;
}

@media only screen and (max-width: 767px) {
  .info {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) {
  .info {
    font-size: 15px;
  }
}

.info h2 {
  padding: 0;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .info h2 {
    margin: 15px 0 5px;
  }
}

@media only screen and (min-width: 768px) {
  .info h2 {
    margin: 25px 0 10px;
  }
}

.info a {
  color: #c5c5c5;
}

@media only screen and (max-width: 767px) {
  .info a {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .info a {
    font-size: 16px;
  }
}

.info a:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  .info p {
    margin-top: 0;
    line-height: 25px;
  }
}

@media only screen and (min-width: 768px) {
  .info p {
    line-height: 27px;
  }
}

.info .detail {
  font-size: 16px;
}

.info .detail__em_border {
  border: 2px solid #f1001c;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px 0.5rem;
}

.info .attention {
  color: #f1001c;
}

.back,
.link {
  border: #b6b6b6 solid 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(#13007C), to(#114490));
  background: linear-gradient(to bottom, #13007C, #114490);
}

@media only screen and (max-width: 767px) {
  .back,
  .link {
    width: 100px;
    height: 30px;
    line-height: 30px;
    margin: 20px auto 30px;
  }
}

@media only screen and (min-width: 768px) {
  .back,
  .link {
    width: 100px;
    height: 30px;
    line-height: 30px;
    margin: 20px auto 0;
  }
}

.back:hover,
.link:hover {
  opacity: 0.8;
}

.back a,
.link a {
  text-decoration: none;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
}

.link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding: 10px 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .link {
    width: 300px;
    height: auto;
    margin: 20px auto 30px;
  }
}

@media only screen and (min-width: 768px) {
  .link {
    width: 500px;
    height: auto;
    margin: 20px auto 0;
  }
}

@media only screen and (max-width: 767px) {
  .top {
    border: #b6b6b6 solid 1px;
    background: -webkit-gradient(linear, left top, left bottom, from(#13007C), to(#114490));
    background: linear-gradient(to bottom, #13007C, #114490);
    margin: 0 auto;
    width: 100px;
    height: 30px;
    line-height: 30px;
    margin: 20px auto 30px;
  }
}

@media only screen and (min-width: 768px) {
  .top {
    border: #b6b6b6 solid 1px;
    background: -webkit-gradient(linear, left top, left bottom, from(#13007C), to(#114490));
    background: linear-gradient(to bottom, #13007C, #114490);
    position: absolute;
    bottom: 3%;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100px;
    height: 30px;
    line-height: 30px;
    margin: 20px auto 0;
  }
}

.top:hover {
  opacity: 0.8;
}

.top a {
  text-decoration: none;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
}

#modal {
  display: none;
}

@media only screen and (max-width: 767px) {
  .twitter_area {
    bottom: 1.5%;
    left: 5%;
  }
}

@media only screen and (min-width: 768px) {
  .twitter_area {
    position: absolute;
    top: 12%;
    right: 3%;
  }
}

.twitter_area .twitter_sp {
  background: #000;
}

@media only screen and (max-width: 767px) {
  .twitter_area .twitter_sp {
    margin: 20px 0 0;
  }
  .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;
  }
}

@media only screen and (min-width: 768px) {
  .about {
    width: calc(100% - 6.8%);
    top: 5%;
    left: 0;
    right: 0;
    margin: auto;
    height: 585px;
    overflow: auto;
    position: absolute;
  }
}

@media only screen and (min-width: 768px) {
  .about__main {
    width: 100% !important;
  }
}

.about__content {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .about__content {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) {
  .about__content {
    font-size: 15px;
  }
}

.about__head {
  margin: 20px auto;
  width: 100%;
  max-width: 200px;
}

.about__equipment-title {
  margin-bottom: 5px;
}

.about__equipment-body {
  color: #c0c0c0;
  list-style: none;
  padding: 0;
  margin: 0 0 0 1rem;
}

@media only screen and (max-width: 767px) {
  .about__equipment-body {
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) {
  .about__equipment-body {
    font-size: 13px;
  }
}

.about__comment {
  font-size: 11px;
}

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

@media only screen and (min-width: 768px) {
  .about__disp--pc {
    display: block;
  }
}

/* .about */
@media only screen and (min-width: 768px) {
  .archive {
    width: calc(100% - 6.8%);
    top: 5%;
    left: 0;
    right: 0;
    margin: auto;
    height: 585px;
    overflow: auto;
    position: absolute;
  }
}

@media only screen and (min-width: 768px) {
  .archive__main {
    width: 100% !important;
  }
}

@media only screen and (max-width: 767px) {
  .archive__section {
    margin: 0 auto 50px auto;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .archive__section {
    margin: 0 auto 80px auto;
    width: 700px;
  }
}

.archive__section-head {
  margin: 0;
  padding: 0;
  width: inherit;
}

.archive__section-title {
  border-bottom: 1px solid #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding-bottom: 5px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .archive__section-title {
    font-size: 1.1rem;
    font-weight: 500;
  }
}

@media only screen and (min-width: 768px) {
  .archive__section-title {
    font-size: 1.2rem;
    font-weight: 600;
  }
}

.archive__section-title--date {
  display: block;
}

@media only screen and (max-width: 767px) {
  .archive__section-title--date {
    font-size: 1.6rem;
    font-weight: 500;
  }
}

@media only screen and (min-width: 768px) {
  .archive__section-title--date {
    font-size: 1.7rem;
    font-weight: 900;
  }
}

.archive__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.archive__gallery-fig {
  border: 1px solid #0000a9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 2px 4px 2px;
}

@media only screen and (max-width: 767px) {
  .archive__gallery-fig {
    width: calc(50% - 4px);
  }
}

@media only screen and (min-width: 768px) {
  .archive__gallery-fig {
    width: calc(25% - 4px);
  }
}

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

/* .archive */
@media only screen and (min-width: 768px) {
  .sale {
    width: calc(100% - 6.8%);
    top: 8%;
    left: 0;
    right: 0;
    margin: auto;
    height: 585px;
    overflow: auto;
    position: absolute;
  }
}

@media only screen and (min-width: 768px) {
  .sale__main {
    width: 100% !important;
  }
}

.sale__content {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .sale__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (min-width: 768px) {
  .sale__content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 98.5%;
  }
}

.sale__item {
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .sale__item {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .sale__item {
    width: 48.5%;
  }
}

.sale__item figure {
  border: #0000a9 solid 1px;
  margin: 0;
  padding: 0;
  position: relative;
}

.sale__item figure img {
  width: 100%;
  height: auto;
}

.sale__item figure:hover {
  opacity: 0.8;
}

/* .sale */
@media only screen and (min-width: 768px) {
  .schedule {
    width: 623px;
    top: 5.5%;
    left: 0;
    right: 0;
    margin: auto;
    height: 585px;
    overflow: auto;
    position: absolute;
  }
}

.schedule::-webkit-scrollbar {
  display: none;
}

@media only screen and (max-width: 767px) {
  .schedule__main {
    width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .schedule__main {
    width: 100% !important;
    margin: 0 auto;
  }
}

.schedule__content {
  border: #fff solid 1px;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 20px;
}

.schedule__content:last-child {
  margin: 0;
}

.schedule .new .date {
  color: #fff;
}

.schedule .old .date {
  color: #abaaa9;
}

.schedule__box {
  background: -webkit-gradient(linear, left top, left bottom, from(#575555), to(#231916));
  background: linear-gradient(#575555, #231916);
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 10px;
  padding: 13px 15px 20px;
  position: relative;
}

.schedule__box:last-child {
  margin: 0;
}

.schedule__box .event_icon {
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .schedule__box .event_icon {
    top: 6px;
    right: 10px;
    width: 49px;
    height: 35px;
  }
}

@media only screen and (min-width: 768px) {
  .schedule__box .event_icon {
    top: 6px;
    right: 17px;
    width: 52px;
    height: 38px;
  }
}

.schedule__box .now {
  content: url("../img/now.png");
}

.schedule__box .future {
  content: url("../img/future.png");
}

.schedule__box .past {
  content: url("../img/past.png");
}

.schedule__box .date {
  margin: 0;
  border-bottom: #797574 solid 1px;
}

@media only screen and (max-width: 767px) {
  .schedule__box .date {
    line-height: 20px;
    font-size: 16.5px;
    padding: 0 10px 4px;
  }
}

@media only screen and (min-width: 768px) {
  .schedule__box .date {
    font-size: 17.8px;
    padding: 0 0 3px 10px;
  }
}

.schedule__box .large {
  margin: 0 0 0 8px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .schedule__box .large {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .schedule__box .large {
    font-size: 24px;
  }
}

.schedule__box .time {
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.schedule__box h1 {
  color: #c7ffff;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .schedule__box h1 {
    font-size: 17px;
    padding: 4px 10px 3px;
    line-height: 23px;
  }
}

@media only screen and (min-width: 768px) {
  .schedule__box h1 {
    font-size: 17.8px;
    padding: 3px 0 0 10px;
  }
}

.schedule__box h1 a {
  color: inherit;
  text-decoration: none;
}

.schedule__box .cast {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .schedule__box .cast {
    font-size: 15px;
    padding: 0 10px 0;
  }
}

@media only screen and (min-width: 768px) {
  .schedule__box .cast {
    font-size: 16px;
    padding: 0 0 0 10px;
  }
}

.schedule__box .entry {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .schedule__box .entry {
    font-size: 13.5px;
    padding: 3px 10px 0;
  }
}

@media only screen and (min-width: 768px) {
  .schedule__box .entry {
    font-size: 13px;
    padding: 3px 0 0 10px;
  }
}

.schedule__box .description {
  margin: 0;
  padding: 3px 0 0 10px;
}

@media only screen and (max-width: 767px) {
  .schedule__box .description {
    font-size: 13px;
  }
}

@media only screen and (min-width: 768px) {
  .schedule__box .description {
    font-size: 13px;
  }
}

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

/* .schedule */
.soldout {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.soldout::before {
  content: url(../img/soldout.png);
  left: 50%;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* .soldout */
.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>