/*

Common

Main Color: #
Sub Color #

*/

html {
	font-size: 15px;
}
body {
	position: relative;
	min-width: 1000px;
	min-width: 100%;
	width: 100%;
	height: 100%;
	font-family: 'Noto Serif JP',serif;
	font-family: 'Nunito Sans','Noto Sans JP',sans-serif;
	font-size: 15px;
	font-weight: 400;
	font-feature-settings: 'palt';
	letter-spacing: 0.08em;
	line-height: 1.85em;
	color: #111;
	background: #fff;
}
body::before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	width: 0;
	height: 100%;
	background: #efefef;
	animation: body_bg 500ms ease-in-out 1000ms 1 forwards;
	z-index: -1;
}
@keyframes body_bg {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}
::selection {
	background: #ADB2BF;
}
::-moz-selection {
	background: #ADB2BF;
}
a {
	color: #434246 !important;
	color: #111 !important;
	text-decoration: none;
}
a:hover {
	color: #434246 !important;
	text-decoration: underline;
}
._inner {
	position: relative;
	margin: 0 auto;
	padding: 0 50px;
	max-width: 900px;
	width: auto;
	box-sizing: border-box;
}
.inner {
	position: relative;
}
.inner.wider {
	padding: 0 50px;
	max-width: 100%;
	width: 100%;
}
.inset {
	max-width: 70%;
	width: 70%;
}
.section {
	position: relative;
	margin: 0 auto 6em auto;
}
.section_image {
	width: 100%;
	height: 100vh;
	background-color: yellow;
}
.main {
	width: 66%;	
}
.side {
	width: 22%;
}

h2.title {
	margin-bottom: 5em;
	font-size: 2.1em;
	font-size: 1.4em;
	font-weight: 600;
}
h2.title a {
	text-decoration: none;
}
.heading h2.title {
	position: absolute;
	right: 0;
	top: 0;
	margin-bottom: 0;
	font-size: 1.05em;
	z-index: 3;
}
h3.title {
	margin-bottom: 1.5em;
	font-size: 1.8em;
	font-weight: 500;
	line-height: 1.5em;
}
h4.title {
	margin-bottom: 1em;
	font-size: 1.15em;
	font-weight: 500;
}
h5.title {
	margin-bottom: 1em;
	font-size: 1.05em;
	font-weight: 500;
}
.summary p,
p.summary {
	font-size: 1.2em !important;
	line-height: 2.2em !important;
}
strong {
	font-weight: 500 !important;
}
img {
	width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	-ms-interpolation-mode: nearest-neighbor;
}
svg {
	width: 100%;
	height: auto;
}
.astarisc {
	margin-left: 0.3em;
	color: #888;
}
hr {
	display: block;
	margin-bottom: 2.5em;
	height: 1px;
	border: 0;
	background: #DDD;
}
.only_pc {
	display: block;
}
.only_pc.inline {
	display: inline-block;
}
.only_mobile {
	display: none;
}
.webfont {
	font-family: 'Inter', sans-serif;
}
.webfont.condense {
}
.webfont.serif {
}
.webfont.hand {
}
.thin {
	font-weight: 300 !important;
}
.thinner {
	font-weight: 100 !important;
}
.bold {
	font-weight: 500 !important;
}
.bolder {
	font-weight: 700 !important;
}
.italic {
	font-style: italic !important;
}
.serif {
	font-family: 'Noto Serif JP',serif;
}
.sans {
	font-family: 'Noto Sans JP',sans-serif;
}
.centering {
	text-align: center !important;
}
.hide {
	display: none !important;
}
p.note,
.note li {
	clear: both;
	margin-top: 1.5rem;
	font-size: 0.9em !important;
	color: #888;
}
.square {
	font-size: 0.7em;
	line-height: 1em;
	vertical-align: super;
}
p.empty {
	padding: 8em 0;
	text-align: center;
	color: #ddd;
	font-size: 1.1em;
}
.link {
	margin: 3em 0;
}
.link a {
	display: inline-block;
	padding: 1.2em 6em 1.2em 1.2em;
	text-align: center;
	border: solid 1px #787878;
	border-radius: 4px;
	transition: all 200ms linear;
	text-decoration: none;
	box-sizing: border-box;
}
.link a {
	display: inline-block;
	position: relative;
	padding: 1.2em 5.4em 1.2em 1.2em;
	text-align: center;
	border: solid 1px #787878;
	border-radius: 5px;
	transition: all 200ms linear;
	text-decoration: none;
	box-sizing: border-box;
}
.link a:after {
	position: absolute;
	right: 0.5em;
	top: 1.2em;
	content: '';
	width: 30px;
	height: 30px;
	background: url(../images/common/icon_link.png) no-repeat center center / 30px;
}
.link a:hover:after {
	animation: moving 500ms ease-in-out;
}
@keyframes moving {
	0% {
		right: 0.5em;
	}
	50% {
		right: 1em;
	}
	100% {
		right: 0.5em;
	}
}
.fading {
	padding-top: 24px;
		filter: alpha(opacity=0);
		-moz-opacity: 0;
	opacity: 0;
}
.clear {
	clear: both !important;
}


