/* =========================================================
   TOP HERO
========================================================= */

.top-hero {
	width: 100%;
	background: #111;
	overflow: hidden;
}

.top-hero__inner {
	display: flex;
	min-height: 520px;
}

.top-hero__content {
	width: 36%;
	padding: 45px 50px;
	box-sizing: border-box;
	color: #fff;
	background: #111;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.top-hero__image {
	width: 64%;
}

.top-hero__image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.top-hero__number {
	display: flex;
	align-items: center;
	gap: 30px;
	margin-bottom: 25px;
}

.top-hero__number span {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 52px;
	font-weight: 400;
	line-height: 1;
	color: #c7ad78;
}

.top-hero__number i {
	display: block;
	width: 55px;
	height: 1px;
	background: rgba(255, 255, 255, 0.7);
}

.top-hero__header h2 {
	margin: 0 0 15px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 43px;
	line-height: 1.2;
	font-weight: 400;
	letter-spacing: 0.01em;
	color: #fff;
}

.top-hero__header h2 strong {
	font-weight: 400;
}

.top-hero__lead {
	margin: 0 0 20px;
	font-size: 19px;
	line-height: 1.8;
	font-weight: 500;
	color: #fff;
}

.top-hero__text {
	margin: 0;
	font-size: 14px;
	line-height: 2;
	color: #fff;
}
@media screen and (max-width: 1280px) {
	    #banner {
        padding-left: 0;
        padding-right: 0;
    }
	
}
@media screen and (max-width: 736px) {
	    #banner {
        padding: 0;
    }
	.top-hero__inner {
		display: block;
		min-height: 0;
	}

	.top-hero__content,
	.top-hero__image {
		width: 100%;
	}

	.top-hero__content {
		padding: 35px 25px 40px;
	}

	.top-hero__number {
		margin-bottom: 20px;
	}

	.top-hero__number span {
		font-size: 40px;
	}

	.top-hero__header h2 {
		font-size: 32px;
	}

	.top-hero__lead {
		font-size: 16px;
	}

	.top-hero__text br {
		display: none;
	}

	.top-hero__image {
		height: 280px;
	}

}

/* =========================================================
   TOP NEWS
========================================================= */

.top-news {
	padding: 55px 0px 60px;
	background: #f8f8f6;
	width:100%;
}

.top-news__inner {
	max-width: 95%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 240px 1fr;
	gap: 70px;
}

/* 左側
--------------------------------------------------------- */

.top-news__heading {
	display: block;
}
.top-news__heading .top-hero__number {
	margin-bottom: 25px;
}
.top-news__heading .top-hero__number i{
	background:#111111;
	
}
.top-news__title {
	margin: 0 0 0 95px;
}

.top-news__title h2 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 36px;
	font-weight: 400;
	line-height: 1;
	color: #222;
}

.top-news__title p {
	margin: 10px 0 0;
	font-size: 12px;
	color: #555;
}

section, article{
	margin:0;
}

/* NEWS一覧
--------------------------------------------------------- */

.top-news__list {
	border-top: 1px solid #ddd;
}

.top-news__item {
	padding: 20px 5px;
	border-bottom: 1px solid #ddd;
}

.top-news__item h3 {
	margin: 0 0 8px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.6;
	color: #222;
}

.top-news__item p {
	margin: 0;
	font-size: 13px;
	line-height: 1.8;
	color: #555;
}

.top-news__note {
	font-size: 12px;
	color: #666;
}


/* NEW
--------------------------------------------------------- */

.top-news__new {
	display: inline-block;
	margin-left: 8px;
	padding: 2px 8px;

	background: #c7ad78;
	color: #fff;

	font-family: Georgia, "Times New Roman", serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.5;
	vertical-align: 1px;
}
@media screen and (max-width: 736px) {

	.top-news {
		padding: 40px 25px 45px;
	}

	.top-news__inner {
		display: block;
	}

	.top-news__heading {
		margin-bottom: 30px;
	}

	.top-news__title {
		margin: 3px 0 0 30px;
	}

	.top-news__title h2 {
		font-size: 30px;
	}

	.top-news__title p {
		margin-top: 7px;
	}

	.top-news__item {
		padding: 18px 0;
	}

	.top-news__item h3 {
		font-size: 14px;
	}

	.top-news__item p {
		font-size: 12px;
		line-height: 1.9;
	}

	.top-news__note {
		font-size: 11px;
	}

}


/* =========================================================
   TOP PRODUCTS
========================================================= */

.top-products {
	padding: 60px 50px 80px;
	background: #fff;
}

.top-products__inner {
	max-width: 1400px;
	margin: 0 auto;
}


/* 見出し
--------------------------------------------------------- */

.top-products__heading {
	margin-bottom: 45px;
}

.top-products .top-hero__number {
	margin-bottom: 25px;
}

.top-products .top-hero__number i {
	background: #aaa;
}

.top-products__title {
	margin-left: 95px;
}

.top-products__title h2 {
	margin: 0;

	font-family: Georgia, "Times New Roman", serif;
	font-size: 36px;
	font-weight: 400;
	line-height: 1;

	color: #222;
}

.top-products__title p {
	margin: 10px 0 0;
	font-size: 12px;
	color: #555;
}


/* 製品一覧
--------------------------------------------------------- */

.top-products__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}


/* 各製品
--------------------------------------------------------- */

.top-products__item {
	min-width: 0;
}


/* 写真部分
--------------------------------------------------------- */

.top-products__image {
	width: 100%;
	aspect-ratio: 4 / 3;

	background: #eee;

	overflow: hidden;
}

.top-products__image img {
	width: 100%;
	height: 100%;
	display: block;

	object-fit: cover;
}


/* 製品名
--------------------------------------------------------- */

.top-products__caption {
	padding-top: 18px;
}

.top-products__caption h3 {
	margin: 0;

	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;

	color: #222;
}

.top-products__caption p {
	margin: 5px 0 0;

	font-family: Georgia, "Times New Roman", serif;
	font-size: 11px;
	letter-spacing: 0.08em;

	color: #999;
}
@media screen and (max-width: 736px) {

	.top-products {
		padding: 40px 25px 50px;
	}

	.top-products__heading {
		margin-bottom: 30px;
	}

	.top-products .top-hero__number {
		margin-bottom: 25px;
	}

	.top-products__title {
		margin-left: 75px;
	}

	.top-products__title h2 {
		font-size: 30px;
	}

	.top-products__list {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.top-products__image {
		aspect-ratio: 16 / 10;
	}

	.top-products__caption {
		padding-top: 12px;
	}

	.top-products__caption h3 {
		font-size: 17px;
	}

}