body {
    overflow-x: hidden;
  }


/* ==================================================
   HERO KV
================================================== */

.hero-kv {
  position: relative;

  width: 100%;
  max-width: 650px;
	min-width: 550px;

  margin: 0 auto;

  aspect-ratio: 607.1 / 597.23;
	
	  /* 左側へ50px重ねる */
  margin-left: -70px;

  /* テキストより後ろ */
  z-index: 1;
}


/* ==================================================
   SVG
================================================== */

.hero-kv__visual {
  position: absolute;
  inset: 0;

  z-index: 1;
}


.hero-kv__svg {
  display: block;

  width: 100%;
  height: 100%;

  overflow: visible;
}


/* ==================================================
   MASK
================================================== */

.hero-kv__mask-path {
  transform-box: fill-box;
  transform-origin: center;

  animation: heroMaskRotate 10s linear infinite;
}


/* ==================================================
   PHOTO
================================================== */

.hero-kv__svg-photo {
  /* 写真自体にはアニメーションをかけない */
}


/* ==================================================
   MASK ANIMATION
================================================== */

@keyframes heroMaskRotate {

  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }

}


/* ==================================================
   STEAM
================================================== */

.hero-kv__steam {
  position: absolute;

  width: 120%;
  height: 120%;

top: -35%;
    left: -5%;

  object-fit: contain;

  z-index: 2;
  pointer-events: none;

  animation: heroSteamPuff 5s ease-in-out infinite;
}


/* ==================================================
   STEAM ANIMATION
================================================== */

@keyframes heroSteamPuff {

  0% {
    opacity: 0;
    transform: scale(.94) translateY(4px);
  }

  18% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }

  38% {
    opacity: 0;
    transform: scale(1.03) translateY(-6px);
  }

  100% {
    opacity: 0;
    transform: scale(1.03) translateY(-6px);
  }

}


/* ==================================================
   REDUCED MOTION
================================================== */

@media (prefers-reduced-motion: reduce) {

  .hero-kv__mask-path,
  .hero-kv__steam {
    animation: none;
  }

}

@media (min-width: 769px) {

  /* 左側テキストエリア */
  [data-dc-tpl="10"] {
    position: relative;
    z-index: 10;

    /* Gridアイテムからのはみ出しを許可 */
    min-width: 0;
    overflow: visible;
  }

  /* 見出し */
  [data-dc-tpl="14"] {
    position: relative;
    z-index: 20;

    /* 親の幅を超えて表示 */
    width: max-content;
    max-width: none !important;

    /* 絶対に改行しない */
    white-space: nowrap;

    overflow: visible;
  }

  /* 写真 */
  .hero-kv {
    position: relative;
    z-index: 1;
  }

  .hero-kv__visual {
    z-index: 1;
  }

  /* 蒸気もタイトルより後ろにする場合 */
  .hero-kv__steam {
    z-index: 2;
  }
}


