@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* カラー設定 */
/* 透ける背景用設定 */
/* 基本テキスト色 */
/* font関係 */
/* フォント[size,line-height,letter-spacing] */
/* 角丸 */
/* margin-bottom */
/* screenサイズ */
/* ブレイクポイント */
/*$break-smartphone:1050px;*/
/* z-index */
/* カラー設定 */
/* 透ける背景用設定 */
/* 基本テキスト色 */
/* font関係 */
/* フォント[size,line-height,letter-spacing] */
/* 角丸 */
/* margin-bottom */
/* screenサイズ */
/* ブレイクポイント */
/*$break-smartphone:1050px;*/
/* z-index */
div, span,
ol, ul, li, dl, dt, dd,
h1, h2, h3, h4, h5, h6,
article, section,
p, a, img,
table, td, th,
blockquote,
input, textarea, select, option, time {
  line-height: 1.6em;
  color: #482707;
  font-weight: 400;
  font-style: normal;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  background: none;
  word-wrap: break-word;
  overflow-wrap: break-word; }

*, *::after, *::before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box; }

body {
  background: #FFF;
  position: relative;
  background-image: url(tag/body2.png), url(tag/body1.jpg);
  ackground-repeat: repeat, repeat;
  background-position: top 50%, top 50%;
  background-attachment: fixed, fixed; }

ul {
  list-style: none; }

p {
  color: #482707;
  font-size: medium;
  margin-bottom: 1em; }
  @media only screen and (max-width: 480px) {
    p {
      font-size: small; } }

