


/*ブランド紹介box*/
#brand-box{
	background: #bdccd4;
	padding:50px 25px;
	position: relative;
}
/*ブランド紹介box*/

#brand-box .nf-mark-back{
	position: absolute;
	width: 100%;
	z-index: 1;
	top: 50%;
	transform: translate(0 ,-50%);
	-webkit-transform: translate(0 ,-50%);
    -ms-transform: translate(0 ,-50%);
	right: 0;
	mix-blend-mode: multiply;
}

/*ブランド紹介の色変更などはここの中身を変更すること*/

.brand-box-flex-mini{
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	z-index: 2;
}

/*ブランド１枠の設定*/
.brand-card{
	display: block;
	text-decoration: none;
	background: #fff;
	position: relative;
	padding: 15px;/*余白*/
	border: solid 1.5px #000;/*枠の色(#〜)太さ(px)*/
	width: calc(80% - 30px);/*横の大きさ*/
	margin-bottom: 25px;
}
/*ブランド１枠の設定*/

.brand-box-flex-mini .brand-card:nth-child(2n){
	margin-left: 20%;
}
.brand-box-flex-mini .brand-card:nth-child(3n){
	display: none;
}

/*ブランド１枠の設定の装飾設定
※基本触る必要なしーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.huchi{
	position: absolute;
	width: 20px;
}
.huchi-l-up{
	top: -20px;
	left: -20px;
}
.huchi-r-up{
	top: -20px;
	right: -20px;
}
.huchi-l-down{
	bottom: -20px;
	left: -20px;
}
.huchi-r-down{
	bottom: -20px;
	right: -20px;
}
.huchi-r-down{
	bottom: -20px;
	right: -20px;
}
.huchi-r-center{
	width: 20px;
	right: -25px;
	top: 50%;
	transform: translate(0 ,-50%);
	-webkit-transform: translate(0 ,-50%);
    -ms-transform: translate(0 ,-50%);
}
.huchi-l-center{
	width: 20px;
	left: -25px;
	top: 50%;
	transform: translate(0 ,-50%);
	-webkit-transform: translate(0 ,-50%);
    -ms-transform: translate(0 ,-50%);
}
.huchi-up-center{
	width: auto;
	height: 20px;
	top: -25px;
	left: 50%;
	transform: translate(-50% ,0);
	-webkit-transform: translate(-50% ,0);
    -ms-transform: translate(-50% ,0);	
}
.huchi-down-center{
	width: auto;
	height: 20px;
	bottom: -25px;
	left: 50%;
	transform: translate(-50% ,0);
	-webkit-transform: translate(-50% ,0);
    -ms-transform: translate(-50% ,0);
}

/*ブランド１枠の設定の装飾設定
※基本触る必要なしーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

/*ブランド１枠の設定の中の写真の設定*/
.brand-img-box{
	position: relative;
	width: 100%;
	height: 135px;/*写真の縦の長さ指定*/
	overflow: hidden;
	object-fit: cover;
}
.brand-img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*ブランド１枠の設定の中の写真の設定*/

/*ブランドの名称指定設定*/
.brand-title{
	font-family: "ヒラギノ角ゴ Pro W3";
	text-align: center;
	margin-top: 10px;/*上の余白間隔*/
	color: #000;/*色指定*/
	font-size: 5.5vw;/*文字の大きさ指定*/
	border-bottom:  solid 1.5px #000;/*下線指定*/
	padding-bottom: 10px;
}

.brand-title span{
	font-size:4vw;/*文字の大きさ指定*/
}
/*ブランドの名称指定設定*/

/*ブランドのジャンル指定設定*/
.brand-genre{
	display: flex;
	margin-top: 10px;/*上の余白*/
}

.genre-card{
	font-family: "ヒラギノ角ゴ Pro W3";
	padding: 5px 7px;/*背景のゆとり 上下　左右*/
	background: #3c4d4d;/*背景色指定*/
	color: #fff;/*色指定*/
	font-size: 3.5vw;/*文字の大きさ指定*/
	margin-right:  10px;/*右の余白*/
}
/*ブランドのジャンル指定設定*/

