@charset "UTF-8";
/* 各項目共通
-------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  position: relative;
  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;
}

main {
  display: block;
  padding-bottom: 26.6666666667vw;
}
main::before, main::after {
  position: fixed;
  content: "";
  display: block;
  background: url(../img/sod_sh/bg_movie.gif) no-repeat 50% 0/cover;
  width: 100vw;
  height: 100vh;
  top: 0;
  z-index: -1;
}
main::after {
  background: rgba(0, 0, 45, 0.8);
}
@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/sod_sh/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: 4.8vw;
  height: auto;
}
@media screen and (min-width: 769px) {
  .twitter .twitter-icon img {
    width: 37px;
    max-width: 46px;
  }
}

/* フッター
-------------------------------------------------- */
.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: 20px;
    bottom: 20px;
  }
}

/* ボタン
-------------------------------------------------- */
.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/sod_sh/btn_effect.png) 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/sod_sh/btn_effect.png) no-repeat -210% 74%/120%;
}
.btn-wrap .btn-cart.cart-in {
  color: #fff;
  background: #111 url(../img/sod_sh/btn_effect.png) no-repeat -210% 74%/120%;
  border: 2px solid #c59900;
}
.btn-wrap .btn-cart.purchased {
  color: #ccc;
  background: #666 url(../img/sod_sh/btn_effect.png) 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;
  }
}
@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 {
  animation: loading_anime 1.5s ease 0.5s 1 both;
}

@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: 60px;
    margin-top: 200px;
    margin-bottom: 100px;
  }
}
.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: 150px;
    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;
  }
}

