html, body {
  height: 100%;
}
html {
  scroll-behavior: smooth;
  line-height: 1;
  font-size: 62.5%;
  overflow-y: scroll;
}
body {
  -webkit-text-size-adjust: 100%;
}
body, h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, th, td, img, form, pre, button {
  margin: 0;
  padding: 0;
  border: none;
  list-style-type: none;
  font-family: "メイリオ",Meiryo,YuGothic,"游ゴシック","Hiragino Kaku Gothic Pro",sans-serif;
  color: #000;
}
h1, h2, h3, h4, h5, h6, p, a, address, ul, ol, li, dl, dt, dd, table, th, td, form, input, textarea, select {
  font-size: 1.5rem;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}
p {
  line-height: 1.75;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
main {
  display: block;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: #0000CA;
  transition: all .1s;
}
a:hover {
  transition: all .2s;
}
a:visited {
  color: #6B2843
}
*:focus {
  outline: solid 1px #E3008D;
  outline-offset: -1px;
}
button {
  background-color: transparent;
  cursor: pointer;
  outline: none;
  appearance: none;
}
button:focus {
  outline: solid 4px #f00;
}
.sr-only, .sr-only a {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.header-wrap {
  width: 100%;
  height: 200px;
  background: #000 url("../img/header_bg.png") top center no-repeat;
  background-size: contain;
}
/* top kv */
#top-page .header-wrap {
  height: 640px;
  background: #000 url("../img/a/top_universe_bg.png") top center / cover no-repeat;
  position: relative;
}
#top-page .main-wrap {
  position: relative;
}
.main-kv {
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
.kv-boy, .kv-cat, .kv-girl, .kv-rocket {
  position: absolute;
  z-index: 2000;
}
.kv-girl {
  top: 40px;
  left: -80px;
}
.kv-boy {
  top: 80px;
  right: -40px;
}
.kv-cat {
  left: -60px;
  bottom: 50px;
}
.kv-rocket {
  right: -80px;
  bottom: 80px;
}
/**/
#block-skip a:focus {
  display: block;
  text-align: center;
  position: relative;
  z-index: 20000;
  width: 200px;
  height: 20px;
  overflow: visible;
  background: #fff;
}
/* header */
header {
  width: 1024px;
  margin: 0 auto;
}
.top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 1rem 2rem;
}
.site-logo {
  line-height: 1;
  padding-left: 1rem;
}
.upper-nav {
  display: flex;
  justify-content: flex-end;
}
.upper-nav li {
  margin: 0 1rem;
}
.upper-nav li::before {
  content: "";
  width: 1rem;
  height: 1rem;
  display: inline-block;
  background-color: #555;
  border-radius: 50%;
}
.upper-nav li a {
  color: #555;
  text-decoration: none;
  font-size: 1.3rem;
}
/* global nav */
#g-nav ul {
  display: flex;
  justify-content: space-between;
  background: #ffee00;
  border-radius: 0 0 2rem 2rem;
}
#g-nav li {
  width: 100%;
  height: 100%;
  border-right: 1px solid #000;
}
#g-nav li:last-child {
  border-right: none;
}
#g-nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 1rem;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
}
#g-nav a:hover span,
#g-nav .current span {
  display: flex;
  justify-content: center;
  background: #003c7b;
  border: 2px solid #003c7b;
  border-radius: 2rem;
  padding: 0.5rem;
  white-space: nowrap;
  color: #fff;
}
#g-nav a:hover span {
  background: #fff;
  border: 2px solid #fff;
  color: #000;
}
/* pankuzu */
.pankuzu {
  width: 1024px;
  margin: 0 auto;
  padding: 1rem 1.5rem;
}
.pankuzu ul {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.pankuzu li {
  position: relative;
  margin-right: 20px;
}
.pankuzu li + li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  left: -16px;
  top: 3px;
  transform: rotate(45deg);
}
.pankuzu a,
.pankuzu span {
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
}
.pankuzu a:hover {
  text-decoration: underline;
}
/* main */
.main-wrap {
  width: 100%
}
main {
  margin: 0 auto;
}
/* page title & heading  */
main h1 {
  font-size: 3rem;
  text-align: center;
}
.cat-title {
  display: flex;
  justify-content: center;
  padding-bottom: 4rem;
}
.cat-title span {
  font-size: 2.4rem;
  font-weight: bold;
}
.sub-title {
  display: flex;
  justify-content: center;
  margin-bottom: 8rem;
}
.sub-title p {
  font-size: 2rem;
}
.lead-txt {
  display: flex;
  justify-content: center;
  margin: 2rem auto 4rem;
  width: calc(100% - 20%);
}
.lead-txt p {
  border-top: 3px solid #fc4732;
  padding-top: 2rem;
}
/* section */
section {
  margin: 4rem auto 0;
  width: 1024px;
}
#top-page section {
  margin: 0 auto;
  width: 1080px;
}
.sec-wrap {
  width: 100%;
  position: relative;
}
/* top page */
.main-wrap {
    background: #fff url("../img/bg_pattern_line.png") 0 0 / 80px 80px repeat;
}
/* top room */
#top-page .room-sec-wrap section {
  margin: 4rem auto;
  width: 1024px;
}
.room-sec-wrap section:first-child,
.room-sec-wrap #room {
  padding-top: 12rem;
}
.room-sec-wrap section:last-child {
  padding-bottom: 4rem;
}
.room-sec-wrap {
  margin-top: -32px;
  position: relative;
}
.room-sec-wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 24px;
  background: transparent url("../img/bgb_black.svg") top center no-repeat;
  background-size: 1600px auto;
  overflow-x: hidden;
}
.no-js #room, .no-js #badge {
  display: none;
}
.top-message {
  font-size: 2.4rem;
  text-align: center;
  padding: 2rem 0 10rem;
}
.is-js #nj-room {
  display: none
}
/* sec */
.chat-sec-wrap {
  margin-top: -32px;
  position: relative;
  background: #d1a4da;
}
/* top a & about */
.a-sec section,
.about-sec section {
  padding: 6rem 0 12rem;
}
.a-sec,
.about-sec {
  margin-top: -64px;
  position: relative;
  background: #0DB7D3 url("../img/a/bg_pattern_dot.png") center bottom / 16px 492px repeat-x;
  background-blend-mode: multiply;
}
.about-sec {
  margin-top: -64px;
  background: #9CE2ED url("../img/a/bg_pattern_dot.png") center bottom / 16px 492px repeat-x;
  background-blend-mode: multiply;
  z-index: 1000;
  padding-bottom: 12rem;
}
.a-sec::before,
.about-sec::before {
  content: "";
  display: block;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 32px;
  background: transparent url("../img/bgt_a.svg") top center no-repeat;
  background-size: 1600px auto;
  overflow-x: hidden;
}
.about-sec::before {
  height: 32px;
  background: transparent url("../img/bgt_about.svg") top center no-repeat;
  background-size: 1600px auto;
  z-index: -1000;
}
.box-wrap {
  width: 960px;
  margin: 10rem auto 0;
  position: relative;
}
.box-wrap.w880 {
  width: 880px;
}
.box-head {
  display: flex;
  justify-content: center;
  position: relative;
  background: transparent url("../img/rainbow_line.png") 0 0 / 880px 4px no-repeat;
  height: 4px;
}
.box-head img {
  position: absolute;
  top: -140px;
}
.dog-head {
  margin-top: 200px;
}
.box-head.dog-head img {
  top: -160px;
}
.box-content {
  padding: 6rem 8rem;
  background: #09214f url("../img/rainbow_line.png") center bottom / 880px 4px no-repeat;
}
.box-content.no-line {
  background-image: none;
}
.box-content.top-line {
  background: #09214f url("../img/rainbow_line.png") top center / 880px 4px no-repeat;
}
.box-content.pb0 {
  padding-bottom: 0;
}
.box-content h3 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fe0;
  padding-bottom: 1rem;
  line-height: 1.75;
  text-align: center;
}
.box-content p {
  font-size: 1.8rem;
  color: #fff;
  padding-bottom: 4rem;
}
.box-content p:last-child {
  padding: 0;
}
.box-content ul {
  padding: 3rem 4rem 6rem;
}
.box-content li {
  list-style: disc;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.75;
  padding-bottom: 2rem;
}
.ep-content-top {
  padding: 4rem 0;
  min-height: 240px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  background: #fff url("../img/rainbow_line.png") top center/ 880px 4px no-repeat;
  position: relative;
}
.ep-content-top .cat-img {
  width: 200px;
  display: flex;
  justify-content: center;
}
.ep-content-top .cat-img-big {
  position: absolute;
  left: -10px;;
  bottom: -10px;
}
.ep-content-top .cat-img-big + p {
  margin-left: 380px;
}
.ep-content-top p {
  width: 440px;
  font-size: 1.8rem;
  color: #000;
}
.ep-content-top p.wide-txt {
  width: 640px;
}
.ep-content-top .r-img {
  position: absolute;
  right: 0;
  bottom: -2px;
}
.center-img {
  margin: 4rem auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box-content .img-caption {
  font-size: 1.8rem;
}
.img-2-wrap {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.src-box {
  padding: 2rem 8rem 4rem;
  background: #fff url("../img/rainbow_line.png") center bottom / 880px 4px no-repeat;
}
.src-box .h-src {
  font-size: 1.8rem;
  font-weight: normal;
}
.src-box p {
  margin-left: 1em;
  font-size: 1.8rem;
}
.in-box {
  margin: 0 auto 4rem;
  width: 720px;
  border: 1px solid #fff;
  padding: 2rem;
}
.in-box dl {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.in-box dt { 
  font-size: 2.4rem;
  font-weight: bold;
  color: #fe0;
  padding-bottom: 1rem;
  line-height: 1.75;
}
.in-box dd {
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.75;
}
.in-box h4 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
}
.in-list {
  margin-left: 40px;
  width: 680px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.in-list p {
  margin-left: 4rem;
  width: 440px;
}
.in-list ul {
  margin-left: 4rem;
  padding: 0;
}
.in-list li {
  list-style-type: disc;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #fff;
  padding-bottom: 0;
}
.in-box .fs24-bold {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.matome-box {
  background: #fff;
  border-radius: 2rem;
  padding: 2rem;
  margin-bottom: 4rem;
}
.matome-box h4 {
  display: flex;
  justify-content: center;
}
.matome-box h4 span {
  font-size: 2.4rem;
  padding-bottom: 1rem;
  background-image : linear-gradient(to right, #E3008D 2px, transparent 2px);
  background-size: 4px 10px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.matome-box ol {
  margin: 2rem 2rem 0 4rem;
}
.matome-box li {
  color: #000;
  list-style: decimal;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 2;
  padding-bottom: 0;
}
.table-wrap {
  background: #fff;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.table-wrap.w640 {
  width: 640px;
  margin: 0 auto;
}
.table-wrap table {
  table-layout: fixed;
  border-collapse: collapse;
}
.table-wrap.w640 table {
  width: 540px;
}
.table-wrap caption {
  border: 1px solid #999;
  border-bottom: none;
  padding: 1rem;
  font-size: 2rem;
}
.table-wrap td, .table-wrap th {
  text-align: center;
  padding: 1rem;
  font-size: 1.6rem;
  border: 1px solid #999;
}
.table-wrap p {
  align-self: flex-start;
  font-size: 1.5rem;
  color: #000;
}
.table-wrap cite {
  padding-top: 0.5rem;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.75;
}
.r-btm-kv {
  position: absolute;
  bottom: -320px;
  right: 0;
  z-index: 30;
}
/* top b */
.b-sec section {
  padding: 6rem 0 12rem;
}
.role-sec section {
  padding: 6rem 0 0;
}
.b-sec,
.role-sec {
  margin-top: -32px;
  position: relative;
  background: #485470 url("../img/a/bg_pattern_dot.png") center bottom / 16px 492px repeat-x;
  background-blend-mode: multiply;
}
.role-sec {
  margin-top: -64px;
  background: #AEB6D1 url("../img/a/bg_pattern_dot.png") center bottom / 16px 492px repeat-x;
  background-blend-mode: multiply;
}
.b-sec::before,
.role-sec::before {
  content: "";
  display: block;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 32px;
  background: transparent url("../img/bgt_b.svg") top center no-repeat;
  background-size: 1600px auto;
  overflow-x: hidden;
}
.role-sec::before {
  height: 32px;
  background: transparent url("../img/bgt_role.svg") top center no-repeat;
  background-size: 1600px auto;
}
.b-sec .one-third {
  display: flex;
  flex-direction: column;
}
.sec-last-img {
  display: flex;
  justify-content: center;
  margin-top: 80px;

}
/* top c */
#top-page .c-sec section {
  width: 1024px;
  padding: 6rem 0 12rem;
}
.view-sec section {
  width: 1024px;
  padding: 1rem 0 12rem;
}
.c-sec {
  margin-top: -32px;
  position: relative;
  background: #0851C9 url("../img/a/bg_pattern_dot.png") center bottom / 16px 492px repeat-x;
  background-blend-mode: multiply;
}
 .view-sec {
  margin-top: -64px;
  position: relative;
  background: #95B6E9 url("../img/a/bg_pattern_dot.png") center bottom / 16px 492px repeat-x;
}
.view-sec.game,
.graph-sec.game {
  margin-top: 0;
}
.view-sec.game section,
.graph-sec.game section {
  padding-bottom: 8rem;
}
.c-sec::before, .view-sec::before {
  content: "";
  display: block;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 40px;
  background: transparent url("../img/bgt_c.svg") top center no-repeat;
  background-size: 1600px auto;
  overflow-x: hidden;
}
.view-sec::before {
  background: transparent url("../img/bgt_view.svg") top center no-repeat;
  background-size: 1600px auto;
}
/* top d */
.d-sec section {
  padding: 6rem 0 12rem;
}
.graph-sec section {
  padding: 0.5rem 0 12rem;
}
.d-sec, .graph-sec {
  margin-top: -32px;
  position: relative;
  background: #9137A2 url("../img/a/bg_pattern_dot.png") center bottom / 16px 492px repeat-x;
  background-blend-mode: multiply;
}
.graph-sec {
  margin-top: -64px;
  background: #d1a4da url("../img/a/bg_pattern_dot.png") center bottom / 16px 492px repeat-x;
}
.no-js .graph-sec {
  background-blend-mode: screen;
}
.d-sec::before, .graph-sec::before {
  content: "";
  display: block;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 40px;
  background: transparent url("../img/bgt_d.svg") top center no-repeat;
  background-size: 1600px auto;
  overflow-x: hidden;
}
 .graph-sec::before {
    top: -16px;
    background: transparent url("../img/bgt_graph.svg") top center no-repeat;
    background-size: 1600px auto;
}
/* top e episode */
.e-sec section {
  padding: 6rem 0 12rem;
}
.ep-sec {
  padding: 2rem 0 12rem;
}
.e-sec, .ep-sec {
  margin-top: -32px;
  position: relative;
  background: #6F93FF url("../img/a/bg_pattern_dot.png") center bottom / 16px 492px repeat-x;
  background-blend-mode: darken;
}
.ep-sec {
  margin-top: -64px;
  background: #6F93FF url("../img/a/bg_pattern_dot.png") center bottom / 16px 492px repeat-x;
}
.e-sec::before, .ep-sec::before {
  content: "";
  display: block;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 40px;
  background: transparent url("../img/bgt_e.svg") top center no-repeat;
  background-size: 1600px auto;
  overflow-x: hidden;
}
.ep-title {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.ep-title .ep-chapter{
  font-size: 2rem;
  padding-bottom: 1rem;
}
.ep-title span:last-child {
  padding-top: 1rem;
  border-top: 3px solid #fc4732;

}
/* top f link */
.f-sec section {
  padding: 6rem 0 12rem
}
.link-sec section {
  padding: 0.5rem 0 8rem;
}
.f-sec,
.link-sec {
  background: #FF8E24 url("../img/a/f_illust_01.png") center 150px / 832px 296px no-repeat;
  margin-top: -32px;
  position: relative;
}
.link-sec {
  margin-top: -64px;
  background: #f7dcb6 url("../img/a/bg_pattern_dot.png") center bottom / 16px 492px repeat-x;
}
.f-sec .united-area {
  margin-bottom: 16rem;
}
.f-sec::before,
.link-sec::before {
  content: "";
  display: block;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 40px;
  background: transparent url("../img/bgt_f.svg") top center no-repeat;
  background-size: 1600px auto;
  overflow-x: hidden;
}
.link-sec::before {
  background: transparent url("../img/bgt_link.svg") top center no-repeat;
  background-size: 1600px auto;
}
.link-box {
  padding: 4rem 0;
  background: url("../img/rainbow_line.png") center top / 880px 4px no-repeat, url("../img/rainbow_line.png") center bottom / 880px 4px no-repeat;
  background-color: #09214f;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 8rem;
}
.link-title {
  width: calc(100% - 8rem);
  background: #fff;
  border-radius: 1rem;
  padding: 2rem 2rem 1rem;
}
.link-title h3 {
  display: flex;
  align-items: center;
  font-size: 2rem;
  padding-bottom: 0.5rem;
}
.link-title a h3 {
  color: #E3008D;
  text-decoration: underline;
}
.link-txt {
  padding: 2rem 6rem;
}
.link-txt p {
  color: #fff;
  font-size: 1.6rem;
}
.link-box ul {
  margin: 1rem auto;
  padding: 0 2rem;
}
.link-box li {
  list-style: disc;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.75;
}
/* page-top(NOT top page) */
.page-top {
  padding: 2rem 0;
  position: relative;
  background: #fff url("../img/bg_pattern_line.png") 0 0 / 80px 80px repeat;
}
.page-top.ep-page {
  height: 320px;
}
.page-top::before {
  content: "";
  display: block;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 64px;
  background: transparent url("../img/bgt_white.svg") top center no-repeat;
  background-size: 1600px auto;
  overflow-x: hidden;
}
@media screen and (min-width:1400px) {
  .a-sec::before {
    background: transparent url("../img/bgt_a.svg") top center no-repeat;
    background-size: 3200px auto;
  }
  .about-sec::before {
    background: transparent url("../img/bgt_about.svg") top center no-repeat;
    background-size: 3200px auto;
  }
  .role-sec::before {
    background: transparent url("../img/bgt_role.svg") top center no-repeat;
    background-size: 3200px auto;
  }
  .graph-sec::before {
    background: transparent url("../img/bgt_graph.svg") top center no-repeat;
    background-size: 3200px auto;
  }
 .view-sec::before {
    background: transparent url("../img/bgt_view.svg") top center no-repeat;
    background-size: 3200px auto;
  }
  .b-sec::before {
    background: transparent url("../img/bgt_b.svg") top center no-repeat;
    background-size: 3200px auto;
  }
  .c-sec::before {
    background: transparent url("../img/bgt_c.svg") top center no-repeat;
    background-size: 3200px auto;
  }
  .d-sec::before {
    background: transparent url("../img/bgt_d.svg") top center no-repeat;
    background-size: 3200px auto;
  }
  .e-sec::before, .ep-sec::before {
    background: transparent url("../img/bgt_e.svg") top center no-repeat;
    background-size: 3200px auto;
  }
  .f-sec::before {
    background: transparent url("../img/bgt_f.svg") top center no-repeat;
    background-size: 3200px auto;
  }
  .link-sec::before {
    background: transparent url("../img/bgt_link.svg") top center no-repeat;
    background-size: 3200px auto;
  }
  .room-sec-wrap::before {
    background: transparent url("../img/bgb_black.svg") top center no-repeat;
    background-size: 3200px auto;
  }
  .page-top::before {
    background: transparent url("../img/bgt_white.svg") top center no-repeat;
    background-size: 3200px auto;
  }
}
/**/
.sec-title {
  margin-top: -6rem;
  font-size: 3rem;
  display: flex;
  justify-content: center;
}
.box-menu-wrap {
  width:960px;
  margin: 4rem auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.box-menu {
  width: 280px;
  display: flex;
  flex-direction: column;
  margin: 2rem;
}
.box-menu a {
  width: 100%;
  background: #fff;
  border: 4px solid #fff;
  border-radius: 20px;
  box-shadow: 2px 2px 2px rgba(0,0,0,.2);
  padding: 2rem 2rem 1rem;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.box-menu a:hover {
  border: 4px solid #E3008D;
}
.box-menu h3 {
  font-size: 2.4rem;
  display: flex;
  justify-content: flex-start;
  padding-top: 2rem;
  min-height: 10rem;
  border-bottom: 4px solid #E3008D;
}
.box-menu p {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1rem 0 0;
  min-height: 8rem;
}
.box-menu .arrow {
  margin-top: -2rem;
  align-self: flex-end;
}
.box-menu .tag-wrap {
  margin: 1rem 0;
  display: flex;
  flex-wrap: wrap;
}
.tag-wrap span {
  background: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.75;
  padding-right: 1rem;
}
.wide-box-menu-a,
.wide-box-menu-b {
  width: 920px;
  margin: 0 auto;
  padding: 2rem 0;
}
.wide-box-menu-a a,
.wide-box-menu-b a {
  width: 100%;
  background: #fff;
  border: 4px solid #fff;
  border-radius: 20px;
  box-shadow: 2px 2px 2px rgba(0,0,0,.2);
  padding: 2rem 2rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  text-decoration: none;
}
.wide-box-menu-a a:hover,
.wide-box-menu-b a:hover {
  border: 4px solid #E3008D;
}
.wide-box-menu-a .box-title {
  width: 280px;
  margin-right: 2rem;
}
.wide-box-menu-a .box-title h3 {
  font-size: 2.4rem;
  display: flex;
  justify-content: flex-start;
  padding-top: 2rem;
  border-bottom: 4px solid #E3008D;
}
.wide-box-menu-a .box-title p {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1rem 0 0;
  min-height: 6rem;
}
.wide-box-menu-a .arrow {
  align-self: flex-end;
}
.wide-box-menu-b .box-title h3 {
  font-size: 2.4rem;
}
.wide-box-menu-b .box-title h3 span {
  font-size: 2rem;
}
/* sitemap & filelist */
.main-wrap.sitemap, .main-wrap.filelist {
  background: none;
  margin-top: -40px;
}
h1.sitemap, h1.filelist {
  background: #09214f;
  color: #fff;
  padding: 2rem;
}
.sitemap-wrap, .filelist-wrap {
  width: 100%;
  background: #09214f;
}
.sitemap-wrap ul:first-child {
  background: url("../img/rainbow_line.png") center top / 1024px 4px repeat-x, url("../img/rainbow_line.png") center bottom 10rem / 1024px 4px repeat-x;
  margin: 0 auto;
  width:1024px;
  padding-top: 2rem;
  padding-bottom: 12rem;
}
.sitemap-wrap li ul {
  padding: 2rem 2rem 2rem 18rem;
}
.sitemap-wrap li ul li ul {
  padding-top: 1rem;
}
.sitemap-wrap li {
  padding-bottom: 1rem;
}
.sitemap-wrap li a {
  color: #fff;
  font-size: 1.8rem;
  line-height: 2;
}
.sitemap-wrap li::before {
  content: "";
  display: inline-block;
  width: 48px;
  height: 16px;
  background: url("../img/sankaku.png") center center / 16px no-repeat;
}
.filelist-wrap {
  margin: 0 auto;
  width: 100%;
  padding: 2rem 0;
}
.filelist-wrap h2 {
  display: flex;
  align-items: center;
  padding-top: 2rem;
  font-size: 2.4rem;
  color: #fff;
  width: 920px;
  margin: 0 auto;
  background: url("../img/rainbow_line.png") center top / 1024px 4px repeat-x, url("../img/rainbow_line.png") center bottom 10rem / 1024px 4px repeat-x;
}
.filelist-wrap h2 span {
  display: flex;
  margin-left: 2rem;
  font-size: 2.1rem;
  color: #0000CA;
  background: #fff;
  border-radius: 1rem;
  padding: 0.2rem 1rem;
}
.filelist-wrap ul {
  width: 960px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 1rem auto;
}
.filelist-wrap .media-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.filelist-wrap li.excel {
  display: flex;
  width: 960px;
  flex: auto;
  justify-content: flex-end;
  padding-right: 24px;
}
.filelist-wrap .media-link a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
  background: #ddd;
  width: 440px;
  min-height: 48px;
  font-size: 1.6rem;
  color: #000;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
}
.filelist-wrap .media-link a:first-child {
  border-left: 8px solid #E3008D;
  background: #eee;
  margin-right: 1rem;
}
.filelist-wrap li.excel .media-link a {
  border: none;
  background: #9CE2ED;
}
.filelist-wrap .media-link a:hover {
  background: #fff;
}
.filelist-wrap .media-link a:first-child:hover {
  background: #cc99cc;
}
.filelist-wrap li.excel .media-link a:hover {
  background: #ccffff;
}
/* game */
.game-view-wrap {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 600px;
}
.no-js #nj-view, .no-js #nj-graph {
  display: block
}
.no-js #game-top-page #view,.no-js #game-top-page #graph, .is-js #nj-view, .is-js #nj-graph {
  display: none
}
.game-img {
  margin-top: -120px;
  z-index: 20000;
}
.how-to-wrap {
  margin: 2em auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.how-to-play {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  width: 120px;
  height: 108px;
  margin-right: 2rem;
}
.how-to-play.js {
  height: 64px;
}
.how-to-play h2 {
  padding-left: 1rem;
  font-size: 2rem;
  letter-spacing: .5em;
}
.how-to-play.js h2 {
  padding-left: 0;
  letter-spacing: 0;
}
.how-to {
  font-size: 1.6rem;
  font-weight: bold;
  width: 440px;
}
.how-to.js {
  display: flex;
  align-items: center;
}
.how-to.js img {
  margin-right: 1rem;
}
.game-btn-wrap {
  margin: 2rem auto;
}
.game-btn {
  width: 600px;
  margin-bottom: 2rem;
}
.game-btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border: 4px solid #fff;
  border-radius: 20px;
  padding: 2rem;
  text-decoration: none;
  box-shadow: 2px 2px 2px rgba(0,0,0,.2);
}
.game-btn a:hover {
  border: 4px solid #E3008D;
}
.game-btn h3 {
  font-size: 2.1rem;
}
.game-btn p {
  font-size: 1.8rem;
}
/**/
.chat-sec-wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: -16px;
   left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 32px;
  background: transparent url("./img/bgt_chat.svg") top center no-repeat;
  background-size: 1600px auto;
  overflow-x: hidden;
}
@media screen and (min-width:1200px) {
  .chat-sec-wrap::before {
    background: transparent url("./img/bgt_chat.svg") top center no-repeat;
    background-size: 3200px auto;
  }
}
.sec-chat {
  padding: 4rem 0;
}
/* h */
.r-blue-h {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  background: #00346e;
  border-radius: 2rem;
}
.r-blue-h span {
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 2.1rem;
}
.c-black-h {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.c-black-h span:first-child {
  font-size: 4rem;
  font-weight: bold;
  padding-bottom: 1rem;
  background-image : linear-gradient(to right, #000 2px, transparent 2px);
  background-size: 4px 10px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.c-black-h span:last-child {
  padding-top: 1rem;
  font-size: 3.2rem;
}
.b-sec .c-black-h,
.c-sec .c-black-h,
.d-sec .c-black-h {
  color: #fff;
}
.l-red-h {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
}
.l-red-h span:first-child {
  font-size: 4rem;
  font-weight: bold;
  padding-bottom: 1rem;
  background-image : linear-gradient(to right, #E3008D 2px, transparent 2px);
  background-size: 4px 10px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.l-red-h span:last-child {
  padding-top: 1rem;
  font-size: 3.2rem;
}
/* heading & lead */
.h-lead-wrap {
  width: 100%;
  width: 1024px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
}
.l-wrap {
  width: 50%;
}
.l-lead-txt {
  display: flex;
  justify-content: flex-start;
  margin: 1rem auto;
  width: 100%;
}
.r-wrap img {
  position: relative;
  z-index: 10000;
}
/* top area */
.divided-area {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.united-area {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.divided-area p,
.united-area p {
  width: 560px;
  font-size: 2.4rem;
  font-weight: 600;
}
.united-area p {
  text-align: center;
  width: 1024px;
}
.b-sec .divided-area p,
.c-sec .divided-area p,
.d-sec .divided-area p {
  color: #fff;
}
/* btn */
.r-link-btn {
  margin: 0 auto;
  width: 420px;
}
.r-link-btn-wide {
  margin: 0 auto;
  width: 640px;
  padding: 0 0 3rem;;
}
.r-link-btn a,
.r-link-btn-wide a {
  height: 72px;
  border: 4px solid #fff;
  border-radius: 3.6rem;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  font-size: 2.4rem;
  font-weight: bold;
  color: #000;
  background: #fff url("../img/pink_arrow_r.png") center right 10px / 52px 52px no-repeat;
}
.r-link-btn-wide a {
  min-height: 48px;
  font-size: 1.6rem;
  justify-content: space-around;
  background-image: none;
}
.r-link-btn a:hover, .r-link-btn-wide a:hover {
  border: 4px solid #E3008D;
}
/* list */
.link-contents,
.badge-list {
  margin: 2rem auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.badge-list {
  margin-bottom: 4rem;
}
.link-contents li a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
.link-contents a img {
  transform: scale(1);
  transition: all .1s;
}
.link-contents a:hover img {
  transform: scale(1.08);
  transition: all .2s;
}
.link-contents p {
  font-size: 1.6rem;
  font-weight: bold;
}
.link-contents span {
  font-size: 1.4rem;
  color: #000;
  padding-top: 1rem;
}
.top-link-wrap {
  width: 960px;
  margin: 4rem auto 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.top-link-wrap .top-link a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
.top-link-wrap .top-link p {
  padding-top: 1rem;
}

/* dog chat */
.bubble {
  margin: 10px 0;
  padding: 10px;
  min-height: 60px;
  display: flex;
  align-items: center;
}
.dog-bubble, .dog-response {
  display: flex;
  justify-content: flex-start;
}
.dog-bubble span:last-child, .dog-response span:last-child {
  background: #00EFFF;
  color: #000;
  border-radius: 2rem;
  padding: 2rem 3rem;
  font-size: 1.8rem;
  position: relative;
  max-width: 640px;

}
.dog-bubble span:last-child::before, .dog-response span:last-child::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 1rem;
  left: -15px;
  border-style: solid;
  border-color: transparent transparent transparent #00EFFF;
  border-width: 10px 0 10px 20px;
  transform: rotate(200deg);
}
.dog-name, .kids-name {
  display: flex;
}
.dog-name {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 170px;
  height: 180px;
  background: transparent url("../img/c_captain_01.png") 0 0 / 140px 168px no-repeat ;
}
.kids-bubble {
  display: flex;
  justify-content: flex-end;
}
.kids-name {
  order: 2;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-left: 2rem;
  width: 170px;
  height: 180px;
  background: transparent url("../img/c_chara_pair.png") 0 0 / 160px 176px no-repeat ;
}
.kids-name.girl-1 {
  width: 360px;
  height: 200px;
  background: transparent url("../img/c_chara_girl_01.png") left bottom 4px / 240px 200px no-repeat ;
}
.kids-name.boy-1 {
  order: 0;
  margin-left: 0;
  width: 320px;
  height: 132px;
  background: transparent url("../img/c_chara_man_01.png") left bottom 3px / 240px 132px no-repeat ;
}
.kids-name.kids-1 {
  width: 540px;
  height: 196px;
  background: transparent url("../img/c_chara_pair_02.png") left bottom 4px / 240px 196px no-repeat ;
}
.kids-bubble span:last-child {
  background: #fff;
  color: #000;
  border-radius: 2rem;
  font-size: 1.8rem;
  padding: 2rem 3rem;
  position: relative;
  max-width: 640px;
}
.kids-bubble span:last-child::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 1.5rem;
  right: -15px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 10px 0 10px 20px;
  transform: rotate(-20deg);
}
.kids-bubble.boy-1 span:last-child::before {
  left: -15px;
  border-color: transparent transparent transparent #fff;
  transform: rotate(200deg);
}
/* btm-btns */
.btm-btn-wrap {
  width: 1024px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10rem 0 8rem
}
.btm-btn-wrap.single {
  justify-content: flex-end;
}
.to-page-top a {
  border: 2px solid #ddd;
  border-radius: 4rem;
  width: 320px;
  min-height: 64px;
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.75;
  text-decoration: none;
}
.to-page-top a:hover {
  border: 2px solid #E3008D;
}
.to-page-top a img {
  align-self: flex-start;
  margin-right: 4rem;
}
/* footer */
footer {
  position: relative;
  width: 100%;
  z-index: 5000;
}
.footer-top-wrap {
  background: #000;
}
.footer-top {
  margin: 0 auto;
  width: 1024px;
  display: flex;
  justify-content: space-between;
  padding: 2rem 0;
}
.footer-top .upper-nav {
  justify-content: flex-start
}
.footer-top .upper-nav li::before {
  color: #fff;
  background-color: #fff;
}
.footer-top .upper-nav li a {
  color: #fff;
}
.footer-btm {
  margin: 0 auto;
  padding: 2rem 0;
  width: 1024px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-btm ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.footer-btm li {
  line-height: 1.5;
}
.footer-btm small {
  font-size: 1.4rem;
}