@charset "UTF-8";
/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  overflow-x: hidden;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

/* ================================================

- フォント

================================================ */
/* ================================================

-

================================================ */
/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 769px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 768px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBottom0 {
  margin-bottom: 0px;
}

.mBottom5 {
  margin-bottom: 5px;
}

.mBottom10 {
  margin-bottom: 10px;
}

.mBottom15 {
  margin-bottom: 15px;
}

.mBottom20 {
  margin-bottom: 20px;
}

.mBottom25 {
  margin-bottom: 25px;
}

.mBottom30 {
  margin-bottom: 30px;
}

.mBottom35 {
  margin-bottom: 35px;
}

.mBottom40 {
  margin-bottom: 40px;
}

.mBottom45 {
  margin-bottom: 45px;
}

.mBottom50 {
  margin-bottom: 50px;
}

/* ================================================

- z-index

================================================ */
/* ================================================

-

================================================ */
.lozad {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.lozad[data-loaded=true] {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* ================================================

- イージング

================================================ */
/* ================================================

- status

================================================ */
.view-bg.-status {
  background-color: #ffa500;
}

.view-main.-status {
  background-color: #ffa500;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
}

/* ================================================

- container - head

================================================ */
.status-container {
  padding: 118px 0 40px;
  background-color: #ffa500;
  position: relative;
  z-index: 1;
}

.status-container__inner {
  padding: 0 24px;
}

.status-head__ttl {
  width: 386px;
  margin: 0 auto;
}

.status-head__note {
  margin-top: 32px;
}
.status-head__note p {
  font-size: 2.4rem;
  line-height: 1.8;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
}

.status-head__attn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 190px;
  height: auto;
  margin-top: 80px;
  padding: 15px 25px;
  background-color: #ff0000;
}
.status-head__attn p {
  font-size: 2.8rem;
  line-height: 1.5;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  color: #ffff00;
  text-align: left;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .status-container {
    padding: 15.733vw 0 5.333vw;
  }
  .status-container__inner {
    padding: 0 3.2vw;
  }
  .status-head__ttl {
    width: 51.467vw;
  }
  .status-head__note {
    margin-top: 4.267vw;
  }
  .status-head__note p {
    font-size: 3.125vw;
  }
  .status-head__attn {
    margin-top: 1.467vw;
  }
  .status-head__attn {
    min-height: 50.667vw;
    margin-top: 10.667vw;
    padding: 4vw 3.333vw;
  }
  .status-head__attn p {
    font-size: 3.6458333333vw;
  }
}
/* ================================================

- summary

================================================ */
.status-summary__block {
  margin-top: 80px;
  padding: 23px 0 17px;
  background-color: #FFFFFF;
  border-radius: 16px;
}

.status-summary__inner {
  padding: 0 20px;
}

.status-summary__ttl {
  font-size: 3.2rem;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  text-align: center;
}

.status-summary__list {
  margin-top: 11px;
  text-align: center;
}
.status-summary__list p {
  font-size: 2.2rem;
  line-height: 1.8;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
}

.status-summary__note {
  margin-top: 15px;
}
.status-summary__note p {
  font-size: 2rem;
  line-height: 1.5;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .status-summary__block {
    margin-top: 10.667vw;
    padding: 3.067vw 0 2.267vw;
    border-radius: 2.133vw;
  }
  .status-summary__inner {
    padding: 0 2.667vw;
  }
  .status-summary__ttl {
    font-size: 4.1666666667vw;
  }
  .status-summary__list {
    margin-top: 1.467vw;
  }
  .status-summary__list p {
    font-size: 2.8645833333vw;
  }
  .status-summary__note {
    margin-top: 2vw;
  }
  .status-summary__note p {
    font-size: 2.6041666667vw;
  }
}
/* ================================================

- accordion

================================================ */
.status-accordion {
  margin-top: 42px;
}

.status-accordion__details:not(:first-of-type) {
  margin-top: 20px;
}

.status-accordion__summary {
  /* display: list-item; */ /* 外を指定してデフォルトの三角形アイコンを消します */
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  min-height: 80px;
  font-size: 2.8rem;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  color: #FFFFFF;
  cursor: pointer;
  position: relative;
  background-color: #112b4c;
  -webkit-transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

/* Safariで表示されるデフォルトの三角形アイコンを消します */
summary.status-accordion__summary::-webkit-details-marker {
  display: none;
}

.status-accordion__icon {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  position: absolute;
  top: 50%;
  right: 23px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 12px 0 12px;
  border-color: #FFFFFF transparent transparent transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* アコーディオンが開いた時のスタイル */
details.status-accordion__details.-open .status-accordion__icon {
  border-width: 0 12px 20px 12px;
  border-color: transparent transparent #FFFFFF transparent;
}

.status-accordion__content {
  margin-top: 40px;
  margin-bottom: 40px;
}

.status-arena__block {
  padding: 23px 2px 14px 20px;
  background-color: #FFFFFF;
  border-radius: 16px;
}

.status-arena__block:not(:first-of-type) {
  margin-top: 17px;
}

.status-arena__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.status-arena__table th,
.status-arena__table td {
  font-size: 2.4rem;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  text-align: center;
}
.status-arena__table thead th {
  font-size: 1.8rem;
  line-height: 1.1667;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
}
.status-arena__table tbody th {
  padding-bottom: 15px;
  line-height: 1;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  text-align: left;
}
.status-arena__table tbody td {
  line-height: 2;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 900;
}
.status-arena__table tbody td.-shop {
  width: 228px;
  text-align: left;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
}

.js-details.-open .status-accordion__content__txt {
  opacity: 1;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .status-accordion {
    margin-top: 5.6vw;
  }
  .status-accordion__details:not(:first-of-type) {
    margin-top: 2.667vw;
  }
  .status-accordion__summary {
    min-height: 10.667vw;
    font-size: 3.6458333333vw;
  }
  .status-accordion__icon {
    right: 3.067vw;
    border-width: 2.667vw 1.6vw 0 1.6vw;
  }
  /* アコーディオンが開いた時のスタイル */
  details.status-accordion__details.-open .status-accordion__icon {
    border-width: 0 1.6vw 2.667vw 1.6vw;
  }
  .status-accordion__content {
    margin-top: 5.333vw;
    margin-bottom: 5.333vw;
  }
  .status-arena__block {
    padding: 3.067vw 0.267vw 1.867vw 2.667vw;
    border-radius: 2.133vw;
  }
  .status-arena__block:not(:first-of-type) {
    margin-top: 2.267vw;
  }
  .status-arena__table th,
  .status-arena__table td {
    font-size: 3.125vw;
  }
  .status-arena__table thead th {
    font-size: 2.34375vw;
  }
  .status-arena__table tbody th {
    padding-bottom: 2vw;
  }
  .status-arena__table tbody td.-shop {
    width: 30.4vw;
  }
}
/* ================================================

- footer

================================================ */
.status-footer {
  margin-top: 117px;
}

.status-footer__copyright {
  text-align: center;
}
.status-footer__copyright small {
  font-size: 2rem;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  color: #000000;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .status-footer {
    margin-top: 15.6vw;
  }
  .status-footer__copyright small {
    font-size: 2.6041666667vw;
  }
}