@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;
}

/* KVカルーセル（共通スタイル上書き） */
#static .jcarousel-indicator > a {
	width: 7px;
	height: 7px;
	margin-top: 20px;
}
#static .keyvisual .jcarousel-control-prev__icon-arrow {
	fill: #ccc;
}

/* 商品カルーセル（共通スタイル上書き） */
#static .row .jcarousel .col.col--4 .product--thumb .inr__wrap-img img {
	width: 200px;
	height: 200px;
	border: none;
}
#static .keyvisual img {
	width: 100%;
	max-height: 400px;
	aspect-ratio: 980/400;
}

/* ランキング（共通スタイル上書き） */
#static .product--thumb .product__ranking-num {
	margin-bottom: 16px;
	background-color: #a39187;
}
#static .content-brand-logo {
	text-align: center;
}
#static .content-brand-logo img {
	width: 980px;
	height: 79px;
}

/* ---------------------------
  見出し
------------------------------ */
#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 .link-button a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 360px;
	height: 47px;
	margin: 0 auto;
	border: 1px solid #888;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
}

/* ---------------------------
  ナビゲーションバー
------------------------------ */
#static .nav-area {
	position: relative;
	z-index: 2;
	margin-bottom: 22px;
	background-color: #fff;
}
#static .nav-area a {
	text-decoration: none;
}
#static .nav {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	position: relative;
	width: 980px;
	margin: auto;
	box-sizing: border-box;
	font-size: 16px;
}
#static .nav li > a {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	position: relative;
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
}
#static .nav li > a:hover {
	background-color: #f2f2f2;
}
#static .nav li > a.link-external {
	padding-right: 39px;
}
#static .nav li > a.link-external::after {
	position: absolute;
	right: 20px;
	width: 14px;
	height: 14px;
	background-image: url(/user_data/packages/default/brand/125/images/icon_open_in_new.svg);
	background-size: contain;
	content: "";
}

/* ---------------------------
  キービジュアル
------------------------------ */
#static .keyvisual {
	margin-bottom: 20px;
}

/* ---------------------------
  新商品
------------------------------ */
#static .new-arrival {
	margin-bottom: 60px;
}

/* ---------------------------
  ランキング
------------------------------ */
#static .ranking {
	margin-bottom: 80px;
}

/* ---------------------------
  カウンセリング予約バナー
------------------------------ */
#static .banner-counseling {
	margin-bottom: 80px;
}
#static .banner-counseling a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 980px;
	height: 139px;
	border: 1px solid #a39187;
	color: #a39187;
	text-decoration: none;
	text-align: center;
}
#static .banner-counseling img {
	width: 360px;
	height: 26px;
	margin-bottom: 13px;
}
#static .banner-counseling-text {
	font-size: 16px;
}
#static .category-nav {
	margin-bottom: 80px;
}
#static .category-nav ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#static .category-nav ul li {
	width: calc((100% - 60px) / 4);
	box-sizing: border-box;
}
#static .category-nav ul li img {
	width: 230px;
	max-width: 100%;
	height: 130px;
}
#static .ignis-gate {
	padding: 40px 160px;
	background: #f8f7f3;
	font-size: 15px;
	text-align: center;
}
#static .ignis-gate-title {
	margin: 0 auto 20px;
}
#static .ignis-gate-title img {
	width: 157px;
	height: 68px;
}
#static .ignis-gate-lead {
	margin-bottom: 30px;
}
#static .ignis-gate-inner {
	display: flex;
	justify-content: center;
}
#static .ignis-gate-inner img {
	width: 300px;
	height: 300px;
	margin-right: 80px;
}
#static .ignis-gate-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#static .ignis-gate-txt {
	line-height: 2.3;
	text-align: left;
}
#static .ignis-gate-button {
	width: 238px;
	height: 47px;
	margin-top: 30px;
	padding: 13px;
	border: 1px solid #a39187;
	background: #fff;
	color: #a39187;
	text-decoration: none;
}
