@charset "UTF-8";
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,
main, footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

.wrapper {
  overflow: hidden;
}

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

nav ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #cccccc;
}

input, select {
  vertical-align: middle;
}

@font-face {
  font-family: 'NotoSans-regular';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.eot");
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'NotoSans-bold';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.eot");
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.ttf") format("truetype");
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* ==============================================
  BASE

  @date 2017-07-07
  @include _base

  memo:

  @mixin ============================================= */
html, body {
  width: 100%;
  height: 100%;
}

body {
  color: #000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-size: 14px;
  line-height: 24px;
  font-family: "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial,  "メイリオ", Meiryo, sans-serif;
}

a {
  outline: none;
  color: inherit;
  font-size: 100%;
  text-decoration: none;
}

img {
  vertical-align: top;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

#pagetop {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  font-size: 0;
  line-height: 0;
}

#dmm-olgnavi {
  position: relative;
  z-index: 5;
}

.m--frame {
  background: url("../img/common/bg_content_middle.png") no-repeat center top;
  background-size: 100% 100%;
  position: relative;
  margin: 134px 0 115px 0;
}

.m--frame:before {
  display: block;
  content: '';
  width: 100%;
  height: 133px;
  background: url("../img/common/bg_content_top.png") no-repeat center top;
  position: absolute;
  left: 0;
  top: -133px;
  z-index: 0;
}

.m--frame:after {
  display: block;
  content: '';
  width: 100%;
  height: 115px;
  background: url("../img/common/bg_content_bottom.png") no-repeat center top;
  position: absolute;
  left: 0;
  bottom: -115px;
  z-index: 0;
}

.m--frame__inner {
  width: 840px;
  margin: 0 auto;
  color: #6E4234;
  padding: 0 0 65px 0;
}

.m--group {
  width: 100%;
  position: relative;
  z-index: 1;
  background: url("../img/top/group_bg.png") no-repeat center top;
  background-size: 100% 100%;
  padding: 136px 0 0 0;
  margin-bottom: 263px;
}

.m--group:before {
  content: '';
  display: block;
  width: 100%;
  height: 108px;
  position: absolute;
  left: 0;
  top: -108px;
  background-image: url("../img/top/story_bg_top.png"), url("../img/top/story_bg_top_repeat.png");
  background-repeat: no-repeat, repeat-x;
  background-position: center top, center top;
}

.m--group:after {
  content: '';
  display: block;
  width: 100%;
  height: 263px;
  position: absolute;
  left: 0;
  bottom: -263px;
  background-image: url("../img/top/banner2_bg_top.png"), url("../img/top/banner2_bg_top_repeat.png");
  background-repeat: no-repeat, repeat-x;
  background-position: center top, center top;
  -webkit-filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.2));
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="20" /><feOffset dx="1" dy="11" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.2)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.2));
}

.m--group__inner {
  position: relative;
}

.m--group__inner:before {
  content: '';
  display: block;
  background: url("../img/top/banner2_bg_l.png") no-repeat center top;
  width: 355px;
  height: 272px;
  position: absolute;
  bottom: -272px;
  left: 0;
  z-index: 0;
}

.m--group__inner:after {
  content: '';
  display: block;
  background: url("../img/top/banner2_bg_r.png") no-repeat center top;
  width: 323px;
  height: 251px;
  position: absolute;
  bottom: -251px;
  right: 0;
  z-index: 0;
}

#blind {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9000;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

.header {
  width: 100%;
  min-width: 1052px;
  height: 51px;
  border-bottom:1px solid #ccc;
  background: url("../img/common/hd_bg.png") repeat-x center top;
  position: relative;
  z-index: 50;
}

.header__inner {
  width: 1000px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  zoom: 1;
}

.header__inner:after {
  content: "";
  clear: both;
  display: block;
}

.header__logo {
  display: none;
  width: 264px;
  height: 167px;
  background: url("../img/common/hd_logo_bg.png") no-repeat center top;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
}

.header__glnav {
  display: block;
  position: relative;
  width:100%;
  height: 100%;
}

