/*------------------------------------------------------------
	共通
------------------------------------------------------------*/



h3 {
	display: inline-block;
    font-size: 2.3rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1;
    text-align: center;
	color: #000;
    margin-bottom: 25px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}

h3:before {
	content: '';
	background: rgba(237, 146, 146, 0.4);
	width: 100%;
	height: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	border-radius: 10px;
}


@media only screen and (min-width: 813px) {
	
	h3 {
		font-size: 2.4rem;
	    margin-bottom: 35px;
	    padding: 0 5px;
	}

}




/*------------------------------------------------------------
	メインビジュアル
------------------------------------------------------------*/

#main-vis-area {
	position: relative;
	margin-bottom: 50px;
}

@media only screen and (min-width: 813px) {
	
	#main-vis-area {
		position: relative;
		margin-bottom: 90px;
	}
	
}

/*縦書きコピー*/
#main-vis-area .main-copy {
	background: url(https://file003.shop-pro.jp/PA01466/807/img/top/main-copy3.svg) left top no-repeat;
	background-size: contain;
	width: 110px;
	height: 304px; 
	text-indent: -9999px;
	position: absolute;
	top: 20px;
	right: 3vw;
	z-index: 10;
}

@media only screen and (min-width: 813px) {
	
	#main-vis-area .main-copy {
	    width: 168px;
	    height: 474px;
	    top: 30px;
	    right: 54px;
	}
		
}


/*スライド*/
#main-vis-area .main-vis {
	display: block;
	width: 100vw;
	height: calc(100vh - 120px);
	min-height: 500px;
	position: relative;
	overflow: hidden;
}

#main-vis-area .main-vis p {
	font-size: 1.3rem;
	line-height: 1.6;
	color: #fff;
	position: absolute;
	bottom: 90px;
	left: 3%;
	z-index: 20;
}

#main-vis-area .main-vis p span {
	background: #000;
	display: inline-block;
	font-weight: 600;
	letter-spacing: 0.5px;
	padding: 8px 5px;
	margin-bottom: 10px;
}

@media only screen and (min-width: 813px) {

	#main-vis-area .main-vis {
		width: calc(100vw - 260px);
		height: calc(100vh - 100px - 100px);
	}
	
	#main-vis-area .main-vis p {
		font-size: 2rem;
		bottom: 4%;
	}
	
	#main-vis-area .main-vis p span {
		letter-spacing: 1.5px;
		padding: 8px 10px;
		margin-bottom: 20px;
	}
	
}




/*------------------------------------------------------------
	NEWS&Facebook
------------------------------------------------------------*/

#info-area {
	margin-bottom: 60px;
}

@media only screen and (min-width: 813px) {
	
	#info-area {
		margin-bottom: 90px;
	}
	
}


#info-area .one-half:first-child {
	margin-bottom: 40px;
}

@media only screen and (min-width: 813px) {
	
	#info-area .one-half {
		margin: 0;
	}
	
	#info-area .one-half:first-child {
		width: calc(100% - 500px - 5%);
		margin: 0 5% 0 0;
	}
	
}

.news-area article {
	border-bottom: 1px solid #ccc;
	margin: 0 0 15px;
	padding-bottom: 15px;
}

.news-area article figure {
	width: 60px;
	float: left;
}

.news-area dl {
	width: calc(100% - 60px);	
	padding-left: 15px;
	float: left;
}

.news-area dl dt {
	font-size: 1.1rem;
	font-weight: 500;
	color: #666;
	margin-bottom: 5px;
}

.news-area dl dd {
	font-size: 1.3rem;
}

@media only screen and (min-width: 813px) {
	
	.news-area article {
		margin: 0 0 22px;
	}
	
	.news-area article figure {
		width: 120px;
		margin-bottom: 22px;
	}
	
	.news-area dl {
		width: calc(100% - 120px);
		margin-top: 8px;
		padding-left: 25px;
	}

	.news-area dl dt {
		font-size: 1.3rem;
		margin-bottom: 10px;
	}

	.news-area dl dd {
		font-size: 1.5rem;
	}
	
}

