body:has(#producer) .c-heading {
  --heading_en: 64.5rem;
}
@media screen and (max-width: 767px) {
  body:has(#producer) .c-heading {
    --heading_en: 27.9rem;
  }
}

.p-producer {
  padding-bottom: 15.5rem;
}
@media screen and (max-width: 767px) {
  .p-producer {
    padding-bottom: 11rem;
  }
}
.p-producer-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 11.5rem 5.4rem;
  margin: 7.8rem auto 0;
  max-width: 127rem;
}
@media screen and (max-width: 767px) {
  .p-producer-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 4.3rem 2.4rem;
    margin-top: 4.3rem;
    padding-inline: 2rem;
  }
}
.p-producer-item {
  color: #213235;
}
.p-producer-item a {
  display: block;
}
.p-producer-item__img {
  width: 100%;
  aspect-ratio: 279/235;
}
.p-producer-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-producer-item__img img {
    border-radius: 1rem;
  }
}
.p-producer-item__ja {
  font-size: 3.2rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-producer-item__ja {
    font-size: 1.8rem;
    margin-top: 0.8rem;
  }
}
.p-producer-item__en {
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-producer-item__en {
    font-size: 0.9rem;
    margin-top: 0.3rem;
  }
}
.p-producer-modal {
  background: #fff;
  padding: 3.4rem 4.3rem;
  border: 1px solid #a6a6a7;
  border-radius: 3rem;
  width: calc(100% - 4rem);
  max-width: 61.4rem;
  max-height: calc(100svh - 6rem);
  position: relative;
  color: #213235;
}
@media screen and (max-width: 767px) {
  .p-producer-modal {
    padding: 1.6rem 2rem;
    border-radius: 1.3rem;
    max-width: 29.5rem;
    max-height: calc(100svh - 4rem);
  }
}
.p-producer-modal__close {
  position: absolute;
  top: -0.9rem;
  right: -3.3rem;
  width: 6.6rem;
}
@media screen and (max-width: 767px) {
  .p-producer-modal__close {
    top: -0.8rem;
    right: -0.7rem;
    width: 3.1rem;
  }
}
.p-producer-modal__inner {
  overflow-y: auto;
  max-height: calc(100svh - 12.8rem);
}
@media screen and (max-width: 767px) {
  .p-producer-modal__inner {
    max-height: calc(100svh - 8.8rem);
  }
}
.p-producer-modal__img {
  width: 100%;
  aspect-ratio: 510/342;
}
@media screen and (max-width: 767px) {
  .p-producer-modal__img {
    padding-inline: 0.4rem;
  }
}
.p-producer-modal__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-producer-modal__name {
  font-weight: 700;
  font-size: 3.9rem;
  line-height: 1.3;
  letter-spacing: 0.06em;
  text-align: center;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-producer-modal__name {
    font-size: 2rem;
    margin-top: 0.9rem;
  }
}
.p-producer-modal__txt {
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-producer-modal__txt {
    font-size: 1rem;
    line-height: 1.6;
    margin-top: 0.5rem;
  }
}
.p-producer-modal-list {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-producer-modal-list {
    margin-top: 0.6rem;
  }
}
.p-producer-modal-list__item {
  display: grid;
  grid-template-columns: 6.2rem 1fr;
  padding: 1.2rem 2.7rem;
  gap: 1rem;
  border-bottom: 1px solid #4d110f;
}
@media screen and (max-width: 767px) {
  .p-producer-modal-list__item {
    grid-template-columns: 3.2rem 1fr;
    padding: 0.6rem 1.2rem;
    gap: 0.3rem;
  }
}
.p-producer-modal-list__ttl {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  translate: 0 0.09em;
}
@media screen and (max-width: 767px) {
  .p-producer-modal-list__ttl {
    font-size: 0.9rem;
    translate: 0 0.15em;
  }
}
.p-producer-modal-list__body {
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-producer-modal-list__body {
    font-size: 1rem;
  }
}
.p-producer-modal-list__body a {
  color: #da3f0f;
}
.p-producer-modal-list__body a[href*="tel:"] {
  color: #222;
}
.p-producer-modal__btn {
  margin: 2rem auto 0;
  width: 30.9rem;
}
@media screen and (max-width: 767px) {
  .p-producer-modal__btn {
    margin: 1rem auto 0;
    width: 14.9rem;
  }
}
.p-producer-modal__btn a {
  position: relative;
  width: 100%;
  height: 7.2rem;
  display: grid;
  grid-template-columns: 1fr 1.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-inline: 2.7rem;
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 0.24em;
  background: #eb6300;
  border-radius: calc(infinity * 1px);
}
@media screen and (max-width: 767px) {
  .p-producer-modal__btn a {
    height: 3.4rem;
    grid-template-columns: 1fr 0.7rem;
    padding-inline: 1.2rem;
    font-size: 1.1rem;
  }
}
.p-producer-modal__btn a::after {
  content: "";
  width: 1.4rem;
  aspect-ratio: 14/22;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13.92 21.32"><path fill="%23ffffff" d="M1.39,21.32l-1.39-1.66,10.59-8.9L.08,1.63,1.5,0l12.42,10.79L1.39,21.32Z" /></svg>') no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-producer-modal__btn a::after {
    width: 0.7rem;
  }
}