@charset "UTF-8";

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

body {
  position: relative;
  margin: 0;
  width: 100%;
  color: #fff;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  overflow-x: hidden;
}

body a {
  display: block;
  cursor: pointer;
}

body a :hover {
  opacity: 0.8;
}

body img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

img[src="//tsyndicate.com/api/v1/retargeting/set/5e3fd925-d368-4240-a08f-04240f9a4d0b"]
{
  display: none !important;
}

.warning {
  position: absolute;
  bottom: 5px;
  font-size: 8px;
}

@media screen and (min-width: 769px) {
  .warning {
    bottom: 3px;
    font-size: 13px;
  }
}

main {
  display: block;
  padding-bottom: 26.6666666667vw;
}

main::before,
main::after {
  position: fixed;
  content: "";
  display: block;
  /*background : url(../img/mmls/bg_movie.gif) no-repeat 50% 0/cover;*/
  width: 100vw;
  height: 100vh;
  top: 0;
  z-index: -1;
}

main::after {
  background: #5e2534;
}

@media screen and (min-width: 769px) {
  main {
    padding-bottom: 300px;
  }
}

/* pc改行用 */
.br-pc {
  display: none;
}

@media screen and (min-width: 769px) {
  .br-pc {
    display: block;
  }
}

/* ヘッダー
-------------------------------------------------- */
header {
  position: relative;
  z-index: 100;
}

.lp-logo {
  position: absolute;
  top: 3.6vw;
  left: 5.4666666667vw;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  .lp-logo {
    top: 27px;
    left: 41px;
  }
}

.lp-logo img {
  width: 18.5333333333vw;
  max-width: 139px;
}

.twitter {
  position: absolute;
  background: url(../img/mmls/twitter_bg.png) no-repeat 0 0 / contain;
  width: 38.1333333333vw;
  max-width: 286px;
  padding-top: 32.2666666667vw;
  height: 0;
  line-height: 200%;
  overflow: hidden;
  top: -1.3333333333vw;
  right: -2.6666666667vw;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  .twitter {
    padding-top: 242px;
    top: 0;
    right: 0;
  }
}

.twitter .twitter-icon {
  position: absolute;
  padding: 2.6666666667vw;
  top: 5.3333333333vw;
  right: 6vw;
}

@media screen and (min-width: 769px) {
  .twitter .twitter-icon {
    padding: 20px;
    top: 40px;
    right: 52px;
  }
}

.twitter .twitter-icon img {
  width: 7vw;
  height: auto;
}

@media screen and (min-width: 769px) {
  .twitter .twitter-icon img {
    width: 53px;
    max-width: 43px;
  }
}

/* フッター
-------------------------------------------------- */
.lp_footer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 40px;
  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;
}

.lp_footer .lp_pagetop {
  display: none;
}

@media screen and (min-width: 769px) {
  .lp_footer .lp_pagetop {
    display: block;
    position: fixed;
    right: 0px;
    bottom: 80px;
  }
}

/* ボタン
-------------------------------------------------- */
.btn-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
}

.btn-wrap .lp-btn {
  width: 42.6666666667vw;
  max-width: 250px;
  min-height: 10vw;
  background: #eaeaea;
  color: #000011;
  border: 2px solid #000000;
  border-radius: 2vw;
  font-size: 4vw;
  font-weight: 900;
  line-height: 1;
  padding: 0.7em 0;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  .btn-wrap .lp-btn {
    font-size: 20px;
    border-radius: 15px;
    min-height: 0;
    max-height: 60px;
  }
}

.btn-wrap .lp-btn:hover {
  color: #fff;
  background: #111;
  border: 2px solid #c59900;
}

.btn-wrap .btn-cart {
  margin-left: 1.6vw;
  background: #ffc600 url(../img/mmls/btn_effect.svg) no-repeat -210% 74%/120%;
}

@media screen and (min-width: 769px) {
  .btn-wrap .btn-cart {
    margin-left: 12px;
  }
}

