@import url('base.css?v=1');
@import url('effect.css');
/* --------------- */
/* ヘッダ          */
/* --------------- */
header{
    width: 1120px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    background: url(../img/header_bg.png) repeat-x;
    background-size: contain;
    z-index: 10;
}
#header-inner{
    width: 1120px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header ul,
#header ul{
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header ul li,
#header ul li{
    padding: 0 13px;
}
header ul li.header-icon,
#header ul li.header-icon{
    padding-top: 10px;
}
.header-icon img{
    padding-left: 5px;
}
header ul li a,
#header ul li a{
    font-weight: 400;
    font-size: 0.75rem;
}
header ul li a:hover,
#header ul li a:hover{
    opacity: 0.8;
}
.sp-menu-btn{
    display: none;
}
/*
.tcc{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7495%) hue-rotate(317deg) brightness(107%) contrast(93%);
    transition: .5s;    
}
.tcc2{
    filter: brightness(0) saturate(100%) invert(0%) sepia(6%) saturate(24%) hue-rotate(204deg) brightness(101%) contrast(107%);
    transition: .5s;
}
*/
@media screen and (max-width: 1119px){
    header{
        width: 100%;
    }
    #header-inner{
        width: 100%;
    }
}
@media screen and (max-width: 520px){
    header{
        width: 100%;
        background: none;
    }
    #header{
        background: none;
    }
    #header-inner{
        width: 100%;
    }
    header h1,
    #header h1{
        margin-top: 20px;
        margin-left:14px;
    }
    header ul,
    #header ul{
        display: none;
    }
    .sp-menu-btn{
        display: block;
        margin-right: 24px;
        margin-top: -20px;
    }
}
nav{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    background-color: #5D6D7A;
    width: 100%;
    height: 100vh;
}
nav .sp-menu-btn{
    text-align: right;
    padding-top: 60px;
}
nav ul{
    margin: 48px 52px 0 52px;
    list-style-type: none;
}
nav ul li{
    padding-bottom: 20px;
}
nav ul li a{
    font-size: 1.5rem;
}
nav ul li.header-icon{
    margin-top: 60px;
}
nav ul li.header-icon img{
    width: 30px;
}


/* --------------- */
/* メインビジュアル  */
/* --------------- */
#main-visual{
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: -1;
    background-color: #999;
}
#main-visual #bg-slide{
    height: 100vh;
    width: 100%;
    background: url(../img/mainvisual_1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#top-section{
    width: 920px;
    height: 100vh;
    margin: 0 auto;
}
#top-section h2,#loader h2{
    padding-top: 30vh;
    font-size: 2rem;/*32px*/
    font-weight: 400;
    letter-spacing: 0.15em;
}
#top-section #brand-mark{
    position: absolute;
    bottom: 40px;
    width: 1080px;
    text-align: right;
}
#top-section #switch-control{
    position: absolute;
    bottom: 20px;
    width: 920px;
    display: flex;
    justify-content: center;
}
#top-section #switch-control .control-line{
    margin: 0 5px;
}
#top-section #switch-control .control-line:hover{
    cursor: pointer;
}
#top-section #switch-control .selected-line img{
    filter: brightness(0) saturate(100%) invert(42%) sepia(31%) saturate(246%) hue-rotate(165deg) brightness(90%) contrast(88%);
}
@media screen and (max-width: 1119px){
    #top-section{
        width: 100%;
    }
    #top-section #brand-mark{
        width: 100%;
    }
    #top-section #switch-control{
        width: 100%;
    }
}
@media screen and (max-width: 520px){
    #top-section{
        width: 100%;
    }
    #top-section h2,#loader h2{
        padding-top: 20vh;
        padding-left: 36px;
        font-size: 1.5rem;/*24px*/
        font-weight: 200;
        letter-spacing: 0.1em;
    }
    #top-section #brand-mark{
        bottom: 12px;
        width: 100%;
        text-align: right;
    }
    #top-section #switch-control{
        width: 90%;
        bottom: 24px;
        justify-content: start;
        left: 24px;
    }
}


