.main-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.main-bg img:nth-of-type(1) {
  position: absolute;
  top: 0;
  right: 0;
  width: 307px;
  height: 360px;
}
.main-bg img:nth-of-type(2) {
  position: absolute;
  bottom: -450px;
  left: -850px;
  width: 1185px;
  height: 1185px;
  animation: rotate_anim 120s linear infinite;
}

@keyframes rotate_anim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 768px) {
  .main-bg img:nth-of-type(1) {
    top: 30px;
    width: 153px;
    height: 180px;
  }
  .main-bg img:nth-of-type(2) {
    top: calc(100ch - 367px);
    bottom: auto;
    left: -425px;
    width: 592px;
    height: 592px;
  }
}
.gallery-area {
  position: relative;
  margin-top: 100px;
  overflow: hidden;
}
.gallery-area .gallery-text {
  margin-bottom: 60px;
  text-align: center;
}
.gallery-area .gallery-text h3 {
  margin-bottom: 2em;
  font-size: 18px;
  font-weight: 700;
}
.gallery-area .gallery-text p {
  line-height: 2em;
}
.gallery-area .swiper-wrapper {
  transition-timing-function: linear;
}
.gallery-area .swiper-slide {
  width: 300px;
  height: 313px;
  background-size: 100% 100%;
  transition: opacity 0.3s;
  pointer-events: none;
}
.gallery-area .swiper-slide:hover {
  opacity: 0.7;
}
.gallery-area .swiper-slide a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.gallery-area .swiper-slide a::after {
  content: "";
  display: none;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: url(../img/plus-icon.svg) center no-repeat;
  background-size: cover;
  filter: drop-shadow(0, 0, 10px, rgba(0, 0, 0, 0.25));
}
.gallery-area .gallery-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
  -moz-column-gap: 2.77%;
       column-gap: 2.77%;
  padding: 0 2.78%;
  margin: 200px auto 0;
  max-width: 1140px;
  box-sizing: border-box;
}
.gallery-area .gallery-list .gallery-item {
  max-width: 192px;
  width: 17.78%;
}
.gallery-area .gallery-list .gallery-item .gallery-item-pic {
  position: relative;
  width: 100%;
  transition: opacity 0.3s;
}
.gallery-area .gallery-list .gallery-item .gallery-item-pic:hover {
  opacity: 0.5;
}
.gallery-area .gallery-list .gallery-item .gallery-item-pic::before {
  content: "";
  display: block;
  padding-top: 104.33%;
}
.gallery-area .gallery-list .gallery-item .gallery-item-pic a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
}
.gallery-area .gallery-list .gallery-item p {
  margin-top: 20px;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}

.gallery01 {
  background-image: url(../img/fv-bg01.jpg);
}

.gallery02 {
  background-image: url(../img/fv-bg02.jpg);
}

.gallery03 {
  background-image: url(../img/fv-bg03.jpg);
}

.gallery04 {
  background-image: url(../img/fv-bg04.jpg);
}

.gallery05 {
  background-image: url(../img/fv-bg05.jpg);
}

.gallery06 {
  background-image: url(../img/fv-bg06.jpg);
}

.gallery07 {
  background-image: url(../img/fv-bg07.jpg);
}

.gallery08 {
  background-image: url(../img/fv-bg08.jpg);
}

.gallery09 {
  background-image: url(../img/fv-bg09.jpg);
}

.gallery10 {
  background-image: url(../img/fv-bg10.jpg);
}

.gallery11 {
  background-image: url(../img/fv-bg11.jpg);
}

.gallery12 {
  background-image: url(../img/fv-bg12.jpg);
}

.gallery13 {
  background-image: url(../img/fv-bg13.jpg);
}

.gallery14 {
  background-image: url(../img/fv-bg14.jpg);
}

.gallery15 {
  background-image: url(../img/fv-bg15.jpg);
}

.gallery16 {
  background-image: url(../img/gallery16.jpg);
}

.gallery17 {
  background-image: url(../img/gallery17.jpg);
}

.gallery18 {
  background-image: url(../img/gallery18.jpg);
}

.gallery19 {
  background-image: url(../img/gallery19.jpg);
}

.gallery20 {
  background-image: url(../img/gallery20.jpg);
}

.gallery21 {
  background-image: url(../img/gallery21.jpg);
}

.gallery22 {
  background-image: url(../img/gallery22.jpg);
}

.gallery23 {
  background-image: url(../img/gallery23.jpg);
}

.gallery24 {
  background-image: url(../img/gallery24.jpg);
}

.gallery25 {
  background-image: url(../img/gallery25.jpg);
}

.gallery26 {
  background-image: url(../img/gallery26.jpg);
}

.gallery27 {
  background-image: url(../img/gallery27.jpg);
}

