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

- Base

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

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

:root {
  --cc-main: #006071;
  --cc-sub1: #1d50a2;
  --space: 30px;
}

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

- 表示アニメーション

================================================ */
body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ================================================

- フォント

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

-

================================================ */
.lozad {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.lozad[data-loaded=true] {
  opacity: 1;
}

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

- RWD表示切り替え

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

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

- ギャラリー

================================================ */
.gallery-content {
  padding: 110px 0;
  position: relative;
}

.gallery-tab {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}

ul.gallery-tab__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;
  gap: 10px;
}
ul.gallery-tab__list li {
  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: calc(20% - 8px);
  min-height: 50px;
  cursor: pointer;
  border: solid 1px #333333;
  background-color: #FFFFFF;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
ul.gallery-tab__list li p {
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #595757;
}
ul.gallery-tab__list li p span {
  font-size: 2.2rem;
}
ul.gallery-tab__list li:hover {
  background-color: var(--cc-main);
  border: solid 1px var(--cc-main);
}
ul.gallery-tab__list li:hover p {
  color: #FFFFFF;
}
ul.gallery-tab__list li.-active {
  background-color: var(--cc-main);
  border: solid 1px var(--cc-main);
}
ul.gallery-tab__list li.-active p {
  color: #FFFFFF;
}

/* @media screen */
@media screen and (max-width: 568px) {
  .gallery-tab {
    padding: 0 3.2vw;
  }
  ul.gallery-tab__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: 2.667vw;
  }
  ul.gallery-tab__list li {
    width: calc(33.3333333333% - 1.7776666667vw);
    min-height: 11vw;
  }
  ul.gallery-tab__list li p {
    font-size: 3.6vw;
  }
  ul.gallery-tab__list li p span {
    font-size: 2.9333333333vw;
  }
}
/* ================================================

- ギャラリー

================================================ */
.gallery-body {
  padding: 110px 0 115px;
  position: relative;
}

.gallery-slider {
  max-width: 850px;
  width: 100%;
  margin: 40px auto 0;
}

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

.gallery-slider__tmb {
  margin-top: 35px;
}
.gallery-slider__tmb .swiper-slide {
  opacity: 0.7;
}
.gallery-slider__tmb .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.swiper4_tmb.gallery-slider__tmb {
  max-width: 328px;
  width: 100%;
  margin: 35px auto 0;
}

.swiper5_tmb.gallery-slider__tmb {
  max-width: 502px;
  width: 100%;
  margin: 35px auto 0;
}

.swiper-slide figcaption {
  position: absolute;
  right: 5px;
  bottom: 5px;
  display: inline-block;
  padding: 5px 8px;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
}

.swiper-button__arrow {
  position: relative;
}

/* アロー */
.swiper-button-next.gallery-arrow,
.swiper-button-prev.gallery-arrow {
  position: absolute;
  top: -46px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 21px;
  height: 35px;
  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: -41px;
  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_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021.17%2035.2%22%3E%3Cg%20id%3D%22layout%22%3E%3Cpolygon%20points%3D%220%2017.6%2017.6%200%2021.17%203.57%207.14%2017.6%2021.17%2031.63%2017.6%2035.2%200%2017.6%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

/* アロー（次へ） */
.swiper-button-next.gallery-arrow {
  right: -41px;
  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_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021.17%2035.2%22%3E%3Cg%20id%3D%22layout%22%3E%3Cpolygon%20points%3D%2221.17%2017.6%203.57%200%200%203.57%2014.03%2017.6%200%2031.63%203.57%2035.2%2021.17%2017.6%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

/* @media screen */
@media screen and (max-width: 568px) {
  .gallery-body {
    padding: 70px 0 90px;
  }
  .gallery-slider {
    margin: 20px auto 0;
  }
  .gallery-slider__tmb {
    margin-top: 20px;
  }
  .swiper-slide figcaption {
    padding: 5px;
    font-size: 3.2vw;
  }
  /* アロー */
  .swiper-button-next.gallery-arrow,
  .swiper-button-prev.gallery-arrow {
    position: absolute;
    top: -11.867vw;
    width: 5.072vw;
    height: 8.454vw;
  }
  /* アロー（前へ） */
  .swiper-button-prev.gallery-arrow {
    left: 2.667vw;
  }
  /* アロー（次へ） */
  .swiper-button-next.gallery-arrow {
    right: 2.667vw;
  }
}