
@charset "utf-8";
/*!
 * home CSS
 * ---------------------------------------------
 * トップページのcss
 * 
 */

/*===================================
	font	
=====================================*/

.newsList li,.newsList li a,.newsList li a:visited {
	color: #6d4016;
}
.newsList li {
	font-size: 92.8%;/*13px*/
}
.newsList li {
	font-weight: bold;
}

/*===================================
	layout	
=====================================*/

.logo {
	width: 307px;
	height: 336px;
	background: url(../images/home/renewal/logo.png) no-repeat 0 20px;
}
.logo a {
	width: 307px;
	height: 336px;
}
.logo img {
	display: none;
}
#footer {
	padding-top: 18px;
}
.wrapper {
	
}
.infoBlock {
	height: 240px;
	margin: 0 0 9px 0;
	background: url(../images/home/renewal/bg_info.png) no-repeat 0 0;
}
.newsBlock {
	height: 59px;
	margin: 0;
	background: url(../images/home/renewal/bg_news.png) no-repeat 0 0;
}


/*  sprite
---------------------------------*/

.imgtxt,
.infoImage span,
.newsList li,
.moreLink a {
	background: url(../images/home/renewal/sprite_top.png) no-repeat;
}
.visualLst li a,
.infoImage span,
.moreLink a {
	display: block;
	text-indent: -999em;
}
.visualLst li a:hover,
.infoImage a img:hover,
.moreLink a:hover {
	opacity: .7;
}

/*  角丸
---------------------------------*/

.block  {
	border-radius: 18px;
}
.infoImage li {
	border-radius: 8px;
}
.infoImage img {
	border-radius: 2px;
}

/*===================================
	Visual Content	
=====================================*/

.visualContent {
	position: relative;
	/*z-index: 1;*/
	height: 591px;
	margin-top: -304px;
	background: url(../images/home/renewal/201711/bg_visual.png) no-repeat 50% 0;
}
.visualContent a {
	display: block;
}
.visualContent figure li {
	position: absolute;
}
.v1 {
	top: 88px;
	left: 20px;
	z-index: 5;
}
.v2 {
	top: 136px;
	left: 675px;
	z-index: 10;
	width: 290px;
	height: 381px;
	background: url(../images/home/renewal/201711/license.png) no-repeat 0 0;
	cursor: pointer;
}
.v2:hover {
	background-image: url(../images/home/renewal/201711/license_on.png);
}
.v2 img.sp-hidden {
	width: 290px;
	height: 381px;
}
.v3 {
	top: 388px;
	left: 10px;
	z-index: 12;
}


/*===================================
	Info Block	
=====================================*/

.infoBlock {
	position: relative;
	z-index: 15;
}
.infoBlock h2 {
	height: 40px;
	padding-top: 11px;
	margin-bottom: 8px;
}
.infoBlock h2 .imgtxt {
	width: 244px;
	height: 40px;
	margin: auto;
	background-position: 0 0;
}
.infoImage {
	overflow: hidden;
	zoom: 1;
	margin-left: 28px;
}
.infoImage li {
	position: relative;
	float: left;
	margin: 2px 2px 2px 10px;
	border: solid 5px #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.2);
}
.infoImage li img {
	width: 198px;
}
.infoImage span {
	position: absolute;
	top: 5px;
	left: 4px;
	width: 46px;
	height: 38px;
}
.infoImage span.new {
	background-position: 0 -280px;
}
.infoImage span.pickup {
	background-position: -95px -280px;
}

/*===================================
	news Block
=====================================*/

.newsBlock .blkInner {
	height: 59px;
}
.newsBlock h2 {
	float: left;
	margin-right: 25px;
	padding: 12px 0 0 10px;
}
.newsBlock h2 .imgtxt {
	width: 181px;
	height: 38px;
	background-position: 0 -154px;
}
.moreLink {
	float: left;
	margin-top: 20px;
}
.moreLink a {
	width: 80px;
	height: 21px;
	background-position: 0 -197px;
}
.newsList {
	overflow: hidden;
	height: 18px;
	padding: 19px 10px 0 69px;
}
.newsList li {
	padding-left: 25px;
	background-position: -590px -62px;
}
.newsList li a {
	color: #e90011;
}
time,
.newsList li h3 {
	display: inline;
}
.newsList li h3 {
	padding-left: 12px;
}


