.fixLT {
  position: absolute;
  top: 0;
  left: 0;
}

.inner {
  position: relative;
  width: 100%;
  height: 100%;
}

/* ----------------------
    mainContents
   ---------------------- */
#mainContents {
  background: url(../img/character/bg.jpg) no-repeat;
  background-size: contain;
  width: 100vw;
  height: 665.33333vw;
  overflow: hidden;
}
#mainContents .title {
  background: url("../img/character/title.png") no-repeat;
  background-size: contain;
  width: 100vw;
  height: 21.6vw;
  position: absolute;
  top: 21.33333vw;
  left: 0;
  text-indent: -9999px;
  z-index: 1;
  display: none;
}
#mainContents .catch {
  background: url("../img/character/catch.png") no-repeat;
  background-size: contain;
  width: 99.86667vw;
  height: 49.6vw;
  position: absolute;
  top: 33.33333vw;
  left: 0;
  text-indent: -9999px;
  transform: scale(0.4);
  opacity: 0;
}
#mainContents .story {
  background: url("../img/character/story.png") no-repeat;
  background-size: contain;
  width: 100vw;
  height: 113.33333vw;
  position: absolute;
  top: 72.66667vw;
  left: 0;
  text-indent: -9999px;
  display: none;
}
#mainContents .charaWrap {
  width: 100vw;
  height: 427.06667vw;
  margin: 190.53333vw 0 0;
}
#mainContents .banner {
  width: 92.53333vw;
  height: 32.93333vw;
  margin: 9.06667vw auto 0;
}
#mainContents .banner a {
  background: url("../img/character/banner.png") no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
}

#red, #blue {
  margin: 0 0 196.26667vw;
}
#red .world, #blue .world {
  background: url("../img/character/red_title.png") no-repeat;
  background-size: cover;
  width: 98.13333vw;
  height: 22.8vw;
  margin: 0 0 0 2vw;
  position: relative;
  text-indent: -9999px;
  z-index: 13;
  opacity: 0;
  transition: opacity 0.5s ease;
}
#red .world.show, #blue .world.show {
  opacity: 1;
}
#red ul.img, #blue ul.img {
  position: relative;
}
#red ul.img li, #blue ul.img li {
  display: inline-block;
  background: no-repeat;
  background-size: contain;
  width: 32.66667vw;
  height: 88.4vw;
  text-indent: -9999px;
  position: absolute;
  opacity: 0;
  transform: translate(-7vw, 0);
  transition: opacity 0.4s ease, transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
#red ul.img li.show, #blue ul.img li.show {
  opacity: 1;
  transform: translate(0, 0);
}
#red ul.img li:nth-child(1), #blue ul.img li:nth-child(1) {
  background-image: url("../img/character/red_chara1.png");
  top: 0;
  left: 3.46667vw;
}
#red ul.img li:nth-child(2), #blue ul.img li:nth-child(2) {
  background-image: url("../img/character/red_chara2.png");
  top: 0;
  left: 33.33333vw;
}
#red ul.img li:nth-child(3), #blue ul.img li:nth-child(3) {
  background-image: url("../img/character/red_chara3.png");
  top: 0;
  left: 63.46667vw;
}
#red ul.img li:nth-child(4), #blue ul.img li:nth-child(4) {
  background-image: url("../img/character/red_chara4.png");
  top: 96vw;
  left: 18.66667vw;
}
#red ul.img li:nth-child(5), #blue ul.img li:nth-child(5) {
  background-image: url("../img/character/red_chara5.png");
  top: 96vw;
  left: 48.8vw;
}
#red ul.btn, #blue ul.btn {
  width: 100vw;
  position: absolute;
  top: 22.8vw;
  left: 0;
  z-index: 10;
  display: none;
}
#red ul.btn li, #blue ul.btn li {
  width: 25.6vw;
  height: 88.53333vw;
  position: absolute;
  cursor: pointer;
  text-indent: -9999px;
  transform: skew(-4.5deg, 0);
}
#red ul.btn li:nth-child(1), #blue ul.btn li:nth-child(1) {
  top: 0;
  left: 7.2vw;
}
#red ul.btn li:nth-child(2), #blue ul.btn li:nth-child(2) {
  top: 0;
  left: 36.8vw;
}
#red ul.btn li:nth-child(3), #blue ul.btn li:nth-child(3) {
  top: 0;
  left: 66.93333vw;
}
#red ul.btn li:nth-child(4), #blue ul.btn li:nth-child(4) {
  top: 96vw;
  left: 22.13333vw;
}
#red ul.btn li:nth-child(5), #blue ul.btn li:nth-child(5) {
  top: 96vw;
  left: 52.53333vw;
}

