@charset "UTF-8";
/* ==================================================
全体構成
================================================== */
/* ヘッダー
-------------------------------------------------- */
.lp_header {
  height: 50px;
  display: flex;
  justify-content: space-between;
}

.lp_header img {
  width: 82px;
}

.lp_footer {
  position: relative;
  z-index: 10;
  background: #111 !important;
}

.lp_footer small {
  margin-right: 2.13333vw;
}

@media screen and (min-width: 769px) {
  .lp_footer small {
    margin-right: 12px;
  }
}

.lp_footer small:last-of-type {
  margin-right: 0;
}

/* 各項目共通
-------------------------------------------------- */
html {
  font-size: 62.5%;
}

main {
  overflow: hidden;
  width: 100%;
}

.lp-sec {
  position: relative;
  width: 100%;
  color: #111;
  font-family: a-otf-midashi-mi-ma31-pr6n, serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6;
}

.lp-sec a {
  display: block;
  color: #3a5bff;
  cursor: pointer;
}

.lp-sec img {
  width: 100%;
  display: block;
  vertical-align: bottom;
}

/* ボタン
-------------------------------------------------- */
.lp-sec .lp_btn {
  display: block;
  width: 46.66667vw;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  background: #c82323;
  font-size: 1.2rem;
  padding: 0.8em 0;
  z-index: 10;
  border-radius: 1.33333vw;
}

@media screen and (min-width: 769px) {
  .lp-sec .lp_btn {
    width: 350px;
    font-size: 2.4rem;
    border-radius: 10px;
  }
}

.lp-sec .lp_btn:hover {
  background: #cb167c;
  opacity: 1;
}

.lp-sec .lp_btn.disable, .lp-sec .lp_btn.uncomplete {
  background: #c1c1c1;
  color: #e3e3e3;
  pointer-events: none;
  cursor: default;
}

/* common
-------------------------------------------------- */
.catch {
  position: relative;
  display: block;
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
  z-index: 10;
  /* animation */
}

@media screen and (min-width: 769px) {
  .catch {
    font-size: 4.8rem;
  }
}

.catch::before {
  position: absolute;
  content: "";
  background: url(/modpub/lp/maniax/202104oneone1/img/headline_bg.png) no-repeat 0 0/contain;
  width: 217px;
  height: 19px;
  left: 50%;
  margin-left: -108px;
  top: 9px;
  z-index: -1;
}

@media screen and (min-width: 769px) {
  .catch::before {
    background-size: auto;
    width: 434px;
    height: 38px;
    margin-left: -216px;
    top: 18px;
  }
}

.catch.slash::before {
  opacity: 0;
}

.catch.animated::before {
  animation: fadein_anime 0.25s ease-in 0s 1 both;
}

@media screen and (min-width: 769px) {
  .catch.animated::before {
    animation: slash_anime 0.5s ease-in 0s 1 both;
  }
}

