@charset "UTF-8";

.wrapper {
    display: -webkit-box;
    /*	display: flex;*/
    /*	flex-wrap: no-wrap;*/
    overflow-x: scroll;
}

.youso {
    max-width: 100%;
    height: 45px;
    display: -webkit-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.youso-home {
    background-color: #fff0ff;
}

.g_menu_on {
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0 10px;
    font-size: 1.4rem;
    font-weight: 500;
    text-decoration: none;
    color: #333333;
    height: 100%;
}

.g_menu_on::before {
    content: "";
    display: block;
    position: absolute;
    border-bottom: 4px solid #f90094;
    width: 100%;
    height: 4px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    left: 0;
    bottom: 0;
}

.g_menu_off {
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0 10px;
    font-size: 1.4rem;
    font-weight: 500;
    text-decoration: none;
    color: #333333;
    height: 100%;
}
