@charset "UTF-8";
/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
html, body {
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  background: #000000;
}

#content {
  height: 100%;
  position: relative;
}
#content .txt--wht {
  color: #fff;
}
#content .txt--ylw {
  color: #fff45c;
}
#content .txt--sky {
  color: #5f93fe;
}
#content .txt--gry {
  color: #d1d2d6;
}
#content .txt--blk {
  color: #000;
}
#content a {
  text-decoration: none;
}
#content a.txt--link {
  color: #fff45c;
  text-decoration: underline;
}
#content a.txt--link:hover {
  text-decoration: none;
}
#content i {
  font-style: normal;
}
#content #headArea .fixObj {
  width: 100%;
  position: absolute;
  top: 10px;
  right: auto;
  left: 20px;
  z-index: 990;
}
#content #headArea .fixObj .bnsLogo {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  margin: 0;
}
#content #headArea .fixObj .bnsLogo a {
  height: 94px;
  width: 206px;
  background: url(https://static.ncsoft.jp/images/bns/common/logo_wh.png) center/contain no-repeat;
}
#content #bodyArea .sct {
  text-shadow: 1px 1px 2px #000;
  margin: 0 auto;
  position: relative;
}
#content #bodyArea .sct table {
  width: 100%;
}
#content #bodyArea .sct table th, #content #bodyArea .sct table td {
  font-size: 1rem;
  vertical-align: middle;
}
#content #bodyArea .sct .eff {
  opacity: 0;
}
#content #bodyArea .anime [class*=chara], #content #bodyArea .anime .etc {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transition: all 0.5s ease;
}
#content #popup {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transform: scale(0.1);
  transition: all 0.3s ease;
  background: #000;
  z-index: -1;
  opacity: 0;
}
#content #popup.open {
  z-index: 99999999;
  opacity: 1;
  transform: scale(1);
}
#content #popup.open .popCont {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#content #popup.open .popCont .popVideo, #content #popup.open .popCont .popVideo iframe {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
#content #popup.open .popClose {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 70px;
  right: 15px;
  transform: rotate(45deg);
  z-index: 999;
  cursor: pointer;
}
#content #popup.open .popClose:before, #content #popup.open .popClose:after {
  content: "";
  background: #FFF;
  height: 1px;
  width: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  transition: 0.85s;
}
#content #popup.open .popClose:before {
  transform: rotate(90deg);
}
#content #popup.open .popClose:hover:before, #content #popup.open .popClose:hover:after {
  background: #A9FFFF;
}
#content #popup.open .popClose:hover:before {
  transform: rotate(360deg);
}
#content #popup.open .popClose:hover:after {
  transform: rotate(270deg);
}

#loadingBg {
  position: fixed;
  top: 0;
  left: 0;
  height: auto;
  width: auto;
  min-width: 100%;
  min-height: 100%;
  background: #000;
  z-index: 99998;
}

#loading {
  height: 126px;
  width: 276px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/common/loader_bns_off.png) center/contain no-repeat;
  z-index: 99999;
}
#loading #gauge {
  height: 126px;
  width: 276px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
  overflow: hidden;
}
#loading #gauge:before {
  content: "";
  height: 126px;
  width: 276px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
  background: url(https://static.ncsoft.jp/images/event/bns/update/1903/img/common/loader_bns_on.png) center/contain no-repeat;
}

