@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
*/
@font-face {
    font-family: 'AnoBold';
    src: url('wp-content/themes/swell_child/fonts/AnoBold-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'AnoBold', sans-serif;
}
/* =========================
   日本語フォント設定（明朝）
========================= */

body {
  font-family:
    "Noto Serif JP",
    "游明朝",
    "Yu Mincho",
    "Hiragino Mincho ProN",
    "ヒラギノ明朝 ProN",
    serif;
  letter-spacing: 0.03em;
  line-height: 1.9;
}
/* =========================
   見出しの枠・背景を消す
========================= */

h1, h2, h3, h4, h5, h6 {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* SWELLの装飾見出し対策 */
.c-heading,
.c-heading__inner,
.is-style-section_ttl {
  background: none !important;
  border: none !important;
}
h2 {
  font-weight: 400;
  letter-spacing: 0.08em;
}
/* =========================
   SWELL 見出しの上下ラインを消す
========================= */

/* 装飾見出しの上下線 */
.c-heading::before,
.c-heading::after {
  display: none !important;
}

/* 内側ラインも念のため */
.c-heading__inner {
  border: none !important;
}
.is-style-section_ttl::before,
.is-style-section_ttl::after {
  display: none !important;
}
h2, h3 {
  padding-left: 40px;
  padding-right: 40px;
}
