h2 {
	text-align: center;
	margin: 80px 0 40px;
}
.section__block--top-page {
	max-width: 1100px;
}
.slider {
	margin-top: 0;
  width:100%;
}
.slider .bx-wrapper {
	margin-bottom: 5vh;
}
.slider .bx-wrapper .bx-caption {
	text-align: center;
	top: 0;
	bottom: auto;
}
#slider img {
	display: block;
	margin: 0 auto;
  width:100%;
}
.banner__section {
	margin-top: 2px;
}
.news__lists {
	list-style-type: none;
	margin: 0 0 2em;
}
.news__list {
	margin-bottom: .5em;
}
.news__date {
	margin-right: 1em;
}
/*送料*/
.postage {
	width: 100%;
	background-color: #f6f6f6;
	margin: 20px auto 10px;
	padding: 2%;
	box-sizing: border-box;
}
.postage img {
	display: block;
	text-align: center;
	margin: 0 auto;
}
/*ニュース・キャンペーン*/

#main .news-container .news_more_button:hover {
	opacity:1 !important;
	z-index:556;
}
.news-container {
	overflow:hidden;
	position:relative;
	height:auto;
	padding-bottom: 30px;
}
.news_more_button:before {
	content:'';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	z-index: 555;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
	background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
}
.news_more_button:after {
	content:'一覧を見る';
	z-index: 880;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 148px;
	margin: auto;
	padding: .5em 0;
	border-radius: 5px;
	background: #000;
	color: #fff;
	font-weight:bold;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
}
.news_more_button:hover:after {
	background-color:#666;
	transition:0.5s;
}
#news_list-container > div {
	position:relative;
	border-radius: 4px;
}
#news_list-container > div a img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
#news_list-container .inner h4 {
	font-size:1em;
	margin-bottom:10px;
	margin-top:40px;
}
#news_list-container .inner {
	padding: 5% 0 20% 0;
}
#news_list-container .inner a {
	display:block;
}
#news_list-container > div time {
	position:absolute;
	bottom:10px;
	display:block;
	text-align:left;
	margin-top:10px;
	font-size:xx-small;
}
#news_list-container div a .inner span {
	display:inline-block;
	font-size:0.7em;
	border-radius:5px;
	padding: 3px 5px 3px 5px;
	margin-bottom:10px;
	padding-left:25px;
	float:right;
	border: 1px solid #e4e3dd;
}
.recipe-icon, .column-icon, .special-icon, .sale-icon, .new-icon, .pickup-icon{
	background-repeat:no-repeat;
	background-position:3px 3px;
	background-size:20px;
}
.recipe-icon {
	background-image:url(https://img21.shop-pro.jp/PA01445/849/etc/recipe-icon.png?cmsp_timestamp=20200831142356);
}
.column-icon {
	background-image:url(https://img21.shop-pro.jp/PA01445/849/etc/column-icon.png?cmsp_timestamp=20200831142414);
}
.special-icon {
	background-image:url(https://img21.shop-pro.jp/PA01445/849/etc/special-icon.png?cmsp_timestamp=20200831142232);
}
.sale-icon {
	background-image:url(https://img21.shop-pro.jp/PA01445/849/etc/sale-icon.png?cmsp_timestamp=20200831142345);
}
.new-icon {
	background-image:url(https://img21.shop-pro.jp/PA01445/849/etc/new-icon.png?cmsp_timestamp=20200831142404);
}
.pickup-icon {
	background-image:url(https://img07.shop-pro.jp/PA01445/849/etc_base64/cGlja3VwLWljb24.gif?cmsp_timestamp=20230824135235);
}
div#news_list-container > div {
	width: calc(100% / 4 - 20px);
	height: auto;
	margin: 10px 10px 30px;
	background:url(https://img21.shop-pro.jp/PA01445/849/etc/arw.png?cmsp_timestamp=20200831142430) no-repeat right bottom;
}
div#news_list-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width:100%;
	margin: 0 auto;
}
div#news_list-container p {
	display: block;
}
#news_list-container > div a img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
div#news_list-container div:nth-child(n+9) {
    display: none;
}

/*ニュースエリア*/
.col-lg-4.news-text {
	float: left;
	border-left: 4px solid #4e5052;
	padding-left: 20px;
	overflow-y: scroll;
	height: 300px;
	padding-right: 2%;
}

.col-lg-4.news-text::-webkit-scrollbar{ 
    width: 10px;
}
.col-lg-4.news-text::-webkit-scrollbar-thumb{ 
    background: #e0e0e0;
    border-radius: 10px;
}
.col-lg-4.news-text::-webkit-scrollbar-track-piece:start{
    background: #fff;
}
.col-lg-4.news-text::-webkit-scrollbar-track-piece:end{
    background: #f9f9f9;
}
.news_bn {
	width: 60%;
	float: right;
}
section.news_list {
	margin-bottom: 60px;
}
/*新着商品*/
ul.new_product {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.new_product li {
    width: calc(100% / 5 - 20px);
    margin: 10px;
    padding: 1%;
    box-sizing: border-box;
}

span.price {
    display: block;
    text-align: right;
    margin: 10px 0 3px;
    font-weight: bold;
}
/*インスタフィード*/
 #insta {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	justify-content: center;
}
#insta .card {
	/*! width: 20%; */
		margin:0;
  aspect-ratio: 1 / 1;
}
#insta .card img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
}
@media all and (-ms-high-contrast: none) {
#insta .card img {
	width:250px;
    height:250px;
}
}
figure {
	position: relative;
	overflow: hidden;
	width: calc(100% / 5);
	display: inline-flex;
}
figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
 -webkit-transition: .3s;
 transition: .3s;
	opacity: 0;
}
figure:hover figcaption {
	opacity: 1;
}
.card figcaption p {
	color: #fff;
	padding: 10%;
	display: block;
	height: 50%;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

/*ブランドリスト*/
ul.main-brand {
    display: flex;
    flex-wrap: wrap;
}

.main-brand li {
    width: calc(100% / 6 - 12px);
    list-style: none;
    margin: 5px;
    border: 1px solid #e4e4e4;
}
.main-brand p {
    font-size: .5em;
    padding: 5%;
}
/*タブレット*/
@media screen and (max-width: 1024px) and (orientation: portrait) {
 div#news_list-container > div {
 width: calc(100% / 3 - 20px);
 margin:10px;
}
p {
 font-size:12px;
 line-height:1.5;
}
/*新着商品*/
  ul.new_product li {
    width: calc(100% / 3 - 20px);
}
  div#news_list-container div:nth-child(n+7) {
    display: none;
}
/*ニュース*/ 
#news_list-container .inner h4 {
 font-size:1.3em;
}
div#news_list-container {
 width:100%;
}
 #news_list-container > div a img {
 height: 200px;
}
div#news_list-container p {
 display:inline-block
}
}