.btn-wrap .btn-cart:hover {
  background: #111 url(../img/mmls/btn_effect.svg) no-repeat -210% 74%/120%;
}

.btn-wrap .btn-cart.cart-in {
  color: #fff;
  background: #111 url(../img/mmls/btn_effect.svg) no-repeat -210% 74%/120%;
  border: 2px solid #c59900;
}

.btn-wrap .btn-cart.purchased {
  color: #ccc;
  background: #666 url(../img/mmls/btn_effect.svg) no-repeat -210% 74%/120%;
  border: 2px solid #000000;
}

.btn-wrap.type-price .price-wrap {
  display: flex;
  flex-direction: column;
}

.btn-wrap.type-price .price-wrap .lp-btn-price {
  font-size: 2.4vw;
  font-weight: 900px;
  color: #fff;
  margin-bottom: 1em;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  .btn-wrap.type-price .price-wrap .lp-btn-price {
    font-size: 14px;
  }
}

.btn-wrap.type-price .price-wrap .lp-btn-price span {
  font-size: 3.2vw;
}

@media screen and (min-width: 769px) {
  .btn-wrap.type-price .price-wrap .lp-btn-price span {
    font-size: 18px;
  }
}

/* Extensions Show Installed Extensions */
@media screen and (min-width: 769px) {
  .type-hero .btn-wrap {
    margin: 50px 50px 0 0;
    justify-content: flex-end;
  }
}

@media screen and (min-width: 1281px) {
  .type-hero .btn-wrap {
    margin: 50px 150px 0 0;
  }
}

@media screen and (min-width: 769px) {
  .type-works .btn-wrap {
    justify-content: flex-start;
  }
}

/* アニメーション
-------------------------------------------------- */
.loading_effect {
  -webkit-animation: loading_anime 1.5s ease 0.5s 1 both;
  animation: loading_anime 1.5s ease 0.5s 1 both;
}

