@charset "UTF-8";
/*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  /*display: none;*/ }

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0; }

/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0; }

/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE6/7
 */
p,
pre {
  margin: 1em 0; }

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none; }

/* 2 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* =============================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE6/7
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE7
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden; }

/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */ }

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* =============================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

body, ul, ol, li, dl, dt, dd, table, tr, th, td, h1, h2, h3, h4, h5, h6, div, p, articel, section, aside, nav, form, input, select, textarea {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  background: #fff; }

div, p, ul, ol, li, dl, dt, dd, tr, th, td {
  word-break: break-all;
  line-height: 1.2; }

ul, ol, li {
  list-style: none; }

img {
  border: none;
  vertical-align: bottom; }

table {
  width: 100%; }

.hide {
  display: none; }

/* link */
a,
a:visited,
a:hover,
a:active {
  -webkit-tap-highlight-color: transparent;
  color: #333;
  outline: none !important; }

a:hover,
a.hover {
  text-decoration: none; }

/* btn */
[class^="btn-"] a,
[class^="btn-"] > span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden; }

[class^="btn-"]:not([class^="btn-a-"]) a:hover, [class^="btn-"]:not([class^="btn-a-"]) a.hover,
[class^="btn-"]:not([class^="btn-a-"]) > span:hover,
[class^="btn-"]:not([class^="btn-a-"]) > span.hover {
  background-position: 0 100% !important; }

/* placeholder */
:placeholder-shown {
  color: rgba(10, 18, 29, 0.45); }

::-webkit-input-placeholder {
  color: rgba(10, 18, 29, 0.45); }

:-moz-placeholder {
  color: rgba(10, 18, 29, 0.45); }

::-moz-placeholder {
  color: rgba(10, 18, 29, 0.45); }

:-ms-input-placeholder {
  color: rgba(10, 18, 29, 0.45) !important; }

