@charset "UTF-8";

/*---------------------
基本
---------------------*/

/* 変数指定 */
:root {
    --side-margin: 24cqw;
}

.all_freezer_mtx2025 {
    width: 100%;
    max-width: 750px;
    box-sizing: border-box;
	border: 3px solid #222;
	margin: 0 auto;

	/* コンテナクエリを指定 */
    container-type: inline-size;
}
.all_freezer_mtx2025 *{
	box-sizing: border-box;
}
.all_freezer_mtx2025 a {
	display: block;
	width: 100%;
}
.all_freezer_mtx2025 img {
	display: block;
	width: 100%;
	height: auto;
}

/* ================================
   大見出し ここから
===================================*/

.all_freezer_mtx2025 .content-title {
	width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #222;
    color: #FFF;
}
.all_freezer_mtx2025 .content-title h2 {
	font-size: min(4.5cqw, 22px);
	padding: 0.3em;
	color: #FFF;
}

/* ================================
   大見出し ここまで
===================================*/

/* ================================
	チェックリスト 処理
===================================*/

/* アイテム幅 */
.all_freezer_mtx2025 .item {
	display: block;
	width: 40%;
}

/* 非対象の場合 */
.all_freezer_mtx2025 .item.is-hide {
	display: none;
}

/* 検索結果が無かった場合 */
.all_freezer_mtx2025 .item.result-none {
	width: 100%;
}
.all_freezer_mtx2025 .item.result-none::after {
	content: '検索結果は0件です。\A絞り込みを再度お試しください。';
	white-space: pre;
    position: absolute;
    top: 1em;
    left: 0;
    text-align: center;
    font-size: min(3.6cqw, 16px);
    width: 100%;
}
.all_freezer_mtx2025 .item.result-none .itemsell{
	border: none !important;
}



.all_freezer_mtx2025 .is-hide {
	display: none;
}
  
.all_freezer_mtx2025 .search-form {
	width: 100%;
    border-bottom: 2px solid #222;
}
.all_freezer_mtx2025 .search-box__wrap{
	width: 78%;
    display: flex;
    flex-wrap: wrap;
	padding: 1.5% 0;
	padding-left: 2%;
	background-color: #fbfbfb;
}
.all_freezer_mtx2025 .search_cal {
	width: 100%;
	display: flex;
	background-color: #FFF;
}
.all_freezer_mtx2025 .search-title {
	width: 20%;
	font-size: min(3.2cqw, 16px);
	padding: .3em 0;
    box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #bfbfbf;
	text-align: center;
}

.all_freezer_mtx2025 .search-box,
.all_freezer_mtx2025 .search-box2{
	width: 50%;
	display: flex;
	align-items: center;
	line-height: 1;
	font-size: min(3.3cqw, 16px);
}
.all_freezer_mtx2025 .search-box label,
.all_freezer_mtx2025 .search-box2 label{
	margin-left: .3em;
    font-size: 1em;
}
.all_freezer_mtx2025 .search-box input,
.all_freezer_mtx2025 .search-box2 input{

}
.all_freezer_mtx2025 .search-box label:hover,
.all_freezer_mtx2025 .search-box2 label:hover {
	cursor: pointer;
}
.all_freezer_mtx2025 .search-box label.width,
.all_freezer_mtx2025 .search-box2 label.width {
	width: 100%;
}

/* ================================
   チェックリスト2 ここまで
===================================*/
	
/* スライダー部分 */
.all_freezer_mtx2025 .swiper-container_cl {
	box-sizing: border-box;
    margin-left: var(--side-margin);
    overflow-y: hidden;
    background-color: #FFF;
}
.all_freezer_mtx2025 .swiper-container_cl::-webkit-scrollbar{
	display: none;
}
.all_freezer_mtx2025 .slidefilter-list {
	position: relative;
	box-sizing: border-box;
	margin: 0 auto;
	width: 100%;
}

/* 検索結果数表示 */
.all_freezer_mtx2025 .pagination_cl {
	position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;
	/* 固定バー */
    width: var(--side-margin);
    font-size: min(4.2cqw, 20px);
}
.all_freezer_mtx2025 .pagination_cl__tit {
	font-size: .8em;
	padding-top: .3em;
}
.all_freezer_mtx2025 .pagination_cl__num {
	font-size: 1em;
}

/* 固定サイドバー */
.all_freezer_mtx2025 .tab_content .hyo_title {
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 0;
	width: var(--side-margin);
	z-index: 10;
	box-sizing: border-box;
}
.all_freezer_mtx2025 .tab_content .hyo_title ul {
	margin: 0;
	padding: 0;
	background-color: #f5f5f5;
}

/* アイテムコンテンツ */
.all_freezer_mtx2025 .tab_content .iteminfo {
	text-align: center;
}


	
/* 線の色指定 */
/* 絞り込み右 */
.all_freezer_mtx2025 .search_cal {
	border-bottom: 1px solid #bfbfbf;
}
/* 絞り込み左 */
.all_freezer_mtx2025 .search-title {
	border-right: 2px solid #bfbfbf;
}
/* 検索結果左 */
.all_freezer_mtx2025 .tab_content .hyo_title {
	border-right: 2px solid#b3b3b3;
}
/* 検索結果右 */
.all_freezer_mtx2025 .tab_content .iteminfo {
	border-right: 1px solid #bfbfbf;
}
/* 検索結果共通 */
.all_freezer_mtx2025 .tab_content .iteminfo .itemsell, 
.all_freezer_mtx2025 .tab_content .hyo_title li {
	box-sizing: border-box;
	border-bottom: 1px solid#bfbfbf;
}
.all_freezer_mtx2025 .tab_content .iteminfo .itemsell:nth-last-child(1), 
.all_freezer_mtx2025 .tab_content .hyo_title li:nth-last-child(1) {
	border-bottom: none;
}
	
/* ================================
  表の高さ指定 ここから
===================================*/

/* sell共通 */
.all_freezer_mtx2025 .hyo_title .hyo,
.all_freezer_mtx2025 .iteminfo .itemsell {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: min(8cqw,40px);
	text-align: center;
}
.all_freezer_mtx2025 .hyo_title .hyo {
    font-size: min(3.1cqw, 16px);
}
.all_freezer_mtx2025 .iteminfo .itemsell {
	font-size: min(3.4cqw,16px);
}
/* 価格 */
.all_freezer_mtx2025 .iteminfo .itemsell.price  {
	color: #eb0012;
}

/* サムネ */
.all_freezer_mtx2025 .hyo_title .hyo-1,
.all_freezer_mtx2025 .iteminfo .itemsell-1 {
    height: min(50cqw, 245px);
}
.all_freezer_mtx2025 .iteminfo .itemsell-1__thum {
	margin-bottom: 2cqw;
}
/* 商品名 */
.all_freezer_mtx2025 .itemsell-1__itemname {
    font-size: min(3.1cqw, 14px);
    color: #222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
    height: 2.7em;
    padding: 0 .5em;
    text-align: start;
}
/* 商品はこちら */
.all_freezer_mtx2025 .iteminfo .itemsell-1__text {
	color: #3360FF;
	font-size: min(3.1cqw,14px);
}

/* レビュー */
.all_freezer_mtx2025 .tab_content .iteminfo .star a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* ================================
  表の高さ指定 ここまで
===================================*/