@charset "UTF-8";
@import url("../../../../../../../cdn.jsdelivr.net/npm/yakuhanjp%403.3.1/dist/css/yakuhanjp-noto.min.css");
@import url("https://fonts.googleapis.com/css2?family=Oswald&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&amp;display=swap");
/* keyframes */
@-webkit-keyframes rotate-360 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-360 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes story-deco {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
  75% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes story-deco {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
  75% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes fade-in-out {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in-out {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  outline: 0;
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 100%;
}

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

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

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  background: transparent;
  padding: 0;
  font-size: 100%;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

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

hr {
  display: block;
  margin: 0;
  border: 0;
  padding: 0;
  height: 1px;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  background-color: transparent;
  min-height: 1.5em;
}

input[type="submit"], input[type="reset"] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^='tel'] {
  display: inline-block;
  color: inherit;
}

body {
  line-height: 1;
}

body, button, input, select, textarea, datalist {
  word-wrap: break-word;
  font-family: Arial, sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

img {
  display: block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

body {
  position: relative;
  background: #000;
  color: #fff;
}

main {
  display: block;
}

a {
  color: #fff;
  text-decoration: none;
}

template {
  display: none;
}

svg {
  display: block;
  width: 100%;
  height: auto;
}

.clearfix:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  content: ".";
}

.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-inline-block {
  display: inline-block;
}

.u-bold {
  font-weight: bold;
}

/* layout */
.l-container {
  position: relative;
  z-index: 1;
  background: #000;
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.l-main {
  display: block;
  position: relative;
  margin: 0 auto;
}

.l-bg {
  position: fixed;
  top: 0;
  left: 0;
  background: url(../img/common/bg/bg.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.l-bg::before, .l-bg::after {
  position: absolute;
  top: 0;
  opacity: 0.2;
  width: 120px;
  width: 120px;
  height: 100%;
  content: "";
}

.l-bg::before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(black), to(rgba(0, 0, 0, 0))) repeat-x left bottom;
  background: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%) repeat-x left bottom;
}

.l-bg::after {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(black), to(rgba(0, 0, 0, 0))) repeat-x left bottom;
  background: linear-gradient(-90deg, black 0%, rgba(0, 0, 0, 0) 100%) repeat-x left bottom;
}

/* component */
.c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  background-color: #fff;
  width: 100%;
  height: 40px;
}

.c-header::before {
  position: absolute;
  top: 39px;
  left: 0;
  -webkit-transform: skew(-45deg);
          transform: skew(-45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  background-color: #fff;
  width: 220px;
  height: 7px;
  content: "";
}

.c-header__main {
  position: relative;
  z-index: 1;
}

.c-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 9px;
  left: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-header__logo-link {
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 75px;
}

.c-header__logo-inner {
  display: block;
}

.c-header__logo-svg {
  display: block;
}

.c-header__logo-sub {
  display: inline-block;
  position: relative;
  margin-left: 14px;
  padding-bottom: 1px;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
}

.c-nav__bg {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  opacity: 0.9;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  background: #000;
  width: 100%;
  height: 100%;
}

.is-open-nav .c-nav__bg {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition-timing-function: cubic-bezier(0.17, 0.8, 0.28, 0.99);
          transition-timing-function: cubic-bezier(0.17, 0.8, 0.28, 0.99);
}

.c-nav__item {
  position: relative;
}

.c-nav__item--grayout {
  opacity: 0.5;
  pointer-events: none;
}

.c-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 2;
}

.is-current .c-nav__link::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.c-nav__link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: -webkit-transform 0.35s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: transform 0.35s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: transform 0.35s cubic-bezier(0.33, 1, 0.68, 1) 0s, -webkit-transform 0.35s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  background-color: #c0000d;
  width: 100%;
  height: 2px;
  content: "";
}

.c-nav__link-en {
  position: relative;
  top: 1px;
  margin-left: 8px;
  color: #c0000d;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1;
}

.c-nav__banner-item {
  width: 162px;
}

.c-nav__banner-link {
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.c-hamburger {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 30;
}

.c-hamburger__inner {
  position: relative;
  cursor: pointer;
  background-color: #000;
  width: 60px;
  height: 40px;
}

.c-hamburger__inner div {
  position: absolute;
  left: 15px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transition-property: top, opacity, -webkit-transform;
  transition-property: top, opacity, -webkit-transform;
  transition-property: top, transform, opacity;
  transition-property: top, transform, opacity, -webkit-transform;
  background-color: #fff;
  width: 30px;
  height: 2px;
}

.c-hamburger__inner div:nth-child(1) {
  top: 13px;
}

.is-open-nav .c-hamburger__inner div:nth-child(1) {
  top: 19px;
  -webkit-transform: rotate(155deg);
          transform: rotate(155deg);
}

.c-hamburger__inner div:nth-child(2) {
  top: 19px;
}

.is-open-nav .c-hamburger__inner div:nth-child(2) {
  opacity: 0;
}

.c-hamburger__inner div:nth-child(3) {
  top: 25px;
}

.is-open-nav .c-hamburger__inner div:nth-child(3) {
  top: 19px;
  -webkit-transform: rotate(-155deg);
          transform: rotate(-155deg);
}

.c-deco {
  position: absolute;
  top: -140px;
  left: 50%;
  opacity: 0.2;
  margin: 0 auto;
  margin-left: -185px;
  width: 370px;
}

.c-deco::before {
  display: block;
  padding-top: 100%;
  content: "";
}

.c-deco::after {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: rotate-360 180s linear 0s infinite;
          animation: rotate-360 180s linear 0s infinite;
  background: url(../img/common/bg/bg_circle.png) no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 100%;
  content: "";
}

.c-breadcrumb {
  position: relative;
}

.c-breadcrumb__list {
  display: inline-block;
  position: relative;
  font-size: 0px;
  letter-spacing: -0.4em;
  text-align: left;
  white-space: nowrap;
}

.c-breadcrumb__item {
  display: inline-block;
  position: relative;
  font-size: 10px;
  letter-spacing: 0.04em;
  line-height: 1;
}

.c-breadcrumb__item + .c-breadcrumb__item {
  margin-left: 25px;
}

.c-breadcrumb__item + .c-breadcrumb__item::before {
  position: absolute;
  bottom: 2px;
  left: -17px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0.5;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 6px;
  height: 6px;
  content: "";
}

.c-section {
  position: relative;
}

.c-section__head {
  position: relative;
  -webkit-transform: translate(0, 25px);
          transform: translate(0, 25px);
  opacity: 0;
  padding: 38px 0px 33px;
}

.is-load .c-section__head {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity 0.8s ease 0s, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: opacity 0.8s ease 0s, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0s, opacity 0.8s ease 0s;
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0s, opacity 0.8s ease 0s, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}

.c-section__title {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
}

.c-section__en {
  margin-top: 11px;
  color: #c0000d;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.07em;
  line-height: 1;
}

.c-section__cap {
  margin-top: 13px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.11em;
  line-height: 1.5;
}

.c-section__cap--crossepic img {
  margin: 18px auto 0;
  width: 53.3%;
}

.c-section__body {
  position: relative;
  -webkit-transform: translate(0, 25px);
          transform: translate(0, 25px);
  opacity: 0;
  padding: 0 0px 71px;
  min-height: 50vh;
}

.is-load .c-section__body {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity 0.8s ease 0.3s, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
  transition: opacity 0.8s ease 0.3s, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, opacity 0.8s ease 0.3s;
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, opacity 0.8s ease 0.3s, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
}

.c-section__sort {
  position: absolute;
  top: -21px;
  right: 10px;
}

.c-article__head {
  background: #000 url(../img/common/bg/bg_pattern.png);
  padding: 17px 20px 21px;
}

.c-article--crossepic .c-article__head {
  text-align: left;
}

.c-article__cap {
  margin-bottom: 6px;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

.c-article--history .c-article__cap {
  font-family: Arial, sans-serif;
}

.c-article--crossepic .c-article__cap {
  margin-bottom: 11px;
}

.c-article__title {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

.c-article__caption {
  margin-top: 7px;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: right;
}

.c-article__body {
  background-color: #fff;
  padding: 25px 20px 40px;
  color: #000;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-align: left;
}

.c-article__body a {
  color: #000;
  text-decoration: underline;
}

.c-article__body .p-in-small {
  font-size: 0.8em;
}

.c-article__body h4, .c-article__body h5, .c-article__body h6 {
  font-weight: normal;
}

.c-article__body h4 {
  margin-top: 36px;
  margin-bottom: 19px;
  background-color: #000;
  padding: 7px 6px;
  color: #fff;
}

.c-article__body h5 {
  margin-top: 27px;
  margin-bottom: 18px;
  border-left: 6px solid #000;
  padding: 3px 7px;
}

.c-article__body h6 {
  margin-top: 18px;
  margin-bottom: 16px;
  border-bottom: 1px solid #ccc;
  padding: 4px 0px;
}

.c-article__talk, .c-article__text, .c-article__img {
  margin: 33px 0 33px;
}

.c-article--history .c-article__talk, .c-article--history .c-article__text, .c-article--history .c-article__img {
  margin: 27px 0 27px;
}

.c-article__talk-item {
  position: relative;
}

.c-article__talk-item + .c-article__talk-item {
  margin-top: 20px;
}

.c-article__talk-img {
  position: absolute;
  top: 0px;
  width: 80px;
}

.c-article__talk-item--l .c-article__talk-img {
  left: 0;
}

.c-article__talk-item--r .c-article__talk-img {
  right: -1px;
}

.c-article__talk-img::after {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #000;
  width: 100%;
  height: 100%;
  content: "";
}

.c-article__talk-img::before {
  position: absolute;
  top: 50%;
  right: -13px;
  margin-top: -7px;
  border-width: 7px;
  border-style: solid;
  border-color: transparent #eee transparent transparent;
  content: "";
}

.c-article__talk-item--r .c-article__talk-img::before {
  right: auto;
  left: -13px;
  border-color: transparent transparent transparent #eee;
}

.c-article__talk-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #eee;
  padding: 18px 10px 18px 15px;
  min-height: 80px;
}

.c-article__talk-item--l .c-article__talk-text {
  margin-left: 95px;
}

.c-article__talk-item--r .c-article__talk-text {
  margin-right: 95px;
}

.c-article__talk-text::before, .c-article__talk-text::after {
  position: absolute;
  border-width: 5px;
  border-style: solid;
  content: "";
}

.c-article__talk-text::before {
  top: 0;
  right: 0;
  border-color: #fff #fff transparent transparent;
}

.c-article__talk-item--r .c-article__talk-text::before {
  top: auto;
  bottom: 0;
  border-color: transparent #fff #fff transparent;
}

.c-article__talk-text::after {
  bottom: 0;
  left: 0;
  border-color: transparent transparent #fff #fff;
}

.c-article__talk-item--r .c-article__talk-text::after {
  top: 0;
  bottom: auto;
  border-color: #fff transparent transparent #fff;
}

.c-article__text p + p {
  margin-top: 1.9em;
}

.c-article__catch {
  margin-bottom: 26px;
  letter-spacing: 0.03em;
  line-height: 1.9;
}

.c-article__history {
  border: 1px solid #000;
}

.c-article__history + .c-article__img {
  margin-top: 20px;
}

.c-article__history-item {
  position: relative;
  background-color: #fff;
  padding: 11px 10px 11px 86px;
}

.c-article__history-item:nth-child(2n) {
  background-color: #eee;
}

.c-article__history-item + .c-article__history-item {
  border-top: 1px solid #ccc;
}

.c-article__history-item + .c-article__history-item .c-article__history-head {
  border-top-color: #444;
}

.c-article__history-head {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: 0;
  z-index: 1;
  border-top: 1px solid #000;
  background-color: #000;
  padding-top: 16px;
  width: 74px;
  color: #fff;
  font-size: 11px;
  letter-spacing: normal;
  line-height: 1;
  text-align: center;
}

.c-article__history .c-article__history-link {
  display: inline-block;
  position: relative;
  background-color: #f9e5e6;
  padding: 0 4px;
  line-height: 1.6;
  text-decoration: none;
}

.c-article__history .c-article__history-link::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #c00405;
  width: 100%;
  height: 1px;
  content: "";
}

.c-pager {
  display: inline-block;
  position: relative;
  min-width: 28px;
  min-height: 28px;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: normal;
  line-height: 1;
}

.c-pager__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-pager__item + .c-pager__item {
  margin-left: 12px;
}

.c-pager__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  width: 28px;
  height: 28px;
}

