@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
*/
/* ==============================
  Home Common Reset
============================== */

.wah-home,
.wah-home * {
    box-sizing: border-box;
}

.wah-home h1,
.wah-home h2,
.wah-home h3,
.wah-home h4,
.wah-home h5,
.wah-home h6,
.wah-home p,
.wah-home figure {
    margin: 0;
    padding: 0;
}

.wah-home h1,
.wah-home h2,
.wah-home h3,
.wah-home h4,
.wah-home h5,
.wah-home h6 {
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
    font-weight: inherit;
}

.wah-home h1::before,
.wah-home h1::after,
.wah-home h2::before,
.wah-home h2::after,
.wah-home h3::before,
.wah-home h3::after,
.wah-home h4::before,
.wah-home h4::after,
.wah-home h5::before,
.wah-home h5::after,
.wah-home h6::before,
.wah-home h6::after {
    display: none !important;
    content: none !important;
}

.wah-home a {
    color: inherit;
    text-decoration: none;
}

.wah-home img {
    display: block;
    max-width: 100%;
    height: auto;
}

.wah-sp-only {
    display: none;
}

.wah-pc-only {
    display: inline;
}

.page-template-page-toppage .p-breadcrumb,
.page-template-page-toppage .c-pageTitle,
.page-template-page-toppage .l-topTitleArea {
    display: none !important;
}

/* ==============================
  Toppage Template
============================== */

.wah-toppage {
    overflow: hidden;
    background: #fff;
    color: #111;
    font-feature-settings: "palt";
}

.wah-sns {
    background: #fff;
    padding: 4px 24px 88px !important;
}

.wah-sns__inner {
    width: min(100%, 900px);
    margin: 0 auto;
    text-align: center;
}

.wah-sns__label {
    position: relative;
    display: inline-block;
    padding-bottom: 14px;
    font-family: Georgia, "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.08em;
    color: #777;
}

.wah-sns__label::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 28px;
    height: 1px;
    background: #b8b8b8;
    transform: translateX(-50%);
}

.wah-sns__title {
    margin-top: 24px !important;
    font-family: Georgia, "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: clamp(20px, 2.1vw, 26px);
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.06em;
    color: #111;
}

.wah-button__text {
    flex: 1;
    text-align: center;
    line-height: 1;
}

.wah-sns__lead {
    max-width: 640px;
    margin: 18px auto 0 !important;
    font-family: "Hiragino Sans", "Yu Gothic", "YuGothic", sans-serif;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.06em;
    color: #333;
}

.wah-sns__buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-top: 30px;
}

.wah-sns__button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-width: 214px;
    min-height: 46px;
    padding: 13px 22px;
    background: #fff;
    border: 1px solid #cfcfcf;
    color: #111 !important;
    font-family: "Hiragino Sans", "Yu Gothic", "YuGothic", sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.03em;
    text-decoration: none !important;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.wah-sns__button--primary {
    border-color: #222;
}

.wah-sns__button:hover {
    background: #f7f7f8;
    border-color: #222;
    transform: translateY(-1px);
}

.wah-sns__button i:first-child {
    font-size: 18px;
}

.wah-sns__button i:last-child {
    font-size: 12px;
}

.wah-sns__button .icon-youtube {
    color: currentColor;
}

.wah-sns__button-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    font-family: "Hiragino Sans", "Yu Gothic", "YuGothic", sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
}

.wah-work-cta {
    margin: 0 24px 78px;
    padding: 58px 24px !important;
    border: 1px solid #d8d8d8;
}

.wah-about__heading,
.wah-first-reads__heading,
.wah-category__heading,
.wah-new-posts__heading {
    width: 100%;
    text-align: center;
}

.wah-about__label,
.wah-first-reads__eyebrow,
.wah-first-reads__label,
.wah-category__label,
.wah-new-posts__label,
.wah-sns__label {
    display: inline-block;
    max-width: 100%;
    margin-inline: auto;
    text-align: center;
}

