@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  background-size: 100% auto;
  background: #d6e5ed;
}

h1, h2, h3, h4, h5 {
  font-weight: 900;
}

header {
  display: none;
}

#box_vr_image {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  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;
  line-height: 1.6428571429;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

p {
  line-height: 1.9;
}

main {
  display: block;
  overflow: hidden;
}

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

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

.is-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.js-fade {
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
}
.js-fade.is-scroll {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

@media (min-width: 768px) {
  body {
    min-width: 1200px;
  }
  body.nav-fixed {
    padding-top: 81px;
  }
  [data-device=sp] {
    display: none !important;
  }
  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.65;
  }
  .modal-pct {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
  }
  .modal-pct:hover {
    opacity: 0.65;
  }
}
@media (max-width: 767px) {
  [data-device=pc] {
    display: none !important;
  }
  section {
    overflow: hidden;
  }
  body {
    padding-bottom: 16vw;
  }
}
.g-footer__sns {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.g-footer__logowrap {
  text-align: center;
  line-height: 1;
}
.g-footer__logowrap em {
  display: block;
  line-height: 1;
  letter-spacing: 0.28em;
}
.g-footer__logowrap p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-top: 2px solid #fff;
  line-height: 1.7272727273;
  letter-spacing: 0.28em;
}
.g-footer__copy {
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .g-footer__sns {
    width: 823px;
    padding: 120px 0 110px;
  }
  .g-footer__items.insta {
    height: 42px;
  }
  .g-footer__items.x {
    height: 43px;
  }
  .g-footer__items.facebook {
    height: 54px;
  }
  .g-footer__items.line {
    height: 47px;
  }
  .g-footer__items.youtube {
    height: 43px;
  }
  .g-footer__logowrap em {
    font-size: 32px;
    margin-top: 35px;
  }
  .g-footer__logowrap p {
    padding-top: 25px;
    margin-top: 38px;
    font-size: 22px;
  }
  .g-footer__copy {
    text-align: center;
    padding: 85px 0 100px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .g-footer__sns {
    width: 85.3333333333vw;
    padding: 16vw 0 14.6666666667vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .g-footer__items.insta {
    height: 5.6vw;
  }
  .g-footer__items.x {
    height: 5.7333333333vw;
  }
  .g-footer__items.facebook {
    height: 7.2vw;
  }
  .g-footer__items.line {
    height: 6.2666666667vw;
  }
  .g-footer__items.youtube {
    height: 5.7333333333vw;
  }
  .g-footer__logowrap em {
    font-size: 4.8vw;
    margin-top: 4.6666666667vw;
  }
  .g-footer__logowrap p {
    padding-top: 3.7333333333vw;
    margin-top: 5.0666666667vw;
    font-size: 2.9333333333vw;
  }
  .g-footer__copy {
    text-align: center;
    padding: 11.3333333333vw 0 13.3333333333vw;
    font-size: 2.8vw;
  }
}

.g-inner {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .g-inner {
    width: 850px;
  }
  .g-inner.--col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .g-inner.--col > div {
    width: 49%;
  }
}
@media (max-width: 767px) {
  .g-inner .g-sectxt__txt,
  .g-inner .g-sectxt__note {
    width: 81.8666666667vw;
  }
  .g-inner.--col div + div {
    margin-top: 5.3333333333vw;
  }
}

.g-outer {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .g-outer {
    width: 1000px;
  }
}
@media (max-width: 767px) {
  .g-outer {
    width: 93.3333333333vw;
  }
  .g-outer.--pc {
    width: 100%;
  }
}

.g-sectxt__ttl {
  text-align: center;
  line-height: 1;
}
.g-sectxt__label {
  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: #f6f1ea;
  font-weight: 900;
  color: #e84729;
}
.g-sectxt__label.--min {
  color: #33a1db;
}
.g-sectxt__txt, .g-sectxt__note {
  margin: 0 auto;
}
.g-sectxt__txt {
  line-height: 1.8666666667;
  letter-spacing: -0.01em;
}
.g-sectxt__note li {
  padding-left: 1em;
  line-height: 1.5;
}
.g-sectxt__note li:before {
  content: "※";
  margin-left: -1em;
}
.g-sectxt__app > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #33a1db;
}
.g-sectxt__app > div span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
}
.g-sectxt__app > div p {
  background: #fff;
}
.g-sectxt__app > div span, .g-sectxt__app > div p {
  line-height: 1.4;
}
@media (min-width: 768px) {
  .g-sectxt__ttl {
    font-size: 36px;
    padding-bottom: 15px;
    border-bottom: 5px solid #000;
    padding-top: 55px;
  }
  .g-sectxt__ttl + .g-sectxt__txt {
    margin: 15px auto;
  }
  .g-sectxt__ttl + .g-inner {
    margin-top: 30px;
  }
  .g-sectxt__label {
    font-size: 30px;
    height: 60px;
    margin-bottom: 23px;
  }
  .g-sectxt__label.--min {
    font-size: 20px;
  }
  .g-sectxt__txt {
    font-size: 15px;
  }
  .g-sectxt__txt.--min {
    font-size: 14px;
  }
  .g-sectxt__txt.--center {
    text-align: center;
  }
  .g-sectxt__note.--min li {
    font-size: 11px;
  }
  .g-sectxt__note li {
    font-size: 12px;
  }
  .g-sectxt__app {
    font-size: 16px;
    margin: 10px auto 20px;
  }
  .g-sectxt__app > div {
    border: 2px solid #33a1db;
  }
  .g-sectxt__app > div + div {
    margin-top: 10px;
  }
  .g-sectxt__app span {
    width: 250px;
  }
  .g-sectxt__app p {
    width: calc(100% - 250px);
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  .g-sectxt__ttl {
    font-size: 5.6vw;
    padding-bottom: 2.6666666667vw;
    border-bottom: 1.0666666667vw solid #000;
    padding-top: 7.3333333333vw;
  }
  .g-sectxt__ttl + .g-sectxt__txt {
    margin: 5.3333333333vw 0 2.6666666667vw;
  }
  .g-sectxt__ttl + .g-inner.--col {
    margin-top: 4.8vw;
  }
  .g-sectxt__label {
    font-size: 5.6vw;
    min-height: 14.6666666667vw;
    padding: 1.7333333333vw 0;
    text-align: center;
    margin-bottom: 1.0666666667vw;
  }
  .g-sectxt__label.--min {
    font-size: 4.5333333333vw;
  }
  .g-sectxt__txt {
    font-size: 3.7333333333vw;
  }
  .g-sectxt__txt.--min {
    font-size: 14px;
  }
  .g-sectxt__note li {
    font-size: 3.4666666667vw;
  }
  .g-sectxt__app {
    font-size: 3.4666666667vw;
    margin: 2.6666666667vw auto 5.3333333333vw;
  }
  .g-sectxt__app > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 0.2666666667vw solid #33a1db;
  }
  .g-sectxt__app > div + div {
    margin-top: 2.6666666667vw;
  }
  .g-sectxt__app span, .g-sectxt__app p {
    width: 100%;
  }
  .g-sectxt__app span {
    padding: 1.3333333333vw 0;
  }
  .g-sectxt__app p {
    padding: 2.6666666667vw 5.3333333333vw;
  }
}

