.brand {
    background: var(--theme);
}
.brand .desc {
    font-size: 2rem;
    letter-spacing: -0.2px;
    line-height: 1.65;
}

.intro .visual {
    position: relative;
    text-align: center;
    color: var(--white);
    font-size: 2.4rem;
    line-height: 1.54;
    padding: 19rem 2.4rem;
    margin-top: 11.5rem;
    z-index: 1;
    overflow: hidden;
}
.intro .visual::before,
.intro .visual::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.intro .visual::before {
    background: rgba(0, 0, 0, 0.3);
}
.intro .visual::after {
    background: linear-gradient(0, #231815, transparent);
    opacity: 0.69;
}
.intro .visual .img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -3;
}
.intro .visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.intro .sub_title {
    font-size: 6.1rem;
    font-variation-settings: "wght" 600;
}
.intro .visual p {
    white-space: pre-line;
    letter-spacing: -0.25px;
}
.intro .visual p br {
    display: none;
}

.sct01 {
    padding: 20.8rem 0;
}
.sct01 .inner {
    display: flex;
    justify-content: space-between;
    gap: 8rem;
    max-width: 1490px;
    margin: 0 auto;
}
.sct01 .text {
    flex-shrink: 0;
    width: 53rem;
    font-size: 2.1rem;
    letter-spacing: -0.25px;
    line-height: 1.7;
    color: #4f2c16;
    /* white-space: pre-line; */
}
.sct01 .text p {
    font-size: 2.8rem;
    font-variation-settings: "wght" 800;
}
.sct01 .img {
    position: relative;
    max-width: 78rem;
}
.sct01 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sct01 .img .badge {
    position: absolute;
    top: -5.8rem;
    left: -10.3rem;
}

.sct02 {
    background: var(--white);
}
.sct02 .inner {
    display: flex;
    padding: 0;
}
.sct02 .img {
    flex-shrink: 0;
    width: 50%;
    overflow: hidden;
}
.sct02 .img img {
    width: 100%;
    height: 100%;
    max-height: 85.2rem;
    object-fit: cover;
}
.sct02 .text {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    padding: 20rem 10rem;
    overflow: hidden;
    z-index: 1;
}
.sct02 .text .subject {
    width: 26rem;
    height: auto;
}
.sct02 .text .desc {
    margin-top: 6rem;
    color: #4f2c16;
}
.sct02 .typo {
    position: absolute;
    bottom: -9rem;
    left: 7rem;
    width: 73.2rem;
    z-index: -1;
}

.sct03 {
    background: #4f2c16;
    text-align: center;
    padding: 17rem 0;
}
.sct03 .img {
    width: 77.3rem;
    max-width: 100%;
    margin: 0 auto 4rem;
}
.sct03 .desc {
    color: #f5ebdc;
}

.sct04 .inner {
    display: flex;
    padding: 0;
}
.sct04 .text {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 46%;
    color: #4f2c16;
    padding: 0 2.4rem 15rem;
}
.sct04 .extra {
    font-size: 2.8rem;
    letter-spacing: -0.2px;
    font-variation-settings: "wght" 800;
    line-height: 1.7;
    margin-top: 4rem;
}
.sct04 .sign {
    align-self: flex-end;
    margin-top: 12rem;
    padding-right: 6rem;
}
.sct04 .img {
    position: relative;
    flex-shrink: 0;
    width: 56%;
    overflow: hidden;
}
.sct04 .img img {
    width: 100%;
    height: 100%;
    max-height: 128.5rem;
    margin-top: -1px;
    object-fit: cover;
}
.sct04 .pattern {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 9.2rem;
}
.sct04 .text .pattern {
    background-position: 100% 0;
}
.sct04 .img .pattern {
    background-color: transparent;
}

@media (max-width: 1920px) {
    .sct02 .img {
        width: 62%;
    }
    .sct02 .text {
        align-items: center;
        width: 38%;
        padding: 10.4vw 5rem;
    }
}
@media (max-width: 1700px) {
    .sct02 .img img {
        max-height: none;
    }

    .sct04 .text {
        align-items: center;
        padding-top: 15rem;
        width: 50%;
    }
    .sct04 .img {
        width: 50%;
    }
}
@media (max-width: 1200px) {
    .brand .desc {
        font-size: 1.8rem;
    }

    .intro .sub_title {
        font-size: 5rem;
    }
    .intro .visual {
        font-size: 2rem;
    }

    .sct01 .inner {
        gap: 4rem;
    }
    .sct01 .text {
        width: 50%;
        font-size: 1.8rem;
    }
    .sct01 .text p {
        font-size: 2.2rem;
    }
    .sct01 .img .badge {
        left: -5rem;
    }

    .sct02 .img {
        width: 50%;
    }
    .sct02 .text {
        width: 50%;
    }
    .sct02 .text .subject {
        width: 23rem;
    }
    .sct02 .text .desc {
        margin-top: 3rem;
    }
    .sct02 .typo {
        bottom: -5rem;
        left: 2rem;
        width: 50rem;
    }

    .sct04 .extra {
        font-size: 2.4rem;
    }
    .sct04 .sign {
        margin-top: 8rem;
        padding-right: 0;
    }
}
@media (max-width: 768.99px) {
    .intro .visual {
        padding-top: 14rem;
        padding-bottom: 14rem;
        font-size: 1.8rem;
    }
    .intro .sub_title {
        font-size: 4.4rem;
    }
    .intro .visual p {
        max-width: 55rem;
        margin: 5rem auto 0;
        white-space: normal;
    }
    .intro .visual p br {
        display: block;
    }

    .sct01 {
        padding: 12rem 0;
    }
    .sct01 .inner {
        flex-direction: column;
    }
    .sct01 .text {
        width: 100%;
    }
    .sct01 .img {
        width: 100%;
        max-height: 40rem;
        overflow: hidden;
    }
    .sct01 .badge {
        opacity: 0;
    }

    .sct02 .inner {
        flex-direction: column;
    }
    .sct02 .img {
        width: 100%;
    }
    .sct02 .text {
        order: -1;
        width: 100%;
    }

    .sct03 {
        padding: 12rem 0;
    }

    .sct04 .inner {
        flex-direction: column;
    }
    .sct04 .text {
        order: 1;
        width: 100%;
        padding-top: 10rem;
    }
    .sct04 .img {
        width: 100%;
        max-height: 40rem;
        overflow: hidden;
    }
    .sct04 .img img {
        max-height: 40rem;
    }
    .sct04 .text .pattern {
        height: 6rem;
        background-position: 50% 100%;
    }
    .sct04 .img .pattern {
        opacity: 0;
    }
}
@media (max-width: 550.99px) {
    .brand .desc {
        font-size: 1.5rem;
    }

    .intro .visual {
        margin-top: 8rem;
        padding: 10rem 1.6rem;
        font-size: 1.5rem;
    }
    .intro .sub_title {
        font-size: 3rem;
    }

    .sct01 {
        padding: 7rem 0;
    }
    .sct01 .text {
        font-size: 1.5rem;
    }
    .sct01 .text p {
        font-size: 1.8rem;
    }

    .sct02 .text {
        padding: 5.7rem 2.4rem;
    }
    .sct02 .text .subject {
        width: 18rem;
    }

    .sct03 {
        padding: 8rem 0;
    }

    .sct04 .text {
        padding-top: 4rem;
    }
}
