@charset "UTF-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

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

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/*---clearFix ------------------*/
/** overflow:hiddenを使用しないclearfix  extendをして使用 */
.clearfix:after {
  content: url("data:image/gif;base64,R0lGODlhZAAUAIAAAAD//wAAACH5BAEAAAAALAAAAABkABQAAAIshI+py+0Po5y02ouz3rz7D4biSJbmiabqyrbuC8fyTNf2jef6zvf+DwwKZwUAOw==");
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
  zoom: 100%;
}

.clearfix {
  display: block;
}

@font-face {
  font-family: "snsicon";
  src: url("/assets/fonts/snsicon/snsicon.eot");
  src: url("/assets/fonts/snsicon/snsicon.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/snsicon/snsicon.ttf") format("truetype"), url("/assets/fonts/snsicon/snsicon.svg#snsicon") format("svg"), url("/assets/fonts/snsicon/snsicon.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "snsicon" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="sns-"]:before,
[class*=" sns-"]:before {
  font-family: "snsicon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sns-twitter-2:before {
  font-family: "snsicon";
  content: "t";
}

.sns-facebook-square1:before {
  content: "f";
  font-family: "snsicon";
}

.sns-twitter-1:before {
  content: "T";
  font-family: "snsicon";
}

.sns-facebook-square2:before {
  content: "F";
  font-family: "snsicon";
}

.sns-facebook-square3:before {
  content: "s";
  font-family: "snsicon";
}

.sns-tyo:before {
  content: "a";
  font-family: "snsicon";
}

.sns-op-arrow-right:before {
  content: "b";
  font-family: "snsicon";
}

.sns-cross:before {
  content: "c";
  font-family: "snsicon";
}

.sns-op-arrow-down:before {
  content: "d";
  font-family: "snsicon";
}

.sns-op-arrow-left:before {
  content: "e";
  font-family: "snsicon";
}

.sns-plus:before {
  content: "g";
  font-family: "snsicon";
}

.sns-plus-1:before {
  content: "h";
  font-family: "snsicon";
}

.sns-facebook:before {
  content: "i";
  font-family: "snsicon";
}

.sns-op-arrow-right2:before {
  content: "j";
  font-family: "snsicon";
}

.sns-line:before {
  content: "k";
  font-family: "snsicon";
}

.sns-play-circle:before {
  content: "l";
  font-family: "snsicon";
}

.sns-attention:before {
  content: "m";
  font-family: "snsicon";
}

body, select, input, textarea {
  color: #000;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", YuGothic, "游ゴシック", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

a {
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
  cursor: pointer;
}

a:active, a:focus {
  outline: none;
}

@media only screen and (max-width: 768px) {
  /* Style adjustments for viewports 768px and under go here */
  h1, h2, h3, h4, h5, h6 {
    margin: 0;
    letter-spacing: 0.04rem;
  }
  li {
    list-style-type: none;
  }
  ul {
    padding: 0;
  }
  p {
    margin: 0;
    letter-spacing: 0.04rem;
  }
  .pc {
    display: none !important;
  }
  .invisible {
    pointer-events: none;
    display: none;
    opacity: 0;
  }
  /*------------------------------
foot
------------------------------*/
  footer {
    background: #000;
    width: 100%;
    text-align: center;
    padding: 5.2083333333% 0;
  }
  footer .footer-link {
    margin-bottom: 5.2083333333%;
  }
  footer .footer-link a {
    display: inline-block;
    color: #FFF;
    margin: 0 3.90625%;
    -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
  }
  footer .footer-link a:hover {
    opacity: 0.8;
  }
  footer p {
    color: #FFF;
    line-height: 1;
    margin: 0 auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

@media only screen and (min-width: 769px) {
  /* Style adjustments for viewports 769px and over go here */
  h1, h2, h3, h4, h5, h6 {
    margin: 0;
    letter-spacing: 0.04rem;
  }
  li {
    list-style-type: none;
  }
  ul {
    padding: 0;
  }
  p {
    margin: 0;
    letter-spacing: 0.04rem;
  }
  iframe {
    border: 0;
  }
  .sp {
    display: none !important;
  }
  .invisible {
    pointer-events: none;
    display: none;
    opacity: 0;
  }
  /*------------------------------

------------------------------*/
  /*------------------------------
foot
------------------------------*/
  footer {
    background: #000;
    width: 100%;
    text-align: center;
    padding: 37px 0;
  }
  footer .footer-link {
    margin-bottom: 40px;
  }
  footer .footer-link a {
    display: inline-block;
    color: #FFF;
    font-size: 12px;
    margin: 0 23px;
    -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
  }
  footer .footer-link a:hover {
    opacity: 0.8;
  }
  footer p {
    color: #FFF;
    font-size: 12px;
    line-height: 1;
    margin: 0 auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

@media print {
  /* Style adjustments for print go here */
}

@media all and (max-width: 768px) {
  /*------------------------------
Main Area
------------------------------*/
  #main {
    background: #000;
    width: 100%;
    background: url("../../../assets/images/mainvisual.jpg") center center no-repeat;
    background-size: cover;
  }
  #main .inner {
    max-width: 1280px;
    width: 100%;
    position: relative;
    text-align: center;
    line-height: 0;
    padding-bottom: 2.8125%;
    margin: 0 auto;
  }
  #main .title1 {
    width: 49.4791666667%;
    max-width: 380px;
    padding-top: 7.5520833333%;
  }
  #main h1 {
    width: 61.1979166667%;
    max-width: 470px;
    margin: 9.6354166667% auto 0;
  }
  #main h1 img {
    width: 100%;
  }
  #main .title2 {
    width: 40.234375%;
    max-width: 309px;
    margin: 7.03125% auto 0;
  }
  #main .store-area p {
    color: #FFF;
  }
  #main .tweet-button {
    position: absolute;
    right: 6.5104166667%;
    bottom: 20px;
    display: block;
    width: 9.1145833333%;
  }
  #main .tweet-button img {
    width: 100%;
  }
  .store-area {
    margin: 6.5104166667% auto 0;
    width: 70.3125%;
    white-space: nowrap;
    font-size: 0;
  }
  .store-area a {
    display: inline-block;
    width: 46.2962962963%;
    -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
  }
  .store-area a img {
    width: 100%;
  }
  .store-area a:hover {
    opacity: 0.7;
  }
  .store-area .appstore {
    margin-right: 7.037037037%;
  }
  .store-area p {
    text-align: center;
    line-height: 1;
    margin-top: 9.2592592593%;
  }
}

