@charset "UTF-8";
/*!
Theme Name: suki-joy
Theme URI: http://underscores.me/
Author: Layer
Author URI: https://lit-gallery.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: suki-joy
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

body {
  font-size: 1.6rem;
}

.header {
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.11);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.header-inner {
  display: flex;
  min-width: 0;
  max-width: 1660px;
  height: 110px;
  padding: 0 30px;
  margin: 0 auto;
  align-items: center;
}
.header-left {
  display: flex;
  min-width: 0;
  flex-direction: column;
  flex: 0 0 auto;
  align-items: center;
}
.header-right {
  flex: 0 1 auto;
  margin-left: auto;
}
.header-description {
  color: #585858;
  font-size: 1.2rem;
  font-weight: 300;
  margin: 0 0 6px;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
}
.header-title {
  padding-bottom: 3px;
  margin: 0;
}
.header-title a {
  color: #000;
  text-decoration: none;
}
.header-title a img {
  display: block;
  width: 206px;
  height: 42.31px;
}

@media screen and (min-width: 769px) {
  .global-nav {
    background-color: transparent;
  }
}
.global-nav-menu {
  color: #000;
  font-size: 1.5rem;
  display: flex;
  min-width: 0;
}
.global-nav-menu .menu-item a {
  color: inherit;
  text-decoration: none;
}
.global-nav-menu .menu-item + .menu-item {
  margin-left: 36px;
}
.global-nav-toggle {
  display: none;
}

.container {
  max-width: 1240px;
  padding: 0 30px;
  margin: 0 auto;
}

.site-main {
  margin-top: 110px;
}

.sec {
  margin: 100px 0;
}

.footer {
  padding: 0 24px;
}
.footer-top {
  background-color: #59d8e2;
  padding: 108px 0 90px;
  text-align: center;
}
.footer-logo {
  display: block;
  width: 280px;
  height: 57.5px;
  margin: 0 auto;
}
.footer-description {
  color: #383838;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2em;
  margin: 34px 0 0;
}
.footer-category-menu {
  display: flex;
  min-width: 0;
  padding: 0;
  margin: 60px 0 60px;
  justify-content: center;
  align-items: center;
  list-style: none;
}
.footer-category-menu .menu-item a {
  color: #0A0A0A;
  font-size: 1.5rem;
  text-decoration: none;
}
.footer-category-menu .menu-item + .menu-item {
  margin-left: 36px;
}
.footer-sns-list {
  display: flex;
  min-width: 0;
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  list-style: none;
}
.footer-sns-list__item + .footer-sns-list__item {
  margin-left: 30px;
}
.footer-sns-list__item .sns-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  transition: opacity 0.3s;
}
.footer-sns-list__item .sns-link:hover {
  opacity: 0.7;
}
.footer-sns-list__item .sns-link--twitter img {
  width: 38px;
  height: 30.87px;
}
.footer-sns-list__item .sns-link--instagram img {
  width: 38px;
  height: 38px;
}
.footer-bottom {
  padding: 100px 0 36px;
}
.footer-menu {
  display: flex;
  min-width: 0;
  padding: 0;
  margin: 0 0 80px;
  justify-content: center;
  align-items: center;
  list-style: none;
}
.footer-menu .menu-item a {
  color: #0A0A0A;
  font-size: 1.5rem;
  font-weight: 300;
  text-decoration: none;
}
.footer-menu .menu-item + .menu-item {
  margin-left: 36px;
}
.footer .copyright {
  font-size: 1.2rem;
  font-weight: 300;
  text-align: center;
  margin: 0;
}

.archive-list {
  display: flex;
  min-width: 0;
  margin: 0 -18px;
}
.archive-list__item {
  flex: 0 0 33.333%;
  padding: 18px;
}

.post-card {
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s;
  overflow: hidden;
}
.post-card:hover {
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.2);
}
.post-card-bottom {
  padding: 22px 24px;
}
.post-card__thumbnail {
  display: block;
  padding-top: 56.25%;
  background-color: #bdbdbd;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.post-card__title {
  color: #0A0A0A;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0;
  line-height: 1.5;
  letter-spacing: 0.05em;
  height: 72px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.post-card__title a {
  color: inherit;
  text-decoration: none;
}
.post-card__date {
  color: #4D4D4D;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.05em;
}

.sec-title {
  font-size: 36px;
  color: #585858;
  letter-spacing: 0.05em;
  margin: 0 0 40px;
  text-align: center;
}
.sec-title__accent {
  color: #00ACC3;
}

.main-visual {
  padding: 24px;
}
.main-visual-inner {
  padding-top: 34.91%;
  background-image: url(img/top/mainvisual.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
