@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500&display=swap");
/*----------------------------------------------------------------
1. Common
----------------------------------------------------------------*/
html, body {
  font-size: 100%;
  font-family: "Noto Sans JP", "游ゴシック", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  text-rendering: optimizeLegibility;
  font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
body#iframe header {
  margin-bottom: 10px;
}
body#iframe main {
  margin-top: 0px;
}
body#iframe main .recommend {
  padding: 0px;
  margin: 10px 0 20px;
}
body#iframe main .recommend .title.shikaku {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
}
body#iframe main .recommend .title.shikaku h1 {
  font-size: 1.2rem;
  letter-spacing: 0;
}
body#iframe main .recommend .title.shikaku p {
  margin-bottom: 0;
}
body#iframe .shikaku {
  margin-bottom: 10px;
}

.dropshadow {
  box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 5px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 5px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 5px 0px;
}

a {
  color: #000;
  text-decoration: none;
}

a img {
  border: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover img {
  border: 0;
  opacity: 0.8;
}

.float {
  width: 1090px;
  margin: 0 auto;
  overflow: hidden;
}

.inward {
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

/*----------------------------------------------------------------
2. Aside
----------------------------------------------------------------*/
/*----------------------------------------------------------------
3. Header
----------------------------------------------------------------*/
header .menu-base {
  background-color: #333333;
  color: white;
  height: 32px;
}
header .menu-base .float {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .menu-base p {
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
}
header .menu-base nav {
  margin: 0;
  padding: 0;
}
header .menu-base nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}
header .menu-base nav ul li {
  float: left;
  margin-right: 20px;
}
header .menu-base nav ul li a {
  display: block;
  text-decoration: none;
  color: white;
  font-size: 0.75rem;
}
header .contents-base {
  height: 58px;
}
header .contents-base .adjuster {
  height: 58px;
}
header .contents-base .floating.adjuster {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  z-index: 101;
  -webkit-box-shadow: 0px 1px 10px rgba(10, 10, 10, 0.18);
          box-shadow: 0px 1px 10px rgba(10, 10, 10, 0.18);
}
header .contents-base .float {
  overflow: visible;
}
header .contents-base .logo {
  display: block;
  width: 300px;
  height: 58px;
  margin: 0;
  padding: 0;
  background-color: #d2a315;
  position: relative;
  text-indent: -1000px;
  float: left;
}
header .contents-base .logo > a {
  display: block;
  height: 100%;
}
header .contents-base .logo > a:before {
  content: "";
  position: absolute;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/logo.png?v1);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 255px;
}
header .contents-base .mark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 300px;
  width: 130px;
  height: 100%;
  background-image: url(../images/mark-igabeef.png);
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  text-indent: -1000px;
  background-color: #efefef;
}
header .contents-base .mark a {
  display: block;
  height: 100%;
}
header .contents-base .icons {
  display: none;
}
header .contents-base nav {
  float: right;
  height: 58px;
}
header .contents-base nav > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0.875rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-style: normal;
  font-synthesis: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
}
header .contents-base nav > ul > li {
  display: block;
  height: 100%;
}
header .contents-base nav > ul > li a {
  position: relative;
  cursor: pointer;
  text-decoration: none;
  color: black;
  display: block;
  line-height: 58px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 13px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header .contents-base nav > ul > li a:hover {
  color: #d2a315;
}
header .contents-base nav > ul > li.open > a {
  color: #d2a315;
}
header .contents-base nav > ul > li.cart a {
  background-image: url(../images/cart.png);
  background-repeat: no-repeat;
  background-position: 0px 40%;
  background-size: 35px;
  width: 35px;
  height: 100%;
  display: block;
  text-indent: -1000px;
  overflow: hidden;
}
header .contents-base nav > ul > li.gift {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .contents-base nav > ul > li.gift > a {
  margin: 8px 0;
  background-color: #CC0000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  padding: 0 20px;
  border-radius: 5px;
}
header .contents-base nav > ul > li.gift > a:hover {
  opacity: 0.8;
}
header .contents-base nav > ul > li.search {
  margin-right: 20px;
}
header .contents-base nav > ul > li.search > a {
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-position: 0px 40%;
  background-size: 35px;
  width: 35px;
  height: 100%;
  display: block;
  text-indent: -1000px;
  overflow: hidden;
}
header .contents-base nav > ul > li.search > a::after {
  display: none !important;
}
header .contents-base nav > ul > li.hasMore {
  margin-right: 0;
}
header .contents-base nav > ul > li.hasMore > a:after {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  font-size: 0.7rem;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
}

.floating .popup.open {
  -webkit-box-shadow: 0px 5px 5px rgba(10, 10, 10, 0.2);
          box-shadow: 0px 5px 5px rgba(10, 10, 10, 0.2);
}

.popup {
  position: absolute;
  width: 100%;
  left: 0;
  background-color: #efefef;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup.open {
  opacity: 1;
  visibility: visible;
  z-index: 101;
  -webkit-box-shadow: 0px 5px 5px rgba(10, 10, 10, 0.2);
          box-shadow: 0px 5px 5px rgba(10, 10, 10, 0.2);
}
.popup.byBrand ul li.meigara a {
  color: black;
}
.popup.byBrand ul li.meigara a:hover {
  color: #d2a315;
}
.popup.byBrand ul li.meigara a:before {
  content: "銘柄";
  display: inline-block;
  margin-right: 0.5rem;
  padding: 2px 0.5rem;
  line-height: 140%;
  background-color: #d2a315;
  border-radius: 5px;
  color: white;
  font-weight: normal;
}
.popup.byPart .float, .popup.byCookingMenu .float {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.popup.byPart .float .block, .popup.byCookingMenu .float .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.popup.byPart .float .block a.title, .popup.byCookingMenu .float .block a.title {
  white-space: nowrap;
  word-break: keep-all;
  color: white;
  background-color: black;
  display: block;
  padding: 2px 1rem;
  padding-right: 15px;
  margin: 0;
  height: 100%;
  color: white;
  font-weight: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  width: auto;
}
.popup.byPart .float .block a.title:hover, .popup.byCookingMenu .float .block a.title:hover {
  background-color: #000;
  color: white;
}
.popup.byPart .float .block a.title:after, .popup.byCookingMenu .float .block a.title:after {
  content: "〉";
  color: white;
  display: inline-block;
  display: none;
  margin-left: 0.5rem;
}
.popup.byPart ul, .popup.byCookingMenu ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  text-align: left;
}
.popup.byPart ul li, .popup.byCookingMenu ul li {
  width: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5px;
  border-right: 1px solid #aaa;
  margin: 5px 0;
}
.popup.byPart ul li:last-child, .popup.byCookingMenu ul li:last-child {
  border-right: 0;
}
.popup.byPart ul li a, .popup.byCookingMenu ul li a {
  line-height: 35px;
  padding: 0 1rem;
  margin: 0;
  border-radius: 8px;
}
.popup.bySearch {
  background-color: transparent;
  text-align: right;
}
.popup.bySearch .adjuster {
  float: right;
  background-color: #efefef;
  padding: 10px;
  width: auto;
  height: auto;
}
.popup.bySearch .wordlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.popup.bySearch .wordlist a {
  line-height: 100%;
  border: 1px solid #000;
  padding: 4px 10px;
  margin-right: 10px;
  border-radius: 6px;
}
.popup.bySearch form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-bottom: 10px;
}
.popup.bySearch form .keyword {
  width: 400px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  font-size: 1rem;
  padding: 0.5rem;
}
.popup.bySearch form .keyword:focus {
  outline: none;
}
.popup.bySearch form .submit {
  cursor: pointer;
  border: 0;
  border-radius: 0;
  color: #fff;
  padding: 0 1rem;
  background-color: black;
}
.popup ul {
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  font-family: "Noto Serif JP", serif;
}
.popup ul:last-child {
  margin-bottom: 0;
}
.popup ul li {
  width: 100%;
  text-align: center;
}
.popup ul li a {
  width: 100%;
  display: inline-block;
  padding: 0;
  text-decoration: none;
  font-weight: bold;
}
.popup ul li a:hover {
  background-color: white;
}

/*----------------------------------------------------------------
4. Side
----------------------------------------------------------------*/
/*----------------------------------------------------------------
5. Main
----------------------------------------------------------------*/
section .title.simple {
  text-align: center;
}
section .title.simple h1 {
  font-size: 2.375rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}
section .title.maru {
  text-align: center;
}
section .title.maru h1 {
  margin: 0;
  padding: 9px 1rem 9px;
  font-weight: normal;
  display: inline-block;
  font-size: 1rem;
  color: white;
  background-color: #333;
  border-radius: 20px;
  line-height: 100%;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
section .title.maru h1 a {
  color: white;
}
section .title.maru p {
  font-size: 2.375rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  margin: 0;
  color: #333;
  line-height: 100%;
}
section .title.shikaku {
  font-family: "Noto Serif JP", serif;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section .title.shikaku h1 {
  font-family: sans-serif;
  font-weight: 500;
  display: inline-block;
  margin: 0;
  margin-right: 2px;
  line-height: 200%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.4rem;
  border: 0;
  background-color: transparent;
  color: #111;
  padding: 0;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 2px;
}
section .title.shikaku p {
  font-size: 0.9rem;
  font-family: "Noto Sans JP", "游ゴシック", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  display: inline-block;
  background-color: crimson;
  color: white;
  margin: 0;
  margin-right: 2px;
  padding: 0 0.75rem;
  line-height: 200%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
section .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
section .list.two {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section .list.two article:nth-child(2n) {
  margin-right: 0;
}
section .list.two article p {
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-size: 1.025rem;
}
section .list.two article p u {
  text-decoration: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffd452));
  background: linear-gradient(transparent 60%, #ffd452 60%);
}
section .list.two article p b {
  display: inline-block;
  line-height: 100%;
  float: right;
  font-size: 1.25rem;
}
section .list.two article p b small {
  font-size: 1rem;
}
section .list.three {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section .list.three article:nth-child(3n) {
  margin-right: 0;
}
section .list.three article:nth-child(3n+1) {
  clear: both;
}
section .list.four {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 20px;
}
section .list.four img {
  width: 100%;
}
section .list.four.contents-banners {
  gap: 10px;
}
section .list.four.ninki article {
  position: relative;
  overflow: hidden;
}
section .list.four.ninki article:before {
  z-index: 10;
  content: "人気商品";
  background: rgb(124, 90, 6);
  background: linear-gradient(74deg, rgb(124, 90, 6) 0%, rgb(222, 177, 27) 58%, rgb(213, 168, 8) 100%);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  color: white;
  display: inline-block;
  position: absolute;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 2px 60px;
  top: 15px;
  right: -60px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
section .list.four.ninki article p u {
  font-size: 1rem;
  font-weight: bold;
}
section .list.four article {
  width: calc(25% - 14px);
}
section .list.four article:nth-child(4n) {
  margin-right: 0;
}
section .list.four article:nth-child(4n+1) {
  clear: both;
}
section .list.four article p {
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-size: 0.925rem;
  line-height: 140%;
}
section .list.four article p u {
  text-decoration: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffd452));
  background: linear-gradient(transparent 60%, #ffd452 60%);
}
section .list.four article p b {
  display: block;
  margin-top: 10px;
  line-height: 100%;
  font-size: 1.5rem;
  text-align: center;
}
section .list.four article p b small {
  font-size: 0.8rem;
}
section .list article p b {
  color: #A02323;
}
section .list a {
  display: block;
}
section .list figure {
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
}
section .list figure img {
  width: 100%;
  display: block;
  border-radius: 5px;
}
section .list p {
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
}
section .list p em {
  font-style: normal;
  color: red;
  font-weight: bold;
}
section .list.inview article, section .items.inview article {
  opacity: 0;
  -webkit-transform: translate(0, 15px);
          transform: translate(0, 15px);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
section .list.inview article.animated, section .items.inview article.animated {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.slider ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.visualmenu nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.visualmenu nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ebddb4;
  color: black;
  font-weight: bold;
  font-size: 0.9rem;
  padding-bottom: 4px;
  position: relative;
  overflow: hidden;
}
.visualmenu nav a::before {
  content: "伊賀牛";
  position: absolute;
  top: 5px;
  left: -25px;
  background-color: #d2a315;
  color: white;
  font-size: 0.8rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 50%;
  padding: 3px;
  text-align: center;
  z-index: 100;
}
.visualmenu nav a figure {
  margin: 0;
  padding: 0;
  width: auto;
  margin-bottom: 4px;
}
.visualmenu nav a figure img {
  display: block;
  width: 100%;
}

#iframe .topsearch {
  max-width: 1090px;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
  background-color: #efefef;
  padding: 10px;
  border-radius: 15px;
}
#iframe .topsearch form {
  background-color: white;
}
#iframe .topsearch form input.keyword {
  background-color: white;
}
#iframe .topsearch form .submit {
  background-color: white;
}
#iframe .topsearch .wordlist {
  font-size: 0.8rem;
}

.topsearch {
  margin: 10px auto 10px;
  margin-top: -80px;
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  max-width: 1050px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.topsearch form {
  display: block;
  height: 100%;
  width: 300px;
  background-color: #efefef;
  height: 40px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #d2a315;
}
.topsearch input.keyword {
  border: 0;
  width: calc(100% - 60px);
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  background-color: #efefef;
  border: 0;
  outline: none;
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
}
.topsearch .submit {
  border: 0;
  width: 60px;
  padding: 0;
  margin: 0;
  height: 100%;
  float: right;
  background-image: url(../images/icon-search.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
}
.topsearch .wordlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  font-size: 0.9rem;
}
.topsearch .wordlist a {
  border: 1px solid transparent;
  padding: 1px 5px;
  border-radius: 7px;
}
.topsearch .wordlist a:hover {
  border: 1px solid #d2a315;
}

.recommend {
  background-color: #f2f1f1;
  background-color: white;
  padding: 20px 0;
  margin: 20px 0 20px;
}
.recommend .title.shikaku {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.recommend .title.shikaku h1 {
  font-size: 1.4rem;
  border: 0;
  background-color: transparent;
  color: #111;
  padding: 0;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 2px;
}
.recommend .title.shikaku p {
  background-color: crimson;
  color: white;
  font-size: 0.8rem;
  letter-spacing: 2px;
  display: block;
  padding: 0 1rem;
  line-height: 200%;
  border: 0;
  font-weight: bold;
}
.recommend .list {
  margin-bottom: 0;
}

.showcase {
  margin: 0 10px;
}
.showcase .title {
  margin-bottom: 60px;
}
.showcase .unit {
  padding: 0px;
  margin-bottom: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 980px;
}
.showcase .unit h2 {
  text-align: center;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 100%;
  margin: 0;
  margin-bottom: 40px;
  display: none;
}
.showcase .unit h2 span {
  border-bottom: 1px solid black;
  display: inline-block;
  border: 1px solid #666;
  padding: 0.5rem 1rem;
}
.showcase .unit:nth-child(odd) .layout {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.showcase .unit:nth-child(odd) .layout .items article {
  margin-left: 0;
  margin-right: 30px;
}
.showcase .unit .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.showcase .unit .layout .title {
  width: 420px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #efefef;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 5px;
}
.showcase .unit .layout .title a {
  display: block;
  height: 100%;
  position: relative;
}
.showcase .unit .layout .title a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  border-radius: 5px;
  width: 155px;
}
.showcase .unit .layout .title:after {
  content: "精肉店から直送します";
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  display: block;
  background-color: white;
  letter-spacing: 1px;
  width: 240px;
  line-height: 42px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  border-radius: 0 0 8px 8px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.showcase .unit .layout.yakiniku .title {
  background-image: url(../images/image-yakiniku.jpg);
}
.showcase .unit .layout.sukiyaki .title {
  background-image: url(../images/image-sukiyaki.jpg);
}
.showcase .unit .layout.steak .title {
  background-image: url(../images/image-steak.jpg);
}
.showcase .unit .layout.shabu .title {
  background-image: url(../images/image-shabu.jpg);
}
.showcase .unit .layout .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.showcase .unit .layout .items article {
  width: calc(50% - 30px);
  margin-left: 30px;
  margin-bottom: 30px;
  font-size: 0.875rem;
  position: relative;
}
.showcase .unit .layout .items article:after {
  content: "";
  display: none;
}
.showcase .unit .layout .items article p {
  margin: 0;
  padding: 0;
  display: block;
  line-height: 150%;
}
.showcase .unit .layout .items article p span {
  background-color: #fff6e4;
  display: inline-block;
  padding: 2px 0.5rem;
  margin-top: 0.2rem;
}
.showcase .unit .layout .items article img {
  width: 100%;
  display: block;
  margin-bottom: 5px;
  border-radius: 5px;
}
.showcase .unit .layout .items article .price {
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 100%;
  text-align: right;
  margin-top: 5px;
  color: #A02323;
}
.showcase .unit .layout .items article .price small {
  font-size: 1rem;
  margin-left: 0.5rem;
}

.banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 956px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.banners a {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
  text-align: center;
}
.banners a img {
  width: calc(100% - 10px);
  max-width: 100%;
}

.news {
  margin-top: 20px;
}
.news .inward {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  padding-bottom: 20px;
}
.news .adjuster {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 10px;
}
.news .title.shikaku {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin: 0;
}
.news .title.shikaku h1 {
  padding: 2px 5px;
  background-color: #CC0000;
  color: white;
  border: 0;
  font-size: 0.8rem;
  line-height: 180%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: block;
}
.news ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  gap: 10px !important;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.news ul li {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.news ul time {
  margin-right: 20px;
  font-size: 0.9375rem;
  letter-spacing: 0;
  font-weight: 600;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  padding: 0 0.5rem;
  color: #cc0000;
  position: relative;
}
.news ul time::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid #CC0000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.news ul p {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  padding-left: 0.4em;
  text-indent: -0.4em
}

.aboutus {
    background-color: #f4efea;
    margin-bottom: 50px;
}

.aboutus .prtext {
    text-align: center;
    padding-top: 20px;
    line-height: 1.6;
}


.aboutus .float {
  padding-top: 30px;
  padding-bottom: 30px;
}
.aboutus .list {
  margin: 0;
}
.aboutus .ban {
  margin: 0;
  padding: 0;
}
.aboutus .taste-pr {
  text-align: left;
  background-color: white;
  color: black;
  padding: 2rem;
  margin-bottom: 10px;
  background-image: url(https://www.rakuten.ne.jp/gold/morinaga-cook/contents/images/igagyu-steak.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-bottom: 30px;
  background-size: 350px;
}
.aboutus .taste-pr h1 {
  margin: 0;
  margin-bottom: 0.5rem;
}
.aboutus .taste-pr p {
  margin: 0;
  margin-bottom: 0.5rem;
  line-height: 200%;
  font-size: 1.05rem;
}

.quickmenu {
  background-color: #efefef;
  padding: 35px 0;
}
.quickmenu nav {
  display: block;
  margin-bottom: 1.5rem;
  font-size: 0.9375rem;
}
.quickmenu em {
  display: block;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 0.5rem;
}
.quickmenu .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 10px;
}
.quickmenu .block a.title {
  white-space: nowrap;
  word-break: keep-all;
  display: block;
  padding: 2px 1rem;
  padding-right: 15px;
  margin: 0;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  width: auto;
  font-weight: bold;
  margin-right: 1rem;
  display: block;
  padding: 2px 1rem;
  text-decoration: none;
  border: 0;
  border: 1px solid #333;
  border-radius: 5px;
}
.quickmenu .block a.title:hover {
  background-color: white;
  color: black;
}
.quickmenu .block a.title:after {
  content: "〉";
  color: white;
  display: inline-block;
  display: none;
  margin-left: 0.5rem;
}
.quickmenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 100%;
}
.quickmenu ul li {
  display: inline-block;
  margin-right: 2rem;
  margin-bottom: 0.5rem;
}
.quickmenu ul li a {
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-bottom: 1px solid transparent;
}
.quickmenu ul li a:hover {
  border-bottom: 1px solid #333;
}
.quickmenu .list {
  gap: 20px;
  border-top: 1px solid #aaa;
  margin-top: 60px;
  margin-bottom: 0;
}
.quickmenu .list .ban img {
  height: 120px;
  width: auto;
}
.quickmenu .list .ban a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.quickmenu .list .ban p {
  font-weight: normal;
  margin-bottom: 10px;
  padding: 10px 0;
}

.ban {
  text-align: center;
  background-color: #efefef;
  padding: 10px 0;
  border-radius: 13px;
}
.ban.nopadding {
  padding: 0;
  margin-bottom: 10px;
}
.ban img {
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
}
.ban a {
  text-decoration: none;
  display: block;
  line-height: 100%;
  color: black;
}
.ban a:hover {
  opacity: 0.8;
}

section .list.two._top {
  margin-bottom: 25px;
}
section .list.two._top .ban {
  width: 514px;
}
.ban.nopadding.reviewcamp {
  margin-top: 25px;
}

/*----------------------------------------------------------------
6. Footer
----------------------------------------------------------------*/
footer {
  background-color: #333333;
}
footer .float {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer p {
  font-size: 0.8125rem;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 7px 0px;
  line-height: 20px;
}
footer img {
  width: 170px;
}
footer a {
  color: white;
  text-decoration: underline;
}
footer a:hover {
  text-decoration: none;
}
footer a:link, footer a:visited {
  color: white;
  text-decoration: underline;
}
footer em {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  color: #fff;
  border-bottom: solid 1px #fff;
  display: block;
  padding: 0px 0px 8px 0px;
}
footer article {
  margin: 0px 0px 30.5px 0px;
}
footer section {
  background-color: #333333;
  margin: 35px 53px 35px 0px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
footer section:nth-child(1) {
    background-color: #222222;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -ms-flex-preferred-size: 310px;
    flex-basis: 310px;
    margin: 0px;
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
}
footer section:nth-child(1) p {
    font-size: 0.75rem;
    font-weight: bold;
    color: #fff;
    padding-top: 35px;
    padding: 30px 10px 10px;
}
footer section:nth-child(2) {
  margin-left: 67px;
}

footer .sns {
  margin-top: 20px;
}
footer .link .ban {
  margin-top: 20px;
}
footer small {
    color: #fff;
    text-align: center;
    display: block;
    padding: 15px 1px;
}

footer #fixed-ban {
  display: none;
}

/*----------------------------------------------------------------
7. SMP
----------------------------------------------------------------*/
@media screen and (max-width: 736px) {
  #main-column {
    padding: 0;
  }
  .float {
    width: auto;
  }
  .float.inward {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 15px;
  }
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 44px;
    height: 30px;
    background: none;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
    margin-left: 20px;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 4px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 14px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .open .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(14px) rotate(-45deg);
            transform: translateY(14px) rotate(-45deg);
  }
  .open .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .open .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-14px) rotate(45deg);
            transform: translateY(-14px) rotate(45deg);
  }
  section .title.shikaku {
    margin-bottom: 10px;
  }
  section .title.shikaku h1 {
    font-family: "Noto Sans JP", "游ゴシック", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 0 0.5rem 0 0;
    font-size: 1.15rem;
    letter-spacing: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  section .title.shikaku p {
    font-family: "Noto Sans JP", "游ゴシック", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 0.25rem 0.5rem;
    font-size: 0.7rem;
    line-height: 120%;
    display: block;
    max-width: 60%;
  }
  section .title.maru {
    text-align: center;
  }
  section .title.maru h1 {
    margin: 0;
    margin-bottom: 10px;
    padding: 9px 1rem 9px;
    font-weight: normal;
    display: inline-block;
    font-size: 0.9375rem;
    color: white;
    background-color: #333;
    border-radius: 20px;
    letter-spacing: 0;
  }
  section .title.maru p {
    font-family: "Noto Serif JP", serif;
    font-size: 2.375rem;
    line-height: 120%;
    font-weight: bold;
    margin: 0;
    color: #333;
    line-height: 100%;
  }
  section .title.maru p:after {
    content: "認定精肉店だから提供できる、伊賀牛です。";
    font-size: 1.8rem;
    margin: 0 1rem;
    line-height: 100%;
  }
  section .title.maru p img {
    display: none;
  }
  section .title.simple h1 {
    margin-top: 0;
    font-family: "Noto Serif JP", serif;
    line-height: 100%;
  }
  section .title.simple h1:after {
    content: "お店で人気のお惣菜";
    font-size: 1.8rem;
    margin: 0 1rem;
  }
  section .title.simple img {
    display: none;
  }
  section .list {
    margin-bottom: 20px;
  }
  section .list.two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section .list.two article {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  section .list.two article:nth-child(2n+1) {
    clear: initial;
  }
  section .list.two article p {
    font-size: 0.9375rem;
  }
  section .list.two article p b {
    display: block;
    margin-top: 5px;
  }
  section .list.two article p b small {
    font-size: 0.875rem;
    font-weight: normal;
  }
  section .list.three {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section .list.three .ban {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  section .list.three .ban a {
    display: block;
    text-align: center;
  }
  section .list.three .ban a img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 335px;
  }
  section .list.four {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  section .list.four article {
    width: auto;
    margin-right: 0;
    margin-bottom: 0;
  }
  section .list.four article:nth-child(2n) {
    margin-right: 0;
  }
  section .list.four article:nth-child(2n+1) {
    clear: both;
  }
  section .list.four article p br {
    display: none;
  }
  section .list.four article p b {
    display: block;
    margin-top: 5px;
    font-size: 1.2rem;
  }
  section .list.four article p b small {
    font-size: 0.8rem;
    font-weight: normal;
  }
  section .list.four article p u {
    margin-right: 0.5rem;
  }
  section .list a {
    display: block;
  }
  section .list figure {
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
  }
  section .list figure img {
    width: 100%;
    display: block;
  }
  section .list p {
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
  }
  header .menu-base {
    display: block;
  }
  header .menu-base p {
    font-size: 0.7rem;
    text-align: center;
    display: block;
    width: 100%;
  }
  header .menu-base .omit {
    display: none;
  }
  header .menu-base nav {
    display: none;
  }
  header .contents-base {
    position: relative;
  }
  header .contents-base .float {
    position: relative;
    overflow: initial;
    height: 58px;
  }
  header .contents-base .logo {
    width: 205px;
    height: 58px;
  }
  header .contents-base .logo a:before {
    background-size: 190px;
  }
  header .contents-base .mark {
    left: auto;
    right: -60px;
    width: 60px;
    background-size: 50px;
  }
  header .contents-base .icons {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .contents-base .icons.open + nav {
    opacity: 1;
    visibility: visible;
  }
  header .contents-base .icons.searching + nav ul li {
    display: none;
  }
  header .contents-base .icons.searching + nav ul li.basemenu {
    display: none !important;
  }
  header .contents-base .icons.searching + nav ul li.search {
    display: block;
    padding: 0;
    margin: 0;
  }
  header .contents-base .icons.searching + nav ul li.search .popup.bySearch {
    visibility: visible;
    opacity: 1;
    display: block;
    margin-bottom: 0;
  }
  header .contents-base .icons.searching + nav ul li.search .popup.bySearch form .keyword {
    width: calc(100% - 70px);
    -webkit-appearance: none;
    border-radius: 0;
  }
  header .contents-base .icons.searching + nav ul li.search .popup.bySearch form .submit {
    -ms-flex-preferred-size: 70px;
        flex-basis: 70px;
    -webkit-appearance: none;
    border-radius: 0;
  }
  header .contents-base .icons.searching + nav ul li.search .popup.bySearch .adjuster {
    float: none;
    width: auto;
  }
  header .contents-base .icons.searching + nav ul li.search .popup.bySearch .wordlist {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .contents-base .icons.searching + nav ul li.search .popup.bySearch .wordlist a {
    -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
    margin-bottom: 10px;
    padding: 6px;
    margin-right: 0;
  }
  header .contents-base .icons.searching + nav ul li > a {
    display: none;
  }
  header .contents-base .icons .cart {
    background-image: url(../images/cart.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    width: 35px;
    height: 31px;
    display: block;
    text-indent: -1000px;
    overflow: hidden;
  }
  header .contents-base .icons .search {
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    width: 35px;
    height: 31px;
    display: block;
    text-indent: -1000px;
    overflow: hidden;
    margin-right: 10px;
  }
  header .contents-base .popup {
    position: static;
    width: 100%;
    background-color: #efefef;
    opacity: 0;
    visibility: hidden;
    display: none;
    margin-bottom: 20px;
    z-index: 100;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .contents-base .popup .float {
    height: auto;
  }
  header .contents-base .popup.byPart ul li, header .contents-base .popup.byCookingMenu ul li {
    border-right: 0;
  }
  header .contents-base .popup.byPart .float .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .contents-base .popup.byPart .float .block a.title {
    line-height: 40px;
  }
  header .contents-base .popup.byPart .float .block ul li {
    border-right: 0;
  }
  header .contents-base .popup.open {
    opacity: 1;
    visibility: visible;
    display: block;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  header .contents-base .popup ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.875rem;
    font-family: "Noto Serif JP", serif;
    width: 100%;
  }
  header .contents-base .popup ul li {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  header .contents-base .popup ul li.title a {
    margin: 0;
    padding: 2px 0.5rem;
    border-radius: 0;
    display: block;
    line-height: 35px;
  }
  header .contents-base .popup ul li.meigara {
    background-color: white;
    border-bottom: 0;
  }
  header .contents-base .popup ul li.meigara a {
    text-align: left;
  }
  header .contents-base .popup ul li.meigara a:before {
    content: "銘柄";
    display: inline-block;
    margin-right: 0.5rem;
    padding: 2px 0.5rem;
    line-height: 140%;
    background-color: #d2a315;
    border-radius: 5px;
    color: white;
    font-weight: normal;
  }
  header .contents-base .popup ul li a {
    width: 100%;
    display: inline-block;
    padding: 0;
    text-decoration: none;
    font-weight: bold;
  }
  header .contents-base .popup ul li a:hover {
    background-color: inherit;
    opacity: 0.7;
  }
  header .contents-base nav {
    float: none;
    height: calc(100vh - 58px);
    overflow: auto;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    z-index: 100;
    top: 58px;
    background-color: white;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-overflow-scrolling: touch;
  }
  header .contents-base nav > ul {
    height: auto;
  }
  header .contents-base nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .contents-base nav ul li {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid #ddd;
  }
  header .contents-base nav ul li:first-child {
    padding-left: 20px;
    padding-right: 20px;
  }
  header .contents-base nav ul li ul li {
    padding: 0;
  }
  header .contents-base nav ul li ul li:first-child {
    padding-left: 0;
    padding-right: 0;
  }
  header .contents-base nav ul li.cart {
    display: none;
  }
  header .contents-base nav ul li.search {
    display: none;
  }
  header .contents-base nav ul li.basemenu ul {
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
  }
  header .contents-base nav ul li.basemenu ul li {
    padding: 0;
    width: calc(50% - 2px);
    margin-right: 4px;
    margin-bottom: 4px;
    border-bottom: 0;
  }
  header .contents-base nav ul li.basemenu ul li:nth-child(2n) {
    margin-right: 0;
  }
  header .contents-base nav ul li.basemenu ul li a {
    display: block;
    text-align: center;
    background-color: #efefef;
    padding: 0;
    margin: 0;
  }
  header .contents-base nav ul li a {
    line-height: 50px;
    margin-right: 0;
    padding-left: 0;
    display: block;
  }
  header .contents-base nav ul li.hasMore a {
    display: inline-block;
    padding-left: 0;
  }
  header .contents-base nav ul li.hasMore.open:after {
    display: none;
  }
  main .news {
    margin: 0;
  }
  main .news .inward {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .news .adjuster {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: 10px;
  }
  main .news .title.shikaku {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    margin: 0;
  }
  main .news .title.shikaku h1 {
    display: inline-block;
  }
  main .news ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    display: flex !important;
    padding: 15px 0 20px;
  }
  main .news ul li {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  main .news ul time {
    margin: 0;
    margin-bottom: 10px;
    font-size: 0.8rem;
  }
  main .news ul p {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    padding-left: 0.4em;
    text-indent: -0.4em;
  }
  main .recommend {
    padding: 20px 0;
    margin: 20px 0;
  }
  main .recommend .title.shikaku h1 {
    font-size: 1.15rem;
    letter-spacing: 0;
  }
  main .recommend .title.shikaku p {
    padding: 0 5px;
    font-weight: normal;
    letter-spacing: 0;
  }
  main .visualmenu nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
  }
  main .visualmenu nav a {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #ebddb4;
    color: black;
    font-weight: bold;
    font-size: 0.7rem;
    padding-bottom: 4px;
    position: relative;
    overflow: hidden;
  }
  main .visualmenu nav a::before {
    content: "伊賀牛";
    position: absolute;
    top: 0px;
    left: 0;
    background-color: #d2a315;
    color: white;
    font-size: 0.6rem;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    width: 50%;
    padding: 3px;
    text-align: center;
    z-index: 100;
  }
  main .visualmenu nav a figure {
    margin: 0;
    padding: 0;
    width: auto;
    margin-bottom: 4px;
  }
  main .visualmenu nav a figure img {
    display: block;
    width: 100%;
  }
  main .topsearch {
    margin: 10p 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    max-width: 800px;
  }
  main .topsearch form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    width: calc(100% - 20px);
    background-color: #efefef;
    height: 40px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 2px solid #d2a315;
  }
  main .topsearch input.keyword {
    border: 0;
    width: auto;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    background-color: #efefef;
    border: 0;
    outline: none;
    font-size: 0.9rem;
    font-weight: 600;
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  main .topsearch .submit {
    border: 0;
    width: 60px;
    padding: 0;
    margin: 0;
    height: 100%;
    float: right;
    background-image: url(../images/icon-search.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
    background-color: transparent;
  }
  main .topsearch .wordlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    font-size: 0.9rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    width: calc(100% - 20px);
  }
  main .topsearch .wordlist a {
    border: 1px solid transparent;
    padding: 1px 5px;
    border-radius: 7px;
    line-height: 120%;
  }
  main .topsearch .wordlist a:hover {
    border: 1px solid #d2a315;
  }
  main .aboutus {
    background-color: #efefef;
    margin-bottom: 50px;
  }
  main .aboutus .float {
    padding: 20px;
  }
  main .aboutus .list {
    gap: 20px;
    margin: 0;
    margin-bottom: 0;
  }
  main .aboutus .taste-pr {
    text-align: left;
    background-color: transparent;
    color: black;
    padding: 0 1rem;
    margin-bottom: 0;
    background-image: url(https://www.kodawari-cook.com/contents/images/igagyu-steak.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-bottom: 110px;
    background-size: 260px;
  }
  main .aboutus .taste-pr h1 {
    margin: 0;
    margin-bottom: 0.5rem;
  }
  main .aboutus .taste-pr h1 img {
    width: 85%;
  }
  main .aboutus .taste-pr p {
    margin: 0;
    margin-bottom: 0.5rem;
    line-height: 150%;
    font-size: 0.95rem;
  }
  main .showcase .title {
    margin-bottom: 30px;
  }
  main .showcase .unit {
    padding: 0;
    margin-bottom: 25px;
    width: auto;
  }
  main .showcase .unit h2 {
    font-size: 1.6rem;
    margin-bottom: 30px;
    display: none;
  }
  main .showcase .unit h2 span {
    border-bottom: 1px solid black;
    display: inline-block;
  }
  main .showcase .unit:nth-child(odd) .layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .showcase .unit:nth-child(odd) .layout .items article {
    margin-left: 0;
    margin-right: 2%;
  }
  main .showcase .unit .layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .showcase .unit .layout .title {
    width: auto;
    margin-bottom: 10px;
    height: 200px;
  }
  main .showcase .unit .layout .title a img {
    width: 83px;
    height: 52.5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }
  main .showcase .unit .layout .title:after {
    top: 10px;
    width: 70%;
    display: block;
    padding: 0.5rem 1rem;
    line-height: 100%;
    font-size: 0.9rem;
  }
  main .showcase .unit .layout.yakiniku .title a img {
    width: 81.5px;
    height: 52px;
  }
  main .showcase .unit .layout.sukiyaki .title a img {
    width: 103px;
    height: 52px;
  }
  main .showcase .unit .layout.steak .title a img {
    width: 104px;
    height: 51px;
  }
  main .showcase .unit .layout.shabu .title a img {
    width: 156px;
    height: 52px;
  }
  main .showcase .unit .layout .items article {
    width: 49%;
    margin: 0;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  main .showcase .unit .layout .items article:nth-child(2n) {
    margin-right: 0;
  }
  main .showcase .unit .layout .items article:after {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(../images/icon-igabeef.png);
    left: 5px;
    top: 5px;
  }
  main .showcase .unit .layout .items article strong {
    display: block;
    line-height: 140%;
    margin-bottom: 5px;
  }
  main .showcase .unit .layout .items article p {
    margin: 0;
    padding: 0;
    display: block;
    line-height: 120%;
    font-size: 0.8rem;
  }
  main .showcase .unit .layout .items article img {
    margin-bottom: 5px;
  }
  main .showcase .unit .layout .items article .price {
    text-align: right;
    margin-top: 10px;
    font-size: 1.2rem;
  }
  main .showcase .unit .layout .items article .price small {
    font-weight: normal;
    font-size: 0.8rem;
  }
  main .quickmenu {
    padding: 15px 0;
  }
  main .quickmenu nav {
    display: block;
    margin-bottom: 1.5rem;
    font-size: 0.9375rem;
  }
  main .quickmenu .block {
    display: block;
  }
  main .quickmenu .block a {
    margin-right: 0;
  }
  main .quickmenu em {
    display: block;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0px;
    margin-bottom: 0.5rem;
    text-align: left;
    display: block;
    padding: 0.3rem 0.5rem;
    background-color: #333;
    color: white;
    border: 0;
    border-radius: 0;
  }
  main .quickmenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main .quickmenu ul.first-is-title li {
    margin: 0;
    display: block;
    border-bottom: 0.5px solid #999;
  }
  main .quickmenu ul.first-is-title li:last-child {
    border-bottom: 0;
  }
  main .quickmenu ul.first-is-title li a {
    text-align: left;
    display: block;
    padding: 0.5rem;
  }
  main .quickmenu ul.first-is-title li:first-child {
    margin-right: 0;
    border-bottom: 0;
  }
  main .quickmenu ul.first-is-title li:first-child a {
    text-align: left;
    display: block;
    padding: 0.3rem 0.5rem;
    background-color: white;
    border: 0;
    border-radius: 0;
  }
  main .quickmenu ul li {
    display: block;
    margin-right: 10px;
    border-bottom: 0.5px solid #999;
  }
  main .quickmenu ul li a {
    text-align: left;
    display: block;
    padding: 0.5rem;
  }
  main .quickmenu .list {
    border: 0;
    margin-top: 30px;
  }
  main .quickmenu .list .ban p {
    display: none;
  }
  main .quickmenu .list .ban img {
    width: 100%;
    height: auto;
  }
  main .ban.nopadding {
    padding: 0;
  }
  main .ban img {
    width: 100%;
  }

  section .list.two._top {
    margin-bottom: 20px;
  }
  section .list.two._top .ban {
    width: 100%;
  }
  .ban.nopadding.reviewcamp {
    margin-top: 20px;
  }

  footer .float {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer section {
    margin: 20px;
    margin: 0 20px;
  }
  footer section article {
    margin-bottom: 20px 20px 0 20px;
  }
  footer section:nth-child(1) {
    -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
  }
  footer section:nth-child(2) {
    margin: 20px;
  }

  footer .sns img {
    width: 30%;
    height: auto;
  }

  footer .link {
    padding-bottom: 20px gb;
    padding-bottom: 20px;
    display: flex;
    gap: 10px;
  }


  footer #fixed-ban {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    padding: 10px;
  }
  footer #fixed-ban img {
    width: 100%;
  }
}
@media screen and (max-width: 374px) {
  header .contents-base .logo .mark {
    display: none;
  }
}