@media all and (max-width: 768px) and (max-width: 420px) {
  .store-area p {
    font-size: 11.1111111111px;
    font-size: 3.125vw;
  }
}

@media all and (max-width: 768px) and (min-width: 421px) {
  .store-area p {
    font-size: 12.5px;
    font-size: 3.125vw;
  }
}

@media all and (max-width: 768px) and (min-width: 601px) {
  .store-area p {
    font-size: 16.6666666667px;
    font-size: 3.125vw;
  }
}

@media all and (max-width: 768px) {
  /*------------------------------
Navi Area
------------------------------*/
  #navi-area {
    background: #F4F1F0;
    width: 100%;
  }
  #navi-area nav {
    margin: 0 auto;
  }
  #navi-area nav ul {
    margin: 0;
    text-align: center;
  }
  #navi-area nav ul li {
    display: inline-block;
    margin: 0;
    width: 28%;
  }
  #navi-area nav ul li a {
    display: block;
    color: #EE7447;
    font-weight: bold;
    padding: 10% 0;
    -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
  }
}

@media all and (max-width: 768px) and (max-width: 420px) {
  #navi-area nav ul li a {
    font-size: 11.1111111111px;
    font-size: 3.125vw;
  }
}

@media all and (max-width: 768px) and (min-width: 421px) {
  #navi-area nav ul li a {
    font-size: 12.5px;
    font-size: 3.125vw;
  }
}

@media all and (max-width: 768px) and (min-width: 601px) {
  #navi-area nav ul li a {
    font-size: 16.6666666667px;
    font-size: 3.125vw;
  }
}

@media all and (max-width: 768px) {
  #navi-area nav ul li a:hover {
    color: #000;
  }
  #navi-area .caution {
    background: #000;
    padding: 5.2083333333% 0;
  }
  #navi-area .caution p {
    color: #FFF;
  }
    .top_caution{
        color: #FFF;
        font-weight: bold;
        text-align: center;
    }
}

@media all and (max-width: 768px) and (max-width: 420px) {
  #navi-area .caution p {
    font-size: 11.1111111111px;
    font-size: 2.125vw;
  }
    #navi-area .caution p span{
        font-weight: bold;
        font-size: 13.111111px;
        font-size: 3.8vw; 
    }
    .top_caution{
        font-size: 11.1111111111px;
        font-size: 3.125vw;
    }
}

@media all and (max-width: 768px) and (min-width: 421px) {
  #navi-area .caution p {
    font-size: 12.5px;
    font-size: 3.125vw;
  }
    #navi-area .caution p span{
        font-weight: bold;
        font-size: 14.5px;
        font-size: 3.5vw;
    }
    .top_caution{
        font-size: 12.5px;
        font-size: 3.125vw;
    }
}

@media all and (max-width: 768px) and (min-width: 601px) {
  #navi-area .caution p {
    font-size: 16.6666666667px;
    font-size: 3.125vw;
  }
    #navi-area .caution p span{
        font-weight: bold;
        font-size: 20.666667px;
        font-size: 3.5vw; 
    }
    .top_caution{
        font-size: 16.6666666667px;
        font-size: 3.125vw;
    }
}

@media all and (max-width: 768px) {
  #contents {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  #contents .rectangle {
    background: #FF7014;
    max-width: 300px;
    width: 26.0416666667%;
    height: 0;
    left: 0;
    top: 10%;
    padding-top: 65.1041666667%;
  }
  #contents .rectangle,
  #contents .left,
  #contents .right {
    position: absolute;
    -webkit-transition: all 1200ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 1200ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
  }
  #contents .left {
    left: 0;
    width: 20%;
    top: 32px;
  }
  #contents .right {
    bottom: 12%;
    right: 0;
    width: 20%;
  }
  /*------------------------------
Section
------------------------------*/
  section {
    width: 100%;
    position: relative;
  }
  section h2 {
    text-align: center;
    margin: 0 auto 7.8125%;
    padding-top: 7.8125%;
    line-height: 1;
    text-shadow: 2px 2px 0 #FF7014;
  }
}

@media all and (max-width: 768px) and (max-width: 420px) {
  section h2 {
    font-size: 20px;
    font-size: 5.625vw;
  }
}

@media all and (max-width: 768px) and (min-width: 421px) {
  section h2 {
    font-size: 22.5px;
    font-size: 5.625vw;
  }
}

@media all and (max-width: 768px) and (min-width: 601px) {
  section h2 {
    font-size: 30px;
    font-size: 5.625vw;
  }
}

