@charset "UTF-8";
/* /////////////////////////////
      TOPページ
///////////////////////////// */
.top_page .w-1280 {
  width: 80%;
}
.ttl_more {
  position: relative;
}
.ttl_more .all_more {
  position: absolute;
  display: flex;
  align-items: center;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #000000;
}
.ttl_more .all_more:before {
  content: "\f105";
  width: 30px;
  height: 30px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 30px;
  margin-right: 10px;
  background-color: #d82b16;
  border-radius: 50%;
}
.news_list li {
  border-bottom: 1px solid #b2b2b2;
}
.news_list li a {
  display: block;
  padding: 20px 0;
}
.news_list .news_date {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 16px;
}
.news_list .news_date .cat {
  margin-left: 10px;
  color: #d82b16;
  border: 1px solid;
  padding: 0 10px;
}
.news_list .txt {
  position: relative;
  padding-right: 30px;
}
.news_list .txt:after {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  content: "\f105";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  color: #d82b16;
}
.household_goods_wrap {
  padding: 50px 0 80px;
  background: url(../img/top/household_product_bg.jpg) center / cover;
}
.business_goods_wrap {
  padding: 50px 0;
  background: url(../img/top/business_product_bg.jpg) center / cover;
}
.cat_list.cal_3 li {
  width: 32%;
}
.cat_list.cal_4 li {
  width: 24%;
}
.cat_list.cal_5 li {
  width: 19%;
}
.cat_list a {
  display: block;
}
.bnr_list li a {
  padding: 0 1%;
}
p.link_ttl {
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
  color: #000000;
}
p.link_ttl span {
  line-height: 28px;
  max-width: calc(100% - 28px);
}
p.link_ttl:after {
  content: "\f105";
  width: 28px;
  height: 28px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-size: 15px;
  text-align: center;
  box-sizing: border-box;
  padding-left: 1px;
  line-height: 30px;
  background-color: #d82b16;
  border-radius: 50%;
}
.mega_menu p.link_ttl:after {
    width: 22px;
    height: 22px;
    line-height: 22px;
}
.mega_menu p.link_ttl.before:before {
  content: "\f105";
  width: 25px;
  height: 25px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-size: 15px;
  text-align: center;
  box-sizing: border-box;
  padding-left: 1px;
  line-height: 25px;
  background-color: #d82b16;
  border-radius: 50%;
	margin-right: 1em;
}
.mega_menu p.link_ttl.before:after{
	content: none;
}
.mega_menu p.link_ttl.before{
	display: inline-flex;
}

    
.household_goods_cat {
  padding: 60px 0 20px;
}
.household_goods_cat .cat_acc_inner {
  padding-bottom: 80px;
}
.business_link {
  position: relative;
}
.business_link .ttl {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 44%;
  transform: translateY(-50%);
}
.business_link h3 {
  display: flex;
  justify-content: center;
  align-content: center;
}
.business_link h3::after {
  content: "\f105";
  width: 30px;
  height: 30px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #fff;
  margin-left: 10px;
  font-size: 15px;
  text-align: center;
  line-height: 30px;
  background-color: #d82b16;
  border-radius: 50%;
}
.business_goods_cat {
  padding: 60px 0 20px;
}
.business_goods_cat .cat_list li {
  margin-bottom: 40px;
}
.top_bnr {
  padding: 50px 0;
}
.cat_acc_ttl {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  transition: .3s;
  cursor: pointer;
}
.cat_acc_ttl .acc_btn {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 5px #ccc;
  right: -60px;
}
.cat_acc_ttl:hover {
  opacity: 0.7;
}
.cat_acc_ttl .acc_btn::before, .cat_acc_ttl .acc_btn::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 2px;
  left: 13px;
  top: calc(50% - 1px);
  background-color: #d82b16;
  transition: .3s;
}
.cat_acc_ttl.open .acc_btn::after {
  transform: rotate(90deg);
}
/* .cat_acc_inner {
  padding-top: 50px;
  border-top: 1px solid #abab90;
} */
.bnr_list_wrap .bx-wrapper .bx-controls-direction a {
  top: calc(50% - 20px);
}
.bnr_list a, .household_slider a {
  display: block;
}
@media screen and (max-width: 1280px) {
  .ttl_more .all_more:before {
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
  }

  .cat_list {
    font-size: 12px;
  }
  p.link_ttl {
    padding: 5px 10px;
  }
  p.link_ttl span {
    line-height: 16px;
    max-width: calc(100% - 16px);
  }
  p.link_ttl:after {
    width: 16px;
    height: 16px;
    font-size: 10px;
    line-height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .top_page .w-1280 {
    width: 100%;
    box-sizing: border-box;
  }
  .ttl_more .all_more {
    margin-top: 10px;
    position: static;
    justify-content: center;
    transform: translateY(0);
  }
  .ttl_more .all_more:before {
    width: 20px;
    height: 20px;
    padding-left: 2px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 20px;
  }
		.news_list .news_date {
  margin-bottom: 8px;
}
  .news_list .txt {
    padding-right: 0;
  }
  .news_list .txt:after {
    display: none;
  }
  .cat_list.cal_3 li, .cat_list.cal_4 li, .cat_list.cal_5 li {
    width: 49%;
    margin-bottom: 10px;
  }
  .household_goods_cat, .business_goods_cat {
    padding: 20px 0 30px;
  }
  .household_goods_cat .cat_list.cal_4 li, .business_goods_cat .cat_list li {
    margin-bottom: 20px;
  }
  .cat_acc_ttl {
    padding: 15px 0;
    border-radius: 14px;
    background-color: #e6ddad;
  }
  .cat_acc_ttl h3 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cat_acc_ttl .acc_btn {
    margin-left: 10px;
    position: relative;
    width: 30px;
    height: 30px;
    right: auto;
  }
  .cat_acc_ttl .acc_btn::before, .cat_acc_ttl .acc_btn::after {
    width: 12px;
    height: 3px;
    left: 9px;
  }
  p.link_ttl {
    padding: 5px;
    font-size: 13px;
  }
  .business_link h3::after {
    position: absolute;
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  /* .cat_acc_ttl .acc_btn::after {
    transform: rotate(90deg);
  }
  .cat_acc_ttl.open .acc_btn::after {
    transform: rotate(0deg);
  } */
  .cat_acc_inner {
    padding-top: 30px;
    border-top: 0;
  }
  .household_goods_cat .cat_acc_inner {
    padding-bottom: 30px;
  }
  .bnr_list_wrap .bx-wrapper .bx-controls-direction a {
    top: calc(50% - 18px);
  }
}
