@keyframes click_navi_open {
  0% {
    transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes click_navi_close {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0.5;
    transform: scale(0.5);
  }
}
@keyframes click_button {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes hover_button {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes rotation {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
@keyframes pikopiko {
  0% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
@keyframes mochimochi {
  0% {
    transform: scale(1, 0.8);
  }
  20% {
    transform: scale(0.8, 1.1);
  }
  90% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 0.8);
  }
}
@keyframes wave_move {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
/*===================================================================
				= Keyvisual
===================================================================*/
#top .wrap {
  background: url("../img/keyvisual_pc.png") center center/cover no-repeat;
}
#top h1 {
  position: absolute;
  display: block;
  top: 20px;
  left: 390px;
  font-size: 0;
  white-space: nowrap;
  overflow: hiddebox_platformn;
  width: 57.7083333333%;
  padding: 11.4583333333% 0 0 0;
  height: 0;
  background: url("../img/logo_title.png") center/contain no-repeat;
}
#top .on_sale {
  position: absolute;
  bottom: 3.6666666667%;
  left: 1.0416666667%;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
  width: 38.9583333333%;
  padding: 6.6666666667% 0 0 0;
  height: 0;
  background: url("../img/text_nowon_sale.png") center/contain no-repeat;
}
#top .box_store {
  position: absolute;
  bottom: 3%;
  right: 7.0833333333%;
  width: 52.6041666667%;
  height: auto;
  padding: 9.375% 0 0 0;
  background: url("../img/bg_store_pc.png") center/contain no-repeat;
}
#top .box_store .list_store {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
#top .box_store .list_store li {
  margin: 0 1.5841584158% 0 0;
  height: 40%;
}
#top .box_store .list_store li:nth-of-type(1) {
  width: 22.7722772277%;
  background: url("../img/button_switch.png") center/contain no-repeat;
}
#top .box_store .list_store li:nth-of-type(2) {
  width: 20.7920792079%;
  background: url("../img/button_steam.png") center/contain no-repeat;
}
#top .box_store .list_store li:nth-of-type(3) {
  width: 19.4059405941%;
  background: url("../img/button_app.png") center/contain no-repeat;
}
#top .box_store .list_store li:nth-of-type(4) {
  margin: 0;
  width: 24.1584158416%;
  background: url("../img/button_google.png") center/contain no-repeat;
}
#top .box_store .list_store li a {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 751px) {
  #top .box_store .list_store li {
    cursor: pointer;
  }
  #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/bg_store_sp.png") center/contain no-repeat;
    bottom: 2.8333333333%;
    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.6085790885% 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: 19.0348525469%;
  }
  #top .box_store .list_store li:nth-of-type(4) {
    width: 23.8605898123%;
  }
}
@media (max-width: 750px) {
  #top .wrap {
    background: url("../img/keyvisual_sp.png") center center/cover no-repeat;
  }
  #top h1 {
    top: 15.1666666667%;
    left: 1.0666666667%;
    width: 97.0666666667%;
    padding: 18.5333333333% 0 0 0;
  }
  #top .on_sale {
    background: url("../img/text_nowon_sale_sp.png") center/contain no-repeat;
    width: 98.4%;
    padding: 17.0666666667% 0 0 0;
    bottom: 13.3333333333%;
    left: 0.8%;
  }
}

#information {
  padding: 0;
}
@media (max-width: 750px) {
  #information {
    overflow: hidden;
  }
}
#information .wrap {
  top: 4.4444444444%;
  overflow: visible;
}
@media (max-width: 750px) {
  #information .wrap {
    top: 2.5210084034%;
  }
}
#information #news {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 43.8383838384%;
  box-sizing: border-box;
}
#information .news_box {
  position: relative;
  margin: 0 auto;
  width: 64.5833333333%;
  height: 87.5576036866%;
  background: url("../img/news_bg.png") center/contain no-repeat;
}
#information .box_info {
  position: absolute;
  top: 16.8421052632%;
  left: 5.6451612903%;
  width: 40.3225806452%;
  height: 72.2807017544%;
  background-color: #fff;
  z-index: 10;
}
#information .box_info .list {
  width: 100%;
  height: 100%;
  z-index: 15;
}
#information .box_info p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#information .box_info dl {
  width: 100%;
  height: 100%;
  display: flex;
  overflow-y: scroll;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  font-size: 16px;
  line-height: 1.25;
}
@media (max-width: 1920px) {
  #information .box_info dl {
    font-size: 0.8333333333vw;
  }
}
@media (max-width: 750px) {
  #information .box_info dl {
    font-size: 2.6666666667vw;
  }
}
#information .box_info dl dt {
  position: relative;
  width: 30%;
  padding: 12% 0 0 0;
}
#information .box_info dl dt p {
  color: #63b910;
  font-weight: bold;
  justify-content: center;
}
#information .box_info dl dd {
  position: relative;
  width: 70%;
  padding: 12% 0 0 0;
}
@media (max-width: 750px) {
  #information #news {
    height: 53.3231474408%;
  }
  #information .news_box {
    width: 96%;
    height: 95.9885386819%;
    background: url("../img/news_bg_sp.png") center/contain no-repeat;
  }
  #information .box_info {
    top: 10.9701492537%;
    left: 8.1944444444%;
    width: 83.3333333333%;
    height: 37.3134328358%;
  }
  #information .box_info .list {
    width: 100%;
    height: 100%;
    z-index: 15;
  }
  #information .box_info dl dt {
    width: 28.3333333333%;
    padding: 13.3333333333% 0 0 0;
  }
  #information .box_info dl dd {
    position: relative;
    width: 71.6666666667%;
    padding: 13.3333333333% 0 0 0;
  }
}
#information .box_twitter {
  position: absolute;
  top: 16.8421052632%;
  right: 5.6451612903%;
  width: 40.3225806452%;
  height: 76.6666666667%;
  z-index: 11;
  pointer-events: none;
}
#information .box_twitter .twitter_box {
  width: 100%;
  height: 75.9725400458%;
  pointer-events: auto;
  overflow: auto;
}
#information .box_twitter .button {
  width: 55.2%;
  height: 20.5949656751%;
  margin: 3% auto 0 auto;
  background: url("../img/button_follow.png") center/contain no-repeat;
  pointer-events: auto;
}
#information .box_twitter .button img {
  width: 31.884057971%;
  height: 91.1111111111%;
  margin: 0 0 0 7.2463768116%;
  float: left;
  animation: pikopiko 1s steps(1, start) infinite;
  z-index: 20;
}
#information .box_twitter .button:active {
  animation: click_button 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
#information .box_twitter .button:hover {
  animation: hover_button 0.2s forwards;
}
@media (max-width: 750px) {
  #information .box_twitter {
    top: 56.1194029851%;
    left: 8.1944444444%;
    width: 83.3333333333%;
    height: 43.1343283582%;
  }
  #information .box_twitter .twitter_box {
    height: 69.2041522491%;
  }
  #information .box_twitter .button {
    width: 55%;
    height: 18.6851211073%;
    margin: 5% 0 0 23%;
  }
  #information .box_twitter .button img {
    width: 31.5151515152%;
    height: 90.7407407407%;
    margin: 0 0 0 6.6666666667%;
  }
}
#information h3 {
  position: absolute;
  height: auto;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
  z-index: 12;
}
#information h3.info {
  top: -12.1359223301%;
  left: 27.6%;
  width: 45.2%;
  height: 9.7087378641%;
  background: url("../img/cap_info.png") top center/contain no-repeat;
}
@media (max-width: 750px) {
  #information h3.info {
    top: -12%;
    left: 27.5%;
    width: 45%;
    padding: 9.6% 0 0 0;
  }
}
#information h3.twitter {
  top: -11.4416475973%;
  left: 34%;
  width: 32%;
  height: 9.1533180778%;
  background: url("../img/cap_x.png") top center/contain no-repeat;
}
@media (max-width: 750px) {
  #information h3.twitter {
    top: -10.8996539792%;
    left: 34.1666666667%;
    width: 32%;
    padding: 8.3044982699% 0 0 0;
  }
}

