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

body {
	background: #000;
	color: #fff;
	font-family: "Noto Sans JP", "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Roboto, "Droid Sans", Arial, "Yu Gothic", YuGothic, Meiryo, sans-serif;
	font-size: 16px;
	height: auto !important;
	line-height: 1.4;
}

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

img {
	border: none;
	height: auto;
	max-width: 100%;
	vertical-align: top;
}

.content {
	margin: auto;
	max-width: 100%;
	width: 1200px;
}

#main {
	height: inherit;
	margin: 0 auto;
	max-width: 100%;
	padding: 3.2em 0;
}

.popup-photo {
	position: relative;
}

.popup-left {
	cursor: pointer;
	left: -50px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.popup-right {
	cursor: pointer;
	position: absolute;
	right: -50px;
	top: 50%;
	transform: translateY(-50%);
}

.popup-left > img,
.popup-right > img {
	width: auto;
}

.owl-prev,
.owl-next {
	height: 6px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
	width: 17px;
}

.owl-prev:not(.disabled) {
	background-image: url(../img/arrow_left.png) !important;
	float: left;
}

.owl-next:not(.disabled) {
	background: url(../img/arrow_right.png) !important;
	float: right;
}

.owl-nav {
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 320px;
	width: 375px;
}

.owl-nav button {
	outline: none;
}

.demo__body {
	display: none;
}

.owl-carousel-wrap {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 5;
}

.owl-carousel .owl-item img {
	display: initial;
	width: auto;
}

.owl-carousel .owl-stage {
	align-items: start !important;
}

.modal__content {
	overflow-x: hidden;
}

.works__main,
.photo__main {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 8em;
}

.works__img,
.works__content {
	width: 48%;
}

.works__img > a {
	display: block;
	text-align: center;
}

.works__img > a > img {
	max-height: 40vh;
}

.works__title {
	font-size: 50px;
	margin-bottom: 0;
}

.works__client,
.photo__client {
	font-size: 23px;
	font-weight: normal;
	margin: 0 0 1em 0;
}

.works__text,
.photo__text {
	font-size: 14px;
	line-height: 2.3;
	margin-bottom: 2em;
}

.works__link {
	text-align: right;
}

.works__link > a {
	color: #fff;
	font-size: 20px;
	text-decoration: none;
}

.works__footer {
	gap: 0 50px;
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.works__item img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.photo__title,
.photo__img,
.photo__content {
	width: 30%;
}

.photo__title {
	font-size: 50px;
	text-align: center;
}

.works__popup {
	background: rgba(0, 0, 0, 0.8);
	display: none;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100vw;
}

.popup__item {
	display: none;
	height: 100%;
	width: 100%;
}

.popup__wrap {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: space-between;
	width: 100%;
}

.popup__back,
.popup__next {
	text-align: center;
	width: 25%;
}

.popup__back > a,
.popup__next > a {
	color: #fff;
	font-size: 30px;
	padding-top: 50px;
	position: relative;
	text-decoration: none;
}

.popup__back > a > span,
.popup__next > a > span {
	font-size: 20px;
	padding-left: 5px;
}

.popup__back > a::before,
.popup__next > a::before {
	content: "";
	height: 31px;
	left: 0;
	position: absolute;
	top: 0;
	width: 102px;
}

.popup__back > a::before {
	background-image: url(../img/icon_back.png);
}

.popup__next > a::before {
	background-image: url(../img/icon_next.png);
}

.popup__content {
	height: 80%;
	position: relative;
	width: 50%;
}

.popup__img {
	height: 60%;
	margin-bottom: 2em;
	text-align: center;
}

.popup__img > img {
	-o-object-fit: contain;
	height: 100%;
	margin: auto;
	object-fit: contain;
}

.popup__title {
	font-size: 50px;
}

.popup__text {
	font-size: 10px;
	line-height: 2.3;
}

.popup__close {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}

.owl-carousel {
	z-index: 0;
}

.owl-carousel .owl-stage {
	align-items: center;
	display: flex;
}

