@charset "UTF-8";
/*------------------------------------------------------------
	Header
------------------------------------------------------------*/
.page--top .site-header {
    opacity: 0;
}
.page--top .site-header.fade {
    opacity: 1;
    -webkit-transition: linear 0.7s;
    transition: linear 0.7s;
}


/*------------------------------------------------------------
	Opening Anime
------------------------------------------------------------*/
.opening {
    width: 100vw;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 1;
    left: 1;
    z-index: 70;
    overflow: hidden;
}
.opening.fade{
  background: none;
  -webkit-transition: background-color 2s;
  transition: background-color 2s;
}
.opening .text.fade {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
}

.opening .text .opening_h1 {
    position: absolute;
    left: 0;
    top: 56%;
    width: 100%;
    -webkit-transform:translate(0, -110%);
    transform:translate(0, -110%);
    color: #2D2E4C;
    font-weight: 100;
    letter-spacing: 0.5em;
}
.opening .text .opening_h1 .title {
    font-size : 70px;
    line-height: 1;
    text-align: center;
    margin: auto;
    z-index: 40;
}
.opening .text .opening_h1 .title_sub {
    font-size: 24px;
    line-height: 1.8;
    text-align: center;
    margin: auto;
    z-index: 40;
}

.opening .text .opening_h1 .title,
.opening .text .opening_h1 .title_sub {
  text-align: center;
  opacity: 0;
}


@media only screen and (max-width: 767px) {
    .opening .text .opening_h1 .title {
        font-size : 43px;
    }
    .opening .text .opening_h1 .title_sub {
        font-size: 15px;
    }
}




.text-move,
.text-move2 {
  opacity: 0;
  display: inline-block;
  -webkit-transform: scale(1.25) translate(8px, 4px);
  transform: scale(1.25) translate(8px, 4px);
}

.text-move:nth-child(1) {
  -webkit-transition: opacity 3s ease 0.1s, -webkit-transform 3s ease 0.15s;
  transition: opacity 3s ease 0.1s, transform 3s ease 0.15s;
}
.text-move:nth-child(2) {
  -webkit-transition: opacity 3s ease 0.2s, -webkit-transform 3s ease 0.25s;
  transition: opacity 3s ease 0.2s, transform 3s ease 0.25s;
}
.text-move:nth-child(3) {
  -webkit-transition: opacity 3s ease 0.3s, -webkit-transform 3s ease 0.35s;
  transition: opacity 3s ease 0.3s, transform 3s ease 0.35s;
}
.text-move:nth-child(4) {
  -webkit-transition: opacity 3s ease 0.4s, -webkit-transform 3s ease 0.45s;
  transition: opacity 3s ease 0.4s, transform 3s ease 0.45s;
}
.text-move:nth-child(5) {
  -webkit-transition: opacity 3s ease 0.5s, -webkit-transform 3s ease 0.55s;
  transition: opacity 3s ease 0.5s, transform 3s ease 0.55s;
}
.text-move:nth-child(6) {
  -webkit-transition: opacity 3s ease 0.6s, -webkit-transform 3s ease 0.65s;
  transition: opacity 3s ease 0.6s, transform 3s ease 0.65s;
}
.text-move:nth-child(7) {
  -webkit-transition: opacity 3s ease 0.7s, -webkit-transform 3s ease 0.75s;
  transition: opacity 3s ease 0.7s, transform 3s ease 0.75s;
}
.text-move:nth-child(8) {
  -webkit-transition: opacity 3s ease 0.8s, -webkit-transform 3s ease 0.85s;
  transition: opacity 3s ease 0.8s, transform 3s ease 0.85s;
}
.text-move:nth-child(9) {
  -webkit-transition: opacity 3s ease 0.9s, -webkit-transform 3s ease 0.95s;
  transition: opacity 3s ease 0.9s, transform 3s ease 0.95s;
}
.text-move:nth-child(10) {
  -webkit-transition: opacity 3s ease 1.0s, -webkit-transform 3s ease 1.05s;
  transition: opacity 3s ease 1.0s, transform 3s ease 1.05s;
}
.text-move:nth-child(11) {
  -webkit-transition: opacity 3s ease 1.1s, -webkit-transform 3s ease 1.15s;
  transition: opacity 3s ease 1.1s, transform 3s ease 1.15s;
}
.text-move:nth-child(12) {
  -webkit-transition: opacity 3s ease 1.2s, -webkit-transform 3s ease 1.25s;
  transition: opacity 3s ease 1.2s, transform 3s ease 1.25s;
}