.wah-about__title,
.wah-about__text,
.wah-first-reads__lead,
.wah-first-reads__empty,
.wah-category__title,
.wah-category__lead,
.wah-new-posts__lead,
.wah-new-posts__empty,
.wah-sns__title,
.wah-sns__lead {
    margin-inline: auto;
    text-align: center;
}

/* ==============================
  Hero
============================== */

.wah-hero {
    background: #fff;
    padding: 92px 0 112px !important;
}

.wah-hero__inner {
    width: min(100%, 1120px);
    margin-inline: auto;
    padding-inline: 32px;
}

.wah-hero__body {
    max-width: 820px;
    color: #222;
}

.wah-hero__site-title {
    font-family: "Hiragino Sans", "Yu Gothic", "YuGothic", sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0;
    color: #777;
}

.wah-hero__title {
    max-width: 840px;
    margin-top: 24px !important;
    font-family: "Hiragino Sans", "Yu Gothic", "YuGothic", sans-serif;
    font-size: clamp(32px, 4.3vw, 54px);
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.01em;
    color: #222;
}

.wah-hero__text {
    max-width: 560px;
    margin-top: 22px;
    font-family: "Hiragino Sans", "Yu Gothic", "YuGothic", sans-serif;
    font-size: 16px;
    line-height: 1.85;
    letter-spacing: 0.03em;
    color: #777;
}

.wah-hero__actions {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.wah-hero__button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    min-width: 196px;
    min-height: 48px;
    padding: 13px 22px;
    background: #fff;
    border: 1px solid #222;
    color: #222 !important;
    font-family: "Hiragino Sans", "Yu Gothic", "YuGothic", sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    transition: background 0.2s ease, transform 0.2s ease;
}

.wah-hero__button:hover {
    background: #f7f7f8;
    transform: translateY(-1px);
}

.wah-hero__button span {
    line-height: 1;
}

.wah-hero__button i {
    font-size: 12px;
}

/* ==============================
  About
============================== */

.wah-about {
    background: #fff;
    padding: 34px 0 66px !important;
}

.wah-about__inner {
    width: min(100%, 920px);
    margin-inline: auto;
    padding-inline: 24px;
    text-align: center;
}

.wah-about__heading {
    display: grid;
    justify-items: center;
}

.wah-about__label {
    position: relative;
    padding-bottom: 18px;
    font-family: Georgia, "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.04em;
    color: #111;
}

.wah-about__label::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 28px;
    height: 1px;
    background: #b8b8b8;
    transform: translateX(-50%);
}

.wah-about__title {
    margin-top: 30px;
    font-family: Georgia, "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: 0.12em;
    color: #111;
}

.wah-about__text {
    margin-top: 18px;
    font-family: "Hiragino Sans", "Yu Gothic", "YuGothic", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 2.1;
    letter-spacing: 0.08em;
    color: #333;
}

.wah-about__social {
    display: grid;
    justify-items: center;
    gap: 10px;
    margin-top: 22px;
}

.wah-about__social-note {
    margin: 0 !important;
    font-family: "Hiragino Sans", "Yu Gothic", "YuGothic", sans-serif;
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: #777;
}

.wah-about__social-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 20px;
}

.wah-about__social-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #777 !important;
    font-family: "Hiragino Sans", "Yu Gothic", "YuGothic", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.04em;
    text-decoration: none !important;
    transition: color 0.18s ease, opacity 0.18s ease;
}

.wah-about__social-link--primary {
    color: #222 !important;
    font-weight: 600;
}

.wah-about__social-link:hover {
    color: #222 !important;
    opacity: 0.72;
}

.wah-about__social-link i {
    font-size: 13px;
    line-height: 1;
}

/* ==============================
  Category Section
============================== */

.wah-category {
    background: #fff;
    padding: 48px 0 92px !important;
}

.wah-category__inner {
    width: min(100%, 1180px);
    margin-inline: auto;
    padding-inline: 24px;
}

.wah-category__heading {
    max-width: 760px;
    margin: 0 auto 46px;
    text-align: center;
}

.wah-category__label {
    position: relative;
    padding-bottom: 18px;
    font-family: Georgia, "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.08em;
    color: #111;
}

