﻿/* =======================================================================
setting
======================================================================= */
/** PCSP ****/
:root {
  --baseFont: 'Noto Sans JP', sans-serif;
  --titleFont: 'League Gothic', sans-serif;
  --otherFontNormal: 'Helvetica Neue LT Pro 55 Roman', sans-serif;
  --otherFontMidium: 'Helvetica Neue LT Pro 65 Medium', sans-serif;
  --otherFontBold: 'Helvetica Neue LT Pro 75 Bold', sans-serif;
  
  
  --hoverTransition: opacity .3s ease;
  --hoverOpacity: .5;
  
  --spSetSize: (10 * (100vw / 750));
}


