@charset "UTF-8";

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

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

h4,
h5,
h6 {
  font-weight: 500;
}


/* 英語 */
h1.en,
h2.en,
h3.en,
h4.en,
h5.en,
h6.en,
p.en {
  font-family: var(--type-en);
  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;
}

/*----- アーカイブページ -----*/
.pageTitle {
  background: transparent;
  display: block;
  padding: 0;
  text-align: left;
}

.pageTitle.archive {
  padding: 0;
  margin-bottom: 48px;
}

h1.main-title.archive {
  text-align: left;
  margin-bottom: 0;
  color: var(--color-primary-font-main);
  font-size: 32px;
}