@charset "utf-8";

#slider,
#header,
#ytOverlay {
	display: none;
}
#article { padding-bottom: 0;}

.renew2607 * {
	font-family: "Zen Old Mincho", serif;
	color: #333;
}
.renew2607 a {
	text-decoration: none!important;
}

.u-inline-block {
	display: inline-block;
	color: currentcolor;
}

/* ==============================
	Main visual
============================== */

.mainvisual {
	position: relative;
	height: 100dvh;
	margin-bottom: 50px;
}

.mv-slider-item {
	height: 100%;
}

.slick-track,
.slick-slider,
.slick-list {
	height: 100%;
}

.mv-slider-item picture {
	display: block;
	width: 100%;
	height: 100%;
}

.mv-slider-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.copy-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	font-size: max(3vw, 28px);
	line-height: 1.6;
	translate: -50% -50%;
}

/* ==============================
	Information
============================== */

.information {
	margin-bottom: 70px;
	border: none;
}

.information .info-flex {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 30px;
	width: 90%;
	margin: 0 3% 0 auto;
}
.information .info-date {
	flex-shrink: 0;
}

.information .info-item-title {
	flex: 1;
	min-width: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 100%;
}
.info-title-wrap h2 {
	color: #333;
	font-size: 28px;
}

.info-title-wrap span.title-sub {
	display: block;
	margin-top: 12px;
	font-size: 20px;
	letter-spacing: 0.05em;
}

.information .info-contents {
	flex-grow: 1;
	max-width: 1080px;
	width: 100%;
}

.information .info-list {
	width: 100%;
	margin-left: 0;
	list-style: none;
}

.information .info-list .info-item {
	width: 100%;
}

.information .info-item a {
	position: relative;
	display: flex;
	gap: 15px 50px;
	margin-bottom: 10px;
	margin-left: 90px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
	color: #333;
	font-size: 19px;
	font-weight: 400;
}

#article .information .info-btn {
	display: inline-block;
	margin-top: 15px;
	padding: 8px 12px;
	background-color: #000;
	color: #fff;
	font-family: "Noto Sans JP", Kosugi, 游ゴシック体, "Yu Gothic",
		YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴシック Pro",
		"Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック",
		"MS PGothic", sans-serif;
	font-size: 20px;
	font-weight: 400;
}

.information .info-item.newest a::before {
	content: "NEW";
	position: absolute;
	top: -3px;
	left: -90px;
	padding: 3px 10px;
	background-color: #000;
	color: #fff;
	font-family: "Noto Sans JP", Kosugi, 游ゴシック体, "Yu Gothic",
		YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴシック Pro",
		"Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック",
		"MS PGothic", sans-serif;
	font-size: 20px;
	font-weight: 400;
}

/* ==============================
	Concept
============================== */

.concept {
	position: relative;
/* 	height: 70vh; */
	background-image: url("/images/index2/concept_bg@2x.webp");
	background-position: left;
	background-size: cover;
	background-repeat: no-repeat;
	font-weight: 400;
	padding: 7% 5%;
}

.concept-msg-wrap {
	position: relative;
    z-index: 2;
    top: 50%;
    left: 48%;
    width: fit-content;
    color: #fff;
}

.concept::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.35);
	position: absolute;
	top: 0;
	left: 0;
}

#article .concept .concept-title {
	margin-bottom: 20px;
	color: #fff;
	font-family: "Noto Sans JP", Kosugi, 游ゴシック体, "Yu Gothic",
		YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴシック Pro",
		"Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック",
		"MS PGothic", sans-serif;
	font-size: 28px;
	font-weight: 400;
}

.concept-copy {
	margin-bottom: 28px;
	color: #fff;
	font-size: 21px;
	line-height: 1.4;
}

.concept-msg {
	padding: 20px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 20px;
	line-height: 1.4;
}

.concept-msg p {
	color: #fff;
}

/* ==============================
	Works
============================== */

.works {
	padding: 128px 7.5% 112px;
	background-color: #eee;
}

.works h2 {
	padding: 70px 0;
	color: #333;
	font-size: 28px;
	font-weight: 400;
	text-align: center;
}

.works h2 span {
	display: block;
	margin-top: 12px;
	font-size: 19px;
}

.works .works-list {
	list-style: none;
}

.works .works-item {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #333;
}

.works .works-item:first-child {
	border-top: 1px solid #333;
}

.works-item-title-wrap {
	color: #333;
	font-weight: 400;
}

