html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.fadeInDown {
  opacity: 0;
}
.fadeInDown.run {
  animation: fadeInDown 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}

.fadeOutDown {
  opacity: 1;
}
.fadeOutDown.run {
  animation: fadeOutDown 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
}
body {
  background: url('../img/common/bg_pattern.png?1681204410') repeat center top;
  font-family: sans-serif;
  position: relative;
  overflow-x: hidden;
}

iframe[name="google_conversion_frame"] {
  position: absolute;
  height: 0;
  width: 0;
}

h1, h2, h3 {
  color: white;
}

.container {
  width: 1024px;
  margin: 0 auto;
  position: relative;
}

.disp-none {
  display: none;
}

.v-pc {
  display: block;
}

.v-sp {
  display: none;
}

.text-center {
  text-align: center;
}

.line-up-list {
  overflow: hidden;
  margin: -12px 0 0 -1px;
}
.line-up-list li {
  border: solid 1px #989898;
  background: #000;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  float: left;
  margin: 13px 0 0 13px;
}
.line-up-list li .lineup-title-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, 0.75);
  display: table;
  box-sizing: border-box;
}
.line-up-list li .lineup-title-box .lineup-title {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
}
.line-up-list li .lineup-title-box .lineup-title span {
  font-size: 12px;
}
.line-up-list li .lineup-title-box .lineup-title.external {
  padding-left: 44px;
}
.line-up-list li .lineup-title-box .lineup-title.external:before {
  content: "";
  width: 42px;
  height: 100%;
  background: url('../img/common/lineup_icon_window.png?1681204410') no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
}
.line-up-list li .lineup-title-box .lineup-title.internal {
  padding: 0 10px;
}
.line-up-list .l1 {
  width: 240px;
  height: 240px;
}
.line-up-list .l1 a img {
  width: 100%;
  height: 100%;
}
.line-up-list .l3 {
  width: 746px;
  height: 240px;
}
.line-up-list .l3 a img {
  width: 100%;
  height: 100%;
}
.line-up-list .to-products {
  background: url('../img/top/lineup_btn_products.png?1681204410') no-repeat center center;
  width: 238px;
  height: 238px;
  display: block;
}

.news-list {
  clear: both;
}
.news-list .news-list-box {
  overflow: hidden;
  margin-left: -6px;
}
.news-list .news-list-box a {
  color: white;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}
.news-list .news-list-box li {
  width: 320px;
  height: 240px;
  border: solid 1px #989898;
  box-sizing: border-box;
  float: left;
  position: relative;
  overflow: hidden;
  margin: 0 0 18px 19px;
}
.news-list .news-list-box h3 {
  background: black;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 2;
  font-size: 16px;
  padding: 2px 13px;
  max-width: 318px;
  box-sizing: border-box;
}
.news-list .news-list-box .news-eye-catch {
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
}
.news-list .news-list-box .news-info {
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 318px;
  height: 100px;
  padding: 12px 13px;
  box-sizing: border-box;
  white-space: normal;
}
.news-list .news-list-box .news-info .news-release {
  font-size: 14px;
  line-height: 1.2;
  color: #1573d2;
  margin-bottom: 5px;
}
.news-list .news-list-box .news-info .news-title {
  font-size: 16px;
  line-height: 1.2;
  overflow: hidden;
  height: 57px;
  word-break: break-all;
}
.news-list .news-list-box .news-info .external:after {
  content: "";
  background: url('../img/common/external_icon_newslist.png?1681204410') center top no-repeat;
  width: 21px;
  height: 16px;
  background-size: 21px 16px;
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}
.news-list .news-list-box .news-info.new:before {
  content: url('../img/common/news_mark_new.png?1681204410');
  position: absolute;
  top: -12px;
  right: 7px;
}
.news-list .news-not-found-box {
  padding: 100px 0 130px 0;
}
.news-list .news-not-found-box .news-not-found-message {
  background: url('../img/news/news_not_found_message.png?1681204410');
  width: 495px;
  height: 150px;
  background-size: 495px 150px;
  margin: 0 auto;
}

.btn-to-official {
  background: url('../img/series/btn_to_official.png?1681204410') no-repeat center top;
  width: 186px;
  height: 40px;
  display: block;
}

.img-hover:hover {
  opacity: 0.9;
}

.top-visual a:hover {
  opacity: 0.9;
}

.tmb-hover img, .tmb-hover .news-eye-catch, .tmb-hover .news-img-ct .news-img {
  transition: 0.2s ease-in-out;
}
.tmb-hover:hover img, .tmb-hover:hover .news-eye-catch, .tmb-hover:hover .news-img-ct .news-img {
  transform: scale(1.05, 1.05);
  transform-origin: 50% 50%;
}

.news-feed {
  height: 23px;
  background: #fff;
  float: left;
  margin: 8px 0 0 13px;
  padding: 4px 0 0 12px;
  font-size: 15px;
  width: 710px;
}
.news-feed .ticker {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.news-feed .ticker ul {
  position: relative;
}
.news-feed .ticker ul .news-feed-item {
  opacity: 0;
  position: absolute;
  padding-right: 0;
  top: 0;
  left: 0;
  z-index: 0;
}
.news-feed .ticker ul .news-feed-item div {
  max-width: 700px;
  display: inline-block;
  overflow-x: hidden;
}
.news-feed .ticker ul .news-feed-item a {
  overflow-x: visible;
  text-overflow: unset;
  width: auto;
  color: #000;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  transition: transform 5s linear;
}
.news-feed .ticker ul .news-feed-item a:hover, .news-feed .ticker ul .news-feed-item a:active {
  text-decoration: underline;
  background: #eee;
}
.news-feed .ticker ul .news-feed-item .external:after {
  height: 15px;
  background-color: white;
  background-size: contain;
  display: inline-block;
  margin-left: 2px;
}
.news-feed .empty-entry {
  color: #808080;
}

.news-feed-item {
  width: 100%;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 8px;
  padding-right: 25px;
}
.news-feed-item .headline-date {
  font-weight: bold;
}
.news-feed-item .headline-game-title {
  color: #666666;
}
.news-feed-item a {
  overflow-x: hidden;
  text-overflow: ellipsis;
  width: 100%;
  color: #000;
  text-decoration: none;
}
.news-feed-item a:hover, .news-feed-item a:active {
  text-decoration: underline;
  background: #eee;
}
.news-feed-item .external:after {
  content: "";
  background: url('../img/common/external_icon_sticker.png?1681204410') center top no-repeat;
  width: 22px;
  height: 18px;
  background-size: 22px 18px;
  display: inline-block;
  vertical-align: top;
  margin: -1px 0 -5px 10px;
}

@media screen and (max-width: 640px) {
  body {
    -webkit-text-size-adjust: 100%;
    background: url('../img/common/bg_pattern.png?1681204410') repeat left top;
  }

  .container {
    width: 640px;
  }

  .v-pc {
    display: none;
  }

  .v-sp {
    display: block;
  }

  .line-up-list {
    overflow: hidden;
    margin: 0;
    width: 640px;
    padding: 7px 0 7px 1px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.75);
  }
  .line-up-list li {
    border: solid 1px #989898;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    float: left;
    margin: 0 0 6px 6px;
  }
  .line-up-list .l1 {
    width: 310px;
    height: 230px;
  }
  .line-up-list .to-products {
    background: url('../img/top/sp/lineup_btn_products.png?1681204410') no-repeat center center;
    width: 624px;
    height: 128px;
    margin-left: 0;
  }
  .line-up-list .l3 {
    width: 626px;
    height: 210px;
  }
  .line-up-list .l3 a img {
    width: 626px;
    height: 210px;
  }

  .news-list {
    clear: both;
  }
  .news-list .news-list-box {
    overflow: hidden;
    box-sizing: border-box;
    width: 640px;
    padding: 10px 7px 0;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.75);
    border-top: none;
    border-bottom: none;
  }
  .news-list .news-list-box li {
    width: 310px;
    height: 230px;
    margin: 0 0 6px 0;
  }
  .news-list .news-list-box li:nth-child(2n+2) {
    margin-left: 6px;
  }
  .news-list .news-list-box h3 {
    max-width: 308px;
  }
  .news-list .news-list-box .news-info {
    width: 308px;
    height: 96px;
    padding: 10px 10px;
  }
  .news-list .news-not-found-box {
    background: rgba(0, 0, 0, 0.75);
    padding: 70px 0;
    margin: 30px 0;
  }

  .btn-to-official {
    background: url('../img/series/sp/btn_to_official.png?1681204410') no-repeat center top;
    width: 286px;
    height: 60px;
    display: block;
  }
}
header {
  height: 60px;
  background: #000;
  position: relative;
  z-index: 10;
}
header h1 {
  position: absolute;
  top: 14px;
  left: 10px;
}
header h1 a {
  background: url('../img/common/nav_logo_atlus.png?1681204410') center top no-repeat;
  width: 120px;
  height: 36px;
  background-size: 120px 36px;
  display: block;
}
header h1 a:after {
  content: "";
  background: url('../img/common/to_top.png?1681204410');
  width: 58px;
  height: 12px;
  background-size: 58px 12px;
  display: block;
  position: absolute;
  top: 14px;
  right: -78px;
}
header .header-btn-recruit {
  position: absolute;
  top: 14px;
  right: 19px;
}
header .header-btn-recruit a {
  background: url('../img/common/nav_btn_recruit.png?1681204410') center top no-repeat;
  width: 160px;
  height: 30px;
  background-size: 160px 30px;
  display: block;
}

.home header h1 a:after {
  content: none;
}

