@charset "UTF-8";
/* google fonts */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* 既存 */
ul.snsBanners li a img {
  margin: 0 auto;
}

#footer figure img {
  margin: 0 auto;
}

#footer figure {
  border-bottom: none !important;
}

#footer .btm {
  border-top: none !important;
  padding-bottom: 110px;
}

#footer .btm .flex {
  height: auto !important;
  justify-content: center !important;
  text-align: center;
}

#footer .btm .flex .jp {
  display: block;
  margin-bottom: 30px;
}

/* 追加 */
html {
  font-size: 62.5%;
}

body {
  background: #FFF;
  color: #000;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.1rem;
}

* {
  box-sizing: border-box;
}

.spBlock {
  display: none;
}

.spNone {
  display: block;
}

/* common */
.btn {
  width: 100%;
  margin: 0 auto;
  text-decoration: none;
}
.btn a {
  display: block;
  height: 55px;
  background: url(../img/bg_btn.png) center no-repeat;
  background-size: 100% auto;
  color: #08294c;
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  line-height: 5.5rem;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}
.btn a:hover {
  opacity: 0.6;
}

/* key */
.kv {
  position: relative;
}
.kv img {
  width: 100%;
  height: auto;
}

.intro {
  background: url(../img/bg_intro.png) top 136px right 7.36vw no-repeat;
}
.intro__inner {
  width: calc(100% - 80px);
  max-width: 1120px;
  margin: 0 auto;
  padding: 40px 0 153px;
}
.intro .icon {
  margin-bottom: 40px;
}
.intro p {
  color: #08294c;
  font-size: 1.9rem;
  line-height: 2;
  font-weight: bold;
}
.intro__tie {
  width: 100%;
}
.intro__tie img {
  max-width: 100%;
}

.history {
  background: #08294c;
}
.history__inner {
  width: calc(100% - 80px);
  max-width: 1120px;
  margin: 0 auto;
  padding: 150px 0 180px;
}
.history h2 {
  margin-bottom: 76px;
  color: #FFF;
  font-size: 6.4rem;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  line-height: 8rem;
  text-align: center;
}
.history__timeline {
  padding: 86px 0 156px;
  background: url(../img/bg_line.png) top 86px center no-repeat;
  background-size: 8px 100%;
}
.history__timeline__box {
  position: relative;
  width: 100%;
  margin-bottom: 104px;
}
.history__timeline h3 {
  position: relative;
  z-index: 2;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  border: 1px solid #08294c;
  border-radius: 50%;
  background: #c7a840;
  color: #08294c;
  font-size: 2.4rem;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  line-height: 9rem;
  text-align: center;
}
.history__timeline__detail {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 26.39vw;
  max-width: 380px;
}
.history__timeline__detail.type1 {
  left: 0;
}
.history__timeline__detail.type1:before {
  z-index: 1;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% - 20px);
  width: 220px;
  height: 1px;
  background: #c7a840;
}
.history__timeline__detail.type2 {
  right: 0;
}
.history__timeline__detail.type2:before {
  z-index: 1;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  width: 200px;
  height: 1px;
  background: #c7a840;
}
.history__timeline__detail img {
  z-index: 2;
  position: relative;
  width: 100%;
}
.history__timeline__txt {
  z-index: 3;
  position: relative;
  max-width: 94.7%;
  margin-top: -20px;
  padding: 20px 14px;
  background: #073e79;
}
.history__timeline__txt p {
  margin-top: 0;
  color: #FFF;
  font-size: 1.3rem;
  line-height: 2.4rem;
  font-weight: 500;
}
.history__tie img {
  width: 100%;
}

.with {
  background: url(../img/bg_with_1.png), url(../img/bg_with_2.png);
  background-position: top 40px left, bottom 40px right;
  background-repeat: no-repeat;
}
.with__inner {
  width: calc(100% - 160px);
  max-width: 1120px;
  margin: 0 auto;
  padding: 150px 0 180px;
}
.with h2 {
  max-width: 900px;
  margin: 0 auto 80px;
  background: url(../img/bg_with_title.png) center no-repeat;
  background-size: 100% auto;
  color: #08294c;
  font-size: 3.4rem;
  line-height: 6.4rem;
  font-weight: 900;
  text-align: center;
}
.with__slider__item {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 1120px;
  padding: 10px;
}
.with__slider__box {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  max-width: calc(25% - 7.5px);
  padding: 46px 26px 44px;
  background: #08294c;
  cursor: pointer;
}
.with__slider__box.isOpen:after {
  display: block;
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 58px;
  height: 58px;
  background: url(../img/icon_with_open.png) center no-repeat;
  background-size: 100% auto;
}
.with__slider__box p {
  color: #FFF;
  text-align: center;
  font-size: 2rem;
}
.with__slider__box p:not(.name) {
  margin-bottom: 22px;
  flex-grow: 1;
}
.with__slider__box p.name {
  font-size: 1.5rem;
  font-weight: bold;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
}