/** Switch **/

#menu_switch {
	display: none;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent !important;
}
#menu_switch p {
	position: relative;
	width: 40px;
	height: 30px;
}
.switch_bar {
	display: block;
	position: absolute;
	left: 0;
	width: 40px;
	height: 2px;
	background: #111;
	border-radius: 200px;
	transition: all 140ms linear;
}
#menu_switch #switch_top {
	top: 0;
}
#menu_switch #switch_middle {
	top: 13px;
}
#menu_switch #switch_bottom {
	bottom: 0;
}
.expanded #menu_switch #switch_top {
	top: 14px;
	transform: rotate(40deg);
	transition: all 120ms ease-in;
}
.expanded #menu_switch #switch_bottom {
	bottom: 14px;
	transform: rotate(-40deg);
	transition: all 120ms ease-in;
}


/** Post **/

.post p {
	margin-bottom: 1em;
}
.post ol {
	margin: 2em 0 !important;
}
.post li {
	list-style-position: inside !important;
	list-style: decimal;
}
.post ul {
	margin: 2em 0 !important;
}
.post a {
	text-decoration: underline;
}
.post a {
	padding: 0.15em 0.3em 0.05em 0.35em;
	border-radius: 3px;
	background: #e5e5e5;
}
.post a:hover {
	text-decoration: none;
	background: #fff;
}

.post ul li {
	list-style: disc;
	list-style-position: inside !important;
}
.post img {
		filter: alpha(opacity=0);
		-moz-opacity: 0;
	opacity: 0;
}
.post img.fit {
	width: 100% !important;
	height: auto;
}
.post img.nonfit {
	width: auto;
	height: auto;
}
.post b,
.post strong {
	font-weight: bold;
}
.post em {
	font-style: italic;
}
.post .issue_image {
	margin: 1em 0;
}


/** Paging **/

#paging {
	clear: both;
	margin-top: 2em;
}
#_paging ul {
	position: relative;
	float: left;
	left: 50%;
}
#paging_next {
	float: left;
}
#paging_prev {
	float: right;
}
#_paging li {
	position: relative;
	left: -50%;
	float: left;
	margin: 0 0.6em;
	overflow: hidden;
}
#paging li a {
	display: block;
	padding: 0.3em 1.2em;
	text-align: center;
	font-weight: 500;
	font-size: 1.1em;
	color: #000 !important;
	text-decoration: none !important;
	background: #FFF;
}
#paging li.active a {
	color: #FFF !important;
	background: #000;
}
#paging .prev {
	width: 40px;
	height: 40px;
	background: url(../images/common/icon_arrow_prev.png) no-repeat center / cover;
}
#paging .next {
	width: 40px;
	height: 40px;
	background: url(../images/common/icon_arrow_next.png) no-repeat center / cover;
}


/* Header */

#header {
	display: none;
	position: relative;
	transition: all 100ms ease-in-out;
	z-index: 10000;
}
.fixed #header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transition: all 100ms ease-in-out;
	z-index: 10000;
}

/* Side */

#side {
	position: relative;
	position: sticky;
	top: 0;
	float: left;
	width: 350px;
	min-height: 100vh;
	background: url(../images/common/now-then.jp_white.png) no-repeat center / 120px;
	transition: all 360ms ease-in-out;
}
#main {
	float: right;
	padding-top: 50px;
	padding-bottom: 50px;
	width: calc(100% - 350px);
	min-height: 100vh;
	transition: all 360ms ease-in-out;
	opacity: 0;
	animation: main 750ms ease-in-out 1800ms 1 forwards;
}
@keyframes main{
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
#main .inner {
	padding: 0 60px;
	padding: 0 60px 0 0;
}

