@charset "UTF-8";
/*! destyle.css v4.0.1 | 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;
  min-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] {
  -webkit-text-decoration: underline dotted;
          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 */
  -moz-appearance: none;
       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;
}

/* 計算機能を使う記述 */
/* 1. pxをremに自動変換する関数 */
/* 2. スマホ用メディアクエリ */
/* スマホ用 (〜880px) */
/* ✨ 追加！タブレット・中間用 (〜980px) */
/* ============================================
   変数定義 (Variables)
   ============================================ */
/* フォント */
/* デフォルトの明朝 */
/* Google Fonts */
/* 英字フォント*/
/* 文字サイズ */
/* 行間 */
/* カラー設定 */
/* レイアウト設定 */
/* ============================================
   共通設定
   ============================================ */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333333;
  background-color: #FAFAFA;
  font-size: 1rem;
  line-height: 1.4;
  box-sizing: border-box;
}

img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
  height: auto;
}

.l-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 550px) {
  .l-inner {
    padding: 0 20px;
  }
}

/* セクション共通の余白 */
.l-section {
  padding: 120px 0;
  position: relative;
  /* ----------------------------------
  境界線のぼかし
     ---------------------------------- */
}
.l-section::before, .l-section::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 2;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 100% 101%;
}
.l-section::before {
  top: -1px;
  background: linear-gradient(to bottom, #FAFAFA, rgba(255, 255, 255, 0.568627451), transparent);
}
.l-section::after {
  bottom: -1px;
  background: linear-gradient(to top, #FAFAFA, rgba(255, 255, 255, 0.568627451), transparent);
}
.l-section .heading {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 40px;
  color: #4D3612;
}
@media screen and (max-width: 550px) {
  .l-section .heading {
    margin-bottom: 40px;
  }
}
.l-section .heading__subtitle {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  position: relative;
  display: inline-block;
  z-index: 10;
  /* 両脇の線（疑似要素） */
}
.l-section .heading__subtitle::before, .l-section .heading__subtitle::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 24px;
  height: 1px;
  background-color: #4D3612;
}
.l-section .heading__subtitle::before {
  right: 100%;
  margin-right: 8px;
}
.l-section .heading__subtitle::after {
  left: 100%;
  margin-left: 8px;
}
.l-section .heading__title {
  font-size: 2.5rem;
}
@media screen and (max-width: 550px) {
  .l-section .heading__title {
    font-size: clamp(1.5rem, 5vw, 2.5rem);
  }
}
@media screen and (max-width: 550px) {
  .l-section {
    padding: 72px 0;
  }
}

/* ============================================
   背景画像の基本設定
   ============================================ */
.section-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -10;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  will-change: transform;
}

/* ============================================
   ユーティリティクラス (Utility)
   ============================================ */
.u-font-shippori {
  font-family: "Shippori Mincho", serif;
}

