@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..700&display=swap");
@import url("https://daimatsunet.itembox.cloud/item/css/common.css?t=20260915132558?t=123");
@import url("https://daimatsunet.itembox.cloud/item/css/page.css?t=20260915132558?t=123");
@import url("https://daimatsunet.itembox.cloud/item/css/style.css?t=20260915132558?t=125");
@import url("https://daimatsunet.itembox.cloud/item/css/style02.css?t=20260915132558?t=126");
@import url("https://daimatsunet.itembox.cloud/item/css/base.css?t=20260915132558?t=123");
@import url("https://daimatsunet.itembox.cloud/item/css/layout.css?t=20260915132558?t=139");
@import url("https://daimatsunet.itembox.cloud/item/css/daimatsu-original.css?t=20260915132558?t=124");
@import url("https://daimatsunet.itembox.cloud/item/css/daimatsu-ec.css?t=20260915132558?t=124");

/* スマホのランキングをHTML順（1→7）で表示する */
@media screen and (max-width: 768px) {
  .ranking .blc:nth-of-type(even) {
    float: left;
  }
}

/* [コメントアウト] 現在は読み込まないCSS
@import url("https://daimatsunet.itembox.cloud/item/css/helmet-item.css?t=20260915132558?t=125");
@import url("https://daimatsunet.itembox.cloud/item/css/mypage.css?t=20260915132558"?t=123);
@import url("https://daimatsunet.itembox.cloud/item/css/selmodal.css?t=20260915132558?t=123");
@import url("https://daimatsunet.itembox.cloud/item/css/ec_commons.css?t=20260915132558?t=123");
@import url("https://daimatsunet.itembox.cloud/item/css/daimatsu-append.css?t=20260915132558?t=123");
@import url("https://daimatsunet.itembox.cloud/item/css/ec_mypage_receipt.css?t=20260915132558?t=123");
@import url("https://daimatsunet.itembox.cloud/item/css/customize.css?t=20260915132558?t=123");
--*/

.dev-tools {
    background-color: #fff;
    position: fixed;
    z-index: 99999999;
    padding: 1em;
    font-size: 130%;
    line-height: 1.8;
}

/* =========================================================
	レイアウト用CSS
	========================================================= */

body {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", meiryo, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
}

/* =========================
   ヘッダー
========================= */
.fs-l-header {
  width: 100%;
}

.fs-l-header__inner {
  max-width: 1100px;
  margin: 0 auto;
}
#search input[type="text"] {
       background: #fff;
    width: 85%;
    font-size: initial;
    border: 1px solid #333;
    box-shadow: 1px 1px 2px;
    padding: 0.5em;
}

/* =========================
   サイド
========================= */
/* 旧パーツ(#sidebar)の絶対配置を無効化。位置決めはグリッド／フレックスで行う。 */
.l-sidebar,
.l-sidebar #sidebar,
#sidebar {
	position: static;
	top: auto;
	left: auto;
	width: 100%;
	padding-top: 0;
}

/* トップ以外は .l-sidebar と .fs-l-main が .fs-l-page の直下に並ぶ。
   トップは .fs-l-main の中に入っている。両方の構造に対応する。
   サイドバー240 + 間隔45 + メイン1000 = 1285px（デザイン実測値）。 */
@media screen and (min-width: 769px) {
	/* サイドバーが .fs-l-page の直下にある構造のときだけグリッドにする */
	.fs-l-page:has(> .l-sidebar) {
		display: grid;
		grid-template-columns:
			minmax(20px, 1fr)
			240px
			45px
			minmax(0, 1000px)
			minmax(20px, 1fr);
		align-items: start;
	}

	.fs-l-page:has(> .l-sidebar) > * {
		grid-column: 1 / -1;
		min-width: 0;
	}

	.fs-l-page:has(> .l-sidebar) > .l-sidebar {
		grid-column: 2;
	}
	.fs-l-page:has(> .l-sidebar) > .fs-l-main {
		grid-column: 4;
		width: 100%;
		max-width: none;
		margin-left: 0;
	}

	/* ヘッダー直下の余白（トップ以外の下層ページ） */
	.fs-l-page:has(> .l-sidebar) > .l-sidebar,
	.fs-l-page:has(> .l-sidebar) > .fs-l-main {
		padding-top: 40px;
	}
}

/* =========================
   メイン
========================= */
.fs-preview-header__title,.fs-preview-header {
display:none;
}

.fs-l-main {
	display: block;
	width: 780px;
	max-width: none;
	margin-left: calc(50% - 500px + 270px);
	min-height: auto;
	padding-top: 10px;
}
#wide.fs-l-main {
	width: 1200px;
	max-width: 100%;
	margin-left: auto;
	padding-top: 120px;
}
#fs_Top .fs-l-main {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	min-height: 0;
}
#fs_Top #wide.fs-l-main {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

/* =========================
   トップページ全体レイアウト（左サイドナビ＋右メイン / BP:768px）
========================= */
/* .fs-l-main の中に .l-sidebar と .fs-l-pageMain が横並び。
   サイドバー240 + 間隔45 + メイン1000 = 1285px を中央寄せ（デザイン実測値）。 */
@media screen and (min-width: 769px) {
	.fs-l-main:has(> .l-sidebar) {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		gap: 0 45px;
		width: auto;
		max-width: 1285px;
		margin: 0 auto;
		padding: 40px 0 0;   /* ヘッダー直下の余白 */
	}
	/* トップは直下がKVスライダーなので余白なし */
	#fs_Top .fs-l-main:has(> .l-sidebar) {
		padding-top: 0;
	}

	/* 旧ページの本文は #Contents { width:740px; float:right } で右に寄っていた。
	   メインが1000pxになったので、floatを解除して左寄せ・幅いっぱいにする。
	   ※.fs-l-pageMain 自体は flex にしない。旧ページの中身が壊れるため。 */
	.fs-l-pageMain #Contents {
		float: none;
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	/* 原寸の大きい画像が枠から飛び出さないようにする */
	.fs-l-pageMain img {
		max-width: 100%;
		height: auto;
	}

	/* サイドバー・本文以外（パンくず、エラー表示、カートボタン等）は
	   全幅で1行占有させ、上に置く。レイアウトの並び順に左右されないよう
	   order で「上 → サイドバー → 本文」に固定する。 */
	.fs-l-main:has(> .l-sidebar) > * {
		order: 0;
		flex: 0 0 100%;
		min-width: 0;
	}

	.fs-l-main:has(> .l-sidebar) > .l-sidebar {
		order: 1;
		flex: 0 0 240px;
	}
	.fs-l-main:has(> .l-sidebar) > .fs-l-pageMain {
		order: 2;
		flex: 1 1 0;
		min-width: 0;
		max-width: 1000px;
	}

	/* メインエリアの外（.fs-l-page 直下）に置かれたパンくず・エラー表示を、
	   本文と同じ 1285px 幅で中央に揃える。レイアウトを直さずに済ませるため。 */
	.fs-l-page > .fs-c-breadcrumb,
	.fs-l-page > .fs-c-panelContainer {
		width: 100%;
		max-width: 1285px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 20px;
	}
}

@media screen and (max-width: 768px) {
	/* SPでは固定幅780pxを解除する（これが無いと横スクロールが出る） */
	.fs-l-main {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
	}

	.fs-l-main:has(> .l-sidebar) {
		display: flex;
		flex-direction: column;
		padding-top: 0;
	}
	/* SPではサイドバーを本文の下に回す */
	.fs-l-main:has(> .l-sidebar) > .l-sidebar {
		order: 1;
	}
}

/* =========================
   フッター
========================= */
.fs-l-footer {
  width: 100%;
  clear: both;
}
.fs-l-footer__contents {
    max-width: 100%;
}
.fs-l-footer__contents > * {
    padding: 0px;
}

/* =========================
   崩れ防止
========================= */
.l-main__inner img {
  max-width: 100%;
  height: auto;
}

#mainvisual img {
width:920px;
}

/* =========================
   スマホ用
========================= */
@media (max-width: 640px) {
#header {
    min-height: 21vw;
}
.dev-tools {
    padding: 0.5em;
    font-size: 80%;
}
.fs-l-header__contents {
    display: block;
}
.fs-l-header__contents > * {
    padding:1vw 0px;
}
#search input[type="text"] {
    width: 75%;
padding: 0.4em;
}
#search [type=submit] {
    width: 22%;
}

    body,body * {
        font-size: 3.8vw;
    }

/* =========================
   ヘッダー
========================= */
.fs-l-header {
  width: 100%;
}

.fs-l-header__inner {
  max-width: 100%;
}
/* =========================
   サイド
========================= */
#sidebar {
}

/* =========================
   フッター
========================= */
.fs-l-footer {
  width: 100%;
}
}

/* =========================
   コンテンツ
========================= */
.text-center {
    text-align: center;
}

/* =========================
   グループページ
========================= */
.fs-c-subgroupList__image {
  grid-column: auto;
  grid-row: auto;
  align-self: auto;
  margin-right: 0;
border: 1px solid #999;
}
/* 各メーカー枠 */
.fs-c-subgroupList__item {
  border: none;
  box-sizing: border-box;
flex: 0 0 25%;
    max-width: 25%;
}

/* リンク全体を縦並び */
.fs-c-subgroupList__link {
background: none;
    border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 6px 6px;
  box-sizing: border-box;
  text-decoration: under;
}
.fs-c-subgroupList__link, .fs-c-subgroupList__link:visited, .fs-c-subgroupList__link:hover, .fs-c-subgroupList__link:active {
    color: #757575;
    text-decoration: none;
}
.fs-c-productList__controller {
color:#333;
}
.fs-c-productList__list__item {
    border-bottom: 1px solid #b2b2b2;
    padding: 16px 8px;
    color: #333;
}

