
/* --------------------------------------------------

01 トップページ

-------------------------------------------------- */

/* - KV
-------------------------------------------------- */

.main {
  position: relative;
}

.main::before {
  content: "";
  display: block;
  position: absolute;
  top: -1%;
  left: 0px;
  z-index: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 800 / 2324;
  background-image: url(../img/kv_all2.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.main .kv {
  position: relative;
  z-index: 0;
  padding-bottom: 195%;
  box-sizing: border-box;
}

.main .kv .title {
  text-align: center;

  & img {
      width: 100%;
  }
}

/* - コンテンツリスト
-------------------------------------------------- */

.top_image_menu {
  padding: 1rem;
  padding-bottom: 2rem;
}

.top_image_menu p{
  color: #ffffff;
  margin-top: 0.875rem;
}

.top_image_menu a {
  display: block;
}

.top_image_menu_item {
  margin-top: 2.125rem;
  opacity: 0; /* 初期状態で非表示 */
}

.top_image_menu_item.disabled {
  pointer-events: none;
  filter: brightness(50%);
}