.u-mark {
  background: linear-gradient(transparent 80%, #F9F7A6 80%);
}

/* ピンクテキスト */
.u-text-accent {
  color: #E96D6D;
}

/* ============================================
   fadeinアニメーション
   ============================================ */
.js-anim {
  opacity: 0;
  transition: opacity 2s ease, transform 2s cubic-bezier(0.25, 1, 0.5, 1);
}
.js-anim.is-active {
  opacity: 1;
  transform: translate(0, 0);
}

.u-fade-up {
  transform: translateY(60px);
}

/* ============================================
   ヘッダー (Header)
   ============================================ */
.header {
  width: 100%;
  background-color: #FAFAFA;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  color: #4D3612;
  /* ============================================
   ★追加：ハンバーガーメニュー (3本線)
   ============================================ */
}
.header__inner {
  height: 80px;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .header__inner {
    padding: 0 20px;
    height: 60px;
  }
}
.header__left {
  display: flex;
  align-items: center;
  gap: 32px;
}
.header__logo {
  font-size: 1.5rem;
}
.header__nav {
  font-size: 0.875rem;
}
@media screen and (max-width: 800px) {
  .header__nav {
    display: none;
  }
}
.header__nav ul {
  display: flex;
  gap: 16px;
}
.header__nav ul li a {
  transition: opacity 0.3s;
}
.header__nav ul li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 800px) {
  .header__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    z-index: 90;
  }
  .header__nav.is-active {
    opacity: 1;
    visibility: visible;
  }
  .header__nav ul {
    display: flex;
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }
  .header__nav ul li {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
  }
  .header__nav ul li a {
    font-size: 20px;
  }
  .header__nav.is-active ul li {
    opacity: 1;
    transform: translateY(0);
  }
  .header__nav.is-active ul li:nth-child(1) {
    transition-delay: 0.1s;
  }
  .header__nav.is-active ul li:nth-child(2) {
    transition-delay: 0.2s;
  }
  .header__nav.is-active ul li:nth-child(3) {
    transition-delay: 0.3s;
  }
  .header__nav.is-active ul li:nth-child(4) {
    transition-delay: 0.4s;
  }
}
.header__btn {
  color: #fff;
  padding: 8px 30px;
  border-radius: 50px;
  border: 3px solid #fff;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  /*ピンクグラデーション */
  color: #fff;
  padding: 8px 30px;
  border-radius: 50px;
  border: 3px solid #fff;
  background-color: #E96D6D;
  box-shadow: 0 4px 15px rgba(233, 109, 109, 0.4);
  animation: pulse-scale 2s ease-in-out infinite;
}
.header__btn:hover {
  opacity: 0.9;
}
@media screen and (max-width: 800px) {
  .header__btn {
    display: none;
  }
}
.header__hamburger {
  display: none;
}
@media screen and (max-width: 800px) {
  .header__hamburger {
    display: block;
    width: 30px;
    height: 20px;
    position: relative;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
  }
  .header__hamburger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #4D3612;
    transition: all 0.3s;
  }
  .header__hamburger span:nth-of-type(1) {
    top: 0;
  }
  .header__hamburger span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .header__hamburger span:nth-of-type(3) {
    bottom: 0;
  }
}
.header__hamburger.is-active span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.header__hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
}
.header__hamburger.is-active span:nth-of-type(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

/* ============================================
   ★追加：スマホ用 下部固定ボタン
   ============================================ */
.fixed-footer-btn {
  display: none;
}
@media screen and (max-width: 800px) {
  .fixed-footer-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 200;
    border-radius: 50px;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #E96D6D;
    color: #FAFAFA;
    font-size: 20px;
    padding: 8px 40px;
    border: #FAFAFA solid 3px;
    box-shadow: 0 4px 4px rgba(51, 51, 51, 0.3);
    animation: pulse-scale 2s ease-in-out infinite;
    box-shadow: 0 4px 15px rgba(233, 109, 109, 0.4);
  }
}

@keyframes pulse-scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
.header__hamburger {
  z-index: 100;
}

/* ============================================
   topページ
   ============================================ */
/* ============================================
   メインビジュアル (MV)
   ============================================ */
