@charset "utf-8";

/*230508 電話表記復活用*/
.common_footer_tel {
    display: none !important;
}

.pc_display {
    display: block;
    clear: both;
}

.pc_display.flex {
    display: flex;
}

.sp_display {
    display: none !important;
    clear: both;
}

@media screen and (max-width:601px) {
    .sp_display {
        display: block !important;
    }

    .sp_display.flex {
        display: flex;
    }

    .pc_display {
        display: none !important;
    }
}

/*フッター共通*/
section#common_footer {
    margin-bottom: 0;
    padding-bottom: 0;
}

#common_footer {
    z-index: 9999;
    position: relative;
    min-width: 100%;
    height: auto;
    background: #fff;
    /*    margin-top: 20px;*/
}

@media screen and (max-width:600px) {
    #common_footer {
        line-height: 5.5vw;
        height: auto;
        overflow: visible;
        display: flow-root;
    }
}

@media screen and (min-width:601px) {
    #common_footer {
        z-index: 0;
        height: auto;
        overflow: visible;
        display: flow-root;
    }

    #common_footer a:hover {
        cursor: pointer;
    }

    body {
        overflow-x: hidden;
    }
}

@media screen and (min-width:601px) {
    #lower_footer {
        /*	width:200vw;*/
        /*        margin: 0 -100vw;*/
    }
}

#common_footer li {
    list-style: none;
}

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

    #common_footer ul,
    #common_footer li {
        margin: 0;
        padding-left: 0;
    }

}

#common_footer li {
    text-align: left;
}

#common_footer a,
#common_footer p {
    font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
    color: #4c4c4c;
    text-decoration: none;
    font-size: 2.8vw;



}

#common_footer a {

    font-weight: 500;
}

#common_footer h2 p {
    padding: 0;
    margin: 0;
}

#common_footer hr {
    width: 100%;
    border: none;
    height: 1px;
    background-color: #cccccc;
}

@media screen and (min-width:600px) {
    #common_footer {
        position: relative;
        min-width: 100%;
        height: auto;
        overflow: visible;
        display: flow-root;
        background: #fff;
        padding-bottom: 40px;
    }

    .common_footer_info {
        margin: auto;
        padding: 30px 0;
        display: flex;
        width: 840px;
    }

    .common_footer_info h2 {
        width: 180px;
        text-align: left;
    }

    #common_footer .common_footer_info h2 p {
        text-align: left;
    }

    .common_footer_info .common_footer_ttl {
        margin: 0 30px 0 0;
        padding: 0 0 0 0;
    }

    .common_footer_info ul {
        margin: 0;
        padding: 0;
        display: block;
    }

    .common_footer_info ul li {
        border: none !important;
    }

    .common_footer_info ul li:not(:last-child) {
        margin-bottom: 20px;
    }






    #common_footer ul {
        padding: 0;
    }

    li {
        list-style: none;
    }

    .common_footer_click {
        bottom: 40px;
        right: 40px;
        position: absolute;
    }


    #common_footer hr {
        width: 200vw;
        margin-left: -100vw;
        border: none;
        height: 1px;
        background-color: #cccccc;
    }

    #common_footer a,
    #common_footer p,
    .chui {
        font-family: "Noto Sans JP", "Century Gothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
    }

    .chui {
        font-size: 11px;
        color: #e22727;
        font-weight: bold;
    }
}



/*---コンテンツタイトル---*/

#common_footer .common_footer_ttl {
    color: #000;
    /*タイトルの色*/
    font-weight: bold;
    background: none;
}

#common_footer .common_footer_ttl p {
    font-size: 5.3vw;
    color: #4c4c4c;
    text-align: center;
    font-weight: 600;
}

@media screen and (min-width:601px) {



    #common_footer .common_footer_ttl p {
        font-size: 14px;
    }
}

#common_footer .common_footer_ttl_jp {
    font-family: "Noto Sans JP", "Century Gothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;

    font-size: 3.0vw;
    color: #4c4c4c;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0;
    display: block;
    font-weight: normal;
}

#common_footer .common_footer_calendar .common_footer_ttl_jp {
    margin: 0;
}