@media screen and (max-width: 640px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }
  header h1 {
    position: absolute;
    top: 11px;
    left: 255px;
  }
  header h1 a:after {
    content: none;
  }
  header .header-btn-recruit {
    position: absolute;
    top: 14px;
    right: auto;
    left: 13px;
  }
  header .header-btn-menu {
    position: absolute;
    top: 5px;
    right: 5px;
  }
  header .header-btn-menu p {
    color: #198cff;
    font-size: 20px;
    display: inline-block;
  }
  header .header-btn-menu a {
    background: url('../img/common/sp/header_btn_menu.png?1681204410') center top no-repeat;
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
  }
  header .header-btn-menu.opened a {
    background: url('../img/common/sp/header_btn_menu_close.png?1681204410') center top no-repeat;
    background-size: 50px 50px;
  }
  header .header-menu {
    position: fixed;
    top: 60px;
    left: 0;
    width: 640px;
    height: 100%;
    box-sizing: border-box;
    padding: 9px 9px 0;
    background: rgba(0, 0, 0, 0.9);
    display: none;
  }
  header .header-menu ul li {
    text-align: center;
    position: relative;
    float: left;
  }
  header .header-menu ul li:before {
    content: "";
    width: 22px;
    background: url('../img/common/sp/menu_mark.png?1681204410') right center no-repeat;
    background-size: 8px 15px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  header .header-menu ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    background: #0d2c5a;
    box-sizing: border-box;
  }
  header .header-menu .header-menu-cat li {
    width: 310px;
    margin-bottom: 2px;
  }
  header .header-menu .header-menu-cat li:nth-child(2n+2) {
    margin-left: 2px;
  }
  header .header-menu .header-menu-cat li a {
    font-size: 30px;
    padding: 45px 0;
  }
  header .header-menu .header-menu-terms li:nth-child(1), header .header-menu .header-menu-terms li:nth-child(3) {
    width: 200px;
  }
  header .header-menu .header-menu-terms li:nth-child(2) {
    width: 218px;
  }
  header .header-menu .header-menu-terms li:nth-child(2) a {
    padding-left: 10px;
    letter-spacing: -2px;
  }
  header .header-menu .header-menu-terms li:nth-child(n+2) {
    margin-left: 2px;
  }
  header .header-menu .header-menu-terms li a {
    font-size: 20px;
    padding: 31px 0;
  }
  header .header-menu .header-menu-recruit {
    clear: both;
    padding: 20px 0;
  }
  header .header-menu .header-menu-recruit a {
    background: url('../img/common/sp/footer_btn_recruit.png?1681204410') center top no-repeat;
    width: 600px;
    height: 80px;
    background-size: 600px 80px;
    display: block;
    margin: 0 auto;
  }
}
footer {
  background: #0d2c5a;
  padding: 40px 0 10px 0;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:visited {
  color: #fff;
}
footer a:hover {
  color: #1361ac;
}
footer .footer-nav {
  float: left;
  margin-bottom: 30px;
  margin-left: 16px;
}
footer .footer-nav .footer-nav-cat {
  border-left: solid 3px #8d8d8d;
  padding-left: 7px;
  margin-bottom: 12px;
}
footer .footer-nav .footer-nav-cat a {
  font-size: 18px;
}
footer .footer-nav ul {
  margin-left: 11px;
}
footer .footer-nav ul li {
  margin-bottom: 12px;
}
footer .footer-nav ul li a {
  font-size: 14px;
}
footer .footer-nav .footer-btn-recruit a {
  background: url('../img/common/nav_btn_recruit.png?1681204410') center top no-repeat;
  width: 160px;
  height: 30px;
  background-size: 160px 30px;
  display: block;
}
footer .footer-nav + .footer-nav {
  margin-left: 52px;
}
footer .footer-bottom {
  clear: both;
}
footer .footer-bottom .footer-sns {
  float: right;
  margin-top: -1px;
}
footer .footer-bottom .footer-sns li {
  float: left;
}
footer .footer-bottom .footer-sns li + li {
  margin-left: 5px;
}
footer .footer-bottom .footer-sns .sns-twitter {
  background: url('../img/common/sns_twitter.png?1681204410') center top no-repeat;
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  display: block;
}
footer .footer-bottom .footer-sns .sns-x {
  background: url('../img/common/sns_x.png?1702540426') center top no-repeat;
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  display: block;
}
footer .footer-bottom .footer-sns .sns-facebook {
  background: url('../img/common/sns_facebook.png?1702540432') center top no-repeat;
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  display: block;
}
footer .footer-bottom .footer-sns .sns-line {
  background: url('../img/common/sns_line.png?1681204410') center top no-repeat;
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  display: block;
}
footer .footer-bottom .terms-nav {
  float: right;
  margin: 10px 5px 0;
}
footer .footer-bottom .terms-nav li {
  float: left;
  padding: 3px 10px;
  font-size: 14px;
}
footer .footer-bottom .terms-nav li + li {
  border-left: solid 1px #6e6e6e;
}
footer .footer-bottom .footer-atlus-logo {
  background: url('../img/common/nav_logo_atlus.png?1681204410') center top no-repeat;
  width: 120px;
  height: 36px;
  background-size: 120px 36px;
  display: block;
  float: left;
  margin-left: 13px;
}
footer .footer-bottom copy {
  font-size: 12px;
  color: #fff;
  float: left;
  margin: 15px 0 0 15px;
}

@media screen and (max-width: 640px) {
  footer {
    padding: 0;
  }
  footer .footer-nav {
    width: 100%;
    margin: 0;
    float: none;
  }
  footer .footer-nav .footer-nav-cat {
    border-left: none;
    border-bottom: solid 1px #fff;
    margin-bottom: 0;
    text-align: center;
    position: relative;
  }
  footer .footer-nav .footer-nav-cat:before {
    content: "";
    width: 25px;
    background: url('../img/common/sp/menu_mark.png?1681204410') right center no-repeat;
    background-size: 8px 15px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  footer .footer-nav .footer-nav-cat a {
    font-size: 30px;
    padding: 25px 0;
    display: block;
  }
  footer .footer-nav .footer-btn-recruit a {
    background: url('../img/common/sp/footer_btn_recruit.png?1681204410') center top no-repeat;
    width: 600px;
    height: 80px;
    background-size: 600px 80px;
    display: block;
    margin: 30px auto;
  }
  footer .footer-nav + .footer-nav {
    margin-left: 0;
  }
  footer .footer-bottom {
    clear: both;
  }
  footer .footer-bottom .footer-sns {
    float: none;
    width: 276px;
    height: 76px;
    margin: 0 auto 36px auto;
  }
  footer .footer-bottom .footer-sns li + li {
    margin-left: 24px;
  }
  footer .footer-bottom .footer-sns li {
    float: left;
  }
  footer .footer-bottom .footer-sns .sns-twitter {
    background: url('../img/common/sp/sns_twitter.png?1681204410') center top no-repeat;
    width: 76px;
    height: 76px;
    background-size: 76px 76px;
    display: block;
  }
  footer .footer-bottom .footer-sns .sns-x {
    width: 76px;
    height: 76px;
    background-size: 76px 76px;
    display: block;
  }
  footer .footer-bottom .footer-sns .sns-facebook {
    background: url('../img/common/sns_facebook.png?1702540432') center top no-repeat;
    width: 76px;
    height: 76px;
    background-size: 76px 76px;
    display: block;
  }
  footer .footer-bottom .footer-sns .sns-line {
    background: url('../img/common/sp/sns_line.png?1681204410') center top no-repeat;
    width: 76px;
    height: 76px;
    background-size: 76px 76px;
    display: block;
  }
  footer .footer-bottom .terms-nav {
    float: none;
    border-top: solid 1px #fff;
    margin: 0 0 44px 0;
    height: 160px;
  }
  footer .footer-bottom .terms-nav li {
    float: left;
    padding: 0;
    font-size: 20px;
    position: relative;
    border-bottom: solid 1px #fff;
    width: 320px;
  }
  footer .footer-bottom .terms-nav li:before {
    content: "";
    width: 25px;
    background: url('../img/common/sp/menu_mark.png?1681204410') right center no-repeat;
    background-size: 8px 15px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  footer .footer-bottom .terms-nav li a {
    box-sizing: border-box;
    display: block;
    padding: 30px 0 30px 32px;
    word-break: keep-all;
  }
  footer .footer-bottom .terms-nav li + li {
    border-left: solid 1px #fff;
  }
  footer .footer-bottom .footer-atlus-logo {
    background: url('../img/common/sp/footer_logo_atlus.png?1681204410') center top no-repeat;
    width: 158px;
    height: 47px;
    background-size: 158px 47px;
    display: block;
    float: left;
    margin: 0 0 56px 73px;
  }
  footer .footer-bottom copy {
    font-size: 16px;
    float: left;
    margin: 22px 0 0 23px;
  }
}
.page-top-btn {
  background: url('../img/common/btn_page_top.png?1681204410') center top no-repeat;
  width: 59.5px;
  height: 120px;
  background-size: 59.5px 120px;
  display: none;
  position: fixed;
  right: 0;
  bottom: 100px;
  z-index: 20;
}

.page-top-btn.absolute {
  position: absolute;
  display: block;
  bottom: 260px;
}
@media (max-width: 640px) {
  .page-top-btn.absolute {
    bottom: 743px;
  }
}

main.general-format .general-container {
  width: 750px;
  margin: 0 auto;
  padding: 60px 0;
}
main.general-format .general-container h2 {
  font-size: 22px;
  color: #000;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.4;
  text-align: center;
}
main.general-format .general-container .general-content-box {
  line-height: 1.6;
  font-feature-settings: "palt";
}
main.general-format .general-container .general-content-box h3 {
  font-size: 19px;
  font-weight: bold;
  color: #000;
  margin: 30px 0 20px;
}
main.general-format .general-container .general-content-box h4 {
  font-size: 19px;
  font-weight: bold;
  color: #000;
  margin: 15px 0 15px;
}
main.general-format .general-container .general-content-box p {
  font-size: 14px;
  color: #000;
}
main.general-format .general-container .general-content-box ul {
  list-style: disc outside;
  padding-left: 1em;
  font-size: 14px;
}
main.general-format .general-container .general-content-box ol {
  list-style: decimal inside;
  font-size: 14px;
}
main.general-format .general-container .general-content-box a {
  margin: 10px 0;
}
main.general-format .general-container .general-content-box .document-date {
  text-align: right;
  margin: 10px 0;
}

@media screen and (max-width: 640px) {
  main.general-format .general-container {
    width: 600px;
    margin: 0 auto;
    padding: 60px 0;
  }
}
.home main {
  width: 1024px;
  margin: 0 auto;
  position: relative;
}
.home main .bg-image {
  width: 1600px;
  position: absolute;
  top: -60px;
  left: -288px;
  z-index: 1;
}
.home main .container {
  background: rgba(0, 0, 0, 0.75);
  padding: 11px 0 30px 0;
  z-index: 2;
}
.home main .top-visual {
  width: 1000px;
  min-height: 360px;
  padding: 8px;
  margin: 0 auto 29px auto;
  background: #000;
  position: relative;
}
.home main .top-visual .slide img {
  border: solid 1px #a2a2a2;
}
.home main .top-visual .slide:before {
  position: absolute;
  bottom: 30px;
  right: -7px;
}
.home main .top-visual .slide.slide-official:before {
  content: "";
  background: url('../img/top/slide_label_official.png?1681204410');
  width: 246px;
  height: 41px;
  background-size: 246px 41px;
  display: block;
}
.home main .top-visual .slide.slide-youtube-live iframe {
  width: 100%;
}
.home main .news {
  width: 1000px;
  height: 39px;
  background: #000;
  margin: 0 auto 29px auto;
}
.home main .news h2 {
  background: url('../img/top/news_title.png?1681204410') center top no-repeat;
  width: 51px;
  height: 14px;
  display: block;
  float: left;
  margin: 13px 0 0 12px;
}
.home main .news .news-feed {
  width: 746px;
}
.home main .news .news-btn-readmore {
  background: url('../img/top/news_btn_read_more.png?1681204410') center top no-repeat;
  width: 165px;
  height: 35px;
  display: block;
  float: left;
  margin: 2px 0 0 11px;
}
.home main .line-up {
  margin-bottom: 33px;
}
.home main .line-up h2 {
  background: url('../img/top/lineup_title.png?1681204410') center top no-repeat;
  width: 168px;
  height: 34px;
  display: block;
  margin-left: 12px;
}
.home main .pick-up {
  margin: 0 0 32px 12px;
}
.home main .pick-up h2 {
  background: url('../img/top/pickup_title.png?1681204410') center top no-repeat;
  width: 168px;
  height: 34px;
  display: block;
}
.home main .pick-up .pick-up-list {
  overflow: hidden;
}
.home main .pick-up .pick-up-list li {
  border: solid 1px #b9b9b9;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  float: left;
  width: 324px;
  height: 151px;
  margin-bottom: 13px;
}
.home main .pick-up .pick-up-list li:nth-child(3n+2),
.home main .pick-up .pick-up-list li:nth-child(3n+3) {
  margin-left: 13px;
}
.home main .official-media {
  margin: 0 0 35px 12px;
}
.home main .official-media h2 {
  background: url('../img/top/media_title.png?1681204410') center top no-repeat;
  width: 256px;
  height: 51px;
  display: block;
}
.home main .official-media .media-box {
  background: url('../img/top/media_bg.png?1681204410') center top no-repeat;
  width: 998px;
  height: 240px;
}
.home main .official-media .media-box .media-list {
  overflow: hidden;
  text-align: center;
  padding-top: 38px;
  letter-spacing: -0.4em;
}
.home main .official-media .media-box .media-list li {
  display: inline-block;
  letter-spacing: normal;
  margin: 0 13px;
}
.home main .official-media .media-box .media-btn-list {
  background: url('../img/top/media_btn_list.png?1681204410') center top no-repeat;
  width: 226px;
  height: 34px;
  display: block;
  margin: 37px auto 0 auto;
}

@media screen and (max-width: 640px) {
  .home main {
    width: 640px;
  }
  .home main .container {
    background: none;
    padding: 65px 0 0 0;
  }
  .home main .top-visual {
    width: 640px;
    min-height: 235px;
    margin: 0 0 48px 0;
  }
  .home main .top-visual .slide:before {
    position: absolute;
    bottom: -26px;
    right: 0;
  }
  .home main .top-visual .slide.slide-official:before {
    background: url('../img/top/sp/slide_label_official.png?1681204410');
    width: 616px;
    height: 58px;
    background-size: auto;
  }
  .home main .sp-news {
    margin-bottom: 26px;
  }
  .home main .sp-news .news-header {
    width: 640px;
    height: 54px;
    position: relative;
    background: #d3d3d3;
  }
  .home main .sp-news .news-header h2 {
    background: url('../img/top/sp/news_title.png?1681204410') center top no-repeat;
    width: 309px;
    height: 54px;
    display: block;
  }
  .home main .sp-news .news-header .news-btn-readmore {
    background: url('../img/top/news_btn_read_more.png?1681204410') center top no-repeat;
    width: 165px;
    height: 35px;
    display: block;
    position: absolute;
    top: 9px;
    right: 7px;
  }
  .home main .line-up {
    margin-bottom: 33px;
  }
  .home main .line-up h2 {
    background: url('../img/top/sp/lineup_title.png?1681204410') center top no-repeat;
    width: 313px;
    height: 54px;
    display: block;
    margin-left: 0;
  }
  .home main .pick-up {
    margin: 0 0 26px 0;
  }
  .home main .pick-up h2 {
    background: url('../img/top/sp/pickup_title.png?1681204410') center top no-repeat;
    width: 313px;
    height: 54px;
    display: block;
  }
  .home main .pick-up .pick-up-list {
    overflow: hidden;
    box-sizing: border-box;
    width: 640px;
    padding: 6px 7px 0;
    background: rgba(0, 0, 0, 0.75);
  }
  .home main .pick-up .pick-up-list li {
    border: solid 1px #b9b9b9;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    float: left;
    width: 310px;
    height: 144px;
    margin-bottom: 6px;
  }
  .home main .pick-up .pick-up-list li:nth-child(3n+2),
  .home main .pick-up .pick-up-list li:nth-child(3n+3) {
    margin-left: 0;
  }
  .home main .pick-up .pick-up-list li:nth-child(2n+2) {
    margin-left: 6px;
  }
  .home main .official-media {
    margin: 0 0 30px 0;
  }
  .home main .official-media h2 {
    background: url('../img/top/sp/media_title.png?1681204410') center top no-repeat;
    width: 328px;
    height: 61px;
    display: block;
  }
  .home main .official-media .media-box {
    background: url('../img/top/sp/media_bg.png?1681204410') center top no-repeat;
    width: 640px;
    height: 240px;
  }
  .home main .official-media .media-box .media-btn-list {
    background: url('../img/top/sp/media_btn_list.png?1681204410') center top no-repeat;
    width: 339px;
    height: 51px;
    display: block;
    margin: 20px auto 0 auto;
  }
}
main.title-wrapper .container {
  background: rgba(0, 0, 0, 0.75);
  padding: 50px 0;
}
main.title-wrapper .title-series {
  margin-bottom: 50px;
}
main.title-wrapper .title-series h2 {
  background: url('../img/title/title_series.png?1681204410') center top no-repeat;
  width: 227px;
  height: 50px;
  display: block;
  margin-left: 12px;
}
main.title-wrapper .title-line-up h2 {
  background: url('../img/title/title_lineup.png?1681204410') center top no-repeat;
  width: 240px;
  height: 50px;
  display: block;
  margin-left: 12px;
}

@media screen and (max-width: 640px) {
  main.title-wrapper .container {
    background: none;
    margin-top: 60px;
    padding: 35px 0 50px 0;
  }
  main.title-wrapper .title-series {
    margin-bottom: 40px;
  }
  main.title-wrapper .title-series h2 {
    background: url('../img/title/sp/series_title.png?1681204410') center top no-repeat;
    width: 313px;
    height: 54px;
    display: block;
    margin-left: 0;
  }
  main.title-wrapper .title-line-up h2 {
    background: url('../img/title/sp/lineup_title.png?1681204410') center top no-repeat;
    width: 313px;
    height: 54px;
    display: block;
    margin-left: 0;
  }
}
main.series-wrapper .container {
  background: rgba(0, 0, 0, 0.75);
  padding: 25px 0 140px 0;
}
main.series-wrapper .series-header h2 {
  font-size: 32px;
  color: #0385ff;
  text-align: center;
  margin: 0 12px 25px;
}
main.series-wrapper .series-header p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 2;
  width: 700px;
  margin: 0 auto 25px;
  font-feature-settings: "palt";
}
main.series-wrapper .series-news {
  width: 1000px;
  height: 39px;
  background: #000;
  margin: 0 auto 29px auto;
}
main.series-wrapper .series-news h2 {
  background: url('../img/series/title_news.png?1681204410') center top no-repeat;
  width: 183px;
  height: 18px;
  display: block;
  float: left;
  margin: 13px 0 0 12px;
}
main.series-wrapper .series-news .news-feed {
  width: 614px;
}
main.series-wrapper .series-news .news-feed .ticker ul {
  width: 614px;
}
main.series-wrapper .series-news .news-feed .ticker ul li div {
  max-width: 570px;
}
main.series-wrapper .series-news .news-btn-readmore {
  background: url('../img/top/news_btn_read_more.png?1681204410') center top no-repeat;
  width: 165px;
  height: 35px;
  display: block;
  float: left;
  margin: 2px 0 0 11px;
}
main.series-wrapper .series-title {
  color: #fff;
}
main.series-wrapper .series-title .latest-title {
  background: url('../img/series/bg_latest2.png?1681204410') left top repeat;
  width: 998px;
  overflow: hidden;
  margin: 0 auto;
  box-sizing: border-box;
  border: solid 1px #979797;
  padding: 17px 16px 17px 34px;
  position: relative;
}
main.series-wrapper .series-title .latest-title h3, main.series-wrapper .series-title .latest-title p {
  float: left;
  width: 480px;
}
main.series-wrapper .series-title .latest-title .btn-to-official {
  float: left;
  margin-left: 147px;
}
main.series-wrapper .series-title .latest-title .latest-title-img {
  width: 446px;
  height: 446px;
  box-sizing: border-box;
  border: solid 1px #808080;
  background: #000;
  float: right;
}
main.series-wrapper .series-title .latest-title h3 {
  font-size: 26px;
  margin: 10px 0 25px 0;
  position: relative;
}
main.series-wrapper .series-title .latest-title h3:before {
  content: url('../img/series/title_mark.png?1681204410');
  position: absolute;
  top: -5px;
  left: -14px;
}
main.series-wrapper .series-title .latest-title .latest-title-release {
  font-size: 16px;
  margin-bottom: 10px;
}
main.series-wrapper .series-title .latest-title .latest-title-console {
  font-size: 14px;
  margin-bottom: 10px;
}
main.series-wrapper .series-title .latest-title .latest-title-copyright {
  font-size: 13px;
  margin: 10px 0 30px;
}
main.series-wrapper .series-title .latest-title .latest-title-description {
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 25px;
  font-feature-settings: "palt";
}
main.series-wrapper .series-title .old-title {
  overflow: hidden;
  margin-left: -4px;
  display: flex;
  flex-wrap: wrap;
}
main.series-wrapper .series-title .old-title li {
  background: url('../img/series/bg_old_repeat.png?1681204410') repeat center center;
  width: 490px;
  min-height: 270px;
  float: left;
  margin: 17px 0 0 17px;
  border: solid 1px gray;
  box-sizing: border-box;
  overflow: hidden;
}
main.series-wrapper .series-title .old-title li h3 {
  width: 100%;
  background: black;
  position: relative;
  padding: 6px 0 4px 20px;
  font-size: 16px;
  line-height: 1.2;
}
main.series-wrapper .series-title .old-title li h3 span {
  font-size: 15px;
}
main.series-wrapper .series-title .old-title li h3:before {
  content: url('../img/series/title_mark.png?1681204410');
  position: absolute;
  top: 7px;
  left: 7px;
}
main.series-wrapper .series-title .old-title li .old-title-img {
  width: 190px;
  height: 190px;
  box-sizing: border-box;
  border: solid 1px #808080;
  background: #000;
  float: left;
  margin: 9px 0 0 9px;
}
main.series-wrapper .series-title .old-title li .old-title-info {
  width: 265px;
  float: left;
  margin-left: 24px;
}
main.series-wrapper .series-title .old-title li .old-title-info .old-title-release {
  margin: 17px 0 7px 0;
  font-size: 16px;
}
main.series-wrapper .series-title .old-title li .old-title-info .old-title-console {
  margin-bottom: 13px;
  font-size: 16px;
}
main.series-wrapper .series-title .old-title li .old-title-info .old-title-copyright {
  font-size: 13px;
  line-height: 1.4;
}
main.series-wrapper .series-title .old-title li .old-title-info .old-title-description {
  margin-top: 13px;
  font-size: 14px;
  line-height: 1.4;
}
main.series-wrapper .series-title .old-title li .old-title-info .btn-to-official {
  margin-top: 46px;
  margin-bottom: 10px;
}
main.series-wrapper .series-title .btn-to-title {
  padding-top: 136px;
}
main.series-wrapper .series-title .btn-to-title a {
  background: url('../img/series/btn_to_title.png?1681204410') center top no-repeat;
  width: 280px;
  height: 50px;
  display: block;
  margin: 0 auto;
}

body.tax-series.term-46 main.series-wrapper .series-news h2 {
  background-image: url('../img/series/title_news_other.png?1681204410');
  width: 195px;
  height: 18px;
  margin: 12px 0 0 5px;
}
body.tax-series.term-46 main.series-wrapper .series-news .news-feed {
  margin-left: 10px;
}

@media screen and (max-width: 640px) {
  main.series-wrapper .container {
    background: none;
    margin-top: 60px;
    padding: 0;
  }
  main.series-wrapper .series-header {
    background: rgba(0, 0, 0, 0.75);
    padding: 25px 0 40px 0;
    margin-bottom: 35px;
  }
  main.series-wrapper .series-header h2 {
    font-size: 34px;
    color: #0385ff;
    text-align: center;
    margin: 0 12px 30px;
  }
  main.series-wrapper .series-header p {
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 2;
    width: 520px;
    margin: 0 auto;
  }
  main.series-wrapper .sp-series-news {
    margin-bottom: 40px;
  }
  main.series-wrapper .sp-series-news .news-header {
    width: 640px;
    height: 54px;
    position: relative;
    background: #d3d3d3;
  }
  main.series-wrapper .sp-series-news .news-header h2 {
    background: url('../img/series/sp/news_title.png?1681204410') center top no-repeat;
    width: 392px;
    height: 54px;
    display: block;
  }
  main.series-wrapper .sp-series-news .news-header .news-btn-readmore {
    background: url('../img/top/news_btn_read_more.png?1681204410') center top no-repeat;
    width: 165px;
    height: 35px;
    display: block;
    position: absolute;
    top: 9px;
    right: 7px;
  }
  main.series-wrapper .series-title {
    color: #fff;
  }
  main.series-wrapper .series-title .latest-title {
    background: url('../img/series/bg_latest2.png?1681204410') left top repeat;
    width: 640px;
    overflow: hidden;
    margin: 0 auto;
    box-sizing: border-box;
    border: none;
    padding: 0 0 45px 0;
    position: relative;
  }
  main.series-wrapper .series-title .latest-title h3, main.series-wrapper .series-title .latest-title p {
    float: none;
    width: 100%;
  }
  main.series-wrapper .series-title .latest-title .btn-to-official {
    float: none;
    margin: 0 auto;
  }
  main.series-wrapper .series-title .latest-title .latest-title-img {
    width: 618px;
    height: auto;
    float: none;
  }
  main.series-wrapper .series-title .latest-title .latest-title-img img {
    margin: 0 auto;
  }
  main.series-wrapper .series-title .latest-title h3 {
    font-size: 26px;
    font-weight: bold;
    padding: 12px 0 12px 26px;
    box-sizing: border-box;
    margin: 0;
    position: relative;
    background: #000;
  }
  main.series-wrapper .series-title .latest-title h3:before {
    content: url('../img/series/title_mark.png?1681204410');
    position: absolute;
    top: 2px;
    left: 10px;
  }
  main.series-wrapper .series-title .latest-title .latest-title-img {
    margin: 10px auto 18px;
  }
  main.series-wrapper .series-title .latest-title .meta {
    width: auto;
    margin: 0 20px;
  }
  main.series-wrapper .series-title .latest-title .latest-title-release {
    font-size: 16px;
    margin-bottom: 5px;
    padding: 0 7px 0 7px;
  }
  main.series-wrapper .series-title .latest-title .latest-title-console {
    font-size: 16px;
    margin-bottom: 10px;
    padding: 0 7px 0 7px;
  }
  main.series-wrapper .series-title .latest-title .latest-title-copyright {
    font-size: 13px;
    margin: 10px 20px 20px 20px;
    padding: 0 7px 0 7px;
    width: auto;
  }
  main.series-wrapper .series-title .latest-title .latest-title-description {
    clear: both;
    font-size: 20px;
    line-height: 1.9;
    margin-bottom: 35px;
    padding: 0 20px 0 20px;
    width: auto;
  }
  main.series-wrapper .series-title .old-title {
    overflow: hidden;
    margin: 0;
    padding: 8px 8px 0;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.75);
  }
  main.series-wrapper .series-title .old-title li {
    background: url('../img/series/bg_old_repeat.png?1681204410') repeat center center;
    width: 310px;
    min-height: 470px;
    float: left;
    margin: 0 0 10px 0;
    border: solid 1px gray;
    box-sizing: border-box;
    overflow: hidden;
  }
  main.series-wrapper .series-title .old-title li h3 {
    width: 100%;
    background: black;
    padding: 10px 0 10px 20px;
    font-size: 16px;
    line-height: 1.2;
    position: relative;
    min-height: 52px;
    box-sizing: border-box;
  }
  main.series-wrapper .series-title .old-title li h3 span {
    font-size: 16px;
  }
  main.series-wrapper .series-title .old-title li h3:before {
    content: url('../img/series/title_mark.png?1681204410');
    position: absolute;
    top: 7px;
    left: 7px;
  }
  main.series-wrapper .series-title .old-title li h3.two-lines {
    padding: 5px 0 5px 20px;
    font-size: 15px;
  }
  main.series-wrapper .series-title .old-title li h3.two-lines span {
    font-size: 15px;
  }
  main.series-wrapper .series-title .old-title li .old-title-img {
    width: 290px;
    height: auto;
    overflow: hidden;
    float: none;
    margin: 10px auto 0;
  }
  main.series-wrapper .series-title .old-title li .old-title-img img {
    margin: 0 auto;
  }
  main.series-wrapper .series-title .old-title li .old-title-info {
    width: auto;
    float: none;
    margin: 0 10px;
  }
  main.series-wrapper .series-title .old-title li .old-title-info .old-title-release {
    margin: 17px 0 7px 0;
    font-size: 15px;
  }
  main.series-wrapper .series-title .old-title li .old-title-info .old-title-console {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.2;
  }
  main.series-wrapper .series-title .old-title li .old-title-info .old-title-copyright {
    font-size: 13px;
  }
  main.series-wrapper .series-title .old-title li .old-title-info .btn-to-official {
    margin-top: 20px;
  }
  main.series-wrapper .series-title .old-title li:nth-child(2n+2) {
    float: right;
  }
  main.series-wrapper .series-title .btn-to-title {
    padding: 120px 0 240px 0;
    margin-bottom: 5px;
    background: rgba(0, 0, 0, 0.75);
  }
  main.series-wrapper .series-title .btn-to-title a {
    background: url('../img/series/sp/btn_to_title.png?1681204410') center top no-repeat;
    width: 560px;
    height: 100px;
    display: block;
    margin: 0 auto;
  }

  body.tax-series.term-46 main.series-wrapper .sp-series-news h2 {
    background-image: url('../img/series/sp/news_title_other.png?1681204410');
    width: 392px;
    height: 54px;
  }
}
.post-type-archive-news main .container {
  background: rgba(0, 0, 0, 0.75);
  padding-bottom: 11px;
}
.post-type-archive-news main h2 {
  background: url('../img/news/title_news.png?1681204410') center center no-repeat;
  width: 267px;
  height: 50px;
  margin-bottom: 23px;
}
.post-type-archive-news main .news-header {
  padding: 0 12px;
}
.post-type-archive-news main .news-headline {
  box-sizing: content-box;
  height: 85px;
  padding: 10px 10px 5px 10px;
  margin: 0 auto 19px auto;
  background: #fff;
  border: solid 8px #000;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.post-type-archive-news main .sort-bar {
  margin: 0 12px 22px;
  color: #fff;
  overflow: hidden;
  text-align: center;
}
.post-type-archive-news main .sort-bar li {
  float: left;
}
.post-type-archive-news main .sort-bar .select-menu {
  height: 48px;
  background: #000;
  vertical-align: bottom;
  display: inline-block;
  width: 80%;
}
.post-type-archive-news main .sort-bar .select-menu label {
  margin: 16px 0 0 17px;
  font-size: 14px;
}
.post-type-archive-news main .sort-bar .select-menu select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 190px;
  height: 26px;
  background: url('../img/news/select_allow.png?1681204410') right no-repeat, #fff;
  border-radius: 0;
  border: solid 1px #fff;
  font-size: 15px;
  color: #000;
  padding-right: 27px;
  padding-left: 8px;
  margin: 11px 14px 0 14px;
  cursor: pointer;
}
.post-type-archive-news main .sort-bar .sort-reset-btn {
  width: 173px;
  height: 48px;
  background: #000;
  display: inline-block;
  vertical-align: bottom;
}
.post-type-archive-news main .sort-bar .sort-reset-btn a {
  background: url('../img/news/btn_reset.png?1681204410') center center no-repeat;
  width: 150px;
  height: 26px;
  display: block;
  margin: 11px 11px;
}
.post-type-archive-news main .page-nav ul {
  width: 257px;
  height: 38px;
  margin: 0 auto;
  position: relative;
}
.post-type-archive-news main .page-nav ul li {
  color: #fff;
  background: #1573d2;
  text-align: center;
  box-shadow: 4px 4px 0 0 #121212;
  position: absolute;
  top: 0;
}
.post-type-archive-news main .page-nav ul li a {
  display: block;
  width: 33px;
  height: 34px;
  box-sizing: border-box;
  border: solid 1px #1a8cff;
}
.post-type-archive-news main .page-nav ul li a:hover {
  border: solid 2px #b8dbff;
}
.post-type-archive-news main .page-nav ul .page-first {
  left: 0;
}
.post-type-archive-news main .page-nav ul .page-first a {
  background: url('../img/news/page_first.png?1681204410') center center no-repeat;
  background-size: 10px 13px;
}
.post-type-archive-news main .page-nav ul .page-prev {
  left: 40px;
}
.post-type-archive-news main .page-nav ul .page-prev a {
  background: url('../img/news/page_prev.png?1681204410') center center no-repeat;
  background-size: 16px 12px;
}
.post-type-archive-news main .page-nav ul .page-current {
  width: 93px;
  height: 34px;
  box-sizing: border-box;
  border: solid 1px #1a8cff;
  box-shadow: 4px 4px 0 0 #000;
  font-size: 15px;
  padding-top: 9px;
  left: 80px;
}
.post-type-archive-news main .page-nav ul .page-next {
  left: 180px;
}
.post-type-archive-news main .page-nav ul .page-next a {
  background: url('../img/news/page_next.png?1681204410') center center no-repeat;
  background-size: 16px 11px;
}
.post-type-archive-news main .page-nav ul .page-last {
  left: 220px;
}
.post-type-archive-news main .page-nav ul .page-last a {
  background: url('../img/news/page_last.png?1681204410') center center no-repeat;
  background-size: 11px 13px;
}

