@charset "utf-8";
/*reset ※ブラウザの初期設定をリセットする
-----------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body * {
	line-height: 1.4;
	box-sizing: border-box;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	vertical-align: bottom;
}
a {
	text-decoration: none;
	color: #420C0C;
}
/*-----------------------------
全体共通部分
‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐*/
html {
	font-size: 16px;
}
body {
	font-family: "Shippori Mincho", serif, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo;
	line-height: 1.4;
	color: #420C0C;
	height: 100%;
}
img {
	max-width: 100%;
}
a:hover { /*ホーバー設定*/
	opacity: 0.8;
	transition: all 0.2s ease-out 0s;
}
br.sp {
	display: none;
}
.sp {
	display: none !important;
}
@media screen and (max-width: 768px) {
	html {
		font-size: 14px;
	}
	br.sp {
		display: block;
	}
	br.pc {
		display: none;
	}
}
/* HEADER
------------------------------------ */
header {
	background-color: #fafaea;
	height: 80px;
	max-width: 100%;
}
.logo {
	width: 150px;
}
.main-nav {
	display: flex;
	font-size: 0.9rem;
	font-family: "Poppins", sans-serif;
}
.main-nav li {
	margin: 0 40px 0;
}
.main-nav a {
	color: #402D2D
}
.main-nav a:hover {
	color: #F4A261;
}
.page-header {
	display: flex;
	justify-content: space-between;
	padding: 0 50px;
	align-items: center;
}
.wrapper {
	width: 1000px;
	margin: 0 auto;
}
.hamburger-menu {
	display: none;
}
@media screen and (max-width: 768px) {
	header {
		height: 60px;
	}
	header h1 a {
		display: block;
	}
	.page-header {
		padding: 0;
	}
	.wrapper {
		width: 100%;
		padding: 10% 5%;
	}
	.logo {
		width: 120px;
	}
	.hamburger-menu {
		display: block;
	}
	/*開閉メニューのための設定*/
	.hamburger-menu {
		display: block;
	}
	.header-list {
		position: fixed;
		right: 0;
		top: 0;
		width: 60%;
		height: 100vh;
		transform: translateX(100%);
		background-color: #fff;
		transition: ease .4s;
		z-index: 999;
		overflow: hidden;
	}
	.main-nav {
		display: block;
		padding: 40% 30px;
	}
	.main-nav li {
		margin: 0 0 20px;
		border-bottom: solid 1px #d9d9d9;
		padding: 0 0 20px;
		text-align: center;
	}
	.main-nav li.hed-insta {
		border: none;
	}
	/* ハンバーガーメニュー */
	.hamburger-menu {
		width: 30px;
		height: 100%;
		background-color: transparent;
		border-color: transparent;
		z-index: 9999;
		position: absolute;
		right: 20px;
		top: 20px;
	}
	.hamburger-menu.active {
		position: fixed;
	}
	/* ハンバーガーメニューの線 */
	.hamburger-menu span {
		width: 100%;
		height: 1px;
		background-color: #000;
		position: relative;
		transition: ease .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;
	}
	/* ハンバーガーメニュークリック後のスタイル */
	.header-list.active {
		transform: translateX(0);
	}
	.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);
	}
}
/* HOME 
-----------------------------*/
#home {}
.top-wrapper {
	background-image: url(../images/hed_main.jpg);
	background-size: cover;
	height: 700px;
	color: #402D2D;
	margin: 0 auto;
	position: relative;
}
.absolute_test {
	position: absolute;
	top: 20vw;
	right: 100px;
	line-height: 47px;
}
.absolute_test h2 {
	font-size: 3.5rem;
	font-family: "Niconne", cursive;
	font-style: nomal;
	opacity: 90%;
	font-weight: 400;
}
.absolute_test p {
	font-size: 1.25rem;
	font-style: italic;
	font-family: "Merriweather", serif;
	letter-spacing: 0.5px;
	font-style: bold;
}
/*背景画像位置調整*/
@media screen and (min-width: 1380px) {
	.top-wrapper {
		background-position-y: -5vw;
	}
}
@media screen and (min-width: 1680px) {
	.top-wrapper {
		background-position-y: -5vw;
	}
}
@media screen and (max-width: 1080px) {
	.top-wrapper {
		height: 500px;
	}
}
@media screen and (max-width: 768px) {
	.top-wrapper {
		height: 400px;
		background-position-x: 80%;
	}
	.absolute_test {
		width: 100%;
		left: 0;
		bottom: 0;
		top: initial;
		background-color: rgb(255 255 255 / 50%);
		padding: 10px 0 10px 10%;
	}
	.absolute_test h2 {
		line-height: 1;
	}
}
/* ABOUT
-----------------------------*/
.about {
	position: relative;
}
.about h2 {
	text-align: center;
	padding-top: 60px;
	font-size: 2rem;
	color: #786b66;
}
.hero {
	display: flex;
}
.about-text {}
.about p {
	line-height: 2;
	margin: 60px 0 0;
}
.image {}
.piece {
	position: absolute;
	bottom: 30px;
	left: -120px;
}
@media screen and (max-width: 768px) {
	.about-text {
		order: 2;
	}
	.about h2 {
		padding: 0;
	}
	.hero {
		flex-wrap: wrap;
	}
	.about p {
		margin: 5% 0;
	}
	.piece {
		left: initial;
		bottom: -30px;
		right: 50px;
		width: 70px;
	}
}
/* WORKS
-----------------------------*/
.work-ttl {
	font-size: 2rem;
	text-align: center;
	margin: 0 0 30px;
	color: #786b66;
}
.works-wrapper {
	background-color: #fafaea;
	padding: 50px 0;
}
.works-box {
	max-width: 1000px;
	margin: 0 auto;
}
.works-list_ttl {
	display: block;
	margin: 1em;
}
.works-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.works-list + .works-title {
	margin: 50px 0 50px;
}
.works-list_li {
	width: 30%;
	text-align: center;
}
.works-title {
	text-align: center;
	font-size: 1.6rem;
	opacity: 70%;
	margin: 0 0 40px;
}
.container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.item {
	width: 30%;
}
.item p {
	text-align: center;
	margin: 1em 0 0;
}
.item img {
	border-radius: 20px;
	height: 200px;
	object-fit: cover;
}
.more-bt a {
	display: block;
	padding: 10px 20px;
	background-color: #420C0C;
	color: #fff;
	max-width: 300px;
	margin: 40px auto 0;
	text-align: center;
}
.works-list_img img {
	box-shadow: 2px 2px 4px 2px rgb(0 0 0 / 20%);
}
@media screen and (max-width: 768px) {
	.works {
		padding: 10% 0;
	}
	.works h2 {
		margin: 0 0 5%;
	}
	.container {
		display: block;
	}
	.item {
		width: 80%;
		margin: 0 auto 10%;
	}
	.works-list_li {
		width: 70%;
		margin: 0 0 10%;
	}
}
/* PROFILE
-----------------------------*/
.profile {
	background-image: url(../images/profile_main2.jpg);
	background-size: cover;
	font-weight: 400;
	font-style: normal;
	padding: 50px 0;
}
.profile h2 {
	text-align: center;
	font-size: 2rem;
	margin: 0 0 50px;
	color: #786b66;
}
.profile p {
	margin: auto;
	line-height: 2;
}
.text {
	background-color: rgb(255 255 255 / 80%);
	max-width: 60%;
	border-radius: 20px;
	padding: 50px;
}
@media screen and (max-width: 768px) {
	.profile {
		background-position-x: 70%;
	}
	.profile h2 {
		margin: 0;
	}
	.text {
		padding: 5%;
		margin: 5%;
		max-width: 100%;
	}
}
/* FOOTER
------------------------------------ */
footer {
	background-color: #fafaea;
	height: 60px;
	text-align: center;
	padding: 15px;
	color: #402D2D;
	font-family: "Poppins", sans-serif;
	font-size: 1.2rem;
}
/*
-------------------------*/
@media screen and (max-width: 768px) {}