@charset "utf-8";


/***** 共通リンクアニメ *****/
a.anim {
    transition: transform 0.3s, background-color 0.3s, box-shadow 0.3s;
}
a.anim:hover {
	opacity: 0.8;
    transform: translateY(-3px) scale(1.0);
}
/***** スクロールアニメ *****/
.blur{
  opacity: 0;
  filter: blur(12px);
  transform: translateY(70px) scale(0.98);
  transition:
    opacity 0.75s cubic-bezier(.22,.61,.36,1),
    transform 0.75s cubic-bezier(.16,1,.3,1), /* ←グッと来て最後ゆるむ */
    filter 0.75s ease;
  will-change: transform, opacity, filter;
}

.blur.scrollin{
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
}
/***** コンテンツスクロールBox *****/
.ScrollBox {
	max-height: clamp(320px, 55vh, 720px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; /* iPhone慣性スクロール */
   padding: 16px;
}


/***** 共通背景カラー *****/
.bg-gray {background: #F5F5F4;}
.bg-green {background: #4E6F2F;}
.bg-sgreen {background: #C5CDA4;}
.bg-tgreen {background: #E8EBDB;}
.bg-blue {background: #A4CDCD;}
.bg-purple {background: #CDA4BD;}
.bg-white {background: #FFFFFF;}
/***** 共通フォントカラー *****/
.Col-blue {color: #A4CDCD!important;}
.Col-sblue {color: #D2E6E6!important;}
.Col-dgreen {color: #4E6F2F!important;}
.Col-green {color: #C5CDA4!important;}
.Col-sgreen {color: #E8EBDB!important;}
.Col-white {color: #FFFFFF!important;}
.Col-purple {color:#CDA4BD!important;}
.Col-spurple {color: #E6D2DE!important;}

/***** 共通タイトルスタイルメイン *****/
.TitleArea-main {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}


/***** 共通タイトルスタイルview more有り *****/
.TitleArea-view {
	display: flex;
	justify-content: space-between;
}
/***** 共通タイトルスタイルview more無し中央 *****/
.TitleArea {
	display: flex;
    margin: 96px auto;
}
/***** 共通タイトルスタイルview more無し中央 *****/
.TitleBox {
	margin-bottom: clamp(80px, 12vw, 160px);
}
.animated-link {
    display: inline-flex;
    align-items: center; 
    text-decoration: none;
    font-size: 16px; 
    color: #474747;
    transition: transform 0.3s ease-out, color 0.3s ease-out; 
    position: relative; 
    padding-right: 25px; 
}
.animated-link .link-text {
    padding-bottom: 1px; 
    position: relative;
    z-index: 10;
}
.animated-link .link-text::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20%; 
    height: 1px;
    background-color: #474747;
    transition: width 0.3s ease-out, background-color 0.3s ease-out;
    z-index: 5;
}
.animated-link::after {
    content: '';
    display: block;
    position: absolute;
    top: 53%;
    right: 0;
    --arrow-thickness: 1px;
    width: 10px;
    height: 10px;
    border-top: var(--arrow-thickness) solid #474747;
    border-right: var(--arrow-thickness) solid #474747;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.3s ease-out;
}
.animated-link:hover {
    transform: translateX(3px); 
    color: #4E6F2F; 
}
.animated-link:hover .link-text::before {
    width: 100%;
    background-color: #4E6F2F;
}
.animated-link:hover::after {
    right: -5px; 
    border-top-color: #4E6F2F; 
    border-right-color: #4E6F2F; 
}
.small {font-size: 12px;}
.fwb {font-weight:600;} /* 太文字に */

@media (max-width: 480px){
.TitleArea-view {
	display: block;
}
}
/********************
*
*共通コンテンツスタイル
*
********************/
.first{
  padding-top: clamp(40px, 16vw, 80px);;
     display: flex;
    justify-content: center;
}
.container {
	display:flex;
  flex-direction: column;
}
.section {
	position: relative;
}
.Contents {
	position: relative;
	width: 100%;
    max-width: 1040px;
	padding: 0 20px;
	margin: auto;
}

/********************
*
*TOP コンテンツ
*
********************/


/* パンくず */
.Breadcrumb {
  padding: 0 16px;
  margin: 0;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
}

.Breadcrumb ol {
  display: inline-flex;
  gap: 6px;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: clamp(0.6rem, 0.8vw, 0.8rem);
  align-items: center;
  flex-wrap: wrap;
    line-height: 1.0;
}

.Breadcrumb li {
  display: flex;
  align-items: center;
}

.Breadcrumb li a {
  text-decoration: none;
  transition: opacity 0.2s;
}

.Breadcrumb li a:hover {
  opacity: 0.6;
}

/* ▼ 区切り（> マーク）を自動生成 */
.Breadcrumb li:not(:last-child)::after {
  content: ">";
  margin-left: 6px;
  color: #555;
}



/********************
ヘッダーの全体スタイル
********************/
.header {
    width: 100%;
    position: relative;
    z-index: 10;
    background: #C5CDA4;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* コンテナのスタイル */
.header-area {
	margin: 0 auto;
    padding: 16px;
    box-sizing: border-box;
    display: block;
    align-items: center;
}
.header-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* ロゴのスタイル */
.site-logo {
	display: flex;
    justify-content: center;
    align-items: center;
	margin: auto;
}
.site-logo img {
    max-width: 60px;
}
.site-logo  a img {
	display: block;
}
@media (max-width: 768px){
.header {
    xposition: fixed;
}
/* コンテナのスタイル */
.site-logo img {
    max-width: 44px;
}
.header-area {
	padding: 13px;
}
}

/********** ヘッダーメニュー **********/

/* ハンバーガーボタン */
.button{
  border-radius: 50px;
  background: #B1B994;
  line-height: 1;
  box-shadow: none;
  appearance: none;
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 32px;
  z-index: 1010;
  padding: 13.5px 17px;
  border: 1px solid #B1B994;
  box-sizing: border-box;
  transition: background-color .2s ease, border-color .2s ease;
}
.button:hover{
  background: #fff;
}

/* ハンバーガー線 */
.button .line-box .line{
  display: block;
  width: 24px;
  height: 1px;
  background: #fff;
  margin: 7px 0;
  transition: background-color .2s ease;
}
.button .line-box .line:nth-child(3){
  width: 16px;}
.button:hover .line-box .line{ background: #B1B994; }
.button:hover .line-box .line:nth-child(3){
  width: 24px;
  transition: width 0.3s ease-out, background-color 0.3s ease-out;}
/* 背景スクロール抑止 */
body.no-scroll{ overflow: hidden; }

/* dialog（displayはいじらない） */
.dialog{
  padding: 0;
  border: none;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .25s ease, visibility .25s ease;
}
.dialog::backdrop{
  background: rgba(0,0,0,.45);
  opacity: 0;
  transition: opacity .25s ease;
}
.dialog.-open{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.dialog.-open::backdrop{ opacity: 1; }

/* ★ズレない土台：必ず全画面 fixed */
.mobile-menu-container{
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100dvh;
  background: transparent;
  overflow: hidden;
  z-index: 1000;
}
@supports (height: 100svh){
  .mobile-menu-container{ height: 100svh; }
}

/* ★右パネル本体：ここだけスライドする（max640） */
.mobile-menu-panel{
  position: absolute;
  top: 0;
  right: 0;
  width: min(640px, 100vw);
  height: 100%;
  background: #fff;
  box-sizing: border-box;

  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 16px 16px calc(16px + env(safe-area-inset-bottom));

  transform: translate3d(100%,0,0);
  transition: transform .45s cubic-bezier(.2,.7,.3,1);
  will-change: transform;

  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* 開いたら右→左 */
.dialog.-open .mobile-menu-panel{
  transform: translate3d(0,0,0);
}

/* 中身の“ふわっ”（必要なものだけ） */
.dialog .mod-links .is-half,
.dialog .menu-item,
.dialog .Bnr-area,
.dialog .social-links,
.dialog .close-button{
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .35s ease, transform .35s ease;
}
.dialog.-open .mod-links .is-half,
.dialog.-open .menu-item,
.dialog.-open .Bnr-area,
.dialog.-open .social-links,
.dialog.-open .close-button{
  opacity: 1;
  transform: translateY(0);
}

/* 二回目以降の保険（白化対策） */
.dialog.-open .mod-links .is-half,
.dialog.-open .menu-item,
.dialog.-open .Bnr-area,
.dialog.-open .social-links,
.dialog.-open .close-button{
  opacity: 1 !important;
  transform: none !important;
}

/* 順番ディレイ（必要なら） */
.dialog.-open .mod-links .is-half{ transition-delay: .10s; }
.dialog.-open .Bnr-area{ transition-delay: .70s; }
.dialog.-open .social-links{ transition-delay: .80s; }
.dialog.-open .close-button{ transition-delay: .10s; }

/* nav中身（現状踏襲） */
.mod-navbox{ padding: 32px 16px; }
.mod-links{
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  justify-content: center;
}
.is-half{ width: 50%; text-align: center; }
.is-triple{ width: 33.33%; }

.is-tel a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 8px 16px;
    background: #4E6F2F;
}
.is-webres a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 8px 16px;
	background: #D98A52;
}
.info-nam{ font-size: 24px; letter-spacing: 0; }
.info-nam a,
.info-nam a:hover {
	color:#FFFFFF;
text-decoration: none;
}
/* メニュー（#menu-menu1） */
#menu-menu1 li{
  width: 33.333%;
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid #DADADA;
}
#menu-menu1 li::after{
  content: "";
  position: absolute;
  height: 80px;
  width: 1px;
  background-color: #DADADA;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#menu-menu1 li:nth-child(3n)::after{ content: none; }

#menu-menu1 li a{
  padding: 16px 0;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #474747;
  transition: background-color .25s ease, color .25s ease;
}
#menu-menu1 li a:hover{
  background: #4E6F2F;
  color: #fff;
}
#menu-menu1 li a .menu-subtitle{ font-weight: 600; }
#menu-menu1 li a .menu-subtitle::after{
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background: #4E6F2F;
  margin: 8px auto;
}
#menu-menu1 li a .nav-label{ font-size: 12px; }

/* バナー */
.Bnr-area{
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.Bnr-area a img{ max-width: 300px; }

/* SNS */
.social-links{
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin: 24px auto 0;
}
.social-links a{
  display: block;
  transition: transform .25s ease;
}
.social-links a:hover{ transform: translateY(-6px) scale(1.05); }

.social-links a img{
	max-width:32px;
}

/* 閉じるボタン（X） */
.button.close-button{
  position: absolute;
  top: 16px;
  right: 32px;
  padding: 18px;
  background: #c8c8c8;
  border: none;
  border-radius: 50px;
  transition: background-color .15s ease;
  z-index: 1011;
}
.button.close-button:hover{ background: #474747; }
.button.close-button .line-box .line{ background: #474747; }
.button.close-button:hover .line-box .line{ background: #fff; }
.button.close-button .line-box .line:first-child{ transform: translateY(4px) rotate(45deg); }
.button.close-button .line-box .line:last-child { transform: translateY(-4px) rotate(-45deg); }

/* 640px以下 */
@media (max-width: 768px){
.button{
  top: 13px;
  right: 16px;
  padding: 5.5px 9px;
}
/* 閉じるボタン（X） */
.button.close-button{
  top: 13px;
  right: 16px;
  padding: 10px;
}

  .is-half{ width: 100%; margin-bottom: 8px; }
  #menu-menu1 li{ width: 50%; }
  #menu-menu1 li:nth-child(3n)::after{ content: ""; }
  #menu-menu1 li:nth-child(2n)::after{ content: none; }
  .mobile-menu-panel{ width: 100vw; } /* SPはフル幅で安定 */
}

/* モーション軽減 */
@media (prefers-reduced-motion: reduce){
  .dialog::backdrop,
  .mobile-menu-panel,
  .mod-links .is-half,
  .menu-item,
  .Bnr-area,
  .social-links,
  .close-button{
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}

@media (max-width: 767px) {
#Contents {
    max-width: 100%;
}
}
@media (max-width: 480px) {

.section {
    padding: 0 24px;
}
}

/******************************
*
*フッター
*
******************************/

.footer .TitleType2 {
    margin: 0 auto 40px;
} 

footer {
    background: #5E6052;
    color: #FFF;
    position: relative;
    padding: clamp(80px, 12vw, 160px) 0 clamp(48px, 8vw, 80px);
	display: flex;
    justify-content: center;
}
footer a,
footer p a {
	color: #FFF!important;
	text-decoration: none!important;
}
.footerInfo {
	margin-top: clamp(48px, 8vw, 80px);
    display: flex;
    justify-content: space-between;
	gap: 32px;
}
.footerInfo dl {
	margin: 0;
	width: 100%;
	display: flex; 
    flex-wrap: wrap;
	align-items: baseline;
}
.footerInfo dl dt {
	font-size: 24px;
    width: 180px;
    margin: 0;
	margin-bottom: 8px;
}
.footerInfo dl dd {
    width: calc(100% - 180px);
    margin: 0;
	margin-bottom: 24px;	
}
span.ShopName {
	font-size: 20px;
	display: block;
	line-height: 1.0;
}
span.Bold {
	font-weight: 600;
}
.footer .CompanyImgs {
    text-align: right;
}
.footer .CompanyImgs .AcBox {
	display: block;
	margin: 0 auto;
    text-align: center;
}
.footer .CompanyImgs .AcBox .is-half {
    width: 100%;
    text-align: center;
	padding: 0;
	margin-bottom: 8px;
}
.Flogo {
	display: flex;
    align-items: center;
    justify-content: center;
    margin: 80px auto;
}
.footerMenu {
}
.footerMenu ul {
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
	gap: 30px 30px;
	list-style: none;
    padding: 0;
    margin: 0;
}
.footerMenu ul li a {
	display: block;
	position: relative;
    padding-bottom: 8px;
	overflow: hidden;
}
.footerMenu ul li a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    transition: width 0.3s ease-out, left 0.3s ease-out; 
    height: 1px;
    background-color: #C8C8C8; 
    width: 50%;
    left: 25%; /* 100%幅の25%の位置から開始 = 50%幅で中央 */
}
.footerMenu ul li a:hover::after {
    width: 100%; 
    left: 0;     /* 左端を0%に戻す */
}
.footer .social-links a img {
	max-width: 32px;
}
.footer hr {
  margin-bottom: 0;
}
.copyright {
	text-align: center;
	margin: 5px auto;
}

/***** 追尾ページTOP *****/
.back-to-top {
	position: fixed;
    bottom: 16px;
    right: 16px;
    display: none;
    background-color: #FFF;
    color: #B1B994;
    padding: 30px;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    font-size: 32px;
    z-index: 1000;
	border: 2px solid #B1B994;
    line-height: 1.0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, background-color 0.3s, box-shadow 0.3s;
	opacity: 0.8;
}

/* ホバー時のアニメーション */
.back-to-top:hover {
    background-color: #B1B994;
    transform: translateY(-10px) scale(1.1); /* 上に浮き上がり、少し大きくなる */
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
	color: #FFFFFF;
}

@media (max-width: 1024px){
.footerInfo dl {
    display: block;
}
.footer .CompanyImgs {
    text-align: center;
    margin-top: 40px;
}

}
@media (max-width: 768px){
.footerInfo {
    display: block;
}
.footerInfo dl dt {
    width: 100%;
}
.footerInfo dl dd {
    width: 100%;
    padding-left: 1rem;
}
}
/***** NewsArea *****/
.NewsArea {
    padding: clamp(40px, 6vw, 80px) 0;
	display: flex;
    justify-content: center;
}
.NewsArea h2 {
	margin: 0;
}
/***** InstaArea *****/
.InstaArea {
    padding: clamp(40px, 6vw, 80px) 0;
	display: flex;
    justify-content: center;
    overflow-x: clip;
}
.InstaArea h2 {
	margin: 0;
}
.Insta-list {
	margin: clamp(40px, 6vw, 80px) 0;
}
/***** GalleryArea *****/
.GalleryArea {
    padding: clamp(48px, 8vw, 80px) 0 clamp(80px, 12vw, 160px);
	display: flex;
    justify-content: center;
}
.GalleryArea h2 {
	margin: 0;
}


/* =========================
   Gallery Grid（3列固定）
========================= */
.GalleryGrid{
  list-style: none;
  margin: 80px auto 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(12px, 1.5vw, 18px);
}

/* タイル */
.GalleryItem{
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #eee;
}
.GalleryItem img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform .6s ease, filter .6s ease;
}
.GalleryItem:hover img{
  transform: scale(1.08);
  filter: contrast(1.03) saturate(1.05);
}

/* SPは2列 */
@media (max-width: 780px){
  .GalleryGrid{ grid-template-columns: repeat(2, 1fr); }
}

/* =========================
   Gallery Reveal（専用）
========================= */
.GalleryGrid .gallery-reveal{
  opacity: 0;
  filter: blur(12px);
  transform: translateY(70px) scale(0.98);
  transition:
    opacity .75s cubic-bezier(.22,.61,.36,1),
    transform .75s cubic-bezier(.16,1,.3,1),
    filter .75s ease;
  will-change: transform, opacity, filter;
}
.GalleryGrid .gallery-reveal.is-show{
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
}

/* =========================
   Modal
========================= */
.GalleryModal{
  border: none;
  padding: 0;
  width: min(980px, 92vw);
  background: transparent;
}
.GalleryModal::backdrop{ background: rgba(0,0,0,.65); }
.GalleryModal__img{
  width: 100%;
  height: auto;
  display: block;
}
.GalleryModal__close{
  position: absolute;
  top: -44px;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.35);
  background: rgba(0,0,0,.35);
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}


/***** gmap *****/
.gmap {

overflow: hidden;
position: relative;
height: 450px;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

/**************************************
  MV：フルスクリーン動画
**************************************/
/* =========================
   Hero Fade (Full Screen)
   - 4枚背景をクロスフェード
   - ほんのりブラー + ゆっくりズーム
   - テキストはJSで A/B を切替
========================= */

.HeroFade{
  position: relative;
  height: 100svh;
  min-height: 100vh;
  overflow: hidden;
}

/* 背景レイヤー */
.HeroFade__slides{
  position: absolute;
  inset: 0;
  z-index: 0;
}

/* 1枚ずつ重ねる */
.HeroFade__slide{
  position: absolute;
  inset: 0;

  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  opacity: 0;

  /* “ほわほわ”質感（控えめ） */
  filter: blur(0.4px);

  /* ゆっくりアップ（初期→アクティブ） */
  transform: scale(1.015);

  /* クロスフェード + ゆっくりズーム */
  transition:
    opacity 1600ms ease,
    transform 9000ms ease;

  will-change: opacity, transform;
}

/* 表示中のスライド */
.HeroFade__slide.is-active{
  opacity: 1;
  transform: scale(1.05);
}

/* 単調さ回避（偶数だけ微差） */
.HeroFade__slide:nth-child(even){
  transform: scale(1.02);
}
.HeroFade__slide:nth-child(even).is-active{
  transform: scale(1.055);
}

/* 画像の上に被せるフィルター（文字を読みやすく） */
.HeroFade::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.35),
    rgba(0,0,0,0.20),
    rgba(0,0,0,0.45)
  );
  pointer-events:none;
}

/* コンテンツ（テキスト） */
.HeroFade__content{
  position: relative;
  z-index: 2;
  height: 100%;
  display: grid;
  align-content: center;
  justify-items: center;                 /* h1は中央 */
  padding: clamp(24px, 5vw, 72px);
  color: #FFF;
  text-shadow: 2px 2px 4px #000;
}
/* サブコピー：右寄せ */
.HeroFade__sub{
  width: min(720px, 92vw);
  margin-top: clamp(18px, 2.6vw, 34px);
  justify-self: end;                     /* ←右に寄せる */
  text-align: right;                    /* ←文字も右揃え */
  line-height: 1.7;
  text-shadow: 2px 2px 4px #000;

  /* 画像みたいに少しだけ締めたいなら任意 */
  letter-spacing: 0.08em;
}
.HeroFade__text {
    margin: 0;
    font-size: clamp(1.6rem, 3vw, 28px);
}
.HeroFade__subText {
    margin: 0;
    text-align: center;
    font-size: clamp(1.7rem, 3vw, 32px);
}
.HeroFade__text strong {
    font-size: clamp(2.6rem, 6vw, 66px);
    margin: 0 24px;
	text-align: center;
}
/* テキスト切替（JSで is-show を付与） */
.HeroFade__text{
  display: none;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 600ms ease, transform 600ms ease;
  will-change: opacity, transform;
}

.HeroFade__text.is-show{
  display: inline-block;
  opacity: 1;
  transform: translateY(0);
}
.HeroFade__subText{
  display: none;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 600ms ease, transform 600ms ease;
  will-change: opacity, transform;
}

.HeroFade__subText.is-show{
  display: inline-block;
  opacity: 1;
  transform: translateY(0);
}
/* 任意：サブコピー */
.HeroFade__sub{
  margin-top: 14px;
  max-width: 40em;
  opacity: 0.92;
  line-height: 1.7;
}

/* スマホ：ズーム控えめ＋さらにゆっくり（酔い防止） */
@media (max-width: 768px){
  .HeroFade__sub{
    justify-self: center;
    text-align: center;
    letter-spacing: 0.04em;
  }
.HeroFade__text strong {
	display: block;
}
  .HeroFade__slide{
    transform: scale(1.01);
    transition:
      opacity 1600ms ease,
      transform 10500ms ease;
  }
  .HeroFade__slide.is-active{
    transform: scale(1.035);
  }
  .HeroFade__slide:nth-child(even){
    transform: scale(1.015);
  }
  .HeroFade__slide:nth-child(even).is-active{
    transform: scale(1.04);
  }
}

/* 動きを減らす設定の人には優しく */
@media (prefers-reduced-motion: reduce){
  .HeroFade__slide{
    transition: opacity 300ms linear;
    transform: none;
    filter: none;
  }
  .HeroFade__slide.is-active{
    transform: none;
  }
  .HeroFade__text{
    transition: none;
    transform: none;
  }
}



/********************
TOP新着一覧およびarchive一覧ページ
*********************/

.home-news {
	margin: clamp(40px, 6vw, 80px) auto clamp(40px, 6vw, 80px);
}
.home-news ul{
	padding: 0;
}
.post-grid {
	padding: 0;
}
.post-Box {
	display: flex;
	gap: clamp(16px, 3vw, 32px);
	font-size: clamp(0.8rem, 2vw, 16px);
}

.post-item {
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid #D9D9D9;
}
.post-item > a{
	position: relative;
    box-sizing: border-box;
    display: block;
    padding: 32px 40px 32px 16px;
    text-decoration: none;
transition: background-color 0.35s ease !important;
}
.post-item > a:hover {
    transform: translateY(-1px);
	background: #C5CDA4;
	color: #4E6F2F;
}
.external-icon {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.post-item > a:hover .external-icon {
  opacity: 1;
}
.post-item h3 {
    font-size: clamp(0.8rem, 2vw, 16px);
	margin: 0;
	color: #474747;
}
.post-item h3:hover {
	color: #4E6F2F;
}
.post-date {
	color: #474747;
}
.post-tags {
  margin-top: 10px;
  font-size: 14px;
}
.post-tags a {
  font-size: clamp(0.6rem, 0.8vw, 0.8rem);
  background-color: #C9A22A;
  padding: 5px;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 5px;
}

.post-tags a:hover {
  background-color: #ccc;
}

/* ページネーション */
.pagination {
    margin: 24px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-links {
    display: flex;
}
.pagination .page-numbers {
    display: inline-block;
    margin-right: 10px;
    padding: 10px 14px;
    color: #0f1419;
    border-radius: 30px;
    background: #fff;
    border: 1px solid #C5CDA4;
	line-height: 1.0;
}
.pagination .current {
    background: #C5CDA4;
    color: #fff;
}
.pagination .prev,
.pagination .next {
    background: transparent;
    box-shadow: none;
    color: #C5CDA4;
}
.pagination .dots {
    background: transparent;
    box-shadow: none;
    border: none;
}

@media screen and (max-width: 800px) {
  .post-item {
    flex: 0 0 calc(50% - 20px); /* 画面が小さいときは2列 */
  }
}

@media screen and (max-width: 500px) {
  .post-item {
    flex: 0 0 100%; /* さらに小さい画面では1列表示 */
  }
}
.tag-cloud {
	margin-top: 8px;

}
.tag-cloud a {
    display: inline-block;
    padding: 5px 10px;
    background-color: #F68B1F;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-size: clamp(10px, 2vw, 12px);
    transition: all 0.2s ease;
}

.tag-cloud a:hover {
transform: translateY(-1px);
    opacity: 0.9;
}
/***************************
single・archiveページ
***************************/

.Single {
    position: relative;
    padding: 0 0 clamp(80px, 12vw, 160px);
}
.Single .PostContants{
	position: relative;
    width: 100%;
    max-width: 1040px;
    padding: 0 20px;
    margin: auto;
}
.Single .TitleType1 {
    padding: clamp(48px, 8vw, 80px) 0;
    margin: 0 auto;
	text-align: center;
}
.Single h1 {
    font-size: clamp(1.1rem, 3.0vw, 22px);
    letter-spacing: 0;
    border-bottom: 1px solid #B5B5B5;
    margin-bottom: 24px;
	font-weight: 600;
margin: 0 auto 16px;
    padding: 16px 0;
	line-height: 1.5;
}
.PostArea {
    display: flex;
    justify-content: space-between;
}
.PostMain {
	width: 64%;
}
.PostSide {
	width: 26%;
}
.entry {
	margin: 0 auto 32px;
}
.PostPager{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(16px, 4vw, 32px);
  margin-top: clamp(40px, 6vw, 80px);
  border-top: 1px solid #B5B5B5;
}

.PostPager a{
  display: block;
  padding: 12px 16px;
  text-decoration: none;
}

.PostPager__next{
  text-align: right;
}

@media (max-width: 767px) {
.PostArea {
    display: block;
}
.PostMain {
	width: 100%;
	margin-bottom: 80px;
}
.PostSide {
	width: 100%;
}
}

/***************************
会社情報+法務ページ
**************************/

.CompanyTable{
  padding: clamp(16px, 3vw, 40px);
}
.CompanyTable .TitleType3 {
	font-size: 24px;
	margin-bottom: 40px;
	font-weight: 600;
}
.CompanyTable dl{
  margin: 0;
  padding: 0 clamp(0, 3.0vw, 24px);
  display: grid;
  grid-template-columns: clamp(120px, 20%, 200px) 1fr; /* dt幅 + dd可変 */
  column-gap: clamp(16px, 3vw, 50px);
}

.CompanyTable dt,
.CompanyTable dd{
  margin: 0;
  border-top: 1px solid #B5B5B5;
  padding: clamp(16px, 2.4vw, 32px) 0;
}

/* 最終行だけ下線 */
.CompanyTable dt:last-of-type,
.CompanyTable dd:last-of-type{
  border-bottom: 1px solid #B5B5B5;
}

/* 長文の見た目（資格とか） */
.CompanyTable dd{
  line-height: 1.8;
}

.Clogo {
	text-align: center;
    margin: 120px auto;
}

.Greeting {
	margin-bottom: clamp(40px, 6vw, 80px);
	padding:  clamp(24px, 5vw, 60px);
}
.GreetingBox {
	display: flex;
	gap: clamp(24px, 5vw, 60px);
}
.GreetingBox .ImgBox {
  width: 100%;
  max-width: 200px; /* 好きな最大幅 */
}
.GreetingBox h3 {
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 2.0;
	font-weight: 600;
	margin-bottom: 32px;
}
h3 span {
display: block;
	font-size: 12px;
}
.GreetingBox .social-links {
	justify-content: flex-start;
    flex-wrap: nowrap;
	margin-bottom: 32px;
}
.GreetingBox .social-links img {
	max-width: 40px;
}
.letter p {
	margin-bottom: 16px;
}

@media (max-width: 767px) {
.CompanyTable dl {
    display: block;
}
.CompanyTable dd {
	text-indent: 1rem;
    border-top: 0;
}
.CompanyTable dt:last-of-type {
    border-bottom: 0;
}
.GreetingBox {
	display: flex;
	flex-wrap: wrap;
}
.GreetingBox .ImgBox {
  width: 100%;
  max-width: 100%; /* 好きな最大幅 */
}
}

/***************************
コンタクトページ
**************************/

.Ac-list .AcBox {
	display: block;
}
.Ac-list .AcBox .is-half {
    padding: 0;
    margin-bottom: 16px;
}
.Ac-list .social-links {
    display: flex;
    justify-content: left;
    gap: 32px;
    flex-wrap: wrap;
    margin: 0;
}
.Ac-list .social-links a img {
    max-width: 100%;
}