
@font-face {
	font-family: 'Barlow Condensed';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local(''),
	  url('../../fonts/def//BarlowCondensed-Bold.woff') format('woff'),
	  url('../../fonts/def//BarlowCondensed-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: local(''),
	  url('../../fonts/def//NotoSansJP-Medium.woff') format('woff'),
	  url('../../fonts/def//NotoSansJP-Medium.woff2') format('woff2');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: local(''),
	  url('../../fonts/def//NotoSansJP-Bold.woff') format('woff'),
	  url('../../fonts/def//NotoSansJP-Bold.woff2') format('woff2');
} 
.ff_barlow {
  font-family: 'Barlow Condensed';
}
.ff_noto_sans {
  font-family: 'Noto Sans JP';
}
.bs_fs_1 {
  font-size: clamp(1.8rem, calc(1.25vw + 1.5rem), 3.2rem);
}
.bs_fs_2 {
  font-size: clamp(1.7rem, calc(1.0vw + 1.4rem), 2.8rem);
}
.bs_fs_3 {
  font-size: clamp(1.6rem, calc(0.75vw + 1.3rem), 2.4rem);
}
.bs_fs_4 {
  font-size: clamp(1.5rem, calc(0.50vw + 1.2rem), 2.0rem);
}
.bs_fs_5 {
  font-size: clamp(1.4rem, calc(0.25vw + 1.1rem), 1.8rem);
}
.bs_fs_6 {
  font-size: clamp(1.3rem, calc(0.2vw + 1.0rem), 1.4rem);
}
.bs_fs_7 {
  font-size: clamp(1.1rem, calc(0.18vw + 0.9rem), 1.3rem);
}
.bs_fs_8 {
  font-size: clamp(1.0rem, calc(0.16vw + 0.8rem), 1.2rem);
}
.bs_fs_9 {
  font-size: clamp(0.9rem, calc(0.14vw + 0.7rem), 1.1rem);
  /* font-family: 'Barlow Condensed'; */
}
.bs_fs_10 {
  font-size: clamp(0.8rem, calc(0.12vw + 0.6rem), 1.0rem);
}
.bs_fs_11 {
  font-size: clamp(0.7rem, calc(0.10vw + 0.5rem), 0.9rem);
}




.mnr_nav_ul li {
	/* min-width: 16%; */
	min-width: 35%;
}
.mnr_nav_ul li.tel {
	min-width: 50%;
}
.mnr_nav_ul li a.nav-link {
	min-width: 15%;
	text-align: center;
	padding-left: 1rem !important;
	padding-right: 1rem !important;
	color: #000;
}
.headerSection .mainTitle,
.page_header_section .mainTitle,
.titleFontChg,
.series_label,
.product_detail_h1,
.detail_subtitle {
	font-family: "游ゴシック体", "YuGothic", "Yu Gothic", "ＭＳ ゴシック", sans-serif;
	font-weight: 400;
}

.page_header_section {
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 50px;
}
.page_header_section .mainTitle {
	height: 400px;
	position: relative;
}
.page_header_section .mainTitle h1 {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	color: #FFF;
}
#catalog_shop {
	width: 100%;
	background: url('../../images/header/shop_001.jpg') no-repeat center center;
	background-size: cover;
	margin-bottom: 10px;
}
#catalog_shop .mainTitle {
	height: 400px;
	position: relative;
}
#catalog_shop .mainTitle h1 {
	width: 100%;
	position: absolute;
	top: 40%;
	left: 0;
	text-align: center;
	color: #FFF;
}

#catalog_index {
	width: 100%;
	background: url('../../images/header/catalog_003.jpg') no-repeat center center;
	background-size: contain;
	margin-bottom: 100px;
}
#catalog_index .mainTitle {
	height: 400px;
	position: relative;
}
#catalog_index .mainTitle h1 {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	color: #FFF;
}
.catalog_list_link {
	padding: 20px 90px;
	border: solid 1px #5A5A5A;
	color: #5A5A5A;
	display: inline-block;
}
.catalog_list_link:hover {
	color: #FFF;
	background-color: #5A5A5A;
	text-decoration: none;
}
.breadcrumb {
	margin-bottom: 0 !important;
	background: #FFF;
	border-radius: 0;
}
#breadcrumb {
/* 	margin-bottom: 100px; */
}
.breadcrumb-item {
	color: #5A5A5A;
}
.breadcrumb-item a {
	color: #BF6427;
	text-decoration: none;
}
.breadcrumb-item a:hover {
	text-decoration: underline;
}


#catalog_collection .mainTitle {
	height: 600px;
	position: relative;
}
#catalog_collection .mainTitle h1 {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	color: #FFF;
	text-shadow: 2px 2px 1px #5A5A5A;
}
.catalog_list_link {
	padding: 20px 90px;
	border: solid 1px #5A5A5A;
	color: #5A5A5A;
	display: inline-block;
}
.catalog_list_link:hover {
	color: #FFF;
	background-color: #5A5A5A;
	text-decoration: none;
}
.collection_catch {
	color: #666;
	margin-bottom: 100px;
}
.collection_catch h2 {
	line-height: 150%;
}

#catalog_series .mainTitle {
	height: 600px;
	position: relative;
}
#catalog_series .mainTitle h1 {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	color: #FFF;
	text-shadow: 2px 2px 1px #5A5A5A;
}
.series_catch {
	color: #666;
	margin-bottom: 100px;
}
.series_catch h2 {
	line-height: 150%;
}

.carousel-item {
	position: relative;
	font-size: 12px;
}

.slide_catch {
	font-size: 1.8em;
	position: absolute;
	left: 15%;
	width: 70%;
	display: none;
}
.collection_box {
	width: 100%;
	position: relative;
}
.collection_box_l {
/* 	left: 0; */
}
.collection_box_r {
/* 	left: 0; */
}
.mainTitle h1 {
	font-size: 1.4rem;
}
@media (min-width: 576px) {
    .slide_catch {
		font-size: 3.0em;
    }
	.mainTitle h1 {
		font-size: 1.4rem;
	}
}
@media (min-width: 768px) {
    .slide_catch {
		font-size: 3.0em;
    }
	.mainTitle h1 {
		font-size: 2rem;
	}
}
@media (min-width: 992px) {
    .slide_catch {
		font-size: 3.4em;
    }
	.mainTitle h1 {
		font-size: 2.5rem;
	}
}
@media (min-width: 1200px) {
    .slide_catch {
		font-size: 3.4em;
    }
    .collection_box {
	    width: 120%;
	    position: absolute;
    }
	.collection_box_l {
		left: -100px;
		bottom: 0;
	}
	.collection_box_r {
		left: 0;
		top: 0;
	}
	.mainTitle h1 {
		font-size: 2.5rem;
	}
}

.slide_catch_1 {
	top: 30%;
}
.slide_catch_2 {
	top: 25%;
}
.slide_catch_3 {
	bottom: 20%;
}
.slide_catch_4 {
	top: 5%;
}
.slide_catch_5 {
	top: 5%;
}

.row-eq-height {
	display: flex;
	flex-wrap: wrap;
}