/* --------------- */
/* Concept         */
/* --------------- */
#concept{
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 96px;
    width: 100%;
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.6));
}
#concept-inner{
    margin: 144px auto 0 auto;
    width: 545px;
}
#concept p{
    margin-bottom: 56px;
}
.concept-more{
    text-align: center;
    line-height: 2rem;
    margin: 0 24px 32px 24px;
    padding: 16px 0 20px 0;
    border: 1px solid #fff;
    border-radius: 45px;
}
.concept-more .line{
    display: inline-block;
    padding-bottom: 6px;
}
.concept-more .arrow{
    display: inline-block;
    padding-top: 6px;
}
@media screen and (max-width: 520px){
    #concept-inner{
        width: 100%;
    }
    
    #concept p{
        padding: 0 24px;
        font-size: 1rem;
        line-height: 2rem;
    }
}

/* --------------- */
/* Line up         */
/* --------------- */
#lineup-visual{
    position: relative;
    height: 600px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../img/lineupvisual.png);
    background-color:#424F5A;
}
#lineup-visual-sp{
    height: 520px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../img/lineupvisual_sp.png);
    background-attachment: scroll;
}
#lineup{
    background-color:#3F4C57;
    background-image: url(../img/bg_beta.png);
    position: relative;
}
#lineup-inner{
    width: 1120px;
    margin: 0 auto;
    padding: 120px 0 0 0;
}
#lineup-item-images{
    display: flex;
    justify-content: space-between;
    margin-top: 48px;
}
#lineup-item-images article,
#lineup-item-contents article,
#lineup-item-contents2 article{
    overflow: hidden;
    width: 356px;
}
#lineup-item-contents2 .item-image{
    display: block;
    height: 356px;
    overflow: hidden;
    margin-bottom: 16px;
}
.item-image img{
    transition: 0.6s all;
}
.item-image img:hover{
    transform: scale(1.1,1.1);
    filter: opacity(.8);
    transition: 0.6s all;
}
#lineup2{
    background-color:#D7DADC;
    background-image: url(../img/bg_grd.png);
    background-repeat: repeat-x;
    min-height: 500px;
}
#lineup-inner2{
    width: 1120px;
    margin: 0 auto;
    padding: 0 0 0 0;
}
#lineup-item-contents,
#lineup-item-contents2{
    display: flex;
    justify-content: space-between;
    padding-top: 16px;
}
#lineup-item-contents2{
    padding-top: 88px;
    padding-bottom: 136px;
}
#lineup-item-contents h4,
#lineup-item-contents2 h4{
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 10px;
}
#lineup-item-contents p,
#lineup-item-contents2 p{
    font-weight: 400;
    /*padding-top: 16px;*/
    line-height: 2rem;
}
#lineup-item-contents2 h4,
#lineup-item-contents2 p{
    color: #47545F;

}
#lineup-item-contents .item-button,
#lineup-item-contents2 .item-button{
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 45px;
    margin-top: 32px;
    padding: 20px 0;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 400;
    width: 99%;
}
#lineup-item-contents2 .item-button{
    border: 1px solid #47545F;
    color: #47545f;
}
#lineup-item-contents2 .item-button img{
    filter: brightness(0) saturate(100%) invert(31%) sepia(12%) saturate(593%) hue-rotate(165deg) brightness(88%) contrast(91%);
}
#lineup-item-contents .item-button:hover,
#lineup-item-contents2 .item-button:hover{
    background-color: #fff;
    color: #434E57;
}
#lineup-item-contents2 .item-button:hover{
    border: 1px solid #fff;
}
#lineup-item-contents .item-button:hover img,
#lineup-item-contents2 .item-button:hover img{
    filter: brightness(0) saturate(100%) invert(31%) sepia(12%) saturate(593%) hue-rotate(165deg) brightness(88%) contrast(91%);
}

