@charset "UTF-8";
/* デザインに応じて使い分けることを推奨 */
body {
  font-family: "Helvetica Neue", sans-serif;
  background: #fdfdfd;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #333;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

ul,
ol {
  padding-left: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
}

p {
  margin: 0 0 20px;
  line-height: 1.6;
}

.bg-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
.bg-container .bg-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

body {
  margin: 0;
  padding: 0;
  color: #333;
  font-family: "Helvetica Neue", sans-serif;
  text-align: center;
  overflow-x: hidden;
}
@media (min-width: 769px) {
  body {
    background: none;
  }
}

.wrapper {
  width: 100%;
}
@media (min-width: 769px) {
  .wrapper {
    max-width: 750px;
    margin: 0 auto;
    background-color: #fff;
  }
}

.main {
  padding: 20px;
}

.container {
  max-width: 1200px;
  padding: 20px;
}
@media (max-width: 750px) {
  .container {
    padding: 0 10px;
  }
}

[id^=head] img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 750px) {
  [id^=head] img {
    width: 100vw;
    height: auto;
  }
}

.footer__links {
  text-align: center;
  font-size: clamp(10px, 0.5vw, 12px);
  color: #333;
}
.footer__links a {
  color: inherit;
  text-decoration: none;
}
.footer__links a:hover {
  text-decoration: none;
}
.footer__links p {
  margin: 0.3em 0;
  line-height: 1.6;
  word-break: keep-all;
}
.footer__links .footer__copyright {
  white-space: normal;
}
.footer__links .footer__copyright br.sp-br {
  display: none;
}
@media (max-width: 750px) {
  .footer__links .footer__copyright br.sp-br {
    display: inline;
  }
}
@media (max-width: 750px) {
  .footer__links {
    font-size: 10px;
  }
}

.site-title {
  font-size: 2rem;
  color: #ff6b6b;
  margin: 20px 0;
}
@media (max-width: 768px) {
  .site-title {
    font-size: 1.75rem;
  }
}

.has-button .img-wrapper img,
.fixed-bg .img-wrapper img,
.bg-img,
.main-img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 750px) {
  .has-button .img-wrapper img,
  .fixed-bg .img-wrapper img,
  .bg-img,
  .main-img {
    width: 100%;
    height: auto;
  }
}

.section__title {
  font-size: 1.5rem;
  border-bottom: 2px solid #ff6b6b;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .section__title {
    font-size: 1.4rem;
  }
}

.section__text {
  line-height: 1.6;
}

.hero__keywords {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 750px) {
  .hero__keywords {
    padding: 10px 0;
  }
}

.fixed-bg {
  position: relative;
  width: 100%;
}
.fixed-bg .img-wrapper {
  max-width: 100%;
  pointer-events: none;
}
.fixed-bg .img-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
}
.fixed-bg .bg-img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.fixed-bg .btn-container {
  position: absolute;
  bottom: -10%;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(50px, 83vw, 633px);
  aspect-ratio: 633/160;
  z-index: 10;
}
.fixed-bg .btn-container a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 9999px;
}
.fixed-bg .btn-container a .btn-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}
.fixed-bg .btn-container a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 5%;
  width: 20px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0;
  transform: rotate(45deg);
  animation: reflection 2.5s ease-in-out infinite;
  pointer-events: none;
  z-index: 5;
  border-radius: 20px;
}
.fixed-bg .btn-container .btn-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.fixed-bg .btn-container .btn-overlay-text {
  position: absolute;
  top: -9%;
  left: 19.6%;
  width: 61.6%;
  height: auto;
  pointer-events: none;
  z-index: 10;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fixed-bg .btn-container .btn-overlay-text {
    top: -8%;
    left: 20%;
    width: 62%;
  }
}

.btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 1rem;
  position: relative;
  z-index: 10;
}

.fade-in {
  animation: fadeIn 1s ease-in forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.side {
  position: fixed;
  right: 0;
  bottom: 40px;
  z-index: 100;
  display: block;
}
.side a img {
  width: clamp(10px, 15vw, 95px);
  height: auto;
  pointer-events: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.side a img:hover {
  opacity: 0.8;
}

.formBtn {
  animation: fuwafuwa 2s ease infinite;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
#swing:hover {
  animation: swing 1s ease;
  animation-iteration-count: 1;
}

@keyframes swing {
  15% {
    transform: translateX(5px);
  }
  30% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(3px);
  }
  65% {
    transform: translateX(-3px);
  }
  80% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(0);
  }
}
.btn-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  animation: btn-pulse 1s ease-in-out infinite;
  transform-origin: center;
}

@keyframes btn-pulse {
  0% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(0.95);
  }
}
@media (max-width: 750px) {
  body {
    padding: 0;
  }
  .container {
    padding: 0 10px;
  }
  .section__title {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
  .section__text {
    font-size: 0.95rem;
  }
  .btn {
    font-size: 0.9rem;
    padding: 8px 16px;
  }
}
.footer {
  padding: 1.5em 1em;
  background-color: #ffffff;
}
.footer .footer__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: clamp(1px, 1.5vw, 12px);
}
.footer .footer__links p {
  margin: 0.4em 0;
  line-height: 1.4;
}
.footer .footer__links .footer__copyright {
  display: inline-block;
  max-width: 100%;
  white-space: normal;
  word-break: break-word;
}
.footer .footer__links a {
  color: inherit;
  text-decoration: none;
}
.footer .footer__links a:hover {
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */