/* 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; }

/* 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; }

#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: 65px;
  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
----------------------------------------------------------*/
#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; }

#eventInfo {
  position: absolute;
  top: 395px;
  left: 89px; }
  #eventInfo li {
    display: inline-block;
    width: 38px;
    height: 50px;
    cursor: pointer;
    position: relative;
    top: 5px;
    left: 0;
    z-index: 100; }
    #eventInfo li img {
      display: block;
      text-indent: 0; }
    #eventInfo li + li {
      margin-left: 5px; }
    #eventInfo li span {
      display: none;
      position: absolute;
      text-align: center;
      top: 60px;
      right: -20px;
      width: 200px;
      background: #fff;
      border: 2px solid #4A4126;
      border-radius: 3px;
      padding: 3px;
      color: #250C0C;
      font-size: 12px;
      text-indent: 0;
      text-align: left;
      z-index: 99999; }
      #eventInfo li span:after {
        border-bottom: 10px solid #4A4126;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        content: " ";
        position: absolute;
        top: -10px;
        right: 35px;
        width: 0;
        height: 0; }
    #eventInfo li:hover span {
      display: block; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #d63a21;
  background: #fff;
  color: #4a3c28; }
  table th, table td {
    padding: 10px; }
  table th {
    font-weight: bold;
    white-space: nowrap; }
  table thead th {
    text-align: center;
    background: #d63a21;
    color: #fff;
    padding: 13px;
    text-align: left; }
    table thead th + th {
      border-left: 1px solid #fff; }
  table tbody th {
    font-size: 14px;
    background: #fff3ed;
    color: #5a5144;
    border: 1px solid #d63a21;
    width: 20%; }
  table tbody td {
    font-size: 14px;
    border-top: 1px solid #d63a21;
    border-bottom: 1px solid #d63a21;
    border-right: 1px solid #d63a21; }
  table .thumb {
    width: 100px;
    text-align: center;
    background: #fff; }
    table .thumb img {
      display: block;
      margin: 0 auto; }

table.item th,
table.card th {
  width: 50px; }

table.card .thumb {
  width: 172px; }

/* weapon&protector tables
----------------------------------------------------------*/
.weapon table tbody th,
.protector table tbody th {
  width: auto; }

/* collective tables
----------------------------------------------------------*/
.collective table tbody .thumb {
  width: 130px; }
.collective table tbody th {
  width: auto; }
.collective table tbody .info {
  width: 260px; }

/* card tables
----------------------------------------------------------*/
.card table tbody .thumb {
  width: 130px; }
.card table tbody th {
  width: auto; }

/* monster tables
----------------------------------------------------------*/
.monster table tbody th, .monster table tbody td {
  padding: 3px 10px; }
.monster table tbody th {
  text-align: left;
  width: 80px; }
.monster table tbody .thumb {
  width: 210px; }

/* quest tables
----------------------------------------------------------*/
.lv {
  width: 5%; }

.prize {
  width: 17%; }

/* 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; } }
.korokoro {
  -webkit-animation: korokoro 2.5s linear 0s 1;
  animation: korokoro 2.5s linear 0s 1; }

@-webkit-keyframes korokoro {
  0% {
    -webkit-transform: translate(0%, 0%); }
  5% {
    -webkit-transform: translate(10%, 0%) rotate(5deg); }
  25% {
    -webkit-transform: translate(20%, 0%) rotate(10deg); }
  30% {
    -webkit-transform: translate(-10%, 0%) rotate(-5deg); }
  35% {
    -webkit-transform: translate(-15%, 0%) rotate(-10deg); }
  45% {
    -webkit-transform: translate(10%, 0%) rotate(5deg); }
  50% {
    -webkit-transform: translate(15%, 0%) rotate(10deg); }
  60% {
    -webkit-transform: translate(-5%, 0%) rotate(-5deg); }
  65% {
    -webkit-transform: translate(-7%, 0%) rotate(-7deg); }
  75% {
    -webkit-transform: translate(0%, 0%) rotate(0deg); }
  100% {
    -webkit-transform: translate(0%, 0%) rotate(0deg); } }
@keyframes korokoro {
  0% {
    transform: translate(0%, 0%); }
  5% {
    transform: translate(10%, 0%) rotate(5deg); }
  25% {
    transform: translate(20%, 0%) rotate(15deg); }
  30% {
    transform: translate(-10%, 0%) rotate(-5deg); }
  35% {
    transform: translate(-15%, 0%) rotate(-10deg); }
  45% {
    transform: translate(10%, 0%) rotate(5deg); }
  50% {
    transform: translate(15%, 0%) rotate(10deg); }
  60% {
    transform: translate(-5%, 0%) rotate(-5deg); }
  65% {
    transform: translate(-7%, 0%) rotate(-7deg); }
  75% {
    transform: translate(0%, 0%) rotate(0deg); }
  100% {
    transform: translate(0%, 0%) rotate(0deg); } }
/* 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: 10px !important;
  z-index: 100000; }

.note {
  font-size: 14px;
  position: relative;
  margin-bottom: 10px; }
  .note a {
    color: #41321e;
    font-size: 13px; }

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

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

/* common
----------------------------------------------------------*/
#gungho .inner {
  background: none;
  padding: 0; }

html {
  background: #fff;
  min-width: 1300px;
  color: #000; }

h2 {
  text-align: center;
  margin-bottom: 28px;
  line-height: 1; }

a {
  color: #41321e;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

nav {
  background: url(../img/nav_bg.png) center top no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -523px;
  width: 1047px;
  height: 83px;
  top: 603px;
  z-index: 100; }
  nav ul {
    width: 928px;
    margin: 0 auto;
    position: relative; }
  nav li {
    display: inline-block;
    padding: 24px 0; }
    nav li + li {
      margin-left: -5px; }
  nav #omikuji {
    position: absolute;
    top: -19px;
    right: 17px; }

/* style
----------------------------------------------------------*/
#top {
  position: relative;
  height: 568px;
  background: url(../img/visual_bg.jpg) center top no-repeat;
  background-size: cover; }
  #top .wrap {
    height: 100%;
    background: url(../img/visual.png) center top no-repeat; }
  #top .inner {
    width: 960px; }
  #top h1 {
    position: absolute;
    z-index: 10;
    left: -18px;
    top: 65px; }
  #top .date {
    position: absolute;
    top: 460px;
    left: 20px; }
  #top #sns {
    right: -10px; }

