@charset "UTF-8";
/*
    独自のcssファイル
    子テーマのcssファイルは使わずにこちらに記載すること
*/
/*
    こちらに記載したものは即時反映されます
*/
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDMincho&family=Cal+Sans&family=Comic+Relief:wght@400;700&family=DotGothic16&family=Kiwi+Maru&family=M+PLUS+Rounded+1c&family=Sawarabi+Gothic&display=swap");
body {
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: 400;
}

h1.page_title {
  border: none !important;
  border-bottom: 1px solid #eee !important;
}

.共通_ボタン90 {
  text-align: center;
}
.共通_ボタン90 input[type=button], .共通_ボタン90 button {
  background: linear-gradient(180deg, #f0f0f0, #b8b8b8);
  color: #000000;
  padding: 0 0 0 0;
  font-size: 12px;
  margin: 0;
  margin-left: 2.5px;
  margin-right: 2.5px;
  height: 25px;
  border-radius: 9999px 9999px 9999px 9999px;
  border: 1px solid black;
  width: 90%;
}
.共通_ボタン90 input[type=button]:active, .共通_ボタン90 button:active {
  background: #72777b;
}

.共通_ボタン45 {
  text-align: center;
}
.共通_ボタン45 input[type=button], .共通_ボタン45 button {
  background: linear-gradient(180deg, #f0f0f0, #b8b8b8);
  color: #000000;
  padding: 0 0 0 0;
  font-size: 12px;
  margin: 0;
  margin-left: 2.5px;
  margin-right: 2.5px;
  height: 25px;
  border-radius: 9999px 9999px 9999px 9999px;
  border: 1px solid black;
  width: 45%;
}
.共通_ボタン45 input[type=button]:active, .共通_ボタン45 button:active {
  background: #72777b;
}

.共通_ボタン30 {
  text-align: center;
}
.共通_ボタン30 input[type=button], .共通_ボタン30 button {
  background: linear-gradient(180deg, #f0f0f0, #b8b8b8);
  color: #000000;
  padding: 0 0 0 0;
  font-size: 12px;
  margin: 0;
  margin-left: 2.5px;
  margin-right: 2.5px;
  height: 25px;
  border-radius: 9999px 9999px 9999px 9999px;
  border: 1px solid black;
  width: 30%;
}
.共通_ボタン30 input[type=button]:active, .共通_ボタン30 button:active {
  background: #72777b;
}

.共通_ボタン10 {
  text-align: center;
}
.共通_ボタン10 input[type=button], .共通_ボタン10 button {
  background: linear-gradient(180deg, #f0f0f0, #b8b8b8);
  color: #000000;
  padding: 0 0 0 0;
  font-size: 12px;
  margin: 0;
  margin-left: 2.5px;
  margin-right: 2.5px;
  height: 25px;
  border-radius: 9999px 9999px 9999px 9999px;
  border: 1px solid black;
  width: 10%;
}
.共通_ボタン10 input[type=button]:active, .共通_ボタン10 button:active {
  background: #72777b;
}

.共通_カード詳細_カードNO {
  display: none;
}

.共通_カード詳細_テーブル tr td:nth-of-type(1) {
  width: 50%;
}

.共通_カード詳細_テーブル tr td:nth-of-type(2) {
  width: 50%;
}

.共通_デッキ詳細_カードNO {
  display: none;
}

.共通_アイコン {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 2em;
  text-align: left;
}
.共通_アイコン li {
  list-style-type: none;
  border: 1px solid;
  margin-right: 10px;
  border-radius: 10px 10px 10px 10px;
  width: 150px;
  height: 50px;
  display: flex;
  align-items: center;
  cursor: pointer;
  background: linear-gradient(180deg, #ddeeff, #a59aca);
}
.共通_アイコン li .共通_アイコン_ボタン {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.共通_アイコン li .共通_アイコン_ボタン img {
  width: 30px;
  height: 40px;
  margin-bottom: 0px;
  margin-left: 7px;
}
.共通_アイコン li .共通_アイコン_ボタン .共通_アイコン_テキスト {
  font-size: 11px;
  color: black;
  font-weight: 700;
  margin-left: 7px;
}

.デッキ詳細_カードリスト {
  text-align: left;
  border: 1px solid;
  font-size: 0px;
}
.デッキ詳細_カードリスト .デッキ詳細_カードリスト_タイトル {
  background-color: black;
  font-weight: bold;
  color: white;
  font-size: 11px;
}
.デッキ詳細_カードリスト .デッキ詳細_カードリスト_カードNO {
  display: none;
}
.デッキ詳細_カードリスト img {
  cursor: pointer;
  margin-bottom: 0px;
  width: 12.5%;
}

.カードショートコード_エリア .カードショートコード_カードNO {
  display: none;
}
.カードショートコード_エリア .カードショートコード_カード画像 img {
  cursor: pointer;
  width: 18%;
  margin-bottom: 3px;
}

.カードSC画像形式_コンテンツ .カードSC画像形式_カードNO {
  display: none;
}
.カードSC画像形式_コンテンツ .カードSC画像形式_カード画像 img {
  cursor: pointer;
  width: 18%;
  margin-bottom: 3px;
}

.カードSC表形式_コンテンツ .カードSC表形式_テーブル {
  width: 100%;
}
.カードSC表形式_コンテンツ .カードSC表形式_テーブル tr td:nth-of-type(1) {
  width: 20%;
}
.カードSC表形式_コンテンツ .カードSC表形式_テーブル tr td:nth-of-type(2) {
  width: 40%;
}
.カードSC表形式_コンテンツ .カードSC表形式_テーブル tr td:nth-of-type(3) {
  width: 40%;
}
.カードSC表形式_コンテンツ .カードSC表形式_テーブル .カードSC表形式_テーブル_カード画像 {
  width: 100%;
  text-align: center;
}
.カードSC表形式_コンテンツ .カードSC表形式_テーブル .カードSC表形式_テーブル_カード画像 p {
  margin-bottom: 0px;
}
.カードSC表形式_コンテンツ .カードSC表形式_テーブル .カードSC表形式_テーブル_カード画像 img {
  margin-bottom: 0px;
  width: 95%;
}

#nav_fixed {
  display: none !important;
}

.共通_ポップアップ {
  display: none;
  height: 100dvh;
  width: 100%;
  background: #000000;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
}

.共通_ポップアップ_コンテンツ {
  background-color: black;
  display: grid;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.共通_ポップアップ_上部 {
  height: 7svh;
  background-color: #f0f0f0;
  margin: 0 0 0 0;
  line-height: 7svh;
  text-align: right;
}
.共通_ポップアップ_上部 div {
  margin: 0 0 0 0;
}
.共通_ポップアップ_上部 input[type=button], .共通_ポップアップ_上部 button {
  color: #000000;
  font-size: 12px;
  margin: 0;
  width: 30%;
  border: none;
}
.共通_ポップアップ_上部 input[type=button]:active, .共通_ポップアップ_上部 button:active {
  background: #72777b;
}

.共通_ポップアップ_中部 {
  max-height: 86svh;
  overflow-y: auto;
  padding-left: 2%;
  padding-right: 2%;
  background-color: white;
}

.共通_ポップアップ_下部 {
  height: 7svh;
  background-color: #f0f0f0;
  margin: 0 0 0 0;
  line-height: 7svh;
  text-align: center;
}
.共通_ポップアップ_下部 div {
  margin: 0 0 0 0;
}

.共通_ポップアップ_全体 {
  padding-top: 2svh;
  padding-bottom: 2svh;
  height: 100svh;
  overflow-y: auto;
  padding-left: 2%;
  padding-right: 2%;
  background-color: white;
}

.共通_画像拡大 {
  text-align: center;
}

.共通_フォームテーブルB tr td:nth-of-type(1) {
  width: 30%;
  text-align: center;
  background-color: #f9f9f9;
}
.共通_フォームテーブルB tr td:nth-of-type(2) {
  width: 70%;
}
.共通_フォームテーブルB tr td:nth-of-type(3) {
  width: 0%;
}
.共通_フォームテーブルB tr td:nth-of-type(4) {
  width: 0%;
}
.共通_フォームテーブルB input[type=text] {
  width: 90%;
  height: 30px;
  border: 1px solid #000000;
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #000000;
  font-size: 13px;
}
.共通_フォームテーブルB input[type=number] {
  width: 90%;
  height: 30px;
  border: 1px solid #000000;
  background-color: #ffffff;
  border: 1px solid;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #000000;
}
.共通_フォームテーブルB select {
  width: 90%;
  height: 30px;
  border: 1px solid #000000;
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 13px;
}
.共通_フォームテーブルB textarea {
  width: 90%;
  height: 150px;
  border: 1px solid #000000;
  background-color: #ffffff;
  padding-left: 4px;
  padding-right: 4px;
  color: #000000;
  font-size: 13px;
}
.共通_フォームテーブルB input[type=button] {
  width: 90%;
  height: 30px;
  border: 1px solid #000000;
  background-color: #ffffff;
  border: 1px solid;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #000000;
}

.共通_フォームテーブルC tr td:nth-of-type(1) {
  width: 20%;
  text-align: center;
  background-color: #f9f9f9;
}
.共通_フォームテーブルC tr td:nth-of-type(2) {
  width: 30%;
}
.共通_フォームテーブルC tr td:nth-of-type(3) {
  width: 50%;
}
.共通_フォームテーブルC tr td:nth-of-type(4) {
  width: 0%;
}
.共通_フォームテーブルC input[type=text] {
  width: 90%;
  height: 30px;
  border: 1px solid #000000;
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #000000;
  font-size: 13px;
}
.共通_フォームテーブルC input[type=number] {
  width: 90%;
  height: 30px;
  border: 1px solid #000000;
  background-color: #ffffff;
  border: 1px solid;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #000000;
}
.共通_フォームテーブルC select {
  width: 90%;
  height: 30px;
  border: 1px solid #000000;
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 13px;
}
.共通_フォームテーブルC textarea {
  width: 90%;
  height: 150px;
  border: 1px solid #000000;
  background-color: #ffffff;
  padding-left: 4px;
  padding-right: 4px;
  color: #000000;
  font-size: 13px;
}
.共通_フォームテーブルC input[type=button] {
  width: 90%;
  height: 30px;
  border: 1px solid #000000;
  background-color: #ffffff;
  border: 1px solid;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #000000;
}

.共通_検索窓 {
  text-align: center;
  width: 100%;
}
.共通_検索窓 input[type=text] {
  border: 1px solid #000000;
  height: 45px;
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #000000;
  font-size: 13px;
  width: 70%;
}
.共通_検索窓 button {
  border: 1px solid #000000;
  height: 45px;
  margin-bottom: 0px;
  padding: 0 0 0 0;
  background-color: #c0c0c0;
  border-radius: 0px;
  border: none;
  width: 10%;
}
.共通_検索窓 button img {
  height: 70%;
  width: 70%;
  margin-bottom: 0px;
}
.共通_検索窓 input[type=button]:active, .共通_検索窓 button:active {
  background: #72777b;
}

.共通_ページネーション {
  text-align: center;
  text-align: center;
}
.共通_ページネーション input[type=number] {
  width: 30%;
  height: 30px;
  border: 1px solid #000000;
  background-color: #ffffff;
  text-align: center;
  color: #000000;
}
.共通_ページネーション input[type=button], .共通_ページネーション button {
  background: linear-gradient(180deg, #f0f0f0, #b8b8b8);
  color: #000000;
  padding: 0 0 0 0;
  font-size: 12px;
  margin: 0;
  margin-left: 2.5px;
  margin-right: 2.5px;
  height: 25px;
  border-radius: 9999px 9999px 9999px 9999px;
  border: 1px solid black;
  width: 25%;
}
.共通_ページネーション input[type=button]:active, .共通_ページネーション button:active {
  background: #72777b;
}
.共通_ページネーション input[type=button] {
  height: 30px;
  border-radius: 0px;
}

.ローディング {
  display: none;
  height: 100svh;
  width: 100%;
  background: #000000;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.ローディング .ローディング_コンテンツ {
  background-color: #ffffff;
  padding: 10px;
  padding-top: 25svh;
  width: 100%;
  height: 100svh;
  text-align: center;
}
.ローディング .ローディング_アニメーション {
  margin: 0 auto;
  width: 30svh;
  height: 30svh;
  border-radius: 99%;
  border: 5px solid #e6e6e6;
  border-top-color: #c0c0c0;
  animation: loadingpopup 2s infinite;
}
@keyframes loadingpopup {
  to {
    transform: rotate(360deg);
  }
}
.ローディング .ローディング_画像 {
  margin: 0 auto;
  width: 30svh;
  height: 30svh;
}
.ローディング .ローディング_テキスト {
  margin-top: 5svh;
  height: 10svh;
  font-family: "Arial", sans-serif;
  font-size: 24px;
  padding: 20px 20px;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 0px;
}

.共通_スクロール制限 {
  position: fixed;
  overflow: hidden;
}/*# sourceMappingURL=my-custom-style.css.map */