@media screen and (max-width: 640px) {
  .post-type-archive-news main .container {
    background: none;
    margin-top: 60px;
    padding-bottom: 0;
  }
  .post-type-archive-news main h2 {
    background: url('../img/news/title_news.png?1681204410') center center no-repeat;
    width: 267px;
    height: 50px;
    margin: 0 0 30px 0;
  }
  .post-type-archive-news main .news-header {
    padding: 0;
  }
  .post-type-archive-news main .news-headline {
    width: 964px;
    height: 82px;
    padding: 10px;
    margin: 0 auto 19px auto;
    background: #fff;
    border: solid 8px #000;
  }
  .post-type-archive-news main .search-panel {
    width: 626px;
    background: url('../img/news/sp/btn_modal_open.png?1681204410') no-repeat center bottom 4px, #092f56;
    display: block;
    margin: 0 auto 28px;
    text-decoration: none;
    color: #000;
    padding-bottom: 20px;
  }
  .post-type-archive-news main .search-panel .search-condition-window {
    display: block;
    font-size: 18px;
    padding: 8px;
    border-top: solid 9px #1573d2;
    border-bottom: solid 9px #1573d2;
    border-left: solid 13px #1573d2;
    border-right: solid 13px #1573d2;
    width: 626px;
    box-sizing: border-box;
    margin: 0 auto;
    background: #fff;
  }
  .post-type-archive-news main .sort-bar {
    display: none;
    margin: 0 auto 22px auto;
    padding-top: 140px;
    box-sizing: border-box;
    color: #fff;
    overflow: hidden;
    text-align: center;
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
  }
  .post-type-archive-news main .sort-bar .sort-modal-close {
    background: url('../img/news/sp/btn_modal_close.png?1681204410') center center no-repeat;
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 75px;
    right: 14px;
  }
  .post-type-archive-news main .sort-bar .search-condition {
    color: #000;
    background: #fff;
    width: 608px;
    margin: 0 auto;
    height: 40px;
    padding: 10px 0 7px;
    box-sizing: border-box;
    font-size: 20px;
  }
  .post-type-archive-news main .sort-bar .select-menu {
    width: 608px;
    height: auto;
    background: #091f3f;
    display: inline-block;
    vertical-align: bottom;
    padding-top: 26px;
    text-align: left;
  }
  .post-type-archive-news main .sort-bar .select-menu li {
    float: none;
    margin-bottom: 26px;
  }
  .post-type-archive-news main .sort-bar .select-menu label {
    margin: 0 0 0 20px;
    width: 180px;
    display: inline-block;
    font-size: 20px;
  }
  .post-type-archive-news main .sort-bar .select-menu select {
    width: 380px;
    height: 70px;
    background: url('../img/news/sp/select_arrow.png?1681204410') 332px 28px no-repeat, #000;
    border: solid 1px #198cff;
    font-size: 22px;
    color: #fff;
    padding-left: 25px;
    padding-right: 70px;
    margin: 0;
  }
  .post-type-archive-news main .sort-bar .sort-reset-btn {
    display: none;
  }
  .post-type-archive-news main .sort-bar .sort-btn {
    width: 608px;
    background: #051225;
    margin: 0 auto;
    padding: 27px 0;
  }
  .post-type-archive-news main .sort-bar .sort-btn a {
    background: url('../img/news/sp/btn_search.png?1681204410') center center no-repeat;
    width: 424px;
    height: 64px;
    display: block;
    margin: 0 auto;
  }
  .post-type-archive-news main .sort-bar .sort-modal-close-bar {
    width: 608px;
    height: 40px;
    display: block;
    margin: 0 auto;
    background: url('../img/news/sp/btn_modal_close_bar.png?1681204410') center center no-repeat, #091f3f;
  }
  .post-type-archive-news main .page-nav {
    padding: 160px 0 30px 0;
    background: rgba(0, 0, 0, 0.75);
  }
  .post-type-archive-news main .page-nav ul {
    width: 626px;
    height: 94px;
  }
  .post-type-archive-news main .page-nav ul li a {
    width: 90px;
    height: 90px;
  }
  .post-type-archive-news main .page-nav ul .page-first {
    left: 0;
  }
  .post-type-archive-news main .page-nav ul .page-first a {
    background: url('../img/news/sp/page_first.png?1681204410') center center no-repeat;
    background-size: 29.5px 23.5px;
  }
  .post-type-archive-news main .page-nav ul .page-prev {
    left: 100px;
  }
  .post-type-archive-news main .page-nav ul .page-prev a {
    background: url('../img/news/sp/page_prev.png?1681204410') center center no-repeat;
    background-size: 44.5px 20.5px;
  }
  .post-type-archive-news main .page-nav ul .page-current {
    width: 227px;
    height: 90px;
    font-size: 35px;
    padding-top: 22px;
    left: 200px;
  }
  .post-type-archive-news main .page-nav ul .page-next {
    left: 437px;
  }
  .post-type-archive-news main .page-nav ul .page-next a {
    background: url('../img/news/sp/page_next.png?1681204410') center center no-repeat;
    background-size: 44.5px 20.5px;
  }
  .post-type-archive-news main .page-nav ul .page-last {
    left: 537px;
  }
  .post-type-archive-news main .page-nav ul .page-last a {
    background: url('../img/news/sp/page_last.png?1681204410') center center no-repeat;
    background-size: 30px 23.5px;
  }
  .post-type-archive-news main .read-more-btn {
    padding: 40px 0;
    background: rgba(0, 0, 0, 0.75);
  }
  .post-type-archive-news main .read-more-btn a {
    background: url('../img/news/sp/btn_read_more.png?1681204410') center center no-repeat;
    width: 424px;
    height: 64px;
    display: block;
    margin: 0 auto;
  }
}
.single-news .article-container .container {
  background: rgba(0, 0, 0, 0.75);
  padding: 43px 0 35px;
  overflow: hidden;
}
.single-news .article-container main {
  float: left;
  width: 681px;
  margin-left: 12px;
}
.single-news .article-container main .title-box {
  margin-bottom: 1px;
  position: relative;
}
.single-news .article-container main .title-box .title-name {
  background: url('../img/news-detail/title_bg.png?1681204410') center center no-repeat;
  width: 459px;
  height: 44px;
  color: #fff;
  font-size: 20px;
  padding: 0 0 0 36px;
  box-sizing: border-box;
  font-feature-settings: "palt" 1;
  display: table-cell;
  vertical-align: middle;
}
.single-news .article-container main .title-box .title-list-btn {
  background: url('../img/news-detail/title_list_btn.png?1681204410') center center no-repeat;
  width: 236px;
  height: 44px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.single-news .article-container main article {
  width: 100%;
  background: #000;
  color: #fff;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
.single-news .article-container main article .article-meta {
  height: 37px;
  padding-left: 11px;
}
.single-news .article-container main article .article-genre {
  border: solid 1px #115fad;
  color: #1a8dff;
  display: inline-block;
  font-size: 16px;
  padding: 4px 10px;
  margin-top: 11px;
}
.single-news .article-container main article time {
  display: inline-block;
  color: #1a8dff;
  font-size: 16px;
  margin-left: 14px;
  margin-top: 11px;
}
.single-news .article-container main article .article-share-btn {
  float: right;
  margin: 14px 7px 0 0;
}
.single-news .article-container main article .article-share-btn li {
  float: left;
  margin-left: 7px;
}
.single-news .article-container main article .article-share-btn li .article-share-btn-twitter {
  background: url('../img/news-detail/share_btn_twitter.png?1681204410') center center no-repeat;
  width: 68px;
  height: 20px;
  display: block;
}
.single-news .article-container main article .article-share-btn li .article-share-btn-facebook {
  background: url('../img/news-detail/share_btn_facebook.png?1681204410') center center no-repeat;
  width: 70px;
  height: 20px;
  display: block;
}
.single-news .article-container main article .article-share-btn li .article-share-btn-line {
  background: url('../img/news-detail/share_btn_line.png?1681204410') center center no-repeat;
  width: 89px;
  height: 20px;
  display: block;
}
.single-news .article-container main article .article-box {
  clear: both;
  width: 600px;
  margin: 0 auto;
}
.single-news .article-container main article h3 {
  color: #fff;
  font-size: 22px;
  line-height: 1.5;
  margin: 36px 0 23px;
  padding-bottom: 8px;
  border-bottom: solid 2px #115fad;
}
.single-news .article-container main article .main-text {
  font-size: 14px;
  line-height: 1.6em;
  font-feature-settings: "palt";
}
.single-news .article-container main article .main-text strong {
  font-weight: bold;
}
.single-news .article-container main article .main-text em {
  font-style: italic;
}
.single-news .article-container main article .main-text blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
.single-news .article-container main article .main-text .aligncenter {
  display: block;
  margin: 0 auto;
}
.single-news .article-container main article .main-text .alignright {
  float: right;
}
.single-news .article-container main article .main-text .alignleft {
  float: left;
}
.single-news .article-container main article .main-text img[class*="wp-image-"],
.single-news .article-container main article .main-text img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}
.single-news .article-container main article .main-text table,
.single-news .article-container main article .main-text tr,
.single-news .article-container main article .main-text td {
  border: 1px solid #fff;
}
.single-news .article-container main article .main-text .clearfix {
  overflow: hidden;
  zoom: 1;
}
.single-news .article-container main article .main-text .clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.single-news .article-container main article .main-text p {
  margin-bottom: 35px;
}
.single-news .article-container main article .main-text img {
  margin-bottom: 35px;
}
.single-news .article-container main article .main-text a {
  color: #abd5ff;
}
.single-news .article-container main article .main-text a:hover {
  color: #2693ff;
}
.single-news .article-container main article .main-text a:visited {
  color: #d6ebff;
}
.single-news .article-container main article .main-text .article-page-nav {
  text-align: center;
  font-size: 0;
}
.single-news .article-container main article .main-text .article-page-nav span {
  width: 40px;
  height: 40px;
  border: solid 1px #fff;
  box-sizing: border-box;
  padding-top: 11px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  display: inline-block;
}
.single-news .article-container main article .main-text .article-page-nav a {
  background: #d2d2d2;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
}
.single-news .article-container main article .main-text .article-page-nav a span {
  color: #000;
}
.single-news .article-container main article .main-text .article-page-nav a:hover {
  opacity: 0.9;
}
.single-news .article-container main article .main-text .article-page-nav span + a, .single-news .article-container main article .main-text .article-page-nav a + a, .single-news .article-container main article .main-text .article-page-nav a + span {
  margin-left: 20px;
}
.single-news .article-container main article .title-name {
  margin: 0 auto 20px;
  padding-top: 20px;
  border-top: solid 2px #115fad;
  font-size: 22px;
}
.single-news .article-container main article .title-detail {
  font-size: 16px;
  line-height: 1.7;
}
.single-news .article-container main article .relation-link {
  width: 595px;
  margin: 35px auto 0;
  overflow: hidden;
}
.single-news .article-container main article .relation-link li {
  float: left;
}
.single-news .article-container main article .relation-link .same-title-news {
  background: url('../img/news-detail/bottom_title_list_btn.png?1681204410') center center no-repeat;
  width: 280px;
  height: 50px;
  display: block;
}
.single-news .article-container main article .relation-link .official-site {
  background: url('../img/news-detail/bottom_official_btn.png?1681204410') center center no-repeat;
  width: 280px;
  height: 50px;
  display: block;
  margin-left: 35px;
}
.single-news .article-container main .btn-to-top a {
  background: url('../img/news-detail/btn_to_news_top.png?1681204410') center center no-repeat;
  width: 193px;
  height: 34px;
  display: block;
  margin: 0 auto;
}
.single-news .article-container aside {
  float: right;
  width: 308px;
  margin-right: 12px;
}
.single-news .article-container aside .topics h4 {
  background: url('../img/news-detail/title_hot_news.png?1681204410') center center no-repeat;
  width: 213px;
  height: 34px;
  margin-bottom: 2px;
}
.single-news .article-container aside .topics ul {
  margin-bottom: 33px;
}
.single-news .article-container aside .topics ul li {
  margin-bottom: 12px;
}
.single-news .article-container aside .topics ul li a {
  width: 308px;
  height: 118px;
  background: #000;
  display: block;
  color: #fff;
  text-decoration: none;
}
.single-news .article-container aside .topics ul li a .news-img-ct {
  width: 100px;
  height: 100px;
  float: left;
  margin: 9px 9px 0;
  overflow: hidden;
}
.single-news .article-container aside .topics ul li a .news-img-ct .news-img {
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
}
.single-news .article-container aside .topics ul li a .news-info {
  width: 180px;
  margin: 9px 10px 9px 0;
  float: left;
}
.single-news .article-container aside .topics ul li a .news-info .news-title {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
  word-break: break-all;
}
.single-news .article-container aside .topics ul li a .news-info .news-issue {
  font-size: 12px;
  line-height: 1.3;
}
.single-news .article-container aside .topics ul li a .news-info .news-release {
  font-size: 12px;
  font-weight: bold;
  color: #1a8dff;
  margin-top: 12px;
}
.single-news .article-container aside .topics ul li a:hover {
  background: rgba(0, 0, 0, 0.5);
}
.single-news .article-container aside .topics ul li a:hover .news-info .news-title, .single-news .article-container aside .topics ul li a:hover .news-info .news-issue {
  text-decoration: underline;
}
.single-news .article-container aside .official-media h4 {
  background: url('../img/news-detail/title_official_media.png?1681204410') center center no-repeat;
  width: 308px;
  height: 45px;
  margin-bottom: 17px;
}
.single-news .article-container aside .official-media ul {
  margin-left: -19px;
}
.single-news .article-container aside .official-media ul li {
  float: left;
  margin-left: 19px;
}
.single-news .article-container aside .official-media ul li a {
  display: block;
}
.single-news #fancybox-wrap #fancybox-title #fancybox-title-inside {
  line-height: 18px;
  padding: 10px 8px 0;
}

