@font-face {
  font-family: "KinoMT";
  src: url("/css/KinoMT.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  background-color: #000000;
  padding: 0px;
  color: #888;
  font-family: Arial, Helvetica, sans-serif;
}
html {
  display: block;
}
.headerMenu {
  font-size: 2rem;
  font-weight: lighter;
  background-color: #111111;
  text-align: center;
  white-space: nowrap;
  overflow-x: auto;
}
.headerMenu a {
  margin-left: 0.5rem;
}
.headerMenu a.home::before {
  color: #aaaaaa;
  content: "";
  margin-right: 0.5rem;
}
.headerMenu a::before {
  color: #aaaaaa;
  content: "|";
  margin-right: 0.5rem;
}

#headerTitle {
  font-family: "KinoMT";
  font-size: 3em;
  padding: 0 30px;
}
#langSelecter {
  font-size: 2rem;
  position: fixed;
  right: 30px;
  top: 30px;
}
.noview {
  color: #000;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
h1 {
  font-size: 2.2rem;
  padding-left: 30px;
  color: #cccccc;
  span {
    color: #990000;
  }
}
h2 {
  font-size: 2.2rem;
  color: #dddddd;
}
h3 {
  font-size: 2rem;
  color: #cccccc;
}
h4 {
  font-size: 1.8rem;
  color: #99bb99;
}
h4 {
  font-size: 1.6rem;
  color: #99bb99;
}
p {
  color: #cccccc;
  text-decoration: none;
  line-height: 1.8;
  font-weight: normal;
}
span {
  color: #bbbbbb;
  text-decoration: none;
}
a {
  color: #9999bb;
  text-decoration: none;
}
.lang {
  margin: 0 15px;
}
.list {
  font-size: 1.2rem;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
}
.button {
  margin: 20px 2px;
  padding: 20px;
  width: 48%;
  font-size: 1.5rem;
  color: #666666;
  background-color: #bbbbbb;
  border-radius: 20px;
}
.selbutton {
  margin: 20px 2px;
  padding: 20px;
  width: 32%;
  font-size: 1.5rem;
  background-color: #bbbbbb;
  border-radius: 20px;
}
.menu-base {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #111111;
}
.title-area {
  position: absolute;
  top: 15px;
  left: 20px;
  color: #aaaaaa;
  font-weight: bold;
}
.menu-area {
  position: absolute;
  top: 15px;
  right: 20px;
  color: #64a193;
  font-weight: bold;
}
.main-content {
  width: 100%;
  margin: 100px 20px 0px 20px;
}

#mainContents > h2 {
  padding-left: 30px;
}