.g-num__label {
  background: #fff;
  color: #33a1db;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.g-num__step {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Oswald", sans-serif;
  color: #fff;
  background: #bf9d6d;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.g-num__step span {
  display: block;
  line-height: 1;
}
.g-num__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;
  color: #33a1db;
}
.g-num__btn:after {
  content: "";
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-image: url("../img/arw_blue.png");
  position: absolute;
  background-size: cover;
}
.g-num.--gold .g-num__items:before {
  background-image: url("../img/arw_gold.png");
  background-size: cover;
}
.g-num.--blue .g-num__items:before {
  background-image: url("../img/arw_blue.png");
  background-size: cover;
}
.g-num__items:nth-child(n+2):before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-size: cover;
  display: block;
}
@media (min-width: 768px) {
  .g-num__items:nth-child(n+2) {
    margin-top: 60px;
  }
  .g-num__items:before {
    width: 29px;
    height: 17px;
    top: -30px;
  }
  .g-num__label {
    font-size: 18px;
  }
  .g-num__label p {
    padding-left: 20px;
  }
  .g-num__label + * {
    margin-top: 10px;
  }
  .g-num__step {
    width: 52px;
    height: 70px;
  }
  .g-num__step span:nth-child(1) {
    font-size: 15px;
  }
  .g-num__step span:nth-child(2) {
    font-size: 42px;
    margin-top: 5px;
  }
  .g-num__btn {
    font-size: 16px;
    width: 240px;
    height: 38px;
    border: 2px solid #33a1db;
    padding-right: 10px;
    margin-left: auto;
    margin-right: 0;
  }
  .g-num__btn:after {
    width: 14px;
    height: 8px;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .g-num.--gold {
    margin-top: 5.3333333333vw;
  }
  .g-num__items:nth-child(n+2) {
    margin-top: 13.3333333333vw;
  }
  .g-num__items:before {
    width: 6.4vw;
    height: 4vw;
    top: -6.6666666667vw;
  }
  .g-num__label {
    font-size: 4.2666666667vw;
    background: #bf9d6d;
  }
  .g-num__label p {
    padding: 1.6vw 5.3333333333vw;
    background: #fff;
    width: calc(100% - 12.9333333333vw);
    min-height: 17.0666666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.5;
  }
  .g-num__label + * {
    margin-top: 3.3333333333vw;
  }
  .g-num__step {
    width: 12.9333333333vw;
    padding: 1.6vw 0;
  }
  .g-num__step span:nth-child(1) {
    font-size: 3.0666666667vw;
  }
  .g-num__step span:nth-child(2) {
    font-size: 8.6666666667vw;
    margin-top: 0.6666666667vw;
  }
  .g-num__btn {
    font-size: 3.4666666667vw;
    width: 53.3333333333vw;
    height: 8vw;
    border: 0.4vw solid #33a1db;
    padding-right: 3.6vw;
    margin-left: auto;
    margin-right: 0;
  }
  .g-num__btn:after {
    width: 3.2vw;
    height: 1.8666666667vw;
    right: 2.1333333333vw;
  }
}

.g-ticket__btn {
  margin: 0 auto;
  display: block;
}
.g-ticket__btn img {
  width: 100%;
}
@media (min-width: 768px) {
  .g-ticket__btn {
    width: 650px;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .g-ticket__btn {
    width: 86.6666666667vw;
    margin-top: 4vw;
  }
}

.m-about {
  padding-top: 1px;
  background: #fff;
}
.m-about__ttl {
  text-align: center;
  font-weight: 900;
  background: #bf9d6d;
  color: #fff;
}
.m-about__box, .m-about__attention, .m-about__season {
  margin: 0 auto;
}
.m-about__box {
  margin: 0 auto;
}
.m-about__box > div:nth-child(1) {
  color: #fff;
  background: #33a1db;
}
.m-about__box > div:nth-child(1) p span {
  color: #33a1db;
  background: #000;
}
.m-about__box > div:nth-child(1) p em {
  background: #000;
  color: #33a1db;
}
.m-about__box h3 {
  text-align: center;
  font-weight: 900;
}
.m-about__box h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.m-about__box h4 span {
  background: #bf9d6d;
  color: #000;
}
.m-about__season img {
  display: block;
  margin: 0 auto;
}
.m-about__season p span {
  background: #33a1db;
  color: #fff;
  padding: 0 3px;
}
.m-about__attention {
  background: #fff;
}
.m-about__attention h4 {
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: absolute;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-about__attention h4:before {
  content: "";
  background-image: url("../img/icon_attention.png");
  background-size: cover;
  display: block;
}
.m-about__attention p span {
  color: #33a1db;
}
.m-about__change ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-about__change li em {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  color: #33a1db;
  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-about__change li 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;
  margin: 0 auto;
}
.m-about__change li h4 {
  text-align: center;
  line-height: 1.25;
}
.m-about__change li p {
  line-height: 1.5714285714;
}
.m-about__period {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.2);
}
.m-about__period span {
  background: #bf9d6d;
  color: #fff;
}
@media (min-width: 768px) {
  .m-about {
    padding-bottom: 80px;
  }
  .m-about__ttl {
    font-size: 40px;
    margin: 55px auto 30px;
  }
  .m-about__box {
    width: 1100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 13px solid;
  }
  .m-about__box > div {
    padding: 30px 50px;
  }
  .m-about__box > div:nth-child(1) p {
    margin: 15px auto;
  }
  .m-about__box > div:nth-child(2) {
    border-left: 13px solid;
  }
  .m-about__box h3 {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .m-about__box h4 {
    font-size: 16px;
    width: 500px;
    margin: 0 auto;
  }
  .m-about__box h4 span {
    padding: 5px 10px;
    margin-right: 110px;
  }
  .m-about__box p {
    font-size: 16px;
  }
  .m-about__period {
    font-size: 16px;
    width: 500px;
    margin: 0 auto;
  }
  .m-about__period span {
    padding: 5px 10px;
    margin-right: 85px;
  }
  .m-about__season p {
    font-size: 16px;
    margin: 20px auto 30px;
    width: 1000px;
  }
  .m-about__season img {
    width: 458px;
  }
  .m-about__attention {
    width: 830px;
    padding: 30px 100px 25px;
    border: 6px solid #33a1db;
    margin-top: 50px;
  }
  .m-about__attention p {
    font-size: 16px;
    margin-bottom: 35px;
  }
  .m-about__attention h4 {
    top: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .m-about__attention h4:before {
    width: 34px;
    height: 29px;
    margin-right: 5px;
  }
  .m-about__change ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-about__change li {
    width: 340px;
    height: 368px;
    border: 14px solid #000;
    margin: 0 7px;
    padding: 40px 30px 0;
  }
  .m-about__change li em {
    width: 73px;
    height: 80px;
    font-size: 50px;
    top: -10px;
  }
  .m-about__change li h4 {
    font-size: 24px;
    margin: 20px 0 15px;
  }
  .m-about__change li span {
    min-height: 68px;
  }
  .m-about__change li p {
    font-size: 14px;
  }
  .m-about__change li:nth-child(1) span {
    width: 64px;
  }
  .m-about__change li:nth-child(2) span {
    width: 55px;
  }
  .m-about__change li:nth-child(3) span {
    width: 68px;
  }
}
@media (max-width: 767px) {
  .m-about {
    padding-bottom: 10vw;
  }
  .m-about__ttl {
    font-size: 8vw;
    margin: 8vw 0;
  }
  .m-about__ttl.--min {
    font-size: 6.1333333333vw;
  }
  .m-about__box {
    width: 89.3333333333vw;
    border: 1.7333333333vw solid;
  }
  .m-about__box > div {
    padding: 6.6666666667vw;
  }
  .m-about__box > div:nth-child(1) p {
    margin: 2vw auto;
  }
  .m-about__box > div:nth-child(2) {
    border-top: 1.7333333333vw solid;
  }
  .m-about__box h3 {
    font-size: 5.3333333333vw;
    margin-bottom: 4vw;
  }
  .m-about__box h4 {
    font-size: 3.2vw;
  }
  .m-about__box h4 span {
    padding: 0.6666666667vw 1.3333333333vw;
    margin-right: 5.3333333333vw;
  }
  .m-about__box p {
    font-size: 3.2vw;
  }
  .m-about__period {
    font-size: 3.2vw;
  }
  .m-about__period span {
    padding: 0.6666666667vw 1.3333333333vw;
    margin-right: 5.3333333333vw;
  }
  .m-about__season {
    width: 79.3333333333vw;
  }
  .m-about__season p {
    font-size: 3.7333333333vw;
    margin: 4.6666666667vw auto 8vw;
  }
  .m-about__season img {
    width: 100%;
  }
  .m-about__attention {
    width: 90.6666666667vw;
    padding: 9.3333333333vw 2.6666666667vw 3.3333333333vw;
    border: 0.8vw solid #33a1db;
    margin-top: 13.3333333333vw;
  }
  .m-about__attention p {
    font-size: 3.7333333333vw;
    width: 63.3333333333vw;
    margin: 0 auto 6.6666666667vw;
  }
  .m-about__attention h4 {
    top: -4.5333333333vw;
    padding-left: 3.3333333333vw;
    padding-right: 2vw;
  }
  .m-about__attention h4:before {
    width: 8.9333333333vw;
    height: 7.6vw;
    margin-right: 1.3333333333vw;
  }
  .m-about__change ul {
    padding: 0 7.3333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-about__change li {
    width: 100%;
    border: 1.4666666667vw solid #000;
    margin: 0 0.9333333333vw;
    padding: 5.3333333333vw 4vw 8.6666666667vw;
  }
  .m-about__change li:nth-child(n+2) {
    margin-top: 5.3333333333vw;
  }
  .m-about__change li em {
    width: 20.9333333333vw;
    height: 22.1333333333vw;
    font-size: 13.6vw;
    top: -1.3333333333vw;
  }
  .m-about__change li h4 {
    font-size: 6.6666666667vw;
    margin: 2.6666666667vw 0 2vw;
  }
  .m-about__change li span {
    min-height: 9.0666666667vw;
  }
  .m-about__change li p {
    font-size: 3.7333333333vw;
  }
  .m-about__change li:nth-child(1) span {
    width: 17.4666666667vw;
  }
  .m-about__change li:nth-child(2) span {
    width: 15.0666666667vw;
  }
  .m-about__change li:nth-child(3) span {
    width: 18.4vw;
  }
}

.m-stadium {
  background: #fff;
}
.m-stadium__ttl {
  background: #bf9d6d;
  color: #fff;
  text-align: center;
}
.m-stadium__pct {
  background: rgba(255, 255, 255, 0.1);
  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) {
  .m-stadium {
    padding: 35px 0 60px;
  }
  .m-stadium__ttl {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .m-stadium__pct {
    height: 750px;
  }
  .m-stadium__pct img {
    width: 879px;
  }
}
@media (max-width: 767px) {
  .m-stadium {
    padding: 3.3333333333vw 0 4.6666666667vw;
  }
  .m-stadium__ttl {
    font-size: 4.1333333333vw;
    margin-bottom: 2vw;
  }
  .m-stadium__pct {
    width: 93.3333333333vw;
    padding: 4.6666666667vw 2.4vw 6.6666666667vw;
    margin: 0 auto;
  }
  .m-stadium__pct img {
    width: 879px;
  }
}

.m-seat {
  background: #fff;
}
.m-seat__ttl {
  color: #fff;
  text-align: center;
  line-height: 1;
  font-weight: 900;
}
.m-seat__ttl span, .m-seat__ttl em {
  font-weight: 900;
}
.m-seat__ttl span, .m-seat__ttl small {
  display: block;
}
.m-seat__ttl span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #bf9d6d;
}
.m-seat__ttl span:before, .m-seat__ttl span:after {
  content: "";
  background: #bf9d6d;
  display: block;
  position: absolute;
}
.m-seat__ttl span:before {
  -webkit-transform: rotate(-32deg);
          transform: rotate(-32deg);
}
.m-seat__ttl span:after {
  -webkit-transform: rotate(-148deg);
          transform: rotate(-148deg);
}
.m-seat__ttl em {
  color: #33a1db;
}
.m-seat__ttl small {
  font-weight: 400;
}
.m-seat__subttl {
  text-align: center;
  background: #bf9d6d;
  color: #fff;
}
.m-seat__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-seat__tab li {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-seat__tab li:nth-child(1) {
  background: #e84729;
  color: #fff;
}
.m-seat__tab li:nth-child(2) {
  background: #7d5d4b;
  color: #fff;
}
.m-seat__tab li:nth-child(3) {
  background: #a54a96;
  color: #fff;
}
.m-seat__tab li:nth-child(4) {
  background: #0665aa;
  color: #fff;
}
.m-seat__tab li:nth-child(5) {
  background: #70ba48;
  color: #fff;
}
.m-seat__tab li:nth-child(6) {
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #b3a540), color-stop(20%, #d5c973), color-stop(50%, #e9e1a5), color-stop(70%, #d5c973), color-stop(90%, #b3a540));
  background: linear-gradient(90deg, #b3a540 10%, #d5c973 20%, #e9e1a5 50%, #d5c973 70%, #b3a540 90%);
  color: #333;
}
.m-seat__tab li:nth-child(7) {
  background: #2e318e;
  color: #fff;
}
.m-seat__tab li:nth-child(8) {
  background: #718cc7;
  color: #fff;
}
.m-seat__tab li:nth-child(9) {
  background: #5db6e7;
  color: #333;
}
.m-seat__tab li:nth-child(10) {
  background: #f6c090;
  color: #333;
}
.m-seat__tab li:before {
  content: "";
  background-image: url("../img/icon_seat.png");
  background-size: cover;
  position: absolute;
  mix-blend-mode: multiply;
}
.m-seat__pricelist {
  margin: 0 auto;
}
.m-seat__pricelist li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-seat__pricelist li em {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
}
.m-seat__pricelist li.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-seat__pricelist li em {
  font-family: "Oswald", sans-serif;
}
.m-seat__pricelist li em span {
  font-family: "Noto Sans JP", sans-serif;
}
.m-seat__pricelist li:nth-child(1) {
  background: #e84729;
  color: #fff;
}
.m-seat__pricelist li:nth-child(2) {
  background: #7d5d4b;
  color: #fff;
}
.m-seat__pricelist li:nth-child(3) {
  background: #a54a96;
  color: #fff;
}
.m-seat__pricelist li:nth-child(4) {
  background: #0665aa;
  color: #fff;
}
.m-seat__pricelist li:nth-child(5) {
  background: #70ba48;
  color: #fff;
}
.m-seat__pricelist li:nth-child(6) {
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #b3a540), color-stop(20%, #d5c973), color-stop(50%, #e9e1a5), color-stop(70%, #d5c973), color-stop(90%, #b3a540));
  background: linear-gradient(90deg, #b3a540 10%, #d5c973 20%, #e9e1a5 50%, #d5c973 70%, #b3a540 90%);
  color: #333;
}
.m-seat__pricelist li:nth-child(7) {
  background: #2e318e;
  color: #fff;
}
.m-seat__pricelist li:nth-child(8) {
  background: #718cc7;
  color: #fff;
}
.m-seat__pricelist li:nth-child(9) {
  background: #5db6e7;
  color: #333;
}
.m-seat__pricelist li:nth-child(10) {
  background: #f6c090;
  color: #333;
}
.m-seat__pricelist li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.m-seat__viewwrap {
  margin: 0 auto;
}
.m-seat__inner {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
}
.m-seat__inner ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-seat__inner ul.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-seat__inner ul li {
  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: 2px solid #000;
  color: #000;
  border-radius: 9999px;
  font-size: 12px;
  padding: 5px;
  margin: 5px;
}
.m-seat__inner ul li.is-active {
  background: #000;
  color: #fff;
}
@media (min-width: 768px) {
  .m-seat {
    padding-bottom: 50px;
  }
  .m-seat__ttl {
    font-size: 40px;
  }
  .m-seat__ttl span {
    font-size: 30px;
  }
  .m-seat__ttl span:before, .m-seat__ttl span:after {
    width: 8px;
    height: 52px;
  }
  .m-seat__ttl span:before {
    left: -30px;
  }
  .m-seat__ttl span:after {
    right: -30px;
  }
  .m-seat__ttl small {
    margin-top: 10px;
    font-size: 14px;
  }
  .m-seat__subttl {
    margin: 40px auto 35px;
    font-size: 30px;
  }
  .m-seat__price {
    margin-bottom: 5px;
  }
  .m-seat__tab {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 30px auto 15px;
  }
  .m-seat__tab li {
    width: 190px;
    height: 56px;
    padding-left: 18px;
    margin: 0 10px;
  }
  .m-seat__tab li:before {
    width: 15px;
    height: 25px;
    left: 18px;
  }
  .m-seat__tab li:nth-child(9), .m-seat__tab li:nth-child(10) {
    width: 300px;
  }
  .m-seat__tab li:nth-child(n+5) {
    margin-top: 15px;
  }
  .m-seat__pricelist {
    width: 100%;
  }
  .m-seat__pricelist li {
    min-height: 56px;
    padding: 5px 20px 5px 30px;
  }
  .m-seat__pricelist li p {
    font-size: 22px;
  }
  .m-seat__pricelist li em {
    font-size: 40px;
  }
  .m-seat__pricelist li em span {
    font-size: 32px;
    margin-right: 5px;
  }
  .m-seat__pricelist li em span.child {
    margin-left: 1rem;
  }
  .m-seat__viewwrap {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .m-seat {
    padding-bottom: 50px;
  }
  .m-seat__ttl {
    font-size: 5.6vw;
  }
  .m-seat__ttl span {
    font-size: 4.2666666667vw;
  }
  .m-seat__ttl span:before, .m-seat__ttl span:after {
    width: 1.2vw;
    height: 7.6vw;
  }
  .m-seat__ttl span:before {
    left: -4.6666666667vw;
  }
  .m-seat__ttl span:after {
    right: -4.6666666667vw;
  }
  .m-seat__ttl small {
    margin-top: 1.3333333333vw;
    font-size: 2.8vw;
  }
  .m-seat__subttl {
    font-size: 4.1333333333vw;
    margin: 6.6666666667vw auto 2.6666666667vw;
    line-height: 1.2;
    padding: 1.3333333333vw 0;
  }
  .m-seat__price {
    padding: 0 6.2666666667vw;
    overflow: scroll;
  }
  .m-seat__price img {
    width: 208.2666666667vw;
    max-width: none;
  }
  .m-seat__note {
    width: 87.6vw;
    margin: 4vw auto 0;
  }
  .m-seat__tab {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 3.7333333333vw 3.0666666667vw 2vw;
  }
  .m-seat__tab li {
    width: 45.3333333333vw;
    height: 10.6666666667vw;
    padding-left: 18px;
  }
  .m-seat__tab li:nth-child(n+3) {
    margin-top: 2vw;
  }
  .m-seat__tab li:before {
    width: 2.6666666667vw;
    height: 4.5333333333vw;
    left: 3.3333333333vw;
  }
  .m-seat__tab li:last-child {
    font-size: 3.4666666667vw;
    line-height: 1.2;
  }
  .m-seat__pricelist {
    width: 93.3333333333vw;
  }
  .m-seat__pricelist li {
    min-height: 10.6666666667vw;
    padding: 0.6666666667vw 3.3333333333vw 0.6666666667vw 4vw;
  }
  .m-seat__pricelist li p {
    font-size: 2.6666666667vw;
  }
  .m-seat__pricelist li em {
    font-size: 5.5vw;
  }
  .m-seat__pricelist li em span {
    font-size: 3.5vw;
    margin-right: 1vw;
  }
  .m-seat__pricelist li em span.child {
    margin-left: 0.5rem;
  }
  .m-seat__viewwrap {
    height: 80vw;
    width: 93.3333333333vw;
  }
}

.m-benefits {
  background: #e6f6ff;
}
.m-benefits__ttl {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  z-index: 1;
  line-height: 1;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.m-benefits__num {
  background-image: url("../img/benefit_num.png");
  background-size: cover;
  position: absolute;
  left: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 900;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  z-index: 1;
}
.m-benefits__num:before {
  content: "特典";
}
.m-benefits__top {
  width: 100%;
}
.m-benefits__top img {
  width: 100%;
}
.m-benefits__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-benefits__items {
  background: rgba(0, 0, 0, 0.75);
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  background-size: cover;
}
.m-benefits__items em {
  font-weight: 900;
  display: block;
  text-align: center;
  color: #33a1db;
  line-height: 1.1666666667;
}
.m-benefits__items em span {
  display: block;
  font-weight: 900;
  color: #33a1db;
}
.m-benefits__items p {
  line-height: 1.5714285714;
}
.m-benefits__icon {
  position: absolute;
}
.m-benefits__btm em,
.m-benefits__btm p {
  font-weight: 900;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-benefits__btm span {
  background: #bf9d6d;
  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;
  position: absolute;
  right: 0;
  top: 0;
}
.m-benefits__btm em {
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
}
.m-benefits__btm p {
  background: #fff;
  color: #33a1db;
}
.m-benefits__btm small {
  font-size: 500;
  color: #000;
}
@media (min-width: 768px) {
  .m-benefits {
    padding-bottom: 60px;
  }
  .m-benefits__ttl {
    font-size: 52px;
    top: 30px;
  }
  .m-benefits__list {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 70px;
  }
  .m-benefits__items {
    width: 312px;
    height: 341px;
    padding: 0 22px;
    border: 7px solid #33a1db;
  }
  .m-benefits__items:nth-child(1), .m-benefits__items:nth-child(2), .m-benefits__items:nth-child(3) {
    height: 220px;
  }
  .m-benefits__items:nth-child(4), .m-benefits__items:nth-child(5), .m-benefits__items:nth-child(6) {
    height: 295px;
  }
  .m-benefits__items:nth-child(1) .m-benefits__icon {
    width: 40px;
    top: 10px;
    right: 10px;
  }
  .m-benefits__items:nth-child(2) .m-benefits__icon {
    width: 34px;
    top: 10px;
    right: 20px;
  }
  .m-benefits__items:nth-child(3) .m-benefits__icon {
    width: 28px;
    top: 10px;
    right: 10px;
  }
  .m-benefits__items:nth-child(4) .m-benefits__icon {
    width: 196px;
    margin-top: 25px;
    height: auto;
    position: relative;
  }
  .m-benefits__items:nth-child(5) .m-benefits__icon {
    width: 71px;
    top: 10px;
    right: 15px;
  }
  .m-benefits__items:nth-child(6) .m-benefits__icon {
    width: 43px;
    top: 10px;
    right: 10px;
  }
  .m-benefits__items:nth-child(7) {
    margin-left: auto;
    margin-right: auto;
  }
  .m-benefits__items em {
    font-size: 24px;
    min-height: 56px;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 15px auto 10px;
  }
  .m-benefits__items em span {
    font-size: 16px;
  }
  .m-benefits__items p {
    text-align: center;
    min-height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m-benefits__items:nth-child(n+4) {
    margin-top: 50px;
  }
  .m-benefits__num {
    font-size: 41px;
    padding-left: 13px;
    width: 163px;
    height: 64px;
    top: -35px;
    left: -7px;
  }
  .m-benefits__num:before {
    font-size: 24px;
    margin-right: 5px;
    margin-left: 15px;
  }
  .m-benefits__btm {
    background-image: url("../img/benefits_btm.jpg");
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 46px 43px;
    margin-top: 40px;
  }
  .m-benefits__btmitems {
    width: 428px;
  }
  .m-benefits__btmitems span {
    font-size: 17px;
    width: 116px;
    height: 40px;
  }
  .m-benefits__btmitems em,
  .m-benefits__btmitems p {
    padding-left: 65px;
  }
  .m-benefits__btmitems em {
    font-size: 20px;
    line-height: 1.55;
  }
  .m-benefits__btmitems p {
    line-height: 1.3333333333;
  }
  .m-benefits__btmitems small {
    font-size: 11px;
  }
  .m-benefits__btmitems:nth-child(1) em {
    height: 120px;
  }
  .m-benefits__btmitems:nth-child(1) p {
    height: 93px;
    font-size: 24px;
  }
  .m-benefits__btmitems:nth-child(2) {
    margin-left: 50px;
  }
  .m-benefits__btmitems:nth-child(2) em {
    height: 93px;
  }
  .m-benefits__btmitems:nth-child(2) p {
    height: 120px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .m-benefits {
    padding-bottom: 7.3333333333vw;
  }
  .m-benefits__ttl {
    font-size: 8vw;
    top: 4.6666666667vw;
  }
  .m-benefits__list {
    width: 100%;
    width: 90.6666666667vw;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 6.6666666667vw;
  }
  .m-benefits__top {
    margin-bottom: 6.6666666667vw;
  }
  .m-benefits__items {
    width: 100%;
    padding: 6.6666666667vw 6.6666666667vw 6.6666666667vw;
    border: 1.4666666667vw solid #33a1db;
  }
  .m-benefits__items em {
    font-size: 8.6666666667vw;
    margin: 5.3333333333vw auto 6.9333333333vw;
    line-height: 1.2857142857;
  }
  .m-benefits__items em span {
    font-size: 5.7333333333vw;
    margin-bottom: 1.3333333333vw;
    line-height: 1;
  }
  .m-benefits__items p {
    text-align: center;
  }
  .m-benefits__items:nth-child(n+2) {
    margin-top: 11.3333333333vw;
  }
  .m-benefits__items:nth-child(1) .m-benefits__icon {
    width: 11.4666666667vw;
    top: 4vw;
    right: 4vw;
  }
  .m-benefits__items:nth-child(2) .m-benefits__icon {
    width: 9.8666666667vw;
    top: 4vw;
    right: 6.6666666667vw;
  }
  .m-benefits__items:nth-child(3) .m-benefits__icon {
    width: 8.2666666667vw;
    top: 4vw;
    right: 4vw;
  }
  .m-benefits__items:nth-child(4) .m-benefits__icon {
    width: 56.6666666667vw;
    margin-top: 8.6666666667vw;
    position: relative;
  }
  .m-benefits__items:nth-child(5) .m-benefits__icon {
    width: 20.6666666667vw;
    top: 4vw;
    right: 4vw;
  }
  .m-benefits__items:nth-child(6) .m-benefits__icon {
    width: 12.6666666667vw;
    top: 4vw;
    right: 4vw;
  }
  .m-benefits__num {
    font-size: 13.3333333333vw;
    padding-left: 6.6666666667vw;
    padding-bottom: 3.2vw;
    width: 47.3333333333vw;
    height: 18.6666666667vw;
    top: -9.3333333333vw;
    left: -1.4666666667vw;
  }
  .m-benefits__num:before {
    font-size: 6.9333333333vw;
  }
  .m-benefits__btm {
    background-image: url("../img/benefits_btm.jpg");
    background-size: cover;
    background-position: bottom;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 8vw 0 7.3333333333vw;
  }
  .m-benefits__btmitems {
    width: 87.6vw;
    margin: 0 auto;
  }
  .m-benefits__btmitems span {
    font-size: 4.2666666667vw;
    width: 27.7333333333vw;
    height: 9.4666666667vw;
  }
  .m-benefits__btmitems em,
  .m-benefits__btmitems p {
    padding-left: 8.6666666667vw;
  }
  .m-benefits__btmitems em {
    font-size: 4.8vw;
    line-height: 1.55;
  }
  .m-benefits__btmitems p {
    line-height: 1.3333333333;
  }
  .m-benefits__btmitems small {
    font-size: 3.0666666667vw;
  }
  .m-benefits__btmitems:nth-child(1) em {
    height: 28.4vw;
  }
  .m-benefits__btmitems:nth-child(1) p {
    height: 22.1333333333vw;
    font-size: 5.6vw;
  }
  .m-benefits__btmitems:nth-child(2) {
    margin-top: 5.3333333333vw;
  }
  .m-benefits__btmitems:nth-child(2) em {
    height: 22.1333333333vw;
  }
  .m-benefits__btmitems:nth-child(2) p {
    height: 28.4vw;
    font-size: 4vw;
  }
}

.m-lottery__num li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #bf9d6d;
  color: #fff;
}
.m-lottery__num li 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: #bf9d6d;
  font-family: "Oswald", sans-serif;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1;
}
.m-lottery__num li p {
  background: #33a1db;
}
.m-lottery__num li p span {
  display: block;
}
@media (min-width: 768px) {
  .m-lottery__num li + li {
    margin-top: 15px;
  }
  .m-lottery__num li:last-child p {
    font-size: 17px;
    letter-spacing: 0;
  }
  .m-lottery__num li em {
    font-size: 42px;
    width: 45px;
  }
  .m-lottery__num li p {
    min-height: 55px;
    width: calc(100% - 45px);
    padding: 12px 10px;
    font-size: 18px;
  }
  .m-lottery__num li p span {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .m-lottery__num li + li {
    margin-top: 3.2vw;
  }
  .m-lottery__num li:last-child p {
    font-size: 3.8666666667vw;
    letter-spacing: 0;
  }
  .m-lottery__num li em {
    font-size: 9.3333333333vw;
    width: 10vw;
  }
  .m-lottery__num li p {
    min-height: 12.2666666667vw;
    width: calc(100% - 10vw);
    padding: 2vw 2vw;
    font-size: 4.4vw;
  }
  .m-lottery__num li p span {
    font-size: 3.7333333333vw;
  }
}

.m-place__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-place__items * {
  letter-spacing: -0.03em;
}
.m-place__items em, .m-place__items small {
  font-family: "Oswald", sans-serif;
  line-height: 1;
}
.m-place__items em, .m-place__items span {
  display: block;
}
.m-place__items p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-place__items span {
  white-space: nowrap;
}
.m-place__items a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #33a1db;
  background: #fff;
  line-height: 1.4210526316;
}
.m-place__items a:after {
  content: "";
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-image: url("../img/arw_blue.png");
  position: absolute;
  background-size: cover;
}
.m-place__items > p, .m-place__items > div {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 768px) {
  .m-place__items:nth-child(n+2) {
    margin-top: 35px;
  }
  .m-place__items.item03 span:nth-child(1) {
    position: absolute;
    top: 0;
  }
  .m-place__items.item03 p {
    padding-top: 1.2rem;
  }
  .m-place__items em {
    font-size: 50px;
    margin-right: 4px;
  }
  .m-place__items span {
    font-size: 14px;
  }
  .m-place__items small {
    font-size: 20px;
  }
  .m-place__items p + p {
    margin-top: 10px;
  }
  .m-place__items a {
    width: 210px;
    font-size: 17px;
    border: 4px solid #33a1db;
    padding-left: 15px;
  }
  .m-place__items a:after {
    width: 14px;
    height: 8px;
    right: 10px;
  }
  .m-place__items.item01 a {
    height: 55px;
  }
  .m-place__items.item02 a {
    height: 83px;
  }
  .m-place__items.item03 a {
    height: 168px;
  }
}
@media (max-width: 767px) {
  .m-place__items.item03 span:nth-child(1) {
    position: absolute;
    top: 0;
  }
  .m-place__items.item03 p {
    padding-top: 1.2rem;
  }
  .m-place__items em {
    font-size: 11.3333333333vw;
    margin-right: 1.3333333333vw;
  }
  .m-place__items span {
    font-size: 3.7333333333vw;
  }
  .m-place__items small {
    font-size: 4.5333333333vw;
  }
  .m-place__items p + p {
    margin-top: 2.6666666667vw;
  }
  .m-place__items a {
    width: 50.6666666667vw;
    font-size: 4.2666666667vw;
    border: 0.9333333333vw solid #33a1db;
    padding-left: 2.9333333333vw;
  }
  .m-place__items a:after {
    width: 2.8vw;
    height: 1.7333333333vw;
    right: 1.3333333333vw;
  }
  .m-place__items.item01 {
    margin-top: 5.0666666667vw;
  }
  .m-place__items.item01 a {
    height: 12.2666666667vw;
  }
  .m-place__items.item02 {
    margin-top: 8vw;
  }
  .m-place__items.item02 a {
    height: 18.4vw;
  }
  .m-place__items.item03 {
    margin-top: 4.6666666667vw;
  }
  .m-place__items.item03 a {
    height: 35.8666666667vw;
  }
}

.m-faq li > * span {
  position: absolute;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
}
.m-faq li > * p {
  line-height: 1.6666666667;
}
.m-faq__q {
  background: #fff;
  border-bottom: 2px dashed #ccc;
}
.m-faq__q p {
  font-weight: 600;
}
.m-faq__q span {
  color: #33a1db;
}
.m-faq__q:after {
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../img/arw_blue.png");
  top: 50%;
  position: absolute;
  background-size: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-faq__q.is-open:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.m-faq__a {
  display: none;
}
.m-faq__a span {
  color: #bf9d6d;
}
@media (min-width: 768px) {
  .m-faq li > * {
    padding-left: 70px;
    padding-right: 80px;
  }
  .m-faq li > * span {
    left: 10px;
  }
  .m-faq__q {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .m-faq__q span {
    top: 25px;
    font-size: 36px;
  }
  .m-faq__q p {
    font-size: 16px;
  }
  .m-faq__q:after {
    width: 13px;
    height: 8px;
    right: 18px;
  }
  .m-faq__a {
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .m-faq__a span {
    top: 11px;
    font-size: 40px;
  }
  .m-faq__a p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .m-faq li > * {
    padding-right: 11.3333333333vw;
  }
  .m-faq li > * span {
    left: 2.6666666667vw;
  }
  .m-faq__q {
    padding-top: 5.7333333333vw;
    padding-bottom: 7.3333333333vw;
    padding-left: 16vw;
  }
  .m-faq__q span {
    top: 5.7333333333vw;
    left: 1.8666666667vw;
    font-size: 7.7333333333vw;
    min-width: 11.2vw;
    display: block;
    text-align: center;
  }
  .m-faq__q p {
    font-size: 3.7333333333vw;
  }
  .m-faq__q:after {
    width: 2.8vw;
    height: 1.7333333333vw;
    right: 4.2666666667vw;
  }
  .m-faq__a {
    padding-top: 3.3333333333vw;
    padding-bottom: 4vw;
    padding-left: 12.9333333333vw;
  }
  .m-faq__a span {
    top: 2.6666666667vw;
    font-size: 9.3333333333vw;
  }
  .m-faq__a p {
    font-size: 3.4666666667vw;
  }
}

.m-note__box {
  line-height: 1.6666666667;
}
.m-note__box em {
  color: #33a1db;
  padding-left: 1em;
}
.m-note__box em:before {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  content: "◇";
  margin-left: -1em;
}
.m-note__box li {
  padding-left: 1em;
}
.m-note__box li:before {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  content: "・";
  margin-left: -1em;
}
.m-note__box li.--note:before {
  content: "※";
}
@media (min-width: 768px) {
  .m-note__box {
    font-size: 15px;
  }
  .m-note__box:nth-child(n+2) {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .m-note__box {
    margin-top: 5.6vw;
    font-size: 3.3333333333vw;
  }
  .m-note__box:nth-child(n+2) {
    margin-top: 6.6666666667vw;
  }
}

.m-info__ttl {
  font-family: "Oswald", sans-serif;
}
.m-info__btm em, .m-info__subttl {
  font-weight: 900;
}
.m-info__btm p {
  line-height: 1.9375;
}
@media (min-width: 768px) {
  .m-info {
    margin-top: 35px;
    text-align: center;
    background-image: url("../img/info_bg.jpg");
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 165px;
  }
  .m-info__ttl {
    font-size: 62px;
    line-height: 1;
  }
  .m-info__subttl {
    font-size: 22px;
    margin-top: 15px;
  }
  .m-info__btm {
    margin-top: 25px;
  }
  .m-info__btm em {
    font-size: 20px;
  }
  .m-info__btm p {
    font-size: 16px;
    margin-top: 7px;
  }
}
@media (max-width: 767px) {
  .m-info {
    margin-top: 8.6666666667vw;
    text-align: center;
    background-image: url("../img/info_bg_sp.jpg");
    background-size: cover;
    padding-top: 8.6666666667vw;
    padding-bottom: 34.6666666667vw;
  }
  .m-info__ttl {
    font-size: 13.8666666667vw;
    line-height: 0.9;
  }
  .m-info__subttl {
    font-size: 5.0666666667vw;
    margin-top: 3.3333333333vw;
    line-height: 1.2;
    margin: 4vw 0 4.6666666667vw;
  }
  .m-info__btm {
    text-align: left;
    margin-top: 6vw;
    padding: 0 8vw;
  }
  .m-info__btm em {
    font-size: 4.2666666667vw;
  }
  .m-info__btm p {
    font-size: 3.7333333333vw;
    margin-top: 4vw;
  }
}

@-webkit-keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.m-lead__ttl {
  font-weight: 900;
  line-height: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-lead__ttl 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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.m-lead__ttl * {
  font-weight: 900;
}
.m-lead__ttl .gold {
  color: #bf9d6d;
}
.m-lead__ttl .blue {
  color: #33a1db;
}
.m-lead__txt {
  margin: 0 auto;
  line-height: 2.1875;
}
.m-lead__txt em {
  color: #33a1db;
}
.m-lead__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-lead__slide img {
  -webkit-animation: loop-slide 35s infinite linear 1s both;
          animation: loop-slide 35s infinite linear 1s both;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 768px) {
  .m-lead {
    background-image: url("../img/lead_bg.jpg");
    padding: 75px 0 0;
  }
  .m-lead__ttl {
    font-size: 40px;
    margin-bottom: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m-lead__ttl em {
    border: 6px solid #000;
    padding: 5px 25px;
    font-size: 46px;
    margin-left: 10px;
  }
  .m-lead__txt {
    width: 1000px;
    text-align: center;
    padding-bottom: 85px;
  }
}
@media (max-width: 767px) {
  .m-lead {
    background-image: url("../img/lead_bg_sp.jpg");
    padding: 13.3333333333vw 0 0;
  }
  .m-lead__ttl {
    font-size: 8vw;
    margin-bottom: 6.6666666667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-lead__ttl em {
    border: 1.4666666667vw solid #000;
    padding: 0.8vw 10.6666666667vw;
    font-size: 10.2666666667vw;
    margin: 3.3333333333vw auto 0;
  }
  .m-lead__txt {
    font-size: 3.7333333333vw;
    width: 82vw;
    padding-bottom: 22vw;
  }
}

.m-offers {
  background: #d6e5ed;
}
.m-offers__note {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .m-offers {
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .m-offers__pct img {
    width: 1278px;
    display: block;
    margin: 0 auto;
  }
  .m-offers__pct:before {
    content: "";
    background: #33a1db;
    border-top: 60px solid #bf9d6d;
    position: absolute;
    width: 100%;
    height: 358px;
    top: 227px;
    left: 0;
  }
  .m-offers__note {
    width: 700px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .m-offers {
    padding-bottom: 10.6666666667vw;
  }
  .m-offers__pct img {
    width: 96.5333333333vw;
    margin-left: auto;
    margin-right: 0;
    display: block;
  }
  .m-offers__note {
    width: 86.1333333333vw;
    margin-top: 4vw;
  }
}

.m-nav__items a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
.m-nav__items a:before {
  content: "";
  background-image: url("../img/arw_gold.png");
  background-size: cover;
  position: absolute;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  right: 0;
}
.m-nav__items.pct a:before {
  content: none;
}
@media (min-width: 768px) {
  .m-nav__list {
    height: 81px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 7px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 700px;
    margin: 0 auto;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding-right: 350px;
  }
  .m-nav__list:before {
    content: "";
    width: 700px;
    height: 1px;
    background: #bf9d6d;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .m-nav__wrap {
    background: #000;
  }
  .m-nav__items.--wide01 {
    width: 430px;
  }
  .m-nav__items.--wide02 {
    width: 250px;
    margin-left: 20px !important;
  }
  .m-nav__items:nth-child(3) {
    margin-left: 0 !important;
  }
  .m-nav__items:nth-child(n+2) {
    margin-left: 53px;
  }
  .m-nav__items a {
    font-size: 16px;
    padding-right: 17px;
  }
  .m-nav__items a:before {
    width: 12px;
    height: 8px;
  }
  .m-nav__items.pct {
    position: absolute;
    right: 0;
  }
  .m-nav__items.pct a {
    display: block;
    width: 340px;
    padding: 0;
  }
  .m-nav.nav-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .m-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #000;
    position: fixed;
    bottom: 0;
    width: 100vw;
    z-index: 1000;
  }
  .m-nav__link {
    display: block;
    width: 81.8666666667vw;
    margin: 0 auto;
  }
  .m-nav__btn {
    display: block;
    width: 16vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .m-nav__btn:before {
    content: "";
    z-index: 1;
    background-image: url("../img/menu_open.png");
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
  }
  .m-nav__btn.is-open:before {
    opacity: 1;
  }
  .m-nav__list {
    position: fixed;
    height: calc(100vh - 16vw);
    width: 70vw;
    background: #fff;
    padding-top: 16vw;
    top: 0;
    right: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .m-nav__list.is-open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .m-nav__items a {
    padding: 2vw 6.6666666667vw;
    color: #000;
  }
  .m-nav__items a:before {
    width: 2.8vw;
    height: 1.7333333333vw;
    right: 4vw;
  }
}

.m-announce__box {
  background: #fff;
}
.m-announce__box span {
  font-weight: 900;
  display: block;
  text-align: center;
}
.m-announce__box em {
  color: #33a1db;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 900;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.m-announce__box em:before {
  content: "NEW";
  background: #33a1db;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  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;
  -webkit-transform: rotate(-18deg);
          transform: rotate(-18deg);
}
.m-announce__box p {
  text-align: center;
}
@media (min-width: 768px) {
  .m-announce__box {
    padding: 10px 0 17px;
  }
  .m-announce__box span {
    font-size: 18px;
  }
  .m-announce__box em {
    font-size: 22px;
    border: 2px solid #33a1db;
    padding: 5px 20px;
    margin: 10px auto;
  }
  .m-announce__box em:before {
    width: 78px;
    height: 78px;
    top: -50px;
    left: -65px;
  }
  .m-announce__box p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .m-announce__box {
    padding: 4.6666666667vw 0;
  }
  .m-announce__box span {
    font-size: 3.6vw;
  }
  .m-announce__box em {
    font-size: 4vw;
    border: 0.2666666667vw solid #33a1db;
    padding: 0.6666666667vw 4vw;
    margin: 2vw auto 4vw;
  }
  .m-announce__box em:before {
    width: 13.8666666667vw;
    height: 13.8666666667vw;
    top: -6.6666666667vw;
    left: -11.6vw;
    font-size: 4.6666666667vw;
  }
  .m-announce__box p {
    font-size: 3.4666666667vw;
    padding: 0 5.3333333333vw;
    text-align: left;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: auto;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-prev {
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}

.slick-prev,
.slick-next {
  z-index: 2;
}
.slick-prev::before,
.slick-next::before {
  background: url("../img/arrow.png");
  background-size: cover;
  opacity: 1;
}
.slick-prev:after,
.slick-next:after {
  background: url("../img/arrow_hover.png");
  background-size: cover;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.slick-prev:before, .slick-prev:after,
.slick-next:before,
.slick-next:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
}
@media (min-width: 768px) {
  .slick-prev,
  .slick-next {
    width: 34px;
    height: 34px;
  }
  .slick-prev:hover:after,
  .slick-next:hover:after {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .slick-prev,
  .slick-next {
    width: 9.0666666667vw;
    height: 9.0666666667vw;
  }
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}/*# sourceMappingURL=style.css.map */