.header__glnav ul {
  display: table;
  position: relative;
  left: 50%;
  /*float: left;*/
  height: 100%;
}

.header__glnav li {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  left: -50%;
  float: left;
  padding-left: 55px;
  padding-top: 20px;
}

.header__glnav li:first-child {
  padding-left: 0;
}

.header__glnav a {
  line-height: 0.7em;
  vertical-align: top;
  padding: 8px 0 0 0;
}

.header__btnHam {
  display: none;
}

.container {
  width: 100%;
  min-width: 1052px;
  padding-top: 58px;
  padding-bottom: 51px;
  position: relative;
}

.bg_leafL {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
}

.bg_leafR {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 0;
}

.footer {
  width: 100%;
  min-width: 1052px;
  background-color: #ffffff;
  position: relative;
}

.footer:before {
  content: '';
  display: block;
  background: url("../img/common/ft_bg_l.png") no-repeat center top;
  width: 116px;
  height: 151px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}

.footer:after {
  content: '';
  display: block;
  background: url("../img/common/ft_bg_r.png") no-repeat center top;
  width: 295px;
  height: 384px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}

.footer__inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  zoom: 1;
  padding: 10px 0 45px 0;
}

.footer__inner:after {
  content: "";
  clear: both;
  display: block;
}

.footer__bg {
  background: url("../img/common/ft_bg.png") repeat-x center top;
  width: 100%;
  height: 79px;
  position: absolute;
  top: -79px;
  left: 0;
  z-index: 0;
}

.footer__specs {
  display: table;
  width: 840px;
  margin: 0 auto 25px auto;
}

.footer__specs__logo {
  display: table-cell;
}

.footer__specs__detail {
  display: table-cell;
  vertical-align: bottom;
  font-size: 16px;
  line-height: 2.1em;
  color: #6e4234;
  padding-bottom: 35px;
  padding-left: 30px;
  font-family: 'NotoSans-regular', sans-serif;
}

.footer__specs__detail span {
  display: inline-block;
  margin-left: 3em;
}

.footer__banners {
  text-align: center;
  margin-bottom: 60px;
}

.footer__banners ul {
  letter-spacing: 0;
  font-size: 0;
}

.footer__banners li {
  letter-spacing: normal;
  font-size: medium;
  display: inline-block;
  margin: 0 10px;
  position: relative;
}

.footer__banners li.is__none {
  background-color: #000000;
  border-radius: 10px;
}

.footer__banners li.is__none a {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: "alpha(opacity=40)";
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  pointer-events: none;
}

.footer__specsSp {
  display: none;
}

.footer__links {
  margin-left: 70px;
  zoom: 1;
}

.footer__links:after {
  content: "";
  clear: both;
  display: block;
}

.footer__links ul {
  letter-spacing: 0;
  font-size: 0;
  float: left;
}

.footer__links li {
  letter-spacing: .02em;
  display: inline-block;
  margin: 0 14px 0 0;
  font-size: 11px;
  color: #6E4234;
  font-family: 'NotoSans-regular', sans-serif;
}

.footer__links__copyright {
  float: left;
  font-size: 11px;
  color: #6E4234;
  letter-spacing: .05em;
  margin-left: -5px;
}

.footer__btnPagetop {
  position: absolute;
  right: 0;
  bottom: 90px;
  z-index: 2;
}

#modal {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  display: none;
}

.modal__wrap {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.modal__inner {
  display: table;
  width: 100%;
  height: 100%;
}

.modal__block {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/*! 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;
  border-radius: 0px;
  background-color: transparent;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  /*-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;
}

.fancybox-inner {
  /*overflow: hidden */
}

.fancybox-type-iframe .fancybox-inner {
  /*-webkit-overflow-scrolling: touch */
}

.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 {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../img/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  background-image: url("../img/fancybox/fancybox_close.png");
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 8040;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  transition: 0.3s;
}

.fancybox-close:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  transition: 0.3s;
}