.wah-category__label::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 30px;
    height: 1px;
    background: #b8b8b8;
    transform: translateX(-50%);
}

.wah-category__title {
    margin-top: 26px !important;
    font-family: "Hiragino Sans", "Yu Gothic", "YuGothic", sans-serif;
    font-size: clamp(24px, 2.8vw, 34px);
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: 0.04em;
    color: #111;
}

.wah-category__lead {
    max-width: 620px;
    margin: 16px auto 0 !important;
    font-family: "Hiragino Sans", "Yu Gothic", "YuGothic", sans-serif;
    font-size: 14px;
    line-height: 2.1;
    letter-spacing: 0.07em;
    color: #333;
}

.wah-category__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.wah-category-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 100%;
    background: #fff;
    border: 1px solid #dcdcdc;
    color: #111;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.wah-category-card:hover {
    background: #fafafa;
    border-color: #c8c8c8;
    transform: translateY(-2px);
}

.wah-category-card__image {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #f6f6f6;
}

.wah-category-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wah-category-card__body {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 254px;
    padding: 24px 22px 22px;
    text-align: left;
}

.wah-category-card__index {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.08em;
    color: #777;
}

.wah-category-card__en {
    margin-top: 32px;
    font-family: Georgia, "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 10.5px;
    line-height: 1.4;
    letter-spacing: 0.13em;
    color: #777;
}

.wah-category-card__name {
    margin-top: 12px !important;
    font-family: "Hiragino Sans", "Yu Gothic", "YuGothic", sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.08em;
    color: #111;
}

.wah-category-card__text {
    margin-top: 14px;
    font-family: "Hiragino Sans", "Yu Gothic", "YuGothic", sans-serif;
    font-size: 12.5px;
    line-height: 1.95;
    letter-spacing: 0.05em;
    color: #444;
}

.wah-category-card__link {
    position: relative;
    margin-top: auto;
    padding-top: 24px;
    font-family: "Hiragino Sans", "Yu Gothic", "YuGothic", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #222;
}

.wah-category-card__link::after {
    content: "";
    display: inline-block;
    width: 22px;
    height: 1px;
    margin-left: 10px;
    vertical-align: middle;
    background: #222;
    transition: width 0.2s ease;
}

.wah-category-card:hover .wah-category-card__link::after {
    width: 30px;
}

/* ==============================
  New Posts Block
============================== */

.wah-home.wah-new-posts {
    background: #fff;
    padding: 0 0 84px !important;
}

.wah-new-posts__inner {
    width: min(100%, 1130px);
    margin: 0 auto;
    padding: 0 26px;
}

.wah-new-posts__heading {
    display: grid;
    justify-items: center;
    margin-bottom: 42px;
    text-align: center;
}

.wah-new-posts__label {
    position: relative;
    padding-bottom: 16px;
    font-family: Georgia, "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.02em;
    color: #111;
}

.wah-new-posts__label::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 30px;
    height: 1px;
    background: #b8b8b8;
    transform: translateX(-50%);
}

.wah-new-posts__lead {
    margin-top: 20px;
    font-family: "Hiragino Sans", "Yu Gothic", "YuGothic", sans-serif;
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.06em;
    color: #555;
}

.wah-new-posts__empty {
    margin-top: 24px !important;
    font-family: "Hiragino Sans", "Yu Gothic", "YuGothic", sans-serif;
    font-size: 13px;
    line-height: 1.9;
    letter-spacing: 0.05em;
    color: #555;
    text-align: center;
}

.wah-new-posts__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.wah-post-card {
    display: block;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    color: #111;
    transition: border-color 0.18s ease, opacity 0.18s ease, transform 0.18s ease;
}

.wah-post-card:hover {
    border-color: #c9c9c9;
    opacity: 0.84;
    transform: translateY(-1px);
}

.wah-post-card__image {
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #f6f6f6;
}

.wah-post-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wah-post-card__body {
    min-height: 210px;
    padding: 18px 18px 20px;
}

.wah-post-card__category {
    font-family: "Hiragino Sans", "Yu Gothic", "YuGothic", sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #333;
}

