#top-banner{
    background-color: #f5f5f7;
}
.top-container{
    background: #fff;
    min-height: 614px;
}
.top-banner-logo{
    width: 40%;
    margin-bottom: -10%;
}
.top-link-text{
    font-family: 'Futura';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 18px;
    color: #fff;
    /* position: relative;
    top: 129px; */
    padding-top: 129px;
}
.chevron-right-img{
    width: 16px;
    margin-bottom: 8px;
}
.top-link-left{
    text-align: center;
    position: relative;
    top: 120px;
}
.top-link-right{
    text-align: center;
    position: relative;
    top: 120px;
}
.color-pink{
    background: linear-gradient(90deg, #CA9090 0%, #D499B2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.color-blue{
    background: linear-gradient(90deg, #B490CA 6.77%, #99BBD4 66.67%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.top-banner-img-1{
    background-image: url(../images/top/top-banner-img-1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: bottom;
    height: 614px;
    width: 100%;
}
.top-banner-img-2{
    background-image: url(../images/top/top-banner-img-2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: bottom;
    height: 614px;
    width: 100%;
}
.al-intro-desc{
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.16em;
    color: #000
}
.al-intro-link{
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.08em;
    color: #06c;
}
.al-intro-link>a{
    text-decoration: none;
    padding-right: 10px;
}
.au_design_logo{
    width: 143px;
}
.au_design_title{
    font-weight: 700;
    font-size: 50px;
    line-height: 75px;
    text-align: center;
    letter-spacing: .08em;
    padding-top: 60px;
    padding-bottom: 30px;
}
.store-info-container{
    padding: 150px 0 180px;
}
.store-info-title{
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 55px;
    text-align: center;
    letter-spacing: 0.28em;
    color: #000;
}
.store-info-text{
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.32em;
    margin: 32px auto;
    color: #000;
}
.store-info-link{
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    color: #06c;
    text-decoration: none;
}
.desc-text-lg{
    display:block;
}
.desc-text-sm{
    display:none;
}
@media only screen and (max-width: 768px){
    .top-container{
        background: #000;
        min-height: 232px;
    }
    .au_design_title{
        font-size: 24px;
        line-height: 35px;
        text-align: left;
        letter-spacing: .08em;
        padding:32px 0;
    }
    .top-link-text{
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 8px;
        padding-top: 48px;
    }
    .au_design_logo{
        width: 64px;
    }
    .top-link-left{
        text-align: right;
        position: relative;
        top: 32px;
        margin-right: 32px;
    }
    .top-link-right{
        text-align: left;
        position: relative;
        top: 32px;
        margin-left: 32px;
    }
    .chevron-right-img{
        width: 8px;
        margin-bottom: 5px;
    }
    .top-banner-img-1{
        background-image: url(../images/top/top-banner-img-1-sm.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: left;
        background-position-y: bottom;
        height: 232px;
        width: 100%;
        position: relative;
    }
    .top-banner-img-2{
        background-image: url(../images/top/top-banner-img-2-sm.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: center;
        background-position-y: bottom;
        height: 232px;
        width: 100%;
        position: relative;
    }
    .al-intro-desc{
        font-size: 12px;
        line-height: 25px;
    }
    .al-intro-text{
        text-align: justify;
    }
    .al-intro-link{
        line-height: 12px;
    }
    .store-info-container{
        padding: 80px 0;
    }
    .store-info-title{
        font-size: 24px;
        line-height: 36px;
        letter-spacing: 0.08em;
    }
    .store-info-text{
        font-size: 12px;
        line-height: 25px;
        letter-spacing: 0.16em;
        text-align: center;
        padding: 0 16px;
    }
    .desc-text-lg{
        display:none;
    }
    .desc-text-sm{
        display:block;
    }
}