@media screen and (min-width:601px) {

    #common_footer .common_footer_calendar .common_footer_ttl_jp {
        margin: 0;
        text-align: center;
        display: block;

    }

    #common_footer .common_footer_calendar .common_footer_ttl {
        position: relative;
        text-align: center;
        margin: 0 0 35px 0;
    }

    #common_footer .common_footer_calendar .common_footer_ttl::before {
        content: '';
        position: absolute;
        bottom: -15px;
        width: 30px;
        height: 1px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: black;
    }
}

@media screen and (min-width:601px) {
    .common_footer_info2 {
        background: #f5f5f5;
        display: grid;
    }

    .common_footer_info2_wrap {
        background: #f5f5f5;
    }

    #common_footer .common_footer_ttl_jp {
        font-size: 11px;
        color: #4c4c4c;
        font-weight: normal;
        margin: 5px 0;
        padding: 0;
        display: inline-block;
    }
}

/*---重要なお知らせ---*/

.common_footer_info {
    width: 100%;
    height: auto;
    margin: 0 0 35px 0;
    padding: 40px 0 0 0;
    display: block;
}

.common_footer_info .tyoukyu a span {
    display: inline-block;
    background: #ff0000;
    color: #ffffff;
    border-radius: 2px;
    padding: 4px;
    font-size: 10px;
    line-height: 10px;
    margin: 0 6px 0 0;
    vertical-align: middle;
}

@media screen and (min-width:601px) {
    .common_footer_info {
        margin: auto;
        padding: 30px 0;
        display: flex;
        width: 840px;
    }

    #common_footer a,
    #common_footer p {
        font-size: 11px;
        color: #4c4c4c;
        padding: 0;
        line-height: 1.8rem;

    }

    #common_footer a {
        width: fit-content;
        text-wrap: nowrap;
    }
}

.tell_wind_announce img {
    width: 100%;
}

.common_footer_info ul {
    margin: 0;
    padding: 10px 0;
    display: block;
}

@media screen and (min-width:601px) {
    .common_footer_info ul {
        width: 100%;
    }

}

.common_footer_info ul li:first-child {
    border-top: 1px solid #cccccc;
}

.common_footer_info ul li {
    border-bottom: 1px solid #cccccc;
    line-height: 50px;
    padding: 0 3% !important;
}

@media screen and (min-width:601px) {
    .common_footer_info ul li {
        padding: 0;
    }
}

.common_footer_info ul li a {
    font-size: 0.9rem;
    line-height: 17px;
    margin: 0;
    padding: 10px 20px 10px 0;
    display: block;
    align-items: center;
    position: relative;
}

@media screen and (min-width:601px) {
    .common_footer_info_list li {
        text-align: left;
    }
}

.common_footer_info_list .pickup:before {
    content: "重要";
    display: inline-block;
    background: #ff0000;
    color: #ffffff;
    border-radius: 2px;
    padding: 1%;
    font-size: 10px;
    line-height: 10px;
    margin: 0 1% 0 0;
    vertical-align: middle;
}


/*配送・カレンダー問い合わせここから*/
@media screen and (min-width:601px) {
    #cal_guide_contact-wrap {
        display: grid;
        place-items: center;
        grid-template-columns: 175px 466px 260px;
        width: 850px;
        margin: 0 auto;
    }
}

@media screen and (min-width:601px) {
    #post_deliv {
        display: flex;
        width: 920px;
        margin: 20px auto 0;

    }
}

.common_footer_pc_postage {
    width: 390px;
    border-right: 1px solid #cccccc;
}

.common_footer_pc_delivery {
    width: 425px;
}

.common_footer_pc_postage,
.common_footer_pc_delivery {
    padding: 30px 36px 50px;
    margin: 0 0 40px 0;
    display: block;
    position: relative;
}

#post_deliv .common_footer_pc_ttl p {
    font-size: 14px;
    color: #4c4c4c;
    text-align: center;
}

.common_footer_pc_postage .common_footer_pc_ttl,
.common_footer_pc_delivery .common_footer_pc_ttl,
.common_footer_pc_guide .common_footer_pc_ttl,
.calendar .common_footer_pc_ttl,
.common_footer_pc_contact .common_footer_pc_ttl {
    position: relative;
    text-align: center;
    margin: 0 0 35px 0;
}

