/*	heisei
============================== */
@media all and (min-width: 768px) {
  body.heisei h1.lazy-done {
    background-image: url(../img/heisei_h1.png);
  }
}
@media all and (max-width: 767px) {
  body.heisei h1.lazy-done {
    background-image: url(../img/heisei_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.heisei .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.heisei .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%;
  }
}

/*	table
============================== */
table {
 border-collapse:collapse;
 border-spacing:0;
 margin: 0 auto;
 letter-spacing: 0.05em;
}
table tr {
  margin-bottom: 2em;
  display: block;
  width: 100%;
}
table th ,
table td.naka {
 text-align:left;
}
table td {
 text-align:left;
 width: 980px;
}
table tr.pdb th,  table tr.pdb td {
    padding-bottom: 1em;
}
table th,  table td {
  line-height: 1.5;
}
body.staff table th, body.staff table td {
  padding-bottom: 1.5em;
}
 table {
  letter-spacing: 0;
}
table th {
 text-align: left;
 color: #937845;
 white-space: nowrap;
}
 table th {
 width: 15%;
}
table th span {
  display: inline-block;
  padding: 0.2em 0.5em;
  background-color: #fff;
}
table td.naka {
 font-family: sans-serif;
 color:#5c759a;
 text-align:center;
 width:2em;
}
table th, table td {
 vertical-align: baseline;
}

@media all and (min-width: 768px) {
  .resp-tabs-list {
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    flex-direction: row;
    /* justify-content: flex-end; */
  }
}
@media all and (max-width: 767px) {
  table th, table td {
     font-size: 82%;
  }
  table th {
    width: 24%;
  }
}