.gallery28 {
  background-image: url(../img/gallery28.jpg);
}

.gallery29 {
  background-image: url(../img/gallery29.jpg);
}

.gallery30 {
  background-image: url(../img/gallery30.jpg);
}

.webp .gallery01 {
  background-image: url(../img/fv-bg01.webp);
}
.webp .gallery02 {
  background-image: url(../img/fv-bg02.webp);
}
.webp .gallery03 {
  background-image: url(../img/fv-bg03.webp);
}
.webp .gallery04 {
  background-image: url(../img/fv-bg04.webp);
}
.webp .gallery05 {
  background-image: url(../img/fv-bg05.webp);
}
.webp .gallery06 {
  background-image: url(../img/fv-bg06.webp);
}
.webp .gallery07 {
  background-image: url(../img/fv-bg07.webp);
}
.webp .gallery08 {
  background-image: url(../img/fv-bg08.webp);
}
.webp .gallery09 {
  background-image: url(../img/fv-bg09.webp);
}
.webp .gallery10 {
  background-image: url(../img/fv-bg10.webp);
}
.webp .gallery11 {
  background-image: url(../img/fv-bg11.webp);
}
.webp .gallery12 {
  background-image: url(../img/fv-bg12.webp);
}
.webp .gallery13 {
  background-image: url(../img/fv-bg13.webp);
}
.webp .gallery14 {
  background-image: url(../img/fv-bg14.webp);
}
.webp .gallery15 {
  background-image: url(../img/fv-bg15.webp);
}
.webp .gallery16 {
  background-image: url(../img/gallery16.webp);
}
.webp .gallery17 {
  background-image: url(../img/gallery17.webp);
}
.webp .gallery18 {
  background-image: url(../img/gallery18.webp);
}
.webp .gallery19 {
  background-image: url(../img/gallery19.webp);
}
.webp .gallery20 {
  background-image: url(../img/gallery20.webp);
}
.webp .gallery21 {
  background-image: url(../img/gallery21.webp);
}
.webp .gallery22 {
  background-image: url(../img/gallery22.webp);
}
.webp .gallery23 {
  background-image: url(../img/gallery23.webp);
}
.webp .gallery24 {
  background-image: url(../img/gallery24.webp);
}
.webp .gallery25 {
  background-image: url(../img/gallery25.webp);
}
.webp .gallery26 {
  background-image: url(../img/gallery26.webp);
}
.webp .gallery27 {
  background-image: url(../img/gallery27.webp);
}
.webp .gallery28 {
  background-image: url(../img/gallery28.webp);
}
.webp .gallery29 {
  background-image: url(../img/gallery29.webp);
}
.webp .gallery30 {
  background-image: url(../img/gallery30.webp);
}

.gallery-modal-container .modaal-container {
  max-width: 708px;
}

.gallery-box {
  display: none;
}
.gallery-box.active {
  display: block;
}
.gallery-box .origin-name {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.gallery-box .origin-pic-box {
  position: relative;
  margin-bottom: 30px;
  max-width: 648px;
  width: 100%;
}
.gallery-box .origin-pic-box::before {
  content: "";
  display: block;
  padding-top: 104.33%;
}
.gallery-box .origin-pic-box .origin-pic {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
}
.gallery-box .origin-text h3 {
  margin-bottom: 1em;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.gallery-box .origin-text h4 {
  margin-bottom: 2em;
  text-align: center;
}
.gallery-box .origin-text p {
  margin-bottom: 2em;
  line-height: 2em;
}
.gallery-box .origin-text p .breakall {
  word-break: break-all;
}
.gallery-box .origin-text p.comingsoon {
  text-align: center;
}
.gallery-box .origin-text .red-italic {
  font-style: italic;
}
.gallery-box .origin-text .underline {
  text-decoration: underline;
}

.gallery-button {
  margin: 60px auto 0;
  max-width: 330px;
  transition: opacity 0.3s;
}
.gallery-button:hover {
  opacity: 0.5;
}

@media only screen and (max-width: 768px) {
  .gallery-area {
    margin-top: 60px;
  }
  .gallery-area .swiper-slide {
    width: 150px;
    height: 156px;
  }
  .gallery-area .swiper-slide a::after {
    bottom: 5px;
    right: 5px;
  }
  .gallery-area .gallery-list {
    -moz-column-gap: 5.78%;
         column-gap: 5.78%;
    row-gap: 30px;
    padding: 0;
    margin: 100px auto 0;
  }
  .gallery-area .gallery-list .gallery-item {
    max-width: 204px;
    width: 29.48%;
  }
  .gallery-area .gallery-list .gallery-item p {
    margin-top: 10px;
    font-size: 14px;
  }
}/*# sourceMappingURL=gallery.css.map */