/*
Template: lykke
*/
@charset "utf-8";
/* CSS Document for Lykke page */
:root {
	--sage-green: #d3d9c7;
	--dark-olive: #464933;
	--orange: #f0803c;
	--pale-sage: #e9ece3;
	--border: #cfcfc4;
	--olive-green: #828a73;
}
// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name
.roboto-slab-<uniquifier > {
	font-family: "Roboto Slab", serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
}
.noto-serif-jp-<uniquifier > {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
}
.u-bold {
	font-weight: 700;
}
/* スマホ（〜479px）：初期スタイル */
.work-template-single-work-lykke-php .site-footer {
	z-index: 2;
}
.work-template-single-work-lykke-php .fiace .sec-ttl::before {
	top: 21px;
	width: 7%;
}
.single-work div#content-wrap.single-work-lykke {
	margin: 0 auto;
}
.single-work-lykke,
.lykke-cta .model-house-details__cta h3 {
	color: var(--dark-olive);
}
.single-work-lykke p {
	font-size: 18px;
	font-weight: 500;
	font-family: "Noto Serif JP", serif;
	color: var(--dark-olive);
}
.work-template-single-work-lykke-php .fiace .works_area_bc,
.work-template-single-work-lykke-php section {
	margin-top: 0;
	margin-bottom: 0;
}
.work-template-single-work-lykke-php .fiace .works_area_bc {
	padding: 6rem 0;
}
.lykke section.section-hero {
	margin-top: 5rem;
	margin-bottom: 0;
	padding-bottom: 4rem;
}
.lykke h2 {
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.1rem;
	margin-bottom: 3rem;
	line-height: 1.8;
	color: var(--dark-olive);
}
.lykke img {
	border-radius: 32px;
}
.lykke .bg-sage-green,
.lykke-keywords-outer {
	background-color: var(--sage-green);
	position: relative;
	overflow: hidden;
}
.lykke .bg-pattern {
	position: absolute;
	inset: 0;
	opacity: 0.2;
	z-index: 0;
	background-image: url("images/lykke-bg-pattern.webp");
	background-repeat: repeat;
	background-size: 280px 140px;
	pointer-events: none;
}
.lykke .bg-pale-sage {
	background-color: var(--pale-sage);
}
.lykke .section-hero {
}
.lykke .hero__content {
	width: 88%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	padding: 0 0 5rem;
	text-align: center;
	max-width: 1440px;
	margin-inline: auto;
}
.lykke .hero__image img {
	border-radius: 240px 240px 32px 32px;
}
.lykke-logo-outer {
	width: 72%;
	height: auto;
	margin: 0 auto 3rem auto;
}
.lykke-logo-outer,
.hero__text-outer {
	position: relative;
	z-index: 1;
	background-color: var(--sage-green);
}
.hero__text-outer {
	display: block;
}
.lykke h2#hero-heading {
	font-size: 2.1rem;
	text-align: center;
}
.lykke p.hero__summary {
	font-size: 18px;
	padding: 0 7%;
	line-height: 1.7;
	letter-spacing: 0.1rem;
}
/* ===== モデルハウス キーワードセクション ===== */
.lykke-keywords-outer {
	padding: 2rem 5% 0;
}
.lykke-keywords {
	display: grid;
	gap: 0;
}
/* 各エリア共通スタイル */
.lykke-grid-area {
	display: flex;
	gap: 1rem;
}
/* 各エリアごとのflex方向 */
.lykke-grid-area.area1,
.lykke-grid-area.area2,
.lykke-grid-area.area4 {
	flex-direction: column;
}
.lykke-grid-area.area1,
.lykke-grid-area.area2,
.lykke-grid-area.area3 {
	margin-bottom: 3rem;
}
.lykke-grid-area.area4 {
	margin-bottom: 5rem;
}
.lykke-grid-area.area3 {
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
}
/* picture内の画像スタイル */
.lykke-grid-area .area__image {
	display: block;
	width: 100%;
	margin-bottom: 2rem;
}
.lykke-grid-area .area__image img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 24px;
}
.lykke-grid-area h3 {
	font-size: 2.6rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	text-align: center;
}
.lykke-grid-area p {
	padding: 0 1rem;
}
/* ===== video関連 ===== */
.lykke .video-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 24px;
	margin-bottom: 2rem;
}
.lykke .video-wrapper video {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 24px;
	background-color: var(--sage-green);
}
/* 再生/一時停止ボタン */
.lykke .video-toggle {
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 2;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	border: none;
	border-radius: 50%;
	padding: 6px 10px;
	font-size: 0.9rem;
	cursor: pointer;
	transition: background 0.2s ease-in-out;
}
.lykke .video-toggle:hover {
	background: rgba(0, 0, 0, 0.85);
}
.lykke-functions {
	max-width: 1800px;
	margin-inline: auto;
	margin: 0;
	padding: 5rem 5% 2rem;
}
h2.functions__title {
	font-size: 2.7rem;
	text-align: center;
}
p.functions__intro {
	font-size: 1.7rem;
	margin: 0 auto 4.5rem;
	padding: 0 1rem;
}
.functions__block {
	margin-bottom: 5rem;
}
h3.functions__subtitle {
	font-size: 2.5rem;
	text-align: center;
	margin-bottom: 3.5rem;
}
.lykke-functions .functions__images {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.lykke-functions .functions__image {
	width: 100%;
}
.lykke-functions .functions__image img {
	width: 100%;
	height: auto;
	border-radius: 32px;
	object-fit: cover;
	margin-bottom: 3rem;
}
/* データセクション */
.section-lykke-data {
	width: 88%;
	height: auto;
	padding: 7rem 0 4rem;
	margin: 0 auto;
	gap: 4rem;
}
h2.lykke-data__title {
	font-size: 2rem;
	text-align: center;
	margin-bottom: 3rem;
}
.section-lykke-data .tagList {
	display: flex;
	justify-content: center;
	gap: 1rem;
	margin-bottom: 4rem;
}
.section-lykke-data .tagList ul.tagList-body {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style-type: none;
	margin: 0;
}
.section-lykke-data .tagList ul.tagList-body li.tagList-item {
	height: auto;
	margin-right: 1rem;
	margin-bottom: 2rem;
}
.section-lykke-data .tagList ul.tagList-body li.tagList-item a {
	display: inline-flex;
	position: relative;
	align-items: center;
	padding: 5px 20px 7px 18px;
	background: #fff;
	border: 1px solid var(--orange);
	border-radius: 100px;
}
.section-lykke-data .tagList ul.tagList-body li.tagList-item a:after {
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	content: "\f35d";
	font-size: 13px;
	margin-left: 8px;
	color: #ffb68a;
}
.section-lykke-data .tagList ul.tagList-body li.tagList-item a:hover {
	background: var(--orange);
	color: #fff;
}
.section-lykke-data .tagList ul.tagList-body li.tagList-item a .tag_label {
	overflow: hidden;
	font-size: 15px;
	line-height: 1;
	color: var(--orange);
	text-overflow: ellipsis;
	white-space: nowrap;
	letter-spacing: 0.05rem;
}
.section-lykke-data .tagList ul.tagList-body li.tagList-item a:hover,
.section-lykke-data
	.tagList
	ul.tagList-body
	li.tagList-item
	a
	.tag_label:hover {
	background: #ffdecac9;
	border: 1px solid #ff9c60c9;
}
.lykke-data__floorplan {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
	padding-bottom: 3rem;
}
picture.lykke-data__image {
	margin: 0 auto 4rem;
}
.lykke-data__floorplan .lykke-data__image img {
	width: 100%;
	height: auto;
}
.lykke-data__description {
	padding: 0 1rem;
}
p.lykke-data__description {
	letter-spacing: 0.09rem;
}
.lykke-data__details {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	align-items: center;
	text-align: left;
}
.lykke-data__details img {
	width: 100%;
	height: auto;
}
.lykke-data__info {
	width: 100%;
	max-width: 600px;
	font-size: 1rem;
}
.lykke-data__info dt {
	font-weight: bold;
	margin-top: 1rem;
}
.lykke-data__info dd {
	margin-left: 0;
	margin-bottom: 0.5rem;
}
/* =====================================
   Base（Mobile First）
===================================== */
.house-data {
	width: 90%;
	max-width: 340px;
	padding: 2rem 0;
	margin: 0 auto;
}
.house-data__header {
	margin-bottom: 2.5rem;
	border-bottom: 1px solid var(--border);
}
.house-data__body p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	letter-spacing: 0;
}
h4.house-data__title {
	margin: 0 0 2rem;
	font-size: 2.5rem;
	letter-spacing: 0.04rem;
}
.house-data__address {
	margin: 1.5rem 0 2rem;
	font-size: 16px;
	letter-spacing: 0.1rem;
	display: flex;
	flex-direction: row;
	gap: 1rem;
}
.house-data__address a {
	color: var(--orange);
}
.house-data__label {
	font-weight: 500;
}
.house-data__map {
	text-decoration: none;
}
.house-data__map:hover {
	text-decoration: underline;
}
/* 面積データ（SP） */
.house-data__list,
.house-data__spec {
	display: grid;
	row-gap: 0.2rem;
	margin: 0 0 2rem;
}
/* 面積データ：3列 */
.house-data__row {
	display: grid;
	grid-template-columns: 1fr 1.2fr 1.2fr;
	column-gap: 0.5rem;
	align-items: baseline;
	row-gap: 0.25rem;
}
.house-data__row > dt,
.house-data__row > dd {
	display: block;
	font-size: 16px;
}
.house-data__row .num {
	text-align: right;
	min-width: 4em;
}
.house-data__row dt {
	white-space: nowrap;
	color: var(--text-sub);
}
.house-data__row dd {
	grid-column: auto;
	margin: 0;
}
/* 性能スペック（SP） */
.house-data__spec {
	display: grid;
	width: 100%;
	row-gap: 0;
}
.house-data__spec div {
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 0.2rem;
}
.house-data__spec dt {
	font-size: 16px;
	line-height: 1.6;
	white-space: nowrap;
}
.house-data__spec dd {
	margin: 0;
	text-align: left;
	font-size: 16px;
}
/* 性能スペック：2列 */
.house-data__spec div {
	grid-template-columns: 1fr auto;
	column-gap: 1rem;
	align-items: baseline;
	width: 90%;
}
.house-data__spec dd {
	width: 130px;
	text-align: left;
}
.lykke-cta {
	margin: 0;
	padding: 7rem 7%;
}
.lykke-cta .model-house-details__cta {
	margin: auto;
}
.btn-lykke-cta-outer {
	display: flex;
	justify-content: center;
	width: auto;
	height: auto;
	margin: 3rem auto 4rem;
}
.lykke-cta .model-house-details__cta h3 {
	font-size: 1.9rem;
	line-height: 1.7;
	text-align: center;
}
.lykke-cta .model-house-details__cta a:hover {
	opacity: 0.88;
}
.work-template-single-work-lykke-php #main #content-wrap {
	padding-top: 0;
	padding-bottom: 0;
}
.lykke-cta img {
	border-radius: 8px;
}
.lykke-cta .model-house-details__tel {
	width: 100%;
	height: auto;
	padding: 2rem 0 0;
	margin-bottom: 0;
	border-top: #dadada;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom: none;
}
/* タブレット縦（480px〜767px） */
@media screen and (min-width: 480px) {
	.lykke-logo-outer {
		width: 60%;
	}
	.lykke h2#hero-heading {
		font-size: 2.6rem;
		margin-bottom: 5rem;
	}
	.hero__text-outer {
		width: fit-content;
		margin: auto;
	}
	.lykke p.hero__summary {
		font-size: 20px;
		padding: 0 12%;
	}
	.lykke-keywords-outer {
		padding: 2rem 10% 0;
	}
	.lykke-grid-area h3 {
		font-size: 3rem;
		margin-bottom: 3rem;
	}
	.lykke-grid-area.area2 h3 {
		font-size: 2.6rem;
		margin-bottom: 2rem;
	}
	.lykke-grid-area .area__image {
		margin-bottom: 3rem;
	}
	.lykke-grid-area.area1,
	.lykke-grid-area.area2,
	.lykke-grid-area.area3 {
		margin-bottom: 6rem;
	}
	.lykke-grid-area.area4 {
		margin-bottom: 6rem;
	}
	.lykke-functions {
		padding: 7rem 10% 2rem;
	}
	p.functions__intro {
		margin: 0 auto 7rem;
	}
	h3.functions__subtitle {
		margin-bottom: 4rem;
	}
	.lykke-functions .functions__image img {
		margin-bottom: 4rem;
	}
	h2.lykke-data__title {
		font-size: 2.2rem;
		margin-bottom: 4rem;
	}
	h4.house-data__title {
		letter-spacing: 0.1rem;
	}
	.lykke-data__description {
		padding: 0 5%;
	}
	.lykke-data__details.lykke-data__details--row img {
		width: 90%;
	}
	.lykke-cta .model-house-details__cta h3 {
		font-size: 2.1rem;
	}
	.btn-lykke-cta-outer {
		width: 88%;
		margin: 4rem auto;
		max-width: 500px;
	}
	.lykke-cta .model-house-details__tel {
		padding: 3rem 0;
	}
	.lykke-cta .cta-outer .model-house-details__map {
		width: 80%;
		margin: 0 auto;
	}
}
/* タブレット横・小型PC（768px〜1023px） */
@media screen and (min-width: 768px) {
	.work-template-single-work-lykke-php .page-header {
		padding: 34px 0 0.5rem;
	}
	.work-template-single-work-lykke-php main#main {
		margin-top: -2px;
	}
	.work-template-single-work-lykke-php .page-header {
		padding: 34px 0 0;
		background-color: var(--sage-green);
	}
	.lykke section.section-hero {
		margin-top: 1rem;
		padding-bottom: 7rem;
	}
	.lykke .hero__content {
		width: 80%;
	}
	.lykke .hero__image img {
		border-radius: 300px 300px 48px 48px;
	}
	.lykke-logo-outer {
		width: 38%;
	}
	.lykke .bg-pattern {
		background-size: 360px 180px;
	}
	.lykke h2#hero-heading {
		font-size: 3rem;
		text-align: center;
		letter-spacing: 0.2rem;
	}
	.lykke p.hero__summary {
		padding: 0;
		text-align: center;
		line-height: 2;
	}
	.lykke h2 {
		margin-bottom: 4rem;
	}
	.lykke-keywords-outer {
		padding: 2rem 5% 0;
	}
	.lykke-keywords {
		grid-template-columns: repeat(10, 1fr);
		grid-template-rows: auto auto auto;
		gap: 4rem;
		margin: 0 auto;
	}
	.lykke-grid-area.area1 h3,
	.lykke-grid-area.area4 h3 {
		border-bottom: 1px solid var(--olive-green);
		padding-bottom: 2rem;
		width: 90%;
		margin: 0 auto 2.5rem;
	}
	.lykke-grid-area p {
		padding: 0 4%;
	}
	.lykke-grid-area p.area__text {
		text-align: justify;
	}
	.lykke-grid-area.area2 p {
		padding: 0;
	}
	.lykke-grid-area p.area__text,
	.lykke-grid-area.area2 p,
	.lykke-grid-area.area3 p,
	.lykke-grid-area.area4 p {
		font-size: 17px;
	}
	.lykke-grid-area .area__image img {
		border-radius: 32px;
	}
	.lykke .video-wrapper,
	.lykke .video-wrapper video {
		border-radius: 32px;
	}
	.lykke-grid-area.area1 {
		grid-column: 1 / span 6; /* 1〜6 の6col*/
		grid-row: 1;
	}
	.lykke-grid-area.area2 {
		grid-column: 7 / span 4; /* 8〜10 の3col*/
		grid-row: 1;
		padding-top: 14rem;
	}
	.lykke-grid-area.area3 {
		grid-column: 1 / span 10;
		grid-row: 2;
		display: flex;
		flex-direction: row;
		width: 100%;
		align-items: flex-end;
	}
	.lykke-grid-area.area3 .area__image {
		width: 60%;
	}
	.lykke-grid-area.area3 p {
		padding: 0 0 2rem 3%;
		width: 38%;
	}
	.lykke-grid-area.area4 {
		grid-column: 1 / span 10;
		grid-row: 3;
	}
	.lykke-grid-area.area1,
	.lykke-grid-area.area2 {
		margin-bottom: 0;
	}
	.lykke-grid-area.area3 {
		margin-bottom: 2rem;
	}
	.lykke-grid-area.area4 {
		margin-bottom: 7rem;
	}
	.lykke-functions {
		padding: 8rem 5% 4rem;
	}
	.lykke-functions .functions__images {
		gap: 2rem;
	}
	h2.functions__title {
		font-size: 3rem;
		letter-spacing: 0.08rem;
	}
	p.functions__intro {
		font-size: 1.9rem;
		padding: 0;
		width: fit-content;
	}
	.lykke-functions .functions__images {
		flex-direction: row;
		justify-content: space-between;
	}
	.functions__image {
		flex: 1;
		margin-inline: 0.5rem; /* 任意：左右の余白調整 */
	}
	.lykke-functions .functions__image img {
		border-radius: 16px;
	}
	.lykke-functions .functions__subtitle {
		font-size: 2.3rem;
		letter-spacing: 0.08rem;
		text-align: unset;
		padding-left: 2%;
		border-bottom: 1px solid var(--olive-green);
		padding-bottom: 2rem;
		margin: 0 auto 4rem;
	}
	.lykke-functions .functions__block {
		margin-bottom: 4rem;
	}
	.section-lykke-data {
		padding: 7rem 0 6rem;
	}
	h2.lykke-data__title {
		font-size: 3rem;
		margin-bottom: 6rem;
	}
	picture.lykke-data__image {
		margin: 0 auto 6rem;
	}
	.lykke-data__description {
		padding: 0 3%;
	}
	.lykke-data__details--row {
		flex-direction: row;
		justify-content: center;
		align-items: flex-start;
		gap: 3rem;
		text-align: left;
	}
	.lykke-data__details--row img {
		max-width: 60%;
	}
	.lykke-data__info {
		max-width: 400px;
	}
	.house-data {
		padding: 0 0 0 1.5%;
		max-width: 290px;
	}
	.lykke-cta .model-house-details__cta h3 {
		font-size: 2.2rem;
		line-height: 1.7;
		text-align: center;
		margin-bottom: 5rem;
	}
	.btn-lykke-cta-outer {
		width: 70%;
		max-width: 700px;
		margin: 5rem auto;
	}
	.lykke-cta picture.fiaceCampaignBnr img {
		border-radius: 16px;
	}
	.lykke-cta .model-house-details__tel {
		padding: 4rem 0;
	}
}
/* PC標準（1024px〜1439px） */
@media screen and (min-width: 1024px) {
	.lykke .hero__content {
		width: 77%;
	}
	.lykke-logo-outer {
		width: 36%;
		max-width: 380px;
	}
	.lykke .bg-pattern {
		background-size: 400px 200px;
	}
	.lykke h2#hero-heading {
		font-size: 3.2rem;
	}
	.lykke .hero__image img {
		border-radius: 360px 360px 50px 50px;
	}
	.lykke p.hero__summary {
		font-size: 22px;
		line-height: 2.2;
		letter-spacing: 0.12rem;
	}
	.lykke-grid-area .area__image img {
		border-radius: 50px;
	}
	.lykke-grid-area h3 {
		font-size: 3rem;
		font-weight: 400;
		letter-spacing: 0.15rem;
		text-align: unset;
	}
	.lykke-keywords {
		gap: 7rem;
	}
	.lykke-grid-area.area1 h3,
	.lykke-grid-area.area4 h3 {
		width: 100%;
		padding-bottom: 3rem;
		padding-top: 1rem;
		padding-left: 2%;
	}
	.lykke-grid-area.area2 h3 {
		text-align: center;
	}
	.lykke-grid-area.area2 h3 {
		font-size: 3rem;
	}
	.lykke-grid-area p {
		padding: 0 2%;
	}
	.lykke-grid-area.area2 {
		padding-top: 19rem;
	}
	.lykke-grid-area.area3 {
		margin-top: -19rem;
	}
	.lykke-grid-area.area4 {
		grid-column: 2 / span 8;
		margin-bottom: 10rem;
	}
	.lykke-keywords {
		gap: 9rem;
	}
	.lykke .video-wrapper,
	.lykke .video-wrapper video {
		border-radius: 50px;
	}
	.lykke-functions {
		padding: 11rem 5% 4rem;
	}
	.lykke-functions .functions__images {
		gap: 2.5rem;
	}
	h2.functions__title {
		font-size: 3.4rem;
	}
	.lykke-functions .functions__subtitle {
		font-size: 2.5rem;
		text-align: left;
		padding-left: 2%;
	}
	.section-lykke-data {
		display: flex;
		margin: auto;
		flex-direction: column;
		align-items: center;
		width: 80%;
		padding: 10rem 0;
	}
	h2.lykke-data__title {
		font-size: 3rem;
	}
	.section-lykke-data .tagList ul.tagList-body {
		gap: 1.5rem;
	}
	.lykke-data__description {
		padding: 0;
		width: fit-content;
		margin: 0 auto 10rem;
	}
	.house-data {
		max-width: 320px;
	}
	.house-data__title {
		font-size: 2rem;
	}
	.lykke-data__details--row img {
		max-width: 60%;
	}
	.lykke-cta .model-house-details__cta h3 {
		font-size: 2.4rem;
		line-height: 1.9;
		margin-bottom: 6rem;
	}
	.btn-lykke-cta-outer {
		width: 70%;
		max-width: 800px;
		margin: 5rem auto;
	}
	.lykke-cta .model-house-details__tel {
		padding: 5rem 0;
	}
	.lykke-cta .model-house-details__tel .phone-number {
		font-size: 44px;
	}
	.lykke-cta .model-house-details__tel .phone-number::before {
		width: 43px;
		height: 45px;
		margin: 0 14px 0 0;
	}
}
/* ワイドモニタ（1440px〜1919px） */
@media screen and (min-width: 1440px) {
	.lykke .bg-pattern {
		background-size: 500px 250px;
		opacity: 0.2;
	}
	.lykke section.section-hero {
		margin-top: 2rem;
		padding-bottom: 7rem;
	}
	.lykke .hero__content {
		width: 66%;
	}
	.lykke .hero__image img {
		border-radius: 400px 400px 80px 80px;
	}
	.lykke-logo-outer {
		width: 30%;
		max-width: 400px;
		margin: 0 auto 5rem auto;
	}
	.lykke h2#hero-heading {
		font-size: 4rem;
		margin-bottom: 7rem;
	}
	.lykke-keywords {
		gap: 14rem;
		max-width: 1280px;
	}
	.lykke-grid-area p.area__text,
	.lykke-grid-area.area2 p,
	.lykke-grid-area.area3 p,
	.lykke-grid-area.area4 p {
		font-size: 20px;
		line-height: 2.2;
	}
	.lykke-grid-area.area2 {
		padding-top: 26rem;
	}
	.lykke-grid-area.area3 {
		margin-top: -15rem;
	}
	.lykke-grid-area.area3 .area__image {
		width: 57%;
	}
	.lykke-grid-area.area3 p {
		padding: 0 0 2rem 3%;
		width: 40%;
	}
	.lykke-grid-area.area4 {
		margin-bottom: 12rem;
	}
	h2.functions__title {
		font-size: 4rem;
		margin-bottom: 7rem;
	}
	p.functions__intro {
		font-size: 2.2rem;
		letter-spacing: 0.05rem;
		margin-bottom: 9rem;
	}
	.lykke-functions .functions__images {
		max-width: 1280px;
		margin: auto;
	}
	.lykke-functions .functions__subtitle {
		font-size: 3rem;
		padding-bottom: 3rem;
		margin: 0 auto 5rem;
	}
	.lykke-functions .functions__images {
		gap: 5rem;
	}
	.lykke-functions {
		padding: 11rem 5% 7rem;
	}
	.section-lykke-data {
		width: 80%;
		padding: 11rem 0 13rem;
	}
	h2.lykke-data__title {
		font-size: 3.5rem;
	}
	.lykke-data__details--row {
		max-width: 1024px;
	}
	.lykke-cta {
		margin: 0;
		padding: 11rem 7%;
	}
	.btn-lykke-cta-outer {
		width: 90%;
		max-width: 700px;
		margin: 5rem auto;
	}
}
/* 4K以上（1920px〜） */
@media screen and (min-width: 1920px) {
	.container.lykke.single-work-lykke {
		max-width: none !important;
	}
	.bg-sage-green.w-full,
	.bg-pale-sage.w-full {
		display: flex;
		margin: auto;
		flex-direction: column;
		align-items: center;
	}
	.lykke section.section-hero {
		max-width: 1800px;
	}
	.lykke .hero__content {
		width: 60%;
		max-width: 1800px;
	}
	.lykke section.section-hero {
		margin-top: 3rem;
		padding-bottom: 7rem;
	}
	h2.lykke-data__title {
		font-size: 4rem;
	}
}
/* 改行初期状態（sp）：すべて表示 */
.brx_sp,
.brx-tab-sm,
.brx-tab-lg,
.brx-pc {
	display: none;
	margin: 0;
	line-height: 1;
	height: 0;
}
.brx_sp {
	display: inline;
}
/* タブレット縦 */
@media screen and (min-width: 480px) and (max-width: 767px) {
	.brx_sp {
		display: none;
	}
	.brx-tab-sm {
		display: inline;
	}
}
/* タブレット横 */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.brx-tab-sm {
		display: none;
	}
	.brx-tab-lg {
		display: inline;
	}
}
/* PC */
@media screen and (min-width: 1025px) {
	.brx-tab-lg {
		display: none;
	}
	.brx-pc {
		display: inline;
	}
}
