
/* ---------------------
半額2カラム
--------------------- */
#half_sale {
  max-width: 900px;
  background-color: #cf2a24;
  margin: auto;
  padding: 0 0 .5rem;
}
#half_sale > ul{
  width: 95%;
  margin: auto;
  padding: 0.4rem 0;
  display: grid;
  gap: 15px;
}
#half_sale img {
  width: 100%;
}
#half_sale .item_box {
  background-color: #ffffff;
  border-radius: 5px;
  transition: .3s;
}
#half_sale > ul.col_1 .item_box a{
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 10px 0 10px 10px;
}

#half_sale .text_box .item_name{
  font-size: 1.3rem;
  text-align:center;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  color: #1c1a1b;
}
#half_sale  ul.col_1 .text_box .item_sale{
  font-size: 1.5rem;
  text-align: center;
  background-image: linear-gradient(43deg, #d6311c 0%, #f1601d 46%, #ff2e16 100%);
  color:#ffffff;
  margin: 0 auto;
  width: 90%;
  text-align: center;
}
#half_sale  ul.col_2 .text_box .item_sale{
  font-size: 1.5rem;
  text-align: center;
  background-image: linear-gradient(43deg, #d6311c 0%, #f1601d 46%, #ff2e16 100%);
  color:#fff;
  margin: 0 auto;
  text-align: center;
}
#half_sale .text_box .item_nprice {
  text-align: center;
  font-size: 1rem;
  color: #7e7e7e;
  margin: 1% 0 0;
}
#half_sale .text_box .item_cprice {
  text-align: center;
  font-size: 1.2rem;
  color: #cf0102 !important;
  display: flex;
    justify-content: center;
    align-items: flex-end;
}
#half_sale .text_box .item_cprice .spesicalprice{
display: none;
}
.buy_price>ul {
  margin: 0;
}
#half_sale .text_box .item_cprice .price{
  font-size: 2.5rem;
  color: #cf0102 !important;
  font-family: Lato;
  line-height: 1;
  font-weight: 600;
  }

#half_sale .text_box .item_nprice span{
  text-decoration: line-through;
  font-size: 1rem;
}

#half_sale .text_box .item_price{
  margin:0 auto;
}
#half_sale .text_box .buy_price {
  display:flex;
}
#half_sale .text_box .item_price .buy_price > ul {
  margin: 0 auto;
}
#half_sale .text_box .buy_price .price {
  font-size: 2.5rem;
  color:#ff4931!important;
}
#half_sale .text_box .item_price .spesicalprice,#half_sale .text_box .buy_price>ul .intax{
  display:none;
}
#half_sale .text_box .item_btn{
  background-color: #1c1a1b;
  color: #ffffff;
  width: 90%;
  margin: .5rem auto 0;
  text-align: center;
  border-radius: 50px;
  padding: .3rem 0;
  position: relative;
}
#half_sale .text_box .item_btn::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -3px 0 0 3px;
  right: 11%;
  transition:.3s;
}
#half_sale .btn a::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 48%;
  width: 10px;
  height: 10px;
  border-top: solid 3px #222;
  border-right: solid 3px #222;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -3px 0 0 3px;
  right: 5%;
  transition:.3s;
}
#half_sale .text_box .item_btn:hover::after {
  right: 9%;
  transition:.3s;
}

#half_sale > ul.col_2 {
  width: 95%;
  margin: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
  gap: 15px;
  text-align: center;
}
#half_sale > ul.col_2 li {
  background-color: #ffffff;
  border-radius: 5px;
}
#half_sale > ul.col_2 li a {
  font-size: 1rem;
  color: #1c1a1b;;
}

#half_sale > ul.col_1 .item_box a:hover,#half_sale > ul.col_2 li a:hover{
  color:#222!important;
}
#half_sale > ul.col_2 li a span {
  font-weight: 900;
  font-size: 1.2rem;
}
#half_sale > ul.col_2 .item_box a{
  display: grid;
  align-items: center;
  padding: 10px;
}

#half_sale .btn {
  position: relative;
  background-color: #fff;
  width: 60%;
  margin: .5rem auto;
  text-align: center;
  padding: .5rem;
  border-radius: 50px;
  color: #222;
  border:solid 1px ;
}

#half_sale .btn a{
  font-size: 1.2rem;
}

#half_sale #countdownArea.countdown {
  text-align: center;
  font-size: 1.5rem;
}

#half_sale .sub_text {
  text-align: center;
  font-size: 1.2rem;
  background-color: #25211e;
  padding: .3rem;
  color: #ffffff;
}

#half_sale .sub_text2 {
  text-align: center;
  color: #ffffff;
  font-size: 1.3rem;
}
/* ボタン2カラム */
#half_sale .btn_2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: center;
  padding: 0;
}
#half_sale .btn_2col li{
  background-color: #fff;
  padding: 0 .5rem;
  border-radius: 5px;
  border: 1px solid;
  position: relative;
  transition: .3s;
}
#half_sale .btn_2col li a{
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
}
#half_sale .btn_2col li a p{
  font-size: 1.2rem;
}
#half_sale .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;
}
