@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin-top: 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin-top: 0; }

html, body {
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%; }

body {
  line-height: 1.8;
  font-display: swap;
  text-align: center; }

a {
  text-decoration: none; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    margin: 0;
    padding: 0;
    list-style-type: none; }

ol {
  padding-left: 0;
  margin-left: 1em; }

textarea:focus, input:focus {
  outline: none; }

figure {
  margin: 0; }

/*----frame----*/
.news-container {
  width: 750px;
  margin: 0 auto; }

.frame-top, .frame-bottom {
  height: 38px; }

.frame-top {
  background: url("/jp/ashtale/assets/images/shared/notice_frame_top.png") center top no-repeat; }

.frame-bottom {
  background: url("/jp/ashtale/assets/images/shared/notice_frame_bottom.png") center top no-repeat; }

.news-frame article {
  background: url("/jp/ashtale/assets/images/shared/notice_frame.png") center top repeat-y; }

.news .article-wrapper {
  margin: 0 auto;
  width: 674px; }

.news_list li {
  border-bottom: dotted 2px;
  border-color: #b69797;
  padding-top: 12px; }

.news_list li:first-child {
  padding-top: 0; }

.news_list li a {
  color: #7b5151;
  display: block;
  width: 100%; }

.news_list li a:hover {
  text-decoration: underline; }

.news_list .notice-title {
  font-size: 18px;
  padding: 8px 0 12px 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 674px; }

.news_list li div, .notice_box div, div.status-area p, div.category-area p {
  float: left; }

.date, .status, .category {
  line-height: 1; }

.date, .status {
  margin-right: 5px; }

.status, .category {
  font-weight: bold; }

.date {
  padding: 2px 0 3px 0; }

.status {
  color: #fff;
  padding: 2px 4px 3px 4px; }

