@charset "utf-8";

/* Webフォント読み込み */
@font-face {
  font-family: PixelMplus12-Bold;
  src: url("../font/PixelMplus12-Bold.ttf") format("truetype");
}
@font-face {
  font-family: PixelMplus12-Regular;
  src: url("../font/PixelMplus12-Regular.ttf") format("truetype");
}
@font-face {
  font-family: JF-Dot-K14;
  src: url("../font/JF-Dot-K14.ttf") format("truetype");
}

body {
  background-color: #523062;
  font-family: dotgothic16, sans-serif;
  font-weight: 400;
  font-style: normal;
}
img {
  max-width: 100%;
  height: auto;
}

/* ローディング画面 */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  transition: all 1s;
  background-color: #3930b2;
  z-index: 100;
}
.loading_inner {
  position: absolute;
  top: 50%;
  left: 0;
  margin: -50px 0 0;
  width: 100%;
  height: 100px;
}
.loading_inner p {
  margin-bottom: 20px;
  color: #a627ce;
  font-size: 30px;
  text-align: center;
}
.loading_inner .stage {
  width: 10px;
  margin: 0 auto;
}
.dot-collision {
  position: relative;
  width: 10px;
  height: 10px;
  background-color: #a627ce;
  color: #a627ce;
}

.dot-collision::before,
.dot-collision::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}

.dot-collision::before {
  left: -15px;
  width: 10px;
  height: 10px;
  background-color: #a627ce;
  color: #a627ce;
  animation: dotCollisionBefore 2s infinite ease-in;
}

.dot-collision::after {
  left: 15px;
  width: 10px;
  height: 10px;
  background-color: #a627ce;
  color: #a627ce;
  animation: dotCollisionAfter 2s infinite ease-in;
  animation-delay: 1s;
}

@keyframes dotCollisionBefore {
  0%,
  50%,
  75%,
  100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-15px);
  }
}

@keyframes dotCollisionAfter {
  0%,
  50%,
  75%,
  100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(15px);
  }
}

.loaded {
  display: none;
  opacity: 0;
  visibility: hidden;
}

/*----------------------------------------
	header
----------------------------------------*/

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 70px;
  background: #22282c;
}

.h-logo {
  position: absolute;
  top: 15px;
  left: 30px;
  width: 140px;
}

.sns-list {
  position: absolute;
  top: 22px;
  right: 30px;
  font-size: 0;
}
.sns-list li {
  display: inline-block;
  width: 26px;
  margin-left: 38px;
}

@media screen and (max-width: 639px) {
  .header {
    height: 50px;
  }
  .h-logo {
    top: 10px;
    left: 15px;
    width: 100px;
  }

  .sns-list {
    top: 13px;
    right: 18px;
  }
  .sns-list li {
    width: 23px;
    margin-left: 20px;
  }
}

/*----------------------------------------
	main
----------------------------------------*/

.main-contents {
  height: 100vh;
  height: 100lvh;
}

.area {
  height: 100vh;
  height: 100lvh;
  overflow: hidden;
  z-index: 1;
  background: repeat-x 0px 70px / auto 63% url("../images/common/sky_1.jpg");
}

.scroll-area {
  position: fixed;
  z-index: 2;
}
.counter-box {
  position: absolute;
  top: 270px;
  left: 50%;
  right: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  width: 540px;
  border: 3px solid #a627ce;
  border-radius: 10px;
  background-color: #ff8dff;
  padding: 5px;
  text-align: center;
  z-index: 2;
  opacity: 0;
}
.counter-box_inner {
  padding: 50px 0 35px;
  border: 2px solid #972eaf;
  border-radius: 10px;
  background-color: #fdf8fa;
}
.counter_ttl {
  margin-bottom: 30px;
  text-align: center;
}
.counter_ttl img {
  width: 373px;
}
#countdownArea {
  font-size: 0;
  color: #893ffe;
  text-align: center;
  line-height: 30px;
}
#countdownArea span {
  display: inline-block;
  font-size: 30px;
}

