@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif!important;
  background-size: 100% auto;
  color: #000;
  -webkit-font-smoothing: initial;
  font-smoothing: initial;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
  line-height: 1.6428571429;
}

body.is-fixed {
  overflow: hidden;
}
h1,h2,h3,h4,h5,h6{
  font-weight: 700;
}

* {
  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;
  font-weight: inherit;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

main {
  display: block;
  overflow: hidden;
}

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

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

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

#box_vr_image {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.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;
  }
  [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;
  }
  .bg-blue {
    padding-top: 1px;
    background: #dfe1f4;
    margin-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  [data-device=pc] {
    display: none !important;
  }
  section {
    overflow: hidden;
  }
}
.g-header {
  top: 0;
  background: #000436;
  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;
  z-index: 100;
}
.g-header__center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.g-header__logo a, .g-header__logo img {
  display: block;
}

.g-header__btn,
.g-fixedmenu__menubtn{
  cursor: pointer;
}

.g-header__btn {
  height: 100%;
}
.g-header__btn:before {
  content: "";
  background-image: url("../img/1011_12/common/menu_open.jpg");
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.g-header__btn.is-open:before {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 768px) {
  .g-header {
    width: 100%;
    height: 100px;
    padding: 0 0 0 28px;
  }
  .g-header:before {
    content: "";
    background: #000436;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .g-header__logo a {
    height: 70px;
  }
  .g-header__center {
    height: 60px;
  }
  .g-header__menu {
    top: 100px;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@media (max-width: 767px) {
  .g-header {
    width: 100%;
    height: 13.3333333333vw;
    padding: 0 0 0 3.7333333333vw;
  }
  .g-header:before {
    content: "";
    background: #000436;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .g-header__logo a {
    height: 9.3333333333vw;
  }
  .g-header__center {
    height: 8vw;
  }
  .g-header__menu {
    top: 13.3333333333vw;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.g-footer__sns {
  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-footer__logo {
  margin: 0 auto;
  display: block;
}
.g-footer__copy {
  text-align: center;
  font-weight: 700;
}

.g-footer__pagetop{
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #000436;
  color: #fff;
  position: absolute;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Saira Condensed", sans-serif;
}

.g-footer__pagetop:before{
  content: '';
  right: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  background-image: url('../img/1011_12/common/arw_wt.png');
  background-size: cover;
  transform: rotate(-90deg);
}

@media (min-width: 768px) {
  .g-footer {
    padding-bottom: 120px;
  }
  .g-footer__sns {
    margin: 100px 0 90px;
  }
  .g-footer__sns li {
    margin: 34px;
  }
  .g-footer__logo {
    width: 486px;
    margin-bottom: 60px;
  }
  .g-footer__copy {
    font-size: 20px;
  }
  .g-footer__icon.x {
    width: 47px;
  }
  .g-footer__icon.fb {
    width: 27px;
  }
  .g-footer__icon.ig {
    width: 53px;
  }
  .g-footer__icon.line {
    width: 53px;
  }
  .g-footer__icon.yt {
    width: 57px;
  }
  .g-footer__icon.tt {
    width: 46px;
  }
  .g-footer__pagetop{
    width: 80px;
    height: 80px;
    right: 20px;
    bottom: 120px;
    padding-top: 20px;
  }

  .g-footer__pagetop:before{
    width: 11px;
    height: 19px;
    top: 10px;
  }
}
@media (max-width: 767px) {
  .g-footer {
    padding-bottom: 22.6666666667vw;
  }
  .g-footer__sns {
    margin: 13.3333333333vw 0 12vw;
  }
  .g-footer__sns li {
    margin: 0 4.5333333333vw;
  }
  .g-footer__logo {
    width: 64.8vw;
    margin-bottom: 4vw;
  }
  .g-footer__copy {
    font-size: 2.6666666667vw;
  }
  .g-footer__icon.x {
    width: 6.2666666667vw;
  }
  .g-footer__icon.fb {
    width: 3.6vw;
  }
  .g-footer__icon.ig {
    width: 7.0666666667vw;
  }
  .g-footer__icon.line {
    width: 7.0666666667vw;
  }
  .g-footer__icon.yt {
    width: 7.6vw;
  }
  .g-footer__icon.tt {
    width: 6.1333333333vw;
  }
  .g-footer__pagetop{
    width: calc(50 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
    right: calc(10 / 375 * 100vw);
    bottom: calc(135 / 375 * 100vw);
    font-size: calc(10 / 375 * 100vw);
    padding-top: calc(12 / 375 * 100vw);
  }

  .g-footer__pagetop:before{
    width: calc(11 / 750 * 100vw);
    height: calc(19 / 750 * 100vw);
    top: calc(10 / 750 * 100vw);
  }
}

.g-btn, .g-btn--blank, .g-btn--ticket {
  color: #fff;
  background: #000436;
  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;
  padding-right: 10%;
  line-height: 1.2;
}
.g-btn span, .g-btn--blank span, .g-btn--ticket span {
  background: #c70025;
  display: block;
  width: 10%;
  position: absolute;
  right: 0;
  top: 0;
}
.g-btn span:before, .g-btn--blank span:before, .g-btn--ticket span:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto;
  background-image: url("../img/1011_12/common/arw_wt.png");
  background-size: cover;
}
.g-btn--blank span:before {
  background-image: url("../img/1011_12/common/icon_blank.png");
  background-size: cover;
}
.g-btn--ticket:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  background-image: url("../img/1011_12/common/icon_ticket.png");
  background-size: cover;
}
@media (min-width: 768px) {
  .g-btn, .g-btn--blank, .g-btn--ticket {
    width: 100%;
    height: 80px;
    font-size: 22px;
    text-align: center;
  }
  .g-btn span, .g-btn--blank span, .g-btn--ticket span {
    height: 80px;
  }
  .g-btn span:before, .g-btn--blank span:before, .g-btn--ticket span:before {
    width: 15px;
    height: 24px;
  }
  .g-btn--blank span:before {
    width: 28px;
    height: 28px;
  }
  .g-btn--ticket {
    padding: 0;
  }
  .g-btn--ticket:after {
    width: 64px;
    height: 62px;
    left: 134px;
  }
}
@media (max-width: 767px) {
  .g-btn, .g-btn--blank, .g-btn--ticket {
    width: 100%;
    height: 13.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .g-btn span, .g-btn--blank span, .g-btn--ticket span {
    height: 13.3333333333vw;
  }
  .g-btn span:before, .g-btn--blank span:before, .g-btn--ticket span:before {
    width: 2vw;
    height: 3.2vw;
  }
  .g-btn--blank span:before {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
  .g-btn--ticket {
    padding: 0;
  }
  .g-btn--ticket:after {
    width: 8.5333333333vw;
    height: 8.2666666667vw;
    left: 17.8666666667vw;
  }
}

.g-secttl, .g-secttl--wt, .g-secttl--left {
  text-align: center;
}
.g-secttl img, .g-secttl--wt img, .g-secttl--left img {
  display: block;
  margin: 0 auto;
}
.g-secttl p, .g-secttl--wt p, .g-secttl--left p {
  color: #000436;
  line-height: 1;
}
.g-secttl--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.g-secttl--wt p {
  color: #fff;
}
.g-secttl em,
.g-secttl--wt em{
  display: flex;
  justify-content: center;
}

.g-secttl em span,
.g-secttl--wt em span{
  display: block;
}

.g-secttl em,
.g-secttl--left em,
.g-secttl--wt em,
.g-secttl em span,
.g-secttl--left em span,
.g-secttl--wt em span{
  text-transform: uppercase;
  font-family: "Saira Condensed", sans-serif;
  line-height: 1;
}

.g-secttl em{
  color: #040a36;
}

.g-secttl--wt em{
  color: #f4ece0;
}

.g-secttl span,
.g-secttl--wt span{
  color: #c70025;
}
.g-secttl--left em{
  border-left: 1px solid #c70025;
}

.g-secttl--left em{
  margin-right: 5px;
}

.g-secttl--left em,
.g-secttl--left em span{
  line-height: 1.1;
  font-weight: 900;
}

@media (min-width: 768px) {
  .g-secttl, .g-secttl--wt, .g-secttl--left {
    margin-bottom: 50px;
    margin-top: 100px;
  }
  .g-secttl--left {
    width: 900px;
    max-width: 100%;
    margin: 100px auto 50px;
  }
  .g-secttl--left img {
    margin: 0;
    margin-right: 10px;
  }
  .g-secttl--left p {
    margin-bottom: 8px;
  }
  .g-secttl img, .g-secttl--left img, .g-secttl--wt img {
    height: 66px;
  }
  .g-secttl p, .g-secttl--left p, .g-secttl--wt p {
    font-size: 24px;
    margin-top: 18px;
  }
  .g-secttl,
  .g-secttl--wt{
    font-size: 90px;
  }
  .g-secttl--left em{
    font-size: 65px;
    padding-left: 10px;
    border-left-width: 20px;
  }
}
@media (max-width: 767px) {
  .g-secttl img, .g-secttl--left img, .g-secttl--wt img {
    height: 8.8vw;
  }
  .g-secttl p, .g-secttl--left p, .g-secttl--wt p {
    font-size: 3.2vw;
    margin-top: 2.4vw;
  }
  .g-secttl--left {
    padding: 0 3.3333333333vw;
  }

  .g-secttl,
  .g-secttl--wt{
    font-size: calc(90 / 750 * 100vw);
  }

  .g-secttl--left img {
    margin: 0 1.0666666667vw 0 0;
  }
  .g-secttl--left p {
    margin-bottom: 1.3333333333vw;
  }
  .g-secttl--left em{
    font-size: calc(55 / 750 * 100vw);
    padding-left: calc(15 / 750 * 100vw);
    border-left-width: calc(25 / 750 * 100vw);
  }
}

.g-rowbox__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.g-rowbox__date p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #fff;
  background: #000436;
  font-family: "Saira Condensed", sans-serif;
  line-height: 1;
}
.g-rowbox__txt button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Saira Condensed", sans-serif;
  color: #000436;
  border: 4px solid #000436;
  background: #fff;
}
.g-rowbox__txt button:before, .g-rowbox__txt button:after {
  content: "";
  position: absolute;
  background-image: url("../img/1011_12/common/icon_plus.png");
  background-size: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.g-rowbox__txt button:before {
  background-image: url("../img/1011_12/common/icon_plus.png");
}
.g-rowbox__txt button:after {
  background-image: url("../img/1011_12/common/icon_plus_wt.png");
  z-index: 1;
}
.g-rowbox__txt > p {
  line-height: 1.5;
}
@media (min-width: 768px) {
  .g-rowbox {
    width: 50%;
    /* margin: 0 auto; */
    padding: 0 25px;
  }
  .g-rowbox__wrap {
    width: 900px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .g-rowbox:nth-child(n+3){
    margin-top: 30px;
  }

  .g-rowbox__pct img {
    width: 100%;
  }
  .g-rowbox__pct, .g-rowbox__txt {
    width: 100%;
  }
  .g-rowbox__date {
    margin: 10px 0;
  }
  .g-rowbox__date img {
    height: 43px;
  }
  .g-rowbox__date p {
    font-size: 42px;
    width: 49%;
    padding: 8px 0;
  }
  .g-rowbox__date p span {
    margin-left: 5px;
    font-size: 17px;
  }
  .g-rowbox__txt > p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .g-rowbox__txt button {
    width: 100%;
    height: 80px;
    font-size: 38px;
    border-width: 4px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
  }
  .g-rowbox__txt button img {
    height: 29px;
  }
  .g-rowbox__txt button img:nth-child(1) {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
  }
  .g-rowbox__txt button:after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
  }
  .g-rowbox__txt button:before, .g-rowbox__txt button:after {
    right: 28px;
    width: 26px;
    height: 26px;
  }
  .g-rowbox__txt button:hover {
    background: #000436;
    color: #fff;
  }
  .g-rowbox__txt button:hover img:nth-child(1) {
    opacity: 1;
  }
  .g-rowbox__txt button:hover:after {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .g-rowbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 3.3333333333vw;
    margin-top: 7.3333333333vw;
  }
  .g-rowbox + .g-rowbox {
    margin-top: 8.6666666667vw;
  }
  .g-rowbox__pct {
    width: 47.3333333333vw;
  }
  .g-rowbox__txt {
    width: 43.6vw;
  }
  .g-rowbox__date {
    margin-bottom: 1.3333333333vw;
  }
  .g-rowbox__date p {
    font-size: 6.6666666667vw;
    width: 21.6vw;
    padding: 1.0666666667vw 0;
  }
  .g-rowbox__date p span {
    font-size: 2.1333333333vw;
  }
  .g-rowbox__date p img {
    height: 5.7333333333vw;
  }
  .g-rowbox__txt > p {
    font-size: 3.4666666667vw;
  }
  .g-rowbox__txt button {
    width: 100%;
    height: 10.6666666667vw;
    font-size: 5.0666666667vw;
    border-width: 0.5333333333vw;
    position: absolute;
    bottom: 0;
  }
  .g-rowbox__txt button img {
    height: 3.8666666667vw;
  }
  .g-rowbox__txt button img:nth-child(1) {
    display: none;
  }
  .g-rowbox__txt button:before {
    right: 3.7333333333vw;
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
  .g-rowbox__txt button:after {
    display: none;
  }
}

.g-colbox {
  background: #f4ece0;
  margin: 0 auto;
}
.g-colbox__txt h3 {
  margin: 0 auto;
  text-align: center;
  border-bottom: 3px solid #000436;
}
.g-colbox__txt h3 span {
  display: block;
}
.g-colbox__txt span {
  display: block;
}
@media (min-width: 768px) {
  .g-colbox {
    width: 900px;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .g-colbox__img, .g-colbox__detail {
    width: 50%;
  }
  .g-colbox__detail {
    height: 100%;
    -ms-flex-item-align: center;
        align-self: center;
    padding-left: 20px;
  }
  .g-colbox__txt {
    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;
  }
  .g-colbox__txt h3 {
    font-size: 38px;
    margin-bottom: 35px;
  }
  .g-colbox__txt h3 span {
    font-size: 18px;
  }
  .g-colbox__txt h3 img {
    height: 108px;
    margin-bottom: 25px;
  }
  .g-colbox__txt h4 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .g-colbox__txt p {
    font-size: 16px;
  }
  .g-colbox__txt span {
    font-size: 13px;
  }
  .g-colbox__btn {
    margin-top: 35px;
  }

  .g-colbox + .m-moreevent__slide{
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .g-colbox {
    width: 93.3333333333vw;
    margin-top: 4vw;
  }
  .g-colbox__img {
    margin-bottom: 4vw;
  }
  .g-colbox__txt h3 {
    width: 85.3333333333vw;
    font-size: 6.4vw;
    margin-bottom: 4.6666666667vw;
  }
  .g-colbox__txt h3 span {
    font-size: 3.7333333333vw;
  }
  .g-colbox__txt h3 img {
    height: 14.4vw;
    margin-bottom: 3.3333333333vw;
  }
  .g-colbox__txt h4 {
    font-size: 4.2666666667vw;
    margin-bottom: 3.3333333333vw;
  }
  .g-colbox__txt p, .g-colbox__txt span, .g-colbox__txt h4 {
    padding: 0 6vw;
  }
  .g-colbox__txt p {
    font-size: 3.7333333333vw;
  }
  .g-colbox__txt span {
    font-size: 3.0666666667vw;
  }
  .g-colbox__btn {
    margin-top: 4.6666666667vw;
  }
}

.g-fixedmenu {
  position: fixed;
  z-index: 200;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.g-fixedmenu.is-show {
  opacity: 1;
  visibility: visible;
}
.g-fixedmenu__menubtn:before {
  content: "";
  background-image: url("../img/1011_12/common/f_menu_open.jpg");
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.g-fixedmenu__menubtn.is-open:before {
  opacity: 1;
  visibility: visible;
}
.g-fixedmenu__btn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.g-fixedmenu__btn em {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
  font-family: "Saira Condensed", sans-serif;
}
.g-fixedmenu__btn span {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
@media (min-width: 768px) {
  .g-fixedmenu {
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .g-fixedmenu__btn {
    padding-left: 115px;
  }
  .g-fixedmenu__btnwrap {
    /* width: calc(100% - 100px); */
    width: 100%;
    height: 100px;
    background: #c80025;
    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;
    padding: 10px 15px;
    padding-left: 100px;
  }
  .g-fixedmenu__btn {
    width: 335px;
    border: 2px solid #fff;
    font-size: 18px;
    height: 100%;
    margin: 0 5px;
  }
  .g-fixedmenu__btn em {
    font-size: 50px;
  }
  .g-fixedmenu__btn em small {
    font-size: 17px;
    margin-left: 5px;
  }
  .g-fixedmenu__btn:after {
    left: 15px;
  }
  .g-fixedmenu__menubtn {
    width: 100px;
  }
  .g-fixedmenu__menu {
    bottom: 0;
    padding-bottom: 70px;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@media (max-width: 767px) {
  .g-fixedmenu {
    bottom: 0;
    left: 0;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .g-fixedmenu__btn {
    padding-left: 12.6666666667vw;
  }
  .g-fixedmenu__btnwrap {
    /* width: 84vw; */
    width: 100%;
    background: #000436;
    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;
    padding: 1.3333333333vw 2vw;
    justify-content: center;
  }
  .g-fixedmenu__btn {
    width: 38vw;
    border: 0.5333333333vw solid #fff;
    font-size: 3.2vw;
  }

  .g-fixedmenu__btn + .g-fixedmenu__btn{
    margin-left: 2vw;
  }
  .g-fixedmenu__btn em {
    font-size: 5.8666666667vw;
  }
  .g-fixedmenu__btn em small {
    font-size: 1.7333333333vw;
  }
  .g-fixedmenu__btn:after {
    left: 2vw;
  }
  .g-fixedmenu__menubtn {
    width: 16vw;
  }
  .g-fixedmenu__menu {
    bottom: 0;
    padding-bottom: 9.3333333333vw;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.g-innermenu {
  position: fixed;
  z-index: 50;
  visibility: hidden;
}
.g-innermenu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.g-innermenu__list {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.g-innermenu__link {
  color: #000436;
  width: 100%;
  font-weight: 700;
}
.g-innermenu__link span:nth-child(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;
}
.g-innermenu__link span:nth-child(2){
  letter-spacing: -.03em;
}
.g-innermenu.is-open {
  visibility: hidden;
}
.g-innermenu.is-open .g-innermenu__list {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}
.g-innermenu.is-open:before {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 768px) {
  .g-innermenu {
    width: 100vw;
    right: 0;
    top: 0;
  }
  .g-innermenu__list {
    width: 400px;
    padding-top: 100px;
    padding-bottom: 100px;
    padding: 100px 5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #000436;
    height: 100vh;
    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;
    margin-left: auto;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .g-innermenu__link {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 14px;
    padding: 10px 25px;
    background: #191c47;
    height: 100%;
    width: 100%;
    color: #fff;
    min-height: 115px;
  }
  .g-innermenu__link span:nth-child(1) {
    width: 100px;
    height: 35px;
    margin-bottom: 15px;
  }
  .g-innermenu__item {
    height: 160px;
    height: calc((100vh - 240px) / 6);
    width: 193px;
  }
  .g-innermenu__item:nth-child(n+3) {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .g-innermenu {
    width: 100vw;
    right: 0;
    top: 0;
  }
  .g-innermenu__list {
    width: 70vw;
    background: #fff;
    height: 100vh;
    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;
    margin-left: auto;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    padding-bottom: 16vw;
    padding-top: 13vw;
  }
  .g-innermenu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3vw;
    padding: 2.2vw;
  }
  .g-innermenu__link span:nth-child(1) {
    width: 13.3333333333vw;
    height: 6.6666666667vw;
    margin-right: 2.6666666667vw;
  }
  .g-innermenu__item {
    width: 100%;
    margin: 0 auto;
  }
  .g-innermenu__item:nth-child(n+2) {
    border-top: 0.5333333333vw solid #000436;
  }
}

.m-kv img {
  width: 100%;
}

.m-topticket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.m-topticket__box:nth-child(n+2):before {
  content: "";
  background: #000436;
  width: 1px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.m-topticket__team{
  flex-direction: column;
  margin-bottom: 5px;
}

.m-topticket__team span{
  line-height: 1;
}

.m-topticket__teamlogo {
  margin: 0 auto;
}
.m-topticket__date, .m-topticket__team span {
  font-family: "Saira Condensed", sans-serif;
}
.m-topticket__date span {
  display: block;
  line-height: 1;
}
.m-topticket__date, .m-topticket__team {
  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-topticket {
    width: 900px;
    margin: 0 auto;
  }
  .m-topticket:before {
  }
  .m-topticket__box:nth-child(n+2):before{
    height: 515px;
    top: 40px;
    left: 0;
    right: auto;
  }
  .m-topticket__box {
    width: 50%;
    padding: 90px 35px 75px;
  }
  .m-topticket__teamlogo {
    width: 180px;
    margin-bottom: 80px;
  }
  .m-topticket__date img {
    height: 118px;
    margin-bottom: 20px;
  }
  .m-topticket__date p {
    font-size: 86px;
  }
  .m-topticket__date p span:nth-child(1) {
    font-size: 38px;
  }
  .m-topticket__date p span:nth-child(2) {
    font-size: 40px;
  }
  .m-topticket__team {
    font-size: 28px;
  }
  .m-topticket__team p{
    margin-left: 10px;
    font-size: 22px;
  }
  .m-topticket__team span {
    font-size: 38px;
  }
  .m-topticket__btn.g-btn--ticket:after {
    left: 44px;
  }
}
@media (max-width: 767px) {
  .m-topticket__box:nth-child(n+2):before {
    height: 68.6666666667vw;
    top: 5.3333333333vw;
    left: 0;
    right: auto;
  }
  .m-topticket__box {
    width: 50%;
    padding: 12vw 3vw 10vw;
  }
  .m-topticket__teamlogo {
    width: 24vw;
    margin-bottom: 4.8vw;
  }
  .m-topticket__date img {
    height: 15.7333333333vw;
    margin-bottom: 3.3333333333vw;
  }
  .m-topticket__date p {
    font-size: 12.5333333333vw;
  }
  .m-topticket__date p span:nth-child(1) {
    font-size: 5.0666666667vw;
    margin-bottom: 0.2666666667vw;
  }
  .m-topticket__date p span:nth-child(2) {
    font-size: 5.3333333333vw;
  }
  .m-topticket__team {
    font-size: 3.7333333333vw;
    margin-top: -4vw;
  }
  .m-topticket__team p{
    font-size: calc(10 / 375 * 100vw);
    margin-left: calc(5 / 375 * 100vw);
  }
  .m-topticket__team span {
    font-size: 5.0666666667vw;
  }
  .m-topticket__btn.g-btn--ticket {
    padding-left: 5.3333333333vw;
  }
  .m-topticket__btn.g-btn--ticket:after {
    left: 2.6666666667vw;
  }
}

.m-menu {
  background: #000436;
}
.m-menu__link {
  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;
  width: 100%;
  height: 100%;
  padding-bottom: 15px;
}
.m-menu__link:before {
  content: "";
  background-image: url("../img/1011_12/common/arw_red.png");
  background-size: cover;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.m-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-menu__item {
  background: #191c47;
}
.m-menu__item span {
  display: block;
  color: #fff;
  text-align: center;
  line-height: 1.1153846154;
}
.m-menu__item span:nth-child(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-menu {
    padding: 40px 0 50px;
  }
  .m-menu__list {
    width: 1100px;
    margin: 25px auto 0;
  }
  .m-menu__link:before {
    width: 24px;
    height: 15px;
    bottom: 8px;
  }
  .m-menu__item {
    width: 16%;
    height: 210px;
    margin: 0 3.5px;
  }
  .m-menu__item:nth-child(n+7) {
    margin-top: 10px;
  }
  .m-menu__item span:nth-child(1) {
    height: 77px;
    margin-bottom: 15px;
  }
  .m-menu__item span:nth-child(2) {
    font-size: 22px;
  }
  .m-menu__item:nth-child(1) img {
    height: 64px;
  }
  .m-menu__item:nth-child(2) img {
    height: 77px;
  }
  .m-menu__item:nth-child(3) img {
    height: 76px;
  }
  .m-menu__item:nth-child(4) img {
    height: 60px;
  }
  .m-menu__item:nth-child(5) img {
    height: 70px;
  }
  .m-menu__item:nth-child(6) img {
    height: 61px;
  }
  .m-menu__item:nth-child(7) img {
    height: 65px;
  }
  .m-menu__item:nth-child(8) img {
    height: 71px;
  }
  .m-menu__item:nth-child(9) img {
    height: 65px;
  }
  .m-menu__item:nth-child(10) img {
    height: 67px;
  }
  .m-menu__item:nth-child(11) img {
    height: 39px;
  }
  .m-menu__item:nth-child(12) img {
    height: 66px;
  }
}
@media (max-width: 767px) {
  .m-menu {
    padding: 5.3333333333vw 3.2vw 3.3333333333vw;
  }
  .m-menu__list {
    margin-top: 3.0666666667vw;
  }
  .m-menu__link:before {
    width: 3.2vw;
    height: 2vw;
    bottom: 1.0666666667vw;
  }
  .m-menu__item {
    width: 28.6666666667vw;
    height: 28vw;
    margin: 0 calc(4 / 375 * 100vw);
  }
  .m-menu__item:nth-child(n+4) {
    margin-top: 3.2vw;
  }
  .m-menu__item span:nth-child(1) {
    height: 10.2666666667vw;
    margin-bottom: 2vw;
  }
  .m-menu__item span:nth-child(2) {
    font-size: 3.4666666667vw;
  }
  .m-menu__item:nth-child(1) img {
    height: 8.5333333333vw;
  }
  .m-menu__item:nth-child(2) img {
    height: 10.2666666667vw;
  }
  .m-menu__item:nth-child(3) img {
    height: 10.1333333333vw;
  }
  .m-menu__item:nth-child(4) img {
    height: 8vw;
  }
  .m-menu__item:nth-child(5) img {
    height: 9.3333333333vw;
  }
  .m-menu__item:nth-child(6) img {
    height: 8.1333333333vw;
  }
  .m-menu__item:nth-child(7) img {
    height: 8.6666666667vw;
  }
  .m-menu__item:nth-child(8) img {
    height: 9.4666666667vw;
  }
  .m-menu__item:nth-child(9) img {
    height: 8.6666666667vw;
  }
  .m-menu__item:nth-child(10) img {
    height: 8.9333333333vw;
  }
  .m-menu__item:nth-child(11) img {
    height: 5.2vw;
  }
  .m-menu__item:nth-child(12) img {
    height: 8.8vw;
  }
}

.m-partner__box {
  margin: 0 auto;
}
.m-partner__head {
  background: #f4ece0;
  font-family: "Saira Condensed", sans-serif;
  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;
  border-bottom: 3px solid #000436;
}
.m-partner__head p{
  line-height: 0;
}

.m-partner__head p span {
  line-height: 1;
  display: block;
}
.m-partner__box {
  border: 3px solid #000436;
}

.m-partner__box.--large{
  width: 100%;
}

.m-partner__head.--col{
  display: flex;
}

.m-partner__head.--col div{
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .m-partner__wrap {
    width: 900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 50px auto 0;
    flex-wrap: wrap;
  }
  .m-partner__box {
    width: 48%;
    margin: 0;
  }
  .m-partner__box + .m-partner__box {
    margin-left: 20px;
  }
  .m-partner__img img {
    width: 100%;
  }
  .m-partner__head {
    height: 105px;
  }
  .m-partner__head img {
    height: 73px;
  }
  .m-partner__head p {
    font-size: 76px;
  }
  .m-partner__head p + p {
    margin-left: 25px;
  }
  .m-partner__head p span:nth-child(1) {
    font-size: 28px;
  }
  .m-partner__head p span:nth-child(2) {
    font-size: 30px;
  }
  .m-partner__inner {
    padding: 30px 20px;
  }
  .m-partner__btn {
    margin-top: 20px;
  }

  .m-partner__box.--large{
    width: 885px;
    margin: 25px auto 0;
  }

  .m-partner__box .m-partner__img{
    width: 386px;
    margin: 0 auto;
  }

  .m-partner__head.--col div + div{
    margin-left: 30px;
    padding-left: 30px;
    border-left: 2px solid #000436;
  }

  .m-partner__box .m-partner__img{

  }

}
@media (max-width: 767px) {
  .m-partner {
    padding-top: 6.6666666667vw;
  }
  .m-partner__box {
    width: 93.3333333333vw;
    margin-top: 6.6666666667vw;
  }
  .m-partner__box + .m-partner__box {
    margin-top: 4vw;
  }
  .m-partner__head {
    height: 14vw;
    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-partner__head img {
    height: 9.7333333333vw;
  }
  .m-partner__head p {
    font-size: 12.8vw;
  }
  .m-partner__head p + p {
    margin-left: 3.3333333333vw;
  }
  .m-partner__head p span:nth-child(1) {
    font-size: 5.0666666667vw;
  }
  .m-partner__head p span:nth-child(2) {
    font-size: 5.3333333333vw;
  }
  .m-partner__inner {
    padding: 4vw 6.6666666667vw;
  }
  .m-partner__btn {
    margin-top: 2.6666666667vw;
  }
  .m-partner__box.--large{
    width: calc(350 / 375 * 100vw);
  }

  .m-partner__head.--col div + div{
    margin-left: 2vw;
    padding-left: 2vw;
    border-left: 2px solid #000436;
  }
}

@-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-intro__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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-intro__imgwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.m-intro__item {
  line-height: 1.5789473684;
}
.m-intro__item .slick-arrow {
  display: none !important;
}
@media (min-width: 768px) {
  .m-intro__item {
    width: 100vw;
    margin: 0 auto;
    display: block;
  }
  .m-intro__img {
    background-size: cover;
    background-position: center;
    border-top: 24px solid #c70025;
    border-bottom: 24px solid #c70025;
  }
  .m-intro__img img {
    height: 645px;
  }
  .m-intro__item h3, .m-intro__item p {
    padding: 0 45px;
  }
  .m-intro__item h3 {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .m-intro__item p {
    font-size: 18px;
  }
  .m-intro__txt {
    width: 900px;
    margin: 50px auto 0;
    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;
    height: 100%;
  }
  .m-intro .slick-prev {
    left: -72px;
  }
  .m-intro .slick-next {
    right: -72px;
  }
}
@media (max-width: 767px) {
  .m-intro {
    padding-top: 10.6666666667vw;
  }
  .m-intro__list {
    margin-top: 4.6666666667vw;
  }
  .m-intro__list .slick-arrow {
    top: 50vw;
  }
  .m-intro__img {
    border-top: 3.2vw solid #c70025;
    border-bottom: 3.2vw solid #c70025;
    margin-bottom: 6.6666666667vw;
  }
  .m-intro__imgbox {
    width: 100vw;
  }
  .m-intro__item {
    margin-top: 4.6666666667vw;
  }
  .m-intro__item h3, .m-intro__item p {
    padding: 0 6vw;
  }
  .m-intro__item h3 {
    font-size: 5.0666666667vw;
    margin-bottom: 6.6666666667vw;
  }
  .m-intro__item p {
    font-size: 3.7333333333vw;
  }
}

.m-player__wrap {
  background: #000436;
}
.m-player__wrap:before {
  content: "";
  background-image: url("../img/1011_12/common/player_bg.png");
  background-size: cover;
  position: absolute;
}
.m-player__slide table {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.m-player__slide table th {
  color: #c70025;
  text-align: right;
  font-weight: 700;
}
.m-player__slide table td {
  color: #fff;
  text-align: left;
}
.m-player__slide a {
  border: 1px solid #fff;
  font-family: "Saira Condensed", sans-serif;
  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;
  margin: 0 auto;
}
.m-player__slide a:before {
  content: "";
  position: absolute;
  background-image: url("../img/1011_12/common/arw_wt.png");
  background-size: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-player__slide a img:nth-child(2) {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-player__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-player__txt {
  background: #191c47;
  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;
}
.m-player__txt em,
.m-player__txt p span {
  font-family: "Saira Condensed", sans-serif;
  display: block;
}
.m-player__txt img {
  display: block;
  margin: 0 auto;
}
.m-player__txt em {
  color: #c70025;
  line-height: 1;
}
.m-player__txt p {
  color: #fff;
  line-height: 1;
}
.m-player__txt p span {
  color: #c70025;
}
.m-player__txt p span img {
  display: block;
}

.m-player__name{
  position: absolute;
}

.m-player__name > *{
  display: block;
  font-weight: 700;
  line-height: 1.1;
}

.m-player__name em,
.m-player__name p{
  color: #fff;
}

.m-player__name span{
  color: #c70025;
}

.m-player__name em,
.m-player__name span{
  text-transform: uppercase;
  font-family: "Saira Condensed", sans-serif;
}

@media (min-width: 768px) {
  .m-player {
    padding-top: 90px;
  }
  .m-player__wrap {
    margin-top: 50px;
    padding-bottom: 60px;
  }
  .m-player__wrap:before {
    width: 750px;
    height: 1078px;
    top: 0;
    left: 0;
  }
  .m-player__slide {
    border-bottom: 14px solid #c70025;
    margin: 0 auto;
    width: 100%;
    max-width: 1600px;
    font-size: 22px;
  }
  .m-player__slide table {
    margin-top: 40px;
    margin-bottom: 45px;
  }
  .m-player__slide table th {
    padding-right: 20px;
  }
  .m-player__slide table td {
    padding-left: 20px;
  }
  .m-player__slide a {
    font-size: 38px;
    width: 272px;
    height: 90px;
    padding-right: 30px;
  }
  .m-player__slide a img {
    height: 29px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .m-player__slide a:hover {
    opacity: 1;
    background: #fff;
    color: #000436;
  }
  .m-player__slide a:hover img:nth-child(1) {
    opacity: 0;
  }
  .m-player__slide a:hover img:nth-child(2) {
    opacity: 1;
  }
  .m-player__slide a:hover:before {
    opacity: 0;
  }
  .m-player__slide a:hover:after {
    opacity: 1;
  }
  .m-player__slide a:before {
    content: "";
    width: 15px;
    height: 24px;
    right: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .m-player__slide a:after {
    content: "";
    background: url("../img/1011_12/common/arw_blue.png");
    background-size: cover;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    width: 15px;
    height: 24px;
    right: 30px;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .m-player__pct, .m-player__detail {
    width: 50%;
  }
  .m-player__pct {
    float: right;
  }
  .m-player__pct img {
    width: 100%;
  }
  .m-player__detail {
    float: left;
    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;
    height: 100%;
  }
  .m-player__list {
    padding: 0 25px;
    width: 1100px;
    margin: 50px auto 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .m-player__list li {
    width: 19%;
  }
  .m-player__list li:nth-child(n+2) {
    margin-left: 1.25%;
  }
  .m-player__list li:nth-child(n+6) {
    margin-top: 30px;
  }
  .m-player__list li:nth-child(5n+1) {
    margin-left: 0;
  }
  .m-player__txt {
    padding: 10px 0;
  }
  .m-player__txt em {
    font-size: 56px;
  }
  .m-player__txt em img {
    height: 40px;
    margin-right: 10px;
  }
  .m-player__txt p {
    font-size: 18px;
  }
  .m-player__txt p span {
    font-size: 16px;
    height: 16px;
    margin-top: 5px;
  }

  .m-player__name{
    top: calc(250 / 1472 * 100%);
    left: calc(225 / 1500 * 100%);
  }

  .m-player__name em{
    font-size: 65px;
    margin-bottom: 35px;
  }

  .m-player__name span{
    font-size: 20px;
    margin-bottom: 50px;
  }

  .m-player__name p{
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .m-player {
    padding-top: 12vw;
  }
  .m-player__wrap {
    margin-top: 6.6666666667vw;
    padding-bottom: 8vw;
  }
  .m-player__wrap:before {
    width: 100vw;
    height: 143.7333333333vw;
    top: 0;
    left: 0;
  }
  .m-player__slide table {
    margin-top: 5.3333333333vw;
    margin-bottom: 4vw;
    font-size: 3.7333333333vw;
  }
  .m-player__slide table th {
    padding-right: 2.6666666667vw;
  }
  .m-player__slide table td {
    padding-left: 2.6666666667vw;
  }
  .m-player__slide a {
    font-size: 5.0666666667vw;
    width: 36.2666666667vw;
    height: 12vw;
  }
  .m-player__slide a img {
    height: 4.1333333333vw;
  }
  .m-player__slide a:before {
    content: "";
    width: 2vw;
    height: 3.2vw;
    right: 4vw;
  }
  .m-player__slide .slick-arrow {
    top: 50vw;
  }
  .m-player__pct {
    border-bottom: 1.8666666667vw solid #c70025;
  }
  .m-player__list {
    margin-top: 11.3333333333vw;
    padding: 0 3.3333333333vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .m-player__list li {
    width: 29.3333333333vw;
  }
  .m-player__list li:nth-child(n+2) {
    margin-left: 2.1333333333vw;
  }
  .m-player__list li:nth-child(n+4) {
    margin-top: 2.6666666667vw;
  }
  .m-player__list li:nth-child(3n+1) {
    margin-left: 0;
  }
  .m-player__txt {
    padding: 2vw 0 1.3333333333vw;
  }
  .m-player__txt em {
    font-size: 7.4666666667vw;
    margin-right: 1.3333333333vw;
  }
  .m-player__txt em img {
    height: 6vw;
  }
  .m-player__txt p {
    font-size: 2.6vw;
  }
  .m-player__txt p span {
    font-size: 2.6666666667vw;
    height: 1.8666666667vw;
    margin-top: 0.8vw;
  }

  .m-player__name{
    top: calc(250 / 1472 * 100%);
    left: calc(225 / 1500 * 100%);
  }

  .m-player__name em{
    font-size: calc(65 / 750 *100vw);
    margin-bottom: calc(35 / 750 *100vw);
  }

  .m-player__name span{
    font-size: calc(26 / 750 *100vw);
    margin-bottom: calc(50 / 750 *100vw);
  }

  .m-player__name p{
    font-size: calc(30 / 750 *100vw);
  }
}

@media (max-width: 767px) {
  .m-spevent {
    padding-top: 12vw;
  }
}

.m-schedule__tab, .m-schedule__panel {
  margin: 0 auto;
}
.m-schedule__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-schedule__tabitem {
  background: #7b7d97;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Saira Condensed", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
.m-schedule__tabitem.is-shedule {
  background: #000436;
}
.m-schedule__panel {
  background: #f4ece0;
}
.m-schedule__panelitem {
  display: none;
}
.m-schedule__panelitem table {
  border-collapse: collapse;
}
.m-schedule__panelitem table th {
  font-family: "Saira Condensed", sans-serif;
  color: #fff;
  background: #000436;
  vertical-align: text-top;
  line-height: 1;
}
.m-schedule__panelitem table th img {
  display: block;
  margin: 0 auto;
}
.m-schedule__panelitem.is-shedule {
  display: block;
}
@media (min-width: 768px) {
  .m-schedule__tab, .m-schedule__panel {
    width: 100%;
    margin: 0 auto;
    width: 900px;
  }
  .m-schedule__tab {
    border-bottom: 20px solid #000436;
    margin-top: 40px;
  }
  .m-schedule__tabitem {
    width: 49%;
    font-size: 60px;
    padding: 15px 0 10px;
  }
  .m-schedule__tabitem span {
    font-size: 20px;
  }
  .m-schedule__tabitem img {
    height: 62px;
  }
  .m-schedule__panel {
    padding: 20px 30px 35px;
  }
  .m-schedule__panelitem table {
    width: 100%;
  }
  .m-schedule__panelitem table tr {
    border-bottom: 2px solid #f4ece0;
  }
  .m-schedule__panelitem table th, .m-schedule__panelitem table td {
    padding: 12px;
  }
  .m-schedule__panelitem table th {
    font-size: 38px;
    width: 130px;
    text-align: center;
  }
  .m-schedule__panelitem table td {
    padding-left: 25px;
    font-size: 16px;
    vertical-align: middle;
  }
  .m-schedule__panelitem table td:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    position: absolute;
    background: #000436;
  }
}
@media (max-width: 767px) {
  .m-schedule {
    padding-top: 13.3333333333vw;
  }
  .m-schedule__tab, .m-schedule__panel {
    width: 93.3333333333vw;
  }
  .m-schedule__tab {
    border-bottom: 2.6666666667vw solid #000436;
    margin-top: 5.3333333333vw;
  }
  .m-schedule__tabitem {
    width: 46.1333333333vw;
    font-size: 10.6666666667vw;
    padding: 2.6666666667vw 0 2vw;
  }
  .m-schedule__tabitem span {
    font-size: 4vw;
  }
  .m-schedule__tabitem img {
    height: 6.9333333333vw;
  }
  .m-schedule__panel {
    padding: 2.6666666667vw 4vw 4.6666666667vw;
  }
  .m-schedule__panelitem table tr {
    border-bottom: 2px solid #f4ece0;
  }
  .m-schedule__panelitem table th, .m-schedule__panelitem table td {
    padding: 1.6vw 0;
  }
  .m-schedule__panelitem table th {
    font-size: 5.6vw;
    width: 17.3333333333vw;
    text-align: center;
  }
  .m-schedule__panelitem table th img {
    height: 4.2666666667vw;
  }
  .m-schedule__panelitem table td {
    font-size: 3.2vw;
    padding-left: 3.3333333333vw;
    vertical-align: middle;
  }
  .m-schedule__panelitem table td:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    position: absolute;
    background: #000436;
  }
  .m-schedule__panelitem table td li {
    font-size: 3.0666666667vw;
  }
}

.m-moreevent__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
  margin: 0 auto;
  flex-wrap: wrap;
}
.m-moreevent__ttl em {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #fff;
  background: #000436;
  font-family: "Saira Condensed", sans-serif;
  line-height: 1;
}
.m-moreevent__ttl p {
  font-weight: 700;
  width: 100%;
  text-align: center;
}
.m-moreevent__pct img {
  width: 100%;
}
.m-moreevent__item {
  background: #f4ece0;
}
.m-moreevent__item button {
  margin: 0 auto;
  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 #000436;
  color: #000436;
  font-family: "Saira Condensed", sans-serif;
}
.m-moreevent__item button:before, .m-moreevent__item button:after {
  content: "";
  position: absolute;
  background-image: url("../img/1011_12/common/icon_plus.png");
  background-size: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-moreevent__item button:before {
  background-image: url("../img/1011_12/common/icon_plus.png");
}
.m-moreevent__item button:after {
  background-image: url("../img/1011_12/common/icon_plus_wt.png");
  z-index: 1;
}
@media (min-width: 768px) {
  .m-moreevent__slide {
    width: 900px;
    margin: 0 auto;
  }
  .m-moreevent__txt, .m-moreevent__pct {
    width: 100%;
  }
  .m-moreevent__txt {
    padding: 0 20px 20px;
    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-moreevent__ttl {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .m-moreevent__ttl img {
    height: 43px;
  }
  .m-moreevent__ttl em {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 20px;
    font-size: 40px;
    /* margin-right: 30px; */
  }

  .m-moreevent__ttl em + em{
    margin-left: 20px;
  }

  .m-moreevent__ttl em span {
    font-size: 20px;
    margin-left: 5px;
  }
  .m-moreevent__ttl p {
    font-size: 18px;
    margin-top: 10px;
  }
  .m-moreevent__item {
    margin: 0 10px;
  }
  .m-moreevent__item button {
    width: 100%;
    height: 85px;
    font-size: 38px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .m-moreevent__item button img {
    height: 29px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .m-moreevent__item button img:nth-child(1) {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
  }
  .m-moreevent__item button:after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
  }
  .m-moreevent__item button:before, .m-moreevent__item button:after {
    right: 28px;
    width: 26px;
    height: 26px;
  }
  .m-moreevent__item button:hover {
    background: #000436;
    color: #fff;
  }
  .m-moreevent__item button:hover img:nth-child(1) {
    opacity: 1;
  }
  .m-moreevent__item button:hover:after {
    opacity: 1;
  }
  .m-moreevent .slick-prev,
  .m-goods .slick-prev {
    left: -72px;
  }
  .m-moreevent .slick-next,
  .m-goods .slick-next {
    right: -72px;
  }
}
@media (max-width: 767px) {
  .m-moreevent {
    padding-top: 11.3333333333vw;
  }
  .m-moreevent__slide {
    margin: 5.3333333333vw auto 0;
    width: 88%;
  }
  .m-moreevent__slide .slick-list {
    overflow: visible;
  }
  .m-moreevent__slide .slick-arrow {
    top: 45.7333333333vw;
  }
  .m-moreevent__item button, .m-moreevent__ttl {
    margin: 0 auto;
  }
  .m-moreevent__ttl {
    margin-top: 2.6666666667vw;
    width: 90%;
    margin-bottom: 3vw;
  }
  .m-moreevent__ttl em {
    width: 34.6666666667vw;
    padding: 2vw 0 2vw;
    font-size: 8.9333333333vw;
  }
  .m-moreevent__ttl em + em{
    margin-left: 2vw;
  }

  .m-moreevent__ttl em span {
    font-size: 3.7333333333vw;
    margin-left: 0.6666666667vw;
  }
  .m-moreevent__ttl img {
    height: 6.9333333333vw;
  }
  .m-moreevent__ttl p {
    font-size: 4.5333333333vw;
    margin-top: 2vw;
  }
  .m-moreevent__item {
    padding-bottom: 5.3333333333vw;
    border-left: 1.3333333333vw solid #fff;
    border-right: 1.3333333333vw solid #fff;
  }
  .m-moreevent__item button {
    width: 90%;
    height: 11.3333333333vw;
    font-size: 5.0666666667vw;
  }
  .m-moreevent__item button img {
    height: 4.2666666667vw;
  }
  .m-moreevent__item button img:nth-child(1) {
    display: none;
  }
  .m-moreevent__item button:before {
    right: 3.7333333333vw;
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
  .m-moreevent__item button:after {
    display: none;
  }
}

@media (max-width: 767px) {
  .m-present,
  .m-gourmet,
  .m-goods,
  .m-mascot,
  .m-rose {
    padding-top: 10.6666666667vw;
  }
}

@media (max-width: 767px) {
  .m-mascot .m-mascot__box {
    padding: 6vw 0;
  }
}

.m-guide__txt {
  color: #fff;
  font-weight: 700;
  line-height: 2.2142857143;
}
.m-guide__txt p {
  text-shadow: 0 0 6px black;
}
.m-guide__txt:before {
  content: "";
  background: rgba(0, 4, 54, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .m-guide {
    width: 900px;
    margin: 0 auto;
  }
  .m-guide__txt {
    margin-top: 40px;
    font-size: 22px;
    background: url("../img/1011_12/common/guide_bg.jpg");
    background-size: cover;
    background-position: center;
    padding: 60px 45px 385px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .m-guide {
    padding: 10.6666666667vw 3.3333333333vw 0;
  }
  .m-guide__txt {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
    background: url("../img/1011_12/common/guide_bg.jpg");
    background-size: cover;
    background-position: center;
    padding: 8vw 6vw 51.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}

.m-access__map {
  width: 100%;
}
.m-access__map iframe {
  width: 100%;
  height: 100%;
}
.m-access__txt {
  background: #f4ece0;
  color: #000436;
  line-height: 1.7142857143;
  font-weight: 700;
}
.m-access__txt 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;
}
.m-access__txt em span img {
  display: block;
}
.m-access__txt p {
  font-weight: 500;
}
@media (min-width: 768px) {
  .m-access__wrap {
    width: 1100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 600px;
    background: #f4ece0;
  }
  .m-access__map, .m-access__detail {
    width: 50%;
  }
  .m-access__detail {
    padding-bottom: 100px;
    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-access__detail a {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .m-access__map {
    height: 100%;
  }
  .m-access__txt {
    font-size: 18px;
    padding: 0 25px;
  }
  .m-access__txt em {
    border: 4px solid #000436;
    padding: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 25px;
  }
  .m-access__txt em span {
    height: 30px;
    margin-right: 10px;
  }
  .m-access__txt p + em {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .m-access {
    padding: 10.6666666667vw 3.3333333333vw 0;
  }
  .m-access__map {
    height: 52.4vw;
    margin-top: 5.3333333333vw;
  }
  .m-access__txt {
    padding: 4vw 4vw 8vw;
    font-size: 3.7333333333vw;
  }
  .m-access__txt em {
    border: 0.5333333333vw solid #000436;
    width: 32.9333333333vw;
    height: 7.7333333333vw;
    margin-bottom: 3.3333333333vw;
  }
  .m-access__txt em span {
    height: 5.4666666667vw;
    margin-right: 3.2vw;
  }
  .m-access__txt p {
    font-size: 3.7333333333vw;
  }
  .m-access__txt p + em {
    margin-top: 5.3333333333vw;
  }
}

.m-ticket__box h3 {
  line-height: 1;
  display: block;
  color: #000436;
}
.m-ticket__box p {
  line-height: 1.7272727273;
  color: #000436;
  font-weight: 500;
}
.m-ticket__btnwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-ticket__btnwrap a {
  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: #000436;
  font-weight: 700;
}
.m-ticket__btnwrap a:before {
  content: "";
  background-image: url("../img/1011_12/common/arw_blue.png");
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  .m-ticket {
    width: 900px;
    margin: 0 auto;
  }
  .m-ticket__box {
    margin-top: 15px;
  }
  .m-ticket__box img {
    width: 100%;
  }
  .m-ticket__box + .m-ticket__box {
    margin-top: 55px;
  }
  .m-ticket__box h3 {
    border-bottom: 6px solid #000436;
    padding-bottom: 13px;
    font-size: 26px;
  }
  .m-ticket__box img {
    margin-bottom: 30px;
  }
  .m-ticket__box p {
    font-size: 18px;
  }
  .m-ticket__btnwrap a {
    width: 48%;
    height: 100px;
    border: 4px solid #000436;
    font-size: 22px;
    margin: 25px 0 20px;
  }
  .m-ticket__btnwrap a:before {
    width: 14px;
    height: 25px;
    right: 15px;
  }
}
@media (max-width: 767px) {
  .m-ticket {
    padding: 10.6666666667vw 3.3333333333vw 0;
  }
  .m-ticket__box {
    margin-top: 2vw;
  }
  .m-ticket__box + .m-ticket__box {
    margin-top: 7.3333333333vw;
  }
  .m-ticket__box h3 {
    border-bottom: 0.8vw solid #000436;
    padding-bottom: 1.7333333333vw;
  }
  .m-ticket__box img {
    margin-bottom: 4vw;
  }
  .m-ticket__box p {
    font-size: 2.9333333333vw;
  }
  .m-ticket__btnwrap a {
    width: 45.3333333333vw;
    height: 13.3333333333vw;
    border: 0.5333333333vw solid #000436;
    font-size: 3.7333333333vw;
    margin: 3.3333333333vw 0 2.6666666667vw;
  }
  .m-ticket__btnwrap a:before {
    width: 1.8666666667vw;
    height: 3.3333333333vw;
    right: 2vw;
  }
}

@media (min-width: 768px) {
  .m-arena__slide {
    width: 1100px;
    margin: 40px auto 0;
  }
  .m-arena__slide li {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
  }
  .m-arena__slide li:hover {
    opacity: 0.6;
  }
}
@media (max-width: 767px) {
  .m-arena {
    padding: 10.6666666667vw 0 0;
  }
  .m-arena__slide {
    margin-top: 5.3333333333vw;
  }
}

.m-fanclub__yt iframe{
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .m-fanclub__banner,
  .m-fanclub__yt {
    display: block;
    width: 900px;
    margin: 30px auto 0;
  }

  .m-fanclub__yt{
    height: 506px;
  }

  .m-fanclub__banner img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .m-fanclub {
    padding: 10.6666666667vw 0 0;
  }

  .m-fanclub__yt{
    height: 52.9vw;
  }

  .m-fanclub__wrap {
    width: 93.3333333333vw;
    margin: 4vw auto 0;
  }

  .m-fanclub__banner,
  .m-fanclub__yt{
    display: block;
    width: 93.3333333333vw;
    margin: 10.6666666667vw auto 0;
  }
}

.m-faq__list {
  background: #fff;
}
.m-faq__list li:before, .m-faq__list li:after {
  content: "";
  background: #000436;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-faq__list li:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.m-faq__list li.is-open:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.m-faq__list li:last-child .m-faq__a,
.m-faq__list li:last-child .m-faq__q {
  border: none;
}
.m-faq__q, .m-faq__a {
  color: #000436;
}
.m-faq__q span, .m-faq__a span {
  font-weight: 500;
  font-family: "Saira Condensed", sans-serif;
  position: absolute;
}
.m-faq__q span img, .m-faq__a span img {
  display: block;
}
.m-faq__q a, .m-faq__a a {
  color: #000436;
  text-decoration: underline;
}
.m-faq__q {
  cursor: pointer;
  font-weight: 700;
}
.m-faq__a {
  display: none;
}
.m-faq__a span {
  color: #c70025;
}
@media (min-width: 768px) {
  .m-faq__list {
    width: 900px;
    border: 4px solid #000436;
    margin: 40px auto 0;
  }
  .m-faq__list li:before, .m-faq__list li:after {
    width: 27px;
    height: 5px;
    top: 37px;
    right: 35px;
  }
  .m-faq__q, .m-faq__a {
    padding: 25px 105px 25px 75px;
    border-bottom: 4px solid #000436;
  }
  .m-faq__q span, .m-faq__a span {
    font-size: 44px;
    left: 25px;
    top: 4px;
  }
  .m-faq__q {
    font-size: 20px;
  }
  .m-faq__a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .m-faq {
    padding: 10.6666666667vw 0 0;
  }
  .m-faq__list {
    border: 0.5333333333vw solid #000436;
    width: 93.3333333333vw;
    margin: 5.3333333333vw auto 0;
  }
  .m-faq__list li:before, .m-faq__list li:after {
    width: 3.6vw;
    height: 0.6666666667vw;
    top: 6.2666666667vw;
    right: 4.6666666667vw;
  }
  .m-faq__q, .m-faq__a {
    padding: 3.3333333333vw 14vw 3.3333333333vw 10vw;
    font-size: 3.4666666667vw;
    border-bottom: 0.5333333333vw solid #000436;
  }
  .m-faq__q span, .m-faq__a span {
    font-size: 6.8vw;
    left: 3.3333333333vw;
    top: 1.0666666667vw;
  }
  .m-faq__q span {
    height: 5.8666666667vw;
  }
  .m-faq__a span {
    height: 5.3333333333vw;
  }
}

.m-modal__bg {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  top: 0;
  left: 0;
}
.m-modal__cont {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: 0 auto;
  background: #fff;
  z-index: 1001;
  border-radius: 15px;
  overflow-y: scroll;
  max-height: 80vh;
}
.m-modal__cont img {
  display: block;
}
.m-modal__close {
  cursor: pointer;
}
.m-modal__cont, .m-modal__bg {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-modal__box.is-show .m-modal__cont,
.m-modal__box.is-show .m-modal__bg {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 768px) {
  .m-modal__cont {
    width: 800px;
    padding: 50px 20px;
  }
  .m-modal__cont img {
    width: 500px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .m-modal__cont p {
    width: 500px;
    margin: 0 auto;
    font-size: 18px;
  }
  .m-modal__close {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 50px;
    font-weight: 700;
  }

  .m-modal__btn{
    width: 500px;
    margin: 20px auto 0;
  }
}
@media (max-width: 767px) {
  .m-modal__cont {
    width: 90vw;
    padding: 6.6666666667vw 2.6666666667vw;
  }
  .m-modal__cont img {
    width: 66.6666666667vw;
    margin: 0 auto;
    margin-bottom: 2.6666666667vw;
  }
  .m-modal__cont p {
    width: 66.6666666667vw;
    margin: 0 auto;
    font-size: 3.4666666667vw;
  }
  .m-modal__close {
    position: absolute;
    right: 2vw;
    top: 2vw;
    font-size: 6.6666666667vw;
    font-weight: 700;
  }

  .m-modal__btn{
    width: 66.6666666667vw;
    margin: 2.6666666667vw auto 0;
  }
}

/* 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;
  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;
  z-index: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .slick-prev,
  .slick-next {
    width: 72px;
    height: 72px;
  }
}
@media (max-width: 767px) {
  .slick-prev,
  .slick-next {
    width: 9.6vw;
    height: 9.6vw;
  }
}

.slick-prev {
  left: 0;
}
.slick-prev:before {
  background-image: url("../img/1011_12/common/arw_slide_prev.jpg");
  background-size: cover;
}

.slick-next {
  right: 0;
}
.slick-next:before {
  background-image: url("../img/1011_12/common/arw_slide_next.jpg");
  background-size: cover;
}

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