/* Google Fonts - loaded via header.php for better performance */
html {
  font-family: "Noto Sans JP", Futura, Trebuchet MS, Arial, sans-serif;
}

body {
  color: #02100F;
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Sans JP", Futura, Trebuchet MS, Arial, sans-serif;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  min-height: 100%;
  min-width: 100%;
  height: 100%;
  overflow-x: hidden;
  background: #fff;
  margin: 0px;
  padding: 0px;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

p {
  line-height: 1.8;
}

.container-wrap {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
.container-wrap.full {
  max-width: 100%;
}
@media (min-width: 1024px) {
  .container-wrap.full {
    padding: 0 80px;
  }
}
@media (min-width: 768px) {
  .container-wrap.full {
    padding: 0 48px;
  }
}

.btn,
.contact-wrap [type=submit] {
  display: flex;
  justify-content: center;
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 264px;
  min-width: 264px;
  font-size: 16px;
  font-weight: 600;
  padding: 12px;
}

@media (min-width: 768px) {
  .btn,
  .contact-wrap [type=submit] {
    max-width: 280px;
    min-width: 280px;
    padding: 16px;
  }
}
.btn::after,
.contact-wrap [type=submit]::after {
  content: "";
  position: absolute;
  right: -24px;
  top: 20px;
  width: 48px;
  height: 8px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: skew(45deg);
}
@media (min-width: 768px) {
  .btn::after,
  .contact-wrap [type=submit]::after {
    top: 24px;
  }
}
.btn.btn-contact,
.contact-wrap [type=submit].btn-contact {
  max-width: 100%;
}
@media (min-width: 768px) {
  .btn.btn-contact,
  .contact-wrap [type=submit].btn-contact {
    max-width: 320px;
    min-width: 320px;
    padding: 20px;
  }
}
.btn.btn-contact::after,
.contact-wrap [type=submit].btn-contact::after {
  display: none;
}

/*------------------
 setting
------------------*/
.section-wrap {
  position: relative;
  padding: 48px 0;
}
@media (min-width: 768px) {
  .section-wrap {
    padding: 60px 0;
  }
}

.section-ttl {
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .section-ttl {
    margin-bottom: 48px;
  }
}
.section-ttl h2 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05rem;
  color: #46A9A3;
}
@media (min-width: 768px) {
  .section-ttl h2 {
    font-size: 16px;
  }
}
.section-ttl p {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: Futura, sans-serif;
}
@media (min-width: 768px) {
  .section-ttl p {
    font-size: 80px;
  }
}
.section-ttl.white h2,
.section-ttl.white p {
  color: #fff;
}
.section-ttl.outline-ttl p {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}

a {
  transition: all 0.2s ease-in;
}
a:hover, a:focus, a:hover img, a:focus img {
  opacity: 0.8;
  transition: all ease 0.25;
}

.btn_area a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #333;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .3s;
}
.btn_area a:hover {
  color: #fff;
}
.btn_area a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

.list1 a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}


/*------------------
 header
------------------*/
.header {
  z-index: 1200;
}

.header.active {
  mix-blend-mode: difference;
}


/* トップページ (`top-page` クラスが `body` にある) の場合は適用しない */
@media (min-width: 768px) { 
  .top-page .header.active {
    mix-blend-mode: normal;
  }
}


.header .header-lang {
  color: #fff;
}

.top-page .header-lang {
	color: #121212;
}
	
.header .header-lang li {
  position: relative;
}
.header .header-lang li + li {
  padding-left: 32px;
}
@media (min-width: 768px) {
  .header .header-lang li + li {
    padding-left: 40px;
  }
}
.header .header-lang li + li::before {
  content: "/";
  position: absolute;
  left: 12px;
}
@media (min-width: 768px) {
  .header .header-lang li + li::before {
    left: 16px;
  }
}