.is-current .c-pager__num {
  color: #c0000d;
}

.c-pager__num::before {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
  background-color: #fff;
  width: 100%;
  height: 100%;
  content: "";
}

.c-pager__num::after {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  content: "";
}

.c-pager__back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  margin: 0 5px;
  width: 160px;
  height: 28px;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1;
}

.c-pager__back::before {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
  background-color: #fff;
  width: 100%;
  height: 100%;
  content: "";
}

.c-pager__back::after {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  content: "";
}

.c-pager__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -14px;
  width: 28px;
  height: 28px;
}

.c-pager__btn--prev {
  left: -34px;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}

.c-pager__btn--next {
  right: -34px;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}

.c-pager__btn svg {
  fill: #fff;
  width: 9px;
}

.c-footer {
  position: relative;
  background-color: #fff;
  padding: 29px 0 33px;
  color: #000;
}

.c-footer__banner-item {
  margin: 0 auto;
  width: 155px;
}

.c-footer__share-title {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1;
}

.c-footer__share-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-footer__share-item {
  width: 42px;
}

.c-footer__share-item + .c-footer__share-item {
  margin-left: 20px;
}

.c-footer__share-item-link {
  display: block;
}

.c-footer__copy {
  margin-top: 22px;
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

.c-banner__link {
  display: block;
  position: relative;
}

.c-banner__link::after {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  opacity: 0.2;
  z-index: 1;
  -webkit-transition: opacity 0.5s ease 0s, -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: opacity 0.5s ease 0s, -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s, opacity 0.5s ease 0s;
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s, opacity 0.5s ease 0s, -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  background-color: #000;
  width: 100%;
  height: 100%;
  content: "";
}

.c-sort {
  position: relative;
  z-index: 1;
  font-size: 10px;
  letter-spacing: normal;
  line-height: 1;
  text-align: left;
}

.c-sort__head {
  position: relative;
  cursor: pointer;
  border: 1px solid #fff;
  padding: 7px 0 7px 10px;
  min-width: 60px;
}

.c-sort__arrow {
  position: absolute;
  top: 8px;
  right: 11px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 5px;
}

.c-sort__arrow svg {
  fill: #fff;
}

.is-ie .c-sort__arrow svg {
  height: 14px;
}

.is-open .c-sort__arrow {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.c-sort__body {
  display: none;
}

.c-sort__list {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  background-color: #fff;
}

.c-sort__link {
  display: block;
  padding: 7px 0 7px 10px;
  color: #000;
}

.p-top__main {
  overflow: hidden;
}

.p-top__main img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0;
  width: 100%;
}

.is-load .p-top__main img {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transition: opacity 0.5s ease 0s, -webkit-transform 3s cubic-bezier(0, 0.9, 0.4, 0.97) 0s;
  transition: opacity 0.5s ease 0s, -webkit-transform 3s cubic-bezier(0, 0.9, 0.4, 0.97) 0s;
  transition: transform 3s cubic-bezier(0, 0.9, 0.4, 0.97) 0s, opacity 0.5s ease 0s;
  transition: transform 3s cubic-bezier(0, 0.9, 0.4, 0.97) 0s, opacity 0.5s ease 0s, -webkit-transform 3s cubic-bezier(0, 0.9, 0.4, 0.97) 0s;
}

.p-top__banner {
  -webkit-transform: translate(0, 25px);
          transform: translate(0, 25px);
  opacity: 0;
  margin: 21px auto 0;
  width: 95%;
  max-width: 335px;
}

.is-load .p-top__banner {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity 0.8s ease 0.3s, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
  transition: opacity 0.8s ease 0.3s, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, opacity 0.8s ease 0.3s;
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, opacity 0.8s ease 0.3s, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
}

.p-top__banner-list {
  font-size: 0;
  letter-spacing: -0.4em;
  white-space: nowrap;
}

.p-top__banner-list > * {
  font-size: 16px;
  letter-spacing: normal;
}

.p-top__banner-item {
  display: inline-block;
}

.p-top__banner-link {
  display: block;
  position: relative;
}

.p-top__banner-link::after {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  opacity: 0.2;
  z-index: 1;
  -webkit-transition: opacity 0.5s ease 0s, -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: opacity 0.5s ease 0s, -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s, opacity 0.5s ease 0s;
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s, opacity 0.5s ease 0s, -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  background-color: #000;
  width: 100%;
  height: 100%;
  content: "";
}

.p-top__banner-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px 0;
}

.p-top__banner-pagination-bullet {
  display: inline-block;
  position: relative;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer;
  background-color: #fff;
  width: 5px;
  height: 5px;
}

.p-top__banner-pagination-bullet + .p-top__banner-pagination-bullet {
  margin-left: 14px;
}

.p-top__banner-pagination-bullet--active {
  background-color: #c0000d;
}

.p-top__banner-pagination-bullet::before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  content: "";
}

