@charset "utf-8";

/* ======================================================
 * top.css
====================================================== */

/********************************************************

  for PC LAYOUT

********************************************************/

@media screen and (min-width: 641px) {
	.topicsWrap .newsBlock .title a,
	.topicsWrap .brandsBlock > .moreSwitch > a,
	.infoWrap .infoBtn a,
	.bannerWrap01 .bx-controls-direction a {
		-webkit-transition: all 0.2s linear 0s;
		-moz-transition: all 0.2s linear 0s;
		-ms-transition: all 0.2s linear 0s;
		-o-transition: all 0.2s linear 0s;
		transition: all 0.2s linear 0s;
		text-decoration: none;
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "alpha(opacity=100)";
		zoom: 1;
	}
	.topicsWrap .newsBlock .title a:hover,
	.topicsWrap .brandsBlock > .moreSwitch > a:hover,
	.infoWrap .infoBtn a:hover,
	.bannerWrap01 .bx-controls-direction a:hover {
		opacity: 0.8;
		filter: alpha(opacity=80);
		-ms-filter: "alpha(opacity=80)";
	}
}

/* Format Parts
------------------------------------------------------ */
/* globalHeader */
#globalHeader {
	position: absolute;
	height: 392px;
	background-color: transparent;
}
/* headerLogo */
.headerWrap01 #headerLogo {
	position: absolute;
	top: 85px;
	left: 50%;
	width: 256px;
	margin-left: -128px;
	padding: 0;
	z-index: 10;
}
.headerWrap01 #headerLogo a {
	width: 256px;
	height: 98px;
	margin: 0 auto;
	background-position: 0 -200px;
	cursor: default;
}
/* headerInfo */
.headerWrap01 #headerInfo {
	position: relative;
	z-index: 10;
}
.headerWrap01 #headerInfo .utilMenu {
	right: -3px;
	width: 96px;
	height: 96px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.headerWrap01 #headerInfo .utilMenu > li {
	background-color: transparent;
}
.headerWrap01 #headerInfo .utilMenu > li:nth-child(2) {
	display: none;
}
.headerWrap01 #headerInfo .utilMenu > li:nth-child(1) > a {
	width: 96px;
	height: 96px;
	background-position: -300px -200px;
}
/* headerNavi */
#headerNavi {
	position: absolute;
	bottom: 0;
	width: 100%;
	border-bottom: 2px solid #967e2c;
	background-color: rgba(69, 52, 23, 0.85);
	z-index: 10;
}
#headerNavi .commonMenu > li {
	padding: 5px 0;
}
#headerNavi .commonMenu > .contact {
	display: none;
}
/* contentsWrap */
.contentsWrap {
	width: 100%;
	padding: 0;
}
/* main */
#main {
	float: none;
	width: 100%;
	padding: 0;
}

