@charset "UTF-8";

#buyer-ichioshi {
  max-width: 980px;
  width: 100%;
  margin: 0 auto 30px;
  text-align: center;
}
#buyer-ichioshi img {
  width: 100%;
}
#buyer-ichioshi .header .title-h1{
  max-width: 700px;
  margin: 0 auto;
}
#buyer-ichioshi .inner {
  padding: 0 20px 50px;
}

/*バイヤー紹介*/
#buyer-ichioshi .buyer-section {
  text-align: left;
  background: #c3e7f4;
  padding: 15px 40px;
  margin-bottom: 50px;
}
#buyer-ichioshi .buyer-section .c-title__global {
  padding: 0;
}
#buyer-ichioshi .recommender {
  display: flex;
  gap: 0 50px;
  align-items: center;
  padding: 40px 46px;
}
#buyer-ichioshi .recommender::after{
  display:none;
}
.recommender .buyer-img {
  width: 30%;
}
.recommender .buyer-img img {
  height: 100%;
  border-radius: 50%;
  border: 3px #191919 solid; /* 外枠 */
  padding:6px;
  background: #fff; /* 内枠 */
  box-sizing: border-box;
}
#buyer-ichioshi .recommender .buyer-ex-area{
  width: calc((100% - 50px) - 30%);
}
#buyer-ichioshi .recommender .buyer-ex-area .buyer-name {
  font-weight: 600;
  font-size: 23px;
  margin-bottom: 15px;
}
#buyer-ichioshi .recommender .buyer-ex-area .buyer-ex {
  font-size: 18px;
}

/*バイヤーおすすめ商品*/
.c-product-section h2 {
  font-size: 25px;
  text-align: center;
  color: #191919;
}
.c-product-section .c-product-list {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 22px;
  margin: 25px 0;
  flex-direction: column;
}
.c-product-section .c-product-list .c-product-box {
  background: #fff;
  border-radius: 10px;
  /*min-height: 300px;*/
  width: 100%;
  box-sizing: border-box;
}
.c-product-section .c-product-list .c-product-box a {
  display: flex;
  gap: 26px;
  align-items: center;
  padding: 2.5vw 30px;
  height: 100%;
  width: 100%;
  text-decoration: none;
  box-sizing: border-box;
}
 .c-product-section .c-product-list .c-product-box .-product-img {
   width: calc((100% - 26px) - 60%);
   aspect-ratio: 1 / 1;
 }
 .c-product-section .c-product-list .c-product-box .-product-img img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }
 .c-product-section .c-product-list .c-textbox {
   width: 60%;
 }
 .c-product-section .c-product-list .c-textbox .c-text {
   font-size: 21px;
   color: #a35400;
   margin: 0 0 5px 0;
 }
 .c-product-section .c-product-list .c-textbox .c-text-bold {
   font-size: 21px;
   font-weight: bold;
   color: #191919;
   margin-bottom: 10px;
 }
 .c-product-section .c-product-list .c-textbox .c-price__text {
   font-size: 18px;
   color: #191919;
   margin-bottom: 10px;
 }
 .c-product-section .c-product-list .c-textbox .c-price__text .c-price__text__strong {
   font-size: 21px;
   color: #191919;
   font-weight: 600;
 }
 .c-product-section .c-product-list .c-textbox .c-ex {
   color: #191919;
   font-size: 17px;
   font-weight: bold;
   border-bottom: 3px solid #191919;
   padding: 0 0.2em 0.15em 0.2em;
   margin: 16px 0 16px 0;
   position: relative;
   display: inline-block;
 }
 .c-product-section .c-product-list .c-textbox .c-ex::before {
   content: '';
   background-color: #fff;
   width: 20px;
   height: 3px;
   position: absolute;
   left: 30px;
   bottom: -3px;
 }
 .c-product-section .c-product-list .c-textbox .c-ex::after {
   content: '';
   background-color: #191919;
   width: 15px;
   height: 3px;
   transform: rotate(50deg);
   position: absolute;
   left: 25px;
   bottom: -8px;
 }
