@charset "utf-8";
#static .section {
	margin-bottom: 30px;
}

/* stylelint-disable */

/* KVカルーセル（共通スタイル上書き） */
#static .jcarousel-indicator > a {
	margin-top: 20px;
	width: 7px;
	height: 7px;
}
#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 .product--thumb .product__ranking-num {
	margin-bottom: 16px;
	background: #b49c56;
}

/* stylelint-enable */

/* ---------------------------
  ローディング画像
------------------------------ */
#static img[loading='lazy']:not(.no-loader) {
	display: block;
	background: url(/images/common/loading.gif) no-repeat center center;
	background-size: 25px 25px;
}

/* ---------------------------
  ブランドロゴ
------------------------------ */
#static .content-brand-logo {
	display: block;
	margin-bottom: 20px;
	text-align: center;
}
#static .content-brand-logo img {
	width: 980px;
	height: 148px;
}

/* ---------------------------
  ナビゲーションバー
------------------------------ */
#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,
#static .nav li > span {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	position: relative;
	width: 100%;
	height: 50px;
	padding: 0 48px 0 25px;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
}
#static .nav li > a:hover,
#static .nav li > span:hover {
	background-color: #f8f6ed;
}
#static .nav li:has(> .nav-child-box:hover) {
	background-color: #f8f6ed;
}
#static .nav li:last-of-type > a,
#static .nav li:last-of-type > span {
	padding: 0 39px 0 18px;
}
#static .nav li > a.link-external::after {
	position: absolute;
	right: 20px;
	width: 14px;
	height: 14px;
	background-image: url(/user_data/packages/default/brand/18/images/icon_open_in_new.svg);
	background-size: contain;
	content: '';
}
#static .nav > li:hover .nav-child-box {
	overflow: visible;
	height: auto;
	opacity: 1;
}
#static .nav .icon-arrow-bottom {
	position: absolute;
	right: 25px;
	width: 13px;
	height: 8px;
}
#static .nav .icon-arrow-right {
	position: absolute;
	right: 50px;
	width: 8px;
	height: 13px;
}
#static .nav .nav-child-box ul {
	display: flex;
	flex-wrap: wrap;
	width: 980px;
	margin: 0 auto;
	padding: 10px 25px;
}
#static .nav .nav-child-box ul li {
	height: auto;
}
#static .nav .nav-child-box ul li > a,
#static .nav .nav-child-box ul li > span {
	height: auto;
	padding: 10px 68px 10px 0;
}
#static .nav .nav-child-box {
	overflow: hidden;
	position: absolute;
	left: 0;
	width: 980px;
	height: 0;
	background-color: #f8f6ed;
	transition: opacity 300ms;
	opacity: 0;
	white-space: nowrap;
}
#static .nav .nav-child-box .nav-child li a span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 14px;
	text-align: center;
}

/* ---------------------------
  見出し
------------------------------ */
#static .title-section {
	margin-bottom: 20px;
	color: #b49c56;
	font-size: 25px;
	font-weight: normal;
	text-align: center;
}

/* ---------------------------
  リンクボタン
------------------------------ */
#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 .ranking {
	margin-bottom: 80px;
}

/* ---------------------------
  Products
------------------------------ */
#static .products {
	margin-bottom: 80px;
}
#static .category-title {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	color: #b49c56;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}
#static .category-title::before,
#static .category-title::after {
	flex-grow: 1;
	height: 1px;
	background-color: #b49c56;
	content: '';
}
#static .category-title::before {
	margin-right: 12px;
}
#static .category-title::after {
	margin-left: 12px;
}
#static .products-list {
	display: flex;
	justify-content: center;
	gap: 32px;
}
#static .products-list li {
	text-align: center;
}
#static .products-list li a {
	display: block;
	text-decoration: none;
}
#static .products-list li img {
	width: 109px;
	height: 109px;
	margin-bottom: 20px;
}
#static .products-list-name {
	font-size: 14px;
}
#static .products-category-row {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
#static .products-category-row .products-category {
	width: 410px;
}
#static .products-category-row div:last-child {
	width: 130px;
}

/* ---------------------------
  カウンセリング予約バナー
------------------------------ */
#static .banner-counseling a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 980px;
	height: 139px;
	border: 1px solid #b49c56;
	color: #b49c56;
	text-decoration: none;
	text-align: center;
}
#static .banner-counseling img {
	width: 360px;
	height: 26px;
	margin-bottom: 13px;
}
#static .banner-counseling-text {
	font-size: 16px;
}
