@charset "utf-8";

.inc_item_brand {
	margin: 30px 0 0 0;
}
.inc_item_brand .inc_item_brand_star {
	color: #e5db6e;
}
.inc_item_brand a.cmn__lnk_txt {
	text-decoration: underline;
}
.inc_item_brand a.cmn__lnk_txt:hover {
	text-decoration: none;
}
@media screen and (min-width: 769px) {
	.inc_item_brand .inc_title {
		margin-bottom: 50px;
	}
	.inc_item_brand .inc_item_brand_column2-1,
	.inc_item_brand .inc_item_brand_column4-2 {
		display: flex;
		justify-content: space-between;
	}
	.inc_item_brand .inc_item_brand_column2-1 {
		flex-direction: row-reverse;
	}
	.inc_item_brand .inc_item_brand_column4-2 .item {
		display: flex;
		justify-content: space-between;
		width: calc(50% - 8px);
	}
	.inc_item_brand .inc_item_brand_column2-1 .img {
		width: 290px;
	}
	.inc_item_brand .inc_item_brand_column2-1 .txt {
		width: 450px;
	}
	.inc_item_brand .inc_item_brand_column4-2 .img,
	.inc_item_brand .inc_item_brand_column4-2 .txt {
		width: calc(50% - 8px);
	}
	.inc_item_brand .inc_item_brand_column4-2 {
		display: flex;
		justify-content: space-between;
	}
	.inc_item_brand .cmn__btn_wrp {
		max-width: 100%;
	}
	.inc_item_brand .cmn__btn.is__strong_border {
		width: 68.8%;
		max-width: 516px;
	}
	.cmn__wrp .is__sp {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.inc_item_brand {
		padding: 0 2%;
	}
	.inc_item_brand .inc_title {
		margin: 0 -2% 3.5%;
	}
	.inc_item_brand .cmn__ttl_txt {
		display: block;
		text-align: center;
	}
	.inc_item_brand .cmn__ttl_wrp.is__shoulder .cmn__ttl_txt {
		text-align: left;
		display: inline-block;
	}
	.inc_item_brand .inc_item_brand_column4-2 {
		display: flex;
		justify-content: space-between;
	}
	.inc_item_brand .inc_item_brand_column4-2 .item {
		width: calc(50% - 8px);
	}
	.inc_item_brand .inc_item_brand_column4-2 .item img,
	.inc_item_brand .cmn__txt {
		padding-bottom: 8px;
	}
	.inc_item_brand .cmn__btn {
		width: 100%;
		padding: .4em 3.18em .4em;
	}
	.cmn__wrp .is__sp {
		display: block;
	}
}

