@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600&family=Noto+Sans+JP:wght@400;500;700&display=swap");
html[lang=ja] .top-concept-text {
  font-weight: 500;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}
html[lang=ja] .top-mindmap-feature > dl > dd > p {
  font-weight: 500;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}
html[lang=ja] .top-bloom-text {
  font-weight: 500;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

#wrapper {
  font-family: "Jost", "Noto Sans JP", sans-serif;
}

#loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 10000;
}
#loading.fade {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
}
#loading #load-anm {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 999999;
}

.bg {
  background-image: url(/assets/img/bg.jpg);
  background-position: center top;
  background-size: cover;
}
.top-mv {
  position: relative;
  background: url(/assets/img/ill_bg.jpg) no-repeat;
  background-size: cover;
  container-type: inline-size;
}
.top-mv-slide {
  position: relative;
  padding-bottom: min(670px, 60.9090909091%);
}
.top-mv-slide > li {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-filter: blur(20px) brightness(2);
  filter: blur(20px) brightness(2);
}
.top-mv-slide > li.on {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.top-mv-slide > li > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@container (max-width: 1600px) {
  .top-mv-slide > li > img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.top-mv-title {
  width: 270px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto 25px;
  opacity: 0;
  translate: 0px 20px;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
@container (max-width: 1100px) {
  .top-mv-title {
    width: 24.5454545455%;
    margin-bottom: 2.2727272727%;
  }
}
.top-mv-title.anm {
  translate: 0px 0px;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.top-mv-sns {
  position: absolute;
  bottom: 8px;
  left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-mv-sns > li {
  width: 40px;
}
.top-mv-lang {
  position: absolute;
  max-width: 1100px;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 15px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  gap: 0 5px;
}
.top-mv-lang > li {
  width: 70px;
  height: 20px;
}
.top-mv-lang > li > a {
  border-radius: 2px;
  border: 1px solid #343338;
  color: #fff;
  font-size: 1.2rem;
  background-color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.top-concept-inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 160px 25px 0;
}
.top-concept-chara {
  width: 570px;
  position: absolute;
  top: 45px;
  right: -50px;
  opacity: 0;
  translate: 0px 20px;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.top-concept-chara.anm {
  translate: 0px 0px;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.top-concept-flower {
  width: 145px;
  position: absolute;
  top: 80px;
  right: 520px;
  opacity: 0;
  translate: 0px 20px;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.top-concept-flower.anm {
  translate: 0px 0px;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.top-concept-contents {
  position: relative;
}
.top-concept-title {
  position: relative;
  width: 280px;
  opacity: 0;
  translate: 0px 20px;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.top-concept-title.anm {
  translate: 0px 0px;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.top-concept-subtitle {
  position: relative;
  margin-top: 40px;
  font-size: 3.2rem;
  opacity: 0;
  translate: 0px 20px;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.top-concept-subtitle.anm {
  translate: 0px 0px;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.top-concept-text {
  position: relative;
  margin-top: 20px;
  font-size: 1.8rem;
  opacity: 0;
  translate: 0px 20px;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.top-concept-text.anm {
  translate: 0px 0px;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
  padding-bottom: 10%;
}
.top-mindmap-inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 190px 25px 0;
}
.top-mindmap-chara {
  width: 460px;
  position: absolute;
  top: 120px;
  left: 10px;
  opacity: 0;
  translate: 0px 20px;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.top-mindmap-chara.anm {
  translate: 0px 0px;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.top-mindmap-flower01 {
  width: 120px;
  position: absolute;
  top: 90px;
  left: 50px;
  opacity: 0;
  translate: 0px 20px;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.top-mindmap-flower01.anm {
  translate: 0px 0px;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.top-mindmap-flower02 {
  width: 135px;
  position: absolute;
  top: 155px;
  right: -70px;
  opacity: 0;
  translate: 0px 20px;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.top-mindmap-flower02.anm {
  translate: 0px 0px;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.top-mindmap-contents {
  position: relative;
  width: 50%;
  margin-left: auto;
}
.top-mindmap-title {
  position: relative;
  width: 260px;
  opacity: 0;
  translate: 0px 20px;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.top-mindmap-title.anm {
  translate: 0px 0px;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.top-mindmap-feature {
  margin-top: 40px;
}
.top-mindmap-feature > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 15px;
  opacity: 0;
  translate: 0px 20px;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.top-mindmap-feature > dl.anm {
  translate: 0px 0px;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.top-mindmap-feature > dl:nth-of-type(n+2) {
  margin-top: 30px;
}
.top-mindmap-feature > dl:nth-of-type(2) > dd > h3 {
  font-size: 2.4rem;
}
.top-mindmap-feature > dl > dt {
  font-size: 10rem;
  width: 70px;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1;
}
.top-mindmap-feature > dl > dd > h3 {
  font-size: 3.5rem;
}
.top-mindmap-feature > dl > dd > p {
  font-size: 1.7rem;
}
.top-bloom-inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 170px 25px 190px;
}
.top-bloom-chara {
  width: 540px;
  position: absolute;
  top: 45px;
  right: 10px;
  opacity: 0;
  translate: 0px 20px;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.top-bloom-chara.anm {
  translate: 0px 0px;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.top-bloom-flower {
  width: 180px;
  position: absolute;
  top: 250px;
  left: -170px;
  opacity: 0;
  translate: 0px 20px;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.top-bloom-flower.anm {
  translate: 0px 0px;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.top-bloom-contents {
  position: relative;
}
.top-bloom-title {
  position: relative;
  width: 540px;
  opacity: 0;
  translate: 0px 20px;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.top-bloom-title.anm {
  translate: 0px 0px;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.top-bloom-text {
  margin-top: 50px;
  font-size: 1.8rem;
  opacity: 0;
  translate: 0px 20px;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.top-bloom-text.anm {
  translate: 0px 0px;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
  padding-bottom: 12%;
}
/* .top-art {
  padding: 70px 45px;
  background-image: url(/assets/img/art_bg.jpg);
  background-position: center top;
  background-size: cover;
} */

.top-art::before {
  content: '';
  position: fixed;
  width: 100%;
  height: 100vh;
  background: url(/assets/img/art_bg.jpg);
  background-position: center top;
  background-size: cover;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.top-art {
  padding: 70px 45px;
}
.top-art-inner {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-art-title {
  text-align: center;
}
.top-art-title > p {
  width: 220px;
  margin: 0 auto;
}
.top-art-title > h2 {
  font-weight: normal;
  font-size: 2.2rem;
  color: #fff;
  margin-top: 15px;
  letter-spacing: 2px;
}
.top-art-title > h2 > small {
  font-size: 1.6rem;
}
.top-art-slide {
  max-width: 650px;
  width: 100%;
  position: relative;
}
.top-art-slide-prev, .top-art-slide-next {
  width: 36px;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-art-slide-prev.off, .top-art-slide-next.off {
  opacity: 0;
}
.top-art-slide-prev {
  left: -50px;
}
.top-art-slide-next {
  right: -50px;
}
.top-art-slide-body {
  position: relative;
  height: 540px;
  width: 100%;
}
.top-art-slide-body > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
}
.top-art-slide-card {
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  overflow: hidden;
}
.top-art-slide-card.on {
  width: 400%;
}
.top-art-slide-card.on > a > img:last-of-type {
  opacity: 1;
}
.top-art-slide-card.off {
  width: 0%;
}
.top-art-slide-card > img {
  position: absolute;
  width: 130px;
  left: 0;
  bottom: 0;
  z-index: 5;
  max-width: none;
  pointer-events: none;
}
.top-art-slide-card > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.top-art-slide-card > a > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-art-slide-card > a > img:last-of-type {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.top-qa {
  padding: 80px 45px;
}
.top-qa-title {
  width: 170px;
  margin: 0 auto;
}
.top-qa-wrapper {
  max-width: 1600px;
  margin: 0 auto;
  background-image: url(/assets/img/qa_bg.jpg);
  background-position: center top;
  background-size: 1600px;
  padding: 70px 40px 100px;
  background-color: #292929;
  background-repeat: no-repeat;
}
.top-qa-list {
  max-width: 800px;
  margin: 50px auto 0;
}
.top-qa-list > dl:nth-of-type(n+2) {
  margin-top: 30px;
}
.top-qa-list > dl.on > dt {
  background-image: url(/assets/img/icon_accordion_close.png);
}
.top-qa-list > dl > dt {
  cursor: pointer;
  font-size: 1.8rem;
  background-color: #fff;
  border-radius: 15px;
  padding: 10px 70px;
  background-image: url(/assets/img/icon_accordion_open.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 15px;
  position: relative;
}
.top-qa-list > dl > dt::before {
  content: "Q";
  font-size: 1.8rem;
  font-weight: bold;
  position: absolute;
  left: 45px;
  top: 9px;
}
.top-qa-list > dl > dd {
  display: none;
  font-size: 1.8rem;
  color: #fff;
  padding: 20px 70px 0;
}
.top-qa-list > dl > dd strong {
  font-weight: normal;
  color: #ffa72a;
}
.top-ill {
  background-color: #292929;
  padding: 70px 45px 0;
}
.top-ill-title {
  width: 250px;
}
.top-ill-wrapper {
  padding: 100px 40px 130px;
  background-image: url(/assets/img/ill_bg.jpg);
  background-position: center top;
  background-size: cover;
  max-width: 1600px;
  margin: 0 auto;
}
.top-ill-inner {
  max-width: 820px;
  margin: 0 auto;
}
.top-ill-profile {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 135px;
}
.top-ill-profile-detail {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.top-ill-profile-detail > dd {
  margin-top: 20px;
}
.top-ill-profile-detail-pic {
  width: 210px;
}
.top-ill-profile-detail-name {
  margin-top: 15px;
  width: 240px;
}
.top-ill-profile-detail-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.top-ill-profile-detail-sns > p {
  font-size: 2rem;
}
.top-ill-profile-detail-sns > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-ill-profile-detail-sns > ul > li {
  width: 44px;
}
.top-ill-profile-work > h3 {
  font-size: 3.2rem;
  font-weight: normal;
  margin-bottom: 20px;
}
.top-ill-profile-work > dl:nth-of-type(n+2) {
  margin-top: 20px;
}
.top-ill-profile-work > dl > dt {
  font-size: 2rem;
  font-weight: 500;
}
.top-ill-profile-work > dl > dd {
  margin-top: 10px;
  font-size: 1.4rem;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  display: none;
}
.modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #414141;
  opacity: 0.85;
}
.modal-close {
  width: 65px;
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
  z-index: 50;
}
.modal-body {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 0 90px;
}
.modal-inner {
  position: relative;
  min-height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 120px 0;
}
.modal-chara {
  position: relative;
  max-width: 940px;
  margin: 0 auto;
  width: 100%;
}
.modal-chara-arrow-prev, .modal-chara-arrow-next {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 36px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modal-chara-arrow-prev.off, .modal-chara-arrow-next.off {
  opacity: 0;
}
.modal-chara-arrow-prev {
  left: -70px;
}
.modal-chara-arrow-next {
  right: -70px;
}
.modal-chara-detail {
  position: relative;
}
.modal-chara-detail > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 80px;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal-chara-detail > dl > dt {
  width: 100%;
}
.modal-chara-detail > dl > dd {
  width: 100%;
  padding-bottom: 8%;
  line-height: 1.4;
  font-size: 1.8rem;
  letter-spacing: 1px;
}
.modal-chara-detail > dl > dd > ul > li:nth-of-type(n+2) {
  margin-top: 20px;
}
.modal-chara-detail-name {
  font-weight: bold;
  font-size: 4rem;
  margin-bottom: 30px;
}
.modal-link {
  display: block;
  width: 360px;
  height: 80px;
  margin-top: 60px;
  color: #fff;
  font-size: 3rem;
  position: relative;
}
.modal-link::before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(/assets/img/modal_btn_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 6px;
  left: 6px;
}
.modal-link > p {
  width: 100%;
  height: 100%;
  background-color: #1e1e1e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 600px) {
  html[lang=ja] .top-qa-list > dl > dt {
    font-size: 1.4rem;
  }
  html[lang=ja] .top-qa-list > dl > dd {
    font-size: 1.4rem;
  }
  .bg {
    background-image: url(/assets/img/bg_sp.jpg);
  }
  .top-mv-slide {
    padding-bottom: 133.3333333333vw;
  }
  .top-mv-slide > li > img {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .top-mv-title {
    width: 53.3333333333vw;
    bottom: 10.6666666667vw;
  }
  .top-mv-lang {
    bottom: 10px;
    padding: 0 15px;
  }
  .top-mv-lang {
    gap: 0 10px;
  }
  .top-concept-inner {
    padding: 70px 30px 0;
    padding-right: 0;
  }
  .top-concept-chara {
    width: 275px;
    top: 40px;
    right: -65px;
  }
  .top-concept-chara.anm {
    opacity: 0.3;
  }
  .top-concept-flower {
    width: 65px;
    top: 25px;
    right: auto;
    left: 5px;
  }
  .top-concept-title {
    width: 140px;
  }
  .top-concept-subtitle {
    margin-top: 20px;
    font-size: 1.9rem;
  }
  .top-concept-text {
    margin-top: 15px;
    font-size: 1.2rem;
  }
  .top-mindmap-inner {
    padding: 75px 30px 0;
    padding-right: 0;
  }
  .top-mindmap-chara {
    display: none;
  }
  .top-mindmap-flower01 {
    width: 65px;
    top: 85px;
    left: auto;
    right: 10px;
  }
  .top-mindmap-flower02 {
    width: 70px;
    right: auto;
    top: auto;
    left: -35px;
    bottom: -80px;
  }
  .top-mindmap-contents {
    width: 100%;
  }
  .top-mindmap-title {
    width: 130px;
  }
  .top-mindmap-feature {
    margin-top: 15px;
    margin-left: -10px;
  }
  .top-mindmap-feature > dl {
    gap: 0 10px;
  }
  .top-mindmap-feature > dl:nth-of-type(n+2) {
    margin-top: 15px;
  }
  .top-mindmap-feature > dl:nth-of-type(2) > dd > h3 {
    font-size: 1.5rem;
  }
  .top-mindmap-feature > dl > dt {
    width: 50px;
    font-size: 7rem;
  }
  .top-mindmap-feature > dl > dd > h3 {
    font-size: 2rem;
  }
  .top-mindmap-feature > dl > dd > p {
    font-size: 1.2rem;
  }
  .top-bloom-inner {
    padding: 80px 30px 50px;
    padding-right: 0;
  }
  .top-bloom-chara {
    display: none;
  }
  .top-bloom-flower {
    width: 80px;
    left: auto;
    right: 15px;
    top: auto;
    top: 180px;
  }
  .top-bloom-title {
    width: 270px;
  }
  .top-bloom-text {
    margin-top: 20px;
    font-size: 1.2rem;
  }
  .top-art {
    padding: 30px 0 70px;
  }
  .top-art-title > p {
    width: 140px;
  }
  .top-art-title > h2 {
    font-size: 1.5rem;
  }
  .top-art-title > h2 > small {
    font-size: 1rem;
  }
  .top-art-slide {
    max-width: 80vw;
    margin: 30px auto 0;
  }
  .top-art-slide-prev, .top-art-slide-next {
    width: 10vw;
    height: 100%;
    top: 0;
    translate: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .top-art-slide-prev > img, .top-art-slide-next > img {
    width: 20px;
  }
  .top-art-slide-prev {
    left: -10vw;
  }
  .top-art-slide-next {
    right: -10vw;
  }
  .top-art-slide-body {
    height: 75.3333333333vw;
  }
  .top-art-slide-card > img {
    width: 17.3333333333vw;
  }
  .top-qa {
    padding: 50px 5px 0;
  }
  .top-qa-title {
    width: 105px;
  }
  .top-qa-wrapper {
    background-size: 100%;
    padding: 35px 15px 30px;
  }
  .top-qa-list {
    margin-top: 20px;
  }
  .top-qa-list > dl > dt {
    border-radius: 10px;
    padding: 10px 30px;
    font-size: 1.6rem;
    background-size: 10px;
    background-position: right 10px center;
  }
  .top-qa-list > dl > dt::before {
    font-size: 1.6rem;
    left: 10px;
  }
  .top-qa-list > dl > dd {
    padding: 10px 30px 0;
    font-size: 1.6rem;
  }
  .top-ill {
    background-color: transparent;
    padding: 60px 30px 75px;
    padding-right: 0;
  }
  .top-ill-title {
    width: 190px;
  }
  .top-ill-wrapper {
    padding: 0;
    background-image: none;
  }
  .top-ill-profile {
    margin-top: 20px;
    display: block;
  }
  .top-ill-profile-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .top-ill-profile-detail > dd {
    margin: 0;
  }
  .top-ill-profile-detail-pic {
    width: 140px;
  }
  .top-ill-profile-detail-name {
    margin-top: 10px;
    width: 150px;
  }
  .top-ill-profile-detail-sns {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top-ill-profile-detail-sns > p {
    font-size: 1.5rem;
  }
  .top-ill-profile-detail-sns > ul {
    gap: 10px;
  }
  .top-ill-profile-detail-sns > ul > li {
    width: 32px;
  }
  .top-ill-profile-work {
    margin-top: 20px;
  }
  .top-ill-profile-work > h3 {
    display: none;
  }
  .top-ill-profile-work > dl:nth-of-type(n+2) {
    margin-top: 15px;
  }
  .top-ill-profile-work > dl > dt {
    font-size: 1.4rem;
  }
  .top-ill-profile-work > dl > dd {
    margin-top: 5px;
    font-size: 1.2rem;
  }
  .modal-close {
    top: 20px;
    right: 20px;
    width: 30px;
  }
  .modal-body {
    padding: 0;
  }
  .modal-inner {
    display: block;
    padding: 60px 0 120px;
  }
  .modal-chara-arrow-prev, .modal-chara-arrow-next {
    translate: 0;
    top: 48vw;
    width: 7.4666666667vw;
  }
  .modal-chara-arrow-prev {
    left: 4vw;
  }
  .modal-chara-arrow-next {
    right: 4vw;
  }
  .modal-chara-detail > dl {
    display: block;
  }
  .modal-chara-detail > dl > dt {
    width: 62.6666666667vw;
    margin: 0 auto;
  }
  .modal-chara-detail > dl > dd {
    padding: 0;
    margin-top: 20px;
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .modal-chara-detail > dl > dd > ul > li:nth-of-type(n+2) {
    margin-top: 10px;
  }
  .modal-chara-detail-name {
    margin-bottom: 15px;
    font-size: 2.2rem;
  }
  .modal-link {
    font-size: 1.5rem;
    margin: 30px auto 0;
    width: 180px;
    height: 40px;
  }
  .modal-link::before {
    top: 4px;
    left: 4px;
  }
  .top-mindmap-flower02 {
    display: none;
  }
}
@media screen and (min-width: 701px), print {
  .top-mv-sns {
    display: none;
  }
}
@media screen and (min-width: 701px) and (max-width: 1020px) {
  .top-concept-chara.anm {
    opacity: 0.3;
  }
  .top-concept-flower {
    display: none;
  }
  .top-mindmap-chara.anm {
    opacity: 0.3;
  }
  .top-mindmap-flower01 {
    display: none;
  }
  .top-mindmap-flower02 {
    display: none;
  }
  .top-bloom-chara.anm {
    opacity: 0.3;
  }
  .top-bloom-flower {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .top-art-inner {
    display: block;
  }
}
@media screen and (min-width: 701px) and (max-width: 1100px) {
  .top-art-slide {
    margin: 60px auto 0;
  }
  .top-ill-profile {
    gap: 0 80px;
  }
}
@media (any-hover: hover) {
  .modal-link:hover > p {
    top: 6px;
    left: 6px;
  }
}

#main{stroke-dasharray: 99000; stroke-dashoffset: -0;animation: ch-anim  1.2s linear 0s forwards;}
#left1{stroke-dasharray: 3000; stroke-dashoffset: -3000;animation: aen-anim 1s linear 0.5s forwards;}
#left-t,#left-b{stroke-dasharray: 1000; stroke-dashoffset: -1000;animation: sp-anim2 0.5s linear 0.5s forwards;}
#right-t,#right-b{stroke-dasharray: 2500; stroke-dashoffset: -2500;animation: sp-anim2 0.5s linear 0s forwards;}
#sm-{stroke-dasharray: 1000; stroke-dashoffset: -1000;animation: i-anim  0.5s linear 1s forwards;}
 
@keyframes ch-anim {
  from {stroke-dashoffset : -9000px;}
  to {stroke-dashoffset : 0px;}
}
@keyframes aen-anim {
  from {stroke-dashoffset : 3000px;}
  to {stroke-dashoffset : 0px;}
}
@keyframes sp-anim2 {
  from {stroke-dashoffset : 1000px;}
  to {stroke-dashoffset : 0px;}
}
@keyframes sp-anim3 {
    from {stroke-dashoffset : 2500px;}
    to {stroke-dashoffset : 0px;}
  }
@keyframes i-anim {
  from {stroke-dashoffset : 1000px;}
  to {stroke-dashoffset : 0px;}
}

/* flower */
.top-concept-flower.anm img{
  transform: translateZ(1px) scale(1);
  position: absolute;
  z-index: 10;
  top: 0px;
}

.top-mindmap-flower01.anm img{
  transform: translateZ(1px) scale(1);
  position: absolute;
  z-index: 10;
  top: 0px;
}

.top-mindmap-flower02.anm img{
  transform: translateZ(1px) scale(1);
  position: absolute;
  z-index: 10;
  top: 0px;
}

.top-bloom-flower img{
  transform: translateZ(1px) scale(1);
  position: absolute;
  z-index: 10;
  top: -40px;
}

/* legal css */
.legal-concept {
  text-align: left;
  font-size: 1.8rem;
  padding-left: 8%;
}

.legal-concept li {
  padding: 20px 0 50px
}

.terms-header {
  text-align: center;
  font-size: 2.5rem;
  padding-bottom: 50px;
}

.terms-text {
  line-height: 1.7;
}

.top-concept-inner.terms {
    padding: 160px 25px 160px;
}

@media screen and (max-width: 600px) {
  .top-concept-inner.terms {
      padding: 70px 30px 70px;

  }
}