.mv {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  color: #4D3612;
  overflow: hidden;
  /* MVの背景エリア */
  /* MVの背景エリア */
  /* キラキラの設定 */
  /* --- 上昇アニメーション --- */
  /* --- 揺れアニメーション --- */
}
@media screen and (max-width: 800px) {
  .mv {
    min-height: auto;
  }
}
.mv__bg {
  height: 100%;
  -o-object-position: bottom;
     object-position: bottom;
}
.mv__bg img {
  height: 100%;
}
.mv__bg {
  /* ...ここはそのまま... */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.mv__bg .swiper {
  width: 100%;
  height: 100%;
}
.mv__bg .swiper-slide {
  overflow: hidden;
}
.mv__bg .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  transform: scale(1);
  transition: transform 8s linear;
}
.mv__bg .swiper-slide img :nth-child(4) {
  -o-object-position: center left;
     object-position: center left;
}
.mv__bg .swiper-slide .swiper-img-4 {
  -o-object-position: center;
     object-position: center;
}
.mv__bg .swiper-slide-active img, .mv__bg .swiper-slide-prev img, .mv__bg .swiper-slide-duplicate-active img {
  transform: scale(1.15);
}
.mv__sparkle-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}
.mv .sparkle {
  position: absolute;
  bottom: -200px;
  opacity: 0;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.1), rgba(255, 240, 100, 0.2) 30%, rgba(255, 120, 200, 0.2) 50%, rgba(100, 200, 255, 0.2) 70%, transparent 90%);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(255, 255, 255, 0.3), inset 0 0 10px rgba(255, 255, 255, 0.5), inset 10px 10px 20px rgba(255, 100, 200, 0.1), inset -10px -10px 20px rgba(100, 255, 200, 0.1);
  -webkit-backdrop-filter: blur(1.5px);
          backdrop-filter: blur(1.5px);
  filter: blur(1px);
  animation: rise linear forwards, sway ease-in-out infinite alternate;
  animation-duration: 10s;
}
.mv .sparkle::after {
  content: "";
  position: absolute;
  top: 15%;
  left: 20%;
  width: 25%;
  height: 12%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  transform: rotate(-45deg);
  filter: blur(1px);
}
@keyframes rise {
  0% {
    transform: translateY(0) scale(0.8);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: translateY(-130vh) scale(1.2);
    opacity: 0;
  }
}
@keyframes sway {
  0% {
    margin-left: -80px;
  }
  50% {
    margin-left: 80px;
  }
  100% {
    margin-left: -80px;
  }
}
.mv__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  padding: 100px 40px 40px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.6) 100%);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .mv__panel {
    top: 80%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    width: 70%;
    max-width: 300px;
    padding: 8px;
    height: auto;
  }
}
.mv .sub-copy {
  padding: 20px;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 1.5s ease forwards;
  animation-delay: 2s;
  display: block;
  width: 100%;
  background-color: #e6a5a5;
  color: #FAFAFA;
}
@media screen and (max-width: 800px) {
  .mv .sub-copy {
    font-size: 0.625rem;
    padding: 10px 0;
  }
}
.mv__title-area {
  writing-mode: vertical-rl;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 800px) {
  .mv__title-area {
    writing-mode: horizontal-tb;
    text-align: center;
  }
}
.mv__title {
  font-size: 1.75rem;
  line-height: 1.7;
  margin-bottom: 24px;
}
@media screen and (max-width: 800px) {
  .mv__title .fade-text-wrap {
    width: 100%;
  }
}
.mv__title .fade-text {
  display: block;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 1s ease forwards;
}
@media screen and (max-width: 800px) {
  .mv__title .fade-text {
    display: inline;
  }
}
.mv__title .fade-text:nth-child(2) {
  margin-top: 0px;
  animation-delay: 0.6s;
}
.mv__title .fade-text-wrap2 .fade-text:nth-child(1) {
  margin-top: 0px;
  animation-delay: 1.2s;
}
.mv__title .fade-text-wrap2 .fade-text:nth-child(2) {
  margin-top: 0px;
  animation-delay: 1.8s;
}
@media screen and (max-width: 800px) {
  .mv__title {
    font-size: clamp(0.75rem, 1.5vw, 1.5rem);
    margin-bottom: 4px;
  }
  .mv__title .fade-text:nth-child(2), .mv__title .fade-text:nth-child(3) {
    display: inline;
    animation-delay: 0.3s;
    margin: 0px;
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.mv__data {
  text-align: center;
  border-top: 1px solid rgba(203, 159, 111, 0.3215686275);
  padding-top: 32px;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .mv__data {
    padding-top: 4px;
  }
}
.mv__data-label {
  font-size: 1.125rem;
  margin-bottom: 0px;
  padding: 0 16px;
}
@media screen and (max-width: 800px) {
  .mv__data-label {
    font-size: 0.75rem;
  }
}
.mv__data-num {
  font-size: clamp(2.5rem, 5vw, 3rem);
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .mv__data-num {
    font-size: clamp(1.5rem, 5vw, 1.875rem);
  }
}
.mv__data-num .count-num-end {
  font-size: 1.5rem;
  margin-left: 4px;
  vertical-align: middle;
}
@media screen and (max-width: 800px) {
  .mv__data-num .count-num-end {
    font-size: 0.75rem;
  }
}
.mv__scrollbar-container {
  animation: circlemove1 5.5s ease-in-out;
}
.mv__scrollbar-text {
  display: inline-block;
  position: absolute;
  bottom: 0;
  padding: 10px 10px 110px;
  color: #FAFAFA;
  font-size: 14px;
  text-transform: uppercase;
  writing-mode: vertical-lr;
  left: 50%;
  transform: translateX(-50%);
}
.mv__scrollbar {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1px;
}
.mv__scrollbar::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100px;
  background: #FAFAFA;
}
.mv__scrollbar::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FAFAFA;
  animation: circlemove 3s ease-in-out infinite, cirlemovehide 3s ease-out infinite;
}
@media screen and (max-width: 800px) {
  .mv__scrollbar-text {
    writing-mode: horizontal-tb;
  }
}
@keyframes circlemove {
  0% {
    bottom: 95px;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes circlemove1 {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

/* ============================================
   コンセプト (Concept)
   ============================================ */
.concept {
  background-color: #FFF9F2;
  overflow: hidden;
}
.concept__body {
  position: relative;
  padding: 24px 0 100px;
}
@media screen and (max-width: 800px) {
  .concept__body {
    padding: 0;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 550px) {
  .concept__body {
    gap: 20px;
  }
}
.concept__text-box {
  width: 64%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  box-shadow: 0 4px 4px rgba(51, 51, 51, 0.3);
  padding: 56px 36px;
  opacity: 1;
  transform: none;
  transition: none;
  /* スマホの設定 */
}
@media screen and (max-width: 800px) {
  .concept__text-box {
    width: 100%;
    padding: 1.875rem;
    margin-top: -40px;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s ease, transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .concept__text-box.is-active {
    opacity: 1;
    transform: translateY(0);
  }
}
.concept__img-waste {
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  z-index: 1;
  opacity: 0;
  transform: translate(-50px, -50px);
  transition: opacity 1.2s ease, transform 3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.concept__img-waste img {
  aspect-ratio: 4/3;
  opacity: 0.9;
}
@media screen and (max-width: 800px) {
  .concept__img-waste {
    position: relative;
    top: 0;
    left: 50px;
    width: 40%;
  }
}
@media screen and (max-width: 550px) {
  .concept__img-waste {
    left: 40px;
  }
}
.concept__img-girl {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35%;
  z-index: 1;
  box-shadow: 0 4px 4px rgba(51, 51, 51, 0.3);
  opacity: 0;
  transform: translate(50px, 50px);
  transition: opacity 1.2s ease 0.2s, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}
.concept__img-girl img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.9;
}
@media screen and (max-width: 800px) {
  .concept__img-girl {
    position: relative;
    bottom: 80px;
    right: 50px;
    width: 50%;
    margin-left: auto;
    margin-top: -40px;
  }
  .concept__img-girl img {
    aspect-ratio: 4/3;
  }
}
@media screen and (max-width: 550px) {
  .concept__img-girl {
    bottom: 50px;
    right: 40px;
    width: 60%;
  }
}

/* ============================================
   循環システム (System)
   ============================================ */
.system {
  clip-path: inset(0);
  position: relative;
}
.system .heading__title {
  text-shadow: 1px 1px 2px white;
}
.system .section-bg {
  background-image: url(../images/cycle-bg.jpg);
  background-position: left;
}
@media screen and (max-width: 550px) {
  .system {
    padding-top: 3.75rem;
    padding-bottom: 9.375rem;
  }
}
.system__chart {
  max-width: 800px;
  margin: 0 auto;
}
.system__chart img {
  box-shadow: 0 4px 4px rgba(51, 51, 51, 0.3);
}

/* ============================================
   カウンター (Counter)
   ============================================ */
.counter {
  position: relative;
  z-index: 2;
  margin-top: -101px;
  padding-top: 250px;
  padding-bottom: 200px;
  color: #FAFAFA;
  text-align: center;
  clip-path: polygon(0 0, 50% 100px, 100% 0, 100% 100%, 0 100%);
}
.counter .section-bg {
  background-image: url(../images/counter-bg.jpg);
}
.counter__item {
  background-color: rgba(241, 207, 148, 0.7);
  padding: 80px;
  margin: 0 auto;
  max-width: 480px;
  outline: 2px solid #FAFAFA;
  outline-offset: -16px;
  box-shadow: 0 4px 4px rgba(51, 51, 51, 0.3);
}
.counter__label {
  font-size: clamp(1.125rem, 4vw, 1.75rem);
  border-bottom: 1px #FAFAFA solid;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.counter__number {
  text-shadow: 0 4px 4px rgba(51, 51, 51, 0.3);
}
.counter__num {
  font-weight: 500;
  font-size: clamp(4rem, 16vw, 5rem);
}
.counter__unit {
  font-size: 5rem;
  font-size: clamp(1.5rem, 10vw, 2.5rem);
}
@media screen and (max-width: 550px) {
  .counter {
    padding-top: 7.5rem;
    clip-path: polygon(0 0, 50% 60px, 100% 0, 100% 100%, 0 100%);
  }
  .counter__item {
    padding: 4rem 2.5rem;
  }
}

/* ============================================
   サービス (Service)
   ============================================ */
.service {
  margin-top: -1px;
  /* 縦書きラベル */
}
.service .section-bg {
  background-image: url(../images/Service-bg.jpg);
  z-index: -9;
}
.service__list {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
@media screen and (max-width: 800px) {
  .service__list {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}
.service__card {
  width: 33%;
}
.service__card:nth-of-type(2) {
  transition-delay: 0.4s;
}
.service__card:nth-of-type(3) {
  transition-delay: 0.8s;
}
@media screen and (max-width: 800px) {
  .service__card {
    width: 100%;
    max-width: 400px;
  }
  .service__card:nth-of-type(2), .service__card:nth-of-type(3) {
    transition-delay: 0s;
  }
}
.service__item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 4px solid #F37B87;
  background-color: #FAFAFA;
  border-radius: 0 70px 0 70px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}
.service__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.service__item:hover .service__img-box img {
  transform: scale(1.1);
}
.service__img-box {
  position: relative;
  overflow: hidden;
}
.service__img-box img {
  height: 220px;
  transition: transform 0.5s ease;
}
.service__label {
  position: absolute;
  top: 0;
  left: 8px;
  background: linear-gradient(#E77E7E 0%, #E77E7E 70%, rgba(231, 126, 126, 0) 100%);
  color: #FAFAFA;
  padding: 10px;
  height: 100%;
  writing-mode: vertical-rl;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  font-family: "Shippori Mincho", serif;
}
.service__label-next {
  padding-top: 80px;
}
.service__body {
  padding: 1.5rem 2rem;
  border-top: solid #E77E7E 4px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.service__ul {
  padding: 8px 0;
}
.service__ul li {
  width: -moz-fit-content;
  width: fit-content;
}
.service__wrap {
  text-align: end;
  padding-top: 16px;
  margin-top: auto;
}
.service__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #333;
}
.service__link::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #E96D6D;
  border-right: 2px solid #E96D6D;
  transform: rotate(45deg);
  margin-bottom: -1px;
  transition: transform 0.3s;
}

.u-marker {
  color: #ED813E;
}

/* ============================================
   導入効果＆お客様の声 (Voice)
   ============================================ */
.voice {
  position: relative;
  overflow: hidden;
  clip-path: inset(0);
  /* ============================================
  Swiper レイアウト調整
  ============================================ */
  /* ----------------------------------
  矢印ボタン（位置修正）
  ---------------------------------- */
}
.voice .section-bg {
  background-image: url(../images/Voice-bg.jpg);
}
.voice__header-bg {
  background-image: url(../images/Voice-heading.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 90%;
  max-width: 560px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(51, 51, 51, 0.3);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.voice__header-title {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  white-space: nowrap;
  width: 100%;
  padding-top: 80px;
  z-index: 3;
}
@media screen and (max-width: 800px) {
  .voice__header-title {
    padding-top: 40px;
  }
}
.voice__l-inner {
  margin-top: 240px;
}
.voice__swiper-wrapper {
  padding-top: 40px;
}
.voice__slide {
  background-image: linear-gradient(rgba(255, 255, 255, 0.3) 0%, rgba(255, 135, 137, 0.3) 70%, rgba(255, 67, 89, 0.3) 100%);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 8px solid #FF99A6;
  padding: 40px;
  position: relative;
}
@media screen and (max-width: 550px) {
  .voice__slide {
    padding: 40px 10px;
  }
}
.voice__tab {
  position: absolute;
  top: -30px;
  left: 16px;
  background-color: #FF99A6;
  color: #FAFAFA;
  padding: 8px 24px;
  border-radius: 50px;
  font-family: "Antic Didone", serif;
  z-index: 400;
}
@media screen and (max-width: 550px) {
  .voice__tab {
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.875rem;
  }
}
.voice__number {
  font-size: 1.5rem;
}
.voice__arrow {
  width: 0;
  height: 0;
  margin: 16px auto;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 16px solid #FAFAFA;
}
.voice__card-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 800px) {
  .voice__card-inner {
    flex-direction: column-reverse;
    gap: 1.875rem;
  }
}
.voice__content {
  flex: 1;
  border-right: solid #FAFAFA 1px;
  padding-right: 24px;
}
@media screen and (max-width: 800px) {
  .voice__content {
    border: none;
    padding: 0;
  }
}
.voice__problem {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  line-height: 1.7;
  text-align: center;
}
.voice__solution {
  background-color: #FAFAFA;
  border-radius: 10px;
  padding: 16px;
  text-align: left;
}
.voice__review {
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: #FAFAFA;
  padding: 8px;
  justify-content: center;
  border-radius: 10px;
}
.voice__icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #F1CF94;
  flex-shrink: 0;
}
.voice__comment {
  line-height: 1.4;
}
.voice__image {
  width: 30%;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}
.voice__image img {
  height: 100%;
}
@media screen and (max-width: 800px) {
  .voice__image {
    width: 100%;
    height: auto;
    max-width: 250px;
  }
}
.voice .swiper-pagination {
  bottom: 0;
  left: 0;
  width: 100%;
}
.voice .voice__swiper-wrapper {
  margin-bottom: 40px;
  align-items: stretch;
}
.voice__slider-area {
  position: relative;
  padding: 0 20px;
}
@media screen and (max-width: 550px) {
  .voice__slider-area {
    padding: 0px;
  }
}
.voice .swiper-button-prev,
.voice .swiper-button-next {
  width: 82px;
  height: 82px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.voice .swiper-button-prev::after,
.voice .swiper-button-next::after {
  content: "";
  border-left: 3px solid #e23232;
  border-bottom: 3px solid #e23232;
  width: 40px;
  height: 40px;
  top: 10px;
}
.voice .swiper-button-prev {
  left: -30px;
}
@media screen and (max-width: 550px) {
  .voice .swiper-button-prev {
    left: -45px;
  }
}
.voice .swiper-button-prev::after {
  transform: rotate(45deg) skew(15deg, 15deg);
}
@media screen and (max-width: 550px) {
  .voice .swiper-button-prev::after {
    transform: rotate(45deg) skew(25deg, 25deg);
  }
}
.voice .swiper-button-next {
  right: -45px;
}
.voice .swiper-button-next::after {
  transform: rotate(-135deg) skew(15deg, 15deg);
}
@media screen and (max-width: 550px) {
  .voice .swiper-button-next::after {
    transform: rotate(-135deg) skew(25deg, 25deg);
  }
}
.voice .swiper-pagination-bullet {
  background-color: #E77E7E;
}
.voice .swiper-slide {
  height: auto;
}

/* ============================================
   代表メッセージ (Message)
   ============================================ */
.message {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  clip-path: inset(0);
}
.message .section-bg {
  background-image: url(../images/message-bg.jpg);
}
.message__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3.75rem;
  background-color: rgba(255, 249, 241, 0.8);
  padding: 40px;
  border-radius: 0px 50px 0px 50px;
  box-shadow: 0 4px 4px rgba(51, 51, 51, 0.3);
  outline: 2px solid #ceb9a0;
  outline-offset: -8px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .message__wrapper {
    flex-direction: column-reverse;
    gap: 2.5rem;
  }
}
.message__content {
  flex: 1;
}
@media screen and (max-width: 550px) {
  .message__content {
    width: 100%;
  }
}
.message__text p {
  margin-bottom: 16px;
}
.message__image-area {
  width: 220px;
  position: relative;
}
@media screen and (max-width: 550px) {
  .message__image-area {
    width: 180px;
  }
}
.message__image {
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #E77E7E;
}
.message__name-box {
  text-align: right;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  position: absolute;
  top: 8px;
  right: 8px;
}
@media screen and (max-width: 550px) {
  .message__name-box {
    right: 4px;
  }
}
.message__name {
  font-size: 0.875rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 550px) {
  .message__name {
    font-size: 0.75rem;
  }
}

/* ============================================
   よくある質問 (Q&A)
   ============================================ */
.qa {
  clip-path: inset(0);
}
.qa .section-bg {
  background-image: url(../images/qa-bg.jpg);
}
.qa__container {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.qa__item {
  background-color: #FAFAFA;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.qa__head:hover {
  background-color: #fafafa;
  border-radius: 8px;
}
.qa__head.is-open .qa__icon {
  transform: rotate(180deg);
}
.qa .qa__trigger {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s;
  width: 100%;
  padding: 16px;
}
.qa__number {
  color: #E96D6D;
  font-family: "Antic Didone", serif;
  font-size: 1.125rem;
  font-weight: bold;
  margin-right: 16px;
}
.qa__question {
  font-weight: bold;
  flex: 1;
}
.qa__icon {
  width: 24px;
  height: 24px;
  position: relative;
  transition: transform 0.3s;
}
.qa__icon::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #E96D6D;
  border-bottom: 2px solid #E96D6D;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%) rotate(45deg);
}
.qa__body {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 0.4s ease, opacity 0.4s ease;
}
.qa__body-inner {
  padding: 16px;
  border-top: 1px solid #eee;
}
.qa__answer {
  font-size: 0.875rem;
  line-height: 1.8;
}

/* ============================================
   お問合せフォーム
   ============================================ */
.contact-header {
  margin-top: 120px;
}

.contact {
  background: #FCEFED;
}
.contact__container {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.contact__group {
  margin-bottom: 16px;
}
.contact__required {
  background-color: #E96D6D;
  color: #FAFAFA;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 5px;
  vertical-align: middle;
}
.contact input[type=text],
.contact input[type=email],
.contact input[type=tel],
.contact textarea {
  width: 100%;
  padding: 12px;
  background-color: #FAFAFA;
}
.contact input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #FAFAFA inset;
  -webkit-text-fill-color: #333333;
}
.contact .calendar-contennt {
  width: 100%;
}
.contact .contact__btn {
  text-align: center;
}
.contact button[type=submit] {
  padding: 15px 24px;
  background-color: #E96D6D;
  color: #FAFAFA;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: opacity 0.3s;
}
.contact button[type=submit]:hover {
  opacity: 0.8;
}
.contact .contact-privacy {
  text-align: end;
  margin-top: 16px;
}
.contact .contact-privacy a {
  font-size: 0.75rem;
  color: #8f8989;
  border-bottom: 1px solid #8f8989;
}
.contact .contact-privacy a:hover {
  opacity: 0.7;
}

/* エラーメッセージの文字色 */
.error-message {
  color: #ff0000;
  font-size: 13px;
  margin-top: 5px;
  font-weight: bold;
  min-height: 20px;
}

/* ============================================
   フッター (Footer)
   ============================================ */
.footer {
  padding: 120px 0 40px;
  color: #4D3612;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  background-color: #fffefd;
  /* --- 会社概要エリア --- */
}
@media screen and (max-width: 800px) {
  .footer {
    padding-bottom: 80px;
  }
}
.footer .company {
  border: 1px solid #D0CBC8;
  padding: 1rem;
  margin: 0 auto 5rem;
  text-align: center;
}
.footer .company__header {
  margin: 12px 0 24px;
}
.footer .company .custom-video {
  width: 250px;
  height: 250px;
}
.footer .company__list {
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.footer .company__row {
  display: flex;
  margin-bottom: 8px;
}
.footer .company__row dt {
  width: 64px;
  flex-shrink: 0;
}
.footer .company__row dd a {
  text-decoration: underline;
  transition: opacity 0.3s;
}
.footer .company__row dd a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 550px) {
  .footer .company__list {
    width: 100%;
  }
  .footer .company__row {
    display: block;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #D0CBC8;
  }
  .footer .company__row:last-child {
    border-bottom: none;
  }
  .footer .company__row dt {
    width: 100%;
  }
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 550px) {
  .footer__bottom {
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
  }
}
.footer__sns img {
  width: 60px;
  height: auto;
  transition: opacity 0.3s;
}
.footer__sns img:hover {
  opacity: 0.7;
}
.footer__links {
  text-align: right;
  font-size: 0.75rem;
  color: #666;
}
@media screen and (max-width: 550px) {
  .footer__links {
    text-align: center;
    width: 100%;
  }
}
.footer__nav {
  display: flex;
  gap: 1.25rem;
  justify-content: flex-end;
  margin-bottom: 0.625rem;
}
.footer__nav a {
  color: #666;
  transition: opacity 0.3s;
}
.footer__nav a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 550px) {
  .footer__nav {
    justify-content: center;
  }
}
.footer__copyright {
  display: block;
  font-family: "Antic Didone", serif;
  letter-spacing: 0.05em;
}

.u-sp-only {
  display: none;
}
@media screen and (max-width: 550px) {
  .u-sp-only {
    display: block;
  }
}

/* ============================================
   下層ページ共通クラス
   ============================================ */
.child-page .heading {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 80px;
  color: #4D3612;
}
@media screen and (max-width: 550px) {
  .child-page .heading {
    margin-bottom: 40px;
  }
}
.child-page .heading__subtitle {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  position: relative;
  display: inline-block;
  z-index: 10;
  /* 両脇の線（疑似要素） */
}
.child-page .heading__subtitle::before, .child-page .heading__subtitle::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 24px;
  height: 1px;
  background-color: #4D3612;
}
.child-page .heading__subtitle::before {
  right: 100%;
  margin-right: 8px;
}
.child-page .heading__subtitle::after {
  left: 100%;
  margin-left: 8px;
}
.child-page .heading__title {
  font-size: 2.5rem;
}
@media screen and (max-width: 550px) {
  .child-page .heading__title {
    font-size: clamp(1.5rem, 5vw, 2.5rem);
  }
}
@media screen and (max-width: 550px) {
  .child-page {
    padding: 72px 0;
  }
}
.child-page .footer {
  padding: 40px 0 24px;
  background-color: #FAFAFA;
  margin-bottom: 24px;
}
@media screen and (max-width: 800px) {
  .child-page .footer {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 550px) {
  .child-page .footer {
    padding-bottom: 0;
  }
}

/* ============================================
   サンクスページ (Thanks)
   ============================================ */
.thanks {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fafafa;
  text-align: center;
  padding: 100px 0;
}
.thanks__container {
  max-width: 600px;
  margin: 0 auto;
}
.thanks__icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 40px;
  border-radius: 50%;
  background-color: rgba(233, 109, 109, 0.1);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /* 中心のチェックマークや丸 */
}
.thanks__icon span {
  display: block;
  width: 12px;
  height: 24px;
  border-bottom: 3px solid #E96D6D;
  border-right: 3px solid #E96D6D;
  transform: rotate(45deg) translate(-2px, -2px);
}
.thanks__title {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 2rem;
  font-weight: 500;
  color: #5d4037;
  margin-bottom: 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 550px) {
  .thanks__title {
    font-size: 1.5rem;
  }
}
.thanks__lead {
  font-size: 1.125rem;
  color: #E96D6D;
  /* ピンクで強調 */
  font-weight: bold;
  margin-bottom: 40px;
}
.thanks__body {
  line-height: 1.8;
  color: #666;
  margin-bottom: 3.75rem;
  text-align: left;
  display: inline-block;
}
.thanks__body p {
  margin-bottom: 24px;
}
.thanks__body p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 550px) {
  .thanks__body {
    font-size: 0.875rem;
    text-align: left;
  }
}
.thanks__btn {
  display: inline-block;
  padding: 1rem 3.75rem;
  background-color: #5d4037;
  color: #FAFAFA;
  border-radius: 50px;
  transition: opacity 0.3s, transform 0.3s;
  letter-spacing: 0.1em;
}
.thanks__btn:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}

/* ============================================
   プライバシーポリシー (Privacy)
   ============================================ */
.privacy {
  background-color: #FAFAFA;
  padding: 100px 0 0px;
  /* 各セクションの塊 */
}
@media screen and (max-width: 550px) {
  .privacy {
    padding-top: 40px;
  }
}
.privacy__container {
  max-width: 800px;
  margin: 0 auto 0px;
  border-radius: 4px;
}
@media screen and (max-width: 550px) {
  .privacy__container {
    border: none;
  }
}
.privacy__lead {
  margin-bottom: 40px;
  line-height: 2;
}
.privacy__item {
  margin-bottom: 40px;
}
.privacy__item:last-child {
  margin-bottom: 0;
}
.privacy__sub-title {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 1.25rem;
  font-weight: bold;
  color: #5d4037;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 550px) {
  .privacy__sub-title {
    font-size: 1.125rem;
  }
}
.privacy__text {
  line-height: 1.8;
  color: #333333;
  margin-bottom: 16px;
  text-align: justify;
}
.privacy__list {
  background-color: #f9f9f9;
  padding: 20px 30px;
  border-radius: 4px;
}
.privacy__list li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 8px;
}
.privacy__list li:last-child {
  margin-bottom: 0;
}
.privacy__list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #333333;
  font-weight: bold;
}
.privacy__btn-wrap {
  text-align: center;
  margin-top: 40px;
}
.privacy__btn {
  display: inline-block;
  padding: 14px 50px;
  border: 1px solid #5d4037;
  color: #5d4037;
  text-decoration: none;
  transition: all 0.3s;
}
.privacy__btn:hover {
  background-color: #5d4037;
  color: #FAFAFA;
}

