@charset "UTF-8";
/* ----------------------------------------
// バレーサイト フォトギャラリー 2024CSS
// Sassからコンパイルしています
// ----------------------------------------*/
@keyframes loadingAnimation {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
.volleyMainArea {
  position: relative;
}
@media (max-width: 767px) {
  .volleyMainArea {
    padding-top: 8vw;
  }
}
.volleyMainArea .ttlVolleyLv1 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .volleyMainArea .ttlVolleyLv1 {
    margin-bottom: 5vw;
  }
}
.volleyMainArea .txtLeadGallery {
  text-align: center;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .volleyMainArea .txtLeadGallery {
    text-align: left;
    margin-bottom: 6vw;
    padding: 0 4vw;
    font-size: 4vw;
    line-height: 1.5;
  }
}
.volleyMainArea .galleryArea {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .volleyMainArea .galleryArea {
    padding: 0 4vw;
  }
}
.volleyMainArea .galleryArea .galleryBox .ttlAccord a {
  line-height: 1;
  font-weight: bold;
}
.volleyMainArea .galleryArea .galleryBox .ttlAccord a .kaijyo {
  font-size: 16px;
  margin-left: 1em;
}
@media (max-width: 767px) {
  .volleyMainArea .galleryArea .galleryBox .ttlAccord a .kaijyo {
    display: block;
    font-size: 4vw;
    margin-top: 3vw;
    margin-left: 0;
  }
}
.volleyMainArea .galleryArea .galleryBox .accordArea {
  padding: 30px 0;
  position: relative;
}
@media (max-width: 767px) {
  .volleyMainArea .galleryArea .galleryBox .accordArea {
    padding: 6vw 0;
  }
}
.volleyMainArea .galleryArea .galleryBox .accordArea .loadingArea {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  margin: 0;
}
.volleyMainArea .galleryArea .galleryBox .accordArea .loadingArea .messageArea {
  height: 50%;
  position: relative;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .volleyMainArea .galleryArea .galleryBox .accordArea .loadingArea .messageArea {
    height: 60%;
  }
}
.volleyMainArea .galleryArea .galleryBox .accordArea .loadingArea .messageArea figure {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -65%);
}
.volleyMainArea .galleryArea .galleryBox .accordArea .loadingArea .messageArea figure img {
  max-width: 300px;
}
@media (max-width: 767px) {
  .volleyMainArea .galleryArea .galleryBox .accordArea .loadingArea .messageArea figure img {
    max-width: 50vw;
  }
}
.volleyMainArea .galleryArea .galleryBox .accordArea .loadingArea .messageArea .loadingAnimation {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  color: #ffffff;
  font-size: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  z-index: 10;
  animation: loadingAnimation 1.3s infinite linear;
  transform: translate(-50%, -50%);
  margin-top: 80px;
}
@media (max-width: 767px) {
  .volleyMainArea .galleryArea .galleryBox .accordArea .loadingArea .messageArea .loadingAnimation {
    font-size: 5px;
    width: 5px;
    height: 5px;
    margin-top: 16vw;
  }
}
.volleyMainArea .galleryArea .galleryBox .accordArea .txtLead {
  text-align: center;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .volleyMainArea .galleryArea .galleryBox .accordArea .txtLead {
    font-size: 4vw;
    line-height: 1.3;
    text-align: left;
    margin-bottom: 0vw;
  }
}
.volleyMainArea .galleryArea .galleryBox .accordArea .komeList {
  margin-top: 0;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .volleyMainArea .galleryArea .galleryBox .accordArea .komeList {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .volleyMainArea .galleryArea .galleryBox .accordArea .komeList {
    font-size: 4vw;
    margin-bottom: 5vw;
  }
}
.volleyMainArea .galleryArea .galleryBox .accordArea .photoList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .volleyMainArea .galleryArea .galleryBox .accordArea .photoList {
    width: auto;
    margin: 0 -5px;
  }
}
.volleyMainArea .galleryArea .galleryBox .accordArea .photoList li {
  width: 33.3333%;
  padding: 0 10px;
  margin-bottom: 25px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .volleyMainArea .galleryArea .galleryBox .accordArea .photoList li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 4vw;
  }
}
.volleyMainArea .galleryArea .galleryBox .accordArea .photoList li a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .volleyMainArea .galleryArea .galleryBox .accordArea .photoList li a {
    border-radius: 2vw;
  }
}

.galleryModalBack {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
  opacity: 0;
  transition: 0.5s;
}
.galleryModalBack.open {
  opacity: 1;
  z-index: 100001;
  transition: 0.5s;
}

