h2.runway-headline,
.article-item h2.runway-headline,
h3.runway-headline,
.article-item h3.runway-headline,
h3.runway-brand-headline,
.article-item h3.runway-brand-headline {
	font-family: 'Noto Serif JP', serif;
	padding: 0;
	border: 0;
	font-weight: bold;
	font-size: 1.6rem;
	letter-spacing: 0.02em;
	line-height: 1.5;
	min-height: auto;
}

h3.runway-headline {
	margin-top: 55px;
}

h2.runway-headline,
.article-item h2.runway-headline {
	font-size: 1.8rem;
}

h3.runway-brand-headline,
.article-item h3.runway-brand-headline {
	font-family: inherit;
}

div.customstyle-carousel {
	width: 100%;
	margin: 0 auto;
}

div.customstyle-carousel img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	z-index: 1;
}

/* ClipKit風のカルーセル矢印スタイル: 白背景の四角いボタンに濃い灰色の矢印 */
div.customstyle-carousel .slick-arrow {
	z-index: 100;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.7) !important;
	border-radius: 0 !important; /* 四角いボタン */
}

div.customstyle-carousel .slick-arrow::before {
	content: '' !important;
	display: block;
	width: 16px;
	height: 16px;
	border-top: 1px solid #303030;
	border-right: 1px solid #303030;
	position: absolute;
	top: 50%;
	left: 50%;
}

div.customstyle-carousel .slick-next {
	right: 0 !important;
}

div.customstyle-carousel .slick-next::before {
	transform: rotate(45deg);
	margin-top: -8px;
	margin-left: -12px;
}

div.customstyle-carousel .slick-prev {
	left: 0 !important;
}

div.customstyle-carousel .slick-prev::before {
	transform: rotate(-135deg);
	margin-top: -8px;
	margin-left: -4px;
}

figure.image figcaption {
	font-size: 10px;
}

div.article-contact-deta a {
	border-bottom: dashed 1px black;
}

#article_body div.post-pager .paginate {
	display: block;
}

/* 動画埋め込み用スタイル */
.video-container {
	position: relative;
	width: 100%;
	padding-top: 56.25%; /* 16:9 アスペクト比 */
	overflow: hidden;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* メイン画像位置のYouTube動画をレスポンシブ対応 */
#article_header .eye_catch {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 アスペクト比 */
	height: 0;
	overflow: hidden;
}

#article_header .eye_catch iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