@media screen and (max-width: 1119px){
    #lineup-inner{
        width: 100%;
    }
    #lineup-items article{
        flex-basis: 45%;
    }
    #lineup-items article .item-image img{
        width: 100%;
    }
    #lineup-inner2{
        width: 100%;
    }
    
}
@media screen and (max-width: 520px){
    #lineup-inner{
        width: 100%;
        padding: 60px 0 0 0;
    }
    #lineup-item-images{
        margin-top: 38px;
        flex-wrap: wrap;
    }
    #lineup-item-images article,
    #lineup-item-contents2 article{
        width: 100%;
    }
    .item-image{
        display: block;
        margin: 0 12px;
    }
    .item-image img{
        width: 100%;
    }
    .lineup-contents{
        margin: 20px 12px 80px 12px;
    }
    .lineup-contents h4{
        font-size: 1.5rem; /* 24px */
        font-weight: 400;
        letter-spacing: 0.1em;
        padding-left: 10px;
    }
    .lineup-contents p{
        margin-top: 4px;
        padding-left: 16px;
    }
    .lineup-contents .item-button{
        display: inline-block;
        border: 1px solid #fff;
        border-radius: 45px;
        margin-top: 24px;
        padding: 20px 0;
        text-align: center;
        font-size: 0.875rem;
        font-weight: 400;
        width: 99%;
    }
    .lineup-contents .item-button:hover{
        background-color: #fff;
        color: #434E57;
    }
    .lineup-contents .item-button:hover img{
        filter: brightness(0) saturate(100%) invert(31%) sepia(12%) saturate(593%) hue-rotate(165deg) brightness(88%) contrast(91%);
    }
    #lineup-inner2{
        width: 100%;
    }
    #lineup-item-contents article{
        margin: 0 12px;
    }
    #lineup-item-contents2 article{
        margin: 0 0;
    }
    #lineup-item-contents h4,
    #lineup-item-contents2 h4{
        letter-spacing: 0.1em;
        padding-left: 10px;
    }
    #lineup-item-contents p,
    #lineup-item-contents2 p{
        margin-top: 4px;
        padding-left: 16px;
    }
    #lineup-item-contents .item-button,
    #lineup-item-contents2 .item-button{
        display: inline-block;
        border: 1px solid #fff;
        border-radius: 45px;
        margin-top: 32px;
        padding: 20px 0;
        text-align: center;
        font-size: 0.875rem;
        font-weight: 400;
        width: 99%;
    }
    #lineup-item-contents2 .item-button{
        border: 1px solid #47545F;
    }
    #lineup-item-contents .item-button:hover,
    #lineup-item-contents2 .item-button:hover{
        background-color: #fff;
        color: #434E57;
    }
    #lineup-item-contents2 .item-button:hover{
        border: 1px solid #fff;
    }
    #lineup-item-contents2 .item-button img{
        filter: brightness(0) saturate(100%) invert(31%) sepia(12%) saturate(593%) hue-rotate(165deg) brightness(88%) contrast(91%);
    }
    #lineup-item-contents .item-button:hover img,
    #lineup-item-contents2 .item-button:hover img{
        filter: brightness(0) saturate(100%) invert(31%) sepia(12%) saturate(593%) hue-rotate(165deg) brightness(88%) contrast(91%);
    }
}

