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

:root {
  --cc-red: #E52E2E;
  --cc-blue: #4d88ff;
  --cc-gold: #DDC15E;
  --cc-yellow: #FFE329;
  --w1280: 1280px;
  --space: 30px;
}

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

- フォント

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

-

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

- 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-image: url(../images/bg_pc.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
}

.view-main.-status {
  background-color: #FFFFFF;
  background-image: url(../images/status/bg.jpg);
  background-size: 110px;
  background-position: top center;
  background-repeat: repeat;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .view-main.-status {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
  }
}
/* ================================================

- container - head

================================================ */
.status-container {
  padding: 98px 0 96px;
  background-color: transparent;
  position: relative;
  z-index: 1;
}

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

.status-backBtn a {
  font-size: 2rem;
  line-height: 150%;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.status-backBtn a span {
  padding-left: 21px;
  position: relative;
}
.status-backBtn a span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 14px;
  height: 22px;
  background-color: #000000;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.status-backBtn a span::after {
  content: "";
  position: absolute;
  left: 21px;
  bottom: 1px;
  width: calc(100% - 21px);
  height: 1px;
  background-color: #000000;
}

.status-head {
  margin-top: 94px;
  -webkit-transition: background-color 0.2s ease-out, padding 0.2s ease-out, position 0.2s ease-out;
  transition: background-color 0.2s ease-out, padding 0.2s ease-out, position 0.2s ease-out;
}

.status-head.-active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin-top: 0;
  padding: 15px 0;
  background-color: #FFFFFF;
}

.status-head__logo {
  width: 682px;
  margin: 0 auto 98px;
}

.status-head__ttl {
  margin: 0 auto;
}

.status-head__ttl.-menu {
  width: 416px;
}

.status-head__ttl.-goods {
  width: 638px;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .status-container {
    padding: 13.067vw 0 12.8vw;
  }
  .status-container__inner {
    padding: 0 3.2vw;
  }
  .status-backBtn a {
    font-size: 2.6666666667vw;
  }
  .status-backBtn a span {
    padding-left: 2.8vw;
  }
  .status-backBtn a span::before {
    width: 1.867vw;
    height: 2.933vw;
  }
  .status-backBtn a span::after {
    left: 2.8vw;
    bottom: 0.133vw;
    width: calc(100% - 2.8vw);
    height: 0.133vw;
  }
  .status-head {
    margin-top: 12.533vw;
  }
  .status-head.-active {
    padding: 2vw 0;
  }
  .status-head__logo {
    width: 90.933vw;
    margin: 0 auto 13.067vw;
  }
  .status-head__ttl.-menu {
    width: 55.467vw;
  }
  .status-head__ttl.-goods {
    width: 85.067vw;
  }
}
/* ================================================

- summary

================================================ */
.status-summarys {
  margin-top: 104px;
}

.status-summarys__block {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.25);
}

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

.status-summarys__ttl {
  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;
  padding: 19px 0;
  background-color: #DDC15E;
}
.status-summarys__ttl span {
  font-size: 3.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  text-align: center;
}

.status-summarys__content {
  padding: 23px 22px 24px;
}

