@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
*/

/* 既存のタイトルとパンクずを非表示 */
.p-breadcrumb,
.c-pageTitle {
	display: none;
}

/* H2見出しのデザインを変更 */
.post_content h2 {
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 3.5em !important;
    font-weight: 100 !important;
	display: flex;
	align-items: center;
}

/* H2のサブタイトルの調整 */
.post_content h2 .mininote {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.3em !important; 
    font-weight: 100 !important;
    letter-spacing: -0.1em;
}

/* H3見出しのデザインを変更 */
.post_content h3 {
	font-family: 'Shippori Mincho B1', serif;
    font-size: 1.6em !important; 
    font-weight: 400 !important;
}

/* H4見出しのデザインを変更 */
.post_content h4 {
	font-family: 'Shippori Mincho B1', serif;
}

/* ヘッダーのフォント調整 */
.l-header__inner {
	font-family: 'Alegreya Sans', sans-serif;
}

.-txt .c-headLogo__link {
    font-size: 3em;
    font-weight: 100;
}

.c-gnav>.menu-item>a .ttl {
    font-size: 1em;
    font-weight: 400;
}

.c-gnav a::after {
	bottom: 18px !important;
}

/* メインビジュアル：メインテキストの調整 */
.p-mainVisual__slideTitle {
    font-family: 'Nothing You Could Do', cursive;
    font-size: 5em;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.1;
}

/* メインビジュアル：サブテキストの調整 */
.p-mainVisual__slideText {
    font-family: 'Zen Kurenaido', sans-serif;
    font-size: 1.5rem !important;
    font-weight: 400;
    margin-top: 10px;
}

/* コンタクトフォーム見た目調整 */
.post_content dd>:last-child, .post_content div>:last-child, .post_content>:last-child {
    margin: 0 auto;
}

/* 投稿リスト見た目調整 */
.p-postList__title{
    text-align: center;
    font-weight: 400 !important;
    margin-bottom: 1em !important;
}

.p-postList__tags{
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.p-postList__tags .c-tag{
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    font-size: 0.8em;
    line-height: 1;
    padding: 6px 10px;
    background: var(--color_main, var(--swl-color_main, #f39a2b));
    color: #fff;
    box-sizing: border-box;
    margin: 0 !important; /* ← これが決定打 */
}

.p-postList__tags .c-tag::before,
.p-postList__tags .c-tag::after{
    content: none !important;
}