body {



    font-family: 'Noto Sans JP', sans-serif;

}

a {
    text-decoration: none;
}

h2,
h3 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    text-align: center;

}

body h2 {
    font-size: 24px;
    line-height: calc(28/24);
    font-weight: 900;
    color: #2C2C2C;
}

/* 共通 */
.br__pc {
    display: none;
}

.ttl__icon {
    width: 80px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.ttl__under {
    width: 100px;
    margin: 0 auto;
    margin-top: 10px;
}

.sub__ttl {
    font-family: 'Bungee Inline', cursive;
    text-align: center;
    font-size: 20px;
    margin-top: 5px;
    color: #2C2C2C;
    position: relative;
    z-index: 1;
}

.common__btn {
    font-family: 'Kosugi Maru', sans-serif;
    max-width: 348px;
    height: 60px;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    background-color: #EA531B;
    border-radius: 50px;
    position: relative;
    z-index: 10;

}

.common__btn a {

    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    /* margin-right: 40px;
    margin-left: auto; */
}

.common__btn a::after {
    content: "";
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-image: url('img/common__btn__icon.png');
    margin-left: 8px;


}



.header {
    margin-bottom: 70px;

}


.header__pc__nav__wrap {
    display: none;
}

.header__sp__wrap {
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0;
}

.header__sp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 0 13px; */
    position: fixed;
    z-index: 1000;
    background-color: #fff;
    width: 100%;
    padding: 15px;

    filter: drop-shadow(2px 0 3px rgba(0, 0, 0, 0.267));
}

.header__sp__nav__wrap {}


.header__sp__l-wrap {
    /*  display: flex;
      align-items: center; */
}

.header__sp__r-wrap {
    /* display: flex;
     align-items: center; */
    /*  margin-right: 61px;
     height: 56.92px; */
    width: 34px;
    height: 40px;


}

.js-header__nav-btn__menu {
    font-size: 12px;
    margin-top: auto;

}

.header__sp__logo {
    width: 100px;

}

/* .header__sp__mail__icon {
     width: 42.67px;
     margin-right: 26%;
 } */

.header__sp__r-cart {
    width: 30px;
    margin-right: 15px;
}



.header__sp__nav__wrap {
    background-color: #3C3C3C;
    width: 100%;

    position: fixed;
    z-index: 100;
    top: 0;

    /* display: none; */
    margin-left: -15px;
    overflow: hidden;
    margin-left: auto;

    transform: translateX(-15px);

    width: 0%;

    left: auto;
    right: -15px;
    transition: width .5s;
}

.header__sp__nav {
    padding: 86px 30px 40px;
    margin: 0 auto;
    width: 100vw;
}

.header__sp__nav>li {
    font-size: 20px;
    text-align: center;
    color: #fff;




}

.header__sp__nav>li:not(:last-child) {}

.header__sp__nav>li:nth-child(1)::after,
.header__sp__nav>li:nth-child(2)::after {
    /*  content: url("img/header__sp__nav__arrow-r.svg");
     display: inline-block;
     width: 7.6px;
     position: absolute;
     right: 0;
     left: auto;
     top: 1px; */

}

.header__sp__nav>li:not(:last-child) {
    margin-bottom: 23px;
}


.header__sp__nav li a {

    color: #fff;
}





.header__sp__r-online {
    display: none;
}







/* ヘッダーsp ハンバーガーメニューBTN */

.l-header__nav-btn {
    /*  width: 20px; */
    font-size: 10px;
    /*  position: absolute; */
    z-index: 510000;
    /*   margin-right: 0;
     margin-left: auto; */
    height: 100%;
    /*  right: 0; */
    /* background-color: #eba03b; */
    cursor: pointer;

    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1000;



}

.l-header__nav-btn-inner {
    /*  display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -webkit-box-align: end;
     -ms-flex-align: end;
     align-items: flex-end;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     position: relative;
     height: 100%;
     height: 55px;
     bottom: 0;
     height: 100%;
     width: 100%; */
    /*  position: relative; */
}

