@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: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 60px;
  margin-top: 120px;
}

.gallery-panorama__item {
  width: calc((100% - 120px) / 3);
}
.gallery-panorama__item a {
  display: block;
  position: relative;
  z-index: 1;
}
.gallery-panorama__item a::before {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #DFDCD4;
  z-index: -1;
}
.gallery-panorama__item a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
  aspect-ratio: 184/100;
  background: url(../images/gallery/icn.svg) no-repeat center/contain;
}
.gallery-panorama__item a picture {
  width: 100%;
  aspect-ratio: 960/680;
  border-radius: 10px;
  display: block;
  overflow: clip;
}
.gallery-panorama__item a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-panorama__item p {
  margin-top: 60px;
}
@media screen and (max-width: 568px) {
  .gallery-panorama__item p {
    margin-top: 30px;
  }
}

/*--- 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: flex;
    justify-content: flex-start;
    align-items: center;
    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-photos__block:not(:first-of-type) {
  margin-top: 160px;
}

.gallery-photos__ttl {
  font-size: 3.25rem;
  font-family: "TsukuMinPr6-M", serif;
  text-align: center;
}

.gallery-photos__layout {
  margin-top: 55px;
}

.gallery-photos__parent1 {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(3, auto);
  gap: 20px;
}

.gallery-parent1__item a {
  display: block;
}

.gallery-parent1__item.-item1 {
  grid-area: 1/1/2/3;
}

.gallery-parent1__item.-item2 {
  grid-area: 2/1/4/2;
}

.gallery-parent1__item.-item3 {
  grid-area: 2/2/3/3;
}

.gallery-parent1__item.-item4 {
  grid-area: 3/2/4/3;
}

.gallery-photos__parent2 {
  display: grid;
  /* 2と3の最小公倍数である6カラムに分割 */
  grid-template-columns: repeat(6, auto);
  gap: 20px; /* ボックス間の余白 */
}

.gallery-parent2__item.-item1 {
  grid-column: span 3;
}

.gallery-parent2__item.-item2 {
  grid-column: span 3;
}

.gallery-parent2__item.-item3 {
  grid-column: span 2;
}

.gallery-parent2__item.-item4 {
  grid-column: span 2;
}

.gallery-parent2__item.-item5 {
  grid-column: span 2;
}

.gallery-photos__parent3 {
  display: grid;
  /* 6カラムに分割 */
  /* 全体の幅 1280px (280+480+480) （gap分40px）を前提とした4カラム構成
      1. 280px (下段左)
      2. 330px (中段左の残り) -> 280+330=610px (全体の半分)
      3. 130px (下段中央の残り) -> 130+480=610px (全体の半分)
      4. 480px (下段右)
   */
  grid-template-columns: 280px 330px 130px 480px;
  gap: 20px;
}

.gallery-parent3__item.-item1 {
  grid-column: span 4;
}

.gallery-parent3__item.-item2 {
  grid-column: span 2;
}

.gallery-parent3__item.-item3 {
  grid-column: span 2;
}

.gallery-parent3__item.-item4 {
  grid-column: span 1;
}

.gallery-parent3__item.-item5 {
  grid-column: span 2;
}

.gallery-parent3__item.-item6 {
  grid-column: span 1;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .gallery-sc.-photos {
    padding: 16vw 0 18.667vw;
  }
  .gallery-photos__block:not(:first-of-type) {
    margin-top: 13.333vw;
  }
  .gallery-photos__ttl {
    font-size: 5.8666666667vw;
  }
  .gallery-photos__layout {
    margin-top: 6.667vw;
  }
  .gallery-photos__parent1 {
    gap: 1.563vw;
  }
  .gallery-parent1__item.-item1 {
    grid-area: 1/1/2/3;
  }
  .gallery-parent1__item.-item2 {
    grid-area: 2/1/4/2;
  }
  .gallery-parent1__item.-item3 {
    grid-area: 2/2/3/3;
  }
  .gallery-parent1__item.-item4 {
    grid-area: 3/2/4/3;
  }
  .gallery-photos__parent2 {
    gap: 1.563vw;
  }
  .gallery-photos__parent3 {
    grid-template-columns: 21.875vw 25.781vw 10.156vw 37.5vw;
    gap: 1.563vw;
  }
}
@media (hover: hover) {
  .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 {
    transition: opacity 0.3s ease-in-out;
  }
  .gallery-panorama__item a:not([href]) {
    opacity: 1;
  }
}/*# sourceMappingURL=gallery.css.map */