@charset "UTF-8";

/*********************************
	共通
*********************************/
#gourmet_cg * {
  box-sizing: border-box;
}

#gourmet_cg a {
  text-decoration: none;
  color: #3c2a0a;
}

#gourmet_cg {
  letter-spacing: 0.01em;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
    sans-serif;
  color: #432b00;
  font-size: 14px;
  line-height: 1.5;
}

#gourmet_cg p {
  margin: 0;
}

#gourmet_cg .pc {
  display: block;
}

#gourmet_cg .sp {
  display: none;
}

.rb2019---main.rb2019---inner {
  min-width: 1230px;
  width: auto;
}

.rb2019---pickup {
  padding-top: 0 !important;
}

.rb2019---pickup > .rb2019---inner {
  height: 44px;
}

.rb2019---paths {
  margin-bottom: 0;
}

html body.rb2019---header-fixed .rb2019---main-nav {
  position: relative;
}

#gourmet_cg {
  text-align: center;
}

#ins-mainUpper {
  margin: 0 auto;
  width: 1230px;
}

#gourmet_cg a:hover {
  opacity: 0.75;
  transition: 0.2s ease-in-out;
}

#gourmet_cg h2 {
  margin-bottom: 40px;
  font-size: 40px;
}

.ttl {
  text-align: center;
}

#gourmet_cg .ttl h2 {
  display: inline-block;
  position: relative;
  font-size: 30px;
}

#gourmet_cg .ttl h2 span {
  display: block;
}

#gourmet_cg ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.content-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.pc-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slider {
  display: none;
}

.slider.slick-initialized {
  display: block;
}

.slider li a img {
  margin: 0 10px;
}

.content-wrap {
  max-width: 1120px;
  margin: 0 auto;
}

.section {
  margin-top: 100px;
}

.bg-round {
  background: url("../images/common/triangle.png") 0 0 / 41px 28px repeat-x;
}

.bg-color {
  background: #fff9ef;
  padding-top: 70px;
  position: relative;
  top: 20px;
}

@media only screen and (max-width: 599px) {
  #gourmet_cg .pc {
    display: none;
  }

  #gourmet_cg .sp {
    display: block;
  }

  .rb2019---main.rb2019---inner {
    min-width: 100%;
    width: 100%;
  }

  .rb2019---header {
    position: relative;
  }

  .rb2019---base {
    padding-top: 0;
  }

  #gourmet_cg {
    font-size: 14px;
    line-height: 1.5;
  }

  #gourmet_cg address,
  #gourmet_cg article,
  #gourmet_cg aside,
  #gourmet_cg blockquote,
  #gourmet_cg dd,
  #gourmet_cg div,
  #gourmet_cg dl,
  #gourmet_cg dt,
  #gourmet_cg fieldset,
  #gourmet_cg figcaption,
  #gourmet_cg figure,
  #gourmet_cg footer,
  #gourmet_cg form,
  #gourmet_cg h3,
  #gourmet_cg h4,
  #gourmet_cg h5,
  #gourmet_cg h6,
  #gourmet_cg header,
  #gourmet_cg hgroup,
  #gourmet_cg li,
  #gourmet_cg nav,
  #gourmet_cg ol,
  #gourmet_cg p,
  #gourmet_cg pre,
  #gourmet_cg section,
  #gourmet_cg summary,
  #gourmet_cg table,
  #gourmet_cg td,
  #gourmet_cg th,
  #gourmet_cg ul {
    font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
      sans-serif;
  }

  .content-inner {
    width: 90%;
  }

  #gourmet_cg h2,
  #gourmet_cg h3 {
    font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
      sans-serif;
  }

  #gourmet_cg h2 {
    margin-bottom: 30px;
    line-height: 1.5;
    font-size: 26px;
  }

  #gourmet_cg .ttl h2 {
    margin-bottom: 25px;
    font-size: 24px;
  }

  #gourmet_cg img {
    image-rendering: auto;
  }

  .pc-flex {
    display: block;
  }

  .cutText {
    visibility: hidden;
  }

  .sp-slider {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 20px;
  }

  /* 長いブランド名の対応 */
  .letter-s {
    letter-spacing: -1.5px;
  }

  .content-wrap {
    width: 90%;
  }

  .section {
    margin-top: 60px;
  }

  .bg-round {
    background: url("../images/common/triangle.png") 0 8px / 33px 18px repeat-x;
  }

  .bg-color {
    padding-top: 60px;
  }
}

