@charset "utf-8";

@media print {
	body {
		display: none;
	}
}

html {
	font-family: garamond-atf-text, toppan-bunkyu-mincho-pr6n, serif;
	font-optical-sizing: auto;
	font-style: normal;
}

a {
	color: #101010;
	text-decoration: underline;
}

a:hover {
	color: #e02c1c;
	text-decoration: underline;
}

::selection {
	background: #101010;
	color: #fff;
}

::-moz-selection {
	background: #101010;
	color: #fff;
}

::-webkit-scrollbar {
	width: 11px;
}

::-webkit-scrollbar-track {
	background: #fff;
}

::-webkit-scrollbar-thumb {
	background: #888;
	border: 1px solid #ddd;
	border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
	background: #101010;
}

:focus {
	outline: none;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-size: 15px;
	line-height: 1.6;
	color: #101010;
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

figure,
img {
	margin: 0;
	padding: 0;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
}

img {
	max-width: 100%;
}

.orn {
	font-family: ltc-fleurons-garamont, serif;
}

main {
	padding: 20px;
}

.container {
	width: 100%;
}

.title {
	margin-bottom: 20px;
	font-size: 19px;
	line-height: 1;
}

.title a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
}

.title a:hover {
	text-decoration: none;
}

.title .orn {
	color: #e02c1c;
}

.profile_img {
	margin-top: 50px;
}

.profile_img figure {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	object-fit: cover;
}

.profile_img img {
	width: 100%;
}

.name {
	position: relative;
	margin: 20px 0 50px 0;
}

.name::after {
	position: absolute;
	left: 0;
	bottom: -25px;
	display: inline-block;
	content: "";
	width: 8px;
	height: 1px;
	background: #101010;
}

.profile {
	margin-bottom: 15px;
}

.profile_en {
	line-height: 1.5;
}

.sns {
	display: flex;
	flex-flow: column;
	justify-content: center;
	gap: 10px;
	margin-top: 30px;
	padding: 0;
	list-style: none;
}

.sns li {
	display: flex;
	align-items: center;
}
.sns i {
	display: inline-block;
	margin-right: 5px;
	font-size: 20px;
	line-height: 0.5;
}

footer {
	margin-top: 50px;
	padding: 20px 20px;
	font-size: 11px;
}

@media (min-width: 600px) {
	main {
		padding: 30px;
	}

	footer {
		padding: 20px 30px;
	}
}

@media (min-width: 700px) {
	.container {
		width: 70%;
	}
}

@media (min-width: 1000px) {
	.container {
		width: 700px;
	}
}
