@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,500;1,14..32,500&family=Tenor+Sans&family=Zen+Kaku+Gothic+New:wght@400;500&display=swap);@charset "UTF-8";
/* util
************************************************ */
.kz25sp-inner {
  margin: 0 auto;
}

.font-medium {
  font-weight: 500;
}

/* Font
************************************************ */
.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.font-tenor {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font-inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

/* Base
************************************************ */
body {
  margin: 0;
}

main {
  font-size: 14px;
  color: #464646;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
}
main * {
  box-sizing: border-box;
}
main a {
  color: #4D362D;
  text-decoration: none;
}
main p, main h1, main h2, main h3, main ul {
  padding: 0;
  margin: 0;
}
main ul, main li {
  list-style-type: none;
}
main img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

/* Fade
************************************************ */
.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--left {
  -webkit-transform: translate(-30px, 0px);
          transform: translate(-30px, 0px);
}
.js-scroll-fade.js-scroll-fade--in {
  opacity: 1;
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
}

/* Header
************************************************ */
.kz25sp-header {
  height: 70px;
}

.kz25sp-header_inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.kz25sp-header_img {
  height: 24px;
}

/* MV
************************************************ */
.kz25sp-mv {
  border-bottom: 2px solid #ededed;
  width: 100%;
}

.kz25sp-mv-title {
  color: #4D362D;
  text-align: center;
  line-height: 1.1818181818;
}

/* About
************************************************ */
.kz25sp-about {
  width: 800px;
  margin: 152px auto 0;
}

.kz25sp-about_title {
  color: #4D362D;
  font-size: 25px;
  text-align: center;
  margin: 0 auto 30px;
}

.kz25sp-about_text {
  text-align: center;
  font-size: 15px;
  line-height: 2;
}

/* ItemList
************************************************ */
.kz25sp-itemlist {
  margin: 125px auto 0;
}

.kz25sp-itemlist_title {
  color: #4D362D;
  font-size: 25px;
  text-align: center;
  margin: 0 auto 30px;
}

.kz25sp-itemlist-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 672px;
  margin: 0 auto;
}
.kz25sp-itemlist-list li {
  font-size: 20px;
  text-align: center;
  width: 153px;
}
.kz25sp-itemlist-list li img {
  border-radius: 25px;
  border: 1px solid transparent;
  margin: 0 0 15px;
}
.kz25sp-itemlist-list li a {
  display: block;
}
.kz25sp-itemlist-list li a img:hover {
  border: 1px solid #4D362D;
}

/* Code
************************************************ */
.kz25sp-code {
  border-top: 2px solid #ededed;
}

.kz25sp-code_main-img {
  position: relative;
}
.kz25sp-code_main-img-num {
  position: absolute;
  background: #fff;
}
.kz25sp-code_main-img-num0 {
  position: absolute;
}
.kz25sp-code_main-img-num1 {
  position: absolute;
  transition-delay: 200ms;
}
.kz25sp-code_main-img-num2 {
  position: absolute;
  transition-delay: 200ms;
}
.kz25sp-code_main-img-num3 {
  position: absolute;
  transition-delay: 200ms;
}
.kz25sp-code_main-img-num4 {
  position: absolute;
  transition-delay: 200ms;
}

.kz25sp-code_main-title {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  border: 1px solid #4D362D;
  background: #fff;
  color: #4D362D;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.kz25sp-code_main-name {
  color: #4D362D;
  text-align: center;
}

.kz25sp-code_main-price {
  position: relative;
  line-height: 1.5;
  margin: 0 auto;
}
.kz25sp-code_main-price a {
  position: absolute;
  right: 0;
  bottom: 0;
  border: 1px solid #4D362D;
  text-align: center;
  transition: 0.5s;
}
.kz25sp-code_main-price a:hover {
  background: #4D362D;
  color: #fff;
}

.kz25sp-code_point {
  margin: 0 auto;
}
.kz25sp-code_point-bubble {
  position: relative;
}
.kz25sp-code_point-bubble h3 {
  color: #4D362D;
  font-weight: 400;
}
.kz25sp-code_point img {
  height: 100px;
  flex-basis: 100px;
  max-width: -webkit-fit-content 100px;
  max-width: -moz-fit-content 100px;
  max-width: fit-content 100px;
  width: 100px;
}