/*//////////////////// ボタン ////////////////////*/
a.product-link {
  display: block;
  width: 455px;
  height: 65px;
  margin: 0 auto;
  background: #482400;
  color: #fff !important;
  line-height: 70px;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}

a.product-link::before {
  content: "";
  width: 9px;
  height: 17px;
  background: url("../images/common/arrow-right-wh.svg") no-repeat;
  background-size: 100%;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  right: 30px;
}

/* 右矢印のリンクボタン */
.link-btn::before {
  content: "";
  background: url("../images/common/arrow-right-white.svg") no-repeat;
  width: 24px;
  height: 20px;
  position: absolute;
  top: 16px;
  right: 30px;
}

/* 商品が並んでいるときのボタン */
a.catalog-link {
  width: 100%;
  height: 40px;
  display: block;
  margin-top: 5px;
  line-height: 40px;
  background: #b10101;
  color: #fff !important;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-radius: 2px;
  position: relative;
}

a.catalog-link::before {
  content: "";
  width: 7px;
  height: 13px;
  display: block;
  background: url("../images/common/arrow-right-wh.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  margin-top: -5px;
  top: 50%;
  right: 15px;
}

a.cart-link {
  width: 100%;
  height: 35px;
  display: block;
  background: #b10102;
  margin-top: 10px;
  line-height: 35px;
  color: #fff !important;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  border-radius: 2px;
}

a.cart-link::before {
  content: "";
  width: 19px;
  height: 18px;
  background: url("../images/common/icon-cart.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  top: calc(50% - 9px);
  left: 10px;
}

a.digital-link {
  width: 100%;
  height: 35px;
  display: block;
  background: #fff;
  border: 1px solid #b10102;
  margin-top: 8px;
  line-height: 35px;
  color: #b10102 !important;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  border-radius: 2px;
}

a.digital-link::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url("../images/common/icon-digital.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  top: calc(50% - 7px);
  left: 12px;
}

@media only screen and (max-width: 599px) {
  a.catalog-link {
    height: 35px;
    padding-right: 10px;
    line-height: 35px;
    font-size: 13px;
  }

  a.catalog-link::before {
    width: 6px;
    height: 11px;
    right: 10px;
  }

  a.product-link {
    width: 90%;
    height: 50px;
    margin-top: 20px;
    line-height: 50px;
    font-size: 15px;
  }

  a.product-link::before {
    width: 7px;
    height: 13px;
    right: 13px;
  }
}

/*********************************
	fv
*********************************/
#fv {
  background: url("../images/fv/fv-bg.jpg") no-repeat center center/auto 100%;
  height: 450px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding: 49px 0 0;
}

.fv__title {
  margin-bottom: 24px;
}

.fv__no1 {
  display: block;
  transition: opacity 0.2s ease;
}

.fv__no1:hover {
  opacity: 0.6;
}

.fv__note {
  display: none;
}

@media only screen and (max-width: 599px) {
  #fv {
    background: url("../images/fv/fv-bg-sp.jpg") no-repeat center top/100% auto;
    height: calc(940 / 750 * 100vw);
    padding-top: calc(112 / 750 * 100vw);
  }

  #fv img {
    width: 100%;
    height: auto;
  }

  .fv__title {
    width: calc(477 / 750 * 100vw);
    margin-bottom: calc(139 / 750 * 100vw);
  }

  .fv__no1 {
    width: calc(662 / 750 * 100vw);
    margin-bottom: calc(30 / 750 * 100vw);
  }

  .fv__note {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: calc(18 / 750 * 100vw);
    text-align: left;
    letter-spacing: 0;
  }

  .fv__note > span:nth-child(1) {
    flex-shrink: 0;
    margin-right: 1em;
  }

  #fv .fv__note a {
    color: #1a86c3;
  }
}

/*********************************
	ページナビ
*********************************/
#pageNav {
  background: #f2e5d4;
  width: 100%;
  position: sticky;
  z-index: 99;
  top: 0;
  left: 0;
}

.nav-inner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}

.pageNav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

a.pageNav-links {
  width: 280px;
  height: 75px;
  padding-top: 20px;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #432b00 !important;
}

a.pageNav-links span {
  margin-top: -2px;
  padding-left: 10px;
}

