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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

*, *:before, *:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  background-color: #e90000;
  backface-visibility: hidden;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14pt;
  line-height: 1.618;
  -webkit-text-size-adjust: auto;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

iframe {
  max-width: 100%;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.m-inner {
  margin: 0 20px;
  position: relative;
}

.googlecode {
  position: fixed;
  left: 0px;
  top: -500px;
  z-index: 0;
}

.italic {
  font-style: italic;
  font-weight: bold;
}

main {
  margin: 0 auto;
  width: 640px;
}

#visual {
  position: relative;
  width: 100%;
  height: 780px;
  background: url(../images/mv.png) center top no-repeat;
}
#visual h1 {
  position: absolute;
  left: 135px;
  top: 545px;
  z-index: 0;
}

#movie {
  position: relative;
  width: 100%;
  margin: 0 0 25px 0;
}
#movie h2 {
  margin: 0 0 10px 0;
}
#movie ul {
  letter-spacing: -0.4em;
  text-align: center;
}
#movie li {
  display: inline-block;
  letter-spacing: normal;
}

#sns {
  margin: 0 auto 20px auto;
}
#sns ul {
  letter-spacing: -0.4em;
  text-align: center;
}
#sns li {
  display: inline-block;
  letter-spacing: normal;
  margin: 0 12px;
}

#news {
  position: relative;
  width: 100%;
  margin: 0 0 40px 0;
  font-size: 18px;
}
#news h2 {
  margin: 0 0 10px 0;
}
#news .news_block {
  background: url(../images/news_bg.png) center top no-repeat;
  width: 100%;
  height: 160px;
  padding: 25px 0 0 0;
}
#news .news_block li {
  margin: 0 10px 0 30px;
}
#news a {
  color: #FFF;
  text-decoration: none;
}

#banner1 {
  text-align: center;
  margin: 0 0 40px 0;
}
#banner1 li {
  display: inline-block;
}

#footer {
  position: relative;
  width: 100%;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 20px 0 10px 0;
  zoom: 1;
}
#footer:after {
  clear: both;
  display: block;
  content: "";
}
#footer .logo-l {
  width: 240px;
  float: left;
  margin: 0 0 0 15px;
}
#footer ul {
  float: right;
  width: 350px;
  margin: 0 15px 0 0;
}
#footer li {
  display: block;
  margin: 0 0 15px 0;
  padding: 5px 0 0 0;
}
#footer .copyright {
  font-size: 10pt;
  line-height: 1.4em;
  text-align: left;
  margin: 0 15px;
  clear: both;
  padding: 0 0 10px 0;
}

.social {
  width: 520px;
  margin: 0 auto 10px;
  position: relative;
  zoom: 1;
}
.social:after {
  clear: both;
  display: block;
  content: "";
}
.social .social-box {
  zoom: 1;
}
.social .social-box:after {
  clear: both;
  display: block;
  content: "";
}
.social ul {
  float: right;
}
.social li {
  text-align: center;
  display: inline-block;
  margin: 0 10px;
}
.social li a {
  display: block;
}
.social .tw a {
  display: block;
}
.social .fb a {
  margin: 0 auto;
}
.social .line a {
  margin: 0 auto;
}
.social .share-total {
  zoom: 1;
  background-color: #fff;
  width: 212px;
  position: absolute;
  left: 20px;
  top: 53px;
  z-index: 0;
  display: none;
}
.social .share-total:after {
  clear: both;
  display: block;
  content: "";
}
.social .share-total a {
  color: #000;
}
.social .share-tw, .social .share-fb {
  zoom: 1;
  margin: 0 0 0 20px;
}
.social .share-tw:after, .social .share-fb:after {
  clear: both;
  display: block;
  content: "";
}
.social .share-tw span, .social .share-fb span {
  display: inline-block;
}
.social .share-tw .icon, .social .share-fb .icon {
  width: 95px;
}
.social .share-tw .num, .social .share-fb .num {
  text-align: right;
  width: 80px;
}
.social .share {
  width: 224px;
  height: 53px;
  float: left;
  cursor: pointer;
  margin-left: 20px;
  background: url(../images/sns_bg_total.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.social .share .icon {
  display: block;
  float: left;
  width: 100px;
  margin: 8px 0 0 7px;
}
.social .share .num {
  display: block;
  float: right;
  width: 100px;
  margin: 0 50px 0 0;
  color: #000000;
  font-size: 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700italic;
  font-style: italic;
  letter-spacing: 2px;
  text-align: right;
  line-height: 53px;
}
.social .snsCount {
  width: 600px;
  margin: 0 auto;
  background-color: #000;
  font-size: 26px;
  color: #FFF;
  display: none;
}
.social .snsCount p {
  border-bottom: #FFF solid 1px;
}
.social .snsCount a {
  color: #FFF;
}
.social .snsCount span {
  display: inline-block;
}
.social .snsCount .cap {
  width: 400px;
}
.social .snsCount .num {
  font-size: 30px;
}

#intro {
  width: 640px;
  height: 100%;
  position: fixed;
  z-index: 1000;
  background-color: #e90000;
  margin: 0 auto;
}
#intro .intro_block {
  position: relative;
  width: 100%;
  height: 100%;
}
#intro .i1 {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -177px 0 0 -137px;
  opacity: 0;
}
#intro .i2 {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 100px 0 0 -176px;
  opacity: 0;
}

