@charset "utf-8";

@media screen and ( min-width:768px ) { /* PC ==================== */
}
@media screen and ( max-width:767px ) { /* SP  ==================== */
}


.keyvisual{
  width:100%;
  position: relative;
}
.keyvisual img{
  width:100%;
}

.message{
  background-image:url("../common/img/bg_check.png");
  font-family: serif;
  font-weight: bold;
}
@media screen and ( min-width:768px ) { /* PC ==================== */
  .message{
    background-size: 2%;
  }
}
@media screen and ( max-width:767px ) { /* SP  ==================== */
  .message{
    background-size: 5%;
  }
}
.message{
  padding-bottom:50px;
}
.message-tf-logo{
    background-size:auto 100%;
    background-repeat: no-repeat;
}
@media screen and ( min-width:768px ) { /* PC ==================== */
  .message-tf-logo{
    background-image:url("../img/bg_tf-logo.png");
  }
}
@media screen and ( max-width:767px ) { /* SP  ==================== */
  .message-tf-logo{
    background-image:url("../img/bg_tf-logo_sp.png");
  }
  .message-tf-logo img{
    opacity:0.5;
  }
}
.message-emblem{
  background-image:url("../img/bg_emblem.png");
  background-size:20%;
  background-repeat: no-repeat;
  background-position: right -10px bottom 0;

}
.message h3,
.history h3{
  text-align:center;
}
@media screen and ( min-width:768px ) { /* PC ==================== */
  .message h3,
  .history h3{
    margin:50px 0;
  }
}
@media screen and ( max-width:767px ) { /* SP  ==================== */
  .message h3,
  .history h3{
    margin:10px 0;
  }
}
.message h3 img,
.history h3 img{
  margin:0 auto;
}
@media screen and ( min-width:768px ) { /* PC ==================== */
  .message h3 img,
  .history h3 img{
    width:80%;
  }
}
@media screen and ( max-width:767px ) { /* SP  ==================== */
  .message h3 img,
  .history h3 img{
    width:90%;
  }
}
.message p{
  text-align:center;
  text-size-adjust: auto;
}
@media screen and ( min-width:768px ) { /* PC ==================== */
  .message p{
    font-size: 150%;
    line-height: 2;
    margin-top:20px;
  }
}
@media screen and ( max-width:767px ) { /* SP  ==================== */
  .message p{
    width:90%;
    margin:20px auto 10px;
    font-size: 80%;
    line-height: 1.7;
    margin-top:20px;
  }
}

.pv {
  width: 100%;
  margin:0;
  padding:0;
}
.pv iframe,
.pv img{
  width: 100%;
  aspect-ratio: 16 / 9;
  margin:0;
  padding:0;
}



/*スライダー コンテナのサイズ調整 */
.swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
/* ページネイションをinlineで中央に */
.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: inline-block;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}

.swiper-button-next, .swiper-button-prev,
.swiper-pagination-bullet-active {
  color: #fe0301 !important;
}













.banner{
  width:80%;
  margin:0 auto;
}
.banner img{
  width:100%;
}

.anime{
  padding-top:50px;
  padding-bottom:10px;
}
.anime ul{
  background: #171717;
  margin-top:5%;
}
.anime_02{
  padding-top:10px;
  padding-bottom:50px;
}
.anime_02 ul{
  padding-top:20px;
  border-top:1px solid #b6b6b6;
}
.anime_02 li{
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}

    *{
        box-sizing: border-box;
    }
    .slider {
      width: 95%;
      margin: 0 auto;
      border-right: 1px solid rgb(147 147 147);
      border-image: linear-gradient(to bottom, rgb(147 147 147/ .0) 0%, rgb(147 147 147/ .5) 30%, rgb(147 147 147/ .5) 70%, rgb(147 147 147/ .0) 100%);
      border-image-slice: 1;
    }
    .slick-slide {
      margin: 0;
      border-left: 1px solid rgb(147 147 147);
      border-image: linear-gradient(to bottom, rgb(147 147 147/ .0) 0%, rgb(147 147 147/ .5) 30%, rgb(147 147 147/ .5) 70%, rgb(147 147 147/ .0) 100%);
      border-image-slice: 1;
    }
    .slick-slide img {
      width: 100%;
    }
    .slick-prev,
    .slick-next,
    .slick-prev:hover,
    .slick-next:hover,
    .slick-prev:focus,
    .slick-next:focus{
      width: 30px;
      height: 80px;
      background-size: 15px !important;
      background-repeat: no-repeat;
      top: 7.5% !important;
      z-index: 9999 !important;
    }
    .slick-prev,
    .slick-prev:focus{
      left: 5px !important;
      background-image:url("../img/btn-allow-prev_of.png") !important;
      background-position: left;
    }
    .slick-next,
    .slick-next:focus{
      right: 5px !important;
      background-image:url("../img/btn-allow-next_of.png") !important;
      background-position: right;
    }
    .slick-prev:hover{
      background-image:url("../img/btn-allow-prev_on.png") !important;
      background-position: left;
    }
    .slick-next:hover{
      background-image:url("../img/btn-allow-next_on.png") !important;
      background-position: right;
    }
    .slick-prev:before,
    .slick-next:before {
      color: black;
    }
    .slick-prev:before,
    [dir='rtl'] .slick-prev:before,
    .slick-next:before,
    [dir='rtl'] .slick-next:before{
        content: '' !important;
    }
    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }
    .slick-active {
      opacity: 1;
    }
    .slick-current {
      opacity: 1;
    }

