@charset "UTF-8";
/* カスタマイズ用CSS */
body {
  color: #434343;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  background-color: transparent;
  min-width: 375px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

/************************************************
    inline-block
*************************************************/
.i-blk {
  display: inline-block;
}

/************************************************
    Button
*************************************************/
.button {
  color: white;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  display: block;
  background-color: #6c6b6c;
  box-sizing: border-box;
  max-width: 360px;
  padding: 1.25em 0 1.25em 0.1em;
}

.button:hover {
  color: white;
  text-decoration: none;
  background-color: rgba(108, 107, 108, 0.5);
}

/************************************************
    TEL
*************************************************/
.tel {
  font-weight: 700;
  text-align: center;
  max-width: 240px;
}

.header .tel {
  display: none;
}

.tel__title {
  color: white;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #505050;
  padding: 0.89286em 0 0.89286em 0.1em;
  margin: 0;
}

.tel__number {
  font-size: 14px;
  margin-top: 7px;
}

.tel__number .number {
  font-size: 1.78571em;
}

.tel__time {
  font-size: 12px;
  margin-top: 3px;
}

/************************************************
    Section
*************************************************/
.sec__title {
  color: white;
  font-family: dnp-shuei-mincho-pr6, serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  background-color: #a40000;
  background-image: url('../img/pattern-about-sec__title.png');
  background-size: 100px auto;
  box-shadow: 0 0 0 1px #b26a24 inset;
  max-width: 9.72223em;
  padding: 0.66667em 0 0.66667em 0.1em;
  border: 4px solid #a40000;
  margin-top: 0;
  margin-bottom: 0;
}

@-moz-document url-prefix() {
  .windows .sec__title {
    padding-top: 0.55556em;
    padding-bottom: 0.72222em;
  }
}

.sec__title .smaller {
  font-size: 0.86111em;
}

.sec__2ndTitle {
  font-family: dnp-shuei-mincho-pr6, serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.35;
  text-align: left;
  margin: 0.75em 0 0;
}

.sec__2ndTitle .small--0_875 {
  font-size: 0.875em;
}

.sec__2ndTitle .small--0_75 {
  font-size: 0.75em;
}

.sec__content {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.85715;
  text-align: left;
  margin-top: 1.85715em;
}

/************************************************
    navigation
*************************************************/
.navigation {
  padding: 0;
  margin: 0;
}

.header .navigation {
  display: none;
}

.navigation__item {
  font-size: 14px;
  font-weight: 700;
  list-style: none;
  border-top: 1px solid #929292;
}

.navigation__item a {
  color: #434343;
  display: block;
  background-color: white;
  padding: 1em;
}

/************************************************
    header
*************************************************/
.header {
  padding: 10px 20px;
  margin-bottom: 30px;
}

.front_page .header {
  margin-bottom: 0;
}

.header a {
  color: #434343;
}

.h__title {
  font-weight: 700;
  margin: 0;
}

.h__title .description {
  font-size: 10px;
  letter-spacing: 0.04em;
  display: block;
  margin-bottom: 1.23077em;
}

.h__title .logo {
  display: inline-block;
  width: 240px;
}

.h-navi {
  display: none;
  padding: 0;
  margin: 0;
}

.h-navi__item {
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-size: 12px;
  font-weight: 700;
  list-style: none;
  text-align: center;
  padding: 0 1em;
}

.h-navi__item a {
  color: #434343;
  display: block;
}

.h-navi__item a::before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  width: 2.75em;
  height: 2.75em;
  margin: 0 auto;
}

.h-navi__item .text {
  display: block;
  margin-top: 0.16667em;
}

.h-navi__item--user a::before {
  background-image: url('../img/icon_user_dark.png');
  background-size: 28px auto;
}

.h-navi__item--lock a::before {
  background-image: url('../img/icon_lock_dark.png');
  background-size: 31px auto;
}

.h-navi__item--favorite a::before {
  background-image: url('../img/icon_favorite_dark.png');
  background-size: 31px auto;
}

.h-navi__item--cart a::before {
  background-image: url('../img/icon_cart_dark.png');
  background-size: 33px auto;
}

/************************************************
    footer
*************************************************/
.footer {
  color: white;
  font-weight: 700;
  background-color: black;
  padding: 50px 20px 20px;
  margin-top: 30px;
}

.front_page .footer {
  margin-top: 0;
}

.footer a {
  color: white;
}