.p-top__info {
  position: relative;
  -webkit-transform: translate(0, 25px);
          transform: translate(0, 25px);
  opacity: 0;
  margin: 20px auto 0;
  width: 95%;
  max-width: 335px;
}

.is-load .p-top__info {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity 0.8s ease 0.6s, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.6s;
  transition: opacity 0.8s ease 0.6s, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.6s;
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.6s, opacity 0.8s ease 0.6s;
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.6s, opacity 0.8s ease 0.6s, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.6s;
}

.p-top__info-main {
  position: absolute;
  top: 0;
  left: 0;
  padding: 14.6% 30px 0;
  width: 100%;
  height: 100%;
}

.p-top__info-cap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 7.3% auto 0;
  width: 80px;
}

.p-top__info-list {
  -webkit-overflow-scrolling: touch;
  padding-right: 10px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.p-top__info-item {
  position: relative;
  bottom: 1px;
  text-align: left;
}

.p-top__info-item::before {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  background-color: #fff;
  width: 100%;
  height: 1px;
  content: "";
}

.p-top__info-link {
  display: block;
  padding: 7px 9px 7px 9px;
}

.p-top__info-date {
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 1;
}

.p-top__info-detail {
  margin-top: 3px;
  font-size: 11px;
  letter-spacing: 0.05em;
  line-height: 1.3;
  word-break: break-all;
}

.p-top__world {
  position: relative;
  margin-top: 61px;
}

.p-top__world-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-top__world-img {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 0;
  margin: 0 auto;
  width: 90%;
  max-width: 322px;
}

.is-scroll .p-top__world-img {
  opacity: 1;
  -webkit-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
}

.p-top__world-cover {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/common/bg/bg_pattern.png);
  width: 100%;
  height: 100%;
}

.p-top__world-main {
  position: relative;
  z-index: 1;
  padding: 83px 0 84px;
}

.p-top__world-deco {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.2;
  -webkit-animation: rotate-360 180s linear 0s infinite;
          animation: rotate-360 180s linear 0s infinite;
  margin-top: -89px;
  margin-left: -93px;
  width: 187px;
}

.p-top__world-cap {
  position: relative;
  -webkit-transform: translate(0, 25px);
          transform: translate(0, 25px);
  opacity: 0;
  margin: 0 auto;
  width: 302px;
}

.is-scroll .p-top__world-cap {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity 0.8s ease 0s, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: opacity 0.8s ease 0s, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0s, opacity 0.8s ease 0s;
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0s, opacity 0.8s ease 0s, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}

.p-top__world-text {
  position: relative;
  -webkit-transform: translate(0, 25px);
          transform: translate(0, 25px);
  opacity: 0;
  margin-top: 35px;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 2.4;
}

.is-scroll .p-top__world-text {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity 0.8s ease 0.3s, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
  transition: opacity 0.8s ease 0.3s, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, opacity 0.8s ease 0.3s;
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, opacity 0.8s ease 0.3s, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
}

.p-top__world-paragraph + .p-top__world-paragraph {
  margin-top: 19px;
}

.p-top__nav {
  position: relative;
  margin: 48px auto 0;
  width: 95%;
  max-width: 335px;
}

.p-top__nav-list {
  -webkit-transform: translate(0, 25px);
          transform: translate(0, 25px);
  opacity: 0;
}

.is-scroll .p-top__nav-list {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity 0.8s ease 0s, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: opacity 0.8s ease 0s, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0s, opacity 0.8s ease 0s;
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0s, opacity 0.8s ease 0s, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}

.p-top__nav-link {
  display: block;
  position: relative;
}

.p-top__nav-link::after {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  opacity: 0.2;
  z-index: 1;
  -webkit-transition: opacity 0.5s ease 0s, -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: opacity 0.5s ease 0s, -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s, opacity 0.5s ease 0s;
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s, opacity 0.5s ease 0s, -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  background-color: #000;
  width: 100%;
  height: 100%;
  content: "";
}

.p-top__nav-link--grayout {
  opacity: 0.7;
  pointer-events: none;
}

.p-top__footer {
  margin: 62px 0 61px;
}

.p-novel__nav-link {
  display: block;
  position: relative;
  overflow: hidden;
}

.p-novel__nav-link::after {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  opacity: 0.2;
  z-index: 1;
  -webkit-transition: opacity 0.5s ease 0s, -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: opacity 0.5s ease 0s, -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s, opacity 0.5s ease 0s;
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s, opacity 0.5s ease 0s, -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  background-color: #000;
  width: 100%;
  height: 100%;
  content: "";
}

.p-novel__nav-writer {
  margin-top: 6px;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: right;
}

.p-novel__tab {
  margin: 0 auto;
  max-width: 983px;
}

.p-novel__tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.p-novel__tab-item {
  display: block;
  width: 32.5%;
}

.p-novel__tab-link {
  display: block;
  position: relative;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 9px 3px;
  font-size: 11px;
  letter-spacing: normal;
  line-height: 1.3;
  text-align: center;
}

.p-novel__tab-link::before {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
}

.p-novel__tab-link::after {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  opacity: 0.2;
  z-index: 1;
  -webkit-transition: opacity 0.5s ease 0s, -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: opacity 0.5s ease 0s, -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s, opacity 0.5s ease 0s;
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s, opacity 0.5s ease 0s, -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  background-color: #000;
  width: 100%;
  height: 100%;
  content: "";
}

.is-current .p-novel__tab-link {
  background-color: rgba(192, 0, 13, 0.2);
}

.is-current .p-novel__tab-link::before {
  border-color: rgba(192, 0, 13, 0.5);
}

.p-novel__section {
  margin-top: 26px;
}

.p-novel__section + .p-novel__section {
  margin-top: 30px;
}

.p-novel__section-title {
  margin-bottom: 21px;
  font-size: 15.5px;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-align: center;
}

.p-novel__item + .p-novel__item {
  margin-top: 20px;
}

.p-novel__link {
  display: block;
  position: relative;
}

.p-novel__link::after {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  opacity: 0.2;
  z-index: 1;
  -webkit-transition: opacity 0.5s ease 0s, -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: opacity 0.5s ease 0s, -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s, opacity 0.5s ease 0s;
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s, opacity 0.5s ease 0s, -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  background-color: #000;
  width: 100%;
  height: 100%;
  content: "";
}

.p-novel__head {
  position: relative;
  background-color: #000;
  padding: 10px 19px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: left;
}

.p-novel__head--link {
  padding-right: 120px;
}

.p-novel__head::before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
  border-width: 3px 0 3px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  content: "";
}

.p-novel__head-cap {
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  margin-top: -12px;
  border: 1px solid #c0000d;
  padding: 6px 23px 6px;
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 1;
}

.p-novel__head-cap::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  z-index: -1;
  -webkit-transition: opacity 0.4s ease 0s, -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: opacity 0.4s ease 0s, -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0s, opacity 0.4s ease 0s;
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0s, opacity 0.4s ease 0s, -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  background-color: #c0000d;
  width: 100%;
  height: 100%;
  content: "";
}

.p-novel__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 14px 20px 16px;
  color: #000;
}

.p-novel__img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 15px;
  padding-top: 2px;
  width: 105px;
}

.p-novel__text {
  width: 100%;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-align: left;
  word-break: break-all;
}

.p-novel__footer {
  margin-top: 40px;
}

.p-novel__article {
  padding: 5px 0 0;
}

.p-novel__article-chapter {
  font-size: 15.5px;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-align: center;
}

.p-novel__chara-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 32px auto 0;
}

.p-novel__chara-item {
  position: relative;
  margin-bottom: 4.6%;
  width: 47.7%;
}

.p-novel__chara-item.is-disabled {
  pointer-events: none !important;
}

.p-novel__chara-link {
  display: block;
  position: relative;
}

.p-novel__chara-link::after {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  opacity: 0.2;
  z-index: 1;
  -webkit-transition: opacity 0.5s ease 0s, -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: opacity 0.5s ease 0s, -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s, opacity 0.5s ease 0s;
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s, opacity 0.5s ease 0s, -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  background-color: #000;
  width: 100%;
  height: 100%;
  content: "";
}

.p-novel__chara-img {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}