/* type-hero
-------------------------------------------------- */
.type-hero {
  position: relative;
  background: #000 url(../img/sod_sh/mainpic_sp.jpg) no-repeat 0 0/cover;
  min-height: 174.6666666667vw;
  padding-bottom: 6.6666666667vw;
}
@media screen and (min-width: 769px) {
  .type-hero {
    background: #000 url(../img/sod_sh/mainpic.jpg) no-repeat 30% 0/1920px;
    min-height: 1200px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1281px) {
  .type-hero {
    background-position: 0 0;
    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: -6.6666666667vw;
}
@media screen and (min-width: 769px) {
  .type-hero::before {
    display: none;
  }
}
.type-hero h1 {
  position: absolute;
  background: url(../img/sod_sh/game_logo.png) no-repeat 0 0/contain;
  width: 47.3333333333vw;
  max-width: 467px;
  padding-top: 65.0666666667vw;
  padding-top: 519px;
  height: 0;
  line-height: 200%;
  overflow: hidden;
  top: 12.8vw;
  left: 2vw;
}
@media screen and (min-width: 769px) {
  .type-hero h1 {
    width: 30%;
    top: 130px;
    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;
  right: 50%;
  transform: translate3d(50%, 0, 0);
  width: 90%;
}
@media screen and (min-width: 769px) {
  .type-hero .hero-dlc-container {
    top: 570px;
    right: 20px;
    transform: translate3d(0, 0, 0);
    width: auto;
  }
}
.type-hero .hero-dlc-container .hero-dlc-title {
  position: absolute;
  top: -20%;
  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 {
  background: #000;
  border: solid 1px #8e0028;
}
.type-hero .hero-dlc-container h2 {
  position: absolute;
  top: 38%;
  left: 13%;
  transform: rotate(-15deg);
  transform-origin: 50% 50%;
  font-size: 7.8vw;
  text-align: center;
  font-weight: 900;
  line-height: 0.6em;
}
.type-hero .hero-dlc-container h2 span {
  font-size: 4.2vw;
  font-weight: 900;
  line-height: 0.8em;
}
.type-hero .hero-dlc-container h2.en {
  top: 34%;
  left: 15%;
}
@media screen and (min-width: 769px) {
  .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: 32%;
  left: 37%;
  font-size: 3vw;
  line-height: 1.5em;
  font-weight: 900;
}
@media screen and (min-width: 769px) {
  .type-hero .hero-dlc-container h3 {
    font-size: 18px;
  }
}
.type-hero .hero-dlc-container .hero-dlc-pic {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .type-hero .hero-dlc-container .hero-dlc-pic {
    width: 595px;
  }
}
.type-hero .hero-dlc-container .hero-dlc-btn-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 20px 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%;
}
@media screen and (min-width: 769px) {
  .type-hero .hero-dlc-container .hero-dlc-btn-container .hero-dlc-btn {
    width: 267px;
  }
}
.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: 3vw;
  font-weight: 900;
  color: #000;
  background: #ffc600 url(../img/sod_sh/btn_effect.png) no-repeat -210% 74%/120%;
  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: 769px) {
  .type-hero .hero-dlc-container .hero-dlc-btn-container .hero-dlc-btn .lp-btn {
    width: 267px;
    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/sod_sh/btn_effect.png) no-repeat -210% 74%/120%;
    border: 2px solid #ffc600;
    color: #fff;
  }
}
.type-hero .hero-dlc-container .hero-dlc-btn-container .hero-dlc-btn .note {
  font-size: 2.6vw;
}
@media screen and (min-width: 769px) {
  .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: 50vw;
}
@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/sod_sh/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/sod_sh/story_bg_02.png) no-repeat 0 0/contain;
  width: 91.8666666667vw;
  padding-top: 109.6vw;
  height: 0;
  overflow: hidden;
  top: 22.6666666667vw;
  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: 12px;
  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/sod_sh/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/sod_sh/chara_bg_02.jpg) no-repeat 80% 0/cover;
}
.swiper-slide.type-03 {
  background: url(../img/sod_sh/chara_bg_03.jpg) no-repeat 30% 0/cover;
}
.swiper-slide.type-04 {
  background: url(../img/sod_sh/chara_bg_04.jpg) no-repeat 18% 0/cover;
}
.swiper-slide.type-05 {
  background: url(../img/sod_sh/chara_bg_05.jpg) no-repeat 18% 0/cover;
}
.swiper-slide::before {
  position: absolute;
  content: "";
  background: url(../img/sod_sh/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/sod_sh/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/sod_sh/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/sod_sh/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/sod_sh/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: 90.6666666667vw;
  max-width: 550px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  .slide-text {
    top: 0;
    margin: 200px 40px 0 auto;
  }
}
.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: 12px;
  margin-bottom: 0.5em;
  text-shadow: 2px 3px 10px rgb(0, 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/sod_sh/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: 10%;
  bottom: 0;
  left: 45%;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.6666666667vw 2.6666666667vw 2.6666666667vw 0;
  border-color: transparent #000 transparent transparent;
}
@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: 50%;
  border-width: 2.6666666667vw 0 2.6666666667vw 2.6666666667vw;
  border-color: transparent transparent transparent #000;
}
@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: 96vw;
  margin: 0 auto;
  margin-top: 6.6666666667vw;
}
@media screen and (min-width: 769px) {
  .ss-wrap .ss-cont {
    margin: 24px 0 0 16px;
    max-width: 600px;
  }
}
.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/sod_sh/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;
  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: 12px;
  width: 86.6666666667vw;
  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 iframe {
  width: 100%;
  height: 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: 96vw;
  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: 30px 0;
  font-size: 5.2vw;
  font-weight: 900;
  text-align: center;
  background: url(../img/sod_sh/works_title_bg.png) right top no-repeat;
}
@media screen and (min-width: 769px) {
  .works-inner .works-box h3 {
    font-size: 24px;
  }
}
.works-inner .works-box .works-title {
  padding: 20px 20px 0;
  font-size: 4.7vw;
  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-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;
  gap: 20px;
  padding: 20px 0 15px;
}
.works-inner .works-box .works-btn-container .works-btn {
  width: 43.75%;
}
.works-inner .works-box .works-btn-container .works-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  font-size: 3.6vw;
  font-weight: 900;
  color: #000;
  background: #ffc600 url(../img/sod_sh/btn_effect.png) no-repeat -210% 74%/120%;
  border: 2px solid #000000;
  border-radius: 15px;
  text-decoration: none;
}
@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: #eaeaea;
}
@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/sod_sh/btn_effect.png) no-repeat -210% 74%/120%;
    border: 2px solid #ffc600;
    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: 12px;
}
@media screen and (min-width: 769px) {
  .works-inner .works-box.type-sod .works-spec {
    padding-bottom: 61px;
  }
}/*# sourceMappingURL=sod_sh.css.map */