.status.new {
  background-color: #f5a416; }

.status.update {
  background-color: #32a3de; }

.status.important {
  background-color: #f12d00; }

.status.maint {
  background-color: #f5a410; }

.category {
  border: solid 2px #7b5151;
  color: #7b5151;
  padding: 0 2px 1px 2px; }

.com_number {
  margin-top: 36px;
  text-align: center; }

.com_number a, .com_number span {
  color: #fff;
  font-size: 18px;
  margin-right: 12px;
  padding: 7px 16px; }

.com_number a:last-child {
  margin-right: 0; }

.com_number span {
  background-color: #6dc896;
  border: solid 2px #408e46;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.com_number a {
  background-color: #408e46;
  border: solid 2px #408e46; }

.com_number a:hover {
  background-color: #6dc896; }

.com_number a.prev {
  position: relative;
  padding: 7px 10px 7px 25px; }

.com_number a.prev:before {
  content: "";
  background-image: url("/jp/ashtale/assets/images/notice/prev.png");
  background-size: contain;
  height: 18px;
  position: absolute;
  top: 12px;
  left: 7px;
  width: 16px; }

.com_number a.next {
  position: relative;
  padding: 7px 25px 7px 10px; }

.com_number a.next:before {
  content: "";
  background-image: url("/jp/ashtale/assets/images/notice/next.png");
  background-size: contain;
  height: 18px;
  position: absolute;
  top: 12px;
  right: 7px;
  width: 16px; }

/*=================
Notice
=================*/
.news-wrapper .notice_box {
  background-color: #e4f2d5;
  margin-bottom: 15px;
  padding: 14px 14px 10px 14px; }

.news-wrapper .notice-title {
  font-size: 20px; }

.news-wrapper h3 {
  background-image: url("/jp/ashtale/assets/images/shared/h3_bg_top.jpg"), url("/jp/ashtale/assets/images/shared/h3_bg_bottom.jpg"), url("/jp/ashtale/assets/images/shared/h3_bg.jpg");
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: top center, bottom center, top center;
  color: #fff;
  font-size: 2.2rem;
  margin: 15px auto;
  min-height: 36px;
  padding: 9px 18px;
  text-align: left;
  width: 674px; }

.news-area {
  overflow: hidden; }

.news-area h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1;
  position: relative;
  padding: 0 0 0 24px;
  margin: 10px 0; }

.news-area h4:before {
  content: "";
  background-image: url("/jp/ashtale/assets/images/notice/h4_icon.png");
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: 0; }

.news-area h5 {
  font-weight: bold;
  line-height: 1.1;
  position: relative;
  padding: 0 0 0 18px;
  margin: 10px 0; }

.news-area h5:before {
  content: "";
  background-image: url("/jp/ashtale/assets/images/notice/h5_icon.png");
  background-size: contain;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 2px;
  left: 0; }

.news-area .pageNav_news ul {
  background-color: #fdfcbd;
  border: solid 2px #f6e18d;
  padding: 14px; }

.news-area .pageNav_news ul li {
  float: left;
  margin-left: 15px;
  position: relative;
  padding-left: 10px; }

.news-area .pageNav_news ul li:before {
  content: "";
  background-image: url("/jp/ashtale/assets/images/notice/link_icon.png");
  background-size: contain;
  width: 12px;
  height: 17px;
  position: absolute;
  top: 6px;
  left: 0; }

.news-area .pageNav_news ul li a {
  color: #16ac27;
  font-size: 18px; }

.news-area .pageNav_news ul li a:hover {
  text-decoration: underline; }

.news-area table {
  border: solid 1px #abba83;
  margin-bottom: 12px;
  width: 100%; }

.news-area table th {
  background-color: #d2edb7;
  border: solid 1px #abba83; }

.news-area table td {
  background-color: #fdfff3; }

.news-area table td, .news-area table th {
  padding: 7px;
  vertical-align: middle;
  border: solid 1px #abba83; }

.news-area .td_color01 {
  background-color: #d2edb7; }

.news-area .td_color02 {
  background-color: #f4ffe9; }

#yt-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 674px;
  /* 最大の横幅 */ }

#yt-content {
  padding-top: 56.25%;
  position: relative;
  width: 100%; }

#yt-content iframe {
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important; }

body {
  background-color: #ffe59e;
  color: #693c1d; }

.btn {
  display: inline-block;
  border: none;
  font-size: 30px;
  line-height: 2em;
  height: 2em;
  border-radius: .5em;
  padding: 0 2em;
  cursor: pointer; }
  .btn-primary {
    background: -webkit-gradient(linear, left top, left bottom, from(#ec6060), to(#b71b1b));
    background: -webkit-linear-gradient(top, #ec6060 0%, #b71b1b 100%);
    background: -o-linear-gradient(top, #ec6060 0%, #b71b1b 100%);
    background: linear-gradient(to bottom, #ec6060 0%, #b71b1b 100%);
    color: #fff; }
    .btn-primary:hover {
      background: -webkit-gradient(linear, left bottom, left top, from(#ec6060), to(#b71b1b));
      background: -webkit-linear-gradient(bottom, #ec6060 0%, #b71b1b 100%);
      background: -o-linear-gradient(bottom, #ec6060 0%, #b71b1b 100%);
      background: linear-gradient(to top, #ec6060 0%, #b71b1b 100%); }

a.link {
  color: #ff5151; }

.page {
  background-image: url("../images/kv-bg.jpg");
  background-repeat: no-repeat;
  background-position: center top; }

.logo {
  width: 347px;
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: -173px; }
  .logo span {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 58.50144%;
    background-image: url("../images/logo.png");
    background-size: cover;
    background-repeat: no-repeat; }

.section {
  padding-left: 2em;
  padding-right: 2em; }

.header-container {
  position: relative;
  padding-top: 600px; }

.header .slogan {
  width: 923px;
  margin: 0 auto 30px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden; }
  .header .slogan div {
    width: 100%;
    height: 0;
    padding-top: 23.18527%;
    background-image: url("../images/slogan.png");
    background-size: cover;
    background-repeat: no-repeat; }

.form {
  padding-bottom: 100px; }
  .form p {
    font-size: 22px;
    text-align: center;
    margin-bottom: 1em; }
  .form-section {
    margin-bottom: 1em; }
  .form input, .form select {
    font-size: 18px;
    width: 30em;
    text-align: center;
    border: none;
    line-height: 2;
    height: 2em;
    border-radius: 1em; }
  .form select {
    padding: 0 .5em; }

.news {
  padding: 100px 0;
  background-image: url("../images/news-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
  .news-frame {
    width: 750px;
    margin: 0 auto;
    text-align: center; }
    .news-frame img {
      max-width: 100%;
      height: auto; }

.store {
  background-color: #ffc066;
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative; }
  .store .section-title {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.download a {
  margin: 0 10px; }

.notice {
  padding: 50px 0; }
  .notice .section-title {
    margin-bottom: 30px; }
  .notice ol {
    width: 900px;
    margin: 0 auto;
    text-align: left; }

.msg {
  padding-bottom: 100px; }
  .msg .section-btns {
    padding-top: 20px; }
