/* 共通 */
body {
	font-family:'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
}
.flex {
    display: flex;
    justify-content: space-between;
}
.sp{
    display: block !important;
}
h1 {
    margin: 0;
}
.ec-layoutRole .ec-layoutRole__main {
    padding-top: 2rem;
}

/* タイトル */
.main_title {
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
    align-items: center;
}
.main_title img {
    width: 6rem;
}
.mt_text {
    font-weight: bold;
    font-family: 'M PLUS 1p', sans-serif;
    color: #000;
    font-size: 3.2rem;
    text-align: center;
    margin: 0 3rem;
}
.mt_text_w {
    color: #fff;
}
.mt_small {
    display: block;
    color: #CCA300;
    font-size: 1.6rem;
    margin-top: 1rem;
}

/* スライド */
.ec-sliderRole{
    padding: 6rem 0 0;
    margin-bottom: 0;
}
.slick-slider {
    margin-bottom: 0 !important;
}
.slick-dots{
    bottom: 0 !important;
}
.slick-dots li.slick-active button:before {
    background-color: white !important;
}
.slick-dots li button:before{
    background-color: white !important;
}

/* ヘッダー */
.ec-layoutRole__header {
    position: fixed;
    z-index: 99;
    background-color: rgba(255,255,255,0.9);
    width: 100%;
    box-shadow: 1px 0 10px #aaa;
}
.header_nav_outer {
    max-width: 1130px;
    margin: 0 auto;
    position: relative;
}
.ec-layoutRole__contents {
    padding-top: 6rem;
}

.header_logo img {
    width: 20rem;
    margin: 0 auto;
    display: block;
}
.header_nav_outer li {
    list-style-type: none;
    width: 15%;
    text-align: center;
}
.header_nav_outer li.header_logo {
    width: 34%;
}
.header_nav_outer li a {
    color: #000;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 1rem 0;
    display: block;
    transition: 0.3s;
    text-decoration: none;
    border-bottom: 0.3rem solid rgba(255,255,255,0);
    white-space: nowrap;
}
.header_nav_outer li a:hover{
    border-bottom: 0.3rem solid #C40D00;
    opacity: 0.7;
}
.header_nav_outer li.header_logo a:hover {
    background: none;
    opacity: 0.7;
}
.ec-headerNav .ec-headerNav__item{
    display: inline-block !important;
}
.ec-headerNaviRole .ec-headerNaviRole__right {
    width: auto;
}
.ec-headerNaviRole {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    padding: 1rem;
}
.sp_logo {
    position: fixed;
    top: 0;
    left: 50px;
}
.sp_logo h1 {
    padding: 1rem;
}
.sp_logo h1 img {
    width: auto;
    height: 4rem;
}
.ec-drawerRole{
    background: #f8f8f8;
}
.ec-drawerRole .ec-headerLinkArea {
    background: #f8f8f8;
}
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item {
    font-weight: normal;
    color: #000;
}
.ec-drawerRole .ec-headerCategoryArea .ec-headerCategoryArea__heading , .ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li a{
        background: #f6e9e5;
}

/* フッター */
.ec-layoutRole__footer {
    display: none;
}
.m_mart{
    display: flex;
    justify-content: space-between;
}
.m_mart a{
    width: 49%;
}
.m_mart img {
    width: 90%;
    margin: 0 auto;
    display: block;
}
.banner2 {
    width: 49%;
}
.banner2 img {
    max-width: 100%;
}
/* 案内文 */
.top_meat_text h2 {
    font-weight: bold;
    font-family: 'M PLUS 1p', sans-serif;
    color: #fff;
    font-size: 3.2rem;
    text-align: center;
    margin: 0;
}
.top_meat_text h2 rt {
    font-size: 1.2rem;
    text-align: center;
    letter-spacing: 1rem;
}
.top_meat_text p {
    font-weight: normal;
    color: #fff;
    font-size: 1.8rem;
    margin: 2rem 0;
    line-height: 170%;
}
.top_meat_text {
    width: 44%;
}
.top_meat_outer .flex {
    align-items: center;
}
.top_meat_outer figure {
    margin: 0 3rem 0 0;
}

/*--ここから精肉卸売市場のおすすめ商品--*/
.kokokaratitle{
	display: inline-block;
	width: 300px;
	font-size: 2.8rem !important;
}
.kokokaraosusumetitle{
	color: #FFF;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 20px;
}

.m_left0{
	margin-left: 0px !important;
}

.item_box{
	width: 23%;
	background: #fff;
	border: 1px solid #C0C0C0;
	float: left;
	margin-left: 22px;
	margin-top: 15px;
}