/*===================================================================
				= Introduction
===================================================================*/
#introduction {
  position: relative;
  margin: 0;
  width: 100%;
  height: 56.1616161616%;
}
#introduction .story_text {
  position: absolute;
  top: 35.2517985612%;
  left: 22.2916666667%;
  width: 54.4791666667%;
  height: 56.3549160671%;
  background: url("../img/text_story_pc.png") center/contain no-repeat;
}
#introduction .story_text .scroll_animation {
  transition-duration: 4s;
}
#introduction .story_text p {
  position: absolute;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
}
#introduction .story_text p.marker {
  transition-duration: 1s;
  transform: scale(1.5, 1.5);
  opacity: 0;
}
#introduction .story_text p.marker_01 {
  top: 32.3404255319%;
  left: 10.707456979%;
  width: 74.9521988528%;
  height: 21.2765957447%;
  background: url("../img/text_story_line_pc.png") center/contain no-repeat;
}
@media (max-width: 750px) {
  #introduction .story_text {
    top: 20.4582651391%;
    left: 0;
    width: 100%;
    height: 60.4746317512%;
    background: url("../img/text_story_sp.png") center/contain no-repeat;
  }
  #introduction .story_text p.marker_01 {
    top: 30.0405953992%;
    left: 11.2%;
    width: 77.6%;
    height: 21.3802435724%;
    background: url("../img/text_story_line_sp.png") center/contain no-repeat;
  }
}

/*===================================================================
				= About
===================================================================*/
#about .inner_box {
  padding: 100px 0 0 0;
  height: calc(100% - 100px);
}
#about .about_text {
  margin: 0 auto;
  padding: 3.4572169404% 0 0 0;
  text-align: center;
  color: #218b00;
  font-weight: bold;
  font-size: 30px;
  line-height: 2.3333333333;
}
@media (max-width: 1920px) {
  #about .about_text {
    font-size: 1.5625vw;
  }
}
@media (max-width: 750px) {
  #about .about_text {
    padding: 3.9772727273% 0 0 0;
    font-size: 3.8666666667vw;
  }
}
#about .list_root {
  margin: 3.6458333333% auto 0 auto;
  width: 59.375%;
}
#about .list_root li {
  padding: 15.7894736842% 0 0 0;
  margin: 0 0 2.6315789474% 0;
  position: relative;
}
#about .list_root li p {
  position: absolute;
  top: 0;
  left: 21.9298245614%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  text-shadow: -1px -1px 15px #fff, -1px -1px 15px #fff, -1px -1px 15px #fff, -1px -1px 15px #fff, -1px -1px 15px #fff, -1px -1px 15px #fff, -1px -1px 15px #fff, -1px -1px 15px #fff, -1px -1px 15px #fff, -1px -1px 15px #fff;
}
@media (max-width: 1920px) {
  #about .list_root li p {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 750px) {
  #about .list_root li p {
    font-size: 2.9333333333vw;
  }
}
#about .list_root li::before {
  content: "";
  display: block;
  position: absolute;
  top: -11.1111111111%;
  left: -2.0175438596%;
  width: 100.5263157895%;
  height: 122.2222222222%;
  z-index: -1;
}
#about .list_root .mischa {
  background: url("../img/route_mischa.png") center/contain no-repeat;
}
#about .list_root .mischa::before {
  background: url("../img/route_mischa_bg.png") top center/contain no-repeat;
}
#about .list_root .haya {
  background: url("../img/route_haya.png") center/contain no-repeat;
}
#about .list_root .haya::before {
  background: url("../img/route_haya_bg.png") top center/contain no-repeat;
}
#about .list_root .eri {
  background: url("../img/route_eri.png") center/contain no-repeat;
}
#about .list_root .eri::before {
  background: url("../img/route_eri_bg.png") top center/contain no-repeat;
}
@media (max-width: 750px) {
  #about .list_root {
    margin: 6% auto 0 auto;
    width: 100%;
  }
  #about .list_root li {
    padding: 34.6666666667% 0 0 0;
    margin: 0 0 4% 0;
    position: relative;
  }
  #about .list_root li p {
    height: 88.4615384615%;
    left: 2.6666666667%;
    justify-content: flex-end;
    align-items: flex-end;
    line-height: 1.75;
  }
  #about .list_root li::before {
    top: -7.6923076923%;
    left: 0;
    width: 103.4666666667%;
    height: 115.3846153846%;
  }
  #about .list_root .mischa {
    background: url("../img/route_mischa_sp.png") center/contain no-repeat;
  }
  #about .list_root .mischa::before {
    background: url("../img/route_mischa_bg_sp.png") top center/contain no-repeat;
  }
  #about .list_root .haya {
    background: url("../img/route_haya_sp.png") center/contain no-repeat;
  }
  #about .list_root .haya::before {
    background: url("../img/route_haya_bg_sp.png") top center/contain no-repeat;
  }
  #about .list_root .eri {
    background: url("../img/route_eri_sp.png") center/contain no-repeat;
  }
  #about .list_root .eri::before {
    background: url("../img/route_eri_bg_sp.png") top center/contain no-repeat;
  }
}

#character .list_chara {
  position: absolute;
  top: 21.3395638629%;
  left: 0;
  right: 0;
  width: 73.8541666667%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
#character .list_chara li {
  width: 31.5937940762%;
  padding: 31.5937940762% 0 0 0;
  margin: 0 0 0 -8.8152327221%;
  position: relative;
  z-index: 5;
}
#character .list_chara li a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#character .list_chara li:nth-child(1) {
  margin: 0;
  z-index: 8;
}
#character .list_chara li:nth-child(2) {
  margin: 0 0 0 -8.8152327221%;
  z-index: 7;
}
#character .list_chara li:nth-child(3) {
  margin: 0 0 0 -8.8152327221%;
  z-index: 6;
}
#character .list_chara li:nth-child(4) {
  margin: 0 0 0 -8.8152327221%;
  z-index: 5;
}
#character .list_chara li:nth-child(5) {
  margin: -5.9943582511% 0 0 0;
  z-index: 4;
}
#character .list_chara li:nth-child(6) {
  margin: -5.9943582511% 0 0 -8.8152327221%;
  z-index: 3;
}
#character .list_chara li:nth-child(7) {
  margin: -5.9943582511% 0 0 -8.8152327221%;
  z-index: 2;
}
#character .list_chara li:nth-child(8) {
  margin: -5.9943582511% 0 0 -8.8152327221%;
  z-index: 1;
}
@media (min-width: 751px) {
  #character .list_chara li.popup:hover {
    animation: hover_button 0.2s forwards;
    z-index: 9;
  }
}
@media (max-width: 750px) {
  #character .list_chara {
    top: 12.8%;
    width: 100%;
    height: 77.15%;
    justify-content: flex-end;
    position: relative;
  }
  #character .list_chara li {
    width: 59.7333333333%;
    padding: 59.7333333333% 0 0 0;
    margin: 0;
    position: absolute;
    z-index: 5;
  }
  #character .list_chara li:nth-child(1) {
    top: 0;
    left: -1.3333333333%;
    margin: 0;
  }
  #character .list_chara li:nth-child(2) {
    top: 0;
    right: -1.3333333333%;
    margin: 0;
  }
  #character .list_chara li:nth-child(3) {
    top: 23.5904082955%;
    left: -1.3333333333%;
    margin: 0;
  }
  #character .list_chara li:nth-child(4) {
    top: 23.5904082955%;
    right: -1.3333333333%;
    margin: 0;
  }
  #character .list_chara li:nth-child(5) {
    top: 47.1808165911%;
    left: -1.3333333333%;
    margin: 0;
  }
  #character .list_chara li:nth-child(6) {
    top: 47.1808165911%;
    right: -1.3333333333%;
    margin: 0;
  }
  #character .list_chara li:nth-child(7) {
    top: 70.7712248866%;
    left: -1.3333333333%;
    margin: 0;
  }
  #character .list_chara li:nth-child(8) {
    top: 70.7712248866%;
    right: -1.3333333333%;
    margin: 0;
  }
}
#character .list_chara #mischa {
  background: url("../img/chara_icon_mischa.png") top center/contain no-repeat;
}
#character .list_chara #haya {
  background: url("../img/chara_icon_haya.png") top center/contain no-repeat;
}
#character .list_chara #eri {
  background: url("../img/chara_icon_eri.png") top center/contain no-repeat;
}
#character .list_chara #yukitsuki {
  background: url("../img/chara_icon_yukitsuki.png") top center/contain no-repeat;
}
#character .list_chara #matsuri {
  background: url("../img/chara_icon_matsuri.png") top center/contain no-repeat;
}
#character .list_chara #rina {
  background: url("../img/chara_icon_rina.png") top center/contain no-repeat;
}
#character .list_chara #mikiya {
  background: url("../img/chara_icon_mikiya.png") top center/contain no-repeat;
}
#character .list_chara #kazuhide {
  background: url("../img/chara_icon_kazuhide.png") top center/contain no-repeat;
}

