@charset "UTF-8";


/* --------------------------------
ロゴ
-------------------------------- */
.sitemap_logo {
    display: block;
    max-width: 120px;
}

@media only screen and (max-width: 750px) {
    .logo_header_market img {
        width: 200px;
    }
}

/* --------------------------------
recommend
-------------------------------- */
#recommend_area {
    display: none;
}

#recommend_area.active {
    display: block;
}

/* --------------------------------
features
-------------------------------- */
#features_work_set {
    margin: 60px 0 120px 0;
}

#features_work_set .feature-sub-sec {
    padding: 40px;
    background-color: #efefef;
}

@media only screen and (max-width: 751px) {
    #features_work_set .feature-sub-sec {
        padding: 20px;
    }
}

#features_work_set .bg-area-sec-area,
#features_work_set .bg-area-sec-area-inner {
    margin: 0;
    padding: 0;
}

#features_work_set .ct-ttl01 {
    margin-bottom: 30px;
}

/* --------------------------------
ヘッダー 検索
-------------------------------- */
.global-search {
    position: absolute;
    z-index: 10000;
    max-width: 400px;
}

.global-search .search-input,
.global-search .search-input_header {
    border-radius: 25px;
}

@media only screen and (min-width: 751px) {
    .global-search {
        top: 2.5229868228vw;
        right: 10.8301610542vw;
    }

    body#page_media_index .global-search {
        top: 3.2229868228vw;
        right: 10.8301610542vw;
    }
}

.global-search.sp {
    display: none;
}

@media only screen and (max-width: 1367px) {
    .global-search.pc {
        display: block;
    }

    .global-search.sp {
        display: none;
    }
}

@media only screen and (max-width: 751px) {
    .global-search.pc {
        display: none;
    }

    .global-search.sp {
        display: block;
    }
}

.global-search.sp {
    position: relative;
    margin-bottom: 20px;
}

.global-search.sp input {
    width: 100%;
}

/* --------------------------------
フッター
-------------------------------- */
.global-nav-top-list li:nth-child(1) {
    font-weight: bold;
}

@media only screen and (max-width: 750px) {
.global-nav-top-list:nth-of-type(1) {
    float:left;
    width:55%;
}
.global-nav-top-list:nth-of-type(2) {
    float:left;
    margin: 0;
    width:45%;
    margin-bottom:40px;
}

}
/* --------------------------------
検索ページ 左側メニュー
-------------------------------- */

.list-page-left-wrap ul {
    margin-top: 26px;
    padding-top: 6px;
    border-top: 1px solid #231815;
}

.list-page-left-wrap li {
    display: block;
    font-weight: bold;
    line-height: 30px;
    border-bottom: 0 solid #ffffff;
}

.list-page-left-wrap input[type="radio"] {
    margin: 0;
}

.list-page-left-wrap label {
    position: relative;
    cursor: pointer;
    padding-left: 30px;
}

.list-page-left-wrap label::before,
.list-page-left-wrap label::after {
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}

.list-page-left-wrap label::before {
    background-color: #fff;
    border: 1px solid #333333;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    left: 0px;
}

.list-page-left-wrap label::after {
    background-color: #333333;
    border-radius: 50%;
    opacity: 0;
    width: 14px;
    height: 14px;
    left: 4px
}

.list-page-left-wrap input:checked+label::after {
    opacity: 1;
}

.list-page-left-wrap.visually-hidden {
    position: absolute;
    white-space: nowrap;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
}

/* --------------------------------
Topics
-------------------------------- */
.topics-main-ttl {
    border-top: 1px solid #231815;
    border-bottom: 1px solid #231815;
    padding: 20px 0;
}

@media only screen and (min-width: 751px) {
    .topics-page-wrap {
        padding: 0px 0 360px;
    }

    .topics-main-ttl {
        margin-bottom: 62px;
        border-top: 1px solid #231815;
    }
}

@media only screen and (min-width: 1367px) {
    .topics-main-ttl {
        max-width: inherit;
    }


}