a.pageNav-links::before {
  content: "";
  background: url("../images/common/icon-gourmet.svg") no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 17px;
}

a.pageNav-links:nth-of-type(2):before {
  background: url("../images/common/icon-rank.svg") no-repeat;
  background-size: 100%;
  width: 18px;
  height: 15px;
}

a.pageNav-links:nth-of-type(3):before {
  background: url("../images/common/icon-gift.svg") no-repeat;
  background-size: 100%;
  width: 15px;
  height: 16px;
}

a.pageNav-links:nth-of-type(4):before {
  background: url("../images/common/icon-list.svg") no-repeat;
  background-size: 100%;
  width: 18px;
  height: 17px;
}

.nav-inner > .pageNav-links::before {
  content: "";
  height: 60px;
  width: 1px;
  background: #432b00;
  position: absolute;
  top: 9px;
  left: 0;
}

a.pageNav-links::after {
  content: "";
  height: 60px;
  width: 1px;
  background: #432b00;
  position: absolute;
  top: 9px;
  right: 0;
}

@media only screen and (max-width: 599px) {
  #pageNav {
    top: 50px;
  }

  a.pageNav-links span {
    display: none;
  }

  a.pageNav-links {
    width: calc(100% / 2);
    height: 45px;
    padding-top: 15px;
    font-size: 13px;
  }

  .nav-inner > .pageNav-links::before {
    display: none;
  }

  a.pageNav-links:nth-child(odd)::after {
    height: 100%;
    width: 1px;
    background: #fff;
    top: 0;
  }

  a.pageNav-links:nth-child(even)::after {
    display: none;
  }

  a.pageNav-links:nth-child(1),
  a.pageNav-links:nth-child(2) {
    border-bottom: 1px solid #fff;
  }

  a.pageNav-links::before {
    width: 13px;
    height: 13px;
    top: 7px;
  }

  a.pageNav-links:nth-of-type(2):before {
    width: 15px;
    height: 13px;
  }

  a.pageNav-links:nth-of-type(3):before {
    width: 12px;
    height: 13px;
  }

  a.pageNav-links:nth-of-type(4):before {
    width: 13px;
    height: 13px;
  }
}

/*********************************
	イントロ
*********************************/
#intro {
  margin-top: 125px;
  margin-bottom: 60px;
}

#intro p {
  text-align: left;
}

@media only screen and (max-width: 599px) {
  #intro {
    margin-top: 60px;
    margin-bottom: 65px;
  }
}

/*********************************
	定番カタログ
*********************************/
#classic .ttl h2::before {
  content: "";
  width: 120px;
  height: 82px;
  background: url("../images/common/ttl-classic.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: -12px;
  left: -60px;
  z-index: -1;
}

.catalog-area {
  margin-bottom: 50px;
  text-align: left;
}

.catalogImg {
  width: 100%;
  height: auto;
}

.catalog-name {
  min-height: 50px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

.teg {
  display: inline-block;
  width: 140px;
  margin-bottom: 8px;
  padding-left: 20px;
  background: #ffd29d;
  line-height: 26px;
  border-radius: 20px;
}

.teg img {
  display: inline-block;
  margin-top: -4px;
  margin-right: 4px;
  vertical-align: middle;
}

.catalog-text {
  min-height: 120px;
  font-size: 13px;
}

@media only screen and (max-width: 599px) {
  #classic .ttl h2::before {
    width: 100px;
    height: 68px;
    top: 0;
  }

  #classic .ttl h2 span img {
    width: 20px;
    height: 20px;
  }

  .catalog-area {
    margin-bottom: 10px;
  }

  .catalog-name {
    min-height: 45px;
    font-size: 14px;
    line-height: 1.4;
  }

  .teg {
    width: 130px;
    padding-top: 2px;
    padding-left: 13px;
    line-height: 22px;
    font-size: 13px;
  }

  .catalog-text {
    min-height: 180px;
  }
}

/*********************************
	ランギング
*********************************/
#ranking .ttl h2::before {
  content: "";
  width: 130px;
  height: 90px;
  background: url("../images/common/ttl-rank.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: -12px;
  left: -60px;
}

.tab-item {
  width: 200px;
  height: 50px;
  display: inline-block;
  background: #adadad;
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  float: left;
}

.tab-item:not(:last-of-type) {
  margin-right: 30px;
}

