@charset "UTF-8";
/* commonには他のページにも使用できるcssを格納しています。 */

#fs-page-error-container {
  grid-column: span 2;
}

.-reset_form input,
.-reset_form button,
.-reset_form select,
.-reset_form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

.-reset_form textarea {
  resize: vertical;
}

.-reset_form input[type="checkbox"],
.-reset_form input[type="radio"] {
  display: none;
}

.-reset_form input[type="submit"],
.-reset_form input[type="button"],
.-reset_form label,
.-reset_form button,
.-reset_form select {
  cursor: pointer;
}

.-reset_form select::-ms-expand {
  display: none;
}

.-reset_form ::placeholder {
  color: #ccc;
}

.-reset_form ::-ms-input-placeholder {
  color: #ccc;
}

.-reset_form :-ms-input-placeholder {
  color: #ccc;
}

/*　パンくず */

.c-breadcrumb_wrap {
  padding-top: 60px;
}

.fs-c-breadcrumb {
  margin: 0 auto;
  padding: 8px 5%;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  /* padding: 60px 5% 8px 5%; */
  overflow-x: scroll;
  width: 100%;
}

.fs-c-breadcrumb__list {
  align-items: center;
  padding: 0;
  display: flex;
  font-size: 1.4rem;
  flex-wrap: nowrap;
  width: max-content;
}

.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
  content: " > ";
}

/* common */

.full_cont {
  width: 100%;
  margin: 0 auto 30px;
}

.-under {
  margin-top: 30px;
}

