@charset 'utf-8';

body {
	background-image:
		url("/advance/common/home/img/bg_top_pc.png"),
		url("/advance/common/home/img/bg_top_pc_top.png"),
		url("/advance/common/img/bg.jpg");
	background-repeat:
		no-repeat,
		repeat-x,
		repeat-y;
	background-position:
		center top,
		center top,
		center top;
	background-size:
		1280px auto,
		auto 640px,
		100% auto;
}
header {
	height:309px;
}
header h1 {
	overflow: hidden;
	white-space: nowrap;
	text-indent: -300%;
	background:url(/advance/common/img/main_ttl_pc.png) no-repeat left top;
	background-size:100% auto;
	position: absolute;
	left:316px;
	top:72px;
	width:352px;
	height:144px;
}

@media (max-width: 667px){
	body {
		background-image:
			url("/advance/common/home/img/bg_top_sp.png"),
			url("/advance/common/img/bg.jpg");
		background-repeat:
			no-repeat,
			repeat-y;
		background-position:
			center top,
			center top;
		background-size:
			100% auto,
			100% auto;
	}
	header {
		height:auto;
	}
	header h1 {
		position: static;
		background:url(/advance/common/img/main_ttl_sp.png) no-repeat left top;
		background-size:100% auto;
		width:60.63%;
		height:0;
		padding-top:20.16%;
		margin:0 auto 17%;
		clear:both;
	}
}

