/*	story
============================== */
#news h2 {
justify-content: left;
color:#071656;
}

#news h3{
text-align:center;
color:#071656;
border-bottom:4px double #071656;
}
#news h4{
color:#071656;
}
#news h4 span{
display:inline-block;
}

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

#news .innerbox .lazy{
  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;

}

#news .innerbox .ph.book .lazy{
  width: 100%;
  height:0;
  padding-top:144.7513812154696%;
}
#news .innerbox .ph.dvd .lazy{
  width: 100%;
  height:0;
  padding-top:78.5714285714286%;
}

#news .innerbox .ph{
  background-color: #f2f2f2;
}
#news .btn{
  display:block;
  margin: auto;
  text-align: center;
  background: #6b0202;
  color: #fff;
  padding:1em 0;
  border-radius: 30px;

}
#news .btn:hover{
  opacity: 0.8;
}

@media all and (min-width: 768px) {
#news .box{
  margin-top:50px;
}
#news .innerbox .inn{
  width:800px;
  padding:50px 0 80px;
}
#news h3{
  font-size: 200%;
  padding-bottom:5px;
}
#news h4{
  font-size: 160%;
  margin:50px auto 0;
  text-align: center;
}
#news h4 span{
 border-bottom: 1px solid #071656;
  padding-bottom:10px;
}
#news p{
  margin:25px 0;
  line-height: 180%;
}
#news p:last-child{
margin-bottom: 0;}

#news .yoko_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items:center;
  margin-bottom:50px;
}
#news .yoko_box .ph{
  width:25%;
}
#news .yoko_box p{
  width:68%;
  margin-left:7%;
}
#news .innerbox .ph.dvd{
  width:60%;
  margin:0 auto 10px;
}

#news .att{
  text-align: center;
}
#news #dvd .att2{
  text-align: center;
  font-size:80%;
}
#news .btn{
  width:30%;
}
#news .cp{
  margin-top:15px !important;
  width: 100% !important;
  text-align: left !important;
  margin-left: 0px !important;
  font-size:65%;
}
#news .cp big{
  font-size: 120%;
  vertical-align:top;
}
}

@media all and (max-width: 767px) {
#news .box{
    margin-top:1em;
  }
#news .innerbox .inn{
    padding:1em 0;
  }
#news h3{
  font-size: 110%;
  padding-bottom:.2em;
  }
#news h4{
    font-size:100%;
    margin:2em auto 0;
    text-align: center;
    white-space: nowrap;
    line-height: 140%;
  }
#news h4 span{
  text-decoration: underline;
    padding-bottom:.5em;
  }
#news .innerbox .ph.book
{
  width:60%;
}
#news .innerbox .ph.dvd{
  width:80%;
}
#news p{
    margin:1.5em 0;
    font-size: 90%;
}
#news .yoko_box{
  margin-bottom:2em;
}
#news .innerbox .ph{
    width: 100%;
    margin: 1em auto 0;
}
#news .innerbox .ph.dvd{
    margin: 1em auto .5em !important;
}
#news #dvd .att2{
  text-align: center;
  font-size:60%;
}
#news .btn{
    width:60%;
  }
  #news .cp{
    text-align: center !important;
    margin-left: 0px !important;
    font-size:60%;
  }
  #news .cp big{
    font-size: 160%;
    vertical-align:top;
  }
}

/*	candy img1
============================== */
  #news .box{position: relative;}
  #news .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) {
  #news .box::after {
    width: 300px;
    height:140px;

  }
}

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