.p-home img {
	max-width: 100%;
	height: auto
}
.btn {
	display: block;
	text-align: center;
	padding: 0
}
.btn a {
	display: block;
	padding: .5em 1em;
	font-size: 22px;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: .2em;
	position: relative
}
@media screen and (max-width: 767px) {
	.btn a {
		font-size: 20px
	}
}
.btn a::after {
	content: "";
	border-left: solid .4em;
	border-block: solid .25em rgba(0, 0, 0, 0);
	position: absolute;
	width: 0;
	height: 0;
	inset: 0 1em 0 auto;
	margin: auto
}
.btn.btn__entry {
	background: -webkit-gradient(linear, left top, left bottom, from(#d1b084), to(#b3946a));
	background: linear-gradient(180deg, #d1b084 0%, #b3946a 100%)
}
.general-section {
	container-type: inline-size
}
.general-section .section-title {
	font-family: "Baskervville", serif;
	color: var(--color-main);
	text-align: center;
	padding: 16px;
	text-align: center;
	border-bottom: solid 1px var(--color-main);
	letter-spacing: .08em;
	font-size: 36px;
	font-weight: 500;
	margin-top: 80px
}
@media screen and (max-width: 767px) {
	.general-section .section-title {
		font-size: 30px;
		margin-top: 50px
	}
}
.general-section .section-title:has(span) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 4px
}
.general-section .section-title:has(span) span {
	font-size: 24px;
	letter-spacing: .06em
}
@media screen and (max-width: 767px) {
	.general-section .section-title:has(span) span {
		font-size: 18px
	}
}
.general-section.is-bg {
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(40%, #f8f7f5), to(#edeae7));
	background: linear-gradient(180deg, #ffffff 0%, #f8f7f5 40%, #edeae7 100%)
}
.general-section.is-dark {
	background: url(../img/common/bg-dark.webp) center top/1920px;
	color: #fff
}
.general-section.is-dark .section-title {
	color: var(--color-sub);
	border-bottom-color: var(--color-sub)
}
.general-section .section-subtitle {
	text-align: center;
	text-align: center;
	letter-spacing: .1em;
	font-size: 23px;
	font-weight: 500;
	margin-bottom: 100px;
	line-height: 1.5
}
@media screen and (max-width: 767px) {
	.general-section .section-subtitle {
		font-size: 20px;
		margin-bottom: 50px
	}
}
.general-section .half-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 70px
}
@media screen and (max-width: 767px) {
	.general-section .half-list {
		gap: 50px
	}
}
.general-section .half-list--item {
	width: calc(50% - 35px)
}
@media screen and (max-width: 767px) {
	.general-section .half-list--item {
		width: 100%
	}
}
.general-section .half-list--item--img {
	margin-bottom: 20px
}
.general-section .half-list--item--title {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: .08em
}
@media screen and (max-width: 767px) {
	.general-section .half-list--item--title {
		font-size: 18px
	}
}
.general-section .half-list--item--dist {
	font-size: 14px;
	margin-top: .5em
}
@media screen and (max-width: 767px) {
	.general-section .half-list--item--dist {
		font-size: 12px
	}
}
.general-section .half-list--item--text {
	margin-top: 1em;
	font-size: 14px;
	line-height: 1.6
}
@media screen and (max-width: 767px) {
	.general-section .half-list--item--text {
		font-size: 14px
	}
}
.mv {
	position: relative;
	overflow: hidden;
	container-type: inline-size;
	line-height: 0;
	font-size: 0;
	background: url(../img/top/mv.webp) center center/cover no-repeat
}
@media screen and (max-width: 767px) {
	.mv {
		margin-top: 60px
	}
}
.mv--video {
	height: 100%;
	width: 100%;
	z-index: 1;
	pointer-events: none;
	background: #000
}
.mv--skip-btn {
	position: absolute;
	background: #fff;
	bottom: 10px;
	right: 10px;
	color: #000;
	padding: .5em 1em;
	line-height: 1.2;
	font-size: 16px
}
@media screen and (max-width: 767px) {
	.mv--skip-btn {
		font-size: 12px
	}
}
.mv--skip-btn.is-replay {
	display: none
}
.usp {
	color: #fff;
	/* background: -webkit-gradient(linear, left top, right top, from(#ad8b61), to(#8a6c46));
	background: linear-gradient(90deg, #ad8b61 0%, #8a6c46 100%) */
    background: linear-gradient(90deg, #623a22 0%, #270505 100%);
}
.usp .inner {
	padding-block: 50px
}
@media screen and (max-width: 767px) {
	.usp .inner {
		padding-block: 30px
	}
}
.usp--01 {
	text-align: center;
	font-size: 34px;
	font-weight: 500;
	margin-bottom: 40px;
	letter-spacing: .08em
}
@media screen and (max-width: 767px) {
	.usp--01 {
		font-size: 26px
	}
}
.usp--02 {
	margin-inline: auto;
	max-width: 1400px;
	font-size: 28.4px;
	font-weight: 500;
	letter-spacing: .08em;
	line-height: 1.5;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 1em .5em
}
@media screen and (max-width: 1280px) {
	.usp--02 {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 1em 2em
	}
}
@media screen and (max-width: 767px) {
	.usp--02 {
		font-size: 18px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		gap: 2em;
		border-top: solid 1px hsla(0, 0%, 100%, .3);
		padding-top: 1em
	}
}
.usp--02 strong {
	color: #ffe23c;
	font-family: YakuHanMP, "EB Garamond", "Zen Old Mincho", serif;
	font-size: 1.8461538462em;
	font-weight: 400;
	line-height: 1
}
.usp--02 span {
	color: #ffe23c
}
.usp--02 li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.usp--02 li::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -1em;
	border-right: solid 1px
}
@media screen and (max-width: 767px) {
	.usp--02 li::after {
		inset: auto 0 -1em 0;
		border-right: none;
		border-bottom: solid 1px;
		opacity: .3
	}
}
@media screen and (min-width: 1281px) {
	.usp--02 li::after {
		content: none
	}
}
.usp--02 li::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1em;
	margin-left: -1px;
	border-left: solid 1px
}
@media screen and (min-width: 1281px) {
	.usp--02 li::before {
		content: none
	}
}
@media screen and (max-width: 767px) {
	.usp--02 li::before {
		content: none
	}
}
.usp--02 hr {
	width: 1px;
	margin: 0;
	padding: 0;
	border: none;
	background-color: #fff;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	display: block
}
@media screen and (max-width: 1280px) {
	.usp--02 hr {
		display: none
	}
}
.usp--03 {
	font-size: 22px
}
@media screen and (max-width: 767px) {
	.usp--03 {
		border-top: none;
		font-size: 16px
	}
}
.usp--border {
	margin-bottom: 8px;
	padding-bottom: 8px;
	position: relative
}
.usp--border::before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: var(--color-white);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0
}
@media screen and (max-width: 767px) {
	.usp--border::before {
		content: none
	}
}
.information {
	background: url(../img/common/footer-bg.webp) no-repeat center / cover;
	color: #fff
}
.information--title {
	font-family: "Baskervville", serif;
	text-align: center;
	color: var(--color-sub);
	font-size: 22px;
	width: 11.6666666667em;
	border-bottom: solid 1px;
	margin: 0 auto 50px;
	line-height: 1.5;
	letter-spacing: .1em;
	font-weight: 500
}
.information .note{
	margin-bottom: 2em;
	letter-spacing: .075em;
}
.information .note .caption{
	letter-spacing: .075em;
}
@media screen and (max-width: 767px) {
	.information--title {
		font-size: 20px;
		margin-bottom: 36px;
	}
	.information .note{
		font-size: 1.4rem;
	}
	.information .note .caption{
		line-height: 1.5;
		display: inline-block;
		margin-top: 1em;
	}
}
.information--01 {
	font-size: 28px;
	font-weight: 500;
	letter-spacing: .1em;
	margin-bottom: .5em;
	line-height: 1.5;
	text-align: center
}
@media screen and (max-width: 767px) {
	.information--01 {
		font-size: 24px;
		letter-spacing: .1em
	}
}
.information--01 small {
	font-size: .5em
}
.information--02 {
	font-size: 32px;
	font-weight: 500;
	letter-spacing: .1em;
	margin-bottom: 1em;
	line-height: 1.5;
	text-align: center
}
@media screen and (max-width: 767px) {
	.information--02 {
		font-size: 30px
	}
}
.information--02 small {
	font-size: .5em
}
.information--03 {
	font-size: 16px;
	line-height: 1.8;
	text-align: center;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: .5em
}
@media screen and (max-width: 767px) {
	.information--03 {
		font-size: 14px
	}
}
.information--03 li {
	border-bottom: solid 1px var(--color-sub)
}
.information--03 li::before {
	content: "■　";
	font-size: .5em;
	vertical-align: middle;
	position: relative;
	top: -0.2em
}
.information--btn {
	max-width: 300px;
	margin: 0 auto 30px;
	display: block
}
.omotecho--txtimg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 120px
}
@media screen and (max-width: 767px) {
	.omotecho--txtimg {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 20px;
		margin-bottom: 50px
	}
}
.omotecho--txtimg--text {
	width: 42.7631578947%
}
@media screen and (max-width: 767px) {
	.omotecho--txtimg--text {
		width: 100%
	}
}
.omotecho--txtimg--text--title {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: .08em;
	margin-bottom: 2em;
	line-height: 1.5
}
@media screen and (max-width: 767px) {
	.omotecho--txtimg--text--title {
		font-size: 18px;
		margin-bottom: 1em;
		line-height: 1.5
	}
}
.omotecho--txtimg--text--text {
	font-size: 16px;
	line-height: 2
}
@media screen and (max-width: 767px) {
	.omotecho--txtimg--text--text {
		font-size: 14px;
		line-height: 1.8
	}
}
.omotecho--txtimg--text--img {
	margin-top: 2em
}
.omotecho--txtimg--img {
	width: calc(50cqw - 50% + 49.7368421053%);
	margin-right: calc(-50cqw + 50%);
	margin-top: 15rem
}
@media screen and (max-width: 767px) {
	.omotecho--txtimg--img {
		width: auto;
		margin-inline: -18px;
		margin-top: 0
	}
}
.redevelopment--txtimg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 60px
}
@media screen and (max-width: 767px) {
	.redevelopment--txtimg {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 20px
	}
}
.redevelopment--txtimg--text {
	width: calc(50% - 35px)
}
@media screen and (max-width: 767px) {
	.redevelopment--txtimg--text {
		width: 100%
	}
}
.redevelopment--txtimg--text--title {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: .08em;
	margin-bottom: 3em;
	line-height: 1.5
}
@media screen and (max-width: 767px) {
	.redevelopment--txtimg--text--title {
		font-size: 18px;
		margin-bottom: 1em;
		line-height: 1.5
	}
}
.redevelopment--txtimg--text--text {
	margin-top: 1em;
	font-size: 16px;
	line-height: 2
}
@media screen and (max-width: 767px) {
	.redevelopment--txtimg--text--text {
		font-size: 14px;
		line-height: 1.8
	}
}
.redevelopment--txtimg--img {
	max-width: 800px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 50px
}
@media screen and (max-width: 767px) {
	.redevelopment--txtimg--img {
		width: 100%;
		gap: 30px
	}
}
.plan--wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}
@media screen and (max-width: 767px) {
	.plan--wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}