/*ブランドの簡単な文章*/
.brand-naiyou{
	font-family: "ヒラギノ角ゴ Pro W3";
	color: #000;/*色指定*/
	font-size: 3.5vw;/*文字の大きさ指定*/
	line-height: 1.2rem;/*行間指定*/
	text-align: justify;
}
/*ブランド品の簡単な文章*/
/*ブランドの詳細ボタン*/
.brand-btn{
	font-family: "ヒラギノ角ゴ Pro W3";
	color: #000;/*色指定*/
	border: solid 1px #000;
	text-align: center;
	text-decoration: none;
	padding: 10px;
	font-size: 3vw;/*文字の大きさ指定*/
	letter-spacing: 1px;/*文字の間隔*/
	margin-top: 10px;
	background: #fff;
}
/*ブランドの詳細ボタン*/

.brand-page-btn{
	position: relative;
	display: block;
	text-decoration: none;
	color: #000;
	background: #fff;
	padding: 20px;
	border-radius: 50px;
	text-align: center;
	z-index: 3;
}

.brand-page-btn-sp{
	margin-top: 15px;
	width: calc(100% - 40px);
}

.brand-page-btn-pc{
	display: none;
}

/*タブレットを使用時の仕様＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (min-width:700px) {
	
	/*ブランド紹介box*/
	#brand-box{
		padding:70px 50px;
	}
	/*ブランド紹介box*/
	#brand-box .nf-mark-back{
		position: absolute;
		width: auto;
		height: 95%;
		z-index: 1;
		top: 5%;
		transform: translate(0 ,0);
		-webkit-transform: translate(0 ,0);
		-ms-transform: translate(0 ,0);
		right: 0;
	}
	
	.brand-btn-flex{
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 25px;
	}

	/*ブランド１枠の設定*/
	.brand-card{
		display: block;
		text-decoration: none;
		background: #fff;
		position: relative;
		padding: 15px;/*余白*/
		border: solid 1.5px #000;/*枠の色(#〜)太さ(px)*/
		width: calc(47.5% - 33px);/*横の大きさ*/
		margin-bottom:0px;
	}
	/*ブランド１枠の設定*/
	.brand-box-flex-mini .brand-card:nth-child(2n){
		margin-left: 0;
	}
	.brand-box-flex-mini .brand-card:nth-child(3n){
		display: none;
	}

	/*ブランド１枠の設定の装飾設定
	※基本触る必要なしーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
	.huchi{
		position: absolute;
		width: 30px;
	}
	.huchi-l-up{
		top: -30px;
		left: -30px;
	}
	.huchi-r-up{
		top: -30px;
		right: -30px;
	}
	.huchi-l-down{
		bottom: -30px;
		left: -30px;
	}
	.huchi-r-down{
		bottom: -30px;
		right: -30px;
	}
	.huchi-r-down{
		bottom: -30px;
		right: -30px;
	}
	.huchi-r-center{
		width: 30px;
		right: -35px;
		top: 50%;
		transform: translate(0 ,-50%);
		-webkit-transform: translate(0 ,-50%);
		-ms-transform: translate(0 ,-50%);
	}
	.huchi-l-center{
		width: 30px;
		left: -35px;
		top: 50%;
		transform: translate(0 ,-50%);
		-webkit-transform: translate(0 ,-50%);
		-ms-transform: translate(0 ,-50%);
	}
	.huchi-up-center{
		width: auto;
		height: 30px;
		top: -35px;
		left: 50%;
		transform: translate(-50% ,0);
		-webkit-transform: translate(-50% ,0);
		-ms-transform: translate(-50% ,0);	
	}
	.huchi-down-center{
		width: auto;
		height: 30px;
		bottom: -35px;
		left: 50%;
		transform: translate(-50% ,0);
		-webkit-transform: translate(-50% ,0);
		-ms-transform: translate(-50% ,0);
	}

	/*ブランド１枠の設定の装飾設定
	※基本触る必要なしーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

	/*ブランド１枠の設定の中の写真の設定*/
	.brand-img-box{
		height: 150px;/*写真の縦の長さ指定*/
	}
	/*ブランド１枠の設定の中の写真の設定*/

	/*ブランドの名称指定設定*/
	.brand-title{
		font-size: 1.4rem;/*文字の大きさ指定*/
	}

	.brand-title span{
		font-size:1rem;/*文字の大きさ指定*/
	}
	/*ブランドの名称指定設定*/

	/*ブランドのジャンル指定設定*/
	.brand-genre{
		display: flex;/*横整列*/
	}

	.genre-card{
		font-size: 0.9rem;/*文字の大きさ指定*/
	}
	/*ブランドのジャンル指定設定*/

	/*ブランドの簡単な文章*/
	.brand-naiyou{
		font-size: 1rem;/*文字の大きさ指定*/
	}
	/*ブランドの簡単な文章*/
	/*ブランドの詳細ボタン*/
	.brand-btn{
		font-size: 0.9rem;/*文字の大きさ指定*/
	}
	/*ブランドの詳細ボタン*/

	.brand-page-btn{
	}

	.brand-page-btn-sp{
		display: none;
	}

	.brand-page-btn-pc{
		display: block;
	}
}
/*タブレットを使用時の仕様＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*パソコンを使用時の仕様＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (min-width:1200px) {
	
	/*ブランド紹介box*/
	#brand-box{
		padding:70px 0 70px 10vw;/*余白の間隔 上 右 下 左　*/
		overflow: hidden;
	}
	/*ブランド紹介box*/
	#brand-box .nf-mark-back{
		position: absolute;
		width: auto;
		height: 95%;
		z-index: 1;
		top: 5%;
		transform: translate(0 ,0);
		-webkit-transform: translate(0 ,0);
		-ms-transform: translate(0 ,0);
		right: 0;
	}
	
	.brand-btn-flex{
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 30px;
	}

	/*ブランド１枠の設定*/
	.brand-card{
		display: block;
		text-decoration: none;
		background: #fff;
		position: relative;
		padding: 15px;/*余白*/
		border: solid 1.5px #000;/*枠の色(#〜)太さ(px)*/
		width: calc(30% - 33px);/*横の大きさ*/
		margin-bottom:0px;
	}
	/*ブランド１枠の設定*/

	.brand-box-flex-mini .brand-card:nth-child(2n){
		margin-left: 0;
	}
	.brand-box-flex-mini .brand-card:nth-child(3n){
		display: block;
	}

	/*ブランド１枠の設定の装飾設定
	※基本触る必要なしーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
	.huchi{
		position: absolute;
		width: 30px;
	}
	.huchi-l-up{
		top: -30px;
		left: -30px;
	}
	.huchi-r-up{
		top: -30px;
		right: -30px;
	}
	.huchi-l-down{
		bottom: -30px;
		left: -30px;
	}
	.huchi-r-down{
		bottom: -30px;
		right: -30px;
	}
	.huchi-r-down{
		bottom: -30px;
		right: -30px;
	}
	.huchi-r-center{
		width: 30px;
		right: -35px;
		top: 50%;
		transform: translate(0 ,-50%);
		-webkit-transform: translate(0 ,-50%);
		-ms-transform: translate(0 ,-50%);
	}
	.huchi-l-center{
		width: 30px;
		left: -35px;
		top: 50%;
		transform: translate(0 ,-50%);
		-webkit-transform: translate(0 ,-50%);
		-ms-transform: translate(0 ,-50%);
	}
	.huchi-up-center{
		width: auto;
		height: 30px;
		top: -35px;
		left: 50%;
		transform: translate(-50% ,0);
		-webkit-transform: translate(-50% ,0);
		-ms-transform: translate(-50% ,0);	
	}
	.huchi-down-center{
		width: auto;
		height: 30px;
		bottom: -35px;
		left: 50%;
		transform: translate(-50% ,0);
		-webkit-transform: translate(-50% ,0);
		-ms-transform: translate(-50% ,0);
	}

	/*ブランド１枠の設定の装飾設定
	※基本触る必要なしーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

	/*ブランド１枠の設定の中の写真の設定*/
	.brand-img-box{
		height: 180px;/*写真の縦の長さ指定*/
	}
	/*ブランド１枠の設定の中の写真の設定*/

	/*ブランドの名称指定設定*/
	.brand-title{
		font-size: 1.4rem;/*文字の大きさ指定*/
	}

	.brand-title span{
		font-size:1rem;/*文字の大きさ指定*/
	}
	/*ブランドの名称指定設定*/

	/*ブランドのジャンル指定設定*/
	.brand-genre{
		display: flex;
	}

	.genre-card{
		font-size: 0.9rem;/*文字の大きさ指定*/
	}
	/*ブランドのジャンル指定設定*/

	/*ブランドの簡単な文章*/
	.brand-naiyou{
		font-size: 1rem;/*文字の大きさ指定*/
	}
	/*ブランドの簡単な文章*/
	/*ブランドの詳細ボタン*/
	.brand-btn{
		font-size: 0.9rem;/*文字の大きさ指定*/
	}
	/*ブランドの詳細ボタン*/

	.brand-page-btn{
		position: relative;
		display: block;
		color: #000;
		background: #fff;
		padding: 20px;
		border-radius: 50px;
		text-align: center;
		z-index: 3;
	}
	.brand-page-btn-pc{
		display: block;
		margin-right: 10vw;
	}
	
	.brand-page-btn-sp{
		display: none;
	}
	/*マウスホバー時のアクション*/

	/*ブランド１枠の設定*/
	.brand-card:hover{
		position: relative;
		padding: 15px;/*余白*/
		border: solid 1.5px #c78903;/*枠の色(#〜)太さ(px)*/
		width: calc(30% - 33px);/*横の大きさ*/
		margin-bottom:0px;
		transition: 0.3s;
	}
	/*ブランド１枠の設定の中の写真の設定*/
	.brand-card:hover .brand-img-box .brand-img{
		transform: scale(1.1);
		transition: 0.3s;
	}


	.brand-card:hover .brand-btn{
		color: #fff;/*色指定*/
		border: solid 1px #c78903;
		background: #c78903;
		transition: 0.3s;
	}


	.brand-page-btn:hover{
		color: #fff;
		background: #c78903;
		padding: 20px;
		transition: 0.3s;
	}