/* ==================================================
   MOVED FROM <style> IN index2.html
================================================== */
html { scroll-behavior: smooth; scroll-padding-top: 0px; }
  body {
	  font-family: ten-mincho-text, serif;
font-weight: 400;
font-style: normal;
	  line-height: 1.9;  }
  h1, h2, h3, h4, h5, h6 { 
	  font-family: ten-mincho-text, serif;
	  -webkit-text-stroke: 0.15px currentColor;
	  font-style: normal;
	  -webkit-text-stroke: 0.15px currentColor;
	  letter-spacing: 0.03em; 
	  line-height: 1.55; }
  a { text-decoration: none; }
  a:hover { color:#fff; }
  @keyframes kakiFloat { from { transform: translateY(0); } to { transform: translateY(-10px); } }

  @keyframes heroSteamPuff {
    0%   { opacity: 0; transform: scale(0.94) translateY(4px); }
    18%  { opacity: 1; transform: scale(1) translateY(0); }
    38%  { opacity: 0; transform: scale(1.03) translateY(-6px); }
    100% { opacity: 0; }
  }
  @media (min-width: 900px) { nav[data-mainnav] { display: flex !important; } }
  @media (max-width: 899px) { .header-line-btn { display: none !important; } }
  .washed { filter: none; }


/* ==================================================
   MOVED FROM INLINE STYLES IN index2.html
================================================== */
.lp-style-001 {
  width:100%;
  overflow-x:hidden;
  color:var(--color-text);
  background-color:var(--color-bg);

}

.hero-bg {
	  background-color:var(--color-bg);
  background-image: url("img/page_bg.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}


.lp-style-002 {
  position:relative;
  padding:clamp(28px,7vw,93px) clamp(16px,4vw,36px) clamp(40px,8vw,70px);



}
.lp-style-003 {
  max-width:1280px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  gap:0;
  align-items:center;
  padding-left: 70px;
}
.lp-style-004 {
  margin-bottom:35px;
	max-width: 30em;
	text-align: center;
}
.lp-style-005 {
  display:inline-block;
}
.lp-style-006 {
  width:300px;
  height:auto;
  display:block;
}
.lp-style-007 {
  margin:0;
  font-size:clamp(28px,5.4vw,62px);
  line-height:1.45;
  position: relative;
  z-index: 10;
}
.lp-style-008 {
  margin:24px 0 0;
  font-size:clamp(16px,1.6vw,17px);
  line-height:2.1;
  color:var(--color-neutral-800);
  max-width:30em;
  position: relative;
  z-index: 10;
}
.lp-style-009 {
position: fixed;

  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);

  /* 1行にする */
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;

  width: max-content;
  max-width: calc(100vw - 60px);

  gap: clamp(16px, 2.4vw, 28px);

  background: #fff;
  border-radius: 999px;

  padding: 14px clamp(18px, 2.4vw, 28px);

  z-index: 1000;

  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.lp-style-010 {
display: flex;
  flex-wrap: nowrap;
  align-items: center;

  gap: clamp(12px, 1.8vw, 24px);

  white-space: nowrap;
}
.lp-style-011 {
  color:var(--color-neutral-800);
}
.lp-style-012 {
  border-radius:999px;
  padding:12px 22px;
  min-height:44px;
  font-family:ten-mincho-text,serif;
  font-weight:700;
  font-size:14px;
  background:var(--color-neutral-800);
  color:#fff;
	  flex-shrink: 0;
  white-space: nowrap;
}
.lp-style-013 {

  border-radius:var(--radius-lg) var(--radius-lg) 0 0;
}
.lp-style-014 {
  max-width:1180px;
  margin:0 auto;
  padding:clamp(80px,8vw,80px) clamp(16px,4vw,36px);
}
.lp-style-015 {
	text-align:center;
  margin:0 0 20px;
  font-size:clamp(24px,3.2vw,34px);
  line-height:1.5;
}
.lp-style-016 {
	text-align:center;
  margin:0 auto;
  font-size:16px;
  line-height:2.15;
  color:var(--color-neutral-800);
}
.lp-style-017 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
  gap:clamp(16px,2.4vw,28px);
  margin-top:clamp(32px,4vw,52px);
}
.lp-style-018 {
  background: rgba(255, 255, 255, 0.4);
  border-radius:var(--radius-lg);
  padding:clamp(22px,2.6vw,30px);
}
.lp-style-019 {
  width:128px;
  height:128px;
  border-radius:999px;
  overflow:hidden;
	margin: 0 auto;
  margin-bottom:16px;
  background:var(--color-accent-200);
}
.lp-style-020 {
  width:100%;
  height:100%;
  object-fit:cover;
}
.lp-style-021 {
  margin:0 0 8px;
  font-size:20px;
	text-align: center;
	-webkit-text-stroke: 0.3px currentColor;
	    color: var(--color-neutral-800);
}
.lp-style-022 {
  margin:0;
  font-size:16px;
  line-height:1.5;
  color:var(--color-neutral-800);
}
.lp-style-023 {
  width:128px;
  height:128px;
  border-radius:999px;
  overflow:hidden;
	margin: 0 auto;
  margin-bottom:16px;
  background:var(--color-accent-2-200);
}
.lp-style-024 {
  width:128px;
  height:128px;
  border-radius:999px;
  overflow:hidden;
	margin: 0 auto;
  margin-bottom:16px;
  background:var(--color-neutral-300);
}
.lp-style-025 {
  background:var(--color-surface);
}
.lp-style-026 {
  max-width:1180px;
  margin:0 auto;
  padding:clamp(20px,6vw,80px) clamp(16px,4vw,36px) clamp(52px,8vw,100px);
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  gap:clamp(28px,4vw,60px);
  align-items:center;
}
.lp-style-027 {
  position:relative;
  aspect-ratio:1;

}
.lp-style-028 {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}
.lp-style-029 {
  font-family:'JetBrains Mono',monospace;
  font-size:11px;
  letter-spacing:0.3em;
  color:var(--color-accent-800);
  margin-bottom:16px;
	text-align: center;
}
.lp-style-030 {
  margin:0 0 20px;
  font-size:clamp(24px,3vw,36px);
  line-height:1.5;
}
.lp-style-031 {
  margin:0 0 24px;
  font-size:17px;
  line-height:2.1;
  color:var(--color-neutral-800);
}
.lp-style-032 {
  display:grid;
  gap:14px;
}
.lp-style-033 {
  display:flex;
  gap:16px;
  align-items:flex-start;
}
.lp-style-034 {
  width:8px;
  height:8px;
  border-radius:999px;
  background:var(--color-accent-500);
  flex:none;
  margin-top:13px;
}
.lp-style-035 {
  font-size:16px;
  line-height:1.95;
  color:var(--color-neutral-800);
}
.lp-style-036 {
  max-width:1180px;
  margin:0 auto;
  padding:0 clamp(16px,4vw,36px) clamp(52px,8vw,100px);
  display:grid;
  gap:clamp(36px,5vw,64px);
}
.lp-style-037 {
  font-size:16px;
  color:var(--color-neutral-800);
  margin-bottom:6px;
}
.lp-style-038 {
  margin:0 0 20px;
  font-size: clamp(24px, 3.2vw, 34px);
}
.lp-style-039 {
  margin:0 auto;
  font-size:16px;
  line-height:2.1;
  color:var(--color-neutral-800);
	text-align: center;

}
.lp-style-040 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  gap:clamp(14px,2vw,22px);
  margin-bottom:clamp(20px,2.6vw,32px);
}
.lp-style-041 {
  position:relative;
  aspect-ratio:1;
  border-radius:var(--radius-lg);
  overflow:hidden;
  background:var(--color-neutral-200);
}
.lp-style-042 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:clamp(20px,3vw,40px);
}
.lp-style-043 {
  margin:0 0 10px;
  font-size:18px;
}
.lp-style-044 {
  margin:0;
  font-size:16px;
  line-height:2.05;
  color:var(--color-neutral-800);
}
.lp-style-045 {
  max-width:1180px;
  margin:0 auto;
  padding:clamp(56px,8vw,110px) clamp(16px,4vw,36px);
}
.lp-style-046 {
  font-family:'JetBrains Mono',monospace;
  font-size:11px;
  letter-spacing:0.3em;
  color:var(--color-accent-2-700);
  margin-bottom:16px;
	text-align: center;
}
.lp-style-047 {
  margin:0 0 20px;
  font-size:clamp(24px,3vw,32px);
	text-align: center;
}
.lp-style-048 {
  margin:0 auto;
  font-size:18px;
  line-height:2.1;
  color:var(--color-neutral-800);
	text-align: center;
}
.lp-style-049 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:clamp(18px,2.4vw,28px);
	margin-top: 50px;
}
.lp-style-050 {
  background:var(--color-surface);
  border-radius:var(--radius-lg);
  padding:clamp(20px,2.4vw,26px);
}
.lp-style-051 {
  position:relative;
  aspect-ratio:3/2;
  border-radius:var(--radius-md);
  overflow:hidden;
  margin-bottom:20px;
}
.lp-style-052 {
  background-color:#0C522E;
  color:var(--color-neutral-100);
}
.lp-style-053 {
  font-family:'JetBrains Mono',monospace;
  font-size:11px;
  letter-spacing:0.3em;
  color:var(--color-accent-2-300);
  margin-bottom:16px;
	text-align: center;
}
.lp-style-054 {
  margin:0 0 clamp(28px,4vw,48px);
  font-size:clamp(21px,3vw,32px);
  color:var(--color-neutral-100);
	text-align: center;
}
.lp-style-055 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(210px,1fr));
  gap:clamp(20px,2.6vw,32px);
}
.lp-style-056 {
  aspect-ratio:1;
  border-radius:var(--radius-md);
  overflow:hidden;
  margin-bottom:14px;
}
.lp-style-057 {
  font-family:'JetBrains Mono',monospace;
  font-size:20px;
  color:var(--color-accent-2-300);
  margin-bottom:10px;
}
.lp-style-058 {
  margin:0 0 10px;
  font-size:19px;
  color:var(--color-neutral-100);
}
.lp-style-059 {
  margin:0;
  font-size:16px;
  line-height:1.5;
  color:var(--color-accent-2-200);
}
.lp-style-060 {
  margin:clamp(28px,3vw,40px) 0 0;
  font-size:12px;
  color:var(--color-accent-2-300);
}
.lp-style-061 {

  margin-bottom:clamp(28px,4vw,48px);
}
.lp-style-062 {
  margin:0;
  font-size:clamp(21px,3vw,32px);
	text-align: center;
	margin-bottom: 15px;
}
.lp-style-063 {
  margin:0;
  font-size:16px;
  color:var(--color-neutral-800);
  text-align: center;
}
.lp-style-064 {
  margin:0 0 20px;
  font-size:24px;
}
.lp-style-065 {
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(230px,1fr));
  gap:clamp(18px,2.2vw,26px);
}
.lp-style-066 {
  display:flex;
  flex-direction:column;
  background:var(--color-surface);
  border-radius:var(--radius-lg);
  padding:clamp(16px,1.8vw,20px);
  color:var(--color-text);
}
.lp-style-067 {
  position:relative;
  aspect-ratio:1;
  border-radius:var(--radius-md);
  overflow:hidden;
  margin-bottom:16px;
}
.lp-style-068 {
  margin:0 0 10px;
  font-size:16px;
  line-height:1.65;
}
.lp-style-069 {
  margin-top:auto;
  font-weight:400;
  font-size:17px;
  color:var(--color-accent-800);
}
.lp-style-070 {
  margin:clamp(40px,5vw,64px) 0 20px;
  font-size:24px;
}
.lp-style-071 {
  margin:0 0 4px;
  font-size:18px;

}
.lp-style-072 {
  margin:0 0 24px;
  font-size:16px;
  line-height:2;
  color:var(--color-neutral-800);
}
.lp-style-073 {
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(230px,1fr));
  gap:clamp(14px,1.8vw,20px);
}
.lp-style-074 {
  text-align:center;
}
.lp-style-075 {
  aspect-ratio:1;
  border-radius:var(--radius-md);
  overflow:hidden;
  margin-bottom:10px;
}
.lp-style-076 {
  margin:0;
  font-size:16px;
  line-height:1.7;
  color:var(--color-neutral-800);
}
.lp-style-077 {
  margin:0;
  font-size:16px;
  color:var(--color-neutral-800);
}
.lp-style-078 {
  margin-top:clamp(24px,3vw,32px);
  background:var(--color-bg);
  border-radius:var(--radius-lg);
  padding:clamp(18px,2vw,24px);
  max-width:32em;
}
.lp-style-079 {
  font-size:16px;

  margin-bottom:8px;
  color:var(--color-neutral-800);
}
.lp-style-080 {
  margin:0 0 6px;
  font-size:16px;
  color:var(--color-neutral-800);
}
.lp-style-081 {
  margin:0 0 8px;
  padding-left:1.2em;
  font-size:18px;
  line-height:1.9;
  color:var(--color-neutral-800);
}
.lp-style-082 {
  margin:0;
  font-size:16px;
  color:var(--color-neutral-800);
}
.lp-style-083 {
  margin:clamp(48px,6vw,72px) 0 8px;
  font-size:18px;
  color:var(--color-neutral-800);
}
.lp-style-084 {
  margin:0 0 20px;
  font-size:16px;
  color:var(--color-neutral-800);
}
.lp-style-085 {
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(230px,1fr));
  gap:clamp(14px,1.8vw,20px);
  margin-bottom:clamp(24px,3vw,32px);
}
.lp-style-086 {

}
.lp-style-087 {
  margin:0 0 12px;
  font-size:clamp(24px,3vw,32px);
	text-align: center;
}
.lp-style-088 {
  margin:0 0 clamp(32px,4vw,52px);
  font-size:16px;
  line-height:2.05;
  color:var(--color-neutral-800);
  text-align: center;
}
.lp-style-089 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:clamp(18px,2.4vw,28px);
  margin-bottom:clamp(44px,6vw,80px);
}
.lp-style-090 {
  background: rgba(255, 255, 255, 0.4);
  border-radius:var(--radius-lg);
  padding:clamp(22px,2.4vw,30px);
}
.lp-style-091 {
  margin:0 0 16px;
  font-size:18px;
}
.lp-style-092 {
  display:grid;
  gap:10px;
}
.lp-style-093 {
  display:flex;
  gap:10px;
  align-items:flex-start;
  font-size:16px;
  line-height:1.9;
  color:var(--color-neutral-800);
}
.lp-style-094 {
  width:6px;
  height:6px;
  border-radius:999px;
  background:var(--color-accent-400);
  flex:none;
  margin-top:14px;
}
.lp-style-095 {
  width:6px;
  height:6px;
  border-radius:999px;
  background:var(--color-accent-2-700);
  flex:none;
  margin-top:14px;
}
.lp-style-096 {
  font-family:'JetBrains Mono',monospace;
  font-size:11px;
  letter-spacing:0.3em;
  color:var(--color-accent-800);
  margin-bottom:12px;
}
.lp-style-097 {
  margin:0 0 8px;
  font-size:clamp(21px,2.4vw,26px);
}
.lp-style-098 {
  margin:0 0 clamp(24px,3vw,36px);
  font-size:16px;
  color:var(--color-neutral-800);
}
.lp-style-099 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(190px,1fr));
  gap:clamp(16px,2vw,22px);
  margin-bottom:clamp(44px,6vw,80px);
}
.lp-style-100 {
      background: rgba(255, 255, 255, 0.4);
  border-radius:var(--radius-lg);
  padding:clamp(16px,1.8vw,20px);
	
}
.lp-style-101 {
  display:flex;
  align-items:baseline;
  gap:8px;
  margin-bottom:14px;
}
.lp-style-102 {
  width:32px;
  height:32px;
  border-radius:999px;
  background:var(--color-accent-500);
  color:var(--color-bg);
  display:grid;
  place-items:center;
  font-size:16px;
  font-weight:400;
}
.lp-style-103 {
  font-family:'JetBrains Mono',monospace;
  font-size:16px;
  letter-spacing:0.2em;
  color:var(--color-neutral-600);
}
.lp-style-104 {
  position:relative;
  aspect-ratio:1;
  border-radius:var(--radius-md);
  overflow:hidden;
  margin-bottom:14px;
}
.lp-style-105 {
  margin:0;
  font-size:16px;
  line-height:1.6;
  color:var(--color-neutral-800);
}
.lp-style-106 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(230px,1fr));
  gap:clamp(16px,2vw,24px);
  margin-bottom:clamp(44px,6vw,80px);
}
.lp-style-107 {
      background: rgba(255, 255, 255, 0.4);
  border-radius:var(--radius-lg);
  padding:clamp(18px,2vw,22px);
}
.lp-style-108 {
  width:32px;
  height:32px;
  border-radius:999px;
  background:var(--color-accent-2-700);
  color:var(--color-bg);
  display:grid;
  place-items:center;
  font-size:16px;
  font-weight:400;
}
.lp-style-109 {
  margin:0;
  font-size:16px;
  line-height:1.5;
  color:var(--color-neutral-800);
}
.lp-style-110 {
  margin:0 0 clamp(20px,2.4vw,28px);
  font-size:clamp(19px,2.4vw,26px);
}
.lp-style-111 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:clamp(20px,3vw,40px);
  align-items:center;
  margin-bottom:clamp(44px,6vw,80px);
}
.lp-style-112 {
  position:relative;
  aspect-ratio:1/1;
  border-radius:var(--radius-lg);
  overflow:hidden;
}
.lp-style-113 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(210px,1fr));
  gap:clamp(16px,2vw,22px);
  margin-bottom:clamp(44px,6vw,80px);
}
.lp-style-114 {
  margin:0;
  font-size:16px;
  line-height:1.5;
  color:var(--color-neutral-800);
}
.lp-style-115 {
  margin:0 0 16px;
  font-size:clamp(21px,2.4vw,26px);
}
.lp-style-116 {
  margin:0 0 clamp(24px,3vw,32px);
  font-size:16px;
  line-height:2;
	color: var(--color-neutral-800);
}
.lp-style-117 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(230px,1fr));
  gap:clamp(16px,2vw,24px);
}
.lp-style-118 {
      background: rgba(255, 255, 255, 0.4);
  border-radius:var(--radius-lg);
  padding:clamp(16px,1.8vw,20px);
  display:flex;
  gap:16px;
  align-items:center;
}
.lp-style-119 {
  position:relative;
  width:192px;
  height:192px;
  border-radius:var(--radius-md);
  overflow:hidden;
  flex:none;
  background:var(--color-neutral-200);
}
.lp-style-120 {
  margin:0 0 6px;
  font-size:18px;
}
.lp-style-121 {
  margin:0 0 clamp(28px,4vw,48px);
  font-size:clamp(24px,3vw,32px);
	text-align: center;
}
.lp-style-122 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:clamp(18px,2.4vw,28px);
}
.lp-style-123 {
  background-color:#fff;
  border-radius:var(--radius-lg);
  padding:clamp(22px,2.6vw,32px);
  display:flex;
  flex-direction:column;
  gap:16px;
}
.lp-style-124 {
  margin:0;
  font-size:16px;
  line-height:1.6;
  color:var(--color-neutral-800);
}
.lp-style-125 {
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:auto;
}
.lp-style-126 {
  width:40px;
  height:40px;
  border-radius:999px;
  background:var(--color-accent-2-700);
  flex:none;
}
.lp-style-127 {
  font-size:16px;
  color:var(--color-neutral-800);
}
.lp-style-128 {
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(180px,1fr));
  gap:clamp(10px,1.4vw,16px);
  margin-top:clamp(28px,4vw,48px);
}
.lp-style-129 {
  aspect-ratio:1;
  border-radius:var(--radius-md);
  overflow:hidden;
  background:var(--color-neutral-200);
}
.lp-style-130 {
  background:var(--color-accent-800);
  color:var(--color-neutral-100);
}
.lp-style-131 {
  font-family:'JetBrains Mono',monospace;
  font-size:11px;
  letter-spacing:0.3em;
  color:var(--color-accent-300);
  margin-bottom:16px;
	text-align: center;
}
.lp-style-132 {
  margin:0 0 20px;
  font-size:clamp(24px,3vw,32px);
  color:var(--color-neutral-100);
	text-align: center;
}
.lp-style-133 {
  margin:0 auto;
  font-size:16px;
  line-height:1.6;
  color:#fff;
	text-align: center;
}
.lp-style-134 {
  position:relative;
  display:grid;
  gap:0;
  padding-left:52px;
}
.lp-style-135 {
  position:relative;
  background:var(--color-neutral-100);
  color:var(--color-text);
  border-radius:var(--radius-lg);
  padding:clamp(24px,3vw,44px);
}
.lp-style-136 {
  position:absolute;
  left:-35px;
  top:calc(clamp(24px,3vw,40px) + 18px);
  bottom:-36px;
  width:2px;
  background:color-mix(in srgb, #f9f4ed 100%, transparent);
}
.lp-style-137 {
  position:absolute;
  left:-52px;
  top:clamp(24px,3vw,40px);
  width:36px;
  height:36px;
  border-radius:999px;
  background:var(--color-accent-500);
  color:var(--color-bg);
  display:grid;
  place-items:center;
  font-size:17px;
  font-weight:400;
  z-index:1;
}
.lp-style-138 {
  font-family:'JetBrains Mono',monospace;
  font-size:18px;
  letter-spacing:0.24em;
  color:var(--color-accent-800);
  margin-bottom:10px;
}
.lp-style-139 {
  margin:0 0 14px;
  font-size:clamp(18px,2.2vw,24px);
}
.lp-style-140 {
  margin:0 0 24px;
  font-size:16px;
  line-height:2.05;
  color:var(--color-neutral-800);
}
.lp-style-141 {
  display:grid;
  gap:14px;
  margin-bottom:28px;
}
.lp-style-142 {
  width:26px;
  height:26px;
  border-radius:999px;
  background:var(--color-accent-200);
  color:var(--color-accent-800);
  display:grid;
  place-items:center;
  font-size:14px;
  flex:none;
  margin-top:2px;
}
.lp-style-143 {
  font-size:16px;
  font-weight:400;
	    color: var(--color-accent-800);
	-webkit-text-stroke: 0.3px currentColor;
}
.lp-style-144 {
  font-size:15px;
  line-height:1.9;
  color:var(--color-neutral-800);
}
.lp-style-145 {
  border-radius:999px;
  padding:16px 30px;
  min-height:52px;
  font-size:16px;
  font-family:ten-mincho-text,serif;
  font-weight:400;
	border: none;
	background-color: #fff;
}
.lp-style-146 {
  position:relative;
  margin-top:36px;
  background:var(--color-surface);
  color:var(--color-text);
  border-radius:var(--radius-lg);
  padding:clamp(24px,3vw,44px);
}
.lp-style-147 {
  position:absolute;
  left:-35px;
  top:-36px;
  bottom:-36px;
  width:2px;
  background:color-mix(in srgb, #f9f4ed 100%, transparent);
}
.lp-style-148 {
  margin:0 0 14px;
  font-size:16px;
  line-height:2.05;
  color:var(--color-neutral-800);
}
.lp-style-149 {
  margin:0 0 24px;
  font-size:13px;
  line-height:1.6;
  color:var(--color-accent-800);
}
.lp-style-150 {
  position:relative;
  margin-top:36px;
  background:var(--color-accent-2-700);
  border-radius:var(--radius-lg);
  padding:clamp(28px,4vw,52px);
  text-align:center;
}
.lp-style-151 {
  position:absolute;
  left:-35px;
  top:-36px;
  height:calc(36px + clamp(28px,4vw,44px) + 18px);
  width:2px;
  background:color-mix(in srgb, #f9f4ed 100%, transparent);
}
.lp-style-152 {
  position:absolute;
  left:-52px;
  top:clamp(28px,4vw,44px);
  width:36px;
  height:36px;
  border-radius:999px;
  background:var(--color-neutral-100);
  color:var(--color-accent-2-800);
  display:grid;
  place-items:center;
  font-size:17px;
  font-weight:400;
  z-index:1;
}
.lp-style-153 {
  margin:0 0 16px;
  font-size:clamp(19px,2.4vw,26px);
  color:var(--color-neutral-100);
}
.lp-style-154 {
  margin:0 auto 28px;
  max-width:34em;
  font-size:16px;
  line-height:2.05;
  color:var(--color-accent-2-200);
}
.lp-style-155 {
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  justify-content:center;
}
.lp-style-156 {
  border-radius:999px;
  padding:16px 30px;
  min-height:52px;
  font-size:16px;
  background:var(--color-neutral-100);
  color:var(--color-accent-2-800);
  font-family:ten-mincho-text,serif;
  font-weight:400;
}
.lp-style-157 {
  border-radius:999px;
  padding:16px 30px;
  min-height:52px;
  font-size:16px;
  background:#06C755;
  color:#fff;
  font-family:ten-mincho-text,serif;
  font-weight:400;
}
.lp-style-158 {
  max-width:860px;
  margin:0 auto;
  padding:clamp(56px,8vw,110px) clamp(16px,4vw,36px);
}
.lp-style-159 {
  margin:0 0 clamp(28px,4vw,44px);
  font-size:clamp(24px,3vw,32px);
	text-align: center;
}
.lp-style-160 {
  display:grid;
  gap:12px;
}
.lp-style-161 {
  background:var(--color-surface);
  border-radius:var(--radius-lg);
  overflow:hidden;
}
.lp-style-162 {
  width:100%;
  display:flex;
  gap:16px;
  align-items:center;
  justify-content:space-between;
  text-align:left;
  background:transparent;
  border:0;
  cursor:pointer;
  padding:clamp(18px,2vw,24px);
  min-height:56px;
  font-family:ten-mincho-text,serif;
  font-weight:500;
  font-size:17px;
  color:var(--color-text);
}
.lp-style-163 {
  flex:none;
  width:28px;
  height:28px;
  border-radius:999px;
  background:var(--color-accent-500);
  color:var(--color-bg);
  display:grid;
  place-items:center;
  font-size:16px;
  line-height:1;
}
.lp-style-164 {
  margin:0;
  padding:0 clamp(18px,2vw,24px) clamp(20px,2.2vw,26px);
  font-size:16px;
  line-height:2.05;
  color:var(--color-neutral-800);
}
.lp-style-165 {
  max-width:1180px;
  margin:0 auto;
  padding:clamp(52px,8vw,100px) clamp(16px,4vw,36px);
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:clamp(28px,4vw,56px);
  align-items:center;
}
.lp-style-166 {
  margin:0 0 28px;
  font-size:16px;
  line-height:2.1;
  color:var(--color-neutral-800);
}
.lp-style-167 {
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}
.lp-style-168 {
  border-radius:999px;
  padding:15px 26px;
  min-height:48px;
  font-size:16px;
  font-family:ten-mincho-text,serif;
	border: none;
	background-color: #fff;
}
.lp-style-169 {
  position:relative;
  aspect-ratio:1/1;
  border-radius:var(--radius-lg);
  overflow:hidden;
  background:var(--color-neutral-200);
}
.lp-style-170 {

  margin:0 auto;
  padding:clamp(56px,9vw,120px) clamp(16px,4vw,36px) ;
padding-top: 0px;
}
.lp-style-171 {
	max-width: 800px;
  position:relative;
      color: var(--color-text);
  border-radius:var(--radius-lg);
  padding:clamp(36px,6vw,80px) clamp(24px,5vw,72px);
  overflow:hidden;
	margin: 0 auto;
	text-align: center;
}
.lp-style-172 {
  position:absolute;
  width:340px;
  height:340px;
  border-radius:999px;
  background:color-mix(in srgb, #f5ead8 16%, transparent);
  right:-90px;
  bottom:-140px;
}
.lp-style-173 {
  position:relative;
}
.lp-style-174 {
  margin:0 0 18px;
  font-size:clamp(24px,3.4vw,36px);
  color: var(--color-text);
  line-height:1.5;
}
.lp-style-175 {
  margin:0 0 32px;
  font-size:17px;
  line-height:2.05;
  color: var(--color-text);
}
.lp-style-176 {
  border-radius:999px;
  padding:18px 36px;
  min-height:56px;
  font-size:16px;
  background:#06C755;
  color:#fff;
  font-family:ten-mincho-text,serif;
  font-weight:700;
}
.lp-style-177 {
  background-color:#0C522E;
  color:var(--color-neutral-300);
}
.lp-style-178 {
  max-width:1180px;
  margin:0 auto;
  padding:clamp(44px,6vw,72px) clamp(16px,4vw,36px) 28px;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  gap:clamp(24px,3vw,40px);
}
.lp-style-179 {
  font-family:ten-mincho-text,serif;
  font-weight:700;
  font-size:16px;
  color:var(--color-neutral-100);
  margin-bottom:12px;
}
.lp-style-180 {
  margin:0;
  font-size:16px;
  line-height:1.9;
  color:var(--color-neutral-400);
}
.lp-style-181 {
  display:grid;
  gap:10px;
  align-content:start;
  font-size:16px;
}
.lp-style-182 {
  color:var(--color-neutral-300);
}
.lp-style-183 {
  max-width:1180px;
  margin:0 auto;
  padding:20px clamp(16px,4vw,36px) 80px;
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  justify-content:space-between;
  font-size:11.5px;
  color:#fff;
  border-top:1px solid color-mix(in srgb, #f9f4ed 14%, transparent);
}
.lp-style-184 {
  position:fixed;
  right:clamp(12px,3vw,24px);
  bottom:clamp(12px,3vw,24px);
  z-index:70;
  border-radius:999px;
  padding:clamp(12px,1.8vw,16px) clamp(18px,2.6vw,26px);
  min-height:48px;
  display:flex;
  align-items:center;
  gap:8px;
  font-family:ten-mincho-text,serif;
  font-weight:700;
  font-size:16px;
  background:#06C755;
  color:#fff;
  box-shadow:0 8px 24px rgba(0,0,0,0.25);
}


.hero__title {
  position: relative;
  z-index: 20;
  margin: 0;
  font-size: clamp(28px, 5.4vw, 62px);
  line-height: 1.45;

  /* 親カラムからはみ出せる */
  width: max-content;
  max-width: none;
  overflow: visible;
}

.hero__title span {
  white-space: nowrap;
}

.lp-style-036{
	text-align: center;
	margin: 0 auto;
}

.lp-style-165 .lp-style-046,.lp-style-165 .lp-style-047{
	text-align: left;
}

/* ==================================================
   黄土ギャラリー
================================================== */

.oudo-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}


/* 画像＋キャプション */
.oudo-gallery__item {
  min-width: 0;
}


/* 画像 */
.oudo-gallery__image {
  width: 100%;
  aspect-ratio: 1 / 1;

  overflow: hidden;
  border-radius: 24px;
}

.oudo-gallery__image img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
}


/* キャプション */
.oudo-gallery__caption {
  margin-top: 24px;

  text-align: center;
}

.oudo-gallery__caption h4 {
  margin: 0 0 12px;

  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.6;
  font-weight:400;
}

.oudo-gallery__caption p {
  margin: 0;

  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 1.6;

  color: var(--color-neutral-800);
	text-align: left;
}

.lp-style-049 .lp-style-028 {
	object-fit: cover;
}


.lp-style-028 {
  object-fit: cover;
  object-position: center;
}

p{
	text-align: justify;
    text-justify: inter-ideograph;
    text-wrap: wrap;
}

/* ==================================================
   SP
================================================== */

@media (max-width: 768px) {

  .oudo-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 12px;
  }

  .oudo-gallery__caption {
    margin-top: 12px;
  }

  .oudo-gallery__caption h4 {
    font-size: 18px;
    margin-bottom: 6px;
  }

  .oudo-gallery__caption p {
    font-size: 16px;
    line-height: 1.8;
  }
	
	.lp-style-058 {
    font-size: 17px;
}
	
	.lp-style-059 {
    font-size: 16px;
}

}

.lp-style-038 rt {
  font-size: 0.35em;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
	


  .lp-style-010 {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));

    width: 100%;
    min-width: 0;
	          gap: 8px;
  }

  .lp-style-010 .lp-style-011 {
    min-width: 0;
    padding: 8px 1px;

    font-size: 14px;
    line-height: 1.3;
    text-align: center;

    white-space: normal;
  }

  .lp-style-012 {
    display: block;
    width: 100%;
    max-width: none;
    box-sizing: border-box;

    margin-top: 5px;
    padding: 8px 10px;

    font-size: 16px;
    text-align: center;
    white-space: nowrap;
	  min-height: inherit;
	  letter-spacing: 0.1em;
  }
	
	
	
	.lp-style-027 {
    margin-top: 20px;
}
  .lp-style-009 {

  }
	
	
		.lp-style-009 {
    display: flex;
    flex-direction: column;
			
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;

    width: auto;
    max-width: none;

    /* PC用の中央配置を解除 */
    transform: none;

    box-sizing: border-box;
		border-radius: 5px;
padding: 8px;
			gap:0px;
  }
	
	
	
.lp-style-003 {

    padding-left: 0px;
}
	.hero-kv {
    margin-left: 0px;
		min-width: 300px;
}
	.lp-style-005 {
    display: block;
}
	.lp-style-006 {
    width: 200px;
    height: auto;
    display: block;
    margin: 0 auto;
    text-align: center;
}
	.hero__title{
		text-align: center;
		margin: 0 auto;
	}
	
	.lp-style-008{
		margin-bottom:30px;
	}
	
	.lp-style-014{
		padding-top:30px;
	}
	
	.lp-style-016 {
    text-align: left;
}
	
	.lp-style-019,.lp-style-023,.lp-style-024 {
    width: 70%;
		height: 70%;
	margin: 0 auto;
	margin-bottom: 0px;
		aspect-ratio: 1 / 1;
	}
	
	.lp-style-020{
		aspect-ratio: 1 / 1;
		width: 100%;
		height: 100%;
	}
	
	.lp-style-021{
		margin-top: 20px;
	}

}