.under_l-main {
  margin: 20px auto 0;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.onebox_l-main {
  width: 90%;
  margin: 80px auto 30px;
}

/* やがちゃんコメント */

.yagachan_comment {
  position: relative;
  background: url(../img/bg_wood_comment.jpg) no-repeat center center;
  background-size: cover;
  padding: 12% 8% 8% 8%;
  margin-top: 100px;
}

.yagachan_comment_img {
  position: absolute;
  top: -10%;
  width: 40%;
  left: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(0%, -50%);
}

.yagachan_comment_img_txst {
  font-size: 1.5rem;
  color: #c63f0f;
  font-weight: bold;
  border-bottom: dotted 3px orange;
  display: inline;
}

/* 商品一覧 */

.list_bg_tit {
  margin-bottom: 40px;
  padding: 12% 0 12%;
  text-align: center;
  font-weight: normal;
}

.-tit_hakusai {
  background: url(../img/sp_list_hakusai.jpg) no-repeat center top / cover;
}

.-tit_vegetable {
  background: url(../img/sp_list_vegetable.jpg) no-repeat center top / cover;
}

.-tit_gejang {
  background: url(../img/sp_list_gejang.jpg) no-repeat center top / cover;
  padding: 6% 0 6%;
}

.-tit_seafood {
  background: url(../img/sp_list_seafood.jpg) no-repeat center top / cover;
}

.-tit_set {
  background: url(../img/sp_list_set.jpg) no-repeat center top / cover;
}

.-tit_changja {
  background: url(../img/sp_list_changja.jpg) no-repeat center top / cover;
}

.-tit_meat {
  background: url(../img/sp_list_meat.jpg) no-repeat center top / cover;
  padding: 6% 0 6%;
  color: #fff;
}

.-tit_sauce {
  background: url(../img/sp_list_sauce.jpg) no-repeat center top / cover;
  padding: 6% 0 6%;
}

.list_bg_tit__txst {
  font-size: 2.5rem;
  letter-spacing: 1px;
  text-align: left;
  padding: 0 5% 0 5%;
  font-weight: bold;
}

.-under_list .tab_content_box {
  display: grid;
  grid-template-columns: repeat(2, 48%);
  gap: 40px 4%;
  margin: 0px auto 30px;
  width: auto;
}

.-under_list .tab_content_box_wrap {
  overflow: hidden;
}

/* 大カテ */

.bigcate_fullcont_wrap {
  position: relative;
}

.bigcate_fullcont {
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.bigcate_fullcont_txst {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  padding: 3% 10%;
  width: 80%;
  color: #444;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
  font-size: 2.5rem;
  line-height: 1;
  font-weight: bold;
}

.bigcate_yagachan_comment {
  position: relative;
  background: #fffce7;
  background-size: cover;
  padding: 8% 8%;
  margin-top: -30px;
  display: flex;
  flex-wrap: wrap;
}

.bigcate_yagachan_comment_fukidashi {
  position: absolute;
  top: 1%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
}

.bigcate_yagachan_comment_img {
  width: 40%;
  margin: 0 auto 20px;
}

/* 小カテ */

.smallcate_fullcont {
  width: 100%;
  margin: 0 auto;
}

.smallcate_fullcont_txst {
  color: #222;
  display: block;
  width: 90%;
  margin: 30px auto 20px auto;
}

.smallcate_fullcont_txst h1 {
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.-comment_under {
  margin-bottom: 50px;
}

.-under_cont {
  font-size: 2.3rem;
}

.rogo_tit_wrapper {
  border-bottom: 2px solid #c63f0f;
  margin-bottom: 40px;
  padding-bottom: 15px;
}

.rogo_tit {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  background: url(../img/icon_tit_logo.svg) no-repeat left center / 40px 40px;
  padding: 8px 0 8px 50px;
}

.left_line_tit {
  padding: 0.25em 0.5em; /*上下 左右の余白*/
  color: #494949; /*文字色*/
  background: transparent; /*背景透明に*/
  border-left: solid 5px #c63f0f; /*左線*/
  margin-bottom: 20px;
}

.method_cont {
  display: flex;
  flex-wrap: wrap;
}

.method_cont__img,
.method_cont__txstbox {
  width: 100%;
}

.method_cont__txstbox__tit {
  font-size: 2.2rem;
  margin-bottom: 25px;
  font-weight: bold;
}

.method_cont__txstbox {
  margin-bottom: 40px;
}

.method_cont__list_wrap li:first-child {
  margin-bottom: 40px;
}

.method_cont__list_wrap {
  margin-bottom: 60px;
}

.method_cont__list_flex li:first-child {
  margin-bottom: 15px;
}

.method_cont__list_flex {
  margin-bottom: 40px;
}

.method_cont__txstbox__txst p:not(:last-child) {
  margin-bottom: 20px;
}

.-wood_comment {
  background: url(../img/bg_bl_wood_comment.jpg) no-repeat center center;
  background-size: cover;
  margin-bottom: 100px;
  margin-top: 80px;
}

.-wood_comment .bigcate_yagachan_comment_img_txst {
  color: #fff;
  border-bottom: dotted 1px #9d908a;
  display: inline;
  line-height: 1.6;
}

.bigcate_yagachan_comment_img_txst_wrap {
  width: 100%;
}

.bigcate_yagachan_comment_img_mt {
  margin-top: 20px;
}

.taste_cont {
  padding: 10% 5%;
  background: url(../img/bg_wood_ajiwai.jpg) no-repeat center center;
  background-size: cover;
}

.taste_cont__txstbox__txst p {
  font-weight: bold;
}

.taste_cont__txstbox__txst p:not(:last-child) {
  margin-bottom: 20px;
}

.taste_cont__img {
  margin-bottom: 25px;
}

/* 商品ページ */

.maintit_wrap {
  width: 90%;
  margin: 0 auto;
}

.maintit {
  text-align: center;
  padding-bottom: 30px;
  background: url(../img/un_brush.svg) no-repeat center bottom / 207px 21px;
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.-item_mb {
  margin-bottom: 50px;
}

.accordion-tit {
  text-align: center;
  border-radius: 3px;
  font-size: 1.8rem;
  color: #fff;
  display: inline-block;
  padding: 15px 7%;
  width: 100%;
  background: url(../img/bg_bl_wood_comment.jpg) no-repeat center center;
  background-size: cover;
}

.accordion-tit span {
  background-image: url(../img/icon_plus_w.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 96% 50%;
  display: block;
  width: 100%;
  letter-spacing: 0;
}

.table_2rows {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 10px;
}

.table_2rows th {
  width: 30%;
  background: #f6f6f6;
  border: 1px solid #cdcdcd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
}

.table_2rows td {
  background: #fff;
  border: 1px solid #cdcdcd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: top;
  text-align: left;
}

.opencont {
  display: none;
  margin-top: 30px;
}

.slideopen {
  cursor: pointer;
}

.active .accordion-tit span {
  background-image: url(../img/icon_muinus_w.svg);
}

.table_txst {
  padding: 10px 0;
}

.table_comment {
  font-size: 1.8rem;
  color: #c63f0f;
  margin-bottom: 10px;
  font-weight: bold;
}

.table_txst__a {
  text-decoration: underline;
}

/* 類似商品 */

.table-wrap {
  overflow-x: scroll;
}

.table {
  width: 100%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  border-collapse: collapse;
}

.table tr:nth-child(1) th,
.table tr:last-child th {
  background-color: #fff;
}

.table th:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border-left: 1px solid #fff;
}

.table th {
  width: 98px;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}

.table th,
.table td {
  border: 2px solid #eee;
  padding: 10px;
}

.table tr:nth-child(1) td {
  border-top: 5px solid #eee;
  padding-top: 20px;
}

.table_img {
  max-width: 228px;
  margin-bottom: 20px;
}

.table tr:nth-child(n + 2) th {
  background-color: #f6f6f6;
}

.table td {
  width: 230px;
}

.table tr:nth-child(1) th,
.table tr:last-child th {
  background-color: #fff;
}

.table tr:nth-child(1) td,
.table tr:last-child td {
  border-style: none;
}

.table tr:nth-child(1) th,
.table tr:last-of-type th {
  border-style: none;
}

/* フリーページ */

.f_num_list {
  border: 1px solid #c63f0f;
  counter-reset: num;
  list-style-type: none !important;
  padding: 5%;
  margin: 0;
}
.f_num_list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}

.f_num_list li:before {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  display: inline-block;
  background: #c63f0f;
  color: #fff;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 14px;
  border-radius: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  top: 10px;
}

.f_txstbox {
  margin-bottom: 30px;
}

.f_txstbox p:not(:last-child) {
  margin-bottom: 20px;
}

.-last {
  margin-top: 30px;
  margin-bottom: 0;
}

.maintit_bold {
  background-color: #fffce7;
  padding: 8%;
  font-weight: bold;
  margin-bottom: 50px;
}

.-f_red {
  color: #c63f0f;
  font-weight: bold;
  font-size: 2.2rem;
}

.-only {
  margin-bottom: 0 !important;
}

.rogo_tit_wrapper_mb {
  margin-bottom: 50px;
}

.f_imgbox {
  margin: 0 auto 30px;
  width: 100%;
}

.maintit_bold_w_wrap {
  margin-bottom: 50px;
}

.maintit_bold_w {
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

.f_dot_list {
  padding-left: 20px;
}

.f_dot_list li {
  list-style: disc;
  padding: 0.5em 0.5em 0.5em 30px;
  padding: 0.5em 0; /*前後の文との余白*/
}

.f_dot_list__a {
  text-decoration: underline;
}

/* まとめて購入 */

.all_item_wrap {
  position: relative;
}

.allitem-box {
  position: relative;
}
.allitem-yaga {
  display: none;
}

.allitem-box-num {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
}

.allitem-pase {
  background: url(../img/allitem-pase.svg) no-repeat center center / 250px auto;
  display: flex;
  align-items: center;
  width: 250px;
  min-height: 60px;
  font-size: 3.2rem;
  line-height: 1;
  padding-left: 20px;
}

.allitem-pase span {
  text-align: center;
  width: 60px;
  margin-left: 8px;
}

.allitem__num {
  position: absolute;
  left: 33%;
  top: 19vh;
  color: #fff;
  font-size: 3.8rem;
  transform: translate(-50%, 0%);
}

.allitem_yagachan_comment_img {
  width: 90%;
  margin: 20px auto;
}

.allitem_yagachan_comment {
  width: 90%;
  margin: 0 auto;
}

.allitem-box_pic {
  width: 90%;
  margin: 0 auto;
}

/* バイキング */

.fs-body-category-viking7 .fs-c-productList {
  display: none;
}

.viking-list {
  color: #fff;
  background: url(../img/bg_bl_wood_viking.jpg) no-repeat center top / cover;
  padding: 10% 5%;
  text-align: center;
  margin-bottom: 80px;
}

.viking-list li:not(:last-child) {
  margin-bottom: 30px;
}

.viking-list__list_num {
  font-size: 4.4rem;
  line-height: 1;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: inline-block;
}

.viking-list__list_txst {
  text-align: left;
}

.vklist {
  display: grid;
  grid-template-columns: repeat(2, 48%);
  gap: 40px 4%;
  margin: 0 auto 50px;
  width: 90%;
}

.vklist li {
  display: flex;
  flex-wrap: wrap;
}

.vklist li div {
  margin-top: auto;
  width: 100%;
  position: relative;
}

.vklist li div::before {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  right: 10px;
  top: 50%;
  background: url(../img/un-arrow-w.svg) no-repeat center center / 12px 12px;
  z-index: 3;
  transform: translateY(-50%);
  pointer-events: none;
}

.vklist li div::after {
  content: "";
  width: 30px;
  height: 100%;
  background: #444;
  position: absolute;
  display: block;
  z-index: 2;
  right: 0;
  top: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.vklist--pic {
  margin-bottom: 10px;
}

.vklist--pic img {
  width: 100%;
  height: auto;
  display: block;
}

.vklist--name {
  font-weight: bold;
  margin-bottom: 10px;
}

.vklist--price {
  font-weight: bold;
  color: #c63f0f;
  margin-bottom: 20px;
}

.vklist--price span {
  font-size: 1.4rem;
}

.-fixcart-vk {
  position: fixed;
  left: 0;
  bottom: 72px;
  width: 100%;
  z-index: 4;
}

.-fixcart-vk button {
  width: 100%;
  padding: 10px;
  background: #c63f0f;
  color: #fff;
}

/* 業務用 */

.mb_under_txst p:not(:last-child) {
  margin-bottom: 20px;
}

.mb_under_txst {
  margin-bottom: 20px;
}

.tel_box {
  border: 3px solid #efefef;
  padding: 3%;
  display: grid;
  grid-template-columns: max(88px, 30%) auto;
  gap: 0px 10px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.tel_box__txstbox--tit {
  color: #fff;
  background-color: #000;
  letter-spacing: 0;
  display: block;
  padding: 5px 5px;
  margin: 0 auto;
}

.tel_box__txstbox--num {
  font-size: 2.7rem;
  letter-spacing: 0;
  font-weight: bold;
}

.tel_box__txstbox--icon {
  background: url(../img/icon_phone.svg) no-repeat left center / 20px;
  padding-left: 26px;
}

.tel_box__txstbox--txst {
  font-size: 1.5rem;
}

.mb_under_txst {
  margin: 30px auto;
}

.mb_under_txst--list li {
  list-style: disc;
  margin-left: 20px;
}

.-tastes {
  text-align: center;
}
.-obsession {
  text-align: center;
  margin-bottom: 50px;
}

.ban-list {
  max-width: 600px;
  margin: 0 auto 30px;
}

.fbusiness--pic {
  margin-bottom: 20px;
}

.fbusiness__info--name {
  font-weight: bold;
  margin-bottom: 10px;
}
.fbusiness__info--price {
  text-align: right;
  font-weight: bold;
  margin-bottom: 20px;
}

.itadaki-pack {
  margin: 20px auto 50px;
  filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.16));
  padding: 5%;
  background: #fff;
  border-radius: 6px;
  display: block;
}

.note {
  margin-top: 20px;
  background-color: #fff; /* 背景色 */
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), /* 点線1の色 */ linear-gradient(180deg, #b74924 1px, transparent 1px); /* 点線2の色と太さ */
  background-size: 8px 100%, /* 点線1のサイズ */ 100% 2.5em; /* 点線2のサイズ */
  line-height: 2.5em; /* 文字の高さ */
  padding-bottom: 1px;
  background-repeat: repeat;
}

.think-kimuchi {
  position: relative;
  background: url(../img/sp-think-kimuchi.jpg) no-repeat left top / 100% auto;
  padding: 160px 5% 0;
  margin: 0 auto 50px;
}

.think-kimuchi__txt {
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  padding: 8% 5%;
  border-radius: 6px;
}

.think-kimuchi__txt--cover dt {
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 25px;
}

.yagachan-line {
  background: url(../img/bg_yagachan.svg) no-repeat left center / 50px 50px;
  padding: 0 0 10px 60px;
  border-bottom: 4px solid #c63f0f;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 auto 24px;
  width: 90%;
}

.recruiting-storebox {
  margin: 0 auto 70px;
}

.recruiting-store {
  width: max-content;
  border-collapse: collapse;
  margin: 0 5% 0;
}
.recruiting-store th,
.recruiting-store td {
  border: 1px solid #ccc;
  padding: 10px;
}

.recruiting-store tr:nth-child(even) {
  background: #fafafa;
}

.recruiting-store th {
  background: #d1653f;
  color: #fff !important;
}

/*おまけセール*/
.omake__mv {
  position: relative;
  background: url(../img/mv__omake-sp.jpg) no-repeat left top / 100% auto;
  padding: 100px 0 0;
}

.omake__span {
  display: grid;
  grid-template-columns: auto auto;
  gap: 0 10px;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  align-items: center;
  margin: 20px auto;
}

.omake__span dt {
  background: #c63f0f;
  color: #fff !important;
  padding: 4px 10px;
}

.omake__span dd {
  color: #c63f0f;
}

.omake__fcp {
  max-width: 320px;
  margin: 0 auto;
}

.omake_box--num {
  font-size: 2.2rem;
}

.omake_box--num span {
  font-size: 4rem;
}

.omake_box--pic {
  max-width: 88px;
  order: 1;
  z-index: 2;
  display: block;
}

.omake_box {
  margin: 0 auto 30px;
}

.omake_box--num {
  order: 2;
}

.omake_box--voice {
  padding: 40px 20px 20px;
  width: 90%;
  margin: -20px auto 0;
  background: #fff;
  border: 4px solid #ededed;
  border-radius: 6px;
}

.omake_box__inner {
  display: grid;
  grid-template-columns: 88px auto;
  grid-template-rows: 88px auto;
  gap: 0 10px;
  justify-content: center;
}

.omake_box--plate {
  background: url(../img/bourd.jpg);
  color: #fff !important;
  order: 3;
  grid-column: 1/3;
  padding: 10px 20px 10px 100px;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
  width: 96%;
  margin: -30px auto 0;
}

.omake_box--plate span {
  margin-right: 20px;
}

.ok-info {
  width: 90%;
  margin: 0 auto 40px;
}

.ok-info p:not(:last-child) {
  margin-bottom: 20px;
}

/*middle*/
.middle_cate {
  position: relative;
  margin: 0 auto 30px;
}
.middle_cate-tit {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  width: 80%;
  text-align: center;
  padding: 10px;
  font-size: 2.4rem;
  font-weight: bold;
}

.middle_fcp {
  margin: 0 auto 60px;
  font-size: 2.4rem;
  font-weight: bold;
}

.puchi-nc {
  background: #fffce7;
  padding: 20px;
  position: relative;
  margin: 0 auto 40px;
}

.puchi-nc--pic {
  max-width: 160px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.16));
}

.puchi-nc--face {
  max-width: 100px;
  margin: 10px auto 20px;
}

.middle-item_ban--pic {
  margin-bottom: 10px;
}

.middle-item_ban--list:not(:last-child) {
  margin-bottom: 20px;
}

.step-ct {
  border: 2px solid #dbdbdb;
  padding: 20px;
  margin: 20px auto;
}

.step-ctbox--num {
  font-size: 4.4rem;
  line-height: 1;
  color: #c63f0f;
  text-align: center;
  margin-bottom: 20px;
}

.-underline {
  color: #c63f0f;
  text-decoration: underline;
}

.step-ctbox__list:not(:last-child) {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

/*shop*/
.shop-info {
  margin: 0 auto 20px;
}

.g-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
  margin: 0 auto 20px;
}

.g-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.shop-info__maps {
  margin-bottom: 40px;
}

.shop-info__maps--list:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}

.shop-info__maps--list {
  display: grid;
  grid-template-columns: 80px auto;
  gap: 0 20px;
  margin-top: 20px;
}

.shop-info__pic p:not(:last-child) {
  margin-bottom: 20px;
}

.shop-information--tbl {
  border-collapse: collapse;
  width: 100%;
}

.shop-information--tbl th,
.shop-information--tbl td {
  border: 1px solid #ccc;
  padding: 10px;
  word-break: break-all;
}

.shop-information--tbl th {
  background: #f6f6f6;
  width: 30%;
}

/*contents policy*/
.c-policy li {
  list-style: decimal;
  margin-left: 20px;
}

.c-policy li:not(:last-child) {
  margin-bottom: 40px;
  padding-bottom: 10px;
}

.policy-introd {
  margin-top: 20px;
}

.policy-introd__hist {
  margin-bottom: 30px;
}

.policy-introd__hist p:not(:last-child) {
  margin-bottom: 20px;
}

.payed {
  font-weight: bold;
  color: #c63f0f;
  border-bottom: 1px dashed #c63f0f;
  padding-bottom: 10px;
}

.policy-yaga {
  max-width: 260px;
  margin: 0 auto;
}

.f-polic {
  margin-bottom: 10px;
}

/*contact*/
.-mb_txt p:not(:last-child) {
  margin-bottom: 20px;
}

.send-mail input {
  padding: 10px;
  display: block;
  background: #c63f0f;
  color: #fff !important;
  max-width: 240px;
  width: 100%;
  margin: 0 auto;
}

.-form-name {
  display: grid;
  grid-template-columns: 20px auto;
  gap: 10px 10px;
  align-items: center;
}

.contactbox {
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto 30px;
}

.contactbox th,
.contactbox td {
  padding: 10px;
}

.contactbox th {
  width: 100%;
  display: block;
  background: #efefef;
}

.contactbox th span {
  color: #c63f0f;
}

.contactbox td {
  display: block;
  width: 100%;
}

.short,
.long {
  border: 1px solid #ccc !important;
  width: 100%;
  padding: 6px;
}

.-form-tel {
  display: grid;
  grid-template-columns: 28% 10px 28% 10px 28%;
  align-items: center;
  gap: 0 5px;
}

/*guide*/
.guide-anker {
  display: grid;
  grid-template-columns: repeat(2, 48%);
  gap: 10px 4%;
  margin: 0 auto 50px;
}

.guide-anker__list--a {
  background: url(../img/un-arrow.svg) no-repeat 94% center / 16px 16px #444;
  color: #fff !important;
  padding: 6px 10px;
  display: block;
  border-radius: 4px;
  text-align: center;
  line-height: 1.5;
}

/*ご利用ガイド*/

.guide-capt {
  margin: 0px auto 40px;
}

.guide-capt dt {
  font-weight: bold;
  margin: 40px auto 15px;
}

.guide-capt dd:not(:last-child) {
  margin-bottom: 12px;
}

.cardlist {
  max-width: 600px;
  margin: 0 auto 20px !important;
}

.amazonpay {
  max-width: 240px;
}

.logo-yamato {
  max-width: 140px;
}

.guide-list li {
  list-style: disc;
  margin-left: 20px;
}

.send-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px auto 20px;
}