/*マウスホバー時のアクション*/
}
/*パソコンを使用時の仕様＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*ブランド専門ページの変更*/
#brand-box2{
	background: #bdccd4;
	padding:50px 25px;
	position: relative;
	margin-top: 60px;
}

#brand-box2 .nf-mark-back{
	position: absolute;
	width: 100%;
	z-index: 1;
	top:0px;
	right: 0;
	mix-blend-mode: multiply;
}
.brand-box-flex{
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	z-index: 2;
	gap:15px 0;
}


/*タブレットを使用時の仕様＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (min-width:700px) {
	#brand-box2{
		padding:70px 50px;
	}
	#brand-box2 .nf-mark-back{
		position: absolute;
		width: 100%;
		height: auto;
		z-index: 1;
		top: 0;
		transform: translate(0 ,0);
		-webkit-transform: translate(0 ,0);
		-ms-transform: translate(0 ,0);
		right: 0;
	}
	
	.brand-box-flex{
		position: relative;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%;
		z-index: 2;
		gap: 30px 30px;
	}
}
/*タブレットを使用時の仕様＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/



/*パソコンを使用時の仕様＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (min-width:1200px) {
	#brand-box2{
		padding:70px 10vw;
		margin-top: 0px;
	}
	#brand-box2 .nf-mark-back{
		position: absolute;
		width: 80%;
		height: auto;
		z-index: 1;
		top: 0;
		transform: translate(0 ,0);
		-webkit-transform: translate(0 ,0);
		-ms-transform: translate(0 ,0);
		right: 0;
	}
}
/*パソコンを使用時の仕様＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*ブランド専門ページの変更*/




