@charset "UTF-8";



/* ----------メインタイトル---------- */

/* インデックス用 */

.main_title01,
.main_title02 {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.main_title01 img,
.main_title02 img {
	max-width: 1200px;
	width: 100%;
	position: absolute;
	pointer-events: none;
}

.main_title01 img {
	top: 30px;
}

.main_title02 img {
	top: 10px;
}



/* タブレット用無効化 */

.main_title_t {
	display: none;
}



/* ウィンドウ幅が0?479pxの場合に適用するCSS */
@media screen and ( max-width:479px )
{



/* ----------メインタイトル---------- */

.main_title_t {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.main_title_t img {
	width: 100%;
	position: absolute;
	top: 55px;
	pointer-events: none;
}



/* PC用無効化 */

.main_title01 {
	display: none;
}

.main_title02 {
	display: none;
}



}