@media only screen and (min-width: 813px) {
	/*facebook*/
	#info-area .one-half:last-child {
		display: block;
		width: 500px;
	}
		
}


/*------------------------------------------------------------
	おススメ・商品一覧
------------------------------------------------------------*/

#item-list {
	margin-bottom: 20px;
}

#item-list div.one-fourth {
	margin-bottom: 20px;
}

#item-list div.one-fourth figure {
	margin-bottom: 10px;
}


#item-list div.one-fourth dl dt a {
	display: block;
	font-size: 1.4rem;
	line-height: 1.7;
	color: #000;
}

/*カラーミーのNEWアイコンなど*/
#item-list div.one-fourth dl dt a img {
	vertical-align: middle
}
	

#item-list div.one-fourth dl dd {
	font-size: 1rem;
	line-height: 1.8;
	color: #666;
}


#item-list div.one-fourth dl dd p {
	font-size: 1.1rem;
	font-weight: 500;
	color: #A03F2C;
	text-align: right;
}

@media only screen and (min-width: 831px) {
	
	#item-list {
		margin-bottom: 40px;
	}
	
	#item-list div.one-fourth {
		margin-bottom: 35px;
	}
	
	#item-list div.one-fourth figure {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-bottom: 15px;
	}
	
	#item-list div.one-fourth figure img {
		transition:0.2s ease-in-out;
	}
	
	#item-list div.one-fourth figure img:hover {
		transform:scale(1.1,1.1);
		opacity:0.8;
		cursor: pointer;
	}

	#item-list div.one-fourth dl dt a {
	    font-size: 1.6rem;
	    font-weight: 500;
	    line-height: 1.8;
	}
	
	#item-list div.one-fourth dl dd {
		font-size: 1.4rem;
	}
	
	#item-list div.one-fourth dl dd p {
		font-size: 1.3rem;
	}
	
}


/*------------------------------------------------------------
	三浦八右衛門について
------------------------------------------------------------*/

#about-area {
	background: #FBF4EC;
	padding: 30px 0;
	margin-bottom: 30px;
}

#about-area h4 {
    font-size: 1.8rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	color: #000;
	margin-bottom: 10px;
}

#about-area .one-half {
	margin-bottom: 30px;
}

@media only screen and (min-width: 831px) {
	
	#about-area {
		padding: 80px 0 20px;
		margin-bottom: 90px;
	}
	
	#about-area h4 {
    	font-size: 2.6rem;
    	margin-bottom: 20px;
    }

	#about-area .one-half {
		margin-bottom: 70px;
	}

	
}


/*------------------------------------------------------------
	カテゴリー
------------------------------------------------------------*/

#category-list {
	margin-bottom: 60px;
}

#category-list figure {
	margin-bottom: 15px;
	position: relative;
}

#category-list figure:after {
	content: '';
	background-image: linear-gradient(180deg, rgba(13,13,13,0.00) 0%, rgba(0,0,0,0.70) 100%);
	width: 100%;
	height: 60%;
	position: absolute;
	bottom: 0;
	left: 0;
}

#category-list figure figcaption {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 1px;
	color: #fff;
	position: absolute;
	bottom: 40px;
	left: 15px;
	z-index: 10;
}

#category-list figure figcaption:after {
	content: '';
	background: #fff;
	width: 20px;
	height: 1px;
	position: absolute;
	bottom: -14px;
	left: 0;
}

@media only screen and (min-width: 831px) {
	
	#category-list {
		margin-bottom: 90px;
	}
	
	#category-list figure {
		margin-bottom: 0;
	}
	
	#category-list figure figcaption {
		font-size: 2.2rem;
		left: 25px;
	}
	
	#category-list figure figcaption span {
		font-size: 1.6rem;
		margin-top: 12px;
		
	}
	
	#category-list figure figcaption span:after {
		width: 30px;
		bottom: -20px;
	}

	
}


/*------------------------------------------------------------
	最近見た商品
------------------------------------------------------------*/



@media only screen and (min-width: 831px) {
	

}
