@charset "UTF-8";
footer {
  padding: 20px 0 0 0;
  text-align: center;
  background-color: #e7e7e7;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }
  footer #sns_links {
    position: relative;
    padding-top: 100px;
    padding-bottom: 20px; }
    footer #sns_links a.for-top {
      display: block;
      position: absolute;
      top: -7.5vh;
      left: calc(50% - 60px); }
      footer #sns_links a.for-top img.for-top {
        width: 120px;
        height: 120px; }
    @media screen and (min-width: 1025px) {
      footer #sns_links {
        padding-top: 85px; } }
    @media screen and (min-width: 1025px) {
      footer #sns_links section {
        display: flex;
        justify-content: center; }
        footer #sns_links section .grid {
          width: 220px;
          padding: 10px; } }
    footer #sns_links section p {
      text-align: center; }
    footer #sns_links section a,
    footer #sns_links section img {
      width: 80%;
      max-width: 400px; }
      @media screen and (min-width: 1025px) {
        footer #sns_links section a,
        footer #sns_links section img {
          width: 220px; } }
    footer #sns_links section img {
      height: auto; }
  footer #copyright {
    display: block;
    padding: 10px 0 5px 0;
    border-top: solid 1px #dfdfdf;
    background: #d10010; }
    footer #copyright img {
      width: 330px;
      height: auto;
      vertical-align: middle;
      margin: 0;
      padding: 0;
      border: 0;
      font-size: 100%;
      font: inherit; }
      @media screen and (max-width: 40em) {
        footer #copyright img {
          width: calc(100vw - 10%);
          padding: 2% 4%; } }

.link {
  width: 100%;
  max-width: 500px;
  margin: 2vh 0;
  margin-bottom: 10vh; }
  .link__container {
    width: 100vw;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center; }
  .link a.link__anchor {
    margin: auto;
    display: block;
    width: 70%; }
    .link a.link__anchor:hover {
      opacity: 0.7; }
    .link a.link__anchor img.link__image {
      display: inline;
      width: 100%; }

.img-animation.target-1 {
  transition-delay: 0.8s; }

.img-animation.target-2 {
  transition-delay: 1.6s; }

.img-animation.target-3 {
  transition-delay: 2.4s; }

.img-animation.target-4 {
  transition-delay: 3.6s; }

.img-animation {
  transition: opacity 1s;
  opacity: 0; }
  .img-animation.show {
    opacity: 1; }
  .img-animation__shake {
    animation: shake 0.1s infinite; }
  .img-animation__pounding {
    animation: pounding 0.4s linear infinite alternate; }

[data-delighter] {
  transition: all 0.3s ease-out;
  opacity: 0; }
  .is-ie [data-delighter] {
    opacity: 1 !important;
    transform: none !important; }
  [data-delighter].img-animation__degawa {
    transform: translateX(-100%); }
  [data-delighter].img-animation__zoom {
    transform: scale(0, 0); }
  [data-delighter].img-animation__to-bottom {
    transform: translateY(2em); }
  [data-delighter].img-animation__to-right, .bakika-list__box:nth-child(odd) {
    transform: translateX(-100%); }
  [data-delighter].img-animation__to-left, .bakika-list__box:nth-child(even) {
    transform: translateX(100%); }
  [data-delighter].show.started {
    transform: none;
    opacity: 1;
    transform: scale(1, 1); }

@keyframes shake {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg); }
  25% {
    transform: translate(2px, 2px) rotateZ(1deg); }
  50% {
    transform: translate(0px, 2px) rotateZ(0deg); }
  75% {
    transform: translate(2px, 0px) rotateZ(-1deg); }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg); } }

@keyframes pounding {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1); }
  100% {
    transform: scale(0.9); } }

