@charset "utf-8";

/* ===================================================================
CSS information

 file name  :style.css
 style info :トップページのスタイル
=================================================================== */
/*
  base
========================================================== */
#wrapper {
  background: url("../images/pc/bg.gif") repeat top center;
  overflow: hidden;
  /* padding-top: 107px; */
}

@media screen and (max-width: 750px) {
  img {
    max-width: 100%;
  }

  #wrapper {
    /* padding-top: 71px; */
  }
}

#bgm {
  position: relative;
  z-index: 9999;
}

/*
  responsive utility
========================================================== */
.u-visible--pc--inline {
  display: inline;
}

.u-visible--pc--block {
  display: block;
}

.u-hidden--pc,
.u-visible--sp--inline,
.u-visible--sp--block {
  display: none;
}

@media screen and (max-width: 750px) {

  .u-hidden--sp,
  .u-visible--pc--inline,
  .u-visible--pc--block {
    /* display: none; */
  }

  .u-visible--sp--inline {
    /* display: inline; */
  }

  .u-visible--sp--block {
    display: block;
  }
}

/*
  ホバー
========================================================== */
.c-hover:hover {
  opacity: 0.85;
}

/*
  About
========================================================== */
.p-about {
  position: relative;
  /* background-image: url("../images/pc/about/about-bg.jpg"); */
  background-position: 50% 0;
  /* height: 1019px; */
  height: 770px;
  margin-top: -90px;
}

.p-about:before {
  display: block;
  width: 100%;
  left: 0;
  top: -110px;
  height: 110px;
  /* background-image: url("../images/pc/about/about-bg-header.jpg"); */
  background-image: url("../images/pc/about/about-bg-header.png");
  background-repeat: no-repeat;
  background-position: 50% 0;
  content: "";
}

.p-about__container {
  position: relative;
  /* max-width: 1500px; */
  height: 809px;
  margin: 0 auto;
  padding-top: 100px;
  /* background-image: url("../images/pc/about/main.png"); */
  background-image: url("../images/pc/about/about-bg.jpg");
  /* background-repeat: no-repeat; */
  background-position: 50% 90px;
}

.p-about__container:after {
  /* position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 750px; */
  /* background-image: url("../images/pc/about/bg_main.png"); */
  /* content: ""; */
}

.p-about__title {
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 231px;
  /* background-image: url("../images/pc/about/title.png"); */
  background-image: url("../images/pc/about/info-title.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-indent: -9999px;
  max-width: 1500px;
}

.p-about__title__left-colud img,
.p-about__title__right-colud img {
  display: block;
  position: absolute;
}

.p-about__title__left-colud img {
  left: 135px;
  top: 60px;
}

.p-about__title__right-colud img {
  top: 8px;
  right: 130px;
}

.p-about__text,
.p-about__chara {
  position: relative;
  text-align: center;
  z-index: 300;
  margin-top: 130px;
}

@media screen and (max-width: 750px) {
  .p-about__text img {
    width: 90%;
  }

  .p-about__chara img {
    width: 30%;
  }
}

@media screen and (max-width: 750px) {
  .p-about {
    width: 100%;
    height: 0;
    padding-top: 150.78125%;
    background: url("../images/pc/about/about-bg-header.png") no-repeat center top,
      url("../images/pc/about/about-bg.jpg") repeat;
    background-size: 175%;
    margin-top: 0;
  }

  .p-about img {
    height: auto;
  }

  .p-about:before {
    display: none;
  }

  .p-about__container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-image: none;
    margin-top: -10px;
  }

  .p-about__container:after {
    display: none;
  }

  .p-about__title {
    margin: 0;
    /* padding-top: 36.09375%; */
    padding-top: 20%;
    height: 0;
    top: 0;
    /* background-image: url("../images/sp/about/title.png"); */
    /* -webkit-background-size: 100% 100%; */
    -webkit-background-size: 160% 160%;
    /* background-size: 100% 100%; */
    background-size: 160% 160%;
  }

  .p-about__chara {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
}

/*
  キャラクター
========================================================== */
.p-character {
  position: relative;
  background-image: url("../images/pc/character/character-bg.jpg");
  background-position: 50% 0;
  /* height: 1155px; */
  height: 0;
}

.p-character:before {
  display: block;
  width: 100%;
  left: 0;
  top: -105px;
  /* height: 105px; */
  background-image: url("../images/pc/character/character-bg-header.jpg");
  background-repeat: no-repeat;
  background-position: 50% 0;
  content: "";
}

.p-character__container {
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
}

.p-character__container:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 791px;
  top: 0;
  left: 0;
  background-image: url("../images/pc/character/cloud.png");
  background-repeat: no-repeat;
  background-position: 50% 0;
  content: "";
}

.p-character__title {
  position: absolute;
  top: -90px;
  left: 0;
  width: 100%;
  height: 836px;
  background-image: url("../images/pc/character/title.png");
  background-repeat: no-repeat;
  background-position: 50% 0;
  text-indent: -9999px;
}

.p-character__text {
  text-align: center;
  padding-top: 140px;
}

.p-character__list__container {
  position: relative;
  width: 740px;
  margin: 0 auto;
  top: 300px;
  text-align: center;
}

.p-character__list {
  position: relative;
  z-index: 100;
  width: 250px;
  margin: 0 auto;
  margin-top: 0px;
  top: 50px;
  text-align: center;
}

.p-character__list__item {
  display: inline-block;
  width: 500px;
  text-align: center;
}

.p-character__list__item img {
  max-width: 100%;
}

.p-character__control {
  width: 860px;
  margin: 0 auto;
}

.p-character__control__prev,
.p-character__control__next {
  position: absolute;
  width: 90px;
  height: 91px;
  background-repeat: no-repeat;
  z-index: 100;
  top: 50%;
}

.p-character__control__prev {
  left: 0;
  background-image: url("../images/pc/character/prev.png");
}

.p-character__control__next {
  right: 5px;
  background-image: url("../images/pc/character/next.png");
}

