*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

ul,
ol {
	list-style: none;
}

button {
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
}

input,
textarea {
	font-family: inherit;
}

body {
	background-color: #fff;
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

a {
	transition: color 0.3s;
}

a:hover {
	color: #666;
}

body {
	font-family: "";
}

.u-desktop {
	display: none;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.inner {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 20px;
	width: 100%;
}

body {
	font-family: "";
}

.u-desktop {
	display: none;
}

.header {
	background-color: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.header__inner {
	align-items: center;
	display: flex;
	height: 80px;
	justify-content: space-between;
}

.header__logo {
	font-size: 24px;
	font-weight: 700;
}

.header__logo-link {
	transition: opacity 0.3s;
}

.header__logo-link:hover {
	opacity: 0.7;
}

.header__nav {
	margin-left: auto;
}

.header__nav-items {
	display: flex;
	gap: 30px;
}

.header__nav-item {
	position: relative;
}

.header__nav-link {
	display: block;
	font-size: 16px;
	padding: 10px 0;
}

.header__search {
	margin-left: 30px;
}

.header__search-form {
	align-items: center;
	display: flex;
}

.header__search-input {
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 14px;
	padding: 8px 12px;
	width: 200px;
}

.header__search-button {
	color: #666;
	padding: 8px;
}

.header__sns {
	margin-left: 20px;
}

.header__sns-items {
	display: flex;
	gap: 15px;
}

.header__sns-link {
	align-items: center;
	background-color: #f5f5f5;
	border-radius: 50%;
	display: flex;
	height: 32px;
	justify-content: center;
	transition: background-color 0.3s;
	width: 32px;
}

.header__sns-link:hover {
	background-color: #e8e8e8;
}

.header__hamburger {
	display: none;
	height: 20px;
	position: relative;
	width: 30px;
	z-index: 101;
}

.header__hamburger span {
	background-color: #333;
	display: block;
	height: 2px;
	position: absolute;
	transition: transform 0.3s, opacity 0.3s;
	width: 100%;
}

.header__hamburger span:nth-child(1) {
	top: 0;
}

.header__hamburger span:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
}

.header__hamburger span:nth-child(3) {
	bottom: 0;
}

.header__hamburger.is-active span:nth-child(1) {
	transform: translateY(9px) rotate(45deg);
}

.header__hamburger.is-active span:nth-child(2) {
	opacity: 0;
}

.header__hamburger.is-active span:nth-child(3) {
	transform: translateY(-9px) rotate(-45deg);
}

body {
	font-family: "";
}

.u-desktop {
	display: none;
}

.drawer {
	background-color: #fff;
	box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
	height: 100vh;
	overflow-y: auto;
	position: fixed;
	right: -300px;
	top: 0;
	transition: transform 0.3s;
	width: 300px;
	z-index: 100;
}

.drawer.is-active {
	transform: translateX(-300px);
}

.drawer__inner {
	padding: 100px 30px 30px;
}

.drawer__nav-items {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.drawer__nav-link {
	border-bottom: 1px solid #eee;
	display: block;
	font-size: 18px;
	padding: 10px 0;
}

.drawer__sns {
	margin-top: 40px;
}

.drawer__sns-items {
	display: flex;
	gap: 15px;
}

.drawer__sns-link {
	align-items: center;
	background-color: #f5f5f5;
	border-radius: 50%;
	display: flex;
	height: 40px;
	justify-content: center;
	width: 40px;
}

body {
	font-family: "";
}

.u-desktop {
	display: none;
}

.mv {
	padding-top: 80px; /* ヘッダーの高さ分 */
}

.mv__inner {
	position: relative;
}

.mv__grid {
	grid-gap: 10px;
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr;
	height: calc(100vh - 80px);
}

.mv__item {
	overflow: hidden;
}

.mv__item--workspace,
.mv__item--portrait,
.mv__item--plant {
	display: none;
}

.mv__image {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.mv__title-wrapper {
	bottom: 40px;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.mv__title {
	background-color: rgba(255, 255, 255, 0.8);
	color: #333;
	display: inline-block;
	font-size: 36px;
	font-weight: 700;
	padding: 10px 40px;
}

@media screen and (min-width: 768px) {

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

.inner {
	max-width: 1150px;
	padding-left: 25px;
	padding-right: 25px;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

.mv__grid {
	grid-template-columns: 1fr 1.2fr 1fr;
}

.mv__item--workspace,
.mv__item--portrait,
.mv__item--plant {
	display: block;
}

.mv__item--portrait {
	display: block;
}

.mv__title {
	font-size: 48px;
}

}

@media (max-width: 991px) {

.header__nav {
	display: none;
}

.header__hamburger {
	display: block;
}

}

@media (max-width: 767px) {

.header__search {
	display: none;
}

.header__sns {
	display: none;
}

.mv__item--portrait {
	display: block;
}

}


/*# sourceMappingURL=style.css.map */
