@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
header用CSS
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
#bipet-header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1000;
}

.fs-l-page {
  /* padding-top: 248px; */
  padding-top: 180px;
}

.fs-l-header {
  padding: 0;
}

/*　PCのみのキャッチ　*/
.header-catch {
  display: none;
}

.topheader-css .header-catch {
  display: block;
  text-align: center;
  padding: 5px 0;
  background-color: #489122;
  background-color: var(--green02-color);
  color: #FFF;
}

/*　ロゴ　*/
.sitelogo {
  max-width: 105px;
  width: 20%;
  transition: .3s;
}

.topheader-css .sitelogo {
  max-width: 240px;
  /*
  width: 35%;
  */
  width: 30%;
  transition: .3s;
}

/*　ヘッダーメイン　*/
.header-maincontent {
  background-color: #FFF;
  box-shadow: 0px 0px 23px 2px rgb(77 77 77 / 30%);
  -webkit-box-shadow: 0px 0px 23px 2px rgb(77 77 77 / 30%);
  -moz-box-shadow: 0px 0px 23px 2px rgba(77, 77, 77, 0.3);
}

.topheader-css .header-maincontent {
  box-shadow: none;
}

.header-wrap {
  max-width: 1200px;
  margin: 0 auto;
  width: 96%;
  padding: 5px 0 0;
}

.topheader-css .header-wrap {
  padding: 10px 0 5px;
}

.header-menublock {
  margin-left: auto;
  flex-direction: row-reverse;
  display: flex;
  /* align-items:center; */
}

.topheader-css .header-menublock {
  display: block;
}

.header-menublock01 {
  align-items: center;
}

.topheader-css .header-menublock01 {
  justify-content: flex-end;
}

.header-menublock01 li {
  margin-left: 40px;
}

@media screen and (max-width:1024px) {
  .header-menublock01 li {
    margin-left: 22px;
  }
}

.header-menublock01 li:first-child {
  margin-left: 0;
}

.header-menublock01 li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

a:hover {
  text-decoration: none;
}

.pc.search-block {
  display: none;
}

.topheader-css .pc.search-block {
  display: block;
}

.icon-img {
  position: relative;
}

.icon-img .fs-client-cart-count {
  position: absolute;
  border-radius: 8px;
  font-size: 1.2rem;
  color: #FFF;
  background-color: red;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 1.4;
  top: -5px;
  right: -5px;
}

.icon-img img {
  height: 30px;
}

.icon-text {
  display: none;
}

.topheader-css .icon-text {
  display: inline-block;
  font-size: 1.2rem;
}

/*　PCのみメニュー　*/
.header-menublock02 {
  margin-top: 10px;
}

.topheader-css .header-menublock02 {
  margin-top: 24px;
}

.header-menublock02 ul {
  justify-content: flex-end;
}

.header-menublock02 li {
  margin-left: 37px;
}

.header-menublock02 li a {
  position: relative;
}

@media screen and (max-width:1024px) {
  .header-menublock02 li {
    margin-left: 17px;
  }

  .header-menublock02 li a {
    font-size: 1.3rem;
  }
}

.header-menublock02 li a::after {
  width: 5px;
  height: 5px;
  border: 2px solid;
  border-color: transparent transparent #71AC4E #71AC4E;
  border-color: transparent transparent var(--green-color) var(--green-color);
  transform: rotate(-45deg);
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -7px;
}

/* PCサブメニュー */
.header-menublock02 .subnav {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 140px;
  transition: .7s;
  /* padding: 10%; */
  z-index: -1;
  transform: translateY(-500px);
}

.header-menublock02 li a:hover+.subnav,
.header-menublock02 li .subnav:hover,
.subnav-menu01:hover,
.subnav-menu02:hover {
  top: 60px;
  transform: translateY(0px);
  transition: .3s;
}

.topheader-css .header-menublock02 li a:hover+.subnav,
.topheader-css .header-menublock02 li .subnav:hover {
  top: 160px;
  transform: translateY(0px);
  transition: .3s;
}

.header-menublock02 li a:hover .soryo,
.header-menublock02 li a:hover .soryo-line {
  z-index: -5;
}

.subnav-menu01,
.subnav-menu02 {
  width: 50%;
  padding: 10px 12px;
  height: 140px;
  display: flex;
  align-items: center;
}

.subnav-menu01 {
  background-color: #654929;
  justify-content: flex-end;
}

.subnav-menu02 {
  background-color: #71AC4E;
}

.subnav .subnav-menu-mainlink {
  max-width: 320px;
  width: 65%;
  font-size: 0;
}

