@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : base.css
Description : 共通
===================================================================== */
/* ========================================================
    base
======================================================== */
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1.8;
  box-sizing: border-box;
}

img {
  width: 100%;
  vertical-align: bottom;
  border: none;
}

a {
  text-decoration: none;
  word-break: break-all;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
}

dt {
  font-weight: 400;
}

em {
  font-style: normal;
}

.sp {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: inline-block;
  }
}

.color_red {
  color: #e50012;
}
.color_darkred {
  color: #b91815;
}

.text_align_left {
  text-align: left;
}
.text_align_center {
  text-align: center;
}
.text_align_right {
  text-align: right;
}
.text_indent {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.text_link {
  position: relative;
  display: inline-block;
  padding-left: 1.3em;
}
.text_link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  display: block;
  width: 1em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #5b0100;
}
.text_link::after {
  content: "";
  position: absolute;
  left: 0.35em;
  top: 0.75em;
  display: block;
  width: 0.4em;
  aspect-ratio: 1/1;
  background-color: #e50012;
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}

/* ========================================================
    layout
======================================================== */
html {
  font-size: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 10px;
  }
}

body {
  width: 100%;
  color: #000000;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.8rem;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 2rem;
  }
}

.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.main {
  position: relative;
  width: 100%;
}
.main > section:last-child {
  padding-bottom: 24rem;
}
@media screen and (min-width: 768px) {
  .main > section:last-child {
    padding-bottom: 18rem;
  }
}

.inner {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 4rem;
}

/* ========================================================
    header
======================================================== */
.header {
  position: relative;
  width: 100%;
}
.header .animehead {
  position: relative;
  width: 100%;
  padding: 1.6rem 0;
}
@media screen and (min-width: 768px) {
  .header .animehead {
    padding: 1.2rem 0;
  }
}
.header .animehead::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: -3;
}
.header .animehead_logo {
  position: relative;
  width: 15.6rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .header .animehead_logo {
    width: 11.2rem;
  }
}
.header .animehead_logo > a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header .animehead_logo > a:hover {
    opacity: 1;
  }
}

