.nav_list {
  margin-bottom: 74px;
}
@media (max-width: 768px) {
  .nav_list {
    margin-bottom: 50px;
  }
}
.nav_list .list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .nav_list .list {
    gap: 6px;
  }
}
.nav_list .item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  line-height: 2;
}
@media (max-width: 768px) {
  .nav_list .item {
    gap: 6px;
    font-size: 1.2rem;
  }
}
.nav_list .item .position {
  display: none;
}
.nav_list .item .txt {
  color: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
.nav_list .item .link {
  color: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav_list .item .link:hover {
  opacity: 0.6;
}
.nav_list .item:not(:first-child):before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background: url(../img/ico-breadcrumb.svg) no-repeat center/5px 8px;
}
@media (max-width: 768px) {
  .nav_list .item:not(:first-child):before {
    width: 12px;
    height: 12px;
    background-size: 4px 6.4px;
  }
}

@media (max-width: 1620px) {
  .producers_wrapper,
  .producers_detail_wrapper {
    padding-left: 180px;
  }
}
@media (max-width: 1620px) and (max-width: 1024px) {
  .producers_wrapper,
  .producers_detail_wrapper {
    padding-left: 150px;
  }
}
@media (max-width: 1620px) and (max-width: 768px) {
  .producers_wrapper,
  .producers_detail_wrapper {
    padding-left: 0;
  }
}

.producers_wrapper .page_ttl {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .producers_wrapper .page_ttl {
    margin-bottom: 30px;
  }
}
.producers_wrapper .page_ttl .ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
}