.p-novel__chara-img figure {
  position: absolute;
  top: 0;
  left: 0;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.p-novel__chara-text {
  background-color: #000;
  padding: 13px 15px 16px;
  text-align: left;
}

.p-novel__chara-name {
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 1.3;
}

.p-novel__chara-detail {
  margin-top: 32px;
}

.p-novel__chara-detail-head {
  background-color: #000;
  padding: 21px 22px 21px;
  text-align: left;
}

.p-novel__chara-detail-name {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

.p-novel__chara-detail-body {
  background-color: #fff;
  padding-bottom: 5.3%;
  overflow: hidden;
  color: #000;
  font-size: 13.5px;
  letter-spacing: normal;
  line-height: 1.8;
  text-align: left;
}

.p-novel__chara-detail-inner {
  position: relative;
}

.p-novel__chara-detail-voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 18px 0 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #eee;
  padding: 15px 19px 8px;
}

.p-novel__chara-detail-voice .p-in-head {
  margin-right: 17px;
  margin-bottom: 6px;
  color: #c0000d;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
}

.p-novel__chara-detail-voice .p-in-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-novel__chara-detail-voice .p-in-item {
  margin-right: 8px;
  margin-bottom: 5px;
}

.p-novel__chara-detail-voice .p-in-item button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-radius: 0;
  background: none;
  padding: 3px 5px;
  width: 100%;
}

.p-novel__chara-detail-voice .p-in-item button.is-playing {
  -webkit-animation: fade-in-out 1.4s infinite;
          animation: fade-in-out 1.4s infinite;
}

.p-novel__chara-detail-voice .p-in-item button.is-playing svg path {
  fill: #c0000d;
}

.p-novel__chara-detail-voice .p-in-item svg {
  width: 17px;
  height: 15px;
}

.p-novel__chara-detail-voice .p-in-item svg path {
  fill-rule: evenodd;
  -webkit-transition: fill .5s;
  transition: fill .5s;
}

.p-novel__chara-detail-chart {
  margin-top: 32px;
}

.p-novel__story {
  margin-top: 33px;
}

.p-novel__story-item + .p-novel__story-item {
  margin-top: 20px;
}

.p-novel__story-head {
  background-color: #000;
  padding: 20px 20px 23px;
  color: #fff;
}

.p-novel__story-title {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.3;
}

.p-novel__story-body {
  position: relative;
  height: 76.5vh;
  overflow: hidden;
}

.p-novel__story-bg {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.is-load .p-novel__story-bg {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transition: opacity 0.5s ease 0.1s, -webkit-transform 3s cubic-bezier(0, 0.9, 0.4, 0.97) 0.1s;
  transition: opacity 0.5s ease 0.1s, -webkit-transform 3s cubic-bezier(0, 0.9, 0.4, 0.97) 0.1s;
  transition: transform 3s cubic-bezier(0, 0.9, 0.4, 0.97) 0.1s, opacity 0.5s ease 0.1s;
  transition: transform 3s cubic-bezier(0, 0.9, 0.4, 0.97) 0.1s, opacity 0.5s ease 0.1s, -webkit-transform 3s cubic-bezier(0, 0.9, 0.4, 0.97) 0.1s;
}

.is-load .p-novel__story-bg {
  -webkit-transition: opacity 1.5s ease, -webkit-transform 4s cubic-bezier(0.25, 1, 0.5, 1) 0.1s;
  transition: opacity 1.5s ease, -webkit-transform 4s cubic-bezier(0.25, 1, 0.5, 1) 0.1s;
  transition: transform 4s cubic-bezier(0.25, 1, 0.5, 1) 0.1s, opacity 1.5s ease;
  transition: transform 4s cubic-bezier(0.25, 1, 0.5, 1) 0.1s, opacity 1.5s ease, -webkit-transform 4s cubic-bezier(0.25, 1, 0.5, 1) 0.1s;
}

.p-novel__story-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  content: "";
}

.p-novel__story-inner {
  position: relative;
  padding: 20px;
  height: 100%;
}

.p-novel__story-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  font-size: 13px;
  letter-spacing: normal;
  line-height: 1.85;
  text-align: left;
}

.p-world__nav-link {
  display: block;
  position: relative;
  overflow: hidden;
}

.p-world__nav-link::after {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  opacity: 0.2;
  z-index: 1;
  -webkit-transition: opacity 0.5s ease 0s, -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: opacity 0.5s ease 0s, -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s, opacity 0.5s ease 0s;
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s, opacity 0.5s ease 0s, -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  background-color: #000;
  width: 100%;
  height: 100%;
  content: "";
}

.p-world__nav-writer {
  margin-top: 6px;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: right;
}

.p-world__item + .p-world__item {
  margin-top: 16px;
}

.p-world__link {
  display: block;
  position: relative;
}

.p-world__link::after {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  opacity: 0.2;
  z-index: 1;
  -webkit-transition: opacity 0.5s ease 0s, -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: opacity 0.5s ease 0s, -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s, opacity 0.5s ease 0s;
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s, opacity 0.5s ease 0s, -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  background-color: #000;
  width: 100%;
  height: 100%;
  content: "";
}

.p-world__head {
  position: relative;
  background-color: #000;
  padding: 10px 19px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: left;
}

.p-world__head--link {
  padding-right: 120px;
}

.p-world__head::before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
  border-width: 3px 0 3px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  content: "";
}

.p-world__head-cap {
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  margin-top: -12px;
  border: 1px solid #c0000d;
  padding: 6px 23px 6px;
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 1;
}

.p-world__head-cap::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  z-index: -1;
  -webkit-transition: opacity 0.4s ease 0s, -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: opacity 0.4s ease 0s, -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0s, opacity 0.4s ease 0s;
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0s, opacity 0.4s ease 0s, -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  background-color: #c0000d;
  width: 100%;
  height: 100%;
  content: "";
}

.p-world__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 15px 20px 17px;
  color: #000;
}

.p-world__img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 15px;
  padding-top: 2px;
  width: 105px;
}

.p-world__text {
  width: 100%;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.6;
  text-align: left;
  word-break: break-all;
}

.p-world__footer {
  margin-top: 40px;
}

.p-world__article {
  padding: 5px 0 0;
}

.p-movie__btn {
  position: relative;
  cursor: pointer;
}

.p-movie__img {
  position: relative;
  overflow: hidden;
}

.p-movie__img::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))) repeat-x left bottom;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%) repeat-x left bottom;
  background-size: auto 100px;
  width: 100%;
  height: 100%;
  content: "";
}

.p-movie__img::after {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 1;
  background: url(../img/movie/btn_play.svg) no-repeat center center;
  background-size: contain;
  width: 32px;
  height: 32px;
  content: "";
}

.p-movie__img-inner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-movie__img-inner::before {
  display: block;
  padding-top: 56.25%;
  content: "";
}

.p-movie__text {
  margin-top: 12px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: left;
}

.p-unit__tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-unit__tab-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 1px;
  height: 32px;
  font-size: 11px;
  letter-spacing: 0.05em;
  line-height: 1;
}

.p-unit__tab-link::before {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  background-color: #fff;
  width: 100%;
  height: 100%;
  content: "";
}

.p-unit__tab-link--1::before {
  background-color: #FCC600;
}

.p-unit__tab-link--2::before {
  background-color: #c40018;
}

.p-unit__tab-link--3::before {
  background-color: #007C36;
}

.p-unit__tab-link--4::before {
  background-color: #ABB3BF;
}

.p-unit__tab-link--5::before {
  background-color: #062C87;
}

.p-unit__tab-link--6::before {
  background-color: #EB6C99;
}

.p-unit__tab-link::after {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  opacity: 0.2;
  z-index: 1;
  -webkit-transition: opacity 0.5s ease 0s, -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: opacity 0.5s ease 0s, -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s, opacity 0.5s ease 0s;
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s, opacity 0.5s ease 0s, -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  background-color: #000;
  width: 100%;
  height: 100%;
  content: "";
}

.p-unit__tab-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  margin: auto;
  background: url(../img/unit/country/icon_unit_1_w.svg) no-repeat center center;
  background-size: contain;
  width: 19px;
  height: 19px;
}

.p-unit__tab-link--1 .p-unit__tab-icon {
  background-image: url(../img/unit/country/icon_unit_1_w.svg);
}

.p-unit__tab-link--2 .p-unit__tab-icon {
  background-image: url(../img/unit/country/icon_unit_2_w.svg);
}

.p-unit__tab-link--3 .p-unit__tab-icon {
  background-image: url(../img/unit/country/icon_unit_3_w.svg);
}

.p-unit__tab-link--4 .p-unit__tab-icon {
  background-image: url(../img/unit/country/icon_unit_4_w.svg);
}

.p-unit__tab-link--5 .p-unit__tab-icon {
  background-image: url(../img/unit/country/icon_unit_5_w.svg);
}

.p-unit__tab-link--6 .p-unit__tab-icon {
  background-image: url(../img/unit/country/icon_unit_6_w.svg);
}

.p-unit__tab-deco::before {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  content: "";
}

.p-unit__tab-deco::after {
  position: absolute;
  right: 3px;
  bottom: 3px;
  border-width: 6px;
  border-style: solid;
  border-color: transparent #fff #fff transparent;
  width: 12px;
  height: 12px;
  content: "";
}

