.sp_logo, .zdo_drawer_menu {
  display: none;
}




@media screen and (max-width:1024px) {
  .header_ue {
    display: none;
  }
  .sp_logo {
    display: block;
    padding: 10px;
  }
  .sp_logo img {
    width: 220px;
    height: auto;
  }
  .zdo_drawer_menu {
    display: block;
    z-index: 11;
    position: relative;
  }
  .header {
    background: none;
    padding: 0;
    right: 61px;
    left: auto;
    top: 9px;
    width: 113px;
    z-index: 10000;
    display: none;
  }
  .header .header_nav_wrap, .header .logo {
    display: none !important;
  }
  .header.scrolled {
    background: none;
  }
  .zdo_drawer_menu .sp_header_login {
    position: fixed;
    right: 70px;
    top: 25px;
  }
  .zdo_drawer_menu .zdo_drawer_button {
    top: 25px;
  }
  .footer .sns_icon_list {
    margin: 50px auto 0px auto;
    padding: 0;
    max-width: inherit !important;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 15px;
  }
  .sns_icon_list li {
    margin: 0 6px;
    width: 26px;
  }
  .sp_inner_logo{
        position: absolute;
        left: 12px;
        top: 11px;
        max-width: 129px;
        height: auto;
  }
  .zdo_drawer_nav_wrapper .sns_icon_list {
    margin: 0 auto;
    max-width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 10px;
    margin: 30px 0;
  }
 .zdo_drawer_nav_wrapper .sns_icon_list li svg.desvg ellipse{
   fill:#645042;
  
  }
  .zdo_drawer_nav_wrapper .sns_icon_list svg.desvg path {
     fill:#645042;
    width: 20px;
  }
}
@media screen and (max-width:767.886px) {
  .sp_header_address {
    display: block !important;
    margin: 0 auto 10px;
    width: calc(100% - 30px);
    text-align: center;
  }


  .sp_logo img {
    width: 127px;
  }
  .zdo_drawer_menu .sp_header_login {
    top: 10px;
  }
  .zdo_drawer_menu .zdo_drawer_button {
    top: 8px;
  }
}
.zdo_drawer_menu .header_login .h-column {
  justify-content: flex-start;
}
.zdo_drawer_menu .header_login .incart .total-quant {
  min-width: 15px;
  height: 15px;
  line-height: 17px;
}
.zdo_drawer_button * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none;
}
.zdo_drawer_button {
  display: block;
  padding: 0;
  width: 42px;
  height: 42px;
  border-radius: 0px;
  padding: 5px;
  position: relative;
  background: none;
  border: none;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none;
  background: var(--color_05);
  border-radius: 3px;
}
.zdo_drawer_button .zdo_drawer_bar {
  display: block;
  width: 20px;
  height: 2px;
  transition: all 0.2s;
  transform-origin: 0% 0%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.zdo_drawer_button .zdo_drawer_bar1 {
  top: 13px;
}
.zdo_drawer_button .zdo_drawer_bar2 {
  top: 50%;
}
.zdo_drawer_button .zdo_drawer_bar3 {
  top: 70%;
}
.zdo_drawer_button.active .zdo_drawer_bar {
  width: 22px;
  left: 8px;
}
.zdo_drawer_button.active .zdo_drawer_bar1 {
  transform: rotate(0.7853981634rad) translateY(-50%);
  top: 14px;
}
.zdo_drawer_button.active .zdo_drawer_bar2 {
  opacity: 0;
}
.zdo_drawer_button.active .zdo_drawer_bar3 {
  transform: rotate(-0.7853981634rad) translateY(-50%);
  top: 30px;
}
.zdo_drawer_button.active .zdo_drawer_menu_text {
  display: none;
}
.zdo_drawer_button.active .zdo_drawer_close {
  display: block;
}
.zdo_drawer_text {
  width: 100%;
  position: absolute;
  bottom: -20px;
  left: 0;
  text-align: center;
  font-size: 10px;
}
.zdo_drawer_close {
  letter-spacing: 0.08em;
  display: none;
}
/*+++ Default Button Color +++*/
.zdo_drawer_button {
  color: #fff;
}
.zdo_drawer_button .zdo_drawer_bar {
  background-color: #fff;
}
/* === Hambuerger Button's Style End === */
.zdo_drawer_menu .zdo_drawer_button {
  /*+++ Hamburger Button Position +++*/
  position: fixed;
  right: 10px;
  z-index: 8;
}
.zdo_drawer_menu a {
  color: inherit;
  text-decoration: none;
}
.zdo_drawer_menu a:visited {
  color: inherit;
}
.zdo_drawer_menu .zdo_drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 7;
  background-color: rgba(51, 51, 51, 0.5);
  display: none;
  top: 57px;
  left: 0;
}
.zdo_drawer_menu .zdo_drawer_nav_wrapper {
  width: 100%;
  height: 100%;
  transition: all 0.2s;
  transform: translate(100%);
  position: fixed;
  top: 0px;
  right: 0;
  z-index: 7;
  overflow: auto;
  padding: 60px 30px;
  background: var(--color_01);
  background-size: 163%;
}
.zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
  transform: translate(0);
}
.zdo_drawer_menu.left .zdo_drawer_button {
  right: auto;
  left: 32px;
}
.zdo_drawer_menu.left .zdo_drawer_nav_wrapper {
  transform: translate(-100%);
  right: auto;
  left: 0;
}
.zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open {
  transform: translate(0);
}
/*+++ Default Navigation CSS +++*/
.zdo_drawer_menu .zdo_drawer_nav {
  //padding: 70px 24px;
}
.zdo_drawer_menu .zdo_drawer_nav li {
  font-size: 15px;
}
.zdo_drawer_menu .zdo_drawer_nav li a {
  display: block;
  padding: 10px 15px;
}
.zdo_drawer_menu .zdo_drawer_nav li a img{
    mix-blend-mode: exclusion;
    width: 11px;
    vertical-align: baseline;


}
	
	
/*# sourceMappingURL=/zdo_drawer_menu.css.map */
.child_btn {}
.zdo_drawer_menu .zdo_drawer_nav li .sub-menu {
  display: none;
  padding: 5px 15px;
  background: rgb(255 255 255 / 69%);
  margin-bottom: 15px;
}
.zdo_drawer_menu .zdo_drawer_nav li .sub-menu li:last-of-type {
  border: none;
}
.zdo_drawer_menu .zdo_drawer_nav li {
  margin-top: -1px;
  position: relative;
  border-bottom: solid 1px var(--color_03);
}
.accordionBtn {
  position: absolute;
  right: 0;
  top: 2px;
  width: 42px;
  height: 48px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.zdo_drawer_menu .zdo_drawer_nav li .accordionBtn:before {
  content: "＋";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: none;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: var(--color_05);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  font-weight: bold;
}
.zdo_drawer_menu .zdo_drawer_nav li .accordionBtn.active:before {
  content: "－";
}
/*              spメニュー　　　上　　　*/
/*.zdo_drawer_nav_wrapper .sns_icon_list{
	padding:0 0 15px 15px;
	
}*/
/*            spメニュー　navi　　　　　*/
.zdo_drawer_nav {}
.zdo_drawer_menu .zdo_drawer_nav li a {
  line-height: 1.5;
  padding: 15px;
  padding-right: 25px;
  position: relative;
  font-weight: bold;
}
.zdo_drawer_menu .zdo_drawer_nav li a i {
  color: var(--color_02);
  margin-right: 5px;
}
.zdo_drawer_menu .zdo_drawer_nav li a:after {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1 / 1;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/common/new_arrow_01_w.svg) no-repeat center center;
  background-size: contain;
}
.zdo_drawer_menu .zdo_drawer_nav li.menu-item-has-children a:after {
  display: none;
}
.sp_menu > li > a:before {
  content: "\f4cb";
  font-family: "Font Awesome 5 pro";
  font-weight: 600;
  margin-right: 10px;
}
.sp_has_sub_menu {
  position: relative;
}
.open_btn {
  position: absolute;
  right: 0;
  top: 1px;
  width: 60px;
  height: 51px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  display: flex;
  background: #ebefe0;
  color: #889d3f;
  cursor: pointer;
}
.open_btn:before {}
.open_btn:before {
  content: "\f067";
  font-family: "Font Awesome 5 pro";
  font-weight: 300;
}
.open_btn.active:before {
  content: "\f068";
  font-family: "Font Awesome 5 pro";
  font-weight: 300;
}
.sp_sub_menu {
  display: none;
  background-color: #ebefe0;
}