@charset "UTF-8";
@font-face {
  font-family: "Hall Fetica";
  src: url("../fonts/HallFetica.eot?") format("eot"), url("../fonts/HallFetica.woff") format("woff"),
    url("../fonts/HallFetica.ttf") format("truetype"),
    url("../fonts/HallFetica.svg#HallFetica") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "agency";
  src: url("../fonts/ufonts.com_agency-fb.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "NotoSans";
  src: url("../fonts/NotoSansHant-Regular.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Futura LT Bold";
  src: url("../fonts/futura_lt_bold_1_.eot?") format("eot"),
    url("../fonts/futura-lt-bold.woff") format("woff"),
    url("../fonts/futura-lt-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Vrinda";
  src: url("../fonts/Vrinda.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*
	mixin
*/
/* line 156, ../sass/_basic.scss */
.bg {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(22, 22, 22, 0.95);
  z-index: -1;
  top: 0;
  left: 0;
}

/*
some variables
*/
@-webkit-keyframes move {
  /* line 184, ../sass/_basic.scss */
  from {
    background-position: 0 50%;
  }

  /* line 185, ../sass/_basic.scss */
  to {
    background-position: -100% 50%;
  }
}

@keyframes move {
  /* line 189, ../sass/_basic.scss */
  from {
    background-position: 0 50%;
  }

  /* line 190, ../sass/_basic.scss */
  to {
    background-position: -100% 50%;
  }
}

@-webkit-keyframes hoverPop {
  /* line 195, ../sass/_basic.scss */
  from {
    transform: scale(1);
  }

  /* line 196, ../sass/_basic.scss */
  to {
    transform: scale(1.5);
  }
}

@keyframes hoverPop {
  /* line 200, ../sass/_basic.scss */
  from {
    transform: scale(1);
  }

  /* line 201, ../sass/_basic.scss */
  to {
    transform: scale(1.5);
  }
}

@-webkit-keyframes w {
  /* line 207, ../sass/_basic.scss */
  0% {
    top: calc((100% - 30px) / 2);
    left: calc((100% - 30px) / 2);
    width: 30px;
    height: 30px;
    opacity: 1;
  }

  /* line 214, ../sass/_basic.scss */
  99% {
    opacity: 1;
  }

  /* line 217, ../sass/_basic.scss */
  100% {
    top: calc((100% - 2100px) / 2);
    left: calc((100% - 2100px) / 2);
    width: 2100px;
    height: 2100px;
    opacity: 0;
  }
}

@keyframes w {
  /* line 226, ../sass/_basic.scss */
  0% {
    top: calc((100% - 30px) / 2);
    left: calc((100% - 30px) / 2);
    width: 30px;
    height: 30px;
    opacity: 1;
  }

  /* line 233, ../sass/_basic.scss */
  99% {
    opacity: 1;
  }

  /* line 236, ../sass/_basic.scss */
  100% {
    top: calc((100% - 2100px) / 2);
    left: calc((100% - 2100px) / 2);
    width: 2100px;
    height: 2100px;
    opacity: 0;
  }
}

@-webkit-keyframes boundDown {
  /* line 248, ../sass/_basic.scss */
  from {
    height: 0;
    transform: translateY(-100vh);
  }

  /* line 253, ../sass/_basic.scss */
  to {
    height: 100vh;
    transform: translateY(0);
  }
}

@keyframes boundDown {
  /* line 262, ../sass/_basic.scss */
  from {
    height: 0;
  }

  /* line 266, ../sass/_basic.scss */
  to {
    height: 100vh;
  }
}

@keyframes fadeInFromNone {
  /* line 272, ../sass/_basic.scss */
  0% {
    display: none;
    opacity: 0;
  }

  /* line 277, ../sass/_basic.scss */
  1% {
    display: block;
    opacity: 0;
  }

  /* line 282, ../sass/_basic.scss */
  100% {
    display: block;
    opacity: 0.2;
  }
}

@-webkit-keyframes fadeInFromNone {
  /* line 287, ../sass/_basic.scss */
  0% {
    display: none;
    opacity: 0;
  }

  /* line 292, ../sass/_basic.scss */
  1% {
    display: block;
    opacity: 0;
  }

  /* line 297, ../sass/_basic.scss */
  100% {
    display: block;
    opacity: 0.2;
  }
}

@keyframes fadeInFromNone5 {
  /* line 304, ../sass/_basic.scss */
  0% {
    display: none;
    opacity: 0;
  }

  /* line 309, ../sass/_basic.scss */
  1% {
    display: block;
    opacity: 0;
  }

  /* line 314, ../sass/_basic.scss */
  100% {
    display: block;
    opacity: 0.5;
  }
}

@-webkit-keyframes fadeInFromNone5 {
  /* line 319, ../sass/_basic.scss */
  0% {
    display: none;
    opacity: 0;
  }

  /* line 324, ../sass/_basic.scss */
  1% {
    display: block;
    opacity: 0;
  }

  /* line 329, ../sass/_basic.scss */
  100% {
    display: block;
    opacity: 0.5;
  }
}

@keyframes fadeInFromNone10 {
  /* line 335, ../sass/_basic.scss */
  0% {
    display: none;
    opacity: 0;
  }

  /* line 340, ../sass/_basic.scss */
  1% {
    display: block;
    opacity: 0;
  }

  /* line 345, ../sass/_basic.scss */
  100% {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes fadeInFromNone10 {
  /* line 350, ../sass/_basic.scss */
  0% {
    display: none;
    opacity: 0;
  }

  /* line 355, ../sass/_basic.scss */
  1% {
    display: block;
    opacity: 0;
  }

  /* line 360, ../sass/_basic.scss */
  100% {
    display: block;
    opacity: 1;
  }
}

/* line 366, ../sass/_basic.scss */
.leftRight {
  -webkit-animation-name: leftRight;
  -webkit-animation-duration: 0.3s;
  animation-name: leftRight;
  animation-duration: 0.3s;
}

@-webkit-keyframes leftRight {
  /* line 374, ../sass/_basic.scss */
  50% {
    transform: translateX(-65%) translateY(-50%);
  }

  /* line 377, ../sass/_basic.scss */
  100% {
    transform: translateX(50%) translateY(-50%);
  }
}

@keyframes leftRight {
  /* line 382, ../sass/_basic.scss */
  50% {
    transform: translateX(-65%) translateY(-50%);
  }

  /* line 385, ../sass/_basic.scss */
  100% {
    transform: translateX(50%) translateY(-50%);
  }
}

@-webkit-keyframes zoom {
  /* line 392, ../sass/_basic.scss */
  50% {
    transform: scale(1.3);
  }

  /* line 395, ../sass/_basic.scss */
  100% {
    transform: scale(1);
  }
}

@keyframes zoom {
  /* line 400, ../sass/_basic.scss */
  50% {
    transform: scale(1.3);
  }

  /* line 403, ../sass/_basic.scss */
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes fadeUp {
  /* line 410, ../sass/_basic.scss */
  0% {
    transform: translateY(50%);
    opacity: 0;
  }

  /* line 414, ../sass/_basic.scss */
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

@keyframes fadeUp {
  /* line 420, ../sass/_basic.scss */
  0% {
    transform: translateY(50%);
    opacity: 0;
  }

  /* line 424, ../sass/_basic.scss */
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

@-webkit-keyframes load1 {
  /* line 432, ../sass/_basic.scss */
  0% {
    background: #fb7677;
  }

  /* line 433, ../sass/_basic.scss */
  25%,
  50%,
  75%,
  100% {
    background: #6c6e8d;
  }
}

@keyframes load1 {
  /* line 436, ../sass/_basic.scss */
  0%,
  100% {
    background: #fb7677;
  }

  /* line 437, ../sass/_basic.scss */
  25%,
  50%,
  75% {
    background: #6c6e8d;
  }
}

@-webkit-keyframes load2 {
  /* line 440, ../sass/_basic.scss */
  0%,
  100% {
    background: #fb7677;
  }

  /* line 441, ../sass/_basic.scss */
  25%,
  50%,
  75% {
    background: #6c6e8d;
  }
}

@keyframes load2 {
  /* line 444, ../sass/_basic.scss */
  25% {
    background: #fb7677;
  }

  /* line 445, ../sass/_basic.scss */
  0%,
  50%,
  75%,
  100% {
    background: #6c6e8d;
  }
}

@-webkit-keyframes load3 {
  /* line 448, ../sass/_basic.scss */
  50% {
    background: #fb7677;
  }

  /* line 449, ../sass/_basic.scss */
  0%,
  25%,
  75%,
  100% {
    background: #6c6e8d;
  }
}

@keyframes load3 {
  /* line 452, ../sass/_basic.scss */
  50% {
    background: #fb7677;
  }

  /* line 453, ../sass/_basic.scss */
  0%,
  25%,
  75%,
  100% {
    background: #6c6e8d;
  }
}

@-webkit-keyframes load4 {
  /* line 456, ../sass/_basic.scss */
  75% {
    background: #fb7677;
  }

  /* line 457, ../sass/_basic.scss */
  0%,
  25%,
  50%,
  100% {
    background: #6c6e8d;
  }
}

@keyframes load4 {
  /* line 460, ../sass/_basic.scss */
  75% {
    background: #fb7677;
  }

  /* line 461, ../sass/_basic.scss */
  0%,
  25%,
  50%,
  100% {
    background: #6c6e8d;
  }
}

/* line 5, ../sass/chars.scss */
#charPage .content {
  height: auto;
  min-height: 100%;
  z-index: 2;
}

/* line 11, ../sass/chars.scss */
#name_dec,
#name_dec_Mobile {
  position: absolute;
  right: 60px;
  font-size: 118pt;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
  color: #485258;
  font-family: Futura LT Bold;
  line-height: 148px;
  text-transform: uppercase;
}
/* line 23, ../sass/chars.scss */
#name_dec .name > span,
#name_dec_Mobile .name > span {
  color: #ffffff;
}
/* line 26, ../sass/chars.scss */
#name_dec .role_place,
#name_dec_Mobile .role_place {
  font-size: 18pt;
  line-height: 30px;
  margin-top: 15px;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(110%);
}

/* line 37, ../sass/chars.scss */
#character_nav {
  height: auto;
}
/* line 39, ../sass/chars.scss */
#character_nav ul.navs {
  margin: 70px 0;
  padding: 0;
  list-style: none;
}
/* line 43, ../sass/chars.scss */
#character_nav ul.navs.char_mobile {
  position: relative;
}
/* line 45, ../sass/chars.scss */
#character_nav ul.navs.char_mobile .slash {
  height: 35px;
  width: 35px;
}
/* line 49, ../sass/chars.scss */
#character_nav ul.navs.char_mobile .charIndex {
  position: absolute;
  font-size: 27pt;
  font-weight: bold;
  top: -25px;
}
/* line 55, ../sass/chars.scss */
#character_nav ul.navs.char_mobile .totalChars {
  position: absolute;
  font-size: 18pt;
  right: 12%;
  top: 88%;
  font-weight: bold;
}
/* line 64, ../sass/chars.scss */
#character_nav .prev {
  top: 0;
  bottom: auto;
}
/* line 68, ../sass/chars.scss */
#character_nav .next {
  top: auto;
  bottom: 0;
}
/* line 72, ../sass/chars.scss */
#character_nav .dot {
  height: 10px;
  margin: 30px 0;
  position: relative;
}
/* line 76, ../sass/chars.scss */
#character_nav .dot:before {
  content: "";
  height: 8px;
  width: 8px;
  border: 1px solid #002231;
  display: block;
  transform: rotate(45deg);
  margin: 0 auto;
  box-sizing: border-box;
  cursor: pointer;
  transition: transform 0.2s;
}
/* line 88, ../sass/chars.scss */
#character_nav .dot:hover:before {
  transform: scale(1.5) rotate(45deg);
}
/* line 91, ../sass/chars.scss */
#character_nav .dot.active:before {
  background: #002231;
}

