@charset "UTF-8";

/*
Theme Name: FolioSpot
Theme URI: https://foliospot.com
Author: FolioSpot
Author URI: https://foliospot.com
Description: FolioSpotのカスタムテーマ
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: foliospot
*/

/* リセットCSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ベーススタイル */
body {
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

/* ヘッダー */
.top-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url('assets/img/top-fv__img-pc.webp') no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* このファイルはWordPressのテーマ情報のみを含みます。
実際のスタイルはassets/css/style.cssに記述されています。 */