/*	story
============================== */
#story h2 {
    justify-content: left;
    color:#071656;
}
#story h3{
  text-align:center;
  white-space: nowrap;
color:#071656;
 border-bottom:4px double #071656;

}

#story .red{
    color:#6b0202;
}
#story .blue{
    color:#071656;
}

#story .movieBox,
#story .innerbox .ph li{
  box-sizing: border-box;
box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;

}

#story .innerbox .ph li span{
  width: 100%;
  height:0;
  padding-top:66.5%;
}

#story .innerbox .ph li{
  background-color: #f2f2f2;
}

@media all and (min-width: 768px) {
#story .box{
  margin-top:50px;
}
#story .innerbox .inn{
  width:800px;
  padding:50px 0 80px;
}
#story h3{
  font-size: 380%;

  padding-bottom:5px;
  }
#story h3 small{
    font-size: 50%;
  }

#story .movieBox{
  width: 640px !important;
  margin:50px auto;
}


#story p{
  margin:25px 0;
  line-height: 180%;
}
#story p:last-child{
margin-bottom: 0;}

#story .innerbox .ph li{
  width:392px;
  margin: 10px auto 0;
}
#story ul.ph{
  margin:0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

}
@media all and (max-width: 767px) {
  #story .box{
    margin-top:1em;
  }
  #story .innerbox .inn{
    padding:1em 0;
  }
#story h3{
  font-size: 150%;
  padding-bottom:.2em;
  }
  #story h3 small{
      font-size: 50%;
    }

#story .movieBox{
    margin:2em auto;
}

  #story p{
    margin:1.5em 0;
    font-size: 90%;
  }

  #story .innerbox .ph li{
    width: 100%;
    margin: 1em auto 0;
  }
}

/*	candy img1
============================== */
  #story .box{position: relative;}
  #story .box::after {
  position: absolute;top:0;right:0;
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  background-image: url(../img/img_candy1.png);
  background-repeat: no-repeat;
  background-size: contain;

}

@media all and (min-width: 768px) {
  #story .box::after {
    width: 300px;
    height:140px;

  }
}

@media all and (max-width: 767px) {
  #story .box::after {
    width: 100px;
    height:47px;
  }
}