.works-item-sub {
	margin-bottom: 5px;
	font-size: 14px;
}

.works-item-title {
	font-size: 18px;
	line-height: 1.5;
}

.works-item-link {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 10px 30px;
}

.works-item-photo {
	display: flex;
	flex-shrink: 0;
	gap: 10px 30px;
}

.photo-item {
	max-width: clamp(
		300px,
		calc(25.714px + 26.786vw),
		540px
	);
	aspect-ratio: 54 / 30;
}

.photo-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.works .works-btn {
	display: block;
	width: fit-content;
	margin-top: 60px;
	margin-inline: auto;
	padding: 14px 30px;
	border-radius: 999px;
	background-color: #000;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
}

/* ==============================
	家づくり
============================== */

.iezukuri {
	padding: 0 0 80px;
	background-color: #eee;
	font-weight: 400;
}

.iezukuri-mv {
	position: relative;
	height: 70vh;
	margin-bottom: 80px;
	background-image:
		linear-gradient(
			90deg,
			rgba(255, 255, 255, 0) 49%,
			rgba(60, 60, 60, 0.5) 100%
		),
		url("/images/index2/iezukuri.webp");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	font-weight: 400;
}

.iezukuri-copy-wrap {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 12px;
	width: fit-content;
	color: #fff;
	translate: -50% -50%;
}

.iezukuri-copy-1 {
	color: #fff;
	font-size: 28px;
	text-align: center;
}

.iezukuri-copy-2 {
	display: block;
	padding: 12px 4px;
	border-radius: 999px;
	background-color: #fff;
	color: #333;
	font-size: 21px;
	text-align: center;
	font-weight: 700;
}

.iezukuri-copy-main {
	color: #fff;
	font-size: 36px;
	text-align: center;
	font-weight: 700;
}

.iezukuri .mid-title {
	width: 75%;
	margin-inline: auto;
	box-sizing: border-box;
}

.mid-title {
	display: flex;
	gap: 30px 90px;
}

.mid-title h2 {
	font-size: clamp(
		22px,
		calc(10.571px + 1.116vw),
		32px
	);
	font-weight: 400;
	line-height: 1.5;
}

.mid-title h2 .h2-sub {
	display: block;
	margin-top: 10px;
	font-size: clamp(
		14px,
		calc(7.143px + 0.67vw),
		20px
	);
}

.mid-description {
	font-size: clamp(
		22px,
		calc(10.571px + 1.116vw),
		32px
	);
	line-height: 1.5;
}

.iezukuri-link-list {
	width: 75%;
	margin-top: 120px;
	margin-inline: auto;
	list-style: none;
}

.iezukuri-link {
	border-bottom: 1px solid #333;
}

.iezukuri-link a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 50px 95px 30px 0;
}

.link-title-wrap {
	display: flex;
	align-items: center;
	gap: 80px;
}

#article .link-num {
	font-family: "Noto Sans JP", Kosugi, 游ゴシック体, "Yu Gothic",
		YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴシック Pro",
		"Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック",
		"MS PGothic", sans-serif;
	font-size: 50px;
}

.link-title {
	font-size: 29px;
}

.link-arrow {
	position: relative;
	width: 100px;
	height: 40px;
	border-radius: 999px;
	background-color: #333;
}

.link-arrow::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	translate: -50% -50%;
}

/* ==============================
	Staff
============================== */

.staff {
	padding: 112px 7.5%;
}

.staff-flex {
	display: flex;
	align-items: center;
	gap: 20px 72px;
	font-weight: 400;
}

.staff-text h2 {
	margin-bottom: 50px;
	font-size: clamp(
		26px,
		calc(14.571px + 1.116vw),
		36px
	);
	font-weight: 400;
	text-align: center;
}

.staff-img {
	flex-shrink: 0;
	width: 55%;
}

.staff-decription {
	font-size: clamp(
		16px,
		calc(11.429px + 0.446vw),
		20px
	);
	line-height: 1.6;
}

#article .staff .staff-link {
	display: block;
	width: fit-content;
	margin-top: 60px;
	margin-inline: auto;
	padding: 14px 30px;
	border-radius: 999px;
	background-color: #000;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
}

/* ==============================
	Site link
============================== */

.site-link {
	padding: 100px 7.5%;
	background-color: #eee;
}

.site-link-list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.site-link-item {
	position: relative;
	width: calc((100% - 60px) / 3);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	list-style: none;
}

.site-link-item:nth-child(1) {
	background-image: url("/images/index2/link01.webp");
}

