/*====================
 *    [Common] (_common.scss)
 *        - reset style, RO common
 *    [Item table] (_item.scss)
 *        - item table
 *    [Mixin] (_mixin.scss)
 *        - mixins
 *    [Other] (style.scss)
 *        - helper classes, HTML elements
 *====================*/
/* reset
----------------------------------------------------------
	 http://meyerweb.com/eric/tools/css/reset/ 
	 v2.0 | 20110126
	 License: none (public domain)
*/
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-size: 16px;
  line-height: 1.6;
  font-family: sans-serif;
  /*vertical-align: baseline;*/ }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

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

* {
  -webkit-font-smoothing: antialiased; }

/* RO common
----------------------------------------------------------*/
#gungho {
  width: 100%;
  height: 31px;
  background: #fff;
  border-bottom: 4px solid #ccc;
  position: relative;
  z-index: 1000; }

#gungho .inner {
  width: 1000px;
  height: 31px;
  margin: 0 auto;
  position: relative;
  background: none;
  padding: 0; }

#gungho #ragnarok {
  position: absolute;
  top: 0;
  left: 0; }

#gungho #roInfo {
  position: absolute;
  overflow: visible;
  top: 0;
  right: 0;
  line-height: 31px; }

#gungho #roInfo li {
  float: left;
  margin-right: 15px; }

#gungho #roInfo li a {
  font-size: 12px;
  color: #555;
  text-decoration: underline; }

#gungho #roInfo li a:hover {
  text-decoration: none; }

#sns {
  position: absolute;
  top: 10px;
  right: 0;
  margin: 0 auto;
  text-indent: initial;
  z-index: 1000;
  text-align: right; }

#sns li {
  display: inline-block;
  width: 75px; }

#pagetop {
  position: absolute;
  bottom: -20px;
  right: 10%; }

#pagetop:hover {
  bottom: -8px; }

#footer {
  color: #fff;
  min-height: 60px;
  text-align: center;
  padding: 50px 0 25px; }
  #footer h2 {
    margin-bottom: 20px; }
  #footer h3 {
    font-size: 20px; }
  #footer #startBtn {
    margin: 0 auto;
    width: 583px;
    display: block; }
  #footer #moreBtn {
    display: block;
    color: #fff;
    font-size: 14px;
    text-decoration: underline;
    margin-bottom: 20px; }
    #footer #moreBtn:hover {
      text-decoration: none; }
  #footer .col3 {
    width: 900px;
    margin: 0 auto 30px; }
    #footer .col3 .col {
      width: 33.3333%;
      float: left; }
      #footer .col3 .col:nth-child(2) img, #footer .col3 .col:nth-child(3) img {
        padding: 20px 0; }
      #footer .col3 .col img {
        margin-bottom: 10px; }
      #footer .col3 .col p {
        text-align: left;
        color: #fff;
        width: 90%;
        margin: 0 auto;
        font-size: 14px;
        font-weight: bold; }
  #footer .sns {
    width: 860px;
    margin: 0 auto;
    text-align: center; }
    #footer .sns li {
      display: inline-block;
      width: 300px;
      margin: 0 10px 30px; }
  #footer #credit {
    font-size: 10px;
    color: #8a8a8a; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* common class styles
----------------------------------------------------------*/
.inner {
  width: 772px;
  margin: 0 auto;
  position: relative; }

.line {
  padding-bottom: 50px;
  margin-bottom: 30px !important;
  background: url(../img/common/line.png) center bottom no-repeat; }

.fixed {
  position: fixed !important;
  top: 0 !important;
  z-index: 100000; }

