@charset "UTF-8";
/*フォントArch*/
.f_arc {
	font-family: "Architects Daughter", cursive;
	font-weight: 400;
	font-style: normal;
}
/*共通部分*/
html {
	font-size: 100%;
}
body {
	font-family: "Kiwi Maru", "Noto Sans Japanese";
}
a {
	text-decoration: none !important;
}
img {
	max-width: 100%;
}
li {
	list-style: none;
}
/*ロゴ*/
.logo {
	font-size: 2rem;
}
.logo small {
	font-size: 80%;
}
.copy-l .logo {
	font-size: 50px;
}
a:hover {
	opacity: 0.8;
	transition: all 0.2s ease-out 0s;
}
/*レイアウト*/
.page-header {
	background-color: #f3e6e6;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 10px 10px 20px;
}
.header-copy {
	display: block;
	text-align: center;
	color: #483a3a;
	width: 100%;
}
.header-menu {
	display: flex;
	list-style: none;
	justify-content: right;
	gap: 2.5rem;
	font-size: 1rem;
	padding-right: 7rem;
	color: #483a3a;
}
/*イントロ部分*/
.main-wrapper {
	position: relative;
	background-color: #6f5959;
	padding: 50px 0;
}
.hero-box {
	text-align: center;
	position: relative;
}
.copy-l {
	font-size: 2rem;
	position: absolute;
	color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.subtitle {
	font-size: 16px;
	position: absolute;
	color: #fff;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.main-img {
	width: 285px;
	height: 390px;
	border-radius: 380px;
	left: 63px;
}
.intro-box {
	text-align: center;
	line-height: 2;
	color: #fff;
	margin: 30px 0 0;
	font-size: 14px;
}
.intro1 {
	line-height: 6rem;
}
.intro7 {
	line-height: 3rem;
}
/*works部分*/
.works-wrapper {
	background-image: url(../images/work-img-phonesize.png);
	background-size: cover;
	padding: 15% 0;
}
.works-box {
	background-color: rgb(243 230 230 / 80%);
	width: 80%;
	border-radius: 10px;
	align-items: center;
	padding-top: 1rem;
	margin: 0 auto;
	padding: 5%;
}
.works-title {
	text-align: center;
	margin: 0 0 10%;
}
.works-list li {
	margin: 0 0 10%;
}
.works-list li a {
	display: block;
	text-align: center;
	color: #483a3a;
}
/*ハンバーガーMENU------------------*/
/*開閉メニューのための設定*/
.header-menu {
	display: block;
}
nav {
	position: fixed;
	right: 0;
	top: 0;
	width: 60%;
	height: 100vh;
	transform: translateX(100%);
	background-color: #f3e6e6;
	transition: ease 0.4s;
	z-index: 999;
	overflow: hidden;
}
.header-menu {
	display: block;
	padding: 40% 30px;
}
.header-menu li {
	margin: 0 0 20px;
	border-bottom: solid 1px #d9d9d9;
	padding: 0 0 20px;
	text-align: center;
}
.header-menu li a {
	font-size: 2rem;
	color: #483a3a;
}
nav.active {
	transform: translateX(0);
}
/* ハンバーガーメニュー */
.hamburger-menu {
	width: 30px;
	height: 100%;
	background-color: transparent;
	border-color: transparent;
	z-index: 9999;
	position: absolute;
	left: 20px;
	top: 25px;
}
.hamburger-menu.active {
	position: fixed;
}
/* ハンバーガーメニューの線 */
.hamburger-menu span {
	width: 100%;
	height: 1px;
	background-color: #000;
	position: relative;
	transition: ease 0.4s;
	display: block;
}
.hamburger-menu span:nth-child(1) {
	top: 0;
}
.hamburger-menu span:nth-child(2) {
	margin: 8px 0;
}
.hamburger-menu span:nth-child(3) {
	top: 0;
}
/* ハンバーガーメニュークリック後のスタイル */
.hamburger-menu.active span {
	background-color: #fff;
}
.hamburger-menu.active span:nth-child(1) {
	top: 5px;
	transform: rotate(45deg);
}
.hamburger-menu.active span:nth-child(2) {
	opacity: 0;
}
.hamburger-menu.active span:nth-child(3) {
	top: -13px;
	transform: rotate(-45deg);
}
#mask {
	display: none;
	transition: all 0.5s;
}
#mask.open {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.8;
	z-index: 2;
	cursor: pointer;
}
footer {
	background-color: #f3e6e6;
	padding: 20px;
}
.copyright {
	margin: 0;
	text-align: center;
	font-size: 12px;
}
.works-list {
	padding: 0;
}
.works-title {
	margin: 0 0 0;
	font-size: 3rem;
}
.works-titlesb {
	margin: 0 0 20px;
	font-size: 1.5rem;
	text-align: center;
}
/*デスクトップ版*/
@media (min-width: 800px) {
	.header-copy {
		width: initial;
		margin: 0 0 0 30px;
	}
	.logo {
		font-size: 3rem;
	}
	.main-wrapper {
		display: flex;
		padding: 10%;
		align-items: center;
		justify-content: center;
	}
	.main-img {
		width: 500px;
		height: auto;
		border-radius: 380px;
	}
	.copy-l {
		font-size: 2.5rem;
		color: #fff;
	}
	.subtitle {
		font-size: 22px;
		color: #fff;
	}
	.intro-box {
		font-size: 1.2rem;
		font-weight: lighter;
		margin: 0 50px 0;
	}
	.works-wrapper {
		background-image: url(../images/work-img.png);
	}
	nav {
		transform: initial;
		background: initial;
		width: initial;
		height: initial;
		position: relative;
		margin: 0 30px 0 0;
	}
	.works-list_img {
		width: 50%;
		margin: 0 30px 0 0;
	}
	.works-list_ttl {}
	.header-menu {
		display: flex;
		padding: 0;
		font-size: 1.8rem;
	}
	.header-menu li {
		border: none;
		padding: 0;
		margin: 0;
	}
	.hamburger-menu {
		display: none;
	}
	.works-title {
		margin: 0 0 30px;
	}
	.works-titlesb {}
	.works-list {
		display: flex;
		padding: 0;
		justify-content: space-around;
		align-items: center;
	}
	.works-list li {
		/* margin: 0 10px 50px; */
		width: 32%;
	}
	.works-list li a {
		/* display: flex; */
		/* align-items: center; */
	}
	.works-list li a img {
		width: 100%;
	}
	.works-list li a .work_name {
		margin: 0 0 0 30px;
	}
}