@charset "UTF-8";
*[id=jinchumimai] {
  letter-spacing: 0.01em;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  color: #333;
  font-size: 16px;
}
*[id=jinchumimai] * {
  box-sizing: border-box;
}
*[id=jinchumimai] a {
  text-decoration: none;
}
*[id=jinchumimai] .pc_only {
  display: block;
}
*[id=jinchumimai] br .pc {
  display: block;
}
*[id=jinchumimai] br .sp {
  display: none;
}
*[id=jinchumimai] .sp_only {
  display: none;
}

@media only screen and (max-width: 599px) {
  *[id=jinchumimai] .pc_only {
    display: none;
  }
  *[id=jinchumimai] br .pc {
    display: none;
  }
  *[id=jinchumimai] br .sp {
    display: block;
  }
  *[id=jinchumimai] .sp_only {
    display: block;
  }
  *[id=jinchumimai] p {
    line-height: 1.4;
  }
}
.bold {
  font-weight: bold;
}

.fv {
  background: url("../images/2021/fv/fv_pc.jpg") no-repeat center;
  position: relative;
  background-size: cover;
  min-height: 400px;
}

.fv_inner {
  width: 1118px;
  margin: 0 auto;
  padding-top: 80px;
  padding-left: 50px;
}

.block--inner {
  margin: 0 auto;
  width: 1118px;
}

.fv h1 img,
.fv__content img {
  height: auto;
  width: 350px;
}

.fv__content {
  margin-top: 20px;
}

@media only screen and (max-width: 599px) {
  .fv {
    background: url("../images/2021/fv/fv_sp.jpg") no-repeat center;
    position: relative;
    background-size: cover;
    width: 100%;
    min-height: 50vw;
    padding-top: 10%;
  }
  .fv_inner {
    width: 55%;
    max-width: 260px;
    position: absolute;
    top: 11vw;
    padding: 0;
    margin: 0;
  }
  .fv h1,
  .fv__content,
  .block--inner {
    margin: 0 auto;
    width: 90%;
  }
  .fv h1 img,
  .fv__content img {
    height: auto;
    width: 100%;
  }
}
.intro {
  padding: 90px 0 20px;
}

.intro h2 {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}

.intro__lead {
  text-align: center;
}

.intro__lead p {
  line-height: 2;
}

@media only screen and (max-width: 599px) {
  .intro {
    padding: 44px 0 20px;
  }
  .intro h2 {
    font-size: 17px;
    margin: 0 0 20px 0;
    line-height: 1.4;
  }
  .intro__lead {
    text-align: left;
  }
  .intro__lead p {
    line-height: 1.8;
    font-size: 0.75em;
    margin: 0;
  }
}
.pageNav {
  padding: 20px 0 66px;
}

.nav--inner {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1230px;
}

.pageNav__links {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 7px;
}

.pageNav__links a {
  background: #a1bf93 url("../images/2021/common/arrow-down.svg") no-repeat;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}

a.pageNav__links {
  background-position: right 12px center;
  background-size: 12px 10px;
  height: 60px;
  margin: 0 8px 18px 8px;
  padding-right: 1em;
  width: 260px;
  align-items: center;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 599px) {
  .pageNav {
    padding: 0;
  }
  .nav--inner {
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
  }
  .pageNav__links {
    justify-content: space-between;
    margin: 0px;
  }
  .pageNav__links a {
    background: #a1bf93 url("../images/2021/common/arrow-down.svg") no-repeat;
    color: #fff;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
    font-weight: normal;
  }
  a.pageNav__links {
    background-position: right 12px center;
    background-size: 12px 10px;
    height: 48px;
    margin: 0 0 1px 0;
    padding-right: 0.6em;
    width: calc((100% - 1px) / 2);
  }
}
.section__title {
  font-size: 20px;
  letter-spacing: 0.2em;
  margin-bottom: 50px;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
}

.section__title span {
  display: block;
}

.section__title strong {
  font-size: 40px;
}

.section__title::after {
  content: "";
  display: block;
  height: 5px;
  width: 130px;
  background: #ede79b;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media only screen and (max-width: 599px) {
  .section__title {
    font-size: 16px;
    margin-bottom: 0px;
  }
  .section__title strong {
    font-size: 24px;
    line-height: 1.8;
  }
  .section__title::after {
    bottom: 10px;
  }
}
/* 利用シーンエリア */
.scene {
  padding-bottom: 80px;
}

.scene__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.scene__list dl {
  width: -webkit-calc(100% / 3);
  width: 33.3333333333%;
  text-align: center;
}

.scene__list dl dt {
  font-size: 16px;
  font-weight: bold;
}

.scene__list dl dd img {
  margin: 15px auto;
}

.scene__list dl dd {
  font-size: 14px;
}

.scene__list dl:nth-of-type(4),
.scene__list dl:last-of-type {
  margin-top: 30px;
}

@media only screen and (max-width: 599px) {
  .scene {
    margin-top: 50px;
    padding-bottom: 48px;
  }
  .scene__list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
  }
  .scene__list dl {
    width: 47.4%;
    margin-top: 10px;
  }
  .scene__list dl dt {
    font-size: 14px;
  }
  .scene__list dl dd img {
    width: 100%;
    height: auto;
    margin: 8px 0 10px 0;
  }
  .scene__list dl dd {
    margin: 0;
    font-size: 12px;
    line-height: 1.4;
  }
  .scene__list dl:nth-of-type(4),
  .scene__list dl:last-of-type {
    margin: 10px 0 0 0;
  }
}
/* ポイントエリア */
.point {
  background: #fffff4;
  padding: 60px 0 80px;
}

