body {
    font-family: "Oswald", sans-serif;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
}

a {
    text-decoration: none;
}

img {
    width: 100%;
}

.br__sp02 {
    display: none;
}

.header {
    margin-bottom: 80px;
    color: #2B2B2B;
    font-weight: 500;
}

.header__sp {
position: relative;
}

.header__pc__nav__wrap {
    /*  display: none; */
}

.header__sp__nav__flex {

    /*  background-color: #D2DBCD;
    padding: 0 33px 0 20px; */
}

.pankuzu {
    display: flex;
    font-size: 12px;
    align-items: center;
    padding: 8px 27px 0;
    /*     margin: 0 -27px; */
    /*  flex-wrap: wrap; */
    align-items: center;
    overflow-x: auto;
    white-space: nowrap;
    overflow-y: hidden;

}

.pankuzu::-webkit-scrollbar {
    display: none;
}

.send {
    text-decoration: underline;
}

.send a {
    color: #000;
}

.now {
    text-decoration: underline;
}

.pankuzu__arrow {
    margin: 0 10px;
    font-size: 20px;
    position: relative;
    top: 0px;
}

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

@media (max-width: 374px) {
    .header__sp__nav__flex {

        /*  background-color: #D2DBCD; */
        padding: 0;
        /*  padding-right: 20px; */
    }

    .br__sp02 {
        display: block;
    }
}

.header__sp__nav__flex__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__sp__insta{
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: auto;
    right: 27px;

}



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

.header__sp {
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 0 13px; */
    position: fixed;
    z-index: 100;
    /* background-color: #D2DBCD; */
    width: 100%;
    height: 80px;
    /*  filter: drop-shadow(0px 0px 4px rgb(177, 177, 177));*/
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    /*  -ms-filter: blur(6px);
    filter: blur(6px);
    background-color: #fff; */
    background-color: #ffffffab;
}

.header__sns {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    width: 32px;
    height: 32px;
}

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

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

.header__sp__l-wrap {
    display: none;
}

.header__sp__logo {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    font-family: "M PLUS Rounded 1c", sans-serif;

}

.header__sp__logo a {
    /* font-size: 32px; */
    color: #000000;

}

.header__pc__logo {
    display: none;
}

/* .header__sp__mail__icon {
      width: 42.67px;
      margin-right: 26%;
  } */
.header__sp__nav {
    background-color: #fff;

    position: fixed;
    top: 0px;
    right: 0;
    padding: 120px 0 125.23px;
    /* display: none; */
    z-index: 10000;
    width: 100%;
    overflow: auto;
    max-height: calc(100vh + 125.23px);
    max-height: 100vh;
    height: calc(100vh - 60px);
    transform: translateX(100%);
    transition: transform .3s;
}



.header__sp__nav__logo {
    width: 212px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 3px;
}

.header__sp__nav__list {
    text-align: center;
}

