@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

html {
    scroll-behavior: smooth;
}

.max-w-home {
    width: 100%;
    max-width: 1040px;
    padding-left: 0;
    padding-right: 0;
}

.events .btn:before {
    content: "";
    background: url(/images/img-renew2022/icon/arrow-btn.svg);
    width: 8px;
    height: 12px;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 13px;
}

.btn-event {
    height: auto;
    border: 1px solid #000;
    border-radius: 3px;
    position: relative;
    padding: 0.5rem 1rem 0.5rem 1rem;
    font-weight: 600;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: center;
    min-width: 150px;
}

html[lang='en'] .btn-event,
html[lang='fr'] .btn-event {
    min-width: 190px;
}

.btn-event:hover {
    background: #000;
    color: #FFF !important;
    text-align: center;
}

.btn-black {
    height: auto;
    border: 1px solid #000;
    border-radius: 0;
    position: relative;
    padding: 0.5rem 1rem 0.5rem 1rem;
    font-weight: 600;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: center;
    background: #000;
    color: #FFF !important;
    min-width: 220px;
}

html[lang='en'] .btn-black {
    width: 250px;
}

html[lang='fr'] .btn-black {
    width: 260px;
}

.btn-black:hover {
    text-align: center;
    background: #FFF;
    color: #000 !important;
}

.btn-black.btn::before {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(/images/img-renew2025/icons/arrow-btn-home.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 2px;
    top: 11px;
}

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

.wrap-line {
    display: flex;
    flex-direction: row-reverse;
    gap: 32px;
    margin-bottom: 2rem;
}

.line-title-1 {
    flex: 1;
    margin-top: 15px;
    width: 100%;
    height: 1px;
    background-color: #CBCBCB;
}

.line-title-2 {
    flex: 1;
    margin-top: 15px;
    width: 100%;
    height: 1px;
    background-color: #CBCBCB;
}

.wrap-line-title h2 {
    margin-bottom: 0 !important;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 26px;
}

.wrap-line-title h2:has(>span) {
    display: flex;
    align-items: center;
    gap: 8px;
}

.wrap-line-title h2>span {
    font-size: 15px;
}

.wrap-line-title div {
    font-size: 13px;
    color: #000;
    font-weight: 500;
}

.wrap-line-title .line-date {
    color: #9D005D;
    font-size: 14px;
}

.image-mobile {
    display: none;
    margin-bottom: 12px;
}

.owl-carousel.owl-drag .owl-item {
    margin-left: 0;
}

#top-slider .top-slider-carousel {
    margin-top: 57px;
}

#top-slider .owl-carousel .owl-item .item-wrap {
    height: unset;
    aspect-ratio: 1040 / 540;
    position: relative;
    overflow: hidden;
}

#top-slider .owl-carousel .owl-item .item-wrap .btn-icon-wrap {
    cursor: pointer;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

#top-slider .owl-carousel .owl-item .item-wrap .btn-icon-wrap .btn-zoom {
    padding: 4px;
}

#top-slider .owl-carousel .item .data {
    margin: auto;
    padding-top: 1.5rem;
    padding-right: 0.5rem;
    font-size: clamp(0.875rem, 1.1vw, 1.25rem);
}

#top-slider .owl-carousel .item .data .data-wrap {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

#top-slider .owl-carousel .item .data .title {
    font-size: 16px;
}

#top-slider .owl-carousel .item .data .author {
    font-size: 16px;
    color: #808080;
}

#top-slider .owl-theme .owl-nav .owl-prev {
    top: 45.8%;
    left: -70px;
    height: 36px;
    width: 26px;
    border: 2px solid #CBCBCB !important;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#top-slider .owl-theme .owl-nav .owl-next {
    top: 45.8%;
    right: -70px;
    height: 36px;
    width: 26px;
    border: 2px solid #CBCBCB !important;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#top-slider .owl-theme .owl-nav .owl-next img,
#top-slider .owl-theme .owl-nav .owl-prev img {
    height: 12.1px;
    width: 4px;
}

#top-notice .item-wrap {
    margin-top: 1.5rem;
    padding-left: 3px;
}

#top-notice .item-wrap .item {
    display: flex;
    gap: 3rem;
    font-size: 16px;
}

#top-notice .text-noti {
    font-size: 23px;
}

