@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..900&display=swap");
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd {
  padding: 0;
  margin: 0;
}

ol, ul {
  list-style-type: none;
}

/*-----------------------------------------------
 root
-----------------------------------------------*/
html {
  overflow-y: scroll;
}

body {
  overflow: hidden;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

/*-----------------------------------------------
 font
-----------------------------------------------*/
html {
  overflow-x: hidden;
  font-size: medium;
}

body {
  font-size: 62.5%; /* 16px -> 10px */
}

div {
  box-sizing: border-box;
}

caption, th, td,
input, button, textarea, select,
h1, h2, h3, h4, h5, h6, address {
  line-height: 0;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.5;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

h1 *, h2 *, h3 *, h4 *, h5 *, h6 *,
p input, p button, p select,
li h1, li h2, li h3, li h4, li h5, li h6, li p, li dt, li dd, li li, li th, li td, li input, li button, li textarea, li select,
dd h1, dd h2, dd h3, dd h4, dd h5, dd h6, dd p, dd dt, dd dd, dd li, dd th, dd td, dd input, dd button, dd textarea, dd select,
tr h1, tr h2, tr h3, tr h4, tr h5, tr h6, tr p, tr dt, tr dd, tr li, tr input, tr button, tr textarea, tr select {
  font-size: 100%;
}

input, button, select, option, textarea {
  font-size: 14px;
}

figure {
  margin: 0;
}

a,
a:link,
a:visited {
  color: #1d99c1;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

section {
  position: relative;
  box-sizing: border-box;
}

br.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  br.sp {
    display: inline;
  }
}
@media only screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}

/*-----------------------------------------------
 cf 
-----------------------------------------------*/
.clearfix {
  min-height: 1px;
}
.clearfix::after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

/*-----------------------------------------------
 hover
-----------------------------------------------*/
.hover :hover {
  opacity: 0.8;
  animation: btn 0.5s;
  -webkit-animation: btn 0.5s;
  -moz-animation: btn 0.5s;
}
@media only screen and (max-width: 768px) {
  .hover :hover {
    animation: unset;
    -webkit-animation: unset;
    -moz-animation: unset;
  }
}

@keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
/* --------------------------------------------------
-------------------------------------------------- 関数 */
/* --------------------------------------------------
-------------------------------------------------- ページ全体 */
body {
  overflow: unset;
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
  color: #12265D;
  background: #FAF2F5;
  word-wrap: break-word;
  overflow-wrap: break-word;
  box-sizing: border-box;
  -webkit-hyphens: auto;
  hyphens: auto;
  font-feature-settings: "palt";
  overflow: hidden;
}
@media only screen and (min-width: 641px) {
  body {
    overflow: visible;
  }
}

.pc-area {
  display: none;
}

@media only screen and (min-width: 641px) {
  .pc-area {
    display: block;
    position: fixed;
    top: 0;
    height: 100vh;
    width: calc((100% - 390px) / 2);
    overflow: hidden;
    z-index: 100;
  }
  .pc-area img {
    width: 100%;
  }
  .pc-area .con {
    height: 100%;
  }
  .pc-area.area-left {
    left: 0;
    text-align: center;
    background: url(../img/pc-bg-left01.png) no-repeat left top/341.25px;
    background-color: #FAF2F5;
    border-right: 1px solid #707070;
  }
  .pc-area.area-left .logo {
    position: absolute;
    top: 305.90625px;
    left: 50%;
    transform: translateX(-50%);
    width: 223.03125px;
  }
  .pc-area.area-left::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: calc(50% - 120px);
    width: 135.28125px;
    height: 110.296875px;
    background: url(../img/pc-bg-left-tape.png) no-repeat center center/cover;
    z-index: 10;
  }
  .pc-area.area-left::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 19.5px;
    left: 18.28125px;
    width: 100%;
    height: 33.515625px;
    background: url("../img/bg-holo.jpg") repeat top center;
    background-size: 200% auto;
    background-position: -100% -200%;
    border: solid 1px #707070;
    border-radius: 0 0 0 18.28125px;
    -webkit-animation: hologram2 58s 0.5s infinite;
            animation: hologram2 58s 0.5s infinite;
    z-index: 1;
  }
  .pc-area.area-right {
    right: 0;
    background: url(../img/pc-bg-right01.png) no-repeat right top/341.25px;
    background-color: #FAF2F5;
    border-left: 1px solid #707070;
  }
  .pc-area.area-right::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 24.375px;
    width: 99.9375px;
    height: 139.546875px;
    background: url(../img/pc-bg-right-tape.png) no-repeat center center/contain;
    z-index: 10;
  }
  .pc-area.area-right::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 19.5px;
    right: 18.28125px;
    width: 100%;
    height: 33.515625px;
    background: url("../img/bg-holo.jpg") repeat top center;
    background-size: 200% auto;
    background-position: -100% -200%;
    border: solid 1px #707070;
    border-radius: 0 0 18.28125px 0;
    -webkit-animation: hologram2 54s 0.5s infinite;
            animation: hologram2 54s 0.5s infinite;
    z-index: 1;
  }
  .pc-area.area-right .pc-menu {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 283.359375px;
    font-size: 14.625px;
    background: #C7F0F0;
    margin: 0 auto;
    padding: 42.046875px 38.390625px 54.84375px;
    border: solid 1px #12265D;
  }
  .pc-area.area-right .pc-menu .title {
    text-align: center;
    margin-bottom: 45.703125px;
  }
  .pc-area.area-right .pc-menu .title img {
    width: 91.40625px;
  }
  .pc-area.area-right .pc-menu ul li {
    position: relative;
    padding: 2.7421875px 0 2.7421875px 43.875px;
    transition: all 0.2s ease;
  }
  .pc-area.area-right .pc-menu ul li:not(:last-child) {
    margin-bottom: 23.765625px;
  }
  .pc-area.area-right .pc-menu ul li.active, .pc-area.area-right .pc-menu ul li:hover {
    background: #fff;
    border-radius: 12.796875px;
  }
  .pc-area.area-right .pc-menu ul li.active::after, .pc-area.area-right .pc-menu ul li:hover::after {
    content: "";
    display: block;
    position: absolute;
    top: 2.7421875px;
    left: 13.7109375px;
    width: 18.28125px;
    height: 18.28125px;
    background: url(../img/menu-icon.png) no-repeat center top/cover;
  }
  .pc-area.area-right .pc-menu ul a {
    display: block;
    color: #12265D;
  }
  .pc-area.area-right .pc-menu ul a:hover {
    text-decoration: none;
  }
}
/* --------------------------------------------------
-------------------------------------------------- 共通スタイル */
#content {
  z-index: 10;
  position: relative;
  padding: 4.6875vw 4.6875vw 4.6875vw;
  border: 0.8px solid #707070;
  overflow: hidden;
}
#content img {
  width: 100%;
}
@media only screen and (min-width: 641px) {
  #content {
    width: 390px;
    border: none;
    margin: 0 auto;
    border-radius: 0;
    padding: 18.28125px 18.28125px 36.5625px;
  }
}
#content .wrap {
  border: 1px solid #707070;
  border-radius: 4.6875vw;
  padding-bottom: 4.6875vw;
}
@media only screen and (min-width: 641px) {
  #content .wrap {
    border-radius: 18.28125px;
    padding-bottom: 18.28125px;
  }
}

