
.section-title {
	display: flex;
	flex-direction: column-reverse;
	line-height: 1.3;
	text-align: center;
}

.section-title__main {
	font-size: 1.25rem;
	margin-top: .625rem;
}

.section-title__main span {
	display: inline-block;
	padding-bottom: 0.375rem;
	position: relative;
}

.section-title__main span:before {
	background: #333;
	bottom: 0;
	content: "";
	display: inline-block;
	height: 0.1875rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 24%;
	width: 3.125rem;
}

.section-title--white .section-title__main span:before {
	background-color: #fff;
}

.section-title__sub {
	font-family: "Baloo Bhaijaan 2", sans-serif;
	font-size: 1.125rem;
	font-weight: bold;
	text-indent: -0.2em;
}

.section-title__sub span {
	border-right: 1px solid;
	display: inline-block;
	margin-right: 0.5rem;
	/* padding-left: 0.25rem; */
	padding-right: 0.5rem;
}

.section-title--white {
	color: #fff;
}

.section-title--white.character__title span:before,
.section-title--white.space__title span:before {
	background-color: #fff;
}

.section-title__main--instagram {
	position: relative;
}

.section-title__main--instagram span:after {
	background-image: url("../images/common/pc-img/access/access-inistagram-asirai.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 5rem;
	left: min(-5vw - 70%);
	position: absolute;
	position: absolute;
	top: -4.375rem;
	width: 6.25rem;
	z-index: 2;
}

@media screen and (min-width: 768px) {

	.section-title {
		flex-direction: row-reverse;
		justify-content: flex-end;
	}
	
	.section-title__main {
		align-self: center;
		font-size: 2.25rem;
		margin-top: -2.5rem;
		text-align: center;
		width: 100%;
	}
	
	.section-title__main span {
		text-indent: -2.8125rem;
	}
	
	.section-title__main span:before {
		transform: translateX(-75%);
		width: 6.25rem;
	}
	
	.section-title__sub {
		font-size: 2rem;
		letter-spacing: 0.05em;
		line-height: 0.703125;
		writing-mode: vertical-lr;
		display:flex;
	}
	
	.section-title__sub span {
		border-bottom: 3px solid;
		border-right: 0;
		border-right: initial;
		margin-bottom: 1rem;
		padding-bottom: 0.5625rem;
		display:inline-block;
		width:fit-content;
	}
	
	.section__title__main--priceCare.section-title__main {
		margin-top: -7.6875rem;
	}
	
	.section-title__main--instagram {
		margin-top: -11.25rem;
	}
	
	.section-title__main--instagram span:after {
		height: 8.4375rem;
		left: min(-5vw - 95%);
		top: -4.375rem;
		width: 9.1875rem;
	}
}
.page-404__title .section-title__404Span{
	text-indent: 0;
}
