@charset "UTF-8";

/* SWELLおよび各モジュールのスタイル上書き */

.post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)) {
	border-left: solid 12px var(--color_htag);
	padding: 0.4em 0.75em;
	border-radius: 4px;
}

.-type-list .p-postList__item {
    margin-bottom: 1.1em;
}

.top #content {
	padding-top: 1.25em;
}

.p-postSlider {
	padding-top: 0;
}

.p-postSlider.-ps-style-normal .p-postList__title {
    line-height: 1.6;
}

.p-postSlider {
	margin-top: 0;
}

.swiper-button-next,
.swiper-button-prev {
	border-radius: 8px;
}

#content .c-tabList {
	padding-bottom: 20px;
}

.p-postList__author,
.p-postList__cat,
.p-postList__times,
.p-postList__views {
	margin: 6px 0 8px;
}

@media not all and (min-width: 960px) {
    .p-postSlider.-num-sp-1.-ps-style-normal .p-postList__body {
        padding: .75em .65em 0;
    }
}

.pico-postList__categoryRow {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 4px;
	width: 100%;
	margin-bottom: 4px;
}

.pico-postList__categoryRow > .c-postThumb__cat,
.pico-postList__categoryRow > .p-postList__cat {
    position: static;
	left: auto;
	right: auto;
	-webkit-transform: none;
	transform: none;
	-webkit-transform-origin: initial;
	transform-origin: initial;
    display: flex;
    align-items: center;
    height: 24px;
    min-height: 24px;
    flex-shrink: 0;
    max-width: 100%;
    margin: 0;
    padding: 4px;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: var(--color_main);
    color: #fff;
    font-size: 0.7em;
    white-space: nowrap;
}

.pico-postList__categoryRow > .p-postList__cat::before {
	display: none;
}

.pico-postList__categoryRow > .pico-postList__platform,
.pico-entryPlatforms > .pico-postList__platform {
	display: flex;
	flex: 0 0 auto;
	margin: 0;
	margin-inline: 0;
	padding: 4px;
	height: 24px;
	box-sizing: border-box;
	align-items: center;
	border: 1px solid var(--color_main);
	border-radius: 4px;
	color: var(--color_main);
	font-size: 0.7em;
	white-space: nowrap;
}

.pico-entryPlatforms {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
    margin-bottom: 8px !important;
}

.pico-entryPlatforms__label {
	font-size: 0.8em;
	font-weight: 700;
}

.pico-entryPlatforms > .pico-postList__platform {
	height: auto;
	padding: 4px 8px;
}

.pico-vtuber-tags {
	display: flex;
	gap: 4px;
	padding-bottom: 4px;
}

.pico-vtuber-tags span {
	display: inline-block;
	padding: 0.25em 0.75em;
	border: 1px solid #828282;
	border-radius: 999px;
	font-size: 0.75em;
	line-height: 1.5;
	text-decoration: none;
}

.p-postSlider .p-postList__item {
	padding: 0;
	background: #fff;
	overflow: hidden;
	border: 1px solid #ddd;
	border-radius: 8px;
	transition: box-shadow 0.2s ease, border-color 0.2s ease;
	box-shadow: 0 2px 8px rgb(15 23 42 / 7%);
}

.p-postSlider.-ps-style-normal .p-postList__body {
	margin-top: 0;
	padding: 8px 8px 4px;
}

.p-postSlider .p-postList__item:hover {
	border-color: #1b85d6;
}

.l-mainContent__inner > .post_content {
	margin: 2em 0;
}

.post_content > * {
	margin-bottom: 0em;
}

#post_slider .swiper,
.p-postSlider {
	padding-bottom: 0;
}

.c-postThumb {
	background: #000046;
}

.p-pickupBanners__item .c-bannerLink,
.p-postList__thumb {
	box-shadow: none;
}

.u-obf-cover {
	-o-object-fit: contain;
	object-fit: contain;
}

.c-shareBtns__btn {
	border-radius: 8px;
}

.p-snsCta__figure .u-obf-cover {
	-o-object-fit: cover;
	object-fit: cover;
	object-position: center -40px;
}

.picolabo-stream-card__title::before,
.pico-epic-card__title::before {
	content: none !important;
	display: none !important;
}

.post_content h3.pico-epic-card__title {
	margin: 0;
	padding: 0;
	font-size: inherit;
}

.w-beforeFooter {
	text-align: center;
}

.c-balloon__text {
	line-height: 1.8;
	max-width: 100%;
}

.is-style-more_btn a {
	border-radius: 8px;
}

@media (min-width: 600px) {
	.p-snsCta__body {
		min-height: 320px;
	}
}

@media (min-width: 960px) {
	.-type-list .p-postList__link,
	.-type-list2 .p-postList__link {
		justify-content: flex-start;
		gap: 12px;
	}

	.-type-list .c-postThumb,
	.-type-list2 .c-postThumb {
		width: 240px;
		flex: 0 0 240px;
	}

	.-type-list .p-postList__body,
	.-type-list2 .p-postList__body {
		flex: 1;
		min-width: 0;
	}
}

@media (max-width: 960px) {
	.-img .c-headLogo__link {
		display: block;
		padding: 10px 0 0;
	}
}

.p-postSlider .p-postList__title {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
}
