@charset "UTF-8";


.spc_tit {
  background: linear-gradient(0deg, #222 0px, #222 1px, transparent 1px, transparent 4px,#222 4px, #222 5px) left bottom / 100% 5px no-repeat;
  color: #222;
}


/*
------------------------------------------------------------------------------------*/
.spc_halloween2021_txt {
  background: #000;
  --fs: 1.4rem;
  --fh: 2.2rem;
  color: #fff;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: calc(0px + ((var(--fs) - var(--fh)) / 2)) 0;
  padding: 16px 16px 20px;
}