@charset "utf-8";

/* HEADER
------------------------------- */
/* .page-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgb(13, 180, 163);
} */

/* .logo {
  width: 61px;
  height: 39px;
  margin: 10px;
  background-image: url('../images/index.png?ver=1.00');
  background-size: 60px;
  background-repeat: no-repeat;
} */

/* .entry {
  width: 43px;
  height: 43px;
  margin: 7px;
  background-image: url('../images/entry.png?ver=1.00');
  background-size: 43px;
  position: absolute;
} */

body {
  margin: 0;
  /* font-family: "Futura", Helvetica, sans-serif; */
}

/* Navbar & Navmenu color */
:root {
  --background-navbar: rgba(255, 255, 255, 0.98);
}

#header {
  background: var(--background-navbar);
  width: 100%;
  height: 56px;
  background-color: rgb(209, 88, 142);
  /* position: sticky; */
  /* top: 0; */
  z-index: 999;
  position: fixed;
  bottom: 0;
}

.headerpoiyatu {
  width: 100%;
  height: 16px;
  background-color: rgb(13, 180, 163);
}

.header {
  display: flex;
  /* Flexboxを使用 */
  justify-content: center;
  /* 中央に配置 */
  align-items: center;
  /* 垂直方向も中央に配置 */
  height: 100%;
  /* ヘッダーの高さを指定（必要に応じて調整） */
  z-index: 999;
  padding: 0 0 10px 0;
}

.header div {
  margin: 0 auto;
  /* 各タブ間のマージン */
}

.header a {
  width: 45px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  text-decoration: none;
  color: white;
  display: block;
  padding: 22px 0px 0px 0;
  text-align: center;
}

[class^="tab-"] {
  background-position: center;
}

/* 各タブの画像を設定 */
.tab-top {
  background-image: url('../images/home.png?ver=1.00');
}

.tab-rules {
  background-image: url('../images/rules.png?ver=1.00');
}

.tab-decks {
  background-image: url('../images/deck.png?ver=1.00');
}

.tab-qa {
  background-image: url('../images/faq.png?ver=1.00');
}


/* FOOTER
------------------------------- */
footer {
  text-align: center;
  height: 40px;
  background-color: rgb(13, 180, 163);
  position: relative;
}

footer p {
  color: rgb(0, 0, 0);
  font-size: 1rem;
  font-weight: bolder;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

/* FOOTER
------------------------------- */
.footerIP {
  text-align: center;
  height: 120px;
  background-color: white;
  position: relative;
}

.footerIP p {
  color: rgb(0, 0, 0);
  font-size: 0.7rem;
  font-weight: bolder;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 10px;
}

div#footer {
  margin: 0 0 50px 0;
}

div#footer_IP {
  margin: 0 0 50px 0;
}