#topmain {
  /*dsdsdsd*/
  position: relative;
  overflow: hidden;
  /*background: url(../img/videobg.jpg) no-repeat center;*/
}

#visual_img {
  padding: 0px 20px 20px 20px;
}

#topmain ul {
  margin: 0;
  padding: 0;
}

#topmain li {
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 10px;
}

.visual_img_slider li {
  width: 100%;
  background-size: cover;
  /*background-size: contain;*/
  background-repeat: no-repeat;
  
}

.visual_img_slider li.slide01 {
  background-image: url(../img/top/slide01.jpg);
  background-position: center top;
}

.visual_img_slider li.slide02 {
  background-image: url(../img/top/slide02.jpg);
  background-position: center center;
}
@media screen and (min-width:640px) and ( max-width:960px) {
	.visual_img_slider li.slide02 {
	  background-image: url(../img/top/slide02_tab.jpg);
	  background-position: center center;
	  background-size: cover;
	}
}
@media screen and (max-width: 640px) {
	.visual_img_slider li.slide02 {
	  background-image: url(../img/top/slide02_sp.jpg);
	  background-position: center center;
	  background-size: cover;
	}
}


#bana {
  padding: 0px 20px 20px 20px;
}

#info_top, #release_top, #video_top {
  padding: 160px 0;
}

#info_top {
  background: url(../img/bg_info.jpg) center top no-repeat fixed;
  color: #FFF;
}

#release_top {
  background: url(../img/bg_release.png) left top no-repeat;
}

#video_top {
  background: url(../img/bg_video.jpg) center top no-repeat;
}

.infolistbox {
  position: relative;
  padding: 0px 50px 10px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.5 !important;
}

.infolistbox p {
  margin: 0;
}
time {
  
}
.newicon {
  position: absolute;
  top: 7px;
  left: 0;
  width: 50px;
}

.infolistcat {
  padding: 5px 20px;
  width: 20%;
}

.infolistcat span {
  background: #FFF;
  display: block;
  padding: 5px 10px;
  color: #000;
  text-align: center;
  border-radius: 6px;
  font-size: smaller;
  font-weight: bold;
}

.infolistdate {
  padding: 10px 20px;
  width: 15%;
  font-size: smaller;
  font-weight: bold;
}

.infolisttext {
  padding: 10px 20px;
  width: 65%;
}

.infolisttext a {
  color: #FFF;
  display: block;
}

.releasedetailbox {
  padding: 0 100px;
}

.releaseitem {
  padding: 0 20px;
}

.releasejk {
  width: 100%;
  text-align: center;
  /*display: table-cell;*/
  vertical-align: middle;
  text-align: center;
  background-repeat: no-repeat!important;
  background-position: center center!important;
  background-size:contain!important;
}
.releasejk img {
  display: inline;
}

.releaseinfo {
  font-size: 0;
  padding-top: 10px;
}

.releaseinfo p {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  width: 50%;
  margin: 0;
}

.releaseinfo p:last-child {
  text-align: right;
}

.releasename {
  font-size: larger;
  margin: 15px 0;
}


@media screen and (max-width: 960px) {
  #visual_img {
    padding: 0px 15px 15px 15px;
  }

  #info_top, #release_top, #video_top {
    padding: 10vw 0;
  }

  #info_top {
    background: url(../img/bg_info.jpg) center center no-repeat;
    background-size: cover;
  }

  #release_top {
    background: url(../img/bg_release.png) left top no-repeat;
    background-size: 100%;
  }

  .infolistbox {
    position: relative;
    padding: 0px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .infolistbox p {
    margin-bottom: 0 !important;
  }

  .infolistbox + .infolistbox {
    margin-top: 5vw;
  }

  .newicon {
    position: absolute;
    top: 7px;
    left: -15px;
    width: 35px;
  }

  .infolistcat {
    padding: 5px 10px;
    width: 20%;
    font-size: smaller;
  }

  .infolistcat span {
    background: #FFF;
    display: block;
    padding: 5px 10px;
    color: #000;
    text-align: center;
    border-radius: 6px;
    width: 100%;
    font-size: smaller;
  }

  .infolistdate {
    padding: 10px 10px;
    width: 80%;
    text-align: right;
    font-size: smaller;
  }

  .infolisttext {
    padding: 0px 10px;
    width: 100%;
  }

  .infolisttext a {
    color: #FFF;
  }

  .releaseitem {
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .slick-initialized .slick-slide{
    opacity: 0.5; /* 両サイドの画像を透過 */
  }
  .slick-initialized .slick-slide.slick-active{
    opacity: 1; /* センター画像を非透過 */
  }
}
@media screen and (max-width: 640px) {
  .infolistcat {
    padding: 5px 10px;
    width: 40%;
    font-size: smaller;
  }
  .infolistdate {
    padding: 10px 10px;
    width: 60%;
    text-align: right;
    font-size: smaller;
  }
  .releasejk {
    height: 217px;
  }
}
