* {
    overflow-x: hidden;
    margin: 0;
	padding: 0;
}

#custom-cursor {
      display: none;
      width: 30px;
      height: 30px;
      border: solid 3px rgba(0, 0, 0, 0.5);
      border-radius: 50%; /* 円形のカーソルを作成 */
      position: fixed;
      z-index: 9999; /* カーソルが最前面に表示されるようにする */
    }

a {
    text-decoration: none;
    color: #000;
    cursor: default;
}

table {
  border-collapse: collapse;
}

th {
    border: 1px solid #000;
  background: #ccc;
}

td {
  border: 1px solid #ccc;
  padding: 8px;
}

tr:nth-child(even) {
  background: #efefef;
}

tr:hover {
  background: #d1d1d1;
}

label > input {
    display: none; /* アップロードボタンのスタイルを無効にする */
}

.setting-button {
    margin: 20px;
}

.bank-button {
    margin: 20px;
}

.standard-button {
    padding: 5px;
    width: fit-content;
    text-align: center;
    cursor: pointer;
    border: solid 1px black;
}
.button-subtitle {
    font-size: 14px;
    text-align: center;
}

#reset-button {
    color: red;
    border: solid 2px red;
}

#alert {
    display: none;
}

.category {
    width: 100%;
    padding: 20px;
    border: solid 1px #000000;
}

#candy {
    width: 100%;
    padding: 20px;
    border: solid 1px black;
}

#main {
    overflow-y: hidden;
    padding: 19px;
    width: 100%;
    border: solid 1px black;
    text-align: center;
}

#stats {
    display: none;
}

#collection {
    display: none;
}

#setting {
    display: none;
}

#cards {
    display: none;
}

#bank {
    display: none;
}

#items {
    display: none;
}

#pass {
    display: none;
}

#rank {
    display: none;
}

#achivement {
    display: none;
}

.box {
    overflow: hidden;
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: white;
    outline: 2px solid rgb(0, 0, 0);
    z-index: 0;
}

#block {
    position: absolute;
    top: 200px;
    left: 50%;
    border: 3px solid #c1c1c1;
    transform: translateX(-50%);
}

#stick {
    position: absolute;
    top: 400px;
    left: 50%;
    border: 3px solid #c1c1c1;
    transform: translateX(-50%);
    opacity: 0.5;
}

#ecube {
    position: absolute;
    top: 600px;
    left: 50%;
    border: 3px solid #c1c1c1;
    transform: translateX(-50%);
    opacity: 0.5;
}

#wand {
    position: absolute;
    top: 600px;
    left: 25%;
    border: 3px solid #c1c1c1;
    transform: translateX(-25%);
    opacity: 0.5;
}

#sword {
    position: absolute;
    top: 600px;
    left: 75%;
    border: 3px solid #c1c1c1;
    transform: translateX(-75%);
    opacity: 0.5;
}

#dcwand {
    position: absolute;
    top: 800px;
    left: 25%;
    border: 3px solid #c1c1c1;
    transform: translateX(-25%);
    opacity: 0.5;
}

#bwand {
    position: absolute;
    top: 800px;
    left: 15%;
    border: 3px solid #c1c1c1;
    transform: translateX(-15%);
    opacity: 0.5;
}

#twand {
    position: absolute;
    top: 1000px;
    left: 25%;
    border: 3px solid #c1c1c1;
    transform: translateX(-25%);
    opacity: 0.5;
}

#dsword {
    position: absolute;
    top: 800px;
    left: 75%;
    border: 3px solid #c1c1c1;
    transform: translateX(-75%);
    opacity: 0.5;
}

#tsword {
    position: absolute;
    top: 1000px;
    left: 75%;
    border: 3px solid #c1c1c1;
    transform: translateX(-75%);
    opacity: 0.5;
}

#lastsword {
    position: absolute;
    top: 1200px;
    left: 75%;
    border: 3px solid #c1c1c1;
    transform: translateX(-75%);
    opacity: 0.5;
}