#blue .world {
  background-image: url("../img/character/blue_title.png");
  width: 98vw;
  height: 23.33333vw;
}
#blue ul.img li {
  transform: translate(7vw, 0);
}
#blue ul.img li:nth-child(1) {
  background-image: url("../img/character/blue_chara1.png");
  top: 0;
  left: 3.46667vw;
}
#blue ul.img li:nth-child(2) {
  background-image: url("../img/character/blue_chara2.png");
  top: 0;
  left: 33.33333vw;
}
#blue ul.img li:nth-child(3) {
  background-image: url("../img/character/blue_chara3.png");
  top: 0;
  left: 63.46667vw;
}
#blue ul.img li:nth-child(4) {
  background-image: url("../img/character/blue_chara4.png");
  top: 97.06667vw;
  left: 19.33333vw;
}
#blue ul.img li:nth-child(5) {
  background-image: url("../img/character/blue_chara5.png");
  top: 97.06667vw;
  left: 49.46667vw;
}
#blue ul.btn li:nth-child(4) {
  top: 97.06667vw;
  left: 22.13333vw;
}
#blue ul.btn li:nth-child(5) {
  top: 97.06667vw;
  left: 52.53333vw;
}

#modalWin {
  background: rgba(0, 0, 0, 0.9);
  width: 100vw;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  display: none;
}
#modalWin .inner {
  padding: 5vw 0;
  overflow: scroll;
}
#modalWin .main {
  width: 100vw;
  height: auto;
  position: relative;
}
#modalWin .main .bgImg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  background-position: left top, left bottom;
  border: 2px solid;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
#modalWin .main .bgImg.red {
  background-color: #2d000c;
  background-image: url("../img/character/modal_red_bg1.png"), url("../img/character/modal_red_bg2.png");
  border-color: #e64170;
}
#modalWin .main .bgImg.blue {
  background-color: #000e2d;
  background-image: url("../img/character/modal_blue_bg1.png"), url("../img/character/modal_blue_bg2.png");
  border-color: #297aff;
}
#modalWin .main .closeBtn {
  background: no-repeat;
  background-size: contain;
  width: 9.46667vw;
  height: 9.6vw;
  position: absolute;
  top: 5.73333vw;
  right: 4.66667vw;
  cursor: pointer;
  display: none;
}
#modalWin .main .closeBtn.red {
  background-image: url("../img/character/modal_red_close.png");
}
#modalWin .main .closeBtn.blue {
  background-image: url("../img/character/modal_blue_close.png");
}
#modalWin .main .prevBtn, #modalWin .main .nextBtn {
  background: no-repeat;
  background-size: contain;
  width: 4.8vw;
  height: 9.2vw;
  position: absolute;
  top: 69.46667vw;
  left: 4.8vw;
  cursor: pointer;
  display: none;
}
#modalWin .main .prevBtn.red, #modalWin .main .red.nextBtn {
  background-image: url("../img/character/modal_red_prev.png");
}
#modalWin .main .prevBtn.blue, #modalWin .main .blue.nextBtn {
  background-image: url("../img/character/modal_blue_prev.png");
}
#modalWin .main .nextBtn {
  left: auto;
  right: 4.8vw;
}
#modalWin .main .nextBtn.red {
  background-image: url("../img/character/modal_red_next.png");
}
#modalWin .main .nextBtn.blue {
  background-image: url("../img/character/modal_blue_next.png");
}
#modalWin .main .charaList {
  width: 100%;
  height: 100%;
}
#modalWin .main .charaList ul {
  overflow: hidden;
}
#modalWin .main .charaList ul li {
  width: 100vw;
  height: 100%;
  padding: 5.86667vw 0 17.86667vw 4.53333vw;
  position: relative;
}
#modalWin .main .charaList ul li.red1 img {
  width: 86.93333vw;
  height: 211.6vw;
}
#modalWin .main .charaList ul li.red2 img {
  width: 86vw;
  height: 184.4vw;
}
#modalWin .main .charaList ul li.red3 img {
  width: 85.86667vw;
  height: 180vw;
  margin: -2.26667vw 0 0;
}
#modalWin .main .charaList ul li.red4 img {
  width: 86vw;
  height: 218vw;
}
#modalWin .main .charaList ul li.red5 img {
  width: 86vw;
  height: 218.26667vw;
}
#modalWin .main .charaList ul li.blue1 img {
  width: 87.06667vw;
  height: 198.13333vw;
}
#modalWin .main .charaList ul li.blue2 img {
  width: 86.13333vw;
  height: 204.93333vw;
}
#modalWin .main .charaList ul li.blue3 img {
  width: 86.26667vw;
  height: 198.13333vw;
}
#modalWin .main .charaList ul li.blue4 img {
  width: 86vw;
  height: 184.53333vw;
}
#modalWin .main .charaList ul li.blue5 img {
  width: 86.26667vw;
  height: 211.73333vw;
}