a {
  color: #f60;
  text-decoration: underline;
  outline: none; }
  a:visited, a:active {
    color: #f60; }
  a:hover {
    color: #89cf86; }

/* カラー設定 */
/* 透ける背景用設定 */
/* 基本テキスト色 */
/* font関係 */
/* フォント[size,line-height,letter-spacing] */
/* 角丸 */
/* margin-bottom */
/* screenサイズ */
/* ブレイクポイント */
/*$break-smartphone:1050px;*/
/* z-index */
/* CSS Transition Easing */
/* カラー設定 */
/* 透ける背景用設定 */
/* 基本テキスト色 */
/* font関係 */
/* フォント[size,line-height,letter-spacing] */
/* 角丸 */
/* margin-bottom */
/* screenサイズ */
/* ブレイクポイント */
/*$break-smartphone:1050px;*/
/* z-index */
.newInfo {
  width: 38px;
  height: 20px;
  display: block;
  position: absolute;
  background: url(class/newInfo.png) no-repeat;
  z-index: 9000;
  display: block;
  text-decoration: none;
  text-indent: -9999px;
  overflow: hidden;
  line-height: 0em;
  top: 2px;
  left: 2px;
  animation: sk-scaleout 4.5s infinite ease-in-out; }

@keyframes sk-scaleout {
  0% {
    transform: scale(0); }
  10% {
    transform: scale(1);
    opacity: 1; }
  20% {
    opacity: 1; }
  21% {
    opacity: 0; }
  30% {
    opacity: 0; }
  31% {
    opacity: 1; }
  40% {
    opacity: 1; }
  41% {
    opacity: 0; }
  50% {
    opacity: 0; }
  51% {
    opacity: 1; }
  80% {
    transform: scale(1);
    opacity: 1; }
  90% {
    transform: scale(0.5);
    opacity: 0; }
  100% {
    transform: scale(0.5);
    opacity: 0; } }
.contentsWindow {
  width: 380px; }
  @media only screen and (max-width: 480px) {
    .contentsWindow {
      width: 300px; } }
  .contentsWindow h3 {
    height: 45px;
    padding: 17px 0 0 15px; }
  .contentsWindow > div {
    padding: 0 10px 10px; }
    .contentsWindow > div iframe {
      width: 360px;
      height: 204px; }
      @media only screen and (max-width: 480px) {
        .contentsWindow > div iframe {
          width: 280px;
          height: 159px; } }
    .contentsWindow > div img {
      width: 360px;
      height: auto; }
      @media only screen and (max-width: 480px) {
        .contentsWindow > div img {
          width: 280px !important; } }
    .contentsWindow > div p {
      margin: 5px; }

.scale1 {
  transform: scale(1.04); }

.opacity1 {
  opacity: 0.9; }

/* カラー設定 */
/* 透ける背景用設定 */
/* 基本テキスト色 */
/* font関係 */
/* フォント[size,line-height,letter-spacing] */
/* 角丸 */
/* margin-bottom */
/* screenサイズ */
/* ブレイクポイント */
/*$break-smartphone:1050px;*/
/* z-index */
/* カラー設定 */
/* 透ける背景用設定 */
/* 基本テキスト色 */
/* font関係 */
/* フォント[size,line-height,letter-spacing] */
/* 角丸 */
/* margin-bottom */
/* screenサイズ */
/* ブレイクポイント */
/*$break-smartphone:1050px;*/
/* z-index */
/* CSS Transition Easing */
/* カラー設定 */
/* 透ける背景用設定 */
/* 基本テキスト色 */
/* font関係 */
/* フォント[size,line-height,letter-spacing] */
/* 角丸 */
/* margin-bottom */
/* screenサイズ */
/* ブレイクポイント */
/*$break-smartphone:1050px;*/
/* z-index */
header {
  background: #fff;
  height: 60px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  position: relative;
  z-index: 1001;
  box-shadow: 0 1px 10px #000;
  min-width: 1060px; }
  header:after::after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    line-height: 0;
    visibility: hidden; }
  header div {
    width: 1060px;
    margin: 0 auto; }
    header div h1 {
      float: left;
      width: 97px;
      height: 32px;
      padding-top: 13px;
      padding-left: 5px; }
      header div h1 img {
        width: 97px;
        height: 32px; }
    header div Ul {
      float: right;
      height: 25px;
      padding-top: 18px;
      padding-right: 5px; }
      header div Ul li {
        width: 25px;
        height: 25px;
        float: right;
        margin-right: 5px; }
    header div #navigation-memu {
      background: url("header/navigation-menu.png") no-repeat;
      width: 25px;
      height: 25px;
      display: block;
      text-decoration: none;
      text-indent: -9999px;
      overflow: hidden;
      line-height: 0em;
      display: none;
      cursor: pointer;
      position: fixed;
      top: 3px;
      right: 1px;
      z-index: 2000; }
  @media only screen and (max-width: 480px) {
    header {
      width: 100%;
      min-width: 100%;
      height: 30px;
      position: fixed;
      top: 0; }
      header div {
        width: 100%; }
        header div h1 {
          width: 50px;
          height: 26px;
          padding-top: 2px;
          padding-left: 1px; }
          header div h1 img {
            width: auto;
            height: 100%; }
        header div Ul {
          padding-top: 3px;
          padding-right: 50px; }
        header div #navigation-memu {
          display: block !important; } }

/* カラー設定 */
/* 透ける背景用設定 */
/* 基本テキスト色 */
/* font関係 */
/* フォント[size,line-height,letter-spacing] */
/* 角丸 */
/* margin-bottom */
/* screenサイズ */
/* ブレイクポイント */
/*$break-smartphone:1050px;*/
/* z-index */
/* カラー設定 */
/* 透ける背景用設定 */
/* 基本テキスト色 */
/* font関係 */
/* フォント[size,line-height,letter-spacing] */
/* 角丸 */
/* margin-bottom */
/* screenサイズ */
/* ブレイクポイント */
/*$break-smartphone:1050px;*/
/* z-index */
/* CSS Transition Easing */
/* カラー設定 */
/* 透ける背景用設定 */
/* 基本テキスト色 */
/* font関係 */
/* フォント[size,line-height,letter-spacing] */
/* 角丸 */
/* margin-bottom */
/* screenサイズ */
/* ブレイクポイント */
/*$break-smartphone:1050px;*/
/* z-index */
footer {
  background: #fff;
  padding: 20px 0;
  position: relative;
  z-index: 1001;
  min-width: 1060px; }
  footer ul li {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px; }
  footer ul:after::after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    line-height: 0;
    visibility: hidden; }
  footer p, footer a {
    clear: both;
    font-size: small;
    text-align: center; }
  @media only screen and (max-width: 480px) {
    footer {
      min-width: 100%; }
      footer p, footer a {
        font-size: x-small; } }