@media only screen and (max-width: 750px) {
    .topics-page-wrap {
        padding: 69px 0 60px
    }

    .topics-main-ttl {
        margin-bottom: 29px
    }

}

@media only screen and (min-width: 751px)and (max-width: 980px) {


    .topics-main-lead {
        letter-spacing: .05em
    }
}

/* --------------------------------
Q&A
-------------------------------- */
.qanda {
    margin-bottom: 60px;
}

.qanda h1 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
}

.qanda dl {
    margin-bottom: 20px;
    border: 1px solid #cccccc;
    display: block;
    border-radius: 10px;
}

.qanda dt {
    font-weight: bold;
    font-size: 18px;
    background-color: #eeeeee;

    margin-bottom: 10px;
    padding: 10px;
}

.qanda dd {
    margin-bottom: 20px;
    padding: 10px;
}

/* --------------------------------
Topics
-------------------------------- */
.topics-slider .swiper-slide {
    width: auto;
    /* 幅をコンテンツに合わせる */
    flex-shrink: 0;
    /* 幅が縮小しないようにする */
}

.topics-slider dl {
    display: inline;
}

.topics-slider dt,
.topics-slider dd {
    display: inline;
    font-weight: bold;
    padding-right: 10px;
}

#index-artwork-block img,
.artworks-slider .col3-slider-img img {
    position: relative;
    width: 100%;
    /* 親要素の幅に応じてサイズが決定 */
    aspect-ratio: 1 / 1;
    /* 正方形のアスペクト比 */
    overflow: hidden;
    object-fit: contain;
}

@media only screen and (max-width: 750px) {
    .single-vol-sec-slider-wrap.sp20 {
        padding: 0 20px;
        margin-bottom: 70px;
    }

    .single-vol-sec-slider-wrap.sp20 .flex-jc-end {
        justify-content: space-between;
    }

    .single-vol-sec-slider-wrap.sp20 .col2-slider-more {
        display: none;
    }

    .single-vol-sec-slider-wrap.sp20 .single-vol-sec-slider-link {
        margin: 10px 0 0 0;
    }
}



@media only screen and (max-width: 750px) {
    #market-topics-block {
        margin-top: 40px;
    }

    #market-topics-block .swiper-slide {
        width: 100%;
    }

    .market-index-main .swiper-wrapper {
        margin-top: 19px;
    }

    #index-artwork-block .col2-slider-more {
        display: none;
    }

    #index-artwork-block .flex-jc-end {
        justify-content: space-between;
        margin-top: 40px;
        margin-bottom: 19px;
    }
}

/* --------------------------------
検索ボタン
-------------------------------- */
#loadMoreButton {
    display: block;
    margin: 80px auto;
    background-color: #333333;
    color: #ffffff;
    cursor: pointer;
    line-height: 50px;
    border-radius: 25px;
    text-align: center;
    max-width: 240px;
    width: 100%;
    font-weight: bold;
}



#page_media_index #index-artwork-block {
    margin-top: 0;
}

#page_media_index #index-series-block {
    margin-top: 0;
    padding-top: 0;
}


#work-recommend-block {
    padding-top: 60px;
    margin-top: 60px;

}

#work-recommend-block h2 * {
    font-size: 40px;
}

#work-recommend-block h2 small {
    font-size: 12px;
}

@media only screen and (max-width: 750px) {
    #work-recommend-block {
        padding: 60px 0 0 0;
        margin-top: 160px;

    }

    #work-recommend-block h2 * {
        font-size: 36px;
    }

    #work-recommend-block h2 small {
        font-size: 12px;
    }

    #work-recommend-block .exhibition-sub-sec {
        border: 0;
        padding: 0px 25px 42px 30px;
    }
}


.col2-slider-img img {
    height: auto;
    max-height: 100%;
}

@media only screen and (max-width: 750px) {
.index-artworks-slider .hv-line-anime{
display:none;
}
}