@media screen and (max-width: 812px) {
  html, body {
    min-width: 310px !important;
    font-size: 3.4vw;
  }

  #content {
    height: 100%;
    width: 100%;
  }
  #content .inner {
    width: 100%;
  }
  #content .inner .spBlock {
    display: block;
  }
  #content #headArea .fixObj .bnsLogo {
    height: 47px;
    width: 100px;
    position: absolute;
    right: 20px;
    left: 0;
    margin-left: 0;
  }
  #content #headArea .fixObj .bnsLogo a {
    height: 47px;
    width: 100px;
    margin: 0;
  }
  #content #headArea .fixObj #nav__Btn {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 5px;
    left: 15px;
    transition: all 0.4s;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    z-index: 9999;
  }
  #content #headArea .fixObj #nav__Btn i {
    height: 2px;
    width: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.4s;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFF;
    margin-left: -12.5px;
  }
  #content #headArea .fixObj #nav__Btn i:nth-child(1) {
    margin-top: -9px;
  }
  #content #headArea .fixObj #nav__Btn i:nth-child(2) {
    margin-top: -1px;
  }
  #content #headArea .fixObj #nav__Btn i:nth-child(3) {
    margin-top: 7px;
  }
  #content #headArea .fixObj #nav__Btn.active i {
    display: inline-block;
  }
  #content #headArea .fixObj #nav__Btn.active i:nth-child(1) {
    transform: translateY(13px) rotate(-45deg);
    margin-top: -15px;
  }
  #content #headArea .fixObj #nav__Btn.active i:nth-child(2) {
    opacity: 0;
  }
  #content #headArea .fixObj #nav__Btn.active i:nth-child(3) {
    transform: translateY(-12px) rotate(45deg);
    margin-top: 10px;
  }

  #ncjSnsHolder li a {
    height: 25px;
    width: 25px;
  }

  #loading {
    height: 82px;
    width: 180px;
  }
  #loading #gauge {
    height: 82px;
    width: 180px;
  }
  #loading #gauge:before {
    height: 82px;
    width: 180px;
  }
}
@media only screen and (min-aspect-ratio: 13/9) {
  #sp_msg {
    display: flex !important;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 100%;
    width: 100%;
    background: #000;
  }
  #sp_msg .sp_msg_cont i {
    height: 90px;
    width: 102px;
    display: block;
    background: url("https://static.ncsoft.jp/images/event/bns/update/1812/img/common/message_landscape_icon.jpg") 50% 0/cover no-repeat;
    margin: 0 auto 20px auto;
  }
  #sp_msg .sp_msg_cont p {
    text-align: center;
    color: #FFF;
  }
}
@keyframes bgAnime {
  0% {
    transform: scale(1) translateY(0);
    transform-origin: 50% 16%;
  }
  100% {
    transform: scale(1.25) translateY(-15px);
    transform-origin: top;
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoomOut {
  10% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.1);
    opacity: 0;
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(15px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-15px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideRight {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideLeft {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes vertical {
  0% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media screen and (max-width: 812px) {
  .sp_menu_bg_open #sp_menu_bg {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 998;
    transition: all 0.1s ease;
  }
  .sp_menu_bg_open #content.active #headArea #nav {
    display: block;
    transition: all 0.3s ease;
  }
  .sp_menu_bg_open #content.active #headArea #nav.active {
    left: 0;
  }

  #ncjSnsHolder {
    top: 65px !important;
    left: 90px !important;
    right: auto;
  }
}
#content #topBtn {
  display: none;
  width: 45px;
  height: 45px;
  color: #fff;
  font-size: 10px;
  text-align: center;
  text-decoration: none;
  line-height: 20px;
  padding-top: 20px;
  border-radius: 10px;
  box-sizing: border-box;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.6);
}
#content #topBtn:before {
  content: "▲";
  width: 100%;
  text-align: center;
  font-size: 12px;
  position: absolute;
  top: 5px;
  left: 0;
}
#content #topBtn:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#content #headArea {
  height: 960px;
  background: url("https://static.ncsoft.jp/images/event/bns/update/2004/img/main.jpg") center top no-repeat;
}
#content #headArea .cnt {
  position: relative;
  z-index: 2;
}
#content #headArea .cnt > * {
  text-indent: -999em;
  margin: 0 auto;
}
#content #headArea .cnt .main__ttl {
  height: 350px;
  width: 1031px;
  margin-top: 265px;
  background: url("https://static.ncsoft.jp/images/event/bns/update/2004/img/main_ttl.png") center top no-repeat;
}
#content #headArea .cnt .main__subTtl {
  height: 107px;
  width: 412px;
  margin-top: -30px;
  background: url("https://static.ncsoft.jp/images/event/bns/update/2004/img/main_subTtl.png") center top/contain no-repeat;
}
#content #headArea .cnt .main__date {
  height: 101px;
  width: 538px;
  background: url("https://static.ncsoft.jp/images/event/bns/update/2004/img/main_date.png") center top/contain no-repeat;
}
#content #headArea .cnt .main__scroll {
  height: 82px;
  width: 106px;
  background: url("https://static.ncsoft.jp/images/event/bns/update/2004/img/main_scroll.png") center top/contain no-repeat;
}
#content #headArea .main__char {
  height: 892px;
  width: 1348px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -740px;
  background: url("https://static.ncsoft.jp/images/event/bns/update/2004/img/main_char.png") center top no-repeat;
}
#content #headArea #nav {
  display: none;
}
@media screen and (max-width: 812px) {
  #content #headArea {
    height: auto;
    background: url("https://static.ncsoft.jp/images/event/bns/update/2004/img/main_sp.jpg") center top/cover no-repeat;
  }
  #content #headArea .cnt {
    width: 100%;
    margin-top: 60vw;
    padding-bottom: 2.5vw;
  }
  #content #headArea .cnt .main__ttl {
    height: 53.0666666667VW;
    width: 90.9333333333VW;
    margin-top: 0;
    background: url("https://static.ncsoft.jp/images/event/bns/update/2004/img/main_ttl_sp.png") center top/contain no-repeat;
  }
  #content #headArea .cnt .main__subTtl {
    height: 17.8333333333VW;
    width: 68.6666666667VW;
    margin-top: 0;
  }
  #content #headArea .cnt .main__date {
    height: 16.8333333333VW;
    width: 89.6666666667VW;
  }
  #content #headArea .cnt .main__scroll {
    height: 13.6666666667VW;
    width: 17.6666666667VW;
    margin-top: -1.5vw;
  }
  #content #headArea .main__char {
    height: 139.8666666667VW;
    width: 100VW;
    position: absolute;
    top: -5vw;
    left: 0;
    margin-top: 0;
    margin-left: 0;
    background: url("https://static.ncsoft.jp/images/event/bns/update/2004/img/main_char_sp.png") center top/contain no-repeat;
  }
  #content #headArea .fixObj {
    width: 100%;
    left: 0;
    z-index: inherit;
  }
  #content #headArea .fixObj .bnsLogo {
    left: auto;
    right: 3vw;
  }
  #content #headArea .fixObj #nav__Btn {
    height: 14VW;
    width: 14VW;
    max-width: 60px;
    max-height: 60px;
    background: url("https://static.ncsoft.jp/images/event/bns/update/2004/img/nav_bg.png") center top/contain no-repeat;
  }
  #content #headArea .fixObj #nav {
    height: 100%;
    width: 75%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: -100%;
    padding: 90px 5vw;
    background: #000721;
    z-index: 999;
    text-align: center;
  }
  #content #headArea .fixObj #nav li {
    margin-bottom: 1vw;
  }
  #content #headArea .fixObj #nav li a {
    display: block;
    padding: 4vw 0;
    font-size: 1.1rem;
    color: #d1d2d6;
  }
  #content #headArea .fixObj #nav li:first-child a {
    color: #5f93fe;
  }
  #content #headArea .fixObj #nav li:last-child a {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 3vw;
    padding-left: 30px;
    position: relative;
  }
  #content #headArea .fixObj #nav li:last-child a:before {
    content: "";
    width: 3.3333333333VW;
    height: 3.6VW;
    background: url("https://static.ncsoft.jp/images/event/bns/update/2004/img/nav_home.png") center top/contain no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1.7333333333VW;
    margin-left: -2em;
  }
}
#content #bodyArea .sct#sct1 {
  background: url("https://static.ncsoft.jp/images/event/bns/update/2004/img/sct1.jpg") center top no-repeat;
}
#content #bodyArea .sct#sct1 .cnt__ttl {
  height: 149px;
  text-indent: -999em;
  background: url("https://static.ncsoft.jp/images/event/bns/update/2004/img/sct1_ttl.png") center top/contain no-repeat;
}
@media screen and (max-width: 812px) {
  #content #bodyArea .sct#sct1 {
    background: url("https://static.ncsoft.jp/images/event/bns/update/2004/img/sct1.jpg") center bottom/cover no-repeat;
  }
  #content #bodyArea .sct#sct1 .cnt__ttl {
    height: 19.8666666667VW;
  }
}
#content #bodyArea .sct#sct2 {
  background: url("https://static.ncsoft.jp/images/event/bns/update/2004/img/sct2.jpg") center top no-repeat;
}
#content #bodyArea .sct#sct2 .cnt__ttl {
  height: 149px;
  text-indent: -999em;
  background: url("https://static.ncsoft.jp/images/event/bns/update/2004/img/sct2_ttl.png") center top/contain no-repeat;
}
@media screen and (max-width: 812px) {
  #content #bodyArea .sct#sct2 {
    background: url("https://static.ncsoft.jp/images/event/bns/update/2004/img/sct2.jpg") center bottom/cover no-repeat;
  }
  #content #bodyArea .sct#sct2 .cnt__ttl {
    height: 19.8666666667VW;
  }
}
#content #bodyArea .sct .cnt {
  position: relative;
  z-index: 2;
}
#content #bodyArea .sct .cnt__txt.cnt__txt + .cnt__txt {
  margin-top: 1em;
}
#content #bodyArea .sct .cnt__lst {
  font-size: 0.9rem;
  color: #d1d2d6;
  text-align: center;
}
#content #bodyArea .sct .cnt__lst li + li {
  margin-top: 0.25em;
}
#content #bodyArea .sct .cnt__tbl {
  width: calc(100% - 60px);
  margin: auto;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}