/* カラー設定 */
/* 透ける背景用設定 */
/* 基本テキスト色 */
/* font関係 */
/* フォント[size,line-height,letter-spacing] */
/* 角丸 */
/* margin-bottom */
/* screenサイズ */
/* ブレイクポイント */
/*$break-smartphone:1050px;*/
/* z-index */
/* CSS Transition Easing */
#common-navigation {
  position: absolute;
  top: 80px;
  width: 100%;
  height: 88px;
  background: url("common-navigation/common-navigation.png") repeat-x center;
  min-width: 1060px;
  z-index: 1002; }
  #common-navigation ul {
    width: 1060px;
    height: 80px;
    margin: 0 auto;
    padding: 4px 0; }
    #common-navigation ul li {
      display: block;
      text-decoration: none;
      text-indent: -9999px;
      overflow: hidden;
      line-height: 0em;
      float: left;
      padding-right: 17px;
      position: relative;
      /* 公開するモノは外していく */
      /*
      &#navigation-enjoy a{
      	background-position:center top !important;
      	cursor:default;
      }
      */ }
      #common-navigation ul li:first-child {
        padding-right: 15px; }
      #common-navigation ul li:last-child {
        padding-right: 0; }
      #common-navigation ul li a {
        width: 150px;
        height: 60px;
        display: block;
        margin-top: 8px;
        position: relative; }
      #common-navigation ul li a:hover {
        background-position: center bottom !important; }
      #common-navigation ul li#navigation-top a {
        margin-top: 0;
        width: 227px;
        height: 80px;
        background: url("common-navigation/navigation-top.png") no-repeat top center; }
      #common-navigation ul li#navigation-rpg a {
        background: url("common-navigation/navigation-rpg.png") no-repeat top center; }
      #common-navigation ul li#navigation-etc a {
        background: url("common-navigation/navigation-etc.png") no-repeat top center; }
      #common-navigation ul li#navigation-rule a {
        background: url("common-navigation/navigation-rule.png") no-repeat top center; }
      #common-navigation ul li#navigation-character a {
        background: url("common-navigation/navigation-character.png") no-repeat top center; }
      #common-navigation ul li#navigation-enjoy a {
        background: url("common-navigation/navigation-enjoy.png") no-repeat top center; }
      #rpg #common-navigation ul li#navigation-rpg a {
        background-position: center bottom !important; }
      #etc #common-navigation ul li#navigation-etc a {
        background-position: center bottom !important; }
      #rule #common-navigation ul li#navigation-rule a {
        background-position: center bottom !important; }
      #character #common-navigation ul li#navigation-character a {
        background-position: center bottom !important; }
      #enjoy #common-navigation ul li#navigation-enjoy a {
        background-position: center bottom !important; }
  @media only screen and (max-width: 480px) {
    #common-navigation {
      background: none;
      height: 1px;
      position: fixed;
      top: 0;
      z-index: 30000;
      min-width: 0; }
      #common-navigation ul {
        z-index: 3000;
        background: rgba(23, 145, 211, 0.8);
        display: none;
        min-width: 0;
        top: 0 !important;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 10px 0;
        position: fixed;
        margin: auto auto; }
        #common-navigation ul li {
          padding-right: 0;
          width: 100%;
          hight: 80px;
          float: none; }
          #common-navigation ul li:first-child {
            padding-left: 25px;
            padding-bottom: 5px; }
          #common-navigation ul li a {
            margin: 0 auto; } }

