@charset "UTF-8";
/*
Theme Name: Fuwafuwanokuma
Theme URI: https://fuwafuwanokuma.com/
Description: 
Author: 
Author URI: 
Version: 
*/
@import url("https://fonts.googleapis.com/css2?family=Tsukimi+Rounded:wght@600&display=swap");
body {
  margin: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  background-image: url(images/background3.png);
  background-repeat: repeat;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Tsukimi Rounded";
  font-weight: 600;
  color: #4d382e;
}

iframe {
  max-width: 100% !important;
  min-width: initial !important;
  display: inline-block !important;
}

p {
  font-size: 1.1rem;
  line-height: 1.5;
}

ul.news-card-container {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
ul.news-card-container li {
  margin: 12px;
  padding: 0;
  display: grid;
  background: #fffafa;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 800px) {
  ul.news-card-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  ul.news-card-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
ul.news-card-container li img {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}
ul.news-card-container li .news-card-content {
  padding: 12px;
}
ul.news-card-container li .news-card-content h3 {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
ul.news-card-container li .news-card-content .news-card-title {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #4d382e;
  -webkit-text-decoration: dotted underline;
          text-decoration: dotted underline;
}
ul.news-card-container li p {
  margin: 0;
  padding: 12px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}

ul.gallery-card-container {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
ul.gallery-card-container li {
  margin: 12px;
  padding: 0;
  display: grid;
  background: #fffafa;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 800px) {
  ul.gallery-card-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
ul.gallery-card-container li {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
ul.gallery-card-container li .gallery-card-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
ul.gallery-card-container li .gallery-card-content {
  display: none;
}
ul.gallery-card-container li::before {
  content: "";
  display: block;
  padding-top: 75%;
}
ul.gallery-card-container li:hover .gallery-card-content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  padding: 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.75);
}
ul.gallery-card-container li:hover .gallery-card-content h3 {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
ul.gallery-card-container li:hover .gallery-card-content .gallery-card-title {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #4d382e;
  -webkit-text-decoration: dotted underline;
          text-decoration: dotted underline;
}
@media screen and (max-width: 800px) {
  ul.gallery-card-container li:hover .gallery-card-content {
    display: none;
  }
}

ul.topic-card-container {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
ul.topic-card-container li {
  margin: 12px;
  padding: 0;
  display: grid;
  background: #fffafa;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 800px) {
  ul.topic-card-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
ul.topic-card-container li {
  position: relative;
}
ul.topic-card-container li .topic-card-icon {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: auto;
  margin: 4px;
  padding: 0;
}
ul.topic-card-container li .topic-card-icon img {
  width: 100%;
  height: auto;
}
ul.topic-card-container li .topic-card-content {
  padding: 4px;
}
ul.topic-card-container li .topic-card-content h3 {
  padding: 0;
  font-weight: bold;
}
ul.topic-card-container li .topic-card-content h3 a {
  color: #4d382e;
  text-decoration: none;
}
ul.topic-card-container li .topic-card-content h3 a:hover {
  text-shadow: rgba(0, 0, 0, 0.5) 0 0 1px;
}
ul.topic-card-container li .topic-card-content h3 ~ * {
  margin-top: 12px !important;
}

div#hero-container-home {
  width: 100%;
  max-height: 56.2571428571vw;
  background: url(images/hero_fixed.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 825px) {
  div#hero-container-home::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 56.2571428571vw;
    background: linear-gradient(to bottom, #fffafa 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
  }
}
div#hero-container-home header {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 120px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
@media screen and (max-width: 824px) {
  div#hero-container-home header {
    height: 80px;
    background-color: #fffafa;
  }
}
div#hero-container-home header#header-home.is-scrolled {
  background-color: #fffafa;
  position: fixed;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.25);
}
div#hero-container-home header#header-home.is-scrolled ~ #hero {
  padding-top: 120px;
}
div#hero-container-home header h1 {
  grid-column: 1/5;
  height: 120px;
  display: grid;
  align-items: center;
}
@media screen and (max-width: 824px) {
  div#hero-container-home header h1 {
    grid-column: 1/13;
    justify-content: center;
    height: 80px;
  }
}
div#hero-container-home header h1 img {
  height: auto;
  padding: 12px;
  width: auto;
  max-height: 96px;
  max-width: calc(100% - 24px);
}
@media screen and (max-width: 824px) {
  div#hero-container-home header h1 img {
    height: auto;
    padding: 8px;
    width: auto;
    max-height: 64px;
    max-width: calc(100% - 16px);
  }
}
div#hero-container-home header nav {
  grid-column: 5/13;
  height: 120px;
  font-family: "Tsukimi Rounded";
  font-weight: 600;
}
@media screen and (max-width: 824px) {
  div#hero-container-home header nav {
    display: none;
  }
}
div#hero-container-home header nav ul {
  height: 120px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  padding: 0 12px;
}
div#hero-container-home header nav ul li {
  margin: 0 12px;
  list-style-type: none;
}
div#hero-container-home header nav ul li a {
  color: #4d382e;
  text-decoration: none;
  font-size: 1.2rem;
}
div#hero-container-home header nav ul li a:hover {
  text-shadow: rgba(0, 0, 0, 0.5) 0 0 1px;
}
div#hero-container-home #hero {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 100%;
  height: calc(56.2571428571vw - 240px);
}
div#hero-container-home #hero #news-and-pickups-container.pc {
  width: 90%;
  max-width: 900px;
  min-height: 18.7523809524vw;
  margin: 0 auto;
  padding: 16px;
  border-radius: 16px;
  background-color: rgba(250, 250, 250, 0.75);
}
@media screen and (max-width: 1200px) {
  div#hero-container-home #hero #news-and-pickups-container.pc {
    display: none;
  }
}
div#hero-container-home #hero #news-and-pickups-container.pc h2 {
  text-align: center;
}
div#hero-container-home #hero #news-and-pickups-container.pc ul {
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  margin: 8px 0;
}