.header-menublock02 li .subnav-menu-mainlink::after {
  display: none;
}

.subnav-menu-list {
  width: 50%;
  max-width: 300px;
  padding: 0 20px;
}

.subnav-menu-list a {
  color: #FFF;
  padding-left: 20px;
}

.header-menublock02 .subnav-menu-list a::after {
  border-color: transparent transparent #FFF #FFF;
  transform: rotate(225deg);
  left: 0;
  right: auto;
  bottom: 0;
  top: 0;
}

.subnav-menu-list div {
  margin-bottom: 6px;
}

.subnav-menu-list div:nth-last-of-type(1) {
  margin-bottom: 0;
}

/*　検索窓　*/
.search-wrapper form {
  position: relative;
}

.search-wrapper button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.search-wrapper button {
  position: absolute;
  right: 7px;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  border: none;
  background-color: transparent;
  font-size: 0;
}

.search-wrapper input {
  width: 237px;
  border: 1px solid #654929;
  border: 1px solid var(--text-color);
  border-radius: 0;
  padding: 5px;
}

/*　送料　*/
.soryo {
  display: none;
  transition: .3s;
  position: relative;
}

.topheader-css .soryo {
  text-align: center;
  color: #FFF;
  background-color: #654929;
  background-color: var(--text-color);
  padding: 5px 0;
  display: block;
  transition: .3s;
  z-index: -5;
}