/* line 96, ../sass/chars.scss */
.roleImg {
  position: absolute;
  right: 10.8%;
  z-index: 20;
  top: 50%;
  transform: translateY(-50%);
}
/* line 102, ../sass/chars.scss */
.roleImg img {
  transition: all 0.3s;
  height: 110vh;
  max-height: 1000px;
}

/* line 109, ../sass/chars.scss */
#characters,
#intro_mobile {
  width: 40%;
  height: 100%;
  position: relative;
  z-index: 30;
  top: 40px;
  left: 0;
  overflow: hidden;
  padding-bottom: 230px;
  padding-left: 75px;
  box-sizing: border-box;
}
/* line 121, ../sass/chars.scss */
#characters .char_name,
#intro_mobile .char_name {
  width: 85%;
  line-height: 35px;
  font-size: 30pt;
  font-weight: bold;
  margin-top: calc(40vh - 65px);
}
/* line 128, ../sass/chars.scss */
#characters .char_content,
#intro_mobile .char_content {
  font-size: 12pt;
  margin-top: 30px;
  line-height: 22px;
  font-family: "微軟正黑體", "Microsoft JhengHei";
}

/* line 137, ../sass/chars.scss */
#name_dec_Mobile {
  position: fixed;
  z-index: 30;
  font-size: 18vw;
  line-height: 17vw;
  height: 51vw;
  right: 12vw;
  pointer-events: none;
}
/* line 146, ../sass/chars.scss */
#name_dec_Mobile .role_place {
  transform: translateY(100%);
  font-size: 4vw;
  line-height: 4.8vw;
  position: fixed;
  bottom: -5vw;
  right: 0;
}
/* line 153, ../sass/chars.scss */
#charPage[char="qian"] #name_dec_Mobile .role_place,
#charPage[char="yuko"] #name_dec_Mobile .role_place {
  bottom: -22vw;
}

