/* prgallery 260426 */
.prgallery br.sp {
  display: none;
}
.prgallery .wrap .wrapInner .h1ttl {
  max-width: 90%;
  margin: 0 auto;
}
.prgallery .kasou-main .wrapInner .main-imgwrap {
  max-width: 580px;
}
.prgallery .kasou-main .word {
  top: 10%;
}
.prgallery .kasou-main .word div {
  width: 7000px;
  height: 175px;
  background: url(../images/prgallery/slide-prgallery.png) 0 0 repeat-x;
  background-size: cover;
}

.prgallery-slide {
  padding-top: 80px;
}
.prgallery-slide.type2 {
  padding-top: 0;
}
.prgallery-slide.type3 {
  padding-top: 0;
  /*padding-bottom: 100px;*/
}

.prgallery-slide .boxSlider .slick-list {
  overflow: hidden;
}
.prgallery-slide .boxSlider .slick-track {
  display: flex;
  align-items: stretch;
}

.prgallery-slide .boxSlider .gallery {
  display: flex;
  flex-wrap: wrap;
}
.prgallery-slide .boxSlider .gallery a {
  display: block;
  cursor: pointer;
  position: relative;
}
.prgallery-slide .boxSlider .gallery a::after {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../../prgallery/img/slideImgHoverLogo.png) no-repeat center center / cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: .3s;
}
.prgallery-slide .boxSlider .gallery a:hover::after {
  opacity: 1;
}
.prgallery-slide .boxSlider .gallery a span {
  font-weight: bold;
  color: #fff;
  display: block;
  position: absolute;
  left: 15px;
  bottom: 10px;
  z-index: 1;
  opacity: 0;
  transition: .3s;
}
.prgallery-slide .boxSlider .gallery a:hover span {
  opacity: 1;
}

.prgallery-slide .boxSlider .gallery.type1 {
  width: 500px!important;
}
.prgallery-slide .boxSlider .gallery.type1 a:nth-of-type(1) {
  margin: 0 10px 10px 0;
}
.prgallery-slide .boxSlider .gallery.type1 a:nth-of-type(2) {
  margin: 0 10px 10px 0;
}
.prgallery-slide .boxSlider .gallery.type1 a:nth-of-type(3) {
  margin: 0 10px 10px 0;
}
.prgallery-slide .boxSlider .gallery.type1 a:nth-of-type(4) {
  margin: 0 10px 10px 0;
}

.prgallery-slide .boxSlider .gallery.type2 {
  width: 840px!important;
}
.prgallery-slide .boxSlider .gallery.type2 a:nth-of-type(1) {
  margin: 0 10px 10px 0;
}
.prgallery-slide .boxSlider .gallery.type2 a:nth-of-type(2) {
  margin: 0 10px 10px 0;
}
.prgallery-slide .boxSlider .gallery.type2 a:nth-of-type(3) {
  margin: 0 10px 10px 0;
}
.prgallery-slide .boxSlider .gallery.type2 a:nth-of-type(4) {
  margin: 0 10px 10px 0;
}

.prgallery-slide .boxSlider .gallery.type3 {
  width: 500px!important;
}
.prgallery-slide .boxSlider .gallery.type3 a:nth-of-type(1) {
  margin: 0 10px 10px 0;
}
.prgallery-slide .boxSlider .gallery.type3 a:nth-of-type(2) {
  margin: 0 10px 10px 0;
}
.prgallery-slide .boxSlider .gallery.type3 a:nth-of-type(3) {
  margin: 0 10px 10px 0;
}
.prgallery-slide .boxSlider .gallery.type3 a:nth-of-type(4) {
  margin: 0 10px 10px 0;
}