#top-notice .item-wrap .item:has(+ .item) {
    margin-bottom: 12px;
}

#top-notice .item-wrap .item .date {
    width: 100px;
}

#top-notice .item-wrap .item .content {
    color: #A0485E;
}

#university-art .art-main img {
    width: 100%;
}

#exhibition .exhibition-carousel .item {
    aspect-ratio: 1/1;
    width: 210px;
}

#exhibition .exhibition-carousel .item img {
    aspect-ratio: 1/1;
    width: 210px;
}

#exhibition .exhibition-carousel .text {
    margin-top: 8px;
}

#exhibition .exhibition-carousel .text .title {
    text-align: center;
    color: #000;
    font-weight: 400;
    font-size: 15px;
}

#exhibition .exhibition-carousel .text .sub-title {
    text-align: center;
    font-size: 13px;
}

.webgroup-carousel .owl-carousel.owl-drag .owl-item {
    width: 490px !important;
}

#web-group .webgroup-carousel .item-wrap .item {
    width: 490px;
    overflow: hidden;
}

#web-group .webgroup-carousel .item-wrap .item img {
    height: auto;
    width: 100%;
}

#web-group .webgroup-carousel .item-wrap .text {
    margin-top: 12px;
}

#web-group .webgroup-carousel .item-wrap .text .title {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 6px;
}

#web-group .webgroup-carousel .item-wrap .text .artist {
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    line-height: 1.6;
    -webkit-box-orient: vertical;
}

#popular-artist .item-wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-top: 4rem;
}

#popular-artist .item-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #CBCBCB;
}

#popular-artist .item-wrap .item {
    width: 50%;
    max-width: 490px;
}

#popular-artist .item-wrap .item .note-wrap {
    margin-bottom: 2rem;
    max-width: 490px;
}

#popular-artist .item-wrap .item .note-wrap .note-item {
    margin-bottom: 4px;
    font-family: 'Inter', sans-serif;
    color: #666666;
}

#popular-artist .item-wrap .item .note-wrap .banner {
    margin-bottom: 2rem;
}

#popular-artist img {
    max-width: 490px;
    width: 100%;
    max-height: 425px;
    padding-top: 1rem;
}

#close-up .item-wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-top: 4rem;
}

#popular-artist .block-item,
#close-up .block-item,
#art-selection .block-item {
    flex: 1;
    max-width: 490px;
}

#close-up .item-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #CBCBCB;
}

#close-up .item-wrap .banner {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 12px;
}

#close-up .item-wrap .item .note-wrap {
    margin-bottom: 2rem;
    max-width: 490px;
}

#close-up .item-wrap .item .note-wrap .note-item {
    margin-bottom: 4px;
    font-family: 'Inter', sans-serif;
    color: #666666;
}

#close-up img {
    max-width: 490px;
    width: 100%;
}

#art-selection .item-wrap {
    position: relative;
    display: flex;
    padding-top: 4rem;
    justify-content: space-between;
}

#art-selection .item-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #CBCBCB;
}

#art-selection .item-wrap .title {
    font-weight: 600;
    color: #000;
    font-size: 16px;
    padding-bottom: 12px;
}

#art-selection .item-wrap .item .note-wrap {
    margin-bottom: 2rem;
    max-width: 490px;
}

#art-selection .item-wrap .item .note-wrap .note-item {
    margin-bottom: 4px;
    font-family: 'Inter', sans-serif;
    color: #666666;
}

#art-selection .item-wrap .item .note-wrap .banner {
    margin-bottom: 2rem;
}

#art-selection .item-wrap .item .note-wrap .banner img {
    width: 270px;
    aspect-ratio: 5 / 4;
}

#art-selection .item-wrap .item .note-wrap .note-has {
    margin-top: 20px;
    color: #989898;
}

#art-selection .image-pc img {
    max-width: 490px;
    width: 100%;
    max-height: 425px;
    min-height: 370px;
    padding-top: 1rem;
}

#interview .interview-item-wrap {
    display: flex;
    gap: 32px;
    margin-bottom: 2rem;
}


#interview .interview-item-wrap .interview-item .interview-image {
    width: 100%;
    aspect-ratio: 16/11;
    overflow: hidden;
    height: 240px;
    width: 320px;
}

