/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 27 2025 | 12:40:27 */
/* 下層ページ（プロフィール） */
.profile-image {
	background-image: url(https://webup.jp/oigawa/wp-content/uploads/2025/12/bg.webp);
	background-position: top right;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.profile-image::before {
	content: "";
	inset: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: linear-gradient(45deg, #fff 30%, transparent 80%);
	z-index: 1;
}
.profile-image .swell-block-columns__inner {
	position: relative;
	z-index: 2;
}