/* =============================================
     Modern Reset Core
   ============================================= */

/* ボックスモデルの計算を直感的にし、余白をリセット */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

/* OSのテーマ設定（ダークモード）の自動切り替えに対応 */
html {
  color-scheme: light dark;
}

/* スムーズスクロールを有効化（アンカーリンク用） */
html:focus-within {
  scroll-behavior: smooth;
}

/* 常に最小の高さを確保し、フォントを滑らかに表示 */
body {
  min-height: 100vh;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
}

/* メディア要素（画像、動画など）が親要素を突き抜けないように設定 */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

/* フォーム要素がブラウザ独自のフォントにならないよう継承 */
input,
button,
textarea,
select {
  font: inherit;
}

/* 長い単語やURLが画面外に突き抜けないように制御 */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

/* React/Next.jsなどのフレームワークにおけるスタック文脈の分離 */
#root,
#__next {
  isolation: isolate;
}

/* リストの記号をリセット（classがある場合のみ） */
ul[class],
ol[class] {
  list-style: none;
}

/* リンクの初期装飾 */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

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

/* =============================================
   3. アクセシビリティ (OSのアニメーション設定への配慮)
   ============================================= */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/*====================================================================
全ページ共通CSS
====================================================================*/
/* 
.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-family: "tk-takumi-yururi-font-norm", sans-serif;
} 
  
TK-takumiYururiFont-Normal L
font-family: "tk-takumi-yururi-font-norm", sans-serif;
font-weight: 100;
font-style: normal;
TK-takumiYururiFont-Normal B
font-family: "tk-takumi-yururi-font-norm", sans-serif;
font-weight: 700;
font-style: normal;
TK-takumiYururiFont-Normal LP
font-family: "tk-takumi-yururi-font-normp", sans-serif;
font-weight: 100;
font-style: normal;
TK-takumiYururiFont-Normal BP
font-family: "tk-takumi-yururi-font-normp", sans-serif;
font-weight: 700;
font-style: normal;*/

/*====================================================================
共通
====================================================================*/
:root {
  /* --- 1. 定数としての基本サイズ (ズーム耐性・保守性) --- */
  --fs-xs: 0.75rem; /* 12px */
  --fs-sm: 0.875rem; /* 14px */
  --fs-base: 1rem; /* 16px */

  /* --- 2. 流動的なサイズ (親要素に連動) --- */
  /* LG: 最小18px、推奨(16px + 親幅の0.5%)、最大(親幅の1.5%) */
  --fs-lg: clamp(1.125rem, 1rem + 0.5cqw, 1.5cqw);

  /* XL: 最小20px、推奨(18px + 親幅の0.8%)、最大(親幅の3.0%) */
  --fs-xl: clamp(1.25rem, 1.125rem + 0.8cqw, 3cqw);

  /* 2XL/H2: 最小24px、推奨(20px + 親幅の2.0%)、最大(親幅の6.0%) */
  --fs-2xl: clamp(1.5rem, 1.25rem + 2cqw, 5.5cqw);
}

/* 必須：コンテナクエリを有効にする設定 */
.l-container,
.c-card,
main {
  container-type: inline-size;
}

:root {
  --ls-narrow: -0.02em;
  --ls-base: 0.05em;
  --ls-wide: 0.12em;
}

:root {
  --c-bg: #fdfbf7;
  --c-base: #f5f2ed;
  --c-accent: #b48a5f;
  --c-txt: #45423e;
}

strong {
  font-size: 1.2em;
}

small {
  font-size: 0.8em;
}

html {
  scroll-behavior: smooth;
}

body#lp-page-top {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial,
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
  color: #45423e;
  font-size: var(--fs-base);
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  background-color: var(--c-bg);
}

h3 {
  font-size: var(--fs-lg);
  letter-spacing: 0.075em;
  text-align: center;
}

.lp-fadein {
  opacity: 0;
  transform: translateY(2em);
  transition: opacity 0.6s ease, transform 0.6s ease;
  will-change: opacity, transform;
}

.lp-fadein.is-visible {
  opacity: 1;
  transform: translateY(0px);
}
/*====================================================================
lp-header
====================================================================*/
#lp-header {
  position: fixed;
  top: 0;
  left: 0;
  width: auto;
  height: 100vh;
  z-index: 999;
}

.lp-hero_fv {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.lp-hero_fv .lp-header-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#lp-header .lp-header-logo_area {
  width: 240px;
  height: auto;
  position: absolute;
  z-index: 999;
  top: 1rem;
  left: 1rem;
}