.note, .attention {
  position: relative;
  margin-bottom: 10px;
  font-size: 13px;
  color: #152102; }
  .note li, .attention li {
    text-indent: -1em;
    margin-left: 1rem;
    padding-left: 10px;
    font-size: small; }
    .note li a, .attention li a {
      color: #152102; }

.attention li {
  margin-bottom: 1em; }

.box {
  background: url(../img/common/box_tp.png) center top no-repeat, url(../img/common/box_btm.png) center bottom no-repeat;
  padding: 78px 30px;
  position: relative; }
  .box .inner {
    background: url(../img/common/box_rp.png) center repeat-y;
    padding: 30px 100px;
    width: 620px; }
  .box p, .box a {
    font-size: 16px;
    line-height: 1.8; }
  .box h2 {
    text-align: center; }
  .box h3 {
    padding-top: 50px;
    margin-bottom: 15px; }

.steps {
  width: 680px;
  height: 102px;
  margin: 0 auto; }
  .steps li {
    float: left;
    position: relative;
    z-index: 2; }
    .steps li:first-child {
      left: 0; }
    .steps li:nth-child(2) {
      margin-left: -46px;
      z-index: 1; }
    .steps li:nth-child(3) {
      z-index: 0;
      margin-left: -51px; }

.catch {
  text-align: center;
  width: 970px;
  margin: 0 auto 30px; }

.attention {
  font-size: 13px; }
  .attention a {
    color: #41321e;
    font-size: 13px; }

.textLink {
  font-size: 14px; }
  .textLink:before {
    content: url(../img/common/arrow.png);
    margin-right: 5px; }

.col2 {
  margin: 0 auto 30px;
  overflow: hidden; }
  .col2 .main {
    width: 57%;
    float: left;
    margin-right: 20px; }
  .col2 .sec {
    overflow: hidden; }
  .col2 .half {
    width: 47%;
    float: left; }
    .col2 .half + div {
      margin-left: 40px; }

/* common
----------------------------------------------------------*/
body {
  background: #000;
  min-width: 970px;
  color: #432a03; }

a {
  text-decoration: underline;
  color: #432a03; }
  a:hover {
    text-decoration: none; }

li {
  display: inline-block; }

img {
  vertical-align: middle; }

footer {
  text-align: center; }
  footer #info {
    background: url(../img/common/ftr_bg.jpg);
    padding: 50px 0;
    text-align: left; }
    footer #info .col2 {
      margin-bottom: 10px; }
    footer #info p {
      font-size: 14px; }
  footer ul {
    text-align: center; }
  footer li {
    margin: 0 22px; }
  footer a {
    color: #fff; }
  footer #aboutro {
    background: #2476d8;
    padding: 50px 0; }
    footer #aboutro ul {
      background: url(../img/common/ftr_point.png) center top no-repeat;
      width: 913px;
      margin: 0 auto 30px;
      padding-top: 260px; }
      footer #aboutro ul li {
        width: 30%;
        color: #fff;
        margin: 0;
        vertical-align: top; }
        footer #aboutro ul li + li {
          margin-left: 1rem; }
        footer #aboutro ul li:nth-child(3) {
          margin-left: 2rem; }
        footer #aboutro ul li h3 {
          margin-bottom: 10px; }
        footer #aboutro ul li p {
          font-size: 13px;
          font-weight: bold; }
    footer #aboutro a {
      font-size: 14px; }
  footer #startBtn {
    display: block; }
  footer .copyright {
    padding-top: 50px;
    color: #fff;
    font-size: small; }

/* index
----------------------------------------------------------*/
.index .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: url(../img/index/bg.jpg) center top no-repeat;
  background-size: cover; }
.index .layer:hover {
  width: 800px;
  height: 400px; }
.index .layer p {
  position: relative; }
.index #visual {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  background: url(../img/index/bg_jobs.png) center top no-repeat;
  text-align: center;
  width: 100%;
  height: 1130px; }
  .index #visual nav {
    position: absolute;
    top: 780px;
    width: 100%; }
  .index #visual ul {
    width: 754px;
    margin: 0 auto; }
  .index #visual li {
    height: 175px; }
    .index #visual li a {
      height: 100%; }
    .index #visual li img {
      vertical-align: middle; }
.index .copy {
  position: absolute;
  top: 150px;
  width: 100%; }
.index h1 {
  position: absolute;
  top: 266px;
  width: 100%; }
.index .catch {
  position: absolute;
  top: 560px;
  width: 100%; }

/* sec
----------------------------------------------------------*/
.sec header {
  background: url(../img/common/bg_header.jpg) center top no-repeat;
  background-size: cover;
  height: 296px;
  position: relative; }
  .sec header .inner {
    width: 100%;
    height: 100%;
    background: url(../img/common/bg_header_chara.png) center top no-repeat; }
  .sec header .title {
    position: absolute;
    top: 18px;
    width: 100%;
    text-align: center; }
.sec nav {
  background: url(../img/common/nav_bg.jpg) center top no-repeat;
  background-size: cover;
  height: 54px;
  border-top: 3px solid #16358f;
  border-bottom: 3px solid #16358f;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%; }
  .sec nav a {
    padding: 5px 0;
    display: block; }
.sec #contents {
  background: url(../img/common/bg.jpg) center top no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 60px 0; }
  .sec #contents h1 {
    text-align: center; }

