@charset "utf-8";
.photogallery-index{
  padding-top: 0;
  height: 100vh;
  height: 100svh;
  width: 100vw;
  overflow: hidden !important;
  position: relative;
}
.wrap{
  background-color: #EBEAE9;
  width: 100%;
  height: 100vh;
  height: 100svh;
  overflow-y: auto;
  scroll-snap-type: y mandatory;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
.section-scroll{
  scroll-snap-align: start;
}
#footer-area{
  margin-top: 0;
}
#footer-area.section-scroll{
  min-height: auto;
}
#header-area{
  opacity: 1;
  transition: .5s;
}
#header-area.hide{
  opacity: 0;
  transform: translateY(-100px);
}
.navi-fixed-entry{
  transition: .5s;
}
.navi-fixed-entry.hide{
  transform: translate(100%,-50%);
}


/* ------- INDEX ---------------------------------------------- */

.photogallery-main > .image{
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.photogallery-main .btn-start{
  background-color: #2C2C2C;
  background-image: url("../img/ic_arrow_start.svg");
  background-repeat: no-repeat;
  color: #FFF;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  letter-spacing: .14em;
  line-height: 1;
  display: block;
  text-align: center;
  padding: 15px 60px 15px 60px;
  margin-top: 60px;
  transition: .3s;
}


/* -- PHOTO GALLELY MAP -- */



/* -- PHOTO GALLELY SLIDE -- */
.photogallery-slide{
}
.slide-section{
  display: flex;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.swiper-container{
  width: 100%;
}
.swiper-slide{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
}
.swiper-slide:nth-child(1):before{
  background-color: rgba(0,0,0,.30);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
}
.swiper-slide.movie{
  background-color: #000;
}
.swiper-slide.movie > video{
  width: 100%;
  height: 100%;
}
.swiper-slide.movie .video-wrap{
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.swiper-slide.movie .video-wrap video{
  object-fit: cover;
  position: absolute;
  height: 100.1%;
  width: 100.1%;
  top: 0;
  left: 0;
}
.swiper-slide.box-image1,
.swiper-slide.box-image2{
  display: flex;
  flex-wrap: wrap;
}
.swiper-slide.box-image1 .image,
.swiper-slide.box-image2 .image{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.swiper-slide.box-image1 .image{
  width: calc(100% / 3);
}
.swiper-slide.box-image2 .image{
  width: calc(100% / 2);
}




.swiper-pagination{
  background-color: rgba(0,0,0,.40);
  border-radius: 40px;
  padding: 2px 18px;
  width: auto !important;
  left: 50% !important;
  bottom: 50px !important;
  transform: translateX(-50%);
}
.swiper-pagination-bullet{
  background-color: #EBEAE9;
  height: 12px;
  width: 12px;
  opacity: 1;
  transition: .3s;
}
.swiper-pagination-bullet-active{
  background-color: #0CB4ED;
}
.slide-section-heading{
  color: #FFF;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
}
.slide-section-heading h2{
  font-weight: 900;
}
.slide-section-heading h2 > span{
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  line-height: 1;
  display: block;
}


.slide-caption{
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  color: #FFF;
  padding: 20px 30px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  transition: .3s;
  opacity: 0;
  transform: translateY(-100%);
}
.caption .slide-caption{
  opacity: 1;
  transform: translateY(0);
}
.slide-caption dt{
  font-weight: 900;
}
.slide-caption dt > span{
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  line-height: 1;
  margin-right: 20px;
  display: inline-block;
}
.caption-multiple .slide-caption dd{
  display: none;
}
.caption-multiple .slide-caption dd.active{
  display: block;
}



/* -- PHOTO GALLELY NAVI -- */
#btn-photogallery-prev,
#btn-photogallery-next{
  background-color: #E1E0DF;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 150px;
  width: 100%;
  transition: .3s;
}
#btn-photogallery-prev.invalid,
#btn-photogallery-next.invalid{
  pointer-events: none;
  opacity: .3;
}
#btn-map,
#btn-all{
  background-position: center top;
  background-repeat: no-repeat;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  transition: .3s;
}
#btn-all{
  cursor: pointer;
}
#btn-photogallery-prev{
  background-image: url("../img/ic_prev.svg");
}
#btn-photogallery-next{
  background-image: url("../img/ic_next.svg");
}
#btn-map{
  background-image: url("../img/ic_map.svg");
}
#btn-all{
  background-image: url("../img/ic_all.svg");
}