/* line 159, ../sass/chars.scss */
#mo_char_name {
  font-weight: bold;
  position: fixed;
  right: 11vw;
  bottom: 7vw;
  z-index: 55;
  font-size: 8vw;
  line-height: 8vw;
  text-align: right;
}

/* line 171, ../sass/chars.scss */
#charImgArea {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
}

/* line 177, ../sass/chars.scss */
.bgTriangle {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 50vw;
  width: 50vw;
  min-width: 640px;
  min-height: 640px;
}

/* line 191, ../sass/chars.scss */
#charPage[char="yuko"] .squareBG .square path {
  transition: all 1s;
  stroke: #e0f1ff;
}
/* line 195, ../sass/chars.scss */
#charPage[char="yuko"] .decor_line path {
  transition: all 1s;
  fill: #e0f1ff;
}
/* line 200, ../sass/chars.scss */
#charPage[char="yuko"] .deco_square .fillColor {
  transition: all 1s;
  stop-color: #ffcec9;
}
/* line 205, ../sass/chars.scss */
#charPage[char="yuko"] .bgTriangle path {
  transition: all 1s;
  fill: #ffcec9;
}
/* line 209, ../sass/chars.scss */
#charPage[char="yuko"] .shadow:before {
  transition: all 1s;
  background-color: #ffcec9;
}
/* line 213, ../sass/chars.scss */
#charPage[char="yuko"] .shadow.char_mobile:before {
  background-color: #f78f84;
}

