﻿#wrap #contents {
    padding: 0 0px !important;
}
ol, ul {
    list-style: none;
    padding: 0;
}
.mgb30{margin-bottom:30px;}
.mgtb30{margin:30px 0;}
.container-all {
	max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}
@media screen and (max-width:767px) {
.container-all,.container-all {
	width:100%;
}
.maindesign .fslarge {
    font-size: 1.2em;
}
}
.container-all a {
	text-decoration:none;
}
.maindesign {
    font-family:"Noto Sans JP","ＭＳ Ｐゴシック","MS PGothic",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
	margin:0;
}
.maindesign p {
	line-height:1.2em;
	}
.maindesign a p{
	color:#000;
}
.maindesign a p:active{
	color:#000;
}
.maindesign a p:visited{
	color:#000;
}
.maindesign h1 img{
	width:100%;
}

.maindesign h1 .heading01{
	color: #FFFFFF;
    text-shadow:2px 2px 2px rgba(10,10,10,0.7);
    text-align: left;
    font-weight: bold;
    font-size: 75px;
    margin-left: 0;
    padding-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25%;
	line-height:1.1;
	/*width: 100%;*/
}
.maindesign h1 .heading01 .sub_title{
	font-size:0.5em;
	display: block;
	margin-top: 20px;
}
.maindesign .breadcrumb{
	font-family: "ＭＳ Ｐゴシック","MS PGothic",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
}
.maindesign .heading{
	padding-right:5px;
}
.maindesign h1 span .s_title{
	font-size:0.8em;
}
@media screen and (max-width: 767px){
.maindesign h1 .heading01{
    transform: translateY(-50%);
}
.maindesign h1 .heading01{
	font-size: 8vw;
	right:2vw;
	left: auto;
}
.maindesign h1 .heading01 .small_title{
	font-size:0.5em;
}

.maindesign h1 .heading01 .sub_title{
	font-size:0.6em;
	margin-top: 10px;
}
}
.maindesign .description{
	background: #D2DCE6;
}
.maindesign .fsMedium{
	padding: 0.75em 1.0em;
}

.maindesign .listHead34 {
    font-size: 1.2em;
    font-family: "Noto Sans JP", "ＭＳ Ｐゴシック", "MS PGothic", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
    color: rgb(51, 51, 51);
    font-weight: bold;
    margin: 30px 0;
}

.maindesign .cols3-2 li{
width:calc(33.33% - 7px);
margin-right:calc(21px / 2);
margin-bottom:20px;
position: relative;
} 

.maindesign .cols3-2 .text-box{
padding:0.5em;
line-height: 1.6em;
}

.maindesign .cols3-2 .cover-btn{
position: absolute;
bottom: 0%;
width:100%;
}	

.maindesign .cols3-2 li:nth-child(3n){
margin-right:0px;
}


@media screen and (max-width:767px){

.maindesign .links.cols3-2 li{
width:calc(50% - 5px);
margin-right:calc(10px / 1);
margin-bottom:20px;
}
.maindesign .links.cols3-2 li:nth-child(2n){
margin-right:0px;
}	
.maindesign .cols3-2 li:nth-child(3n){
margin-right:calc(10px / 1);
}
.maindesign .links.cols3-2 li:nth-child(6n){
margin-right:0px;
}
.maindesign .links.cols3-2 .text-box{
padding: 0.5em;
line-height: 1.6em;

}

.maindesign .botton_box li {
    width:100%;
	margin-right:0;
}

}

.maindesign img{
	width: 100%;
	display: block;
}

.maindesign h3.listHead34{
	font-size: 1.25em;
	margin-bottom: 20px;
}
.maindesign .h2comment{
	margin-top:10px;
}

@media screen and (max-width:767px){
	.maindesign .lead-text{
		margin-bottom: 20px;
	}
}








