@charset "UTF-8";
/* Eric Meyer’s “Reset CSS” 2.0 start */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Eric Meyer’s “Reset CSS” 2.0 end */

html {
  font-family: YuMincho, serif;
  font-variant-ligatures: none;
  font-size: 1pc;
  color: #423131;
}

body{
  font-feature-settings: palt\1;
  background: #f7f6f3;
  padding: 1.8em;
}
.sp{display: none;}

header{
	width:  44.8px;
	display: flex;
	flex-direction: column;
	align-content: center;
}
h1 {
	display: block;
	letter-spacing: 0.05em;
}
.ttl {
	font-size: 44.8px;
	text-align: center;
	align-items: center;
}
sup{	
	vertical-align: text-top;
	font-size: 10px;
}
a {
  text-decoration: none;
  position: relative;
  transition: 0.36s;
  color: #423131;
}
a:hover {
  color: transparent;
}
a:active {
  color: #e6b160;
}
ul {
	margin: 2pc 0;
	position: fixed;
	bottom: 1em;
	letter-spacing: 0.075em
}
li {
	display: table-row;
	margin-left: 2em;
	line-height: 2em;
	font-size: 1.2em
}
li p{
	padding-bottom: 1.5em;
	line-height: 1.75em;
	font-size: .6em
}
footer {
	color: #423131;
  position: fixed;
  bottom: 1rem;
  font-size: 0.75em;
  line-height: 2em;
}
.clickable-li {
  display: block;
  margin: 0 0.1em;
  text-decoration: none;
  color: inherit;
}
.clickable-li:hover {
  color: rgb(155, 150, 118)
}
@media screen and (max-width: 600px) {
	.sp{
		display: block;
	}
}
