/* Y'S GEAR | Y'S GEAR CLUB WEB : layout.css */


/* [ 見出し H3 ] */
#article section h3 {
	padding-bottom: 15px;
	border-bottom: 1px solid #aaa;
	line-height: 1;
}


/*======================================================================*
 *  [ itemBox ] 
 *======================================================================*/

#article .itemBox {
	margin: 0 -8px -30px -8px;
}

#article .itemBox section {
	float: left;
	width: 33.33333333%;
	margin: 0;
	padding: 0 8px;
	box-sizing: border-box;
}
#article .itemBox section:nth-child(4n) {
	clear: both;
}

/* [ 高さ統一用 ] */
#article .itemBox div {
	margin-bottom: 10px;
}

/* [ タイトル ] */
#article .itemBox h4 {
	margin-bottom: 10px;
	padding: 0;
	border: none;
	color: #e84560;
}
#article .itemBox h4 img {
	margin-right: 10px;
	vertical-align: middle;
}

/* [ テキスト ] */
#article .itemBox p {
	margin-bottom: 10px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.8;
}

/* [ リンク ] */
#article .itemBox a {
	display: block;
	padding-left: 17px;
	background: url(../img/icon_link.png) left 2px no-repeat;
	background-size: 14px 14px;
	color: #f08200;
	font-weight: bold;
	line-height: 1.2;
}

/* [ キャプション ] */
#article .itemBox figcaption {
	position: relative;
	margin-top: 20px;
	padding: 10px;
	background: #f9dce1;
	color: #000;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.8;
	text-indent: 0;
}
#article .itemBox figcaption::before {
	position: absolute;
	top: -15px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-bottom: 10px solid #f9dce1;
	content: "";
}


/*======================================================================*
 *  [ rainBox ] 
 *======================================================================*/

#article .rainBox {
	position: relative;
	padding: 30px 20px 50px 20px;
	background: url(../img/bg_rain.png) left top repeat;
}

/* [ タイトル ] */
#article .rainBox h4 {
	margin-bottom: 30px;
	padding: 0;
	border: none;
	text-align: center;
}
#article .rainBox h4 span {
	display: inline-block;
	position: relative;
	padding: 0 2px 2px 2px;
	font-size: 22px;
	font-size: 2.2rem;
	z-index: 1;
}
#article .rainBox h4 span:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: 10px solid #fcf371;
	content: "";
	z-index: -1;
}

/* [ テキスト ] */
#article .rainBox p {
	padding-right: 50%;
}

/* [ リンク ] */
#article .rainBox a {
	display: inline-block;
	position: relative;
	margin-bottom: 15px;
	padding-left: 17px;
	background: url(../img/icon_link.png) left 2px no-repeat;
	background-size: 14px 14px;
	color: #f08200;
	font-weight: bold;
	line-height: 1.2;
	z-index: 1;
}

/* [ ワイズギアガール ] */
#article .rainBox figure {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50%;
	margin-bottom: 0;
	padding-right: 20px;
	box-sizing: border-box;
}


/*======================================================================*
 *  [ Media Queries 568 ] 
 *======================================================================*/

@media screen and (max-width: 568px) {
	
	/*======================================================================*
	 *  [ itemBox ] 
	 *======================================================================*/
	
	#article .itemBox section {
		width: 50%;
	}
	#article .itemBox section:nth-child(2n+1) {
		clear: both;
	}
	#article .itemBox section:nth-child(4n) {
		clear: none;
	}
	
	
	/*======================================================================*
	 *  [ rainBox ] 
	 *======================================================================*/
	
	/* [ テキスト ] */
	#article .rainBox p {
		padding-right: 0;
	}
	
	/* [ ワイズギアガール ] */
	#article .rainBox figure {
		position: relative;
		width: 100%;
		margin: 20px 0 -50px 0;
		text-align: center;
	}
	
}


/*======================================================================*
 *  [ Media Queries 375 ] 
 *======================================================================*/

@media screen and (max-width: 375px) {
	
	/*======================================================================*
	 *  [ itemBox ] 
	 *======================================================================*/
	
	#article .itemBox {
		margin-bottom: 0;
	}
	
	#article .itemBox section {
		float: none;
		width: 100%;
	}
	
}
