/*==================================
 setting
===================================*/
/* @include config.fontFamily01(normal, .1rem); */
/* @include config.fontsize(18px, 18px, 3rem); */
/*==================================
  kvArea
===================================*/
.kvArea.-banner {
  margin-bottom: 164px;
}
.kvArea .secInner {
  padding-top: 570px;
}
.kvArea .kvText {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 35px;
  width: 570px;
  transform: translateX(-50%);
}
.kvArea .kvButtonArea.-onlyPc {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 15px;
  width: 417px;
  transform: translateX(-50%);
}
.kvArea .kvButtonArea.-onlyPc .dlButtonPc {
  display: block;
  width: 100%;
}
.kvArea .kvButtonArea.-onlyPc .bottomWrap {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}
.kvArea .kvButtonArea.-onlyPc .bottomWrap .dlButton {
  height: 48px;
}
.kvArea .kvButtonArea.-onlyPc .bottomWrap .dlButton img {
  height: 100%;
}
.kvArea .kvButtonArea.-onlyPc .bottomWrap .buttonBeginner {
  width: 92px;
}
.kvArea .kvButtonArea.-onlySp {
  width: 93.0612244898%;
  margin: 8% auto 0;
}
.kvArea .kvButtonArea.-onlySp .dlButton.-ios {
  display: none;
}
.kvArea .buttonGuide {
  display: none;
  opacity: 0;
}
.kvArea .storeYt-sp {
  display: none;
  opacity: 0;
}
.kvArea .buttonPlayers {
  position: absolute;
  z-index: 1;
  bottom: 15px;
  right: 0;
  display: block;
  width: 209px;
}
.kvArea .dlBadgeWrap {
  position: absolute;
  z-index: 1;
  bottom: 15px;
  left: 0;
  display: block;
  width: 209px;
}
.kvArea .kvBanner {
  position: absolute;
  z-index: 1;
  top: 100%;
  width: 100%;
  padding: 25px 0;
}
.kvArea .kvBanner:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  background-color: rgba(252, 192, 77, 0.35);
}
@media screen and (max-width: 1024px) {
  .kvArea .kvBanner:before {
    width: 100%;
  }
}
.kvArea .kvBanner .bannerSliderWrap {
  width: 850px;
  margin: auto;
}
.kvArea .kvBanner .slick-slide {
  padding: 0 10px;
}
.kvArea .kvBanner .banner {
  width: 410px;
  display: block;
  margin: auto;
}
.kvArea .movieWrap {
  position: absolute;
  z-index: 1;
  bottom: 90px;
  right: 6px;
  display: block;
  width: 200px;
  box-shadow: 0 0 0 0.2rem #84bbf1;
}

/*==== 20250121 ====*/
html:not(.-sp).ver02 .kvArea .secInner {
  background-image: none;
}

html.-sp body.ver02 .kvArea .dlBadgeWrap {
  top: 1%;
  left: 1%;
  width: 31.938776%;
}
html.-sp body.ver02 .kvArea .storeBadgeWrap {
  top: 0;
  right: 0;
  width: 35.7142857143%;
  position: fixed;
  z-index: 99;
}
html.-sp body.ver02 .kvArea .storeBadgeWrap .guideBadge,
html.-sp body.ver02 .kvArea .storeBadgeWrap .storeYt {
  display: none;
}
html.-sp body.ver02 .kvArea .kvText {
  position: static;
  width: 80%;
  max-width: 284px;
  margin: 0 auto;
}

