

@media (min-width:750px){
.wrapper {
	display: none;
}
.pc-theme {
	margin-top: 80px;
}
}
@media (max-width: 751px) {
	.pc-theme {
		display: none;
	}
	.pc-theme-story {
	display: none;
}
	.sm-theme01 {
		width: 80%;
		display: block;
		margin-top: 100px;
		margin-right: auto;
		margin-left: auto;
	}
	.sm-theme01-2 {
		margin: 40px;
	}
	.sm-theme01-2-1 {
		font-size: 22px;
		color: red;
		text-align: center;
	}
	.sm-theme01-2-2 {
		font-size: 12px;
	}
	.sm-theme01-3 {
    text-align: center;
    }
    .card__desc {
    	font-size: 13px!important;
    	margin-left: 10%!important;
    	margin-right: 5%!important;
    }
