@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,700&family=Manrope:wght@200;300;400;500;600;700;800&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&display=swap');

.title-main {
    font-weight: 400;
    font-size: 3.75rem;
    letter-spacing: 0.15em;
    line-height: 1;
    margin-bottom: 0.25rem;
}

.title-sub {
    font-weight: 300;
    font-size: 2.75rem;
    color: #a9bec3;
    position: relative;
    top: 0.75rem;
    left: 0.5rem;
    user-select: none;
    white-space: nowrap;
}

.small-jp {
    font-size: 0.75rem;
    line-height: 1.1;
    margin-top: -0.25rem;
    letter-spacing: 0.02em;
}

dt {
    min-width: 5.5rem;
}

.max-w-6xl {
    max-width: 1140px;
}

.max-w-xs {
    max-width: 320px;
}

.gap-1 {
    gap: 0.25rem;
    /* 4px */
}

.gap-2 {
    gap: 0.5rem;
    /* 8px */
}

.gap-3 {
    gap: 0.75rem;
    /* 12px */
}

.gap-4 {
    gap: 1rem;
    /* 16px */
}

.gap-5 {
    gap: 1.25rem;
    /* 20px */
}

.gap-6 {
    gap: 1.5rem;
    /* 24px */
}

.gap-7 {
    gap: 1.75rem;
    /* 28px */
}

.gap-8 {
    gap: 2rem;
    /* 32px */
}

.gap-9 {
    gap: 2.25rem;
    /* 36px */
}

.responsive-img {
    width: 180px;
    height: 180px;
    object-fit: cover;
}

.closeup-1 {
    display: block;
}

.closeup-2 {
    display: none;
}

#close-up .banner {
    width: 51%;
    margin-bottom: 3rem;
}

/* Từ md trở lên (≥768px) */
@media (min-width: 768px) {
    .responsive-img {
        width: 318px;
        height: 318px;
    }

}

p {
    margin-bottom: 5px;
}

.equal-img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.text-link {
    color: #9F485E;
    word-break: break-word;
}

.my-info {
    gap: 1rem;
}

.related-web {
    display: flex;
    gap: 1rem;
}

.mt-group {
    margin-top: 5rem
}

.img-close {
    background: #e3e3e3;
    height: 300px;
}

.btn-recomment:before {
    content: "";
    background: url(/images/img-renew2025/icons/arrow-btn.svg);
    width: 8px;
    height: 15px;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 11px;
}

.btn-recomment:hover:before {
    filter: invert(1);
}

.text-secondary-close {
    white-space: pre-line;
    color: #666666;
    font-size: 16px;
    line-height: 2;
    font-family: 'Inter', sans-serif;
    word-break: break-word;
    margin-bottom: 4rem;
}

.btn.btn-recomment.text-secondary {
    font-size: 14px;
    color: #282828 !important;
    font-weight: 500;
    min-width: 280px;
    border-radius: 3px;
}

.word-break-word {
    word-break: break-word;
}

.content-close {
    max-width: 1040px;
    margin-top: 4rem;
    color: #282828 !important;
    font-size: 1rem;
}

@media (min-width: 992px) {
    .my-info {
        gap: 6.5rem;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

    .responsive-img {
        width: 260px !important;
        height: 260px !important;
    }

}

.maker-name {
    font-size: 52px;
    color: #282828;
    font-weight: 400;
}

.maker-name-alpha {
    font-size: 22px;
    color: #989898 !important;
    line-height: 22px;
    font-weight: 600;
}

.f-16 {
    font-size: 16px;
}

.fw-bold {
    font-weight: 600;
}

.text-danger-url {
    color: #9F485E;
}

.closeup-item-pc {
    display: block;
}

.closeup-item-mobile {
    display: none;
}

@media (min-width: 767px) and (max-width: 1024px) {

    #close-up .banner {
        width: 59%;
        margin-bottom: 2rem;
    }

    .text-secondary-close {
        margin-top: 2rem !important;
    }
}

.white-space-pre-line {
    white-space: pre-line
}

.font-inter {
    font-family: 'Inter', sans-serif;
    white-space: nowrap;
    min-width: 5rem;
}

html[lang='fr'].font-inter {
    min-width: 11rem;
}

html[lang='en'].font-inter {
    min-width: 8rem;
}

/* Tablet-specific styles */
@media (min-width: 768px) and (max-width: 1024px) {

    .hidden-mobile,
    .mobile-item-infor {
        margin-left: 3rem;
        margin-right: 3rem;
    }
}

@media (max-width: 768px) {
    .closeup-1 {
        display: none;
    }

    .closeup-2 {
        display: block;
    }

    .related-web {
        display: block;
    }

    .text-secondary-close {
        font-size: 12px;
        margin-bottom: 2rem !important;
    }


    .mt-mobi-t {
        margin-top: 1rem !important;
    }

    .maker-name {
        font-size: 35px;
    }

    .infor-maker {
        gap: 2rem;
    }

    .content-close {
        font-size: 14px;
    }

    .inf-right {
        margin: unset !important;
        padding: 0 !important;
    }

    .hidden-mobile {
        display: none;
    }

    .responsive-img {
        width: 130px;
        height: 130px;
    }

    .infor-mb-art {
        margin-left: 2.5rem !important;
    }

    .horizontal-img {
        margin-bottom: 1rem;
    }

    .mobile-item-infor {
        margin-top: 1.5rem !important;
    }

    .mobile-item-name {
        margin-left: 2rem !important;
        max-width: 80%;
    }

    #close-up .btn.btn-recomment.text-secondary {
        min-width: 230px;
    }

    .text-left-mb {
        text-align: left !important;
    }

    .text-center-mb {
        text-align: center !important;
    }

    .title-1-2 {
        max-width: 80%;
        margin: 0 auto
    }

}

@media (max-width: 767px) {
    .mt-mobi-b {
        margin-bottom: 1rem !important;
        gap: 1rem;
    }

    #close-up .banner {
        width: 100%;
        margin-bottom: 2rem;
    }

    .closeup-item-pc {
        display: none;
    }

    .closeup-item-mobile {
        display: block;
    }

}

.inf-right {
    max-width: 630px;
}