/* -- PHOTO GALLELY ALL NAVI -- */
.photogallery-all-navi{
  background-color: #EBEAE9;
  flex-direction: column;
  height: 100vh;
  height: 100svh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 200;
  display: none;
}
.photogallery-all-header {
  position: relative;
}
.photogallery-all-header .all{
  background-image: url("../img/ic_all.svg");
  background-repeat: no-repeat;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .14em;
}



.photogallery-all-header .close {
	text-align: center;
	cursor: pointer;
  display: flex;
	position: absolute;
	top: 0;
  height: 40px;
  width: 40px;
  right: 0;
}
.photogallery-all-header .close .trigger {
  width: 40px;
  height: 40px;
  top: 0;
}
.photogallery-all-header .close::before{
  display: block;
  align-self: center;
}
.photogallery-all-header .close .trigger,
.photogallery-all-header .close .trigger > span,
.photogallery-all-header .close .trigger > span > span {
	transition: ease-out .2s;
	box-sizing: border-box;
}
.photogallery-all-header .close .trigger{
	position: absolute;
	right: 0;
}
.photogallery-all-header .close .trigger > span {
	position: absolute;
	right: 0;
	width: 100%;
	height: 1px;
	background-color: #000000;
}
.photogallery-all-header .close .trigger > span:nth-of-type(1) {
	top: 0px;
  -webkit-transform: translateY(20px) rotate(45deg);
	transform: translateY(20px) rotate(45deg);
}
.photogallery-all-header .close .trigger > span:nth-of-type(2) {
	bottom: 0;
  -webkit-transform: translateY(-20px) rotate(-45deg);
	transform: translateY(-20px) rotate(-45deg);
}