@media screen and (max-width: 800px) {
  .fancybox-close {
    background-image: url("../img/fancybox/fancybox_close.png");
    background-size: 100% auto;
    width: 80px;
    height: 80px;
    bottom: -90px;
  }
  .fancybox-wrap {
    margin-top: 0px;
  }
  .fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url("../img/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-lock body {
  /*overflow: hidden !important */
}

.fancybox-lock-test {
  /*overflow-y: hidden !important */
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  /*overflow: hidden */
  display: none;
  z-index: 8010;
  background: url("../img/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  /*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);
}

@media screen and (max-width: 768px) {
  /* ==============================================
  BASE

  @date 2017-07-07
  @include _base

  memo:
  padding: 50px 0 70px
  padding: 13.33333vw 0 18.66667vw

  @mixin ============================================= */
  html, body {
    width: 100%;
    height: 100%;
  }
  body {
    color: #000;
  }
  a {
    outline: none;
    color: inherit;
    font-size: 100%;
    text-decoration: none;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  #pagetop {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    font-size: 0;
    line-height: 0;
  }
  #blind {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9000;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
  }
  .m--frame {
    background: url("../img/common/bg_content_middle_sp.png") no-repeat center top;
    background-size: 100% 100%;
    position: relative;
    margin: 67px 0 115px 0;
    margin: 17.86667vw 0 115px 0;
  }
  .m--frame:before {
    display: block;
    content: '';
    width: 100%;
    height: 67px;
    height: 17.86667vw;
    background: url("../img/common/bg_content_top_sp.png") no-repeat center top;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: -67px;
    top: -17.86667vw;
    z-index: 0;
  }
  .m--frame:after {
    display: block;
    content: '';
    width: 100%;
    height: 58px;
    height: 15.46667vw;
    background: url("../img/common/bg_content_bottom_sp.png") no-repeat center top;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: -58px;
    bottom: -15.46667vw;
    z-index: 0;
  }
  .m--frame__inner {
    width: 78.66%;
    margin: 0 auto;
    color: #6E4234;
    padding: 0 0 24px 0;
    padding: 0 0 6.4vw 0;
  }
  .m--group {
    width: 100%;
    position: relative;
    z-index: 1;
    background: url("../img/top/group_bg.png") no-repeat center top;
    background-size: 100% 100%;
    padding: 10px 0 0 0;
    padding: 2.66667vw 0 0 0;
    margin-bottom: 122px;
    margin-bottom: 32.53333vw;
  }
  .m--group:before {
    content: '';
    display: block;
    width: 100%;
    height: 105px;
    height: 28vw;
    position: absolute;
    left: 0;
    top: -104px;
    top: -27.73333vw;
    background: url("../img/top/story_bg_top_sp.png") no-repeat center top;
    background-size: cover;
  }
  .m--group:after {
    content: '';
    display: block;
    width: 100%;
    height: 89px;
    height: 23.73333vw;
    position: absolute;
    left: 0;
    bottom: -89px;
    bottom: -23.73333vw;
    -webkit-filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.2));
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="10" /><feOffset dx="1" dy="11" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.2)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.2));
    background: url("../img/top/banner2_bg_top_sp.png") no-repeat center top;
    background-size: cover;
  }
  .m--group__inner {
    position: relative;
  }
  .m--group__inner:before {
    content: '';
    display: block;
    background: url("../img/top/banner2_bg_l.png") no-repeat center top;
    background-size: 100% 100%;
    width: 170px;
    width: 45.33333vw;
    height: 130px;
    height: 34.66667vw;
    position: absolute;
    bottom: -110px;
    bottom: -29.33333vw;
    left: 0;
    z-index: 0;
  }
  .m--group__inner:after {
    content: '';
    display: block;
    background: url("../img/top/banner2_bg_r.png") no-repeat center top;
    background-size: 100% 100%;
    width: 160px;
    width: 42.66667vw;
    height: 125px;
    height: 33.33333vw;
    position: absolute;
    bottom: -110px;
    bottom: -29.33333vw;
    right: 0;
    z-index: 0;
  }
  .header {
    width: 100%;
    min-width: 100%;
    height: auto;
    background: none;
    position: relative;
  }
  .header__inner {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: fixed;
    zoom: 1;
    text-align: center;
    top: 0;
    left: 0;
    display: none;
    transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    background-color: rgba(255, 255, 255, 0.9);
    overflow-x: hidden;
  }
  .header__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .header__inner:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
  }
  .header__inner:after {
    content: '';
    display: block;
    background: url("../img/common/bg_nav_sp.png") no-repeat center top;
    background-size: 100% 100%;
    width: 345px;
    width: 92vw;
    height: 491px;
    height: 130.93333vw;
    -webkit-filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.3));
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="15" /><feOffset dx="1" dy="11" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.3)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.3));
    position: absolute;
    left: 50%;
    top: 75px;
    top: 20vw;
    margin-left: -172.5px;
    margin-left: -46vw;
    z-index: 0;
  }
  .header__logo {
    display:block;
    width: 216px;
    width: 57.6vw;
    height: 119px;
    height: 31.73333vw;
    background: none;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 122px;
    top: 32.53333vw;
    z-index: 1;
    margin-left: -108px;
    margin-left: -28.8vw;
    background: url("../img/common/hd_nav_logo.png") no-repeat center top;
    background-size: cover;
  }
  .header__logo img {
    visibility: hidden;
  }
  .header__logo a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .header__glnav {
    display: block;
    float: none;
    height: auto;
    position: absolute;
    width: 100%;
    top: 271px;
    top: 72.26667vw;
    left: 0;
    z-index: 2;
  }
  .header__glnav ul {
    display: block;
    height: auto;
    width: 60%;
    margin: 0 auto;
  position: relative;
  left: 0%;
  }
  .header__glnav li {
    display: block;
    vertical-align: top;
    padding-left: 0;
    padding-top: 0;
    line-height: 1.0em;
    margin-bottom: 30px;
    margin-bottom: 8vw;
	
  position: relative;
  left: -0%;
  float: none;
  padding-left: 0px;
  padding-top: 0px;
  }
  .header__glnav li:first-child {
    padding-left: 0;
  }
  .header__glnav li:nth-child(1) a {
    background: url("../img/common/hd_nav_story.png") no-repeat center center;
    background-size: auto 100%;
  }
  .header__glnav li:nth-child(2) a {
    background: url("../img/common/hd_nav_system.png") no-repeat center center;
    background-size: auto 100%;
  }
  .header__glnav li:nth-child(3) a {
    background: url("../img/common/hd_nav_character.png") no-repeat center center;
    background-size: auto 100%;
  }
  /*.header__glnav li:nth-child(4) a {*/
  /*  background: url("../img/common/hd_nav_news.png") no-repeat center center;*/
  /*  background-size: auto 100%;*/
  /*}*/
  .header__glnav li:nth-child(4) a {
    background: url("../img/common/hd_nav_special.png") no-repeat center center;
    background-size: auto 100%;
  }
  .header__glnav li:nth-child(5) a {
    background: url("../img/common/hd_nav_twitter2.png") no-repeat center center;
    background-size: auto 100%;
  }
  .header__glnav a {
    line-height: 1.0em;
    vertical-align: top;
    display: block;
    height: 14px;
    height: 3.73333vw;
    padding: 0 10px;
    padding: 0 2.66667vw;
  }
  .header__glnav a img {
    visibility: hidden;
  }
  .header__btnHam {
    position: fixed;
    right: 0;
    top: 14.5px;
    top: 3.86667vw;
    margin-top: 40px;
    margin-top: 10.66667vw;
    display: block;
    z-index: 50;
    background: url("../img/common/hd_btn_ham_close.png") no-repeat center top;
    background-size: cover;
  }
  .header__btnHam img {
    width: 59px;
    width: 15.73333vw;
    height: auto;
  }
  .container {
    width: 100%;
    min-width: 93.75%;
    padding-top: 24px;
    padding-top: 6.4vw;
    padding-bottom: 0;
  }
  .bg_leafL {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    height: 75px;
    height: 20vw;
  }
  .bg_leafL img {
    height: 100%;
    width: auto;
  }
  .bg_leafR {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 0;
    height: 75px;
    height: 20vw;
  }
  .bg_leafR img {
    height: 100%;
    width: auto;
  }
  .footer {
    width: 100%;
    min-width: 93.75%;
    background-color: #ffffff;
    position: relative;
  }
  .footer:before {
    content: '';
    display: block;
    background: url("../img/common/ft_bg_l_sp.png") no-repeat center top;
    width: 41px;
    width: 10.93333vw;
    height: 63.5px;
    height: 16.93333vw;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1;
    background-size: 100% 100%;
  }
  .footer:after {
    content: '';
    display: block;
    background: url("../img/common/ft_bg_r_sp.png") no-repeat center top;
    width: 84.5px;
    width: 22.53333vw;
    height: 206.5px;
    height: 55.06667vw;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    background-size: 100% 100%;
  }
  .footer__inner {
    width: 88%;
    margin: 0 auto;
    position: relative;
    zoom: 1;
    padding: 24px 0 60px 0;
    padding: 6.4vw 0 16vw 0;
  }
  .footer__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .footer__bg {
    background: url("../img/common/ft_bg.png") repeat-x center top;
    width: 100%;
    height: 49px;
    height: 13.06667vw;
    position: absolute;
    top: -49px;
    top: -13.06667vw;
    left: 0;
    z-index: 0;
    background-size: 100% 100%;
  }
  .footer__specs {
    display: block;
    width: 84%;
    margin: 0 auto 27px auto;
    margin: 0 auto 7.2vw auto;
  }
  .footer__specs__logo {
    display: block;
    text-align: center;
  }
  .footer__specs__logo img {
    width: 88%;
    height: auto;
  }
  .footer__specs__detail {
    display: none;
  }
  .footer__banners {
    text-align: center;
    margin-bottom: 14px;
    margin-bottom: 3.73333vw;
  }
  .footer__banners ul {
    letter-spacing: 0;
    font-size: 0;
  }
  .footer__banners li {
    letter-spacing: normal;
    font-size: medium;
    display: inline-block;
    margin: 0 5px;
    margin: 0 1.33333vw;
  }
  .footer__banners img {
    height: 31px;
    height: 8.26667vw;
    width: auto;
  }
  .footer__specsSp {
    display: block;
    color: #6E4234;
    text-align: center;
    font-size: 11px;
    font-size: 2.93333vw;
    line-height: 1.54em;
    margin-bottom: 40px;
    margin-bottom: 10.66667vw;
  }
  .footer__links {
    margin-left: 50px;
    margin-left: 13.33333vw;
    zoom: 1;
  }
  .footer__links:after {
    content: "";
    clear: both;
    display: block;
  }
  .footer__links ul {
    letter-spacing: 0;
    font-size: 0;
    float: none;
    width: 80%;
  }
  .footer__links li {
    letter-spacing: .02em;
    display: inline-block;
    margin: 0 25px 0 0;
    margin: 0 6.66667vw 0 0;
    font-size: 10px;
    font-size: 2.66667vw;
    color: #6E4234;
    line-height: 1.8em;
  }
  .footer__links__copyright {
    float: none;
    font-size: 10px;
    font-size: 2.66667vw;
    color: #6E4234;
    letter-spacing: .05em;
    margin-left: 0;
    transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    transform: scale(0.8);
  }
  .footer__btnPagetop {
    position: absolute;
    right: 30px;
    right: 8vw;
    bottom: 16px;
    bottom: 4.26667vw;
    z-index: 2;
  }
  .footer__btnPagetop img {
    width: 36px;
    width: 9.6vw;
    height: auto;
  }
  #modal {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    display: none;
  }
  .modal__wrap {
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .modal__inner {
    display: table;
    width: 100%;
    height: 100%;
  }
  .modal__block {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .header__inner {
    display: block!important;
    opacity: 1!important;
  }
}

@media screen and (max-width: 768px) and (max-width: 375px) {
  .header__inner {
    transform: scale(1);
  }
  .header__inner:before {
    transform: scale(1);
  }
}

@media screen and (max-width: 768px) and (max-width: 320px) {
  .header__inner {
    transform: scale(1);
  }
  .header__inner:before {
    transform: scale(1);
  }
}
