/*===================================================================
				= Animation
===================================================================*/
@keyframes SlideInNavi {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes blur {
  0% {
    filter: blur(10px);
    opacity: 0;
  }
  100% {
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeUp_pc {
  from {
    transform: translateY(20%);
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes fadeUp_sp {
  from {
    transform: translateY(10%);
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes rotateIn {
  0% {
    transform: translateY(-100%) rotate(45deg);
    opacity: 0;
  }
  100% {
    transform: translateY(0) rotate(-45deg);
    opacity: 1;
  }
}
@keyframes click_button {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes hover_button {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.fadeAnimation, .fadeStoryAnimation {
  opacity: 0;
  -webkit-transform-style: preserve-3d;
}

@media (min-width: 751px) {
  .fadeIn_fadeUp {
    animation: fadeUp_pc 2s ease-out forwards;
  }
}
@media (max-width: 750px) {
  .fadeIn_fadeUp {
    animation: fadeUp_sp 2s ease-out forwards;
  }
}

.fadeIn_blur {
  animation: blur 2s ease-out forwards;
}

/*===================================================================
				= Keyvisual
===================================================================*/
#top {
  height: 100vh;
}
#top .wrap {
  background: url("../img/keyvisual_pc.webp") center center/cover no-repeat;
}
#top h1 {
  width: 60.625%;
  padding: 15.625% 0 0 0;
  background: url("../img/en/logo_title.png") center/contain no-repeat;
  margin: 0 24.8958333333% 0 14.4791666667%;
}
#top .icon_switch {
  position: absolute;
  bottom: 20px;
  left: 1.5625%;
  width: 6.25%;
}
#top .on_sale {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 36.7708333333%;
  padding: 6.5625% 0 0 0;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/text_nowon_sale.png") center/contain no-repeat;
}
#top .box_store {
  position: absolute;
  bottom: 8px;
  left: 35.5208333333%;
  width: 53.75%;
  height: auto;
  padding: 9.375% 0 0 0;
  background: url("../img/en/bg_store_pc.png") center/contain no-repeat;
}
#top .box_store .list_store {
  position: absolute;
  top: 42.2222222222%;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
#top .box_store .list_store li {
  margin: 0 1.5503875969% 0 0;
  height: 40%;
  cursor: pointer;
}
#top .box_store .list_store li:nth-of-type(1) {
  width: 22.2868217054%;
  background: url("../img/button_switch.png") center/contain no-repeat;
}
#top .box_store .list_store li:nth-of-type(2) {
  width: 20.3488372093%;
  background: url("../img/button_steam.png") center/contain no-repeat;
}
#top .box_store .list_store li:nth-of-type(3) {
  width: 18.992248062%;
  background: url("../img/en/button_app.png") center/contain no-repeat;
}
#top .box_store .list_store li:nth-of-type(4) {
  margin: 0;
  width: 23.6434108527%;
  background: url("../img/en/button_google.png") center/contain no-repeat;
}
#top .box_store .list_store li a {
  display: block;
  width: 100%;
  height: 100%;
}
#top .box_store .list_store li:active {
  animation: click_button 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
#top .box_store .list_store li:hover {
  animation: hover_button 0.2s forwards;
}
@media (max-width: 750px) {
  #top .box_store {
    background: url("../img/en/bg_store_sp.png") center/contain no-repeat;
    bottom: 1.4035087719%;
    left: 0.2666666667%;
    width: 99.4666666667%;
    padding: 19.2% 0 0 0;
  }
  #top .box_store .list_store {
    top: 43.0555555556%;
  }
  #top .box_store .list_store li {
    margin: 0 1.072386059% 0 0;
    height: 36.1111111111%;
  }
  #top .box_store .list_store li:nth-of-type(1) {
    width: 22.5201072386%;
  }
  #top .box_store .list_store li:nth-of-type(2) {
    width: 20.3753351206%;
  }
  #top .box_store .list_store li:nth-of-type(3) {
    width: 20.9115281501%;
  }
  #top .box_store .list_store li:nth-of-type(4) {
    width: 23.8605898123%;
  }
}
@media (max-width: 750px) {
  #top {
    height: auto;
  }
  #top .wrap {
    padding: 152% 0 0 0;
    background: url("../img/keyvisual_sp.webp") center center/cover no-repeat;
  }
  #top h1 {
    position: absolute;
    top: 9.4736842105%;
    left: 1.0666666667%;
    width: 97.8666666667%;
    padding: 25.2% 0 0 0;
    background: url("../img/en/logo_title.png") center/contain no-repeat;
    margin: 0;
  }
  #top .icon_switch {
    top: 1.7543859649% !important;
    left: 2.1333333333%;
    width: 16%;
  }
  #top .on_sale {
    position: absolute;
    bottom: 11.7543859649%;
    left: 1.3333333333%;
    width: 97.3333333333%;
    padding: 16.8% 0 0 0;
  }
}

/*===================================================================
				= Navigation
===================================================================*/
#navi_button {
  display: none;
}
@media (max-width: 750px) {
  #navi_button {
    position: fixed;
    top: 0;
    right: 2.6666666667%;
    display: block;
    width: 10.6666666667%;
    padding: 10.6666666667% 0 0 0;
    margin: 2.6666666667% 0 0 0;
    background: url("../img/bg_white.png") repeat;
    border: 1px solid #000;
    z-index: 9001;
    cursor: pointer;
  }
}
#navi_button span {
  display: inline-block;
  transition: all 0.1s;
  position: absolute;
  left: 25%;
  height: 2.5%;
  border-radius: 2px;
  background: #000;
  width: 50%;
}
#navi_button span:nth-of-type(1) {
  top: 25%;
}
#navi_button span:nth-of-type(2) {
  top: 47.5%;
}
#navi_button span:nth-of-type(3) {
  top: 70%;
}
#navi_button.active span:nth-of-type(1) {
  top: 50%;
  left: 12.5%;
  width: 75%;
  transform: rotate(-45deg);
}
#navi_button.active span:nth-of-type(2) {
  opacity: 0;
}
#navi_button.active span:nth-of-type(3) {
  top: 50%;
  left: 12.5%;
  width: 75%;
  transform: rotate(45deg);
}

#navi {
  position: fixed;
  top: 0;
  right: 0;
  width: 10.4166666667%;
  height: 100vh;
  background: url("../img/bg_white.png") repeat;
  border-left: 1px solid #352a42;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9000;
}
@media (max-width: 750px) {
  #navi {
    width: 50%;
    height: 100%;
    right: -100%;
  }
  #navi.active {
    display: flex;
  }
}
#navi .list_navi {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#navi .list_navi a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: 0 auto;
}
#navi .list_navi li {
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 9% 0 0 0;
  margin: 0 0 31% 0;
  overflow: visible;
}
@media (max-width: 750px) {
  #navi .list_navi li {
    padding: 6.9333333333% 0 0 0;
    margin: 0 0 14.4% 0;
  }
}
@media (min-width: 751px) {
  #navi .list_navi li a:hover {
    width: 100% !important;
    padding: 70% 0 0 0;
    margin: -35% auto 0 auto;
  }
}
#navi .list_navi li .none {
  pointer-events: none;
}
#navi .list_navi li:nth-child(1) a {
  width: 36%;
  background: url("../img/navi_news_off.png") center/contain no-repeat;
}
@media (min-width: 751px) {
  #navi .list_navi li:nth-child(1) a:hover {
    background: url("../img/navi_news_on.png") center/contain no-repeat;
  }
}
@media (max-width: 750px) {
  #navi .list_navi li:nth-child(1) a {
    width: 28.2666666667%;
  }
}
#navi .list_navi li:nth-child(2) a {
  width: 43%;
  background: url("../img/navi_story_off.png") center/contain no-repeat;
}
@media (min-width: 751px) {
  #navi .list_navi li:nth-child(2) a:hover {
    background: url("../img/navi_story_on.png") center/contain no-repeat;
  }
}
@media (max-width: 750px) {
  #navi .list_navi li:nth-child(2) a {
    width: 33.6%;
  }
}
#navi .list_navi li:nth-child(3) a {
  width: 50%;
  background: url("../img/navi_system_off.png") center/contain no-repeat;
}
@media (min-width: 751px) {
  #navi .list_navi li:nth-child(3) a:hover {
    background: url("../img/navi_system_on.png") center/contain no-repeat;
  }
}
@media (max-width: 750px) {
  #navi .list_navi li:nth-child(3) a {
    width: 39.4666666667%;
  }
}
#navi .list_navi li:nth-child(4) a {
  width: 79%;
  background: url("../img/navi_character_off.png") center/contain no-repeat;
}
@media (min-width: 751px) {
  #navi .list_navi li:nth-child(4) a:hover {
    background: url("../img/navi_character_on.png") center/contain no-repeat;
  }
}
@media (max-width: 750px) {
  #navi .list_navi li:nth-child(4) a {
    width: 62.9333333333%;
  }
}
#navi .list_navi li:nth-child(5) a {
  width: 59%;
  background: url("../img/navi_gallery_off.png") center/contain no-repeat;
}
@media (min-width: 751px) {
  #navi .list_navi li:nth-child(5) a:hover {
    background: url("../img/navi_gallery_on.png") center/contain no-repeat;
  }
}
@media (max-width: 750px) {
  #navi .list_navi li:nth-child(5) a {
    width: 46.4%;
  }
}
#navi .list_navi li:nth-child(6) a {
  width: 54%;
  background: url("../img/navi_special_off.png") center/contain no-repeat;
}
@media (min-width: 751px) {
  #navi .list_navi li:nth-child(6) a:hover {
    background: url("../img/navi_special_on.png") center/contain no-repeat;
  }
}
@media (max-width: 750px) {
  #navi .list_navi li:nth-child(6) a {
    width: 42.4%;
  }
}
#navi .list_navi li:nth-child(7) a {
  width: 61%;
  background: url("../img/navi_contact_off.png") center/contain no-repeat;
}
@media (min-width: 751px) {
  #navi .list_navi li:nth-child(7) a:hover {
    background: url("../img/navi_contact_on.png") center/contain no-repeat;
  }
}
@media (max-width: 750px) {
  #navi .list_navi li:nth-child(7) a {
    width: 48%;
  }
}
#navi .list_navi li:nth-child(8) a {
  width: 33%;
  background: url("../img/navi_spec_off.png") center/contain no-repeat;
}
@media (min-width: 751px) {
  #navi .list_navi li:nth-child(8) a:hover {
    background: url("../img/navi_spec_on.png") center/contain no-repeat;
  }
}
@media (max-width: 750px) {
  #navi .list_navi li:nth-child(8) a {
    width: 26.1333333333%;
  }
}
#navi .list_navi li:nth-child(9) {
  margin: 0;
}
#navi .list_navi li:nth-child(9) a {
  width: 26%;
  background: url("../img/navi_top_off.png") center/contain no-repeat;
}
@media (min-width: 751px) {
  #navi .list_navi li:nth-child(9) a:hover {
    background: url("../img/navi_top_on.png") center/contain no-repeat;
  }
}
@media (max-width: 750px) {
  #navi .list_navi li:nth-child(9) a {
    width: 20.8%;
  }
}