.l-header__nav-btn .l-header__nav-btn-inner .l-header__nav-btn-line {
    /*  position: absolute; */
    /*  width: 55%;
     bottom: 45.5%; */
    position: relative;
}

#btn_spmenu span {
    display: block;
    /* width: 30px; */
    height: 3px;
    background-color: #000;
    margin: 0 auto;
    transition: all .3s ease-in-out;
    border-radius: 50px;
    width: 20px;
    right: 0;
    left: 0;
}

.l-header__nav-btn .l-header__nav-btn-inner div span:nth-child(1) {
    /* top: calc(50% - 7px); */

}

.l-header__nav-btn .l-header__nav-btn-inner div span:nth-child(2) {
    top: calc(50% + 8px);

}

.l-header__nav-btn .l-header__nav-btn-inner div span:nth-child(3) {
    top: calc(50% + 16px);

}

body.is_menu_open #btn_spmenu span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    top: 50%;
    margin-top: 0;
    background-color: #fff;
    margin-top: 10px;
}

body.is_menu_open #btn_spmenu span:nth-child(3) {
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    margin-top: 0;

    background-color: #fff;

    margin-top: 10px;
}

body.is_menu_open #btn_spmenu span:nth-child(2) {
    width: 0;
    left: 50%;
    /* width:30px; */
}

.l-header__nav-btn .l-header__nav-btn-inner div span {
    display: block;
    position: absolute;
    /*  height: 1px; */
    width: 100%;
    /* left: 0; */
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    background-color: #fff;
}

/* ハンバーガーメニュー関連 */

body.is_menu_open {
    position: fixed;
    width: 100%;
    height: 100%;
}

/* ヘッダーsp ハンバーガーメニューblack_bg */

body.is_menu_open #js_black_bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 50;
}

.header__sp__nav__member {
    font-size: 16px;
    background-color: #fff;
    width: 120px;
    height: 32px;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 37px;

}

.header__sp__nav .header__sp__nav__member a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #3C3C3C;
    padding-bottom: 3px;
}

.header__sp__nav .header__sp__nav__member a::before {
    content: "";
    background-image: url('img/member__icon01.png');
    display: inline-block;
    background-size: contain;
    width: 17px;
    height: 16px;
    background-repeat: no-repeat;
    position: relative;
    top: 1px;
    margin-right: 3px;

}


.header__sp__r-sns__wrap {
    background-color: #CB0410;
    position: fixed;
    z-index: 150;
    bottom: 0;
    width: 100%;
    height: 90px;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    padding-top: 16px;

    /* display: none; */
}

.header__sp__r-sns__list {
    display: flex;
    justify-content: center;
    /* max-width: 316px;
 */
    margin: 0 auto;
    align-items: center;


}

.header__sp__r-sns__list__img {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
}

.header__sp__r-sns__list li {}

.header__sp__r-sns__list li a {
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
}

.header__sp__r-sns__list__dt {
    font-size: 12px;
    margin-top: auto;
    margin-bottom: 0;
    text-align: center;

}

.pankuzu {
    display: flex;
    color: #080808;
    font-size: 12px;
    height: 37px;
    align-items: center;
    margin-left: 20px;

}

.home_icon {
    width: 15px;
    margin-right: 10px;
}

.link_page {
    margin-right: 10px;
    text-decoration: underline;
}

.link_page a {
    color: #080808;
}

.pankuzu_arrow {
    margin-right: 10px;
}

.now_page {
    text-decoration: underline;
}

.content__wrapper {
    margin: 0 15px;
}

/* フッター */
.banner {
    margin: 60px 15px;
}

.banner__list__wrap {}

.banner__list01 {
    width: calc(283/345*100%);
    margin: 0 auto;
}

.banner__list01 li img {
    width: 100%;
}

.banner__list01 li:nth-child(2) {
    /*  width: calc(187/345*100%); */
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;

}

.banner__list02 {
    width: calc(200/345*100%);
    margin: 0 auto;
    margin-top: 20px;
}

.banner__list02 li {
    margin-bottom: 20px;
}