/*ページナビゲーション*/
.page-nav-box{
	width: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	margin-top: 10px;
}

.page-nav-btn{
	display: flex;
	text-decoration: none;
	width: 40px;
	height: 40px;
	margin: 0 10px;
	position: relative;
	background:#05475F;
	color: #fff;
	align-items: center;
	justify-content: center;
}

.page-nav-btn:hover{
	background: #077D8C;
	transition: 0.3s;
}

.page-total-number{
	text-align: center;
	color: #000;
	margin-top: 15px;
}

@media screen and (min-width:700px) {
	.page-nav-box{
		width: 350px;
		margin-top: 40px;
	}
	.page-nav-btn{
		display: flex;
		text-decoration: none;
		width: 45px;
		height: 45px;
		position: relative;
		background:#05475F;
		color: #fff;
		align-items: center;
		justify-content: center;
	}
}
.page-nav-btn-now{
	background: #5F4404;
}
/*ページナビゲーション*/



/*ブランド各種ページ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.gallery{
	margin-top: 60px;
}

/* メイン写真：アニメーションの設定 */
.main-img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	display: block;
	margin-bottom: 10px;
	/* opacity（不透明度）の変化を0.3秒かけて実行 */
	transition: opacity 0.3s ease-in-out;
}

/* サムネイルリスト */
.thumb-list {
	display: flex;
	list-style: none;
	padding: 0;
	justify-content: space-between;
}

