.low {
  line-height: 1.8;
}
@media all and (max-width: 767px) {
  .low {
    font-size: 4vw;
  }
}
/*	title
============================== */
div.title p {
  background-image: url(../img/bgbd.jpg);
  background-position: right top;
  background-size: 40%;
}
div.title a {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
}
@media all and (min-width: 768px) {
  div.title a {
    width: 980px;
    height: 245px;
    margin: 0 auto;
  }
}
@media all and (max-width: 767px) {
  div.title a {
    display: block;
    border-radius: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 110%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% !important;
    position: relative;
    height: 0;
    padding-top: 25%;
    /* margin-bottom: 0.5em; */
  }
  div.title a span {
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}
/*	low wrap
============================== */
.low div.wrap {
  background-image: url(../img/low_wrap.jpg);
  box-sizing: border-box;
}
@media all and (min-width: 768px) {
  .low div.wrap {
    border: 3px solid #000;
    padding: 324px 4em 4em;
    margin: 40px auto 4em;
  }
}
@media all and (max-width: 767px) {
  .low div.wrap {
    /* border: 3px solid #000; */
    padding: 15px;
    margin: 0 auto 0;
  }
}
/*	low h1
============================== */
h1 {
  overflow: hidden;
  text-indent: 999999999%;
  white-space: nowrap;
}
@media all and (min-width: 768px) {
  h1 {
    width: 974px;
    height: 348px;
    margin: 30px auto -348px;
    z-index: 2;
    position: relative;
  }
  body.intro h1 {
    background-image: url(../img/intro_h1_pc.png?2);
  }
  body.news h1 {
    background-image: url(../img/news_h1_pc.png);
  }
  body.bbs h1 {
    background-image: url(../img/message_h1_pc.png);
  }
  body.story h1 {
    background-image: url(../img/story_h1_pc.png);
  }
  body.chart h1 {
    background-image: url(../img/chart_h1_pc.png);
  }
  body.caststaff h1 {
    background-image: url(../img/caststaff_h1_pc.png);
  }
  body.original h1 {
    background-image: url(../img/original_h1_pc.png);
  }
  body.topics h1 {
    background-image: url(../img/topics_h1_pc.png);
  }
  body.gallery h1 {
    background-image: url(../img/gallery_h1_pc.png);
  }
  body.present h1 {
    background-image: url(../img/present_h1_pc.png);
  }
  body.pixiv h1 {
    background-image: url(../img/pixiv_h1_pc.jpg?2);
  }
  body.doraje h1 {
    background-image: url(../img/doraje_h1_pc.png);
  }
}
@media all and (max-width: 767px) {
  body.intro h1 {
    background-image: url(../img/intro_h1_smp.jpg?2);
  }
	body.news h1 {
    background-image: url(../img/news_h1_smp.jpg);
  }
	body.bbs h1 {
    background-image: url(../img/message_h1_smp.jpg);
  }
	body.story h1 {
    background-image: url(../img/story_h1_smp.jpg);
  }
	body.chart h1 {
    background-image: url(../img/chart_h1_smp.jpg);
  }
	body.caststaff h1 {
    margin-bottom: 1em;
    background-image: url(../img/caststaff_h1_smp.jpg);
  }
  body.original h1 {
    margin-bottom: 1em;
    background-image: url(../img/original_h1_smp.jpg);
  }
  body.topics h1 {
    margin-bottom: 1em;
    background-image: url(../img/topics_h1_smp.jpg);
  }
  body.gallery h1 {
    margin-bottom: 1em;
    background-image: url(../img/gallery_h1_smp.jpg);
  }
  body.present h1 {
    margin-bottom: 1em;
    background-image: url(../img/present_h1_smp.jpg);
  }
  body.pixiv h1 {
    margin-bottom: 1em;
    background-image: url(../img/pixiv_h1_smp.png?2);
  }
  body.doraje h1 {
    margin-bottom: 1em;
    background-image: url(../img/doraje_h1_smp.jpg);
  }
  h1 {
    display: block;
    background-color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 110%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% !important;
    position: relative;
    height: 0;
    padding-top: 72.280701754386%;
    /* margin: -15px; */
  }
  body.pixiv h1 {
    padding-top: 84.375%;
    margin: 0;
  }
  h1 span {
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}
/*	intro
============================== */
p.intro {
  text-align: center;
  color: #6a3906;
  line-height: 1.8;
  font-weight: bold;
  /* margin-bottom: 1.5em; */
}
@media all and (min-width: 768px) {
  p.intro {
    font-size: 25px;
  }
}
@media all and (max-width: 767px) {
  p.intro {
    font-size: 17px;
    /* padding: 0 20px; */
  }
}
/*	comment
============================== */
.cast h2, .staff h2, .comment h2 {
  background-image: url(../img/intro/comment.png);
}
.staff h2 {
background-image: url(../img/staff.png);
}
.cast h2 {
background-image: url(../img/cast.png);
}
  .cast h2, .staff h2, .comment h2 {
  width: 269px;
  height: 97px;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
}
div.cmt {
  border: 3px solid #000;
  padding: 3px;
}
div.cmt .inner {
  border: 1px solid #000;
}
div.cmt .name {
  padding: 0.8em;
  border: 1px;
  margin: 0 auto 1em;
  position: relative;
  background-color: #e84134;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 120%;
  box-sizing: border-box;
  border: 1px solid #000;
}
div.cmt:nth-of-type(2n) .name {
  background-color: #1f5397;
}
div.cmt .name::before {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 100%;
  position: absolute;
  box-sizing: border-box;
  border: 1px solid #000;
  background-color: #fff;
  top: 50%;
  left: 1em;
  margin-top: -6px;
}
div.cmt .name::after {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 100%;
  position: absolute;
  box-sizing: border-box;
  border: 1px solid #000;
  background-color: #fff;
  top: 50%;
  right: 1em;
  margin-top: -6px;
}
@media all and (min-width: 768px) {
  div.cmt .name {
    width: 345px;
  }
  div.cmt .inner {
    padding: 15px 30px;
  }
  div.cmt:not(:last-of-type) {
    margin-bottom: 50px;
  }
  .cast h2, .staff h2, .comment h2 {
    margin: 50px auto;
  }
}
@media all and (max-width: 767px) {
  div.cmt .inner {
    padding: 1em;
    font-size: 4vw;
  }
  div.cmt:not(:last-of-type) {
    margin-bottom: 2em;
  }
  .cast h2, .staff h2, .comment h2 {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    height: 0;
    padding-top: 35.35714285714285%;
    margin: 0 auto; 0.5em;
    width: 50%;
  }
  .cast h2 span,
  .staff h2 span,
  .comment h2 span {
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}
