@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
}
body.is-fixed {
  overflow: hidden;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  letter-spacing: 0.05em;
  font-style: normal;
  border: none;
  appearance: none;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

main {
  display: block;
  overflow: hidden;
}

img {
  max-height: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

.is-hidden {
  display: none !important;
}

.a-fadein {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.a-fadein-right {
  opacity: 0;
  -webkit-transform: translate(80px, 0);
          transform: translate(80px, 0);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.a-fadein-left {
  opacity: 0;
  -webkit-transform: translate(-40px, 0);
          transform: translate(-40px, 0);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.a-fadein.is-active,
.a-fadein-right.is-active,
.a-fadein-left.is-active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media (min-width: 768px) {
  body {
    min-width: 1200px;
    background-image: url("../img/bg_pc.jpg");
    background-attachment: fixed;
    background-size: cover;
  }
  main {
    width: 430px;
    margin: 0 auto;
    background: #fff;
  }
  [data-device=sp] {
    display: none !important;
  }
  a, button {
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover, button:hover {
    opacity: 0.65;
  }
}
@media (max-width: 767px) {
  [data-device=pc] {
    display: none !important;
  }
}
.g-footer {
  background: #00a0d2;
  color: #fff;
  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 (min-width: 768px) {
  .g-footer {
    height: 80px;
    font-size: 10px;
    width: 430px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .g-footer {
    height: 60px;
    font-size: 8px;
  }
}

.g-sec-head {
  text-align: center;
}
.g-sec-head h2 {
  font-weight: 700;
  color: #009fd1;
}
.g-sec-head p {
  color: #009fd1;
  display: block;
}
.g-sec-head.--wt h2, .g-sec-head.--wt p {
  color: #fff;
}
@media (min-width: 768px) {
  .g-sec-head {
    line-height: 1;
  }
  .g-sec-head h2 {
    font-size: 42px;
  }
  .g-sec-head p {
    margin-top: 7px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .g-sec-head {
    line-height: 1;
  }
  .g-sec-head h2 {
    font-size: 7.476635514vw;
  }
  .g-sec-head p {
    margin-top: 2.3364485981vw;
    font-size: 3.5046728972vw;
  }
}

.g-inner {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .g-inner {
    max-width: 974px;
    width: 90%;
  }
}

.m-kv {
  z-index: 100;
}
.m-kv img {
  width: 100%;
}
.m-lead {
  background-image: url("../img/lead_bg.jpg");
  background-size: cover;
  color: #fff;
}
.m-lead__inner {
  margin: 0 auto;
}
.m-lead__head {
  font-weight: 700;
}
@media (min-width: 768px) {
  .m-lead {
    background-position: top;
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .m-lead__head {
    margin-bottom: 35px;
    font-size: 27px;
    text-align: center;
  }
  .m-lead__inner {
    width: 90%;
  }
  .m-lead__txt {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .m-lead__txt p + p {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .m-lead {
    background-position: top;
    padding: 7.0093457944vw 8.8785046729vw 8.1775700935vw;
  }
  .m-lead__head {
    font-weight: 500;
    margin-bottom: 8.1775700935vw;
    font-size: 6.308411215vw;
    text-align: center;
  }
  .m-lead__txt {
    font-size: 3.5046728972vw;
    margin-bottom: 4.6728971963vw;
  }
  .m-lead__txt p + p {
    margin-top: 7.0093457944vw;
  }
}

.m-message {
  background-image: url("../img/message_bg.jpg");
  background-size: cover;
  color: #fff;
}
.m-message__inner {
  margin: 0 auto;
}
.m-message__head {
  display: block;
  font-weight: 500;
  line-height: 0.9333333333;
}
@media (min-width: 768px) {
  .m-message {
    padding: 30px 72px;
  }
  .m-message__txt {
    font-size: 14px;
    line-height: 2.25;
    margin-top: 30px;
    letter-spacing: -0.01em;
  }
  .m-message__head {
    font-size: 60px;
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .m-message {
    padding: 7.0093457944vw 16.8224299065vw;
  }
  .m-message__txt {
    font-size: 3.2710280374vw;
    line-height: 2.25;
    margin-top: 7.0093457944vw;
    letter-spacing: -0.01em;
  }
  .m-message__head {
    font-size: 14.0186915888vw;
    margin-top: 8.1775700935vw;
  }
}

.m-game__txt {
  background: rgba(0, 159, 209, 0.92);
  color: #fff;
  text-align: center;
}
.m-game__txt em {
  display: block;
}
.m-game__txt span {
  display: block;
}
@media (min-width: 768px) {
  .m-game {
    padding: 78px 0 0;
  }
  .m-game__txt {
    padding: 13px 0 7px;
    margin-top: 223px;
  }
  .m-game__txt h3 {
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 10px;
  }
  .m-game__txt em {
    width: 99px;
  }
  .m-game__txt p {
    font-size: 12px;
    margin-bottom: 3px;
  }
  .m-game__txt span {
    font-size: 9px;
  }
}
@media (max-width: 767px) {
  .m-game {
    margin-top: 8.1775700935vw;
  }
  .m-game__txt {
    padding: 3.0373831776vw 0 7px;
    margin-top: 29.7333333333vw;
  }
  .m-game__txt h3 {
    font-size: 4.6728971963vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 2.3364485981vw;
  }
  .m-game__txt em {
    width: 99px;
  }
  .m-game__txt p {
    font-size: 2.8037383178vw;
    margin-bottom: 0.7009345794vw;
  }
  .m-game__txt span {
    font-size: 2.1028037383vw;
  }
}

.m-point {
  font-weight: 500;
}
.m-point__inner {
  background: #fff6e9;
  margin: 0 auto;
}
.m-point__box > em {
  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;
  background: #fff;
  border-radius: 9999px;
  margin: 0 auto;
  color: #b01f24;
  border: 2px solid #b01f24;
  line-height: 1.15;
  font-weight: 700;
}
.m-point__box > em + em:before {
  content: "+";
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  color: #b01f24;
  display: block;
  text-align: center;
}
.m-point__box:before {
  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;
  position: absolute;
  color: #fff;
  background: #b01f24;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.m-point__box:after {
  content: "";
  position: absolute;
  background-size: cover;
  display: block;
}
.m-point__box.--a:after {
  background-image: url("../img/off_25.png");
}
.m-point__box.--a:before {
  content: "A";
}
.m-point__box.--b:after {
  background-image: url("../img/off_15.png");
}
.m-point__box.--b:before {
  content: "B";
}
.m-point__left {
  position: absolute;
  color: #009fd1;
  line-height: 1.3333333333;
  font-weight: 700;
}
.m-point__list li {
  padding-left: 1em;
}
.m-point__list li:before {
  content: "★";
  color: #009fd1;
  margin-left: -1em;
}
.m-point__lead {
  text-align: center;
  line-height: 1.625;
  font-weight: 700;
}
.m-point__lead span {
  color: #b01f24;
}
@media (min-width: 768px) {
  .m-point {
    margin-top: 40px;
    margin-bottom: 25px;
  }
  .m-point__lead {
    font-size: 16px;
    margin: 30px auto 15px;
  }
  .m-point__inner {
    width: 402px;
    border-radius: 14px;
    padding: 70px 23px 20px;
  }
  .m-point__box + .m-point__box {
    margin-top: 80px;
  }
  .m-point__box:before {
    width: 29px;
    height: 29px;
    font-size: 20px;
    top: -42px;
    border-radius: 3px;
  }
  .m-point__box:after {
    width: 80px;
    height: 80px;
    top: -87px;
    right: 0;
  }
  .m-point__box > em {
    width: 337px;
    padding: 10px 0;
  }
  .m-point__box > em + em {
    margin-top: 30px;
  }
  .m-point__box > em + em:before {
    top: -42px;
    font-size: 40px;
  }
  .m-point__note {
    font-size: 10px;
    margin-top: 15px;
  }
  .m-point p {
    font-size: 12px;
  }
  .m-point__list {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 4px solid #009fd1;
  }
  .m-point__list li {
    font-size: 12px;
  }
  .m-point__list li + li {
    margin-top: 13px;
  }
  .m-point__left {
    font-size: 12px;
    top: -45px;
    left: 0;
  }
}
@media (max-width: 767px) {
  .m-point {
    margin-top: 9.3457943925vw;
    margin-bottom: 5.8411214953vw;
  }
  .m-point__lead {
    font-size: 3.738317757vw;
    margin: 7.0093457944vw auto 3.5046728972vw;
  }
  .m-point__inner {
    width: 93.9252336449vw;
    border-radius: 3.2710280374vw;
    padding: 16.3551401869vw 5.3738317757vw 4.6728971963vw;
    margin: 0 auto 5.8411214953vw;
  }
  .m-point__box + .m-point__box {
    margin-top: 18.691588785vw;
  }
  .m-point__box:before {
    width: 6.7757009346vw;
    height: 6.7757009346vw;
    font-size: 4.6728971963vw;
    top: -9.8130841121vw;
    border-radius: 0.7009345794vw;
  }
  .m-point__box:after {
    width: 18.691588785vw;
    height: 18.691588785vw;
    top: -20.3271028037vw;
    right: 0;
  }
  .m-point__box > em {
    width: 78.738317757vw;
    padding: 2.3364485981vw 0;
  }
  .m-point__box > em + em {
    margin-top: 7.0093457944vw;
  }
  .m-point__box > em + em:before {
    top: -9.8130841121vw;
    font-size: 9.3457943925vw;
  }
  .m-point__note {
    font-size: 2.3364485981vw;
    margin-top: 3.5046728972vw;
  }
  .m-point p {
    font-size: 2.8037383178vw;
  }
  .m-point__list {
    margin-top: 2.3364485981vw;
    padding-top: 2.3364485981vw;
    border-top: 0.9345794393vw solid #009fd1;
  }
  .m-point__list li {
    font-size: 2.8037383178vw;
  }
  .m-point__list li + li {
    margin-top: 3.0373831776vw;
  }
  .m-point__left {
    font-size: 2.8037383178vw;
    top: -10.5140186916vw;
    left: 0;
  }
}

.m-benefits-01__boxinner {
  margin: 0 auto;
}
.m-benefits-01__num {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.m-benefits-01__txt {
  color: #fff;
}
.m-benefits-01__box {
  background-size: cover !important;
}
.m-benefits-01__box.box01 {
  background: url("../img/bene_bg_01.jpg");
}
.m-benefits-01__box.box02 {
  background: url("../img/bene_bg_02.jpg");
}
.m-benefits-01__box.box03 {
  background: url("../img/bene_bg_03.jpg");
}
.m-benefits-01__box.box04 {
  background: url("../img/bene_bg_04.jpg");
}
.m-benefits-01__box.box05 {
  background: url("../img/bene_bg_05.jpg");
}
.m-benefits-01__pct {
  position: absolute;
}
@media (min-width: 768px) {
  .m-benefits-01 {
    padding-top: 40px;
  }
  .m-benefits-01__boxinner {
    width: 90%;
    height: 100%;
  }
  .m-benefits-01__num {
    height: 62px;
    top: 7px;
  }
  .m-benefits-01__boxttl {
    font-size: 31px;
    line-height: 1.2777777778;
    margin-bottom: 10px;
  }
  .m-benefits-01__txt {
    padding-left: 55px;
  }
  .m-benefits-01__txt p {
    font-size: 14px;
    line-height: 1.5;
  }
  .m-benefits-01__pct img {
    width: 100%;
  }
  .m-benefits-01__box {
    padding-top: 35px;
  }
  .m-benefits-01__box.box01 {
    height: 230px;
    margin-top: 40px;
  }
  .m-benefits-01__box.box01 .m-benefits-01__pct {
    width: 422px;
    right: 0;
    bottom: -130px;
  }
  .m-benefits-01__box.box02 {
    margin-top: 130px;
    height: 341px;
  }
  .m-benefits-01__box.box02 .m-benefits-01__pct {
    width: 422px;
    left: 0;
    bottom: -130px;
  }
  .m-benefits-01__box.box03 {
    margin-top: 130px;
    height: 286px;
  }
  .m-benefits-01__box.box03 .m-benefits-01__pct {
    width: 360px;
    right: 0;
    bottom: -90px;
  }
  .m-benefits-01__box.box04 {
    margin-top: 130px;
    height: 205px;
  }
  .m-benefits-01__box.box04 .m-benefits-01__pct {
    width: 116px;
    right: 7px;
    bottom: -20px;
  }
  .m-benefits-01__box.box05 {
    margin-top: 40px;
    height: 310px;
  }
  .m-benefits-01__box.box05 .m-benefits-01__pct {
    width: 123px;
    right: 12px;
    bottom: 34px;
  }
  .m-benefits-01__banner {
    z-index: 2;
  }
  .m-benefits-01__banner img {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    max-height: none;
    width: 90%;
    top: -57px;
  }
}
@media (max-width: 767px) {
  .m-benefits-01 {
    padding-top: 5.3333333333vw;
  }
  .m-benefits-01__boxinner {
    width: 90%;
    height: 100%;
  }
  .m-benefits-01__num {
    height: 14.4859813084vw;
    top: 1.6355140187vw;
  }
  .m-benefits-01__boxttl {
    font-size: 7.2429906542vw;
    line-height: 1.2777777778;
    margin-bottom: 2.3364485981vw;
  }
  .m-benefits-01__txt {
    padding-left: 12.8504672897vw;
  }
  .m-benefits-01__txt p {
    font-size: 3.2710280374vw;
    line-height: 1.5;
  }
  .m-benefits-01__pct img {
    width: 100%;
  }
  .m-benefits-01__box {
    padding-top: 8.1775700935vw;
  }
  .m-benefits-01__box.box01 {
    height: 53.738317757vw;
    margin-top: 9.3457943925vw;
  }
  .m-benefits-01__box.box01 .m-benefits-01__pct {
    width: 98.5981308411vw;
    right: 0;
    bottom: -30.3738317757vw;
  }
  .m-benefits-01__box.box02 {
    margin-top: 30.3738317757vw;
    height: 79.6728971963vw;
  }
  .m-benefits-01__box.box02 .m-benefits-01__pct {
    width: 98.5981308411vw;
    left: 0;
    bottom: -30.3738317757vw;
  }
  .m-benefits-01__box.box03 {
    margin-top: 30.3738317757vw;
    height: 66.8224299065vw;
  }
  .m-benefits-01__box.box03 .m-benefits-01__pct {
    width: 84.1121495327vw;
    right: 0;
    bottom: -21.0280373832vw;
  }
  .m-benefits-01__box.box04 {
    margin-top: 30.3738317757vw;
    height: 47.8971962617vw;
  }
  .m-benefits-01__box.box04 .m-benefits-01__pct {
    width: 27.1028037383vw;
    right: 1.6355140187vw;
    bottom: -4.6728971963vw;
  }
  .m-benefits-01__box.box05 {
    margin-top: 9.3457943925vw;
    height: 72.4299065421vw;
  }
  .m-benefits-01__box.box05 .m-benefits-01__pct {
    width: 28.738317757vw;
    right: 2.8037383178vw;
    bottom: 7.9439252336vw;
  }
  .m-benefits-01__banner {
    z-index: 2;
  }
  .m-benefits-01__banner img {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    max-height: none;
    width: 90%;
    top: -7.6vw;
  }
}

.m-benefits-02__lead {
  line-height: 1.7142857143;
}
.m-benefits-02__box em, .m-benefits-02__box p {
  font-weight: 700;
}
.m-benefits-02__box em {
  color: #bc2f29;
  display: block;
  text-align: center;
}
.m-benefits-02__box small {
  display: block;
}
@media (min-width: 768px) {
  .m-benefits-02 {
    padding: 86px 0 60px;
  }
  .m-benefits-02__lead, .m-benefits-02__list {
    width: 90%;
    margin: auto;
  }
  .m-benefits-02__lead {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .m-benefits-02__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m-benefits-02__list li:nth-child(1) {
    text-align: center;
  }
  .m-benefits-02__list li:nth-child(n+2) {
    margin-top: 27px;
  }
  .m-benefits-02__pct {
    width: 335px;
    margin-bottom: 15px;
  }
  .m-benefits-02__txt {
    width: 100%;
  }
  .m-benefits-02__txt em {
    font-size: 23px;
    margin-bottom: 7px;
  }
  .m-benefits-02__txt p {
    font-size: 12px;
  }
  .m-benefits-02__txt span {
    font-size: 10px;
  }
  .m-benefits-02__txt small {
    font-size: 9px;
  }
  .m-benefits-02__txt img {
    display: block;
    margin: 15px auto;
    width: 64.2647058824%;
  }
  .m-benefits-02__icon {
    width: 248px;
    margin: 25px auto 0;
  }
}
@media (max-width: 767px) {
  .m-benefits-02 {
    padding: 11.4666666667vw 0 8vw;
  }
  .m-benefits-02__lead, .m-benefits-02__list {
    width: 90%;
    margin: auto;
  }
  .m-benefits-02__lead {
    font-size: 2.8037383178vw;
    text-align: center;
    margin-top: 2.3364485981vw;
    margin-bottom: 7.0093457944vw;
  }
  .m-benefits-02__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m-benefits-02__list li:nth-child(1) {
    text-align: center;
  }
  .m-benefits-02__list li:nth-child(n+2) {
    margin-top: 6.308411215vw;
  }
  .m-benefits-02__pct {
    width: 78.2710280374vw;
    margin-bottom: 3.5046728972vw;
  }
  .m-benefits-02__txt {
    width: 100%;
  }
  .m-benefits-02__txt em {
    font-size: 5.3738317757vw;
    margin-bottom: 1.6355140187vw;
  }
  .m-benefits-02__txt p {
    font-size: 2.8037383178vw;
  }
  .m-benefits-02__txt span {
    font-size: 2.3364485981vw;
  }
  .m-benefits-02__txt small {
    font-size: 2.1028037383vw;
  }
  .m-benefits-02__txt img {
    display: block;
    margin: 3.5046728972vw auto;
    width: 64.2647058824%;
  }
  .m-benefits-02__icon {
    width: 57.9439252336vw;
    margin: 5.8411214953vw auto 0;
  }
}

.m-seating {
  background: #f2fafd;
}
.m-seating.--wt {
  background: #fff;
}
.m-seating .modal-btn {
  color: #bc2f29;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 700;
  cursor: pointer;
}
.m-seating .modal-btn:hover {
  opacity: 0.65;
}
.m-seating__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-seating__list span {
  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;
  font-weight: 700;
}
.m-seating__list p {
  line-height: 1.4285714286;
}
.m-seating__list.list01 li:nth-child(1) span {
  background: #ef856d;
}
.m-seating__list.list01 li:nth-child(2) span {
  background: #f7b86d;
}
.m-seating__list.list01 li:nth-child(3) span {
  background: #fedd78;
}
.m-seating__list.list01 li:nth-child(4) span {
  background: #b5d681;
}
.m-seating__list.list01 li:nth-child(5) span {
  background: #77c4a1;
}
.m-seating__list.list01 li:nth-child(6) span {
  background: #83ccd2;
}
.m-seating__list.list02 li:nth-child(1) div:nth-child(1) {
  background: #7ecef4;
}
.m-seating__list.list02 li:nth-child(1) div:nth-child(2) {
  background: #95b7e1;
}
.m-seating__list.list02 li:nth-child(2) div:nth-child(1) {
  background: #c6add2;
}
.m-seating__list.list02 li:nth-child(2) div:nth-child(2) {
  background: #f6bfd7;
}
.m-seating__subhead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 20px;
  line-height: 1;
}
.m-seating__subhead h3 {
  font-weight: 700;
}
.m-seating__note {
  line-height: 1.5833333333;
}
.m-seating__note p {
  padding-left: 1em;
}
.m-seating__note p:before {
  content: "●";
  margin-left: -1em;
}
.m-seating__note .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.m-seating__btn {
  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;
  background: #009fd1;
  color: #fff;
  line-height: 1.375;
  border-radius: 9999px;
  margin: 0 auto;
  font-weight: 700;
  max-width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-seating__btn.is-active {
  background: #fff;
  color: #009fd1;
  border: 2px solid #009fd1;
}
.m-seating__btn.is-active:after {
  background-image: url("../img/btn_arw_blue.png");
}
.m-seating__btn.--wt {
  background: #fff;
  color: #009fd1;
}
.m-seating__btn.--wt:after {
  background-image: url("../img/btn_arw_blue.png");
}
.m-seating__btn:after {
  content: "";
  background-image: url("../img/btn_arw.png");
  background-size: cover !important;
  position: absolute;
}
.m-seating__panel {
  opacity: 0;
  top: 0;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
}
.m-seating__panel.is-show {
  opacity: 1;
  visibility: visible;
  position: static;
}
@media (min-width: 768px) {
  .m-seating {
    padding: 78px 0 10px;
  }
  .m-seating__head {
    line-height: 1.1076923077;
    margin-bottom: 40px;
  }
  .m-seating__subhead {
    padding: 0 5%;
    margin-bottom: 10px;
  }
  .m-seating__subhead h3 {
    font-size: 20px;
  }
  .m-seating__subhead p {
    font-size: 14px;
    margin-left: 8px;
    margin-bottom: 2px;
  }
  .m-seating__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
  }
  .m-seating__list li {
    width: 47.7941176471%;
  }
  .m-seating__list li:nth-child(n+3) {
    margin-top: 26px;
  }
  .m-seating__list li.m-seating__listinner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .m-seating__list li.m-seating__listinner > div {
    width: 47.7941176471%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .m-seating__list li.m-seating__listinner p {
    width: 100%;
  }
  .m-seating__list + .m-seating__subhead {
    margin-top: 25px;
  }
  .m-seating__list span {
    height: 32px;
    font-size: 14px;
  }
  .m-seating__list p {
    font-size: 12px;
    margin-top: 5px;
  }
  .m-seating__seat {
    width: 90%;
    margin: 35px auto 45px;
  }
  .m-seating__price {
    width: 90%;
    overflow-x: scroll;
    margin: 15px auto 0;
  }
  .m-seating__price img {
    max-width: none;
    min-width: 700px;
    width: 100%;
  }
  .m-seating__note {
    width: 90%;
    margin: 0 auto;
    margin-top: 13px;
    font-size: 11px;
  }
  .m-seating__listinner + .m-seating__listinner {
    margin-top: 15px;
  }
  .m-seating__btn {
    width: 388px;
    height: 62px;
    font-size: 16px;
  }
  .m-seating__btn + button {
    margin-top: 10px;
  }
  .m-seating__btn:after {
    width: 10px;
    height: 17px;
    right: 22px;
  }
}
@media (max-width: 767px) {
  .m-seating {
    padding: 10.4vw 0 1.3333333333vw;
  }
  .m-seating__head {
    line-height: 1.1076923077;
    margin-bottom: 9.3457943925vw;
  }
  .m-seating__subhead {
    padding: 0 5%;
    margin-bottom: 2.3364485981vw;
  }
  .m-seating__subhead h3 {
    font-size: 4.6728971963vw;
  }
  .m-seating__subhead p {
    font-size: 3.2710280374vw;
    margin-left: 1.8691588785vw;
    margin-bottom: 0.4672897196vw;
  }
  .m-seating__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
  }
  .m-seating__list li {
    width: 47.7941176471%;
  }
  .m-seating__list li:nth-child(n+3) {
    margin-top: 6.0747663551vw;
  }
  .m-seating__list li.m-seating__listinner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .m-seating__list li.m-seating__listinner > div {
    width: 47.7941176471%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .m-seating__list li.m-seating__listinner p {
    width: 100%;
  }
  .m-seating__list + .m-seating__subhead {
    margin-top: 5.8411214953vw;
  }
  .m-seating__list span {
    height: 7.476635514vw;
    font-size: 3.2710280374vw;
  }
  .m-seating__list p {
    font-size: 2.8037383178vw;
    margin-top: 1.1682242991vw;
  }
  .m-seating__seat {
    width: 90%;
    margin: 8.1775700935vw auto 10.5140186916vw;
  }
  .m-seating__price {
    width: 90%;
    overflow-x: scroll;
    margin: 3.5046728972vw auto 0;
  }
  .m-seating__price img {
    max-width: none;
    width: 163.5514018692vw;
  }
  .m-seating__note {
    width: 90%;
    margin: 0 auto;
    margin-top: 3.0373831776vw;
    font-size: 2.5700934579vw;
  }
  .m-seating__listinner + .m-seating__listinner {
    margin-top: 3.5046728972vw;
  }
  .m-seating__btn {
    width: 90.6542056075vw;
    height: 14.4859813084vw;
    font-size: 3.738317757vw;
  }
  .m-seating__btn + button {
    margin-top: 2.3364485981vw;
  }
  .m-seating__btn:after {
    width: 2.3364485981vw;
    height: 3.9719626168vw;
    right: 5.1401869159vw;
  }
}

.m-app {
  background: #f2fafd;
}
.m-app a {
  color: #000;
}
.m-app__head {
  text-align: center;
}
.m-app__head h2 {
  font-weight: 500;
}
.m-app__boxhead {
  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;
  color: #fff;
  background: linear-gradient(45deg, transparent 6px, #000 6px), linear-gradient(135deg, transparent 6px, #000 6px), linear-gradient(225deg, transparent 6px, #000 6px), linear-gradient(315deg, transparent 6px, #000 6px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}
.m-app__boxhead:before, .m-app__boxhead:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: #000;
  z-index: -1;
}
.m-app__boxhead:before {
  width: 100%;
  height: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-app__boxhead:after {
  width: 15px;
  height: 100%;
}
.m-app__boxsubhead {
  border: 1px solid #00a0d2;
  color: #00a0d2;
  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;
}
.m-app__icon {
  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;
}
.m-app__icon span {
  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;
  background: #e85499;
  color: #fff;
}
.m-app__list li {
  padding-left: 1rem;
}
.m-app__list li::before {
  content: "●";
  color: #00a0d2;
  margin-left: -1rem;
}
.m-app__capttl {
  font-weight: 400;
}
.m-app__address p {
  font-weight: 700;
}
.m-app__num li {
  padding-left: 1rem;
}
.m-app__num li span {
  margin-left: -1rem;
}
.m-app__deli {
  background: #fff;
  border: 1px solid #bc2f29;
}
.m-app__deli h3 {
  color: #bc2f29;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
  text-align: center;
}
.m-app__deli h3:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 2px;
  z-index: -1;
}
.m-app__delitxt {
  font-weight: 700;
}
.m-app__delitxt:before {
  content: "●";
  color: #bc2f29;
}
.m-app__delitxt .red {
  color: #bc2f29;
}
.m-app__delilist li {
  padding-left: 1rem;
}
.m-app__delilist li:before {
  content: "◎";
  color: #bc2f29;
  margin-left: -1rem;
}
@media (min-width: 768px) {
  .m-app {
    margin-top: 15px;
    padding: 35px 12px 40px;
  }
  .m-app__box, .m-app__head {
    width: 94.6666666667%;
    margin: 0 auto;
  }
  .m-app__head {
    margin-bottom: 13px;
  }
  .m-app__head h2 {
    font-size: 28px;
    margin-bottom: 7px;
    letter-spacing: -0.01em;
  }
  .m-app__head p {
    font-size: 11px;
  }
  .m-app__boxhead {
    margin-bottom: 20px;
    height: 37px;
    font-size: 17px;
    background: linear-gradient(45deg, transparent 3px, #000 3px), linear-gradient(135deg, transparent 3px, #000 3px), linear-gradient(225deg, transparent 3px, #000 3px), linear-gradient(315deg, transparent 3px, #000 3px);
    background-position: bottom left, top left, top right, bottom right;
    background-size: 50% 50%;
    background-repeat: no-repeat;
  }
  .m-app__boxhead span {
    font-size: 24px;
  }
  .m-app__boxsubhead {
    font-size: 13px;
    height: 25px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .m-app__box p {
    font-size: 11px;
    line-height: 1.5;
  }
  .m-app__box + .m-app__box {
    margin-top: 25px;
  }
  .m-app__icon span {
    width: 76px;
    height: 26px;
    border-radius: 6px;
    font-size: 13px;
  }
  .m-app__icon span + span {
    margin-left: 7px;
  }
  .m-app__address {
    margin: 15px auto;
    text-align: center;
  }
  .m-app__address img {
    max-height: none;
    width: 387px;
    margin: 25px auto 0;
    display: block;
  }
  .m-app__address p {
    font-size: 12px;
    line-height: 1.6470588235;
    letter-spacing: -0.025em;
  }
  .m-app__address p + p {
    font-size: 14px;
    margin-top: 5px;
  }
  .m-app__address span {
    display: block;
    text-align: center;
    margin: 5px auto;
  }
  .m-app__capttl {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 7px;
    font-size: 19px;
  }
  .m-app__captxt {
    text-align: center;
  }
  .m-app__captxt p {
    font-size: 13px;
  }
  .m-app__captxt span {
    font-size: 11px;
    display: block;
    margin-top: 5px;
  }
  .m-app__list {
    font-size: 13px;
    line-height: 1.6666666667;
  }
  .m-app__num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 15px;
  }
  .m-app__num li {
    font-size: 12px;
    line-height: 1.1818181818;
    margin-right: 10px;
  }
  .m-app__num li:nth-child(7), .m-app__num li:nth-child(8) {
    display: block;
    width: 100%;
  }
  .m-app__deli {
    border-width: 2px;
    width: 94.6666666667%;
    margin: 50px auto 0;
    padding: 22px 13px 25px 15px;
  }
  .m-app__deli h3 {
    top: -15px;
    z-index: 0;
    font-size: 18px;
  }
  .m-app__delitxt {
    font-size: 14px;
    letter-spacing: -0.03em;
  }
  .m-app__delitxt em {
    font-size: 18px;
  }
  .m-app__delitxt + p {
    font-size: 11px;
    margin-top: 5px;
  }
  .m-app__delitxt + p + .m-app__delitxt {
    margin-top: 15px;
  }
  .m-app__delilist {
    margin-top: 15px;
    font-size: 11px;
    line-height: 1.4375;
  }
}
@media (max-width: 767px) {
  .m-app {
    margin-top: 3.5046728972vw;
    padding: 8.1775700935vw 2.8037383178vw 9.3457943925vw;
  }
  .m-app__box, .m-app__head {
    width: 94.6666666667%;
    margin: 0 auto;
  }
  .m-app__head {
    margin-bottom: 3.0373831776vw;
  }
  .m-app__head h2 {
    font-size: 6.5420560748vw;
    margin-bottom: 1.6355140187vw;
    letter-spacing: -0.01em;
  }
  .m-app__head p {
    font-size: 2.5700934579vw;
  }
  .m-app__boxhead {
    margin-bottom: 4.6728971963vw;
    height: 8.6448598131vw;
    font-size: 3.9719626168vw;
    background: linear-gradient(45deg, transparent 3px, #000 3px), linear-gradient(135deg, transparent 3px, #000 3px), linear-gradient(225deg, transparent 3px, #000 3px), linear-gradient(315deg, transparent 3px, #000 3px);
    background-position: bottom left, top left, top right, bottom right;
    background-size: 50% 50%;
    background-repeat: no-repeat;
  }
  .m-app__boxhead span {
    font-size: 5.6074766355vw;
  }
  .m-app__boxsubhead {
    font-size: 3.0373831776vw;
    height: 5.8411214953vw;
    margin-bottom: 2.3364485981vw;
    margin-top: 4.6728971963vw;
  }
  .m-app__box p {
    font-size: 2.5700934579vw;
    line-height: 1.5;
  }
  .m-app__box + .m-app__box {
    margin-top: 5.8411214953vw;
  }
  .m-app__icon span {
    width: 17.7570093458vw;
    height: 6.0747663551vw;
    border-radius: 1.4018691589vw;
    font-size: 3.0373831776vw;
  }
  .m-app__icon span + span {
    margin-left: 1.6355140187vw;
  }
  .m-app__address {
    margin: 15px auto;
    text-align: center;
  }
  .m-app__address img {
    max-height: none;
    width: 90.4205607477vw;
    margin: 5.8411214953vw auto 0;
    display: block;
  }
  .m-app__address p {
    font-size: 2.8037383178vw;
    line-height: 1.6470588235;
    letter-spacing: -0.025em;
  }
  .m-app__address p + p {
    font-size: 3.2710280374vw;
    margin-top: 1.1682242991vw;
  }
  .m-app__address span {
    display: block;
    text-align: center;
    margin: 1.1682242991vw auto;
  }
  .m-app__capttl {
    text-align: center;
    margin-top: 3.5046728972vw;
    margin-bottom: 1.6355140187vw;
    font-size: 4.4392523364vw;
  }
  .m-app__captxt {
    text-align: center;
  }
  .m-app__captxt p {
    font-size: 3.0373831776vw;
  }
  .m-app__captxt span {
    font-size: 2.5700934579vw;
    display: block;
    margin-top: 1.1682242991vw;
  }
  .m-app__list {
    font-size: 2.8037383178vw;
    line-height: 1.6666666667;
  }
  .m-app__num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 3.5046728972vw;
  }
  .m-app__num li {
    font-size: 2.5700934579vw;
    line-height: 1.6153846154;
    margin-right: 2.3364485981vw;
    line-height: 1.1818181818;
  }
  .m-app__num li:nth-child(7), .m-app__num li:nth-child(8) {
    display: block;
    width: 100%;
  }
  .m-app__deli {
    border-width: 0.4672897196vw;
    width: 94.6666666667%;
    margin: 11.6822429907vw auto 0;
    padding: 5.1401869159vw 3.0373831776vw 5.8411214953vw 3.5046728972vw;
  }
  .m-app__deli h3 {
    top: -3.5046728972vw;
    z-index: 0;
    font-size: 4.2056074766vw;
  }
  .m-app__delitxt {
    font-size: 3.2710280374vw;
    letter-spacing: -0.03em;
  }
  .m-app__delitxt em {
    font-size: 4.6728971963vw;
  }
  .m-app__delitxt + p {
    font-size: 2.5700934579vw;
    margin-top: 1.1682242991vw;
  }
  .m-app__delitxt + p + .m-app__delitxt {
    margin-top: 3.5046728972vw;
  }
  .m-app__delilist {
    margin-top: 3.5046728972vw;
    font-size: 2.5700934579vw;
    line-height: 1.4375;
  }
}

.m-tickets img, .m-tickets > p {
  display: block;
  margin: 0 auto;
}
.m-tickets > p {
  letter-spacing: -0.04em;
}
@media (min-width: 768px) {
  .m-tickets {
    padding: 80px 0 70px;
  }
  .m-tickets__ttl {
    margin-bottom: 40px;
  }
  .m-tickets img {
    width: 100%;
  }
  .m-tickets > p {
    width: 86.6666666667%;
    margin: 5px auto 35px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .m-tickets {
    padding: 10.6666666667vw 0 9.3333333333vw;
  }
  .m-tickets__ttl {
    margin-bottom: 40px;
  }
  .m-tickets img {
    width: 100%;
  }
  .m-tickets > p {
    width: 86.6666666667%;
    margin: 1.1682242991vw auto 8.1775700935vw;
    font-size: 2.8037383178vw;
  }
}

.m-attention {
  background: #f2fafd;
}
@media (min-width: 768px) {
  .m-attention {
    padding: 60px 0;
  }
  .m-attention p {
    font-size: 12px;
  }
  .m-attention__lead {
    font-size: 12px;
    width: 80%;
    margin: 12px auto 0;
  }
  .m-attention__inner {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .m-attention {
    padding: 8vw 0;
  }
  .m-attention p {
    font-size: 2.8037383178vw;
  }
  .m-attention__lead {
    font-size: 2.8037383178vw;
    width: 80%;
    margin: 2.8037383178vw auto 0;
  }
  .m-attention__inner {
    width: 90%;
  }
}

.m-info {
  background: #ddf0f9;
  text-align: center;
}
.m-info em {
  display: block;
}
.m-info h3 {
  font-weight: 500;
}
.m-info h3 + p span {
  display: block;
}
.m-info__box {
  font-weight: 500;
}
.m-info a {
  color: #000;
}
@media (min-width: 768px) {
  .m-info {
    padding: 40px 0 50px;
  }
  .m-info em {
    font-size: 15px;
    margin-bottom: 13px;
  }
  .m-info h3 {
    font-size: 22px;
    margin-bottom: 13px;
  }
  .m-info h3 span {
    font-size: 12px;
  }
  .m-info h3 + p {
    font-size: 13px;
  }
  .m-info h3 + p span {
    margin-top: 7px;
    font-size: 11px;
  }
  .m-info__box + .m-info__box {
    margin-top: 40px;
  }
  .m-info__icon {
    width: 85px;
    margin: 0 auto 22px;
  }
}
@media (max-width: 767px) {
  .m-info {
    padding: 5.3333333333vw 0 6.6666666667vw;
  }
  .m-info em {
    font-size: 3.5046728972vw;
    margin-bottom: 3.0373831776vw;
  }
  .m-info h3 {
    font-size: 5.1401869159vw;
    margin-bottom: 3.0373831776vw;
  }
  .m-info h3 span {
    font-size: 2.8037383178vw;
  }
  .m-info h3 + p {
    font-size: 3.0373831776vw;
  }
  .m-info h3 + p span {
    margin-top: 1.6355140187vw;
    font-size: 2.5700934579vw;
  }
  .m-info__box + .m-info__box {
    margin-top: 9.3457943925vw;
  }
  .m-info__icon {
    width: 19.8598130841vw;
    margin: 0 auto 5.1401869159vw;
  }
}

.m-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
}
.m-modal img {
  display: block;
  z-index: 1;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto;
}
.m-modal__btn {
  z-index: 1;
}
.m-modal__bg {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.m-modal__btn {
  position: absolute;
  color: #fff;
  font-weight: 700;
}
@media (min-width: 768px) {
  .m-modal img {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 870px;
  }
  .m-modal__btn {
    font-size: 50px;
    right: 20px;
    top: 20px;
  }
}
@media (max-width: 767px) {
  .m-modal img {
    width: 90%;
  }
  .m-modal__btn {
    font-size: 30px;
    right: 15px;
    top: 15px;
  }
}

.m-nav {
  position: fixed;
  top: 50%;
  right: 595px;
  left: 0;
  margin: 0 auto;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 10;
}
.m-nav a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #009fd1;
  font-weight: 700;
  font-size: 13px;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.7);
}
.m-nav a:before {
  content: "▶︎";
  margin-left: -1em;
}
.m-nav a + a {
  margin-top: 20px;
}

.m-banner a {
  display: block;
}
@media (min-width: 768px) {
  .m-banner {
    width: 270px;
    position: fixed;
    top: 50%;
    position: fixed;
    top: 50%;
    left: 895px;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .m-banner a + a {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .m-banner {
    width: 75%;
    right: 0;
    margin: 0 auto;
    padding: 7.0093457944vw 0;
  }
  .m-banner a + a {
    margin-top: 2.3364485981vw;
  }
}/*# sourceMappingURL=style.css.map */