/*送料*/
.up {
    background: #212121;
    padding: 8px 20px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}


/*ヘッダロゴ*/
.ec-headerTitle__title h1 {
    width: 200px;
    position: relative;
    z-index: 3;
}

/*ヘッダ右メニュー*/
.ec-headerRole {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    color: #525263;
    -webkit-text-size-adjust: 100%;
    width: 100% !important;
    max-width: none !important;
    padding-top: 32px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: auto;
}
.ec-headerNaviRole {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    color: #525263;
    -webkit-text-size-adjust: 100%;
    width: 100% !important;
    max-width: none !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
}
.header_right {
    position: relative;
    bottom: 0px;
    z-index: 1;
}



/*ヘッダ検索*/
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
        border-top-right-radius: inherit;
        border-top-left-radius: 4px !important;
        border-bottom-left-radius: 4px !important;
}
    
.ec-headerSearch .ec-headerSearch__keyword {
        float: right;
        width: 57%;
        border-bottom-left-radius: inherit;
        border-top-right-radius: 4px !important;
        border-bottom-right-radius: 4px !important;
}

.ec-headerNaviRole .ec-headerNaviRole__search {
    display: inline-block;
    margin-top: 10px;
    position: absolute;
    right: 20px;
    top: 70px;
}

/*FV*/
.fv {
    background: url(/img/fv.png) no-repeat center center #f9f9f9;
    background-size: 80%;
    width: 100%;
    height: 100vh;
    position: relative;
    top: -99px;
    left:0;
}

/*FVギフト*/
.gift {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #212121;
    padding: 0 32px 0px 16px;
    width: 300px;
    height: 120px;
    z-index: 4;
}
.gift img {
    width: 120px;
    position: relative;
    bottom: 16px;
}
.gift a {
    color: #fff;
    font-size: 16px;
}

/*新着商品*/
.center_btn {
    margin: 64px auto;
    text-align: center;
}

/*footer*/
.shopinfo {
    max-width: 1150px;
    margin: 64px auto;
}
.map_l {
    max-width: 760px;
}

.map_r {
    padding: 80px 32px;
    width: calc(100% - 800px);
}

.footer_bottom {
    background: #212121;
    padding: 40px 20px;
}
.footer_bottom2 {
    width: 160px;
}
.footer_bottom copyright {
    font-size: 11px;
    color: #fff;
}
.ec-blockTopBtn {
    display: none !important;
}
.ec-footerRole {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 100px;
}
.ec-footerRole {
    border-top: 1px solid #7d7d7d !important;
    margin-top: 30px;
    background: #fff !important;
}
.ec-footerNavi .ec-footerNavi__link a {
    display: block;
    border-bottom: none !important;
    padding: 15px 0;
    font-size: 14px;
    color: #222 !important;
    text-decoration: none;
}
.insta {
    width: 16px !important;
    position: relative;
    bottom: 2px;
    margin-right: 8px;
}
.free_footer {
    background: #edecea;
    padding: 16px 24px;
    font-size: 14px;
    color:#111;
    margin: 32px auto 0;
    max-width: 240px;
}
.free_footer span {
    font-size: 36px;
    letter-spacing: 0.15em;
    display: block;
    color:#111;
    font-weight: bold;
}

.flex {
display: flex;
flex-wrap: wrap;
}
.fd_r { 
flex-direction: row;
}
.fd_rr { 
flex-direction: row-reverse;
}
.ai_s {
align-items: flex-start;
}
.ai_c {
align-items: center;
}
.jc_s {
justify-content: flex-start;
}
.jc_c {
justify-content: center;
}
.jc_b {
justify-content: space-between;
}
.jc_e {
justify-content: flex-end;
}

.w50per{
    width: 50%;
}

.ttl3 {
    font-weight: bold;
    color: #222;
    font-size: 18px;
}
.ttl3::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1px;
  background: #222;
  vertical-align: middle;
  margin-right: 0.7em;
  position: relative;
  bottom: 2px;
}

.ttl4 {
    font-weight: bold;
    color: #222;
    font-size: 72px;
    margin-bottom: 64px;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.big_font {
    font-weight: bold;
    color: #222;
    font-size: 32px;
    line-height: 2em;
}

img {
max-width: 100%;
height: auto;
}

p {
    line-height: 1.8em;
}