@charset "utf-8";
body{
	width: 100%;
	height: auto;
	font-family: 'Noto Sans JP', sans-serif , 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    background-color: #fe1553;
}

header{
    height:100vh;
    overflow: hidden;
    background-color: #fe1553;
    position: relative;
}
img{
    width: 100%;
    height: auto;
}
header h1{
    width: 20%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
#wrapper{
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    position: relative;
}

.fadeIn{
  opacity: 0;
  transform: translate(0,50px);
  -webkit-transform: translate(0,50px);
  transition: .5s;
  -webkit-transition: .5s;
}
.fadeIn.left{
  transform: translate(-50px,0px);
  -webkit-transform: translate(-50px,0px);
}
.fadeIn.right{
  transform: translate(50px,0px);
  -webkit-transform: translate(50px,0px);
}
.fadeIn.scrollIn{
  opacity: 1 !important;
  transform: translate(0%,0%) !important;
  -webkit-transform: translate(0%,0%) !important;
}


#main > section .inner{
    max-width: 1500px;
    margin: 0 auto;
    padding: 50px 100px;
    box-sizing: border-box;
}

/*release*/

#release{
    padding: 50px 0;
    overflow: hidden;
    background-color: #ffff1b;
    color: #fe1553;
    position: relative;
}
#release .sns{
    position: fixed;
    left: 45px;
    top: 50%;
}
#release .sns ul{
    width: 1em;
    height: 1em;
    font-size: 12px;
    transform: translateY(-75px) rotate(-90deg);
    -webkit-transform: translateY(40px) rotate(-90deg);
    white-space: nowrap;
}
#release .sns ul li{
    display: inline-block;
}
#release .sns ul li:after{
    content: "/";
    display: inline-block;
    padding: 0 0.6em 0 0.5em;
}
#release .sns ul li:last-child:after{
    content: none;
}
#release .sns ul li a{
    text-decoration: none;
    color: #ff1e50;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
#release .inner{
    padding: 50px;
    overflow: hidden;
}
#release .jkt{
    float: left;
    width: 43.5%;
    box-sizing: border-box;
    padding-right: 50px;
}
#release .jkt p{
    padding-top: 9px;
}
#release .jkt .shokai p{
    padding-bottom: 40px;
}
#release .info{
  margin-left: 43.5%;
  overflow: hidden;
  clear: right;
}
#release .title{
    float: right;
    padding-bottom: 60px;
    width: 56.5%;
}
#release .title img{
    max-width: 562px;
}
#release .info ul.cd{
    box-sizing: border-box;
}
#release .info ul li{
    line-height: 1.5em;
    padding: 0.3em 0;
}
#release .info ul li span{
  float: left;
  display: block;
  width: 220px;
}
#release .info ul li span.credit{
  color: #42aae1;
  float: none;
  width: auto;
  margin-left: 220px;
}
#release .info ul li span.credit em{
  font-style: normal;
  display: inline-block;
  margin-right: 1em;
}

#release .info .bd{
    padding-top: 55px;
}
#release .text{
    padding-top: 100px;
    overflow: hidden;
    margin-left: 43.5%;
}
#release .text .date{
    float: left;
    width: 50%;
    overflow: hidden;
    line-height: 68px;
}
#release .text .btn{
    float: right;
    width: 40%;
    max-width: 210px;
}
#release .text .btn a{
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #fe1553;
    text-align: center;
    line-height: 40px;
    border: 2px solid #fe1553;
    text-decoration: none;
    display: block;
    left: 10px;
    right: 10px;
    bottom: 0;
    padding: 7px 0;
}

/*digital_release*/
#digital_release{
    padding: 50px 0;
    overflow: hidden;
    color: #fe1553;
    background: #000;
}
#digital_release .sns{
    width: 15%;
    transform: rotate(-90deg);
    position: absolute;
    top: 700px;
    right: 1404px;
}
#digital_release .inner{
    padding: 50px;
    overflow: hidden;
}
#digital_release .jkt{
    float: left;
    width: 43.5%;
    padding-right: 60px;
    box-sizing: border-box;
}
#digital_release .info{
    margin-left: 43.5%;
}
#digital_release .info .ds_title{
  max-width: 372px;
}
#digital_release .info .ds_btn{
    padding-top: 85px;
}
#digital_release .info .ds_btn a{
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #fe1553;
    text-align: center;
    line-height: 50px;
    border: 2px solid #fe1553;
    text-decoration: none;
    left: 10px;
    right: 10px;
    bottom: 0;
    padding: 5px 50px 7px;
    display: inline-block;
}

/*movie*/
#movie{
    background-color: #42aae1;
}
#movie .inner{
    padding: 50px;
    overflow: hidden;
}
#movie .movie{
    max-width: 720px;
    margin: 0 auto;
    padding: 50px 0;
}
#movie .movie_wrapper{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    z-index: 1;
}
#movie .movie_wrapper iframe, #movie .movie_wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