/*===================================================================
				= News
===================================================================*/
#news {
  overflow: hidden;
  background-color: #fff;
}
#news .wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 65.1041666667% 0 0 0;
  background: url("../img/bg_pattern_pc.png") center/cover no-repeat;
}
@media (max-width: 750px) {
  #news .wrap::before {
    background: url("../img/bg_pattern_sp.png") center/contain no-repeat;
    padding: 180.6666666667% 0 0 0;
  }
}
#news .text_copy {
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
  width: 66.3541666667%;
  padding: 20.7291666667% 0 0 0;
  background: url("../img/bg_grid.png") no-repeat center center/contain;
  margin: 0 auto;
  position: relative;
}
#news .text_copy::before {
  content: "";
  display: block;
  position: absolute;
  top: 33.4170854271%;
  left: -6.671899529%;
  width: 125.0392464678%;
  padding: 12.715855573% 0 0 0;
  background: url("../img/wave.png") center/contain no-repeat;
}
#news .text_copy::after {
  content: "";
  display: block;
  position: absolute;
  top: 23.1155778894%;
  left: 1.5698587127%;
  width: 90.5808477237%;
  padding: 12.5588697017% 0 0 0;
  background: url("../img/en/cap_story.png") center/contain no-repeat;
}
@media (max-width: 750px) {
  #news .text_copy {
    width: 169.8666666667%;
    padding: 53.0666666667% 0 0 0;
    margin: 0 0 0 -40.5333333333%;
  }
  #news .text_copy::before {
    top: 35.175879397%;
    left: -7.8492935636%;
    width: 125.0392464678%;
    padding: 12.715855573% 0 0 0;
  }
  #news .text_copy::after {
    top: 18.5929648241%;
    left: 25.1177394035%;
    width: 56.5149136578%;
    padding: 14.7566718995% 0 0 0;
    background: url("../img/en/cap_story_sp.png") center/contain no-repeat;
  }
}
#news h2 {
  width: 23.8541666667%;
  padding: 6.1458333333% 0 0 0;
  margin: -3.2291666667% 0 0 0.78125%;
  background: url("../img/tag_news.png") no-repeat center center/contain;
}
@media (max-width: 750px) {
  #news h2 {
    width: 52%;
    padding: 13.3333333333% 0 0 0;
    margin: -6.1333333333% 0 0 2.4%;
  }
}
#news .box_news {
  width: 100%;
  padding: 29.6875% 0 0 0;
  margin: 0 0 11.9791666667% 0;
  position: relative;
}
#news .box_news::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, #ffd2e3 40%, #fff4d2);
  opacity: 0.7;
}
@media (max-width: 750px) {
  #news .box_news {
    padding: 94% 0 0 0;
    margin: 0 0 34.9333333333% 0;
  }
}
#news .information {
  position: absolute;
  top: 0;
  left: 5.2083333333%;
  width: 53.125%;
  height: 100%;
}
#news .information h3 {
  width: 46.0784313725%;
  height: 7.0175438596%;
  margin: 6.0784313725% 0 0 0;
  background: url("../img/tag_information.png") no-repeat center center/contain;
  position: relative;
  overflow: visible;
}
#news .information h3::before {
  content: "";
  display: block;
  position: absolute;
  top: -117.5%;
  left: 3.1914893617%;
  width: 29.7872340426%;
  height: 270%;
  background: url("../img/sd_yukitsuki.png") no-repeat center center/contain;
}
#news .information .list_news {
  width: 147.0588235294%;
  height: 73.6842105263%;
  margin: 7.7319587629% 0 0 0;
  overflow-y: scroll;
}
#news .information .list_news li {
  width: 100%;
  margin: 0 auto;
  border-top: 2px solid #ffcdc6;
  box-sizing: border-box;
  display: flex;
}
#news .information .list_news li:last-child {
  border-bottom: 2px solid #ffcdc6;
}
#news .information .list_news li p {
  width: 100%;
  margin: 1.8556701031% auto;
  display: flex;
  align-items: center;
}
#news .information .list_news li span {
  width: 13.1958762887%;
  padding: 0 15.625% 0 0 0;
  color: #ff6b91;
  font-weight: bold;
  box-sizing: border-box;
}
@media (max-width: 750px) {
  #news .information {
    left: 4%;
    width: 92%;
  }
  #news .information h3 {
    width: 62.6666666667%;
    height: 2.8368794326%;
    margin: 12.2666666667% 0 0 0;
  }
  #news .information .list_news {
    width: 100%;
    height: 90.780141844%;
    margin: 4.2553191489% 0 0 0;
  }
  #news .information .list_news li p {
    margin: 2.0289855072% auto;
  }
  #news .information .list_news li span {
    width: 23.768115942%;
    padding: 0 2.8985507246% 0 0;
  }
}
#news .twitter {
  position: absolute;
  top: 0;
  left: 58.3333333333%;
  width: 26.0416666667%;
  height: 100%;
}
#news .twitter h3 {
  width: 50%;
  height: 7.0175438596%;
  margin: 12.4% 0 0 0;
  background: url("../img/tag_x.png") no-repeat center center/contain;
  position: relative;
  overflow: visible;
}
#news .twitter h3::before {
  content: "";
  display: block;
  position: absolute;
  top: -117.5%;
  left: 4%;
  width: 58.4%;
  height: 270%;
  background: url("../img/sd_shizuku.png") no-repeat center center/contain;
}
#news .twitter .wrap_twitter {
  width: 100%;
  height: 58.2456140351%;
  margin: 4% 0 0 0;
  overflow: auto;
}
#news .twitter .button {
  width: 58%;
  height: 15.7894736842%;
  margin: 3% auto 0 auto;
  background: url("../img/button_follow.png") center/contain no-repeat;
}
#news .twitter .button:active {
  animation: click_button 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
#news .twitter .button:hover {
  animation: hover_button 0.2s forwards;
}
@media (max-width: 750px) {
  #news .twitter {
    top: 45.7446808511%;
    left: 4%;
    width: 92%;
    height: 54.2553191489%;
  }
  #news .twitter h3 {
    width: 53.6231884058%;
    height: 5.2287581699%;
    margin: 12.4637681159% 0 0 0;
  }
  #news .twitter .wrap_twitter {
    height: 59.6078431373%;
  }
  #news .twitter .button {
    width: 48.3333333333%;
    height: 11.7647058824%;
    margin: 6.6666666667% auto 0 auto;
  }
}

/*===================================================================
				= Story
===================================================================*/
#story .wrap {
  padding: 106.25% 0 0 0;
  background: url("../img/bg_story_pc.webp") center/contain no-repeat;
}
#story h2 {
  position: absolute;
  top: -5.5882352941%;
  left: 61.1458333333%;
  width: 27.3958333333%;
  padding: 5.9375% 0 0 0;
  background: url("../img/tag_story.png") no-repeat center center/contain;
}
#story p {
  position: absolute;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 750px) {
  #story::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 489.0666666667% 0 0 0;
    background: url("../img/bg_story_sp.png") top center/contain no-repeat;
    z-index: -1;
  }
  #story .wrap {
    padding: 449.0666666667% 0 0 0;
    background-image: none;
  }
  #story .wrap::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 89.3408551069%;
    background: url("../img/bg_story_pattern_sp.png") no-repeat center center/contain;
  }
  #story .wrap::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 13.6579572447%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(255, 255, 255));
    z-index: 1;
  }
  #story h2 {
    top: -2.9097387173%;
    left: 37.0666666667%;
    width: 60%;
    padding: 13.0666666667% 0 0 0;
  }
}
#story .story_text_01 {
  top: 2.6470588235%;
  left: 1.5625%;
  width: 53.3333333333%;
  padding: 18.0208333333% 0 0 0;
  background: url("../img/en/story_text_01.png") center/contain no-repeat;
}
@media (max-width: 750px) {
  #story .story_text_01 {
    top: 1.2470308789%;
    left: 0;
    width: 89.3333333333%;
    padding: 62.4% 0 0 0;
    background: url("../img/en/story_text_01_sp.png") center/contain no-repeat;
  }
}
#story .story_text_02 {
  top: 15%;
  left: 38.125%;
  width: 49.1666666667%;
  padding: 13.3333333333% 0 0 0;
  background: url("../img/en/story_text_02.png") center/contain no-repeat;
}
@media (max-width: 750px) {
  #story .story_text_02 {
    top: 20.0712589074%;
    left: 9.6%;
    width: 89.8666666667%;
    padding: 28.8% 0 0 0;
    background: url("../img/en/story_text_02_sp.png") center/contain no-repeat;
  }
}
#story .story_text_03 {
  top: 26.4705882353%;
  left: 2.6041666667%;
  width: 78.8541666667%;
  padding: 21.5625% 0 0 0;
  background: url("../img/en/story_text_03.png") center/contain no-repeat;
}
@media (max-width: 750px) {
  #story .story_text_03 {
    top: 26.9596199525%;
    left: 0;
    width: 97.6%;
    padding: 67.4666666667% 0 0 0;
    background: url("../img/en/story_text_03_sp.png") center/contain no-repeat;
  }
}
#story .story_text_04 {
  top: 47.7450980392%;
  left: 14.375%;
  width: 51.1458333333%;
  padding: 14.0625% 0 0 0;
  background: url("../img/en/story_text_04.png") center/contain no-repeat;
}
@media (max-width: 750px) {
  #story .story_text_04 {
    top: 46.5558194774%;
    left: 28%;
    width: 68.2666666667%;
    padding: 57.3333333333% 0 0 0;
    background: url("../img/en/story_text_04_sp.png") center/contain no-repeat;
  }
}
#story .story_text_05 {
  top: 58.9215686275%;
  left: 27.3958333333%;
  width: 47.9166666667%;
  padding: 16.25% 0 0 0;
  background: url("../img/en/story_text_05.png") center/contain no-repeat;
}
@media (max-width: 750px) {
  #story .story_text_05 {
    top: 58.432304038%;
    left: 4%;
    width: 89.0666666667%;
    padding: 56.5333333333% 0 0 0;
    background: url("../img/en/story_text_05_sp.png") center/contain no-repeat;
  }
}
#story .story_text_06 {
  top: 75.2941176471%;
  left: 3.3333333333%;
  width: 63.3333333333%;
  padding: 5.1041666667% 0 0 0;
  background: url("../img/en/story_text_06.png") center/contain no-repeat;
}
@media (max-width: 750px) {
  #story .story_text_06 {
    top: 76.3064133017%;
    left: 15.4666666667%;
    width: 66.4%;
    padding: 26.4% 0 0 0;
    background: url("../img/en/story_text_06_sp.png") center/contain no-repeat;
  }
}
#story .story_text_07 {
  top: 77.8431372549%;
  left: 32.2916666667%;
  width: 55.7291666667%;
  padding: 6.5625% 0 0 0;
  background: url("../img/en/story_text_07.png") center/contain no-repeat;
}
@media (max-width: 750px) {
  #story .story_text_07 {
    top: 81.9477434679%;
    left: 2.6666666667%;
    width: 91.7333333333%;
    padding: 27.4666666667% 0 0 0;
    background: url("../img/en/story_text_07_sp.png") center/contain no-repeat;
  }
}
#story .story_text_08 {
  top: 83.6274509804%;
  left: 0%;
  width: 90.5208333333%;
  padding: 17.7083333333% 0 0 0;
  background: url("../img/en/story_text_08.png") center/contain no-repeat;
}
@media (max-width: 750px) {
  #story .story_text_08 {
    top: 90.3800475059%;
    left: 0;
    width: 100%;
    padding: 43.4666666667% 0 0 0;
    background: url("../img/en/story_text_08_sp.png") center/contain no-repeat;
    z-index: 10;
  }
}