#lastwand {
    position: absolute;
    top: 1200px;
    left: 25%;
    border: 3px solid #c1c1c1;
    transform: translateX(-25%);
    opacity: 0.5;
}

#knife {
    position: absolute;
    top: 200px;
    left: 75%;
    border: 3px solid #c1c1c1;
    transform: translateX(-75%);
    opacity: 0.5;
}

#bow {
    position: absolute;
    top: 200px;
    left: 50%;
    border: 3px solid #c1c1c1;
    transform: translateX(-50%);
    opacity: 0.5;
}

#spear {
    position: absolute;
    top: 200px;
    left: 25%;
    border: 3px solid #c1c1c1;
    transform: translateX(-25%);
    opacity: 0.5;
}

#feather_knife {
    position: absolute;
    top: 400px;
    left: 75%;
    border: 3px solid #c1c1c1;
    transform: translateX(-75%);
    opacity: 0.5;
}

.mastery {
    position: absolute;
}

.rarity {
    position: absolute;
    right: 0;
}

.w_level {
    position: absolute;
    right: 0;
    bottom: 0;
}

.bought {
    opacity: 1 !important;
}

.collection-series {
    padding: 10px;
    width: 100%;
    border-bottom: solid 1px black;
    text-align: center;
}

.collection_tree {
    width: 100%;
    padding: 10px;
    border: solid 1px black;
}

#ct_02_open {
    visibility: hidden;
}
#ct_demo_open {
    visibility: hidden;
}

#ct_02 {
    display: none;
}

#ct_demo {
    display: none;
}

.tooltip {
    overflow: hidden;
    position: fixed;
    bottom: -40px;
    left: 50%;
    width: 600px;
    height: 200px;
    border: solid 2px rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    transform: translate(-50%, -50%);
    z-index: 1;
} .tooltip img {
    position: absolute;
    bottom: -2px;
    right: -2px;
    border: 2px solid rgb(0, 0, 0);
}

#block_tt {
    display: none;
} #block:hover + #block_tt {
    display: block;
}

#stick_tt {
    display: none;
} #stick:hover + #stick_tt {
    display: block;
}

#ecube_tt {
    display: none;
} #ecube:hover + #ecube_tt {
    display: block;
}

#wand_tt {
    display: none;
} #wand:hover + #wand_tt {
    display: block;
}

#sword_tt {
    display: none;
} #sword:hover + #sword_tt {
    display: block;
}

#dcwand_tt {
    display: none;
} #dcwand:hover + #dcwand_tt {
    display: block;
}

#bwand_tt {
    display: none;
} #bwand:hover + #bwand_tt {
    display: block;
}

#dsword_tt {
    display: none;
} #dsword:hover + #dsword_tt {
    display: block;
}

#tsword_tt {
    display: none;
} #tsword:hover + #tsword_tt {
    display: block;
}

#twand_tt {
    display: none;
} #twand:hover + #twand_tt {
    display: block;
}

#lastsword_tt {
    display: none;
} #lastsword:hover + #lastsword_tt {
    display: block;
}

#lastwand_tt {
    display: none;
} #lastwand:hover + #lastwand_tt {
    display: block;
}

#bow_tt {
    display: none;
} #bow:hover + #bow_tt {
    display: block;
}

#spear_tt {
    display: none;
} #spear:hover + #spear_tt {
    display: block;
}

#knife_tt {
    display: none;
} #knife:hover + #knife_tt {
    display: block;
}

#feather_knife_tt {
    display: none;
} #feather_knife:hover + #feather_knife_tt {
    display: block;
}

.level {
    text-align: center;
    border: solid 1px rgb(0, 0, 0);
}

#l0 {
    background-color: yellow;
}

#l0_reward_n {
    background-color: yellow;
}

.lup {
    background-color: yellow;
}

.acq {
    background-color: rgb(255,140,0) !important;
}

#bank_level {
    position: absolute;
    width: 70%;
    height: 20px;
    border-radius: 0;
    transform: skewX(40deg) translateX(-50%);
    border: solid 1px #000;
    left: 50%;
}

.progress_word {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
}

