@charset "UTF-8";
html, body, h1, h2, h3, h4, p, figure, input, textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  word-break: break-word;
  color: #333;
}

img {
  vertical-align: top;
  transition: filter 0.1s;
}

a {
  text-decoration: none;
  color: #3b61c9;
  transition: all 0.1s;
}
a:hover {
  text-decoration: underline;
  color: #161370;
}
a:hover img:not(.emoji) {
  filter: brightness(0.8);
}

.a-img-border a:hover img {
  border: 2px solid #ddd;
}
.a-img-border img {
  border: 2px solid transparent;
  box-sizing: border-box;
}

input[type=submit] {
  cursor: pointer;
}

.common-section-title {
  position: relative;
  top: 7px;
  margin-bottom: 26px;
  font-size: 22px;
}
.common-section-title::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  height: 14px;
  background-color: #ddd;
  z-index: -1;
}
.common-section-title span {
  display: inline-block;
  margin-left: 0.7em;
  font-size: 0.7em;
  font-weight: bold;
}
.common-section-title span::before {
  content: "-";
  display: inline-block;
  margin: 0 4px;
}

.common-text-hidden {
  height: 0;
}

.common-category-label::before {
  position: absolute;
  display: block;
  margin: 2px;
  padding: 0.22em 0.6em;
  font-size: 15px;
  border-radius: 4px;
  color: white;
  z-index: 10;
}
.common-category-label.cat-500::before {
  content: "500";
  background-color: rgba(219, 132, 108, 0.8);
}
.common-category-label.cat-900::before {
  content: "900";
  background-color: rgba(108, 145, 219, 0.8);
}
.common-category-label.cat-free::before {
  content: "free";
  background-color: rgba(138, 219, 108, 0.8);
}
.common-category-label.cat-none::before {
  content: "none";
  background-color: rgba(106, 106, 106, 0.8);
}
.common-category-label img {
  position: relative;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}

.common-category-color.cat-500 {
  background-color: rgba(219, 132, 108, 0.8);
}
.common-category-color.cat-900 {
  background-color: rgba(108, 145, 219, 0.8);
}
.common-category-color.cat-free {
  background-color: rgba(138, 219, 108, 0.8);
}
.common-category-color.cat-none {
  background-color: rgba(106, 106, 106, 0.8);
}

.common-content-update {
  margin-top: -12px;
  margin-bottom: 16px;
  font-size: 14px;
}
.common-content-update.new {
  font-weight: bold;
  color: green;
}

.common-content > * {
  margin-bottom: 30px;
}
.common-content > *:last-child {
  margin-bottom: 0;
}
.common-content a img {
  border-radius: 6px;
}
.common-content p {
  line-height: 1.6;
}
.common-content > h2 {
  margin: 40px 0 16px;
  font-size: 20px;
  line-height: 1.3;
}
.common-content > h2:first-child {
  margin-top: 0;
}
.common-content p + p {
  margin-top: 16px;
}
.common-content ul {
  margin-left: 1.6em;
  list-style: square;
}
.common-content li {
  margin-bottom: 1em;
  line-height: 1.5;
}
.common-content li:last-child {
  margin-bottom: 0;
}
.common-content li:first-line {
  font-weight: bold;
}
.common-content .fantia-contents-section {
  margin: 50px 0 0;
  padding: 16px;
  border: 1px solid #aaa;
}
.common-content .fantia-contents-title {
  margin-bottom: 0.5em;
  font-size: 18px;
  line-height: 1.3;
  color: #467892;
}
.common-content .fantia-contents-ul {
  list-style: square;
}
.common-content .fantia-contents-ul li:first-line {
  font-weight: bold;
}

.change-domain {
  margin-bottom: 24px;
  padding: 14px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  background-color: #e7c4e5;
  position: relative;
}
.change-domain::before, .change-domain::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: max(20px, 5.3333333333%);
}
.change-domain::before {
  left: 0;
  background: linear-gradient(90deg, white, transparent);
}
.change-domain::after {
  right: 0;
  background: linear-gradient(-90deg, white, transparent);
}

.site-header {
  border-bottom: 1px solid #333;
}
.site-header .header-title {
  display: flex;
  justify-content: right;
  align-items: center;
  height: 20vw;
  padding-right: 20px;
  background: url("../img/header-cover.jpg") no-repeat center center/cover;
}
.site-header .site-title {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  font-size: 34px;
  font-weight: 500;
  font-family: "Karla", sans-serif;
  text-align: right;
}
.site-header .site-title a {
  text-decoration: none;
  opacity: 0.9;
  color: white;
}