/* --------------- */
/* Shop            */
/* --------------- */
#shop{
    background-color:#D7DADC;
}
#shop-inner{
    width: 1120px;
    margin: 0 auto;
    padding-bottom: 134px;
    display: flex;
    justify-content: space-between;
}
#shop-left{
    width: 450px;
}
#shop-right{
    width: 641px;
}
#shop-left p{
    margin-top: 32px;
    line-height: 2.125rem;
    font-weight: 400;
}
#shop-left .shop-button{
    display: inline-block;
    border: 1px solid #47545F;
    border-radius: 45px;
    margin-top: 28px;
    padding: 20px 0;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 400;
    width: 99%;
}
#shop-left .shop-button:hover{
    background-color: #fff;
    color: #434E57;
    border: 1px solid #fff;
}
#shop-left .shop-button:hover img{
    filter: brightness(0) saturate(100%) invert(31%) sepia(12%) saturate(593%) hue-rotate(165deg) brightness(88%) contrast(91%);
}
@media screen and (max-width: 1119px){
    #shop-inner{
        width: 100%;
    }
    #shop-left{
        width: 40%;
    }
    #shop-right{
        width: 60%;
    }
    #shop-right img{
        width: 100%;
    }
}
@media screen and (max-width: 520px){
    #shop{
        background-color: transparent;
        margin-top: -150px;
    }
    #shop-inner{
        width: 100%;
        flex-wrap: wrap;
        padding-bottom: 80px;
    }
    #shop-left{
        width: 100%;
    }
    #shop-left figure{
        padding: 36px 12px 0 12px;
    }
    #shop-left figure img{
        width: 100%;
    }
    #shop-left p{
        margin-top: 12px;
        line-height: 2rem;
        padding: 0 24px;
    }
    #shop-left .shop-btn-container{
        padding: 0 12px;
    }
    #shop-left .shop-button{
        margin-top: 24px;
    }
    
}
/* --------------- */
/* Kushiro         */
/* --------------- */
#kushiro-visual{
    height: 600px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../img/kushirovisual.png);
    background-color:#D7DADC;
}
#kushiro-visual-sp{
    height: 520px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../img/kushirovisual.png);
    background-attachment: scroll;
}
#kushiro-visual-inner{
    padding-top: 250px;
}
#kushiro{
    background-color:#D7DADC;
    padding-bottom: 134px;
}
#kushiro-block-1{
    width: 432px;
    align-self: center;
}
#kushiro-block-2{
    width: 138px;
    align-self: center;
}
@media screen and (max-width: 1279px){
    #kushiro-block-1{
        width: 50%;
    }
   
}
@media screen and (max-width: 520px){
    #kushiro-visual-inner{
        padding-top: 210px;
    }
    #kushiro{
        padding-bottom: 76px;
    }
    #kushiro-block-1{
        width: 100%;
        margin: 0;
    }
    #kushiro-block-1 p{
        padding: 0 24px;
        line-height: 2rem; /*32px*/
    }
}

/* --------------- */
/* Fukutsukasa     */
/* --------------- */
#fukutsukasa-visual{
    height: 600px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../img/fukutsukasavisual.png);
    background-color:#D7DADC;
}
#fukutsukasa-visual-sp{
    height: 520px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../img/fukutsukasavisual_sp.png);
    background-attachment: scroll;
}
#fukutsukasa-visual-inner{
    background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2));
    padding-top: 250px;
    height: 350px;
}
#fukutsukasa{
    background-color:#D7DADC;
    padding-bottom: 134px;
}
#fukutsukasa-inner-1{
    width: 1120px;
    margin: 0 auto;
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
}
#fukutsukasa-inner-2{
    width: 736px;
    margin: 84px auto 0;
}
#fukutsukasa-block-1{
    width: 393px;
}
#fukutsukasa-block-2{
    width: 641px;
}
#fukutsukasa-block-3{
    /*width: 723px;*/
    width: calc(50% - 14px);
}
#fukutsukasa-block-3 img{
    width: 100%;
}
#fukutsukasa-block-4{
    width: 400px;
    margin-left: 90px;