/* Contents Parts
------------------------------------------------------ */
/* visualWrap */
.visualWrap {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.visualWrap .inner {
	position: relative;
	left: 50%;
	width: 3420px;
	margin-left: -1710px;
	z-index: 1;
}
.visualWrap .lead {
	position: absolute;
	top: 200px;
	width: 100%;
	height: 47px;
	background: url(/img/index_tx01.png) no-repeat 50% 0;
	text-indent: -9999px;
	z-index: 2;
}
.visualWrap .slider li {
	position: relative;
}
.visualWrap .slider li > * {
	display: block;
}
@media screen and (min-width: 641px) {
.visualWrap .slider li {
	width: 1140px !important;
}
.visualWrap .slider li > *:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/img/index_bg02.png) no-repeat 50% 50%;
}
}
.visualWrap .slideSideR,
.visualWrap .slideSideL {
	position: absolute;
	top: 0;
	width: 1140px;
	height: 470px;
	background-color: rgba(0, 0, 0, 0.3);
}
.visualWrap .slideSideR { right: 0; }
.visualWrap .slideSideL { left: 0; }
.visualWrap .mainLogo,
.visualWrap .mainNav {
	display: none;
}
/* topicsWrap */
.topicsWrap {
	position: relative;
	overflow: hidden;
	padding-bottom: 25px;
}
.topicsWrap .inner {
	padding-top: 15px;
	background: #221a0f url(/img/index_bg01.png) no-repeat 50% 0;
}
.topicsWrap .newsBlock {
	display: table;
	position: relative;
	width: 1140px;
	margin: 0 auto;
	border: 1px solid #7c6948;
	background-color: #ffffff;
}
.topicsWrap .newsBlock + * {
	margin-top: 30px !important;
}
.topicsWrap .newsBlock > .title {
	float: left;
	width: 159px;
}
.topicsWrap .newsBlock > .title a {
	display: block;
	height: 48px;
	background: url(/img/index_tx05.png) no-repeat 0 0;
	text-indent: -9999px;
	outline: none;
}
.topicsWrap .newsBlock > .title + * {
	overflow: hidden;
	padding: 0 75px 0 20px;
}
.topicsWrap .newsBlock .media {
	border-bottom: none;
}
.topicsWrap .newsBlock .media a {
	display: block;
	width: 884px;
	padding: 0;
}
.topicsWrap .newsBlock .media a:after {
	display: none;
}
.topicsWrap .newsBlock .media a > * {
	display: block;
}
.topicsWrap .newsBlock .media .details > .date {
	float: left;
	margin-bottom: 0;
	padding-right: 1em;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 48px;
}
.topicsWrap .newsBlock .media .details > .title {
	overflow: hidden;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 48px;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.topicsWrap .newsBlock .bx-controls-direction a {
	display: block;
	position: absolute;
	top: 1px;
	width: 38px;
	height: 48px;
	text-indent: -9999px;
	outline: none;
}
.topicsWrap .newsBlock .bx-controls-direction a:before {
	content: "";
	position: absolute;
	top: 50%;
	width: 8px;
	height: 13px;
	margin-top: -7px;
	background: url(/common/img/com_sp02.png) no-repeat;
}
.topicsWrap .newsBlock .bx-controls-direction .bx-prev {
	right: 38px;
}
.topicsWrap .newsBlock .bx-controls-direction .bx-prev:before {
	left: 21px;
	background-position: -240px -80px;
}
.topicsWrap .newsBlock .bx-controls-direction .bx-next {
	right: 0;
}
.topicsWrap .newsBlock .bx-controls-direction .bx-next:before {
	left: 9px;
	background-position: -280px -80px;
}
.topicsWrap .brandsBlock {
	width: 1140px;
	margin: 15px auto 0;
}
.topicsWrap .brandsBlock > .title {
	width: 232px;
	height: 42px;
	background: url(/img/index_tx02.png) no-repeat 0 0;
	text-indent: -9999px;
}
.topicsWrap .brandsBlock > .brandsList01 {
	position: relative;
	padding-bottom: 80px;
}
.topicsWrap .brandsBlock .pickupBrands > li {
	float: left;
	width: 165px;
	margin: 24px 0 0 30px;
}
.topicsWrap .brandsBlock .pickupBrands > li:nth-child(6n+1) {
	clear: left;
	margin-left: 0;
}
.topicsWrap .brandsBlock > .brandsList01.moreBrands {
	position: relative;
	padding-bottom: 0;
}
.topicsWrap .brandsBlock > .moreSwitch {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 350px;
	margin-left: -175px;
	background-color: #ffffff;
	z-index: 1;
}
.topicsWrap .brandsBlock > .moreSwitch > a {
	display: block;
	position: relative;
	width: 100%;
	padding: 10px 0 20px;
	background: #a28625 url(/img/index_bg03.png) no-repeat -10px 50%;
	color: #ffffff;
	text-align: center;
}
.topicsWrap .brandsBlock > .moreSwitch > a:after {
	content: "";
	position: absolute;
	bottom: 8px;
	left: 50%;
	width: 13px;
	height: 8px;
	margin-left: -6px;
	background: url(/common/img/com_sp02.png) no-repeat -160px 0;
}
.topicsWrap .brandsBlock > .moreSwitch.open > a:after {
	background-position: -200px 0;
}
.topicsWrap .brandsBlock > .brandBtn {
	display: none;
}
.topicsWrap .brandsBlock > .brandsList01.moreBrands {
	display: none;
	margin: 0 -500%;
	padding: 40px 500% 50px;
	background-color: #eee5d7;
}
.topicsWrap .brandsBlock > .brandsList01.moreBrands > ul {
	padding: 0 20px;
	background-color: #ffffff;
}
.topicsWrap .brandsBlock > .brandsList01.moreBrands > ul > li {
	float: left;
	width: 90px;
	margin: 0 0 0 22px;
	padding: 10px 0;
	border-top: 1px solid #ede7de;
}
.topicsWrap .brandsBlock > .brandsList01.moreBrands > ul > li:nth-child(10n+1) {
	clear: left;
	margin-left: 0;
}
.topicsWrap .brandsBlock > .brandsList01.moreBrands > ul > li:nth-child(-n+10) {
	border-top: none;
}
/* infoWrap */
.infoWrap .inner {
	width: 1140px;
	margin: 45px auto 0;
}
.infoWrap .newsBlock {
	float: left;
	width: 522px;
}
.infoWrap .newsBlock > .title {
	width: 262px;
	height: 42px;
	background: url(/img/index_tx03.png) no-repeat 0 0;
	text-indent: -9999px;
}
.infoWrap .shopBlock {
	float: right;
	width: 522px;
}
.infoWrap .shopBlock > .title {
	width: 250px;
	height: 42px;
	background: url(/img/index_tx04.png) no-repeat 0 0;
	text-indent: -9999px;
}
.infoWrap .title + .articleList {
	margin-top: 15px;
}
.infoWrap .infoBtn {
	width: 350px;
	margin: 30px auto 0;
	background-color: #ffffff;
}
.infoWrap .infoBtn a {
	display: block;
	position: relative;
	padding: 15px 0;
	background-color: #7c6948;
	color: #ffffff;
	text-align: center;
}
.infoWrap .infoBtn a:before {
	content: "";
	display: inline-block;
	position: relative;
	top: 0.2em;
	width: 8px;
	height: 14px;
	margin-right: 17px;
	background: url(/common/img/com_sp02.png) no-repeat -320px 0;
}
/* bannerWrap */
[class^=bannerWrap] .inner {
	position: relative;
	width: 1140px;
	margin: 0 auto;
}
.bannerWrap01 {
	margin-top: 50px;
	padding: 30px 0 20px;
	background-color: #ece3d2;
}
.bannerWrap01 .bannerList > li {
	background-color: #ffffff;
}
.bannerWrap01 .bx-controls-direction a {
	display: block;
	position: absolute;
	top: 50%;
	width: 28px;
	height: 48px;
	margin-top: -24px;
	background-color: rgba(66, 48, 22, 0.7);
	text-indent: -9999px;
	outline: none;
}
.bannerWrap01 .bx-controls-direction a:before {
	content: "";
	position: absolute;
	top: 50%;
	width: 8px;
	height: 14px;
	margin-top: -7px;
	background: url(/common/img/com_sp02.png) no-repeat;
}
.bannerWrap01 .bx-controls-direction .bx-prev {
	left: 0;
}
.bannerWrap01 .bx-controls-direction .bx-prev:before {
	left: 9px;
	background-position: -280px 0;
}
.bannerWrap01 .bx-controls-direction .bx-next {
	right: 0;
}
.bannerWrap01 .bx-controls-direction .bx-next:before {
	right: 9px;
	background-position: -320px 0;
}
.bannerWrap02 {
	padding: 20px 0 80px;
}
.bannerWrap02 .bannerList > li {
	float: left;
	margin-left: 20px;
}
.bannerWrap02 .bannerList > li:nth-child(4n+1) {
	clear: left;
	margin-left: 0;
}




/********************************************************

  for SP LAYOUT

********************************************************/

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

/* Format Parts
------------------------------------------------------ */
/* globalHeader */
#globalHeader {
	position: relative;
	height: auto;
	background-color: #ffffff;
	z-index: 1000;
}
/* headerLogo */
.headerWrap01 #headerLogo {
	position: static;
	width: auto;
	margin-left: 0;
	padding: 14px 15px;
}
.headerWrap01 #headerLogo a {
	width: 58px;
	height: 21px;
	margin: 0;
	background-position: -100px 0;
}
/* headerInfo */
.headerWrap01 #headerInfo {
	position: static;
}
.headerWrap01 #headerInfo .utilMenu {
	right: 62px;
	width: auto;
	height: auto;
}
.headerWrap01 #headerInfo .utilMenu > li:nth-child(1) > a {
	width: 37px;
	height: 37px;
}
/* headerNavi */
#headerNavi {
	position: static;
	background-color: #423016;
}
#headerNavi .commonMenu > li {
	padding: 0;
}
#headerNavi .commonMenu > .contact {
	display: table;
}

