@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap');

#tf-top, #tf-about, #tf-article {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
	color: #000;
}

/* TOP */
.tf-header {
	max-width: 100vw;
	margin: 0 calc(50% - 50vw);
	position: relative;
}

.tf-header-inner {
	max-width: 1305px;
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translateX(-50%);
}

.tf-header-content {
	display: grid;
	position: absolute;
	top: calc(var(--vw, 1vw)* 112 / 1275* 100);
	width: 100%;
	padding: 0 15px;
}

.tf-header-subtitle {
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.42;
	color: #fff;
	line-height: 1;
	text-transform: capitalize;
	padding: 5px 0;
	text-shadow: 0 3px 38px rgb(0 0 0 / 20%);
}

.tf-header-title {
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.14;
	color: #fff;
	margin: 42px 0 0;
	text-shadow: 0 2px 16px rgb(0 0 0 / 10%);
}

.tf-header-title_letter {
	letter-spacing: -0.1em;
}

.tf-br-sp {
	display: none;
}

.tf-lead {
	max-width: 690px;
	width: 100%;
	margin: -80px auto 0;
	padding: 0 0 50px;
}

.tf-lead-txt {
	font-size: 1rem;
	line-height: 1.8;
	margin: 0 0 1em;
}

.tf-button {
	text-align: center;
	margin: 50px auto 0;
}

.tf-button a {
	display: inline-block;
	background-color: #000;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	padding: 10px 20px;
	border-radius: 50px;
	text-decoration: none;
	min-width: 280px;
	line-height: 2;
	transition: opacity 0.3s;
}

.tf-button a:hover {
	opacity: 0.75;
}

.tf-list {
	max-width: 1080px;
	margin: 50px auto;
}

.tf-list-title {
	font-size: 2.125rem;
	font-weight: 700;
}

.tf-list-ul {
	margin-top: 50px;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 25px;
}

.tf-list-li {
	padding: 0 0 15px 0;
	position: relative;
}

.tf-list-li a img {
	transition: transform 0.6s;
}

.tf-list-li a:hover img {
	transform: scale(1.1);
}

.tf-list-li figure {
	overflow: hidden;
}

.tf-list-subject {
	font-weight: 700;
	color: #000;
	margin: 10px 0 0;
}

.tf-list-cat {
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0 0;
	display: none !important;
}

.tf-list-ca-li {
	font-size: 0.75rem;
	font-weight: 600;
	color: #000;
	background-color: #E5E5E5;
	margin: 0 10px 10px 0;
	padding: 2px 7px;
}

.tf-list-li figure {
	position: relative;
	margin: 0;
}

.tf-list-li_comingsoon figure::before {
	font-family: "Inter", sans-serif;
	content: 'Coming soon';
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	font-weight: 700;
	color: #FFF;
	background-color: #0000007c;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tf-list-num {
	font-family: "Inter", sans-serif;
	display: inline-block;
	font-size: 0.75rem;
	line-height: 1;
	font-weight: 600;
	background: #757575;
	color: #fff;
	padding: 6px;
	margin: 20px 0 0 0;
}

/*タブ*/
.tf-tab {
	margin: 100px auto 55px;
	background-color: #DADADA;
	width: 100%;
	padding: 26px;
	position: relative;
	border-radius: 0 6px 6px 6px;
	z-index: 1;
}

.tf-tab-title {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -59px;
	left: 0;
	display: flex;
	align-items: flex-end;
	z-index: 0;
}

.tf-tab-title-li {
	margin: 0 5px 0 0;
	padding: 17px 20px 18px;
	background-color: #F5F5F5;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	border-radius: 6px 6px 0 0;
	cursor: pointer;
}

.tf-tab-title-li.active {
	background-color: #DADADA;
	padding: 20px 40px;
	font-size: 1.1875rem;
}

.tf-tab-button {
	font-size: 1rem;
	font-weight: 700;
	display: none;
}

.tf-tab-button.active {
	display: flex;
}

.tf-tab-button-li {
	margin: 0 10px 0 0;
	padding: 8px 18px;
	border: 1px solid #000;
	border-radius: 50px;
	background-color: #fff;
	cursor: pointer;
}

.tf-tab-button-li.active {
	background-color: #000;
	color: #fff;
}

