@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;
  background-color: #FFFFFF;
}

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

:root {
  --cc-red: #FF0000;
  --cc-main: #142e55;
  --space: 30px;
}

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

- フォント

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

- フォントサイズ

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

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .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まで */
.mBtm0 {
  margin-bottom: 0px;
}

.mBtm5 {
  margin-bottom: 5px;
}

.mBtm10 {
  margin-bottom: 10px;
}

.mBtm15 {
  margin-bottom: 15px;
}

.mBtm20 {
  margin-bottom: 20px;
}

.mBtm25 {
  margin-bottom: 25px;
}

.mBtm30 {
  margin-bottom: 30px;
}

.mBtm35 {
  margin-bottom: 35px;
}

.mBtm40 {
  margin-bottom: 40px;
}

.mBtm45 {
  margin-bottom: 45px;
}

.mBtm50 {
  margin-bottom: 50px;
}

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

- z-index

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

- イージング

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

-

================================================ */
.gallery-slider__tab {
  max-width: 690px;
  width: 100%;
  margin: 0 auto;
}

.gallery-slider__tab__list {
  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;
  gap: 8px;
}

.gallery-slider__tab__item {
  width: calc(20% - 6.4px);
}
.gallery-slider__tab__item button {
  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: 54px;
  border: solid 1px #000000;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gallery-slider__tab__item button:hover {
  background-color: var(--cc-main);
}
.gallery-slider__tab__item button:hover span {
  color: #FFFFFF;
}
.gallery-slider__tab__item button span {
  font-size: 1rem;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: var(--cc-main);
  text-align: center;
}

.gallery-slider__tab__item.-active button {
  background-color: var(--cc-main);
}
.gallery-slider__tab__item.-active button span {
  color: #FFFFFF;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .gallery-slider__tab {
    padding: 0 5.333vw;
  }
  .gallery-slider__tab__list {
    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;
    gap: 1.067vw;
  }
  .gallery-slider__tab__item {
    width: calc(20% - 0.8534vw);
  }
  .gallery-slider__tab__item button {
    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: 11.467vw;
  }
  .gallery-slider__tab__item button span {
    font-size: 2.6666666667vw;
  }
}
/* ================================================

- ギャラリー

================================================ */
.gallery-slider__panel {
  margin-top: 20px;
}

.gallery-slider {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.gallery-slider__main {
  max-width: 560px;
  width: 100%;
  margin: 0 auto 0;
}

.gallery-slider__thumbnail {
  width: 750px;
  margin: 30px auto 0;
  position: relative;
}
.gallery-slider__thumbnail .swiper {
  width: 690px;
  margin: 0 auto;
}

.gallery-slider__thumbnail__swiper .swiper-slide {
  opacity: 0.7;
}
.gallery-slider__thumbnail__swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.swiper-slide figcaption {
  position: absolute;
  right: 5px;
  bottom: 5px;
  display: inline-block;
  padding: 5px 8px;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
}

/* アロー */
.swiper-button-next.gallery-arrow,
.swiper-button-prev.gallery-arrow {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 30px;
  margin-top: 0;
  cursor: pointer;
  z-index: 2;
}
.swiper-button-next.gallery-arrow::after,
.swiper-button-prev.gallery-arrow::after {
  display: none;
}

/* アロー（前へ） */
.swiper-button-prev.gallery-arrow {
  left: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226.35mm%22%20height%3D%2210.583mm%22%20version%3D%221.1%22%20viewBox%3D%220%200%2018%2030%22%3E%20%3Cpolygon%20points%3D%220%2015%2014.966%200%2018%203.041%206.068%2015%2018%2026.959%2014.966%2030%200%2015%22%20fill%3D%22%237f8080%22%2F%3E%3C%2Fsvg%3E");
}

/* アロー（次へ） */
.swiper-button-next.gallery-arrow {
  right: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226.35mm%22%20height%3D%2210.583mm%22%20version%3D%221.1%22%20viewBox%3D%220%200%2018%2030%22%3E%20%3Cpolygon%20points%3D%2218%2015%203.034%2030%200%2026.959%2011.932%2015%200%203.041%203.034%200%2018%2015%22%20fill%3D%22%237f8080%22%2F%3E%3C%2Fsvg%3E");
}

.gallery-slider__note {
  margin: 30px auto 0;
  text-align: center;
}
.gallery-slider__note p {
  font-size: 0.75rem;
  line-height: 1.425;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* @media screen */
@media screen and (max-width: 568px) {
  .gallery-slider__panel {
    margin-top: 5.333vw;
  }
  .gallery-slider__thumbnail {
    width: 100%;
    margin: 5.333vw auto 0;
  }
  .gallery-slider__thumbnail .swiper {
    width: 100%;
  }
  .swiper-slide figcaption {
    right: 1.333vw;
    bottom: 1.333vw;
    padding: 1.333vw 2.133vw;
    font-size: 2.6666666667vw;
  }
  /* アロー（前へ） */
  .swiper-button-prev.gallery-arrow {
    left: 5.333vw;
  }
  /* アロー（次へ） */
  .swiper-button-next.gallery-arrow {
    right: 5.333vw;
  }
  .gallery-slider__note {
    width: 100%;
    margin: 5.333vw auto 0;
    padding: 0 5.333vw;
    text-align: left;
  }
  .gallery-slider__note p {
    font-size: 2.6666666667vw;
  }
}