* {
    cursor: url(../img/wolf.png), auto;
}
a {
    cursor: url(../img/Shunkai-Games.png), auto;
}

body {
    margin: 0%;
    background-color: #000000;
}
h1, h2, h3, h4 {
    font-weight: 100;
}
.top-bar {
    background-color: #00212b;
    top: 0%;
    z-index: 1;
    font-family: Orbitron;
    color: white;
    font-size: 120%;
    padding: 10px;
}

.homeb {
    text-align: right;
    gap: 10px;
    padding-right: 50px;
}
.homeb a {
    position: absolute;
    z-index: 2;
    color: white;
    font-size: 100%;
    top: 10px;
    right: 30px;
    text-decoration: none; 
    transition: color 1s;
}
.homeb  a::after {
    content: ''; /* コンテンツの追加 */
    position: absolute; /* 絶対位置 */
    left: 0; /* 左からの位置 */
    bottom: -5px; /* 下からの位置 */
    width: 0; /* 幅 */
    height: 2px; /* 高さ */
    background-color: #ffffff; /* 背景色 */
    transition: width 0.2s ease-in-out; /* アニメーションの設定 */
  }
  .homeb a:hover::after {
    width: 100%; /* 幅を100%に */;
  }
.container {
    display: flex;
    justify-content: space-between;
    padding: 0px;
}
.sidebar {
    flex: 0.6;
    background-color:#004d63;
    font-size: 80%;
    font-family: Orbitron;
    padding: 10px;
    color: white;
    margin-right: 20px;
}

.gametitle {
    float: left;
}
.gametitle > .gamestit > a {
    text-decoration:none;
    color: #ffffff;
}
.gametitle > .gamestit > b {
    font-size: 125%;
    color: #0099ff;
    padding-bottom: 5px;
}
.gamestit {
    float: left;
    margin: 20px 10px 0px 10px;
    border-bottom: solid 2.5px #ffffff00;
    border-right: solid 10px #ffffff00;
    border-top: solid 2.5px #0099ff;
    border-left: solid 10px #0099ff;
    color: #ffffff;
    font-size: 110%;
    padding: 0px 10px 10px 10px;
    width: 40%;
}
.gamestit img {
    float: left;
    margin-right: 10px;
    width: 45%;
}
.main-content {
    color: #ffffff;
    flex: 3;
    padding: 20px;
    font-family: Orbitron;
}
.main-content p{
    border-top: solid 2.5px rgb(0, 0, 0);
    border-right: solid 10px rgb(0, 0, 0);
    border-bottom: solid 2.5px #0099ff;
    border-left: solid 10px #0099ff;
    color: #ffffff;
    padding: 15px;
    font-size: 115%;
}
.bottom {
    background-color: #333;
    top: 0%;
    z-index: -2;
    font-family: Orbitron;
    color: white;
    padding: 10px;
}

.scroll{
    height: 100vh;
    width: 100%;
    overflow: auto;
  }
  iframe{
    background-color: #000000;
  }


  #warning {
    display: none;
    position: fixed;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/アンチパイラシースクリーン.jpeg);
    font-family: "Playfair Display", serif;
    text-shadow: #000000 3px 0px 2px;
    background-size: cover;
    background-color: #000000;
    color: #ff0000;
    font-size: 2rem;
    text-align: center;
    z-index: 1000;
}
.disabled-button {
    pointer-events: none;
    opacity: 0.5;
}

tit{
    font-size: 130%;
  }
  
  .idjun {
    float: left;
    width: 90%;
  }
  .idjun img {
    float: left;
    margin-right: 10px;
    width: 20%;
    height: auto;
  }
/*   
  .idjun a {
    }
    .idjun a:hover {
      color: rgb(255, 0, 0);
      text-shadow: #464646 1px 1px 1px;
      } */
  
  
      .idjun a {
        color: #0099ff;
        font-size: 120%;
        text-decoration:none; 
        position: relative; /* 相対位置 */
        padding-right: 30%;
        border-right: solid #00ffff00 100px;
        border-bottom: solid #00ffff00 50px;
        border-top: solid #00ffff00 40px;
        transition: color 1s;
    }
    .idjun a::after {
        content: ''; /* コンテンツの追加 */
        position: absolute; /* 絶対位置 */
        left: 0; /* 左からの位置 */
        bottom: -5px; /* 下からの位置 */
        width: 0; /* 幅 */
        height: 2px; /* 高さ */
        /* background-color: #e60012; 背景色 */
        background: linear-gradient(to right, #00385e, #00c3ff);
        transition: width 0.3s ease-in-out; /* アニメーションの設定 */
}
    .idjun a:hover::after {
        width: 100%; /* 幅を100%に */;
    }