@media all and (max-width: 768px) {
  /*------------------------------
video
------------------------------*/
  section.notice-area {
    padding-bottom: 14.3229166667%;
    z-index: 1;
  }
  section.notice-area .tab-area {
    text-align: center;
  }
  section.notice-area .tab-area a {
    display: inline-block;
    width: 23.4375%;
    margin: 0 2.6041666667%;
    border-bottom: transparent 4px solid;
    -webkit-transition: all 340ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 340ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
  }
  section.notice-area .tab-area a p {
    color: #000;
    padding: 2.0833333333% 0;
    -webkit-transition: all 340ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 340ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
  }
}

@media all and (max-width: 768px) and (max-width: 420px) {
  section.notice-area .tab-area a p {
    font-size: 11.1111111111px;
    font-size: 3.125vw;
  }
}

@media all and (max-width: 768px) and (min-width: 421px) {
  section.notice-area .tab-area a p {
    font-size: 12.5px;
    font-size: 3.125vw;
  }
}

@media all and (max-width: 768px) and (min-width: 601px) {
  section.notice-area .tab-area a p {
    font-size: 16.6666666667px;
    font-size: 3.125vw;
  }
}

@media all and (max-width: 768px) {
  section.notice-area .tab-area a.active {
    border-bottom: #FF7014 4px solid;
  }
  section.notice-area .tab-area a.active p {
    color: #FF7014;
  }
  section.notice-area .tab-area a:hover p {
    color: #FF7014;
  }
  section.notice-area .video-area {
    position: relative;
    line-height: 0;
    display: block;
    width: 83.3984375%;
    margin: 0 auto;
    max-width: 854px;
    height: 0;
    padding-top: 46.875%;
    -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
  }
  section.notice-area .video-area .video-target {
    width: 100%;
  }
  section.notice-area .video-area .video-button {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }
  section.notice-area .video-area iframe {
    box-shadow: 6px 6px 0 #FF7014;
    position: absolute;
    top: 0;
    height: 100%;
  }
  section.notice-area .video-area .thumb {
    width: 100%;
    box-shadow: 6px 6px 0 #FF7014;
  }
  section.notice-area .video-area .play {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 11.2412177986%;
    max-width: 96px;
    -webkit-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1) 0ms;
    /* older webkit */
    -webkit-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms;
    transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms;
    /* easeOutBack */
  }
  section.notice-area .video-area:hover .play {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  section.notice-area .note {
    text-align: center;
    line-height: 1.4;
    margin-top: 6.5104166667%;
  }
}

@media all and (max-width: 768px) and (max-width: 420px) {
  section.notice-area .note {
    font-size: 8.8888888889px;
    font-size: 2.5vw;
  }
}

@media all and (max-width: 768px) and (min-width: 421px) {
  section.notice-area .note {
    font-size: 10px;
    font-size: 2.5vw;
  }
}

@media all and (max-width: 768px) and (min-width: 601px) {
  section.notice-area .note {
    font-size: 13.3333333333px;
    font-size: 2.5vw;
  }
}

@media all and (max-width: 768px) {
  /*------------------------------
Story
------------------------------*/
  section#story {
    background: #F4F1F0;
    padding-bottom: 12.3697916667%;
    border-top: #979797 1px solid;
    border-bottom: #979797 1px solid;
  }
  section#story h2 {
    padding-top: 13.0208333333%;
  }
  section#story > p {
    text-align: center;
    font-weight: bold;
    position: relative;
    z-index: 2;
  }
}

@media all and (max-width: 768px) and (max-width: 420px) {
  section#story > p {
    font-size: 11.1111111111px;
    font-size: 3.125vw;
  }
}

@media all and (max-width: 768px) and (min-width: 421px) {
  section#story > p {
    font-size: 12.5px;
    font-size: 3.125vw;
  }
}

@media all and (max-width: 768px) and (min-width: 601px) {
  section#story > p {
    font-size: 16.6666666667px;
    font-size: 3.125vw;
  }
}

@media all and (max-width: 768px) {
  section#story .cross-area {
    margin-bottom: 4.5572916667%;
  }
  section .story-area {
    margin: 0 auto 7.8125%;
    text-align: left;
    width: 78.125%;
    position: relative;
    z-index: 3;
  }
  section .story-area p {
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.5;
    margin-bottom: 4.5572916667%;
  }
}

@media all and (max-width: 768px) and (max-width: 420px) {
  section .story-area p {
    font-size: 11.1111111111px;
    font-size: 3.125vw;
  }
}

@media all and (max-width: 768px) and (min-width: 421px) {
  section .story-area p {
    font-size: 12.5px;
    font-size: 3.125vw;
  }
}

@media all and (max-width: 768px) and (min-width: 601px) {
  section .story-area p {
    font-size: 16.6666666667px;
    font-size: 3.125vw;
  }
}