#interview .interview-item-wrap .interview-item .interview-image img {
    height: 100%;
    width: 100%;
}

#interview .interview-item-wrap .interview-item .interview-data {
    margin-top: 12px;
}

#interview .interview-item-wrap .interview-item .interview-data .title {
    font-size: 14px;
    font-weight: 500;
    color: #282828;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    line-height: 1.2;
    /* height: 3rem; */
    -webkit-box-orient: vertical;
}

#interview .interview-item-wrap .interview-item .interview-data .artist {
    margin-bottom: 6px;
    color: #282828;
    font-size: 18px;
}

#youtube-link .item-wrap {
    margin-bottom: 2rem;
}

#youtube-link .item-wrap img {
    width: 100%;
}

section #gallery h2 {
    background: #a5a5a5;
    color: #FFF;
    font-size: clamp(1rem, 1.5vw, 1.375rem);
    font-weight: 600;
    padding: 0.8rem 1rem;
    border-radius: 0px;
    line-height: 1;
    letter-spacing: 0.1rem;
    width: 100%;
    margin-bottom: 3rem;
    font-family: 'Shippori Mincho B1', serif;
}

section #gallery .item-info .item {
    margin: 20px auto 0;
    width: 140px;
    aspect-ratio: 1/1;
}

section #gallery .gallery-carousel .owl-item {
    position: relative;
}

section #gallery .gallery-carousel .owl-item:has(+ .owl-item)::after {
    content: "";
    position: absolute;
    top: 0;
    right: -13px;
    width: 2px;
    height: 100%;
    background-color: #E5E5E5;
}

section #gallery .item-info .text {
    /* margin: 16px 24px 8px 24px; */
    /* height: 3.5rem; */
}

section #gallery .item-info .text .name {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    line-height: 1.6;
    -webkit-box-orient: vertical;
    font-size: 12px;
}

#gallery .owl-carousel.owl-drag .owl-item a {
    display: flex;
    justify-content: center;

}

#gallery .owl-carousel.owl-drag .owl-item img {
    width: 110px;
    height: 110px;

}

section #future-art .item-wrap {
    position: relative;
    display: flex;
    /* gap: 5rem; */
    padding-top: 4rem;
}

section #future-art .item-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #CBCBCB;
}

section #future-art .item-wrap .item-note {
    width: 65%;
}

section #future-art .item-wrap .item-banner {
    flex: 1;
    margin: 30px 0 0 54px;
}

section #future-art .item-wrap .item-note .note-wrap {
    margin-bottom: 2rem;
}

section #future-art .item-wrap .item-note .note-wrap .note-title {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 20px;
}

section #future-art .item-wrap .item-note .note-wrap .note-title>img {
    width: 100px;
}

section #future-art .item-wrap .item-note .note-wrap .title {
    position: relative;
    font-weight: 600;
    color: #000;
    font-size: clamp(16px, 1.3vw, 23px);
}

section #future-art .item-wrap .item-note .note-wrap .sub-title {
    margin-left: 16px;
    font-weight: 400;
    color: #000;
}

section #future-art .item-wrap .item-note .note-wrap .note-item {
    margin-bottom: 4px;
    font-family: 'Inter', sans-serif;
    color: #666666;
}

#future-art .item-banner.image-pc img {
    max-width: 290px;
    height: 210px;
    object-fit: none;
}

/* #web-group .owl-theme .owl-nav .owl-prev, */
#gallery .owl-theme .owl-nav .owl-prev,
#exhibition .owl-theme .owl-nav .owl-prev,
#interview .owl-theme .owl-nav .owl-prev {
    left: -50px;
    border: none;
    box-shadow: unset !important;
    font-size: 4rem;
}

/* #web-group .owl-theme .owl-nav .owl-next, */
#gallery .owl-theme .owl-nav .owl-next,
#interview .owl-theme .owl-nav .owl-next,
#exhibition .owl-theme .owl-nav .owl-next {
    right: -50px;
    border: none;
    box-shadow: unset !important;
    font-size: 4rem;
}

#web-group .owl-theme .owl-nav .owl-prev.disabled,
#web-group .owl-theme .owl-nav .owl-next.disabled,
#gallery .owl-theme .owl-nav .owl-prev.disabled,
#gallery .owl-theme .owl-nav .owl-next.disabled,
#exhibition .owl-theme .owl-nav .owl-prev.disabled,
#exhibition .owl-theme .owl-nav .owl-next.disabled,
#interview .owl-theme .owl-nav .owl-prev.disabled,
#interview .owl-theme .owl-nav .owl-next.disabled {
    display: none;
}