.c-product-section .c-product-list .c-textbox .c-ex-tx{
   color: #191919;
}


/*　　スライダー　　*/
.slick-wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap :20px;
  padding: 0 20px 0;
}
.slick-wrapper .slick-item{
  margin: 0 20px;
  overflow: hidden;
  position: relative;
  border-radius: 2%;
}
.slick-initialized .slick-slide {
  display: block;
  height: auto!important;
}
.slick-wrapper .slick-item {
  margin: 0 10px;
  width: calc((100% - 20px) / 3);
}
.slick-wrapper .slick-item img {
  width: 100%;
}
.slick-wrapper .item-info > .b-name {
  margin: 0 0 5px -5px;
  padding: 5px 10px;
  background: transparent;
  color: #333;
  border-radius: 100vh;
  display: inline-block;
}
/*　　スライダーページボタン　　*/
button.slick-next.slick-arrow {
  width: 30px;
  height: 60px;
  position: absolute;
  top: 50%;
  background-color: #666666;
  right: -10px;
  font-size: 0;
  transform: translateY(-50%);
  border-radius: 100vh;
  border: none;
}
button.slick-next.slick-arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  right: 40%;
  z-index: 10;
  width: 7px;
  height: 7px;
  border: none;
  background: transparent;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff; 
  transform: rotate(-135deg);
}
button.slick-prev.slick-arrow {
  width: 30px;
  height: 60px;
  position: absolute;
  background-color: #666666;
  top: 50%;
  left: -10px;
  font-size: 0;
  transform: translateY(-50%);
  border-radius: 100vh;
  z-index: 100;
  border: none;
}
button.slick-prev.slick-arrow::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 30%;
  z-index: 10;
  width: 7px;
  height: 7px;
  border: none;
  background: transparent;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff; 
  transform: rotate(45deg) translateY(-50%);
}
.slick-wrapper .item-info:hover {
    border-radius: 0;
}
.slick-wrapper .item-info {
  width: 85%;
  position: absolute;
  bottom: 0;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 15px;
  color: #616161;
  border-radius: 16px;
  background: rgba(255,255,255,0.8);
  left: -300px;
  text-align: left;
  transition: 0.3s;
}
.slick-wrapper a {
  text-decoration: none;
  transition: 0.3s;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 400;
  display: flex;
  justify-content: center;
  width: 100%;
}
.slick-wrapper a img {
  transition: 0.3s;
}
.slick-item:hover img {
  opacity: 0.7;
  transform: scale(0.9);
}
.b-brand {
  font-size: 17px;
  font-weight: 600;
}
.b-name {
  font-size: 17px;
  margin-top: 10px;
}
.b-price {
  font-size: 1px;
  margin-top: 10px;
}
.b-price span {
  font-weight: 600;
}
/*特集から選ぶ*/
.bgc__blue {
  margin-top: 30px;
}
.bgc__blue .-main {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}
.bgc__blue .-main:before, .bgc__blue .-main:after {
  content: '';
  position: absolute;
  top: 40%;
  display: inline-block;
  width: 45px;
  height: 2px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}
.bgc__blue .-main:before {
  left:0;
}
.bgc__blue .-main:after {
  right: 0;
}
 .bnr_list {
   display: flex;
   flex-wrap: wrap;
   gap: 44px;
   padding-inline-start: 0;
   margin: 20px 0 0 0;
 }
 .bnr_list .bnr_item {
    width: calc((100% - 88px) / 3);
    list-style: none;
 }
 .bnr_list .bnr_item .image-wrap img {
    width: 100%;
 }
 .bnr_list .bnr_item .pickup-inner-text {
   text-align: center;
   margin-top: 10px;
 }
 .bnr_list .bnr_item .pickup-inner-text .pickup-brand {
   font-size: 18px;
 }



