@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{
  margin-bottom: 40px;
}
#buyer-ichioshi .header .title-h1{
  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 .bgc-pink {
  background: #f7e0df;
}
#buyer-ichioshi.reward .bgc-brown{
  background: #210f0f;
}
#buyer-ichioshi.reward .buyer-section{
  background: #210f0f;
}
#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;
}
.reward .recommender .buyer-img img{
  border: 3px #e2b866 solid;
}
#buyer-ichioshi .recommender .buyer-ex-area{
  width: calc((100% - 50px) - 30%);
}
#buyer-ichioshi.reward .buyer-section .buyer-ex-area{
  color: #fff;
}
#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;
}
.reward .c-product-section h2{
  color: #fff;
}
.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;
}

/*特集から選ぶ*/
.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:hover{
 opacity: 0.7;
}
.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 {
    margin-bottom: 25px;
    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;
  }
  #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{
    margin-bottom: 5px;
    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;
  }
  .c-product-section .c-product-list .c-textbox .c-ex-tx{
    margin: 10px 0 0;
    font-size: 14px;
  }
  .c-product-section .c-product-list .c-product-box .c-textbox .c-ex-tx{
    margin-top: 16px;
  }

 
 /*特集から選ぶ*/
  .bgc__blue {
    30px 20px 0 20px;
  }
  .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;
  }
  .bnr_list .bnr_item:hover{
    opacity: 0.7;
  }

}