.plan--wrap--4 {
	font-size: 10px;
	line-height: 1.5
}
@media screen and (max-width: 767px) {
	.plan--wrap--4 {
		width: 100%;
		position: relative
	}
}
.plan--wrap--4 .plan-yukadan {
	width: 3.5em;
	height: 1em;
	display: inline-block;
	background: #e9e3d9;
	border: solid 1px #414448
}
.plan--wrap--4 .plan-storage {
	width: 2em;
	height: 1em;
	display: inline-block;
	background: #dec9bf;
	border: solid 1px #414448
}
.plan--btn {
	max-width: 400px;
	margin: 120px auto 0;
	display: block
}
@media screen and (max-width: 767px) {
	.plan--btn {
		margin-top: 50px
	}
}
.plan .detail-contents {
	display: grid;
	grid-template-columns: min(23vw, 376px) auto;
	grid-template-rows: repeat(2, auto);
	gap: 24px
}
@media screen and (max-width: 767px) {
	.plan .detail-contents {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}
.plan .detail-list {
	grid-column: 1/2;
	grid-row: 1/2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px;
	color: #fff
}
.plan .detail-list.nomal {
	color: #000
}
.plan .detail-image01 {
	grid-column: 2/3;
	grid-row: 1/3;
	position: relative;
	-ms-flex-line-pack: center;
	align-content: center;
	mix-blend-mode: multiply
}
.plan .detail-image01 img {
	-ms-flex-line-pack: center;
	align-content: center
}
.plan .detail-image02 {
	grid-column: 1/2;
	grid-row: 2/3;
	mix-blend-mode: multiply
}
.plan .detail-item {
	font-size: clamp(1.6rem, 1.8vw, 2rem);
	letter-spacing: .08em;
	border-bottom: 1px solid #fff;
	padding-bottom: 8px
}
.plan .detail-item:first-child {
	border-top: 1px solid #fff
}
.plan .detail-item .is-large-gold {
	font-size: 240%;
	color: #a68866
}
.plan .detail-item .is-small {
	font-size: 130%
}
.plan .detail-item .is-small .font-zen {
	font-size: 65%
}
.plan .detail-item .is-large {
	font-size: 150%
}
@media screen and (max-width: 767px) {
	.plan .detail-item {
		font-size: 1.6rem
	}
}
.plan .nomal .detail-item {
	border-bottom: 1px solid #221714;
	padding-bottom: 8px
}
.plan .nomal .detail-item:first-child {
	border-top: 1px solid #786834
}
.plan .detail-item .num {
	padding-left: 10px;
	letter-spacing: -0.01em
}
.plan .detail-item-title {
	position: relative;
	padding-left: 16px;
	font-size: 75%
}
.plan .detail-item-title::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 10px;
	height: 10px;
	background: var(--color-black)
}
.plan .detail-legend {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 6px
}
.developer--logo {
	width: 286px;
	max-width: 75%;
	margin: 0 auto;
	margin-bottom: 50px
}
@media screen and (max-width: 767px) {
	.developer--logo {
		margin-bottom: 30px
	}
}
.developer--wrap {
	position: relative;
	z-index: 1
}
.developer--wrap--1 {
	position: absolute;
	width: 51.9736842105%;
	top: 0;
	left: 0
}
@media screen and (max-width: 767px) {
	.developer--wrap--1 {
		width: 100%;
		position: relative;
		margin-bottom: 20px
	}
}
.developer--wrap--2 {
	position: absolute;
	width: 30%;
	top: 18%;
	left: 0
}
@media screen and (max-width: 767px) {
	.developer--wrap--2 {
		width: 100%;
		position: relative;
		top: 0;
		margin-bottom: 20px
	}
}
.developer--wrap--3 {
	position: absolute;
	width: 20%;
	top: 39%;
	right: 0
}
@media screen and (max-width: 767px) {
	.developer--wrap--3 {
		width: 62.5514403292%;
		position: relative;
		top: 0;
		margin: 0 auto 30px
	}
}
.developer--wrap--4 {
	position: relative;
	width: 68.6842105263%;
	margin-left: auto;
	z-index: -1
}
@media screen and (max-width: 767px) {
	.developer--wrap--4 {
		width: 100%
	}
}
.developer2--wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	gap: 50px 0;
	margin-top: 50px
}
@media screen and (max-width: 767px) {
	.developer2--wrap {
		margin-top: 30px
	}
}
.developer2--wrap--1 {
	width: 100%
}
.developer2--wrap--2 {
	width: 66.3157894737%
}
@media screen and (max-width: 767px) {
	.developer2--wrap--2 {
		width: 100%
	}
}
.developer2--wrap--3 {
	width: 31.0526315789%
}
@media screen and (max-width: 767px) {
	.developer2--wrap--3 {
		width: 100%
	}
}
.developer2--wrap--3--en {
	font-family: "Baskervville", serif;
	font-size: 22px;
	margin-bottom: .5em;
	letter-spacing: .2em;
	font-weight: 500;
	color: #aa8657
}
@media screen and (max-width: 767px) {
	.developer2--wrap--3--en {
		font-size: 18px
	}
}
.developer2--wrap--3--title {
	font-size: 20px;
	margin-bottom: 1.5em;
	letter-spacing: .1em;
	font-weight: 500;
	line-height: 1.5
}
@media screen and (max-width: 767px) {
	.developer2--wrap--3--title {
		font-size: 18px
	}
}
.developer2--wrap--3--text {
	font-size: 16px;
	line-height: 2
}
@media screen and (max-width: 767px) {
	.developer2--wrap--3--text {
		font-size: 14px;
		line-height: 1.8
	}
}
.developer2--wrap--title {
	font-size: 22px;
	color: #fff;
	padding: 5px;
	text-align: center;
	background: #aa8657;
	margin-bottom: 20px;
	letter-spacing: .15em;
	font-weight: 500
}
@media screen and (max-width: 767px) {
	.developer2--wrap--title {
		font-size: 18px
	}
}
.developer2--wrap--list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px
}
@media screen and (max-width: 767px) {
	.developer2--wrap--list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 20px 10px
	}
}
.developer2--wrap--list--item {
	width: 240px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
@media screen and (max-width: 767px) {
	.developer2--wrap--list--item {
		width: calc(50% - 5px)
	}
}
.developer2--wrap--list--item--img {
	margin-bottom: 10px
}
.developer2--wrap--list--item--name {
	font-size: clamp(10px, .9210526316vw, 14px);
	font-weight: 500;
	text-align: center;
	margin-block: auto
}
@media screen and (max-width: 767px) {
	.developer2--wrap--list--item--name {
		font-size: clamp(10px, 3.6vw, 18px);
		letter-spacing: -0.05em
	}
}
.developer2--wrap--list--item--detail {
	margin-top: .5em;
	font-size: clamp(10px, .7894736842vw, 12px);
	text-align: center
}
@media screen and (max-width: 767px) {
	.developer2--wrap--list--item--detail {
		font-size: clamp(10px, 2.2222222222vw, 12px);
		margin-inline: -0.5em;
		letter-spacing: -0.05em
	}
}
.developer2--wrap--list--img {
	width: 49.7803806735%
}
@media screen and (max-width: 767px) {
	.developer2--wrap--list--img {
		width: 100%
	}
}
.developer2--logo {
	max-width: 412px;
	margin: 0 auto 30px
}
.developer2--imgs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px
}
@media screen and (max-width: 767px) {
	.developer2--imgs {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}
.topics--inner {
	border: solid 1px var(--color-main);
	position: relative;
	padding-inline: clamp(40px, (100% - 1334px)/2, 100vw);
	padding-top: 100px;
	padding-bottom: 50px
}
@media screen and (max-width: 767px) {
	.topics--inner {
		padding-top: 60px;
		padding-bottom: 20px;
		padding-inline: 20px
	}
}
.topics--title {
	background: #f0edea;
	position: absolute;
	top: -1px;
	left: -1px;
	font-size: 26px;
	font-family: "Baskervville", serif;
	color: var(--color-main);
	padding-bottom: .5em;
	letter-spacing: .2em;
	z-index: 1;
	font-weight: 500
}
@media screen and (max-width: 767px) {
	.topics--title {
		font-size: 24px
	}
}
.topics--title::before {
	content: "";
	position: absolute;
	background: #f0edea;
	z-index: -1;
	inset: 0;
	-webkit-transform: skewX(-45deg);
	transform: skewX(-45deg);
	-webkit-transform-origin: bottom right;
	transform-origin: bottom right;
	border-bottom: solid 1px var(--color-main);
	border-right: solid 1px var(--color-main)
}
.topics--logo {
	max-width: 388px;
	margin: 0 auto 30px
}
.topics--half {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 50px;
	margin-bottom: 50px
}
@media screen and (max-width: 767px) {
	.topics--half {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 20px;
		margin-bottom: 30px
	}
}
.topics--half--text {
	width: 45.8272327965%
}
@media screen and (max-width: 767px) {
	.topics--half--text {
		width: 100%
	}
}
.topics--half--text--title {
	font-size: 24px;
	margin-bottom: 1em;
	letter-spacing: .05em;
	font-weight: 500;
	line-height: 1.5
}
@media screen and (max-width: 767px) {
	.topics--half--text--title {
		font-size: 18px
	}
}
.topics--half--text--text {
	font-size: 16px;
	line-height: 2
}
@media screen and (max-width: 767px) {
	.topics--half--text--text {
		font-size: 14px;
		line-height: 1.8
	}
}
.topics--half--img {
	width: 49.7803806735%
}
@media screen and (max-width: 767px) {
	.topics--half--img {
		width: 100%
	}
}
.topics--imgs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px
}
@media screen and (max-width: 767px) {
	.topics--imgs {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}
.location--txtimg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 120px
}
@media screen and (max-width: 767px) {
	.location--txtimg {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		gap: 20px;
		margin-bottom: 50px
	}
}
.location--txtimg--text {
	width: 28.9165446559%
}
@media screen and (max-width: 767px) {
	.location--txtimg--text {
		width: 100%
	}
}
.location--txtimg--text--title {
	font-size: 30px;
	font-weight: 500;
	letter-spacing: .1em
}
@media screen and (max-width: 767px) {
	.location--txtimg--text--title {
		font-size: 20px
	}
}
.location--txtimg--text--dist {
	font-size: 14px;
	margin-top: .5em
}
@media screen and (max-width: 767px) {
	.location--txtimg--text--dist {
		font-size: 12px
	}
}
.location--txtimg--text--text {
	margin-top: 1em;
	font-size: 20px
}
@media screen and (max-width: 767px) {
	.location--txtimg--text--text {
		font-size: 16px
	}
}
.location--txtimg--img {
	width: calc(50cqw - 50% + 65.0073206442%);
	margin-right: calc(-50cqw + 50%)
}
@media screen and (max-width: 767px) {
	.location--txtimg--img {
		width: auto;
		margin-inline: -18px
	}
}
.is-small {
	font-size: 10px
}