.controller-adv {
  position: fixed;
  bottom: 120px;
  left: 0;
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.controller-base {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.controller-area {
  flex: 1;
  padding: 30px;
  text-align: center;
  background-color: #111111;
  color: #64a193;
  font-size: 5rem;
  font-weight: bold;
}
#footerArea {
  position: fixed;
  background-color: #111111dd;
  bottom: 0px;
  left: 0;
  padding: 20px 20px 30px;
  width: 100%;
  height: 20px;
  z-index: 1000;
}
.menutitle {
  color: #666666;
}
.sectionlink {
  color: #64a193;
  margin-right: 20px;
}
.dummyarea {
  display: block;
  width: 100%;
  height: 120px;
}
.wordlink {
  color: #64a193;
}
.fail {
  color: #8888ff;
}
.seccess {
  color: #ff8888;
}
.clear {
  color: #666666;
}
.master {
  color: #aa0000;
}
.rev {
  color: #0000aa;
}
.nftArea {
  margin: 10px 30px;
  font-size: 1.15em;
}
.childNftArea {
  width: 100%;
}
.childNft {
  float: left;
  width: 33.33%;
  box-sizing: border-box;
  margin: 0 0 3px 0;
  padding: 0 1px;
  position: relative;
  text-align: left;
  text-overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.childNftBg {
  padding: 5px 0;
  width: 100%;
  height: 395px;
  background: #222;
  box-shadow: 0 5px 4px #274d7b3d;
  border-radius: 8px;
}
.childNftBg > a > h3 {
  margin: 10px 5px 10px 5px;
}
.titleThumb {
  font-size: 1.2rem;
  font-weight: bold;
  height: 2.8rem;
  line-height: 1.5rem;
  overflow: scroll;
  margin: 10px 0;
  padding: 0 10px;
}
.nftImage {
  width: 90%;
  max-width: 860px;
}
.nft3DImage {
  width: 860px;
  height: 860px;
}
.nftMedia {
  width: 90%;
  max-width: 860px;
}
.nftObject {
  width: 860px;
  height: 860px;
}
.nftThumbSquare {
  width: 100%;
  height: 300px;
  background-color: #111;
  overflow: hidden; /* 不要な部分を切り捨てる */
  position: relative; /* 子要素を相対的に配置するために親要素にpositionを指定 */
}

.nftThumb {
  width: 100%;
  height: 100%;
  display: block; /* 余分なスペースを削除するために画像をブロック要素として表示 */
  position: absolute; /* 画像を相対的に配置 */
  top: 50%; /* 上端を親要素の50%の位置に配置 */
  left: 50%; /* 左端を親要素の50%の位置に配置 */
  transform: translate(-50%, -50%); /* 画像を中央に移動 */
  object-fit: cover; /* 画像が親要素にフィットするように調整 */
}

.articleSection {
  width: 100%;
}
.articleArea {
  padding: 0 50px;
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    padding: 3px 0;
  }
}
.articleArea img {
  max-width: 100%;
}

.ownerArea {
  padding: 0 30px;
}

.donateArea {
  padding: 0 30px;
}

.nftContractArea > h3,
.sbtContractArea > h3 {
  font-size: 2.5rem;
  padding: 0 30px;
  margin: 50px 0 0 0;
}

.creatorsLinkList {
  font-size: 1.8rem;
  margin: 0 30px;
}
.contractLinkList {
  font-size: 1.8rem;
  margin: 0;
  h3 {
    margin: 20px 30px 10px;
  }
}
.tokenBreadCrumb {
  font-size: 1.8rem;
  margin: 30px;
}

.floatClear {
  clear: both;
}

.BaseInput {
  font-size: 2.2rem;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 12px 16px;
  margin: 20px 5px 10px 0;
  transition: all 0.2s ease-in-out;
}

.BaseTextarea {
  font-size: 2.2rem;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 12px 16px;
  margin: 30px 5px 0 0;
  height: 16rem;
  resize: vertical;
  transition: all 0.2s ease-in-out;
}

.BaseSubmit {
  font-size: 2.2rem;
  background: #3e3e3e;
  border: 0px solid #d1d1d1;
  border-radius: 8px;
  padding: 15px 16px;
  margin: 30px 5px 0 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  text-align: center;
  transition: opacity 0.2s ease-in-out;
}

.adminSettings {
  .BaseInput {
    font-size: 1rem;
    padding: 5px 8px;
    margin: 5px 5px 5px 0;
  }

  .BaseTextarea {
    font-size: 0.8em;
    padding: 5px 8px;
    margin: 5px 5px 5px 0;
    height: 6em;
  }

  .BaseSubmit {
    font-size: 1rem;
    padding: 8px 8px;
    margin: 5px 5px 5px 0;
  }
}
.litelink {
  margin-left: 10px;
  font-size: 1.5rem;
  font-weight: lighter;
}
.litelink::before {
  color: #aaaaaa;
  content: "[";
  margin-right: 0.2rem;
}
.litelink::after {
  color: #aaaaaa;
  content: "]";
  margin-left: 0.2rem;
}

.mintLink {
  color: #8888bb;
}

.attrControlLink {
  color: #cd196a;
}

.reloadLink {
  color: #88bb9f;
}

.copyLink {
  margin-left: 10px;
  font-size: 0.8rem;
  color: #1c559f;
}
.wInline {
  font-size: 1.2em;
  display: inline-block;
  text-align: center;
}
.wfull {
  width: 99%;
}
.w9p {
  width: 89%;
}
.w8p {
  width: 79%;
}
.w7p {
  width: 69%;
}
.w5p {
  width: 49%;
}
.w45p {
  width: 45%;
}
.w4p {
  width: 39%;
}
.w3p {
  width: 29%;
}
.w35p {
  width: 34%;
}
.w3p {
  width: 29%;
}
.w2p {
  width: 19%;
}
.w1p {
  width: 8%;
}
.controlLavel {
  margin-top: 15px;
  margin-bottom: 5px;
}

.custom-file-div {
  margin: 0 5px 0 0;
  padding: 0;
  display: inline;
}

.custom-file-input {
  display: none;
}
.custom-file-label {
  display: inline-block;
  padding: 8px 12px;
  cursor: pointer;
  background-color: #007bff;
  color: white;
  border-radius: 4px;
}
.uploadInfoArea {
  display: block;
  padding: 50px 0;
  width: 100%;
  height: 100px;
  text-align: center;
}

.parentTag {
  display: inline-block;
  color: #ffffff;
  background: #7d043f;
  margin-right: 5px;
  padding: 3px 6px 16px 6px;
  height: 25px;
  border-radius: 4px;
}
.tbaTag {
  display: inline-block;
  color: #ffffff;
  margin-right: 5px;
  padding: 3px 6px 16px 6px;
  background: #280d7a;
  height: 25px;
  border-radius: 4px;
}
.upload-confirm {
  color: #aaaa00;
}
.upload-success {
  color: #00ff00;
}
.upload-failed {
  color: #ff0000;
}
.datetime {
  color: #4d4a4a;
  font-size: 0.6rem;
}
.walletOwnerArea {
  display: inline-block;
}
.walletOwnerElement {
  margin-right: 15px;
  img {
    border-radius: 15px;
  }
}
.walletOwnerIcon {
  margin-right: 5px;
  width: 30px;
  vertical-align: middle;
}

.doelm {
  margin: 0 8px;
  img {
    border-radius: 15px;
  }
}

#meta-control {
  padding: 0 20px;
}
#meta-preview {
  background-color: #222222;
  margin: 30px 20px;
  padding: 30px;
  border-radius: 20px;
  h1 {
    padding: 0;
  }
}

