@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  background-color: #111;
  color: #fff;
  font-size: 16px;
  padding-top: 3rem;
  position: relative;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.wrapper {
  padding-inline: 40px;
  max-width: 1280px;
  width: 100%;
  margin-top: 60px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .wrapper {
    flex-direction: column;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding-inline: 20px;
  }
}
.content {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  margin-top: 40px;
  padding-inline: 20px;
}
@media screen and (max-width: 768px) {
  .content {
    margin-top: 20px;
  }
}

.breadcrumb {
  color: #fff;
  padding-top: 20px;
  padding-left: 20px;
}

.page-title {
  font-size: 30px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page-title {
    font-size: 24px;
  }
}

/* ------------------------------------------------------
    header
------------------------------------------------------ */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  background-color: #333;
  -webkit-box-shadow: 0 0 20px #ccc;
  box-shadow: 0 0 20px #ccc;
  height: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  padding-inline: 20px;
}
@media screen and (max-width: 768px) {
  .header {
    justify-content: space-between;
  }
}

.header-logo {
  /* position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); */
  width: fit-content;
  font-size: 30px;
  font-family: "Viaoda Libre", serif;
}
.header-logo a {
  text-wrap: nowrap;
}
.header-nav {
  height: 100%;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header-nav {
    display: none;
  }
}
.header-nav_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #c0c0c0;
  height: inherit;
}

.header-nav_list {
  max-width: 250px;
  width: 100%;
  text-align: center;
}
.header-nav_list a {
  line-height: 2rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.header-nav_list a:hover {
  color: #e6b422;
}

.menu-bars {
  width: 40px;
  height: 30px;
  position: relative;
  display: none;
}
@media screen and (max-width: 768px) {
  .menu-bars {
    display: block;
  }
}

.menu-bars span {
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 3px;
  position: absolute;
  content: "";
  left: 0;
}

.menu-bars span:nth-of-type(1) {
  top: 0;
}
.menu-bars span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.menu-bars span:nth-of-type(3) {
  bottom: 0;
}

.drawer-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #333;
  z-index: 20;
  display: none;
  opacity: 0;
  transition: opacity 1s, display 1s;
  transition-behavior: allow-discrete;
}
@starting-style {
  .drawer-menu {
    opacity: 0;
  }
}
.drawer-menu.is-open {
  display: block;
  opacity: 1;
}
.drawer_lists {
  width: 100%;
  margin-inline: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.drawer_list {
  font-size: 30px;
  text-align: center;
  transition: color 0.3s;
}
.drawer_list:hover {
  color: #e6b422;
}
.cross-bars {
  width: 100%;
  height: 60px;
  position: fixed;
  z-index: 30;
}
.cross-bars span {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 40px;
  height: 3px;
  background-color: #fff;
  border-radius: 3px;
}
.cross-bars span:nth-of-type(1) {
  transform: rotate(45deg);
}
.cross-bars span:nth-of-type(2) {
  transform: rotate(-45deg);
}

/* ------------------------------------------------------
    First View
------------------------------------------------------ */
.fv {
  max-width: 1000px;
  margin-inline: 40px;
  width: 100%;
  height: 50vh;
  margin-top: 40px;
  margin-inline: auto;
  overflow: hidden;
}

@media screen and (max-width: 1000px) {
  .fv {
    max-width: 100%;
    height: 30vh;
  }
}

/* Swiper */
.fv-swiper {
  width: 100%;
  height: 100%;
}

.fv-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* .fv-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 100px;
  line-height: 1;
}

.fv_main-title {
  margin-top: -10px;
}

.fv-subtitle {
  font-size: 1.5rem;
} */

