
/* ---------------------
半額2カラム
--------------------- */
#categorysale_base {
  max-width: 100%;
  background-color: #cf2a24;
  margin: auto;
  padding: 1rem 1rem;
}

#categorysale_base .sub_text {
  text-align: center;
  font-size: 1rem;
  background-color: #25211e;
  padding: .2rem;
  color: #ffffff;
}
#categorysale_base .sub_text2 {
  text-align: center;
  color: #ffffff;
  font-size: 1.2rem;
  margin: 1rem 0 0;
}
#categorysale_base > ul{
  width: 100%;
  margin: auto;
  display: grid;
  gap: 15px;
}
#categorysale_base img {
  width: 100%;
}
#categorysale_base .item_box {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 6px 6px 7px 0px rgba(0, 0, 0, 0.4);
}
#categorysale_base > ul.col_1 .item_box a{
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: .3rem;
  gap: .5rem;
}
#categorysale_base .text_box .item_name{
  font-size: .8rem;
  text-align:center;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
}
#categorysale_base  ul.col_1 .text_box .item_sale{
  font-size: 1rem;
  text-align: center;
  background-color: #ea0012;
  color:#ffffff;
  margin: 0 auto;
  width: 90%;
  text-align: center;
}
#categorysale_base ul.col_2 .text_box .item_sale,
#categorysale_base ul.col_3 .text_box .item_sale{
  font-size: 1rem;
  text-align: center;
  background-color: #ea0012;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  line-height: 6vw;
  padding: 1vw 0;
}
#categorysale_base .text_box .item_nprice {
  text-align: center;
  font-size: .7rem;
  color: #7e7e7e;
  padding: .2rem 0;
}
#categorysale_base .text_box .item_nprice span{
  padding-left: .2rem;
}
#categorysale_base .text_box .item_cprice {
  text-align: center;
  color: #7e7e7e;
  color: #ea0012 !important;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  align-items: center;
  font-size: .7rem;
}
#categorysale_base .text_box .item_cprice .price{
  font-size: 1.4rem;
  color: #ea0012 !important;
  font-family: Lato;
  line-height: 1;
  font-weight: 700;
}

#categorysale_base .text_box .item_nprice span{
  text-decoration: line-through;
  font-size:.8rem;
  font-weight: 500;
}


#categorysale_base .text_box .item_btn{
  background-color: #222222;
  color: #ffffff;
  width: 90%;
  margin: 1vw auto;
  text-align: center;
  border-radius: 50px;
  padding: 1vw 0;
  position: relative;
  font-size: .6rem;
  font-weight: lighter;
}
#categorysale_base .text_box .item_btn::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 4px;
  height: 4px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -3px 0 0 3px;
  right: 12%;
  transition:.3s;
}
#categorysale_base .btn a::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 48%;
  width: 7px;
  height: 7px;
  border-top: solid 2px #222;
  border-right: solid 2px #222;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -3px 0 0 3px;
  right: 5%;
  transition:.3s;
}
#categorysale_base .text_box .item_btn:hover::after {
  right: 9%;
  transition:.3s;
}


#categorysale_base > ul.col_2 {
  margin: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
  gap: .6rem;
  text-align: center;
  padding-bottom: 1rem;
}
#categorysale_base > ul li {
  border-radius: 5px;
  padding-bottom: 3px;
}
#categorysale_base > ul.col_2 li a {
  font-size: 0.7rem;
  color: #222222;
}
#categorysale_base > ul.col_2 li a span {
  font-weight: 900;
  font-size: 0.8rem;
}
#categorysale_base > ul .item_box a{
  display: grid;
  align-items: center;
  padding: 5px;
}

#categorysale_base .btn {
  position: relative;
  background-color: #fff;
  width:85%;
  margin: .5rem auto;
  text-align: center;
  padding: .5rem;
  border-radius: 50px;
  color: #222;
  border: solid 1px;
}
#categorysale_base .btn a{
  font-size: 1rem;
}

/* ボタン1カラム */
#categorysale_base .btn_1col li{
  background-color: #fff;
  padding: 0 .5rem;
  border-radius: 5px;
  border: 1px solid;
  position: relative;
  text-align: center;
}
#categorysale_base .btn_1col li a{
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
}
#categorysale_base .btn_1col li a p{
  font-size: 1.2rem;
}
#categorysale_base .btn_1col li::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: solid 2px #222;
  border-right: solid 2px #222;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -3px 0 0 3px;
  right: 5%;
  transition: .3s;
}

/* ボタン2カラム */
#categorysale_base .btn_2col li{
  background-color: #fff;
  padding: 0 .5rem;
  border-radius: 5px;
  border: 1px solid;
  position: relative;
  text-align: center;
}
#categorysale_base .btn_2col li a{
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
}
#categorysale_base .btn_2col li a p{
  font-size: 1.2rem;
}
#categorysale_base .btn_2col li::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: solid 2px #222;
  border-right: solid 2px #222;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -3px 0 0 3px;
  right: 5%;
  transition: .3s;
}

/* カテゴリボタン */
#categorysale_base .ct_btn {
  padding: .7rem 0 .5rem;
}
#categorysale_base ul li .ct_btn a {
  font-size: .7rem;
  font-weight: 700;
  display: block;
  padding: 8px 0;
  text-decoration: none;
  color: #fff;
  position: relative;
  border-radius: 5px;
  margin: 0 .5rem;
  background: #222222;
}
#categorysale_base ul li .ct_btn a:hover {
  color: #fff!important;;
}