.footer a:hover {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.f__title {
  font-weight: 700;
  margin: 0;
}

.f__title .description {
  font-size: 11px;
  letter-spacing: 0.04em;
  display: block;
  margin-bottom: 0.61538em;
}

.f__address {
  font-size: 11px;
  letter-spacing: 0.04em;
  margin: 1em 0 0;
}

.footer .tel {
  margin: 30px auto 0;
}

.f-menu {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 30px -20px 12px;
}

.f-menu__item {
  font-size: 11px;
  line-height: 1.4375;
  list-style: none;
  text-align: center;
  box-sizing: border-box;
  width: 50%;
  padding: 0 1em;
  margin: 0.5em 0;
}

.f-menu__item:nth-of-type(even) {
  border-left: 1px solid currentColor;
}

.f-menu__item:last-of-type {
  width: 100%;
}

.copyright {
  font-size: 13px;
  letter-spacing: 0.04em;
  text-align: center;
  padding-left: 0.04em;
  margin-top: 0;
}

/************************************************
    CATEGORY
*************************************************/
.category-menu {
  text-align: center;
}

.category-menu-list {
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-size: 14px;
  font-weight: 700;
  -js-display: inline-flex;
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0.5em 1em;
  border: solid #929292;
  border-width: 1px 0;
  margin: 0;
}

.category-menu__item {
  list-style: none;
  padding: 0.5em 1em;
}

.category-menu__item a {
  color: #434343;
}

.category-menu__item a:hover {
  color: rgba(67, 67, 67, 0.5);
  text-decoration: none;
}

/************************************************
    RECOMMEND
*************************************************/
.recommend {
  padding: 60px 0 35px;
}

.recommend__title {
  color: black;
  font-family: dnp-shuei-mincho-pr6, serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.35;
  text-align: center;
  margin: 0;
}

.recommend__intro {
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.88889;
  text-align: center;
  margin-top: 0.83333em;
}

.recommend-list {
  max-width: 425px;
  padding: 0 22.5px;
  margin: 37px auto 0;
}

.recommend-item {
  font-family: heisei-kaku-gothic-std, sans-serif;
  line-height: 1.5;
  list-style: none;
  padding: 25px 22.5px;
  margin: 0 auto;
}

.recommend-item a {
  color: #434343;
}

.recommend-item figure {
  margin: 0;
}

.recommend-item__description {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-height: 1.5em;
  margin: 1.28571em 0 0.85714em;
}

.recommend-item__name {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.22222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 2.44444em;
  margin: 0.66667em 0 0.27778em;
}

.recommend-item__price {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: right;
  margin-top: 0.25em;
}

.recommend-item__price .tax-included {
  font-size: 0.7em;
  font-weight: 500;
  margin-right: 1.71429em;
}

/************************************************
    たかむくの思い
*************************************************/
.thought {
  background-image: url('../img/bg_thought.jpg');
  background-size: 157px auto;
  padding: 50px 20px;
}

.thought-photos {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1.78571vw;
  margin: -3.57143vw -20px;
}

.thought__photo {
  list-style: none;
  box-sizing: border-box;
  max-width: 450px;
  width: calc(100% / 3);
  padding: 1.78571vw;
}

_:-ms-lang(x)::-ms-backdrop, .thought__photo {
  width: 33.33333%;
}

.thought__title {
  color: black;
  font-family: dnp-shuei-mincho-pr6, serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.35;
  text-align: center;
  margin: 2.56667em 0 0;
}

.thought__title .smaller {
  font-size: 0.875em;
}

.thought__content {
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.88889;
  text-align: center;
  margin-top: 2em;
}

.thought .button {
  margin: 2.44444em auto 0;
}

/************************************************
    CATEGORY
*************************************************/
.category {
  padding: 30px 0 50px;
}

.category-list {
  max-width: 1360px;
  padding: 10px 10px;
  margin: 0 auto;
}

.category__item {
  list-style: none;
  box-sizing: border-box;
  padding: 10px 10px;
}

.category .button {
  width: calc(100% - 40px);
  margin: 20px auto 0;
}

/************************************************
    SNS
*************************************************/
.sns {
  max-width: 1240px;
  padding: 40px 10px;
  margin: 0 auto;
}

.sns-item {
  padding: 10px 10px;
}

/************************************************
    美味しさの秘密
*************************************************/
.secretOfDeliciousness {
  padding: 50px 20px;
}

.secretOfDeliciousness__photo {
  text-align: center;
}

.secretOfDeliciousness__title {
  color: black;
  font-family: dnp-shuei-mincho-pr6, serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.35;
  margin: 2em 0 0;
}

.secretOfDeliciousness__title .smaller {
  font-size: 0.875em;
}

.secretOfDeliciousness__content {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.88889;
  margin-top: 2em;
}

.secretOfDeliciousness .button {
  margin-top: 2.44444em;
}

/************************************************
    Front Page
*************************************************/
.front_page .ec-layoutRole .ec-layoutRole__contents {
  max-width: none;
}

/************************************************
    肉のたかむくについて
*************************************************/
.about-top {
  background-image: url('../img/jpn_paper.jpg');
  background-size: 157px auto;
  padding: 20px 0;
  margin-top: -30px;
}

.about-bottom {
  padding: 30px 0;
}

/* ごあいさつ */
.about-greeting {
  padding: 40px 20px;
}

.about-greeting .sec__title {
  margin-right: auto;
  margin-left: auto;
}

.about-greeting-figure {
  text-align: center;
}

.about-greeting-figure--ranch {
  max-width: 1280px;
  margin: 48px auto 0;
}

.about-greeting-figure--meat {
  max-width: 1120px;
  margin: 34px auto 0;
}

.about-greeting-figure figcaption {
  text-align: left;
}

/* 会社概要 */
.about-company {
  padding: 40px 20px;
}

.about-company-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.about-company .sec__title {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1em;
}

.about-company-profile {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.88889;
  margin-top: 2.77778em;
}

@supports (display: flow-root) {
  .about-company-profile {
    display: flow-root;
  }
}

@supports not (display: flow-root) {
  .about-company-profile::after {
    content: '';
    display: block;
    clear: both;
  }
}

_:-ms-lang(x)::-ms-backdrop, .about-company-profile::after {
  content: '';
  display: block;
  clear: both;
}

.about-company-profile .term {
  font-weight: inherit;
  line-height: inherit;
  float: left;
  clear: left;
}

.about-company-profile .term--name {
  letter-spacing: 1.5em;
}

.about-company-profile .term--address {
  letter-spacing: 4em;
}

.about-company-profile .term--tel {
  letter-spacing: 0.65em;
}

.about-company-profile .term--fax {
  letter-spacing: 0.5em;
}

.about-company-profile .description {
  line-height: inherit;
  padding-left: 10em;
  margin-right: -2em;
  transform: translateX(-2em);
}

.about-company-gallery {
  max-width: 420px;
  padding: 0;
  margin: 40px auto 0;
}

.about-company-gallery__item {
  list-style: none;
}

/* 店舗のご案内 */
.about-guide {
  padding: 40px 20px;
}

.about-guide .sec__title {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 26px;
}

.about-guide-figure {
  text-align: center;
  padding: 40px 0;
  margin: 0;
}

.about-guide-figure__title {
  font-family: dnp-shuei-mincho-pr6, serif;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  padding-left: 0.1em;
  margin: 1em 0 0.75em;
}

.about-guide-figure__content {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.85714;
  text-align: center;
  padding-left: 0.04em;
  margin-top: 1.5em;
}

/* ACCESS */
.about-access {
  padding: 40px 20px;
}

.about-access .sec__title {
  max-width: 6.22223em;
  padding-top: 0.11112em;
  padding-bottom: 0.11112em;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1.5em;
  position: relative;
}

@-moz-document url-prefix() {
  .windows .about-access .sec__title {
    padding-top: 0.19445em;
    padding-bottom: 0.13889em;
  }
}

.about-access__map {
  display: block;
  width: 100%;
  max-width: 1280px;
  height: 100vh;
  max-height: 400px;
  margin: 0 auto;
}

/************************************************
    美味しさのこだわり
*************************************************/
.commitment {
  background-image: url('../img/jpn_paper.jpg');
  background-size: 157px auto;
  margin-top: -30px;
}

.commitment-meat-content {
  background-color: white;
  padding: 50px 20px 30px;
}

/************************************************
    美味しさの秘密
*************************************************/
.commitment-secret {
  padding: 40px 20px;
}

.commitment-secret .sec__title {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.commitment-secret-figure {
  text-align: center;
  margin: 0;
}

.commitment-secret-figure--rearing {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 250fr 325fr 54fr;
  grid-template-columns: 250fr 325fr 54fr;
  -ms-grid-rows: 586fr 95fr 158fr auto;
  grid-template-rows: 586fr 95fr 158fr auto;
  max-width: 1280px;
  margin: 48px auto 0;
}

.commitment-secret-figure--rearing__photo01 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
}

.commitment-secret-figure--rearing__photo02 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2 / 4;
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2 / 4;
}

