.kv {
	height: 300px;
	width: 100%;
	background-color: #fff;
	text-align: center;
	padding-top: 5em;
}

.kv_sample {
	background: #fff url(../img/sample_01.png) center top/cover no-repeat;
}
.kv_h1 {
	background: #fff url(../img/h1_pc.png) center top/cover no-repeat;
	width: 100%;
	height: 165px;
	object-fit: cover;
	font-family: 'object-fit: cover; object-position: bottom;';
	}
.kv_h1 h1 {color: #fff;}
@media (max-width: 900px) {
	.kv_h1 {
		background: #fff url(../img/h1_sp.png) center top/cover no-repeat;
		width: 100%;
		height: 100px;
		object-fit: cover;
		font-family: 'object-fit: cover; object-position: bottom;';
		}
	.kv_h1 h1 {color: #fff;}
}


section .cnt_top {
	padding-bottom: 2em;
}
p.caption_b18{
	font-weight: bold;
	font-size: 18px;
}
.itemlist a {
	display: contents;
}
section.brand_original {
	padding: 0 0 3em;
}
section.brand_original h2 {
	height: 156px;
	line-height: 156px;
	background: #fff url(../img/ORIGINAL.png) center top no-repeat;
	text-align: center;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (max-width: 900px) {
	section.brand_original h2 {
	background: url(../img/ORIGINAL.png) center top/contain no-repeat;
	background-position: 50% 50%;
	}
}

.itemlist {
    margin-top: -4em;
	padding: 3em 0;
}
.itemlist a p {
	color: #000;
}
.itemlist a .item_btn {
	color: #11346c;
}

.itemlist a:hovwe {opacity: 0.6;}
.itemlist .item_cnt {
    padding-top: 4em;
    padding-bottom: 2em;
	height: auto;
	display: flex;
	flex-direction:column;
	align-items: center;
}
.itemlist .item_cnt .item_img {
	border: solid 1px #d5d5d5;
	width: 100%;
	max-width: 340px;
	height: 260px;
	position: relative;
}
.itemlist .item_cnt .item_img img {
	display: block;
	width: 96%;
	height: 252px;
	position: absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	margin:auto;
	object-fit: contain;
	font-family: 'object-fit: cover; object-position: bottom;';
	flex-shrink: 0 !important;
}
.itemlist .item_cnt .item_name{
	text-align: center;
	max-width: 280px;
}
.itemlist .item_cnt .item_btn {
	border: solid 1px #11346c;
	padding: 0.8em 2em 0.8em 1.4em;
	font-size: 14px;
	position: relative;
	margin-top: auto;
	color: #11346c;
	min-width: 140px;
	text-align: center;
}
.itemlist .item_cnt .item_btn i {
	position: absolute;
	top: 0.8em;
	right: 6px;
}
@media (min-width: 901px) {
.itemlist .item_cnt:hover img,
.itemlist .item_cnt:hover p.item_name{
	opacity: 0.4;
	transition : 0.4s;
}
.itemlist .item_cnt .item_btn {
    border: solid 1px #11346c;
    padding: 0.8em 2em 0.8em 1.4em;
    font-size: 14px;
    position: relative;
    margin-top: auto;
    color: #11346c;
    min-width: 140px;
    text-align: center;
	z-index: 10;
	margin: 0;
}
.item_cnt .item_btn:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #11346c;
  z-index: -1;
  transition: .4s;
}
.item_cnt:hover .item_btn{
  color: #fff;
}
.item_cnt:hover .item_btn:before{
  width: 100%;
}
}
@media screen and (min-width: 600px) {
    .itemlist {
        display: flex;
        flex-wrap: wrap;
        margin: -4em 0 0 -1em;
    }
    .itemlist .item_cnt{
        width: 50%;
        padding: 4em 0 0 1em;
    }
}
@media screen and (min-width: 900px) {
    .itemlist .item_cnt {
        width: 33.33333%;
    }
}
/* IE11だけに効くCSS*/
@media all and (-ms-high-contrast:none) {
    .itemlist .item_cnt {
        min-width: 280px;
    }
}

/*ミレア一覧*/
section.miglia,
section.item {padding: 0 0 3em;}
section.miglia h1,
section.item h1 {
	text-align: left;
	line-height: 120px;
	}
section.item h1 p {color: #000;}
section.miglia h2,
section.item h2{
	color: #12346c;
}
section.miglia h2,
section.item h2.heading {
	height: 156px;
	line-height: 156px;
	background: #f8f8f5 url(../img/ORIGINAL.png) center top no-repeat;
	text-align: center;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (max-width: 900px) {
	section.item h1{
		line-height: 1;
		padding: 1em 0;
	}
	section.miglia h2,
	section.item h2.heading {
	background: #f8f8f5 url(../img/ORIGINAL.png) center top/contain no-repeat;
	background-position: 50% 50%;
	}
}

section.miglia .cnt_h3,
section.item .cnt_h3{
	position: relative;
	margin-top: 3em;
}
section.miglia h3,
section.item h3 {
	color: #000;
	border-bottom: solid 1px #707070;
	padding-bottom: 10px;
}
section.miglia h3 span,
section.item h3 span {
	font-size: 24px;
	margin-left: 20px;
}

section.miglia h3 img,
section.item h3 img {
	position: absolute;
	top:1px;
	left: 0;
}


p.lead {
	font-weight: bold;
}

section.item .parts_list {
	border: solid 1px #11346c;
	width: 75%;
	text-align: center;
	margin: 2em auto;
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items:center;
}
section.item .parts_list img {
	margin-left: 10px;
	height: 16px;
	width: auto;
}

@media (max-width: 900px) {
	section.item .parts_list {
		width: 90%;
		}
}
section.item .spec {
	display: flex;
	flex-wrap: wrap;
	box-sizing: content-box;
	margin: 3em 0;
}
section.item .spec dl{
	border-left: solid 1px #d5d5d5;
	border-right: solid 1px #d5d5d5;
	border-bottom: solid 1px #d5d5d5;
	width: 50%;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	line-height: 1.2;
}
section.item .spec dt,
section.item .spec dd {
	padding: 1.8em 1em;
	margin: 0;
	display: flex;
	flex-flow: row;
}
section.item .spec dt {
	justify-content: center;
	align-items:center;
	background-color: #f5f5f5;
	width: 162px;
	flex: 1;
}

section.item .spec dd {
	align-items:center;
	background-color: #fff;
	flex: 2;
}
section.item .spec dd:last-child {
	border-right: none;
}

section.item .spec dl:first-child,
section.item .spec dl:nth-child(2){
	border-top: solid 1px #d5d5d5;
}
section.item .spec dl:nth-child(even){
	border-left: none;
	}

@media (max-width: 600px) {
	section.item .spec,
	section.item .spec dl {
		flex-direction: column;
	}
	section.item .spec dl {
		width: 90%;
		margin: 0 auto;
	}
	section.item .spec dl:first-child{
		border-top: solid 1px #d5d5d5;
	}
	section.item .spec dl:nth-child(2){
	border-top: none;
	}
	section.item .spec dl:nth-child(even){
	border-left: solid 1px #d5d5d5;
	}
	section.item .spec dt,
	section.item .spec dd {
		width: 100%;
		justify-content: flex-start;
		border: none;
	padding: 1em;
	}
}

/*ブランド一覧*/

section.brand_list h2 {
	height: 156px;
	line-height: 156px;
	background: #fff url(../img/brand.png) center top no-repeat;
	text-align: center;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
section.brand_list .contents {display: block;}
@media (max-width: 900px) {
	section.brand_list h2 {
	background: url(../img/brand.png) center top/contain no-repeat;
	background-position: 50% 50%;
	}
}


.blandlist {
    margin-top: -4em;
	padding: 3em 0;
	display: block;
}
.blandlist a p {
	color: #000;
}
.blandlist a .item_btn {
	color: #11346c;
}
.blandlist a {display: contents;}
.blandlist a:hover .bland_cnt{opacity: 0.3; transition : 0.6s;}
.blandlist .bland_cnt {
    padding-top: 1em;
    padding-bottom: 2em;
	height: auto;
	display: flex;
	flex-direction:column;
	align-items: center;
	padding: 1em;
	transition : 0.6s;
}
.blandlist .bland_cnt .in {
}
.blandlist .bland_cnt .bland {
	border: solid 1px #d5d5d5;
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
	padding: 1em;
	min-height: 390px;
}
.blandlist .bland_cnt .bland img {
	width: 100%;
	height: 125px;
	object-fit: contain;
	font-family: 'object-fit: cover; object-position: bottom;';
}
@media all and (-ms-high-contrast:none) {
.blandlist .bland_cnt .bland img {
	height: auto;
}
}

.blandlist .bland_cnt .bland_name{
	font-weight: bold;
	font-size: 18px;
}
.blandlist .bland_cnt .bland_txt {
	text-align: left;
	font-size: 16px;
}
@media screen and (min-width: 600px) {
    .blandlist {
        display: flex;
        flex-wrap: wrap;
        margin: -4em 0 0 -1em;
    }
    .blandlist .bland_cnt{
        width: 50%;
        padding: 1em 0 0 1em;
    }
    .blandlist .bland_cnt .bland {
	    min-height: 200px;
    }
}

@media screen and (min-width: 900px) {
    .blandlist .bland_cnt {
        width: 33.33333%;
    }
}

/* IEだけに効くCSS*/
@media all and (-ms-high-contrast:none) {
	.ie_only{
	}
	.blandlist {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.blandlist::before{
	  content:"";
	  display: block;
	  width:280px;
	  order:1;
	}
	.blandlist::after{
	  content:"";
	  display: block;
	  width:280px;
	}
    .blandlist .bland_cnt {
        width: 280px;
        height: 420px;
    }
}
@media all and (max-width: 600px), (-ms-high-contrast: none){
	.blandlist {
	    display: flex;
	    flex-wrap: wrap;
	}
}
/* for Microsoft Edge
@supports (-ms-ime-align:auto) {
	.blandlist {
		display: flex;
		justify-content: center;
	}
    .blandlist .bland_cnt {
        width: 280px;
        height: 420px;
    }
} */