/*	matome
============================== */
@media all and (min-width: 768px) {
  body.matome h1.lazy-done {
    background-image: url(../img/matome_h1.png);
  }
}
@media all and (max-width: 767px) {
  body.matome h1.lazy-done {
    background-image: url(../img/matome_h1_smp.png);
  }
}
p.title {
    color: #422823;
    line-height: 1.4;
    border-bottom: solid 1px #000;
    padding-bottom: 0.5em;
    margin: 0 0 0.5em;
}
body.matome .date {
  display: block;
  /* background-color: #937845; */
  /* background-image: url(../img/bg3.png); */
  padding: 0 0.7em 0.7em 0;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-align: right;
  font-size: 15px;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #5f9fef;
}
@media all and (max-width: 767px) {
  body.matome .date {
    font-size: 3vw;
    box-sizing: border-box;
  }
}
@media all and (min-width: 768px) {
  p.title {
      font-size: 1.6em;
      margin: 0 0px 0.5em;
      text-align: left;
  }
}
@media all and (max-width: 767px) {
  p.title {
      font-size: 1.3em;
      border-bottom: solid 1px #000;
      padding-bottom: 0.5em;
      margin: 0 0 0.5em;
  }
}
/*	trailer
============================== */
.disc li {
  text-align: left;
}
/*	div box
============================== */
div.box {
  padding: 1em;
  background-color: #fff9e3;
  border: 1px solid #000;
}
div.box:not(:last-of-type) {
  margin-bottom: 1em;
}
/*	div dtl
============================== */
div.dtl {
  padding: 1em;
  background-color: #fff;
  border: solid 1px #d1c0a5;
}
/*	brown
============================== */
.brown {
  color: #c16300;
}
/*  tweet
============================== */
div.tweet a {
  display: block;
  border-bottom: 1px solid #000;
  position: relative;
}
.ph_cut {
  margin: 0px 5px 0 0;
  float: left;
}
.low div.wrap {
  background-color: #fff;
  background-image: none;
}
@media all and (min-width: 768px) {
  .ph_cut, .ph_cut span {
    width: 100px;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .ph_cut, .ph_cut_l {
    border: 0;
    box-shadow: none;
    padding: 0.5em 0.5em 0.5em 0;
  }
  div.tweet a:hover {
    background-color: #f4f7f9;
  }
  div.tweet p.txt {
    padding: 0.4em 0.5em 0 0;
    margin-bottom: 1.5em;
    float: right;
    width: 84.5%;
  }
}
@media all and (max-width: 767px) {
  .ph_cut {
    width: 20%;
  }
  .ph_cut, .ph_cut_l {
    border: 0;
    box-shadow: none;
  }
  .ph_cut span {
    padding: 100% 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  div.tweet a {
    padding: 0.5em 0;
  }
  div.tweet p.txt {
    font-size: 80%;
    line-height: 1.5!important;
    margin-bottom: 1.5em;
    float: right;
    width: 77%;
    text-align: left!important;
    word-wrap: break-word;
  }
}