.text__center {
  text-align: center;
}

.text__l {
  font-size: 5vw;
  font-weight: bold;
}
@media only screen and (min-width: 641px) {
  .text__l {
    font-size: 19.5px;
  }
}

.text__s {
  font-size: 2.8125vw;
}
@media only screen and (min-width: 641px) {
  .text__s {
    font-size: 10.96875px;
  }
}

.text__blue {
  color: #3259FF;
}

.mb__m {
  margin-bottom: 2.5vw;
}
@media only screen and (min-width: 641px) {
  .mb__m {
    margin-bottom: 9.75px;
  }
}

.mb__s {
  margin-bottom: 0.9375vw;
}
@media only screen and (min-width: 641px) {
  .mb__s {
    margin-bottom: 3.65625px;
  }
}

/* --------------------------------------------------
-------------------------------------------------- #keyvisual */
#keyvisual {
  position: relative;
  height: 181.5625vw;
  margin-bottom: 4.6875vw;
}
@media only screen and (min-width: 641px) {
  #keyvisual {
    height: 708.09375px;
    margin-bottom: 18.28125px;
  }
}
#keyvisual .bg-illust01, #keyvisual .bg-illust02 {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
#keyvisual .bg-illust01 {
  top: -4.6875vw;
  width: 100vw;
}
@media only screen and (min-width: 641px) {
  #keyvisual .bg-illust01 {
    top: -18.28125px;
    width: 390px;
  }
}
#keyvisual .bg-illust02 {
  bottom: 0vw;
  width: 100vw;
}
@media only screen and (min-width: 641px) {
  #keyvisual .bg-illust02 {
    width: 390px;
  }
}
#keyvisual .ttl-deco {
  position: absolute;
  top: 28.4375vw;
  left: 7.03125vw;
  width: 76.5625vw;
}
@media only screen and (min-width: 641px) {
  #keyvisual .ttl-deco {
    top: 110.90625px;
    left: 27.421875px;
    width: 298.59375px;
  }
}
#keyvisual .base1 {
  position: absolute;
  top: 63.4375vw;
  left: 7.03125vw;
  width: 75.625vw;
}
@media only screen and (min-width: 641px) {
  #keyvisual .base1 {
    top: 247.40625px;
    left: 27.421875px;
    width: 294.9375px;
  }
}
#keyvisual .base1 img {
  width: 75.625vw;
  height: auto;
}
@media only screen and (min-width: 641px) {
  #keyvisual .base1 img {
    width: 294.9375px;
  }
}
#keyvisual .base2 {
  position: absolute;
  top: 75vw;
  left: 1.5625vw;
  width: 80.625vw;
}
@media only screen and (min-width: 641px) {
  #keyvisual .base2 {
    top: 292.5px;
    left: 6.09375px;
    width: 314.4375px;
  }
}
#keyvisual .base2 img {
  width: 80.625vw;
  height: auto;
}
@media only screen and (min-width: 641px) {
  #keyvisual .base2 img {
    width: 314.4375px;
  }
}
#keyvisual h1 {
  position: absolute;
  top: 62.96875vw;
  left: 5.15625vw;
  width: 74.84375vw;
}
@media only screen and (min-width: 641px) {
  #keyvisual h1 {
    top: 245.578125px;
    left: 20.109375px;
    width: 291.890625px;
  }
}
#keyvisual .ttl-deco {
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.5s ease;
}
#keyvisual .base1 {
  overflow: hidden;
  width: 0;
  transition: all 0.5s 0.3s ease;
}
#keyvisual .base2 {
  overflow: hidden;
  width: 0;
  transition: all 0.5s 0.4s ease;
}
#keyvisual h1 {
  opacity: 0;
  transition: all 0.6s 0.8s ease;
}
#keyvisual.move-on .ttl-deco {
  opacity: 1;
  transform: scale(1);
}
#keyvisual.move-on .base1 {
  width: 75.625vw;
}
@media only screen and (min-width: 641px) {
  #keyvisual.move-on .base1 {
    width: 294.9375px;
  }
}
#keyvisual.move-on .base2 {
  width: 80.625vw;
}
@media only screen and (min-width: 641px) {
  #keyvisual.move-on .base2 {
    width: 314.4375px;
  }
}
#keyvisual.move-on h1 {
  opacity: 1;
}

