@charset "UTF-8";
/*
 * -------------------------------------------------------------------
 * base
 * -------------------------------------------------------------------
 */
html {
  font-size: 62.5%;
}

body {
  font-family: "DotGothic16", sans-serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 0.1rem;
  -webkit-text-size-adjust: 100%;
  background-color: #000;
}

main {
  padding-top: 80px; /* ヘッダーの高さ分 */
}

.lower-layout {
  padding: 0 5%;
}
.lower-layout > .flex-container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lower-layout > .flex-container #side {
  margin-top: 90px;
  padding-top: 80px; /* ヘッダーの高さ分 */
}
.lower-layout > .flex-container .contents-inner {
  margin: 90px auto 0;
}

.inline-block {
  display: inline-block;
}

@font-face {
  font-family: "PixelMplus12";
  src: url("../fonts/PixelMplus12-Regular.woff2") format("woff2"), url("../fonts/PixelMplus12-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PixelMplus12";
  src: url("../fonts/PixelMplus12-Bold.woff2") format("woff2"), url("../fonts/PixelMplus12-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
.font-default {
  font-family: "DotGothic16", sans-serif;
}

.font-game {
  font-family: "PixelMplus12", sans-serif;
}

.font-en {
  font-family: "Jersey 10", sans-serif;
  letter-spacing: 0;
}

.text-blue {
  color: #00CCCC;
}

.text-pink {
  color: #FDB3D8;
}

.title-big {
  margin-bottom: 65px;
  border-top: solid 1px #00CCCC;
  border-bottom: solid 1px #00CCCC;
  position: relative;
  padding: 18px 15px;
}
.title-big::after {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 204, 204, 0.15)), to(transparent));
  background: linear-gradient(to top, rgba(0, 204, 204, 0.15), transparent);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.title-big h2 {
  font-weight: initial;
  font-size: 2.4rem;
  text-align: center;
}
.title-big h2 span {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  top: -35px;
  font-weight: initial;
  font-size: 3.2rem;
  text-shadow: -2px -2px #00cccc, 0 -2px #00cccc, 2px -2px #00cccc, -2px 0 #00cccc, 2px 0 #00cccc, -2px 2px #00cccc, 0 2px #00cccc, 2px 2px #00cccc; /* 右下 */
}

.title-small {
  margin-bottom: 50px;
  border-top: solid 1px #00CCCC;
  border-bottom: solid 1px #00CCCC;
  position: relative;
  padding: 8px 15px 6px;
}
.title-small::after {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 204, 204, 0.15)), to(transparent));
  background: linear-gradient(to top, rgba(0, 204, 204, 0.15), transparent);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.title-small h2 {
  font-weight: initial;
  font-size: 1.8rem;
  text-align: center;
}
.title-small h2 span {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  top: -27px;
  font-weight: initial;
  font-size: 2.4rem;
  text-shadow: -2px -2px #00cccc, 0 -2px #00cccc, 2px -2px #00cccc, -2px 0 #00cccc, 2px 0 #00cccc, -2px 2px #00cccc, 0 2px #00cccc, 2px 2px #00cccc; /* 右下 */
}

.text-outline-blue {
  font-family: "Jersey 10", sans-serif;
  letter-spacing: 0;
  color: #000;
  font-size: 5rem;
  text-shadow: -4px -4px #00cccc, 0 -4px #00cccc, 4px -4px #00cccc, -4px 0 #00cccc, 4px 0 #00cccc, -4px 4px #00cccc, 0 4px #00cccc, 4px 4px #00cccc; /* 右下 */
}

.text-outline-pink {
  font-family: "Jersey 10", sans-serif;
  letter-spacing: 0;
  color: #000;
  font-size: 5rem;
  text-shadow: -4px -4px #FDB3D8, 0 -4px #FDB3D8, 4px -4px #FDB3D8, -4px 0 #FDB3D8, 4px 0 #FDB3D8, -4px 4px #FDB3D8, 0 4px #FDB3D8, 4px 4px #FDB3D8; /* 右下 */
}

.text-outline-green {
  font-family: "Jersey 10", sans-serif;
  letter-spacing: 0;
  color: #000;
  font-size: 5rem;
  text-shadow: -4px -4px #44EE78, 0 -4px #44EE78, 4px -4px #44EE78, -4px 0 #44EE78, 4px 0 #44EE78, -4px 4px #44EE78, 0 4px #44EE78, 4px 4px #44EE78; /* 右下 */
}

.text-outline-yellow {
  font-family: "Jersey 10", sans-serif;
  letter-spacing: 0;
  color: #000;
  font-size: 5rem;
  text-shadow: -4px -4px #DDD73E, 0 -4px #DDD73E, 4px -4px #DDD73E, -4px 0 #DDD73E, 4px 0 #DDD73E, -4px 4px #DDD73E, 0 4px #DDD73E, 4px 4px #DDD73E; /* 右下 */
}

.sent-box {
  line-height: 2.8;
}
.sent-box .sent-en {
  line-height: 0; /* 英語入れたら行間変わるわよ */
  color: #006666;
  font-size: 1.4rem;
  letter-spacing: 0.06rem;
  margin-top: 0px;
  margin-bottom: 20px;
}
.sent-box a {
  color: #00cccc;
}
.sent-box a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