#lp-header .lp-header-logo_area img {
  object-fit: contain;
  width: 100%;
}

#lp-header nav.lp-gnav {
  background-color: var(--c-bg);
  width: 352px;
  min-width: calc(392px - 2rem);
  max-width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  padding: 1rem 0 2.5rem;
  border-radius: 0 24px 24px 0;
  z-index: 99;
  transition: left 0.3s ease;
}

#lp-header .lp-gnav .lp-nav-list {
  flex: 1;
  display: grid;
  width: max-content;
  align-content: center;
}

#lp-header .lp-gnav .lp-nav-list li {
  display: contents;
}

#lp-header .lp-gnav .lp-nav-list li a {
  display: block;
  text-align: left;
  position: relative;
  padding: 0.25em;
  margin-bottom: 1.5em;
}

#lp-header .lp-gnav .lp-nav-list li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.5em;
  background-color: #45423e;
  width: 0.25em;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

#lp-header .lp-gnav .lp-nav-list li a:hover::before {
  width: 0.5em;
}

#lp-header .lp-gnav .lp-nav-list li a::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  background-color: #45423e;
  bottom: 0;
  left: 0;
  transition: 0.3s;
}

#lp-header .lp-gnav .lp-nav-list li a:hover::after {
  width: 100%;
}

#lp-header .lp-gnav .lp-tour_news {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2em;
}

#lp-header .lp-gnav .lp-tour_news .lp-tour_news-txt {
  text-align: center;
  font-size: var(--fs-xl);
  font-weight: 600;
  line-height: 1.8;
}

.lp-cta_btn a .lp-btn {
  width: fit-content;
  padding: 0.25em;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: end;
  background-color: #ec572e;
  width: 258px;
  height: 72px;
  position: relative;
}

.lp-btn:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background: linear-gradient(270deg, #ec572e, #ec572e, #ec572e);
  background-size: 200% 200%;
  animation: Grad 5s ease infinite;
  z-index: -2;
  opacity: 1;
  animation: btn_scale 2.5s infinite ease-out;
}

@keyframes btn_scale {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    filter: blur(0px);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.1, 1.4);
    filter: blur(4px);
  }
}

.lp-cta_btn a .lp-btn p {
  font-size: var(--fs-lg);
  color: #fdfbf7;
  font-weight: 600;
  text-align: center;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  flex: 1;
}

.lp-cta_btn a .lp-btn .lp-btn-circle {
  height: 100%;
  aspect-ratio: 1 / 1;
  background-color: #fdfbf7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-cta_btn a .lp-btn .lp-btn-circle .fa-arrow-down {
  color: #ec572e;
  font-size: var(--fs-xl);
  font-weight: 600;
}

@media (max-width: 768px) {
  #lp-header nav.lp-gnav {
    position: absolute;
    top: 0;
    left: calc(-392px + 4rem);
    border-radius: 0 24px 24px 0;
    border: 1px solid #ddd;
  }

  #lp-header nav.lp-gnav.is-open {
    left: 0;
  }

  #lp-header nav.lp-gnav::after {
    content: "Menu";
    position: absolute;
    transform: rotate(90deg);
    right: 0;
    top: 2rem;
    cursor: pointer;
  }
}

/* ==========================================================================================================================
    main lp-split-main-container
========================================================================================================================== */
.lp-split-main-container {
  width: 100%;
  max-width: 376px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  margin-left: 392px;
  position: relative;
  z-index: 1;
  background-color: var(--c-bg);
}

@media (max-width: 768px) {
  .lp-split-main-container {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: auto;
    margin-left: auto;
  }
}

/* ==========================================================================================================================
    lp-fv
========================================================================================================================== */
.lp-split-main-container .lp-fv {
  aspect-ratio: 1 / 1.628;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
}

.lp-split-main-container .lp-fv video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 0;
}

.lp-split-main-container .lp-fv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    0deg,
    rgba(69, 66, 62, 1) 0%,
    rgba(69, 66, 62, 0) 50%
  );
  z-index: 1;
}

.lp-split-main-container .lp-fv .lp-main_coppy-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.lp-split-main-container .lp-fv h1.lp-main_coppy {
  color: var(--c-base);
  font-size: var(--fs-xl);
  font-family: serif;
  padding-top: 1.5em;
}