.wah-post-card__title {
    margin-top: 10px !important;
    font-family: "Hiragino Sans", "Yu Gothic", "YuGothic", sans-serif;
    font-size: 14.5px;
    font-weight: 600;
    line-height: 1.85;
    letter-spacing: 0.03em;
    color: #111;
}

.wah-post-card__date {
    margin-top: 18px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 12px;
    line-height: 1.4;
    color: #666;
}

.wah-post-card__excerpt {
    margin-top: 12px;
    font-family: "Hiragino Sans", "Yu Gothic", "YuGothic", sans-serif;
    font-size: 12.5px;
    line-height: 1.85;
    letter-spacing: 0.04em;
    color: #555;
}

.wah-new-posts__more {
    display: flex;
    justify-content: center;
    margin-top: 34px;
}

.wah-new-posts__button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
    min-width: 220px;
    min-height: 44px;
    padding: 12px 22px;
    background: #fff;
    border: 1px solid #cfcfcf;
    color: #111;
    font-family: "Hiragino Sans", "Yu Gothic", "YuGothic", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.04em;
    transition: background 0.18s ease, opacity 0.18s ease;
}

.wah-new-posts__button:hover {
    background: #f6f6f6;
}

.wah-new-posts__button span {
    line-height: 1;
}

.wah-new-posts__button i {
    font-size: 13px;
}

/* ==============================
  Posts Index
============================== */

.wah-posts-index {
    background: #fff;
    padding: 72px 0 92px !important;
}

.wah-posts-index__inner {
    width: min(100%, 1130px);
    margin-inline: auto;
    padding-inline: 26px;
}

.wah-posts-index__heading {
    display: grid;
    justify-items: center;
    margin-bottom: 44px;
    text-align: center;
}

.wah-posts-index__label {
    position: relative;
    padding-bottom: 16px;
    font-family: Georgia, "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.08em;
    color: #111;
}

.wah-posts-index__label::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 30px;
    height: 1px;
    background: #b8b8b8;
    transform: translateX(-50%);
}

.wah-posts-index__title {
    margin-top: 26px !important;
    font-family: "Hiragino Sans", "Yu Gothic", "YuGothic", sans-serif;
    font-size: clamp(24px, 2.8vw, 34px);
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: 0.04em;
    color: #111;
}

.wah-posts-index__lead,
.wah-posts-index__empty {
    max-width: 620px;
    margin: 16px auto 0 !important;
    font-family: "Hiragino Sans", "Yu Gothic", "YuGothic", sans-serif;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.06em;
    color: #555;
    text-align: center;
}

.wah-posts-index__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.wah-posts-index__pagination {
    margin-top: 42px;
    text-align: center;
}

.wah-posts-index__pagination .nav-links {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.wah-posts-index__pagination .page-numbers {
    min-width: 38px;
    padding: 8px 12px;
    border: 1px solid #d0d0d0;
    color: #111;
    font-family: "Hiragino Sans", "Yu Gothic", "YuGothic", sans-serif;
    font-size: 13px;
    line-height: 1.4;
    text-decoration: none;
}

.wah-posts-index__pagination .page-numbers.current,
.wah-posts-index__pagination .page-numbers:hover {
    background: #111;
    border-color: #111;
    color: #fff;
}

/* ==============================
  First Reads Block
============================== */

.wah-home.wah-first-reads {
    background: #fff;
    padding: 0 0 84px !important;
}

.wah-first-reads__inner {
    width: min(100%, 1130px);
    margin: 0 auto;
    padding: 0 26px;
}

.wah-first-reads__heading {
    display: grid;
    justify-items: center;
    margin-bottom: 42px;
    text-align: center;
}

.wah-first-reads__eyebrow {
    margin-bottom: 12px !important;
    font-family: "Hiragino Sans", "Yu Gothic", "YuGothic", sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.08em;
    color: #777;
}

.wah-first-reads__label {
    position: relative;
    padding-bottom: 16px;
    font-family: Georgia, "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.02em;
    color: #111;
}

.wah-first-reads__label::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 30px;
    height: 1px;
    background: #b8b8b8;
    transform: translateX(-50%);
}