/************************************************************************************
smaller than 700
*************************************************************************************/
@media screen and (max-width: 640px) {
	
	/*===================================
		font
	=====================================*/
	
	.newsList li h3 a,.newsList li h3 a:visited{
		color: #e60012;
	}
	
	/*===================================
		layout	
	=====================================*/
	
	.logo {
		width: auto;
		height: auto;
		background: none;
	}
	.logo img {
		display: block;
		margin: auto;
	}
	.logo a {
		width: 238px;
		height: 249px;
	}
	#footer {
		padding-top: 60px;
	}
	.infoBlock,
	.newsBlock {
		height: auto;
	}
	.infoBlock,
	.newsBlock {
		margin-bottom: 12px;
		padding-bottom: 23px;
		background: url(../images/home/renewal/bg_block_sp_btm.png) no-repeat 50% 100%;
	}
	.infoBlock .infoImage,
	.newsBlock ul {
		background: url(../images/home/renewal/bg_block_sp_cent.png) repeat-y 50% 0;
	}
	/*  sprite
	---------------------------------*/
	
	.detailBlock a,
	time:before {
		background: url(../images/home/renewal/sprite_top.png) no-repeat;
	}
	.detailBlock a {
		display: block;
		text-indent: -999em;
	}
	
	/*  角丸
	---------------------------------*/
	
	.infoImage li {
		border-radius: 18px;
	}
	.infoImage img {
		border-radius: 10px;
	}
	
	/*===================================
		visualContent	
	=====================================*/
	
	.visualContent {
		height: 1333px;
		margin-top: -220px;
		background-image: url(../images/home/renewal/201711/bg_visual_sp.png);
	}
	.v1 {
		top: 222px;
		left: 66px;
	}
	.v2 {
		top: 900px;
		left: 0;
		width: auto;
		height: auto;
		background: none;
	}
	.v2:hover {
		background-image: none;
	}
	.v2 img {
		display: block;
		width: auto;
		height: auto;
	}
	.v3 {
		top: 606px;
		left: 0;
		z-index: 10;
	}
	
	/*===================================
		detail Block	
	=====================================*/
	
	.detailBlock {
		position: absolute;
		top: 809px;
		margin: 0 -1px 10px 0;
	}
	.detailBlock a {
		width: 617px;
		height: 80px;
		background-position: 0 -410px;
	}
	
	/*===================================
		Info Block	
	=====================================*/
	
	.infoImage span.new {
		background-position: 0 -280px;
	}
	.infoImage span.pickup {
		background-position: -95px -280px;
	}
	.infoBlock {
		margin: 0 0 12px;
	}
	.infoBlock h2 {
		height: 70px;
		margin: 0;
		padding-top: 34px;
		background: url(../images/home/renewal/bg_info_sp_top.png) no-repeat 50% 0;
	}
	.infoBlock h2 .imgtxt {
		width: 333px;
		height: 44px;
		margin: auto;
		background-position: 0 -62px;
	}
	.infoImage {
		margin-left: 0;
	}
	.infoImage li {
		margin: 2px 2px 20px 20px;
		border-width: 8px;
	}
	.infoImage li img {
		width: 262px;
	}
	.infoImage span {
		top: 10px;
		left: 10px;
		width: 59px;
		height: 50px;
	}
	.infoImage span.new {
		background-position: 0 -328px;
	}
	.infoImage span.pickup {
		background-position: -95px -328px;
	}
	
	/*===================================
		news Block	
	=====================================*/
	
	.newsBlock {
		overflow: inherit;
		position: relative;
		margin: 0 0 11px;
	}
	.newsBlock .blkInner {
		height: auto;
	}
	.newsBlock h2 {
		float: none;
		height: 90px;
		margin: 0;
		padding: 17px 0 0 0;
		background: url(../images/home/renewal/bg_news_sp_top.png) no-repeat 50% 0;
	}
	.newsBlock h2 .imgtxt {
		width: 402px;
		height: 77px;
		margin-left: 20px;
		background-position: -220px -154px;
	}
	.moreLink {
		position: absolute;
		top: 16px;
		right: 20px;
		margin: 0;
	}
	.moreLink a {
		width: 75px;
		height: 75px;
		background-position: -95px -197px;
	}
	.newsList {
		clear: both;
		overflow: inherit;
		height: auto;
		margin: 0;
		padding: 14px 20px 0;
		
	}
	.newsList li {
		margin-bottom: 14px;
		padding: 0 0 14px;
		background: url(../images/home/renewal/bd_news.png) repeat-x 0 100%;
	}
	.newsList li:nth-last-of-type(1) {
		margin: 0;
		padding: 0;
		background: none;
	}
	time,
	.newsList h3 {
		display: block;
		font-weight: normal;
	}
	time {
		margin-bottom: 0.2em;
	}
	time:before {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 29px;
		height: 28px;
		margin: -2px 4px 0 0;
		background-position:  -590px -115px;
	}
	.newsList h3 {
		margin: 0 0 0 21px;
		line-height: 1.2;
	}
	
	/*===================================
		attentionBan	
	=====================================*/
	
	.attentionBan p {
		height: 50px;
	}
	.attentionBan a {
		top: 0;
		left: 0;
		width: 608px;
		height: 74px;
		background-position: 0 -280px;
	}
	.attentionBan a:hover {
		background-position: 0 -362px;
	}
	
	
}