@media screen and (max-width: 767px) {
	#tf-top {
		padding: 0 5px;
	}

	.tf-header {}

	.tf-header-inner {}

	.tf-header-content {
		top: 30%;
		gap: 0;
	}

	.tf-header-subtitle {
		font-size: 1.0625rem;
		line-height: 1.5;
		text-shadow: 0 2px 20px rgb(0 0 0 / 15%);
		padding: 5px 0;
	}

	.tf-header-title {
		font-size: 2rem;
		line-height: 1.5;
		text-shadow: 0 2px 10px rgb(0 0 0 / 9%);
		margin: 0;
	}

	.tf-br-sp {
		display: block;
	}

	.tf-lead {
		margin: -30px auto 0;
		padding: 0 0 50px;
	}

	.tf-lead-txt {
		font-size: 1rem;
	}

	.tf-button {
		margin: 30px auto 0;
	}

	.tf-button a {
		font-size: 1rem;
		padding: 8px 16px;
		min-width: 260px;
	}

	.tf-list {
		margin: 30px auto;
	}

	.tf-list-title {
		font-size: 1.5rem;
	}

	.tf-list-num {
		font-size: 0.6875rem;
		padding: 5px;
	}

	.tf-list-ul {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
		margin-top: 30px;
	}

	.tf-list-li {
		padding: 0 0 20px 0;
	}

	.tf-list-subject {
		font-size: 0.9375rem;
	}

	.tf-list-cat {
		margin: 5px 0 0;
	}

	.tf-list-ca-li {
		font-size: 0.6875rem;
		margin-right: 5px;
		padding: 1px 5px;
	}

	/*タブ*/
	.tf-tab {
		margin: 70px auto 20px;
		padding: 18px 18px 13px 18px;
		border-radius: 0 5px 5px 5px;
	}

	.tf-tab-title {
		top: -46px;
	}

	.tf-tab-title-li {
		margin: 0 5px 0 0;
		padding: 15px 20px;
		border-radius: 5px 5px 0 0;
	}

	.tf-tab-title-li.active {
		padding: 15px 20px 14px;
		font-size: 1.0625rem;
	}

	.tf-tab-button {
		font-size: 0.875rem;
	}

	.tf-tab-button.active {
		display: block;
	}

	.tf-tab-button-li {
		margin: 0 5px 7px 0;
		padding: 8px 18px;
		border-radius: 50px;
		display: inline-block;
	}
}

@media screen and (max-width: 399px) {
	.tf-header-title {
		font-size: clamp(16px,
				16px + 16 * (var(--vw, 1vw) * 100 - 320px) / 79, 32px);
	}
}

@media screen and (max-width: 994px) {
	.tf-header-title {
		font-size: clamp(28px,
				28px + 28 * (var(--vw, 1vw) * 100 - 767px) / 227, 56px);
	}
}


/*TOP - KV*/
.c-hero__mask {
	clip-path: url(#hero-mask);
}

@media screen and (max-width: 767px) {
	.c-hero__mask {
		clip-path: url(#hero-mask-md);
	}
}

.c-hero__bg {
	width: 100%;
	height: auto;
}

.c-hero__overlay {
	position: absolute;
	top: 0;
	left: 0
}

/* About */
#tf-about {
	width: 690px;
	margin: 0 auto 50px;
	/*padding: 100px 0;*/
}

.tf-about-title {
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 1em;
}

.tf-about-txt {
	font-size: 1rem;
	line-height: 1.8;
	margin: 0 0 1em;
}

.tf-about-note {
	margin: 50px auto;
}

.tf-about-note-txt {
	color: #595959;
	line-height: 1.8;
	margin: 0 0 1em;
}

.tf-about-note-txt small {
	font-size: 0.875rem;
}

.tf-about-note-txt a {
	color: #c02;
	text-decoration: underline;
}

.tf-about-img {
	margin: 0 0 1em;
}

#tf-about .tf-button a {
	min-width: 320px;
}

@media screen and (max-width: 767px) {
	#tf-about {
		width: 100%;
		padding: 0 5px;
		margin: 0 auto 32px;
	}

	.tf-about-title {
		font-size: 1.5rem;
		margin: 0 0 1em;
	}

	.tf-about-txt {
		font-size: 1rem;
		margin: 0 0 1em;
	}

	.tf-about-note {
		margin: 25px auto;
	}

	.tf-about-note-txt {
		font-size: 0.875rem;
		margin: 0 0 1em;
	}
}

/* 下層 */
#tf-article {
	width: 940px;
	padding: 80px 0 20px;
	margin: 0 auto;
}

.tf-article-num {
	display: inline-block;
	font-family: "Inter", sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1;
	background: #757575;
	color: #fff;
	padding: 8px;
	margin: 0 0 1rem;
}

.tf-article-title {
	font-size: 2.25rem;
	font-weight: 700;
	margin: 0 0 1rem;
}

.tf-article-subtitle {
	font-size: 1.75rem;
	font-weight: 700;
	margin: 0;
}

.tf-article-tags {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 2rem 0;
}