a, button {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover, button:hover {
  -webkit-transition: none;
  transition: none;
}

a {
  color: #00cccc;
}

.btn {
  color: #CCCCCC;
  font-size: 1.8rem;
  font-family: "PixelMplus12", sans-serif;
  display: block;
  width: 180px;
}
.btn .inner-wrap {
  text-align: center;
  background-color: #00171F;
  border: solid 1px #006666;
  padding: 12px 0;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn:hover .inner-wrap {
  background-color: #006666;
  border: solid 1px #00CCCC;
  -webkit-transition: none;
  transition: none;
}

.grid-blue {
  background-color: rgba(0, 102, 102, 0.15);
  background-image: linear-gradient(to right, rgba(0, 204, 204, 0.08) 1px, transparent 1px), linear-gradient(to bottom, rgba(0, 204, 204, 0.08) 1px, transparent 1px);
  background-size: 20px 20px;
}

.grid-pink {
  background-color: rgba(149, 51, 100, 0.15);
  background-image: linear-gradient(to right, rgba(253, 179, 216, 0.08) 1px, transparent 1px), linear-gradient(to bottom, rgba(253, 179, 216, 0.08) 1px, transparent 1px);
  background-size: 20px 20px;
}

.grid-green {
  background-color: rgba(19, 95, 60, 0.15);
  background-image: linear-gradient(to right, rgba(68, 238, 120, 0.08) 1px, transparent 1px), linear-gradient(to bottom, rgba(68, 238, 120, 0.08) 1px, transparent 1px);
  background-size: 20px 20px;
}

.grid-yellow {
  background-color: rgba(111, 108, 28, 0.15);
  background-image: linear-gradient(to right, rgba(221, 215, 62, 0.08) 1px, transparent 1px), linear-gradient(to bottom, rgba(221, 215, 62, 0.08) 1px, transparent 1px);
  background-size: 20px 20px;
}

.grid-gray {
  background-color: rgba(93, 93, 93, 0.15);
  background-image: linear-gradient(to right, rgba(204, 204, 204, 0.08) 1px, transparent 1px), linear-gradient(to bottom, rgba(204, 204, 204, 0.08) 1px, transparent 1px);
  background-size: 20px 20px;
}

.fade-in {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 1s ease;
  transition: opacity 0.6s ease, -webkit-transform 1s ease;
  transition: opacity 0.6s ease, transform 1s ease;
  transition: opacity 0.6s ease, transform 1s ease, -webkit-transform 1s ease;
}

.fade-in.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.gradient-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 204, 204, 0.15)), to(transparent));
  background: linear-gradient(to top, rgba(0, 204, 204, 0.15), transparent);
  pointer-events: none; /* ← これで下のコンテンツに触ることができるんだぜ！ */
  z-index: 9997; /* 最前面 */
}

.body-wrap {
  position: relative;
}

.contents-wrapper {
  position: relative;
  z-index: 5;
}

li, ul, ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

img {
  width: 100%;
}

section {
  position: relative;
}

.pc-on {
  display: block;
}

.sp-on {
  display: none;
}

.pc-on-1000 {
  display: block;
}

.sp-on-1000 {
  display: none;
}

.pc-on-800 {
  display: block;
}

.sp-on-800 {
  display: none;
}

@media screen and (max-width: 1280px) {
  body {
    width: 100%;
    min-width: auto;
  }
  .contents-wrapper {
    overflow: hidden;
  }
  .pc-on {
    display: none;
  }
  .sp-on {
    display: block;
  }
}
@media (max-width: 1000px) {
  .fade-in {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
  .pc-on-1000 {
    display: none;
  }
  .sp-on-1000 {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  body {
    font-size: 1.3rem;
  }
  .pc-on-800 {
    display: none;
  }
  .sp-on-800 {
    display: block;
  }
  main {
    padding-top: 40px; /* ヘッダーの高さ分 */
  }
  .sent-box {
    line-height: 2.2;
    letter-spacing: 0.05rem;
  }
  .sent-box .sent-en {
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .title-big {
    margin-bottom: 30px;
    padding: 12px 15px;
  }
  .title-big h2 {
    font-size: 2rem;
  }
  .title-big h2 span {
    font-size: 2.4rem;
    top: -27px;
    text-shadow: -2px -2px #00cccc, 0 -2px #00cccc, 2px -2px #00cccc, -2px 0 #00cccc, 2px 0 #00cccc, -2px 2px #00cccc, 0 2px #00cccc, 2px 2px #00cccc; /* 右下 */
  }
  .title-small {
    padding: 10px 15px 8px;
    margin-bottom: 30px;
  }
  .title-small h2 {
    font-size: 1.6rem;
  }
  .title-small h2 span {
    top: -22px;
    font-size: 2rem;
  }
}
/* A Modern CSS Reset */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

html {
  scroll-behavior: auto;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*
 * Module
 * -------------------------------------------------------------------
 */
/*
 * header
 * -------------------------------------------------------------------
 */
#header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000; /* ヘッダーが最上位 */
  background-color: #151515;
  padding: 8px 5% 10px;
}
#header .flex-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  /* パンくずリストちゃん */
}
#header .flex-container .breadcrumbs {
  background-color: #000;
  -webkit-box-shadow: 0 -2px 0 rgb(36, 36, 36);
          box-shadow: 0 -2px 0 rgb(36, 36, 36);
  padding: 0px 30px;
  border-radius: 2px;
  margin-top: 15px;
  height: 40px;
}
#header .flex-container .breadcrumbs ol li:first-child {
  margin-left: initial;
}
#header .flex-container .breadcrumbs ol li:first-child a::before {
  position: absolute;
  background: url(../img/common/icon-home.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 20px;
  height: 20px;
  top: 45%;
  left: -15px;
}
#header .flex-container .breadcrumbs ol li:first-child::before {
  content: none;
}
#header .flex-container .breadcrumbs ol li {
  position: relative;
  margin-left: 30px;
}
#header .flex-container .breadcrumbs ol li a {
  color: #00CCCC;
  font-size: 2.8rem;
  position: relative;
}
#header .flex-container .breadcrumbs ol li a:hover {
  opacity: 0.8;
}
#header .flex-container .breadcrumbs ol li:first-child {
  padding-left: 20px;
}
#header .flex-container .breadcrumbs ol li::before {
  content: "-";
  color: #2F2F2F;
  font-family: "Jersey 10", sans-serif;
  font-size: 2.8rem;
  left: -20px;
  position: absolute;
}
#header .flex-container .global-nav {
  /* ハンバーガーボタン */
  /* 2本線 */
  /* バツ時 */
}
#header .flex-container .global-nav .hamburger {
  width: 80px;
  height: 58px;
  background: #2F2F2F;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10001; /* 念のためヘッダーより上 */
  -webkit-box-shadow: 0px 4px #000;
          box-shadow: 0px 4px #000;
  border-radius: 3px;
}
#header .flex-container .global-nav .hamburger:hover {
  background: #242424;
}
#header .flex-container .global-nav .hamburger-line {
  display: block;
  width: 30px;
  height: 4px;
  background-color: #00CCCC; /* 線の色 */
  margin: 4px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#header .flex-container .global-nav .hamburger.active .hamburger-line {
  background-color: #FDB3D8; /* バツ時の色 */
}
#header .flex-container .global-nav .hamburger.active .hamburger-line:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(30deg);
          transform: translateY(6px) rotate(30deg);
}
#header .flex-container .global-nav .hamburger.active .hamburger-line:nth-child(2) {
  -webkit-transform: translateY(-6px) rotate(-30deg);
          transform: translateY(-6px) rotate(-30deg);
}