.slick-prev {
  left: -7.152vw;
  background: url(../img/icon_arrow_l.png) center no-repeat;
  background-size: 100%;
}
.slick-prev:before {
  content: "";
}
.slick-prev:hover, .slick-prev:focus {
  background: url(../img/icon_arrow_l.png) center no-repeat;
  background-size: 100%;
}

.slick-next {
  right: -7.152vw;
  background: url(../img/icon_arrow_r.png) center no-repeat;
  background-size: 100%;
}
.slick-next:before {
  content: "";
}
.slick-next:hover, .slick-next:focus {
  background: url(../img/icon_arrow_r.png) center no-repeat;
  background-size: 100%;
}

.match {
  background: #08294c;
}
.match__inner {
  width: calc(100% - 80px);
  max-width: 1120px;
  margin: 0 auto;
  padding: 140px 0 144px;
}
.match h2 {
  margin-bottom: 70px;
  color: #FFF;
  font-size: 6.4rem;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  line-height: 8rem;
  text-align: center;
}
.match__kv {
  margin-bottom: 72px;
}
.match__desc {
  max-width: 960px;
  margin: 0 auto 40px;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.6rem;
}
.match .icon {
  margin: 0 auto 48px;
}
.match__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 135px;
}
.match__title div {
  flex-grow: 1;
}
.match__title div.name {
  max-width: 500px;
}
.match__title div h3 {
  color: #c7a840;
  font-size: 4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1;
  text-align: center;
}
.match__title div h3 span {
  display: block;
  margin-top: 14px;
  color: #FFF;
  font-size: 1.9rem;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  font-style: normal;
}
.match__title div p {
  color: #FFF;
  font-size: 3rem;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-optical-sizing: auto;
  font-style: normal;
  text-align: center;
}
.match__member {
  display: flex;
  justify-content: space-between;
  gap: 74px;
}
.match__member__box {
  width: 100%;
}
.match__member__box h4 {
  margin-bottom: 30px;
  color: #FFF;
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
}
.match__member__box ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0 12px;
}
.match__member__box li {
  width: 100%;
  max-width: calc(33% - 9px);
  margin-bottom: 40px;
}
.match__member__box li img {
  width: 100%;
  margin-bottom: 14px;
}
.match__member__box li p {
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.match__tie img {
  width: 100%;
}

.info {
  background: url(../img/bg_info.png) top left no-repeat;
  background-size: cover;
}
.info__inner {
  width: calc(100% - 80px);
  max-width: 1120px;
  margin: 0 auto;
  padding: 150px 0 170px;
}
.info h2 {
  margin-bottom: 94px;
  color: #FFF;
  font-size: 6.4rem;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  line-height: 8rem;
  text-align: center;
}
.info__box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.info__box h3 {
  margin: 0 76px;
  padding: 24px 76px;
  border-left: 1px solid #5c80a7;
  border-right: 1px solid #5c80a7;
}
.info p, .info h4, .info h5 {
  color: #FFF;
  text-align: center;
}
.info p {
  font-weight: bold;
}
.info__data {
  margin-bottom: 16px;
}
.info__data .border {
  margin-right: 12px;
  padding: 6px 12px;
  border: 1px solid #FFF;
  line-height: 1;
}
.info h4 {
  margin-bottom: 72px;
  font-size: 1.8rem;
  font-weight: 500;
}
.info h5 {
  margin-bottom: 24px;
  font-size: 2rem;
  font-weight: bold;
}
.info__sponcer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
  margin-bottom: 70px;
}
.info .btn {
  max-width: 320px;
}