#content #bodyArea .sct .cnt__tbl th, #content #bodyArea .sct .cnt__tbl td {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
#content #bodyArea .sct .cnt__tbl thead th {
  height: 50px;
}
#content #bodyArea .sct .cnt__tbl tbody tr > * {
  height: 60px;
  vertical-align: middle;
  padding: 0 10px;
  font-size: 0.9rem;
}
#content #bodyArea .sct .cnt__tbl tbody th {
  font-weight: normal;
  text-align: left;
}
#content #bodyArea .sct .cnt__tbl tbody th img {
  width: 50px;
  border: 1px solid #000;
}
#content #bodyArea .sct .cnt__ss {
  margin-bottom: 25px;
}
#content #bodyArea .sct .cnt__ss img {
  max-width: 100%;
  display: block;
  margin: 15px auto 0;
}
#content #bodyArea .sct .frm {
  padding: 55px;
  border-radius: 7px;
  -ms-box-shadow: 0 0 30px rgba(0, 0, 0, 0.7) inset;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.7) inset;
  border: 2px solid #103078;
  background: url("https://static.ncsoft.jp/images/event/bns/update/2004/img/bg_frm.png") center top;
}
@media screen and (max-width: 812px) {
  #content #bodyArea .sct.sct1 .cnt__ttl {
    height: 24VW;
  }
  #content #bodyArea .sct.sct2 .cnt__ttl {
    height: 24VW;
  }
  #content #bodyArea .sct .cnt__tbl th, #content #bodyArea .sct .cnt__tbl td {
    padding: 1vw 2vw;
  }
  #content #bodyArea .sct .cnt__tbl thead th {
    height: 8.5vw;
  }
  #content #bodyArea .sct .cnt__tbl tbody tr > * {
    height: 10vw;
  }
  #content #bodyArea .sct .cnt__tbl tbody th img {
    width: 8vw;
  }
  #content #bodyArea .sct .cnt__ss {
    margin-bottom: 5vw;
  }
  #content #bodyArea .sct .cnt__ss img {
    margin-top: 2.5vw;
  }
  #content #bodyArea .sct .frm {
    padding: 5vw;
    -ms-box-shadow: 0 0 5vw rgba(0, 0, 0, 0.7) inset;
    box-shadow: 0 0 5vw rgba(0, 0, 0, 0.7) inset;
  }
}
#content #bodyArea .sct#sct1 .inner {
  padding: 55px 20px 170px;
}
#content #bodyArea .sct#sct1 .inner .cnt__ttl + .cnt__txt {
  margin-top: 145px;
}
#content #bodyArea .sct#sct1 .inner ul.cnt__txt {
  font-size: 1.1rem;
}
#content #bodyArea .sct#sct1 .inner ul.cnt__txt span {
  color: #fff45c;
}
#content #bodyArea .sct#sct1 .inner .frm {
  margin-top: 165px;
  padding-top: 75px;
  padding-bottom: 75px;
}
#content #bodyArea .sct#sct1 .inner .frm .cnt__ss {
  font-size: 1.2rem;
  color: #5f93fe;
  font-weight: bold;
  text-align: center;
}
#content #bodyArea .sct#sct1 .inner .frm .cnt__lst {
  font-size: 0.9rem;
  color: #d1d2d6;
  text-align: center;
}
#content #bodyArea .sct#sct1 .inner .frm .cnt__lst li {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}
#content #bodyArea .sct#sct1 .inner .frm .cnt__lst li + li {
  margin-top: 0.25em;
}
#content #bodyArea .sct#sct1 .inner .frm .cnt__lst + .cnt__txt {
  margin-top: 1em;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
