@media screen and (min-width: 769px){
    #brand .sp {
        display: none;
    }
#brand .item_top_title {
    background: #F4F5F8;
}
#brand .fw {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}
.move.active {
    transform: translateY(0);
    opacity: 1;
}
.move {
    transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 500ms;
    transform: translateY(50px);
    opacity: 0;
}
#brand .item_top_title .inner {
    padding: 40px 0;
    display: flex;
}
#brand .item_message .title {
    font-weight: bold;
    font-size: 1.8em;
    margin: 0;
}
#brand .item_message .center {
    font-weight: bold;
    font-size: 1.2em;
    margin: 0;
}
#brand .item_message p {
    width: 655px;
    margin: 40px auto 0;
    font-size: 1.2em;
    line-height: 2.5;
}
#brand .item_message {
    text-align: center;
    padding: 100px 0;
}
.move.active {
    transform: translateY(0);
    opacity: 1;
}
.move {
    transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 500ms;
    transform: translateY(50px);
    opacity: 0;
}

#brand .inner {
    min-width: 1000px;
    max-width: 1000px;
    margin: auto;
    width: calc(100% - 50px);
}

}
@media screen and (max-width: 768px){
    #brand .pc {
        display: none;
    }
    #brand .item_message {
        padding: 30px 0;
        text-align: center;
    }

    .move.active {
        transform: translateY(0);
        opacity: 1;
    }
    .move {
        transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-delay: 500ms;
    }
    
    #brand .item_message .title {
        font-size: 1.2em;
        margin: 0 0 20px 0;
        font-weight: bold;
        background: none;
        text-align: center;
        padding: 30px;
     }


    #brand .item_message .title {
        font-size: 1.2em;
        margin: 0 0 20px 0;
     }

     #brand .item_message .sub_title {
        font-size: 1.2em;
        margin-bottom: 5%;
        background-color: #ffffff;
     }

    #brand .item_message p {
        width: auto;
        margin: 3%;
        font-size: 1em;
        line-height: 1.7;
        text-align: left;
        padding: 2%;
    }
    #brand .item_message {
        text-align: center;
    }
    #brand .item_message .center {
        width: auto;
        margin: 20px auto 0;
        font-size: 1em;
        line-height: 1.7;
        text-align: center;
        padding: 2%;
        background-color: #ffffff;
    }
}