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

- Base

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

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

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

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

:root {
  --cc-red: #FF0000;
  --cc-blue: #4d88ff;
  --cc-gold: #d8b440;
  --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

================================================ */
.l-header {
  display: none !important;
}

.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/bg_2.jpg);
  background-size: 750px;
  background-repeat: repeat;
  background-position: top center;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
}

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

- container - head

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

.status-container__inner {
  padding: 0;
}

.status-backBtn {
  margin-left: 35px;
}
.status-backBtn a {
  font-size: 2rem;
  line-height: 150%;
  color: #552e31;
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.status-backBtn a span {
  padding-left: 25px;
  position: relative;
}
.status-backBtn a span::before {
  content: "≪";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
.status-backBtn a span::after {
  content: "";
  position: absolute;
  left: 21px;
  bottom: 1px;
  width: calc(100% - 21px);
  height: 1px;
  background-color: #552e31;
}

.status-head {
  margin-top: 42px;
}

.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: 410px;
  margin-left: auto;
  margin-right: auto;
}

.status-head__pagelogo {
  width: 713px;
  margin-top: 41px;
  margin-left: auto;
  margin-right: auto;
}

.status-head__ttl {
  margin-left: auto;
  margin-right: auto;
}

.status-head__ttl.-menu {
  width: 507px;
  margin-top: 15px;
}

.status-head__ttl.-goods {
  width: 427px;
  margin-top: 41px;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .status-container {
    padding: 6.4vw 0 10.133vw;
  }
  .status-backBtn {
    margin-left: 4.667vw;
  }
  .status-backBtn a {
    font-size: 2.6666666667vw;
  }
  .status-backBtn a span {
    padding-left: 3.333vw;
  }
  .status-backBtn a span::after {
    left: 2.8vw;
    bottom: 0.133vw;
    width: calc(100% - 2.8vw);
    height: 0.133vw;
  }
  .status-head {
    margin-top: 5.6vw;
  }
  .status-head.-active {
    padding: 2vw 0;
  }
  .status-head__logo {
    width: 54.667vw;
  }
  .status-head__pagelogo {
    width: 95.067vw;
    margin-top: 5.467vw;
  }
  .status-head__ttl.-menu {
    width: 67.6vw;
    margin-top: 2vw;
  }
  .status-head__ttl.-goods {
    width: 56.933vw;
    margin-top: 5.467vw;
  }
}
/* ================================================

- summary

================================================ */
.status-summarys {
  width: 660px;
  margin-top: 65px;
  margin-left: auto;
  margin-right: auto;
}

.status-summarys__block {
  background-color: #FFFFFF;
}

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

.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: 7px 0 8px;
  background-image: url(../images/status/bg.jpg);
  background-size: 660px;
  background-repeat: repeat-y;
  background-position: top center;
}
.status-summarys__ttl span {
  font-size: 2.5rem;
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.3em;
  color: #FFFFFF;
  text-align: center;
}

.status-summarys__content {
  padding: 12px 0 18px;
  border: solid 1px #552e31;
}

.status-summarys__content.-attn {
  padding: 15px 23px 10px;
}