.commitment-secret-figure--rearing figcaption {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 / -1;
  -ms-grid-row: 4;
  grid-row: 4;
}

.commitment-secret-figure--feed {
  max-width: 1280px;
  margin: 36px auto 0;
}

.commitment-secret-figure figcaption {
  text-align: left;
}

/************************************************
    牛肉について
*************************************************/
.commitment-beef {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 20px auto 22px auto 30px auto 30px auto;
  grid-template-rows: auto 20px auto 22px auto 30px auto 30px auto;
  background-image: url('../img/commitment-beef-bg.jpg');
  background-repeat: repeat-x;
  background-position: center top;
  background-size: 960px auto;
  padding: 200px 20px 100px;
  margin-top: 20px;
}

.commitment-beef .sec__title {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
  margin-left: 20px;
  position: relative;
}

.commitment-beef .commitment-meat-content {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  grid-row: 2 / 5;
}

.commitment-beef .commitment-meat-content .sec__2ndTitle {
  margin: 0;
}

.commitment-beef__meat {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 4;
  -ms-grid-row-span: 2;
  grid-row: 4 / 6;
  -ms-grid-column-align: center;
  justify-self: center;
}

.commitment-beef__animal {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 7;
  grid-row: 7;
  -ms-grid-column-align: center;
  justify-self: center;
}