#side_toc {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 210px;
	width: 200px;
	transform: translate(-50%,-50%);
	animation: side_toc 1000ms ease-in-out 1500ms 1 forwards;
	opacity: 0;
}
@keyframes side_toc {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
#side_toc a {
	display: inline-block;
	position: relative;
	text-decoration: none !important;
}
#side_toc a::before {
	position: absolute;
	bottom: -2px;
	left: 0;
	content: '';
	width: 0;
	height: 2px;
	background: #111;
	background: #7b7a77;
}
#side_toc a:hover::before {
	animation: side_toc_hover 250ms ease-in-out 0ms 1 forwards;
}
@keyframes side_toc_hover {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}
#side_toc .active a::before {
	animation: side_toc_active 250ms ease-in-out 2500ms 1 forwards;
}
@keyframes side_toc_active {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}
#side_toc li {
	position: relative;
	float: left;
	width: 33.3%;
}
#menu_contents li#menu_txt {
	float: right;
	text-align: right;
}
#menu_contents li#menu_arc {
	width: 33.4%;
	text-align: center;
}
#menu_contents {
	margin-bottom: 12px;
	font-size: 1em;
	font-size: 0.95em;
	font-weight: 600;
	letter-spacing: 0.1em;
}
#menu_profile {
	font-size: 0.72em;
	font-size: 0.75em;
	text-align: justify;
	text-align-last: justify;
	font-weight: 500;
}

#side_to_home {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 45px;
	height: 45px;
	z-index: 2;
}
#side_to_home a {
	display: block;
	width: 45px;
	height: 45px;
	background: url(../images/common/icon_to_home.png) no-repeat center / 45%;
}


/* Work */

.work_list {
	margin: 0 auto;
	max-width: 1500px;
}
.work_list_pane {
	position: relative;
	margin-bottom: 3.5em !important;
	transform: scale(0.96);
	animation: work_list_pane 700ms ease-in-out 1800ms 1 forwards;
	opacity: 0;
}
@keyframes work_list_pane {
	0% {
		transform: scale(0.96);
		opacity: 0;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

.work_list_pane h3 {
	position: absolute;
	left: 10px;
	bottom: 10px;
	color: #fff;
	font-size: 0.65em;
	line-height: 1em;
	letter-spacing: 0.075em;
	z-index: 1;
}
.work_list_image {
	position: relative;
	height: calc(100vh - 100px);
	max-height: 950px;
}
.fit .work_list_image {
	height: 100%;
	max-height: 100%;
	aspect-ratio: 4/3;
}

.work_list_image .credit {
	position: absolute;
	right: 10px;
	bottom: 10px;
	line-height: 1em;
	font-size: 0.6em;
	color: #fff !important;
	letter-spacing: 0.1em;
	white-space: nowrap;
	z-index: 1;
}
.work_list_image a {
	display: block;
	width: 100%;
	height: 100%;
	border: solid 0 rgba(255,255,255,0.4);
	z-index: 1;
	transition: all 400ms ease-in-out;
}
._work_list_image a:hover {
	border: solid 30px rgba(255,255,255,0.4);
	transition: all 400ms ease-in-out;
}
.work_list_fit {
	display: none;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 20px;
	height: 20px;
	background: url(../images/common/icon_fit_white.png) no-repeat center / 100%;
	z-index: 2;
	cursor: pointer;
}
.work_list_arrows {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 2;
}
.work_list_arrows::after {
	content: " ";
	display: block;
	clear: both;
}
.work_list_arrow {
	display: block !important;
	position: relative;
	float: left;
	margin-right: 3px;
	width: 20px;
	height: 20px;
	border-radius: 0;
}
.work_list_arrow svg {
	display: none !important;
}
.work_list_prev {
	background: url(../images/common/icon_prev_white.png) no-repeat center / 80%;
}
.work_list_next {
	background: url(../images/common/icon_next_white.png) no-repeat center / 80%;
}
.work_list_link {
	display: none;
	position: absolute;
	left: 58px;
	bottom: 10px;
	z-index: 1;
}
.work_list_link a {
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/common/icon_link_white.png) no-repeat center / 90%;
}


/* Footer */

#copyright {
	position: fixed;
	right: 21px;
	bottom: 12px;
	color: #666;
	color: #ccc;
	font-size: 0.55em;
	letter-spacing: 0.05em;
	line-height: 1em;
	transform: rotate(90deg);
	transform-origin: 100% 100%;
	white-space: nowrap;
}
#copyright::first-letter {
	font-size: 1rem;
	vertical-align: middle;
}


/* Lightslider */

.lSSlideOuter .lSPager.lSpg > li a {
	background-color: #C3C0B6 !important;
}
.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
	background-color: #434246 !important;
}


@media screen and (max-width: 1100px) and (min-width: 701px) {
	
	#side {
		width: 300px;
		background: url(../images/common/now-then.jp_white.png) no-repeat center / 100px;
	}
	#main {
		width: calc(100% - 300px);
	}
	
}

@media screen and (max-width: 767px) and (min-width: 601px) {



}

@media screen and (max-width: 600px) {

	html {
		min-height: 100vh;
		font-size: 18px !important;
	}
	body {
		min-width: 480px;
		min-height: 100vh;
		font-size: 18px !important;
	}
	.only_pc {
		display: none;
	}
	.only_mobile {
		display: block;
	}
	.only_mobile.inline {
		display: inline-block;
	}
	#menu_switch {
		display: block;
	}

}
