html{
  min-height: 100%;
  position: relative;
}
body {
  margin: 0;
  padding: 0;
  margin-bottom: 150px;
}

body.customer-page {
	--customer-accent: #ff1744;
	--customer-accent-dark: #e60032;
	--customer-accent-soft: rgba(255, 23, 68, .12);
	--customer-accent-border: rgba(255, 23, 68, .35);
}

body.customer-page a {
	color: #263238;
}

body.customer-page a:hover,
body.customer-page a:focus {
	color: var(--customer-accent);
}

body.customer-page .btn-primary,
body.customer-page .btn-info,
body.customer-page .btn-success {
	color: #fff;
	border-color: var(--customer-accent);
	background-color: var(--customer-accent);
	box-shadow: 0 3px 10px var(--customer-accent-soft);
}

body.customer-page .btn-primary:hover,
body.customer-page .btn-primary:focus,
body.customer-page .btn-info:hover,
body.customer-page .btn-info:focus,
body.customer-page .btn-success:hover,
body.customer-page .btn-success:focus {
	color: #fff;
	border-color: var(--customer-accent-dark);
	background-color: var(--customer-accent-dark);
}

body.customer-page .btn-outline-primary,
body.customer-page .btn-outline-info {
	color: var(--customer-accent);
	border-color: var(--customer-accent);
	background-color: #fff;
}

body.customer-page .btn-outline-primary:hover,
body.customer-page .btn-outline-primary:focus,
body.customer-page .btn-outline-info:hover,
body.customer-page .btn-outline-info:focus {
	color: #fff;
	border-color: var(--customer-accent);
	background-color: var(--customer-accent);
}

body.customer-page .border-primary {
	border-color: var(--customer-accent) !important;
}

body.customer-page .text-primary {
	color: var(--customer-accent) !important;
}

body.customer-page .badge-primary,
body.customer-page .page-item.active .page-link {
	border-color: var(--customer-accent);
	background-color: var(--customer-accent);
}

body.customer-page .page-link {
	color: var(--customer-accent);
}

body.customer-page .form-control:focus {
	border-color: var(--customer-accent);
	box-shadow: 0 0 0 .2rem var(--customer-accent-soft);
}

body.customer-page h5 {
	border-bottom-color: var(--customer-accent);
}

body.customer-page .btn-blue {
	color: #fff;
	background: var(--customer-accent);
}

body.customer-page nav .header {
	background: var(--customer-accent);
}

body.customer-page .menu-btn span,
body.customer-page .menu-btn span:before,
body.customer-page .menu-btn span:after {
	background-color: var(--customer-accent);
}

body.customer-page .triangle:before {
	color: var(--customer-accent);
}

.site-header-logo {
	display: block;
	width: auto;
	height: 42px;
	max-width: 200px;
}