.header .hamburger {
  position: relative;
  margin-left: auto;
  width: 56px;
  height: 56px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1100;
  background: rgba(40,45,61,0.91);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  border-radius: 100px;
  border: solid 1px #fff;
}
@media (min-width: 768px) {
  .header .hamburger {
    width: 80px;
    height: 80px;
  }
}
.header .hamburger .line {
  display: block;
  position: absolute;
  height: 1.85px;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.header .hamburger .line:nth-child(1) {
  top: 16px;
  left: 50%;
  width: 24px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .header .hamburger .line:nth-child(1) {
    top: 28px;
    width: 40px;
  }
}
.header .hamburger .line:nth-child(2) {
  width: 18px;
  top: 50%;
  right: 0;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .header .hamburger .line:nth-child(2) {
    width: 32px;
    left: 28px;
  }
}
.header .hamburger .line:nth-child(3) {
  bottom: 16px;
  left: 50%;
  width: 24px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .header .hamburger .line:nth-child(3) {
    bottom: 28px;
    width: 40px;
  }
}
.header .hamburger.clicked {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.header .hamburger.clicked .line:nth-child(1) {
  top: 50%;
  width: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.header .hamburger.clicked .line:nth-child(2) {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.header .hamburger.clicked .line:nth-child(3) {
  bottom: auto;
  top: 50%;
  width: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.menu {
  display: none;
}
.menu.active {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 999;
  transition: all 0.3s ease;
}
.menu.active ul li a {
  color: #fff;
}
.menu ul li {
  width: 100%;
  text-align: center;
}

@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(320px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*------------------
 mainfv
------------------*/

.mainfv video {
  width: 100%; 
  height: 100vh;
  object-fit: cover; 
}


@media (max-width: 767.98px) {
  .mainfv video {
    width: 100%;
    height: 60vh; /* ← ここを 100% → 200vh に変更 */
    object-fit: cover;
    transform: scale(1); 
  }

  .mainfv {
    margin-top: 0;
  }
}


/*------------------
 about
------------------*/
.section-about {
  padding: 80px 0;
  background-image: url(../img/company.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.section-about::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 16, 15, 0.8);
}
@media (min-width: 768px) {
  .section-about .about-inner__txt {
    width: 45%;
  }
}

/*------------------
 gallery
------------------*/
.section-gallery {
  background-image: url(../img/company.webp);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.section-gallery .left-loop li,
.section-gallery .right-loop li {
  max-width: 200px;
}
.section-gallery .left-loop li:nth-child(even),
.section-gallery .right-loop li:nth-child(even) {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .section-gallery .left-loop li:nth-child(even),
  .section-gallery .right-loop li:nth-child(even) {
    margin-top: 32px;
  }
}
@media (min-width: 768px) {
  .section-gallery .left-loop li,
  .section-gallery .right-loop li {
/*     max-width: 320px; */
    max-width: 285px;
  }
}
.section-gallery .left-loop li.vertical,
.section-gallery .right-loop li.vertical {
  max-width: 120px;
}
@media (min-width: 768px) {
  .section-gallery .left-loop li.vertical,
  .section-gallery .right-loop li.vertical {
    max-width: 240px;
  }
}

/*------------------
 artist
------------------*/
.section-artist {
  background-image: url(../img/artist_bg.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.section-artist .artist-inner__image {
  width: 150px;
}
@media (min-width: 768px) {
  .section-artist .artist-inner__image {
    width: 240px;
  }
}
.section-artist .artist-inner__txt {
  padding-left: 12px;
  width: calc(100% - 150px);
}
@media (min-width: 768px) {
  .section-artist .artist-inner__txt {
    padding-left: 16px;
    width: calc(100% - 240px);
  }
}
.section-artist .artist-inner__txt .artist-info dt,
.section-artist .artist-inner__txt .artist-info dd {
  font-size: 12px;
}
@media (min-width: 768px) {
  .section-artist .artist-inner__txt .artist-info dt,
  .section-artist .artist-inner__txt .artist-info dd {
    font-size: 14px;
  }
}
.section-artist .artist-inner__txt .artist-info dt {
  width: 64px;
  padding-right: 8px;
  margin-right: 8px;
  border-right: solid 1px #DFDFDF;
}
@media (min-width: 768px) {
  .section-artist .artist-inner__txt .artist-info dt {
    width: 80px;
  }
}
.section-artist .artist-inner__txt .artist-info dd {
  width: calc(100% - 64px - 8px);
}
@media (min-width: 768px) {
  .section-artist .artist-inner__txt .artist-info dd {
    width: calc(100% - 80px - 8px);
  }
}

/*------------------
 news
------------------*/
.section-news .news-inner__ttl {
  width: 100%;
}
@media (min-width: 768px) {
  .section-news .news-inner__ttl {
    width: 40%;
  }
}
.section-news .news-inner__content {
  width: 100%;
}
@media (min-width: 768px) {
  .section-news .news-inner__content {
    width: 60%;
  }
}

.news-lists li + li {
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 1px #E7E7E7;
}

/*------------------
 gmap
------------------*/
.section-gmap .gmap iframe {
  height: 320px;
}
@media (min-width: 768px) {
  .section-gmap .gmap iframe {
    height: 450px;
  }
}

/*------------------
 info
------------------*/
.section-info {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .section-info {
    padding: 80px 0;
  }
}

/*------------------
 contact
------------------*/
.section-contact {
  padding-top: 0;
}
.section-contact .contact-wrap {
  background-image: url(../img/contact_bg.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding: 48px 16px;
}
@media (min-width: 768px) {
  .section-contact .contact-wrap {
    padding: 88px;
  }
}
.section-contact .section-ttl {
  margin-bottom: 0;
}

/*------------------
 footer
------------------*/
.footer {
  padding-top: 48px;
}
@media (min-width: 768px) {
  .footer {
    padding-top: 100px;
  }
}

/*------------------
 fixed
------------------*/
/*
.fixed-btn {
 position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 900;
  display: block;
}

.fixed-btn a {
  color: #fff;
  border-radius: 16px 0px 0px 16px;
  padding: 32px 12px;
  background: linear-gradient(180deg, #28928C 0%, #69DFD8 100%);
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 1px;
}
*/

.vertical-text {
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 1px;
}


/*------------------
 animation
------------------*/
.fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(24px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
@media (min-width: 768px) {
  .fadein {
    transform: translateY(30px);
  }
}
.fadein.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.loadfade {
  opacity: 0;
  visibility: hidden;
  transform: translateY(24px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
@media (min-width: 768px) {
  .loadfade {
    transform: translateY(30px);
  }
}
.loadfade.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}


	top: 15vw;	/*画像ブロックに対して上からの配置場所*/
}


/*list1（製品ブランドコーナー）
---------------------------------------------------------------------------*/
/*冒頭の大きなロゴの飾り*/
.logo-kazari {
	background: url("../img/logo.png") no-repeat left top / 70%;	/*ロゴ画像の読み込み。左上に配置し、幅は70%。*/
}

/*１枚目の写真*/
.list1.image1 {
	background: url("../images/1.jpg") no-repeat center center / cover;
}

/*２枚目の写真*/
.list1.image2 {
	background: url("../images/2.jpg") no-repeat center center / cover;
}

/*３枚目の写真*/
.list1.image3 {
	background: url("../img/gallery_03.jpg") no-repeat center center / cover;
}

/*４枚目の写真*/
.list1.image4 {
	background: url("../images/4.jpg") no-repeat center center / cover;
}

/*ボックス１個あたり*/


/*マウスオン用のアニメーション*/
.list1::before {
	content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;
	background: rgba(0,0,0,0.6);		/*写真に重ねておく半透明の黒い色。0,0,0は黒のことで0.6は色が60%出た状態。*/
	transition: transform 0.5s 0.1s;	/*アニメーションの速度（0.5秒）と待機時間（0.1秒）。*/
}
.list1:hover::before {
	transform: translateX(100%);	/*マウスオンで半透明の黒を枠外へ出す。-100%にすると逆に移動します。*/
}

/*テキストブロック*/
.list1 .text {
	position: relative;z-index: 1;
	width: 80%;		/*幅*/
	height: 100%;
	color: #fff;	/*文字色*/
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);	/*テキストの影。右へ、下へ、ぼかし幅、0,0,0は黒のことで0.3は色が30%出た状態。*/
}

	/*画面幅600px以上の追加指定*/
	@media screen and (min-width:600px) {

	/*テキストブロック*/
	.list1 .text {
		width: 40%;		/*幅*/
	}

	}/*追加指定ここまで*/


/*テキストの配置場所を入れ替えたい場合のスタイル。*/
.list1 .text.reverse {
	margin-left: auto;
}

/*list1内のh3見出し*/
.list1 h3 {
	margin: 0;padding: 0;
	font-weight: normal;	/*h要素のデフォルトの太字を標準に*/
	position: relative;
	font-size: 2rem;		/*文字サイズを200%*/
	letter-spacing: 0.1rem;	/*文字間隔を少しだけ広く*/
	line-height: 1.2;		/*行間を狭くする*/
}

/*list1内のh3見出し内の１文字目の大きな文字*/
.list1 h3 .large {
	font-size: 7rem;	/*文字サイズを7倍*/
}

/*見出しの右上にある英語の小さな文字*/
.list1 h3 span:not(.large) {
	font-size: 1rem;	/*文字サイズを標準に戻す*/
	opacity: 0.5;		/*透明度50%*/
	position: absolute;
	right: 0px;	/*右からの配置場所*/
	top: 0px;	/*上からの配置場所*/
}


/*list-grid1（３カラムボックス）
---------------------------------------------------------------------------*/
.list-grid1 .list * {margin: 0;padding: 0;}

/*ボックス１個あたり*/
.list-grid1 .list {
    display: grid;
	margin-bottom: 2rem;	/*ボックスの下に空けるスペース*/
}

/*ボックス内のp要素*/
.list-grid1 .list p {
	font-size: 0.85rem;	/*文字サイズを85%に*/
	line-height: 1.5;	/*行間を狭くする*/
	
	
}

/*ボックス１個あたり*/
.list-grid1 .list {
	padding: 1rem;			/*ボックス内の余白。１文字分。*/
	background: #fff;		/*背景色*/
	color: #111;			/*文字色*/
    grid-template-rows: auto 1fr auto;	/*１つ目（この場合はfigure要素のサイズ）と「詳しくみる」ボタンの高さは自動に、２つ目（この場合はtextブロック））を残った幅で使う*/
	box-shadow: 5px 5px 20px rgba(0,0,0,0.1);	/*ボックスの影。右へ、下へ、ぼかし幅、0,0,0は黒の事で0.1は色が10%出た状態。*/
}

/*ボックス内のfigure画像*/
.list-grid1 .list figure {
	margin: -1rem;			/*画像を枠いっぱいに表示させる為に上の「.list-grid1 .list」のpadding分をネガティブマーインで指定*/
	margin-bottom: 0.5rem;	/*画像の下に空けるスペース*/
}

	/*画面幅800px以上の追加指定*/
	@media screen and (min-width:800px) {

	/*listブロック全体を囲むブロック*/
	.list-grid1 {
		display: grid;
		grid-template-columns: repeat(3, 1fr);	/*3列にする指定。4列にしたければrepeat(4, 1fr)とする。*/
		gap: 3vw;	/*ブロックの間に空けるマージン的な指定*/
	}

	/*ボックス１個あたり*/
	.list-grid1 .list {
		margin-bottom: 0;	/*下に空けるスペースをなくす*/
	}

	}/*追加指定ここまで*/
	
dialog[open] {
  animation: appear .15s cubic-bezier(0, 1.8, 1, 1.8);
}

  dialog::backdrop {
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.5), rgba(54, 54, 54, 0.5));
    backdrop-filter: blur(3px);
  }
  
 
@keyframes appear {
  from {
    opacity: 0;
    transform: translateX(-3rem);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
} 

/*list-c2（お問い合わせ、ご予約）
---------------------------------------------------------------------------*/
.list-c2 > a {
    text-decoration: none;
    display: block;
}

	/*画面幅600px以上の追加指定*/
	@media screen and (min-width:600px) {
	
	/*２つのボックスを囲むボックス*/
	.list-c2 {
		display: flex;	/*横並びにする*/
	}

	}/*追加指定ここまで*/


/*ボックス１個あたり*/
.list-c2 .list {
	text-align: center;
	position: relative;
	overflow-y: hidden;
	color: #fff;		/*文字色*/
	text-shadow: 0px 0px 10px rgba(0,0,0,0.6);	/*テキストの影。右へ、下へ、ぼかす量、0,0,0は黒のことで0.6は色が出た状態。*/
	padding: 5rem 2rem;	/*上下、左右へのボックス内の余白*/
	margin: 1rem 0;		/*上下、左右へのマージン*/
}

@media (max-width: 768px) {
  .list-c2 .list {
    margin: 0;
  }
}

	/*画面幅600px以上の追加指定*/
	@media screen and (min-width:600px) {
	
	.list-c2 > * {
		flex: 1;
	}
	.list-c2 .list {
		margin: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.list-c2 > a .list {
		height: 100%;
	}

	}/*追加指定ここまで*/



/*左側ボックスの背景*/
.list-c2 .list.image1 {
	background: url("../img/contact-tel.webp") no-repeat center center / cover;
}

/*右側ボックスの背景*/
.list-c2 .list.image2 {
	background: url("../img/contact-form.webp") no-repeat center center / cover;
}

/*h4見出し*/
.list-c2 h4 {
	font-weight: 200;	/*細字にする*/
	line-height: 1.2;	/*行間を狭く*/
}

/*h4見出し内のメインテキスト（main-text）*/
.list-c2 h4 .main-text {
	display: block;
	font-size: 3rem;		/*文字サイズ。3倍。*/
	padding-top: 1.5rem;	/*上に空ける余白*/
	padding-bottom: 3rem;	/*下に空ける余白*/
}

	/*画面幅600px以上の追加指定*/
	@media screen and (min-width:600px) {

	.list-c2 h4 .main-text {
		font-size: 4rem;	/*文字サイズ。4倍。*/
	}

	}/*追加指定ここまで*/


/*h4見出し内のサブテキスト（sub-text）*/
.list-c2 h4 .sub-text {
	position: relative;
	padding: 0 3rem;	/*上下、左右への余白設定ですが、両サイドのラインの配置にも影響します。お好みで。*/
}
/*h4見出し内のサブテキストの左右のライン*/
.sub-text::before {left: 0;}
.sub-text::after {right: 0;}
.list-c2 h4 .sub-text::before,.list-c2 h4 .sub-text::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 1.5rem;	/*線の長さ*/
	border-top: 1px solid #fff;	/*ラインの幅、線種、色*/
}

/*見出しの下の説明テキスト*/
.list-c2 .list .text {
	position: relative;z-index: 1;
/* 	font-size: 0.85rem;	/*文字サイズ85%*/ 
}

/*マウスオン用のアニメーション*/
.list-c2 .list::before {
	content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;
	background: rgba(0,0,0,0.6);		/*写真に重ねておく半透明の黒い色。0,0,0は黒のことで0.6は色が60%出た状態。*/
	transition: transform 0.3s 0.1s;	/*アニメーションの速度（0.3秒）と待機時間（0.1秒）。*/
}
.list-c2 .list:hover::before {
	transform: translateY(100%);	/*マウスオンで半透明の黒を枠外へ出す。-100%にすると逆に移動します。*/
}

/*ボックス内のボタン（.btn2）*/
.list-c2 .list .btn2 a {
	background: rgba(0,0,0,0.7);	/*背景色。0,0,0は黒のことで0.7は色が70%出た状態。*/
}

/*ボックス内のボタン（.btn3）*/
.list-c2 .list .btn1 a {
	text-shadow: none;	/*テキストの影を消す*/
}


#logoScreen {
  transition: opacity 0.5s ease;
}

#logoScreen.fade-out {
  opacity: 0;
}

.tab-buttons button {
  padding: 10px 20px;
  border: none;
  background-color: #eee;
  cursor: pointer;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.tab-buttons button.active {
  background-color: #28928C;
  color: white;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.project-slider {
  width: 100%;
  padding: 20px 0 50px 0;
}

.slide {
  height: auto;
}


 /* 背景の方眼グリッド */
 .bg-grid {
  background-image:
    linear-gradient(to right,rgba(0,0,0,.08) 1px,transparent 1px),
    linear-gradient(to bottom,rgba(0,0,0,.08) 1px,transparent 1px);
  background-size: 40px 40px;
}

/* 背景の円弧 */
.bg-circles {
  background-image:
    radial-gradient(circle at 25% 50%,rgba(0,0,0,.08) 0,rgba(0,0,0,.08) 1px,transparent 1px);
  background-size: 800px 800px;
}

/* ヒーローセクション */
.hero {
  position: relative;
  overflow: hidden;
  background: #fff;
}
/* 背景オーバーレイ */
.hero__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  /* 方眼グリッドと円弧を重ね描き */
  background-image:
    linear-gradient(to right,rgba(0,0,0,.08) 1px,transparent 1px),
    linear-gradient(to bottom,rgba(0,0,0,.08) 1px,transparent 1px),
    radial-gradient(circle at 25% 50%,rgba(0,0,0,.08) 0,rgba(0,0,0,.08) 1px,transparent 1px);
  background-size: 40px 40px, 40px 40px, 800px 800px;
}