.tab-item:hover {
  opacity: 0.75;
  transition: 0.2s ease-in-out;
}

input[name="tab-item"] {
  display: none;
}

.tab-content {
  display: none;
  padding-top: 30px;
  clear: both;
  overflow: hidden;
}

#tab01:checked ~ #tab01-content,
#tab02:checked ~ #tab02-content,
#tab03:checked ~ #tab03-content,
#tab04:checked ~ #tab04-content,
#tab05:checked ~ #tab05-content {
  display: block;
}

.tabs input:checked + .tab-item {
  position: relative;
  background: #ffd29d;
  color: #432b00;
}

.tabs input:checked + .tab-item::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ffd29d;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 0.5em);
}

.tab-content-block {
  background: #fff;
  margin-bottom: 115px;
  padding: 50px 30px;
  box-shadow: 0px 0px 15px -10px #5a3800;
}

.ranking-block {
  text-align: left;
}

.ranking-block a.badge {
  display: block;
  position: relative;
}

.ranking-block a.badge::before {
  content: "";
  background: url("../images/ranking/no1.png") no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 8px;
  top: 4px;
}

.ranking-block a.no2::before {
  background: url("../images/ranking/no2.png") no-repeat;
  background-size: 100%;
}

.ranking-block a.no3::before {
  background: url("../images/ranking/no3.png") no-repeat;
  background-size: 100%;
}

.ranking-block a.no4::before {
  background: url("../images/ranking/no4.png") no-repeat;
  background-size: 100%;
}

.ranking-block a.no5::before {
  background: url("../images/ranking/no5.png") no-repeat;
  background-size: 100%;
}

.ranking-block .catalog-name {
  min-height: 95px;
  line-height: 1.4;
}

.catalog-price {
  font-size: 13px;
}

@media only screen and (max-width: 599px) {
  #ranking .ttl h2::before {
    width: 110px;
    height: 70px;
    top: 0;
  }

  .tab-item {
    width: calc((100% / 2) - 3px);
    height: 35px;
    margin-bottom: 3px;
    line-height: 35px;
    font-size: 14px;
  }

  .tab-item:not(:last-of-type) {
    margin-right: 3px;
  }

  .tabs input:checked + .tab-item::before {
    display: none;
  }

  .tab-content-block {
    background: none;
    padding: 0;
    margin-bottom: 60px;
    box-shadow: none;
  }

  .ranking-block .catalogImg {
    width: 180px;
  }

  .ranking-block .catalog-name {
    min-height: 80px;
  }
}

/*********************************
	かんたん検索エリア
*********************************/
.search {
  margin-top: 70px;
  margin-bottom: 70px;
}

#gourmet-search .ttl h2::before {
  content: "";
  width: 130px;
  height: 90px;
  background: url("../images/common/ttl-search.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: -12px;
  left: -110px;
}

.section-lead {
  margin-bottom: 45px;
  font-size: 15px;
}

