@charset "UTF-8";
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  margin: 0;
}

main {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
main * {
  box-sizing: border-box;
}
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%;
  vertical-align: bottom;
}
main section {
  position: relative;
}
main .slick-slider .slick-list {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transform: translate3d(0, 0, 0) scale(1.03);
          transform: translate3d(0, 0, 0) scale(1.03);
  padding-bottom: 9.4666666667vw;
}

.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);
}

.js-scroll-fade-delay2 {
  transition-delay: 0.5s;
}

.js-scroll-fade-delay3 {
  transition-delay: 1s;
}

.js-scroll-fade-delay4 {
  transition-delay: 1.5s;
}

.js-scroll-fade-delay5 {
  transition-delay: 2s;
}

.js-scroll-fade.js-scroll-fadeLR {
  -webkit-transform: translate(-30px, 0);
          transform: translate(-30px, 0);
}
.js-scroll-fade.js-scroll-fadeLR.js-scroll-fade--in {
  opacity: 1;
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
}

.js-scroll-fade.js-scroll-fadeRL {
  -webkit-transform: translate(30px, 0);
          transform: translate(30px, 0);
}
.js-scroll-fade.js-scroll-fadeRL.js-scroll-fade--in {
  opacity: 1;
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
}

.js-scroll-rotate.js-scroll-rotate--active {
  -webkit-animation: rotate 1s;
          animation: rotate 1s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.kz26sp-mv {
  position: relative;
  display: flex;
  background-image: url("/static/full/images/cts/sm2/kazumi_collaboration_anniversary_2026spring/img_mv_bg_pc.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.kz26sp-mv_line-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.kz26sp-mv_line_left, .kz26sp-mv_line_right {
  position: absolute;
  width: 1px;
  background-color: #4E4E4E;
}

.kz26sp-mv_line_left {
  top: 30px;
  left: 30px;
  height: 0;
  transition: height 1s ease-out;
}

.kz26sp-mv_line_right {
  bottom: 30px;
  right: 30px;
  height: 0;
  transition: height 1s ease-out;
}

.kz26sp-mv_line_top, .kz26sp-mv_line_bottom {
  position: absolute;
  height: 1px;
  background-color: #4E4E4E;
}

.kz26sp-mv_line_top {
  top: 30px;
  left: 36px;
  width: 0;
  transition: width 1s ease-out;
}

.kz26sp-mv_line_bottom {
  bottom: 30px;
  right: 36px;
  width: 0;
  transition: width 1s ease-out;
}

.kz26sp-mv_inner {
  padding: 146px 120px 123px;
  box-sizing: border-box;
  width: calc(100% - 850px);
}

.kz26sp-mv_img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 850px;
  z-index: 10;
  opacity: 0;
  transition: opacity 1.5s ease-out;
}

.kz26sp-mv_img {
  opacity: 0;
  transition: opacity 1.5s ease-out;
  width: 850px;
}

.kz26sp-mv_title-wrap {
  overflow: hidden;
}

.kz26sp-mv_title {
  width: 276px;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translateY(197px);
          transform: translateY(197px);
  transition: opacity 1s ease-out 0.5s, -webkit-transform 1s ease-out 0.5s;
  transition: opacity 1s ease-out 0.5s, transform 1s ease-out 0.5s;
  transition: opacity 1s ease-out 0.5s, transform 1s ease-out 0.5s, -webkit-transform 1s ease-out 0.5s;
  overflow: hidden;
}

.kz26sp-mv_text-wrap {
  overflow: hidden;
}

.kz26sp-mv_text {
  width: 288px;
  margin: 155px auto 0;
  opacity: 0;
  -webkit-transform: translateY(147px);
          transform: translateY(147px);
  transition: opacity 1s ease-out 0.7s, -webkit-transform 1s ease-out 0.7s;
  transition: opacity 1s ease-out 0.7s, transform 1s ease-out 0.7s;
  transition: opacity 1s ease-out 0.7s, transform 1s ease-out 0.7s, -webkit-transform 1s ease-out 0.7s;
}

.kz26sp-mv_text-wrap.sp-only .kz26sp-mv_text {
  opacity: 0;
  -webkit-transform: translateY(39.2vw);
          transform: translateY(39.2vw);
  width: 76.8vw;
  margin: 11.4666666667vw auto 0;
  transition: opacity 1s ease-out 0.7s, -webkit-transform 1s ease-out 0.7s;
  transition: opacity 1s ease-out 0.7s, transform 1s ease-out 0.7s;
  transition: opacity 1s ease-out 0.7s, transform 1s ease-out 0.7s, -webkit-transform 1s ease-out 0.7s;
}

.is-loaded .kz26sp-mv_img-overlay {
  opacity: 1;
}
.is-loaded .kz26sp-mv_img {
  opacity: 1;
}
.is-loaded .kz26sp-mv_title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.is-loaded .kz26sp-mv_text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.is-loaded .kz26sp-mv_text-wrap.sp-only.is-visible .kz26sp-mv_text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.is-loaded .kz26sp-mv_line_left {
  height: 708px;
  transition-delay: 1s;
}
.is-loaded .kz26sp-mv_line_right {
  height: 708px;
  transition-delay: 1s;
}
.is-loaded .kz26sp-mv_line_top {
  width: calc(100% - 72px);
  transition-delay: 1s;
}
.is-loaded .kz26sp-mv_line_bottom {
  width: calc(100% - 72px);
  transition-delay: 1s;
}

.kz26sp-about {
  padding: 112px 30px 0;
  box-sizing: border-box;
}

.kz26sp-about_card {
  position: relative;
  padding: 33px 50px 30px;
  box-sizing: border-box;
  background-image: url("/static/full/images/cts/sm2/kazumi_collaboration_anniversary_2026spring/img_about_bg_pc.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 576px;
  margin: 0 auto;
}

.kz26sp-about_img {
  position: absolute;
  top: -30px;
  left: -10px;
  max-width: 255px;
  width: 40%;
  -webkit-transform: rotate(5deg) translateY(50px);
          transform: rotate(5deg) translateY(50px);
  opacity: 0;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
}
.kz26sp-about_img.is-active {
  -webkit-transform: rotate(0deg) translateY(0);
          transform: rotate(0deg) translateY(0);
  opacity: 1;
}

.kz26sp-about_text-wrap {
  margin-left: 190px;
  max-width: 286px;
  width: 60%;
}

.kz26sp-about_title {
  width: 45px;
}

.kz26sp-about_text {
  margin-top: 27px;
  background-image: url("/static/full/images/cts/sm2/kazumi_collaboration_anniversary_2026spring/img_about_text_line.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.kz26sp-about_text img {
  display: block;
  opacity: 0;
  -webkit-transform: rotate(2deg) translateY(20px);
          transform: rotate(2deg) translateY(20px);
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}
.kz26sp-about_text img.is-text-animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.kz26sp-about_text img + img {
  margin-top: 24px;
}

.kz26sp-about_sign {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 13px;
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.kz26sp-about_sign.is-active img {
  opacity: 1;
  -webkit-animation: signWrite 1.2s ease-out forwards;
          animation: signWrite 1.2s ease-out forwards;
}
.kz26sp-about_sign img {
  width: 150px;
  opacity: 0;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: opacity 0.3s ease-out, -webkit-clip-path 1.2s ease-out;
  transition: clip-path 1.2s ease-out, opacity 0.3s ease-out;
  transition: clip-path 1.2s ease-out, opacity 0.3s ease-out, -webkit-clip-path 1.2s ease-out;
}

@-webkit-keyframes signWrite {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    opacity: 1;
  }
}

@keyframes signWrite {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    opacity: 1;
  }
}
.kz26sp-about_date-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #4E4E4E;
  margin: 10px auto 0;
}

.kz26sp-about_date-title {
  width: 14.3%;
  padding: 2px 0;
  box-sizing: border-box;
  border-right: 1px solid #4E4E4E;
  font-size: 12px;
  line-height: 20px;
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.kz26sp-about_date-text {
  width: 85.7%;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  line-height: 32px;
  font-weight: 300;
  font-family: "Inter", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.kz26sp-about_date-text-jp {
  margin-left: 6px;
  font-size: 16px;
  line-height: 32px;
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.kz26sp-about_note {
  margin-top: 20px;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.js-draw.is-active::before, .js-draw.is-active::after {
  -webkit-animation: horizontalDrawLine 2s forwards;
          animation: horizontalDrawLine 2s forwards;
}

.js-draw-block.is-active .js-draw--left::before, .js-draw-block.is-active .js-draw--left::after,
.js-draw-block.is-active .js-draw--right::before,
.js-draw-block.is-active .js-draw--right::after {
  -webkit-animation: horizontalDrawLine 2s forwards;
          animation: horizontalDrawLine 2s forwards;
}

.js-draw-block.is-active .js-draw--to-bottom::before, .js-draw-block.is-active .js-draw--to-bottom::after {
  -webkit-animation: verticalDrawLine 2s forwards;
          animation: verticalDrawLine 2s forwards;
}

.js-draw--left,
.js-draw--right {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block;
  height: 1px;
}
.js-draw--left::before,
.js-draw--right::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 0;
  height: 100%;
  border-top: 1px solid #4E4E4E;
  box-sizing: border-box;
}

.js-draw--to-bottom {
  position: absolute;
  width: 1px;
  display: block;
  height: 100%;
}
.js-draw--to-bottom::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  height: 100%;
  border-left: 1px solid #4E4E4E;
  box-sizing: border-box;
}

.js-draw--left::before {
  left: 0;
}

.js-draw--right::before {
  right: 0;
}

.js-draw--to-bottom::before {
  top: 0;
}

@-webkit-keyframes horizontalDrawLine {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes horizontalDrawLine {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes verticalDrawLine {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes verticalDrawLine {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.kz26sp-items {
  max-width: 725px;
  margin: 0 auto;
  padding: 92px 0 125px;
}

.kz26sp-items_tit {
  text-align: center;
  width: 145px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.kz26sp-items_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto)[5];
  grid-template-columns: repeat(5, auto);
  margin: 20px auto;
  text-align: center;
  justify-content: center;
}

.kz26sp-items_item {
  position: relative;
  padding: 0 25px;
  box-sizing: border-box;
}
.kz26sp-items_item::after {
  content: "";
  position: absolute;
  left: calc(50% - 13px);
  bottom: -25px;
  display: block;
  background-image: url("/static/full/images/cts/sm2/kazumi_collaboration_anniversary_2026spring/img_items_arrow.png");
  width: 26px;
  height: 10px;
  box-sizing: border-box;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  z-index: 1;
}
.kz26sp-items_item .js-draw--left {
  overflow: visible;
}
.kz26sp-items_item .js-draw--to-bottom::before {
  left: -25px;
}
.kz26sp-items_item:first-child .js-draw--to-bottom {
  display: none;
}

.kz26sp-items_heading {
  width: 94px;
  text-align: center;
  margin: 0 auto 10px;
}

.kz26sp-items_img {
  width: 94px;
  overflow: hidden;
}
.kz26sp-items_img img {
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.kz26sp-items_txt {
  width: 94px;
  margin: 15px auto 0;
}

.kz26sp-contents {
  background-color: #F7F6F2;
  box-sizing: border-box;
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 5;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.kz26sp-contents.kz26sp-02 {
  z-index: 10;
}
.kz26sp-contents.kz26sp-03 {
  z-index: 15;
}
.kz26sp-contents.kz26sp-04 {
  z-index: 20;
}
.kz26sp-contents.kz26sp-05 {
  z-index: 25;
}

.kz26sp-contents_inner {
  position: relative;
}

.kz26sp-contents_bg {
  width: 100%;
  height: 100vh;
  height: 100lvh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
.kz26sp-contents_bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: -10;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.kz26sp-contents_title-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 30px;
          column-gap: 30px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
  top: 0;
  z-index: 100;
}
.kz26sp-contents_title-wrap.is-fixed {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  min-width: 1440px;
  margin: 0;
}

.kz26sp-contents_number-title {
  justify-self: flex-end;
  -ms-grid-row-align: center;
      align-self: center;
  max-width: 77px;
}

.kz26sp-contents_title {
  justify-self: flex-start;
  -ms-grid-row-align: center;
      align-self: center;
  max-width: 88px;
}

.kz26sp-contents_wrap {
  position: relative;
  transition: margin-top 0.3s ease;
}
.kz26sp-contents .kz26sp-contents_wrap {
  overflow-x: hidden;
}

.kz26sp-contents_product {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: (1fr)[2];
  grid-template-rows: repeat(2, 1fr);
  gap: 4px;
  padding: 0 50px;
  box-sizing: border-box;
}

.kz26sp-contents_product-item {
  position: relative;
}
.kz26sp-contents_product-item:first-child {
  padding: 37px 0 0;
}

.kz26sp-contents_product-info {
  background-color: #F5F4F0;
  background-image: url("/static/full/images/cts/sm2/kazumi_collaboration_anniversary_2026spring/img_contents_product-info_bg.jpg");
  background-position: center;
  background-size: cover;
  padding: 30px 35px;
  box-sizing: border-box;
}

.kz26sp-contents_product-info_inner {
  border-top: 1px solid #4E4E4E;
  border-bottom: 1px solid #4E4E4E;
  padding: 92px 0 98px;
}

.kz26sp-contents_product-info_title {
  max-width: 260px;
  margin: 0 auto;
  font-size: 21px;
  text-align: center;
  color: #4E4E4E;
  line-height: 30px;
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.kz26sp-contents_product-info_text {
  max-width: 244px;
  margin: 32px auto 0;
  font-size: 11px;
  color: #4E4E4E;
  line-height: 20px;
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.kz26sp-contents_product-info_details {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 121px;
  grid-template-columns: auto 121px;
  -ms-grid-rows: (auto)[2];
  grid-template-rows: repeat(2, auto);
  padding: 15px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #4E4E4E;
}

.kz26sp-contents_product-info_model-number {
  font-size: 10px;
  color: #4E4E4E;
  line-height: 20px;
  font-family: "Inter", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.kz26sp-contents_product-info_product-name,
.kz26sp-contents_product-info_price {
  font-size: 12px;
  color: #4E4E4E;
  line-height: 16px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.kz26sp-contents_product-info_link {
  padding-left: 10px;
  border-left: 1px solid #4E4E4E;
  box-sizing: border-box;
}
.kz26sp-contents_product-info_link a {
  display: inline-block;
  padding: 18px 14px;
  color: #4E4E4E;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s ease;
}
.kz26sp-contents_product-info_link a:hover {
  opacity: 1;
}

.kz26sp-contents_product-info_tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 16px;
}

.kz26sp-contents_product-info_tag-item {
  vertical-align: middle;
  border: 1px solid #4E4E4E;
  border-radius: 8px;
  padding: 2px 8px;
  min-width: 52px;
  text-align: center;
  color: #4E4E4E;
  font-size: 10px;
  line-height: 10px;
  font-family: "Inter", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.kz26sp-contents_product-img {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.kz26sp-contents_product-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  background-color: #F7F6F2;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  transition: -webkit-transform 0.6s ease-out;
  transition: transform 0.6s ease-out;
  transition: transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
  z-index: 1;
}
.kz26sp-contents_product-img img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
  transition: -webkit-transform 0.8s ease-out 0.3s, -webkit-clip-path 0.8s ease-out 0.3s;
  transition: transform 0.8s ease-out 0.3s, clip-path 0.8s ease-out 0.3s;
  transition: transform 0.8s ease-out 0.3s, clip-path 0.8s ease-out 0.3s, -webkit-transform 0.8s ease-out 0.3s, -webkit-clip-path 0.8s ease-out 0.3s;
  position: relative;
  z-index: 2;
}
.kz26sp-contents_product-img.is-active {
  opacity: 1;
}
.kz26sp-contents_product-img.is-active::before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.kz26sp-contents_product-img.is-active img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}

.kz26sp-contents_product-accordion {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}

.kz26sp-contents_product-accordion_title {
  display: flex;
  align-items: center;
  width: 77px;
  padding: 6px 10px;
  box-sizing: border-box;
  border-radius: 0 6px 0 0;
  background-color: #fff;
  font-size: 12px;
  color: #4E4E4E;
  line-height: 16px;
  font-family: "Inter", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  cursor: pointer;
  transition: all 0.3s ease;
}
.kz26sp-contents_product-accordion_title::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 12px;
  height: 12px;
  background-image: url("/static/full/images/cts/sm2/kazumi_collaboration_anniversary_2026spring/icon_contents_product-info_accordion.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.kz26sp-contents_product-accordion_text {
  padding: 16px;
  box-sizing: border-box;
  max-width: 275px;
  font-size: 11px;
  line-height: 18px;
  color: #4E4E4E;
  background-color: #fff;
  border-radius: 0 6px 0 0;
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.kz26sp-contents_product-accordion_text[data-js-hidden] {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.kz26sp-contents_slider {
  margin-top: 4px;
}

.kz26sp-slider {
  position: relative;
}
.kz26sp-slider .swiper-wrapper {
  display: flex;
  align-items: center;
}

.kz26sp-slider_item {
  width: 21.7391304348vw !important;
}
.kz26sp-slider_item img {
  width: 100%;
  height: auto;
  display: block;
}

.swiper-wrapper {
  height: auto;
  transition-timing-function: linear;
}

.kz26sp-slider-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 10;
}

.kz26sp-slider-prev,
.kz26sp-slider-next {
  position: absolute;
  pointer-events: auto;
  width: 17px;
  height: 17px;
  cursor: pointer;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  background-color: transparent;
}
.kz26sp-slider-prev span,
.kz26sp-slider-next span {
  display: none;
}

.kz26sp-slider-next {
  background-image: url("/static/full/images/cts/sm2/kazumi_collaboration_anniversary_2026spring/icon_slider_next.svg");
  left: 30px;
}

.kz26sp-slider-prev {
  background-image: url("/static/full/images/cts/sm2/kazumi_collaboration_anniversary_2026spring/icon_slider_prev.svg");
  right: 30px;
}

.kz26sp-contents.kz26sp-01 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/static/full/images/cts/sm2/kazumi_collaboration_anniversary_2026spring/img_contents_no01_bg_pc.jpg");
}
.kz26sp-contents.kz26sp-01 .kz26sp-contents_title {
  max-width: 88px;
}

.kz26sp-contents.kz26sp-02 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/static/full/images/cts/sm2/kazumi_collaboration_anniversary_2026spring/img_contents_no02_bg_pc.jpg");
}
.kz26sp-contents.kz26sp-02 .kz26sp-contents_title {
  max-width: 75px;
}

.kz26sp-contents.kz26sp-03 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/static/full/images/cts/sm2/kazumi_collaboration_anniversary_2026spring/img_contents_no03_bg_pc.jpg");
}
.kz26sp-contents.kz26sp-03 .kz26sp-contents_title {
  max-width: 89px;
}

.kz26sp-contents.kz26sp-04 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/static/full/images/cts/sm2/kazumi_collaboration_anniversary_2026spring/img_contents_no04_bg_pc.jpg");
}
.kz26sp-contents.kz26sp-04 .kz26sp-contents_title {
  max-width: 139px;
}
.kz26sp-contents.kz26sp-04 .kz26sp-slider {
  margin-bottom: 87px;
}
.kz26sp-contents.kz26sp-04 .kz26sp-contents_product--limited {
  display: flex;
  padding: 0 90px;
  box-sizing: border-box;
  gap: 6px;
  max-width: 1371px;
  margin: 0 auto;
}
.kz26sp-contents.kz26sp-04 .kz26sp-contents_product--limited .kz26sp-contents_product-item {
  width: 393px;
}
.kz26sp-contents.kz26sp-04 .kz26sp-contents_product--limited .kz26sp-contents_product-item:first-child {
  padding: 0;
}
.kz26sp-contents.kz26sp-04 .kz26sp-contents_product--limited .kz26sp-contents_product-info {
  height: 100%;
  padding: 30px 35px;
}
.kz26sp-contents.kz26sp-04 .kz26sp-contents_product--limited .kz26sp-contents_product-info_inner {
  padding: 77px 0 22.5px;
}
.kz26sp-contents.kz26sp-04 .kz26sp-contents_product--limited .kz26sp-contents_product-info_title {
  max-width: 250px;
  font-size: 30px;
  font-weight: 300;
  font-family: "Inter", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.kz26sp-contents.kz26sp-04 .kz26sp-contents_product--limited .kz26sp-contents_product-info_tag-list {
  justify-content: center;
  margin-top: 13px;
}
.kz26sp-contents.kz26sp-04 .kz26sp-contents_product--limited .kz26sp-contents_product-info_tag-item {
  padding: 2px 6px;
}
.kz26sp-contents.kz26sp-04 .kz26sp-contents_product--limited .kz26sp-contents_product-info_text {
  max-width: 244px;
}
.kz26sp-contents.kz26sp-04 .kz26sp-contents_product--limited .kz26sp-contents_product-info_link-title {
  width: 232px;
  margin: 70px auto 0;
}
.kz26sp-contents.kz26sp-04 .kz26sp-contents_product--limited .kz26sp-contents_product-info_link-text {
  margin: 25px auto 0;
  font-size: 12px;
  line-height: 16px;
  color: #4E4E4E;
  text-align: center;
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.kz26sp-contents.kz26sp-04 .kz26sp-contents_product--limited .kz26sp-contents_product-info_link-text a {
  color: #4E4E4E;
  text-decoration: underline;
}
.kz26sp-contents.kz26sp-04 .kz26sp-contents_product--limited .kz26sp-contents_product-info_link {
  border: none;
  padding: 0;
  margin: 23px auto 0;
  text-align: center;
}

.kz26sp-contents.kz26sp-05 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/static/full/images/cts/sm2/kazumi_collaboration_anniversary_2026spring/img_contents_no05_bg_pc.jpg");
}
.kz26sp-contents.kz26sp-05 .kz26sp-contents_title {
  max-width: 79px;
}

.present {
  position: relative;
  z-index: 30;
  background-color: #fff;
  padding: 100px 0 50px;
}
.present__bg {
  position: relative;
  width: 725px;
  height: 432px;
  margin: 0 auto;
  background-image: url("/static/full/images/cts/sm2/kazumi_collaboration_anniversary_2026spring/present_bg_pc.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.present__text {
  position: absolute;
  top: 62px;
  left: 37px;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
  z-index: 2;
}
.present__text.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.present__img01 {
  width: 356px;
  height: 117px;
}
.present__text1 {
  margin-top: 38px;
}
.present__novelty {
  width: 356px;
}
.present__img02 {
  position: absolute;
  top: 30px;
  left: 618px;
  width: 76px;
  opacity: 0;
  -webkit-transform: scale(0) rotate(15deg);
          transform: scale(0) rotate(15deg);
  transition: opacity 0.6s ease 0.5s, -webkit-transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s;
  transition: opacity 0.6s ease 0.5s, transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s;
  transition: opacity 0.6s ease 0.5s, transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s, -webkit-transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s;
  z-index: 5;
}
.present__text.is-active ~ .present__img02 {
  opacity: 1;
  -webkit-transform: scale(1) rotate(15deg);
          transform: scale(1) rotate(15deg);
}

.kz26sp-profile {
  position: relative;
  z-index: 30;
  background: #fff;
  padding: 0 0 100px;
}

.kz26sp-profile_inner {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 59px;
  margin: 0 auto;
  padding: 50px 61px;
}
.kz26sp-profile_inner > picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 296px;
  z-index: 0;
}
.kz26sp-profile_inner > picture img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.kz26sp-profile_img {
  position: relative;
  z-index: 1;
  width: 195px;
}
.kz26sp-profile_img img {
  width: 100%;
  height: auto;
}

.kz26sp-profile_head {
  position: relative;
  display: flex;
  flex-direction: column;
}
.kz26sp-profile_head::after {
  content: "";
  position: absolute;
  top: 27px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #413F39;
}

.kz26sp-profile_head_profile {
  position: static;
  width: 98px;
}

.kz26sp-profile_head_unit {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 22px;
}

.kz26sp-profile_head_name {
  padding-top: 10px;
  width: 327px;
}

.kz26sp-profile_head_sns {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}

.kz26sp-profile_head-sns_youtube {
  width: 27px;
  transition: 0.5s;
}
.kz26sp-profile_head-sns_youtube:hover {
  opacity: 0.7;
}

.kz26sp-profile_head-sns_insta {
  width: 21px;
  transition: 0.5s;
}
.kz26sp-profile_head-sns_insta:hover {
  opacity: 0.7;
}

.kz26sp-profile_unit {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer_26sp {
  position: relative;
  z-index: 30;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 49px;
  gap: 282px;
  font-family: "Inter", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 300;
  color: #4E4E4E;
}
.footer_26sp_left, .footer_26sp_right {
  display: flex;
  align-items: flex-start;
}
.footer_26sp_right {
  margin-top: 14px;
  align-items: flex-end;
}
.footer_26sp_credit {
  font-size: 13px;
}
.footer_26sp_inner {
  font-size: 12px;
  margin-left: 12px;
}
.footer_26sp_can {
  font-size: 13px;
  text-decoration: none;
  color: inherit;
}
.footer_26sp_copyright {
  font-size: 10px;
  margin-left: 22px;
}
.footer_26sp_item {
  display: inline;
}
.footer_26sp_sep {
  display: inline;
}
.footer_26sp_text-sp {
  display: none;
}
@media print, screen and (min-width: 768px) {
  main {
    min-width: 1440px;
    margin: 0 auto;
  }
  main a {
    transition: opacity 0.3s;
  }
  main a:hover {
    opacity: 0.7;
  }
  .smy-content .sp-only {
    display: none;
  }
  .is-loaded .kz26sp-mv_text {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .kz26sp-items_item a:hover .kz26sp-items_img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .kz26sp-contents {
    background-attachment: fixed;
  }
  .kz26sp-contents.kz26sp-01 {
    height: var(--content1Pc, 370vh);
    top: calc(100vh - var(--content1Pc, 370vh));
  }
  .kz26sp-contents.kz26sp-02 {
    height: var(--content2Pc, 370vh);
    top: calc(100vh - var(--content2Pc, 370vh));
  }
  .kz26sp-contents.kz26sp-03 {
    height: var(--content3Pc, 370vh);
    top: calc(100vh - var(--content3Pc, 370vh));
  }
  .kz26sp-contents.kz26sp-04 {
    height: var(--content4Pc, 462vh);
    top: calc(100vh - var(--content4Pc, 462vh));
  }
  .kz26sp-contents.kz26sp-05 {
    height: var(--content5Pc, 370vh);
    top: calc(100vh - var(--content5Pc, 370vh));
  }
  .kz26sp-contents_bg {
    display: none;
  }
  .kz26sp-contents_bg::before {
    display: none;
  }
  .kz26sp-contents_product-item:first-child {
    width: 393px;
    margin: 0 auto;
  }
  .kz26sp-contents_product-info_link a:hover {
    background-color: #4E4E4E;
    color: #fff;
  }
  .kz26sp-slider .swiper-slide {
    margin-left: -1px;
  }
}
@media screen and (max-width: 767.98px) {
  main {
    overflow: hidden;
  }
  main .slick-slider .slick-slide img {
    padding: 0 1.2vw;
    -webkit-transform: translateY(1.0666666667vw);
            transform: translateY(1.0666666667vw);
  }
  .smy-content .sp-only {
    display: block;
  }
  .smy-content .pc-only {
    display: none;
  }
  .kz26sp-mv {
    flex-direction: column;
    background-image: url("/static/full/images/cts/sm2/kazumi_collaboration_anniversary_2026spring/img_mv_bg_sp.jpg");
  }
  .kz26sp-mv_line_left {
    top: 5.3333333333vw;
    left: 5.3333333333vw;
  }
  .kz26sp-mv_line_right {
    bottom: 5.3333333333vw;
    right: 5.3333333333vw;
  }
  .kz26sp-mv_line_top, .kz26sp-mv_line_bottom {
    left: 6.6666666667vw;
  }
  .kz26sp-mv_line_top {
    top: 5.3333333333vw;
    left: 6.6666666667vw;
  }
  .kz26sp-mv_line_bottom {
    bottom: 5.3333333333vw;
    right: 6.6666666667vw;
  }
  .kz26sp-mv_inner {
    padding: 10.6666666667vw 26.6666666667vw 17.3333333333vw;
    width: 100%;
  }
  .kz26sp-mv_img-overlay {
    width: 100%;
  }
  .kz26sp-mv_img {
    width: 100%;
  }
  .kz26sp-mv_title {
    width: 46.9333333333vw;
    -webkit-transform: translateY(33.6vw);
            transform: translateY(33.6vw);
  }
  .is-loaded .kz26sp-mv_line_left {
    height: 167.2vw;
  }
  .is-loaded .kz26sp-mv_line_right {
    height: 167.2vw;
  }
  .is-loaded .kz26sp-mv_line_top {
    width: 86.6666666667vw;
  }
  .is-loaded .kz26sp-mv_line_bottom {
    width: 86.6666666667vw;
  }
  .kz26sp-about {
    padding: 18.6666666667vw 8vw 0;
  }
  .kz26sp-about_card {
    padding: 8.8vw 4vw;
    background-image: url("/static/full/images/cts/sm2/kazumi_collaboration_anniversary_2026spring/img_about_bg_sp.jpg");
    width: 100%;
  }
  .kz26sp-about_img {
    top: -15.4666666667vw;
    left: calc(50% - 40vw);
    max-width: 80vw;
    width: 100%;
    -webkit-transform: rotate(5deg) translateY(13.3333333333vw);
            transform: rotate(5deg) translateY(13.3333333333vw);
  }
  .kz26sp-about_text-wrap {
    margin-left: 0;
    margin-top: 77.3333333333vw;
    max-width: 100%;
    width: 100%;
  }
  .kz26sp-about_title {
    width: 12vw;
  }
  .kz26sp-about_text {
    margin-top: 3.7333333333vw;
  }
  .kz26sp-about_text img + img {
    margin-top: 5.8666666667vw;
  }
  .kz26sp-about_sign {
    margin-top: 4.8vw;
  }
  .kz26sp-about_sign img {
    width: 40vw;
  }
  .kz26sp-about_date-wrap {
    margin: 3.2vw auto 0;
  }
  .kz26sp-about_date-title {
    width: 24.5%;
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
  }
  .kz26sp-about_date-text {
    width: 75.5%;
    font-size: 6.1333333333vw;
    line-height: 8.5333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  .kz26sp-about_date-text-jp {
    margin-left: 1.6vw;
    font-size: 4.2666666667vw;
    line-height: 8.5333333333vw;
  }
  .kz26sp-about_note {
    margin-top: 5.3333333333vw;
    font-size: 2.6666666667vw;
    line-height: 5.3333333333vw;
  }
  .kz26sp-items {
    max-width: none;
    width: 100%;
    padding: 18.6666666667vw 11.2vw 28.2666666667vw;
  }
  .kz26sp-items_tit {
    width: 38.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .kz26sp-items_list {
    display: flex;
    flex-wrap: wrap;
    max-width: 77.6vw;
    margin: 0 auto;
  }
  .kz26sp-items_item {
    width: 50%;
    max-width: 38.4vw;
    margin: 5.3333333333vw auto;
    padding: 0 6.6666666667vw;
  }
  .kz26sp-items_item::after {
    width: 6.9333333333vw;
    height: 2.6666666667vw;
    left: calc(50% - 3.4666666667vw);
    bottom: -6.6666666667vw;
  }
  .kz26sp-items_item .js-draw--left::before {
    top: 5.3333333333vw;
  }
  .kz26sp-items_item .js-draw--to-bottom::before {
    left: -6.6666666667vw;
  }
  .kz26sp-items_item a:active .kz26sp-items_img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .kz26sp-items_heading {
    width: 25.0666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .kz26sp-items_img {
    width: 25.0666666667vw;
  }
  .kz26sp-items_txt {
    width: 25.0666666667vw;
    margin-top: 4vw;
  }
  .kz26sp-contents.kz26sp-01 {
    height: var(--content1Sp, 400vh);
    top: calc(100lvh - var(--content1Sp, 400vh));
  }
  .kz26sp-contents.kz26sp-02 {
    height: var(--content2Sp, 400vh);
    top: calc(100lvh - var(--content2Sp, 400vh));
  }
  .kz26sp-contents.kz26sp-03 {
    height: var(--content3Sp, 400vh);
    top: calc(100lvh - var(--content3Sp, 400vh));
  }
  .kz26sp-contents.kz26sp-04 {
    height: var(--content4Sp, 643vh);
    top: calc(100lvh - var(--content4Sp, 643vh));
  }
  .kz26sp-contents.kz26sp-05 {
    height: var(--content5Sp, 400vh);
    top: calc(100lvh - var(--content5Sp, 400vh));
  }
  .kz26sp-contents_bg.is-fixed::before {
    position: fixed;
  }
  .kz26sp-contents_bg.is-fixed::before {
    z-index: 0;
  }
  .kz26sp-contents_title-wrap.is-fixed {
    width: 100%;
    min-width: 100%;
  }
  .kz26sp-contents_title-wrap {
    padding: 8vw 8vw 7.2vw;
  }
  .kz26sp-contents_number-title {
    justify-self: flex-start;
    max-width: 20.5333333333vw;
  }
  .kz26sp-contents_title {
    justify-self: flex-end;
    max-width: 23.4666666667vw;
  }
  .kz26sp-contents .kz26sp-contents_wrap {
    padding-bottom: 8vw;
  }
  .kz26sp-contents_product {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    padding: 0 8vw;
    gap: 1.0666666667vw;
  }
  .kz26sp-contents_product-item:first-child {
    padding: 0;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
  .kz26sp-contents_product-info {
    padding: 8vw 6.6666666667vw;
  }
  .kz26sp-contents_product-info_inner {
    padding: 8vw 0;
  }
  .kz26sp-contents_product-info_title {
    max-width: 61.8666666667vw;
    font-size: 4.8vw;
    line-height: 6.9333333333vw;
  }
  .kz26sp-contents_product-info_text {
    max-width: 58.6666666667vw;
    margin: 5.3333333333vw auto 0;
    font-size: 2.9333333333vw;
    line-height: 5.3333333333vw;
  }
  .kz26sp-contents_product-info_details {
    -ms-grid-columns: auto 32.2666666667vw;
    grid-template-columns: auto 32.2666666667vw;
    padding: 4vw 0;
  }
  .kz26sp-contents_product-info_model-number {
    font-size: 2.6666666667vw;
    line-height: 5.3333333333vw;
  }
  .kz26sp-contents_product-info_product-name,
.kz26sp-contents_product-info_price {
    font-size: 3.2vw;
    line-height: 4.2666666667vw;
  }
  .kz26sp-contents_product-info_link {
    padding-left: 2.6666666667vw;
  }
  .kz26sp-contents_product-info_link a {
    padding: 4.8vw 3.7333333333vw;
    font-size: 3.2vw;
    line-height: 4.2666666667vw;
    border-radius: 1.3333333333vw;
  }
  .kz26sp-contents_product-info_link a:active {
    background-color: #4E4E4E;
    color: #fff;
  }
  .kz26sp-contents_product-info_tag-list {
    gap: 1.3333333333vw;
    margin-top: 4.2666666667vw;
  }
  .kz26sp-contents_product-info_tag-item {
    padding: 0.5333333333vw;
    min-width: 13.8666666667vw;
    font-size: 2.6666666667vw;
    line-height: 2.6666666667vw;
    border-radius: 2.1333333333vw;
  }
  .kz26sp-contents_product-accordion_title {
    width: 20.5333333333vw;
    padding: 1.6vw 2.6666666667vw;
    font-size: 3.2vw;
    line-height: 4.2666666667vw;
    border-radius: 0 1.6vw 0 0;
  }
  .kz26sp-contents_product-accordion_title::after {
    width: 3.2vw;
    height: 3.2vw;
    margin-left: 1.3333333333vw;
  }
  .kz26sp-contents_product-accordion_text {
    max-width: 73.3333333333vw;
    font-size: 2.9333333333vw;
    line-height: 4.8vw;
    padding: 4.2666666667vw;
    border-radius: 0 1.6vw 0 0;
  }
  .kz26sp-contents_slider {
    margin-top: 1.3333333333vw;
  }
  .kz26sp-slider_item {
    width: 47.619047619vw !important;
  }
  .kz26sp-slider-prev,
.kz26sp-slider-next {
    width: 4.5333333333vw;
    height: 4.5333333333vw;
  }
  .kz26sp-slider-next {
    left: 8vw;
  }
  .kz26sp-slider-prev {
    right: 8vw;
  }
  .kz26sp-contents.kz26sp-01 {
    background-image: none;
  }
  .kz26sp-contents.kz26sp-01 .kz26sp-contents_bg::before {
    background-image: url("/static/full/images/cts/sm2/kazumi_collaboration_anniversary_2026spring/img_contents_no01_bg_sp.jpg");
  }
  .kz26sp-contents.kz26sp-01 .kz26sp-contents_bg::before {
    background-image: url("/static/full/images/cts/sm2/kazumi_collaboration_anniversary_2026spring/img_contents_no01_bg_sp.jpg");
  }
  .kz26sp-contents.kz26sp-01 .kz26sp-contents_title {
    max-width: 23.4666666667vw;
  }
  .kz26sp-contents.kz26sp-02 {
    background-image: none;
  }
  .kz26sp-contents.kz26sp-02 .kz26sp-contents_bg::before {
    background-image: url("/static/full/images/cts/sm2/kazumi_collaboration_anniversary_2026spring/img_contents_no02_bg_sp.jpg");
  }
  .kz26sp-contents.kz26sp-02 .kz26sp-contents_title {
    max-width: 20vw;
  }
  .kz26sp-contents.kz26sp-03 {
    background-image: none;
  }
  .kz26sp-contents.kz26sp-03 .kz26sp-contents_bg::before {
    background-image: url("/static/full/images/cts/sm2/kazumi_collaboration_anniversary_2026spring/img_contents_no03_bg_sp.jpg");
  }
  .kz26sp-contents.kz26sp-03 .kz26sp-contents_title {
    max-width: 23.7333333333vw;
  }
  .kz26sp-contents.kz26sp-04 {
    background-image: url("/static/full/images/cts/sm2/kazumi_collaboration_anniversary_2026spring/img_contents_no04_bg_sp.jpg");
    background-size: contain;
    background-position: top center;
  }
  .kz26sp-contents.kz26sp-04 .kz26sp-contents_bg::before {
    background-image: url("/static/full/images/cts/sm2/kazumi_collaboration_anniversary_2026spring/img_contents_no04_bg_sp.jpg");
  }
  .kz26sp-contents.kz26sp-04 .kz26sp-contents_bg.is-fixed {
    z-index: 20;
  }
  .kz26sp-contents.kz26sp-04 .kz26sp-contents_wrap {
    z-index: 25;
  }
  .kz26sp-contents.kz26sp-04 .kz26sp-contents_title {
    max-width: 37.0666666667vw;
  }
  .kz26sp-contents.kz26sp-04 .kz26sp-slider {
    margin-bottom: 13.3333333333vw;
  }
  .kz26sp-contents.kz26sp-04 .kz26sp-contents_product--limited {
    padding: 0 8vw;
    gap: 0;
    justify-content: center;
    max-width: 100%;
  }
  .kz26sp-contents.kz26sp-04 .kz26sp-contents_product--limited .kz26sp-contents_product-item {
    width: 100%;
  }
  .kz26sp-contents.kz26sp-04 .kz26sp-contents_product--limited .kz26sp-contents_product-info {
    padding: 8vw 0;
  }
  .kz26sp-contents.kz26sp-04 .kz26sp-contents_product--limited .kz26sp-contents_product-info_inner {
    padding: 0;
    border: none;
  }
  .kz26sp-contents.kz26sp-04 .kz26sp-contents_product--limited .kz26sp-contents_product-info_title {
    font-size: 6.6666666667vw;
    max-width: 71.4666666667vw;
    border-top: 1px solid #4E4E4E;
    padding-top: 8vw;
  }
  .kz26sp-contents.kz26sp-04 .kz26sp-contents_product--limited .kz26sp-contents_product-info_tag-list {
    margin: 5.3333333333vw auto 4.2666666667vw;
  }
  .kz26sp-contents.kz26sp-04 .kz26sp-contents_product--limited .kz26sp-contents_product-info_tag-item {
    padding: 0.5333333333vw 1.6vw;
  }
  .kz26sp-contents.kz26sp-04 .kz26sp-contents_product--limited .kz26sp-contents_product-img img {
    width: calc(100% + 1px);
  }
  .kz26sp-contents.kz26sp-04 .kz26sp-contents_product--limited .kz26sp-contents_product-info_text {
    max-width: 58.6666666667vw;
    margin: 6.6666666667vw auto 0;
  }
  .kz26sp-contents.kz26sp-04 .kz26sp-contents_product--limited .kz26sp-contents_product-info_link-title {
    width: 61.8666666667vw;
    margin: 8vw auto 0;
  }
  .kz26sp-contents.kz26sp-04 .kz26sp-contents_product--limited .kz26sp-contents_product-info_link-text {
    margin: 6.6666666667vw auto 0;
    font-size: 3.2vw;
    line-height: 4.2666666667vw;
  }
  .kz26sp-contents.kz26sp-04 .kz26sp-contents_product--limited .kz26sp-contents_product-info_link {
    margin: 6.1333333333vw auto 0;
    max-width: 71.4666666667vw;
    border-bottom: 1px solid #4E4E4E;
    padding-bottom: 5.3333333333vw;
  }
  .kz26sp-contents.kz26sp-05 {
    background-image: url("/static/full/images/cts/sm2/kazumi_collaboration_anniversary_2026spring/img_contents_no05_bg_sp.jpg");
    background-size: contain;
    background-position: top center;
  }
  .kz26sp-contents.kz26sp-05 .kz26sp-contents_bg::before {
    background-image: url("/static/full/images/cts/sm2/kazumi_collaboration_anniversary_2026spring/img_contents_no05_bg_sp.jpg");
  }
  .kz26sp-contents.kz26sp-05 .kz26sp-contents_bg.is-fixed {
    z-index: 25;
  }
  .kz26sp-contents.kz26sp-05 .kz26sp-contents_wrap {
    z-index: 30;
  }
  .kz26sp-contents.kz26sp-05 .kz26sp-contents_title {
    max-width: 21.0666666667vw;
  }
  .present {
    padding: 18.9333333333vw 0 13.3333333333vw;
  }
  .present__bg {
    width: 84vw;
    height: 208.2666666667vw;
    background-image: url("/static/full/images/cts/sm2/kazumi_collaboration_anniversary_2026spring/present_bg_sp.png");
  }
  .present__text {
    top: 95.2vw;
    left: 0;
    width: 100%;
  }
  .present__img01 {
    width: 100%;
    height: auto;
    margin-top: 10.1333333333vw;
  }
  .present__text1 {
    margin-top: 6.1333333333vw;
  }
  .present__novelty {
    width: 84vw;
    margin: 0 auto;
    display: block;
  }
  .present__img02 {
    top: 5.0666666667vw;
    left: 60.2666666667vw;
    width: 20.2666666667vw;
  }
  .footer_26sp {
    margin-bottom: 0;
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding-bottom: 13.0666666667vw;
  }
  .footer_26sp_left, .footer_26sp_right {
    flex-direction: row;
    justify-content: center;
    width: 100%;
  }
  .footer_26sp_right {
    margin-top: 15.4666666667vw;
    align-items: flex-end;
  }
  .footer_26sp_credit {
    font-size: 3.4666666667vw;
  }
  .footer_26sp_inner {
    margin-left: 3.2vw;
    margin-top: 0;
    font-size: 3.2vw;
  }
  .footer_26sp_inner br {
    display: none;
  }
  .footer_26sp_can {
    font-size: 4.2666666667vw;
    font-weight: 500;
    color: inherit;
    text-decoration: none;
  }
  .footer_26sp_item {
    display: block;
  }
  .footer_26sp_sep {
    display: none;
  }
  .footer_26sp_text-pc {
    display: none;
  }
  .footer_26sp_text-sp {
    display: block;
  }
  .footer_26sp_copyright {
    margin-left: 5.8666666667vw;
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .kz26sp-profile_inner {
    width: 725px;
  }

  .kz26sp-profile_unit {
    flex: 1;
  }
}
@media screen and (max-width: 767.999px) {
  .kz26sp-profile {
    padding: 0 8vw 13.3333333333vw;
  }

  .kz26sp-profile_inner {
    flex-direction: column;
    gap: 0;
    padding: 13.3333333333vw 17.3333333333vw 10.6666666667vw 10.6666666667vw;
  }
  .kz26sp-profile_inner > picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 149.6vw;
  }
  .kz26sp-profile_inner > picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .kz26sp-profile_img {
    width: 52vw;
    margin-left: 4vw;
  }

  .kz26sp-profile_unit {
    width: 63.7333333333vw;
    margin-top: 6.9333333333vw;
  }

  .kz26sp-profile_head::after {
    top: 7.2vw;
    width: 100%;
  }

  .kz26sp-profile_head_profile {
    width: 26.1333333333vw;
  }

  .kz26sp-profile_head_unit {
    margin-top: 5.8666666667vw;
    width: 63.7333333333vw;
  }

  .kz26sp-profile_head_name {
    width: 100%;
    padding: 0;
  }

  .kz26sp-profile_head_sns {
    gap: 2.6666666667vw;
  }

  .kz26sp-profile_head-sns_youtube {
    width: 7.2vw;
  }

  .kz26sp-profile_head-sns_insta {
    width: 5.6vw;
  }
}