#arcana_img {
    text-align: center;
}

#arcana_1_tt {
    display: none;
} #arcana_1:hover + #arcana_1_tt {
    display: block;
}

#arcana_2_tt {
    display: none;
} #arcana_2:hover + #arcana_2_tt {
    display: block;
}

#arcana_3_tt {
    display: none;
} #arcana_3:hover + #arcana_3_tt {
    display: block;
}

#arcana_4_tt {
    display: none;
} #arcana_4:hover + #arcana_4_tt {
    display: block;
}

#arcana_5_tt {
    display: none;
} #arcana_5:hover + #arcana_5_tt {
    display: block;
}

#arcana_6_tt {
    display: none;
} #arcana_6:hover + #arcana_6_tt {
    display: block;
}

#arcana_7_tt {
    display: none;
} #arcana_7:hover + #arcana_7_tt {
    display: block;
}

#arcana_8_tt {
    display: none;
} #arcana_8:hover + #arcana_8_tt {
    display: block;
}

#arcana_9_tt {
    display: none;
} #arcana_9:hover + #arcana_9_tt {
    display: block;
}

#arcana_10_tt {
    display: none;
} #arcana_10:hover + #arcana_10_tt {
    display: block;
}

#arcana_11_tt {
    display: none;
} #arcana_11:hover + #arcana_11_tt {
    display: block;
}

#arcana_12_tt {
    display: none;
} #arcana_12:hover + #arcana_12_tt {
    display: block;
}

.color_b {
    position: absolute;
    line-height: 0;
    outline: solid 3px rgb(0, 0, 0);
    border: solid 3px rgb(183, 144, 128);
}

.color_s {
    position: absolute;
    line-height: 0;
    margin-top: 200px;
    outline: solid 3px rgb(0, 0, 0);
    border: solid 3px rgb(209, 209, 221);
}

.color_g {
    position: absolute;
    line-height: 0;
    margin-top: 400px;
    outline: solid 3px rgb(0, 0, 0);
    border: solid 3px rgb(214, 161, 64);
}

.color_p {
    position: absolute;
    line-height: 0;
    margin-top: 600px;
    outline: solid 3px rgb(0, 0, 0);
    border: solid 3px rgb(109, 252, 255);
}

.color_d {
    position: absolute;
    line-height: 0;
    margin-top: 800px;
    outline: solid 3px rgb(0, 0, 0);
    border: solid 3px rgb(37, 172, 255);
}

.color_m {
    position: absolute;
    line-height: 0;
    margin-top: 1000px;
    outline: solid 3px rgb(0, 0, 0);
    border: solid 3px rgb(208, 125, 255);
}

#b1 {
    left: 25%;
    transform: translateX(-25%);
    opacity: 0.5;
}

#b2 {
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.5;
}

#b3 {
    left: 75%;
    transform: translateX(-75%);
    opacity: 0.5;
}

#s1 {
    left: 25%;
    transform: translateX(-25%);
    opacity: 0.5;
}

#s2 {
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.5;
}

#s3 {
    left: 75%;
    transform: translateX(-75%);
    opacity: 0.5;
}

#g1 {
    left: 25%;
    transform: translateX(-25%);
    opacity: 0.5;
}

#g2 {
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.5;
}

#g3 {
    left: 75%;
    transform: translateX(-75%);
    opacity: 0.5;
}

#p1 {
    left: 25%;
    transform: translateX(-25%);
    opacity: 0.5;
}

#p2 {
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.5;
}

#p3 {
    left: 75%;
    transform: translateX(-75%);
    opacity: 0.5;
}

#d1 {
    left: 25%;
    transform: translateX(-25%);
    opacity: 0.5;
}

#d2 {
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.5;
}

#d3 {
    left: 75%;
    transform: translateX(-75%);
    opacity: 0.5;
}

#m1 {
    left: 25%;
    transform: translateX(-25%);
    opacity: 0.5;
}

#m2 {
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.5;
}

#m3 {
    left: 75%;
    transform: translateX(-75%);
    opacity: 0.5;
}