@charset "UTF-8";
/* =====================
ヘッダー
===================== */
header .header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 0 15px;
  align-items: center;
}

header .header-logo {
  max-width: 110px;
  width: 100%;
}

header .header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header .header-rig {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

header .header-nav a {
  display: block;
  color: #534741;
  text-decoration: none;
}

header .header-nav a:hover {
  text-decoration: underline;
}

header .header-nav li {
  margin-right: 15px;
}

header .header-search {
  position: relative;
}

header .header-search input {
  background-color: #F1F1F1;
  border-radius: 20px;
  max-width: 180px;
  width: 100%;
  padding: 8px 0;
  text-indent: 25px;
}

header .header-search .ui11 {
  position: absolute;
  top: 8px;
  left: 8px;
  right: 0;
  width: 14px;
  height: 14px;
}

header .ui07 a::before {
  content: "";
  padding-left: 14px;
  margin-right: 5px;
  background-image: url("../img/header/ui07.png");
  background-repeat: no-repeat;
  background-size: 14px 19px;
  background-position: center;
}

header .ui08 a::before {
  content: "";
  padding-left: 15px;
  margin-right: 5px;
  background-image: url("../img/header/ui08.png");
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: center;
}

header .ui09 a::before {
  content: "";
  padding-left: 12px;
  margin-right: 5px;
  background-image: url("../img/header/ui09.png");
  background-repeat: no-repeat;
  background-size: 12px 17px;
  background-position: center;
}

header .ui10 a::before {
  content: "";
  padding-left: 15px;
  margin-right: 5px;
  background-image: url("../img/header/ui10.png");
  background-repeat: no-repeat;
  background-size: 15px 16px;
  background-position: center;
}

header .ui11 a::before {
  content: "";
  padding-left: 15px;
  margin-right: 5px;
  background-image: url("../img/header/ui11.png");
  background-repeat: no-repeat;
  background-size: 15px 16px;
  background-position: center;
}

header .ui12 a::before {
  content: "";
  padding-left: 15px;
  margin-right: 5px;
  background-image: url(../img/header/icn_guide.png);
  background-repeat: no-repeat;
  background-size: 15px 16px;
  background-position: center;
}

header .header-sendfree-txt {
  max-width: 590px;
  display: inline-block;
  background-color: #EF8695;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  background-color: #EF8695;
  /* margin-top: -60px;
  margin-bottom: 10px; */
}

header .header-sendfree-txt-fs01 {
  font-size: 17px;
  margin-right: 10px;
}

header .header-sendfree-txt strong {
  font-size: 17px;
}

header .ui01 {
  max-width: 29px;
  width: 100%;
  margin-right: 10px;
}

header .header-company-logo {
  background-color: #fff;
  padding: 0px 0 5px;
  width: 100%;
}

header .header_img01 {
  max-width: 660px;
  width: 100%;
  margin: auto;
}

nav .nav-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

nav .nav-ul-li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

nav .nav-ul-li .nav-ul-li-a {
  display: block;
  text-decoration: none;
  text-align: center;
  background-color: #fff;
  padding: 15px 0;
}

nav .nav-ul-li .nav-ul-li-a:hover span {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

nav .nav-ul-li .nav-ul-li-a span {
  display: block;
  border-right: 1px solid #6d5e5b;
  color: #6d5e5b;
  font-size: 18px;
  transition: 0.4s ease,background 0.4s ease,transform 0.4s ease,opacity 0.4s ease,border 0.4s ease,padding 0.4s ease,left 0.4s ease,box-shadow 0.4s ease,-webkit-transform 0.4s ease,-webkit-box-shadow 0.4s ease;
}

nav .nav-ul-li:last-child .nav-ul-li-a span {
  border-right: none;
}

nav .nav-ul-li .ui02 span:before {
  content: "";
  margin-right: 5px;
  padding-left: 19px;
  background-image: url("../img/header/ui02.png");
  background-repeat: no-repeat;
  background-size: 19px 17px;
  background-position: center;
}

nav .nav-ul-li .ui03 span:before {
  content: "";
  margin-right: 5px;
  padding-left: 18px;
  background-image: url("../img/header/ui03.png");
  background-repeat: no-repeat;
  background-size: 18px 20px;
  background-position: center;
}

nav .nav-ul-li .ui04 span:before {
  content: "";
  margin-right: 5px;
  padding-left: 18px;
  background-image: url("../img/header/ui04.png");
  background-repeat: no-repeat;
  background-size: 18px 20px;
  background-position: center;
}

nav .nav-ul-li .ui05 span:before {
  content: "";
  margin-right: 5px;
  margin-right: 5px;
  padding-left: 18px;
  background-image: url("../img/header/ui05.png");
  background-repeat: no-repeat;
  background-size: 18px 19px;
  background-position: center;
}

nav .nav-ul-li .ui06 span:before {
  content: "";
  margin-right: 5px;
  margin-right: 5px;
  padding-left: 13px;
  background-image: url("../img/header/ui06.png");
  background-repeat: no-repeat;
  background-size: 13px 18px;
  background-position: center;
}

nav .nav-ul-li .ui07 span:before {
  content: "";
  margin-right: 5px;
  padding-left: 18px;
  background-image: url("../img/header/home_icon.png");
  background-repeat: no-repeat;
  background-size: 18px 17px;
  background-position: center;
}

nav .megamenu {
  background-color: #fff;
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 50px 50px;
  display: none;
}

nav .megamenu-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

nav .megamenu-ttl {
  font-size: 16px;
  margin-bottom: 20px;
}

nav .megamenu-ul li {
  font-size: 16px;
  margin-bottom: 10px;
}

nav .megamenu-ul li a:hover {
  text-decoration: underline;
}

nav .megamenu-flexitem-lft {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

nav .megamenu-flexitem-lft.only {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

nav .megamenu-ul-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

nav .megamenu-flexitem-rig {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

nav .megamenu-ul {
  margin-right: 50px;
}

nav .megamenu-ttl01:before {
  content: "";
  padding-left: 25px;
  margin-right: 5px;
  background-image: url(../img/side/ui01.png);
  background-repeat: no-repeat;
  background-size: 25px 22px;
  background-position: center;
}

nav .megamenu-ttl02:before {
  content: "";
  padding-left: 27px;
  margin-right: 5px;
  background-image: url(../img/side/ui02.png);
  background-repeat: no-repeat;
  background-size: 27px 19px;
  background-position: center;
}

nav .megamenu-ttl03:before {
  content: "";
  padding-left: 16px;
  margin-right: 5px;
  background-image: url(../img/side/ui03.png);
  background-repeat: no-repeat;
  background-size: 16px 17px;
  background-position: center;
}
nav .megamenu-ttl04:before {
  content: "";
  padding-left: 16px;
  margin-right: 5px;
  background-image: url(../img/side/ui03_b.png);
  background-repeat: no-repeat;
  background-size: 18px 20px;
  background-position: center;
}
nav .megamenu-ttl05:before {
  content: "";
  padding-left: 16px;
  margin-right: 5px;
  background-image: url(../img/side/ui05_b.png);
  background-repeat: no-repeat;
  background-size: 18px 19px;
  background-position: center;
}
nav .megamenu-ttl06:before {
  content: "";
  padding-left: 16px;
  margin-right: 5px;
  background-image: url(../img/side/ui04_b.png);
  background-repeat: no-repeat;
  background-size: 18px 19px;
  background-position: center;
}
nav .nav-ul-li01:hover .megamenu {
  display: block;
}

@media (min-width: 1px) and (max-width: 940px) {
  header .menu-btn {
    max-width: 29px;
    max-width: 26px;
    margin-right: 10px;
    margin-top: 9px;
    margin-top: 2px;
  }
  header .header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header .header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 10px;
  }
  header .header-nav li {
    margin-right: 10px;
  }
  header .header-nav a span {
    display: none;
  }
  header .header-sendfree-txt {
    max-width: unset;
    margin: 0;
    border-radius: 0;
    margin-top: 77px;
  }
  header .header-logo {
    /* max-width: 100px; */
    max-width: 84px;
    margin-top: -5px;
  }
  header .header-search {
    display: none;
    right: 5px;
    top: 25px;
  }
  header .header-search.open {
    display: block;
    position: absolute;
  }
  header .header-sendfree-txt strong {
    font-size: 12px;
  }
  header .header-company-logo {
    display: none;
  }
  header .ui07 a::before {
    content: "";
    padding: 5px 0;
    margin-right: 10px;
    padding-left: 20px;
    background-size: 20px 25px;
  }
  header .ui10 a::before {
    content: "";
    padding: 5px 0;
    padding-left: 21px;
    margin-right: 10px;
    background-size: 21px 22px;
  }
  header .ui11 a::before {
    content: "";
    padding: 5px 0;
    padding-left: 21px;
    margin-right: 0;
    background-size: 21px 22px;
  }
  nav .nav-ul-li .ui02 span:before {
    display: block;
    width: 19px;
    height: 17px;
    margin: auto;
    margin-bottom: 10px;
    margin-bottom: 5px;/*01/10追記*/
  }
  nav .nav-ul-li .ui03 span:before {
    display: block;
    width: 19px;
    height: 17px;
    margin: auto;
    margin-bottom: 10px;
    margin-bottom: 5px;/*01/10追記*/
  }
  nav .nav-ul-li .ui04 span:before {
    display: block;
    width: 19px;
    height: 17px;
    margin: auto;
    margin-bottom: 10px;
    margin-bottom: 5px;/*01/10追記*/
  }
  nav .nav-ul-li .ui05 span:before {
    display: block;
    width: 19px;
    height: 17px;
    margin: auto;
    margin-bottom: 10px;
    margin-bottom: 5px;/*01/10追記*/
  }
  nav .nav-ul-li .ui06 span:before {
    display: block;
    width: 19px;
    height: 17px;
    margin: auto;
    margin-bottom: 10px;
    margin-bottom: 5px;/*01/10追記*/
  }
  nav .nav-ul-li .ui07 span:before {
    display: block;
    width: 19px;
    height: 17px;
    margin: auto;
    margin-bottom: 10px;
    margin-bottom: 5px;/*01/10追記*/
  }
  nav .nav-ul-li .nav-ul-li-a span {
    border-right: none;
  }
  nav .nav-ul-li .nav-ul-li-a {
    border-right: 2px solid #6d5e5b;
    padding-top: 7px;/*01/10追記*/
    padding-bottom: 7px;/*01/10追記*/
  }
  nav .nav-ul-li:last-child a {
    border-right: none;
  }
  nav .nav-ul-li01:hover .megamenu {
    display: none;
  }
}

@media (min-width: 1px) and (max-width: 640px) {
  nav .nav-ul-li .nav-ul-li-a span {
    font-size: 16px;
  }
}

/* /p/cart ページ専用のスタイル */
body.page-cart header .header-nav {
  display: none; /* 例: ヘッダーナビゲーションを非表示にする */
}