.fs-c-productMark__mark {
  display: none !important;
}

.fs-c-productMark__mark--image:has(img) {
  display: inline-block !important;
}

/* テキスト */
.fs-c-subgroupList__label {
  width: 100%;
  margin: 0;
  line-height: 1.4;
  word-break: break-word;
  writing-mode: horizontal-tb;
}
.fs-c-subgroupList__link::after {
display:none;
}
/* 画像がない場合は画像エリアごと消す */
.fs-c-subgroupList__image:empty {
  display: none;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	202609リニューアル：トップページ
	+++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* レフトナビ */
.dm-lnav {
	--lnav-w: 230px;
	--lnav-row: 88px;
	--lnav-icon: 48px;
	--lnav-line: #231815;
	--lnav-ttl: #333;
	--lnav-txt: #000;
	--lnav-sp-bg: #f2f2f2;
	--lnav-sp-gap: 5px;
	--lnav-sp-bnr-cols: 1;
	--lnav-sp-bnr-gap: 10px;
	width: var(--lnav-w);
	max-width: 100%;
	margin: 0 auto;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", meiryo, sans-serif;
	box-sizing: border-box;
}
.dm-lnav *,
.dm-lnav *::before,
.dm-lnav *::after {
	box-sizing: border-box;
}
.dm-lnav__sec {
	margin-top: 48px;
}
.dm-lnav__sec:first-child {
	margin-top: 0;
}
.dm-lnav__ttl {
	margin: 0;
	padding: 0 0 24px;
	border-bottom: 1px solid var(--lnav-line);
	color: var(--lnav-ttl);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .02em;
	text-align: center;
}
.dm-lnav__bnrs,
.dm-lnav__list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.dm-lnav__bnrs {
	margin-top: 18px;
}
.dm-lnav__bnrs > li + li {
	margin-top: 20px;
}
.dm-lnav__bnrs a {
	display: block;
}
.dm-lnav__bnrs img {
	display: block;
	width: 100%;
	aspect-ratio: 240 / 186;
	object-fit: cover;
}
.dm-lnav__link {
	position: relative;
	display: flex;
	align-items: center;
	min-height: var(--lnav-row);
	padding: 6px 0;
	border-bottom: 1px dashed var(--lnav-line);
	color: var(--lnav-txt);
	text-decoration: none;
	transition: opacity .2s;
}
.dm-lnav--item > li:last-child .dm-lnav__link {
	border-bottom: 0;
}
.dm-lnav__link:hover {
	opacity: .65;
}
.dm-lnav__link::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5.5px 0 5.5px 8px;
	border-color: transparent transparent transparent var(--lnav-line);
}
.dm-lnav--maker .dm-lnav__link {
	justify-content: center;
}
.dm-lnav--maker .dm-lnav__link::after {
	left: 3px;
}
.dm-lnav--maker img {
	display: block;
	max-width: 100%;
	height: auto;
}
.dm-lnav__more {
	font-size: 17px;
	font-weight: 500;
	line-height: 1.4;
}
.dm-lnav--item .dm-lnav__link::after {
	display: none;
}
.dm-lnav__icon {
	flex: 0 0 var(--lnav-icon);
	width: var(--lnav-icon);
	margin-left: 2px;
}
.dm-lnav__icon img {
	display: block;
	width: 100%;
	height: auto;
}
.dm-lnav__label {
	flex: 1 1 auto;
	color: var(--lnav-txt);
	font-size: 23px;
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
}
.dm-lnav__label--sm {
	font-size: 20px;
}

@media screen and (max-width: 768px) {
	.dm-lnav {
		width: 100%;
		padding: 0 var(--lnav-sp-gap);
	}
	.dm-lnav__sec {
		margin-top: 45px;
	}
	.dm-lnav__ttl {
		padding-bottom: 0;
		border-bottom: 0;
		margin-bottom: 18px;
		/* font-size: 18px; */
	}
	.dm-lnav__bnrs {
		margin-top: 0;
		display: grid;
		grid-template-columns: repeat(var(--lnav-sp-bnr-cols), 1fr);
		gap: var(--lnav-sp-bnr-gap);
	}
	.dm-lnav__bnrs > li + li {
		margin-top: 0;
	}
	.dm-lnav__list {
		display: grid;
		/* 1fr だとロゴ幅＋余白より狭くならず、狭い画面で横にはみ出すため minmax(0, 1fr) にする */
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: var(--lnav-sp-gap);
	}
	/* 同じ行の項目は、いちばん高い項目に合わせて背景色の枠ごと伸ばす */
	.dm-lnav__list > li {
		display: flex;
	}
	.dm-lnav__list > li > .dm-lnav__link {
		flex: 1 1 auto;
	}
	.dm-lnav__link {
		min-height: 55px;
		padding: 6px 26px 6px 14px;
		border-bottom: 0;
		background: var(--lnav-sp-bg);
	}
	.dm-lnav__link::after {
		display: block;
		left: auto;
		right: 10px;
		border-width: 5.5px 0 5.5px 9px;
	}
	.dm-lnav--maker img {
		min-width: 0;
		/* 枠が狭いときは枠の幅まで縮める */
		max-width: min(130px, 100%);
		max-height: 36px;
	}
	.dm-lnav__more {
		font-size: 15px;
	}
	.dm-lnav__icon {
		flex-basis: 36px;
		width: 36px;
		margin-left: 0;
	}
	.dm-lnav__label {
		font-size: 17px;
	}
	.dm-lnav__label--sm {
		font-size: 15px;
	}
}

/* メインエリア スライダー部 */

.dm-sec {
	--sec-bg: #333;
	--sec-color: #fff;
	--sec-h: 75px;
	--sec-fz: 36px;
	--sec-gap: 27px;
	--sec-mt: 48px;
	--sec-font: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", meiryo, sans-serif;
	margin-top: var(--sec-mt);
	box-sizing: border-box;
}
.dm-sec *,
.dm-sec *::before,
.dm-sec *::after {
	box-sizing: border-box;
}
.dm-sec:first-child {
	margin-top: 0;
}
.dm-sec__ttl {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	min-height: var(--sec-h);
	padding: 8px 16px;
	background: var(--sec-bg);
	color: var(--sec-color);
	font-family: var(--sec-font);
	font-size: var(--sec-fz);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: .01em;
	text-align: center;
}
.dm-sec__body {
	margin-top: var(--sec-gap);
}
.dm-sec__body > [rcmd-plus-tid] {
	overflow: hidden;
}
.dm-sec__body h2 {
	display: none;
}

@media screen and (max-width: 768px) {
	.dm-sec {
		--sec-h: 53px;
		--sec-fz: 19px;
		--sec-gap: 20px;
		--sec-mt: 40px;
	}
}

.dm-sec--ja {
	--sec-font: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", meiryo, sans-serif;
	--sec-fz: 28px;
	letter-spacing: .04em;
}
@media screen and (max-width: 768px) {
	.dm-sec--ja {
		--sec-fz: 17px;
	}
}

/* RANKING タブ */
.dm-tab {
	--tab-cols: 5;
	--tab-gap: 6px;
	--tab-h: 44px;
	--tab-fz: 15px;
	--tab-radius: 2px;
	--tab-mt: 8px;
	--tab-pgap: 24px;
	--tab-bg: #ebebeb;
	--tab-color: #333;
	--tab-bg-on: var(--sec-bg, #333);
	--tab-color-on: #fff;
}
.dm-tab__nav {
	display: grid;
	grid-template-columns: repeat(var(--tab-cols), 1fr);
	gap: var(--tab-gap);
	margin: 0;
	padding: 0;
	list-style: none;
}
.dm-tab__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: var(--tab-h);
	margin: 0;
	padding: 6px 4px;
	border: 0;
	border-radius: var(--tab-radius);
	background: var(--tab-bg);
	color: var(--tab-color);
	font-family: inherit;
	font-size: var(--tab-fz);
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: background .2s, color .2s;
	-webkit-appearance: none;
	appearance: none;
}
.dm-tab__btn:hover {
	opacity: .75;
}
.dm-tab__btn.active {
	background: var(--tab-bg-on);
	color: var(--tab-color-on);
}
.dm-tab__panels {
	margin-top: var(--tab-pgap);
}
.dm-tab__panel {
	display: none;
}
.dm-tab__panel.active {
	display: block;
}
.dm-tab__panel > [rcmd-plus-tid] {
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.dm-tab {
		--tab-cols: 3;
		--tab-gap: 5px;
		--tab-h: 40px;
		--tab-fz: 13px;
		--tab-pgap: 16px;
	}
}

/* バナーリスト（FSカラムパーツ） */
.dm-bnr,
.dm-bnr__row {
	--bnr-gap: 20px;
	--bnr-max: 1355px;
	--bnr-row-mt: 48px;
}

.dm-bnr__row {
	margin-top: var(--bnr-row-mt);
}

.dm-bnr {
	--bnr-mt: 40px;
	--bnr-mb: 48px;
	--bnr-pad-x: 20px;
	margin-top: var(--bnr-mt);
	margin-bottom: var(--bnr-mb);
	padding-left: var(--bnr-pad-x);
	padding-right: var(--bnr-pad-x);
	box-sizing: border-box;
}

.dm-bnr__row.fs-pt-column,
.dm-bnr__row > .fs-pt-column,
.dm-bnr .fs-pt-column {
	display: flex;
	gap: var(--bnr-gap);
	max-width: var(--bnr-max);
	width: 100%;
	margin: 0 auto;
}