/*    margin-right: 80px;*/
    align-self: center;
}
@media screen and (max-width: 1119px){
    #fukutsukasa-inner-1{
        width: 100%;
    }
    #fukutsukasa-inner-2{
        width: 70%;
    }
    #fukutsukasa-block-1{
        width: 35%;
    }
    #fukutsukasa-block-2{
        width: 65%;
    }
    #fukutsukasa-block-3{
        width: 70%;
    }
    #fukutsukasa-block-4{
        width: 30%;
    }
            
}
@media screen and (max-width: 520px){
    #fukutsukasa{
        padding-bottom: 74px;
    }
    #fukutsukasa-visual-inner{
        padding-top: 210px;
        height: 310px;
    }
    #fukutsukasa-block-1{
        width: 100%;
    }
    #fukutsukasa-block-2{
        width: 100%;
    }
    #fukutsukasa-block-2 p{
        padding: 0 24px;
    }
    #fukutsukasa-block-3{
        display: none;
    }
    #fukutsukasa-block-4{
        width: 100%;
        margin: 0;
    }
    #fukutsukasa-block-4 p{
        padding: 0 24px;
    }
    #fukutsukasa-inner-2{
        width: 100%;
        margin-top: 28px;
    }
    #fukutsukasa-inner-2 p{
        padding: 0 24px;
    }
    #fuku-slick-sp{
        margin-top: 40px;
    }
    .fuku-slick-content{
        width: 295px;
        padding: 0 10px;
    }
    .fuku-slick-content img{
        width: 100%;
    }
}
/* --------------- */
/* Information     */
/* --------------- */
#information{
    background-color:#3F4C57;
    background-image: url(../img/bg_beta.png);
    height: 600px;
    position: relative;
}
#information-inner{
    width: 1120px;
    margin: 0 auto;
    padding: 120px 0 0 0;
}
.sns-block{
    width: 546px;
    background-color: #fff;
    color: #000;
}
.eapps-instagram-feed-header-user-info-name a div,
.eapps-instagram-feed-header-user-info-caption a div,
.eapps-instagram-feed-header-stats-item-value,
.eapps-instagram-feed-header-stats-item-label{
    color: #000 !important;
}
#information2{
    background-color:#D7DADC;
    background-image: url(../img/bg_grd.png);
    background-repeat: repeat-x;
    min-height: 500px;
    padding-bottom: 116px;
}
@media screen and (max-width: 1119px){
    #information-inner{
        width: 100%;
    }
    .sns-block{
        width: 50%;
    }
}
@media screen and (max-width: 520px){
    #information{
        height: 420px;
    }
    #information-inner{
        width: 100%;
        margin: 0 auto;
        padding: 70px 0 0 0;
    }
    #information-inner .section-inner-flex{
        padding: 0 20px;
        width: calc(100% - 40px) !important;
    }
    #information .sns-block{
        width: 100%;
        height: 400px;
        overflow-y: scroll;
        margin-bottom: 12px;
    }
}
/* --------------- */
/* Note            */
/* --------------- */
#note{
    background-color:#D7DADC;
}
#note-inner{
    width: 1120px;
    margin: 0 auto;
    padding-bottom: 80px;
    display: flex;
    justify-content: space-between;
}
#note-left{
    width: 450px;
    align-self: center;
}
#note-right{
    width: 641px;
}
#note-left p{
    margin-top: 32px;
    line-height: 2.125rem;
    font-weight: 400;
}
#note-left .note-button{
    display: inline-block;
    border: 1px solid #47545F;
    border-radius: 45px;
    margin-top: 28px;
    padding: 20px 0;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 400;
    width: 99%;
}
#note-left .note-button:hover{
    background-color: #fff;
    color: #434E57;
    border: 1px solid #fff;
}
#note-left .note-button:hover img{
    filter: brightness(0) saturate(100%) invert(31%) sepia(12%) saturate(593%) hue-rotate(165deg) brightness(88%) contrast(91%);
}
#back2top-container{
    width: 1120px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
}
#back2top-container a{
    display: block;
    background-image: url(../img/back2top.png);
    background-size: contain;
    width: 152px;
    height: 41px;
    text-align: center;
    padding-top: 13px;
}
#back2top-container a span{
    color: #47545F;
    font-weight: 400;
}
#back2top-container a:hover span{
    opacity: 0.8;
}
@media screen and (max-width: 1119px){
    #note-inner{
        width: 100%;
    }
    #note-left{
        width: 40%;
    }
    #note-right{
        width: 60%;
    }
    #note-right img{
        width: 100%;
    }
    #back2top-container{
        width: 100%;
    }
}
@media screen and (max-width: 520px){
    #note-inner{
        margin-top: 40px;
        width: 100%;
        flex-wrap: wrap;
    }
    #note-left{
        width: 100%;
    }
    #note-right{
        width: 100%;
    }
    #note-left figure{
        margin-top: 36px;
        padding: 0 12px;
    }
    #note-left figure img{
        width: 100%;
    }
    #note-left p{
        margin-top: 16px;
        line-height: 2rem;
        padding: 0 24px;
    }
    #note-left .note-button{
        margin-top: 22px;
        width: 99%;
        padding: 14px 0 20px 0;
    }
    #back2top-container{
        width: 100%;
    }
    #back2top-container a{
        margin-right: 12px;
    }
}
/* --------------- */
/* Recruit         */
/* --------------- */
#recruit{
    width: 1116px;
    margin: 55px auto 90px auto;
}
#recruit a{
    display: flex;
    border: 1px solid #47545F;
    height: 300px;
    overflow: hidden;
}
#recruit a:hover{
    border: 1px solid #D7DADC;
    background-color: #fff;
}
#recruit-left{
    width: 475px;
    align-self: center;
    padding: 0 85px 0 95px;
}
#recruit-right{
    width: 641px;
    line-height: 0;
}
@media screen and (max-width: 1119px){
    #recruit{
        width: 100%;
        margin: 55px 0 90px 0;
    }
    #recruit a{
        height: auto;
    }
    #recruit-left{
        width: 40%;
        align-self: center;
        padding-left: 0;
    }
    #recruit-right{
        width: 60%;
    }
    #recruit-right img{
        width: 100%;
        height: auto;
    }
        
}
@media screen and (max-width: 520px){
    #recruit{
        width: 100%;
        margin: 55px 0 90px 0;
    }
    #recruit a{
        flex-wrap: wrap;
        border: 1px solid #47545F;
        height: auto;
        margin: 0 12px;
    }
    #recruit-left{
        width: 100%;
        padding: 46px 30px 48px 30px;
    }
    #recruit-right{
        width: 100%;
        align-self: flex-end;
    }
}

