@charset "utf-8";


/*=============================================
	for less than 480px
=============================================*/

#main-visual {
	position: relative;
	z-index: 11;
	margin-bottom: 20px;
}
#contents {
	position: relative;
	z-index: 12;
}
#category {
	position: relative;
	z-index: 13;
}

.content-inner,
#main-visual {
	width: 100%;
}
#main-visual .bx-wrapper {
	margin-bottom: 40px;
}
#main-visual .bx-wrapper .bx-viewport {
	left: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	background: #fff;
}
#main-visual .bx-wrapper .bx-pager {
	bottom: -40px;
}
#main-visual .bx-wrapper .bx-prev,
#main-visual .bx-wrapper .bx-next {
	display: none;
}

.contents-inner {
	font-size: 13px;
}

#news-area {
	position: relative;
	z-index: 14;
	margin: 0 0 10px -5px;
	padding: 15px 0 20px;
	background: url(../img/bg-news.png) no-repeat center top;
	background-size: 100% 100%;
}
#news-area h2 {
	position: relative;
	overflow: hidden;
	width: 90%;
	height: 0;
	margin: 0 auto 15px;
	padding-top: 13.7529137%;
	background: url(../../img/tit-news.png) no-repeat 0 center;
	background-size: contain;
	text-indent: 100%;
	white-space: nowrap;
}
#news-area span {
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -12px;
}
#news-area span a {
	padding-left: 25px;
	background: url(../img/ico-arrow.png) no-repeat 0 center;
	font-size: 12px;
	text-decoration: none;
}
#news-area dl {
	margin: 0 15px 0 25px;
}
#news-area dd {
	margin-bottom: 10px;
}
#banner-area {
	position: relative;
	z-index: 15;
	margin-bottom: 20px;
}
#banner-area ul {
	margin: 0 10px;
}
#banner-area li {
	margin-bottom: 8px;
}
.items h2,
.categories h2 {
	margin-bottom: 5px;
	padding: 0 0 8px 12.5%;
	background: url(../img/bg-h2.png) no-repeat 0 center;
	background-size: contain;
	font-weight: bold;
	font-size: 14px;
}
#category h2 {
	margin-bottom: 0;
	background-image: url(../img/bg-h2-cat.png);
}
#category h3 {
	font-size: 14px;
}
#category p {
	font-size: 12px;
}
#pick-up {
	margin-top: 20px;
}
.items .bx-wrapper {
	overflow: hidden;
}
.items .bx-wrapper .bx-viewport {
	left: 0;
	margin: 0;
	box-shadow: none;
	border: 0;
	border: 8px #fff solid;
	border-right-width: 19px;
	border-left-width: 19px;
}
.items .bx-wrapper .bx-controls-direction a {
	top: 50%;
	margin-top: -81px;
	width: 19px;
	height: 162px;
}
.items .bx-wrapper .bx-prev {
	left: 0;
	background: url(../img/ico-prev.png) no-repeat 0 center;
	background-size: contain;
}
.items .bx-wrapper .bx-next {
	right: 0;
	background: url(../img/ico-next.png) no-repeat right center;
	background-size: contain;
}
.items {
	position: relative;
}
.item {
	/*width: 100px !important;*/
	height: 120px !important;
	margin-right: 12px !important;
}
.item a {
	color: #1f3763;
	font-size: 12px;
}
.item .image,
.category .image {
	margin-bottom: 5px;
}
img.slide {
	height: 100px !important;
	margin: 0 auto;
	text-align: center;
}
#category {
	position: relative;
	margin: 30px 0 20px;
	padding: 10px 0;
	background: #e3dab9;
}
#category a {
	text-decoration: none;
}
.category-inner {
	position: relative;
}
#category .button {
	position: absolute;
	top: 0;
	right: 10px;
}
#category .button a {
	padding-left: 25px;
	background: url(../img/ico-arrow.png) no-repeat 0 center;
	font-size: 12px;
	text-decoration: none;
}
.categories .bx-wrapper {
	margin: 0 19px !important;
}
.categories .bx-wrapper .bx-viewport {
	left: 0;
	box-shadow: none;
	border: none;
	background: transparent;
}
.categories .bx-wrapper .bx-controls-direction a {
	top: 50%;
	margin-top: -13px;
	width: 12px;
	height: 26px;
}
.categories .bx-wrapper .bx-prev {
	left: -19px;
	background: url(../img/ico-cat-prev.png) no-repeat 0 center;
	background-size: contain;
}
.categories .bx-wrapper .bx-next {
	right: -19px;
	background: url(../img/ico-cat-next.png) no-repeat right center;
	background-size: contain;
}
.categories ul {
	width: 210px;
	margin: 0 auto;
}
.categories ul:after {
	content: ""; display: block; clear: both; height: 0; visibility: hidden; font-size: 0;
}
.categories li {
	width: 210px;
	margin-bottom: 15px;
}
#button-area ul {
	width: 80%;
	margin: 0 auto;
}
#button-area li {
	margin-bottom: 8px;
}
#button-area .contact {
	display: none;
}
#facebook {
	display:none;
	margin: 20px 10px 0;
}