.dm-bnr__row + .dm-bnr__row,
.dm-bnr .fs-pt-column + .fs-pt-column {
	margin-top: var(--bnr-gap);
}

.dm-bnr__row .fs-pt-column__item,
.dm-bnr .fs-pt-column__item {
	flex: 1 1 0;
	min-width: 0;
	padding: 0;
}
.dm-bnr__row .fs-pt-column__image img,
.dm-bnr .fs-pt-column__image img {
	display: block;
	width: 100%;
	height: auto;
}
.dm-bnr__row a,
.dm-bnr a {
	display: block;
	transition: opacity .2s;
}
.dm-bnr__row a:hover,
.dm-bnr a:hover {
	opacity: .75;
}

@media screen and (max-width: 768px) {
	.dm-bnr,
	.dm-bnr__row {
		--bnr-gap: 10px;
		--bnr-row-mt: 40px;
	}
	.dm-bnr {
		--bnr-mt: 30px;
		--bnr-mb: 0;
		--bnr-pad-x: 0;
	}

	.dm-bnr {
		--bnr-slide: 100%;
		display: flex;
		gap: var(--bnr-gap);
		overflow-x: auto;
		overscroll-behavior-x: contain;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}
	.dm-bnr::-webkit-scrollbar {
		display: none;
	}
	.dm-bnr .fs-pt-column {
		display: contents;
	}
	.dm-bnr .fs-pt-column + .fs-pt-column {
		margin-top: 0;
	}
	.dm-bnr .fs-pt-column__item {
		flex: 0 0 var(--bnr-slide);
		scroll-snap-align: center;
	}

	.dm-bnr__row.fs-pt-column,
	.dm-bnr__row > .fs-pt-column {
		flex-direction: column;
	}
	.dm-bnr__row .fs-pt-column__item {
		flex: 0 0 auto;
	}
	.dm-bnr__row--sp2.fs-pt-column,
	.dm-bnr__row--sp2 > .fs-pt-column {
		flex-direction: row;
	}

	.dm-bnr__row--sp2 .fs-pt-column__item {
		flex: 1 1 0;
	}
}

/* バナースライダーの操作UI（ドット・矢印・カウンター） */
.dm-bnr__ctrl {
	display: none;

	--bnr-dot: var(--dm-dot-off);
	--bnr-dot-on: var(--dm-dot-on);
	--bnr-dot-size: var(--dm-dot-size);
	--bnr-dot-space: var(--dm-dot-space);
	--bnr-ctrl-ink: #333;
	--bnr-ctrl-mt: 0px;
	--bnr-ctrl-mb: 0px;

	--bnr-arrow-w: var(--dm-arrow-w);
	--bnr-arrow-h: var(--dm-arrow-h);
	--bnr-arrow-x: var(--dm-arrow-x);
	--bnr-arrow-bg: var(--dm-arrow-bg);
	--bnr-arrow-ink: var(--dm-arrow-ink);
}

.dm-bnr__ctrl--ui {
	--bnr-ctrl-mt: 14px;
}

@media screen and (max-width: 768px) {
	.dm-bnr__ctrl {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		height: 0;
		margin: 0;
	}

	.dm-bnr__ctrl--ui {
		height: auto;
		margin-top: var(--bnr-ctrl-mt);
		margin-bottom: var(--bnr-ctrl-mb);
	}

	.dm-bnr__arrow {
		position: absolute;
		top: var(--bnr-arrow-top, -100px);
		transform: translateY(-50%);
		z-index: 2;
		display: block;
		width: var(--bnr-arrow-w);
		height: var(--bnr-arrow-h);
		margin: 0;
		padding: 0;
		line-height: 0;
		font-size: 0;
		background: var(--bnr-arrow-bg);
		color: transparent;
		border: none;
		border-radius: 0;
		outline: none;
		cursor: pointer;
		-webkit-appearance: none;
		appearance: none;
	}
	.dm-bnr__arrow--prev { left: var(--bnr-arrow-x); }
	.dm-bnr__arrow--next { right: var(--bnr-arrow-x); }
	.dm-bnr__arrow::before {
		font-family: "fs-icon";
		font-size: var(--dm-arrow-mark);
		line-height: 1;
		color: var(--bnr-arrow-ink);
		opacity: var(--dm-arrow-op);
		cursor: pointer;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.dm-bnr__arrow--prev::before { content: "\e90b"; }
	.dm-bnr__arrow--next::before { content: "\e90c"; }
	.dm-bnr__arrow[disabled]::before { opacity: .25; }

	.dm-bnr__dots {
		display: flex;
		align-items: center;
		gap: var(--bnr-dot-space);
	}
	.dm-bnr__dot {
		width: var(--bnr-dot-size);
		height: var(--bnr-dot-size);
		margin: 0;
		padding: 0;
		border: 0;
		border-radius: 50%;
		background: var(--bnr-dot);
		cursor: pointer;
		-webkit-appearance: none;
		appearance: none;
		transition: background .2s;
	}
	.dm-bnr__dot.active {
		background: var(--bnr-dot-on);
	}
	.dm-bnr__count {
		display: flex;
		align-items: center;
		margin-left: 4px;
		color: var(--bnr-ctrl-ink);
		font-size: 12px;
		font-variant-numeric: tabular-nums;
	}
}

@media (prefers-reduced-motion: reduce) {
	.dm-bnr__dot { transition: none; }
}

/* カルーセルパーツのページ数表示（3 / 5） */
.dm-car__count {
	--car-count-fz: 12px;
	--car-count-color: #333;
	--car-count-mt: 2px;
	margin-top: var(--car-count-mt);
	color: var(--car-count-color);
	font-size: var(--car-count-fz);
	font-variant-numeric: tabular-nums;
	line-height: 1.4;
	text-align: center;
}

/* ドットの共通寸法 */
:root {
	--dm-dot-size: 6px;
	--dm-dot-space: 22px;
	--dm-dot-off: #808080;
	--dm-dot-on: #7bc3eb;

	--dm-arrow-w: 40px;
	--dm-arrow-h: 40px;
	--dm-arrow-x: 4px;
	--dm-arrow-bg: rgba(30, 30, 30, 0.3);
	--dm-arrow-ink: #fff;
	--dm-arrow-mark: 40px;
	--dm-arrow-op: .75;
}

/* トップKVスライダー（#top_slider） */
#top_slider {
	--kv-bg: #000;
	--kv-dot: var(--dm-dot-off);
	--kv-dot-on: var(--dm-dot-on);
	--kv-dot-op: 1;
	--kv-dot-op-on: 1;
	--kv-dot-size: var(--dm-dot-size);
	--kv-dot-space: var(--dm-dot-space);
	--kv-pad-b: 14px;
	background: var(--kv-bg);
	padding-bottom: var(--kv-pad-b);
}

#top_slider .fs-c-slick .slick-dots li {
	width: var(--kv-dot-size);
	height: var(--kv-dot-size);

	margin: 0 calc(var(--kv-dot-space) / 2);
}
#top_slider .fs-c-slick .slick-dots li button::before {
	content: "";
	width: var(--kv-dot-size);
	height: var(--kv-dot-size);
	border-radius: 50%;
	background: var(--kv-dot);
	font-size: 0;
	line-height: 0;
	opacity: var(--kv-dot-op);
}
#top_slider .fs-c-slick .slick-dots li.slick-active button::before {
	background: var(--kv-dot-on);
	opacity: var(--kv-dot-op-on);
}

#top_slider .dm-car__count {
	--car-count-color: var(--kv-dot);
}

#top_slider .fs-pt-carousel__slide__caption {
	color: var(--kv-dot);
}

/* トップページ見出し */
.dm-h1 {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	overflow: hidden;
	clip-path: inset(50%);
	white-space: nowrap;
}

/* ヘッダー */
.fs-l-page > .fs-l-header {
	position: sticky;
	top: 0;
	z-index: 500;
}

.fs-l-header__contents {
	display: flex;
	flex-direction: column;
}
.fs-l-header__contents > .dm-hd {
	padding: 0;
}
.fs-l-header__contents > .dm-gnav {
	padding: 20px;
}

.dm-hd {
	width: 100%;
	background: #000;
	color: #fff;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", meiryo, sans-serif;
}
.dm-hd *,
.dm-hd *::before,
.dm-hd *::after {
	box-sizing: border-box;
}
.dm-hd img {
	display: block;
	max-width: 100%;
	height: auto;
}
.dm-hd a,
.dm-hd a:link,
.dm-hd a:visited,
.dm-hd a:hover,
.dm-hd a:active {
	text-decoration: none;
	color: inherit;
}
.dm-hd__logo a,
.dm-hd__tool a {
	display: block;
}

.dm-hd__free {
	display: none;
	margin: 0;
}

.dm-hd__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1387px;
	margin: 0 auto;
	padding: 22px 20px 0;
}

.dm-hd__brand {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	gap: 21px;
}
.dm-hd__logo {
	width: 158px;
	margin: 0;
}
.dm-hd__tagline {
	margin: 0;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.8;
	white-space: nowrap;
}