@media screen and (max-width: 959px) {
	/* 959px以下に適用されるCSS（タブレット用） */
	.item_box{
		width: 48%;
	}
	
	.m_left0_sp{
		margin-left: 0px !important;
	}
}

@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
	.item_box{
		width: 47%;
		margin-left: 20px;
	}
	
	.sp_text{
	    line-height:40px;
	}
}

.item_box a{
	text-decoration: none !important;
}

.item_box a:hover{
	opacity: 0.5;
}

.item_box .item_name{
	background: #000;
    border: 1px solid #000;
    text-align: left;
    padding: 8px 12px;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.2;
	font-weight: bold;
}
.item_price{
	/*position: relative;*/
    background: #FFF;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    text-align: center;
    padding: 4px 4px 6px;
}

.item_box .item_price p{
	line-height: 1.2;
	padding: 0;
}

.item_box .item_price .item_price_per{
	font-size: 15px;
}

.item_box .item_price .item_price_unit{
	font-size: 21px;
	font-weight: 900;
}

.item_box .item_price .item_price_yen{
	font-size: 13px;
}

.text-grey3-s{
	color: #999999;
    /*position: absolute;
    bottom: 3px;*/
}


.text-red{
	color: #C30E18;
}

.item_box .item_img{
    display: block;
    position: relative;
    background: #FFF;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 0 15px 15px 15px;
    height: 136px;
}

.item_box .item_img .item_img_image{
	width: 100%;
	height: 100%;
	object-fit:cover;
}



/*矢印が縮む*/
.btnarrow6 {
    position: relative;
    background: #fff;
    padding: 1rem 4rem;
    text-align: center;
    transition: all .2s linear;
    color: #000;
    text-decoration: none;
    border: transparent 2px solid;
    outline: none;
    font-weight: bold;
    display: block;
    width: 30rem;
    margin: 0 auto;
}
/*hoverした際のボタンの形状*/
.btnarrow6:hover{
	background:#000;
	color:#fff;
	border-color:#fff;
	text-decoration: none;
}
/*矢印と線の形状*/
.btnarrow6:before{
	content:"";
    /*絶対配置で線の位置を決める*/
	position: absolute;
	top:50%;
	right:20px;
    /*線の形状*/
	width:20px;
	height:1px;
	background:#000;
}
.btnarrow6::after {
    content: '';
    /*絶対配置で矢印の位置を決める*/
    position: absolute;
    top: 40%;
    right: 12px;
    /*矢印の形状*/
    border: 4px solid transparent;
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-left-color: #000;
    /*アニメーションの指定*/
    transition: all .2s linear;
}
/*hoverした際の矢印の形状*/
.btnarrow6:hover::before{
	background:#fff;
	right:25px;
}
.btnarrow6:hover::after{
    border-left-color: #fff;
    right: 20px;
}

/* おすすめ商品 */
.btnarrow6_w {
    background: #000;
    color: #fff;
}
.btnarrow6_w:before{
    background: #fff;
}
.btnarrow6_w::after{
    border-left-color: #fff;
}
.btnarrow6_w:hover {
    background: #fff;
    color: #000;
    border-color: #000;
    text-decoration: none;
}
.btnarrow6_w:hover::before {
    background: #000;
}
.btnarrow6_w:hover::after {
    border-left-color: #000;
}
.ec-newItemRole .ec-newItemRole__listItem {
    margin-bottom: 2rem;
}
.ec-newItemRole .ec-newItemRole__listItem a {
    transition: 0.3s;
}
.ec-newItemRole .ec-newItemRole__listItem a:hover {
    opacity: 0.7;
}

/* カテゴリー一覧 */
.ec-categoryRole {
    background: #370000;
}
.flex.top_cate {
    flex-wrap: wrap;
    justify-content: normal;
    padding: 0 4rem;
}
.top_cate a {
    width: 23%;
    margin-right: 2.5%;
    margin-bottom: 3rem;
    color: #fff;
    font-weight:normal;
    text-align: center;
    transition: 0.3s;
    text-decoration: none;
}
.top_cate a:hover {
    opacity: 0.7;
}
.top_cate a:nth-child(4) {
    margin-right: 0;
}
.top_cate a p {
    margin-bottom: 0.5rem;
    font-size: 1.8rem;
}

