.maindesign .mgb10{margin-bottom: 10px!important;}
.maindesign h1{
		margin-bottom:0;
	}
.maindesign h1 span.heading01{
    position: absolute;
    font-size: 5em;
    font-weight: bold;
    color: #fff;
    width: 90%;
    text-align: center;
    padding: 0.1em 0 0.2em 0;
    top: 33%;
    left: 28%;
    transform: translate(-50%);
    text-shadow: 2px 2px 5px rgb(0 0 0 / 80%);
}
.maindesign h1 span.heading02 {
      position: absolute;
    font-size: 2.5em;
    font-weight: bold;
    color: #fff;
    width: 40%;
    text-align: center;
    padding: 0.1em 0 0.5em 0;
    top: 10%;
    left: 28%;
    transform: translate(-50%);
    border-bottom: 2px solid #fff;
    text-shadow: 2px 2px 5px rgb(0 0 0 / 80%);
    }
.maindesign h1 span.heading03 {
     position: absolute;
    font-size: 2em;
    font-weight: 600;
    color: #333;
    width: 40%;
    text-align: center;
    padding: 0.3em 0 0.3em 0;
    top: 70%;
    left: 28%;
    transform: translate(-50%);
    background: #fff;
}
 @media screen and (max-width: 767px){   
.maindesign h1 span.heading01{
      font-size: 9vw!important;
    width: 90%;
    top: 38%;
    left: 33%;
    transform: translate(-50%);
    }
.maindesign h1 span.heading02 {
    font-size: 4.3vw!important;
    width: 58%;
    top: 18%;
    left: 33%;
    transform: translate(-50%);
}
.maindesign h1 span.heading03 {
    font-size: 4vw!important;
    top: 68%;
    width: 58%;
    left: 33%;
    transform: translate(-50%);
}
    }
.maindesign h1 span.heading01-top{
    position: absolute;
    font-size: 5em;
    font-weight: bold;
    color: #fff;
    width: 90%;
    text-align: center;
    padding: 0.1em 0 0.2em 0;
    top: 47%;
    left: 50%;
    transform: translate(-50%);
    text-shadow: 2px 2px 5px rgb(0 0 0 / 80%);
}
h1 span.heading02-top {
      position: absolute;
    font-size: 2.5em;
    font-weight: bold;
    color: #fff;
    width: 45%;
    text-align: center;
    padding: 0.1em 0 0.5em 0;
    top: 25%;
    left: 50%;
    transform: translate(-50%);
    border-bottom: 2px solid #fff;
    text-shadow: 2px 2px 5px rgb(0 0 0 / 80%);
}
.maindesign h1 span.heading-top{
    position: absolute;
    width: 60%;
        left: 20%;
	top: 20%;
	height: 50%;
        right: auto;
        background-color: rgba(0, 0, 0, 0.3);
        padding: 20px 0;
}

    .maindesign .goTop {
    clear: both;
    font-size: 14px;
    margin: 8px 0;
    text-align: right;
}
    .maindesign .seasonbnr:hover{
    opacity: 0.5;
}
    .maindesign .seasonbnr img{
    width: 100%;
}
    .maindesign .seasonbnr a p{
    text-align: center;
    margin: 0.5em 0;
    text-decoration: none;
    color: #000;
}
    .maindesign .seasonLink{
        max-width: 60%;
        margin: 1em auto;
    }
    .maindesign .seasonLink a{
    font-size: 1.62em;
    margin: 1em auto 2.5em auto;
    }
