<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@200;300;400;500;600;700;800&amp;display=swap');

/* CSS Document */
html {
	overflow-y: scroll;
	/* avoid making gaps with Isotope */
}

body {
	width: 100%;
	margin: 0 auto;
	background-color: #DBDCDB;
}

a {
	color: rgb(0, 0, 0);
	text-decoration: underline;
}

a[data-fancybox] img {
	cursor: pointer;
}

ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}

hr {
	margin: 2px 0px 15px 0px;
	width: 100%;
	border-top: 1px solid black;
}

.image-half hr {
	width: 99%;
	border-top: 1px solid black;
}

h2 {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
	font-size: 18px;
	margin: 0;
	padding: 0;
}

h3 {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

#container {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 30px 0 30px;
}

header {
	margin-top: 20px;
	width: 100%;
	height: 45px;
}

.title {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 800;
	font-size: 1.3em;
	width: 40%;
	float: left;
}

.menu {
	width: 60%;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 800;
	font-size: 15px;
	float: right;
}

.menuitem {
	float: right;
	font-size: 1.1em;
	padding-left: 2%;
}

.gallery {
	width: 100%;
	height: auto;
	margin-bottom: 65px;
}


.gallery p {
	width: 50%;
	margin-bottom: 60px;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
	font-size: .9em;
}

.caption {
	float: left;
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
}

.caption p {
	float: left;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 15px;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 600;
	font-size: 1.2em;
}

.caption-half {
	float: left;
	width: 100%;
}

.caption-half p {
	float: left;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 15px;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 600;
	font-size: 1.2em;
}

.work_explanation {
	float: left;
	width: 100%;
	padding: 2%;
	height: 5vh;
}

.work_explanation p {
	float: left;
	width: 100%;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
	font-size: .9em;
}

.item {
	float: left;
	width: calc(100% / 3);
	overflow: hidden;
}

.item img {
	float: left;
	width: 100%;
}

.item p {
	position: absolute;
	margin: auto;
	padding: 10px;
	width: 100%;
	bottom: 0px;
	color: #FFFFFF;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
	font-size: 1em;
	opacity: 0%;
	-webkit-filter: drop-shadow(1px 3px 3px rgba(0, 0, 0, .5));
	-moz-filter: drop-shadow(1px 3px 3px rgba(0, 0, 0, .5));
	-ms-filter: drop-shadow(1px 3px 3px rgba(0, 0, 0, .5));
	filter: drop-shadow(1px 3px 3px rgba(0, 0, 0, .5));
}

.about {
	width: 100%;
	padding-top: 20px;
	margin-bottom: 65px;
}

.aboutimg {
	width: 30%;
	float: left;
}

.aboutimg img {
	width: 100%;
}

.abouttext {
	width: 68%;
	padding-left: 2%;
	float: left;
}

.aboutcontent1 {
	width: 100%;
	float: left;
}

.aboutcontent {
	width: calc(100%/2);
	float: left;
}

.about p {
	margin: 5px 0 25px 0px;
	color: #000000;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
	font-size: .8em;
}

.about h5 {
	margin: 0;
	color: #000000;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 600;
	font-size: .8em;
}

.about li {
	color: #000000;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
	font-size: .8em;
}

.diary {
	width: 100%;
	float: left;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
	font-size: .8em;
	margin-bottom: 30px;
}

#diary_page {
	width: 100%;
	height: auto;
	float: left;
}

.explanation {
	float: left;
	width: 100%;
	height: 100px;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
	font-size: .8em;
}

.explanation p {
	margin-bottom: 5%;
	font-size: 12px;
}

.workstext {
	letter-spacing: -.01em;
	padding: 2%
}

.image-full {
	width: 100%;
	float: left;
}

.image-full-container {
	width: 100%;
	float: left;
}

.image-half {
	width: 50%;
	float: left;
}

.image-half-drawing {
	width: 50%;
	float: left;
}

.image-full-drawing {
	width: 100%;
	float: left;
}