/* ============================================
   利用規約 (Terms)
   ============================================ */
.terms {
  background-color: #FAFAFA;
  padding: 100px 0 24px;
}
@media screen and (max-width: 550px) {
  .terms {
    padding: 0px;
  }
}
.terms__container {
  max-width: 800px;
  margin: 0 auto 60px;
  padding: 60px;
  border: 1px solid #eee;
  border-radius: 4px;
}
@media screen and (max-width: 550px) {
  .terms__container {
    padding: 0px 20px;
    border: none;
  }
}
.terms__block {
  margin-bottom: 60px;
}
.terms__block:last-child {
  margin-bottom: 0;
}
.terms__main-title {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 1.5rem;
  color: #5d4037;
  background-color: #fafafa;
  padding: 16px 20px;
  margin-bottom: 30px;
  border-left: 4px solid #E96D6D;
}
@media screen and (max-width: 550px) {
  .terms__main-title {
    font-size: 1.25rem;
    padding: 12px 16px;
  }
}
.terms__item {
  margin-bottom: 30px;
}
.terms__item:last-child {
  margin-bottom: 0;
}
.terms__sub-title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #ddd;
}
@media screen and (max-width: 550px) {
  .terms__sub-title {
    font-size: 1rem;
  }
}
.terms__text {
  line-height: 1.8;
  color: #444;
  text-align: justify;
}
.terms__divider {
  border: none;
  border-top: 1px solid #eee;
  margin: 60px 0;
  display: block;
}
.terms__btn-wrap {
  text-align: center;
  margin-top: 40px;
}
.terms__btn {
  display: inline-block;
  padding: 14px 50px;
  border: 1px solid #5d4037;
  color: #5d4037;
  text-decoration: none;
  transition: all 0.3s;
}
.terms__btn:hover {
  background-color: #5d4037;
  color: #FAFAFA;
}

.reservation__calendar iframe {
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .reservation__calendar iframe {
    max-width: 600px;
    margin: 0 auto;
    display: block;
  }
}/*# sourceMappingURL=style.css.map */