@charset "UTF-8";
html {
  scroll-behavior: smooth;
  scroll-padding-top: 15vh;
}

::selection {
  color: #f5f5f5;
  background-color: rgba(212, 73, 126, 0.462745098);
}

body {
  background-color: #ebdbdb;
  color: #232142;
  text-align: justify;
  line-height: 1.6;
  font-family: "Kiwi Maru", serif;
  transform: 0.5s;
  width: 100vw;
  overflow-x: hidden;
}

a,
button {
  text-decoration: none;
  color: #232142;
  transition: 0.3s;
}
a:hover,
button:hover {
  color: #d4497e;
}

body.dark {
  background-color: #232142;
  color: #f4eded;
}
body.dark a,
body.dark button {
  color: #f5f5f5;
}
body.dark a:hover,
body.dark button:hover {
  color: #d4497e;
}

li {
  list-style-type: "";
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

main {
  margin-left: 15vw;
}
@media screen and (max-width: 767px) {
  main {
    margin-left: 0;
  }
}

article {
  padding-top: 10vh;
}
@media screen and (max-width: 767px) {
  article {
    padding-top: 4rem;
  }
}

article + article {
  padding-top: 0;
}

input[type=text]:focus {
  outline: 2px solid #d587a5;
}

input[type=submit] {
  transition: 0.3s;
}

.wrapper {
  width: 70vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wrapper {
    width: 85vw;
  }
}
.wrapper__box {
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .wrapper__box {
    padding: 3rem 0;
  }
}

.none {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}
/* =============================================
lightbox
============================================= */
.lb-nav a.lb-prev {
  position: absolute;
  left: -80px;
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  .lb-nav a.lb-prev {
    left: -15px;
  }
  .lb-nav a.lb-prev:hover {
    opacity: 0.3;
  }
}
.lb-nav a.lb-next {
  position: absolute;
  right: -80px;
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  .lb-nav a.lb-next {
    right: -15px;
  }
  .lb-nav a.lb-next:hover {
    opacity: 0.3;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 0.8rem;
  }
}
svg path {
  transition: 0.3s;
}

.cabin {
  font-family: "Cabin Sketch", sans-serif;
  font-weight: 700;
}

.bold {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.base {
  color: #ebdbdb;
}

.pink {
  color: #d4497e;
}

.sp-br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-br {
    display: block;
  }
}

.adjust {
  transform: translateY(0.2rem);
}

.article__title {
  font-size: 2rem;
  color: #d4497e;
  transform: translateX(-1rem);
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .article__title {
    font-size: 1.6rem;
    transform: translateX(0);
  }
}
.article__p {
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .article__p {
    font-size: 0.9rem;
  }
}
.article .heading {
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .article .heading {
    padding-top: 3rem;
  }
}
.article .heading__box {
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .article .heading__box {
    padding-bottom: 0.5rem;
  }
}
.article .heading__title {
  font-size: 1.5rem;
  display: inline-block;
  color: #d587a5;
  transform: translateX(-1rem);
  letter-spacing: 0.125rem;
}
@media screen and (max-width: 767px) {
  .article .heading__title {
    font-size: 1.3rem;
    transform: translateX(0);
  }
}
.article .heading__twitter {
  margin-top: 1.5rem;
  font-size: 1.125rem;
  display: inline-block;
  color: #232142;
  line-height: 1;
  background-color: #eaeaea;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  transform: translateX(-0.5rem);
}
.article .heading__twitter::before {
  content: "⚫︎ ";
  color: #d4497e;
  display: inline-block;
  transform: translateX(-0.15rem);
}
.article .heading__twitter::before {
  content: none;
}
.article .heading__twitter:hover {
  display: inline-block;
  color: #eaeaea;
  line-height: 1;
  background-color: #d587a5;
  padding: 0.5rem 1rem;
  border-radius: 5px;
}
.article .heading__twitter:hover::before {
  content: "⚫︎ ";
  color: #232142;
  display: inline-block;
  transform: translateX(-0.15rem);
}
.article .heading__twitter:hover::before {
  content: none;
}
.article .heading__twitter:hover .heading__twicon {
  color: #232142;
}
@media screen and (max-width: 767px) {
  .article .heading__twitter {
    margin-top: 1rem;
    transform: translateX(0);
    font-size: 0.9rem;
  }
}
.article .heading__twicon {
  font-size: 1.3rem;
  color: #d4497e;
}
@media screen and (max-width: 767px) {
  .article .heading__twicon {
    font-size: 0.95rem;
  }
}
.article .contents__li {
  padding-top: 1rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .article .contents__li {
    gap: 0.3rem;
    flex-wrap: wrap;
  }
}
.article .contents__btn {
  font-size: 1.125rem;
  display: inline-block;
  color: #232142;
  line-height: 1;
  background-color: #eaeaea;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  transform: translateX(-0.5rem);
}
.article .contents__btn::before {
  content: "⚫︎ ";
  color: #d4497e;
  display: inline-block;
  transform: translateX(-0.15rem);
}
.article .contents__btn:hover {
  display: inline-block;
  color: #eaeaea;
  line-height: 1;
  background-color: #d587a5;
  padding: 0.5rem 1rem;
  border-radius: 5px;
}
.article .contents__btn:hover::before {
  content: "⚫︎ ";
  color: #232142;
  display: inline-block;
  transform: translateX(-0.15rem);
}
@media screen and (max-width: 767px) {
  .article .contents__btn {
    transform: translateX(0);
    font-size: 0.9rem;
  }
}
.article .contents__p {
  margin-left: 0.2rem;
}
@media screen and (max-width: 767px) {
  .article .contents__p {
    margin-left: 0.5rem;
  }
}

body.dark .base {
  color: #232142;
}
body.dark .article .heading__twitter {
  display: inline-block;
  color: #232142;
  line-height: 1;
  background-color: #ebdbdb;
  padding: 0.5rem 1rem;
  border-radius: 5px;
}
body.dark .article .heading__twitter::before {
  content: "⚫︎ ";
  color: #d4497e;
  display: inline-block;
  transform: translateX(-0.15rem);
}
body.dark .article .heading__twitter::before {
  content: none;
}
body.dark .article .heading__twitter:hover {
  display: inline-block;
  color: #eaeaea;
  line-height: 1;
  background-color: #d4497e;
  padding: 0.5rem 1rem;
  border-radius: 5px;
}
body.dark .article .heading__twitter:hover::before {
  content: "⚫︎ ";
  color: #232142;
  display: inline-block;
  transform: translateX(-0.15rem);
}
body.dark .article .heading__twitter:hover::before {
  content: none;
}
body.dark .article .contents__btn {
  display: inline-block;
  color: #232142;
  line-height: 1;
  background-color: #ebdbdb;
  padding: 0.5rem 1rem;
  border-radius: 5px;
}
body.dark .article .contents__btn::before {
  content: "⚫︎ ";
  color: #d4497e;
  display: inline-block;
  transform: translateX(-0.15rem);
}
body.dark .article .contents__btn:hover {
  display: inline-block;
  color: #eaeaea;
  line-height: 1;
  background-color: #d4497e;
  padding: 0.5rem 1rem;
  border-radius: 5px;
}
body.dark .article .contents__btn:hover::before {
  content: "⚫︎ ";
  color: #232142;
  display: inline-block;
  transform: translateX(-0.15rem);
}

@keyframes fadeInOut {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-0.5rem);
  }
  40% {
    transform: translateY(0);
  }
}
.loading {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #ebdbdb;
  display: grid;
  place-items: center;
  place-content: center;
  gap: 1rem;
  transition: 0.5s;
}
.loading.loaded {
  opacity: 0;
  z-index: -10;
}
@media screen and (max-width: 767px) {
  .loading {
    gap: 2rem;
  }
}
.loading__imgbox {
  position: relative;
  width: 20vw;
  height: 14.58vw;
}
@media screen and (max-width: 767px) {
  .loading__imgbox {
    width: 64vw;
    height: 43.74vw;
  }
}
.loading__img {
  position: absolute;
  top: 0;
  left: 0;
}
.loading__img--01 {
  opacity: 0;
  animation: fadeInOut 2s infinite;
}
.loading__img--02 {
  opacity: 0;
  animation: fadeInOut 2s infinite 1s;
}
.loading__p {
  font-size: 2rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .loading__p {
    font-size: 1.6rem;
  }
}
.loading__p--anime {
  display: inline-block;
  animation: bounce 1.1s ease infinite;
}
.loading__p--anime:nth-child(1) {
  animation-delay: 0.1s;
}
.loading__p--anime:nth-child(2) {
  animation-delay: 0.2s;
}
.loading__p--anime:nth-child(3) {
  animation-delay: 0.3s;
}
.loading__p--anime:nth-child(4) {
  animation-delay: 0.4s;
}
.loading__p--anime:nth-child(5) {
  animation-delay: 0.5s;
}
.loading__p--anime:nth-child(6) {
  animation-delay: 0.6s;
}
.loading__p--anime:nth-child(7) {
  animation-delay: 0.7s;
}
.loading__p--anime:nth-child(8) {
  animation-delay: 0.8s;
}
.loading__p--anime:nth-child(9) {
  animation-delay: 0.9s;
}
.loading__p--anime:nth-child(10) {
  animation-delay: 1s;
}
.loading__p--anime:nth-child(11) {
  animation-delay: 1.1s;
}