/* ========================================================
    nav
======================================================== */
.nav {
  position: relative;
  width: 100%;
}
.nav .fixnav {
  position: relative;
  width: 100%;
  z-index: 100;
}
.nav .fixnav::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #2b0505 0%, #bd1615 100%);
  z-index: -3;
}
.nav .fixnav .inner {
  max-width: 1600px;
  padding: 0;
}
.nav .fixnav_column {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.nav .fixnav_logo {
  position: relative;
  width: 27.3333333333%;
  margin: 0 auto 0 5.3333333333%;
}
@media screen and (min-width: 768px) {
  .nav .fixnav_logo {
    width: 12.8125%;
    margin: 0 auto 0 2.5%;
  }
}
.nav .fixnav_logo > a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .nav .fixnav_logo > a:hover {
    opacity: 1;
  }
}
.nav .fixnav_language {
  position: relative;
  width: 23.2%;
  aspect-ratio: 174/60;
  margin-right: 2.6666666667%;
}
@media screen and (min-width: 768px) {
  .nav .fixnav_language {
    width: 8.125%;
    aspect-ratio: 130/36;
    margin-right: 2.5%;
  }
}
.nav .fixnav_language_list {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  padding: 0 0.7em;
  background-color: #e50012;
  -webkit-clip-path: polygon(0% 50%, 0.7em 0%, calc(100% - 0.7em) 0%, 100% 50%, calc(100% - 0.7em) 100%, 0.7em 100%);
          clip-path: polygon(0% 50%, 0.7em 0%, calc(100% - 0.7em) 0%, 100% 50%, calc(100% - 0.7em) 100%, 0.7em 100%);
}
.nav .fixnav_language_list > li {
  width: 50%;
  padding: 0.15em 0;
}
.nav .fixnav_language_list > li:nth-child(1) > a::before {
  content: "";
  position: absolute;
  left: -0.55em;
  top: 0;
  display: block;
  width: calc(0.55em + 1rem);
  height: 100%;
  background-color: #350100;
  -webkit-clip-path: polygon(0% 50%, calc(100% - 1rem) 0%, 100% 0%, 100% 100%, calc(100% - 1rem) 100%);
          clip-path: polygon(0% 50%, calc(100% - 1rem) 0%, 100% 0%, 100% 100%, calc(100% - 1rem) 100%);
  z-index: -1;
}
.nav .fixnav_language_list > li:nth-child(2) > a::before {
  content: "";
  position: absolute;
  right: -0.55em;
  top: 0;
  display: block;
  width: calc(0.55em + 1rem);
  height: 100%;
  background-color: #350100;
  -webkit-clip-path: polygon(0% 0%, 1rem 0%, 100% 50%, 1rem 100%, 0% 100%);
          clip-path: polygon(0% 0%, 1rem 0%, 100% 50%, 1rem 100%, 0% 100%);
  z-index: -1;
}
.nav .fixnav_language_list > li.is-current > a {
  background-color: #e50012;
}
.nav .fixnav_language_list > li.is-current > a::before {
  background-color: #e50012;
}
.nav .fixnav_language_list > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  background-color: #350100;
}
@media screen and (min-width: 768px) {
  .nav .fixnav_language_list > li > a:hover {
    opacity: 1;
  }
}
.nav .fixnav_language_list > li > a > span {
  display: block;
  color: #ffffff;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1;
  transform: translateY(-0.08em);
}
@media screen and (min-width: 768px) {
  .nav .fixnav_language_list > li > a > span {
    font-size: 1.125vw;
  }
}
@media screen and (min-width: 1600px) {
  .nav .fixnav_language_list > li > a > span {
    font-size: 1.8rem;
  }
}
.nav .fixnav_pcmenu {
  display: none;
}
@media screen and (min-width: 768px) {
  .nav .fixnav_pcmenu {
    position: relative;
    display: block;
    width: auto;
  }
}
.nav .fixnav_pcmenu_list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.nav .fixnav_pcmenu_list > li {
  width: auto;
  margin-right: 2.5vw;
}
@media screen and (min-width: 1600px) {
  .nav .fixnav_pcmenu_list > li {
    margin-right: 4rem;
  }
}
.nav .fixnav_pcmenu_list > li > a {
  display: block;
  width: 100%;
}
.nav .fixnav_pcmenu_list > li > a:hover {
  opacity: 1;
}
.nav .fixnav_pcmenu_list > li > a:hover > span {
  color: #e50012;
}
.nav .fixnav_pcmenu_list > li > a:hover > span::before {
  background-color: #e50012;
}
.nav .fixnav_pcmenu_list > li > a > span {
  position: relative;
  display: block;
  padding-left: 3.25vw;
  color: #ffffff;
  font-family: "Road Rage", sans-serif;
  font-size: 1.875vw;
}
@media screen and (min-width: 1600px) {
  .nav .fixnav_pcmenu_list > li > a > span {
    padding-left: 5.2rem;
    font-size: 3rem;
  }
}
.nav .fixnav_pcmenu_list > li > a > span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 2.5vw;
  height: 1px;
  background-color: #ffffff;
  transform: translateY(-50%);
}
@media screen and (min-width: 1600px) {
  .nav .fixnav_pcmenu_list > li > a > span::before {
    width: 4rem;
  }
}
.nav .fixnav_sns {
  position: relative;
  width: 13.3333333333%;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .nav .fixnav_sns {
    width: 6.25%;
  }
}
.nav .fixnav_sns > a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  background-color: #690005;
}
@media screen and (min-width: 768px) {
  .nav .fixnav_sns > a:hover {
    box-shadow: inset 0 0 2rem #e50012;
    opacity: 1;
  }
}
.nav .fixnav_sns > a > svg {
  width: 36%;
  aspect-ratio: 1/1;
  fill: #ffffff;
}
.nav .fixnav_spmenu {
  position: relative;
  display: block;
  width: 13.3333333333%;
}
@media screen and (min-width: 768px) {
  .nav .fixnav_spmenu {
    display: none;
  }
}
.nav .fixnav_spmenu_btn {
  position: relative;
  width: 100%;
  z-index: 103;
}
.nav .fixnav_spmenu_open {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  font-size: 0;
  background-image: url(../images/common/btn_menuopen.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  cursor: pointer;
}
.nav .fixnav_spmenu_close {
  position: relative;
  display: none;
  width: 100%;
  aspect-ratio: 1/1;
  font-size: 0;
  background-image: url(../images/common/btn_menuclose.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  cursor: pointer;
}
.nav .fixnav_spmenu_cont {
  position: absolute;
  right: 0;
  top: 100%;
  display: none;
  width: 50rem;
  height: 100vh;
  background-color: #350100;
  z-index: 101;
}
.nav .fixnav_spmenu_inner {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 16rem 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 102;
}
.nav .fixnav_spmenu_list {
  position: relative;
  width: 100%;
  margin-top: -1rem;
}
.nav .fixnav_spmenu_list > li {
  width: 100%;
  margin-top: 8rem;
}
.nav .fixnav_spmenu_list > li:first-child {
  margin-top: 0;
}
.nav .fixnav_spmenu_list > li > a {
  display: block;
  width: 100%;
}
.nav .fixnav_spmenu_list > li > a > span {
  position: relative;
  display: block;
  padding-left: 9rem;
  color: #ffffff;
  font-family: "Road Rage", sans-serif;
  font-size: 6rem;
  line-height: 1;
}
.nav .fixnav_spmenu_list > li > a > span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 6rem;
  height: 2px;
  background-color: #ffffff;
  transform: translateY(-50%);
}

/* ========================================================
    footer
======================================================== */
.footer {
  position: relative;
  width: 100%;
}
.footer .copyright {
  position: relative;
  width: 100%;
  padding: 4rem 0;
  text-align: center;
  border-top: 1px solid #e50012;
}
@media screen and (min-width: 768px) {
  .footer .copyright {
    padding: 3rem 0;
  }
}
.footer .copyright::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: -3;
}
.footer .copyright_text {
  position: relative;
  width: 100%;
  padding-bottom: 0.2em;
  color: #b91815;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .footer .copyright_text {
    font-size: 1.6rem;
  }
}
.footer .pagetop {
  position: fixed;
  right: 1.5rem;
  bottom: 2rem;
  display: none;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .footer .pagetop {
    right: 3rem;
  }
}
.footer .pagetop_btn {
  position: relative;
  width: 15.2rem;
  aspect-ratio: 152/226;
}
@media screen and (min-width: 768px) {
  .footer .pagetop_btn {
    width: 11rem;
  }
}
.footer .pagetop_btn > a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/btn_pagetop.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .footer .pagetop_btn > a:hover {
    background-image: url(../images/common/btn_pagetop_h.png);
    opacity: 1;
  }
}
.footer .pagetop_btn > a > span {
  font-size: 0;
}

