.technology-category-season {
  position: relative;
  margin: 73px auto 0;
  width: 100%;
  max-width: 1440px;
}

@media screen and (max-width: 768px) {
  .technology-category-season {
    margin-top: 34px;
  }
}

.technology-category-season-toggle {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  width: 180px;
  height: 40px;
  background: #fff;
  border-radius: 9999px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  z-index: 3;
}

.technology-category-season-toggle-bg {
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(50% - 6px);
  height: calc(100% - 6px);
  background: #F26A02;
  border-radius: 9999px;
  transition: all 0.3s ease;
  z-index: 1;
}

.technology-category-season-toggle-btn {
  flex: 1;
  border: none;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  z-index: 2;
  transition: color 0.3s ease;
}

.technology-category-season-toggle-btn.active {
  color: #fff;
}

.technology-category-season-toggle-btn:not(.active) {
  color: #333;
}

.technology-category-season-toggle.is-winter .technology-category-season-toggle-bg {
  left: calc(50% + 3px);
  background: #58ADFD;
}

.technology-category-season-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.technology-category-season-image img {
  display: block;
}

@media screen and (max-width: 768px) {
  .technology-category-season-image img {
    display: none;
  }
}

.technology-category-season-image video {
  display: none;
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  .technology-category-season-image video {
    display: block;
    transform: scale(1.005);
  }
}

.technology-category-season-image-gif {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .technology-category-season-text-wrap {
    position: relative;
    margin-top: -8.6514vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 17px 10px;
    z-index: 1;
  }
}

.technology-category-season-text {
  position: absolute;
  width: 148px;
  padding: 24px 0;
  border-radius: 16px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.technology-category-season-text.summer {
  background: rgba(88, 173, 253, 0.85);
}

.technology-category-season-text.summer.is-01 {
  top: 24.5%;
  left: 27%;
}

.technology-category-season-text.summer.is-02 {
  top: 30%;
  right: 27%;
}

.technology-category-season-text.summer.is-03 {
  top: 78%;
  left: 27%;
}

.technology-category-season-text.summer.is-04 {
  top: 78%;
  right: 40%;
}

.technology-category-season-text.winter {
  background: rgba(242, 106, 2, 0.85);
}

.technology-category-season-text.winter.is-01 {
  top: 24.5%;
  left: 27%;
}

.technology-category-season-text.winter.is-02 {
  top: 30%;
  right: 27%;
}

.technology-category-season-text.winter.is-03 {
  top: 78%;
  left: 27%;
}

.technology-category-season-text.winter.is-04 {
  top: 78%;
  right: 40%;
}

@media screen and (max-width: 1440px) {
  .technology-category-season-text {
    width: 10.27778vw;
    padding: 1.66667vw 0;
    border-radius: 1.11111vw;
    font-size: 0.83333vw;
  }
}

@media screen and (max-width: 768px) {
  .technology-category-season-text {
    position: static;
    width: 40.20356vw;
    padding: 2.79898vw 0;
    border-radius: 2.03562vw;
    font-size: 3.05344vw;
  }
}

.technology-category-season-text span {
  display: block;
  font-size: 14px;
  font-weight: 500;
}

@media screen and (max-width: 1440px) {
  .technology-category-season-text span {
    font-size: 0.97222vw;
  }
}

@media screen and (max-width: 768px) {
  .technology-category-season-text span {
    font-size: 3.56234vw;
  }
}

.technology-category-season-text .technology-super {
  display: inline;
  font-size: 80%;
}

.technology-category-season-image.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.technolog-category-season-notes {
  display: block;
  margin: 10px 0 0 auto;
  max-width: 1180px;
  font-size: 12px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .technolog-category-season-notes {
    max-width: 82.95165vw;
    margin: 10px auto 0;
    font-size: 10px;
    text-align: left;
  }
}

.technology-category-section-image {
  position: relative;
}

.technology-category-section-image > img {
  display: block;
}

@media screen and (max-width: 768px) {
  .technology-category-section-image > img {
    display: none;
  }
}

.technology-category-section-image video {
  display: none;
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  .technology-category-section-image video {
    display: block;
  }
}

.technology-category-section-image .technology-category-section-image-gif {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .technology-category-section-image {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}

.technology-category-section-image.is-02 {
  width: 1144px;
}

@media screen and (max-width: 1200px) {
  .technology-category-section-image.is-02 {
    width: 95.33333vw;
  }
}

@media screen and (max-width: 768px) {
  .technology-category-section-image.is-02 {
    width: calc(100% + 130px);
    margin-left: -65px;
  }
}

.technology-category-section-image.is-03 {
  margin-left: -38px;
}

@media screen and (max-width: 1255px) {
  .technology-category-section-image.is-03 {
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .technology-category-section-image.is-03 {
    width: calc(100% + 60px);
    margin-left: -30px;
  }
}

.technology-category-section-image-caption {
  position: absolute;
  right: 0;
  z-index: 1;
}

.technology-category-section-image-caption.is-02 {
  top: -80px;
}

@media screen and (max-width: 1200px) {
  .technology-category-section-image-caption.is-02 {
    top: -6.66667vw;
  }
}

@media screen and (max-width: 768px) {
  .technology-category-section-image-caption.is-02 {
    top: 0;
  }
}

.technology-category-section-image-caption.is-03 {
  top: 20px;
}

@media screen and (max-width: 1200px) {
  .technology-category-section-image-caption.is-03 {
    top: 1.66667vw;
  }
}

@media screen and (max-width: 768px) {
  .technology-category-section-image-caption.is-03 {
    top: 0;
  }
}

@media screen and (max-width: 1200px) {
  .technology-category-section-image-caption {
    width: 25.91667vw;
  }
}

@media screen and (max-width: 768px) {
  .technology-category-section-image-caption {
    position: relative;
    top: auto;
    margin: auto;
    width: 79.13486vw;
    z-index: 1;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .technology-category-section-image-caption + img {
    margin-top: -20px;
  }
}
