@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
body {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  color: #0E172B;
}

p {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  line-height: 1.65em;
  margin-bottom: 1.3em;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-feature-settings: "palt";
  }

  p {
    font-size: 15px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-feature-settings: "palt";
  }
}
body {
  width: 100%;
  overflow-x: hidden;
}
body img {
  width: 100%;
  height: auto;
  display: block;
}

section {
  display: block;
  position: relative;
  z-index: 1;
}

.hl {
  width: 100%;
  height: auto;
  max-width: 380px;
  margin: auto;
}

.inner-wrap {
  padding: 0 3%;
  width: 94%;
}

header .nav-bt, header .page-bt {
  width: 48px;
  height: 48px;
  position: fixed;
  top: 0.5em;
  right: 0.5em;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  display: none;
}
header nav {
  position: fixed;
  list-style: none;
  width: 100%;
  background: #00B1FF;
  height: 60px;
  z-index: 5;
}
header nav ul {
  color: #FFF;
  padding: 8px 0;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
header nav ul li {
  text-align: center;
  display: inline-block;
}
header nav ul li a {
  padding: 0.5em 1em;
  display: block;
  font-size: 1em;
  color: #fff;
}
header nav ul li a:hover {
  color: #FFE600;
}
header nav ul li a.cs {
  opacity: 0.7;
  pointer-events: none;
  position: relative;
}
header nav ul li a.cs:after {
  content: "coming soon";
  font-size: 10px;
  position: absolute;
  width: 100%;
  bottom: -0.4em;
  left: 0;
  right: 0;
  margin: auto;
}
header .share {
  display: block;
  position: fixed;
  width: 60px;
  height: auto;
  bottom: 130px;
  right: 0.5em;
  z-index: 5;
}
header .share:after {
  content: "";
  display: block;
  width: 70px;
  height: 84px;
  background-image: url(../images/sheare01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -80px;
  right: 10px;
}
header .share img {
  width: 100%;
}
header .share-inner a {
  display: block;
  border-radius: 90px;
}
header .share-inner a:hover {
  background: #ecebeb;
}
header .shortcut {
  position: fixed;
  display: block;
  z-index: 5;
  bottom: 0.3em;
  right: 0.3em;
}
header .shortcut img {
  width: 100px;
  filter: drop-shadow(3px 3px 5 black);
}
header .shortcut a {
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
header .shortcut a:hover {
  transform: scale(1.1);
}

.bg-wrap {
  width: 100%;
  height: 100vh;
  background-image: url(../images/summer_back.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  z-index: 0;
  opacity: 0.3;
}

#time-attack {
  background: #2e2227;
  width: 100%;
  min-height: 100vh;
  color: #fff;
}
#time-attack .game-wrap .game-inner {
  position: relative;
}
#time-attack .game-wrap .game-inner .game-header {
  width: calc(100% - 2em);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
  margin: auto;
  background-color: #fff;
}
#time-attack .game-wrap .game-inner .result-wrap, #time-attack .game-wrap .game-inner .false-wrap {
  width: calc(90% - 2em);
  height: fit-content;
  max-width: 400px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  padding: 1em;
  border-radius: 0.7em;
  color: #2e2227;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  display: none;
}
#time-attack .game-wrap .game-inner .result-wrap .r-title, #time-attack .game-wrap .game-inner .false-wrap .r-title {
  color: #ae007b;
  font-family: "Odibee Sans";
  font-size: 5em;
  text-align: center;
}
#time-attack .game-wrap .game-inner .result-wrap .r-text, #time-attack .game-wrap .game-inner .false-wrap .r-text {
  text-align: center;
  font-weight: 600;
}
#time-attack .game-wrap .game-inner .result-wrap .result, #time-attack .game-wrap .game-inner .false-wrap .result {
  background-color: #ddd;
  text-align: center;
  font-size: 1.4em;
  padding: 1em 0.5em;
  font-weight: 600;
  line-height: 1em;
}
#time-attack .game-wrap .game-inner .result-wrap .result span, #time-attack .game-wrap .game-inner .false-wrap .result span {
  color: #ae007b;
  font-size: 1.3em;
  vertical-align: text-top;
  line-height: 1em;
}
#time-attack .game-wrap .game-inner .result-wrap .clear-action, #time-attack .game-wrap .game-inner .false-wrap .clear-action {
  width: 100%;
  display: flex;
}
#time-attack .game-wrap .game-inner .result-wrap .clear-action .bt, #time-attack .game-wrap .game-inner .false-wrap .clear-action .bt {
  width: calc(50% - 1em);
  display: block;
  text-align: center;
  padding: 1em 0.5em;
  background-color: #00B1FF;
  color: #fff;
  font-weight: 600;
}
#time-attack .game-wrap .game-inner .result-wrap .clear-action .bt.retry, #time-attack .game-wrap .game-inner .false-wrap .clear-action .bt.retry {
  background-color: #120463;
}
#time-attack .game-wrap .game-inner .result-wrap .clear-action .bt:hover, #time-attack .game-wrap .game-inner .false-wrap .clear-action .bt:hover {
  opacity: 0.75;
}
#time-attack .game-wrap .game-inner .start {
  display: block;
  width: 200px;
  height: 200px;
  border: 0.3em solid #fff;
  background-color: #ae007b;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  text-align: center;
  border-radius: 100px;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
  cursor: pointer;
}
#time-attack .game-wrap .game-inner .start span {
  pointer-events: none;
  display: block;
  height: 0;
  line-height: 0;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0%;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 1.8em;
  font-family: "Share Tech Mono";
}
#time-attack .game-wrap .game-inner .title {
  text-align: left;
  font-size: 1.6em;
  font-weight: 600;
  color: #2e2227;
  position: relative;
  padding-left: 80px;
}
#time-attack .game-wrap .game-inner .title:after {
  content: "";
  width: 80px;
  height: 100px;
  display: block;
  background-image: url(../images/oz_icon.png);
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
#time-attack .game-wrap .game-inner .title .mission {
  display: block;
  font-size: 0.7em;
}
#time-attack .game-wrap .game-inner .title .target {
  font-size: 1.8em;
  margin: 0 0.1em;
  color: #ae007b;
  line-height: 1em;
  font-family: "Share Tech Mono";
  letter-spacing: 0.1em;
}
#time-attack .game-wrap .game-inner .countdown {
  background-color: #2e2227;
  color: #fff;
  text-align: center;
  font-size: 1.4em;
  padding: 1em;
  font-weight: 600;
  border-radius: 0.3em;
  margin-bottom: 0.5em;
}
#time-attack .game-wrap .game-inner .countdown .count {
  font-size: 0.7em;
}
#time-attack .game-wrap .game-inner .nums-wrap {
  width: 92%;
  padding: 4%;
  max-width: 640px;
  margin: auto;
}
#time-attack .game-wrap .game-inner .nums-wrap .nums {
  font-size: 2.5em;
  line-height: 0.8em;
  letter-spacing: 0.1em;
  text-align: center;
}
#time-attack .game-wrap .game-inner .nums-wrap .nums span {
  display: inline-block;
  font-family: "Share Tech Mono";
  cursor: crosshair;
}
#time-attack .back-wrap {
  width: calc(100% - 2em);
  background-color: #fff;
  color: #2e2227;
  text-align: center;
  padding: 1em;
}
#time-attack .back-wrap a {
  display: block;
  width: fit-content;
  background-color: #eee;
  padding: 0.75em 1em;
  margin: auto;
  border-radius: 0.3em;
}