@media screen and (max-width: 750px) {
  .p-character {
    background: url("../images/pc/character/character-bg-header.jpg") no-repeat center top,
      url("../images/pc/character/character-bg.jpg") repeat;
    background-size: 175%;
    width: 100%;
    height: 0;
    padding-top: 175%;

    display: none;
  }

  .p-character img {
    height: auto;
  }

  .p-character:before {
    display: none;
  }

  .p-character__container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-image: none;
    margin-top: 30px;
  }

  .p-character__container:after {
    display: none;
  }

  .p-character__title {
    margin-top: 10%;
    padding-top: 36.09375%;
    height: 0;
    top: 0;
    margin-top: 0;
    background-image: url("../images/sp/character/title.png");
    -webkit-background-size: contain;
    background-size: contain;
  }

  .p-character__title .p-top__haishin__title__left-colud img,
  .p-character__title .p-top__haishin__title__right-colud img {
    margin-top: 3%;
  }

  .p-character__text {
    padding-top: 20%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .p-character__list__container {
    width: 100%;
    top: -50px;
  }

  .p-character__list {
    position: relative;
    width: 150px;
    height: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
  }

  .p-character__list__item {
    width: 220px;
    vertical-align: middle;
  }

  .p-character__control {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    bottom: -40px;
  }

  .p-character__control__prev,
  .p-character__control__next {
    display: inline-block;
    position: static;
    width: 45px;
    height: 45px;
    -webkit-background-size: contain;
    background-size: contain;
    margin-left: 10px;
    margin-right: 10px;
  }
}

/*
  フッター
  ========================================================== */
.p-footer {
  background: url("../images/bg_footer.gif") repeat-x;
  text-align: center;
}

.p-footer p {
  margin: 0;
}

.footer_inner {
  width: 1280px;
  padding: 45px 0 20px;
  margin: 0 auto;
}

.footer_sns ul {
  width: 300px;
  margin: 0 auto;
  list-style: none;
  overflow: hidden;
  padding: 0;
}

.footer_sns ul li {
  margin: 0 30px;
  float: left;
}

footer p.banner {
  clear: both;
  margin-top: 30px;
}

p.copyright {
  color: #fff;
  font-size: 16px;
  margin-top: 30px;
}