.kz25sp-code_slide {
  width: 350px;
}
.kz25sp-code_slide-pic {
  position: relative;
}
.kz25sp-code_slide-img {
  position: relative;
  cursor: pointer;
  transition: 0.5s;
}
.kz25sp-code_slide-btn {
  position: absolute;
  transition: 0.5s;
  z-index: 1;
}
.kz25sp-code_slide-btn::before, .kz25sp-code_slide-btn::after {
  content: "";
  position: absolute;
  top: 0;
  border-radius: 1px;
  background: #4D362D;
  z-index: 1;
}
.kz25sp-code_slide-btn::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.isActive .kz25sp-code_slide-btn {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.kz25sp-code_slide-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.7);
  line-height: 1.4;
  height: 100%;
  width: 100%;
  transition: 0.5s;
}
.isActive .kz25sp-code_slide-detail {
  visibility: visible;
  opacity: 1;
}
.kz25sp-code_slide-detail .kz25sp-code_slide-detail-item {
  position: relative;
}
.kz25sp-code_slide-detail .kz25sp-code_slide-detail-item a {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #4D362D;
  border: 1px solid #4D362D;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
}
.kz25sp-code_slide-detail .kz25sp-code_slide-detail-item a:hover {
  background: #4D362D;
  color: #fff;
}

/* Profile
************************************************ */
.kz25sp-profile {
  border-top: 2px solid #ededed;
}

.kz25sp-profile_pic {
  position: relative;
}
.kz25sp-profile_pic .kz25sp-profile_pic-icon {
  position: absolute;
}

.kz25sp-profile_name {
  color: #4D362D;
  text-align: center;
}
.kz25sp-profile_name span {
  border-bottom: 1px solid #4D362D;
}

.kz25sp-profile_text {
  text-align: center;
}

.kz25sp-profile_sns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.kz25sp-profile_sns-item {
  transition: 0.5s;
}
.kz25sp-profile_sns-item:hover {
  opacity: 0.7;
}

/* Credit
************************************************ */
.kz25sp-credit .kz25sp-inner {
  border-top: 2px solid #ededed;
}
.kz25sp-credit_title {
  color: #4D362D;
  text-align: center;
  line-height: 1.5;
}
.kz25sp-credit_text {
  text-align: center;
}

/* Footer
************************************************ */
.kz25sp-footer {
  background: #8A8786;
  margin-top: 94px;
  padding: 36px;
}

.kz25sp-footer_text {
  width: 240px;
  margin: 0 auto 20px;
}

.kz25sp-footer_copy {
  width: 270px;
  margin: 0 auto;
}
/* Swiper
************************************************ */
.swiper-area {
  position: relative;
}

.swiper-wrapper {
  height: auto !important;
}

.swiper {
  overflow: hidden;
  position: relative;
  border-top: 2px solid #ededed;
}

.swiper-button-next,
.swiper-button-prev {
  background: url("/static/full/images/cts/sm2/kazumi_collaboration_2025spring/icon_slide_arrow.svg") no-repeat center center;
  background-size: contain;
  text-indent: -9999px;
}

.swiper-button-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-pagination-wrapper {
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  width: 100%;
}

.swiper-pagination {
  top: 0 !important;
  left: 0 !important;
  display: flex;
  align-items: center;
  text-align: left;
  counter-reset: number;
}
.swiper-pagination::before {
  content: "Style";
  color: #4D362D;
  font-family: "Tenor Sans", serif;
  font-weight: 400;
  font-style: normal;
}
.swiper-pagination-bullet {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #4D362D;
  background: #fff;
  color: #4D362D;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #4D362D;
  color: #fff;
}

/* Modaal
************************************************ */
.moddal-wrapper {
  overflow: hidden;
  width: 100vw;
}

.modaal-outer-wrapper {
  overflow: hidden;
  max-width: 100vw;
  width: 100%;
}
.modaal-content .swiper-button-next,
.modaal-content .swiper-button-prev {
  top: 44.8vw;
}
.modaal-content .kz25sp-code_slide img {
  width: 100%;
}

