/*
Theme Name: Lightning Child
Template: lightning
Version: 1.0.0
*/

/* body,html {
    font-family: "Zen Kaku Gothic Antique", "メイリオ", Meiryo, sans-serif
} */

.ltg-slide-text-caption {
	font-size: clamp(32px,6vw,64px);
	font-weight: bold;
	text-shadow: 4px 4px 8px rgba(20, 20, 20, 0.50);
}

.breadcrumb {
	display: none;
}

h2:where(:not(.wp-block-post-title)), .editor-styles-wrapper h2.wp-block:where(:not(.wp-block-post-title)) {
	letter-spacing: 0.08em;
}

.page-header {
	color: #555;
	background-color: #eee;
}

.page-header-title, h1.page-header-title {
	font-size: 3rem;
}

/* Note記事リスト */
.note-list-ul {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.note-list-col {
	flex: 0 0 33.3333%;
	padding-left: 10px;
	padding-right: 10px;
	list-style-type: none;
}

.note-list-card {
	width: 100%;
	height: 100%;
	.note-list-wrapper {
		display: block;
		text-decoration: none;
	}
	.note-list-thumbnail {
		padding-top: 52.34375%;
		position: relative;
		overflow: hidden;
		img {
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			object-fit: cover;
		}
	}
	.note-list-contents {
		margin-top: 20px;
	}
	.note-list-title {
		height: 85px;
		font-size: 18px;
		line-height: 1.4;
		font-weight: 700;
	}
	.note-list-title::after {
		content: none;
	}
	.note-list-description {
		height: 64px;
		font-size: 14px;
		margin-top: 10px;
		margin-bottom: 8px;
		line-height: 1.5;
		color: #3e3b3f;
	}
	.note-list-date {
		display: block;
		font-size: 14px;
		margin-top: 10px;
		line-height: 1.5;
		color: #9a9a9a;
		font-weight: 700;
		position: relative;
	}
}

.uagb-tabs__body-wrap {
	height: 440px;
}