@keyframes fadein_anime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slash_anime {
  0% {
    width: 0;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}

/* 固定背景
-------------------------------------------------- */
.pr-container::before {
  content: "";
  position: fixed;
  top: 0;
  background: url(/modpub/lp/maniax/202104oneone1/img/main_bg.jpg) center 0/400%;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 769px) {
  .pr-container::before {
    background-size: cover;
  }
}

/* type-hero
-------------------------------------------------- */
.type-hero {
  background: url(/modpub/lp/maniax/202104oneone1/img/sp_bg_01.jpg) no-repeat 0 0/cover;
  min-height: 135.86667vw;
}

@media screen and (min-width: 769px) {
  .type-hero {
    background: #000 url(/modpub/lp/maniax/202104oneone1/img/pc_bg_01.jpg) no-repeat center 0/cover;
    min-height: 840px;
    overflow: hidden;
  }
}

.type-hero::before {
  content: "";
  position: absolute;
  background: url(/modpub/lp/maniax/202104oneone1/img/sp_chara.png) no-repeat 0 0/contain;
  width: 97.46667vw;
  height: 113.86667vw;
  right: 0;
  animation: fadein_anime 0.5s ease-in 1s 1 both;
}

@media screen and (min-width: 769px) {
  .type-hero::before {
    background: url(/modpub/lp/maniax/202104oneone1/img/pc_chara.png) no-repeat 0 0/contain;
    width: 808px;
    height: 858px;
    right: -210px;
    z-index: 1;
  }
}

@media screen and (min-width: 1025px) {
  .type-hero::before {
    right: 0;
    left: 50%;
    margin-left: -100px;
  }
}

.type-hero::after {
  content: "";
  position: absolute;
  background: url(/modpub/lp/maniax/202104oneone1/img/bg_effect_01.png) no-repeat 73% -3%/240%;
  width: 100%;
  height: 100%;
  top: 0;
  pointer-events: none;
  z-index: 2;
  top: 0;
}

@media screen and (min-width: 769px) {
  .type-hero::after {
    background-size: auto;
    background-position: center 0;
  }
}

.type-hero .type-hero-inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40vw;
  background: linear-gradient(to bottom, transparent, #000);
  bottom: 0;
  z-index: 0;
}

@media screen and (min-width: 769px) {
  .type-hero .type-hero-inner::before {
    display: none;
  }
}

.type-hero .type-hero-inner .circle-logo img {
  position: absolute;
  width: 34.53333vw;
  height: 7.2vw;
  top: 2vw;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  .type-hero .type-hero-inner .circle-logo img {
    width: auto;
    height: auto;
    top: 20px;
    left: 60px;
  }
}

@media screen and (min-width: 1281px) {
  .type-hero .type-hero-inner .circle-logo img {
    left: 50%;
    margin-left: -610px;
  }
}

.type-hero .type-hero-inner .wrap-catch {
  display: flex;
  flex-direction: column;
  animation: fadein_anime 0.5s ease-in 1s 1 both;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  .type-hero .type-hero-inner .wrap-catch {
    position: absolute;
    width: 736px;
    top: 120px;
    left: -40px;
  }
}

@media screen and (min-width: 1281px) {
  .type-hero .type-hero-inner .wrap-catch {
    left: 50%;
    margin-left: -700px;
  }
}

.type-hero .type-hero-inner .wrap-catch h1 {
  order: 2;
  margin-top: -3vw;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  .type-hero .type-hero-inner .wrap-catch h1 {
    margin-top: 0;
  }
}

.type-hero .type-hero-inner .wrap-catch h1 img {
  position: relative;
  width: 100vw;
  height: 34.8vw;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .type-hero .type-hero-inner .wrap-catch h1 img {
    width: auto;
    height: auto;
  }
}

.type-hero .type-hero-inner .wrap-catch .main-catch {
  order: 1;
  margin-top: 41vw;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  .type-hero .type-hero-inner .wrap-catch .main-catch {
    margin-top: 0;
  }
}

.type-hero .type-hero-inner .wrap-catch .main-catch img {
  position: relative;
  width: 80.66667vw;
  height: 58.8vw;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .type-hero .type-hero-inner .wrap-catch .main-catch img {
    width: auto;
    height: auto;
  }
}

/* type-movie
-------------------------------------------------- */
.type-movie {
  background: url(/modpub/lp/maniax/202104oneone1/img/bg_pat_01.jpg) repeat 0 0/103px 69px;
  padding: 9.6vw 0;
}

@media screen and (min-width: 769px) {
  .type-movie {
    padding: 100px 0;
  }
}

.type-movie .wrap-mfp {
  position: relative;
  width: 90.66667vw;
  max-width: 900px;
  margin: 0 auto;
}

.type-movie .wrap-mfp::before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: 0.25s;
}

.type-movie .wrap-mfp:hover::before {
  opacity: 1;
}

/* type-caution
-------------------------------------------------- */
.type-caution {
  padding: 13.33333vw;
}

@media screen and (min-width: 769px) {
  .type-caution {
    padding: 150px;
  }
}

.type-caution p {
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  margin-top: 1em;
}

@media screen and (min-width: 769px) {
  .type-caution p {
    font-size: 2.8rem;
  }
}

.type-caution .wrap-text {
  margin-top: 10.66667vw;
}

@media screen and (min-width: 769px) {
  .type-caution .wrap-text {
    margin-top: 80px;
  }
}

.type-caution .wrap-text p span {
  font-size: 1.2rem;
}

@media screen and (min-width: 769px) {
  .type-caution .wrap-text p span {
    font-size: 2.4rem;
  }
}

.type-caution .wrap-text p:nth-child(1) {
  margin: 0;
}

.type-caution .wrap-work {
  margin-top: 6.66667vw;
}

