body:not(.home) .navbar-default .navbar-nav>.active:not(.btn)>a {
	color: #d6b94b;
}

/*.elementor-widget:not(:last-child) {
    margin-bottom: 0;
}*/
.elementor-177 .elementor-element.elementor-element-52cf415 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
}


li,
p {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: bold;
}

/*-----------works-logo-------*/
.works-logo {
	position: fixed;
	top: 35px;
	left: 38px;
}

.works-logo img {
	width: 60px;
}

.works-logo div {
	margin: 40px 0 0;

}

.works-logo div a {
	color: #000;
	font-size: 12px;
	font-weight: 700;
	background: rgba(256, 256, 256, 0.6);
	padding: 3px 5px 3px 5px;
	margin-top: -17px;
	display: block;
	border-radius: 3px;
	letter-spacing: 2px;
}

.works-logo div a span {
	font-size: 13px;
	text-indent: 3px;
	display: inline-block;
	padding-right: 5px;
}

.works-logo div a i {
	font-size: 13px;
}

/* ------------------------------------------------ drawer menu */
.drawer-menu {
	box-sizing: border-box;
	position: fixed;
	top: 0px;
	right: 0px;
	width: 400px;
	height: 100%;
	padding: 75px 0 0 0;
	background: rgba(256, 256, 256, 0.8);
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: perspective(500px) rotateY(-90deg);
	transform: perspective(500px) rotateY(-90deg);
	opacity: 0;
	overflow-y: scroll;
	overflow-x: hidden;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	z-index: 10;
}

.box p {
	text-align: left;
	padding: 10px 50px 10px 20px;
	margin: 0;
	font-size: 15px;
	color: #000;
}

.drawer-menu ul {
	list-style: none;
	padding: 0 15px 0;
}

.drawer-menu li {
	text-align: left;
	font-size: 15px;
	line-height: 2;
	color: #000;
}

.drawer-menu li a {
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	-webkit-transition: all .8s;
	transition: all .8s;
}

.drawer-menu li a:hover {
	color: #1a1e24;
	background: #fff;
}

.drawer-menu .media li {
	color: #827119;
}

.drawer-menu .media li span {
	background: #a28f28;
	font-size: 12px;
	color: #fff;
	padding: 3px 5px;
	border-radius: 3px;
}

/* ------------------------------------------------ checkbox */
.check {
	display: none;
}

/* ------------------------------------------------ menu button */
.menu-btn {
	position: fixed;
	display: block;
	top: 0px;
	right: 0px;
	display: block;
	background: #fff;
	font-size: 10px;
	text-align: center;
	cursor: pointer;
	z-index: 30;
	width: 400px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.bar {
	position: absolute;
	top: 15px;
	right: 12px;
	display: block;
	width: 22px;
	height: 2px;
	background: #333;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.bar.middle {
	top: 22px;
	opacity: 1;
}

.bar.bottom {
	top: 29px;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
}

.menu-btn__text {
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
	-webkit-transition: all .5s;
	transition: all .5s;
	display: block;
	visibility: visible;
	opacity: 1;
}

.menu-btn:hover .bar {
	background: #999;
}

.menu-btn:hover .menu-btn__text {
	color: #999;
}

.close-menu {
	position: fixed;
	top: 0;
	right: 300px;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0);
	cursor: url(../images/cross.svg), auto;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	visibility: hidden;
	opacity: 0;
}

/* ------------------------------------------------ checked */
.check:checked~.drawer-menu {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
	z-index: 10;
}

.check:checked~.contents {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: translateX(-300px);
	-ms-transform: translateX(-300px);
	transform: translateX(-300px);
}

.check:checked~.menu-btn .menu-btn__text {
	visibility: hidden;
	opacity: 0;
}

.check:checked~.menu-btn .bar.top {
	width: 22px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 22px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 14px;
	right: 7px;
}

.check:checked~.menu-btn .bar.middle {
	opacity: 0;
}

.check:checked~.menu-btn .bar.bottom {
	width: 22px;
	top: 29px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 7px;
}

.check:checked~.close-menu {
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	visibility: visible;
	opacity: 1;
	z-index: 3;
}

/*.slick-slide-image {
    position: absolute;
}*/
.elementor-slick-slider .slick-slide-image {
	object-fit: cover;
	height: 100vh;
}















@media screen and (max-width: 480px) {
	.works-logo {
		top: 52px;
		left: 8px;
	}

	.menu-btn {
		width: 100%;
	}

	.drawer-menu {
		width: 100%;
	}
}