.dm-hd__center {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	gap: 15px;
}
.dm-hd__search {
	display: flex;
	align-items: center;
	position: relative;
	width: 256px;
	margin: 0;
}
.dm-hd .dm-hd__search-input {
	flex: 1 1 auto;
	width: 100%;
	max-width: none;
	height: 30px;
	min-width: 0;
	margin: 0;
	padding: 0 34px 0 12px;
	border: 0;
	border-radius: 0;
	background: #fff;
	color: #333;
	font-family: inherit;
	font-size: 12px;
	line-height: 30px;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.dm-hd .dm-hd__search-input::placeholder {
	color: #767676;
	font-size: 12px;
	opacity: 1;
}
.dm-hd__search-btn {
	display: block;
	position: absolute;
	top: 50%;
	right: 13px;
	width: 14px;
	height: 14px;
	margin: 0;
	padding: 0;
	transform: translateY(-50%);
	border: 0;
	background: none;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}
.dm-hd__search-btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 11px;
	border: 2.8px solid #4b4b4b;
	border-radius: 50%;
}
.dm-hd__search-btn::after {
	content: "";
	position: absolute;
	top: 8.4px;
	left: 8.4px;
	width: 6.5px;
	height: 2.8px;
	transform: rotate(45deg);
	transform-origin: 0 50%;
	border-radius: 1px;
	background: #4b4b4b;
}

.dm-hd__free-pc {
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	white-space: nowrap;
}

.dm-hd__tools {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	gap: 17px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.dm-hd__tool {
	display: flex;
	align-items: center;
	width: 38px;
}
.dm-hd__tool img {
	width: 100%;
	height: auto;
	aspect-ratio: 1;
}
.dm-hd__tool--cart {
	width: 50px;
	margin-left: 24px;
}
.dm-hd__tool--menu {
	width: 38px;
	margin-left: 21px;
}

#btn_menu.dm-hd__menu {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: static;
	top: auto;
	right: auto;
	gap: 8px;
	width: 38px;
	height: 38px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: none;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}
#btn_menu.dm-hd__menu .dm-hd__menu-bar {
	display: block;
	width: 32px;
	height: 3px;
	margin: 0;
	border-radius: 1px;
	background: #fff;
	transition: transform .25s, opacity .2s;
}
body:has(.fs-p-ctrlDrawer:checked) #btn_menu.dm-hd__menu .dm-hd__menu-bar:nth-child(1) {
	transform: translateY(11px) rotate(45deg);
}
body:has(.fs-p-ctrlDrawer:checked) #btn_menu.dm-hd__menu .dm-hd__menu-bar:nth-child(2) {
	opacity: 0;
}
body:has(.fs-p-ctrlDrawer:checked) #btn_menu.dm-hd__menu .dm-hd__menu-bar:nth-child(3) {
	transform: translateY(-11px) rotate(-45deg);
}

/* グローバルナビ */
.dm-gnav {
	width: 100%;
	padding: 20px;
	background: #000;
	color: #fff;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", meiryo, sans-serif;
}
.dm-gnav *,
.dm-gnav *::before,
.dm-gnav *::after {
	box-sizing: border-box;
}
.dm-gnav__list {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 75px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.dm-gnav__item {
	display: flex;
}
.dm-gnav__link,
.dm-gnav__link:link,
.dm-gnav__link:visited,
.dm-gnav__link:hover,
.dm-gnav__link:active {
	display: flex;
	align-items: center;
	gap: 16px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	text-decoration: none;
	white-space: nowrap;
}
.dm-gnav__mark {
	display: block;
	flex: 0 0 auto;
	width: 8px;
	height: 6px;
	background: #7bc3eb;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}

@media screen and (max-width: 768px) {
	.dm-hd__free {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 25px;
		padding: 4px 10px;
		background: #fe555c;
		color: #fff;
		font-size: 15px;
		font-weight: 700;
		line-height: 1.2;
		text-align: center;
	}
	.dm-hd__free-pc {
		display: none;
	}
	.dm-hd__inner {
		flex-wrap: wrap;
		max-width: none;
		padding: 15px 0 17px;
	}
	.dm-hd__tagline {
		display: none;
	}
	.dm-hd__brand {
		order: 1;
		padding-left: 14px;
	}
	.dm-hd__logo {
		width: 101px;
	}
	.dm-hd__tools {
		order: 2;
		gap: 18px;
		margin-left: auto;
		padding-right: 19px;
	}
	.dm-hd__tool {
		width: 27px;
	}
	.dm-hd__tool--cart {
		width: 36px;
		margin-left: 8px;
	}
	.dm-hd__tool--menu {
		width: 27px;
		margin-left: 8px;
	}
	.dm-hd__center {
		order: 3;
		display: flex;
		flex: 0 0 100%;
		padding: 15px 32px 0;
	}
	.dm-hd__search {
		width: 100%;
	}
	.dm-hd .dm-hd__search-input {
		padding-right: 46px;
		font-size: 16px;
	}
	.dm-hd .dm-hd__search-input::placeholder {
		font-size: 15px;
	}
	.dm-hd__search-btn {
		width: 19px;
		height: 19px;
	}
	.dm-hd__search-btn::before {
		width: 15px;
		height: 15px;
		border-width: 2.5px;
	}
	.dm-hd__search-btn::after {
		top: 11.5px;
		left: 11.5px;
		width: 8px;
		height: 3px;
	}
	#btn_menu.dm-hd__menu {
		gap: 6px;
		width: 27px;
		height: 27px;
	}
	#btn_menu.dm-hd__menu .dm-hd__menu-bar {
		width: 24px;
		height: 2.5px;
	}
	body:has(.fs-p-ctrlDrawer:checked) #btn_menu.dm-hd__menu .dm-hd__menu-bar:nth-child(1) {
		transform: translateY(8.5px) rotate(45deg);
	}
	body:has(.fs-p-ctrlDrawer:checked) #btn_menu.dm-hd__menu .dm-hd__menu-bar:nth-child(3) {
		transform: translateY(-8.5px) rotate(-45deg);
	}
	.dm-gnav {
		display: none;
	}
}

/* ドロワー */
.dm-dw__overlay {
	display: none;
}

.dm-dw {
	display: none;
}

@media screen and (max-width: 768px) {
	.dm-dw__overlay {
		display: block;
		position: fixed;
		inset: 0;
		z-index: 9997;
		background: rgba(0, 0, 0, .5);
		opacity: 0;
		visibility: hidden;
		transition: opacity .3s, visibility .3s;
	}
	body:has(.fs-p-ctrlDrawer:checked) .dm-dw__overlay {
		opacity: 1;
		visibility: visible;
	}

	.dm-dw {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		max-width: 100%;
		height: 100%;
		z-index: 9998;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior: contain;
		transform: translateX(100%);
		visibility: hidden;
		transition: transform .3s, visibility .3s;
		font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", meiryo, sans-serif;
	}
	body:has(.fs-p-ctrlDrawer:checked) .dm-dw {
		transform: translateX(0);
		visibility: visible;
	}
	.dm-dw *,
	.dm-dw *::before,
	.dm-dw *::after {
		box-sizing: border-box;
	}
	.dm-dw img {
		display: block;
		max-width: 100%;
		height: auto;
	}
	.dm-dw a,
	.dm-dw a:link,
	.dm-dw a:visited,
	.dm-dw a:hover,
	.dm-dw a:active {
		text-decoration: none;
		color: inherit;
	}
	.dm-dw ul {
		margin: 5% auto 0;
		padding: 0;
		list-style: none;
		width: 90%;
	}

	.dm-dw__panel {
		display: flex;
		flex-direction: column;
		min-height: 100%;
		padding-bottom: 40px;
		background: rgba(0, 0, 0, .88);
		color: #fff;
	}

	.dm-dw__bar {
		display: flex;
		align-items: center;
		flex: 0 0 auto;
		height: 62px;
		background: #000;
	}
	.dm-dw__sns {
		display: flex;
		align-items: center;
		justify-content: center;
		flex: 1 1 auto;
		gap: 22px;
	}
	.dm-dw__sns .dm-dw__sns-ico--sp {
		display: block;
	}
	.dm-dw__sns .dm-dw__sns-ico--pc {
		display: none;
	}
	.dm-dw__close {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		flex: 0 0 auto;
		gap: 4px;
		width: 85px;
		height: 62px;
		margin: 0;
		padding: 0;
		border: 0;
		background: #2f7d72;
		color: #fff;
		cursor: pointer;
		-webkit-appearance: none;
		appearance: none;
	}
	.dm-dw__close-mark {
		position: relative;
		display: block;
		width: 22px;
		height: 22px;
	}
	.dm-dw__close-mark::before,
	.dm-dw__close-mark::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 26px;
		height: 2.5px;
		background: #fff;
	}
	.dm-dw__close-mark::before {
		transform: translate(-50%, -50%) rotate(45deg);
	}
	.dm-dw__close-mark::after {
		transform: translate(-50%, -50%) rotate(-45deg);
	}
	.dm-dw__close-txt {
		font-size: 11px;
		line-height: 1;
	}

	.dm-dw__campaign,
	.dm-dw__cat {
		display: none;
	}

	.dm-dw__lead {
		display: flex;
		justify-content: center;
		margin: 18px 0 0;
		color: #333;
	}
	.dm-dw__lead-btn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 189px;
		height: 35px;
		border-radius: 22px;
		background: #fff;
		font-size: 14px;
		font-weight: 700;
	}

	.dm-dw__slider {
		margin-top: 18px;
		max-width: 100%;
		overflow: hidden;
	}
	.dm-dw__slider img {
		width: 100%;
	}
	.dm-dw__slider .fs-pt-carousel__slide {
		margin: 0;
	}
	.dm-dw__slider .fs-c-slick .slick-dots {
		width: 100%;
		margin: 0;
		padding: 12px 0 0;
	}
	.dm-dw__slider .fs-c-slick .slick-dots li {
		width: 6px;
		height: 6px;
		margin: 0 11px;
	}
	.dm-dw__slider .fs-c-slick .slick-dots li button::before {
		content: "";
		width: 6px;
		height: 6px;
		border-radius: 50%;
		background: #808080;
		font-size: 0;
		line-height: 0;
		opacity: 1;
	}
	.dm-dw__slider .fs-c-slick .slick-dots li.slick-active button::before {
		background: #7bc3eb;
		opacity: 1;
	}
	.dm-dw__slider .dm-car__count,
	.dm-dw__slider .fs-pt-carousel__slide__caption {
		display: none;
	}

	.dm-dw__acct {
		display: flex;
		gap: 16px;
		margin-top: 20px;
		padding: 0 14px;
	}
	.dm-dw__acct li {
		flex: 1 1 0;
		min-width: 0;
		color: #333;
	}
	.dm-dw__acct a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 10px;
		height: 114px;
		background: #f2f2f2;
		font-size: 13px;
	}
	.dm-dw__acct .dm-dw__acct-ico--sp {
		display: block;
	}
	.dm-dw__acct .dm-dw__acct-ico--pc {
		display: none;
	}

	.dm-dw__nav {
		width: 90%;
		margin: 5% auto;
	}
	.dm-dw__nav-item {
		position: relative;
		border-bottom: 2px solid #7bc3eb;
	}
	.dm-dw__nav-chk {
		position: absolute;
		width: 1px;
		height: 1px;
		margin: -1px;
		padding: 0;
		border: 0;
		overflow: hidden;
		clip-path: inset(50%);
	}
	.dm-dw__nav-ttl {
		display: flex;
		align-items: center;
		padding: 14px 2px;
		color: #fff;
		font-size: 16px;
		font-weight: 700;
		line-height: 1.4;
		cursor: pointer;
		user-select: none;
	}
	.dm-dw__nav-mark {
		display: block;
		flex: 0 0 auto;
		width: 14px;
		height: 10px;
		margin-left: auto;
		background: #7bc3eb;
		clip-path: polygon(0 0, 100% 0, 50% 100%);
		transition: transform .25s;
	}
	.dm-dw__nav-chk:checked + .dm-dw__nav-ttl .dm-dw__nav-mark {
		transform: rotate(180deg);
	}
	.dm-dw__nav-mark--link {
		transform: rotate(-90deg);
	}
	.dm-dw__nav-chk:focus-visible + .dm-dw__nav-ttl {
		outline: 2px solid #fff;
		outline-offset: 2px;
	}
	.dm-dw__sub {
		display: none;
		padding: 0 0 12px;
	}
	.dm-dw__nav-chk:checked ~ .dm-dw__sub {
		display: block;
	}
	.dm-dw__sub li + li {
		margin-top: 2px;
	}
	.dm-dw__sub a {
		display: block;
		padding: 10px 12px;
		color: #fff;
		font-size: 14px;
		line-height: 1.4;
	}

	.dm-dw__bnrs {
		margin-top: 26px;
		padding: 0 14px;
	}
	.dm-dw__bnrs li + li {
		margin-top: 14px;
	}
	.dm-dw__bnrs img {
		width: 100%;
	}

	body:has(.fs-p-ctrlDrawer:checked) {
		overflow: hidden;
	}
}