/* line 191, ../sass/chars.scss */
#charPage[char="chelsea"] .squareBG .square path {
  transition: all 1s;
  stroke: #d9ffea;
}
/* line 195, ../sass/chars.scss */
#charPage[char="chelsea"] .decor_line path {
  transition: all 1s;
  fill: #d9ffea;
}
/* line 200, ../sass/chars.scss */
#charPage[char="chelsea"] .deco_square .fillColor {
  transition: all 1s;
  stop-color: #fddbc2;
}
/* line 205, ../sass/chars.scss */
#charPage[char="chelsea"] .bgTriangle path {
  transition: all 1s;
  fill: #fddbc2;
}
/* line 209, ../sass/chars.scss */
#charPage[char="chelsea"] .shadow:before {
  transition: all 1s;
  background-color: #fddbc2;
}
/* line 213, ../sass/chars.scss */
#charPage[char="chelsea"] .shadow.char_mobile:before {
  background-color: #f3ab74;
}

/* line 191, ../sass/chars.scss */
#charPage[char="lance"] .squareBG .square path {
  transition: all 1s;
  stroke: #e5e7f8;
}
/* line 195, ../sass/chars.scss */
#charPage[char="lance"] .decor_line path {
  transition: all 1s;
  fill: #e5e7f8;
}
/* line 200, ../sass/chars.scss */
#charPage[char="lance"] .deco_square .fillColor {
  transition: all 1s;
  stop-color: #fde57a;
}
/* line 205, ../sass/chars.scss */
#charPage[char="lance"] .bgTriangle path {
  transition: all 1s;
  fill: #fde57a;
}
/* line 209, ../sass/chars.scss */
#charPage[char="lance"] .shadow:before {
  transition: all 1s;
  background-color: #fde57a;
}
/* line 213, ../sass/chars.scss */
#charPage[char="lance"] .shadow.char_mobile:before {
  background-color: #ffd119;
}