/* --------------- */
/* footer          */
/* --------------- */
footer{
    background-color:#D7DADC;
    padding-top: 140px;
}
#footer-inner{
    width: 1120px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
#footer-logo{
    width: 275px;
}
#footer-address{
    width: 540px;
}
#footer-menu{
    width: 260px;
}
#footer-menu ul{
    list-style-type: none;
}
#footer-menu a{
    font-size: 0.75rem; /* 12px */
    font-weight: 400;
}
footer a:hover{
    opacity: 0.8;
}
#footer-copyright{
    width: 700px;
    padding-top: 4px;
}
footer .footer-icon{
    width: 260px;
    padding-top: 16px;
}
footer .footer-icon img{
    padding-right: 5px;
}
#footer-bottom{
    width: 100%;
    margin-top: -50px;
/*
    min-height: 448px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-image: url(../img/footervisual.png);
*/
}
#footer-bottom img{
    width: 100%;
}
@media screen and (max-width: 1119px){
    #footer-inner{
        width: 100%;
    }
    #footer-address{
        width: 50%;
    }
    #footer-menu{
        width: 25%;
    }
    #footer-copyright{
        width: 70%;
    }
    footer .footer-icon{
        width: 25%;
    }
            
}
@media screen and (max-width: 520px){
    footer{
        padding-top: 70px;
    }
    #footer-inner{
        width: 100%;
    }
    #footer-logo{
        margin-left: 14px;
    }
    #footer-address{
        width: 100%;
    }
    #footer-address address{
        padding: 0 24px;
        font-size: 0.875rem; /* 14px */
        line-height: 1.5rem; /* 20px */
    }
    #footer-menu{
        width: 100%;
        margin-top: 20px;
    }
    #footer-menu ul{
        padding: 0 24px;
    }
    footer .footer-icon{
        width: 50%;
        padding: 16px 24px 0 24px;
    }
    #footer-copyright{
        width: 100%;
        padding-top: 14px;
    }
    #footer-copyright p{
        padding: 0 24px;
        font-size: 0.75rem; /* 12px */
        line-height: 1.125rem; /* 18px; */
    }               
    #footer-bottom{
        /*min-height: 137px;*/
        margin-top: 0px;
        padding-top: 0;
        /*background-size: contain;*/
    }
    
}