.goods {
	max-width: 1600px;
	width: 100%;
	margin: 0px auto 100px;
	position: relative;
	overflow: hidden;
}
.goods .mv_ph {
	float: left;
	width: 470px;
}
.goods .ttl {
	max-width: 570px;
	width: 60%;
	display: table;
	position: absolute;
	top: 30px;
	left: 20%;
}
.goods .ttl .h_ttl,
.goods .ttl a {
	display: table-cell;
	vertical-align: middle;
}
.goods .ttl .h_ttl {
	background-color: rgba(0,0,0,.8);
	text-align: center;
	width: 65%;
	color: #fff;
	padding: 10px 0;
	font-size: 90%;
	font-weight: 400;
}
.goods .ttl .h_ttl strong {
	display: block;
	text-align: center;
	font-size: 120%;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	letter-spacing: 1px;
}
.goods .ttl a {
	text-align: center;
	width: 35%;
	background-color: rgba(0,0,0,0);
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	letter-spacing: 1px;
	position: relative;
}
.goods .ttl a .material-icons {
	display: block;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -10px;
}
.goods .ttl a:hover {
	background-color: rgba(0,0,0,.1);
}
.goods ul {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	list-style: none;
	margin-left: 470px;
	padding: 170px 5% 0 5%;
	padding-bottom: 10px;
}
.goods li {
	float: left;
	width: 21%;
	margin-right: 5.33%;
}
.goods li:nth-child(4) {
	margin-right: 0;
}
.goods li p {
	margin-bottom: 0px;
	line-height: 130%;
	font-size: 90%;
}
.goods li p img {
	width: 100%;
	height: 130px;
	object-fit: cover;
}
.goods li p span {
	display: block;
	font-size: 90%;
}
.goods li p span::before {
  content: '【';
}
.goods li p span::after {
  content: '】';
}
.goods li p:nth-child(2) {
	padding: 10px;
}
.goods li a {
	display: block;
	border-radius:0px;
	overflow: hidden;
	box-shadow:0px 3px 6px -4px #fff;
}
.goods li a:hover {
	border-radius:6px;
	box-shadow:0px 3px 6px -4px #3f3f40;
}
/* ------------------------------------ */
.goods_more {
	max-width: 1100px;
	width: 90%;
	margin: 0px auto;
	position: relative;
}
.goods_more .more_r {
	margin-left: 350px;
	margin-bottom: 80px;
}
.goods_more .more_r p {
	margin-bottom: 30px;
}
.goods_more .more_r p img {
	display: block;
	max-width: 670px;
	width: 100%;
	margin: 0px auto;
}
.goods_more .more_l {
	width: 200px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.goods_more .more_l ul {
}
.goods_more .more_l li {
	background-color: #000;
	margin-bottom: 10px;
}
.goods_more .more_l li a {
	display: block;
	position: relative;
	text-align: center;
}
.goods_more .more_l li a img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	opacity:.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
    -moz-opacity:.5;
    -khtml-opacity:.5;
	transition: .4s;
}
.goods_more .more_l li a p {
	position: absolute;
	text-align: center;
	color: #fff;
	width: 100%;
	top: 50%;
	left: 0;
	font-size: 70%;
	margin-top: -20px;
	letter-spacing: 1px;
}
.goods_more .more_l li a p strong {
	display: block;
	text-align: center;
	font-size: 140%;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	letter-spacing: 0px;
}
.goods_more .more_l li a:hover {
}
.goods_more .more_l li a:hover img {
	opacity:1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity:1;
    -khtml-opacity: 1;
}
/* ------------------------------------ */

/* ------------------------------------ */

/* ------------------------------------ */






@media screen and (max-width: 1200px) {
	/* ------------------------------------ */
	.goods .mv_ph {
		width: 350px;
	}
	.goods ul {
		margin-left: 350px;
	}
	/* ------------------------------------ */
}
@media screen and (max-width: 980px) {
	
	/* ------------------------------------ */
	.goods .mv_ph {
		width: 300px;
	}
	.goods .ttl {
		width: 80%;
		left: 10%;
	}
	.goods ul {
		margin-left: 300px;
		padding: 170px 5% 0 7%;
	}
	.goods li {
		width: 44%;
		margin-right: 12%;
		margin-bottom: 30px;
	}
	.goods li:nth-child(2n) {
		margin-right: 0;
	}
	.goods li p img {
		height: 150px;
	}
	/* ------------------------------------ */
	.goods_more .more_r {
		margin-left: 0px;
	}
	.goods_more .more_l {
		width: 100%;
		position: static;
		margin-bottom: 30px;
	}
	.goods_more .more_l ul {
		overflow: hidden;
	}
	.goods_more .more_l li {
		float: left;
		width: 32%;
		margin-right: 2%;
	}
	.goods_more .more_l li:nth-child(3n) {
		margin-right: 0;
	}
	.goods_more .more_l li a img {
	}
}





@media screen and (max-width: 680px) {
	
	/* ------------------------------------ */
	.goods .mv_ph {
		width: 100%;
	}
	.goods .ttl {
		top: 15%;
		background-color: rgba(0,0,0,.7);
		padding: 30px 0;
	}
	.goods .ttl,
	.goods .ttl .h_ttl,
	.goods .ttl a {
		display: block;
	}
	.goods .ttl .h_ttl {
		width: 100%;
		margin-bottom: 10px;
		background: none;
	}
	.goods .ttl a {
		max-width: 300px;
		width: 100%;
		margin: 0px auto;
		border: #fff 2px solid;
		color: #fff;
		text-align: center;
		padding: 10px 0;
		border-radius: 40px;
	}
	.goods .ttl a:hover {
		background-color: rgba(255,255,255,1);
		color: #444;
	}
	.goods ul {
		margin-left: 0px;
		padding: 40px 5% 0 7%;
	}
	.goods li {
		width: 45%;
		margin-right: 10%;
	}
	/* ------------------------------------ */
	.goods_more .more_r {
		margin-bottom: 0px;
	}
	.goods_more .more_l li,
	.goods_more .more_l li:nth-child(3n) {
		width: 49%;
		margin-right: 2%;
	}
	.goods_more .more_l li:nth-child(2n) {
		margin-right: 0;
	}
	.goods_more .more_l li a img {
	}
	/* ------------------------------------ */
}