/* オーバーレイ */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 9998; /* メニューより下、ヘッダーより下 */
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

/* 展開メニュー内！ */
nav .menu {
  padding-top: 0;
  position: fixed;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 60px 0 0;
  opacity: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 9999;
  overflow-y: auto; /* 縦スクロール可能にする */
  /* 灰色のフッターちゃん */
}
nav .menu .wrap {
  margin: 0 5%;
  padding-top: 30px;
}
nav .menu .wrap .flex-container {
  margin: 0 auto;
  max-width: 1000px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
nav .menu .wrap .flex-container .flex-box {
  min-width: 290px;
  padding-left: 40px;
}
nav .menu .wrap .flex-container .flex-box .has-child {
  margin-bottom: 40px;
}
nav .menu .wrap .flex-container .flex-box .has-child a {
  color: #00CCCC;
  font-size: 4rem;
}
nav .menu .wrap .flex-container .flex-box .has-child a span {
  font-size: 1.4rem;
  margin-left: 15px;
  color: #00CCCC;
}
nav .menu .wrap .flex-container .flex-box .has-child ul li a {
  font-size: 3rem;
  color: #707070;
}
nav .menu .wrap .flex-container .flex-box .has-child ul li a span {
  font-size: 1.4rem;
  color: #707070;
}
nav .menu .wrap .flex-container .flex-box .has-child ul li a:hover {
  color: #CCCCCC;
}
nav .menu .wrap .flex-container .flex-box .has-child ul li a:hover span {
  color: #CCCCCC;
}
nav .menu .wrap .flex-container .flex-box .parent-story > a {
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
nav .menu .wrap .flex-container .flex-box .parent-story > a::before {
  content: "";
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 26px;
  top: 8px;
  left: -40px;
}
nav .menu .wrap .flex-container .flex-box .parent-story > a::before {
  background-image: url(../../../img/common/icon-story.svg);
}
nav .menu .wrap .flex-container .flex-box .parent-game > a {
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #FDB3D8;
}
nav .menu .wrap .flex-container .flex-box .parent-game > a span {
  color: #FDB3D8;
}
nav .menu .wrap .flex-container .flex-box .parent-game > a::before, nav .menu .wrap .flex-container .flex-box .parent-game > a::after {
  content: "";
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 26px;
  top: 8px;
  left: -40px;
}
nav .menu .wrap .flex-container .flex-box .parent-game > a::before {
  background-image: url(../../../img/common/icon-game.svg);
}
nav .menu .wrap .flex-container .flex-box .parent-archives > a {
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #44EE78;
}
nav .menu .wrap .flex-container .flex-box .parent-archives > a span {
  color: #44EE78;
}
nav .menu .wrap .flex-container .flex-box .parent-archives > a::before {
  content: "";
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 26px;
  top: 8px;
  left: -40px;
}
nav .menu .wrap .flex-container .flex-box .parent-archives > a::before {
  background-image: url(../../../img/common/icon-archives.svg);
}
nav .menu .wrap .flex-container .flex-box .parent-shopping > a {
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #DDD73E;
}
nav .menu .wrap .flex-container .flex-box .parent-shopping > a span {
  color: #DDD73E;
}
nav .menu .wrap .flex-container .flex-box .parent-shopping > a::before {
  content: "";
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 26px;
  top: 8px;
  left: -40px;
}
nav .menu .wrap .flex-container .flex-box .parent-shopping > a::before {
  background-image: url(../../../img/common/icon-shopping.svg);
}
nav .menu .wrap .flex-container .flex-box .parent-about {
  position: relative;
}
nav .menu .wrap .flex-container .flex-box .parent-about::before {
  position: absolute;
  content: "";
  background-color: #5D5D5D;
  height: 1px;
  width: 100%;
  top: -20px;
}
nav .menu .wrap .flex-container .flex-box:nth-child(2) {
  min-width: 330px;
}
nav .menu .mini-footer {
  padding-bottom: 200px;
  color: #5D5D5D;
  margin-top: 60px;
}
nav .menu .mini-footer .copy-box .font-en .copy-first .copy-mark::before {
  background-image: url(../img/common/copy-gray.svg);
}
nav .menu .mini-footer .copy-box::before {
  background-color: #5D5D5D;
}
nav .menu.active {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: auto;
}

@media screen and (max-width: 1280px) {
  nav .menu {
    padding: 60px 0 0;
    top: 58%;
  }
  nav .menu .wrap {
    padding-top: 30px;
  }
}
@media screen and (max-width: 800px) {
  #header .flex-container .breadcrumbs {
    padding: 2px 20px 0 18px;
    margin-top: initial;
    margin-top: 8px;
    height: 34px;
  }
  #header .flex-container .breadcrumbs ol li a {
    font-size: 2.2rem;
  }
  #header .flex-container .breadcrumbs ol li a::before {
    width: 16px;
    height: 16px;
    left: -12px;
  }
  #header .flex-container .global-nav {
    /* 2本線 */
  }
  #header .flex-container .global-nav .hamburger {
    width: 70px;
    height: 48px;
  }
  #header .flex-container .global-nav .hamburger-line {
    display: block;
    width: 25px;
    height: 3px;
  }
  #header .flex-container .global-nav .hamburger.active .hamburger-line:nth-child(1) {
    -webkit-transform: translateY(5.5px) rotate(30deg);
            transform: translateY(5.5px) rotate(30deg);
  }
  #header .flex-container .global-nav .hamburger.active .hamburger-line:nth-child(2) {
    -webkit-transform: translateY(-5.5px) rotate(-30deg);
            transform: translateY(-5.5px) rotate(-30deg);
  }
  nav .menu .wrap .flex-container .flex-box .has-child {
    margin-bottom: 30px;
  }
  nav .menu .wrap .flex-container .flex-box .has-child a {
    font-size: 3.5rem;
  }
  nav .menu .wrap .flex-container .flex-box .has-child a span {
    margin-left: 6px;
  }
  nav .menu .wrap .flex-container .flex-box .has-child ul li {
    line-height: 1.4;
  }
  nav .menu .wrap .flex-container .flex-box .has-child ul li a {
    font-size: 2.8rem;
  }
  nav .menu .wrap .flex-container .flex-box .has-child > a::before, nav .menu .wrap .flex-container .flex-box .has-child > a::after {
    content: "";
    width: 25px;
    height: 20px;
    top: 9px;
    left: -32px;
  }
}
/*
 * footer
 * -------------------------------------------------------------------
 */