/*=============================================
	for greater than 400px
=============================================*/

@media screen and (min-width: 400px) {
	#news-area dl {
		margin-left: 35px;
	}
	#news-area dt {
		clear: left;
		float: left;
		margin-bottom: 10px;
	}
	#news-area dd {
		padding-left: 6.5em;
	}
	#button-area ul {
		width: 100%;
	}
	#button-area li {
		float: left;
		width: 47.5%;
		margin: 0 1.25%;
		text-align: center;
	}
	#button-area li.company {
		margin-right: .625%;
	}
	#button-area li.shop {
		margin-left: .625%;
	}
	.categories ul {
		width: auto;
	}
	.categories li {
		float: left;
		width: 44%;
		margin: 0 3% 10px;
	}
}


/*=============================================
	for greater than 480px
=============================================*/

@media screen and (min-width: 480px) {
	#news-area {
		left: -5px;
		width: 480px;
		margin: 0 auto 15px;
	}
	#news-area h2 {
		width: 429px;
		height: 59px;
		/*margin: 5px 0 15px 24px;*/
		padding-top: 0;
	}
	#news-area span {
		top: 15px;
		margin-top: 0;
	}
	#news-area dl {
		margin: 0 10px 0 35px;
	}
	#banner-area ul {
		width: 450px;
		margin: 0 auto;
	}
	#banner-area li {
		margin-bottom: 10px;
	}
	.items h2,
	.categories h2 {
		overflow: hidden;
		position: relative;
		margin-bottom: 10px;
		padding: 0;
		text-indent: 100%;
		white-space: nowrap;
	}
	#recommended h2 {
		background: url(../../img/tit-recommended.png) no-repeat 0 center;
		background-size: auto 100%;
	}
	#pick-up h2 {
		background: url(../../img/tit-pickedout.png) no-repeat 0 center;
		background-size: auto 100%;
	}
	#category h2 {
		margin-bottom: 10px;
		background: url(../../img/tit-category.png) no-repeat 0 center;
		background-size: auto 100%;
	}
	.category-inner {
		padding: 8px 0 10px;
	}
	#category .button {
		right: 20px;
	}
}
@media screen and (min-width: 500px) {
	.categories ul {
		width: 450px;
		margin: 0 auto;
	}
	.categories li {
		width: 210px;
		margin: 0 30px 10px 0;
	}
	.categories li:nth-child(2n) {
		margin-right: 0;
	}
}


/*=============================================
	for greater than 640px
=============================================*/

@media screen and (min-width: 640px) {
	.item {
/*		width: 150px !important;*/
		height: 200px !important;
		margin-right: 33px !important;
	}
	img.slide{
		height: 150px !important;
		margin: 0 auto;
		text-align: center;
	}
	.items .bx-wrapper .bx-controls-direction a {
		top: 50%;
		margin-top: -108px;
		width: 25px;
		height: 216px;
	}
}
@media screen and (min-width: 670px) {
	#button-area ul {
		width: 640px;
	}
	#button-area li {
		width: 310px;
		margin: 0 6px;
	}
	#button-area li:first-child,
	#button-area li:last-child {
		margin: 0 4px;
	}
}