/* line 191, ../sass/chars.scss */
#charPage[char="ocean"] .squareBG .square path {
  transition: all 1s;
  stroke: #ffeccc;
}
/* line 195, ../sass/chars.scss */
#charPage[char="ocean"] .decor_line path {
  transition: all 1s;
  fill: #ffeccc;
}
/* line 200, ../sass/chars.scss */
#charPage[char="ocean"] .deco_square .fillColor {
  transition: all 1s;
  stop-color: #92f398;
}
/* line 205, ../sass/chars.scss */
#charPage[char="ocean"] .bgTriangle path {
  transition: all 1s;
  fill: #92f398;
}
/* line 209, ../sass/chars.scss */
#charPage[char="ocean"] .shadow:before {
  transition: all 1s;
  background-color: #92f398;
}
/* line 213, ../sass/chars.scss */
#charPage[char="ocean"] .shadow.char_mobile:before {
  background-color: #47e252;
}

/* line 191, ../sass/chars.scss */
#charPage[char="jessy"] .squareBG .square path {
  transition: all 1s;
  stroke: #fff5cc;
}
/* line 195, ../sass/chars.scss */
#charPage[char="jessy"] .decor_line path {
  transition: all 1s;
  fill: #fff5cc;
}
/* line 200, ../sass/chars.scss */
#charPage[char="jessy"] .deco_square .fillColor {
  transition: all 1s;
  stop-color: #c6e8ff;
}
/* line 205, ../sass/chars.scss */
#charPage[char="jessy"] .bgTriangle path {
  transition: all 1s;
  fill: #c6e8ff;
}
/* line 209, ../sass/chars.scss */
#charPage[char="jessy"] .shadow:before {
  transition: all 1s;
  background-color: #c6e8ff;
}
/* line 213, ../sass/chars.scss */
#charPage[char="jessy"] .shadow.char_mobile:before {
  background-color: #82c4ef;
}

/* line 191, ../sass/chars.scss */
#charPage[char="qian"] .squareBG .square path {
  transition: all 1s;
  stroke: #fcf3b8;
}
/* line 195, ../sass/chars.scss */
#charPage[char="qian"] .decor_line path {
  transition: all 1s;
  fill: #fcf3b8;
}
/* line 200, ../sass/chars.scss */
#charPage[char="qian"] .deco_square .fillColor {
  transition: all 1s;
  stop-color: #b4cbfe;
}
/* line 205, ../sass/chars.scss */
#charPage[char="qian"] .bgTriangle path {
  transition: all 1s;
  fill: #b4cbfe;
}
/* line 209, ../sass/chars.scss */
#charPage[char="qian"] .shadow:before {
  transition: all 1s;
  background-color: #b4cbfe;
}
/* line 213, ../sass/chars.scss */
#charPage[char="qian"] .shadow.char_mobile:before {
  background-color: #5887f0;
}

