@charset "utf-8";

html,
body,
#container {
  height: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  color: #ffffff;
  font-family: "Poppins", "Kosugi", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 1em;
  background: #000000;
  -webkit-text-size-adjust: none;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
dl,
dt,
dd,
form,
figure,
form {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  font-weight: normal;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

iframe {
  width: 100%;
}

a {
  color: #bbbbbb;
  transition: 0.4s;
  text-decoration: none;
}

a:hover {
  color: #ffffff;
  text-decoration: none;
}

#container {
  overflow: auto;
  margin: 0 auto;
  max-width: 1050px;
  padding: 0px 15px;
  user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.main-header {
  text-align: center;
  margin-bottom: 15px;
}

.main-header h1 {
  font-size: 2.3em;
  margin-top: 25px;
  font-family: "Poppins", "Kosugi", sans-serif;
}

.main-header .lead {
  font-size: 1em;
  color: #bbb;
  margin-top: 10px;
  margin-bottom: 28px;
  font-family: "Playwrite HR", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  height: 22px;
}

.main-header .lead::before {
  content: "-　";
}

.main-header .lead::after {
  content: "　-";
}

@keyframes lead-fade-in {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes lead-fade-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-20px);
  }
}

.slide-fade {
  transition: opacity 0.5s, transform 0.5s;
}

.profile-link {
  display: inline-flex;
  padding: 8px 24px;
  background: #222;
  color: #fff;
  border-radius: 16px;
  font-size: 1rem;
  text-decoration: none;
  transition: background-color 0.3s;
  margin-bottom: 8px;
  justify-content: center;
  align-items: center;
}

.profile-link:hover {
  background-color: #444;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 15px;
  margin: 0 auto;
  max-width: 800px;
}

.card {
  background: #1b1b1b;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
  padding: 14px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.card h2 {
  clear: both;
  margin-bottom: 4px;
  font-size: 1.3em;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #ffffff;
}

.card p {
  font-size: 0.8em;
  color: #ccc;
  margin: 0;
}

.card:hover {
  background-color: #333;
}

.card.comingsoon {
  color: #aaa;
  background: #131313;
  pointer-events: none;
}

.card.comingsoon h2,
.card.comingsoon p {
  color: inherit;
  font-family: "Playwrite HR", "Kosugi", sans-serif;
  letter-spacing: -0.073em;
}

.comingsoon {
  color: #aaa;
}

footer {
  clear: both;
  text-align: center;
  font-size: 0.8em;
  padding: 20px;
}

footer a {
  text-decoration: none;
}
