.sp_view {
	display:block!important;
}
.pc_view {
	display:none!important;
}
.pc_view_inline {
	display:none!important;
}
.background-slide {
	width: 100vw;
}
.main-content {
	top: 0!important;
	left: 0!important;
	border-radius: 0!important;
	margin: 0!important; 
}
.main-content::before {
	border: none!important;
	border-radius: 0!important;
	position: static!important;
	
}
/* ボタンのスタイル */
.buttonNeumorphism {
	height: 50px;
	width: calc(100% / 3 - 5px);
	color: #222;
	background-color: #efefef;
	box-shadow: -4px -4px 8px #fff, 4px 4px 8px rgb(0 0 0 / 24%);
}
.buttonNeumorphism a {
	line-height: 50px;
	color: #1A1A1C;
}
.nav-button {
	background: #efefef;
	z-index: 99;
}
.nav-button_content {
	padding: 10px;
}