/* --------------------------------------------------------------------------

Home

-------------------------------------------------------------------------- */
.top-main {
  position: relative;
  width:  100%;
  height: 100vh;
  color: #333;
  margin-top: -75px;
  z-index: 1;
  overflow: hidden;
}
.bg-slider-pc {
  width: 100%;
  height: 100vh;
  background-position:center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  overflow: hidden;
}
.bg-slider-mb {
  display: none;
}
.top-main .container-first {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  z-index: 2;
}
.top-main .col-sm-6 {
  text-align: center;
}
.top-main .col-sm-5 p {
  font-weight: bold;
  font-size: 16px;
}
.top-main-news {
  width:  100%;
  position:  relative;
  bottom: 170px;
  z-index: 2;
  }
.top-main-news > div {
  /* width:  100%; */
  /* padding-left: 15px; */
  display:  block;
  /* padding-right: 0px; */
}
.top-main-news img {
  width:  100%;
}
.top-main-news img a{
  width:  100%;
}

.top-info {
  padding-top: 80px;
  background-image: url(../images/home/kashitaro-web-home.png);
  background-position: 65%;
  background-size: cover;
  background-repeat: no-repeat;
}
.top-info-event,
.top-info-news {
  margin-bottom: 80px;
}
.top-info-event ul,
.top-info-news ul {
  margin-bottom: 30px;
}
.slick-slide {
  -webkit-filter: brightness(0.6);
  -moz-filter: brightness(0.6);
  -ms-filter: brightness(0.6);
  filter: brightness(0.6);
}
.slick-slide.slick-center {
  filter: none;
  position: relative;
}
.top-video .slick-slide.slick-center:after {
  position: absolute;
  content: '';
  background-image: url(../images/common/play-button.png);
  height: 80px;
  width: 80px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-size: cover;
  z-index: 1;
  pointer-events: none;
}
.slick-next.slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  margin: auto;
}
.slick-prev.slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  margin: auto;
  height: 40px;
}
.slick-next {
  right: 28%;
}
.slick-prev {
  left: 28%;
}
.slick-next:before {
  content:"";
}
.slick-prev:before {
  content:"";
}
ul.slick-dots {
  display: none !important;
}
.top-discography {
  margin-top: 80px;
  padding-bottom: 80px;
}
.top-discography img {
  margin-bottom: 30px;
}
.music-text {
  position: relative;
}
.music-text h4 {
  font-size: 30px;
  margin-bottom: 10px;
}
.music-text h4 span {
  font-size: 16px;
  display: block;
}
.music-text .date {
  position: absolute;
  top: 0;
  right: 0;
}
.top-goods {
  padding-bottom: 60px;
}
.top-goods .slick-slide img {
  padding: 0 10px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top-goods .slick-slide p {
  display: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top-goods .slick-slide.slick-current.slick-active.slick-center p {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 0;
  height: 55px;
}
.top-goods .slick-next.slick-arrow {
  top: -60px;
}
.top-goods .slick-prev.slick-arrow {
  top: -60px;
}
@media (max-width: 1199px) {
  .top-main-news > div >div:first-child{
    padding-right:10px;
  }
  .top-main-news > div >div:nth-child(2){
    padding-left:10px;
  }
  .top-main {
    margin-top: -60px;
  }
}
@media (max-width: 991px) {
  .top-main-news > div > div:first-child{
    padding-right:5px;
  }
  .top-main-news > div > div:nth-child(2){
    padding-left:5px;
  }
  .top-info {
    background-position: 70%;
  }
  .slick-prev.slick-arrow {
    height: 30px;
  }
.top-main-news {
  bottom: 210px;
  }
}
@media(max-width: 767px) {
  .top-main-news > div > div:first-child{
    padding-right:5px;
  }
  .top-main-news > div > div:nth-child(2){
    padding-left:5px;
  }

  .top-main-news img {
    margin-top: 10px;
    width:  100%;
  }
  .bg-slider-pc {
    display: none;
  }
  .bg-slider-mb {
    width: 100vw;
    height: 100vh;
    background-position:center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    overflow: hidden;
  }
  img.home-logo {
    /* width: 300px; */
  }
  .top-info {
    background: none;
    padding-top: 40px;
  }
  .top-info .container {
    z-index: 2;
    margin-bottom: -100vh;
  }
  .top-info-backimg {
    width: 100%;
    background: none;
    height: 100vh;
    background: url(../images/home/kashitaro-web-home-mb.png) 0% 0% no-repeat;
    background-size: contain;
    background-position: bottom;
    position: sticky;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
  }
  .top-info-event {
    margin-bottom: 60px;
  }
  .top-info-news {
    margin-bottom: 40px;
  }
  .slick-prev.slick-arrow {
    height: 20px;
  }
  .slick-next {
    right: 10%;
  }
  .slick-prev {
    left:10%;
  }
  .music-text {
    margin-bottom: 30px;
  }
  .top-discography {
    margin-top: 60px;
    padding-bottom: 60px;
  }
  .top-discography img {
    margin-bottom: 20px;
  }
  .top-goods .slick-slide img {
    padding: 0;
  }
  .slick-prev.slick-arrow {
    height: 50px;
    width: 50px;
    left: 30px;
  }
  .slick-next.slick-arrow {
    width: 50px;
    height: 50px;
    right: 30px;
  }
  .top-goods .slick-next, 
  .top-goods .slick-prev {
    border-color: #32966e;
  }
}
@media(max-width: 479px) {
.top-main-news {
  bottom: 140px;
  }
  img.home-logo {
    width: 100%;
    padding-bottom:  5px;
  }
  .slick-prev.slick-arrow {
    height: 40px;
    width: 40px;
    left: 20px;
  }
  .slick-next.slick-arrow {
    width: 40px;
    height: 40px;
    right: 20px;
  }
}
@media(max-width: 375px) {
.top-main-news {
  bottom: 130px;
  }
}
@media(max-width: 320px) {
.top-main-news {
  bottom: 100px;
  }
}
.top-goods {
  overflow: hidden;
  padding-bottom: 0;
}
.cat-container{
  width: calc(100% + 108px);
  margin-left: -108px;
  margin-top: 30px;
  margin-bottom: -1.5px;
  overflow: hidden;
  min-height: 65px;
}
.cat-container a{
  pointer-events: none;
  cursor: default;
}
.image_box{
  width: 108px;
  height: 65px;
  background: url('../images/special/cat.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.transL .image_box{
  transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -khtml-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
}
.transL {
  -ms-animation:
    move-transL 40s linear 1 normal 0.3s both
  ;
  -webkit-animation:
    move-transL 40s linear 1 normal 0.3s both
  ;
  animation:
    move-transL 40s linear 1 normal 0.3s both running
  ;
}

@keyframes move-transL {
  0% {
    transform: translate(0,0);
  }
  100% {
    transform: translate(100%,0);
  }
}
@-webkit-keyframes move-transL {
  0% {
    transform: translate(0,0);
  }
  100% {
    transform: translate(100%,0);
  }
}
.transR {
  -ms-animation:
    move-transR 40s linear 1 normal 0.3s both
  ;
  -webkit-animation:
    move-transR 40s linear 1 normal 0.3s both
  ;
  animation:
    move-transR 40s linear 1 normal 0.3s both running
  ;
}
@keyframes move-transR {
  0% {
    transform: translate(100%,0);
  }
  100% {
    transform: translate(0,0);
  }
}
@-webkit-keyframes move-transR {
  0% {
    transform: translate(100%,0);
  }
  100% {
    transform: translate(0,0);
  }
}
@media(max-width: 1199px) {
  .transL {
    -ms-animation:
      move-transL 30s linear 1 normal 0.3s both
    ;
    -webkit-animation:
      move-transL 30s linear 1 normal 0.3s both
    ;
    animation:
      move-transL 30s linear 1 normal 0.3s both running
    ;
  }
  .transR {
    -ms-animation:
      move-transR 30s linear 1 normal 0.3s both
    ;
    -webkit-animation:
      move-transR 30s linear 1 normal 0.3s both
    ;
    animation:
      move-transR 30s linear 1 normal 0.3s both running
    ;
  }
}
@media(max-width: 991px) {
  .transL {
    -ms-animation:
      move-transL 20s linear 1 normal 0.3s both
    ;
    -webkit-animation:
      move-transL 20s linear 1 normal 0.3s both
    ;
    animation:
      move-transL 20s linear 1 normal 0.3s both running
    ;
  }
  .transR {
    -ms-animation:
      move-transR 20s linear 1 normal 0.3s both
    ;
    -webkit-animation:
      move-transR 20s linear 1 normal 0.3s both
    ;
    animation:
      move-transR 20s linear 1 normal 0.3s both running
    ;
  }
}
@media(max-width: 767px) {
  .transL {
    -ms-animation:
      move-transL 13s linear 1 normal 0.3s both
    ;
    -webkit-animation:
      move-transL 13s linear 1 normal 0.3s both
    ;
    animation:
      move-transL 13s linear 1 normal 0.3s both running
    ;
  }
  .transR {
    -ms-animation:
      move-transR 13s linear 1 normal 0.3s both
    ;
    -webkit-animation:
      move-transR 13s linear 1 normal 0.3s both
    ;
    animation:
      move-transR 13s linear 1 normal 0.3s both running
    ;
  }
}