<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* =========================================================
  kv
  ========================================================= */
.kv {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: url(../img/fireworks/kv.jpg) no-repeat center/cover;
  color: #FFF;
}

@media (max-width: 1024px) {
  .kv {
    background: url(../img/fireworks/kv_sp.jpg) no-repeat center/cover;
  }
}
.kv::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}

.kv .textArea {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  letter-spacing: 2px;
  width: 564px;
  z-index: 2;
}

@media (max-width: 1024px) {
  .kv .textArea {
    width: 90%;
  }
}
.kv .textArea .txt {
  font-size: 2rem;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
}

@media (max-width: 1024px) {
  .kv .textArea .txt {
    font-size: 1.4rem;
  }
}
.kv .textArea h2 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 50px 0;
  margin-top: 35px;
  margin-bottom: 30px;
  line-height: 1.5;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 3.4rem;
}

@media (max-width: 1024px) {
  .kv .textArea h2 {
    font-size: 3.1rem;
    padding-top: 25px;
    padding-bottom: 25px;
    line-height: 1.3;
    margin: 15px 0;
  }
}
.kv .textArea h2 img {
  width: 489px;
  height: 59px;
}

@media (max-width: 1024px) {
  .kv .textArea h2 img {
    width: 246px;
    height: 30px;
  }
}
.kv .textArea h2 span {
  font-size: 3rem;
  display: block;
  letter-spacing: 2px;
  margin-top: 13px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

@media (max-width: 1024px) {
  .kv .textArea h2 span {
    font-size: 1.33rem;
    margin-top: 0;
  }
}
.kv .textArea .date {
  font-size: 2.4rem;
}

@media (max-width: 1024px) {
  .kv .textArea .date {
    font-size: 1.7rem;
  }
}
.kv .textArea .btn {
  margin: 20px auto 0;
}
@media (max-width: 767px) {
  .kv .textArea .btn {
    margin-top: 10px;
  }
}

.kv .textArea .btn a {
  width: 460px;
}

/* =========================================================
detail
========================================================= */
.detail {
  background: #142335;
  color: #fff;
}

.detail h2 {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-size: 3.2rem;
  text-align: center;
}

@media (max-width: 1024px) {
  .detail h2 {
    font-size: 2rem;
  }
}
.hotelList {
  margin-top: 30px !important;
  display: flex;
  gap: 45px;
}

@media (max-width: 1024px) {
  .hotelList {
    margin-top: 0 !important;
    flex-direction: column;
  }
}
.hotelList &gt; li + li {
  margin-top: 0 !important;
}

.detail ul.hotelList li {
  display: block;
  justify-content: space-between;
  width: 50%;
}

@media (max-width: 1024px) {
  .detail ul.hotelList li {
    flex-direction: column;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .detail ul.hotelList li .imgBox {
    text-align: center;
  }
}
.detail ul.hotelList li .textBox h3 {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-size: 2.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  padding: 19px 0;
  margin-bottom: 23px;
}

@media (max-width: 1024px) {
  .detail ul.hotelList li .textBox h3 {
    font-size: 1.6rem;
    padding: 20px 0 20px;
    margin-bottom: 18px;
  }
}
.detail ul.hotelList li .textBox .tel a[href^="tel:"] {
  color: #fff;
}

.detail ul.hotelList li .textBox .access {
  background: #fff;
  padding: 25px 35px;
  color: #4d4d4d;
  margin-top: 23px;
}

@media (max-width: 1024px) {
  .detail ul.hotelList li .textBox .access {
    margin-top: 13px;
    padding: 15px 18px;
  }
}
.detail ul.hotelList li .textBox .access strong {
  font-weight: bold;
}

.detail ul.hotelList li .textBox .access span {
  color: #af822d;
}

.detail ul.hotelList li .textBox .btnList {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .detail ul.hotelList li .textBox .btnList {
    flex-direction: column;
    margin-top: 15px;
  }
}
.detail ul.hotelList li .textBox .btnList .btn {
  margin-top: 0;
}

.detail ul.hotelList li .textBox .btnList .btn.blue {
  max-width: initial;
  width: 40%;
  border: 1px solid #fff;
  border-radius: 4px;
}

.detail ul.hotelList li .textBox .btnList .btn.white {
  max-width: initial;
  width: 60%;
}

@media (max-width: 767px) {
  .detail ul.hotelList li .textBox .btnList .btn.blue,
  .detail ul.hotelList li .textBox .btnList .btn.white {
    width: 100%;
  }
  .detail ul.hotelList li .textBox .btnList .btn:last-of-type {
    margin-top: 8px;
  }
}
.detail ul.hotelList li .white {
  background: none !important;
}

.detail ul.hotelList li .white a {
  border: none !important;
}

.detail .note {
  padding: 20px 0;
}

@media (max-width: 1024px) {
  .detail .note {
    padding: 10px 0 30px;
  }
}
.hotelList &gt; li .btnList .btn.white a,
.kv .textArea .btn a {
  padding: 0 40px 0 5px;
}

/* =========================================================
movieArea
========================================================= */
.detail .movieArea {
  position: relative;
  height: 300px;
  margin-top: 30px;
}

@media (max-width: 1024px) {
  .detail .movieArea {
    width: 100%;
    height: 130px;
    margin-bottom: 57px;
  }
}
.detail .movieArea::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}

.detail .movieArea .textArea {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  z-index: 1;
  width: 100%;
}

.detail .movieArea h2 {
  font-size: 4rem;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  letter-spacing: 5px;
  line-height: 0.9;
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .detail .movieArea h2 {
    font-size: 2.75rem;
    letter-spacing: 3px;
  }
}
.detail .movieArea h2 img {
  width: 312px;
  height: 38px;
}

@media (max-width: 1024px) {
  .detail .movieArea h2 img {
    width: 213px;
    height: 26px;
  }
}
.detail .movieArea h2 span {
  font-size: 2rem;
  letter-spacing: 1px;
}

@media (max-width: 1024px) {
  .detail .movieArea h2 span {
    font-size: 1.3rem;
  }
}
.detail .movieArea .txt {
  font-size: 2.4rem;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  letter-spacing: 1px;
}

@media (max-width: 1024px) {
  .detail .movieArea .txt {
    font-size: 1.6rem;
  }
}
.detail .movieArea .btn.movie {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 257px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .detail .movieArea .btn.movie {
    border: none;
    border-radius: inherit;
    background: #1E4575;
    width: 100%;
    position: absolute;
    bottom: -120px;
  }
}
.detail .movieArea .btn.movie img.icon {
  width: 14px;
  height: 14px;
  margin-right: 10px;
}

.detail .movieArea .conceptVideo {
  width: 100%;
  height: 300px;
  background: #404040;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .detail .movieArea .conceptVideo {
    width: 100%;
    height: 130px;
  }
}
.detail .movieArea .conceptVideo video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.detail .movieArea .md-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1A1A1A;
  opacity: 0.9;
  z-index: 9999;
}

