@charset "UTF-8";
.p-about {
  display: block;
  position: relative;
}
.p-about__header {
  display: block;
  position: relative;
  margin-bottom: 6rem;
}
.p-about__catch {
  width: 42rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-about__inner {
  display: block;
  position: relative;
}

.p-about_howto {
  display: block;
  position: relative;
  color: var(--color-white);
  background-color: var(--color-main);
  padding: 5.6rem 0 9.5rem;
}
.p-about_howto::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 0.3rem solid var(--color-black);
}
.p-about_howto__container {
  width: 92%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-about_howto__header {
  display: block;
  position: relative;
  margin-bottom: 5rem;
}
.p-about_howto__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
  line-height: 1.5;
  font-size: 2.9rem;
  letter-spacing: 0.1rem;
}
.p-about_howto__title::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 0.7rem solid var(--color-accent);
}
.p-about_howto__inner {
  display: block;
  position: relative;
}
.p-about_howto__point {
  display: block;
  position: relative;
}
.p-about_howto__point-item {
  min-width: 0;
  display: block;
  position: relative;
}
.p-about_howto__point-item + .p-about_howto__point-item {
  margin-top: 3.6rem;
}

.p-about_howto_point {
  width: 43.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin: 0 auto;
}
.p-about_howto_point__header {
  width: 20rem;
  flex-shrink: 0;
  display: block;
  position: relative;
  margin-right: 2.2rem;
}
.p-about_howto_point__movie {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-about_howto_point__movie-frame {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  border-radius: 4.5rem;
  overflow: hidden;
}
.p-about_howto_point__movie-frame video {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-about_howto_point__inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 32.5rem;
  flex-shrink: 0;
  display: block;
  position: relative;
  padding: 1.4rem 1.5rem 3.5rem;
  color: var(--color-black);
  background-color: var(--color-white);
  border-radius: 2rem;
}
.p-about_howto_point__cap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  position: relative;
  margin-bottom: 1rem;
  font-weight: 700;
  letter-spacing: 0.02rem;
  color: var(--color-main);
}
.p-about_howto_point__cap::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 0.3rem solid var(--color-main);
}
.p-about_howto_point__cap-sub {
  display: block;
  position: relative;
  font-size: 1.5rem;
}
.p-about_howto_point__cap-main {
  min-width: 0.5em;
  display: block;
  position: relative;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: right;
}
.p-about_howto_point__text {
  display: block;
  position: relative;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.1rem;
}

.p-about_entry {
  display: block;
  position: relative;
  color: var(--color-black);
  background-color: var(--color-pearl);
  padding: 5rem 0 6.2rem;
}
.p-about_entry::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 0.3rem solid var(--color-black);
}
.p-about_entry__container {
  width: 92%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-about_entry__header {
  display: block;
  position: relative;
  margin-bottom: 5rem;
}
.p-about_entry__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
  line-height: 1.5;
  font-size: 2.9rem;
  letter-spacing: 0.1rem;
}
.p-about_entry__title::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 0.7rem solid var(--color-accent);
}
.p-about_entry__inner {
  display: block;
  position: relative;
}
.p-about_entry__catch {
  display: block;
  position: relative;
  margin-bottom: 2.2rem;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  color: var(--color-main);
}
.p-about_entry__catch:not(:first-child) {
  margin-top: 4.8rem;
}
.p-about_entry__text {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}
.p-about_entry__handover {
  width: 38.6rem;
  display: block;
  position: relative;
  margin: 3.2rem auto 0;
}
.p-about_entry__dl {
  width: 38.6rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  position: relative;
  margin: 2.8rem auto 0;
}
.p-about_entry__dl-item {
  flex: 1;
  display: block;
  position: relative;
}
.p-about_entry__dl-item:nth-child(2) {
  flex: 1.2416666667;
}
.p-about_entry__app {
  display: block;
  position: relative;
}
.p-about_entry__btn {
  width: 38rem;
  min-height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 3.2rem auto 0;
  color: var(--color-white);
  background-color: var(--color-main);
  border-radius: 20rem;
}
@media (hover: hover) and (pointer: fine) {
  .p-about_entry__btn {
    transition: opacity 0.4s var(--ease_out), box-shadow 0.4s var(--ease_out);
  }
  .p-about_entry__btn:hover {
    opacity: 0.6;
    box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.2);
  }
}
.p-about_entry__btn-text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
}