.search-fields {
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.form-select {
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: start;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  line-height: 1;
  position: relative;
  padding: 0;
  border: none;
}

.search .form-select {
  height: 50px;
  width: 380px;
}

.form-select-element {
  width: 100%;
  height: 100%;
  display: block;
  color: #432b00;
  outline: 0;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fffcf7;
  box-shadow: 0 0 10px #dedede, 0 0 10px #dedede;
  border: 1px solid #432b00;
  border-radius: 50px;
  text-align: center;
}

_::-webkit-full-page-media,
_:future,
:root .form-select-element {
  padding: 0 2em 0 2.5em;
  padding-left: 80px;
}

.form-select-icon {
  bottom: 0;
  height: 1.25em;
  left: 0.75em;
  margin: auto 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 1.25em;
}

.search .form-select-icon {
  height: auto;
  left: auto;
  right: 24px;
  width: 14px;
}

.search-cross {
  margin: 0 30px;
}

.form-button {
  display: block;
  width: 455px;
  height: 65px;
  margin: 55px auto 0;
  background: #482400;
  color: #fff;
  line-height: 70px;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  transition: all 0.2s;
}

.form-button::before {
  content: "";
  width: 9px;
  height: 17px;
  background: url("../images/common/arrow-right-wh.svg") no-repeat;
  background-size: 100%;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  right: 30px;
}

.form-button:disabled {
  cursor: default;
  background: #bdbdbd;
  border: none;
  color: #727272;
}

.form-button:disabled::before {
  display: none;
}

@media only screen and (max-width: 599px) {
  .search {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  #gourmet-search .ttl h2 span img {
    width: 26px;
    height: 19px;
  }

  #gourmet-search .ttl h2::before {
    width: 100px;
    height: 70px;
    top: 0;
    left: -70px;
  }

  .section-lead {
    font-size: 14px;
    margin-bottom: 5%;
  }

  .search .form-select {
    margin: 1em;
    height: 45px;
  }

  .search-fields {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .search-cross {
    margin: 0;
  }

  .search .form-button {
    width: 80%;
    font-size: 15px;
  }

  .form-select-element {
    font-size: 15px;
  }

  .search .form-button {
    width: 90%;
    height: 50px;
    margin-top: 20px;
    line-height: 50px;
    font-size: 15px;
  }

  .form-button::before {
    width: 7px;
    height: 13px;
    right: 13px;
  }

  _::-webkit-full-page-media,
  _:future,
  :root .form-select-element {
    padding-left: 70px;
  }
}

/*********************************
	シチュエーション別
*********************************/
.situation-inner {
  padding-bottom: 100px;
}

#situation .ttl h2::before {
  content: "";
  width: 160px;
  height: 105px;
  background: url("../images/common/ttl-situation.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: -30px;
  left: -70px;
}

.situation-ttl {
  margin-bottom: 50px;
  position: relative;
}

.situation-ttl::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #482400;
  position: absolute;
  top: 50%;
  left: 0;
}

.situation-ttl h3 {
  width: 270px;
  height: 53px;
  margin: 0 auto;
  line-height: 53px;
  background: #fff;
  border: 2px solid #482400;
  font-size: 25px;
  text-align: center;
  border-radius: 50px;
  position: relative;
}

.situation-block {
  margin-bottom: 75px;
}

.situation-item img {
  width: 100%;
  height: auto;
}

.bnr:not(.row) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bnr a {
  display: block;
}
a.bnr img {
  margin: 0 auto;
}

#situation .btn-primary {
  width: 100%;
  height: 40px;
  background: #b10102;
  font-size: 14px;
  position: relative;
  border-color: #b10102;
}

#situation .btn-primary::after {
  content: "";
  width: 19px;
  height: 19px;
  background: url("../images/common/icon-plus.svg") no-repeat;
  background-size: 100%;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  right: 10px;
  border-radius: 2px;
}

button:focus:not(:focus-visible),
.btn-check:focus + .btn-primary,
.btn-primary:focus {
  outline: none;
  box-shadow: none;
}

#situation .btn-close {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #432b01;
  position: absolute;
  top: 1em;
  right: 0;
  opacity: 1;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

#situation .btn-close span {
  color: #432b01;
  font-size: 25px;
}

#situation .modal-header {
  display: block;
  border-bottom: none;
  padding: 20px 0 15px;
}

#situation .modal-header .modal-title {
  font-size: 28px;
}

#situation .modal-body {
  display: flex;
  display: -webkit-box;
  justify-content: space-between;
  -webkit-box-pack: justify;
}

#situation .modal-body .modal-item {
  width: calc((100% / 3) - 20px);
}

.modal-item-text {
  min-height: 120px;
}

.modal-item-block {
  margin-top: 20px;
}

#situation .modal-content {
  border: none;
  padding: 10px;
}

.modal-item-title {
  width: 100%;
  display: inline-block;
  position: relative;
  background: #ffd29d;
  padding: 7px 0;
  border-radius: 50px;
  font-size: 17px;
  font-weight: bold;
}

.modal-item-title::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #ffd29d;
}

#gourmet_cg p.modal-item-catalog {
  font-size: 16px;
  text-align: left;
  font-weight: bold;
  line-height: 1.3;
}

#gourmet_cg p.modal-item-price {
  margin-top: 10px;
  font-size: 14px;
  text-align: left;
}

#gourmet_cg p.situation-title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}

#gourmet_cg p.situation-text {
  margin-bottom: 15px;
  font-size: 13px;
  text-align: left;
}