.point__list {
  display: flex;
  justify-content: space-around;
}

.point__list dl {
  width: 315px;
  background: #fff;
  border-bottom: 5px solid #ede79b;
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.08);
  padding: 25px 10px 30px;
}

.point__list dl dt {
  background: #c1aa49;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.point__list dl dd img {
  display: block;
  margin: 20px auto;
}

.point__list span.line {
  background: linear-gradient(transparent 0%, #fff4a0 0%);
}

@media only screen and (max-width: 599px) {
  /* ポイントエリア */
  .point {
    background: #fffff4;
    padding: 44px 0 53px;
  }
  .point__list {
    flex-wrap: wrap;
  }
  .point__list dl dd {
    margin: 0;
    line-height: 1.4;
  }
}
/* おすすめ定番商品 */
.recommends__price-title {
  text-align: center;
}

.recommends__price-title h3 {
  font-size: 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.recommends__price-title h3:before,
.recommends__price-title h3:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #444;
  display: block;
}

.recommends__price-title h3:before {
  margin-right: 0.4em;
}

.recommends__price-title h3:after {
  margin-left: 0.4em;
}

@media only screen and (max-width: 599px) {
  .recommends {
    margin-top: 53px;
  }
  .recommends__price-title h3 {
    font-size: 16px;
  }
}
.item_list {
  display: flex;
  justify-content: space-between;
}

.item_list .item {
  width: 280px;
}

.item_list .item img {
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
}

a.item:hover,
.item a img:hover,
.item a:hover {
  opacity: 0.75;
}

.item__body {
  margin-top: 10px;
  min-height: 135px;
}

p.item__name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

p.item__name .small {
  display: block;
  font-weight: normal;
  font-size: 15px;
  color: #747474;
}

.item__price {
  font-size: 15px;
  color: #f03030;
}

.item__btn a {
  background: #292929 url("../images/2021/common/arrow-right.svg") no-repeat;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}

a.item__btn {
  background-position: right 12px center;
  background-size: 12px 10px;
  height: 50px;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 599px) {
  .item_list {
    flex-wrap: wrap;
  }
  .item_list .item {
    margin: 0 1px 25px;
    width: calc(50vw - 2rem);
  }
  .item_list .item img {
    display: block;
    margin: auto;
    width: 100%;
  }
  a.item:hover,
  .item a img:hover,
  .item a:hover {
    opacity: 0.75;
  }
  .item__body {
    margin-top: 10px;
    min-height: 105px;
  }
  p.item__name {
    font-size: 14px;
  }
  p.item__name .small {
    font-size: 10px;
    margin-bottom: 6px;
  }
  .item__price {
    font-size: 12px;
  }
  .item__btn a {
    font-size: 12px;
  }
  a.item__btn {
    background-position: right 7px center;
    height: 40px;
  }
}
.catalogicon {
  position: relative;
}

.catalogicon::before {
  content: "";
  background: url("../images/2021/common/note.png") no-repeat;
  position: absolute;
  top: -5px;
  left: -5px;
  display: block;
  width: 35px;
  height: 35px;
  background-size: 100%;
  z-index: 10;
}

.cataloggift {
  display: block;
  font-size: 15px;
  font-weight: normal;
  color: #614699;
  position: relative;
  padding-left: 18px;
}

.cataloggift::before {
  content: "";
  background: url("../images/2021/common/note_purple.png") no-repeat;
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  background-size: 100%;
}

p.item__name .cataloggift .small {
  display: inline-block;
  padding-left: 5px;
}

.itemMore_btn {
  margin: 50px 0 80px;
  text-align: center;
}

.itemMore_btn a {
  display: block;
  width: 768px;
  margin: 0 auto;
  color: #292929;
  height: 60px;
  line-height: 60px;
  border: 3px solid #292929;
  font-size: 20px;
  font-weight: bold;
}

@media only screen and (max-width: 599px) {
  .cataloggift {
    font-size: 10px;
    margin-bottom: 6px;
  }
  .cataloggift::before {
    top: 0;
    left: 3px;
    display: block;
    width: 13px;
    height: 13px;
    background-size: 100%;
  }
  .itemMore_btn {
    margin: 10px 0 32px 0;
    text-align: center;
  }
  .itemMore_btn a {
    width: 100%;
    height: 55px;
    line-height: 55px;
  }
}
/* 選挙中の陣中見舞いにおすすめの商品 */
#senkyo {
  margin: 70px 0;
}

#senkyo h3 {
  position: relative;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 25px;
}

