
/*▼ ハロウィンのみ ▼ */

.halloween .winter-catch {
  color: #dd06a5 !important;
  font-weight: 600 !important;
  text-shadow: none !important;
}

.halloween .copyBox{
  color: #dd06a5 !important;
  padding-top: 3rem;
}

.halloween .textBox {
  color: #0b0000;
  padding-top: 2rem;
}

.halloween .grid-container {
    grid-template-rows:auto 1fr !important;
} 


@media (max-width: 999px) {

    .halloween .title_block {
        padding-top: 1rem;
    }

}

.halloween .header-wrapper {
    padding: 8% 0 !important;
}

