.category_wrap,
.calendar_wrap,
.rank_wrap {
background: -moz-linear-gradient(top, rgba(136,136,136,0.1) 0%, rgba(136,136,136,0) 2%);
background: -webkit-linear-gradient(top, rgba(136,136,136,0.1) 0%,rgba(136,136,136,0) 2%);
background: linear-gradient(to bottom, rgba(136,136,136,0.1) 0%,rgba(136,136,136,0) 2%);
}

.contents-tittle h2 span:first-of-type {
margin-right: 0.5em;
font-size: 75%;
color: #8D0249;
}	
.contents-stop {
text-align: center;
padding: 5em 0;
}
.contents-stop-wrap {
  margin: 4em auto 0 auto;
  padding: 1em;
  display: block;
  line-height: 2;
  filter: drop-shadow(0 0 1em rgba(0,0,0,0.3));
  background-color: #ffffff;
  font-size: 18pt;
}


/*定番商品*/
.std_tittle {
font-size: 2em;
}
.std_price {
padding: 1em 0;
}
.std_ex {
line-height: 1.5;
}
.std_txt {
background-color: rgba(255,255,255,0.5);
border: solid 1px #000;
padding: 3em;
margin-bottom: 2em;
}
.std_button {
border: 1px solid #8D0249;
border-radius: 3em;
height: 100%;
background-color: #fff;
}
.std_button a {
display: block;
text-decoration: none;
color: #8D0249;
text-align: center;
font-size: 1.5em;
padding: 1em;
}
.std_button:hover {
background-color: #8D0249;
color: #fff;
transition: .5s;
}
.std_button a:hover {
text-decoration: none;
color: #fff;
transition: .5s;
}



.nobeItem_container {
position: relative;
}
.nobeItem_tittle {
font-size: 2em;
}
.nobeItem_price {
padding: 1em 0;
}
.nobeItem_ex {
line-height: 1.5;
}
.nobeItem_txt {
background-color: rgba(255,255,255,0.8);
border: solid 1px #000;
padding: 3em;
margin-bottom: 2em;
}
.nobeItem_button {
border: 1px solid #8D0249;
border-radius: 3em;
background-color: #fff;
}
.nobeItem_button a {
display: block;
text-decoration: none;
color: #8D0249;
text-align: center;
font-size: 1.5em;
padding: 1em;
}
.nobeItem_button:hover {
background-color: #8D0249;
color: #ffffff;
transition: .5s;
}
.nobeItem_button a:hover {
text-decoration: none;
color: #ffffff;
transition: .5s;
}	




/*カテゴリから探す*/
.category_wrap {
padding-bottom:5em;
}	


/********** pager **********/
.c-pager {
margin-top: 60px;
margin-bottom: 60px;
text-align: center;
}
.c-pager__total {
margin-bottom: 30px;
}
.c-pager-list {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-bottom: 30px;
}
.c-pager-list__item {
box-sizing: border-box;
overflow: hidden;
margin-left: 5px;
margin-right: 5px;
min-width: 40px;
line-height: 40px;
background: transparent;
text-align: center;
}