@-webkit-keyframes loading_anime {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes loading_anime {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* 見出し
-------------------------------------------------- */
.c-headline {
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  margin-top: 26.6666666667vw;
  margin-bottom: 13.3333333333vw;
}

@media screen and (min-width: 769px) {
  .c-headline {
    font-size: 50px;
    margin-top: 110px;
    margin-bottom: 50px;
  }
}

.c-headline.type-02 {
  font-size: 18px;
  font-weight: 900;
  margin-top: 0vw;
  margin-bottom: 3vw;
}

.c-headline.type-03 {
  font-size: 18px;
  font-weight: 900;
  margin-top: 20vw;
  margin-bottom: 6.6666666667vw;
}

@media screen and (min-width: 769px) {
  .c-headline.type-03 {
    font-size: 36px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.c-headline.type-initial::first-letter {
  font-size: 40px;
  margin-top: 3px;
  color: #ff2b58;
}

@media screen and (min-width: 769px) {
  .c-headline.type-initial::first-letter {
    font-size: 80px;
  }
}

.c-headline.type-initial br {
  display: none;
}
@media screen and (max-width: 1180px) {
  .c-headline.type-initial br {
    display: block;
  }
}
.c-headline.type-02 br {
  display: none;
}
@media screen and (max-width: 1180px) {
  .c-headline.type-02 br {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .c-headline.type-02 {
    font-size: 14px;
  }
}

/* type-hero
-------------------------------------------------- */
/* type-hero
-------------------------------------------------- */
.type-hero {
  position: relative;
  background: #000 url(../img/new-img/mainmobile.jpg) no-repeat right  / cover;
  /* min-height: 174.6666666667vw;
  padding-bottom: 6.6666666667vw; */
  width: 100%;
  height: 100svh;
  min-height: 660px;
}
@media screen and (min-width: 769px) {
  .type-hero {
    background: #000 url(../img/new-img/mainpc.jpg) no-repeat /1920px;
    padding-bottom: 0;
    min-height: 620px;
    /* height: calc(100svh - 77.59px); */
  }
}
@media screen and (min-width: 1281px) {
  .type-hero {
    background: #000 url(../img/new-img/mainpc.jpg) no-repeat right  / cover;

    background-position: center 10%;

    background-size: cover;
  }
}
.type-hero::before {
  position: absolute;
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.5);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.4990371148) 64%,
    rgba(0, 0, 0, 0) 100%
  );
  height: 40vh;
  width: 100vw;
  bottom: 0vw;
}
@media screen and (min-width: 769px) {
  .type-hero::before {
    display: none;
  }
}
.type-hero h1 {
  position: absolute;
  background: url(../img/new-img/game_logo.png) no-repeat 0 0 / contain;
  width: 50vw;
  max-width: 467px;
  padding-top: 65.0666666667vw;
  padding-top: 519px;
  height: 0;
  line-height: 200%;
  overflow: hidden;
  top: 5vw;
  left: 2vw;
}
@media screen and (min-width: 500px) {
  .type-hero h1 {
    width: 35%;
    top: 50px;
    left: 30px;
  }
}
@media screen and (min-width: 769px) {
  .type-hero h1 {
    width: 30%;
    top: 70px;
    left: 70px;
  }
}
@media screen and (min-width: 769px) {
  .type-hero .text-wrap {
    padding-top: 500px;
    margin-right: 50px;
  }
}
@media screen and (min-width: 1281px) {
  .type-hero .text-wrap {
    margin-right: 150px;
  }
}
.type-hero .hero-dlc-container {
  position: absolute;
  /* top: 120vw; */
  bottom: 1%;
  right: 50%;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  width: 90%;
  max-width: 450px;
}
@media screen and (min-width: 500px) {
  .type-hero .hero-dlc-container {
    bottom: 2%;
    right: 20px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: auto;
    max-width: 450px;
  }
}
.type-hero .hero-dlc-container .hero-dlc-title {
  position: absolute;
  top: -23%;
  left: -20%;
  width: 123.2%;
  aspect-ratio: 875/347;
  background: url(../img/sod_sh/hero_dlc_title_bg_sp.png);
  background-size: 100% 100%;
}
@media screen and (min-width: 769px) {
  .type-hero .hero-dlc-container .hero-dlc-title {
    top: -26%;
    aspect-ratio: 733/286;
    background: url(../img/sod_sh/hero_dlc_title_bg.png);
    background-size: 100% 100%;
  }
}
.type-hero .hero-dlc-container .hero-dlc-contents {
  width: 100%;
  background: #000;
  border: solid 1px #8e0028;
  border-radius: 8px;
}
.type-hero .hero-dlc-container h2 {
  position: absolute;
  top: 36%;
  left: 10%;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  font-size: 7.5vw;
  text-align: center;
  font-weight: 900;
  line-height: 0.6em;
}
.type-hero .hero-dlc-container h2 span {
  margin-left: 1em;
  font-size: 4.2vw;
  font-weight: 900;
}
@media screen and (min-width: 500px) {
  .type-hero .hero-dlc-container h2 {
    font-size: 40px;
  }
  .type-hero .hero-dlc-container h2 span {
    font-size: 21px;
  }
}
@media screen and (min-width: 1281px) {
  .type-hero .hero-dlc-container h2 {
    font-size: 50px;
  }
  .type-hero .hero-dlc-container h2 span {
    font-size: 28px;
  }
}
.type-hero .hero-dlc-container h3 {
  position: absolute;
  top: 31%;
  left: 37%;
  font-size: 3vw;
  line-height: 1.5em;
  font-weight: 900;
}
@media screen and (min-width: 500px) {
  .type-hero .hero-dlc-container h3 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 769px) {
  .type-hero .hero-dlc-container h3 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1281px) {
  .type-hero .hero-dlc-container h3 {
    font-size: 18px;
  }
}
.type-hero .hero-dlc-container .hero-dlc-pic {
  width: 100%;
  max-width: 600px;

}

@media screen and (min-width: 769px) {
  .type-hero .hero-dlc-container .hero-dlc-pic {
    width: 100%;
    max-width: unset;
  }
}
@media screen and (min-width: 1281px) {
  .type-hero .hero-dlc-container .hero-dlc-pic {
    width: 100%;
  }
}
.type-hero .hero-dlc-container .hero-dlc-btn-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 8px 0;
}
@media screen and (min-width: 769px) {
  .type-hero .hero-dlc-container .hero-dlc-btn-container {
    gap: 20px;
  }
}
.type-hero .hero-dlc-container .hero-dlc-btn-container .hero-dlc-btn {
  width: 44.8%;
  max-width: 200px;
}
@media screen and (min-width: 769px) {
  .type-hero .hero-dlc-container .hero-dlc-btn-container .hero-dlc-btn {
    width: 200px;
    max-width: unset;
  }
}
@media screen and (min-width: 1281px) {
  .type-hero .hero-dlc-container .hero-dlc-btn-container .hero-dlc-btn {
    width: 200px;
  }
}
.type-hero
  .hero-dlc-container
  .hero-dlc-btn-container
  .hero-dlc-btn
  .hero-dlc-btn-title {
  font-size: 3.6vw;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .type-hero
    .hero-dlc-container
    .hero-dlc-btn-container
    .hero-dlc-btn
    .hero-dlc-btn-title {
    font-size: 18px;
  }
}
.type-hero .hero-dlc-container .hero-dlc-btn-container .hero-dlc-btn .lp-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 267/60;
  font-size: 3.6vw;
  font-weight: 900;
  color: #fff;
  background: rgb(236, 1, 83)
  url(../img/new-img/btn_effect.svg) no-repeat 90% 70%/ 20%;
  border: 2px solid #000000;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s, border 0.3s, color 0.3s;
}