.site-link-item:nth-child(2) {
	background-image: url("/images/index2/link02.webp");
}

.site-link-item:nth-child(3) {
	background-image: url("/images/index2/link03.webp");
}

.site-link-item:nth-child(4) {
	background-image: url("/images/index2/link04.webp");
}

.site-link-item:nth-child(5) {
	background-image: url("/images/index2/link05.webp");
}

.site-link-item:nth-child(6) {
	background-image: url("/images/index2/link06.webp");
}

.site-link-item a {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 28px;
	aspect-ratio: 523 / 300;
}

.site-link-item::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.45);
}

.link-sub-en {
	display: block;
	margin-top: 5px;
	color: #fff;
	font-weight: 400;
	text-align: center;
}

/* ==============================
	土地
============================== */

.tochi {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	padding: 0 0 0 7.5%;
}

.tochi-img {
	width: 50%;
}

.tochi-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.tochi-text h2 {
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: 400;
}

.tochi-description {
	font-weight: 400;
	line-height: 1.5;
	font-size: 21px;
}

.tochi-desc-mini {
	display: inline-block;
	margin-top: 25px;
	font-size: 14px;
}

a.tochi-link {
	display: block;
	width: fit-content;
	margin-top: 20px;
	padding: 14px 30px;
	border-radius: 999px;
	background-color: #000;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
}

/* ==============================
	Studio
============================== */

.studio {
	padding: 70px 7.5%;
	background-color: #eee;
}

.studio .studio-lead-area {
	display: flex;
	gap: 30px 60px;
	margin-bottom: 120px;
	width: 90%;
	margin-inline: auto;
}

.studio .h2-wrap h2 {
	font-size: clamp(
		22px,
		calc(10.571px + 1.116vw),
		32px
	);
	font-weight: 400;
}

.studio .h2-wrap h2 .h2_sub {
	display: block;
	margin-top: 12px;
	font-size: clamp(
		14px,
		calc(7.143px + 0.67vw),
		20px
	);
}

.studio .lead-text {
	font-size: clamp(
		16px,
		calc(6.857px + 0.893vw),
		24px
	);
	font-weight: 400;
	line-height: 1.5;
}

.map-area {
	margin-bottom: 80px;
	filter: grayscale(100%);
}

.map-area iframe {
	width: 100%;
}

.studio-list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 50px;
	list-style: none;
}

#article .studio-item {
	width: calc((100% - 50px) / 2);
	font-family: "Noto Sans JP", Kosugi, 游ゴシック体, "Yu Gothic",
		YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴシック Pro",
		"Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック",
		"MS PGothic", sans-serif;
}

.studio-item a {
	display: flex;
	background-color: #fff;
}

.studio-item a picture {
	flex-shrink: 0;
	width: 40%;
}

#article .studio-text {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 10%;
	font-family: "Noto Sans JP", Kosugi, 游ゴシック体, "Yu Gothic",
		YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴシック Pro",
		"Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック",
		"MS PGothic", sans-serif;
	font-size: clamp(
		13px,
		calc(6.143px + 0.67vw),
		19px
	);
	font-weight: 400;
	line-height: 1.5;
}
.studio .lead-text .lead-text-sp {
	display: none;
}

/* ==============================
	SNS
============================== */

.sns-list {
	display: flex;
	gap: 20px;
	margin-top: 70px;
	list-style: none;
}

.sns-list-item {
	width: calc((100% - 40px) / 3);
	background-color: #fff;
}

.sns-list-item a {
	display: flex;
	align-items: center;
	gap: 10px;
	box-sizing: border-box;
	height: 100%;
	padding:
		clamp(
			15px,
			calc(9.286px + 0.558vw),
			20px
		)
		clamp(
			10px,
			calc(-24.286px + 3.348vw),
			40px
		)
		clamp(
			15px,
			calc(9.286px + 0.558vw),
			20px
		)
		clamp(
			18px,
			calc(-16.286px + 3.348vw),
			48px
		);
}

.sns-list-item a picture {
	display: block;
	height: 70px;
	text-align: center;
}

.sns-list-item:nth-child(3) picture {
	height: clamp(
		40px,
		calc(5.714px + 3.348vw),
		70px
	);
}

.sns-list-item a picture img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#article .renew2607 .sns-title {
	font-family: "Noto Sans JP", Kosugi, 游ゴシック体, "Yu Gothic",
		YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴシック Pro",
		"Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック",
		"MS PGothic", sans-serif;
	font-size: clamp(
		16px,
		calc(11.429px + 0.446vw),
		20px
	);
	text-align: center;
}

