@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: 100px;
  }

  [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%;
    /* width: 100%; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-around; */
  }

  .g-inner.--col>div.--wide {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
}

@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;
  text-align: center;
  line-height: 1.2;
}

.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;
  }

  .g-sectxt__txt+.g-sectxt__label {
    margin-top: 50px;
  }
}

@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-sectxt__label+.g-sectxt__txt {
    margin-top: calc(20/750*100vw);
    ;
  }

  .g-sectxt__txt+.g-sectxt__label {
    margin-top: calc(50/750*100vw);
  }
}

.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;
}

.g-num__label p span {
  padding-left: 1em;
}

.g-num__label p span:before {
  content: '※';
  margin-left: -1em;
}

@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;
    line-height: 1.2;
  }

  .g-num__label p span {
    font-size: 15px;
    line-height: 1.4;
    display: block;
  }

  .g-num__label+* {
    margin-top: 10px;
  }

  .g-num__step {
    width: 52px;
    height: 90px;
  }

  .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 p span {
    font-size: 3.6vw;
    display: block;
  }

  .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;
}

#first .m-about__ttl {
  margin-top: 0;
}

.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__ticket-illust {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 10px auto 0;
}

.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;
}

.m-about__season ul {
  margin: 0 auto;
  width: fit-content;
}

.m-about__season ul li:before {
  content: '◆';
  margin-left: -1em;
}

.m-about__season ul.m-about__voice-list {
  list-style: none;
  padding: 0;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.m-about__voice-list>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 1.25em;
  padding-left: 0;
}

.m-about__voice-list>li:last-child {
  margin-bottom: 0;
}

.m-about__voice-list>li:before {
  display: none;
}

/* 奇数: イラスト左 / 偶数: イラスト右 */
.m-about__voice-list>li:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.m-about__voice-list>li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.m-about__voice-list>li:nth-child(even) .m-about__voice-fig {
  margin-right: 16px;
}

.m-about__voice-text {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  margin: 0;
  padding: 0.8em 1em;
  border: 2px solid #33a1db;
  border-radius: 12px;
  background: #fff;
  text-align: center;
}

.m-about__voice-text:before,
.m-about__voice-text:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.m-about__voice-list>li:nth-child(odd) .m-about__voice-text:before {
  left: -16px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 16px solid #33a1db;
}

.m-about__voice-list>li:nth-child(odd) .m-about__voice-text:after {
  left: -13px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 13px solid #fff;
}

.m-about__voice-list>li:nth-child(even) .m-about__voice-text:before {
  right: -16px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #33a1db;
}

.m-about__voice-list>li:nth-child(even) .m-about__voice-text:after {
  right: -13px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid #fff;
}

.m-about__voice-fig {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  /* border: 3px solid #33a1db; */
  overflow: hidden;
  background: #fff;
}

.m-about__voice-fig img {
  width: 100%;
  height: 100%;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

@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: 22px;
    width: 500px;
    margin: 0 auto;
  }

  .m-about__period span {
    padding: 5px 10px;
    margin-right: 65px;
  }

  .m-about__season p {
    font-size: 20px;
    margin: 20px auto 30px;
    width: 1000px;
  }

  .m-about__season img {
    width: 660px;
    border-radius: 10%;
  }

  .m-about__voice-fig img {
    width: 100%;
    height: 100%;
    max-width: none;
  }

  .m-about__voice-list>li {
    gap: 28px;
    margin-bottom: 1.5em;
  }

  .m-about__voice-fig {
    width: 120px;
    height: 120px;
  }

  .m-about__voice-list>li:nth-child(even) .m-about__voice-fig {
    margin-right: 10px;
  }

  .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: 500px;
    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: 28px;
    margin: 20px 0 15px;
  }

  .m-about__change li span {
    min-height: 68px;
  }

  .m-about__change li p {
    font-size: 18px;
  }

  .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;
  }

  .m-about__season ul {
    font-size: 20px;
  }
}

@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;
    line-height: 1.2;
    padding: 2vw 0;
  }

  .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__cont {
    padding: 0 7.3333333333vw;
  }

  .m-about__season p {
    font-size: 3.7333333333vw;
    margin: 4.6666666667vw auto 3vw;
    text-align: left;
  }

  .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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-align: left;
}

/* .m-seat__tab li:nth-child(1) {
  background: #e84729;
  color: #fff;
} */
.m-seat__tab li:nth-child(1) {
  background: #7d5d4b;
  color: #fff;
}

.m-seat__tab li:nth-child(2) {
  background: #a54a96;
  color: #fff;
}

.m-seat__tab li:nth-child(3) {
  background: #0665aa;
  color: #fff;
}

.m-seat__tab li:nth-child(4) {
  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, #b3ab6a 10%, #d5c973 20%, #e9e1a5 50%, #d5c973 70%, #b3a540 90%);
  color: #333;
} */
.m-seat__tab li:nth-child(5) {
  background: #2e318e;
  color: #fff;
}

.m-seat__tab li:nth-child(6) {
  background: #718cc7;
  color: #fff;
}

.m-seat__tab li:nth-child(7) {
  background: #5db6e7;
  color: #333;
}

.m-seat__tab li:nth-child(8) {
  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__num {
  position: absolute;
  top: 50%;
  left: 42px;
  min-width: 22px;
  padding: 0 6px;
  height: 22px;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.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(1) {
  background: #7d5d4b;
  color: #fff;
}

.m-seat__pricelist li:nth-child(2) {
  background: #a54a96;
  color: #fff;
}

.m-seat__pricelist li:nth-child(3) {
  background: #0665aa;
  color: #fff;
}

.m-seat__pricelist li:nth-child(4) {
  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(5) {
  background: #2e318e;
  color: #fff;
}

.m-seat__pricelist li:nth-child(6) {
  background: #718cc7;
  color: #fff;
}

.m-seat__pricelist li:nth-child(7) {
  background: #5db6e7;
  color: #333;
}

.m-seat__pricelist li:nth-child(8) {
  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: 70px;
    margin: 0 10px;
  }

  .m-seat__tab li.m-seat__tab-item--multi {
    padding-left: 85px;
  }

  .m-seat__tab li:before {
    width: 15px;
    height: 25px;
    left: 18px;
  }

  .m-seat__num {
    top: 50%;
    left: 40px;
    min-width: 22px;
    padding: 0 6px;
    height: 22px;
    font-size: 13px;
    line-height: 22px;
  }

  .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;
  }

  .m-seat__tab li:nth-child(8) {
    width: 340px;
  }

  .m-seat__note{
    margin-bottom: 30px;
  }
}

@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 4vw;
  }

  .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: 13.0666666667vw;
  }

  .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__num {
    top: 50%;
    left: 6.5vw;
    min-width: 4.8vw;
    padding: 0 1.2vw;
    height: 4.8vw;
    font-size: 2.8vw;
    line-height: 4.8vw;
  }

  .m-seat__tab li.m-seat__tab-item--multi {
    padding-left: 64px;
  }

  .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;
    justify-content: 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: 4.6666666667vw;
    margin: 5.3333333333vw auto 6.9333333333vw;
    line-height: 1.2857142857;
  }

  .m-benefits__items em span {
    font-size: 4.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: 7.3333333333vw;
    padding-left: 6.6666666667vw;
    padding-bottom: 1.2vw;
    width: 47.3333333333vw;
    height: 14.666667vw;
    top: -6.333333vw;
    left: -1.4666666667vw;
  }

  .m-benefits__num:before {
    font-size: 5.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 .g-inner.--col>.--wide {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: start;
    column-gap: 32px;
    row-gap: 24px;
  }

  .m-place .g-inner.--col>.--wide .m-place__items {
    margin-top: 0 !important;
    width: 400px;
    max-width: 100%;
  }

  .m-place .g-inner.--col>.--wide .m-place__items.item03 {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .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: 2.5rem;
  }

  .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: 16px;
    border: 4px solid #33a1db;
    padding-left: 15px;
    margin-left: 10px;
  }

  .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;
    width: 260px;
  }


  .m-place__items.item03 a {
    height: 95px;
  }
}