@media all and (max-width: 768px) {
  /*------------------------------
Character
------------------------------*/
  section#character {
    background: #F8F8F8;
    padding-bottom: 17.578125%;
    border-bottom: #ccc 1px solid;
  }
  section#character h2 {
    padding-top: 14.84375%;
  }
  section#character .map {
    width: 83.3333333333%;
    margin: 0 auto 5.859375%;
    line-height: 0;
    padding-top: 65.1041666667%;
    position: relative;
    z-index: 3;
    position: relative;
    /* floor */
    /* .floor1 {
      position: relative;
      width: percentage(500px / 640px);
      margin: percentage(230px / 640px) auto percentage(60px / 640px);
    }
    .floor2 {
      position: relative;
      width: percentage(500px / 640px);
      margin: 0 auto percentage(320px / 640px);
    } */
    /* character */
    /* .character {
      width: percentage(160px / 640px);
    }
    #goast {
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
    }
    #char101 {
      right: percentage(110px / 500px);
      top: 32%;
    }
    #char102 {
      right: percentage(110px / 500px);
      top: 17%;
    }
    #char201 {
      right: percentage(110px / 500px);
      top: 69%;
    }
    #char202 {
      right: percentage(110px / 500px);
      top: 53.5%;
    }
    #owner {
      left: 20%;
      top: 85%;
    }
    #police {
      right: 20%;
      top: 85%;
    }*/
  }
  section#character .map a,
  section#character .map > div {
    line-height: 0;
    display: block;
    position: absolute;
  }
  section#character .map a img,
  section#character .map > div img {
    line-height: 0;
    display: block;
    width: 100%;
  }
  section#character .map a p,
  section#character .map > div p {
    line-height: 1.4;
    white-space: nowrap;
    text-align: center;
  }
}

@media all and (max-width: 768px) and (max-width: 420px) {
  section#character .map a p,
  section#character .map > div p {
    font-size: 10px;
    font-size: 2.8125vw;
  }
}

@media all and (max-width: 768px) and (min-width: 421px) {
  section#character .map a p,
  section#character .map > div p {
    font-size: 11.25px;
    font-size: 2.8125vw;
  }
}

@media all and (max-width: 768px) and (min-width: 601px) {
  section#character .map a p,
  section#character .map > div p {
    font-size: 15px;
    font-size: 2.8125vw;
  }
}

@media all and (max-width: 768px) {
  section#character .map a {
    position: absolute;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
  }
  section#character .map a .image-area {
    position: relative;
  }
  section#character .map a .image-area .effect {
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
  }
  section#character .map a:hover .image-area .effect, section#character .map a.active .image-area .effect {
    box-shadow: 0 0 0 3px #FF7014 inset;
  }
  section#character .map .floor1 {
    width: 38.75%;
    left: 0;
    bottom: 0;
  }
  section#character .map .floor2 {
    width: 38.75%;
    left: 40.9375%;
    bottom: 0;
  }
  section#character .map .character {
    width: 15%;
  }
  section#character .map #goast {
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 16.40625%;
  }
  section#character .map #goast p {
    left: -14%;
    position: relative;
    line-height: 2;
  }
  section#character .map #char101 {
    left: 19.53125%;
    top: 71.6%;
  }
  section#character .map #char102 {
    left: 19.53125%;
    top: 43.125%;
  }
  section#character .map #char201 {
    left: 60.3125%;
    top: 71.6%;
  }
  section#character .map #char202 {
    left: 60.3125%;
    top: 43.125%;
  }
  section#character .map #owner {
    right: 0;
    top: 43.125%;
  }
  section#character .map #police {
    right: 0;
    top: 71.6%;
  }
  section#character .info-area {
    background: #FFF;
    padding: 2.6041666667%;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    width: 78.125%;
  }
  section#character .info-area p {
    font-size: 14px;
  }
  section#character .info-area p.name {
    font-weight: bold;
  }
  section#character .info-area p.info-text {
    margin-bottom: 20px;
  }
  section#character .info-area .info {
    height: 0;
    opacity: 0;
    background: #FFF;
    -webkit-transition: opacity 0ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: opacity 0ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
  }
  section#character .info-area .info.active {
    display: block;
    opacity: 1;
    height: 100%;
    -webkit-transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
  }
  /*------------------------------
About
------------------------------*/
  section.about {
    padding-bottom: 7.8125%;
  }
  section.about h2 {
    padding-top: 14.84375%;
  }
  section.about .text-area {
    margin: 0 auto 7.8125%;
    text-align: left;
    width: 78.125%;
    position: relative;
    z-index: 3;
  }
  section.about .text-area h3 {
    font-weight: bold;
    margin-bottom: 3.6458333333%;
    text-align: center;
  }
}

@media all and (max-width: 768px) and (max-width: 420px) {
  section.about .text-area h3 {
    font-size: 11.1111111111px;
    font-size: 3.125vw;
  }
}

@media all and (max-width: 768px) and (min-width: 421px) {
  section.about .text-area h3 {
    font-size: 12.5px;
    font-size: 3.125vw;
  }
}

@media all and (max-width: 768px) and (min-width: 601px) {
  section.about .text-area h3 {
    font-size: 16.6666666667px;
    font-size: 3.125vw;
  }
}

@media all and (max-width: 768px) {
  section.about .text-area p {
    margin-bottom: 6.5104166667%;
    line-height: 1.8;
  }
}

@media all and (max-width: 768px) and (max-width: 420px) {
  section.about .text-area p {
    font-size: 11.1111111111px;
    font-size: 3.125vw;
  }
}

@media all and (max-width: 768px) and (min-width: 421px) {
  section.about .text-area p {
    font-size: 12.5px;
    font-size: 3.125vw;
  }
}

@media all and (max-width: 768px) and (min-width: 601px) {
  section.about .text-area p {
    font-size: 16.6666666667px;
    font-size: 3.125vw;
  }
}