#footer, .mini-footer {
  font-size: 2.2rem;
  color: #00CCCC;
  text-align: center;
  margin-top: 120px;
  margin-bottom: 20px;
  padding-top: 5px;
}
#footer .copy-box, .mini-footer .copy-box {
  position: relative;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footer .copy-box .font-en, .mini-footer .copy-box .font-en {
  margin: 0 19px;
}
#footer .copy-box .font-en .copy-first, .mini-footer .copy-box .font-en .copy-first {
  /* 真の©︎マークは、見えんけれどもおるんだよ */
}
#footer .copy-box .font-en .copy-first .copy-mark-hidden, .mini-footer .copy-box .font-en .copy-first .copy-mark-hidden {
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  width: 1em;
  height: 1em;
}
#footer .copy-box .font-en .copy-first .copy-mark, .mini-footer .copy-box .font-en .copy-first .copy-mark {
  position: relative;
}
#footer .copy-box .font-en .copy-first .copy-mark::before, .mini-footer .copy-box .font-en .copy-first .copy-mark::before {
  position: absolute;
  content: "";
  width: 14.5px;
  height: 14.5px;
  background-image: url(../img/common/copy.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 4px;
  left: -26px;
  display: inline-block;
}
#footer .copy-box::before, .mini-footer .copy-box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #00CCCC;
  top: -5px;
  max-width: 1000px;
}

.mini-footer {
  padding: 0 5%;
}

#home #footer {
  padding: 0 5%;
}

@media screen and (max-width: 800px) {
  #footer, .mini-footer {
    margin-top: 80px;
  }
}
/*
 * side-menu
 * -------------------------------------------------------------------
 */
#side {
  width: 160px;
}
#side .side-menu {
  position: fixed;
  background-color: #00171F;
  width: 160px;
  padding: 20px 0;
  border: 1px solid #006666;
  border-radius: 2px;
}
#side .side-menu h3 {
  font-size: 3.2rem;
  font-weight: initial;
  color: #006666;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  top: -50px;
}
#side .side-menu nav {
  text-align: center;
}
#side .side-menu nav ul li {
  margin-bottom: 5px;
}
#side .side-menu nav ul li a {
  color: #CCCCCC;
  font-size: 1.6rem;
}
#side .side-menu nav ul li a:hover {
  text-decoration: underline;
}
#side .side-menu nav ul li:last-child {
  margin-bottom: initial;
}
#side .side-menu nav ul .current a {
  color: #00CCCC;
}

.contents-inner #main .under-menu .side-menu {
  background-color: #00171F;
  border: 1px solid #006666;
  border-radius: 2px;
  padding: 10px 5%;
  margin-top: 50px;
}
.contents-inner #main .under-menu .side-menu h3 {
  font-size: 2.8rem;
  font-weight: initial;
  color: #006666;
  text-align: center;
  margin-bottom: 10px;
}
.contents-inner #main .under-menu .side-menu nav {
  text-align: center;
}
.contents-inner #main .under-menu .side-menu nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contents-inner #main .under-menu .side-menu nav ul li {
  padding: 0px 12px 12px;
}
.contents-inner #main .under-menu .side-menu nav ul li a {
  color: #CCCCCC;
  font-size: 1.4rem;
}
.contents-inner #main .under-menu .side-menu nav ul li a:hover {
  text-decoration: underline;
}
.contents-inner #main .under-menu .side-menu nav ul li:last-child {
  margin-bottom: initial;
}
.contents-inner #main .under-menu .side-menu nav ul .current a {
  color: #00CCCC;
}

@media screen and (max-width: 1280px) {
  #side {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #side .side-menu {
    position: relative;
  }
}
@media (max-width: 800px) {
  .lower-layout .contents-wrapper .contents-inner {
    margin: 50px auto 0;
  }
}
/*
 * side-menu-story
 * -------------------------------------------------------------------
 */
#story #side {
  width: 160px;
}
#story #side .side-menu {
  position: fixed;
  background-color: initial;
  width: 160px;
  padding: initial;
  border: initial;
  border-radius: 2px;
}
#story #side .side-menu h3 {
  font-size: 3.2rem;
  font-weight: initial;
  color: #006666;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  top: -50px;
}
#story #side .side-menu nav {
  text-align: center;
}
#story #side .side-menu nav ul li {
  padding-bottom: 20px;
  margin-bottom: initial;
}
#story #side .side-menu nav ul li a {
  background-color: #003344;
  padding: 22px 18px 15px 25px;
  width: 100%;
  display: block;
  color: #CCCCCC;
  font-size: 1.6rem;
}
#story #side .side-menu nav ul li a:hover {
  text-decoration: initial;
  opacity: 0.6;
}
#story #side .side-menu nav ul li:last-child {
  margin-bottom: initial;
}
#story #side .side-menu nav ul .current a {
  opacity: 0.6;
  pointer-events: none;
}

#story .contents-inner #main .under-menu .side-menu {
  background-color: #00171F;
  border: 1px solid #006666;
  border-radius: 2px;
  padding: 10px 5%;
  margin-top: 50px;
}
#story .contents-inner #main .under-menu .side-menu h3 {
  font-size: 2.8rem;
  font-weight: initial;
  color: #006666;
  text-align: center;
  margin-bottom: 10px;
}
#story .contents-inner #main .under-menu .side-menu nav {
  text-align: center;
}
#story .contents-inner #main .under-menu .side-menu nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#story .contents-inner #main .under-menu .side-menu nav ul li {
  padding: 0px 12px 12px;
}
#story .contents-inner #main .under-menu .side-menu nav ul li a {
  color: #CCCCCC;
  font-size: 1.4rem;
}
#story .contents-inner #main .under-menu .side-menu nav ul li a:hover {
  text-decoration: underline;
}
#story .contents-inner #main .under-menu .side-menu nav ul li:last-child {
  margin-bottom: initial;
}
#story .contents-inner #main .under-menu .side-menu nav ul .current a {
  color: #00CCCC;
}

