@charset "utf-8";
/*
.any {
  @mixin objectfit;
}
@mixin objectfit; でcover:デフォルト
@mixin objectfit contain; でcontain等に上書き
object-fit-images用
*/
@media (min-width: 1201px),print {
  .detail__ttl04 {
    margin: 48px 0 24px;
    font-size: 1rem;
    font-weight: 700;
  }
  .bold {
    font-weight: 700;
  }
  .sp_br {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {  
  .detail__ttl04 {
    margin: calc( var(--vw) * 3.75 ) 0 calc( var(--vw) * 1.875 );
    font-size: calc( var(--vw) * 1.25 );
    font-weight: 700;
  }
  .bold {
    font-weight: 700;
  }
  .sp_br {
    display: none;
  }  
}
@media only screen and (max-width: 767px) {
  .detail__ttl04 {
    margin:4.947916666666666vw 0 3.125vw;
    font-size: 3.6458333333333335vw;
    font-weight: 700;
  }
  .bold {
    font-weight: 700;
  }
  .sp_br {
    display: block;
  }     
}