/* ------------------------------------------------------
    main
------------------------------------------------------ */
.main {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

@media screen and (max-width: 1000px) {
  .main {
    width: 100%;
  }
}

.article {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
}

.article-inner {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 150px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .article-inner {
    height: fit-content;
  }
}
.article-inner:not(:last-of-type) ::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.article-thumbnail {
  width: 150px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: flex;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .article-thumbnail {
    max-width: 150px;
    width: 100%;
  }
}

.article-thumbnail img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.article-text {
  margin-left: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  /* padding: 20px 20px 20px 0; */
}

.article-tag {
  background-color: #039be5;
  border-radius: 5px;
  font-size: 12px;
  padding: 3px 5px;
  line-height: 1;
  color: #000;
}

.article-title {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  margin-top: 10px;
}

.article-daytime {
  font-size: 12px;
  margin-top: 10px;
}

.overview {
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* ページネーション */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .pagination {
    margin-block: 0;
  }
}

.pagination span,
.pagination a {
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  line-height: 1rem;
  display: grid;
  place-items: center;
}

.pagination span:hover,
.pagination a:hover {
  background-color: #fff;
  color: #333;
}

.page-numbers.current {
  background-color: #fff;
  color: #000;
}

/* ------------------------------------------------------
    sidebar
------------------------------------------------------ */
.sidebar {
  width: 22%;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1000px) {
  .sidebar {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .sidebar {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
  }
}

/* 自己紹介 */
.sidebar-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sidebar-title {
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  width: 100%;
}
.archive-title {
  font-size: 20px;
  font-weight: 700;
}

.sidebar-image {
  background-color: #fff;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  position: relative;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .sidebar-image {
    width: 120px;
    height: 120px;
  }
}
.sidebar-image img {
  width: auto;
  height: 100%;
}

.admin-name {
  font-size: 1.5rem;
}
@media screen and (max-width: 1000px) {
  .admin-name {
    font-size: 1.2rem;
  }
}

.admin-text {
  margin-top: 10px;
}

/* アーカイブ */
.sidebar-archive {
  margin-top: 60px;
}
@media screen and (max-width: 1000px) {
  .sidebar-archive {
    margin-top: 0;
  }
}

.archive-lists {
  margin-top: 10px;
}
.archive-lists li {
  border-top: 1px solid #fff;
  padding-block: 10px;
  padding-left: 10px;
}
.archive-lists li:last-child {
  border-bottom: 1px solid #fff;
}
.archive-lists a {
  width: 100%;
  display: inline-block;
  text-align: center;
  text-align: left;
  line-height: 1;
}
.archive-link {
  width: 100%;
  display: inline-block;
  text-align: center;
  text-align: left;
  line-height: 1;
  margin-top: 20px;
}

/* ------------------------------------------------------
    footer
------------------------------------------------------ */
.footer {
  width: 100%;
  background-color: #333;
}
.sns {
  width: 100%;
  padding-block: 10px;
}
.sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sns li {
  width: 50px;
  height: 50px;
  text-align: center;
  display: grid;
  place-items: center;
}
.sns a {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
}

.sns i {
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  font-style: normal;
  padding: 0;
  border: 0;
  height: auto;
}

/* X-Twitter */
.x-twitter_link {
  background-color: #4892cb;
}
.x-twitter::before {
  /* position: relative;
    top: 1px;
    left: 1px; */
  /* content: "\f099"; */
  content: "\f099";
  font-family: "Font Awesome 5 Brands";
}
/* Facebook */
.facebook_link {
  background-color: #3b5998;
}
.facebook::before {
  content: "\f39e";
  font-family: "Font Awesome 5 Brands";
}

/* Pocket */
.pocket_link {
  background-color: #f03e51;
}
.get-pocket::before {
  content: "\f265";
  font-family: "Font Awesome 5 Brands";
}

/* はてなブックマーク */
.hateb_link {
  background-color: #00a5de;
}
.hateb {
  line-height: 1;
  font-weight: 700;
  text-align: center;
  font-size: 20px;
}
/* .hateb::before {
  content: "\e911";
  font-family: "Font Awesome 5 Free";

} */

/* LINE */
.line_link {
  background-color: #25af00;
}
.comment::before {
  content: "\f075";
  font-family: "Font Awesome 5 Free";
}

/* URLコピー */
.clipboard_link {
  background-color: #f3f3f3;
}
.clipboard::before {
  content: "\f328";
  font-family: "Font Awesome 5 Free";
  color: #555;
}

.footer-info {
  background-color: rgba(255, 165, 0, 0.5);
  padding-top: 20px;
  padding-bottom: 20px;
  color: #000;
  position: relative;
}
.footer-info::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(51, 51, 51, 0.1);
  pointer-events: none;
}

.footer-logo {
  text-align: center;
  margin-bottom: 10px;
  font-weight: 700;
}

.copyright {
  width: 100%;
  font-size: 12px;
  text-align: center;
}