/* カラー設定 */
/* 透ける背景用設定 */
/* 基本テキスト色 */
/* font関係 */
/* フォント[size,line-height,letter-spacing] */
/* 角丸 */
/* margin-bottom */
/* screenサイズ */
/* ブレイクポイント */
/*$break-smartphone:1050px;*/
/* z-index */
/* CSS Transition Easing */
#common-contents {
  width: 1060px;
  margin: 0 auto; }
  #common-contents::after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    line-height: 0;
    visibility: hidden; }
  @media only screen and (max-width: 480px) {
    #common-contents {
      width: 100%; } }
  #common-contents h1 {
    display: block;
    text-decoration: none;
    text-indent: -9999px;
    overflow: hidden;
    line-height: 0em;
    width: 1060px;
    height: 250px;
    position: absolute;
    z-index: 1000; }
    @media only screen and (max-width: 480px) {
      #common-contents h1 {
        min-width: 320px;
        margin-top: 30px;
        width: 100%;
        height: 135px;
        position: relative; } }
  #common-contents #contents-navigation {
    margin: 210px 0 0;
    width: 220px;
    float: left;
    position: relative;
    z-index: 2000; }
    @media only screen and (max-width: 480px) {
      #common-contents #contents-navigation {
        display: none; } }
  #common-contents #contents-substance {
    padding: 210px 20px 50px;
    width: 820px;
    float: right;
    background: url("common-contents/contents-substance.png") repeat-y;
    position: relative;
    z-index: 0; }
    @media only screen and (max-width: 480px) {
      #common-contents #contents-substance {
        padding: 0px 10px 0;
        float: none;
        width: 320px;
        margin: 0px auto 0;
        background: url("common-contents/contents-substance_sp.png") repeat-y; }
        #common-contents #contents-substance::before {
          width: 320px;
          height: 8px;
          display: block;
          content: '';
          position: absolute;
          background: url("common-contents/contents-substance_sp_before.png") no-repeat;
          top: -8px;
          left: 2px; } }

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important; }

#swipebox-overlay img {
  border: none !important; }

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  user-select: none; }

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%; }

#swipebox-slider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer; }
  #swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block; }
    #swipebox-slider .slide:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }
    #swipebox-slider .slide img,
    #swipebox-slider .slide .swipebox-video-container,
    #swipebox-slider .slide .swipebox-inline-container {
      display: inline-block;
      max-height: 100%;
      max-width: 100%;
      margin: 0;
      padding: 0;
      width: auto;
      height: auto;
      vertical-align: middle; }
    #swipebox-slider .slide .swipebox-video-container {
      background: none;
      max-width: 1140px;
      max-height: 100%;
      width: 100%;
      padding: 5%;
      box-sizing: border-box; }
      #swipebox-slider .slide .swipebox-video-container .swipebox-video {
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
        overflow: hidden;
        position: relative; }
        #swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
          width: 100% !important;
          height: 100% !important;
          position: absolute;
          top: 0;
          left: 0; }
  #swipebox-slider .slide-loading {
    background: url(swipebox/loader.gif) no-repeat center center; }

#swipebox-bottom-bar,
#swipebox-top-bar {
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%; }

#swipebox-bottom-bar {
  bottom: -50px; }
  #swipebox-bottom-bar.visible-bars {
    transform: translate3d(0, -50px, 0); }

#swipebox-top-bar {
  top: -50px; }
  #swipebox-top-bar.visible-bars {
    transform: translate3d(0, 50px, 0); }

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center; }

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(swipebox/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0; }

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px; }

#swipebox-prev {
  background-position: -32px 13px;
  float: left; }

#swipebox-next {
  background-position: -78px 13px;
  float: right; }

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px; }

.swipebox-no-close-button #swipebox-close {
  display: none; }

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3; }

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  animation: rightSpring 0.3s; }
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  animation: leftSpring 0.3s; }

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  backface-visibility: hidden;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0; }
.swipebox-touch #swipebox-container:before {
  left: 0;
  box-shadow: inset 10px 0px 10px -8px #656565; }
.swipebox-touch #swipebox-container:after {
  right: 0;
  box-shadow: inset -10px 0px 10px -8px #656565; }
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1; }
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1; }

@keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px; }

  #swipebox-arrows {
    width: 92%;
    max-width: 800px; } }
/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d; }

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95; }

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif; }

/*

@import "contents-main";
@import "contents-video";
@import "contents01";

@import "contents02";
@import "contents03";
@import "contents04";
@import "contents05";
@import "contents06";
@import "contents07";

@import "common-title";
@import "common-navigation";
@import "common-navibutton";
@import "common-class";
*/