/* 新着情報 */
.news_icon {
    width: 5rem !important;
    display: inline-block;
}
.news_icon img {
    width: 100%;
    margin-left: 1rem;
}
.news_title {
    font-size: 2.8rem;
    font-weight: bold;
    font-family: 'M PLUS 1p', sans-serif;
    vertical-align: middle;
    margin-left: 2rem;
}
.ec-secHeading {
    border-bottom: 0.3rem solid #C40D00;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
}
.ec-newsRole .ec-newsRole__newsTitle {
    color: #000;
    font-size: 1.8rem;
}
.ec-newsRole .ec-newsRole__newsHeading {
    align-items: center;
    padding: 1rem 2rem;
    transition: 0.3s;
}
.ec-newsRole__newsHeading:hover {
    background: #eee;
}
.ec-newsRole .ec-newsRole__news {
    border: none;
}
.ec-newsRole__newsDescription {
    font-size: 1.6rem !important;
    font-weight: normal !important;
    color: #000;
}
.ec-newsRole__newsItem {
    padding: 0 !important;
}
.ec-newsRole .ec-newsRole__newsCloseBtn {
    background: none;
}
.ec-newsRole .ec-newsRole__newsDescription , .ec-newsRole__newsItem.is_active .ec-newsRole__newsDescription{
    margin: 1rem 2rem 2rem;
}
#news_readmore {
    margin: 2rem auto;
}

/* ボタン */
.top_btn_outer {
    margin-top: -8rem;
    padding: 3rem 0;
}
.top_btn {
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  width: 30%;
}
.top_btn:hover{
    text-decoration: none;
}
.btn-flat {
  overflow: hidden;
  padding: 1rem;
  color: #fff;
  border-radius: 0;
  background: #F5F5F5;
}
.btn-flat span {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: block;
    color: #000000;
    font-family: 'M PLUS 1p', sans-serif;
}
.top_btn img {
    width: 10rem;
    margin: 0 auto;
    position: relative;
    padding: 1rem;
}
.btn-flat:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 150%;
    height: 500%;
    content: "";
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translateX(95%) translateY(5%) rotate(-45deg);
    transform: translateX(95%) translateY(5%) rotate(-45deg);
    background: #F89494;
}
.btn-flat:hover:before {
    -webkit-transform: translateX(5%) translateY(-45%) rotate(-45deg);
    transform: translateX(5%) translateY(-45%) rotate(-45deg);
}

/* 商品一覧 */
.ec-shelfGrid .ec-shelfGrid__item-image {
    height: auto;
}

.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.sample5-2::before{
    left: 14px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #C40D00;
    border-right: 2px solid #C40D00;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ec-layoutRole__ListPage {
    padding-top: 10rem;
    margin-bottom: -10rem;
}
.category_text_area {
    background: #eee;
    padding: 2rem !important;
    font-size: 1.6rem;
    line-height: 170%;
}
.allitem_name {
    font-weight: bold;
    color: #000;
}
.ec-shelfGrid a{
    transition: 0.3s;
}
.ec-shelfGrid a:hover {
    opacity: 0.7;
}
.category_banner, .listpage_banner {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 auto;
    max-width: 100% !important;
}
.price02-default {
    color: #EB4747;
    font-weight: bold;
    text-align: right;
    margin: 0.5rem 0;
}

/* 商品詳細 */
.kanren_title {
    border-bottom: 0.1rem solid #707070;
    padding: 1rem;
    margin: 5rem 0 2rem;
}
.ec-sliderItemRole .slideThumb img {
    width: 100%;
}
.ec-sliderItemRole .slideThumb {
    margin-bottom: 0;
    width: 25%;
}
.item_text {
    font-size: 1.8rem;
    border-top: 0.1rem solid #707070;
    border-bottom: 0.1rem solid #707070;
    padding: 1rem;
}
.ec-productRole__description {
    margin: 0 1rem;
    line-height: 150%;
}
.item_freearea {
    background-color: #F1F1F1;
    padding: 2rem;
    margin: 0;
    line-height: 170%;
}
.ec-price {
    text-align: right;
}
.ec-productRole .ec-productRole__title .ec-headingTitle {
    font-weight: bold;
    color: #000;
}

