.search_lp_wrap .fc_red{
  color: #d31868;
}

.search_lp_wrap h2, .search_lp_wrap h3 {
  border: none !important;
  padding-left: 0;
}

.search_lp_wrap h2.h2A {
  border-bottom: none;
  text-align: center;
  margin-bottom: 20px;
}
.search_lp_wrap h2.h2A.-small {
  font-size: 20px;
  letter-spacing: 2px;
}

.search_lp_wrap p.link_btn_wrap {
  text-align: center;
  margin-bottom: 30px;
}

.search_lp_wrap .link_btn {
  display: inline-block;
  background: #91D9CF;
  color: #fff;
  font-size: 14px;
  width: 600px;
  padding: 20px;
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
}

.search_lp_wrap .link_btn:hover {
  text-decoration: none;
  opacity: .8;
}

.search_lp_wrap .tab--type_custom .tabSwitch {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin-left: 0!important;
  gap: 25px;
}

.search_lp_wrap .tab--type_custom .tabSwitch li {
  padding: 20px;
  list-style: none;
  position: relative;
  border: 1px solid #484848;
  text-align: center;
  font-size: 18px;
  width: 100%;
  padding-top: 65px;
  padding-bottom: 10px;
}

.search_lp_wrap .tab--type_custom .tabSwitch li.active {
  font-weight: bold;
}

.search_lp_wrap .tab--type_custom .tabSwitch li:before {
  position: absolute;
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
}

.search_lp_wrap .tab--type_custom .tabSwitch li:nth-child(1):before {
  background: url("https://shop.ybl-store.net/wp-content/uploads/search_page/ico_02.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.search_lp_wrap .tab--type_custom .tabSwitch li:nth-child(2):before {
  background: url("https://shop.ybl-store.net/wp-content/uploads/search_page/ico_03.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.search_lp_wrap .tab--type_custom .tabSwitch li:nth-child(3):before {
  background: url("https://shop.ybl-store.net/wp-content/uploads/search_page/ico_04.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.search_lp_wrap .tab--type_custom .tabSwitch li:nth-child(4):before {
  background: url("https://shop.ybl-store.net/wp-content/uploads/search_page/ico_01.png");
  background-size: contain;
  background-repeat: no-repeat;
}


.search_lp_wrap #sec_01 .container,
.search_lp_wrap #sec_02 .container,
.search_lp_wrap #sec_03 .container {
  max-width: 1000px;
}
.search_lp_wrap #sec_03 .container{
  padding: 0 ;
}
.search_lp_wrap #sec_01{
  margin-bottom: 50px;
}

.search_lp_wrap #sec_01 .tab {
  margin: 0 auto;
}

.search_lp_wrap #sec_01 .tab h3, .tabContent.modal .row h3 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 25px;
  line-height: 1.6;
}

.search_lp_wrap #sec_01 .tab h3 small, .tabContent.modal .row h3 small {
  display: block;
  margin-top: 5px;
  font-size: 17px;
}

.search_lp_wrap .item_table {
  text-align: center;
}

.search_lp_wrap table.item_table {
  border-top: none;
  border-left: none;
}
.swipeTable .item_table th:first-child,
.swipeTable .item_table td:first-child{
  border-right: #aaa solid 1px;
  position: sticky;
  left: -1px;
}
.search_lp_wrap .item_table tbody th {
  border-left: #aaa solid 1px;
  width: 80px;
  font-size: 12px;
  
}
.search_lp_wrap .item_table th.item_table_img {
  background: #fff;
}
.search_lp_wrap .item_table td{
  background: #fff;
  font-size: 12px;
}

.search_lp_wrap .item_table td p{
  font-size: 12px;
}