@media (max-width: 767px) {
  .m-place__items.item03 span:nth-child(1) {
    position: absolute;
    top: -25px;
  }

  .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.5vw;
  }

  .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; */
    height: auto;
    padding: 2.9333333333vw;

  }

  .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__video video {
  width: 100%;
  display: block;
}

.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;
}

.m-lead__pct {}

@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;
  }

  .m-lead__video {
    width: 1000px;
    margin: 0 auto 40px;
  }

  .m-lead__pct {
    position: absolute;
    width: 300px;
    right: -30px;
    bottom: 30px;
  }
}

@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: 7vw;
  }

  .m-lead__video {
    width: 82vw;
    margin: 0 auto 8vw;
  }

  .m-lead__pct {
    margin: calc(25/375*100vw) auto 0;
    width: calc(200/375*100vw);
  }
}

.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 {
    max-width: 1278px;
    display: block;
    margin: 0 auto;
  }

  .m-offers__pct:before {
    content: "";
    background: #33a1db;
    border-top: 60px solid #bf9d6d;
    position: absolute;
    width: 100%;
    height: 351px;
    top: 255px;
    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; */
    width: 100%;
    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;
}

.m-pc-side-menu {
  display: none;
}

@media (min-width: 768px) {
  main {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .m-nav {
    width: 100%;
  }

  .m-nav__list {
    height: auto;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-template-rows: repeat(2, auto);
    grid-auto-flow: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-column-gap: 34px;
    -moz-column-gap: 34px;
    column-gap: 15px;
    row-gap: 15px;
    padding: 12px 0;
    width: 98%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 350px;
  }

  .m-nav__list:before {
    content: "";
    width: calc(100% - 350px);
    height: 1px;
    background: #bf9d6d;
    position: absolute;
    top: 50%;
    left: 0;
  }

  .m-nav__wrap {
    background: #000;
    width: 100%;
  }

  /* .m-nav__items.--wide01 {
    width: 320px;
  }
  .m-nav__items.--wide02 {
    width: 250px;
    margin-left: 20px !important;
  }
  .m-nav__items.--wide03 {
    width: 230px;
    margin-left: 0!important;
  }
  .m-nav__items.--wide04 {
    width: 270px;
  } */

  .m-nav__items {
    margin-left: 0 !important;
  }

  .m-nav__items a {
    font-size: 16px;
    padding-right: 15px;
    border-bottom: 1px solid #bf9d6d;
  }

  .m-nav__items a:before {
    width: 12px;
    height: 8px;
  }

  .m-nav__items.pct {
    position: absolute;
    right: 0;
    top: 8px;
  }

  .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: 80%;
  }

  .m-pc-side-menu {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 120;
  }

  .m-pc-side-menu__toggle {
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 65px;
    height: 220px;
    /* background: rgba(0, 0, 0, 0.9); */
    background: #db7b33;
    color: #fff;
    border: 4px solid #fff;
    border-right: none;
    font-size: 22px;
    letter-spacing: 0.08em;
    writing-mode: vertical-rl;
    text-orientation: upright;
    cursor: pointer;
    z-index: 122;
    font-weight: 700;
    border-radius: 8px 0 0 8px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .m-pc-side-menu__toggle img{
    width: 48px;
    margin-top: 5px;
  }

  .m-pc-side-menu.is-open .m-pc-side-menu__toggle {
    opacity: 0;
    pointer-events: none;
  }

  .m-pc-side-menu__panel {
    position: fixed;
    top: 0;
    right: 0;
    width: min(420px, 28vw);
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    border-left: 1px solid #bf9d6d;
    padding: 14px 14px 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-y: auto;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.45s ease;
    transition: transform 0.45s ease;
  }

  .m-pc-side-menu.is-open .m-pc-side-menu__panel {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .m-pc-side-menu__item:nth-child(n+2) {
    margin-top: 16px;
  }

  .m-pc-side-menu__item {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #bf9d6d;
  }

  .m-pc-side-menu__item:last-child {
    border-bottom: none;
  }

  .m-pc-side-menu__item a {
    color: #fff;
    font-size: 24px;
    line-height: 1.4;
    display: block;
    position: relative;
    text-align: left;
    padding-left: 60px;
    padding-right: 22px;
  }

  .m-pc-side-menu__item a:before {
    content: attr(data-icon);
    font-family: "Material Symbols Outlined";
    font-size: 45px;
    line-height: 1;
    color: #bf9d6d;
    font-variation-settings: "FILL"0, "wght"500, "GRAD"0, "opsz"24;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .m-pc-side-menu__item a:after {
    content: "";
    background-image: url("../img/arw_gold.png");
    background-size: cover;
    width: 12px;
    height: 8px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
  }

  .m-pc-side-menu__cta {
    display: block;
    margin-top: 12px;
    width: 100%;
  }

  .m-pc-side-menu__cta img {
    width: 100%;
  }

  .m-pc-side-menu__close {
    width: 100%;
    height: 52px;
    margin-top: 12px;
    border: 1px solid #bf9d6d;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.08em;
    cursor: pointer;
  }
}

@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: rgba(0, 0, 0, 0.95);
    border-top: 1px solid #bf9d6d;
    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;
    position: relative;
    border-left: 1px solid #bf9d6d;
    background: rgba(0, 0, 0, 0.95);
  }

  .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: rgba(0, 0, 0, 0.95);
    border-left: 1px solid #bf9d6d;
    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 {
    position: relative;
    padding: 2vw 6.6666666667vw 2vw 14vw;
    color: #fff;
    border-bottom: 1px solid rgba(191, 157, 109, 0.35);
  }

  .m-nav__items a:before {
    background-image: url("../img/arw_gold.png");
    width: 3.2vw;
    height: 2.1333333333vw;
    right: 4vw;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .m-nav__items a:after {
    content: attr(data-icon);
    font-family: "Material Symbols Outlined";
    font-size: 6.2vw;
    line-height: 1;
    color: #bf9d6d;
    font-variation-settings: "FILL"0, "wght"500, "GRAD"0, "opsz"24;
    position: absolute;
    left: 5.4vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.m-announce__box {
  background: #fff;
}

.m-announce__box span {
  font-weight: 900;
  display: block;
  text-align: center;
  border-bottom: 1px solid #000;
}

.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;
}

.m-announce__box img {
  display: block;
  margin: 0 auto;
  max-width: 80%;
}

.m-announce__box table {
  border-collapse: collapse;
  margin: 0 auto;
}

.m-announce__box table caption {
  font-weight: 700;
}

.m-announce__box table td,
.m-announce__box table th {
  border: 1px solid #000;
  text-align: center;
}

.m-announce__box table th {
  background: #d6e5ed;
  font-weight: 700;
}

@media (min-width: 768px) {
  .m-announce__box {
    margin-top: 30px;
    padding: 10px 0 17px;
    margin-bottom: 20px;
  }

  .m-announce__box span {
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .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;
  }

  .m-announce__box img {
    margin: 10px auto;
  }

  .m-announce__box table {
    margin: 20px auto;
  }

  .m-announce__box table caption {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .m-announce__box table td,
  .m-announce__box table th {
    font-size: 14px;
    padding: 5px;
  }

  .m-announce__box table th {
    background: #d6e5ed;
    font-weight: 700;
  }
}

@media (max-width: 767px) {
  .m-announce__box {
    padding: 4.6666666667vw 0;
    margin-top: calc(20/375*100vw);
    /* margin-bottom: calc(20/375*100vw); */
    ;
  }

  .m-announce__box span {
    font-size: 4vw;
    padding-bottom: calc(10/375*100vw);
    margin-bottom: calc(10/375*100vw);
  }

  .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;
  }

  .m-announce__box img {
    margin: calc(10/375*100vw) auto;
  }

  .m-announce__box table {
    width: 95%;
    margin: calc(20/375*100vw) auto;
  }

  .m-announce__box table caption {
    font-size: calc(16/375*100vw);
    margin-bottom: calc(10/375*100vw);
  }

  .m-announce__box table td,
  .m-announce__box table th {
    font-size: calc(12/375*100vw);
    padding: calc(2/375*100vw);
  }

  .m-announce__box table th {
    background: #d6e5ed;
    font-weight: 700;
  }
}

/* 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;
}

.g-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #33a1db;
  border-radius: 9999px;
  margin: 0 auto;
}

.g-btn:after {
  content: '';
  position: absolute;
  background-image: url('../img/arw_wt.png');
  background-size: cover;
  transform: rotate(-90deg);
}

@media (min-width: 768px) {
  .g-btn {
    margin-top: 20px;
    font-size: 20px;
    width: 300px;
    height: 60px;
  }

  .g-btn:after {
    width: 19px;
    height: 12px;
    right: 20px;
  }
}

@media (max-width: 767px) {
  .g-btn {
    margin-top: calc(20/375*100vw);
    font-size: calc(18/375*100vw);
    width: calc(250/375*100vw);
    height: calc(50/375*100vw);
  }

  .g-btn:after {
    width: calc(14/375*100vw);
    height: calc(9/375*100vw);
    right: calc(20/375*100vw);
  }
}

/* add 0417 */

.m-seat__price {
  display: flex;
}

.m-seat__table {
  border-collapse: collapse;
}

.m-seat__table th,
.m-seat__table td {
  border: 1px solid #000;
}

.m-seat__table.--01 {
  border-right: 2px solid #000;
}

.m-seat__table.--01 .--left {
  text-align: left;
  font-weight: 700;
  color: #fff;
}

.m-seat__table.--02 td {
  text-align: center;
}

.m-seat__of {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-gutter: stable;
}

.m-seat__table .--mainss {
  background: #7d5d4b;
}

.m-seat__table .--backss {
  background: #a54a96;
}

.m-seat__table .--mains {
  background: #00558d;
}

.m-seat__table .--backs {
  background: #009944;
}

.m-seat__table .--sa01 {
  background: #25489c;
}

.m-seat__table .--sa02 {
  background: #0d245e;
}

.m-seat__table .--home01 {
  background: #718cc7;
}

.m-seat__table .--home02 {
  background: #5db6e7;
}

.m-seat__table .--wc01 {
  background: #f9ce97;
}

.m-seat__table .--wc02 {
  background: #f29a76;
}

.m-seat__table .--wc01,
.m-seat__table .--wc02 {
  color: #000 !important;
}

.m-seat__table .--bl {
  background: #e1edf9;
  color: red;
}

.m-seat__table .--red {
  color: red;
}

.m-seat__table th.--bl {
  background: #38a1db;
  color: #fff;
}

@media (min-width: 768px) {
  .m-seat__table {
    font-size: 13px;
  }

  .m-seat__table .--head01 {
    height: 30px;
  }

  .m-seat__table .--head02 {
    height: 65px;
  }

  .m-seat__table.--01 {
    width: 300px;
    flex-shrink: 0;
  }

  .m-seat__table.--01 th,
  .m-seat__table.--02 td {
    padding: 3px 7px;
  }

  .m-seat__table.--02 {
    /* width: 1300px; */
    width: 550px;
  }

  .m-seat__table.--02 td:first-child,
  .m-seat__table.--02 th:first-child {
    border-left: none;
  }

}

@media (max-width: 767px) {

  .m-seat__price {
    padding: 0 calc(10/375*100vw);
  }

  .m-seat__table {
    font-size: calc(17/750*100vw);
  }

  .m-seat__table .--head01 {
    height: calc(40/750*100vw);
  }

  .m-seat__table .--head02 {
    height: calc(100/750*100vw);
  }

  .m-seat__table.--01 {
    width: calc(290/750*100vw);
    flex-shrink: 0;
    /* font-size: calc(16/750*100vw);s */
  }

  .m-seat__table.--02 td {
    padding: calc(3/375*100vw) calc(7/375*100vw);
  }


  .m-seat__table.--01 th {
    padding: calc(3/375*100vw) calc(3/375*100vw);
  }

  .m-seat__table th {
    letter-spacing: -.05em;
  }

  .m-seat__table.--02 td {
    font-size: calc(22/750*100vw);
    ;
  }

  .m-seat__table.--02 {
    width: calc(750/750*100vw);
  }

  .m-seat__table.--02 td:first-child,
  .m-seat__table.--02 th:first-child {
    border-left: none;
  }
}

.m-benefits__items a,
.m-benefits__items .js-benefits-detail {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 9999px;
  margin: 0 auto;
  background: #33a1db;
  border: 0;
  font-weight: 700;
  cursor: pointer;
}

@media (min-width: 768px) {

  .m-benefits__items a,
  .m-benefits__items .js-benefits-detail {
    width: 170px;
    height: 36px;
    font-size: 14px;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {

  .m-benefits__items a,
  .m-benefits__items .js-benefits-detail {
    width: calc(170/375*100vw);
    height: calc(36/375*100vw);
    font-size: calc(14/375*100vw);
    margin-top: calc(10/375*100vw);
  }
}

.m-benefits-modal {
  display: none;
}

.m-benefits-modal.is-open {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.m-benefits-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
}

.m-benefits-modal__inner {
  position: relative;
  background: #fff;
  border: 3px solid #33a1db;
  z-index: 1;
  height: auto;
  max-height: 86vh;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}

.m-benefits-modal__close {
  position: absolute;
  border: 0;
  background: transparent;
  color: #000;
  cursor: pointer;
  line-height: 1;
}

.m-benefits-modal__lead {
  color: #33a1db;
  font-weight: 700;
}

.m-benefits-modal__preview .m-benefits__items {
  margin: 0 auto;
  max-width: 100%;
  box-sizing: border-box;
}

.m-benefits-modal__preview .m-benefits__items em {
  margin-top: 95px;
}

.m-benefits__popup-only {
  display: none;
}

.m-benefits-popup-data {
  display: none;
}

.m-benefits-modal__preview .m-benefits__items .g-sectxt__txt,
.m-benefits-modal__preview .m-benefits__items .g-sectxt_txt {
  display: none;
}

.m-benefits__popup-txt {
  line-height: 1.8;
}

.m-benefits__popup-col{
  display: flex;
  align-items: center;
}

.m-benefits__popup-media {
  border: 1px dashed #33a1db;
  text-align: center;
}

.m-benefits__resale-board {
  margin-top: 14px;
}

.m-benefits__resale-panels {
  display: grid;
  gap: 14px;
}

.m-benefits__resale-panel {
  background: #fff;
  padding: 12px;
}

.m-benefits__resale-title {
  color: #000;
  font-weight: 700;
  text-align: center;
}

.m-benefits__resale-sub {
  color: #000;
  text-align: center;
  flex-direction: column;
}

.m-benefits__resale-sub small{
  font-size: 80%;
  text-align: left;
  display: block;
}

.m-benefits__resale-illust {
  /* border: 1px solid #9dbad0; */
  /* background: #eef7ff;   */
  color: #4a789c;
  text-align: center;
}

.m-benefits__resale-meta {
  margin-top: 12px;
}

.m-benefits__resale-meta>div {
}

.m-benefits__resale-meta dt,
.m-benefits__resale-meta dd {
  margin: 0;
}

.m-benefits__resale-meta dt {
  color: #fff;
  background: #32a1db;
  font-weight: 700;
  text-align: center;
}

.m-benefits__resale-meta dd {
  color: #000;
}

.m-benefits__resale-meta dd strong{
  font-weight: 700;
  color: #be9d6d;
  font-size: 120%;
}

.m-benefits__resale-meta dd span{
  display: block;
  font-size: 80%;
}

.m-benefits__priceflow {
  margin-top: 14px;
}

.m-benefits__priceflow-row {
  display: grid;
  align-items: stretch;
}

.m-benefits__priceflow-row+.m-benefits__priceflow-row {
  margin-top: 12px;
}

.m-benefits__priceflow-card {
  background: #fff;
  padding: 12px;
}

.m-benefits__priceflow-ttl {
  color: #000;
  text-align: center;
  font-weight: 700;
}

.m-benefits__priceflow-txt {
  color: #000;
  text-align: center;
  line-height: 1.6;
}

.m-benefits__priceflow-arrow {
  background: #1d6897;
  color: #fff;
  text-align: center;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.m-benefits__priceflow-arrow.--safe {
  background: #2477a8;
}

.m-benefits__priceflow-card.--safe .m-benefits__priceflow-ttl {
  color: #000;
}

@media (min-width: 768px) {
  .m-benefits-modal__inner {
    width: 1000px;
    padding: 36px 34px 28px;
    border-radius: 14px;
  }

  .m-benefits-modal__close {
    top: 12px;
    right: 14px;
    font-size: 34px;
  }

  .m-benefits-modal__lead {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .m-benefits-modal__preview {
    margin-bottom: 16px;
    height: auto;
  }

  .m-benefits-modal__preview .m-benefits__items {
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 20px 22px 18px;
  }

  .m-benefits__popup-txt {
    font-size: 15px;
    margin-top: 12px;
  }

  .m-benefits__popup-media {
    font-size: 13px;
    margin-top: 12px;
    padding: 14px 10px;
  }

  .m-benefits__popup-txt {
    font-size: 15px;
    margin-top: 12px;
  }

  .m-benefits__popup-col img{
    width: 400px;
  }

  .m-benefits__popup-col img.--arw{
    width: 70px;
  }

  .m-benefits__popup-media {
    font-size: 13px;
    margin-top: 12px;
    padding: 14px 10px;
  }

  .m-benefits__resale-panels {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .m-benefits__resale-title {
    font-size: 24px;
    margin-bottom: 8px;
    text-align: center;
  }

  .m-benefits__items .m-benefits__resale-sub {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 95px;
  }

  .m-benefits__resale-illust {
    /* height: 200px; */
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .m-benefits__resale-meta dt {
    font-size: 16px;
    padding: 5px;
  }

  .m-benefits__resale-meta dd {
    font-size: 16px;
    padding: 12px 14px;
    line-height: 1.6;
  }

  .m-benefits__priceflow-row {
    grid-template-columns: 1fr 170px 1fr;
    gap: 12px;
  }

  .m-benefits__priceflow-ttl {
    font-size: 28px;
    margin-bottom: 8px;
  }

  .m-benefits__priceflow-txt {
    font-size: 16px;
  }

  .m-benefits__priceflow-arrow {
    font-size: 24px;
    line-height: 1.3;
    min-height: 160px;
    clip-path: polygon(0 0, 82% 0, 100% 50%, 82% 100%, 0 100%);
    padding-right: 12px;
  }
}

@media (max-width: 767px) {
  .m-benefits-modal__inner {
    width: 88vw;
    padding: 12.2vw 5.6vw 5.6vw;
    border-radius: 3.2vw;
  }

  .m-benefits-modal__close {
    top: 2.4vw;
    right: 2.4vw;
    font-size: 8vw;
  }

  .m-benefits-modal__lead {
    font-size: 3.7333333333vw;
    margin-bottom: 1.6vw;
  }

  .m-benefits-modal__preview {
    margin-bottom: 3.2vw;
  }

  .m-benefits-modal__preview .m-benefits__items {
    width: 74.6666666667vw;
    min-height: auto;
    padding: 4vw 4vw 3.7333333333vw;
  }

  .m-benefits__popup-txt {
    font-size: 3.7333333333vw;
    margin-top: 2.4vw;
  }

  .m-benefits__popup-media {
    font-size: 3.2vw;
    margin-top: 2.4vw;
    padding: 3.2vw 2.6666666667vw;
  }

  .m-benefits__popup-txt {
    font-size: 3.7333333333vw;
    margin-top: 2.4vw;
  }

  .m-benefits__popup-col{
    flex-direction: column;
  }

  .m-benefits__popup-col img{
    width: 100%;
  }

  .m-benefits__popup-col img.--arw{
    width: calc(35 / 375 * 100vw);
    transform: rotate(90deg);
  }

  .m-benefits__popup-media {
    font-size: 3.2vw;
    margin-top: 2.4vw;
    padding: 3.2vw 2.6666666667vw;
  }

  .m-benefits__resale-title {
    font-size: 3.9vw;
    margin-bottom: 1.6vw;
  }

  .m-benefits__resale-sub {
    font-size: 3.2vw;
    line-height: 1.5;
    margin-bottom: 2.1333333333vw;
  }

  .m-benefits__resale-illust {
    /* height: 32vw; */
    font-size: 3.2vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .m-benefits__resale-meta>div {
    grid-template-columns: 23vw 1fr;
  }

  .m-benefits__resale-meta dt {
    font-size: 3vw;
    padding: 1vw;
  }

  .m-benefits__resale-meta dd {
    font-size: 3.0666666667vw;
    padding: 2.4vw 2.1333333333vw;
    line-height: 1.6;
  }

  .m-benefits__priceflow-row {
    grid-template-columns: 1fr;
    gap: 2.4vw;
  }

  .m-benefits__priceflow-ttl {
    font-size: 4.3vw;
    margin-bottom: 1.6vw;
  }

  .m-benefits__priceflow-txt {
    font-size: 3.2vw;
  }

  .m-benefits__priceflow-arrow {
    font-size: 4.3333333333vw;
    line-height: 1.3;
    min-height: 14.6666666667vw;
    clip-path: polygon(0 0, 100% 0, 100% 78%, 50% 100%, 0 78%);
    padding-right: 0;
    padding-bottom: 2.6666666667vw;
  }
}
/* 2026-05-05 update: benefits popup adjustments */
.m-benefits__priceflow-card.--icon-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.m-benefits__priceflow-icons {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  max-width: 420px;
  margin: 14px auto 0;
}

.m-benefits__priceflow-iconitem {
  flex: 1 1 0;
  max-width: 118px;
  color: #000;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.m-benefits__priceflow-svg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  margin: 0 auto 6px;
}

.m-benefits__priceflow-svg svg {
  display: block;
  width: 100%;
  height: 100%;
}

.m-benefits__resale-panel {
  border: 2px solid #33a1db;
  border-radius: 10px;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .m-benefits__priceflow-card.--icon-card {
    min-height: 210px;
  }

  .m-benefits__priceflow-iconitem {
    font-size: 14px;
  }

  .m-benefits__resale-panel {
    padding: 18px 16px;
  }
}

@media (max-width: 767px) {
  .m-benefits__priceflow-icons {
    gap: 2.4vw;
    margin-top: 2.4vw;
  }

  .m-benefits__priceflow-iconitem {
    max-width: none;
    font-size: 2.8vw;
  }

  .m-benefits__priceflow-svg {
    width: 14.5vw;
    height: 14.5vw;
    margin-bottom: 1.2vw;
  }

  .m-benefits__resale-panel {
    padding: 3.2vw;
    border-radius: 2.4vw;
  }
}

/* 2026-05-05 update 2: benefit 1 popup diagram layout */
.m-benefits__priceflow.--diagram {
  display: grid;
  grid-template-columns: minmax(170px, 1fr) 112px 110px minmax(220px, 1.25fr);
  grid-template-rows: repeat(2, 1fr);
  align-items: center;
  gap: 26px 22px;
  max-width: 860px;
  margin: 22px auto 0;
}

.m-benefits__priceflow.--diagram .m-benefits__priceflow-labels,
.m-benefits__priceflow.--diagram .m-benefits__priceflow-arrows,
.m-benefits__priceflow.--diagram .m-benefits__priceflow-results {
  display: contents;
}

.m-benefits__priceflow.--diagram .m-benefits__priceflow-leftlabel {
  color: #33a1db;
  border: 1px solid #33a1db;
  background: #fff;
  font-weight: 700;
  text-align: center;
  padding: 8px 10px;
  font-size: 18px;
  line-height: 1.25;
}

.m-benefits__priceflow.--diagram .m-benefits__priceflow-leftlabel:nth-child(1) { grid-column: 1; grid-row: 1; }
.m-benefits__priceflow.--diagram .m-benefits__priceflow-leftlabel:nth-child(2) { grid-column: 1; grid-row: 2; }

.m-benefits__priceaxis {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  padding: 16px 10px;
  border: 2px solid #111;
  background: #fff;
}

.m-benefits__priceaxis-item {
  width: 72px;
  height: 72px;
  margin: 0 auto;
  border-radius: 50%;
  background: #1d6897;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  box-shadow: inset 0 0 0 2px rgba(0,0,0,.25);
}

.m-benefits__priceaxis-svg {
  display: none;
}

.m-benefits__priceflow.--diagram .m-benefits__priceflow-arrow {
  width: 110px;
  min-height: 56px;
  padding: 8px 18px 8px 10px;
  font-size: 12px;
  line-height: 1.25;
  clip-path: polygon(0 20%, 70% 20%, 70% 0, 100% 50%, 70% 100%, 70% 80%, 0 80%);
  grid-column: 3;
}

.m-benefits__priceflow.--diagram .m-benefits__priceflow-arrow:nth-child(1) { grid-row: 1; }
.m-benefits__priceflow.--diagram .m-benefits__priceflow-arrow:nth-child(2) { grid-row: 2; }

.m-benefits__priceflow.--diagram .m-benefits__priceflow-card {
  border: 2px solid #111;
  background: #fff;
  padding: 10px 12px 12px;
  text-align: center;
  grid-column: 4;
}

.m-benefits__priceflow.--diagram .m-benefits__priceflow-card:nth-child(1) { grid-row: 1; }
.m-benefits__priceflow.--diagram .m-benefits__priceflow-card:nth-child(2) { grid-row: 2; }

.m-benefits__priceflow-note {
  margin: 0 0 4px;
  color: #33a1db;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
}

.m-benefits__priceflow.--diagram .m-benefits__priceflow-ttl {
  margin: 0 0 6px;
  color: #39A5D8;
  font-size: 18px;
  line-height: 1.3;
}

.m-benefits__priceflow.--diagram .m-benefits__priceflow-card img {
  display: block;
  width: auto;
  max-width: 300px;
  max-height: 120px;
  margin: 0 auto;
  object-fit: contain;
}

@media (max-width: 767px) {
  .m-benefits__priceflow.--diagram {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 3.8vw;
    max-width: none;
    margin-top: 5vw;
  }

  .m-benefits__priceflow.--diagram .m-benefits__priceflow-labels,
  .m-benefits__priceflow.--diagram .m-benefits__priceflow-arrows,
  .m-benefits__priceflow.--diagram .m-benefits__priceflow-results {
    display: block;
  }

  .m-benefits__priceflow.--diagram .m-benefits__priceflow-leftlabel,
  .m-benefits__priceflow.--diagram .m-benefits__priceflow-leftlabel:nth-child(1),
  .m-benefits__priceflow.--diagram .m-benefits__priceflow-leftlabel:nth-child(2),
  .m-benefits__priceaxis,
  .m-benefits__priceflow.--diagram .m-benefits__priceflow-arrow,
  .m-benefits__priceflow.--diagram .m-benefits__priceflow-card {
    grid-column: auto;
    grid-row: auto;
  }

  .m-benefits__priceflow.--diagram .m-benefits__priceflow-leftlabel {
    margin-bottom: 2.5vw;
    font-size: 4.2vw;
  }

  .m-benefits__priceaxis {
    flex-direction: row;
    align-self: auto;
    gap: 2.5vw;
    padding: 3vw;
  }

  .m-benefits__priceaxis-item {
    width: 20vw;
    height: 20vw;
    font-size: 4vw;
  }

  .m-benefits__priceflow.--diagram .m-benefits__priceflow-arrow {
    width: 42vw;
    min-height: 13vw;
    margin: 0 auto 3vw;
    font-size: 3.2vw;
    padding-right: 7vw;
  }

  .m-benefits__priceflow.--diagram .m-benefits__priceflow-card {
    padding: 3vw;
    margin-bottom: 5vw;
  }

  .m-benefits__priceflow-note {
    font-size: 2.8vw;
  }

  .m-benefits__priceflow.--diagram .m-benefits__priceflow-ttl {
    font-size: 5vw;
  }

  .m-benefits__priceflow.--diagram .m-benefits__priceflow-card img {
    max-width: 54vw;
    max-height: none;
  }
}

/* ===== 特典1ポップアップ：試合日程・天気・席種 アイコン版（2026-05-05追記） ===== */
.m-benefits__priceflow.--diagram {
  grid-template-columns: minmax(168px, 1fr) 118px 118px minmax(230px, 1.28fr);
  gap: 28px 24px;
  max-width: 900px;
}

.m-benefits__priceaxis {
  gap: 12px;
  padding: 18px 12px;
  border: 2px solid #1d6897;
  border-radius: 12px;
  background: #f4fbff;
  box-shadow: 0 5px 14px rgba(29, 104, 151, .08);
}

.m-benefits__priceaxis-item {
  width: 86px;
  height: 86px;
  padding: 8px 6px 7px;
  flex-direction: column;
  gap: 4px;
  background: #fff;
  color: #1d6897;
  border: 2px solid #1d6897;
  box-shadow: 0 4px 10px rgba(29, 104, 151, .12);
  font-size: 13px;
  line-height: 1.15;
}

.m-benefits__priceaxis-svg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
}

.m-benefits__priceaxis-svg svg {
  display: block;
  width: 100%;
  height: 100%;
}

.m-benefits__priceaxis-item > span:last-child {
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: .02em;
}

.m-benefits__priceflow.--diagram .m-benefits__priceflow-leftlabel {
  border-width: 2px;
  border-radius: 8px;
  padding: 12px 12px;
  font-size: 17px;
  box-shadow: 0 3px 8px rgba(51, 161, 219, .10);
}

.m-benefits__priceflow.--diagram .m-benefits__priceflow-arrow {
  width: 118px;
  min-height: 60px;
  font-size: 13px;
}

.m-benefits__priceflow.--diagram .m-benefits__priceflow-card {
  border-radius: 10px;
  padding: 12px 14px 14px;
  box-shadow: 0 4px 10px rgba(0,0,0,.06);
}

@media (max-width: 767px) {
  .m-benefits__priceflow.--diagram {
    gap: 4vw;
  }

  .m-benefits__priceaxis {
    gap: 2.2vw;
    padding: 3vw 2.5vw;
    border-radius: 2.4vw;
  }

  .m-benefits__priceaxis-item {
    width: 26vw;
    height: 26vw;
    padding: 2.2vw 1.4vw 1.8vw;
    gap: 1.2vw;
    font-size: 3.2vw;
  }

  .m-benefits__priceaxis-svg {
    width: 10vw;
    height: 10vw;
  }

  .m-benefits__priceaxis-item > span:last-child {
    font-size: 3.2vw;
  }

  .m-benefits__priceflow.--diagram .m-benefits__priceflow-leftlabel {
    border-radius: 1.6vw;
    padding: 3vw 2vw;
  }
}


/* ===== 特典1アイコン：チケットアイコンとトンマナ統一（2026-05-05追記） ===== */
.m-benefits__priceaxis {
  background: #f6fbff;
  border-color: #39A5D8;
}

.m-benefits__priceaxis-item {
  background: #fff;
  color: #2B8FBF;
  border-color: #39A5D8;
  box-shadow: 0 4px 12px rgba(57, 165, 216, .18);
}

.m-benefits__priceaxis-svg {
  width: 44px;
  height: 44px;
}

.m-benefits__priceaxis-svg svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .m-benefits__priceaxis-svg {
    width: 11.5vw;
    height: 11.5vw;
  }
}

/* ========================================
  特典1ポップアップ SPレイアウト再調整
======================================== */
@media (max-width: 767px) {

  .m-benefits__priceflow.--diagram {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 4.2vw !important;
    max-width: 100% !important;
    margin: 5vw auto 0 !important;
  }

  .m-benefits__priceflow.--diagram .m-benefits__priceflow-labels,
  .m-benefits__priceflow.--diagram .m-benefits__priceflow-arrows,
  .m-benefits__priceflow.--diagram .m-benefits__priceflow-results {
    display: contents !important;
  }

  .m-benefits__priceaxis {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 2.4vw !important;
    padding: 3vw 2.5vw !important;
    margin: 0 auto !important;
    border: 0.45vw solid #39A5D8 !important;
    border-radius: 2.4vw !important;
    background: #F4FBFF !important;
    box-shadow: 0 0.8vw 2.4vw rgba(57, 165, 216, 0.14) !important;
  }

  .m-benefits__priceaxis-item {
    width: 22vw !important;
    height: 22vw !important;
    max-width: 86px !important;
    max-height: 86px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 2vw 1vw 1.7vw !important;
    gap: 0.8vw !important;
    border: 0.4vw solid #39A5D8 !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: #2B8FBF !important;
    box-shadow: 0 0.8vw 2vw rgba(57, 165, 216, 0.16) !important;
  }

  .m-benefits__priceaxis-svg {
    display: flex !important;
    width: 8.5vw !important;
    height: 8.5vw !important;
    max-width: 34px !important;
    max-height: 34px !important;
    margin: 0 auto 0.4vw !important;
  }

  .m-benefits__priceaxis-svg svg {
    width: 100% !important;
    height: 100% !important;
  }

  .m-benefits__priceaxis-item > span:last-child {
    font-size: 2.65vw !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;
  }

  .m-benefits__priceflow.--diagram .m-benefits__priceflow-leftlabel {
    width: 74vw !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 2.4vw 3vw !important;
    border: 0.45vw solid #39A5D8 !important;
    border-radius: 1.6vw !important;
    background: #fff !important;
    color: #2B8FBF !important;
    font-size: 3.6vw !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
    text-align: center !important;
  }

  .m-benefits__priceflow.--diagram .m-benefits__priceflow-leftlabel:nth-child(1) {
    grid-column: 1 !important;
    grid-row: 2 !important;
  }

  .m-benefits__priceflow.--diagram .m-benefits__priceflow-leftlabel:nth-child(2) {
    grid-column: 1 !important;
    grid-row: 5 !important;
  }

  .m-benefits__priceflow.--diagram .m-benefits__priceflow-arrow {
    width: 42vw !important;
    min-height: 12vw !important;
    margin: 0 auto !important;
    padding: 2vw 7vw 2vw 2.6vw !important;
    font-size: 2.7vw !important;
    line-height: 1.25 !important;
    color: #fff !important;
    background: #1D6897 !important;
    clip-path: polygon(0 20%, 72% 20%, 72% 0, 100% 50%, 72% 100%, 72% 80%, 0 80%) !important;
  }

  .m-benefits__priceflow.--diagram .m-benefits__priceflow-arrow:nth-child(1) {
    grid-column: 1 !important;
    grid-row: 3 !important;
  }

  .m-benefits__priceflow.--diagram .m-benefits__priceflow-arrow:nth-child(2) {
    grid-column: 1 !important;
    grid-row: 6 !important;
  }

  .m-benefits__priceflow.--diagram .m-benefits__priceflow-card {
    width: 82vw !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 3.2vw 3vw 3.6vw !important;
    border: 0.45vw solid #39A5D8 !important;
    border-radius: 2.4vw !important;
    background: #F4FBFF !important;
    box-shadow: 0 0.8vw 2.4vw rgba(57, 165, 216, 0.14) !important;
    text-align: center !important;
  }

  .m-benefits__priceflow.--diagram .m-benefits__priceflow-card:nth-child(1) {
    grid-column: 1 !important;
    grid-row: 4 !important;
  }

  .m-benefits__priceflow.--diagram .m-benefits__priceflow-card:nth-child(2) {
    grid-column: 1 !important;
    grid-row: 7 !important;
  }

  .m-benefits__priceflow-note {
    margin-bottom: 1vw !important;
    color: #2B8FBF !important;
    font-size: 2.4vw !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
  }

  .m-benefits__priceflow.--diagram .m-benefits__priceflow-ttl {
    margin-bottom: 1.8vw !important;
    color: #111 !important;
    font-size: 4.4vw !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
  }

  .m-benefits__priceflow.--diagram .m-benefits__priceflow-card img {
    display: block !important;
    width: auto !important;
    max-width: 48vw !important;
    max-height: none !important;
    margin: 0 auto !important;
    object-fit: contain !important;
  }
}


/* ========================================
  特典1ポップアップ SP専用2段レイアウト
  PC用の図解はSPで非表示にし、2つの場合分けで縦積みにする
======================================== */
.m-benefits__priceflow-sp {
  display: none;
}

@media (max-width: 767px) {
  .m-benefits__priceflow.--diagram {
    display: none !important;
  }

  .m-benefits__priceflow-sp {
    display: block;
    width: 100%;
    margin: 5vw auto 0;
  }

  .m-benefits__priceflow-sp-axis {
    width: 100%;
    padding: 3.2vw 2.4vw 3.6vw;
    margin: 0 auto 5.2vw;
    border: 0.45vw solid #39A5D8;
    border-radius: 2.4vw;
    background: #F4FBFF;
    box-shadow: 0 0.8vw 2.4vw rgba(57, 165, 216, 0.14);
  }

  .m-benefits__priceflow-sp-axis-title {
    margin: 0 0 2.2vw;
    color: #2B8FBF;
    font-size: 3.2vw;
    font-weight: 900;
    line-height: 1.25;
    text-align: center;
  }

  .m-benefits__priceflow-sp-icons {
    display: flex;
    justify-content: center;
    gap: 2.4vw;
  }

  .m-benefits__priceflow-sp .m-benefits__priceaxis-item {
    width: 22vw;
    height: 22vw;
    max-width: 86px;
    max-height: 86px;
    padding: 2vw 1vw 1.7vw;
    gap: 0.8vw;
    border: 0.4vw solid #39A5D8;
    border-radius: 50%;
    background: #fff;
    color: #2B8FBF;
    box-shadow: 0 0.8vw 2vw rgba(57, 165, 216, 0.16);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
  }

  .m-benefits__priceflow-sp .m-benefits__priceaxis-svg {
    display: flex;
    width: 8.4vw;
    height: 8.4vw;
    max-width: 34px;
    max-height: 34px;
    margin: 0 auto 0.4vw;
  }

  .m-benefits__priceflow-sp .m-benefits__priceaxis-svg svg {
    width: 100%;
    height: 100%;
  }

  .m-benefits__priceflow-sp .m-benefits__priceaxis-item > span:last-child {
    font-size: 2.65vw;
    line-height: 1.15;
    font-weight: 900;
    text-align: center;
  }

  .m-benefits__priceflow-sp-block {
    width: 100%;
    margin: 0 auto;
  }

  .m-benefits__priceflow-sp-block + .m-benefits__priceflow-sp-block {
    margin-top: 6.4vw;
  }

  .m-benefits__priceflow-sp-label {
    /* width: 74vw; */
    margin: 0 auto 3vw;
    padding: 2.4vw 3vw;
    border: 0.45vw solid #39A5D8;
    border-radius: 1.8vw;
    background: #fff;
    color: #2B8FBF;
    font-size: 3.7vw;
    line-height: 1.3;
    font-weight: 900;
    text-align: center;
  }

  .m-benefits__priceflow-sp-arrowrow {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3vw;
    margin: 0 auto 3vw;
  }

  .m-benefits__priceflow-sp-arrowrow p {
    margin: 0;
    color: #1D6897;
    font-size: 4.0vw;
    font-weight: 900;
    line-height: 1.35;
    text-align: left;
  }

  .m-benefits__priceflow-sp-arrow {
    display: block;
    width: 9vw;
    height: 12vw;
    background: #1D6897;
    clip-path: polygon(28% 0, 72% 0, 72% 58%, 100% 58%, 50% 100%, 0 58%, 28% 58%);
    flex-shrink: 0;
  }

  .m-benefits__priceflow-sp-card {
    /* width: 82vw; */
    margin: 0 auto;
    padding: 3.2vw 3vw 3.6vw;
    border: 0.45vw solid #39A5D8;
    border-radius: 2.4vw;
    background: #F4FBFF;
    box-shadow: 0 0.8vw 2.4vw rgba(57, 165, 216, 0.14);
    text-align: center;
  }

  .m-benefits__priceflow-sp-card .m-benefits__priceflow-note {
    margin: 0 0 1vw;
    color: #2B8FBF;
    font-size: 2.4vw;
    line-height: 1.35;
    font-weight: 900;
  }

  .m-benefits__priceflow-sp-card .m-benefits__priceflow-ttl {
    margin: 0 0 1.8vw;
    color: #39A5D8;
    font-size: 4.4vw;
    line-height: 1.25;
    font-weight: 900;
  }

  .m-benefits__priceflow-sp-card img {
    display: block;
    width: auto;
    max-width: 48vw;
    max-height: none;
    margin: 0 auto;
    object-fit: contain;
  }
}


/* ========================================
  特典1ポップアップ SP：価格変動要素アイコン 2段レイアウト調整
  試合日程 / 天気・座席 の並びに変更
======================================== */
@media (max-width: 767px) {
  .m-benefits__priceflow-sp-axis {
    padding: 4vw 3vw 4.4vw !important;
  }

  .m-benefits__priceflow-sp-axis-title {
    margin-bottom: 3vw !important;
    font-size: 4.5vw !important;
  }

  .m-benefits__priceflow-sp-icons {
    display: grid !important;
    /* grid-template-columns: repeat(2, 1fr) !important; */
    justify-items: center !important;
    align-items: center !important;
    gap: 3vw 4vw !important;
    /* width: 62vw !important; */
    margin: 0 auto !important;
  }

  .m-benefits__priceflow-sp-icons .m-benefits__priceaxis-item:nth-child(1) {
    grid-column: 1 / 3 !important;
  }

  .m-benefits__priceflow-sp .m-benefits__priceaxis-item {
    width: 28vw !important;
    height: 28vw !important;
    max-width: 108px !important;
    max-height: 108px !important;
    padding: 2.6vw 1.6vw 2.2vw !important;
    gap: 1.2vw !important;
  }

  .m-benefits__priceflow-sp .m-benefits__priceaxis-svg {
    width: 11.5vw !important;
    height: 11.5vw !important;
    max-width: 46px !important;
    max-height: 46px !important;
    margin-bottom: 0.8vw !important;
  }

  .m-benefits__priceflow-sp .m-benefits__priceaxis-item > span:last-child {
    font-size: 3.5vw !important;
    line-height: 1.15 !important;
  }
}


/* ========================================
  申込方法：抽選販売・先着販売 2カラム化
======================================== */
.m-app {
  background: #d6e5ed;
}

.m-app__columns {
  display: flex;
  justify-content: space-between;
  gap: 48px;
}

.m-app__column {
  flex: 1;
  min-width: 0;
}

.m-app__column-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: #fff;
  border: 2px solid #111;
  color: #111;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.m-app__target {
  text-align: center;
}

.m-app__target-title {
  margin: 0 auto;
  color: #111;
  font-weight: 900;
  line-height: 1.2;
}

.m-app__seat-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
  margin: 0 auto;
  padding: 0;
}

.m-app__seat-tags li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 6px;
  background: #33a1db;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  border-radius: 2px;
  letter-spacing: 0;
}

.m-app__seat-tags li:nth-child(1) { background: #7d5d4b; }
.m-app__seat-tags li:nth-child(2) { background: #a54a96; }
.m-app__seat-tags li:nth-child(3) { background: #0665aa; }
.m-app__seat-tags li:nth-child(4) { background: #43a04d; }
.m-app__seat-tags li:nth-child(5) { background: #334fa3; }
.m-app__seat-tags li:nth-child(6) { background: #142b70; }
.m-app__seat-tags li:nth-child(7) { background: #7b90ca; }
.m-app__seat-tags li:nth-child(8) { background: #f1c77e; color: #111; }
.m-app__seat-tags li:nth-child(9) { background: #e99a73; color: #111; }

.m-app__seat-tags.--first li {
  background: #5db6e7;
  color: #111;
}

.m-app__flow {
  margin: 0 auto;
}

.m-app__note {
  color: #111;
}

.m-app__note p,
.m-app__note li {
  line-height: 1.65;
  letter-spacing: 0;
}

.m-app__note ul {
  margin-top: 8px;
}

.m-app__note li {
  padding-left: 1em;
}

.m-app__note li:before {
  content: "※";
  margin-left: -1em;
}

@media (min-width: 768px) {
  .m-app {
    padding-bottom: 70px;
  }

  .m-app .m-about__ttl {
    margin-bottom: 34px;
  }

  .m-app__columns {
    align-items: flex-start;
  }

  .m-app__column-title {
    width: 280px;
    height: 44px;
    font-size: 18px;
    margin-bottom: 36px;
  }

  .m-app__target {
    min-height: 72px;
    margin-bottom: 24px;
  }

  .m-app__target-title {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .m-app__seat-tags {
    max-width: 320px;
  }

  .m-app__seat-tags li {
    font-size: 8px;
    min-height: 16px;
  }

  .m-app__flow {
    max-width: 360px;
  }

  .m-app__flow .g-num__items:nth-child(n+2) {
    margin-top: 36px;
  }

  .m-app__flow .g-num__items:before {
    top: -22px;
  }

  .m-app__flow .g-num__label {
    font-size: 14px;
  }

  .m-app__flow .g-num__step {
    width: 46px;
    height: 74px;
  }

  .m-app__flow .g-num__step span:nth-child(1) {
    font-size: 11px;
  }

  .m-app__flow .g-num__step span:nth-child(2) {
    font-size: 34px;
  }

  .m-app__flow .g-num__label p {
    width: calc(100% - 46px);
    padding: 10px 14px;
    line-height: 1.35;
  }

  .m-app__flow .g-num__label p span {
    margin-top: 4px;
    font-size: 11px;
  }

  .m-app__note {
    max-width: 360px;
    margin: 22px auto 0;
    font-size: 11px;
  }
}

@media (max-width: 767px) {
  .m-app {
    padding-bottom: 10vw;
  }

  .m-app__columns {
    flex-direction: column;
    gap: 10vw;
  }

  .m-app__column-title {
    width: 72vw;
    min-height: 10vw;
    padding: 1.6vw 3vw;
    font-size: 4.2vw;
    border-width: 0.4vw;
    margin-bottom: 6vw;
  }

  .m-app__target {
    margin-bottom: 5vw;
  }

  .m-app__target-title {
    font-size: 3vw;
    margin-bottom: 2vw;
  }

  .m-app__seat-tags {
    width: 74vw;
    gap: 1vw;
  }

  .m-app__seat-tags li {
    padding: 0.8vw 1.4vw;
    font-size: 2.1vw;
    border-radius: 0.6vw;
  }

  .m-app__flow {
    width: 100%;
  }

  .m-app__flow .g-num__items:nth-child(n+2) {
    margin-top: 10vw;
  }

  .m-app__note {
    width: 82vw;
    margin: 5vw auto 0;
    font-size: 2.7vw;
  }
}


/* ========================================
申込方法 セクション 視認性アップ
======================================== */

/* ===== PC ===== */
@media (min-width: 768px) {

  .m-app__column-title {
    width: 320px !important;
    height: 54px !important;
    font-size: 24px !important;
  }

  .m-app__target-title {
    font-size: 20px !important;
  }

  .m-app__seat-tags {
    max-width: 420px !important;
    gap: 6px !important;
  }

  .m-app__seat-tags li {
    padding: 10px 20px !important;
    font-size: 14px !important;
  }

  .m-app__flow {
    max-width: 440px !important;
  }

  .m-app__flow .g-num__step {
    width: 58px !important;
    height: 130px !important;
  }

  .m-app__flow .g-num__step span:nth-child(1) {
    font-size: 13px !important;
  }

  .m-app__flow .g-num__step span:nth-child(2) {
    font-size: 42px !important;
  }

  .m-app__flow .g-num__label {
    font-size: 18px !important;
  }

  .m-app__flow .g-num__label p {
    width: calc(100% - 58px) !important;
    padding: 16px 18px !important;
    font-size: 17px !important;
    line-height: 1.5 !important;
  }

  .m-app__flow .g-num__label p span {
    margin-top: 8px !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
  }

  .m-app__note {
    max-width: 440px !important;
    font-size: 13px !important;
    line-height: 1.8 !important;
  }
}

/* ===== SP ===== */
@media (max-width: 767px) {

  .m-app__column-title {
    width: 82vw !important;
    min-height: 12vw !important;
    font-size: 5vw !important;
  }

  .m-app__target-title {
    font-size: 3.6vw !important;
  }

  .m-app__seat-tags {
    width: 84vw !important;
    gap: 1.2vw !important;
  }

  .m-app__seat-tags li {
    padding: 1vw 1.8vw !important;
    font-size: 2.8vw !important;
  }

  .m-app__flow .g-num__label p {
    font-size: 3.6vw !important;
    line-height: 1.5 !important;
  }

  .m-app__flow .g-num__label p span {
    margin-top: 1.4vw !important;
    font-size: 2.8vw !important;
    line-height: 1.5 !important;
  }

  .m-app__note {
    width: 88vw !important;
    font-size: 3.1vw !important;
    line-height: 1.8 !important;
  }
}


/* ========================================
  PC追従：シーズンチケット申込バナー
======================================== */
@media (min-width: 768px) {
  .m-pc-side-menu__fixed-cta {
    position: fixed;
    right: 0;
    top: calc(50% + 125px);
    width: 65px;
    min-height: 225px;
    padding: 8px 4px 9px;
    background: #000;
    border: 4px solid #fff;
    border-right: none;
    border-radius: 8px 0 0 8px;
    z-index: 121;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,.25);
  }

  .m-pc-side-menu__fixed-cta:hover {
    opacity: 1;
    filter: brightness(1.08);
  }

  .m-pc-side-menu__fixed-emblem {
    display: block;
    width: 42px;
    height: 42px;
    margin: 0 auto 6px;
    border-radius: 4px;
    overflow: hidden;
    /* background: #fff; */
  }

  .m-pc-side-menu__fixed-emblem img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .m-pc-side-menu__fixed-title {
    display: block;
    color: #00aeef;
    font-weight: 900;
    font-size: 12px;
    line-height: 1.28;
    letter-spacing: .04em;
    margin-bottom: 7px;
  }

  .m-pc-side-menu__fixed-text {
    display: block;
    color: #fff;
    font-weight: 900;
    font-size: 12px;
    line-height: 1.32;
    letter-spacing: .03em;
  }

  .m-pc-side-menu.is-open .m-pc-side-menu__fixed-cta {
    opacity: 0;
    pointer-events: none;
  }
}


/* ========================================
  PC追従ボタン：中央寄せ調整
======================================== */
@media (min-width: 768px) {

  .m-pc-side-menu__toggle {
    top: 40% !important;
    transform: translateY(-50%) !important;
  }

  .m-pc-side-menu__fixed-cta {
    top: calc(40% + 110px) !important;
  }

  /* 2つ合わせた時の重心を中央に */
  .m-pc-side-menu {
    display: block;
  }
}


/* ========================================
  申込方法：抽選販売 / 先着販売 ステップ位置揃え
======================================== */
@media (min-width: 768px) {

  /* 2カラムの高さ基準を統一 */
  .m-app__columns {
    align-items: flex-start !important;
  }

  .m-app__column {
    display: flex;
    flex-direction: column;
  }

  /* 対象席種エリア高さ固定 */
  .m-app__target {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 210px !important;
    margin-bottom: 24px !important;
  }

  /* Step開始位置を統一 */
  .m-app__flow {
    margin-top: 0 !important;
  }

  /* 先着販売側の余白を調整 */
  .m-app__column:last-child .m-app__seat-tags {
    margin-top: 6px;
  }
}