body.ver02 .kvArea .dlBadgeWrap {
  position: absolute;
  z-index: 1;
  top: 27px;
  left: 5px;
  display: block;
  width: 209px;
}
body.ver02 .kvArea .kvText {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 35px;
  width: 284px;
  transform: translateX(-50%);
}
body.ver02 .kvArea .kvLogo {
  top: 82px;
  left: 50%;
}
body.ver02 .kvArea .kvButtonArea.-onlyPc {
  width: 578px;
}
body.ver02 .kvArea .kvButtonArea.-onlyPc .bottomWrap {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}
body.ver02 .kvArea .kvButtonArea.-onlyPc .bottomWrap .dlButton {
  height: 48px;
}
body.ver02 .kvArea .kvButtonArea.-onlyPc .bottomWrap .dlButton img {
  height: 100%;
}
body.ver02 .kvArea .kvButtonArea.-onlyPc .bottomWrap .buttonBeginner {
  width: 92px;
}
body.ver02 .kvArea .kvButtonArea.-onlyPc .dlButtonPc {
  margin: 0 auto;
  margin-bottom: 26px;
  width: 416px;
}
body.ver02 .kvArea .kvBanner::before {
  background-color: #5f638b;
}
body.ver02 .kvArea .storeBadgeWrap {
  position: absolute;
  z-index: 1;
  top: 27px;
  right: 5px;
  display: block;
  width: 209px;
}
body.ver02 .kvArea .storeBadgeWrap ul .storeBadge,
body.ver02 .kvArea .storeBadgeWrap ul .guideBadge,
body.ver02 .kvArea .storeBadgeWrap ul .storeYt {
  margin-bottom: 10%;
  display: inline-block;
  position: relative;
}

.storeYt {
  border: 0.2rem solid #238cfe;
}
.storeYt-sp {
  border: 0.2rem solid #238cfe;
}
.storeYt-sp:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: url(../images/movie-arrow.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 20%;
  filter: drop-shadow(0 0 0.4rem rgba(0, 0, 0, 0.5));
}
.storeYt:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: url(../images/movie-arrow.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 20%;
  filter: drop-shadow(0 0 0.4rem rgba(0, 0, 0, 0.5));
}

/*==== html.-sp ====*/
html.-sp .kvArea.-banner {
  margin-bottom: 0;
}
html.-sp .kvArea .secInner {
  padding-top: 0;
  padding-bottom: 10%;
}
html.-sp .kvArea .kvLogo {
  position: static;
  padding-top: 20%;
  transform: translateX(0);
}
html.-sp .kvArea .kvText {
  position: static;
  width: 100%;
  transform: translateX(0);
}
html.-sp .kvArea .buttonGuide {
  display: block;
  position: static;
  width: 82.0408163265%;
  margin: 8% auto 0;
  opacity: 1;
  text-align: center;
}
html.-sp .kvArea .storeYt-sp {
  display: block;
  position: static;
  width: 82.0408163265%;
  margin: 8% auto 0;
  opacity: 1;
  text-align: center;
  position: relative;
}
html.-sp .kvArea .buttonPlayers {
  position: static;
  width: 82.0408163265%;
  margin: 8% auto 0;
}
html.-sp .kvArea .snsWrap {
  display: flex;
  justify-content: center;
  margin: 8% auto 0;
}
html.-sp .kvArea .snsWrap .icon {
  width: 16.3265306122%;
  margin: 0 3%;
  border: 0.2rem solid #84bbf1;
}
html.-sp .kvArea .buttonArcade {
  display: block;
  width: 82.0408163265%;
  margin: 8% auto 0;
}
html.-sp .kvArea .dlBadgeWrap {
  top: 0;
  left: 0;
  bottom: auto;
  width: 46.9387755102%;
}
html.-sp .kvArea .kvBanner {
  position: static;
  width: 91.8367346939%;
  margin: 5% auto 0;
  padding: 0;
  transform: translateX(0);
}
html.-sp .kvArea .kvBanner:before {
  display: none;
}
html.-sp .kvArea .kvBanner .bannerSliderWrap {
  width: 100%;
}
html.-sp .kvArea .kvBanner .slick-slide {
  padding: 0 2px;
}
html.-sp .kvArea .kvBanner .banner {
  width: 100%;
}
html.-sp .kvArea .movieWrap {
  position: relative;
  z-index: 0;
  right: 0;
  bottom: 0;
  width: 81.6326530612%;
  margin-top: 8%;
}

