<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    background-color: #fbd9d1
}
.pc .kv .logo-link{    
    left: 78vw;
    top: 3vw;
}
.pc .lbs-time{
    text-align: center;
    font-size: 2.8vw;
    color: #c2504d;
    padding: 2.6vw 0;
}
.pc .lbs-products{
    margin: 0 4.9vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}
.pc .lbs-product{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    align-content: flex-start;
    margin-right: 1px;
    width: calc(100% / 2 - 1px);
}
.pc .lbs-product .text-link{
    position: relative;    width: 100%;
}
.pc .lbs-product .text-link .lbs-product-text{
    position: absolute;
    font-size: 1.8vw;
    top: 20%;
    left: 27.1%;
    line-height: 1.2;
}
.pc .lbs-product .text-link .link-container {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 6%;
}
.pc .tech-link, .pc .form-link, .pc .product-link{
    font-size: 1.8vw;
} 
.pc .lbs-products-2{
    margin-top: 5.2vw;
} 
.pc .lbs-products.lbs-products-2 .lbs-product-text{
    top: 19%;
    left: 30.1%;
}
.pc .lbs-products.lbs-products-2 .product-link{
    margin-left: 30.6%;
}
.pc .lbs-products.lbs-products-3{
    margin-top: 5.2vw;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: stretch;
}
.pc .lbs-products.lbs-products-3 .kv-pic{
    width: 44%;
}
.pc .lbs-products.lbs-products-3 .products{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;width: 56%;
} 
.pc .lbs-products.lbs-products-3 .products .product{
    position: relative;    width: 100%;
}
.pc .lbs-products.lbs-products-3 .products .product .lbs-product-text{
    position: absolute;
    left: 44%;
    top: 5%;
    font-size: 1.6vw;
    line-height: 1.4;
} 
.pc .lbs-products.lbs-products-3 .products .product .link-container{
    position: absolute;
    left: 44%;
    top: 83%;
}

.pc .gift{
    margin: 0 4.9vw;margin-top: 5.2vw;
    position: relative;
}

.pc .gift .text-title{
    top: 5%;
    bottom: auto;
}

.pc .gift .tips{
    width: 100%;
    text-align: center;
    bottom: 4%;
    color: #c2504d;
    position: absolute;
    font-size: 1.2vw;
}

.pc .event-store{
    margin: 0 4.9vw;margin-top: 5.2vw;background-color: #fee9e3;
    margin-bottom: 3vw;    padding-top: 2vw;
}    
.pc .event-store .text-title{
    position: static;margin-bottom: 1vw;
}
.pc .event-store .store-list{
    border-bottom: 1px solid #fad9d1;padding-bottom: 1vw;
    padding-top: 1vw;padding-left: 4.9vw;
}
.pc .event-store .store-list:last-of-type{
    border-bottom:0 none;
}
.pc .event-store .store-list li{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.pc .event-store .store-list .name,
.pc .event-store .store-list .address{
    font-size: 1.4vw;color: #c95148;
}
.pc .event-store .store-list .name{
    width: 34%;
}
.pc .event-store .store-list .address{
    
}












</pre></body></html>