/*===================================================================
				= System
===================================================================*/
#system .wrap {
  padding: 53.125% 0 0 0;
  background-color: #fff;
}
#system .wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: -24.1176470588%;
  left: 1.5625%;
  width: 47.3958333333%;
  height: 119.2156862745%;
  background: url("../img/bg_pattern_system_pc.png") center/contain no-repeat;
}
@media (max-width: 750px) {
  #system .wrap {
    overflow: hidden;
    padding: 208.8% 0 0 0;
  }
  #system .wrap::before {
    top: -11.877394636%;
    left: 2.6666666667%;
    width: 99.6%;
    height: 77.650063857%;
    background: url("../img/bg_pattern_system_sp.png") center/contain no-repeat;
  }
  #system .wrap::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6.3856960409%;
    background: linear-gradient(to bottom, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%);
  }
}
#system h2 {
  position: absolute;
  top: 10.3921568627%;
  left: 0.78125%;
  width: 32.9166666667%;
  padding: 6.1458333333% 0 0 0;
  background: url("../img/tag_system.png") no-repeat center center/contain;
}
@media (max-width: 750px) {
  #system h2 {
    top: 6.8326947637%;
    left: 1.8666666667%;
    width: 72%;
    padding: 13.4666666667% 0 0 0;
  }
}
#system .box_system {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 78.431372549%;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  #system .box_system {
    height: 86.8454661558%;
  }
}
#system .box_system .splashbg {
  display: none;
}
#system .box_system.appear .splashbg {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  transform: scaleX(0);
  animation-name: PageAnime;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
@keyframes PageAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
#system .change_button {
  display: none;
  position: absolute;
  bottom: 0;
  z-index: 20;
  cursor: pointer;
  width: 20.8333333333%;
  height: 50%;
}
#system .change_button:hover {
  opacity: 0.7;
}
@media (max-width: 750px) {
  #system .change_button {
    bottom: 30.8823529412%;
    width: 33.3333333333%;
    height: 38.2352941176%;
  }
}
#system .select_wrap {
  height: 100%;
  position: relative;
  overflow: hidden;
}
#system .select_wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  opacity: 0.5;
  transition: 1s;
  z-index: 10;
  pointer-events: none;
}
#system .select_wrap:hover::before {
  opacity: 1;
}
#system .select_wrap.active::before {
  opacity: 1;
}
@media (max-width: 750px) {
  #system .select_wrap.active::before {
    left: 0;
  }
  #system .select_wrap.active::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
    background: url("../img/system/pattern_sp_open.png") no-repeat center left/cover;
    opacity: 0;
    animation: fadeIn 1s ease-in forwards;
    animation-delay: 0.5s;
  }
}
#system .select_wrap.passive::before {
  display: none;
}
@media (max-width: 750px) {
  #system .select_wrap.passive::before {
    left: 0;
  }
}
#system .select_wrap span {
  position: absolute;
  bottom: 0;
  z-index: 20;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
#system .select_wrap .close {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: relative;
}
#system .select_wrap .close::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#system .select_wrap .close span {
  height: 21%;
}
#system .select_wrap .open {
  display: none;
  width: 100%;
  height: 100%;
}
#system .select_wrap .open span {
  display: none;
  height: 19.25%;
}
@media (max-width: 750px) {
  #system .select_wrap .open span {
    height: 10.0893997446%;
  }
}
#system .select_wrap p {
  display: none;
  position: absolute;
  bottom: 0;
  z-index: 20;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
}
#system .shizuku {
  width: 44.7916666667%;
  background: linear-gradient(to right, #bf95da, #ead1ff);
}
#system .shizuku::before {
  left: 0;
  width: 175.8139534884%;
  background: url("../img/system/shizuku.webp") no-repeat center left/contain;
}
#system .shizuku .close::after {
  pointer-events: none;
  background: url("../img/system/pattern_shizuku_close.png") no-repeat center left/cover;
}
#system .shizuku .close span {
  left: 0;
  width: 100%;
  background: url("../img/en/system/tag_shizuku.png") no-repeat center center/contain;
}
#system .shizuku .open {
  background: url("../img/system/pattern_shizuku_open.png") no-repeat center left/cover;
}
#system .shizuku .open span {
  top: 20.75%;
  left: 43.5416666667%;
  width: 34.6875%;
  background: url("../img/en/system/tag_side_shizuku.png") no-repeat center center/contain;
}
#system .shizuku .open p {
  top: 40%;
  left: 40.1041666667%;
  width: 41.6666666667%;
  height: 37.5%;
  background: url("../img/en/system/text_shizuku.png") no-repeat center center/contain;
}
#system .shizuku .open .change_button {
  right: 10.4166666667%;
  background: url("../img/en/system/button_yukitsuki_pc.png") no-repeat center center/contain;
}
@media (max-width: 750px) {
  #system .shizuku {
    width: 50%;
    overflow: hidden;
  }
  #system .shizuku::before {
    left: -46.9333333333%;
    width: 200%;
    background: url("../img/system/shizuku_sp.webp") no-repeat center left/contain;
  }
  #system .shizuku .close::after {
    background: url("../img/system/pattern_shizuku_sp_close.png") no-repeat center left/cover;
  }
  #system .shizuku .close span {
    left: 0;
    width: 100%;
    height: 57.7941176471%;
    background: url("../img/en/system/tag_shizuku_sp.png") no-repeat center center/contain;
  }
  #system .shizuku .open {
    width: 100%;
    height: 100%;
    background: url("../img/system/pattern_shizuku_sp_open.png") no-repeat center left/cover;
  }
  #system .shizuku .open span {
    top: 58.5294117647%;
    left: 5.3333333333%;
    width: 88.8%;
  }
  #system .shizuku .open p {
    top: 69.8529411765%;
    left: 3.3333333333%;
    width: 93.3333333333%;
    height: 26.6176470588%;
    background: url("../img/en/system/text_shizuku_sp.png") no-repeat center center/contain;
  }
  #system .shizuku .open .change_button {
    right: 0;
    background: url("../img/en/system/button_yukitsuki_sp.png") no-repeat center center/contain;
  }
}
#system .yukitsuki {
  width: 55.2083333333%;
  background: linear-gradient(to right, #ffdbf0, #ff6b91 80%);
}
#system .yukitsuki::before {
  right: 0;
  width: 97.1698113208%;
  background: url("../img/system/yukitsuki.webp") no-repeat center right/contain;
}
#system .yukitsuki .close::after {
  background: url("../img/system/pattern_yukitsuki_close.png") no-repeat center left/cover;
}
#system .yukitsuki .close span {
  right: 0;
  width: 100%;
  background: url("../img/en/system/tag_yukitsuki.png") no-repeat center center/contain;
}
#system .yukitsuki .open {
  background: url("../img/system/pattern_yukitsuki_open.png") no-repeat center left/cover;
}
#system .yukitsuki .open span {
  top: 20.75%;
  left: 9.6875%;
  width: 37.5%;
  background: url("../img/en/system/tag_side_yukitsuki.png") no-repeat center center/contain;
}
#system .yukitsuki .open p {
  top: 40%;
  left: 7.7083333333%;
  width: 41.6666666667%;
  height: 32.25%;
  background: url("../img/en/system/text_yukitsuki.png") no-repeat center center/contain;
}
#system .yukitsuki .open .change_button {
  left: 0;
  background: url("../img/en/system/button_shizuku_pc.png") no-repeat center center/contain;
}
@media (max-width: 750px) {
  #system .yukitsuki {
    width: 50%;
    overflow: hidden;
    background: linear-gradient(to right, #ffdbf0, #ff6b91);
  }
  #system .yukitsuki::before {
    left: -32%;
    width: 200%;
    background: url("../img/system/yukitsuki_sp.webp") no-repeat center left/contain;
  }
  #system .yukitsuki .close::after {
    background: url("../img/system/pattern_yukitsuki_sp_close.png") no-repeat center left/cover;
  }
  #system .yukitsuki .close span {
    left: 0;
    width: 100%;
    height: 62.7941176471%;
    background: url("../img/en/system/tag_yukitsuki_sp.png") no-repeat center center/contain;
  }
  #system .yukitsuki .open {
    width: 100%;
    height: 100%;
    background: url("../img/system/pattern_yukitsuki_sp_open.png") no-repeat center left/cover;
  }
  #system .yukitsuki .open span {
    top: 61.4705882353%;
    left: 1.7333333333%;
    width: 96%;
  }
  #system .yukitsuki .open p {
    top: 73.0882352941%;
    left: 3.3333333333%;
    width: 93.3333333333%;
    height: 20.1470588235%;
    background: url("../img/en/system/text_yukitsuki_sp.png") no-repeat center center/contain;
  }
  #system .yukitsuki .open .change_button {
    left: 0;
    background: url("../img/en/system/button_shizuku_sp.png") no-repeat center center/contain;
  }
}