#read {
  position: relative;
  width: 84.375vw;
  padding: 7.5vw 5.46875vw 6.5625vw;
  margin: -45.625vw auto 10vw;
  border-radius: 15.625vw 0 15.625vw 0;
  background-image: linear-gradient(0deg, rgb(255, 222, 235), rgb(255, 255, 255));
}
@media only screen and (min-width: 641px) {
  #read {
    width: 329.0625px;
    padding: 29.25px 21.328125px 25.59375px;
    margin: -177.9375px auto 39px;
    border-radius: 60.9375px 0 60.9375px 0;
  }
}
#read h2 {
  font-size: 5vw;
  line-height: 1.2;
  color: #3259FF;
  margin-bottom: 4.6875vw;
}
@media only screen and (min-width: 641px) {
  #read h2 {
    font-size: 19.5px;
    margin-bottom: 18.28125px;
  }
}
#read p {
  font-size: 4.375vw;
}
@media only screen and (min-width: 641px) {
  #read p {
    font-size: 17.0625px;
  }
}

#step {
  padding-bottom: 40.3125vw;
  background: url("../img/game-bg.png") no-repeat bottom center;
  background-size: 100% auto;
  margin-bottom: 8.59375vw;
}
@media only screen and (min-width: 641px) {
  #step {
    padding-bottom: 157.21875px;
    margin-bottom: 33.515625px;
  }
}
#step ul {
  width: 90.625vw;
  margin: 0 auto 12.5vw;
}
@media only screen and (min-width: 641px) {
  #step ul {
    width: 353.4375px;
    margin: 0 auto 48.75px;
  }
}
#step ul li {
  position: relative;
}
#step ul li:not(:last-child) {
  margin-bottom: 19.84375vw;
}
@media only screen and (min-width: 641px) {
  #step ul li:not(:last-child) {
    margin-bottom: 77.390625px;
  }
}
#step ul li .arrow {
  position: absolute;
  left: 50%;
  bottom: -8.75vw;
  transform: translateX(-50%);
  width: 17.1875vw;
}
@media only screen and (min-width: 641px) {
  #step ul li .arrow {
    bottom: -34.125px;
    width: 67.03125px;
  }
}
#step p {
  font-size: 5vw;
  font-weight: bold;
  margin-bottom: 10.9375vw;
}
@media only screen and (min-width: 641px) {
  #step p {
    font-size: 19.5px;
    margin-bottom: 42.65625px;
  }
}
#step .btn-start {
  width: 84.375vw;
  height: 21.875vw;
  margin: 0 auto 4.6875vw;
  text-align: center;
}
@media only screen and (min-width: 641px) {
  #step .btn-start {
    width: 329.0625px;
    height: 85.3125px;
    margin-bottom: 18.28125px;
  }
}
#step .btn-start a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 5vw;
  font-weight: 500;
  line-height: 1.4;
  border-radius: 15.625vw 0 15.625vw 0;
  text-decoration: none;
  color: #fff;
  background-image: linear-gradient(90deg, rgb(24, 206, 206), rgb(27, 57, 185) 28%, rgb(235, 38, 132) 72%, rgb(235, 203, 103));
}
@media only screen and (min-width: 641px) {
  #step .btn-start a {
    font-size: 19.5px;
    border-radius: 60.9375px 0 60.9375px 0;
  }
}
#step .btn-start a::after {
  content: "";
  position: absolute;
  top: 52%;
  right: 10.15625vw;
  transform: translateY(-50%);
  width: 2.8125vw;
  height: 5.3125vw;
  background: url("../img/arrow_wh.svg") no-repeat top center;
  background-size: contain;
}
@media only screen and (min-width: 641px) {
  #step .btn-start a::after {
    right: 39.609375px;
    width: 10.96875px;
    height: 20.71875px;
  }
}