@media screen and (min-width: 1281px) {
  .type-hero .hero-dlc-container .hero-dlc-btn-container .hero-dlc-btn .lp-btn {
    width: calc(100% - 4px);
    font-size: 20px;
    border-radius: 15px;
  }
  .type-hero
    .hero-dlc-container
    .hero-dlc-btn-container
    .hero-dlc-btn
    .lp-btn:hover {
    background: #000  url(../img/new-img/btn_effect.svg) no-repeat 90% 70%/ 20%;
    border: 2px solid rgb(236, 1, 83);
    color: #fff;
  }
}

.type-hero .hero-dlc-container .hero-dlc-btn-container .hero-dlc-btn .note {
  font-size: 1rem;
}
@media screen and (min-width: 500px) {
  .type-hero .hero-dlc-container .hero-dlc-btn-container .hero-dlc-btn .note {
    font-size: 12px;
  }
}
.type-hero .hero-dlc-container .hero-dlc-anchor-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 3.9vw 0;
  background: url(../img/sod_sh/hero_dlc_anchor_btn_bg.png) left bottom
      no-repeat,
    #1d1a1a;
  background-size: 96px 74px;
}
@media screen and (min-width: 769px) {
  .type-hero .hero-dlc-container .hero-dlc-anchor-link a {
    padding: 20px 0;
    background-size: 162px 124px;
  }
}
.type-hero .hero-dlc-container .hero-dlc-anchor-link .hero-dlc-btn-text {
  width: 11.7vw;
}
@media screen and (min-width: 769px) {
  .type-hero .hero-dlc-container .hero-dlc-anchor-link .hero-dlc-btn-text {
    width: 77px;
  }
}
.type-hero .hero-dlc-container .hero-dlc-anchor-link .hero-dlc-btn-arrow {
  width: 4.5vw;
}
@media screen and (min-width: 769px) {
  .type-hero .hero-dlc-container .hero-dlc-anchor-link .hero-dlc-btn-arrow {
    width: 30px;
  }
}

/* type-story
-------------------------------------------------- */
.type-story {
  margin-top: 0vw;
}