/*===================================================================
				= Character
===================================================================*/
#character .wrap {
  padding: 63.5416666667% 0 0 0;
  background-color: #fff;
  z-index: 10;
}
#character .wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 61.6666666667%;
  padding: 16.875% 0 0 0;
  background: url("../img/bg_character_pattern_pc.png") center/contain no-repeat;
}
@media (max-width: 750px) {
  #character .wrap {
    padding: 333.3333333333% 0 0 0;
  }
  #character .wrap::before {
    background: url("../img/bg_character_pattern_sp.png") center/contain no-repeat;
    width: 100%;
    padding: 47.2% 0 0 0;
  }
}
#character h2 {
  position: absolute;
  top: 9.5081967213%;
  left: 35.6770833333%;
  width: 52.8125%;
  height: 9.6721311475%;
  background: url("../img/tag_character.png") no-repeat center center/contain;
}
@media (max-width: 750px) {
  #character h2 {
    top: 6.32%;
    left: 3.4666666667%;
    width: 92.5333333333%;
    height: 4%;
    background: url("../img/tag_character_sp.png") no-repeat center center/contain;
  }
}
#character .list_chara {
  position: absolute;
  top: 18.8524590164%;
  left: 0;
  width: 100%;
  height: 15.5737704918%;
  border-top: 2px #c6b5ff solid;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#character .list_chara::before {
  content: "";
  display: block;
  position: absolute;
  top: 24.2105263158%;
  left: 0;
  width: 100%;
  height: 52.6315789474%;
  background: url(../img/bg_dot_purple.png) repeat;
}
@media (max-width: 750px) {
  #character .list_chara {
    top: 10.2%;
    height: 15.84%;
    flex-wrap: wrap;
  }
  #character .list_chara::before {
    top: 19.696969697%;
    height: 60.6060606061%;
  }
}
#character .list_chara li {
  width: 8.125%;
  height: 83.1578947368%;
  cursor: pointer;
  z-index: 1;
  margin: 0 0 0 -0.3125%;
  background-size: cover, 0 0;
}
#character .list_chara li:hover {
  z-index: 10;
  background-size: 0 0, cover;
}
#character .list_chara li.active {
  background-size: 0 0, cover;
  z-index: 10;
}
#character .list_chara li:nth-child(1) {
  width: 9.5833333333%;
  height: 98.9473684211%;
  margin: 0 0 0 12.1875%;
  background-image: url("../img/character/shizuku/icon.png"), url("../img/character/shizuku/icon_active.png");
}
#character .list_chara li:nth-child(2) {
  width: 9.5833333333%;
  height: 98.9473684211%;
  margin: 0 0 0 -0.7291666667%;
  background-image: url("../img/character/yukitsuki/icon.png"), url("../img/character/yukitsuki/icon_active.png");
}
#character .list_chara li:nth-child(3) {
  background-image: url("../img/character/kazuha/icon.png"), url("../img/character/kazuha/icon_active.png");
}
#character .list_chara li:nth-child(4) {
  background-image: url("../img/character/ayame/icon.png"), url("../img/character/ayame/icon_active.png");
}
#character .list_chara li:nth-child(5) {
  background-image: url("../img/character/tsukasa/icon.png"), url("../img/character/tsukasa/icon_active.png");
}
#character .list_chara li:nth-child(6) {
  background-image: url("../img/character/takatsugu/icon.png"), url("../img/character/takatsugu/icon_active.png");
}
#character .list_chara li:nth-child(7) {
  background-image: url("../img/character/rina/icon.png"), url("../img/character/rina/icon_active.png");
}
#character .list_chara li:nth-child(8) {
  background-image: url("../img/character/naotaka/icon.png"), url("../img/character/naotaka/icon_active.png");
}
@media (max-width: 750px) {
  #character .list_chara li {
    width: 22.9333333333%;
    height: 43.4343434343%;
    margin: -3.2% 0 0 -1.6%;
  }
  #character .list_chara li:nth-child(1) {
    width: 22.9333333333%;
    height: 43.4343434343%;
    margin: 0 0 0 8.5333333333%;
  }
  #character .list_chara li:nth-child(2) {
    width: 22.9333333333%;
    height: 43.4343434343%;
    margin: 0 0 0 -1.6%;
  }
  #character .list_chara li:nth-child(3) {
    margin: 0 0 0 -1.6%;
  }
  #character .list_chara li:nth-child(4) {
    margin: 0 0 0 -1.6%;
  }
  #character .list_chara li:nth-child(5) {
    margin: -3.2% 0 0 8.8%;
  }
}
#character .wrap_square {
  display: none;
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(5);
  perspective: 1000;
}
#character .wrap_square .square {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 20.8333333333%;
  height: 50%;
  transform: rotate(45deg);
}
@media (max-width: 750px) {
  #character .wrap_square .square {
    width: 53.3333333333%;
    height: 21.6216216216%;
  }
}
#character .wrap_square.is-hidden {
  transition: 1s 0s;
  animation-fill-mode: forwards;
  transform: scale(0);
}
#character .box_chara {
  position: absolute;
  top: 34.4262295082%;
  left: 0;
  width: 100%;
  height: 65.5737704918%;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
  overflow: hidden;
}
@media (max-width: 750px) {
  #character .box_chara {
    top: 26%;
    height: 74%;
  }
}
#character .box_chara .chara_img {
  position: absolute;
  bottom: 0;
  z-index: 10;
}
@media (max-width: 750px) {
  #character .box_chara .chara_img {
    bottom: 43.2432432432%;
  }
}
#character .box_chara .button_change {
  position: absolute;
  left: 56.1458333333%;
  bottom: 1.5%;
  z-index: 11;
  width: 4.5833333333%;
  height: 11%;
  cursor: pointer;
  transition: 0.2s;
}
#character .box_chara .button_change:hover {
  transform: scale(1.2);
}
#character .box_chara .button_change:active {
  animation: click_navi_close 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
@media (max-width: 750px) {
  #character .box_chara .button_change {
    left: 80.2666666667%;
    bottom: 51.8918918919%;
    width: 13.8666666667%;
    height: 5.6216216216%;
  }
}
#character .box_chara h3 {
  position: absolute;
  top: 15%;
  left: 5.5208333333%;
  height: 8.75%;
  overflow: visible;
}
@media (max-width: 750px) {
  #character .box_chara h3 {
    top: 58.2702702703%;
    height: 3.7837837838%;
  }
}
#character .box_chara .voice {
  position: absolute;
  top: 27.5%;
  left: 5.4166666667%;
  width: 29.8958333333%;
  height: 10.25%;
}
#character .box_chara .voice .cv {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
}
#character .box_chara .voice ul {
  position: absolute;
  top: 21.9512195122%;
  left: 65.331010453%;
  width: 34.4947735192%;
  height: 70.7317073171%;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
}
#character .box_chara .voice li {
  width: 29.2929292929%;
  height: 100%;
  cursor: pointer;
  transition: 0.2s;
}
#character .box_chara .voice li:hover {
  transform: scale(1.2);
}
#character .box_chara .voice li:active {
  animation: click_navi_close 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
@media (max-width: 750px) {
  #character .box_chara .voice {
    top: 64.3243243243%;
    left: 7.2%;
    width: 87.2%;
    height: 4.5405405405%;
  }
  #character .box_chara .voice .cv {
    top: 0;
  }
  #character .box_chara .voice ul {
    top: 11.9047619048%;
    left: 63.6085626911%;
    width: 36.3914373089%;
  }
  #character .box_chara .voice li {
    width: 28.5714285714%;
  }
}
#character .box_chara .text {
  position: absolute;
  bottom: 36.25%;
  left: 5.4166666667%;
  font-size: 0.9375vw;
}
@media (max-width: 750px) {
  #character .box_chara .text {
    bottom: 15.6756756757%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: scale(0.9, 1);
    white-space: nowrap;
    line-height: 1.75;
    font-size: 2.9333333333vw;
  }
}
#character .box_chara .style {
  position: absolute;
  top: 67.25%;
  left: 5.2083333333%;
  width: 44.7916666667%;
  height: 19.5%;
  z-index: 1;
  font-size: 1.25vw;
}
@media (max-width: 750px) {
  #character .box_chara .style {
    font-size: 3.7333333333vw;
  }
}
#character .box_chara .style li {
  width: 100%;
  height: 33.3333333333%;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: solid 2px rgba(255, 255, 255, 0.5);
}
#character .box_chara .style li::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2.6315789474% 0 0 0;
}
#character .box_chara .style li:first-child {
  border-top: solid 2px rgba(255, 255, 255, 0.5);
}
#character .box_chara .style span {
  margin: 0 1.3953488372% 0 0.4651162791%;
}
@media (max-width: 750px) {
  #character .box_chara .style {
    top: 85.7297297297%;
    left: 6.4%;
    width: 87.2%;
    height: 10.0540540541%;
  }
  #character .box_chara .style li {
    height: 33.3333333333%;
    justify-content: center;
    text-align: center;
  }
  #character .box_chara .style li::after {
    padding: 0;
  }
  #character .box_chara .style span {
    margin: 0 1.8348623853% 0 0;
  }
}
#character .box_chara .comment {
  position: absolute;
  left: 58.6458333333%;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
  z-index: 10;
}
@media (max-width: 750px) {
  #character .box_chara .comment {
    top: 0.5405405405% !important;
    left: 1.3333333333% !important;
  }
}
#character .box_chara .navi_button {
  position: absolute;
  top: 43.75%;
  width: 89.5833333333%;
  height: 13%;
  display: flex;
  justify-content: space-between;
  z-index: 10;
}
#character .box_chara .navi_button li {
  width: 3.5416666667%;
  cursor: pointer;
  transition: 0.2s;
}
#character .box_chara .navi_button li:hover {
  transform: scale(1.2);
}
#character .box_chara .navi_button li:active {
  animation: click_navi_close 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
