@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__inner {
  position: relative;
}

/*--- media screen ---*/
/* ================================================

- 360°パノラマビュー

================================================ */
.gallery-sc.-panorama {
  margin-top: 180px;
  padding: 160px 0 200px;
  background-color: #F9F9F7;
}
.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: 120px;
  margin-top: 120px;
}

.gallery-panorama__item {
  width: 480px;
}
.gallery-panorama__item a {
  display: block;
  position: relative;
  z-index: 1;
}
.gallery-panorama__item a::before {
  content: "";
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border-radius: 20px;
  background-color: #DFDCD4;
  z-index: -1;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .gallery-sc.-panorama {
    margin-top: 50px;
    padding: 50px 0 60px;
  }
  .gallery-sc.-panorama .gallery-sc__inner {
    padding: 0 20px;
  }
  .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: 40px;
    margin-top: 40px;
  }
  .gallery-panorama__item {
    width: 280px;
  }
  .gallery-panorama__item a::before {
    content: "";
    position: absolute;
    bottom: -15px;
    right: -15px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }
}
/* ================================================

-

================================================ */
.gallery-sc.-photos {
  padding: 160px 0 200px;
}
.gallery-slider__main {
  margin-top: 10px;
}

.gallery-slider__tmbs {
  margin-top: 6px;
  position: relative;
}

.gallery-slider__tmbs__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: 5px;
}

.gallery-slider__tmbs__item {
  width: calc(10% - 4.5px);
  opacity: 0.7;
  cursor: pointer;
}

.gallery-slider__tmbs__item.thumb-media-active {
  opacity: 1;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .gallery-sc.-photos {
    padding: 16vw 0 18.667vw;
  }
  .gallery-slider__tmbs {
    margin-top: 1.333vw;
    padding: 0 5.333vw;
  }
  .gallery-slider__tmbs__list {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.333vw;
  }
  .gallery-slider__tmbs__item {
    width: calc(25% - 1vw);
  }
}
@media (hover: hover) {
  .gallery-photos__layout a:-moz-any-link:hover, .gallery-panorama__item a:-moz-any-link:hover {
    opacity: 0.7;
  }
  .gallery-photos__layout a:any-link:hover,
  .gallery-panorama__item a:any-link:hover {
    opacity: 0.7;
  }
  .gallery-photos__layout a,
  .gallery-panorama__item a {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .gallery-panorama__item a:not([href]) {
    opacity: 1;
  }
}