/* line 219, ../sass/chars.scss */
.shadow {
  height: 150px;
  width: 150px;
  position: absolute;
  right: 43%;
  bottom: 24%;
  opacity: 0.4;
}
/* line 226, ../sass/chars.scss */
.shadow:before {
  content: "";
  height: 150px;
  width: 150px;
  transform: rotate(45deg);
  display: block;
  z-index: 20;
  position: relative;
  z-index: 9;
}

/* line 237, ../sass/chars.scss */
#birthBox,
#birthBox_Mobile {
  height: 150px;
  width: 150px;
  position: absolute;
  right: 43%;
  bottom: 27%;
  z-index: 25;
}
/* line 244, ../sass/chars.scss */
#charPage[char="lance"] #birthBox,
#charPage[char="lance"] #birthBox_Mobile {
  z-index: 18;
}
/* line 247, ../sass/chars.scss */
#birthBox:before,
#birthBox_Mobile:before {
  content: "";
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
  border: 8px solid;
  box-sizing: border-box;
  display: block;
  z-index: 20;
  background-color: #ffffff;
  position: relative;
  z-index: 9;
}
/* line 260, ../sass/chars.scss */
#birthBox .content,
#birthBox_Mobile .content {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
  z-index: 10;
  text-transform: uppercase;
  font-family: "Futura LT Bold";
}
/* line 270, ../sass/chars.scss */
#birthBox .content > div,
#birthBox_Mobile .content > div {
  position: absolute;
}
/* line 272, ../sass/chars.scss */
#birthBox .content > div.month,
#birthBox_Mobile .content > div.month {
  margin: 15px 25px;
  font-size: 18pt;
}
/* line 275, ../sass/chars.scss */
#birthBox .content > div.month:after,
#birthBox_Mobile .content > div.month:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  width: 25px;
  height: 5px;
  background: #475258;
}
/* line 285, ../sass/chars.scss */
#birthBox .content > div.day,
#birthBox_Mobile .content > div.day {
  bottom: 0;
  right: 0;
  margin: 25px;
  font-size: 20pt;
}
/* line 290, ../sass/chars.scss */
#birthBox .content > div.day:after,
#birthBox_Mobile .content > div.day:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  right: 0;
  width: 25px;
  height: 5px;
  background: #475258;
}
/* line 301, ../sass/chars.scss */
#birthBox .content > div.text,
#birthBox_Mobile .content > div.text {
  height: 100%;
  width: 100%;
  line-height: 150px;
  text-align: center;
  letter-spacing: 2px;
}

/* line 312, ../sass/chars.scss */
#role_logo {
  position: absolute;
  right: 40%;
  z-index: 5;
  top: -50px;
}

/* line 318, ../sass/chars.scss */
#starSign_dec {
  position: absolute;
  z-index: 5;
}
/* line 321, ../sass/chars.scss */
#starSign_dec.yuko {
  top: 17%;
  right: 17%;
}
/* line 325, ../sass/chars.scss */
#starSign_dec.chelsea {
  top: 23%;
  right: 55%;
}
/* line 329, ../sass/chars.scss */
#starSign_dec.lance {
  top: 10%;
  right: 20%;
}
/* line 333, ../sass/chars.scss */
#starSign_dec.ocean {
  top: 8%;
  right: 20%;
}
/* line 337, ../sass/chars.scss */
#starSign_dec.jessy {
  top: 12%;
  right: 18%;
}
/* line 341, ../sass/chars.scss */
#starSign_dec.qian {
  top: 17%;
  right: 16%;
}

/* line 346, ../sass/chars.scss */
#starSign_decMob {
  position: fixed;
  z-index: 5;
  right: 12vw;
  top: 18%;
  width: 14vw;
  max-width: 75px;
}
/* line 353, ../sass/chars.scss */
#starSign_decMob img {
  width: 100%;
}

