@charset "shift_jis";
/* Top */
.marche__top {
	background-color:#ffffff;
	padding-top:15px !important;
}
.marche__top__titleArea {
	position: relative;
}
.marche__top__title {
	width: 60%;
	margin: 0 auto;
}
.marche__top__categoryLink {
    position: absolute;
    right: 5px;
    bottom: 5%;
}
.marche__top__contentsArea {
	position: relative;
	margin: 25px 0 0;
}
.marche__top__contentsTitle {
	position: absolute;
	color: #FFF;
	padding: 10px 15px;
	top: 10px;
	font-size: 1.75rem;
	font-family: "Ÿà–¾’©", "Yu Mincho", "Ÿà–¾’©‘Ì", YuMincho, "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho Pro", "HGS–¾’©E", "‚l‚r ‚o–¾’©", serif;
}
.marche__top__contentsTitle span {
	font-size: 1.166rem;
	color: #FFEC74;
	margin-left: 14px;
	position: relative;
	bottom: 2px;
}
.precious {
	background: rgba(21,42,73,0.8);
}
.basic {
	background: rgba(23,11,8,0.8);
}
.marche__top__wrap {
	display: -webkit-flex;
	display: flex;
	margin: 10px;
}
.marche__top__contentsText {
	font-size: 1.08rem;
	line-height: 1.5;
	-webkit-flex: 1;
	flex: 1;
}
.marche__top__contentsBtn {
	width: 93px;
	margin: 0 0 0 10px;
}

/* topics */
.marche__top__topicsArea {
	margin: 30px 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 7px;
}
.marche__top__topicsHead {
	color: #999;
	display: flex;
	align-items: center;
	font-size: 1.08rem;
	font-family: "Ÿà–¾’©", "Yu Mincho", "Ÿà–¾’©‘Ì", YuMincho, "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho Pro", "HGS–¾’©E", "‚l‚r ‚o–¾’©", serif;
}
.marche__top__topicsHead:before,.marche__top__topicsHead:after {
	content: "";
	border-top: 1px solid #ccc;
	flex-grow: 1;
}
.marche__top__topicsHead:before {
	margin-right: 1rem;
}
.marche__top__topicsHead:after {
	margin-left: 1rem;
}
.marche__top__topics1column {
	margin: 15px 5px;
	display: table;
}
.marche__top__topicsDay {
	padding-right: 15px;
	color: #999;
	font-size: 1rem;
	display: table-cell;
}
.marche__top__topicsText {
	color: #333;
	font-size: 1.166rem;
	display: table-cell;
}
.marche__top__topics1column > .new:before {
	content: "NEW";
	font-size: 0.84rem;
	padding: 1px 4px;
	margin-right: 5px;
	color: #FFF;
	background-color: #a20000;
	border-radius: 20px;
}

/* category */
.marche__category__top {
	margin-top: 15px !important;
}
.marche__category__titleArea {
	position: relative;
	margin: 0 0 20px;
}
.marche__category__title {
	width: 50%;
	margin: 0 auto;
	text-align: center;
}
.marche__category__topLink {
    position: absolute;
    left: 5px;
    top: 20%;
}
.marche__category__contentsArea {
	position: relative;
	margin: 40px 0 0;
}
.marche__category__contentsArea:nth-of-type(2) {
	margin-top: 20px;
}
.marche__category__contentsRead {
	color: #59342e;
	margin: 25px 15px 20px;
    text-align: center;
    line-height: 1.56;
	font-size: 1.5rem;
	font-family: "Ÿà–¾’©", "Yu Mincho", "Ÿà–¾’©‘Ì", YuMincho, "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho Pro", "HGS–¾’©E", "‚l‚r ‚o–¾’©", serif;
}
.marche__category__contentsText {
	margin: 20px 15px 30px;
	font-size: 1.25rem;
    line-height: 1.85;
}
.marche__category__naviTitle {
	text-align: center;
	margin: 60px 0 20px;
	font-size: 1.5rem;
	font-weight: normal;
	font-family: "Ÿà–¾’©", "Yu Mincho", "Ÿà–¾’©‘Ì", YuMincho, "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho Pro", "HGS–¾’©E", "‚l‚r ‚o–¾’©", serif;
}
.marche__category__navi {
	padding: 0 10px;
	margin: 0 0 40px;
}
.marche__category__navi ul {
	margin: 0 20px;
}
.marche__category__navi ul li {
	position: relative;
	color: #333;
	padding: 12px 10px;
	margin: 0 0 10px;
	border: 1px solid #bbb;
	border-radius: 2px;
	text-align: center;
	font-size: 1.25rem;
}
.marche__category__navi ul li:before {
    content: '';
    display: block;
    position: absolute;
    width: 3px;
    height: 12px;
    top: 50%;
    right: 18px;
    margin-top: -8px;
    background: #bbb;
}
.marche__category__navi ul li:after {
	content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 14px;
    margin-top: -6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: transparent;
    border-right: 3px solid #bbb;
    border-bottom: 3px solid #bbb;
}
.marche__category__navi__story {
	position: relative;
	color: #333;
	padding: 12px 10px;
	margin: 0 0 10px;
	border: 1px solid #bbb;
	border-radius: 2px;
	text-align: center;
	font-size: 1.25rem;
	background-color: #e9edf1;
}
.marche__category__navi__story:after {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 17px;
    margin-top: -6px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: transparent;
    border-right: 3px solid #bbb;
    border-bottom: 3px solid #bbb;
}
.marche__category__contentsWrap {
	background-color: #f7f4e6;
	padding: 0 0 5px;
	margin: 0 0 10px;
}
.item--multiple {
	background-color: #FFF;
}
.marche__category__subtitle {
	text-align: center;
    padding: 13px 0;
	margin: 60px 0 0;
    font-size: 1.333rem;
    color: #FFF;
    background-color: #170b08;
}
.marche__category__subContentsText {
	margin: 10px 10px 20px;
	font-size: 1.25rem;
    line-height: 1.5;
}
.offer-item__buyer {
	display: flex !important;
    padding: 20px !important;
	background-color: #eee !important;
	border: none !important;
}
.offer-item__buyer:before {
	border: none !important;
}
.offer-item__buyer:after {
	border: none !important;
}
.offer-item__buyer__desc {
	background-color: #eee !important;
    margin-left: 15px !important;
}
.offer-item__buyer__name {
	color: #4b678c !important;
    line-height: 1.5;
}
.offer-item__buyer__text {
    line-height: 1.7 !important;
}

