@charset "utf-8";

/*-----------------------------------------
商品アイコン設置
-------------------------------------------*/

.product__list--category.is-label {
	/*background: var(--product-label-bg) no-repeat 0 0 / cover;*/
	&.cm {
	--product-label-bg: #e70012;
	}
	&.tv {
    --product-label-bg: #e70012;
	}
	&.line {
    --product-label-bg: #07b53b;
	}
	&.tv {
    --product-label-bg: #ff6000;
	}
	&.news {
    --product-label-bg: #ff6000;
	}
	&.mail {
    --product-label-bg: #ff6000;
	}
	&.other {
    --product-label-bg: #e70012;
	}
}
.product__list--category.is-label:empty {
	display: none;
}
/*
   国内LINEアイコン&国内調整
  -------------------------------------*/
  .product__list--label--line {
    position: relative;
    width: 100%;
}
  .product__list--label--line:before {
    position: absolute;
    content: 'LINE掲載商品';
    background: #07b53b;
    top: 0;
    left: 0;
    color: #fff;
    font-size: .9rem;
    font-weight: bold;
    z-index: 10;
    padding: .3rem .5rem;
  }
  .is-sp .product__list--label--line:before {
    font-size: .7rem;
    padding: .2rem;
  }
  .product__list--price { width: 100%;}
  .product__list--price:empty,
  .product__list--point:empty,
  .product__list--item:empty { display: none;}
  div#domspk { flex-direction: row;}

  /*-------------------------------------------
　カセット下検索ボタン
---------------------------------------------*/
.product__button {
	margin-top: 20px;
}
.product__button .search-title {
    text-align: center;
    border-bottom:  solid 1px #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 15px;
	padding-bottom: 5px;
}
.product__button .button-base.flex {
    display: flex;
    flex-wrap: wrap;
}
.product__button .button-base .button-base__link {
	display: block;
    padding: 12px 0 14px;
	background: linear-gradient(#8e1507,#c81d09);
	color: #fff;
	font-size: 16px;
	line-height: 1.0;
    border-radius: 100px;
    font-weight: 700;
	text-align: center;
	position: relative;
	transition: all 0.2s ease;
	box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.23);
	&:hover {
		background: linear-gradient(#fff,#dfe9f3);
		color: #c21500;
	}
}
.product__button .button-base.flex .button-base__link {
    margin: 0 10px 10px 0;
    padding: 12px 40px 14px 30px;
}
/*.product__button .button-base .button-base__link::after {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url("/cmn/icon/icon_arrow_right_white.svg") no-repeat center center;
	position: absolute;
	right: 8px;
	top: 8px;
}*/
.product__button .button-base .button-base__link::after {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url("/cmn/icon/icon_arrow_right_white.svg") no-repeat center center;
	position: absolute;
	right: 8px;
	top: 8px;
}
.is-sp {
	& .product__button .button-base.flex .button-base__link {
		padding: 12px 6.5vw 14px 5vw;
	}
	& .product__button .button-base .button-base__link::after {
		width: 20px;
		height: 20px;
		right: 5px;
		top: 11px;
	}
}
.base-button {
    & .base-button__link {
        .is-sp & {
            border-radius: 35px;
        }
    }
}