.tf-article-tag {
	color: #c02;
	font-size: .875rem;
	font-weight: bold;
	line-height: 1;
	border: none;
	box-shadow: none !important;
	margin: .15em 1em .15em 0;
	padding: 0 0 .15em 1.3em;
	display: inline-block;
	position: relative;
}

.tf-article-tag::before {
	/*font-family: fontAwesome;
    content: '\f02b';*/
	content: '';
	margin: 0;
	display: inline-block;
	width: 1em;
	height: 1.2em;
	background-image: url('https://s1.fl.platisher.jp/p16777610/2024/10/01/8z9DxjjvolfQ3Kw1EKvVuEzVBaDLbrsRwEe/tag-solid.svg');
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

.tf-article-kv {
	margin: 0 0 1rem;
}

.tf-article-content {
	max-width: 690px;
	margin: 80px auto;
}

#tf-article .tf-article-h2 {
	font-size: 1.5rem;
	font-weight: 700;
	margin: 50px 0 30px;
}

.tf-article-txt {
	font-size: 1rem;
	line-height: 1.8;
	margin: 0 0 1em;
}

#tf-article .tf-button a {
	min-width: 320px;
}

#tf-article .tf-list {
	border-top: 1px solid #E4E4E4;
	max-width: 1080px;
	margin: 50px auto 0;
	padding: 80px 0 0;
}

#tf-article .tf-list-title {
	font-size: 1.5rem;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	#main {
		overflow: hidden;
	}

	#tf-article {
		width: 100%;
		padding: 20px 5px 0;
	}

	.tf-article-num {
		font-size: 0.75rem;
		margin: 0 0 10px;
	}

	.tf-article-title {
		font-size: 1.5rem;
		margin: 0 0 10px;
	}

	.tf-article-subtitle {
		font-size: 1.25rem;
		margin: 0;
	}

	.tf-article-tags {
		margin: 1rem 0;
	}

	.tf-article-kv {
		margin: 0 -60px 1rem;
	}

	.tf-article-content {
		margin: 50px auto;
	}

	#tf-article .tf-article-h2 {
		font-size: 1.25rem;
		margin: 50px 0 30px;
	}

	.tf-button {
		margin: 30px auto 0;
	}

	.tf-button a {
		font-size: 1rem;
		padding: 8px 16px;
	}

	#tf-article .tf-list {
		margin: 30px auto 0;
		padding: 50px 0 0;
	}

	#tf-article .tf-list-title {
		font-size: 1.25rem;
	}

}

#tf-about+.tf-lead {
	margin: 0 auto 0;
}

sup {
	font-size: 0.75em;
	line-height: 1;
}

.tf-list-li a {
	text-decoration: none;
}

.tf-subpage .tf-list-li {
	display: none;
}

.tf-subpage[data-sign*="sign-01"] .tf-list-ul .sign-01,
.tf-subpage[data-sign*="sign-02"] .tf-list-ul .sign-02,
.tf-subpage[data-sign*="sign-03"] .tf-list-ul .sign-03,
.tf-subpage[data-sign*="sign-04"] .tf-list-ul .sign-04,
.tf-subpage[data-sign*="sign-05"] .tf-list-ul .sign-05,
.tf-subpage[data-sign*="sign-06"] .tf-list-ul .sign-06,
.tf-subpage[data-sign*="sign-07"] .tf-list-ul .sign-07,
.tf-subpage[data-sign*="sign-08"] .tf-list-ul .sign-08,
.tf-subpage[data-sign*="sign-09"] .tf-list-ul .sign-09,
.tf-subpage[data-sign*="sign-10"] .tf-list-ul .sign-10,
.tf-subpage[data-sign*="sign-11"] .tf-list-ul .sign-11,
.tf-subpage[data-sign*="sign-12"] .tf-list-ul .sign-12,
.tf-subpage[data-sign*="sign-13"] .tf-list-ul .sign-13,
.tf-subpage[data-sign*="sign-14"] .tf-list-ul .sign-14,
.tf-subpage[data-sign*="sign-15"] .tf-list-ul .sign-15,
.tf-subpage[data-sign*="sign-16"] .tf-list-ul .sign-16,
.tf-subpage[data-sign*="sign-17"] .tf-list-ul .sign-17,
.tf-subpage[data-sign*="sign-18"] .tf-list-ul .sign-18,
.tf-subpage[data-sign*="sign-19"] .tf-list-ul .sign-19,
.tf-subpage[data-sign*="sign-20"] .tf-list-ul .sign-20,
.tf-subpage[data-sign*="sign-21"] .tf-list-ul .sign-21,
.tf-subpage[data-sign*="sign-22"] .tf-list-ul .sign-22 {
	display: block;
}