@media (max-width: 767px) {

  .search_lp_wrap #sec_01{
    margin-bottom: 0px;
  }
  .search_lp_wrap #sec_01 .container{
    padding-right: 0;
    padding-left: 0;
  }
  .search_lp_wrap .item_table tbody th {
    font-size: 10px;
  }
  .search_lp_wrap .item_table td{
    font-size: 10px;
  }

  .search_lp_wrap .item_table td p{
    font-size: 10px;
  }
}


.search_lp_wrap .item_table .item_table_img th {
  border-bottom: #aaa solid 1px;
}

@media (max-width: 767px) {
  .swipeTable .item_table th:first-child, .swipeTable .item_table td:first-child {
    border-right: #aaa solid 1px;
    position: sticky;
    left: -1px;
    width: 120px;
    min-width: 120px;
    max-width: 120px;
  }
  .swipeTable .item_table th:nth-child(2), .swipeTable .item_table td:nth-child(2) {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
  }
}
.search_lp_wrap .item_table .item_table_link a {
  display: block;
  border: 1px solid #484848;
  text-align: center;
  padding: 5px;
  max-width: 120px;
  margin:0 auto;
}

.search_lp_wrap .item_table strong {
  display: block;
}

.search_lp_wrap .products_list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0px !important;
  /* margin-left: -20px !important; */
  /* width: calc(100% + 40px); */
}

.search_lp_wrap .products_list > li {
  max-width: calc(50% - 40px);
  flex-basis: calc(50% - 40px);
  margin: 0 20px 40px;
}

.search_lp_wrap .products_row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.search_lp_wrap .products_row:nth-of-type(odd) {
  flex-direction: row;
}

.search_lp_wrap .products_row:nth-of-type(n+2) {
  margin-top: 40px;
}

.search_lp_wrap .products_row > div {
  padding: 0   !important;
  margin: 0;
}

.search_lp_wrap .products_row .products_box {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: solid 2px #eeeeee;
  border-bottom: solid 2px #eeeeee;
  /* padding-left: 20px !important; */
}

.search_lp_wrap .products_row .products_box .products_inner {
  text-align: center;
}

.search_lp_wrap .products_row .products_box .products_inner h3 {
  text-align: center;
  margin-bottom: 25px;
  margin-top: 0;
}

.search_lp_wrap .products_row .products_box .products_inner h3 img {
  margin: auto;
  max-width: 90%;
}

/* .search_lp_wrap .products_row .products_box .products_inner h3 small {
  display: inline-block;
  margin-top: 10px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 12px;
  font-weight: 500;
} */

/* .search_lp_wrap .products_row .products_box .products_inner .products_txt {
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  margin-bottom: 35px;
  display: none;
} */