@media screen and (min-width: 900px) {
  .site-header .header-title {
    height: 200px;
  }
  .site-header .site-title {
    font-size: 54px;
  }
  .site-header .header-menu li {
    font-size: 17px;
  }
}
@media screen and (min-width: 1250px) {
  .site-header .header-title {
    height: 230px;
  }
}
.header-menu {
  position: sticky;
  top: 0;
  border-bottom: 1px solid #333;
  background-color: white;
  z-index: 100;
}
.header-menu ul {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  max-width: 1250px;
  margin: 0 auto;
  padding: 12px min(5%, 22px);
  box-sizing: border-box;
}
.header-menu li {
  font-size: 15px;
}
.header-menu li + li {
  padding-left: 20px;
  border-left: 3px dotted #333;
}
.header-menu a {
  position: relative;
  color: #333;
}
.header-menu a.selected::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 4px;
  background-color: orange;
}
.header-menu a span {
  display: inline-block;
  margin-left: 6px;
  font-size: 0.8em;
  color: green;
}

.scroll-top-btn {
  position: fixed;
  right: 5%;
  bottom: 5%;
  display: none;
  width: 60px;
  height: 60px;
  font-size: 26px;
  line-height: 60px;
  text-align: center;
  border: 3px solid white;
  border-radius: 50%;
  background-color: rgba(87, 97, 106, 0.85);
  transition: none;
  z-index: 101;
}
.scroll-top-btn:hover {
  font-size: 30px;
  text-decoration: none;
}
.scroll-top-btn:active {
  transform: scale(0.9);
}

.site-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  background: #ddd;
}

.site-container {
  max-width: 1250px;
  margin: 0 auto;
  padding: 28px 5%;
  box-sizing: border-box;
}
@media screen and (min-width: 900px) {
  .site-container {
    display: grid;
    grid-template-columns: 1fr 290px;
    -moz-column-gap: 4%;
         column-gap: 4%;
    padding: 36px min(5%, 20px);
  }
}

main {
  margin-bottom: 54px;
}

.sidebar {
  padding: 18px;
  background-color: #eee;
}
.sidebar section:not(:last-child) {
  margin-bottom: 36px;
}
.sidebar .sidebar-section-title {
  margin-bottom: 16px;
  padding-bottom: 4px;
  font-size: 18px;
  border-bottom: 1px solid #333;
}
@media screen and (min-width: 900px) {
  .sidebar .sidebar-section-title {
    font-size: 20px;
  }
}
.sidebar .sidebar-section-title span {
  display: inline-block;
  margin-left: 0.7em;
  font-size: 0.7em;
  font-weight: bold;
}
.sidebar .sidebar-section-title span::before {
  content: "-";
  display: inline-block;
  margin: 0 4px;
}
.sidebar .new-post ul {
  margin-bottom: 26px;
}
.sidebar .new-post li:not(:last-child) {
  margin-bottom: 4px;
}
.sidebar .new-post li a {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  color: #333;
}
.sidebar .new-post li a:hover {
  text-decoration: none;
}
.sidebar .new-post .post-icatch {
  position: relative;
  width: 60px;
  flex-shrink: 0;
}
.sidebar .new-post .post-icatch img {
  border-radius: 6px;
}
.sidebar .new-post .sidebar-category-label::before {
  bottom: 0;
  font-size: 13px;
}
.sidebar .new-post .post-title {
  margin-bottom: 0.4em;
  font-size: 14px;
  line-height: 1.2;
}
.sidebar .new-post .post-date {
  font-size: 12px;
  color: green;
}
.sidebar .new-post .more-button {
  font-size: 13px;
  text-align: right;
}
.sidebar .new-post .more-button a {
  padding: 4px 6px;
  border: 1px solid #777;
  border-radius: 5px;
}
.sidebar .new-post .more-button a::after {
  content: "▶";
}
.sidebar .category-list,
.sidebar .archive-list {
  font-size: 15px;
}
.sidebar .category-list ul,
.sidebar .archive-list ul {
  margin: 20px;
  list-style: disc;
}
.sidebar .category-list ul li,
.sidebar .archive-list ul li {
  margin-bottom: 0.6em;
}