.commingsoon {
  position: absolute;
  top: 390px;
  left: 50%;
  right: 50%;
  width: 300px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  color: #ffffff;
  font-size: 38px;
  text-align: center;
  z-index: 2;
  opacity: 0;
}

.building {
  position: fixed;
  left: 0;
  bottom: 247px;
  height: 393px;
}
.building-01 {
  background: repeat-x 0 / auto 100% url("../images/common/building-01.png");
  z-index: 1;
}
.building-02 {
  background: repeat-x 0 / auto 100% url("../images/common/building-02.png");
  z-index: 0;
}

.scene-wrap {
  position: absolute;
  left: 0;
  bottom: 70px;
  display: flex;
  height: calc(100vh - 70px);
  height: calc(100lvh - 70px);
  z-index: 2;
}
.scene-01 {
  position: relative;
}
.scene-01::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 204px;
  background: repeat-x 0 / auto 100% url("../images/common/road.png");
}
.scene-01::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 429px;
  height: 166px;
  background: repeat-x 0 / auto 100% url("../images/common/road_right.png");
}
.shop {
  position: absolute;
  bottom: 126px;
  right: 0;
  width: 284px;
  z-index: 2;
}

.character {
  position: absolute;
  width: 64px;
  height: 101.81px;
  overflow: hidden;
  animation: sprite1 1s steps(2, start) infinite;
}
.character-01_run {
  background: url(../images/common/character-01.png) 0 0 / 200% no-repeat;
}
.character-02_run {
  background: url(../images/common/character-02.png) 0 0 / 200% no-repeat;
}
.character-03_run {
  background: url(../images/common/character-03.png) 0 0 / 200% no-repeat;
}
.character-04_run {
  background: url(../images/common/character-04.png) 0 0 / 200% no-repeat;
}
.character-05_run {
  background: url(../images/common/character-05.png) 0 0 / 200% no-repeat;
}
.character-06_run {
  background: url(../images/common/character-06.png) 0 0 / 200% no-repeat;
}
@keyframes sprite1 {
  0% {
    background-position: -128px 0;
  }
  100% {
    background-position: 0 0;
  }
}

.scene-wrap .character {
  bottom: 140px;
  opacity: 1;
}
.scene-wrap .character.hide {
  opacity: 0;
}
.scene-wrap .character-01 {
  left: 10px;
}
.scene-wrap .character-02 {
  left: calc(700% / 24 - 33px);
}
.scene-wrap .character-03 {
  left: calc(1000% / 24 - 33px);
}
.scene-wrap .character-04 {
  left: calc(1300% / 24 - 33px);
}
.scene-wrap .character-05 {
  left: calc(1600% / 24 - 33px);
}
.scene-wrap .character-06 {
  left: calc(1900% / 24 - 33px);
}

.character-wrap {
  position: fixed;
  bottom: 210px;
  z-index: 2;
  font-size: 0;
  text-align: center;
}

.character-wrap .character {
  position: static;
  display: inline-block;
  margin: 0 5px;
  opacity: 0;
  transform: scale(1, 1);
}
.character-wrap .character.show {
  opacity: 1;
}
.character-wrap.refrect .character {
  transform: scale(-1, 1);
}

.character-wrap .character-01_run {
  opacity: 1;
}

.scene-02 {
  position: relative;
  background-color: #2a0ba3;
}

.contents-wrap {
  position: relative;
  display: flex;
  width: 100%;
  padding-top: 70px;
  z-index: 1;
}

