@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Shippori Mincho", serif;
  color: #000;
  background-color: #000;
  color: #fff;
  letter-spacing: 0.05em;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 900px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .u-mobile {
    display: none;
  }
}

.wrapper > h1 {
  color: transparent;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}

html {
  font-size: 3.5555555556vw;
}
@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}
@media screen and (min-width: 900px) {
  html {
    font-size: 1.1111111111vw;
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 900px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  overflow-x: hidden;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.artist {
  position: relative;
  padding-top: 110px;
  padding-top: 6.875rem;
}

.artist::after {
  content: "";
  position: absolute;
  top: 240px;
  top: 15rem;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/artist-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.artist__swiper.swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}

.artist__swiper .swiper-slide {
  padding: 10px 9px 37px;
  padding: 0.625rem 0.5625rem 2.3125rem;
  border: 1px solid #fff;
}

.artist__title {
  font-size: 28px;
  font-size: 1.75rem;
  text-align: center;
  margin-top: 17px;
  margin-top: 1.0625rem;
}

.artist__cate {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
  font-weight: 300;
}

.artist__text {
  border-top: 1px solid #fff;
  padding-top: 18px;
  padding-top: 1.125rem;
  margin-top: 18px;
  margin-top: 1.125rem;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
  text-align: center;
  letter-spacing: 0;
}

.artist__text--last {
  margin-top: 20px;
  margin-top: 1.25rem;
  border-top: none;
}

.artist__member {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.artist__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 24px;
  row-gap: 1.5rem;
  -webkit-column-gap: 0.6875rem;
     -moz-column-gap: 0.6875rem;
          column-gap: 0.6875rem;
  margin-top: 18px;
  margin-top: 1.125rem;
}

.artist__tag {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 17px;
  margin-top: 1.0625rem;
  line-height: 1;
}

.back-movie {
  position: fixed;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
}

.back-movie img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.back-movie img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.btn > a {
  position: relative;
  display: block;
  width: 100%;
  padding: 3px;
  padding: 0.1875rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#00C4FF), color-stop(#7553D1), to(#FF0059));
  background: linear-gradient(to right, #00C4FF, #7553D1, #FF0059);
  text-align: center;
  color: #fff;
  border-radius: 3.1875rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  -webkit-box-shadow: 0rem 0rem 1.25rem rgba(255, 255, 255, .5);
          box-shadow: 0rem 0rem 1.25rem rgba(255, 255, 255, .5);
  transition: 0.3s;
}

.btn__inner {
  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;
  background-color: #000;
  padding-top: 15px;
  padding-top: 0.9375rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  border-radius: 3.1875rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn > a:hover .btn__inner {
  background-color: transparent;
}

.btn__line {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 35px;
  left: 2.1875rem;
  max-width: 48px;
  max-width: 3rem;
  width: 100%;
}

.btn__text {
  max-width: 120px;
  max-width: 7.5rem;
  width: 100%;
}

.btn__text > span {
  font-size: 34px;
  font-size: 2.125rem;
}

.btn__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 35px;
  right: 2.1875rem;
  max-width: 10px;
  max-width: 0.625rem;
  width: 100%;
}

.company {
  margin-top: 50px;
  margin-top: 3.125rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}

.company__title {
  position: relative;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 14px;
  padding-bottom: 0.875rem;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}

.company__title::before {
  content: "＋";
  position: absolute;
  right: 0px;
  right: 0rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  font-size: 1.25rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}

.company__title.is-open::before {
  content: "ー";
  color: #fff;
}

.company__img {
  max-width: 112px;
  max-width: 7rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.company__list {
  margin-top: 36px;
  margin-top: 2.25rem;
}

.company__item {
  padding-top: 14px;
  padding-top: 0.875rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  border-bottom: 0.5px solid #fff;
  font-family: "Noto Sans JP", sans-serif;
}

.company__dt {
  font-size: 15px;
  font-size: 0.9375rem;
}

.company__dd {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.company__privacy {
  margin-top: 40px;
  margin-top: 2.5rem;
  background-color: #fff;
  color: #000;
  border-radius: 0.3125rem;
}

.company__privacy-inner {
  max-height: 300px;
  max-height: 18.75rem;
  overflow-y: auto;
  padding: 25px;
  padding: 1.5625rem;
  font-family: "Noto Sans JP", sans-serif;
}

.company__privacy h3 {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.company__privacy p {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.9;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.company__sns-list {
  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;
  gap: 5px;
  gap: 0.3125rem;
  margin-top: 34px;
  margin-top: 2.125rem;
}

.company__sns-item {
  max-width: 37px;
  max-width: 2.3125rem;
  width: 100%;
}

.company__copyright {
  margin-top: 28px;
  margin-top: 1.75rem;
}

.company__copyright p {
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Noto Sans JP", sans-serif;
}

.concept {
  margin-top: 80px;
  margin-top: 5rem;
}

.concept__inner {
  background-image: url(../images/common/concept-bg.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 125px;
  padding-bottom: 7.8125rem;
}

.concept__title {
  position: relative;
  margin-top: 60px;
  margin-top: 3.75rem;
  padding-top: 14px;
  padding-top: 0.875rem;
  padding-bottom: 14px;
  padding-bottom: 0.875rem;
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.75;
  text-align: center;
  max-width: 320px;
  max-width: 20rem;
  width: 100%;
  margin-inline: auto;
}

.concept__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#000));
  background: linear-gradient(to right, #fff, #000);
}

.concept__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#fff), to(#000));
  background: linear-gradient(to left, #fff, #000);
}

.concept__text {
  margin-top: 35px;
  margin-top: 2.1875rem;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
}

.concept__text:first-child {
  margin-top: 45px;
  margin-top: 2.8125rem;
}

.concept__text span {
  font-size: 18px;
  font-size: 1.125rem;
}

.concept__tag {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.conditions {
  padding-top: 162px;
  padding-top: 10.125rem;
  background-image: url(../images/common/conditions-bg.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

.conditions__list {
  margin-top: 60px;
  margin-top: 3.75rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  gap: 0.75rem;
}

.conditions__item {
  margin-top: 24px;
  margin-top: 1.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#00C4FF), color-stop(#7553D1), to(#FF0059));
  background: linear-gradient(to right, #00C4FF, #7553D1, #FF0059);
  height: 174px;
  height: 10.875rem;
  padding: 2px;
  padding: 0.125rem;
}

.conditions__item--last {
  height: 130px;
  height: 8.125rem;
}

.conditions__item-inner {
  background-color: #000;
  text-align: center;
  height: 100%;
  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;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.conditions__item--last .conditions__item-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.conditions__item--last .conditions__item-inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 52px;
  padding-left: 3.25rem;
  padding-right: 12px;
  padding-right: 0.75rem;
}

.conditions__icon {
  max-width: 68px;
  max-width: 4.25rem;
  width: 100%;
}

.conditions__text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5;
}

.cta {
  display: none;
}
@media screen and (min-width: 900px) {
  .cta {
    display: block;
    position: fixed;
    top: 13.25rem;
    right: 67vw;
    max-width: 25.625rem;
    width: 100%;
  }
}
@media screen and (min-width: 1600px) {
  .cta {
    right: 63vw;
  }
}

.cta__subtitle {
  text-align: center;
  margin-top: -16px;
  margin-top: -1rem;
  line-height: 1.5;
  max-width: 312px;
  max-width: 19.5rem;
  width: 100%;
  margin-inline: auto;
  font-weight: 600;
  font-size: 30px;
  font-size: 1.875rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #fff;
}

.cta__btn {
  margin-top: 40px;
  margin-top: 2.5rem;
  max-width: 360px;
  max-width: 22.5rem;
  margin-inline: auto;
}

.debut {
  margin-top: 200px;
  margin-top: 12.5rem;
}

.debut__title {
  font-size: 27px;
  font-size: 1.6875rem;
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}

.debut__text {
  margin-top: 35px;
  margin-top: 2.1875rem;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  line-height: 2;
}

.debut__img {
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.debut__btn {
  margin-top: 48px;
  margin-top: 3rem;
}

.entry {
  margin-top: 100px;
  margin-top: 6.25rem;
  background-image: url(../images/common/entry-bg.png);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.entry__inner {
  padding-top: 56px;
  padding-top: 3.5rem;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
}

.entry__text {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.75;
  text-align: center;
  letter-spacing: 0.08em;
}

.entry__text > span {
  font-size: 22px;
  font-size: 1.375rem;
}

.entry__text > span > span {
  font-size: 16px;
  font-size: 1rem;
}

.entry__catch {
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.84;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}

.entry__btn {
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.entry-bottom__inner {
  padding-top: 56px;
  padding-top: 3.5rem;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
}

.entry-bottom__body {
  background-image: url(../images/common/entry-bg.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

.entry-bottom__title {
  margin-top: 16px;
  margin-top: 1rem;
}

.entry-bottom__text {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.75;
  text-align: center;
  letter-spacing: 0.08em;
  margin-top: 18px;
  margin-top: 1.125rem;
}

.entry-bottom__text > span {
  font-size: 22px;
  font-size: 1.375rem;
}

.entry-bottom__text > span > span {
  font-size: 16px;
  font-size: 1rem;
}

.entry-bottom__catch {
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.84;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}

.entry-bottom__btn {
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.faq {
  padding-top: 100px;
  padding-top: 6.25rem;
  padding-bottom: 200px;
  padding-bottom: 12.5rem;
  background-image: url(../images/common/faq-bg.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

.faq__list {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.faq__item {
  border-bottom: 0.5px solid #fff;
}

.faq__question {
  position: relative;
  cursor: pointer;
  padding: 24px 2px 16px 2px;
  padding: 1.5rem 0.125rem 1rem 0.125rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 13px;
  font-size: 0.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0;
  padding-right: 10px;
  padding-right: 0.625rem;
}

.faq__question::before {
  content: "＋";
  position: absolute;
  right: 0px;
  right: 0rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}

.faq__item.open .faq__question::before {
  content: "ー";
  color: #fff;
}

.faq__answer {
  display: none;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 5px 18px 12px 2px;
  padding: 0.3125rem 1.125rem 0.75rem 0.125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 1.7;
}

.faq__answer-inner {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.faq__tag {
  font-size: 13px;
  font-size: 0.8125rem;
  display: inline-block;
  margin-right: 10px;
  margin-right: 0.625rem;
  font-family: "Shippori Mincho", serif;
}

.flow {
  padding-top: 120px;
  padding-top: 7.5rem;
  background-image: url(../images/common/flow-bg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.flow__inner {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

.flow__list {
  margin-top: 60px;
  margin-top: 3.75rem;
  padding-left: 14px;
  padding-left: 0.875rem;
  padding-right: 14px;
  padding-right: 0.875rem;
}

.flow-item {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.flow-item__head {
  background: -webkit-gradient(linear, left top, right top, from(#00C4FF), color-stop(#7553D1), to(#FF0059));
  background: linear-gradient(to right, #00C4FF, #7553D1, #FF0059);
  padding: 2px;
  padding: 0.125rem;
}

.flow-item__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
  padding: 14px 0 14px 22px;
  padding: 0.875rem 0 0.875rem 1.375rem;
}

.flow-item__number {
  font-size: 46px;
  font-size: 2.875rem;
  font-weight: bold;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1;
  text-align: center;
}

.flow-item__number span {
  font-size: 26px;
  font-size: 1.625rem;
}

.flow-item__img {
  width: 100%;
}

.flow-item__img img {
  max-width: 95px;
  max-width: 5.9375rem;
  width: 100%;
  margin-inline: auto;
}

.flow-item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.flow-item__arrow {
  max-width: 14px;
  max-width: 0.875rem;
  width: 100%;
}

.flow-item__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.flow-item__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 5px;
  margin-top: 0.3125rem;
  line-height: 1.5;
  font-weight: 400;
}

.hamburger {
  position: fixed !important;
  width: 50px;
  width: 3.125rem;
  height: 45px;
  height: 2.8125rem;
  z-index: 5000;
  background-color: #E8E5E3;
  border-radius: 0 0 0 0.9375rem;
}
@media screen and (min-width: 900px) {
  .hamburger {
    display: none;
  }
}

.hamburger span {
  position: absolute;
  width: inherit;
  height: 1px;
  right: 7px;
  right: 0.4375rem;
  background-color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 33px;
  width: 2.0625rem;
}

.hamburger span:nth-child(1) {
  top: 15px;
  top: 0.9375rem;
}

.hamburger span:nth-child(2) {
  top: 22px;
  top: 1.375rem;
  width: 22px;
  width: 1.375rem;
}

.hamburger span:nth-child(3) {
  top: 29px;
  top: 1.8125rem;
  width: 22px;
  width: 1.375rem;
}

.hamburger.is-active span:nth-child(1) {
  top: 20px;
  top: 1.25rem;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  width: 30px;
  width: 1.875rem;
}

.hamburger.is-active span:nth-child(2) {
  top: 33%;
  opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
  top: 20px;
  top: 1.25rem;
  -webkit-transform: rotate(-210deg);
          transform: rotate(-210deg);
  width: 30px;
  width: 1.875rem;
}

.header__drawer {
  position: absolute;
  top: 0px;
  top: 0rem;
  right: 0px;
  right: 0rem;
}

.hero {
  margin-top: 45px;
  margin-top: 2.8125rem;
}

.hero__text {
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
}

.hero__btn {
  margin-top: 17px;
  margin-top: 1.0625rem;
}

.hero__catch {
  margin-top: 10px;
  margin-top: 0.625rem;
  line-height: 1.84;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}

.inner {
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}

.wrapper {
  max-width: 940px;
  max-width: 58.75rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.container {
  width: 100%;
  margin-inline: auto;
  background-color: #000;
}
@media screen and (min-width: 900px) {
  .container {
    max-width: 24.375rem;
  }
}

.line {
  background-color: #06C755;
}

.line__inner {
  padding: 8px;
  padding: 0.5rem;
}

.line__title {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  font-weight: bold;
}

.line__subtitle {
  text-align: center;
}

.line__subtitle p {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 6px;
  margin-top: 0.375rem;
  border-bottom: 1px solid #fff;
  font-weight: bold;
}

.line__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  gap: 1.25rem;
  padding: 10px 10px 12px;
  padding: 0.625rem 0.625rem 0.75rem;
}

.line__img {
  max-width: 58px;
  max-width: 3.625rem;
  width: 100%;
}

.line__text {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 1.4;
}

.mv {
  /* position: relative;
  background-image: url(../images/common/mv.png);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 693px;
  height: 43.3125rem; */

  position: relative;
  background-image: url(../images/common/mv.webp);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  aspect-ratio: 780 / 1386;
  width: 100%;

}

.mv__title {
  position: absolute;
  top: 270px;
  top: 16.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 340px;
  max-width: 21.25rem;
  width: 100%;
}

.mv__subtitle {
  position: absolute;
  max-width: 300px;
  max-width: 18.75rem;
  width: 100%;
  top: 320px;
  top: 21.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.pc-nav {
  display: none;
}
@media screen and (min-width: 900px) {
  .pc-nav {
    display: block;
    position: fixed;
    top: 8.5rem;
    left: 67vw;
    background-color: black;
    background-image: url(../images/common/pc-nav-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 2.8125rem;
    max-width: 25.3125rem;
    width: 100%;
  }
}
@media screen and (min-width: 1600px) {
  .pc-nav {
    left: 63vw;
  }
}

.pc-nav__title {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.pc-nav__title > span {
  font-size: 14px;
  font-size: 0.875rem;
}

.pc-nav__subtitle {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}

.pc-nav__subtitle.last {
  margin-top: 14px;
  margin-top: 0.875rem;
}

.pc-nav__list {
  position: relative;
  margin-top: 14px;
  margin-top: 0.875rem;
}

.pc-nav__list::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#00C4FF), color-stop(#7553D1), to(#FF0059));
  background: linear-gradient(to right, #00C4FF, #7553D1, #FF0059);
}

.pc-nav__item {
  position: relative;
}

.pc-nav__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.75px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#000));
  background: linear-gradient(to right, #fff, #000);
  z-index: 1;
}

.pc-nav__item:hover::after {
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background: linear-gradient(to right, #fff, #fff);
  -webkit-box-shadow: 0 0 0.375rem rgba(255, 255, 255, .8);
          box-shadow: 0 0 0.375rem rgba(255, 255, 255, .8);
  height: 1px;
}

.pc-nav__item:first-child {
  margin-top: 0;
}

.pc-nav__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  padding-top: 14px;
  padding-top: 0.875rem;
  padding-bottom: 7px;
  padding-bottom: 0.4375rem;
}

.pc-nav__item > a > img {
  display: block;
  max-width: 11px;
  max-width: 0.6875rem;
  width: 100%;
}

.pc-nav__number {
  margin-left: 20px;
  margin-left: 1.25rem;
}

.pc-nav__ja {
  margin-left: 20px;
  margin-left: 1.25rem;
}

.pc-nav__en {
  margin-left: 10px;
  margin-left: 0.625rem;
}

.project {
  padding-top: 140px;
  padding-top: 8.75rem;
}

.project__title {
  font-size: 36px;
  font-size: 2.25rem;
  margin-top: 75px;
  margin-top: 4.6875rem;
  text-align: center;
}

.project__subtitle {
  margin-top: 18px;
  margin-top: 1.125rem;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
}

.project__text {
  margin-top: 60px;
  margin-top: 3.75rem;
  font-size: 22px;
  font-size: 1.375rem;
  text-align: center;
  line-height: 2.27;
}

.project__img {
  margin-top: 55px;
  margin-top: 3.4375rem;
}

.section-title {
  position: relative;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#00C4FF), color-stop(#7553D1), to(#FF0059));
  background: linear-gradient(to right, #00C4FF, #7553D1, #FF0059);
}

.section-title__en {
  font-size: 50px;
  font-size: 3.125rem;
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
}

.section-title__ja {
  position: absolute;
  top: -22px;
  top: -1.375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 40px;
  font-size: 2.5rem;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  opacity: 0.39;
  width: 100%;
  font-weight: 400;
}

.sp-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: black;
  background-image: url(../images/common/pc-nav-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: auto;
  z-index: 1000;
}

.sp-nav__inner {
  margin-top: 150px;
  margin-top: 9.375rem;
}

.sp-nav__title {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.sp-nav__title > span {
  font-size: 14px;
  font-size: 0.875rem;
}

.sp-nav__subtitle {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}

.sp-nav__subtitle.last {
  margin-top: 14px;
  margin-top: 0.875rem;
}

.sp-nav__list {
  position: relative;
  margin-top: 14px;
  margin-top: 0.875rem;
  margin-left: 36px;
  margin-left: 2.25rem;
  margin-right: 36px;
  margin-right: 2.25rem;
}

.sp-nav__list::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#00C4FF), color-stop(#7553D1), to(#FF0059));
  background: linear-gradient(to right, #00C4FF, #7553D1, #FF0059);
}

.sp-nav__item {
  position: relative;
}

.sp-nav__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.75px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#000));
  background: linear-gradient(to right, #fff, #000);
  z-index: 1;
}

.sp-nav__item:first-child {
  margin-top: 0;
}

.sp-nav__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  padding-top: 14px;
  padding-top: 0.875rem;
  padding-bottom: 7px;
  padding-bottom: 0.4375rem;
}

.sp-nav__item > a > img {
  display: block;
  max-width: 11px;
  max-width: 0.6875rem;
  width: 100%;
}

.sp-nav__number {
  margin-left: 20px;
  margin-left: 1.25rem;
}

.sp-nav__ja {
  margin-left: 20px;
  margin-left: 1.25rem;
}

.sp-nav__en {
  margin-left: 10px;
  margin-left: 0.625rem;
}

.sp-nav__btn {
  margin-top: 48px;
  margin-top: 3rem;
}

.support {
  padding-top: 120px;
  padding-top: 7.5rem;
}

.support-item {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.support-item__title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 25px;
  margin-top: 1.5625rem;
  text-align: center;
  font-weight: 400;
}

.support-item__text {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 14px;
  margin-top: 0.875rem;
  line-height: 1.5;
}

.swiper .swiper-slide {
  -webkit-transition: scale 0.3s, -webkit-transform 0.3s;
  transition: scale 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, scale 0.3s;
  transition: transform 0.3s, scale 0.3s, -webkit-transform 0.3s;
}

/* ナビゲーションボタンに画像を使う */
.swiper-button-next,
.swiper-button-prev {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 10px !important;
  width: 0.625rem !important;
  height: 16px !important;
  height: 1rem !important;
}

.swiper-button-next {
  background-image: url("../images/common/arrow-slider.svg");
  right: 50px !important;
  right: 3.125rem !important;
  top: 360px !important;
  top: 22.5rem !important;
}

.swiper-button-prev {
  background-image: url("../images/common/arrow-slider-back.svg");
  left: 50px !important;
  left: 3.125rem !important;
  top: 360px !important;
  top: 22.5rem !important;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0px;
  bottom: 0rem;
}

/* Swiperのデフォルトの矢印を消す */
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-pagination-bullet {
  background: transparent !important;
  border: 1px solid #fff !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background: #fff !important;
}

.thought {
  margin-top: 110px;
  margin-top: 6.875rem;
}

.thought__inner {
  padding-top: 75px;
  padding-top: 4.6875rem;
}

.thought__body {
  background-image: url(../images/common/thought-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.thought__text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  margin-top: 35px;
  margin-top: 2.1875rem;
  text-align: center;
}

.thought__text:first-child {
  margin-top: 64px;
  margin-top: 4rem;
}

.thought__title {
  position: relative;
  margin-top: 35px;
  margin-top: 2.1875rem;
  padding-top: 14px;
  padding-top: 0.875rem;
  padding-bottom: 14px;
  padding-bottom: 0.875rem;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.75;
  text-align: center;
  max-width: 275px;
  max-width: 17.1875rem;
  width: 100%;
  margin-inline: auto;
  letter-spacing: 0.05em;
}

.thought__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  max-width: 180px;
  max-width: 11.25rem;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#000));
  background: linear-gradient(to right, #fff, #000);
}

.thought__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  width: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#fff), to(#000));
  background: linear-gradient(to left, #fff, #000);
}
/*# sourceMappingURL=styles.css.map */
