@charset "utf-8";

/* ========================================
   JUMBO777 minimal stylesheet
   - 旧LPテンプレート由来の未使用クラスを削除
   - CTA、ヘッダー、追従ボタン、フッターに必要な記述のみ維持
======================================== */

/* Reset / base */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

html,
body {
  width: 100%;
  min-height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.15em;
  font-size: 16px;
  line-height: 1;
}

body {
  overflow-x: hidden;
  background: #fff;
}

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

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

.wrapper,
.container {
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

/* PC/SP switch */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

/* Header */
.header {
  background-image: url("../img/header/headerbg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.headerimg {
  width: 720px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .header {
    background-position: center;
    background-size: cover;
    background-attachment: scroll;
  }

  .headerimg {
    width: 750px;
    max-width: 100%;
  }
}

/* CTA */
.cta_box {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.btn {
  width: 800px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.timg_cta {
  max-width: 50% !important;
  margin: 0 auto !important;
}

.fingerh {
  width: 80px;
  max-width: 100%;
  position: absolute;
  left: 90%;
  bottom: 10%;
  z-index: 100;
}

.spadi {
  padding: 50px 0 0 0 !important;
}

@media screen and (max-width: 767px) {
  .cta_box {
    width: 100% !important;
  }

  .btn {
    width: 95%;
  }

  .timg_cta {
    max-width: 70% !important;
  }

  .fingerh {
    width: 10%;
    left: 89%;
    bottom: 15%;
  }

  .spadi {
    padding: 5% 0 0 0 !important;
  }
}

/* CTA hover and breathing motion */
.hover_btn {
  display: block;
  transition: opacity 0.4s ease, transform 0.4s cubic-bezier(.4, 0, .2, 1);
}

.hover_btn:hover {
  opacity: 0.72;
  transform: scale(1.03);
}

.keyframe5 {
  animation-name: anim_sc;
  transform: scale(0.95, 0.95);
}

.animation {
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 0.7s;
}

@keyframes anim_sc {
  100% {
    transform: scale(1, 1);
  }
}

/* Finger motion */
.puyon {
  animation: puyon 1.5s linear 0s infinite;
}

@keyframes puyon {
  0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
  40%  { transform: scale(0.95, 1.2) translate(0%, -10%); }
  50%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
  60%  { transform: scale(0.95, 1.05) translate(0%, -3%); }
  70%  { transform: scale(1.05, 0.95) translate(0%, 3%); }
  80%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}

/* Floating CTA */
.subbutton {
  display: none;
  width: 300px;
  max-width: 100%;
  position: fixed;
  right: 2%;
  bottom: 5%;
  z-index: 100;
}

.subbtn {
  width: 100%;
  display: block;
}

.bound {
  animation: bound 3s infinite;
}

@keyframes bound {
  0% { transform: translateY(0); }
  5% { transform: translateY(0); }
  10% { transform: translateY(0); }
  20% { transform: translateY(-25px); }
  25% { transform: translateY(0); }
  30% { transform: translateY(-15px); }
  50% { transform: translateY(0); }
  100% { transform: translateY(0); }
}

@media screen and (max-width: 767px) {
  .subbutton {
    width: 60%;
    left: 40%;
    right: auto;
    bottom: 3%;
  }
}

/* Footer */
.site-footer {
  width: 100%;
  margin: 0 auto;
  padding: 18px 16px 16px;
  background: #0b0b0b;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  letter-spacing: 0.04em;
}

.site-footer__inner {
  max-width: 480px;
  margin: 0 auto;
}

.site-footer__brand {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.site-footer__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 0 0 8px;
}

.site-footer__nav a {
  color: #fff;
  font-size: 11px;
  line-height: 1.6;
  text-decoration: none;
  opacity: 0.82;
}

.site-footer__nav a:hover {
  opacity: 1;
  text-decoration: underline;
}

.site-footer__copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 767px) {
  .site-footer {
    padding: 4vw 4vw 4.5vw;
  }

  .site-footer__brand {
    margin-bottom: 2vw;
    font-size: 3.2vw;
  }

  .site-footer__nav {
    gap: 1.5vw 3.5vw;
    margin-bottom: 2vw;
  }

  .site-footer__nav a {
    font-size: 2.6vw;
  }

  .site-footer__copy {
    font-size: 2.3vw;
  }
}

/* Motion accessibility */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