.contents-01 {
  width: 50%;
  padding-top: 50px;
  text-align: center;
}
.contents-01 h2 {
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 5vh;
  font-size: 5lvh;
}
.contents-01 img {
  width: 60vh;
  width: 60lvh;
  height: auto;
}
.contents-02 {
  width: 50%;
  padding-top: 100px;
  text-align: center;
}
.novelty-box {
  width: 650px;
  margin: 0 auto;
}
.novelty-box h2 {
  position: relative;
  height: 32px;
  border: 2px solid #a875fb;
  border-bottom: none;
  background: no-repeat 15px 5px / auto 12px
      url(../images/common/novelty-ttl-bg_left.png),
    no-repeat top 3px right 19px / auto 15px
      url(../images/common/novelty-ttl-bg_right.png) #ff92f2;
}
.novelty-box h2::after {
  content: "";
  position: absolute;
  top: -9px;
  left: 5px;
  display: block;
  width: 636px;
  height: 9px;
  background-color: #ff92f2;
  border: 2px solid #a875fb;
  border-bottom: none;
}
.novelty-box h2 img {
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  width: 203px;
  margin: 0 auto;
  z-index: 1;
}
.novelty-box_inner {
  position: relative;
  padding: 14px 14px 7px;
  border: 2px solid #a875fb;
  border-top: none;
  background-color: #aefffa;
}
.novelty-box_inner::before {
  content: "";
  position: absolute;
  top: 3px;
  right: 4px;
  display: block;
  width: 89px;
  height: 99px;
  background: no-repeat 0 0 / auto 100% url(../images/common/bear.png);
}
.novelty-box_inner::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 5px;
  display: block;
  width: 636px;
  height: 9px;
  background-color: #aefffa;
  border: 2px solid #a875fb;
  border-top: none;
}
.novelty-box-txt {
  padding: 10px;
  border: 2px solid #c4a6ff;
  background-color: #d3bdf4;
}
.novelty-box-txt_inner {
  padding: 40px 60px;
  background-color: #f7f0c8;
  font-family: PixelMplus12-Bold;
  color: #17238c;
  font-size: 16px;
  text-align: left;
}
.novelty-list {
  margin-bottom: 2px;
}
.novelty-list th {
  width: 172px;
}
.novelty-list th span {
  font-size: 24px;
}
.novelty-list th small {
  display: inline;
}
.novelty-list th,
.novelty-list td {
  padding-bottom: 15px;
}
.novelty-list td br {
  display: none;
}
.novelty-list td:nth-child(2) {
  width: 43px;
}
.novelty-list td:nth-child(3) {
  vertical-align: middle;
}
.novelty-list tr:nth-child(3) th,
.novelty-list tr:nth-child(3) td {
  padding-bottom: 0;
}
.novelty-box-txt_inner .border {
  margin-bottom: 20px;
  padding-top: 20px;
  font-family: PixelMplus12-Regular;
  font-size: 15px;
  letter-spacing: 0.1em;
  white-space: nowrap;
  overflow: hidden;
}
.novelty-box-txt_inner p {
  letter-spacing: 0.05em;
}
.novelty-box-txt_inner p em {
  font-style: normal;
  letter-spacing: 0.1em;
}
.novelty-box-txt_inner p small {
  display: block;
  padding-top: 10px;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.novelty-box-txt_inner p br {
  display: none;
}

.sky {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  background: repeat-x 0 0 / 50% auto url("../images/common/sky_2.jpg"),
    repeat-x left 0 bottom 318px / auto 499px
      url("../images/common/sky_2_bottom.jpg");
  z-index: 0;
}
.floor {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 178px;
  background: repeat-x 0 100% / auto 100% url("../images/common/floor.png")
    #2a0ba4;
}

.door {
  position: absolute;
  bottom: 100px;
  left: 0;
  height: 176px;
}
.door img {
  width: auto;
  height: 100%;
}

.mask-wrap {
  position: relative;
  top: 0;
  left: 0;
  height: 100vh;
  height: 100lvh;
  z-index: 10;
}
.mask-01 {
  position: absolute;
  bottom: 196px;
  right: 0;
  display: block;
  width: 284px;
  z-index: 10;
}
.mask-02 {
  position: absolute;
  bottom: 170px;
  right: -126px;
  display: block;
  height: 176px;
  z-index: 10;
}
.mask-02 img {
  width: auto;
  height: 100%;
}

@media screen and (min-width: 880px) and (max-height: 889px) {
  .scene-wrap {
    bottom: 0;
  }
  .building {
    bottom: 110px;
  }
  .character-wrap {
    bottom: 140px;
  }
  .contents-wrap {
    padding-top: 0;
  }
  .sky {
    top: 0;
    background: repeat-x 0 0 / 50% auto url("../images/common/sky_2.jpg"),
      repeat-x left 0 bottom 248px / auto 499px
        url("../images/common/sky_2_bottom.jpg");
  }
  .mask-01 {
    bottom: 126px;
  }
  .mask-02 {
    bottom: 100px;
  }
}
@media screen and (min-width: 880px) and (max-height: 749px) {
  .contents-01 img {
    width: 420px;
  }
}

@media screen and (max-width: 879px) {
  .counter-box {
    top: 150px;
    width: 420px;
  }
  .counter-box_inner {
    padding: 40px 0 25px;
  }
  .counter_ttl {
    margin-bottom: 20px;
  }
  .counter_ttl img {
    width: 320px;
  }
  .commingsoon {
    top: 270px;
  }
  .building {
    bottom: 200px;
    height: 240px;
  }
  .scene-01::before {
    height: 150px;
  }
  .scene-01::after {
    width: 314px;
    height: 122px;
  }
  .shop {
    bottom: 90px;
    width: 222px;
  }
  .character {
    width: 50px;
    height: 79.54px;
  }
  @keyframes sprite1 {
    0% {
      background-position: -100px 0;
    }
    100% {
      background-position: 0 0;
    }
  }
  .scene-wrap .character {
    bottom: 100px;
  }
  .character-wrap {
    bottom: 170px;
  }

  .mask-01 {
    bottom: 160px;
    width: 222px;
  }
  .mask-02 {
    bottom: 140px;
    height: 138px;
    right: -98.79px;
  }
  .sky {
    background: repeat-x 0 0 / 50% auto url("../images/common/sky_2.jpg"),
      repeat-x left 0 bottom 272px / auto 420px
        url("../images/common/sky_2_bottom.jpg");
  }
  .floor {
    height: 132px;
  }
  .door {
    bottom: 70px;
    height: 138px;
  }
}

@media screen and (max-width: 769px) {
  .contents-01 img {
    width: 450px;
  }
  .novelty-box {
    width: 500px;
  }
  .novelty-box h2::after {
    width: 486px;
  }
  .novelty-box_inner {
    padding: 10px 10px 3px;
  }
  .novelty-box-txt {
    padding: 5px;
  }
  .novelty-box-txt_inner {
    padding: 20px;
    font-size: 15px;
  }
  .novelty-box_inner::before {
    right: 13px;
    width: 72px;
    height: 80px;
  }
  .novelty-box_inner::after {
    width: 486px;
  }
  .novelty-list th {
    width: 159px;
  }
  .novelty-list th span {
    font-size: 22px;
  }
  .novelty-list td:nth-child(2) {
    width: 39px;
  }
  .novelty-list tr:nth-child(1) td br {
    display: block;
  }
  .novelty-box-txt_inner .border {
    font-size: 13.2px;
  }
}

@media screen and (max-width: 639px) {
  .area {
    background-position: 0 50px;
  }
  .counter-box {
    top: 150px;
    width: 360px;
  }
  .counter-box_inner {
    padding: 30px 0 15px;
  }
  .counter_ttl {
    margin-bottom: 18px;
  }
  .counter_ttl img {
    width: 280px;
  }
  .commingsoon {
    font-size: 28px;
  }
  #countdownArea {
    line-height: 26px;
  }
  #countdownArea span {
    font-size: 26px;
  }
  .building {
    bottom: 180px;
    height: 240px;
  }
  .scene-wrap {
    bottom: 50px;
    height: calc(100vh - 50px);
    height: calc(100lvh - 50px);
  }
  .scene-01::after {
    width: 314px;
    height: 122px;
  }
  .shop {
    bottom: 90px;
    width: 186px;
  }
  .character {
    width: 40px;
    height: 63.63px;
  }
  @keyframes sprite1 {
    0% {
      background-position: -80px 0;
    }
    100% {
      background-position: 0 0;
    }
  }
  .scene-wrap .character {
    bottom: 100px;
  }
  .character-wrap {
    bottom: 150px;
  }
  .character-wrap .character {
    margin: 0 2px;
  }
  .contents-wrap {
    padding-top: 50px;
  }
  .sky {
    background: repeat-x 0 0 / 50% auto url("../images/common/sky_2.jpg"),
      repeat-x left 0 bottom 244px / auto 360px
        url("../images/common/sky_2_bottom.jpg");
  }
  .floor {
    height: 124px;
  }
  .door {
    bottom: 70px;
    height: 118px;
  }

  .mask-01 {
    bottom: 140px;
    width: 186px;
  }
  .mask-02 {
    bottom: 120px;
    right: -84.48px;
    height: 118px;
  }
}

@media screen and (max-width: 549px) {
  .contents-01 {
    padding-top: 10vh;
    padding-top: 10lvh;
  }
  .contents-01 img {
    width: 60vh;
    width: 60lvh;
    max-width: 98%;
  }
  .contents-02 {
    padding-top: 15vh;
    padding-top: 15lvh;
  }
  .novelty-box {
    width: 360px;
  }
  .novelty-box h2 {
    height: 22px;
    background: no-repeat 15px 1px / auto 9px
        url(../images/common/novelty-ttl-bg_left.png),
      no-repeat top 0px right 16px / auto 13px
        url(../images/common/novelty-ttl-bg_right.png) #ff92f2;
  }
  .novelty-box h2::after {
    width: 346px;
  }
  .novelty-box h2 img {
    top: -23px;
    width: 173px;
  }
  .novelty-box-txt_inner {
    font-size: 14px;
  }
  .novelty-box_inner::before {
    right: 1px;
    width: 45px;
    height: 50px;
  }
  .novelty-box_inner::after {
    width: 346px;
  }
  .novelty-list th,
  .novelty-list td {
    padding-bottom: 10px;
  }
  .novelty-list th {
    width: 80px;
  }
  .novelty-list th span {
    font-size: 19px;
  }
  .novelty-list th small {
    display: block;
  }
  .novelty-list td br {
    display: block;
  }
  .novelty-list td:nth-child(2) {
    width: 40px;
  }
  .novelty-list td:nth-child(3) {
    line-height: 1.3em;
    vertical-align: top;
  }
  .novelty-list tr:nth-child(3) td:nth-child(3) {
    line-height: 28px;
  }
  .novelty-box-txt_inner .border {
    margin-bottom: 10px;
    padding-top: 13px;
    font-size: 10px;
  }
  .novelty-box-txt_inner p small {
    font-size: 12px;
  }
  .novelty-box-txt_inner p:last-child {
    line-height: 1.3em;
  }
  .novelty-box-txt_inner p br {
    display: block;
  }
}