.common_footer_pc_postage .common_footer_pc_ttl:before,
.common_footer_pc_delivery .common_footer_pc_ttl:before,
.common_footer_pc_guide .common_footer_pc_ttl:before,
.calendar .common_footer_pc_ttl:before,
.common_footer_pc_contact .common_footer_pc_ttl:before {
    content: '';
    position: absolute;
    bottom: -15px;
    width: 30px;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: black;
}

.common_footer_pc_postage table,
.common_footer_pc_postage td,
.common_footer_pc_postage th {
    border: 1px solid #e0e0e0;
    border-collapse: collapse;
}

.common_footer_pc_postage td,
.common_footer_pc_postage th {
    padding: 3px;
    width: 80px;
    height: 20px;
    text-align: center;
}

.common_footer_pc_postage .common_footer_pc_postage_list {
    margin: 30px 0 0 0;
    padding: 0;
    vertical-align: middle;
    display: block;

}

.common_footer_pc_postage tr:nth-child(odd) {
    background: #f7f7f7;
}

.common_footer_pc_postage .common_footer_pc_ex {
    margin: 10px 0 20px 0;
    padding: 0;
    display: block;
    width: 100%;
    line-height: 20px;
    text-align: left;
}

.common_footer_pc_postage th {
    background: #f0e6cc;
}

.even {
    background: #fbf8f0;
}

.odd {
    background: #fefcf9;
}

.common_footer_pc_click {
    position: absolute;
    bottom: -40px;
    right: 12px;
}

.common_footer_pc_click.deliv {
    bottom: -122px;
}

.common_footer_pc_ex {
    position: relative;
}

.common_footer_pc_click a {
    position: relative;
}

.common_footer_pc_click a::after {
    right: -1rem;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    content: '';
    position: absolute;
    top: 50%;
    right: -11px;
    display: block;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
}

.common_footer_pc_click a:hover::after {
        transform: translateX(6px) rotate(45deg);
}

/*---配送---*/

.common_footer_pc_delivery table,
.common_footer_pc_delivery td,
.common_footer_pc_delivery th {
    border: 1px solid #595959;
    border-collapse: collapse;
}

.common_footer_pc_delivery td,
th {
    padding: 3px;
    width: 150px;
    height: 40px;
    text-align: center;
}

.common_footer_pc_delivery .common_footer_pc_delivery_list {
    margin: 30px 0 0 0;
    padding: 0;
    display: block;
    vertical-align: middle;
    letter-spacing: 0.04em;
}

.common_footer_pc_delivery .common_footer_pc_ex {
    margin: 10px 0 0 0;
    padding: 0;
    display: block;
    width: 100%;
    line-height: 20px;
    text-align: left;
}

.common_footer_pc_delivery th {
    background: #f0e6cc;
}

.even {
    background: #fbf8f0;
}

.odd {
    background: #fefcf9;
}


/*--利用ガイド--*/

.common_footer_guide {
    margin: 0;
    padding: 0;
    display: block;
}

@media screen and (min-width:601px) {
    .common_footer_guide .common_footer_ttl {
        position: relative;
        margin-bottom: 40px;
        text-align: center;
    }

    .common_footer_guide .common_footer_ttl::before {
        content: '';
        position: absolute;
        bottom: -15px;
        width: 30px;
        height: 1px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: black;
    }

}

#common_footer .common_footer_ttl p {
    padding: 0;
}

@media screen and (min-width:601px) {
    .common_footer_guide {
        width: 180px;
        padding: 40px 0 0 0;
    }
}

.common_footer_guide ul {
    border-top: 1px solid #cccccc;
    width: 100%;
    height: auto;
    margin: 0 0 40px 0;
    padding: 0;
    display: block;
    float: right;
}


.common_footer_guide ul li {
    border-bottom: 1px solid #cccccc;
    box-sizing: border-box;
    float: left;
    width: 50%;
}


.common_footer_guide ul li a {
    margin: 0;
    padding: 10% 0% 10% 4%;
    ;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 0.9rem;
}


.common_footer_guide ul li:nth-child(odd) {
    border-right: 1px solid #cccccc;
}

