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

    color: #3B4043;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}



img {
    width: 100%;
}

/* ヘッダー */
.header {
    /* margin-bottom: 80px; */
    color: #2B2B2B;
}

.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: 100;
    background-color: #fff;
    width: 100%;
    height: 80px;
    filter: drop-shadow(0 2px 2px #00000054);
    display: flex;
    align-items: center;
}

.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 {
    max-width: 264px;
    margin: 0 auto;
    /*   display: flex;
    justify-content: center;
    align-items: center; */
    /*  height: 100%; */
    /*  padding: 14px 27px; */
}

.header__pc__logo {
    display: none;
}

/* .header__sp__mail__icon {
    width: 42.67px;
    margin-right: 26%;
  } */
.header__sp__nav__wrap {
    background-color: #fff;
    width: 100%;
    position: fixed;
    z-index: 100;
    bottom: 80px;
    /* display: none; */
    overflow: auto;
    max-height: calc(100vh - 80px);
    height: calc(100vh - 80px);
    transform: translateX(100%);
    /* transition: transform .5s; */
    display: flex;
    flex-direction: column;
    padding: 0 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.header__sp__nav {
    /*  padding: 0 0 26px; */
    max-width: 300px;
    margin: 0 auto;
    /*  margin-top: auto; */
    width: 100%;
    text-align: center;
    /* padding: 203px 0 40px; */
    padding-top: 80px;
}

.header__sp__nav>li {
    /*  font-size: 20px; */
    position: relative;
    /* cursor: pointer; */
    /* padding: 14px 0; */
    margin-bottom: 30px;
}

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

.header__sp__nav li a {
    color: #3B4043;
}

.header__pc__contact {
    display: none;
}

.header__sp__cart__num {
    font-size: 12px;
    background-color: #B25555;
    color: #fff;
    position: absolute;
    top: -3px;
    right: -8px;
    height: 20px;
    width: 20px;
    border-radius: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 1px;
}

/* ヘッダーsp ハンバーガーメニューBTN */
.l-header__nav-btn {
    /* width: 56px; */
    font-size: 10px;
    /*  position: absolute; */
    z-index: 510000;
    margin-right: auto;
    margin-left: auto;
    height: 38px;
    right: 0;
    width: 27px;
    /*  background-color: #ED1C24; */
    cursor: pointer;
}

.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%;
}

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

.l-header__nav-btn .l-header__nav-btn-inner div span:nth-child(1) {
    top: calc(50% - 12px);
    right: 0;
    left: auto;
}

.l-header__nav-btn .l-header__nav-btn-inner div span:nth-child(2) {
    top: calc(50% - 5px);
    right: 0;
    left: auto;
}

.l-header__nav-btn .l-header__nav-btn-inner div span:nth-child(3) {
    top: calc(50% + 2px);
    right: 0;
    left: auto;
}

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;
}

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;
    /* width: 35px;
    */
}

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: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    background-color: #fff;
}

.header__sp__r-sns__list-item-menu {
    /*  margin-left:auto; */
}

.header__sp__r-sns__list__dt-menu {
    /*  display: block !important; */
}

/* ハンバーガーメニュー関連 */
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: 2000;
    bottom: 0;
    width: 100%;
    height: 90px;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    padding-top: 15px;
    /* display: none; */
}

.header__sp__r-sns__list {
    display: flex;
    justify-content: space-between;
    max-width: 356px;
    margin: 0 auto;
    padding: 0 20px;
    height: 54px;
    font-family: 'Roboto', sans-serif;
}