/*スマホ*/
@media (max-width: 768px) {
p,#news_list-container .inner h4,.new_product,.product-list__name {
 font-size:11px;
 line-height:1.8;
}
/*新着商品*/
  ul.new_product li {
    width: calc(100% / 2 - 20px);
}
 /*ニュース*/
.col-lg-4.news-text {
    width: 95%;
    margin: 20px auto;
    text-align: center;
    box-sizing: border-box;
    padding: 0 10%;
    float: none;
}
 .news_bn {
 width: 100%;
}
 div#news_list-container > div {
 width: calc(100% / 2 - 10px);
 margin:5px;
}
 div#news_list-container {
 width:100%;
}
 div#news_list-container p {
 display:none;
}
 section.news_list {
 margin: 0 -10px 0;
}
 #news_list-container > div a img {
 height: 140px;
}
#news_list-container .inner h4 {
 font-weight: normal;
}
    div#news_list-container div:nth-child(n+7) {
    display: block;
}
  div#news_list-container div:nth-child(n+9) {
    display: none;
}
  .postage {
    margin: 80px auto;
}
 
  /*トップスライダー*/
/*.top_slider.bx-viewport {
    height: 300px !important;
}

#slider img {
    height: 300px;
    object-fit: cover;
}*/
  
  
 /*インスタフィード */
#insta .card {
 width: calc(100% / 2);
 height:auto;
}
 #insta .card img {
 width:100%;
 object-fit:cover;
}
}

a.notice {
    color: red;
}