/*clearfix*/
/*flex*/
/*flex*/
.sectionTitle {
  margin-bottom: 20px;
  font-size: 23px;
  text-align: left;
  line-height: 1.5;
}

.sectionTitle .subTitle {
  position: relative;
  display: block;
  margin-bottom: 25px;
  font-size: 20px;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-family: "Marcellus", serif;
}

.sectionTitle .subTitle::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40px;
  height: 1px;
  background: #000;
}

@media screen and (min-width: 1200px) {
  .sectionTitle {
    font-size: 30px;
  }
}
.gallery figure figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  padding: 3px 5px;
  color: #777;
  font-size: 10px;
  text-align: right;
  line-height: 1.4;
}
.gallery figure figcaption.static {
  position: static;
}
.gallery figure figcaption.align_left {
  right: auto;
  left: 0;
  text-align: left;
}
.gallery figure figcaption.white {
  color: #fff !important;
  text-shadow: 0 0 5px rgb(0, 0, 0);
}

.swiperContainer {
  max-width: 980px;
  margin: 0 auto;
  width: 100%;
  position: relative !important;
}

@media only screen and (max-width: 767px) {
  .swiperContainer .swiper-button-next {
    right: -15px !important;
  }
  .swiperContainer .swiper-button-prev {
    left: -15px !important;
  }
}
#COMMON_movie {
  padding-bottom: 0;
}
#COMMON_movie .movie_wrap {
  position: relative;
  aspect-ratio: 560/315;
  width: 100%;
  overflow: hidden;
}
#COMMON_movie .movie_wrap iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100% !important;
}

.photoGallery {
  padding: 100px 6vw;
  box-sizing: border-box;
  width: 100%;
  max-width: 1146px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-button-next {
  width: 50px;
  height: 50px;
  right: 10px !important;
  z-index: 10 !important;
  border-radius: 25px;
  background: rgba(0, 0, 0, 0.4);
}

.swiper-button-next::after {
  content: "" !important;
  background-image: url(../images/gallery/icon-right.svg);
  background-position: center;
  background-size: 25px auto;
  background-repeat: no-repeat;
  font-size: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .swiper-button-next {
    background-size: 20px auto;
    width: 40px;
    height: 40px;
    right: -30px !important;
  }
  .swiper-button-next::after {
    width: 70%;
    height: 60%;
  }
}
.swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  left: 10px !important;
  background: rgba(0, 0, 0, 0.4);
}

.swiper-button-prev::after {
  content: "" !important;
  background-image: url(../images/gallery/icon-left.svg);
  background-size: 25px auto;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .swiper-button-prev {
    background-size: 20px auto;
    width: 40px;
    height: 40px;
    left: -30px !important;
  }
  .swiper-button-prev::after {
    width: 70%;
    height: 60%;
  }
}
.swiper_main figure {
  overflow: hidden;
  aspect-ratio: 980/653;
}
.swiper_main figure img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.swiper_main figure img.obj_cover {
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .swiper_main figure {
    padding: 0 1px;
    background: #fff;
  }
}
.swiper_wrap_sm {
  position: relative;
  max-width: 980px;
  margin: 30px auto 0;
}

.swiper-container.slider-thumbnail .swiper-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide {
  margin: 0;
  display: block;
  width: 24.1836734694% !important;
  aspect-ratio: 980/653;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide {
    aspect-ratio: 1/1;
  }
}
.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media screen and (max-width: 767px) {
  .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide:not(:last-child) {
    margin: 0 1.5% 0;
  }
}
@media screen and (max-width: 767px) {
  .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide:nth-child(1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide:nth-child(5) {
    margin-left: 0.8%;
  }
}
.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide:not(:nth-child(4n)) {
  margin-bottom: 1% !important;
}

.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 13px;
  width: 100%;
  text-align: center;
}

.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.3s opacity linear;
}

.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide:hover {
  opacity: 1;
}

.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide:hover::before {
  opacity: 0;
  pointer-events: none;
}

.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-active::before {
  display: none;
}

@media only screen and (max-width: 767px) {
  .swiper-container.slider-thumbnail .swiper-wrapper {
    flex-wrap: wrap;
  }
  .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide {
    width: 32% !important;
    margin: 0 !important;
  }
  .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide:not(:nth-child(3n)) {
    margin-right: 1% !important;
  }
  .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide:not(:nth-child(-n+3)) {
    margin-top: 1% !important;
  }
  .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide span {
    font-size: 10px;
  }
}