.c-pager-list__link {
display: block;
position: relative;
border: 1px solid #8D0249;
font-size: 21px;
background: transparent;
color: #393939;
min-width: 40px;
text-decoration: none;
transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.c-pager-list__link:hover {
border-color: #8D0249;
background: #FFFFFF;
color: #393939;
text-decoration: none;
opacity:0.7;
}
.c-pager-list__link.is-current {
border-color: #FFFFFF;
background: #FFFFFF;
}
.c-pager-list__link.is-current:hover {
border-color: #FFFFFF;
background: #FFFFFF;
opacity:0.7;
}
.c-pager-list__link.is-prev, .c-pager-list__link.is-next {
position: relative;
border-color: #8D0249;
background: #8D0249;
text-indent: -99999px;
}
.c-pager-list__link.is-prev:before, .c-pager-list__link.is-next:before {
content: "";
position: absolute;
top: 50%;
width: 10px;
height: 10px;
border-left: 2px solid #ffffff;
border-top: 2px solid #ffffff;
transition: all 0.4s ease;
z-index: 1;
}
.c-pager-list__link.is-prev:hover, .c-pager-list__link.is-next:hover {
background: #8D0249;
opacity:0.7;
}
.c-pager-list__link.is-prev.is-disabled, .c-pager-list__link.is-next.is-disabled {
background: #8D0249;
border-color: #8D0249;

}
.c-pager-list__link.is-prev.is-disabled:hover, .c-pager-list__link.is-next.is-disabled:hover {
background: #8D0249;
border-color: #8D0249;
opacity:0.7;
}
.c-pager-list__link.is-prev:before {
left: 17px;
transform: translateY(-50%) rotate(-45deg);
}
.c-pager-list__link.is-next:before {
right: 17px;
transform: translateY(-50%) rotate(135deg);
}
.c-pager-list__page {
display: none;
}


/*第二階層　タブ*/
.c-item-list__item{
width: 30%;
}
.tab_wrap {
display: flex;
flex-wrap: wrap;
background-color: #534741;
}
.tab_wrapper{
width:90%;
margin: 0 auto;
}
.tab_box_wrap {
display: flex;
gap: 2em;
padding-top: 5em;
flex-wrap: wrap;
justify-content: space-around;
}
.tab_container {
width:49%;
flex-grow:1;
height: auto;
background-color: #978475;
border-bottom: 1px solid #534741
}
.tab_container:not(:last-child) {
border-right: 1px solid #534741;
}
.tab_container:hover {
background-color: #fff;
}
.tab_container .tab_contents a {
color: #fff;
display: block;
text-align: center;
padding: 2em;
}
.tab_contents a:hover {
text-decoration: none;
color: #000;
}
.tab_box_wrap {
display:flex;
gap:2em;
padding-top:5em;
}
.tab_box_container {
width: 100%;
}
.tab_box_container img{
width: 100%;
}
.tab_box_tittle {
font-size: 1.5em;
}
.tab_box_tittle a{
text-decoration: none;
color: #000;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
PC表示_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media (min-width: 1200px) {

/*TOPページメイン画像*/
.main_wrap {
display:flex;
width: 100%;
}
.main_container {
width: 50%;
}
.main_container img:hover {
opacity: .5;
transition: .3s;	
}
.main_contants {
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-wrap: wrap;
}
.main_contants > a {
width: calc(100%/4);
}
.main_contants img {
}
.sns_item ul li {
padding-right: 2em;
}

/* TOPお知らせ */
.oshirase {
background-image:url("https://oshirase.meatcenter.co.jp/gazou/top/news_bg.jpg");
background-attachment: fixed;
padding: 5em 0;
}	
.oshirase iframe {
padding-top: 3em;
display: block;
width: 70%;
margin: 5em auto 0 auto;
height: 500px;
filter: drop-shadow(0 0 1em rgba(0,0,0,0.3));
background-color: #fff;
border: none;
}

.contents-stop-wrap {
width: 70%;
}

  
/* TOPバナー */
.bunner_area_wrap {
display:flex;
justify-content: center;
background-image: url("https://oshirase.meatcenter.co.jp/gazou/top/washi_bg.jpg");
width: 100%;
text-align: center;
}
.bunner_area {	
padding: 5em 0;
}
.bunner_area img{
width:30%;
}

/* TOP定番商品 */
.std_wrap {
width: 90%;
margin: 0 auto;
padding: 5em 0;
}
.std_container img {
width:60%;
}
.std_container_left img {
width: 60%;
}
.std_container {
text-align: left;
position: relative;
}
.std_contents {
width: 40%;
position: absolute;
right: 2em;
bottom: -2em;
}
.std_container_left {
text-align: right;
position: relative;
}
.std_contents_left {
width: 40%;
position: absolute;
left: 2em;
bottom: -2em;
}
.std_contents_left {
text-align: left;
}	


.nobeItem_container {
max-height: 450px;
background: -moz-linear-gradient(top, rgba(255,255,255,1) 35%, rgba(134,115,117,1) 35%, rgba(134,115,117,1) 95%, rgba(255,255,255,1) 95%);
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 35%,rgba(134,115,117,1) 35%,rgba(134,115,117,1) 95%,rgba(255,255,255,1) 95%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 35%,rgba(134,115,117,1) 35%,rgba(134,115,117,1) 95%,rgba(255,255,255,1) 95%);
}
.nobeItem_wrap {
width: 75%;
margin: 0 auto;
padding: 5em 0;
}
.nobeItem_container:nth-last-child(n+2) {
margin-bottom: 10em;
}
.nobeItem_container:nth-child(odd) {
text-align: left;
}
.nobeItem_container:nth-child(even) {
text-align: right;
}
.nobeItem_contents {
margin-bottom: 1.5em;
width: 45%;
max-height: 480px;
overflow: hidden;
display: inline-block;
text-align: center;
position: relative;
}
.nobeItem_contents img {
width: 100%;
height: 100%;
object-fit: cover;

position: inherit;
left: 0;
top: 0;
-webkit-transform: translate(0%, 0);
-moz-transform: translate(0%, 0);
transform: translate(0%, 0);
}

.nobeItem_txt_block {
min-width: 40%;
max-width: 50%;
position: absolute;
bottom: -2em;
text-align: left;
}
.nobeItem_container:nth-child(odd) .nobeItem_txt_block {
right: 2em;
}
.nobeItem_container:nth-child(even) .nobeItem_txt_block {
left: 2em;
}
/* TOP商品カテゴリより探す */
.category_container {
display: flex;
justify-content: center;
width: 90%;
margin: 0 auto;
flex-wrap: wrap;
gap: 2em;
}	

}/* PC表示_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
SP表示_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media (max-width: 1199px) {

/* TOPページメイン画像SP */		
.main_wrap {
display:initial;
width: 100%;
}
.main_container {
width: 100%;
}
.main_container img:hover {
opacity: .5;
transition: .3s;	
}
.main_contants {
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-wrap: wrap;
}
.main_contants > a {
width: calc(100%/4);
}
.main_contants > a.num8 {
order: 1;
}
.main_contants > a.num1,
.main_contants > a.num2,
.main_contants > a.num3,
.main_contants > a.num4,
.main_contants > a.num5,
.main_contants > a.num6,
.main_contants > a.num7 {
order: 2;
}
.main_contants img {
width:100%;
}

/*TOPお知らせSP*/
.oshirase iframe {
display: block;
width: 90%;
height: 400px;
margin: 5em auto 0 auto;
filter: drop-shadow(0 0 1em rgba(0,0,0,0.3));
background-color: #fff;
border: none;	
}

.contents-stop-wrap {
width: 90%;
}

/*TOPバナーSP*/
.bunner_area_wrap {
background-image: url("https://oshirase.meatcenter.co.jp/gazou/top/washi_bg.jpg");
padding: 3em 0;
}	

.bunner_area {
width: 100%;
margin: 0 auto;
text-align: center;
}	

.bunner_area img {
margin-bottom: 2em;
width: 90%;
}

/*TOP定番SP*/	
.std_wrap {
width:90%;
margin: 0 auto;
}
.std_contents {
text-align: center;
}
.std_container img {
padding-bottom:2em;	
}	
.std_container_left img {
padding-bottom:2em;	
}	
.std_contents_left {
text-align: center;
}
.std_button {
margin-bottom: 5em;
}
.nobeItem_wrap {
width:90%;
margin: 0 auto;
}
.nobeItem_contents {
margin-bottom: 2em;
text-align: center;
background: -moz-linear-gradient(top, rgba(255,255,255,1) 35%, rgba(134,115,117,1) 35%, rgba(134,115,117,1) 95%, rgba(255,255,255,1) 95%);
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 35%,rgba(134,115,117,1) 35%,rgba(134,115,117,1) 95%,rgba(255,255,255,1) 95%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 35%,rgba(134,115,117,1) 35%,rgba(134,115,117,1) 95%,rgba(255,255,255,1) 95%);
}
.nobeItem_button {
margin-bottom: 5em;
}



/*カテゴリより探すSP*/
.category_container {
display: initial;
}

.category_button {
width: 75%;
margin: 0 auto 1.5em auto;
}

/*価格帯から探すSP	*/
.price_container {
display: initial;
text-align: center;
}

.price_container a {
margin-bottom: 2em;
}		

/*人気ランキングSP*/	
.rank_container {
display: block;
text-align: center;
}
.rank_contants img {
width: 100%;
}
.rank_tittle {
font-size:1.5em;
}
.c-item-list__item {
width: 45%;
}
.c-item-list__txt{
padding-bottom: 1em;
}	
.tab_box_wrap {
gap:.5em;
padding-top:3em;
}
.tab_box_container {
text-align: center;
margin-bottom:0;
}
.tab_box_container img {
}
.tab_box_tittle {
font-size: 1em;
}	
.tab_container {
width:49%;
flex-grow:1;
height: auto;
background-color: #978475;
border-bottom: 1px solid #534741
}
.tab_container:not(:last-child) {
border-bottom: 1px solid #534741;
}




}/*SP表示_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/