#countdown {
  width: 100%;
  height: 100vh;
  background: #d7d7df;
  background: linear-gradient(0deg, #d7d7df 0%, white 100%);
  position: relative;
}
#countdown .earth {
  width: 90%;
  max-width: 800px;
  height: fit-content;
  position: absolute;
  top: 0%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
#countdown .countdown-inner {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  background-image: url(../images/earth_back.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#countdown .countdown-inner .cd-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 900px;
  text-align: center;
  background-color: rgba(215, 215, 223, 0.6);
}
#countdown .countdown-inner .cd-wrap .cdt {
  width: 100%;
}
#countdown .countdown-inner .cd-wrap .cdt #countdown-unit {
  display: flex;
  justify-content: center;
  width: 95%;
  margin: auto;
}
#countdown .countdown-inner .cd-wrap .cdt #countdown-unit div {
  position: relative;
  overflow: hidden;
  padding-top: 20%;
}
#countdown .countdown-inner .cd-wrap .cdt #countdown-unit div.time {
  width: 15%;
}
#countdown .countdown-inner .cd-wrap .cdt #countdown-unit div.sep {
  width: 10%;
}
#countdown .countdown-inner .cd-wrap .cdt #countdown-unit div img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
#countdown .countdown-inner .cd-wrap:after {
  content: "";
  width: 30%;
  height: 40%;
  background-color: rgba(215, 215, 223, 0.6);
  position: absolute;
  top: -45%;
  left: 0%;
  right: 0;
  margin: auto;
  background-image: url(../images/cd_jpn.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

main {
  padding-top: 60px;
  position: relative;
  z-index: 1;
}

#mv {
  padding: 2em 0;
}
#mv .mv-wrap {
  text-align: center;
  margin-bottom: -10px;
  margin: 0 auto;
  width: 100%;
  max-width: 1220px;
  padding-bottom: 20px;
}
#mv .mv-wrap h2 {
  margin: 10px 10px -4px 10px;
  font-size: 2.4em;
  color: #00B1FF;
  font-family: "ヒラギノ角ゴ StdN";
  font-weight: bolder;
}
#mv .mv-wrap h2 br {
  display: none;
}
#mv .mv-wrap h3 {
  font-size: 1.2em;
  font-family: "ヒラギノ角ゴ StdN";
  font-weight: bolder;
}