.wah-first-reads__lead {
    max-width: 620px;
    margin-top: 20px !important;
    font-family: "Hiragino Sans", "Yu Gothic", "YuGothic", sans-serif;
    font-size: 13px;
    line-height: 1.9;
    letter-spacing: 0.05em;
    color: #555;
}

.wah-first-reads__empty {
    max-width: 620px;
    margin: 0 auto !important;
    font-family: "Hiragino Sans", "Yu Gothic", "YuGothic", sans-serif;
    font-size: 13px;
    line-height: 1.9;
    letter-spacing: 0.05em;
    color: #555;
    text-align: center;
}

.wah-first-reads__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.wah-first-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0 0 20px;
    border: 1px solid #dcdcdc;
    color: #111;
    transition: border-color 0.18s ease, opacity 0.18s ease, transform 0.18s ease;
}

.wah-first-card:hover {
    border-color: #c9c9c9;
    opacity: 0.82;
    transform: translateY(-1px);
}

.wah-first-card__image {
    width: 100%;
    aspect-ratio: 1.17 / 1;
    overflow: hidden;
    background: #f6f6f6;
}

.wah-first-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wah-first-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 17px 18px 0;
}

.wah-first-card__category {
    font-family: "Hiragino Sans", "Yu Gothic", "YuGothic", sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #333;
}

.wah-first-card__title {
    margin-top: 9px !important;
    font-family: "Hiragino Sans", "Yu Gothic", "YuGothic", sans-serif;
    font-size: 13.5px;
    font-weight: 600;
    line-height: 1.85;
    letter-spacing: 0.03em;
    color: #111;
}

.wah-first-card__excerpt {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
    font-family: "Hiragino Sans", "Yu Gothic", "YuGothic", sans-serif;
    font-size: 12.5px;
    line-height: 1.85;
    letter-spacing: 0.04em;
    color: #555;
}

.wah-first-reads__more {
    display: flex;
    justify-content: center;
    margin-top: 38px;
}

.wah-first-reads__button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
    min-width: 220px;
    min-height: 44px;
    padding: 12px 22px;
    background: #fff;
    border: 1px solid #cfcfcf;
    color: #111;
    font-family: "Hiragino Sans", "Yu Gothic", "YuGothic", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.04em;
    transition: background 0.18s ease, opacity 0.18s ease;
}

.wah-first-reads__button:hover {
    background: #f6f6f6;
}

.wah-first-reads__button span {
    line-height: 1;
}

.wah-first-reads__button i {
    font-size: 13px;
}

/* ==============================
  Profile Block
============================== */

.wah-home.wah-profile {
    background: #fff;
    padding: 0 24px 92px !important;
}

.wah-profile__inner {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    width: min(100%, 1130px);
    margin: 0 auto;
    padding: 0;
    background: #fff;
    border: 1px solid #d7d7d7;
}

.wah-profile__image {
    width: 100%;
    min-height: 350px;
    overflow: hidden;
    background: #f6f6f6;
}

.wah-profile__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wah-profile__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 52px 58px;
}

.wah-profile__label {
    position: relative;
    padding-bottom: 16px;
    font-family: Georgia, "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.02em;
    color: #111;
}

.wah-profile__label::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 1px;
    background: #b8b8b8;
}

.wah-profile__title {
    margin-top: 34px !important;
    font-family: "Hiragino Sans", "Yu Gothic", "YuGothic", sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: 0.04em;
    color: #111;
}

.wah-profile__text {
    margin-top: 18px;
    font-family: "Hiragino Sans", "Yu Gothic", "YuGothic", sans-serif;
    font-size: 13.5px;
    font-weight: 400;
    line-height: 2.05;
    letter-spacing: 0.05em;
    color: #333;
}

.wah-profile__actions {
    margin-top: 28px;
}

.wah-profile__button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    min-width: 210px;
    min-height: 44px;
    padding: 12px 22px;
    background: #fff;
    border: 1px solid #cfcfcf;
    color: #111 !important;
    font-family: "Hiragino Sans", "Yu Gothic", "YuGothic", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.04em;
    transition: background 0.18s ease, opacity 0.18s ease;
}