.topheader-css .soryo-line {
  background: url(https://bipet6530.itembox.design/item/img/common/header_lace.png)repeat-x;
  background-position: bottom center;
  background-size: contain;
  display: inline-block;
  height: 40px;
  width: 100%;
  position: relative;
  z-index: -5;
}

/*--------------------------

sp

---------------------------*/
@media screen and (max-width:768px) {
  .fs-l-page {
    /* padding-top: 160px; */
    padding-top: 100px;
  }

  #bipet-header {
    width: 100%;
    background: #ccc;
    position: fixed;
    height: 42px;
  }

  #nav-drawer {
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #E0BCA0;
    background-color: var(--background-color);
  }

  .topheader-css .header-wrap,
  .header-wrap {
    padding: 0;
  }

  .header-wrap {
    width: 100%;
  }

  .topheader-css .header-maincontent,
  .header-maincontent {
    box-shadow: none;
    height: 50px;
  }

  /*　ロゴ　*/
  .topheader-css .sitelogo,
  .sitelogo {
    max-width: 88px;
    width: 35%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    padding-top: 5px;
  }

  /*チェックボックス等は非表示に*/
  #nav-input,
  .subnav-input {
    display: none;
  }

  /*アイコンのスペース*/
  #nav-open {
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding: 13px 10px 0;
    position: absolute;
    top: 0;
    z-index: 9999;
  }

  .nav-open-wrap {
    display: block;
    position: relative;
  }

  /*ハンバーガーの形をCSSで表現*/
  #nav-open .nav-open-wrap span {
    position: absolute;
    height: 3px;
    /*線の太さ*/
    width: 25px;
    /*長さ*/
    border-radius: 3px;
    background: #555;
    display: block;
    content: '';
    cursor: pointer;
    transition: .3s;
  }

  #nav-open .nav-open-wrap span:nth-of-type(1) {
    top: 0px;
  }

  #nav-open .nav-open-wrap span:nth-of-type(2) {
    top: 10px;
  }

  #nav-open .nav-open-wrap span:nth-of-type(3) {
    top: 20px;
  }

  #nav-input:checked~#nav-open .nav-open-wrap span:nth-of-type(1) {
    transform: translateY(10px) rotate(40deg);
    -webkit-transform: translateY(10px) rotate(40deg);
  }

  #nav-input:checked~#nav-open .nav-open-wrap span:nth-of-type(2) {
    display: none;
  }

  #nav-input:checked~#nav-open .nav-open-wrap span:nth-of-type(3) {
    top: 0px;
    transform: translateY(10px) rotate(-43deg);
    -webkit-transform: translateY(10px) rotate(-43deg);
  }

  /*閉じる用の薄黒箇所*/
  #nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
  }

  /*メニューの中身*/
  #nav-content {
    overflow: auto;
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 9999;
    width: 76%;
    max-width: 330px;
    /*最大幅（お好みで調整を）*/
    height: 100%;
    overflow-y: scroll;
    background: #fff;
    transition: .3s ease-in-out;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
    padding: 30px 15px;
  }

  .search-wrapper form {
    width: 100%;
  }

  .spmenu li {
    position: relative;
    width: 100%;
    font-size: 1.4rem;
    margin-bottom: 15px;
  }

  .spmenu li .icon {
    height: 18px;
    padding-right: 3px;
  }

  .spmenu li a {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 15px;
  }

  .spmenu li a::before {
    width: 5px;
    height: 5px;
    border: 2px solid;
    border-color: transparent transparent #654929 #654929;
    transform: rotate(225deg);
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    margin: auto;
    top: 0;
    bottom: 0;
  }

  .spmenu li.spmenutopic a {
    padding-left: 0;
  }

  .spmenu li.spmenutopic a::before {
    display: none;
  }

  .spmenu li img {
    height: 100%;
  }

  .search-wrapper input {
    width: 100%;
  }

  .spmenu-border {
    border-top: 2px dashed;
    padding-top: 15px;
  }

  /*チェックがついたら表示させる*/
  #nav-input:checked~#nav-close {
    display: block;
    opacity: .5;
    z-index: -5;
  }

  #nav-input:checked~#nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
    background-color: #E0BDA1;
  }

  .header-logo-menu {
    display: flex;
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
  }

  /*サブメニュー*/
  .subnav {
    height: 0;
    opacity: 0;
    padding: 0 10px 0;
    transition: .5s;
    visibility: hidden;
  }

  .spmenu .subnav li:last-child {
    margin-bottom: 0;
  }

  .sunavopen {
    width: 27px;
    height: 23px;
    position: absolute;
    z-index: 100;
    right: 0;
    top: 0;
    margin: auto;
    bottom: 0;
  }

  .sunavopen-wrap {
    position: relative;
    height: 100%;
    display: inline-block;
  }

  .sunavopen-wrap span {
    position: absolute;
    height: 2px;
    width: 15px;
    border-radius: 3px;
    background: #654929;
    display: block;
    content: '';
    cursor: pointer;
    transition: .3s;
  }

  .sunavopen-wrap span:nth-of-type(1) {
    top: 8px;
  }

  .sunavopen-wrap span:nth-of-type(2) {
    transform: translateY(10px) rotate(90deg);
    -webkit-transform: translateY(10px) rotate(90deg);
    top: -2px;
  }

  .subnav-input:checked+label {
    top: 0;
    bottom: auto;
  }

  .subnav-input:checked+label .sunavopen-wrap span:nth-of-type(2) {
    display: none;
  }

  .subnav-input:checked+.sunavopen+.subnav {
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
  }

  .spmenu li.snsarea a {
    padding-left: 0;
  }

  .spmenu li.snsarea a::before {
    display: none;
  }

  .spmenu li.snsarea i {
    font-size: 3rem;
    color: #654929;
  }

  /*ログイン・カート*/
  .header-menublock01 {
    padding: 5px 10px 0 0;
  }

  .topheader-css .icon-text,
  .icon-text {
    display: inline-block;
    font-size: 1rem;
  }

  span.icon-img {
    font-size: 0;
  }

  /*スマホ用メニューコンテンツ*/
  .sp-topitem-menu {
    background-color: #489122;
    background-color: var(--green02-color);
    padding: 5px 0;
  }

  .topitem-menu-text a {
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    width: 100%;
    line-height: 1;
  }

  .topitem-menu-text {
    width: 50%;
  }

  .topitem-menu-text img {
    height: 17px;
    width: auto;
    display: inline-block;
    margin-right: 9px;
  }

  .flex.sp-topitem-menu-inner {
    width: 100%;
  }

  /*　送料　*/
  .soryo,
  .soryo-line {
    display: block;
    font-size: 1.3rem;
  }

  .topheader-css .soryo,
  .soryo {
    text-align: center;
    color: #FFF;
    background-color: #654929;
    background-color: var(--text-color);
    padding: 5px 0;
    display: block;
    transition: .3s;
    z-index: -5;
    font-size: 1.3rem;
  }

  .topheader-css .soryo-line,
  .soryo-line {
    background: url(https://bipet6530.itembox.design/item/img/common/header_lace.png)repeat-x;
    background-position: bottom center;
    background-size: contain;
    display: inline-block;
    height: 25px;
    width: 100%;
    position: relative;
    z-index: -5;
  }
}

/* 10/26 更新分 */
.header-menublock02 li .ad-header {
  display: block;
  height: 46px;
}

.header-menublock02 li .ad-header::after {
  top: 0;
}

.topheader-css .header-wrap {
  padding-bottom: 0;
}

.topheader-css .soryo.hide {
  display: block !important;
}

.topheader-css .soryo-line.hide {
  display: block !important;
}

@media screen and (max-width:768px) {
  .fs-c-breadcrumb {
    margin-top: 40px;
  }
}