body {
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html {
  scroll-behavior: smooth;
  background-color: #2b2b2b;
}

.noscroll {
  scroll-behavior: auto;
}

/* いつも使うやつ */
.flex {
  display: flex;
}

.flexwrap {
  display: flex;
  flex-wrap: wrap;
}

.center {
  justify-content: center;
}

.centercenter {
  justify-content: center;
  align-items: center;
}

.content {
  display: block;
  max-width: 1100px;
  margin: 0 auto;
  padding: 25px;
}


.zeroauto {
  display: block;
  width: fit-content;
  margin: 0 auto;
}

@media screen and (max-width:428px) {
  .content {
    padding: 5px;
  }
}

.none {
  display: none;
}

/* いつも使うやつここまで */
svg {
  /* display: block; */
  width: 100%;
}

/* カラー */
.yellow_back {
  background-color: #c6ce1b;
  /* background-color: blue; */
}

.white_back {
  background: rgb(232, 231, 230);
}

.white_p {
  color: rgb(232, 231, 230);
}

/* startここから */
svg#b {
  object-fit: cover;
  height: 100%;
}

#start .maincenter {
  max-width: 1000px;
  height: 90vh;
  margin: 0 auto;
  position: relative;
}

.mainlogo {
  position: absolute;
  top: 2%;
  height: 20vh;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
  opacity: 0.5;
}

.imgchara {
  display: block;
  width: 20vh;
  height: auto;
  position: absolute;
  top: 40%;
  left: 20%;
}

.title {
  margin: 20px 0 80px 0;
}

/* 改定2025/11/04 */
.flex {
  display: flex;
}

#img-news {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;

  .miya {
    height: 100vh;
    width: 60vw;
    object-fit: cover;
    /* position: relative;
  top: 0;
  left: 0;
  z-index: 0; */
  }

  menu {
    width: 40vw;

    .box1 {
      height: 60vh;
    }

    ul {
      height: 40vh;
      padding: 3% 20px;

      li {margin-bottom: 10px;}

      li a {
        font-weight: bold;
        font-size: 1rem;
        line-height: 200%;
        transition: all 0.5s;
      }

      li a::before {
        content: "✧ ";
        font-size: 1.5rem;
        line-height: 100%;
      }

      li a:hover {
        color: white;
        opacity: 1;
      }
    }
  }

}

footer {
  display: block;
  margin-top: 200px;

  small {
    font-size: 100%;
    display: block;
  }
}

/* TRPG */
/* *{
  outline: solid 1px red;
} */
#trpg {
  background-image: url(../img/back_trpg.PNG);
  background-repeat: no-repeat;
  background-size: cover;

}

#trpg h1,
#trpg small {
  display: block;
  text-align: center;
  color: white;
}

#trpg .setsumei {
  margin: 70px;
}

#trpg p {
  color: white;
}

#trpg .iconlist {
  margin-left: 2vw;

}

#trpg .iconlist img {
  width: 75px;
  border-radius: 50%;
  background: rgb(183, 183, 183);
  margin: 5px;
  transition: all 0.5s;
}

#trpg .iconlist img:hover {
  /* background: #c6ce1b; */
  background: #ffffff;
}

#trpg .chara {
  /* width: 50vw; */
  flex-grow: 1;
  display: block;
  height: 80vh;
  max-height: 700px;

  position: relative;
}

#trpg .chara .right {
  flex-direction: column;
  display: flex;
  flex-grow: 1;
  padding-top: 25vh;
  padding-right: 20px;

}

#trpg .chara .right h2 {
  color: white;
  font-size: 2em;
  line-height: normal;
}

#trpg .chara .right h2 span {
  display: inline-block;
  color: white;
}

#trpg .chara .right small {
  text-align: left;
  margin: 0 0 50px 0;
}

#trpg .chara .right .ho {
  margin-bottom: 10px;
}

#trpg .chara .right .created {
  display: flex;
  margin: 0;
  /* margin-bottom: 0; */
  text-align: right;
  flex-grow: 1;
  justify-content: end;
  align-items: end;
  width: 100%;
}

