/**
Theme Name: JIN:R child (201Created)
Template: jinr
Author: CROOVER Inc.
Author URI: https://croover.co.jp
Version: 1.00
*/
body #commonHeader {
  background-image: url(../../uploads/footer.webp);
}
body #commonHeader #commonHeaderInner {
  max-width: min(100% - 40px, 1400px);
}
body #commonFooter {
  background-color: #0b2b32;
  background-image: url(../../uploads/footer.webp);
  background-position: left;
}
body #commonFooter #commonFooterInner {
  max-width: 1400px;
}
body #commonFooter #commonFooterSiteMenu {
  max-width: 100% !important;
}
body .d--postlist-hover-up .c--post-link figure {
  transition: 0.5s;
}
body .d--postlist-hover-up .c--post-link:hover {
  transform: none;
}
body .d--postlist-hover-up .c--post-link:hover figure {
  transform: scale(1.05);
}

body.home {
  background-color: #222 !important;
}
body.home #submenu {
  display: flex;
  align-items: center;
  justify-content: end;
  width: auto;
  max-width: 1120px;
  height: auto;
  margin: 30px auto 0;
  margin-top: 30px;
}
body.home #submenu a {
  padding: 6px 12px;
  cursor: pointer;
  transition: 0.5s;
  color: #fff;
  border-radius: 10px;
  background-color: #679fa3;
  font-size: 12px;
}
body.home #submenu a:hover {
  opacity: 0.7;
  color: #fff !important;
}
body.home #mainContent {
  background-color: inherit !important;
}
body.home #mainContent #mainContentInner {
  background-color: inherit !important;
}
body.home #mainContent #mainContentInner > article {
  background-color: inherit !important;
}
body.home #mainContent #mainContentInner > article .c--post-contents * {
  color: #fff;
}

body.single a,
body.single static-button {
  cursor: revert;
}
body.single ol,
body.single ul,
body.single menu {
  list-style: none;
}
body.single img {
  max-inline-size: 100%;
  max-block-size: 100%;
}
body.single table {
  border-collapse: collapse;
}
body.single input,
body.single textarea {
  -webkit-user-select: auto;
}
body.single textarea {
  white-space: revert;
}
body.single meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}
body.single :where(pre) {
  all: revert;
}
body.single ::-moz-placeholder {
  color: unset;
}
body.single ::placeholder {
  color: unset;
}
body.single ::marker {
  content: initial;
}
body.single :where([hidden]) {
  display: none;
}
body.single :where([contentedistatic-table]:not([contentedistatic-table=false])) {
  -webkit-user-select: auto;
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}
body.single :where([draggable=true]) {
  -webkit-user-drag: element;
}
body.single :where(dialog:modal) {
  all: revert;
}
body.single p {
  margin: 0;
}

body.single #snsShareBottom {
  background-color: #222;
}
body.single #mainSideBar .d--simple-box4 {
  padding: 10px 2.2rem;
}
body.single #jinrRelatedPost {
  background-color: #222;
}
body.single #jinrRelatedPost * {
  color: #fff;
}
body.single #jinrRelatedPost *::before, body.single #jinrRelatedPost *:after {
  background-color: #fff;
}

:root {
  --color-font-main: #0b2b32;
  --color-font-sub-dark: #396067;
  --color-font-sub: #679fa3;
  --color-gradation: linear-gradient(to top, var(--color-font-main), var(----color-font-sub));
}

body.single #postContent h2 {
  position: relative;
  margin: 80px 0 20px;
  padding: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}
