body {
	min-width: auto!important;
}
.to-brand-list {
	max-width: 900px;
	width: 90%;
	margin: auto;
}
.to-brand-list img {
	width: 100%;
	margin-bottom: 1em;
}
.to-brand-list-btn:hover,
.to-brand-list-btn:active,
.to-brand-list-btn:focus{
	color: #FFF;
}
.to-brand-list-btn {
	background-color: #303335;
	color: #fff;
	display: block;
	padding: 0.8em 0;
	max-width: 330px;
	width: 100%;
	margin: 0 auto 5em;
	text-align: center;
}
#page-brands.home,
#page-brands.single {
	font-size: 16px;
}
#page-brands.single .overlay-wrapper {
	position: relative;
}
#page-brands.single .overlay {
	width: 100%;
	height: 100%;
	background-color: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 900;
}
#page-brands .hero {
	height: auto;
	border-top: 1px solid #DEDEDE;
	padding-top: 2em;
}
.hero-img {
	margin-bottom: 2.5em;
	position: relative;
	background-color: rgb(0,0,0);
}
.hero-img img {
	opacity: 0.5;
}
.hero-img .inner {
	width: 980px;
	left: 0;
	right: 0;
	height: 100%;
	margin: auto;
	position: absolute;
}
.hero-img .note-box {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 50%;
	top: 50%;
	margin: -1.5em auto auto;
	z-index: 99;
	color: #FFF;
}
.hero-img .note-box h1 {
	text-align: center;
	font-size: 2.8rem!important;
	margin: 0;
	line-height: 1.2!important;
}
.hero-img .note-box h2 {
	font-size: 1.8rem;
	font-weight: normal;
	text-align: center;
	color: #CCC;
	margin: 0;
}
@media screen and (max-width:768px) {
	.to-brand-list h1 {
		margin-bottom: 0.3em!important;
	}
}
.hero-img h1 span {
	font-size: 2.8rem!important;
}
@media screen and (max-width:999px) {
	.hero-img .inner {
		width: 93%;
		left: 0;
		right: 0;
		height: 100%;
		margin: auto;
		position: absolute;
	}
}
@media screen and (max-width:768px) {
	.hero-img .note-box h1 {
		font-size: 2.2rem!important;
		right: 0;
		bottom: 0;
	}
	.hero-img .note-box h1 span {
		font-size: 2.2rem!important;
	}
}
@media screen and (max-width:520px) {
	.hero-img .inner {
		width: 100%;
	}
}
.hero-img img{
	width: 100%;
}
#page-brands .hero h1,#page-brands .hero h2{
    color: #303335;
}

#page-brands.single article,
#page-brands.home section.container {
	max-width: 900px!important;
	width: 100%;
	margin: 0 auto 60px!important;
}

#page-brands article img {
	width: 100%;
	filter: none;
	position: static;
	object-fit: fill;
}

#page-brands .hero h1,
#page-brands .hero h2 {
	margin: 0 auto 0.5em;
	text-align: center;
}

#page-brands .hero h1 {
	font-size: 28px;
}

#page-brands .hero h2 {
	font-size: 22px;
}

#page-brands.single article p,
#page-brands.home .hero p {
	text-align: justify;
	line-height: 1.8em;
	width: 90%;
	margin: 0 auto;
}

#page-brands.home .hero p {
	margin-bottom: 40px;
}

#brand-list ul{
	width: 90%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}


#brand-list article {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#brand-list li {
	padding-bottom: 1.84em;
	border-bottom: 1px solid #d4d4d4;
}
#brand-list li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

#brand-list li figure {
	width: 50%;
	padding: 1%;
	margin: auto;
}

#brand-list li section {
	width: 100%;
	margin-left: 2%;
}

#brand-list li h1 {
	font-size: 1.3em;
	text-align: left;
	margin-top: 0!important;
}

#brand-list li p {
  line-height: 1.6em;
	margin: 0 0 0.2em !important; 
}

#brand-list li h1 + p {
	line-height: 1.5;
	margin: 0 0 0.8em !important;
}

.bg-gray {
	background-color: #EFEFEF;
	padding: 20px 0;
}

#page-brands .link {
	margin-top: 40px;
}

#page-brands .link a {
	color: #FFF;
	font-size: 1.4rem;
	display: block;
	width: 240px;
	text-align: center;
	height: 48px;
	line-height: 48px;
	font-weight: 500;
	margin: 0 auto 15px;
}

#page-brands .link a.black-button {
	background-color: #303335;
	border: 1px solid #303335;
}

#page-brands .link a.gold-button {
	color: #B67C29;
	border: 1px solid #B67C29;
}

#page-brands .link a.gold-button:before {
	content: "<";
	margin-right: 0.5em;
}
	
#brand-list li a {
    position: relative;
}

#brand-list .to-history {
    padding-top: 0.5em;
}

#brand-list .to-history a,
#brand-list .to-brandlist a {
    font-size: 0.9em;
    margin-bottom: 0.3em;
    background-color: #464646;
    color: #FFF;
    padding: 0.4em 0;
    display: block;
    width: 100%;
    text-align: center;
}

@media screen and (min-width:769px){
	.to-list{
		position: absolute;
		top: 10.3em;
		width: 100%;
	}
	.founded{
		position: absolute;
		top: 123px;
	}
	.from{
		position: absolute;
		top: 145px;
	}
	#brand-list li section {
		width: 55%;
		position: relative;
	}
	#page-brands article img{
		margin-top: 2.5em;	
	}

	#brand-list .to-history {
	    width: 100%;
	}
	#brand-list .to-brandlist {
	    width: 100%;
	}

	#brand-list ul {
		width: 95%;
	}

	#page-brands .hero h1 {
		font-size: 36px;
	}

	#page-brands .hero h2 {
		font-size: 30px;
	}

	#brand-list li {
		width: 48%;
		overflow: hidden;
		height: 16.3em;
		border-bottom: 1px solid #d4d4d4;
		margin-bottom: 1em;
	}
#brand-list li:last-child {
		border-bottom: 1px solid #d4d4d4;
}
	#page-brands figure {
		width: 500px;
		margin: auto;
	}

	.bg-gray {
		background-color: transparent;
	}

	#page-brands.single article.container p,
	#page-brands.home .hero p {
		padding : 0;
		line-height: 2em;
		font-size: 1.1em;
		width: 90%;
	}
	
	#brand-list p {
		line-height: 1.1em;
		font-size: 0.9em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
		}
	#brand-list li figure {
		width: 42%;
		padding: 0;
    padding-right: 3%;
	}

}

.header .global-menu .nav__item a {
    color: #333;
}
