@charset "UTF-8";
#wrapper {
  background-color: #f1f1f1;
}

.container {
  width: 90%;
  max-width: 1620px;
  margin: 10px auto 0;
}

@media screen and (max-width: 768px) {
  .container {
    width: 86%;
  }
}

@media screen and (max-width: 1024px) and (max-height: 575px) {
  .container {
    width: 86%;
  }
}

.cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin-bottom: 200px;
}

@media screen and (max-width: 768px) {
  .cat-list {
    display: block;
  }
}

@media screen and (max-width: 1024px) and (max-height: 575px) {
  .cat-list {
    display: block;
  }
}

.cat-list li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .cat-list li {
    padding: 10px 0;
  }
}

@media screen and (max-width: 1024px) and (max-height: 575px) {
  .cat-list li {
    padding: 10px 0;
  }
}

.cat-list li:first-child {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.cat-list li:first-child figure {
  width: 50%;
  padding: 0 20px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .cat-list li:first-child figure {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 1024px) and (max-height: 575px) {
  .cat-list li:first-child figure {
    width: 100%;
    padding: 0;
  }
}

.cat-list li img {
  width: 100%;
}

.lazyload {
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.lazyload.is-lazyloaded {
  opacity: 1;
}

.cat-header__side {
  position: fixed;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  z-index: 3;
  top: 0;
  bottom: 0;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Montserrat", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 768px) {
  .cat-header__side {
    font-size: 7px;
  }
}

@media screen and (max-width: 1024px) and (max-height: 575px) {
  .cat-header__side {
    font-size: 7px;
  }
}

.cat-header__side--left {
  left: 20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
  .cat-header__side--left {
    left: 6px;
  }
}

@media screen and (max-width: 1024px) and (max-height: 575px) {
  .cat-header__side--left {
    left: 6px;
  }
}

.cat-header__side--right {
  right: 20px;
}

@media screen and (max-width: 768px) {
  .cat-header__side--right {
    right: 6px;
  }
}

@media screen and (max-width: 1024px) and (max-height: 575px) {
  .cat-header__side--right {
    right: 6px;
  }
}

.drawer--top .drawer-nav {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f1f1f1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  padding: 0 10%;
}

.drawer--top.drawer-open .drawer-nav {
  visibility: visible;
  opacity: 1;
}

.drawer-overlay {
  opacity: 0;
}

.drawer--top .drawer-hamburger {
  right: 15px;
  bottom: 15px;
  top: auto;
  width: auto;
  padding: 0;
  font-size: 14px;
  text-decoration: underline;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Montserrat", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .drawer--top .drawer-hamburger {
    background-color: #F1F1F1;
    padding: .5em;
    font-size: 10px;
  }
}

@media screen and (max-width: 1024px) and (max-height: 575px) {
  .drawer--top .drawer-hamburger {
    background-color: #F1F1F1;
    padding: .5em;
    font-size: 10px;
  }
}

.drawer--top .drawer-hamburger, .drawer--top.drawer-open .drawer-hamburger {
  right: 15px;
}

.cat-navigation {
  font-size: 14px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Montserrat", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 768px) {
  .cat-navigation {
    font-size: 12px;
  }
}

@media screen and (max-width: 1024px) and (max-height: 575px) {
  .cat-navigation {
    font-size: 12px;
  }
}

.cat-navigation__logo {
  width: 110px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .cat-navigation__logo {
    width: 47px;
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 1024px) and (max-height: 575px) {
  .cat-navigation__logo {
    width: 47px;
    margin-bottom: 100px;
  }
}

.cat-navigation__title {
  margin-bottom: 0.5em;
}

.cat-navigation ul {
  margin-bottom: 1.5em;
}

.cat-navigation ul a {
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
  line-height: 1;
}

.cat-navigation ul a::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: relative;
  right: 100%;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  top: -0.5em;
}

.cat-navigation ul a:hover::after {
  right: 0;
}

/* スクロールアニメーション */