/* ドロワー（PC） */
@media screen and (min-width: 769px) {
	.dm-dw__overlay {
		display: block;
		position: fixed;
		inset: 0;
		z-index: 9997;
		background: rgba(0, 0, 0, .5);
		opacity: 0;
		visibility: hidden;
		transition: opacity .3s, visibility .3s;
	}
	body:has(.fs-p-ctrlDrawer:checked) .dm-dw__overlay {
		opacity: 1;
		visibility: visible;
	}

	.dm-dw {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		width: 589px;
		max-width: 100%;
		height: 100%;
		z-index: 9998;
		overflow-x: hidden;
		overflow-y: auto;
		overscroll-behavior: contain;
		transform: translateX(100%);
		visibility: hidden;
		transition: transform .3s, visibility .3s;
		font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", meiryo, sans-serif;
	}
	body:has(.fs-p-ctrlDrawer:checked) .dm-dw {
		transform: translateX(0);
		visibility: visible;
	}
	body:has(.fs-p-ctrlDrawer:checked) {
		overflow: hidden;
	}
	.dm-dw *,
	.dm-dw *::before,
	.dm-dw *::after {
		box-sizing: border-box;
	}
	.dm-dw img {
		display: block;
		max-width: 100%;
		height: auto;
	}
	.dm-dw a,
	.dm-dw a:link,
	.dm-dw a:visited,
	.dm-dw a:hover,
	.dm-dw a:active {
		text-decoration: none;
		color: inherit;
	}
	.dm-dw ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.dm-dw__panel {
		display: flex;
		flex-direction: column;
		min-height: 100%;
		padding-bottom: 56px;
		background: rgba(255, 255, 255, .92);
		color: #333;
	}

	.dm-dw__bar {
		display: flex;
		align-items: center;
		flex: 0 0 auto;
		height: 95px;
		background: transparent;
	}
	.dm-dw__sns {
		display: flex;
		align-items: center;
		justify-content: center;
		flex: 1 1 auto;
		gap: 34px;
	}
	.dm-dw__sns .dm-dw__sns-ico--sp {
		display: none;
	}
	.dm-dw__sns .dm-dw__sns-ico--pc {
		display: block;
	}
	.dm-dw__close {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		flex: 0 0 auto;
		gap: 6px;
		width: 130px;
		height: 95px;
		margin: 0;
		padding: 0;
		border: 0;
		background: #2f7d72;
		color: #fff;
		cursor: pointer;
	}
	.dm-dw__close-mark {
		position: relative;
		display: block;
		width: 32px;
		height: 32px;
	}
	.dm-dw__close-mark::before,
	.dm-dw__close-mark::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 38px;
		height: 3px;
		background: #fff;
	}
	.dm-dw__close-mark::before {
		transform: translate(-50%, -50%) rotate(45deg);
	}
	.dm-dw__close-mark::after {
		transform: translate(-50%, -50%) rotate(-45deg);
	}
	.dm-dw__close-txt {
		font-size: 13px;
		line-height: 1;
	}

	.dm-dw__lead,
	.dm-dw__nav {
		display: none;
	}

	.dm-dw__campaign {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 63px;
		margin: 22px 0 0;
		padding: 8px 16px;
		background: #fe555c;
		color: #fff;
		font-size: 20px;
		font-weight: 700;
		line-height: 1.3;
		text-align: center;
	}

	.dm-dw__slider {
		max-width: 100%;
		margin: 18px 24px 0;
		overflow: hidden;
	}
	.dm-dw__slider .fs-c-slick .slick-dots {
		width: 100%;
		margin: 0;
		padding: 12px 0 0;
	}
	.dm-dw__slider .fs-c-slick .slick-dots li {
		width: 6px;
		height: 6px;
		margin: 0 11px;
	}
	.dm-dw__slider .fs-c-slick .slick-dots li button::before {
		content: "";
		width: 6px;
		height: 6px;
		border-radius: 50%;
		background: #808080;
		font-size: 0;
		line-height: 0;
		opacity: 1;
	}
	.dm-dw__slider .fs-c-slick .slick-dots li.slick-active button::before {
		background: #7bc3eb;
		opacity: 1;
	}
	.dm-dw__slider .dm-car__count,
	.dm-dw__slider .fs-pt-carousel__slide__caption {
		display: none;
	}

	.dm-dw .dm-dw__acct {
		display: flex;
		gap: 29px;
		margin-top: 46px;
		padding: 0 24px;
	}
	.dm-dw__acct li {
		flex: 1 1 0;
		min-width: 0;
		color: #fff;
	}
	.dm-dw__acct a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 14px;
		height: 191px;
		background: #333;
		font-size: 16px;
	}
	.dm-dw__acct .dm-dw__acct-ico--sp {
		display: none;
	}
	.dm-dw__acct .dm-dw__acct-ico--pc {
		display: block;
	}

	.dm-dw .dm-dw__bnrs {
		display: flex;
		gap: 29px;
		margin-top: 21px;
		padding: 0 24px;
	}
	.dm-dw__bnrs li {
		flex: 1 1 0;
		min-width: 0;
	}
	.dm-dw__bnrs li + li {
		margin-top: 0;
	}
	.dm-dw__bnrs img {
		width: 100%;
	}

	.dm-dw__cat {
		margin-top: 40px;
		padding: 0 24px;
	}
	.dm-dw__cat-sec + .dm-dw__cat-sec {
		margin-top: 55px;
	}
	.dm-dw__cat-ttl {
		margin: 0 0 7px;
		padding-bottom: 20px;
		border-bottom: 1px solid #231815;
		color: #333;
		font-size: 28px;
		font-weight: 700;
		line-height: 1;
		text-align: center;
	}
	.dm-dw__cat-list {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.dm-dw__cat-list li {
		border-bottom: 1px dotted #b5b5b5;
	}
	.dm-dw__cat-link {
		display: flex;
		align-items: center;
		gap: 12px;
		min-height: 114px;
		padding: 8px 10px;
	}
	.dm-dw__cat-link::before {
		content: "";
		flex: 0 0 auto;
		width: 7px;
		height: 10px;
		background: #231815;
		clip-path: polygon(0 0, 100% 50%, 0 100%);
	}
	.dm-dw__cat-logo {
		display: flex;
		align-items: center;
		justify-content: center;
		flex: 1 1 auto;
		min-width: 0;
	}
	.dm-dw__cat-ico {
		flex: 0 0 auto;
		width: 48px;
	}
	.dm-dw__cat-name {
		flex: 1 1 auto;
		min-width: 0;
		color: #000;
		font-size: 17px;
		font-weight: 500;
		line-height: 1.3;
		text-align: center;
	}
	.dm-dw__cat-list--item .dm-dw__cat-name {
		font-size: 22px;
	}
	.dm-dw__cat-list--item .dm-dw__cat-link::before {
		display: none;
	}
	.dm-dw__cat-list--item .dm-dw__cat-link {
		gap: 14px;
		min-height: 87.5px;
		padding-left: 16px;
	}
}