/* --------------------------------------------------
-------------------------------------------------- #game */
#game {
  transition: all 0.3s ease;
  padding: 3.125vw;
  padding-bottom: 40.3125vw;
  margin-bottom: 4.6875vw;
  background: url("../img/game-bg.png") no-repeat bottom center;
  background-size: 100% auto;
}
@media only screen and (min-width: 641px) {
  #game {
    padding: 12.1875px;
    padding-bottom: 157.21875px;
    margin-bottom: 18.28125px;
  }
}
#game #preview {
  position: relative;
  width: 84.375vw;
  height: 112.5vw;
  box-sizing: border-box;
  margin-bottom: 7.1875vw;
  background-color: #fff;
}
@media only screen and (min-width: 641px) {
  #game #preview {
    width: 329.0625px;
    height: 438.75px;
    margin-bottom: 28.03125px;
  }
}
#game #preview .cvs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #707070;
  box-sizing: border-box;
}
#game #btn-preview {
  position: fixed;
  top: 3.125vw;
  left: 50%;
  transform: translateY(-3.125vw) translateX(-50%);
  width: 84.375vw;
  height: 10.9375vw;
  margin: 0 auto 7.8125vw;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
  z-index: 10;
}
@media only screen and (min-width: 641px) {
  #game #btn-preview {
    width: 329.0625px;
    height: 42.65625px;
    margin-bottom: 30.46875px;
  }
}
#game #btn-preview a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 4.375vw;
  font-weight: 500;
  line-height: 1.4;
  border-radius: 15.625vw;
  text-decoration: none;
  color: #FD3E99;
  border: 1px solid #FD3E99;
  background-color: #fff;
}
@media only screen and (min-width: 641px) {
  #game #btn-preview a {
    font-size: 17.0625px;
    border-radius: 100px;
  }
}
#game #btn-preview a::after {
  content: "";
  position: absolute;
  top: 52%;
  left: 10.15625vw;
  transform: rotate(90deg) translateY(-50%);
  width: 2.8125vw;
  height: 5.3125vw;
  transform-origin: top center;
  background: url("../img/arrow_pk.svg") no-repeat top center;
  background-size: contain;
}
@media only screen and (min-width: 641px) {
  #game #btn-preview a::after {
    left: 39.609375px;
    width: 10.96875px;
    height: 20.71875px;
  }
}
#game #btn-preview.on {
  opacity: 1;
  transform: translateY(0) translateX(-50%);
  visibility: inherit;
}
#game .select-box h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5vw;
  line-height: 1;
  gap: 0 0.2em;
  margin-bottom: 0.8em;
}
@media only screen and (min-width: 641px) {
  #game .select-box h2 {
    font-size: 19.5px;
  }
}
#game .select-box h2::before {
  content: "";
  display: block;
  width: 4.0625vw;
  height: 4.0625vw;
  background: url("../img/icon.svg") no-repeat top center;
  background-size: contain;
}
@media only screen and (min-width: 641px) {
  #game .select-box h2::before {
    width: 15.84375px;
    height: 15.84375px;
  }
}
#game .select-box .list {
  display: grid;
  gap: 2.34375vw 3.4375vw;
  margin: 0 1.875vw 7.03125vw;
}
@media only screen and (min-width: 641px) {
  #game .select-box .list {
    gap: 9.140625px 13.40625px;
    margin: 0 7.3125px 27.421875px;
  }
}
#game .select-box .list li {
  position: relative;
  border: 1px solid #707070;
  border-radius: 2.5vw;
  overflow: hidden;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 641px) {
  #game .select-box .list li {
    border-radius: 9.75px;
  }
}
#game .select-box .list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #FD3E99;
  border-radius: 2.1875vw;
  box-sizing: border-box;
  transition: all 0.4s ease;
  opacity: 0;
}
@media only screen and (min-width: 641px) {
  #game .select-box .list li::before {
    border-radius: 8.53125px;
  }
}
#game .select-box .list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#game .select-box .list li.current {
  border-color: #FD3E99;
  background-color: #FD3E99;
}
#game .select-box .list li.current::before {
  opacity: 1;
}
#game .select-box .more-btn {
  width: 84.375vw;
  height: 10.9375vw;
  margin: 0 auto 7.8125vw;
  text-align: center;
}
@media only screen and (min-width: 641px) {
  #game .select-box .more-btn {
    width: 329.0625px;
    height: 42.65625px;
    margin-bottom: 30.46875px;
  }
}
#game .select-box .more-btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 4.375vw;
  font-weight: 500;
  line-height: 1.4;
  border-radius: 15.625vw;
  text-decoration: none;
  color: #FD3E99;
  border: 1px solid #FD3E99;
  background-color: #fff;
}
@media only screen and (min-width: 641px) {
  #game .select-box .more-btn a {
    font-size: 17.0625px;
    border-radius: 100px;
  }
}
#game .select-box .more-btn a::after {
  content: "";
  position: absolute;
  top: 52%;
  left: 10.15625vw;
  transform: rotate(-90deg) translateY(-50%);
  width: 2.8125vw;
  height: 5.3125vw;
  transform-origin: top center;
  background: url("../img/arrow_pk.svg") no-repeat top center;
  background-size: contain;
}
@media only screen and (min-width: 641px) {
  #game .select-box .more-btn a::after {
    left: 39.609375px;
    width: 10.96875px;
    height: 20.71875px;
  }
}
#game .select-box .btns {
  display: flex;
  justify-content: space-between;
}
#game .select-box .btns li {
  width: 40vw;
  height: 16.40625vw;
}
@media only screen and (min-width: 641px) {
  #game .select-box .btns li {
    width: 156px;
    height: 63.984375px;
  }
}
#game .select-box .btns li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 5vw;
  border-radius: 12.5vw 0 12.5vw 0;
  text-decoration: none;
  border: 1px solid #FD3E99;
  background-color: #fff;
}
@media only screen and (min-width: 641px) {
  #game .select-box .btns li a {
    font-size: 19.5px;
    border-radius: 48.75px 0 48.75px 0;
  }
}
#game .select-box .btns li a::after {
  content: "";
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  width: 2.8125vw;
  height: 5.3125vw;
  background: url("../img/arrow_wh.svg") no-repeat top center;
  background-size: contain;
}
@media only screen and (min-width: 641px) {
  #game .select-box .btns li a::after {
    width: 10.96875px;
    height: 20.71875px;
  }
}
#game .select-box .btns li.white a {
  color: #FD3E99;
}
#game .select-box .btns li.white a::after {
  left: 7.03125vw;
  background-image: url("../img/arrow_pk.svg");
}
@media only screen and (min-width: 641px) {
  #game .select-box .btns li.white a::after {
    left: 27.421875px;
  }
}
#game .select-box .btns li.pink a {
  color: #fff;
  background-color: #FD3E99;
}
#game .select-box .btns li.pink a::after {
  right: 7.03125vw;
}
@media only screen and (min-width: 641px) {
  #game .select-box .btns li.pink a::after {
    right: 27.421875px;
  }
}
#game #chara-select {
  position: relative;
  opacity: 0;
  transition: all 0.3s ease;
}
#game #chara-select .list-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#game #chara-select .list-wrap {
  display: flex;
  transition: transform 0.5s ease;
  width: 1100%;
}
#game #chara-select .list {
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
}
#game #chara-select .list li:nth-child(n+9) {
  display: none;
}
#game #chara-select .more-btn {
  position: absolute;
  top: 41%;
  left: -2.34375vw;
  transform: translateY(-50%);
  width: 7.8125vw;
  height: 7.8125vw;
}
@media only screen and (min-width: 641px) {
  #game #chara-select .more-btn {
    left: -9.140625px;
    width: 30.46875px;
    height: 30.46875px;
  }
}
#game #chara-select .more-btn a {
  align-items: center;
}
#game #chara-select .more-btn a::after {
  position: relative;
  top: inherit;
  bottom: -0.3125vw;
  left: -0.3125vw;
  transform: unset;
  transform-origin: center;
}
@media only screen and (min-width: 641px) {
  #game #chara-select .more-btn a::after {
    bottom: -1.21875px;
    left: -1.21875px;
  }
}
#game #chara-select .more-btn.off {
  opacity: 0.5;
  pointer-events: none;
}
#game #chara-select #chara-more {
  left: inherit;
  right: -2.34375vw;
}
@media only screen and (min-width: 641px) {
  #game #chara-select #chara-more {
    right: -9.140625px;
  }
}
#game #chara-select #chara-more a::after {
  top: -0.3125vw;
  left: inherit;
  right: -0.3125vw;
  transform: rotate(-180deg);
}
@media only screen and (min-width: 641px) {
  #game #chara-select #chara-more a::after {
    top: -1.21875px;
    right: -1.21875px;
  }
}
#game #bg-select .list {
  grid-template-columns: repeat(2, 1fr);
}
#game #txt-select .list li {
  display: flex;
  align-items: center;
  height: 17.1875vw;
  background-color: #fff;
}
@media only screen and (min-width: 641px) {
  #game #txt-select .list li {
    height: 67.03125px;
  }
}
#game #txt-select .list li img {
  height: auto;
}
#game #complete {
  padding-top: 4.375vw;
}
@media only screen and (min-width: 641px) {
  #game #complete {
    padding-top: 17.0625px;
  }
}
#game #complete .deco {
  position: absolute;
  top: -12.5vw;
  left: 50%;
  transform: translateX(-50%);
  width: 76.5625vw;
}
@media only screen and (min-width: 641px) {
  #game #complete .deco {
    top: -48.75px;
    width: 298.59375px;
  }
}
#game #complete h2 {
  position: relative;
  width: 77.34375vw;
  margin: 0 auto -1.5625vw;
  z-index: 2;
}
@media only screen and (min-width: 641px) {
  #game #complete h2 {
    width: 301.640625px;
    margin: 0 auto -6.09375px;
  }
}
#game #complete #complete-image {
  display: none;
}
#game #complete .result-image {
  width: 84.375vw;
  height: 112.5vw;
  margin-bottom: 1.5625vw;
}
@media only screen and (min-width: 641px) {
  #game #complete .result-image {
    width: 329.0625px;
    height: 438.75px;
    margin-bottom: 6.09375px;
  }
}
#game #complete .result-image img {
  border: 1px solid #707070;
}
#game #complete .text {
  font-size: 4.0625vw;
  text-align: center;
  margin-bottom: 4.6875vw;
}
@media only screen and (min-width: 641px) {
  #game #complete .text {
    font-size: 15.84375px;
    margin-bottom: 18.28125px;
  }
}
#game #complete .text.txt2 {
  margin: 2.5vw 0;
}
@media only screen and (min-width: 641px) {
  #game #complete .text.txt2 {
    margin: 9.75px 0;
  }
}
#game #complete .text.txt2::before {
  content: "＼";
  padding: 0 0.5em;
}
#game #complete .text.txt2::after {
  content: "／";
  padding: 0 0.5em;
}
#game #complete .arrow {
  width: 17.5vw;
  margin: 0 auto;
}
@media only screen and (min-width: 641px) {
  #game #complete .arrow {
    width: 68.25px;
  }
}
#game #complete .btn-share {
  width: 100%;
  height: 21.875vw;
  margin-bottom: 4.6875vw;
}
@media only screen and (min-width: 641px) {
  #game #complete .btn-share {
    height: 85.3125px;
    margin-bottom: 18.28125px;
  }
}
#game #complete .btn-share a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 5vw;
  border-radius: 15.625vw 0 15.625vw 0;
  text-decoration: none;
  color: #fff;
  background-image: linear-gradient(90deg, rgb(24, 206, 206), rgb(27, 57, 185) 28%, rgb(235, 38, 132) 72%, rgb(235, 203, 103));
}
@media only screen and (min-width: 641px) {
  #game #complete .btn-share a {
    font-size: 19.5px;
    border-radius: 60.9375px 0 60.9375px 0;
  }
}
#game #complete .btn-share a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 10.15625vw;
  transform: translateY(-50%);
  width: 6.09375vw;
  height: 6.25vw;
  background: url(../img/icon-x.png) no-repeat center top/cover;
  transition: all 0.2s ease;
}
@media only screen and (min-width: 641px) {
  #game #complete .btn-share a::before {
    left: 39.609375px;
    width: 23.765625px;
    height: 24.375px;
  }
}
#game #complete .btn-share a::after {
  content: "";
  position: absolute;
  top: 52%;
  right: 10.15625vw;
  transform: translateY(-50%);
  width: 2.8125vw;
  height: 5.3125vw;
  background: url("../img/arrow_wh.svg") no-repeat top center;
  background-size: contain;
}
@media only screen and (min-width: 641px) {
  #game #complete .btn-share a::after {
    right: 39.609375px;
    width: 10.96875px;
    height: 20.71875px;
  }
}
#game #complete .btns {
  display: block;
  width: 58.59375vw;
  margin: 0 auto;
}
@media only screen and (min-width: 641px) {
  #game #complete .btns {
    width: 228.515625px;
  }
}
#game #complete .btns li {
  width: 100%;
}
#game #complete .btns li:first-child {
  margin-bottom: 4.375vw;
}
@media only screen and (min-width: 641px) {
  #game #complete .btns li:first-child {
    margin-bottom: 17.0625px;
  }
}
#game #complete .deco {
  opacity: 0;
  transform: scale(0.8) translateX(-50%);
  transform-origin: 0 100%;
  transition: all 0.6s 1s ease;
}
#game #complete .deco img {
  transform: translateY(15.625vw);
  transition: all 0.6s 1.8s ease;
}
@media only screen and (min-width: 641px) {
  #game #complete .deco img {
    transform: translateY(60.9375px);
  }
}
#game #complete h2 {
  opacity: 0;
  transform: scale(0);
  transition: all 0.6s 1.9s ease;
  transform-origin: center bottom;
}
#game #complete .result-image {
  opacity: 0;
  filter: blur(5px);
  transition: all 1s 1.2s ease;
}
#game #complete .text, #game #complete .arrow, #game #complete .btn-share, #game #complete .btns {
  opacity: 0;
  transition: all 0.6s 2s ease;
}
#game #complete.on .deco {
  opacity: 1;
  transform: scale(1) translateX(-50%);
}
#game #complete.on .deco img {
  transform: translateY(0);
}
#game #complete.on h2 {
  opacity: 1;
  transform: scale(1);
}
#game #complete.on .result-image {
  opacity: 1;
  filter: blur(0px);
  transform: translateY(0);
}
#game #complete.on .text, #game #complete.on .arrow, #game #complete.on .btn-share, #game #complete.on .btns {
  opacity: 1;
}
#game #cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #FAF2F5;
  filter: blur(30px);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease;
}
#game #cover.on {
  opacity: 1;
  filter: blur(0px);
  visibility: inherit;
}
#game #bg-select, #game #txt-select, #game #complete {
  display: none;
}

