@charset "utf-8";
#static * {
	box-sizing: border-box;
}
#static h1 {
	margin-bottom: 20px;
}
#static .section {
	margin-bottom: 30px;
}
#static .line-none {
	border-top: none;
}
#static img {
	display: inline-block;
}
#static img[loading="lazy"]:not(.no-loader) {
	background: url(/images/common/loading.gif) no-repeat center center;
	background-size: 25px 25px;
}

/* ---------------------------
  見出し
------------------------------ */
#static .title-section {
	margin-bottom: 20px;
	font-size: 25px;
	font-weight: normal;
	text-align: center;
}
#static .title-section-inner {
	display: block;
	margin-top: 7px;
	font-size: 15px;
}
#static .title-section-sub {
	margin-bottom: 20px;
	font-size: 18px;
}

/* ---------------------------
  ロゴ
------------------------------ */
#static .content-brand-logo {
	display: block;
	margin-bottom: 80px;
	padding: 32px 0;
	background: #f8f7f3;
	text-decoration: none;
	text-align: center;
}
#static .content-brand-logo p {
	margin-top: 17px;
	font-size: 15px;
}
#static .content-brand-logo img {
    width: 157px;
    height: 68px;
}

/* ---------------------------
  カテゴリーナビ
------------------------------ */
#static .category-nav {
	margin-bottom: 80px;
}
#static .category-nav a {
	text-decoration: none;
}
#static .category-nav ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	list-style: none;
	width: 100%;
	max-width: 803px;
	margin: 0 auto 30px;
	padding: 0;
}
#static .category-nav ul li {
	width: calc((100% - 40px) / 3);
	font-size: 20px;
	text-align: center;
}
#static .category-nav ul li img {
	width: 100%;
	height: 300px;
	margin-bottom: 12px;
	object-fit: cover;
}

/* ---------------------------
  イグニス導線
------------------------------ */
#static .ignis-gate {
	text-align: center;
}
#static .ignis-gate img {
	width: 390px;
	height: 325px;
	margin: 0 auto;
}
