<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">main {
  padding-top: var(--header_h);
}

header.hidden {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.top__area {
  background: url(https://gigaplus.makeshop.jp/kayustyle/blog/index/img/bg_textile.jpg) center/contain, repeat;
  padding-block: 100px 130px;
}
@media screen and (max-width: 767px) {
  .top__area {
    padding-block: 50px 70px;
  }
}
.top__inner {
  max-width: 1100px;
  width: 90%;
  margin-inline: auto;
}
.top__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 75px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .top__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 35px;
  }
}
.top__left {
  position: relative;
}
.top__left::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 419px;
  height: auto;
  aspect-ratio: 419/249;
  background: url(https://gigaplus.makeshop.jp/kayustyle/blog/index/img/deco.png) center/contain, no-repeat;
  top: -60px;
  left: -60px;
}
@media screen and (max-width: 767px) {
  .top__left::after {
    width: 180px;
    left: 0;
    top: -40px;
  }
}
.top__title {
  position: relative;
  z-index: 1;
  margin-top: 16px;
  font-size: 62px;
  line-height: 0.8387096774;
  letter-spacing: 0.06em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .top__title {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 32px;
    margin-top: 0;
  }
}
.top__text {
  font-size: 16px;
  line-height: 2.3125;
  letter-spacing: 0.06em;
  padding-left: 190px;
  padding-left: 19.52%;
}
@media screen and (max-width: 767px) {
  .top__text {
    padding-left: 0;
    font-size: 14px;
  }
}
.top__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 55px;
  margin-top: 50px;
}
@media screen and (max-width: 1200px) {
  .top__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .top__list {
    gap: 30px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 768px) {
  .top__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 768px) and (max-width: 600px) {
  .top__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.top__thum {
  aspect-ratio: 1/1;
  border: 5px solid #ffffff;
  outline-offset: -5px;
  -webkit-box-shadow: 0px 0px 16px -8px rgba(0, 0, 0, 0.69);
          box-shadow: 0px 0px 16px -8px rgba(0, 0, 0, 0.69);
  overflow: hidden;
}
.top__thum img {
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
@media (hover) {
  .top__link:hover .top__thum img {
    scale: 1.15;
  }
  .top__link:hover .top__blog-title {
    opacity: 0.7;
  }
}
.top__blog-title {
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.02em;
  margin-top: 0.5em;
  margin-inline: 0.5em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .top__blog-title {
    font-size: 12px;
  }
}
/*# sourceMappingURL=style.css.map */
</pre></body></html>