/* Title
------------------------------------------------------------*/

.art__title {
    font-family: "Roboto", "Noto Sans JP";
    font-weight: 500;
    padding-top: 2px;
}

@media screen and (max-width: 1279px) and (min-width: 750px){
    .art__title {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1680px) and (min-width: 1280px) {
    .art__title {
        font-size: 20px;
    }
}

@media screen and (min-width: 1680px) {
    .art__title {
        font-size: 20px;
    }
}

@media screen and (max-width: 750px) {
    .art__title {
        font-size: 16px;
        line-height: 1;
        padding-top: 18px;
        margin-bottom: 0px;
        overflow-wrap: break-word;
    }
}

.art__title span {
    display: block;
    margin-top: 2px;
}

@media screen and (max-width: 1279px) {
    .art__title span {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 1680px) and (min-width: 1280px) {
    .art__title span {
        font-size: 1.32rem;
    }
}

@media screen and (min-width: 1680px) {
    .art__title span {
        font-size: 1.44rem;
    }
}

@media screen and (max-width: 750px) {
    .art__title span {
        margin-top: 4px;
    }
}

.art_name{
    color: #000;
    transition: 0.3s ease-in-out;
    font-weight: normal;
    font-family: "Noto Serif JP", serif;
    font-size: 12px;
}
.l_arts {
    margin-top : 96px
}

.collections {
    padding: 40px 0 40px;
}
  
@media screen and (max-width: 750px) {
    .collections {
        padding: 48px 10px 36px;
    }
    .l_arts {
        margin-top : 40px
    }
}

.wrapper_image {
    display: flex;
    flex-direction: column;
    justify-content: center;  /* Centering y-axis */
    align-items :center; /* Centering x-axis */
    height:300px;
    background-color: #ffffff;
}

@media screen and (max-width: 750px) {
    .wrapper_image {
        display: flex;
        flex-direction: column;
        justify-content: center;  /* Centering y-axis */
        align-items :center; /* Centering x-axis */
        height: 200px;
        background-color: #ffffff;
    }
}

.collection-image {
    max-height: 250px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media screen and (max-width: 750px) {
    .collection-image {
        max-height: 200px;
    }
}

.sub-image {
    display: none;
}

@media screen and (max-width: 750px) {
    .c-list06_btn_certificate {
        margin-left: 0 !important;
    }
}