.background {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.backgroundInner {
  max-width: 2918px;
  max-height: 2918px;
  width: 2918px;
  height: 2918px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
  -webkit-animation-duration: 0;
  -moz-animation-duration: 0;
  -o-animation-duration: 0;
  -ms-animation-duration: 0;
  animation-duration: 0;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.background.animationAvailable .backgroundInner {
  -webkit-animation-duration: 800ms;
  -moz-animation-duration: 800ms;
  -o-animation-duration: 800ms;
  -ms-animation-duration: 800ms;
  animation-duration: 800ms;
}
.backgroundInner:before {
  background-image: url("../img/pc/image1Bg.jpg");
}
.backgroundInner:after {
  background-image: url("../img/pc/image2Bg.jpg");
}
html .backgroundInner {
  -webkit-animation-name: fade2;
  -moz-animation-name: fade2;
  -o-animation-name: fade2;
  -ms-animation-name: fade2;
  animation-name: fade2;
}
html.inverted .backgroundInner {
  -webkit-animation-name: fade;
  -moz-animation-name: fade;
  -o-animation-name: fade;
  -ms-animation-name: fade;
  animation-name: fade;
}
@-moz-keyframes fade {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  50% {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  50% {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-o-keyframes fade {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  50% {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  50% {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-moz-keyframes fade2 {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  50% {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-webkit-keyframes fade2 {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  50% {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-o-keyframes fade2 {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  50% {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@keyframes fade2 {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  50% {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
#help .boxModule.help {
  position: relative;
}
#help .boxModule.help >.button {
  right: 80px;
  top: 2em;
  width: 33%;
}
#help .boxModule.help .boxModuleBody {
  padding: 1em 80px 2em;
}
#help .boxModule.help .boxModuleBody .categoryList > li > a img {
  left: -0.25em;
}
@supports (-ms-ime-align: auto) {
  #globalNav ul {
    top: auto !important;
  }
}
*::-ms-backdrop,
#globalNav {
  overflow: hidden;
}
*::-ms-backdrop,
#globalNav ul {
  top: auto !important;
}
#index .boxModule.importantNews .newsList ul li a>span,
#index .boxModule.importantNews .newsList ul li a div {
  margin-bottom: 0;
}
#index .boxModule.importantNews .newsList ul li a .entryDate {
  min-width: 100px;
  margin-right: 0;
}
#index .boxModule.importantNews .newsList ul li a .entryTitle {
  display: inline-block;
}
#index .moduleContainer .boxModule.twitter .boxModuleBody {
  padding-left: 0;
  padding-right: 0;
}
#index .moduleContainer .boxModule.news {
  position: relative;
  height: 550px;
  overflow: hidden;
}
#index .moduleContainer .boxModule.news .boxModuleBody {
  height: calc(100% - 28px - 1em);
}
#index .moduleContainer .boxModule.news .boxModuleBody .newsModule {
  height: calc(550px - 1em - 28px - 72px - 43px);
}
#index .moduleContainer .boxModule.news .boxModuleBody .newsModule .container {
  overflow-y: auto;
  height: 100%;
}
#index .moduleContainer .boxModule.news .boxModuleFooter {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(241,241,241,0.92);
  border-radius: 0 0 4px 4px;
}
#index .moduleContainer .boxModule.twitter {
  height: 550px;
  overflow: hidden;
}
#index .moduleContainer .boxModule.twitter .boxModuleBody {
  overflow-y: auto;
  height: calc(100% - 28px - 1em);
}
#news .news {
  position: relative;
}
#news .news .boxModuleBody .newsModule .container .newsList .entryTitle {
  font-size: 1.8rem;
}
#news .news .boxModuleBody .tab ul {
  height: 45px;
}
#news .news .boxModuleBody .tab ul li a {
  -webkit-background-size: auto 45px;
  -moz-background-size: auto 45px;
  background-size: auto 45px;
}
#news .news .boxModuleBody .tab ul li.newest a {
  background-image: url("../img/pc/tabText_newest.png");
}
#news .news .boxModuleBody .tab ul li.information a {
  background-image: url("../img/pc/tabText_information.png");
}
#news .news .boxModuleBody .tab ul li.event a {
  background-image: url("../img/pc/tabText_event.png");
}
#news .news .boxModuleBody .tab ul li.maintenance a {
  background-image: url("../img/pc/tabText_maintenance.png");
}
#news .news .boxModuleBody .tab ul li.update a {
  background-image: url("../img/pc/tabText_update.png");
}
#news .news .boxModuleBody .tab ul li.toaru a {
  background-image: url("../img/pc/tabText_toaru.png");
}
#news .news .boxModuleBody .tab ul li.active.newest a {
  background-image: url("../img/pc/tabText_newest_active.png");
}
#news .news .boxModuleBody .tab ul li.active.information a {
  background-image: url("../img/pc/tabText_information_active.png");
}
#news .news .boxModuleBody .tab ul li.active.event a {
  background-image: url("../img/pc/tabText_event_active.png");
}
#news .news .boxModuleBody .tab ul li.active.maintenance a {
  background-image: url("../img/pc/tabText_maintenance_active.png");
}
#news .news .boxModuleBody .tab ul li.active.update a {
  background-image: url("../img/pc/tabText_update_active.png");
}
#news .news .boxModuleBody .tab ul li.active.toaru a {
  background-image: url("../img/pc/tabText_toaru_active.png");
}
#news .news .boxModuleFooter {
  padding: 1em;
}
#news .news .boxModuleFooter .button {
  width: 140px;
}
#newsDetail .news h2.boxModuleHeader {
  margin-bottom: 4em;
}
#newsDetail .news .entryHeader,
#newsDetail .news .entryBody {
  padding-left: 80px;
  padding-right: 80px;
}
#newsDetail .news .entryHeader .entryCategories {
  display: inline-block;
  margin: 0;
  margin-left: 0.5em;
}
#newsDetail .news .entryHeader .entryTitle {
  font-size: 2.1rem;
}
body > h1,
body#index > h1 {
  width: 940px !important;
  height: 184px;
  margin: 0 auto 3em !important;
  position: relative;
  max-width: 100%;
  max-height: 100%;
}
body > h1 a,
body#index > h1 a {
  position: absolute;
  left: 30px;
  top: 1em;
  height: 184px;
  width: 238px;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -o-transition: 0.15s;
  -ms-transition: 0.15s;
  transition: 0.15s;
}
body > h1 a:hover,
body#index > h1 a:hover {
  filter: brightness(75%);
}
body#index > h1 {
  margin-bottom: 5em !important;
}
body #sliderArea {
  display: block !important;
  position: absolute;
  left: 0;
  top: 9.5em;
  width: 100%;
}
body #sliderArea .sliderAreaInner {
  width: 940px;
  height: auto;
  position: relative;
  margin: 0 auto;
}
body #sliderArea .sliderAreaInner #slider {
  position: absolute;
  right: 0;
  top: 0;
  width: 620px;
}
body #sliderArea .sliderAreaInner #slider .slick-slide {
  margin: 0 2px;
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -o-transition: 0.15s;
  -ms-transition: 0.15s;
  transition: 0.15s;
}
body #sliderArea .sliderAreaInner #slider .slick-slide:hover {
  filter: brightness(85%);
}
body #sliderArea .sliderAreaInner #slider .slick-arrow {
  width: 36px;
  height: 36px;
}
body #sliderArea .sliderAreaInner #slider .slick-arrow.slick-prev {
  left: 0;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
