@charset "UTF-8";

/*==================================

 STORY PAGE ONLY

==================================*/
.ntv-main#storybacknum{
  margin-bottom: 0;
}
#storybacknum .story-block{
  position: relative;
  z-index: 0;
  margin-bottom: 8vw;
}
#storybacknum .story-block::after{
  content: '';
  display: block;
  background-image: url(../images/common/pattern.png);
  background-repeat: repeat;
  background-position: top center;
  background-size: 6.6%;
  width: 100%;
  padding-top: 82vw;
  position: absolute;
  z-index: -1;
  top: 8vw; left:0;
  opacity: 0.7;
}
#storybacknum #story .story-number{
  position: relative;
  top: auto; left: auto; right: auto; bottom: auto;
  margin: 0 auto;
}
#storybacknum #story figure{
  margin: 5.44% 0;
}
#story .story-text{
  margin-bottom: 0;
}
/* ---------------------------------
 SP用
--------------------------------- */
@media screen and (max-width: 992px) {
}
/* ---------------------------------
 tablet用(SP設定を上書き）
--------------------------------- */
@media screen and (min-width : 601px){
}
/* ---------------------------------
 PC用
--------------------------------- */
@media screen and (min-width: 993px) {
  #storybacknum .story-block{
    margin-bottom: 60px;
  }
  #storybacknum .story-block::after{
    padding-top: 0;
    height: 42vw;
    max-height: 570px;;
    top: 3.5vw;
  }
}