@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  word-break: break-all;
  font-size: 10px;
}
@media (max-width: 750px) {
  html {
    font-size: 1.3333333333vw;
  }
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: #4d4d4d;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
picture {
  display: block;
}

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

#container {
  max-width: 750px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.all_svg {
  display: none;
}

footer {
  padding-block: 4rem 18rem;
  background-color: #f8f8f8;
}

.footer-logo {
  width: 11.6rem;
  margin: 0 auto 2rem;
}
.footer-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.footer-link {
  display: flex;
  gap: 3rem;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 500;
  justify-content: center;
}
.footer-link a {
  transition: all 0.3s;
}
.footer-link a:hover {
  opacity: 0.7;
}

.float-btn {
  position: fixed;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  width: 64rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.float-btn.is-show {
  opacity: 1;
  pointer-events: auto;
}

.header {
  position: relative;
}
.header .fv img {
  display: block;
  width: 100%;
  height: auto;
}
.header .btn {
  position: absolute;
  width: 64rem;
  bottom: 11rem;
  left: 50%;
  transform: translateX(-50%);
}

.cta-area a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 999px; /* ボタンの丸みに合わせる */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

.cta-area a img {
  display: block;
  width: 100%;
  height: auto;
  /* 画像も角丸でクリップしたい場合 */
  border-radius: inherit;
}

/* ボタン全体がスーッと光る */
.cta-area a::before {
  content: "";
  position: absolute;
  left: -80%;
  top: 0; /* ボタンの一番上から */
  width: 50%;
  height: 100%; /* 高さをボタン全体にする */
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
  border-radius: inherit; /* 丸みに沿って光る */
  opacity: 0;
  pointer-events: none;
  animation: recruit-btn-shine 2.4s infinite;
}

/* ホバー時の演出はお好みで */
.cta-area a:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.8);
}

/* FV 全体（親コンテナ） */
.fv-video {
  width: 100%;
  max-width: 750px; /* 必要に応じて */
  position: absolute;
  top: 25.2rem;
}

/* 縦横比ボックス */
.fv-video-wrapper {
  width: 100%;
  aspect-ratio: 750/498; /* ここで縦横比を固定 */
  position: relative;
  overflow: hidden;
}

/* 中の video をボックスいっぱいに敷き詰める */
.fv-video-wrapper > video {
  position: absolute;
  inset: 0; /* top/right/bottom/left = 0 */
  width: 100%;
  height: 100%;
  object-fit: cover; /* はみ出した分はトリミング */
  display: block;
}

/* 真ん中寄せ（必要なければ外してOK） */
.cta-area {
  display: flex;
  justify-content: center;
}

/* ボタン本体（丸いボタンの中だけ光らせる） */
.cta-area a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 999px; /* ボタン画像が楕円なので大きめに */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

.cta-area a img {
  display: block;
  width: 100%; /* すでに画像のサイズが決まっていれば調整不要 */
  height: auto;
  border-radius: inherit; /* 画像も角丸でクリップ */
}

/* ボタンの中全体をスーッと光が走る */
.cta-area a::before {
  content: "";
  position: absolute;
  left: -80%;
  top: 0;
  width: 50%; /* 光の帯の太さ（細くしたければ30〜40%） */
  height: 100%; /* ボタンの高さ全体 */
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
  animation: cta-btn-shine 2.4s infinite;
}

/* ふわっと浮く感じ（お好みで） */
.cta-area a:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.8);
}

/* 光が流れるアニメーション */
@keyframes cta-btn-shine {
  0% {
    left: -80%;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    left: 130%;
    opacity: 0;
  }
  100% {
    left: 130%;
    opacity: 0;
  }
}
#container {
  max-width: 750px;
  margin: 0 auto;
  box-shadow: -20px 0 20px -15px rgba(0, 0, 0, 0.3), 20px 0 20px -15px rgba(0, 0, 0, 0.3);
}

/*-------------------
movie01
-------------------*/
.movie01 {
  background-color: #23150c;
  padding-inline: 10.8rem;
  padding-block: 8.9rem 9.4rem;
}

.movie-title {
  width: 52.9rem;
  margin-bottom: 4.6rem;
}

.video-wrapper {
  width: 100%;
  max-width: 750px;
  aspect-ratio: 556/734; /* ここで縦横比を指定 */
}

.video-wrapper > video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* or contain */
  display: block;
  inset: 0;
}

/*-------------------
sec05 06
-------------------*/
.sec05 {
  position: relative;
  z-index: 1;
}

.sec06 {
  position: relative;
  margin-top: -11.5rem;
}