@media screen and (max-width: 640px) {
  .single-news .article-container {
    margin-top: 60px;
  }
  .single-news .article-container .container {
    background: none;
    padding: 0;
    overflow: hidden;
  }
  .single-news .article-container main {
    width: 640px;
    margin: 35px 0 0 0;
    float: none;
  }
  .single-news .article-container main .title-box {
    position: relative;
  }
  .single-news .article-container main .title-box .title-name {
    background: url('../img/news-detail/sp/title_bg.png?1681204410') center center no-repeat;
    width: 457px;
    height: 59px;
    color: #fff;
    font-size: 26px;
    padding: 0 0 0 36px;
    box-sizing: border-box;
  }
  .single-news .article-container main .title-box .title-list-btn {
    background: url('../img/news-detail/sp/title_list_btn.png?1681204410') center center no-repeat;
    width: 206px;
    height: 59px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  .single-news .article-container main article {
    background: #000;
    color: #fff;
  }
  .single-news .article-container main article .article-genre {
    border: solid 1px #115fad;
    color: #1a8dff;
    display: inline-block;
    font-size: 16px;
    padding: 4px 10px;
    margin: 11px 14px 0 11px;
  }
  .single-news .article-container main article date {
    color: #1a8dff;
    font-size: 16px;
  }
  .single-news .article-container main article .article-share-btn {
    float: right;
    margin: 14px 7px 0 0;
  }
  .single-news .article-container main article .article-share-btn li {
    float: left;
    margin-left: 7px;
  }
  .single-news .article-container main article .article-share-btn li .article-share-btn-twitter {
    background: url('../img/news-detail/share_btn_twitter.png?1681204410') center center no-repeat;
    width: 68px;
    height: 20px;
    display: block;
  }
  .single-news .article-container main article .article-share-btn li .article-share-btn-facebook {
    background: url('../img/news-detail/share_btn_facebook.png?1681204410') center center no-repeat;
    width: 70px;
    height: 20px;
    display: block;
  }
  .single-news .article-container main article .article-share-btn li .article-share-btn-line {
    background: url('../img/news-detail/share_btn_line.png?1681204410') center center no-repeat;
    width: 89px;
    height: 20px;
    display: block;
  }
  .single-news .article-container main article .article-box {
    clear: both;
    width: 600px;
    margin: 0 auto;
  }
  .single-news .article-container main article h3 {
    color: #fff;
    font-size: 22px;
    line-height: 1.5;
    margin: 36px 0 18px;
    padding-bottom: 8px;
    border-bottom: solid 2px #115fad;
  }
  .single-news .article-container main article .main-text {
    font-size: 20px;
    line-height: 1.6em;
  }
  .single-news .article-container main article .main-text p {
    margin-bottom: 18px;
  }
  .single-news .article-container main article .main-text img {
    margin-bottom: 18px;
  }
  .single-news .article-container main article .title-name {
    margin: 0 auto 20px;
    padding-top: 20px;
    border-top: solid 2px #115fad;
    font-size: 22px;
  }
  .single-news .article-container main article .title-detail {
    font-size: 16px;
    line-height: 1.7;
  }
  .single-news .article-container main article .relation-link {
    width: 595px;
    overflow: hidden;
  }
  .single-news .article-container main article .relation-link li {
    float: left;
  }
  .single-news .article-container main article .relation-link .same-title-news {
    background: url('../img/news-detail/bottom_title_list_btn.png?1681204410') center center no-repeat;
    width: 280px;
    height: 50px;
    display: block;
  }
  .single-news .article-container main article .relation-link .official-site {
    background: url('../img/news-detail/bottom_official_btn.png?1681204410') center center no-repeat;
    width: 280px;
    height: 50px;
    display: block;
    margin-left: 35px;
  }
  .single-news .article-container main .btn-to-top a {
    background: url('../img/news-detail/sp/btn_to_news_top.png?1681204410') center center no-repeat;
    width: 217px;
    height: 41px;
  }
  .single-news .article-container aside {
    float: none;
  }
  .single-news .article-container aside .sp-news {
    margin-top: 40px;
  }
  .single-news .article-container aside .sp-news h4 {
    background: url('../img/news-detail/sp/title_hot_news.png?1681204410') center top no-repeat;
    width: 640px;
    height: 54px;
    display: block;
  }
  .single-news .article-container aside .sp-news .news-list-box {
    padding-bottom: 50px;
  }
  .single-news .fancybox-button {
    width: 88px;
    height: 88px;
  }
  .single-news .fancybox-button--close:after, .single-news .fancybox-button--close:before {
    height: 4px;
    width: 32px;
    top: calc(50% - 2px);
    left: calc(50% - 16px);
  }
  .single-news .fancybox-button--fullscreen:before {
    width: 30px;
    height: 22px;
    left: calc(50% - 14px);
    top: calc(50% - 12px);
  }
  .single-news .fancybox-button--play:before {
    border-top: 12px inset transparent;
    border-bottom: 12px inset transparent;
    border-left: 20px solid;
    top: calc(50% - 12px);
    left: calc(50% - 8px);
  }
  .single-news .fancybox-arrow {
    width: 88px;
  }
  .single-news .fancybox-arrow:after {
    top: 18px;
    width: 64px;
    height: 64px;
    background-size: 48px 48px;
  }
}
main.media-wrapper .container {
  background: rgba(0, 0, 0, 0.75);
}
main.media-wrapper h2 {
  background: url('../img/media/title_media.png?1681204410') center center no-repeat;
  width: 447px;
  height: 50px;
  margin: 0 0 32px 12px;
}
main.media-wrapper .media-list {
  width: 998px;
  margin: 0 auto;
  overflow: hidden;
}
main.media-wrapper ul {
  overflow: hidden;
  margin: 0 0 37px -8px;
}
main.media-wrapper ul li {
  position: relative;
  float: left;
}
main.media-wrapper ul li a {
  background: url('../img/media/media_bg.png?1681204410') center center no-repeat;
  width: 495px;
  height: 150px;
  display: block;
  margin: 0 0 8px 8px;
  text-decoration: none;
}
main.media-wrapper ul li a .media-img {
  float: left;
  margin: 15px 18px 0 15px;
  width: 120px;
  height: 120px;
}
main.media-wrapper ul li a .media-info {
  width: 332px;
  float: left;
  margin-top: 47px;
}
main.media-wrapper ul li a .media-info h3 {
  font-size: 20px;
  color: #fff;
}
main.media-wrapper ul li a .media-info .media-account {
  font-size: 16px;
  color: #a2a2a2;
  margin: 8px 0;
}
main.media-wrapper ul li a .media-info .media-description {
  font-size: 14px;
  color: #fefefe;
  line-height: 1.2;
}
main.media-wrapper ul li a:before {
  position: absolute;
  top: 17px;
  left: 161px;
}
main.media-wrapper ul li .media-twitter:before {
  content: url('../img/media/mark_twitter.png?1681204410');
}
main.media-wrapper ul li .media-facebook:before {
  content: url('../img/media/mark_facebook.png?1702540537');
}
main.media-wrapper ul li .media-youtube:before {
  content: url('../img/media/mark_youtube.png?1702540571');
}
main.media-wrapper ul li .media-niconico:before {
  content: url('../img/media/mark_niconico.png?1702540678');
}
main.media-wrapper ul li .media-fresh:before {
  content: url('../img/media/mark_fresh.png?1681204410');
}
main.media-wrapper ul li .media-x:before {
  content: url('../img/media/mark_x.png?1702540528');
}
main.media-wrapper ul li .media-instagram:before {
  content: url('../img/media/mark_instagram.png?1702540602');
}
main.media-wrapper ul li .media-tiktok:before {
  content: url('../img/media/mark_tiktok.png?1702540622');
}
main.media-wrapper ul + ul {
  padding-top: 36px;
  border-top: solid 2px #0e62bf;
}

@media screen and (max-width: 640px) {
  main.media-wrapper .container {
    background: none;
    margin-top: 60px;
  }
  main.media-wrapper h2 {
    background: url('../img/media/title_media.png?1681204410') center center no-repeat;
    width: 447px;
    height: 50px;
    margin: 0 0 32px 0;
  }
  main.media-wrapper .media-list {
    width: 640px;
    margin: 0 auto;
    overflow: hidden;
  }
  main.media-wrapper ul {
    overflow: hidden;
    margin: 0 auto;
    width: 560px;
  }
  main.media-wrapper ul li {
    position: relative;
    float: none;
  }
  main.media-wrapper ul li a {
    background: url('../img/media/sp/media_bg.png?1681204410') center center no-repeat;
    width: 560px;
    height: 170px;
    margin: 0 auto 40px;
    display: block;
    text-decoration: none;
  }
  main.media-wrapper ul li a .media-img {
    float: left;
    margin: 15px 18px 0 15px;
  }
  main.media-wrapper ul li a .media-info {
    width: 332px;
    float: left;
    margin-top: 50px;
  }
  main.media-wrapper ul li a .media-info h3 {
    font-size: 22px;
    color: #fff;
  }
  main.media-wrapper ul li a .media-info .media-account {
    font-size: 18px;
    color: #a2a2a2;
    margin: 8px 0;
  }
  main.media-wrapper ul li a .media-info .media-description {
    font-size: 17px;
    color: #fefefe;
    line-height: 1.2;
  }
  main.media-wrapper ul li a:before {
    position: absolute;
    top: 17px;
    left: 170px;
  }
  main.media-wrapper ul li .media-twitter:before {
    content: url('../img/media/sp/mark_twitter.png?1681204410');
  }
  main.media-wrapper ul li .media-facebook:before {
    content: url('../img/media/sp/mark_facebook.png?1681204410');
  }
  main.media-wrapper ul li .media-youtube:before {
    content: url('../img/media/sp/mark_youtube.png?1681204410');
  }
  main.media-wrapper ul li .media-niconico:before {
    content: url('../img/media/sp/mark_niconico.png?1681204410');
  }
  main.media-wrapper ul li .media-fresh:before {
    content: url('../img/media/sp/mark_fresh.png?1681204410');
  }
  main.media-wrapper ul + ul {
    padding-top: 36px;
    border-top: solid 2px #0e62bf;
  }
}
main.company {
  overflow: hidden;
}
main.company h2 {
  background: url('../img/company/logo_atlus_large.png?1681204410') top center no-repeat;
  width: 504px;
  height: 151px;
  margin: 65px auto 70px;
}
main.company .banner-box {
  background: url('../img/company/banner_frame.png?1681204410');
  width: 1024px;
  height: 300px;
  box-sizing: border-box;
  padding-top: 25px;
  margin-bottom: 80px;
  text-align: center;
}
main.company .banner-box h3 {
  color: #198cff;
  font-size: 22px;
  margin-bottom: 16px;
  text-align: center;
}
main.company .banner-box .banner {
  margin: 0 auto;
}
main.company .banner-box .banner img {
  width: 619px;
  height: 197px;
}
main.company .banner-box .banner img.v-pc {
  display: inline-block;
}
main.company .banner-box .banner img.v-sp {
  display: none;
}
main.company .banner-box p {
  width: 620px;
  margin: 0 auto;
  text-align: right;
  color: #9f9f9f;
  font-size: 14px;
  margin-top: 5px;
}
main.company .company-data-box {
  margin-bottom: 65px;
}
main.company .company-data-box h3 {
  background: url('../img/company/title_bg.png?1681204410');
  width: 249px;
  height: 44px;
  font-size: 22px;
  padding: 11px 0 0 30px;
}
main.company .company-data-box .data-wrapper {
  padding: 10px 0 30px;
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
}
main.company .company-data-box .btn-public-notice {
  background: url('../img/company/btn_public_notice.png?1681204410') center top no-repeat;
  width: 292px;
  height: 55px;
  display: block;
  margin: 40px auto 20px;
}
main.company .company-data-box .btn-governance {
  background: url('../img/company/btn_governance.png?1681204410') center top no-repeat;
  width: 292px;
  height: 55px;
  display: block;
  margin: 0 auto;
  text-decoration: none;
  position: relative;
}
main.company .company-data-box .btn-governance .remark {
  display: none;
}
@media screen and (min-width: 641px) {
  main.company .company-data-box .btn-governance:hover .remark {
    display: block;
    position: absolute;
    top: 70px;
    width: 292px;
    background: #000000;
    padding: 10px;
    text-align: left;
    color: #FFFFFF;
    line-height: 1.6;
    font-size: 12px;
    border-radius: 3px;
  }
  main.company .company-data-box .btn-governance:hover .remark:after {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: transparent;
    border-top-width: 10px;
    border-bottom-width: 14px;
    border-left-width: 10px;
    border-right-width: 10px;
    margin-left: -10px;
    border-bottom-color: #000000;
    bottom: 100%;
    left: 50%;
  }
}
main.company .company-information {
  float: left;
}
main.company .company-information table tr {
  padding: 5px 0;
  line-height: 1.5;
}
main.company .company-information table tr th {
  width: 120px;
  color: #115fad;
  font-size: 16px;
  padding: 10px 0;
}
main.company .company-information table tr td {
  font-size: 16px;
}
main.company .company-access {
  float: right;
}
main.company .company-access p {
  font-size: 16px;
  float: left;
  margin: 10px 0 22px 0;
}
main.company .company-access .line-it-button {
  background: url('../img/company/btn_send_line.png?1681204410') center top no-repeat;
  width: 133px;
  height: 38px;
  display: block;
  float: right;
  margin-bottom: 10px;
}
main.company .company-access .access-map {
  clear: both;
  width: 470px;
  height: 400px;
}
main.company .company-access .access-map iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 640px) {
  main.company {
    overflow: hidden;
    margin-top: 60px;
  }
  main.company h2 {
    background: url('../img/company/sp/logo_atlus_large.png?1681204410') top center no-repeat;
    width: 408px;
    height: 122px;
  }
  main.company .banner-box {
    background: url('../img/company/sp/banner_frame.png?1681204410');
    width: 630px;
    height: 262px;
    box-sizing: border-box;
    margin: 0 auto 50px;
    padding-top: 25px;
  }
  main.company .banner-box h3 {
    color: #198cff;
    font-size: 22px;
    margin-bottom: 16px;
    text-align: center;
  }
  main.company .banner-box .banner {
    margin: 0 auto;
  }
  main.company .banner-box .banner img {
    width: 600px;
    height: 164px;
  }
  main.company .banner-box .banner img.v-pc {
    display: none;
  }
  main.company .banner-box .banner img.v-sp {
    display: inline-block;
  }
  main.company .banner-box p {
    width: 620px;
    margin: 0 auto;
    text-align: right;
    color: #9f9f9f;
    font-size: 14px;
    margin-top: 5px;
  }
  main.company .company-data-box {
    margin: 0 20px 65px;
    width: 600px;
  }
  main.company .company-information {
    float: none;
  }
  main.company .company-information table {
    width: 100%;
  }
  main.company .company-information table tr {
    padding: 5px 0;
    line-height: 1.5;
  }
  main.company .company-information table tr th {
    width: 120px;
    color: #115fad;
    font-size: 18px;
    padding: 10px 0;
  }
  main.company .company-information table tr td {
    font-size: 18px;
  }
  main.company .company-information .btn-public-notice {
    background: url('../img/company/sp/btn_public_notice.png?1681204410') center top no-repeat;
    width: 522px;
    height: 86px;
    display: block;
    margin: 40px auto 20px;
  }
  main.company .company-information .btn-governance {
    background: url('../img/company/sp/btn_governance.png?1681204410') center top no-repeat;
    width: 522px;
    height: 86px;
    display: block;
    margin: 0px auto 160px;
  }
  main.company .company-information .btn-governance .remark {
    display: block;
    position: absolute;
    top: 110px;
    color: black;
    line-height: 1.4;
    font-size: 18px;
  }
  main.company .company-access p {
    font-size: 16px;
    float: left;
    margin-top: 10px;
  }
  main.company .company-access .btn_send_line {
    background: url('../img/company/btn_send_line.png?1681204410') center top no-repeat;
    width: 133px;
    height: 38px;
    display: block;
    float: right;
    margin-bottom: 10px;
  }
  main.company .company-access .access-map {
    clear: both;
    width: 600px;
    height: 400px;
  }
}
main.public-notice .container {
  background: rgba(255, 255, 255, 0.75);
  min-height: 800px;
}
main.public-notice h2 {
  background: url('../img/public-notice/title_public_notice.png?1681204410') no-repeat center;
  width: 447px;
  height: 50px;
  margin: 0 0 63px 0;
}
main.public-notice .public-notice-wrapper {
  text-align: center;
  padding-bottom: 70px;
}
main.public-notice .public-notice-wrapper h3.title {
  background: url('../img/public-notice/title_h3.png?1681204410') no-repeat center;
  width: 700px;
  height: 56px;
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  text-align: left;
  padding-top: 12px;
  padding-left: 35px;
  margin-top: 70px;
}
main.public-notice .public-notice-wrapper a.pdf {
  background: url('../img/public-notice/bg_pdf.png?1681204410') no-repeat center;
  width: 662px;
  height: 120px;
  display: inline-block;
  margin-top: 20px;
  text-decoration: none;
  text-align: left;
}
main.public-notice .public-notice-wrapper a.pdf br {
  display: none;
}
main.public-notice .public-notice-wrapper a.pdf .date {
  display: inline-block;
  font-size: 16px;
  color: #000;
  margin-top: 30px;
  padding-left: 120px;
  width: 662px;
}
main.public-notice .public-notice-wrapper a.pdf .title {
  font-size: 18px;
  display: inline-block;
  color: #1679dc;
  text-decoration: underline;
  margin-top: 20px;
  padding-left: 120px;
  width: 662px;
}
main.public-notice .public-notice-wrapper p.no-content {
  padding: 70px 0;
}