/* フッター */
.dm-ft {
	--ft-max: 1355px;
	--ft-pad-x: 20px;
	--ft-ink: #fff;
	--ft-line: rgba(255, 255, 255, .35);
	--ft-ttl-fz: 30px;
	--ft-ttl-mb: 48px;
	--ft-shop-pt: 36px;
	--ft-shop-pb: 44px;
	--ft-brand-gap: 63px;
	--ft-brand-pt: 36px;
	--ft-logo-w: 249px;
	--ft-sns-mt: 42px;
	--ft-sns-gap: 36px;
	--ft-guide-pad: 75px;
	--ft-col-w: 449px;
	--ft-col-gap: 0px;
	--ft-row-gap: 28px;
	--ft-item-fz: 22px;
	--ft-ico-gap: 18px;
	--ft-txt-fz: 15px;
	--ft-txt-lh: 1.7;
	--ft-txt-mt: 16px;
	--ft-acc-pad: 12px;
	--ft-acc-line: rgba(255, 255, 255, .5);
	--ft-acc-bd: 2px;
	--ft-mark-size: 20px;
	--ft-mark-bar: 2.5px;
	--ft-mark-x: 1.3;
	--ft-bnr-bg: #e3f0e9;
	--ft-bnr-max: 1185px;
	--ft-bnr-gap: 57px;
	--ft-bnr-pad: 30px;
	--ft-bnr-cols: 3;
	--ft-info-bg: #358465;
	--ft-info-max: 1321px;
	--ft-info-h: 133px;
	--ft-info-gap: 30px;
	--ft-btn-w: 176px;
	--ft-btn-h: 50px;
	--ft-btn-r: 10px;
	--ft-btn-fz: 18px;
	--ft-btn-ink: #333;
	--ft-name-fz: 26px;
	--ft-addr-fz: 23px;
	--ft-info-lh: 1.55;
	--ft-copy-fz: 16px;
	--ft-copy-x: 45px;
	--ft-copy-y: 14px;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", meiryo, sans-serif;
}
.dm-ft *,
.dm-ft *::before,
.dm-ft *::after {
	box-sizing: border-box;
}
.dm-ft img {
	display: block;
	max-width: 100%;
	height: auto;
}
.dm-ft a,
.dm-ft a:link,
.dm-ft a:visited,
.dm-ft a:hover,
.dm-ft a:active {
	text-decoration: none;
	color: inherit;
}

.dm-ft__shop {
	padding: var(--ft-shop-pt) var(--ft-pad-x) var(--ft-shop-pb);
	background: #000;
	color: var(--ft-ink);
}
.dm-ft__inner {
	max-width: var(--ft-max);
	margin: 0 auto;
}
.dm-ft__ttl {
	margin: 0 0 var(--ft-ttl-mb);
	font-size: var(--ft-ttl-fz);
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: .01em;
	text-align: center;
}
.dm-ft__body {
	display: flex;
	gap: var(--ft-brand-gap);
}
.dm-ft__brand {
	flex: 0 0 auto;
	padding-top: var(--ft-brand-pt);
}
.dm-ft__logo {
	width: var(--ft-logo-w);
	margin: 0 auto;
}
.dm-ft__sns {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: var(--ft-sns-gap);
	margin: var(--ft-sns-mt) 0 0;
	padding: 0;
	list-style: none;
}
.dm-ft__guide {
	flex: 1 1 auto;
	max-width: calc(var(--ft-col-w) * 2 + var(--ft-col-gap) + var(--ft-guide-pad) + 1px);
	margin: 0;
	padding-left: var(--ft-guide-pad);
	border-left: 1px solid var(--ft-line);
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-rows: auto auto;
	grid-auto-flow: column;
	column-gap: var(--ft-col-gap);
	row-gap: var(--ft-row-gap);
}
.dm-ft__guide-ttl {
	display: flex;
	align-items: center;
	gap: var(--ft-ico-gap);
	font-size: var(--ft-item-fz);
	line-height: 1.4;
	letter-spacing: .05em;
}
.dm-ft__guide-ico {
	flex: 0 0 auto;
}
.dm-ft__guide-item {
	position: relative;
}
.dm-ft__guide-chk {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	overflow: hidden;
	clip-path: inset(50%);
}
.dm-ft__guide-chk:focus-visible + .dm-ft__guide-ttl {
	outline: 2px solid var(--ft-ink);
	outline-offset: 2px;
}
.dm-ft__guide-mark {
	display: none;
}
.dm-ft__br {
	display: inline;
}
.dm-ft__br--sp {
	display: none;
}
.dm-ft__guide-txt {
	margin: var(--ft-txt-mt) 0 0;
	font-size: var(--ft-txt-fz);
	line-height: var(--ft-txt-lh);
}

.dm-ft__bnr {
	padding: var(--ft-bnr-pad) var(--ft-pad-x);
	background: var(--ft-bnr-bg);
}
.dm-ft__bnr-list {
	display: grid;
	grid-template-columns: repeat(var(--ft-bnr-cols), minmax(0, 1fr));
	gap: var(--ft-bnr-gap);
	max-width: var(--ft-bnr-max);
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.dm-ft__info {
	position: relative;
	display: flex;
	align-items: center;
	min-height: var(--ft-info-h);
	padding: 20px var(--ft-pad-x);
	background: var(--ft-info-bg);
	color: var(--ft-ink);
}
.dm-ft__info-inner {
	display: flex;
	align-items: center;
	gap: var(--ft-info-gap);
	width: 100%;
	max-width: var(--ft-info-max);
	margin: 0 auto;
}
.dm-ft__contact {
	flex: 0 0 auto;
	margin: 0;
	color: var(--ft-btn-ink);
}
.dm-ft__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: var(--ft-btn-w);
	height: var(--ft-btn-h);
	border-radius: var(--ft-btn-r);
	background: #e2f0e9;
	font-size: var(--ft-btn-fz);
	font-weight: 700;
	letter-spacing: .02em;
	color: #000 !important;
}
.dm-ft__company {
	min-width: 0;
}
.dm-ft__name {
	margin: 0;
	font-size: var(--ft-name-fz);
	line-height: var(--ft-info-lh);
	font-weight: 700;
}
.dm-ft__addr {
	margin: 0;
	font-size: var(--ft-addr-fz);
	line-height: var(--ft-info-lh);
}
.dm-ft__copy {
	position: absolute;
	right: var(--ft-copy-x);
	bottom: var(--ft-copy-y);
	margin: 0;
	font-size: var(--ft-copy-fz);
	line-height: 1.4;
}

@media screen and (max-width: 768px) {
	.dm-ft {
		--ft-pad-x: 15px;
		--ft-ttl-fz: 20px;
		--ft-ttl-mt: 24px;
		--ft-ttl-mb: 20px;
		--ft-shop-pt: 28px;
		--ft-shop-pb: 32px;
		--ft-brand-gap: 30px;
		--ft-brand-pt: 0px;
		--ft-logo-w: 200px;
		--ft-sns-mt: 22px;
		--ft-sns-gap: 26px;
		--ft-guide-pad: 0px;
		--ft-row-gap: 0px;
		--ft-item-fz: 17px;
		--ft-ico-gap: 12px;
		--ft-txt-fz: 14px;
		--ft-txt-mt: 10px;
		--ft-bnr-max: 400px;
		--ft-bnr-gap: 10px;
		--ft-bnr-pad: 20px;
		--ft-bnr-cols: 1;
		--ft-info-h: auto;
		--ft-info-gap: 16px;
		--ft-btn-w: 160px;
		--ft-btn-h: 44px;
		--ft-btn-fz: 16px;
		--ft-name-fz: 18px;
		--ft-addr-fz: 13px;
		--ft-copy-fz: 12px;
	}
	.dm-ft__inner {
		display: flex;
		flex-direction: column;
	}
	.dm-ft__body {
		display: contents;
	}
	.dm-ft__brand {
		order: 1;
	}
	.dm-ft__ttl {
		order: 2;
		margin: var(--ft-ttl-mt) auto var(--ft-ttl-mb);
		padding-top: var(--ft-ttl-mt);
		border-top: var(--ft-acc-bd) solid var(--ft-acc-line);
		width: 87%;
	}
	.dm-ft__guide {
		order: 3;
	}
	.dm-ft__guide {
		max-width: none;
		border-left: none;
		border-top: var(--ft-acc-bd) solid var(--ft-acc-line);
		grid-template-columns: minmax(0, 1fr);
		grid-template-rows: none;
		grid-auto-flow: row;
		width: 87%;
        margin: auto;
	}
	.dm-ft__guide-ico {
		width: 28px;
		height: auto;
	}
	.dm-ft__guide-item {
		border-bottom: var(--ft-acc-bd) solid var(--ft-acc-line);
	}
	.dm-ft__guide-ttl {
		padding: var(--ft-acc-pad) 0;
		cursor: pointer;
		user-select: none;
	}
	.dm-ft__guide-mark {
		display: block;
		position: relative;
		flex: 0 0 auto;
		width: var(--ft-mark-size);
		height: var(--ft-mark-size);
		margin-left: auto;
	}
	.dm-ft__guide-mark::before,
	.dm-ft__guide-mark::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: var(--ft-mark-size);
		height: var(--ft-mark-bar);
		background: currentColor;
		transform: translate(-50%, -50%);
		transition: transform .25s;
	}
	.dm-ft__guide-mark::after {
		transform: translate(-50%, -50%) rotate(90deg);
	}
	.dm-ft__guide-chk:checked + .dm-ft__guide-ttl .dm-ft__guide-mark::before {
		transform: translate(-50%, -50%) rotate(45deg) scaleX(var(--ft-mark-x));
	}
	.dm-ft__guide-chk:checked + .dm-ft__guide-ttl .dm-ft__guide-mark::after {
		transform: translate(-50%, -50%) rotate(-45deg) scaleX(var(--ft-mark-x));
	}
	.dm-ft__guide-name{
		font-size: var(--ft-info-gap);
	}
	.dm-ft__br {
		display: none;
	}
	.dm-ft__br--sp {
		display: inline;
	}
	.dm-ft__guide-txt {
		display: none;
		padding-bottom: var(--ft-acc-pad);
	}
	.dm-ft__guide-chk:checked ~ .dm-ft__guide-txt {
		display: block;
	}
	.dm-ft__info {
		flex-direction: column;
		padding: 24px var(--ft-pad-x) 20px;
	}
	.dm-ft__info-inner {
		flex-direction: column;
		max-width: none;
	}
	.dm-ft__company {
		text-align: center;
	}
	.dm-ft__copy {
		position: static;
		margin-top: 16px;
		text-align: center;
	}
}