.point {
  margin-top: -5.5rem;
  position: relative;
  z-index: 2;
}

/*-------------------
reason
-------------------*/
.reason01 {
  padding-inline: 10.8rem;
  padding-block: 4rem 8.9rem;
}

.reason01-title {
  width: 52.9rem;
  margin-bottom: 2.2rem;
}

.reason01-text {
  margin-top: 4.4rem;
}

/*-------------------
cta
-------------------*/
.cta {
  position: relative;
}

.cta-btn {
  position: absolute;
  width: 64rem;
  bottom: 11rem;
  left: 50%;
  transform: translateX(-50%);
}

/*-------------------
faq
-------------------*/
.faq-accordion {
  padding: 2.4rem 3rem 8rem;
  background-color: #131313;
}

.faq-accordion {
  width: 100%;
  border: 1px solid #c9c9c9;
  font-family: "Hiragino Sans", "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.faq-body-inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* ヘッダー部分 */
.faq-header {
  width: 100%;
  padding: 12px 16px;
  background: #3b3f42; /* 濃いグレー */
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  cursor: pointer;
}

.faq-label {
  display: flex;
  align-items: center;
  gap: 8px;
}

.faq-q {
  height: 13rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 6.5rem;
}

.faq-title {
  font-size: 3rem;
  letter-spacing: 0.04em;
}

/* 右側 + アイコン */
.faq-toggle {
  position: relative;
  width: 5rem;
  height: 5rem;
}

.faq-toggle::before,
.faq-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6rem;
  height: 1.5px;
  background: #fff;
  transform: translate(-50%, -50%);
}

/* 縦線（+ のため） */
.faq-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

/* 展開時は - にする（縦線を消す） */
.faq-item.is-open .faq-toggle::after {
  opacity: 0;
}

/* 本文部分 */
.faq-body {
  background: #ffffff;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.25s ease;
}

.faq-body-inner {
  padding: 16px;
  font-size: 2.4rem;
  line-height: 1.7;
}

.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

/*-------------------
product
-------------------*/
.product {
  padding: 2rem 2.4rem 8rem;
  background-color: #131313;
}

.product-title {
  width: 17.1rem;
  margin: 0 auto 2rem;
}

.gallery {
  background-color: #131313;
  padding-inline: 3rem;
  display: flex;
  flex-direction: column;
  gap: 8rem;
}

.gallery02 {
  background-color: #131313;
  padding-inline: 5.4rem;
  padding-block: 0rem 8rem;
  display: flex;
  flex-direction: column;
  gap: 8rem;
}

.product-gallery {
  text-align: center;
  padding: 5rem 3rem 6rem;
  background-color: #fff;
}

.product-gallery-title {
  display: flex;
  justify-content: center;
  height: 5.2rem;
  margin-bottom: 4rem;
}
.product-gallery-title img {
  height: 100%;
  width: auto;
}

.product-gallery-title02 {
  display: flex;
  justify-content: center;
  height: 10.8rem;
  margin-bottom: 4rem;
}
.product-gallery-title02 img {
  height: 100%;
  width: auto;
}

.product-gallery__thumbs {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 4rem;
  margin-bottom: 1.6rem;
}

.product-gallery-price {
  margin-bottom: 5rem;
}

.product-select {
  padding: 9rem 3rem 8.6rem;
  background-color: #344149;
  margin-top: -1px;
}

.product-select-title {
  width: 57.5rem;
  margin: 0 auto 5rem;
}

.product-select-boxes {
  display: flex;
  gap: 3.4rem;
}

.product-select-img {
  margin-bottom: 3.4rem;
}

.product-select-cta {
  transition: all 0.3s;
  cursor: pointer;
}
.product-select-cta:hover {
  opacity: 0.7;
}

/* Swiper 本体は親コンテナの幅にフィットさせる */
.my-swiper {
  width: 100%;
}

/* 中身を「スーッ」と一定速度で流すためのリニア設定 */
.my-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

/* 1枚のスライドの幅：540px */
.my-swiper .swiper-slide {
  width: 54rem;
  max-width: 100%; /* 念のため狭い画面での崩れ防止 */
}

.my-swiper02 .swiper-slide {
  width: 54rem;
  max-width: 100%; /* 念のため狭い画面での崩れ防止 */
}

/* 画像はスライド幅にフィット */
.my-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.sec02 {
  position: relative;
}
.sec02 .swiper {
  position: absolute;
  top: 42%;
  width: 100%;
  height: 100%;
}

.sec-slider02 {
  padding-bottom: 7rem;
}/*# sourceMappingURL=style.css.map */