.banner__03 {
    width: calc(283/345*100%);
    margin: 0 auto;
    margin-top: 20px;
}

.banner__04 {
    width: calc(283/345*100%);
    margin: 0 auto;
    margin-top: 20px;
}

.banner__list04 {
    margin-top: 20px;
}

.banner__list04 li:nth-child(1) {
    width: calc(200/345*100%);
    margin: 0 auto;
    margin-bottom: 20px;

}

.banner__list04 li:nth-child(2) {
    width: calc(187/345*100%);
    margin: 0 auto;

}

.foot__logo {
    width: calc(100/345*100%);
    margin: 0 auto;
    margin-top: 60px;
}

.footer__wrap {
    background-color: #3C3C3C;
    text-align: center;
    padding: 17px 0 20px;
    font-size: 14px;
    font-family: 'Kosugi Maru', sans-serif;
}

.footer__wrap a {
    color: #fff;
}

.footer__nav01 {}

.footer__nav01 li {
    margin-bottom: 15px;


}

.footer__nav02 {
    margin-top: 58px;
}

.footer__nav02 li {
    background-color: #fff;
    width: 138px;
    margin: 0 auto;
    height: 34px;
    border-radius: 10px;


}

/* 仮 */
.footer__nav02 li {
    width: 194px;


}

.footer__nav02 li:not(:first-child) {
    width: 194px;
    margin-top: 20px;
    font-size: 11px;
}

.footer__nav02 li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

.cw {
    font-size: 12px;
    text-align: center;
    background-color: #000;
    height: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: calc(16/12);
    margin-bottom: 90px;
}

.back-to-top__btn {
    width: 40px;
    position: fixed;
    bottom: 110px;
    right: 15px;
    cursor: pointer;
    display: none;
    z-index: 100;

}