/* ========================================================
    popup
======================================================== */
.popup {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background-color: rgba(138, 0, 0, 0.7);
  z-index: 1000;
}
.popup_area {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1010;
}
.popup_bg {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  height: 100svh;
  z-index: 1020;
  cursor: pointer;
}
.popup_inner {
  position: relative;
  align-self: flex-start;
  width: calc(100% - 8rem);
  max-width: 1000px;
  margin: auto;
  padding: 5rem 0;
  z-index: 1030;
}
.popup_close {
  position: relative;
  width: 14.9253731343%;
  aspect-ratio: 1/1;
  margin: 0 0 2rem auto;
  background-color: #271c1c;
  transition: 0.3s ease;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .popup_close {
    width: 6.4%;
  }
}
@media screen and (min-width: 768px) {
  .popup_close:hover {
    background-color: #e50012;
  }
}
@media screen and (min-width: 768px) {
  .popup_close:hover::before {
    color: #271c1c;
  }
}
.popup_close::before {
  content: "×";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  color: #e50012;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 6rem;
  font-weight: 900;
  line-height: 1;
  transform: translate(-48%, -50%);
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .popup_close::before {
    font-size: 3.8vw;
  }
}
@media screen and (min-width: 1080px) {
  .popup_close::before {
    font-size: 3.8rem;
  }
}
.popup_movie_embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.popup_movie_embed * {
  line-height: inherit;
}
.popup_movie_embed iframe {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.popup_movie_embed .video-js {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.popup_list > li {
  display: none;
}/*# sourceMappingURL=base.css.map */