body #sliderArea .sliderAreaInner #slider .slick-arrow.slick-next {
  right: 0;
  -webkit-transform: translateY(-50%) translateX(50%) rotate(180deg);
  -moz-transform: translateY(-50%) translateX(50%) rotate(180deg);
  -o-transform: translateY(-50%) translateX(50%) rotate(180deg);
  -ms-transform: translateY(-50%) translateX(50%) rotate(180deg);
  transform: translateY(-50%) translateX(50%) rotate(180deg);
}
#globalNav {
  padding: 0;
  background: url("../img/pc/globalNavigationBg.png") left top/auto 5px repeat-x;
}
#globalNav ul {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 940px;
  height: 41px;
  background-image: url("../img/pc/menuBg.png");
}
#globalNav ul:before,
#globalNav ul:after {
  content: "";
  position: absolute;
  top: 0;
  height: 41px;
  width: 100px;
}
#globalNav ul:before {
  left: -100px;
  background: url("../img/pc/menuBgEdge_left.png") right top/auto 100% no-repeat;
}
#globalNav ul:after {
  right: -100px;
  background: url("../img/pc/menuBgEdge_right.png") left top/auto 100% no-repeat;
}
#globalNav ul li a,
#globalNav ul li a:after {
  -webkit-background-size: auto 40px;
  -moz-background-size: auto 40px;
  background-size: auto 40px;
}
#globalNav ul li a:before,
#globalNav ul li a:after {
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -ms-transition: 0.1s;
  transition: 0.1s;
}
#globalNav ul li a:hover:before,
#globalNav ul li a:hover:after {
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
}
.boxModule {
  max-width: 940px;
  width: 940px;
}
.boxModule.importantNews {
  max-width: 948px;
  width: 948px;
}
.moduleContainer {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 940px;
  margin: 0 auto;
  position: relative;
}
.moduleContainer .boxModule {
  width: 460px;
  margin-left: 0;
  margin-right: 0;
}
.button {
  width: 300px;
}
.backgroundInner {
  max-width: 2918px;
  max-height: 2918px;
  width: 2918px;
  height: 2918px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.backgroundInner:before {
  background-image: url("../img/pc/image1Bg.jpg");
}
.backgroundInner:after {
  background-image: url("../img/pc/image2Bg.jpg");
}
.globalFooter {
  z-index: 2;
}
.globalFooter .download {
  height: 380px;
  min-width: 100%;
}
.globalFooter .download .buttonArea {
  width: 940px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.globalFooter .download .buttonArea .visual {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 555px;
}
.globalFooter .download .buttonArea .appStore,
.globalFooter .download .buttonArea .googlePlay {
  position: absolute;
  left: calc(50% + 84px);
  top: 50%;
  width: 300px;
  height: 90px;
  margin: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.globalFooter .download .buttonArea .appStore {
  margin-top: calc(-1 * 45px - 2.5em);
}
.globalFooter .download .buttonArea .googlePlay {
  margin-top: calc(-1 * 45px + 5.5em);
}
.globalFooter #pageTop {
  position: relative;
  z-index: 10;
  margin-top: -24px;
}
#index .download .buttonArea .appStore a:before,
#index .download .buttonArea .googlePlay a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -o-transition: 0.15s;
  -ms-transition: 0.15s;
  transition: 0.15s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.button a,
#index .boxModule.link_support a,
#index .boxModule.link_official a,
#index .download .buttonArea .appStore a img,
#index .download .buttonArea .googlePlay a img,
#help .boxModule.help .boxModuleBody .categoryList > li > a,
#help .boxModule.help .boxModuleBody .categoryList > li > a > ul > li a,
.tab ul li a,
.boxModule.news .newsList ul li a,
.boxModule.importantNews .newsList ul li a {
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -ms-transition: 0.1s;
  transition: 0.1s;
}
.boxModule.news .newsList ul li a:hover {
  background-color: rgba(27,123,255,0.06);
}
.boxModule.importantNews .newsList ul li a:hover {
  background-color: rgba(214,39,30,0.06);
}
.tab ul li a {
  -webkit-background-size: auto 43px;
  -moz-background-size: auto 43px;
  background-size: auto 43px;
}
.tab ul li.newest a:hover {
  background-image: url("../img/tabText_newest_active.png");
}
.tab ul li.information a:hover {
  background-image: url("../img/tabText_information_active.png");
}
.tab ul li.event a:hover {
  background-image: url("../img/tabText_event_active.png");
}
.tab ul li.maintenance a:hover {
  background-image: url("../img/tabText_maintenance_active.png");
}
.tab ul li.update a:hover {
  background-image: url("../img/tabText_update_active.png");
}
.tab ul li.toaru a:hover {
  background-image: url("../img/tabText_toaru_active.png");
}
#news .news .boxModuleBody .tab ul li.newest a:hover {
  background-image: url("../img/pc/tabText_newest_active.png");
}
#news .news .boxModuleBody .tab ul li.information a:hover {
  background-image: url("../img/pc/tabText_information_active.png");
}
#news .news .boxModuleBody .tab ul li.event a:hover {
  background-image: url("../img/pc/tabText_event_active.png");
}
#news .news .boxModuleBody .tab ul li.maintenance a:hover {
  background-image: url("../img/pc/tabText_maintenance_active.png");
}
#news .news .boxModuleBody .tab ul li.update a:hover {
  background-image: url("../img/pc/tabText_update_active.png");
}
#news .news .boxModuleBody .tab ul li.toaru a:hover {
  background-image: url("../img/pc/tabText_toaru_active.png");
}
.button a:hover {
  filter: brightness(85%);
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.2), 0px 0px 0px 1px #525252;
  box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.2), 0px 0px 0px 1px #525252;
}
#index .boxModule.link_support a:hover,
#index .boxModule.link_official a:hover {
  filter: brightness(85%);
}
#index .download .buttonArea .appStore a:hover:before,
#index .download .buttonArea .googlePlay a:hover:before {
  border: 3px solid #fff;
}
#help .boxModule.help .boxModuleBody .categoryList > li > a:hover {
  background-color: rgba(40,40,40,0.1);
}
#help .boxModule.help .boxModuleBody .categoryList > li.open > a:hover {
  background-color: #282828;
}
#help .boxModule.help .boxModuleBody .categoryList > li.open > ul > li > a:hover {
  text-decoration: underline;
}
body {
  background: #000;
}
