/** Shopify CDN: Minification failed

Line 71:9 Expected ":"
Line 71:11 Expected identifier but found "100%"

**/
@charset "UTF-8";

 /*================================
footer
================================*/

footer.pen_footer{
    background-color: #667E8B;
    color: #fff;
    padding: 3%;

}

.pen_footer_flex{
    display: flex;
    align-items: flex-start;
}
.pen_footer_cont{
    width: calc(100% / 4);
    height: auto;
    padding: 10px;
    margin: 0 auto;
}
.pen_footer_cont img{
    width: 250px;
    height: auto;
    padding: 10px 30px;
}
.pen_footer_cont p{
    font-size: 1.4rem;
    line-height: 1.8em;
    letter-spacing: .1em;
    color: #fff;
    font-weight: normal;
}
.pen_footer_cont a{
    color: #fff;
}

.pen_footer_cont_link{
    width: calc(100% / 4);
    height: auto;
    padding: 100px 10px 10px 10px;
    margin: 0 auto;
}

.pen_footer_cont_link p{
    font-size: 1.4rem;
    line-height: 1.8em;
    letter-spacing: .1em;
    color: #fff;
    font-weight: normal;
}
.pen_footer_cont_link a{
    color: #fff;
}

.pen_txtbox{
    padding: 20px;
}
.pen_sns_box{
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    width; 100%;
}
.pen_sns_box a{
    width: calc(100% / 5)
    font-size: 1.4rem;
    padding-right: 20px;
    color: #fff;
}

.pen_footer_kiyaku a{
    font-size: 1.4rem;
    padding-right: 20px;
    color: #fff;
}

.pen_footer_kiyaku{
    display: flex;
    padding: 20px;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
}
.kiyaku_txt{
    color: #fff;
}

.pen_caption {
    font-size: 1rem;
    letter-spacing: .07rem;
    line-height: calc(1 + .7 / var(--font-body-scale));
    color: #fff;
    text-align: center;
}
.pen_caption a{
    color: #fff;
}

@media screen and (max-width:900px) {

    .pen_footer_flex{
        flex-direction: column;
        margin: 0 auto;
        text-align: center;
    }
    .pen_footer_cont{
        width: calc(100% / 1);
        height: auto;
        padding: 10px;
        margin: 0 auto;
    }
    .pen_footer_cont_link{
        display: none;
    }
    .pen_footer_kiyaku{
        flex-direction: column;
    }

  .pen_sns_box{
    justify-content: center;
}

}