@media (max-width: 750px) {
  #character .box_chara .navi_button {
    top: 50.3783783784%;
    width: 100%;
    height: 6.9189189189%;
  }
  #character .box_chara .navi_button li {
    width: 11.2%;
  }
}
#character .box_chara#shizuku {
  background: linear-gradient(to right, #d87ad4, rgba(255, 255, 255, 0)), url("../img/character/shizuku/bg_pattern_pc.png") no-repeat center center/contain;
}
#character .box_chara#shizuku .chara_img {
  left: 38.0208333333%;
  width: 23.8541666667%;
  height: 81.75%;
  background: url("../img/character/shizuku/chara_pc.png") no-repeat bottom center/contain;
}
#character .box_chara#shizuku .chara_img.other_costume {
  background: url("../img/character/shizuku/chara_s_pc.png") no-repeat bottom center/contain;
}
#character .box_chara#shizuku .button_change {
  background: url("../img/character/shizuku/button_change.png") no-repeat bottom center/contain;
}
#character .box_chara#shizuku h3 {
  width: 36.875%;
  background: url("../img/en/character/shizuku/name.png") no-repeat center center/contain;
}
#character .box_chara#shizuku .voice .cv {
  width: 47.0383275261%;
  height: 100%;
  background: url("../img/en/character/shizuku/cv.png") no-repeat center center/contain;
}
#character .box_chara#shizuku .voice li {
  background: url("../img/character/shizuku/button_voice.png") center left/contain no-repeat;
}
#character .box_chara#shizuku .comment {
  top: 24.25%;
  width: 28.9583333333%;
  height: 51.25%;
  background: url("../img/en/character/shizuku/comment_pc.png") center left/contain no-repeat;
}
#character .box_chara#shizuku .prev {
  background: url("../img/character/shizuku/button_prev.png") center left/contain no-repeat;
}
#character .box_chara#shizuku .next {
  background: url("../img/character/shizuku/button_next.png") center left/contain no-repeat;
}
@media (max-width: 750px) {
  #character .box_chara#shizuku {
    background: linear-gradient(to top, #d87ad4, rgba(255, 255, 255, 0)), url("../img/character/shizuku/bg_pattern_sp.png") center center/cover no-repeat;
  }
  #character .box_chara#shizuku .chara_img {
    left: 20.2666666667%;
    width: 74.6666666667%;
    height: 42.9189189189%;
    background: url("../img/character/shizuku/chara_sp.png") no-repeat bottom center/contain;
  }
  #character .box_chara#shizuku .chara_img.other_costume {
    background: url("../img/character/shizuku/chara_s_sp.png") no-repeat bottom center/contain;
  }
  #character .box_chara#shizuku h3 {
    left: 2.9333333333%;
    width: 94.4%;
  }
  #character .box_chara#shizuku .comment {
    width: 32.2666666667%;
    height: 35.8918918919%;
    background: url("../img/en/character/shizuku/comment_sp.png") center left/contain no-repeat;
  }
}
#character .box_chara#yukitsuki {
  background: linear-gradient(to right, #ff869e, rgba(255, 255, 255, 0)), url("../img/character/yukitsuki/bg_pattern_pc.png") top center/cover no-repeat;
}
#character .box_chara#yukitsuki .chara_img {
  left: 40.4166666667%;
  width: 20.3125%;
  height: 94.5%;
  background: url("../img/character/yukitsuki/chara_pc.png") no-repeat bottom center/contain;
}
#character .box_chara#yukitsuki .chara_img.other_costume {
  background: url("../img/character/yukitsuki/chara_s_pc.png") no-repeat bottom center/contain;
}
#character .box_chara#yukitsuki .button_change {
  background: url("../img/character/yukitsuki/button_change.png") no-repeat bottom center/contain;
}
#character .box_chara#yukitsuki h3 {
  width: 34.7916666667%;
  background: url("../img/en/character/yukitsuki/name.png") no-repeat center center/contain;
}
#character .box_chara#yukitsuki .voice .cv {
  width: 54.0069686411%;
  height: 100%;
  background: url("../img/en/character/yukitsuki/cv.png") no-repeat center center/contain;
}
#character .box_chara#yukitsuki .voice li {
  background: url("../img/character/yukitsuki/button_voice.png") center left/contain no-repeat;
}
#character .box_chara#yukitsuki .comment {
  top: 32.5%;
  left: 58.5416666667%;
  width: 26.875%;
  height: 35.25%;
  background: url("../img/en/character/yukitsuki/comment_pc.png") center left/contain no-repeat;
}
#character .box_chara#yukitsuki .prev {
  background: url("../img/character/yukitsuki/button_prev.png") center left/contain no-repeat;
}
#character .box_chara#yukitsuki .next {
  background: url("../img/character/yukitsuki/button_next.png") center left/contain no-repeat;
}
@media (max-width: 750px) {
  #character .box_chara#yukitsuki {
    background: linear-gradient(to top, #ff869e, rgba(255, 255, 255, 0)), url("../img/character/yukitsuki/bg_pattern_sp.png") center center/cover no-repeat;
  }
  #character .box_chara#yukitsuki .chara_img {
    left: 28.2666666667%;
    width: 62.4%;
    height: 49.6216216216%;
    background: url("../img/character/yukitsuki/chara_sp.png") no-repeat bottom center/contain;
  }
  #character .box_chara#yukitsuki .chara_img.other_costume {
    background: url("../img/character/yukitsuki/chara_s_sp.png") no-repeat bottom center/contain;
  }
  #character .box_chara#yukitsuki h3 {
    left: 5.3333333333%;
    width: 89.0666666667%;
  }
  #character .box_chara#yukitsuki .comment {
    width: 24%;
    height: 28.9189189189%;
    background: url("../img/en/character/yukitsuki/comment_sp.png") center left/contain no-repeat;
  }
}
#character .box_chara#kazuha {
  background: linear-gradient(to right, #ffb625, rgba(255, 255, 255, 0)), url("../img/character/kazuha/bg_pattern_pc.png") center center/contain no-repeat;
}
#character .box_chara#kazuha .chara_img {
  left: 39.1666666667%;
  width: 20.7291666667%;
  height: 94.5%;
  background: url("../img/character/kazuha/chara_pc.png") no-repeat bottom center/contain;
}
#character .box_chara#kazuha .chara_img.other_costume {
  background: url("../img/character/kazuha/chara_s_pc.png") no-repeat bottom center/contain;
}
#character .box_chara#kazuha .button_change {
  background: url("../img/character/kazuha/button_change.png") no-repeat bottom center/contain;
}
#character .box_chara#kazuha h3 {
  width: 37.0833333333%;
  height: 11.25%;
  background: url("../img/en/character/kazuha/name.png") no-repeat center center/contain;
}
#character .box_chara#kazuha .voice .cv {
  width: 47.0383275261%;
  height: 102.4390243902%;
  background: url("../img/en/character/kazuha/cv.png") no-repeat center center/contain;
}
#character .box_chara#kazuha .voice li {
  background: url("../img/character/kazuha/button_voice.png") center left/contain no-repeat;
}
#character .box_chara#kazuha .comment {
  top: 37.25%;
  left: 58.5416666667%;
  width: 21.25%;
  height: 25%;
  background: url("../img/en/character/kazuha/comment_pc.png") center left/contain no-repeat;
}
#character .box_chara#kazuha .prev {
  background: url("../img/character/kazuha/button_prev.png") center left/contain no-repeat;
}
#character .box_chara#kazuha .next {
  background: url("../img/character/kazuha/button_next.png") center left/contain no-repeat;
}
@media (max-width: 750px) {
  #character .box_chara#kazuha {
    background: linear-gradient(to top, #ffb625, rgba(255, 255, 255, 0)), url("../img/character/kazuha/bg_pattern_sp.png") top center/cover no-repeat;
  }
  #character .box_chara#kazuha .chara_img {
    left: 24.5333333333%;
    width: 62.9333333333%;
    height: 51.5730337079%;
    background: url("../img/character/kazuha/chara_sp.png") no-repeat bottom center/contain;
  }
  #character .box_chara#kazuha .chara_img.other_costume {
    background: url("../img/character/kazuha/chara_s_sp.png") no-repeat bottom center/contain;
  }
  #character .box_chara#kazuha h3 {
    left: 2.9333333333%;
    width: 94.9333333333%;
    height: 4.8648648649%;
    background: url("../img/en/character/kazuha/name.png") no-repeat center center/contain;
  }
  #character .box_chara#kazuha .comment {
    width: 16%;
    height: 33.2584269663%;
    background: url("../img/en/character/kazuha/comment_sp.png") center left/contain no-repeat;
  }
}
#character .box_chara#ayame {
  background: linear-gradient(to right, #9d81e8, rgba(255, 255, 255, 0)), url("../img/character/ayame/bg_pattern_pc.png") center center/contain no-repeat;
}
#character .box_chara#ayame .chara_img {
  left: 43.75%;
  width: 14.6875%;
  height: 90%;
  background: url("../img/character/ayame/chara_pc.png") no-repeat bottom center/contain;
}
#character .box_chara#ayame .chara_img.other_costume {
  background: url("../img/character/ayame/chara_s_pc.png") no-repeat bottom center/contain;
}
#character .box_chara#ayame .button_change {
  background: url("../img/character/ayame/button_change.png") no-repeat bottom center/contain;
}
#character .box_chara#ayame h3 {
  width: 27.7083333333%;
  height: 11.25%;
  background: url("../img/en/character/ayame/name.png") no-repeat center center/contain;
}
#character .box_chara#ayame .voice .cv {
  width: 49.1289198606%;
  height: 114.6341463415%;
  background: url("../img/en/character/ayame/cv.png?1687359600") no-repeat center center/contain;
}
#character .box_chara#ayame .voice li {
  background: url("../img/character/ayame/button_voice.png") center left/contain no-repeat;
}
#character .box_chara#ayame .comment {
  top: 23.75%;
  left: 58.5416666667%;
  width: 27.8125%;
  height: 52.75%;
  background: url("../img/en/character/ayame/comment_pc.png") center left/contain no-repeat;
}
#character .box_chara#ayame .prev {
  background: url("../img/character/ayame/button_prev.png") center left/contain no-repeat;
}
#character .box_chara#ayame .next {
  background: url("../img/character/ayame/button_next.png") center left/contain no-repeat;
}
@media (max-width: 750px) {
  #character .box_chara#ayame {
    background: linear-gradient(to top, #9d81e8, rgba(255, 255, 255, 0)), url("../img/character/ayame/bg_pattern_sp.png") top center/cover no-repeat;
  }
  #character .box_chara#ayame .chara_img {
    left: 38.1333333333%;
    width: 45.3333333333%;
    height: 49.1011235955%;
    background: url("../img/character/ayame/chara_sp.png") no-repeat bottom center/contain;
  }
  #character .box_chara#ayame .chara_img.other_costume {
    background: url("../img/character/ayame/chara_s_sp.png") no-repeat bottom center/contain;
  }
  #character .box_chara#ayame h3 {
    left: 14.4%;
    width: 70.9333333333%;
    height: 4.8648648649%;
    background: url("../img/en/character/ayame/name.png") no-repeat center center/contain;
  }
  #character .box_chara#ayame .comment {
    width: 24%;
    height: 52.3595505618%;
    background: url("../img/en/character/ayame/comment_sp.png") center left/contain no-repeat;
  }
}
#character .box_chara#tsukasa {
  background: linear-gradient(to right, #49bdee, rgba(255, 255, 255, 0)), url("../img/character/tsukasa/bg_pattern_pc.png") center center/contain no-repeat;
}
#character .box_chara#tsukasa .chara_img {
  left: 37.8125%;
  width: 24.1666666667%;
  height: 91%;
  background: url("../img/character/tsukasa/chara_pc.png") no-repeat bottom center/contain;
}
#character .box_chara#tsukasa .chara_img.other_costume {
  background: url("../img/character/tsukasa/chara_s_pc.png") no-repeat bottom center/contain;
}
#character .box_chara#tsukasa .button_change {
  background: url("../img/character/tsukasa/button_change.png") no-repeat bottom center/contain;
}
#character .box_chara#tsukasa h3 {
  width: 37.2916666667%;
  height: 8.75%;
  background: url("../img/en/character/tsukasa/name.png") no-repeat center center/contain;
}
#character .box_chara#tsukasa .voice .cv {
  width: 54.7038327526%;
  height: 102.4390243902%;
  background: url("../img/en/character/tsukasa/cv.png") no-repeat center center/contain;
}
#character .box_chara#tsukasa .voice li {
  background: url("../img/character/tsukasa/button_voice.png") center left/contain no-repeat;
}
#character .box_chara#tsukasa .comment {
  top: 19.25%;
  left: 58.5416666667%;
  width: 19.1666666667%;
  height: 61.5%;
  background: url("../img/en/character/tsukasa/comment_pc.png") center left/contain no-repeat;
}
#character .box_chara#tsukasa .prev {
  background: url("../img/character/tsukasa/button_prev.png") center left/contain no-repeat;
}
#character .box_chara#tsukasa .next {
  background: url("../img/character/tsukasa/button_next.png") center left/contain no-repeat;
}
@media (max-width: 750px) {
  #character .box_chara#tsukasa {
    background: linear-gradient(to top, #49bdee, rgba(255, 255, 255, 0)), url("../img/character/tsukasa/bg_pattern_sp.png") top center/cover no-repeat;
  }
  #character .box_chara#tsukasa .chara_img {
    left: 18.4%;
    width: 74.1333333333%;
    height: 47.7837837838%;
    background: url("../img/character/tsukasa/chara_sp.png") no-repeat bottom center/contain;
  }
  #character .box_chara#tsukasa .chara_img.other_costume {
    background: url("../img/character/tsukasa/chara_s_sp.png") no-repeat bottom center/contain;
  }
  #character .box_chara#tsukasa h3 {
    left: 2.6666666667%;
    width: 95.4666666667%;
    height: 3.7837837838%;
    background: url("../img/en/character/tsukasa/name.png") no-repeat center center/contain;
  }
  #character .box_chara#tsukasa .comment {
    left: 1.3333333333%;
    width: 24%;
    height: 38.9189189189%;
    background: url("../img/en/character/tsukasa/comment_sp.png") center left/contain no-repeat;
  }
}
#character .box_chara#takatsugu {
  background: linear-gradient(to right, #3563e1, rgba(255, 255, 255, 0)), url("../img/character/takatsugu/bg_pattern_pc.png") center center/contain no-repeat;
}
#character .box_chara#takatsugu .chara_img {
  left: 37.7083333333%;
  width: 23.6458333333%;
  height: 99.5%;
  background: url("../img/character/takatsugu/chara_pc.png") no-repeat bottom center/contain;
}
#character .box_chara#takatsugu .button_change {
  display: none;
}
#character .box_chara#takatsugu h3 {
  width: 37.9166666667%;
  height: 11.25%;
  background: url("../img/en/character/takatsugu/name.png") no-repeat center center/contain;
}
#character .box_chara#takatsugu .voice .cv {
  width: 56.7944250871%;
  height: 102.4390243902%;
  background: url("../img/en/character/takatsugu/cv.png") no-repeat center center/contain;
}
#character .box_chara#takatsugu .voice li {
  background: url("../img/character/takatsugu/button_voice.png") center left/contain no-repeat;
}
#character .box_chara#takatsugu .comment {
  top: 32.25%;
  left: 58.5416666667%;
  width: 27.2916666667%;
  height: 44%;
  background: url("../img/en/character/takatsugu/comment_pc.png") center left/contain no-repeat;
}
#character .box_chara#takatsugu .prev {
  background: url("../img/character/takatsugu/button_prev.png") center left/contain no-repeat;
}
#character .box_chara#takatsugu .next {
  background: url("../img/character/takatsugu/button_next.png") center left/contain no-repeat;
}
@media (max-width: 750px) {
  #character .box_chara#takatsugu {
    background: linear-gradient(to top, #3563e1, rgba(255, 255, 255, 0)), url("../img/character/takatsugu/bg_pattern_sp.png") top center/cover no-repeat;
  }
  #character .box_chara#takatsugu .chara_img {
    left: 18.4%;
    width: 72.8%;
    height: 52.2162162162%;
    background: url("../img/character/takatsugu/chara_sp.png") no-repeat bottom center/contain;
  }
  #character .box_chara#takatsugu h3 {
    left: 1.4666666667%;
    width: 97.0666666667%;
    height: 4.8648648649%;
    background: url("../img/en/character/takatsugu/name.png") no-repeat center center/contain;
  }
  #character .box_chara#takatsugu .comment {
    left: 1.3333333333%;
    width: 24%;
    height: 38.9189189189%;
    background: url("../img/en/character/takatsugu/comment_sp.png") center left/contain no-repeat;
  }
}
#character .box_chara#rina {
  background: linear-gradient(to right, #e76f93, rgba(255, 255, 255, 0)), url("../img/character/rina/bg_pattern_pc.png") center center/contain no-repeat;
}
#character .box_chara#rina .chara_img {
  left: 40.8333333333%;
  width: 16.3541666667%;
  height: 97.5%;
  background: url("../img/character/rina/chara_pc.png") no-repeat bottom center/contain;
}
#character .box_chara#rina .chara_img.other_costume {
  background: url("../img/character/rina/chara_s_pc.png") no-repeat bottom center/contain;
}
#character .box_chara#rina .button_change {
  background: url("../img/character/rina/button_change.png") no-repeat bottom center/contain;
}
#character .box_chara#rina h3 {
  width: 29.375%;
  background: url("../img/en/character/rina/name.png") no-repeat center center/contain;
}
#character .box_chara#rina .voice .cv {
  width: 51.5679442509%;
  height: 100%;
  background: url("../img/en/character/rina/cv.png") no-repeat center center/contain;
}
#character .box_chara#rina .voice li {
  background: url("../img/character/rina/button_voice.png") center left/contain no-repeat;
}
#character .box_chara#rina .comment {
  top: 32.75%;
  left: 58.5416666667%;
  width: 27.7083333333%;
  height: 33.75%;
  background: url("../img/en/character/rina/comment_pc.png") center left/contain no-repeat;
}
#character .box_chara#rina .prev {
  background: url("../img/character/rina/button_prev.png") center left/contain no-repeat;
}
#character .box_chara#rina .next {
  background: url("../img/character/rina/button_next.png") center left/contain no-repeat;
}
@media (max-width: 750px) {
  #character .box_chara#rina {
    background: linear-gradient(to top, #e76f93, rgba(255, 255, 255, 0)), url("../img/character/rina/bg_pattern_sp.png") top center/cover no-repeat;
  }
  #character .box_chara#rina .chara_img {
    left: 30.4%;
    width: 50.1333333333%;
    height: 51.2432432432%;
    background: url("../img/character/rina/chara_sp.png") no-repeat bottom center/contain;
  }
  #character .box_chara#rina .chara_img.other_costume {
    background: url("../img/character/rina/chara_s_sp.png") no-repeat bottom center/contain;
  }
  #character .box_chara#rina h3 {
    left: 12.5333333333%;
    width: 75.4666666667%;
    background: url("../img/en/character/rina/name.png") no-repeat center center/contain;
  }
  #character .box_chara#rina .comment {
    left: 1.3333333333%;
    width: 24%;
    height: 32.972972973%;
    background: url("../img/en/character/rina/comment_sp.png") center left/contain no-repeat;
  }
}
#character .box_chara#naotaka {
  background: linear-gradient(to right, #66be84, rgba(255, 255, 255, 0)), url("../img/character/naotaka/bg_pattern_pc.png") center center/contain no-repeat;
}
#character .box_chara#naotaka .chara_img {
  left: 41.6666666667%;
  width: 19.375%;
  height: 98.75%;
  background: url("../img/character/naotaka/chara_pc.png") no-repeat bottom center/contain;
}
#character .box_chara#naotaka h3 {
  width: 28.6458333333%;
  background: url("../img/en/character/naotaka/name.png") no-repeat center center/contain;
}
#character .box_chara#naotaka .voice .cv {
  width: 56%;
  height: 102.4390243902%;
  background: url("../img/en/character/naotaka/cv.png") no-repeat center center/contain;
}
#character .box_chara#naotaka .voice li {
  background: url("../img/character/naotaka/button_voice.png") center left/contain no-repeat;
}
#character .box_chara#naotaka .comment {
  top: 32.25%;
  left: 58.5416666667%;
  width: 23.75%;
  height: 35.25%;
  background: url("../img/en/character/naotaka/comment_pc.png") center left/contain no-repeat;
}
#character .box_chara#naotaka .prev {
  background: url("../img/character/naotaka/button_prev.png") center left/contain no-repeat;
}
#character .box_chara#naotaka .next {
  background: url("../img/character/naotaka/button_next.png") center left/contain no-repeat;
}
@media (max-width: 750px) {
  #character .box_chara#naotaka {
    background: linear-gradient(to top, #66be84, rgba(255, 255, 255, 0)), url("../img/character/naotaka/bg_pattern_sp.png") top center/cover no-repeat;
  }
  #character .box_chara#naotaka .chara_img {
    left: 30.1333333333%;
    width: 59.4666666667%;
    height: 51.7837837838%;
    background: url("../img/character/naotaka/chara_sp.png") no-repeat bottom center/contain;
  }
  #character .box_chara#naotaka h3 {
    left: 13.3333333333%;
    width: 73.3333333333%;
    background: url("../img/en/character/naotaka/name.png") no-repeat center center/contain;
  }
  #character .box_chara#naotaka .comment {
    left: 1.3333333333%;
    width: 24%;
    height: 28.972972973%;
    background: url("../img/en/character/naotaka/comment_sp.png") center left/contain no-repeat;
  }
}

