/* ========================================
   20260830entp - Style Sheet
   ======================================== */

html, body {
  margin: 0;
  padding: 0;
}

body {
  background: #fdfdfd;
  color: #1c1a1e;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #e5006e;
  text-decoration: none;
}

a:hover {
  color: #0f9cbd;
}

* {
  box-sizing: border-box;
}

.image-slot {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hover-1:hover {
  background: #ff3d90;
}

.hover-2:hover {
  background: #c30060;
}

/* Responsive */
@media (max-width: 768px) {
  section {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