.wah-profile__button:hover {
    background: #f6f6f6;
}

.wah-profile__button span {
    line-height: 1;
}

.wah-profile__button i {
    font-size: 13px;
}

/* ==============================
  Tablet
============================== */

@media (max-width: 960px) {
    .wah-sns {
        padding-bottom: 70px !important;
    }

    .wah-hero {
        padding: 76px 0 92px !important;
    }

    .wah-hero__inner {
        padding-inline: 24px;
    }

    .wah-hero__site-title {
        font-size: 13px;
    }

    .wah-about__inner {
        padding-inline: 24px;
    }

    .wah-about {
        padding: 34px 0 60px !important;
    }

    .wah-category {
        padding: 44px 0 72px !important;
    }

    .wah-category__heading {
        margin-bottom: 44px;
    }

    .wah-category__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
    }

    .wah-category-card__body {
        min-height: 226px;
    }

    .wah-home.wah-new-posts {
        padding-bottom: 62px !important;
    }

    .wah-posts-index {
        padding: 56px 0 72px !important;
    }

    .wah-posts-index__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .wah-new-posts__grid {
        gap: 18px;
    }

    .wah-post-card__body {
        min-height: 168px;
        padding: 17px 16px 19px;
    }

    .wah-post-card__title {
        font-size: 14px;
    }

    .wah-home.wah-first-reads {
        padding-bottom: 70px !important;
    }

    .wah-first-reads__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 20px;
    }

    .wah-first-card__image {
        aspect-ratio: 16 / 10;
    }

    .wah-home.wah-profile {
        padding: 0 26px 72px !important;
    }

    .wah-profile__inner {
        grid-template-columns: 1fr;
    }

    .wah-profile__image {
        min-height: auto;
        aspect-ratio: 16 / 9;
    }

    .wah-profile__body {
        padding: 44px 42px 48px;
    }
}

/* ==============================
  Smartphone
============================== */

