/* 選択済みA案の余白・文字・静止画像を維持するLP専用の操作表現。 */
@media(prefers-reduced-motion:no-preference){
  .quiet-motion .button,.quiet-motion .nav-cta,.quiet-motion .language-switch{
    transition:background-color .2s ease,color .2s ease,border-color .2s ease!important;
  }
  .quiet-motion .button>svg,.quiet-motion .text-link>svg,.quiet-motion .nav-cta>svg{
    transition:transform .22s cubic-bezier(.22,.61,.36,1)!important;
  }
  .quiet-motion .journey-steps li>span{transition:background-color .35s ease,border-color .35s ease!important}
  .quiet-motion .journey-steps li.is-reached>span{background:#483953;border-color:#baa8cf}
  @media(hover:hover) and (pointer:fine){
    .quiet-motion .button:hover>svg,.quiet-motion .text-link:hover>svg,.quiet-motion .nav-cta:hover>svg{transform:translateX(3px)}
  }
}
@media(prefers-reduced-motion:reduce){
  .quiet-motion *,.quiet-motion *::before,.quiet-motion *::after{animation:none!important;transition:none!important}
}