.linkCopyElm {
  display: inline-block;
}
.linkCopy {
  font-size: 1.4rem;
  color: #8888bb;
}

.gallaryTxtDiv {
  font-weight: lighter;
}

.gallaryImgDiv,
.itemImgDiv {
  border: 5px solid #a0a0a0;
  box-sizing: border-box;
  width: 350px;
  height: 350px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 5px 4px #0a0c0f3d;
}

.gallaryImg,
.itemImg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  background: linear-gradient(30deg, #979191, #544f4b);
}
.homeContents {
  margin: 0 30px;
  p {
    padding: 0 20px;
    font-size: 1em;
  }
}

#connectWallet {
  p,
  a,
  span {
    margin-left: 5px;
    font-size: 1.4rem;
  }
}

.cardContractArea {
  display: block;
  height: 64px;
  margin: 30px 50px;
  a {
    display: flex;
    height: 100%;
  }
  .cardTextArea {
    display: inline-block;
    height: 64px;
    overflow: hidden;
    padding: 0 15px;
  }
  h2 {
    font-size: 1.5rem;
    margin: 2px 0 0 0;
    padding: 0;
  }
  p {
    font-size: 1rem;
    margin: 0;
    padding: 0;
  }
  img {
    border-radius: 6px;
    height: 64px;
    width: 64px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  span {
    font-size: 1rem;
    color: #69b6b1;
  }
  span.thinText {
    font-size: 0.9rem;
    color: #cccccc;
  }
}

.contentParentTitle {
  padding: 0 30px;
}

.contentDirTitle {
  padding: 0 40px;
}
.contentChildList {
  padding: 0 60px;
}
.contentChildList > a {
  margin-left: 20px;
  color: #ffffff;
  .ac {
    margin-left: 3px;
    font-size: 0.9rem;
  }
}
.contentChildList {
  color: #6f6f6f;
}

.contentDiv {
  display: flex;
}

.itemLeftDiv {
  p {
    font-size: 1rem;
    margin: 0px;
    padding: 0;
  }
}

.itemTxtDiv {
  display: block;
  margin-left: 20px;
  width: 100%;
  p {
    font-size: 1rem;
    margin: 0px;
    padding: 0px;
  }
  i {
    text-align: center;
    vertical-align: baseline;
    width: 30px;
    font-size: 0.8rem;
    color: #ffffff;
    border: 1px solid #aaa;
    border-radius: 5px;
    padding: 5px 0;
  }
}
.shopSiteLink {
  display: block;
  font-size: 1.2em;
  margin-top: 20px;
  padding: 10px;
  width: 330px;
  text-align: center;
  background: #fff;
  box-shadow: 0 5px 4px #274d7b3d;
  border-radius: 10px;
}
.gallaryLink {
  display: block;
  font-size: 2rem;
  margin-top: 20px;
  padding: 10px;
  width: 330px;
  text-align: center;
  background: #fff;
  box-shadow: 0 5px 4px #274d7b3d;
  border-radius: 10px;
}

.carouselProfileArea {
  margin-bottom: 20px;
  width: 100%;
  background: #4d4d4d;
  box-shadow: 0 5px 4px #1e1e1e3d;
  border-radius: 10px;
  overflow: scroll;
  max-height: 250px;
  p {
    font-size: 1rem;
    padding: 10px 20px;
  }
}
p.carouselProfileName {
  font-size: 2rem;
  font-weight: bold;
  margin: 20px 0 0 20px;
  padding: 0px;
}

.creatorDonateHistory {
  background: #222222;
  margin-top: 20px;
  width: 100%;
  max-height: 250px;
  box-shadow: 0 5px 4px #1e1e1e3d;
  border-radius: 10px;
  overflow: scroll;
  white-space: nowrap;
  p {
    font-size: 1rem;
    margin: 2px 10px;
    padding: 0px;
  }
  p > span {
    font-size: 1rem;
    margin-left: 15px;
  }
}

.sendDonateNftArea {
  display: flex;
  width: 100%;
}
.sendDonateFormArea {
  width: 60%;
}
.sendDonateNftPreviewArea {
  width: 40%;
  padding: 15px 25px 0 25px;
}
.sendDonateNftPreviewBg {
  width: 100%;
  height: 100%;
  background-color: #222;
  box-shadow: 0 5px 4px #1e1e1e3d;
  border-radius: 10px;
  overflow: hidden;
}
.sendNftPreviewImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.sendToUser {
  display: flex;
  font-size: 2rem;
  margin-top: 30px;
  padding-left: 10px;
}

.discordNameDisp {
  margin-left: 15px;
  img {
    border-radius: 15px;
  }
}
img.ownerProfPictIcon {
  width: 128px;
  height: 128px;
  object-fit: cover;
  border-radius: 15px;
}
img.discordIconMini {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 15px;
}

.mintableArea {
  margin: 10px 30px;
  border-radius: 15px;
  background-color: #222;
  .previewArea {
    padding: 30px;
  }
  .mintableFormArea {
    padding: 0 20px 20px 20px;
  }

  .loading {
    padding: 0 20px;
  }

  .minispinner {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #00bcd4;
    margin: 15px 10px 15px 15px;
    animation: spin 1s linear infinite;
    display: inline-block;
    vertical-align: middle; /* テキストと中央揃えするため */
  }
}

.ownTokenCaTitle {
  font-size: 1.2rem;
  margin: 25px 30px 10px;
  padding: 0 0 0 0;
}

.unknownEoa {
  color: #a200ff;
}

.unknownCa {
  color: #ce0404;
}

i.tbamark {
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: 10;
  font-size: 20px;
  width: 20px;
  color: #707070;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 5px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.openseaLink {
  margin-left: 10px;
}

.priceConfirmArea {
  font-size: 1.2rem;
  margin-top: 30px;
  color: #fff;
  width: 100%;
  text-align: center;
}

.chkprice {
  color: #a7ff9c;
  font-size: 1.4rem;
}
.chkpricemini {
  color: #b7b25c;
}
.labelspan {
  font-size: 1rem;
  margin-top: 65px;
  margin-left: 10px;
}

.shopInfoArea {
  background-color: #222222;
  margin: 10px 0px;
  padding: 20px;
  border-radius: 20px;
  .shopTitle {
    width: 100%;
    font-size: 1.3rem;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
  }
  .askDiscordBot {
    display: flex;
    align-items: center;
    margin: 5px 0 0 0;
    padding: 5px 10px;
    font-size: 1.3rem;
    border-radius: 10px;
    background-color: #111;
  }
  .shopMainArea {
    display: flex;
    .shopThumbSquare {
      width: 100px;
      height: 100px;
      background-color: #111;
      overflow: hidden;
      position: relative;
      border-radius: 5px;
      .shopThumb {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        padding: 10px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        object-fit: cover;
      }
    }
    .shopDetail {
      margin-left: 20px;
      p {
        font-size: 1rem;
        font-weight: lighter;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
      }
    }
  }
}

.accountElm {
  display: flex;
  padding: 20px;
  border-radius: 10px;
  background-color: #222;
}
.accountInfo {
  font-size: 1.4rem;
  margin-left: 20px;
}

.nftImageArea {
  position: relative;
}
i.cubeMark {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 10;
  font-size: 60px;
  width: 60px;
  color: #707070;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 20px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
i.cubeMark2 {
  left: 140px;
}

i.extraMark {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  font-size: 40px;
  width: 40px;
  color: #707070;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.nftExternal {
  width: 100%;
  min-height: 50px;
}

.commandInline {
  background-color: #222;
  margin: 0 5px;
  padding: 2px 5px;
  border-radius: 5px;
  color: #fff;
}

.tokenOwnerInfo {
  p,
  a,
  span {
    font-size: 1.5rem;
  }
}

span.eoaCopy {
  margin-left: 1px;
  color: #8888bb;
}

.settingMenuDir {
  margin: 10px 10px;
  a {
    margin: 0 10px;
  }
}

.itemTag {
  margin: 2px 3px;
  padding: 3px 5px;
}

.button_unselected {
  background-color: #666;
  border: none;
  border-radius: 8px;
  margin: 2px 2px 2px 2px;
}
.button_selected {
  background-color: #ccc;
  border: none;
  border-radius: 8px;
  margin: 2px 2px 2px 2px;
}

.staticDirArea > .articleSection > .articleArea {
  h2,
  h3,
  h4,
  h5 {
    a {
      color: #9999bb;
    }
  }
  p {
    a {
      color: #ffffff;
      font-size: 1.1em;
    }
  }
}

div#mainContents > section.articleSection > div.articleArea {
  h1 {
    font-size: 2.2em;
  }
  h2 {
    font-size: 2em;
  }
  h3 {
    font-size: 1.8em;
  }
  h4 {
    font-size: 1.6;
  }
  h5 {
    font-size: 1.4em;
  }
  h6 {
    font-size: 1.2em;
  }
  p {
    font-size: 1.1em;
    line-height: 1.8em;
  }
}

div#mainContents > div > section.articleSection > div.articleArea {
  h1 {
    font-size: 2.2em;
  }
  h2 {
    font-size: 2em;
  }
  h3 {
    font-size: 1.8em;
  }
  h4 {
    font-size: 1.6em;
  }
  h5 {
    font-size: 1.4em;
  }
  h6 {
    font-size: 1.2em;
  }
  p {
    font-size: 1.1em;
    line-height: 1.8em;
  }
}