.modaal-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 101;
}
.modaal-close::before, .modaal-close::after {
  background: #4D362D;
  width: 2px;
}
@media screen and (min-width: 768px) {
  .kz25sp-inner {
    width: 750px;
  }
  .kz25sp-hover {
    transition: 0.5s;
  }
  .kz25sp-hover:hover {
    opacity: 0.5;
  }
  .kz25sp-header_inner {
    height: 100%;
  }
  .kz25sp-mv-title {
    font-size: 22px;
    width: 315px;
    margin: 26px auto;
  }
  .kz25sp-code {
    padding-top: 150px;
    margin: 150px auto 0;
  }
  .kz25sp-code_main {
    width: 585px;
    margin: 0 auto 32px;
  }
  .kz25sp-code_main-img {
    margin: 0 auto 35px;
  }
  .kz25sp-code_main-img-num {
    right: 35px;
    bottom: 35px;
    height: 60px;
    width: 66px;
  }
  .kz25sp-code_main-img-num0 {
    top: 12.1px;
    left: 10.7px;
    width: 17.38px;
  }
  #item01 .kz25sp-code_main-img-num0 {
    left: 15.7px;
  }
  .kz25sp-code_main-img-num1 {
    top: 12px;
    left: 38.5px;
    width: 9.45px;
  }
  .kz25sp-code_main-img-num2 {
    top: 11.4px;
    left: 31.9px;
    width: 23.2px;
  }
  .kz25sp-code_main-img-num3 {
    top: 11.4px;
    left: 31.2px;
    width: 23.2px;
  }
  .kz25sp-code_main-img-num4 {
    top: 12px;
    left: 30.8px;
    width: 23.85px;
  }
  .kz25sp-code_main-title {
    font-size: 45px;
    line-height: 58px;
    padding: 0 20px;
  }
  .kz25sp-code_main-info {
    margin: 0 auto 32px;
  }
  .kz25sp-code_main-name {
    font-size: 18px;
    margin: 0 auto 20px;
  }
  .kz25sp-code_main-price {
    font-size: 13px;
    width: 248px;
  }
  .kz25sp-code_main-price a {
    border-radius: 10px;
    font-size: 13px;
    line-height: 18px;
    width: 60px;
  }
  .kz25sp-code_point {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 455px;
  }
  .kz25sp-code_point-bubble {
    background: url("/static/full/images/cts/sm2/kazumi_collaboration_2025spring/bg_point_bubble.svg") no-repeat left bottom;
    background-size: 338px 124px;
    min-height: 124px;
    width: 338px;
    padding: 22px 36px 0px 22px;
  }
  .kz25sp-code_point-bubble h3 {
    position: absolute;
    top: 0;
    left: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 20px;
    line-height: 1.5;
  }
  .kz25sp-code_point-bubble p {
    font-size: 14px;
    line-height: 22px;
  }
  .kz25sp-code_slider {
    margin: 100px auto 0px;
  }
  .kz25sp-code_slide-img:hover {
    opacity: 0.5;
  }
  .kz25sp-code_slide-img:hover + .kz25sp-code_slide-btn {
    opacity: 0.5;
  }
  .kz25sp-code_slide-btn {
    cursor: pointer;
    left: 20px;
    bottom: 20px;
    height: 20px;
    width: 20px;
  }
  .kz25sp-code_slide-btn:hover {
    opacity: 0.5;
  }
  .kz25sp-code_slide-btn::before, .kz25sp-code_slide-btn::after {
    left: 10px;
    height: 20px;
    width: 2px;
  }
  .kz25sp-code_slide-info {
    font-size: 12px;
    margin-top: 30px;
  }
  .kz25sp-code_slide-detail {
    position: absolute;
    visibility: hidden;
    opacity: 0;
  }
  .kz25sp-code_slide-detail {
    padding: 0 56px;
  }
  .kz25sp-code_slide-detail .kz25sp-code_slide-detail-item {
    font-size: 13px;
    margin: 10px 0;
  }
  .kz25sp-code_slide-detail .kz25sp-code_slide-detail-item a {
    border-radius: 10px;
    font-size: 13px;
    line-height: 18px;
    width: 50px;
  }
  .kz25sp-profile {
    padding: 150px 0 100px;
    margin-top: 150px;
  }
  .kz25sp-profile_pic {
    width: 368px;
    margin: 0 auto 30px;
  }
  .kz25sp-profile_pic .kz25sp-profile_pic-icon {
    top: 0;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 110px;
  }
  .kz25sp-profile_name {
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 30px;
  }
  .kz25sp-profile_text {
    font-size: 13px;
    line-height: 25px;
    margin: 0 0 30px;
  }
  .kz25sp-profile_sns {
    width: 80px;
  }
  .kz25sp-profile_sns-item--youtube {
    width: 37px;
  }
  .kz25sp-profile_sns-item--insta {
    width: 28px;
  }
  .kz25sp-credit .kz25sp-inner {
    padding: 100px 0 150px;
  }
  .kz25sp-credit_title {
    font-size: 22px;
    margin: 0 0 30px;
  }
  .kz25sp-credit_text {
    font-size: 16px;
    line-height: 25px;
  }
  .sp-only {
    display: none;
  }

  .pc-only {
    display: block;
  }
  .pc-only--inline {
    display: inline;
  }

  main {
    overflow-x: hidden;
    min-width: 1080px;
  }
  .swiper {
    margin-top: 100px;
  }
  .swiper-button-next,