@media screen and (min-width: 769px) {
  .type-caution .wrap-work {
    margin-top: 50px;
  }
}

.type-caution .wrap-work img {
  max-width: 400px;
  width: 53.33333vw;
  margin: 0 auto;
}

.type-caution .wrap-work .wrap-btn {
  margin-top: 6.66667vw;
}

@media screen and (min-width: 769px) {
  .type-caution .wrap-work .wrap-btn {
    margin-top: 50px;
  }
}

/* type-intro
-------------------------------------------------- */
.type-intro {
  padding: 13.33333vw;
  background: url(/modpub/lp/maniax/202104oneone1/img/bg_intro.jpg) no-repeat 100% 0/cover;
  top: 0;
}

@media screen and (min-width: 769px) {
  .type-intro {
    padding: 150px;
  }
}

.type-intro .sub-catch {
  margin-top: 6.66667vw;
  color: #fff;
  text-align: center;
  font-family: a-otf-futo-min-a101-pr6n, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
}

@media screen and (min-width: 769px) {
  .type-intro .sub-catch {
    margin-top: 50px;
    font-size: 1.8rem;
  }
}

.type-intro .wrap-text {
  margin-top: 6.66667vw;
}

@media screen and (min-width: 769px) {
  .type-intro .wrap-text {
    margin-top: 50px;
  }
}

.type-intro .wrap-text p:nth-child(1) {
  margin: 0;
}

.type-intro p {
  color: #fff;
  text-align: center;
  font-family: a-otf-futo-min-a101-pr6n, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  margin-top: 1.2em;
}

@media screen and (min-width: 769px) {
  .type-intro p {
    font-size: 1.8rem;
  }
}

/* type-gallery
-------------------------------------------------- */
.type-gallery {
  padding: 13.33333vw 0 26.66667vw;
}

@media screen and (min-width: 769px) {
  .type-gallery {
    padding: 150px 0 200px;
  }
}

.type-gallery .wrap-btn {
  margin-top: 20vw;
}

@media screen and (min-width: 769px) {
  .type-gallery .wrap-btn {
    margin-top: 100px;
  }
}

/* swiper
-------------------------------------------------- */
.swiper-container {
  overflow: visible;
}

.swiper-container .swiper-slide {
  width: 80vw;
  max-width: 600px;
}

.swiper-container .swiper-pagination {
  bottom: -8vw;
}

@media screen and (min-width: 769px) {
  .swiper-container .swiper-pagination {
    bottom: -40px;
  }
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #c82323;
}

.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  top: 50%;
  background-image: none;
}

.swiper-container .swiper-button-prev {
  left: 5px;
}

@media screen and (min-width: 769px) {
  .swiper-container .swiper-button-prev {
    left: 50%;
    margin-left: -355px;
  }
}

.swiper-container .swiper-button-prev::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -2vw;
  width: 5.86667vw;
  height: 3.86667vw;
  background: url(/modpub/lp/maniax/202104oneone1/img/arrow_left.png) no-repeat 0 0/contain;
}

@media screen and (min-width: 769px) {
  .swiper-container .swiper-button-prev::after {
    margin-top: -15px;
    width: 44px;
    height: 29px;
  }
}

.swiper-container .swiper-button-next {
  right: 5px;
}

@media screen and (min-width: 769px) {
  .swiper-container .swiper-button-next {
    left: 50%;
    margin-left: 310px;
  }
}

.swiper-container .swiper-button-next::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -2vw;
  width: 5.86667vw;
  height: 3.86667vw;
  background: url(/modpub/lp/maniax/202104oneone1/img/arrow_right.png) no-repeat 0 0/contain;
}

@media screen and (min-width: 769px) {
  .swiper-container .swiper-button-next::after {
    margin-top: -15px;
    width: 44px;
    height: 29px;
  }
}

/* magfic pop up overrap
-------------------------------------------------- */
.none {
  display: none;
}

.mfp-bg {
  opacity: 0.9;
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
  position: fixed;
  top: 10px;
  right: 10px;
  font-size: 0;
  width: 58px;
  height: 58px;
  background-image: url(/modpub/lp/maniax/202104oneone1/img/btn_movie_close.png);
}

.mfp-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

_:-ms-lang(x)::-ms-backdrop, .mfp-content {
  margin: 0;
}