/*===================================================================
				= Gallery
===================================================================*/
#gallery .wrap {
  padding: 64.7916666667% 0 0 0;
  background: url("../img/bg_pattern_gallery_pc.png") center/contain no-repeat;
  z-index: 2;
}
@media (max-width: 750px) {
  #gallery .wrap {
    padding: 100.8% 0 0 0;
    background: url("../img/bg_pattern_gallery_sp.png") #fff top center/cover no-repeat;
  }
}
#gallery h2 {
  position: absolute;
  top: 9.3247588424%;
  left: 0.7291666667%;
  width: 39.6875%;
  padding: 6.0416666667% 0 0 0;
  background: url("../img/tag_gallery.png") no-repeat center center/contain;
}
@media (max-width: 750px) {
  #gallery h2 {
    top: 21.164021164%;
    left: 1.6%;
    width: 87.6%;
    padding: 13.3333333333% 0 0 0;
  }
}
#gallery .list_gallery {
  position: absolute;
  top: 18.3279742765%;
  left: 0;
  width: 100%;
  height: 15.4340836013%;
  background-color: #fff;
  padding: 0 0 0 16.25%;
  border-top: 2px #f9a2c3 solid;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#gallery .list_gallery::before {
  content: "";
  display: block;
  position: absolute;
  top: 23.9583333333%;
  left: 0;
  width: 100%;
  height: 52.0833333333%;
  background: url(../img/bg_dot_pink.png) repeat;
}
@media (max-width: 750px) {
  #gallery .list_gallery {
    top: 34.126984127%;
    height: 65.6084656085%;
    padding: 0 0 0 4.8%;
    flex-wrap: wrap;
  }
  #gallery .list_gallery::before {
    top: 32.3232323232%;
    height: 48.3870967742%;
  }
}
#gallery .list_gallery li {
  width: 15.1741293532%;
  height: 71.875%;
  cursor: pointer;
  z-index: 1;
  margin: 0 2.2388059701% 0 0;
  position: relative;
}
#gallery .list_gallery li::after {
  content: "";
  display: block;
  position: absolute;
  top: -7.9710144928%;
  left: -4.5081967213%;
  width: 108.1967213115%;
  height: 115.9420289855%;
  opacity: 0;
}
@media (max-width: 750px) {
  #gallery .list_gallery li {
    width: 43.9775910364%;
    height: 35.8870967742%;
    margin: 0 5.0420168067% 0 0;
  }
  #gallery .list_gallery li::after {
    top: -6.1797752809%;
    left: -3.5031847134%;
    width: 107.0063694268%;
    height: 112.3595505618%;
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #gallery .list_gallery li::after {
    display: none;
  }
}
@media (max-width: 750px) {
  #gallery .list_gallery li a {
    display: block;
    position: absolute;
    top: -7.9710144928%;
    left: -4.5081967213%;
    width: 108.1967213115%;
    height: 115.9420289855%;
  }
}
#gallery .list_gallery li:hover::after {
  opacity: 1;
}
#gallery .list_gallery li.active {
  pointer-events: none;
}
#gallery .list_gallery li.active::after {
  opacity: 1;
}
@media (max-width: 750px) {
  #gallery .list_gallery li.active {
    pointer-events: auto;
  }
}
#gallery .list_gallery li.soon {
  background: url("../img/gallery/thumb_soon.png") no-repeat center center/contain;
  pointer-events: none;
}
#gallery .list_gallery li:nth-child(1) {
  background: url("../img/gallery/thumb_01.png") no-repeat center center/contain;
}
#gallery .list_gallery li:nth-child(1)::after {
  background: url("../img/gallery/thumb_01_active.png") no-repeat center center/contain;
}
#gallery .list_gallery li:nth-child(2) {
  background: url("../img/gallery/thumb_02.png") no-repeat center center/contain;
}
#gallery .list_gallery li:nth-child(2)::after {
  background: url("../img/gallery/thumb_02_active.png") no-repeat center center/contain;
}
#gallery .list_gallery li:nth-child(3) {
  background: url("../img/gallery/thumb_03.png") no-repeat center center/contain;
}
#gallery .list_gallery li:nth-child(3)::after {
  background: url("../img/gallery/thumb_03_active.png") no-repeat center center/contain;
}
#gallery .list_gallery li:nth-child(4) {
  background: url("../img/gallery/thumb_04.png") no-repeat center center/contain;
}
#gallery .list_gallery li:nth-child(4)::after {
  background: url("../img/gallery/thumb_04_active.png") no-repeat center center/contain;
}
#gallery .box_gallery {
  position: absolute;
  top: 33.7620578778%;
  left: 0;
  width: 100%;
  height: 108.9947089947%;
}
#gallery .box_gallery img {
  width: 100%;
}
@media (max-width: 750px) {
  #gallery .box_gallery {
    display: none;
  }
}

