:root {
	--hiragino_font: 'Hiragino Sans';
	--din_2014_font: 'DIN 2014';
	--yugothic_font: 'YuGothic';
	--adobe_clean_font: 'Adobe Clean';
	--gap_product: 28px;
	--img_product_ratio: calc(421 / 419);
	--img_product_width: calc(25% - var(--gap_product) * 3 / 4);
	--img_product_max_height: calc((22.917vw - var(--gap_product) * 3 / 4) * 421 / 419);
}
img {
	vertical-align: middle;
	border-style: none;
	max-width: 100%;
}
.fs_95 {
	font-size: 4.948vw;
}
.fs_50 {
	font-size: 2.605vw;
}
.fs_43 {
	font-size: 2.24vw;
}
.fs_40 {
	font-size: 2.084vw;
}
.fs_38 {
	font-size: 1.98vw;
}
.fs_35 {
	font-size: 1.823vw;
}
.fs_30 {
	font-size: 1.563vw;
}
.fs_25 {
	font-size: 1.3021vw;
}
.fs_23 {
	font-size: 1.198vw;
}
.fs_20 {
	font-size: 1.042vw;
}
.loadMore {
  text-align: center;
}
.loadMore .txt-1 {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: calc(20 / 15);
  font-family: var(--yugothic_font);
  background: url('../img/icon_loadmore.svg') bottom center no-repeat;
  padding-bottom: 13px;
  cursor: pointer;
}
.breadcrumb {
	font-size: 17px;
	font-weight: 300;
	border: none;
	background: none;
	padding: 32px 0 44px;
}
.breadcrumb .breadcrumb__list {
	max-width: 100%;
	width: 100%;
	padding: 0 3.23%;
	display: block;
	margin: 0;
}
.breadcrumb .breadcrumb__list .breadcrumb__item {
	font-size: 17px;
	line-height: calc(22 / 17);
	padding-left: 10px;
	padding-right: 10px;
	color: #444444;
}
.breadcrumb a {
	font-family: var(--hiragino_font);
}
.breadcrumb .breadcrumb__list .breadcrumb__item:first-child {
	padding-left: 0;
}
.breadcrumb .breadcrumb__list .breadcrumb__item:after {
	border-color: #444444;
}
@media (max-width: 1400px) {
	.fs_20 {
		font-size: 15px;
	}
	.fs_23 {
		font-size: 17px;
	}
	.fs_25 {
		font-size: 18px;
	}
	.fs_30 {
		font-size: 22px;
	}
	.fs_35 {
		font-size: 25px;
	}
	.fs_38 {
		font-size: 27px;
	}
	.fs_40 {
		font-size: 29px;
	}
	.fs_43 {
		font-size: 32px;
	}
	.fs_50 {
		font-size: 36px;
	}
}
@media (max-width: 1024px) {
	.fs_95 {
		font-size: 50px;
	}
}
@media (min-width: 768px) {
	.loadMore {
		display: none;
	}
}
@media (max-width: 767px) {
	:root {
		--gap_product: 14px;
		--img_product_width: calc(50% - var(--gap_product) * 1 / 2);
		--img_product_max_height: calc((50vw - var(--gap_product) * 1 / 2) * 208 / 207);
	}
	.fs_20 {
		font-size: 13px;
	}
	.fs_25 {
		font-size: 15px;
	}
	.fs_30 {
		font-size: 18px;
	}
	.fs_40 {
		font-size: 20px;
	}
	.fs_50 {
		font-size: 22px;
	}
	.fs_95 {
		font-size: 35px;
	}
	.breadcrumb {
		padding: 13px 0 8px;
	}
	.breadcrumb .breadcrumb__list {
		padding-left: 13px;
	}
}
@media (max-width: 480px) {
	.breadcrumb .breadcrumb__list .breadcrumb__item {
		font-size: 7px;
		line-height: calc(10 / 7);
	}
}