.photogallery-all-navi-list{
  counter-reset: number 0;
}
.photogallery-all-navi-list > div{
  font-weight: 700;
  display: flex;
  margin-top: 30px;
}
.photogallery-all-navi-list > div > a{
  color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.photogallery-all-navi-list > div > a:before{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  transition: .3s;
}
.photogallery-all-navi-list > div > a:after{
  counter-increment: number 1;
  content: counter(number,decimal-leading-zero);
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  line-height: 1;
  display: block;
  position: absolute;
}
@media print, screen and (min-width:781px) {
  .photogallery-index{
    min-height: 630px;
  }
  .wrap{
    min-height: 630px;
  }
  .section-scroll{
    min-height: 630px;
  }
  
  
  .photogallery-main{
    background-color: #FFF;
    display: flex;
    align-items: center;
    height: 100vh;
    position: relative;
  }
  .photogallery-main > .image{
    background-image: url("../img/image_main_pc.png");
    height: 100vh;
    width: 50%;
    position: absolute;
    right: 0;
  }
  .photogallery-main .heading{
    margin-left: 0;
    margin-top: 0;
    padding-right: 20px;
    width: 50%;
    max-width: 520px;
  }
  .photogallery-main .heading h1{
    font-size: 4.0rem;
  }
  .photogallery-main .heading .heading-text{
    margin-top: 50px;
  }
  .photogallery-main .btn-start{
    background-position: right 35px center;
    width: 170px;
  }
  
  
  
  
  /* -- PHOTO GALLELY MAP -- */
  #photogallery-map{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    height: 100dvh;
    padding: 30px 0;
    margin: 0 auto;
    max-width: 1080px;
  }
  #photogallery-map > .photogallery-map-wrap > h2{
    display: none;
  }
  .photogallery-map-wrap{
    width: 100%;
  }
  .photogallery-map-PC{
    background: url("../img/map_pc.png") no-repeat;
    background-size: cover;
    padding-bottom: 49.074%;
    width: 100%;
    position: relative;
  }
  .photogallery-map-PC > h2{
    background: url("../img/ic_map_w.svg") left center no-repeat;
    background-size: auto cover;
    color: #FFF;
    display: block;
    font-size: 3.6rem;
    line-height: 1;
    padding-left: 40px;
    position: absolute;
    left: 50%;
    top: 11%;
    transform: translateX(-50%);
  }
  .photogallery-map-PC > a{
    display: block;
    position: absolute;
  }
  .photogallery-map-PC > .item1{
    padding-bottom: 6.478%;
    width: 5.09%;
    right: 33.98%;
    bottom: 6.6%;
  }
  .photogallery-map-PC > .item2{
    padding-bottom: 3.703%;
    width: 7.453%;
    right: 47.68%;
    bottom: 8.49%;
  }
  .photogallery-map-PC > .item3{
    padding-bottom: 8.3332%;
    width: 3.75%;
    right: 51.38%;
    bottom: 17.92%;
  }
  .photogallery-map-PC > .item4{
    padding-bottom: 8.3332%;
    width: 3.75%;
    right: 46.759%;
    bottom: 17.92%;
  }
  .photogallery-map-PC > .item5{
    padding-bottom: 8.3332%;
    width: 3.75%;
    right: 42.129%;
    bottom: 17.92%;
  }
  .photogallery-map-PC > .item6{
    padding-bottom: 9.722%;
    width: 3.75%;
    right: 51.38%;
    bottom: 36.79%;
  }
  .photogallery-map-PC > .item7{
    padding-bottom: 9.722%;
    width: 3.75%;
    right: 46.759%;
    bottom: 36.79%;
  }
  .photogallery-map-PC > .item8{
    padding-bottom: 9.722%;
    width: 3.75%;
    right: 42.129%;
    bottom: 36.79%;
  }
  .photogallery-map-PC > .item9{
    padding-bottom: 10.18%;
    width: 4.166%;
    right: 58.33%;
    bottom: 33.02%;
  }
  .photogallery-map-PC > .item10{
    padding-bottom: 12.31%;
    width: 8.333%;
    right: 63%;
    bottom: 29.62%;
  }
  .photogallery-map-PC > .item11-1{
    padding-bottom: 4.625%;
    width: 7.4%;
    right: 37.54%;
    top: 24.43%;
  }
  .photogallery-map-PC > .item11-2{
    padding-bottom: 7.4064%;
    width: 4.629%;
    right: 30.13%;
    top: 45.85%;
  }
  .photogallery-map-PC > .item12{
    padding-bottom: 32.86%;
    width: 12.037%;
    right: 0;
    bottom: 0%;
  }
  
  .balloon {
    background-color: #0CB4ED;
    color: #FFF;
    width: 200px;
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translate(-50%,-100%);
    pointer-events: none;
    opacity: 0;
    transition: .6s;
  }
  .balloon:before{
    background: url("../img/ic_arrow_balloon.svg") no-repeat;
    content: "";
    display: block;
    height: 20px;
    width: 24px;
    position: absolute;
    left: 50%;
    bottom: 1px;
    transform: translate(-50%,100%);
  }
  .balloon > div{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 61%;
  }
  .balloon > p{
    font-size: 1.5rem;
    text-align: center;
    padding: 10px 10px;
  }
  .balloon1 > div{
    background-image: url("../img/photo01_01.jpg");
  }
  .balloon2 > div{
    background-image: url("../img/photo02_01.jpg");
  }
  .balloon3 > div{
    background-image: url("../img/photo03_01.jpg");
  }
  .balloon4 > div{
    background-image: url("../img/photo04_01.jpg");
  }
  .balloon5 > div{
    background-image: url("../img/photo05_01.jpg");
  }
  .balloon6 > div{
    background-image: url("../img/photo06_01.jpg");
  }
  .balloon7 > div{
    background-image: url("../img/photo07_01.jpg");
  }
  .balloon8 > div{
    background-image: url("../img/photo08_01.jpg");
  }
  .balloon9 > div{
    background-image: url("../img/photo09_01.jpg");
  }
  .balloon10> div{
    background-image: url("../img/photo10_01.jpg");
  }
  .balloon11> div{
    background-image: url("../img/photo11_01.jpg");
  }
  .balloon12> div{
    background-image: url("../img/photo12_01.jpg");
  }
  
  
  
  
  /* -- PHOTO GALLELY -- */
  .photogallery-slide-wrap{
    display: flex;
    position: relative;
  }
  .photogallery-slide{
    width: calc(100% - 150px);
  }
  .slide-section{
  }
  .swiper-button-next,
  .swiper-button-prev {
    background-color: rgba(255,255,255,.70);
    border-radius: 50%;
    height: 56px;
    width: 56px;
    transition: .3s;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    color: #000;
    font-size: 16px;
    height: 16px;
    width: 8px;
    transition: .3s;
  }
  .swiper-button-next {
    right: 30px !important;
  }
  .swiper-button-prev {
    left: 30px !important;
  }
  .slide-section-heading h2{
    font-size: 3.0rem;
    margin-top: 30px;
    margin-bottom: 35px;
  }
  .slide-section-heading h2 > span{
    color: #0CB4ED;
    font-size: 13rem;
  }
  
  .slide-caption dt > span{
    font-size: 2.5rem;
  }
  .slide-caption dt{
    font-size: 2.0rem;
  }
  
  
  
  /* -- PHOTO GALLELY NAVI -- */
  .photogallery-navi-slide{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    height: 100svh;
    min-height: 630px;
    width: 150px;
    position: sticky;
    right: 0;
    top: 0;
  }
  #btn-map,
  #btn-all{
    padding-top: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 60px;
  }
  #btn-map{
    margin-bottom: 0;
    margin-top: auto;
  }
  #btn-all{
    background-position: center top 30px;
    border-top: 1px solid rgba(112,112,112,.19);
    padding-top: 80px;
    margin-top: 30px;
    margin-bottom: auto;
  }
  
  
  /* -- PHOTO GALLELY ALL NAVI -- */
  .photogallery-all-navi{
    padding: 40px 40px;
  }
  .photogallery-all-header{
    margin-top: 0;
    margin-bottom: 0;
  }
  .photogallery-all-header .all{
    background-position: left center;
    background-size: 25px auto;
    padding-left: 40px;
    font-size: 3.6rem;
  }
  .photogallery-all-navi-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .photogallery-all-navi-list > div{
    font-size: min(1.46vw,2.0rem);
    height: calc(100% / 3 - 30px);
    width: 23.71%;
  }
  .photogallery-all-navi-list > div:nth-child(n + 5){
    margin-top: 30px;
  }
  .photogallery-all-navi-list > div > a:after{
    font-size: 3.0rem;
    font-size: min(2.19vw,3.0rem);
    left: 20px;
    top: 20px;
  }
}
@media screen and (max-width: 780px) {
  #navi-global-area{
    height: calc(100svh - 60px);
  }
  .photogallery-main{
    background-color: #FFF;
    overflow-y: auto;
    padding-bottom: 60px;
    height: 100vh;
    height: 100svh;
  }
  .photogallery-main > .image{
    background-image: url("../img/image_main_sp.png");
    padding-bottom: 80%;
  }
  .photogallery-main .heading{
    margin-top: 50px;
  }
  .photogallery-main .btn-start{
    background-position: right 32px center;
    padding: 15px 30px 15px 30px;
    margin: 30px auto 0;
    width: 140px
  }

  
  
  /* -- PHOTO GALLELY MAP -- */
  #photogallery-map{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    height: 100svh;
    padding: 30px 0;
    margin: 0 20px;
  }
  #photogallery-map h2{
    text-align: center;
    margin-bottom: 30px;
  }
  #photogallery-map h2 > span{
    background: url("../img/ic_map.svg") left center no-repeat;
    background-size: 25px auto;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
    font-size: 3.6rem;
    line-height: 1.6;
    display: inline-block;
    padding-left: 40px;
  }
  
  
  
  /* -- PHOTO GALLELY -- */
  .photogallery-slide-wrap{
    position: relative;
  }
  .slide-section{
    height: 100vh;
    height: 100svh;
  }
  .swiper-pagination{
    bottom: 80px !important;
  }
  .swiper-button-next,
  .swiper-button-prev {
    background-color: rgba(0,0,0,.70);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    bottom: 78px !important;
    top: auto !important;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    color: #FFF;
    font-size: 16px;
    height: 16px;
    width: 8px;
  }
  .swiper-button-next {
    right: 30px !important;
  }
  .swiper-button-prev {
    left: 30px !important;
  }
  .slide-section-heading{
    top: calc(50% - 8%);
    width: 80%;
  }
  .slide-section-heading h2{
    font-size: min(6.15vw,2.4rem);
    margin-top: 30px;
    margin-bottom: 35px;
  }
  .slide-section-heading h2 > span{
    font-size: min(25.64vw,10rem);
  }
  .slide-section-heading p{
    font-size: min(4.1vw,1.6rem);
  }
  .slide-caption{
    background-color: rgba(0,0,0,.50);
  }
  .slide-caption dt > span{
    font-size: 2.0rem;
    margin-right: 10px;
  }
  .slide-caption dt{
    font-size: 1.6rem;
  }
  .slide-caption dd{
    font-size: 1.3rem;
  }
  
  
  
  
  /* -- PHOTO GALLELY NAVI -- */
  .photogallery-navi-slide{
    background-color: #EBEAE9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    width: 100%;
    position: sticky;
    left: 0;
    bottom: 0;
    z-index: 100;
    transition: .3s;
  }
  .photogallery-navi-slide.show{
    transform: translateY(0);
  }
  #btn-photogallery-prev,
  #btn-photogallery-next{
    background-size: 20px auto;
    height: 60px;
    width: 60px;
  }
  #btn-map,
  #btn-all{
    background-size: auto 20px;
    font-size: 1.2rem;
    padding-top: 27px;
    width: 60px;
  }
  #btn-map{
    margin-right: 0;
    margin-left: auto;
  }
  #btn-all{
    margin-left: 0;
    margin-right: auto;
  }
  
  
  /* -- PHOTO GALLELY ALL NAVI -- */
  .photogallery-all-navi{
    padding: 40px 20px;
  }
  .photogallery-all-header{
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 30px;
  }
  .photogallery-all-header .all{
    background-position: left center;
    background-size: 25px auto;
    padding-left: 40px;
    font-size: 3.6rem;
  }
  .photogallery-all-navi-list{
    overflow-y: auto;
  }
  .photogallery-all-navi-list > div{
    font-size: 2.0rem;
    height: 140px;
    width: 100%;
    margin-top: 0;
  }
  .photogallery-all-navi-list > div:nth-child(n + 2){
    margin-top: 15px;
  }
  .photogallery-all-navi-list > div > a:after{
    font-size: 2.0rem;
    left: 20px;
    top: 20px;
  }
}
@media (hover: hover) and (pointer: fine){
  .photogallery-main .btn-start:hover{
    background-color: #0CB4ED;
  }
  .photogallery-map-PC > a:hover .balloon{
    opacity: 1;
  }
  .photogallery-all-navi-list > div > a:hover:before{
    transform: scale(1.04);
  }
  
  .swiper-button-next:hover,
  .swiper-button-prev:hover{
    background-color: #0CB4ED;
  }
  .swiper-button-next:hover:after,
  .swiper-button-prev:hover:after{
    color: #FFF;
  }
  #btn-photogallery-prev:hover,
  #btn-photogallery-next:hover{
    background-color: #9B9A99;
  }
  #btn-photogallery-prev:hover{
    background-image: url("../img/ic_prev_h.svg");
  }
  #btn-photogallery-next:hover{
    background-image: url("../img/ic_next_h.svg");
  }
  #btn-map:hover,
  #btn-all:hover{
    opacity: .6;
  }
}