.uploadFileList {
  font-size: 1.8em;
  line-height: 2em;
  margin: 0px;
  .datetime {
    font-size: 0.5em;
  }
  .copyLink {
    font-size: 0.7em;
  }
}

/* モバイル用ヘッダー */
.mobileHeaderArea {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px; /* 60px → 120px */
  background-color: #111111;
  z-index: 999;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.mobileHeaderContent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 40px; /* 20px → 40px */
}

.mobileLogo {
  font-family: "KinoMT";
  font-size: 3.6em; /* 1.8em → 3.6em */
  color: #dddddd;
}

/* ハンバーガーメニューボタン */
.hamburgerMenu {
  background: none;
  border: none;
  cursor: pointer;
  width: 60px; /* 30px → 60px */
  height: 50px; /* 25px → 50px */
  position: relative;
  padding: 0;
}

.hamburgerMenu span {
  display: block;
  width: 100%;
  height: 6px; /* 3px → 6px */
  background-color: #888;
  position: absolute;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.hamburgerMenu span:nth-child(1) {
  top: 0;
}

.hamburgerMenu span:nth-child(2) {
  top: 22px; /* 11px → 22px */
}

.hamburgerMenu span:nth-child(3) {
  bottom: 0;
}

/* モバイル用ボトムナビゲーション */
.mobileBottomNav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px; /* 60px → 120px */
  background-color: #111111;
  border-top: 2px solid #333; /* 1px → 2px */
  z-index: 999;
  display: flex;
}