@media only screen and (max-width: 599px) {
  .situation-inner {
    padding-bottom: 60px;
  }

  #situation .ttl h2 span img {
    width: 20px;
    height: 22px;
  }

  #situation .ttl h2::before {
    width: 120px;
    height: 78px;
    top: 0;
  }

  .situation-ttl h3 {
    width: 195px;
    height: 40px;
    line-height: 37px;
    font-size: 18px;
  }

  .situation-block {
    margin-bottom: 50px;
  }

  .situation-ttl {
    margin-bottom: 35px;
  }

  #gourmet_cg p.situation-title {
    margin-top: 7px;
    margin-bottom: 5px;
    min-height: 45px;
    font-size: 15px;
  }

  #gourmet_cg p.situation-text {
    min-height: 138px;
  }

  #situation .modal-body {
    display: block;
  }

  #situation .modal-body .modal-item {
    width: 100%;
    margin-bottom: 30px;
  }

  #situation .modal-header .modal-title {
    font-size: 18px;
  }

  #situation .modal-content {
    height: 80% !important;
  }

  #situation .modal-header {
    padding: 10px 0 5px;
  }

  .modal-item-title {
    margin-bottom: 15px;
    font-size: 15px;
  }

  .modal-item-block {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 15px;
  }

  .modal-item-block img {
    width: 100%;
    margin-right: 10px;
  }

  #gourmet_cg p.modal-item-catalog {
    font-size: 14px;
  }

  #gourmet_cg p.modal-item-price {
    margin-top: 5px;
    font-size: 13px;
  }

  .modal-body {
    padding: 10px;
  }

  #situation .modal-body a.cart-link,
  #situation .modal-body a.digital-link {
    width: 90%;
    margin: 0 auto 10px;
  }

  #situation .btn-close {
    width: 30px;
    height: 30px;
  }

  #situation .btn-close span {
    font-size: 21px;
  }

  .modal-item-text {
    min-height: auto;
    margin-bottom: 10px;
    width: 50%;
  }

  .modal-item-block a {
    width: 45%;
  }
}

/*********************************
	シーズンギフト
*********************************/
#season {
  margin-bottom: 80px;
}

#season .ttl h2::before {
  content: "";
  width: 120px;
  height: 95px;
  background: url("../images/common/ttl-season.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: -15px;
  left: -70px;
}

.bnr-list {
  margin-bottom: 70px;
}

#season .slick-dots li.slick-active button:before {
  color: #432b00;
}

#season .slick-dots li button:before {
  color: #bdb5a6;
  opacity: 1;
}

#season .slick-arrow:before {
  content: "" !important;
}

#season .slick-arrow:before {
  content: "" !important;
  width: 16px !important;
  height: 33px !important;
  position: absolute;
  top: 0;
  left: 0;
}

#season .slick-next:before {
  background: url("../images/common/slider-arrow.png") no-repeat !important;
  background-size: contain !important;
}

#season .slick-prev:before {
  background: url("../images/common/slider-arrow.png") no-repeat !important;
  background-size: contain !important;
  transform: rotate(180deg);
}

.bnr.wrapping {
  margin-bottom: 50px;
}

@media only screen and (max-width: 599px) {
  #season {
    margin-bottom: 60px;
  }

  #season .ttl h2 span img {
    width: 19px;
    height: 19px;
  }

  #season .ttl h2::before {
    width: 100px;
    height: 73px;
    top: 0;
  }

  #season .slider li a img {
    margin: 0;
  }

  #season .slick-arrow:before {
    width: 10px !important;
    height: 20px !important;
  }

  #season .slick-prev {
    left: -13px;
  }

  #season .slick-next {
    width: 10px;
    right: -13px;
  }
}

/*********************************
	グルメカタログ一覧
*********************************/
.gourmet_list-inner {
  padding-bottom: 130px;
}

#gourmet_list .ttl h2::before {
  content: "";
  width: 140px;
  height: 95px;
  background: url("../images/common/ttl-gourmet.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: -15px;
  left: -70px;
}

#gourmet_list .catalog-name {
  min-height: auto;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 15px;
}

#gourmet_list .catalog-price {
  font-weight: bold;
}

#gourmet_list .teg {
  margin-top: 10px;
}