#slide-section1 .swiper-slide:nth-child(1){
  background-image: url("../img/photo01_01.jpg");
}
#slide-section1 .swiper-slide:nth-child(2){
  background-image: url("../img/photo01_02.jpg");
}

#slide-section2 .swiper-slide:nth-child(1){
  background-image: url("../img/photo02_01.jpg");
}
#slide-section2 .swiper-slide:nth-child(2){
  background-image: url("../img/photo02_02.jpg");
}

#slide-section3 .swiper-slide:nth-child(1){
  background-image: url("../img/photo03_01.jpg");
}
#slide-section3 .swiper-slide:nth-child(2){
  background-image: url("../img/photo03_02.jpg");
}
#slide-section3 .swiper-slide:nth-child(3){
  background-image: url("../img/photo03_03.jpg");
}
#slide-section3 .swiper-slide:nth-child(4){
  background-image: url("../img/photo03_04.jpg");
}

#slide-section4 .swiper-slide:nth-child(1){
  background-image: url("../img/photo04_01.jpg");
}
#slide-section4 .swiper-slide:nth-child(2){
  background-image: url("../img/photo04_02.jpg");
}
#slide-section4 .swiper-slide:nth-child(3){
  background-image: url("../img/photo04_03.jpg");
}


#slide-section5 .swiper-slide:nth-child(1){
  background-image: url("../img/photo05_02.jpg");
}
#slide-section5 .swiper-slide:nth-child(2){
  background-image: url("../img/photo05_03.jpg");
}