#web-group .owl-theme .owl-nav .owl-next img,
#gallery .owl-theme .owl-nav .owl-next img,
#exhibition .owl-theme .owl-nav .owl-next img,
#web-group .owl-theme .owl-nav .owl-prev img,
#gallery .owl-theme .owl-nav .owl-prev img,
#exhibition .owl-theme .owl-nav .owl-prev img,
#interview .owl-theme .owl-nav .owl-next img,
#interview .owl-theme .owl-nav .owl-prev img {
    height: 24px;
    width: 8px;
}

#future-art.tablet-future .tablet-show {
    display: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
    #art-selection .image-pc img {
        height: auto;
        max-width: 100%;
        min-height: unset;
    }

    #web-group .webgroup-carousel .item-wrap .item {
        width: 100%;
    }

    #web-group .webgroup-carousel .item-wrap .item img {
        height: auto;
        width: 100%;
    }
}

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

    /* Tablet-specific styles */

    section #future-art.tablet-future .item-wrap {
        display: block;
    }

    section #future-art.tablet-future .item-wrap .item-note {
        width: 100%;
    }

    #future-art.tablet-future .item-banner .image-pc {
        margin: 0;
    }

    #future-art.tablet-future .item-banner.image-pc img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    #future-art.tablet-future .tablet-hidden {
        display: none;
    }

    #future-art.tablet-future .tablet-show {
        display: block;
        margin-top: 2.4rem;
    }

    section #future-art.tablet-future .item-wrap .item-banner {
        margin: 0;
    }

    .btn-wrap.tablet-show {
        max-width: 100%;
        display: flex !important;
        justify-content: center;
    }



}

@media screen and (max-width: 1556px) {

    #web-group .owl-theme .owl-nav .owl-prev,
    #web-group .owl-theme .owl-nav .owl-next,
    #gallery .owl-theme .owl-nav .owl-prev,
    #gallery .owl-theme .owl-nav .owl-next,
    #exhibition .owl-theme .owl-nav .owl-prev,
    #exhibition .owl-theme .owl-nav .owl-next,
    #interview .owl-theme .owl-nav .owl-prev,
    #interview .owl-theme .owl-nav .owl-next {
        display: none;
    }

}

@media screen and (min-width: 1557px) {

    #web-group .owl-theme .owl-nav .owl-prev,
    #web-group .owl-theme .owl-nav .owl-next {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    #top-slider .owl-theme .owl-nav .owl-prev {
        left: -35px;
    }

    #top-slider .owl-theme .owl-nav .owl-next {
        right: -35px;
    }

    #future-art .item-banner.image-pc img {
        object-fit: unset;
    }
}

.line-title-yt {
    display: none;
}

#top-slider .owl-carousel.owl-drag .owl-item {
    height: 590px;
}

@media screen and (max-width: 1120px) {
    #top-slider .owl-carousel.owl-drag .owl-item {
        height: unset;
    }

    #popular-artist .item-wrap,
    #close-up .item-wrap,
    #art-selection .item-wrap {
        gap: 1rem;
    }


    #interview .interview-item-wrap .interview-item .interview-image {
        width: unset;
        height: unset;
    }

    .text-truncate {
        padding-left: 15px;
    }



}

@media screen and (max-width: 1060px) {
    .text-truncate {
        padding-left: 0;
    }
}

.show-title-header-pc {
    display: block;
}

.show-title-header-mb {
    display: none;
}

