.post-inarticle-banner {
	width: 345px;
	max-width: 100%;
	margin: 1em auto;
}

.post-inarticle-banner__inner {
	display: block;
	position: relative;
	aspect-ratio: 345 / 280;
	overflow: hidden;
	border-radius: 20px;
	background-color: #12aebe;
	background-image: url('/static/img/bnr_article_bg_sp.png');
	background-position: center;
	background-size: 100% 100%;
	color: #fff;
}

.post-inarticle-banner__device {
	position: absolute;
	top: 134px;
	left: 10px;
	width: 219px;
	height: auto;
}

.post-inarticle-banner__content {
	position: absolute;
	top: 21px;
	left: 0;
	right: 0;
	text-align: center;
}

.post-inarticle-banner__content p {
	margin: 0;
	color: #fff;
	line-height: 1.15;
}

.post-inarticle-banner__tagline {
	width: 276px;
	margin-right: auto !important;
	margin-left: auto !important;
	font-family: 'Hiragino Kaku Gothic Std', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-size: 21.7835px;
	font-weight: 800;
	line-height: 33px !important;
}

.post-inarticle-banner__logotype {
	display: block;
	width: 248px;
	height: auto;
	margin: 4px auto 0;
	filter: brightness(0) invert(1);
}

.post-inarticle-banner__stores {
	position: absolute;
	top: 196px;
	right: 14px;
}

.post-inarticle-banner__store {
	display: block;
	position: static;
	flex: 0 0 141px;
	left: auto;
	bottom: auto;
	width: 141px;
	max-width: 141px;
	height: 52px;
	overflow: hidden;
}

.post-inarticle-banner__store img {
	display: block;
	width: 141px;
	max-width: 141px;
	height: auto;
}

.post-inarticle-banner__android {
	display: none;
}

.post-inarticle-banner__app-icon {
	position: absolute;
	top: 134px;
	right: 42px;
	width: 74px;
	height: 74px;
}

.post-inarticle-banner__app-icon-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 74px;
	height: 74px;
	box-sizing: border-box;
	border-radius: 12px;
	background: linear-gradient(145deg, #2ed0c6, #23b8d8);
}

.post-inarticle-banner__app-icon-logo img {
	width: 52px;
	height: auto;
}

.post-inarticle-banner__app-icon-pop {
	position: absolute;
	top: -19px;
	right: -26px;
	width: 52px;
	height: auto;
}

.post-twitter .post-twitter__link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	width: auto;
	height: 30px;
	color: #1f1f1f;
}

.post-twitter__icon {
	position: static;
	flex: 0 0 auto;
	height: auto;
}

.post-twitter__icon--sp {
	display: block;
	width: 30px;
}

.post-twitter__icon--pc {
	display: none;
}

.post-twitter__link span {
	position: static;
	font-family: 'Hiragino Kaku Gothic Std', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-size: 15px;
	font-weight: 800;
	line-height: 22px;
	white-space: nowrap;
}

.post-sns {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 16px;
	min-height: 157px;
	padding: 24px 30px;
}

.post-sns p {
	width: 100%;
	height: 23px;
	margin: 0;
	font-family: 'Noto Sans JP', 'Source Han Sans JP', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
}

.post-sns .sns-share {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	gap: 10px;
	width: 315px;
	max-width: 100%;
	height: 70px;
	margin: 0;
}

.post-sns .sns-share li {
	box-sizing: border-box;
	width: 110px;
	height: 30px;
	margin: 0;
	padding: 0;
}

.post-sns .sns-share li a {
	display: block;
	width: 110px;
	height: 30px;
	padding: 0;
	background: none;
	border-radius: 3px;
}

.post-sns .sns-share img {
	display: block;
	width: 110px;
	height: 30px;
}

@media (min-width: 768px) {
	.post-inarticle-banner {
		width: 680px;
		height: auto;
		padding-top: 0;
		position: static;
	}

	.post-inarticle-banner__inner {
		aspect-ratio: 680 / 231;
		background-image: url('/static/img/bnr_article_bg_pc.png');
	}

	.post-inarticle-banner__device {
		top: 27px;
		bottom: auto;
		left: 34px;
		width: 172px;
	}

	.post-inarticle-banner__content {
		top: 20px;
		left: 224px;
		right: auto;
		width: 351px;
		text-align: left;
	}

	.post-inarticle-banner__tagline {
		width: 351px;
		margin-right: 0 !important;
		margin-left: 0 !important;
		font-size: 27.6978px;
		line-height: 42px !important;
	}

	.post-inarticle-banner__logotype {
		width: 315px;
		margin: 6px 0 0 3px;
	}

	.post-inarticle-banner__stores {
		position: absolute;
		top: 135px;
		left: 4px;
		right: auto;
		display: flex;
		gap: 10px;
		margin-top: 0;
	}

	.post-inarticle-banner__store {
		display: block !important;
		width: 141px;
	}

	.post-inarticle-banner__app-icon {
		top: 133px;
		right: 55px;
	}

	.post-inarticle-banner__app-icon-pop {
		top: -27px;
		right: -34px;
	}

	.post-twitter__icon--sp {
		display: none;
	}

	.post-twitter__icon--pc {
		display: block;
		width: 30px;
	}

	.post-sns {
		min-height: 117px;
		margin: 15px 0;
	}

	.post-sns .sns-share {
		width: 620px;
		height: 30px;
		flex-wrap: nowrap;
	}

}
