@charset "UTF-8";
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: 100%;
  font: inherit;
  vertical-align: baseline; }

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; }

body {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-family: "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75; }

*, *:before, *:after {
  box-sizing: border-box; }

a {
  outline: none;
  text-decoration: none; }

a:link, a:visited {
  color: #005D65; }

a:hover, a:active {
  color: #005D65;
  text-decoration: underline; }

img {
  vertical-align: top; }

body, html {
  width: 100%;
  height: 100%; }

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  font-weight: normal;
  background-color: #ffe8e5;
  background-image: url("../images/common/bg_body_top.png"), url("../images/common/bg_body_middle.png");
  background-repeat: repeat-x, repeat;
  background-position: center top, center top; }

.l-wrapper {
  width: 100%;
  min-width: 980px;
  background: url("../images/common/bg_body_bottom.png") repeat-x center bottom; }

.l-inner {
  width: 980px;
  position: relative;
  margin: 0 auto;
  zoom: 1; }
  .l-inner:after {
    content: "";
    clear: both;
    display: block; }
	
.l-inner_qa {
  width: 980px;
  position: relative;
  margin: 0 auto;
  zoom: 1; }
  .l-inner_qa:after {
    content: "";
    clear: both;
    display: block; }

.l-senction {
  width: 100%;
  position: relative; }

.cover {
  width: 100%;
  height: 100%;
  background-color: #000000;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 100;
  display: none; }

.loader {
  width: 100%;
  height: 100%;
  background-color: #000000;
  display: table;
  text-align: center;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1; }
  .loader div {
    display: table-cell;
    vertical-align: middle;
    color: #FFFF00;
    font-size: 30px;
    letter-spacing: 0.15em;
    line-height: 1.6em; }
  .loader p {
    overflow: hidden;
    white-space: nowrap;
    display: none; }
  .loader span {
    display: inline-block;
    border-bottom: dashed 2px #FFFF00; }

.l-side {
  position: absolute;
  left: 50%;
  top: 30px;
  margin-left: -490px;
  z-index: 100;
  width: 153px; }
  .l-side .l-inner {
    width: 153px;
    text-align: center; }
  .l-side h1 {
    margin: 0 0 10px 0; }
  .l-side .glnav {
    background: url("../images/common/nav_bg.png") no-repeat center top;
    width: 140px;
    height: 214px;
    padding: 20px 0 0 0;
    margin: 0 auto;
    position: relative; }
    .l-side .glnav li {
      width: 111px;
      height: 30px;
      position: relative;
      margin: 0 auto; }
    .l-side .glnav span {
      display: block;
      width: 111px;
      height: 30px;
      overflow: hidden;
      width: 0; }
    .l-side .glnav a {
      display: block;
      width: 111px;
      height: 30px; }
    .l-side .glnav li:nth-child(1) {
      background: url("../images/common/nav_top.png") no-repeat center top; }
    .l-side .glnav li:nth-child(2) {
      background: url("../images/common/nav_intro.png") no-repeat center top; }
    .l-side .glnav li:nth-child(3) {
      background: url("../images/common/nav_character.png") no-repeat center top; }
    .l-side .glnav li:nth-child(4) {
      background: url("../images/common/nav_gallery.png") no-repeat center top; }
    .l-side .glnav li:nth-child(5) {
      background: url("../images/common/nav_special.png") no-repeat center top; }
    .l-side .glnav li:nth-child(6) {
      background: url("../images/common/nav_info.png") no-repeat center top; }
    .l-side .glnav .cr {
      background: none; }
      .l-side .glnav .cr span {
        width: 111px; }
  .l-side .tips {
    position: absolute;
    left: 110px;
    top: -55px;
    z-index: 0;
    margin-left: -20px;
    pointer-events: none;
    display: none; }

.side_fix {
  position: fixed; }

.l-footer {
  text-align: center; }
  .l-footer .l-inner {
    padding: 20px 0 20px 0; }
  .l-footer .copyright {
    font-family: "Arvo", serif;
    font-size: 10px;
    color: #501E28;
    font-weight: 400; }
  .l-footer p {
    margin: 0 0 10px 0; }

.secondary .l-inner {
  padding: 35px 0 0 190px; }
  
.secondary .l-inner_qa {
	margin: 0 auto;
	padding-top: 35px; }
  
.secondary h2 {
  text-align: center;
  margin: 0 0 30px 0;
  height: 60px; }
.secondary .sub_nav {
  text-align: center;
  margin: 0 0 30px 0; }
  .secondary .sub_nav li {
    display: inline-block; }

.sp-only {
  display: none; }

.sp .sp-only {
  display: block; }
.sp .l-wrapper {
  min-width: 1000px;
  width: 1000px; }
.sp .l-inner {
  width: 1000px; }
.sp .l-side {
  left: 30px;
  margin-left: 0; }
  .sp .l-side .l-inner {
    width: 100%; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 0px;
    -webkit-border-radius--moz-border-radius: 0px;
      -webkit-border-radius--moz-border-radius-border-radius: 0px; }

.fancybox-opened {
  z-index: 8030; }

/*-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5)*/
 * /*-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5)*/
 *      /*box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5) */
.fancybox-outer, .fancybox-inner {
  position: relative; }

/*overflow: hidden */
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../scripts/libs/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../scripts/libs/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../scripts/libs/fancybox/blank.gif");
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px; }

/*overflow: visible !important */
/* Overlay helper */
.fancybox-lock {
  /*overflow: hidden !important */
  width: auto; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  /*overflow: hidden */
  display: none;
  z-index: 8010;
  background: url("../scripts/libs/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

/*overflow: auto */
/*overflow-y: scroll */
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics! */
