@charset "utf-8";
/* CSS Document */

/* ex_bnrlist */
.ex_bnrlist{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
}
.ex_bnrlist .newitem_bnr {
	display: block;
	position: relative;
	width: calc(50% - 2px);
	border-radius: 10px;
	background: #fff;
	margin-bottom: 50px;
	border: 1px solid #333;
}
.ex_bnrlist .newitem_bnr > a{ 
	display: block;
	text-decoration: none;
	position: relative;
	height: 100%;
}
.ex_bnrlist .newitem_bnr > a:hover{
	opacity: .6;
    transition: .2s;
}
.ex_bnrlist .newitem_bnr .newitem_thumb img{	
	width:100%;
	vertical-align: top;
	border-radius: 10px 10px 0 0;
}
.ex_bnrlist .newitem_bnr .newitem_heading {
    width: 100%;
    font-size: 26px;
    line-height: 1.471;
    letter-spacing: .1em;
    text-align: center;
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
	height: 105px;
	background: rgba(0,0,0,0.7);
	color: #fff;
	position: relative;
	border-radius: 0 0 10px 10px;
}
.ex_bnrlist .newitem_bnr .newitem_heading:after {
	position: absolute;
	content: "";
	display: inline-block;
	background-image: url(/images/ico_arrow_newitem_bnr.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 35px;
	height: 35px;
	right: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.ex_bnrlist .newitem_bnr .newitem_icon {
	text-align: center;
    position: absolute;
    top: 15px;
    left: 25px;
    background: #d05353;
    width: 80px;
    height: 80px;
    color: #fff;
    border-radius: 100px;
    font-size: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-weight: 900;
    letter-spacing: 2px;
	z-index: 10;
}
.ex_bnrlist .newitem_bnr .subnewitem_title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.471;
    letter-spacing: .1em;
    text-align: center;
	position: relative;
	display: inline-block;
}
.ex_bnrlist .newitem_bnr .newitem_title {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.471;
    letter-spacing: .1em;
    text-align: center;
}
@media screen and (max-width: 1350px) {
	.ex_bnrlist .newitem_bnr .newitem_title { font-size: 24px;}
}
@media screen and (max-width: 640px) {
	.ex_bnrlist { margin-bottom: 50px;}
	.ex_bnrlist .newitem_bnr {
		margin-bottom: 15px;
		width: 100%;
		position: relative;
		border: none;
	}
	.ex_bnrlist .newitem_bnr:last-child { margin-bottom: 0;}
	.ex_bnrlist .newitem_bnr .newitem_bnr_inner {
		width: 100%;
		position: relative;
		display: block;
	}
	.ex_bnrlist .newitem_bnr .newitem_thumb {
		border-radius: 10px 10px 0 0;
		border: 1px #333 solid;
		border-bottom: none;
	}
	.ex_bnrlist .newitem_bnr div div img { width: 100%;}
	
	.ex_bnrlist .newitem_bnr .newitem_heading {
		padding: 4.5% 3%;
		border: 1px solid #333;
		border-top: none;
		display: block;
		height: auto;
	}
	.ex_bnrlist .newitem_bnr .newitem_heading:after {
		width: 6vw;
		height: 6vw;
		right: 4vw;
	}
	.ex_bnrlist .newitem_bnr .newitem_icon {
		top: -25px;
		left: 15px;
		width: 15vw;
		height: 15vw;
		font-size: 4vw;
		letter-spacing: 1px;
	}
	.ex_bnrlist .newitem_bnr .subnewitem_title,
	.ex_bnrlist .newitem_bnr .sp_newitem_title{
		font-size: 4vw;
		display: block;
	}
	.ex_bnrlist .newitem_bnr .sp_newitem_title{ display: block;}
	.ex_bnrlist .newitem_bnr .newitem_title { font-size: 5.3vw;}
}

/* product_list */
.product_list {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	margin-bottom: 50px;
	z-index: 2;
}
.product_list div th,
.product_list div div {
	padding: 0;
	text-align: center;
	border: none;
	vertical-align: middle;
}
.product_list div div img { width: 100%;}
.product_list .product_list_inner {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
}
.product_list .product_list_inner::after,
.product_list .product_list_inner::before {
	display: block;
	content: "";
	width: calc(50% - 2px);
	height: 0;
}
.product_list .product_list_inner::before { order: 1;}
.product_list .product_list_item {
	width: calc(50% - 2px);
	background-color: #222;
	margin-bottom: 4px;
	border-radius: 10px;
	position: relative;
}
.product_list .product_list_item a:hover {
	opacity: .6;
	display: block;
	transition: .2s;
}
.product_list .product_list_thumb {
	vertical-align: top;
	background-color: transparent;
	width: 100%;
	height: auto;
}
.product_list .product_list_thumb img {
	border-radius: 10px;
	border-bottom: 1px #efefef solid;
}
.product_list .product_list_heading {
	margin-bottom: 14px;
	font-size: 26px;
	font-weight: 500;
	color: #fff;
	line-height: 1.471;
	letter-spacing: .1em;
	text-align: left;
	word-break: break-all;
	position: absolute;
	left: 50%;
	top: 45%;
	transform: translate(-50%, -50%);
	text-shadow: 0px 3px 22px rgba(0,0,0,0.8),
				0px 2px 3px rgba(0,0,0,0.3);
}
.product_list .product_list_notes {
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	line-height: 1.615;
	letter-spacing: .2em;
	text-align: left;
	word-break: break-all;
	padding: 0 28px 20px;
	position: absolute;
	left: 50%;
	top: 62%;
	transform: translate(-50%, -50%);
}
@media screen and (max-width: 640px) {
	.product_list .product_list_inner::after,
	.product_list .product_list_inner::before { width: 100%;}
	.product_list .product_list_item { width: 100%;}
	.product_list .product_list_item:last-child { margin-bottom: 0;}
	.product_list .product_list_heading {
		font-size: 6vw;
		top: 43%;
		width: 100%;
		text-align: center;
	}
	.product_list .product_list_notes {
		width: 100%;
		text-align: center;
		top: 67%;
	}
}
