@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_yellow {
  color: #ffc317 !important;
}
.color_red {
  color: #b62819 !important;
}
.color_lightpink {
  color: #ffd4d0 !important;
}
.color_brown {
  color: #4e0700 !important;
}

.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;
}

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

body {
  width: 100%;
  color: #000000;
  font-family: "Noto Sans JP", 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%;
}

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

/* ========================================================
    header
======================================================== */
.header {
  position: relative;
  width: 100%;
  z-index: 1;
}
.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: -4;
}
.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;
  }
}
.header .submv {
  position: relative;
  width: 100%;
}
.header .submv_ttl {
  position: absolute;
  left: 3rem;
  top: 7.2rem;
  display: block;
  width: 29.5rem;
}
@media screen and (min-width: 768px) {
  .header .submv_ttl {
    left: 5rem;
    top: 3.6rem;
    width: 37rem;
  }
}
.header .submv_ttl > a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header .submv_ttl > a:hover {
    opacity: 1;
  }
}

/* ========================================================
    nav
======================================================== */
.nav {
  position: relative;
  width: 100%;
}
.nav_menu {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  z-index: 100;
}
.nav_menu_btn {
  position: fixed;
  right: calc(0.5rem + 100% - 100vw);
  top: 1.5rem;
  display: block;
  width: 14.8rem;
  z-index: 103;
}
@media screen and (min-width: 768px) {
  .nav_menu_btn {
    right: calc(2rem + 100% - 100vw);
    width: 13rem;
  }
}
.nav_menu_open {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 148/144;
  font-size: 0;
  background-image: url(../images/common/menu_open.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  cursor: pointer;
}
.nav_menu_close {
  position: relative;
  display: none;
  width: 100%;
  aspect-ratio: 148/144;
  font-size: 0;
  background-image: url(../images/common/menu_close.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  cursor: pointer;
}
.nav_menu_cont {
  position: fixed;
  right: 0;
  top: 0;
  display: none;
  width: 65rem;
  height: 100vh;
  height: 100svh;
  z-index: 101;
}
@media screen and (min-width: 768px) {
  .nav_menu_cont {
    width: 72rem;
  }
}
.nav_menu_cont::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background-color: #000000;
  z-index: -4;
}
.nav_menu_cont::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 16.2rem;
  height: 100%;
  background-image: url(../images/common/common_bg03.png);
  background-repeat: repeat-y;
  background-position: center center;
  background-size: 100% auto;
  transform: scale(-1, -1);
  z-index: -3;
}
.nav_menu_inner {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 24rem 0 12rem 7.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 102;
}
@media screen and (min-width: 768px) {
  .nav_menu_inner {
    padding: 24rem 0 12rem 10rem;
  }
}
.nav_menu_list {
  position: relative;
  width: 100%;
}
.nav_menu_list > li {
  width: 100%;
  border-bottom: 2px solid #ffc317;
  transform: rotate(-10deg);
  transform-origin: left center;
  overflow: hidden;
}
.nav_menu_list > li > a {
  display: block;
  width: 100%;
  padding: 2rem 0 3rem 0;
}
@media screen and (min-width: 768px) {
  .nav_menu_list > li > a {
    padding: 1.6rem 0 2.4rem 0;
  }
}
@media screen and (min-width: 768px) {
  .nav_menu_list > li > a:hover {
    opacity: 1;
  }
}
.nav_menu_list > li > a:hover::before {
  transform: translateX(0) scale(1);
}
@media screen and (min-width: 768px) {
  .nav_menu_list > li > a:hover > em {
    color: #b62819;
  }
}
@media screen and (min-width: 768px) {
  .nav_menu_list > li > a:hover > span {
    color: #b62819;
  }
}
.nav_menu_list > li > a::before {
  content: none;
  position: absolute;
  right: 0;
  bottom: -2px;
  display: block;
  width: 30.8rem;
  aspect-ratio: 308/85;
  background-image: url(../images/common/menu_list_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateX(-100%) scale(0);
  transform-origin: left bottom;
  transition: 0.3s ease;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .nav_menu_list > li > a::before {
    content: "";
  }
}
.nav_menu_list > li > a > em {
  display: block;
  padding-left: 2rem;
  color: #ffc317;
  font-family: "Luckiest Guy", serif;
  font-size: 4.6rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .nav_menu_list > li > a > em {
    font-size: 3.6rem;
  }
}
.nav_menu_list > li > a > span {
  display: block;
  padding-left: 1.5rem;
  color: #ffffff;
  font-family: "M PLUS 1p", serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .nav_menu_list > li > a > span {
    font-size: 1.6rem;
  }
}
.nav_menu_sns {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 47rem;
  margin: 2rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .nav_menu_sns {
    width: 28rem;
    margin: -4rem 0 0 28rem;
  }
}
.nav_menu_sns > li {
  width: 29.7872340426%;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .nav_menu_sns > li {
    width: 36.4285714286%;
  }
}
.nav_menu_sns > li:nth-child(1) {
  margin-top: 4.2553191489%;
}
@media screen and (min-width: 768px) {
  .nav_menu_sns > li:nth-child(1) {
    margin-top: 17.8571428571%;
  }
}
.nav_menu_sns > li:nth-child(2) {
  margin-top: 17.0212765957%;
}
@media screen and (min-width: 768px) {
  .nav_menu_sns > li:nth-child(2) {
    margin-top: 37.5%;
  }
}
.nav_menu_sns > li:nth-child(3) {
  margin-left: auto;
}
.nav_menu_sns > li > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .nav_menu_sns > li > a:hover {
    opacity: 1;
  }
}
.nav_menu_sns > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/menu_sns_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: -1;
}
.nav_menu_sns > li > a > svg {
  position: absolute;
  left: 50%;
  top: 48%;
  display: block;
  width: 21.4285714286%;
  aspect-ratio: 1/1;
  fill: #ffffff;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .nav_menu_sns > li > a > svg {
    width: 21.568627451%;
  }
}