#content {
  background: #c79f5b url(../img/content_bg.jpg) top repeat-x;
  padding-top: 4px; }
  #content section {
    width: 960px;
    margin: 0 auto;
    padding-bottom: 100px;
    background: url(../img/bg_content.jpg) center top repeat-y; }
    #content section h3 {
      background: url(../img/h3_mark.png) center left no-repeat;
      line-height: 33px;
      font-size: 24px;
      padding-left: 43px;
      margin-bottom: 18px; }
    #content section ul li {
      background: url(../img/listmark.png) left 6px no-repeat;
      padding-left: 20px;
      margin-bottom: 10px; }
  #content #point {
    padding-top: 78px;
    padding-bottom: 0; }
    #content #point h2 {
      margin-bottom: 0;
      text-align: left;
      position: relative;
      width: 100%;
      height: 412px; }
      #content #point h2 img {
        position: absolute;
        left: 50%;
        margin-left: -515px;
        top: 0px; }
  #content #enjoy .col2 {
    position: relative;
    overflow: visible;
    height: 190px;
    margin-bottom: 10px; }
  #content #enjoy .sec {
    position: absolute;
    top: -40px;
    right: 0; }
  #content #toshikoshi {
    background: url(../img/enjoy_event_bg.png) center top no-repeat;
    width: 721px;
    height: 238px;
    margin: 0 auto;
    padding: 45px 50px;
    position: relative; }
    #content #toshikoshi h3 {
      background: none; }
    #content #toshikoshi p {
      width: 305px;
      padding: 10px 50px; }
    #content #toshikoshi span {
      display: block;
      position: absolute;
      top: 72px;
      right: -30px; }
  #content #omochizumi h2 {
    margin-bottom: 0; }
  #content #omochizumi ol {
    position: relative;
    top: -50px;
    height: 674px;
    text-indent: -9999px;
    background: url(../img/omochi_img.png) center top no-repeat; }
  #content #omochizumi table {
    margin-bottom: 10px; }
    #content #omochizumi table th {
      background-color: #fec802;
      border: 1px solid #fff;
      border-right: 3px solid #fff; }
    #content #omochizumi table td {
      background-color: #fcea03;
      border: 1px solid #fff; }
  #content #map ul {
    position: relative; }
    #content #map ul li {
      background: none;
      position: relative;
      width: 160px;
      display: inline-block;
      vertical-align: top;
      margin-bottom: 0; }
      #content #map ul li p {
        font-size: 14px; }
      #content #map ul li:first-child {
        width: 198px;
        top: 0; }
        #content #map ul li:first-child h3 {
          position: absolute;
          top: 163px; }
        #content #map ul li:first-child img {
          margin-bottom: 25px; }
      #content #map ul li:nth-child(2), #content #map ul li:nth-child(3), #content #map ul li:nth-child(4) {
        padding-top: 17px; }
      #content #map ul li:nth-child(5), #content #map ul li:nth-child(9) {
        width: 100%;
        margin-left: 0; }
      #content #map ul li:nth-child(6) {
        padding-left: 223px; }
        #content #map ul li:nth-child(6) .tokuten {
          position: absolute;
          top: 70px;
          left: -10px; }
      #content #map ul li:nth-child(10) {
        width: 382px;
        padding-top: 12px; }
        #content #map ul li:nth-child(10) h3 {
          width: 160px;
          position: absolute;
          top: 147px; }
        #content #map ul li:nth-child(10) p {
          position: absolute;
          width: 54%;
          right: 0;
          top: 37px; }
      #content #map ul li:nth-child(11) {
        width: 364px;
        padding-top: 12px; }
        #content #map ul li:nth-child(11) h3 {
          position: absolute;
          top: 147px;
          width: 95%; }
      #content #map ul li + li {
        padding-left: 0;
        margin-left: 10px; }
  #content #map h3 {
    font-size: 14px;
    background: none;
    padding: 0;
    margin-bottom: 5px;
    line-height: 1.3;
    text-align: center;
    width: 100%; }
  #content #story .inner {
    width: 775px;
    height: 524px;
    font-size: 16px;
    font-weight: bold;
    padding: 40px 0 0 80px;
    background: url(../img/story_bg.png) center top no-repeat; }
    #content #story .inner p {
      margin-bottom: 35px;
      line-height: 2; }
  #content #wallpaper li {
    background: none;
    padding-left: 0;
    text-align: right; }
  #content #wallpaper .col2 {
    margin-bottom: 30px; }
    #content #wallpaper .col2 .main {
      width: 439px; }
  #content #wallpaper .inner .col2 .main {
    width: 76%; }
    #content #wallpaper .inner .col2 .main p {
      margin-bottom: 10px; }
  #content #wallpaper .comment {
    background: #ebe0c0;
    border-radius: 5px;
    padding: 15px;
    font-size: 14px; }
    #content #wallpaper .comment p {
      margin-bottom: 0; }

#footer {
  background: #ff1002;
  padding: 10px; }
  #footer #pickupWrap {
    background: #242a36;
    padding: 40px 0; }

.omikuji {
  width: 100%;
  background-color: #fff8e8; }
  .omikuji .result {
    width: 504px;
    padding: 0 0 30px 0;
    text-align: right; }
    .omikuji .result p {
      padding: 0 10px;
      margin-bottom: 10px;
      text-align: left; }
  .omikuji .backLink {
    vertical-align: top;
    font-size: 13px;
    text-align: right;
    display: inline-block;
    width: 100%; }