/*=============================================
	for greater than 768px
=============================================*/

@media screen and (min-width: 768px) {
	#contents {
		position: relative;
	}
	#main-visual .bx-wrapper {
		margin-bottom: 40px;
	}
	#main-visual .bx-wrapper .bx-pager {
		display: none;
	}
	#main-visual .bx-wrapper .bx-prev {
		display: inline-block;
		left: 10px;
		background: url(../img/ico-cat-prev.png) no-repeat 0 center;
	}
	#main-visual .bx-wrapper .bx-next {
		display: inline-block;
		right: 10px;
		background: url(../img/ico-cat-next.png) no-repeat right center;
	}
	#news-area {
		float: right;
		width: 50%;
		height: 0;
		margin: 0 0 10px -5px;
		padding: 15px 0 33.1583333%;
	}
	#news-area h2 {
		width: 90%;
		height: 0;
		margin: 0 auto 15px;
		padding-top: 13.7529137%;
	}
	#news-area span {
		top: 50%;
		margin-top: -12px;
	}
	#news-area dl {
		margin: 0 15px 0 35px;
	}
	#banner-area {
		position: relative;
		float: left;
		width: 50%;
		z-index: 20;
	}
	#banner-area ul {
		width: 95%;
	}
	#recommended h2,
	#pick-up h2,
	#category h2 {
		background-position: center center;
	}
	.item a {
		font-size: 13px;
	}
	.categories ul {
		width: auto;
		margin: 0 10px;
	}
	.categories li {
		width: 21.875%;
		margin-right: 4.166%;
	}
	.categories li:nth-child(2n) {
		margin-right: 4.166%;
	}
	.categories li:last-child {
		margin-right: 0;
	}
	#button-area ul {
		width: 100%;
	}
	#button-area li {
		width: 32.3%;
		margin: 0 .5%;
	}
	#button-area li.shop {
		margin-left: .5%;
		background: #fff;
	}
	#button-area li.company {
		margin-right: .5%;
	}
	#button-area li.contact {
		display: block;
	}
	.bg-04 {
		display: block;
		overflow: hidden;
		position: absolute;
		/*top: 1610px;*/
		bottom: 280px;
		left: 0;
		z-index: 4;
		width: 216px;
		height: 289px;
		background: url(../img/bg-body-04.png) no-repeat 0 0;
		background-size: 80% auto;
	}
}


/*=============================================
	for greater than 808px
=============================================*/

@media screen and (min-width: 808px) {
	.items h2,
	.categories h2 {
		height: 28px;
	}
	#recommended h2,
	#pick-up h2,
	#category h2 {
		background-position: 0 center;
	}
	.categories ul {
		margin: 0 10px;
	}
	.categories li {
		width: 21.875%;
		margin-right: 4.166%;
	}
	.bg-04 {
		/*top: 1910px;*/
	}
}


/*=============================================
	for greater than 980px
=============================================*/