@media screen and (max-width: 767px) {
    .show-title-header-pc {
        display: none;
    }

    .show-title-header-mb {
        display: block;
        width: 100%;
        padding-top: 2px;
    }

    .show-title-header-mb li {
        font-size: 10px;
        padding-left: 0;
    }

    #top-slider .top-slider-carousel {
        margin-top: unset;
    }

    .set-padding-no {
        padding-bottom: 0 !important;
    }

    .w-100 .container-fluid {
        padding: 0;
    }

    h2 {
        font-size: 1.5rem;
    }

    .wrap-line {
        display: block;
    }

    .btn-wrap {
        display: flex;
        justify-content: left;
        height: 32px;
    }

    .home-renew .btn-wrap {
        justify-content: center;
    }

    .home-renew .btn-wrap.tablet-hidden {
        max-width: 100% !important;
    }

    .line-title-1,
    .line-title-2 {
        margin: 0 auto;
        margin-bottom: 2rem;
        width: 160px;
    }

    .wrap-line-title {
        text-align: center;
    }

    .wrap-line-title .line-note {
        display: none;
    }

    #top-slider .owl-carousel .item .data {
        padding-top: 0.5rem;
    }


    #top-slider .owl-carousel .item .data .data-wrap {
        justify-content: center;
    }

    #top-slider .owl-carousel .owl-item .item-wrap .btn-icon-wrap {
        bottom: 15px;
        right: 10px;
    }

    #top-notice {
        margin-top: 3rem;
    }

    #top-notice .item-wrap .item {
        display: block;
    }

    #top-notice .item-wrap .item .content,
    #top-notice .item-wrap .item .date {
        width: 100%;
    }

    /* #exhibition,
    #web-group,
    #popular-artist,
    #close-up,
    #interview,
    #art-selection,
    #gallery,
    #future-art {
        padding: 0 1rem;
    } */

    #art-selection .item-wrap::before,
    #close-up .item-wrap::before,
    #popular-artist .item-wrap::before {
        width: 170px;
        left: 50%;
        transform: translateX(-50%);
    }

    #popular-artist .item-wrap {
        display: block;
    }

    #popular-artist .item-wrap .item {
        width: 100%;
        max-width: 100%;
    }

    .image-mobile {
        display: block;
    }

    #youtube-link .image-mobile {
        padding-top: 4rem;
    }

    .image-pc {
        display: none !important;
    }

    #close-up .item-wrap {
        display: block;
    }

    #interview .interview-item-wrap {
        gap: 24px;
    }

    #interview .interview-item-wrap .interview-item:not(:first-child):not(:nth-child(2)):last-child {
        display: none;
    }

    #art-selection .item-wrap {
        display: block;
    }

    #art-selection .item-wrap .banner {
        text-align: center;
    }

    .wrap-line-title h2:has(>span) {
        display: block;
        text-align: center;
    }

    .wrap-line-title h2>span {
        display: none;
    }

    section #future-art .item-wrap {
        display: block;
    }

    #art-selection .item-wrap .item .note-wrap .banner {
        width: 100%;
    }

    #art-selection .item-wrap .item .note-wrap .banner img {
        margin: 0 auto;
    }

    section #future-art .item-wrap .item-note {
        width: 100%;
    }

    section #future-art .item-wrap .item-banner {
        margin: 3rem 20px;
        display: flex;
        justify-content: center;
    }

    section #future-art .item-wrap .item-note .note-wrap .note-title {
        gap: 12px;
    }

    section #future-art .item-wrap .item-note .note-wrap .title {
        font-size: 2.9vw;
    }

    section #future-art .item-wrap .item-note .note-wrap .note-img {
        width: 130px;
    }

    footer .container-fluid {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    #top-slider .owl-carousel .item .data .title,
    #top-slider .owl-carousel .item .data .author {
        font-size: 13px;
    }

    .wrap-line-title h2 {
        font-size: 20px;
    }

    .btn.btn-event,
    .btn.btn-black,
    .btn.btn-recomment {
        font-size: 12px;
    }

    .wrap-line-title .line-date {
        font-size: 12px;
    }

    #exhibition .exhibition-carousel .text .title {
        font-size: 11px;
    }

    #exhibition .exhibition-carousel .text .sub-title {
        font-size: 10px;
    }

    #web-group .webgroup-carousel .item-wrap .text .title {
        font-size: 15px;
    }

    #web-group .webgroup-carousel .item-wrap .text .artist,
    #web-group .event-date {
        font-size: 12px !important;
    }

    #web-group .webgroup-carousel .item-wrap {
        display: flex;
        justify-content: center;
    }

    #web-group .webgroup-carousel .item-wrap .item {
        width: 88%;
    }

    #web-group .owl-theme .owl-nav .owl-prev {
        left: -20px;
    }

    #web-group .owl-theme .owl-nav .owl-next {
        right: -20px;
    }

    #exhibition .exhibition-carousel .item img {
        width: 100%;
    }



    #interview .interview-item-wrap .interview-item .interview-image {
        width: 100%;
        height: 100%;
    }

    .note-item {
        font-size: 12px !important;
    }

    #youtube-link .btn-wrap {
        display: none;
    }

    #youtube-link .line-title-yt {
        display: block;
        height: 1px;
        background-color: #CBCBCB;
        width: 250px;
        margin: 0 auto;
    }

    .interview-item-wrap .owl-carousel {
        margin-bottom: 0px;
    }

    #web-group .webgroup-carousel .item-wrap .item img {
        height: 165px;
    }

    .wrap-line-title div {
        font-size: 12px;
    }

    #popular-artist .block-item,
    #close-up .block-item,
    #art-selection .block-item {
        max-width: 100%;
    }

    #popular-artist .item-wrap .item .note-wrap,
    #close-up .item-wrap .item .note-wrap,
    #art-selection .item-wrap .item .note-wrap {
        max-width: 100%;
    }

    #close-up img,
    #popular-artist img,
    #art-selection img {
        max-width: 100%;
        height: unset;
    }

    #popular-artist img {
        padding-top: 0 !important;
    }

    #top-slider .owl-theme .owl-nav .owl-prev,
    #top-slider .owl-theme .owl-nav .owl-next {
        display: none;
    }

    #art-selection .image-pc img {
        padding-top: 0rem;
    }

    section #gallery h2 {
        margin-bottom: 2rem;
    }

    section .gallery-carousel .owl-carousel {
        margin-bottom: 2rem !important;
    }

    #close-up .item-wrap .banner {
        padding-top: 0 !important;
        padding-left: 0 !important;
    }

    #top-slider .owl-carousel .owl-item .item-wrap {
        aspect-ratio: 8 / 5;
    }


}

