html {
  font-size: 16px;
}

img {
  vertical-align: bottom;
}

.-parallel-bottom .l-header__logo {
  padding: 0;
}

.-parallel .l-header__logo {
  width: 254px;
}

.-parallel .l-header__gnav .c-gnav {
  justify-content: left;
  max-width: 1250px;
  margin: 0 auto;
}

.-parallel .l-header__inner {
  max-width: 1250px;
}

.c-gnav a::after {
  width: calc(100% - 30px);
  height: 5px;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}

.p-post-list {
  padding: 80px 0 0;
}
.p-post-list__inner {
  max-width: 1210px;
  margin: 0 auto;
}
.p-post-list__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 30px;
}
.p-post-list--related {
  padding-top: 0;
}
.p-post-list--related .p-post-list__grid {
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
  row-gap: 30px;
}
@media (max-width: 768px) {
  .p-post-list--related .p-post-list__grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 16px;
    row-gap: 28px;
  }
}

.l-container--nxp {
  width: 92%;
  max-width: 930px;
  margin: 0 auto;
}

@media (max-width: 960px) {
  .p-post-list__inner {
    padding: 0 16px;
  }
  .p-post-list__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.more-btn-wrap {
  text-align: center;
}

.more_button {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2509803922);
  display: inline-block;
  padding: 8px 30px;
  border: 1px solid #bbb;
  border-radius: 9999px;
  opacity: 1;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.more_button a {
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  color: #111;
  text-decoration: none;
  background: #fff;
}
.more_button:hover {
  opacity: 0.7;
  transform: translateY(-1px);
}

/* ========================================
   header
======================================== */
.c-header-cta {
  display: flex;
  align-items: center;
  gap: 12px;
  position: absolute;
  right: 20px;
  top: 18px;
}
@media (max-width: 960px) {
  .c-header-cta {
    right: 50px;
    top: 10px;
  }
}
.c-header-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  height: 30px;
  padding: 0 18px;
  border-radius: 9999px;
  color: #111;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.3s;
}
.c-header-cta__btn--contact {
  background: linear-gradient(90deg, #ff5a5f 0%, #ffbf2f 100%);
  color: #fff;
}
.c-header-cta__btn--list {
  background: linear-gradient(90deg, #93FF00 0%, #D4FF98 100%);
}
.c-header-cta__btn:hover {
  opacity: 0.8;
}
.c-header-cta--sp {
  display: none;
}
@media (max-width: 960px) {
  .c-header-cta--pc {
    display: none;
  }
  .c-header-cta--sp {
    display: flex;
    margin-left: auto;
    margin-right: 12px;
  }
  .c-header-cta__btn {
    min-width: 124px;
    height: 30px;
    padding: 0 14px;
    font-size: 14px;
  }
  .c-header-cta__btn--list {
    display: none;
  }
}
.c-header-cta .is-pc {
  display: inherit;
}
.c-header-cta .is-sp {
  display: none;
}
@media (max-width: 960px) {
  .c-header-cta .is-pc {
    display: none;
  }
  .c-header-cta .is-sp {
    display: inherit;
  }
}

.icon-search,
.c-widget__title.-spmenu {
  display: none;
}

.p-spMenu__inner {
  top: 48px;
}

.p-spMenu__closeBtn {
  background: #fff;
  top: -48px;
}

.c-gnav .sub-menu .sub-menu a, .c-listMenu .children a, .c-listMenu .sub-menu a {
  border-bottom: none !important;
  background: #FAFAFA;
}

.c-submenuToggleBtn:after {
  border: none;
}

.c-spnav--sub {
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
  max-width: 480px;
}
.c-spnav--sub li {
  width: 45%;
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 5px;
}

/* =========================================================
   category block section
========================================================= */
.p-category__inner {
  width: calc(100% - 32px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px 32px;
}
@media (max-width: 960px) {
  .p-category__inner {
    width: 100%;
    max-width: none;
    grid-template-columns: 1fr;
  }
}

.p-category-block {
  min-width: 0;
}
.p-category-block__title-wrap {
  position: relative;
  margin-bottom: 14px;
  padding-bottom: 8px;
}
.p-category-block__title-wrap::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #93FF00 0%, #D4FF98 100%);
}
.p-category-block__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.p-category-block__desc {
  margin-top: 2px;
  color: #999;
  font-size: 14px;
  line-height: 1.6;
}
.p-category-block__list {
  display: grid;
  gap: 16px;
}
.p-category-block .c-card-post,
.p-category-block .p-card-post {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 14px;
  align-items: start;
}
@media (max-width: 960px) {
  .p-category-block .c-card-post,
  .p-category-block .p-card-post {
    grid-template-columns: 96px 1fr;
    gap: 12px;
  }
}
.p-category-block .c-card-post__thumb,
.p-category-block .p-card-post__thumb {
  margin: 0;
  aspect-ratio: 120/80;
}
.p-category-block .c-card-post__body,
.p-category-block .p-card-post__body {
  min-width: 0;
}
.p-category-block .c-card-post__title,
.p-category-block .p-card-post__title {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
}
.p-category-block .c-card-post__excerpt,
.p-category-block .p-card-post__excerpt {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.7;
}
.p-category-block .c-card-post__date,
.p-category-block .p-card-post__date {
  font-size: 11px;
}

.p-postList .p-postList__title {
  font-weight: 400;
  color: #0879FF;
}

@media (max-width: 767px) {
  .p-archiveContent {
    width: 92%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .p-postList__body {
    display: flex;
  }
}
/* =========================================================
  category
========================================================= */
.p-category-hero {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-bottom: 80px;
}
.p-category-hero__bg {
  width: 100%;
  padding: 64px 0;
}
@media (max-width: 768px) {
  .p-category-hero__bg {
    padding: 40px 0;
  }
}
.p-category-hero__inner {
  width: calc(100% - 32px);
  max-width: 1120px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-category-hero__inner {
    width: calc(100% - 24px);
  }
}
.p-category-hero__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .p-category-hero__title {
    font-size: 28px;
    line-height: 1.3;
  }
}

.p-category {
  margin-bottom: 80px;
}

.p-category-lead__block {
  margin-bottom: 50px;
}

.c-categoryList::before {
  color: #7216F2;
}
.c-categoryList .c-categoryList__link {
  background-color: #7216F2;
}

.p-recommend-category {
  margin-top: 80px;
}
.p-recommend-category__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin: 0 auto 60px;
  padding: 0;
  list-style: none;
  max-width: 930px;
}
.p-recommend-category__card {
  display: block;
  color: inherit;
  text-decoration: none;
}
.p-recommend-category__thumb {
  overflow: hidden;
  background: #ddd;
  aspect-ratio: 3/1;
}
.p-recommend-category__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.p-recommend-category__img:hover {
  opacity: 0.7;
}
.p-recommend-category__placeholder {
  width: 100%;
  height: 100%;
  background: #ddd;
}
.p-recommend-category__name {
  margin: 12px 0 0;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 600px) {
  .p-recommend-category {
    margin-top: 56px;
  }
  .p-recommend-category__heading {
    margin-bottom: 24px;
    font-size: 2.4rem;
  }
  .p-recommend-category__list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .p-recommend-category__name {
    font-size: 1.6rem;
  }
}

/* ========================================
   category-sidebar.php
======================================== */
.p-home-sidebar__inner {
  display: grid;
  gap: 28px;
}
.p-home-sidebar__inner h3 {
  font-size: 24px;
  border-bottom: 2px #E6E6E6 solid;
  padding-bottom: 5px;
  font-weight: 400;
  position: relative;
}
.p-home-sidebar__inner h3::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #000;
}
.p-home-sidebar__section {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 20px;
}
.p-home-sidebar__title {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
}
.p-home-sidebar__title a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: inherit;
  text-decoration: none;
}
.p-home-sidebar__title a:hover {
  opacity: 0.8;
}
.p-home-sidebar__desc {
  padding-left: 40px;
  margin-bottom: 10px;
}
.p-home-sidebar__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 50%;
  overflow: hidden;
}
.p-home-sidebar__icon-image {
  display: block;
  width: 30px;
  height: 30px;
  max-width: 30px;
  max-height: 30px;
  object-fit: contain;
  object-position: center center;
}
.p-home-sidebar__title-text {
  display: inline-block;
}
.p-home-sidebar__count {
  margin: 4px 0 10px 26px;
  font-size: 11px;
  line-height: 1.4;
  color: #888;
}
.p-home-sidebar__list {
  margin: 0 0 0 40px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}
