@charset "UTF-8";
/*共通css*/
* {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
/*PC・SP非表示*/
#food-20221018 .pc {
  display: block;
}
#food-20221018 .sp {
  display: none;
}
#food-20221018 .mainvisual {
  margin-bottom: 25px;
}
/*インフォメーション*/
#food-20221018 .topics {
  background: #fbe9e9;
  border-top: 1px solid #f2adad;
  border-bottom: 1px solid #f2adad;
  padding: 12px;
}
#food-20221018 .topics p {
  font-size: 108%;
  color: #b20707;
}
#food-20221018 .topics p a {
  color: #b20707;
  text-decoration: underline;
  padding: 2px;
}
/*アンカーリンク*/
#food-20221018 .anchor-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 0 auto 100px;
}
#food-20221018 .anchor-nav li {
  transition: opacity .3s ease-in-out;
}
#food-20221018 .anchor-nav li a {
  color: #19191a;
  font-size: clamp(1.5rem, 3vw, 1.6rem);
  line-height: 1.5;
  letter-spacing: 0.1em;
  background-image: url(/d_images/campaign/cataloggift/icon-arrow-bottom01.png);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  display: block;
  min-height: 25px;
  padding-left: 33px;
}
#food-20221018 .anchor-nav li a:hover {
  opacity: .7;
}
/*セクション*/
#food-20221018 .section {
  margin-bottom: 100px;
}
#food-20221018 .section .section__ttl .h3 {
  color: rgb(25, 25, 26);
  font-size: clamp(20px, 3vw, 32px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  text-align: center;
}
/*商品をもっと見る*/
#food-20221018 .all_list_btn {
  margin-bottom: 100px;
}
#food-20221018 .all_list_btn a:hover {
  opacity: .8;
}
#food-20221018 .all_list_btn a {
  border: solid 1px #f8f5ef;
  border-radius: 2px;
  box-sizing: border-box;
  color: #191919;
  background-color: #f8f5ef;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  padding: 1rem 3rem;
  width: calc(100% - 10%);
  height: 70px;
  margin: 0 auto;
  position: relative;
}
#food-20221018 .all_list_btn a::after {
  content: "";
  display: inline-block;
  font-family: "Material Icons";
  background-image: url(/d_images/campaign/201105_seibo_restaurant/icon_arrow02.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 20px;
  height: 20px;
  background-size: contain;
  right: 2rem;
  top: 2.7rem;
  letter-spacing: 0.15em;
  color: #191919;
}
/*4カラム*/
#food-20221018 .gridbox_col4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
#food-20221018 .gridbox_col4 a:hover {
  opacity: 0.8;
}
/*商品カテゴリーから探す*/
#food-20221018 .gridbox_col5 a:hover {
  opacity: 0.8;
  }
#food-20221018 .gridcaption_bg p {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 15px 10px;
  text-align: center;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #bb7e50;
}
#food-20221018 .gridcaption_bg p:after {
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  bottom: 8px;
  content: " ";
  display: inline-block;
  height: 12px;
  position: absolute;
  right: 8px;
  width: 12px;
  background-color: #975726;
}
#food-20221018 .gridbox_col5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2px;
}
/*ブランドから探す*/
#food-20221018 .flex_brand {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0px auto 30px;
}
#food-20221018 .flex_brand:last-child {
  margin: 0px auto 0;
}
#food-20221018 .flex_brand .item_brand {
  padding-right: 40px;
  width: calc(100% / 3);
  margin-bottom: 6px;
}
#food-20221018 .flex_brand .item_brand a {
  background-image: none;
  position: relative;
  display: block;
  background-position: left 10px;
  background-repeat: no-repeat;
  background-size: 11px 15px;
  color: #19191a;
  font-size: 1.5rem;
  letter-spacing: .01em;
  padding-left: 20px;
}

