@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,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
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,
dialog,
figure,
footer,
header,
nav,
section {
  display: block;
}
ul,
ol {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
a:focus {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
select {
  vertical-align: middle;
}
img {
  vertical-align: middle;
}
html,
body {
  width: 100%;
  min-width: 960px;
  height: 100%;
}
body {
  color: #713317;
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", Osaka, "MS PGothic", arial, helvetica, sans-serif;
  text-shadow: 0 0 4px #fff;
  letter-spacing: 0.05em;
}
.wrap {
  position: relative;
  background: url("../images/common/bg.png") no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  overflow: hidden;
}
.wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/common/grid.png");
  mix-blend-mode: overlay;
}
.pageTop {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 60px;
  right: 60px;
  border-radius: 50%;
  background-color: #f28808;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.15);
  cursor: pointer;
  opacity: 0.6;
  transform: translateY(120px);
  transition: opacity 150ms linear, transform 500ms ease-out;
}
.pageTop:hover {
  opacity: 1;
}
.pageTop.show {
  transform: translateY(0);
}
.pageTop:before {
  content: "";
  position: absolute;
  bottom: 19px;
  left: 15px;
  border: solid 15px transparent;
  border-bottom: solid 26px #fff;
}
.new {
  position: relative;
  text-decoration: none;
  overflow: hidden;
}
.new:after {
  content: "NEW";
  position: absolute;
  top: 10px;
  left: -45px;
  padding: 5px 50px;
  background-color: #f28808;
  color: #fff;
  letter-spacing: 0.2em;
  transform: rotate(-45deg);
  animation: new 700ms linear infinite alternate;
}
.icon-title::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 21px;
  margin-top: -2px;
  margin-right: 10px;
  background: url("../images/common/icon-head-secondary.png") no-repeat;
  vertical-align: middle;
}
.header {
  width: 100%;
  height: 50px;
  position: relative;
  z-index: 10;
  margin-bottom: 50px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  background-color: #fff;
}
.header::before,
.header::after {
  content: "";
  display: block;
  width: 152px;
  height: 68px;
  position: absolute;
  top: 5px;
}
.header::before {
  left: 0;
  background: url("../images/common/header-left.png") no-repeat;
}
.header::after {
  right: 0;
  background: url("../images/common/header-right.png") no-repeat;
}
@media (max-width: 1200px) {
  .header::before,
  .header::after {
    content: none;
  }
}
.nav {
  width: 960px;
  height: 50px;
  margin: 0 auto;
}
.gNav {
  width: 100%;
  position: relative;
  padding-top: 5px;
  overflow: hidden;
}
.gNav::after {
  content: "";
  display: block;
  clear: both;
}
.gNav > li {
  float: left;
  width: 14.285%;
  position: relative;
  text-align: center;
}
.gNav > li:last-child {
  width: 14.29%;
}
.gNav > li.current {
  background: url("../images/common/gnav_current.png") center center no-repeat;
}
.gNav > li::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  top: -10px;
  left: 0;
  background-color: #713317;
  transition: top 150ms linear;
}
.gNav > li:hover::after,
.gNav > li.current::after {
  top: -5px;
}
.gNav > li:first-child > a {
  border-left: solid 1px #713317;
}
.gNav > li > a {
  display: block;
  width: 100%;
  height: 45px;
  border-right: solid 1px #713317;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: 100%;
  white-space: nowrap;
  text-decoration: none;
  box-sizing: border-box;
  overflow: hidden;
}
.gNav > li > a.top {
  background-image: url("../images/common/gnav_top.png");
}
.gNav > li > a.concept {
  background-image: url("../images/common/gnav_concept.png");
}
.gNav > li > a.story {
  background-image: url("../images/common/gnav_story.png");
}
.gNav > li > a.char {
  background-image: url("../images/common/gnav_character.png");
}
.gNav > li > a.graphic {
  background-image: url("../images/common/gnav_graphic.png");
}
.gNav > li > a.special {
  background-image: url("../images/common/gnav_special.png");
}
.gNav > li > a.spec {
  background-image: url("../images/common/gnav_spec.png");
}
.gNav > .disabled {
  position: relative;
}
.gNav > .disabled::before {
  content: "準備中";
  display: block;
  width: 100%;
  height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0,0,0,0.6);
  color: #ddd;
  font-size: 14px;
  text-align: center;
  line-height: 45px;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}
.gNav > .disabled:hover::after {
  top: -10px;
}
.footer {
  width: 100%;
  position: relative;
  padding-bottom: 25px;
  box-shadow: 0 0 5px rgba(0,0,0,0.25);
  background: #fff url("../images/common/footer-loop.png") left bottom repeat-x;
}
.footer::after {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: -5px;
  background-color: #fff;
}
.footerInner {
  width: 960px;
  margin: 0 auto;
  padding: 10px 0 35px;
  background: url("../images/common/footer-bg.png") right bottom no-repeat;
}
.footer__logo {
  display: inline-block;
  width: 200px;
  margin: 0px 20px 20px -10px;
  vertical-align: middle;
}
.footer__logo a {
  opacity: 1;
  transition: opacity 150ms linear;
}
.footer__logo a:hover {
  opacity: 0.6;
}
.footer__logo img {
  width: 100%;
  height: auto;
}
.footer__share {
  display: inline-block;
  margin-top: 45px;
  vertical-align: middle;
}
.footer__content {
  position: relative;
}
#social::after {
  content: "";
  display: block;
  clear: both;
}
#social > li {
  float: left;
  width: 32px;
  height: 32px;
}
#social > li + li {
  margin-left: 5px;
}
#social > li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  text-decoration: none;
  overflow: hidden;
  opacity: 1;
  transition: opacity 150ms linear;
}
#social > li a:hover {
  opacity: 0.6;
}
#social > li a:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 20px;
  font-family: FontAwesome;
  line-height: 32px;
  text-indent: 0;
  color: #fff;
}
#twitter a {
  background-color: #00b0ed;
}
#facebook a {
  background-color: #3b579d;
}
#gglplus a {
  background-color: #df4a32;
}
#line a {
  background: #00c300 url("../images/common/btn_line.png") no-repeat;
  background-size: 31px;
}
#twitter a:after {
  content: "\f099";
}
#facebook a:after {
  content: "\f09a";
}
#gglplus a:after {
  content: "\f0d5";
}
.infoBottom {
  width: 860px;
  line-height: 2.2;
}
.infoBottom tbody {
  float: left;
  width: 50%;
}
.infoBottom tbody:last-child {
  overflow: hidden;
}
.infoBottom th,
.infoBottom td {
  text-align: left;
  vertical-align: top;
}
.infoBottom th {
  width: 7em;
  font-weight: normal;
}
.brand {
  position: absolute;
  bottom: 0;
  right: 0;
}
.brand a {
  opacity: 1;
  transition: opacity 150ms linear;
}
.brand a:hover {
  opacity: 0.6;
}
.copyright {
  margin-top: 5px;
  color: #aaa;
  font-size: 10px;
}
.main {
  position: relative;
}
.content {
  width: 960px;
  margin: 0 auto 100px;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 1px 1px 6px rgba(0,0,0,0.25);
  background-color: rgba(255,255,255,0.8);
  box-sizing: border-box;
}
@keyframes new {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.4;
  }
}
