@charset "UTF-8";
/* ==============================================
 * HOME
 *
 * memo:
 * */
.c-more-btn {
  font-family: urbane, noto-sans-cjk-jp, sans-serif;
  font-size: 1.8rem;
  font-weight: 100;
  letter-spacing: .32em;
  text-align: center;
  display: table;
  width: 150px;
  margin: 50px auto;
  transform: rotate(-45deg);
}

.c-more-btn a {
  display: block;
  transition: .2s;
}

.c-more-btn a:after {
  content: "";
  background: url("/img/common/icon_arrow_right_02.svg") no-repeat center top;
  background-size: contain;
  width: 147px;
  height: 12px;
  margin-top: 10px;
  display: block;
  transform: translate3d(0, 0, 0);
  will-change: transform, opacity;
  transition: .2s;
}

.c-more-btn a:hover {
  text-indent: 6px;
}

.c-more-btn a:hover:after {
  transform: translate3d(10px, 0, 0);
}

/* ==============================================
 * HOME
 *
 * memo:
 * */
/* -----------------------------------------------
 * home -> main visual
 * ----------------------------------------------- */
.main {
  width: 100%;
  position: relative;
  padding: 0 0 70px;
}

.main__inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.main__visual {
  position: relative;
  left: 40px;
  width: calc(100% - 40px - 290px);
  margin: 0 0 70px;
  z-index: 10;
}

.main__visual img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.main__visual-shadow {
  background: url("/img/home/main_visual_shadow.png") no-repeat center;
  position: absolute;
  left: -20px;
  top: -10px;
  width: 916px;
  height: 535px;
  z-index: 0;
  pointer-events: none;
}

.main-banner {
  width: calc(100% - 30px);
  height: 78px;
  position: relative;
  left: 20px;
  padding: 0;
}

.main-banner__title {
  position: absolute;
  right: 90px;
  top: -100px;
}

.main-banner__title img {
  min-width: 100%;
  height: auto;
}

.main-banner__nav {
  width: 180px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.main-banner__prev,
.main-banner__next {
  background: url("/img/home/main_arrow.svg") no-repeat center;
  width: 87px;
  height: 12px;
  z-index: 0;
  cursor: pointer;
}

.main-banner__prev {
  margin: 0 0 6px -50px;
}

.main-banner__next {
  margin: 0 -50px 6px 0;
  transform: scale(-1, -1);
}

.main-banner__container {
  width: 860px;
  margin: 0;
  position: relative;
  left: 180px;
}

.main-banner__list {
  height: 78px;
  position: relative;
}

.main-banner__item {
  transition: opacity .2s;
}

.main-banner__item:hover {
  opacity: .7;
}

/* -----------------------------------------------
 * home -> character
 * ----------------------------------------------- */
.character {
  position: relative;
  padding: 40px 0 0;
}

.character__title {
  width: 564px;
  margin: 0 auto -30px;
  position: relative;
  z-index: 10;
}

.character__title-top {
  font-family: adrianna, noto-sans-cjk-jp, sans-serif;
  font-size: 1.7rem;
  font-weight: 800;
  letter-spacing: .02em;
  text-align: center;
  display: block;
  margin-bottom: 30px;
}

.character__body {
  background: #d7e1e1;
  height: 415px;
  padding: 20px 0 90px;
  overflow: hidden;
}

.character__container {
  z-index: 20;
}

.character__list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  position: relative;
  z-index: 11;
}

.character__item {
  text-align: center;
  /* COMING SOON の表示 */
}

.character__item a {
  display: inline-block;
  position: relative;
  padding-bottom: 42px;
}

.character__item a:before {
  content: "";
  background: url("/img/home/chara_thumb_shadow.png") no-repeat center;
  position: absolute;
  left: 0;
  top: 0;
  width: 229px;
  height: 229px;
  z-index: 0;
}

.character__item a:after {
  background: url("/img/common/icon_zoom.svg") no-repeat right center;
  background-size: 18px 18px;
  content: "Zoom Up !";
  font-family: adrianna, noto-sans-cjk-jp, sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: .02em;
  height: 18px;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  padding-right: 28px;
}

.character__item img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  transition: transform .4s, opacity .4s;
}

.character__item:hover img {
  opacity: .9;
  transform: scale(1.08);
}

.character__item.is-disabled {
  pointer-events: none;
  /* OMING SOONではZOOMUP不要 */
}

.character__item.is-disabled a:after {
  opacity: .5;
}