/*===================================================================
				= Special
===================================================================*/
#special .wrap {
  padding: 53.6458333333% 0 0 0;
  background-color: #fff;
}
#special .wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding: 137.0833333333% 0 0 0;
  background: url("../img/bg_special_pattern_pc.png") center/contain no-repeat;
}
@media (max-width: 750px) {
  #special .wrap {
    padding: 141.6% 0 0 0;
  }
  #special .wrap::before {
    padding: 444.8% 0 0 0;
    background: #fff url("../img/bg_special_pattern_sp.png") center/contain no-repeat;
  }
}
#special h2 {
  position: absolute;
  top: 11.2621359223%;
  left: 52.6041666667%;
  width: 35.8333333333%;
  height: 11.4563106796%;
  background: url("../img/tag_special.png") no-repeat center center/contain;
  overflow: visible;
}
#special .list_spacial {
  position: absolute;
  top: 22.2330097087%;
  left: 0;
  width: 5.7291666667%;
  height: 77.6699029126%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#special .list_spacial li {
  width: 72.7272727273%;
  height: 48.75%;
  border-radius: 0 54.5454545455% 54.5454545455% 0 / 0 15.3846153846% 15.3846153846% 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#special .list_spacial li.active {
  width: 100%;
  cursor: default;
}
#special .list_spacial li.movie {
  background-color: rgba(255, 125, 158, 0.3);
}
#special .list_spacial li.movie.active {
  background-color: rgb(255, 125, 158);
}
#special .list_spacial li.movie.active p {
  background: url("../img/special/tag_movie_active.png") no-repeat center center/contain;
}
#special .list_spacial li.movie p {
  padding: 0 147.5% 0 0;
  background: url("../img/special/tag_movie.png") no-repeat center center/contain;
}
#special .list_spacial li.countdown {
  background-color: rgba(216, 156, 255, 0.3);
}
#special .list_spacial li.countdown.active {
  background-color: rgb(216, 156, 255);
}
#special .list_spacial li.countdown.active p {
  background: url("../img/special/tag_cd_active.png") no-repeat center center/contain;
}
#special .list_spacial li.countdown p {
  padding: 0 315% 0 0;
  background: url("../img/special/tag_cd.png") no-repeat center center/contain;
}
#special .list_spacial p {
  display: block;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
  width: auto;
  height: 7.1794871795%;
  transform: rotate(90deg);
}
#special .box_special {
  position: absolute;
  top: 22.2330097087%;
  left: 6.25%;
  width: 93.75%;
  height: 77.6699029126%;
  border-radius: 3.3333333333% 0 0 3.3333333333% / 7.5% 0 0 7.5%;
  z-index: 3;
  overflow: hidden;
}
#special .box_special .contens {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#special .box_special .contens.movie {
  background: linear-gradient(to right, rgba(255, 160, 202, 0.7), rgba(224, 165, 255, 0.7));
}
#special .box_special .contens.countdown {
  background: linear-gradient(to right, rgba(224, 165, 255, 0.7), rgba(160, 160, 255, 0.7));
  display: none;
}
#special .box_special .movie .swiper-container {
  width: 145%;
  height: 60%;
  overflow: hidden;
  margin: 8.7777777778% 0 0 -29.7222222222%;
}
#special .box_special .movie .swiper-wrapper {
  width: 100%;
  height: 100%;
  left: 0;
}
#special .box_special .movie .swiper-slide {
  width: 54.375%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#special .box_special .movie .swiper-slide-active {
  z-index: 1;
}
#special .box_special .movie .swiper-slide a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 2.2988505747% 2.2988505747% 2.2988505747% 2.2988505747% / 4.1666666667% 4.1666666667% 4.1666666667% 4.1666666667%;
}
#special .box_special .swiper-button-prev {
  width: 5.7777777778%;
  height: 13%;
  top: 43.75%;
}
#special .box_special .swiper-button-prev:hover {
  animation: hover_button 0.2s forwards;
}
#special .box_special .swiper-button-prev::after {
  content: "";
}
#special .box_special .swiper-button-next {
  width: 5.7777777778%;
  height: 13%;
  top: 43.75%;
  right: 13.5555555556%;
}
#special .box_special .swiper-button-next:hover {
  animation: hover_button 0.2s forwards;
}
#special .box_special .swiper-button-next::after {
  content: "";
}
#special .box_special .swiper-pagination {
  width: 88.8888888889%;
  height: 2.5%;
  top: 83.5%;
}
#special .box_special .swiper-pagination-bullet {
  width: 1.25%;
  padding: 1.25% 0 0 0;
  margin: 0 0.625%;
}
#special .box_special .countdown h3 {
  position: absolute;
  top: 11.6504854369%;
  left: 12.8125%;
  width: 57.8125%;
  height: 6.0194174757%;
  background: url("../img/en/special/cap_sub_cd.png") no-repeat center center/contain;
}
#special .box_special .countdown ul {
  position: absolute;
  top: 22.3300970874%;
  left: 9.3125%;
  width: 69.375%;
  height: 43.4951456311%;
  font-size: 0;
}
#special .box_special .countdown ul li {
  display: inline-block;
  width: 31.5315315315%;
  height: auto;
  margin: 0 0 4.5045045045% 0;
  padding: 0;
}
#special .box_special .countdown ul li:nth-child(2) {
  margin: 0 2.7027027027% 4.5045045045% 2.7027027027%;
}
#special .box_special .countdown ul li:nth-child(5) {
  margin: 0 2.7027027027% 4.5045045045% 2.7027027027%;
}
#special .box_special .countdown ul li a {
  font-size: 0;
}
#special .box_special .countdown ul li a img:hover {
  animation: hover_button 0.2s forwards;
}
#special .box_special .countdown ul li img {
  width: 100%;
}
@media (max-width: 750px) {
  #special h2 {
    top: 15.4425612053%;
    left: 23.7333333333%;
    width: 73.6%;
    height: 9.4161958569%;
    background: url("../img/tag_special_sp.png") no-repeat center center/contain;
  }
  #special h2::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 1.6949152542%;
    left: -42.5837320574%;
    width: 142.5837320574%;
    border-bottom: 2px solid #c6b5ff;
  }
  #special .list_spacial {
    top: 24.670433145%;
    left: 2.6666666667%;
    width: 94.6666666667%;
    height: 8.4745762712%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  #special .list_spacial li {
    width: 49.2957746479%;
    height: 66.6666666667%;
    border-radius: 0 0 17.1428571429% 17.1428571429% / 0 0 66.6666666667% 66.6666666667%;
  }
  #special .list_spacial li.active {
    width: 49.2957746479%;
    height: 100%;
  }
  #special .list_spacial li.movie {
    background-color: rgba(255, 125, 158, 0.3);
  }
  #special .list_spacial li.movie p {
    padding: 0 33.7142857143% 0 0;
  }
  #special .list_spacial li.countdown {
    background-color: rgba(216, 156, 255, 0.3);
  }
  #special .list_spacial li.countdown p {
    padding: 0 72% 0 0;
    background: url("../img/special/tag_cd.png") no-repeat center center/contain;
  }
  #special .list_spacial p {
    height: 46.6666666667%;
    transform: rotate(0);
  }
  #special .box_special {
    top: 34.0866290019%;
    left: 2.6666666667%;
    width: 94.6666666667%;
    height: 65.9133709981%;
    border-radius: 8.4507042254% 8.4507042254% 8.4507042254% 8.4507042254% / 8.5714285714% 8.5714285714% 8.5714285714% 8.5714285714%;
  }
  #special .box_special .movie .swiper-container {
    width: 243.3802816901%;
    height: 46.2857142857%;
    overflow: hidden;
    margin: 16.338028169% 0 0 -71.5492957746%;
  }
  #special .box_special .movie .swiper-container.only {
    margin: 27.0422535211% 0 0 -71.5492957746%;
  }
  #special .box_special .movie .swiper-slide {
    width: 81.1267605634%;
    height: 100%;
  }
  #special .box_special .swiper-button-prev {
    width: 14.6478873239%;
    height: 14.8571428571%;
    top: 69.4285714286%;
    left: 8.4507042254%;
  }
  #special .box_special .swiper-button-prev:hover {
    animation: hover_button 0.2s forwards;
  }
  #special .box_special .swiper-button-prev::after {
    content: "";
  }
  #special .box_special .swiper-button-next {
    width: 14.6478873239%;
    height: 14.8571428571%;
    top: 69.4285714286%;
    right: 8.4507042254%;
  }
  #special .box_special .swiper-button-next:hover {
    animation: hover_button 0.2s forwards;
  }
  #special .box_special .swiper-button-next::after {
    content: "";
  }
  #special .box_special .swiper-pagination {
    width: 100%;
    height: 2.8571428571%;
    top: 75.1428571429%;
  }
  #special .box_special .swiper-pagination-bullet {
    width: 2.8169014085%;
    padding: 2.8169014085% 0 0 0;
    margin: 0 1.4084507042%;
  }
  #special .box_special .countdown h3 {
    position: absolute;
    top: 8.5714285714%;
    left: 0;
    width: 100%;
    height: 8.8571428571%;
    background: url("../img/en/special/cap_sub_cd_sp.png") no-repeat center center/contain;
  }
  #special .box_special .countdown ul {
    top: 21.4285714286%;
    left: 8.5714285714%;
    width: 100%;
    height: 43.4951456311%;
  }
  #special .box_special .countdown ul li {
    width: 39.4366197183%;
    margin: 0 4.2253521127% 1.4084507042% 0;
    padding: 0;
  }
  #special .box_special .countdown ul li:nth-child(2) {
    margin: 0 4.2253521127% 1.4084507042% 0;
  }
  #special .box_special .countdown ul li:nth-child(5) {
    margin: 0 4.2253521127% 1.4084507042% 0;
  }
}

