#tablist .container {
  background-color: #ffffff;
  margin: -27px auto 0;
  padding-top: 25px;
}
@media screen and (max-width: 1023px) {
  #tablist .container {
    margin: -27px auto 0;
    padding-top: 4%;
  }
}

#tablist .wrap {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  #tablist .wrap {
    width: 98%;
    padding: 0 1%;
  }
}

#tablist .tab-content {
  position: relative;
  overflow: hidden;
}

#tablist .tab-content.is-animating {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  width: auto;
}

#tablist .content-pane {
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateX(100%) translateY(0%);
          transform: translateX(100%) translateY(0%);
}

#tablist .content-pane.is-active {
  position: relative;
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  overflow-x: scroll;
}

#tablist .content-pane.is-exiting {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

#tablist .content-pane.is-animating {
  -webkit-transition: -webkit-transform 400ms ease-out;
  transition: -webkit-transform 400ms ease-out;
  transition: transform 400ms ease-out;
  transition: transform 400ms ease-out, -webkit-transform 400ms ease-out;
}

#tablist .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

#tablist .nav-tabs a {
  text-decoration: none;
  color: #191b1a;
}

#tablist .nav-tabs li {
  padding: 3px 2px;
  margin-right: 40px;
}

#tablist .nav-tabs li:nth-child(4) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  #tablist .nav-tabs li {
    margin-right: 3%;
    font-size: 14px;
  }
  #tablist .nav-tabs li:nth-child(4) {
    margin-right: 0;
  }
}

#tablist .nav-tabs li.active {
  border-bottom: 4px solid #191b1a;
  margin-bottom: -3px;
  z-index: 1;
}

#tablist .tab-content {
  margin-top: -1px;
  border-top: 3px solid #fddf15;
  border-bottom: 3px solid #ddd;
  background-size: 100% 306px;
  background-position: center center;
  background-repeat: no-repeat;
  max-height: 306px;
}

#tablist .tab-content .wrap {
  padding: 26px 0 26px;
  background-repeat: no-repeat;
  background-size: auto 113%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1023px) {
  #tablist .tab-content .wrap {
    width: auto;
    padding: 26px 2% 26px;
    width: 98%;
  }
}

@media screen and (max-width: 479px) {
  #tablist .tab-content .wrap {
    padding: 26px 2% 26px;
    width: 98%;
  }
}

#tablist .tab-content .wrap h3 {
  margin-right: 15px;
}

#tablist .tab-content .wrap h3 img {
  width: 200px;
  max-width: inherit;
}

@media screen and (max-width: 479px) {
    #tablist .tab-content .wrap h3 img {
      width: 200px;
      max-width: inherit;
    }
}

#tablist #tab1 {
  background-image: url(/lock/common/img/top/tab/bg_info.jpg);
}

#tablist #tab1 .wrap {
  background-image: url(/lock/common/img/top/tab/bg_info_key.png);
  background-position: 130px center;
}

@media screen and (max-width: 479px) {
  #tablist #tab1 .wrap {
    background-size: cover;
    background-position: -10px -60px;
  }
}

#tablist #tab2 {
  background-image: url(/lock/common/img/top/tab/bg_playlist.jpg);
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}

#tablist #tab2 .wrap {
  background-image: url(/lock/common/img/top/tab/bg_playlist_key.png);
  background-position: 0;
  background-size: auto 102%;
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}

@media screen and (max-width: 479px) {
  #tablist #tab2 .wrap {
    background-position: 10px 0px;
    background-size: auto 90%;
  }
}

#tablist #tab3 {
  background-image: url(/lock/common/img/top/tab/bg_present.jpg);
}

#tablist #tab4 {
  background-image: url(/lock/common/img/top/tab/bg_special.jpg);
}

#tablist #tab4 .wrap {
  background-image: url(/lock/common/img/top/tab/bg_special_key.png);
  background-position: 120px center;
}

@media screen and (max-width: 479px) {
  #tablist #tab4 .wrap {
    background-size: 65%;
    background-position: -10px -60px;
  }
}

#tablist #tab5 {
  background-image: url(/lock/common/img/top/tab/bg_audee.jpg);
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  background-position: top;
  background-size: cover;
}

/* #tablist #tab5 .wrap {
  background-image: url(/lock/common/img/top/tab/bg_playlist_key.png);
  background-position: -9px 0px;
  background-size: auto 102%;
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
} */

/* @media screen and (max-width: 479px) {
  #tablist #tab5 .wrap {
    background-position: 10px 0px;
    background-size: auto 90%;
  }
} */

#tablist #tab1 h3 {
  width: auto;
  padding-top: 60px;
}

#tablist #tab2 h3 {
  width: auto;
  padding-top: 30px;
}

#tablist #tab3 h3 {
  width: auto;
  padding-top: 5px;
}

#tablist #tab4 h3 {
  width: auto;
  padding-top: 10px;
}

#tablist #tab5 h3 {
  width: auto;
  padding-top: 30px;
}

@media screen and (max-width: 479px) {
    #tablist h3 {
    padding-left: 0px;
    width: 200px;
    }

    #tablist #tab1 h3 {
        padding-top: 81px;
    }

    #tablist #tab2 h3 {
       padding-top: 58px;
    }

    #tablist #tab3 h3 {
        padding-top: 43px;
    }

    #tablist #tab4 h3 {
        padding-top: 43px;
    }

    #tablist #tab5 h3 {
        padding-top: 43px;
    }
}


#tablist .contens_list {
  width: 100%;
  max-width: 960px;
  padding-bottom: 10px;
  overflow-y: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  padding-right: 30px;
  padding-left: 0;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
  -ms-overflow-style: none;    /* IE, Edge 対応 */
  scrollbar-width: none;       /* Firefox 対応 */
  /*@include mq-down(xl) {
            width: 74%;
        }*/
}
#tablist .contens_list::-webkit-scrollbar {  /* Chrome, Safari 対応 */
    display:none;
}

#tablist figure {
  border-radius: 40px;
  width: 200px;
  min-width: 200px;
  margin: 0 15px;
  line-height: 0;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}

/*#tablist figure:nth-child(4) {
  margin: 0 0 0 15px;
}*/

#tablist figure img {
  display: inline-block;
  border-radius: 10px 10px 0 0;
  width: 200px;
}

#tablist #tab5 figure img {
  height: 200px;
  border-radius: 5px;
}

#tablist figure a{ color: #191b1a;}
#tablist .car:hover{
    color: #7FC31C;
    text-decoration: none;
}
#tablist figure figcaption {
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
  height: 41%;
  line-height: 1.4;
  font-size: 0.8em;
  text-align: left;
}

#tablist #tab5 figure figcaption {
  background-color: transparent;
  border-radius: 0;
  padding: 8px 0 0;
  height: auto;
  color: #ffffff;
}

@media screen and (max-width: 479px) {
  #tablist figure figcaption {
    width: 200px;
  }
}
/*# sourceMappingURL=carousel.css.map */