@media screen and (min-width:601px) {
    .common_footer_guide ul {
        border: none;
    }

    .common_footer_guide ul li {
        width: 100%;
        border: none !important;
        margin-bottom: 16px;
    }

}

.common_footer_info ul li a::after,
.common_footer_guide ul li a::after {
    content: '';
    position: absolute;
    top: 50%;
    display: block;
    width: 5px;
    height: 5px;
    margin-top: -4px;
    border-top: 2px solid #444;
    border-right: 2px solid #444;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
}

.common_footer_info ul li a:hover::after,
.common_footer_guide ul li a:hover::after {
    transform: translateX(6px) rotate(45deg);
}

.common_footer_info ul li a::after {
    right: 2%;
}



.common_footer_guide ul li a::after {
    right: 5%;
}

@media screen and (min-width:601px) {

    .common_footer_info ul li a::after,
    .common_footer_guide ul li a::after {
        width: 6px;
        height: 6px;
        margin-top: -3px;
        border-top: 1px solid #333;
        border-right: 1px solid #333;
        content: '';
        position: absolute;
        top: 50%;
        right: -31px;
        display: block;
        transform: rotate(45deg);
    }
}

/*--問い合わせ--*/
.common_footer_contact {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;

}

@media screen and (min-width:601px) {
    .common_footer_contact {
        width: 220px;
        align-self: start;
        margin: 40px 0;
    }

    .common_footer_contact h2 {
        position: relative;
    }
}

@media screen and (min-width:601px) {
    .common_footer_contact .common_footer_ttl {
        margin-bottom: 35px;
        text-align: center;
    }

}

@media screen and (min-width: 601px) {
    .common_footer_contact .common_footer_ttl::before {
        content: none;
        position: absolute;
        bottom: -15px;
        width: 30px;
        height: 1px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: black;
    }
}

.common_footer_contact p {
    text-align: center;
    font-size: 0.9rem;
}

.common_footer_contact .common_footer_ex {
    width: 100%;
    margin: 20px 0 50px 0;
    padding: 10px 0;
    display: block;
}

.common_footer_contact .common_footer_ex p {
    font-size: 0.9rem;
    text-align: center;
    margin: 0;
}

@media screen and (min-width: 601px) {
    .common_footer_contact .common_footer_ex p {
        text-align: left;
    }
}


.common_footer_tel {
    width: 80%;
    text-align: center;
    padding: 5vw 0 4vw;
    margin: 0 auto 10px;
    border: 1px solid #666;

}

.common_footer_number {
    display: flex;
    font-size: 2.8vw;
    display: flex;
    justify-content: center;
}

.common_footer_tel a {
    font-weight: 500;
}


.common_footer_tel .common_footer_number .telNumb {
    font-size: 5vw !important;
    line-height: 5vw;
    font-family: 'lato', 'sans-serif' !imporant;
    font-weight: 600;
}

.common_footer_mail {
    width: 80%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    display: block;
    background: url(/smaf/images/smf-direct.gif) no-repeat 96% 50.2%;
    background-size: 2.5%;
}


.common_footer_mail a {
    font-size: 1.1rem;
    color: #666;
    display: block;
    padding: 15px 23px;
    border: 1px #666 solid;
}




@media screen and (min-width:601px) {

    .common_footer_tel {
        width: 210px;
        text-align: center;
        padding: 0px 0;
        border: none;

    }

    .common_footer_number {
        font-size: 14px;
    }

    .common_footer_tel .common_footer_number .telNumb {
        font-size: 18px !important;
    }

    .common_footer_businesshours {
        margin: 5px 0 0 0;
        line-height: 1.6rem;
    }

    .common_footer_mail {
        width: 100%;
        background: url(/smaf/images/smf-direct.gif) no-repeat 94% 52.2%;
        background-size: 2.5%;
    }

    #common_footer .common_footer_mail a {
        margin: 0px auto;
        padding: 10px 12px 10px 12px;
        display: block;
        text-align: center;
    }
}

.common_footer_tel .common_footer_number a {
    font-size: 2.3rem;
    font-weight: bold;
}




/*--カレンダー--*/
.common_footer_calendar {
    width: 100%;
    height: auto;
    margin: 0 0 35px 0;
    padding: 0;
    display: block;
}