/* *********************************************************
	旧CSS：common.css系
   ここから下は元の common.css / 旧共通CSSの名残。
	.fs-l-header / .fs-l-main とは別系統。
   旧ヘッダー・旧サイド・旧レイアウトの調整用として残置。
	********************************************************* */

/* ********** 旧CSS：common.cssヘッダー系 ********************
	旧サイト共通ヘッダー・検索フォーム向けのCSS。
	既存ページで使用されるため残置。
	***************************************************** */

    /* =========================
       ヘッダー
    ========================= */
    /*
    #header .header_logo {
        position: absolute;
        top: 12px;
        left: 67px;
        z-index: 10;
    }*/

    .fs-p-inputGroup {
        display: flex;
        align-items: stretch;
        border: 1px solid #ddd;
        background: none;
    }

    #search [type=submit] {
        padding: 0.6em 1em;
    }

    input[type="text"], textarea, input[type="tel"], input[type="email"] {
        -webkit-appearance: none;
        border: 0px solid rgba(0, 0, 0, 0.1);
        background: rgba(117, 117, 117, 0.05);
        width: 100%;
        max-width: 100%;
        margin: 6px 0;
        padding: 6px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .fs-p-searchForm__button {
        width: 23px;
        height: 25px;
        position: absolute;
        top: 15px;
        right: 13px;
        text-indent: -9999px;
        background: url(https://daimatsunet.itembox.cloud/item/header/search.png) no-repeat left top;
        background-size: 100%;
        border: none;
    }

    .fs-p-searchForm__button::before {
        font-family: "fs-icon" !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e932";
        display: none;
        font-size: 2.2rem;
        line-height: 1.2;
        position: absolute;
        text-indent: 0;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .head_tel span.remark {
        display: none;
    }

    .head_tel a:hover span.remark {
        background: none repeat scroll 0 0 #efefef;
        border: 1px solid #000000;
        color: #000000;
        display: block;
        line-height: 1.2em;
        margin: 0em 0 0 -10em;
        padding: 0.5em;
        position: absolute;
        top: 55px;
        font-size: 160%;
        z-index: 9999;
        width: 15em;
        max-width: 15em;
        text-align: center;
    }

/* ********** 旧CSS：common.cssサイド系 **********************
	旧サイト共通のサイドメニュー向けCSS。
	#sidebar とは別物。
	***************************** */

.sidecat .cates li {
    background: url(https://daimatsunet.itembox.cloud/item/side/arrow.png) no-repeat left 3px;
    padding-left: 15px;
    font-weight: bold;
    margin-bottom: 16px;
    line-height: 1;
text-align:left;
}

.ranking .rankarea {
    padding-top: 4px;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-top: -20px;
}
.ranking .blc {
    background: #fff;
    position: relative;
    padding: 5px 0 0;
    z-index: 10;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
    margin-top: 45px;
    z-index: 10;
min-height: 330px;
}
.ranking .blc div {
    display: block;
    border-left: 1px solid #000;
    margin: 10px auto;
    width: 90%;
    padding: 0 5px;
    line-height: 1.6;
}

.ranking .blc:before {
    content: "";
    width: 75px;
    height: 4px;
    background: #000;
    position: absolute;
    top: -2px;
    left: 0;
    display: block;
    z-index: 99;
}
.ranking .blc a {
    position: relative;
}
.sec {
    background: #eeeeee;
    position: relative;
    top: 50px;
    padding-bottom: 20px;
    margin-bottom: 115px;
}

/* =========================================================
	旧CSS：共通ヘッダーSP／SPナビ
   ========================================================= */
/*====================================================
	spnav
====================================================*/
@media screen and (max-width: 768px) {
  #spnav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    height: 100vh;
    background: #fff;
    z-index: 9998;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: right 0.3s ease;
    box-sizing: border-box;
    padding: 80px 20px 40px;
    box-shadow: -4px 0 12px rgba(0,0,0,.15);
  }

  #spnav.is-open {
    right: 0 !important;
  }

  .spnav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.45);
    z-index: 9997;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
  }

  .spnav-overlay.is-open {
    opacity: 1;
    visibility: visible;
  }

  body.is-locked {
    overflow: hidden;
  }

.head_tel a:hover span.remark {
    display: block;
    position: fixed;
    top: 20vw;
    bottom: auto;
    left: auto;
    right: 30px;
    background: #eee;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    border: 1px solid #000;
    width: 300px;
    padding: 10px;
    z-index: 900;
}

}

/* =========================================================
   【旧レイアウト／旧サイト構造】
   #Layout / #Container / #Contents / #LocalMenu 等。
	トップHTMLとは構造が異なるが、フリーページ等で使用される
   可能性があるため、CSS自体は無効化・削除しない。
   ========================================================= */
/*====================================================
	#Layout
====================================================*/

/* 【旧ヘッダー構造】FSヘッダーとは別系統。既存ページ保護のため残置。 */
/*-- Header --*/ 
.fs-l-header {
	width:100%;
	background:url(https://daimatsunet.itembox.cloud/item/header/head_background_01.png?t=20260915132558) repeat-x center top;
}
.fs-l-header {
    padding: 0;
    z-index: 9999;
    min-height: 123px;
    top: 0;
    left: 0;
    width: 100%;
}
.tel img{
	margin-top:15px;
}

/* 【旧コンテンツ領域】 */
/*-- Contents --*/ 
#Contents {
	width:740px;
	float:right;
	    line-height: 1.5em;
	order:1;
}
#Contents img {
	max-width:100%;
	height:auto;
}

#Contents #mr{
padding:0 30px;	
}

#mr .item_link{
font-size: 12px;
  margin:1.5%;
  text-align:left;
  float:left;
}

#mr dl{
	font-size:14px;
	font-weight:bold;
	margin-bottom: 5px;
	}

#mr dt {
	font-size:12px;
	font-weight:normal;
	  padding-left: 20px;
  margin-bottom: 15px;
 }
#mr .item_link h3{
	
	padding-left:15px;
	padding-top:10px;
	font-size:16px;
	}
#mr .item_link img {
    width: 70%;
    max-width: 90%;
    margin: 0 15%;
}

/*----メーカーレコメンド----*/

#Contents #mr{
padding:0 30px;	
}

#mr .detail,#mr .model{
	width:50%;
	text-align:cnter;
	float:left;
	}
.item_link{
font-size: 12px;
  width: 95%;
  margin:15px auto;
  text-align:left;
}

#mr dl{
	font-size:14px;
	font-weight:bold;
	margin-bottom: 5px;
	}

#mr dt {
	font-size:12px;
	font-weight:normal;
	  padding-left: 20px;
  margin-bottom: 15px;
 }
#mr .item_link h3{
	
	padding-left:15px;
	padding-top:10px;
	font-size:16px;
	}

.item_link img{
	float:right;
	width:30%;
}
/*-- Footer --*/
#Footer-Wrap {
	width:100%;
	min-width:1000px;
	background-color:#111111;
	clear:both;
}
#Footer-Wrap #Footer {
	width:960px;
	min-height:340px;
	margin: 0 auto;
}
#Headline .logo {
	text-align: center;
	width: 720px;
	clear: both;
	margin:18px 0;
	float: left;
}

#setup {
	color:#000;
}
#setup h2 {
	font-weight:bold;
	text-align:center;
	font-size:130%;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

#setup h3 {
	margin:0 auto;
	border-bottom:3px dashed #000;
	width:100%;
	text-align:center;
	font-size:140%;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
	padding:10px 0;
}

#setup img{
width:100%;
}
#setup .order {
	text-align:center;
}
#setup .order img{
	width:60%;
}
#setup dd {
	width:80%;
	margin:0 auto;
	font-size:13px;
	line-height:2em;
	padding:10px 0;
}
.userTable_soryo {
	font-size:100%;
}
.userTable_soryo th,.userTable_soryo tr,.userTable_soryo td{
border: 1px solid #ccc;
padding: 15px;
}
.userTable_soryo th {
	background-color:#000;
	color:#fff;
}

/* 【旧レイアウト：レスポンシブ対応】HTMLと異なる構造を含むため残置。 */
/*-- responsive max-width 991px--*/

@media (max-width: 991px) {
body#toraichi {
	background:none;
}
.head_content{
		text-align:center;
		padding:0 15px;
	}