.mfp-inline-holder .mfp-content {
  max-width: 980px;
  width: 51.0416666667%;
}
.popup .mfp-inline-holder .mfp-content {
  max-width: 980px;
  width: 51.0416666667%;
}
@media (max-width: 750px) {
  .mfp-inline-holder .mfp-content {
    width: 100%;
  }
}

.popup-box {
  position: relative;
  background-color: #FFF;
  width: 980px;
  height: 800px;
  margin: 0 auto;
  border: solid 10px;
  box-sizing: border-box;
}
@media (min-width: 751px) {
  .popup-box {
    border-radius: 10px;
  }
}
@media (max-width: 1920px) {
  .popup-box {
    width: 100%;
    height: 0;
    padding: 81.6326530612% 0 0 0;
  }
}
@media (max-width: 750px) {
  .popup-box {
    border-left: none;
    border-right: none;
    padding: 229.3333333333% 0 0 0;
  }
}
.popup-box .profile_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup-box .profile_box .comment {
  position: absolute;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
  z-index: 1247;
}
.popup-box .profile_box h3 {
  position: absolute;
  top: 29.5%;
  left: 0;
  font-size: 0;
  white-space: nowrap;
  width: 100%;
  height: 11.25%;
}
.popup-box .profile_box h3::before {
  content: "";
  display: block;
  position: absolute;
  left: 44.2857142857%;
}
.popup-box .profile_box h3::after {
  content: "";
  display: block;
  position: absolute;
  top: 11.1111111111%;
  left: 44.387755102%;
  width: 31.8367346939%;
  height: 73.3333333333%;
}
.popup-box .profile_box .voice {
  position: absolute;
  top: 46.5%;
  left: 43.8775510204%;
  width: 56.1224489796%;
  height: 9%;
}
.popup-box .profile_box .voice .cv {
  flex-shrink: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 46%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 24px;
}
@media (max-width: 1920px) {
  .popup-box .profile_box .voice .cv {
    font-size: 1.25vw;
  }
}
@media (max-width: 750px) {
  .popup-box .profile_box .voice .cv {
    font-size: 3.8666666667vw;
  }
}
.popup-box .profile_box .voice ul {
  flex-shrink: 0;
  position: absolute;
  top: 0;
  left: 43.8775510204%;
  width: 54%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-content: center;
}
.popup-box .profile_box .voice li {
  flex-shrink: 0;
  width: 24.2424242424%;
  margin: 0 0 0 6.0606060606%;
  height: 100%;
  background: url("../img/character/button_voice.png") center left/contain no-repeat;
  background-color: transparent;
  cursor: pointer;
  transition: 0.2s;
}
.popup-box .profile_box .voice li:hover {
  transform: scale(1.2);
}
.popup-box .profile_box .voice li:active {
  animation: click_navi_close 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
.popup-box .profile_box .voice li:first-child {
  margin: 0;
}
.popup-box .profile_box .text {
  position: absolute;
  top: 57.875%;
  left: 43.8775510204%;
  width: 56.1224489796%;
  height: 9%;
  font-size: 18px;
}
@media (max-width: 1920px) {
  .popup-box .profile_box .text {
    font-size: 0.9375vw;
  }
}
@media (max-width: 750px) {
  .popup-box .profile_box .text {
    font-size: 2.9333333333vw;
  }
}
.popup-box .profile_box .style {
  position: absolute;
  top: 73.75%;
  left: 43.8775510204%;
  width: 56.1224489796%;
  height: 25%;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 1920px) {
  .popup-box .profile_box .style {
    font-size: 1.25vw;
  }
}
@media (max-width: 750px) {
  .popup-box .profile_box .style {
    font-size: 3.7333333333vw;
  }
}
.popup-box .profile_box .style li {
  width: 100%;
  height: 25%;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: dotted 2px;
}
.popup-box .profile_box .style li::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2.6315789474% 0 0 0;
}
.popup-box .profile_box .style li:first-child {
  border-top: dotted 2px;
}
.popup-box .profile_box .style span {
  flex-shrink: 0;
  width: 24.7272727273%;
  margin: 0 0 0 3.2894736842%;
}
.popup-box .profile_box .style p {
  flex-shrink: 0;
  width: 28.7272727273%;
}
@media (max-width: 750px) {
  .popup-box .profile_box .comment {
    top: 1.15% !important;
    left: 1.7333333333% !important;
  }
  .popup-box .profile_box h3 {
    top: 61.2790697674%;
    height: 5.8139534884%;
    margin: 0;
    position: relative;
  }
  .popup-box .profile_box .voice {
    top: 70.3488372093%;
    left: 0;
    width: 100%;
    height: 4.8837209302%;
  }
  .popup-box .profile_box .voice .cv {
    text-align: center;
    width: 48.5333333333%;
    justify-content: center;
  }
  .popup-box .profile_box .voice ul {
    right: 0;
    width: 51.4666666667%;
  }
  .popup-box .profile_box .voice li {
    width: 21.7616580311%;
    margin: 0 0 0 6.2176165803%;
  }
  .popup-box .profile_box .text {
    top: 77.3255813953%;
    left: 0;
    width: 100%;
    height: 7.7906976744%;
    text-align: center;
  }
  .popup-box .profile_box .style {
    top: 85.4651162791%;
    left: 0;
    width: 100%;
    height: 14.5348837209%;
  }
  .popup-box .profile_box .style li {
    height: 24%;
  }
  .popup-box .profile_box .style span {
    width: 42.4%;
    margin: 0 5.3333333333% 0 0;
    text-align: right;
  }
  .popup-box .profile_box .style p {
    width: 51.9736842105%;
  }
}
.popup-box#popup_mischa {
  border-color: #b5f2ff;
  background: url("../img/character/chara_bg_mischa.png") top center/contain no-repeat, #FFF;
}
.popup-box#popup_mischa img {
  position: absolute;
  top: -3.5%;
  left: -2.8571428571%;
  width: 44.4897959184%;
  height: 102.25%;
  z-index: 1246;
}
.popup-box#popup_mischa .comment {
  width: 37.3469387755%;
  height: 18.75%;
  top: 2.75%;
  left: 36.0204081633%;
  background: url("../img/character/comment_mischa.png") top center/contain no-repeat;
}
.popup-box#popup_mischa h3 {
  top: 26.75%;
  height: 15%;
  background: url("../img/character/name_line_mischa.png") top center/contain no-repeat, #FFF;
}
.popup-box#popup_mischa h3::after {
  top: 8.3333333333%;
  height: 83.3333333333%;
  width: 42.8571428571%;
  height: 83.3333333333%;
  background: url("../img/character/name_mischa.png") top center/contain no-repeat;
}
.popup-box#popup_mischa h3::before {
  top: -33.3333333333%;
  width: 21.8367346939%;
  height: 16.6666666667%;
  background: url("../img/character/name_mischa_sub.png") top center/contain no-repeat;
}
.popup-box#popup_mischa .style li {
  border-color: #15caf0;
}
@media (max-width: 750px) {
  .popup-box#popup_mischa {
    background: url("../img/character/chara_bg_mischa_sp.png") top center/contain no-repeat, #FFF;
  }
  .popup-box#popup_mischa img {
    position: absolute;
    top: 10%;
    left: 21.3333333333%;
    width: 58.1333333333%;
    height: 47.5581395349%;
  }
  .popup-box#popup_mischa .comment {
    width: 55.2%;
    height: 8.7209302326%;
    background: url("../img/character/comment_mischa_sp.png") top center/contain no-repeat;
  }
  .popup-box#popup_mischa h3 {
    top: 60.1744186047%;
    height: 8.1395348837%;
    background: url("../img/character/name_line_mischa_sp.png") top center/contain no-repeat, #FFF;
  }
  .popup-box#popup_mischa h3::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/character/name_mischa_sp.png") top center/contain no-repeat;
  }
  .popup-box#popup_mischa h3::before {
    top: -34.2857142857%;
    left: 32.8%;
    width: 34.1333333333%;
    height: 15.7142857143%;
    background: url("../img/character/name_mischa_sub_sp.png") top center/contain no-repeat;
  }
}
.popup-box#popup_haya {
  border-color: #b5ffdd;
  background: url("../img/character/chara_bg_haya.png") top center/contain no-repeat, #FFF;
}
.popup-box#popup_haya img {
  position: absolute;
  top: -3.5%;
  left: -2.0408163265%;
  width: 44.2857142857%;
  height: 102.5%;
  z-index: 1246;
}
.popup-box#popup_haya .comment {
  width: 65.306122449%;
  height: 18.75%;
  top: 2.75%;
  left: 32.8571428571%;
  background: url("../img/character/comment_haya.png") top center/contain no-repeat;
}
.popup-box#popup_haya h3 {
  background: url("../img/character/name_line_haya.png") top center/contain no-repeat, #FFF;
}
.popup-box#popup_haya h3::after {
  background: url("../img/character/name_haya.png") top center/contain no-repeat;
}
.popup-box#popup_haya h3::before {
  top: -36.6666666667%;
  width: 13.6734693878%;
  height: 26.6666666667%;
  background: url("../img/character/name_haya_sub.png") top center/contain no-repeat;
}
.popup-box#popup_haya .style li {
  border-color: #47d996;
}
@media (max-width: 750px) {
  .popup-box#popup_haya {
    background: url("../img/character/chara_bg_haya_sp.png") top center/contain no-repeat, #FFF;
  }
  .popup-box#popup_haya img {
    position: absolute;
    top: 9.8837209302%;
    left: 20.8%;
    width: 57.8666666667%;
    height: 47.6744186047%;
  }
  .popup-box#popup_haya .comment {
    width: 85.3333333333%;
    height: 8.7209302326%;
  }
  .popup-box#popup_haya h3 {
    background: url("../img/character/name_line_haya_sp.png") top center/contain no-repeat, #FFF;
  }
  .popup-box#popup_haya h3::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/character/name_haya_sp.png") top center/contain no-repeat;
  }
  .popup-box#popup_haya h3::before {
    top: -44%;
    left: 39.3333333333%;
    width: 21.3333333333%;
    height: 28%;
    background: url("../img/character/name_haya_sub_sp.png") top center/contain no-repeat;
  }
}
.popup-box#popup_eri {
  border-color: #ffc9c9;
  background: url("../img/character/chara_bg_eri.png") top center/contain no-repeat, #FFF;
}
.popup-box#popup_eri img {
  position: absolute;
  top: -3.5%;
  left: -7.6530612245%;
  width: 48.3673469388%;
  height: 102.25%;
  z-index: 1246;
}
.popup-box#popup_eri .comment {
  width: 38.3673469388%;
  height: 18.75%;
  top: 2.75%;
  left: 36.0204081633%;
  background: url("../img/character/comment_eri.png") top center/contain no-repeat;
}
.popup-box#popup_eri h3 {
  background: url("../img/character/name_line_eri.png") top center/contain no-repeat, #FFF;
}
.popup-box#popup_eri h3::after {
  background: url("../img/character/name_eri.png") top center/contain no-repeat;
}
.popup-box#popup_eri h3::before {
  top: -34.4444444444%;
  width: 15.306122449%;
  height: 26.6666666667%;
  background: url("../img/character/name_eri_sub.png") top center/contain no-repeat;
}
.popup-box#popup_eri .style li {
  border-color: #ed6464;
}
@media (max-width: 750px) {
  .popup-box#popup_eri {
    background: url("../img/character/chara_bg_eri_sp.png") top center/contain no-repeat, #FFF;
  }
  .popup-box#popup_eri img {
    position: absolute;
    top: 10%;
    left: 17.3333333333%;
    width: 63.2%;
    height: 47.5581395349%;
  }
  .popup-box#popup_eri .comment {
    width: 56.5333333333%;
    height: 8.7209302326%;
    background: url("../img/character/comment_eri_sp.png") top center/contain no-repeat;
  }
  .popup-box#popup_eri h3 {
    background: url("../img/character/name_line_eri_sp.png") top center/contain no-repeat, #FFF;
  }
  .popup-box#popup_eri h3::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/character/name_eri_sp.png") top center/contain no-repeat;
  }
  .popup-box#popup_eri h3::before {
    top: -45%;
    left: 37.8666666667%;
    width: 24%;
    height: 28%;
    background: url("../img/character/name_eri_sub_sp.png") top center/contain no-repeat;
  }
}
.popup-box#popup_yukitsuki {
  border-color: #ffd5e5;
  background: url("../img/character/chara_bg_yukitsuki.png") top center/contain no-repeat, #FFF;
}
.popup-box#popup_yukitsuki img {
  position: absolute;
  top: -3.5%;
  left: -1.2244897959%;
  width: 38.9795918367%;
  height: 102.5%;
  z-index: 1246;
}
.popup-box#popup_yukitsuki .comment {
  width: 50.612244898%;
  height: 18.75%;
  top: 2.75%;
  left: 36.0204081633%;
  background: url("../img/character/comment_yukitsuki.png") top center/contain no-repeat;
}
.popup-box#popup_yukitsuki h3 {
  background: url("../img/character/name_line_yukitsuki.png") top center/contain no-repeat, #FFF;
}
.popup-box#popup_yukitsuki h3::after {
  background: url("../img/character/name_yukitsuki.png") top center/contain no-repeat;
}
.popup-box#popup_yukitsuki h3::before {
  top: -34.4444444444%;
  width: 19.387755102%;
  height: 26.6666666667%;
  background: url("../img/character/name_yukitsuki_sub.png") top center/contain no-repeat;
}
.popup-box#popup_yukitsuki .style li {
  border-color: #ff7bad;
}
@media (max-width: 750px) {
  .popup-box#popup_yukitsuki {
    background: url("../img/character/chara_bg_yukitsuki_sp.png") top center/contain no-repeat, #FFF;
  }
  .popup-box#popup_yukitsuki img {
    position: absolute;
    top: 10%;
    left: 24.4%;
    width: 50.9333333333%;
    height: 47.6744186047%;
  }
  .popup-box#popup_yukitsuki .comment {
    width: 72.5333333333%;
    height: 8.7209302326%;
    background: url("../img/character/comment_yukitsuki_sp.png") top center/contain no-repeat;
  }
  .popup-box#popup_yukitsuki h3 {
    background: url("../img/character/name_line_yukitsuki_sp.png") top center/contain no-repeat, #FFF;
  }
  .popup-box#popup_yukitsuki h3::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/character/name_yukitsuki_sp.png") top center/contain no-repeat;
  }
  .popup-box#popup_yukitsuki h3::before {
    top: -45%;
    left: 34.6666666667%;
    width: 30.4%;
    height: 28%;
    background: url("../img/character/name_yukitsuki_sub_sp.png") top center/contain no-repeat;
  }
}
.popup-box#popup_matsuri {
  border-color: #ffd4c1;
  background: url("../img/character/chara_bg_matsuri.png") top center/contain no-repeat, #FFF;
}
.popup-box#popup_matsuri img {
  position: absolute;
  top: -3.5%;
  left: -4.2857142857%;
  width: 45.5102040816%;
  height: 99%;
  z-index: 1246;
}
.popup-box#popup_matsuri .comment {
  width: 41.8367346939%;
  height: 18.75%;
  top: 2.75%;
  left: 36.0204081633%;
  background: url("../img/character/comment_matsuri.png") top center/contain no-repeat;
}
.popup-box#popup_matsuri h3 {
  background: url("../img/character/name_line_matsuri.png") top center/contain no-repeat, #FFF;
}
.popup-box#popup_matsuri h3::after {
  background: url("../img/character/name_matsuri.png") top center/contain no-repeat;
}
.popup-box#popup_matsuri h3::before {
  top: -34.4444444444%;
  width: 19.387755102%;
  height: 26.6666666667%;
  background: url("../img/character/name_matsuri_sub.png") top center/contain no-repeat;
}
.popup-box#popup_matsuri .style li {
  border-color: #fb7236;
}
@media (max-width: 750px) {
  .popup-box#popup_matsuri {
    background: url("../img/character/chara_bg_matsuri_sp.png") top center/contain no-repeat, #FFF;
  }
  .popup-box#popup_matsuri img {
    position: absolute;
    top: 10%;
    left: 19.4666666667%;
    width: 59.4666666667%;
    height: 46.0465116279%;
  }
  .popup-box#popup_matsuri .comment {
    width: 54.6666666667%;
    height: 8.7209302326%;
    background: url("../img/character/comment_matsuri_sp.png") top center/contain no-repeat;
  }
  .popup-box#popup_matsuri h3 {
    background: url("../img/character/name_line_matsuri_sp.png") top center/contain no-repeat, #FFF;
  }
  .popup-box#popup_matsuri h3::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/character/name_matsuri_sp.png") top center/contain no-repeat;
  }
  .popup-box#popup_matsuri h3::before {
    top: -45%;
    left: 34.6666666667%;
    width: 30.4%;
    height: 28%;
    background: url("../img/character/name_matsuri_sub_sp.png") top center/contain no-repeat;
  }
}
.popup-box#popup_rina {
  border-color: #ffcada;
  background: url("../img/character/chara_bg_rina.png") top center/contain no-repeat, #FFF;
}
.popup-box#popup_rina img {
  position: absolute;
  top: -3.25%;
  left: 1.0204081633%;
  width: 34.2857142857%;
  height: 102.25%;
  z-index: 1246;
}
.popup-box#popup_rina .comment {
  width: 65.306122449%;
  height: 18.75%;
  top: 2.75%;
  left: 32.9591836735%;
  background: url("../img/character/comment_rina.png") top center/contain no-repeat;
}
.popup-box#popup_rina h3 {
  background: url("../img/character/name_line_rina.png") top center/contain no-repeat, #FFF;
}
.popup-box#popup_rina h3::after {
  background: url("../img/character/name_rina.png") top center/contain no-repeat;
}
.popup-box#popup_rina h3::before {
  top: -34.4444444444%;
  width: 16.5306122449%;
  height: 26.6666666667%;
  background: url("../img/character/name_rina_sub.png") top center/contain no-repeat;
}
.popup-box#popup_rina .style li {
  border-color: #ce4b73;
}
@media (max-width: 750px) {
  .popup-box#popup_rina {
    background: url("../img/character/chara_bg_rina_sp.png") top center/contain no-repeat, #FFF;
  }
  .popup-box#popup_rina img {
    position: absolute;
    top: 9.8837209302%;
    left: 26.4%;
    width: 44.8%;
    height: 47.5581395349%;
  }
  .popup-box#popup_rina .comment {
    width: 85.3333333333%;
    height: 8.7209302326%;
  }
  .popup-box#popup_rina h3 {
    background: url("../img/character/name_line_rina_sp.png") top center/contain no-repeat, #FFF;
  }
  .popup-box#popup_rina h3::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/character/name_rina_sp.png") top center/contain no-repeat;
  }
  .popup-box#popup_rina h3::before {
    top: -45%;
    left: 34.6666666667%;
    width: 30.4%;
    height: 28%;
    background: url("../img/character/name_rina_sub_sp.png") top center/contain no-repeat;
  }
}
.popup-box#popup_mikiya {
  border-color: #bfffce;
  background: url("../img/character/chara_bg_mikiya.png") top center/contain no-repeat, #FFF;
}
.popup-box#popup_mikiya img {
  position: absolute;
  top: -3.5%;
  left: 3.0612244898%;
  width: 36.9387755102%;
  height: 102.5%;
  z-index: 1246;
}
.popup-box#popup_mikiya .comment {
  width: 33.2653061224%;
  height: 18.75%;
  top: 2.75%;
  left: 36.0204081633%;
  background: url("../img/character/comment_mikiya.png") top center/contain no-repeat;
}
.popup-box#popup_mikiya h3 {
  background: url("../img/character/name_line_mikiya.png") top center/contain no-repeat, #FFF;
}
.popup-box#popup_mikiya h3::after {
  background: url("../img/character/name_mikiya.png") top center/contain no-repeat;
}
.popup-box#popup_mikiya h3::before {
  top: -34.4444444444%;
  width: 19.7959183673%;
  height: 26.6666666667%;
  background: url("../img/character/name_mikiya_sub.png") top center/contain no-repeat;
}
.popup-box#popup_mikiya .style li {
  border-color: #31b951;
}
@media (max-width: 750px) {
  .popup-box#popup_mikiya {
    background: url("../img/character/chara_bg_mikiya_sp.png") top center/contain no-repeat, #FFF;
  }
  .popup-box#popup_mikiya img {
    position: absolute;
    top: 10.1162790698%;
    left: 27.2%;
    width: 48.2666666667%;
    height: 47.6744186047%;
  }
  .popup-box#popup_mikiya .comment {
    width: 43.2%;
    height: 8.7209302326%;
    background: url("../img/character/comment_mikiya_sp.png") top center/contain no-repeat;
  }
  .popup-box#popup_mikiya h3 {
    background: url("../img/character/name_line_mikiya_sp.png") top center/contain no-repeat, #FFF;
  }
  .popup-box#popup_mikiya h3::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/character/name_mikiya_sp.png") top center/contain no-repeat;
  }
  .popup-box#popup_mikiya h3::before {
    top: -45%;
    left: 34.6666666667%;
    width: 30.6666666667%;
    height: 28%;
    background: url("../img/character/name_mikiya_sub_sp.png") top center/contain no-repeat;
  }
}
.popup-box#popup_kazuhide {
  border-color: #ffe7b4;
  background: url("../img/character/chara_bg_kazuhide.png") top center/contain no-repeat, #FFF;
}
.popup-box#popup_kazuhide img {
  position: absolute;
  top: -3.5%;
  left: -2.6530612245%;
  width: 43.4693877551%;
  height: 102.5%;
  z-index: 1246;
}
.popup-box#popup_kazuhide .comment {
  width: 39.7959183673%;
  height: 18.75%;
  top: 2.75%;
  left: 36.0204081633%;
  background: url("../img/character/comment_kazuhide.png") top center/contain no-repeat;
}
.popup-box#popup_kazuhide h3 {
  background: url("../img/character/name_line_kazuhide.png") top center/contain no-repeat, #FFF;
}
.popup-box#popup_kazuhide h3::after {
  background: url("../img/character/name_kazuhide.png") top center/contain no-repeat;
}
.popup-box#popup_kazuhide h3::before {
  top: -34.4444444444%;
  width: 22.2448979592%;
  height: 26.6666666667%;
  background: url("../img/character/name_kazuhide_sub.png") top center/contain no-repeat;
}
.popup-box#popup_kazuhide .style li {
  border-color: #eaa91d;
}
@media (max-width: 750px) {
  .popup-box#popup_kazuhide {
    background: url("../img/character/chara_bg_kazuhide_sp.png") top center/contain no-repeat, #FFF;
  }
  .popup-box#popup_kazuhide img {
    position: absolute;
    top: 10%;
    left: 21.0666666667%;
    width: 56.8%;
    height: 47.6744186047%;
  }
  .popup-box#popup_kazuhide .comment {
    width: 58.6666666667%;
    height: 8.7209302326%;
    background: url("../img/character/comment_kazuhide_sp.png") top center/contain no-repeat;
  }
  .popup-box#popup_kazuhide h3 {
    background: url("../img/character/name_line_kazuhide_sp.png") top center/contain no-repeat, #FFF;
  }
  .popup-box#popup_kazuhide h3::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/character/name_kazuhide_sp.png") top center/contain no-repeat;
  }
  .popup-box#popup_kazuhide h3::before {
    top: -45%;
    left: 32.8%;
    width: 34.4%;
    height: 28%;
    background: url("../img/character/name_kazuhide_sub_sp.png") top center/contain no-repeat;
  }
}