/* Contents Parts
------------------------------------------------------ */
/* visualWrap */
.visualWrap .inner {
	left: auto;
	width: 100%;
	margin-left: 0;
}
.visualWrap .mainLogo {
	display: block;
	position: absolute;
	top: 15%;
	left: 50%;
	width: 128px;
	height: 49px;
	margin-left: -64px;
	background: url(/common/img/com_sp01.png) no-repeat 0 -100px;
	-webkit-background-size: 570px auto;
	background-size: 570px auto;
	text-indent: -9999px;
	z-index: 2;
}
.visualWrap .mainNav {
	display: block;
	width: 100%;
	background-color: rgba(69, 52, 23, 0.85);
	z-index: 2;
}
.visualWrap .mainNav > li {
	display: table;
	float: left;
	width: 33%;
}
.visualWrap .mainNav > li > a {
	display: table-cell;
	height: 45px;
	vertical-align: middle;
	border-top: 1px solid #736952;
	color: #ffffff;
	text-align: center;
	letter-spacing: -0.04em;
}
.visualWrap .mainNav > .gNav01,
.visualWrap .mainNav > .gNav02 {
	width: 50%;
	border-top: none;
}
.visualWrap .mainNav > .gNav01 {
	border-right: 1px solid #736952;
}
.visualWrap .mainNav > .gNav04 {
	width: 34%;
	border-right: 1px solid #736952;
	border-left: 1px solid #736952;
}
.visualWrap .mainNav > .contact {
	display: none;
}
.visualWrap .lead {
	top: 40%;
	height: 20px;
	background: url(/img/index_tx01_sp.png) no-repeat 50% 0;
	-webkit-background-size: 275px auto;
	background-size: 275px auto;
	z-index: 2;
}
.visualWrap .slider li img {
	width: 100%;
	height: auto;
}
/* topicsWrap */
.topicsWrap {
	padding-bottom: 0;
}
.topicsWrap .inner {
	padding-top: 0;
	-webkit-background-size: contain;
	background-size: contain;
}
.topicsWrap .newsBlock {
	display: block;
	width: 100%;
	border: none;
	border-bottom: 1px solid #7f6d30;
}
.topicsWrap .newsBlock + * {
	margin-top: 0 !important;
}
.topicsWrap .newsBlock > * {
	display: block;
	height: auto;
	vertical-align: top;
}
.topicsWrap .newsBlock > .title {
	display: table;
	position: relative;
	float: none;
	width: 100%;
}
.topicsWrap .newsBlock > .title a {
	display: table-cell;
	height: 30px;
	vertical-align: middle;
	padding-left: 28px;
	background: #7f6d30;
	color: #ffffff;
	font-size: 13px;
	font-size: 1.3rem;
	text-indent: 0;
}
.topicsWrap .newsBlock > .title a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 15px;
	width: 5px;
	height: 9px;
	margin-top: -5px;
	background: url(/common/img/com_sp02.png) no-repeat -245px 0;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}