.commitment-beef .button {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 9;
  grid-row: 9;
  -ms-grid-column-align: center;
  justify-self: center;
  width: 100%;
}

/************************************************
    馬肉について
*************************************************/
.commitment-horsemeat {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 20px auto 22px auto 30px auto 30px auto;
  grid-template-rows: auto 20px auto 22px auto 30px auto 30px auto;
  background-image: url('../img/commitment-horsemeat-bg.jpg');
  background-repeat: repeat-x;
  background-position: 10% top;
  background-size: 960px auto;
  padding: 200px 20px 100px;
}

.commitment-horsemeat .sec__title {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
  margin-left: 20px;
  position: relative;
}

.commitment-horsemeat .commitment-meat-content {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  grid-row: 2 / 5;
}

.commitment-horsemeat .commitment-meat-content .sec__2ndTitle {
  margin: 0;
}

.commitment-horsemeat__meat {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 4;
  -ms-grid-row-span: 2;
  grid-row: 4 / 6;
  -ms-grid-column-align: center;
  justify-self: center;
}

.commitment-horsemeat__animal {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 7;
  grid-row: 7;
  -ms-grid-column-align: center;
  justify-self: center;
}

.commitment-horsemeat .button {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 9;
  grid-row: 9;
  -ms-grid-column-align: center;
  justify-self: center;
  width: 100%;
}

/************************************************
    ご利用ガイド
*************************************************/
.guide-contents {
  font-size: 15px;
  line-height: 1.75;
}

.guide-contents .guide-contents {
  padding-left: 2em;
}

.guide-contents-item {
  padding: 30px 0;
  border-bottom: 1px dotted #ccc;
}

.guide-contents h2 {
  font-size: 20px;
}

.guide-contents h3 {
  font-size: 18px;
}

.guide-contents a {
  font-weight: bold;
  text-decoration: underline;
}

.guide-contents a:hover {
  text-decoration: none;
}

.guide-contents .credit {
  max-width: 421px;
}

.guide-contents ol {
  padding-left: 3em;
}

/************************************************
    BANNER
*************************************************/
.bnr-openingSale {
  text-align: center;
}

.front_page .bnr-openingSale {
  margin: 40px 0 0;
}

.bnr-campaign {
  text-align: center;
}

.front_page .bnr-campaign {
  margin: 40px 0 0;
}

/*
ページヘッダ

各種ページで用いられるページヘッダのデザインです。

ex [利用規約ページ　ページヘッダ部](http://demo3.ec-cube.net/help/agreement)

Markup:
.ec-pageHeader
  h1 利用規約

Styleguide 1.1.2
*/
.ec-pageHeader h1 {
  font-size: 24px;
  border-top: none;
  border-bottom: 1px solid #ccc;
  padding: 0.25em;
  margin-bottom: 1.5em;
}

.ec-icon img {
  max-width: 100%;
  max-height: auto;
}

