@charset "UTF-8";

/* ------------------------------------------------------------
*
main
*
------------------------------------------------------------ */


.inner {
  position: relative;
}

#main_visual {
  position: relative;
}

/* 
#top #main_visual .pic_full {
  margin-bottom: 0;
  position: relative;
  text-align: center;
}

#top #main_visual img {
  width: 100%;
  height: 100%;
} */


#slider-container {
  /* height: 52vw; */
  height: calc(32vw + 300px);
  overflow: hidden;
  position: relative;
  /* For positioning absolute children */
  background-color: #333;
}

#image-slider {
  display: flex;
  position: relative;
  width: 100%;
  /* Double the width to accommodate two images */
}

.slider-image {
  width: 100%;
  height: 71vw;
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: .5;
}

@keyframes imageA {
  0% {
      left: -64%
  }

  25% {
      left: -30%;
  }

  50% {
      left: 0%;
  }

  75% {
      left: 8%;
  }

  100% {
      left: -64%
  }
}

@keyframes imageB {
  0% {
      left: 12%;
  }

  25% {
      left: 60%;
  }

  50% {
      left: 38%;
  }

  75% {
      left: -4%;
  }

  100% {
      left: 12%;
  }
}

@keyframes imageASP {
  0% {
      left: -85%
  }

  25% {
      left: -4%;
  }

  50% {
      left: -85%;
  }

  75% {
      left: -170%;
  }

  100% {
      left: -85%
  }
}

@keyframes imageBSP {
  0% {
      left: -100%;
  }

  25% {
      left: 75%;
  }

  50% {
      left: -30%;
  }

  75% {
      left: 35%;
  }

  100% {
      left: -100%;
  }
}

#image-slider.loaded #image1 {
  animation-name: imageA;
  animation-duration: 17s;
  animation-delay: 0;
  animation-iteration-count: infinite;
  animation-direction: forward;

}

#image-slider.loaded #image2 {
  animation-name: imageB;
  animation-duration: 17s;
  animation-delay: 0;
  animation-iteration-count: infinite;
  animation-direction: forward;
}



#main_visual .visual_inner {
  margin: 0 auto;
  width: 100%;
  max-width: 852px;
}

#main_visual .visual_logo_1{
  margin-bottom: 0;
  position: absolute;
  width: 852px;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
}

#main_visual.anim .visual_logo_1 {
  opacity: 1;
}


#main_visual .scrolldown {
    margin-bottom: 0;
    padding-bottom: 60px;
    position: absolute;
    right: 25px;
    bottom: 0;
    writing-mode: vertical-rl;
    color: #FFF;
    overflow: hidden;
}

#main_visual .scrolldown .line {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 12px;
  height: 54px;
}

#main_visual .scrolldown .line::after {
  position: absolute;
  top: 0;
  content: "";
  width: 1.4px;
  height: 54px;
  background: #fff;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 1;
}

@keyframes pathmove {
  0% {
    height: 0;
    opacity: 1;
  }
  50% {
    height: 54px;
  }
}
@keyframes pathmove_sp {
  0% {
    height: 0;
    opacity: 0;
  }
  50% {
    height: 28px;
    opacity: 1;
  }
}

/* --------------------------------
  *
  films
  *
---------------------------------- */
#sec_filmes .title_jp {
	margin-bottom: 2.5rem;
}

/* --------------------------------
  *
  news
  *
---------------------------------- */
#sec_news .btn_wrap {
    margin-top: 3.2rem;
}

/* --------------------------------
*
staff blog
*
---------------------------------- */

#sec_staff_blog .btn_wrap{
  margin-top: 3rem;
}


/* --------------------------------
*
about
*
---------------------------------- */
#sec_staff_blog .btn_wrap{
  margin-top: 4.8rem;
}
/* --------------------------------
  *
  contact
  *
---------------------------------- */
#sec_contact{
  padding-bottom: 3rem;
}

/* --------------------------------
*
@media
*
---------------------------------- */


@media (min-width: 768px) and (max-width: 992px) {

  #main_visual .visual_logo_1{
    top: 50%;
    width: 550px;
  }

  /* #slider-container {
    height: 60vw;
  } */
}

@media (max-width: 767px) {

  /* ------------------------------------------------------------
  *
  main
  *
  ------------------------------------------------------------ */
  /* #main_visual {
    background: #000;
  } */

  /* #top #main_visual .pic_full img {
    width: 100%;
    opacity: .78;
  } */


  #slider-container {
    height: 640px;
    background-color: #151C3A;
  }

  .slider-image {
      width: 1024px;
      max-width: 1024px;
      height: 640px;
  }

  #image-slider.loaded #image1 {
      animation-name: imageASP;
      animation-duration: 17s;
      animation-delay: 0;
      animation-iteration-count: infinite;
      animation-direction: forward;

  }

  #image-slider.loaded #image2 {
      animation-name: imageBSP;
      animation-duration: 17s;
      animation-delay: 0;
      animation-iteration-count: infinite;
      animation-direction: forward;
  }


  #main_visual .visual_logo_1 {
    width: 100%;
    top: 51%;
  }

  #main_visual .scrolldown{
    right: 15px;
    padding-bottom: 40px;
  }

  #main_visual .scrolldown .line{
    height: 40px;
  }


  /* ------------------------------------------------------------
  *
  content
  *
  ------------------------------------------------------------ */

  #sec_filmes .is-style-title_jp {
    margin-bottom: 2.3rem;
  }
  
  

  /* --------------------------------
  *
  news
  *
  ---------------------------------- */
  #sec_news .btn_wrap {
    margin-top: 2.5rem;
  }


  /* --------------------------------
  *
  staff blog
  *
  ---------------------------------- */

  #sec_staff_blog .btn_wrap{
    margin-top: 2.6rem;
  }

  /* --------------------------------
    *
    contact
    *
  ---------------------------------- */
  #sec_contact{
    padding-bottom: 7.5rem;
  }
}