.status-summarys__comparison {
  text-align: center;
}
.status-summarys__comparison p {
  font-size: 2.4rem;
  line-height: 1.958;
  color: #552e31;
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.status-summarys__note p {
  font-size: 1.9rem;
  line-height: 1.579;
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.status-summarys__note p.-red {
  color: #ff0000;
}

.status-summarys__goods {
  margin-top: 48px;
}
.status-summarys__goods p {
  font-size: 2.4rem;
  line-height: 150%;
  font-family: "M PLUS 1", 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: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #E52E2E;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .status-summarys {
    width: 88vw;
    margin-top: 8.667vw;
  }
  .status-summarys__block:not(:first-of-type) {
    margin-top: 2.8vw;
  }
  .status-summarys__ttl {
    padding: 0.933vw 0 1.067vw;
    background-size: 88vw;
  }
  .status-summarys__ttl span {
    font-size: 3.3333333333vw;
  }
  .status-summarys__content {
    padding: 1.6vw 0 2.4vw;
  }
  .status-summarys__content.-attn {
    padding: 2vw 3.067vw 1.333vw;
  }
  .status-summarys__comparison p {
    font-size: 3.2vw;
  }
  .status-summarys__note p {
    font-size: 2.5333333333vw;
  }
  .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-accordion {
  width: 662px;
  margin-top: 34px;
  margin-left: auto;
  margin-right: auto;
}

.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: 100px;
  font-size: 3rem;
  line-height: 150%;
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #552e31;
  letter-spacing: 0.225em;
  border: solid 1px #552e31;
  cursor: pointer;
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(250, 243, 193)), color-stop(50%, rgb(224, 195, 108)), to(rgb(250, 243, 193)));
  background: linear-gradient(0deg, rgb(250, 243, 193) 0%, rgb(224, 195, 108) 50%, rgb(250, 243, 193) 100%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

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

.status-accordion__icon {
  position: absolute;
  right: 41px;
  top: 54%;
  translate: 0 -50%;
  width: 22px;
  height: 22px;
  border-top: solid 2px #552e31;
  border-right: solid 2px #552e31;
  rotate: 315deg;
}

/* アコーディオンが開いた時のスタイル */
details.status-accordion__details.-open .status-accordion__icon {
  top: 42%;
  rotate: 135deg;
}

.status-accordion__content {
  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: 25px;
  padding: 11px 0 15px 17px;
  position: relative;
  border: solid 1px #552e31;
  border-top: none;
  background-color: rgb(255, 255, 255);
}

.status-arena__block:not(:first-of-type) {
  border-top: none;
}

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

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

.status-shop__area {
  font-size: 2rem;
  line-height: 150%;
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.status-shop__name {
  margin-top: 8px;
}
.status-shop__name p {
  padding: 12px 0;
  font-size: 2rem;
  line-height: 150%;
  font-family: "M PLUS 1", 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: "M PLUS 1", 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 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.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.5rem;
  line-height: 120%;
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  white-space: nowrap;
}

.status-goods__display {
  margin-top: 52px;
}
.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: 2rem;
  line-height: 120%;
  font-family: "M PLUS 1", 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-accordion {
    width: 88.267vw;
    margin-top: 4.533vw;
  }
  .status-accordion__details:not(:first-of-type) {
    margin-top: 3.067vw;
  }
  .status-accordion__summary {
    min-height: 13.333vw;
    font-size: 4vw;
  }
  .status-accordion__icon {
    right: 5.467vw;
    top: 54%;
    width: 2.933vw;
    height: 2.933vw;
    border-top: solid 0.267vw #552e31;
    border-right: solid 0.267vw #552e31;
  }
  /* アコーディオンが開いた時のスタイル */
  details.status-accordion__details.-open .status-accordion__icon {
    top: 42%;
  }
  .status-accordion__content {
    margin-bottom: 5.333vw;
  }
  .status-arena__block {
    gap: 3.333vw;
    padding: 1.467vw 0 2vw 2.267vw;
  }
  .status-shop {
    width: 26.667vw;
  }
  .status-shop__area {
    font-size: 2.6666666667vw;
  }
  .status-shop__name {
    margin-top: 1.067vw;
  }
  .status-shop__name p {
    padding: 1.6vw 0;
    font-size: 2.6666666667vw;
  }
  .status-shop__note {
    margin-top: 2.667vw;
  }
  .status-shop__note p {
    font-size: 2.6666666667vw;
  }
  .status-goods__name {
    min-height: 8.667vw;
    font-size: 2vw;
  }
  .status-goods__display {
    margin-top: 6.933vw;
  }
  .status-goods__display p {
    font-size: 2.6666666667vw;
  }
  .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: 0 0 64px;
  background-color: transparent;
}

.status-footer__copyright {
  width: 535px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .status-footer {
    padding: 0 0 8.533vw;
  }
  .status-footer__copyright {
    width: 71.333vw;
  }
}
/* ================================================

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