@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

:root {
  --nc-ink: #12141a;
  --nc-panel: #f7f3ee;
  --nc-red: #b83245;
  --nc-gold: #c8a35f;
  --nc-muted: #666b76;
}

body {
  color: var(--nc-ink);
  background: #fbfaf8;
}

.p-mainVisual,
.p-postSlider,
.p-pickupBanners {
  display: none !important;
}

.l-header,
.c-gnav {
  border-bottom: 1px solid rgba(18, 20, 26, 0.08);
}

.c-headLogo__link {
  font-weight: 800;
  letter-spacing: 0;
}

.nc-hero {
  margin-top: 0;
  padding: 72px 28px 64px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(18, 20, 26, 0.97), rgba(46, 32, 38, 0.96)),
    linear-gradient(90deg, var(--nc-red), var(--nc-gold));
}

.nc-hero h1 {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: clamp(2rem, 2rem + 1vw, 3rem);
  line-height: 1.25;
}

.nc-hero p {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.86);
}

.nc-hero .wp-block-buttons {
  justify-content: center;
  margin-top: 28px;
}

.nc-primary-btn .wp-block-button__link {
  background: var(--nc-red);
  color: #fff;
  border-radius: 6px;
  font-weight: 700;
}

.nc-outline-btn .wp-block-button__link {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.75);
  border-radius: 6px;
  font-weight: 700;
}

.nc-feature-grid {
  margin-top: 44px;
  gap: 20px;
}

.nc-feature-grid .wp-block-column {
  padding: 24px;
  border: 1px solid rgba(18, 20, 26, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 26px rgba(18, 20, 26, 0.06);
}

.nc-feature-grid h2 {
  font-size: 1.25rem;
}

.p-postList__title,
.c-pageTitle {
  letter-spacing: 0;
}

.c-categoryList__link,
.tag-cloud-link {
  border-radius: 999px;
}

.l-footer {
  background: #12141a;
  color: rgba(255, 255, 255, 0.82);
}

body.home #sidebar,
body.home .l-sidebar {
  display: none !important;
}

body.home #main_content,
body.home .l-mainContent {
  width: 100% !important;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767px) {
  .nc-hero {
    padding: 52px 20px 46px;
  }

  .nc-hero .wp-block-buttons {
    align-items: stretch;
  }

  .nc-hero .wp-block-button,
  .nc-hero .wp-block-button__link {
    width: 100%;
  }
}


#body_wrap.home #sidebar,
#body_wrap.home .l-sidebar {
  display: none !important;
}

#body_wrap.home #main_content,
#body_wrap.home .l-mainContent {
  width: 100% !important;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}
