@charset "UTF-8";
/* CSS Document */
html, body {position: relative; height: 100%;}
*{margin:0;padding: 0;}
html{font-size: 62.5%;}
body{
letter-spacing: 0.3rem;
font-size: 1.2rem;
font-family: "Noto Serif JP", serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
}
.pc{display: block!important;}
.sp{display: none!important;}
a{text-decoration: none!important;}
.tool{position: fixed; bottom: 60px; right: 30px;}
#fs-button{position: absolute; top: 4px; right: 0;}
.cng {
  color: rgba(255,255,255,1.00)!important;
  transition: 0.15s;
}
.cng.background--light {
  color: rgba(0,0,0,1.00)!important;
  transition: 0.15s;
}
.cng.background--dark {
  color: rgba(255,255,255,1.00)!important;
  transition: 0.15s;
}
.right.background--light ul li a span {
  background-color: rgba(0,0,0,1.00)!important;
  transition: 0.15s;
}
.right.background--dark ul li a span {
  background-color: rgba(255,255,255,1.00)!important;
  transition: 0.15s;
}

#fp-nav ul li a span{display: none;}
#fp-nav ul li a span.cng_bg{display: block;} 

footer.background--light{
  color: #000!important;
}
footer.background--dark{
  color: #fff!important;  
}

.mid.background--light{
  background-color: rgba(0,0,0,1.00)!important;
  transition: 0.15s;
}
.mid.background--dark{
  background-color: rgba(255,255,255,1.00)!important;
  transition: 0.15s;
}
.before.background--light{
  background-color: rgba(0,0,0,1.00)!important;
  transition: 0.15s;
}
.before.background--dark{
  background-color: rgba(255,255,255,1.00)!important;
  transition: 0.15s;
}
.after.background--light{
  background-color: rgba(0,0,0,1.00)!important;
  transition: 0.15s;
}
.after.background--dark{
  background-color: rgba(255,255,255,1.00)!important;
  transition: 0.15s;
}



.cng.background--dark .logo_b {
  opacity: 0;
}
.cng.background--light .logo_b {
  opacity: 1;
}
.cng.background--dark .logo_w {
  opacity: 1;
}
.cng.background--light .logo_w {
  opacity: 0;
}

h1, footer {
  z-index: 998;
  position: fixed;
  color: #fff;
}
h1{
  padding-right: 50px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.66rem;
  top:30px;
  left: 30px;
  color: #000;
}
h1 .cng{
  color: #000;
}
h1 > span{
	border-left: solid 0.1rem; 
	margin-right: 3px;
	margin-left:2px;
	height:0.8em;
	display: inline-block;
}
footer{
  /*position: absolute;*/
  bottom: 30px;
  right: 30px;
}
footer p{
  font-size: 1.05rem;
  display: block;
  text-align: right;
  letter-spacing: 0.1rem;
  margin-right: 3px;
}

footer .audiojs .play {
  font-size: 2.0rem;
  position: absolute;
  right: -1px;
}
footer .audiojs .pause {
  font-size: 2.0rem;
}
footer .logo_w{
  width: 45px;
}
footer .logo_b{
  width: 45px;
  position: absolute;
  right: 3px;
  bottom: 3px;
}
.caption {
  position: absolute;
  z-index: 998;
  color: #fff;
  bottom: 93px;
  right: 30px;
  text-align: right;
  letter-spacing: 0.1rem;
}
.section{
  width: 100vw;
  height: 100vh;
  position: relative;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.slide {
  background-size: cover;
  background-position: center;
}

.sl{
  background-size: cover;
  background-position: center;
}
.slider img{
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  font-family: 'object-fit: cover;'
}

.sl-00_00 { background-image: url(../images/sec-00_00.jpg);}
.sl-00_01 { background-image: url(../images/sec-00_01.jpg);}
.sl-00_02 { background-image: url(../images/sec-00_02.jpg);}

.sl-01_00 { background-image: url(../images/sec-01_00.jpg);}
.sl-01_01 { background-image: url(../images/sec-01_01.jpg);}
.sl-01_02 { background-image: url(../images/sec-01_02.jpg);}

.sl-02_00 { background-image: url(../images/sec-02_00.jpg);}
.sl-02_01 { background-image: url(../images/sec-02_01.jpg);}
.sl-02_02 { background-image: url(../images/sec-02_02.jpg);}

.fs-16{font-size: 1.8rem;}

.icon-fullscreen:before {
  right: 0px!important;
  bottom: 30px!important;
}
.icon-window:before {
  position: absolute;
  font-size: 1.9rem;
  right: 0px!important;
  bottom: 30px!important;
  display: none;
}

footer .audiojs .play-pause{
  width: 25px;
  height: 25px;
  padding: 0;
  margin: -2px 0 0 3px;
  float: left;
  overflow: hidden;
  border: none;
  border-radius: 0;
  font-size: 1.6rem;
  position: absolute;
  right: 4px;
  bottom: 27px;
}

footer button{
  position: absolute;
  height: 24px;
  padding: 10px 0px 10px 10px;
  width: 24px;
  right: 1px;
  bottom: 30px;
  opacity: 0;
  z-index: 999;
}

.audiojs .pause {
  background-image: none;
}

@media all and (-ms-high-contrast: none){
  h1.cng{color: #000!important;}
  .logo_b{
    display: none;
  }
  footer p{
    color: #fff;
  }
}
    #top .swiper-container_tate {
      width: 100%;
      height: 100%;
      overflow: hidden;
    }
    #top .swiper-container_01 {
      width: 100%;
      height: 100%;
      overflow: hidden;
    }
    #top .swiper-container_02 {
      width: 100%;
      height: 100%;
      overflow: hidden;
    }
    #top .swiper-container_03 {
      width: 100%;
      height: 100%;
      overflow: hidden;
    }
    #top .swiper-container_04 {
      width: 100%;
      height: 100%;
      overflow: hidden;
    }
    #top .swiper-container_05 {
      width: 100%;
      height: 100%;
      overflow: hidden;
    }
    #top .swiper-container_06 {
      width: 100%;
      height: 100%;
      overflow: hidden;
    }
    #top .swiper-slide img {
    object-fit: cover!important;
    width: 100vw!important;
    height: 100vh!important;
    }