body.home main .memo {
  display: inline-block;
  margin-bottom: 40px;
  padding-bottom: 2px;
  font-size: 15px;
  border-bottom: 3px dotted #aaa;
}
body.home main .memo h2 {
  display: inline-block;
  font-size: 17px;
}
body.home main .memo h2::before {
  content: "＊";
}
body.home main .memo h2::after {
  content: "：";
}
body.home main .about {
  margin-bottom: 40px;
}
body.home main .about .about-text {
  padding: 0 3% 14px;
  line-height: 1.6;
  border-bottom: 1px solid #aaa;
}
body.home main .about .about-link {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin-bottom: 40px;
}
body.home main .about .about-link li {
  font-size: 15px;
}
body.home main .about .about-link li::before {
  content: "🔗";
}
body.home main .more-button {
  text-align: center;
}
body.home main .more-button a {
  display: inline-block;
  margin: 16px 0 40px;
  padding: 8px 20px;
  font-size: 14px;
  border-radius: 14px;
  color: white;
  background-color: #6d6d6d;
  cursor: pointer;
}
body.home main .more-button a:hover {
  text-decoration: none;
}
body.home main .more-button a::after {
  content: "▶";
}
body.home main .posts .common-posts-list {
  padding-bottom: 20px;
}
body.home main .posts-list {
  padding-bottom: 30px;
  border-bottom: 1px solid #aaa;
}
body.home main .counter {
  text-align: right;
}

.common-posts-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px 14px;
}
@media screen and (min-width: 600px) {
  .common-posts-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.common-posts-list a {
  display: block;
  color: #333;
}
.common-posts-list a:hover {
  text-decoration: none;
}
.common-posts-list .post-icatch {
  margin-bottom: 10px;
}
.common-posts-list .post-icatch img {
  border-radius: 6px;
}
.common-posts-list .post-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 0;
  overflow: hidden;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.3;
}
.common-posts-list .content-excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 0;
  overflow: hidden;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 1.4;
}
.common-posts-list .post-date {
  font-size: 12px;
  color: green;
}

body.single main .post-article {
  margin: 0 auto;
}
body.single main .post-article .wp-block-gallery {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
}
body.single main .post-article .wp-block-gallery .wp-block-image {
  width: auto !important;
}
body.single main .post-article .wp-block-gallery img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  cursor: zoom-in;
}
body.single main .post-date {
  display: inline-block;
  margin-bottom: 10px;
  padding-bottom: 2px;
  font-size: 15px;
  line-height: 1.2;
  border-bottom: 2px dotted #aaa;
}
body.single main .post-date.new::after {
  content: "NEW";
  margin-left: 8px;
  padding: 2px 6px 1px;
  font-size: 13px;
  font-weight: bold;
  border-radius: 6px;
  color: #333;
  background-color: #f5ea75;
}
body.single main .post-category {
  display: inline-block;
  margin-bottom: 15px;
  padding: 5px 8px;
  font-size: 13px;
  vertical-align: text-top;
  color: white;
}
body.single main .post-title {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1.2;
}
body.single main .post-icatch {
  width: 80%;
  margin-bottom: 30px;
}
body.single main .wpra-reactions-wrap {
  margin-top: 0;
}
body.single main .wpra-call-to-action {
  position: relative;
  top: 110px;
  font-size: 15px !important;
  font-weight: bold !important;
}
body.single main .size-small .wpra-reaction {
  width: 44px;
  height: 44px;
}
body.single main .post-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 1em;
}
body.single main .post-link li:last-of-type {
  margin-left: auto;
}

@media screen and (min-width: 900px) {
  body.single main .size-small .wpra-reaction {
    width: 50px;
    height: 50px;
  }
  body.single main .wpra-call-to-action {
    top: 118px;
    font-size: 16px !important;
  }
}
body.archive main .archive-title {
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: bold;
}
body.archive main .archive-title.hide {
  margin-top: calc(-1em - 14px);
  color: transparent;
  cursor: default;
}
body.archive main .post-count {
  margin-top: -30px;
  margin-bottom: 20px;
  font-size: 15px;
  text-align: right;
}
body.archive main .post-list-title {
  margin-bottom: 26px;
}
body.archive main .category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 8px;
  margin: 24px 0 30px;
}
body.archive main .category-list a {
  padding: 6px 12px;
  font-size: 13px;
  border: 1px solid #aaa;
  border-radius: 12px;
  color: #333;
  background-color: #eee;
}
body.archive main .category-list a:hover {
  background-color: #bad6ff;
}