@media screen and (min-width: 980px) {
	.contents-inner,
	#main-visual {
		width: 960px;
		margin: 0 auto;
	}
	#main-visual .bx-wrapper {
		margin-bottom: 30px;
	}
	.contents-inner {
		font-size: 14px;
	}
	#news-area {
		left: 0;
		width: 480px;
		min-height: 350px;
		margin-bottom: 0;
		padding: 0;
		background-size: contain;
	}
	#news-area h2 {
		width: 429px;
		height: 59px;
		margin: 22px 0 15px 26px;
		padding: 0;
		background-size: 100% auto;
	}
	#news-area h2 span {
		right: 0;
	}
	#news-area dl {
		margin: 0 5px 0 50px;
	}
	#news-area dt,
	#news-area dd {
		margin-bottom: 15px;
	}
	#banner-area {
		width: 450px;
		margin: 10px 0 0;
	}
	#banner-area ul {
		width: 100%;
	}
	#banner-area li {
		margin-bottom: 15px;
	}
	#recommended {
		margin: 40px 0 60px;
	}
	.items h2,
	.categories h2 {
		overflow: hidden;
		position: relative;
		z-index: 100;
		width: 960px;
		height: 26px;
		margin-bottom: 18px;
		text-indent: 100%;
		white-space: nowrap;
	}
	#recommended h2 {
		background: url(../../img/tit-recommended.png) no-repeat center center;
	}
	.item a {
		font-size: 14px;
	}
	#pick-up h2 {
		background: url(../../img/tit-pickedout.png) no-repeat center center;
	}
	.pattern {
		position: absolute;
		top: -90px;
		left: -30px;
		width: 209px;
		height: 209px;
		background: url(../img/bg-pattern.png) no-repeat center center;
	}
	#recommended .pattern {
		z-index: 3;
	}
	#pick-up .pattern {
		z-index: 2;
	}
	#recommended.items .bx-wrapper .bx-viewport {
		z-index: 30;
	}
	#pick-up.items .bx-wrapper .bx-viewport {
		z-index: 20;
	}
	.items .bx-wrapper {
		overflow: inherit;
	}
	.items .bx-wrapper .bx-viewport {
		left: -39px;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		border: 8px #fff solid;
		border-right-width: 39px;
		border-left-width: 39px;
	}
	.items .bx-wrapper .bx-controls-direction a {
		top: 50%;
		margin-top: -108px;
		width: 25px;
		height: 215px;
	}
	.items .bx-wrapper .bx-prev {
		left: -39px;
		background: url(../img/ico-prev.png) no-repeat 0 center;
	}
	.items .bx-wrapper .bx-next {
		right: -39px;
		background: url(../img/ico-next.png) no-repeat right center;
	}
	#category {
		width: 100%;
		margin-top: 60px;
		padding-top: 0;
		background: url(../img/bg-category.jpg);
	}
	.category-inner {
		width: 960px;
		margin: 0 auto;
		padding: 25px 0 20px;
		background: url(../img/bg-category-design.jpg) no-repeat right top;
	}
	#category h2 {
		margin-bottom: 20px;
		background: url(../../img/tit-category.png) no-repeat center center;
	}
	#category h3 {
		margin-bottom: 5px;
		font-family: 'Times New Roman','ヒラギノ明朝 ProN W3','Hiragino Mincho ProN','HG明朝E',serif;
		font-size: 18px;
	}
	#category p {
		font-size: 13px;
	}
	#category .button {
		right: 0;
	}
	#category .button a {
		display: block;
		overflow: hidden;
		width: 125px;
		height: 25px;
		padding-left: 0;
		background: url(../../img/btn-category.png) no-repeat center center;
		text-indent: 100%;
		white-space: nowrap;
	}
	.categories .bx-wrapper {
		margin: 0 auto !important;
	}
	.categories .bx-wrapper .bx-viewport {
		left: 1px;
		width: 892px;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		border: none;
		background: transparent;
	}
	.categories .bx-wrapper .bx-controls-direction a {
		top: 50%;
		margin-top: -18px;
		width: 16px;
		height: 35px;
	}
	.categories .bx-wrapper .bx-prev {
		left: -32px;
		background: url(../img/ico-cat-prev.png) no-repeat 0 center;
	}
	.categories .bx-wrapper .bx-next {
		right: -32px;
		background: url(../img/ico-cat-next.png) no-repeat right center;
	}
	.categories ul {
		margin: 0;
	}
	.categories li {
		width: 210px;
		margin-right: 40px;
	}
	.category .image {
		margin-bottom: 16px;
	}
	#button-area {
		width: 960px;
		margin: 50px auto;
	}
	#button-area ul {
		width: 960px;
	}
	#button-area li {
		float: left;
		margin: 0 13px 0 0;
	}
	#button-area li.company {
		margin: 0 13px 0 0;
	}
	#button-area li.shop {
		margin: 0 13px 0 0;
	}
	#button-area li.contact {
		display: block;
		margin: 0;
	}
	#facebook {
		width: 960px;
		margin: 0 auto;
	}
}


/*=============================================
	for greater than 1024px
=============================================*/

@media screen and (min-width: 1024px) {
	#main-visual .bx-wrapper .bx-prev {
		left: -32px;
	}
	#main-visual .bx-wrapper .bx-next {
		right: -32px;
	}
}
