@charset 'UTF-8';

:root {
  --casusult-color: #ffa000;
  --second-color: #eeeeee;
  --header-height: 80px;
}

.fv {
  min-height: calc(100vh - var(--header-height));
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fv .fv-img {
  height: auto;
  width: 100%;
}

.fv .launch-img {
  height: auto;
  width: 100%;
}

.beta-card {
  border-color: var(--casusult-color);
  margin-top: 64px;
  margin-right: 20%;
}

.button-contained {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.02857em;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
  background-color: var(--casusult-color);
  color: white;
  transition: background-color 0.3s, box-shadow 0.3s;
  border-radius: 16px;
  text-decoration: none;
}

.button-outlined {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.02857em;
  border: 1px solid var(--casusult-color);
  border-radius: 4px;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  color: var(--casusult-color);
  transition: background-color 0.3s, box-shadow 0.3s;
  border-radius: 16px;
  text-decoration: none;
}

.button-contained:hover {
  background-color: #fb8c00; /* 濃いめのアンバー */
}

.button-contained:active {
  background-color: #ef6c00;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.button-contained:disabled {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.26);
}

.button-outlined:hover {
  background-color: rgba(255, 160, 0, 0.08); /* 半透明のアンバー背景 */
  border-color: #fb8c00;
}

.button-outlined:active {
  background-color: rgba(255, 160, 0, 0.2);
  border-color: #ef6c00;
}

.button-outlined:disabled {
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.26);
}

.casusult-card {
  border-radius: 16px;
  border: solid 1px var(--second-color);
  padding: 16px;
}

.casusult-card__px {
  padding-left: 48px;
  padding-right: 48px;
}

.casusult-color {
  color: var(--casusult-color);
}

.feature-card {
  height: 100%;
  padding-left: 20px;
  padding-right: 0;
}

.func-card {
  border-color: var(--casusult-color);
  height: 100%;
}

.price-card {
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
}

.price-divider {
  width: 60%;
  border-top: 2px solid;
  color: var(--second-color);
  box-sizing: border-box;
  margin-top: 16px;
  margin-bottom: 16px;
}

.section-heading {
  margin-bottom: 32px;
}

.section-pb {
  padding-bottom: 160px;
}

.text-large {
  font-size: 18px;
}

.text-small {
  font-size: 13px;
}

.only-sp {
  display: none;
}

html {
  scroll-padding-top: var(--header-height);
}

body {
  background-color: #fafafa;
  font-family: "Roboto","Helvetica","Arial",sans-serif;
}

footer {
  background-color: var(--casusult-color);
  position: relative;
  height: auto;
  width: 100%;
  padding: 60px 0;
}

footer li {
  margin: 1rem 0;
  display: inline;
  padding: 10px;
}

footer ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
}

footer ul a {
  color: white;
  text-decoration: none;
}

footer .copyright {
  text-align: center;
  color: white;
}

footer .footer-logo {
  text-align: center;
  color: white;
  text-decoration: none;
  font-size: 36px;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 24px;
}

header {
  position: sticky;
  background-color: transparent;
  height: var(--header-height);
  width: 100vw;
  margin-inline: calc(50% - 50cqi);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

header .header-logo {
  color: var(--casusult-color);
  font-size: 24px;
  font-weight: bold;
}

main {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .beta-card {
    border-color: var(--casusult-color);
    margin-right: 0;
    margin-top: 0;
    text-align: center;
  }

  .casusult-card__px {
    padding-left: 4px;
    padding-right: 4px;
  }

  .fv .fv-img {
    height: auto;
    width: 80%;
  }

  .only-pc {
    display: none;
  }

  .only-sp {
    display: inline;
  }

  header {
    padding-left: 8px;
    padding-right: 8px;
  }

  footer li {
    margin: 10px 0;
    display: block;
    padding: 0;
  }

  main {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* スクロールのアニメーション */
.scroll-wrapper {
  margin-top: 16px;
}

.scroll-content {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 10;
}

.next {
  position: relative;
  margin-left: 20px;
}

.spinner {
  animation: rotator 3s linear infinite;
}

.spinner-arrow {
  animation: vertical-translate 3s ease-out infinite;
  position: absolute;
  margin-top: -12px;
  left: 19px;
  fill: var(--casusult-color);
}

@keyframes rotator {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(250deg);
  }
}

.path {
  stroke-dasharray: 245;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: var(--casusult-color);
  animation: dash 3s linear infinite;
}

@keyframes dash {
  0% {
      stroke-dashoffset: 245;
  }
  70% {
      stroke-dashoffset: 61.25;
      transform: rotate(205deg);
  }
  100% {
      stroke-dashoffset: 245;
      transform: rotate(540deg);
  }
}

@keyframes vertical-translate {
  0% {
      opacity: 0;
      top: -20%;
  }
  25% {
      opacity: 1;
      top: 50%;
  }
  75% {
      opacity: 1;
      top: 50%;
  }
  100% {
      opacity: 0;
      top: 120%;
  }
}