.lp-split-main-container .lp-fv h1.lp-main_coppy span {
  font-size: 1.5em;
}
/* ==========================================================================================================================
    main-contents-wrapper
========================================================================================================================== */
.lp-split-main-container .main-contents-wrapper {
  background-color: var(--c-bg);
  position: relative;
  z-index: 3;
  padding-top: 2.5em;
  width: 100%;
}

.lp-split-main-container .main-contents-wrapper::after {
  content: "";
  position: absolute;
  background-color: var(--c-bg);
  width: 100%;
  height: 2.5em;
  bottom: 100%;
  left: 0;
  border-radius: 2.5rem 2.5rem 0 0;
}

.lp-split-main-container .main-contents-wrapper section {
  padding: 0 0.5em;
}

/* ==========================================================================================================================
    lp-read_coppy
========================================================================================================================== */
section.lp-read_coppy {
  margin-bottom: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.lp-read_coppy h2 {
  font-size: var(--fs-lg);
  font-family: serif;
  line-height: 1.8;
}

section.lp-read_coppy h2 span {
  font-size: 1.5em;
}

/* ==========================================================================================================================
    lp-cta_btn
========================================================================================================================== */
.main-contents-wrapper .lp-cta_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2em;
}

/* ==========================================================================================================================
    overview
========================================================================================================================== */
.lp-overview {
  background-color: var(--c-base);
  padding-bottom: 2.5em !important;
}

.lp-overview h3 {
  padding-top: 2rem;
  margin-bottom: 2rem;
}

.lp-overview h2 {
  font-size: var(--fs-xl);
  text-align: center;
  line-height: 1.8;
  padding-top: 1.5em;
  margin-bottom: 0.5em;
}

.lp-overview .overview-table {
  width: 90%;
  border-radius: 2.5rem;
  margin: 0 auto;
  background-color: var(--c-bg);
  box-shadow: #45423e55 0 0 24px;
  padding: 1.5rem;
  font-size: var(--fs-base);
}

.lp-overview .overview-table dl dt {
  font-size: 1.1em;
  font-weight: 600;
}

.lp-overview .overview-table dl dd {
  border-bottom: 1px solid #45423e;
  margin-bottom: 1em;
}

.lp-overview .overview-table dl dd span {
  font-size: 0.8em;
  letter-spacing: 400;
}

.lp-overview .overview-table dl dd:last-child {
  border-bottom: none;
  margin-bottom: none;
}

.lp-overview .overview-property h3 span {
  font-size: var(--fs-sm);
  font-weight: 200;
}

.lp-overview .overview-property .lp-slide-title {
  font-size: var(--fs-lg);
  font-weight: 600;
  margin: 1.5em 0 0.25em;
}

.lp-overview .overview-property .lp-slider-area {
  width: 100%;
  overflow: hidden;
}

.lp-slider {
  width: 100%;
}

.lp-slider .swiper-slide {
  width: 80%; /* 親の60% */
  aspect-ratio: 16 / 9; /* 16:9固定 */
  border-radius: 8px;
  overflow: hidden;
  transform: scale(0.9);
  transition: 0.4s;
}

.lp-slider .swiper-slide-active {
  transform: scale(1); /* 中央を強調 */
}

.lp-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ==========================================================================================================================
    problem
========================================================================================================================== */
section.problem {
  position: relative;
  background-color: var(--c-base);
  z-index: 1;
  padding-bottom: 82px !important;
}

section.problem h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2em;
}

section.problem h3 span {
  display: block;
  position: relative;
  width: fit-content;
  transform: translateX(0);
}

section.problem h3 span:nth-child(1) {
  transform: translateX(-4em);
}

section.problem h3 span:nth-child(2) {
  font-size: 1.5em;
}

section.problem h3 span:nth-child(2)::after {
  content: "・・・";
  width: 100%;
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translateX(-50%);
  color: var(--c-txt);
  letter-spacing: 1em;
  font-size: var(--fs-base);
  display: flex;
  justify-content: center;
}

section.problem h3 span:nth-child(3) {
  transform: translateX(4em);
}

