
.p-multicloset__ttl {
        margin-bottom: 35px;
    }
.p-multicloset__ttl h2 {
            font-size: 170%;
    line-height: 3;
    letter-spacing: 0.2rem;
    margin: 15px 0 30px;
    }
    .p-multicloset__ttl figure {
        width: 149px;
    }
.youtube {
    margin-bottom: 30px;
}
.youtube iframe {
    max-width: 1240px;
    width: 100%;
    height: 600px;
    margin: 0 auto;
}
.flex {
    gap: 40px;
    margin-bottom: 40px;
    align-items: center;
}
.flex .imgBox, .flex .txtBox {
    width: calc((100% - 40px)/2);
}

.flex .txtBox dt {
    font-size: 28px;
    text-align: center;
    line-height: 1.4;
}
.flex .txtBox dd {
    font-size: 18px;
    padding: 1em 0;
    line-height: 2;
    text-align: left;
}
.flex .txtBox ul {
    margin-top: 30px;
}
.flex .txtBox li {
    font-size: 21px;
    background: linear-gradient(135deg, #9F8553 0%, #786432 100%);
    color: #fff;
    padding: 1em;
    text-align: center;
    max-width: 80%;
    margin: 10px auto 0;
}

@media screen and (max-width: 810px) {
    .p-multicloset__ttl h2 {
        font-size: 170%;
        line-height: 2;
        letter-spacing: -0.07rem;
    }
    iframe {
        width: 100%;
    aspect-ratio: 16 / 9;
    height: unset !important;
    }
    .flex {
        flex-direction: column;
    }
    .flex .imgBox, .flex .txtBox {
    width: 100%;
}
.flex .txtBox dt {
    font-size: 22px;
}
.flex .txtBox dd {
    font-size: 16px;
    text-align: left;
    line-height: 1.8;
}
    .flex .txtBox li {
        font-size: 16px;
        max-width: 100%;
    }

}