@media screen and (min-width: 769px) {
  .type-story {
    margin-top: 0;
  }
}

.movie-wrap {
  width: 100vw;
  max-width: 800px;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  .movie-wrap {
    margin: 80px auto 0;
  }
}

.movie-wrap .movie-wrap-inner {
  padding-top: 56.25%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.movie-wrap .movie-wrap-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.story-wrap {
  position: relative;
  padding: 13.3333333333vw 0;
  /*margin-top: 13.3333333333vw;*/
}

@media screen and (min-width: 769px) {
  .story-wrap {
    padding: 100px 0;
    margin-top: 100px;
  }
}

.story-wrap::before {
  position: absolute;
  content: "";
  background: url(../img/mmls/story_bg.jpg) no-repeat 40% 0/360%;
  width: 100vw;
  height: 100%;
  top: 0;
}

@media screen and (min-width: 769px) {
  .story-wrap::before {
    background-position: 0 0;
    background-size: cover;
  }
}

@media screen and (min-width: 1281px) {
  .story-wrap::before {
    background-position: 0 0;
    background-size: 90%;
  }
}

.story-wrap::after {
  position: absolute;
  content: "";
  background: url(../img/mmls/story_bg_02.png) no-repeat 0 0 / contain;
  width: 91.8666666667vw;
  padding-top: 109.6vw;
  height: 0;
  overflow: hidden;
  top: 2vw;
  left: 20vw;
}

@media screen and (min-width: 769px) {
  .story-wrap::after {
    max-width: 689px;
    padding-top: 822px;
    top: -80px;
    left: auto;
    right: 0;
  }
}

.story-wrap > * {
  margin: 0 auto 4.8vw;
}

@media screen and (min-width: 769px) {
  .story-wrap > * {
    margin: 0 auto 36px;
  }
}

.story-wrap :last-child {
  margin-bottom: 0;
}

.story-wrap .story-headline {
  position: relative;
  font-size: 18px;
  font-weight: 900;
  color: #ff2b58;
  width: 86.6666666667vw;
  z-index: 10;
  text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 769px) {
  .story-wrap .story-headline {
    font-size: 30px;
    text-align: center;
    width: 80%;
  }
}

@media screen and (min-width: 1025px) {
  .story-wrap .story-headline {
    width: auto;
  }
}

.story-wrap .story-desc {
  position: relative;
  font-size: 13px;
  width: 86.6666666667vw;
  z-index: 10;
  text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 769px) {
  .story-wrap .story-desc {
    font-size: 18px;
    text-align: center;
    width: 80%;
  }
}

@media screen and (min-width: 1025px) {
  .story-wrap .story-desc {
    width: auto;
  }
}

/* type-chara
-------------------------------------------------- */
/* スライダー背景画像 */
.swiper-slide {
  position: relative;
  background: url(../img/mmls/chara_bg_01.jpg) no-repeat 58% 0 / cover;
  min-height: 116vw;
  vertical-align: bottom;
  display: flex;
  flex-direction: column;
  /* キャラクター画像 */
}

.swiper-slide .chara-new {
  position: absolute;
  top: 0;
  right: 0;
  width: 116px;
}

@media screen and (min-width: 769px) {
  .swiper-slide {
    min-height: 660px;
  }
}

@media screen and (min-width: 1025px) {
  .swiper-slide {
    width: 1000px;
  }
}

.swiper-slide.type-02 {
  background: url(../img/mmls/chara_bg_02.jpg) no-repeat 80% 0 / cover;
}

.swiper-slide.type-03 {
  background: url(../img/mmls/chara_bg_03.jpg) no-repeat 30% 0 / cover;
}

.swiper-slide.type-04 {
  background: url(../img/mmls/chara_bg_04.jpg) no-repeat 18% 0 / cover;
}

.swiper-slide.type-05 {
  background: url(../img/mmls/chara_bg_05.jpg) no-repeat 18% 0 / cover;
}

.swiper-slide::before {
  position: absolute;
  content: "";
  background: url(../img/mmls/chara_01.png) no-repeat 0 0 / contain;
  width: 51.3333333333vw;
  padding-top: 88vw;
  height: 0;
  overflow: hidden;
  top: 0;
  right: 13.3333333333vw;
}

@media screen and (min-width: 769px) {
  .swiper-slide::before {
    max-width: 385px;
    padding-top: 660px;
    right: auto;
    left: 0;
  }
}

.swiper-slide.type-02::before {
  background: url(../img/mmls/chara_02.png) no-repeat 0 0 / contain;
  width: 76vw;
  padding-top: 88vw;
  top: 4vw;
  right: 1.3333333333vw;
}

@media screen and (min-width: 769px) {
  .swiper-slide.type-02::before {
    max-width: 570px;
    padding-top: 660px;
    top: 0;
    right: 0;
  }
}

.swiper-slide.type-03::before {
  background: url(../img/mmls/chara_03.png) no-repeat 0 0 / contain;
  width: 75.7333333333vw;
  padding-top: 88vw;
  top: 4vw;
  right: 1.3333333333vw;
}

@media screen and (min-width: 769px) {
  .swiper-slide.type-03::before {
    max-width: 568px;
    padding-top: 660px;
    top: 0;
    right: 0;
  }
}

.swiper-slide.type-04::before {
  background: url(../img/mmls/chara_04.png) no-repeat 0 0 / contain;
  width: 71.3333333333vw;
  padding-top: 88vw;
  top: 6.6666666667vw;
  right: 1.3333333333vw;
}

@media screen and (min-width: 769px) {
  .swiper-slide.type-04::before {
    max-width: 535px;
    padding-top: 660px;
    top: 0;
    right: 0;
  }
}

.swiper-slide.type-05::before {
  background: url(../img/mmls/chara_05.png) no-repeat 0 0 / contain;
  width: 61.8666666667vw;
  padding-top: 88vw;
  top: 6.6666666667vw;
  right: 1.3333333333vw;
}

@media screen and (min-width: 769px) {
  .swiper-slide.type-05::before {
    max-width: 535px;
    padding-top: 660px;
    top: 0;
    right: initial;
    left: 20px;
  }
}

.slide-text {
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  max-width: 550px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  padding: 5vw;
}

@media screen and (min-width: 769px) {
  .slide-text {
    top: 0;
    margin: 200px 40px 0 auto;
    background-color: transparent;
  }
}

.slide-text .chara-name {
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 0.5em;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 769px) {
  .slide-text .chara-name {
    font-size: 44px;
    width: 100%;
  }
}

.slide-text .chara-desc {
  font-size: 13px;
  margin-bottom: 0.5em;
  text-shadow: 2px 3px 10px rgb(255, 0, 0);
}

@media screen and (min-width: 769px) {
  .slide-text .chara-desc {
    font-size: 16px;
    width: 100%;
  }
}

.slide-text .chara-desc.note {
  font-size: 13px;
}

.slide-text :last-child {
  margin-bottom: 0;
}

/* swiper style overwrite */
/* 矢印 */
.swiper-button-prev,
.swiper-button-next {
  top: 20%;
  background: url(../img/mmls/swiper_arrow_bg.png) no-repeat 0 0 / contain;
  width: 14.9333333333vw;
  padding-top: 18.5333333333vw;
  height: 0;
  line-height: 200%;
  overflow: hidden;
}

@media screen and (min-width: 415px) {
  .swiper-button-prev,
  .swiper-button-next {
    top: 30%;
  }
}

@media screen and (min-width: 769px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 112px;
    padding-top: 139px;
    top: 30%;
    left: 0;
    transition: opacity 0.3s;
  }

  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    opacity: 0.5;
  }
}