.catch-wrap {
  text-align: center;
}
.catch-wrap .catch {
  width: 100%;
  max-width: 740px;
  margin: auto;
}
.catch-wrap .catch img {
  width: 100%;
  height: auto;
}

.ticket-button {
  width: 100%;
  max-width: 600px;
  margin: 2em auto 4em;
}
.ticket-button .ticket_botan_waku {
  width: calc(100% - 2.5em);
  padding: 0.75em;
  background: #00B1FF;
  border: solid 0.4em #FFF;
  border-radius: 170px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.ticket-button .ticket_botan_waku .ryoukin {
  font-size: 1.5em;
  color: #FFE600;
  font-weight: 600;
  width: 40%;
  text-align: center;
  font-weight: 500;
  line-height: 1.2em;
}
.ticket-button .ticket_botan_waku .ticket_botan {
  width: calc(60% - 4em);
  padding: 2em;
  display: block;
  background-color: #fff;
  border-radius: 10em;
  position: relative;
}
.ticket-button .ticket_botan_waku .ticket_botan:hover {
  background-color: #FFE600;
}
.ticket-button .ticket_botan_waku .ticket_botan span {
  display: block;
  font-weight: 500;
  color: #00B1FF;
  text-align: center;
  font-size: 1.5em;
  padding: 0.5em 0;
}
.ticket-button .ticket_botan_waku .ticket_botan a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.sp_banner {
  width: 100%;
  max-width: 1200px;
  display: flex;
  margin: auto;
}
.sp_banner a {
  display: block;
  width: 48%;
  margin: auto;
}
.sp_banner a img {
  display: block;
  width: 100%;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.4));
}

.setumei {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 4em 0;
}
.setumei .setsumei-inner {
  display: flex;
  width: 100%;
}
.setumei .setsumei-inner .setsumei-sin {
  width: 50%;
  max-width: 300px;
}

.test-play {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1200px;
  margin: auto;
}
.test-play .otamesi_botan {
  width: calc(55% - 0.8em);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
  background: #00B1FF;
  padding: 3em 2em;
  border: solid 0.4em #FFF;
  border-radius: 270px;
  padding-left: 40%;
  padding-right: 5%;
  color: #fff;
  font-size: 1.3em;
  text-align: center;
  font-weight: 500;
  position: relative;
}
.test-play .otamesi_botan:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 10%;
  width: 30%;
  background-image: url(../images/summer_otamesi.jpg);
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.test-play .otamesi_botan:before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  display: block;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2em;
  transform: rotate(-45deg);
  margin: auto;
}
.test-play .otamesi_botan:hover {
  background-color: #46c7ff;
}

#play-img {
  overflow: hidden;
}
#play-img .swiper-container {
  padding: 2em 0;
}
#play-img .swiper-slide {
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  border: 0.4em solid #fff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}

.rdg_botan {
  display: block;
  position: relative;
}
.rdg_botan img {
  margin: auto;
  margin-top: 40px;
  width: 542px;
  height: 201px;
  max-width: 100%;
}
.rdg_botan img:hover {
  opacity: 0.75;
}

.bg-blur-top {
  position: relative;
  padding: 2em 0;
  padding-top: 10%;
}
.bg-blur-top .blur-img {
  position: absolute;
  width: 100%;
  bottom: 0;
  backdrop-filter: blur(10px);
  mask-image: url(../images/bar01_bg.svg);
  -webkit-mask-image: url(../images/bar01_bg.svg);
}

