/*! CJCid typography
    Author: Chris Cid
    URI: www.cjcid.com
—————————————————————— */

html {
	font-size: 112.5%; line-height: 1.618;
	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	        text-size-adjust: 100%;
}
@media (min-width: 40em) {
	html { font-size: 131.25%; }
}
:lang(ja) { font-size: 90%; }
h1 { font-size:  2.5rem; margin: 1.25em 0 .5em; }
h2 { font-size:  1.5rem; margin:  1.5em 0 1em; }
h3 { font-size: 1.35rem; margin:  1.5em 0 .75em; }
h4 { font-size:  1.2rem; margin:  1.5em 0 1em; }
h5 { font-size:  1.1rem; margin: 1.75em 0 1.25em; }
h6 { font-size:   .9rem; margin:    2em 0 .75em; }
h1:lang(ja), h1 :lang(ja) { font-size: 1.8rem; }
h2:lang(ja), h2 :lang(ja) { font-size: 1.3rem; }
h3:lang(ja), h3 :lang(ja) { font-size: 1.1rem; }
h4:lang(ja), h4 :lang(ja) { font-size:   1rem; }
h5:lang(ja), h5 :lang(ja) { font-size:  .9rem; }
h6:lang(ja), h6 :lang(ja) { font-size:  .7rem; }
h1.large { font-size:  3rem; }
article > hgroup h1 + p { font-size: 1.35rem; }
h1,
h2 { line-height: 1.414; }
h3,
h4,
h5,
h6 { line-height: 1.5; }
h3,
h4 { letter-spacing: .015em; }
h5,
h6 { letter-spacing: .035em; }
h3,
h4,
h5,
h6,
b,
thead { font-feature-settings: 'c2sc'; text-transform: uppercase; }
b { font-weight: normal; }
i,
var { font-style: normal; }
small { font-size: 80%; letter-spacing: .015em; }
sub,
sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sub { bottom: -.25em; }
sup { top: -.5em; }
pre,
table { display: block; max-width: calc(80vw - 2.5rem); overflow: auto; }
code,
kbd,
samp,
pre {
	font-size: .75rem; font-feature-settings: 'zero';
	-moz-tab-size: 3;
	     tab-size: 3;
}
blockquote { font-size: .9em; line-height: 1.5; }
time { font-feature-settings: 'onum', 'c2sc'; }
hr { border: none; height: 1em; text-align: center; }
hr:before { content: '⁂'; font-size: 1.5em; position: relative; top: -.5em; }
address { font-style: normal; }
ul,
ol { padding-left: 1.2em; }
dd { margin-left: 1.2em; }
ul,
ol,
dd,
table,
figcaption { font-size: .95rem; }
caption { font-size: .85rem; }
table { line-height: 1.414; }
thead { line-height: 1.2; }
th,
td { text-align: left; }
a { white-space: break-spaces; overflow-wrap: break-word; }
.anchor { position: relative; }
.anchor::before { content: '§'; position: absolute; left: -.75em; }
h1.anchor::before { top: -.1em; }

.main-navigation { font-size: 4vw; line-height: 1.25; letter-spacing: .015em; }
.main-navigation figcaption { font-size: .55rem; }
@media (min-width: 25em) {
	.main-navigation figcaption { font-size: .75rem; }
}
@media (min-width: 50em) {
	.main-navigation figcaption { font-size: 1rem; }
}

article,
.footer strong { font-variant-numeric: oldstyle-nums; }
article p {
	hanging-punctuation: first last;
	-webkit-hyphens: auto;
	    -ms-hyphens: auto;
	        hyphens: auto;
}
.kicker { font-size: .85rem; }
.kicker span { font-feature-settings: normal; text-transform: none; }

.style-alt { font-feature-settings: 'salt'; }
a[rel='bookmark'] { text-decoration: none; }