body.dark .loading {
  background-color: #232142;
}

.header {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 15vw;
  height: 100vh;
  background-color: #ebdbdb;
  border-right: 1px solid #232142;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .header {
    background-color: #ebdbdb;
    height: 4rem;
    width: 100vw;
    border-right: none;
    border-bottom: 1px solid #232142;
  }
}
@media screen and (max-width: 767px) {
  .header__head {
    height: 4rem;
    display: grid;
    place-items: center;
    place-content: center;
  }
}
.header__title {
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .header__title {
    font-size: 1.3rem;
  }
}
.header__link {
  height: 10vh;
  border-bottom: 1px solid #232142;
  display: grid;
  place-items: center;
  place-content: center;
}
@media screen and (max-width: 767px) {
  .header__link {
    display: inline;
    border-bottom: none;
  }
}
.header__link:hover {
  background-color: #f5f5f5;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .header__link:hover {
    background-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  .header .gnav {
    display: none;
  }
}
.header .gnav__ul {
  font-size: 1.25rem;
  text-align: right;
}
.header .gnav__li {
  border-bottom: 1px solid #232142;
}
.header .gnav__a {
  padding: 1rem 1.5rem;
  display: block;
}
.header .gnav__a:hover {
  background-color: #f5f5f5;
  letter-spacing: 0.2rem;
}
.header__dark {
  display: block;
  font-weight: normal;
  margin: 1.5rem 1.2rem 0 auto;
  padding: 0.1rem 1.2rem 0 1.1rem;
  color: #f5f5f5;
  background-color: #393757;
  border-radius: 20px;
}
.header__dark:hover {
  padding: 0.1rem 1.2rem 0 1.1rem;
  color: #f5f5f5;
  background-color: #d4497e;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .header #dark-btn {
    display: none;
  }
}
.header__foot {
  font-size: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .header__foot {
    display: none;
  }
}
.header__twitter {
  display: flex;
  justify-content: center;
}
.header__twitter:hover {
  letter-spacing: 0.05rem;
}
.header__twicon {
  font-size: 1.4rem;
  vertical-align: top;
}
.header__ham {
  display: none;
}
@media screen and (max-width: 767px) {
  .header__ham {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100vw;
    height: 100vh;
    background-color: #ebdbdb;
    transition: 0.3s;
    transform: translateX(100vw);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .header__ham.active {
    opacity: 1;
    transform: translateX(0);
  }
  .header__ham .spnav__title {
    font-size: 1.6rem;
    color: #d4497e;
    height: 4rem;
    border-bottom: 1px solid #232142;
    display: grid;
    place-items: center;
    place-content: center;
  }
  .header__ham .spnav__ul {
    margin-top: 1.5rem;
  }
  .header__ham .spnav__li {
    font-size: 1.8rem;
    text-align: center;
  }
  .header__ham .spnav__dark {
    display: block;
    margin: 2.5rem auto 0 auto;
  }
  .header__ham .spnav__twicon {
    margin-bottom: 0.5rem;
  }
}

.tags {
  display: none;
}
@media screen and (max-width: 767px) {
  .tags {
    position: fixed;
    z-index: 10;
    top: 0.5rem;
    left: 3vw;
    width: 3rem;
    aspect-ratio: 1/1;
    display: grid;
    place-items: center;
    place-content: center;
  }
  .tags.hide {
    z-index: 3;
  }
  .tags__btn {
    display: grid;
    place-items: center;
    place-content: center;
  }
  .tags__svg {
    width: 1.8rem;
    aspect-ratio: 1/1;
  }
  .tags__tagicon {
    fill: #393757;
  }
  .tags__tagicon:hover {
    fill: #d4497e;
  }
}

.ham {
  display: none;
}
@media screen and (max-width: 767px) {
  .ham {
    display: block;
    position: fixed;
    z-index: 10;
    top: 0.5rem;
    right: 3vw;
    transition: 0.3s;
  }
  .ham.hide {
    z-index: 3;
  }
}
.ham__btn {
  width: 3rem;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  place-content: center;
}
.ham__border {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: #393757;
  width: 1.8rem;
  height: 2px;
  border-radius: 20px;
  transition: 0.3s;
}
.ham__border::before, .ham__border::after {
  content: "";
  position: absolute;
  background-color: #393757;
  width: 1.8rem;
  height: 2px;
  border-radius: 20px;
  transition: 0.3s;
}
.ham__border::before {
  top: -0.5rem;
  left: 0;
}
.ham__border::after {
  bottom: -0.5rem;
  left: 0;
}
.ham__btn.active .ham__border {
  background-color: transparent;
}
.ham__btn.active .ham__border::before, .ham__btn.active .ham__border::after {
  width: 1.5rem;
  top: 0;
  left: 0.2rem;
}
.ham__btn.active .ham__border::before {
  transform: rotate(-45deg);
}
.ham__btn.active .ham__border::after {
  transform: rotate(45deg);
}

body.dark .header {
  background-color: #232142;
  border-right: 1px solid #f4eded;
}
@media screen and (max-width: 767px) {
  body.dark .header {
    background-color: #232142;
    border-right: none;
    border-bottom: 1px solid #f4eded;
  }
}
body.dark .header__link {
  color: #f4eded;
  border-bottom: 1px solid #f4eded;
}
body.dark .header__link:hover {
  background-color: #ebdbdb;
  color: #d4497e;
}
@media screen and (max-width: 767px) {
  body.dark .header__link {
    border-bottom: none;
  }
  body.dark .header__link:hover {
    background-color: transparent;
  }
}
body.dark .header .gnav__li {
  border-bottom: 1px solid #f4eded;
}
body.dark .header .gnav__a {
  color: #f4eded;
}
body.dark .header .gnav__a:hover {
  background-color: #ebdbdb;
  color: #d4497e;
}
body.dark .header__dark {
  padding: 0.1rem 1.2rem 0 1.1rem;
  color: #232142;
  background-color: #ebdbdb;
  border-radius: 20px;
}
body.dark .header__dark:hover {
  padding: 0.1rem 1.2rem 0 1.1rem;
  color: #ebdbdb;
  background-color: #d4497e;
  border-radius: 20px;
}
body.dark .header__ham {
  background-color: #232142;
}
body.dark .header__ham .spnav__title {
  border-bottom: 1px solid #f4eded;
}
body.dark .tags__tagicon {
  fill: #ebdbdb;
}
body.dark .tags__tagicon:hover {
  fill: #d4497e;
}
body.dark .ham__border {
  background-color: #f4eded;
  width: 1.8rem;
  height: 2px;
  border-radius: 20px;
  transition: 0.3s;
}
body.dark .ham__border::before, body.dark .ham__border::after {
  background-color: #f4eded;
  width: 1.8rem;
  height: 2px;
  border-radius: 20px;
  transition: 0.3s;
}
body.dark .ham__btn.active .ham__border {
  background-color: transparent;
}

.sidebar {
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  width: 85vw;
  height: 10vh;
  background-color: #ebdbdb;
  border-bottom: 1px solid #232142;
}
@media screen and (max-width: 767px) {
  .sidebar {
    opacity: 0;
    z-index: 5;
    width: 100vw;
    height: 100vh;
    border-bottom: none;
    transition: 0.3s;
    transform: translateX(-100vw);
  }
  .sidebar.active {
    opacity: 1;
    transform: translateX(0);
  }
}
.sidebar .wrapper {
  width: 78vw;
  height: 100%;
  display: grid;
  place-items: center;
  place-content: center;
}
@media screen and (max-width: 767px) {
  .sidebar .wrapper {
    display: block;
    width: 85vw;
    height: auto;
  }
}
.sidebar__title {
  display: none;
}
@media screen and (max-width: 767px) {
  .sidebar__title {
    font-size: 1.6rem;
    color: #d4497e;
    height: 4rem;
    border-bottom: 1px solid #232142;
    display: grid;
    place-items: center;
    place-content: center;
  }
}
.sidebar__box {
  gap: 0.3rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .sidebar__box {
    margin-top: 1.5rem;
  }
}
.sidebar__tag {
  margin: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  padding: 0.3rem 0.8rem;
  border-radius: 50px;
  border: 1px solid #232142;
  line-height: 1;
  display: grid;
  place-items: center;
  place-content: center;
}
.sidebar__tag:hover {
  background-color: #f5f5f5;
}
.sidebar__tag--p {
  font-size: 0.6rem;
}
@media screen and (max-width: 767px) {
  .sidebar__tag {
    padding: 0 0.8rem;
  }
  .sidebar__tag--p {
    font-size: 0.65rem;
    transform: translateY(-0.15rem);
  }
}

body.dark .sidebar {
  background-color: #232142;
  border-bottom: 1px solid #f4eded;
}
@media screen and (max-width: 767px) {
  body.dark .sidebar {
    border-bottom: none;
  }
}
body.dark .sidebar__title {
  border-bottom: 1px solid #f4eded;
}
body.dark .sidebar__tag {
  font-family: "M PLUS Rounded 1c", sans-serif;
  padding: 0.3rem 0.8rem;
  border-radius: 50px;
  border: 1px solid #f4eded;
  line-height: 1;
}
body.dark .sidebar__tag:hover {
  background-color: #ebdbdb;
}
@media screen and (max-width: 767px) {
  body.dark .sidebar__tag {
    padding: 0 0.8rem;
  }
  body.dark .sidebar__tag--p {
    font-size: 0.65rem;
    transform: translateY(-0.15rem);
  }
}

@keyframes inAnime {
  from {
    opacity: 0;
    transform: translateX(10vw);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes outAnime {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 1;
    transform: translateX(10vw);
  }
}
@media screen and (max-width: 767px) {
  @keyframes inAnime {
    from {
      opacity: 0;
      transform: translateX(20vw);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes outAnime {
    from {
      opacity: 1;
      transform: translateX(0);
    }
    to {
      opacity: 1;
      transform: translateX(20vw);
    }
  }
}
.pagetop {
  position: fixed;
  z-index: 2;
  bottom: 5vh;
  right: 5vw;
}
@media screen and (max-width: 767px) {
  .pagetop {
    bottom: 3vh;
  }
}
.pagetop__btn {
  border-radius: 100%;
  width: 2.5rem;
  height: 2.5rem;
  opacity: 0;
  transform: translateX(10vw);
  display: grid;
  place-items: center;
  place-content: center;
  background-color: #393757;
  color: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .pagetop__btn {
    width: 2rem;
    height: 2rem;
    transform: translateX(20vw);
  }
}
.pagetop__btn:hover {
  background-color: #d4497e;
  color: #f5f5f5;
}
.pagetop__btn.slidein {
  animation: inAnime 0.5s forwards;
}
.pagetop__btn.slideout {
  animation: outAnime 0.5s forwards;
}
.pagetop__p {
  transform: translateY(-0.1rem);
}
@media screen and (max-width: 767px) {
  .pagetop__p {
    font-size: 0.8rem;
  }
}

.footer {
  border-top: 1px solid #232142;
  padding: 1.5rem;
  margin-left: 15vw;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 1rem;
    margin-left: 0;
  }
}
.footer__copy {
  font-size: 0.8rem;
}
@media screen and (max-width: 767px) {
  .footer__copy {
    font-size: 0.75rem;
  }
}

body.dark .pagetop__btn {
  background-color: #ebdbdb;
  color: #232142;
}
body.dark .pagetop__btn:hover {
  background-color: #d4497e;
  color: #f5f5f5;
}
body.dark .footer {
  border-top: 1px solid #f4eded;
}

.wp-pagenavi {
  border-top: 1px solid #232142;
  padding: 2.5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    padding: 1.5rem 0;
    gap: 0.3rem;
  }
}
.wp-pagenavi .page {
  font-size: 0.7rem;
  border-radius: 100%;
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  place-content: center;
  background-color: #393757;
  color: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi .page {
    font-size: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}
.wp-pagenavi .page:hover {
  background-color: #d4497e;
  color: #f5f5f5;
}
.wp-pagenavi .current {
  font-size: 0.7rem;
  border-radius: 100%;
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  place-content: center;
  background-color: #d4497e;
  color: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi .current {
    font-size: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {
  width: 1.5rem;
  height: 1.5rem;
  display: grid;
  place-items: center;
  place-content: center;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .first,
  .wp-pagenavi .last {
    width: 1rem;
    height: 1rem;
  }
}

body.dark .wp-pagenavi {
  border-top: 1px solid #f4eded;
}
body.dark .wp-pagenavi .page {
  background-color: #ebdbdb;
  color: #232142;
}
body.dark .wp-pagenavi .page:hover {
  background-color: #d4497e;
  color: #f5f5f5;
}

#trpg-article .heading .contents__ul {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
#trpg-article .heading .contents__li {
  padding-top: 0;
}
#trpg-article .heading .contents__btn {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  #trpg-article .heading .contents__btn {
    font-size: 0.8rem;
  }
}
#trpg-article .heading .scenario {
  max-width: 550px;
  margin-top: 1rem;
  border: 1px solid #393757;
  border-radius: 10px;
  overflow: hidden;
}
#trpg-article .heading .scenario__box {
  padding: 1rem 2rem;
  transition: 0.3s;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#trpg-article .heading .scenario__box:hover {
  background-color: #f5f5f5;
  color: #d4497e;
}
#trpg-article .heading .scenario__box:hover .scenario__btn {
  color: #d4497e;
}
@media screen and (max-width: 767px) {
  #trpg-article .heading .scenario__box {
    padding: 0.5rem 1.5rem;
  }
}
#trpg-article .heading .scenario__title {
  line-height: 1;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  #trpg-article .heading .scenario__title {
    font-size: 0.9rem;
  }
}
#trpg-article .heading .scenario__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
#trpg-article .heading .scenario__ol {
  padding: 1.5rem 3rem;
  border-top: 1px dotted #393757;
}
@media screen and (max-width: 767px) {
  #trpg-article .heading .scenario__ol {
    padding: 0.5rem 1.5rem 1rem 1.5rem;
  }
}
#trpg-article .heading .scenario__li::before {
  content: "⚫︎ ";
  color: #d4497e;
}
#trpg-article .heading .scenario__a {
  line-height: 1;
}
#trpg-article .heading .scenario__a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #trpg-article .heading .scenario__a {
    font-size: 0.8rem;
  }
}