body.single #postContent h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to left, var(--color-font-main), var(--color-font-sub));
}
body.single #postContent h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to left, var(--color-font-main), var(--color-font-sub));
}
body.single #postContent h2 + section > h3 {
  margin-top: 16px;
}
body.single #postContent h3 {
  position: relative;
  margin: 40px 0 20px;
  padding-left: 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
}
body.single #postContent h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(to top, var(--color-font-main), var(--color-font-sub));
}
body.single #postContent h3 + section > h4 {
  margin-top: 16px;
}
body.single #postContent h4 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}
body.single #postContent p {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
}
body.single #postContent small {
  color: #7f7f7f;
  font-size: 15px;
}
body.single #postContent div:has(> ul) {
  margin-top: 32px;
  margin-bottom: 24px;
}
body.single #postContent div:has(> ul) > :first-child {
  margin-top: 0;
}
body.single #postContent div:has(> ul) > :last-child {
  margin-bottom: 0;
}
body.single #postContent div:has(> ul) p:first-child {
  font-weight: 500;
}
body.single #postContent div:has(> ul) ul {
  display: flex;
  flex-flow: column;
  padding-left: 16px;
  gap: 8px;
  list-style-type: disc;
}
body.single #postContent div:has(> ul) ul li {
  list-style-type: inherit;
  font-size: 16px;
  line-height: 1.4;
}
body.single #postContent figure {
  margin-top: 16px;
  margin-bottom: 20px;
}
body.single #postContent figure img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
body.single #postContent div:has(table) {
  padding: 20px;
  border: 2px solid #d5d5d5;
  border-radius: 10px;
}
body.single #postContent table {
  width: 100%;
  border-spacing: 0;
}
body.single #postContent table thead th {
  padding: 10px 20px;
  color: #7f7f7f;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
}
body.single #postContent table tbody tr:last-of-type th, body.single #postContent table tbody tr:last-of-type td {
  border-bottom: 0;
}
body.single #postContent table tbody tr td {
  padding: 10px 20px;
  color: #7f7f7f;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}
body.single #postContent blockquote {
  margin-top: 20px;
  margin-bottom: 24px;
  padding: 10px 20px;
  border-radius: 3px;
  background-color: #d5d5d5;
}
body.single #postContent blockquote > :first-child {
  margin-top: 0;
}
body.single #postContent blockquote > :last-child {
  margin-bottom: 0;
}
body.single #postContent blockquote p:first-child {
  font-weight: 500;
}
body.single #postContent blockquote blockquote {
  position: relative;
}
body.single #postContent blockquote blockquote:before {
  content: ",,";
  position: absolute;
  top: -25px;
  left: -15px;
  display: block;
  transform: rotate(180deg);
  font-size: 40px;
}
body.single #postContent blockquote cite {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 16px;
  font-size: 14px;
  font-style: italic;
}
body.single #postContent blockquote cite:before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #333;
}
body.single #postContent pre {
  margin-top: 16px;
  margin-bottom: 20px;
  padding: 20px 10px;
  color: #fff;
  border-radius: 10px;
  background-color: #333;
  overflow-x: scroll;
}
body.single #postContent pre code em {
  color: #eb5b5b;
}

body #rtoc-mokuji-wrapper * {
  color: #222 !important;
}
body #rtoc-mokuji-widget-wrapper .level-2 {
  display: block !important;
}
body #rtoc-mokuji-widget-wrapper .level-2 a {
  padding-left: 10px;
}
body #rtoc-mokuji-widget-wrapper li > a {
  color: #333 !important;
}
body #sideBarTracking #rtoc-mokuji-widget-wrapper .rtoc-mokuji.level-1 .rtoc-item::before, body #sideBarTracking #rtoc-mokuji-widget-wrapper .rtoc-mokuji.level-1 .rtoc-item::after {
  top: 6px;
  left: -24px !important;
  width: 8px;
  height: 8px;
  border: 1px solid var(--color-font-sub);
  border-radius: 50%;
  background: #7f7f7f;
}
body #sideBarTracking #rtoc-mokuji-widget-wrapper .rtoc-mokuji.level-1 .rtoc-item.rtoc-current:after {
  left: -24px !important;
}

.game-header #rtoc-mokuji-wrapper {
  display: none;
}