@charset "UTF-8";
/* CSS Document */
/* 基本設定-------------------------------------------*/
@media (min-width: 769px) {
  .contents-box {
    padding-bottom: 80px;
  }
}

.gallery-wrapper {
  position: relative;
}

.loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 110px;
  z-index: 20;
  transition: 0.5s;
}

.load-txt {
  font-family: "Staatliches", sans-serif;
  color: #143948;
  font-size: 20px;
  letter-spacing: 1px;
  text-align: center;
  position: absolute;
  top: 10%;
}

.loader span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  animation: 3s infinite linear;
}

.loader span:nth-child(2) {
  background: #EA604B;
  animation: kiri 1.2s infinite linear;
}

.loader span:nth-child(3) {
  background: #FEE7A3;
  z-index: 100;
}

.loader span:nth-child(4) {
  background: #B1D155;
  animation: kanan 1.2s infinite linear;
}

@keyframes kanan {
  0% {
    -webkit-transform: translateX(20px);
  }
  50% {
    -webkit-transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(20px);
    z-index: 200;
  }
}
@keyframes kiri {
  0% {
    -webkit-transform: translateX(-20px);
    z-index: 200;
  }
  50% {
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(-20px);
  }
}
.ginner-container {
  padding: 0 24px;
}
@media (min-width: 769px) {
  .ginner-container {
    max-width: 800px !important;
    max-height: 800px;
  }
  .ginner-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

.goverlay {
  background: rgba(0, 0, 0, 0.9) !important;
}

.glightbox-clean .gclose {
  background: #fff;
  border-radius: 0;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
}
@media (min-width: 769px) {
  .glightbox-clean .gclose {
    opacity: 1;
    width: 80px;
    height: 80px;
  }
}
.glightbox-clean .gclose svg {
  width: 22px;
  fill: #143948;
}
@media (min-width: 769px) {
  .glightbox-clean .gclose svg {
    width: 35px;
  }
}
.glightbox-clean .gclose path {
  fill: #143948;
}
.glightbox-clean .gclose:hover {
  opacity: 1;
  background: #fff;
}

.glightbox-clean .gprev,
.glightbox-clean .gnext {
  width: 52px;
  height: 52px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  transition: opacity 0.3s;
}
.glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover {
  background: none;
}
.glightbox-clean .gprev svg,
.glightbox-clean .gnext svg {
  display: none;
}
.glightbox-clean .gprev.gprev,
.glightbox-clean .gnext.gprev {
  background-image: url("../images/common/icon_prev.svg");
}
.glightbox-clean .gprev.gnext,
.glightbox-clean .gnext.gnext {
  background-image: url("../images/common/icon_next.svg");
}

@media (max-width: 768px) {
  .glightbox-clean .gprev,
  .glightbox-clean .gnext {
    top: auto;
    bottom: 2.5%;
  }
  .glightbox-clean .gprev svg,
  .glightbox-clean .gnext svg {
    display: none;
  }
  .glightbox-clean .gprev.gprev,
  .glightbox-clean .gnext.gprev {
    left: 30%;
  }
  .glightbox-clean .gprev.gnext,
  .glightbox-clean .gnext.gnext {
    right: 30%;
  }
}
.movie-box {
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16/9;
  margin: 0 auto 80px;
}
.movie-box iframe {
  width: 100%;
  height: 100%;
}

.gallery-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 200px;
}
.gallery-list li {
  width: calc(50% - 4px);
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media (min-width: 769px) {
  .gallery-list li {
    width: calc(25% - 6px);
  }
}
.gallery-list li .glightbox {
  height: 100%;
  aspect-ratio: 1/1;
}
.gallery-list li .glightbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.artist-list {
  padding-bottom: 60px;
  margin-top: 80px;
}
@media (min-width: 769px) {
  .artist-list {
    display: flex;
  }
}
.artist-list .day {
  font-family: "Staatliches", sans-serif;
}
@media (max-width: 768px) {
  .artist-list .day {
    font-size: 40px;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #143948;
  }
}
@media (min-width: 769px) {
  .artist-list .day {
    font-size: 60px;
    margin-right: 48px;
    padding-right: 48px;
    border-right: 1px solid #143948;
    width: 212px;
    display: flex;
    align-items: center;
  }
}
.artist-list .name {
  font-size: 16px;
  line-height: 1.8;
}
@media (min-width: 769px) {
  .artist-list .name {
    display: flex;
    gap: 24px;
    flex: 1;
  }
}
@media (min-width: 769px) {
  .artist-list .name .inner {
    width: 260px;
  }
  .artist-list .name .inner:last-child {
    width: auto;
  }
}
/*# sourceMappingURL=_map/gallery.css.map */