.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-blur-mid {
  backdrop-filter: blur(10px);
  padding: 2px 0;
}

.bg-blur-bottom {
  position: relative;
  padding: 2em 0;
  padding-top: 0%;
}
.bg-blur-bottom .blur-img-2 {
  position: absolute;
  width: 100%;
  top: 0;
  backdrop-filter: blur(10px);
  mask-image: url(../images/bar02_bg.svg);
  -webkit-mask-image: url(../images/bar02_bg.svg);
}

#news {
  position: relative;
}
#news .news-wrap {
  width: calc(100% - 4.8em);
  max-width: 740px;
  background-color: #fff;
  border: 0.4em solid #00B1FF;
  padding: 2em;
  margin: auto;
  border-radius: 1.5em;
  min-height: 12em;
}
#news .news-wrap li {
  display: flex;
  padding: 0.5em;
  position: relative;
}
#news .news-wrap li .date {
  width: 120px;
}
#news .news-wrap li .text {
  width: calc(100% - 120pxfnav);
}
#news .news-wrap li a {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
#news .avatar01 {
  position: absolute;
  right: 150px;
}

#story {
  position: relative;
}
#story .story-wrap {
  width: calc(100% - 4.8em);
  max-width: 740px;
  background-color: #fff;
  border: 0.4em solid #00B1FF;
  padding: 2em;
  margin: auto;
  border-radius: 1.5em;
}
#story .story-wrap p {
  margin-bottom: 1em;
}
#story .story-wrap p:last-of-type {
  margin-bottom: 0;
}
#story .star1 {
  position: absolute;
  left: 150px;
}

#chara .chara-wrap {
  width: calc(100% - 2.8em);
  max-width: 740px;
  background-color: #fff;
  border: 0.4em solid #00B1FF;
  padding: 1em;
  margin: auto;
  border-radius: 1.5em;
}
#chara .chara-wrap .chara-display {
  width: calc(100% - 0.8em);
  border: 0.4em solid #FFE600;
  border-radius: 1em;
  margin-bottom: 1em;
  position: relative;
}
#chara .chara-wrap .chara-display img {
  display: none;
}
#chara .chara-wrap .chara-display img.active {
  display: block;
}
#chara .chara-wrap .chara-display .desc {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em;
  width: calc(70% - 2em);
  font-size: 0.9em;
}
#chara .chara-wrap .chara-display .desc .name {
  color: #00b1ff;
  font-weight: 600;
  font-size: 1.1em;
}
#chara .chara-wrap .chara-display .desc.active {
  display: block;
}
#chara .chara-wrap .thum-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
#chara .chara-wrap .thum-wrap .thum {
  width: 100px;
  display: block;
  margin: 0.5em;
}
#chara .chara-wrap .thum-wrap .thum:hover {
  cursor: pointer;
  opacity: 0.75;
}

.sammer_botan {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 4em auto;
  display: flex;
}
.sammer_botan a {
  display: block;
  width: 50%;
  height: auto;
}
.sammer_botan a:hover {
  opacity: 0.8;
}
.sammer_botan .star2 {
  position: absolute;
  right: -350px;
}

#kaisaikikan {
  position: relative;
}
#kaisaikikan .avatar02 {
  position: absolute;
  top: 730px;
  left: 4%;
  width: 15%;
}
#kaisaikikan .kikan-wrap {
  width: calc(100% - 2.8em);
  max-width: 740px;
  background-color: #fff;
  border: 0.4em solid #00B1FF;
  padding: 1em;
  margin: auto;
  margin-bottom: 1em;
  border-radius: 1.5em;
}
#kaisaikikan .kikan-wrap .hiyou {
  display: flex;
  width: 100%;
}
#kaisaikikan .kikan-wrap .hiyou .hiyou-sin {
  display: block;
  width: calc(100% - 1em);
  margin: auto;
  align-self: flex-start;
  position: relative;
}
#kaisaikikan .kikan-wrap .hiyou .hiyou-sin.hiyou-now:after {
  content: "";
  display: block;
  width: 28%;
  height: 0;
  padding-top: 28%;
  display: block;
  position: absolute;
  top: -3%;
  right: -3%;
  background-image: url(../images/kikan_hayawari_icon.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
#kaisaikikan .kikan-wrap .kaisaikikan_tenpo {
  padding: 1em;
}
#kaisaikikan .kikan-wrap .sv-items {
  display: flex;
  margin-bottom: 1em;
}
#kaisaikikan .kikan-wrap a {
  color: #00B1FF;
  text-decoration: underline;
  font-weight: 500;
}
#kaisaikikan .kikan-wrap .daninmidasi, #kaisaikikan .kikan-wrap .daninbana- {
  width: 100%;
  max-width: 400px;
  margin: auto;
  margin-bottom: 1em;
}