.thumb-list img {
	width: 23%;
	height: 100px;
	object-fit: cover;
	cursor: pointer;
	transition: border-color 0.3s;
	opacity: 0.6; /* 非選択時は少し薄く */
}


/* 選択中のサムネイル（JavaScriptで動的に付与） */
.thumb-list img.active {
	border-color: #007bff; /* 鮮やかな青色の枠線 */
	opacity: 1; /* 選択時ははっきり表示 */
}

@media screen and (min-width:700px) {
	.gallery{
		margin-top: 60px;
	}

	/* メイン写真：アニメーションの設定 */
	.main-img {
		width: 100%;
		height: 400px;
		object-fit: cover;
		display: block;
		margin-bottom: 15px;
		/* opacity（不透明度）の変化を0.3秒かけて実行 */
		transition: opacity 0.3s ease-in-out;
	}

	/* サムネイルリスト */
	.thumb-list {
		display: flex;
		list-style: none;
		padding: 0;
		justify-content: space-between;
	}

	.thumb-list img {
		width: 23%;
		height: 120px;
		object-fit: cover;
		cursor: pointer;
		border: solid #fff 1.5px;
		transition: border-color 0.3s;
		opacity: 0.6; /* 非選択時は少し薄く */
	}

	/* 選択中のサムネイル（JavaScriptで動的に付与） */
	.thumb-list img.active {
		border-color: #c78903;/* 鮮やかな青色の枠線 */
		opacity: 1; /* 選択時ははっきり表示 */
	}
}


@media screen and (min-width:1200px) {
	.brand-select-page{
		display: flex;
		padding: 70px 10vw;
	}
	
	.gallery{
		margin-top: 0px;
		width: 50%;
	}

	/* メイン写真：アニメーションの設定 */
	.main-img {
		width: 100%;
		height: 400px;
		object-fit: cover;
		display: block;
		margin-bottom: 15px;
		/* opacity（不透明度）の変化を0.3秒かけて実行 */
		transition: opacity 0.3s ease-in-out;
	}

	/* サムネイルリスト */
	.thumb-list {
		display: flex;
		list-style: none;
		padding: 0;
		justify-content: space-between;
	}

	.thumb-list img {
		width: 23%;
		height: 120px;
		object-fit: cover;
		cursor: pointer;
		border: solid #fff 1.5px;
		transition: border-color 0.3s;
		opacity: 0.6; /* 非選択時は少し薄く */
	}
	
	.thumb-list img:hover{
		border-color: #c78903;/* 鮮やかな青色の枠線 */
		opacity: 1;
		transition: 0.3s;
	}

	/* 選択中のサムネイル（JavaScriptで動的に付与） */
	.thumb-list img.active {
		border-color: #c78903;/* 鮮やかな青色の枠線 */
		opacity: 1; /* 選択時ははっきり表示 */
	}
}

