﻿.maindesign .dummyBreadCrumb{
	display: none;
}
#contents article .breadcrumb{
	display: none;
}
.maindesign .pc-only{
	display: block;
}
@media screen and (max-width:767px) {
.maindesign .sp-only{
	display: block;
}

}
.maindesign .main_title {
    margin: 10px auto;
    font-weight: bold;
    font-size: 30px;
}
@media screen and (max-width:767px) {
.maindesign .main_title {
    font-size: 22px;
}

}
.maindesign .maker-logo {
	width: 300px;
	margin-bottom: 10px;
}
@media screen and (max-width:767px) {
.maindesign .maker-logo {
	width: 150px;
}

}
.maindesign .feature-hdg1 .sub_title{
	left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0,0,0,0.3);
    padding: 20px 0;
    width: 60%;
	font-size: 65px;
}
@media screen and (max-width:767px) {
.maindesign .feature-hdg1 .sub_title{
    width: 85%;
	font-size: 8vw;
}

}

/*
.maindesign .feature-hdg1::after{
	content: "";
	width: 350px;
	height: 250px;
	background-image: url(/include_html/koukoku/23_nishikawa/img/SHOWA_NISHIKAWA.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (max-width:767px) {
.maindesign .feature-hdg1::after{
	width: 47vw;
	height: 34vw;
	bottom: 4.5vw;
}
}
*/
.maindesign .left-red {
    border-left: 4px solid #f00;
    padding: 0.3rem 1rem;
    font-weight: normal;
}

