@charset "utf-8";
.studio_section_wrap {
		max-width: 1380px;
		position: relative;
		margin: 0 auto;
		padding: 120px 40px 240px;
}
.studio_section_flex {
		display: flex;
		justify-content: space-between;
}
.studio_section_left {
		width: 42%;
}
.studio_section_right {
		flex: 1
}
.studio_section_right p {
		line-height: 2.0;
		margin: 0 0 2em
}
.link_btn_left {
		margin-top: 60px;
}
@media(max-width: 960px) {
		.studio_section_left {
				width: 38%;
		}
		.studio_section_right p br {
				display: none
		}
}
@media(max-width: 767px) {
		.studio_section_wrap {
				padding: 80px 25px 120px;
		}
		.studio_section_flex {
				display: block;
		}
		.studio_section_left {
				width: auto;
				margin: 0 0 50px
		}
		.studio_section_right p {
				line-height: 1.8;
		}
		.link_btn_left {
				margin-top: 60px;
		}
}
/* =============== */
.photo_grid {
		column-count: 4;
		column-gap: 0;
		padding: 0 4px;
		margin: 0 0 160px
}
.photo_grid img {
		width: 100%;
		height: auto;
}
.photo_item, .wp-block-image {
		padding: 4px;
		transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s, filter 0.5s;
		opacity: 0;
		filter: grayscale(100);
		transform: translateY(100px);
}
.wp-block-image a {
		overflow: hidden;
}
.photo_item.isActive, .wp-block-image.isActive {
		opacity: 1;
		transform: translateY(0px);
		filter: grayscale(0);
}
.thumb img, .wp-block-image img {
		transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.thumb {
		overflow: hidden;
}
@media (hover: hover) {
		.thumb a:hover img, .wp-block-image a:hover img {
				transform: scale(1.1)
		}
}
.pswp__counter {
		height: 30px;
		margin-top: 42px;
		margin-inline-start: 52px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 13px;
		font-weight: 200;
		letter-spacing: 0;
		color: #fff;
		opacity: 1;
}
@media(max-width: 840px) {
		.photo_grid {
				column-count: 3;
				column-gap: 0;
				padding: 0 4px;
		}
}
:where(figure) {
		margin-bottom: 0 !important;
}
@media(max-width: 767px) {
		.photo_grid {
				column-count: 2;
				column-gap: 0;
				padding: 0 16px;
				margin-bottom: 80px;
		}
		.photo_item, .wp-block-image {
				padding: 2px;
		}
}
/* ============ */
.pswp__bg {
		background: #1e1e1e;
}
button.pswp__button--zoom svg, button.pswp__button--arrow--prev svg, button.pswp__button--arrow--next svg {
		opacity: 0;
}
.pswp__button--zoom {
		width: 50px;
		height: 50px;
		margin-top: 30px;
		box-sizing: border-box;
		background: none;
		position: relative;
}
.pswp__button--zoom::after {
		content: '';
		display: block;
		position: absolute;
		top: 10px;
		left: 10px;
		width: 30px;
		height: 30px;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 30px;
		background-image: url("../images/icon_zoomIn.svg");
		opacity: 1 !important
}
.pswp--zoomed-in .pswp__button--zoom::after {
		background-image: url("../images/icon_zoomOut.svg");
}
.pswp__button--arrow--prev::after, .pswp__button--arrow--next::after {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 15px);
		width: 30px;
		height: 30px;
}
.pswp__button--arrow--prev::after {
		left: 40px;
		transform: rotate(-45deg);
		border-top: 1px solid #ddd;
		border-left: 1px solid #ddd;
}
.pswp__button--arrow--next::after {
		right: 40px;
		transform: rotate(45deg);
		border-top: 1px solid #ddd;
		border-right: 1px solid #ddd;
}
.pswp__button--close {
		width: 50px;
		height: 50px;
		margin-right: 40px;
		margin-top: 30px;
		box-sizing: border-box;
}
.pswp__button--close svg {
		opacity: 0
}
.pswp__button--close::before, .pswp__button--close::after {
		content: '';
		display: block;
		position: absolute;
		top: 24.5px;
		left: 15px;
		width: 20px;
		height: 1px;
		background: #ddd;
}
.pswp__button--close::before {
		transform: rotate(45deg)
}
.pswp__button--close::after {
		transform: rotate(-45deg)
}
@media(max-width: 767px) {
		.pswp__counter {
				margin-top: 26px;
				margin-inline-start: 25px;
				font-size: 12px;
		}
		.pswp__button--close {
				width: 40px;
				height: 40px;
				margin-right: 20px;
				margin-top: 20px;
		}
		.pswp__button--close::before, .pswp__button--close::after {
				top: 19.5px;
				left: 12px;
				width: 16px;
		}
		.pswp__button--arrow--prev::after, .pswp__button--arrow--next::after {
				top: calc(50% - 8px);
				width: 16px;
				height: 16px;
		}
		.pswp__button--arrow--prev::after {
				left: 15px;
		}
		.pswp__button--arrow--next::after {
				right: 15px;
		}
		.pswp__button--zoom {
				width: 40px;
				height: 40px;
				margin-top: 20px;
		}
		.pswp__button--zoom::after {
				top: 11px;
				left: 11px;
				width: 18px;
				height: 18px;
				background-size: 18px;
		}
}
/* ============ */
.foot_contact_center {
		display: flex;
		justify-content: center;
		margin: 0 0 100px;
}
.foot_contact {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 130px;
		font-weight: 300;
		letter-spacing: 0;
		transform: translateX(-15px)
}
.foot_contact a {
		color: #ddd;
		text-decoration: none;
		position: relative;
		display: inline-block;
}
.foot_contact a::before, .foot_contact a::after {
		content: '';
		display: block;
		position: absolute;
		bottom: -8px;
		left: 10px;
		width: calc(100% + 20px);
		height: 1px;
		background: #ddd;
		transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s;
}
.foot_contact a::before {
		opacity: 0.8
}
.foot_contact a::after {
		height: 2px;
		transform-origin: left center;
		transform: scaleX(0);
}
@media (hover: hover) {
		.foot_contact a:hover::before {
				opacity: 0;
		}
		.foot_contact a:hover::after {
				transform: scaleX(1);
		}
}
.foot_contact a .foot_contact_plus {
		position: absolute;
		right: -30px;
		top: 20px;
		width: 20px;
		height: 20px;
}
.foot_contact_plus::before, .foot_contact_plus::after {
		content: '';
		display: block;
		position: absolute;
		top: 8px;
		left: 0;
		width: 20px;
		height: 4px;
		background: #ddd;
}
.foot_contact_plus::after {
		transform: rotate(90deg)
}
@media(max-width: 767px) {
		.foot_contact {
				font-size: 64px;
		}
		.foot_contact a .foot_contact_plus {
				right: -30px;
				top: 5px;
		}
}