section.problem .content-img-area {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

section.problem .content-img-area .img01,
section.problem .content-img-area .img02 {
  width: 100%;
  aspect-ratio: 1 / 1;
  position: relative;
}

section.problem .content-img-area .img01 .plobrem-img-01_01,
section.problem .content-img-area .img02 .plobrem-img-02_01 {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

section.problem .content-img-area .img01 .plobrem-img-01_02,
section.problem .content-img-area .img02 .plobrem-img-02_02 {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* ==========================================================================================================================
    section-separator-img02
========================================================================================================================== */
.section-separator-img02 {
  transform: translateY(-82px);
  position: relative;
  z-index: 2;
  margin-bottom: -82px;
}

/* ==========================================================================================================================
    solution
========================================================================================================================== */
section.lp-solution {
  background: linear-gradient(to bottom, var(--c-bg), var(--c-base));
  border-radius: 0 0 24px 24px;
}

section.lp-solution h3 {
  padding-top: 2em;
  font-weight: 600;
  text-align-last: left;
  width: fit-content;
  margin: 0 auto;
  line-height: 1.8;
}

section.lp-solution h3 span {
  color: #ec572e;
  font-size: 1.3em;
  font-weight: 600;
}

section.lp-solution .text-area {
  text-align: center;
  line-height: 1.8;
  font-weight: 600;
  margin: 1.5em 0;
}

section.lp-solution .text-area p span {
  font-size: 1.2em;
}

section.lp-solution .solution-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.5em;
  margin-bottom: 4em;
  padding-bottom: 2.5em;
}

section.lp-solution .solution-content-wrapper .contents-area .number {
  letter-spacing: 0;
  position: relative;
  margin-bottom: 1em;
}

section.lp-solution .solution-content-wrapper .contents-area .number::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #45423e;
}

section.lp-solution .solution-content-wrapper .contents-area .cotents {
  position: relative;
  width: 100%;
  /* height: auto; */
  height: 480px;
  /* aspect-ratio: 1 / 1.618; */
}

section.lp-solution .solution-content-wrapper .contents-area .cotents .img-top {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) scale(1);
  width: 100%;
  z-index: 2;
  animation: solutionbox 20s linear infinite;
}

@keyframes solutionbox {
  0% {
    transform: translateX(-50%) scale(1);
  }
  33% {
    transform: translateX(-50%) scale(0.9);
  }
  66% {
    transform: translateX(-50%) scale(1.1);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}

section.lp-solution
  .solution-content-wrapper
  .contents-area
  .cotents
  .img-bottom {
  aspect-ratio: 1.618 / 1;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 24px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

section.lp-solution .solution-content-wrapper .contents-area h4 {
  font-size: var(--fs-lg);
  text-align: center;
  transform: translateY(-0.5em);
  position: relative;
  z-index: 2;
  width: fit-content;
  border-radius: 999px;
  background-color: var(--c-bg);
  padding: 0.25em 0.5em;
  margin: 0 auto;
  border: 1px solid #6bb3ef;
  color: #6bb3ef;
}

section.lp-solution .solution-content-wrapper .contents-area .card-txt {
  font-size: 1.2em;
  font-weight: 500;
  padding: 0 1.5em;
}

/* ==========================================================================================================================
    lp-customer
========================================================================================================================== */
section.lp-customer h3 {
  line-height: 1.8;
}

/* ==========================================================================================================================
    lp-evidence
========================================================================================================================== */
section.lp-evidence {
  background: linear-gradient(to bottom, var(--c-bg), var(--c-base));
}

section.lp-evidence h3 {
  font-size: var(--fs-lg);
  font-weight: 600;
}

section.lp-evidence h3 span {
  display: block;
  font-size: var(--fs-2xl);
  color: #4a90b2;
  font-family: serif;
}

section.lp-evidence h3 span svg {
  width: 2em;
  height: auto;
  margin: 0.25em auto 0;
}

section.lp-evidence .txt_area p {
  font-weight: 600;
  text-align: center;
}

section.lp-evidence .txt_area p span {
  width: 80%;
}

section.lp-evidence .txt_area p span.exp {
  font-size: var(--fs-sm);
  font-weight: 400;
}

/* ==========================================================================================================================
    form
========================================================================================================================== */
.lp-form {
  background-color: var(--c-base);
}

.lp-form h3 {
  padding-top: 2em;
}

.required-item {
  font-size: 0.7em;
  padding: 0px 8px;
  background: #ffaab0;
  color: #fff;
  border-radius: 4px;
  margin-right: 10px;
  margin-bottom: 2px;
  display: inline-block;
}

/* 送信ボタン */
.button_wide {
  border: 2px solid #ff1493;
  outline: 0;
  display: block;
  width: 50%;
  margin: 0 auto;
}
input[type="submit"] {
  color: #333;
}

/* ==========================================================================================================================
    レスポンシブ
========================================================================================================================== */
@media (max-width: 768px) {
  .lp-split-main-container .main-contents-wrapper section {
    padding: 0 0.5em 0 2.25rem;
  }
}
