@charset "UTF-8";
/*
Theme Name: storefront child
Template: storefront
Version: 1.0
*/
body {
  line-height: 1.618;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

a:focus, a:focus-visible {
  outline: none;
}

@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
/* header */
header {
  padding: 30px 0 15px 0;
  border-bottom: 1px solid #b3b3b3;
  position: relative;
}
header .header-left img {
  height: 100px;
}

.header-flex {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

header .menu {
  margin: 0;
  list-style-type: none;
  display: flex;
  gap: 8px;
}
header ul li {
  border-left: 4px solid #424242;
  padding-left: 15px;
}
header ul li:first-child {
  border: none;
}

.container {
  max-width: 1240px;
  margin: 0 auto 40px auto;
  padding: 0 40px;
}

/* serach */
.header_searchBox form {
  text-align: end;
  margin: 20px 0 0;
}
.header_searchBox form input {
  width: 200px;
}

/* top */
.fv-img img {
  margin: 0 auto;
  width: 100%;
}

.top-wrapperflex {
  display: flex;
  margin-top: 40px;
  position: relative;
  justify-content: space-between;
  gap: 50px;
}

/* left sliderbar */
.left_sidebar {
  width: 240px;
}
.left_sidebar .widget-title {
  padding-bottom: 10px;
  border-bottom: 2px solid #333;
  font-size: 16px;
  margin-bottom: 0;
  color: #000;
}
.left_sidebar .widget_product_categories ul li {
  border-bottom: 1px solid #e4e4e4;
  padding-left: 0;
  margin-bottom: 0;
  padding: 12px 0;
  transition: 0.4s;
}
.left_sidebar .widget_product_categories ul li a {
  font-size: 14px;
  color: #000;
  line-height: 1.2;
  padding: 12px 0;
  display: block;
  transition: 0.4s;
}
.left_sidebar .widget_product_categories ul li:nth-child(1) a, .left_sidebar .widget_product_categories ul li:nth-child(13) a, .left_sidebar .widget_product_categories ul li:nth-child(25) a {
  border-left: 3px solid #EA5532;
  padding-left: 15px;
}
.left_sidebar .widget_product_categories ul li:nth-child(2) a, .left_sidebar .widget_product_categories ul li:nth-child(14) a, .left_sidebar .widget_product_categories ul li:nth-child(26) a {
  border-left: 3px solid #F39740;
  padding-left: 15px;
}
.left_sidebar .widget_product_categories ul li:nth-child(3) a, .left_sidebar .widget_product_categories ul li:nth-child(15) a, .left_sidebar .widget_product_categories ul li:nth-child(27) a {
  border-left: 3px solid #FFF33F;
  padding-left: 15px;
}
.left_sidebar .widget_product_categories ul li:nth-child(4) a, .left_sidebar .widget_product_categories ul li:nth-child(16) a, .left_sidebar .widget_product_categories ul li:nth-child(28) a {
  border-left: 3px solid #AACF52;
  padding-left: 15px;
}
.left_sidebar .widget_product_categories ul li:nth-child(5) a, .left_sidebar .widget_product_categories ul li:nth-child(17) a, .left_sidebar .widget_product_categories ul li:nth-child(29) a {
  border-left: 3px solid #00A95F;
  padding-left: 15px;
}
.left_sidebar .widget_product_categories ul li:nth-child(6) a, .left_sidebar .widget_product_categories ul li:nth-child(18) a, .left_sidebar .widget_product_categories ul li:nth-child(30) a {
  border-left: 3px solid #00ADA9;
  padding-left: 15px;
}
.left_sidebar .widget_product_categories ul li:nth-child(7) a, .left_sidebar .widget_product_categories ul li:nth-child(19) a, .left_sidebar .widget_product_categories ul li:nth-child(31) a {
  border-left: 3px solid #00AFEC;
  padding-left: 15px;
}
.left_sidebar .widget_product_categories ul li:nth-child(8) a, .left_sidebar .widget_product_categories ul li:nth-child(20) a, .left_sidebar .widget_product_categories ul li:nth-child(32) a {
  border-left: 3px solid #187FC4;
  padding-left: 15px;
}
.left_sidebar .widget_product_categories ul li:nth-child(9) a, .left_sidebar .widget_product_categories ul li:nth-child(21) a, .left_sidebar .widget_product_categories ul li:nth-child(33) a {
  border-left: 3px solid #4D4398;
  padding-left: 15px;
}
.left_sidebar .widget_product_categories ul li:nth-child(10) a, .left_sidebar .widget_product_categories ul li:nth-child(22) a, .left_sidebar .widget_product_categories ul li:nth-child(34) a, .left_sidebar .widget_product_categories ul li:nth-child(10) a, .left_sidebar .widget_product_categories ul li:nth-child(22) a, .left_sidebar .widget_product_categories ul li:nth-child(34) a {
  border-left: 3px solid #A64A97;
  padding-left: 15px;
}
.left_sidebar .widget_product_categories ul li:hover {
  background: #F2F2F2;
}

.widget_product_categories ul li::before {
  display: none;
}

/* right slidebar */
.right_sidebar {
  width: 240px;
}
.right_sidebar h2 {
  padding-bottom: 10px;
  border-bottom: 2px solid #333;
  font-size: 16px;
  margin-bottom: 15px;
  color: #000;
}
.right_sidebar li {
  margin-bottom: 5px;
  position: relative;
}
.right_sidebar a {
  color: #000;
}
.right_sidebar li:nth-of-type(1) .badge.badge-danger, .right_sidebar li:nth-of-type(2) .badge.badge-danger, .right_sidebar li:nth-of-type(3) .badge.badge-danger {
  position: absolute;
  left: 44%;
  font-size: 19px;
  color: #fff;
  background: #000;
  width: 26px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  z-index: 1;
  transform: translateY(-60%);
  border-radius: 20px;
}

.badge.badge-danger {
  position: absolute;
  left: 46%;
  font-size: 14px;
  color: #000;
  background: #fff;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  z-index: 1;
  transform: translateY(-60%);
  border-radius: 20px;
}

@media (max-width: 768px) {
  .right_sidebar li:nth-of-type(1) .badge.badge-danger, .right_sidebar li:nth-of-type(2) .badge.badge-danger, .right_sidebar li:nth-of-type(3) .badge.badge-danger {
    left: 30%;
  }
  .badge.badge-danger {
    left: 30%;
  }
}
/* footer */
footer {
  background: #333;
  padding: 30px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer ul {
  display: flex;
  gap: 15px;
  margin: 0;
}
footer ul li {
  list-style-type: none;
  border-left: 1px solid #fff;
  padding-left: 15px;
}
footer ul li:first-child {
  border: none;
}
footer ul li a {
  color: #fff !important;
  font-size: 12px;
}
footer p {
  color: #fff;
  margin-bottom: 0;
  font-size: 12px;
}

/* top */
.center-wrapper {
  width: 50%;
}

.image_box {
  margin-bottom: 25px;
  width: 250px;
}

.pickup {
  margin-top: 25px;
}

.news-div h2 {
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 0;
  border-bottom: 2px solid #333;
  line-height: 1.618;
}
.news-div ul {
  margin: 0;
  list-style-type: none;
}
.news-div ul li {
  padding: 8px 20px;
}
.news-div ul li .post-flex {
  display: flex;
  align-items: center;
}
.news-div ul li:nth-child(odd) {
  background: #F2F2F2;
}

.post_img {
  padding-left: 20px;
}
.post_img img {
  width: 44px;
  height: auto;
}

.post_title {
  padding-left: 20px;
  display: flex;
  align-items: center;
}

.news-div a {
  color: #333;
}
.news-div .right-txt {
  text-align: right;
  display: block;
  margin-top: 20px;
}

.pickup h2 {
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 2px solid #333;
  line-height: 1.618;
}
.pickup .itme-img {
  margin-bottom: 10px;
}

/* archive */
.right-sidebar .content-area {
  width: 100%;
  float: unset !important;
}
.right-sidebar .widget-area {
  float: unset !important;
}

.site-main,
.content-area {
  margin-bottom: 0 !important;
}

.woocommerce_archive {
  display: flex;
  gap: 50px;
  margin-top: 50px;
}

.archive-content {
  width: 100%;
}

@media (max-width: 768px) {
  .woocommerce_archive {
    gap: 20px;
    flex-wrap: wrap-reverse;
  }
}
/* postsingle */
.post-wrapperflex {
  display: flex;
  margin-top: 40px;
  margin-bottom: 200px;
  position: relative;
  gap: 50px;
}

.cart-wrapperflex {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  position: relative;
  gap: 50px;
}
.cart-wrapperflex .content {
  width: 100%;
}

/* shop */
.img-btn {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.img-btn a {
  background-color: #00933C;
  border-color: #00933C;
  color: #ffffff;
  padding: 10px 20px;
  transition: 0.4s;
}
.img-btn a:hover {
  opacity: 0.8;
}

/* humberger */
/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 13px;
  top: 45px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ナビ開いてる時のボタン */
nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  color: #000;
  background: #fff;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
}
nav.globalMenuSp ul {
  background: #ccc;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover {
  background: #ddd;
}
nav.globalMenuSp ul li a {
  display: block;
  color: #000;
  padding: 1em 0;
  text-decoration: none;
}
nav.globalMenuSp.active {
  transform: translateX(0%);
}

/* このクラスを、jQueryで付与・削除する */
@media (max-width: 768px) {
  .header-flex {
    padding: 0 20px;
    width: 60%;
    margin: unset;
  }
  nav.globalMenuSp ul {
    display: grid !important;
  }
  header .header-left img {
    object-fit: contain;
  }
  .container {
    padding: 10px;
  }
  .top-wrapperflex {
    display: grid;
    gap: 20px;
  }
  .left_sidebar,
.center-wrapper,
.right_sidebar {
    width: 100%;
  }
  footer {
    padding: 20px;
    display: grid;
  }
  footer ul {
    display: grid;
    gap: 10px;
    margin-bottom: 20px;
  }
  footer ul li {
    border: none;
    padding: 0;
  }
  .post-wrapperflex {
    display: grid;
    gap: 0;
  }
  .cart-wrapperflex {
    display: block;
    gap: 0;
  }
}
.product h1 {
  color: #000;
  font-size: 30px;
  font-weight: bold;
}
.product .woocommerce-Price-amount {
  color: #000;
}

.storefront-product-pagination {
  display: none !important;
}

/* product */
.products.columns-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.site-main ul.products.columns-3 li.product {
  float: none !important;
  margin: 0 !important;
  width: 100% !important;
}

ul.products::before, ul.products::after {
  content: none !important;
}

.search .search-title {
  font-size: 32px;
  margin-bottom: 30px;
}

.site-main ul.products.columns-3 li.product img {
  width: 100%;
}

@media (max-width: 768px) {
  .products.columns-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ct-div {
  margin-top: 40px;
}
.ct-div h2 {
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #333;
  line-height: 1.618;
}

.ct-flex1 {
  display: flex;
  gap: 10px;
}

.ct-flex2,
.ct-flex3 {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .ct-flex1 {
    display: grid;
  }
  .ct-flex2,
.ct-flex3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.button.product_type_variable {
  display: none;
}

.price-flex {
  display: flex;
  gap: 20px;
  align-items: center;
}
.price-flex p {
  margin: 0;
}

.archive-grid {
  display: grid;
  gap: 50px;
}
.archive-grid .archive-wrap {
  display: grid;
  gap: 20px;
}
.archive-grid .archive-wrap .archive-list {
  padding-bottom: 0;
  border-bottom: 1px solid #333;
}
.archive-grid .archive-wrap .archive-list_entry-title a {
  font-size: 24px;
  color: #000;
}
.archive-grid .archive-wrap .archive-list_entry-content {
  font-size: 14px;
}

.single-product .ywcrbp_your_price {
  display: none;
}

.products .product .ywcrbp_your_price {
  display: none;
}

.header-right {
  display: flex;
}
.header-right .header-nav-icon {
  display: flex;
}
.header-right .nav-item-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #333333;
  font-size: 12px;
  height: 100%;
  position: relative;
  top: 10px;
}
.header-right .nav-item-icon svg {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.header-right .header-nav-wrap {
  display: flex;
}
.header-right .header-nav-wrap .button-groups {
  display: flex;
  gap: 3px;
  margin-top: -5px;
}
.header-right .header-nav-wrap .button-groups img {
  max-width: 130px;
  height: auto;
}

.menu-top-sp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  gap: 10px;
}
.menu-top-sp .nav-item-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
}
.menu-top-sp .nav-item-icon svg {
  position: relative !important;
  transform: none;
  top: 0;
  left: 0;
}

nav.globalMenuSp {
  max-height: 100%;
  overflow-y: auto;
  z-index: 999;
}

.hamburger {
  z-index: 1000;
}

@media (max-width: 767px) {
  header ul li {
    border-left: 0;
  }
}

/*# sourceMappingURL=style.css.map */
