.design-mv-sec {

    background: url(../images/design/des-mv.webp) no-repeat;
    background-size: cover;
    background-position: top center;
    /* min-height: 1290px; */
    padding: 158px 20px 0;
    aspect-ratio: 2880 / 2582;
    position: relative;
}

.container .design-wrap {
    max-width: 1000px;
    margin: 0 auto;
}

.design-mv-sec .design-mv-ttl h1{
    color: #fff;
    font-size: 62px;
    line-height: 1.1;
    letter-spacing: 10px;
}

.design-mv-sec .curved-bot{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.container .f-garamond{
    font-family: "adobe-garamond-pro", serif;
}

.container .f-ryumin{
    font-family: a-otf-ryumin-pr6n, serif;
}

.design-info-sec {
    padding: 60px 20px 80px;
}

.design-info-sec .d-info-ttl{ 
    color: #A87274;
    margin-bottom: 68px;
    text-align: center;
}

.design-info-sec .d-info-ttl h2{ 
    font-size: 32px;
    line-height: 1.1;

}

.design-info-sec .d-info-desc{ 
    color: #A87274;
    text-align: center;
}

.design-info-sec .d-info-desc { 
    font-size: 30px;
    line-height: 1.9;
 
}

.design-info-img{
    max-width: 1440px;
    margin: 0 auto;
}

.design-person-sec {
    padding: 79px 20px 208px;
    background: #F0EAE9;
    position: relative;
}

.design-person-box {
    max-width: 950px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.design-person-box-items1 {
    flex-basis: 52%;
    text-align: center;
}

.design-person-box-items2 {
    flex-basis: 43%;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    padding: 34px 13px;
}

.dpbi1-ttl {
    color: #A87274;
    margin-bottom: 56px;
}

.dpbi1-ttl h3{
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 5px;
}

.dpbi1-desc1 {
    font-size: 22px;
    line-height: 42px;
    letter-spacing: 5px;
    color: #A87274;
    margin-bottom: 40px;
}

.dpbi1-desc2 {
    font-size: 18px;
    line-height: 42px;
    letter-spacing: 5px;
}

.dpbi2-bio {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.dpbi2-bio .dpbi2-bio-img {
    flex-basis: 46%;
}

.dpbi2-bio .dpbi2-bio-con {
    flex-basis: 46%;
}

p.dpbi2-bio-desc {
    font-size: 16px;
    line-height: 1.5;
    color: #231F20;
    margin-bottom: 12px;
}

p.dpbi2-bio-desc2 {
    font-size: 14px;
    line-height: 1.5;
    color: #231F20;
  
}

p.dpbi2-bio-desc3 {
    font-size: 34px;
    line-height: 1.5;
}

.mt-36{
    margin-top: 36px;
}

.f-bold{
    font-weight: 600;
}

p.dpbi2-bio-data {
    font-size: 12px;
    line-height: 20px;
    color: #231F20;
}
.design-person-sec .curved-bot{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.design-land-sec {
    padding: 34px 20px 64px;
}

.design-land-ttl {
    margin-bottom: 22px;
    color: #A87274;
    text-align: center;
}

.design-land-ttl h2{
    font-size: 56px;
    line-height: 1.5;
}

.design-land-subttl {
    margin-bottom: 64px;
    color: #A87274;
    text-align: center;
    font-size: 24px;
    line-height: 1.1;

}

.design-land-desc {
    margin-bottom: 30px;
    color: #231F20;
    text-align: center;
    font-size: 20px;
    line-height: 1.8;
    
}

.design-landmap-img {
    max-width: 1150px;
    margin: 0 auto;
}

.design-land-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 9px;
}

.design-land-flex-item {
    flex-basis: 30%;
    margin-bottom: 55px;
}

.flfi-number {
    position: absolute;
    font-size: 16px;
    line-height: 20px;
    background: #C74A5F;
    border: solid 1px #FFF;
    color: #FFF;
    width: 24px;
    padding: 1px;
    text-align: center;
    top: 12px;
    left: 12px;
}

.flfi-img {
    margin-bottom: 28px;
    position: relative;
}

.flfi-imgcaption {
    position: absolute;
    bottom: 0;
    left: 8px;
    right: 8px;
    z-index: 1;
    margin: 0.4em 0;
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: right;
    color: #231F20;
}
.is-light {
    color: #fff;
}

.flfi-ttl {
    font-size: 18px;
    line-height: 1.1;
    color: #A87274;
    margin-bottom: 24px;
    text-align: center;
}

.flfi-desc {
    font-size: 14px;
    line-height: 20px;
    color: #231F20;
    padding: 0 10px;
}


.design-land-desc2 {
    font-size: 14px;
    line-height: 16px;
    color: #231F20;
  
}

.sp-674{
    display: none;
}

.map-legend {
    max-width: 700px;
    padding: 0 20px;
    margin: 0 auto 36px;
}

/* IPAD */
@media (min-width:768px) and (max-width:1024px){
    .design-mv-sec {
        background: url(../images/design/des-mv.webp) no-repeat;
        background-size: cover;
        background-position: center top;
        /* min-height: 700px; */
    }
    .dpbi1-desc1 {
        font-size: 16px;
    }
    .dpbi1-desc2 {
        letter-spacing: 0px;
    }

    .design-person-box-items2 {
        flex-basis: 47%;
    }
    p.dpbi2-bio-desc2 {
        font-size: 13px;
    }

    .mt-36 {
        margin-top: 13px;
    }
}


/* MOBILE */
@media screen and (max-width:767px) {
    .design-mv-sec {
        background: url(../images/design/des-mv-sp.webp) no-repeat;
        background-size: cover;
        /* min-height: 611px; */
        padding: 48px 20px 0;
        aspect-ratio: 750 / 1222;
    }

    

    .design-mv-ttl {
        text-align: center;
    }
    .design-mv-sec .design-mv-ttl h1{
        font-size: 28px;
    }

    .design-info-sec {
        padding: 32px 20px 60px;
    }

    .design-info-sec .d-info-ttl {
        margin-bottom: 28px;
    }

    .design-info-sec .d-info-ttl h2 {
        font-size: 5vw;
    }

    .design-info-sec .d-info-desc {
        font-size: 4.3vw;
        line-height: 1.9;
    }

    .design-person-sec {
        padding: 59px 20px 90px;
    }

    .design-person-box {
        flex-direction: column;
        max-width: 500px;
    }

    .dpbi1-ttl {
        margin-bottom: 32px;
    }

    .dpbi1-desc2 {
        font-size: 16px;
        line-height: 37px;
        margin-bottom: 30px;
    }

    .dpbi1-desc1 {
        font-size: 21px;
    }

    .design-land-ttl {
        margin-bottom: 16px;
    }

    .design-land-ttl h2 {
        font-size: 36px;
        line-height: 1.5;
    }

    .design-land-subttl {
        margin-bottom: 44px;
        font-size: 16px;
    }

    .design-land-desc {
        font-size: 15px;
    }

    .design-landmap-img {
        max-width: 767px;
        margin: 0;
        overflow-x: scroll;
        position: relative;
    }

    .design-scrollbar {
        height: 3px;
        background: #682C3C;
        width: 100%;
        position: relative;
        top: -5px;
    }

    .design-scrollbar::before {
        content: "";
        background: url(../images/design/left-scroll.svg) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        height: 11px;
        width: 13px;
        top: -4px;
        left: -13px;
    }

    .design-scrollbar::after {
        content: "";
        background: url(../images/design/right-scroll.svg) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        height: 11px;
        width: 13px;
        top: -4px;
        right: -13px;
    }
    
    .design-landmap-img::-webkit-scrollbar {
        width: 1px;
        height: 8px;
        
    }
    
    .design-landmap-img::-webkit-scrollbar-track {
        background: transparent; 

    }

    .design-landmap-img::-webkit-scrollbar-thumb {
        background: #682C3C;
        height: 8px;
    
    }

   
    .design-landmap-img picture{
        width: 635px;
        display: block;
        margin: 0 auto;
    }

    .design-land-flex-item {
        flex-basis: 47.5%;
        margin-bottom: 24px;
    }

    .flfi-img {
        margin-bottom: 12px;
    }

    .flfi-ttl {
        font-size: 13px;
        margin-bottom: 12px;
    }

    .flfi-desc {
        font-size: 11px;
        line-height: 1.5;
        padding: 0;
    }    

    .map-legend {
        max-width: 500px;
        padding: 0 20px;
        margin: 36px auto 28px;
    }

    .hamburger, .sp-tel-btn {
        display: flex;
    }

  
}

@media screen and (max-width:675px) {
    .sp-674{
        display: block;
    }

}

@media screen and (max-width:500px) {
    .dpbi1-ttl h3 {
        font-size: 4.8vw;
    }

    .dpbi1-desc1 {
        font-size: 4.267vw;
        line-height: 32px;
        letter-spacing: 2px;
        margin-bottom: 32px;
    }

    .dpbi1-desc2 {
        font-size: 3.8vw;
        line-height: 32px;
        letter-spacing: 0px;
        margin-bottom: 34px;
    }

    .design-person-box-items2 {
        flex-basis: 43%;
        border-top: solid 1px #000;
        border-bottom: solid 1px #000;
        padding: 30px 10px;
    }

    .dpbi2-bio .dpbi2-bio-img {
        flex-basis: 36%;
    }

    .dpbi2-bio .dpbi2-bio-con {
        flex-basis: 59.2%;
    }

    p.dpbi2-bio-desc {
        font-size: 3.2vw;
        margin-bottom: 10px;
    }

    p.dpbi2-bio-desc2 {
        font-size: 3vw;
    }

    p.dpbi2-bio-desc3 {
        font-size: 6.4vw;
        line-height: 1.5;
    }

    .mt-36 {
        margin-top: 20px;
    }

    p.dpbi2-bio-data {
        font-size: 2.8vw;
        line-height: 20px;
        color: #231F20;
    }

    .flfi-number {
        font-size: 11px;
        line-height: 14px;
        width: 18px;
        top: 8px;
        left: 8px;
    }
}

/* MOBILE SMALL */

@media screen and (max-width: 374px) {
    .design-land-flex-item {
        flex-basis: 100%;
    }
}