#content #bodyArea .sct#sct1 .inner .cnt__subTtl {
  height: 56px;
  width: 100%;
  text-indent: -999em;
  margin-top: 40px;
  margin-bottom: 20px;
  background: url("https://static.ncsoft.jp/images/event/bns/update/2004/img/subTtl_1.png") center/contain no-repeat;
}
#content #bodyArea .sct#sct1 .inner .cnt__tbl thead th {
  background-color: #316ee3;
  -webkit-background: linear-gradient(to bottom, #316ee3 1%, #2655dc 100%);
  -moz-background: linear-gradient(to bottom, #316ee3 1%, #2655dc 100%);
  -ms-background: linear-gradient(to bottom, #316ee3 1%, #2655dc 100%);
  background: linear-gradient(to bottom, #316ee3 1%, #2655dc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#316ee3", endColorstr="#2655dc",GradientType=0 );
}
#content #bodyArea .sct#sct1 .inner .cnt__tbl tbody th {
  background: #0c3075;
}
#content #bodyArea .sct#sct1 .inner .cnt__tbl tbody th:nth-child(2n) {
  width: 250px;
}
#content #bodyArea .sct#sct1 .inner .cnt__tbl tbody td {
  background: #0a2862;
}
#content #bodyArea .sct#sct1 .inner .cnt__tbl tbody tr:nth-child(2n) th {
  background: #0d3582;
}
#content #bodyArea .sct#sct1 .inner .cnt__tbl tbody tr:nth-child(2n) td {
  background: #0b2e70;
}
#content #bodyArea .sct#sct1 .inner .anime .anime__chara1 {
  height: 755px;
  width: 725px;
  margin-top: 65px;
  margin-left: -50px;
  background: url("https://static.ncsoft.jp/images/event/bns/update/2004/img/char_1.png") center/contain no-repeat;
  z-index: 1;
}
#content #bodyArea .sct#sct1 .inner .anime .name {
  height: 129px;
  width: 402px;
  margin-top: 535px;
  margin-left: -75px;
  text-indent: -999em;
  background: url("https://static.ncsoft.jp/images/event/bns/update/2004/img/char_name_1.png") center/contain no-repeat;
  z-index: 3;
}
@media screen and (max-width: 812px) {
  #content #bodyArea .sct#sct1 .inner {
    padding: 5vw 3vw 15vw;
  }
  #content #bodyArea .sct#sct1 .inner .cnt__ttl + .cnt__txt {
    margin-top: 2vw;
  }
  #content #bodyArea .sct#sct1 .inner .cnt__txt {
    text-align: center;
  }
  #content #bodyArea .sct#sct1 .inner .frm {
    margin-top: 70vw;
    padding: 8vw 5vw;
  }
  #content #bodyArea .sct#sct1 .inner .frm .cnt__lst {
    text-align: left;
  }
  #content #bodyArea .sct#sct1 .inner .frm .cnt__lst li {
    display: block;
  }
  #content #bodyArea .sct#sct1 .inner .cnt__subTtl {
    height: 8VW;
    margin-top: 6vw;
    margin-bottom: 2vw;
  }
  #content #bodyArea .sct#sct1 .inner .cnt__tbl {
    width: 100%;
  }
  #content #bodyArea .sct#sct1 .inner .cnt__tbl thead th {
    height: 8.5vw;
  }
  #content #bodyArea .sct#sct1 .inner .cnt__tbl tbody > * {
    height: 10vw;
  }
  #content #bodyArea .sct#sct1 .inner .cnt__tbl tbody th:nth-child(2n) {
    width: 33vw;
    padding: 1vw 2vw;
  }
  #content #bodyArea .sct#sct1 .inner .anime .anime__chara1 {
    height: 90.2666666667VW;
    width: 86.6666666667VW;
    margin-top: 43vw;
    margin-left: -38VW;
  }
  #content #bodyArea .sct#sct1 .inner .anime .name {
    height: 17.2VW;
    width: 53.6VW;
    margin-top: 80vw;
    margin-left: -8vw;
    text-indent: -999em;
    background: url("https://static.ncsoft.jp/images/event/bns/update/2004/img/char_name_1.png") center/contain no-repeat;
    z-index: 3;
  }
}
#content #bodyArea .sct#sct2 .inner {
  padding: 120px 20px;
}
#content #bodyArea .sct#sct2 .inner .cnt__ttl + .cnt__txt {
  font-size: 1.1rem;
  text-align: center;
}
#content #bodyArea .sct#sct2 .inner .cnt__ss {
  text-align: center;
  margin-top: 0.5em;
}
#content #bodyArea .sct#sct2 .inner .cnt__ss p {
  font-size: 0.9rem;
  color: #5f93fe;
  text-align: center;
  margin-top: 1em;
}
#content #bodyArea .sct#sct2 .inner .frm {
  margin-top: 55px;
}
#content #bodyArea .sct#sct2 .inner .frm .cnt__txt {
  color: #d1d2d6;
  text-align: center;
}
#content #bodyArea .sct#sct2 .inner .frm .cnt__txt + .cnt__lst {
  margin-top: 0.5em;
  margin-bottom: 20px;
}
#content #bodyArea .sct#sct2 .inner .frm .cnt__txt + .cnt__lst li:first-child {
  color: #fff45c;
}
#content #bodyArea .sct#sct2 .inner .frm .cnt__txt + .cnt__ss {
  margin-top: 25px;
}
#content #bodyArea .sct#sct2 .inner .frm .cnt__tbl {
  width: 100%;
  margin-top: 35px;
}
#content #bodyArea .sct#sct2 .inner .frm .cnt__tbl thead th {
  background-color: #5a40b5;
  -webkit-background: linear-gradient(to bottom, #5a40b5 0%, #4833a5 100%);
  -moz-background: linear-gradient(to bottom, #5a40b5 0%, #4833a5 100%);
  -ms-background: linear-gradient(to bottom, #5a40b5 0%, #4833a5 100%);
  background: linear-gradient(to bottom, #5a40b5 0%, #4833a5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#5a40b5", endColorstr="#4833a5",GradientType=0 );
}
#content #bodyArea .sct#sct2 .inner .frm .cnt__tbl tbody th {
  color: #fff45c;
  text-align: center;
  background: #2b1d5a;
}
#content #bodyArea .sct#sct2 .inner .frm .cnt__tbl tbody td {
  background: #24184b;
}
#content #bodyArea .sct#sct2 .inner .frm .cnt__tbl tbody td ul {
  display: inline-block;
}
#content #bodyArea .sct#sct2 .inner .frm .cnt__tbl tbody td ul li {
  text-indent: -1em;
  padding-left: 1em;
}
#content #bodyArea .sct#sct2 .inner .frm .cnt__tbl tbody tr:nth-child(2n) th {
  background: #312166;
}
#content #bodyArea .sct#sct2 .inner .frm .cnt__tbl tbody tr:nth-child(2n) td {
  background: #2a1c57;
}
#content #bodyArea .sct#sct2 .inner .frm .cnt__2col {
  display: flex !important;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