#gallery .inner_box.scroll_animation {
  opacity: 1;
  transform: translate(0, 0);
}
#gallery img {
  width: 100%;
}
#gallery .gallery_image {
  position: absolute;
  top: 16.231884058%;
  left: 19.1666666667%;
  width: 61.9791666667%;
  opaciity: 0;
}
#gallery .gallery_image.slidin {
  animation: slideIn 3s cubic-bezier(0.25, 1, 0.5, 1) 1;
}
@keyframes slideIn {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
#gallery .gallery_list {
  position: absolute;
  top: 71.3768115942%;
  left: 0;
  width: 100%;
  height: 14.0579710145%;
  margin: 0 auto;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
#gallery .gallery_list li {
  width: 18.0208333333%;
  margin: 0 0.625%;
}
#gallery .gallery_list li img {
  border-top-left-radius: 8.6705202312% 15.4639175258%;
  border-top-right-radius: 8.6705202312% 15.4639175258%;
  border-bottom-right-radius: 8.6705202312% 15.4639175258%;
  border-bottom-left-radius: 8.6705202312% 15.4639175258%;
  border: 6px solid #56ab3c;
  box-sizing: border-box;
}
#gallery .gallery_list li img:hover {
  cursor: pointer;
  border: 6px solid #fff;
}
#gallery .gallery_list li.active img {
  border: 6px solid #fff;
}
#gallery .gallery_list li.active img:hover {
  cursor: default;
}
@media (max-width: 750px) {
  #gallery .gallery_image {
    position: absolute;
    top: 25.2727272727%;
    left: 1.0666666667%;
    width: 98.4%;
    opaciity: 0;
  }
  #gallery .gallery_list {
    top: 70.1818181818%;
    height: 17.6363636364%;
  }
  #gallery .gallery_list li {
    width: 28.6666666667%;
    margin: 0 1.0666666667%;
  }
  #gallery .gallery_list li img {
    border-top-left-radius: 9.3023255814% 16.6666666667%;
    border-top-right-radius: 9.3023255814% 16.6666666667%;
    border-bottom-right-radius: 9.3023255814% 16.6666666667%;
    border-bottom-left-radius: 9.3023255814% 16.6666666667%;
    border: 6px solid #56ab3c;
  }
  #gallery .gallery_list li img:hover {
    cursor: pointer;
    border: 4px solid #fff;
  }
  #gallery .gallery_list li.active img {
    border: 4px solid #fff;
  }
  #gallery .gallery_list li.active img:hover {
    cursor: default;
  }
}