@media only screen and (min-width: 768px){
.sp{
    display: none !important;
}
.inner{
    max-width: 1130px;
    margin: 0 auto;
}

/* スライド */
.ec-sliderRole{
    padding: 10rem 0 0;
    max-width: 100%;
}
/* ヘッダー */
.ec-headerNav__item.sp{
    display: none !important;
}
.ec-cartNavi{
    background: #FEDADA;
}
.ec-layoutRole__contents {
    padding-top: 10rem;
}
.header_nav_outer .flex {
    max-width: 1130px;
    margin: 0 auto;
    align-items: flex-end;
    padding: 0;
}
.header_nav_outer {
    max-width: 1130px;
    margin: 0 auto;
    padding: 1rem 0 0;
}
.sp_logo {
    display: none;
}
/* フッター */
.ec-layoutRole__footer {
    display: block;
}
.ec-footerRole {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 70px;
}
footer.flex ul {
    padding-left: 0;
}
footer.flex li {
    list-style-type: none;
}
footer.flex li, footer.flex li a {
    color: #fff;
    padding: 0.2rem 0;
}

.footer_cate {
    width: 38%;
}
.footer_cate ul li {
    margin-left: 5rem;
}
.footer_cate ul {
    display: flex;
    flex-wrap: wrap;
}
.footer_logo {
    width: 30%;
}
.footer_logo p{
    color: #fff;
    margin-top: 1rem;
}
.footer_logo a {
    transition: 0.3s;
}
.footer_logo a:hover {
    opacity: 0.7;
}
.m_mart img {
    width: 28rem !important;
}
/* 商品一覧 */
.ec-itemNav__nav {
    display: flex;
    flex-direction: column;
    margin-top: 4rem;
}
.ec-itemNav__nav li a {
    text-align: left;
    padding-left: 4rem;
    transition: 0.3s;
}
.ec-shelfGrid .ec-shelfGrid__item {
    padding: 0 16px;
    width: 33%;
}

/* 商品詳細 */
.ec-layoutRole__mainWithColumn {
    margin-top: 4rem;
}
.ec-topicpath {
    padding: 0 0 1rem 0;
}
.ec-categoryNaviRole {
    padding: 0 1rem;
}
.ec-layoutRole .ec-layoutRole__contents{
    justify-content: space-between;
}
.ec-sliderItemRole {
    padding: 0 1rem;
}
.ec-grid2__cell.item_slides {
    width: 60%;
}
.ec-grid2__cell.item_texts {
    width: 40%;
}
.ec-productRole .ec-productRole__btn {
    min-width: -webkit-fill-available;
}
.ec-productRole {
    padding: 0 1rem;
}
.ec-productRole .ec-productRole__title .ec-headingTitle {
    font-size: 2.6rem;
}
.ec-productRole .ec-productRole__price {
    font-size: 2.2rem;
}
.ec-layoutRole .ec-layoutRole__left, .ec-layoutRole .ec-layoutRole__right {
    width: 23%;
}
.ec-layoutRole .ec-layoutRole__mainWithColumn {
    width: 77%;
}

}
@media screen and (max-width: 767px) {
.inner{
    width: 94%;
    margin: 0 auto;
}
.flex {
    flex-wrap: wrap;
}
.mt_text {
    font-size: 2.2rem;
    margin: 0 3rem;
}

/* ヘッダー */
.header_nav_outer .flex {
    display: none;
}    
.header_nav_outer {
    padding: 6rem 0 0;
}
.ec-headerNavSP {
    background: none;
}

/* トップページ */
.top_meat_text {
    width: 100%;
}
.flex.top_cate{
    padding: 0;
}
.top_cate a {
    width: 30%;
    margin-right: 5%;
}
.top_cate a:nth-child(4) {
    margin-right: 5%;
}
.top_cate a:nth-child(3n) {
    margin-right: 0;
}
.top_btn {
    width: 49%;
    margin-bottom: 2rem;
}
.top_btn img {
    width: 8rem;
}
.btn-flat:before {
    -webkit-transform: translateX(120%) translateY(5%) rotate(-45deg);
    transform: translateX(120%) translateY(5%) rotate(-45deg);
}
.btn-flat {
    padding: 1rem;
}
.btn-flat span {
    font-size: 1.6rem;
}
.top_meat_text h2 {
    font-size: 2.2rem;
    text-align: left;
}
.top_meat_text p {
    font-size: 1.6rem;
    line-height: normal;
    margin: 1rem 0 2rem;
}
.news_icon {
    width: 4rem !important;
}
.news_title {
    font-size: 2rem;
}
.ec-newsRole .ec-newsRole__newsHeading{
    padding: 1rem;
}
.ec-newsRole .ec-newsRole__newsDate {
    margin: 5px 0;
}
.ec-newsRole .ec-newsRole__newsTitle{
    margin-bottom: 0;
}
.ec-newsRole .ec-newsRole__newsDescription, .ec-newsRole__newsItem.is_active .ec-newsRole__newsDescription {
    margin: 1rem 1rem 2rem;
}
.top_meat_outer figure {
    /* display: none; */
    margin: 0 0 3rem;
}
.btnarrow6{
    width: 90%;
}

/* 商品一覧 */
.ec-layoutRole__ListPage {
    padding-top: 6rem;
    margin-bottom: -6rem;
}
.category_text_area {
    margin-top: 0 !important;
}
}
@media print {
a[href]:after {
  content: "" !important;
}
abbr[title]:after {
  content: "" !important;
}
   
}