.search_lp_wrap .products_row:nth-of-type(odd) {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.search_lp_wrap .products_list a.bnrBox {
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
}



.search_lp_wrap .products_list a.bnrBox img {
  object-fit: cover;
  max-width: none;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.search_lp_wrap .products_row:nth-of-type(n+2) {
  margin-top: 0;
}

.search_lp_wrap .products_row {
  margin-bottom: 40px;
}

.search_lp_wrap .products_row .products_box {
  border: none;
}

@media (max-width: 991px) {
  .search_lp_wrap .tab--type_custom .tabSwitch {
    flex-wrap: wrap;
  }
  .search_lp_wrap .tab--type_custom .tabSwitch li {
    width: calc(100% / 2 - 13px);
  }
  .tab--type_custom span {
    font-size: 14px;
  }
}


@media (max-width: 767px) {
  .search_lp_wrap .products_row {
    margin-bottom: 20px;
  }
  .products_image_box{
    max-width: 35%;
    flex: 0 0 35%;
    border: none !important;
  }
  .search_lp_wrap .products_list a.bnrBox:before{
    padding-top: 100%;
  }
  .products_image_box img{
    max-width: 90%;
  }
  .search_lp_wrap .products_list a.bnrBox {
    height: 100%;
  }
  .products_box{
    max-width: 65%;
    flex: 0 0 65%;
    border: none !important;
  }
  /* .search_lp_wrap .products_row .products_box .products_inner h3 small{
    font-size: 10px;
    line-height: 1.5;
  } */
  .search_lp_wrap .products_row .products_box{
    padding-right: 20px !important;
  }
  .search_lp_wrap .products_row .products_box .products_inner h3 img{
    max-width: 85%;
  }
}
.search_lp_wrap .searchFormCustom {
  /* background: #eee; */
}

.search_lp_wrap .searchFormCustom .searchForm__inner {
  border: solid 1px #ccc;
  width: 500px;
  max-width: 100%;
  margin: auto;
}

.search_lp_wrap .searchForm__submit {
  background: #91D9CF !important;
  color: #fff;
  height: 100%;
  right: -1px;
}

.search_lp_wrap .searchForm__submit i {
  margin-right: 0;
}

.search_lp_wrap .submit_btn {
  background-color: transparent;
  cursor: pointer;
  appearance: none;
  background: #91D9CF;
  color: #fff;
  border:none;3
}

.search_lp_wrap .terms li {
  list-style: none;
}

@media (min-width: 768px) {
  .search_lp_wrap .products_list a.bnrBox img{
    width: 100%;
  }
  .search_lp_wrap .products_row > .products_image_box{
    max-width: 200px;
    flex-basis: 200px;
  }
  .search_lp_wrap .products_row > .products_box{
    max-width: calc(100% - 200px);
    flex-basis: : calc(100% - 200px);
  }

  .search_lp_wrap #sec_01 .tabContent .row > div{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .search_lp_wrap #sec_01 .tabContent .row > div > div{
    padding: 0 15px;
  }
  .search_lp_wrap #sec_01 .tabContent .row > div > div:nth-of-type(1){
    max-width: 33.333%;
    flex-basis: 33.333%;
  }
  .search_lp_wrap #sec_01 .tabContent .row > div > div:nth-of-type(2){
    max-width: 66.666%;
    flex-basis: 66.666%;
  }
}
@media (max-width: 767px) {
  .search_lp_wrap .products_list > li {
    max-width: calc(100% - 40px);
    flex-basis: calc(100% - 40px);
    margin: 0 20px 20px;
  }
  .search_lp_wrap #products .products_row .bnrBox {
    position: relative;
    overflow: hidden;
    display: block;
  }
  .search_lp_wrap #products .products_row .bnrBox:before {
    padding-top: 230px;
    content: "";
    display: block;
  }
  .search_lp_wrap #products .products_row .bnrBox img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
    object-position: top;
    max-width: none;
    width: 100%;
    height: 230px;
  }
  .search_lp_wrap #products .products_row .products_box .products_inner {
    padding: 20px 10px !important;
  }
  .search_lp_wrap #products .products_row .pagebutton {
    padding: 7px 30px;
  }
  .search_lp_wrap #products .products_row .products_image_box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .search_lp_wrap #products .products_row .products_box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* .search_lp_wrap .products_row .products_box .products_inner .products_txt {
    font-size: 10px !important;
    margin-bottom: 10px !important;
    text-align:left;
    display: none;
  } */
  .search_lp_wrap .products_row > div:not(.products_box) h3 {
    text-align: center;
    padding: 10px;
  }
  .search_lp_wrap .products_row > div:not(.products_box) h3 img {
    margin: 0 auto;
    max-height: 40px;
    max-width: 90%;
    height: auto;
    width: auto !important;
  }
  .search_lp_wrap .products_row .products_box{
    padding-right: 20px;
  }
  .search_lp_wrap .products_row .spOnly h3 small {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    margin-top: 10px;
    display: inline-block;
  }
  .search_lp_wrap .link_btn {
    max-width: 100%;
  }
  .search_lp_wrap #sec_01 .tab {
    max-width: 100%;
  }

