@media (min-width: 768.02px) {
  .styles_themeHeaderTitle__Yu4NA {
    width: 35.5rem;
  }
}

.styles_applyButton__WD20Q {
  width: 11.8rem;
}

.styles_applyButton__WD20Q img {
  transition: 0.3s;
}

/* animation */
.fade-animation {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  /* 0.8秒かけてアニメーション */
}

.fade-animation.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.styles_themeHeaderTitle__Yu4NA {
  /* margin-top: 40px !important; 余白を調整したい場合 */
  text-align: center !important;
}

.styles_themeHeaderTitle__Yu4NA svg {
  width: 100% !important;
  /* max-width: 400px !important; */
}

/* .styles_themeHeaderTitle__Yu4NA svg,
.styles_themeHeaderTitle__Yu4NA path {
  animation-play-state: paused !important;
} */

.styles_themeHeaderTitle__Yu4NA.is-visible svg,
.styles_themeHeaderTitle__Yu4NA.is-visible path {
  animation-play-state: running !important;
}

/*===============
 「あい」コンテナ 
 ================*/
#lottie-container {
  width: 19.375rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 0;
}

/* Lottieが描画するSVG要素のサイズ調整 */
#lottie-container svg {
  width: 100% !important;
  height: auto !important;
}

/* PCサイズ（画面幅768.02px以上）の設定 */
@media (min-width: 768.02px) {
  #lottie-container {
    width: 41rem;
    margin-bottom: 0.375rem;
  }

}

/*===============
 ------2026------
 ================*/

.styles_cautionText__hfbMu {

  a {
    font-size: 0.75rem;
  }
}

.styles_cautionText__hfbMu--noflex {

  a {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

/* gradation */
.styles_detailsBg__CqG9X[data-index="2"] {
  background-image: linear-gradient(-45deg, #1ac1ff, #00cfbc, #00da43);
  opacity: 0.75;
}

.styles_detailsBg__CqG9X[data-index="3"] {
  background-image: linear-gradient(135deg, #ff35c5, #aead88, #00da43);
  opacity: 0.75;
}

.styles_detailsBg__CqG9X[data-index="5"] {
  background-image: linear-gradient(135deg, #1ac1ff, #be8fe2, #ff35c5);
  opacity: 0.75;
}

.styles_detailsBg__CqG9X[data-index="6"] {
  background-image: linear-gradient(135deg, #1ac1ff, #00cfbc, #00da43);
  opacity: 0.75;
}

/* 審査員 */
.styles_detailsName__zQiVK>span {
  z-index: 2;
}

@media (min-width: 768.02px) {

  .styles_cautionText__hfbMu {
    display: inline;
    line-height: 1.5;

    a {
      font-size: 1.0625rem;
    }
  }

  .styles_cautionText__hfbMu--noflex {
    display: inline;

    a {
      font-size: 1.0625rem;
      line-height: 1.625rem
    }
  }

  .styles_cautionText__hfbMu:before {
    top: 0.5em;
  }

  .styles_container__pCqhw>span {
    height: 1.5rem;
  }

  .styles_cautionList__SX6N3 {
    display: flex;
    flex-direction: column;
    gap: 2.5rem 0;
    gap: 1.75rem 0;
  }

}