#play {
  margin-bottom: 4em;
}
#play .play-wrap {
  width: 98%;
  max-width: 1500px;
  margin: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#play .play-wrap .play-sin {
  width: 24%;
  margin: 0 auto;
}
#play .play-wrap .play-sin .sin-inner {
  width: calc(100% - 2.8em);
  background-color: #fff;
  border: 0.4em solid #00B1FF;
  padding: 1em;
  margin: auto;
  border-radius: 2em;
}
#play .play-wrap .play-sin .sin-inner.play_04 .play-img {
  position: relative;
}
#play .play-wrap .play-sin .sin-inner.play_04 .play-img .solve-target {
  display: block;
  position: absolute;
  width: 33%;
  height: 36%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#play .play-wrap .play-sin .sin-inner .sin-header {
  min-height: 4em;
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 0.5em;
}
#play .play-wrap .play-sin .sin-inner .sin-header:after {
  content: "";
  display: block;
  width: calc(100% - 3em);
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom: 2px dashed #00B1ff;
}
#play .play-wrap .play-sin .sin-inner .sin-header h4 {
  color: #00B1FF;
  font-size: 1.3em;
  font-weight: 500;
  position: relative;
  padding-left: 3em;
  line-height: 1.5em;
}
#play .play-wrap .play-sin .sin-inner .sin-header span {
  display: block;
  color: #00B1FF;
  background-color: #FFE600;
  font-size: 1.3em;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 1.7em;
  border-radius: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#play .play-wrap .play-sin .sin-inner .play-text {
  color: #d02b1d;
  text-align: left;
  margin-bottom: 1em;
}

#goods {
  width: 100%;
  margin: auto;
  position: relative;
  margin-bottom: 2em;
}
#goods .inner-wrap {
  max-width: 1200px;
  margin: auto;
}
#goods .goods-wrap {
  display: flex;
  width: 100%;
  height: auto;
  justify-content: center;
}
#goods .goods-wrap .goods-sin {
  width: calc(100% - 2.8em);
  background-color: #fff;
  border: 0.4em solid #00B1FF;
  padding: 1em;
  margin: 0.5em;
  border-radius: 1em;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
}
#goods .goods-wrap .goods-sin .goods-text .goods-name {
  color: #00B1FF;
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 0.5em;
}
#goods .goods-wrap .goods-sin .goods-text .goods-price {
  background-color: #00B1FF;
  color: #fff;
  font-weight: 600;
  padding: 0.5em;
  margin-bottom: 0.5em;
}
#goods .goods-wrap .goods-sin .goods-text .goods-spec {
  margin-top: 0.3em;
  padding-top: 0.3em;
  border-top: 1px solid #ddd;
  font-size: 0.9em;
}
#goods .ec-botan {
  width: 100%;
  max-width: 400px;
  margin: 1em auto 0;
  display: flex;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
}
#goods .ec-botan a {
  display: block;
  width: 100%;
  height: auto;
}

#dousa, #readme, #qa {
  width: 100%;
  max-width: 840px;
  margin: auto;
  position: relative;
  margin-bottom: 2em;
}
#dousa .star3, #readme .star3, #qa .star3 {
  position: absolute;
  left: -140px;
}
#dousa .ac-bt, #readme .ac-bt, #qa .ac-bt {
  background-color: #00b1ff;
  color: #fff;
  width: 100%;
  display: block;
  margin: auto;
  text-align: center;
  padding: 1em 0;
  border-radius: 2em;
  font-weight: 500;
  font-size: 1.3em;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