@media screen and (max-width: 750px) {
  .footer_inner {
    width: auto;
    padding: 15px 0 20px;
  }

  .footer_sns ul {
    width: 78%;
    margin: 10px auto 10px;
  }

  .footer_sns ul li {
    width: 33%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

/*
  配信
========================================================== */
.p-top__haishin {
  width: 100%;
  /* background-image: url("../images/pc/haishin/haishin-bg.png"); */
  background-image: url("../images/pc/haishin/haishin-bg.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  margin-top: -95px;
  background-size: cover;
}

.p-top__haishin__container {
  position: relative;
  /* width: 1500px; */
  width: 100%;
  /* height: 1180px; */
  height: 920px;
  margin: 0 auto;
  padding-top: 1px;
}

.p-top__haishin__container:before {
  display: block;
  position: absolute;
  width: 2059px;
  height: 971px;
  top: 0;
  left: -450px;
  background-image: url("../images/pc/haishin/haishin-cloud.png");
  content: "";
}

.p-top__haishin__container:after {
  /* display: block; */
  display: none;
  position: absolute;
  width: 1154px;
  height: 354px;
  top: 340px;
  left: 180px;
  background-image: url("../images/pc/haishin/bg_sns.png");
  content: "";
}

.p-top__haishin__title {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  /* height: 517px; */
  height: 230px;
  /* background-image: url("../images/pc/haishin/title.png?ver=20191203"); */
  background-image: url("../images/pc/haishin/jizen-title.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-indent: -9999px;
  max-width: 1500px;
}

.p-top__haishin__title__left-colud img,
.p-top__haishin__title__right-colud img {
  display: block;
  position: absolute;
  opacity: 1;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.p-top__haishin__title__left-colud img {
  left: 135px;
  top: 60px;
}

.p-top__haishin__title__right-colud img {
  /* top: 8px; */
  top: 54px;
  right: 130px;
}

.p-top__haishin__title__left-colud--init img,
.p-top__haishin__title__right-colud--init img {
  opacity: 0;
}

.p-top__haishin__title__left-colud--init img {
  left: 470px;
}

.p-top__haishin__title__right-colud--init img {
  right: 470px;
}

.p-top__haishin__text {
  position: relative;
  margin: 0 auto;
  margin-top: 240px;
  /* width: 640px;
  height: 360px; */
  width: 800px;
  height: 500px;
  /* background-image: url("../images/pc/haishin/text.png?ver=20200106"); */
  background-image: url("../images/pc/haishin/jizen-houshuu.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-indent: -9999px;
  z-index: 1;
}

.p-top__haishin__download {
  position: relative;
  z-index: 100;
  /* margin-top: 80px; */
  margin-top: 30px;
  text-align: center;
  /* z-index: 9999; */
  z-index: 1;
}

.p-top__haishin__download a {
  display: inline-block;
  /* margin-left: 8px;
  margin-right: 8px; */
  margin-left: 32px;
  margin-right: 32px;
}

.p-top__promotion {
  margin-top: 170px;
  text-align: center;
  position: relative;
  z-index: 9998;
}

.p-top__promotion__movie,
.p-top__promotion__line {
  display: inline-block;
}

.p-top__promotion__movie p {
  font-size: 11px;
  /* margin: -5px 0 0; */
}

.p-top__promotion__movie span {
  font-size: 9px;
}

.p-top__promotion__movie span.pL8 {
  padding-left: 8px;
}

.p-top__promotion__line .u-visible--pc--inline {
  padding-bottom: 30px;
}

.haishin_dl_google img {
  margin-right: 10px;
  height: 55px;
}

@media screen and (max-width: 750px) {
  .haishin_dl_google img {
    height: 30px;
  }
}

.haishin_dl_apple img {
  /* margin-left: 10px; */
  height: 55px;
}

@media screen and (max-width: 750px) {
  .haishin_dl_apple img {
    height: 30px;
  }
}

@media screen and (max-width: 750px) {
  .p-top__haishin {
    position: relative;
    width: 100%;
    margin-top: 0;
    /* padding-top: 178%; */
    /* padding-top: 195%; */
    padding-top: 110%;
    /* background-image: url("../images/sp/haishin/bg.png"); */
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    /* background-size: contain; */
    background-size: cover;
    background-position: 0 0;
  }

  .p-top__haishin__container {
    position: absolute;
    width: 100%;
    top: -20px;
    left: 0;
    background-image: none;
    padding-top: 1px;
    height: 100%;
  }

  .p-top__haishin__container:before,
  .p-top__haishin__container:after {
    display: none;
  }

  .p-top__haishin__title,
  .p-top__haishin__text {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
  }

  .p-top__haishin__title {
    /* background-image: url("../images/sp/haishin/title.png?ver=20191203"); */
    width: 100%;
    /* -webkit-background-size: contain; */
    -webkit-background-size: 160% 160%;
    /* background-size: contain; */
    background-size: 160% 160%;

    /* padding-top: 50.46874999999999%; */
    padding-top: 20%;
    /* background-position: 0 0; */
    background-position: 50% 85%;
    /* margin-top: 3%; */
    margin-top: 0;
    height: 0;
  }

  .p-top__haishin__title__left-colud img,
  .p-top__haishin__title__right-colud img {
    top: 0;
    width: 30%;
    /* margin-top: 16%; */
    margin-top: 7%;
  }

  .p-top__haishin__title__left-colud img {
    /* left: -30%; */
    left: -5%;
  }

  .p-top__haishin__title__right-colud img {
    /* right: -30%; */
    right: -5%;
  }

  .p-top__haishin__title__left-colud--init img {
    left: 20%;
  }

  .p-top__haishin__title__right-colud--init img {
    right: 20%;
  }

  .p-top__haishin__text {
    /* background-image: url("../images/sp/haishin/text.png?ver=20200106"); */
    width: 100%;
    height: 0;
    -webkit-background-size: 100%;
    background-size: 100%;
    padding-top: 92%;
    background-position: bottom;
    margin-top: 0;
  }

  .p-top__haishin__download a {
    margin-left: 0;
    margin-right: 0;
  }

  .p-top__haishin__download__google,
  .p-top__haishin__download__apple,
  .p-top__haishin__download__au {
    display: block;
    position: absolute;
    padding-top: 48%;
  }

  .p-top__haishin__download__google img,
  .p-top__haishin__download__apple img,
  .p-top__haishin__download__au img {
    width: 100%;
  }

  .p-top__haishin__download__google {
    /* width: 33.333%; */
    width: 50%;
    left: 0;
  }

  .p-top__haishin__download__apple {
    width: 33.333%;
    right: 33.333%;
  }

  .p-top__haishin__download__au {
    /* width: 33.333%; */
    width: 50%;
    right: 0;
  }

  .p-top__promotion {
    position: relative;
  }

  .p-top__promotion__movie,
  .p-top__promotion__line {
    display: block;
    position: absolute;
    /* padding-top: 72%; */
    padding-top: 93%;
  }

  .p-top__promotion__movie img,
  .p-top__promotion__line img {
    width: 100%;
  }

  .p-top__promotion__movie {
    width: 68.125%;
    left: 0;
  }

  .p-top__promotion__line {
    width: 31.874999999999996%;
    right: 0;
  }

  .haishin_dl_google {
    position: absolute;
    width: 50%;
    /* left: 0; */
    right: 0;
    /* padding-top: 50%; */
    padding-top: 86%;
    padding-left: 10px;
    text-align: left;
  }

  .haishin_dl_apple {
    position: absolute;
    width: 50%;
    /* right: 0; */
    left: 0;
    /* padding-top: 50%; */
    padding-top: 86%;
    padding-right: 10px;
    text-align: right;
  }
}

/*
  ヘッダー
========================================================== */
.p-header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 71px;
  background-image: url("../images/pc/header-bg.png");
  background-repeat: repeat-x;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  z-index: 10000;
  width: 100%;
}

.p-header__container {
  position: relative;
  width: 1170px;
  margin: 0 auto;
}

.p-header__nav__list,
.p-header__sound dl {
  margin: 0;
}

.p-header__nav__list {
  position: relative;
  list-style: none;
  padding: 0;
  top: 12px;
  width: 627px;
  height: 45px;
  background-image: url("../images/pc/header-nav-bg.png");
}

.p-header__nav__list:after {
  display: block;
  clear: both;
  height: 1;
  content: "";
}

.p-header__nav__list__item {
  position: relative;
  float: left;
  text-indent: -9999px;
  background-repeat: no-repeat;
}

.p-header__nav__list__item a {
  display: block;
  width: 100%;
  height: 45px;
  background-image: url("../images/pc/header-nav-bg.png");
}

.p-header__nav__list__item--top a {
  width: 101px;
}

.p-header__nav__list__item--top a:hover {
  background-position: 0 -45px;
}

.p-header__nav__list__item--about a {
  width: 172px;
  background-position: -101px 0;
}

.p-header__nav__list__item--about a:hover {
  background-position: -101px -45px;
}

.p-header__nav__list__item--system a {
  width: 194px;
  background-position: -273px 0;
}

.p-header__nav__list__item--system a:hover {
  background-position: -273px -45px;
}

.p-header__nav__list__item--character a {
  width: 158px;
  background-position: -467px 0;
}

.p-header__nav__list__item--character a:hover {
  background-position: -467px -45px;
}

.p-header__sound {
  position: absolute;
  width: 140px;
  height: 20px;
  top: 26px;
  right: 80px;
  background-image: url("../images/pc/header-sound-bg.png");
  cursor: pointer;
}

.p-header__sound p {
  margin: 0;
  text-indent: -9999px;
}

.p-header__sound--off {
  background-position: 0 -20px;
}

.p-header__news {
  position: absolute;
  margin: 0;
  left: 0;
  top: 71px;
  width: 100%;
  background-color: #721d12;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.p-header__news--sp {
  visibility: hidden;
}

.p-header__news__container {
  margin: 0;
  position: relative;
  width: 1170px;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  margin: 0 auto;
}

.p-header__news__container:before,
.p-header__news__container:after {
  display: block;
  position: absolute;
  content: "";
  top: 10px;
  width: 100px;
  height: 16px;
  pointer-events: none;
  z-index: 50;
}

.p-header__news__container:before {
  left: 0;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#721d12),
      to(rgba(114, 29, 18, 0)));
  background: -webkit-linear-gradient(left, #721d12, rgba(114, 29, 18, 0));
  background: -o-linear-gradient(left, #721d12, rgba(114, 29, 18, 0));
  background: linear-gradient(90deg, #721d12, rgba(114, 29, 18, 0));
}

.p-header__news__container:after {
  right: 0;
  background: -webkit-gradient(linear,
      right top,
      left top,
      from(#721d12),
      to(rgba(114, 29, 18, 0)));
  background: -webkit-linear-gradient(right, #721d12, rgba(114, 29, 18, 0));
  background: -o-linear-gradient(right, #721d12, rgba(114, 29, 18, 0));
  background: linear-gradient(270deg, #721d12, rgba(114, 29, 18, 0));
}

.p-header__news__body {
  position: relative;
  width: 1170px;
  margin: 0;
  font-size: 15px;
  white-space: nowrap;
  list-style: none;
  padding-left: 100px;
}

.p-header__news__body:after {
  display: block;
  clear: both;
  height: 1;
  content: "";
}

.p-header__news__item {
  float: left;
  margin-right: 2em;
}

.p-header__news__item a {
  color: #fff;
  white-space: nowrap;
}

@media screen and (min-width: 750px) {
  .wiki a {
    display: block;
    position: absolute;
    width: 74px;
    height: 20px;
    top: 26px;
    right: 0;
    background-image: url("../images/pc/wiki.jpg");
    text-indent: -9999px;
  }

  .wiki a:hover {
    background-position: bottom;
  }
}

@media screen and (max-width: 750px) {
  .p-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 36px;
    background-image: url("../images/sp/header-bg.png");
    -webkit-background-size: 10px 36px;
    background-size: 10px 36px;
  }

  .p-header__container {
    width: 100%;
  }

  .p-header__nav__menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    background-image: url("../images/sp/menu.png");
    -webkit-background-size: 15px 14px;
    background-size: 15px 14px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }

  .p-header__nav--opend .p-header__nav__menu {
    background-image: url("../images/sp/menu-opend.png");
    -webkit-background-size: 36px 36px;
    background-size: 36px 36px;
  }

  .p-header__nav--opend .p-header__nav__list {
    height: auto;
    padding-top: 29px;
    padding-bottom: 25px;
  }

  .p-header__nav--opend:before {
    display: block;
    position: absolute;
    top: 36px;
    left: 0;
    width: 1000%;
    height: 99999px;
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
  }

  .p-header__nav__list {
    position: absolute;
    left: 0;
    top: 36px;
    width: 100%;
    height: 0px;
    max-height: 500px;
    overflow: hidden;
    background-image: url("../images/sp/header-nav-bg.png");
    background-repeat: repeat;
    -webkit-background-size: 10px 8px;
    background-size: 10px 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 999;
  }

  .p-header__nav__list__item {
    float: none;
    width: 200px;
    height: 55px;
    margin: 0 auto;
    background-image: url("../images/sp/heder-nav-line.png");
    -webkit-background-size: contain;
    background-size: contain;
    background-position: 0 100%;
    background-repeat: no-repeat;
  }

  .p-header__nav__list__item:last-child {
    background-image: none;
  }

  .p-header__nav__list__item a {
    width: 200px !important;
    height: 55px;
    background-position: 50% 50%;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .p-header__nav__list__item a:hover {
    background-position: 50% 50%;
  }

  .p-header__nav__list__item--top a {
    background-image: url("../images/sp/header-top.png");
    -webkit-background-size: 35px 25px;
    background-size: 35px 25px;
  }

  .p-header__nav__list__item--about a {
    background-image: url("../images/sp/header-about.png");
    -webkit-background-size: 119px 24px;
    background-size: 119px 24px;
  }

  .p-header__nav__list__item--system a {
    background-image: url("../images/sp/header-system.png");
    -webkit-background-size: 136px 24px;
    background-size: 136px 24px;
  }

  .p-header__nav__list__item--character a {
    background-image: url("../images/sp/header-character.png");
    -webkit-background-size: 115px 24px;
    background-size: 115px 24px;
  }

  .p-header__sound {
    width: 120px;
    height: 18px;
    top: 10px;
    right: 68px;
    background-image: url("../images/sp/header-sound-bg.png");
    -webkit-background-size: 120px 36px;
    background-size: 120px 36px;
  }

  .p-header__sound--off {
    background-position: 0 -18px;
  }

  .wiki {
    position: absolute;
    width: 50px;
    height: 18px;
    top: 10px;
    right: 10px;
  }

  .wiki a {
    display: block;
    width: 50px;
    height: 18px;
    background-image: url("../images/sp/wiki.jpg");
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    text-indent: -9999px;
  }

  .p-header__news--pc {
    visibility: hidden;
  }

  .p-header__news--sp {
    visibility: visible;
    top: 35px;
  }

  .p-header__news--sp .p-header__news__container {
    width: 320px;
  }

  .p-header__news--sp .p-header__news__body {
    width: 320px;
    font-size: 12px;
  }
}

.p-news {
  width: 620px;
  margin: 0 auto;
}

.p-news__artilce__anchor {
  position: relative;
  top: -107px;
}

.p-news__article {
  margin-bottom: 54px;
}

.p-news__artilce__title {
  position: relative;
  padding: 5px 23px;
  padding-left: 6em;
  color: #fff;
  background-color: #721d12;
  font-size: 15px;
}

.p-news__artilce__title__date {
  display: block;
  position: absolute;
  font-size: 12px;
  top: 7px;
  left: 23px;
  font-weight: normal;
}

.p-news__artilce__body {
  padding: 0 10px;
  font-size: 15px;
  color: #721d12;
}

.p-news__artilce__body a {
  color: #721d12;
}

@media screen and (max-width: 750px) {
  .p-news {
    width: 100%;
  }

  .p-news__title img {
    max-width: 100%;
  }

  .p-news__article {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 25px;
  }

  .p-news__artilce__anchor {
    top: -72px;
  }

  .p-news__artilce__title {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .p-news__artilce__title__date {
    font-size: 10px;
  }

  .p-news__artilce__body {
    font-size: 12px;
  }
}

/*
  システム
========================================================== */
.p-system {
  position: relative;
  background-image: url("../images/pc/system/system-bg.jpg");
  background-position: 50% 0;
  height: 1150px;
}

.p-system:before {
  display: block;
  width: 100%;
  left: 0;
  top: -105px;
  height: 105px;
  background-image: url("../images/pc/system/system-bg-header.jpg");
  background-repeat: no-repeat;
  background-position: 50% 0;
  content: "";
}

.p-system__container {
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
}

.p-system__title {
  position: absolute;
  top: -90px;
  left: 0;
  width: 100%;
  height: 836px;
  /* background-image: url("../images/pc/system/title.png"); */
  background-image: url("../images/pc/system/gameinfo-title.png");
  background-repeat: no-repeat;
  background-position: 50% 0;
  text-indent: -9999px;
}

.p-system__list__container {
  position: relative;
  top: 120px;
  left: -20px;
  width: 500px;
  margin: 0 auto;
  text-align: center;
  z-index: 100;
}

.p-system__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-system__list__item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  /*
  opacity 1
  img
    width 400px
  */
}

.p-system__nav {
  position: relative;
  top: 843px;
  width: 623px;
  height: 176px;
  margin: 0 auto;
  background-image: url("../images/pc/system/navi.png");
  background-repeat: no-repeat;
  list-style: none;
  padding: 0;
}

.p-system__nav:after {
  display: block;
  clear: both;
  height: 1;
  content: "";
}

.p-system__nav__item {
  float: left;
  width: 25%;
  height: 88px;
  text-indent: -9999px;
  cursor: pointer;
}

.p-system__nav__item--4 {
  width: 23.434991974317818%;
}

.p-system__nav__item--5 {
  width: 38.20224719101123%;
}

.p-system__nav__item--6 {
  width: 38.362760834670944%;
}

@media screen and (max-width: 750px) {
  .p-system {
    width: 100%;
    /* height: 100vh; */
    height: auto;
    /* padding-top: 178%; */
    margin-top: -12%;
    background: url("../images/pc/system/system-bg-header.jpg") no-repeat center top,
      url("../images/pc/system/system-bg.jpg") repeat;
    background-size: 175%;
  }

  .p-system img {
    height: auto;
  }

  .p-system:before {
    display: none;
  }

  .p-system__container {
    /* position: absolute; */
    margin-top: 15px;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-image: none;
  }

  .p-system__container:after {
    display: none;
  }

  .p-system__title {
    margin-top: 0%;
    padding-top: 20%;
    height: 0;
    top: 0;
    /* background-image: url("../images/sp/system/title.png"); */
    /* -webkit-background-size: contain; */
    -webkit-background-size: 160% 160%;
    /* background-size: contain; */
    background-size: 160% 160%;
    background-position: 50% 50%;
  }

  .p-system__title .p-top__haishin__title__left-colud img,
  .p-system__title .p-top__haishin__title__right-colud img {
    margin-top: 3%;
  }

  .p-system__list__container {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
  }

  .p-system__list__item {
    margin-left: 5%;
    margin-right: 5%;
  }

  .p-system__nav {
    position: relative;
    z-index: 999;
    top: 0;
    width: 300px;
    height: 85px;
    margin: 0 auto;
    margin-top: 135%;
    -webkit-background-size: contain;
    background-size: contain;
  }

  .p-system__nav__item {
    height: 42px;
  }
}

/*
  メインビジュアル
========================================================== */
.p-top {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.p-top:before,
.p-top:after {
  display: block;
  position: absolute;
  content: "";
}

.p-top:before {
  top: -25px;
  left: -72px;
  width: 619px;
  height: 513px;
  background-image: url("../images/pc/main/left.png");
}

.p-top:after {
  top: 500px;
  right: -40px;
  width: 278px;
  height: 221px;
  background-image: url("../images/pc/main/right.png");
}

.p-top__main {
  position: relative;
  /* max-width: 1280px; */
  /* height: 729px; */
  height: 100svh;
  margin: 0 auto;
  /* background-image: url("../images/pc/main/main-bg.png"); */
  /* background-image: url("../images/pc/top/bg01.png"); */
  background-image: url("../images/pc/top/bg01.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;

}

.p-top__title,
.p-top__lead {
  position: relative;
  margin: 0;
  line-height: 1;
  z-index: 100;
}

.p-top__title img,
.p-top__lead img {
  vertical-align: top;
}

.p-top__lead {
  margin-top: -10px;
  display: none;
}

.p-top__main__main {
  position: absolute;
  margin: 0;
  top: 30px;
  left: 110px;
}

.p-top__main__banner02 img {
  position: absolute;
  margin: 0;
  top: 400px;
  left: 140px;
  z-index: 999;
  width: 234px;
}

.p-top__main__banner img {
  position: absolute;
  margin: 0;
  top: 600px;
  left: 140px;
  z-index: 999;
  width: 230px;
}

.p-top__main__text {
  position: absolute;
  margin: 0;
  top: -70px;
  right: -230px;
}

.p-top__main__animate {
  position: absolute;
  margin: 0;
  top: 170px;
  left: -170px;
}

@media screen and (max-width: 750px) {

  .p-top:before,
  .p-top:after {
    display: none;
  }

  .p-top__main {
    /* height: auto; */
    padding-top: 177.5%;
    /* background-image: url("../images/sp/main/bg.jpg"); */
    background-image: url("../images/pc/top/bg01.jpg");
    /* -webkit-background-size: contain; */
    -webkit-background-size: cover;
    /* background-size: contain; */
    background-size: cover;
    background-repeat: no-repeat;
  }

  .p-top__main img {
    width: 100%;
  }

  .p-top__lead,
  .p-top__title,
  .p-top__main__text,
  .p-top__main__main {
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
  }

  .p-top__main__main {
    z-index: 100;
    /* top: 10px; */
    top: 50px;
  }

  .p-top__main__banner02 img {
    position: static;
    width: 100%;
    margin: -140px auto 0;
    /*
    z-index: 999;
    top: 110px;
    left: 20px;*/
  }

  .p-top__main__banner img {
    position: static;
    margin: -40px auto 0;
    width: 100%;
    /*
    z-index: 999;
    top: 110px;
    left: 20px;*/
  }

  .p-top__title {
    padding-top: 91.40625%;
    z-index: 200;
    top: 80px;
  }

  .p-top__lead {
    display: none;
    padding-top: 136.125%;
  }
}

/*
  Twitter
========================================================== */
.p-twitter {
  position: relative;
  /* background-image: url("../images/pc/twitter/twitter-bg-header.jpg"); */
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 175%;
  /* padding-top: 126px;
  padding-bottom: 60px; */
}

.tw-widget {
  width: 620px;
  height: 355px;
  margin: 0 auto;
}

.tw-widget p {
  margin: 0;
}

.tw-widget div {
  background-color: #fff;
  box-shadow: rgba(204, 204, 204, 0.651) 0px 0px 20px 5px;
  -webkit-box-shadow: rgba(204, 204, 204, 0.651) 0px 0px 20px 5px;
  -moz-box-shadow: rgba(204, 204, 204, 0.651) 0px 0px 20px 5px;
  width: 580px;
  margin: 0 auto;
  padding: 20px 0;
}

.tw-widget p {
  line-height: 0;
}

.tw-widget iframe {
  height: 212px !important;
}

.timeline {
  max-width: 100% !important;
  width: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .p-twitter {
    padding-top: 40px;
    padding-bottom: 30px;

    display: none;
  }

  .tw-widget {
    width: 100%;
    height: auto;
  }

  .tw-widget p.title img {
    width: 100%;
    height: auto;
  }

  .tw-widget div {
    width: 94%;
    margin: 0 auto;
    padding: 20px 0px;
  }
}

.jizen_btn {
  position: absolute;
  display: flex;
  width: 900px;
  margin: 2% auto 0px;
  left: 0;
  z-index: 9999;
  right: 0;
}

.jizen_btn img {
  max-width: 100%;
}

@media screen and (max-width: 750px) {
  .jizen_btn {
    flex-direction: column;
    width: 100%;
    /* position: relative; */
    margin-top: 145%;
  }
}

.jizen_rewaard {
  width: 900px;
  text-align: center;
  margin: 50px auto 0;
}

@media screen and (max-width: 750px) {
  .jizen_rewaard {
    position: absolute;
    width: 100%;
    margin-top: 85%;
  }

  .jizen_rewaard img {
    width: 95%;
  }
}


.service-close-info-box {
  position: absolute;
  top: 300px;
  left: 0;
  right: 0;
  margin: auto;
  width: 600px;
  background-color: black;
  color: white;
  /* padding: 10px; */
  padding-left: 20px;
  padding-right: 20px;
  font-size: small;
  z-index: 1000;
  height: 300px;
  overflow-y: scroll;
  opacity: 0.8;
  border-radius: 10px;
}

@media screen and (max-width: 750px) {
  .service-close-info-box {
    width: 85%;
    top: 125px;
  }
}




.p-top__main img {
  max-width: 100%;
  /* width: 350px; */
}

.top-chara-box {
  position: relative;
  height: 50svh;
}

.top-chara{
  max-width: 700px;
}

.chara-left {
  position: absolute;
  top: 0;
}

.chara-center {
  position: absolute;
  bottom: -145px;
  z-index: 5;
}

.chara-right {
  position: absolute;
  top: 0;
  right: 0;
}

.top-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 90%;
  margin: auto;
  left: 0;
  right: 0;
}

.top-logo img {
  width: 100%;
}

.jizen-text-box {
  position: absolute;
  bottom: calc(5% + 50px);
  left: 0;
  right: 0;
  margin: auto;
}

.top-store-btn-box {
  /* position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  margin: auto; */
}

.top-store-btn-box img {
  max-width: 100%;
  height: 50px;
  /* height: 60px; */
}

@media screen and (max-width: 750px) {
  .top-store-btn-box img {
    height: 34px;
    width: auto;
  }

}


@media screen and (max-width: 750px) {
  .chara-left {
    right: -15px;
    width: 50%;
    top: unset;
    bottom: 220px;
  }

  .chara-center {
    bottom: 0;
    left: -10px;
    height: 250px;
  }

  .chara-right {
    left: 23px;
    right: unset;
    width: 41%;
    top: unset;
    bottom: 210px;
  }
}


@media screen and (max-width: 750px) {
  .footer-link-text {
    font-size: 0.8rem;
  }
}



.content {
  max-width: 1200px;
  width: 95%;
  padding: 40px 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
}

.news-container {
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(5px);
  width: 90%;
  max-width: 800px;
  border-radius: 10px;
  padding: 20px;
  color: black;
  margin: 50px auto;
}

@media screen and (max-width:768px) {
  .news-container {
    margin: 10px auto 30px;
  }
}

.news-item {
  display: flex;
  padding: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.news-date {
  padding: 2px 8px;
  margin-right: 10px;
  background-color: #f6b318;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  border-radius: 3px;
  white-space: nowrap;
}

.news-tag {
  padding: 2px 8px;
  margin-right: 10px;
  background-color: #e0392b;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
  white-space: nowrap;
}

.news-title {
  flex-grow: 1;
  font-size: 14px;
}

@media screen and (max-width:768px) {
  .news-item {
    /* flex-direction: column; */
    flex-wrap: wrap;
  }

  .news-date,
  .news-tag {
    margin-bottom: 5px;
    display: inline-block;
  }
}


/* SNS Section */
.sns-links {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 50px 0;
}

.sns-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 80px; */
  width: 250px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  color: white;
  text-decoration: none;
  font-size: 14px;
  margin: auto;
}

.sns-btn img {
  max-width: 100%;
}

/* ----------------------- footer ------------------------ */
footer {
  font-size: 0.8rem;
  background-color: black;

  position: relative;
  /* background-color: #000; */
  /* padding: 30px 0;
    text-align: center;
    font-size: 12px;
    height: 400px; */
  /* 固定の高さ */
  /* display: flex;
    flex-direction: column;
    justify-content: space-between; */
}

.footer-store-info-bnr img {
  height: 45px;
  margin: auto 10px;
}

@media screen and (max-width:768px) {
  .footer-store-info-bnr img {
    height: 35px;
    margin: auto 5px;
  }
}

.footer-store-text-box {
  width: 760px;
  margin: auto;
}

@media screen and (max-width:768px) {
  .footer-store-text-box {
    width: 100%;
  }
}

.footer-store-text-box table {
  width: 390px;
  margin: auto;
  border-collapse: separate;
  border: 1px solid white;
  border-radius: 15px;
  padding: 10px 1px;
}

@media screen and (max-width:768px) {
  .footer-store-text-box table {
    width: 90%;
  }
}

.footer-store-text-box table td {
  /* border-bottom:2px solid white;
	border-right:2px solid white; */
}

.footer-store-text-box table td {
  padding: 0 5spx;
}

.footer-store-text-box table td {
  border-radius: 18px 0 0 0;
}

.footer-store-text-box table td:last-child {
  border-radius: 0 18px 0 0;
}

.footer-store-text-box table tr:last-child td {
  border-radius: 0 0 0 18px;
}

.footer-store-text-box table tr:last-child td:last-child {
  border-radius: 0 0 18px 0;
}

.footer-store-icon {
  border-radius: 5px;
}



.slider-box {
  padding-top: 120px;
}

@media (max-width: 768px) {
  .slider-box {
    padding-top: 120px;
    padding-bottom: 30px;
  }
}



.slider-container {
  max-width: 400px;
  width: 90%;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8);
  border: 2px solid rgb(89, 107, 136);
}

.slider-title {
  text-align: center;
  font-size: 2.5rem;
  color: rgb(220, 230, 240);
  margin-bottom: 30px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  font-weight: bold;
  letter-spacing: 3px;
}

.slider-title::before,
.slider-title::after {
  content: '◆';
  margin: 0 15px;
  color: rgb(89, 107, 136);
}

.slider {
  margin-bottom: 40px;

}

.slider img {
  width: 100%;
  /* height: 60vh; */
  height: auto;
  object-fit: cover;
  border-radius: 15px;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7); */
  border: 3px solid rgb(89, 107, 136);
}

/* カスタムナビゲーション - 刀の鍔（つば）デザイン */
.custom-dots {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.custom-dot {
  width: 50px;
  height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: rotate(0deg);
}

.custom-dot::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, rgb(89, 107, 136), rgb(110, 130, 160));
  border-radius: 50%;
  border: 3px solid rgb(60, 80, 100);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}

.custom-dot::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 6px;
  background: rgb(60, 80, 100);
  border-radius: 3px;
  box-shadow:
    0 -8px 0 rgb(60, 80, 100),
    0 8px 0 rgb(60, 80, 100),
    -8px 0 0 rgb(60, 80, 100),
    8px 0 0 rgb(60, 80, 100);
  transition: all 0.3s ease;
}

.custom-dot.active::before {
  background: linear-gradient(135deg, rgb(120, 140, 170), rgb(140, 160, 190));
  box-shadow: 0 6px 20px rgba(89, 107, 136, 0.6);
  transform: translate(-50%, -50%) scale(1.2);
}

.custom-dot.active::after {
  background: rgb(220, 230, 240);
  box-shadow:
    0 -8px 0 rgb(220, 230, 240),
    0 8px 0 rgb(220, 230, 240),
    -8px 0 0 rgb(220, 230, 240),
    8px 0 0 rgb(220, 230, 240);
}

.custom-dot:hover::before {
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 6px 16px rgba(89, 107, 136, 0.4);
}

/* Slickのデフォルトドットを隠す */
.slick-dots {
  display: none !important;
}

/* 矢印を隠す */
.slick-prev,
.slick-next {
  display: none !important;
}

/* レスポンシブデザイン */
@media (max-width: 768px) {
  .slider-container {
    width: 80%;
    padding: 20px;
  }

  .slider-title {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .slider img {
    height: 50vh;
  }

  .custom-dot {
    width: 45px;
    height: 45px;
  }

  .custom-dot::before {
    width: 35px;
    height: 35px;
  }

  .custom-dot::after {
    width: 18px;
    height: 5px;
    box-shadow:
      0 -7px 0 rgb(60, 80, 100),
      0 7px 0 rgb(60, 80, 100),
      -7px 0 0 rgb(60, 80, 100),
      7px 0 0 rgb(60, 80, 100);
  }

  .custom-dots {
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .slider-title {
    font-size: 1.5rem;
  }

  .slider img {
    /* height: 40vh; */
    height: auto;
  }

  .custom-dot {
    width: 40px;
    height: 40px;
  }

  .custom-dot::before {
    width: 30px;
    height: 30px;
  }

  .custom-dot::after {
    width: 16px;
    height: 4px;
    box-shadow:
      0 -6px 0 rgb(60, 80, 100),
      0 6px 0 rgb(60, 80, 100),
      -6px 0 0 rgb(60, 80, 100),
      6px 0 0 rgb(60, 80, 100);
  }

  .custom-dots {
    gap: 10px;
  }
}

/* 装飾要素 */
.decoration {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgb(89, 107, 136), transparent);
}

.decoration::before,
.decoration::after {
  content: '';
  position: absolute;
  top: -5px;
  width: 10px;
  height: 10px;
  background: rgb(89, 107, 136);
  border-radius: 50%;
}

.decoration::before {
  left: 0;
}

.decoration::after {
  right: 0;
}



/* ------------------------ お知らせモーダル表示 -------------------- */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  z-index: 9;
}

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

.mordalContents {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #eee;
  border-radius: 15px;
  width: 450px;
  /* height: 450px; */
  max-height: 75svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* row-gap: 65px; */
  row-gap: 3px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  z-index: 10;
  padding: 15px;
  color: black;
}

.mordalContents.open {
  opacity: 1;
  visibility: visible;
}

.mordalContents p {
  overflow-y: auto;
}

.btn {
  width: 150px;
  height: 40px;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  color: #fff;
  text-align: center;
}

.btn:hover {
  background-color: gray;
}

.closeBtn {
  background-color: #333;
}

.openBtn {
  /* background-color: rgb(234, 55, 55); */
  margin-top: 250px;
  margin-bottom: 250px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .mordalContents {
    width: 330px;
    /* height: 330px; */
    max-height: 75svh;
    width: 90%;
    /* height: 60svh; */
    overflow-y: scroll;
  }

  .mordalContents p {
    font-size: 14px;
    overflow-y: scroll;
    padding: 3px;
  }
}

.md-news-title {
  padding: 10px 5px 15px;
  overflow-y: hidden !important;
  /* line-height: 1rem; */
  border-bottom: 1px solid gray;
  width: 100%;
}

@media (max-width: 768px) {
  .md-news-title {
    padding: 10px 5px 15px !important;
  }
}

.news-title-news-text-box .new::after {
  content: 'New!';
  /* 最後に入れたい任意の文字を入力 */
  font-size: 11px;
  /* 文字サイズを11pxに指定 */
  font-weight: bold;
  /* 太文字に指定 */
  line-height: 1.3;
  /* 行間を指定 */
  display: inline-block;
  /* line-heightの背景にも色を入れるため */
  color: #fff;
  /* 文字色を白に指定 */
  background: #F00;
  /* 背景色を赤に指定 */
  border-radius: 15px;
  /* 楕円形にするため角丸 */
  padding: 0 5px;
  /* 上下左右に少し余白 */
  margin-left: 10px;
  /* これを指定すれば上寄せや下寄せが可能 */
  vertical-align: baseline;
  /* これを指定すれば上寄せや下寄せが可能 */
}


.hero-image {
  animation: float 3s ease-in-out infinite;
}

/* フワフワ揺れるアニメーション */
@keyframes float {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }
}

/* 背景の装飾 */
.bg-decoration {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

/* 火の粉エフェクト */
.fire-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.fire-particle {
  position: absolute;
  width: 3px;
  height: 3px;
  background: radial-gradient(circle, #ff6b35 0%, #ff8e00 50%, #ffa500 100%);
  border-radius: 50%;
  opacity: 0.8;
  animation: fireFloat 8s linear infinite;
}

.fire-particle.large {
  width: 5px;
  height: 5px;
  background: radial-gradient(circle, #ff4500 0%, #ff6347 50%, #ffa500 100%);
  animation: fireFloatLarge 10s linear infinite;
}

.fire-particle.spark {
  width: 2px;
  height: 2px;
  background: radial-gradient(circle, #ffff00 0%, #ff8c00 100%);
  animation: sparkFloat 6s linear infinite;
}

/* 土埃エフェクト */
.dust-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.dust-particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: radial-gradient(circle, #8b7355 0%, #a0522d 50%, #daa520 100%);
  border-radius: 50%;
  opacity: 0.4;
  animation: dustFloat 12s linear infinite;
}

.dust-particle.large {
  width: 6px;
  height: 6px;
  background: radial-gradient(circle, #654321 0%, #8b4513 50%, #cd853f 100%);
  animation: dustFloatLarge 15s linear infinite;
}

/* 火の粉アニメーション */
@keyframes fireFloat {
  0% {
    transform: translateY(100vh) translateX(0) rotate(0deg);
    opacity: 0;
  }

  10% {
    opacity: 0.8;
  }

  90% {
    opacity: 0.8;
  }

  100% {
    transform: translateY(-100px) translateX(200px) rotate(360deg);
    opacity: 0;
  }
}

@keyframes fireFloatLarge {
  0% {
    transform: translateY(100vh) translateX(0) rotate(0deg) scale(0.5);
    opacity: 0;
  }

  5% {
    opacity: 1;
  }

  95% {
    opacity: 1;
  }

  100% {
    transform: translateY(-100px) translateX(-150px) rotate(180deg) scale(1.2);
    opacity: 0;
  }
}

@keyframes sparkFloat {
  0% {
    transform: translateY(100vh) translateX(0) rotate(0deg);
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    transform: translateY(-50px) translateX(100px) rotate(720deg);
    opacity: 0;
  }
}

/* 土埃アニメーション */
@keyframes dustFloat {
  0% {
    transform: translateY(100vh) translateX(0) rotate(0deg);
    opacity: 0;
  }

  20% {
    opacity: 0.4;
  }

  80% {
    opacity: 0.4;
  }

  100% {
    transform: translateY(-100px) translateX(300px) rotate(90deg);
    opacity: 0;
  }
}

@keyframes dustFloatLarge {
  0% {
    transform: translateY(100vh) translateX(0) rotate(0deg) scale(0.8);
    opacity: 0;
  }

  15% {
    opacity: 0.6;
  }

  85% {
    opacity: 0.6;
  }

  100% {
    transform: translateY(-50px) translateX(-200px) rotate(45deg) scale(1.5);
    opacity: 0;
  }
}

/* 風エフェクト */
.wind-lines {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.wind-line {
  position: absolute;
  width: 60px;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%);
  animation: windMove 4s linear infinite;
  opacity: 0.3;
}

@keyframes windMove {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }

  50% {
    opacity: 0.3;
  }

  100% {
    transform: translateX(calc(100vw + 100px));
    opacity: 0;
  }
}

/* 戦場の雰囲気を演出する背景テクスチャ */
.bg-decoration::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at 20% 30%, rgba(255, 69, 0, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(255, 140, 0, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 50% 90%, rgba(139, 69, 19, 0.15) 0%, transparent 50%);
  animation: backgroundPulse 8s ease-in-out infinite;
}

@keyframes backgroundPulse {

  0%,
  100% {
    opacity: 0.3;
  }

  50% {
    opacity: 0.6;
  }
}

/* レスポンシブデザイン */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem;
  }

  .hero-image {
    /* width: 250px;
                height: 250px; */
  }

  .hero-description {
    font-size: 1rem;
  }
}

.img-glow {
  position: relative;
  width: 50%;
  height: auto;
}
.glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 70%);
  transform: translateX(-100%);
  filter: blur(8px);
  animation: none;
}
@keyframes img-shine {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}