@charset "utf-8";
/* CSS Document */
.ttl_txt h1 {
	font-family: 'utsukushiregular' , '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3' , 'Hiragino Mincho ProN' ,"ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 50px !important;
    font-weight:  bold;
	text-align:center;
	margin-top:30px;
}

.brand_ttl {
    border-bottom: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
	font-family: 'utsukushiregular' , '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3' , 'Hiragino Mincho ProN' ,"ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size:150% !important;
	font-weight:bold;
    margin: 50px auto 40px !important;
    padding: 15px !important;
    width: 100%;
	text-align:center;
	line-height:1.5em;
}

#wrap{
	width: 100%;
	max-width:1000px !important;
	font-size:100%;
	overflow:hidden;
	margin: 140px auto 50px;
	font-family: 'utsukushiregular' , '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3' , 'Hiragino Mincho ProN' ,"ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#brand {
	width: 100%;
	max-width:1000px;
	font-size:100%;
	font-family: 'utsukushiregular' , '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3' , 'Hiragino Mincho ProN' ,"ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#brand > li {
	width:30%;
	max-width:300px;
	height:500px;
	margin:0 5% 5% 0;
	padding:1.5%;
	text-align:center;
	font-size:100%;
	border:1px #aaa solid;
	background:#F9F9F9;
}
#brand > li:nth-child(3),
#brand > li:nth-child(6),
#brand > li:nth-child(9) {
	margin-right:0;
}
#brand > li p {
	height:90px;
}
#brand > li img.mv {
	width:100%;
}
#brand > li img.logo {
	margin:12px auto 0;
	height:26px;
	width:auto;
}
#brand li ul.lnk {
	margin:20px auto 25px;
	width:70%;
	border:1px #ccc solid;
	border-bottom:none;
	font-size:100%;
}
#brand li ul.lnk li {
	height:25px;
	background:url(https://ur-s.me/brand/image/lnk_bg.gif);
	border-bottom:1px #ccc solid;
	display:block;
	padding:0px 10%;
	text-align:left;
	line-height:2.0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#brand li ul.lnk li a {
	color:#333;
	text-decoration:none;
}
#brand li ul.lnk li:before {
	content:" ";
    display:inline-block;
    width:11px;
    height:10px;
    background:url(https://ur-s.me/brand/image/link.png) no-repeat;    
    background-size:11px 10px;
	margin-right:10px;
	margin-top:-5px;
}
#brand li ul.lnk li:hover{
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    cursor: pointer;
}
#brand .sns {
	width:45%;
	margin:0 auto;
	padding-left:10px;
}
#brand .sns li {
	float:left;
	width:23%;
	margin-right:12%;
}
#brand .sns li img {
	width:100%;
}
#brand .sns li img.fb {
	width:13px;
	margin-left:7px;
	margin-right:7px;
}
#brand .sns li:last-child {
	margin-right:0;
}
/***************▼タブレット▼*****************/

@media screen and (max-width: 768px) {
	.brand_ttl {
		border-bottom: 1px solid #d7d7d7;
		border-top: 1px solid #d7d7d7;
		font-family: 'utsukushiregular' , '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3' , 'Hiragino Mincho ProN' ,"ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size:150% !important;
		font-weight:bold;
		margin: 30px auto 40px !important;
		padding: 15px !important;
		width: 100%;
		text-align:center;
		line-height:1.5em;
	}

	#brand {
		width: 92%;
		max-width:768px;
		margin:0 auto 20px;
		font-size:100%;
		font-family: 'utsukushiregular' , '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3' , 'Hiragino Mincho ProN' ,"ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		clear:both;
	}

	#brand > li {
		float:left;
		width:47%;
		margin:0 6% 5% 0;
		padding:1.5%;
		text-align:center;
		font-size:100%;
		border:1px #999 solid;
	}

	#brand > li:nth-child(3),
	#brand > li:nth-child(6),
	#brand > li:nth-child(9) {
		float:left;
		width:47%;
		margin:0 6% 5% 0;
		padding:1.5%;
		text-align:center;
		font-size:100%;
		border:1px #999 solid;
	}

	#brand > li:nth-child(even) {
		margin-right:0;
	}
	#brand > li ul.lnk {
		margin:20px auto;
		width:80%;
		border:1px #ccc solid;
		border-bottom:none;
		font-size:100%;
	}

	#brand .sns li img.fb {
		width:12px;
		margin-left:7px;
		margin-right:7px;
	}

}


/***************▼スマホ大▼*****************/
@media screen and (max-width: 640px) {
	#wrap{
		margin: 80px auto 30px;
	}

	.brand_ttl {
		border-bottom: 1px solid #d7d7d7;
		border-top: 1px solid #d7d7d7;
		font-family: 'utsukushiregular' , '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3' , 'Hiragino Mincho ProN' ,"ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size:150% !important;
		font-weight:bold;
		margin: 20px auto 40px !important;
		padding: 15px !important;
		width: 100%;
		text-align:center;
		line-height:1.5em;
	}

	#brand {
		width: 88%;
		max-width:640px;
		margin:0 auto 20px;
		font-size:100%;
		font-family: 'utsukushiregular' , '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3' , 'Hiragino Mincho ProN' ,"ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		clear:both;
	}

	#brand > li {
		width:100%;
		height:auto;
		margin: 0 auto 30px;
		padding:5%;
		text-align:center;
		font-size:100%;
		border:1px #999 solid;
	}
	#brand > li:nth-child(even) {
		margin: 0 auto 30px;
	}
	#brand > li:nth-child(3),
	#brand > li:nth-child(6),
	#brand > li:nth-child(9)  {
		width:100%;
		padding:5%;
		text-align:center;
		font-size:100%;
		border:1px #999 solid;
		margin: 0 auto 30px;
	}
	#brand > li p {
		height:auto;
	}

	#brand > li ul.lnk {
		margin:20px auto;
		width:80%;
		border:1px #ccc solid;
		border-bottom:none;
		font-size:100%;
	}

	#brand .sns li img.fb {
		width:10px;
		margin-left:7px;
		margin-right:7px;
	}
}