@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Arima+Madurai');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400');


/*top-photo slogan*/

.top-photo {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	overflow: hidden;
	background-position: center;
	background-size: cover;
}

.slogan {
	position: relative;
	width: fit-content;
	margin: auto;
	color: #666;
}

.slogan .en {
	font-size: 1.5em;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	font-weight: 300;
	/*margin-bottom: 10px;*/
}

.slogan .tw {
	font-size: 1.5em;
	letter-spacing: 1.5em;
	transform: translateX(0.5em);
	-webkit-transform: translateX(0.5em);
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.down {
	position: absolute;
	left: 50%;
	bottom: 5px;
	width: 40px;
	z-index: 50;
	opacity: 0.7;
	padding: 5px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	cursor: pointer;
}

.down img {
	display: block;
	width: 100%;
}

.down:hover {
	opacity: 1;
}

.controlBtn {
	position: relative;
	margin-top: 30px;
	padding-bottom: 30px;
}

.controlBtn a {
	position: relative;
	display: block;
	width: fit-content;
	margin: auto;
	padding: 10px 20px;
	border: #838c74 solid 1px;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	color: #666;
	letter-spacing: 0.05em;
}

.controlBtn a:hover {
	background: #838c74;
	color: #fff;
}

/*work information*/

.work {
	position: relative;
	width: 100%;
	margin-bottom: 100px;
}

.work ul {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: auto;
}

.work-title {
	padding: 50px 0;
	margin-bottom: 30px;
	background: rgba(131, 140, 116, 0.1);
}

.work-title ul {
	display: flex;
	flex-flow: wrap;
}

.work-title li {
	width: 50%;
	padding: 5px 0;
	color: #666;
	line-height: 1.5;
}

.work-work li {
	width: 100%;
	margin-bottom: 30px;
}

/*.work-work li:last-child{
	margin-bottom: 0;
}*/

.work img {
	width: 100%
}

@media screen and (max-width:1100px) {
	.top-photo {
		height: calc(100vh - 91px);
	}
	.slogan .en {
		font-size: 2em;
	}

	.slogan .tw {
		font-size: 1.5em;
		letter-spacing: 1em;
	}

	.context {
		width: 100%;
	}

	.about {
		font-size: 1em;
		margin-bottom: 50px;
	}

}
@media screen and (max-width:1000px) {
	.work-work{
		margin: 0 78px;
	}
}
@media screen and (max-width: 768px) {
	.work-work{
		margin: 0;
	}
}
@media screen and (max-width:640px) {

	.top-photo {
		height: 40vh;
	}

	.bg {
		background-attachment: unset;
	}

	.slogan .en {
		font-size: 1.25em;
	}
}


@media screen and (max-width:540px) {
	.context {
		padding: 0;
	}
}