.net-preview {
    width: 100%;
    aspect-ratio: 1 / 1;
    border: 1px solid #333;
    position: relative;
}

.net-area {
    width: 100%;
    height: 100%;
    background-image: url('/images/net-texture.jpg'); /* ←網テクスチャ */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.label {
    position: absolute;
    background: rgba(255,255,255,0.8);
    padding: 2px 6px;
    font-size: 0.9rem;
    border-radius: 4px;
    pointer-events: none;
}

.label-w {
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.label-h {
    top: 50%;
    left: -10px;
    transform: translateY(-50%) rotate(-90deg);
}


#price-bar{
    width: 100%;;
    position: fixed;
    bottom:0;
    background-color:#333;
    color: white;
    padding: 1rem;
    text-align: right;;
}



#step5 label{
    font-weight: bold;;
}