@media screen and (max-width: 1280px) {
  #story #side {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #story #side .side-menu {
    position: relative;
  }
}
@media (max-width: 800px) {
  #story .lower-layout .contents-wrapper .contents-inner {
    margin: 50px auto 0;
  }
}
/*
 * ページ
 * -------------------------------------------------------------------
 */
/*
 * home
 * -------------------------------------------------------------------
 */
#home {
  position: relative;
}
#home #main .section-title h2 {
  font-size: 4rem;
  color: #00CCCC;
  font-weight: initial;
}
#home #main .main-visual {
  position: relative;
  height: 100vh;
  min-height: 700px;
  padding-top: 0px;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#home #main .main-visual .main-innerwrap {
  position: relative;
}
#home #main .main-visual .main-innerwrap .text-welcome {
  font-size: 4.4rem;
  color: #00CCCC;
  text-align: center;
  letter-spacing: 0;
}
#home #main .main-visual .main-innerwrap .site-title {
  position: relative;
  width: 680px;
  margin: 5px auto 0;
  pointer-events: none;
  -webkit-filter: drop-shadow(0 0 50px rgba(0, 204, 204, 0.2));
          filter: drop-shadow(0 0 50px rgba(0, 204, 204, 0.2));
}
#home #main .main-visual .main-innerwrap .news a {
  position: relative;
  margin: 65px auto 100px;
  padding: 20px 60px 15px 20px;
  border: 2px solid #3e3e3e;
  width: 100%;
  max-width: 680px;
  display: block;
  border-radius: 6px;
  -webkit-box-shadow: 4px 4px #3e3e3e;
          box-shadow: 4px 4px #3e3e3e;
  background-color: #101010;
}
#home #main .main-visual .main-innerwrap .news a .flex-container .section-title {
  padding-right: 20px;
  position: relative;
}
#home #main .main-visual .main-innerwrap .news a .flex-container .section-title::after {
  position: absolute;
  content: "";
  background-color: #3e3e3e;
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
}
#home #main .main-visual .main-innerwrap .news a .flex-container .section-contents {
  padding-left: 20px;
  padding-bottom: 5px;
}
#home #main .main-visual .main-innerwrap .news a .flex-container .section-contents .news-item {
  font-size: 1.4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block; /* ← これ重要！デフォルトのinlineのままだと「…」が効かない */
  max-width: 480px;
  vertical-align: bottom;
  color: #fff;
}
#home #main .main-visual .main-innerwrap .news a .flex-container .section-contents .news-item time {
  color: #00CCCC;
  padding-right: 5px;
}
#home #main .main-visual .main-innerwrap .news a:hover {
  background-color: #1a1a1a;
}
#home #main .main-visual .main-innerwrap .news a::after {
  position: absolute;
  content: "";
  background: url(../img/common/arrow-01.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 9px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  right: 15px;
  top: 50%;
}
#home #main .main-visual .main-innerwrap .shino {
  position: absolute;
  top: 34%;
  left: -165px;
}
#home #main .main-visual .main-innerwrap .shino .shino-link {
  display: inline-block;
  width: 220px;
  height: 220px;
  position: relative;
}
#home #main .main-visual .main-innerwrap .shino .shino-link .shino-sprite {
  width: 100%;
  height: 100%;
  background: url("/img/home/sprite-shino.png") left top/300%;
  -webkit-animation: shinoAnim 1.5s steps(3) infinite;
          animation: shinoAnim 1.5s steps(3) infinite;
}
@-webkit-keyframes shinoAnim {
  from {
    background-position: -660px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes shinoAnim {
  from {
    background-position: -660px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-webkit-keyframes floatY {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
}
@keyframes floatY {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
}
#home #main .main-visual .main-innerwrap .scroll {
  position: absolute;
  width: 75px;
  bottom: 200px;
  right: -100px;
}
#home #main .main-visual .main-innerwrap .scroll a:hover {
  opacity: 0.6;
}
#home #main .main-visual .bubble-wrapper .bubble {
  position: absolute;
  background: url(../img/common/bubble.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  opacity: 0.8;
}
#home #main .main-visual .bubble-wrapper .b1 {
  width: 150px;
  height: 150px;
  top: 10%;
  left: 10%;
}
#home #main .main-visual .bubble-wrapper .b2 {
  width: 80px;
  height: 80px;
  top: 18%;
  left: 15%;
}
#home #main .main-visual .bubble-wrapper .b3 {
  width: 80px;
  height: 80px;
  top: 44%;
  left: 8%;
}
#home #main .main-visual .bubble-wrapper .b4 {
  width: 120px;
  height: 120px;
  top: 54%;
  left: 11%;
}
#home #main .main-visual .bubble-wrapper .b5 {
  width: 120px;
  height: 120px;
  top: 78%;
  left: 10%;
}
#home #main .main-visual .bubble-wrapper .b6 {
  width: 150px;
  height: 150px;
  top: 10%;
  left: 91%;
}
#home #main .main-visual .bubble-wrapper .b7 {
  width: 80px;
  height: 80px;
  top: 18%;
  left: 88%;
}
#home #main .main-visual .bubble-wrapper .b8 {
  width: 100px;
  height: 100px;
  top: 42%;
  left: 92%;
}
#home #main .main-visual .bubble-wrapper .b9 {
  width: 150px;
  height: 150px;
  top: 58%;
  left: 90%;
}
#home #main .main-visual .bubble-wrapper .b10 {
  width: 100px;
  height: 100px;
  top: 79%;
  left: 91%;
}
#home #main .parallax-bg {
  background-image: url("/img/home/back-illust.jpg");
  background-attachment: fixed; /* ✨これで背景が固定！ */
  background-size: cover;
  background-position: 50% 30%;
  min-height: 500px;
  position: relative;
  z-index: 0;
}
#home #main .parallax-bg .overlay-content {
  position: relative;
  z-index: -1;
  width: 60%;
  max-width: 600px;
  mix-blend-mode: screen;
  opacity: 0.6;
  position: absolute;
  bottom: 0;
  right: 0;
}
#home #main .parallax-bg::before {
  position: absolute;
  background-color: #006666;
  mix-blend-mode: multiply;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
