@charset "utf-8";

#shopping .top_bg {
  background-color: #009f42;
}
#shopping .mv_icon {
  width: 25.8%;
  max-width: 113px;
  right: 8%;
  bottom: 0;
}

#shopping .shop_cont .txtbk .shop_cat li {
  background-color: #009f42;
}
#shopping .shop_cont .txtbk .menu_ttl {
  color: #009f42;
  background-image: url(../imgs/shopping/ic_olshop.png);
}

#shopping .morebtn {
  border-color: #009f42;
}
/* ======================
check
========================= */
#check {
  padding: clamp(50px, 9.11vw, 70px) 0 clamp(80px, 13.93vw, 107px);
  background-color: #009f42;
  transform: translateY(1px);
}
#check .sttl {
  margin-bottom: clamp(20px, 3.91vw, 30px);
}
#check .check_List {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(40px, 10.42vw, 80px) calc((100% - 1050px) / 2);
}

#check .check_Item {
  width: 30.63%;
  max-width: 350px;
}
#check .check_Item .imgbk {
  margin-bottom: 20px;
  aspect-ratio: 7 / 6;
  overflow: hidden;
  border-radius: 30px;
}
#check .check_Item .txtbk {
  padding-bottom: 80px;
}
#check .check_Item .txtbk .check_ttl {
  font-size: clamp(18px, 4.65vw, 20px);
  line-height: 1.5;
  min-height: 3em;
  margin-bottom: 10px;
}
#check .check_Item .txtbk .check_txt {
  line-height: 1.667;
}
#check .check_Item .txtbk .shop_btn {
  font-size: clamp(18px, 4.65vw, 20px);
  line-height: 1.5;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 50px;
  background: #fff;
  border-radius: 10px;
  padding: 2% 5%;
  position: absolute;
  bottom: 0;
  transition: 0.2s;
}
#check .check_Item .txtbk .shop_btn:hover {
  opacity: 0.8;
}
#check .check_Item .txtbk .shop_btn > span {
  display: block;
  width: 100%;
  padding-right: 20px;
  position: relative;
}
#check .check_Item .txtbk .shop_btn > span::after {
  content: "";
  width: 14px;
  height: 12px;
  background-image: url(../imgs/common/arrow_gn.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
}
#check .check_Item .txtbk .shop_btn:hover > span::after {
  right: 7px;
}
@media screen and (min-width: 500px) and (max-width: 768px) {
  #check .check_Item .txtbk .shop_btn {
    font-size: clamp(16px, 2.08vw, 20px);
  }
}
@media screen and (max-width: 1200px) {
  #check .check_List {
    gap: clamp(40px, 10.42vw, 80px) 3.33vw;
  }
  #check .check_Item {
    width: calc((100% - 6.66vw) / 3);
  }
}

@media screen and (max-width: 768px) {
  #check .check_List {
    justify-content: space-between;
  }
  #check .check_Item {
    width: 48%;
  }
}
@media screen and (max-width: 500px) {
  #check .check_List {
    flex-direction: column;
    align-items: center;
  }
  #check .check_Item {
    width: 100%;
  }
  #check .check_Item .txtbk {
    padding-bottom: 0;
  }
  #check .check_Item .txtbk .check_ttl {
    min-height: auto;
  }
  #check .check_Item .txtbk .shop_btn {
    position: static;
    margin-top: 10px;
  }
}

@media screen and (max-width: 375px) {
}