@media screen and (max-width: 430px) {

    #web-group .owl-theme .owl-nav .owl-prev,
    #web-group .owl-theme .owl-nav .owl-next {
        display: block;
    }

    #web-group .owl-theme .owl-nav [class*=owl-] {
        background-color: unset !important;
        box-shadow: none !important;
        -webkit-box-shadow: none !important
    }

    #web-group .owl-nav button img {
        height: 20px;
    }
}

#future-art .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: 13px;
}

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

#popular-artist .top-text {
    font-weight: 700;
    font-size: clamp(14px, 2.5vw, 20px);
    text-align: center;
    line-height: 1;
}

html[lang='en'] #popular-artist .top-text {
    font-size: clamp(14px, 2.5vw, 15px);
}

#popular-artist hr.top-line {
    border: none;
    border-top: 4.5px solid #000;
    margin-bottom: 10px;
    margin-top: 0.5rem;
}

#popular-artist .title-large {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
}

#popular-artist .title-large span:first-child {
    margin-right: 8px;
}

#popular-artist .title-large .highlight {
    font-weight: 800;
    font-size: 60px;
    line-height: 1;
    color: #9B4D44;
}


@media (min-width: 768px) {
    #popular-artist .title-large {
        font-size: clamp(14px, 6vw, 64px);
    }

    #popular-artist .title-large .highlight {
        font-size: clamp(14px, 6.5vw, 80px);
    }

    html[lang='en'] #popular-artist .title-large {
        font-size: clamp(14px, 6vw, 55px);
    }

    html[lang='en'] #popular-artist .title-large .highlight {
        font-size: clamp(14px, 6.5vw, 63px);
    }

    html[lang='fr'] #popular-artist .title-large {
        font-size: clamp(14px, 6vw, 35px);
    }

    html[lang='fr'] #popular-artist .title-large .highlight {
        font-size: clamp(14px, 6.5vw, 45px);
    }

}

/* css tablet  */
@media (min-width: 768px) and (max-width: 1040px) {

    #top-slider .owl-theme .owl-nav .owl-prev,
    #top-slider .owl-theme .owl-nav .owl-next {
        top: 45%;
    }
}


@media (max-width: 1088px) {
    #popular-artist .top-text {
        font-size: clamp(14px, 2.5vw, 18px);
    }

    html[lang='en'] #popular-artist .top-text {
        font-size: clamp(12px, 2.5vw, 13px);
    }

    html[lang='en'] #popular-artist .title-large {
        font-size: clamp(14px, 6vw, 50px);
    }

    html[lang='en'] #popular-artist .title-large .highlight {
        font-size: clamp(14px, 6.5vw, 55px);
    }
}