/* line 360, ../sass/chars.scss */
#charsArea .mobile {
  display: none;
}

/* line 364, ../sass/chars.scss */
.char_mobile {
  display: none;
}

/* line 368, ../sass/chars.scss */
#birthBox_Mobile {
  right: auto;
  left: 14%;
  bottom: 10%;
  height: 30vw;
  width: 30vw;
  position: fixed;
  pointer-events: none;
}
/* line 377, ../sass/chars.scss */
#birthBox_Mobile:before {
  border: 1.7vw solid;
}
/* line 380, ../sass/chars.scss */
#birthBox_Mobile .content > div.month {
  margin: 4.3vw;
  font-size: 4vw;
}
/* line 383, ../sass/chars.scss */
#birthBox_Mobile .content > div.month:after {
  bottom: -1.4vw;
  width: 4.3vw;
  height: 0.6vw;
}
/* line 389, ../sass/chars.scss */
#birthBox_Mobile .content > div.text {
  line-height: 30vw;
  font-size: 3vw;
}
/* line 393, ../sass/chars.scss */
#birthBox_Mobile .content > div.day {
  margin: 4.3vw;
  font-size: 4vw;
  margin-bottom: 5.4vw;
}
/* line 397, ../sass/chars.scss */
#birthBox_Mobile .content > div.day:after {
  width: 4.3vw;
  height: 0.6vw;
  bottom: -1.2vw;
}
/* line 403, ../sass/chars.scss */
#charPage[char="lance"] #birthBox_Mobile {
  z-index: 25;
}

/* line 407, ../sass/chars.scss */
.shadow.char_mobile {
  z-index: 24;
  bottom: 7%;
  left: 14%;
  position: fixed;
  height: 30vw;
  width: 30vw;
  pointer-events: none;
}
/* line 415, ../sass/chars.scss */
.shadow.char_mobile:before {
  height: 100%;
  width: 100%;
}

/* line 421, ../sass/chars.scss */
#mo_role_logo {
  position: fixed;
  z-index: 30;
  left: 10%;
  top: -5%;
  width: 50%;
  pointer-events: none;
}
/* line 428, ../sass/chars.scss */
#mo_role_logo img {
  width: 100%;
}

/* line 432, ../sass/chars.scss */
#intro_mobile {
  position: fixed;
  z-index: 46;
  width: 100%;
  padding: 0 10% 0 20%;
  height: calc(110vh - 80vw);
  bottom: 0;
  top: auto;
}
/* line 441, ../sass/chars.scss */
#intro_mobile .char_name {
  text-align: right;
}
/* line 444, ../sass/chars.scss */
#intro_mobile .char_name {
  margin-top: 20%;
}
/* line 447, ../sass/chars.scss */
#intro_mobile .char_content {
  height: 55%;
  overflow: auto;
  padding: 5px 0;
}