/* vendor-prefix */
/******************************************************************************
common
******************************************************************************/
body {
  background: #141922;
  background: linear-gradient(to bottom, #10212e 0%, #141922 50%, #141922 100%); }

.container {
  position: relative;
  padding: 2.66667% 2.66667% 16%;
  box-sizing: border-box;
  z-index: 1;
  max-width: 1460px;
  margin: 0 auto;
  min-height: 100vh; }

.box {
  width: 100%;
  position: relative; }
  .box > .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.btn a,
.btn span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 110%; }

/******************************************************************************
swiper
******************************************************************************/
/**********************
bnr-main
**********************/
.box.bnr-main {
  height: 0;
  padding-top: 40%; }
  .box.bnr-main .swiper-container {
    padding-top: 40%; }
  .box.bnr-main .swiper-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .box.bnr-main .swiper-slide {
    width: 100%;
    height: 100%;
    margin-right: 1.40845%;
    box-sizing: border-box; }
    .box.bnr-main .swiper-slide img {
      width: 100%;
      height: auto; }
  .box.bnr-main .swiper-container-horizontal > .swiper-pagination {
    height: 9.85915%;
    bottom: 3.52113%;
    overflow: hidden; }
  .box.bnr-main .swiper-pagination {
    text-align: right !important;
    box-sizing: border-box; }
  .box.bnr-main .swiper-pagination-bullet {
    width: 3.94366%;
    height: 0;
    margin: 0;
    padding-top: 3.94366%;
    margin-right: 0.70423%;
    background: url(https://static.nexon.co.jp/arkresona/webview/icon_paging.png) no-repeat 0 0;
    background-size: cover;
    opacity: 1 !important;
    border-radius: 0 !important;
    vertical-align: top; }
  .box.bnr-main .swiper-pagination-bullet-active {
    background-position: 0 100%; }

/**********************
bnr-sub
**********************/
.box.bnr-sub {
  height: 0;
  padding-top: 18.30986%; }
  .box.bnr-sub .swiper-container {
    padding-top: 18.30986%; }
  .box.bnr-sub .swiper-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .box.bnr-sub .swiper-slide {
    width: 28.16901%;
    height: 100%;
    margin-right: 0.21127%; }
    .box.bnr-sub .swiper-slide:last-child {
      margin-right: 0; }
    .box.bnr-sub .swiper-slide img {
      width: 100%;
      height: auto; }

/**********************
tab
**********************/
.box.tabs {
  height: 0;
  padding-top: 9.85915%;
  border: none;
  z-index: 10; }
  .box.tabs ul {
    transform: scale(1, 1);
    transform-origin: center top;
    background: none;
    border: none;
    font-size: 0;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 5; }
    .box.tabs ul li {
      position: relative;
      display: inline-block;
      width: 24.92958%;
      height: 0;
      margin-right: 0.14085%;
      padding-top: 9.85915%;
      z-index: 0; }
      .box.tabs ul li:last-child {
        width: 24.78873%;
        margin-right: 0; }
      .box.tabs ul li.active a {
        background-position: 0 100%; }
      .box.tabs ul li.active.all span {
        background: url(https://static.nexon.co.jp/arkresona/webview/tab01.svg) no-repeat 0 0;
        background-size: 100%; }
      .box.tabs ul li.all span {
        background: url(https://static.nexon.co.jp/arkresona/webview/tab01_false.svg) no-repeat 0 0;
        background-size: 100%;
        width: 27.6%; }
      .box.tabs ul li.event a:hover span, .box.tabs ul li.active.event span {
        background: url(https://static.nexon.co.jp/arkresona/webview/tab02.svg) no-repeat 0 0;
        background-size: 100%; }
      .box.tabs ul li.event span {
        background: url(https://static.nexon.co.jp/arkresona/webview/tab02_false.svg) no-repeat 0 0;
        background-size: 100%;
        width: 53.1%; }
      .box.tabs ul li.notice a:hover span, .box.tabs ul li.active.notice span {
        background: url(https://static.nexon.co.jp/arkresona/webview/tab03.svg) no-repeat 0 0;
        background-size: 100%; }
      .box.tabs ul li.notice span {
        background: url(https://static.nexon.co.jp/arkresona/webview/tab03_false.svg) no-repeat 0 0;
        background-size: 100%;
        width: 52.5%; }
      .box.tabs ul li.other a:hover span, .box.tabs ul li.active.other span {
        background: url(https://static.nexon.co.jp/arkresona/webview/tab04.svg) no-repeat 0 0;
        background-size: 100%; }
      .box.tabs ul li.other span {
        background: url(https://static.nexon.co.jp/arkresona/webview/tab04_false.svg) no-repeat 0 0;
        background-size: 100%;
        width: 41.4%; }
      .box.tabs ul li a {
        position: absolute;
        top: 0;
        background: url(https://static.nexon.co.jp/arkresona/webview/bg_tab.png) no-repeat 0 0;
        background-size: cover;
        display: block;
        text-decoration: none;
        width: 100%;
        height: 100%;
        padding: 0; }
        .box.tabs ul li a span {
          display: block;
          position: absolute;
          white-space: nowrap;
          text-indent: 110%;
          overflow: hidden;
          margin: auto;
          height: 0;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          padding-top: 13.5%; }
        .box.tabs ul li a:hover {
          background-position: 0 100%; }
        .box.tabs ul li a.new:after {
          position: absolute;
          top: 14.28571%;
          right: 2.82486%;
          content: "";
          width: 16.94915%;
          height: 42.85714%;
          background: url(https://static.nexon.co.jp/arkresona/webview/icon_new_tab.png) no-repeat;
          background-size: 100%; }

/******************************************************************************
news
******************************************************************************/
/*list*/
.box.news-wrap {
  z-index: 5; }

.box.news-wrap .list {
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  border: 1px solid #1efaff;
  background: #121314;
  padding: 2px; }
  .box.news-wrap .list.all, .box.news-wrap .list.event, .box.news-wrap .list.notice, .box.news-wrap .list.other {
    margin-top: -1px; }

.box.news-wrap .list li {
  background: #000739;
  border-bottom: 1px solid #36466e; }
  .box.news-wrap .list li:nth-child(even) {
    background: #171f55; }
  .box.news-wrap .list li:last-child {
    border-bottom: none; }
  .box.news-wrap .list li a {
    position: relative;
    display: block;
    padding: 2.84091%;
    text-decoration: none;
    box-sizing: border-box;
    color: #fff; }
    .box.news-wrap .list li a:visited {
      color: #fff; }
      .box.news-wrap .list li a:visited dl dt {
        color: #fae682; }
  .box.news-wrap .list li .left {
    display: table-cell;
    vertical-align: middle;
    width: 25%; }
    .box.news-wrap .list li .left img {
      width: 100%;
      height: auto; }

.box.news-wrap .list li dl {
  display: table-cell;
  padding-left: 3.01205%; }
  .box.news-wrap .list li dl dt {
    margin: 0.41841% 0;
    color: #fae682;
    font-size: 12px;
    line-height: 1; }
    .box.news-wrap .list li dl dt span.new {
      position: relative;
      top: -2px;
      display: inline-block;
      width: 30.5px;
      height: 10.5px;
      margin-right: 5px;
      padding-top: 0;
      overflow: hidden;
      vertical-align: middle;
      background: url(https://static.nexon.co.jp/arkresona/webview/icon_new_list.png) no-repeat 0 0;
      background-size: cover;
      font-size: 0; }
  .box.news-wrap .list li dl dd {
    margin-bottom: 0.83682%;
    line-height: 1.1;
    color: #ffffff;
    font-size: 14px; }
    .box.news-wrap .list li dl dd:nth-child(3) {
      font-size: 10px;
      color: #a1d5ed; }
    .box.news-wrap .list li dl dd:last-child {
      margin-bottom: 0; }

/*paging*/
.box.news-wrap .paging {
  position: relative;
  width: 100%;
  height: 0;
  margin-top: 2.8169%;
  padding-top: 12.95775%; }
  .box.news-wrap .paging::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background: linear-gradient(to right, #141922 0%, #15c1ff 10%, #15c1ff 90%, #141922 100%);
    display: block;
    z-index: 1; }
  .box.news-wrap .paging::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, #141922 0%, #15c1ff 10%, #15c1ff 90%, #141922 100%);
    display: block;
    z-index: 1; }
  .box.news-wrap .paging ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #141922 0%, #000000 10%, #000000 90%, #141922 100%);
    background-size: 100% 100%; }
    .box.news-wrap .paging ul .prev,
    .box.news-wrap .paging ul .next {
      position: absolute;
      top: 6.52174%;
      width: 11.5493%;
      height: 0;
      padding-top: 11.5493%;
      z-index: 10; }
      .box.news-wrap .paging ul .prev a, .box.news-wrap .paging ul .prev span,
      .box.news-wrap .paging ul .next a,
      .box.news-wrap .paging ul .next span {
        background: url(https://static.nexon.co.jp/arkresona/webview/btn_arrow.png) no-repeat 0 0;
        background-size: 200%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .box.news-wrap .paging ul .prev {
      left: -0.56338%; }
      .box.news-wrap .paging ul .prev a {
        background-position: 0 100%; }
      .box.news-wrap .paging ul .prev span {
        background-position: 0 0; }
    .box.news-wrap .paging ul .next {
      right: -0.70423%; }
      .box.news-wrap .paging ul .next a {
        background-position: 100% 100%; }
      .box.news-wrap .paging ul .next span {
        background-position: 100% 0; }
    .box.news-wrap .paging ul li:nth-child(2) {
      position: absolute;
      top: 37.23404%;
      width: 100%;
      text-align: center;
      color: #fff;
      font-size: 24px;
      font-size: 3.2vw;
      line-height: 1; }

/*btn back*/
.box.news-wrap .btn-area {
  position: relative;
  width: 100%;
  height: 0;
  margin: 2.8169% auto 0;
  padding-top: 9.85915%; }
  .box.news-wrap .btn-area .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.box.news-wrap .btn.back {
  position: relative;
  width: 38.4507%;
  height: 0;
  margin: 1.97183% auto 0;
  padding-top: 11.69014%; }
  .box.news-wrap .btn.back a {
    background: url(https://static.nexon.co.jp/arkresona/webview/btn_bottom.png) no-repeat 0 0;
    background-size: 100%; }
    .box.news-wrap .btn.back a:hover {
      background-position: 0 0 !important; }

.container.single .box.news-wrap .btn.back {
  margin-top: 0; }

/******************************************************************************
single
******************************************************************************/
.container.single {
  padding: 2.66667% 2.66667% 16%; }

.box.news-wrap .article {
  border: 1px solid #1efaff;
  background: #131c25;
  padding: 0.28169%; }

.box.news-wrap .post-head {
  padding: 2.8169%;
  background: #000739;
  border-bottom: solid 1px #324051; }
  .box.news-wrap .post-head .left {
    display: table-cell;
    vertical-align: middle;
    width: 25%; }
    .box.news-wrap .post-head .left img {
      width: 100%;
      height: auto; }
  .box.news-wrap .post-head dl {
    display: table-cell;
    padding-left: 2.92398%;
    vertical-align: middle;
    box-sizing: border-box; }
    .box.news-wrap .post-head dl dt {
      margin: 0.40161% 0;
      color: #fae682;
      font-size: 12px;
      line-height: 1; }
      .box.news-wrap .post-head dl dt span {
        position: relative;
        top: -2px;
        display: inline-block;
        width: 30.5px;
        height: 10.5px;
        margin-right: 5px;
        padding-top: 0;
        overflow: hidden;
        vertical-align: middle;
        background: url(https://static.nexon.co.jp/arkresona/webview/icon_new_list.png) no-repeat 0 0;
        background-size: 100%;
        font-size: 0; }
    .box.news-wrap .post-head dl dd {
      margin-bottom: 0.80321%;
      line-height: 1.1;
      color: #fff;
      font-size: 16px; }
      .box.news-wrap .post-head dl dd:nth-child(3) {
        font-size: 10px;
        color: #a1d5ed; }
      .box.news-wrap .post-head dl dd:last-child {
        margin-bottom: 0; }

.box.news-wrap .post-body {
  background: #131c25;
  padding: 3.01205%;
  font-size: 25px;
  font-size: 3.33333vw;
  color: #d4d4d4;
  line-height: 1.6; }
  .box.news-wrap .post-body h1 {
    margin-bottom: 3.01205%;
    font-size: 34px;
    font-size: 4.53333vw; }
  .box.news-wrap .post-body .img {
    margin-bottom: 3.01205%; }
    .box.news-wrap .post-body .img img {
      width: 100%;
      height: auto; }
  .box.news-wrap .post-body p {
    margin-bottom: 3.01205%; }
    .box.news-wrap .post-body p:last-child {
      margin-bottom: 0; }
  .box.news-wrap .post-body div {
    margin-bottom: 9.03614%; }
    .box.news-wrap .post-body div:last-child {
      margin-bottom: 0; }
  .box.news-wrap .post-body .c1 {
    color: #16eff7;
    font-size: 36px;
    font-size: 4.8vw; }
  .box.news-wrap .post-body .c2 {
    color: #fffc00; }
  .box.news-wrap .post-body .c3 {
    color: #84f300; }
  .box.news-wrap .post-body .c4 {
    color: #951f06; }
  .box.news-wrap .post-body .red {
    color: #ff363c;
    font-weight: bold; }
  .box.news-wrap .post-body .bold {
    font-weight: bold; }
  .box.news-wrap .post-body .bg-blue {
    background-color: #0931a5; }
  .box.news-wrap .post-body .bg-blue02 {
    background-color: #087481; }
  .box.news-wrap .post-body a {
    color: #d4d4d4;
    background-color: #0a5fb6; }
  .box.news-wrap .post-body .caution {
    font-size: 20px;
    font-size: 2.66667vw; }
  .box.news-wrap .post-body [class^=sttl] {
    padding: 1.20482% 1.50602%;
    font-size: 26px;
    font-size: 3.46667vw;
    font-weight: bold;
    color: #fff; }
  .box.news-wrap .post-body .sttl-s {
    width: 59.03614%;
    height: 7.22892%;
    background: url(https://static.nexon.co.jp/arkresona/webview/sttl_s.png) no-repeat;
    background-size: 100% 100%; }
  .box.news-wrap .post-body .sttl-m {
    width: 71.08434%;
    height: 7.22892%;
    background: url(https://static.nexon.co.jp/arkresona/webview/sttl_m.png) no-repeat;
    background-size: 100% 100%; }
  .box.news-wrap .post-body .sttl-l {
    width: 100%;
    height: 7.22892%;
    background: url(https://static.nexon.co.jp/arkresona/webview/sttl_l.png) no-repeat;
    background-size: 100% 100%; }
  .box.news-wrap .post-body [class^=ssttl] {
    font-size: 25px;
    font-size: 3.33333vw;
    color: #fff;
    padding: 1.20482% 1.50602%;
    width: 100%; }
  .box.news-wrap .post-body .ssttl {
    background: url(https://static.nexon.co.jp/arkresona/webview/ssttl.png) no-repeat;
    background-size: 100% 100%; }
  .box.news-wrap .post-body .ps {
    margin-bottom: 2.25904%;
    padding: 1.20482% 1.50602%;
    font-size: 25px;
    font-size: 3.33333vw;
    color: #fff;
    width: 100%;
    background: url(https://static.nexon.co.jp/arkresona/webview/ssttl.png) no-repeat;
    background-size: 100% 100%; }
  .box.news-wrap .post-body hr {
    border: none;
    margin-bottom: 9.03614%;
    border-top: #1efaff 1px solid;
    border-bottom: #1c2a38 1px solid;
    margin-top: 0;
    height: 0; }
  .box.news-wrap .post-body > div hr {
    border: none;
    border-top: #2e4357 1px solid;
    margin-bottom: 3.01205%; }
  .box.news-wrap .post-body table.table {
    margin-bottom: 4.51807%;
    border: 1px solid #6b84a2;
    border-collapse: separate; }
    .box.news-wrap .post-body table.table th,
    .box.news-wrap .post-body table.table td {
      padding: 3.01205%;
      font-size: 24px;
      font-size: 3.2vw;
      text-align: left; }
    .box.news-wrap .post-body table.table th {
      background: #171f55;
      border-right: 1px solid #6b84a2;
      border-bottom: 1px solid #6b84a2;
      font-weight: bold; }
      .box.news-wrap .post-body table.table th:last-child {
        border-right: none; }
    .box.news-wrap .post-body table.table td {
      color: #19242a;
      background: #e6e6e6;
      border-right: 1px solid #b7b7b7;
      border-bottom: 1px solid #b7b7b7; }
      .box.news-wrap .post-body table.table td:last-child {
        border-right: none; }
    .box.news-wrap .post-body table.table tr:last-child th,
    .box.news-wrap .post-body table.table tr:last-child td {
      border-bottom: none; }

.container.single .box.news-wrap .post-body {
  border-top: solid 1px #4c6076; }

/********************************************************************************************************
=========================================================================================================
								750px以上（PC表示）の場合に適用
=========================================================================================================
********************************************************************************************************/
@media (min-width: 750px) {
  .container {
    padding: 20px 20px 120px; }

  .box.bnr-main .swiper-container-horizontal > .swiper-pagination {
    height: 38px; }
  .box.bnr-main .swiper-pagination-bullet {
    width: 38px;
    height: 38px;
    padding-top: 0;
    margin-right: 10px; }

  .box.tabs {
    border: none;
    padding-top: 4.92958%; }
    .box.tabs label {
      display: none; }
    .box.tabs ul {
      transform: scale(1, 1);
      background: none;
      font-size: 0;
      margin: 0;
      padding: 0;
      border: none;
      width: 100%; }
      .box.tabs ul li {
        display: inline-block;
        width: 25%;
        height: 0;
        padding-top: 4.92958%;
        margin-right: 0%;
        z-index: 0;
        position: relative; }
        .box.tabs ul li:last-child {
          width: 25%;
          margin-right: 0; }
        .box.tabs ul li.active a {
          background-position: 0 100%; }
        .box.tabs ul li.all a:hover span, .box.tabs ul li.active.all span {
          background: url(https://static.nexon.co.jp/arkresona/webview/tab01.svg) no-repeat 0 0;
          background-size: 100%; }
        .box.tabs ul li.all span {
          width: 13.80282%; }
        .box.tabs ul li.event a:hover span, .box.tabs ul li.active.event span {
          background: url(https://static.nexon.co.jp/arkresona/webview/tab02.svg) no-repeat 0 0;
          background-size: 100%; }
        .box.tabs ul li.event span {
          width: 26.47887%; }
        .box.tabs ul li.notice a:hover span, .box.tabs ul li.active.notice span {
          background: url(https://static.nexon.co.jp/arkresona/webview/tab03.svg) no-repeat 0 0;
          background-size: 100%; }
        .box.tabs ul li.notice span {
          width: 26.19718%; }
        .box.tabs ul li.other a:hover span, .box.tabs ul li.active.other span {
          background: url(https://static.nexon.co.jp/arkresona/webview/tab04.svg) no-repeat 0 0;
          background-size: 100%; }
        .box.tabs ul li.other span {
          width: 20.56338%; }
    .box.tabs ul li a {
      padding: 0;
      background: url(https://static.nexon.co.jp/arkresona/webview/bg_tab_pc.png) no-repeat 0 0;
      background-size: cover; }
      .box.tabs ul li a span {
        display: block;
        position: absolute;
        white-space: nowrap;
        text-indent: 110%;
        overflow: hidden;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding-top: 7.32394%; }
      .box.tabs ul li a:hover {
        background: url(https://static.nexon.co.jp/arkresona/webview/bg_tab_pc.png) no-repeat 0 100%;
        background-size: cover;
        border-bottom: none; }
      .box.tabs ul li a.new:after {
        position: absolute;
        top: 14.28571%;
        right: 2.84091%;
        content: "";
        width: 8.52273%;
        height: 42.85714%;
        background: url(https://static.nexon.co.jp/arkresona/webview/icon_new_tab.png) no-repeat;
        background-size: 100%; }
    .box.tabs ul li:not(:first-child) {
      border: none; }
    .box.tabs input[type=checkbox] {
      display: none; }

  .box.news-wrap .list li a {
    padding: 20px; }

  .box.news-wrap .list li .left {
    width: 166px; }

  .box.news-wrap .list li dl {
    padding-left: 20px; }
    .box.news-wrap .list li dl dt {
      font-size: 18px;
      line-height: 1;
      margin: 2px 0; }
      .box.news-wrap .list li dl dt span.new {
        top: -2px;
        width: 61px;
        height: 21px;
        margin-right: 5px;
        padding-top: 0; }
    .box.news-wrap .list li dl dd {
      margin-bottom: 4px;
      line-height: 1.1;
      font-size: 24px; }
      .box.news-wrap .list li dl dd:nth-child(3) {
        font-size: 18px; }

  .box.news-wrap .paging {
    height: 92px;
    margin-top: 20px;
    padding-top: 0; }
    .box.news-wrap .paging ul .prev,
    .box.news-wrap .paging ul .next {
      top: 10px;
      width: 70px;
      height: 70px;
      padding-top: 0; }
    .box.news-wrap .paging ul li:nth-child(2) {
      top: 35px;
      font-size: 24px; }

  .box.news-wrap .btn-area {
    height: 83px;
    padding-top: 0; }

  .box.news-wrap .btn.back {
    width: 273px;
    height: 83px;
    margin: 14px auto 0;
    padding-top: 0; }

  .box.news-wrap .btn.gamestart {
    width: 180px;
    height: 70px;
    padding-top: 0; }

  .box.news-wrap .ttl-movie {
    font-size: 30px;
    margin-bottom: 20px;
    padding: 2px; }
    .box.news-wrap .ttl-movie span {
      padding: 14px 0; }

  .box.news-wrap .pickup {
    margin-bottom: 13px; }
    .box.news-wrap .pickup > div {
      padding: 20px; }

  .box.news-wrap .pickup > div .left {
    width: 320px; }
    .box.news-wrap .pickup > div .left a:after {
      width: 76px;
      height: 76px; }

  .box.news-wrap .pickup > div dl {
    padding-left: 20px; }
    .box.news-wrap .pickup > div dl dt {
      margin-top: 2px;
      margin-bottom: 5px;
      font-size: 18px; }
      .box.news-wrap .pickup > div dl dt span {
        width: 94px;
        height: 21px;
        margin-right: 5px;
        padding-top: 0; }
    .box.news-wrap .pickup > div dl dd {
      margin-bottom: 10px;
      font-size: 24px; }
      .box.news-wrap .pickup > div dl dd:nth-child(3) {
        font-size: 18px; }

  .box.news-wrap .list.movie li {
    padding: 20px; }

  .box.news-wrap .list.movie li .left {
    width: 256px; }
    .box.news-wrap .list.movie li .left a:after {
      width: 76px;
      height: 76px; }

  .box.news-wrap .list.movie li dl {
    padding-left: 20px; }
    .box.news-wrap .list.movie li dl dt {
      margin-bottom: 5px; }
      .box.news-wrap .list.movie li dl dt span.new {
        width: 61px;
        margin-right: 5px;
        height: 21px;
        padding-top: 0; }
    .box.news-wrap .list.movie li dl dd {
      margin-bottom: 5px; }
      .box.news-wrap .list.movie li dl dd:nth-child(3) {
        font-size: 17px; }

  .container.single {
    padding: 20px 20px 120px; }

  .box.news-wrap .article {
    padding: 2px; }

  .box.news-wrap .post-head {
    padding: 20px; }
    .box.news-wrap .post-head .left {
      width: 166px; }
    .box.news-wrap .post-head dl {
      padding-left: 20px; }
      .box.news-wrap .post-head dl dt {
        margin: 2px 0;
        font-size: 18px; }
        .box.news-wrap .post-head dl dt span {
          width: 61px;
          height: 21px;
          margin-right: 5px;
          padding-top: 0; }
      .box.news-wrap .post-head dl dd {
        margin-bottom: 4px;
        font-size: 24px; }
        .box.news-wrap .post-head dl dd:nth-child(3) {
          font-size: 18px; }

  .box.news-wrap .post-body {
    padding: 20px;
    font-size: 25px; }
    .box.news-wrap .post-body h1 {
      font-size: 34px;
      margin-bottom: 20px; }
    .box.news-wrap .post-body .img {
      margin-bottom: 20px; }
    .box.news-wrap .post-body p {
      margin-bottom: 20px; }
    .box.news-wrap .post-body div {
      margin-bottom: 60px; }
    .box.news-wrap .post-body .caution {
      font-size: 20px; }
    .box.news-wrap .post-body .c1 {
      font-size: 36px; }
    .box.news-wrap .post-body [class^=sttl] {
      padding: 8px 10px;
      font-size: 26px; }
    .box.news-wrap .post-body .sttl-s {
      width: 392px;
      height: 48px; }
    .box.news-wrap .post-body .sttl-m {
      width: 472px;
      height: 48px; }
    .box.news-wrap .post-body .sttl-l {
      width: 664px;
      height: 48px; }
    .box.news-wrap .post-body [class^=ssttl] {
      padding: 8px 10px;
      font-size: 25px; }
    .box.news-wrap .post-body .ps {
      margin-bottom: 15px;
      padding: 8px 10px;
      font-size: 25px; }
    .box.news-wrap .post-body hr {
      margin-bottom: 60px; }
    .box.news-wrap .post-body > div hr {
      margin-bottom: 20px; }
    .box.news-wrap .post-body table.table th,
    .box.news-wrap .post-body table.table td {
      padding: 20px;
      font-size: 24px; } }
/********************************************************************************************************
=========================================================================================================
								1500px以上（PC表示）の場合に適用
=========================================================================================================
********************************************************************************************************/
@media (min-width: 1500px) {
  .box.tabs {
    padding-top: 0;
    height: 70px; }
    .box.tabs ul li {
      width: 355px;
      height: 70px;
      padding-top: 0;
      margin-right: 0; } }