@media screen and (min-width:601px) {
    .common_footer_calendar {
        width: 426px;
        grid-row-start: 1;
        grid-column-start: 2;
        align-self: start;
        padding: 40px 20px;
        border-right: solid #ccc 1px;
        border-left: solid #ccc 1px;
    }
}

.cal_month {
    font-size: 1.1rem;
    margin: 0;
    padding: 5% 0;
    text-align: center;
}

.common_footer_calendar_wrap {
    margin: 0 4% 2%;
    padding: 0;
    display: inline-block;
    width: 92%;
}

@media screen and (min-width:601px) {
    .common_footer_calendar_wrap {
        /*        width: 434px;*/
        display: block;
        margin: 0 auto;
        height: 220px;
        padding: 0;
    }
}

#cal0 {
    margin: 0 2% 0 0;
}

#cal1 {
    margin: 0;
}

div.cal_wrapper {
    width: 49% !important;
    padding: 0 !important;
    display: table;
    padding: 0;
    display: inline-block;
    float: left;
}


.common_footer_calendar .common_footer_ex p {
    font-size: 0.9rem;
    text-align: center;
}

.common_footer_ex {
    display: block;
}

@media screen and (min-width:601px) {
    .common_footer_mail a {
        padding: 0 15px 20px;
        padding: 0px;
        display: block;
    }

    .common_footer_contact .common_footer_ex {
        width: 92%;
        margin: 6px auto 16px;
        padding: 0px 0;
        display: block;
        display: block;
    }
}

/*---nav---*/

.common_footer_nav {
    background: #262626;
    width: 100%;
    text-align: center;
    padding: 2% 0;
    margin: 0;
    display: block;
}

.common_footer_nav ul li a {
    margin: 0;
    padding: 10px 0;
    display: block;
    font-size: 0.9rem;
}




/*---SNS---*/

.common_footer_sns {
    background: #ececec;
    width: 100%;
    padding: 5% 0;
    margin: 0;
}



.common_footer_sns img {
    width: 29px;
    filter: brightness(0.5);
}

@media screen and (min-width:601px) {
    .common_footer_sns {
        background: #9e9e9e;
        height: 56px;
        display: flex;
        justify-content: center;
        align-items: center;
        page-break-after: 0;
        ;
        padding: 0;
        width: 100%;
        justify-content: center;

    }

    #common_footer .common_footer_sns .common_footer_ttl.pc_display {
        color: #fff;
        font-weight: bold;
        display: block;
        font-size: 16px;
        margin-right: 10px;
    }

    .common_footer_sns img {
        /* max-width: 29px; */
        filter: none;
    }

    .common_footer_sns a img:hover {
        opacity: 0.5;
    }

}

.common_footer_sns_inner {
    padding: 0 30% !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

@media screen and (min-width:601px) {
    .common_footer_sns_inner {
        padding: 0 !important;
    }

    /* .common_footer_sns_inner li {
        margin: 0 4px;
    } */
}

/*PC*/
.common_footer_pc_ttl {
    color: #fff !important;
    margin: auto 15px !important;
    font-weight: bold;
    font-size: 16px !important;
}

@media screen and (min-width:601px) {
    #common_cat_campany {
        display: flex;

        width: 920px;
        margin: 40px auto;
        background: #f5f5f5;
        gap: 50px;

    }

    #common_cat_campany .common_footer_pc_ttl p {
        text-align: left;
    }

    #common_cat_campany p {
        text-align: left;
    }
}

/*カテゴリ*/

.common_footer_pc_category {
    margin: 0;
    padding: 0 0 0 50px;
    display: block;
    width: 650px;
}

#common_footer .common_footer_pc_category .common_footer_pc_ttl {
    margin: 0 !important;
}

#common_footer .common_footer_pc_category .common_footer_pc_ttl p {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}

#common_footer .common_footer_pc_category .cate {
    display: flex;
}

#common_footer .common_footer_pc_category .cate ul {
    margin-top: 5px;
}

#common_footer .common_footer_pc_category .cate li {
    margin: 15px 50px 0 0;
    padding: 0;
    display: block;
}


