.h2_tl span {
  color: #000000;
  font-size: 44px;
  font-family: "Outfit", Noto Sans JP, AppleGothic, sans-serif;
  font-weight: 600;
  text-align: left;
  line-height: 1;
}
.h2_tl h2 {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  margin: 10px 0 0;
}

.lpo_more a {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  font-family: "Outfit", Noto Sans JP, AppleGothic, sans-serif;
}
.lpo_more a:hover {
  letter-spacing: 1px;
  transition: 0.3s all;
}

.b_main_wrap {
  width: 1100px;
  margin: 0 auto 115px;
  .b_main_tl {
    margin: 75px 0px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    h2 {
      color: #000000;
      font-size: 38px;
      font-weight: bold;
      line-height: 1;
    }
  }
  .b_main_txt {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 1px;
    & span {
      color: #000000;
      font-size: 40px;
      font-weight: bold;
      line-height: 30px;
      margin: 0 16px 0 11px;
    }
  }
}
.b_main_btn {
  display: flex;
  justify-content: space-between;
  & li a {
    display: block;
    width: 345px;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0px;
    line-height: 1;
    padding: 29px 0 28px;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    &::after {
      content: "";
      width: 8px;
      height: 8px;
      border-top: 2px solid #000000;
      border-right: 2px solid #000000;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      right: 22px;
      top: 6px;
      bottom: 0;
      margin: auto;
    }
  }
}

.b_main_btn li a:hover {
  background: #eaeaea !important;
}
.b_tl {
  color: #000000;
  font-size: 40px;
  font-weight: bold;
  line-height: 56px;
  text-align: center;
}
.b_bu_tl_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.b_bu_tl {
  color: #000000;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  text-align: left;
}
.b_more_btn {
  width: 105px;
  color: #000000;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  &::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 0px;
    top: 5px;
    bottom: 0;
    margin: auto;
  }
}

.b_bukken_wrap {
  width: 1100px;
  margin: 0 auto 120px;
  .b_bukken_box {
    .b_bukken_slider {
      width: 100%;
      position: relative;
      padding-top: 10px;
      & li a {
        width: 260px;
        margin: 0 auto;
        display: block;
        padding: 15px;
        box-sizing: border-box;
        border-radius: 10px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        position: relative;
      }
    }
  }
}

.b_bukken_slider li a:hover {
  transform: translateY(-10px);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  transition: 0.3s all;
}
.b_shubetsu {
  min-width: 87px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  padding: 8px;
  background-color: #000000;
  border-radius: 10px 0 10px 0;
  position: absolute;
  top: 15px;
  left: 15px;
}
.b_img img {
  display: block;
  border-radius: 10px;
  width: 100%;
  height: 150px !important;
  object-fit: cover;
}
.b_ti {
  color: #000000;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  margin: 15px 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.b_ti_box {
  display: flex;
  align-items: flex-end;
  gap: 0 18px;
  .b_kakaku {
    color: #000000;
    font-size: 15px;
    font-weight: 700;
    line-height: 26px;
  }
  .b_madori {
    color: #000000;
    font-size: 12px;
  }
}
.b_eki {
  color: #666666;
  font-size: 12px;
  display: flex;
  align-items: center;
  margin: 13px 0 5px;
  &::before {
    content: "";
    background-image: url(/../buy/img/b_bu_icon1.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 25px;
    height: 26px;
    margin-right: 5px;
  }
  & p {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width: calc(100% - 30px);
  }
}
.b_add {
  color: #666666;
  font-size: 12px;
  display: flex;
  &::before {
    content: "";
    background-image: url(/../buy/img/b_bu_icon2.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 24px;
    height: 24px;
    margin-right: 5px;
  }
  & p {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width: calc(100% - 30px);
  }
}

.b_search_wrap {
  width: 1100px;
  margin: 0 auto 188px;
  .tl_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    .search_btn_shubetsu {
      width: 775px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
  }
  .search_item_wrap {
    .search_item_box ul {
      margin: 66px 0 67px 0;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
    }
  }
  .bnr_box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}

.bnr_box a:hover {
  opacity: 0.8;
}

.search_item_box li a:hover {
  background: #eaeaea !important;
}
/*---- タブ切り替え ----*/
.b_search_wrap {
  width: 1100px;
  padding: 80px 0;
  margin: 0 auto;
}

.search_btn_shubetsu {
  width: 773px;
  display: flex;
  background-color: #f5f5f7;
  border-radius: 32px;
  padding: 8px 10px;
}
.search_btn_shubetsu li {
  display: flex;
  width: 150px;
  color: #f5f5f7;
  padding: 15px 0;
  border-radius: 40px;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

.tab.is-active {
  color: #fff;
  background-color: #000;
  transition: 0.3s all;
}

.search_item_wrap {
}
.search_item {
  width: 1100px;
  margin: 0 auto;
}

.search_item.panel {
  display: none;
}
.search_item.panel.is-show {
  display: block;
}

/*---- /タブ切り替え ----*/

/*---- タブ中身 ----*/
.search_item_box {
  width: 1100px;
  margin: 0 auto;
  background-color: #ffffff;
  box-sizing: border-box;
  & ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 25px 0;
    margin: 68px 0 60px 0;
    & li {
      display: flex;
      align-items: center;
      a {
        display: block;
        color: #000000;
        padding: 27px 0;
        font-weight: bold;
        text-align: center;
        border-radius: 12px;
        box-sizing: border-box;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        position: relative;
        &::before {
          content: "";
          width: 8px;
          height: 8px;
          border-top: 2px solid #000000;
          border-right: 2px solid #000000;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          position: absolute;
          top: 3px;
          bottom: 0;
          margin: auto;
          right: 1.5vw;
        }
      }
    }
  }
}
.search_item_s {
  width: 160px;
  font-size: 18px;
}
.search_item_l {
  width: 345px;
  font-size: 16px;
}
/*---- /タブ中身 ----*/

.b_reason_wrap {
  background-color: #f5f5f7;
  padding: 120px 0;
}
.b_reason_inner {
  width: 1100px;
  margin: 0 auto;
  & ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 77px 0 0 0;
    & li {
      width: 340px;
      height: 340px;
      display: block;
      border-radius: 12px;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
      background-repeat: no-repeat;
      background-size: 90%;
      background-position: top 20px center;
      background-color: #ffffff;
      box-sizing: border-box;
      padding: 174px 25px 34px;
      &:first-child {
        background-image: url(../buy/img/b_re_img1.webp);
      }
      &:nth-child(2) {
        background-image: url(../buy/img/b_re_img2.webp);
      }
      &:last-child {
        background-image: url(../buy/img/b_re_img3.webp);
        padding: 188px 25px 34px;
        .b_re_txt {
          margin-bottom: 10px;
        }
      }
    }
  }
}
.b_re_txt {
  color: #000;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 7px;
  text-align: center;
}
.b_re_suuji {
  color: #000000;
  font-size: 65px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  & span {
    font-size: 24px;
    margin-left: 9px;
  }
}
.b_re_s_txt {
  font-size: 26px;
  font-weight: 800;
  text-align: center;
  line-height: 40px;
  .b_re_l_txt {
    font-size: 32px;
    text-align: center;
  }
}

.f_wrap {
  margin-top: 0 !important;
}

.pc_off {
  display: none;
}