@media screen and (max-width: 379px) {
  .counter-box {
    width: 280px;
  }
  .counter-box_inner {
    padding: 20px 0 10px;
  }
  .counter_ttl {
    margin-bottom: 15px;
  }
  .counter_ttl img {
    width: 220px;
  }
  #countdownArea {
    line-height: 22px;
  }
  #countdownArea span {
    font-size: 22px;
  }

  .novelty-box {
    width: 300px;
  }
  .novelty-box h2::after {
    width: 286px;
  }
  .novelty-box_inner {
    padding: 7px 7px 0px;
  }
  .novelty-box_inner::after {
    width: 286px;
  }
  .novelty-box-txt {
    padding: 3px;
  }
  .novelty-box-txt_inner {
    padding: 15px;
    font-size: 12px;
  }
  .novelty-box_inner::before {
    top: 0;
    right: 0;
    width: 36px;
    height: 40px;
  }
  .novelty-list {
    margin-bottom: 0;
  }
  .novelty-list th {
    width: 75px;
  }
  .novelty-list td:nth-child(2) {
    width: 34px;
  }
  .novelty-list tr:nth-child(3) td:nth-child(3) {
    line-height: 23px;
  }
  .novelty-box-txt_inner .border {
    font-size: 8px;
  }
  .novelty-box-txt_inner p small {
    font-size: 11px;
  }
}