#slide-section6 .swiper-slide:nth-child(1){
  background-image: url("../img/photo06_01.jpg");
}
#slide-section6 .swiper-slide:nth-child(2){
  background-image: url("../img/photo06_02.jpg");
}
#slide-section6 .swiper-slide:nth-child(3){
  background-image: url("../img/photo06_03.jpg");
}

#slide-section7 .swiper-slide:nth-child(1){
  background-image: url("../img/photo07_01.jpg");
}
#slide-section7 .swiper-slide:nth-child(2){
  background-image: url("../img/photo07_02.jpg");
}

#slide-section8 .swiper-slide:nth-child(1){
  background-image: url("../img/photo08_01.jpg");
}
#slide-section8 .swiper-slide:nth-child(2){
  background-image: url("../img/photo08_02.jpg");
}
#slide-section8 .swiper-slide:nth-child(3){
  background-image: url("../img/photo08_03.jpg");
}


#slide-section9 .swiper-slide:nth-child(1){
  background-image: url("../img/photo09_02.jpg");
}
#slide-section9 .swiper-slide:nth-child(2){
  background-image: url("../img/photo09_03.jpg");
}

#slide-section10 .swiper-slide:nth-child(1){
  background-image: url("../img/photo10_01.jpg");
}
#slide-section10 .swiper-slide:nth-child(2){
  background-image: url("../img/photo10_02.jpg");
}
#slide-section10 .swiper-slide:nth-child(3){
  background-image: url("../img/photo10_03.jpg");
}