.image-half-drawing img {
	width: 100%;
}

.image-full-drawing img {
	width: 100%;
}

.image-width30 {
	float: left;
	width: calc(100% / 3);
}

.image-width25 {
	float: left;
	width: calc(100% / 4);
}

.image-full img,
.image-half img,
.image-width30 img,
.image-width25 img {
	float: left;
	width: 100%;
}

.iframe-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom:5%;
}

.iframe-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	padding:2%;
	width: 96%;
	height: 100%;
}

.image-wrapper {
	float: left;
	margin-bottom: 50px;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
}

/*slider*/
.main-carousel {
	float: left;
	width: 96%;
	margin-bottom: 5%;
	margin-left: 2%;
	margin-right: 2%;
}

.main-carousel img {
	display: block;
	height: 200px;
}

.video-sq {
	float: left;
	position: relative;
	width: 99%;
	height: 0;
	padding: 60% .5% .5% .5%;
}

.video-sq iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 98%;
	height: 98%;
	padding: 1%;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 1%;
}

.video-full{
	width: 100%;
	float: left;
	margin-bottom: 5%;;
}

.video-half {
	width: 50%;
	float: left;
}

.video-half iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-height20 {
	float: left;
	position: relative;
	width: 25%;
	height: 0;
	padding: 25% 0% 0% 0%;
}

.video-height20 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-height30 {
	float: left;
	position: relative;
	width: calc(100% / 3);
	height: 0;
	padding: calc(100% / 3) 0% 0% 0%;
}

.video-height30 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-high {
	float: left;
	position: relative;
	height: calc(1080px/1.2);
	width: 100%;
}

.video-high iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.clearfix {
	clear: both;
}

.footertext {
	float: left;
	width: calc(100%/4);
	height: 100px;
	text-align: left;
}

footer {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	text-align: center;
	margin-top: 30px;
	height: 250px;
	width: 96%;
	padding: 2%;
}

@media screen and (max-width: 900px) {
	.item {
		width: 50%;
	}

	.gallery p {
		width: 100%;
		font-size: 1em;
	}

	.aboutimg {
		width: 100%;
	}

	.abouttext {
		width: 100%;
		padding: 0;
		margin-top: 15px;
	}

	.aboutcontent {
		width: 100%;
		clear: both;
	}

	.image-width25 {
		width: 50%;
	}

	.footertext {
		float: left;
		width: calc(100%/2);
		height: 150px;
		text-align: left;
	}

	footer {
		height: 400px;
	}
}

@media screen and (max-width: 700px) {
	.item {
		width: 100%;
	}

	.menuitem {
		font-size: .8em;
	}

	.title {
		font-size: 1em;
	}

	.about p {
		width: 100%;
	}

	.gallery p {
		width: 100%;
		font-size: .8em;
	}

	.explanation p {
		font-size: 8px;
	}

	.image-full {
		width: 100%;
	}

	.image-half {
		width: 100%;
	}

	.image-full-drawing,
	.image-half-drawing {
		width: 100%;
	}

	.image-full-drawing,
	.image-half-drawing {
		display: inline;
	}

	.image-full-drawing,
	.image-half-drawing img {
		float: left;
	}

	.image-width30 {
		width: 100%;
	}

	.image-width25 {
		width: 100%;
	}

	.video-sq {
		width: 100%;
		padding: 100% .5% .5% .5%;
	}

	.video-half {
		width: 100%;
	}

	.video-height20 {
		width: 100%;
		padding: 100% .5% .5% .5%;
	}

	.video-height30 {
		width: 100%;
		padding: 100% .5% .5% .5%;
	}

	.video-high {
		width: 100%;
		height: 540px;
	}

	.footertext {
		width: 100%;
		padding-bottom: 20px;
	}

	footer {
		height: 600px;
	}
}

/*flicity slider responsive*/
@media screen and (min-width: 768px) {
	.main-carousel img {
		height: 680px;
	}
}</pre></body></html>