@charset "utf-8";



/*======================================================================
　スライダー
======================================================================== */

.slider {
	display: none;
	}

/*======================================================================
　メイン
======================================================================== */

article {
	width: 100%;
	margin: 0;
	position: relative;
	}
	


/*======================================================================
　アーティクル
======================================================================== */

article section h1 {
	padding: 17vw 0;
}

article section h1 span {
	top: 60%;
	}


article section:nth-of-type(2) h1:before {
	background: url(../images/01.png) no-repeat !important;
	background-position: center 9.5vw !important;
	background-size: 16vw !important;
	}

article section:nth-of-type(3) h1:before {
	background: url(../images/02.png) no-repeat !important;
	background-position: center 9.5vw !important;
	background-size: 16vw !important;
	}
	
article section:nth-of-type(5) h1:before {
	background: url(../images/03.png) no-repeat !important;
	background-position: center 9.5vw !important;
	background-size: 16vw !important;
	}

/*----------------------------------------------
　カテゴリ
------------------------------------------------ */	


.category {
	display: none;
	}



/*----------------------------------------------
　特集・企画
------------------------------------------------ */	

.feature {
	display: none;
	}