.prgallery-slide .boxSlider .gallery.type4 {
  width: 840px!important;
}
.prgallery-slide .boxSlider .gallery.type4 a:nth-of-type(1) {
  margin: 0 10px 10px 0;
}
.prgallery-slide .boxSlider .gallery.type4 a:nth-of-type(2) {
  margin: 0 10px 10px 0;
}
.prgallery-slide .boxSlider .gallery.type4 a:nth-of-type(3) {
  margin: 0 10px 10px 0;
}
.prgallery-slide .boxSlider .gallery.type4 a:nth-of-type(4) {
  margin: 0 10px 10px 0;
}

.prgallery-slide .boxSlider .gallery.type5 {
  width: 500px!important;
}
.prgallery-slide .boxSlider .gallery.type5 a:nth-of-type(1) {
  margin: 0 10px 10px 0;
}
.prgallery-slide .boxSlider .gallery.type5 a:nth-of-type(2) {
  margin: 0 10px 10px 0;
}
.prgallery-slide .boxSlider .gallery.type5 a:nth-of-type(3) {
  margin: 0 10px 10px 0;
}
.prgallery-slide .boxSlider .gallery.type5 a:nth-of-type(4) {
  margin: 0 10px 10px 0;
}

.boxModal {
  width: 100%;
  height: 100dvh;
  background: rgba(0,0,0,.6);
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease-in-out;
  z-index: 9999;
}
.boxModal.act {
  opacity: 1;
  visibility: visible;
}
.boxModal .bg {
  max-width: 1040px;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.boxModal .bg .inner {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.boxModal .bg .inner .box1 img {
  max-width: 100%;
  margin: 0 auto 15px auto;
  display: block;
}
.boxModal .bg .inner .box1 span {
  font-weight: bold;
  color: #fff;
  text-align: center;
  display: block;
}
.boxModal .bg .inner .slick-prev,
.boxModal .bg .inner .slick-next {
  width: 46px;
  height: 46px;
  z-index: 1;
}
.boxModal .bg .inner .slick-prev {
  background: url(../../prgallery/img/modalSlidePrev.png) no-repeat left top / 46px;
  left: -60px;
}
.boxModal .bg .inner .slick-next {
  background: url(../../prgallery/img/modalSlideNext.png) no-repeat left top / 46px;
  right: -60px;
}
.boxModal .bg .inner .slick-prev:before,
.boxModal .bg .inner .slick-next:before {
  content: none;
  width: 46px;
  height: 46px;
}
.boxModal .btnClose {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}

@media screen and (max-width: 600px) {
  .prgallery br.sp {
    display: block;
  }
  .prgallery .kasou-main .word {
    top: 13%;
  }
  .prgallery .kasou-main .wrapInner.type2 {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .prgallery-slide {
    padding-top: 0;
  }
  .prgallery-slide.type3 {
    padding-bottom: 0;
  }
  .prgallery-slide .boxSlider .gallery a::after {
    content: none;
    transition: none;
  }
  .prgallery-slide .boxSlider .gallery a:hover::after {
    opacity: 0;
  }
  .prgallery-slide .boxSlider .gallery a span {
    transition: none;
  }
  .prgallery-slide .boxSlider .gallery a:hover span {
    opacity: 0;
  }
  .prgallery-slide .boxSlider .gallery.type1 {
    width: 250px!important;
  }
  .prgallery-slide .boxSlider .gallery.type1 a:nth-of-type(1) {
    width: 245px;
    margin: 0 5px 5px 0;
  }
  .prgallery-slide .boxSlider .gallery.type1 a:nth-of-type(2) {
    width: 120px;
    height: 84px;
    margin: 0 5px 5px 0;
  }
  .prgallery-slide .boxSlider .gallery.type1 a:nth-of-type(3) {
    width: 120px;
    height: 84px;
    margin: 0 5px 5px 0;
  }
  .prgallery-slide .boxSlider .gallery.type1 a:nth-of-type(4) {
    width: 245px;
    margin: 0 5px 5px 0;
  }
  .prgallery-slide .boxSlider .gallery.type2 {
    width: 420px!important;
  }
  .prgallery-slide .boxSlider .gallery.type2 a:nth-of-type(1) {
    width: 415px;
    margin: 0 5px 5px 0;
  }
  .prgallery-slide .boxSlider .gallery.type2 .right a:nth-of-type(1) {
    width: 275px;
    margin: 0 5px 5px 0;
  }
  .prgallery-slide .boxSlider .gallery.type2 .left a:nth-of-type(1) {
    width: 135px;
    height: 87px;
    margin: 0 5px 5px 0;
  }
  .prgallery-slide .boxSlider .gallery.type2 .left a:nth-of-type(2) {
    width: 135px;
    height: 87px;
    margin: 0 5px 5px 0;
  }
  .prgallery-slide .boxSlider .gallery.type3 {
    width: 250px!important;
  }
  .prgallery-slide .boxSlider .gallery.type3 a:nth-of-type(1) {
    width: 245px;
    margin: 0 5px 5px 0;
  }
  .prgallery-slide .boxSlider .gallery.type3 a:nth-of-type(2) {
    width: 245px;
    margin: 0 5px 5px 0;
  }
  .prgallery-slide .boxSlider .gallery.type3 a:nth-of-type(3) {
    width: 120px;
    height: 84px;
    margin: 0 5px 5px 0;
  }
  .prgallery-slide .boxSlider .gallery.type3 a:nth-of-type(4) {
    width: 120px;
    height: 84px;
    margin: 0 5px 5px 0;
  }
  .prgallery-slide .boxSlider .gallery.type4 {
    width: 420px!important;
  }
  .prgallery-slide .boxSlider .gallery.type4 a:nth-of-type(1) {
    width: 415px;
    margin: 0 5px 5px 0;
  }
  .prgallery-slide .boxSlider .gallery.type4 .right a:nth-of-type(1) {
    width: 135px;
    height: 87px;
    margin: 0 5px 5px 0;
  }
  .prgallery-slide .boxSlider .gallery.type4 .right a:nth-of-type(2) {
    width: 135px;
    height: 87px;
    margin: 0 5px 5px 0;
  }
  .prgallery-slide .boxSlider .gallery.type4 .left a:nth-of-type(1) {
    width: 275px;
    margin: 0 5px 5px 0;
  }
  .prgallery-slide .boxSlider .gallery.type5 {
    width: 250px!important;
  }
  .prgallery-slide .boxSlider .gallery.type5 a:nth-of-type(1) {
    width: 120px;
    height: 84px;
    margin: 0 5px 5px 0;
  }
  .prgallery-slide .boxSlider .gallery.type5 a:nth-of-type(2) {
    width: 120px;
    height: 84px;
    margin: 0 5px 5px 0;
  }
  .prgallery-slide .boxSlider .gallery.type5 a:nth-of-type(3) {
    width: 245px;
    margin: 0 5px 5px 0;
  }
  .prgallery-slide .boxSlider .gallery.type5 a:nth-of-type(4) {
    width: 245px;
    margin: 0 5px 5px 0;
  }
  .prgallery-slide .boxSlider .gallery a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .boxModal .bg {
    width: 94%;
  }
  .boxModal .bg .inner .box1 span {
    padding: 0 10%;
  }
  .boxModal .bg .inner .slick-prev,
  .boxModal .bg .inner .slick-next {
    width: 30px;
    height: 30px;
  }
  .boxModal .bg .inner .slick-prev {
    background: url(../../prgallery/img/modalSlidePrev.png) no-repeat left top / 30px;
    top: 95%;
    left: 0;
  }
  .boxModal .bg .inner .slick-next {
    background: url(../../prgallery/img/modalSlideNext.png) no-repeat left top / 30px;
    top: 95%;
    right: 0;
  }
}
@media screen and (max-width: 480px) {
  #kasou .h1ttl h1 {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 350px) {
  #kasou .h1ttl h1 {
    font-size: 3rem;
  }
}
