@charset "UTF-8";

/* 20240305 フォームデザイン変更対応 */
.ad-form {
  height: 100vh;
}

/* 20240322 業態別LP */
/*.segment-fv {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 60px;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}
*/
/*202512 表示崩れ修正*/
.segment-fv {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /* ヘッダーの高さ分だけマージンを確保。
     共通ヘッダーが top: 0 で固定されている場合、
     ブラウザが自動認識できるよう margin-top を 0 にして
     親要素の padding または position で調整するのが最も安全です */
  margin-top: 0 !important;
  padding-top: 0 !important;
  height: auto;
  min-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: initial;
  width: 100%;
  max-width: 1920px;
}

/* ヘッダーが「固定（fixed）」の場合、重なりを防ぐために
   body または直後の要素にヘッダーの高さを自動で持たせます */
body {
    padding-top: 0 !important;
}
/*　End 202512 表示崩れ修正*/

.segment-fv .flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.segment-fv .fv-left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.segment-fv .fv-left .main-txt {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  letter-spacing: -0.03em;
}
.segment-fv .fv-left .sub-txt {
  font-size: 25px;
  font-weight: bold;
  margin-top: 16px;
}
.segment-fv .logo {
  max-width: 445px;
  width: 100%;
  margin: 24px 0;
}
.segment-fv .fv-left .cv-btn {
  background-image: url(/web/jp/asp/seller/images/tanomu/pc/common_btn_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 602px;
  width: 100%;
  height: 105px;
  position: relative;
}
.segment-fv .fv-left .cv-btn .fv-btn-inner {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-top: 27px;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
}
.segment-fv .flex .fv-img {
  max-width: 525px;
  width: 100%;
/* 20240404 澁谷削除
  box-shadow: 6px 6px 1px #ffffff;
*/
  border-radius: 5px;
}
.segment-fv .flex .fv-img-wrapper {
  position: relative;
}
  
  /* 20240404 澁谷削除
.segment-fv .flex .fv-img-wrapper::after {
  position: absolute;
  content: "食肉卸向けページ";
  background-color: #ffffff;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  color: #333;
  font-weight: 700;
  font-size: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  top: 282px;
  right: -28px;
  right: -28px;
  border: 5px solid rgb(246, 99, 19);
}*/
  
.task .task-item {
  margin: 32px 0;
}
.task .task-item .flex {
  display: flex;
  align-items: center;
  text-align: left;
}
.task .task-item .flex img {
  max-width: 500px;
  width: 100%;
}
.task .task-item .label {
  color: #ED582D;
  font-size: 24px;
  font-weight: 700;
}
.task .task-item .flex:nth-of-type(2) {
  margin: 48px 0;
}
.task .task-item .flex:nth-of-type(1) div {
  margin-right: 32px;
}
.task .task-item .flex:nth-of-type(2) img {
  margin-right: 32px;
}
.task .task-item .flex:nth-of-type(3) div {
  margin-right: 32px;
}
.task .task-item img {
  box-shadow: 4px 4px 1px #e8440b;
  border-radius: 5px;
}
.uv-box-slide-head-img img {
  width: 200px;
}
@media screen and (max-width: 1210px) {
 .segment-fv {
   height: 900px;
  }
  .segment-fv .flex {
    flex-direction: column;
  }
  /* 20240404 澁谷削除
.segment-fv .flex .fv-img-wrapper::after {
  content: initial;
}*/
  
  .task .task-item .flex {
    flex-direction: column;
  }
  .task .task-item .flex:nth-of-type(1) div {
    margin-right: 0;
  }
  .task .task-item .flex:nth-of-type(2) img {
    margin-right: 0;
  }
  .task .task-item .flex:nth-of-type(3) div {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  iframe {
    height: 1500px;
  }
  .cv-tel-area {
    margin: calc(550vw / 750* 100) auto 0;
  }
  .task-item .flex > div {
    width: 500px;
  }
  .task .task-item .flex:nth-of-type(2) {
    flex-direction: column-reverse;
  }
}
  
  /* 202405 SP版のFV修正 */
.segment-fv {
  background: initial;
  width: 100%;
  max-width: 1920px;
}
.segment-fv .mv {
  position: absolute;
  clip-path: polygon(calc(100% - 30vw) 0, 100% 0%, 100% 100%, calc(100% - 50%) 100%);
  height: 600px;
  width: 100%;
  object-fit: cover;
}
.segment-fv .fv-left {
  z-index: 2;
}
.segment-fv .fv-left {
  position: absolute;
  top: 140px;
  left: 10vw;
}
.segment-fv .fv-cta a {
  position: relative;
  background-color: #ffd73a;
  padding: 16px 48px;
  border-radius: 100svh;
  border: 5px solid #fff;
  box-shadow: 0px 0px 15px -5px #777777;
  display: flex;
  align-items: center;
  width: 100%;
  font-weight: 700;
  font-size: clamp(16px, 5vw, 28px);
}
.segment-fv .mvcta-dl  {
  width: 50px;
  height: 50px;
  margin-left: 16px;
}
.ad-form {
  height: 520px;
}
@media (max-width: 768px) {
  .ad-form {
    height: 770px;
  }
}
.segment-fv .gyoshu-text {
  font-size: clamp(16px ,5vw, 24px);
  color: #ED582D;
  font-weight: 700;
  border: 2px solid #ED582D;
  padding: 8px 16px;
  margin-bottom: 16px;
  border-radius: 5px;
}
@media (width <= 768px) {
.segment-fv .mv {
  clip-path: polygon(calc(100% - 30vw) 0, 100% 0%, 100% 100%, calc(100% - 80%) 100%);
  }
.segment-fv .flex {
  width: 90%;
  }
.segment-fv .fv-left {
  position: initial;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 16px;
  padding: 8px;
  }
.task-item .flex > div {
  width: 100%;
  max-width: 500px;
  }
.segment-fv .fv-cta a {
  padding: 16px 16px;
  }
.segment-fv .mvcta-dl {
  width: 30px;
  height: 30px;
  }
.cv-tel-area {
  margin: calc(1280vw / 750* 100) auto 0;
  }
}
@media (width <= 1210px) {
.segment-fv {
  height: 600px;
  }
}