#slide-section11 .swiper-slide:nth-child(1){
  background-image: url("../img/photo11_01.jpg");
}
#slide-section11 .swiper-slide:nth-child(2){
  background-image: url("../img/photo11_02.jpg");
}
#slide-section11 .swiper-slide:nth-child(3){
  background-image: url("../img/photo11_03.jpg");
}
#slide-section11 .swiper-slide:nth-child(4){
  background-image: url("../img/photo11_04.jpg");
}
#slide-section11 .swiper-slide:nth-child(5){
  background-image: url("../img/photo11_05.jpg");
}
#slide-section11 .swiper-slide:nth-child(6){
  background-image: url("../img/photo11_06.jpg");
}


#slide-section12 .swiper-slide:nth-child(1){
  background-image: url("../img/photo12_01.jpg");
}
#slide-section12 .swiper-slide:nth-child(2){
  background-image: url("../img/photo12_02.jpg");
}
#slide-section12 .swiper-slide:nth-child(3) > .image:nth-child(1){
  background-image: url("../img/photo12_03_01.jpg");
}
#slide-section12 .swiper-slide:nth-child(3) > .image:nth-child(2){
  background-image: url("../img/photo12_03_02.jpg");
}
#slide-section12 .swiper-slide:nth-child(3) > .image:nth-child(3){
  background-image: url("../img/photo12_03_03.jpg");
}
#slide-section12 .swiper-slide:nth-child(3) > .image:nth-child(4){
  background-image: url("../img/photo12_03_04.jpg");
}
#slide-section12 .swiper-slide:nth-child(3) > .image:nth-child(5){
  background-image: url("../img/photo12_03_05.jpg");
}
#slide-section12 .swiper-slide:nth-child(3) > .image:nth-child(6){
  background-image: url("../img/photo12_03_06.jpg");
}
#slide-section12 .swiper-slide:nth-child(4) > .image:nth-child(1){
  background-image: url("../img/photo12_04_01.jpg");
}
#slide-section12 .swiper-slide:nth-child(4) > .image:nth-child(2){
  background-image: url("../img/photo12_04_02.jpg");
}
#slide-section12 .swiper-slide:nth-child(4) > .image:nth-child(3){
  background-image: url("../img/photo12_04_03.jpg");
}
#slide-section12 .swiper-slide:nth-child(4) > .image:nth-child(4){
  background-image: url("../img/photo12_04_04.jpg");
}