/*
カート

ショッピングカートに関するスタイルです。

sg-wrapper:
<div class="ec-role">
  <sg-wrapper-content/>


Styleguide 7.3
*/
/*
総計

会計時の合計金額、総計を表示します。

ex [カートページ　統計部分](http://demo3.ec-cube.net/cart)

Markup:
include /assets/tmpl/elements/7.3.cart.pug
+ec-totalBox

Styleguide 7.3.8
*/
.ec-totalBox__note {
  font-size: 10px;
  padding: 1em 0;
  border-top: 1px dotted #ccc;
}

.ec-totalBox__note .head {
  font-size: 1.2em;
  font-weight: 700;
}

.ec-headerNavSP {
  top: 20px;
  right: 10px;
  left: auto;
}

.header .ec-headerSearch {
  display: none;
}

.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
  background-color: #434343;
}

.ec-headerSearch .ec-headerSearch__keyword {
  overflow: hidden;
}

.ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
  font-size: 14px;
  background-color: white;
  height: auto;
  padding: 0.75em 57px 0.75em 0.75em;
}

.ec-headerSearch .ec-headerSearch__keyword .ec-icon {
  width: 20px;
  height: 20px;
}

.ec-drawerRole {
  background-color: #434343;
}

.ec-drawerRole .ec-headerLinkArea {
  background-color: transparent;
}

.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item {
  font-size: 14px;
  -js-display: flex;
  display: flex;
  align-items: center;
  padding: 1em 1.5em;
}

.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item:not(.ec-headerLink__item--home)::before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1.5em;
  height: 1.5em;
  margin-right: 1em;
}

.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item--user::before {
  background-image: url('../img/icon_user_white.png');
}

.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item--lock::before {
  background-image: url('../img/icon_lock_white.png');
}

.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item--favorite::before {
  background-image: url('../img/icon_favorite_white.png');
}

.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item--cart::before {
  background-image: url('../img/icon_cart_white.png');
}

.ec-drawerRole .ec-headerLinkArea .ec-headerLink__icon {
  width: 35px;
}

.ec-sliderRole {
  max-width: 2030px;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 24px;
}

.ec-newsRole {
  font-family: heisei-kaku-gothic-std, sans-serif;
  max-width: 1080px;
  padding: 20px;
  border: 10px solid #eee;
  margin: 0 auto;
}

.ec-newsRole__title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 0;
}

.ec-newsRole__title .ja::before {
  content: '■';
}

.ec-newsRole__title .en {
  margin-left: 1em;
}

.ec-newsRole .ec-newsRole__news {
  padding: 0;
  border: none;
  margin-top: 17px;
}

.ec-newsRole .ec-newsRole__news .ec-newsRole__newsItem {
  padding: 16px 25px;
  border-bottom: 1px dotted currentColor;
}

.ec-newsRole .ec-newsRole__newsDate {
  color: #010101;
  font-size: 15px;
}

.ec-newsRole .ec-newsRole__newsTitle {
  font-size: 14px;
}

.ec-newsRole .ec-newsRole__newsClose {
  text-align: right;
}

.ec-newsRole .ec-newsRole__newsCloseButton {
  display: inline-block;
  background-color: #707070;
  padding: 7.5px 6.5px 7.5px 8.5px;
  border-radius: 50%;
}

.ec-newsRole .ec-newsRole__newsCloseButton::before {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  position: relative;
  top: -1px;
  transform: rotate(45deg);
}