.header__sp__nav__list>li {
    /*  font-size: 20px; */
    position: relative;
    /* cursor: pointer; */
    /* padding: 14px 0; */
    margin-bottom: 40px;
    /*  display: flex;
    flex-direction: column; */
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.header__sp__nav__list li a {
    color: #000;
}

.header__sp__nav__txt {
    display: inline;
}




.header__sp__nav__list>li.header__pc__contact {
    width: 198px;
    height: 48px;
    background-color: #D14646;
    border-radius: 100px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.header__sp__nav__list li.header__pc__contact>a {
    color: #fff;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.header__pc__contact>a::before {
    background-image: url('img/mail.svg');
    content: "";
    display: block;
    width: 20px;
    height: 16px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: contain;
}

.header__pc__insta {
    width: 48px;
    height: 48px;
    margin: 0 auto;
}

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

.l-header__nav-btn {
    width: 55.75px;
    font-size: 10px;
    /*  position: absolute; */
    z-index: 510000;
    margin-right: auto;
    margin-left: auto;
    height: 55.75px;
    right: 16px;
    /* background-color: #003296; */
    cursor: pointer;
    transform: translateX(0);
}


.l-header__nav-btn-txt {
    font-size: 12px;
    color: #000;
    position: relative;
    top: 19px;
    /* left: 0; */
    right: 0px;
    font-family: 'GFS Didot', serif;
}

.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%;
    /* padding: 6px 15px 10px; */
    height: 55px;
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.l-header__nav-btn .l-header__nav-btn-inner .l-header__nav-btn-line {
    position: absolute;
    width: 100%;
    /* bottom: 45.5%; */
    top: 0;
    height: 100%;
    /*  right: 10px; */
}


#btn_spmenu span {
    display: block;
    width: 27px;
    height: 2.25px;
    background-color: #000;
    margin: 0 auto;
    transition: all .3s ease-in-out;
    border-radius: 1000px;
}

.l-header__nav-btn .l-header__nav-btn-inner div span:nth-child(1) {
    top: 5.6px;
}

.l-header__nav-btn .l-header__nav-btn-inner div span:nth-child(2) {
    top: calc(5.6px + 7px);
}

.l-header__nav-btn .l-header__nav-btn-inner div span:nth-child(3) {
    top: calc(5.6px + 14px);
}

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: 12.5px;
    margin-top: 0;
}

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

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

/* body.is_menu_open .header__sp__r-sns__list__dt.header__sp__r-sns__list__dt-menu {
    content: "閉じる";
  } */

.l-header__nav-btn .l-header__nav-btn-inner div span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    right: 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: 80px;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 50;
}

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

    /* display: none; */
}

.header__sp__r-sns__list {
    display: flex;
    justify-content: space-between;
    max-width: 356px;
    margin: 0 auto;
    padding: 0 20px;
    height: 42px;
}

.header__sp__cart {
    position: relative;
}

.header__sp__cart__num {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #DD5D50;
    border-radius: 100px;
    font-size: 10px;
    /*  padding-top: 3px; */
    color: #fff;
    top: 5px;
    right: -13px;
}

.header__sp__shop__menu {
    cursor: pointer;
}

.header__sp__r-sns__list-item-menu {
    /* position: relative;
   left: auto;
   right: 0; */
}

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

.header__sp__r-sns__list__img03 {
    width: 26px;
}

.header__sp__r-sns__list li .header__sp__r-sns__list__img {
    height: 27.5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header__sp__r-sns__list li:nth-child(1) .header__sp__r-sns__list__img {
    width: 27px;
}

.header__sp__r-sns__list li:nth-child(2) .header__sp__r-sns__list__img {
    width: 24.75px;
}

.header__sp__r-sns__list li:nth-child(3) .header__sp__r-sns__list__img {
    width: 27px;
}

.header__sp__r-sns__list li a {
    color: #000;
    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;
}

.br__pc {
    display: none;
}

.header__contact__wrap {
    display: none;
}

/* footer.css */

.footer__wrap {
    background-color: #fff;
    padding: 0 21px;
}

.footer__inner {
    padding: 40px 0;
}

.footer__nav__wrap {}

.footer__nav {
    display: flex;
    flex-wrap: wrap;
    max-width: 192px;
    margin: 0 auto;
}

.footer__nav>li {
    text-align: center;
    margin-bottom: 24px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    width: calc((100% - 64px)/2);
    font-weight: 500;
}

.footer__nav>li:nth-child(odd) {
    margin-right: 64px;
}

.footer__nav>li>a{
    color: #000;
}

.footer__flex {
    margin-top: 20px;
}

.footer__about {}

.footer__logo {
    text-align: center;
    margin-bottom: 16px;
}

.footer__logo>a {
    color: #000;
}

.footer__address__wrap {
    text-align: center;
}

.footer__address01 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    margin-bottom: 16px;
    line-height: calc(24/16);

}

.footer__address02 {

    margin-bottom: 16px;
}

.footer__address03 {}

.footer__btn__flex {
    margin-top: 40px;
}

.footer__btn__wrap {}

.footer__btn01__wrap {
    margin-bottom: 30px;
}