/* bring
----------------------------------------------------------*/
#bring .chara {
  position: absolute;
  left: -170px;
  top: -240px;
  z-index: 10; }
#bring .lv {
  position: relative;
  height: 480px; }
  #bring .lv .thumb {
    background: url(../img/bring/lv_img.png) 0 0 no-repeat;
    width: 765px;
    height: 234px;
    left: 50%;
    bottom: 0;
    margin-left: -382px;
    position: absolute; }
    #bring .lv .thumb a {
      position: absolute;
      text-indent: -9999px;
      width: 220px;
      height: 180px; }
      #bring .lv .thumb a:nth-child(1) {
        top: 30px; }
      #bring .lv .thumb a:nth-child(2) {
        top: 30px;
        left: 220px; }
      #bring .lv .thumb a:nth-child(3) {
        top: 0;
        right: 0;
        width: 325px;
        height: 230px; }
#bring .mh .main {
  width: 44%;
  margin-bottom: 1rem; }
#bring .mh a {
  text-align: center;
  margin: 0 auto;
  display: block; }
#bring .cards {
  clear: both;
  text-align: center; }
  #bring .cards li + li {
    margin-left: 5px; }
#bring .money p {
  margin-bottom: 1rem; }
#bring .money ul {
  background: #fff799;
  border-radius: 5px;
  position: relative; }
#bring .money li {
  padding: 15px 5px; }
  #bring .money li + li {
    border-left: 4px dotted #f3e800; }
  #bring .money li:hover .child {
    display: block; }
  #bring .money li:nth-child(2) .child:after {
    left: 265px; }
  #bring .money li:nth-child(2) .child:before {
    left: 263px; }
  #bring .money li:nth-child(3) .child:after {
    left: 470px; }
  #bring .money li:nth-child(3) .child:before {
    left: 468px; }
#bring .money .child {
  position: absolute;
  background: #f4e90f;
  border-radius: 5px;
  padding: 20px;
  display: none;
  z-index: 10;
  width: 520px;
  left: 30px;
  top: 220px;
  overflow: visible;
  border: 2px solid #fff;
  display: none; }
  #bring .money .child:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    border-width: 0 16.5px 30px 16.5px;
    border-color: transparent transparent #f4e90f transparent;
    top: -29px;
    left: 60px;
    z-index: 1000; }
  #bring .money .child:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    border-width: 0 19px 34px 19px;
    border-color: transparent transparent #fff transparent;
    top: -34px;
    left: 58px;
    z-index: 1000; }
  #bring .money .child h3 {
    padding-top: 0;
    margin-bottom: .5rem; }
  #bring .money .child p {
    font-size: 14px;
    margin-bottom: 0; }
#bring .friend {
  position: relative;
  height: 630px; }
  #bring .friend .thumb {
    background: url(../img/bring/firend_img.png) 0 0 no-repeat;
    width: 706px;
    height: 404px;
    left: 50%;
    bottom: 0;
    margin-left: -353px;
    position: absolute; }
    #bring .friend .thumb a {
      position: absolute;
      text-indent: -9999px;
      width: 220px;
      height: 180px; }
      #bring .friend .thumb a:nth-child(1) {
        top: 10px;
        width: 284px;
        height: 170px; }
      #bring .friend .thumb a:nth-child(2) {
        top: 100px;
        left: 30px;
        width: 520px;
        height: 280px; }
      #bring .friend .thumb a:nth-child(3) {
        top: 0;
        right: 7px;
        width: 301px;
        height: 200px; }
#bring .find h3 {
  padding-top: 40px; }

/* attraction
----------------------------------------------------------*/
#attraction .chara {
  position: absolute;
  left: -70px;
  top: -270px;
  z-index: 10; }
#attraction .box p {
  margin-bottom: 1rem; }
#attraction .box a {
  text-align: center;
  padding: 1rem 0 0;
  display: block; }
#attraction .contest {
  height: 730px; }
  #attraction .contest .thumb {
    background: url(../img/attraction/contest_img.png) 0 0 no-repeat;
    width: 677px;
    height: 558px;
    position: absolute;
    left: 50%;
    margin-left: -338px;
    z-index: 1; }
    #attraction .contest .thumb a {
      position: absolute;
      text-indent: -9999px; }
      #attraction .contest .thumb a:nth-child(1) {
        top: 0;
        left: 0;
        width: 310px;
        height: 203px; }
      #attraction .contest .thumb a:nth-child(2) {
        top: 0;
        right: 56px;
        width: 310px;
        height: 224px; }
      #attraction .contest .thumb a:nth-child(3) {
        top: 220px;
        left: 0;
        width: 395px;
        height: 270px; }
