body {
  margin: 0;
  scroll-behavior: auto !important;
  position: relative;
}

main {
  font-size: 15px;
  color: #464646;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}
main * {
  box-sizing: border-box;
}
main a {
  color: initial;
}
main p, main h1, main h2, main h3, main ul {
  padding: 0;
  margin: 0;
}
main ul, main li {
  list-style-type: none;
}
main img {
  max-width: 100%;
  vertical-align: bottom;
}

.kz24a-mv_title {
  text-align: center;
  position: relative;
  z-index: 5;
}
.kz24a-mv_title img {
  margin: 0 auto;
}

.kz24a-mv_img {
  width: 100%;
  position: relative;
  z-index: 1;
}

.kz24a-about_title {
  margin: 0 auto;
}

.kz24a-about_text {
  text-align: center;
  line-height: 2.0666666667;
}

.kz24a-item_list_text p {
  border-bottom: none;
  color: #464646;
}

.kz24a-item_list + .kz24a-item_list {
  position: relative;
}
.kz24a-item_list + .kz24a-item_list::before {
  content: "";
  top: 0;
}
.kz24a-item_list .kz24a-item_list_item {
  position: relative;
}
.kz24a-item_list .kz24a-item_list_item:last-child {
  position: relative;
}
.kz24a-item_list .kz24a-item_list_item:last-child::before {
  content: "";
  background-image: linear-gradient(to right, #464646, #464646 5px, transparent 5px, transparent 10px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

.kz24a-item_list_link {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.kz24a-item_list_link.is-active .kz24a-item_list_img::before {
  opacity: 1;
}

.kz24a-item_list_img {
  position: relative;
}
.kz24a-item_list_img::before {
  content: "";
  position: absolute;
  border-radius: 100px;
  left: -1px;
  bottom: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: #7B5D50;
  opacity: 0;
  transition: 0.5s;
}

.kz24a-item_list_arrow {
  position: absolute;
  right: 0;
}

.kz24a-item_list_picture {
  position: relative;
  z-index: 10;
}

.kz24a-fontInter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-variation-settings: "slnt" 0;
}

.kz24a-header {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
}

.kz24a-title {
  width: 150px;
  display: flex;
}

.kz24a-mv {
  position: relative;
  border-bottom: 2px solid #EDEDED;
  padding-top: 59px;
}

.js-fv {
  transition: 0.5s;
}

.js-fv01 {
  opacity: 1;
}

.js-fv02 {
  opacity: 0;
}

.js-fv03 {
  opacity: 0;
}

.is-loaded .js-fv01 {
  opacity: 0;
  transition: opacity 1s 0.5s;
}
.is-loaded .js-fv02 {
  opacity: 1;
  transition: opacity 1s 1.5s;
}
.is-loaded .js-fv03 {
  opacity: 1;
  transition: opacity 1s 2.5s;
}

.kz24a-profile_wrap {
  margin: 159px auto 0;
  position: relative;
  width: 900px;
}
.kz24a-profile_wrap::before, .kz24a-profile_wrap::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: url("/static/full/images/cts/sm2/kazumi_collaboration_2024autumn/line_dashed.png") repeat-x left center/10px 100%;
  left: 0;
}
.kz24a-profile_wrap::before {
  top: 0;
}
.kz24a-profile_wrap::after {
  bottom: 0;
}

.kz24a-profile_wrap2 {
  padding: 51px 50px 49.5px;
  position: relative;
}
.kz24a-profile_wrap2::before, .kz24a-profile_wrap2::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background: url("/static/full/images/cts/sm2/kazumi_collaboration_2024autumn/line_dashed_vertical.png") repeat-y center top/100% 10px;
  top: 0;
}
.kz24a-profile_wrap2::before {
  left: 0;
}
.kz24a-profile_wrap2::after {
  right: 0;
}

.kz24a-profile {
  width: 100%;
  position: relative;
}

.kz24a-profile_img {
  width: 400px;
  flex-shrink: 0;
}

.kz24a-profile_lead {
  position: relative;
}
.kz24a-profile_lead::after {
  content: "";
  position: absolute;
  background: url("/static/full/images/cts/sm2/kazumi_collaboration_2024autumn/line_dashed.png") repeat-x center top/10px 100%;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
}

.kz24a-profile_name {
  width: 78px;
  margin: 64px 0 13px;
  position: relative;
}

.kz24a-profile_text {
  font-size: 13px;
  line-height: 2.3846153846;
}

.kz24a-profile_sns {
  display: flex;
  align-items: center;
  gap: 14.5px;
  margin-top: 10px;
  justify-content: flex-end;
}

.kz24a-profile_sns_youtube {
  width: 37px;
}

.kz24a-profile_sns_insta {
  width: 28px;
}

.kz24a-credit {
  width: 800px;
  padding-top: 151px;
  padding-bottom: 149px;
  margin: 0 auto;
}

.kz24a-credit_title {
  width: 80px;
  margin: 0 auto 25px;
}

.kz24a-credit_text {
  width: 514px;
  margin: 0 auto;
}

.kz24a-footer {
  background: #707070;
  padding: 38px 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.kz24a-footer_text {
  width: 236px;
  margin-bottom: 16px;
}

.kz24a-footer_copy {
  width: 152px;
}

.kz24a-hr {
  margin: 0;
  padding: 0;
  border-color: #EDEDED;
  border-width: 1px;
  border-style: solid;
}

.js-scroll-fade {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  transition-duration: 1000ms;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.js-scroll-fade.js-scroll-fade--in {
  opacity: 1;
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
}
.swiper {
  position: static;
  padding: 0 2.1333333333vw;
}

.kz24a-product_other_arrow {
  background-image: url("/static/full/images/cts/sm2/kazumi_collaboration_2024autumn/icon_arrow01.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.kz24a-product_other_arrow::after {
  content: "" !important;
}
.kz24a-product_other_arrow.swiper-button-prev {
  left: 5.4666666667vw !important;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.kz24a-product_other_arrow.swiper-button-next {
  right: 5.4666666667vw !important;
}

.kz24a-product_title_wrap {
  border-top: 1px solid #464646;
  border-bottom: 1px solid #464646;
  position: relative;
}
.kz24a-product_title_wrap:after {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px solid #464646;
  position: absolute;
}

.kz24a-product_title_inner {
  background-color: #EDEDED;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.kz24a-product_title_inner h2 {
  text-align: center;
}
.kz24a-product_title_inner h2 .kz24a-product_title_sub {
  display: block;
  width: 100%;
  margin-top: 18px;
}

.kz24a-product_title_sub {
  line-height: 1.5;
}

.kz24a-product_main_img {
  position: relative;
}

.kz24a-product_main_label {
  position: absolute;
}

.kz24a-product_main_text {
  text-align: center;
}

.kz24a-product-pickup {
  position: relative;
}
.kz24a-product-pickup::before {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.kz24a-product-pickup_title {
  text-align: center;
}
.kz24a-product-pickup_title .kz24a-product-pickup_title_sub {
  display: block;
}

.kz24a-product_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.kz24a-product_item {
  text-align: center;
}
.kz24a-product_item_text > * {
  display: block;
  width: 100%;
}

.kz24a-product_num {
  line-height: 1.3636363636;
}

.kz24a-product_name {
  line-height: 1.2307692308;
}

.kz24a-product_price {
  line-height: 1.1538461538;
}
.kz24a-product-pickup_plus img {
  width: 100%;
}

.kz24a-product_btn {
  position: relative;
  display: block;
  margin: 0 auto;
}
.kz24a-product_btn.is-active img:last-child {
  opacity: 1;
}
.kz24a-product_btn img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.kz24a-product_btn img:last-child {
  opacity: 0;
}

.kz24a-product-other_title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.kz24a-product-other_title img {
  background-color: #fff;
}

.kz24a-product-other_left,
.kz24a-product-other_right {
  width: 280px;
}

.kz24a-product-other_left {
  padding: 0 80px;
}

.kz24a-scene02 .kz24a-product_title_inner {
  padding: 48px 0 53px 0;
}

.kz24a-scene03 .kz24a-product-other_left {
  padding: 0;
}

@media screen and (max-width: 767.999px) {
  main {
    font-size: 4vw;
  }
  .kz24a-header {
    height: 14.6666666667vw;
  }
  .kz24a-title {
    width: 40vw;
  }
  .letterSpacing01 {
    letter-spacing: -0.05em;
  }
  .kz24a-profile_wrap2 {
    padding: 7.7333333333vw 5.8666666667vw 7.4666666667vw;
  }
  .kz24a-profile {
    display: block;
  }
  .kz24a-profile_img {
    width: 100%;
    margin: 2.6666666667vw auto 0;
  }
  .kz24a-profile_unit {
    margin-top: 9.0133333333vw;
  }
  .kz24a-profile_name {
    width: 20.8vw;
    margin: 0 0 5.3333333333vw;
  }
  .kz24a-profile_text {
    font-size: 3.4666666667vw;
    line-height: 1.9230769231;
  }
  .kz24a-profile_sns {
    gap: 3.7333333333vw;
    margin-top: 2.9333333333vw;
  }
  .kz24a-profile_sns_youtube {
    width: 9.8666666667vw;
  }
  .kz24a-profile_sns_insta {
    width: 7.4666666667vw;
  }
  .kz24a-credit {
    width: 81.6vw;
    padding: 26.6666666667vw 0;
  }
  .kz24a-credit_title {
    width: 21.3333333333vw;
    margin-bottom: 6.6666666667vw;
  }
  .kz24a-credit_text {
    width: 81.6vw;
  }
  .kz24a-footer {
    padding: 10.1333333333vw 0;
  }
  .kz24a-footer_text {
    width: 64vw;
    margin-bottom: 7.4666666667vw;
  }
  .kz24a-footer_copy {
    width: 40.5333333333vw;
  }
  .sp-only {
    display: block;
  }

  .pc-only {
    display: none;
  }

  main {
    overflow-x: hidden;
  }
  .kz24a-product_other_arrow {
    display: block !important;
    color: #464646 !important;
    width: 2.9333333333vw !important;
    height: 6.1333333333vw !important;
    margin-top: 0;
    top: 41.8666666667vw;
  }
  .kz24a-product {
    margin-top: 28vw;
  }
  .kz24a-product_title {
    padding-top: 1.3333333333vw;
  }
  .kz24a-product_title_wrap {
    padding: 2.6666666667vw 0;
  }
  .kz24a-product_title_wrap:after {
    top: -1.3333333333vw;
  }
  .kz24a-product_title_inner {
    padding: 12.2666666667vw 0 11.4666666667vw;
  }
  .kz24a-product_title_num {
    width: 100%;
    text-align: center;
  }
  .kz24a-product_title_img {
    margin-top: 2.6666666667vw;
  }
  .kz24a-product_title_sub {
    font-size: 5.3333333333vw;
  }
  .kz24a-product_main_img {
    margin-top: 10.6666666667vw;
  }
  .kz24a-product_main_label {
    width: 33.8666666667vw;
    top: 0;
    right: 0;
  }
  .kz24a-product_main_text {
    font-size: 2.9333333333vw;
    margin: 10.6666666667vw auto 0;
    line-height: 1.8181818182;
  }
  .kz24a-product-pickup {
    margin: 10.6666666667vw auto 0;
    width: 80vw;
    padding: 12vw 0 14.6666666667vw;
    background-image: url("/static/full/images/cts/sm2/kazumi_collaboration_2024autumn/bg_pickup_sp.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .kz24a-product-pickup::before {
    background-image: url("/static/full/images/cts/sm2/kazumi_collaboration_2024autumn/bg_pickup_sp.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .kz24a-product-pickup_title {
    margin-bottom: 8vw;
  }
  .kz24a-product-pickup_title img {
    width: 43.2vw;
  }
  .kz24a-product-pickup_title .kz24a-product-pickup_title_sub {
    font-size: 3.2vw;
  }
  .kz24a-product_item {
    width: 32vw;
    padding-bottom: 5.8666666667vw;
  }
  .kz24a-product_item_img {
    margin-top: 5.3333333333vw;
  }
  .kz24a-product_item_text {
    margin: 6.1333333333vw -5.0666666667vw 0;
  }
  .kz24a-product_num {
    font-size: 2.9333333333vw;
  }
  .kz24a-product_name {
    margin-top: 1.3333333333vw;
    font-size: 3.4666666667vw;
  }
  .kz24a-product_price {
    margin-top: 2.1333333333vw;
    font-size: 3.4666666667vw;
  }
  .kz24a-product-pickup_plus {
    margin: 22.1333333333vw 2.6666666667vw 0;
    width: 6.6666666667vw;
  }
  .kz24a-product_btn {
    margin-top: 2.6666666667vw;
    width: 22.6666666667vw;
  }
  .kz24a-product-other {
    margin-top: 10.6666666667vw;
    padding: 0 11.7333333333vw;
  }
  .kz24a-product-other .kz24a-product_list {
    padding: 0 11.7333333333vw;
  }
  .kz24a-product-other .kz24a-product_item {
    width: 32vw;
  }
  .kz24a-product-other_title {
    margin-bottom: 10.6666666667vw;
  }
  .kz24a-product-other_title img {
    width: 76.5333333333vw;
  }
  .kz24ap-product_other_list.is-noSwipe {
    display: flex;
    justify-content: center;
    gap: 30px;
  }
  .kz24a-scene01 .kz24a-product_title_num img {
    width: 24vw;
  }
  .kz24a-scene01 .kz24a-product_title_img {
    width: 54.4vw;
  }
  .blouse img {
    width: 20.624vw;
  }
  .bag img {
    width: 12.9066666667vw;
  }
  .pants img {
    width: 18.064vw;
  }
  .shose img {
    width: 18.032vw;
  }
  .vest img {
    width: 15.104vw;
  }
  .skirt img {
    width: 16.3626666667vw;
  }
  .jacket img {
    width: 19.6266666667vw;
  }
  .tshirt img {
    width: 21.9626666667vw;
  }
  .cap img {
    width: 12.4746666667vw;
  }
  .muffler img {
    width: 23.5333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .kz24ap-wrapper {
    min-width: 1366px;
  }
  .kz24a-item_list_link:hover .kz24a-item_list_img::before {
    opacity: 1;
  }
  .kz24a-profile_text {
    margin-bottom: -4px;
  }
  .sp-only {
    display: none;
  }

  .pc-only {
    display: block;
  }

  html {
    min-width: 1300px;
    overflow-x: auto;
  }

  .kz24a-wrapper {
    min-width: 1300px;
  }
  .kz24a-contents {
    width: 965px;
    margin-inline: auto;
  }
  .kz24a-product {
    margin-top: 147px;
  }
  .kz24a-product_title {
    padding-top: 5px;
  }
  .kz24a-product_title_wrap {
    padding: 10px 0;
  }
  .kz24a-product_title_wrap:after {
    top: -5px;
  }
  .kz24a-product_title_inner {
    padding: 58px 0 53px 0;
  }
  .kz24a-product_title_num {
    position: absolute;
    top: 0;
    left: 0;
    margin: 1px 0 0 1px;
  }
  .kz24a-product_title_sub {
    font-size: 20px;
  }
  .kz24a-product_main_img {
    display: flex;
    gap: 10px;
    margin-top: 60px;
  }
  .kz24a-product_main_label {
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .kz24a-product_main_text {
    font-size: 12px;
    margin: 50px auto 0;
    line-height: 20px;
  }
  .kz24a-product-pickup {
    margin: 97px auto 0;
    width: 500px;
    padding: 45px 0 60px;
    background-image: url("/static/full/images/cts/sm2/kazumi_collaboration_2024autumn/bg_pickup.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .kz24a-product-pickup::before {
    background-image: url("/static/full/images/cts/sm2/kazumi_collaboration_2024autumn/bg_pickup.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .kz24a-product-pickup_title {
    margin-bottom: 30px;
  }
  .kz24a-product-pickup_title img {
    width: 162px;
  }
  .kz24a-product-pickup_title .kz24a-product-pickup_title_sub {
    font-size: 12px;
    margin-top: 4px;
  }
  .kz24a-product_item {
    width: 150px;
    padding-bottom: 20px;
  }
  .kz24a-product_item_img {
    margin-top: 20px;
  }
  .kz24a-product_item_text {
    margin: 20px -10px 0;
  }
  .kz24a-product_num {
    font-size: 11px;
  }
  .kz24a-product_name {
    margin-top: 7px;
    font-size: 13px;
  }
  .kz24a-product_price {
    margin-top: 8px;
    font-size: 13px;
  }
  .kz24a-product-pickup_plus {
    margin: 97px 30px 0;
    width: 25px;
  }
  .kz24a-product_btn {
    margin-top: 10px;
    width: 85px;
  }
  .kz24a-product_btn:hover img:last-child {
    opacity: 1;
  }
  .kz24a-product_btn img:last-child {
    transition: 0.5s;
  }
  .kz24a-product-other {
    display: flex;
    justify-content: center;
    margin-top: 99px;
    -webkit-column-gap: 60px;
            column-gap: 60px;
  }
  .kz24a-product-other .kz24a-product_list {
    -webkit-column-gap: 40px;
            column-gap: 40px;
    row-gap: 60px;
  }
  .kz24a-product-other .kz24a-product_item {
    width: 120px;
  }
  .kz24a-product-other_title {
    background-image: url("/static/full/images/cts/sm2/kazumi_collaboration_2024autumn/bg_border.svg");
    background-repeat: repeat-y;
    background-position: center 0;
  }
  .kz24a-product-other_title img {
    padding: 10px 0;
  }
  .kz24a-scene01 .kz24a-product_title_num img {
    width: 114px;
  }
  .kz24a-scene03 .kz24a-product_item_text {
    margin: 20px -33px 0;
  }
  .blouse img {
    width: 77px;
  }
  .bag img {
    width: 48px;
  }
  .pants img {
    width: 68px;
  }
  .shose img {
    width: 68px;
  }
  .vest img {
    width: 57px;
  }
  .skirt img {
    width: 61px;
  }
  .jacket img {
    width: 74px;
  }
  .tshirt img {
    width: 82px;
  }
  .cap img {
    width: 46px;
  }
  .muffler img {
    width: 88px;
  }
}

@media print, screen and (min-width: 768px) {
  .kz24a-mv_title p {
    font-size: 23px;
    line-height: 1.4782608696;
    margin-bottom: 13px;
  }
  .kz24a-mv_title img {
    width: 46.1200585652%;
  }
  .kz24a-mv_img {
    margin-top: -2.1229868228%;
  }
  .kz24a-mv_sub {
    width: 15.3001464129%;
    margin: 1.756954612% auto 1.6105417277%;
  }
  .kz24a-about {
    margin-top: 147px;
  }
  .kz24a-about_title {
    width: 110px;
  }
  .kz24a-about_text {
    font-size: 15px;
    margin-top: 25px;
  }
  .kz24a-item_wrap {
    width: 780px;
    margin: 145px auto 0;
    display: flex;
    justify-content: space-between;
  }
  .kz24a-item_list_text p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 5px;
  }
  .kz24a-item_list_item {
    width: 346px;
  }
  .kz24a-item_list + .kz24a-item_list::before {
    background-image: linear-gradient(to bottom, #464646, #464646 5px, transparent 5px, transparent 10px);
    background-size: 1px 10px;
    background-repeat: repeat-y;
    position: absolute;
    left: -44px;
    width: 1px;
    height: 100%;
  }
  .kz24a-item_list .kz24a-item_list_item:last-child {
    margin-top: 20px;
    padding-top: 20px;
  }
  .kz24a-item_list:nth-of-type(1) .kz24a-item_list_item:first-child .kz24a-item_list_text img {
    width: 135px;
  }
  .kz24a-item_list:nth-of-type(1) .kz24a-item_list_item:last-child .kz24a-item_list_text img {
    width: 116px;
  }
  .kz24a-item_list:nth-of-type(2) .kz24a-item_list_item:first-child .kz24a-item_list_text img {
    width: 112px;
  }
  .kz24a-item_list:nth-of-type(2) .kz24a-item_list_item:last-child .kz24a-item_list_text img {
    width: 156px;
  }
  .kz24a-item_list_link {
    gap: 25px;
  }
  .kz24a-item_list_arrow {
    width: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .kz24a-item_list_picture {
    width: 100px;
  }
  .kz24a-profile {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .kz24a-profile_unit {
    width: 355px;
  }
  .kz24a-profile_lead {
    padding-bottom: 8.5px;
  }
  .kz24a-profile_lead-img {
    width: 50px;
  }
}

@media screen and (max-width: 767.98px) {
  .kz24a-mv_title p {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    margin-bottom: 3.2vw;
  }
  .kz24a-mv_title img {
    width: 70.9333333333vw;
  }
  .kz24a-mv_img {
    margin-top: -13.8666666667vw;
  }
  .kz24a-mv_sub {
    width: 55.7333333333vw;
    margin: 3.7333333333vw auto 3.2vw;
  }
  .kz24a-about {
    margin-top: 26.6666666667vw;
  }
  .kz24a-about_title {
    width: 29.3333333333vw;
  }
  .kz24a-about_text {
    font-size: 4vw;
    margin-top: 8vw;
  }
  .kz24a-item_wrap {
    margin-top: 26.6666666667vw;
    padding: 0 10.4vw 0 10.6666666667vw;
  }
  .kz24a-item_list_text p {
    font-size: 4.2666666667vw;
    line-height: 1.5625;
    margin-top: 1.3333333333vw;
  }
  .kz24a-item_list + .kz24a-item_list {
    margin-top: 5.3333333333vw;
    padding-top: 5.3333333333vw;
  }
  .kz24a-item_list + .kz24a-item_list::before {
    background-image: linear-gradient(to right, #464646, #464646 5px, transparent 5px, transparent 10px);
    background-size: 10px 1px;
    background-repeat: repeat-x;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
  }
  .kz24a-item_list .kz24a-item_list_item:last-child {
    margin-top: 5.3333333333vw;
    padding-top: 5.3333333333vw;
  }
  .kz24a-item_list:nth-of-type(1) .kz24a-item_list_item:first-child .kz24a-item_list_text img {
    width: 36vw;
  }
  .kz24a-item_list:nth-of-type(1) .kz24a-item_list_item:last-child .kz24a-item_list_text img {
    width: 30.9333333333vw;
  }
  .kz24a-item_list:nth-of-type(2) .kz24a-item_list_item:first-child .kz24a-item_list_text img {
    width: 29.8666666667vw;
  }
  .kz24a-item_list:nth-of-type(2) .kz24a-item_list_item:last-child .kz24a-item_list_text img {
    width: 41.6vw;
  }
  .kz24a-item_list_link {
    gap: 5.0666666667vw;
  }
  .kz24a-item_list_arrow {
    width: 6.6666666667vw;
    bottom: 4.2666666667vw;
  }
  .kz24a-item_list_picture {
    width: 26.6666666667vw;
  }
  .kz24a-mv {
    border-top: 2px solid #EDEDED;
    padding-top: 6.9333333333vw;
  }
  .kz24a-profile_wrap {
    width: 78.6666666667vw;
    margin: 26.6666666667vw auto 0;
  }
  .kz24a-profile_lead {
    padding-bottom: 2.1333333333vw;
  }
  .kz24a-profile_lead-img {
    width: 13.3333333333vw;
  }
}