@media all and (max-width: 768px) {
  section.about .text-area p span {
    color: #FF7014;
    display: block;
  }
  section.about .text-area p.center {
    text-align: center;
  }
  section.about .text-area p.bold {
    font-weight: bold;
  }
  section.about .text-area p.recommend {
    margin-bottom: 8.4635416667%;
  }
  section.about > img {
    max-width: 800px;
    width: 83.3333333333%;
    display: block;
    position: relative;
    z-index: 3;
    margin: 0 auto 8.4635416667%;
  }
  section.about .env {
    text-align: center;
    margin-bottom: 0;
  }
  section.about .store-area {
    margin-top: 11.71875%;
  }
  section.about .store-area {
    width: 90%;
  }
  /*------------------------------
Message
------------------------------*/
  section.message {
    background: #F4F1F0;
    padding-bottom: 11.71875%;
    border-top: #979797 1px solid;
    border-bottom: #979797 1px solid;
  }
  section.message h2 {
    margin-top: 7.8125%;
  }
  section .message-area {
    margin: 0 auto;
    text-align: left;
    width: 78.125%;
    position: relative;
    z-index: 3;
  }
  section .message-area p {
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 4.5572916667%;
  }
}

@media all and (max-width: 768px) and (max-width: 420px) {
  section .message-area p {
    font-size: 11.1111111111px;
    font-size: 3.125vw;
  }
}

@media all and (max-width: 768px) and (min-width: 421px) {
  section .message-area p {
    font-size: 12.5px;
    font-size: 3.125vw;
  }
}

@media all and (max-width: 768px) and (min-width: 601px) {
  section .message-area p {
    font-size: 16.6666666667px;
    font-size: 3.125vw;
  }
}

@media all and (max-width: 768px) {
  section .coming {
    position: relative;
    z-index: 3;
    display: block;
    margin: 7.8125% auto 0;
    max-width: 304px;
    width: 63.3333333333%;
  }
  section .contact-area {
    text-align: center;
    margin-top: 6.25%;
  }
  section .contact {
    text-align: center;
  }
}

@media all and (max-width: 768px) and (max-width: 420px) {
  section .contact {
    font-size: 11.1111111111px;
    font-size: 3.125vw;
  }
}

@media all and (max-width: 768px) and (min-width: 421px) {
  section .contact {
    font-size: 12.5px;
    font-size: 3.125vw;
  }
}

@media all and (max-width: 768px) and (min-width: 601px) {
  section .contact {
    font-size: 16.6666666667px;
    font-size: 3.125vw;
  }
}