#special .inner_box.scroll_animation {
  opacity: 1;
  transform: translate(0, 0);
}
#special .parallax {
  animation: wave_move 10s linear infinite;
}
#special .box_special {
  width: 73.9583333333%;
  height: 59.7122302158%;
  margin: 16.6666666667% 0 0 13.3333333333%;
  position: relative;
}
#special .box_special img {
  width: 100%;
}
#special .box_special.movie {
  background: url("../img/special/bg_movie_pc.png") center center/contain no-repeat;
}
#special .box_special.cd {
  background: url("../img/special/bg_cd_pc.png") center center/contain no-repeat;
}
#special .box_special::before {
  content: "";
  display: block;
  position: absolute;
  top: 3.9759036145%;
  left: -1.338028169%;
  width: 102.6056338028%;
  height: 100.3614457831%;
  background: url("../img/special/bg_base_pc.png") center center/contain no-repeat;
  z-index: -1;
}
@media (max-width: 750px) {
  #special .box_special {
    width: 100%;
    height: 62.0627261761%;
    background: url("../img/special/bg_movie_sp.png") center center/contain no-repeat;
    margin: 49.0666666667% 0 0 0;
  }
  #special .box_special.movie {
    background: url("../img/special/bg_movie_sp.png") center center/contain no-repeat;
  }
  #special .box_special.cd {
    background: url("../img/special/bg_cd_sp.png") center center/contain no-repeat;
  }
  #special .box_special::before {
    top: 4.9562682216%;
    left: 0;
    width: 100%;
    height: 96.9873663751%;
    background: url("../img/special/bg_base_sp.png") center center/contain no-repeat;
  }
}
#special .tab_link {
  position: absolute;
  top: 0;
  left: 8.8732394366%;
  width: 41.5492957746%;
  height: 8.4337349398%;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  #special .tab_link {
    left: 11.4666666667%;
    width: 78.6666666667%;
    height: 6.8027210884%;
  }
}
#special .tab_link li {
  height: 100%;
  position: relative;
}
#special .tab_link li p {
  height: 42.8571428571%;
  font-size: 0;
  white-space: nowrap;
}
@media (min-width: 751px) {
  #special .tab_link li.unselected p {
    cursor: pointer;
  }
  #special .tab_link li.unselected::after {
    content: "";
    display: block;
    position: absolute;
    overflow: hidden;
    transition: 0.3s ease-out;
    transition-property: clip-path;
    clip-path: inset(0 100% 0 0);
    pointer-events: none;
  }
  #special .tab_link li.unselected:hover::after {
    clip-path: inset(0);
  }
}
#special .tab_link li.movie {
  width: 50%;
  background: url("../img/special/tab_movie.png") center center/contain no-repeat;
}
#special .tab_link li.movie p {
  width: 42.0338983051%;
  margin: 9.4915254237% 0 0 25.7627118644%;
  background: url("../img/special/navi_movie_off.png") center center/contain no-repeat;
}
@media (min-width: 751px) {
  #special .tab_link li.movie.unselected:hover::after {
    top: 22.8571428571%;
    left: 15.2542372881%;
    width: 64.406779661%;
    height: 77.1428571429%;
    background: url("../img/special/navi_movie_on.png") center center/cover no-repeat;
  }
}
#special .tab_link li.cd {
  width: 50%;
  background: url("../img/special/tab_cd.png") center center/contain no-repeat;
  margin: 0 0 0 -0.6779661017%;
}
@media (max-width: 750px) {
  #special .tab_link li.cd {
    margin: 0;
  }
}
#special .tab_link li.cd p {
  width: 65.0847457627%;
  margin: 9.4915254237% 0 0 13.8983050847%;
  background: url("../img/special/navi_cd_off.png") center center/contain no-repeat;
}
@media (min-width: 751px) {
  #special .tab_link li.cd.unselected:hover::after {
    top: 22.8571428571%;
    left: 5.0847457627%;
    width: 82.7118644068%;
    height: 77.1428571429%;
    background: url("../img/special/navi_cd_on.png") center center/cover no-repeat;
  }
}
#special .tab_link li.selected {
  background: none;
}
#special .contens_movie {
  position: absolute;
  top: 24.0963855422%;
  left: 18.9436619718%;
  width: 61.2676056338%;
  height: 58.9156626506%;
}
@media (min-width: 751px) {
  #special .contens_movie li img {
    transition: 0.2s ease-in-out;
  }
  #special .contens_movie li:hover img {
    opacity: 0;
  }
  #special .contens_movie li.movie_01 {
    background: url("../img/special/thumb_op_on.png") center center/contain no-repeat;
  }
}
@media (max-width: 750px) {
  #special .contens_movie {
    top: 25.8503401361%;
    left: 2.6666666667%;
    width: 94.6666666667%;
    height: 38.7755102041%;
  }
}
#special .contens_cd {
  position: absolute;
  top: 8.4337349398%;
  left: 0;
  width: 100%;
  height: 91.5662650602%;
  display: none;
}
@media (max-width: 750px) {
  #special .contens_cd {
    top: 6.8027210884%;
    height: 82.6044703596%;
  }
}
#special .contens_cd h3 {
  position: absolute;
  height: auto;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
  top: 7.1052631579%;
  left: 19.3661971831%;
  width: 60.4225352113%;
  height: 12.3684210526%;
  background: url("../img/special/cap_sub_cd.png") center center/contain no-repeat;
}
@media (max-width: 750px) {
  #special .contens_cd h3 {
    top: 8.3529411765%;
    left: 1.7333333333%;
    width: 96.5333333333%;
    height: 9.2941176471%;
  }
}
#special .contens_cd ul {
  position: absolute;
  top: 27.2368421053%;
  left: 10.4929577465%;
  width: 78.1690140845%;
  height: 72.5%;
  font-size: 0;
}
#special .contens_cd ul li {
  display: inline-block;
  width: 31.5315315315%;
  height: 35.9346642468%;
  margin: 0 0 4.8648648649% 0;
  padding: 0;
}
@media (min-width: 751px) {
  #special .contens_cd ul li:nth-child(2) {
    margin: 0 2.7027027027% 4.8648648649% 2.7027027027%;
  }
  #special .contens_cd ul li:nth-child(5) {
    margin: 0 2.7027027027% 4.8648648649% 2.7027027027%;
  }
  #special .contens_cd ul li a {
    font-size: 0;
  }
  #special .contens_cd ul li a img:hover {
    animation: hover_button 0.2s forwards;
  }
}
@media (max-width: 750px) {
  #special .contens_cd ul {
    top: 24.4705882353%;
    left: 3.3333333333%;
    width: 93.3333333333%;
    height: 75.8823529412%;
  }
  #special .contens_cd ul li {
    width: 49%;
    height: 29.9224806202%;
    margin: 0 0 4.7142857143% 0;
  }
  #special .contens_cd ul li:nth-child(even) {
    margin: 0 0 4.7142857143% 2%;
  }
}

