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

}

.header {
    display: block;
    margin-bottom: 56.91px;
}

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

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

.header__sp__r-wrap {
    display: flex;
    align-items: center;
    margin-right: 51px;
    height: 49.91px;
}

.header__sp__shisa {
    width: 43.87px;
}

.header__sp__logo {
    width: 126.27px;
    margin-left: 7px;
    ;
}

.header__sp__mail__icon {
    width: 42.67px;
    margin-right: 18%;
    width:39px;
    display:none;
}

.header__sp__login__icon{
    margin-right: 15%;
    width:30px;
   
}

.header__sp__login__icon__txt{
    display: none;
    font-size: 10px;
    text-align: center;
    position: absolute;
    width: 40px;
    left: -7px;
    bottom: -12px;
    color:#333333;
}
.header__sp__member__icon{
    
    width: 34px;
  /*   position: relative;
    bottom: 1.5px; */
    margin-right: 15%
}

.header__sp__member__icon__txt{
    font-size: 10px;
    text-align: center;
    position: absolute;
    width: 40px;
    left: -7px;
    bottom: -12px;
    display: none;
    color:#333333;
}

.header__sp__cart__icon {
    position: relative;
    width:42.1px

}

.header__sp__cart__num {
    font-size: 10px;
    background-color: #000;
    color: #fff;
    position: absolute;
    top: -3px;
    right: -8px;
    height: 16.66px;
    width: 16.66px;
    border-radius: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.header__sp__nav__wrap {
    text-align: center;
    background-color: #ebe9e3;
    width: 73.1%;
    margin-left: auto;
    margin-right: 0;
    position: fixed;
    z-index: 100;
    top: 53.91px;
    right: 0;
}

.header__sp__nav {
    padding: 14px 20px 0;
    display: none;
}

.header__sp__nav>li {
    font-size: 22px;


}

.header__sp__nav>li:not(:nth-last-child(-n+2)) {
    margin-bottom: 10px;
    border-bottom: 1px solid #898989;
    padding-bottom: 11px;
}


.header__sp__nav li a {
    text-decoration: none;
    color: #000;
}

.header__sp__nav__new-work__wrap>.header__sp__new-work__dt::after {
    content: url("img/header__sp__nav__new-work__arrow.svg");
    display: inline-block;
    width: 17.6px;

}
.header__sp__nav__contact{
    font-size:22px;
    background-color: #eba03b;
    text-align: center;
    margin: 22px -20px 0;
    
}
.header__sp__nav__contact a{
    color:#fff;
    text-decoration: none;
    display: block;
    padding:11px 0 15px;

}

.header__pc__new-work__dt{
    height: 100%;
    display: flex;
    align-items: center;
}

.header__sp__nav__new-work {
    margin-top: 12px;
    ;
}

.header__sp__nav__new-work>li {
    font-size: 18px;
}

.header__sp__nav__new-work>li:not(:last-child) {
    margin-bottom: 10px;
}

.header__sp__nav__new-work>li a {}

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

.l-header__nav-btn {
    width: 49.91px;
    font-size: 10px;
    position: absolute;
    z-index: 510000;
    margin-right: 0;
    margin-left: auto;
    height: 49.91px;
    right: 0;
    background-color: #eba03b;
    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: 55%;
    bottom: 45.5%;
}

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

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

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

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

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

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

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

/* ハンバーガメニューアニメーション */

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

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

.h__ttl {
    font-size: 28px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: normal;

}

.h__ttl.en {
    font-size: 26px;
}

.h__sub__ttl {
    font-size: 16px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    margin-left: 7px;
}

.h__ttl__border {
    width: 49.64px;
    height: 2.17px;
    background-color: #eba03b;
    margin-top: 6px;
    ;
}

/* フッター */
.footer__wrap {
    background-color: #ebe9e3;
    padding-bottom: 10px;
}

.footer__nav {
    padding: 37px 20px 19px;
}

.footer__nav>li {
    font-size: 20px;
    border-left: 1px solid;
    padding-left: 5px;

}

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

.footer__nav li a {
    text-decoration: none;
    color: #000;
}

.footer__work-list__pc {
    display: none
}

.footer__work-list__sp {
    font-size: 20px;
}

.footer__work-list__sp li {
    margin-bottom: 20px;
}

.footer__under {}

.footer__logo {
    width: 230px;
    margin: 0 auto;
    margin-bottom: 7px;
    ;
}

.footer__address__info {
    line-height: 1.5;
    text-align: center;
    font-size: 13px;
}

.footer__address__info span {
    font-size: 15px;
    font-weight: bold;
}

.footer__pp-tokusyo__wrap__pc {
    display: none;

}

.footer__pp {
    margin-right: 6%;
    ;
}

.footer__pp a {
    text-decoration: none;
    color: #000;
}

.footer__tokusyo {}

.footer__tokusyo a {
    text-decoration: none;
    color: #000;
}

.footer__sns__list {
    display: flex;
    justify-content: center;
    margin-top: 13px;
    margin-bottom: 28px;
}

.footer__sns__list li {
    width: 32.17px;
}

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

.footer__pp-tokusyo__wrap__sp {
    font-size: 13px;
    display: flex;
    justify-content: center;
}

.cw {
    font-size: 13px;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 8px;
}

/* 下層共通 */
.under-page__send__wrap{
    font-size: 12px;
    display: flex;
    padding:9px 20px 19px;
    flex-wrap: wrap;
    line-height: 1.7;
}
 .under-page__send__arrow{

 }
 .home__send a{
    text-decoration: none;
    color: #000;
 }
 .under__bg {
    background-image: url("../img/top/bg-sp.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;

}

.prev__page a{
    text-decoration: none;
    color: #000;
}

/*  */
.content__wrapper{
    margin: 0 20px;
    
}

/* 下層共通 */

.header__sp__wrap .header__sp{
    border-bottom: 4px solid #eba03b;
    background-color: #fff;
}

.header{
    margin-bottom:0;
}
/*  */

.ec-cartRole, #form1, .ec-registerRole__actions,
.ec-RegisterRole__actions, #shopping-form, .ec-cartCompleteRole {
    margin-bottom: 1.5rem!important;
}

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

    .header__sp{
        padding:0 2.7%;
    }
    .header__pc__nav__wrap {
        width:100%;
        height: 84.01px;
        display:block;
    }

    .header__pc__nav {
        display: flex;
        justify-content: center;
        height:100%;
        margin: 0 20px;
        
    }
    .header__pc__nav li{
        height:100%;
        
    }
    .header__pc__nav >li:not(:last-child){
        margin-right:5%;
    }
    .header__pc__nav >li> a{
        text-decoration: none;
        color: #000;
        height:100%;
        display: flex;
        align-items: center;
    }

    .header__pc__new-work{
        cursor: pointer;
    }

    .header__pc__new-work__list__wrap{
        position:absolute;
        background-color:#fff;
        max-width:100%;
        top:60px;
       background: rgba(255, 255, 255, 0.8);
       overflow: hidden;
       height:0;

       transition: all 0.5s;
    }

    .header__pc__new-work__list {
       /*  display: none; */
       width:100%;
        font-size: 12px;
        
        padding: 10px 7px;
        
       /* white-space: nowrap; */
       border-top: 3px solid #eba03b;
       

    }

    /* .header__pc__new-work:hover .header__pc__new-work__list{
        display:block;
    } */

    .header__pc__new-work__list li:not(:last-child){
        margin-bottom: 10px;
    }

    .header__pc__new-work__list li a{
        text-decoration: none;
        color: #000;
    }

    .l-header__nav-btn {
       
        display: none;
    }
    .header__sp__r-wrap {
        display: flex;
        align-items: center;
        margin-right:0;
        height: 56.92px;
    }

    /* .header__sp {
        
        padding: 0 7.7%;
        background-color:transparent;
        width: 100%;
        border-bottom: #eba03b 5.8px solid;
    } */



    .header__sp__shisa {
        width: 74px;
    }

    .header__sp__logo {
        width: 203.6px;
        margin-left: 3%;
        padding:10px 0;
    }

    .header__sp__mail__icon {
        width:64.67px;
        margin-right: 12%;
        display:block;
    }

    .header__sp__member__icon{
    
        width: 48px;
        position: relative;
        bottom: 1.5px;
        margin-right: 12%;
       
        
    }

    .header__sp__login__icon{
        position: relative;
        width:47px;
        bottom:4px;
        margin-right:12%;
    }

    .header__sp__member__icon:hover .header__sp__member__icon__txt{
        opacity:1;
    }
    .header__sp__login__icon:hover .header__sp__login__icon__txt{
        opacity:1;
    }
    
    .header__sp__member__icon__txt{
        font-size: 12px;
        text-align: center;
        position: absolute;
        width: 50px;
    left: -12px;
    bottom: -19px;
       display:block;
       opacity:0;
       transition: opacity 0.5s;
    }
    .header__sp__login__icon__txt{
        font-size: 12px;
        text-align: center;
        position: absolute;
        width: 50px;
    left: -12px;
    bottom: -19px;
       display:block;
       opacity:0;
       transition: opacity 0.5s;
    }

    .header__sp__member__icon__txt a{
        text-decoration: none;
        color: #000;
    }
    .header__sp__login__icon__txt a{
        text-decoration: none;
        color: #000;
    }
    .header__sp__cart__icon {
        width: 62.78px;
        position: relative;
    }
    .header{
        margin-bottom: 0;
    }

    @media screen and (max-width: 1000px){
        .header__sp {
        
            padding: 0 3%;
            background-color:transparent;
            width: 100%;
            border-bottom: #eba03b 5.8px solid;
        
        }

       
        .header__pc__nav li {
            height: 100%;
            font-size: 14px;
        }

        .header__sp__shisa {
            width: 60.620px;
        }

        .header__sp__logo {
            width: 180px;
            margin-left: 3%;
            padding: 10px 0;
        }

        .header__sp__mail__icon {
            width: 46.67px;
    margin-right: 10%;
        }

        .header__sp__login__icon {
            position: relative;
            width: 34px;
            bottom: 4px;
            margin-right: 10%;
        }

        .header__sp__cart__icon {
            width: 47.78px;
    position: relative;
        }

        .header__sp__member__icon{
    
            width: 35px;
    position: relative;
    bottom: 1.5px;
    margin-right: 10%;
        }
    
    }


    /* 共通部分 */
.br__pc {
    display: block;
}
.br__sp {
    display: none;
}

.h__ttl {
    font-size: 33px;
    font-weight: normal;

}

.h__ttl.en {
    font-size: 30px;
}

.h__sub__ttl {
    margin-left: 7px;
}

.news .h__ttl__border {
    width: 184.28px;
    
    margin-top: 6px;
    margin-left: -61px;;
    margin-left: -104px
}


/* フッター */
.footer__wrap {
    background-color: #ebe9e3;
    padding-bottom: 32px;
    padding-top: 34px;
}

.footer__info__wrap{
    max-width:1200px;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.footer__info__wrap02{
    margin-top:72px;
    display: flex;
    flex-direction:column;
    margin-left:0;
    width:65%;
}

.footer__nav {
    padding:0;
    display: flex;
    flex-wrap: wrap;
    /* max-width:440px; */
    width:87%;
}



/* .footer__nav>li:nth-last-child(2){
    width: 100%;
} */

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

.footer__nav>li {
    font-size: 14px;
    border-left: 1px solid;
    padding-left: 5px;
    width:22%;
    margin-bottom: 33px;
    padding-right: 5px;

}

.footer__nav li a {
    text-decoration: none;
    color: #000;
}

.footer__work-list__wrap{
    height:16px;
}

.footer__work-list__sp {
    font-size: 20px;
    display: none;
}
.footer__work-list__pc{
    display:flex;
    position: absolute;
    flex-wrap: wrap;
    max-width:350px;
    margin-top: 6.5px;

}

.footer__work-list__pc li{
    width:48%;
    margin-bottom: 16.5px;
}

.footer__work-list__pc li:not(:nth-child(2n)){
    padding-right: 10px;
}

.footer__work-list__sp li {
    margin-bottom: 20px;
}


.footer__nav>.footer__work-list__gallery{
    width: 75%;
}
.footer__work-list__contact{}
.footer__work-list__member{}


.footer__under {
    width:35%;
    margin-right: 30px;
}

.footer__logo {
    width: 230px;
    margin: 0 ;
    margin-bottom: 7px;
    ;
}

.footer__address__info {
    line-height: 1.75;
    text-align: left;
    font-size: 13px;
}

.footer__address__info span {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-block;
}

.footer__address__info .f__br{
    display: inline-block;
    font-weight: normal;
}

.footer__pp-tokusyo__wrap__pc {
    display: flex;
    font-size:12px;
    margin-top: auto;
    margin-bottom:0;
    margin-right: -148px;
    width: 66%;
    margin-left: auto;

}

/*  */
.content__wrapper{
    margin: 0 auto;
    max-width: 1040px;

    padding: 0 20px;
}

@media screen and (max-width: 1024px){
    .footer__pp-tokusyo__wrap__pc {
        display: flex;
        font-size:12px;
        margin-top: auto;
        margin-bottom:0;
        margin-right:auto;
        width: 66%;
        margin-left: 0;
    
    }

    .footer__info__wrap02 {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        margin-left: 6.5%;
    }
    .footer__work-list__pc li {
        width: 100%;
        margin-bottom: 16.5px;
    }
}


.footer__pp {
    margin-right: 6%;
    ;
}

.footer__pp a {
    text-decoration: none;
    color: #000;
}

.footer__tokusyo {}

.footer__tokusyo a {
    text-decoration: none;
    color: #000;
}

.footer__sns__list {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 0;
}

.footer__sns__list li {
    width: 36.5px;
}

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

.footer__pp-tokusyo__wrap__sp {
    font-size: 13px;
    display: flex;
    justify-content: center;
    display:none;
}

.cw {
    font-size: 13px;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 8px;
}

/* 下層共通 */
.under-page__send__wrap{
    font-size: 14px;
    display: flex;
    padding:17px 20px 54px;
    max-width:1040px;
    margin: 0 auto;
}

.under__bg {
    background-image: url(../img/top/bg-pc.png);
   
}


}