.sp_only{
		display: none;
}


@media only screen and (max-width: 768px){
	.pc_only{
		display: none;
	}
	.sp_only{
		display: block;
	}
}

.lp-style-017 {
  align-items: stretch;
}

.lp-style-018 {
  height: 100%;
  box-sizing: border-box;
}

@media (max-width: 800px) {
	

	
	br[data-dc-tpl="494"] {
    display: none;
  }
	
	br[data-dc-tpl="495"] {
    display: none;
  }
	
	br[data-dc-tpl="321"] {
    display: none;
  }
	
	br[data-dc-tpl="175"] {
    display: none;
  }
	
	br[data-dc-tpl="124"] {
    display: none;
  }
	
	br[data-dc-tpl="82"] {
    display: none;
  }
	
	br[data-dc-tpl="64"] {
    display: none;
  }
	
	.lp-style-048,.lp-style-063,.lp-style-133{
		text-align: left;
	}
	
	.lp-style-139,.lp-style-139,.lp-style-153,.lp-style-162,.lp-style-181 {
    font-size: 18px;
}
	
	.lp-style-179{
    font-size: 20px;
}
	
	
  .lp-style-017 {
    grid-template-columns: repeat(2, 1fr);
  }
.lp-style-039,.lp-style-088 {
  text-align: left;
}
	  .lp-style-055 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 12px;
  }
	.lp-style-065 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 10px;
  }

  .lp-style-066 {
    padding: 10px;
  }

  .lp-style-067 {
    margin-bottom: 10px;
  }

  .lp-style-068 {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 8px;
  }

  .lp-style-069 {
    font-size: 16px;
  }

  .settitle {
    font-size: 16px;
    line-height: 1.5;
	  text-align: center;
  }
	
	  .lp-style-073 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 12px;
  }

  .lp-style-076,
  .lp-style-077 {
    font-size: 16px;
    line-height: 1.6;
  }
	
	.lp-style-106 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 10px;
  }

  .lp-style-107 {
    padding: 12px;
  }

  .lp-style-101 {
    margin-bottom: 10px;
  }

  .lp-style-108 {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }

  .lp-style-109 {
    font-size: 16px;
    line-height: 1.5;
  }
	
	  .lp-style-113 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 10px;
  }

  .lp-style-100 {
    padding: 12px;
  }

  .lp-style-113 .lp-style-021 {
    font-size: 18px;
    line-height: 1.6;
    margin: 10px 0 6px;
  }

  .lp-style-114 {
    font-size: 16px;
    line-height: 1.5;
  }
	
	.lp-style-099 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 10px;
  }

  .lp-style-099 .lp-style-100 {
    padding: 12px;
  }

  .lp-style-099 .lp-style-101 {
    margin-bottom: 10px;
  }

  .lp-style-099 .lp-style-102 {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }

  .lp-style-099 .lp-style-105 {
    font-size: 16px;
    line-height: 1.5;
  }
	
	.lp-style-017 {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .lp-style-018 {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    column-gap: 16px;
    padding: 12px 16px;
    align-items: start;
  }

  .lp-style-019,
  .lp-style-023,
  .lp-style-024 {
    grid-column: 1;
    grid-row: 1 / 3;

    width: 110px;
    height: 110px;
    margin: 0;
  }

  .lp-style-020 {
    grid-column: 1;
    grid-row: 1 / 3;

    width: 110px;
    height: 110px;
    margin: 0;

    aspect-ratio: 1 / 1;
  }

  .lp-style-021 {
    grid-column: 2;
    grid-row: 1;

    margin: 0 0 4px;
    text-align: left;
    font-size: 18px;
    line-height: 1.5;
  }

  .lp-style-022 {
    grid-column: 2;
    grid-row: 2;

    margin: 0;
    text-align: left;
    font-size: 16px;
    line-height: 1.6;
  }
	.tsuzukeru99{
		    width: 100%;
    height: 100%;
    object-fit: cover;
	}
	
	.lp-style-014 {
  padding:clamp(40px,8vw,80px) clamp(16px,4vw,36px);
}
	
	.lp-style-128 .lp-style-020,.lp-style-074 .lp-style-020{
		width: 100%;
    height: 100%;
    object-fit: cover;
	}

}