/* --------------------------------------------------
-------------------------------------------------- #copy */
#copy {
  margin-bottom: 15vw;
}
@media only screen and (min-width: 641px) {
  #copy {
    margin-bottom: 58.5px;
  }
}
#copy .author {
  width: 84.375vw;
  font-size: 2.5vw;
  margin: 0 auto;
}
@media only screen and (min-width: 641px) {
  #copy .author {
    width: 329.0625px;
    font-size: 9.75px;
  }
}
#copy .author:first-of-type {
  margin-bottom: 4.6875vw;
}
@media only screen and (min-width: 641px) {
  #copy .author:first-of-type {
    margin-bottom: 18.28125px;
  }
}

/* --------------------------------------------------
-------------------------------------------------- footer */
#footer {
  position: relative;
}
#footer::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4.6875vw;
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/bg-holo.jpg") repeat top center;
  background-size: 200% 200%;
  background-position: -100% -100%;
  -webkit-animation: hologram 28s infinite;
          animation: hologram 28s infinite;
  width: 100%;
  height: 60.78125vw;
  border-radius: 0 0 4.6875vw 4.6875vw;
  border-top: 1px solid #707070;
  z-index: 1;
}
@media only screen and (min-width: 641px) {
  #footer::after {
    bottom: -18.28125px;
    height: 237.046875px;
    border-radius: 0 0 18.28125px 18.28125px;
  }
}
@-webkit-keyframes hologram {
  20% {
    background-position: -130% -120%;
  }
  40% {
    background-position: -140% -100%;
  }
  70% {
    background-position: -110% -130%;
  }
}
@keyframes hologram {
  20% {
    background-position: -130% -120%;
  }
  40% {
    background-position: -140% -100%;
  }
  70% {
    background-position: -110% -130%;
  }
}
#footer .share {
  position: relative;
  text-align: center;
  z-index: 10;
}
#footer .share img {
  width: 15vw;
}
@media only screen and (min-width: 641px) {
  #footer .share img {
    width: 58.5px;
  }
}
#footer .btn-x {
  position: relative;
  width: 81.25vw;
  background: #12265D;
  margin: 1.875vw auto 4.0625vw;
  border-radius: 7.8125vw;
  transition: all 0.2s ease;
  z-index: 10;
}
@media only screen and (min-width: 641px) {
  #footer .btn-x {
    width: 316.875px;
    margin: 7.3125px auto 15.84375px;
    border-radius: 30.46875px;
  }
}
#footer .btn-x::after {
  content: "";
  display: block;
  position: absolute;
  top: 4.21875vw;
  left: 4.375vw;
  width: 6.09375vw;
  height: 6.25vw;
  background: url(../img/icon-x.png) no-repeat center top/cover;
  transition: all 0.2s ease;
}
@media only screen and (min-width: 641px) {
  #footer .btn-x::after {
    top: 16.453125px;
    left: 17.0625px;
    width: 23.765625px;
    height: 24.375px;
  }
}
#footer .btn-x a {
  display: block;
  text-decoration: none;
  font-size: 5vw;
  font-weight: 700;
  color: #fff;
  padding: 4.21875vw 3.90625vw 4.21875vw 12.5vw;
  transition: all 0.2s ease;
}
@media only screen and (min-width: 641px) {
  #footer .btn-x a {
    font-size: 19.5px;
    padding: 16.453125px 15.234375px 16.453125px 48.75px;
  }
}
#footer .btn-x:hover {
  background: #fff;
}
#footer .btn-x:hover::after {
  background: url(../img/icon-x-b.png) no-repeat center top/cover;
}
#footer .btn-x:hover a {
  color: #12265D;
}
#footer .sns {
  position: relative;
  z-index: 10;
}
#footer .sns ul {
  display: flex;
  justify-content: space-between;
  width: 35.9375vw;
  margin: 0 auto 3.125vw;
}
#footer .sns ul img {
  width: 10.9375vw;
}
@media only screen and (min-width: 641px) {
  #footer .sns ul {
    width: 140.15625px;
    margin: 0 auto 12.1875px;
  }
  #footer .sns ul img {
    width: 42.65625px;
  }
}
#footer small {
  position: relative;
  display: block;
  font-size: 3.125vw;
  text-align: center;
  z-index: 10;
}
@media only screen and (min-width: 641px) {
  #footer small {
    font-size: 12.1875px;
  }
}