#food-20221018 .flex_brand .item_brand a:hover {
  opacity: 0.7;
}
#food-20221018 .flex_brand .item_brand a::before {
  background-image: url(/d_images/campaign/food/icon-arrow01.png);
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  left: 0;
  top: 7.5px;
  width: 11px;
}
/*ブランドから探す タブ切り替え*/
#food-20221018 .brand_fourColumn_flex {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 60px;
}
#food-20221018 .brand_fourColumn_flex a:hover {
  opacity: 0.8;
}
#food-20221018 .brand_fourColumn_flex .brandgridcap_bg a img {
  box-shadow: rgb(201, 201, 201) 5px 5px 9px -3px;
}
#food-20221018 .brandgridcap_bg p {
  color: #19191a;
  font-size: 1.7rem;
  line-height: 1.5;
  padding: 10px 0 0;
  text-align: center;
  font-weight: 500;
}
#food-20221018 .section--brand .tab_flex {
  justify-content: flex-start;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 50% 50%;
}
#food-20221018 .section--brand .tab_flex .item {
  padding-right: 20px;
  text-align: left;
  vertical-align: top;
}
#food-20221018 .section--brand .tab_flex .item:nth-child(2n) {
  padding-right: 20px;
}
#food-20221018 .section--brand .tab_flex .item a {
  background-image: none;
  position: relative;
  display: block;
  padding-left: 20px;
  color: #19191a;
}
#food-20221018 .section--brand .tab_flex .item a:hover {
  opacity: 0.7;
}
#food-20221018 .section--brand .tab_flex .item a::before {
  background-image: url(/d_images/campaign/food/icon-arrow01.png);
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  left: 2px;
  top: 7px;
  width: 11px;
}
#food-20221018 .input {
  position: absolute;
  opacity: 0;
}
#food-20221018 .brand_tab .tab {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background: #fff;
  border: 1px solid #bb7e50;
  justify-content: space-between;
}
#food-20221018 .name_head {
  width: calc(100% / 9);
  background: #bb7e50;
  border-right: 1px solid #fff;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 0px;
  transition: background 0.1s ease 0s, color 0.1s ease 0s;
  border-top: 1px solid #bb7e50;
  padding: 4px 20px;
}
#food-20221018 .last_name_head {
  border-right: none;
}
#food-20221018 .name_head:hover {
  opacity: 0.7;
}
#food-20221018 .input:checked + .name_head {
  background: #fff;
  color: #bb7e50;
  text-align: center;
  border-top: 2px solid #bb7e50;
}
#food-20221018 .tab-content {
  display: none;
  order: 99;
  padding: 30px;
  background: #fff;
}
#food-20221018 .tab-content .tab_flex_subttl {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .01em;
  line-height: 1.2;
  margin-bottom: 10px;
}
#food-20221018 .tab-content .tab_flex_subttl:nth-of-type(2) {
  margin-top: 12px;
}
#food-20221018 .input:checked + .name_head + .tab-content {
  display: block;
  width: 100%;
}
/*お買い物ガイド*/
#food-20221018 .content--guide {
  background-color: #f6f6f8;
  margin-bottom: 50px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 0;
}
#food-20221018 .content--guide .guide-inner {
  margin: 0 auto;
  max-width: 1000px;
  padding: 50px 0 55px;
}
#food-20221018 .content--guide .guide-inner .flex {
  display: flex;
  flex-wrap: wrap;
}
#food-20221018 .content--guide .guide-inner .content__ttl {
  color: #19191a;
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.5;
  margin-bottom: 40px;
  text-align: center;
}
#food-20221018 .content--guide .section {
  margin-bottom: 0;
}
#food-20221018 .content--guide .row .colomun:first-child {
  padding-right: 80px;
  width: calc((408 / 1000) * 100%);
}
#food-20221018 .content--guide .row .colomun:nth-child(2) {
  padding-right: 80px;
  width: calc((408 / 1000) * 100%);
}
#food-20221018 .content--guide .row .colomun:last-child {
  width: calc((183 / 1000) * 100%);
}
#food-20221018 .content--guide .row .colomun .section {

  margin-bottom: 0;
}
#food-20221018 .content--guide .row .colomun .section:not(:last-child) {
  margin-bottom: 35px;
}
#food-20221018 .content--guide .row .colomun .section h3 {
  border-left: 3px solid #19191a;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .01em;
  line-height: 1.2;
  margin-bottom: 17px;
  padding-left: 10px;
}
#food-20221018 .content--guide .row .colomun .section .register {
  display: inline-block;
}
#food-20221018 .content--guide .row .colomun .section p {
  font-size: 1.2rem;
  letter-spacing: .01em;
  line-height: 1.5;
}
#food-20221018 .content--guide .row .colomun .section dl dt, #food-20221018 .content--guide .row .colomun .section dl dd {
  font-size: 1.2rem;
  letter-spacing: .01em;
  line-height: 1.5;
}
#food-20221018 .content--guide .row .colomun .section ul, #food-20221018 .content--guide .row .colomun .section ol {
  font-size: 1.2rem;
  letter-spacing: .01em;
  line-height: 1.5;
}
#food-20221018 .content--guide .row .colomun .section dl ol {
  font-size: 1.0rem;
  letter-spacing: .01em;
}
#food-20221018 .content--guide .row .colomun .section dl ol li {
  line-height: 1.5;
}
#food-20221018 .content--guide .row .colomun .section p:not(:last-child), #food-20221018 .content--guide .row .colomun .section dl:not(:last-child), #food-20221018 .content--guide .row .colomun .section ul:not(:last-child), #food-20221018 .content--guide .row .colomun .section ol:not(:last-child) {
  margin-bottom: 15px;
}
#food-20221018 .content--guide .row .colomun .section p.mrb0, #food-20221018 .content--guide .row .colomun .section dl.mrb0 {
  margin-bottom: 0;
}
#food-20221018 .content--guide .row .colomun:first-child .section p:first-of-type {
  margin-bottom: 24px;
}
#food-20221018 .content--guide .row .colomun .section .attention li {
  font-size: 1.2rem;
  letter-spacing: .01em;
  padding-left: 1em;
  text-indent: -1em;
}
#food-20221018 .content--guide .row .colomun .section .delivery li {
  font-size: 1.2rem;
  line-height: 1.8;
  padding-left: 1.35em;
  position: relative;
  text-indent: -1.35em;
}
#food-20221018 .content--guide .row .colomun .section .brackets li {
  line-height: 1.8;
  padding-left: 1.35em;
  position: relative;
  text-indent: -1.35em;
}
#food-20221018 .content--guide .row .colomun .section .attention li::before {
  content: "※";
}
#food-20221018 .content--guide .row .colomun .section .brackets li::before {
  content: "＞";
  font-size: 1.1rem;
}
#food-20221018 .content--guide .row .colomun .section .brackets a {
  border-bottom: 1px solid #19191a;
  color: #19191a;
  font-size: 1.2rem;
  letter-spacing: .01em;
}
#food-20221018 .content--guide .row .colomun .section .flow li {
  counter-increment: number;
  font-size: 1.2rem;
  letter-spacing: .01em;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