.swiper-button-prev {
    right: -145px;
    height: 45px;
    width: 45px;
  }
  .swiper-button-prev {
    left: -145px;
  }
  .swiper-pagination-wrapper {
    height: 31px;
  }
  .swiper-pagination {
    padding-top: 5px;
  }
  .swiper-pagination::before {
    font-size: 23px;
    line-height: 31px;
    margin-right: 10px;
  }
  .swiper-pagination-bullet {
    font-size: 15px;
    line-height: 22px;
    height: 22px;
    width: 22px;
  }
  .swiper-pagination-bullet.is-disp {
    background: #4D362D;
    color: #fff;
  }
  .swiper-pagination-bullet-active + .swiper-pagination-bullet {
    background: #4D362D;
    color: #fff;
  }
}
@media screen and (max-width: 767.999px) {
  .kz25sp-header {
    height: 14.6666666667vw;
    padding: 5.3333333333vw 0;
  }
  .kz25sp-header_img {
    height: 4.2666666667vw;
  }
  .kz25sp-mv-title {
    font-size: 4vw;
    width: 57.3333333333vw;
    margin: 5.6vw auto;
  }
  .kz25sp-about {
    width: 78.6666666667vw;
    margin: 26.6666666667vw auto 0;
  }
  .kz25sp-about_title {
    font-size: 6.6666666667vw;
    margin: 0 auto 8vw;
  }
  .kz25sp-about_text {
    font-size: 4vw;
  }
  .kz25sp-itemlist {
    margin: 13.3333333333vw auto 0;
  }
  .kz25sp-itemlist_title {
    font-size: 6.6666666667vw;
    margin: 0 auto 8vw;
  }
  .kz25sp-itemlist-list {
    width: 78.6666666667vw;
  }
  .kz25sp-itemlist-list li {
    font-size: 5.3333333333vw;
    width: 36vw;
    margin: 0 0 5.3333333333vw;
  }
  .kz25sp-itemlist-list li img {
    margin: 0 0 2.6666666667vw;
  }
  .kz25sp-code {
    padding-top: 26.6666666667vw;
    margin: 26.6666666667vw auto 0;
  }
  .kz25sp-code_main {
    margin: 0 auto 9.3333333333vw;
  }
  .kz25sp-code_main-img {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    margin: 0 auto 9.3333333333vw;
  }
  .kz25sp-code_main-img-num {
    right: 5.3333333333vw;
    bottom: 5.3333333333vw;
    height: 16vw;
    width: 17.6vw;
  }
  .kz25sp-code_main-img-num0 {
    top: 3.2266666667vw;
    left: 2.8533333333vw;
    width: 4.6346666667vw;
  }
  #item01 .kz25sp-code_main-img-num0 {
    left: 4.1866666667vw;
  }
  .kz25sp-code_main-img-num1 {
    top: 3.2vw;
    left: 10.2666666667vw;
    width: 2.52vw;
  }
  .kz25sp-code_main-img-num2 {
    top: 3.04vw;
    left: 8.5066666667vw;
    width: 6.1866666667vw;
  }
  .kz25sp-code_main-img-num3 {
    top: 3.04vw;
    left: 8.32vw;
    width: 6.1866666667vw;
  }
  .kz25sp-code_main-img-num4 {
    top: 3.2vw;
    left: 8.2133333333vw;
    width: 6.36vw;
  }
  .kz25sp-code_main-title {
    font-size: 10.6666666667vw;
    line-height: 1.5;
    padding: 0 9.0666666667vw;
  }
  .kz25sp-code_main-info {
    margin: 0 auto 9.3333333333vw;
  }
  .kz25sp-code_main-name {
    font-size: 4.8vw;
    margin: 0 0 5.3333333333vw;
  }
  .kz25sp-code_main-price {
    font-size: 3.4666666667vw;
    width: 78.6666666667vw;
  }
  .kz25sp-code_main-price a {
    border-radius: 2.6666666667vw;
    font-size: 3.4666666667vw;
    line-height: 4.8vw;
    width: 16vw;
  }
  .kz25sp-code_point-bubble {
    border-radius: 4vw;
    border: 1px solid #4D362D;
    width: 78.6666666667vw;
    padding: 5.3333333333vw 6.4vw 6.4vw;
    margin: 0 auto 13.3333333333vw;
  }
  .kz25sp-code_point-bubble .kz25sp-code_point-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .kz25sp-code_point-bubble h3 {
    flex-grow: 3;
    border-bottom: 1px solid #4D362D;
    font-size: 5.3333333333vw;
    line-height: 6.6666666667vw;
    padding-bottom: 5.3333333333vw;
  }
  .kz25sp-code_point-bubble p {
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
    margin-top: 2.6666666667vw;
  }
  .kz25sp-code_slider {
    margin: 13.3333333333vw auto 0px;
  }
  .kz25sp-code_slide-btn {
    left: 5.3333333333vw;
    bottom: 5.3333333333vw;
    height: 5.3333333333vw;
    width: 5.3333333333vw;
  }
  .kz25sp-code_slide-btn::before, .kz25sp-code_slide-btn::after {
    left: 2.6666666667vw;
    height: 5.3333333333vw;
    width: 0.5333333333vw;
  }
  .kz25sp-code_slide-info {
    font-size: 3.2vw;
    margin-top: 8vw;
  }
  .kz25sp-code_slide-detail {
    padding: 5.3333333333vw 6.4vw;
  }
  .kz25sp-code_slide-detail .kz25sp-code_slide-detail-item {
    font-size: 3.4666666667vw;
    margin: 1.3333333333vw 0;
  }
  .kz25sp-code_slide-detail .kz25sp-code_slide-detail-item a {
    border-radius: 2.6666666667vw;
    font-size: 3.4666666667vw;
    line-height: 4.8vw;
    width: 13.3333333333vw;
  }
  .kz25sp-profile {
    padding: 26.6666666667vw 0 13.3333333333vw;
    margin-top: 26.6666666667vw;
  }
  .kz25sp-profile_pic {
    width: 78.6666666667vw;
    margin: 0 auto 8vw;
  }
  .kz25sp-profile_pic .kz25sp-profile_pic-icon {
    top: -13.3333333333vw;
    left: -5.3333333333vw;
    width: 29.3333333333vw;
  }
  .kz25sp-profile_name {
    font-size: 6.9333333333vw;
    line-height: 8vw;
    margin: 0 0 8vw;
  }
  .kz25sp-profile_text {
    font-size: 3.4666666667vw;
    line-height: 6.6666666667vw;
    margin: 0 0 8vw;
  }
  .kz25sp-profile_sns {
    width: 21.3333333333vw;
  }
  .kz25sp-profile_sns-item--youtube {
    width: 9.8666666667vw;
  }
  .kz25sp-profile_sns-item--insta {
    width: 7.4666666667vw;
  }
  .kz25sp-credit .kz25sp-inner {
    padding: 10.1333333333vw 0 26.6666666667vw;
  }
  .kz25sp-credit_title {
    font-size: 5.8666666667vw;
    margin: 0 0 8vw;
  }
  .kz25sp-credit_text {
    font-size: 4.2666666667vw;
    line-height: 6.6666666667vw;
  }
  .kz25sp-footer {
    margin-top: 21.3333333333vw;
    padding: 9.6vw 0;
  }
  .kz25sp-footer_text {
    width: 64vw;
    margin-bottom: 5.3333333333vw;
  }
  .kz25sp-footer_copy {
    width: 72vw;
  }
  .sp-only {
    display: block;
  }

  .pc-only {
    display: none;
  }

  main {
    overflow-x: hidden;
  }
  .swiper {
    width: 78.6666666667vw;
    margin-top: 13.3333333333vw;
  }
  .swiper-button-next,
.swiper-button-prev {
    right: 4.6666666667vw;
    height: 9.3333333333vw;
    width: 9.3333333333vw;
  }
  .swiper-button-prev {
    left: 4.6666666667vw;
  }
  .swiper-pagination-wrapper {
    height: 8.2666666667vw;
  }
  .swiper-pagination {
    padding-top: 1.3333333333vw;
  }
  .swiper-pagination::before {
    font-size: 6.1333333333vw;
    line-height: 8.2666666667vw;
    margin-right: 2.6666666667vw;
  }
  .swiper-pagination-bullet {
    font-size: 4vw;
    line-height: 5.8666666667vw;
    height: 5.8666666667vw;
    width: 5.8666666667vw;
  }
  .modaal-content {
    margin-top: 0;
  }
  .modaal-content .kz25sp-code_slider {
    margin-top: 0;
  }
  .modaal-content .kz25sp-code_slide {
    width: 100vw !important;
    padding: 10.6666666667vw;
  }
  .modaal-inner-wrapper {
    padding: 0;
  }
  .modaal-container {
    max-width: 100vw;
    width: 100%;
  }
  .modaal-content-container {
    padding: 0vw;
  }
}