.p-about_entry_handover {
  display: block;
  position: relative;
  padding: 3.4rem 0;
  background-color: var(--color-white);
  border-radius: 1rem;
}
.p-about_entry_handover::before {
  content: "";
  width: calc(100% - 1.6rem);
  height: calc(100% - 1.6rem);
  display: block;
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  border: 0.2rem dashed var(--color-main);
  border-radius: 1rem;
  pointer-events: none;
}
.p-about_entry_handover::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.2rem solid var(--color-black);
  border-radius: 1rem;
  pointer-events: none;
}
.p-about_entry_handover__text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 900;
  text-align: center;
}
.p-about_entry_handover__text strong {
  color: var(--color-main);
}
.p-about_entry_handover__btn {
  width: 18rem;
  min-height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 2rem auto 0;
  color: var(--color-white);
  background-color: var(--color-black);
  border-radius: 20rem;
}
@media (hover: hover) and (pointer: fine) {
  .p-about_entry_handover__btn {
    transition: background-color 0.4s var(--ease_out), box-shadow 0.4s var(--ease_out);
  }
  .p-about_entry_handover__btn:hover {
    background-color: var(--color-main);
    box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.2);
  }
}
.p-about_entry_handover__btn-text {
  display: block;
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0;
  text-align: center;
}

.p-about_use {
  display: block;
  position: relative;
  color: var(--color-black);
  background-color: var(--color-white);
  padding: 5rem 0 9.5rem;
}
.p-about_use::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 0.3rem solid var(--color-black);
}
.p-about_use__container {
  width: 92%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-about_use__header {
  display: block;
  position: relative;
  margin-bottom: 5rem;
}
.p-about_use__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
  line-height: 1.5;
  font-size: 2.9rem;
  letter-spacing: 0.1rem;
}
.p-about_use__title::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 0.7rem solid var(--color-accent);
}
.p-about_use__inner {
  display: block;
  position: relative;
}
.p-about_use__tab {
  width: 91%;
  display: block;
  position: relative;
  margin: 0 auto;
}

.p-about_use_tab {
  display: block;
  position: relative;
}
.p-about_use_tab__header {
  display: block;
  position: relative;
  margin-bottom: 5rem;
}
.p-about_use_tab__header::before {
  content: "";
  width: 100%;
  height: 0.1rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 0.1rem solid var(--color-gray);
}
.p-about_use_tab__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  position: relative;
}
.p-about_use_tab__list-item {
  width: 34%;
  display: block;
  position: relative;
}
.p-about_use_tab__btn {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding: 0.6rem 0 2rem;
  margin: 0;
  color: var(--color-gray);
  transition: color 0.8s var(--ease_out);
}
.is-current .p-about_use_tab__btn {
  color: var(--color-main);
}
@media (hover: hover) and (pointer: fine) {
  .p-about_use_tab__btn:hover {
    color: var(--color-main);
  }
}
.p-about_use_tab__btn::before {
  content: "";
  width: 0;
  height: 0.5rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: var(--color-main);
  transition: width 0.8s var(--ease_out);
}
.is-current .p-about_use_tab__btn::before {
  width: 28% !important;
}
@media (hover: hover) and (pointer: fine) {
  .p-about_use_tab__btn:hover::before {
    width: 10%;
  }
}
.p-about_use_tab__btn-icon {
  width: 4rem;
  height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  margin: 0 auto 0.55rem;
  fill: currentColor;
}
.--music .p-about_use_tab__btn-icon {
  padding-top: 0.2rem;
  height: 2.8rem;
  box-sizing: content-box;
}
.p-about_use_tab__btn-text {
  display: block;
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-family: "Barlow", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  text-align: center;
  fill: currentColor;
}
.p-about_use_tab__content {
  display: block;
  position: relative;
  z-index: 0;
}
.p-about_use_tab__content-item {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
  transition: opacity 0.8s var(--ease_out);
}
.p-about_use_tab__content-item.is-current {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}

