@charset "UTF-8";


.spc_tit {
  background: linear-gradient(0deg, #222 0px, #222 2px, transparent 2px, transparent 5px,#222 5px, #222 7px) left bottom / 100% 7px no-repeat;
  color: #222;
}


/*
------------------------------------------------------------------------------------*/
.spc_halloween2022_txt {
  --fs: 2.6rem;
  --fh: 3.8rem;
  background: #fea000;
  color: #fff;
  font-size: var(--fs);
  text-align: center;
  line-height: var(--fh);
  margin: calc(0px + ((var(--fs) - var(--fh)) / 2)) 0;
  padding: 8px 0 32px;
}