/* View Small */

html {
	min-width: 750px;
	min-height: 100dvh;
	font-size: 24px !important;
}
body {
	min-width: 750px;
	min-height: 100dvh;
	font-size: 24px !important;
}

body::before {
	background: #efefef url(../images/common/now-then.jp_white.png) no-repeat left -5px top 30px / 45px !important;
}

#side {
	position: fixed;
	left: 0;
	bottom: 0;
	top: auto;
	float: none;
	width: 100%;
	min-height: 0;
	height: auto;
	background: none;
	background: #fff;
	z-index: 1000;
}
#main {
	float: none;
	padding: 0;
	width: 100%;
	min-height: 0;
}
#main .inner {
	padding: 50px 50px 230px 50px !important;
	padding: 50px 50px 180px 50px !important;
}
#side_toc {
	position: relative;
	left: 0;
	top: 0;
	padding: 36px 25%;
	padding: 36px 50px;
	width: 100%;
	transform: none;
}
#menu_contents {
	float: right;
	margin-bottom: 12px;
	margin-bottom: 0;
	margin-left: 15px;
	font-size: 1.25em;
	font-size: 1.15em;
}
#menu_contents li {
	margin-left: 18px;
	width: auto !important;
}
#menu_profile {
	float: right;
	font-size: 0.9em;
	text-align: left;
	text-align-last: left;
}
#copyright {
	bottom: auto;
	top: 30px;
	right: 30px;
	font-size: 0.65em;
	transform: rotate(-90deg);
	transform-origin: 100% 0;
}
#side_to_home {
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
}
#side_to_home a {
	display: block;
	width: 60px;
	height: 60px;
	background: url(../images/common/icon_to_home.png) no-repeat center / 60%;
}


/* Home */

.page_home {
	max-height: 100dvh !important;
	overflow-y: hidden !important;
}
.page_home #main {
}
.page_home #main .inner {
	min-height: calc(100dvh - 220px);
}
#home_show {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(0.96);
	padding: 0 8%;
	width: 76%;
	width: 100%;
	max-width: 100%;
	height: fit-content;
	animation: home_show 700ms ease-in-out 1800ms 1 forwards;
	opacity: 0;
}

/* Profile */

.profile_text {
	padding: 0 20px;
	font-size: 1em;
}

/* Works */

.work_list_fit {
	width: 36px;
	height: 36px;
}
.work_list_pane h3 {
	left: 20px;
	bottom: 20px;
	width: 76%;
	color: #fff;
	font-size: 0.7em;
	line-height: 1.3em;
}
.work_list_arrows {
	right: 15px;
	bottom: 20px;
}
.work_list_arrow {
	margin-right: 0;
	margin-left: 0;
	width: 42px;
	height: 42px;
}
.work_list_pane {
	margin-bottom: 2em !important;
}
#art_list .work_list_image {
	aspect-ratio: 4/3;
	height: 100% !important;
}

._work_list_image {
	height: auto;
	height: 100%;
	aspect-ratio: 4/3;
	aspect-ratio: unset;
}
#arc_data h4 {
	font-size: 0.8em;
	line-height: 1.6em;
}
#arc_list .work_list_title {
	display: block;
	margin-bottom: 0.35em;
	font-size: 1.1em;
}
#arc_data,
#art_data {
	margin: 1.5rem 0;
}


/* TXT */

#txt_list {
	margin: 50px 35px;
}
.paging #txt_list {
	margin: 0;
}
.txt_heading {
	margin-bottom: 2.5em;
}
.txt_heading h3.title {
	width: 86%;
}
#txt_list .txt_list li {
	margin-left: 20px;
	padding: 1.5em 0 1.5em 0;
	padding: 1.5em 0 1.5em 25px;
	border-bottom: solid 1px #ddd;
	opacity: 0;
}
.txt_list h3 {
	font-size: 1.1em;
}
#txt_single article {
	margin: 50px 35px;
}
.txt_text {
	float: none;
	margin-bottom: 3.5em;
	width: 100%;
}
.txt_image {
	position: relative;
	top: 0;
	float: none;
	width: 100%;
}
.txt_text a {
	font-size: 0.8em;
	letter-spacing: 0.05em;
	overflow-wrap: anywhere;
}
.from_threads {
	margin-left: 0.5em;
}


