@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : base.css
Description : 共通
===================================================================== */
/* =====================================================================
    共通（大枠）
======================================================================*/
html {
  min-height: 100vh;
  font-size: calc(10 / 750 * 100vw);
  overflow-x: hidden;
  overflow-y: scroll;
}

.gDef-top-banner {
  background-color: #ffffff;
}

.gDef-top-banner,
#gDefFooter {
  position: relative;
  z-index: 1;
}

.gDef-wrapper {
  overflow: initial;
}

.wrapper {
  position: relative;
  font-family: "M PLUS 1p", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1;
  color: #000000;
  background-color: #ffffff;
  overflow: hidden;
}
.wrapper section,
.wrapper main,
.wrapper aside {
  position: relative;
}
.wrapper img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.wrapper a,
.wrapper button {
  display: block;
  color: #000000;
  word-wrap: break-word;
  line-break: anywhere;
}

.main > * {
  overflow: hidden;
}
.main p,
.main dd {
  line-height: 2;
}
.main p a,
.main dd a {
  display: inline;
  color: #2458b2;
  -webkit-text-decoration: underline #cc0011;
          text-decoration: underline #cc0011;
}

.inner {
  position: relative;
  margin: 0 auto;
  width: calc(680 / 750 * 100%);
  z-index: 2;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: calc(10 / 1600 * 100vw);
  }
  .wrapper {
    font-size: 2rem;
    font-size: max(2rem, 14px);
  }
  .wrapper a,
  .wrapper button {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .wrapper a:hover,
  .wrapper button:hover {
    opacity: 0.7;
  }
  .inner {
    padding: 0 calc(160 / 1600 * 100%);
    width: 94%;
    max-width: 1600px;
  }
  .is-sp {
    display: none !important;
  }
}
@media screen and (min-width: 1600px) {
  html {
    font-size: 10px;
  }
  .inner {
    padding: 0 160px;
  }
}
/* =====================================================================
    共通
======================================================================*/
.ff-en {
  font-family: "Quantico", sans-serif;
}

.movie-embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie-embed iframe,
.movie-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn01 {
  text-align: center;
}
.btn01 a {
  position: relative;
  display: inline-block;
  text-align: left;
  padding: 1em;
  padding-right: 2em;
  min-width: 52rem;
  line-height: 1.3;
  color: #ffffff;
  background-color: #000000;
  -webkit-box-shadow: 0 0.88em 1.33em 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.88em 1.33em 0 rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .btn01 a {
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
  }
  .btn01 a:hover {
    opacity: 1;
    color: #000000;
    background-color: #fff100;
  }
}
.btn01 a::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0.8em;
  margin: auto 0;
  width: 0.5em;
  height: 0.55em;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 17"><path d="M1.5,17c-.2,0-.4,0-.7-.2-.5-.3-.8-.8-.8-1.3V1.5C0,.9.3.4.8.2,1.4,0,2,0,2.4.3l9,7c.4.3.6.7.6,1.2s-.2.9-.6,1.2l-9,7c-.3.2-.6.3-.9.3ZM3,4.6v7.9l5.1-3.9-5.1-3.9Z" /></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 17"><path d="M1.5,17c-.2,0-.4,0-.7-.2-.5-.3-.8-.8-.8-1.3V1.5C0,.9.3.4.8.2,1.4,0,2,0,2.4.3l9,7c.4.3.6.7.6,1.2s-.2.9-.6,1.2l-9,7c-.3.2-.6.3-.9.3ZM3,4.6v7.9l5.1-3.9-5.1-3.9Z" /></svg>');
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #cc0011;
}

.sec-ttl {
  text-align: center;
  margin-bottom: 8rem;
  font-family: "Quantico", sans-serif;
  font-weight: 700;
  font-size: 16rem;
  letter-spacing: 0;
  white-space: nowrap;
}