#comments {
  margin-top: 30px;
}
#comments .comment-reply-title,
#comments #comments-count {
  position: relative;
  top: 7px;
  margin-bottom: 26px;
  font-size: 19px;
}
#comments .comment-reply-title::before,
#comments #comments-count::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  height: 14px;
  background-color: #ddd;
  z-index: -1;
}
#comments .comment-reply-title span,
#comments #comments-count span {
  display: inline-block;
  margin-left: 0.7em;
  font-size: 0.7em;
  font-weight: bold;
}
#comments .comment-reply-title span::before,
#comments #comments-count span::before {
  content: "-";
  display: inline-block;
  margin: 0 4px;
}
#comments .logged-in-as {
  display: none;
}
#comments .comment-respond p {
  margin: 12px 0;
}
#comments .comment-form {
  padding: 0 3%;
  font-size: 15px;
  line-height: 1.2;
}
#comments .comment-form-author {
  margin-top: 26px !important;
}
#comments label[for=author],
#comments label[for=comment] {
  display: block;
  margin-bottom: 4px;
  font-weight: bold;
}
#comments label[for=wp-comment-cookies-consent] {
  font-size: 15px;
}
#comments .required {
  display: none;
}
#comments input,
#comments textarea {
  padding: 4px;
  box-sizing: border-box;
}
#comments textarea[name=comment] {
  width: 100%;
  height: 80px;
  line-height: 1.3;
}
#comments input[type=submit] {
  padding: 5px 10px;
  border: 1px solid #333;
  border-radius: 3px;
  color: #333;
  background-color: #eee;
}
#comments label[for=wp-comment-cookies-consent] {
  margin-left: 4px;
}
#comments #comments-list {
  padding: 0 3%;
}
#comments #comments-list li {
  margin-bottom: 26px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}
#comments #comments-list p {
  line-height: 1.4;
}
#comments .says {
  display: none;
}
#comments .comment-author {
  margin-bottom: 6px;
  font-weight: bold;
  font-style: normal;
}
#comments .comment-author a {
  color: #333;
}
#comments .comment-meta {
  margin-bottom: 10px;
  font-size: 14px;
}
#comments .comment-meta a {
  color: #0ea0a0;
}
#comments .reply {
  margin-top: 12px;
}
#comments .reply a {
  padding: 3px 12px;
  font-size: 14px;
  border-bottom: 1px solid #333;
  border-radius: 10px;
  color: #333;
  background-color: #f7f7f7;
}
#comments .children {
  margin-top: 28px;
  margin-left: 3%;
}
#comments .children li {
  padding-left: 20px;
  border-left: 6px solid #eee;
}
#comments .comment-reply-title small {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  text-align: right;
}

body.message main .wpcf7-form label {
  font-weight: bold;
}
body.message main .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
}
body.message main .wpcf7-form p {
  margin-bottom: 20px;
}
body.message main .wpcf7-form input,
body.message main .wpcf7-form textarea {
  max-width: 100%;
  padding: 4px;
  box-sizing: border-box;
}
body.message main .wpcf7-form textarea {
  width: 100%;
  max-width: 560px;
  height: 150px;
  line-height: 1.3;
}
body.message main .wpcf7-form input[type=submit] {
  padding: 3px 22px;
  font-weight: bold;
}
body.message main .wpcf7-form .wpcf7-not-valid-tip {
  margin-top: 2px;
  font-size: 14px;
}
body.message main .wpcf7-form .wpcf7-response-output {
  margin: 0;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.3;
}

.pagination {
  margin-top: 30px;
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
  text-align: center;
}
.pagination .page-numbers {
  padding: 6px 10px;
  font-size: 15px;
  border: 1px solid #bbb;
  border-right: none;
}
.pagination .page-numbers:last-child {
  border-right: 1px solid #bbb;
}
.pagination .current {
  background-color: #eee;
}
.pagination a {
  color: #333;
}
.pagination a:hover {
  text-decoration: none;
  background-color: #eee;
}

.page-content {
  padding: 0 3%;
}

.ofuse {
  margin: 40px 0 50px;
  text-align: center;
}
.ofuse div {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}

.wp-embedded-content {
  max-width: 100%;
}

video {
  width: auto !important;
  max-width: 100%;
}/*# sourceMappingURL=style.css.map */