@charset "UTF-8";
/*--------------------------------------------------------------------
inview js Animaion
----------------------------------------------------------------------*/
.box--effectBlur {
  overflow: hidden;
  opacity: 0;
}

/*effectBlur*/
.effectBlur {
  -webkit-animation: text-focus-in 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
          animation: text-focus-in 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  /* ----------------------------------------------
  * Generated by Animista on 2018-11-27 15:52:19
  * w: http://animista.net, t: @cssanimista
  * ---------------------------------------------- */
}

@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
/*fade_in_up*/
.box--fade_in_up {
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transform: translateY(80px);
      -ms-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.fade_in_up {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

/*--------------------------------------------------------------------
mixin
----------------------------------------------------------------------*/
@-webkit-keyframes img_hover_anim {
  0% {
    -webkit-filter: brightness(1) blur(0);
            filter: brightness(1) blur(0);
  }
  30% {
    -webkit-filter: brightness(0.6) blur(0);
            filter: brightness(0.6) blur(0);
  }
  100% {
    -webkit-filter: brightness(1) blur(0);
            filter: brightness(1) blur(0);
  }
}
@keyframes img_hover_anim {
  0% {
    -webkit-filter: brightness(1) blur(0);
            filter: brightness(1) blur(0);
  }
  30% {
    -webkit-filter: brightness(0.6) blur(0);
            filter: brightness(0.6) blur(0);
  }
  100% {
    -webkit-filter: brightness(1) blur(0);
            filter: brightness(1) blur(0);
  }
}
.box--slide_in {
  width: 1px;
  opacity: 0;
}

.slide_in {
  -webkit-animation: slide_in 0.8s ease-in-out forwards;
          animation: slide_in 0.8s ease-in-out forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

@-webkit-keyframes slide_in {
  0% {
    width: 0%;
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}

@keyframes slide_in {
  0% {
    width: 0%;
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
/*--------------------------------------------------------------------
body
----------------------------------------------------------------------*/
/*--------------------------------------------------------------------
wrapper
----------------------------------------------------------------------*/
#wrapper {
  width: 100%;
  display: block;
  position: relative;
  min-height: 1280px;
  background: url("../images/bg_page.jpg") center top no-repeat;
  background-size: contain;
  /*←common.cssに記述されたpagefade用の指定でnoneになっているとswiperの挙動がうまくいかないので、blockを指定してnoneを上書きし、swiperを挙動させるようにしている*/
}

/*--------------------------------------------------------------------
contents
----------------------------------------------------------------------*/
#header {
  width: 100%;
}

/*--------------------------------------------------------------------
hero
----------------------------------------------------------------------*/
@media all and (-ms-high-contrast: none) {
  /* Hack for IE11. Because background-clip is unsupported for IE. */
}
/*--------------------------------------------------------------------
section
----------------------------------------------------------------------*/
/*--------------------------------------------------------------------
news
----------------------------------------------------------------------*/
.news_img {
  width: 100%;
  margin-bottom: 40px;
}

.arrowLink--solid_box {
  margin-top: 20px;
}

/*--------------------------------------------------------------------
Media Query
----------------------------------------------------------------------*/
@media screen and (max-width: 960px) {
  #wrapper {
    background: none;
  }

  /*--------------------------------------------------------------------
  biography
  ----------------------------------------------------------------------*/
  .photoBox {
    width: 100%;
  }

  .photoBox li {
    margin-bottom: 40px;
  }

  .photoBox li:after {
    top: 8px;
    left: 8px;
    width: 120px;
    height: 120px;
  }

  .photoBox li img {
    width: 120px;
  }

  /*--------------------------------------------------------------------
  discography -small
  ----------------------------------------------------------------------*/
  .box_detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
    margin: 0 0 60px;
  }

  .trackList {
    font-size: 1.7rem;
    width: 80%;
    margin: 0 auto;
  }

  .artwork_img {
    width: 80%;
    text-align: center;
  }

  .artwork_box {
    width: 100%;
    display: block;
    margin: 0 auto 30px;
    text-align: center;
  }

  .artwork_box:after {
    display: none;
  }

  /*--------------------------------------------------------------------
  MV Garalley -small
  ----------------------------------------------------------------------*/
  .mv_box {
    margin: 0 0 60px;
  }

  .headline_music_videos {
    width: 100%;
  }

  .box_movie {
    text-align: center;
  }

  .box_movie img {
    width: 80%;
  }

  /* swiper */
  .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 6px;
    background-size: 60%;
  }

  .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-size: 60%;
    right: 6px;
  }
}