/*intro
=======================================================*/
.intro{
  background: #FFFAF0;
}
.intro-ttl{
  text-align: center;
  font-size: 20px;
}
.intro-wrap{
  display: flex;
  justify-content: space-between;
  margin: 50px 0 100px 0;
}
.intro-img{
  object-fit: contain;
  width: 30%;
}
.intro-box{
  width: 66%;
}
.intro-box-ttl{
  text-align: center;
}
.intro-box-txt{
  margin: 30px 0;
  line-height: 2;
}
.intro-box-name{
  text-align: right;
  font-size: 17px;
}

@media screen and (max-width: 768px){
  .intro-wrap{
    flex-wrap: wrap;
    margin: 50px 0 ;
  }
  .intro-img{
    width: 60%;
    margin: 0 auto;
  }
  .intro-box{
    width: 100%;
    margin-top: 30px;
  }
  .intro-box-ttl{
    font-size: 17px;
  }
  .intro-box-txt{
    font-size: 13px;
  }
  .intro-box-name{
    font-size: 12px;
  }
}

/*お取り扱い商品について product
=======================================================*/
.product{
  background: #F8F8F8;
}
.product-img{
  display: flex;
  justify-content: space-between;
  position: relative;
  gap:15px;
}
.product-img img{
  width: calc(100% / 3 - 15px);
}
.product-img h2{
  background: #fff;
  position: absolute;
  padding: 30px 80px;
  font-size: 20px;
  top:10%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.product-txt{
  margin: 50px 0;
  line-height: 2;
  letter-spacing: 1px;
  font-size: 16px;
}
a.product-btn{
  border-radius: 50px;
  border: 1px solid #000;
  margin: 0 auto;
  padding: 5px 20px;
  display: block;
  width: fit-content;
  font-size: 17px;
}
a.product-btn:hover{
  background: #000;
  color:#fff;
}

@media screen and (max-width: 768px){
  .product-img h2{
    font-size: 3vw;
    padding: 10px;
    top: 85%;
  }
  .product-txt{
    font-size: 13px;
  }
  a.product-btn{
    font-size: 13px;
  }
}

/*選んでいただいている理由 reason
=======================================================*/
.reason{
  margin: 100px auto;
}
.reason-wrap{
  margin-top: 50px;
}
.reason-box{
  display: flex;
  align-items: center;
  position: relative;
  padding: 50px 0;
}
.reason-box:nth-child(n+2){
  margin-top: 50px;
}
.reason-box-txt{
  width: calc(1000px / 2);
  margin-left: calc((100% - 1000px) / 2);
}
.reason-box-ttl{
  text-align: center;
}
.reason-box-txt-detail{
  margin-top: 30px;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 2;
}
.reason-img{
  object-fit: cover;
  width: 45%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.reason-box2 .reason-box-txt{
  width: calc(1000px / 2);
  margin-right: calc((100% - 1000px) / 2);
  margin-left: auto;
}
.reason-box2 .reason-img{
  right: auto;
  left: 0;
}
.reason-box3 .reason-img{
  object-fit: contain;
}

@media screen and (max-width: 768px){
  .reason{
    margin: 50px auto;
  }
  .reason-box{
    flex-wrap: wrap;
    padding: 0;
  }
  .reason-box-ttl{
    font-size: 17px;
  }
  .reason-box-txt{
    width: 100%;
    margin-left:auto;
  }
  .reason-box-txt-detail{
    font-size: 13px;
    width: 90%;
    margin: 20px auto 20px;
  }
  .reason-img{
    position: unset;
    width: 100%;
  }
  .reason-box2 .reason-img{
    order: 2;
  }
  .reason-box2 .reason-box-txt{
    width: 100%;
    margin-right:auto;
  }
}

/*お取引実績 BUSINESS
=======================================================*/
.business{
  background: #F0F0F0;
}
.business-wrap{
  margin-top: 100px;
}
.business-box{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.business-box:last-child{
  margin-bottom: 0;
}
.business-img{
  object-fit: contain;
  margin-right: 50px;
  width: 180px;
}
.business-box-detail{
  width: 50%;
}
.business-box-detail h3{
  font-size: 23px;
}
.business-box-detail-txt{
  font-size: 17px;
  line-height: 2;
  letter-spacing: 2px;
  margin-top: 20px;
}

@media screen and (max-width: 768px){
  .business-wrap{
    margin-top: 50px;
  }
  .business-box{
    margin-bottom: 30px;
  }
  .business-img{
    margin-right: 30px;
    width: 50px;
  }
  .business-box-detail{
    width: 70%;
  }
  .business-box-detail h3{
    font-size: 15px;
  }
  .business-box-detail-txt{
    font-size: 12px;
    margin-top: 10px;
    letter-spacing: 1px;
  }
}

/*パートナー事業のみなさま PARTNER
=======================================================*/
.partner{
  background: #F8F8F8;
}
.partner-voice{
  margin-top: 50px;
}
.partner-voice-box{
  margin-top: 50px;
}
.partner-voice-ttl{
  font-size: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.partner-voice-ttl::before{
  content: "";
  width: 50px;
  height: 1px;
  background: #000;
  display: block;
  margin-right: 20px;
}
ul.partner-voice-list li{
  font-size: 17px;
  display: flex;
  align-items: center;
  line-height: 2;
  letter-spacing: 2px;
}
ul.partner-voice-list li::before{
  content: "";
  background: url("/wp-content/themes/tadaimacoffee/img/list.png") no-repeat;
  width: 20px;
  height: 20px;
  background-size: contain;
  margin-right: 10px;
}
.partner-intro{
  margin-top: 50px;
}
.partner-intro h3.partner-intro-ttl{
  text-align: center;
  margin-bottom: 50px;
}
.partner-intro-box-no{
  width: 100%;
  object-fit: contain;
}
.partner-intro-wrap{
  display: flex;
  flex-wrap: wrap;
  gap:30px;
}
a.partner-intro-box{
  width: calc(100% / 3 - 20px);
}
.partner-intro-box-img img{
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.partner-intro-box-ttl{
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1.8;
  margin-bottom: 5px;
}
.partner-intro-box-con{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media screen and (max-width: 768px){
  .partner-voice{
    margin-top: 30px;
  }
  .partner-voice h3{
    font-size: 17px;
  }
  .partner-voice-box{
    margin-top: 30px;
  }
  .partner-voice-ttl{
    font-size: 17px;
  }
  ul.partner-voice-list li{
    font-size: 12px;
    margin-bottom: 10px;
  }
  ul.partner-voice-list li:last-child{
    margin-bottom: 0;
  }
  .partner-intro h3.partner-intro-ttl{
    font-size: 17px;
  }
  a.partner-intro-box{
    width: 100%;
  }
}

/*お取引までの流れ FLOW
=======================================================*/
.flow-wrap{
  display: flex;
  gap:50px;
  margin-top: 50px;
}
.flow-box{
  text-align: center;
  width: calc(100% / 5);
}
.flow-box-num{
  font-family: "futura L";
  font-size: 25px;
  color: #3D3D3D;
  font-weight: bold;
}
.flow-box-circle{
  width: 20px;
  height: 20px;
  background: #3D3D3D;
  display: block;
  border-radius: 30px;
  margin: 0 auto;
  position: relative;
}
.flow-box-circle::after{
  content: "";
  background: #3D3D3D;
  width: 215px;
  height: 1px;
  position: absolute;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: 50%;
}
.flow-box:last-child .flow-box-circle::after{
  content: unset;
}
.flow-box-detail{
  margin-top: 50px;
}
.flow-box-detail-ttl{
  text-align: center;
  font-family: "MYRIADPRO SB";
  font-size: 18px;
  margin-bottom: 10px;
}
.flow-box-detail-box{
  background: #3D3D3D;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  aspect-ratio: 1 / 1;
}
.flow-box-detail-txt{
  text-align: left;
  margin-top: 10px;
}
.flow-box-detail-box img{
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.flow-box-detail-box1{
  background: #EAEAEA;
}
.flow-box-detail-box2{
  background: #D0D0D0;
}
.flow-box-detail-box3{
  background: #9E9E9E;
}
.flow-box-detail-box4{
  background: #808080;
}
.flow-box-detail-box5{
  background: #3D3D3D;
}

@media screen and (max-width: 1024px){
  .flow-box-circle::after{
    width: 19vw;
  }
}
@media screen and (max-width: 768px){
  .flow-wrap{
    gap:15px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .flow-box{
    width: calc(100% / 3 - 10px);
  }
  .flow-box:nth-child(3) .flow-box-circle::after{
    content: unset;
  }
  .flow-box-num{
    font-size: 15px;
  }
  .flow-box-circle{
    width: 15px;
    height: 15px;
  }
  .flow-box-circle::after{
    width: 32vw;
  }
  .flow-box-detail{
    margin-top: 30px;
  }
  .flow-box-detail-ttl{
    font-size: 12px;
  }
  .flow-box-detail-txt{
    font-size: 10px;
  }
  .flow-box-detail-box img{
    width: 15vw;
    height: 15vw;
  }
}

/*Tadaima Coffee
=======================================================*/
.tadaima-coffee{
  background: url(/wp-content/themes/tadaimacoffee/img/whole-sale/TadaimaCoffee.png) no-repeat;
  background-size: cover;
  padding: 200px 0 0;
}
.tadaima-coffee-ttl{
  color:#fff;
  font-size: 100px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  letter-spacing: 5px;
  text-align: right;
}

@media screen and (max-width: 768px){
  .tadaima-coffee{
    padding: 100px 0 0;
  }
  .tadaima-coffee-ttl{
    font-size: 40px;
  }
}

/*FAQ
=======================================================*/
.faq-wrap{
  margin-top: 50px;
}
.faq-box{
  margin-bottom: 30px;
}
.faq-box::after{
  content: "";
  background: #000;
  width: 500px;
  height: 1px;
  display: block;
  margin: 0 auto;
}
.faq-box-q{
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 30px;
}
.faq-box-q::before,
.faq-box-q::after{
	position:absolute;
	content:'';
	top:1px;
	right:20px;
	bottom:0;
	width:25px;
	height:1px;
	margin:auto;
	background:#151E2F;
}
.faq-box-q::after{
	transform:rotate(-90deg);
	transition:transform 0.3s;
}
.faq-box-q.active::after{
  transform:rotate(0deg);
}
.faq-box-q-sub{
  font-family: "futura L";
  color: #fff;
  background: #9B6B12;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}
.faq-box-q-txt{
  width: 88%;
  font-size: 17px;
}
.faq-box-a{
  display: none;
}
.faq-box-a-box{
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.faq-box-a-sub{
  font-family: "futura L";
  color: #fff;
  background: #FFBA39;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}
.faq-box-a-txt{
  width: 100%;
  font-size: 17px;
}

@media screen and (max-width: 768px){
  .faq-box::after{
    width: 60%;
  }
  .faq-box-q-sub{
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
  .faq-box-q-txt{
    font-size: 14px;
    width: 78%;
  }
  .faq-box-a-sub{
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
  .faq-box-a-txt{
    font-size: 12px;
    width: 80%;
  }
  .faq-box-q::before,
  .faq-box-q::after{
    width: 15px;
    top: -30px;
    right: 5px;
  }
}

/*
=======================================================*/

@media screen and (max-width: 768px){
}