#trpg .chara img {
  height: 100vh;
}

#trpg .maincon {
  height: 100vh;
}

#trpg .chara .hidden {
  position: absolute;
  top: -10vh;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
  word-break: break-all;
  /* background-color: linear-gradient(#c5ce1b00 0%,#c5ce1b00 20%,#c6ce1b 20%,#c6ce1b 70%,#c5ce1b00 70%,#c5ce1b00 100%); */
}

#trpg #elementA-1 .flex {
  position: relative;
}

#trpg .chara .backimg {
  position: absolute;
  bottom: -10vh;
  right: 0vh;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.4;
  height: 100%;
  width: 70%;
  z-index: -1;
  /* background-color: #c6ce1b; */
}

#trpg .chara .a1back {
  background-image: url(../img/trpg/back/soma.png);
}

#trpg .chara .a2back {
  background-image: url(../img/trpg/back/riku.png);
}

#trpg .chara .b1back {
  background-image: url(../img/trpg/back/kaisei.png);
}

#trpg .chara .b2back {
  background-image: url(../img/trpg/back/anna.png);
}

#trpg .chara .c1back {
  background-image: url(../img/trpg/back/kyosuke.png);
}

#trpg .chara .c2back {
  background-image: url(../img/trpg/back/ren.png);
}

#trpg .chara .d1back {
  background-image: url(../img/trpg/back/yumeno.png);
}

#trpg .chara .d2back {
  background-image: url(../img/trpg/back/yuto.png);
}


#trpg .iconlist .coc1 {
  background: #6594b6;
}

#trpg .iconlist .coc2 {
  background: #dab5c9;
}

#trpg .iconlist .coc3 {
  background: #731212;
}

#trpg .iconlist .coc4 {
  background: #a5a5a3;
}

@media screen and (max-width:700px) {
  #trpg .iconlist img {
    width: 50px;
  }

  #trpg .chara {
    height: 50vh;
  }

  #trpg .chara img {
    display: block;
    height: auto;
    width: 80%;
    flex-grow: 1;
  }

  #trpg .chara .right {
    padding-top: 1%;
    padding-right: 1%;
  }

  #trpg .chara .right h2 {
    color: white;
  }

  #trpg .chara .hidden .flex {
    flex-grow: 0;
    display: block;
  }
}

/* クリックされた要素の表示 */
.hidden {
  opacity: 0;
  transition: all 1s;
}

.shoki {
  opacity: 1;
}

/* TRPGここまで */

/* TRPGカスタム投稿タイプここから */

#trpg .icons {
  margin-top: 50px;
}

#trpg .searcher-thumbnail img {
  width: 120px;
  height: 60px;
  object-fit: cover;
  border: solid 0.5px rgb(147, 147, 147);
}

#trpg .item p span {
  color: white;
}

#trpg h2.title {
  color: white;
  margin-bottom: 0px;
}

#trpg .continue {
  margin-bottom: 50px
}

#trpg .item h3.title {
  text-align: left;
  margin-bottom: 1px;
  color: white;
}

#trpg .item small {
  text-align: left;
  margin-bottom: 50px;
}

#trpg h1 span {
  color: white;
  font-weight: normal;
  font-size: 0.8em;
}

#trpg .intro_block {
  width: auto;
  width: 80%;
  /* flex-grow: 2; */
}

#trpg .img_block {
  /* flex-grow: 1; */
  margin: 0px 10px;
}

#trpg .img_block img {
  height: 100%;
  width: 100%;
  flex-shrink: 1;
  display: block;
}

#trpg .intro_block p {
  font-size: 0.8em;
}

#trpg .flex {
  width: 100%;
}

#trpg .item {
  flex-grow: 1;
  display: flex;
}

#trpg .stand {
  position: relative;
}


#trpg .stand:before {
  content: "designed by シガラン";
  font-size: 10px;
  color: rgb(196, 196, 196);
  position: absolute;
  bottom: -20px;
  left: 0;
}

#trpg .stand:after {
  content: "designed by 麻倉壱";
  font-size: 10px;
  color: rgb(196, 196, 196);
  position: absolute;
  bottom: -20px;
  right: 0;
}