@media (max-width: 1088px) {

    html[lang='fr'] #popular-artist .title-large {
        font-size: clamp(14px, 6vw, 33px);
    }

    html[lang='fr'] #popular-artist .title-large .highlight {
        font-size: clamp(14px, 6.5vw, 43px);
    }
}

@media (max-width: 983px) {
    #popular-artist .top-text {
        font-size: clamp(14px, 2.5vw, 16px);
    }

    html[lang='en'] #popular-artist .top-text {
        font-size: clamp(12px, 2.5vw, 12px);
    }

    html[lang='en'] #popular-artist .title-large {
        font-size: clamp(14px, 6vw, 45px);
    }

    html[lang='en'] #popular-artist .title-large .highlight {
        font-size: clamp(14px, 6.5vw, 50px);
    }

    html[lang='fr'] #popular-artist .title-large {
        font-size: clamp(14px, 6vw, 30px);
    }

    html[lang='fr'] #popular-artist .title-large .highlight {
        font-size: clamp(14px, 6.5vw, 40px);
    }
}

@media (max-width: 897px) {

    html[lang='fr'] #popular-artist .title-large {
        font-size: clamp(14px, 6vw, 30px);
    }

    html[lang='fr'] #popular-artist .title-large .highlight {
        font-size: clamp(14px, 6.5vw, 35px);
    }
}

@media (max-width: 891px) {

    html[lang='en'] #popular-artist .title-large {
        font-size: clamp(14px, 6vw, 40px);
    }

    html[lang='en'] #popular-artist .title-large .highlight {
        font-size: clamp(14px, 6.5vw, 45px);
    }
}


@media (max-width: 874px) {
    #popular-artist .top-text {
        font-size: clamp(14px, 2.5vw, 15px);
    }

    html[lang='en'] #popular-artist .top-text {
        font-size: clamp(9px, 2.5vw, 11px);
    }

    html[lang='fr'] #popular-artist .title-large {
        font-size: clamp(14px, 6vw, 28px);
    }

    html[lang='fr'] #popular-artist .title-large .highlight {
        font-size: clamp(14px, 6.5vw, 33px);
    }
}

@media (max-width: 820px) {
    #popular-artist .top-text {
        font-size: clamp(14px, 2.5vw, 14px);
    }

    html[lang='fr'] #popular-artist .title-large {
        font-size: clamp(14px, 6vw, 25px);
    }

    html[lang='fr'] #popular-artist .title-large .highlight {
        font-size: clamp(14px, 6.5vw, 30px);
    }
}

@media (max-width: 800px) {
    html[lang='en'] #popular-artist .title-large {
        font-size: clamp(14px, 6vw, 39px);
    }

    html[lang='en'] #popular-artist .title-large .highlight {
        font-size: clamp(14px, 6.5vw, 44px);
    }
}

@media (max-width: 781px) {
    html[lang='en'] #popular-artist .title-large {
        font-size: clamp(14px, 6vw, 35px);
    }

    html[lang='en'] #popular-artist .title-large .highlight {
        font-size: clamp(14px, 6.5vw, 40px);
    }
}

@media (max-width: 767px) {
    #popular-artist .title-large {
        font-size: 12vw;
    }

    #popular-artist .title-large .highlight {
        font-size: 15vw;
    }

    #popular-artist .top-text {
        font-size: clamp(14px, 5.5vw, 24px);
    }

    html[lang='en'] #popular-artist .top-text {
        font-size: clamp(11px, 2.5vw, 20px);
    }

    html[lang='en'] #popular-artist .title-large {
        font-size: 10vw;
    }

    html[lang='en'] #popular-artist .title-large .highlight {
        font-size: 12vw;
    }

    html[lang='fr'] #popular-artist .top-text {
        font-size: clamp(11px, 2.2vw, 20px);
    }

    html[lang='fr'] #popular-artist .title-large {
        font-size: 6.8vw;
    }

    html[lang='fr'] #popular-artist .title-large .highlight {
        font-size: 9vw;
    }



    #art-selection .item-wrap .item .note-wrap .banner img {
        width: 230px !important;
    }

    #popular-artist .top-text {
        font-size: clamp(14px, 5.5vw, 20px);
    }
}

