@charset "UTF-8";

/*--------------------------------------------------------
タイポグラフィ
--------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

@media screen and (max-width: 399px) {
  h1.page-default-title {
    font-size: calc(var(--size-h1) * .6);
  }
}


/* 英語 */
h1.en,
h2.en,
h3.en,
h4.en,
h5.en,
h6.en,
p.en {
  font-family: var(--type-english-font);
  letter-spacing: 0;
  font-feature-settings: "palt";
}

/* アクセント英語 */
h1.font-accent,
h2.font-accent,
h3.font-accent,
h4.font-accent,
h5.font-accent,
h6.font-accent,
p.font-accent {
  font-family: var(--type-accent-font);
  letter-spacing: 0;
  font-feature-settings: "palt";
}

/* 名前用日本語フォント */
p.font-name {
  font-family: "Klee One", cursive;
  letter-spacing: 0;
  font-feature-settings: "palt";
}


/* margin,paddingの余白なし */
p.no-space,
h1.no-space,
h2.no-space,
h3.no-space,
h4.no-space,
h5.no-space,
h6.no-space {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}


/* リスト */
ol.wp-block-list {
  margin-left: 32px;
}

ul.wp-block-list li,
ol.wp-block-list li {
  /* margin-bottom: 16px; */
}


/* ブログ */
.article h1.article_title {
  font-size: 40px;
}

/*----- アーカイブページ -----*/
h1.main-title.archive {
  font-size: 40px;
}