body.dark #trpg-article .heading .scenario {
  border: 1px solid #747292;
  border-radius: 10px;
  overflow: hidden;
}
body.dark #trpg-article .heading .scenario__box:hover {
  background-color: #ebdbdb;
  color: #d4497e;
}
body.dark #trpg-article .heading .scenario__box:hover .scenario__btn {
  color: #d4497e;
}
body.dark #trpg-article .heading .scenario__ol {
  border-top: 1px dotted #747292;
}

.sort {
  margin-top: 10vh;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #232142;
}
@media screen and (max-width: 767px) {
  .sort {
    margin-top: 4rem;
  }
}
.sort__btn {
  line-height: 1;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
}
.sort__icon {
  line-height: 1;
  font-size: 1.2rem;
  margin-right: 0.3rem;
}

.archive {
  padding-top: 0;
}
.archive + .archive {
  border-top: 1px solid #232142;
}
.archive__wrapper {
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .archive__wrapper {
    padding: 3rem 0;
  }
}
.archive__title {
  font-size: 1.3rem;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px dotted #232142;
  transform: translateX(-0.5rem);
}
@media screen and (max-width: 767px) {
  .archive__title {
    font-size: 1rem;
    line-height: 1.2;
    transform: translateX(0);
  }
}
.archive__lightbox {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #747292;
}
.archive__lightbox:hover {
  border: 1px solid #d4497e;
}
.archive__lightbox:hover .archive__img {
  transform: scale(1.125);
}
.archive__imgbox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .archive__imgbox {
    width: 70vw;
    margin: 0 auto;
  }
}
.archive__img {
  width: 15vw;
  height: auto;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .archive__img {
    width: 70vw;
  }
}
.archive__tags {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.archive__tag {
  font-family: "M PLUS Rounded 1c", sans-serif;
  padding: 0.3rem 0.8rem;
  border-radius: 50px;
  border: 1px solid #232142;
  line-height: 1;
  display: grid;
  place-items: center;
  place-content: center;
}
.archive__tag:hover {
  background-color: #f5f5f5;
}
.archive__tag--p {
  font-size: 0.8rem;
}
@media screen and (max-width: 767px) {
  .archive__tag {
    padding: 0 0.8rem;
  }
  .archive__tag--p {
    transform: translateY(-0.1rem);
  }
}
.archive__foot {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .archive__foot {
    margin-top: 0.3rem;
  }
}
.archive__date {
  font-size: 0.8rem;
  text-indent: 0.2rem;
  border-bottom: 1px dotted #747292;
}
@media screen and (max-width: 767px) {
  .archive__date {
    font-size: 0.7rem;
  }
}
.archive__twilink {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .archive__twilink {
    font-size: 1rem;
  }
}

.pagenation {
  display: none;
  border-top: 1px solid #232142;
  padding: 2.5rem 0;
}
.pagenation__wrapper {
  display: grid;
  place-items: center;
  place-content: center;
}
.pagenation__box {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.pagenation__arrow {
  width: 1.5rem;
  height: 1.5rem;
  display: grid;
  place-items: center;
  place-content: center;
}
.pagenation__number {
  font-size: 0.8rem;
  border-radius: 100%;
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  place-content: center;
  background-color: #393757;
  color: #f5f5f5;
}
.pagenation__number:hover {
  background-color: #d4497e;
  color: #f5f5f5;
}

body.dark .sort {
  border-bottom: 1px solid #f4eded;
}
body.dark .archive + .archive {
  border-top: 1px solid #f4eded;
}
body.dark .archive__title {
  border-bottom: 1px dotted #f4eded;
}
body.dark .archive__lightbox {
  border: 1px solid #f4eded;
}
body.dark .archive__lightbox:hover {
  border: 1px solid #d4497e;
}
body.dark .archive__tag {
  font-family: "M PLUS Rounded 1c", sans-serif;
  padding: 0.3rem 0.8rem;
  border-radius: 50px;
  border: 1px solid #f4eded;
  line-height: 1;
}
body.dark .archive__tag:hover {
  background-color: #ebdbdb;
}
@media screen and (max-width: 767px) {
  body.dark .archive__tag {
    padding: 0 0.8rem;
  }
  body.dark .archive__tag--p {
    transform: translateY(-0.1rem);
  }
}
body.dark .pagenation {
  border-top: 1px solid #f4eded;
}
body.dark .pagenation__number {
  background-color: #ebdbdb;
  color: #232142;
}
body.dark .pagenation__number:hover {
  background-color: #d4497e;
  color: #f5f5f5;
}

/*# sourceMappingURL=style.css.map */