.event {
  background: url(../img/bg_event.png) top 40px right no-repeat;
}
.event__inner {
  width: calc(100% - 80px);
  max-width: 1120px;
  margin: 0 auto;
  padding: 140px 0 0;
}
.event h2 {
  margin-bottom: 70px;
  color: #08294c;
  font-size: 6.4rem;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  line-height: 8rem;
  text-align: center;
}
.event__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0 34px;
}
.event__box {
  width: 100%;
  max-width: calc(50% - 17px);
  margin-bottom: 90px;
}
.event__box__img {
  margin-bottom: 35px;
}
.event__box__img img {
  width: 100%;
}
.event__box__txt h3 {
  margin-bottom: 32px;
  color: #08294c;
  font-size: 2.2rem;
  font-weight: bold;
}
.event__box__txt p {
  margin-bottom: 34px;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: bold;
}
.event__box__txt .btn {
  max-width: 360px;
}

.goods {
  background: url(../img/bg_goods.png) top 40px right no-repeat;
}
.goods__inner {
  width: calc(100% - 80px);
  max-width: 1120px;
  margin: 0 auto;
  padding: 140px 0 0;
}
.goods h2 {
  margin-bottom: 70px;
  color: #08294c;
  font-size: 6.4rem;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  line-height: 8rem;
  text-align: center;
}
.goods h2 span {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.goods .soon {
  margin-bottom: 240px;
}
.goods .soon h3 {
  color: #08294c;
  font-size: 3.2rem;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}
.goods__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0 40px;
}
.goods__box {
  width: 100%;
  max-width: calc(33% - 30px);
  margin-bottom: 90px;
}
.goods__box__img {
  margin-bottom: 35px;
}
.goods__box__img img {
  width: 100%;
}
.goods__box__txt h3 {
  margin-bottom: 16px;
  color: #08294c;
  font-size: 1.6rem;
  font-weight: bold;
}
.goods__box__txt p {
  font-size: 1.6rem;
  font-weight: bold;
}
.goods__tie img {
  margin-left: auto;
}

.footer__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}
.footer__logo div {
  width: 100%;
  padding: 58px 0 90px;
}
.footer__logo div img {
  margin: 0 auto;
}

/* footer引用 */
#footer {
  background: #001c39;
  color: #fff;
  position: relative;
}

#footer a {
  color: #fff;
}

#footer figure {
  text-align: center;
  padding: 55px 0 75px;
  border-bottom: #113965 1px solid;
}

#footer .snsBanners {
  width: min(100%, 1000px);
  margin: 0 auto 0;
  position: relative;
}

#footer .snsBanners li {
  margin-top: -52px;
}

#footer .menuflx {
  width: 1200px;
  margin: 0 auto;
  border-left: #113965 1px solid;
  box-sizing: border-box;
}

#footer .menuflx dl {
  width: 25%;
  margin-top: -1px;
  padding: 25px 25px 35px 35px;
  border-right: #113965 1px solid;
  box-sizing: border-box;
}

#footer .menuflx dl.wide {
  width: 33.3333%;
}

#footer .btm {
  border-top: #113965 1px solid;
  font-size: 80%;
}

#footer .btm .flex {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 110px;
  align-items: center;
  justify-content: space-between;
}

#footer .btm .flex .left {
  margin: 0 40px;
}

#footer .btm .flex .left a {
  display: inline-block;
}

#footer .btm .flex .left a + a {
  margin-left: 30px;
}

#footer .btm .flex .right {
  margin: 0 40px;
  text-align: right;
}

#footer .btm .flex .right span {
  display: inline-block;
}

#footer .btm .flex .right span + span {
  margin-left: 30px;
}

#footer .btm .flex .right span.thespa {
  font-size: 90%;
}

.modalBg, .modal {
  display: none;
}

.modalBg {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
}

.modal {
  z-index: 1000;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100vw - 40px);
  max-width: 1020px;
  max-height: 80vh;
  background: #08294c;
  overflow-y: scroll;
}
.modal__inner {
  padding: 100px 70px;
}
.modal h2, .modal h3, .modal p {
  color: #FFF;
}
.modal h2, .modal h3 {
  text-align: center;
}
.modal h2 {
  margin-bottom: 20px;
  font-size: 3.2rem;
}
.modal h3 {
  margin-bottom: 56px;
  font-size: 2rem;
}
.modal p {
  margin-bottom: 40px;
  font-size: 1.6rem;
  line-height: 1.75;
}
.modal .btn {
  max-width: 260px;
}
.modal .btn img {
  display: inline-block;
  max-width: 14px;
  margin-right: 6px;
  vertical-align: middle;
}