.stripe {
    background: repeating-linear-gradient(-31deg, #e2e7eb 0, #e2e7eb 5px, #FFF 5px, #fff 8px);
    text-align: center;
    padding: 20px 0;
}

.stripe a {
    text-align: center;
    margin: 5px auto 0px auto;
    color: #0500F5;
    border-bottom: 1px solid #0500F5;
    display: inline-block;
}

.tano_logo {
    margin-bottom: 10px;
}

.stripe .txt__link {
    padding-bottom: 10px;
}

.table_banner {
    border-collapse: collapse;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
}

.table_banner {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 10px;
}

.table_banner td {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-right: 5px;
}

.table_banner_top td {
    display: table-cell;
    vertical-align: top;
}

.ml {

    display: none;
}

.header__sp__r-sns__list li:not(:first-child) {
    width: calc((100% - 55px)/2);
    line-height: 1.3;

}

.ml-sp {
    background-color: #fff;
    /*  position: fixed; */
    text-align: center;



    border-radius: 8px;

    font-size: 12px;
    font-weight: 600;
    margin-left: 10px;
    position: relative;
    top: 2.5px;

}

.ml-sp02 {
    background-color: #FFED48;
}

@media screen and (max-width: 360px) {
    .ml-sp {
        font-size: 10px;
    }
}




.ml-sp a {
    color: #CB0410 !important;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 10px 10px;

}

.header__sp__r-sns__list li .ml-sp02 a {
    color: #3C3C3C !important;
}

.header__sp__r-sns__wrap {
    padding: 10px 10px;

}

/* .mega__icon a {


    background-color: yellow;
    padding: 2px 1px;
    color: #000 !important;

} */

/* .mega__icon{
    position: relative;
    width: 200px;
    margin: 0 auto;
}

.mega__icon::before{
    content: " ";
    background-image: url('img/megaphone.svg');
    display: inline-block;
    background-repeat: no-repeat;
    background-size:contain;
    width: 35px;height: 35px;
    transform: rotate(-7deg);
    position: relative;
    top:-8px;
    margin-right: 5px;
    min-width:30px;
    position: absolute;
    left: 0;


} */


/* .footer__mega__icon a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: start;

    background-color: yellow;
    padding: 2px 1px;
    color: #000;
    width: 90px;
    margin: 0 auto;

} */

/*  .footer__mega__icon::before{
        content: " ";
        background-image: url('img/megaphone.svg');
        display: inline-block;
        background-repeat: no-repeat;
        background-size:contain;
        width: 25px;height: 25px;
        transform: rotate(-7deg);
        position: relative;
        top: -5px;
        margin-right: 5px;
        position: absolute;
        left: 0;

    }

    .footer__mega__icon{
        width: 141px;
        margin: 0 auto;
        position: relative;
    } */


@media screen and (min-width: 768px) {
    .br__sp {
        display: none;
    }

    .br__pc {
        display: block;
    }

    .common__btn {

        max-width: none;
        width: 387px;
        height: 64px;
        font-size: 24px;
        text-align: center;
        margin: 0 auto;
        background-color: #EA531B;
        border-radius: 50px;
        position: relative;
        z-index: 10;

        transition: background-color .5s;


    }

    .common__btn a::after {
        content: "";
        display: inline-block;
        background-size: contain;
        background-repeat: no-repeat;
        width: 24px;
        height: 24px;
        background-image: url(img/common__btn__icon.png);
        margin-left: 15px;
    }

    .common__btn:hover {
        border: #EA531B 1px solid;
        background-color: #fff;
    }

    .common__btn:hover>a {
        color: #2C2C2C;
    }

    .common__btn a:hover::after {
        background-image: url(img/common__btn__icon02.png);
    }

    body h2 {
        font-size: 40px;
        line-height: calc(28/24);
        font-weight: 900;
        color: #2C2C2C;
    }

    .ttl__icon {
        width: 120px;
        margin: 0 auto;
        margin-bottom: 22px;
    }

    .ttl__under {
        margin-top: 22px;
    }

    .sub__ttl {
        font-size: 32px;
        margin-top: 15px;
    }

    .content__wrapper {
        max-width: 1030px;
        padding: 0 15px;
        margin: 0 auto;
    }

    @media screen and (max-width: 880px) {
        body h2 {
            font-size: 35px;
            line-height: calc(28/24);
            font-weight: 900;
            color: #2C2C2C;
        }
    }

    /* フッター */
    .banner {
        margin: 50px auto 100px;
        max-width: calc(788px + 30px);
        padding: 0 15px
    }

    body .banner li {
        margin: 0;
    }

    .banner__list__wrap {
        display: flex;
    }

    .banner__list01 {
        display: flex;
        flex-direction: column;
        width: 40%;
        justify-content: space-between;
        align-items: center;
    }

    .banner__list01 li:nth-child(2) {
        /*  width: calc(187/345*100%); */
        /* margin: 0 auto;
        margin-top: auto;
        margin-right: auto;
        margin-left: 0; */
        width: 100%;
        margin: 0;

    }

    .banner__list02 {
        width: calc(200/345*100%);
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        margin: 0 15px;
        width: 28.5%;

    }

    .banner__list02 li {
        margin-bottom: 20px;
    }

    .banner__03 {
        width: calc(283/345*100%);
        margin: 0 auto;
        width: 27.5%;
    }

    .banner__04 {
        width: calc(283/300*100%);
        margin: 0 auto;
        width: 38.5%;
        margin-left: 15px;
    }

    .banner__list04 {
        margin-top: 20px;
        display: flex;
        justify-content: center;
        margin-top: 100px;

    }

    .banner__list04 li:nth-child(1) {
        width: auto;
        min-width: 200px;
        max-width: 200px;
        margin: 0;
        margin-right: 19px;

    }

    .banner__list04 li:nth-child(2) {
        width: auto;
        min-width: 187px;
        max-width: 187px;
        margin: 0;

    }

    .foot__logo {
        width: 198px;
        margin: 0 auto;
        margin-top: 150px;
    }

    .footer__wrap {

        text-align: center;
        padding: 79px 15px 42px;
        font-size: 16px;
        display: flex;
        flex-direction: column-reverse;

    }

    .footer__wrap a {
        color: #fff;
    }

    .footer__nav01 {
        display: flex;
        justify-content: center;
        margin-top: 37px;

    }

    .footer__nav01 li {
        margin-bottom: 0;


    }

    .footer__nav01 li:not(:last-child) {
        margin-right: 3%;
    }

    @media screen and (max-width: 940px) {
        /*  .footer__nav01 {
            flex-wrap: wrap;

        }

        .footer__nav01 li {
            margin-bottom: 20px;
        }

        .footer__nav01 li {
            width: calc((100% - 9%)/4)
        }

        .footer__nav01 li:not(:last-child) {
            margin-right: 0;
        }

        .footer__nav01 li:not(:nth-child(4n)) {
            margin-right: 3%;
        } */
    }

    .footer__nav02 {
        display: flex;
        flex-wrap: wrap;
        max-width: 624px;
        justify-content: center;
        margin: 0 auto;
    }

    .footer__nav02 li {
        background-color: #fff;
        width: 152px;
        margin: 0 auto;
        height: 36px;
        border-radius: 10px;


    }

    .footer__nav02 li:not(:first-child) {
        width: 284px;
        margin: 0 auto;
        font-size: 16px;
    }

    .footer__nav02 li:first-child {
        width: 100%;
        background-color: transparent;
        margin-bottom: 40px;

    }

    .footer__nav02 li {}

    .footer__nav02 li:first-child a {}

    .footer__nav02 li a {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000;
    }

    .footer__nav02 li:first-child a {
        background-color: #fff;
        width: 152px;
        margin: 0 auto;
        border-radius: 10px;
    }

    /* 仮 */
    .footer__nav02 li:first-child a {
        width: 216px;
    }

    .cw {
        font-size: 16px;
        text-align: center;
        background-color: #000;
        height: 40px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: calc(16/12);
        margin-bottom: 90px;
    }

    /*  .mega__icon a::before{
        content: " ";
        background-image: url('img/megaphone.svg');
        display: inline-block;
        background-repeat: no-repeat;
        background-size:contain;
        width: 35px;height: 35px;
        transform: rotate(-7deg);
        position: relative;
        top: -2px;
        margin-right: 5px;
        min-width:30px;


    } */

    /*  .mega__icon a{
        display: inline !important;

    } */

    /*  .footer__mega__icon {
        margin: 0;
        display: inline !important;

    } */


    /* .footer__mega__icon a {
        display: flex;
        width: 73%;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: start;
        background-color: yellow;
        padding: 2px 1px;
        color: #000;

    } */

    /* .footer__mega__icon::before{
        left: -9px;
        top: -2px;
    } */
    /* .footer__mega__icon a::before{
        content: " ";
        background-image: url('img/megaphone.svg');
        display: inline-block;
        background-repeat: no-repeat;
        background-size:contain;
        width: 35px;height: 35px;
        transform: rotate(-7deg);
        position: relative;
        top: -7px;
        margin-right: 5px;
        min-width:30px;

    } */


}

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

    .cw {
        font-size: 16px;
        text-align: center;
        background-color: #000;
        height: 40px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: calc(16/12);
        margin-bottom: 0;
    }

    .header {
        margin-bottom: 100px;
    }

    .header__pc__nav__wrap {
        display: flex;
        align-items: center;
    }

    .header__pc__nav {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: flex-end;
    }

    .header__sp__r-wrap {
        width: auto;
        height: auto;
        /* min-width: 975px; */
        width: calc(100% - 158px);
    }

    .l-header__nav-btn {
        display: none;

    }

    .header__sp__logo {
        width: 158px;
    }

    .header__sp {
        display: flex;
        justify-content: space-between;
        align-items: center;
        /* padding: 0 13px; */
        position: fixed;
        z-index: 1000;
        background-color: #fff;
        width: 100%;
        padding: 20px 130px 20px 40px;
    }

    .header__pc__nav li {
        font-size: 18px;
        margin-right: 5%;
        font-family: 'Kosugi Maru', sans-serif;
    }

    .header__pc__nav li a {
        color: #080808;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header__pc__nav .header__pc__nav__member {
        margin-right: 0;
        min-width: 140px;
        text-align: center;
        background-color: #3C3C3C;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: 'Noto Sans JP', sans-serif;
        border-radius: 10px;
    }

    .header__pc__nav .header__pc__nav__member a {
        color: #fff;
    }

    /* .header__pc__nav__member::before {
        content: '';
        background-image: url("img/member__icon02.png");
        display: inline-block;
        background-repeat: no-repeat;
        background-size: contain;
        width: 30px;
        height: 30px;
        margin-right: 10px;
    } */
    .header__pc__nav__member a::before {
        display: block;
        content: '';
        background-image: url("img/member__icon02.png");
        display: inline-block;
        background-repeat: no-repeat;
        background-size: contain;
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }

    .header__sp__r-sns__wrap {
        background-color: #CB0410;
        position: fixed;
        z-index: 10000;
        top: 0;
        right: 0;
        left: auto;
        width: 100px;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 0;
        border-radius: 0 0 0 15px;
    }

    .header__sp__r-sns__list {
        display: block;
        max-width: 316px;

        margin: 0 auto;
        height: 100%;
        width: 100%;


    }

    .header__sp__r-sns__list__img {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .header__sp__r-sns__list li:not(:last-child) {
        margin-bottom: 30px;


    }

    .header__sp__r-sns__list li:nth-child(1) {
        /*  display: none; */
    }

    .header__sp__r-sns__list li a {
        color: #fff;
        display: flex;
        flex-direction: column;
        height: 100%;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .header__sp__r-sns__list__dt {
        display: none;
    }

    @media screen and (max-width: 1280px) {
        .header__sp__logo {
            width: 128px;
        }

        .header__pc__nav li {
            font-size: 16px;

        }

        .header__pc__nav .header__pc__nav__member {
            margin-right: 0;
            min-width: 110px;

            height: 50px;
            font-size: 17px;


        }

        .header__pc__nav__member a::before {

            width: 25px;
            height: 25px;
            margin-right: 10px;


        }






        .header__sp__r-sns__wrap {
            background-color: #CB0410;
            position: fixed;
            z-index: 10000;
            top: 0;
            right: 0;
            left: auto;
            width: 70px;
            height: 90px;
            display: flex;
            justify-content: center;
            align-items: center;
            padding-top: 0;
            border-radius: 0 0 0 15px;
        }

        .header__sp__r-sns__list {
            display: block;
            max-width: 316px;

            margin: 0 auto;


        }

        .header__sp__r-sns__list__img {
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 0;
        }

        .header__sp__r-sns__list li:not(:last-child) {
            margin-bottom: 25px;


        }

        .header__sp {
            padding-right: 80px;
        }





    }


    .pankuzu {
        max-width: 1030px;
        padding: 0 20px;
        margin: 0 auto;
    }

    .ml-sp {
        display: none;
    }

    .ml {
        background-color: #CB0410;
        position: absolute;
        bottom: 0;
        left: auto;
        right: 0;
        bottom: -186px;

        border-radius: 10px 0 0 10px;

        font-size: 18px;
        font-weight: 600;
        line-height: 1.3;
        text-align: center;

        z-index: 100;
        display: block;
    }

    .ml a {
        color: #fff;
        display: inline-block;
        width: 100%;
        height: 100%;
        padding: 10px 15px;

    }

    .ml.josekin {
        background-color: #FFED48;
        bottom: -270px;
        border: #CB0410 3px solid;
        border-right: none;
    }

    .ml.josekin a {
        color: #3C3C3C;
    }

    @media screen and (max-width: 1280px) {
        .ml {

            bottom: -170px;


        }

        .ml.josekin {
            background-color: #FFED48;
            bottom: -250px;
            border: #CB0410 3px solid;
            border-right: none;
        }

        .ml.josekin a {
            color: #3C3C3C;
        }
    }

    .header__sp__r-sns__list li:not(:last-child) {
        margin-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }

    .mega__icon {
        position: relative;
        width: auto;
        margin: 0;
    }

    .mega__icon::before {
        left: -38px;
    }

}