section,
button {
    padding: 0;
}

/*--------- 
共通 
-----------*/

.l-page {
    padding-bottom: 50px;
}

.section_space {
    width: calc(100% - 40px);
    margin-inline: auto;
}


.section_ttl {
    font-size: 20px;
    font-weight: 400;
    line-height: calc(35 / 20);
    font-family: "Shippori Mincho B1", serif;
    text-align: center;
    margin-bottom: 40px;
}

.sp_in {
    display: block;
}

picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width:768px) {

    .l-page {
        padding-bottom: 100px;
    }

    .section_space {
        width: 100%;
        max-width: 1128px;
        margin-inline: auto;
    }

    .section_ttl {
        margin-bottom: 80px;
    }

    .sp_in {
        display: none;
    }


}

/*--------- 
メインコンテンツ
-----------*/


.fv {
    display: block;
    background-image: url("../images/bearscourt/mv_img_sp.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: clamp(19rem, 0.87rem + 77.35vw, 38rem);
    padding-top: 20px;
    margin-bottom: 60px;
}

.main_catch {
    display: flex;
    flex-direction: column;
    font-size: 40px;
    font-weight: 300;
    color: #000000;
    line-height: calc(40 / 32);
    letter-spacing: 0.06em;
    text-align: center;
    font-family: "Cormorant Garamond", serif;
}

.main_catch span {
    font-size: 16px;
    font-weight: 400;
    line-height: calc(40 / 32);
    letter-spacing: 0;
    text-align: center;
    font-family: "Shippori Mincho B1", serif;
}


@media (min-width:768px) {

    .fv {
        background-image: url("../images/bearscourt/mv_img.jpg");
        height: 709px;
        object-fit: cover;
        padding-top: 60px;
        margin-bottom: 100px;
    }

    .main_catch {
        font-size: 60px;
        line-height: calc(60 / 60);
    }

    .main_catch span {
        font-size: 20px;
        line-height: calc(32 / 20);
    }

}



/*--------- 
bears-court
-----------*/


/* -- description -- */

.bears-court-header {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #000000;
}

.bears-court-logo {
    width: clamp(9.25rem, 0.424rem + 37.66vw, 18.5rem);
    margin: 0 auto 40px;
}

.bears-court-title {
    font-size: 20px;
    font-weight: 400;
    line-height: calc(35 / 20);
    text-align: center;
    font-family: "Shippori Mincho B1", serif;
    margin-bottom: 40px;
}

.description-text {
    font-size: 14px;
    font-weight: 400;
    line-height: calc(24 / 14);
    text-align: center;
    font-family: "Shippori Mincho B1", serif;
}

/* -- achievement -- */

.bears-court-achievement {
    width: clamp(18.438rem, 0.844rem + 75.06vw, 36.875rem);
    margin: 0 auto 40px;
}

.achievement-title {
    margin-bottom: 5px;
}

.achievement_text {
    font-size: 10px;
    font-weight: 400;
    line-height: calc(18 / 10);
    font-family: "Shippori Mincho B1", serif;
}


/* -- project -- */

.bears-court-project {
    margin-bottom: 60px;
}

.project-box {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.project-image {
    margin-bottom: 10px;
}

.bears-court-project .project-image {
    height: clamp(15.625rem, 0.716rem + 63.61vw, 31.25rem);
}

.bears-court-project .project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-name {
    font-size: 20px;
    font-weight: 400;
    line-height: calc(32 / 20);
    font-family: "Shippori Mincho B1", serif;
    text-align: center;
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 5px;
}

.project-number {
    font-size: 24px;
}

.project-details {
    font-size: 14px;
    font-weight: 400;
    font-family: "Shippori Mincho B1", serif;
    text-align: center;
}

.map-image {
    width: clamp(20.938rem, 0.959rem + 85.24vw, 41.875rem);
    margin: 0 auto 40px;
}

.project-supply-title {
    width: 223px;
    height: 106px;
    margin: 0 auto 30px 0;
}

.project-supply-text {
    font-size: 14px;
    font-weight: 400;
    line-height: calc(21 / 14);
    font-family: "Shippori Mincho B1", serif;
}

/* -- project-list -- */

.project-list {
    display: grid;
    grid-auto-flow: row;
    gap: 40px;
}


@media (min-width:768px) {

    /*-- 共通 --*/
    .section_content--bears-court {
        padding: 0 20px;
    }

    .bears-court-header,
    .bears-court-description,
    .bears-court-achievement,
    .bears-court-project {
        max-width: 820px;
        margin-inline: auto;
    }


    /* -- description -- */

    .bears-court-header {
        padding-bottom: 100px;
        margin-bottom: 100px;
    }


    .bears-court-logo {
        max-width: 258px;
        width: 100%;
        height: auto;
        margin: 0 auto 80px;
    }

    .bears-court-title {
        font-size: 28px;
        line-height: calc(49 / 28);
    }

    .description-text {
        font-size: 16px;
        font-weight: 400;
        line-height: calc(32 / 16);
    }

    /* -- achievement -- */

    .bears-court-achievement {
        max-width: 764px;
        width: 100%;
        margin: 0 auto 80px;
    }

    .achievement-title {
        margin: 0;
    }

    /* -- project -- */

    .bears-court-project {
        margin-bottom: 120px;
        max-width: 1000px;
    }

    .project-box {
        gap: 80px;
    }

    .project-image {
        margin-bottom: 20px;
    }

    .bears-court-project .project-image {
        height: auto;
    }

    .project-name {
        margin-bottom: 5px;
    }

    .project-info {
        display: flex;
        align-items: center;
        gap: 50px;
    }

    .map-image {
        flex: 1 1 50%;
        /* max-width: 454px; */
        max-width: 650px;
        width: 100%;
        margin: 0;
    }

    .map-image img {
        min-width: 500px;
    }

    .project-supply-block {
        flex: 1 1 50%;
        max-width: 316px;
    }

    .project-supply-title {
        width: 100%;
        height: auto;
        margin: 0 0 40px 0;
    }

    .project-supply-text {
        font-size: 16px;
        line-height: calc(28 / 16);
    }

    /* -- project-list -- */

    .project-list {
        display: grid;
        grid-template-columns: repeat(auto-fit, 356px);
        justify-content: center;
        gap: 60px 30px;
    }

    .project-list .project-items {
        width: 100%;
        max-width: 356px;
    }

    .project-items .project-details {
        letter-spacing: 0.04em;
    }


}





/*--------- 
パンくず
-----------*/

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 1128px;
    margin-left: 20px;
    padding-bottom: 10px;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.breadcrumb-link {
    color: #000;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-size: 12px;
    line-height: 17px;
    font-family: "Noto Sans JP", sans-serif;
}

.breadcrumb-item:last-child::before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 1px #000000;
    border-right: solid 1px #000000;
    transform: rotate(45deg);
    display: inline-block;
}

@media (min-width: 768px) {
    .breadcrumb {
        margin-left: auto;
        margin-right: auto;
    }
}