@media screen and (min-width: 1025px) {
  .swiper-button-prev,
  .swiper-button-next {
    top: 40%;
    left: 50%;
    margin-left: -570px;
  }
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  position: absolute;
  top: 0%;
  bottom: 0;

  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.6666666667vw 2.6666666667vw 2.6666666667vw 0;
  border-color: transparent #fff transparent transparent;
}

.swiper-button-prev::after {
  left: 35%;
}

@media screen and (min-width: 769px) {
  .swiper-button-prev::after,
  .swiper-button-next::after {
    border-width: 20px 20px 20px 0;
  }
}

@media screen and (min-width: 769px) {
  .swiper-button-next {
    left: auto;
    right: 0;
  }
}

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

.swiper-button-next::after {
  left: 45%;
  border-width: 2.6666666667vw 0 2.6666666667vw 2.6666666667vw;
  border-color: transparent transparent transparent #fff;
}

@media screen and (min-width: 769px) {
  .swiper-button-next::after {
    border-width: 20px 0 20px 20px;
  }
}

.swiper-container {
  overflow: visible;
}

/* ページネーション */
.swiper-pagination-bullets {
  bottom: -9.3333333333vw !important;
}

@media screen and (min-width: 769px) {
  .swiper-pagination-bullets {
    bottom: -70px !important;
  }
}

.swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 8px !important;
  }
}

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

/* type-system
-------------------------------------------------- */
@media screen and (min-width: 769px) {
  .ss-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: -24px 0 0 0;
  }
}

.ss-wrap .ss-cont {
  position: relative;
  border: 1px solid #8e0028;
  width: 86vw;
  margin: 0 auto;
  margin-top: 6.6666666667vw;
}

@media screen and (min-width: 769px) {
  .ss-wrap .ss-cont {
    margin: 24px 0 0 16px;
    max-width: 620px;
  }
}

.ss-wrap .ss-cont .ss-head {
  position: relative;
  background: #000;
  overflow: hidden;
}

.ss-wrap .ss-cont .ss-head::before {
  content: "";
  position: absolute;
  background: url(../img/mmls/headline_effect.png) no-repeat 0 0 / contain;
  width: 47.4666666667vw;
  padding-top: 72.4vw;
  top: -32vw;
  right: -20vw;
}

@media screen and (min-width: 769px) {
  .ss-wrap .ss-cont .ss-head::before {
    width: 356px;
    padding-top: 543px;
    top: -240px;
    right: -150px;
  }
}

.ss-wrap .ss-cont .ss-head h4 {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 1em 0;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  .ss-wrap .ss-cont .ss-head h4 {
    font-size: 24px;
  }
}

.ss-wrap .ss-cont .ss-desc {
  background: #000;
  padding: 1em 0;
  height: 100px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

/* @media screen and (min-width: 769px) {
  .ss-wrap .ss-cont .ss-desc {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 1.5em 1em 1em;
  }
} */
.ss-wrap .ss-cont .ss-desc p {
  font-size: 13px;
  width: 86.6666666667vw;
  padding-left: 12px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .ss-wrap .ss-cont .ss-desc p {
    width: 100%;
    font-size: 16px;
  }
}

/* type-dlc
-------------------------------------------------- */
@media screen and (min-width: 769px) {
  .type-dlc h2 .sp {
    display: none;
  }
}

.type-dlc .dlc-movie {
  margin: 0 auto;
  max-width: 800px;
  aspect-ratio: 16/9;
}

.type-dlc .dlc-movie video {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .type-dlc .ss-head .sp {
    display: none;
  }
}

.type-dlc .ss-desc .sp {
  display: none;
}

@media screen and (min-width: 769px) {
  .type-dlc .ss-desc .sp {
    display: block;
  }
}

/* type-works
-------------------------------------------------- */
.works-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 40px;
  margin: 0 auto;
  max-width: 1060px;
}

@media screen and (min-width: 769px) {
  .works-inner {
    flex-direction: row;
    padding: 0 30px;
  }
}

.works-inner .works-box {
  margin: 0 auto;
  width: 86vw;
  background: #000;
  border: solid 1px #8e0028;
  box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  .works-inner .works-box {
    margin: 0;
    width: calc(50% - 20px);
  }
}