.btn_charactor-bg{
  background-image:url("../img/bg_charactor.png");
  background-repeat: repeat-x;
  margin-bottom: 50px;
}
@media screen and ( min-width:768px ) { /* PC ==================== */
  .btn_charactor-bg{
    background-size:0.7%;
  }
}
@media screen and ( max-width:767px ) { /* SP  ==================== */
  .btn_charactor-bg{
    background-size:1.1%;
  }
}
.btn_charactor{
  margin: 0 auto;
}
@media screen and ( min-width:768px ) { /* PC ==================== */
  .btn_charactor{
    width:50%;
  }
}
@media screen and ( max-width:767px ) { /* SP  ==================== */
  .btn_charactor{
    width:80%;
  }
}
.btn_charactor img{
  width:100%;
}

.project{
  background-image:url("../img/bg_project.jpg");
  background-color:#fff;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom:50px;
}
.project-header{
  width:100%;
  background-image:url("../img/bg_project-header.png");
  background-size: cover;
  background-position:center center;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 50px;
}

@media screen and ( min-width:768px ) { /* PC ==================== */
  .project-header h3{
    width:30%;
    margin-left:30px;
  }
}
@media screen and ( max-width:767px ) { /* SP  ==================== */
  .project-header h3{
    width:40%;
    margin:0 auto;
  }
}
.project-header h3 img{
  width:100%;
}

.project-header ul{
  border-left: 1px solid rgb(255 255 255);
  border-image: linear-gradient(to bottom, rgb(255 255 255/ .0) 0%, rgb(255 255 255/ .5) 30%, rgb(255 255 255/ .5) 70%, rgb(255 255 255/ .0) 100%);
  border-image-slice: 1;
}
@media screen and ( min-width:768px ) { /* PC ==================== */
  .project-header ul{
    position: absolute;
    right:50px;
    top:50%;
  }
}
@media screen and ( max-width:767px ) { /* SP  ==================== */
  .project-header ul{
    width: fit-content;
    margin:0 auto;
  }
}
.project-header ul li{
  float: left;
  border-right: 1px solid rgb(255 255 255);
  border-image: linear-gradient(to bottom, rgb(255 255 255/ .0) 0%, rgb(255 255 255/ .5) 30%, rgb(255 255 255/ .5) 70%, rgb(255 255 255/ .0) 100%);
  border-image-slice: 1;
  padding:10px;
}
@media screen and ( min-width:768px ) { /* PC ==================== */
  .project-header ul li img{
    height:35px;
  }
}
@media screen and ( max-width:767px ) { /* SP  ==================== */
  .project-header ul li img{
    height:24px;
  }
}

.project-menu{
  width:80%;
  margin: 0 auto;
}
@media screen and ( min-width:768px ) { /* PC ==================== */
  .anime li.anime-logo{
    float: left;
    width:35%;
    margin-left:2%;
  }
  .anime li.mv{
    float: right;
    width:60%;
  }


  .products li,
  .event li{
    margin: 10px 0;
    width: calc(50% - 7px);
    float: left;
  }
  .products li:nth-child(n+1),
  .event li:nth-child(n+1){
    margin-right: 0;
  }
  .products li:nth-child(2n),
  .event li:nth-child(2n){
    float: right;
  }


  .collaboration li{
    margin: 10px 0;
    width: calc(25% - 10px);
    float: left;
  }
  .collaboration li:nth-child(n+1){
    margin-right: 13px;
  }
  .collaboration li:nth-child(4n){
    float: right;
    margin-right: 0;
  }
}
@media screen and ( max-width:767px ) { /* SP  ==================== */
  .anime li,
  .products li,
  .event li{
    margin: 10px 0;
  }
  .collaboration li{
    margin: 5px 0;
    width: calc(50% - 7px);
    float: left;
  }
  .collaboration li:nth-child(n+1){
    margin-right: 0;
  }
  .collaboration li:nth-child(2n){
    float: right;
  }
}
.anime li img,
.products li img,
.collaboration li img,
.event li img{
  width:100%;
}

.copylight{
  width:80%;
  margin:0 auto 5%;
  font-size:80%;
}