@media screen and (min-width: 780px) {
    #top .swiper-pagination-bullet {
    width: 30px!important;
    height: 20px!important;
    border-radius: 0%!important;
    background: url(../images/nav_09.jpg)!important;
    transition: .3s!important;
    }
    #top .swiper-pagination-bullet:hover {
    opacity: 0.5!important;
    }
     #top .swiper-pagination-bullet:nth-of-type(2) {
    background: url(../images/nav_08.jpg)!important;
    }
    #top .swiper-pagination-bullet:nth-of-type(3) {
    background: url(../images/nav_07.jpg)!important;
    }
    #top .swiper-pagination-bullet:nth-of-type(4) {
    background: url(../images/nav_06.jpg)!important;
    }
    #top .swiper-pagination-bullet:nth-of-type(5) {
    background: url(../images/nav_05.jpg)!important;
    }
    #top .swiper-pagination-bullet:nth-of-type(6) {
    background: url(../images/nav_04.jpg)!important;
    }
    #top .swiper-pagination-bullet:nth-of-type(7) {
    background: url(../images/nav_03.jpg)!important;
    }
    #top .swiper-pagination-bullet:nth-of-type(8) {
    background: url(../images/nav_01.jpg)!important;
    }
    #top .swiper-pagination-bullet:nth-of-type(9) {
    background: url(../images/nav_02.jpg)!important;
    }
    #top .swiper-pagination-bullet-active {
    opacity: 1!important;
    }
    
    #top .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 15px 0!important;
    display: block!important;
    }
    #top .swiper-container-vertical>.swiper-pagination-bullets {
    right: 30px!important;
    }
    .swiper-pagination-bullet {
    opacity: 1!important;
}
}
/*================================================================
SP
================================================================*/
@media screen and (max-width: 780px) {
  .pc{display: none!important;}
  .sp{display: block!important;}
  h1 > span{display: none;}
  .section {
    width: 320px;
    height: 480px;
  }
  h1{ top:20px; left: 20px; }
  footer{ bottom:15px; right: 15px; }
  .cng_bg.background--light {
  background-color: rgba(0,0,0,1.00)!important;
  transition: 0.3s;
  }
  .cng_bg.background--dark {
  background-color: rgba(255,255,255,1.00)!important;
  transition: 0.3s;
  }
  .caption {
  bottom: 60px;
  right: 15px;
  }
  .tool{display: none;}
  .caption {
    position: absolute;
    right: 15px;
  bottom: 37px;
  }
  .audiojs {
    display: none;
    padding-left: 0!important;
  }
  .audiojs .play {
    margin: 0 auto!important;
  }
  .audiojs .play-pause {
    font-size: 2.3rem!important;
    width: 100%!important;
    margin: -5px 0 0 3px!important;
  }
  .audiojs .pause {
    font-size: 2.3rem!important;
    width: 100%!important;
    margin: 0 auto!important;
  }
  footer .audiojs .play {
  display: none;
  }
  footer .audiojs .play-pause {
  width: 100%;
  height: 100%;
  padding: 0;
  }
  .icon-fullscreen:before {
    display: none;
  }
  .icon-window:before {
    display: none;
  }
    #top .swiper-pagination-bullet {
    background: #FFF!important;
    transition: .3s!important;
    opacity: 1!important;
    }
    #top .swiper-pagination-bullet:hover {
    opacity: 1!important;
    }
    #top .swiper-pagination-bullet:nth-of-type(2) {
    background: #FFF!important;
    }
    #top .swiper-pagination-bullet-active {
    opacity: 1!important;
    transform: scale(1.5,1.5);
    }
    
    #top .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 15px 0!important;
    display: block!important;
    }
    .swiper-container-vertical>.swiper-pagination-bullets {
    right: 20px!important;
    }
}