/* top pastStory */
.marche__pastStory {
	margin-top:60px !important;
}
.marche__past__title {
	text-align: center;
	margin: 0 0 5px;
	padding: 15px 0;
	font-size: 1.416rem;
	color: #FFF;
	background-color: #8d9cb7;
}
.marche__past__contents__wrap {
    display: flex;
    flex-flow: wrap;
	padding: 0 20px;
    justify-content: space-between;
}
.marche__past__contents {
	margin: 15px 0 10px;
    width: 47%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.marche__past__contents p {
	margin: 7px 0 0;
	text-align: left;
	line-height: 1.4;
	color: #cc0000;
	font-size: 1.08rem;
	font-family: "Ÿà–¾’©", "Yu Mincho", "Ÿà–¾’©‘Ì", YuMincho, "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho Pro", "HGS–¾’©E", "‚l‚r ‚o–¾’©", serif;
}

/* footer navi */
#marche__navi {
	margin-top:60px !important;
}
.marche__navi__title {
	text-align: center;
	padding: 15px 0;
	font-size: 1.416rem;
	color: #FFF;
	background-color: #170b08;
}
.marche__navi__linkArea ul li {
	position: relative;
	font-size: 1.25rem;
	padding: 16px 10px;
	border-bottom: 1px solid #bbb;
}
.marche__navi__linkArea ul li:after {
    content: "";
    position: absolute;
    right: 12px;
    top: 1px;
    bottom: 0;
    display: block;
	margin: auto 0;
    width: 8px;
    height: 8px;
    border-top: 3px solid #c0b8b6;
    border-right: 3px solid #c0b8b6;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.marche__navi__linkArea ul li.large {
	background-color: #f6f3e7;
    padding: 18px 10px 16px;
}
.marche__navi__linkArea ul li.meat:before {
    content: "";
    height: 50px;
    width: 81px;
	display: inline-block;
    background-image: url(../../../g6/marche/image/top_marche_category_meat.jpg);
	background-size: cover;
    background-repeat: no-repeat;
	margin: -18px 12px -18px -10px;
}
.marche__navi__linkArea ul li.fish:before {
    content: "";
    height: 50px;
    width: 81px;
	display: inline-block;
    background-image: url(../../../g6/marche/image/top_marche_category_fish.jpg);
	background-size: cover;
    background-repeat: no-repeat;
	margin: -18px 12px -18px -10px;
}
.marche__navi__linkArea ul li.daily:before {
    content: "";
    height: 50px;
    width: 81px;
	display: inline-block;
    background-image: url(../../../g6/marche/image/top_marche_category_daily.jpg);
	background-size: cover;
    background-repeat: no-repeat;
	margin: -18px 12px -18px -10px;
}
.marche__navi__linkArea ul li.grocery:before {
    content: "";
    height: 50px;
    width: 81px;
	display: inline-block;
    background-image: url(../../../g6/marche/image/top_marche_category_grocery.jpg);
	background-size: cover;
    background-repeat: no-repeat;
	margin: -18px 12px -18px -10px;
}
.marche__navi__linkArea ul li.deli:before {
    content: "";
    height: 50px;
    width: 81px;
	display: inline-block;
    background-image: url(../../../g6/marche/image/top_marche_category_deli.jpg);
	background-size: cover;
    background-repeat: no-repeat;
	margin: -18px 12px -18px -10px;
}
.marche__navi__linkArea ul li.sweets:before {
    content: "";
    height: 50px;
    width: 81px;
	display: inline-block;
    background-image: url(../../../g6/marche/image/top_marche_category_sweets.jpg);
	background-size: cover;
    background-repeat: no-repeat;
	margin: -18px 12px -18px -10px;
}
.marche__navi__linkArea ul li.liquor:before {
    content: "";
    height: 50px;
    width: 81px;
	display: inline-block;
    background-image: url(../../../g6/marche/image/top_marche_category_liquor.jpg);
	background-size: cover;
    background-repeat: no-repeat;
	margin: -18px 12px -18px -10px;
}