.mobileBottomNav .navItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 100%;
  color: #888;
  text-decoration: none;
  transition: color 0.3s ease;
}

.mobileBottomNav .navItem:hover,
.mobileBottomNav .navItem.active {
  color: #64a193;
}

.mobileBottomNav .navItem i {
  font-size: 50px;
  margin-bottom: 8px;
}

.mobileBottomNav .navItem span {
  font-size: 25px;
  color: inherit;
}

.mobileSidebar {
  position: fixed;
  top: 0;
  right: -450px;
  width: 450px;
  height: 100%;
  background-color: #111111;
  z-index: 1000;
  transition: right 0.3s ease-in-out;
  overflow-y: auto;
  box-shadow: -2px 0 4px rgba(0, 0, 0, 0.3);
}

.mobileSidebar.active {
  right: 0;
}

.sidebarHeader {
  padding: 30px; /* 20px → 30px (1.5倍) */
  text-align: right;
}

.closeSidebar {
  background: none;
  border: none;
  color: #888;
  font-size: 24px; /* 48px → 24px (半分に) */
  cursor: pointer;
  padding: 0;
}

.sidebarContent {
  padding: 60px; /* 40px → 60px (1.5倍) */
}

.sidebarContent a {
  display: block;
  color: #9999bb;
  font-size: 1.8rem; /* 3.6rem → 1.8rem (半分に) */
  margin-bottom: 20px; /* 40px → 20px (半分に) */
  text-decoration: none;
}