.works-inner .works-box h3 {
  padding: 20px 0;
  font-size: 4.2vw;
  font-weight: 900;
  text-align: left;
  padding-left: 18px;
  background: url(../img/mmls/works_title_bg.png) right top no-repeat;
  background-color: #612163;
}

@media screen and (min-width: 769px) {
  .works-inner .works-box h3 {
    font-size: 24px;
  }
}

.works-inner .works-box .works-title {
  height: 68px;
  padding: 20px 20px 0;
  font-size: clamp(13px, 2.7vw, 100%);
  font-weight: 900;
  line-height: 1.2em;
  box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  .works-inner .works-box .works-title {
    font-size: 20px;
  }
}

.works-inner .works-box .works-title1 {
  height: 68px;
  padding: 20px 20px 0;
  font-size: clamp(13px, 2.7vw, 100%);
  font-weight: 900;
  line-height: 1.2em;
  box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  .works-inner .works-box .works-title1 {
    font-size: 18px;
  }
}

.works-inner .works-box .works-price {
  padding: 0 20px 10px;
  font-size: 2.7vw;
  font-weight: 900;
  box-sizing: border-box;
}

.works-inner .works-box .works-price strong {
  margin: 0 0.2em;
  font-size: 4.4vw;
}

@media screen and (min-width: 769px) {
  .works-inner .works-box .works-price {
    font-size: 15px;
  }

  .works-inner .works-box .works-price strong {
    font-size: 24px;
  }
}

.works-inner .works-box .works-spec {
  padding: 20px;
  background: #420013;
  box-sizing: border-box;
}

.works-inner .works-box .works-spec .spec-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.works-inner .works-box .works-spec .spec-list .spec-item {
  display: flex;
  align-items: flex-start;
  /*font-size: 3.38vw;*/
  line-height: 1.1;
}

@media screen and (min-width: 769px) {
  .works-inner .works-box .works-spec .spec-list .spec-item {
    font-size: 14px;
  }
}

.works-inner .works-box .works-spec .spec-list .spec-item .name {
  min-width: 70px;
}

.works-inner .works-box .works-btn-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  gap: 20px;
  padding: 20px 0 15px;
}

.works-inner .works-box .works-btn-container .works-btn {
  width: 43.75%;
  display: flex;
  justify-content: center;
}

.works-inner .works-box .works-btn-container .works-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  font-size: 2.7vw;
  font-weight: 900;
  color: #fff;
  background: #e1016e url(../img/mmls/btn_effect.svg) no-repeat 90% 70%/20%;
  border: 2px solid #000000;
  border-radius: 15px;
  text-decoration: none;
}

.works-btn-warning {
  padding: 0 20px 15px;
  font-size: 14px;
}

@media screen and (min-width: 769px) {
  .works-btn-warning {
    bottom: 0px;
  }
}

@media screen and (min-width: 769px) {
  .works-inner .works-box .works-btn-container .works-btn a {
    font-size: 20px;
  }
}

.works-inner .works-box .works-btn-container .works-btn.btn-detail a {
  background: #8c0cd7;
}

@media screen and (min-width: 769px) {
  .works-inner .works-box .works-btn-container .works-btn a {
    transition: background 0.3s, border 0.3s, color 0.3s;
  }

  .works-inner .works-box .works-btn-container .works-btn a:hover {
    background: #000 url(../img/mmls/btn_effect.svg) no-repeat 95% 70%/20%;
    border: 2px solid #e1016e;
    color: #fff;
  }

  .works-inner .works-box .works-btn-container .works-btn.btn-detail a:hover {
    background: #000;
  }
}

.works-inner .works-box .note {
  padding: 0 20px 15px;
  font-size: 13px;
}

@media screen and (min-width: 769px) {
  .works-inner .works-box.type-sod .works-spec {
    /*padding-bottom: 61px;*/
  }
}
