.img-fluid {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.catalog__door h1 {
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
}


.catalog__door h2 {
    font-family: 'Noto Sans JP', sans-serif;
}

.catalog__heading {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 66px;
}

.catalog__heading h1 {
    color: #333333;
    font-size: 36px;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 700;
    line-height: 48px;
    flex-shrink: 0;
    max-width: 250px;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 19px;
}

.catalog__heading h2 {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    flex: 1;
}



.catalog__card-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px 21px;
    margin-top: 60px;
}

.catalog__card-bgcolor {
    background-color: #fff;
    height: 96%;
}

.catalog__card-colwrap {
    background-image: url("../img/catalog_door/icon-background.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 5px;
    width: calc(100% / 2 - 27px);
    cursor: pointer;
    text-decoration: none;
    color: #333333;

}



.catalog__card-col {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 20px 0px 20px 24px;

    transition: all 0.25s ease;
    border: 1px solid #fff;
    background-color: #fff;

}

.catalog__card-col:hover {
    background-color: rgba(190, 221, 94, 0.1);
    border: 1px solid #fff;
    /* background: #fff; */
}

.catalog__card-img {
    width: 46px;
}

.catalog__card-txt {
    position: relative;
    font-size: 24px;
    line-height: 32.5px;
    font-weight: 600;
    margin-bottom: 0;
    padding-right: 50px;
    font-family: 'Noto Sans JP', sans-serif;
    width: 100%;
    min-height: 65px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.catalog__card-txt:after {
    content: "";
    position: absolute;
    background-image: url("../img/catalog_door/icon-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-position: center;
    width: 19px;
    height: 19px;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
}


@media (max-width:1199px) {
    .catalog__cards {
        padding-inline: 10px;
    }

    .catalog__door hgroup {
        margin-inline: 10px;
    }
}

@media (max-width:568px) {



    .catalog__heading {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding-inline: 15px;
        gap: 10px;
    }

    .catalog__heading h1 {
        font-size: 20px;
        justify-content: flex-start;
    }

    .catalog__card-row {
        flex-direction: column;
        margin-top: 14px;

    }

    .catalog__card-row {
        /* padding-inline: 15px; */
        gap: 16px;
    }


    .catalog__card-colwrap {
        width: -webkit-fill-available;
    }

    .catalog__card-col {
        padding: 8px 11px 8px 8px;
        gap: 16px;
    }

    .catalog__card-img {
        width: 34px;
        height: 34px;
        flex-shrink: 0;
    }

    .catalog__card-img img {
        width: 34px;
        height: 34px;
    }

    .catalog__card-txt {
        padding-right: 57px;
        font-size: 14px;
        line-height: 20px;
        min-height: 40px;
        width: 100%;
    }

    .catalog__card-txt:after {
        right: 0;
    }
}


.sumitomo__bunjyo h1 {
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
}

.sumitomo__bunjyo hgroup {
    margin-bottom: 60px;
}

.brochure__heading {
    font-size: 24px;
    line-height: 35px;
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 40px;
    font-weight: 600;
}

.brochure__card-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    padding-bottom: 64px;
    margin-bottom: 40px;
    border-bottom: 2px solid #E9E9E9;
}

.brochure__card-col {
    text-decoration: none;
    transition: all 0.25s ease;
    width: calc(100% / 4 - 30px);
}

.brochure__card-col:hover {
    text-decoration: none;
    opacity: 0.7;
}

.brochure__card-img {
    max-width: 220px;
    width: 100%;
}

.broucher__card-ttl {
    color: #333333;
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    line-height: 26px;
    margin-top: 16px;
    text-align: center;
    margin-bottom: 0;
}


.brochure .catalog__card-row {
    gap: 18px;
    justify-content: flex-start;
}

.brochure .catalog__card-col {
    padding: 15px 0px 14px 16px;
    border: 1px solid #fff;
    transition: all 0.25s ease;

}
.brochure .catalog__card-col {
   background-color: #fff;
}

.brochure .catalog__card-colwrap:hover {
    opacity: 1;
}

.brochure .catalog__card-col:hover {
    background-color: rgba(190, 221, 94, 0.1);
    border: 1px solid #fff;
}

.brochure .catalog__card-colwrap {
    width: calc(100% / 3 - 22px);
}

.brochure .catalog__card-colwrap.active {
    background: #BEDD5E;
    cursor: auto;
    pointer-events: none;
    color: #fff;
}

.brochure .catalog__card-colwrap.active:hover {
    opacity: 1;
}

.brochure .catalog__card-colwrap.active .catalog__card-col {
    background-color: #BEDD5E;
    border: unset;
}

.brochure .catalog__card-colwrap.active .catalog__card-txt:after {
    content: none;
}

/* .brochure .catalog__card-colwrap:first-of-type {
    background: #BEDD5E;
    cursor: auto;
    pointer-events: none;

}

.brochure .catalog__card-colwrap:first-of-type:hover {
    opacity: 1;
}

.brochure .catalog__card-colwrap:first-of-type .catalog__card-col {
    background: #BEDD5E;
    border: unset;
    color: #fff;
}

.brochure .catalog__card-colwrap:first-of-type .catalog__card-txt::after {
    content: none;
} */

.brochure .catalog__card-txt {
    font-size: 16px;
    line-height: 22.5px;
    min-height: 45px;
}

@media (max-width:1199px) {
    .brochure {
        padding-inline: 10px;
    }

    .sumitomo__bunjyo hgroup {
        margin-inline: 10px;
    }
}

@media (max-width:568px) {
    .brochure {
        padding-inline: 10px;
    }

    .sumitomo__bunjyo hgroup {
        margin-bottom: 24px;
    }

    .catalog__cards.brochure {
        padding-inline: 0;
    }

    .brochure__heading {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 24px;
    }

    .brochure__card-row {

        gap: 24px 16px;
        padding-bottom: 24px;
        margin-bottom: 24px;
    }

    .brochure__card-col {
        width: calc(100% / 2 - 8px);
    }

    .brochure__card-img {
        max-width: 100%;
    }

    .broucher__card-ttl {
        font-size: 14px;
        margin: 0;
        line-height: 1.4;
    }

    .brochure .catalog__card-row {
        padding-inline: 0;
        gap: 8px 12px;
        flex-direction: row;
        justify-content: flex-start;
        align-items: stretch;
    }

    .brochure .catalog__card-col {
        padding: 6px 0px 6px 8px;
    }

    .brochure .catalog__card-colwrap {
        width: calc(100% / 2 - 16px);
    }

    .brochure .catalog__card-txt {
        font-size: 12px;
        min-height: 51px;
        line-height: 17px;
        padding-right: 35px;
        margin: 0;
    }

    .brochure .catalog__card-txt:after {
        right: 13px;
    }
}

.sp-only {
    display: block;

    @media (min-width: 569px) {
        display: none;
    }
}

.pc-only {
    display: none;

    @media (min-width: 569px) {
        display: block;
    }
}

.ssp-none {
    display: none;

    @media (min-width: 350px) {
        display: block;
    }
}