@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  /* スムーズスクロール：アンカーリンクをスムーズに */
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #000000;
  color: #FFFFFF;
  line-height: 1.6;
  position: relative;
}

main {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: inherit;
}

ul, ol {
  list-style: none;
}

.inner {
  width: 768px;
  margin: 0 auto;
}
@media (max-width: 1080px) {
  .inner {
    width: calc(100% - 160px);
    margin: 0 80px;
  }
}
@media (max-width: 768px) {
  .inner {
    width: calc(100% - 128px);
    margin: 0 64px;
  }
}
@media (max-width: 560px) {
  .inner {
    width: calc(100% - 48px);
    margin: 0 24px;
  }
}

br.md {
  display: none;
}
@media (max-width: 1080px) {
  br.md {
    display: block;
  }
}

.header {
  /* 固定ヘッダー：常に上部に表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9998;
  padding: 24px 0;
}
.header__container {
  width: 768px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1080px) {
  .header__container {
    width: calc(100% - 64px);
    margin: 0 32px;
  }
}
.header__logo-img {
  height: 40px;
  width: auto;
}
.header__hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10000;
  transition: transform 0.3s ease;
}
.header__hamburger-line {
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.header__hamburger.is-active .header__hamburger-line:nth-child(1) {
  transform: translateY(10.5px) rotate(45deg);
}
.header__hamburger.is-active .header__hamburger-line:nth-child(2) {
  opacity: 0;
}
.header__hamburger.is-active .header__hamburger-line:nth-child(3) {
  transform: translateY(-10.5px) rotate(-45deg);
}
.header__nav-list {
  display: flex;
  gap: 32px;
}
.header__nav-item a {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  color: #fff;
  transition: opacity 0.3s ease;
}
.header__nav-item a:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .header {
    padding: 16px 0;
  }
  .header__container {
    width: calc(100% - 48px);
    margin: 0 24px;
  }
  .header__hamburger {
    display: flex;
  }
  .header__nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 320px;
    height: 100vh;
    background: rgba(0, 0, 0, 0.95);
    padding: 80px 24px 24px;
    transition: right 0.3s ease;
    z-index: 9999;
    overflow-y: auto;
  }
  .header__nav.is-open {
    right: 0;
  }
  .header__nav-list {
    flex-direction: column;
    gap: 24px;
  }
  .header__nav-item a {
    display: block;
    font-size: 18px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.deco-img-mv-left {
  position: absolute;
  top: -135px;
  left: -382px;
  width: 718px;
  height: 417px;
  z-index: 9999;
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  pointer-events: none;
}
.deco-img-mv-left.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.deco-img-mv-right {
  position: absolute;
  right: -382px;
  bottom: 72px;
  width: 718px;
  height: 417px;
  z-index: 9999;
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  pointer-events: none;
}
.deco-img-mv-right.is-visible {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 1440px) {
  .deco-img-mv-left {
    width: 50%;
    height: auto;
  }
  .deco-img-mv-right {
    width: 50%;
    height: auto;
  }
}
@media (max-width: 1080px) {
  .deco-img-mv-left {
    top: 0;
    left: -300px;
  }
  .deco-img-mv-right {
    width: 50%;
    right: -280px;
    bottom: 80px;
  }
}
@media (max-width: 860px) {
  .deco-img-mv-left {
    left: -200px;
  }
  .deco-img-mv-right {
    right: -212px;
  }
}
@media (max-width: 560px) {
  .deco-img-mv-left {
    left: -144px;
  }
  .deco-img-mv-right {
    right: -156px;
  }
}
@media (max-width: 480px) {
  .deco-img-mv-left {
    width: 367px;
    top: -24px;
    left: -212px;
    z-index: 1;
  }
  .deco-img-mv-right {
    width: 350px;
    right: -200px;
    bottom: 272px;
    z-index: 1;
  }
}
.mv {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 88px;
  /* スライダーコンテナ */
}
@media (max-width: 768px) {
  .mv {
    margin-top: 72px;
  }
}
.mv .slider {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  will-change: transform;
}
.mv .slider-item {
  flex: 0 0 20%;
  width: 20%;
  min-width: 0;
}
.mv .slider-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.mv .inner {
  position: relative;
  margin-top: -80px;
}
.mv .inner .hukidahi01 {
  position: absolute;
  top: -96px;
  left: 0;
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.mv .inner .hukidahi01.is-visible {
  opacity: 1;
  transform: translateX(0);
}
.mv .inner .hukidahi02 {
  position: absolute;
  width: 330px;
  top: -80px;
  right: 96px;
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.mv .inner .hukidahi02.is-visible {
  opacity: 1;
  transform: translateX(0);
}
.mv .inner .hukidahi03 {
  position: absolute;
  width: 294px;
  top: -182px;
  right: 0;
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.mv .inner .hukidahi03.is-visible {
  opacity: 1;
  transform: translateX(0);
}
.mv .inner h1 {
  line-height: 1.2;
  font-size: 56px;
  margin-bottom: 24px;
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.mv .inner h1.is-visible {
  opacity: 1;
  transform: translateX(0);
}
.mv .inner p {
  font-size: 26px;
  font-weight: bold;
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.mv .inner p.is-visible {
  opacity: 1;
  transform: translateX(0);
}
.mv .btn-line {
  position: absolute;
  display: flex;
  align-items: center;
  width: 375px;
  height: 68px;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 0 40px 0 76px;
  border-radius: 72px 0 0 72px;
  background: #06C655 url(../img/icon-line.svg) no-repeat center left 32px;
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.8s ease-out, transform 0.3s ease-out;
  z-index: 1000;
}
.mv .btn-line.is-fixed {
  position: fixed;
  bottom: 24px;
  transition: opacity 0.8s ease-out, transform 0.3s ease-out;
}
.mv .btn-line.is-visible {
  opacity: 1;
  transform: translateX(0);
}
.mv .btn-line:hover {
  transform: scale(1.02);
}
.mv .btn-line:hover.is-visible {
  transform: translateX(0) scale(1.02);
}
@media (max-width: 1080px) {
  .mv .slider-item {
    flex: 0 0 30%;
    width: 30%;
  }
  .mv .inner .hukidahi02 {
    right: 64px;
  }
  .mv .inner h1 {
    font-size: 48px;
    margin-bottom: 20px;
  }
  .mv .inner p {
    font-size: 24px;
  }
  .mv .btn-line {
    position: absolute;
    width: 284px;
    height: 60px;
    font-size: 18px;
    padding: 0 24px 0 64px;
    background: #06C655 url(../img/icon-line.svg) no-repeat center left 20px;
  }
  .mv .btn-line.is-fixed {
    position: fixed;
  }
}
@media (max-width: 860px) {
  .mv .slider-item {
    flex: 0 0 50%;
    width: 50%;
  }
  .mv .inner .hukidahi01 {
    width: 200px;
    top: -64px;
  }
  .mv .inner .hukidahi02 {
    width: 280px;
    top: -120px;
    right: 48px;
  }
  .mv .inner .hukidahi03 {
    width: 260px;
    top: -200px;
  }
  .mv .inner h1 {
    font-size: 40px;
  }
  .mv .inner p {
    font-size: 20px;
  }
  .mv .btn-line {
    position: relative;
    width: 300px;
    height: 60px;
    font-size: 18px;
    padding: 0 24px 0 64px;
    margin: 40px auto 0;
    border-radius: 60px;
    background: #06C655 url(../img/icon-line.svg) no-repeat center left 20px;
  }
  .mv .btn-line.is-fixed {
    position: fixed;
    margin: 0;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 640px) {
  .mv .slider-item {
    flex: 0 0 60%;
    width: 60%;
  }
  .mv .inner .hukidahi01 {
    width: 160px;
    top: -56px;
  }
  .mv .inner .hukidahi02 {
    width: 240px;
    top: -104px;
    right: 48px;
  }
  .mv .inner .hukidahi03 {
    width: 214px;
    top: -170px;
  }
  .mv .inner h1 {
    font-size: 32px;
  }
  .mv .inner p {
    font-size: 16px;
  }
  .mv .btn-line {
    position: relative;
    width: 300px;
    height: 60px;
    font-size: 18px;
    padding: 0 24px 0 64px;
    margin: 40px auto 0;
    border-radius: 60px;
    background: #06C655 url(../img/icon-line.svg) no-repeat center left 20px;
  }
  .mv .btn-line.is-fixed {
    position: fixed;
    margin: 0;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 480px) {
  .mv .slider-item {
    flex: 0 0 80%;
    width: 80%;
  }
  .mv .inner {
    margin: 32px;
  }
  .mv .inner .hukidahi01 {
    width: 160px;
    top: -56px;
  }
  .mv .inner .hukidahi02 {
    width: 240px;
    top: -120px;
    right: 32px;
    z-index: 2;
  }
  .mv .inner .hukidahi03 {
    width: 214px;
    top: -188px;
    z-index: 2;
  }
  .mv .inner h1 {
    font-size: 32px;
  }
  .mv .inner h1 br {
    display: none;
  }
  .mv .inner p {
    font-size: 16px;
  }
  .mv .btn-line {
    position: relative;
    justify-content: center;
    width: calc(100% - 40px);
    padding: 0 24px;
    margin: 24px auto 0;
    border-radius: 60px;
  }
  .mv .btn-line.is-fixed {
    position: fixed;
    margin: 0;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }
}

.section-contents {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.section-contents::before, .section-contents::after {
  opacity: 1 !important;
}
.section-contents *::before,
.section-contents *::after {
  opacity: 1 !important;
}
.section-contents .deco-img-left,
.section-contents .deco-img-right {
  opacity: 1 !important;
}
.section-contents.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.section-contents .head-box {
  text-align: center;
  margin: 80px 0 48px;
}
.section-contents .head-box span {
  font-family: "Afacad", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
}
.section-contents .head-box h2 {
  font-size: 24px;
}
@media (max-width: 768px) {
  .section-contents .head-box {
    margin: 80px 0 32px;
  }
  .section-contents .head-box span {
    font-size: 48px;
  }
  .section-contents .head-box h2 {
    font-size: 16px;
  }
}
.section-contents .tiktok-box {
  position: relative;
  display: inline-block;
}
.section-contents .tiktok-box.center {
  text-align: center;
}
.section-contents .tiktok-box p {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  padding: 24px;
  background: #fff;
  border-radius: 8px;
  z-index: 2;
}
.section-contents .tiktok-box p.font-17 {
  font-size: 17px;
}
.section-contents .tiktok-box::before, .section-contents .tiktok-box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 8px;
  z-index: -1;
}
.section-contents .tiktok-box::before {
  top: -4px;
  left: -4px;
  background: #FF004F;
}
.section-contents .tiktok-box::after {
  right: -4px;
  bottom: -4px;
  background: #00F8F0;
}
.section-contents .tiktok-box.concerns-tiktok-box {
  display: block;
  margin: 80px 0 -160px;
}
@media (max-width: 560px) {
  .section-contents .tiktok-box p {
    font-size: 18px;
    padding: 16px 20px;
  }
  .section-contents .tiktok-box p.font-17 {
    font-size: 18px;
  }
}
.section-contents .flex-box {
  display: flex;
  justify-content: space-between;
  margin-top: -80px;
}
.section-contents .flex-box h3 {
  font-size: 36px;
  line-height: 1.3;
}
.section-contents .flex-box p {
  margin-top: 24px;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 960px) {
  .section-contents .flex-box {
    display: block;
  }
  .section-contents .flex-box .img-box {
    margin: 32px 0;
  }
  .section-contents .flex-box .img-box img {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .section-contents .flex-box h3 {
    font-size: 28px;
  }
  .section-contents .flex-box h3 .font-64 {
    font-size: 48px;
  }
  .section-contents .flex-box p {
    font-size: 16px;
  }
}
.section-contents .concerns-box {
  width: 960px;
  padding: 80px 96px 48px;
  text-align: center;
  border: #fff 1px solid;
  border-radius: 12px;
  margin: 120px auto 0;
}
.section-contents .concerns-box h2 {
  font-size: 32px;
}
.section-contents .concerns-box .flex {
  display: flex;
  gap: 15px;
  margin: 32px 0;
}
.section-contents .concerns-box .flex .box {
  width: calc((100% - 45px) / 4);
  padding: 24px;
  border-radius: 8px;
  background: #fff;
}
.section-contents .concerns-box .flex .box img {
  margin: 0 auto 12px;
}
.section-contents .concerns-box .flex .box p {
  line-height: 1.2;
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
.section-contents .concerns-box .pink-box {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 24px;
  border-radius: 80px;
  background: #FF004F;
}
@media (max-width: 1080px) {
  .section-contents .concerns-box {
    width: calc(100% - 80px);
    margin: 120px 40px 0;
  }
  .section-contents .concerns-box .inner {
    width: 100%;
    margin: 0;
  }
  .section-contents .concerns-box h2 {
    font-size: 28px;
  }
  .section-contents .concerns-box .flex {
    display: flex;
    flex-wrap: wrap;
  }
  .section-contents .concerns-box .flex .box {
    width: calc((100% - 15px) / 2);
  }
  .section-contents .concerns-box .pink-box {
    line-height: 1.2;
    padding: 24px 40px;
  }
}
@media (max-width: 768px) {
  .section-contents .concerns-box {
    padding: 80px 48px 48px;
  }
  .section-contents .concerns-box h2 {
    font-size: 24px;
  }
  .section-contents .concerns-box .flex {
    gap: 12px;
  }
  .section-contents .concerns-box .flex .box {
    width: calc((100% - 12px) / 2);
  }
  .section-contents .concerns-box .pink-box {
    font-size: 20px;
    padding: 24px 40px;
  }
}
@media (max-width: 560px) {
  .section-contents .concerns-box {
    width: calc(100% - 48px);
    padding: 64px 16px 16px;
    margin: 120px 24px 0;
  }
  .section-contents .concerns-box h2 {
    font-size: 22px;
  }
  .section-contents .concerns-box .flex {
    gap: 12px;
    margin: 20px 0;
  }
  .section-contents .concerns-box .flex .box {
    width: calc((100% - 12px) / 2);
    padding: 16px;
  }
  .section-contents .concerns-box .flex .box p br {
    display: none;
  }
  .section-contents .concerns-box .pink-box {
    font-size: 16px;
    padding: 20px 32px;
  }
}
@media (max-width: 560px) {
  .section-contents.concerns > .inner {
    width: calc(100% - 80px);
    margin: 0 40px;
  }
}
.section-contents#about {
  position: relative;
  z-index: 4;
}
.section-contents#about.is-visible .about-box .deco-img-left {
  opacity: 1;
  transform: translateX(0);
}
.section-contents#about.is-visible .about-box .deco-img-right {
  opacity: 1;
  transform: translateX(0);
}
.section-contents#about.is-visible .about-box .message-box .tiktok-box:nth-child(1) {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2s;
}
.section-contents#about.is-visible .about-box .message-box .tiktok-box:nth-child(2) {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.4s;
}
.section-contents#about.is-visible .about-box .message-box .tiktok-box:nth-child(3) {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.6s;
}
.section-contents .about-box {
  position: relative;
  z-index: 4;
}
.section-contents .about-box .deco-img-left,
.section-contents .about-box .deco-img-right {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.section-contents .about-box .deco-img-left {
  width: 394px;
  height: 968px;
  top: 200px;
  left: -32px;
  transform: translateX(-100px);
}
.section-contents .about-box .deco-img-right {
  width: 541px;
  height: 1450px;
  top: 0;
  right: -48px;
  transform: translateX(100px);
}
@media (max-width: 1366px) {
  .section-contents .about-box .deco-img-left {
    width: 360px;
    height: 960px;
    top: 200px;
    left: -112px;
    transform: translateX(-100px);
  }
  .section-contents .about-box .deco-img-right {
    width: 360px;
    height: 960px;
    top: 0;
    right: -112px;
    transform: translateX(100px);
  }
}
@media (max-width: 640px) {
  .section-contents .about-box .deco-img-left {
    width: 240px;
    height: 680px;
    top: 200px;
    left: -112px;
    transform: translateX(-100px);
  }
  .section-contents .about-box .deco-img-right {
    width: 300px;
    height: 960px;
    top: 0;
    right: -112px;
    transform: translateX(100px);
  }
}
.section-contents .about-box .inner {
  z-index: 2;
  position: relative;
}
.section-contents .about-box .flex-box h3 {
  padding-top: 80px;
}
.section-contents .about-box .message-box .tiktok-box {
  opacity: 0;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.section-contents .about-box .message-box .tiktok-box:nth-child(1) {
  transform: translateX(-50px);
}
.section-contents .about-box .message-box .tiktok-box:nth-child(2) {
  transform: translateX(50px);
}
.section-contents .about-box .message-box .tiktok-box:nth-child(3) {
  transform: translateX(-50px);
}
.section-contents .about-box .message-box .tiktok-box.is-visible {
  opacity: 1;
  transform: translateX(0);
}
.section-contents .about-box .message-box .tiktok-box:nth-last-of-type(2) {
  margin: 24px 0 24px 64px;
}
@media (max-width: 560px) {
  .section-contents .about-box .message-box .tiktok-box {
    width: 100%;
  }
  .section-contents .about-box .message-box .tiktok-box:nth-last-of-type(2) {
    margin: 24px 0 24px 0;
  }
}
.section-contents .feature-box {
  position: relative;
  background: #FF004F;
  z-index: 3;
}
.section-contents .feature-box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 272px;
  top: -265px;
  left: 0;
  background: #FF004F;
  clip-path: polygon(0 100%, 0 0, 100% 95%, 100% 100%);
  z-index: 1;
}
.section-contents .feature-box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 272px;
  left: 0;
  bottom: -265px;
  background: #FF004F;
  clip-path: polygon(0 100%, 0 0, 100% 0, 100% 5%);
  z-index: 1;
}
.section-contents .feature-box .inner {
  position: relative;
  z-index: 2;
}
.section-contents .feature-box .flex-box {
  flex-direction: row-reverse;
}
.section-contents .feature-box .flex-box h3 {
  padding-top: 60px;
}
.section-contents .feature-box .flex-box h3 .font-64 {
  font-size: 64px;
  font-family: "Roboto", sans-serif;
}
.section-contents .feature-box .icon-box {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 64px;
}
.section-contents .feature-box .icon-box .box {
  width: calc((100% - 48px) / 3);
  padding: 0 20px 20px;
  border-radius: 12px;
  background: #fff;
  text-align: center;
}
.section-contents .feature-box .icon-box .box img {
  margin: 0 auto;
}
.section-contents .feature-box .icon-box .box h4 {
  color: #000;
  font-size: 20px;
  margin-bottom: 12px;
  line-height: 1.2;
}
.section-contents .feature-box .icon-box .box p {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}
@media (max-width: 1080px) {
  .section-contents .feature-box .icon-box {
    gap: 16px;
  }
  .section-contents .feature-box .icon-box .box {
    width: calc((100% - 16px) / 2);
    padding: 0 32px 32px;
  }
}
@media (max-width: 768px) {
  .section-contents .feature-box::before {
    height: 128px;
    top: -124px;
  }
  .section-contents .feature-box::after {
    height: 128px;
    left: 0;
    bottom: -124px;
  }
  .section-contents .feature-box .icon-box .box {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .section-contents .feature-box .flex-box h3 {
    font-size: 28px;
  }
  .section-contents .feature-box .flex-box h3 .font-64 {
    font-size: 48px;
  }
  .section-contents .feature-box .flex-box p {
    font-size: 16px;
  }
}
.section-contents#debut.is-visible .debut-box .deco-img-debut-right {
  opacity: 1;
  transform: translateX(0);
}
.section-contents#debut.is-visible .debut-box .flow-box .box:nth-child(1) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.1s;
}
.section-contents#debut.is-visible .debut-box .flow-box .box:nth-child(2) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.section-contents#debut.is-visible .debut-box .flow-box .box:nth-child(3) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}
.section-contents#debut.is-visible .debut-box .flow-box .box:nth-child(4) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.section-contents#debut.is-visible .debut-box .flow-box .box:nth-child(5) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}
.section-contents .debut-box {
  position: relative;
  padding: 160px 0;
  z-index: 2;
}
.section-contents .debut-box .deco-img-debut-right {
  position: absolute;
  top: -144px;
  right: -382px;
  width: 718px;
  height: 417px;
  z-index: 2;
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  pointer-events: none;
}
@media (max-width: 480px) {
  .section-contents .debut-box .deco-img-debut-right {
    top: -48px;
    right: -196px;
    width: 350px;
    height: 203px;
  }
}
.section-contents .debut-box .flow-box .box {
  position: relative;
  padding: 40px;
  border: 3px solid #00F8F0;
  border-radius: 12px;
  background: #fff;
  text-align: center;
  margin-bottom: 56px;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.section-contents .debut-box .flow-box .box::before {
  position: absolute;
  content: "";
  width: 36px;
  height: 18px;
  left: calc(50% - 18px);
  bottom: -42px;
  background: #00F8F0;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.section-contents .debut-box .flow-box .box:last-child {
  margin: 0;
}
.section-contents .debut-box .flow-box .box:last-child::before {
  display: none;
}
.section-contents .debut-box .flow-box .box span {
  color: #FF004F;
  font-family: "Afacad", sans-serif;
  font-size: 24px;
  font-weight: bold;
}
.section-contents .debut-box .flow-box .box h3 {
  color: #000;
  font-size: 24px;
  margin: 4px 0 12px;
}
.section-contents .debut-box .flow-box .box p {
  color: #000;
  font-size: 15px;
}
.section-contents .debut-box .flow-box .box a {
  position: relative;
  display: block;
  width: 322px;
  height: 62px;
  margin: 24px auto 0;
  overflow: hidden;
}
.section-contents .debut-box .flow-box .box a span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 60px;
  color: #fff;
  font-size: 16px;
  border-radius: 60px;
  background: #FF004F;
  z-index: 2;
}
.section-contents .debut-box .flow-box .box a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: -1px;
  bottom: -1px;
  border-radius: 60px;
  background: #00F8F0;
  z-index: 1;
}
.section-contents .debut-box .flow-box .box a::after {
  position: absolute;
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  z-index: 3;
  transition: left 0.6s ease-out;
}
.section-contents .debut-box .flow-box .box a:hover::after {
  left: 100%;
}
@media (max-width: 768px) {
  .section-contents .debut-box {
    padding: 64px 0;
  }
  .section-contents .debut-box .flow-box .box {
    padding: 24px;
  }
  .section-contents .debut-box .flow-box .box span {
    font-size: 20px;
  }
  .section-contents .debut-box .flow-box .box h3 {
    font-size: 20px;
  }
  .section-contents .debut-box .flow-box .box p {
    text-align: left;
  }
  .section-contents .debut-box .flow-box .box a {
    width: calc(100% - 2px);
  }
  .section-contents .debut-box .flow-box .box a span {
    width: calc(100% - 2px);
  }
}
.section-contents.is-visible .joinus-box .deco-img-debut-left {
  opacity: 1;
  transform: translateX(0);
}
.section-contents .joinus-box {
  position: relative;
  background: #FF004F;
}
.section-contents .joinus-box .deco-img-debut-left {
  position: absolute;
  left: -382px;
  top: -268px;
  width: 718px;
  height: 417px;
  z-index: 2;
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  pointer-events: none;
}
@media (max-width: 480px) {
  .section-contents .joinus-box .deco-img-debut-left {
    left: -196px;
    top: -128px;
    width: 367px;
    height: 213px;
  }
}
.section-contents .joinus-box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 272px;
  top: -265px;
  left: 0;
  background: #FF004F;
  clip-path: polygon(0 100%, 0 0, 100% 95%, 100% 100%);
  z-index: 1;
}
.section-contents .joinus-box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 272px;
  left: 0;
  bottom: -265px;
  background: #FF004F;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 5%);
  z-index: 1;
}
.section-contents .joinus-box table {
  border-collapse: collapse;
}
.section-contents .joinus-box table tbody tr {
  border-bottom: 1px solid #FF004F;
}
.section-contents .joinus-box table tbody tr th, .section-contents .joinus-box table tbody tr td {
  padding: 16px;
  font-size: 16px;
  font-weight: bold;
}
.section-contents .joinus-box table tbody tr th {
  word-break: keep-all;
  background: #000;
}
.section-contents .joinus-box table tbody tr td {
  background: #fff;
}
.section-contents .joinus-box table tbody tr td h3 {
  color: #000;
  font-size: 15px;
  border: 1px solid #000;
  padding: 8px;
  margin: 16px 0;
  text-align: center;
}
.section-contents .joinus-box table tbody tr td ul li {
  color: #000;
}
.section-contents .joinus-box table tbody tr td p {
  color: #000;
}
@media (max-width: 768px) {
  .section-contents .joinus-box::before {
    height: 128px;
    top: -124px;
  }
  .section-contents .joinus-box::after {
    height: 128px;
    left: 0;
    bottom: -124px;
  }
  .section-contents .joinus-box table tbody tr {
    display: grid;
  }
}
.section-contents#faq.is-visible .faq-box .deco-img-faq-right {
  opacity: 1;
  transform: translateX(0);
}
.section-contents#faq.is-visible .faq-box .deco-img-faq-left {
  opacity: 1;
  transform: translateX(0);
}
.section-contents .faq-box {
  position: relative;
  padding: 160px 0 80px;
  z-index: 2;
}
@media (max-width: 768px) {
  .section-contents .faq-box {
    padding: 64px 0 48px;
  }
}
.section-contents .faq-box .qa-box {
  position: relative;
  z-index: 1;
}
.section-contents .faq-box .deco-img-faq-right {
  position: absolute;
  top: 0;
  right: -382px;
  width: 718px;
  height: 417px;
  z-index: 1;
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  pointer-events: none;
}
.section-contents .faq-box .deco-img-faq-left {
  position: absolute;
  left: -382px;
  bottom: -80px;
  width: 718px;
  height: 417px;
  z-index: 1;
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  pointer-events: none;
}
@media (max-width: 480px) {
  .section-contents .faq-box .deco-img-faq-right {
    top: -56px;
    right: -196px;
    width: 350px;
    height: 203px;
  }
  .section-contents .faq-box .deco-img-faq-left {
    left: -196px;
    bottom: -40px;
    width: 367px;
    height: 213px;
  }
}
.section-contents .faq-box .box {
  padding: 8px 20px;
  margin-bottom: 16px;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 560px) {
  .section-contents .faq-box .box {
    padding: 8px 12px;
  }
}
.section-contents .faq-box .box .q-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.section-contents .faq-box .box .q-box::before {
  position: relative;
  content: "Q.";
  left: 0;
  color: #FF004F;
  font-size: 36px;
  font-weight: bold;
  font-family: "Afacad", sans-serif;
  margin-right: 12px;
}
@media (max-width: 560px) {
  .section-contents .faq-box .box .q-box::before {
    font-size: 24px;
    margin-right: 8px;
  }
}
.section-contents .faq-box .box .q-box:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
.section-contents .faq-box .box .q-box h3 {
  flex: 1;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
  padding-right: 40px;
}
@media (max-width: 560px) {
  .section-contents .faq-box .box .q-box h3 {
    font-size: 16px;
  }
}
.section-contents .faq-box .box .q-box .toggle-btn {
  position: absolute;
  right: 0;
  top: calc(50% - 16px);
  width: 36px;
  height: 36px;
  border: none;
  background: transparent;
  color: #FF004F;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: transform 0.3s ease;
}
@media (max-width: 560px) {
  .section-contents .faq-box .box .q-box .toggle-btn {
    top: calc(50% - 11px);
    width: 24px;
    height: 24px;
    font-size: 24px;
  }
}
.section-contents .faq-box .box .a-box {
  display: flex;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  border-top: 1px solid #00F8F0;
  margin-bottom: 0;
  transition: max-height 0.4s ease-out, opacity 0.4s ease-out, margin-bottom 0.4s ease-out;
}
.section-contents .faq-box .box .a-box::before {
  position: relative;
  content: "A.";
  left: 0;
  color: #FF004F;
  font-size: 36px;
  font-weight: bold;
  font-family: "Afacad", sans-serif;
  margin-right: 12px;
}
@media (max-width: 560px) {
  .section-contents .faq-box .box .a-box::before {
    font-size: 27px;
    margin-right: 8px;
  }
}
.section-contents .faq-box .box .a-box p {
  width: calc(100% - 28px);
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  margin: 16px 0 0;
}
@media (max-width: 560px) {
  .section-contents .faq-box .box .a-box p {
    font-size: 15px;
  }
}
.section-contents .faq-box .box.active .a-box {
  max-height: 500px;
  opacity: 1;
  margin-bottom: 16px;
}

.footer {
  padding: 24px 0;
  background: #FF004F;
  text-align: center;
}
.footer small {
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 480px) {
  .footer {
    padding: 16px 0;
  }
}/*# sourceMappingURL=style.css.map */