section {
    position: relative;
    overflow: hidden;
}


/*brand*/

section#brand {
    animation: anime 1.4s;
    animation-delay: .7s;
    opacity: 0;
    animation-fill-mode: forwards;
}

section#brand .sec_inner {
    max-width: 1240px;
    margin: auto;
    padding: 0 1em;
    position: relative;
}

section#brand .sec_header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 2em;
}

section#brand h1 {
    font-family: "Cormorant Garamond";
    font-weight: 600;
    position: relative;
    font-size: 42px;
    letter-spacing: .05em;
    padding-top: 40px;
    text-align: center;
    color: #231815;
}

@keyframes anime {
    0% {
        filter: blur(10px);
        -webkit-filter: blur(10px);
    }
    100% {
        filter: blur(0px);
        -webkit-filter: blur(0px);
        opacity: 1;
    }
}

section#brand h1 img {
    width: 300px;
    display: block;
    margin: auto;
    margin-bottom: 0.5em;
}

section#brand h1 img.logo {
    width: 350px;
}

section#brand h1 img.logo-morno {
    width: 100px;
}

section#brand .num {
    font-family: "Cormorant Garamond";
    font-weight: 600;
    font-size: 80px;
    display: inline-block;
    position: absolute;
    bottom: 0.5em;
    left: 0;
    padding-right: 116px;
    color: #231815;
}

section#brand .num:after {
    background-color: #aaa;
    content: "";
    display: block;
    width: 106px;
    height: 1px;
    position: absolute;
    top: 65%;
    right: 0;
}

section#brand .sc1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
    margin-bottom: 80px;
    align-items: flex-start;
}

.aic {
    align-items: center;
}

section#brand .sc1>div {
    flex: 1;
}

section#brand .sc1 .images {
    margin-left: 0;
    width: 680px;
    position: relative;
    overflow: hidden;
    /*margin-top: 3em;*/
}

section#brand .sc1 .images img {
    width: 100%;
}

section#brand .contents {
    position: relative;
}

section#brand .contents img {
    margin: auto;
    display: block;
    width: 85%;
    margin-bottom: 4em;
}

section#brand h3 {
    font-size: 24px;
    line-height: 1.7;
    font-weight: 500;
    letter-spacing: -0.05em;
    margin-bottom: 25px;
    color: #231815;
}

section#brand .contents .ja {
    line-height: 2.14;
    letter-spacing: .05em;
    position: relative;
    /*padding-top: 40px;
    margin-top: 50px;*/
    color: #231815;
}


/*section#brand .contents .ja:after {
    background-color: #231815;
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
}*/

section#brand .contents .buttons a {
    color: #231815;
    border-bottom: 0.5px solid #231815;
}

section#brand .contents .buttons a span:before {
    border-top: solid 0.5px #231815;
    border-right: solid 0.5px #231815;
}

section#brand .sec_gallery {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1em;
    justify-content: space-around;
    margin-bottom: 5em;
}

section#brand .sec_gallery img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}


/*section#brand .img.i3 {
    margin-top: 14em;
    width: 28%;
    position: relative;
    overflow: hidden;
}

section#brand .img.i4 {
    margin-top: 3em;
    width: 33%;
    position: relative;f
    overflow: hidden;
}

section#brand .img.i4.new {
    width: 55%;
}

section#brand .img.i5 {
    width: 35%;
    position: relative;
    overflow: hidden;
}*/

section#brand .reverse {
    flex-direction: row-reverse;
}

section#brand .reverse .images {
    margin-right: -100px;
    margin-left: 0;
}

section#brand .reverse .contents img {
    margin: auto;
    display: block;
    width: 350px;
    margin-bottom: 8em;
}


/**/

body.bruh,
body.morno,
body.piece-de-lucile {
    background: none;
}


/*============================
mobile style
============================*/

@media screen and (max-width: 1000px) {
    section#brand {
        padding-bottom: 2em;
    }
    section#brand h2 {
        font-size: 35px !important;
        padding: 1em 0;
        margin: 0;
    }
    section#brand .sc1 {
        display: block;
    }
    section#brand .sc1 .images {
        margin-left: 0;
        width: auto;
        margin-top: 0em;
        margin-right: 5%;
    }
    section#brand .contents img {
        margin: auto;
        display: block;
        width: 18%;
        margin-bottom: 2em;
        margin-top: 4em;
    }
    section#brand .contents .ja {
        line-height: 1.5;
        letter-spacing: 0;
    }
    section#brand .contents {
        width: 90%;
        margin: auto;
    }
    section#brand .sec_gallery {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-around;
        flex-direction: column-reverse;
        gap: 0;
        margin-bottom: 0;
    }
    /* section#brand .img.i5 {
        width: 70%;
        margin: auto;
    }
    section#brand .img.i4 {
        margin: auto;
        margin-top: 1em;
        width: 50%;
        margin-right: 5%;
    }
    section#brand .img.i3 {
        width: 38%;
        margin-top: 0;
        margin-left: 5%;
        margin-top: -40px;
    }*/
    section#brand .sec_gallery {
        margin-bottom: 4em;
    }
    section#brand .reverse.sc1 .images {
        margin-right: 0;
        margin-left: 5%;
    }
    section#brand .reverse .contents img {
        width: 70%;
        margin-top: 4em;
        margin-bottom: 4em;
    }
    section#brand .bruh h1 img {
        width: 60%;
    }
}