/*
注文内容確認

カート内 注文内容確認に関する Project コンポーネントを定義します。
*/
#page_shopping_confirm .ec-orderRole {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  body {
    min-width: 1280px;
  }
  .button {
    font-size: 18px;
  }
  .header .tel {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / -1;
    display: block;
  }
  .sec__title {
    font-size: 36px;
  }
  .sec__2ndTitle {
    font-size: 40px;
  }
  _::-webkit-full-page-media, _:future, :root .sec__2ndTitle {
    font-size: 39px;
  }
  .sec__content {
    margin-top: 1.92857em;
  }
  .header .navigation {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3 / 5;
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: end;
    align-self: end;
    -js-display: flex;
    display: flex;
    margin-right: 12px;
  }
  .navigation__item {
    font-size: 16px;
    padding: 0 1em;
    border-top: none;
  }
  .navigation__item a {
    padding: 0;
  }
  .header {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr minmax(395px, 475px) 245px 330px 230px 1fr;
    grid-template-columns: 1fr minmax(395px, 475px) 245px 330px 230px 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    padding: 20px;
    margin-bottom: 80px;
  }
  .header .ec-headerSearch {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .h__title {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / -1;
    margin-top: 18px;
  }
  .h__title .description {
    font-size: 13px;
  }
  .h__title .logo {
    width: auto;
  }
  .h-navi {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column-align: end;
    justify-self: end;
    -js-display: flex;
    display: flex;
    margin-right: 12px;
  }
  .footer {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr (540px)[2] 1fr;
    grid-template-columns: 1fr repeat(2, 540px) 1fr;
    -ms-grid-rows: 1fr (auto)[3];
    grid-template-rows: 1fr repeat(3, auto);
    padding-top: 75px;
    margin-top: 100px;
  }
  .f__title {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    margin-top: 9px;
    margin-left: 170px;
  }
  .f__title .description {
    font-size: 13px;
  }
  .f__address {
    font-size: 13px;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
    margin-left: 170px;
  }
  .footer .tel {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
    -ms-grid-column-align: start;
    justify-self: start;
    margin: 0 0 0 54px;
  }
  .f-menu {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2 / -2;
    -ms-grid-row: 3;
    grid-row: 3;
    margin: 50px 0 12px;
  }
  .f-menu__item {
    font-size: 16px;
    width: auto;
    padding: 0 2em;
  }
  .f-menu__item:nth-of-type(n+2) {
    border-left: 1px solid currentColor;
  }
  .f-menu__item:last-of-type {
    width: auto;
  }
  .copyright {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2 / -2;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .category-menu-list {
    font-size: 16px;
    padding: 0.5625em 1em;
  }
  .recommend {
    padding-bottom: 120px;
  }
  .recommend__title {
    font-size: 40px;
  }
  .recommend__intro {
    font-size: 18px;
  }
  .recommend-list {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    max-width: 1170px;
  }
  .recommend-item {
    width: calc(100% / 3);
  }
  _:-ms-lang(x)::-ms-backdrop, .recommend-item {
    width: 33.33333%;
  }
  .thought {
    padding: 85px 20px;
  }
  .thought-photos {
    padding: 1.08696vw;
    margin-top: -2.17391vw;
    margin-bottom: -2.17391vw;
  }
  .thought__photo {
    width: 20%;
    padding: 1.08696vw;
  }
  .thought__photo:nth-of-type(even) {
    margin-top: 2.28571vw;
  }
  .thought__title {
    font-size: 40px;
  }
  .thought__content {
    font-size: 18px;
  }
  .category {
    padding: 60px 0 100px;
  }
  .category-list {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 20px;
  }
  .category__item {
    width: 50%;
    padding: 20px 20px;
  }
  .category .button {
    margin-top: 40px;
  }
  .sns {
    -js-display: flex;
    display: flex;
    justify-content: center;
    padding: 60px 40px;
  }
  .sns-item {
    flex: 1;
    padding: 40px 40px;
  }
  .secretOfDeliciousness {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto 1fr;
    grid-template-rows: auto auto 1fr;
    padding: 100px 20px;
  }
  .secretOfDeliciousness__photo {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1 / -1;
    -ms-grid-column-align: end;
    justify-self: end;
    margin-right: -20px;
    margin-left: -50px;
  }
  .secretOfDeliciousness__title {
    font-size: 40px;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    margin-top: 3.55em;
    margin-left: 85px;
  }
  .secretOfDeliciousness__content {
    font-size: 18px;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
    margin-left: 85px;
  }
  .secretOfDeliciousness .button {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-row-align: start;
    align-self: start;
    margin-left: 85px;
  }
  .about-top {
    padding: 20px 0 110px;
    margin-top: -80px;
  }
  .about-greeting-figure {
    display: -ms-grid;
    display: grid;
  }
  .about-greeting-figure--ranch {
    -ms-grid-columns: 1fr 470px 80px 617px;
    grid-template-columns: 1fr 470px 80px 617px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    margin-top: 70px;
  }
  .about-greeting-figure--meat {
    -ms-grid-columns: 569px 40px 471px 40px;
    grid-template-columns: 569px 40px 471px 40px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    margin-top: 34px;
  }
  .about-greeting-figure__photo {
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .about-greeting-figure--ranch .about-greeting-figure__photo {
    -ms-grid-column: 4;
    grid-column: 4;
  }
  .about-greeting-figure--meat .about-greeting-figure__photo {
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .about-greeting-figure figcaption {
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .about-greeting-figure--ranch figcaption {
    -ms-grid-column: 2;
    grid-column: 2;
  }
  .about-greeting-figure--meat figcaption {
    -ms-grid-column: 3;
    grid-column: 3;
  }
  .about-greeting-figure--ranch .sec__2ndTitle {
    margin-top: -0.175em;
  }
  .about-greeting-figure--meat .sec__2ndTitle {
    margin-top: 2.825em;
  }
  .about-greeting-figure .sec__content {
    margin-top: 3.35714em;
  }
  .about-company-inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 5fr 27fr 27fr 5fr;
    grid-template-columns: 5fr 27fr 27fr 5fr;
    -ms-grid-rows: auto 1fr auto;
    grid-template-rows: auto 1fr auto;
  }
  .about-company .sec__title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column-align: center;
    justify-self: center;
    width: 100%;
    margin-bottom: 0.55556em;
  }
  .about-company__photo {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
  }
  .about-company-profile {
    font-size: 18px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  .about-company-profile .description {
    padding-left: 180px;
    margin-right: -0.44444em;
    transform: translateX(-0.44444em);
  }
  .about-company-gallery {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / -1;
    -ms-grid-row: 3;
    grid-row: 3;
    -js-display: flex;
    display: flex;
    max-width: 1280px;
    margin-top: 65px;
  }
  .about-company-gallery__item:first-of-type {
    flex: 21;
  }
  .about-company-gallery__item:nth-of-type(2) {
    flex: 22;
  }
  .about-company-gallery__item:nth-of-type(3) {
    flex: 21;
  }
  .about-guide {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr minmax(-webkit-min-content, 700px) minmax(-webkit-min-content, 700px) 1fr;
    -ms-grid-columns: 1fr minmax(min-content, 700px) minmax(min-content, 700px) 1fr;
    grid-template-columns: 1fr minmax(-webkit-min-content, 700px) minmax(-webkit-min-content, 700px) 1fr;
    grid-template-columns: 1fr minmax(min-content, 700px) minmax(min-content, 700px) 1fr;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
  }
  .about-guide .sec__title {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2 / -2;
    -ms-grid-row: 1;
    grid-row: 1;
    width: 100%;
  }
  .about-guide-figure {
    padding: calc(60 / 700 * 100%);
    margin-bottom: calc(-60 / 700 * 100%);
  }
  _:-ms-lang(x)::-ms-backdrop, .about-guide-figure {
    padding: 60px;
    margin-bottom: -60px;
  }
  .about-guide-figure:first-of-type {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .about-guide-figure:nth-of-type(2) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .about-guide-figure__title {
    font-size: 40px;
    margin: 1.25em 0 0.8em;
  }
  .about-guide-figure__content {
    font-size: 14px;
    margin-top: 2.28571em;
  }
  .about-access .sec__title {
    margin-bottom: -1.61111em;
  }
  .commitment {
    margin-top: -80px;
  }
  .commitment-meat-content {
    padding: 87px 68px 67px;
  }
  .commitment-secret {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr (minmax(-webkit-min-content, 640px))[2] 1fr;
    -ms-grid-columns: 1fr (minmax(min-content, 640px))[2] 1fr;
    grid-template-columns: 1fr repeat(2, minmax(-webkit-min-content, 640px)) 1fr;
    grid-template-columns: 1fr repeat(2, minmax(min-content, 640px)) 1fr;
    -ms-grid-rows: (auto)[3];
    grid-template-rows: repeat(3, auto);
    padding: 40px 0;
  }
  .commitment-secret .sec__title {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
    margin: 0.5em 0 0 85px;
  }
  .commitment-secret-figure--rearing {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2 / -2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 73fr 250fr 325fr 54fr 24fr 481fr 73fr;
    grid-template-columns: 73fr 250fr 325fr 54fr 24fr 481fr 73fr;
    -ms-grid-rows: 586fr 95fr 158fr;
    grid-template-rows: 586fr 95fr 158fr;
    margin-top: 0;
  }
  .commitment-secret-figure--rearing__photo01 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2 / 4;
  }
  .commitment-secret-figure--rearing__photo02 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3 / 5;
  }
  .commitment-secret-figure--rearing figcaption {
    -ms-grid-column-span: 1;
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    grid-row: 1 / -1;
  }
  .commitment-secret-figure--rearing .sec__2ndTitle {
    margin-top: 4.9em;
  }
  .commitment-secret-figure--rearing .sec__content {
    max-width: 440px;
  }
  .commitment-secret-figure--feed {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2 / -2;
    -ms-grid-row: 3;
    grid-row: 3;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 134fr 546fr 600fr;
    grid-template-columns: 134fr 546fr 600fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .commitment-secret-figure--feed__photo {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .commitment-secret-figure--feed figcaption {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .commitment-secret-figure--feed .sec__2ndTitle {
    margin-top: 0.65em;
  }
  .commitment-secret-figure--feed .sec__content {
    max-width: 370px;
  }
  .commitment-beef {
    -ms-grid-columns: 1fr 100px 540px 40px 600px 1fr;
    grid-template-columns: 1fr 100px 540px 40px 600px 1fr;
    -ms-grid-rows: 65px 45px 320px 142px 44px 214px 146px;
    grid-template-rows: 65px 45px 320px 142px 44px 214px 146px;
    background-size: 2560px auto;
    padding: 110px 0 90px;
    margin-top: 104px;
  }
  .commitment-beef .sec__title {
    -ms-grid-column: 3;
    grid-column: 3;
    margin-left: 70px;
  }
  .commitment-beef .commitment-meat-content {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 4;
    grid-row: 2 / 6;
  }
  .commitment-beef__meat {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 5;
    -ms-grid-row-span: 3;
    grid-row: 5 / 8;
  }
  .commitment-beef__animal {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 4;
    -ms-grid-row-span: 3;
    grid-row: 4 / 7;
  }
  .commitment-beef .button {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 7;
    grid-row: 7;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row-align: end;
    align-self: end;
    margin-left: 3.33333em;
  }
  .commitment-horsemeat {
    -ms-grid-columns: 1fr 600px 16px 24px 540px 100px 1fr;
    grid-template-columns: 1fr 600px 16px 24px 540px 100px 1fr;
    -ms-grid-rows: 65px 45px 253px 241px 63px 96px 143px 83px;
    grid-template-rows: 65px 45px 253px 241px 63px 96px 143px 83px;
    background-position: center top;
    background-size: 2560px auto;
    padding: 196px 0 13px;
  }
  .commitment-horsemeat .sec__title {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
    margin-left: 70px;
  }
  .commitment-horsemeat .commitment-meat-content {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 2;
    -ms-grid-row-span: 4;
    grid-row: 2 / 6;
  }
  .commitment-horsemeat__meat {
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    grid-column: 4 / 6;
    -ms-grid-row: 5;
    -ms-grid-row-span: 4;
    grid-row: 5 / 9;
  }
  .commitment-horsemeat__animal {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 4;
    -ms-grid-row-span: 3;
    grid-row: 4 / 7;
  }
  .commitment-horsemeat .button {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 7;
    grid-row: 7;
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: end;
    align-self: end;
    margin-right: 3.5em;
  }
  .guide-contents {
    font-size: 16px;
    padding: 0 24px;
  }
  .guide-contents h2 {
    font-size: 24px;
  }
  .guide-contents h3 {
    font-size: 20px;
  }
  .ec-pageHeader h1 {
    font-size: 32px;
    padding: 0.25em;
    border-top: none;
    border-bottom: 1px solid #ccc;
  }
  .header .ec-headerSearch {
    display: block;
  }
  .ec-headerSearch .ec-headerSearch__category {
    display: none;
  }
  .ec-headerSearch .ec-headerSearch__keyword {
    width: auto;
    border: 2px solid #6c6b6c;
    border-radius: 4px;
    float: none;
  }
  .ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
    font-size: 16px;
  }
  .ec-headerSearch .ec-headerSearch__keyword .ec-icon {
    width: 25px;
    height: 25px;
  }
  .ec-newsRole {
    padding: 35px 120px 50px;
  }
  .ec-newsRole .ec-newsRole__newsDate {
    font-size: 18px;
  }
  .ec-newsRole .ec-newsRole__newsTitle {
    font-size: 16px;
  }
  #page_shopping_confirm .ec-orderRole .ec-orderRole__detail {
    width: 100%;
  }
  #page_shopping_confirm .ec-orderRole .ec-orderRole__summary {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx) {
  .sec__title {
    background-image: url('../img/pattern-about-sec__title@2x.png');
  }
  .thought {
    background-image: url('../img/bg_thought@2x.jpg');
  }
  .about-top {
    background-image: url('../img/jpn_paper@2x.jpg');
  }
  .commitment {
    background-image: url('../img/jpn_paper@2x.jpg');
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .windows .sec__title {
    padding-top: 0.55556em;
    padding-bottom: 0.72222em;
  }
  .windows .about-access .sec__title {
    padding-top: 0.02778em;
    padding-bottom: 0.13889em;
  }
}
/*# sourceMappingURL=../maps/customize.css.map */