.status-summarys__comparison {
  text-align: center;
}
.status-summarys__comparison p {
  font-size: 2.4rem;
  line-height: 150%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.status-summarys__note p {
  font-size: 2rem;
  line-height: 150%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.status-summarys__note p.-red {
  color: #E52E2E;
}

.status-summarys__goods {
  margin-top: 48px;
}
.status-summarys__goods p {
  font-size: 2.4rem;
  line-height: 150%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.status-summarys__goods__note {
  margin-top: 10px;
}
.status-summarys__goods__note p {
  font-size: 2.2rem;
  line-height: 150%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #E52E2E;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .status-summarys {
    margin-top: 13.867vw;
  }
  .status-summarys__block:not(:first-of-type) {
    margin-top: 3.333vw;
  }
  .status-summarys__ttl {
    padding: 2.533vw 0;
  }
  .status-summarys__ttl span {
    font-size: 4.2666666667vw;
  }
  .status-summarys__content {
    padding: 3.067vw 2.933vw 3.2vw;
  }
  .status-summarys__comparison p {
    font-size: 3.2vw;
  }
  .status-summarys__note p {
    font-size: 2.6666666667vw;
  }
  .status-summarys__goods {
    margin-top: 6.4vw;
  }
  .status-summarys__goods p {
    font-size: 3.2vw;
  }
  .status-summarys__goods__note {
    margin-top: 1.333vw;
  }
  .status-summarys__goods__note p {
    font-size: 2.9333333333vw;
  }
}
/* ================================================

- accordion

================================================ */
.status-container:has(.status-summarys__goods) .status-accordion {
  margin-top: 47px;
}

.status-accordion {
  margin-top: 95px;
}

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

.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: 90px;
  font-size: 2.8rem;
  line-height: 150%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  color: #000000;
  cursor: pointer;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 235, 178)), to(rgb(222, 180, 64)));
  background: linear-gradient(180deg, rgb(255, 235, 178) 0%, rgb(222, 180, 64) 100%);
  border-radius: 0;
  -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: 24px;
  translate: 0 -50%;
  width: 32px;
  height: 20px;
  background-color: #000000;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* アコーディオンが開いた時のスタイル */
details.status-accordion__details.-open .status-accordion__icon {
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

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

.status-arena__block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  gap: 90px;
  padding: 11px 21px 15px 22px;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.25);
}

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

.status-arena__block.-goods {
  gap: 45px;
  padding: 11px 45px 12px 22px;
}
.status-arena__block.-goods .status-goods__row dt {
  min-height: 44px;
}
.status-arena__block.-goods .status-goods__row .status-shop__name {
  margin-top: 5px;
}
.status-arena__block.-goods .status-goods__row .status-shop__name p {
  padding: 20px 0;
}
.status-arena__block.-goods .status-goods__row .status-shop__name p a {
  color: #000000;
}

.status-shop {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 245px;
}

.status-shop.-goods {
  width: 288px;
}

.status-shop__row {
  text-align: left;
}