#article .renew2607 .sns-title-wrap {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	align-items: center;
	justify-content: center;
	font-weight: 400;
}

#article .renew2607 .sns-title-wrap p {
	margin-top: 20px;
	font-family: "Noto Sans JP", Kosugi, 游ゴシック体, "Yu Gothic",
		YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴシック Pro",
		"Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック",
		"MS PGothic", sans-serif;
	font-weight: 400;
	font-size: clamp(
		12px,
		calc(7.429px + 0.446vw),
		16px
	);
	text-align: center;
}

#article .renew2607 .sns-title-wrap p * {
	font-family: "Noto Sans JP", Kosugi, 游ゴシック体, "Yu Gothic",
		YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴシック Pro",
		"Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック",
		"MS PGothic", sans-serif;
	font-size: inherit;
}

@media screen and (max-width: 1500px) {
	.information .info-flex {
		flex-direction: column;
	}
}

/* ==============================
	1024px以下
============================== */

@media screen and (max-width: 1024px) {
	.photo-item {
		aspect-ratio: 4 / 3;
	}

	.iezukuri-copy-wrap {
		translate: -20% -50%;
	}

	.iezukuri-link-list {
		width: 85%;
	}

	.staff-img {
		width: 50%;
	}

	.tochi-text {
		padding: 40px 0;
	}

	.tochi-img picture {
		display: block;
		width: fit-content;
		height: 100%;
	}

	.tochi-img img {
		height: 100%;
		object-fit: cover;
	}

	#article .studio-text {
		padding-left: 3%;
	}
	.information .info-contents {
		max-width: none;
		width: 100%;
	}
	.information .info-flex {
		flex-direction: column;
		margin-inline: auto;
	}
	.concept-msg-wrap {
		position: relative;
		top: 50%;
		left: 50%;
		translate: -50% 0;
	}
	.works-item-photo {
		gap: 20px;
	}
	.photo-item {
		max-width: 109px;
		aspect-ratio: 4 / 5;
	}
	.works-item-title {
		font-size: 16px;
	}
	.iezukuri-copy-wrap {
		left: 50%;
		translate: -50% -50%;
	}
	.iezukuri-copy-1 {
		font-size: 20px;
	}
	.iezukuri-copy-2 {
		font-size: 16px;
	}
	.iezukuri .mid-title {
		width: 100%;
		padding: 0 7.5%;
	}
	.mid-title {
		flex-direction: column;
	}
	.mid-description {
		font-size: clamp(
			16px,
			calc(6.857px + 0.893vw),
			24px
		);
		line-height: 1.5;
	}
	.iezukuri-copy-main {
		font-size: 26px;
	}
	.iezukuri-link-list {
		margin-top: 20px;
	}
	#article .link-num {
		font-size: 23px;
	}
	.link-title {
		font-size: 17px;
	}
	.iezukuri-link a {
		padding: 20px 0px 10px 0;
	}
	.staff-flex {
		flex-direction: column;
	}
	.staff-img {
		max-width: 460px;
		width: 100%;
	}
	.site-link-item {
		width: calc((100% - 30px) / 2);
	}
	.tochi {
		flex-direction: column;
		padding: 0;
	}
	.tochi-description {
		text-align: center;
	}
	.tochi-img {
		width: 100%;
	}
	.tochi-text {
		width: 90%;
		margin-inline: auto;
		align-items: center;
	}
	.studio .studio-lead-area {
		flex-direction: column;
		margin-bottom: 30px;
		width: 100%;
	}
	.map-area {
		aspect-ratio: 5 / 4;
	}
	.map-area iframe {
		width: 100%;
		height: 100%;
	}
	.studio-list {
		gap: 30px 20px;
	}
	#article .studio-item {
		width: calc((100% - 20px) / 2);
	}
}