/* --------------------- */
/*     Mobile version    */
/* --------------------- */
@media (max-width: 800px) {
  /* line 459, ../sass/chars.scss */
  .char_mobile {
    display: block;
  }

  /* line 462, ../sass/chars.scss */
  .char_web {
    display: none;
  }

  /* line 466, ../sass/chars.scss */
  #charPage {
    overflow: auto;
  }
  /* line 468, ../sass/chars.scss */
  #charPage.showPage2 {
    overflow: hidden;
  }
  /* line 471, ../sass/chars.scss */
  #charPage > .content {
    position: initial;
  }
  /* line 474, ../sass/chars.scss */
  #charPage .deco_square {
    display: none;
  }

  /* line 478, ../sass/chars.scss */
  .bgTriangle {
    z-index: 20;
    pointer-events: none;
    width: 100vw;
    height: 100vw;
    min-width: 0;
    min-height: 0;
  }
  /* line 485, ../sass/chars.scss */
  .bgTriangle svg {
    height: 100%;
    width: 100%;
  }

  /* line 490, ../sass/chars.scss */
  .showPage2 .bgTriangle {
    height: 110vh;
    width: 110vh;
  }

  /* line 495, ../sass/chars.scss */
  .roleImg {
    position: fixed;
    pointer-events: none;
    left: -6vw;
    z-index: 1;
    top: -3vw;
    transform: none;
  }
  /* line 502, ../sass/chars.scss */
  .roleImg img {
    width: 100vw;
    height: auto;
    max-height: none;
  }

  /* line 509, ../sass/chars.scss */
  #charactersMobile .charPage {
    height: 100vh;
    width: 100%;
  }

  /* line 517, ../sass/chars.scss */
  #charImgArea {
    pointer-events: none;
  }

  /* line 521, ../sass/chars.scss */
  .showPage1 .char_page1,
  .showPage2 .char_page2 {
    display: block;
  }

  /* line 524, ../sass/chars.scss */
  .showPage1 .char_page2,
  .showPage2 .char_page1 {
    display: none;
  }
}
@media (max-width: 800px) and (orientation: landscape) {
  /* line 532, ../sass/chars.scss */
  #birthBox_Mobile {
    height: 30vh;
    width: 30vh;
  }
  /* line 535, ../sass/chars.scss */
  #birthBox_Mobile:before {
    border: 1.7vh solid;
  }

  /* line 539, ../sass/chars.scss */
  .shadow.char_mobile {
    height: 30vh;
    width: 30vh;
  }

  /* line 546, ../sass/chars.scss */
  #birthBox_Mobile .content > div.month {
    font-size: 4vh;
    margin: 4.3vh;
  }
  /* line 549, ../sass/chars.scss */
  #birthBox_Mobile .content > div.month:after {
    bottom: -1.4vh;
    width: 4.3vh;
    height: 0.6vh;
  }
  /* line 555, ../sass/chars.scss */
  #birthBox_Mobile .content > div.day {
    margin: 4.3vh;
    font-size: 4vh;
    margin-bottom: 5.4vh;
  }
  /* line 559, ../sass/chars.scss */
  #birthBox_Mobile .content > div.day:after {
    width: 4.3vh;
    height: 0.6vh;
    bottom: -1.2vh;
  }
  /* line 565, ../sass/chars.scss */
  #birthBox_Mobile .content > div.text {
    line-height: 30vh;
    font-size: 3vh;
  }

  /* line 570, ../sass/chars.scss */
  #mo_char_name {
    right: 11vh;
    bottom: 7vh;
    font-size: 8vh;
    line-height: 8vh;
  }

  /* line 577, ../sass/chars.scss */
  #name_dec_Mobile {
    font-size: 18vh;
    line-height: 17vh;
    height: 51vh;
    right: 12vh;
  }
  /* line 582, ../sass/chars.scss */
  #name_dec_Mobile .role_place {
    font-size: 4vh;
    line-height: 4.8vh;
    bottom: -5vh;
  }
  /* line 586, ../sass/chars.scss */
  #charPage[char="qian"] #name_dec_Mobile .role_place,
  #charPage[char="yuko"] #name_dec_Mobile .role_place {
    bottom: -22vh;
  }

  /* line 592, ../sass/chars.scss */
  .bgTriangle {
    height: 90vh;
    width: 90vh;
  }
  /* line 595, ../sass/chars.scss */
  .showPage2 .bgTriangle {
    height: 100vw;
    width: 100vw;
  }

  /* line 600, ../sass/chars.scss */
  .roleImg {
    left: -6vh;
    z-index: 1;
    top: -3vh;
    transform: none;
  }
  /* line 605, ../sass/chars.scss */
  .roleImg img {
    width: 70vw;
  }

  /* line 609, ../sass/chars.scss */
  #starSign_decMob {
    width: 14vh;
    right: 30%;
    top: auto;
    bottom: 40%;
  }

  /* line 615, ../sass/chars.scss */
  #intro_mobile {
    height: 100vh;
    padding-left: 34%;
  }
  /* line 618, ../sass/chars.scss */
  #intro_mobile:before {
    display: none;
  }

  /* line 622, ../sass/chars.scss */
  #mo_role_logo {
    width: 50vh;
  }
}