@media all and (max-width: 768px) {
  section .contact:hover {
    color: #FF7014;
  }
  section .twitter-area {
    position: relative;
    z-index: 3;
    text-align: center;
    margin: 7.8125% auto 0;
  }
  section .twitter-area p {
    color: #000;
    margin-bottom: 3.125%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

@media all and (max-width: 768px) and (max-width: 420px) {
  section .twitter-area p {
    font-size: 11.1111111111px;
    font-size: 3.125vw;
  }
}

@media all and (max-width: 768px) and (min-width: 421px) {
  section .twitter-area p {
    font-size: 12.5px;
    font-size: 3.125vw;
  }
}

@media all and (max-width: 768px) and (min-width: 601px) {
  section .twitter-area p {
    font-size: 16.6666666667px;
    font-size: 3.125vw;
  }
}

@media all and (max-width: 768px) {
  /*------------------------------
Staff
------------------------------*/
  section.staff {
    background: #FFF;
    padding-bottom: 13.0208333333%;
    position: relative;
    z-index: 3;
  }
  section.staff h2 {
    margin-top: 7.8125%;
  }
  section.staff .member-area {
    display: table;
    width: 83.3333333333%;
    margin: 0 auto;
  }
  section.staff .member-area .group {
    display: block;
  }
  section.staff .member-area .head {
    display: inline-block;
    font-weight: bold;
    white-space: nowrap;
    width: 15.625%;
    padding: 0 4.6875% 3.75% 0;
  }
}

@media all and (max-width: 768px) and (max-width: 420px) {
  section.staff .member-area .head {
    font-size: 11.1111111111px;
    font-size: 3.125vw;
  }
}

@media all and (max-width: 768px) and (min-width: 421px) {
  section.staff .member-area .head {
    font-size: 12.5px;
    font-size: 3.125vw;
  }
}

@media all and (max-width: 768px) and (min-width: 601px) {
  section.staff .member-area .head {
    font-size: 16.6666666667px;
    font-size: 3.125vw;
  }
}

@media all and (max-width: 768px) {
  section.staff .member-area .name {
    display: inline-block;
    white-space: nowrap;
    width: 73.4375%;
    padding: 0 0% 3.75% 0;
  }
}

@media all and (max-width: 768px) and (max-width: 420px) {
  section.staff .member-area .name {
    font-size: 11.1111111111px;
    font-size: 3.125vw;
  }
}

@media all and (max-width: 768px) and (min-width: 421px) {
  section.staff .member-area .name {
    font-size: 12.5px;
    font-size: 3.125vw;
  }
}

@media all and (max-width: 768px) and (min-width: 601px) {
  section.staff .member-area .name {
    font-size: 16.6666666667px;
    font-size: 3.125vw;
  }
}

@media all and (max-width: 768px) {
  section.staff .member-area .name .ntlab {
    width: 30.4166666667%;
    margin-left: 14.5833333333%;
    display: inline-block;
    vertical-align: middle;
  }
  section.staff .member-area .name .rzmdes {
    width: 46.25%;
    margin-left: 14.5833333333%;
    display: inline-block;
    vertical-align: middle;
  }
  .cross-area {
    text-align: center;
    margin-bottom: 7.8125%;
  }
  .cross-area img {
    display: inline-block;
    vertical-align: middle;
  }
  .cross-area .ntlab {
    width: 17.578125%;
  }
  .cross-area .cross {
    width: 1.8229166667%;
    margin: 0.6510416667% 4.5572916667% 0;
  }
  .cross-area .rzmdes {
    width: 31.1197916667%;
    margin-top: 0.78125%;
  }
  /*------------------------------
Badge Area
------------------------------*/
  section.badge {
    background: #F8F8F8;
    padding-top: 1.3020833333%;
    padding-bottom: 7.8125%;
    border-top: #f0f0f0 1px solid;
  }
  /*------------------------------
Right
------------------------------*/
  body.rights h1 {
    background: #000;
    width: 100%;
    line-height: 0;
    padding-left: 1.3020833333%;
  }
  body.rights h1 .inner {
    margin: 0 auto;
  }
  body.rights h1 .inner a {
    display: block;
    width: 18.2291666667%;
    padding: 1.3020833333% 0;
  }
  body.rights h1 img {
    width: 100%;
  }
  body.rights section {
    width: 93.75%;
    padding-bottom: 5.2083333333%;
    margin: 0 auto 10.4166666667%;
    border-bottom: #ccc 1px solid;
  }
  body.rights section.last {
    border-bottom: 0;
  }
  body.rights p {
    margin-bottom: 3.90625%;
  }
  body.rights p a {
    color: #00E;
    word-break: break-all;
  }
  body.rights p a:hover {
    text-decoration: underline;
  }
  body.rights p.license {
    text-align: center;
    margin-top: 3.90625%;
    color: #999;
  }
}

@media all and (min-width: 769px) {
  /*------------------------------
Main Area
------------------------------*/
  #main {
    background: #000;
    width: 100%;
    display: block;
    background: url("../../../assets/images/mainvisual.jpg") center center no-repeat;
    background-size: cover;
  }
  #main .inner {
    max-width: 1280px;
    width: 100%;
    position: relative;
    text-align: center;
    line-height: 0;
    padding-bottom: 1.859375%;
    margin: 0 auto;
  }
  #main .title1 {
    padding-top: 58px;
  }
  #main h1 {
    width: 100%;
    max-width: 470px;
    margin: 37px auto 0;
  }
  #main h1 img {
    width: 100%;
  }
  #main .title2 {
    margin: 54px auto 0;
  }
  #main .store-area p {
    color: #FFF;
  }
  #main .tweet-button {
    position: absolute;
    right: 55px;
    bottom: 70px;
    display: block;
    width: 43px;
    -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
  }
  #main .tweet-button img {
    width: 100%;
  }
  #main .tweet-button:hover {
    opacity: 0.8;
  }
  .store-area {
    margin: 54px auto 0;
    width: 303px;
    white-space: nowrap;
  }
  .store-area a {
    display: inline-block;
    width: 135px;
    -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
  }
  .store-area a img {
    width: 100%;
  }
  .store-area a:hover {
    opacity: 0.7;
  }
  .store-area .appstore {
    margin-right: 36px;
  }
  .store-area p {
    text-align: center;
    font-size: 14px;
    line-height: 1;
    margin-top: 34px;
  }
  /*------------------------------
Navi Area
------------------------------*/
  #navi-area {
    background: #F4F1F0;
    width: 100%;
  }
  #navi-area nav {
    max-width: 1050px;
    margin: 0 auto;
  }
  #navi-area nav ul {
    font-size: 0;
    text-align: center;
    white-space: nowrap;
    margin: 0;
  }
  #navi-area nav ul li {
    display: inline-block;
    margin: 0 3.90625%;
  }
  #navi-area nav ul li a {
    display: block;
    color: #EE7447;
    font-weight: bold;
    padding: 25px 0;
    -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
  }
}

@media all and (min-width: 769px) and (max-width: 1023px) {
  #navi-area nav ul li a {
    font-size: 12.5px;
    font-size: 1.953125vw;
  }
}

@media all and (min-width: 769px) and (min-width: 1024px) {
  #navi-area nav ul li a {
    font-size: 20px;
  }
}

@media all and (min-width: 769px) {
  #navi-area nav ul li a:hover {
    color: #000;
  }
  #navi-area .caution {
    background: #000;
    padding: 40px 0;
  }
    .top_caution{
        padding: 10px 0;
        padding-top: 20px;
    }
    
  #navi-area .caution p {
    color: #FFF;
  }
    #navi-area .caution p span{
       font-weight: bold;
        font-size: 22.5px;
    }
    .top_caution {
        color: #FFF;
        font-weight: bold;
        text-align: center;
    }

}

@media all and (min-width: 769px) and (max-width: 1023px) {
  #navi-area .caution p {
    font-size: 12.5px;
    font-size: 1.953125vw;
  }
    .top_caution{
        font-size: 12.5px;
        font-size: 1.953125vw;
    }
}

@media all and (min-width: 769px) and (min-width: 1024px) {
  #navi-area .caution p {
    font-size: 17px;
  }
    .top_caution{
        font-size: 20px;
    } 
}