.character__item.is-disabled:after {
  opacity: .35;
}

.character__mask {
  background: #fff;
  overflow: hidden;
  width: 180px;
  height: 180px;
}

.character__catch {
  font-size: 2.1rem;
  font-weight: bold;
  letter-spacing: .44em;
  text-align: center;
}

.character__more {
  margin-top: -15px;
}

/* -----------------------------------------------
 * home -> system
 * ----------------------------------------------- */
.system {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 0 50px;
  position: relative;
}

.system__title {
  width: 338px;
  margin: 0 auto -30px;
  position: relative;
  z-index: 10;
}

.system__title-top {
  font-family: adrianna, noto-sans-cjk-jp, sans-serif;
  font-size: 1.7rem;
  font-weight: 800;
  letter-spacing: .02em;
  text-align: center;
  display: block;
  margin-bottom: 30px;
}

.system__title-btm--wrap {
  position: relative;
  left: -100px;
}

.system__title-lead {
  position: absolute;
  top: 100px;
  right: -180px;
}

.system__title-lead-text {
  color: #fff;
  background-color: #000;
  font-size: 1.8rem;
  line-height: 2.8rem;
  transform: skewX(-13deg);
  margin-top: 4px;
  width: 320px;
}

.system__title-lead-text--first {
  padding-left: 10px;
}

.system__title-lead-text--second {
  position: relative;
  left: -7px;
  padding-left: 5px;
  width: 240px;
}

.system__boxes {
  height: 490px;
  display: flex;
}

.system-box {
  background-color: #d7e1e1;
  width: 540px;
  height: 100%;
  padding: 30px 34px;
  position: relative;
}

.system-box:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  margin: auto;
  transform: translate3d(-20px, 0, 0);
}

.system-box + .system-box {
  margin-left: 20px;
}

.system-box--basic:after {
  background: url("/img/home/system_icon_01.svg") no-repeat center;
  background-size: contain;
  width: 250px;
  height: 221px;
}

.system-box--music:after {
  background: url("/img/home/system_icon_02.svg") no-repeat center;
  background-size: contain;
  width: 234px;
  height: 221px;
}

.system-box__title {
  font-family: adrianna, noto-sans-cjk-jp, sans-serif;
  font-weight: 800;
}

.system-box__title-main {
  font-size: 5.1rem;
  display: block;
  margin-bottom: 4px;
  margin-left: -2px;
}

.system-box__title-sub {
  font-size: 1.2rem;
  letter-spacing: .02em;
  display: block;
}

.system-box__info {
  font-feature-settings: "palt" 1;
  white-space: nowrap;
  position: absolute;
  right: 28px;
  top: 80px;
  z-index: 10;
}

.system-box__info-title {
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 3.1rem;
  letter-spacing: .3em;
  margin-bottom: 10px;
}

.system-box__info-desc {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2.7rem;
  letter-spacing: .27em;
}

