.subpage-ttl .scroll-txt::before, .subpage-ttl .scroll-txt::after {
  content: "PHOTO GALLERY PHOTO GALLERY PHOTO GALLERY ";
  animation: ticker 180s linear infinite;
}
@media (min-width: 769px) {
  .subpage-ttl .ttl .main {
    line-height: 1;
  }
}

.subpage-contents {
  padding: 50px 20px 80px;
}
.subpage-contents * {
  word-break: break-word;
}
@media (min-width: 769px) {
  .subpage-contents {
    padding: 97px 0 150px;
  }
}

.cmn-block + .cmn-block {
  margin-top: 60px;
}
@media (min-width: 769px) {
  .cmn-block + .cmn-block {
    margin-top: 68px;
  }
}

.cmn-block-ttl {
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .cmn-block-ttl {
    margin-bottom: 43px;
  }
}

.photo-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px 23px;
}
@media (min-width: 769px) {
  .photo-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 49px 43px;
  }
}
.photo-list a {
  text-decoration: none;
  color: inherit;
}
.photo-list .photo {
  width: 100%;
  aspect-ratio: 156/117;
}
.photo-list .title {
  margin-top: 10px;
  font-size: 11px;
  line-height: 1.45454545;
}
@media (min-width: 769px) {
  .photo-list .title {
    font-size: 14px;
    line-height: 1.71428571;
  }
}

@media (min-width: 769px) {
  .btn-movie {
    margin-top: 105px;
  }
}

.btn-back {
  margin-top: 50px;
}
@media (min-width: 769px) {
  .btn-back {
    margin-top: 80px;
  }
}

.list-headtxt {
  font-size: 14px;
  line-height: 1.71428571;
  margin-bottom: 23px;
}
@media (min-width: 769px) {
  .list-headtxt {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 43px;
  }
}

.mfp-wrap {
  opacity: 0;
  transition: opacity 0.4s;
}
.mfp-zoom-out-cur .mfp-wrap {
  opacity: 1;
}

.mfp-bg {
  background: #000;
}

.mfp-container {
  padding: 0;
}
.mfp-container .mfp-content {
  pointer-events: none;
}
.mfp-container figure {
  position: relative;
  z-index: 0;
}
.mfp-container .mfp-close {
  z-index: 999;
  position: absolute;
  top: -80px;
  right: 20px;
  width: 30px;
  height: 30px;
  background: url(../images/common/icon-close.svg) center/100% no-repeat;
}
@media (min-width: 769px) {
  .mfp-container .mfp-close {
    width: 40px;
    height: 40px;
    top: 0;
    right: 10px;
  }
}

img.mfp-img {
  pointer-events: auto;
  padding: 0;
  max-width: calc(100% - 40px);
  max-height: calc(100vh - 200px);
}
@media (min-width: 769px) {
  img.mfp-img {
    max-width: calc(100% - 200px);
    max-height: calc(100vh - 200px);
  }
}

.mfp-figure:after {
  display: none;
}

.mfp-counter {
  width: 150px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  position: absolute;
  top: auto;
  bottom: -90px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}
@media (min-width: 769px) {
  .mfp-counter {
    height: auto;
    transform: translate(-50%, 100%);
    bottom: -20px;
  }
}
.mfp-counter span {
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  width: 50px;
}
.mfp-counter .current-num {
  text-align: right;
}
.mfp-counter .conter-separate {
  position: relative;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin: 0 8px;
}
.mfp-counter .conter-separate::before {
  content: "";
  position: absolute;
  top: 2px;
  left: -3px;
  width: 100%;
  height: 100%;
  border-top: 1px solid;
  transform: rotate(-45deg);
  transform-origin: right top;
}

.mfp-btn-arrow {
  z-index: 9999;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  background: #002AF1;
  border-radius: 100%;
}
@media (min-width: 769px) {
  .mfp-btn-arrow {
    margin-top: -20px !important;
  }
}
.mfp-btn-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1px;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-mask: url(../images/common/arrow.svg) center/8px auto no-repeat;
  mask: url(../images/common/arrow.svg) center/8px auto no-repeat;
}
.mfp-btn-arrow-left {
  left: 50%;
  margin-left: -115px;
  transform: scale(-1, 1);
}
.mfp-btn-arrow-right {
  right: 50%;
  margin-right: -115px;
}
/*# sourceMappingURL=map/photo.css.map */