#home #main .parallax-bg-sp {
  width: 90%;
  margin: 0 auto;
  height: 300px;
  background: url(../img/home/back-illust-sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 60%;
  position: relative;
}
#home #main .parallax-bg-sp .overlay-content {
  position: absolute;
  z-index: 0;
  width: 300px;
  height: 40px;
  max-width: initial;
  mix-blend-mode: screen;
  opacity: 0.2;
  top: -20px;
  right: -140px;
  -webkit-transform: rotate(-90deg) translate(-50%, -50%);
          transform: rotate(-90deg) translate(-50%, -50%);
}
#home #main .menu-panels--main {
  margin-top: 0px;
  padding-top: 80px;
}
#home #main .menu-panels--main ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#home #main .menu-panels--main ul li {
  width: 240px;
  margin: 0 20px;
}
#home #main .menu-panels--main ul li .menu-panel .inner-wrap {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: solid 2px #006666;
  height: 240px;
  border-radius: 6px;
  -webkit-box-shadow: 4px 4px 0 #006666;
          box-shadow: 4px 4px 0 #006666;
  text-align: center;
}
#home #main .menu-panels--main ul li .menu-panel .inner-wrap .menu-panels__label {
  width: 100%;
  height: 27px;
  margin-top: 33px;
  pointer-events: none;
}
#home #main .menu-panels--main ul li .menu-panel .inner-wrap .menu-panels__caption {
  color: #fff;
  display: inline-block;
  margin-top: 10px;
  font-size: 1.4rem;
}
#home #main .menu-panels--main ul li .menu-panel .inner-wrap .menu-panels__icon {
  margin: 40px auto 0;
  pointer-events: none;
}
#home #main .menu-panels--main ul li .menu-panel__story .inner-wrap .menu-panels__icon {
  width: 50px;
  height: 43px;
}
#home #main .menu-panels--main ul li .menu-panel__story .inner-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 204, 204, 0.2)), to(rgba(180, 100, 80, 0)));
  background: linear-gradient(to top, rgba(0, 204, 204, 0.2), rgba(180, 100, 80, 0));
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
#home #main .menu-panels--main ul li .menu-panel__story:hover .inner-wrap {
  -webkit-transition: none;
  transition: none;
  border: solid 2px #00CCCC;
  -webkit-box-shadow: 4px 4px 0 #00CCCC;
          box-shadow: 4px 4px 0 #00CCCC;
}
#home #main .menu-panels--main ul li .menu-panel__story:hover .inner-wrap::after {
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}
#home #main .menu-panels--main ul li .menu-panel__game .inner-wrap {
  border: solid 2px #953364;
  -webkit-box-shadow: 4px 4px 0 #953364;
          box-shadow: 4px 4px 0 #953364;
}
#home #main .menu-panels--main ul li .menu-panel__game .inner-wrap .menu-panels__icon {
  width: 50px;
  height: 43px;
}
#home #main .menu-panels--main ul li .menu-panel__game .inner-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(253, 179, 216, 0.2)), to(rgba(253, 179, 216, 0)));
  background: linear-gradient(to top, rgba(253, 179, 216, 0.2), rgba(253, 179, 216, 0));
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
#home #main .menu-panels--main ul li .menu-panel__game:hover .inner-wrap {
  -webkit-transition: none;
  transition: none;
  border: solid 2px #FDB3D8;
  -webkit-box-shadow: 4px 4px 0 #FDB3D8;
          box-shadow: 4px 4px 0 #FDB3D8;
}
#home #main .menu-panels--main ul li .menu-panel__game:hover .inner-wrap::after {
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}
#home #main .menu-panels--main ul li .menu-panel__archives .inner-wrap {
  border: solid 2px #135F3C;
  -webkit-box-shadow: 4px 4px 0 #135F3C;
          box-shadow: 4px 4px 0 #135F3C;
}
#home #main .menu-panels--main ul li .menu-panel__archives .inner-wrap .menu-panels__icon {
  width: 36px;
  height: 50px;
}
#home #main .menu-panels--main ul li .menu-panel__archives .inner-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(68, 238, 120, 0.2)), to(rgba(68, 238, 120, 0)));
  background: linear-gradient(to top, rgba(68, 238, 120, 0.2), rgba(68, 238, 120, 0));
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
#home #main .menu-panels--main ul li .menu-panel__archives:hover .inner-wrap {
  -webkit-transition: none;
  transition: none;
  border: solid 2px #44EE78;
  -webkit-box-shadow: 4px 4px 0 #44EE78;
          box-shadow: 4px 4px 0 #44EE78;
}
#home #main .menu-panels--main ul li .menu-panel__archives:hover .inner-wrap::after {
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}
#home #main .menu-panels--main ul li .menu-panel__shopping .inner-wrap {
  border: solid 2px #6F6C1C;
  -webkit-box-shadow: 4px 4px 0 #6F6C1C;
          box-shadow: 4px 4px 0 #6F6C1C;
}
#home #main .menu-panels--main ul li .menu-panel__shopping .inner-wrap .menu-panels__icon {
  width: 43px;
  height: 50px;
}
#home #main .menu-panels--main ul li .menu-panel__shopping .inner-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(221, 215, 62, 0.2)), to(rgba(221, 215, 62, 0)));
  background: linear-gradient(to top, rgba(221, 215, 62, 0.2), rgba(221, 215, 62, 0));
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
#home #main .menu-panels--main ul li .menu-panel__shopping:hover .inner-wrap {
  -webkit-transition: none;
  transition: none;
  border: solid 2px #DDD73E;
  -webkit-box-shadow: 4px 4px 0 #DDD73E;
          box-shadow: 4px 4px 0 #DDD73E;
}
#home #main .menu-panels--main ul li .menu-panel__shopping:hover .inner-wrap::after {
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}
#home #main .menu-panels--main ul li:nth-child(even) {
  margin-top: 80px; /* 偶数の子だけ下げる！ */
}
#home #main .character-select {
  position: relative;
  width: 90%;
  max-width: 1100px;
  margin: 100px auto 0;
}
#home #main .character-select #character-map {
  position: relative;
}
#home #main .character-select #character-map .char-img-wrapper {
  position: relative;
}
#home #main .character-select #character-map .char-img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
#home #main .character-select #character-map .char-img-wrapper #char-img-back {
  z-index: 0;
  opacity: 1;
}
#home #main .character-select #character-map .char-img-wrapper #char-img-front {
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#home #main .character-select #character-map .char-img-wrapper #char-img-front.fade {
  opacity: 1;
}
#home #main .character-select #character-map img {
  width: 100%;
  display: block;
}
#home #main .character-select #character-map #char-img {
  opacity: 0.8;
}
#home #main .character-select #character-map .character-links {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#home #main .character-select #character-map .character-links a {
  position: absolute;
  display: block;
}
#home #main .character-select #character-map .character-links a:nth-child(1) {
  left: 0%;
  top: 0%;
  width: 10%;
  height: 100%;
}
#home #main .character-select #character-map .character-links a:nth-child(2) {
  left: 10%;
  top: 0%;
  width: 10%;
  height: 100%;
}
#home #main .character-select #character-map .character-links a:nth-child(3) {
  left: 20%;
  top: 0%;
  width: 10%;
  height: 100%;
}
#home #main .character-select #character-map .character-links a:nth-child(4) {
  left: 30%;
  top: 0%;
  width: 10%;
  height: 100%;
}
#home #main .character-select #character-map .character-links a:nth-child(5) {
  left: 40%;
  top: 0%;
  width: 10%;
  height: 100%;
}
#home #main .character-select #character-map .character-links a:nth-child(6) {
  left: 50%;
  top: 0%;
  width: 10%;
  height: 100%;
}
#home #main .character-select #character-map .character-links a:nth-child(7) {
  left: 60%;
  top: 0%;
  width: 10%;
  height: 100%;
}
#home #main .character-select #character-map .character-links a:nth-child(8) {
  left: 70%;
  top: 0%;
  width: 10%;
  height: 100%;
}
#home #main .character-select #character-map .character-links a:nth-child(9) {
  left: 80%;
  top: 0%;
  width: 10%;
  height: 100%;
}
#home #main .character-select #character-map .character-links a:nth-child(10) {
  left: 90%;
  top: 0%;
  width: 10%;
  height: 100%;
}
#home #main .character-select-sp img {
  opacity: 0.6;
}
#home #main .menu-panels--sub {
  margin-top: 100px;
}
#home #main .menu-panels--sub ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
}
#home #main .menu-panels--sub ul li {
  width: 340px;
  margin: 0 20px 40px;
}
#home #main .menu-panels--sub ul li .menu-panel .inner-wrap {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: solid 2px #5D5D5D;
  width: 340px;
  height: 120px;
  border-radius: 6px;
  -webkit-box-shadow: 4px 4px 0 #5D5D5D;
          box-shadow: 4px 4px 0 #5D5D5D;
  text-align: center;
}
#home #main .menu-panels--sub ul li .menu-panel .inner-wrap .menu-panels__label {
  width: 100%;
  height: 22px;
  margin-top: 33px;
  pointer-events: none;
}
#home #main .menu-panels--sub ul li .menu-panel .inner-wrap .menu-panels__caption {
  color: #fff;
  display: inline-block;
  margin-top: 10px;
  font-size: 1.4rem;
}
#home #main .menu-panels--sub ul li .menu-panel .inner-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(204, 204, 204, 0.2)), to(rgba(204, 204, 204, 0)));
  background: linear-gradient(to top, rgba(204, 204, 204, 0.2), rgba(204, 204, 204, 0));
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
#home #main .menu-panels--sub ul li .menu-panel:hover .inner-wrap {
  -webkit-transition: none;
  transition: none;
  border: solid 2px #CCCCCC;
  -webkit-box-shadow: 4px 4px 0 #CCCCCC;
          box-shadow: 4px 4px 0 #CCCCCC;
}
#home #main .menu-panels--sub ul li .menu-panel:hover .inner-wrap::after {
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}
#home #main .menu-panels--sub ul li .menu-panel__blog .inner-wrap .menu-panels__label, #home #main .menu-panels--sub ul li .menu-panel__site-policy .inner-wrap .menu-panels__label {
  height: 25px;
}
#home #main .about {
  margin-top: 80px;
  text-align: center;
  position: relative;
}
#home #main .about .section-title {
  margin-bottom: 10px;
}
#home #main .about .bubble-wrapper .bubble {
  position: absolute;
  background: url(../img/common/bubble.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  opacity: 0.8;
}
#home #main .about .bubble-wrapper .b1 {
  width: 150px;
  height: 150px;
  top: 5%;
  left: 10%;
}
#home #main .about .bubble-wrapper .b2 {
  width: 80px;
  height: 80px;
  top: 23%;
  left: 14%;
}
#home #main .about .bubble-wrapper .b3 {
  width: 80px;
  height: 80px;
  top: 80%;
  left: 8%;
}
#home #main .about .bubble-wrapper .b4 {
  width: 100px;
  height: 100px;
  top: 105%;
  left: 11%;
}
#home #main .about .bubble-wrapper .b4 a {
  color: #000;
}
#home #main .about .bubble-wrapper .b5 {
  width: 100px;
  height: 100px;
  top: 72%;
  left: 92%;
}
#home #main .about .bubble-wrapper .b6 {
  width: 150px;
  height: 150px;
  top: 10%;
  left: 90%;
}
#home #main .about .bubble-wrapper .b7 {
  width: 80px;
  height: 80px;
  top: 28%;
  left: 89%;
}
#home #main .about .go-top-top {
  width: 65px;
  display: block;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  right: 6%;
  bottom: -35%;
}
#home #main .about .go-top-top:hover {
  opacity: 0.6;
}