#senkyo h3 span {
  display: block;
}

#senkyo h3::before,
#senkyo h3::after {
  content: "";
  transform: skewX(-150deg);
  border-right: 2px solid #333333;
  position: absolute;
  top: 13px;
  left: 1px;
  height: 35px;
}

#senkyo h3::after {
  transform: skewX(150deg);
  right: 1px;
}

#senkyo .item_list .item {
  position: relative;
}

#senkyo p.item__name {
  margin-bottom: 0;
}

#senkyo .item__price {
  margin-bottom: 10px;
}

#senkyo .item__text {
  min-height: 150px;
}

#senkyo .cataloggift {
  margin-bottom: 4px;
}

#senkyo .item__btn {
  width: 100%;
}

@media only screen and (max-width: 599px) {
  #senkyo .section__title strong {
    line-height: 1.4;
  }
  #senkyo h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #senkyo h3::before,
  #senkyo h3::after {
    height: 22px;
    left: 42px;
  }
  #senkyo h3::after {
    right: 42px;
  }
  #senkyo .item_list {
    display: block;
    margin-top: 25px;
  }
  #senkyo .item_list .item img {
    width: 80%;
  }
  #senkyo .item_list .item {
    width: 100%;
  }
  #senkyo p.item__name {
    font-size: 16px;
  }
  #senkyo .item__text {
    min-height: auto;
    margin: 15px auto;
    line-height: 1.4;
  }
  #senkyo .item__btn {
    margin-bottom: 40px;
  }
}
/* かんたん検索 */
.search {
  background: linear-gradient(90deg, #cdd3ac 0%, #cdd3ac 40%, #f0f2e7 40%, #f0f2e7 100%);
  padding: 60px;
}

.search .block--inner {
  background: #fff;
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.08);
  padding: 50px 0 70px;
}

.section__lead {
  margin-bottom: 50px;
  text-align: center;
  font-size: 18px;
}

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

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

.search .form-select {
  height: 80px;
  width: 370px;
}

.form-select__element {
  border: 2px solid #242424;
  color: #242424;
  display: block;
  height: 100%;
  outline: 0;
  position: relative;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  padding: 0 2em 0 2.5em;
  padding-left: 74px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
}

.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:nth-of-type(1) {
  height: auto;
  left: 24px;
  width: 30px;
}

.search .form-select__icon:nth-of-type(2) {
  height: auto;
  left: auto;
}

.search .form-select__icon:nth-of-type(2) {
  right: 24px;
  width: 14px;
}

.search__cross {
  margin: 0 30px;
  width: 29px;
  height: 100%;
}

.form-button {
  align-items: center;
  background: #a1bf93;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #fff;
  display: flex;
  justify-content: center;
  transition: all 0.2s ease;
}

.form-button:disabled {
  background: #737373;
  cursor: default;
  opacity: 0.4;
}

.search .form-button {
  font-size: 18px;
  height: 75px;
  margin: 50px auto 0;
  width: 500px;
  font-weight: bold;
}

