@charset "UTF-8";
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
@import url("https://fonts.googleapis.com/css?family=Cormorant+Garamond:600&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,400,700&display=swap");
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%;
}

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;
  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: 1em 0;
  border: 0;
  border-top: 1px solid #cccccc;
  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: YakuHanMP_Noto, "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

template {
  display: none;
}

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

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

main {
  display: block;
}

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

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

/* layout */
.l-container {
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: 1;
  width: 100%;
  min-width: 1080px;
  overflow: hidden;
  text-align: center;
}

.is-load .l-container {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.l-main {
  position: relative;
}

.l-bg {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.l-bg__mark {
  position: absolute;
  top: 249px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 240px;
}

/* component */
.c-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}

.c-header__main {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.c-header__logo {
  position: absolute;
  top: 11px;
  left: 17px;
  width: 170px;
}

.c-header__logo .p-top {
  top: 29px;
  left: 17px;
  width: 250px;
}

.c-nav {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  background-color: #b20000;
  width: 100%;
  width: 100%;
  height: 42px;
}

.p-top .c-nav {
  position: absolute;
  top: auto;
  bottom: 24px;
  left: 0;
}

.c-nav__main {
  position: relative;
}

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

.p-top .c-nav__list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-nav__item {
  position: relative;
  padding-left: 1px;
}

.c-nav__item::after {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/common/menu/dot.png) repeat-y left top;
  background-size: 1px auto;
  width: 1px;
  height: 100%;
  content: "";
}

.p-top .c-nav__item {
  padding-right: 1px;
  padding-left: 0px;
}

.p-top .c-nav__item::after {
  right: 0;
  left: auto;
}

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

.c-nav__link::after {
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  background-color: #000;
  width: 100%;
  height: 100%;
  content: "";
}

.c-nav__link:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  opacity: 0.15;
}

.c-nav__inner {
  position: relative;
}

.c-nav__inner img {
  height: 100%;
}

.c-footer {
  position: relative;
  background-color: #000;
  padding: 7px 10px 7px;
  width: 100%;
  font-family: "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
}

.p-top .c-footer {
  position: absolute;
  bottom: 0;
  left: 0;
}

.c-footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 10px;
}

.c-footer__caution, .c-footer__copy {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: 0.5;
  font-size: 8px;
  letter-spacing: 0.06em;
  line-height: 1;
}

.c-footer__copy {
  margin-right: 15px;
  font-size: 8px;
  letter-spacing: 0.06em;
  line-height: 1;
}

.c-footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 1px;
  right: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-footer__link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 7px;
}

.c-footer__link-item {
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: 0.5;
  -webkit-transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  margin-right: 7px;
  font-size: 10px;
  letter-spacing: 0.06em;
  line-height: 1;
}

.c-footer__link-item:last-child {
  margin-right: 0;
}

.c-footer__link-item:last-child::after {
  content: none;
}

.c-footer__link-item::after {
  position: absolute;
  top: 0;
  right: -4px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: 0.5;
  background-color: #fff;
  width: 1px;
  height: 10px;
  content: "";
}

.c-footer__aniplex {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  width: 73px;
}

.c-in-section {
  position: relative;
  margin: 0 auto;
  width: 83%;
  max-width: 1080px;
  min-height: calc(100vh - 24px);
  text-align: left;
}

.c-in-section__head {
  position: relative;
  padding-top: 136px;
  height: 230px;
}

.c-in-section__title {
  margin: 0 auto;
  width: 500px;
}

.c-in-section__body {
  position: relative;
  padding: 0 0 109px;
}

.m-modal .m-modal__bg {
  background: rgba(0, 0, 0, 0.9) !important;
}

.m-modal .m-modal__img {
  display: inline-block;
}

.m-modal .m-modal__close {
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 80px;
  height: 80px;
}

.m-modal .m-modal__close_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding-top: 70%;
  width: 70%;
}

.m-modal .m-modal__close_inner span {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  width: 100%;
  height: 1px;
}

.m-modal .m-modal__close_inner span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.m-modal .m-modal__close_inner span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (min-width: 751px) {
  .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;
  }
  .c-footer__link-item:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    opacity: 0.3;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
  .c-footer__aniplex:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    opacity: 0.75;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
}

@media screen and (max-width: 750px) {
  .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;
  }
  .m-modal .m-modal__close {
    width: 70px;
    height: 70px;
  }
}
