.section__block--top-page {
	max-width: 1100px;
}

.slider {
	margin-top: 0;
}
.slider .bx-wrapper {
	margin-bottom: 0;
}
.slider .bx-wrapper .bx-caption {
	text-align: center;
	top: 0;
	bottom: auto;
}

#slider img {
	display: block;
	margin: 0 auto;
}

.banner__section {
	margin: 2px 0 50px;
}

.news__lists {
	list-style-type: none;
	margin: 0 0 2em;
}

.news__list {
	margin-bottom: .5em;
}

.news__date {
	margin-right: 1em;
}

.top_img {
	width: 100%;
	display: block;
}

.top_img img {
	width: 100%;
	display: block;
}

.makes_yamagata {
	width: 80%;
	margin: 0 auto 100px;
	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;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.makes_yamagata img {
	width: 47%;
	display: block;
}

.col_wrapper {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
}

.col_wrapper .info_img {
	width: 30%;
	max-width: 300px;
	display: block;
}

.info_list {
	width: 70%;
	list-style-type: none;
}

.info_list .info_list_item {
	width: 100%;
	display: block;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}

.info_list .info_list_item a {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.info_list .info_list_item a img {
	width: 40px;
	display: block;
}

.info_list .info_list_item a .text {
	width: calc(100% - 80px);
}

.info_list .info_list_item a .text p {
	color: #231815;
	line-height: 1.3;
}

.info_list .info_list_item a .text p:nth-of-type(1) {
	font-size: 13px;
	font-weight: bold;
}

.info_list .info_list_item a .text p:nth-of-type(2) {
	font-size: 16px;
}

.info_list .info_list_item a:hover {
	-webkit-text-decoration-color: #231815;
	text-decoration-color: #231815;
}

.product-list__unit {
	padding: 20px;
	border: 1px solid #231815;
}

.product-list__unit a {
	width: 100%;
}

.product-list__text {
	color: #231815;
}

.product-list__name {
	padding-bottom: 10px;
	border-bottom: 1px dotted #231815;
}

.buy_btn {
	width: 80%;
	display: block;
	margin: 0 auto;
}

.buy_btn img {
	width: 100%;
	display: block;
}

.product-list__soldout,
.product-list__price {
	padding: 10px 0;
}

.osusume_block {
	margin-bottom: 100px;
}

.osusume {
	width: 300px;
	display: block;
	margin: 0 auto;
}

.people_block {
	width: 90%;
	margin: 0 auto;
}

.people_list {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	list-style-type: none;
}

.people_col {
	width: 30%;
	padding: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px dotted #231815;
	border-right: 0;
}

.people_col:first-child {
	border-left: 1px solid transparent;
}

.people_col img {
	width: 100%;
	display: block;
	margin-bottom: 20px;
}

.people_col img:nth-of-type(3) {
	margin-top: 20px;
}

.people_col a {
	width: 100%;
	display: block;
	color: #231815;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}

.people_col a:hover {
	-webkit-text-decoration-color: #231815;
	text-decoration-color: #231815;
}

@media (max-width: 768px) {
	/* ~768px */
	.makes_yamagata {
		width: 90%;
	}
	.makes_yamagata img {
		width: 100%;
	}

	.col_wrapper {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.col_wrapper .info_img {
		max-width: 200px;
		margin-bottom: 30px;
	}

	.info_list {
		width: 100%;
	}

	.people_block {
		width: 100%;
	}

	.people_list {
		margin: 0;
	}

	.people_col {
		width: 50%;
		padding: 20px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border-top: 0;
		border-bottom: 1px dotted #231815;
		border-left: 1px dotted transparent;
	}

	.people_col:nth-last-of-type(1) {
		border-bottom: 0;
	}

}