@media screen and (max-width: 640px) {
  main.public-notice {
    padding-top: 60px;
  }
  main.public-notice .public-notice-wrapper {
    text-align: center;
    padding-bottom: 70px;
  }
  main.public-notice .public-notice-wrapper h3.title {
    background: url('../img/public-notice/sp/title_h3.png?1681204410') no-repeat center;
    width: 640px;
    height: 56px;
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
    text-align: left;
    padding-top: 12px;
    padding-left: 35px;
    margin-top: 70px;
  }
  main.public-notice .public-notice-wrapper a.pdf {
    background: url('../img/public-notice/sp/bg_pdf.png?1681204410') no-repeat center;
    width: 602px;
    height: 120px;
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    text-align: left;
  }
  main.public-notice .public-notice-wrapper a.pdf .date {
    display: inline-block;
    font-size: 16px;
    color: #000;
    margin-top: 30px;
    padding-left: 120px;
    width: 602px;
  }
  main.public-notice .public-notice-wrapper a.pdf .title {
    font-size: 18px;
    display: inline-block;
    color: #1679dc;
    text-decoration: underline;
    margin-top: 20px;
    padding-left: 120px;
    width: 602px;
  }
}
main.user-support-reception .general-container .general-content-box ul {
  margin: 20px 0;
  line-height: 2;
}
main.user-support-reception .general-container .general-content-box .align-center {
  text-align: center;
}
main.user-support-reception .general-container .general-content-box .user-support-reception-btn {
  background: url('../img/user-support-reception/user_support_reception_btn.png?1693385460') no-repeat center;
  width: 292px;
  height: 55px;
  margin: 10px auto;
  display: inline-block;
}