.producers_wrapper .content .list .item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 60px;
}
@media (max-width: 1024px) {
  .producers_wrapper .content .list .item {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .producers_wrapper .content .list .item {
    display: block;
  }
}
.producers_wrapper .content .list .item:not(:last-child) {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .producers_wrapper .content .list .item:not(:last-child) {
    margin-bottom: 45px;
  }
}

.producers_wrapper .content .list .item .img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  width: 43.08%;
  aspect-ratio: 560/370;
  overflow: hidden;
}
@media (max-width: 768px) {
  .producers_wrapper .content .list .item .img {
    width: 100%;
    margin-bottom: 25px;
  }
}
.producers_wrapper .content .list .item .img .photo {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
}
.producers_wrapper .content .list .item .img:hover .photo {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.producers_wrapper .content .list .item .txt_box {
  width: 52.31%;
}
@media (max-width: 768px) {
  .producers_wrapper .content .list .item .txt_box {
    width: 100%;
  }
}
.producers_wrapper .content .list .item .txt_box .item_ttl {
  margin-bottom: 30px;
  color: #fff;
  font-size: clamp(1.8rem, 2.4vw, 2.6rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media (max-width: 768px) {
  .producers_wrapper .content .list .item .txt_box .item_ttl {
    margin-bottom: 20px;
  }
}
.producers_wrapper .content .list .item .txt_box .item_ttl .link {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.producers_wrapper .content .list .item .txt_box .item_ttl .link:hover {
  opacity: 0.6;
}
.producers_wrapper .content .list .item .txt_box .area {
  margin-bottom: 20px;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  line-height: 2;
}
.producers_wrapper .content .list .item .txt_box .arrow_link {
  margin-top: 30px;
}

.producers_detail_wrapper .page_ttl {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .producers_detail_wrapper .page_ttl {
    margin-bottom: 30px;
  }
}
.producers_detail_wrapper .page_ttl .ttl_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .producers_detail_wrapper .page_ttl .ttl_box {
    display: block;
  }
}
.producers_detail_wrapper .page_ttl .ttl_box .ttl {
  display: block;
  color: #fff;
  font-size: clamp(2.6rem, 3.8vw, 4rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.2em;
  line-height: 1.8;
}
.producers_detail_wrapper .page_ttl .ttl_box .sub_ttl {
  display: block;
  position: relative;
  padding-left: 40px;
  color: #fff;
  font-size: clamp(1.6rem, 2.1vw, 2.2rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.2em;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .producers_detail_wrapper .page_ttl .ttl_box .sub_ttl {
    padding-left: 0;
  }
}
.producers_detail_wrapper .page_ttl .ttl_box .sub_ttl:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 32px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .producers_detail_wrapper .page_ttl .ttl_box .sub_ttl:before {
    display: none;
  }
}

.producers_detail_wrapper .nav_list {
  margin-bottom: 150px;
}
@media (max-width: 1024px) {
  .producers_detail_wrapper .nav_list {
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .producers_detail_wrapper .nav_list {
    margin-bottom: 50px;
  }
}

.producers_detail_wrapper .content .story_box,
.producers_detail_wrapper .content .tv_box {
  padding: 0;
}
.producers_detail_wrapper .content > *:not(:last-child) {
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .producers_detail_wrapper .content > *:not(:last-child) {
    margin-bottom: 100px;
  }
}
.producers_detail_wrapper .content .txt_base .txt:not(:last-child) {
  margin-bottom: 2em;
}
.producers_detail_wrapper .content .block_ttl {
  margin-bottom: 30px;
  color: #FEA826;
  font-size: clamp(2.4rem, 3.8vw, 4rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .producers_detail_wrapper .content .block_ttl {
    margin-bottom: 20px;
    letter-spacing: 0.1em;
  }
}
.producers_detail_wrapper .content > .txt_base .txt {
  text-align: center;
}
.producers_detail_wrapper .content .story_box > .txt_base {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .producers_detail_wrapper .content .story_box > .txt_base {
    margin-bottom: 30px;
  }
}
.producers_detail_wrapper .content .txt_link {
  color: #FEA826;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.producers_detail_wrapper .content .txt_link:hover {
  opacity: 0.6;
}

.producers_detail_wrapper .content .lead_box .txt_base {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .producers_detail_wrapper .content .lead_box .txt_base {
    margin-bottom: 30px;
  }
}
.producers_detail_wrapper .content .lead_box .txt_base .txt {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
@media (max-width: 768px) {
  .producers_detail_wrapper .content .lead_box .txt_base .txt {
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
.producers_detail_wrapper .content .lead_box .img {
  width: 53.85%;
  margin-right: auto;
  margin-left: auto;
  aspect-ratio: 700/600;
}
@media (max-width: 768px) {
  .producers_detail_wrapper .content .lead_box .img {
    width: 100%;
  }
}
.producers_detail_wrapper .content .lead_box .img .photo {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.producers_detail_wrapper .content .flex_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
}
@media (max-width: 768px) {
  .producers_detail_wrapper .content .flex_box {
    display: block;
  }
}
.producers_detail_wrapper .content .flex_box:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .producers_detail_wrapper .content .flex_box:not(:last-child) {
    margin-bottom: 30px;
  }
}
.producers_detail_wrapper .content .flex_box.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.producers_detail_wrapper .content .flex_box .img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 42.31%;
  aspect-ratio: 550/350;
}
@media (max-width: 768px) {
  .producers_detail_wrapper .content .flex_box .img {
    width: 100%;
    margin-bottom: 25px;
  }
}
.producers_detail_wrapper .content .flex_box .img .photo {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.producers_detail_wrapper .content .flex_box .txt_box {
  width: 53.85%;
}
@media (max-width: 768px) {
  .producers_detail_wrapper .content .flex_box .txt_box {
    width: 100%;
  }
}
.producers_detail_wrapper .content .flex_box.tall .img {
  aspect-ratio: 550/620;
}
@media (max-width: 768px) {
  .producers_detail_wrapper .content .flex_box.tall .img {
    aspect-ratio: 550/350;
  }
}
.producers_detail_wrapper .content .flex_box .img_stack {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 42.31%;
}
@media (max-width: 768px) {
  .producers_detail_wrapper .content .flex_box .img_stack {
    width: 100%;
  }
}
.producers_detail_wrapper .content .flex_box .img_stack .img {
  width: 100%;
}
.producers_detail_wrapper .content .flex_box .img_stack .img:not(:last-child) {
  margin-bottom: 0;
}

.producers_detail_wrapper .content .photo_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 768px) {
  .producers_detail_wrapper .content .photo_list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.producers_detail_wrapper .content .photo_list .img {
  width: 50%;
  aspect-ratio: 650/414;
}
@media (max-width: 768px) {
  .producers_detail_wrapper .content .photo_list .img {
    width: 100%;
  }
}
.producers_detail_wrapper .content .photo_list .img .photo {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.producers_detail_wrapper .content .photo_list.col3 .img {
  width: 33.3333%;
  aspect-ratio: 433/370;
}
@media (max-width: 768px) {
  .producers_detail_wrapper .content .photo_list.col3 .img {
    width: 100%;
  }
}

.producers_detail_wrapper .content .credit_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 76.93%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .producers_detail_wrapper .content .credit_box {
    display: block;
    width: 100%;
  }
}
.producers_detail_wrapper .content .credit_box .img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 55%;
  aspect-ratio: 1/1;
}
@media (max-width: 768px) {
  .producers_detail_wrapper .content .credit_box .img {
    width: 100%;
    margin-bottom: 25px;
  }
}
.producers_detail_wrapper .content .credit_box .img .photo {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.producers_detail_wrapper .content .credit_box .txt_box .item_name {
  margin-bottom: 20px;
  color: #fff;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 2;
}
.producers_detail_wrapper .content .credit_box .txt_box .txt_base .txt:not(:last-child) {
  margin-bottom: 0;
}

.producers_detail_wrapper .content .tv_box .block_ttl {
  text-align: center;
}
.producers_detail_wrapper .content .tv_box > .txt_base {
  margin-bottom: 30px;
}
.producers_detail_wrapper .content .tv_box > .txt_base .txt {
  text-align: center;
}
@media (max-width: 768px) {
  .producers_detail_wrapper .content .tv_box > .txt_base {
    margin-bottom: 20px;
  }
}
.producers_detail_wrapper .content .tv_box .item {
  width: 69.24%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .producers_detail_wrapper .content .tv_box .item {
    width: 100%;
  }
}
.producers_detail_wrapper .content .tv_box .item:not(:last-child) {
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .producers_detail_wrapper .content .tv_box .item:not(:last-child) {
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .producers_detail_wrapper .content .tv_box .item:not(:last-child) {
    margin-bottom: 45px;
  }
}
.producers_detail_wrapper .content .tv_box .item .img {
  margin-bottom: 20px;
  aspect-ratio: 900/506;
}
.producers_detail_wrapper .content .tv_box .item .img a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
}
.producers_detail_wrapper .content .tv_box .item .img a:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.producers_detail_wrapper .content .tv_box .item .img .photo {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.producers_detail_wrapper .content .tv_box .item .caption {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 2;
  text-align: center;
}
@media (max-width: 768px) {
  .producers_detail_wrapper .content .tv_box .item .caption {
    font-size: 1.4rem;
  }
}

.producers_detail_wrapper .content .link_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 60px;
  width: 76.93%;
  padding: 70px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 1024px) {
  .producers_detail_wrapper .content .link_box {
    gap: 40px;
    padding: 50px 30px;
  }
}
@media (max-width: 768px) {
  .producers_detail_wrapper .content .link_box {
    width: 100%;
    gap: 25px;
    padding: 30px 20px;
  }
}
.producers_detail_wrapper .content .link_box .arrow_link {
  margin-top: 0;
}/*# sourceMappingURL=page.css.map */