.sidebarWalletInfo {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #333;
  font-size: 1.2rem;
}

/* sidebarWalletInfo内の要素を整列 */
.sidebarWalletInfo span {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.sidebarWalletInfo i {
  margin-right: 5px;
}

.sidebarWalletInfo a {
  color: #9999bb;
  text-decoration: none;
}

.sidebarWalletInfo .eoaCopy {
  margin-left: 5px;
  color: #8888bb;
  cursor: pointer;
}

.sidebarLang {
  margin-top: 30px; /* 60px → 30px (半分に) */
  padding-top: 30px; /* 60px → 30px (半分に) */
  border-top: 1px solid #333; /* 2px → 1px */
}

.sidebarLang a {
  display: inline-block;
  margin-right: 20px; /* 40px → 20px (半分に) */
  font-size: 1.4rem; /* 2.8rem → 1.4rem (半分に) */
}

/* モバイル時のメインコンテンツ調整 */
body.mobile .mainContainer {
  margin-top: 120px; /* ヘッダーの高さ分 60px → 120px */
  margin-bottom: 120px; /* ボトムナビの高さ分 60px → 120px */
}

/* モバイル用ウォレット情報スタイル */
.mobile-wallet-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 10px 0;
}

.mobile-discord-section {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border-radius: 8px;
}

.mobile-discord-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}

.mobile-discord-name {
  font-size: 1.1rem;
  color: #9999bb;
}

.mobile-wallet-section {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 8px;
}

.mobile-wallet-section i {
  color: #9999bb;
  font-size: 1.2rem;
}

.mobile-wallet-section a {
  flex: 1;
  color: #9999bb;
  text-decoration: none;
  font-size: 1.1rem;
  margin-bottom: 0;
}

.mobile-copy-btn {
  background: transparent;
  color: #8888bb;
  padding: 5px 10px;
  cursor: pointer;
  transition: all 0.2s;
  border: none;
}

.mobile-copy-btn:hover {
  background: #8888bb;
  color: #fff;
}

.mobile-copy-btn i.fa-check {
  color: #4caf50;
}

.mobile-balance-section,
.mobile-dpoint-section {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 8px;
  font-size: 1.1rem;
}

.mobile-balance-section i,
.mobile-dpoint-section i {
  color: #9999bb;
}

/* サイドバーオープン時のオーバーレイ */
body.sidebar-open::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
