<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%);
}

.pageTitle__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .pageTitle__area {
    gap: 30px;
  }
}
.pageTitle__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-break: auto-phrase;
}
@media screen and (max-width: 767px) {
  .pageTitle__title {
    gap: 20px;
  }
}
.pageTitle__en {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .pageTitle__en {
    font-size: 14px;
  }
}
.pageTitle__text {
  padding-bottom: 15px;
  border-bottom: 2px solid #e9e7df;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 40px;
  line-height: 1.25;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .pageTitle__text {
    font-size: 24px;
    padding-bottom: 8px;
  }
}
.pageTitle__deco {
  width: 34px;
  height: auto;
  aspect-ratio: 34/30;
}
@media screen and (max-width: 767px) {
  .pageTitle__deco {
    width: 25px;
  }
}

.blog__area {
  padding-block: 60px 100px;
  background: url(https://gigaplus.makeshop.jp/kayustyle/blog/page/common/img/bg_top.jpg) top/contain no-repeat, url(https://gigaplus.makeshop.jp/kayustyle/blog/page/common/img/bg_bottom.jpg) bottom/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .blog__area {
    padding-block: 30px 50px;
    background-position-y: -100px, bottom;
  }
}
.blog__inner {
  max-width: 800px;
  width: 90%;
  margin-inline: auto;
}
.blog__container {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .blog__container {
    margin-top: 20px;
  }
}
.blog__text {
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0.06em;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .blog__text {
    font-size: 14px;
    margin-top: 20px;
  }
}
.blog__image {
  margin-top: 40px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .blog__image {
    margin-top: 20px;
  }
}
.blog__caption {
  font-size: 12px;
  color: #888;
  text-align: center;
  margin-top: 1em;
}

.pageNation__area {
  margin-top: 300px;
  width: 90%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .pageNation__area {
    margin-top: 150px;
  }
}
.pageNation__btns {
  height: 44px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 2px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pageNation__btn {
  font-size: 16px;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.42);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.42);
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
@media (hover) {
  .pageNation__btn:hover {
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}
@media screen and (max-width: 767px) {
  .pageNation__btn {
    font-size: 12px;
    gap: 6px;
  }
}
.pageNation__btn--home {
  width: 276px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .pageNation__btn--home {
    width: 138px;
  }
}
.pageNation__btn--prev {
  width: 197px;
  border-radius: 22px 0px 0px 22px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pageNation__btn--prev {
    width: 98.5px;
  }
}
.pageNation__btn--next {
  position: relative;
  z-index: 1;
  width: 197px;
  border-radius: 0px 22px 22px 0px;
}
@media screen and (max-width: 767px) {
  .pageNation__btn--next {
    width: 98.5px;
  }
}
.pageNation__arrow {
  width: 6px;
  height: auto;
  aspect-ratio: 6/10;
}
.pageNation__arrow--next {
  rotate: 180deg;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media screen and (max-width: 767px) {
  .pageNation__text {
    font-size: 14px;
  }
}
/*# sourceMappingURL=style.css.map */
</pre></body></html>