.lp-style-011:hover,
.lp-style-011:focus,
.lp-style-011:active {
  color: inherit;
}

.lp-style-178 a,
.lp-style-178 a:visited,
.lp-style-178 a:hover,
.lp-style-178 a:focus,
.lp-style-178 a:active {
  color: #fff;
}

@media (min-width: 769px) {
.lp-style-175{
	text-align: center;
	}


}

.lp-style-105{
	font-size: 14px;
}



@media (min-width: 801px) {

  /* 基本文 */
  .lp-style-008,
  .lp-style-016,
  .lp-style-022,
  .lp-style-031,
  .lp-style-035,
  .lp-style-037,
  .lp-style-039,
  .lp-style-044,
  .lp-style-048,
  .lp-style-059,
  .lp-style-063,
  .lp-style-068,
  .lp-style-072,
  .lp-style-076,
  .lp-style-077,
  .lp-style-079,
  .lp-style-080,
  .lp-style-082,
  .lp-style-084,
  .lp-style-088,
  .lp-style-093,
  .lp-style-098,
  .lp-style-105,
  .lp-style-109,
  .lp-style-114,
  .lp-style-116,
  .lp-style-124,
  .lp-style-127,
  .lp-style-133,
  .lp-style-140,
  .lp-style-143,
  .lp-style-148,
  .lp-style-154,
  .lp-style-164,
  .lp-style-166,
  .lp-style-180,
  .lp-style-181 {
    font-size: 16px;
	  -webkit-text-stroke: 0.3px currentColor;
  }

  /* 元が17pxの本文 */
  .lp-style-031,
  .lp-style-175 {
    font-size: 18px;
	  -webkit-text-stroke: 0.3px currentColor;
  }

  /* 元が15pxの本文 */
  .lp-style-144,.lp-style-162 {
    font-size: 16px;
	  -webkit-text-stroke: 0.3px currentColor;
  }
	
	.lp-style-091{
		font-size: 20px;
	  -webkit-text-stroke: 0.3px currentColor;
	}
	
	.lp-style-069{
    font-size: 18px;
	  -webkit-text-stroke: 0.3px currentColor;
  }

}

.lp-style-1499{
	    background: var(--color-neutral-800);
    color: #fff;
}