@charset "UTF-8";
html {
  font-size: 16px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  scroll-behavior: smooth;
  color: #23314e;
  background: linear-gradient(180deg, #2FA7F6 0%, #306EFD 100%);
  font-weight: 400;
  font-style: normal;
  font-family: "M PLUS Rounded 1c", sans-serif;
  overflow-x: hidden;
  scroll-behavior:smooth;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, #F2EEEB 0%, #F2EEEB 100%);
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(223, 219, 219, 0.3);
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #304782;
}

em,
address {
  font-style: normal;
}

button {
  cursor: pointer;
}

.sp-only {
  display: none !important;
}

.pc-only {
  display: block !important;
}

.wrap {
  padding: 60px 20px;
}

main {
  max-width: 430px;
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 80px auto;
  overflow: hidden;
  border-radius: 30px;
  border: 6px solid #fff;
  box-sizing: content-box;
  background: #F2F2F2;
}

.back {
  position: fixed;
  width: 130%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
  top: 0;
  left: 0;
  opacity: 0.4;
}

.img {
  width: 100%;
}

header {
  width: 100%;
  max-width: 430px;
  height: 60px;
  padding: 10px 20px;
  position: absolute;
  background: rgba(77, 37, 179, 0.20);
  backdrop-filter: blur(3px);
  z-index: 5;
}

header .h-logo {
  height: 30px;
  margin: 5px 0 0 0;
}

header .entry {
  width: 177px;
  height: 40px;
  position: absolute;
  right: 15px;
  top: 10px;
}

header .entry img {
  width: 100%;
  height: 100%;
}

.top {
  width: 100%;
  height: 750px;
  overflow: hidden;
  position: relative;
}

.top .back-top {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.top .title {
  width: 88%;
  position: absolute;
  top: 120px;
  left: 51%;
  transform: translateX(-50%);
  z-index: 3;
  opacity: 0;
  animation: late-open 0.5s ease-in-out 0.5s forwards;
}

@keyframes late-open {
  to {
    top: 100px;
    opacity: 1;
  }
}

.top .token {
  width: 180px;
  position: absolute;
  right: -10px;
  top: 208px;
  z-index: 3;
  animation: 3s fuwafuwa infinite;
}

@keyframes fuwafuwa {
  0%, 100% {
    margin-top: -10px;
  }
  50% {
    margin-top: 0;
  }
}

.top .chat-a {
  height: 98px;
  position: absolute;
  right: 20px;
  bottom: 170px;
  z-index: 3;
  opacity: 0;
  animation: late-open-chata 0.5s ease-in-out 1.2s forwards;
}

@keyframes late-open-chata {
  to {
    bottom: 180px;
    opacity: 1;
  }
}

.top .chat-b {
  height: 98px;
  position: absolute;
  right: 0;
  bottom: 110px;
  z-index: 3;
  opacity: 0;
  animation: late-open-chatb 0.5s ease-in-out 2s forwards;
}

@keyframes late-open-chatb {
  to {
    bottom: 120px;
    opacity: 1;
  }
}

.top .kv {
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
  position: absolute;
}

.top .about {
  width: 100%;
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 0;
}

.point {
  width: 100%;
  margin-bottom: 20px;
}

.feature {
  width: 100%;
  margin-bottom: 20px;
}

.wrap.feature {
  background: #3290F6;
}

.wrap.feature p {
  font-size: 15px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

.step {
  width: 100%;
}

.creator {
  position: relative;
  margin-top: 20px;
  background: #fff;
}

.creator-title {
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: -22px;
}

.creator-text {
  width: 100%;
  margin: 40px 0 10px 0;
  height: 48px;
  display: inline-flex;
  justify-content: center;
}

.scroll-container {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  width: 100%;
  padding: 16px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.scroll-container::-webkit-scrollbar {
  height: 8px;
}

.scroll-container::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.card {
  flex: 0 0 auto;
  width: 170px;
  text-align: center;
  background: linear-gradient(90deg, #3290F6 0%, #30ACFF 100%);
  overflow: hidden;
  border-radius: 4px 30px 4px 4px;
  color: #fff;
}

.card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.title {
  font-size: 12px;
  margin: 4px 0 -3px;
  text-overflow: ellipsis;
  overflow: hidden;
  opacity: 0.8;
  white-space: nowrap;
  padding: 0 5px;
}

.subtitle {
  font-size: 13px;
  margin: 0 0 8px;
  font-weight: bold;
}


/* スクロールボタン */
.scroll-button {
  background-color: #007bff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 10;
  top: 60%;
  transform: translateY(-50%);
}

.scroll-button:disabled {
  opacity: 0.7;
  background: #879cab;
}

.scroll-button img {
  width: 16px;
}

.scroll-button.left {
  left: 10px;
}

.scroll-button.right {
  right: 10px;
}

.voice {
  width: 100%;
}

.wrap.entry {
  width: 100%;
  padding: 40px 20px;
  background: #fff;
}

.wrap.entry {
  width: 100%;
}

.entry img {
  width: 100%;
  height: 70px;
}

.company {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.company img {
  width: 100px;
}

footer {
  width: 100%;
  padding: 0 20px;
  margin-top: 40px;
  height: 70px;
  display: flex;
  align-items: center;
  background: #37A1F9;
}

footer img {
  width: 60px;
  margin: 0 15px 0 0 ;
}

footer span {
  width: 100%;
  text-align: left;
  color: #fff;
  font-size: 12px;
}

.wrapper-left {
  align-items: center;
  display: flex !important;
  height: 100vh;
  justify-content: center;
  left: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: calc(50% - 200px);
}

.wrapper-left a img {
  width: 100%;
}

.wrapper-left a {
  display: block;
  transition: .3s;
  width: 200px;
}

.wrapper-right {
  align-items: center;
  display: flex !important;
  height: 100vh;
  justify-content: center;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: calc(50% - 200px);
}

.wrapper-right a {
  display: block;
  transition: .3s;
  width: 150px;
}

.wrapper-right a img {
  width: 100%;
  border-radius: 18px;
  border: 8px solid #fff;
  box-sizing: content-box;
}




.kv {
  width: 100%;
  display: block;
  position: relative;
}

.kv-img {
  width: 100%;
  display: block;
}

.store {
  position: absolute;
  bottom: 30px;
  z-index: 2;
  display: flex;
  gap: 15px;
  padding: 0 20px;
}

.store a {
  width: 100%;
  transition: 0.3s;
}

.store a:hover {
  opacity: 0.7;
}

.store img {
  width: 100%;
}

.logo {
  max-width: 430px;
  position: absolute;
  top: 400px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  opacity: 0;
  animation: late-open 0.8s ease-in-out 0.5s forwards;
}

@keyframes late-open {
  to {
    top: 390px;
    opacity: 1;
  }
}

.concept {
  width: 90%;
  margin: 80px auto;
  display: block;
}

.faq {
  padding: 0 10px;
}

.faq li {
  width: 100%;
  font-size: 15px;
  margin-bottom: 15px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 0px 14px 0px rgba(28, 42, 92, 0.25);
}

.faq li h2 {
  padding: 10px 15px;
  font-size: 15px;
}

.faq li p {
  color: #fff;
  padding: 10px 15px;
  background: #448CDF;
}


.company-table {
  width: 94%;
  margin: 30px auto 0 auto;
  border: 3px solid #3F5C60;
  border-collapse: collapse;
  color: #404040;
  border-radius: 4px;
}

.company-table th:first-child {
  width: 100px;
}

.company-table th img {
  width: 80px;
  margin: 10px 0;
}

.company-table th,
.company-table td {
  padding: 4px 20px;
  font-size: 14px;
  border: 1px solid #3F5C60;
}

.back {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  object-fit: cover;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
}

.footer-logo {
  width: 170px;
  margin: 90px auto;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 20px 20px;
  background: #2085CF;
}

.line {
  width: 200px;
  height: 200px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 2;
}

.line img {
  width: 100%;
}