#dousa .ac-bt:hover, #readme .ac-bt:hover, #qa .ac-bt:hover {
  background-color: #46c7ff;
}
#dousa .ac-bt:before, #readme .ac-bt:before, #qa .ac-bt:before {
  content: "▼";
  font-size: 0.8em;
  margin-right: 0.5em;
}
#dousa .ac-screen, #readme .ac-screen, #qa .ac-screen {
  width: calc(94% - 4em);
  margin: auto;
  padding: 2em;
  padding-top: 2em;
  position: relative;
  top: -0.5em;
  background-color: #fff;
  display: none;
}
#dousa .ac-screen h4, #readme .ac-screen h4, #qa .ac-screen h4 {
  font-size: 1.1em;
  font-weight: 500;
  margin-bottom: 0.4em;
}
#dousa .ac-screen ul li, #readme .ac-screen ul li, #qa .ac-screen ul li {
  margin-bottom: 1.2em;
}
#dousa .ac-screen hr, #readme .ac-screen hr, #qa .ac-screen hr {
  margin: 1.5em auto;
  border: none;
  height: 1px;
  width: 100%;
  background-color: #ddd;
}

#qa ul li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1em;
}

#comment {
  position: relative;
}
#comment .avatar03 {
  position: absolute;
  right: 3%;
  width: 20%;
}
#comment .comment-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 840px;
  margin: auto;
}
#comment .comment-wrap .comment-sin {
  width: calc(48% - 4.8em);
  background-color: #fff;
  border: 0.4em solid #00B1FF;
  padding: 2em;
  border-radius: 2em;
}
#comment .comment-wrap .comment-sin .comment-name {
  display: block;
  color: #00B1FF;
  font-size: 1.3em;
  font-weight: 500;
  margin-bottom: 2em;
}