@media (max-width: 1280px) {
  #home #main .section-title h2 {
    font-size: 3.4rem;
  }
  #home #main .main-visual .main-innerwrap .text-welcome {
    font-size: 3.4rem;
  }
  #home #main .main-visual .main-innerwrap .site-title {
    width: 520px;
  }
  #home #main .main-visual .main-innerwrap .news a {
    padding: 0px 20px 15px;
    max-width: 465px;
    margin: 50px auto 120px;
    display: block;
  }
  #home #main .main-visual .main-innerwrap .news a .flex-container {
    display: block;
  }
  #home #main .main-visual .main-innerwrap .news a .flex-container .section-title {
    padding-right: initial;
    position: relative;
    text-align: center;
    border-bottom: solid 1px #3e3e3e;
  }
  #home #main .main-visual .main-innerwrap .news a .flex-container .section-title::after {
    content: none;
  }
  #home #main .main-visual .main-innerwrap .news a .flex-container .section-contents {
    text-align: left;
    padding-left: initial;
    padding-bottom: initial;
    padding-top: 10px;
  }
  #home #main .main-visual .main-innerwrap .news a .flex-container .section-contents .news-item {
    font-size: 1.2rem;
    max-width: 420px;
  }
  #home #main .main-visual .main-innerwrap .news a::after {
    content: none;
  }
  #home #main .main-visual .main-innerwrap .shino {
    position: absolute;
    top: 30%;
    left: -140px;
  }
  #home #main .main-visual .main-innerwrap .shino .shino-link {
    width: 200px;
    height: 200px;
  }
  @-webkit-keyframes shinoAnim {
    from {
      background-position: -600px 0;
    }
    to {
      background-position: 0 0;
    }
  }
  @keyframes shinoAnim {
    from {
      background-position: -600px 0;
    }
    to {
      background-position: 0 0;
    }
  }
  #home #main .main-visual .main-innerwrap .scroll {
    width: 65px;
    bottom: 240px;
    right: -60px;
  }
  #home #main .menu-panels--main {
    padding: 80px 5% 0;
  }
  #home #main .menu-panels--sub {
    padding: 0 5%;
  }
}
@media (max-width: 1000px) {
  #home #main .main-visual {
    height: initial;
    margin-top: 40px;
  }
  #home #main .main-visual .main-innerwrap .text-welcome {
    line-height: 1;
    margin-bottom: 15px;
    padding: 0 5%;
  }
  #home #main .main-visual .main-innerwrap .news a {
    margin: 50px auto 80px;
  }
  #home #main .main-visual .main-innerwrap .shino {
    display: none;
  }
  #home #main .main-visual .main-innerwrap .scroll {
    display: none;
  }
  #home #main .menu-panels--main ul {
    max-width: 800px;
    margin: 0 auto;
  }
  #home #main .menu-panels--main ul li {
    margin: 0 15px 40px;
    width: 280px;
    min-width: 280px;
  }
  #home #main .menu-panels--main ul li .menu-panel .inner-wrap {
    height: 200px;
  }
  #home #main .menu-panels--main ul li .menu-panel .inner-wrap .menu-panels__icon {
    margin: 25px auto 0;
  }
  #home #main .menu-panels--main ul li:nth-child(even) {
    margin-top: initial; /* 偶数の子だけ下げる。ってのをのやめる。 */
  }
  #home #main .character-select-sp {
    padding: 0 5%;
    margin-top: 40px;
  }
  #home #main .character-select-sp .btn {
    margin: 20px auto 0;
  }
}
@media (max-width: 800px) {
  #home #main {
    padding-top: 80px;
  }
  #home #main .main-visual {
    width: 100%;
    padding: 0 5%;
    min-height: initial;
  }
  #home #main .main-visual .main-innerwrap .site-title {
    max-width: 520px;
    width: 100%;
  }
  #home #main .main-visual .main-innerwrap .news a .flex-container .section-contents .news-item {
    white-space: initial;
    max-width: initial;
    width: initial;
  }
  #home #main .main-visual .bubble-wrapper {
    display: none;
  }
  #home #main .parallax-bg-sp {
    height: 210px;
  }
  #home #main .parallax-bg-sp .overlay-content {
    width: 210px;
    height: 28px;
    right: -100px;
    top: -15px;
  }
  #home #main .menu-panels--sub ul li {
    width: 280px;
    margin: 0 15px 25px;
  }
  #home #main .menu-panels--sub ul li .menu-panel .inner-wrap {
    width: 280px;
    height: 100px;
  }
  #home #main .menu-panels--sub ul li .menu-panel .inner-wrap .menu-panels__label {
    margin-top: 23px;
  }
  #home #main .menu-panels--sub ul li .menu-panel .inner-wrap .menu-panels__caption {
    margin-top: 8px;
  }
  #home #main .about {
    margin-top: 40px;
    padding: 0 5%;
  }
  #home #main .about .sent-box {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
  }
  #home #main .about .bubble-wrapper {
    display: none;
  }
  #home #main .about .go-top-top {
    width: 65px;
    margin: 50px auto 0;
    position: relative;
    -webkit-transform: initial;
            transform: initial;
    right: initial;
    bottom: initial;
  }
}
/*
 * news
 * -------------------------------------------------------------------
 */