/*==================================
  gameArea
===================================*/
.gameArea .boxArea .boxWrap {
  width: 320px;
}
.gameArea .-box01 .movieArea,
.gameArea .-box01 .image {
  width: 276px;
}
.gameArea .-box01 .movieArea {
  margin: auto;
}
.gameArea .-box01 .movieArea .movieWrap {
  border: 0.2rem solid #238cfe;
}
.gameArea .-box01 .movieArea .title {
  margin: 0;
  padding: 3px 0;
  border: 0.2rem solid #238cfe;
  border-top: 0;
  border-radius: 0 0 3px 3px;
  background-color: #022857;
  text-align: center;
  font-size: 16px;
}
.gameArea .-box03 .image {
  width: 270px;
}

.bottomButtonsArea {
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
}
.bottomButtonsArea .button {
  width: 372px;
  margin: 0 10px;
}

/*==== html:not(.-sp) ====*/
html:not(.-sp) .gameArea .-box01 .movieArea .movieWrap {
  display: block;
}
html:not(.-sp) .gameArea .-box01 .image {
  margin-top: 12px;
}
html:not(.-sp) .gameArea .-box03 .textWrap {
  margin-top: 40px;
}

/*==== html.-sp ====*/
html.-sp .gameArea .boxArea .boxWrap {
  width: 95.9183673469%;
}
html.-sp .gameArea .-box01 .movieArea,
html.-sp .gameArea .-box01 .image {
  width: 90.4255319149%;
}
html.-sp .gameArea .-box03 .image {
  width: 82.9787234043%;
}
html.-sp .bottomButtonsArea {
  justify-content: center;
}
html.-sp .bottomButtonsArea .button:not(.-onlyPc) {
  margin: 8% auto 0;
  width: 81.6326530612%;
}
html.-sp .bottomButtonsArea .dlButtonSpWrap .dlButton {
  display: block;
  margin: 8% auto 0;
  width: 93.0612244898%;
}
html.-sp .bottomButtonsArea .dlButtonSpWrap .dlButton.-ios {
  display: none;
}

/*==================================
  dlArea
===================================*/
.dlArea {
  background-color: #e4eef8;
}
.dlArea .dlInner {
  width: 642px;
  margin: auto;
  padding: 40px 0;
}
.dlArea .dlButtonPc {
  display: block;
  width: 370px;
  margin: auto;
}
.dlArea .boxListWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 36px;
  font-size: 12px;
  color: #373c6e;
  font-weight: bold;
  text-align: center;
}
.dlArea .boxListWrap .ss {
  margin-top: 5px;
}
.dlArea .boxListWrap .text {
  margin-top: 8px;
}
.dlArea .boxListWrap .box:not(.box04) {
  width: 200px;
}
.dlArea .boxListWrap .box04 {
  width: 100%;
  margin-top: 20px;
}
.dlArea .boxListWrap .box04 .itemsWrap {
  display: flex;
  margin-top: 10px;
}
.dlArea .boxListWrap .box04 .itemsWrap img {
  box-shadow: 0 0 0 1px #238cfe;
}
.dlArea .boxListWrap .box04 .itemsWrap .leftWrap {
  width: 190px;
}
.dlArea .boxListWrap .box04 .itemsWrap .rightWrap {
  flex-grow: 1;
  padding-left: 20px;
  text-align: left;
}
.dlArea .boxListWrap .box04 .itemsWrap .rightWrap .upperText {
  margin-bottom: 5px;
  color: #e60046;
}
.dlArea .boxListWrap .box04 .itemsWrap .rightWrap .rightItemWrap {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.dlArea .boxListWrap .box04 .itemsWrap .rightWrap .rightItemWrap .rightSs {
  width: 100px;
}
.dlArea .boxListWrap .box04 .itemsWrap .rightWrap .rightItemWrap .text {
  margin-top: 0;
  margin-left: 10px;
}

.section {
  position: relative;
  z-index: -1;
  width: 1024px;
  margin: 0 auto 40px;
}/*# sourceMappingURL=top.css.map */