#attraction .work01 {
  position: absolute;
  top: 547px;
  left: 490px;
  z-index: 0; }
#attraction .work02 {
  position: absolute;
  top: 547px;
  right: 128px; }
#attraction .wall {
  width: 652px; }
#attraction .costume {
  height: 970px; }
  #attraction .costume .thumb {
    background: url(../img/attraction/costume_img.png) 0 0 no-repeat;
    width: 840px;
    height: 769px;
    position: absolute;
    left: 50%;
    margin-left: -420px; }
    #attraction .costume .thumb a {
      position: absolute;
      width: 150px;
      height: 240px;
      text-indent: -9999px; }
    #attraction .costume .thumb #archbishop a:nth-child(1) {
      top: 0;
      left: 0;
      width: 180px; }
    #attraction .costume .thumb #archbishop a:nth-child(2) {
      top: 20px;
      height: 290px;
      left: 104px;
      width: 180px; }
    #attraction .costume .thumb #archbishop a:nth-child(3) {
      top: 0;
      height: 250px;
      left: 254px;
      width: 180px; }
    #attraction .costume .thumb #archbishop a:nth-child(4) {
      top: 26px;
      height: 200px;
      left: 411px;
      width: 150px; }
    #attraction .costume .thumb #minstrel a:nth-child(1) {
      top: 230px;
      left: 220px;
      width: 220px;
      height: 250px; }
    #attraction .costume .thumb #minstrel a:nth-child(2) {
      top: 180px;
      height: 240px;
      left: 384px;
      width: 180px; }
    #attraction .costume .thumb #minstrel a:nth-child(3) {
      top: 230px;
      height: 240px;
      left: 534px;
      width: 160px; }
    #attraction .costume .thumb #minstrel a:nth-child(4) {
      top: 196px;
      height: 267px;
      left: 651px;
      width: 190px; }
    #attraction .costume .thumb #royalguard a:nth-child(1) {
      top: 420px;
      left: 20px;
      width: 250px;
      height: 340px; }
    #attraction .costume .thumb #royalguard a:nth-child(2) {
      top: 490px;
      height: 255px;
      left: 264px;
      width: 140px; }
    #attraction .costume .thumb #royalguard a:nth-child(3) {
      top: 400px;
      height: 270px;
      left: 360px;
      width: 160px; }
    #attraction .costume .thumb #royalguard a:nth-child(4) {
      top: 496px;
      height: 247px;
      left: 491px;
      width: 190px; }

/* cp
----------------------------------------------------------*/
#cp .intro p {
  margin-bottom: 30px; }
#cp .get h3 {
  text-align: center; }
#cp .get a {
  text-align: center;
  margin: 0 auto;
  display: block; }
#cp .step01 {
  position: relative;
  height: 1180px; }
  #cp .step01 li {
    position: absolute;
    left: 50%; }
    #cp .step01 li:nth-child(1) {
      margin-left: -441px;
      top: 0; }
    #cp .step01 li:nth-child(2) {
      top: 360px;
      left: 0; }
    #cp .step01 li:nth-child(3) {
      margin-left: -360px;
      top: 748px; }
#cp .step02 {
  position: relative;
  height: 1420px; }
  #cp .step02 li {
    position: absolute; }
    #cp .step02 li:nth-child(1) {
      left: 50%;
      margin-left: -369px;
      top: 0; }
    #cp .step02 li:nth-child(2) {
      top: 400px; }
    #cp .step02 li:nth-child(3) {
      margin-left: -68px;
      top: 900px; }
#cp .sample {
  background: #fff799;
  border-radius: 5px;
  width: 610px;
  margin: 0 auto;
  padding: 30px 0 0; }
  #cp .sample h4, #cp .sample p, #cp .sample ul {
    padding: 0 30px; }
  #cp .sample a {
    margin-bottom: 30px; }
