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

/* 共通 */
body {
    font-family: century-gothic, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 400;
}

.wp-block-button a:hover {
    transition: all 0.25s;
}

.wp-block-button a:hover {
    opacity: 0.7;
}

.menu-item a {
    letter-spacing: 0.18em;
}

/* ヘッダー */
@media (min-width: 600px) {
    .-txt .c-headLogo__link {
        font-size: 16px;
        font-weight: 400;
    }
}

/* フッター */
.w-footer__box .widget-1 .textwidget p {
    text-align: center;
}

.l-footer__nav a {
    border-right: unset;
}

.l-footer__nav li:first-child a {
    border-left: unset;
}

@media (min-width: 600px) {
    .l-footer__nav a {
        padding: 0 1em;
    }
}

/* メインビジュアル */
.p-mainVisual__imgLayer .u-obf-cover {
    object-position: center top;
}

.p-mainVisual__textLayer {
    text-shadow: unset !important;
}

.p-mainVisual__slideTitle,
.p-mainVisual__slideText {
    font-weight: 400;
    letter-spacing: 0.15em;
    text-shadow: unset;
}

@media (min-width: 600px) {
    .p-mainVisual__slideTitle {
        font-size: 42px;
        margin-bottom: 0.5em;
    }

    .-height-full .p-mainVisual__slideText {
        font-size: 16px;
    }
}

/* トップページ */
.top h2.wp-block-heading {
    font-size: 2.5em;
    letter-spacing: 0.1em;
}

.top h2.wp-block-heading .sub-ttl {
    font-size: 0.35em;
    margin-left: 1.5em;
    letter-spacing: normal;
}