.send-table th,
.send-table td {
  border: 1px solid #ccc;
  padding: 5px;
  line-height: 1.5;
}

.send-table th {
  background: #fafafa;
  min-width: 80px;
}
.min-txt {
  font-size: 1.4rem;
  margin: 0 auto 40px;
}

.-guide-pad {
  margin: 40px auto;
}

/*about*/
.about-bg {
  background: url(../img/sp_about-bg.jpg) no-repeat left top / cover;
  position: relative;
  padding: 5%;
}

.about-yaga {
  margin: -80px 0 20px;
  max-width: 197px;
}

.about-voice__tit {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.8rem;
}

.about-infor__index {
  text-align: center;
  font-size: 2.8rem;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 1.5;
  margin: 30px auto 20px;
}

.about-infor__index-num {
  border-bottom: 1px solid #c63f0f;
  display: inline-block;
  font-size: 4.4rem;
  margin-bottom: 20px;
}

.about-infor-cov {
  margin-bottom: 20px;
}

.about-infor-pic {
  margin: 20px auto 40px;
}

/*町おこし*/
.use-case__tit {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.hidetxt {
  margin-bottom: 30px;
}

.use-case__tit span {
  color: #c63f0f;
  display: block;
  margin: 0 auto 10px;
  text-align: center;
}

.use-case__tit span::after {
  content: "";
  width: 20px;
  height: 1px;
  background: #c63f0f;
  display: block;
  margin: 10px auto 20px;
}

.use-case dd {
  margin-bottom: 40px;
}

.use-dev {
  font-weight: bold;
}

.use-item {
  margin: 20px auto;
}

.use-item__list {
  display: grid;
  grid-template-columns: repeat(2, 45%);
  gap: 0 10%;
  text-align: center;
  align-items: center;
}

.use-item__list:not(:first-child) {
  border-bottom: 1px dashed #ccc;
  background: url(../img/i-delta.svg) no-repeat center center / 10px 10px;
  padding: 10px 0;
}

.-first-ulist > p:first-child {
  background: #d1653f;
  color: #fff !important;
  padding: 10px;
}

.-first-ulist > p:last-child {
  background: #fcefea;
  padding: 10px;
}

.develops {
  margin: 0 auto 30px;
}

.type-use {
  background: url(../img/type-use.jpg) no-repeat left top / 100% auto;
  padding: 100px 5% 0;
  margin: 0 auto 60px;
}

.type-use__box {
  background: rgba(255, 255, 255, 0.6);
  padding: 20px;
}

.type-use__box--list {
  list-style: decimal;
  margin: 0 0 10px 20px;
}

.type-use__box--list:not(:last-child) {
  margin-bottom: 25px;
}

.type-use__box--tit {
  font-weight: bold;
  margin-bottom: 10px;
}

.type-use-tit {
  width: 90%;
  margin: 0 auto;
}

.yung-intoroduction {
  margin: 0 auto 40px;
}

.dobble-item,
.three-item,
.single-item {
  margin: 0 auto 20px;
}

.dobble-item__list:not(:last-child),
.three-item__list:not(:last-child) {
  margin-bottom: 20px;
}

.yung-spec {
  border-collapse: collapse;
  width: 100%;
  margin: 20px auto 40px;
}

.yung-spec th,
.yung-spec td {
  padding: 10px;
  border: 1px solid #ccc;
  line-height: 1.5;
}

.yung-spec th {
  width: 30%;
  background: #fcefea;
}

.yungarrnge {
  margin: 0 auto 40px;
}

.one-yung {
  margin: 0 auto 50px;
}

.kimuchi-case dt {
  font-weight: bold;
  margin-bottom: 6px;
}
.kimuchi-case dd {
  margin-bottom: 20px;
}

/*privacy-policy*/

.policy {
  margin: 40px auto 0;
}

.policy--cont {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 3rem;
}

.policy--area:not(:last-child) {
  margin-bottom: 30px;
}

.policy__list {
  margin-top: 30px;
}

.policy__list--dod {
  list-style: disc;
  margin-left: 20px;
}

/*原材料*/
.material-list {
  margin: 0 auto 40px;
}

.material-list dt {
  font-weight: bold;
  margin-bottom: 10px;
  color: #c63f0f;
}

.nons-under {
  margin: 0 auto 60px;
}

/*相談*/
.soudan-bg {
  background: url(../img/sp_about-bg.jpg) no-repeat left top / cover;
  position: relative;
  padding: 5%;
}

.soudan-list {
  border-bottom: 1px dashed #444;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.soudan-list__list {
  list-style: disc;
  margin-left: 20px;
}

.conditions--td {
  border-collapse: collapse;
  width: 100%;
  margin: 20px auto;
}
.conditions--td th,
.conditions--td td {
  padding: 10px;
  border: 1px solid #444;
}

.conditions--td th {
  background: rgba(209, 101, 63, 0.16);
  width: 30%;
}

/*reading*/
.citing {
  background: url(../img/sp_about-bg.jpg) no-repeat left top / cover;
  padding: 5%;
  position: relative;
  margin: 0 auto 30px;
}

.citing-up,
.citing-un {
  max-width: 22px;
  position: absolute;
}

.citing-up {
  top: -5px;
  right: 10px;
}

.citing-un {
  bottom: -5px;
  left: 10px;
}

.citing-txt {
  margin-top: 20px;
}

.soup_step {
  margin-top: 40px;
}

.soup_step__list--pic {
  max-width: 214px;
  margin: 0 auto 20px;
}

.soup_step__list:not(:last-child) {
  margin-bottom: 30px;
}

.qabox dt {
  background: url(../img/icon-q.svg) no-repeat left top / 24px 24px;
  padding: 3px 0 3px 34px;
  margin-bottom: 20px;
  font-weight: bold;
}

.qabox dd {
  background: url(../img/icon-a.svg) no-repeat left top / 24px 24px;
  padding: 3px 0 3px 34px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.qabox dd p:not(:last-child) {
  margin-bottom: 20px;
}

.reading-post {
  width: 90%;
  display: grid;
  grid-template-columns: 100%;
  gap: 10px 0;
  margin: 0 auto 80px;
}

.reading-post li {
  width: 100%;
}

.reading-post li a {
  display: block;
  padding: 10px;
  border: 1px solid #999;
  width: 100%;
  border-radius: 4px;
}

.reading-post li a span {
  background: url(../img/r-arrow-w.svg) no-repeat 95% center / 8px 10px;
  display: block;
}

/* 商品ページ_カレー_sp */

.curry-case {
  margin-bottom: 60px;
}

.curry-case li:not(:last-child) {
  margin-bottom: 30px;
}

.curry-case_cook__img {
  margin-bottom: 10px;
}

.curry-case_cook__tit {
  font-size: 2.2rem;
  margin-bottom: 25px;
  font-weight: bold;
}

.curry_dobble-item {
  margin: 0 auto 20px;
}

.curry_dobble-item__list:not(:last-child) {
  margin-bottom: 20px;
}

.curry_dobble-item__list--img {
  margin-bottom: 10px;
}

.curry_dobble-item_wrap {
  border: 1px solid #c63f0f;
  padding: 5%;
  margin-bottom: 80px;
}

/* 商品ページ_オリーブ七味_sp */

.curry-case {
  margin-bottom: 60px;
}

.neri-case li:not(:last-child) {
  margin-bottom: 30px;
}

.neri-case_cook__img {
  margin-bottom: 10px;
}

.neri-case_cook__tit {
  font-size: 2.2rem;
  margin-bottom: 25px;
  font-weight: bold;
}

.neri-case_cook {
  display: flex;
  border-bottom: 1px dashed #000;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.neri-case_cook__img {
  width: 30%;
  margin-right: 5%;
}

.neri-case_cook__txst {
  width: 65%;
}

.-mt {
  margin-top: 50px;
}

/* 商品ページ_生姜ヤンニョム_sp */

.-shoga-case {
  display: grid;
  grid-template-columns: repeat(2, 49%);
  gap: 0 2%;
  margin-bottom: 0px;
}

.shoga_dobble-item_wrap {
  border: 1px solid #c63f0f;
  padding: 5%;
  margin-bottom: 80px;
}

.shoga_dobble-item_wrap li:not(:last-child) {
  margin-bottom: 10px;
}

/* お客様の声_sp */

.f_sub_mb {
  margin-bottom: 10px;
}

.review_box {
  border: 1px solid #dcd7d7;
  padding: 3%;
}

.f_txstbox li:not(:last-child) {
  margin-bottom: 50px;
}

/* 共通_headnews_sp */
.head_news_wrap {
  width: 100%;
  background: #999c41;
  margin-top: 60px;
  margin-bottom: -60px;
}

.head_news {
  padding: 2% 0;
  width: 90%;
  margin: 0 auto;
}

.head_news li {
  color: #fff;
  background: url(../img/i-arrow_w.svg) no-repeat left center / 14px 12px;
  font-size: 1.5rem;
  padding-left: 25px;
}

.head_news li:not(:last-child) {
  margin-bottom: 5px;
}

.head_news li a {
  color: #fff;
  text-decoration: underline;
}

.cart-greet__word a {
  text-decoration: underline;
  color: #c63f0f;
}

.-singles {
  margin-top: 60px;
  margin-bottom: 20px;
}

/* 商品説明 */
.bigcate_intro {
  margin-top: 40px;
  padding: 4% 6%;
  background: #8b8d51;
  color: #f1f1f1;
}

.bigcate_intro_title {
  text-align: center;
  font-weight: bold;
}

.bigcate_intro_title span {
  display: inline-block;
}

.bigcate_intro_subTitle {
  margin-top: 2em;
  text-align: center;
}

.bigcate_intro_subTitle span {
  display: inline-block;
}

.bigcate_intro_subTitle span+span {
  padding-top: 0;
}

.bigcate_intro_text {
  margin-top: 1em;
}

@media (min-width: 768px) {
  .-under_list .tab_content_box {
    display: grid;
    grid-template-columns: repeat(4, 23.5%);
    gap: 50px 2%;
    margin: 0px auto 30px;
    width: auto;
  }

  .yagachan_comment_img {
    top: 0%;
    width: 30%;
  }

  /*おまけセール*/
  .omake__mv {
    position: relative;
    background: url(../img/mv__omake.jpg) no-repeat left top / 100% auto;
    padding: 40px 0 0;
  }

  .omake__span {
    font-size: 2.8rem;
    margin: 20px auto 10px;
  }

  .omake__mv-cover {
    max-width: 480px;
  }

  .omake__fcp {
    max-width: 456px;
    margin: 0 auto;
  }

  .omake_box {
    position: relative;
  }

  .omake_box--num {
    font-size: 2.6rem;
  }

  .omake_box--num span {
    font-size: 4rem;
  }

  .omake_box--pic {
    max-width: 88px;
    order: 1;
    z-index: 2;
    display: block;
    position: absolute;
    top: 90px;
    left: 20px;
  }

  .omake_box {
    margin: 0 auto 30px;
  }

  .omake_box--num {
    order: 2;
  }

  .omake_box--voice {
    padding: 20px 20px 20px 120px;
    width: 100%;
    margin: 0px auto 0;
    background: #fff;
    border: 4px solid #ededed;
    border-radius: 6px;
  }

  .omake_box__inner {
    display: block;
    text-align: center;
    gap: 0;
  }

  .omake_box--plate {
    display: none;
  }

  .ok-info {
    width: 90%;
    margin: 0 auto 40px;
    text-align: center;
  }

  .ok-info p:not(:last-child) {
    margin-bottom: 20px;
  }

  /*業務用*/
  .tel_box {
    grid-template-columns: 114px auto;
  }

  .tel_box__txstbox--tit {
    font-size: 1.8rem;
  }

  .tel_box__txstbox--num {
    font-size: 3.2rem;
  }

  .fbusiness {
    display: grid;
    justify-content: center;
    grid-template-columns: 252px 254px;
    gap: 0 30px;
  }

  .fbusiness--pic {
    margin: 0;
  }

  .fbusiness__info {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .fbusiness__info--act {
    width: 100%;
    margin-top: auto;
  }

  .fbusiness__info--price {
    font-size: 2.4rem;
  }

  .itadaki-pack {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 210px auto;
    gap: 0 20px;
    padding: 20px 20px 30px;
  }

  .think-kimuchi {
    background: url(../img/think-kimuchi.jpg) no-repeat right bottom / 90% auto;
    padding: 60px 0 0 0;
  }

  .think-kimuchi__txt {
    width: 64%;
    padding: 40px 40px 40px;
  }

  .think-kimuchi__txt--cover dt {
    font-size: 3rem;
  }

  .think-kimuchi__txt--cover dd {
    line-height: 2;
  }

  .yagachan-line {
    width: 100%;
  }

  .recruiting-store {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
  }

  /*middle*/
  .middle_cate {
    font-size: 3rem;
  }

  .middle_fcp {
    text-align: center;
  }

  .puchi-nc {
    display: grid;
    grid-template-columns: 123px auto;
    gap: 0 20px;
    padding: 40px;
  }

  .puchi-nc--pic {
    left: 120px;
  }

  .middle-item_ban {
    display: grid;
    grid-template-columns: repeat(2, 49%);
    gap: 30px 2%;
  }

  .middle-item_ban--list:not(:last-child) {
    margin: 0;
  }

  .step-ct {
    padding: 60px;
  }

  .step-ctbox__list {
    display: grid;
    grid-template-columns: 60px auto;
    gap: 0 20px;
  }

  /*shop*/
  .shop-info {
    display: grid;
    grid-template-columns: auto 260px;
    gap: 0 40px;
  }

  /*contents policy*/
  .policy-introd {
    display: grid;
    grid-template-columns: auto 300px;
    gap: 0 40px;
  }

  /*contact*/
  .contactbox th,
  .contactbox td {
    display: table-cell;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
  }

  .contactbox th {
    width: 30%;
    background: none;
    text-align: left;
  }

  .-form-name,
  .-form-tel {
    display: flex;
  }

  .short {
    width: 150px;
  }

  /*guide*/
  .guide-anker {
    grid-template-columns: repeat(2, 49%);
    gap: 13px 2%;
  }

  .guide-anker__list--a {
    padding: 10px;
  }

  .cardlist {
    max-width: 400px;
    margin: 20px 0 !important;
  }

  /*about*/
  .about-infor-one {
    display: grid;
    grid-template-columns: repeat(2, 48%);
    gap: 40px 4%;
  }

  .about-infor__index {
    display: flex;
    align-items: center;
    text-align: left;
    margin-top: 0;
  }

  .about-infor__index-num {
    background: url(../img/slash.svg) no-repeat right center / 7px 21px;
    padding: 0 15px 0 0;
    margin: 0 15px 0 0;
    border: none;
    font-size: 4rem;
  }

  .about-infor-cov {
    margin-bottom: 0;
  }

  .about-infor-pic {
    margin: 0;
  }

  .-about_or1 {
    order: 1;
  }

  .-about_or2 {
    order: 2;
  }

  .-about_or3 {
    order: 4;
  }

  .-about_or4 {
    order: 3;
  }

  .-about_or5 {
    order: 5;
    grid-column: span 2;
  }

  .-about_or6 {
    order: 6;
    grid-column: span 2;
  }

  .-about_or7 {
    order: 7;
    grid-column: span 2;
  }

  .-about_or8 {
    order: 8;
  }
  .-about_or9 {
    order: 9;
  }

  .about-yaga {
    margin: 0;
    max-width: 254px;
  }

  .about-bg {
    display: grid;
    grid-template-columns: 254px auto;
    gap: 0 40px;
  }

  .about-voice__tit {
    text-align: center;
    font-size: 2.4rem;
  }

  /*町おこし*/
  .use-case__tit {
    font-size: 2.8rem;
  }

  .use-case__tit span::after {
    display: none;
  }

  .use-case__tit span {
    display: inline-block;
    background: url(../img/slash.svg) no-repeat right center / 7px 21px;
    padding-right: 15px;
    margin-right: 15px;
  }

  .type-use__box {
    padding: 40px;
  }
  .dobble-item {
    display: grid;
    grid-template-columns: repeat(2, 48%);
    gap: 0 4%;
  }

  .three-item {
    display: grid;
    grid-template-columns: repeat(3, 32%);
    gap: 0 2%;
  }
  .kimuchi-case_cook {
    display: grid;
    grid-template-columns: 200px auto;
    gap: 0 20px;
  }

  /*バイキング*/
  .vklist {
    display: grid;
    grid-template-columns: repeat(4, 23.5%);
    gap: 40px 2%;
    margin: 0 auto 50px;
    width: 100%;
  }
  .-fixcart-vk {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 4;
  }
  /*reading*/
  .soup_step__list {
    display: grid;
    grid-template-columns: 214px auto;
    gap: 0 50px;
  }

  .soup_step__list--pic {
    margin: 0;
  }
  .reading-post {
    width: 100%;
  }

  /* 商品ページ_カレー-pc */

  .curry-case {
    display: grid;
    grid-template-columns: repeat(4, 23.5%);
    gap: 20px 2%;
  }

  .curry-case li:not(:last-child) {
    margin-bottom: 0px;
  }

  .curry_dobble-item {
    display: grid;
    grid-template-columns: repeat(2, 49%);
    gap: 0 2%;
  }

  .-curry {
    text-align: center;
  }

  /* 商品ページ_オリーブ七味-pc */
  .neri-case {
    display: block;
  }

  /* 商品ページ_生姜ヤンニョム-pc */

  .-shoga-case {
    margin-bottom: 40px;
  }

  /* お客様の声_pc */

  /* 商品説明 */
  .bigcate_intro {
    padding: 6%;
  }
}

@media (min-width: 959px) {
  /*　パンくず */
  .c-breadcrumb_wrap {
    padding-top: 0;
  }

  .fs-c-breadcrumb {
    border-top: none;
    border-bottom: none;
    max-width: 1120px;
    margin: 40px auto 0px;
    font-size: 1.6rem;
    padding: 0;
  }

  /* common */

  .full_cont {
    width: 100%;
    margin-bottom: 30px;
  }

  .under_l-main {
    max-width: 1120px;
    max-width: min(calc(100% - 40px), 1120px);
    margin: 50px auto 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: grid;
    grid-template-columns: auto 260px;
    gap: 0px 40px;
  }

  .under_l-main.-singles {
    display: grid;
    grid-template-columns: 100%;
    grid-auto-columns: 100%;
    gap: 0px;
  }

  .under_l-main .l-side {
    width: 260px;
  }

  .onebox_l-main {
    max-width: 1120px;
    margin: 0 auto 60px;
  }

  .under_l-main.-singles .l-side {
    display: none;
  }

  /* やがちゃんコメント_pc */

  .yagachan_comment {
    padding: 3% 3% 3% 30%;
    margin-top: 40px;
  }

  .yagachan_comment_img {
    position: absolute;
    top: -20%;
    width: 24%;
    left: 15%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
  }

  /* 商品一覧_pc */

  .list_bg_tit {
    padding: 6% 0;
  }

  .-tit_hakusai {
    background: url(../img/list_hakusai.jpg) no-repeat center top / cover;
  }

  .-tit_vegetable {
    background: url(../img/list_vegetable.jpg) no-repeat center top / cover;
  }

  .-tit_gejang {
    background: url(../img/list_gejang.jpg) no-repeat center top / cover;
    padding: 3% 0;
  }

  .-tit_seafood {
    background: url(../img/list_seafood.jpg) no-repeat center top / cover;
  }

  .-tit_set {
    background: url(../img/list_set.jpg) no-repeat center top / cover;
  }

  .-tit_changja {
    background: url(../img/list_changja.jpg) no-repeat center top / cover;
  }

  .-tit_meat {
    background: url(../img/list_meat.jpg) no-repeat center top / cover;
    padding: 3% 0;
  }

  .-tit_sauce {
    background: url(../img/list_sauce.jpg) no-repeat center top / cover;
    padding: 3% 0;
  }

  .list_bg_tit__txst {
    font-size: 2.8rem;
  }

  .-under_list .tab_content_box {
    display: grid;
    grid-template-columns: repeat(4, 23.5%);
    gap: 50px 2%;
    margin: 0px auto 30px;
    width: auto;
  }

  /* 　大カテ_pc */
  .bigcate_fullcont {
    width: 100%;
  }

  .bigcate_yagachan_comment {
    padding: 3%;
    margin-top: 60px;
    width: 100%;
  }

  .bigcate_yagachan_comment_img {
    margin: 0;
    margin-right: 4%;
    width: 15%;
  }

  .bigcate_fullcont_txst {
    top: 50%;
    padding: 2% 10%;
    width: 50%;
  }

  .bigcate_yagachan_comment_img_txst_wrap {
    width: 80%;
  }

  .bigcate_yagachan_comment_img_txst {
    width: 80%;
  }

  .bigcate_yagachan_comment_fukidashi {
    top: 1%;
    left: 0%;
    transform: translate(0%, -50%);
    width: 20%;
  }

  /* 小カテ_pc */

  .smallcate_fullcont {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }

  .smallcate_fullcont_txst {
    position: absolute;
    top: 40px;
    left: 0%;
    transform: translate(0%, 0%);
    display: inline-block;
    width: 45%;
  }

  .smallcate_fullcont_txst p:first-child {
    font-weight: bold;
    font-size: 3rem;
    margin-bottom: 30px;
  }

  .smallcate_fullcont_txst p:not(:first-child) {
    font-size: 1.5rem;
  }

  .method_cont {
    display: flex;
  }

  /* .method_cont li:first-child {
    width: 47%;
    margin-right: 6%;
  }

  .method_cont li:nth-child(2) {
    width: 47%;
  } */

  .method_cont {
    flex-wrap: nowrap;
  }

  .method_cont__img {
    width: 47%;
    margin-right: 6%;
  }

  .method_cont__txstbox {
    width: 47%;
  }

  /* .method_cont__list_wrap li:nth-child(2) li:first-child {
    width: 47%;
    margin-right: 6%;
  } */

  /*
  .method_cont li:first-child {
    margin-bottom: 60px;
  } */

  .method_cont__list_wrap {
    margin-bottom: 60px;
  }

  .method_cont__list_flex {
    display: flex;
    margin-bottom: 30px;
    width: 100%;
  }

  .method_cont__list_flex li {
    width: 49%;
  }

  .method_cont__list_flex li:first-child {
    margin-right: 2%;
    margin-bottom: 0;
  }

  .method_cont__list_wrap li:nth-child(2) .method_cont {
    flex-direction: row-reverse;
  }
  .-sec_method .method_cont__txstbox {
    width: 47%;
    margin-right: 6%;
  }

  .-sec_method .method_cont__img {
    width: 47%;
    margin-right: 0;
  }

  .taste_cont {
    padding: 5%;
  }

  /* 商品ページ_sp */

  .maintit {
    padding-bottom: 50px;
    margin-bottom: 50px;
    font-size: 3.6rem;
  }

  .-item_mb {
    margin-bottom: 80px;
  }

  .table_cont {
    overflow-x: scroll;
    max-width: 820px;
  }

  .fs-l-productLayout {
    display: grid;
    grid-row-gap: 8px;
    grid-template-columns: 43% auto;
    max-width: 820px;
    grid-gap: 60px 40px;
  }

  .fs-p-card {
    display: none;
  }

  .fs_form {
    margin-bottom: 80px;
  }
  /* フリーページ */

  .f_num_list {
    padding: 3%;
  }

  .maintit_bold {
    padding: 5%;
  }

  .f_imgbox {
    margin: 0 auto 30px;
    width: 50%;
  }

  /* まとめて購入 */

  .-wrap_mb {
    margin-bottom: 60px;
  }

  .allitem__num {
    position: absolute;
    left: 59%;
    top: 48%;
    color: #fff;
    font-size: 5rem;
    transform: translate(-50%, 0%);
  }

  .allitem_yagachan_comment_img {
    position: absolute;
    position: absolute;
    left: 0%;
    top: 60px;
    width: 45%;
    margin: 0;
    transform: translate(0%, 0%);
  }

  .allitem_yagachan_comment {
    position: absolute;
    position: absolute;
    right: 0%;
    bottom: 0px;
    width: 60%;
    transform: translate(0%, 0%);
  }

  .allitem-box {
    position: relative;
  }

  .allitem__num {
    position: absolute;
    left: 33%;
    top: 46%;
    color: #fff;
    font-size: 9vw;
    transform: translate(-50%, 0%);
  }

  .allitem-yaga {
    display: block;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 2;
  }

  .allitem-pase span {
    text-align: center;
    width: 80px;
    margin-left: 25px;
  }

  .allitem-pase {
    margin: 0 5% 0 auto;
    background: url(../img/allitem-pase.svg) no-repeat center center / 360px auto;
    width: 360px;
    font-size: 5rem;
  }

  .sp-allyaga {
    display: none;
  }

  .allitem-box_pic {
    padding-left: 284px;
    width: 100%;
    margin: 0 auto;
  }

  /* バイキング */

  .viking-list {
    padding: 5%;
    margin-bottom: 80px;
  }

  .viking-list__list {
    display: flex;
  }

  .viking-list__list_num {
    width: 10%;
    margin-right: 1%;
    font-size: 4rem;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .viking-list__list_txst {
    width: 90%;
  }

  .viking-list__list_num:after {
    content: "";
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url(../img/i-diagonal_line.svg) no-repeat center center / 7px 21px;
    margin-right: -10px;
  }

  /* 共通_headnews_pc */

  .head_news_wrap {
    margin-top: 0;
    margin-bottom: 0;
  }

  .head_news {
    padding: 5px 30px;
    max-width: 1120px;
    margin: 0 auto;
  }
}

@media (min-width: 319px) {
}

@media (min-width: 1120px) {
}

@media (max-width: 414px) {
}

@media (max-width: 375px) {
}

@media (max-width: 360px) {
}

@media (max-width: 320px) {
}