#content #bodyArea .sct#sct2 .inner .frm .cnt__2col .cnt__tbl {
  width: 50%;
}
#content #bodyArea .sct#sct2 .inner .frm .cnt__2col .cnt__tbl tbody th {
  width: 190px;
}
#content #bodyArea .sct#sct2 .inner .frm .cnt__2col + .cnt__txt {
  font-size: 0.9rem;
  color: #5f93fe;
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 812px) {
  #content #bodyArea .sct#sct2 .inner {
    padding: 10vw 3vw 15vw;
  }
  #content #bodyArea .sct#sct2 .inner .frm {
    margin-top: 8vw;
  }
  #content #bodyArea .sct#sct2 .inner .frm .cnt__tbl {
    margin-top: 5vw;
  }
  #content #bodyArea .sct#sct2 .inner .frm .cnt__2col {
    display: block !important;
  }
  #content #bodyArea .sct#sct2 .inner .frm .cnt__2col .cnt__tbl {
    width: 100%;
  }
  #content #bodyArea .sct#sct2 .inner .frm .cnt__2col .cnt__tbl tbody th {
    width: 31vw;
  }
  #content #bodyArea .sct#sct2 .inner .frm .cnt__2col .cnt__tbl + .cnt__tbl {
    margin-top: 0;
  }
  #content #bodyArea .sct#sct2 .inner .frm .cnt__2col .cnt__tbl + .cnt__tbl thead {
    display: none;
  }
}
#content.active .main .cnt .main__ttl {
  animation: zoomIn 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.75s both;
}
#content.active .main .cnt .main__subTtl {
  animation: slideUp 0.75s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.25s both;
}
#content.active .main .cnt .main__date {
  animation: slideUp 0.75s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.45s both;
}
#content.active .main .cnt .main__scroll {
  animation: slideUp 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 2s both, vertical 1s ease alternate infinite;
}
#content.active .main .main__char {
  animation: zoomIn 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s both;
}