.text-move2:nth-child(1) {
  -webkit-transition: opacity 3s ease 1.3s, -webkit-transform 3s ease 1.35s;
  transition: opacity 3s ease 1.3s, transform 3s ease 1.35s;
}
.text-move2:nth-child(2) {
  -webkit-transition: opacity 3s ease 1.4s, -webkit-transform 3s ease 1.45s;
  transition: opacity 3s ease 1.4s, transform 3s ease 1.45s;
}
.text-move2:nth-child(3) {
  -webkit-transition: opacity 3s ease 1.5s, -webkit-transform 3s ease 1.55s;
  transition: opacity 3s ease 1.5s, transform 3s ease 1.55s;
}
.text-move2:nth-child(4) {
  -webkit-transition: opacity 3s ease 1.6s, -webkit-transform 3s ease 1.65s;
  transition: opacity 3s ease 1.6s, transform 3s ease 1.65s;
}
.text-move2:nth-child(5) {
  -webkit-transition: opacity 3s ease 1.7s, -webkit-transform 3s ease 1.75s;
  transition: opacity 3s ease 1.7s, transform 3s ease 1.75s;
}
.text-move2:nth-child(6) {
  -webkit-transition: opacity 3s ease 1.8s, -webkit-transform 3s ease 1.85s;
  transition: opacity 3s ease 1.8s, transform 3s ease 1.85s;
}
.text-move2:nth-child(7) {
  -webkit-transition: opacity 3s ease 1.9s, -webkit-transform 3s ease 1.95s;
  transition: opacity 3s ease 1.9s, transform 3s ease 1.95s;
}
.text-move2:nth-child(8) {
  -webkit-transition: opacity 3s ease 2.0s, -webkit-transform 3s ease 2.05s;
  transition: opacity 3s ease 2.0s, transform 3s ease 2.05s;
}
.text-move2:nth-child(9) {
  -webkit-transition: opacity 3s ease 2.1s, -webkit-transform 3s ease 2.15s;
  transition: opacity 3s ease 2.1s, transform 3s ease 2.15s;
}
.text-move2:nth-child(10) {
  -webkit-transition: opacity 3s ease 2.2s, -webkit-transform 3s ease 2.25s;
  transition: opacity 3s ease 2.2s, transform 3s ease 2.25s;
}
.text-move2:nth-child(11) {
  -webkit-transition: opacity 3s ease 2.3s, -webkit-transform 3s ease 2.33s;
  transition: opacity 3s ease 2.3s, transform 3s ease 2.33s;
}
.text-move2:nth-child(12) {
  -webkit-transition: opacity 3s ease 2.4s, -webkit-transform 3s ease 2.45s;
  transition: opacity 3s ease 2.4s, transform 3s ease 2.45s;
}
.text-move2:nth-child(13) {
  -webkit-transition: opacity 3s ease 2.5s, -webkit-transform 3s ease 2.55s;
  transition: opacity 3s ease 2.5s, transform 3s ease 2.55s;
}
.text-move2:nth-child(14) {
  -webkit-transition: opacity 3s ease 2.6s, -webkit-transform 3s ease 2.65s;
  transition: opacity 3s ease 2.6s, transform 3s ease 2.65s;
}
.text-move2:nth-child(15) {
  -webkit-transition: opacity 3s ease 2.7s, -webkit-transform 3s ease 2.75s;
  transition: opacity 3s ease 2.7s, transform 3s ease 2.75s;
}

.opening .text .opening_h1 .title.active,
.opening .text .opening_h1 .title_sub.active2 {
  opacity: 1;
  display: block;
}

.opening .text .opening_h1 .title.active .text-move,
.opening .text .opening_h1 .title_sub.active2 .text-move2 {
  opacity: 1;
  -webkit-transform: scale(1) translate(0);
  transform: scale(1) translate(0);
}