/*   .search_lp_wrap .tab--type_custom .tabSwitch li {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 20px;
    padding: 10px;
  } */
  .search_lp_wrap #sec_01 .tab h3, .tabContent.modal .row h3 {
    font-size: 15px;
    letter-spacing: -0.4px;
    margin: 0;
    padding-left: 0;
    margin-bottom: 5px;
  }
  .search_lp_wrap #sec_01 .tab h3 small, .tabContent.modal .row h3 small {
    font-size: 10px;
    margin-top: 0;
  }
  .search_lp_wrap #sec_01 .tab .text, .tabContent.modal .row .text {
    font-size: 10px;
    margin-bottom: 1.5em;
    line-height: 1.6em;
  }
  .search_lp_wrap #sec_01 .tab .row {
    margin-bottom: 20px;
  }

}

ul.terms {
    margin:  0 auto 30px;
    display: flex;
    flex-wrap: wrap;
}
ul.terms li {
    flex-basis: 20%;
    margin-bottom: 10px;
    padding: 0 5px;
}
span.search_target {
    border: 1px solid #e9e9e9;
    display: block;
    text-align: center;
    border-radius: 60px;
    padding: 4px;
    font-size: 11px;
    pointer-events: all;
    cursor: pointer;
    transition: 0.1s;
}
span.search_target.active {
  background: #91D9CF;
  color: #fff;
  transition: 0.1s;
}
@media (max-width: 991px) {
  ul.terms li {
      flex-basis: 33.33%;
  }
}
@media (max-width: 767px) {
  ul.terms li {
      flex-basis: 50%;
  }
}

/* .tab--type_custom span {
    padding-right: 20px;
} */

.swipeTable{
  overflow-x: scroll;
  overflow-y: hidden;
}
@media (max-width: 767px) {
  .swipeTable{
    margin: 0 -15px;
  }
}
.swipeTable .item_table th {
  width: 102px!important;
  min-width: 102px;
}
.swipeTable .item_table td{
  width: 135px;
  min-width: 135px;
  max-width: 135px;
}


@media (min-width: 1201px) {
  .swipeTable .item_table td{
    width: 150px;
    min-width: 150px;
    max-width: 150px;
  }
  .swipeTable .item_table td.item_table_img {
    width: 130px;
    min-width: 130px;
    max-width: 130px;
  }
}

.searchBox h3 {
    font-weight: 500;
    text-align: center;
    font-size: 16px;
    font-family: "Josefin Sans", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.products_row .products_box .products_inner h3 img{
  width: 160px;
}

h3.spLogo {
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;
}

h3.spLogo img{
  margin: auto;
}

/* 221011 */

table.item_table{
max-width: 1200px;
max-height: 1200px;
white-space: normal;
}
table.item_table tbody{
max-width:1200px;
max-height: 1200px;
white-space: normal;
}
table.item_table tr{
white-space: normal;
}
table.item_table th,
table.item_table td{
  white-space: normal;
  width: 140px;
  min-height: 40px;
  vertical-align: middle;
  text-align: center;
}
table.item_table tr:nth-child(2) th,
table.item_table tr:nth-child(2) td{
  border-top: #aaa solid 1px;
}
table.item_table td p{
  text-align: center;
}

table.item_table img{
  max-width: 100%;
}
table.item_table img.item_img_landscape{
  max-width: initial;
  max-height: 120px;
}


.search_lp_wrap .item_table .item_table_link a:hover{
  text-decoration: none;
  opacity: .8;

}

/* 10-31-2023 */
table.item_table img {
  width: 37.66px;
  max-height: 100px;
  object-fit: contain;
}

.swipeTable .item_table th#th_image {
  width: 78px!important;
  min-width: 78px;
}

.swipeTable .item_table td.item_table_img {
  width: 58px;
  min-width: 58px;
  max-width: 58px;
}

.swipeTable .item_table td.item_table_img img {
  height: 65px;
  width: auto;
}