.p-unit__tab-link--1 .p-unit__tab-deco::after {
  border-color: transparent #FCC600 #FCC600 transparent;
}

.p-unit__tab-link--2 .p-unit__tab-deco::after {
  border-color: transparent #c40018 #c40018 transparent;
}

.p-unit__tab-link--3 .p-unit__tab-deco::after {
  border-color: transparent #007C36 #007C36 transparent;
}

.p-unit__tab-link--4 .p-unit__tab-deco::after {
  border-color: transparent #ABB3BF #ABB3BF transparent;
}

.p-unit__tab-link--5 .p-unit__tab-deco::after {
  border-color: transparent #062C87 #062C87 transparent;
}

.p-unit__tab-link--6 .p-unit__tab-deco::after {
  border-color: transparent #EB6C99 #EB6C99 transparent;
}

.p-unit__tab-inner {
  position: relative;
}

.p-unit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 32px;
}

.p-unit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-unit__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.p-unit__link::after {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  opacity: 0.2;
  z-index: 1;
  -webkit-transition: opacity 0.5s ease 0s, -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: opacity 0.5s ease 0s, -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s, opacity 0.5s ease 0s;
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s, opacity 0.5s ease 0s, -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  background-color: #000;
  width: 100%;
  height: 100%;
  content: "";
}

.p-unit__inner {
  border: 1px solid #fff;
  background-color: #000;
}

.p-unit__link--1 .p-unit__inner {
  border-color: #977700;
}

.p-unit__link--2 .p-unit__inner {
  border-color: #76000e;
}

.p-unit__link--3 .p-unit__inner {
  border-color: #004a20;
}

.p-unit__link--4 .p-unit__inner {
  border-color: #5b5f65;
}

.p-unit__link--5 .p-unit__inner {
  border-color: #041a51;
}

.p-unit__link--6 .p-unit__inner {
  border-color: #8d415c;
}

.p-unit__text {
  padding: 9px 12px 38px;
  text-align: left;
}