.item_link{
  font-size: 12px;
  width:100%;
  margin:0;
}
.head_content img{
	width:90%;
}
 #Headline .logo {
padding-top: 22%;
margin: 0 10%;
width: 80%;
text-align: center;
}
#Headline .logo img {
 width:80%;
 height:auto;
 text-align:center;
}

#Contents {
width:100%;
float:none;
}

#Contents img {
width:100%;
}
#Container {
 width:90%;
 margin: 0 auto;
}
 #Footer-Wrap {
 width:100%;
 min-width:320px;
}
/* 【旧フッター】#Footer-Wrap / #Footer 系。
	.fs-l-footer とは別構造。フリーページ等保護のため残置。 */
#Footer-Wrap #Footer {
 width:100%;
}
#Footer-Wrap img {
 max-width:100%;
}
#Contents ul li img {
	max-width:100%;
	width:auto;
}
#mr .detail,#mr .model{
	width:100%;
	text-align:center;
	float:none;
	}

.item_link{
font-size: 12px;
  width: 95%;
  margin:10px auto;
  text-align:center;
}

#select_item li {
    float: left;
    margin: 0 0.6666666% 3%;
    width: 32%;
}

}

@media (max-width: 650px) {

 #Footer-Wrap {
 width:100%;
 min-width:320px;
}
/* 【旧フッター：SP対応】HTMLとは別構造。削除しない。 */
#Footer-Wrap #Footer {
 width:100%;
}
#Footer-Wrap img {
 max-width:100%;
}

}

@media (max-width: 420px) {

#Headline{
	font-size:11px;
}

}

 .pc_none {
display:none;
}
.sp_none {
display:block;
}
@media(max-width:768px){
	.pc_none {
display:block;
}
.sp_none {
display:none;
}

}
.fade:hover {
	opacity: 0.4;
}
.fade {
	transition: all 0.3s ease-in-out 0s;
	opacity: 1;
}
/* =========================================================
   【旧メインコンテンツ】
   #Container / #Contents / pickup_banner 等。
	トップHTMLで未確認のものを含むが、削除しない。
   ========================================================= */
/* ==========================================================================
   メインコンテンツ
   ========================================================================== */
#Container {
	width:1020px;
	margin: 0px auto;
}

.main {
	max-width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 2%;
	padding-left: 2%;
}
.clearfix {
	clear: both;
}
table{
	max-width:100%;
	}
.accordion {
	width:200px;
	margin-top: -10px;
}
/*---------- margin ----------*/
.mt-05 {
	margin-top:5px !important
}
.mt-10 {
	margin-top:10px !important
}
.mt-20 {
	margin-top:20px !important
}
.mt-30 {
	margin-top:30px !important
}
.mt-50 {
	margin-top:50px !important
}
.brand {
	padding-right:5px;
	padding-top:1px;
}
*:first-child+html .brand {
	padding-right:5px;
	padding-top:0px;
}
h3.CrossHead {
	background: url(https://daimatsunet.itembox.cloud/item/common/page_title_bg.png) no-repeat left top;
	color:#fff;
	padding:20px 1em;
	
}
h4.Definition {
	background: url(https://daimatsunet.itembox.cloud/item/common/cross_head_bg.png) no-repeat left top;	
	color:#fff;
	padding:10px 2em;
	font-size: 14px;
	margin:15px 0;
	
}
.clearfix:after {
}
/* ----------------------------------------
   footer
/* =========================================================
   【旧フッター／既存フッター部品】
   footer / #FooterShopping / #FooterShopInfo 等。
	FSフッターとは別構造を含むため、削除せず残置。
   ========================================================= */
---------------------------------------- */
footer {
	width: 100%;
	background-color: #4B4948;
	background-size: contain;
	-moz-background-size: contain;
}
.info {
	color: #FFF;
	font-size: 0.9em;
	width: 240px;
}
.info img {
	width: 100%
}
footer td {
	width: 250px;
}
footer p {
	margin-top: 10px;
}
footer .left {
	margin-left: -10px;
}
/* 【共通フッター関連】#footer .tel
	HTMLでも #footer が存在するため要注意。 */
#footer .tel{
	color:#ffffff;
}

/* 【特定ページ／特集ページ用CSS】
	トップHTML以外で使用される可能性があるため残置。
   ========================================================= */
body#toraichi,body#safetyshoes {
	background-color:#D5D5D5;
}

@media (min-width: 640px) {
.spon {
display:none;
}

}

/* ヘッダーガイドメニュー：ログイン判定後も横並び維持 */
ul.guide.fs-clientInfo.is-ready {
  display: flex;
  align-items: center;
}

.item-disc:empty {
  display: none;
}

.item-disc {
border:1px solid #ccc;
padding:1em;
}
span.fs-c-productNameHeading__copy {
    font-size: 0.7em;
    display: block;
    margin-bottom: 0.5em;
}
span.fs-c-productNameHeading__name {
    font-size: 1em;
}

/* 【商品詳細ページ用：Slick／画像表示】
   トップページ以外のため今回のリニューアル対象外。
   既存商品ページ保護のため残置。
   ========================================================= */
/* 商品詳細メイン画像 Slick SP補正 */
@media screen and (max-width: 640px) {

  /* centerPaddingのインライン指定を解除 */
  .fs-body-product
  .fs-c-productCarouselMainImage__carousel
  .slick-list {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* スライド幅に画像を合わせる */
  .fs-body-product
  .fs-c-productCarouselMainImage__image {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  .fs-body-product
  .fs-c-productCarouselMainImage__image img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
  }
}

.fs-c-photoswipe.pswp--open {
z-index: 99999 !important; 
}

/* 【共通／商品・カテゴリページ向けリンク・購入ボタン等】
   トップページ以外で使用される可能性があるため残置。
   ========================================================= */
#sidebar a,#sidebar a:active,#sidebar a:link,#sidebar a:visited,#sidebar a:hover {
color:#000;
}
.fs-c-productList a,.fs-c-productList a:active,.fs-c-productList a:link,.fs-c-productList a:visited,.fs-c-productList a:hover {
color:#000;
}
#helmet-landing a,#helmet-landing a:active,#helmet-landing a:link,#helmet-landing a:visited,#helmet-landing a:hover {
color:#000;
}
.table_01 {
word-break: break-all;
}

/* 有効な購入ボタン：通常 */
.fs-body-product
.fs-c-button--addToCart--detail:not(.is-disabled):not(:disabled),
.fs-body-product
.fs-c-button--addToCart--variation:not(.is-disabled):not(:disabled) {
  background-color: #e85485;
  border-color: #e85485;
  color: #ffffff;
  box-shadow: none;
}

/* ホバー・フォーカス */
.fs-body-product
.fs-c-button--addToCart--detail:not(.is-disabled):not(:disabled):hover,
.fs-body-product
.fs-c-button--addToCart--variation:not(.is-disabled):not(:disabled):hover,
.fs-body-product
.fs-c-button--addToCart--detail:not(.is-disabled):not(:disabled):focus,
.fs-body-product
.fs-c-button--addToCart--variation:not(.is-disabled):not(:disabled):focus {
  background-color: #ee66cc;
  border-color: #ee66cc;
  color: #ffffff;
  opacity: 1;
}

@media screen and (max-width: 667px) {
  #barea .blc2.short {
    min-height: 0;
  }
}

@media screen and (max-width: 767px) {
  .fs-l-productLayout > .l_product-image,
  .fs-l-productLayout > .l_product-detail {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  #industrial .uvSwiper .indust_card > p,
  #industrial .toolSwiper .indust_card > p {
    width: calc(100% - 48px);
    margin-left: auto;
    margin-right: auto;
  }
}

/* 商品詳細スライダー：PC・タブレット画像幅補正 */
@media screen and (min-width: 641px) {
  .fs-body-product
  .fs-c-productCarouselMainImage__carousel {
    container-type: inline-size;
  }

  .fs-body-product
  .fs-c-productCarouselMainImage__image > img {
    max-width: 100cqw !important;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.fs-c-productListItem__image {
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fs-c-productListItem__image > a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fs-c-productListItem__image__image {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

@media screen and (max-width: 767px) {
    .fs-c-productListItem__image {
        height: auto;
        aspect-ratio: 1 / 1;
    }
}

/* 画像を持たない子カテゴリだけ対象 */
.fs-c-subgroupList__item:not(:has(.fs-c-subgroupList__image)) {
    flex: 0 0 calc(25% - 8px);
    max-width: calc(25% - 8px);
    box-sizing: border-box;
}

.fs-c-subgroupList__item:not(:has(.fs-c-subgroupList__image))
.fs-c-subgroupList__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 56px;
    padding: 10px 12px;
    box-sizing: border-box;

    border: 1px solid #ccc;
    background: #fff;
    text-decoration: none;
}

.fs-c-subgroupList__item:not(:has(.fs-c-subgroupList__image))
.fs-c-subgroupList__label {
    width: 100%;
    text-align: center;
    line-height: 1.5;
}

/* hover */
.fs-c-subgroupList__item:not(:has(.fs-c-subgroupList__image))
.fs-c-subgroupList__link:hover {
    border-color: #278b7d;
    background: #f5faf9;
}

/* スマホはテキストカテゴリだけ2列 */
@media screen and (max-width: 767px) {
    .fs-c-subgroupList__item:not(:has(.fs-c-subgroupList__image)) {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 4px;
    }

    .fs-c-subgroupList__item:not(:has(.fs-c-subgroupList__image))
    .fs-c-subgroupList__link {
        min-height: 54px;
        padding: 8px;
    }
}