.topicsWrap .newsBlock > .title + * {
	overflow: visible;
	padding: 0;
}
.topicsWrap .newsBlock .bx-wrapper {
	padding: 10px 60px 10px 15px;
}
.topicsWrap .newsBlock .media a {
	display: block;
	width: auto;
}
.topicsWrap .newsBlock .media .details > .date {
	float: none;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.45;
}
.topicsWrap .newsBlock .media .details > .title {
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.45;
}
.topicsWrap .newsBlock .bx-wrapper {
	position: relative;
}
.topicsWrap .newsBlock .bx-controls-direction a {
	top: 50%;
	width: 27px;
	height: 30px;
	margin-top: -15px;
}
.topicsWrap .newsBlock .bx-controls-direction a:before {
	width: 6px;
	height: 10px;
	margin-top: -5px;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}
.topicsWrap .newsBlock .bx-controls-direction .bx-prev {
	right: 27px;
}
.topicsWrap .newsBlock .bx-controls-direction .bx-prev:before {
	left: 8px;
	background-position: -160px -40px;
}
.topicsWrap .newsBlock .bx-controls-direction .bx-next {
	right: 0;
}
.topicsWrap .newsBlock .bx-controls-direction .bx-next:before {
	left: 6px;
	background-position: -180px -40px;
}
.topicsWrap .brandsBlock {
	width: 100%;
	margin-top: 0;
	padding: 15px 15px 20px;
}
.topicsWrap .brandsBlock > .title {
	position: relative;
	width: 100%;
	height: 32px;
	border-bottom: 1px solid #5c4d1e;
	background: url(/img/index_tx02_sp.png) no-repeat 0 0;
	-webkit-background-size: 290px auto;
	background-size: 290px auto;
}
.topicsWrap .brandsBlock > .title:after {
	content: "";
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #5c4d1e;
}
.topicsWrap .brandsBlock > .brandsList01 {
	padding-bottom: 0;
}
.topicsWrap .brandsBlock .pickupBrands {
	margin-top: 5px;
}
.topicsWrap .brandsBlock .pickupBrands > li,
.topicsWrap .brandsBlock .pickupBrands > li:nth-child(6n+1) {
	clear: none;
	width: 45.5%;
	margin: 15px 0 0 9%;
}
.topicsWrap .brandsBlock .pickupBrands > li:nth-child(2n+1) {
	clear: left;
	margin-left: 0;
}
.topicsWrap .brandsBlock .pickupBrands .logo {
	width: 100%;
}
.topicsWrap .brandsBlock > .moreSwitch {
	display: none;
}
.topicsWrap .brandsBlock > .brandBtn {
	display: table;
	position: relative;
	width: 100%;
	margin-top: 20px;
}
.topicsWrap .brandsBlock > .brandBtn > a {
	display: table-cell;
	height: 45px;
	vertical-align: middle;
	background-color: #a28625;
	color: #ffffff;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}
.topicsWrap .brandsBlock > .brandBtn > a:before {
	content: "";
	display: inline-block;
	position: relative;
	top: 0.2em;
	width: 8px;
	height: 14px;
	margin-right: 17px;
	background: url(/common/img/com_sp02.png) no-repeat -180px 0;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}
/* infoWrap */
.infoWrap .inner {
	width: 100%;
	margin-top: 25px;
	padding: 0 15px;
}
.infoWrap .newsBlock,
.infoWrap .shopBlock {
	float: none;
	width: 100%;
}
.infoWrap .shopBlock {
	margin-top: 30px;
}
.infoWrap .newsBlock > .title {
	position: relative;
	width: 100%;
	height: 32px;
	border-bottom: 1px solid #cbbf96;
	background: url(/img/index_tx03_sp.png) no-repeat 0 0;
	-webkit-background-size: 290px auto;
	background-size: 290px auto;
}
.infoWrap .shopBlock > .title {
	position: relative;
	width: 100%;
	height: 32px;
	border-bottom: 1px solid #cbbf96;
	background: url(/img/index_tx04_sp.png) no-repeat 0 0;
	-webkit-background-size: 290px auto;
	background-size: 290px auto;
}
.infoWrap .newsBlock > .title:after,
.infoWrap .shopBlock > .title:after {
	content: "";
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #cbbf96;
}
.infoWrap .title + .articleList {
	margin-top: 10px;
}
.infoWrap .infoBtn {
	display: table;
	width: 100%;
	margin-top: 25px;
}
.infoWrap .infoBtn a {
	display: table-cell;
	height: 45px;
	vertical-align: middle;
	background-color: #7c6948;
	color: #ffffff;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}
.infoWrap .infoBtn a:before {
	background-position: -180px 0;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}
/* bannerWrap */
[class^="bannerWrap"] .inner {
	width: 100%;
}
[class^="bannerWrap"] .bannerList > li img {
	width: 100%;
	height: auto;
}
.bannerWrap01 {
	margin-top: 25px;
	padding: 15px;
}
.bannerWrap01 .bx-controls-direction a {
	width: 25px;
	height: 40px;
	margin-top: -20px;
}
.bannerWrap01 .bx-controls-direction a:before {
	width: 9px;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}
.bannerWrap01 .bx-controls-direction .bx-prev {
	left: -15px;
}
.bannerWrap01 .bx-controls-direction .bx-prev:before {
	left: 8px;
	background-position: -200px 0;
}
.bannerWrap01 .bx-controls-direction .bx-next {
	right: -15px;
}
.bannerWrap01 .bx-controls-direction .bx-next:before {
	right: 8px;
	background-position: -180px 0;
}
.bannerWrap02 {
	padding: 10px 15px 75px;
}
.bannerWrap02 .bannerList > li {
	float: none;
	margin-left: 0;
}
.bannerWrap02 .bannerList > li:nth-child(4n+1) {
	clear: none;
}
.bannerWrap02 .bannerList > li + li {
	margin-top: 10px;
}

}



/* Clearfix
------------------------------------------------------ */
.slider:after,
.visualWrap .mainNav:after,
.topicsWrap .newsBlock .articleList:after,
.topicsWrap .brandsBlock .pickupBrands:after,
.topicsWrap .brandsBlock > .brandsList01.moreBrands > ul:after,
.infoWrap .inner:after,
[class^=bannerWrap] .bannerList:after {
	content: "";
	display: table;
	clear: both;
}
.slider,
.visualWrap .mainNav,
.topicsWrap .newsBlock .articleList,
.topicsWrap .brandsBlock .pickupBrands,
.topicsWrap .brandsBlock > .brandsList01.moreBrands > ul,
.infoWrap .inner,
[class^=bannerWrap] .bannerList {
	zoom: 1;
}
