
[v-cloak]{
    display: none;
 }
.beforeDate.first{
    text-align: center;
    margin:30px 0;
}
.oncomming{
    max-width: 1440px;
    text-align: center;
    margin: 50px auto 50px auto;
}
.showCon{
    display: block;
}
.graybg{
    background-color: #f6f4f5;
}
.radius{    
    border-radius: 20px;
}
.whitebg{
    background-color: #fff;
}
.page-wrapper{
    /* width:83.333333%;
    max-width: 1200px; */
    margin: 0 auto;
}
.btn-onlyRead{
    color:#7b7b7b;
    pointer-events:none;
}
.tips {
    font-size: 12px;
    text-align: center;
    margin-top: 30px;
}

.card-container{
    display: flex;    
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
    padding: 0 24px;
}
.card-item{
    position: relative;
    align-items: stretch;    
}
.card-container.cloum2 .card-item{
    flex-basis: calc((100% - 24px) / 2);
}
/**swiper**/
.swiper-container{
    position: relative;
    max-width: 1440px;
    overflow: hidden;       
}
.swiper-wrapper{
    /* height:inherit; */
    min-height: 450px;
}
.swiper-button-prev{
    color:#333;
    left:-50px;
}
.swiper-button-next{
    color:#333;
    right:-50px;
}
.swiper-pagination-bullets{
    width:100%;
    height: 16px;
    bottom: 20px;
}
.swiper-pagination-bullet{
    width:16px;
    height:16px;
    margin-right: 4px;
}
.swiper-pagination-bullet-active{
    background-color: #000;
}
.swiper-play{
    position: absolute;
    left:53.5%;
    bottom:18px;
    width:18px;
    height: 18px;
    /* background: url(../images/pause.png) no-repeat; */
    z-index: 99;
    cursor: pointer;
}
.swiper-button-prev,.swiper-button-next{
    top:48%;
}
.swiper-button-prev:after,.swiper-button-next:after{
   font-size: 30px;
}
.borderRadius{
    border-radius: 20px;
}
.welfare .borderRadius,.flow-box .borderRadius{
    padding:50px 0;
    background-color: #fff;

}
/**璐満娓犻亾**/
#shoplist .main-title{
    text-align: center;
    font-size: 45px;
    padding: 70px 0 40px 0;
}
.channels-wrapper .card-item.cloum2{
    flex-basis: calc((100% - 25px)/2);
}
.channels-wrapper .card-item.graybg.radius{
    padding: 40px 0;
}
.channels-wrapper .card-item.graybg.radius .card-container{
    padding: 0;
    justify-content: flex-start;
    gap: 42px;
}
.channels-wrapper .card-item.graybg.radius .card-item.cloum2{
    flex-basis: content;
}
.channels-img{
    background-color: #fff;
    padding: 10px 10px 10px 165px;
    border-top-right-radius: 38px;
    border-bottom-right-radius: 38px;
}
.channels-img img{
    max-width: fit-content;
}
.channels-wrapper .card-item.graybg.radius .card-item h3{
    font-size: 22px;
    text-align: center;
    margin-bottom: 5px;
    line-height: 1.2;
}
.channels-wrapper .card-item.graybg.radius .card-item a{
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    white-space: nowrap;
    padding: 10px 24px 11px 24px;
    border-radius: 20px;
    color: #fff !important;
    background-color: #000 !important;
}
/**娲诲姩璇存槑&缁嗗垯**/
.detailed-nav{
    border-bottom: 2px solid #000;
    max-width: 1440px;
    margin: 0 auto;    
}
.detailed-nav .page-wrapper{
    padding-bottom: 0;
    max-width: 1320px;
    margin: 0 auto;
}
.detailed-nav ul{
    margin:0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.detailed-nav li{
    position: relative;
    width:50%;
    margin: 0 2px;
    flex-direction: column;
    text-align: center;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #c6c6c6;
    border-bottom: none;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    cursor: pointer;
}
.detailed-nav li.active{
    top: 2px;
    height: 54px;
    line-height: 54px;
    background-color: #f7f7f7;
    border: 2px solid #000;
    border-bottom: none;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 2px;
}
.detailed-nav li.active:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background-color: #f7f7f7;
}
.detailed-nav li a{
    color:#696969;
}
.detailed-nav li.active a{
    color:#000;
}
.detailed-con{
    background-color: #f7f7f7;
    padding-left: 5%;
    font-size: 14px;
    line-height: 22px;
    padding-top: 20px;
    max-width: 1440px;
    margin: 0 auto;
}
.detailed-con h3{
    font-weight: bold;
}
.detailed-pc-nav{
    display: flex;
    margin: 0;
}
.detailed-pc-nav li{
    cursor: pointer;
    background-color: #fff;
    height: 30px;
    line-height: 30px;
    border-radius: 16px;
    padding:0 20px;
    margin-right: 13px;
    border: 1px #ddd solid;
}
.detailed-pc-nav li.active{
    background-color: #3572d7;
    border-color: #3572d7;
    color:#fff;
}
.detailed-accordion{
    padding: 30px 0;
    display: none;
}
.detailed-accordion .overflow{
    overflow-y: auto;
    height: 500px;
    margin-right: 20px;
}
.detailed-accordion-con{
    width:88%;
}
.detailed-accordion-con .line{
    display: block;
    height: 1px;
    background-color: #c4c4c4;
    margin: 20px 0;
}
.detailed-mo-nav{
    display: none;
}
.detailed-accordion table{
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 14px;
    text-align: center;
    margin: 20px 0;
    width:90%;    
}
.detailed-accordion table th{
    background-color: #eaeaea;
    border-right: 1px solid #c4c4c4;
    padding: 4px 0;   
}
.detailed-accordion table th:first-child,
.detailed-accordion table td:first-child{
    border-left: 1px solid #c4c4c4;
    vertical-align: middle;
}
.detailed-accordion table td{
    padding:4px 0;
    border-bottom: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    padding-left: 4px;
    vertical-align: middle;
}
.detailed-accordion table td:nth-child(2),
.detailed-accordion table td:nth-child(4){
    padding-right: 4px;
}
.detailed-accordion table td.left{
    text-align: left;
    float:none !important;
}
/**鑷畾涔夋粴鍔ㄦ潯**/
.detailed-accordion .overflow,
.storelist-list .swiper{
    scrollbar-arrow-color: #d4d4d4;
    scrollbar-face-color: #7b7b7b;
    scrollbar-track-color: #d4d4d4;
    scrollbar-base-color: #F5F5F5;
}
.detailed-accordion .overflow::-webkit-scrollbar,
.storelist-list .swiper::-webkit-scrollbar{
    width: 10px;
    height: 20px;
    background-color: #F5F5F5;
}
.storelist-list .swiper::-webkit-scrollbar {
    background-color: #fff;
}
/*瀹氫箟婊氬姩鏉¤建閬� 鍐呴槾褰�+鍦嗚*/
.detailed-accordion .overflow::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
    border-radius: 10px;
    background-color: #d4d4d4;
}
/*瀹氫箟婊戝潡 鍐呴槾褰�+鍦嗚*/
.detailed-accordion .overflow::-webkit-scrollbar-thumb,
.storelist-list .swiper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3); */
    background-color: #7b7b7b;
}
/**鍙充晶鏌ヨ闂ㄥ簵&杩斿洖椤堕儴**/
.btn-goStorelist{
    position: fixed;
    right: 0;
    bottom: 180px;
    z-index: 9001;
    cursor: pointer;
}
.btn-goTop{
    display: none;
    position: fixed;
    right: 10px;
    bottom: 9%;
    z-index: 20;
    cursor: pointer;
}
/**涓冩湀淇冮攢澧炲姞**/
.martop16{
    margin-top: 16px;
}
.applet-btn{
    text-align: center;
    padding-top: 20px;
}
.reservenow{
    position: fixed;
    bottom:0;
    left:0;
    width: 100%;    
    text-align: center;
    padding:20px 0;
    z-index: 99;
}
.reservebg{
    background:#f5f5f5;
    width: 100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    opacity: .5;
    z-index: -1;
}
.reservenow a,.applet-btn a{
    background:#000;
    color:#d4d4d4;
    display: inline-block;
    border-radius: 25px;
    padding:10px 50px;
    margin: 0 15px;
}
.reservenow a strong,.applet-btn a strong{
    color:#fff;
}
.popup{
    display: none;
    position: fixed;
    left:0;
    top:0;
    width:100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, .5);
}
.erwma{
    display: none;
    position: absolute;
    top:20%;
    left:50%;
    margin-left: -200px;
    width: 400px;
}
.erwma img{
    width:100%;
    background-color: #fff;
}
.erwma .close img{
    background-color: transparent;
}
.erwma_con{
    position: relative;
    display: none;
}
.erwma_con img{
    width:100%;
}
.erwma .close{
    margin-bottom: 1vw;
    text-align: right;
    cursor: pointer;
}
.erwma .close img{
    width: 2.5vw;
    height: auto;
    direction: ltr;
}
.flow-box{
    text-align: center;
}
.detailed-accordion img{
    max-width: 900px;
    display: block;
}
/**闈㈠寘灞戝鑸�**/
.breadcrumb{
    width: 100%;
    max-width: 1440px;
    border-top: 1px solid rgba(0,0,0,0.2);
    padding: 0 24px;
    margin: 0 auto;
}
.breadcrumb__path li{
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
}
.breadcrumb__path li a{
    display: inline-block;
}
.breadcrumb__path li a span{
    font-size: 14px;
    line-height: 56px;
    font-weight: normal;
    color: #000;
}
.breadcrumb .icon {
    width: 16px;
    height: 16px;
    margin: 0 4px;
    fill: #8f8f8f;
    cursor: default;
    stroke-width: 1;
}
/**璐満娓犻亾**/
.page-shoplist .figure-container{
    max-width: auto;
}
.page-shoplist .figure-column{
    background-color: #f7f7f7;
}
/**娴獥**/
.shoplist-disclaimer{
    margin-top: 40px;
}
.detailed-accordion-con p.small{
    letter-spacing: -1px;
}
.bottom-shoplist{
    position: fixed;
    left:0;
    right: 0;
    bottom: 0;
    z-index: 22;
    background-color: #fff;
    opacity: 0.85;
}
.bottom-shoplist .page-wrapper{
    position: relative;
    max-width: 900px;
    text-align: center;
    z-index: 44;
    padding-top:10px;
    padding-bottom: 5px;
}
a.shoplistlink,.shoplistlink {
    color: #000;
    font-size: 14px;
    line-height: 19px;    
    border-radius: 20px;
    border: 1px solid #000;
    margin-left: 9px;
    padding: 9px 23px 10px 23px;
}
.bottom-shoplist .shoplist-disclaimer{
    font-size: 12px;
    margin-top: 10px;
}
.bottom-shoplist .line{    
    width: 1px;
    height: 44px;
    background-color: #000;
    margin: 0 60px;
}
.bottom-shoplist .figure-container{
    display: flex;    
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    width: 700px;
    margin: 0 auto;
}
.bottom-shoplist .figure-item{
    display: flex;
    justify-content: space-around;
    align-items: center;   
}
.bottom-shoplist h3{
    margin-left: 4px;
}
.bottom-shoplist .close{
    position: absolute;
    right:0;
    top:0;
    z-index: 66;
    cursor: pointer;
}
.bottom-shoplist .close span{
    position: relative;
    display: block;
    width:28px;
    height: 28px;
}
.bottom-shoplist .close span::before,
.bottom-shoplist .close span::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 20px;
    background-color: #000;
    top: 4px;
    left: 13px;
    /* top: 1vw; */
    /* left: 3.1vw; */
}
.bottom-shoplist .close span::before {
    transform: rotate(45deg);
}
.bottom-shoplist .close span::after {
    transform: rotate(-45deg);
}
.bottom-shoplist figure.samsungshop{
    width: 48px;
}
.bottom-shoplist figure.stores{
    width:57px;
}
@media only screen and (min-width: 768px) and (max-width: 1440px){
    .main-title,#shoplist .main-title{
        font-size: 3.125vw;
        padding: 4.8611088vw 0 3.0722222vw 0;
    }
    h2.mainTit{
        font-size: 3.125vw;
        padding: 4.8611088vw 0 3.0722222vw 0;
    }
    .card-container{
        padding: 0 1.5vw;
        gap: 1.5vw;
    }
    /**璐満娓犻亾**/    
    .purchase-channel .card-container{
        gap: 3vw;
    }
    .purchase-channel .card-item.cloum2{
        flex-basis: calc((100% - 3vw) / 2);
        padding: 2.5vw 0;
    }
    .purchase-channel .card-item .card-container{
        gap: 3.8vw;
    }
    .channels-img {
        padding: 0.694444vw 0.694444vw 0.694444vw 11.458326vw;
        border-top-right-radius: 3vw;
        border-bottom-right-radius: 3vw;
    }
    .purchase-channel h3{
        font-size: 1.7277768vw;
    }
    .purchase-channel .pro-cta{
        position: static;
        transform: translateX(0);
    }
}
@media screen and (max-width: 1024px){
    /* .page-cons{
        padding-bottom: 0;
    } */
    .detailed-accordion table{
        font-size: 12px;
        width: 100%;
    }
    .product{
        background-color: #f2edfe;
    }
    .swiper-container{
        overflow: hidden;
    }
    .swiper-wrapper{
        height: auto;
    }
    .swiper-play{
        left:60%;
    }
    .swiper-button-prev, .swiper-button-next{
        top:60%;
    }
    .swiper-button-next{
        right:4px;
    }
    .swiper-button-prev{
        left:4px;
    }
    .product .swiper-button-prev, .product .swiper-button-next{
        top:38%;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets{
        bottom:36%;
    }
    .swiper-play{
        bottom:35.8%;
        left:62.5%;
    }
    .page-nav{
        height:120px;
    }
    .page-nav .phones{
        /* background: url(../images/navicon_01_mo.png) no-repeat; */
        background-size: 80% auto;
        background-position: center bottom;
    }
    .page-nav .phones.active{
        /* background: url(../images/navicon_01_mo_on.png) no-repeat; */
        background-size: 80% auto;
        background-position: center bottom;
    }
    .page-nav .tablets{
        /* background: url(../images/navicon_02_mo.png) no-repeat; */
        background-size:80% auto;
        background-position: center bottom;
    }
    .page-nav .tablets.active{
        /* background: url(../images/navicon_02_mo_on.png) no-repeat; */
        background-size: 80% auto;
        background-position: center bottom;
    }
    .page-nav .wears{
        /* background: url(../images/navicon_03_mo.png) no-repeat; */
        background-size: 80% auto;
        background-position: center bottom;
    }
    .page-nav .wears.active{
        /* background: url(../images/navicon_03_mo_on.png) no-repeat; */
        background-size: 80% auto;
        background-position: center bottom;
    }
    
    .borderRadius{
        border-radius:unset;
    }
    .welfare .borderRadius, .flow-box .borderRadius{
        padding:0 0;
        background-color:transparent;
    
    }
    .shoplist-links{
        width:96%;
    }
    .shoplist-links a{
        width:24%;
        margin-right: 0;
        max-width: none;
    }
    .shoplist-links a img{
        width:100%;
        max-width: 200px;
    }
    .page-shoplist p img{
        width:100%;
        max-width: 750px;
    }
    .detailed-nav{
        border-bottom:none;
    }
    .detailed-nav .page-wrapper{
        padding: 0;
    }
    .detailed-nav ul{
        width:100%;
    }
    .detailed-nav ul li{
        width:50%;
        height: 48px;
        line-height: 48px;
        border: none;
        border-bottom: 2px solid #c6c6c6;
        margin: 0;
        font-size: 20px;
    }
    .detailed-nav ul li.active{
        border: none;
        border-bottom: 2px solid #000;
        background-color:transparent;
        height:48px;
        line-height: 48px;
    }
    .detailed-nav li.active:after{
        display: none;
    }
    .detailed-pc-nav{
        display: none;
    }
    .detailed-con{
        padding: 0 0 1px 0;
        font-size: 14px;
        line-height: 20px;
    }
    .detailed-accordion{
        display: block;
        padding: 0;
    }
    .detailed-accordion .overflow{
        display: none;
    }    
    .detailed-mo-nav{
        display: block;
        background-color: #eaeaea;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        font-weight: bold;
        padding-left: 6.66666667vw;
        padding-right: 6.38888889vw;
        margin-bottom: 8px;
    }
    .detailed-mo-nav .plus {
        position: relative;
        display: block;
        float: right;
        width: 22px;
        height: 50px;
    }
    .detailed-mo-nav .plus:before{
        content: "";
        position: absolute;
        left: 0;
        top: 23px;
        background-color: #3572d7;
        width: 22px;
        height: 4px;
    }
    .detailed-mo-nav .plus:after{
        content: "";
        position: absolute;
        left: 9px;
        top: 14px;
        background-color: #3572d7;
        width: 4px;
        height: 22px;
    }
    .detailed-mo-nav.active .plus:before{
        background-color: #393939;
    }
    .detailed-mo-nav.active .plus:after{
        display: none;
    }
    .detailed-mo-nav.active + .overflow{
        display: block;
    }
    .detailed-accordion .overflow{
        width:98%;
    }
    .detailed-accordion-con{
        width:94%;
        margin:0 auto;
    }
    .btn-goStorelist{
        width: 16vw;
        max-width: 82px;
    }
    .btn-goStorelist img{
        width:100%;
    }
    .page-tips{
        display: block;
    }
    .reservenow{
        padding:1rem 0
    }
    .applet-btn{
        padding:1rem 0 1.5rem 0;
        background:url(../images/btn_bg_mo.jpg) repeat-y;
        background-size: contain;
    }
    .reservenow a,.applet-btn a{
        padding:1.5vw 8vw;
        margin:0 1vw;
        font-size: 13px;
    }
    .reservenow a:first-child{
        margin-right: 1rem;
    }
    .welfare{
        width:104%;
        margin-left: -2%;
    }
    
    .flow-box{
        background-color: #fdf5eb;
        padding-bottom: 40px;
    }
    .flow-box img{
        width: 100%;
    }
    .shoplist-links{
        background-color: transparent;
        padding:0;
    }
    .breadcrumb{
        padding: 0vw 1.66666667vw;
        border-top-width: 0.06944444vw;
    }
    .breadcrumb__path li a span{
        font-size: .97222222vw;
        line-height: 3.88888889vw;
    }
    .breadcrumb .icon{
        width: 1.11111111vw;
        height: 1.11111111vw;
        margin: 0vw 0.27777778vw        
    }    
    .page-shoplist .figure-row .figure-img-l{
        padding-left: 15vw;
    }
    .page-shoplist .figure-row .figure-img-r{
        padding-left: 15vw;
    }
    .page-shoplist .figure-container{
        flex-direction: column;
    }
    .page-shoplist .page-wrapper{
        padding: 8vw 2vw;
    }
    .page-shoplist h2.mainTit{
        margin-bottom: 4vw;
    }
    .page-shoplist{
        margin-top: 0;
    }
    .page-shoplist .figure-column{
        padding: 4vw 0;
    }
    .page-shoplist .figure-row{
        gap: 10vw;
    }
    .page-shoplist .figure-row .link a{
        font-weight: bold;
        font-size: 3.88888889vw;
        line-height: 15.277778vw;        
        padding: 2.77777778vw 6.66666667vw 3.05555556vw 6.66666667vw;
        border-radius: 5.55555556vw;
    }
    .page-shoplist .figure-row .link h3{
        font-size: 5.88888889vw;
        line-height: 6vw;
    }
    .bottom-shoplist .figure-item figure{
        width: 60px;
    }
    .bottom-shoplist h3{
        font-size: 16px;
    }
}
@media screen and (max-width: 768px){
    .main-title,#shoplist .main-title{
        padding: 13.333333vw 0 6.6666665vw 0;
        font-size: 7.9999998vw;
        line-height: 7.9999998vw;
    }
    h2.mainTit{
        padding: 13.333333vw 0 6.6666665vw 0;
        font-size: 7.9999998vw;
        line-height: 7.9999998vw;
    }
    .card-container{
        gap:3.5vw;
        padding: 0;
    }
    .detailed-con img{
        max-width:100%;
    }
    .breadcrumb{
        padding: 3.33333333vw 6.66666667vw;
        border-top-width: 0.27777778vw;
    }
    .breadcrumb__path li a span{
        font-size: 1.11111111vw;
        line-height: 6.66666667vw;
    }
    .breadcrumb .icon{
        width: 4.44444444vw;
        height: 4.44444444vw;
        margin: 0vw 1.11111111vw;
    }
    .page-shoplist .figure-container.shadow{
        box-shadow: none;
        padding: 0;
        border-radius: 0;
        background-color: transparent;
    }
    .page-shoplist .figure-column{
        background-color: #fff;
    }
    .shoplist-disclaimer{
        margin-top: 4vw;       
        letter-spacing:-1.5px;
    }
    .page-shoplist .figure-row .figure-img-l,.page-shoplist .figure-row .figure-img-r{
        padding-left: 25vw;
        padding-right: 4vw;
        border-top-right-radius: 10vw;
        border-bottom-right-radius: 10vw;
    }
    .page-shoplist .figure-img-l img,.page-shoplist .figure-img-r img{
        max-width:unset;
        width: 20vw;
    }
    /**璐満娓犻亾**/    
    .channels-wrapper .card-container{
        flex-wrap: nowrap;
    }
    .channels-wrapper .card-item.cloum2{
        flex-basis: 100%;
        align-self: center;
    }
    .channels-wrapper .card-item.graybg.radius{
        padding: 4vw 0;
    }
    .channels-img{
        padding: 0 0 0 0;
        background-color: transparent;
        width: 13.5966vw;
    }
    .channels-wrapper .card-item:nth-child(2) .channels-img{
        width: 14.79963vw;
    }
    .channels-wrapper .card-item.graybg.radius .card-item.cloum2:first-child{
        padding-left: 10vw;
    }
	.channels-wrapper .card-item.graybg.radius .card-container{
		gap:18vw;
	}
    
}
@media screen and (max-width: 640px){
    .page-nav{
        height: 50px;
    }
    .detailed-nav .page-wrapper{
        padding: 0;
        width: 100%;
    }     
    .detailed-nav ul li{
        font-size: 14px;
    }
    .detailed-nav ul li.active{
        font-size: 16px;
    }
    .detailed-mo-nav{
        font-size: 14px;
        height: 50px;
        line-height: 50px;
    }
    .detailed-mo-nav .plus:before{
        top:23px;
    }
    .detailed-mo-nav .plus:after{
        top:14px;
    }
    .detailed-con{
        font-size: 14px;
        line-height: 22px;
    }
    .reservenow a,.applet-btn a{
        width:80%;
        height:12vw;
        line-height: 12vw;
        padding:0;
        font-size: 4vw;
        margin-top: 2vw;
    }
    .applet-btn a{
        width:60%;
    }
    .erwma .close img{
        width:8vw;
    }
    .erwma{
        width:80%;
        left:10%;
        margin-left: 0;
    }
    .erwma .close{
        margin-bottom: 3vw;
    }
    .page-shoplist .figure-container{
        flex-direction: column;
        gap: 2vw;
    }
    .page-shoplist .figure-column{
        padding: 8vw 0;
    }
    .page-shoplist .figure-row .figure-img-l{
        padding-left: 25vw;
    }
    .page-shoplist .figure-row .figure-img-r{
        padding-left: 25vw;
    }
    .page-shoplist .figure-img-l img{
        max-width: 16vw;
    }
    .page-shoplist .figure-img-r img{
        max-width: 16vw;
    }
    .shoplist-disclaimer{
        margin-top: 4vw;       
        letter-spacing:-1.5px;
        font-size: 4vw;
    }
    .page-search .page-wrapper{
        padding-bottom: 0;
    }
    .btn-goStorelist{
        bottom: 40vw;
    }
    .storelist-search{
        border-radius: 4vw;
    }
    .bottom-shoplist .page-wrapper{
        width: 98%;
        padding-top: 6vw;
        padding-bottom: 2vw;
        margin: 0;
    }
    .bottom-shoplist .figure-container{
        width: 100%;
        align-items: center;
        gap: 0;
    }
    .bottom-shoplist .figure-item{
        flex-basis:calc((100% - 10px) / 2);
    }
    .bottom-shoplist .figure-item figure.samsungshop{
        width: 8.13313vw;
    }
    .bottom-shoplist .figure-item figure.stores{
        width: 9.19977vw;
    }
    a.shoplistlink,.shoplistlink{
        box-sizing: content-box;
        font-size: 14px;
        width: 100px;
        height: 30px;
        line-height: 30px;
        margin-left: 2px;
    }    
    .bottom-shoplist h3{
        font-size: 12px;
        padding-right: 0;        
    }
    .bottom-shoplist .line{
        margin: 0 2px;
        height: 30px;
    }
    a.shoplistlink, .shoplistlink{
        width: 62px;
        height: 22px;
        line-height: 22px;
        font-size: 12px;
        padding: 0;
    }
    .bottom-shoplist .shoplist-disclaimer{
        margin-top: 2vw;
    }
    .bottom-shoplist h3{
        margin-left: 0;
    }
    .breadcrumb__path li a span{
        font-size: 3.88888889vw;
        line-height: 6.66666667vw;
    }
}
@media screen and (max-width: 380px){
    .btn-goStorelist{
        bottom: 80vw;
    }
    .page-shoplist .figure-row .figure-img-l,.page-shoplist .figure-row .figure-img-r{
        padding-left: 15vw;
        padding-top:10px;
        padding-bottom: 10px;
    }
    .bottom-shoplist h3 {
        letter-spacing: -0.566666vw;
    }
    .bottom-shoplist .figure-item{
        width: 100%;
    }
    .bottom-shoplist .figure-item figure{
        width: 14vw;
    }
}
@media screen and (max-width: 320px){
    .bottom-shoplist .figure-container{        
        width: 100%;
        flex-direction: column;        
    } 
    .bottom-shoplist .close span{
        width: 20px;
        height: 20px;
    }
    .bottom-shoplist .close span::before, .bottom-shoplist .close span::after{
        height: 16px;
        top:2px;
        left: 9px;
    }
    .bottom-shoplist .figure-item{
        width: 100%;
    }
    .bottom-shoplist .figure-item figure{
        width: 16vw;
    }
    .bottom-shoplist h3{
        font-size: 16px;
        padding-right: 2vw;
        padding-left: 4vw;
    }
    .bottom-shoplist .figure-item:last-child{
        margin-top: 2vw;
    }
    .bottom-shoplist .line{
        display: none;
    }
}
@media screen and (max-width: 300px){
    /* .page-shoplist .figure-row .link a{
    display: inline;

    }
    .page-shoplist .figure-row .link a{
        line-height: 15.277778vw;
    } */
    .storelist-search {
        padding: 19px;
    }
}