.p-about_use_content {
  display: block;
  position: relative;
}
.p-about_use_content__step {
  display: block;
  position: relative;
}
.p-about_use_content__step-item {
  display: block;
  position: relative;
}
.p-about_use_content__step-item + .p-about_use_content__step-item {
  margin-top: 4.8rem;
}

.p-about_use_step {
  width: 38rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-about_use_step__header {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  margin-bottom: 2rem;
}
.p-about_use_step__no {
  width: 5rem;
  display: block;
  position: relative;
  margin-right: 2.5rem;
}
.p-about_use_step__no-cap {
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-family: "Barlow", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  color: var(--color-main);
}
.p-about_use_step__no-num {
  display: block;
  position: relative;
  font-size: 4.5rem;
  font-family: "Barlow", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  color: var(--color-white);
  -webkit-text-stroke: 0.2rem var(--color-main);
}
.p-about_use_step__title {
  flex: 1 1 0;
  min-width: 0;
  display: block;
  position: relative;
  padding-top: 0.4em;
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-main);
}
.p-about_use_step__inner {
  display: block;
  position: relative;
}
.p-about_use_step__img {
  display: block;
  position: relative;
}
.p-about_use_step__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 18rem;
  min-height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0.4rem 3rem;
  margin: 3.6rem auto 0;
  color: var(--color-white);
  background-color: var(--color-black);
  border-radius: 20rem;
}
.p-about_use_step__btn.--white {
  color: var(--color-black);
  background-color: var(--color-white);
}
@media (hover: hover) and (pointer: fine) {
  .p-about_use_step__btn {
    transition: background-color 0.4s var(--ease_out), color 0.4s var(--ease_out), box-shadow 0.4s var(--ease_out);
  }
  .p-about_use_step__btn:hover {
    color: var(--color-white);
    background-color: var(--color-main);
    box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.2);
  }
}
.p-about_use_step__btn.--white::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.1rem solid var(--color-black);
  border-radius: 20rem;
}
@media (hover: hover) and (pointer: fine) {
  .p-about_use_step__btn.--white::before {
    transition: opacity 0.4s var(--ease_out);
  }
  .p-about_use_step__btn:hover::before {
    opacity: 0;
  }
}
.p-about_use_step__btn-text {
  display: block;
  position: relative;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 700;
}
.p-about_use_step__note {
  display: block;
  position: relative;
  margin-top: 3rem;
}
.p-about_use_step__note-cap {
  display: block;
  position: relative;
  margin-bottom: 1.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.p-about_use_step__note-text {
  display: block;
  position: relative;
  font-size: 1.1rem;
  line-height: 1.5;
}
.p-about_use_step__subscribe {
  width: 100%;
  display: block;
  position: relative;
  margin: 1.5rem auto 0;
}

.p-about_use_step_subscribe {
  display: block;
  position: relative;
}
.p-about_use_step_subscribe__text {
  display: block;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}
.p-about_use_step_subscribe__badge {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0.6rem auto 0;
  padding: 0.2rem 1.2rem;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: var(--color-main);
}
.p-about_use_step_subscribe__badge::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid currentColor;
  border-radius: 20rem;
}
.p-about_use_step_subscribe__note {
  display: block;
  position: relative;
  margin-top: 2rem;
  font-size: 1.1rem;
}