.status-shop__area {
  font-size: 2.4rem;
  line-height: 150%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.status-shop__name {
  margin-top: 8px;
}
.status-shop__name p {
  padding: 12px 0;
  font-size: 2.4rem;
  line-height: 150%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.status-shop__name p a {
  color: #000000;
}

.status-shop__note {
  margin-top: 20px;
}
.status-shop__note p {
  font-size: 2rem;
  line-height: 150%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  white-space: nowrap;
}

.status-goods {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding-right: 0;
  position: relative;
}

.status-goods__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.status-goods__item {
  width: 50%;
}

.status-goods__row {
  text-align: center;
}

.status-goods__name {
  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;
  min-height: 65px;
  font-size: 1.8rem;
  line-height: 120%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  white-space: nowrap;
}

.status-goods__display {
  margin-top: 62px;
}
.status-goods__display p {
  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;
  font-size: 2.4rem;
  line-height: 120%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  white-space: nowrap;
}
.status-arena__block:has(.status-shop__note) .status-goods__display {
  margin-top: 90px;
}

.status-arena__block.-goods .status-goods__display p {
  font-size: 2rem;
}

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

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .status-container:has(.status-summarys__goods) .status-accordion {
    margin-top: 6.267vw;
  }
  .status-accordion {
    margin-top: 12.667vw;
  }
  .status-accordion__details:not(:first-of-type) {
    margin-top: 3.067vw;
  }
  .status-accordion__summary {
    min-height: 12vw;
    font-size: 3.7333333333vw;
  }
  .status-accordion__icon {
    right: 3.2vw;
    width: 4.267vw;
    height: 2.667vw;
  }
  .status-accordion__content {
    margin-top: 3.333vw;
    margin-bottom: 5.333vw;
  }
  .status-arena__block {
    gap: 12vw;
    padding: 1.467vw 2.8vw 2vw 2.933vw;
  }
  .status-arena__block:not(:first-of-type) {
    margin-top: 3.067vw;
  }
  .status-arena__block.-goods {
    gap: 6vw;
    padding: 1.467vw 6vw 1.6vw 2.933vw;
  }
  .status-arena__block.-goods .status-goods__row dt {
    min-height: 5.867vw;
  }
  .status-arena__block.-goods .status-goods__row .status-shop__name {
    margin-top: 0.667vw;
  }
  .status-arena__block.-goods .status-goods__row .status-shop__name p {
    padding: 2.667vw 0;
  }
  .status-shop {
    width: 32.667vw;
  }
  .status-shop.-goods {
    width: 38.4vw;
  }
  .status-shop__area {
    font-size: 3.2vw;
  }
  .status-shop__name {
    margin-top: 1.067vw;
  }
  .status-shop__name p {
    padding: 1.6vw 0;
    font-size: 3.2vw;
  }
  .status-shop__note {
    margin-top: 2.667vw;
  }
  .status-shop__note p {
    font-size: 2.6666666667vw;
  }
  .status-goods__name {
    min-height: 8.667vw;
    font-size: 2.4vw;
  }
  .status-goods__display {
    margin-top: 8.267vw;
  }
  .status-goods__display p {
    font-size: 3.2vw;
  }
  .status-arena__block:has(.status-shop__note) .status-goods__display {
    margin-top: 12vw;
  }
  .status-arena__block.-goods .status-goods__display p {
    font-size: 2.6666666667vw;
  }
}
/* ================================================

- footer

================================================ */
.status-footer {
  padding: 48px 0;
  background-color: #000000;
}

.status-footer__copyright {
  text-align: center;
}
.status-footer__copyright small {
  font-size: 2rem;
  line-height: 150%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .status-footer {
    padding: 6.4vw 0;
  }
  .status-footer__copyright {
    margin-top: 3.467vw;
  }
  .status-footer__copyright small {
    font-size: 2.6666666667vw;
  }
}
/* ================================================

- swiper

================================================ */
.swiper.status-swiper {
  padding-top: 14px;
  cursor: -webkit-grab;
  cursor: grab;
  position: relative;
}

.swiper-button__arrow.status-swiper__arrow {
  position: absolute;
  top: 50px;
  left: 288px;
  right: 20px;
  z-index: 1;
}

.swiper-button-prev.status-swiper__prev,
.swiper-button-next.status-swiper__next {
  position: absolute;
  top: 0;
  cursor: pointer;
  z-index: 11;
}
.swiper-button-prev.status-swiper__prev::after,
.swiper-button-next.status-swiper__next::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 32px;
}

.swiper-button-prev.status-swiper__prev.swiper-button-disabled,
.swiper-button-next.status-swiper__next.swiper-button-disabled {
  opacity: 0;
}

/* 前ページボタンのスタイル */
.swiper-button-prev.status-swiper__prev {
  left: 0;
}
.swiper-button-prev.status-swiper__prev::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2215%22%20height%3D%2216%22%20viewBox%3D%220%200%2015%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8%2014.6609L2%207.66114L8%200.660889M14%2014.6609L8%207.66114L14%200.660889%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%2F%3E%3C%2Fsvg%3E");
}

/* 次ページボタンのスタイル */
.swiper-button-next.status-swiper__next {
  right: 0;
}
.swiper-button-next.status-swiper__next::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2215%22%20height%3D%2216%22%20viewBox%3D%220%200%2015%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7%200.660889L13%207.66064L7%2014.6609M1%200.660889L7%207.66064L1%2014.6609%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%2F%3E%3C%2Fsvg%3E");
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .swiper.status-swiper {
    padding-top: 1.867vw;
  }
  .swiper-button__arrow.status-swiper__arrow {
    top: 6.667vw;
    left: 38.4vw;
    right: 2.667vw;
  }
  .swiper-button-prev.status-swiper__prev::after,
  .swiper-button-next.status-swiper__next::after {
    width: 4vw;
    height: 4.267vw;
  }
}