@media screen and (max-width: 820px) {
	.studio-item a {
		flex-direction: column;
	}
	.studio-item a picture {
		width: 100%;
	}
	#article .studio-text {
		padding: 15px;
		justify-content: flex-start;
		font-size: 14px;
	}
	.sns-list {
		flex-direction: column;
	}
	.sns-list-item {
		width: 100%;
		max-width: 360px;
		margin-inline: auto;
	}
	.sns-list-item a {
		padding: 10px 20px
	}
	.sns-list-item a picture {
		width: 40px;
		height: 40px;
	}
	.sns-list-item:nth-child(3) picture {
		width: 40px;
	}
	#article .renew2607 .sns-title-wrap {
		align-items: flex-start;
	}
	#article .renew2607 .sns-title-wrap p {
		margin-top: 12px;
	}
	.site-link-list {
		gap: 10px;
	}
	.site-link-item {
        width: calc((100% - 10px) / 2);
    }
	.site-link-item a {
		font-size: 13px;
	}
	.info-title-wrap h2 {
		border-bottom: none;
		padding: 0;
		width: auto;
		text-align: left;
	}
}
@media screen and (max-width: 520px) {
	.mainvisual {
		width: 100%;
		aspect-ratio: 336 / 380;
		height: auto;
	}
	.renew2607 { margin-top: 65px;}
	.copy-wrap {
		top: calc(8% + 65px);
        left: 29%;
		font-weight: 400;
	}
	.studio-list {
		flex-direction: column;
	}
	#article .studio-item {
		width: 100%;
	}
	.iezukuri-copy-wrap {
		width: 90%;
	}
	.link-title-wrap {
		gap: 10px;
	}
	.link-arrow {
		width: 50px;
		height: 30px;
	}
	.works {
		padding-top: 28px;
	}
	.works-item-title {
		font-size: 9px;
	}
	.works-item-sub {
		font-size: 8px;
	}
	.works-item-link {
		gap: 10px;
	}
	.works-item-photo {
		gap: 10px;
	}
	.photo-item {
		width: calc((100% - 10px) / 2);
		max-width: 109px;
		aspect-ratio: 109 / 150;
	}
	.information .info-date {
		width: fit-content;
	}
	.information .info-list {
		margin-top: 20px;
		overflow: inherit;
	}
	.information .info-item a {
		flex-direction: row;
		margin-left: 0;
		font-size: 14px;
		gap: 15px 10px;
	}
	.information .info-item.newest a::before {
		position: absolute;
		left: 0;
		top: -30px;
		font-size: 14px;
	}
	.info-title-wrap span.title-sub {
		margin-top: 10px;
	}
	#article .information .info-btn {
		font-size: 17px;
	}
	.works .works-btn {
		padding: 20px 40px;
		font-size: 16px;
	}
	.iezukuri-copy-wrap {
		gap: 22px;
	}
	.iezukuri-copy-2 {
		width: 75%;
		margin-inline: auto;
	}
	.mid-title h2 .h2-sub {
		font-size: 17px;
		margin-top: 10px;
	}
	#article .staff .staff-link {
		padding: 17px 38px;
	}
	.site-link-item a {
		aspect-ratio: 17 / 13;
		font-size: 15px;
	}
	.tochi-description {
		font-size: 16px;
		text-align: left;
	}
	a.tochi-link {
		padding: 17px 38px;
	}
	.tochi-text h2 {
		font-size: 23px;
	}
	.sns-list-item a picture {
		height:30px;
		width: 40px;
	}
	.sns-list-item a {
		padding: 20px;
		gap: 15px;
	}
	#article .renew2607 .sns-title {
		font-size: 14px;
	}
	#article .renew2607 .sns-title-wrap p {
		font-size: 14px;
	}
	.studio .h2-wrap h2 .h2_sub {
		font-size: 17px;
	}
	#article .concept .concept-title {
		font-size: 18px;
	}
	.concept-copy {
		font-size: 14px;
	}
	.concept-msg {
		font-size: 14px;
	}
	iezukuri-copy-2 {
		font-size: 17px;
		font-weight: 700;
	}
	.iezukuri-copy-main {
		font-size: 31px;
	}
	.staff {
		padding: 40px 5%;
	}
	.site-link {
		padding: 100px 5%;
	}
	.studio .h2-wrap h2 .h2_sub {
		margin-top: 10px;
	}
	.studio .lead-text .lead-text-sp {
		display: block;
	}
}


/* animation */
.js_fade_up {
  opacity: 0;
  transform: translateY(50px);
  transition:
    opacity 1.8s cubic-bezier(0.76,0.14,0.42,1),
    transform 1.8s cubic-bezier(0.76,0.14,0.42,1);
}

.js_fade_up.is_show {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 520px) {
	.js_fade_up {
	  opacity: 0;
	  transform: translateY(40px);
	  transition:
		opacity 0.8s cubic-bezier(0.76,0.14,0.42,1),
		transform 0.8s cubic-bezier(0.76,0.14,0.42,1);
	}
}