/*****************************
------------------------------
@media
------------------------------
*****************************/

/*pctb*/
@media all and (min-width: 768px) {
	.btn05:hover {
		opacity: 1;
	}
	.btn05:hover:after {
		opacity: 0.3;
	}

	.under_page_wrap .btn05 {
		--height: 90px;
		--border-width: 4px;
		font-size: 2rem;
		font-weight: 700;
		width: 500px;
	}

	.under_page_wrap .btn05:before {
		width: 9px;
	}
}

@media all and (min-width: 2200px) {
	.m_feature03 {
		--background: url(../images/top_feature03_bg.jpg) center bottom / max(100%, 1600px) no-repeat;
	}
}

@media all and (min-width: 768px) and (max-width: 1450px) {
.header03 .nav_depth00_ttl {
        letter-spacing: 0;
        font-size: 1.5rem;
    }
}

@media all and (min-width: 768px) and (max-width: 1279px) {
	.header03,
	.m_slider {
		width: 1280px;
	}
}
