@charset "UTF-8";
/* =====================================================
 * Foundation
 * =====================================================
*/
/*! minireset.css v0.0.4 | MIT License | github.com/jgthms/minireset.css */
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre,
iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button, input, select, textarea {
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

img, embed, object, video {
  height: auto;
  max-width: 100%;
}

iframe {
  max-width: 100%;
}

audio {
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
  text-align: left;
}

header, footer, main, aside {
  display: block;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
  body {
    min-width: 1020px;
  }
}

body a {
  color: inherit;
}

body a img {
  -webkit-transition: -webkit-filter 300ms;
  transition: -webkit-filter 300ms;
  transition: filter 300ms;
  transition: filter 300ms, -webkit-filter 300ms;
}

body a:hover img {
  -webkit-filter: brightness(125%);
          filter: brightness(125%);
}

body img {
  vertical-align: bottom;
}

/* =====================================================
 * Layout
 * =====================================================
*/
.l-wrapper {
  overflow: hidden;
}

main {
  position: relative;
}

/* =====================================================
 * Object/Component
 * =====================================================
*/
.c-pagetop {
  position: fixed;
  z-index: 9;
  bottom: 60px;
  right: 20px;
  width: 96px;
  height: 96px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

@media (max-width: 767px) {
  .c-pagetop {
    right: 10px;
    bottom: 20px;
    width: 48px;
    height: 48px;
  }
}

.c-pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/page_top.png);
  background-repeat: no-repeat;
  background-size: contain;
  text-decoration: none;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  font-size: 0;
}

.c-pagetop a:hover {
  opacity: 0.8;
}

.is-pagetop-show .c-pagetop {
  pointer-events: auto;
  opacity: 1;
}

@media (min-width: 768px) {
  .is-pagetop-absolute .c-pagetop {
    position: absolute;
  }
}

.l-loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #000000;
  overflow: hidden;
  -webkit-transition: opacity 1500ms 3000ms;
  transition: opacity 1500ms 3000ms;
}

.l-loading::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  -webkit-transition: top 2000ms;
  transition: top 2000ms;
}

.l-loading .cover {
  position: absolute;
  top: 10px;
  right: 0;
  bottom: 10px;
  left: 0;
  margin: auto;
  text-align: center;
  -webkit-transition: 1000ms 3000ms;
  transition: 1000ms 3000ms;
}

.l-loading .cover img {
  width: auto;
  max-height: 100%;
}

.is-pageshow .l-loading {
  opacity: 0;
}

.is-pageshow .l-loading::before {
  top: 100%;
}