/*------------------------------------------------------------
	Opening Anime -Flash-
------------------------------------------------------------*/
.flash_imgs{
  z-index: 70;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.flash_imgs.active {
  background-color: #d4ecf3;
}
.flash_imgs>li{
  position: absolute;
  top: 0;
  z-index: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.flash_imgs>li span{
    display:block;
    width: 100%;
    height: 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #d9f5ff;
}
.flash_imgs>li .flash_img_sp{display:none;}

@media only screen and (max-width: 767px) {
    .flash_imgs>li span{
        background-size: 100% auto;
        background-position: 50%;
    }
    .flash_imgs>li .flash_img_pc{display:none;}
    .flash_imgs>li .flash_img_sp{display:block;}
}

.active.flash_imgs{
  -webkit-animation: flasher 3.5s cubic-bezier(.51,.62,.82,1) 1s 1 both;
          animation: flasher 3.5s cubic-bezier(.51,.62,.82,1) 1s 1 both;
  background-color: #d9f5ff;
}

.active li:nth-child(1){
    -webkit-animation: flasher-li 0.3s ease 1s 1 both;
            animation: flasher-li 0.3s ease 1s 1 both;
}
.active li:nth-child(2){
    -webkit-animation: flasher-li 0.3s ease 1.5s 1 both;
            animation: flasher-li 0.3s ease 1.5s 1 both;
    background-color: #989d9e;
}
.active li:nth-child(3){
    -webkit-animation: flasher-li 0.3s ease 2s 1 both;
            animation: flasher-li 0.3s ease 2s 1 both;
}
.active li:nth-child(4){
    -webkit-animation: flasher-li 0.3s ease 2.5s 1 both;
            animation: flasher-li 0.3s ease 2.5s 1 both;
}
.active li:nth-child(5){
    -webkit-animation: flasher-li 0.3s ease 3s 1 both;
            animation: flasher-li 0.3s ease 3s 1 both;
    background-color: #8ba3bb;
}
.active li:nth-child(6){
    -webkit-animation: flasher-li 0.3s ease 3.5s 1 both;
            animation: flasher-li 0.3s ease 3.5s 1 both;
}



@keyframes flasher-li{
0%{opacity: 0;}
  100%{opacity: 1;}
}

@keyframes flasher{
0%{
      opacity: 0;
      filter: blur(0px);
      -webkit-transform: scale(1,1);
      transform: scale(1,1);
      -webkit-filter:contrast(100%);
      filter:contrast(100%)
  }
  20%{
      opacity: 1;
      filter: blur(0px);
      -webkit-transform: scale(1,1);
      transform: scale(1,1);
      -webkit-filter:contrast(100%);
      filter:contrast(100%)
  }
80%{
      opacity: 1;
      filter: blur(0);
      -webkit-transform: scale(1,1);
      transform: scale(1,1);
      -webkit-filter:contrast(100%);
      filter:contrast(100%)
  }
  100%{
      opacity: 0;
      filter: blur(5px);
      -webkit-transform: scale(1,1);
      transform: scale(1,1);
      -webkit-filter:contrast(200%);
      filter:contrast(200%)
  }
}




/*------------------------------------------------------------
	Opening Anime -Flash-
------------------------------------------------------------*/
.opening .skip_btn {
  z-index: 70;
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
}
.opening .skip_btn span {
  display: inline-block;
  font-size: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #282828;
  cursor: pointer;
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*------------------------------------------------------------
	Scroller
------------------------------------------------------------*/
.scroller {
  width: 85px;
  height: 300px;
  position: absolute;
  overflow: hidden;
  bottom: 0;
  right: 0;
  z-index: 10;
}


.arrowWrap {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 85px;
}

.arrowInner p {
  font-size: 10px;
  text-align: end;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.arrow {
  width: 1px;
  height: 145px;
  margin: 50px auto 0;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.arrow::before {
  content: '';
  width: 1px;
  height: 145px;
  margin: 50px auto 0;
  background-color: #b7b5bd;
  position: absolute;
  top: -195px;
  left: 1px;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
}

@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  60% {
    -webkit-transform: translate3d(-50%, 145px, 0);
    transform: translate3d(-50%, 145px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 145px, 0);
    transform: translate3d(-50%, 145px, 0);
  }
}


@media only screen and (max-width: 767px) {
    .arrowWrap {
        width: auto;
    }
}



/*------------------------------------------------------------
	Main*/

/*------------------------------------------------------------
	Section-Hero background-image
------------------------------------------------------------*/
.main_imgBox {
  height: 100%;
  overflow: hidden;
  position: relative;
  display: none;
  opacity: 0;
}
.main_imgBox.fade{
  display: block;
  opacity: 1;
  -webkit-transition: opacity 16s;
  transition: opacity 16s;
}
.main_logo {
  z-index:11;
  position: absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  width:50%;
  height:auto;
}

.main_img {
  z-index:10;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/hero_img_01.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-color: #d9f5ff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 36s 0s infinite;
  animation: anime 36s 0s infinite;
}

.main_img:nth-of-type(2) {
  background-image: url(../img/hero_img_02.jpg);
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.main_img:nth-of-type(3) {
  background-image: url(../img/hero_img_03.jpg);
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
  background-color: #818ea4;
}

.main_img:nth-of-type(4) {
  background-image: url(../img/hero_img_04.jpg);
  -webkit-animation-delay: 18s;
  animation-delay: 18s; }

.main_img:nth-of-type(5) {
  background-image: url(../img/hero_img_05.jpg);
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
  background-color: #8c9095;
 }

.main_img:nth-of-type(6) {
  background-image: url(../img/hero_img_06.jpg);
  -webkit-animation-delay: 30s;
  animation-delay: 30s; }




@media only screen and (max-width: 767px) {
  .main_img {
      background-image: url(../img/hero_img_01_sp.jpg);
      background-position: center center;
      background-size: 100% auto;
  }
  .main_img:nth-of-type(2) {
      background-image: url(../img/hero_img_02_sp.jpg);
  }
  .main_img:nth-of-type(3) {
      background-image: url(../img/hero_img_03_sp.jpg);
  }
  .main_img:nth-of-type(4) {
      background-image: url(../img/hero_img_04_sp.jpg);
  }
  .main_img:nth-of-type(5) {
      background-image: url(../img/hero_img_05_sp.jpg);
  }
  .main_img:nth-of-type(6) {
      background-image: url(../img/hero_img_06_sp.jpg);
  }

}



.main_imgM {
  opacity: 0;
  width:100%;
  height:100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -webkit-animation: anime 36s 0s infinite;
  animation: anime 36s 0s infinite; }

  .main_imgM:nth-of-type(2) {
    -webkit-animation-delay: 6s;
    animation-delay: 6s; }

  .main_imgM:nth-of-type(3) {
    -webkit-animation-delay: 12s;
    animation-delay: 12s; }

  .main_imgM:nth-of-type(4) {
    -webkit-animation-delay: 18s;
    animation-delay: 18s; }

  .main_imgM:nth-of-type(5) {
    -webkit-animation-delay: 24s;
    animation-delay: 24s; }

  .main_imgM:nth-of-type(6) {
    -webkit-animation-delay: 30s;
    animation-delay: 30s; }

@keyframes anime {
  0% {
      opacity: 0;
      transform: scale(1.1);
  }
  8% {
      opacity: 1;
  }
  17% {
      opacity: 1;
  }
  25% {
      opacity: 0;
      transform: scale(1);
                  z-index:9;
  }
  100% { opacity: 0 }
}

@-webkit-keyframes anime {
  0% {
      opacity: 0;
      -webkit-transform: scale(1.1);
  }
  8% {
      opacity: 1;
  }
  17% {
      opacity: 1;
  }
  25% {
      opacity: 0;
      -webkit-transform: scale(1);
          z-index:9;
  }
  100% { opacity: 0 }
}



.section_content {
  height: 1000px;
  background-color: #fff;
}



.page--top .section-page {
    display: none;
}
.page--top .section-page.fade {
    display: block;
}


/*------------------------------------------------------------
	Footer
------------------------------------------------------------*/
.page--top .footer {
    display: none;
}
.page--top .footer.fade {
    display: block;
}



.page--top .section-gallery {
  background: -webkit-gradient(linear, left top, right top, from(#f5fbfe), color-stop(50%, #f5fbfe), color-stop(50%, #d4ecf3), to(#d4ecf3));
  background: linear-gradient(90deg, #f5fbfe 0%, #f5fbfe 50%, #d4ecf3 50%, #d4ecf3 100%);
}

.page--top  .section-gallery .headline .headline__credit {
  font-size: 10px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 5px;
}

.page--top .section-gallery .content {
  overflow: hidden;
}


.page--top .section-gallery .more {
  margin-top: 2em;
}



@media only screen and (max-width: 767px) {
  .page--top .section-gallery .content {
    padding: 3em 10% 0;
  }
}

@media only screen and (min-width: 768px) {
  .page--top .grid {
    margin: 0 -4px;
  }
}

.page--top .grid li {
  box-sizing: border-box;
  float: left;
  width: 25%;
  padding: 4px;
}
.page--top .grid li:nth-child(n+9) {
  display: none;
}

@media only screen and (max-width: 767px) {
  .page--top .grid li {
    width: 50%;
    padding: 2px;
  }
}

.page--top .grid a {
  display: block;
  /* pointer-events: none; //auto */
}