/*===================================================================
				= Spec
===================================================================*/
#contact_spec .wrap {
  padding: 100px 0 0 0;
  height: calc(100% - 100px);
}
#contact_spec .inner_box {
  margin: 0 auto;
}
#contact_spec .inner_box.scroll_animation {
  opacity: 1;
  transform: translate(0, 0);
}
#contact_spec .waves {
  width: 0;
  height: 0;
}
#contact_spec .parallax {
  height: 5.4525627045%;
}
#contact_spec .liset_spec {
  width: 24.4791666667%;
  margin: 1.0416666667% auto 0 auto;
}
#contact_spec .liset_spec li {
  padding: 8.5106382979% 0 0 0;
  background-color: #fff;
  border-bottom: 2px solid #d0eab7;
  position: relative;
}
#contact_spec .liset_spec li:first-child {
  padding: 21.2765957447% 0 0 0;
  border-radius: 20px 20px 0 0;
  border: none;
}
#contact_spec .liset_spec li:first-child::before {
  content: "";
  display: block;
  position: absolute;
  top: 20%;
  left: -5.3191489362%;
  width: 110.6382978723%;
  height: 82%;
  background: url("../img/spec_tape.png") top center/contain no-repeat;
}
#contact_spec .liset_spec li:last-child {
  border-radius: 0 0 20px 20px;
  border: none;
}
#contact_spec .liset_spec li h3, #contact_spec .liset_spec li p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 19px;
}
#contact_spec .liset_spec li h3 span, #contact_spec .liset_spec li p span {
  font-size: 18px;
}
@media (max-width: 1920px) {
  #contact_spec .liset_spec li h3, #contact_spec .liset_spec li p {
    font-size: 0.9895833333vw;
  }
  #contact_spec .liset_spec li h3 span, #contact_spec .liset_spec li p span {
    font-size: 0.9375vw;
  }
}
@media (max-width: 750px) {
  #contact_spec .liset_spec li h3, #contact_spec .liset_spec li p {
    padding: 3.9772727273% 0 0 0;
    font-size: 2.8vw;
  }
  #contact_spec .liset_spec li h3 span, #contact_spec .liset_spec li p span {
    font-size: 2.6666666667vw;
  }
}
#contact_spec .liset_spec li h3 {
  font-weight: bold;
  top: 20%;
  height: 80%;
}
@media (max-width: 750px) {
  #contact_spec .liset_spec {
    margin: 5.3333333333% auto 0 auto;
    width: 68.9333333333%;
  }
  #contact_spec .liset_spec li {
    padding: 8.7040618956% 0 0 0;
  }
  #contact_spec .liset_spec li:first-child {
    padding: 23.2108317215% 0 0 0;
  }
  #contact_spec .liset_spec li:first-child::before {
    top: 16.6666666667%;
    left: -5.415860735%;
    width: 110.6382978723%;
    height: 74.1666666667%;
  }
  #contact_spec .liset_spec li:last-child {
    border-radius: 0 0 20px 20px;
    border: none;
  }
  #contact_spec .liset_spec li p {
    padding: 0;
  }
  #contact_spec .liset_spec li h3 {
    top: 16.6666666667%;
    height: 73.3333333333%;
    padding: 0;
  }
}
#contact_spec .fnsp_link {
  display: block;
  margin: 3.6458333333% auto 0 auto;
  width: 27.8125%;
  height: 15.3762268266%;
  position: relative;
}
#contact_spec .fnsp_link img {
  width: 100%;
}
#contact_spec .fnsp_link:hover {
  transform: scale(1.1);
  transition: 0.3s;
}
@media (max-width: 750px) {
  #contact_spec .fnsp_link {
    margin: 9.3333333333% auto 0 auto;
    width: 71.2%;
    height: 10.3803131991%;
  }
  #contact_spec .fnsp_link:hover {
    transform: scale(1);
  }
}
#contact_spec .box_platform {
  margin: 3.6458333333% auto 0 auto;
  width: 100%;
  height: 8.4514721919%;
}
#contact_spec .box_platform .list_logo {
  width: 100%;
  height: 28.3870967742%;
  display: flex;
  justify-content: center;
}
#contact_spec .box_platform .list_logo li {
  margin: 0 2.6041666667% 0 0;
  height: 100%;
}
#contact_spec .box_platform .list_logo li.switch {
  width: 7.6041666667%;
  background: url("../img/logo_switch.png") center/contain no-repeat;
}
#contact_spec .box_platform .list_logo li.steam {
  width: 7.6041666667%;
  background: url("../img/logo_steam.png") center/contain no-repeat;
}
#contact_spec .box_platform .list_logo li.app {
  width: 7.8125%;
  background: url("../img/logo_app.png") center/contain no-repeat;
}
#contact_spec .box_platform .list_logo li.google {
  margin: 0;
  width: 8.0208333333%;
  background: url("../img/logo_google.png") center/contain no-repeat;
}
#contact_spec .box_platform p {
  margin: 1.9791666667% 0 0 0;
  color: #7c7c7c;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 1920px) {
  #contact_spec .box_platform p {
    font-size: 0.8333333333vw;
  }
}
@media (max-width: 750px) {
  #contact_spec .box_platform {
    margin: 9.3333333333% auto 0 auto;
    width: 93.3333333333%;
    height: 8.5906040268%;
  }
  #contact_spec .box_platform .list_logo {
    height: 22.9166666667%;
  }
  #contact_spec .box_platform .list_logo li {
    margin: 0 7.4285714286% 0 0;
  }
  #contact_spec .box_platform .list_logo li.switch {
    width: 20.8571428571%;
  }
  #contact_spec .box_platform .list_logo li.steam {
    width: 20.8571428571%;
  }
  #contact_spec .box_platform .list_logo li.app {
    width: 21.4285714286%;
  }
  #contact_spec .box_platform .list_logo li.google {
    width: 22%;
  }
  #contact_spec .box_platform p {
    margin: 5% 0 0 0;
    font-size: 2.4vw;
  }
}
#contact_spec .box_contact {
  margin: 8.0208333333% auto 0 auto;
  width: 54.6875%;
  height: 28.8985823337%;
  background: url("../img/bg_contact_pc.png") center/contain no-repeat;
  position: relative;
}
#contact_spec .box_contact img {
  position: absolute;
  top: -11.320754717%;
  left: 39.619047619%;
  width: 20.5714285714%;
}
#contact_spec .box_contact .comment {
  position: absolute;
  top: -27.5471698113%;
  left: 20%;
  width: 20.5714285714%;
  height: 36.2264150943%;
  background: url("../img/item_comment.png") center/contain no-repeat;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
}
#contact_spec .box_contact .button {
  position: absolute;
  top: 33.9622641509%;
  left: 28.7619047619%;
  width: 43.2380952381%;
  height: 22.2641509434%;
  background: url("../img/button_contact.png") center/contain no-repeat;
  pointer-events: auto;
}
@media (min-width: 751px) {
  #contact_spec .box_contact .button {
    cursor: pointer;
  }
  #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;
  }
}
#contact_spec .box_contact .attention {
  position: absolute;
  top: 59.6226415094%;
  left: 0;
  width: 100%;
  height: 18.8679245283%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  vertical-align: top;
  line-height: 1.6;
}
@media (max-width: 1920px) {
  #contact_spec .box_contact .attention {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 750px) {
  #contact_spec .box_contact .attention {
    font-size: 3.2vw;
  }
}
@media (max-width: 750px) {
  #contact_spec .box_contact {
    margin: 39.4666666667% auto 0 auto;
    width: 100%;
    height: 25.6823266219%;
    background: url("../img/bg_contact_sp.png") center/contain no-repeat;
  }
  #contact_spec .box_contact img {
    top: -11.3240418118%;
    left: 36.6666666667%;
    width: 26.6666666667%;
  }
  #contact_spec .box_contact .comment {
    top: -37.6306620209%;
    left: 5.0666666667%;
    width: 34.4%;
    height: 40.0696864111%;
  }
  #contact_spec .box_contact .button {
    top: 25.4355400697%;
    left: 20.4%;
    width: 60.6666666667%;
    height: 20.5574912892%;
  }
  #contact_spec .box_contact .attention {
    top: 48.7804878049%;
    height: 34.8432055749%;
  }
}
#contact_spec .memo {
  transition-duration: 2s;
  opacity: 0;
}
@media (max-width: 750px) {
  #contact_spec .memo {
    display: none;
  }
}
#contact_spec .memo_01 {
  position: absolute;
  top: 38.7677208288%;
  left: -8.6458333333%;
  width: 33.5416666667%;
  padding: 30.9375% 0 0 0;
  background: url("../img/item_memo_01.png") center/contain no-repeat;
  transform: translate(-20%, -20%);
}
#contact_spec .memo_02 {
  position: absolute;
  top: 33.5332606325%;
  right: -11.3541666667%;
  width: 28.4375%;
  padding: 26.5625% 0 0 0;
  background: url("../img/item_memo_02.png") center/contain no-repeat;
  transform: translate(20%, 20%);
}
#contact_spec footer {
  position: absolute;
  width: 100%;
  height: 7.0883315158%;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 750px) {
  #contact_spec footer {
    justify-content: space-between;
    align-content: space-between;
    height: 10.5592841163%;
  }
}
#contact_spec footer .logo_ullucus {
  display: block;
  font-size: 0;
  width: 162px;
  height: 58px;
  margin: 0 0 16px 0;
  background: url("../img/logo_ullucus.png") center/contain no-repeat;
}
#contact_spec footer .logo_ullucus:active {
  animation: click_button 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
#contact_spec footer .logo_ullucus:hover {
  animation: hover_button 0.2s forwards;
}
#contact_spec footer .logo_ullucus h4 {
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media (max-width: 1920px) {
  #contact_spec footer .logo_ullucus {
    width: 8.4375%;
    height: 52.7272727273%;
    margin: 0 0 0.8333333333% 0;
  }
}
@media (max-width: 750px) {
  #contact_spec footer .logo_ullucus {
    width: 21.6%;
    height: 34.5588235294%;
    margin: 17.3333333333% 0 0 0;
  }
}
#contact_spec footer .copy {
  color: #404040;
  font-size: 20px;
  text-align: center;
}
#contact_spec footer .copy span {
  font-size: 16px;
}
@media (max-width: 1920px) {
  #contact_spec footer .copy {
    font-size: 1.0416666667vw;
  }
  #contact_spec footer .copy span {
    font-size: 0.8333333333vw;
  }
}
@media (max-width: 750px) {
  #contact_spec footer .copy {
    font-size: 2.6666666667vw;
  }
  #contact_spec footer .copy span {
    font-size: 2.1333333333vw;
  }
}