*,
*:before,
*:after {
  box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}
ul[role='list'],
ol[role='list'] {
  list-style: none;
}
html:focus-within {
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  text-rendering: optimizespeed;
  line-height: 1.5;
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}
img,
picture {
  max-width: 100%;
}
input,
button,
textarea,
select {
  font: inherit;
}
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-size: 2.6667vw;
}
@media screen and (min-width: 900px) {
  html {
    font-size: 0.6944vw;
  }
}
@media screen and (min-width: 1440px) {
  html {
    font-size: 10px;
  }
}
body {
  color: #000;
  background: #000124;
  font-family: 'Noto Serif JP', serif;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  word-break: break-all;
}
input,
textarea,
select {
  font-family: inherit;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.wrapper {
  overflow: hidden;
  max-width: 100%;
  background: url(../img/wrapper_bg_001.png) repeat-x 0 0;
  background-size: 1.5rem 1.1rem;
  padding: 1.1rem 0 12rem;
}
@media screen and (min-width: 900px) {
  .wrapper {
    background: none;
    padding: 0;
    max-width: 198rem;
    margin: 0 auto;
    background: #04072c;
  }
}
.footer {
  position: relative;
  z-index: 100;
  background: url(../img/footer_bg_002.png) repeat-x 0 0;
  background-size: 1.5rem 1.8rem;
  padding-top: 1.8rem;
  color: #fff;
}
@media screen and (min-width: 900px) {
  .footer {
    padding-bottom: 1.25rem;
    background: url(../img/footer_bg_002.png) repeat-x 0 0,
      url(../img/footer_bg_003.png) repeat-x 0 100%;
    background-size: 1.5rem 1.8rem, 1.5rem 1.25rem;
  }
}
.footer__inner {
  position: relative;
  overflow: hidden;
}
.footer__inner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: #373b5d url(../img/footer_bg_001.png) repeat 0 0;
  background-size: 10.4rem 10.4rem;
  background-position: 0 0;
}
@media screen and (min-width: 900px) {
  .footer__inner:before {
    background-size: 10.1rem 10.1rem;
  }
}
.footer__inner.is-bg-fixed:before {
  position: fixed;
}
@media screen and (min-width: 900px) {
  .footer__inner.is-bg-fixed:before {
    position: absolute;
  }
}
.footer__inner:after {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 102;
  height: 1px;
  width: 100%;
  box-shadow: 0 0 1.5rem 0.2rem #000;
}
.footer__container {
  position: relative;
  z-index: 102;
  padding: 18.8rem 1.2rem 4.4rem;
  background: url(../img/footer_bg_003.png) repeat-x 0 100%;
  background-size: 1.5rem 1.25rem;
}
@media screen and (min-width: 900px) {
  .footer__container {
    width: 144rem;
    margin: 0 auto;
    background: none;
    padding: 5.8rem 14rem 1.7rem;
  }
}
.footer__sns {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__sns__twitter {
  position: absolute;
  top: 0;
  right: 8rem;
  width: 11.2rem;
  height: 18.1rem;
}
@media screen and (min-width: 900px) {
  .footer__sns__twitter {
    right: 24rem;
    width: 13.6rem;
    height: 26.3rem;
  }
}
.footer__sns__line {
  position: absolute;
  top: 0;
  right: 0.2rem;
  width: 10.4rem;
  height: 18.1rem;
}
@media screen and (min-width: 900px) {
  .footer__sns__line {
    right: 12rem;
    width: 13.6rem;
    height: 26.3rem;
  }
}
.footer__row {
  margin-bottom: 6.8rem;
}
@media screen and (min-width: 900px) {
  .footer__row {
    margin-bottom: 6.4rem;
    margin-right: 27.8rem;
  }
}
.footer__col {
  margin-bottom: 7.2rem;
}
@media screen and (min-width: 900px) {
  .footer__col {
    margin-bottom: 3.2rem;
  }
}
.footer__note {
  font-size: 1.4rem;
  font-family: Noto Sans JP, sans-serif;
  line-height: 1.5;
  margin: 0 0 1.6rem;
}
.footer__title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 2.8rem;
}
@media screen and (min-width: 900px) {
  .footer__title {
    font-size: 2.2rem;
    margin-bottom: 2.4rem;
  }
}
.footer__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: Noto Sans JP, sans-serif;
}
.footer__list > li:first-child {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 900px) {
  .footer__list > li:first-child {
    margin-bottom: 1.6rem;
  }
}
.footer__list > li + li {
  margin-top: 1.8rem;
}
@media screen and (min-width: 900px) {
  .footer__list > li + li {
    margin-top: 1.6rem;
  }
}
.footer__list__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6rem;
  border: 1px solid #b19b79;
  border-radius: 0.6rem;
  color: #fff;
  text-decoration: none;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (min-width: 900px) {
  .footer__list__tel {
    display: inline-block;
    height: auto;
    border: none;
    pointer-events: none;
  }
}
.footer__list__tel span {
  position: relative;
  display: inline-block;
  padding-left: 3.8rem;
}
.footer__list__tel span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../img/footer_ic_001.png) no-repeat 0 0;
  background-size: 100% 100%;
  width: 2rem;
  height: 2rem;
}
.footer__list__link {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
  padding-left: 3.6rem;
}
@media screen and (min-width: 900px) {
  .footer__list__link {
    display: inline-block;
    font-size: 1.8rem;
  }
}
.footer__list__link:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../img/footer_ic_002.png) no-repeat 0 0;
  background-size: 100% 100%;
  width: 2rem;
  height: 2.5rem;
}
.footer__list__link:after {
  content: '';
  position: relative;
  top: -0.2rem;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/footer_ic_003.png) no-repeat 0 0;
  background-size: 100% 100%;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 0.8rem;
}
.footer__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.4rem 4rem;
  background-color: #fff;
  margin: 0 -1.2rem 3.2rem;
}
@media screen and (min-width: 900px) {
  .footer__logo {
    margin: 0 -50vw 1.6rem;
  }
}
.footer__logo > li {
  height: 4.4rem;
  display: flex;
  align-items: center;
}
.footer__logo > .footer__logo__benesse {
  width: 17.2rem;
  height: 4.2rem;
}
.footer__logo > .footer__logo__segaxd {
  position: relative;
  width: 9rem;
  height: 4.4rem;
  margin-left: 6.4rem;
}
@media screen and (min-width: 900px) {
  .footer__logo > .footer__logo__segaxd {
    margin-left: 8rem;
  }
}
.footer__copyright {
  font-size: 1.2rem;
  font-family: Noto Sans JP, sans-serif;
  line-height: 1.5;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 900px) {
  .footer__copyright {
    font-size: 1.4rem;
  }
}
.header {
  position: relative;
  z-index: 100;
  background: url(../img/header_bg_001.png) no-repeat 50% 0;
  background-size: 100% auto;
  height: 49.6rem;
  box-shadow: inset 0 2rem 1rem -2rem #000;
}
@media screen and (min-width: 900px) {
  .header {
    background-image: url(../img/header_bg_001_pc.png);
    background-size: 146.6rem 93rem;
    height: 93rem;
    box-shadow: none;
  }
}
@media screen and (min-width: 900px) {
  .header__container {
    position: relative;
    width: 144rem;
    height: 100%;
    margin: 0 auto;
  }
}
.header__lead {
  position: absolute;
  left: 1.7em;
  top: 2.8rem;
  width: 11.8rem;
  height: 34rem;
  margin-bottom: 0;
}
@media screen and (min-width: 900px) {
  .header__lead {
    top: 9.1rem;
    left: 21.6rem;
    width: 49.8rem;
    height: 16rem;
  }
}
.header__title {
  position: absolute;
  left: 0;
  top: 33rem;
  width: 37.5rem;
  height: 27.8rem;
  margin-bottom: 0;
}
@media screen and (min-width: 900px) {
  .header__title {
    top: 19.5rem;
    left: 17.4rem;
    width: 70rem;
    height: 51.8rem;
  }
}
.header__sns {
  margin: 0;
  filter: drop-shadow(0.4rem 0.4rem 2rem #000);
}
.header__sns > li {
  list-style: none;
}
.header__sns__twitter {
  position: absolute;
  z-index: 2;
  top: -0.65rem;
  right: 1.6rem;
  width: 5.4rem;
  height: 8.3rem;
}
@media screen and (min-width: 900px) {
  .header__sns__twitter {
    top: 0;
    right: 13.2rem;
    width: 13.6rem;
    height: 19.9rem;
  }
}
.header__sns__line {
  position: absolute;
  z-index: 1;
  top: 6.9rem;
  right: 1.6rem;
  width: 5.4rem;
  height: 8.2rem;
}
@media screen and (min-width: 900px) {
  .header__sns__line {
    top: 0;
    right: 1.8rem;
    width: 13.6rem;
    height: 19.9rem;
  }
}
.list {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  list-style: none;
}
@media screen and (min-width: 900px) {
  .list {
    font-size: 1.6rem;
  }
}
.list > li {
  position: relative;
  margin: 0;
  padding: 0 0 0 2rem;
}
.list > li:before {
  content: '';
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 1rem;
  height: 1.2rem;
  background: url(../img/list_bg_001.png) repeat 0 0;
  background-size: 100% auto;
}
.list > li + li {
  margin-top: 1rem;
}
.list > li.list__right-margin {
  margin-right: 14rem;
}
@media screen and (min-width: 900px) {
  .list > li.list__right-margin {
    margin-right: 20rem;
  }
}
.reservation {
  position: fixed;
  z-index: 10000;
  bottom: 12rem;
  left: 0;
  right: 0;
  height: 0;
}
@media screen and (min-width: 900px) {
  .reservation {
    width: 144rem;
    left: 50%;
    transform: translate(-50%);
    bottom: 22.4rem;
    padding-right: 2.4rem;
  }
}
.reservation__link {
  display: block;
  background: url(../img/reservation_bg_001.png) repeat-x 0 0;
  background-size: auto 100%;
}
@media screen and (min-width: 900px) {
  .reservation__link {
    width: 35.6rem;
    height: 17.6rem;
    margin-right: 0;
    margin-left: auto;
    background: none;
  }
}
.reservation__link img,
.reservation__link source {
  width: 100%;
  height: auto;
}
.infos {
  position: relative;
  z-index: 1000;
  height: 0;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .infos {
    width: 144rem;
  }
}
.info__container {
  position: absolute;
  width: 35.1rem;
  top: 15.2rem;
  left: 1.2rem;
  height: 43.2rem;
  padding: 4rem 1.6rem;
  background: #fff url(../img/info_bg_001.png) no-repeat 0 0;
  background-size: cover;
  border-radius: 1.6rem;
}
@media screen and (min-width: 900px) {
  .info__container {
    top: -9.4rem;
    left: 20.4rem;
    width: 63rem;
    height: 29.4rem;
    padding: 3.2rem;
  }
}
.info__container:before,
.info__container:after {
  content: '';
  position: absolute;
  background: no-repeat 0 0;
  background-size: 100% auto;
}
.info__container:before {
  width: 12.7rem;
  height: 12.4rem;
  background-image: url(../img/info_img_001.png);
  bottom: -8.4rem;
  left: 4.4rem;
}
@media screen and (min-width: 900px) {
  .info__container:before {
    width: 13.7rem;
    height: 13.4rem;
    left: -7.5rem;
    bottom: -0.9rem;
  }
}
.info__container:after {
  width: 16.4rem;
  height: 15.4rem;
  background-image: url(../img/info_img_002.png);
  bottom: -10.5rem;
  right: 1.6rem;
}
@media screen and (min-width: 900px) {
  .info__container:after {
    width: 18.4rem;
    height: 17.3rem;
    right: -10.8rem;
    bottom: -2.8rem;
  }
}
.info__title {
  position: absolute;
  top: -2rem;
  left: 0;
  right: 0;
  width: 15rem;
  height: 4rem;
  margin: 0 auto;
}
.info__text {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 900px) {
  .info__text {
    margin-bottom: 1.8rem;
  }
}
.info__text2 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.6rem;
}
.info__text3 {
  font-size: 1.6rem;
  font-family: Noto Sans JP, sans-serif;
}
@media screen and (min-width: 900px) {
  .info__text3 {
    text-align: center;
  }
}
.info__list {
  display: table;
  margin: 0 auto 2rem;
  padding: 0;
  list-style-type: none;
}
@media screen and (min-width: 900px) {
  .info__list {
    margin-bottom: 1.6rem;
  }
}
.info__list > li {
  display: flex;
  gap: 0 1.6rem;
  margin: 0;
}
.info__list > li + li {
  margin-top: 0.5rem;
}
.info__award {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 3.2rem;
  background-color: #a79451;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 0.4rem;
}
@media screen and (min-width: 900px) {
  .info__award {
    width: 9.4rem;
  }
}
.info__award--type2 {
  background-color: #8d8d8d;
}
.info__name {
  flex: 1;
  font-size: 1.6rem;
  font-weight: 700;
  padding-top: 0.4rem;
}
@media screen and (min-width: 900px) {
  .info__name {
    font-size: 2rem;
    padding-top: 0;
  }
}
.info-sns {
  position: relative;
}
.info-sns__container {
  position: absolute;
  width: 35.1rem;
  top: 71.2rem;
  right: 1.2rem;
  height: 29.4rem;
  padding-top: 4rem;
  background: #fff;
  border-radius: 1.6rem;
}
@media screen and (min-width: 900px) {
  .info-sns__container {
    top: -9.4rem;
    right: 14rem;
    width: 38.6rem;
    height: 29.4rem;
    padding-top: 2.4rem;
  }
}
.info-sns__title {
  position: absolute;
  top: -2rem;
  left: 0;
  right: 0;
  width: 20rem;
  height: 4rem;
  margin: 0 auto;
}
.info-sns__widget {
  height: 100%;
  overflow: auto;
  border-radius: 0 0 1.6rem 1.6rem;
}
.info-sns__loader {
  display: block;
  font-size: 0.5rem;
  margin: 10rem auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: linear-gradient(
    to right,
    #745fba 10%,
    rgba(255, 255, 255, 0) 42%
  );
  position: relative;
  animation: load3 1.4s infinite linear;
  transform: translateZ(0);
}
.info-sns__loader:before {
  width: 50%;
  height: 50%;
  background: #745fba;
  border-radius: 100% 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.info-sns__loader:after {
  background: #fff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@keyframes load3 {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.world {
  position: relative;
  z-index: 10;
  margin-top: -4.5rem;
  color: #fff;
  padding-top: 105.7rem;
}
@media screen and (min-width: 900px) {
  .world {
    margin-top: -9.2rem;
    height: 126.6rem;
    padding-top: 29.3rem;
  }
}
.world:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
  background: url(../img/world_bg_001.png) repeat;
  background-size: 100% auto;
  background-position: 0 0;
}
@media screen and (min-width: 900px) {
  .world:before {
    background-image: url(../img/world_bg_001_pc.png);
    background-size: cover;
    background-position: 50% 0;
  }
}
.world.is-bg-fixed:before {
  position: fixed;
}
@media screen and (min-width: 900px) {
  .world.is-bg-fixed:before {
    position: absolute;
  }
}
.world__container {
  position: relative;
  z-index: 12;
}
@media screen and (min-width: 900px) {
  .world__container {
    width: 144rem;
    margin: 0 auto;
  }
}
.world__title {
  width: 22.7rem;
  height: 6.4rem;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .world__title {
    width: 28.4rem;
    height: 8.2rem;
    margin: 0 0 0 57.2rem;
  }
}
.world__title2 {
  width: 35.5rem;
  height: 10.1rem;
  margin: 0 auto 2.4rem;
}
@media screen and (min-width: 900px) {
  .world__title2 {
    width: 65.6rem;
    height: 18.6rem;
    margin: 0 0 1.6rem 62.1rem;
  }
}
.world__text {
  margin: 0 2.4rem 2.8rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2;
  text-shadow: 0.2rem 0.2rem 0.8rem #1a156d;
}
@media screen and (min-width: 900px) {
  .world__text {
    font-size: 1.8rem;
    margin: 0 0 3.6rem 64.8rem;
  }
}
.world__chara {
  position: relative;
  height: 107.3rem;
  margin-top: -1.3rem;
}
@media screen and (min-width: 900px) {
  .world__chara {
    position: static;
    height: auto;
    margin-top: 0;
  }
}
.world__chara__detail {
  background: url(../img/world_bg_002.png) no-repeat;
  background-size: 100% 100%;
  width: 21.4rem;
  height: 21.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.world__chara__name {
  position: relative;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
  padding-bottom: 1.4rem;
}
.world__chara__name:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: 8.5rem;
  height: 0.4rem;
  background: url(../img/world_bg_003.png) no-repeat;
  background-size: 100% 100%;
}
.world__chara__text {
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.world__chara-main__img {
  position: absolute;
  z-index: 16;
  top: -2.2rem;
  left: -6.6rem;
  width: 36.9rem;
  height: 67.2rem;
}
@media screen and (min-width: 900px) {
  .world__chara-main__img {
    top: -5.8rem;
    left: 14.6rem;
    width: 50rem;
    height: 91.2rem;
  }
}
.world__chara-main__detail {
  position: absolute;
  top: 0.7rem;
  left: 14.9rem;
  z-index: 13;
}
@media screen and (min-width: 900px) {
  .world__chara-main__detail {
    top: -5.8rem;
    left: 13rem;
  }
}
.world__chara-main__author {
  position: absolute;
  top: 64rem;
  left: 2.8rem;
  font-size: 1.4rem;
  z-index: 16;
  text-shadow: #1a156d 0.2rem 0.2rem 0.8rem;
}
@media screen and (min-width: 900px) {
  .world__chara-main__author {
    font-size: 2rem;
    top: 84rem;
    left: 20.4rem;
  }
}
.world__chara-sub__img {
  position: absolute;
  z-index: 15;
  top: 24.8rem;
  right: -1rem;
  width: 17.8rem;
  height: 30.4rem;
}
@media screen and (min-width: 900px) {
  .world__chara-sub__img {
    width: 26.3rem;
    height: 43.4rem;
    right: auto;
    top: 44.6rem;
    left: 41.6rem;
  }
}
.world__chara-sub__detail {
  position: absolute;
  top: 46.7rem;
  right: 1.8rem;
  z-index: 14;
}
@media screen and (min-width: 900px) {
  .world__chara-sub__detail {
    top: 61.3rem;
    right: auto;
    left: 57rem;
  }
}
.world__chara-enemy__img {
  position: absolute;
  z-index: 18;
  top: 75.8rem;
  left: 14.8rem;
  width: 22.7rem;
  height: 24.4rem;
}
@media screen and (min-width: 900px) {
  .world__chara-enemy__img {
    width: 35.3rem;
    height: 34.8rem;
    top: 52.3rem;
    left: 102.4rem;
  }
}
.world__chara-enemy__detail {
  position: absolute;
  top: 68rem;
  left: 0rem;
  z-index: 17;
}
@media screen and (min-width: 900px) {
  .world__chara-enemy__detail {
    top: 61.8rem;
    left: 90.9rem;
  }
}
.about {
  position: relative;
  z-index: 20;
  padding: 9.2rem 0 16rem;
}
@media screen and (min-width: 900px) {
  .about {
    margin-top: -14rem;
    padding: 20rem 0 11.2rem;
  }
}
.about:before {
  content: '';
  position: absolute;
  z-index: 21;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/about_bg_002.png) repeat;
  background-size: 100% auto;
  background-position: 0 0;
}
@media screen and (min-width: 900px) {
  .about:before {
    background-image: url(../img/about_bg_002_pc.png);
    background-size: cover;
    background-position: 50% 0;
  }
}
.about.is-bg-fixed:before {
  position: fixed;
}
@media screen and (min-width: 900px) {
  .about.is-bg-fixed:before {
    position: absolute;
  }
}
.about:after {
  content: '';
  position: absolute;
  z-index: 22;
  top: -5.7rem;
  left: 0;
  right: 0;
  height: 5.7rem;
  background: url(../img/about_bg_001.png) repeat 0 0;
  background-size: 100% auto;
}
@media screen and (min-width: 900px) {
  .about:after {
    display: none;
  }
}
.about__container {
  position: relative;
  z-index: 23;
}
@media screen and (min-width: 900px) {
  .about__container {
    width: 144rem;
    margin: 0 auto;
  }
}
.about__title {
  width: 22.7rem;
  height: 6.4rem;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 900px) {
  .about__title {
    width: 28.4rem;
    height: 8.2rem;
    margin-bottom: 3.2rem;
  }
}
.about__title2 {
  text-align: center;
  margin: 0 0 9rem;
  font-size: 2.8rem;
  line-height: 1.6;
  font-weight: 600;
  color: #fff;
  text-shadow: #1a156d 0 0.1rem 1.6rem;
}
@media screen and (min-width: 900px) {
  .about__title2 {
    font-size: 4.2rem;
    margin-bottom: 8.6rem;
  }
}
.about__lead {
  text-align: center;
  margin: 0 0 1.8rem;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 600;
  color: #fff;
  text-shadow: #1a156d 0 0.1rem 1.6rem;
}
@media screen and (min-width: 900px) {
  .about__lead {
    font-size: 3.2rem;
  }
}
.about__row {
  position: relative;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 900px) {
  .about__row {
    display: flex;
    width: 116rem;
    margin: 0 auto 1.4rem;
  }
}
.about__rhythm {
  position: relative;
  margin: 0 auto 12.2rem;
  width: 35.1rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0 0 0.6rem 0.6rem;
}
@media screen and (min-width: 900px) {
  .about__rhythm {
    margin: 0;
    width: 55.6rem;
  }
}
.about__rhythm:after {
  content: '';
  position: absolute;
  bottom: -7.8rem;
  left: 50%;
  transform: translate(-50%);
  width: 14rem;
  height: 10.5rem;
  background: url(../img/about_bg_003.png) no-repeat 0 0;
  background-size: 100% auto;
}
@media screen and (min-width: 900px) {
  .about__rhythm:after {
    z-index: 1;
    top: 9.2rem;
    left: 52rem;
    width: 12.4rem;
    height: 16.6rem;
    background-image: url(../img/about_bg_003_pc.png);
    transform: none;
  }
}
.about__rhythm__title {
  position: absolute;
  top: -4.4rem;
  left: 50%;
  transform: translate(-50%);
  z-index: 2;
  width: 24rem;
  height: 5.6rem;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .about__rhythm__title {
    width: 27rem;
    height: 6rem;
    top: -4.6rem;
  }
}
.about__rhythm__img {
  margin: 0 auto;
}
.about__rhythm__chara {
  position: absolute;
  z-index: 3;
  top: -0.3rem;
  left: -6.9rem;
  width: 25.3rem;
  height: 23.1rem;
}
@media screen and (min-width: 900px) {
  .about__rhythm__chara {
    width: 39.7rem;
    height: 36.2rem;
    top: -3rem;
    left: -11.5rem;
  }
}
.about__rhythm__detail {
  padding: 3.2rem 1.2rem;
}
.about__training {
  position: relative;
  margin: 0 auto 1.2rem;
  width: 35.1rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0 0 0.6rem 0.6rem;
}
@media screen and (min-width: 900px) {
  .about__training {
    width: 55.6rem;
    margin: 0 0 0 auto;
  }
}
.about__training__title {
  position: absolute;
  top: -4.4rem;
  left: 50%;
  transform: translate(-50%);
  z-index: 2;
  width: 24rem;
  height: 5.6rem;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .about__training__title {
    width: 27rem;
    height: 6rem;
  }
}
.about__training__img {
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .about__training__img {
    width: 100%;
  }
}
.about__training__chara {
  position: absolute;
  z-index: 3;
  top: -0.3rem;
  right: -2.7rem;
  width: 23.1rem;
  height: 25.7rem;
}
@media screen and (min-width: 900px) {
  .about__training__chara {
    top: -3.3rem;
    right: -6.7rem;
    width: 37.2rem;
    height: 41.6rem;
  }
}
.about__training__detail {
  padding: 3.2rem 1.2rem;
}
@media screen and (min-width: 900px) {
  .about__training__detail {
    width: 100%;
  }
}
.about__note {
  font-size: 1.2rem;
  font-family: Noto Sans JP, sans-serif;
  margin: 0 1.2rem 3.6rem;
}
@media screen and (min-width: 900px) {
  .about__note {
    font-size: 1.3rem;
    width: 116rem;
    margin: 0 auto 5.2rem;
  }
}
.about__point {
  position: relative;
}
.about__point__title {
  position: relative;
  z-index: 2;
  width: 15rem;
  height: 4rem;
  margin: 0 auto -2rem;
}
.about__point__detail {
  position: relative;
  background: #fff;
  border-radius: 0.8rem;
  overflow: hidden;
  margin: 0 1.2rem;
}
@media screen and (min-width: 900px) {
  .about__point__detail {
    width: 103.2rem;
    margin: 0 auto;
  }
}
.about__point__detail:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32rem 0 0 38rem;
  border-color: transparent transparent transparent #e2e2e2;
  opacity: 0.3;
}
@media screen and (min-width: 900px) {
  .about__point__detail:before {
    border-width: 32rem 0 0 110rem;
  }
}
.about__point__detail:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 16rem 23rem;
  border-color: transparent transparent #e2e2e2 transparent;
  opacity: 0.3;
}
@media screen and (min-width: 900px) {
  .about__point__detail:after {
    border-width: 0 0 23rem 23rem;
  }
}
.about__point__detail__inner {
  position: relative;
  z-index: 2;
  padding: 14rem 1.2rem 4.8rem;
  background: url(../img/about_bg_004.png) no-repeat;
  background-size: 12.5rem 9.4rem;
  background-position: 12.7rem 3rem;
}
@media screen and (min-width: 900px) {
  .about__point__detail__inner {
    padding: 4.8rem 19rem;
    background-size: 16.2rem 12.2rem;
    background-position: 82rem 50%;
  }
}
.about__point__lead {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 600;
}
@media screen and (min-width: 900px) {
  .about__point__lead {
    font-size: 1.8rem;
    text-align: center;
  }
}
.about__point__chara {
  position: absolute;
  bottom: -10.1rem;
  left: 50%;
  transform: translate(-50%);
  width: 25.8rem;
  height: 15.6rem;
}
@media screen and (min-width: 900px) {
  .about__point__chara {
    width: 22.8rem;
    height: 25.8rem;
    left: 50%;
    top: -3rem;
    bottom: auto;
    margin-left: -45.4rem;
  }
}
.member {
  position: relative;
  z-index: 30;
  padding: 7.6rem 1.2rem 11.2rem;
}
@media screen and (min-width: 900px) {
  .member {
    padding: 0;
  }
}
.member:before {
  content: '';
  position: absolute;
  z-index: 31;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/member_bg_003.png) no-repeat,
    url(../img/member_bg_002.png) no-repeat,
    url(../img/member_bg_001.png) repeat;
  background-position: 0 100%, 100% 0, 0 0;
  background-size: 19.3rem 17.6rem, 17.6rem 18.2rem, 100% auto;
}
@media screen and (min-width: 900px) {
  .member:before {
    background-image: url(../img/member_bg_003_pc.png),
      url(../img/member_bg_002_pc.png), url(../img/member_bg_001_pc.png);
    background-size: 31.7rem 28.9rem, 27.6rem 28.5rem, cover;
  }
}
.member.is-bg-fixed:before {
  position: fixed;
}
@media screen and (min-width: 900px) {
  .member.is-bg-fixed:before {
    position: absolute;
  }
}
.member__container {
  position: relative;
  z-index: 32;
}
@media screen and (min-width: 900px) {
  .member__container {
    width: 144rem;
    margin: 0 auto;
    padding: 12rem 14rem 11.2rem;
  }
}
.member__title {
  width: 21.9rem;
  height: 5.6rem;
  margin: 0 auto 1.8rem;
}
@media screen and (min-width: 900px) {
  .member__title {
    width: 28.4rem;
    height: 8.2rem;
    margin-bottom: 2.8rem;
  }
}
.member__title2 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #614ea0;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 3.2rem;
}
.member__title2:before,
.member__title2:after {
  content: '';
  width: 3.2rem;
  height: 0.1rem;
  background-color: #614ea0;
}
.member__title2:before {
  margin-right: 1.8rem;
}
.member__title2:after {
  margin-left: 1.8rem;
}
.member__lead {
  font-size: 3.2rem;
  line-height: 1.6;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 6.8rem;
  text-shadow: 0 0 1.2rem #1a156d;
}
@media screen and (min-width: 900px) {
  .member__lead {
    font-size: 5.2rem;
    margin-bottom: 2.4rem;
    text-shadow: 0 0 1.6rem #1a156d;
  }
}
.member__text {
  display: none;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 1.2rem #1a156d;
  margin-bottom: 8.8rem;
}
@media screen and (min-width: 900px) {
  .member__text {
    display: block;
  }
}
.member__text2 {
  font-size: 1.6rem;
  font-family: Noto Sans JP, sans-serif;
  line-height: 1.75;
  margin-bottom: 6.4rem;
}
@media screen and (min-width: 900px) {
  .member__text2 {
    font-size: 2rem;
    margin-bottom: 12rem;
  }
}
.member__box {
  position: relative;
  background: rgba(255, 255, 255, 0.74) url(../img/member_bg_006.png) no-repeat
    100% 100%;
  background-size: 14.5rem 20rem;
  border-radius: 0.6rem;
  padding: 8.6rem 1.6rem 8rem;
  box-shadow: inset 0 0 4.4rem #fff;
}
@media screen and (min-width: 900px) {
  .member__box {
    padding: 8rem 6.4rem;
    background-size: 18.4rem 26.8rem;
  }
}
.member__box__chara {
  position: absolute;
  top: -7.4rem;
  right: -1.6rem;
  width: 23rem;
  height: 15.2rem;
}
@media screen and (min-width: 900px) {
  .member__box__chara {
    top: -3.6rem;
    right: 4rem;
    width: 32.5rem;
    height: 31.1rem;
  }
}
.member__list {
  margin-bottom: 3.6rem;
}
@media screen and (min-width: 900px) {
  .member__list {
    margin-bottom: 3.2rem;
  }
}
@media screen and (min-width: 900px) {
  .member__row {
    display: flex;
  }
}
.member__col {
  background: #fff;
  padding: 0.1rem 1.6rem 4rem;
}
@media screen and (min-width: 900px) {
  .member__col {
    width: 49.2rem;
    padding: 0.1rem 2.4rem 2.4rem;
  }
}
.member__btn {
  position: relative;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2;
  border-radius: 0.4rem;
  overflow: hidden;
  height: 8.8rem;
}
.member__btn:before,
.member__btn:after {
  content: '';
  position: absolute;
}
.member__btn:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.8rem 11.5rem 0 0;
}
.member__btn:after {
  top: 50%;
  transform: translateY(-50%);
  background: no-repeat 0 0;
  background-size: 100% 100%;
}
.member__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  padding-left: 10rem;
  text-decoration: none;
  color: #fff;
}
@media screen and (min-width: 900px) {
  .member__btn a {
    padding-left: 0;
  }
}
.member__btn--twitter {
  background-color: #4a4a4a;
}
.member__btn--twitter:before {
  border-color: #000 transparent transparent transparent;
}
.member__btn--twitter:after {
  left: 2.2rem;
  width: 3.2rem;
  height: 3.2rem;
  background-image: url(../img/member_bg_004.png);
}
.member__btn--line {
  background-color: #4cc764;
}
.member__btn--line:before {
  border-color: #309941 transparent transparent transparent;
}
.member__btn--line:after {
  left: 2.1rem;
  width: 3.8rem;
  height: 3.7rem;
  background-image: url(../img/member_bg_005.png);
}
.member__twitter__title {
  width: 23.9rem;
  height: 5.6rem;
  margin: -2.7rem auto 4.2rem;
}
@media screen and (min-width: 900px) {
  .member__twitter__title {
    width: 27rem;
    height: 6rem;
    margin: -3rem auto 3rem;
  }
}
.member__twitter__link {
  height: 8.8rem;
}
.member__line {
  margin-top: 6.8rem;
}
@media screen and (min-width: 900px) {
  .member__line {
    margin: 0 0 0 auto;
  }
}
.member__line__title {
  width: 23.1rem;
  height: 5.4rem;
  margin: -2.6rem auto 4.2rem;
}
@media screen and (min-width: 900px) {
  .member__line__title {
    width: 27.3rem;
    height: 6.4rem;
    margin: -3.2rem auto 3rem;
  }
}
.font-color1 {
  color: #614ea0;
}
.sp-hide {
  display: none;
}
@media screen and (min-width: 900px) {
  .sp-hide {
    display: inline;
  }
}
@media screen and (min-width: 900px) {
  .pc-hide {
    display: none;
  }
}