div#hero-container {
  width: 100%;
}
@media screen and (max-width: 800px) {
  div#hero-container {
    display: none;
  }
}
div#hero-container div#hero {
  width: 100%;
  height: 240px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

header#header {
  z-index: 2;
  width: 100%;
  height: 120px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  position: fixed;
  background-color: #fffafa;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 824px) {
  header#header {
    height: 80px;
  }
}
header#header h1 {
  grid-column: 1/5;
  height: 120px;
  display: grid;
  align-items: center;
}
@media screen and (max-width: 824px) {
  header#header h1 {
    grid-column: 1/13;
    height: 80px;
    justify-content: center;
  }
}
header#header h1 img {
  height: auto;
  padding: 12px;
  width: auto;
  max-height: 96px;
  max-width: calc(100% - 24px);
}
@media screen and (max-width: 824px) {
  header#header h1 img {
    height: auto;
    padding: 8px;
    width: auto;
    max-height: 64px;
    max-width: calc(100% - 16px);
  }
}
header#header nav {
  grid-column: 5/13;
  height: 120px;
  font-family: "Tsukimi Rounded";
  font-weight: 600;
}
@media screen and (max-width: 824px) {
  header#header nav {
    display: none;
    height: 80px;
  }
}
header#header nav ul {
  height: 120px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  padding: 0 12px;
}
header#header nav ul li {
  margin: 0 12px;
  list-style-type: none;
}
header#header nav ul li a {
  color: #4d382e;
  text-decoration: none;
  font-size: 1.2rem;
}
header#header nav ul li a:hover {
  text-shadow: rgba(0, 0, 0, 0.5) 0 0 1px;
}
header#header + main,
header#header + div#hero-container {
  padding-top: 120px;
}
@media screen and (min-width: 800px) {
  header#header ~ main {
    padding-top: 120px;
  }
}

#main-nav.sp {
  display: none;
}
@media screen and (max-width: 824px) {
  #main-nav.sp {
    display: block;
    padding-top: 80px;
  }
  #main-nav.sp.main-nav-home {
    padding-top: 0;
    z-index: 1;
  }
  #main-nav.sp ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 824px) and (max-width: 480px) {
  #main-nav.sp ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 824px) {
  #main-nav.sp ul li {
    background-color: #4d382e;
    font-family: "Tsukimi Rounded";
    font-size: 1.1rem;
    text-align: center;
    padding: 8px 0;
  }
  #main-nav.sp ul li, #main-nav.sp ul li a {
    color: #fffafa;
    text-decoration: none;
  }
}

#news-and-pickups-container.sp {
  display: none;
}
@media screen and (max-width: 1200px) {
  #news-and-pickups-container.sp {
    display: block;
    padding: 16px 8px;
    margin: 16px auto;
    border-radius: 16px;
    background-color: rgba(250, 250, 250, 0.75);
  }
}
@media screen and (max-width: 800px) {
  #news-and-pickups-container.sp ul li:nth-child(3) {
    display: none;
  }
}

main {
  min-height: 100vh;
}
main > div,
main > article > div {
  width: 980px;
  max-width: 80%;
  margin: 0 auto;
  padding: 12px;
}
main#main-front-page h2 {
  text-align: center;
}
main#main-front-page #hello {
  text-align: center;
  padding: 16px 0;
}
main#main-front-page #hello img {
  width: 160px;
  height: auto;
}
main#main-front-page .enjoymorekuma > ul .watch-instagram {
  grid-row: 1/6;
}
main#main-front-page .enjoymorekuma > ul li {
  padding: 12px;
}
main article.single .single-content {
  padding: 16px;
  background-color: #fffafa;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
}
main article.single .single-content img {
  max-width: 100%;
  height: auto;
}
main article.single .single-content .single-content-twitter {
  text-align: right;
}
main article.single .single-content .single-content-twitter img {
  height: 0.8rem;
  vertical-align: middle;
}
main article.single .single-content .single-content-twitter a {
  color: #4d382e;
  -webkit-text-decoration: dotted underline;
          text-decoration: dotted underline;
  font-size: 0.8rem;
  font-weight: bold;
  vertical-align: middle;
}
main article.single .single-content .single-content-twitter a:hover {
  text-shadow: rgba(0, 0, 0, 0.5) 0 0 1px;
}