/*
main
--------------------------------------------------------------------
*/
main {
	padding-bottom:64px;
}
main .pickup {
	width:494px;
	float:left;
	background:#ffffff;
	padding:8px;
	position: relative;
	margin: 0 12px 12px 0;
}
main .pickup .slick-slide .inner {
	position: relative;
	padding:12px;
}
main .pickup .slick-slide .inner:before {
	content:"";
	position:absolute;
	top:2px;
	left:22px;
	width:79px;
	height:79px;
	background: url(/advance/common/home/img/icon_pickup.png) no-repeat left top;
	background-size:79px;
	z-index:2;
}
main .pickup .inner .img {
	position:relative;
	margin-bottom:12px;
	height:395px;
	width:454px;
	overflow: hidden;
}
main .pickup img {
	width:100%;
}
main .pickup .inner img {
	width:auto;
	height: 100%;
	margin-left:-15.2%;
}
main .pickup .img span {
	position:absolute;
	right:0;
	bottom:0;
	width:44px;
	height:21px;
	font-size:10px;
	line-height: 2;
	background:#ffffff;
	text-align: center;
	display:block;
	color:#ef7a74;
	font-family:"游ゴシック体", "Yu Gothic",YuGothic, "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
main .pickup .text .serial {
	display:inline-block;
	border:1px solid #ffb6b2;
	padding:3px 7px 0;
	color:#ef7a74;
	font-size:10px;
	margin-bottom:8px;
}
main .pickup .text .title {
	font-size:16px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 5px;
}
main .pickup .text .date {
	font-size:12px;
	color:#838383;
	font-family:"游ゴシック体", "Yu Gothic",YuGothic, "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
main .pickup .slick-prev {
	border:none;
	background: url(/advance/common/home/img/arrow_prev.png) no-repeat left top transparent;
	background-size:32px 32px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: -500%;
	width:32px;
	height:32px;
	position:absolute;
	top:50%;
	left:5px;
	z-index:2;
	cursor: pointer;
	margin-top:-16px;
}
main .pickup .slick-prev:hover {
	opacity: 0.7;
}
main .pickup .slick-next {
	border:none;
	background: url(/advance/common/home/img/arrow_next.png) no-repeat left top transparent;
	background-size:32px 32px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: -500%;
	width:32px;
	height:32px;
	position:absolute;
	top:50%;
	right:5px;
	z-index:2;
	cursor: pointer;
	margin-top:-16px;
}
main .pickup .slick-next:hover {
	opacity: 0.7;
}
main .pickup .slick-dots {
	text-align: center;
	line-height:0;
	position:absolute;
	bottom:26px;
	width:478px;
}
main .pickup .slick-dots li {
	display:inline-block;
}
main .pickup .slick-dots li button {
	background:#d0d0d0;
	border:none;
	overflow: hidden;
	white-space: nowrap;
	text-indent: -300%;
	line-height: 0;
	width:8px;
	height:8px;
	border-radius: 50%;
	display: block;
	margin:0 6px;
	padding:0;
	cursor: pointer;
}
main .pickup .slick-dots li.slick-active button {
	background:#df534c;
}
main .recommend {
	width:474px;
	padding:10px;
	float:left;
	margin:0 0 10px;
	background:#ffffff;
}
main .recommend .title {
	overflow: hidden;
	margin-bottom:8px;
}
main .recommend .title p {
	width:381px;
	height:38px;
	background: url(/advance/common/home/img/recommend_title_pc.jpg) no-repeat left top;
	overflow: hidden;
	white-space: nowrap;
	text-indent: -300%;
	float:left;
}
main .recommend .title a {
	display:block;
	width:93px;
	height:38px;
	background: url(/advance/common/home/img/recommend_link_pc.jpg) no-repeat left top;
	overflow: hidden;
	white-space: nowrap;
	text-indent: -300%;
	float:left;
}
main .recommend ul li {
	border-top:1px solid #e2e3e0;
	padding-top:3px;
	margin-top:2px;
	clear:both;
}
main .recommend ul li:first-child {
	border: none;
}
main .recommend ul li a {
	background:url(/advance/common/img/arrow_link.png) no-repeat right 12px center;
	background-size:8px 13px;
	display:table;
	font-size:14px;
	overflow: hidden;
	width:93%;
	padding-right:7%;
}
main .recommend ul li a span.img {
	width:52px;
	height:46px;
	display:table-cell;
	overflow: hidden;
	border:1px solid #e5e5e5;
}
main .recommend ul li a span.img img {
	width:auto;
	height:100%;
}
main .recommend ul li a span.text {
	display:table-cell;
	vertical-align: middle;
	padding-left: 15px;
}
main .items {
}
main .items .box {
	display:none;
	width:241px;
	margin:0 0 12px 12px;
	float:left;
	background:url(/advance/common/home/img/box_bg_pc.png) no-repeat left bottom;
	position:relative;
}
main .items .box.new:before {
	content:"";
	position:absolute;
	top:0;
	left:10px;
	width:39px;
	height:51px;
	background: url(/advance/common/img/icon_new.png) no-repeat left top;
	background-size:100% auto;
	z-index:2;
}
main .items .box:first-child {
	margin-left:0;
}
main .items .box:nth-child(4n+3) {
	margin-left:0;
	clear:both;
}
main .items .box .img {
	position:relative;
	margin-bottom:10px;
	height:210px;
	width:241px;
	overflow: hidden;
}
main .items .box .img img {
	width:auto;
	height:100%;
	margin-left:-15.35%;
}
main .items .box .img span {
	position:absolute;
	right:0;
	bottom:0;
	width:44px;
	height:21px;
	font-size:10px;
	line-height: 2;
	text-align: center;
	display:block;
	color:#ef7a74;
	background: #ffffff;
	font-family:"游ゴシック体", "Yu Gothic",YuGothic, "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
main .items .box .text {
	padding:0 12px 8px;
}
main .items .box .text .serial {
	display:inline-block;
	border:1px solid #ffb6b2;
	padding:3px 7px 0;
	color:#ef7a74;
	font-size:10px;
	margin-bottom:5px;
}
main .items .box .text .title {
	font-size:13px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 5px;
	height:3em;
}
main .items .box .text .date {
	font-size:10px;
	color:#838383;
	font-family:"游ゴシック体", "Yu Gothic",YuGothic, "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
main .btn_more a {
	display: block;
	clear:both;
	margin:40px auto 0;
	overflow: hidden;
	white-space: nowrap;
	text-indent: -300%;
	background: url(/advance/common/img/btn_more_pc.png) no-repeat left top;
	width:207px;
	height:60px;
}

@media (max-width: 667px){
	main {
		padding-bottom:40px;
	}
	main .pickup {
		width:93.74%;
		margin:0 3.13% 5px;
		padding:1.56%;
	}
	main .pickup .slick-prev {
		left:-2%;
	}
	main .pickup .slick-next {
		right:-2%;
	}
	main .pickup .slick-slide .inner {
		position: relative;
		padding: 2.59%;
	}
	main .pickup .slick-slide .inner::before {
		top: 1%;
		left: 6.5%;
		width: 15.33%;
		height: 0;
		padding-top:15.33%;
		background: url(/advance/common/home/img/icon_pickup.png) no-repeat left top;
		background-size: 96%;
	}
	main .pickup .inner .img {
		width:100%;
		height:0;
		padding-top:94.12%;
	}
	main .pickup .inner img {
		position:absolute;
		top:0;
		left:0;
	}
	main .pickup .slick-dots {
	    width: 93.74%;
	    bottom:15px;
	}
	main .pickup .text .serial {
		font-size:9px;
		margin-bottom: 2px;
	}
	main .pickup .text .title {
		font-size:11px;
		line-height: 1.3;
	}
	main .pickup .text .date {
		font-size:10px;
	}
	main .recommend {
		width:88.74%;
		margin:0 3.13% 5px;
		padding: 7px 2.5%;
		float: none;
		clear:both;
	}
	main .recommend .title p {
		width: 71.93%;
		height: 0;
		padding-top:13.33%;
		background: url(/advance/common/home/img/recommend_title_sp.jpg) no-repeat left top;
		background-size: 100% auto;
	}
	main .recommend .title a {
		display: block;
		width: 28.07%;
		height: 0;
		padding-top:13.33%;
		background: url(/advance/common/home/img/recommend_link_sp.jpg) no-repeat left top;
		background-size: 100% auto;
	}
	main .recommend ul li a {
		font-size:12px;
	}
	main .recommend ul li a span.img {
		width:23%;
		margin-right:4%;
		height:0;
		padding-top:18.87%;
		position: relative;
	}
	main .recommend ul li a span.img img {
		position: absolute;
		top:0;
		left:0;
		height:100%;
		width:auto;
	}
	main .recommend ul li a span.text {
		width:62%;
	}
	main .items {
		width:93.74%;
		margin:0 3.13% 15px;
	}
	main .items .box {
		display:none;
		width:49.17%;
		margin:0 0 5px;
		float:right;
		background:url(/advance/common/home/img/box_bg_sp.png) no-repeat left bottom;
		background-size:100% auto;
	}
	main .items .box.new:before {
		left:5%;
		width:15.93%;
		height:0;
		padding-top:21.02%;
	}
	main .items .box.first:first-child {
		margin-left:0;
	}
	main .items .box.first:nth-child(4n+3) {
		margin-left:0;
		clear:none;
	}
	main .items .box.second:nth-child(4n+1) {
		margin-left:0;
		clear:none;
	}
	main .items .box.first:nth-child(2n+1),
	main .items .box.second:nth-child(2n+1) {
		float:left;
		clear:both;
	}
	main .items .box .img {
		margin-bottom:6px;
		width:100%;
		height:0;
		padding-top:87.46%;
	}
	main .items .box .img img {
		position:absolute;
		top:0;
		left:0;
	}
	main .items .box .img span {
		font-size:9px;
		width: 38px;
		height: 18px;
	}
	main .items .box .text {
		padding: 0 5.08% 6px;
	}
	main .items .box .text .serial {
		font-size:9px;
		padding: 3px 7px 0;
		margin-bottom: 2px;
	}
	main .items .box .text .title {
		font-size:11px;
		line-height: 1.3;
		height:3.9em;
	}
	main .items .box .text .date {
		font-size:9px;
	}
	main .btn_more a {
		margin:0 3.13%;
		background: url(/advance/common/img/btn_more_sp.png) no-repeat left top;
		background-size:100% auto;
		width:93.74%;
		height:0;
		padding-top:16.67%;
	}
}