.maindesign {
    font-family:"Noto Sans JP","ＭＳ Ｐゴシック","MS PGothic",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
	margin:0;
}
.maindesign .feature-hdg1 .sub_title{
	left: 4%;
	top: 18%;
    transform: none;
    padding: 0;
    width: auto;
    font-size: 55px;
    line-height: 1.2;
}
.maindesign .feature-hdg1 .sub_title b{
	font-size: 0.5em;
    display: block;
    margin-top: 10px
}
@media screen and (max-width: 767px){
.maindesign .feature-hdg1 .sub_title{
    padding: 0;
    font-size: 5.0vw!important;
	top: 30%;
	left: 3%;
}
.maindesign .feature-hdg1 .sub_title b{
    margin-top: 1.5vw
}

}

.maindesign .description{
	background: #D2DCE6;
}
.maindesign p {
    font-feature-settings: "palt" 1;
}
.maindesign .lead-text{
	margin-bottom: 20px;
}
.maindesign .images{
	margin-bottom: 5px;
}
.maindesign .images img{
	width: 100%;
}

.maindesign h3.left-red{
	border-left: 5px solid #f00;
    padding: 5px 10px;
}

.maindesign .ability{
	position: relative;
}
.maindesign .ability .dan_plus{
	position: absolute;
	left: 10px;
	top: 10px;
	width: 150px
}
.maindesign .ability .icons{
	position: absolute;
	right: 10px;
	bottom: 10px;
	display: flex;
	flex-wrap: wrap;
}
.maindesign .ability .icons li{
	width: 100px;
	margin-left: 10px;
}
.maindesign .ability .icons.bg-fff li{
	background-color: #fff;
}
.maindesign .ability .icons li p{
	text-align: center;
    font-size: 0.8em;
    padding: 3px 0 5px;
	font-feature-settings: "palt" 1;
}

.maindesign .goods-name{
	font-size: 1.2em;
	padding: 10px;
	border: 1px solid #ccc;
	display: inline-block;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px){
.maindesign .ability .dan_plus {
    left: 1%;
    top: 2%;
    width: 18%;
}
.maindesign .ability .icons{
	position: absolute;
	right: 1%;
	bottom: 2%;
	justify-content: flex-end;
	width: 100%;
}
.maindesign .ability .icons li{
	width: 13%;
	margin-left: 1%;
}
.maindesign .ability .icons li p{
    font-size: 0.6em;
	line-height: 1.2;
}

}


.maindesign .suberidome{
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
	border-radius: 20px;
	margin-top: 20px;
	border: 1px solid #ccc;
}
.maindesign .suberidome-img{
	width: 40%;
	margin-right: 20px;
}
.maindesign .suberidome-img img{
	width: 100%;
}
.maindesign .suberidome-txt{
	width: calc(60% - 20px);
}
.maindesign .suberidome-txt--flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.maindesign .suberidome-txt .suberidome-txt--icon{
	width: 180px;
}
.maindesign .suberidome-txt .suberidome-txt--catch{
	width: calc(100% - 200px);
	margin-left: 20px;
	font-size: 2.0em;
}
.maindesign .suberidome-txt p{
	line-height: 1.4;
	text-align: justify;
	font-size: 1.2em;
}
@media screen and (max-width: 767px){
.maindesign .suberidome{
	display: flex;
	flex-wrap: wrap;
	padding: 4vw;
	border-radius: 4vw;
	margin-top: 20px;
	border: 1px solid #ccc;
}
.maindesign .suberidome-img{
	width: 100%;
	margin-right: 0;
	margin-bottom: 2vw;
}
.maindesign .suberidome-txt {
	width: 100%;
}
.maindesign .suberidome-txt--flex {
    margin-bottom: 2vw;
}
.maindesign .suberidome-txt .suberidome-txt--icon {
    width: 30%;
}
.maindesign .suberidome-txt .suberidome-txt--catch {
    width: calc(70% - 4vw);
    margin-left: 4vw;
    font-size: 5.6vw;
}
.maindesign .suberidome-txt p {
    font-size: 4vw;
}

}

@media screen and (min-width: 768px){
.maindesign .feature__items.col-31{
	margin-top: 30px
}

}


.maindesign .anchor-link{
	display: flex;
	flex-wrap: wrap;
}
.maindesign .anchor-link li{
	width: 19%;
	margin-right: calc(5% / 4);
	margin-bottom: 30px;
}
.maindesign .anchor-link li:nth-child(5n){
	margin-right: 0;
}
.maindesign .anchor-link li a{
	display: block;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 10px;
}
.maindesign .anchor-link li p{
	text-align: center;
	margin-top: 10px;
}
@media screen and (max-width: 767px){
.maindesign .anchor-link li{
	width: 32%;
	margin-right: calc(3% / 2);
	margin-bottom: 30px;
}
.maindesign .anchor-link li:nth-child(4n){
	margin-right: calc(3% / 2);
}
.maindesign .anchor-link li:nth-child(3n){
	margin-right: 0;
}
}

.maindesign .circle{
	position: relative;
}
.maindesign .circle .images{
	position: relative;
	margin: 0;
}
.maindesign .circle a {
    position: absolute;
    display: block;
    border: 3px solid #ccc;
    border-radius: 50%;
    right: 10px;
    bottom: 10px;
    overflow: hidden;
	width: 210px;
}
.maindesign .circle .images img {
    vertical-align: bottom;
}
.maindesign .circle .images .circle_text {
    position: absolute;
    left: 50%;
    top: 12%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 1.0em;
    font-weight: bold;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
	line-height: 1.2;
	width: 100%;
	color: #333;
}

@media screen and (max-width: 767px){
.maindesign .circle a {
	width: 25vw;
}
.maindesign .circle .images .circle_text {
    font-size: 2.0vw;
	top: auto;
	bottom: 11%;
}
}


/*  暖+  */
.maindesign .dan-plus{
	background-color: #FAEBBE;
	display: flex;
	flex-wrap: wrap;
	/*align-items: center;*/
	justify-content: space-between;
	padding: 20px;
	/*border: 2px solid #FF3200;*/
}
.maindesign .dan-plus .images{
	width: 49%;
}
.maindesign .dan-plus .text-area{
	background-color: #fff;
	width: calc(49% - 60px);
	padding: 30px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.maindesign .dan-plus .text-area .middle-hl{
	color: #C85A0F;
	font-size: 2.0em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.5em;
}
.maindesign .dan-plus .text-area .lead-text{
	margin-bottom: 0;
}
.maindesign .relative{
	position: relative;
}
.maindesign .images .dan-icon{
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 150px;
}
@media screen and (max-width:767px) {
.maindesign .dan-plus{
	padding: 4vw;
}
.maindesign .dan-plus .images{
	width: 100%;
    margin: 0 auto 3vw;
}
.maindesign .dan-plus .text-area{
	width: 100%;
	padding: 6vw;
}
.maindesign .dan-plus .text-area .middle-hl{
	font-size: 6vw;
}
.maindesign .images .dan-icon{
	bottom: 1vw;
	left: 1vw;
	width: 18%;
}
}












.maindesign .dummyBreadCrumb{
	display: none;
}
#contents article .breadcrumb{
	display: none;
}


/*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;
}
}