.p-unit__name {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.p-unit__category {
  position: relative;
  margin-top: 8px;
  padding-left: 18px;
  font-size: 11px;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

.p-unit__category::before {
  position: absolute;
  top: 50%;
  left: -3px;
  margin-top: -8px;
  background: no-repeat center center;
  background-size: contain;
  width: 18px;
  height: 18px;
  content: "";
}

.p-unit__category--1::before {
  background-image: url(../img/unit/country/icon_unit_1.svg);
}

.p-unit__category--2::before {
  background-image: url(../img/unit/country/icon_unit_2.svg);
}

.p-unit__category--3::before {
  background-image: url(../img/unit/country/icon_unit_3.svg);
}

.p-unit__category--4::before {
  background-image: url(../img/unit/country/icon_unit_4.svg);
}

.p-unit__category--5::before {
  background-image: url(../img/unit/country/icon_unit_5.svg);
}

.p-unit__category--6::before {
  background-image: url(../img/unit/country/icon_unit_6.svg);
}

.p-unit__logo {
  position: absolute;
  right: 5px;
  bottom: 5px;
  border-radius: 2px;
  background-color: #fff;
  padding: 4px 5px;
  width: 40px;
}

.p-unit__footer {
  margin-top: 40px;
}

.p-unit__detail {
  position: relative;
  border: 1px solid #fff;
  background-color: #000;
  text-align: left;
}

.p-unit__detail--1 {
  border-color: #977700;
}

.p-unit__detail--2 {
  border-color: #76000e;
}

.p-unit__detail--3 {
  border-color: #004a20;
}

.p-unit__detail--4 {
  border-color: #5b5f65;
}

.p-unit__detail--5 {
  border-color: #041a51;
}

.p-unit__detail--6 {
  border-color: #8d415c;
}

.p-unit__detail-head {
  padding: 17px 20px 32px;
}

.p-unit__detail-name {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

.p-unit__detail-category {
  position: relative;
  margin-top: 13px;
  padding-left: 20px;
  font-size: 12px;
  letter-spacing: 0.12em;
  line-height: 1.3;
}

.p-unit__detail-category::before {
  position: absolute;
  top: 50%;
  left: -2px;
  margin-top: -8px;
  background: no-repeat center center;
  background-size: contain;
  width: 18px;
  height: 18px;
  content: "";
}

.p-unit__detail-category--1::before {
  background-image: url(../img/unit/country/icon_unit_1.svg);
}

.p-unit__detail-category--2::before {
  background-image: url(../img/unit/country/icon_unit_2.svg);
}

.p-unit__detail-category--3::before {
  background-image: url(../img/unit/country/icon_unit_3.svg);
}

.p-unit__detail-category--4::before {
  background-image: url(../img/unit/country/icon_unit_4.svg);
}

.p-unit__detail-category--5::before {
  background-image: url(../img/unit/country/icon_unit_5.svg);
}

.p-unit__detail-category--6::before {
  background-image: url(../img/unit/country/icon_unit_6.svg);
}

.p-unit__detail-type {
  margin-top: 8px;
  font-size: 11px;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

.p-unit__detail-img {
  margin-top: 19px;
}

.p-unit__detail-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  margin-top: 24px;
  border: 1px solid #fff;
  height: 40px;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

.p-unit__detail-logo {
  margin: 24px auto 0;
  border-radius: 2px;
  background-color: #fff;
  padding: 9px 10px;
  width: 100px;
}

.p-unit__detail-body {
  background-color: #fff;
  padding: 25px 20px 34px;
  color: #000;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 2;
}

@media screen and (min-width: 901px){
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .is-pc-inline {
    display: inline;
  }
  .is-sp-inline {
    display: none;
  }
  .is-pc-inline-block {
    display: inline-block;
  }
  .is-sp-inline-block {
    display: none;
  }
  .l-main {
    padding-top: 110px;
  }
  .l-bg::before, .l-bg::after {
    width: 240px;
  }
  .c-header {
    position: fixed;
    height: 70px;
  }
  .c-header::before {
    top: 69px;
    width: 290px;
    height: 21px;
  }
  .c-header__logo {
    top: 23px;
    left: 19px;
  }
  .c-header__logo-link {
    -webkit-transition: opacity 0.5s ease 0s;
    transition: opacity 0.5s ease 0s;
  }
  .c-header__logo-link:hover {
    opacity: 0.7;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .c-header__logo-link {
    width: 124px;
  }
  .c-header__logo-sub {
    margin-left: 16px;
    padding-bottom: 3px;
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1;
  }
  .c-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 70px;
    left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 10;
    background-color: #000;
    width: 100%;
  }
  .c-nav__link {
    padding: 11px 21px 0;
    font-size: 16px;
    letter-spacing: 0.13em;
    line-height: 1;
  }
  .c-nav__link {
    height: 40px;
  }
  .c-nav__link:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .c-nav__link-en {
    margin-left: 5px;
    font-size: 12px;
    letter-spacing: 0.06em;
    line-height: 1;
  }
  .c-nav__banner {
    position: fixed;
    top: 12px;
    right: 15px;
    z-index: 30;
  }
  .c-nav__banner-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-nav__banner-item + .c-nav__banner-item {
    margin-left: 4px;
  }
  .c-nav__banner-link {
    -webkit-transition: opacity 0.5s ease 0s;
    transition: opacity 0.5s ease 0s;
  }
  .c-nav__banner-link:hover {
    opacity: 0.7;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .c-deco {
    top: -261px;
    opacity: 0.1;
    margin-left: -370px;
    width: 740px;
  }
  .c-breadcrumb {
    padding: 12px 0 15px;
  }
  .c-breadcrumb::after {
    position: absolute;
    bottom: 0;
    left: 0%;
    opacity: 0.5;
    background-color: #fff;
    width: 100%;
    height: 1px;
    content: "";
  }
  .c-breadcrumb__list {
    margin: 0 auto;
    width: 90%;
    max-width: 1080px;
  }
  .c-breadcrumb__item {
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1;
  }
  .c-breadcrumb__item + .c-breadcrumb__item {
    margin-left: 42px;
  }
  .c-breadcrumb__item + .c-breadcrumb__item::before {
    bottom: 3px;
    left: -26px;
    width: 7px;
    height: 7px;
  }
  .c-section__head {
    padding: 75px 0 77px;
  }
  .c-section__title {
    padding-left: 0.1em;
    font-size: 35px;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .c-section__en {
    margin-top: 21px;
    font-size: 24px;
    letter-spacing: 0.07em;
    line-height: 1;
  }
  .c-section__cap {
    margin-top: 38px;
    font-size: 26px;
    letter-spacing: 0.11em;
    line-height: 1;
  }
  .c-section__cap--crossepic img {
    margin-bottom: -20px;
    width: 320px;
  }
  .c-section__body {
    margin: 0 auto;
    padding: 0 0 111px;
    width: 90%;
    max-width: 1080px;
    min-height: 60vh;
  }
  .c-section__sort {
    top: -56px;
    right: 0;
  }
  .c-article__head {
    background-size: 315px;
    padding: 36px 49px 36px;
  }
  .c-article--history .c-article__head {
    padding-bottom: 32px;
  }
  .c-article__cap {
    margin-bottom: 15px;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.3;
  }
  .c-article--crossepic .c-article__cap {
    margin: 3px 0 22px;
    font-size: 18px;
    letter-spacing: 0.07em;
    line-height: 1.3;
  }
  .c-article__title {
    font-size: 28px;
    letter-spacing: 0.05em;
    line-height: 1.3;
  }
  .c-article__caption {
    margin-top: 19px;
    font-size: 19px;
    letter-spacing: 0.05em;
    line-height: 1.3;
  }
  .c-article__body {
    padding: 64px 50px 74px;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
  .c-article--history .c-article__body {
    padding-top: 40px;
  }
  .c-article--novel .c-article__body {
    padding-top: 38px;
  }
  .c-article--table .c-article__body {
    padding-top: 57px;
  }
  .c-article__body .p-in-small {
    font-size: 0.75em;
  }
  .c-article__body h4 {
    margin-top: 63px;
    margin-bottom: 39px;
    padding: 11px 15px 13px;
  }
  .c-article__body h5 {
    margin-top: 51px;
    margin-bottom: 38px;
    padding: 3px 9px 5px;
  }
  .c-article__body h6 {
    margin-top: 38px;
    margin-bottom: 41px;
    padding: 11px 0px 11px;
  }
  .c-article__talk, .c-article__text, .c-article__img {
    margin: 69px 0 69px;
  }
  .c-article--history .c-article__talk, .c-article--history .c-article__text, .c-article--history .c-article__img {
    margin: 56px 0 56px;
  }
  .c-article--novel .c-article__talk, .c-article--novel .c-article__text, .c-article--novel .c-article__img {
    margin: 59px 0 59px;
  }
  .c-article__talk:first-child, .c-article__text:first-child, .c-article__img:first-child {
    margin-top: 0;
  }
  .c-article__talk:last-child, .c-article__text:last-child, .c-article__img:last-child {
    margin-bottom: 0;
  }
  .c-article__talk {
    padding: 0 50px;
  }
  .c-article__talk-item + .c-article__talk-item {
    margin-top: 41px;
  }
  .c-article__talk-item--l .c-article__talk-img {
    left: 1px;
  }
  .c-article__talk-item--r .c-article__talk-img {
    right: 0px;
  }
  .c-article__talk-img {
    width: 160px;
  }
  .c-article__talk-img::after {
    border-width: 2px;
  }
  .c-article__talk-img::before {
    right: -24px;
    margin-top: -14px;
    border-width: 14px;
  }
  .c-article__talk-item--r .c-article__talk-img::before {
    left: -24px;
  }
  .c-article__talk-text {
    padding: 38px 30px 38px 31px;
    min-height: 160px;
  }
  .c-article__talk-item--l .c-article__talk-text {
    margin-left: 191px;
  }
  .c-article__talk-item--r .c-article__talk-text {
    margin-right: 191px;
    padding-left: 49px;
  }
  .c-article__talk-text::before, .c-article__talk-text::after {
    border-width: 10px;
  }
  .c-article--history .c-article__text {
    font-size: 18px;
  }
  .c-article__text p + p {
    margin-top: 1.8em;
  }
  .c-article__catch {
    margin-bottom: 42px;
    line-height: 1.8;
    text-align: center;
  }
  .c-article__history + .c-article__img {
    margin-top: 48px;
  }
  .c-article__history-item {
    padding: 25px 10px 26px 144px;
  }
  .c-article__history-head {
    padding-top: 32px;
    padding-right: 4px;
    width: 119px;
    font-size: 15px;
    letter-spacing: normal;
    line-height: 1;
  }
  .c-article__history-body {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
  .c-article__history .c-article__history-link {
    -webkit-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
  }
  .c-article__history .c-article__history-link:hover {
    color: #c00405;
  }
  .c-article__history .c-article__history-link::after {
    bottom: -2px;
    height: 2px;
  }
  .c-pager {
    font-size: 17px;
    letter-spacing: normal;
    line-height: 1;
  }
  .c-pager__item + .c-pager__item {
    margin-left: 18px;
  }
  .c-pager__num {
    -webkit-transition: color 0.5s ease 0s;
    transition: color 0.5s ease 0s;
    width: 44px;
    height: 44px;
  }
  .c-pager__num:hover {
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    color: #000;
  }
  .c-pager__num:hover::before {
    opacity: 1;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .c-pager__back {
    -webkit-transition: color 0.5s ease 0s;
    transition: color 0.5s ease 0s;
    margin: 0;
    width: 293px;
    height: 44px;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .c-pager__back:hover {
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    color: #000;
  }
  .c-pager__back:hover::before {
    opacity: 1;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .c-pager__btn {
    margin-top: -22px;
    width: 44px;
    height: 44px;
  }
  .c-pager__btn--prev:hover {
    -webkit-transform: translate(-5px, 0);
            transform: translate(-5px, 0);
  }
  .c-pager__btn--prev {
    left: -55px;
  }
  .c-pager__btn--next:hover {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0);
  }
  .c-pager__btn--next {
    right: -55px;
  }
  .c-pager__btn svg {
    width: 14px;
  }
  .is-ie .c-pager__btn svg {
    height: 28px;
  }
  .c-footer {
    padding: 33px 0px 17px;
  }
  .c-footer__block:nth-child(1) {
    float: left;
    padding-left: 27px;
  }
  .c-footer__block:nth-child(2) {
    float: right;
    padding-top: 6px;
    padding-right: 27px;
  }
  .c-footer__banner-item {
    width: 200px;
  }
  .c-footer__share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .c-footer__share-title {
    padding-right: 13px;
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .c-footer__share-item {
    width: 49px;
  }
  .c-footer__share-item + .c-footer__share-item {
    margin-left: 13px;
  }
  .c-footer__share-item-link {
    -webkit-transition: opacity 0.5s ease 0s;
    transition: opacity 0.5s ease 0s;
  }
  .c-footer__share-item-link:hover {
    opacity: 0.7;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .c-footer__copy {
    margin-top: 17px;
    font-size: 10px;
    letter-spacing: 0.07em;
    line-height: 1.8;
    text-align: right;
  }
  .c-banner {
    margin: 0 auto;
    width: 95%;
    max-width: 1020px;
  }
  .c-banner__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-banner__item {
    width: 39.3%;
  }
  .c-banner__item:nth-child(2n+1) {
    margin-right: 3.6%;
    margin-left: 9%;
  }
  .c-banner__item:nth-child(n+3) {
    margin-top: 4.2%;
  }
  .c-banner__link:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    opacity: 0.2;
  }
  .c-sort {
    font-size: 14px;
    letter-spacing: normal;
    line-height: 1;
  }
  .c-sort__head {
    padding: 10px 0 10px 18px;
    min-width: 92px;
  }
  .c-sort__arrow {
    top: 10px;
    right: 18px;
    width: 7px;
  }
  .c-sort__link {
    padding: 10px 0 10px 18px;
  }
  .p-top__banner {
    margin: 47px auto 0;
    max-width: 810px;
  }
  .p-top__banner-link:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    opacity: 0.2;
  }
  .p-top__banner-pagination {
    padding: 19px 0;
  }
  .p-top__banner-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .p-top__banner-pagination-bullet + .p-top__banner-pagination-bullet {
    margin-left: 20px;
  }
  .p-top__info {
    margin: 33px auto 0;
    width: auto;
    max-width: 1080px;
  }
  .is-ie .p-top__info-bg svg {
    height: 240px;
  }
  .p-top__info-main {
    padding: 17px 39px 0px 239px;
  }
  .p-top__info-cap {
    top: 50%;
    left: 61px;
    margin-top: -14px;
    width: 130px;
  }
  .p-top__info-list {
    height: 206px;
  }
  .p-top__info-list::-webkit-scrollbar {
    background: rgba(0, 0, 0, 0);
    width: 10px;
  }
  .p-top__info-list::-webkit-scrollbar-corner {
    background: rgba(0, 0, 0, 0);
  }
  .p-top__info-list::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.2);
  }
  .p-top__info-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 6px 9px 10px 9px;
  }
  .p-top__info-date {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 110px;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .p-top__info-detail {
    text-underline-offset: 3px;
    margin-top: 0;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .p-top__info-link:hover .p-top__info-detail {
    text-decoration: underline;
  }
  .p-top__world {
    margin-top: 76px;
  }
  .p-top__world-img {
    top: 50%;
    max-width: 522px;
  }
  .p-top__world-cover {
    background-size: 360px;
  }
  .p-top__world-main {
    padding: 132px 0 112px;
  }
  .p-top__world-deco {
    margin-top: -146px;
    margin-left: -153px;
    width: 308px;
  }
  .p-top__world-cap {
    width: 496px;
  }
  .p-top__world-text {
    margin-top: 53px;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 2;
  }
  .p-top__world-paragraph + .p-top__world-paragraph {
    margin-top: 28px;
  }
  .p-top__nav {
    margin: 122px auto 0;
    max-width: 1020px;
  }
  .p-top__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-top__nav-item {
    width: 45%;
  }
  .p-top__nav-item:nth-child(2n+1) {
    margin-right: 5.8%;
    margin-left: 2.1%;
  }
  .p-top__nav-item:nth-child(n+3) {
    margin-top: 4.2%;
  }
  .p-top__nav-link:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    opacity: 0.2;
  }
  .p-top__footer {
    margin: 117px 0 166px;
  }
  .p-novel__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-novel__nav-item {
    width: 42.6%;
  }
  .p-novel__nav-item:nth-child(2n + 1) {
    margin-right: 5.4%;
    margin-left: 4.7%;
  }
  .p-novel__nav-item:nth-child(n + 3) {
    margin-top: 5.7%;
  }
  .p-novel__nav-link:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    opacity: 0.2;
  }
  .p-novel__nav-writer {
    margin-top: 8px;
    font-size: 12px;
    letter-spacing: 0.04em;
    line-height: 1;
  }
  .p-novel__tab-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-novel__tab-item {
    margin: 7px;
    width: 236px;
  }
  .p-novel__tab-link {
    padding: 11.5px 3px;
    font-size: 16px;
    letter-spacing: normal;
    line-height: 1.3;
  }
  .p-novel__tab-link:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    opacity: 0.2;
  }
  .p-novel__section {
    margin-top: 53px;
  }
  .p-novel__section + .p-novel__section {
    margin-top: 77px;
  }
  .p-novel__section-title {
    margin-bottom: 66px;
    font-size: 25.5px;
    letter-spacing: 0.12em;
    line-height: 1.3;
  }
  .p-novel__item + .p-novel__item {
    margin-top: 48px;
  }
  .p-novel__link:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    opacity: 0.2;
  }
  .p-novel__head {
    padding: 22px 50px;
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .p-novel__head--link {
    padding-right: 160px;
  }
  .p-novel__head::before {
    margin-top: -10px;
    border-width: 10px 0 10px 32px;
  }
  .p-novel__head-cap {
    right: 20px;
    margin-top: -18px;
    padding: 6px 26px 7px;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .p-novel__link:hover .p-novel__head-cap::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .p-novel__body {
    padding: 28px 50px 33px;
  }
  .p-novel__img {
    margin-right: 40px;
    padding-top: 4px;
    width: 280px;
  }
  .p-novel__text {
    font-size: 18px;
    letter-spacing: 0.02em;
    line-height: 2;
  }
  .p-novel__footer {
    margin-top: 64px;
  }
  .p-novel__article-chapter {
    margin: 50px 0 65px;
    font-size: 25.5px;
    letter-spacing: 0.12em;
    line-height: 1.3;
  }
  .p-novel__chara-list {
    margin-top: 76px;
  }
  .p-novel__chara-item {
    margin: 0 2.26% 2.2% 0;
    width: 23.3%;
  }
  .p-novel__chara-item:nth-of-type(4n) {
    margin-right: 0;
  }
  .p-novel__chara-link:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    opacity: 0.2;
  }
  .p-novel__chara-text {
    padding: 20px 15px 22px;
  }
  .p-novel__chara-name {
    font-size: 18px;
    letter-spacing: 0.06em;
    line-height: 1.3;
  }
  .p-novel__chara-detail {
    margin-top: 72px;
  }
  .p-novel__chara-detail-head {
    padding: 33px 50px;
  }
  .p-novel__chara-detail-name {
    font-size: 27.5px;
    letter-spacing: 0.08em;
    line-height: 1.3;
  }
  .p-novel__chara-detail-body {
    padding-bottom: 29px;
    font-size: 18.5px;
    letter-spacing: normal;
    line-height: 1.95;
  }
  .p-novel__chara-detail-inner {
    padding: 37px 48px;
  }
  .p-novel__chara-detail-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
  }
  .p-novel__chara-detail-data {
    position: relative;
    width: 45.6%;
    min-height: 50.38vw;
  }
  .p-novel__chara-detail-text {
    padding: 0 1px;
  }
  .p-novel__chara-detail-voice {
    margin: 32px 0 15px;
    padding: 20px 29px 14px;
  }
  .p-novel__chara-detail-voice .p-in-head {
    margin-right: 22px;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .p-novel__chara-detail-voice .p-in-item {
    margin-right: 10px;
  }
  .p-novel__chara-detail-voice .p-in-item button:hover svg path {
    fill: #c0000d;
    -webkit-transition: fill .25s;
    transition: fill .25s;
  }
  .p-novel__chara-detail-voice .p-in-item svg {
    width: 22px;
    height: 18px;
  }
  .p-novel__chara-detail-chart {
    margin-top: 49px;
  }
  .p-novel__story {
    margin-top: 58px;
  }
  .p-novel__story-item + .p-novel__story-item {
    margin-top: 48px;
  }
  .p-novel__story-head {
    padding: 32px 49px 32px;
  }
  .p-novel__story-title {
    font-size: 27.5px;
    letter-spacing: 0.08em;
    line-height: 1.3;
  }
  .p-novel__story-body {
    height: 600px;
  }
  .p-novel__story-inner {
    padding: 40px 50px;
  }
  .p-novel__story-text {
    padding: 40px 50px;
    font-size: 17.5px;
    letter-spacing: 0.05em;
    line-height: 1.85;
  }
  .p-world__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-world__nav-item {
    width: 42.6%;
  }
  .p-world__nav-item:nth-child(2n+1) {
    margin-right: 5.4%;
    margin-left: 4.7%;
  }
  .p-world__nav-item:nth-child(n+3) {
    margin-top: 5.7%;
  }
  .p-world__nav-link:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    opacity: 0.2;
  }
  .p-world__nav-writer {
    margin-top: 8px;
    font-size: 12px;
    letter-spacing: 0.04em;
    line-height: 1;
  }
  .p-world__item + .p-world__item {
    margin-top: 48px;
  }
  .p-world__link:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    opacity: 0.2;
  }
  .p-world__head {
    padding: 22px 50px;
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .p-world__head--link {
    padding-right: 160px;
  }
  .p-world__head::before {
    margin-top: -10px;
    border-width: 10px 0 10px 32px;
  }
  .p-world__head-cap {
    right: 20px;
    margin-top: -18px;
    padding: 6px 26px 7px;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .p-world__link:hover .p-world__head-cap::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .p-world__body {
    padding: 28px 50px 33px;
  }
  .p-world__img {
    margin-right: 40px;
    padding-top: 4px;
    width: 280px;
  }
  .p-world__text {
    font-size: 18px;
    letter-spacing: 0.02em;
    line-height: 2;
  }
  .p-world__footer {
    margin-top: 64px;
  }
  .p-movie__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-movie__item {
    width: 42.6%;
  }
  .p-movie__item:nth-child(2n+1) {
    margin-right: 5.4%;
    margin-left: 4.7%;
  }
  .p-movie__item:nth-child(n+3) {
    margin-top: 5.7%;
  }
  .p-movie__img::after {
    right: 17px;
    bottom: 17px;
    width: 44px;
    height: 44px;
  }
  .p-movie__img-inner {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0s;
    transition: -webkit-transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0s;
    transition: transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0s;
    transition: transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0s, -webkit-transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  }
  .p-movie__btn:hover .p-movie__img-inner {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s;
    transition: -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s;
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s;
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  }
  .p-movie__text {
    margin-top: 14px;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .p-unit__tab {
    margin: 0 auto;
    max-width: 983px;
  }
  .p-unit__tab-item {
    margin-right: 1.2%;
    width: 24.1%;
  }
  .p-unit__tab-item:nth-child(4n) {
    margin-right: 0;
  }
  .p-unit__tab-item:nth-child(n+5) {
    margin-top: 1.3%;
  }
  .p-unit__tab-link {
    padding-bottom: 2px;
    height: 44px;
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1;
  }
  .p-unit__tab-link:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    opacity: 0.2;
  }
  .p-unit__tab-icon {
    left: 11px;
    width: 27px;
    height: 27px;
  }
  .p-unit__tab-deco::after {
    right: 4px;
    bottom: 4px;
    border-width: 8px;
    width: 16px;
    height: 16px;
  }
  .p-unit__list {
    margin-top: 58px;
  }
  .p-unit__item {
    margin-right: 2.25%;
    width: 23.3%;
  }
  .p-unit__item:nth-child(4n) {
    margin-right: 0;
  }
  .p-unit__item:nth-child(n+5) {
    margin-top: 2.2%;
  }
  .p-unit__link:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    opacity: 0.2;
  }
  .p-unit__text {
    padding: 17px 13px 47px;
  }
  .p-unit__name {
    font-size: 17px;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
  .p-unit__category {
    margin-top: 9px;
    padding-left: 30px;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.3;
  }
  .p-unit__category::before {
    left: -2px;
    margin-top: -13px;
    width: 28px;
    height: 28px;
  }
  .p-unit__logo {
    right: 8px;
    bottom: 9px;
    border-radius: 5px;
    padding: 6px 7px;
    width: 60px;
  }
  .p-unit__detail-head {
    padding: 39px 50px 32px 50%;
    min-height: 529px;
  }
  .p-unit__detail-name {
    padding-top: 5px;
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 1.3;
  }
  .p-unit__detail-category {
    margin-top: 29px;
    padding-left: 30px;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.3;
  }
  .p-unit__detail-category::before {
    left: -4px;
    margin-top: -16px;
    width: 32px;
    height: 32px;
  }
  .p-unit__detail-type {
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.3;
  }
  .p-unit__detail-img {
    position: absolute;
    top: 39px;
    left: 49px;
    margin-top: 0;
    width: 41.7%;
  }
  .p-unit__detail-link {
    -webkit-transition: color 0.5s ease 0s;
    transition: color 0.5s ease 0s;
    margin-top: 46px;
    padding-bottom: 1px;
    height: 48px;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.3;
  }
  .p-unit__detail-link:hover {
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    color: #000;
  }
  .p-unit__detail-link:hover::before {
    opacity: 1;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .p-unit__detail-link::before {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity 0.5s ease 0s;
    transition: opacity 0.5s ease 0s;
    background-color: #fff;
    width: 100%;
    height: 100%;
    content: "";
  }
  .p-unit__detail-logo {
    margin-left: 0;
    border-radius: 5px;
    padding: 10px 11px;
    width: 120px;
  }
  .p-unit__detail-body {
    padding: 45px 50px 71px;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 2;
  }
}

@media screen and (max-width: 900px){
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .is-pc-inline {
    display: none;
  }
  .is-sp-inline {
    display: inline;
  }
  .is-pc-inline-block {
    display: none;
  }
  .is-sp-inline-block {
    display: inline-block;
  }
  .l-main {
    padding-top: 40px;
  }
  .c-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 10;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  .is-open-nav .c-nav {
    pointer-events: auto;
  }
  .c-nav__main {
    position: relative;
    opacity: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .is-load .c-nav__main {
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
  }
  .is-open-nav .c-nav__main {
    opacity: 1;
  }
  .c-nav__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 100%;
  }
  .c-nav__inner {
    position: relative;
    margin: 0 auto;
    padding: 75px 0 75px;
    width: 100%;
  }
  .c-nav__base {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .c-nav__item + .c-nav__item {
    margin-top: 10px;
  }
  .c-nav__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .c-nav__banner {
    margin-top: 30px;
  }
  .c-nav__banner-item {
    margin: 0 auto;
    width: 200px;
  }
  .c-nav__banner-item + .c-nav__banner-item {
    margin-top: 20px;
  }
  .c-nav__banner-link--border {
    border: 1px solid #333;
  }
  .c-breadcrumb {
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .c-breadcrumb__list {
    padding: 15px 20px 9px;
    min-width: 100%;
  }
  .c-breadcrumb__list::after {
    position: absolute;
    bottom: 0;
    left: 0%;
    opacity: 0.5;
    background-color: #fff;
    width: 100%;
    height: 1px;
    content: "";
  }
  .c-section__cap--crossepic img {
    max-width: 250px;
  }
  .c-section__body {
    margin: 0 auto;
    max-width: 600px;
  }
  .c-section__body--wide {
    max-width: 2000px;
  }
  .c-article__head {
    background-size: 216px auto;
  }
  .c-article--history .c-article__body {
    padding-top: 28px;
  }
  .c-article--novel .c-article__body {
    padding-top: 26px;
  }
  .c-article__talk:first-child, .c-article__text:first-child, .c-article__img:first-child {
    margin-top: 0;
  }
  .c-article__talk:last-child, .c-article__text:last-child, .c-article__img:last-child {
    margin-bottom: 0;
  }
  .c-article__text {
    line-height: 1.9;
  }
  .c-article--history .c-article__text {
    line-height: 1.7;
  }
  .c-article--history .c-article__text p + p {
    margin-top: 1.7em;
  }
  .c-footer__block + .c-footer__block {
    margin-top: 23px;
  }
  .c-footer__share-list {
    margin-top: 15px;
  }
  .c-banner__item {
    margin: 0 auto;
    max-width: 290px;
  }
  .c-banner__item + .c-banner__item {
    margin-top: 13px;
  }
  .p-top__banner-wrap {
    overflow: hidden;
  }
  .p-top__info-cap {
    right: 0;
  }
  .p-top__info-list {
    height: 250px;
  }
  .p-top__world-cover {
    background-size: 300px auto;
  }
  .p-top__nav-item + .p-top__nav-item {
    margin-top: 15px;
  }
  .p-novel__nav-list {
    margin: 0 auto;
    width: 89.3%;
    max-width: 600px;
  }
  .p-novel__nav-item + .p-novel__nav-item {
    margin-top: 35px;
  }
  .p-novel__tab {
    width: 89.3%;
    max-width: 600px;
  }
  .p-novel__tab-item {
    margin: 0 1.25% 1.25% 0;
  }
  .p-novel__tab-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .p-novel__section-title {
    padding: 0 10px;
  }
  .p-novel__list {
    padding: 0px 0 0;
  }
  .p-novel__article-chapter {
    margin: 20px 0 23px;
    padding: 0 10px;
  }
  .p-novel__chara-list {
    width: 89.3%;
    max-width: 600px;
  }
  .p-novel__chara-item:nth-of-type(even) {
    margin-left: 4.6%;
  }
  .p-novel__chara-detail-data {
    padding: 18px 19px;
  }
  .p-world__nav-list {
    margin: 0 auto;
    width: 89.3%;
    max-width: 600px;
  }
  .p-world__nav-item + .p-world__nav-item {
    margin-top: 35px;
  }
  .p-world__list {
    padding: 14px 0 0;
  }
  .p-movie__list {
    margin: 0 auto;
    width: 89.3%;
    max-width: 600px;
  }
  .p-movie__item + .p-movie__item {
    margin-top: 35px;
  }
  .p-movie__img::before {
    background-size: auto 70px;
  }
  .p-unit__tab-item {
    width: 42.5%;
  }
  .p-unit__tab-item:nth-child(2n+1) {
    margin-right: 4.2%;
    margin-left: 5.4%;
  }
  .p-unit__tab-item:nth-child(n+3) {
    margin-top: 3.2%;
  }
  .p-unit__item {
    width: 42.5%;
  }
  .p-unit__item:nth-child(2n+1) {
    margin-right: 4.2%;
    margin-left: 5.4%;
  }
  .p-unit__item:nth-child(n+3) {
    margin-top: 4.2%;
  }
  .p-unit__detail {
    border-right-width: 0;
    border-left-width: 0;
  }
}

@media screen and (min-width: 901px) and (max-width: 1240px){
  .c-nav__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 300px;
  }
}

@media screen and (min-width: 901px) and (max-width: 1000px){
  .c-nav__link {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (min-width: 901px) and (max-width: 1200px){
  .p-top__info {
    max-width: 870px;
  }
  .is-ie .p-top__info-bg svg {
    height: 193px;
  }
  .p-top__info-list {
    height: 159px;
  }
  .p-unit__detail-head {
    min-height: 44vw;
  }
}

@media screen and (max-width: 900px) and (max-width: 350px){
  .p-top__info-list {
    height: 240px;
  }
}

@media screen and (max-width: 900px) and (max-width: 335px){
  .p-top__info-list {
    height: 230px;
  }
}

@media screen and (min-width: 1280px){
  .p-novel__chara-detail-data {
    min-height: 645px;
  }
}

@media screen and (min-width: 901px) and (max-width: 1050px){
  .p-unit__tab-link {
    font-size: 13px;
  }
}