/*===================================================================
				= Spec
===================================================================*/
#contact_spec .wrap {
  padding: 50.5208333333% 0 0 0;
}
@media (max-width: 750px) {
  #contact_spec .wrap {
    padding: 237.3333333333% 0 0 0;
    overflow: hidden;
  }
}
#contact_spec h2#contact {
  position: absolute;
  top: 24.7422680412%;
  left: 5.2083333333%;
  width: 40.8333333333%;
  height: 12.1649484536%;
  background: url("../img/tag_contact.png") no-repeat center center/contain;
  overflow: visible;
}
#contact_spec h2#contact::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 1.6949152542%;
  left: -12.7551020408%;
  width: 129.5918367347%;
  border-bottom: 2px solid #f9a2c3;
}
@media (max-width: 750px) {
  #contact_spec h2#contact {
    top: 5.6179775281%;
    left: 5.0666666667%;
    width: 89.8666666667%;
    height: 5.6179775281%;
    z-index: 10;
  }
  #contact_spec h2#contact::before {
    left: -5.6379821958%;
    width: 111.2759643917%;
  }
}
#contact_spec h2#spec {
  position: absolute;
  top: 63.0927835052%;
  left: 5.2083333333%;
  width: 21.7708333333%;
  height: 12.1649484536%;
  background: url("../img/tag_spec.png") no-repeat center center/contain;
  overflow: visible;
}
#contact_spec h2#spec::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 1.6949152542%;
  left: -23.9234449761%;
  width: 153.1100478469%;
  border-bottom: 2px solid #c6b5ff;
}
@media (max-width: 750px) {
  #contact_spec h2#spec {
    top: 58.202247191%;
    left: 26.1333333333%;
    width: 48%;
    height: 5.7303370787%;
    z-index: 10;
  }
  #contact_spec h2#spec::before {
    left: -54.4444444444%;
    width: 208.3333333333%;
  }
}
#contact_spec .box_spec {
  position: absolute;
  top: 49.2783505155%;
  left: 38.6458333333%;
  width: 26.0416666667%;
  height: 51.5463917526%;
  background-color: rgba(234, 209, 255, 0.6);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  transform: translateY(-100px);
}
#contact_spec .box_spec.fadeIn_rotate {
  animation: rotateIn 1.5s ease-in forwards;
}
@media (max-width: 750px) {
  #contact_spec .box_spec {
    top: 61.1235955056%;
    left: 13.3333333333%;
    width: 73.3333333333%;
    height: 30.8988764045%;
  }
}
#contact_spec .box_contact {
  position: absolute;
  top: 10.7216494845%;
  left: 58.2291666667%;
  width: 26.0416666667%;
  height: 51.5463917526%;
  transform: rotate(45deg);
  background-color: rgba(255, 219, 240, 0.6);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}
#contact_spec .box_contact.fadeIn_rotate {
  animation: rotateIn 2s ease-in forwards;
}
@media (max-width: 750px) {
  #contact_spec .box_contact {
    top: -32.0224719101%;
    top: 17.6404494382%;
    left: 13.3333333333%;
    width: 73.3333333333%;
    height: 30.8988764045%;
  }
}
#contact_spec .box_contact .comment {
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
  width: 64%;
  height: 26.8%;
  background: url(../img/en/item_comment.png) center/contain no-repeat;
  margin: -12% auto 0 auto;
}
#contact_spec .box_contact .attention {
  color: #f55893;
  font-size: 1.0416666667vw;
  font-weight: bold;
}
#contact_spec .box_contact .to_mail {
  width: 78%;
  height: 22%;
  margin: 6% auto;
}
#contact_spec .box_contact .button {
  width: 100%;
  height: 100%;
  background: url("../img/en/button_contact.png") center/contain no-repeat;
}
#contact_spec .box_contact .button:active {
  animation: click_button 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
#contact_spec .box_contact .button:hover {
  animation: hover_button 0.2s forwards;
}
@media (max-width: 750px) {
  #contact_spec .box_contact .comment {
    width: 64.3636363636%;
    height: 26.5454545455%;
    margin: -12% auto 0 auto;
  }
  #contact_spec .box_contact .attention {
    font-size: 2.9333333333vw;
  }
  #contact_spec .box_contact .to_mail {
    width: 77.8181818182%;
    height: 21.8181818182%;
    margin: 5.4545454545% auto;
  }
}
#contact_spec .box_inner {
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
}
#contact_spec .box_inner.fadeIn {
  animation: fadeIn 1s 1.5s ease-in forwards;
}
#contact_spec .liset_spec {
  margin: 4.8% 0 0 0;
}
#contact_spec .liset_spec li {
  font-weight: bold;
}
#contact_spec .liset_spec li:first-child {
  padding: 0 0 4.8% 0;
}
#contact_spec .liset_spec h3 {
  color: #f07ff1;
  font-size: 1.5625vw;
  line-height: 1.3333333333;
  overflow: visible;
  padding: 0 0 4.8% 0;
  border-bottom: 2px solid #fff;
}
#contact_spec .liset_spec h3 span {
  font-size: 0.9375vw;
}
#contact_spec .liset_spec p {
  color: #997aff;
  font-size: 1.0416666667vw;
  line-height: 2.5;
}
@media (max-width: 750px) {
  #contact_spec .liset_spec h3 {
    font-size: 4.4vw;
    line-height: 1.0303030303;
    overflow: visible;
    padding: 0 0 4.3636363636% 0;
  }
  #contact_spec .liset_spec h3 span {
    font-size: 2.6666666667vw;
  }
  #contact_spec .liset_spec p {
    font-size: 2.9333333333vw;
    line-height: 2.5;
  }
}

/*===================================================================
				= Footer
===================================================================*/
footer {
  background-color: #fff;
}
footer .wrap {
  padding: 48.3333333333% 0 0 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, #ffddea);
}
footer .fnsp_link {
  position: absolute;
  top: 14.5474137931%;
  left: 31.25%;
  width: 27.0833333333%;
}
footer .fnsp_link img {
  width: 100%;
}
footer .fnsp_link img:active {
  animation: click_button 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
footer .fnsp_link img:hover {
  animation: hover_button 0.2s forwards;
}
footer .box_platform {
  position: absolute;
  top: 52.5862068966%;
  left: 0;
  width: 89.5833333333%;
  padding: 0 10.4166666667% 0 0;
  height: 16.7025862069%;
}
footer .box_platform .list_logo {
  width: 100%;
  height: 28.3870967742%;
  display: flex;
  justify-content: center;
}
footer .box_platform .list_logo li {
  margin: 0 3.023255814% 0 0;
  height: 100%;
}
footer .box_platform .list_logo li.switch {
  width: 8.488372093%;
  background: url("../img/logo_switch.png") center/contain no-repeat;
}
footer .box_platform .list_logo li.steam {
  width: 8.488372093%;
  background: url("../img/logo_steam.png") center/contain no-repeat;
}
footer .box_platform .list_logo li.app {
  width: 8.7209302326%;
  background: url("../img/logo_app.png") center/contain no-repeat;
}
footer .box_platform .list_logo li.google {
  margin: 0;
  width: 8.9534883721%;
  background: url("../img/logo_google.png") center/contain no-repeat;
}
footer .box_platform p {
  margin: 2.2093023256% 0 0 0;
  color: #7c7c7c;
  font-size: 16px;
  text-align: center;
}
@media (min-width: 751px) {
  footer .box_platform p {
    font-size: 0.8333333333vw;
  }
}
footer .logo_ullucus {
  position: absolute;
  top: 87.5%;
  left: 40.625%;
  display: block;
  font-size: 0;
  width: 8.4375%;
  height: 6.25%;
  background: url("../img/logo_ullucus.png") center/contain no-repeat;
}
footer .logo_ullucus:active {
  animation: click_button 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
footer .logo_ullucus:hover {
  animation: hover_button 0.2s forwards;
}
footer .logo_ullucus h4 {
  width: 100%;
  height: 100%;
}
footer .copy {
  position: absolute;
  top: 94.8275862069%;
  right: 10.4166666667%;
  width: 89.5833333333%;
  color: #7c7c7c;
  text-align: center;
  line-height: 1.2;
  font-size: 1.0416666667vw;
}
footer .copy span {
  font-size: 0.8333333333vw;
}
@media (max-width: 750px) {
  footer .copy {
    font-size: 2.6666666667vw;
  }
  footer .copy span {
    font-size: 2.1333333333vw;
  }
}
@media (max-width: 750px) {
  footer .wrap {
    padding: 110.6666666667% 0 0 0;
  }
  footer .fnsp_link {
    top: 0;
    left: 17.2%;
    width: 65.6%;
  }
  footer .logo_ullucus {
    top: 86.9879518072%;
    left: 39.2%;
    width: 21.6%;
    height: 6.9879518072%;
  }
  footer .box_platform {
    top: 42.6506024096%;
    left: 0;
    width: 100%;
    height: 23.1325301205%;
    padding: 0;
  }
  footer .box_platform .list_logo {
    width: 93.3333333333%;
    margin: 0 auto;
    height: 17.7083333333%;
  }
  footer .box_platform .list_logo li {
    margin: 0 7.4285714286% 0 0;
  }
  footer .box_platform .list_logo li.switch {
    width: 20.8571428571%;
  }
  footer .box_platform .list_logo li.steam {
    width: 20.8571428571%;
  }
  footer .box_platform .list_logo li.app {
    width: 21.4285714286%;
  }
  footer .box_platform .list_logo li.google {
    width: 22%;
  }
  footer .box_platform p {
    margin: 2% 0 0 0;
    font-size: 2.4vw;
  }
  footer .copy {
    top: 95.9036144578%;
    right: 0;
    width: 100%;
  }
}