/*レスポンシブ（SP）*/
@media screen and (max-width: 785px) {
  #buyer-ichioshi {
    width: 100%;
    margin: 0 auto;
  }
  /*ヘッダー*/
  #buyer-ichioshi .header {
    width: 100%;
  }
  #buyer-ichioshi .header .text {
    margin-top: 30px;
    font-size: 14px;
  }
  #buyer-ichioshi .inner {
    padding: 20px;
  }
  
  /*バイヤー紹介*/
  #buyer-ichioshi .buyer-section{
    padding: 30px 20px 35px;
    margin-bottom: 30px;
  }
  #buyer-ichioshi .recommender{
    flex-direction: column;
    padding: 0;
    gap: 18px;
  }
  .recommender .buyer-img{
    width: 50%;
  }
  #buyer-ichioshi .recommender .buyer-ex-area{
    width: 100%;
  }
  #buyer-ichioshi .recommender .buyer-ex-area .buyer-name{
    margin-bottom: 5px;
    font-size: 18px;
    text-align: center;
  }
  #buyer-ichioshi .recommender .buyer-ex-area .buyer-ex{
    font-size: 13px;
    text-align: center;
  }
  
  /*バイヤーおすすめ商品*/
  .c-product-section{
    margin-top: 35px;
  }
  .c-product-section h2{
    font-size: 20px;
  }
  .c-product-section .c-product-list{
    margin: 15px 0 0;
  }
  .c-product-section .c-product-list::after{
    display: none;
  }
  .c-product-section .c-product-list .c-product-box{
    padding: 0;
  }
  .c-product-section .c-product-list .c-product-box a{
    flex-direction: column;
    gap: 20px;
    padding: 25px 20px;
  }
  .c-product-section .c-product-list .c-product-box .-product-img{
    width: 100%;
    aspect-ratio: auto;
  }
  .c-product-section .c-product-list .c-product-box .-product-img img{
    aspect-ratio: 7 / 4;
  }
  .c-product-section .c-product-list .c-product-box .c-textbox{
    width: 100%;
  }
  .c-product-section .c-product-list .c-product-box .c-textbox p{
    margin: 0;
  }
  .c-product-section .c-product-list .c-textbox .c-text{
    font-size: 16px;
  }
  .c-product-section .c-product-list .c-textbox .c-text-bold{
    margin: 8px 0 0;
    font-size: 16px;
  }
  .c-product-section .c-product-list .c-textbox .c-price{
    margin: 5px 0 12px;
  }
  .c-product-section .c-product-list .c-textbox .c-price__text{
    margin-bottom: 0;
    font-size: 13px;
  }
  .c-product-section .c-product-list .c-textbox .c-price__text .c-price__text__strong{
    font-size: 16px;
  }
  .c-product-section .c-product-list .c-textbox .c-ex{
    font-size: 15px;
  }
  #buyer-ichioshi .c-textbox .c-ex-tx {
    margin: 16px 0 0;
    font-size: 14px;
  }
  
  /*おすすめ商品スライダー*/
  .osusume {
    margin-top: 40px;
  }
  .wrapper {
    overflow-x: scroll;
    width: 100%;
    white-space: nowrap;
  }
  .wrapper .item {
    margin-right: 20px;
    width: 150px;
    display: inline-block;
    vertical-align: top;
  }
  .wrapper .item img {
    width: 100%;
  }
  .wrapper .item-info {
    width: 100%;
    border-radius: 0;
    margin-top: 16px;
    text-align: left;
    white-space: normal;
  }
  .b-brand {
    font-size: 15px;
    font-weight: 600;
    white-space: normal;
  }
  .b-brand span{
    margin-right: 6px;
    padding: 2px 4px;
    background:#333;
    color:#fff;
    border-radius: 4px;
    font-size: 13px;
  }
  .b-name {
    font-size: 15px;
    margin-top: 10px;
    white-space: normal;
  }
  .b-price {
    font-size: 14px;
    margin-top: 10px;
  }
  .b-price span {
    font-weight: 600;
  }
  
 /*特集から選ぶ*/
  .bnr_list{
    gap: 20px 18px;
  }
  .bnr_list .bnr_item{
    width: calc((100% - 18px) / 2);
  }
  .bnr_list .bnr_item .image-wrap a{
    line-height: 0;
  }
  .bnr_list .bnr_item .pickup-inner-text .pickup-brand{
    font-size: 14px;
  }
}