@charset "UTF-8";
@import url("./style.css");
.result {
  position: relative;
  margin-bottom: 60px !important;
  color: #eb4c4c;
}
.result h2 {
  font-size: 65px;
  line-height: 75px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .result h2 {
    font-size: 40px;
    line-height: 46px;
  }
}
.result span {
  font-size: 26px;
  font-weight: bold;
  display: block;
  margin: 5px 0 40px;
}
@media screen and (max-width: 768px) {
  .result span {
    font-size: 14px;
    margin: 5px 0 25px;
  }
}
.result_box {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .result_box {
    margin-bottom: 30px;
  }
}
.result_box p {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .result_box p {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.result_box img {
  display: block;
  width: 95%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .result_box img {
    width: 100%;
  }
}
.result_star {
  position: absolute;
  z-index: -1;
  width: 175px;
  -webkit-transform: translate(-70px, -50px);
          transform: translate(-70px, -50px);
}
@media screen and (max-width: 768px) {
  .result_star {
    width: 110px;
    -webkit-transform: translate(-30px, -35px);
            transform: translate(-30px, -35px);
  }
}

/* --------------------- */
/* 共通 */
/* --------------------- */
.font-oswald {
  font-family: "Oswald", sans-serif;
}

.font-notoserif {
  font-family: "Noto Serif JP", sans-serif;
}

.font-hiragino-kaku {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}

.font-bold {
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

body {
  background-color: #050411;
}

.loading-modal {
  /*background-color: #222;*/
}

.shadow-mv {
  background: -webkit-gradient(linear, left bottom, left top, from(#050411), to(transparent));
  background: linear-gradient(0deg, #050411, transparent);
}

.shadow-mv-end {
  background: -webkit-gradient(linear, left bottom, left top, from(#050411), to(transparent));
  background: linear-gradient(0deg, #050411, transparent);
}

.shadow-texture-overlay-end {
  top: 1655px;
  height: 370px;
  background: -webkit-gradient(linear, left bottom, left top, from(#050411), to(transparent));
  background: linear-gradient(0deg, #050411, transparent);
}

.logo {
  top: 25px;
  left: -20px;
  max-width: 490px;
}

img.title-logo {
  /*max-width: 600px;*/
  width: 100%;
}

.top-img-man {
  right: -265px;
  max-width: 975px;
}

.scroll-down-wrap .scroll-down {
  right: -150px;
  bottom: 225px;
  left: unset;
}

.totalization {
  margin-bottom: 90px;
  padding-bottom: 50px;
  background-image: url("../images/helloween/bg-bottom.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .totalization {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.padding-w-20 {
  padding: 0 20px;
}

.totalization-main {
  margin-bottom: 50px;
}

.content-main h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 0;
  color: #eb4c4c;
}

.content-text {
  font-size: 15px;
  color: #eb4c4c;
}

.content-text-main {
  font-size: 20px;
  font-weight: bold;
  color: #eb4c4c;
}

.img-man {
  position: absolute;
  top: -45px;
  right: -125px;
  width: 660px;
}

.img-man {
  position: absolute;
  top: -200px;
  right: -300px;
  width: 500px;
}

.cast-title {
  position: relative;
}

.top-img-right-item {
  position: absolute;
  top: -100px;
  right: -200px;
}

@media screen and (max-width: 768px) {
  .top-img-right-item {
    position: absolute;
    top: -100px;
    right: -50px;
    width: 300px;
  }
}
.vr-shadow-texture-overlay-end {
  position: absolute;
  top: 133px;
  width: 110%;
  height: 450px;
  background: -webkit-gradient(linear, left bottom, left top, from(#222222), to(transparent));
  background: linear-gradient(0deg, #222222, transparent);
}

.exclamation_circle {
  position: relative;
  margin-bottom: 1.8em;
  margin-left: 1.5em;
}

.exclamation_circle::before {
  position: absolute;
  top: 50%;
  /* アイコンとテキストの間隔を調整するプロパティ */
  left: -1.5em;
  /* アイコンのサイズを調整するプロパティ */
  width: 1.3em;
  height: 1.3em;
  /* 基本的に変更しないプロパティ */
  content: "";
  /* アイコンの上下位置を調整するプロパティ */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  /* 表示させるアイコンのパスを指定 */
  background-image: url(../images/common/exclamation_circle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.exclamation_circle::after {
  right: 1em;
}

.exclamation_circle_orange {
  position: relative;
  margin-bottom: 0.8em;
  margin-left: 1.5em;
}

.exclamation_circle_orange::before {
  position: absolute;
  top: 50%;
  /* アイコンとテキストの間隔を調整するプロパティ */
  left: -1.5em;
  /* アイコンのサイズを調整するプロパティ */
  width: 1.3em;
  height: 1.3em;
  /* 基本的に変更しないプロパティ */
  content: "";
  /* アイコンの上下位置を調整するプロパティ */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  /* 表示させるアイコンのパスを指定 */
  background-image: url(../images/common/exclamation_circle_orange.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/*.exclamation_circle_orange::after {*/
/*    position: absolute;*/
/*    right:10px;*/
/*}*/
.exclamation_circle::after {
  line-height: 20px;
  position: absolute;
  top: 50%;
  left: 0.4em;
  content: "イベント参加とアプリダウンロードのご注意";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.exclamation_circle_orange::after {
  right: 1em;
}

@media screen and (max-width: 768px) {
  .step-square_area {
    line-height: 30px !important;
    margin: 0 0 50px;
    padding: 30px !important;
    opacity: 0.95 !important;
    color: white !important;
    background-color: #009bb4;
  }

  .exclamation_circle {
    position: relative !important;
    margin-bottom: 1.8em !important;
    margin-left: 1.5em !important;
  }

  .exclamation_circle::before {
    position: absolute !important;
    top: 50% !important;
    /* アイコンとテキストの間隔を調整するプロパティ */
    left: -1.5em !important;
    /* アイコンのサイズを調整するプロパティ */
    width: 2em !important;
    height: 2em !important;
    /* 基本的に変更しないプロパティ */
    content: "" !important;
    /* アイコンの上下位置を調整するプロパティ */
    -webkit-transform: translateY(-50%) !important;
            transform: translateY(-50%) !important;
    /* 表示させるアイコンのパスを指定 */
    background-image: url(../images/common/exclamation_circle.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
  }

  .exclamation_circle::after {
    line-height: 20px;
    position: absolute;
    top: 50%;
    left: 1em;
    content: "イベント参加とアプリダウンロードのご注意";
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .exclamation_circle::after {
    right: 1em !important;
  }

  .exclamation_circle_orange {
    position: relative !important;
    margin-bottom: 0.8em !important;
    margin-left: 1.5em !important;
    padding-left: 1em;
  }

  .exclamation_circle_orange::before {
    position: absolute !important;
    top: 50% !important;
    /* アイコンとテキストの間隔を調整するプロパティ */
    left: -1.5em !important;
    /* アイコンのサイズを調整するプロパティ */
    width: 2em !important;
    height: 2em !important;
    /* 基本的に変更しないプロパティ */
    content: "" !important;
    /* アイコンの上下位置を調整するプロパティ */
    -webkit-transform: translateY(-50%) !important;
            transform: translateY(-50%) !important;
    /* 表示させるアイコンのパスを指定 */
    background-image: url(../images/common/exclamation_circle_orange.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
  }

  .exclamation_circle_orange::after {
    right: 1em !important;
  }
}
.player_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80%;
  margin: 2em auto 0;
}

.player_bloc {
  -ms-flex-preferred-size: calc(25% - 10px);
      flex-basis: calc(25% - 10px);
  /* 4列に分割して配置（間隔を含む） */
  margin-bottom: 20px;
  text-align: center;
  /* 要素間のマージンを設定 */
}

.player_bloc p {
  font-family: Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-weight: bold;
  margin-bottom: 0.2em;
}

@media (max-width: 768px) {
  .player_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin: 2em auto 0;
  }

  .player_bloc {
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
    /* 2列に表示（間隔を含む） */
  }
}
.player_bloc img {
  margin-bottom: 0.5em;
  border-radius: 16px;
  -webkit-box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.2);
}

.font-size_12 {
  font-size: 12px !important;
}

.font-size_15 {
  font-size: 15px !important;
}

.font-size_18 {
  font-size: 18px !important;
}

.read-more {
  font-family: "Oswald";
  font-size: 18px;
  width: 180px;
  margin-top: 20px;
  padding: 8px 26px;
  text-align: center;
  text-decoration: none;
  color: white;
  border: 2px solid #eb4c4c;
  border-radius: 100px;
  background-color: #eb4c4c;
}

.margin-50_area {
  margin: 50px auto;
  text-align: center;
}

.margin-50_area a {
  font-family: Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  display: block;
  width: 100%;
  max-width: 500px;
  margin-top: 20px;
  padding: 15px 45px 15px 15px;
  text-align: center;
  text-decoration: none;
  color: white;
  border-radius: 70px;
  background-color: #eb4c4c;
}

@media screen and (max-width: 768px) {
  .margin-50_area a {
    font-size: 14px;
  }
}
.margin-50_area a::after {
  position: absolute;
  top: 50%;
  right: 17px;
  width: 15px;
  height: 15px;
  content: "";
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-image: url(../images/common/guild_info_after.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.vertical-line {
  margin: 1em 0 1em 0.5em;
  border-left: 1px solid white;
}

.vertical-line p {
  margin-left: 0.5em;
}

/*.vertical-line::before {*/
/*    content:"";*/
/*    display:inline-block;*/
/*    width:3px;*/
/*    height:40px;*/
/*    background-color:#0097A7;*/
/*    position:absolute;*/
/*    top:-2px;*/
/*    left:-5px;*/
/*}*/
.step-square_area {
  line-height: 30px;
  margin: 0 auto 50px;
  padding: 30px 20px !important;
  opacity: 0.95;
  color: white;
  border-radius: 0 0 8px 8px;
  background-color: #009bb4;
}

.step-square_area {
  font-size: 20px;
  line-height: 24px;
}

.step-square_area_care {
  font-size: 14px;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  .step-square_area_care {
    font-size: 12px;
  }
}
.step-square_area_text1 {
  font-size: 20px;
  line-height: 29px;
}
@media screen and (max-width: 768px) {
  .step-square_area_text1 {
    font-size: 18px;
    line-height: 26px;
  }
}
.step-square_area_text2 {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .step-square_area_text2 {
    font-size: 14px;
    line-height: 22px;
  }
}
.step-square_area_text3 {
  font-size: 14px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .step-square_area_text3 {
    font-size: 12px;
    line-height: 17px;
  }
}
.step-square_area .margin-bottom {
  margin-bottom: 20px;
}

.menu-content ul {
  margin-bottom: 70px;
  padding-left: 10px;
}

.menu-content .menu-close {
  position: absolute;
  right: 20px;
  width: 40px;
}

.sp-z-0-about {
  display: none;
}

.read-more a {
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 1024px) {
  .pc-only {
    display: none !important;
  }

  .img-man {
    position: initial;
    display: block;
    margin: 0 auto;
  }

  .sp-z-0 {
    z-index: 0 !important;
  }

  .sp-z-0-about {
    display: block;
  }

  .sp-z-0-ranking {
    z-index: 0 !important;
  }

  .vr-shadow-texture-overlay-end {
    top: unset;
    bottom: 0;
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  section {
    margin-bottom: 0 !important;
  }

  .container {
    padding: 0 20px;
  }

  img.title-logo {
    width: 1000px;
    max-width: 768px;
  }

  .logo {
    top: 10px;
    right: 0;
    left: 0;
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
  }

  .top-img-man {
    right: 0;
    left: 42px;
    width: 100%;
    min-height: 630px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .texture-overlay {
    height: 1210px;
  }

  .content-main h3 {
    font-size: 18px;
  }

  .content-text {
    font-size: 13px;
  }

  .content-text-main {
    font-size: 17px;
  }

  .menu-content ul {
    padding-left: 30px;
  }
}
.menu-modal {
  background: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 768px) {
  .menu-modal {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 400px;
  }
}

/* --------------------- */
/* mv */
/* --------------------- */
.texture-overlay {
  height: 2013px;
}

.mv-vr-title {
  position: absolute;
  bottom: 215px;
  left: 10px;
  max-width: 726px;
}

.mv-vr-title h2 {
  font-size: 35px;
  line-height: 1.7em;
}

.mv-vr-title span {
  white-space: nowrap;
}

.second-line {
  font-size: 178px;
  line-height: 0.9em;
  /* 1è¡Œç›®ã¨3è¡Œç›®ã®é«˜ã•ã«åˆã‚ã›ã‚‹ */
}

.third-line {
  letter-spacing: 0.2em;
}

@media screen and (max-width: 1024px) {
  .mv-vr-title h2 {
    font-size: 30px;
  }

  .second-line {
    font-size: 140px;
  }

  .scroll-down-wrap .scroll-down {
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .mv-vr-title {
    top: calc(50% - 45px);
    right: 0;
    left: 20px;
    width: 52%;
    margin-right: 0.5em;
  }

  .mv-vr-title h2 {
    font-size: 20px;
    line-height: 1.7em;
    text-align: center;
  }

  .second-line {
    font-size: 100px;
    line-height: 0.9em;
  }

  .scroll-down-wrap .scroll-down {
    right: 0;
    bottom: 215px;
    left: 230px;
    margin: auto;
  }
}
@media screen and (max-width: 550px) {
  .second-line {
    font-size: 90px;
    line-height: 0.9em;
  }

  .scroll-down-wrap .scroll-down {
    bottom: 215px;
  }
}
@media screen and (max-width: 425px) {
  .mv-vr-title h2 {
    font-size: 15px;
  }

  .second-line {
    font-size: 75px;
  }
}
@media screen and (max-width: 375px) {
  .scroll-down-wrap .scroll-down {
    bottom: 130px;
  }
}
/* --------------------- */
/* intro */
/* --------------------- */
.intro {
  margin-bottom: 90px !important;
}

.intro-title {
  margin-bottom: 20px !important;
}

.intro-title-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 18px;
}

.intro-title-arrow {
  width: 100px;
}

.intro-title-arrow img {
  width: 100%;
}

.intro-text p {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .intro-text p {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .intro-title-arrow {
    width: 100px;
  }
}
/* --------------------- */
/* about */
/* --------------------- */
.about {
  position: relative;
  margin-bottom: 180px !important;
}

.about-main {
  margin-bottom: 40px;
}

.about-text-main {
  margin-bottom: 15px;
}

.about-shadow-end {
  top: 1000px;
}

/* --------------------- */
/* mid-announce */
/* --------------------- */
.mid-anounce-contetnt {
  position: relative;
}

.mid-title-icon {
  position: absolute;
  z-index: -1;
  top: -40px;
  left: -50px;
  width: 180px;
}

@media screen and (max-width: 1024px) {
  .mid-anounce-contetnt img {
    margin: auto;
  }

  .mid-title-icon {
    top: -30px;
    left: 35px;
    width: 30vw;
  }
}
@media screen and (max-width: 768px) {
  .mid-title-icon {
    top: -20px;
    left: -20px;
    width: 35vw;
  }
}
/* --------------------- */
/* cast */
/* --------------------- */
.flow-wrap_top {
  padding-top: 80px;
  padding-bottom: 10px;
  background: #222222;
}

.flow-list-wrap .box .img-wrap {
  position: relative;
}

.flow-list-wrap .box .img-wrap .inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 175px;
  margin: 0 auto;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.flow-list-wrap .box .img-wrap .inner:before {
  display: block;
  padding-top: 100%;
  content: "";
}

.flow-list-wrap .box .img-wrap .inner img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.flow-list-wrap .box .img-wrap .arrow {
  position: absolute;
  display: block;
  content: "";
  background: #ffffff;
}

.flow-list-wrap .box .img-wrap .arrow:after {
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  content: "";
}

.flow-list-wrap .box .text-wrap {
  margin-top: 30px;
}

.flow-list-wrap .box .text-wrap .heading {
  font-size: 13px;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.05em;
}

.flow-list-wrap .box .text-wrap .desc {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7692307692;
  margin: 0;
  margin-top: 0.2em;
  letter-spacing: 0.05em;
}

.flow-list-wrap.flow-list-wrap01 {
  margin-top: 70px;
}

.flow-arrow01 {
  position: relative;
  display: block;
  width: 70%;
  height: 1px;
  margin: 90px auto;
  background: #ffffff;
}

.flow-arrow01:before,
.flow-arrow01 .arrow {
  position: absolute;
  display: block;
  width: 1px;
  height: 50px;
  background: #ffffff;
}

.flow-arrow01:before {
  right: 0;
  bottom: 0;
  content: "";
}

.flow-arrow01 .arrow {
  top: 0;
  left: 0;
}

.flow-arrow01 .arrow:after {
  position: absolute;
  bottom: 1px;
  left: 50%;
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  -webkit-transform: translate(-50%, 0) rotate(45deg);
          transform: translate(-50%, 0) rotate(45deg);
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}

.box {
  width: 240px;
}

img.flow-img {
  position: absolute;
  top: 50%;
  right: -20%;
  width: 60px;
}

.flow-img-sp {
  display: none;
}

.cast-main {
  margin-bottom: 1em;
}

.cast-main-img {
  margin: 60px 0 0;
}

.cast-title-sub h2 {
  font-family: "Oswald", sans-serif;
  font-size: 65px;
  margin-top: 80px;
}

.cast-text-main2 {
  margin-top: 35px !important;
}

@media screen and (max-width: 1024px) {
  .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 15px;
  }

  .row .col-1,
.row .col-2,
.row .col-3,
.row .col-4,
.row .col-5,
.row .col-6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px 0;
  }

  .row .order-1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .row .order-2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .box {
    width: 100%;
    max-width: 400px;
  }

  .flow-img {
    display: none !important;
  }

  .text-wrap {
    position: relative !important;
  }

  .flow-img-sp {
    position: absolute;
    right: 0;
    bottom: -33px;
    left: 0;
    display: block !important;
    width: 30px;
    margin: 0 auto;
    rotate: 90deg;
  }
}
@media screen and (max-width: 1024px) {
  .cast-title-sub h2 {
    font-size: 42px;
  }
}
/* --------------------- */
/* totalization */
/* --------------------- */
.totalization-explain {
  margin-bottom: 60px;
}

.totalization-explain-title {
  font-size: 35px;
  margin-bottom: 20px;
  text-align: center;
}

.totalization-list-box {
  font-size: 18px;
  padding: 40px 40px 40px;
  border: 1px solid #555555;
  border-radius: 8px;
  background: rgba(85, 85, 85, 0.8);
}
@media screen and (max-width: 768px) {
  .totalization-list-box {
    padding: 40px 20px 40px;
  }
}

.totalization-list-box ul,
.totalization-list-box ul > li {
  display: block;
}

.totalization-list-box ul {
  line-height: 1.5;
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.totalization-list-box ul > li {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  margin: 0;
  margin-bottom: 18px;
  padding: 0.4em 0.5em;
  text-align: center;
  letter-spacing: 0.05em;
  color: #ffffff;
  border-radius: 6px;
  background: #eb4c4c;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .totalization-list-box ul > li {
    margin-bottom: 14px;
  }
}

.totalization-list-box ul > li:last-child {
  margin-bottom: 0;
}

.totalization-list-box.totalization-list-box01 {
  margin-top: 20px;
}

.totalization-list-box.totalization-list-box02 ul > li {
  margin-bottom: 70px;
}

.totalization-list-box.totalization-list-box02 ul > li:after {
  font-size: 2.4666666667rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  bottom: -52px;
  left: 50%;
  content: "+";
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-align: center;
  color: #ffffff;
}

.totalization-list-box.totalization-list-box01 ul > li:last-child {
  margin-bottom: 0;
}

.totalization-list-box.totalization-list-box01 ul > li:last-child:after {
  display: none;
}

.totalization-list-box.totalization-list-box03 {
  margin-top: 20px;
}

.totalization-list-box.totalization-list-box03 .totalization-level-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.totalization-list-box.totalization-list-box03 ul > li {
  margin-bottom: 0;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.totalization-list-box.totalization-list-box03 ul > li:last-child {
  margin-bottom: 0;
}

.totalization-list-box.totalization-list-box03 ul > li:last-child:after {
  display: none;
}

.totalization-list-box.totalization-list-box03 ul > li > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.totalization-list-box.totalization-list-box03 ul > li > ul > li {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  width: 100%;
  max-width: 360px;
  margin: 0;
  margin-bottom: 30px;
  margin-bottom: 30px;
  padding: 0.4em 0.5em;
  text-align: center;
  letter-spacing: 0.05em;
  color: #ffffff;
  border-radius: 6px;
  background: #eb4c4c;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 768px) {
  .totalization-explain-title {
    font-size: 27px;
  }

  .totalization-list-box.totalization-list-box03 ul > li > ul > li {
    max-width: 100%;
    margin-bottom: 14px;
    padding: 1em 0.5em;
  }

  /*.totalization-list-box.totalization-list-box03 ul > li{*/
  /*    margin-bottom: 20px;*/
  /*}*/
  .totalization-list-box.totalization-list-box03 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .totalization-list-box ul > li {
    font-size: 13px;
    padding: 1em 0.5em;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .totalization-list-box ul > li {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .totalization-list-box.totalization-list-box03 ul > li > ul > li {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .totalization-list-box.totalization-list-box03 ul > li > ul > li {
    font-size: 16px;
  }
}
/* --------------------- */
/* ranking */
/* --------------------- */
.ranking {
  position: relative;
}

.ranking-sub {
  margin-top: 60px;
}

.ranking-num {
  font-size: 16px;
  width: 100%;
  border-bottom: 1px solid;
}

.ranking-present {
  font-size: 12px;
  position: relative;
  margin-top: 5px;
  margin-bottom: 20px;
}

.present_img p {
  font-family: Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-weight: bold;
}

.ranking-present img {
  position: absolute;
  top: -38px;
  left: 85%;
  width: 50px;
}

.ranking-present-right {
  left: 70% !important;
}

.ranking-main,
.ranking-text-main {
  margin-bottom: 2em;
}

.ranking-text-main {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .ranking-text-main {
    font-size: 17px;
  }
}

.ranking-point {
  font-size: 16px;
  width: 300px;
  margin: 15px 0 30px;
  padding: 6px 15px;
  text-align: center;
  border-radius: 5px;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .ranking-point {
    font-size: 15px;
    width: 100%;
    margin: 15px 0;
  }
}

.ranking-point p {
  color: #009bb4;
}

.ranking-parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ranking-child {
  width: 45%;
}

.change-card {
  font-size: 12px;
  width: 100%;
  max-width: 300px;
  margin: 30px auto 0;
  padding: 6px 15px;
  cursor: pointer;
  text-align: center;
  color: #eb4c4c;
  border-radius: 15px;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .change-card {
    margin: 15px auto 0 !important;
  }
}

.himeko-yusho-img {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  width: 100px;
}
@media screen and (max-width: 768px) {
  .himeko-yusho-img {
    top: 15px;
    right: 15px;
    width: 20%;
  }
}

.change-card p {
  font-family: Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .ranking-sp-img {
    position: relative;
  }
}
/* --------------------- */
/* event */
/* --------------------- */
.event-bg {
  background-image: url(../images/helloween/bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .event-bg {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 2200px) {
  .event-bg {
    background-size: cover;
  }
}

/* --------------------- */
/* official */
/* --------------------- */
.official {
  position: relative;
  margin-bottom: 400px;
}

@media screen and (max-width: 1024px) {
  .official {
    margin-bottom: 80px !important;
  }
}
/* --------------------- */
/* guide */
/* --------------------- */
.guide {
  position: relative;
}

@media screen and (max-width: 1024px) {
  .guide {
    margin-bottom: 80px !important;
  }
}
/* --------------------- */
/* contact */
/* --------------------- */
.contact-device-text {
  background: #222222;
}

.care-content {
  margin-top: 180px;
  color: #eb4c4c;
}

.care-title {
  font-size: 24px;
  margin-bottom: 25px;
}

.care-text {
  font-size: 15px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .care-content {
    margin-top: 65px;
  }

  .contact-main-p1 {
    font-size: 15px;
  }
}
/* --------------------- */
/* スライダー */
/* --------------------- */
.cast-wrap_top {
  padding: 100px 0;
}

.cast_slider_area {
  position: relative;
}

.cast_slider {
  position: relative;
  left: -100%;
  width: 300%;
  margin: 0;
  margin-top: 90px;
  padding: 0;
  list-style: none !important;
}

.cast_slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cast_slider .slick-slide {
  height: auto !important;
}

.cast_slider ul {
  list-style: none !important;
}

.cast_slider .slick-dots::before,
.cast_slider .slick-dots::after {
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  bottom: 10px;
  letter-spacing: 0.1em;
  color: #eb4c4c;
}

.cast_slider .slick-dots::before {
  left: 0;
  content: "001";
}

.cast_slider .slick-dots::after {
  right: 0;
  content: "004";
}

.cast_slider .slick-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 813px;
  margin: 0 34px;
  border-radius: 8px;
  background-color: #eb4c4c;
}

.cast_slider .slick-slide .img {
  width: 50%;
  max-width: 330px;
}
@media screen and (max-width: 1024px) {
  .cast_slider .slick-slide .img {
    max-width: none;
  }
}

.cast_slider .slick-slide .img img {
  width: 525px;
  height: 100%;
  padding: 35px;
  border-radius: 45px;
  -o-object-fit: cover;
     object-fit: cover;
}

.cast_slider .slick-slide .text {
  position: relative;
  width: 65%;
  padding: 40px 20px 40px 0;
}

.cast_slider .slick-slide .text .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cast_slider .slick-slide .text .ttl h3 {
  font-family: Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 30px;
  line-height: 1;
  margin: 0;
}

.cast_slider .slick-slide .text .ttl a {
  width: 38px;
  margin-left: 20px;
}

.cast_slider .slick-slide .text .ttl a img {
  width: 90%;
}

.cast_slider .slick-slide .text h5 {
  font-size: 16px;
  position: relative;
  display: inline-block;
  margin: 0;
  margin-top: 25px;
}

.cast_slider .slick-slide .text h5.after_star::after {
  position: absolute;
  bottom: 5px;
  left: calc(100% + 5px);
  width: 65px;
  height: 30px;
  content: "";
  background-image: url(../images/common/star01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.cast_slider .slick-slide .text h4 {
  font-size: 20px;
  margin: 0;
  padding-top: 10px;
  border-top: 1px solid #ffffff;
}

.cast_slider .slick-slide .text .attention {
  font-size: 12px;
  margin: 0;
  padding-top: 15px;
}

.cast_slider .slick-slide .text .guild_info {
  margin: 0;
  margin-top: 25px;
  padding: 0;
}

.cast_slider .slick-slide .text .guild_info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ffffff;
}

.cast_slider .slick-slide .text .guild_info li p {
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.cast_slider .slick-slide .text .guild_info li p:first-of-type {
  position: relative;
  width: 125px;
}

.cast_slider .slick-slide .text .guild_info li p:first-of-type::after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 7px;
  height: 10px;
  content: "";
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-image: url(../images/common/guild_info_after.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.cast_slider .slick-slide .text .present_img {
  margin-top: 15px;
}

.cast_slider.cast_slider_2 .slick-slide .img {
  width: 52%;
}

.cast_slider.cast_slider_2 .slick-slide .text {
  width: 48%;
  padding: 30px 20px 100px 30px;
}

.btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 36px;
}

.btn_area a {
  font-family: Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 12px;
}

.btn_area div {
  width: 48%;
  border-radius: 4px;
}

.btn_area div:first-child {
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  opacity: 1 !important;
}

.btn_area div:nth-child(2) {
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

.btn_wrapper a {
  display: block;
}

@media screen and (min-width: 768px) {
  .btn_wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    /* ボタンを中央揃えにするためのスタイル */
    margin: 0 10px;
    /* 均等な幅を持たせる */
    text-align: center;
    /* ボタン間の隙間を設定 */
  }

  /* 最初のボタンには左マージンを追加しない */
  .btn_wrapper:first-child {
    margin-left: 0;
  }

  /* 最後のボタンには右マージンを追加しない */
  .btn_wrapper:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .btn_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }

  .btn_area a {
    font-size: 15px;
  }

  .btn_area div {
    line-height: 43px;
    width: 100%;
    height: 43px;
  }

  .btn_area div:first-child {
    line-height: 40px;
  }

  .btn_area div:nth-child(2) {
    line-height: 40px;
    margin-top: 13px;
  }

  .btn_area div:nth-child(2) {
    font-weight: bold;
    height: 43px;
  }
}
.nav_slider {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 840px;
  margin: 0;
  margin: 20px auto 0;
  padding: 0;
  list-style: none !important;
}

.nav_slider .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100% !important;
  -webkit-transform: unset !important;
          transform: unset !important;
}

.nav_slider.nav_slider_1 .slick-slide {
  font-family: Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  background-color: #050411;
}

.nav_slider.nav_slider_2 .slick-slide {
  font-family: Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  background-color: #050411;
}

.nav_slider .slick-track:before,
.nav_slider .slick-track:after {
  display: none !important;
}

.nav_slider .slick-slide {
  font-family: "Hiragino Kaku Gothic Std", serif;
  font-size: 15px;
  font-size: 12px;
  font-weight: 700;
  line-height: 44px;
  position: relative;
  width: 32% !important;
  margin-top: 10px;
  padding-right: 20px;
  cursor: pointer;
  -webkit-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .nav_slider .slick-slide {
    font-size: 13px;
  }
}

.nav_slider .slick-slide::after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 19px;
  height: 5px;
  content: "";
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-image: url(../images/common/link-btn-arrow01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.nav_slider .slick-slide.slick-current {
  cursor: auto;
  color: #eb4c4c;
  background-color: #ffffff;
}

.nav_slider .slick-slide.slick-current::after {
  background-image: url(../images/common/link-btn-arrow01_color.png);
}

@media all and (min-width: 1024px) {
  .nav_slider .slick-slide:hover {
    color: #eb4c4c;
    background-color: #ffffff;
  }

  .nav_slider .slick-slide:hover::after {
    background-image: url(../images/common/link-btn-arrow01_color.png);
  }
}
@media all and (max-width: 1279px) {
  .cast_slider {
    left: inherit;
    width: 100%;
  }

  .cast_slider .slick-slide {
    width: 100%;
    margin: 0 8px;
  }

  .cast_slider .slick-slide .img img {
    width: 100%;
    height: 100%;
    border-radius: 45px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .cast_slider .slick-slide .text {
    padding: 40px 40px 110px 0 !important;
  }

  .cast_slider.cast_slider_2 .slick-slide .img {
    width: 52%;
  }

  .nav_slider {
    left: inherit;
    width: 100%;
  }
}
@media all and (max-width: 1024px) {
  .cast_slider_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .cast_slider {
    margin-top: 40px;
  }

  .cast_slider .slick-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .cast_slider .slick-slide .img {
    width: 100% !important;
  }

  .cast_slider .slick-slide .img img {
    height: auto;
    padding: 25px;
    border-radius: 35px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .cast_slider .slick-slide .text {
    width: 100% !important;
    height: 100%;
    padding: 55px 40px 110px !important;
  }

  /* .cast_slider .slick-slide .text .present_img {
      width: 75%;
    } */
  .nav_slider {
    margin-top: 90px;
  }
}
@media all and (max-width: 500px) {
  .cast-wrap_top {
    padding: 50px 0 30px;
  }

  .cast_slider {
    margin-top: 40px;
  }

  .cast_slider .slick-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .cast_slider .slick-slide .text {
    padding: 0 24px 24px !important;
  }

  .cast_slider .slick-slide .text .ttl h3 {
    font-size: 25px;
    margin-right: 0.3em;
  }

  .cast_slider .slick-slide .text .ttl a {
    width: 23px;
    margin-left: 5px;
  }

  .cast_slider .slick-slide .text h5 {
    font-size: 12px;
    margin-top: 20px;
  }

  .cast_slider .slick-slide .text h5.after_star::after {
    width: 42px;
    height: 20px;
  }

  .cast_slider .slick-slide .text h4 {
    font-size: 16px;
    padding-top: 7px;
  }

  .cast_slider .slick-slide .text .guild_info {
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .cast_slider .slick-slide .text .guild_info li p {
    font-size: 16px;
  }

  .cast_slider .slick-slide .text .guild_info li p:first-of-type {
    position: relative;
    width: 90px;
  }

  .cast_slider .slick-slide .text .guild_info li p:first-of-type::after {
    right: 8px;
    width: 5px;
    height: 7px;
  }

  .cast_slider .slick-slide .text .present_img {
    width: 100%;
  }

  .nav_slider {
    margin-top: 50px;
  }

  .nav_slider.nav_slider_1 {
    margin-top: 0;
  }

  .nav_slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100% !important;
  }

  .nav_slider .slick-slide {
    width: 48.5% !important;
    margin: 20px 0 0;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .mv-wrap {
    margin-top: 75px;
  }
}

@media screen and (max-width: 768px) {
  .mv-bg {
    height: auto;
  }
}

.step_title {
  font-size: 31px;
  margin-top: 40px;
  color: #eb4c4c;
}
@media screen and (max-width: 768px) {
  .step_title {
    font-size: 21px;
  }
}
.step_title_text {
  margin-bottom: -30px;
  padding-left: 25px;
}
.step_title_text span {
  font-size: 51px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .step_title_text span {
    font-size: 33px;
  }
}
.step_title > p {
  font-size: 23px;
  padding: 25px 0 10px;
  padding-left: 25px;
  background-color: black;
}
@media screen and (max-width: 768px) {
  .step_title > p {
    font-size: 20px;
  }
}

.step-square_area {
  position: relative;
}
.step-square_area .cast_box {
  width: 90%;
  margin: auto;
  margin-top: 35px;
  padding: 30px 55px;
  border-radius: 8px;
  background-color: #eb4c4c;
}
@media screen and (max-width: 768px) {
  .step-square_area .cast_box {
    width: 100%;
    padding: 0 0 30px;
  }
}
.step-square_area .cast_box_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .step-square_area .cast_box_main {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 25px;
  }
}
@media screen and (max-width: 768px) {
  .step-square_area .cast_box_main_left {
    width: 100%;
  }
}
.step-square_area .cast_box_main_left > img {
  max-width: 235px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .step-square_area .cast_box_main_left > img {
    width: 100%;
    max-width: 100%;
    border-radius: 8px 8px 0 0;
  }
}
.step-square_area .cast_box_main_right {
  width: 100%;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .step-square_area .cast_box_main_right {
    max-width: 85%;
    padding-top: 0;
    padding-left: 0;
  }
}
.step-square_area .cast_box_main_right .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.step-square_area .cast_box_main_right .ttl h3 {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  color: White;
}
@media screen and (max-width: 420px) {
  .step-square_area .cast_box_main_right .ttl h3 {
    font-size: 25px;
    margin-right: 0.3em;
  }
}
.step-square_area .cast_box_main_right .ttl a {
  width: 38px;
  margin-left: 20px;
}
@media screen and (max-width: 420px) {
  .step-square_area .cast_box_main_right .ttl a {
    width: 23px;
    margin-left: 5px;
  }
}
.step-square_area .cast_box_main_right .ttl a img {
  width: 90%;
  max-width: 20px;
}
.step-square_area .cast_box_btn {
  width: 65%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .step-square_area .cast_box_btn {
    width: 85%;
  }
}
.step-square_area .cast_box_btn .btn_area {
  margin-top: 25px;
}
.step-square_area::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 80px;
  margin: auto;
  content: "";
  -webkit-transform: translate(0px, 50%);
          transform: translate(0px, 50%);
  background-image: url(../images/common/step-bottom.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.step-square_area:last-of-type::before {
  content: unset;
}
.step-square_area h2 {
  font-size: 20px;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .step-square_area h2 {
    font-size: 18px;
  }
}
.step-square_area.step2 h2 {
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  .step-square_area.step2 h2 {
    font-size: 23px;
  }
}
.step-square_area.step3 .player_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.step-square_area.step3 .player_list .player_bloc {
  -ms-flex-preferred-size: calc(100% / 6 - 7px);
      flex-basis: calc(100% / 6 - 7px);
}
@media screen and (max-width: 810px) {
  .step-square_area.step3 .player_list .player_bloc {
    -ms-flex-preferred-size: calc(100% / 3 - 10px);
        flex-basis: calc(100% / 3 - 10px);
  }
}
@media screen and (max-width: 768px) {
  .step-square_area.step3 .player_list .player_bloc {
    -ms-flex-preferred-size: calc(100% / 2 - 8px);
        flex-basis: calc(100% / 2 - 8px);
  }
}
.step-square_area.step3 .player_list .player_bloc p {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .step-square_area.step3 .player_list .player_bloc p {
    font-size: 15px;
  }
}
.step-square_area.step3 .player_list .player_bloc_btn {
  font-size: 10px;
  padding: 7px 12px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  color: #eb4c4c;
  border-radius: 60px;
  background-color: white;
}
@media screen and (max-width: 768px) {
  .step-square_area.step3 .player_list .player_bloc_btn {
    font-size: 12px;
  }
}
.step-square_area.step3 .player_list .player_bloc_btn:hover {
  opacity: 0.7;
}

.guild_info {
  margin: 0;
  margin-top: 10px;
  padding: 0;
}

.guild_info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  border-bottom: 1px solid white;
}

.guild_info li p {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.guild_info li p:first-of-type {
  position: relative;
  width: 80px;
  margin-bottom: -2px;
  border-bottom: 3px solid white;
}

.guild_info li p:nth-of-type(2) {
  padding-left: 15px;
}

.guild_info li p:first-of-type::after {
  position: absolute;
  top: 50%;
  right: -7px;
  width: 15px;
  height: 10px;
  content: "";
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-image: url(../images/common/guild_info_after.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media all and (max-width: 1024px) {
  .guild_info {
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .guild_info li p {
    font-size: 13px;
  }

  .guild_info li p:first-of-type {
    position: relative;
    width: 90px;
  }

  .guild_info li p:first-of-type::after {
    top: 13px;
    right: 0;
    width: 15px;
  }
}
.ranking {
  padding: 0 20px;
}
.ranking .twitter-box {
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .ranking .content-main h3 {
    font-size: 24px;
  }
}
.ranking_arrow {
  width: 24px;
  margin-top: 30px;
  margin-left: 24px;
}
.ranking .ranking-child {
  position: relative;
}
.ranking .ranking-child .ranking-num_border {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: -2px;
  border-bottom: 3px solid white;
}
.ranking .ranking-child > img {
  position: absolute;
  top: -10px;
  right: -5px;
  width: 45px;
}
.ranking .ranking-child_text {
  font-size: 15px;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .ranking .ranking-child_text {
    font-size: 14px;
  }
}
@media screen and (max-width: 420px) {
  .ranking .ranking-child_text {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .ranking .ranking-parent-1 .ranking-child {
    width: 100%;
  }
}
.ranking .ranking-parent-1 .ranking-child:nth-child(1) {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .ranking .ranking-parent-1 .ranking-child:nth-child(1) {
    width: 100%;
  }
}
.ranking .ranking-parent-1 .ranking-child:nth-child(2) {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .ranking .ranking-parent-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
  }
  .ranking .ranking-parent-3 .ranking-child {
    width: 45%;
  }
}
.ranking .ranking-parent-3 .ranking-child {
  width: 30%;
}
.ranking .btn_area {
  position: absolute;
  bottom: 40px;
}
@media screen and (max-width: 768px) {
  .ranking .btn_area {
    position: static;
    width: 100%;
  }
}

.care-text {
  max-width: 600px;
  margin: auto;
  padding: 0 20px;
}
.care-text_list {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  list-style: none;
  text-decoration: underline;
  color: #eb4c4c;
}
@media screen and (max-width: 768px) {
  .care-text_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    gap: 30px;
  }
}
.care-text_list li {
  cursor: pointer;
}

.modalArea.person-info .modalWrapper {
  padding: 60px 60px 100px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .modalArea.person-info .modalWrapper {
    padding: 60px 25px 100px;
  }
}
.modalArea.person-info .modalWrapper p {
  font-size: 15px;
  line-height: 21px;
}
@media screen and (max-width: 768px) {
  .modalArea.person-info .modalWrapper p {
    font-size: 13px;
    line-height: 19px;
  }
}

.modalArea.matter .modalWrapper {
  padding: 60px 60px 100px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .modalArea.matter .modalWrapper {
    padding: 60px 25px 100px;
  }
}
.modalArea.matter .modalWrapper p {
  font-size: 15px;
  line-height: 21px;
}
@media screen and (max-width: 768px) {
  .modalArea.matter .modalWrapper p {
    font-size: 13px;
    line-height: 19px;
  }
}

.modalArea.terms .modalWrapper {
  padding: 60px 60px 100px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .modalArea.terms .modalWrapper {
    padding: 60px 25px 100px;
  }
}
.modalArea.terms .modalWrapper p {
  font-size: 15px;
  line-height: 21px;
}
@media screen and (max-width: 768px) {
  .modalArea.terms .modalWrapper p {
    font-size: 13px;
    line-height: 19px;
  }
}

.totalization .content-main h3 {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .totalization .content-main h3 {
    font-size: 24px;
  }
}
.totalization .content-main .content-text-main {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .totalization .content-main .content-text-main {
    font-size: 17px;
  }
}
.totalization .totalization-explain h3 {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .totalization .totalization-explain h3 {
    font-size: 20px;
  }
}
.totalization .totalization-explain .font-change ul > li {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .totalization .totalization-explain .font-change ul > li {
    font-size: 15px;
  }
}
.totalization .care-text {
  font-size: 16px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .totalization .care-text {
    font-size: 12px;
  }
}

.ranking-main h3 {
  font-size: 33px;
}
@media screen and (max-width: 768px) {
  .ranking-main h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .font-sp-13 {
    font-size: 13px !important;
  }
}

@media screen and (max-width: 768px) {
  .font-sp-18 {
    font-size: 18px !important;
  }
}

.cast_slider .slick-slide .text .btn_wrapper a {
  font-size: 15px;
}
.cast_slider .slick-slide .text .btn_area div:first-child {
  line-height: 40px;
}
.cast_slider .slick-slide .text .btn_area div:nth-child(2) {
  line-height: 40px;
}

.pc-none {
  display: none;
}
@media (max-width: 768px) {
  .pc-none {
    display: block;
  }
}

.sp-none {
  display: block;
}
@media (max-width: 768px) {
  .sp-none {
    display: none;
  }
}

@media (max-width: 768px) {
  #header {
    padding: 10px 0 10px 14px;
  }
}

@media (max-width: 768px) {
  nav#fixed-sidebar {
    top: 2px;
    padding: 10px 29px;
  }
}

@media (max-width: 768px) {
  .menu-content .menu-close {
    top: 12px;
  }
}

.mv-wrap {
  overflow: visible;
}
@media (max-width: 768px) {
  .mv-wrap {
    margin-top: 53px;
  }
}

@media (max-width: 768px) {
  .scroll-down {
    bottom: 100px !important;
  }
}

@media (max-width: 768px) {
  .mv-bg {
    top: -53px;
  }
}

.top-img-man {
  top: 80px;
  right: -63%;
  max-width: 1515px;
}
@media (max-width: 1400px) {
  .top-img-man {
    right: -63%;
  }
}
@media (max-width: 768px) {
  .top-img-man {
    top: -4px;
    right: -34%;
    left: initial;
    overflow: visible;
    width: 181%;
  }
}

@media (max-width: 768px) {
  .mv-vr-title {
    top: calc(50% - 24px);
    width: 89%;
  }
}

.mv-vr-title {
  bottom: 160px;
}

.shadow-mv-end {
  top: calc(var(--mv-height) - 293px);
}

.top-img-man-shadow {
  position: absolute;
  z-index: -1;
  top: calc(var(--mv-height) - 0px);
  left: 0;
  width: 100%;
  height: 500px;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), color-stop(30%, #000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #000000 0%, #000000 30%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 768px) {
  .top-img-man-shadow {
    top: calc(var(--mv-height) - 380px);
    height: 210px;
  }
}
@media screen and (max-width: 375px) {
  .top-img-man-shadow {
    top: calc(var(--mv-height) - 220px);
  }
}

.intro {
  margin-top: -220px !important;
}
@media (max-width: 768px) {
  .intro {
    margin-top: -280px !important;
  }
}
@media screen and (max-width: 375px) {
  .intro {
    margin-top: -160px !important;
  }
}
.intro .title h2 {
  font-size: 63px;
}
@media (max-width: 768px) {
  .intro .title h2 {
    font-size: 52px;
  }
}
.intro .intro-title-arrow {
  width: 136px;
}
@media (max-width: 768px) {
  .intro .intro-title-arrow {
    width: 110px;
  }
}

@media (max-width: 768px) {
  .intro-title-arrow {
    width: 95px;
  }
}

@media (max-width: 768px) {
  .scroll-down-wrap .scroll-down {
    left: initial;
    width: 70px;
    margin: 0 4%;
  }
}

@media (max-width: 768px) {
  .scroll-down-wrap .scroll-down .arrow {
    width: 8px;
  }
}

.event .padding-w-20 {
  padding: 0;
}
@media (max-width: 768px) {
  .event .padding-w-20 {
    padding: 0 20px;
  }
}

.howto-enthusiasm {
  position: relative;
  display: block;
  min-height: 130px;
  margin-top: 18px;
  padding: 8px 10px;
  border: 1px solid #ffffff;
  border-radius: 2px;
}
@media (max-width: 768px) {
  .howto-enthusiasm {
    height: auto;
    min-height: auto;
    padding: 10px 4px;
  }
}

.howto-enthusiasm-header {
  position: relative;
  display: block;
  margin: 0;
  color: #ffffff;
}
.howto-enthusiasm-header span {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.85;
  position: relative;
  display: block;
  padding-left: 14px;
}
@media (max-width: 768px) {
  .howto-enthusiasm-header span {
    font-size: 12px;
    padding-left: 14px;
  }
}
.howto-enthusiasm-header span::before {
  position: absolute;
  top: 48%;
  left: 2px;
  width: 9px;
  height: 9px;
  content: "";
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  background-color: #ffee00;
  background-position: center center;
  background-size: contain;
}

.howto-enthusiasm-content {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .howto-enthusiasm-content {
    font-size: 14px;
  }
}

.step-square_area_care {
  margin-top: 16px;
}

.step-square_area {
  background-color: rgba(103, 23, 23, 0.78);
}

.cast_box:nth-child(6) .ttl {
  margin-right: -40px;
}
@media (max-width: 768px) {
  .cast_box:nth-child(6) .ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cast_box:nth-child(6) .ttl .cast-name {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cast_box:nth-child(6) .ttl a {
    margin-top: 2px;
    margin-left: auto;
  }
}

.step-square_area .cast_box_main {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .step-square_area .cast_box_main {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.step-square_area .cast_box_main .cast_box_main_left picture {
  display: block;
  border-radius: 8px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .step-square_area .cast_box_main .cast_box_main_left picture {
    border-radius: 8px 8px 0 0;
  }
}
.step-square_area .cast_box_main .cast_box_main_left img {
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}
@media (max-width: 768px) {
  .step-square_area .cast_box_main .cast_box_main_left img {
    border-radius: 8px 8px 0 0;
  }
}
.step-square_area .cast_box_main .cast_box_main_right .ttl a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 2px;
}

.step-square_area .cast_box_main_right .ttl h3 {
  font-size: 27px;
}
@media (max-width: 768px) {
  .step-square_area .cast_box_main_right .ttl h3 {
    font-size: 22px;
  }
}

.step-square_area .cast_box_btn {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .step-square_area .cast_box_btn {
    max-width: 85%;
  }
}
.step-square_area .cast_box_btn a {
  font-size: 17px;
  color: #eb4c4c;
  border-radius: 4px;
  background-color: #ffffff;
}

.btn_area div {
  line-height: 1.75 !important;
}
.btn_area div a {
  padding: 7px 0 6px;
}

.step-square_area.step3 .player_list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .step-square_area.step3 .player_list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.step-square_area.step3 .player_list .player_bloc {
  -ms-flex-preferred-size: calc(100% / 4 - 22px);
      flex-basis: calc(100% / 4 - 22px);
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .step-square_area.step3 .player_list .player_bloc {
    -ms-flex-preferred-size: calc(100% / 2 - 8px);
        flex-basis: calc(100% / 2 - 8px);
  }
}

.player_bloc + .player_bloc {
  margin-left: 29px;
}
@media (max-width: 768px) {
  .player_bloc + .player_bloc {
    margin-left: 0;
  }
}

.step-square_area.step3 .player_list .player_bloc:nth-child(n+5) {
  margin-top: 28px;
}

@media (max-width: 768px) {
  .step-square_area.step3 .player_list .player_bloc:nth-child(n+3) {
    margin-top: 20px;
  }
}

.step-square_area.step3 .player_list .player_bloc:nth-child(5) {
  margin-left: 0;
}

.step-square_area.step3 .player_list .player_bloc_btn {
  line-height: 1;
  display: block;
  width: 100%;
}

.player_bloc picture {
  display: block;
  margin-bottom: 0.5em;
  border-radius: 8px;
  background-color: #ffffff;
}
.player_bloc picture img {
  margin-bottom: 0;
  border-radius: 8px;
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}

.nav_slider .slick-track {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.nav_slider .slick-slide {
  width: 23% !important;
}
@media (max-width: 768px) {
  .nav_slider .slick-slide {
    width: 48.5% !important;
  }
}

.nav_slider .slick-slide + .slick-slide {
  margin-left: 19px;
}
@media (max-width: 768px) {
  .nav_slider .slick-slide + .slick-slide {
    margin-left: 0;
  }
}

.nav_slider .slick-slide:nth-child(5) {
  margin-left: 0;
}

@media (max-width: 768px) {
  .nav_slider .slick-slide:nth-child(even) {
    margin-left: 3%;
  }
}

.step-explanation {
  width: 90%;
  margin: 34px auto 0;
  padding: 33px 30px;
  border-radius: 10px;
  background-color: #000000;
}
@media (max-width: 768px) {
  .step-explanation {
    width: 100%;
    padding: 24px 16px;
  }
}

.step-explanation__header {
  line-height: 1.45;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 6px;
  border-bottom: 1px solid #eb4c4c;
}
@media (max-width: 768px) {
  .step-explanation__header {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.step-explanation__header + * {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .step-explanation__header + * {
    margin-top: 18px;
  }
}

.step-explanation__header-jp,
.step-explanation__header-en {
  color: #eb4c4c;
}

.step-explanation__header-jp {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .step-explanation__header-jp {
    font-size: 18px;
  }
}

.step-explanation__header-en {
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  font-weight: bold;
  margin-left: 21px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .step-explanation__header-en {
    font-size: 12px;
    margin: 4px 0 0;
  }
}

.step-explanation__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.step-explanation__item + .step-explanation__item {
  margin-top: 25px;
  padding-top: 29px;
  border-top: 1px solid #eb4c4c;
}

.step-explanation__item-ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 150px;
  color: #eb4c4c;
  border: 2px solid #eb4c4c;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .step-explanation__item-ttl {
    margin: 0 auto;
    padding: 4px 0;
  }
}
.step-explanation__item-ttl img {
  width: 20px;
  height: 30px;
}

.step-explanation__item:nth-child(2) .step-explanation__item-ttl-inner {
  margin-top: 8px;
}

.step-explanation__item-ttl-inner {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .step-explanation__item-ttl-inner {
    font-size: 16px;
  }
}

.step-explanation__item-content {
  width: calc(100% - 150px - 28px);
  margin-left: 28px;
}
@media (max-width: 768px) {
  .step-explanation__item-content {
    width: 100%;
    margin: 16px 0 0;
  }
}

.step-explanation__item-desc {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .step-explanation__item-desc {
    font-size: 15px;
  }
}

.step-explanation__item-emphasis {
  font-size: 18px;
  line-height: 1.44;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .step-explanation__item-emphasis {
    font-size: 12px;
  }
}
.step-explanation__item-emphasis span {
  font-weight: bold;
  position: relative;
  z-index: 1;
  display: inline;
  padding: 0 4px;
  white-space: nowrap;
}
.step-explanation__item-emphasis span::before {
  position: absolute;
  z-index: -1;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 9px;
  content: "";
  border-radius: 1px;
  background-color: #eb4c4c;
}
@media (max-width: 768px) {
  .step-explanation__item-emphasis span::before {
    bottom: -1px;
    height: 4px;
  }
}

.step-explanation__number {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.52;
  position: relative;
  padding-left: 34px;
}
@media (max-width: 768px) {
  .step-explanation__number {
    font-size: 15px;
    padding-left: 28px;
  }
}
.step-explanation__number span {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: calc(17px * 1.52 / 2);
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 21px;
  height: 21px;
  margin-right: 13px;
  padding: 0 0 1px 1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  border-radius: 50%;
  background-color: #eb4c4c;
}
@media (max-width: 768px) {
  .step-explanation__number span {
    top: calc(15px * 1.52 / 2);
    width: 18px;
    height: 18px;
  }
}
.step-explanation__number + .step-explanation__number {
  margin-top: 9px;
}

.step-explanation__note {
  font-size: 15px;
  line-height: 1.52;
  position: relative;
  margin-top: 11px;
  padding-left: 32px;
  color: #eb4c4c;
}
@media (max-width: 768px) {
  .step-explanation__note {
    font-size: 12px;
    padding-left: 28px;
  }
}
.step-explanation__note::before {
  position: absolute;
  top: calc(15px * 1.52 / 2);
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/common/exclamation_circle_orange.png);
  background-position: center center;
  background-size: contain;
}
@media (max-width: 768px) {
  .step-explanation__note::before {
    top: calc(12px * 1.52 / 2);
    width: 16px;
    height: 16px;
  }
}

.step-explanation__note--blk {
  display: inline-block;
  padding: 10px 16px 10px 43px;
  background-color: #000000;
}
@media (max-width: 768px) {
  .step-explanation__note--blk {
    padding: 8px 14px 8px 38px;
  }
}
.step-explanation__note--blk::before {
  top: calc((15px * 1.52 / 2) + 10px);
  left: 11px;
}
@media (max-width: 768px) {
  .step-explanation__note--blk::before {
    top: calc((12px * 1.52 / 2) + 8px);
    left: 11px;
  }
}
.step-explanation__note--blk + * {
  margin-top: 13px;
}
@media (max-width: 768px) {
  .step-explanation__note--blk + * {
    margin-top: 10px;
  }
}

.c-note {
  margin: 0;
  margin-top: 23px;
  padding: 0;
}

.c-note__item {
  font-size: 14px;
  line-height: 1.43;
  position: relative;
  padding-left: 14px;
  list-style: none;
}
@media (max-width: 768px) {
  .c-note__item {
    font-size: 12px;
  }
}
.c-note__item::before {
  font-size: 14px;
  position: absolute;
  top: calc(14px * 1.43 / 2);
  left: 0;
  content: "※";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .c-note__item::before {
    font-size: 12px;
    top: calc(12px * 1.43 / 2);
  }
}

.step3 .step-explanation {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.modal-logo {
  width: 362px;
}
@media (max-width: 768px) {
  .modal-logo {
    width: 220px;
  }
}

.modalWrapper {
  padding-top: 16px;
  padding-bottom: 50px;
  background-color: #eb4c4c;
}

.modalContents {
  overflow: scroll;
  max-height: calc(90vh - 160px);
}

.modalContents p {
  font-size: 28px;
  font-weight: bold;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .modalContents p {
    font-size: 20px;
  }
}

.modalArea.matter .modalWrapper {
  padding: 60px 50px 100px;
}
@media (max-width: 768px) {
  .modalArea.matter .modalWrapper {
    padding: 60px 25px 100px;
  }
}

.modal-list {
  margin: 20px 0 0;
  padding: 0;
}
@media (max-width: 768px) {
  .modal-list {
    margin: 16px 0 0;
  }
}
.modal-list li {
  list-style: none;
}

.modal-list__item {
  font-size: 15px;
  line-height: 2;
  position: relative;
  padding-left: 15px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .modal-list__item {
    font-size: 13px;
    padding-left: 13px;
  }
}
.modal-list__item::before {
  font-size: 15px;
  position: absolute;
  top: calc(15px * 2 / 2);
  left: 0;
  content: "・";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .modal-list__item::before {
    font-size: 13px;
    top: calc(13px * 2 / 2);
  }
}

.modal-note {
  margin: 32px 0 0;
  padding: 0;
}
@media (max-width: 768px) {
  .modal-note {
    margin: 24px 0 0;
  }
}
.modal-note li {
  list-style: none;
}
.modal-note + h2 {
  margin-top: 55px;
}
@media (max-width: 768px) {
  .modal-note + h2 {
    margin-top: 32px;
  }
}

.modal-note__item {
  font-size: 14px;
  line-height: 1.7;
  position: relative;
  padding-left: 14px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .modal-note__item {
    font-size: 12px;
    padding-left: 12px;
  }
}
.modal-note__item::before {
  font-size: 14px;
  position: absolute;
  top: calc(14px * 1.7 / 2);
  left: 0;
  content: "※";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .modal-note__item::before {
    font-size: 12px;
    top: calc(12px * 1.7 / 2);
  }
}

.care-text {
  max-width: 407px;
}

.care-text_list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.matter-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 42px;
}
@media (max-width: 768px) {
  .matter-btn-wrapper {
    margin-bottom: 0;
  }
}

.matter-btn {
  display: inline-block;
  width: 100%;
  max-width: 324px;
  padding: 10px 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-align: center;
  color: #ffffff;
  border-radius: 1000px;
  background-color: #eb4c4c;
}
@media (max-width: 768px) {
  .matter-btn {
    width: 90%;
  }
}
.matter-btn:hover {
  opacity: 0.75;
}

@media (max-width: 768px) {
  .ranking .ranking-parent-3 .ranking-child {
    width: 45%;
  }
}

.cast_slider .slick-slide {
  padding: 30px !important;
}
@media (max-width: 768px) {
  .cast_slider .slick-slide {
    padding: 24px !important;
  }
}
.cast_slider .slick-slide .btn_wrapper:first-child a {
  border: 2px solid #ffffff;
  border-radius: 4px;
  background-color: #eb4c4c;
}
.cast_slider .slick-slide .btn_wrapper:nth-child(2) a {
  color: #eb4c4c;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background-color: #ffffff;
}

.cast_slider .slick-slide .img {
  width: 40%;
}

.ranking .btn_area {
  bottom: 0;
  width: 100%;
}
@media (max-width: 1024px) {
  .ranking .btn_area {
    position: relative;
  }
}
@media (max-width: 768px) {
  .ranking .btn_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: auto;
  }
}

.cast_slider .slick-slide .img img {
  padding: 0;
  border-radius: 8px;
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}

.cast_slider .slick-slide .img picture {
  display: block;
  border-radius: 8px;
  background-color: #ffffff;
}

.cast_slider .slick-slide .text {
  margin-top: 16px;
  margin-left: 22px;
  padding: 0 !important;
}
@media (max-width: 1024px) {
  .cast_slider .slick-slide .text {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .cast_slider .slick-slide .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .present_img {
    margin-bottom: 26px;
  }
}
.present_img img {
  width: 100%;
  height: auto;
}

.cast_slider .slick-slide .text .ttl a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 2px;
}
.cast_slider .slick-slide .text .ttl a img {
  width: 20px;
  height: 20px;
}

.present_img {
  position: relative;
}

.cast-change-trigger {
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}
@media (max-width: 768px) {
  .cast-change-trigger {
    top: 57px;
    right: 0;
    min-width: auto;
  }
}
.cast-change-trigger span {
  font-family: Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  width: 100%;
}
.cast-change-trigger .win {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
.cast-change-trigger .main {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
}
.cast-change-trigger p {
  display: inline-block;
  min-width: 150px;
  margin: 0 auto;
  padding: 5px 0 3px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background-color: #eb4c4c;
}
@media (max-width: 768px) {
  .cast-change-trigger p {
    padding: 4px 0 3px;
  }
}
.cast-change-trigger p:hover {
  cursor: pointer;
}
.cast-change-trigger.present-active .win {
  opacity: 1;
}
.cast-change-trigger.present-active .main {
  opacity: 0;
}
.cast-change-trigger + * {
  margin-top: 1rem !important;
}

.present_img {
  position: relative;
}
.present_img .present_img--main {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
}
.present_img .present_img--main img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.present_img .present_img--win {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
}
.present_img .tag-win {
  position: absolute;
  top: -58px;
  right: 211px;
  width: 89px;
  height: 89px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
}
@media (max-width: 768px) {
  .present_img .tag-win {
    top: -60px;
    right: 0;
    width: 54px;
    height: 54px;
  }
}
.present_img.present-active .present_img--main {
  opacity: 0;
}
.present_img.present-active .present_img--main img {
  opacity: 0;
}
.present_img.present-active .present_img--win {
  opacity: 1;
}
.present_img.present-active .tag-win {
  opacity: 1;
}

.cast_box .cast_box_main_left img,
.step-square_area .player_bloc img,
.cast_slider .slick-slide .img img {
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}

@media (max-width: 768px) {
  .totalization .section-wrap {
    margin-top: 4rem;
  }
}