.header__sp__r-sns__list__img {
    width: 30px;
    /* 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 a {
    color: #4B4B4B;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
}

.header__sp__sns {
    display: flex;
    justify-content: center;
    padding-bottom: 60px;
}

.header__sp__sns>div {
    width: 30px;
}

.header__sp__instagram {
    margin-right: 10px;
}

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

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

.h__ttl {
    font-size: 32px;
    text-align: center;
    line-height: calc(48/32);
    font-weight: normal;
    color: #191919;
    letter-spacing: 0.3em;

}

.h__ttl>span {
    margin-right: -0.3em;
}

.h__ttl02 {
    font-size: 24px;
    text-align: center;
    line-height: calc(32/24);
    font-weight: normal;
    font-weight: normal;

}

.h__ttl03 {
    font-size: 20px;
    text-align: center;
    line-height: calc(24/20);
    font-weight: normal;
}

.content__txt {
    font-size: 14px;
    line-height: calc(28/14)
}

.common__btn__wrap {
    width: 235px;
    height: 40px;
    background-color: #191919;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    line-height: calc(18/14);
    text-align: center;

}

.common__btn__wrap::before {
    content: "";
    background-color: red;
    width: 400px;
    height: 580px;
    display: block;
    position: absolute;
    transform: rotate(-45deg);

    top: -520px;
    right: -240px;
    transition: top .5s;
}

.common__btn__wrap a {
    color: #fff;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
}

.common__btn__wrap button {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    color: #fff;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    background-color: transparent;
}

.common__btn__wrap:hover a {
    text-decoration: none;
}

.common__btn__wrap a:hover {
    text-decoration: none;
}

.common__contact {
    margin-bottom: 60px;
}

.common__contact .h__ttl {
    font-size: 36px;
    margin-bottom: 36px;
}

.common__contact__item__wrap {}

.common__contact__item {
    margin-bottom: 40px;
}

.common__contact__txt {
    line-height: calc(20/14);
    text-align: center;
    margin-top: 4px;
}

.common__contact__item02 {
    font-size: 14px;
}

.common__contact__item01>.common__btn__wrap a::before {
    content: "";
    background-image: url('img/phon-l-2.svg');
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 14px;
}

.common__contact__logo {
    width: 65px;
    margin: 0 auto;
}

.pankuzu {
    display: flex;
    font-size: 12px;
    align-items: center;
    padding: 0px 27px;
    flex-wrap: wrap;
    padding-top: 7px;
}

.pankuzu a {
    color: inherit;
}

.pankuzu-pc {
    display: none;
}

.send {

    /* 
    text-decoration: underline; */

}

/* .send a {
    color: #2B2B2B;
} */

.send__home {}

.now {
    text-decoration: underline;

}

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

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

}

.under__ttl {
    margin-top: 35px;
    margin-bottom: 12px;
}

.ttl__line {
    height: 1px;
    background-color: #707070;
    margin-top: 62px;
}

.ttl__line02 {
    margin-top: 22px;
}

.img__line {
    position: relative;
}

.img__line::before {
    content: "";
    background-image: url('img/img-l.png');
    display: block;
    position: absolute;
    width: 21.5%;
    height: 12%;
    top: -2%;
    left: -4%;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;

}

.img__line::after {
    content: "";
    background-image: url('../img/img-l.png');
    display: block;
    position: absolute;
    width: 21.5%;
    height: 12%;
    bottom: -3%;
    right: -4%;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    transform: rotate(180deg);

}

.common-bg {
    padding: 60px 27px 40px;
    background-color: #F5F5F5;
    margin-bottom: 100px;
}

.common__works {}

.common__works .h__ttl03 {
    margin-top: 10px;
}

.common__works__txt {
    margin-top: 42px;
    margin-bottom: 40px;
}

.common__works .common__contact__item {
    margin-bottom: 20px;
}

.span-sp {}

.fixd__btn__wrap {
    display: none;
}

.tag__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 37px;
}

.tag__ttl {
    margin-right: 20px;
    font-size: 14px;
}

.tag {
    font-size: 12px;
    background-color: #A93F44;
    padding: 5px;
    color: #fff;
    margin-right: 5px;
}

.modal {
    display: none;
}

.modal.active {
    position: fixed;
    background-color: #000000c2;
    width: 100vw;
    z-index: 10000000;
    height: 100vh;
    top: 0;
    display: block;

}

.modal.active>img {
    width: 80%;
    margin: auto;
    display: block;
    margin-top: 100px;
}

.modal-del {
    content: '×';
    position: absolute;
    top: 17px;
    right: 27px;
    display: block;
    color: #fff;
    z-index: 1000;
    font-size: 44px;
    cursor: pointer;

}