@media screen and (max-width: 640px) {
  main.user-support-reception .general-container .general-content-box {
    font-size: 18px;
  }
  main.user-support-reception .general-container .general-content-box p {
    font-size: 18px;
  }
  main.user-support-reception .general-container .general-content-box ul {
    font-size: 16px;
  }
  main.user-support-reception .general-container .general-content-box .user-support-reception-btn {
    background: url('../img/user-support-reception/sp/user_support_reception_btn.png?1693385460') no-repeat center;
    width: 522px;
    height: 86px;
  }
}
main.title-archive-wrapper .container {
  background: rgba(0, 0, 0, 0.75);
}
main.title-archive-wrapper .title-header .title-box {
  width: 600px;
  margin: 0 auto;
}
main.title-archive-wrapper .title-header .title-box h2 {
  font-size: 28px;
  line-height: 1.5;
  color: #0385ff;
  width: 600px;
  margin: 0 auto;
  height: 170px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
main.title-archive-wrapper .title-header .title-box h2 img {
  max-height: 100%;
  vertical-align: middle;
}
main.title-archive-wrapper .title-header .package {
  box-sizing: border-box;
  border: solid 8px #000000;
  background: #000000;
  width: 1000px;
  margin: 0 auto 40px auto;
}
main.title-archive-wrapper .title-header .package img {
  width: 100%;
  height: auto;
}
main.title-archive-wrapper .title-header.no-mv {
  padding-top: 60px;
}
main.title-archive-wrapper .title-header.no-mv .title-box {
  width: 550px;
  height: 336px;
  margin-right: 50px;
  float: right;
}
main.title-archive-wrapper .title-header.no-mv .title-box h2 {
  height: 336px;
}
main.title-archive-wrapper .title-header.no-mv .package {
  width: 336px;
  height: 336px;
  margin: 0 0 70px 50px;
  float: left;
}
main.title-archive-wrapper .title-header.logo-image-ct .title-box h2 img {
  max-height: 200px;
}
main.title-archive-wrapper .description {
  clear: both;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.8;
  width: 600px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 40px 30px;
  border: solid 1px #979797;
  background: url('../img/title-archive/bg_pattern.png?1681204410') center top repeat;
}
main.title-archive-wrapper .description p {
  margin-bottom: 1.5em;
}
main.title-archive-wrapper .screenshot {
  width: 1000px;
  margin: 36px auto 0;
}
main.title-archive-wrapper .screenshot h3 {
  background: url('../img/title-archive/title_ss.png?1681204410') center top no-repeat;
  width: 253px;
  height: 44px;
  display: block;
}
main.title-archive-wrapper .screenshot ul {
  overflow: hidden;
  padding: 9px 11px 2px 11px;
  background: #000000;
}
main.title-archive-wrapper .screenshot ul li {
  border: solid 2px #0385ff;
  width: 320px;
  height: 180px;
  box-sizing: border-box;
  float: left;
  margin-bottom: 9px;
  text-align: center;
}
main.title-archive-wrapper .screenshot ul li img {
  max-width: 100%;
  max-height: 100%;
}
main.title-archive-wrapper .screenshot ul li:nth-child(3n+2), main.title-archive-wrapper .screenshot ul li:nth-child(3n+3) {
  margin-left: 9px;
}
main.title-archive-wrapper .metadata-box {
  margin: 55px 250px 0 210px;
  overflow: hidden;
}
main.title-archive-wrapper .metadata-box .metadata-package {
  height: 190px;
  width: 190px;
  background: black;
  border: solid 1px #979797;
  float: left;
}
main.title-archive-wrapper .metadata-box .metadata-package img {
  width: 100%;
  height: 100%;
}
main.title-archive-wrapper .metadata-box .metadata {
  color: #ffffff;
  float: right;
  width: 350px;
}
main.title-archive-wrapper .metadata-box .metadata .game-title {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 20px;
}
main.title-archive-wrapper .metadata-box .metadata .spec {
  font-size: 14px;
  line-height: 1.7;
}
main.title-archive-wrapper .btn-to-title {
  clear: both;
  width: 1024px;
  background: rgba(0, 0, 0, 0.75);
  margin: 0 auto;
  padding: 60px 0 145px 0;
}
main.title-archive-wrapper .btn-to-title a {
  background: url('../img/title-archive/btn_to_title.png?1681204410') center top no-repeat;
  width: 280px;
  height: 50px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  main.title-archive-wrapper .container {
    margin-top: 60px;
  }
  main.title-archive-wrapper .title-header .title-box {
    height: 170px;
  }
  main.title-archive-wrapper .title-header .title-box h2 {
    height: 170px;
    font-size: 30px;
    line-height: 1.6;
  }
  main.title-archive-wrapper .title-header .package {
    width: 640px;
    margin: 0 auto 25px auto;
  }
  main.title-archive-wrapper .title-header.no-mv {
    padding-top: 0;
  }
  main.title-archive-wrapper .title-header.no-mv .title-box {
    width: 100%;
    height: 170px;
    margin-right: 0;
    margin-left: 0;
    float: none;
    box-sizing: content-box;
  }
  main.title-archive-wrapper .title-header.no-mv .title-box h2 {
    width: 640px;
    height: 170px;
    text-align: center;
  }
  main.title-archive-wrapper .title-header.no-mv .package {
    width: 336px;
    height: 336px;
    margin: 0 auto 25px auto;
    float: none;
  }
  main.title-archive-wrapper .title-header.logo-image-ct .title-box {
    height: auto;
    padding: 25px 0;
  }
  main.title-archive-wrapper .title-header.logo-image-ct .title-box h2 {
    height: 200px;
  }
  main.title-archive-wrapper .screenshot {
    width: 640px;
    margin: 25px auto 0;
  }
  main.title-archive-wrapper .screenshot ul {
    overflow: hidden;
    padding: 8px 15px 2px 15px;
    background: #000000;
  }
  main.title-archive-wrapper .screenshot ul li {
    border: solid 2px #0385ff;
    width: 300px;
    height: 169px;
    box-sizing: border-box;
    float: left;
    margin-bottom: 9px;
  }
  main.title-archive-wrapper .screenshot ul li img {
    max-width: 100%;
    max-height: 100%;
  }
  main.title-archive-wrapper .screenshot ul li:nth-child(3n+2), main.title-archive-wrapper .screenshot ul li:nth-child(3n+3) {
    margin-left: 0;
  }
  main.title-archive-wrapper .screenshot ul li:nth-child(2n+2) {
    margin-left: 9px;
  }
  main.title-archive-wrapper .metadata-box {
    margin: 25px 44px 0 33px;
    padding-bottom: 40px;
  }
  main.title-archive-wrapper .btn-to-title {
    width: 640px;
    background: none;
    padding: 36px 0 80px 0;
  }
  main.title-archive-wrapper .btn-to-title a {
    background: url('../img/title-archive/sp/btn_to_title.png?1681204410') center top no-repeat;
    width: 560px;
    height: 100px;
  }
}
.not-found-wrapper .container {
  background: rgba(0, 0, 0, 0.75);
  padding: 163px 0 294px 0;
}
.not-found-wrapper .container .not-found-message {
  background: url('../img/common/404_message.png?1681204410') center top no-repeat;
  width: 495px;
  height: 150px;
  background-size: 495px 150px;
  margin: 0 auto;
  padding-top: 122px;
}
.not-found-wrapper .container .not-found-message a {
  background: url('../img/common/to_top.png?1681204410') center top no-repeat;
  width: 58px;
  height: 12px;
  background-size: 58px 12px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .not-found-wrapper .container {
    margin: 85px 0 25px;
    padding: 147px 0 180px 0;
  }
}