.footer__btn {
    width: 235px;
    height: 48px;
    background-color: #D14646;
    border-radius: 100px;
    margin: 0 auto;
    margin-bottom: 8px;
}

.footer__btn>a {
    color: #fff;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.footer__btn01>a::before {
    background-image: url('img/mail.svg');
    content: "";
    display: block;
    width: 20px;
    height: 16px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: contain;
}

.footer__btn02>a::before {
    background-image: url('img/phone.svg');
    content: "";
    display: block;
    width: 20px;
    height: 20.04px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: contain;
}

.footer__btn__txt {
    font-size: 12px;
    line-height: calc(16/12);
    text-align: center;
}

.cr {
    padding: 10px;
    margin-bottom: 60px;
    text-align: center;
}

/* 共通 */
.common__bg {
    background-image: url(img/common__bg.png);
    position: relative;
}

.common__bc {
    background-color: #E1F3EF;
    position: absolute;
    height: 100%;
    width: 100%;
    mix-blend-mode: multiply;
}

.priority {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.common__ttl__slider__p{
    position: relative;
}
.common__ttl__slider__wrap {
    position: absolute !important;
    pointer-events: none;
}

.common__ttl__slider {
    font-family: "Oswald", sans-serif;
    font-size: 60px;
    font-weight: 900;
    top: 0;
}

.common__ttl__slider01{
    color: #fff;
    opacity: 0.5;
}
.common__ttl__slider02{
    color: #E1F3EF;
}

.h__ttl__wrap {
    position: relative;
}

.h__ttl {
    font-size: 24px;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    color: #29A129;
    text-align: center;
}

.h__ttl__line {
    text-align: center;
    margin: 0 auto;
    background-color: #29A129;
    width: 71px;
    height: 4px;
    border-radius: 100px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.h__ttl02 {
    font-size: 28px;
    text-align: center;
    position: relative;
    font-family: "M PLUS Rounded 1c", sans-serif;
}



.common__txt {
    font-size: 18px;
    line-height: 2;
}

.h__ttl03 {
    font-size: 20px;
    line-height: calc(24/20);

}
.sp__padding{
    padding: 0 21px;
}

.under__page{
    padding-top: 84px;
}

.under__page__ttl__line{
    width: 71px;
    height: 4px;
    background-color: #000;
    margin: 10px auto 12px;
    border-radius: 100px;
}
.pankuzu {
    display: flex;
    font-size: 12px;
    align-items: center;
    padding: 0 21px;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}

.send {
    text-decoration: underline;
}

.send a {
    color: #2B2B2B;
}

.now {
    text-decoration: underline;
}

.pankuzu__arrow {
    margin: 0 10px;
    font-size: 20px;
    position: relative;
    top: 0px;
}

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

.grecaptcha-badge { visibility: hidden; }


@media (min-width: 768px) {
    .header {
        margin-bottom: 79.89px;
        /*  filter: drop-shadow(0px 0px 4px rgb(177, 177, 177)); */
    }



    .js-header__nav-btn {
        display: none;
    }

    /* .header__pc__nav__wrap {
        display: block;
    } */
    .header__sp__r-wrap {
        display: flex;
    }

    .header__sp__nav__wrap {
        display: none;
    }

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

    .header__sp__logo {
        margin-left: 0;
        margin-right: 60px;
        /*  max-width: 266px;
        min-width: 266px; */
        /*  transition: opacity 0.5s;
      } */
        /* .header__sp__logo:hover{
          opacity: 0.5;
      } */
    }

    .header__sp {
        /*  display: flex;
      justify-content: space-between;
      align-items: center; */
        padding: 0;
        position: fixed;
        z-index: 100;
        width: 100%;
        padding: 0 27px;
        /*  height: 130px; */
        /* filter: drop-shadow(0px 0px 4px rgb(177, 177, 177)); */

        /*   height: 239.98px; */
    }

    .header__sp__nav__flex {
        /*  display: flex;
        justify-content: space-between; */
        /*  padding: 0 27px; */
        /* max-width: 1142px; */
        /* margin: 0 auto; */
    }

    .header__sp__nav__flex__inner {
        display: flex;
        justify-content: space-between;
        /*  padding: 0 27px; */
        /* max-width: 1000px; */
        margin: 0 auto;
        width: 100%;
    }

    .header__sp__cart {
        display: none;
    }


    .header__pc__nav li {
        margin-right: 30px;
        position: relative;
        display: flex;
        align-items: center;
        transition: opacity 0.5s;
        /* font-weight: 600; */
        text-align: center;
        line-height: 1;
    }

    .header__pc__nav li:after {
        background-color: #000;
        content: "";
        height: 16px;
        width: 1px;
        background-position: center center;
        position: relative;
        top: 1px;
        margin-left: 30px;

    }



    .header__pc__nav li a {
        color: #000;
    }

    .header__sp__r-sns__wrap {
        display: none;
    }

    .header__contact__wrap {
        display: flex;
        margin-left: 30px;
    }

    .header__pc__contact {
        width: 198px;
        height: 48px;
        background-color: #D14646;
        border-radius: 100px;
        margin: 0 auto;
        margin-bottom: 0;
        margin-right: 9px;
    }

    .header__pc__contact>a {
        color: #fff;
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
    }


    .h__btn-pc {
        display: block;
        right: 45px;
        position: absolute;
    }



    #btn_spmenu span {
        display: block;
        width: 27px;
        height: 2px;
        background-color: #000;
        margin: 0 auto;
        transition: all 0.3s ease-in-out;
        border-radius: 50px;
    }

    .header__sp__nav__wrap .h-menu__close__btn {
        width: 40px;
        height: 46px;
        position: fixed;
        top: 26px;
        right: 37px;
        cursor: pointer;
    }

    .l-header__nav-btn-inner {
        bottom: -2px;
    }

    .header__pc__sns {
        width: 32px;
        margin-left: 30px;
    }

    .header__sns {
        display: none;
    }

    .header__sp__insta{
    display: none;

}


    @media (max-width: 1270px) {
        /* .header__sp__r-wrap {
            display: flex;
            margin-right: 70px;
        } */

        .header__sp__logo {
            margin-right: 30px;
            min-width: 160px;
        }

        .header__sp__nav__flex {
            width: 100%;
        }

        .header__sp__nav__flex__inner {
            justify-content: space-between;
        }

        .h__btn-pc {
            right: 37px;
        }

        .header__contact__wrap {
            display: flex;
            margin-left: 0;

        }

        .header__pc__contact {
            width: 158px;
            height: 48px;
            font-size: 14px;

        }

        .header__pc__nav li {
            margin-right: 18px;
            font-size: 14px;

        }

        .header__pc__nav li:after {

            margin-left: 18px;
            height: 14px;

        }
    }

    @media (max-width:850px) {

        .header__sp__logo {
            margin-right: 18px;
            font-size: 18px;
        }

        .header__pc__contact {
            width: 138px;
            height: 48px;
            font-size: 14px;

        }

        .header__pc__nav li {
            margin-right: 14px;
            font-size: 14px;

        }

        .header__pc__nav li:after {

            margin-left: 14px;
            height: 14px;

        }

    }

    .header__sp__nav__wrap.header__sp__nav01 {

        width: 375px;
        left: auto;
        right: 0;
        position: fixed;
        z-index: 10000;
        /* bottom: 80px; */
        /* display: none; */
        /* overflow: auto; */
        max-height: 100vh;
        height: 100vh;
        transform: translateX(100%);
        /* transition: transform .5s; */
        display: flex;
        flex-direction: column;
        /* padding: 0 35px; */
    }

    .header__sp__nav>li.header__pc__cart {
        display: none;
    }

    .header__sp__nav>li:nth-child(5), .header__sp__nav>li:nth-child(6), .header__sp__nav>li:nth-child(7) {
        display: none;
    }

    /* footer.css */

    .footer__wrap {
        background-color: #fff;
    }

    .footer__inner {
        padding: 70px 0;
    }

    .footer__nav__wrap {}

    .footer__nav {
        display: flex;
        flex-wrap: nowrap;
        max-width: none;
        margin: 0 auto;
        justify-content: center;
    }

    .footer__nav>li {
        text-align: left;
        margin-bottom: 0;
        font-family: "Zen Kaku Gothic New", sans-serif;
        width: auto;
        font-weight: 500;
        margin-right: 30px;
    }



    .footer__nav>li:after {
        background-color: #707070;
        content: "";
        height: 16px;
        width: 1px;
        background-position: center center;
        position: relative;
        top: 1px;
        margin-left: 30px;
        display: inline-block;

    }

    .footer__nav>li:nth-child(odd) {
        margin-right: 30px;
    }

    .footer__nav>li:last-child {
        margin-right: 0;
    }

    .footer__nav>li:last-child:after {
        display: none;
    }

    .footer__flex {
        display: flex;
        justify-content: space-between;
        max-width: 880px;
        margin: 0 auto;
        margin-top: 60px;

    }

    .footer__about {}

    .footer__logo {
        text-align: left;
        margin-bottom: 16px;
    }

    .footer__logo>a {
        color: #000;
    }

    .footer__address__wrap {
        text-align: left;
    }

    .footer__address01 {
        font-family: "Zen Kaku Gothic New", sans-serif;
        margin-bottom: 16px;
        line-height: calc(24/16);

    }

    .footer__address02 {

        margin-bottom: 16px;
    }

    .footer__address03 {}

    .footer__btn__flex {
        margin-top: 0;
    }

    .footer__btn__wrap {}

    .footer__btn01__wrap {
        margin-bottom: 25px;
    }

    .footer__btn {
        width: 235px;
        height: 48px;
        background-color: #D14646;
        border-radius: 100px;
        margin: 0 auto;
        margin-bottom: 8px;
    }

    .footer__btn>a {
        color: #fff;
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
    }

    .footer__btn01>a::before {
        background-image: url('img/mail.svg');
        content: "";
        display: block;
        width: 20px;
        height: 16px;
        margin-right: 10px;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .footer__btn02>a::before {
        background-image: url('img/phone.svg');
        content: "";
        display: block;
        width: 20px;
        height: 20.04px;
        margin-right: 10px;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .footer__btn__txt {
        font-size: 12px;
        line-height: calc(16/12);
        text-align: center;
    }

    .cr {
        padding: 10px;
        margin-bottom: 0;
        text-align: center;
    }

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

    .br__pc {
        display: block;
    }

    
    .common__ttl__slider {
        font-family: "Oswald", sans-serif;
        font-size: 120px;
        font-weight: 900;
        top: 0;
    }

    .h__ttl__wrap {
        position: relative;
        display: flex;
        flex-direction: row-reverse;
        justify-content: start;
        align-items: center;
    }
    
    .h__ttl__wrap>.h__ttl {
        font-size: 24px;
        font-weight: 500;
        font-family: "Oswald", sans-serif;
        color: #29A129;
        text-align: left;
    }
    
    .h__ttl__line {
        text-align: left;
        margin: 0 ;
        background-color: #29A129;
        width: 71px;
        height: 4px;
        border-radius: 100px;
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 28px;
    }
    
    .h__ttl02 {
        font-size: 40px;
        text-align: center;
        position: relative;
    }

    .h__ttl02__pc-l{
        text-align: left;
        margin-top: 53px;
    }
    
    .common__txt {
        font-size: 18px;
        line-height: 2;
    }
    
    .h__ttl03 {
        font-size: 20px;
        line-height: calc(24/20);
    
    }

    .content__wrapper{
        max-width: calc(1160px + 42px);
        margin: 0 auto;
    }
    .under__page{
        padding-top: 100px;
    }

    .under__page__ttl__line{
        
        margin: 24px auto 12px;
    }
    .pankuzu {
      max-width: 1260px;
      margin: 0 auto;
      margin-bottom: 10px;
    }
}