.pagination {
  text-align: center;
}
.pagination .page-numbers {
  margin: 0 4px;
  color: #4d382e;
  -webkit-text-decoration: dotted underline;
          text-decoration: dotted underline;
  font-size: 1rem;
  font-weight: bold;
}
.pagination .page-numbers:hover {
  text-shadow: rgba(0, 0, 0, 0.5) 0 0 1px;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  display: inline-block;
  margin: 0 8px;
  padding: 4px;
  background-color: #4d382e;
  color: #fffafa;
  text-decoration: none;
  border-radius: 12px;
}
.pagination .page-numbers.dots, .pagination .page-numbers.current {
  text-decoration: none;
}

.cat-label {
  display: inline-block;
  padding: 4px 8px;
  margin: 0 4px;
  border-radius: 4px;
  background-color: #4d382e;
  color: #fffafa;
  font-size: 0.8rem;
  font-weight: bold;
}
.cat-label:first-child {
  margin-left: 0;
}
.cat-label.twitter {
  background-color: #1da1f2;
}
.cat-label.JSDF {
  background-color: #006400;
}
.cat-label.collabo {
  background-color: #ff8c00;
}
.cat-label.event {
  background-color: #dc143c;
}
.cat-label.food {
  background-color: #ffd700;
}
.cat-label.lockdown {
  background-color: #000000;
}
.cat-label.season {
  background-color: #00bfff;
}
.cat-label.tips {
  background-color: #ff1493;
}
.cat-label.trip {
  background-color: #ff69b4;
}
.cat-label.ukraine {
  background: linear-gradient(180deg, #005bbb 0%, #005bbb 50%, #ffd700 50%, #ffd700 100%);
}
.cat-label.wallpaper {
  background-color: #32cd32;
}
.cat-label.working {
  background-color: #0000cd;
}
.cat-label a {
  color: #fffafa;
  text-decoration: none;
}
.cat-label a:hover {
  text-shadow: rgba(0, 0, 0, 0.5) 0 0 1px;
}

.readmore {
  display: block;
  max-width: 240px;
  margin: 16px auto;
  padding: 8px 16px;
  border-radius: 8px;
  background-color: #4d382e;
  color: #fffafa;
  font-family: "Tsukimi Rounded";
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.readmore:hover {
  text-shadow: rgba(0, 0, 0, 0.5) 0 0 1px;
}
.readmore a {
  color: #fffafa;
  text-decoration: none;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.readmore a:hover {
  text-shadow: rgba(0, 0, 0, 0.5) 0 0 1px;
}

.gallery-top .gallery-top-content {
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
  margin: 12px 0;
}
.gallery-top .gallery-top-content .thumbnail {
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  background-color: #fffafa;
  position: relative;
}
.gallery-top .gallery-top-content .thumbnail a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.gallery-top .gallery-top-content .thumbnail img {
  display: block;
  border-radius: 12px;
  width: 100%;
  height: auto;
}
.gallery-top .gallery-top-content .title {
  font-family: "Tsukimi Rounded";
  color: #4d382e;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
.gallery-top .gallery-top-content .title > a {
  -webkit-text-decoration: dotted underline;
          text-decoration: dotted underline;
  color: #4d382e;
}
.gallery-top .gallery-top-content .title > a:hover {
  text-shadow: rgba(0, 0, 0, 0.5) 0 0 1px;
}
.gallery-top .gallery-top-content:nth-child(odd) .thumbnail {
  grid-column: 1/3;
  grid-row: 1/2;
}
.gallery-top .gallery-top-content:nth-child(odd) .title {
  grid-column: 3/4;
  grid-row: 1/2;
}
.gallery-top .gallery-top-content:nth-child(even) .thumbnail {
  grid-column: 2/4;
  grid-row: 1/2;
}
.gallery-top .gallery-top-content:nth-child(even) .title {
  grid-column: 1/2;
  grid-row: 1/2;
}

footer {
  padding: 16px 0;
  background-color: #fffafa;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.25);
  text-align: center;
}
footer #footer-inner {
  width: 980px;
  max-width: 80%;
  margin: 0 auto;
}
footer #footer-inner #footer-logo {
  padding: 8px 0;
}
footer #footer-inner #footer-logo img {
  width: 240px;
  height: auto;
}
footer #footer-inner #footer-nav {
  padding: 8px 0;
}
footer #footer-inner #footer-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 800px) {
  footer #footer-inner #footer-nav ul {
    flex-direction: column;
  }
}
footer #footer-inner #footer-nav ul li {
  margin: 0 12px;
  list-style-type: none;
}
footer #footer-inner #footer-nav ul li a {
  color: #4d382e;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: bold;
}
footer #footer-inner #footer-nav ul li a:hover {
  text-shadow: rgba(0, 0, 0, 0.5) 0 0 1px;
}
footer #footer-inner #copyright {
  padding: 8px 0;
  font-size: 0.8rem;
  color: #4d382e;
}/*# sourceMappingURL=style.css.map */