/*cont-xxxはインクルードされる位置で決定される*/
@media screen and (min-width: 768px){/*wide用*/
.feat-art .goods-list-area	{
width: 1080px;
overflow: hidden;
list-style: none;
margin: 0 auto;
padding: 0;
}
.feat-art .goods-list-area .items {/*itemuの横幅*/
margin: 30px 40px 0 0;
float: left;
width: 20%;
width: calc((100% - 80px) / 3);
width: -webkit-calc((100% - 80px) / 3);
width: -moz-calc((100% - 80px) / 3);
padding: 0 0 10px 0;
position: relative;
}
.feat-art .goods-list-area .items::before {
position: absolute;
top: -20px;
left: 0;
width: 100vw;
height: 1px;
content: '';
background-color: #dbdbdb;
box-sizing: border-box
}
.feat-art .goods-list-area .items:nth-child(n+1):nth-child(-n+3):before {/*ボーダ消すよう*/
width: 0;
height: 0;
border: 0;
margin-top: 20px
}
.feat-art .goods-list-area .items:nth-child(3n) {/*item右端のmargin削除*/
margin-right: 0;
}

.feat-art .goods-list-area .items .img-box{
margin:auto; 
width:330px;	/*IEバグ対策 画像幅*/
width: fit-content;
 }
.feat-art .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; 
}
.feat-art .goods-list-area .items .goods-img img {
/*width: auto !important;
height: auto !important;
max-width: 330px;
max-height:330px;*/     /*画像の高さ調整*/
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
height: auto;
width: auto;
max-width: 98%;
max-height: 98%;
margin: auto; 
}
.feat-art .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%;
}
.feat-art .goods-list-area .items .icon-list .icon {
margin-right: 5px;
}
.feat-art .goods-list-area .items .icon-list .icon:last-child {
margin-right: 0;
}
.feat-art .goods-list-area .items .icon-list .icon img {
width: 38px
}
.feat-art .goods-list-area .items .goods-nm {
font-size: 1.2em;
word-break: break-all;
color: #333;
height: 3em;
overflow: hidden;
}
.feat-art .goods-list-area .items .price-area {
height: 1.2em;
line-height: 1;
font-size: 2.25em;	/*価格文字サイズ*/
margin-bottom: 40px;
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;
}
.feat-art .goods-list-area .items .price-area .head {
font-size: 1rem;
margin-right: 3px;
padding-top: 5px
}
.feat-art .goods-list-area .items .price-area .textCancel {
font-size: 0.9em
}
.feat-art .goods-list-area .items .price-area .en {
font-size: 0.7em;
padding-left: 2px;
}
.feat-art .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 */
.feat-art .goods-list-area .items .favIcon{
position: absolute;
top: calc(192px - 35px);		/*画像サイズにあわせて調整必要*/
left: 2%;		/*画像サイズにあわせて調整必要*/
cursor:pointer;
z-index: 50;
}
.feat-art .goods-list-area .items .favIcon img{
}
.feat-art .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;
}
.feat-art .goods-list-area .items .favMsg .msg{
padding-right: 19px;
background: url(../../images/parts/icon_arrowGlayDown.png) no-repeat right center;
}
.feat-art .goods-list-area .items .reco-star-box {
display: none;
height: 1.05em;
margin-bottom: 5px;
}
.feat-art .goods-list-area .items .reco-star-box .star {
width: 15px;
}
.feat-art .goods-list-area .items .catch {
display: none;
}
.feat-art .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;
}
.feat-art .more-btn-area {
margin-bottom: 20px;
text-align: center;
}
}


@media screen and (max-width: 767px){/*short用*/
/* featureArticle */
.feat-art .goods-list-area {
border-bottom: 1px solid #dbdbdb;
width: 100%;
overflow: hidden;
list-style: none;
margin: 0 auto 20px;
padding: 0;
}
.feat-art .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
}
.feat-art .goods-list-area .items::before {
background-color: #dbdbdb;
box-sizing: border-box;
content: '';
height: 1px;
left: 0;
position: absolute;
top: -10px;
width: 100vw;
}
.feat-art .goods-list-area .items:nth-child(2n) {
margin-right: 0;
}
.feat-art .goods-list-area .items .img-box {
display: table;
margin: 0 auto;
}
.feat-art .goods-list-area .items .goods-img {
display: table-cell;
height: 150px;
text-align: center;
vertical-align: middle;
width: 150px;
}
.feat-art .goods-list-area .items .goods-img img {
width: auto;
height: auto;
max-width: 100%;
max-height: 96%;
}
.feat-art .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;
}
.feat-art .goods-list-area .items .icon-list .icon {
margin-right: 3px;
max-width: 40px;
padding-bottom: 8px;
position: relative;
width: 24%;
}
.feat-art .goods-list-area .items .icon-list .icon:last-child {
margin-right: 0;
}
.feat-art .goods-list-area .items .icon-list .icon img {
max-width: 38px;
max-height: 38px;
width: 100%;
}
.feat-art .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;
}
.feat-art .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;
}
.feat-art .goods-list-area .items .price-area .head {
font-size: 0.6em;
margin-right: 3px;
}
.feat-art .goods-list-area .items .price-area .textCancel {
font-size: 0.9em
}
.feat-art .goods-list-area .items .price-area .en {
font-size: 0.6em;
padding-left: 2px;
}
.feat-art .goods-list-area .items .price-area .value {
font-weight: bold;
}
/* 2021.03.10 bita-a0099 add start */
.feat-art .goods-list-area .items .favIcon{
position: absolute;
left: 4px;
top: 31%;
cursor:pointer;
}
.feat-art .goods-list-area .items .favIcon img{
width: 30px;
}
.feat-art .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;
}
.feat-art .goods-list-area .items .favMsg .msg{
padding-right: 19px;
background: url(../../images/parts/icon_arrowGlayDown.png) no-repeat right center;
}
.feat-art .goods-list-area .items .reco-star-box {
display: none;
height: 1.05em;
margin-top: 5px;
}
.feat-art .goods-list-area .items .reco-star-box .star {
width: 15px;
}
.feat-art .goods-list-area .items .catch {
display: none;
}
.feat-art .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;
}
.feat-art .more-btn-area {
margin-bottom: 20px;
text-align: center;
}
}

