/* 記事タイトル（H1） */
.article-title {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	color: #333;
	margin-bottom: 20px;
}
@media (max-width: 768px) {
	.article-title {
		font-size: 20px;
	}
}

/* ブログサイドバー */
.sidebar-block {
	margin-bottom: 32px;
}
.sidebar-widget__title {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #05A5B6;
	padding: 8px 14px;
	margin: 0 0 12px;
	border-radius: 4px;
}

/* 著者プロフィール */
.sidebar-author {
	background: #f4f8fc;
	border-radius: 8px;
	padding: 16px;
}
.sidebar-author__img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	object-fit: cover;
	display: block;
	margin: 0 auto 12px;
}
.sidebar-author__label {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #05A5B6;
	padding: 6px 14px;
	margin: 0 0 12px;
	border-radius: 4px;
	text-align: center;
}
.sidebar-author__position {
	font-size: 11px;
	color: #888;
	text-align: center;
	margin-bottom: 2px;
}
.sidebar-author__name {
	font-size: 15px;
	font-weight: bold;
	color: #333;
	margin-bottom: 8px;
	text-align: center;
}
.sidebar-author__bio {
	font-size: 13px;
	line-height: 1.7;
	color: #555;
}

/* 記事リスト（最新・おすすめ共通） */
.sidebar-post-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.sidebar-post-item {
	border-bottom: 1px solid #eee;
}
.sidebar-post-item:last-child {
	border-bottom: none;
}
.sidebar-post-item__link {
	display: flex;
	gap: 10px;
	padding: 10px 0;
	align-items: center;
	text-decoration: none;
	color: inherit;
}
.sidebar-post-item__link:hover .sidebar-post-item__title {
	color: #05A5B6;
}
.sidebar-post-item__img {
	width: 64px;
	min-width: 64px;
	height: 48px;
	overflow: hidden;
	border-radius: 4px;
}
.sidebar-post-item__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sidebar-post-item__date {
	font-size: 11px;
	color: #999;
	margin-bottom: 4px;
}
.sidebar-post-item__title {
	font-size: 12px;
	line-height: 1.5;
	color: #333;
}

/* 検索ボックス */
.sidebar-search__inner {
	display: flex;
	gap: 6px;
}
.sidebar-search__input {
	flex: 1;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 8px 10px;
	font-size: 13px;
	outline: none;
}
.sidebar-search__input:focus {
	border-color: #05A5B6;
}
.sidebar-search__btn {
	background: #05A5B6;
	color: #fff;
	border: none;
	border-radius: 4px;
	padding: 8px 14px;
	font-size: 13px;
	cursor: pointer;
	white-space: nowrap;
}
.sidebar-search__btn:hover {
	opacity: 0.85;
}

/* ブログ：カテゴリーラベル */
.column-cats {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 6px;
}
.column-cat-label {
	display: inline-block;
	background: #05A5B6;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 10px;
	border-radius: 3px;
	text-decoration: none;
}
.column-cat-label:hover {
	opacity: 0.8;
}

/* 価格一覧ページ：絞り込みセクション */
.price > .block > section.common > .headline__bar--left--background {
	margin-bottom: 16px;
}

.price > .block > section.common > .common__text {
	margin-bottom: 0;
}

/* 商品一覧ページ */

.product-filter-list-product__tag{
	display:block;
	background:#edfffe;
}

.product-maker-logo{
	width:100%;
	display:block;
	background-color:#02A6B5;
	color:#fff;
	text-align:center;
	padding:0.5rem 0;
	margin-bottom:0.5rem;
	font-weight:900;
	font-size:10px;
}

.product-filter-list-product__tag-logo{
	width:80%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	align-items:center;
	margin:8px auto;
}

.product-filter-list-product__tag-logo img{
	width:40%;
}

.product-filter-list-product__tag-energy{
	margin-bottom:5px;
}

.product-filter-list-product__image{
	margin-bottom:10px;
}

.product-view-more{
	    border-radius: 2px;
    background-color: #ff910b;
    color: #FFF;
    display: flex;
    width: 100%;
    height: 25px;
    align-items: center;
    justify-content: center;
    font-size: 10px;
	margin-top:10px;
}

body.page .price #product-filter {
	margin-top: 24px;
}

body.page .price #product-filter h2 {
	display: block;
	font-size:29px;
	margin-bottom:1rem;
}

.product-filter-sort{
	margin-bottom:1rem;
}

/* 絞り込み後：フォームを下部に表示 */
.product-filter-refine {
	margin-top: 48px;
	padding-top: 32px;
	border-top: 1px solid #E5E5E5;
}

.product-filter-refine .headline__bar--left--background {
	margin-bottom: 16px;
}

.product-filter-refine__text {
	font-size: 13px;
	margin-bottom: 16px;
}

/* 絞り込み結果：条件名h2と件数テキスト */
#product-filter-results > .headline__bar--left--background {
	margin-top: 0;
	margin-bottom: 12px;
	
}

.product-filter-count {
	font-size: 14px;
	margin-bottom: 16px;
}

.product-filter-count span {
	font-weight: 700;
	font-size: 18px;
	margin: 0 2px;
}

/* 馬力の選び方ガイド */
.hp-guide {
	margin-top: 48px;
	margin-bottom: 48px;
	padding: 36px 40px;
	background: #f4f8fc;
	border-radius: 10px;
}
.hp-guide__title {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin-bottom: 16px;
	padding-left: 16px;
	border-left: 4px solid #05A5B6;
}
.hp-guide__lead {
	font-size: 14px;
	line-height: 1.8;
	color: #444;
	margin-bottom: 28px;
}
.hp-guide__subtitle {
	font-size: 15px;
	font-weight: bold;
	color: #05A5B6;
	margin-bottom: 12px;
}
.hp-guide__list {
	list-style: none;
	padding: 0;
	margin: 0 0 28px;
}
.hp-guide__item {
	font-size: 14px;
	line-height: 1.8;
	color: #444;
	padding-left: 1.2em;
	position: relative;
}
.hp-guide__item::before {
	content: "・";
	position: absolute;
	left: 0;
	color: #05A5B6;
}
.hp-guide__text {
	font-size: 14px;
	line-height: 1.8;
	color: #444;
	margin-bottom: 16px;
}
@media (max-width: 768px) {
	.hp-guide {
		padding: 24px 20px;
	}
	.hp-guide__title {
		font-size: 17px;
	}
}

/* ブログ一覧：タブコンテナのマージン調整 */
body.archive .column-tag-tab {
    margin-bottom: 20px;
}

/* ブログ一覧：アクティブタブをH2として使うためのスタイル（main.cssのa向けスタイルを上書き） */
body.archive .column-tag-tab h2.column-tag-tab__button {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #081F57;
    padding: 10px 32px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    flex-shrink: 0;
    white-space: nowrap;
    min-width: fit-content;
    margin: 0;
    cursor: default;
}
@media (max-width: 576px) {
    body.archive .column-tag-tab h2.column-tag-tab__button {
        font-size: 14px;
        padding: 10px 20px;
    }
}

/* ブログ一覧：セクションリード文 */
body.archive .column-single > p.column-section-lead {
    font-size: 13px;
    color: #666;
    margin: 0 0 16px;
}

/* ブログ一覧：記事タイトル（H3）*/
.column-item__title {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
}

/* メインナビ：アイテム数変更に対応（固定幅→均等分割） */
.main-header-nav ul li {
    width: auto;
    flex: 1;
}

/* =============================
   サブナビゲーション
   ============================= */
.sub-header-nav {
    border-radius: 12px;
    background: #fff;
    margin-top: 8px;
}
.sub-header-nav__list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.sub-header-nav__item {
    position: relative;
    flex: 1;
}
.sub-header-nav__label {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    font-size: 13px;
    font-weight: bold;
    color: #081F57;
    cursor: default;
    white-space: nowrap;
    border-right: 1px solid #eee;
    transition: color 0.2s;
}
.sub-header-nav__label::after {
    content: '';
    display: inline-block;
    margin-left: 5px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #999;
}
.sub-header-nav__item:last-child .sub-header-nav__label {
    border-right: none;
}
.sub-header-nav__item:hover .sub-header-nav__label {
    color: #02A6B5;
}
.sub-header-nav__item:hover .sub-header-nav__label::after {
    border-top-color: #02A6B5;
}

/* ドロップダウン本体 */
.sub-header-nav__dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 180px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.12);
    list-style: none;
    margin: 0;
    padding: 6px 0;
    z-index: 300;
}
.sub-header-nav__item:hover .sub-header-nav__dropdown {
    display: block;
}
.sub-header-nav__dropdown li {
    width: auto;
}
.sub-header-nav__dropdown li a {
    display: block;
    padding: 9px 18px;
    font-size: 13px;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.15s, color 0.15s;
}
.sub-header-nav__dropdown li a:hover {
    background: #f0fbfc;
    color: #02A6B5;
}

@media (max-width: 768px) {
    .sub-header-nav {
        display: none;
    }
}

/* 商品一覧：H1下テキスト */
.product-intro {
    margin-bottom: 24px;
}
.product-intro__text {
    font-size: 14px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 12px;
}
.product-intro__text:last-child {
    margin-bottom: 0;
}

/* ヘッダーロゴサイズ調整 */
.main-header-log-wrapper a img {
    height: 65px;
}
@media (max-width: 576px) {
    .main-header-log-wrapper a img {
        height: 38px;
    }
}

/* サイドバー追従（PC） */
@media (min-width: 769px) {
	#side-menu {
		position: sticky;
		top: 24px;
	}
}