#trpg .list span {
  background-color: white;
  color: #2b2b2b !important;
  margin-right: 10px;
  font-weight: bold;
  padding: 0px 5px;
}

@media screen and (max-width:700px) {
  #trpg .flex .item {
    display: block;
  }

  #trpg .img_block {
    margin: 100px auto;
    padding: 0px 10px;
    width: 70%;
    height: auto;
  }
}

/* TRPGカスタム投稿タイプここまで */


/* 宿禰カスタム投稿タイプここから */
#sukune-top {
  margin: 50px 0;
}

#sukune-a {
  background: #f1f1f1;
}

#sukune-a h1,
#sukune-a small {
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 100%;
}

#sukune-a .icons {
  margin-right: 50px;
  width: 175px;
  height: calc(90vh - 50px);
  overflow-y: scroll;
  position: sticky;
  top: 50px;
  flex-shrink: 0;
  border-left: #2b2b2b 1px solid;
  border-top: #2b2b2b 1px solid;
  border-bottom: #2b2b2b 1px solid;
  border: #2b2b2b 1px solid;
  background-color: #a0a0a0;

}
#sukune-a .icons:before{
  content: "↓";
  position:absolute;
  right: 1px;
  top:10px;
  font-size: 1.2rem;
  color: white;
}

#sukune-a .icons a img {
  background-color: white;
}

#sukune-a .icons a.active img {
  background-color: #FF4B1D;
  transition: background-color 0.2s ease;
}

#sukune-a .details {
  margin-top: 50px;
  width: calc(100vw - 175px);
  background: #f1f1f1;
  display: flex;
  box-sizing: border-box;

  .rightitems {
    display: flex;
    flex-direction: column;
    height: 90vh;
    max-height: 600px;
    width: 90%;
  }

  h3 {
    text-align: right;
    font-size: 3rem;
    margin-bottom: -1.5rem;
  }

  small {
    text-align: right;
    margin-bottom: 1.5rem;
    font-weight: bold;
    color: #FF4b1D;
  }

  .number {
    width: fit-content;
    margin: 0 0 0 auto;
    background: #2b2b2b;
    padding: 1px 25px;
    color: white;

    span {
      color: white;
      font-size: 1.5rem;
      font-weight: bold;
    }
  }

  .intro {
    margin: auto 0 auto auto;
  }

  .tax {
    color: #ff4b1d;
    font-weight: bold;
    text-align: right;
    margin: auto 0 0 0;
  }
}

#sukune-a .details .standingimg {
  margin-right: 3%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#sukune-a .details .standingimg img.img {
  height: 50vw;
  max-height: 600px;
  width: auto;

}

#sukune-a .sukune-thumbnail {

  /* margin: 0; */
  padding: 0;
  line-height: 0;
}

#sukune-a .icons a {
  transition: all 0.4s;
  min-width: 50px;
  min-height: 50px;
  max-width: 80px;
  max-height: 80px;
  width: calc(175px / 2);
  height: calc(175px / 2);
  display: block;
  /* margin: 5px; */
  position: relative;
  z-index: 10;
  border-right: #2b2b2b 1px solid;
  border-bottom: #2b2b2b 1px solid;

}

#sukune-a .icons a::after {
  content: "none";
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#sukune-a .icons h2 {
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 15;
  background: #2b2b2b;
  color: rgb(255, 255, 255);
  min-width: 50px;
  min-height: 50px;
  max-width: 80px;
  max-height: 80px;
  width: calc(175px / 2);
  height: calc(175px / 2);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  transition: all 0.4s;
  font-size: 2.5rem;
  /* line-height: 100%; */
}

#sukune-a .icons a:hover {
  opacity: 1;
}

#sukune-a .icons h2:hover {
  opacity: 1;
}

#sukune-a .icons img {
  display: flex;
  min-width: 50px;
  min-height: 50px;
  max-width: 80px;
  max-height: 80px;
  width:calc(175px / 2);
  height:calc(175px / 2);
  /* object-fit: cover; */
  position: absolute;
  z-index: 5;
}