@media (max-width: 535px) {
    html[lang='ja'] #popular-artist .top-text {
        font-size: clamp(14px, 3.5vw, 17px);
    }

    section #future-art .item-wrap .item-note .note-wrap .sub-title {
        font-size: 2.5vw;
        margin-left: 0;
    }
}

@media (max-width: 454px) {
    html[lang='ja'] #popular-artist .top-text {
        font-size: clamp(14px, 3.5vw, 15px);
    }
}

@media (max-width: 375px) {
    html[lang='ja'] #popular-artist .top-text {
        font-size: clamp(13px, 3.5vw, 15px);
    }

    section #future-art .item-wrap .item-note .note-wrap .title {
        font-size: 2.7vw;
    }
}


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

#top-notice .btn-event:hover:before {
    filter: invert(1);
}

.note-item {
    max-width: 1120px;
    margin: 0 auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 2;
    font-size: 14px;
    word-break: break-word;
}

[id] {
    scroll-margin-top: 150px;
}

.btn.btn-event,
.btn.btn-black,
.btn.btn-recomment {
    font-weight: 400;
    font-size: 15px;
    border-radius: 3px;
    color: #282828;
}

.exhibition-carousel .owl-carousel.owl-drag .owl-item {
    width: 210px !important;
}

.exhibition-carousel .owl-carousel.owl-drag .owl-prev,
.exhibition-carousel .owl-carousel.owl-drag .owl-next {
    top: 92px !important;
}

#web-group .owl-carousel.owl-drag .owl-prev,
#web-group .owl-carousel.owl-drag .owl-next {
    top: 50% !important;
}

#web-group .event-date {
    font-size: 16px;
}

.gallery-carousel .owl-carousel.owl-drag .owl-prev,
.gallery-carousel .owl-carousel.owl-drag .owl-next {
    top: 63px !important;
}

#top-slider .top-slider-carousel .owl-stage {
    display: block;
}

#interview .owl-carousel.owl-drag .owl-prev,
#interview .owl-carousel.owl-drag .owl-next {
    top: 108px !important;
}

#top-slider .item-img img {
    aspect-ratio: 1040 / 540;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

    #popular-artist .title-large {
        font-family: 'Shippori Mincho B1', serif;
        text-align: center;
    }

    #top-slider .owl-carousel .item .data .title,
    #top-slider .owl-carousel .item .data .author {
        font-size: 13px;
    }

    .wrap-line-title h2 {
        font-size: 20px !important;
    }

    .btn.btn-event,
    .btn.btn-black,
    .btn.btn-recomment {
        font-size: 13px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .btn-black.btn::before {
        top: 5px;
    }

    #future-art .btn-recomment:before {
        top: 8px;
    }

    .wrap-line-title .line-date {
        font-size: 12px;
    }

    #exhibition .exhibition-carousel .text .title {
        font-size: 11px;
    }

    #exhibition .exhibition-carousel .text .sub-title {
        font-size: 10px;
    }

    #web-group .webgroup-carousel .item-wrap .text .title {
        font-size: 15px;
    }

    #web-group .webgroup-carousel .item-wrap .text .artist {
        font-size: 12px;
    }

    #exhibition .line-title-1 {
        height: 0px !important;
    }

    .home-renew section.img-top-slider,
    .home-renew section.universityArt,
    .home-renew section.youtube {
        width: 100%;
    }

    #top-slider .item-img img {
        aspect-ratio: 8 / 5;
    }

    #top-notice .item-wrap {
        margin-top: 0.5rem;
    }

    #interview .interview-item-wrap .interview-item .interview-data .title,
    #interview .interview-item-wrap .interview-item .interview-data .artist {
        font-size: 12px;
    }

    #youtube-link .item-wrap {
        margin-bottom: 4rem;
    }

    .btn-wrap {
        max-width: 100%;
    }

}

.btn-wrap {
    max-width: 490px;
}

#future-art .btn-recomment {
    min-width: 206px !important;
}

.home-renew section {
    width: 90%;
    margin: auto;
    max-width: 1040px;
    padding-bottom: 4rem;
}

.text-home {
    font-size: 0.675rem;
    line-height: 2;
}