/* フッター */
footer {
    margin-bottom: 90px;
    margin-top: 60px;
}

.footer__wrap {
    background-color: #191919;
    text-align: center;

    padding: 65px 0 47px;
}



.footer__nav__wrap {
    display: inline-block;
    text-align: left;

}

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

.footer__nav__wrap li>a {
    color: #fff;
}

.footer__nav01 {}

.service__subnav {}

.footer__nav02 {}

.footer__nav03 {}

.cr {
    font-size: 12px;
    text-align: center;
    padding: 10px 0;
}


@keyframes up {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.scroll_anchor {
    transform: translateY(100px);
    opacity: 0;
}

.scroll_anchor.active {
    animation-name: up;
    animation-duration: 1s;

    animation-fill-mode: forwards;
}



@media (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
    }

    .header__sp__r-sns__wrap {
        display: none;
    }

    .header {
        margin-bottom: 120px;
    }

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

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

    .header__pc__phon {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
        color: #A93F44;
        margin-bottom: 14px;
    }

    .header__pc__phon::before {
        background-image: url('img/phon-l.svg');
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        width: 24.5px;
        height: 14px;
        display: inline-block;
    }

    .header__sp__nav__wrap {
        display: none;
    }

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

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

    .header__sp__wrap {
        position: fixed;
    }

    .header__sp {
        display: flex;
        justify-content: center;
        align-items: center;
        /* padding: 0 13px; */
        position: fixed;
        z-index: 100;
        width: 100%;
        padding: 0 30px;
        height: 120px;
        top: 0;
    }

    .header__pc__nav li {
        /* margin-right: 37px; */
        position: relative;
        display: flex;
        align-items: center;
        transition: opacity 0.5s;
        text-align: center;
        position: relative;
        font-size: 14px;
        letter-spacing: 0.05rem;
    }

    .header__pc__nav li:hover>a {
        color: #A93F44;
    }

    .header__pc__nav li a {
        color: #3B4043;
        transition: color .3s;

    }

    .header__pc__nav li:not(:last-child) {
        margin-right: 30px;
    }


    @media (max-width: 1240px) {
        .header__sp {
            padding: 0 30px;
        }
    }

    @media(max-width: 980px) {
        .header__pc__nav li {
            position: relative;
            display: flex;
            align-items: center;
            transition: opacity 0.5s;
            text-align: center;
            font-size: 14px;
        }

        .header__pc__nav li:not(:last-child) {
            margin-right: 20px;
        }

        .header__pc__nav__item_e {
            font-size: 10px;
            text-align: center;
            margin-top: 12px;
        }

        .header__pc__contact {
            /*    display: block;
          
                  width: 157px;
                  padding: 14px 0 12px;
                  text-align: center;
                  display: flex;
                  justify-content: center;
                  align-items: center;
                  border-radius: 50px;
                  font-weight: 600;
                  font-size: 14px; */
        }



        .header__sp__logo {
            min-width: auto;
            margin-left: 0;
            margin-right: 30px;
            /*  max-width: 238px; */
            width: auto;
            padding: 0;
            min-width: 200px;
        }
    }

    /* フッター */
    footer {
        margin-bottom: 0;
        margin-top: 69px;
    }

    .footer__wrap {
        background-color: #191919;
        text-align: center;

        padding: 65px 0 37px;
    }



    .footer__nav__wrap {
        display: flex;
        text-align: left;
        justify-content: space-between;
        max-width: 640px;

        margin: 0 auto;

    }

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

    .footer__nav__wrap li>a {
        color: #fff;
    }

    .footer__nav01 {}

    .service__subnav {}

    .footer__nav02 {}

    .footer__nav03 {}

    .cr {
        font-size: 12px;
        text-align: center;
        padding: 10px 0;
    }

    /* 共通 */

    .br__pc {
        display: block;
    }

    .br__sp {
        display: none;
    }

    .h__ttl02 {
        font-size: 24px;
        text-align: center;
        line-height: calc(32/24);
        font-weight: normal;
        font-weight: normal;

    }

    .h__ttl03 {
        font-size: 20px;
        text-align: center;
        line-height: calc(24/20);
        font-weight: normal;
    }




    .common__btn__wrap::before {
        content: "";
        background-color: red;
        width: 400px;
        height: 580px;
        display: block;
        position: absolute;
        transform: rotate(-45deg);
        top: -520px;
        right: -240px;
        transition: top .5s;
    }

    .common__btn__wrap:hover::before {
        top: -200px;

    }



    .common__contact {
        margin-bottom: 71px;
        max-width: 530px;
        margin: 0 auto;
    }

    .common__contact .h__ttl {
        font-size: 36px;
        margin-bottom: 63px;
    }

    .common__contact__item__wrap {
        display: flex;
        /* justify-content: space-between; */
        justify-content: center;
    }

    .common__contact__item02 {
        margin: 0 0 40px 20px;
    }

    .common__contact__item {
        margin-bottom: 40px;
    }

    .common__contact__txt {
        line-height: calc(20/14);
        text-align: center;
        margin-top: 4px;

    }

    .pankuzu {
        margin-left: 13%;


    }

    .common-bg {
        padding: 120px 27px;
        background-color: #F5F5F5;
        margin-bottom: 100px;
    }

    .common__works {
        max-width: calc(745px + 54px);
        margin: 0 auto;
        padding: 0 27px;
    }

    .common__works .h__ttl03 {
        margin-top: 8px;
        text-align: left;
    }

    .common__works__content {
        display: flex;
        margin-bottom: 83px;
    }

    .common__works__ttlarea {}

    .common__works__txt {
        margin: 0;
        margin-left: 106px;
    }

    .common__works .common__contact__item {
        margin-bottom: 0;
        width: calc((100% - 40px)/3);
    }

    .common__works .common__btn__wrap {
        min-width: auto;
        max-width: 235px;
        width: 100%;


    }

    .common__works .common__contact__item-c {
        margin: 0 20px;
    }

    .h__ttl>.span-sp {
        margin-right: 16px;

    }

    .fixd__btn__wrap {
        display: block;
        position: fixed;
        bottom: 130px;
        right: 0;
        z-index: 100;
        z-index: 10000;
    }

    .fixd__btn__wrap .fixd__btn {
        width: 30px;
        writing-mode: vertical-rl;
        letter-spacing: 0.3rem;
        font-weight: 600;
        font-size: 14px;
        text-orientation: upright;
    }

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

    .fixd__btn__wrap .fixd__btn01 {
        height: 124px;
        background-color: #A93F44;
        margin-bottom: 20px;
    }

    .fixd__btn__wrap .fixd__btn02 {
        height: 108px;
        background-color: #191919;
        cursor: pointer;
    }

    .fixd__btn__wrap .fixd__btn03 {
        background-color: #A93F44;
        margin-bottom: 20px;
        padding: 10px 0;
        display: block;
    }

    .fixd__btn__wrap .fixd__btn03>div {
        width: calc(100% - 10px);
        margin-left: auto;
        margin-right: auto;
    }

    .fixd__btn__instagram {
        margin-bottom: 10px;
    }

    .modal {
        display: none;
    }

    .modal.active {
        position: fixed;
        background-color: #000000c2;
        width: 100vw;
        z-index: 10000000;
        height: 100vh;
        top: 0;
        display: block;

    }

    .modal.active>img {
        width: 60%;
        margin: auto;
        display: block;
        margin-top: 130px;
    }

    .modal-del {
        content: '×';
        position: absolute;
        top: 17px;
        right: 42px;
        display: block;
        color: #fff;
        z-index: 1000;
        font-size: 44px;
        cursor: pointer;

    }
}

.ropes__bnner {
    margin: 60px 10% 60px;
}

.ropes__bnner--it {
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .ropes__bnner {
        margin: 100px auto 100px;
        display: flex;
        max-width: 800px;
    }

    .ropes__bnner--it {
        margin-bottom: 0;
        margin-right: 20px;
    }
}