.btnticket {
  z-index: 998;
  position: fixed;
  bottom: 30px;
  right: 30px;
  max-width: 128px;
}
.btnticket img {
  max-width: 100%;
}

/* responsive */
@media screen and (max-width: 782px) {
  body {
    font-size: 1.6rem;
  }
  .spBlock {
    display: block;
  }
  .spNone {
    display: none;
  }
  /* common */
  .btn {
    height: 54px;
    line-height: 5.4rem;
    font-size: 1.6rem;
  }
  /* kv */
  .kv {
    min-height: 590px;
    padding-top: 0;
  }
  .kv__logo {
    max-width: 54px;
  }
  .kv__main {
    width: 100%;
  }
  .intro__inner {
    width: calc(100% - 40px);
    padding: 62px 0 67px;
  }
  .intro__tie img {
    max-width: calc(100% - 38px);
  }
  .history__inner {
    width: calc(100% - 40px);
    padding: 80px 0 90px;
  }
  .history h2 {
    margin-bottom: 40px;
    font-size: 4.2rem;
    line-height: 1;
  }
  .history__timeline {
    max-width: 350px;
    margin: 0 auto;
    padding: 50px 0 180px;
    background-position: top left 20px;
    background-size: 8px 100%;
  }
  .history__timeline__box {
    margin-bottom: 50px;
  }
  .history__timeline__box:last-of-type {
    margin-bottom: 0;
  }
  .history__timeline__box.noImage {
    margin: -70px 0 110px;
  }
  .history__timeline__box.noImage:last-of-type {
    margin-bottom: 0;
  }
  .history__timeline__box h3 {
    width: 62px;
    height: 62px;
    margin: 0 0 0 -6px;
    font-size: 1.8rem;
    line-height: 6.2rem;
  }
  .history__timeline__detail {
    top: -50px;
    transform: none;
    width: 69.23vw;
    max-width: 270px;
  }
  .history__timeline__detail.type1:before, .history__timeline__detail.type2:before {
    top: 75px;
    right: 100%;
    width: 69.23vw;
    max-width: 40px;
  }
  .history__timeline__detail.type1 {
    left: auto;
    right: 0;
  }
  .history__timeline__detail.type1:before {
    left: auto;
  }
  .history__timeline__detail.noImage {
    top: 20px;
  }
  .history__timeline__detail.noImage:before {
    top: 12.5px;
  }
  .with__inner {
    width: calc(100% - 40px);
    padding: 80px 0 86px;
  }
  .with h2 {
    margin-bottom: 40px;
    background: url(../img/bg_with_title_sp.png) center no-repeat;
    background-size: 100% auto;
    font-size: 2.4rem;
    line-height: 4.4rem;
  }
  .with__slider {
    padding-bottom: 50px;
  }
  .with__slider__item {
    gap: 5px;
    padding: 0;
  }
  .with__slider__box {
    max-width: calc(50% - 3px);
    padding: 32px 16px;
  }
  .with__slider__box.isOpen:after {
    top: 0;
    left: 0;
  }
  .with__slider__box p {
    font-size: 1.5rem;
  }
  .with__slider__box p.name {
    font-size: 1.2rem;
  }
  .slick-arrow {
    top: auto;
    bottom: 0;
    transform: none;
    width: 36px;
    height: 36px;
  }
  .slick-prev {
    left: 0;
  }
  .slick-next {
    right: 0;
  }
  .match__inner {
    width: calc(100% - 40px);
    padding: 80px 0 88px;
  }
  .match h2 {
    margin-bottom: 40px;
    font-size: 4.2rem;
    line-height: 1;
  }
  .match__kv {
    margin-bottom: 52px;
  }
  .match__desc {
    margin-bottom: 20px;
  }
  .match .icon {
    max-width: 47px;
    margin-bottom: 42px;
  }
  .match__title {
    display: block;
    margin-bottom: 60px;
  }
  .match__title .name {
    margin-bottom: 25px;
  }
  .match__title .name h3 {
    font-size: 3rem;
  }
  .match__title .name h3 span {
    margin-top: 14px;
    font-size: 1.8rem;
  }
  .match__title p {
    margin-bottom: 25px;
    font-size: 2.2rem;
  }
  .match__member {
    display: block;
  }
  .match__member__box {
    margin-bottom: 42px;
  }
  .match__member__box:last-of-type {
    margin-bottom: 0;
  }
  .match__member__box ul {
    gap: 24px 2.56vw;
  }
  .match__member__box ul li {
    max-width: calc(33% - 1.5625vw);
    margin-bottom: 0;
  }
  .info {
    background: url(../img/bg_info_sp.png) top left no-repeat;
  }
  .info__inner {
    width: calc(100% - 40px);
    padding: 80px 0;
  }
  .info h2 {
    margin-bottom: 40px;
    font-size: 4.2rem;
  }
  .info__box {
    max-width: 77.17%;
    margin: 0 auto 40px;
  }
  .info__box div:first-of-type {
    border-right: 1px solid #5c80a7;
    padding-right: 50px;
  }
  .info__box div:last-of-type {
    padding-left: 45px;
  }
  .info h3 {
    max-width: 170px;
    margin: 0 auto 30px;
  }
  .info__data {
    margin-bottom: 14px;
    font-size: 2rem;
  }
  .info__data .border {
    font-size: 1.5rem;
  }
  .info__data .dot {
    font-size: 1.6rem;
  }
  .info h4 {
    margin-bottom: 52px;
    font-size: 1.5rem;
  }
  .info h5 {
    margin-bottom: 16px;
    font-size: 1.6rem;
  }
  .info__sponcer {
    display: block;
  }
  .info__sponcer li {
    max-width: 200px;
    margin: 0 auto 16px;
  }
  .info .btn {
    max-width: 320px;
  }
  .event__inner {
    width: calc(100% - 40px);
    padding: 80px 0;
  }
  .event h2 {
    margin-bottom: 40px;
    font-size: 4.2rem;
  }
  .event__list {
    display: block;
  }
  .event__box {
    max-width: none;
    margin-bottom: 60px;
  }
  .event__box__img {
    margin-bottom: 30px;
  }
  .event__box__txt h3 {
    margin-bottom: 24px;
    font-size: 1.8rem;
  }
  .event__box__txt p {
    margin-bottom: 42px;
  }
  .event__box__txt .btn {
    max-width: 260px;
  }
  .goods__inner {
    width: calc(100% - 40px);
    max-width: 280px;
    padding: 0 0 80px;
  }
  .goods h2 {
    margin-bottom: 40px;
    font-size: 4.2rem;
  }
  .goods .soon {
    margin-bottom: 120px;
  }
  .goods .soon h3 {
    font-size: 2.6rem;
  }
  .goods__list {
    display: block;
  }
  .goods__box {
    max-width: none;
    margin-bottom: 60px;
  }
  .goods__box__img {
    margin-bottom: 30px;
  }
  .goods__box__txt h3 {
    margin-bottom: 16px;
    font-size: 1.6rem;
  }
  .goods__box__txt .btn {
    max-width: 260px;
  }
  .goods__tie img {
    max-width: calc(100% - 30px);
    margin-bottom: 75px;
  }
  /* footer引用 */
  #footer figure.logo {
    border-bottom: none;
    padding: 7.5vw 0 7.5vw;
  }
  #footer figure.logo img {
    width: 80px;
  }
  #footer .snsBanners li {
    margin-top: -20vw;
    width: 20vw;
  }
  #footer .snsBanners li a {
    height: 20vw;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #footer .snsBanners li img {
    width: 10vw;
  }
  #footer .menuflx {
    width: auto;
    margin: 0 auto;
    border-left: none;
  }
  #footer .menuflx dl {
    width: auto;
    margin-top: 0;
    padding: 0;
    border-right: none;
  }
  #footer .menuflx dl.wide {
    width: auto;
  }
  #footer .btm {
    padding: 40px 0 100px;
    text-align: center;
    border-top: none;
  }
  #footer .btm .flex {
    display: block;
    width: 90vw;
    height: auto;
  }
  #footer .btm .flex .left {
    margin: 0;
  }
  #footer .btm .flex .left a + a {
    margin-left: 15px;
  }
  #footer .btm .flex .right {
    margin: 30px 0 0 0;
    text-align: center;
  }
  #footer .btm .flex .right span {
    display: block;
  }
  #footer .btm .flex .right span + span {
    margin: 15px 0 0 0px;
  }
  #footer .btm .flex .right span.thespa {
    font-size: 90%;
  }
  .modal__inner {
    padding: 40px 30px;
  }
  .btnticket {
    bottom: 16px;
    right: 8px;
    max-width: 86px;
  }
}/*# sourceMappingURL=style.css.map */