@charset "utf-8";

/************************************************

 Footer

************************************************/


.st-Footer {
    background-color: #452435;
    color: #fff;
    margin: 0;
    padding:0;
}

.st-Footer_SnsNav {
    color: white;
}

nav.st-Footer_Nav {
    padding: 0 5% 15%;
}

nav.st-Footer_Nav ul {
   font-size: 14px;
   line-height: 36px;
}

.st-Footer_Copy.en {
    padding: 5%;
    text-align: center;
    border-top: 1px solid #fff;
}

.st-Footer_Copy.en small {
    font-size: 10px;
    text-align: center;
}

.st-Footer_Pagetop {
    text-align: center;
    color: white;
    font-size: 10px;
    line-height: 36px;
    width: 60px;
    height: 60px;
    background: #E74291;
    position: fixed;
    bottom: 30px;
    right: 25px;
    z-index: 100;
}

.st-Footer_Pagetop p {
   display: block;
    width: 60px;
    height: 60px;
    background: #white;
    opacity: 0.7;
    z-index: 10000;
    position: relative;
}

.st-Footer_Pagetop a {
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
}

.st-Footer_Pagetop img {
    width: 80%;
    padding: 15px 0;
}
.st-Footer_Pagetop a::before {
    content: "▲";
    font-size: 12px;
    margin: 0 auto;
    text-align: center;
    width: 15px;
    height: 7.5px;
    display: block;
    padding-bottom: 10px;
}

.st-Footer_Pagetop a::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 3px;
    width: 52.5px;
    height: 52.5px;
    display: block;
    border: 1px solid #ffffff;
}

.partsLogo {
    margin: 0 auto;
    width: 55%;
    padding: 20px;
    text-align: center;
}

.partsLogo p.add {
    text-align: left;
    font-size: 12px;
    line-height: 18px;
    padding-top: 10px;
}

.st-Footer_SnsNav {
    width:  100%;
    display: block;
    margin: 0 auto;
}

.st-Footer_SnsNav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 36px;
    width: 80%;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.st-Footer_SnsNav .fab {
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background-color: #fff;
    color: #E74291;
    margin-right: 10px;
    line-height: 30px;
}

.st-Footer_SnsNav li {
   padding: 15px;
}


.st-Footer_SnsNav li.first {
    height: 60px;
    /*border-right: 1px solid #828282;*/
}

.sw-Gnav nav li .sw-cellInner span {
    display: none;
    }

    .st-Footer_Access{
        background-color: white;
        color: #452435;
    }
    .access-inr{
        display: flex;
        flex-wrap: wrap-reverse;
    }
    .access-left{
        width: 90%;
        padding: 4%;
        margin: 0 auto;
       
    }
    .access-right{
        width: 100%; 
    }
    .st-Footer_Logo{
        text-align: center;
    }
    .contact_area{
        width: 100%;
        text-align: center;
        margin: 2% auto;
        font-size: 18px;
    }
/****ここからレスポンシブ******/
@media screen and (min-width: 1024px) {
    
    .sw-Gnav nav li .sw-cellInner, .sw-Gnav nav li .sw-cellInner.last {
   
    top: 40%;
    
    }
    
   .sw-Gnav nav li .sw-cellInner span {
    font-size: 18px;
    line-height: 72px;
    display: block;
    }

    
   nav.st-Footer_Nav {
    padding: 0 5% 6%;
    width: 50%;
    margin: 0 auto;
    }
    
  nav.st-Footer_Nav ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 36px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    }
    
 nav.st-Footer_Nav li::after {
   
     content:"|";
     padding: 0 10px;
    }
    
.st-Footer_Copy.en {
    height: 60px;
    padding: 15px;
    }
    
    .btn {
    width: 600px;
    font-size: 20px;
    }
    
    
.btn a {
    line-height: 80px;
    text-decoration: none;
    }
    
    .st-Footer_SnsNav li {
    padding: 15px 30px;
    }
    
    .sw-Gnav nav li {
    font-size: 24px;
    /*line-height: 72px;*/
    height: 300px;
    }
    
    .sw-Gnav nav li a {
    width: 300px;
    height: 300px;
    }
    
    .sw-Gnav nav li::after {
    top: 20px;
    left: 20px;
    width: 260px;
    height: 260px;
    }
    
    .partsLogo img {
    width: 300px;
    }
    
    .partsLogo {
    width: 55%;
    padding: 80px 0 60px;
    }
    
    .partsLogo p.add {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    padding-top: 15px;
    }
    
    
    .st-Footer_Pagetop {
    font-size: 12px;
    line-height: 48px;
    width: 80px;
    height: 80px;
    }
    
    .st-Footer_Pagetop a {
    display: block;
    width: 80px;
    height: 80px;
    }
    
   .st-Footer_Pagetop a::before {
    content: "▲";
    text-align: center;
    width: 20px;
    height: 10px;
    padding-bottom: 15px;
    font-size: 20px;
    }*/
    
    .st-Footer_Pagetop img {
    width: 80%;
    padding: 20px 0;
    }
    
   .st-Footer_Pagetop a::after {
    top: 4.5px;
    left: 4.5px;
    width: 70px;
    height: 70px;
    }
    .access-inr{
        flex-wrap: nowrap;
    }
    .access-left{
        width: 50%;
        padding: 4%;
       
    }
    .access-right{
        width: 50%; 
    }
    .contact_area{
        font-size: 24px;
    }
}