.detail .movieArea .md-contents {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 1100px;
  height: auto;
  overflow: hidden;
  z-index: 10000;
}

@media (max-width: 1024px) {
  .detail .movieArea .md-contents {
    width: 90%;
  }
}
.detail .movieArea .md-xmark {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 25px;
  height: 22px;
  z-index: 9999;
  cursor: pointer;
}

.detail .movieArea .md-xmark span {
  height: auto;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
}

.detail .movieArea .md-xmark span:nth-of-type(1) {
  top: 0;
  transform: translateY(10px) rotate(-45deg);
}

.detail .movieArea .md-xmark span:nth-of-type(2) {
  bottom: -1px;
  transform: translateY(-10px) rotate(45deg);
}

/* =========================================================
多言語
========================================================= */
body.lang_en .englishExc,
body.lang_fr .englishExc,
body.lang_de .englishExc,
body.lang_es .englishExc,
body.lang_it .englishExc,
body.lang_id .englishExc,
body.lang_ms .englishExc {
  display: none !important;
}

body.lang_zh-CHS .kv .textArea h2,
body.lang_zh-CHT .kv .textArea h2,
body.lang_ko .kv .textArea h2 {
  font-size: 6rem;
  letter-spacing: 7px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  body.lang_zh-CHS .kv .textArea h2,
  body.lang_zh-CHT .kv .textArea h2,
  body.lang_ko .kv .textArea h2 {
    font-size: 3.1rem;
  }
}

body.lang_en .kv .textArea,
body.lang_ko .kv .textArea,
body.lang_fr .kv .textArea,
body.lang_de .kv .textArea,
body.lang_es .kv .textArea,
body.lang_it .kv .textArea,
body.lang_th .kv .textArea,
body.lang_vi .kv .textArea,
body.lang_id .kv .textArea,
body.lang_ms .kv .textArea,
body.lang_ar .kv .textArea,
body.lang_ru .kv .textArea {
  width: 825px !important;
}
@media (max-width: 767px) {
  body.lang_en .kv .textArea,
  body.lang_ko .kv .textArea,
  body.lang_fr .kv .textArea,
  body.lang_de .kv .textArea,
  body.lang_es .kv .textArea,
  body.lang_it .kv .textArea,
  body.lang_th .kv .textArea,
  body.lang_vi .kv .textArea,
  body.lang_id .kv .textArea,
  body.lang_ms .kv .textArea,
  body.lang_ar .kv .textArea,
  body.lang_ru .kv .textArea {
    width: 90% !important;
  }
}

body.lang_en .hotelList &gt; li .btnList .btn.white a,
body.lang_de .hotelList &gt; li .btnList .btn.white a,
body.lang_es .hotelList &gt; li .btnList .btn.white a,
body.lang_it .hotelList &gt; li .btnList .btn.white a,
body.lang_vi .hotelList &gt; li .btnList .btn.white a,
body.lang_id .hotelList &gt; li .btnList .btn.white a,
body.lang_ms .hotelList &gt; li .btnList .btn.white a,
body.lang_ru .hotelList &gt; li .btnList .btn.white a {
  font-size: 1.2rem;
  letter-spacing: initial;
}
body.lang_en .kv .textArea .btn a,
body.lang_de .kv .textArea .btn a,
body.lang_es .kv .textArea .btn a,
body.lang_it .kv .textArea .btn a,
body.lang_vi .kv .textArea .btn a,
body.lang_id .kv .textArea .btn a,
body.lang_ms .kv .textArea .btn a,
body.lang_ru .kv .textArea .btn a {
  letter-spacing: initial;
}
@media (max-width: 767px) {
  body.lang_en .kv .textArea .btn a,
  body.lang_de .kv .textArea .btn a,
  body.lang_es .kv .textArea .btn a,
  body.lang_it .kv .textArea .btn a,
  body.lang_vi .kv .textArea .btn a,
  body.lang_id .kv .textArea .btn a,
  body.lang_ms .kv .textArea .btn a,
  body.lang_ru .kv .textArea .btn a {
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=fireworks.css.map */</pre></body></html>