@media only screen and (min-width: 1024px) {
    .storeContent .subDescTxt {
        font-size: 25px;
        color: #42120e;
        text-align: center;
        line-height: 1.8;
        margin-bottom: 40px;
    }

    .sectionArea .section.banner2 .inner {
        width: 1920px;
        background: #873635 url(../images/20260107/btn2.png) no-repeat center top;
    }
    .sectionArea .section.banner2 .mainBanner:nth-child(1) {
        width: 69.7%;
    }
    .sectionArea .section.banner2 .mainBanner:nth-child(2) {
        width: 30.3%;
    }
    .sectionArea .section.banner2:after {
        background: #873635;
    }
    .storeContent .sImgList li {
        width: 440px;
    }
    .storeSystemImg .motion {
        width: 380px;
    }
}
@media only screen and (max-width: 1023px) {
    .storeContent .subDescTxt {
        margin-top: -2.78vw;
        font-size: 3.47vw;
        color: #42120e;
        text-align: center;
        line-height: 1.8;
		margin-bottom: 3vw;
    }
    .storeContent .sImgList .img2, .storeContent .sImgList .img3 {
        width: 63.06vw;
    }
    .contentArea .storeSystemImg {
        margin: 0 10vw;
	}
}