/*footer*/
#siteFooter{
    background-color: #fe1553;
    overflow: hidden;
    padding: 100px;
    padding-bottom: 0px;
}
#siteFooter .footer{
    max-width: 720px;
    margin: 0 auto;
}
#siteFooter .footer .logo_link{
    margin: 0 auto;
}
#siteFooter .logo{
    float: left;
    width: 32.3%;
    box-sizing: border-box;
    margin-top: 43px;
    margin-left: 60px;
}
#siteFooter .link{
  margin-left: 50%;
}
#siteFooter .link ul li a{
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #ffff1b;
    line-height: 50px;
    text-decoration: none;
}
#siteFooter .copyright{
    clear: both;
    text-align: center;
    color: #42aae1;
    padding-top: 100px;
    padding-bottom: 50px;
}

@media (max-width: 1080px){
    #main > section .inner{
      padding: 50px;
    }
    #release .sns {
      left: 18px;
    }
    #release .jkt,
    #digital_release .jkt{
      padding-right: 40px;
    }
    #release .info{
      font-size: 15px;
    }
    #release .info ul li span{
      width: 12em;
    }
    #release .info ul li span.credit{
      margin-left: 12em;
    }
}
@media (max-width: 980px){
    #release .info{
      font-size: 14px;
    }
    #release .info ul li{
      margin-right: -30px;
    }
    #release .text{
      padding-top: 30px;
    }

}
@media (max-width: 768px){
    header h1{
      width: 35%;
    }
    #release .title{
      float: none;
      width: auto;
    }
    #release .text{
      padding-top: 50px;
      margin-left: 0;
      width: auto;
    }
    #release .jkt{
      width: auto;
      padding: 0;
      float: none;
      overflow: hidden;
      margin: 0 -20px;
    }
    #release .jkt > div{
      width: 50%;
      float: left;
      padding: 0 20px;
      box-sizing: border-box;
    }
    #release .jkt p{
      font-size: 13px;
    }
    #release .info{
      margin-left: 0;
    }

    #digital_release .info .ds_btn{
      padding-top: 50px;
    }
    #siteFooter{
      padding: 50px;
    }
    #siteFooter .link ul li a{
      font-size: 14px;
    }
    
}

@media (max-width: 640px){
  #main > section .inner{
    padding: 30px 15px 30px 40px;
  }
  #release .sns{
    left: 10px;
  }
  #release .sns ul li a{
    font-size: 11px;
  }
  #release .title{
    padding-bottom: 30px;
  }
  #release .jkt{
    margin: 0 -10px;
  }
  #release .jkt > div{
    padding: 0 10px;
  }
  #release .jkt p{
    font-size: 12px;
  }
  #release .info ul li{
    margin-right: 0;
  }
  #release .info .bd{
    padding-top: 30px;
  }
  #release .text .date {
    line-height: 60px;
  }
  #release .text .btn a{
    font-size: 14px;
  }
  
  #digital_release .jkt{
    padding-right: 15px;
  }
  #digital_release .info{
    margin-left: 0;
  }
  #digital_release .info .ds_btn{
    clear: both;
    padding-top: 30px;
    text-align: center;
    line-height: 36px;
  }
  #digital_release .info .ds_title{
    margin-left: 45%;
  }
  #digital_release .info .ds_btn a{
    font-size: 16px;
    line-height: 40px;
  }
  #siteFooter{
    padding: 50px 25px;
  }
  #siteFooter .logo{
    margin-left: 15px;
  }
  #siteFooter .link ul li a{
    line-height: 40px;
    font-weight: 500;
  }
  #siteFooter .copyright{
    font-size: 12px;
    padding-top: 30px;
    padding-bottom: 0;
  }
}

@media (max-width: 480px){
  header h1{
    width: 45%;
  }
  #release,
  #digital_release{
    padding: 25px 0;
  }
  #release .info{
    font-size: 12px;
  }
  #release .info ul li{
    margin-right: -1em;
  }
  #release .info ul li:first-child{
    font-size: 13px;
  }
  #release .info ul li span{
    width: 10em;
  }
  #release .info ul li span.credit{
    width: auto;
    margin-left: 11em;
  }
  #release .text{
    padding-top: 30px;
  }
  #release .text .btn{
    width: 45%;
  }
  #release .text .btn a{
    line-height: 28px;
  }
  #release .text .date {
    line-height: 45px;
  }
  #movie .movie{
    padding: 25px 0;
  }
  #siteFooter .logo{
    float: none;
    margin: 0 auto;
  }
  #siteFooter .link{
    margin-left: 0;
    margin-top: 25px;
    line-height: 30px;
    text-align: center; 
  }
  #siteFooter .link ul{
    display: inline-block;
    text-align: left;
  }
  #siteFooter .link ul li a{
    font-size: 13px;
  }

}