section {
  position: relative;
}

#whats {
  background: url(../images/bg_1.jpg) 0 0 no-repeat;
  height: 1420px;
}
#whats h2 {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
}
#whats .whats__title {
  position: absolute;
  left: 20px;
  top: 510px;
  z-index: 0;
}
#whats .whats__txt {
  position: absolute;
  left: 90px;
  top: 680px;
  z-index: 0;
  font-size: 14pt;
  line-height: 1.6;
  width: 460px;
}

#staff {
  background: url(../images/bg_2.jpg) 0 0 no-repeat;
  height: 2920px;
}
#staff h2 {
  position: absolute;
  left: 15px;
  top: -10px;
  z-index: 0;
}
#staff h3 {
  position: absolute;
  left: 0px;
  top: 250px;
  z-index: 0;
}
#staff ul.staff__list {
  position: relative;
}
#staff ul.staff__list li:nth-child(1) {
  position: absolute;
  left: 100px;
  top: 395px;
  z-index: 0;
}
#staff ul.staff__list li:nth-child(2) {
  position: absolute;
  left: 170px;
  top: 535px;
  z-index: 0;
}
#staff ul.staff__list li:nth-child(3) {
  position: absolute;
  left: 25px;
  top: 745px;
  z-index: 0;
}
#staff ul.staff__ss {
  position: relative;
}
#staff ul.staff__ss li:nth-child(1) {
  position: absolute;
  left: 30px;
  top: 995px;
  z-index: 0;
}
#staff ul.staff__ss li:nth-child(2) {
  position: absolute;
  left: 155px;
  top: 1285px;
  z-index: 0;
}
#staff ul.staff__ss li:nth-child(3) {
  position: absolute;
  left: 20px;
  top: 1530px;
  z-index: 0;
}
#staff .staff__dungeon {
  position: absolute;
  left: 25px;
  top: 1965px;
  z-index: 0;
}
#staff .staff__sound {
  position: absolute;
  left: 140px;
  top: 2390px;
  z-index: 0;
}

#concept {
  background: url(../images/bg_3.jpg), url(../images/bg_4.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: 0 0, 0 1688px;
  height: 3458px;
}
#concept h2 {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
}
#concept .concept__title {
  position: absolute;
  left: 100px;
  top: 240px;
  z-index: 0;
}
#concept .concept__txt {
  position: absolute;
  left: 100px;
  top: 410px;
  z-index: 0;
  font-size: 14pt;
}
#concept .concept__txt .l2 {
  margin-left: 20px;
}
#concept .concept__txt .l3 {
  margin-left: 35px;
}
#concept .concept__txt .l4 {
  margin-left: 50px;
}
#concept .concept__txt .l5 {
  margin-left: 65px;
}
#concept .concept__txt .l6 {
  margin-left: 80px;
}
#concept .concept__txt .l7 {
  margin-left: 95px;
}
#concept .concept__txt .l8 {
  margin-left: 110px;
}
#concept .concept__txt .l9 {
  margin-left: 125px;
}
#concept .concept__txt .l10 {
  margin-left: 140px;
}
#concept .concept__hero {
  position: absolute;
  left: 25px;
  top: 1775px;
  z-index: 0;
}
#concept .concept__hero__txt {
  position: absolute;
  left: 70px;
  top: 1970px;
  z-index: 0;
  width: 300px;
  font-size: 13pt;
  line-height: 1.6em;
}
#concept .concept__persona {
  position: absolute;
  left: 250px;
  top: 2750px;
  z-index: 0;
}
#concept .concept__persona__txt {
  position: absolute;
  left: 275px;
  top: 2970px;
  z-index: 0;
  width: 300px;
  font-size: 14pt;
  line-height: 1.8em;
}

#stage {
  background: url(../images/bg_5.jpg) 0 0 no-repeat;
  height: 1930px;
}
#stage h2 {
  position: absolute;
  left: 30px;
  top: 5px;
  z-index: 0;
}
#stage .stage__txt {
  position: absolute;
  left: 120px;
  top: 745px;
  z-index: 0;
  width: 420px;
  font-size: 14pt;
  line-height: 1.6em;
}

#spec {
  background: url(../images/bg_6.jpg) 0 0 no-repeat;
  height: 910px;
}
#spec h2 {
  position: absolute;
  left: 15px;
  top: -50px;
  z-index: 0;
}
#spec .spec__logo {
  position: absolute;
  left: 155px;
  top: 285px;
  z-index: 0;
}
#spec .spec__benefit {
  position: absolute;
  left: 60px;
  top: 860px;
  z-index: 0;
}
#spec .spec__button {
  position: absolute;
  left: 135px;
  top: 1460px;
  z-index: 0;
}
#spec ul {
  position: absolute;
  left: 205px;
  top: 565px;
  z-index: 0;
  font-size: 11pt;
}
#spec ul .opposite {
  color: #fff;
}
#spec ul li {
  margin-top: 11px;
}

#bottom {
  margin: 0 auto 30px;
  width: 90%;
  text-align: right;
}
#bottom li {
  display: inline-block;
}
#bottom li a {
  display: block;
}
#bottom:first-child img {
  vertical-align: middle;
}
#bottom li + li {
  margin-left: 50px;
}