.p-home-sidebar__item {
  position: relative;
  line-height: 1.6;
}
.p-home-sidebar__item a {
  color: inherit;
  text-decoration: none;
  font-weight: 300;
}
.p-home-sidebar__item a:hover {
  opacity: 0.8;
}

/* =========================================================
   archive
========================================================= */
.c-pageTitle {
  display: none;
}

/* =========================================================
   card-post
========================================================= */
.p-list__wrapper,
.p-category-lead__wrapper {
  margin-bottom: 72px;
}
@media (max-width: 768px) {
  .p-list__wrapper,
  .p-category-lead__wrapper {
    margin-bottom: 48px;
  }
}
.p-list__inner,
.p-category-lead__inner {
  width: calc(100% - 32px);
  max-width: 1340px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-list__inner,
  .p-category-lead__inner {
    width: 100%;
    max-width: none;
  }
}
.p-list__title-wrapper::after,
.p-category-lead__title-wrapper::after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  margin: 0 auto 40px;
  background: #93FF00;
  background: linear-gradient(90deg, #93FF00 0%, #D4FF98 100%);
}
.p-list__title,
.p-category-lead__title {
  margin: 0 0 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .p-list__title,
  .p-category-lead__title {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
.p-list__subtitle, .p-list__desc,
.p-category-lead__subtitle,
.p-category-lead__desc {
  margin: -20px 0 20px;
  font-size: 14px;
  text-align: center;
  color: #888;
}
@media (max-width: 768px) {
  .p-list__subtitle, .p-list__desc,
  .p-category-lead__subtitle,
  .p-category-lead__desc {
    margin-top: -8px;
    margin-bottom: 20px;
  }
}

/* ========================================
   related
======================================== */
.p-category-related {
  margin-top: 40px;
  padding: 60px 0;
  background: #f7f7f7;
}
@media (max-width: 768px) {
  .p-category-related {
    padding-top: 48px;
  }
}
.p-category-related__inner {
  width: 92%;
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-category-related__inner {
    width: calc(100% - 24px);
    max-width: none;
  }
}
.p-category-related__head {
  margin-bottom: 32px;
  padding-left: 12px;
  border-left: 3px solid #7b2cff;
}
@media (max-width: 768px) {
  .p-category-related__head {
    margin-bottom: 24px;
    padding-left: 10px;
  }
}
.p-category-related__title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .p-category-related__title {
    font-size: 22px;
  }
}

.p-postList__meta {
  font-size: 14px;
}

.c-postTimes__posted::before {
  display: none;
}

.p-postList__title {
  font-size: 14px;
  flex: 1;
}

.c-postTimes,
.p-postList__cat {
  position: relative;
  margin-right: 20px;
  flex-shrink: 0;
}
.c-postTimes::before,
.p-postList__cat::before {
  display: none;
}
.c-postTimes::after,
.p-postList__cat::after {
  content: "";
  width: 1px;
  height: 20px;
  background: #888;
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

/* ========================================
   footer
======================================== */
.p-pre-footer {
  /*margin-top: 120px;*/
}
.p-pre-footer__cta {
  padding: 40px 0;
  background: #111;
}
.p-pre-footer__cta-inner {
  max-width: 930px;
  margin: 0 auto;
  text-align: center;
}
.p-pre-footer__cta-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}
.p-pre-footer__cta-title::after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  margin: 15px auto 40px;
  background: #93FF00;
  background: linear-gradient(90deg, #93FF00 0%, #D4FF98 100%);
}
.p-pre-footer__cta-text {
  max-width: 930px;
  margin: 32px auto 0;
  color: #fff;
  font-size: 16px;
  line-height: 2;
}
.p-pre-footer__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin-top: 48px;
}
.p-pre-footer__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 340px;
  min-height: 50px;
  padding: 0 32px;
  border-radius: 9999px;
  background: linear-gradient(90deg, #93FF00 0%, #D4FF98 100%);
  color: #111;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.p-pre-footer__cta-btn--contact {
  background: linear-gradient(90deg, #ff5a5f 0%, #ffbf2f 100%);
  color: #fff;
}
.p-pre-footer__cta-btn:hover {
  opacity: 0.8;
}
.p-pre-footer__nav {
  padding: 72px 20px 88px;
  background: #f3f3f3;
}
.p-pre-footer__nav-inner {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  max-width: 1210px;
  margin: 0 auto;
}
.p-pre-footer__nav-main {
  display: grid;
  flex: 1 1 auto;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
}
.p-pre-footer__nav-col {
  min-width: 0;
}
.p-pre-footer__nav-parent {
  display: inline-block;
  margin-bottom: 1em;
  color: #111;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
}
.p-pre-footer__nav-parent:hover {
  opacity: 0.7;
}
.p-pre-footer__nav-child-list {
  display: grid;
  gap: 0.5em;
}
.p-pre-footer__nav-child-item {
  list-style: none;
}
.p-pre-footer__nav-child-item::before {
  content: "-";
  display: inline;
}
.p-pre-footer__nav-child-link {
  color: #111;
  font-size: 16px;
  line-height: 1.8;
  text-decoration: none;
}
.p-pre-footer__nav-child-link:hover {
  opacity: 0.7;
}
.p-pre-footer__nav-side {
  flex: 0 0 220px;
}
.p-pre-footer__side-list {
  display: grid;
  gap: 0.5em;
}
.p-pre-footer__side-item {
  list-style: none;
}
.p-pre-footer__side-link {
  color: #111;
  font-size: 16px;
  line-height: 1.8;
  text-decoration: none;
}
.p-pre-footer__side-link:hover {
  opacity: 0.7;
}
@media (max-width: 960px) {
  .p-pre-footer__cta {
    padding: 64px 20px;
  }
  .p-pre-footer__cta-buttons {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .p-pre-footer__cta-btn {
    width: 100%;
    max-width: 420px;
    min-width: 0;
    min-height: 50px;
    font-size: 18px;
  }
  .p-pre-footer__nav {
    padding: 56px 20px 64px;
  }
  .p-pre-footer__nav-inner {
    flex-direction: column;
    gap: 40px;
  }
  .p-pre-footer__nav-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 24px;
  }
  .p-pre-footer__nav-side {
    flex: 0 0 auto;
  }
}
@media (max-width: 960px) {
  .p-pre-footer__cta {
    padding: 48px 20px;
  }
  .p-pre-footer__cta-text {
    margin-top: 24px;
    line-height: 1.8;
    text-align: left;
  }
  .p-pre-footer__cta-buttons {
    margin-top: 32px;
  }
  .p-pre-footer__cta-btn {
    min-height: 50px;
    padding: 0 20px;
  }
  .p-pre-footer__nav-main {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .p-pre-footer__nav-parent {
    margin-bottom: 16px;
  }
  .p-pre-footer__nav-child-list {
    gap: 12px;
  }
  .p-pre-footer__nav-child-link {
    line-height: 1.7;
  }
  .p-pre-footer__side-list {
    gap: 12px;
  }
  .p-pre-footer__side-link {
    line-height: 1.7;
  }
}

.copyright {
  background: #000;
  color: #fff;
  padding: 5px 0;
}
.copyright p {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}

/*# sourceMappingURL=common.css.map */