.footer-before {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  background-image: url(../images/footer_haikei.png);
  padding-top: 65%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

footer {
  background-color: #00B1FF;
  position: relative;
  padding: 3em 0;
}
footer .footer-inner {
  width: 300px;
  margin: auto;
}
footer .footer-inner .logo-set {
  width: 90%;
  margin: auto;
  margin-bottom: 2em;
}
footer .footer-inner .footer-sns {
  display: flex;
  max-width: 200px;
  margin: auto;
  justify-content: space-between;
}
footer .footer-inner .footer-sns a {
  display: block;
  width: 40px;
}
footer .footer-inner .contact {
  display: block;
  color: #fff;
  text-align: center;
  margin: 2em auto;
}
footer .footer-inner .contact a {
  color: #fff;
}
footer .footer-inner .footer-banner {
  margin-bottom: 2em;
}
footer .footer-inner .footer-banner a {
  display: block;
  margin-bottom: 1em;
}
footer .footer-inner .footer-banner a:last-of-type {
  width: 80%;
  margin: auto;
}
footer .footer-inner .credit {
  color: #fff;
  font-size: 0.8em;
  text-align: center;
}

.modal-set {
  display: none;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 500px;
}

.modaal-container {
  border: 4px solid #00b1ff;
  max-width: 700px;
}
.modaal-container h5 {
  text-align: center;
  font-size: 1.3em;
  font-weight: 600;
  color: #00b1ff;
  margin-bottom: 1em;
}
.modaal-container p, .modaal-container a {
  color: #00b1ff;
  font-size: 0.9em;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 2em;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 1150px) {
  .avatar01, .avatar02, .avatar03 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 0;
  }

  .hl {
    width: 60%;
    max-width: 320px;
  }

  header .nav-bt {
    display: none;
    z-index: 10;
  }
  header .page-bt {
    display: block;
    z-index: 10;
  }
  header nav {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
  header nav.active {
    top: 0;
  }
  header nav ul li {
    display: block;
    margin-bottom: 0.7em;
  }
  header nav ul li a {
    font-size: 1.2em;
    font-weight: 600;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  }

  #mv {
    padding: 0;
  }
  #mv .mv-wrap {
    padding-bottom: 0;
  }
  #mv .mv-wrap h2 {
    font-size: 1.6em;
    margin-top: 1em;
  }
  #mv .mv-wrap h2 br {
    display: none;
  }
  #mv .mv-wrap h3 {
    font-size: 1.1em;
    margin-bottom: 1em;
  }

  #news {
    margin-top: -100px;
  }
  #news .avatar01 {
    display: none;
  }

  #story .star1 {
    display: none;
  }

  #kaisaikikan .avatar02 {
    display: none;
  }

  .catch-wrap .catch {
    max-width: 500px;
  }

  .ticket-button {
    max-width: 600px;
  }
  .setumei .setsumei-inner {
    flex-wrap: wrap;
    width: 96%;
    margin: auto;
  }
  .setumei .setsumei-inner .setsumei-sin {
    width: 48%;
    max-width: 300px;
    margin: auto;
  }

  .test-play .otamesi_botan {
    padding: 2em;
    margin: auto;
  }
  .test-play .otamesi_botan:after, .test-play .otamesi_botan:before {
    content: none;
  }
  .test-play .otamesi_botan:hover {
    background-color: #46c7ff;
  }

  #play .play-wrap {
    flex-wrap: wrap;
  }
  #play .play-wrap .play-sin {
    width: 48%;
  }
  #play .play-wrap .play-sin .sin-inner {
    margin-bottom: 1em;
  }
  #comment .comment-wrap .comment-sin {
    margin-bottom: 1em;
    margin: 0 auto;
  }
  #goods .goods-wrap {
    flex-direction: column;
  }
  #goods .goods-wrap .goods-sin {
    flex-direction: row;
    align-items: center;
    margin: 0.5em auto;
  }
  #goods .goods-wrap .goods-sin .goods-img {
    width: 240px;
  }
  #goods .goods-wrap .goods-sin .goods-text {
    width: calc(100% - 240px);
  }

  #chara .chara-wrap {
    width: calc(100% - 2.8em);
    max-width: 740px;
    background-color: #fff;
    border: 0.4em solid #00B1FF;
    padding: 1em;
    margin: auto;
    border-radius: 1.5em;
  }
  #chara .chara-wrap .chara-display {
    width: calc(100% - 0.8em);
    border: 0.4em solid #FFE600;
    border-radius: 1em;
    margin-bottom: 1em;
  }
  #chara .chara-wrap .chara-display .desc {
    position: relative;
    width: calc(100% - 2em);
    padding-top: 0;
    margin-top: -2em;
  }
  #chara .chara-wrap .thum-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 660px) {
  #time-attack .game-wrap .game-inner .game-header {
    flex-direction: column;
    justify-content: center;
  }
  #time-attack .game-wrap .game-inner .title {
    margin: 1.5em auto;
    font-size: 1.4em;
  }
  #time-attack .game-wrap .game-inner .countdown {
    width: 100%;
    padding: 1em 0;
  }
  #time-attack .game-wrap .game-inner .countdown .count {
    display: inline-block;
    margin-right: 0.5em;
  }
  #time-attack .game-wrap .game-inner .nums-wrap {
    width: 92%;
    padding: 4%;
    max-width: 640px;
    margin: auto;
  }
  #time-attack .game-wrap .game-inner .nums-wrap .nums {
    font-size: 9.5238095238vw;
    line-height: 0.8em;
    letter-spacing: 0.1em;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  header .share {
    width: 50px;
  }
  header .share:after {
    width: 50px;
    height: 64px;
    top: -60px;
  }
  header .shortcut img {
    width: 80px;
  }

  #mv .mv-wrap h2 br {
    display: block;
  }
  #mv .mv-wrap h3 {
    padding: 0.5em;
  }

  .catch-wrap .catch {
    width: 90%;
  }

  .ticket-button .ticket_botan_waku {
    flex-direction: column;
    border-radius: 2em;
    width: 260px;
    margin: auto;
  }
  .ticket-button .ticket_botan_waku .ryoukin {
    padding-bottom: 0.5em;
    width: 100%;
  }
  .ticket-button .ticket_botan_waku .ticket_botan {
    width: calc(100% - 2em);
    padding: 1em;
  }
  .ticket-button .ticket_botan_waku .ticket_botan span　 {
    font-size: 1.2em;
    padding: 0;
  }

  .sp_banner {
    flex-direction: column;
  }
  .sp_banner a {
    width: 96%;
    margin-bottom: 1em;
  }

  .sammer_botan {
    flex-direction: column;
  }
  .sammer_botan a {
    width: 80%;
    margin: auto;
  }

  #kaisaikikan .kikan-wrap {
    width: calc(100% - 1.8em);
    padding: 0.5em;
  }
  #kaisaikikan .kikan-wrap .hiyou {
    flex-direction: column;
  }
  #comment .comment-wrap {
    flex-direction: column;
  }
  #comment .comment-wrap .comment-sin {
    width: calc(96% - 4.8em);
    margin: auto;
    margin-bottom: 1em;
  }

  #goods .goods-wrap .goods-sin {
    flex-direction: column;
  }
  #goods .goods-wrap .goods-sin .goods-img {
    width: 100%;
  }
  #goods .goods-wrap .goods-sin .goods-text {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