/* =====================================================================
*    header
* =================================================================== */
.header {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}
.header-head {
  width: 100%;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .header-head > .inner {
    padding: 0;
    width: 95%;
    max-width: initial;
  }
}
.header-head h1 {
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 11.2rem;
}
.header-head-ttl {
  margin-left: auto;
  padding: 2.4rem 0;
  width: 44.7rem;
}
.header-sns {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 15rem;
  left: 0;
  width: 8em;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .header-sns {
    font-size: 0.75rem;
  }
}
.header-sns-ttl {
  text-align: center;
  margin-bottom: 0.35em;
  font-family: "Quantico", sans-serif;
  font-size: 5.6em;
  font-weight: 700;
  letter-spacing: 0;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
.header-sns-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8em 0;
  padding: 0.8em;
  background-color: #000000;
}
.header-sns-list > li:not(:last-child) {
  margin-bottom: 1.6em;
}
.header-sns-list > li p {
  margin: 0.5em 0;
  font-size: 2.8em;
  font-weight: 700;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
@media screen and (max-width: 767px) {
  .header-sns-list > li p {
    display: inline;
    width: 100%;
  }
}
.header-sns-list > li a {
  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;
  width: 6.4em;
  height: 6.4em;
  background-color: #ffffff;
}
.header-sns-list > li a svg {
  width: 60%;
  height: 60%;
}
.header-sns-list > li.gekijo p {
  color: #fff100;
}
.header-sns-list > li.anime p {
  color: #cc0011;
}

/* =====================================================================
*    banner
* =================================================================== */
.banner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner-list li {
  margin-top: 4rem;
  width: calc(640 / 680 * 100%);
}
.banner-list li:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .banner-list li {
    margin: 4rem calc(80 / 1080 * 100%) 0 0;
    width: calc(427 / 1080 * 100%);
  }
  .banner-list li:nth-child(-n+2) {
    margin-top: 0;
  }
  .banner-list li:nth-child(2n), .banner-list li:last-child {
    margin-right: 0;
  }
}

/* =====================================================================
*    footer
* =================================================================== */
.footer {
  position: relative;
  padding: 12rem 0 8rem;
  background: url(../images/common/bg_pattern01.jpg) repeat top center/80rem auto;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 8rem;
  }
}

.pagetop {
  position: absolute;
  top: -7.5em;
  left: 0;
  right: 0;
  width: 15em;
  height: 15em;
  margin: 0 auto;
  font-size: 1rem;
  z-index: 5;
}
.pagetop a {
  position: relative;
  padding: 2.3em;
}
.pagetop a::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg_btn_pagetop.png) no-repeat center/contain;
  -webkit-animation: rotate 7s linear infinite;
          animation: rotate 7s linear infinite;
}
@media screen and (min-width: 768px) {
  .pagetop {
    left: auto;
    right: 10rem;
    font-size: 0.69rem;
  }
}

.copyright {
  margin-top: 8rem;
  text-align: center;
  font-size: 2rem;
  color: #ffffff;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .copyright {
    font-size: 1.8rem;
  }
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* =====================================================================
*    popup
* =================================================================== */
.popup {
  position: fixed !important;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 50;
}
.popup-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  scrollbar-gutter: stable;
}
.popup-area::-webkit-scrollbar {
  width: 0;
}
.popup-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
}
.popup-inner {
  position: relative;
  margin: auto;
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: calc(680 / 750 * 100%);
}
@media screen and (max-width: 767px) {
  .popup-movie .popup-inner {
    width: 100%;
  }
}
.popup-close {
  position: absolute;
  top: -4em;
  right: 0;
  width: 3em;
  height: 3em;
  z-index: 3;
}
.popup-close::before, .popup-close::after {
  content: "";
  display: block;
  width: 1px;
  margin: 0 auto;
  padding-top: 90%;
  border-left: 2px solid #000000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popup-close::after {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.popup-list {
  position: relative;
  width: 100%;
  height: 100%;
  color: #274271;
  background: #000000;
}
.popup-list > li {
  position: relative;
  display: none;
  margin: 0 auto;
  padding: 12rem calc(40 / 680 * 100%);
  line-height: 2;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .popup-bg {
    cursor: pointer;
  }
  .popup-inner {
    width: 90%;
    max-width: 1080px;
  }
  .popup-movie .popup-inner {
    max-width: 120vh;
  }
  .popup-list > li {
    padding: 8rem calc(65 / 1080 * 100%);
  }
}/*# sourceMappingURL=base.css.map */