.galleryOverflowBox {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9, 0.9);
  width: 850px;
  text-align: center;
  z-index: -1;
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .galleryOverflowBox {
    width: 92vw;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .galleryOverflowBox {
    width: 80vw;
  }
}
.galleryOverflowBox.open {
  transform: translate(-50%, -50%) scale(1, 1);
  z-index: 100002;
  opacity: 1;
  transition: 0.5s;
  background-color: #ffffff;
  padding: 70px 50px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .galleryOverflowBox.open {
    border-radius: 2vw;
    padding: 4vw 4vw 16vw 4vw;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .galleryOverflowBox.open {
    padding: 3vw 4vw 8vw 4vw;
  }
}
.galleryOverflowBox .galleryModalNavPrev,
.galleryOverflowBox .galleryModalNavNext {
  position: fixed;
  display: inline-block;
  bottom: auto;
  width: 45px;
  height: 45px;
  z-index: 500;
  background-color: #000000;
}
@media (min-width: 768px) {
  .galleryOverflowBox .galleryModalNavPrev,
  .galleryOverflowBox .galleryModalNavNext {
    border-radius: 30px;
    top: 50%;
  }
}
@media (max-width: 767px) {
  .galleryOverflowBox .galleryModalNavPrev,
  .galleryOverflowBox .galleryModalNavNext {
    width: 8vw;
    height: 8vw;
    bottom: 0vw;
    border-radius: 5vw;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .galleryOverflowBox .galleryModalNavPrev,
  .galleryOverflowBox .galleryModalNavNext {
    width: 5vw;
    height: 5vw;
    margin-bottom: -1vw;
  }
}
.galleryOverflowBox .galleryModalNavPrev::before,
.galleryOverflowBox .galleryModalNavNext::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: #ffffff 2px solid;
  border-right: #ffffff 2px solid;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media (max-width: 767px) {
  .galleryOverflowBox .galleryModalNavPrev::before,
  .galleryOverflowBox .galleryModalNavNext::before {
    width: 2vw;
    height: 2vw;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .galleryOverflowBox .galleryModalNavPrev::before,
  .galleryOverflowBox .galleryModalNavNext::before {
    width: 1.5vw;
    height: 1.5vw;
  }
}
.galleryOverflowBox .galleryModalNavPrev {
  transform: translate(0, -50%);
  left: 2.5vw;
}
@media (max-width: 767px) {
  .galleryOverflowBox .galleryModalNavPrev {
    transform: translate(-12vw, -50%);
    left: 50%;
  }
}
.galleryOverflowBox .galleryModalNavPrev::before {
  transform: translate(-50%, -50%) rotate(225deg);
  margin-left: 2px;
}
.galleryOverflowBox .galleryModalNavNext {
  transform: translate(0, -50%);
  right: 2.5vw;
}
@media (max-width: 767px) {
  .galleryOverflowBox .galleryModalNavNext {
    transform: translate(12vw, -50%);
    right: 50%;
  }
}
.galleryOverflowBox .galleryModalNavNext::before {
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: -2px;
}
.galleryOverflowBox .galleryMovingOut .galleryModalClose {
  position: absolute;
  display: inline-block;
  z-index: 100;
  background-color: #00A273;
  width: 40px;
  height: 40px;
  right: -40px;
  top: -40px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .galleryOverflowBox .galleryMovingOut .galleryModalClose {
    width: 8.5vw;
    height: 8.5vw;
    right: 0vw;
    top: -12vw;
    border-radius: 5vw;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .galleryOverflowBox .galleryMovingOut .galleryModalClose {
    width: 6vw;
    height: 6vw;
    right: -8vw;
    top: -2vw;
  }
}
.galleryOverflowBox .galleryMovingOut .galleryModalClose::before, .galleryOverflowBox .galleryMovingOut .galleryModalClose::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 20px;
  background-color: #fff;
  top: 50%;
  left: 50%;
}
.galleryOverflowBox .galleryMovingOut .galleryModalClose::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.galleryOverflowBox .galleryMovingOut .galleryModalClose::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.galleryOverflowBox .galleryMovingBox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 900px;
}
@media (max-width: 767px) {
  .galleryOverflowBox .galleryMovingBox {
    width: 84vw;
  }
}
.galleryOverflowBox .galleryMovingBox figure {
  width: 580px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .galleryOverflowBox .galleryMovingBox figure {
    border-radius: 2vw;
    width: auto;
  }
}
.galleryOverflowBox .galleryMovingBox figure img {
  max-width: 100%;
  max-height: 600px;
  height: auto;
}
@media (max-width: 767px) and (orientation: landscape) {
  .galleryOverflowBox .galleryMovingBox figure img {
    max-height: 39vw;
  }
}