.system-box__bg {
  line-height: 0;
  width: 100%;
  height: 210px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.system-box__bg:after {
  background-size: cover !important;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.system-box__bg video {
  width: 100%;
  height: auto;
  position: relative;
  top: 50%;
  z-index: 0;
  transform: translate3d(0, -50%, 0);
}

.system-box__bg--basic:after {
  background: url("/img/home/system_grad_basic.png") no-repeat center;
}

.system-box__bg--music:after {
  background: url("/img/home/system_grad_music.png") no-repeat center;
}

.system__more {
  margin: 60px auto;
}

/* -----------------------------------------------
 * home -> extra
 * ----------------------------------------------- */
.extra {
  padding: 60px 0;
}

.extra__list {
  width: 100%;
  max-width: 714px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.extra__item {
  width: 146px;
}

.extra__item a {
  display: block;
  position: relative;
  padding-bottom: 40px;
  transition: opacity .3s;
}

.extra__item a:after {
  content: "";
  background: url("/img/common/icon_arrow_right_01.svg") no-repeat center;
  width: 22px;
  height: 19px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate3d(0, 0, 0);
  transition: transform .2s;
}

.extra__item:hover a {
  opacity: .7;
}

.extra__item:hover a:after {
  transform: translate3d(10px, 0, 0);
}

.extra__item:hover .extra__title:after {
  transform: translate3d(6px, 0, 0);
}

.extra__title {
  font-family: adrianna, noto-sans-cjk-jp, sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 2.6rem;
}

.extra__title:after {
  content: "";
  background-size: 40px auto !important;
  width: 51px;
  height: 51px;
  display: block;
  margin: 10px auto 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  transition: transform .3s;
}

.extra__title--calendar:after {
  background: url("/img/home/extra_icon_calendar.svg") no-repeat center;
}

.extra__title--disco:after {
  background: url("/img/home/extra_icon_disco.svg") no-repeat center;
}

.extra__title--help:after {
  background: url("/img/home/extra_icon_help.svg") no-repeat center;
}

/* -----------------------------------------------
 * home -> end banner
 * ----------------------------------------------- */
.banner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 70px 0;
}

.banner__list {
  display: flex;
  flex-wrap: wrap;
}

.banner__item {
  position: relative;
  will-change: opacity;
}

.banner__item:hover::after {
  width: 100%;
}

.banner__item + .banner__item {
  margin-left: 12px;
}

.banner__item a {
  display: block;
}

.banner__hover {
  width: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  transform: translate3d(0, 0, 0);
  transition: 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.banner__item:hover .banner__hover {
  width: 100%;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  /* ==============================================
 * [SP] HOME
 *
 * memo:
 *
 * ============================================== */
  .c-more-btn {
    font-size: 4.38vw;
    width: 36.88vw;
    margin: 7.81vw auto;
  }
  .c-more-btn a {
    transition: none;
  }
  .c-more-btn a:after {
    width: 36.88vw;
    height: 2.81vw;
    margin-top: 1.56vw;
    transition: none;
  }
  .c-more-btn a:hover {
    text-indent: 0;
  }
  .c-more-btn a:hover:after {
    transform: none;
  }
  /* -----------------------------------------------
 * [SP] home -> main visual
 * ----------------------------------------------- */
  .main {
    padding: 0 0 10.94vw;
  }
  .main__inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .main__visual {
    position: relative;
    left: auto;
    width: 100%;
    margin: 0 0 40.63vw;
  }
  .main__visual-shadow {
    background: url("/img/home/main_visual_shadow_sp.png") no-repeat center bottom;
    background-size: 106.25vw auto;
    left: 0;
    top: auto;
    bottom: -4.69vw;
    z-index: 0;
    width: 100%;
    height: 58.75vw;
  }
  .main-catch {
    width: 48.75vw;
    position: absolute;
    right: 7.81vw;
    top: 56.25vw;
    z-index: 10;
  }
  .main-catch img {
    width: 100%;
    height: auto;
  }
  .main-catch__title {
    font-size: 3.13vw;
    font-weight: 100;
    letter-spacing: .14em;
    line-height: 5.16vw;
    text-align: justify;
  }
  .main-catch__lead {
    font-size: 1.72vw;
    font-weight: 100;
    letter-spacing: .28em;
    line-height: 3.13vw;
    text-align: justify;
  }
  .main-banner {
    width: 100%;
    height: auto;
    left: 0;
    margin: 0 auto;
    padding: 0 7.81vw;
    overflow: hidden;
    position: relative;
    z-index: 10;
  }
  .main-banner__title {
    background: url("/img/home/main_banner_title_sp.svg") no-repeat center;
    position: relative;
    right: auto;
    top: auto;
    width: 23.75vw;
    height: 4.06vw;
    margin-bottom: 5px;
  }
  .main-banner__title img {
    display: none;
  }
  .main-banner__nav {
    display: block;
    width: 61.88vw;
    position: relative;
    margin: 0;
  }
  .main-banner__prev,
  .main-banner__next {
    background: url("/img/home/main_arrow_sp.svg") no-repeat center;
    width: 36.88vw;
    height: 2.97vw;
  }
  .main-banner__prev {
    margin: 0 0 6px 0;
  }
  .main-banner__next {
    margin: 0 0 0 auto;
  }
  .main-banner__container {
    width: 61.88vw;
    left: auto;
    overflow: visible;
    margin-bottom: 6.25vw;
  }
  .main-banner__list {
    position: relative;
    margin-bottom: 3.44vw;
  }
  .main-banner__item img {
    width: 100%;
    height: auto;
  }
  /* -----------------------------------------------
 * [SP] home -> character
 * ----------------------------------------------- */
  .character {
    padding: 12.5vw 0 0;
  }
  .character__title {
    width: 83.75vw;
    margin: 0 auto -4.69vw;
  }
  .character__title img {
    width: 100%;
    height: auto;
  }
  .character__title-top {
    font-size: 5vw;
    margin-bottom: 6.25vw;
  }
  .character__body {
    height: 115.94vw;
    padding: 14.06vw 0 0vw;
  }
  .character__list {
    margin-bottom: 9.38vw;
  }
  .character__item a {
    padding-bottom: 9.38vw;
  }
  .character__item a:before {
    background: url("/img/home/chara_thumb_shadow_sp.png") no-repeat center;
    background-size: contain;
    width: 54.53vw;
    height: 54.53vw;
  }
  .character__item a:after {
    background-size: auto 100%;
    font-size: 2.81vw;
    height: 4.53vw;
    padding-right: 7.81vw;
  }
  .character__item img {
    transform: none;
  }
  .character__item:hover img {
    opacity: 1;
  }
  .character__mask {
    width: 46.88vw;
    height: 46.88vw;
  }
  .character__catch {
    font-size: 4.69vw;
    letter-spacing: .2em;
    line-height: 7.97vw;
  }
  .character__more {
    margin-top: -6.25vw;
  }
  /* -----------------------------------------------
 * [SP] home -> system
 * ----------------------------------------------- */
  .system {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 23.44vw 7.81vw 7.81vw;
    position: relative;
  }
  .system__title {
    width: 49.06vw;
    margin: 0 auto -3.13vw;
  }
  .system__title img {
    width: 100%;
    height: auto;
  }
  .system__title-top {
    font-size: 5vw;
    margin-bottom: 6.25vw;
  }
  .system__title-btm--wrap {
    position: relative;
    left: -16vw;
  }
  .system__title-lead {
    position: absolute;
    top: 20vw;
    right: -19vw;
  }
  .system__title-lead-text {
    font-size: 1.0rem;
    line-height: 1.7rem;
    width: 46vw;
  }
  .system__title-lead-text--first {
    padding-left: 0.4rem;
  }
  .system__title-lead-text--second {
    position: relative;
    left: -1.3vw;
    padding-left: 0.2rem;
    width: 35vw;
  }
  .system__boxes {
    height: auto;
    display: block;
  }
  .system-box {
    width: 100%;
    height: 86.56vw;
    padding: 6.25vw 5.47vw;
  }
  .system-box:after {
    transform: translate3d(0, 0, 0);
  }
  .system-box + .system-box {
    margin-left: auto;
    margin-top: 6.25vw;
  }
  .system-box--basic:after {
    width: 42.66vw;
    height: 37.81vw;
  }
  .system-box--music:after {
    width: 40vw;
    height: 37.81vw;
  }
  .system-box__title-main {
    font-size: 8.13vw;
    margin-bottom: 0.94vw;
  }
  .system-box__title-sub {
    font-size: 2.81vw;
  }
  .system-box__info {
    right: 4.69vw;
    top: 15.63vw;
  }
  .system-box__info-title {
    font-size: 3.44vw;
    line-height: 5.78vw;
    letter-spacing: .1em;
    margin-bottom: 1.56vw;
  }
  .system-box__info-desc {
    font-size: 2.81vw;
    line-height: 4.53vw;
    letter-spacing: .1em;
  }
  .system-box__bg {
    width: 100%;
    height: 33.91vw;
  }
  .system-box__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .system__more {
    margin: 60px auto;
  }
  /* -----------------------------------------------
 * [SP] home -> extra
 * ----------------------------------------------- */
  .extra {
    padding: 10.94vw 7.81vw;
  }
  .extra__item {
    width: 45.63vw;
  }
  .extra__item + .extra__item {
    margin-left: 6.25vw;
  }
  .extra__item a {
    padding-bottom: 7.81vw;
  }
  .extra__item a:after {
    width: 4.69vw;
    height: 4.06vw;
  }
  .extra__title {
    font-size: 3.44vw;
    line-height: 4.06vw;
  }
  .extra__title:after {
    width: 7.81vw;
    height: 7.81vw;
    margin: 3.13vw auto 0;
    background-size: 6.88vw auto !important;
  }
  /* -----------------------------------------------
 * [SP] home -> end banner
 * ----------------------------------------------- */
  .banner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 10.94vw 7.81vw 6.25vw;
  }
  .banner__item {
    will-change: auto;
    transition: none;
    width: 100%;
  }
  .banner__item img {
    width: 100%;
    height: auto;
  }
  .banner__item + .banner__item {
    margin-left: 0;
    margin-top: 6.25vw;
  }
  .banner__item a {
    display: block;
  }
  /* SPではホバーを無効化する */
  .banner__hover {
    display: none;
  }
}