/* ========================================================
    footer
======================================================== */
.footer {
  position: relative;
  width: 100%;
}
.footer .foot {
  position: relative;
  width: 100%;
  padding: 12rem 0 41rem 0;
}
@media screen and (min-width: 768px) {
  .footer .foot {
    padding: 9rem 0 26.5rem 0;
  }
}
@media screen and (min-width: 1600px) {
  .footer .foot {
    padding: 9rem 0;
  }
}
@media screen and (min-width: 768px) {
  .footer .foot:not(:has(.foot_bnr_list)) {
    padding: 9rem 0;
  }
}
.footer .foot::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ac2315;
  z-index: -4;
}
.footer .foot::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: -0.4rem;
  display: block;
  width: 40.7rem;
  aspect-ratio: 407/295;
  background-image: url(../images/common/foot_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateX(50%);
  z-index: -3;
}
@media screen and (min-width: 768px) {
  .footer .foot::after {
    right: 8rem;
    bottom: -0.2rem;
    width: 24.6rem;
    transform: none;
  }
}
.footer .foot_column {
  position: relative;
  width: 100%;
}
.footer .foot_sns {
  position: relative;
  width: 68.115942029%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .footer .foot_sns {
    width: 29.1666666667%;
  }
}
.footer .foot_sns_list {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.footer .foot_sns_list.is-appear > li {
  animation: gunAnime 0.1s linear both;
}
.footer .foot_sns_list.is-appear > li:nth-child(1) {
  animation-delay: 1s;
}
.footer .foot_sns_list.is-appear > li:nth-child(2) {
  animation-delay: 1.1s;
}
.footer .foot_sns_list.is-appear > li:nth-child(3) {
  animation-delay: 1.3s;
}
.footer .foot_sns_list > li {
  width: 29.7872340426%;
  aspect-ratio: 1/1;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .footer .foot_sns_list > li {
    width: 29.1428571429%;
  }
}
.footer .foot_sns_list > li:nth-child(1) {
  margin-top: 4.2553191489%;
}
.footer .foot_sns_list > li:nth-child(2) {
  margin-top: 17.0212765957%;
}
.footer .foot_sns_list > li:nth-child(3) {
  margin-left: auto;
}
.footer .foot_sns_list > li > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .footer .foot_sns_list > li > a:hover {
    opacity: 1;
  }
}
.footer .foot_sns_list > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/foot_sns_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: -1;
}
.footer .foot_sns_list > li > a > svg {
  position: absolute;
  left: 50%;
  top: 48%;
  display: block;
  width: 21.4285714286%;
  aspect-ratio: 1/1;
  fill: #000000;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .footer .foot_sns_list > li > a > svg {
    width: 21.568627451%;
  }
}
.footer .foot_bnr {
  position: relative;
  width: 79.7101449275%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .footer .foot_bnr {
    width: 66.6666666667%;
  }
}
.footer .foot_bnr_list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 4.8rem;
}
@media screen and (min-width: 768px) {
  .footer .foot_bnr_list {
    margin-top: 3.6rem;
  }
}
.footer .foot_bnr_list > li {
  width: 100%;
  margin: 3.2rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .footer .foot_bnr_list > li {
    width: 47.5%;
    margin: 2.4rem 0 0 5%;
  }
}
@media screen and (min-width: 768px) {
  .footer .foot_bnr_list > li:nth-child(2n+1) {
    margin-left: 0;
  }
}
.footer .foot_bnr_list > li > a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer .foot_bnr_list > li > a:hover {
    opacity: 1;
  }
}
.footer .foot_bnr_list > li > a > figure {
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
}
.footer .copyright {
  position: relative;
  width: 100%;
  padding: 4rem 0;
  text-align: center;
}
@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: -4;
}
.footer .copyright_text {
  position: relative;
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .footer .copyright_text {
    font-size: 1.6rem;
  }
}
.footer .pagetop {
  position: fixed;
  right: 4rem;
  bottom: 40px;
  display: none;
  z-index: 10;
}
.footer .pagetop_btn {
  position: relative;
  width: 12rem;
  aspect-ratio: 1/1;
}
.footer .pagetop_btn > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .footer .pagetop_btn > a:hover {
    transform: scale(1.1);
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .footer .pagetop_btn > a:hover::before {
    background-image: url(../images/common/pagetop_bg01_h.png);
  }
}
@media screen and (min-width: 768px) {
  .footer .pagetop_btn > a:hover::after {
    background-image: url(../images/common/pagetop_bg02_h.png);
  }
}
.footer .pagetop_btn > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/pagetop_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: -2;
}
.footer .pagetop_btn > a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/pagetop_bg02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: rotate(0deg);
  z-index: -1;
  animation: pagetopAnime 4s linear infinite;
}
.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(78, 7, 0, 0.7);
  z-index: 1000;
}
.popup::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 16.2rem;
  height: 100%;
  background-image: url(../images/common/common_bg03.png);
  background-repeat: repeat-y;
  background-position: center center;
  background-size: 100% auto;
  transform: scale(1, 1);
}
.popup::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 16.2rem;
  height: 100%;
  background-image: url(../images/common/common_bg03.png);
  background-repeat: repeat-y;
  background-position: center center;
  background-size: 100% auto;
  transform: scale(-1, -1);
}
.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% - 6rem);
  max-width: 1200px;
  margin: auto;
  padding: 5rem 0;
  z-index: 1030;
}
.popup_close {
  position: relative;
  width: 54.347826087%;
  aspect-ratio: 375/160;
  margin: 0 -4.347826087% -1.5rem auto;
  background-image: url(../images/common/popup_close_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  cursor: pointer;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .popup_close {
    width: 28.3333333333%;
    aspect-ratio: 340/120;
    margin: 0 4.1666666667% -2rem auto;
    background-image: url(../images/common/popup_close_pc.png);
  }
}
@media screen and (min-width: 768px) {
  .popup_close:hover {
    background-image: url(../images/common/popup_close_pc_h.png);
  }
}
.popup_movie_embed {
  position: relative;
  width: 100%;
  margin: 3.5rem auto 0 auto;
  padding-top: 56.25%;
}
@media screen and (min-width: 768px) {
  .popup_movie_embed {
    width: 83.3333333333%;
  }
}
.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;
}

/* ========================================================
    animation
======================================================== */
@keyframes pagetopAnime {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes ttlAnime01 {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes ttlAnime02-1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes ttlAnime02-2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}
@keyframes gunAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes swingAnime {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes explosionAnime {
  0% {
    transform: translateX(-50%) scale(0);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}/*# sourceMappingURL=base.css.map */