/*
Theme Name: DROP Child LP
Template: drop_tcd087
Version: 1.0
*/
:root {
  --tcd-font-type-logo: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}

/* LP top first view: avoid LCP text render delay on mobile */
@media screen and (max-width: 767px) {
  #header_slider .first_item .caption .animate_item,
  #header_slider .first_item .caption .first_animate_item,
  #header_slider .first_item .caption .desc,
  #header_slider .first_item .caption .desc p,
  #header_slider .first_item .caption .desc p.mobile,
  #header_slider .first_item .caption .catch,
  #header_slider .first_item .caption .design_button {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
    transition-delay: 0s !important;
    animation-delay: 0s !important;
  }
}