#sukune-a .details .sukune-item {
  display: none;
}

@media screen and (max-width:700px) {
  #sukune-a .icons h2 {
    font-size: 3.5em;
    line-height: 105px;
  }

  #sukune-top {
    display: block;
  }

  #sukune-a .icons {
    width: 100%;
    height: 115px;
  }

  #sukune-a .details {
    width: calc(100vw - 50px);
    box-sizing: border-box;

    .rightitems {
      margin: 0 0 0 auto;
    }
  }

  #sukune-a .details .standingimg img.img {
    height: auto;
    max-width: 150px;
    width: 30vw;
  }

}
@media screen and (max-width:500px) {
.sukune-item{
 flex-direction: column;
}

}

/* シングル */
.sukune-s .flex {
  margin-top: 50px;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  max-height: 700px;
}


.sukune-s .leftimg {
  margin-right: 50px;
  vertical-align: bottom;
  flex-grow: 1;
}

.sukune-s .rightitems {
  flex-grow: 1;
  width: 40%;
  display: flex;
  flex-direction: column;

}

.sukune-s .rightitems a {
  color: rgb(255, 75, 30);
  text-decoration: underline;
}

.sukune-s .leftimg {

  position: relative;
  width: 30%;
  margin-bottom: 40px;
}

.sukune-s .noimg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  width: 200px;
  background: rgb(214, 214, 214);
  border-radius: 50%;
}


.sukune-s .leftimg img {
  /* display: block; */
  width: auto;
  height: 100%;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%);
}

#sukune-a.sukune-s h1,
#sukune-a.sukune-s small {
  text-align: left;
  display: block;

}

#sukune-a.sukune-s .flex small {
  margin-bottom: 40px;
}

#sukune-a .post-navigation {
  margin: 60px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

#sukune-a .post-navigation-prev,
#sukune-a .post-navigation-next {
  width: fit-content;
}

#sukune-a .post-navigation-list {
  width: fit-content;
}

#sukune-a .post-navigation-list img {
  width: 50%;
  height: auto;
  margin: 0 auto;
  display: block;
}

#sukune-a .post-navigation a {
  font-size: 2em;
  line-height: 100%;
  margin: 0px 20px 5px 20px;
  transition: all 0.4s;
}

#sukune-a .post-navigation a:hover {
  color: rgb(255, 75, 30);
  opacity: 1;
}

.sukune-s .number span {
  font-size: 2em;
}

.sukune-s .era {
  border-bottom: 1px gray solid;
  margin-bottom: 20px;
}

.sukune-s .tax {
  color: rgb(255, 75, 30);
  margin: auto 0 0 0;
  font-size: 0.8em;
  text-align: right;
}

@media screen and (max-width:700px) {
  .sukune-s .flex {
    display: block;
    height: 100%;

    margin-top: 0px;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    max-height: none;
    margin-bottom: 100px;
  }

  .sukune-s .leftimg,
  .sukune-s .rightitems {
    position: relative;
    width: 100%;
    margin: 0;
  }

  .sukune-s .leftimg img {
    /* display: block; */
    /* width: auto; */
    height: 50vh;
    position: static !important;
    transform: translate(0%);
    display: block;
    margin: 0 auto 20px auto;
  }

  #sukune-a .post-navigation {
    margin-top: 100px;
  }

  .sukune-s .noimg {
    position: static;
    transform: none;
    margin: 0 auto 50px auto;

  }
}

/* 宿禰カスタム投稿タイプここまで */

/* スクネ 固定ページ */


#sukune-stand {
  background-color: rgb(237, 233, 230);

  .stand {
    align-items: flex-end;
  }

  .standimg {
    height: auto;
    margin-right: -20px;
  }
}

/* スクネ 固定ページ ここまで */


/* フッター */


footer p.attension {
  color: rgb(166, 166, 166) !important;
  text-align: right;
  font-size: small;

}

footer small {
  /* position: fixed; */
  bottom: 0;
  background: #2b2b2b;
  color: rgb(140, 140, 140);
}

@media screen and(max-width:500px) {}