.photogallery-all-navi-list > div:nth-child(1) > a:before{
  background-image: url("../img/all_photo01.jpg");
}
.photogallery-all-navi-list > div:nth-child(2) > a:before{
  background-image: url("../img/all_photo02.jpg");
}
.photogallery-all-navi-list > div:nth-child(3) > a:before{
  background-image: url("../img/all_photo03.jpg");
}
.photogallery-all-navi-list > div:nth-child(4) > a:before{
  background-image: url("../img/all_photo04.jpg");
}
.photogallery-all-navi-list > div:nth-child(5) > a:before{
  background-image: url("../img/all_photo05.jpg");
}
.photogallery-all-navi-list > div:nth-child(6) > a:before{
  background-image: url("../img/all_photo06.jpg");
}
.photogallery-all-navi-list > div:nth-child(7) > a:before{
  background-image: url("../img/all_photo07.jpg");
}
.photogallery-all-navi-list > div:nth-child(8) > a:before{
  background-image: url("../img/all_photo08.jpg");
}
.photogallery-all-navi-list > div:nth-child(9) > a:before{
  background-image: url("../img/all_photo09.jpg");
}
.photogallery-all-navi-list > div:nth-child(10) > a:before{
  background-image: url("../img/all_photo10.jpg");
}
.photogallery-all-navi-list > div:nth-child(11) > a:before{
  background-image: url("../img/all_photo11.jpg");
}
.photogallery-all-navi-list > div:nth-child(12) > a:before{
  background-image: url("../img/all_photo12.jpg");
}