.maindesign .category-link{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.maindesign .category-link::before,
.maindesign .category-link::after{
	content: "";
	display: block;
	width: 24%;
	height: 0;
}
.maindesign .category-link::before{
	order: 1;
}
.maindesign .category-link a{
	display: flex;
	align-items: center;
	width: calc(24% - 22px);
	border: 1px solid #999;
	border-radius: 10px;
	background-color: #eee;
	margin-top: 20px;
	padding: 10px;
	color: #333;
	text-align: center;
	font-feature-settings: "palt";
}
.maindesign .category-link a:nth-child(-n + 4){
	margin-top: 0;
}
.maindesign .category-link a p{
	margin-top: 5px;
	line-height: 1.2;
	width: 100%;
}
.maindesign .category-link a .images{
	max-width: 55px;
}

.maindesign .headline-flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.maindesign .headline-flex .images{
	width: 300px;
}
.maindesign .headline-flex .lead-text{
	width: calc(100% - 320px);
	text-align: justify;
}

@media screen and (max-width:767px) {
.maindesign .category-link::before,
.maindesign .category-link::after{
	width: 32%;
}
.maindesign .category-link a{
	width: calc(32% - 22px);
	margin-top: 10px;
	flex-wrap: wrap;
	justify-content: center;
}
.maindesign .category-link a:nth-child(-n + 4){
	margin-top: 10px;
}
.maindesign .category-link a:nth-child(-n + 3){
	margin-top: 0;
}
.maindesign .headline-flex .images{
	width: 150px;
}
.maindesign .headline-flex .lead-text{
	width: calc(100% - 170px);
	text-align: justify;
}


}














.feat-art section:last-child{
	margin-bottom: 80px;
}


/*cont-xxxはインクルードされる位置で決定される*/
@media screen and (min-width: 768px){/*wide用*/
.goods-list-area {
width: 1080px;
overflow: hidden;
list-style: none;
margin: 0 auto;
padding: 0;
}
.goods-list-area .items {/*itemuの横幅*/
margin: 30px 26.5px 0 0;
float: left;
width: 20%;
width: calc((100% - 80px) / 4);
width: -webkit-calc((100% - 80px) / 4);
width: -moz-calc((100% - 80px) / 4);
padding: 0 0 10px 0;
position: relative;
}
.goods-list-area .items::before {
position: absolute;
top: -20px;
left: 0;
width: 100vw;
height: 1px;
content: '';
background-color: #dbdbdb;
box-sizing: border-box
}
.goods-list-area .items:nth-child(n+1):nth-child(-n+4):before {/*ボーダ消すよう*/
width: 0;
height: 0;
border: 0;
margin-top: 20px
}
.goods-list-area .items:nth-child(4n) {/*item右端のmargin削除*/
margin-right: 0;
}

.goods-list-area .items .img-box{
margin:auto;
width:200px;/*IEバグ対策*/
width: fit-content;

} 

.goods-list-area .items .goods-img {
/*text-align: center;
width: 200px;
height: 200px;
display: table-cell;
vertical-align: middle;*/
width: 200px;
height: 200px;
margin: auto;
position: relative; 
}
.goods-list-area .items .goods-img img {
/*width: auto !important;
height: auto !important;
max-width: 200px;
max-height: 192px;*/
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
height: auto;
width: auto;
max-width: 98%;
max-height: 98%;
margin: auto; 
}
.goods-list-area .items .icon-list {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
height: 40px;
margin: 10px 0;
width: 100%;
}
.goods-list-area .items .icon-list .icon {
margin-right: 5px;
}
.goods-list-area .items .icon-list .icon:last-child {
margin-right: 0;
}
.goods-list-area .items .icon-list .icon img {
width: 38px
}
.goods-list-area .items .goods-nm {
font-size: 0.88em;
word-break: break-all;
color: #333;
height: 3em;
overflow: hidden;
}
.goods-list-area .items .price-area {
height: 1.2em;
line-height: 1;
font-size: 1.25em;
margin-bottom: 20px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
}
.goods-list-area .items .price-area .head {
font-size: 0.75em;
margin-right: 3px;
padding-top: 2px
}
.goods-list-area .items .price-area .textCancel {
font-size: 0.9em
}
.goods-list-area .items .price-area .en {
font-size: 0.93em;
padding-left: 2px;
}
.goods-list-area .items .price-area .value {
font-weight: bold;
font-size: 1.2em;
align-self: flex-end;
}
/* 2021.03.10 bita-a0099 add start */
.goods-list-area .items .favIcon{
position: absolute;
top: calc(192px - 35px);		/*画像サイズにあわせて調整必要*/
left: 2%;		/*画像サイズにあわせて調整必要*/
cursor:pointer;
z-index: 50;
}
.goods-list-area .items .favIcon img{
}
.goods-list-area .items .favMsg{
display: none;
font-size: 0.8em;
position: absolute;
top: calc(192px - 10px);		/*画像サイズにあわせて調整必要*/
left: 2%;		/*画像サイズにあわせて調整必要*/
background: #FFFFFF;
padding: 5px;
border: 1px solid #CCCCCC;
width: 210px;
color: #333333;
z-index: 901;
}
.goods-list-area .items .favMsg .msg{
padding-right: 19px;
background: url(../../images/parts/icon_arrowGlayDown.png) no-repeat right center;
}
.goods-list-area .items .reco-star-box {
display: none;
height: 1.05em;
margin-bottom: 5px;
}
.goods-list-area .items .reco-star-box .star {
width: 15px;
}
.goods-list-area .items .catch {
display: none;
}
.goods-list-area .items .catch .inner {
display: none;
font-size: 0.9em;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
height: 2.9em;
line-height: 1.5;
margin-bottom: 5px;
}
.more-btn-area {
margin-bottom: 20px;
text-align: center;
}
}


@media screen and (max-width: 767px){/*short用*/
/* featureArticle */
.goods-list-area {
border-bottom: 1px solid #dbdbdb;
width: 100%;
overflow: hidden;
list-style: none;
margin: 0 auto 20px;
padding: 0;
}
.goods-list-area .items {
margin-top: 10px;
margin-right: 25px;
float: left;
width: calc(100% - 25px / 2);
width: -webkit-calc((100% - 25px) / 2);
width: -moz-calc((100% - 25px) / 2);
padding-bottom: 15px;
position: relative
}
.goods-list-area .items::before {
background-color: #dbdbdb;
box-sizing: border-box;
content: '';
height: 1px;
left: 0;
position: absolute;
top: -10px;
width: 100vw;
}
.goods-list-area .items:nth-child(2n) {
margin-right: 0;
}
.goods-list-area .items .img-box {
display: table;
margin: 0 auto;
}
.goods-list-area .items .goods-img {
display: table-cell;
height: 150px;
text-align: center;
vertical-align: middle;
width: 150px;
}
.goods-list-area .items .goods-img img {
width: auto;
height: auto;
max-width: 100%;
max-height: 96%;
}
.goods-list-area .items .icon-list {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
flex-direction: row;
-ms-flex-direction: row;
height: 48px;
margin-top: 5px;
}
.goods-list-area .items .icon-list .icon {
margin-right: 3px;
max-width: 40px;
padding-bottom: 8px;
position: relative;
width: 24%;
}
.goods-list-area .items .icon-list .icon:last-child {
margin-right: 0;
}
.goods-list-area .items .icon-list .icon img {
max-width: 38px;
max-height: 38px;
width: 100%;
}
.goods-list-area .items .goods-nm {
font-size: 0.9em;
word-break: break-all;
color: #333;
height: 2.5em;
line-height: 1.4;
overflow: hidden;
}
.goods-list-area .items .price-area {
height: 1.8em;
font-size: 1.25em;
margin: 10px 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
}
.goods-list-area .items .price-area .head {
font-size: 0.6em;
margin-right: 3px;
}
.goods-list-area .items .price-area .textCancel {
font-size: 0.9em
}
.goods-list-area .items .price-area .en {
font-size: 0.6em;
padding-left: 2px;
}
.goods-list-area .items .price-area .value {
font-weight: bold;
}
/* 2021.03.10 bita-a0099 add start */
.goods-list-area .items .favIcon{
position: absolute;
left: 4px;
top: 31%;
cursor:pointer;
}
.goods-list-area .items .favIcon img{
width: 30px;
}
.goods-list-area .items .favMsg{
display: none;
font-size: 0.8em;
position: absolute;
left: 4px;
top: 38%;
background: #FFFFFF;
padding: 5px;
border: 1px solid #CCCCCC;
width: 85%;
color: #333333;
z-index: 901;
}
.goods-list-area .items .favMsg .msg{
padding-right: 19px;
background: url(../../images/parts/icon_arrowGlayDown.png) no-repeat right center;
}
.goods-list-area .items .reco-star-box {
display: none;
height: 1.05em;
margin-top: 5px;
}
.goods-list-area .items .reco-star-box .star {
width: 15px;
}
.goods-list-area .items .catch {
display: none;
}
.goods-list-area .items .catch .inner {
font-size: 0.9em;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
height: 4.3em;
line-height: 1.4;
margin-top: 5px;
}
.more-btn-area {
margin-bottom: 20px;
text-align: center;
}
}