#food-20221018 .content--guide .row .colomun .section .flow li::before {
  content: counter(number) ")";
  margin-right: 4px;
}
#food-20221018 .content--guide .register .submitBtn {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .01em;
  margin-bottom: auto;
}
#food-20221018 .content--guide .submitBtn, #food-20221018 .content--guide input[type="submit"].submitBtn {
  background: #fff;
  color: #19191a;
  width: 250px;
}
#food-20221018 .content--guide .submitBtn:hover, #food-20221018 .content--guide input[type="submit"].submitBtn:hover {
  background: #19191a;
  color: #fff;
}
#food-20221018 .content--guide .row .colomun .section .inquiry h4 {
  font-weight: 500;
}
#food-20221018 .content--guide .row .colomun .section .postage a, #food-20221018 .content--guide .row .colomun .section .inquiry a {
  font-size: 1.2rem;
  background: #dfdfdf;
  padding: 2px 8px 5px;
  margin: 0 2px;
  line-height: 220%;
}
/*TB*/
@media screen and (max-width: 1020px) and (min-width: 768px) {
#food-20221018 .content--guide .guide-inner {
  padding: 50px 10px 55px;
}
}
/*SP*/
@media screen and (max-width: 767px) {
  #food-20221018 .pc {
    display: none;
  }
  #food-20221018 .sp {
    display: block;
  }
  #food-20221018 .mainvisual {
    margin: 0px calc(50% - 50vw) 20px;
    width: 100vw;
  }
  /*インフォメーション*/
  #food-20221018 .topics p {
    font-size: 100%;
  }
  /*アンカーリンク*/
  #food-20221018 .anchor-nav {
    margin-bottom: 60px;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 23px;
    column-gap: 5px;
    width: 100%;
  }
  #food-20221018 .anchor-nav li a {
    letter-spacing: 0.1px;
    background-size: 22px 22px;
    font-feature-settings: "palt";
    min-height: 22px;
    padding-left: 30px;
  }
  /*セクション*/
  #food-20221018 .section {
    margin-bottom: 60px;
  }
  #food-20221018 .section .section__ttl .h3 {
    margin-bottom: 20px;
    line-height: 1.5em;
  }
  /*全商品を見る*/
  #food-20221018 .all_list_btn a {
    font-size: 1.6rem;
  }
  #food-20221018 .all_list_btn {
    margin-bottom: 60px;
  }
  /*4カラム*/
  #food-20221018 .gridbox_col4 {
    grid-template-columns: repeat(2, 1fr);
  }
  /*5カラム*/
  #food-20221018 .gridbox_col5 {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  #food-20221018 .gridcaption_bg p {
    font-size: 1.4rem;
    padding: 10px 12px;
  }
  /*ブランドから探す*/
  #food-20221018 .flex_brand {
    justify-content: space-between;
  }
  #food-20221018 .flex_brand .item_brand {
    width: 50%;
    padding-right: 10px;
  }
  #food-20221018 .flex_brand .item_odd {
    padding-right: 0;
  }
  /*ブランドから探す タブ切り替え*/
  #food-20221018 .brand_fourColumn_flex {
    grid-template-columns: repeat(2, 1fr);
  }
  #food-20221018 .brandgridcap_bg p {
    font-size: 1.4rem;
  }
  #food-20221018 .brandgridcap_bg a img {
    box-shadow: rgb(201, 201, 201) 4px 4px 8px -3px;
  }
  #food-20221018 .section--brand .tab_flex {
    display: flex;
    flex-direction: column;
  }
  #food-20221018 .brand_tab .tab {
    border: none;
    border-bottom: 1px solid #bb7e50;
  }
  #food-20221018 .name_head {
    width: 100%;
    padding: 4px 20px;
    background: #fff;
    cursor: pointer;
    font-weight: 500;
    font-size: 1.8rem;
    color: #bb7e50;
    margin-bottom: 0;
    transition: background 0.1s, color 0.1s;
    text-align: left;
    border-top: 1px solid #bb7e50;
  }
  /*閉じた状態の矢印描画*/
  #food-20221018 .name_head {
    position: relative;
  }
  #food-20221018 .name_head:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: #bb7e50 2px solid;
    border-right: #bb7e50 2px solid;
    transform: rotate(135deg);
    position: absolute;
    right: 6%;
    top: 0;
    bottom: 15%;
    margin: auto;
  }
  #food-20221018 .input:checked + .name_head {
    background: #bb7e50;
    color: #fff;
    border-top: 2px solid #bb7e50;
    text-align: left;
  }
  /*開いた状態の矢印描画*/
  #food-20221018 input[type=radio]:checked + .name_head:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    right: 6%;
    top: 7%;
    bottom: 0px;
    margin: auto;
  }
  #food-20221018 .tab-content {
    order: 0;
    padding: 25px 20px;
  }
  /*お買い物ガイド*/
  #food-20221018 .content--guide {
    margin-left: -15px !important;
    margin-right: -15px !important;
    padding: 30px 0 20px;
    margin-top: 60px;
  }
  #food-20221018 .content--guide .guide-inner {
    padding: 20px 18px 0;
  }
  #food-20221018 .content--guide .guide-inner .content__ttl {
    font-size: 1.9rem;
    line-height: 1.5em;
    margin-bottom: 20px;
  }
  #food-20221018 .content--guide .guide-inner .content__ttl.sp_only {
    display: block;
  }
  #food-20221018 .content--guide .row .colomun {
    width: 100% !important;
  }
  #food-20221018 .content--guide .row .colomun:first-child {
    padding-right: 0;
  }
  #food-20221018 .content--guide .row .colomun:nth-child(2) {
    padding-right: 0;
  }
  #food-20221018 .content--guide .row .colomun:not(:nth-child(3n)) {
    margin-right: 0;
  }
  #food-20221018 .content--guide .row .colomun .section {
    margin-bottom: 20px;
  }
  #food-20221018 .content--guide .row .colomun .section:not(:last-child) {
    margin-bottom: 30px;
  }
  #food-20221018 .content--guide .row .colomun .section h3 {
    font-size: 1.5rem;
    letter-spacing: .01em;
    line-height: 17px;
    margin-bottom: 15px;
  }
  #food-20221018 .content--guide .row .colomun .section .register {
    display: block;
    margin-bottom: 24px;
  }
  #food-20221018 .content--guide .row .colomun .section p {
    font-size: 1.2rem;
    line-height: 17px;
  }
  #food-20221018 .content--guide .row .colomun .section dl dt, #food-20221018 .content--guide .row .colomun .section dl dd {
    font-size: 1.2rem;
    line-height: 17px;
  }
  #food-20221018 .content--guide .row .colomun .section ul, #food-20221018 .content--guide .row .colomun .section ol {
    font-size: 1.2rem;
    line-height: 17px;
  }
  #food-20221018 .content--guide .row .colomun .section .brackets li {
    line-height: 1.5;
  }
  #food-20221018 .content--guide .register .submitBtn {
    font-size: 1.3rem;
    padding: .5em .5em;
  }
}