.feat-art .goods-list-area {
    width: 100%;
    margin: 0 0 40px;
	border:none;
}
.feat-art .goods-list-area .item {
    margin: 30px 10px 0 0;
    float: left;
    width: calc((100% - 10px) / 2);
    padding: 10px;
    position: relative;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
    .maindesign .iconnav ul{
        display: flex;
        flex-wrap: wrap;
    }
    .maindesign .iconnav ul li{
        width: calc(100% / 4 - 12px);
        margin: 0 16px 20px 0;
    }
    .maindesign .iconnav ul li:nth-child(4n){
        margin: 0 0 20px 0;
    }
    .maindesign .iconnav ul li a img{
        width: 100%;
    }
    .maindesign .iconnav ul li a img:hover{
        transform:scale(0.9,0.9);
		transition: 0.5s;
    }
    .maindesign .iconnav ul li a p{
        text-align: center;
        margin: 5px 0 0 0;
    font-size: 1.2em;
    font-weight: bold;
        line-height: 1.2;
    }
    .maindesign .iconnav ul li a p:hover{
		color: #f00;

    }
    @media screen and (max-width: 767px){
    .maindesign .iconnav ul li{
        width: calc(100% / 2 - 10px);
        margin: 0 20px 20px 0;
    }  
        .maindesign .iconnav ul li:nth-child(4n){
        margin: 0 20px 20px 0;
    }
        .maindesign .iconnav ul li:nth-child(2n){
        width: calc(100% / 2 - 10px);
        margin: 0 0 20px 0;
    }  
    .maindesign .iconnav ul li a p{
    font-size: 1em;
    }   
    }
.maindesign  .navigate {
    padding: 0 0px;
}
.maindesign .btnstyle {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.maindesign .btnstyle li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #ababab;
    background: #f1f1f1;
    display: flex;
    overflow: hidden;
}
.maindesign .btnstyle a {
    display: flex !important;
    align-items: center;
    width: 100%;
}
.maindesign .btnstyle .images {
    height: 6em;
    background: #fff;
    border-right: 1px solid #ababab;
    display: inline-block;
    padding: 5px;
    box-sizing: border-box;
}
.maindesign .btnstyle .images img {
    height: 100%;
}
.maindesign .btnstyle .textBox {
    padding: 0.5em;
    font-weight: 700;
    line-height: 1.3em;
}
.maindesign .btnstyle .arrow {
    background: #aaa;
    height: 100%;
    width: 2em;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
}
.maindesign h3 {
    border-left: 4px solid #f00;
    font-size: 1.2em;
    margin: 30px 0 20px 0;
    text-align: left;
    padding: 0.3rem 1rem;
}
@media screen and (max-width: 767px){
.maindesign .navigate {
    padding: 0 10px;
}
.maindesign .btnstyle li {
    width: 100%;
}
	.maindesign .btnstyle .images img {
    width: auto;
}
                        }
@media screen and (min-width: 768px){
.feat-art .goods-list-area .item:nth-child(2n) {
    margin-right: 0;
}
.feat-art .goods-list-area .item:nth-child(5n) {
    margin-right: 10px;
}
.feat-art .goods-list-area .item::before {
    position: absolute;
    top: -20px;
    left: 0;
    width: 0;
    height: 0px;
    content: '';
    background-color: none;
    box-sizing: border-box;
}
.feat-art .goods-list-area .item a .img-box {
    float: left;
    width: 55%;
}
.feat-art .goods-list-area .item .icon-list {
    width: 45%;
}
.feat-art .goods-list-area .item .goods-img {
    height: 280px;
}
.feat-art .goods-list-area .item .goods-img img {
    max-width: 280px;
    max-height: 280px;
}
.feat-art .goods-list-area .item .favIcon {
    top: 265px;
}
.feat-art .goods-list-area .item .goods-nm {
    font-size: 1.2em;
    width: 45%;
    word-break: break-all;
    color: #333;
    height: 4em;
    overflow: hidden;
    line-height: 1.2;
}
.feat-art .goods-list-area .item .price-area {
    height: 4.2em;
    line-height: 1;
    font-size: 2em;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: flex-end;
    align-items: flex-end;
}
.feat-art .goods-list-area .item .price-area .head {
        font-size: 0.75em;
    margin-right: 38px;
    padding-top: 0;
    padding-bottom: 3px;
}
}
@media screen and (max-width: 767px){

.maindesign h1 span.heading01-top{
       font-size: 9vw!important;
    width: 90%;
    top: 52%;
    left: 50%;
    transform: translate(-50%);
    }
.maindesign h1 span.heading02-top {
         font-size: 4.5vw!important;
    width: 60%;
    top: 34%;
    left: 50%;
    transform: translate(-50%);
}
	.maindesign h1 span.heading-top{
    width: 66%;
        left: 18%;
	top: 28%;
	height: 30%;
}

        .maindesign .seasonLink{
        max-width: 300px;
    width: 94%;
        margin: 1em auto;
    }
    .maindesign .seasonLink a{
    font-size: 1em;
    padding: 15px 20px;
    }
.feat-art .goods-list-area .item {
    margin-top: 10px;
    margin-right: 15px;
    margin-bottom: 20px;
    float: left;
    width: calc((100% - 15px) / 2);
    padding: 10px 5px 15px 5px;
    position: relative;
}
.feat-art .goods-list-area .item:nth-child(2n) {
    margin-right: 0;
}
.feat-art .goods-list-area .item::before {
    content: '';
    height: 0px;
    left: 0;
    position: absolute;
    top: -10px;
    width: 0;
}
.feat-art .goods-list-area .item .goods-img {
    width: 100%;
    max-height: 150px;
    text-align: center;
    vertical-align: middle;
    max-width: 150px;
}
}
    .maindesign .eventbnr02{
        display: flex;
        flex-wrap: wrap;
    }
    .maindesign .eventbnr02 li{
    width: calc(50% - 5px);
    margin: 0 10px 20px 0;
    }
    .maindesign .eventbnr02 li:nth-child(2n){
    margin: 0 0 20px 0;
    }
    .maindesign .eventbnr02 li p{
    text-align: center;
        line-height: 1.5;
    }
    .maindesign .eventbnr02 li img {
    width: 100%;
}
    @media only screen and (max-width: 767px) {
    .maindesign .eventbnr02 li{
    width: 100%;
    margin: 0 0 20px 0;
    }
    }