#news {
  position: relative;
}
#news .lower-layout .contents-wrapper {
  margin: 0 auto;
  max-width: 1000px;
}
#news .lower-layout .contents-wrapper .contents-inner {
  width: 800px;
  margin: initial;
  margin-top: 90px;
  padding: 0 40px;
}
#news .lower-layout .contents-wrapper .contents-inner #main .news .section-title {
  margin-bottom: 10px;
}

@media screen and (max-width: 1280px) {
  #news .lower-layout .contents-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 720px;
  }
  #news .lower-layout .contents-wrapper .contents-inner {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding: initial;
  }
}
/*
 * site-policy
 * -------------------------------------------------------------------
 */
#site-policy {
  position: relative;
}
#site-policy .contents-wrapper .contents-inner {
  max-width: 800px;
  margin: 100px auto 0;
}
#site-policy .contents-wrapper .contents-inner #main .site-policy .section-title {
  margin-bottom: 10px;
}

@media (max-width: 800px) {
  #site-policy .contents-wrapper .contents-inner {
    margin: 90px auto 0;
  }
}
/*
 * news
 * -------------------------------------------------------------------
 */
#story {
  position: relative;
}
#story .lower-layout .contents-wrapper {
  margin: 0 auto;
  max-width: 1000px;
}
#story .lower-layout .contents-wrapper .contents-inner {
  width: 800px;
  margin: initial;
  margin-top: 90px;
  padding: initial;
}
#story .lower-layout .contents-wrapper .contents-inner #main .news .section-title {
  margin-bottom: 10px;
}

@media screen and (max-width: 1280px) {
  #story .lower-layout .contents-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 720px;
  }
  #story .lower-layout .contents-wrapper .contents-inner {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding: initial;
  }
}
/*# sourceMappingURL=style.css.map */