/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Hiragino Mincho Pro', 'MS Mincho', serif;
    background: #fffeec;
    min-height: 100vh;
}

/* Container */
.container {
    position: relative;
    width: 1280px;
    height: 4700px;
    margin: 0 auto;
    background: white;
}

/* Background */
.background {
    position: absolute;
    top: 0;
    left: 0;
    width: 1280px;
    height: 4700px;
    background: #fffeec;
}

/* Product Image Background */
.product-image-bg {
    position: absolute;
    top: 4091px;
    left: 195px;
    width: 263px;
    height: 386px;
    background: #d9d9d9;
    box-shadow: 0px 0px 20px 5px rgba(90, 64, 48, 0.25);
}

/* Header Image */
.header-image {
    position: absolute;
    top: 0;
    left: 140px;
    width: 1000px;
    height: 1100px;
}

.header-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Disc Titles */
.disc-title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Hiragino Mincho Pro', serif;
    font-weight: 600;
    font-size: 22px;
    color: #baa056;
    text-align: center;
    letter-spacing: 2.2px;
    white-space: pre;
}

/* Section Titles */
.section-title {
    position: absolute;
    left: 562px;
    font-family: 'Times New Roman', serif;
    font-weight: bold;
    font-size: 24px;
    color: #baa056;
    letter-spacing: 2.4px;
    white-space: pre;
}

/* Border Lines */
.border-line {
    position: absolute;
    left: 135px;
    width: 1016px;
    height: 13px;
}

.border-line img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Track Numbers */
.track-numbers {
    position: absolute;
    left: 150px;
    font-family: 'Hiragino Mincho Pro', serif;
    font-weight: 600;
    font-size: 17px;
    color: #5a4030;
    line-height: 29.75px;
    white-space: nowrap;
}

.track-numbers p {
    margin: 0;
}

/* Track Titles */
.track-titles {
    position: absolute;
    font-family: 'Hiragino Mincho Pro', serif;
    font-weight: 300;
    font-size: 17px;
    color: #5a4030;
    line-height: 29.75px;
    letter-spacing: 1.7px;
    white-space: nowrap;
}

.track-titles p {
    margin: 0;
}

/* Vocal Collection Note */
.vocal-note {
    position: absolute;
    top: 3946px;
    left: 150px;
    font-family: 'Hiragino Mincho Pro', serif;
    font-weight: 300;
    font-size: 15px;
    color: #5a4030;
    line-height: 27px;
    letter-spacing: 1.5px;
    white-space: nowrap;
}

.vocal-note p {
    margin: 0;
}

/* Staff Section */
.staff-labels {
    position: absolute;
    top: 4131px;
    left: 562px;
    font-family: 'Hiragino Mincho Pro', serif;
    font-weight: 300;
    font-size: 19px;
    color: #5a4030;
    line-height: 32px;
    letter-spacing: 1.9px;
    white-space: nowrap;
}

.staff-labels p {
    margin: 0;
}

.staff-values {
    position: absolute;
    top: 4131px;
    left: 748px;
    font-family: 'Hiragino Mincho Pro', serif;
    font-weight: 300;
    font-size: 19px;
    color: #5a4030;
    line-height: 32px;
    letter-spacing: 1.9px;
    white-space: nowrap;
}

.staff-values p {
    margin: 0;
}

/* Product Section */
.product-labels {
    position: absolute;
    top: 4331px;
    left: 562px;
    font-family: 'Hiragino Mincho Pro', serif;
    font-weight: 300;
    font-size: 19px;
    color: #5a4030;
    line-height: 32px;
    letter-spacing: 1.9px;
    white-space: nowrap;
}

.product-labels p {
    margin: 0;
}

.product-values {
    position: absolute;
    top: 4331px;
    left: 748px;
    font-family: 'Hiragino Mincho Pro', serif;
    font-weight: 300;
    font-size: 19px;
    color: #5a4030;
    line-height: 32px;
    letter-spacing: 1.9px;
    white-space: nowrap;
}

.product-values p {
    margin: 0;
}

.product-note {
    position: absolute;
    top: 4463px;
    left: 563px;
    font-family: 'Hiragino Mincho Pro', serif;
    font-weight: 300;
    font-size: 15px;
    color: #5a4030;
    line-height: 32px;
    letter-spacing: 1.5px;
    white-space: pre;
}

/* Jacket Image */
.jacket-image {
    position: absolute;
    top: 4089px;
    left: 194px;
    width: 265px;
    height: 390px;
}

.jacket-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Logo */
.logo {
    position: absolute;
    top: 4569px;
    left: 637px;
    width: 75px;
    height: 74px;
}

.logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