@media screen and (max-height: 869px) {
  .counter-box {
    top: 150px;
  }
  .commingsoon {
    top: 270px;
  }

  .contents-01 {
    padding-top: 20px;
  }
  .contents-02 {
    padding-top: 70px;
  }
}
@media screen and (max-height: 869px) and (max-width: 549px) {
  .contents-02 {
    padding-top: 15vh;
    padding-top: 15lvh;
  }
  .contents-01 {
    padding-top: 10vh;
    padding-top: 10lvh;
  }
}

@media screen and (max-height: 699px) {
  .counter-box {
    top: 100px;
  }
  .commingsoon {
    top: 190px;
  }
}

@media screen and (max-height: 679px) {
  .contents-02 {
    padding-top: 40px;
  }
}
@media screen and (max-height: 679px) and (max-width: 549px) {
  .contents-02 {
    padding-top: 15vh;
    padding-top: 15lvh;
  }
}

@media screen and (max-height: 589px) {
  .scene-wrap {
    bottom: 0;
  }
  .building {
    bottom: 130px;
  }
  .character-wrap {
    bottom: 100px;
  }
  .contents-wrap {
    padding-top: 0;
  }
  .contents-01 {
    padding-top: 20px;
  }
  .contents-02 {
    padding-top: 40px;
  }
  .sky {
    top: 0;
    background: repeat-x 0 0 / 50% auto url("../images/common/sky_2.jpg"),
      repeat-x left 0 bottom 248px / auto 499px
        url("../images/common/sky_2_bottom.jpg");
  }
  .mask-01 {
    bottom: 126px;
  }
  .mask-02 {
    bottom: 100px;
  }
}

@media screen and (min-width: 880px) and (max-height: 589px) {
  .character-wrap {
    bottom: 140px;
  }
}
@media screen and (max-width: 879px) and (max-height: 589px) {
  .sky {
    background: repeat-x 0 0 / 50% auto url("../images/common/sky_2.jpg"),
      repeat-x left 0 bottom 202px / auto 420px
        url("../images/common/sky_2_bottom.jpg");
  }
  .mask-01 {
    bottom: 90px;
  }
  .mask-02 {
    bottom: 70px;
  }
}
@media screen and (max-width: 639px) and (max-height: 589px) {
  .sky {
    background: repeat-x 0 0 / 50% auto url("../images/common/sky_2.jpg"),
      repeat-x left 0 bottom 174px / auto 360px
        url("../images/common/sky_2_bottom.jpg");
  }
  .mask-01 {
    bottom: 90px;
  }
  .mask-02 {
    bottom: 70px;
  }
}

/*----------------------------------------
	footer
----------------------------------------*/

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 70px;
  background: #22282c;
}

.f-ico {
  position: absolute;
  top: 35px;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 30px;
}

.f-ico img {
  width: 100%;
  height: auto;
}

.f-mail {
  position: absolute;
  top: 35px;
  right: 3%;
  transform: translateY(-50%);
  display: flex;
  gap: 20px;
}

.f-mail p {
  color: white;
  line-height: 180%;
  font-size: 12px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 639px) {
  .footer {
    height: 50px;
  }
  .f-ico {
    top: 25px;
    width: 25px;
    transform: translateY(-50%);
    left: 8%;
    right: auto;
  }
  .f-mail {
    top: 25px;
    gap: 10px;
  }

  .f-mail img {
    width: 20px;
  }

  .f-mail p {
    color: white;
    line-height: 150%;
    font-size: 12px;
    letter-spacing: 0.1em;
  }
}
