@charset "UTF-8";
html, body {
  overflow-x: hidden;
}

.comment-reply-link {
  border: 1px solid #000;
  padding: 5px 15px;
  text-decoration: none;
  color: #000;
}

.comment-reply-link:hover {
  color: #fff;
  background: #000;
  text-decoration: none;
}

.right-part {
  padding-right: 30px;
  padding-top: 30px;
}

.site-title a {
  font-size: 21px;
}

.widget-area {
  padding-top: 30px;
}

.widget {
  padding: 30px;
  border: 1px solid #ddd;
}

.widget h2 {
  border-bottom: 0px solid #ddd;
  padding-bottom: 0px;
}

.entry-footer {
  margin-top: 15px;
}

pre {
  background: #fff;
  padding: 10px;
}

article.post {
  margin-bottom: 30px;
  background-color: transparent;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.07);
  border: 0px solid #ddd;
}

h1.entry-title {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 5px;
}

.cat-button a {
  padding: 13px 35px;
  font-size: 18px;
  margin-bottom: 20px;
  display: inline-block;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 5px;
  border: 1px solid #ddd;
  text-decoration: none;
  transition: 0.5s;
  margin-right: 5px;
}

.cat-button a:hover {
  background-color: #000;
  color: #fff;
  transition: 0.5s;
}

.post-content {
  padding: 0;
}

.blog-button {
  margin-top: 30px;
}

.blog-button a {
  border: 1px solid #ddd;
  padding: 10px 25px;
  text-decoration: none;
  transition: 0.5s;
}

.blog-button a:hover {
  background-color: #ddd;
  transition: 0.5s;
}

.page-links {
  margin-top: 30px;
}

h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
  -ms-word-break: break-word;
  word-break: break-word;
}

.section-title {
  padding: 50px 0;
  text-align: center;
}

.section-title h2 {
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.nav-links a {
  overflow-wrap: break-word;
  -ms-word-break: break-word;
  word-break: break-word;
}

.single-work-box {
  display: block;
}

.work-box-bg {
  position: relative;
  height: 120px;
  background-color: #333;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.work-box-bg:after {
  background-color: #333;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: 0.5s;
}

@media (max-width: 767px) {
  .work-box-bg {
    height: 100px;
  }
}
.carousel-inner .work-box-bg:after {
  visibility: visible;
  opacity: 0.5;
}

.single-work-box:hover .work-box-bg:after {
  opacity: 0.5;
  visibility: visible;
}

.single-work-box.blog:hover .work-box-bg:after {
  opacity: 0.9;
}

.work-box-bg i {
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #333;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.cate {
  opacity: 1;
  visibility: visible;
  background-color: #fff;
  color: #333;
  font-size: 16px;
  text-align: center;
  left: 45%;
  top: 45%;
  position: absolute;
  transition: 0.5s;
}

.cate .single-work-box {
  margin-bottom: 0px;
}

.cate a {
  text-decoration: none;
  padding: 5px 15px;
  display: block;
  margin-bottom: 10px;
}

.single-work-box:hover .work-box-bg i {
  opacity: 1;
  visibility: visible;
}

.single-work-box .work-box-bg i:hover {
  background-color: #333;
  color: #fff;
}

.razia-project-shorting {
  margin-left: 0px;
  padding: 0;
  list-style: none;
}

ul.razia-project-shorting {
  margin-bottom: 50px;
}

.razia-project-shorting li {
  display: inline-block;
  margin-right: 20px;
  cursor: pointer;
  text-transform: uppercase;
  transition: 0.5s;
}

.razia-project-shorting li.active {
  position: relative;
}

.razia-project-shorting li.active:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background-color: #333;
  width: 100%;
  height: 1px;
}

.project .post-content {
  padding: 0px;
}

.post-hover a,
.post-bottom a {
  text-decoration: none;
  color: #444;
  text-align: center;
  letter-spacing: 2px;
}

.post-bottom {
  text-align: center;
  border: 1px solid #ddd;
  padding: 20px;
}

.post-bottom h2 {
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 15px;
}

.post-bottom h2 a:hover {
  text-decoration: none;
}

.read-more-btn {
  position: absolute;
  font-size: 15px;
  line-height: 2em;
  color: #fff !important;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  display: block;
  cursor: pointer;
  transition: all 700ms ease;
  top: 45%;
  left: 40%;
  display: none;
  visibility: hidden;
}

.single-work-box:hover .read-more-btn {
  display: block;
  visibility: visible;
  transition: 0.5s;
}

.read-more-btn:hover {
  text-decoration: none;
}

/* Mobile Layout*/
@media (min-width: 320px) and (max-width: 480px) {
  .nav-previous {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .nav-next {
    text-align: center;
    width: 100%;
    float: right;
  }
  .right-part {
    padding-right: 0;
    padding-top: 0;
  }
  .cate {
    left: 38%;
  }
}
.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 0; /* 画像間の隙間ゼロ */
}

.wp-block-gallery .wp-block-image {
  margin: 0 !important;
  padding: 0 !important;
  flex-grow: 1;
}

.wp-block-gallery img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.masonry-gallery {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 0;
       column-gap: 0;
}

.masonry-gallery .wp-block-image {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding: 5px;
  }
}
.archive-post {
  gap: 10px;
}
.archive-post .post {
  width: calc((100% - 40px) / 5);
}

.archive .attachment-post-thumbnail.size-post-thumbnail {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .archive-post {
    gap: 10px;
  }
  .archive-post .post {
    width: calc((100% - 10px) / 2);
  }
}
.entry-title {
  margin-bottom: 0;
}

.top-photos {
  width: 100%;
}
.top-photos__list {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
}
.top-photos__item {
  width: 12.5%;
  max-width: 100%;
}

@media (max-width: 767px) {
  .top-photos {
    width: 100vw !important;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0 !important;
  }
  .top-photos__item {
    width: 33.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  body.cat-portrait {
    overflow-x: hidden;
  }
  body.cat-portrait .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    width: 50%;
  }
  body.cat-portrait .post-content {
    margin-left: -16px; /* 左paddingを相殺 */
    margin-right: -16px; /* 右paddingを相殺 */
    max-width: none;
  }
  body.cat-portrait .col-lg-9, body.cat-portrait .col-lg-12 {
    padding: 0;
  }
}
.tweet-archive {
  display: flex;
  flex-direction: column;
}
.tweet-item {
  display: flex;
  gap: 10px;
}
.tweet-item {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.tweet-meta {
  margin-bottom: 2px;
  color: #999;
}
.tweet-archive a {
  text-decoration: none;
}
.tweet-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tweet-thumb {
  width: 20%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tweet-title {
  width: 80%;
}
.tweet-title h3 {
  font-size: 16px;
}

@media (min-width: 768px) {
  .tweet-item {
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .tweet-item {
    flex-direction: column;
    justify-content: stretch;
  }
  .tweet-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .tweet-thumb {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .tweet-title {
    width: 100%;
  }
  .tweet-content {
    font-size: 14px;
    line-height: 1.5;
  }
}/*# sourceMappingURL=main-style.css.map */