#cp .job_3rd {
  position: relative;
  width: 100%;
  text-align: center;
  height: 1100px; }
  #cp .job_3rd img {
    position: absolute; }
    #cp .job_3rd img:nth-child(1) {
      width: 906px;
      left: 50%;
      margin-left: -453px;
      top: 0;
      z-index: 2; }
    #cp .job_3rd img:nth-child(3) {
      width: 336px;
      left: 50%;
      margin-left: -168px;
      top: 486px;
      z-index: 1; }
    #cp .job_3rd img:nth-child(4) {
      width: 823px;
      left: 50%;
      margin-left: -517px;
      top: 590px; }
  #cp .job_3rd .popup {
    width: 200px;
    height: 337px;
    top: 591px;
    left: -208px;
    position: absolute; }
#cp .jobthumb {
  position: absolute;
  top: 140px;
  width: 100%;
  height: 300px; }
  #cp .jobthumb a {
    width: 200px;
    height: 310px;
    position: absolute;
    z-index: 5; }
    #cp .jobthumb a:nth-child(1) {
      left: -150px;
      top: 64px; }
    #cp .jobthumb a:nth-child(2) {
      left: 30px;
      top: 0;
      width: 160px; }
    #cp .jobthumb a:nth-child(3) {
      left: 180px;
      top: 34px; }
    #cp .jobthumb a:nth-child(4) {
      left: 323px;
      top: 0;
      width: 160px; }
    #cp .jobthumb a:nth-child(5) {
      left: 440px;
      top: 20px; }
    #cp .jobthumb a:nth-child(6) {
      left: 594px;
      top: 54px;
      width: 170px; }
#cp .dungeon {
  height: 506px; }
  #cp .dungeon .dungeonthumb {
    position: relative;
    width: 100%;
    height: 400px; }
    #cp .dungeon .dungeonthumb a {
      position: absolute;
      width: 370px;
      height: 260px; }
      #cp .dungeon .dungeonthumb a:nth-child(1) {
        top: 0;
        left: 0; }
      #cp .dungeon .dungeonthumb a:nth-child(2) {
        top: 50px;
        left: 306px; }
#cp .tenso {
  position: absolute;
  left: 50%;
  margin-left: -370px; }
#cp .check li {
  margin-bottom: 10px;
  text-align: center;
  width: 100%; }
#cp .point {
  height: 670px; }
  #cp .point p {
    margin-bottom: 2rem; }
#cp .thumb {
  background: url(../img/cp/point.png) 0 0 no-repeat;
  position: absolute;
  width: 826px;
  height: 401px;
  left: 50%;
  margin-left: -495px; }
  #cp .thumb p {
    text-indent: -9999px; }
  #cp .thumb a {
    position: absolute;
    text-indent: -9999px;
    width: 260px;
    height: 350px; }
    #cp .thumb a:nth-child(2) {
      top: 90px;
      left: 380px;
      width: 290px;
      height: 140px;
      z-index: 100; }
    #cp .thumb a:nth-child(3) {
      top: 60px; }
    #cp .thumb a:nth-child(4) {
      top: 100px;
      left: 190px;
      width: 270px;
      height: 280px; }
    #cp .thumb a:nth-child(5) {
      top: 70px;
      right: 0;
      width: 285px;
      height: 280px; }
#cp .shoppoint {
  background: #fff799;
  border: 4px solid #f3e800;
  padding: 30px 50px 30px 120px;
  position: relative; }
  #cp .shoppoint p {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 1rem; }
  #cp .shoppoint .tiny {
    position: absolute;
    top: -20px;
    left: 0; }
#cp #reg p, #cp #reg li, #cp #reg a, #cp #reg th, #cp #reg td {
  font-size: 14px; }
#cp #reg h2 {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 1rem; }
#cp #reg h3 {
  padding: 3px 10px;
  border-bottom: 2px solid #3e6109;
  border-left: 10px solid #3e6109;
  margin-bottom: 1rem;
  color: #090e00;
  font-weight: bold; }
#cp #reg section {
  margin-bottom: 2rem; }
#cp #reg li {
  width: 100%; }
#cp #reg table {
  width: 100%;
  padding-top: 10px;
  margin-bottom: 2rem; }
  #cp #reg table th {
    background: #4f6f1e;
    color: #fff;
    padding: 5px 10px; }
  #cp #reg table td {
    padding: 3px 10px 0;
    font-size: 12px;
    background: #eaf7d7;
    border: 1px solid #bdd0a2; }
#cp #reg li p {
  font-weight: bold;
  text-indent: -1em;
  margin: 1rem 0 .5rem 1em; }