.common_footer_pc_company.pc_display .common_footer_pc_ttl p {
    font-size: 14px !important;
    margin: 0;
}

.common_footer_pc_company.pc_display .company_profile {
    margin-top: 16px;
}

.common_footer_pc_company.pc_display .common_footer_pc_ttl {
    margin: 0 !important;
}

.common_footer_pc_company.pc_display p {
    margin-top: 5px;
    line-height: 30px;
}

@media screen and (min-width:601px) {
    .common_footer_about_inner {
        width: 490px;
        margin: 0 auto;
    }

    #common_footer .common_footer_about_inner li {
        text-align: center;
    }

}



.common_footer_pc_feature.pc_display .common_footer_pc_ttl p {
    font-size: 14px !important;
    margin: 0;
}

.common_footer_pc_feature.pc_display .common_footer_pc_ttl {
    margin: 0 !important;
}

.common_footer_pc_feature.pc_display p {
    margin-top: 5px;
    line-height: 30px;
    margin-top: 16px;
}

.common_footer_pc_feature.pc_display p a {
    text-decoration: underline !important;
}

@media screen and (min-width:601px) {
    .common_footer_about_inner {
        width: 490px;
        margin: 0 auto;
    }

    #common_footer .common_footer_about_inner li {
        text-align: center;
    }

}

/*---利用規約等---*/

.common_footer_about {
    margin: 0 auto;
    padding: 3% 0;
    text-align: center;
    background: #ececec;
}

@media screen and (min-width:601px) {
    .common_footer_about {
        margin: 0 auto;
        padding: 15px 0;
        text-align: center;
        background: #fff;
    }

}

.common_footer_about a {
    font-size: 0.9rem;
}

.common_footer_about ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.common_footer_about ul li {
    list-style-type: none;
    color: #000;
    flex-grow: 1;
    text-align: center;
}

.common_footer_about ul li+li {
    border-left: 1px solid #000;
}

@media screen and (max-width:600px) {
    #common_footer .common_footer_guide ul {
        margin: 0 0 40px 0;
    }

    #common_footer .common_footer_about ul li {

        text-align: center;
    }
}

/*---コピーライト---*/
.common_footer_copyright {
    text-align: center;
    padding: 0 5% 8% 5%;
    background: #ececec;
}


.common_footer_copyright p {
    text-align: center;
    font-size: 0.9rem;
    margin: 0;
}

@media screen and (min-width:601px) {
    .common_footer_copyright {
        text-align: center;
        padding: 0 1% 1%;
        background: #fff;
    }

    #common_footer .common_footer_copyright p {}

}

@media screen and (max-width:601px) {
    #common_footer .common_footer_nav_inner li {
        text-align: center;
    }
}

div.cal_wrapper table.cal tr td {
    padding: 0 !important;
}

div.cal_wrapper table.cal tr.headline td {
    padding: 5px 0 !important;
}


div.cal_wrapper table.cal {
    width: 100% !important;
}

div.cal_wrapper table.cal tr td div {
    padding: 5px !important;
    color: #666;
    letter-spacing: -0.01rem;
}

@media screen and (max-width: 374px) {
    .common_footer_sns_inner {
        padding: 0 25%;
    }

    div.cal_wrapper {
        width: 80%;
        padding: 3% 10%;
    }



}



/* ▼footer新カラー */
#common_footer hr {
    display: none;
}

.common_footer_info {
    display: none !important;
}

.common_footer_info1 {
    /* width: 100vw; */
    /* margin: 0 calc(50% - 50vw); */
    width: 100%;
}

.common_footer_info2_wrap {
    background: #262626 !important;
}

.common_footer_sns {
    background: transparent !important;
    margin: 15px 0 !important;
}

#common_cat_campany {
    background: #262626 !important;
}

#common_cat_campany p,
#common_cat_campany a {
    color: #fff !important;
}

.common_footer_about {
    background: #262626 !important;
}

.common_footer_about ul li+li {
    border-left: 1px solid #fff !important;
}

#common_footer .common_footer_about ul li a {
    color: #fff !important;
}

.common_footer_copyright {
    background: #262626 !important;
}

.common_footer_copyright p {
    color: #fff !important;
}

/* ▲footer新カラー */