@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: #862633;
  --w1280: 1280px;
  --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-sc.-slide {
  padding: 30px 0 180px;
}

.gallery-slider__tmbs {
  margin-top: 17px;
  padding: 10px 55px;
  background-color: #FFFFFF;
  border: dotted 2px #7e7f74;
  position: relative;
}

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

/* アロー */
.swiper-button-next.gallery-arrow,
.swiper-button-prev.gallery-arrow {
  position: absolute;
  top: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 100px;
  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: 10px;
  background-image: url("../images/gallery/arrow_prev.png");
}

/* アロー（次へ） */
.swiper-button-next.gallery-arrow {
  right: 10px;
  background-image: url("../images/gallery/arrow_next.png");
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .gallery-sc.-slide {
    padding: 8vw 0 32vw;
  }
  .gallery-slider__tmbs {
    margin-top: 4vw;
    padding: 2.667vw 8vw;
  }
  /* アロー */
  .swiper-button-next.gallery-arrow,
  .swiper-button-prev.gallery-arrow {
    top: 7.2vw;
    width: 4.8vw;
    height: 24vw;
  }
  /* アロー（前へ） */
  .swiper-button-prev.gallery-arrow {
    left: 1.067vw;
  }
  /* アロー（次へ） */
  .swiper-button-next.gallery-arrow {
    right: 1.067vw;
  }
}
/* ================================================

-

================================================ */
.gallery-sc.-panorama {
  padding: 165px 0 180px;
  background-color: #dfdcd4;
  position: relative;
}
.gallery-sc.-panorama::before {
  content: "";
  position: absolute;
  top: 0;
  right: 18.75vw;
  width: 1px;
  height: 100%;
  background-color: #FFFFFF;
}

.gallery-panorama__ttl {
  max-width: 476px;
  width: 100%;
  margin: 0 auto;
}

.gallery-panorama__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 60px;
  margin-top: 65px;
}

.gallery-panorama__item {
  width: calc(50% - 30px);
}
.gallery-panorama__item a {
  display: block;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .gallery-sc.-panorama {
    padding: 26.667vw 0 32vw;
  }
  .gallery-sc.-panorama::before {
    right: 3.5vw;
  }
  .gallery-panorama__ttl {
    width: 80vw;
  }
  .gallery-panorama__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8vw;
    margin-top: 10.667vw;
    padding: 0 10.667vw;
  }
  .gallery-panorama__item {
    width: 100%;
  }
}