.header-cart-button {
	color: #fff;
	border-color: var(--customer-accent, #ff1744);
	background-color: var(--customer-accent, #ff1744);
	box-shadow: 0 3px 10px rgba(255, 23, 68, .3);
}

.header-cart-button:hover,
.header-cart-button:focus {
	color: #fff;
	border-color: var(--customer-accent-dark, #e60032);
	background-color: var(--customer-accent-dark, #e60032);
}

.customer-sticky-header {
	z-index: 1030;
}

.customer-submenu {
	display: flex;
	align-items: center;
	gap: 10px;
	overflow-x: auto;
	white-space: nowrap;
	padding: 10px 0;
}

.customer-submenu-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 8px 18px;
	border: 1px solid #e5e7eb;
	border-radius: 999px;
	color: #334155;
	background: #f8fafc;
	font-weight: 700;
	box-shadow: 0 1px 2px rgba(15, 23, 42, .04);
	transition: color .15s ease, border-color .15s ease, background-color .15s ease, box-shadow .15s ease;
}

.customer-submenu-button {
	cursor: pointer;
	font-family: inherit;
	font-size: inherit;
}

.customer-submenu-link:hover,
.customer-submenu-link:focus {
	color: var(--customer-accent, #ff1744);
	border-color: var(--customer-accent-border, rgba(255, 23, 68, .35));
	background: #fff;
	text-decoration: none;
	box-shadow: 0 6px 18px rgba(255, 23, 68, .12);
}

.customer-category-menu {
	border-top: 1px solid #f1f5f9;
}

.customer-submenu-wrap > .container {
	position: relative;
}

.customer-manufacturer-series-menu {
	position: absolute;
	top: calc(100% - 2px);
	left: 15px;
	right: 15px;
	z-index: 1040;
	max-height: min(68vh, 620px);
	overflow-y: auto;
	padding: 18px;
	border: 1px solid #e2e8f0;
	border-radius: 0 0 18px 18px;
	background: #fff;
	box-shadow: 0 18px 45px rgba(15, 23, 42, .2);
}

.customer-mega-menu-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 14px;
	padding: 12px 14px;
	border-left: 6px solid var(--customer-accent, #ff1744);
	background: #f8fafc;
	font-size: 1.15rem;
}

.customer-mega-menu-heading a {
	font-size: .85rem;
	font-weight: 700;
}

.customer-mega-menu-grid {
	border-top: 1px solid #dbe1e8;
	border-left: 1px solid #dbe1e8;
}

.customer-mega-menu-group {
	min-height: 132px;
	padding: 10px;
	border-right: 1px solid #dbe1e8;
	border-bottom: 1px solid #dbe1e8;
}

.customer-mega-menu-label {
	margin: -10px -10px 9px;
	padding: 7px 10px;
	background: #f1f3f5;
	font-weight: 700;
}

.customer-mega-menu-select {
	font-size: .9rem;
}

.customer-mega-menu-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 9px;
}

.customer-mega-menu-chips a {
	padding: 3px 8px;
	border-radius: 999px;
	background: #f1f3f5;
	font-size: .78rem;
	line-height: 1.35;
}

.customer-color-chart-header {
	text-align: center;
}

.customer-color-chart-group + .customer-color-chart-group {
	margin-top: 32px;
}

.customer-color-chart-group-title {
	margin: 0 0 12px;
	padding: 10px 14px;
	border-left: 5px solid var(--customer-primary, #0068b7);
	background: #f5f7f9;
	font-size: 1.25rem;
	font-weight: 700;
}

.customer-color-chart-page {
	width: calc(100vw - 32px);
	max-width: 1800px;
	margin-right: auto;
	margin-left: 50%;
	transform: translateX(-50%);
}

.customer-color-chart-scroll {
	width: 100%;
	overflow-x: auto;
	border: 1px solid #d5d5d5;
	background: #fff;
	-webkit-overflow-scrolling: touch;
	scrollbar-gutter: stable;
}

.customer-color-chart-table {
	width: max(100%, calc(58px + (var(--customer-color-chart-column-count) * 144px)));
	min-width: calc(58px + (var(--customer-color-chart-column-count) * 144px));
	table-layout: fixed;
	border-collapse: collapse;
}

.customer-color-chart-table th,
.customer-color-chart-table td {
	border: 1px solid #d5d5d5;
	text-align: center;
	vertical-align: middle;
}

.customer-color-chart-table thead th {
	width: 144px;
	min-width: 144px;
	padding: 10px 6px;
	background: #f2f2f2;
	border-top: 3px solid var(--customer-primary, #0068b7);
	font-size: 0.9rem;
}

.customer-color-chart-table .customer-color-chart-level-heading,
.customer-color-chart-table .customer-color-chart-level {
	position: sticky;
	left: 0;
	z-index: 2;
	width: 58px;
	min-width: 58px;
	background: #666;
	color: #fff;
}

.customer-color-chart-table .customer-color-chart-level-heading {
	z-index: 3;
	border-top-color: #666;
}

.customer-color-chart-table td {
	width: 144px;
	min-width: 144px;
	height: 130px;
	padding: 6px;
	background: #fff;
	overflow: hidden;
}

.customer-color-chart-product {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	color: #333;
	font-size: 0.75rem;
	line-height: 1.25;
}

.customer-color-chart-product span {
	white-space: nowrap;
}

.customer-color-chart-product strong {
	font-size: .82rem;
	font-weight: 700;
}

.customer-color-chart-product + .customer-color-chart-product {
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid #eee;
}

.customer-color-chart-product:hover {
	color: var(--customer-primary, #0068b7);
	text-decoration: none;
}

.customer-color-chart-product img {
	display: block;
	width: 96px;
	max-width: 100%;
	height: 68px;
	object-fit: contain;
}

.customer-color-chart-cards {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(144px, 1fr));
	gap: 1px;
	padding: 1px;
	background: #d5d5d5;
}

.customer-color-chart-cards .customer-color-chart-product {
	min-height: 150px;
	padding: 12px 8px;
	background: #fff;
}

.customer-color-chart-cards .customer-color-chart-product img {
	width: auto;
	max-width: 100%;
	height: 92px;
}

@media (max-width: 575.98px) {
	.customer-color-chart-page {
		width: calc(100vw - 16px);
	}
}

.manufacturer-page-header {
	padding: 28px 0 22px;
	text-align: center;
}

.manufacturer-page-header h1 {
	margin: 0;
	font-size: 2rem;
	font-weight: 700;
}

.manufacturer-series-board {
	border: 1px solid #dbe1e8;
	background: #fff;
	box-shadow: 0 4px 14px rgba(15, 23, 42, .08);
}

.manufacturer-series-board > h2,
.manufacturer-search-panel > h2 {
	margin: 0;
	padding: 9px 14px;
	background: var(--customer-accent, #ff1744);
	color: #fff;
	font-size: 1.05rem;
	font-weight: 700;
}

.manufacturer-series-board-body {
	padding: 10px;
}

.manufacturer-brand-row {
	margin-bottom: 10px;
}

.manufacturer-brand-row:last-child {
	margin-bottom: 0;
}

.manufacturer-brand-row h3 {
	margin: 0;
	padding: 6px 10px;
	background: #e9eef8;
	font-size: .95rem;
	font-weight: 700;
}

.manufacturer-series-links {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 3px;
	padding-top: 3px;
}

.manufacturer-series-links a,
.manufacturer-series-links span {
	min-height: 38px;
	padding: 9px 11px;
	background: #f3f4f6;
	font-size: .88rem;
}

.manufacturer-series-links a:before {
	content: '›';
	margin-right: 6px;
	color: var(--customer-accent, #ff1744);
	font-weight: 700;
}

.manufacturer-search-panel {
	border: 1px solid #dbe1e8;
	background: #f8fafc;
}

.manufacturer-search-panel form {
	padding: 16px;
}

.manufacturer-category-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 12px;
	border: 1px solid #e2e8f0;
	background: #fff;
}

.manufacturer-category-filter legend {
	width: 100%;
	margin-bottom: 5px;
	font-size: .9rem;
	font-weight: 700;
}

.manufacturer-category-filter label {
	margin: 0;
	padding: 6px 10px;
	border: 1px solid #dbe1e8;
	border-radius: 6px;
	background: #f8fafc;
	font-size: .85rem;
}

@media screen and (max-width: 991.98px) {
	.manufacturer-series-links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 575.98px) {
	.manufacturer-series-links {
		grid-template-columns: 1fr;
	}

	.manufacturer-page-header {
		padding: 18px 0 14px;
	}
}

.customer-category-menu-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 42px;
	padding: 10px 14px;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	color: #334155;
	background: #fff;
	font-weight: 700;
	box-shadow: 0 1px 4px rgba(15, 23, 42, .04);
}

.customer-category-menu-link:after {
	content: '›';
	color: var(--customer-accent, #ff1744);
	font-size: 1.2rem;
	line-height: 1;
}

.customer-category-menu-link:hover,
.customer-category-menu-link:focus {
	color: var(--customer-accent, #ff1744);
	border-color: var(--customer-accent-border, rgba(255, 23, 68, .35));
	text-decoration: none;
	box-shadow: 0 8px 20px rgba(15, 23, 42, .08);
}

.category-list-card {
	padding: 14px 16px;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	color: #334155;
	background: #fff;
	font-weight: 700;
	box-shadow: 0 2px 8px rgba(15, 23, 42, .04);
}

.category-list-card:hover,
.category-list-card:focus {
	color: var(--customer-accent, #ff1744);
	border-color: var(--customer-accent-border, rgba(255, 23, 68, .35));
	text-decoration: none;
	box-shadow: 0 10px 24px rgba(15, 23, 42, .08);
}

.category-list-arrow {
	font-size: 1.4rem;
	line-height: 1;
	color: var(--customer-accent, #ff1744);
}

@media screen and (max-width: 575.98px) {
	.site-header-logo {
		height: 34px;
		max-width: 162px;
	}

	.customer-submenu {
		gap: 8px;
		padding: 8px 0;
	}

	.customer-submenu-link {
		min-height: 34px;
		padding: 7px 14px;
		font-size: .9rem;
	}

	.customer-manufacturer-series-menu {
		position: fixed;
		top: 112px;
		left: 8px;
		right: 8px;
		max-height: calc(100vh - 124px);
		padding: 12px;
		border-radius: 14px;
	}

	.customer-mega-menu-heading {
		align-items: flex-start;
		gap: 8px;
		font-size: 1rem;
	}
}

a {
	text-decoration:none;
	color:#000000;
}

a:hover {
	text-decoration:underline;
	color:#000000;
}

nav.header-wrap{
	position:fixed;
	width:100%;
	z-index:99;
}

nav .header {
	display:flex;
	justify-content:space-between;
	box-sizing:border-box;
	width:100%;
	height:60px;
	padding:15px 15px 0;
	background:#3cbebc;
	z-index:100;
}

nav .header .brand {
	color:#ffffff;
	display:block;
}

nav .header .menu {
	display:flex;
	margin:0;
	padding:0;
	list-style:none;
}

nav .header .menu li {
	margin:0;
	padding:0;
}

nav .header .menu.sp  {
	display:none;
}

.menu-btn {
	position: fixed;
	top: 10px;
	right: 10px;
	display: flex;
	height: 40px;
	width: 40px;
	justify-content: center;
	align-items: center;
	z-index: 90;
	background-color: #FFFFFF;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
	content: '';
	display: block;
	height: 3px;
	width: 25px;
	border-radius: 3px;
	background-color: #3cbebc;
	position: absolute;
}
.menu-btn span:before {
	bottom: 8px;
}
.menu-btn span:after {
	top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
	background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
	bottom: 0;
	transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
	top: 0;
	transform: rotate(-45deg);
}

@media screen and (max-width: 930px) {
	nav .header .menu  {
		display:none;
	}
	nav .header .menu.sp  {
		display:block;
	}
}
.sp-menu {
	display:none;
	width:100%;
	color:#fff;
	background:#000;
}
.sp-menu a{
	display:block;
	width:100%;
}

.header-icons {
	width:100%;
	padding:10px 0;
	background:#ffffff;
	display:flex;
	justify-content:center;
}

.header-icons a {
	display:block;
	margin:0 10px;
	transition:.3s;
}

.header-icons a:hover {
	opacity:.7;
}

h5 {
	font-size:18px;
	padding:0 0 7px;
	text-align:center;
	border-bottom:2px solid #3cbebc;
}

.btn-blue {
	color:#FFFFFF;
	background:#3cbebc;
}

.footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 150px;
	color:#FFFFFF;
	background:#000000;
}

.footer a{
	color:#FFFFFF;
}

.triangle {
	color:#000000;
}

.triangle:before {
	content:"▶";
	color:#3cbebc;
}

.copy {
	padding:20px 0;
	text-align:center;
}

.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.sliderArea.w300 {
  max-width: 300px;
}
.slick-slide {
  margin: 0;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}

.product-image {
	position:relative;
}
.product-star {
	position:absolute;
	top:0;
	right:5px;
	font-size:24px;
}


.product-card-image {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.recent-product-card {
	overflow: hidden;
}

.recent-product-image {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