@media only screen and (max-width: 599px) {
  .search {
    background: linear-gradient(90deg, #cdd3ac 0%, #cdd3ac 50%, #f0f2e7 50%, #f0f2e7 100%);
    padding: 3rem 0;
  }
  .search .block--inner {
    padding: 35px 0 50px;
  }
  .section__lead {
    margin-bottom: 33px;
    text-align: center;
    font-size: 14px;
    padding: 0 1rem;
    line-height: 1.4;
  }
  .search__fields {
    flex-wrap: wrap;
  }
  .search .form-select {
    height: 3.5rem;
    width: 100%;
    padding: 0 1rem;
  }
  .form-select__element {
    padding-left: 20%;
    font-size: 16px;
  }
  .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:nth-of-type(1) {
    left: 30px;
  }
  .search .form-select__icon:nth-of-type(2) {
    right: 30px;
  }
  .search__cross {
    margin: 10px 30px;
  }
  .form-button:disabled {
    background: #737373;
    cursor: default;
    opacity: 0.4;
  }
  .search .form-button {
    font-size: 16px;
    height: 60px;
    margin: 30px auto 0;
    width: 300px;
    border: none;
  }
}
.ranking {
  margin-top: 60px;
}

.ranking .item_list {
  flex-wrap: wrap;
}

.ranking .item_list:first-of-type {
  margin-bottom: 60px;
}

.ranking .item {
  width: 240px;
}

@media only screen and (max-width: 599px) {
  .ranking .item_list {
    flex-wrap: wrap;
  }
  .ranking .item_list:first-of-type {
    margin-bottom: 0px;
  }
  .ranking .item {
    margin-bottom: 5px;
    width: calc(50vw - 2rem);
  }
}
.catalog {
  margin-top: 60px;
}

.catalog__area {
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.catalog__area-series {
  position: relative;
  margin: 1.2em 0 0;
  padding: 1.5em;
  width: 32%;
  box-sizing: border-box;
}

.catalog__area .gourmet {
  width: 66%;
  margin-top: 0;
  background-color: #ffdddd;
}

.catalog__area-series a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 10;
}

.catalog__area-series a:hover {
  background-color: #fff;
  opacity: 0.4;
}

.catalog__area-series::before {
  content: "";
  background: url("../images/2021/catalog/catalog_arrow01.png") no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 38px;
  height: 38px;
}

.catalog__area-series.egift::before {
  background: url("../images/2021/catalog/catalog_arrow02.png") no-repeat;
}

.catalog__area-series.club47::before {
  background: url("../images/2021/catalog/catalog_arrow03.png") no-repeat;
}

.catalog__area-series.wagyu::before {
  background: url("../images/2021/catalog/catalog_arrow04.png") no-repeat;
}

.catalog__area-series.bimi100::before {
  background: url("../images/2021/catalog/catalog_arrow05.png") no-repeat;
}

.catalog__area-series .catalog__title {
  text-align: center;
  margin-bottom: 1.5em;
}

.catalog__area-series .catalog__flex {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.catalog__area-series .catalog__flex .left,
.catalog__area-series .catalog__flex .right {
  width: 48%;
}

.catalog__area-series .course {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
}

.catalog__area-series .course dt {
  width: 40%;
  font-size: 1.1em;
  line-height: 1;
  color: #fff;
  padding: 0.7em;
  text-align: center;
  display: flex;
  align-items: center;
}

.catalog__area-series.gourmet .course dt {
  background-color: #bf1313;
}

.catalog__area-series .course dd {
  width: 60%;
  font-size: 1em;
  line-height: 1.5;
  text-align: center;
  background-color: #fff;
  padding: 0.7em;
  text-align: center;
}

.catalog__area-series .course dd span {
  font-size: 90%;
}

.catalog__area-series .images {
  text-align: center;
  margin-bottom: 1em;
}
.catalog__area-series .images img {
  height: auto;
}

.catalog__area-series .bold {
  font-size: 16px;
  margin-bottom: 1em;
}

.catalog__area-series .text {
  font-size: 16px;
}

.catalog__area .egift {
  margin-top: 0;
  background-color: #d9d9d9;
}

.catalog__area .club47 {
  background-color: #d6e6b8;
}

.catalog__area-series.club47 .course dt {
  background-color: #587523;
}

.catalog__area .wagyu {
  background-color: #333333;
}

.catalog__area-series.wagyu .course dt {
  background-color: #b39609;
}

.catalog__area-series.wagyu .text {
  color: #fff;
}

.catalog__area .bimi100 {
  background-color: #e9ebab;
}

.catalog__area-series.bimi100 .course dt {
  background-color: #9ca014;
}

.catalog__bnr {
  margin: 50px auto 0;
  width: 1010px;
  height: 400px;
  position: relative;
}

.catalog__bnr > img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.catalog__bnr a {
  width: 350px;
  height: 48px;
  border-radius: 24px;
  background: #000;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 55px;
  right: 55px;
  z-index: 2;
  transition: 0.3s ease;
}

.catalog__bnr a:hover {
  opacity: 0.7;
}

.catalog__bnr a::after {
  display: block;
  content: "";
  background: url(../images/2021/common/bnr_arrow.png) no-repeat center center/contain;
  width: 12px;
  height: 18px;
  position: absolute;
  right: 22px;
}

@media only screen and (max-width: 599px) {
  .catalog {
    margin-top: 25px;
  }
  .catalog__area {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .catalog__area-series {
    position: relative;
    margin: 1.2em 0 0;
    padding: 1.5em;
    width: 100%;
    box-sizing: border-box;
  }
  .catalog__area .gourmet {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .catalog__area-series a:hover {
    background-color: #fff;
    opacity: 0.4;
  }
  .catalog__area-series .catalog__title {
    margin-bottom: 10px;
  }
  .catalog__area-series .catalog__title img {
    width: 65%;
    height: auto;
    margin: 0 auto;
  }
  .catalog__area-series.gourmet .catalog__title img {
    width: 85%;
    height: auto;
  }
  .catalog__area-series .catalog__flex {
    flex-wrap: wrap;
  }
  .catalog__area-series .catalog__flex .left,
  .catalog__area-series .catalog__flex .right {
    width: 100%;
  }
  .catalog__area-series .course {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1em;
  }
  .catalog__area-series .course dt {
    width: 35%;
    font-size: 15px;
    line-height: 1;
    color: #fff;
    padding: 0.7em;
    text-align: center;
    display: flex;
    align-items: center;
  }
  .catalog__area-series .course dd {
    width: 65%;
    margin-left: 0;
    font-size: 13px;
  }
  .catalog__area-series .images img {
    width: 100%;
    height: auto;
  }
  .catalog__area-series .bold {
    font-size: 15px;
    margin-bottom: 1em;
  }
  .catalog__area-series .text {
    font-size: 14px;
    line-height: 1.4;
  }
  .catalog__area .egift {
    margin-top: 0;
  }
  .catalog__bnr {
    margin-top: 50px;
    width: 100%;
    height: 36vw;
  }
  .catalog__bnr > img {
    width: 100%;
    height: auto;
  }
  .catalog__bnr a {
    width: 40vw;
    height: 6vw;
    border-radius: 24px;
    background: #000;
    font-size: 3vw;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 2vw;
    right: 1vw;
    z-index: 2;
    transition: 0.3s ease;
  }
  .catalog__bnr a:hover {
    opacity: 0.7;
  }
  .catalog__bnr a::after {
    display: block;
    content: "";
    background: url(../images/2021/common/bnr_arrow.png) no-repeat center center/contain;
    width: 2vw;
    height: 18px;
    position: absolute;
    right: 2vw;
  }
}
/*3つの理由*/
.reason {
  margin-top: 90px;
  background: #e8ef85 url("../images/2021/reasons/reasons_bg.png") repeat top;
  background-size: cover;
  padding: 60px 0;
}

.reason .block--inner {
  border-radius: 20px;
  padding: 60px 0;
  background: #fff;
}

.reason__list {
  display: flex;
  justify-content: space-around;
}

.reason__list dl {
  width: 315px;
}

.reason__list dl dd:first-of-type {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #ff9b76;
  margin: 13px 0 6px;
}

.reason__list dl dd:last-of-type {
  width: 300px;
  margin: 0 auto;
}

.reason__list dl dd .small {
  display: block;
  font-size: 12px;
  color: #585858;
  margin-top: 5px;
}

@media only screen and (max-width: 599px) {
  .reason {
    margin-top: 40px;
    background-size: 100%;
    padding: 45px 0;
  }
  .reason .block--inner {
    background: #fff;
    border-radius: 10px;
    padding: 36px 0;
  }
  .reason__list {
    flex-wrap: wrap;
  }
  .reason__list dl {
    width: 85%;
  }
  .reason__list dl dd {
    margin-left: 0;
    font-size: 14px;
    line-height: 1.4;
  }
  .reason__list dl dt img {
    width: 100%;
    margin-left: -5%;
  }
  .reason__list dl dd:first-of-type {
    font-size: 15px;
  }
  .reason__list dl dd:last-of-type {
    width: 100%;
    margin: 0 auto;
  }
  .reason__list dl dd .small {
    font-size: 11px;
    margin-top: 10px;
  }
}
/* 充実のサービス */
.service {
  margin-top: 80px;
}

.service__list {
  display: flex;
  justify-content: space-around;
}

.service__list dl {
  width: 315px;
}

.service__list dl dt {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}

.service__list dl dd img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.service__list dl dd.item__btn {
  margin-top: 40px;
}

@media only screen and (max-width: 599px) {
  .service {
    margin-top: 40px;
  }
  .service__list {
    flex-wrap: wrap;
  }
  .service__list dd {
    margin-left: 0;
    font-size: 14px;
    line-height: 1.4;
  }
  .service__list dl {
    width: 100%;
  }
  .service__list dl dt {
    font-size: 16px;
  }
  .service__list dl dd img {
    width: 90%;
    margin: 10px auto;
    display: block;
  }
  .service__list dl dd.item__btn {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
/* ご予算から選ぶ */
.price {
  margin-top: 80px;
}

.price--inner {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1230px;
}

.price__links {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 7px;
}

.price__links a {
  background: #292929 url("../images/2021/common/arrow-right.svg") no-repeat;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}

a.price__links {
  background-position: right 12px center;
  background-size: 12px 10px;
  height: 60px;
  margin: 0 8px 18px 8px;
  padding-right: 1em;
  width: 260px;
  align-items: center;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 599px) {
  .price {
    margin-top: 40px;
  }
  .price--inner {
    width: 100%;
    margin-top: 15px;
  }
  .price__links {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0;
  }
  .price__links a {
    font-size: 12px;
  }
  a.price__links {
    background-position: right 3px center;
    background-size: 12px 10px;
    height: 45px;
    margin: 0 5px 5px 0;
    padding-right: 1em;
    width: calc((100% - 10px) / 2);
    flex-wrap: wrap;
  }
}
/*マナー・注意点*/
.article {
  margin-top: 80px;
  background: #f4e9d2 url("../images/2021/article/article_bg.png") repeat;
  padding: 60px 0;
}

.article .block--inner {
  background: #fff;
  border-radius: 20px;
  padding: 60px 0 20px;
}

.article .lead {
  text-align: center;
}

.article--flex {
  align-items: center;
  display: flex;
  padding: 0 60px;
  margin: 40px 0;
}

.article__text {
  margin-left: 15px;
}

.article__text h2 {
  font-size: 26px;
  color: #707070;
  margin-bottom: 15px;
}

.article__text p {
  color: #707070;
  line-height: 2;
}

.article__links {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.article__links-title {
  width: 320px;
  margin: 0 auto 15px;
}

.article__links-title img {
  width: 100%;
  height: auto;
}

.article__links-btn {
  width: 580px;
  margin: 45px auto;
}

.article__links-btn a {
  display: block;
  border: 2px solid #292929;
  position: relative;
  border-radius: 50px;
  color: #292929;
  height: 55px;
  line-height: 55px;
  text-align: center;
}

.article__links-btn a::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: #292929 #292929 transparent transparent;
  transform: rotate(45deg);
  position: absolute;
  top: 19px;
  right: 25px;
}

.article__text .article__links-btn {
  width: 75%;
  margin: 20px auto 0;
}

.article__text .article__links-btn a {
  background: #292929;
  color: #fff;
  height: 45px;
  line-height: 45px;
}

.article__text .article__links-btn a::before {
  width: 8px;
  height: 8px;
  border-color: #fff #fff transparent transparent;
  top: 15px;
}

@media only screen and (max-width: 599px) {
  .article {
    margin-top: 40px;
    padding: 40px 0;
  }
  .article .section__title strong {
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: -0.1px;
  }
  .article .block--inner {
    border-radius: 10px;
    padding: 36px 0 20px;
  }
  .article .lead {
    font-size: 14px;
    line-height: 1.8;
    width: 90%;
    margin: 0 auto;
  }
  .article--flex {
    padding: 0;
    margin: 22px 0;
    flex-wrap: wrap;
  }
  .article__thum {
    width: 90%;
    margin: 0 auto;
  }
  .article__thum img {
    width: 100%;
    height: auto;
  }
  .article__text {
    padding: 0 15px;
    margin-left: 0;
  }
  .article__text h2 {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 10px;
    margin-top: 15px;
  }
  .article__text p {
    color: #707070;
    line-height: 1.6;
    font-size: 14px;
  }
  .article__links {
    width: 100%;
    margin: 0;
    padding: 0 15px;
    text-align: center;
  }
  .article__links-title {
    width: 90%;
    margin: 0 auto 15px;
  }
  .article__links p {
    font-size: 14px;
    line-height: 1.4;
  }
  .article__links-btn {
    width: 100%;
    margin: 20px auto;
  }
  .article__links-btn a {
    border: 1px solid #292929;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .article__links-btn a::before {
    width: 7px;
    height: 7px;
    border: 2px solid;
    border-color: #292929 #292929 transparent transparent;
    transform: rotate(45deg);
    top: 15px;
  }
  .article__text .article__links-btn {
    width: 100%;
  }
  .article__text .article__links-btn a {
    height: 40px;
    line-height: 40px;
  }
  .article__text .article__links-btn a::before {
    width: 7px;
    height: 7px;
    top: 14px;
  }
}
/* 迷ったらまずこれ */
li {
  list-style-type: none;
}

.pickup {
  background: url("../images/2021/pickup/pickup_bg.jpg") no-repeat;
  background-size: cover;
  padding: 105px 0;
}

.pickup .block--inner {
  background: rgba(255, 255, 255, 0.8);
}

.pickup__title {
  background: #ede79b;
  position: relative;
  width: 680px;
  margin: 0 auto;
  padding: 5px 0;
  border-radius: 50px;
  top: -27px;
}

.pickup__title::before {
  content: "";
  position: absolute;
  left: 310px;
  bottom: -15px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #ede79b;
}

.pickup__title h2 {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 599px) {
  .pickup {
    background: url("../images/2021/pickup/pickup_bg.jpg") no-repeat;
    background-size: cover;
    padding: 70px 0;
  }
  .pickup .block--inner {
    background: rgba(255, 255, 255, 0.8);
  }
  .pickup__title {
    width: 95%;
    padding: 5px 0;
    border-radius: 50px;
  }
  .pickup__title::before {
    left: 40vw;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #ede79b;
  }
  .pickup__title h2 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
}
.detail {
  padding: 32px 40px 55px;
  align-items: center;
  -webkit-box-align: center;
  display: flex;
  justify-content: space-around;
}

.detail__name {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 5px;
  color: #292929;
}

.detail__name a {
  color: #292929;
}

.detail__price {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #e61e1e;
}

.detail__service {
  margin-bottom: 16px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.detail__service-label {
  background-color: #f2ebde;
  border: 1px solid #d9cbb7;
  color: #a07848;
  position: relative;
  margin-right: 8px;
  padding: 6px 15px 6px 30px;
}

.detail__service-label.present::before,
.detail__service-label.truck::before,
.detail__service-label.card::before {
  content: "";
  background-image: url("../images/2021/pickup/service-gift.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 5px;
  top: 5px;
}

.detail__service-label.truck::before {
  background-image: url("../images/2021/pickup/service-present.jpg");
  background-repeat: no-repeat;
}

.detail__service-label.card::before {
  background-image: url("../images/2021/pickup/service-card.jpg");
  background-repeat: no-repeat;
}

a.detail__btn {
  display: block;
  width: 100%;
  background: #008cfd;
  color: #fff;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 22px;
  margin-top: 25px;
}

.detail__service ul li {
  list-style: none;
}

@media only screen and (max-width: 599px) {
  .detail {
    padding: 10px 1em 30px 1em;
    flex-wrap: wrap;
  }
  .detail__product {
    text-align: center;
  }
  .detail__product img {
    width: 60%;
    height: auto;
  }
  .detail__name {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
    color: #292929;
  }
  .detail__name a {
    color: #292929;
  }
  .detail__price {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #e61e1e;
  }
  .detail__service {
    padding: 0;
    display: inline-block;
    margin: 0;
  }
  .detail__service-label {
    margin-bottom: 10px;
  }
  .detail__service-label.present::before,
  .detail__service-label.truck::before,
  .detail__service-label.card::before {
    content: "";
    background-image: url("../images/2021/pickup/service-gift.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 5px;
    top: 5px;
  }
  a.detail__btn {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    margin-top: 10px;
  }
}
/* よくあるご質問 */
.faq {
  margin-top: 80px;
  margin-bottom: 80px;
}

.faq__q {
  font-size: 20px;
  font-weight: bold;
}

.faq__q > span,
.faq__a > span {
  background: #c1aa49;
  display: inline-block;
  border: 2px solid #c1aa49;
  color: #fff;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  margin-right: 10px;
  text-align: center;
  line-height: 35px;
}

.faq__a {
  font-size: 18px;
}

.faq__a > span {
  background: #fff;
  color: #c1aa49;
}

.faq__q-text {
  padding-left: 54px;
  position: relative;
  top: -35px;
}

.faq__text {
  padding-left: 54px;
  padding-bottom: 20px;
  position: relative;
  top: -35px;
  line-height: 1.8;
  border-bottom: 1px solid #c1aa49;
}

.faq__text .red {
  color: #e61e1e;
}

.faq__address {
  margin-top: 15px;
  line-height: 1.5;
  padding-left: 0;
}

@media only screen and (max-width: 599px) {
  .faq__list {
    margin-top: 20px;
  }
  .faq {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .faq__q {
    font-size: 14px;
  }
  .faq__q > span,
  .faq__a > span {
    height: 28px;
    width: 28px;
    line-height: 26px;
  }
  .faq__a {
    font-size: 14px;
  }
  .faq__a > span {
    background: #fff;
    color: #c1aa49;
  }
  .faq__q-text,
  .faq__text {
    padding-left: 40px;
    top: -22px;
  }
  .faq__text p {
    margin: 0;
  }
  .faq__list dd {
    margin-left: 0;
  }
}
.contact {
  background: #1688c6;
  padding: 40px 0;
}

.contact h2 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}

.contact__detail {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.contact__detail-tel .text {
  font-size: 24px;
  color: #fff;
  margin-bottom: 10px;
}

.tel__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.tel__link > img:first-child {
  margin-right: 10px;
  width: 56px;
  height: auto;
}

.tel__link .tel {
  width: 367px;
  height: auto;
}

.contact__detail-tel .time {
  border: 1px solid #fff;
  padding: 8px 10px;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  margin-top: 15px;
}

.contact__detail-mail {
  background: #fff;
  padding: 18px 0 50px;
  text-align: center;
  font-weight: bold;
}

.button {
  align-items: center;
  background: transparent;
  border: 0;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.contact__button {
  font-size: 22px;
  padding-top: 4.5em;
  padding-left: 20px;
  padding-right: 20px;
  background-image: url("../images/2021/common/mail.svg");
  background-position: top 1.5em center;
  background-repeat: no-repeat;
  background-size: auto 2em;
}

@media only screen and (max-width: 599px) {
  .contact {
    padding: 15px 0;
  }
  .contact h2 {
    font-size: 24px;
    margin-bottom: 0px;
  }
  .contact__detail-tel .text {
    font-size: 16px;
    text-align: center;
  }
  .contact__detail-tel .time {
    font-size: 14px;
  }
  .tel__link .tel {
    width: 78%;
  }
  .contact__detail-mail {
    margin-top: 20px;
  }
  .contact__detail-mail a {
    color: #1688c6;
  }
  .contact__detail-mail {
    padding: 0;
  }
  .contact__button {
    height: auto;
    padding: 4em 10px 1em;
    font-size: 18px;
  }
}
a.side-nav__trigger,
a.side-nav__trigger:link {
  color: #fff;
}

.rb2019---header-fixed .side-nav__trigger {
  opacity: 1;
  pointer-events: auto;
}

.side-nav__trigger {
  align-items: center;
  animation: side-nav-trigger-swing infinite 2s linear;
  background: #c1aa49;
  border-radius: 50px;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: flex;
  flex-direction: column;
  font-size: 13px;
  height: 100px;
  justify-content: center;
  line-height: 1.2;
  opacity: 0;
  position: fixed;
  right: 16px;
  text-align: center;
  top: 71px;
  transition: opacity 0.3s ease;
  transition: opacity 0.2s ease;
  width: 100px;
  z-index: 0;
}

.rb2019---icon__search::before {
  content: "";
  background: url("../images/2021/common/search.png") no-repeat;
  display: block;
  width: 35px;
  height: 41px;
  background-size: 100%;
}

.side-nav__trigger i {
  font-size: 48px;
}

.side-nav.rb2019---dialog {
  z-index: 1100;
}

.rb2019---header-fixed .side-nav__trigger:hover {
  opacity: 0.6;
}

.rb2019---header-fixed .side-nav__trigger.hidden {
  opacity: 0;
}
@keyframes side-nav-trigger-swing {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 16px);
  }
}
.side-nav__inner {
  animation: side-nav-open-bg 0.3s ease 1 forwards;
  background: rgba(0, 0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.is-closing .side-nav__inner {
  animation: side-nav-close-bg 0.3s ease 1;
}

.side-nav__body {
  animation: side-nav-open 0.3s ease 1 forwards;
  background: rgba(255, 255, 255, 0.9);
  bottom: 0;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(400px, 0);
  width: 400px;
}

.is-closing .side-nav__body {
  animation: side-nav-close 0.3s ease 1;
}
@keyframes side-nav-open-bg {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(0, 0, 0, 0.5);
  }
}
@keyframes side-nav-close-bg {
  0% {
    background: rgba(0, 0, 0, 0.5);
  }
  100% {
    background: rgba(0, 0, 0, 0);
  }
}
@keyframes side-nav-open {
  0% {
    transform: translate(400px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes side-nav-close {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(400px, 0);
  }
}
.side-nav__close {
  font-size: 32px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.side-nav__content {
  padding: 50px 16px 0;
}

.side-nav__group {
  margin-bottom: 16px;
}

.side-nav__group + .side-nav__group {
  border-top: 1px solid #ccc;
  padding-top: 16px;
}

.side-nav__group-name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
}

.side-nav__search form {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  display: flex;
  justify-content: space-between;
}

.side-nav__search input[type=text] {
  border: 1px solid #999;
  font-size: 16px;
  height: 40px;
  padding: 0 0.5em;
  width: 70%;
}

.side-nav__search button {
  background: #a1bf93;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  height: 40px;
  width: calc(30% - 8px);
}

.side-nav__form .form-select {
  height: 40px;
  width: calc(50% - 14px);
}

.side-nav__form .form-select__element {
  font-size: 14px;
  font-weight: bold;
  padding-left: 32px;
}

.side-nav__form .form-select__icon:nth-of-type(1) {
  height: auto;
  left: 8px;
  width: 16px;
}

.side-nav__form .form-select__icon:nth-of-type(2) {
  height: auto;
  left: auto;
  right: 8px;
  width: 16px;
}

.side-nav__form .search__fields {
  margin-bottom: 16px;
}

.side-nav__form .search__cross {
  height: auto;
  margin: 0 8px;
  width: 12px;
}

.side-nav__form .form-button {
  font-size: 16px;
  font-weight: bold;
  height: 40px;
  margin: 0 auto;
  width: 100%;
}

.side-nav__links {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.side-nav__links a,
.side-nav__links a:link,
.side-nav__links a:visited,
.side-nav__links a:hover,
.side-nav__links a:focus,
.side-nav__links a:active {
  color: #333;
  line-height: 1.2;
  margin-bottom: 0.8em;
}

.side-nav__links a {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: flex;
  flex-basis: 50%;
  font-size: 14px;
  font-weight: bold;
  height: 2em;
  justify-content: center;
  width: -webkit-calc(100% / 2);
  width: 50%;
}

.rb2019---icon__times::before {
  content: "";
  background: url("../images/2021/common/close.png") no-repeat;
  display: block;
  width: 20px;
  height: 20px;
  background-size: 100%;
  position: relative;
  top: 7px;
}

@media only screen and (max-width: 599px) {
  .side-nav__close {
    border: none;
  }
  .side-nav__close:focus,
  .side-nav__search button:focus,
  .side-nav__form .form-button:focus,
  .side-nav__search input[type=text]:focus {
    outline: 0;
  }
  .side-nav__inner {
    padding: 0;
  }
  .side-nav__body {
    width: 100%;
  }
  span.form-select {
    width: calc(100% - 14px) !important;
    margin: 1em;
  }
  .side-nav__trigger {
    height: 80px;
    width: 80px;
    font-size: 11px;
    top: auto;
    bottom: 6rem;
    right: 4px;
    opacity: 1;
    pointer-events: all;
    z-index: 1;
  }
  .rb2019---icon__search::before {
    width: 90%;
    height: 34px;
    background-position: center top;
    background-size: auto 90%;
  }
  .side-nav__inner {
    position: fixed;
    z-index: 999;
  }
  .side-nav__search button,
  .side-nav__form .form-button {
    border: none;
  }
  .side-nav__links a {
    font-size: 3.7vw;
  }
  .rb2019---icon__times::before {
    right: 0;
  }
}
.catalog__area .gourmet .images img {
  width: 300px;
}

.catalog__area .egift .images img {
  width: 280px;
}

.catalog__area .club47 .images img {
  width: 227px;
}

.catalog__area .wagyu .images img {
  width: 262px;
}

.catalog__area .bimi100 .images img {
  width: 230px;
}

@media only screen and (max-width: 599px) {
  .catalog__area .gourmet .images img,
  .catalog__area .egift .images img,
  .catalog__area .club47 .images img,
  .catalog__area .wagyu .images img,
  .catalog__area .bimi100 .images img {
    width: 100%;
  }
}