@media all and (min-width: 769px) {
  #contents {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  #contents .rectangle {
    background: #FF7014;
    max-width: 300px;
    width: 29.296875%;
    height: 600px;
    left: 0;
    top: 480px;
  }
  #contents .rectangle,
  #contents .left,
  #contents .right {
    position: absolute;
  }
  #contents .left {
    left: 0;
    top: 32px;
  }
  #contents .right {
    bottom: 320px;
    right: 0;
    width: 180px;
  }
  /*------------------------------
Section
------------------------------*/
  section {
    width: 100%;
    position: relative;
  }
  section h2 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin: 0 auto 60px;
    padding-top: 60px;
    line-height: 1;
    color: #FF7014;
    text-shadow: 2px 2px 0 #000;
  }
  /*------------------------------
video
------------------------------*/
  section.notice-area {
    padding-bottom: 110px;
    max-width: 854px;
    margin-right: auto;
    margin-left: auto;
    width: 83.3984375%;
    z-index: 1;
  }
  section.notice-area h2 {
    margin-bottom: 20px;
  }
  section.notice-area .tab-area {
    text-align: center;
  }
  section.notice-area .tab-area a {
    display: inline-block;
    width: 96px;
    margin: 0 15px;
    border-bottom: transparent 6px solid;
    -webkit-transition: all 340ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 340ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
  }
  section.notice-area .tab-area a p {
    font-size: 14px;
    color: #000;
    padding: 10px 0;
    -webkit-transition: all 340ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 340ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
  }
  section.notice-area .tab-area a.active {
    border-bottom: #FF7014 6px solid;
  }
  section.notice-area .tab-area a.active p {
    color: #FF7014;
  }
  section.notice-area .tab-area a:hover p {
    color: #FF7014;
  }
  section.notice-area .video-area {
    position: relative;
    line-height: 0;
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 854px;
    height: 0;
    padding-top: 56.206088993%;
    -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
  }
  section.notice-area .video-area .video-target {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  section.notice-area .video-area .video-button {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
  }
  section.notice-area .video-area iframe {
    box-shadow: 6px 6px 0 #FF7014;
  }
  section.notice-area .video-area .thumb {
    width: 100%;
    box-shadow: 6px 6px 0 #FF7014;
  }
  section.notice-area .video-area .play {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 11.2412177986%;
    max-width: 96px;
    -webkit-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1) 0ms;
    /* older webkit */
    -webkit-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms;
    transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms;
    /* easeOutBack */
  }
  section.notice-area .video-area:hover .play {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  section.notice-area .note {
    text-align: center;
    font-size: 14px;
    line-height: 1;
    margin-top: 50px;
  }
  /*------------------------------
Story
------------------------------*/
  section#story {
    background: #F4F1F0;
    padding-bottom: 95px;
    border-top: #979797 1px solid;
    border-bottom: #979797 1px solid;
  }
  section#story h2 {
    padding-top: 100px;
  }
  section#story > p {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
  }
  section#story .cross-area {
    margin-bottom: 35px;
  }
  section .story-area {
    margin: 0 auto 60px;
    text-align: left;
    width: 100%;
    position: relative;
    z-index: 3;
    max-width: 500px;
  }
  section .story-area p {
    font-size: 14px;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 24px;
    margin-bottom: 3.41796875%;
  }
  /*------------------------------
Character
------------------------------*/
  section#character {
    background: #F8F8F8;
    padding-bottom: 135px;
    border-bottom: #ccc 1px solid;
  }
  section#character h2 {
    padding-top: 114px;
  }
  section#character .map {
    width: 530px;
    height: 0;
    padding-top: 415px;
    margin: 0 auto 45px;
    line-height: 0;
    position: relative;
    /* floor */
    /* character */
  }
  section#character .map a,
  section#character .map > div {
    line-height: 0;
    display: block;
    position: absolute;
  }
  section#character .map a img,
  section#character .map > div img {
    line-height: 0;
    display: block;
    width: 100%;
  }
  section#character .map a p,
  section#character .map > div p {
    line-height: 1.5;
    font-size: 13px;
    white-space: nowrap;
    text-align: center;
  }
  section#character .map a .image-area {
    position: relative;
  }
  section#character .map a .image-area .effect {
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
  }
  section#character .map a:hover .image-area .effect, section#character .map a.active .image-area .effect {
    box-shadow: 0 0 0 3px #FF7014 inset;
  }
  section#character .map .floor1 {
    width: 208px;
    left: 0;
    bottom: 0;
  }
  section#character .map .floor2 {
    width: 208px;
    left: 222px;
    bottom: 0;
  }
  section#character .map .character {
    width: 80px;
  }
  section#character .map #goast {
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  section#character .map #char101 {
    left: 103px;
    top: 303px;
  }
  section#character .map #char102 {
    left: 103px;
    top: 180px;
  }
  section#character .map #char201 {
    left: 326px;
    top: 303px;
  }
  section#character .map #char202 {
    left: 326px;
    top: 180px;
  }
  section#character .map #owner {
    right: 0;
    top: 180px;
  }
  section#character .map #police {
    right: 0;
    top: 303px;
  }
  section#character .info-area {
    background: #FFF;
    padding: 20px 20px 1px 20px;
    margin: 0 auto;
    width: 490px;
    position: relative;
  }
  section#character .info-area p {
    font-size: 14px;
  }
  section#character .info-area p.name {
    font-weight: bold;
  }
  section#character .info-area p.info-text {
    margin-bottom: 20px;
  }
  section#character .info-area .info {
    height: 0;
    opacity: 0;
    background: #FFF;
    -webkit-transition: opacity 0ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: opacity 0ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
  }
  section#character .info-area .info.active {
    display: block;
    opacity: 1;
    height: 100%;
    -webkit-transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
  }
  /*------------------------------
About
------------------------------*/
  section.about {
    padding-bottom: 60px;
  }
  section.about h2 {
    padding-top: 114px;
  }
  section.about .text-area {
    margin: 0 auto 60px;
    text-align: left;
    width: 100%;
    position: relative;
    z-index: 3;
    max-width: 510px;
  }
  section.about .text-area h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 28px;
    text-align: center;
  }
  section.about .text-area p {
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 1.8;
  }
  section.about .text-area p span {
    color: #FF7014;
    display: block;
  }
  section.about .text-area p.center {
    text-align: center;
  }
  section.about .text-area p.bold {
    font-weight: bold;
  }
  section.about .text-area p.recommend {
    margin-bottom: 50px;
  }
  section.about > img {
    max-width: 800px;
    width: 100%;
    display: block;
    margin: 0 auto 65px;
  }
  section.about .env {
    text-align: center;
    margin-bottom: 0;
  }
  section.about .store-area {
    margin-top: 90px;
  }
  /*------------------------------
Message
------------------------------*/
  section.message {
    background: #F4F1F0;
    padding-bottom: 70px;
    border-top: #979797 1px solid;
    border-bottom: #979797 1px solid;
  }
  section.message h2 {
    padding-top: 110px;
    margin-bottom: 80px;
  }
  section .message-area {
    max-width: 1024px;
    margin: 0 auto;
    text-align: left;
    width: 100%;
    position: relative;
    z-index: 3;
    max-width: 500px;
  }
  section .message-area p {
    font-size: 14px;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 24px;
    margin-bottom: 3.90625%;
  }
  section .coming {
    display: block;
    margin: 60px auto 0;
    max-width: 304px;
    width: 60.8%;
  }
  section .contact-area {
    text-align: center;
    margin-top: 30px;
  }
  section .contact {
    text-align: center;
    font-size: 16px;
    -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
  }
  section .contact:hover {
    color: #FF7014;
  }
  section .twitter-area {
    text-align: center;
    margin: 60px auto 0;
  }
  section .twitter-area p {
    font-size: 14px;
    color: #000;
    margin-bottom: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  /*------------------------------
Staff
------------------------------*/
  section.staff {
    background: #FFF;
    padding-bottom: 90px;
    position: relative;
    z-index: 3;
  }
  section.staff h2 {
    padding-top: 90px;
  }
  section.staff .member-area {
    display: table;
    width: 460px;
    margin: 0 auto;
  }
  section.staff .member-area .group {
    display: table-row-group;
  }
  section.staff .member-area .head {
    display: table-cell;
    font-size: 14px;
    font-weight: bold;
    padding: 0 30px 24px 0;
  }
  section.staff .member-area .name {
    display: table-cell;
    font-size: 14px;
    padding: 0 30px 24px 0;
  }
  section.staff .member-area .name .ntlab {
    width: 73px;
    margin-left: 35px;
    display: inline-block;
    vertical-align: middle;
  }
  section.staff .member-area .name .rzmdes {
    width: 111px;
    margin-left: 35px;
    display: inline-block;
    vertical-align: middle;
  }
  .cross-area {
    text-align: center;
    margin-bottom: 60px;
  }
  .cross-area img {
    display: inline-block;
    vertical-align: middle;
  }
  .cross-area .ntlab {
    width: 135px;
  }
  .cross-area .cross {
    width: 14px;
    margin: 5px 35px 0;
  }
  .cross-area .rzmdes {
    width: 239px;
    margin-top: 6px;
  }
  /*------------------------------
Badge Area
------------------------------*/
  section.badge {
    background: #F8F8F8;
    padding-top: 10px;
    padding-bottom: 60px;
    border-top: #f0f0f0 1px solid;
  }
  /*------------------------------
Right
------------------------------*/
  body.rights h1 {
    background: #000;
    width: 100%;
    line-height: 0;
  }
  body.rights h1 .inner {
    max-width: 1024px;
    margin: 0 auto;
  }
  body.rights h1 .inner a {
    display: inline-block;
  }
  body.rights h1 img {
    padding: 10px 0;
    width: 140px;
  }
  body.rights section {
    max-width: 680px;
    padding-bottom: 40px;
    margin: 0 auto 80px;
    border-bottom: #ccc 1px solid;
  }
  body.rights section.last {
    border-bottom: 0;
  }
  body.rights p {
    margin-bottom: 30px;
  }
  body.rights p a {
    color: #00E;
  }
  body.rights p a:hover {
    text-decoration: underline;
  }
  body.rights p.license {
    text-align: center;
    margin-top: 30px;
    color: #999;
  }
}
/* 3/6追加 */
.top_caution{
    line-height: 23px;
    margin-top: 20px;
}
.top_caution p{
    text-shadow: 2px 2px 0 #000000;
    
}
.caution a{
    color: #ffffff;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    font-size: 18px;

}
.caution div.center{
    width: 70%;
    margin: 20px auto 0px;
    border: solid 2px #ffffff;
    transition: 0.3s;
}
.caution div.center:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.caution p.new{
    display: inline-block ;
    background: #ffffff;
    color: #000000 !important;
    font-weight: bold;
    padding: 2px 10px;
    margin-bottom: 10px;
    box-shadow: 3px 3px 0 #FF7014;

}
@media all and (max-width: 769px) {
    .caution a{
        font-size: 3vw;

    }
}
.caution_area{
    max-width: 854px;
    margin-right: auto;
    margin-left: auto;
    width: 83.3984375%;
}
.background_black{
    background: #000000;
}