.bakika-box {
  z-index: 1;
  margin-top: 4em;
  position: relative;
  width: 90%; }
  .bakika-box__container {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .is-ie .bakika-box {
    width: 675px !important; }
  .bakika-box__image {
    margin: auto;
    display: block;
    width: 90%; }
    .is-ie .bakika-box__image {
      width: 675px !important; }
  .bakika-box-link {
    z-index: 10;
    width: 65%; }
    .bakika-box-link__container {
      margin-top: -3.5em;
      margin-bottom: 3.5em;
      display: flex;
      justify-content: center; }
    .is-ie .bakika-box-link {
      width: 487.5px !important; }
    .bakika-box-link__image {
      display: inline;
      width: 100%; }
      .is-ie .bakika-box-link__image {
        width: 750px !important; }
      .is-ie .bakika-box-link__image {
        width: 487.5px !important; }

.bakika-link {
  width: 70%; }
  .bakika-link__background {
    width: 100%;
    background-image: url(../images/bg_02.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: -1em center; }
  .bakika-link__container {
    position: relative;
    margin: 2.5em 0;
    display: flex;
    justify-content: center; }
  @media screen and (min-width: 750px) {
    .bakika-link {
      width: 400px; } }
  .bakika-link__image {
    display: inline;
    width: 100%; }
  .bakika-link__tap-image--sp {
    z-index: 10;
    position: absolute;
    top: -5%;
    right: 10%;
    width: 20%; }
    @media screen and (min-width: 750px) {
      .bakika-link__tap-image--sp {
        display: none; } }
  .bakika-link__tap-image--pc {
    display: none; }
    @media screen and (min-width: 750px) {
      .bakika-link__tap-image--pc {
        display: block;
        z-index: 10;
        position: absolute;
        top: 0;
        left: calc(50% + 120px);
        width: 90px; } }

.bakika-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .bakika-list__container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .bakika-list__top-image {
    width: 55%; }
  .bakika-list__box {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-top: 1em;
    width: 11em;
    height: 6.01093em;
    background-image: url(../images/img_list_02.png);
    background-repeat: no-repeat;
    background-size: contain; }
    .bakika-list__box.is-none {
      background-image: none; }
    .bakika-list__box:nth-child(even) {
      transition-delay: 0.05s;
      margin-left: 1em; }
  .bakika-list__number {
    margin-top: -0.3em;
    height: 1.3em; }
  .bakika-list__chara {
    height: 3.21093em; }
  .bakika-list__comming-soon {
    width: 9em; }

.contents {
  width: 100%;
  max-width: 750px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .contents div {
    overflow: hidden; }
  .contents-wrap {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    background-image: url(../images/maining_01_sp.png);
    background-repeat: no-repeat;
    background-color: black;
    background-size: 100vw;
    background-position: 0 27.1097vw; }
    .contents-wrap__container {
      width: 100vw; }
    @media screen and (min-width: 750px) {
      .contents-wrap {
        background-image: url(../images/bg_01_pc.png), url(../images/maining_01_pc.png);
        background-size: contain, 2000px;
        background-position: center 660px, top; } }

.img-hope {
  margin-top: 1em;
  width: 90%;
  margin-bottom: 2em;
  transform: none; }
  .is-ie .img-hope {
    width: 675px !important; }
  .img-hope__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(../images/bg_03.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 12em center; }

.img-logo {
  width: 100%;
  transform: translateX(1.5em); }
  .img-logo__container {
    margin-bottom: -0.8em;
    text-align: center;
    background-color: white; }
    @media screen and (min-width: 750px) {
      .img-logo__container {
        background-color: transparent;
        margin-bottom: 0em; } }
  .is-ie .img-logo {
    width: 750px; }

.img__chara--1 {
  width: 90%;
  margin-top: 2.5em; }
  .is-ie .img__chara--1 {
    width: 675px !important; }

.img__chara--2 {
  width: 90%; }
  .is-ie .img__chara--2 {
    width: 675px !important; }

.img__chara--3 {
  margin-top: 1.5em;
  width: 55%; }
  .is-ie .img__chara--3 {
    width: 412.5px !important; }

.img__text--01 {
  margin-top: 3em;
  width: 90%;
  margin-bottom: 1.6em; }
  .is-ie .img__text--01 {
    width: 675px !important; }

.img__text--02 {
  margin-bottom: 1.6em;
  width: 70%; }
  .is-ie .img__text--02 {
    width: 525px !important; }
  @media screen and (min-width: 750px) {
    .img__text--02 {
      margin-bottom: 4em; } }

.img__text--03 {
  margin-bottom: 1.6em;
  width: 70%; }
  .is-ie .img__text--03 {
    width: 525px !important; }

.img__text--04 {
  margin-bottom: 1.6em;
  margin-top: 2em;
  width: 70%; }
  .is-ie .img__text--04 {
    width: 525px !important; }

.img__text--05 {
  margin-bottom: 1.6em;
  width: 70%; }
  .is-ie .img__text--05 {
    width: 525px !important; }

.infomation-images {
  display: flex;
  flex-direction: column;
  align-items: center; }

.mod-content {
  overflow-x: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media screen and (max-width: 750px) {
    .mod-content {
      background-image: url(../images/bg_01_sp.png);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: top center; } }

.twitter-link {
  margin: auto;
  display: block;
  width: 60%; }
  .is-ie .twitter-link {
    width: 450px !important; }
  @media screen and (min-width: 750px) {
    .twitter-link {
      width: 450px; } }
  .twitter-link__image {
    display: inline;
    width: 100%; }
    .is-ie .twitter-link__image {
      width: 750px !important; }
    .is-ie .twitter-link__image {
      width: 450px !important; }

.hamburger-button__container {
  opacity: 0;
  transition: opacity 0.3s; }
  .hamburger-button__container.show.is-scroll {
    opacity: 1; }

.hamburger-button {
  padding: 0;
  border: none;
  background-color: transparent; }
  .hamburger-button__container {
    z-index: 100000;
    position: fixed;
    top: 4rem;
    right: 0; }
  .hamburger-button__image {
    width: 4em; }
    body.is-modal .hamburger-button__image {
      display: none; }
  .hamburger-button__image.is-active {
    display: none; }
    body.is-modal .hamburger-button__image.is-active {
      display: block; }

.hamburger-menu {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .hamburger-menu__container {
    z-index: 99999;
    width: 100vw;
    border-top: #5a5a5a 2px solid;
    border-bottom: #5a5a5a 2px solid;
    position: fixed;
    top: 5.5rem;
    right: 0;
    background-color: black;
    display: none; }
    body.is-modal .hamburger-menu__container {
      display: block; }
    @media screen and (min-width: 750px) {
      .hamburger-menu__container {
        right: 10px;
        width: 300px;
        font-size: 14px;
        border: none;
        border-radius: 7px;
        box-shadow: 0 0 9px gray; } }
  .hamburger-menu__link {
    width: 100%;
    display: flex;
    justify-content: center; }
  .hamburger-menu__image {
    margin: 1.2em 0;
    height: 1.6em; }
  .hamburger-menu__border {
    width: 90%;
    height: 2px;
    background-color: #5a5a5a; }

.img-serif {
  position: relative;
  overflow: hidden; }
  .is-ie .img-serif {
    display: none; }
  .img-serif__mock-img {
    position: relative;
    top: 0;
    left: -15%;
    width: 130%;
    opacity: 0; }
  .img-serif__mock-div {
    width: 100%;
    height: 2em; }
  .img-serif__fixed-img {
    position: absolute;
    top: 0;
    left: -15%;
    width: 130%; }
  .img-serif .img-serif__onair-img {
    position: absolute;
    top: 5.5em;
    left: 0;
    width: 6em;
    opacity: 0;
    transition: opacity 0.3s; }
    .img-serif .img-serif__onair-img.show {
      opacity: 1; }

.is-ie img.only-ie {
  display: block;
  width: 1150px;
  margin-bottom: 0; }

body {
  margin: 0;
  font-size: 4vw;
  background-color: black;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
  overflow-x: hidden; }
  @media screen and (min-width: 750px) {
    body {
      font-size: 30px; } }
  body.is-modal {
    overflow: hidden; }
    @media screen and (min-width: 750px) {
      body.is-modal {
        overflow: auto; } }

.only-pc {
  display: none; }
  @media screen and (min-width: 750px) {
    .only-pc {
      display: block; } }

.only-sp {
  display: block; }
  @media screen and (min-width: 750px) {
    .only-sp {
      display: none; } }

.only-ie {
  display: none; }


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