@media (max-width: 600px) {
    .wah-sp-only {
        display: block;
    }

    .wah-pc-only {
        display: none;
    }

    .wah-sns {
        padding: 0 20px 58px !important;
    }

    .wah-sns__lead {
        margin-top: 14px !important;
        font-size: 13px;
    }

    .wah-sns__buttons {
        flex-direction: column;
        align-items: center;
        gap: 14px;
        margin-top: 24px;
    }

    .wah-sns__button {
        width: 100%;
        max-width: 280px;
        min-width: 0;
        font-size: 12px;
    }

    .wah-work-cta {
        margin: 0 20px 58px;
        padding: 42px 20px !important;
    }

    .wah-hero {
        padding: 62px 0 78px !important;
    }

    .wah-hero__inner,
    .wah-about__inner,
    .wah-category__inner {
        padding-inline: 20px;
    }

    .wah-hero__site-title {
        font-size: 12px;
    }

    .wah-hero__title {
        margin-top: 20px !important;
        font-size: 31px;
        line-height: 1.48;
        letter-spacing: 0.02em;
    }

    .wah-hero__text {
        margin-top: 18px;
        font-size: 14px;
        line-height: 1.8;
        letter-spacing: 0.02em;
    }

    .wah-hero__actions {
        margin-top: 26px;
    }

    .wah-hero__button {
        width: auto;
        min-width: 0;
        min-height: 46px;
        padding: 13px 18px;
        font-size: 12px;
    }

    .wah-about {
        padding: 34px 0 56px !important;
    }

    .wah-about__label {
        padding-bottom: 15px;
        font-size: 14px;
    }

    .wah-about__title {
        margin-top: 24px;
        font-size: 22px;
        line-height: 1.9;
        letter-spacing: 0.08em;
    }

    .wah-about__text {
        margin-top: 14px;
        font-size: 13px;
        line-height: 2;
        letter-spacing: 0.06em;
    }

    .wah-about__social {
        margin-top: 20px;
    }

    .wah-about__social-links {
        gap: 10px 18px;
    }

    .wah-category {
        padding: 48px 0 72px !important;
    }

    .wah-category__heading {
        margin-bottom: 34px;
    }

    .wah-category__label {
        padding-bottom: 15px;
        font-size: 14px;
    }

    .wah-category__title {
        margin-top: 24px !important;
        font-size: 23px;
        line-height: 1.65;
        letter-spacing: 0.05em;
    }

    .wah-category__lead {
        margin: 14px auto 0 !important;
        font-size: 13px;
        line-height: 2;
        letter-spacing: 0.05em;
    }

    .wah-category__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .wah-category-card__body {
        min-height: auto;
        padding: 20px 18px 22px;
        text-align: left;
    }

    .wah-category-card__image {
        aspect-ratio: 16 / 10;
    }

    .wah-category-card__en {
        margin-top: 26px;
    }

    .wah-category-card__name {
        font-size: 24px;
    }

    .wah-category-card__text {
        font-size: 13px;
    }

    .wah-home.wah-new-posts {
        padding-bottom: 56px !important;
    }

    .wah-posts-index {
        padding: 44px 0 62px !important;
    }

    .wah-posts-index__inner {
        padding-inline: 20px;
    }

    .wah-posts-index__heading {
        margin-bottom: 34px;
    }

    .wah-posts-index__label {
        padding-bottom: 15px;
        font-size: 14px;
    }

    .wah-posts-index__title {
        margin-top: 24px !important;
        font-size: 23px;
        line-height: 1.65;
        letter-spacing: 0.05em;
    }

    .wah-posts-index__lead,
    .wah-posts-index__empty {
        margin-top: 14px !important;
        font-size: 13px;
        line-height: 2;
        letter-spacing: 0.05em;
    }

    .wah-posts-index__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .wah-posts-index__pagination {
        margin-top: 34px;
    }

    .wah-new-posts__inner,
    .wah-first-reads__inner {
        padding: 0 20px;
    }

    .wah-new-posts__heading,
    .wah-first-reads__heading {
        margin-bottom: 30px;
    }

    .wah-new-posts__label,
    .wah-first-reads__label {
        padding-bottom: 14px;
        font-size: 17px;
    }

    .wah-first-reads__lead {
        margin-top: 16px !important;
        font-size: 13px;
        line-height: 1.9;
    }

    .wah-new-posts__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .wah-post-card__image {
        aspect-ratio: 16 / 10;
    }

    .wah-post-card__body {
        min-height: auto;
        padding: 18px 17px 20px;
    }

    .wah-post-card__title {
        font-size: 14.5px;
        line-height: 1.8;
    }

    .wah-post-card__date {
        margin-top: 18px;
    }

    .wah-new-posts__more {
        margin-top: 28px;
    }

    .wah-new-posts__button {
        width: 100%;
        max-width: 260px;
        gap: 36px;
    }

    .wah-home.wah-first-reads {
        padding-bottom: 62px !important;
    }

    .wah-first-reads__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .wah-first-card__image {
        aspect-ratio: 16 / 10;
    }

    .wah-first-card__body {
        padding: 16px 17px 0;
    }

    .wah-first-card__title {
        font-size: 14px;
        line-height: 1.8;
    }

    .wah-first-reads__more {
        margin-top: 32px;
    }

    .wah-first-reads__button {
        width: 100%;
        max-width: 260px;
        gap: 46px;
    }

    .wah-home.wah-profile {
        padding: 0 20px 62px !important;
    }

    .wah-profile__image {
        aspect-ratio: 4 / 3;
    }

    .wah-profile__body {
        padding: 34px 24px 38px;
    }

    .wah-profile__label {
        padding-bottom: 14px;
        font-size: 17px;
    }

    .wah-profile__title {
        margin-top: 26px !important;
        font-size: 20px;
        line-height: 1.7;
    }

    .wah-profile__text {
        margin-top: 16px;
        font-size: 13px;
        line-height: 2;
    }

    .wah-profile__actions {
        margin-top: 24px;
    }

    .wah-profile__button {
        width: 100%;
        max-width: 260px;
        gap: 38px;
    }
}