.item_table_link .group-btn {
  display: flex;
  gap: 0 10px;
}

.swipeTable .item_table td.item_table_link{
  width: 275px;
  min-width: 275px;
  max-width: 275px;
}

.swipeTable .item_table td.item_table_size {
  width: 220px;
  min-width: 220px;
  max-width: 220px;
}

.swipeTable .item_table th#th_link {
  width: 275px!important;
  min-width: 275px;
}

.swipeTable .item_table th#th_size{
  width: 220px!important;
  min-width: 220px;
}

.item_table_link .group-btn a {
  flex: auto;
}

td.item_table_product_name,
td.item_table_support
{
    font-weight:bold;
}

.search_lp_wrap .item_table tr:nth-child(even) td {background: #FAFAFA;}

@media screen and (max-width: 767px){
  .swipeTable .item_table th#th_link {
    width: 200px!important;
    min-width: 200px!important;
  }

  .swipeTable .item_table th#th_size{
    width: 160px!important;
    min-width: 160px!important;
  }

  .swipeTable .item_table td.item_table_link{
      width: 200px;
      max-width: 200px;
      min-width: 200px;
  }

  .swipeTable .item_table td.item_table_size{
    width: 160px;
    max-width: 160px;
    min-width: 160px;
  }

  .swipeTable .item_table th:nth-child(2), .swipeTable .item_table td:nth-child(2) {
      min-width: 135px;
      width: 135px;
      max-width: 135px;
  }
}

/* 2024-03-15 */
.search_lp_wrap .productListWrapbox .products_list > li.products_row:nth-of-type(n+2) {
  margin-top: 40px;
}

/* 2024-07-19 */
.search_lp_wrap .tab--type_custom .tabSwitch li:nth-child(5):before {
  background: url("https://shop.ybl-store.net/wp-content/uploads/search_page/ico_05.png");
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  .productListWrap .container {
      padding: 0;
  }

  .search_lp_wrap .productListWrapbox .products_row > .products_image_box, .search_lp_wrap .productListWrapbox .products_row .products_box {
      padding: 0 7.5px!important;
  }

  .search_lp_wrap .products_list a.bnrBox img {
      height: auto;
  }

  .products_row .products_box .products_inner h3 small {
      line-height: 1.4;
  }

  .search_lp_wrap .products_row .products_box .products_inner h3 {
      margin-bottom: 15px;
      line-height: 1.4;
  }

  .products_row .products_box .products_inner .products_txt {
      line-height: 1.7em;
      letter-spacing: 0.05em;
  }
}


/* 2025-06-10 */
.swipeTable .item_table th:first-child {
    z-index: 2;
}

.swipeTable .item_table td:first-child {
  z-index: 1;
}

html {
  scroll-behavior: smooth;
}

* {
  scroll-margin-top: 170px;
}

.swipeTable .item_table td.item_table_img {
    width: 94px;
    min-width: 94px;
    max-width: 94px;
}

@media screen and (max-width: 767px) {
  .swipeTable .item_table th {
    position: sticky;
    top: 0;
  }
  
  div#s2 {
      height: 500px;
  }


.swipeTable .item_table td.item_table_img {
    width: 110px;
    min-width: 110px;
    max-width: 110px;
}
}

.swipeTable .item_table td.item_table_img .item_table_link {
    margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .blog_inner table th, .blog_inner .table-default th {
    font-size: 12px;
    padding: 0.6em 1em;
  }

  .swipeTable .item_table td, .swipeTable .item_table td.item_table_size, .swipeTable .item_table th:nth-child(2), .swipeTable .item_table td:nth-child(2){
    width: 100px;
    min-width: 100px;
    max-width: 100px;
  }
  .swipeTable .item_table th#th_size  {
    width: 100px !important;
    min-width: 100px !important;
  }
  .swipeTable .item_table th {
    width: 100px !important;
    min-width: 100px !important;
  }
}