.is-pageshow .l-loading .cover {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* =====================================================
 * Object/Project
 * =====================================================
*/
/*! 半妖の夜叉姫 */
/* =====================================================
 * Foundation
 * =====================================================
*/
/*! minireset.css v0.0.4 | MIT License | github.com/jgthms/minireset.css */
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre,
iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button, input, select, textarea {
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

img, embed, object, video {
  height: auto;
  max-width: 100%;
}

audio {
  max-width: 100%;
}

iframe {
  border: 0;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
  text-align: left;
}

header, footer, main, aside {
  display: block;
}

rt { text-align: inherit; }
ruby { text-align: center; ruby-align: center; }

/* 本文 */
body {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: #000;
  background: #ffffff url("../img/bg.jpg");
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

a:link {
  color: #9999ff;
}

a:hover {
  color: #ffffff;
}

a:visited {
  color: #ccccff;
}

span {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  span {
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) {
  .u-spbr {
    display: none;
  }
}

/* キービジュアル */
.by-hero {
  text-align: center;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .by-hero {
    margin-bottom: 40px;
  }
}

.by-hero__img--pc {
  width: 85%;
  max-width: 1500px;
  min-width: 900px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .by-hero__img--pc {
    display: none;
  }
}

.by-hero__img--pc img:nth-child(1) {
  width: calc(206/1874 * 100%);
}

.by-hero__img--pc img:nth-child(2) {
  width: calc(1001/1874 * 100%);
}

.by-hero__img--pc img:nth-child(3) {
  width: calc(355/1874 * 100%);
}

.by-hero__img--pc img:nth-child(4) {
  width: calc(312/1874 * 100%);
}

_:-ms-input-placeholder, :root .by-hero__img--pc img:nth-child(4) {
  width: calc((312/1874 * 100%) - 1px);
}

@media (min-width: 768px) {
  .by-hero__img--sp {
    display: none;
  }
}

/* あらすじ */
.by-story {
  background-image: url("../img/bg_cornerbar.png"), url("../img/bg_story01.png");
  background-repeat: repeat-x, no-repeat;
  background-position: top left, top center;
  padding: 0 10px 100px;
}

@media (max-width: 767px) {
  .by-story {
    padding-bottom: 60px;
    background-size: auto 50px, auto;
  }
}

@media (max-width: 767px) {
  .by-story h2 {
    height: 40px;
  }
}

@media (max-width: 767px) {
  .by-story h2 img {
    width: auto;
    max-height: 100%;
  }
}

.by-story__lede {
  font-weight: bold;
}

.by-story__inner {
  margin: 0 auto;
  width: 1000px;
}

.by-story__inner ul {
  background-image: url("../img/bg_story.jpg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: #ffffff;
  margin-top: 60px;
  padding: 40px 50px;
}

@media (max-width: 767px) {
  .by-story__inner ul {
    background-size: 500px auto;
  }
}

.by-story__inner ul li {
  margin-bottom: 20px;
}

.by-story__inner ul li:last-child {
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .by-story__inner {
    margin: 0 auto;
    width: 100%;
  }
  .by-story__inner ul {
    margin-top: 40px;
    padding: 20px 15px;
  }
}

/* 登場人物 */
.by-character {
  background-image: url("../img/bg_cornerbar.png");
  background-repeat: repeat-x;
  padding: 0 10px;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .by-character {
    margin-bottom: 60px;
    background-size: auto 50px;
  }
}

@media (max-width: 767px) {
  .by-character h2 {
    height: 40px;
  }
}

@media (max-width: 767px) {
  .by-character h2 img {
    width: auto;
    max-height: 100%;
  }
}

@media (max-width: 767px) {
  .by-character__img--entire {
    height: 328px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .by-character__img--entire img {
    width: auto;
    max-height: 100%;
  }
}

@media (max-width: 767px) {
  .by-character__img--entire2 {
    height: 388px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .by-character__img--entire2 img {
    width: auto;
    max-height: 100%;
  }
}

.by-character__img--particular {
  margin-right: -120px;
}

@media (max-width: 767px) {
  .by-character__img--particular {
    height: 284px;
    margin: 0 0 20px;
  }
}

@media (max-width: 767px) {
  .by-character__img--particular img {
    width: auto;
    max-height: 100%;
  }
}

.by-character__inner {
  margin: 0 auto;
  width: 1000px;
}

.by-character__inner ul {
  margin-top: 100px;
  width: 1000px;
  height: 650px;
  position: relative;
}

@media (max-width: 767px) {
  .by-character__inner ul {
    margin-top: 40px;
  }
}

.by-character__inner ul li {
  position: absolute;
}

.by-character__inner ul li.text {
  top: 140px;
  margin-left: 15px;
  width: 650px;
}

@media (max-width: 767px) {
  .by-character__inner {
    margin: 0 auto;
    width: 100%;
  }
  .by-character__inner ul {
    width: 100%;
    height: unset;
    position: unset;
    text-align: center;
  }
  .by-character__inner ul li {
    position: unset;
  }
  .by-character__inner ul li.text {
    text-align: left;
    top: unset;
    margin: 20px 10px 10px;
    width: unset;
  }
}

/* メインスタッフ */
.by-staff {
  background-image: url("../img/bg_cornerbar.png");
  background-repeat: repeat-x;
  padding: 0 10px;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .by-staff {
    margin-bottom: 60px;
    background-size: auto 50px;
  }
}

@media (max-width: 767px) {
  .by-staff h2 {
    height: 40px;
  }
}

@media (max-width: 767px) {
  .by-staff h2 img {
    width: auto;
    max-height: 100%;
  }
}

.by-staff__inner {
  margin: 0 auto;
  width: 1000px;
}

.by-staff__inner table {
  table-layout: fixed;
  width: 100%;
  margin: 60px auto;
}

@media (max-width: 767px) {
  .by-staff__inner table {
    margin: 35px auto;
    line-height: 1.5;
  }
}

.by-staff__inner table col:nth-child(2) {
  width: 22px;
}

.by-staff__inner table th {
  padding: 5px;
  font-weight: normal;
  text-align: right;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .by-staff__inner table th {
    padding: 5px 0;
    font-size: .8125rem;
  }
}

.by-staff__inner table td {
  padding: 5px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .by-staff__inner table td {
    padding: 5px 0;
    font-size: .8125rem;
  }
}

.by-staff__inner table td.dot {
  padding: 5px;
  font-size: 0.75rem;
  color: #BE1515;
  text-align: center;
}

@media (max-width: 767px) {
  .by-staff__inner table td.dot {
    font-size: 0.625rem;
  }
}

.by-staff__inner .comment {
  width: 900px;
  margin: 0 auto;
  padding: 30px;
  background-image: url("../img/bg_takahashi.jpg");
}

@media (max-width: 767px) {
  .by-staff__inner .comment {
    padding: 15px;
    background-size: 450px auto;
  }
}

.by-staff__inner .comment__ttl {
  display: block;
  margin-bottom: 0.25em;
  font-weight: bold;
}

@media (max-width: 767px) {
  .by-staff__inner .comment__ttl {
    font-size: 1.0625rem;
  }
}

.by-staff__inner .comment .box {
  width: 840px;
  padding: 20px 0;
  background-color: #ffffff;
  border: 3px solid #BE1515;
  text-align: center;
}

@media (max-width: 767px) {
  .by-staff__inner .comment .box {
    padding: 20px 13px;
    border-width: 2px;
    font-size: 0.9375rem;
  }
}

.by-staff__inner .comment ul li {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}

.by-staff__inner .comment ul li:not(:first-child) {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .by-staff__inner .comment ul li:not(:first-child) {
    margin: 10px 0 0;
  }
}

@media (max-width: 767px) {
  .by-staff__inner .comment ul li img {
    width: 120px;
  }
}

@media (max-width: 767px) {
  .by-staff__inner {
    width: unset;
  }
  .by-staff__inner .comment {
    width: unset;
  }
  .by-staff__inner .comment .box {
    width: unset;
  }
}

/* Twitter */
.by-sns {
  background-image: url("../img/bg_cornerbar.png");
  background-repeat: repeat-x;
  padding: 0 10px 20px;
}

@media (max-width: 767px) {
  .by-sns {
    background-size: auto 50px;
  }
}

@media (max-width: 767px) {
  .by-sns h2 {
    height: 40px;
  }
}

@media (max-width: 767px) {
  .by-sns h2 img {
    width: auto;
    max-height: 100%;
  }
}

.by-sns__copyright {
  font-size: 1rem;
  text-align: center;
}

@media (max-width: 767px) {
  .by-sns__copyright {
    font-size: 0.75rem;
  }
}

.by-sns__inner {
  margin: 0 auto;
  width: 1000px;
}

.by-sns__lede {
  margin-top: 60px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 767px) {
  .by-sns__lede {
    margin-top: 40px;
  }
}

.by-sns__inner .twitter {
  width: 600px;
  height: 500px;
  background-image: url("../img/bg_twitter.jpg");
  padding: 15px;
  margin: 40px auto 80px;
}

@media (max-width: 767px) {
  .by-sns__inner .twitter {
    height: 320px;
    margin: 30px auto 40px;
    padding: 10px;
  }
}

.by-sns__inner .twitter iframe {
  height: 100% !important;
  vertical-align: bottom;
}

.by-sns__shareBtn {
  overflow: hidden;
  width: 228px;
  margin: 0 auto 60px;
  text-align: center;
  letter-spacing: -.4em;
}

@media (max-width: 767px) {
  .by-sns__shareBtn {
    margin-bottom: 30px;
  }
}

.by-sns__shareBtn li {
  display: inline-block;
  width: 46px;
  margin: 0 15px;
  letter-spacing: normal;
}

@media (max-width: 767px) {
  .by-sns__inner {
    width: unset;
  }
  .by-sns__inner .twitter {
    width: unset;
  }
  .by-sns__inner ul {
    width: 297px;
  }
  .by-sns__inner ul li {
    width: 46px;
    margin: 0 15px;
  }
}

/* フッター */
.footer {
  background-color: #000000;
  text-align: center;
  color: #ffffff;
  padding: 40px 0 60px;
}

.footer__footnote {
  font-size: 1rem;
}

@media (max-width: 767px) {
  .footer__footnote {
    font-size: 0.75rem;
  }
}

.footer ul {
  overflow: hidden;
  width: 560px;
  margin: 0 auto 50px;
  text-align: center;
  letter-spacing: -.4em;
}

@media (max-width: 767px) {
  .footer ul {
    width: auto;
    margin-bottom: 20px;
  }
}

.footer ul li {
  display: inline-block;
  letter-spacing: normal;
}

@media (max-width: 767px) {
  .footer ul li {
    width: calc((100% - 40px)/2);
  }
}

.footer ul li:not(:first-child) {
  margin-left: 30px;
}

@media (max-width: 767px) {
  .footer ul li:not(:first-child) {
    margin-left: 15px;
  }
}

/* =====================================================
 * Object/Utiliiy
 * =====================================================
*/

/*# sourceMappingURL=maps/common.css.map */
