.swiper01 {
  width: 100%;
  aspect-ratio: 192 / 70;
  padding-bottom: 25px;
}

.swiper02 {
  width: 100%;
  aspect-ratio: 414 / 578;
  padding-bottom: 25px;
}

.swiper01 .swiper-slide > div {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.swiper02 .swiper-slide > div {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 45px);
}

.swiper-pagination-bullet-active {
  background: var(--webmain);
}

.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 10px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 10px)
  );
}

.swiper-pagination-bullet {
    background: white;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #BF0E24;
}

.idx_box01 {
  width: 100%;
  display: flex;
  flex-direction: column;
  max-width: 1920px;
  margin: 0 auto;
  padding-top:100px;
}

.nav_c .idx_box01{
  padding-top:140px;
}

.idx_main_box {
  width: 100%;
  max-width: 1125px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  align-items: center;
}

.idx_imgbox_left {
  width: 100%;
  height: 300px;
  margin: 25px 0px;
  display: flex;
  align-items: center;
  color: white;
  letter-spacing: 4px;
  max-width: 1125px;
  box-sizing: border-box;
  padding: 0 60px;
  background-position: center;
  background-size: cover;
}

.idx_imgbox_right {
  width: 100%;
  height: 300px;
  margin: 25px 0px;
  display: flex;
  align-items: center;
  color: white;
  letter-spacing: 4px;
  max-width: 1125px;
  box-sizing: border-box;
  padding: 0 60px;
  justify-content: flex-end;
  background-position: center;
  background-size: cover;
}

.idx_imgbox_text {
  display: flex;
  align-items: flex-end;
}

.idx_imgbox_text span:nth-child(1) {
  font-size: 68px;
  margin-right: 5px;
}

.idx_imgbox_text span:nth-child(2) {
  font-size: 38px;
  margin-bottom: 5px;
}

.idx_goods_box {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(100% + 20px);
}

.idx_goods {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 0px 10px;
  margin-bottom: 30px;
}

.idx_goods span:nth-child(3) {
  font-weight: 900;
}

.idx_goods:hover .idx_goods_img {
  filter: brightness(0.5);
}

.idx_goods:hover .idx_goods_buybtn {
  opacity: 1;
}

.idx_goods_buybtn:hover {
  background-color: var(--webmainho);
  color: white;
}

.idx_goods_img {
  width: 100%;
  aspect-ratio: 1;
  background-position: center;
  background-size: cover;
  margin-bottom: 5px;
  transition: 0.5s ease;
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 1;
}

.idx_goods_buybtn {
  position: absolute;
  bottom: 20px;
  background: white;
  width: 80%;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  transition: 0.2s ease;
  opacity: 0;
  z-index: 2;
  font-size:16px;
}

.idx_goods_buybtn2 {
  background-color: var(--webmainho);
  width: 100%;
  padding: 5px 0px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 5px;
  color: white;
  margin-top: 10px;
  display: none;
  font-size:16px;
}

.idx_goods_cssbox {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  align-items: center;
}

.idx_lf_box01 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 50px;
}

.idx_lf_box02 {
  height: 450px;
  background-size: cover;
  display: flex;
  width: 49%;
  justify-content: center;
  background-position: center;
}

.idx_lf_box02 span {
  color: white;
  font-size: 55px;
  font-weight: 600;
  letter-spacing: 5px;
  padding: 50px 0px;
}

.idx_news_wordbox {
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  box-sizing: border-box;
  font-size: 28px;
  letter-spacing: 13px;
  font-weight: 700;
  position: relative;
}

.idx_news_word {
  position: relative;
  height: fit-content;
  padding-left: 30px;
}

.idx_news_word::before {
  content: '';
  position: absolute;
  height: 93%;
  width: 2px;
  left: 10px;
  top: 10px;
  background-color: white;
}

.idx_page_number {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.idx_page_number a {
  padding: 0 10px;
  margin: 20px 0px;
  padding-bottom: 5px;
}

.idx_page_number a.active {
  border-bottom: 2px solid var(--webmainho);
}

.idx_knowledge_box {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 50px 0px;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 14px;
}

.idx_knowledge_span01 {
  margin-right: 15px;
}

.idx_knowledge_box2 span:nth-child(1),
.idx_knowledge_box2 span:nth-child(2),
.idx_knowledge_box2 span:nth-child(3),
.idx_knowledge_box2 span:nth-child(4) {
  background-color: black;
  color: white;
  letter-spacing: 0px;
  display: inline-flex;
  border-radius: 99%;
  width: 60px;
  justify-content: center;
  font-size: 33px;
  align-items: center;
  margin-right: 14px;
  font-weight: 600;
}

.idx_knowledge_box span:last-child {
  margin-right: 0px;
}

.idx_news_ctbox {
  width: calc(100% + 40px);
  display: flex;
  flex-direction: row;
  margin: 30px 0px;
  flex-wrap: wrap;
  justify-content: center;
  max-width:100%;
}

.idx_news_ct01 {
  max-width: 388px;
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 40px;
}

.idx_news_ctimg {
  display: flex;
  width: 100%;
  aspect-ratio: 1 / 0.75;
  color: white;
  background-color: black;
  background-position: 100% 88%;
  background-size: cover;
}

.idx_goods_sort01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 70px;
}

.idx_goods_sort01 .discount{
  color:var(--webmainho);
}

.idx_goods_sort01 span:nth-child(2) {
  letter-spacing: 1px;
  font-weight: 900;
}

.idx_goods_sort01 del {
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #888888;
}

.swiper_pc{

}

.swiper_mob{
  display:none;
}

@media (max-width: 1400px) {
  .idx_goods_buybtn2 {
    display: block;
  }
  .idx_goods_buybtn {
    display: none;
  }
  .idx_goods:hover .idx_goods_img {
    filter: brightness(1);
  }
}

@media (max-width: 768px) {
  .idx_goods {
    width: 50%;
  }
  .idx_imgbox_text span:nth-child(1) {
    font-size: 38px;
    margin-right: 0px;
  }

  .idx_imgbox_text span:nth-child(2) {
    margin-bottom: 0px;
  }

  .idx_imgbox_left {
    justify-content: center;
  }
  .idx_imgbox_right {
    justify-content: center;
  }
  .idx_main_box {
    width: 95%;
  }
  
.swiper_pc{
  display:none;
}

.swiper_mob{
  display:flex;
}
  .idx_box01 {    
    padding-top: 90px;
}

.idx_news_wordbox {    
    padding: 5px;  
    padding-top: 20px;
}

}

@media (max-width: 540px) {
  .idx_knowledge_span01 {
    margin-left: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .idx_knowledge_box {
    flex-direction: column;
    align-items: center;
  }
  .idx_knowledge_box2 span:nth-child(1),
  .idx_knowledge_box2 span:nth-child(2),
  .idx_knowledge_box2 span:nth-child(3),
  .idx_knowledge_box2 span:nth-child(4) {
    height: 60px;
  }
}