.brand-item-naiyou{
	padding: 25px ;
}

.brand-name{
	display: block;
	font-size: 5.5vw;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3";
	margin-bottom: 7px;
}

.brand-brand{
	display: inline-block;
	font-size: 3.5vw;
	background: #eee;
	padding:5px 7px;
	margin-bottom: 7px;
	color: #000;
}

.brand-kanri{
	color: #737373;
	font-size: 3.5vw;
	font-family: "ヒラギノ角ゴ Pro W3";
	margin-bottom: 20px;
	letter-spacing: 1px;
}

.brand-cost{
	font-family: "ヒラギノ角ゴ Pro W3";
	font-size: 5.5vw;
	color: #000;
	margin-bottom: 30px;
	letter-spacing: 0.5px;
}

.brand-cost span{
	color: #737373;
	font-size: 3.5vw;
	padding-left: 10px;
}

.brand-list{
	display: flex;
	margin-bottom: 7px;
	line-height: 1.4rem;
}

.brand-section{
	color: #000;
	border-bottom: solid 1px #ddd;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.brand-section-box{
	border-bottom: solid 1px #ddd;
	margin-bottom: 25px;
}

.brand-sec-p{
	font-family: "ヒラギノ角ゴ Pro W3";
	text-align: justify;
	margin-bottom: 15px;
	line-height: 1.4rem;
}
@media screen and (min-width:700px) {
	.brand-item-naiyou{
		padding: 50px ;
	}

	.brand-name{
		display: block;
		font-size: 2rem;
		margin-bottom: 7px;
	}

	.brand-brand{
		font-size: 1.1rem;
		padding:5px 7px;
		margin-bottom: 7px;
	}

	.brand-kanri{
		font-size: 1.1rem;
		margin-bottom: 20px;
	}

	.brand-cost{
		font-size: 2rem;
		color: #000;
		margin-bottom: 30px;
		letter-spacing: 0.5px;
	}

	.brand-cost span{
		color: #737373;
		font-size: 1.1rem;
		padding-left: 10px;
	}

	.brand-list{
		display: flex;
		margin-bottom: 7px;
		line-height: 1.4rem;
	}

	.brand-section{
		color: #000;
		border-bottom: solid 1px #ddd;
		padding-bottom: 5px;
		margin-bottom: 15px;
	}

	.brand-section-box{
		border-bottom: solid 1px #ddd;
		margin-bottom: 25px;
	}

	.brand-sec-p{
		padding:0 15px;
		font-family: "ヒラギノ角ゴ Pro W3";
		text-align: justify;
		margin-bottom: 15px;
		line-height: 1.4rem;
	}	
}


@media screen and (min-width:1200px) {
	.brand-item-naiyou{
		padding: 0 ;
		width: 60%;
		padding-left: 50px;
	}

	.brand-name{
		display: block;
		font-size: 2rem;
		margin-bottom: 10px;
	}

	.brand-brand{
		font-size: 1.1rem;
		padding:5px 7px;
		margin-bottom: 10px;
	}

	.brand-kanri{
		font-size: 1.1rem;
		margin-bottom: 30px;
	}

	.brand-cost{
		font-size: 2rem;
		color: #000;
		margin-bottom: 30px;
		letter-spacing: 0.5px;
	}

	.brand-cost span{
		color: #737373;
		font-size: 1.1rem;
		padding-left: 10px;
	}

	.brand-list{
		display: flex;
		margin-bottom: 10px;
		line-height: 1.5rem;
	}

	.brand-section{
		color: #000;
		border-bottom: solid 1px #ddd;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}

	.brand-section-box{
		border-bottom: solid 1px #ddd;
		margin-bottom: 25px;
	}

	.brand-sec-p{
		padding:0 15px;
		font-family: "ヒラギノ角ゴ Pro W3";
		text-align: justify;
		margin-bottom: 20px;
		line-height: 1.5rem;
	}	
}

/*ブランド各種ページ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


