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


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

#article .itemNav {
	margin-bottom: 80px;
}
#article .itemNav li {
	display: inline-block;
}
#article .itemNav a {
	display: block;
	width: 1.5em;
	margin: 20px 10px 0 0;
	border-radius: 50%;
	background: #ffdb3f;
	color: #fff;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
}


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

#article .itemWrap {
	margin: 0 -10px;
}

#article .itemBox {
	padding: 0 10px;
	box-sizing: border-box;
}
#article .itemBox.half {
	float: left;
	width: 50%;
}
#article .itemBox.all {
	clear: both;
	width: 100%;
}

/* [ 見出し ] */
#article .itemBox .head {
	margin-bottom: 10px;
}
#article .itemBox h3 {
	margin-bottom: 0;
	text-align: center;
}
#article .itemBox h3 b {
	display: inline-block;
	position: relative;
	width: 1.5em;
	margin: 20px 10px 0 0;
	border-radius: 50%;
	background: #ffdb3f;
	color: #fff;
	font-size: 3rem;
	line-height: 1.5em;
}
#article .itemBox h3 b::before {
	position: absolute;
	top: -20px;
	left: -10px;
	width: 150%;
	color: #000;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1;
	content: "＼ITEM／";
}
#article .itemBox h3 span {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: normal;
}

#article .itemBox h3 + p {
	margin: 10px 0;
	line-height: 1.4;
	text-align: center;
}

/* [ インナー ] */
#article .itemBox .inner {
	padding: 20px 20px 1px 20px;
	background: #fefbda;
}


/*======================================================================*
 *  [ lineupList ] 
 *======================================================================*/

#article .lineupList {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
	margin: 0 -9px;
}

#article .lineupList li {
	width: 33.33333333%;
	margin-bottom: 18px;
	padding: 0 9px;
	box-sizing: border-box;
}
#article .itemBox.half .lineupList li {
	width: 71.16564417%;
}

#article .lineupList a {
	display: block;
	position: relative;
	border: 1px solid #fff;
}
#article .lineupList a:hover, 
#article .lineupList a:active {
	border-color: #ffae00 !important;
}

#article .lineupList a figure {
	margin: 0 !important;
}
#article .lineupList a figure img {
	width: 100%;
}

#article .lineupList a p {
	position: absolute;
	bottom: 0;
	margin: 0;
	width: 100%;
	/* min-height: 60px; */
	padding: 10px;
	box-sizing: border-box;
	background: rgba(0,0,0,.5);
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}
#article .lineupList a p span {
	display: inline-block;
	font-size: 1.2rem;
	font-weight: normal;
}
#article .lineupList a > span {
	display: inline-block;
	position: absolute;
	top: -5px;
	left: -5px;
	padding: 2px 5px;
	border-radius: 3px;
	background: #ffae00;
	color: #fff;
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1;
}

#article .lineupList li > p {
	margin-top: 10px;
	line-height: 1.4;
}


/*======================================================================*
 *  [ lineupLink ] 
 *======================================================================*/

#article .lineupLink a {
	display: table;
	position: relative;
	width: 100%;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #fff;
	box-sizing: border-box;
	background: #fff;
}
#article .lineupLink a:hover, 
#article .lineupLink a:active {
	border-color: #ffae00 !important;
}
#article .lineupLink a::after {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 25px;
	height: 25px;
	margin-top: -15px;
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	content: "";
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#article .lineupLink figure {
	display: table-cell;
	width: 35%;
	box-sizing: border-box;
	vertical-align:middle;
}
#article .lineupLink figure img {
	width: 100%;
}

#article .lineupLink p {
	display: table-cell;
	width: 65%;
	padding: 0 30px;
	box-sizing: border-box;
	color: #000;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
	vertical-align:middle;
	text-align: center;
}
#article .lineupLink p span {
	display: inline-block;
	width: 2.5em;
	margin: 5px 0 5px 10px;
	border-radius: 50%;
	background: #ffae00;
	color: #fff;
	font-size: 2rem;
	line-height: 2.5em;
}



/*======================================================================*
 *  [ ITEM 9 ] 
 *======================================================================*/

#item9 .inner + .inner {
	margin-top: 20px;
}

#item9 .title {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}

/* [ lineupList ] */
#item9 .lineupList a > span {
	padding: 5px;
	font-size: 1.6rem;
}



/*======================================================================*
 *  [ Media Queries 716 ] 
 *======================================================================*/

@media screen and (max-width: 716px) {
	
	
}


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

@media screen and (max-width: 568px) {
	
	/*======================================================================*
	 *  [ itemWrap / itemBox ] 
	 *======================================================================*/
	
	#article .itemBox.half {
		float: none;
		width: 100%;
	}
	
	
	/*======================================================================*
	 *  [ lineupList ] 
	 *======================================================================*/
	
	#article .lineupList li, 
	#article .itemBox.half .lineupList li {
		width: 50%;
	}
	
	
	/*======================================================================*
	 *  [ lineupLink ] 
	 *======================================================================*/
	
	#article .lineupLink p span {
		display: block;
		width: 2.5em;
		margin: 5px auto 0 auto;
	}
	
}


/*======================================================================*
 *  [ Media Queries 480 ] 
 *======================================================================*/

@media screen and (max-width: 480px) {
	
	/*======================================================================*
	 *  [ lineupList ] 
	 *======================================================================*/
	
	#article .lineupList li, 
	#article .itemBox.half .lineupList li {
		width: 100%;
	}
	#article .lineupList a > span {
		padding: 5px;
		font-size: 1.6rem;
	}
	
	/*======================================================================*
	 *  [ lineupLink ] 
	 *======================================================================*/
	
	#article .lineupLink a::after {
		top: auto;
		right: 50%;
		bottom: 15px;
		margin-right: -15px;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	
	#article .lineupLink figure, 
	#article .lineupLink p {
		display: block;
		width: 100%;
		margin: 0;
	}
	#article .lineupLink p {
		padding: 10px 0 30px 0;
	}
	
}


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

@media screen and (max-width: 375px) {
	
}