.list-item {
  margin-bottom: 70px;
}
.list-item.has-3-items::after {
  content: "";
  display: block;
  flex: 1 0 0%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
.list-item.has-2-items::after {
  content: "";
  display: block;
  flex: 2 0 0%;
  padding-right: calc(var(--bs-gutter-x));
  padding-left: calc(var(--bs-gutter-x));
}

@media only screen and (max-width: 599px) {
  .gourmet_list-inner {
    padding-bottom: 60px;
  }

  #gourmet_list .ttl h2::before {
    width: 110px;
    height: 73px;
    top: 0;
    left: -50px;
  }

  .list-item {
    margin-bottom: 45px;
  }

  #gourmet_list .catalog-name {
    min-height: 42px;
    font-size: 14px;
  }

  #gourmet_list .catalog-price {
    font-size: 12px;
    font-weight: normal;
  }

  #gourmet_list .catalog-text {
    min-height: 200px;
  }

  #gourmet_list .bnr a {
    display: block;
    margin-bottom: 20px;
  }
}

/*********************************
	ブランド
*********************************/
#brand {
  margin-top: 70px;
  margin-bottom: 100px;
}

#brand .ttl h2::before {
  content: "";
  width: 120px;
  height: 95px;
  background: url("../images/common/ttl-brand.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: -15px;
  left: -70px;
}

.brand-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 11px;
}

.brand-list li {
  width: calc((100% / 7) - 10px);
}

@media only screen and (max-width: 599px) {
  #brand .ttl h2::before {
    width: 80px;
    height: 65px;
    top: 2px;
    left: -30px;
  }

  .brand-list li {
    width: calc((100% / 3) - 10px);
  }
}

.brand-list li img {
  width: 100%;
  height: auto;
}

/*********************************
	FAQ
*********************************/
#faq {
  background: #ededed;
  padding-top: 150px;
  padding-bottom: 25px;
}

#faq .ttl h2::before {
  content: "";
  width: 120px;
  height: 95px;
  background: url("../images/common/ttl-faq.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: -5px;
  left: -70px;
}

#faq dl {
  background: #fff;
  box-shadow: 0 0 10px #dedede, 0 0 10px #dedede;
  text-align: left;
  border-radius: 5px;
  padding: 50px 30px 40px 80px;
}

#faq dl:not(:last-of-type) {
  margin-bottom: 40px;
}

#faq dl dt {
  margin-bottom: 35px;
  font-size: 16px;
  position: relative;
}

#faq dl dt::before {
  content: "Q";
  width: 33px;
  height: 33px;
  display: inline-block;
  background: #ffd29d;
  font-size: 18px;
  position: absolute;
  top: -5px;
  left: -45px;
  text-align: center;
  border-radius: 50%;
  line-height: 33px;
}

#faq dl dd {
  position: relative;
}

#faq dl dd::before {
  content: "A";
  width: 33px;
  height: 33px;
  display: inline-block;
  background: #fff;
  border: 1px solid #ffd29d;
  font-size: 18px;
  position: absolute;
  top: calc(50% - 1em);
  left: -45px;
  text-align: center;
  border-radius: 50%;
  line-height: 33px;
}

#faq a,
#faq a:link,
#faq a:visited {
  color: #018bd1;
}

#gourmet_cg .update-day {
  margin-top: 120px;
  text-align: right;
}

@media only screen and (max-width: 599px) {
  #faq {
    padding-top: 70px;
  }

  #faq .ttl h2 span img {
    width: 20px;
    height: 20px;
  }

  #faq .ttl h2::before {
    width: 100px;
    height: 68px;
    top: 0;
    left: -50px;
  }

  #faq dl {
    padding: 40px 20px 30px 50px;
  }

  #faq dl dt {
    margin-bottom: 20px;
  }

  #faq dl dt::before,
  #faq dl dd::before {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    top: calc(50% - 1em);
    left: -40px;
  }

  #gourmet_cg .update-day {
    margin-top: 50px;
    font-size: 13px;
  }

  .bnr img {
    width: 100%;
    height: auto;
  }
}

.rb2019---gift-service {
  margin-bottom: 80px;
}
#gourmet_cg .rb2019---gift-service__text {
  text-align: left;
  margin-bottom: 2rem;
}
#gourmet_cg .rb2019---gift-service__link {
  color: #fff;
}

@media only screen and (max-width: 599px) {
  .rb2019---gift-service {
    margin-bottom: 5rem;
  }
}
.rb2019---footer-copyright p {
  margin-bottom: 0;
}

.gourmet_list-inner .bnr img {
  width: 100%;
  height: auto;
}
