@charset "UTF-8";
/* header 
 ====================================== */
/* f-header-obi */
.f-header-obi {
  background: #4b4b4b;
}
.f-header-obi a {
  display: block;
  padding: 8px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 599.9px) {
  .f-header-obi a {
    padding: 2.1333333333vw 1.3333333333vw;
    font-size: min(3.2vw, 1.5rem);
  }
}
@media screen and (min-width: 600px), print {
  .f-header-obi a:hover {
    opacity: 0.5;
  }
}

/* f-header-hum */
.f-header-hum {
  margin: 40px 20px;
  padding: 40px 20px;
  background: #ccc;
  text-align: center;
}

/* f-header-food-sp */
@media screen and (max-width: 599.9px) {
  .f-header-food-sp {
    background: #ff7043;
  }
  .f-header-food-sp .c-button {
    width: 100%;
    display: inline-grid;
    padding: 1.0666666667vw 1.3333333333vw 1.3333333333vw;
    background-position: right 10px top 50%;
    gap: 1.6vw;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
  }
  .f-header-food-sp span {
    display: inline-block;
    margin-right: 0.8vw;
    font-size: min(3.2vw, 1.5rem);
    line-height: 1.5;
    font-weight: normal;
  }
  .f-header-food-sp img {
    width: 8vw;
  }
}

/* TOP
 ====================================== */
/* f-top common */
.f-top__allButtonArea {
  gap: 30px;
  margin: 70px auto 0;
  text-align: center;
}

.f-top__allButton {
  min-width: 400px;
}
.f-top__allButton--blank {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path fill="%23ffffff" d="M11.9,0.1v5.3h-1.1V1.9L6.4,6.4L5.6,5.6L10,1.2H6.6V0.1H11.9L11.9,0.1z M9,10.8H1.2V3h3V1.9h-4v9.9h9.9v-4H9V10.8L9,10.8z"></path></svg>');
  background-repeat: no-repeat;
  background-position: right 17px top 50%;
  background-size: 20px auto;
}
@media screen and (min-width: 600px), print {
  .f-top__allButton + .f-top__allButton {
    margin-left: 30px;
  }
}

@media screen and (max-width: 599.9px) {
  .f-top__allButtonArea {
    margin-top: 10.6666666667vw;
  }
  .f-top__allButton {
    min-width: 83%;
    font-size: min(4vw, 1.8rem);
    line-height: 1.2;
  }
  .f-top__allButton--blank {
    background-size: 14px auto;
  }
  .f-top__allButton + .f-top__allButton {
    margin-top: 2.6666666667vw;
  }
}
/* f-top-motivationt */
.f-top__motivation {
  margin-block: 20px;
}
.f-top__motivation-inner {
  padding: 40px;
  background: #e6e6e6;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 599.9px) {
  .f-top__motivation {
    margin-inline: 4.8vw;
  }
}

/* f-top-brand */
.f-top-brand {
  overflow: hidden;
  margin-top: 4px;
  background: #f3efea;
}
.f-top-brand__title {
  color: #7c674f;
}
.f-top-brand__sliderWrap {
  position: relative;
  margin-block: 0 40px;
}
.f-top-brand__slider {
  display: grid;
}
.f-top-brand__slider-item {
  display: grid;
  width: 295px;
}
.f-top-brand__slider-item-inner {
  background: #fff;
  padding: 20px;
}
.f-top-brand__slider-logo {
  text-align: center;
}
.f-top-brand__slider-text {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.8666666667;
  font-weight: bold;
}
.f-top-brand .swiper-button-next,
.f-top-brand .swiper-button-prev {
  top: 145px;
}
.f-top-brand__banner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.f-top-brand__banner a {
  display: block;
  width: 295px;
}
@media screen and (max-width: 599.9px) {
  .f-top-brand__sliderWrap {
    padding-bottom: 6.6666666667vw;
    margin-block: 0 6.6666666667vw;
    border-bottom: solid 1px #e5d8b4;
  }
  .f-top-brand__sliderWrap .swiper-wrapper {
    margin-left: 4vw;
  }
  .f-top-brand__slider-item {
    width: 56vw;
  }
  .f-top-brand__slider-item-inner {
    padding: 4vw;
  }
  .f-top-brand__slider-text {
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.4285714286;
  }
  .f-top-brand__banner {
    margin-inline: 4vw;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.3333333333vw;
  }
  .f-top-brand__banner a {
    width: inherit;
  }
  .f-top-brand__banner p {
    margin: 2.6666666667vw 2.6666666667vw 0;
    font-size: min(3.4666666667vw, 1.6rem);
    line-height: 1.5384615385;
  }
}

/* f-top-feature */
.f-top-feature__title {
  color: #333333;
}
.f-top-feature__list {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media screen and (max-width: 599.9px) {
  .f-top-feature__list {
    margin-inline: 2.1333333333vw;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.2vw 2.6666666667vw;
  }
}

/* f-top-topics */
.f-top-topics {
  background: #fef1e6;
}
.f-top-topics .l-section__inner {
  position: relative;
}
.f-top-topics .f-top-topics__unit--islands {
  margin-top: 110px;
  border-top: solid 1px #ff7043;
}
.f-top-topics__catchTitle {
  position: absolute;
  top: -40px;
  left: 2px;
}
.f-top-topics__title {
  padding: 110px 0 60px;
  font-size: 3rem;
  line-height: 1.3333333333;
  font-weight: 500;
  color: #ff7043;
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
}
.f-top-topics__title ul {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}
.f-top-topics__title li {
  list-style: none;
}
.f-top-topics__title a {
  padding: 13px 40px;
  border-radius: 9999px;
  background: #ff7043;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 500;
  color: #fff;
}
.f-top-topics__title a::before {
  content: "＃";
}
.f-top-topics__title a.is-active {
  background: none;
  border: solid 1px #ff7043;
  color: #ff7043;
}
.f-top-topics__sliderWrap {
  position: relative;
  margin-block: 0 50px;
}
.f-top-topics__slider {
  display: grid;
}
.f-top-topics__slider-item {
  display: grid;
  width: 295px;
  padding-top: 33px;
  transition: opacity 400ms ease;
}
@media screen and (min-width: 600px), print {
  .f-top-topics__slider-item:hover {
    opacity: 0.5;
  }
}
.f-top-topics__slider-item-inner {
  background: #fff;
  padding: 0 30px 30px;
}
.f-top-topics__slider-image {
  margin: -33px auto 18px;
  text-align: center;
}
.f-top-topics__slider-image img {
  border-radius: 50%;
  border: solid 10px #fff;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.f-top-topics__slider-title {
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  color: #ff7043;
}
.f-top-topics__slider-text {
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  font-size: 1.5rem;
  line-height: 1.8666666667;
}
.f-top-topics__slider-date {
  text-align: right;
  font-size: 1.4rem;
  line-height: 1.2857142857;
  font-weight: bold;
  color: #baa68c;
}
.f-top-topics__slider-link {
  text-align: right;
}
.f-top-topics__slider-link p {
  display: inline-grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: end;
  word-break: break-all;
  gap: 12px;
  line-height: 2;
  text-decoration: underline;
  text-underline-offset: 8px;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  font-weight: bold;
  color: #ff7043;
}
.f-top-topics__slider-link p::after {
  content: "";
  display: block;
  width: 6px;
  height: 13px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 13"><path fill="%23ff7043" d="M4.9,6.5L0.3,11c-0.3,0.3-0.3,0.9,0,1.2c0.3,0.3,0.9,0.3,1.2,0l5.2-5.1C7,6.8,7,6.3,6.7,5.9L1.5,0.7c-0.3-0.3-0.9-0.3-1.2,0C0,1.1,0,1.6,0.3,2L4.9,6.5z"></path></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.f-top-topics__banner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.f-top-topics .f-top__allButton {
  background-color: #ff7043;
}
@media screen and (max-width: 599.9px) {
  .f-top-topics .f-top-topics__unit--islands {
    margin-top: 13.8666666667vw;
  }
  .f-top-topics__catchTitle {
    top: -3.2vw;
    left: 4.2666666667vw;
  }
  .f-top-topics__catchTitle img {
    width: 40.2666666667vw;
  }
  .f-top-topics__title {
    padding: 13.8666666667vw 4.2666666667vw 6.6666666667vw;
    font-size: min(5.8666666667vw, 2.5rem);
    line-height: 1.3636363636;
    gap: 6.6666666667vw;
  }
  .f-top-topics__title ul {
    margin-inline: -4.2666666667vw;
    padding-inline: 4.2666666667vw;
    gap: 1.3333333333vw;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .f-top-topics__title a {
    padding: 2.4vw 5.3333333333vw;
    font-size: min(3.4666666667vw, 1.6rem);
    white-space: nowrap;
  }
  .f-top-topics__sliderWrap {
    margin: 0 5.3333333333vw 10.6666666667vw;
  }
  .f-top-topics__slider-item {
    width: auto;
    padding-top: 5.3333333333vw;
  }
  .f-top-topics__slider-item-inner {
    padding: 0 6.6666666667vw 8vw;
  }
  .f-top-topics__slider-image {
    margin: -5.3333333333vw auto 4vw;
  }
  .f-top-topics__slider-title {
    margin-bottom: 4vw;
  }
  .f-top-topics__slider-text {
    margin-bottom: 4vw;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.7142857143;
  }
  .f-top-topics .swiper-button-next {
    right: -2.6666666667vw;
  }
  .f-top-topics .swiper-button-prev {
    left: -2.6666666667vw;
  }
  .f-top-topics__banner {
    margin-inline: 2.6666666667vw;
    gap: 2.1333333333vw;
  }
  .f-top-topics__banner a {
    width: 48.8%;
  }
}

/* f-top-item , f-top-gift , f-top-use , f-top-gourmet */
.f-top-item,
.f-top-gift,
.f-top-use,
.f-top-shop,
.f-top-gourmet {
  overflow: hidden;
  margin-top: 4px;
  background: #f3efea;
}
.f-top-item__title,
.f-top-gift__title,
.f-top-use__title,
.f-top-shop__title,
.f-top-gourmet__title {
  color: #7c674f;
}
.f-top-item__imgList,
.f-top-gift__imgList,
.f-top-use__imgList,
.f-top-shop__imgList,
.f-top-gourmet__imgList {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  text-align: center;
}
@media screen and (min-width: 600px), print {
  .f-top-item__imgList a:hover .f-top-item__imgList-textlink,
  .f-top-gift__imgList a:hover .f-top-item__imgList-textlink,
  .f-top-use__imgList a:hover .f-top-item__imgList-textlink,
  .f-top-shop__imgList a:hover .f-top-item__imgList-textlink,
  .f-top-gourmet__imgList a:hover .f-top-item__imgList-textlink {
    opacity: 0.5;
  }
}
.f-top-item__imgList-textlink,
.f-top-gift__imgList-textlink,
.f-top-use__imgList-textlink,
.f-top-shop__imgList-textlink,
.f-top-gourmet__imgList-textlink {
  margin-top: 22px;
  display: inline-grid;
  grid-auto-flow: column;
  align-items: center;
  word-break: break-all;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: 500;
  gap: 10px;
}
.f-top-item__imgList-textlink::after,
.f-top-gift__imgList-textlink::after,
.f-top-use__imgList-textlink::after,
.f-top-shop__imgList-textlink::after,
.f-top-gourmet__imgList-textlink::after {
  content: "";
  margin-top: 3px;
  display: block;
  width: 8px;
  height: 13px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 13"><path fill="%23baa68c" d="M4.9,6.5L0.3,11c-0.3,0.3-0.3,0.9,0,1.2c0.3,0.3,0.9,0.3,1.2,0l5.2-5.1C7,6.8,7,6.3,6.7,5.9L1.5,0.7c-0.3-0.3-0.9-0.3-1.2,0C0,1.1,0,1.6,0.3,2L4.9,6.5z"></path></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.f-top-item__list,
.f-top-gift__list,
.f-top-use__list,
.f-top-shop__list,
.f-top-gourmet__list {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}
.f-top-item__list .c-button,
.f-top-gift__list .c-button,
.f-top-use__list .c-button,
.f-top-shop__list .c-button,
.f-top-gourmet__list .c-button {
  border-color: #b7ab9c;
  background-color: #fff;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 13"><path fill="%23b7ab9c" d="M4.9,6.5L0.3,11c-0.3,0.3-0.3,0.9,0,1.2c0.3,0.3,0.9,0.3,1.2,0l5.2-5.1C7,6.8,7,6.3,6.7,5.9L1.5,0.7c-0.3-0.3-0.9-0.3-1.2,0C0,1.1,0,1.6,0.3,2L4.9,6.5z"></path></svg>');
  background-repeat: no-repeat;
  background-position: right 17px top 50%;
  background-size: 6px auto;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
  color: #202020;
}
@media screen and (max-width: 599.9px) {
  .f-top-item__imgList,
  .f-top-gift__imgList,
  .f-top-use__imgList,
  .f-top-shop__imgList,
  .f-top-gourmet__imgList {
    grid-template-columns: repeat(2, 1fr);
    gap: 5.3333333333vw 4vw;
    margin-inline: 4.8vw;
  }
  .f-top-item__imgList-textlink,
  .f-top-gift__imgList-textlink,
  .f-top-use__imgList-textlink,
  .f-top-shop__imgList-textlink,
  .f-top-gourmet__imgList-textlink {
    margin-top: 4vw;
    font-size: min(3.4666666667vw, 1.6rem);
    gap: 2.1333333333vw;
  }
  .f-top-item__imgList-textlink::after,
  .f-top-gift__imgList-textlink::after,
  .f-top-use__imgList-textlink::after,
  .f-top-shop__imgList-textlink::after,
  .f-top-gourmet__imgList-textlink::after {
    margin-top: 0;
    width: 7px;
    height: 12px;
  }
  .f-top-item__list,
  .f-top-gift__list,
  .f-top-use__list,
  .f-top-shop__list,
  .f-top-gourmet__list {
    margin: 9.3333333333vw 2.1333333333vw 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4vw;
  }
  .f-top-item__list .c-button,
  .f-top-gift__list .c-button,
  .f-top-use__list .c-button,
  .f-top-shop__list .c-button,
  .f-top-gourmet__list .c-button {
    min-width: inherit;
    padding: 0 4vw;
    font-size: min(3.4666666667vw, 1.6rem);
    justify-content: start;
    background-position: right 10px top 50%;
  }
}

@media screen and (min-width: 600px), print {
  .f-top-item__imgList {
    grid-template-columns: repeat(6, 1fr);
  }
}

.f-top-item img,
.f-top-gift img {
  border-radius: 50%;
}

.f-top-use__unit {
  display: grid;
  grid-auto-flow: column;
  column-gap: 40px;
  text-align: center;
}
.f-top-use__unit a {
  background: #fff;
  display: grid;
  grid-auto-flow: column;
  justify-content: center;
  transition: opacity 400ms ease;
}
@media screen and (min-width: 600px), print {
  .f-top-use__unit a:hover .f-top-use__unit-text {
    opacity: 0.5;
  }
}
.f-top-use__unit-text {
  display: grid;
  place-content: center;
  place-items: center;
  padding: 11px 15px 17px;
}
.f-top-use__unit-text small {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 500;
}
.f-top-use__unit-textlink {
  display: inline-grid;
  grid-auto-flow: column;
  align-items: center;
  word-break: break-all;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: 500;
  gap: 10px;
}
.f-top-use__unit-textlink::after {
  content: "";
  display: block;
  width: 8px;
  height: 13px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 13"><path fill="%23baa68c" d="M4.9,6.5L0.3,11c-0.3,0.3-0.3,0.9,0,1.2c0.3,0.3,0.9,0.3,1.2,0l5.2-5.1C7,6.8,7,6.3,6.7,5.9L1.5,0.7c-0.3-0.3-0.9-0.3-1.2,0C0,1.1,0,1.6,0.3,2L4.9,6.5z"></path></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 599.9px) {
  .f-top-use__unit {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.6666666667vw;
    margin-inline: 2.6666666667vw;
  }
  .f-top-use__unit a {
    grid-auto-flow: row;
  }
  .f-top-use__unit-text {
    min-height: 13.3333333333vw;
    padding: 2.1333333333vw 4vw 2.6666666667vw;
    font-size: min(4vw, 1.8rem);
    line-height: 1.3333333333;
  }
  .f-top-use__unit-text small {
    font-size: min(3.2vw, 1.5rem);
    line-height: 1.6666666667;
  }
  .f-top-use__unit-textlink {
    font-size: min(3.4666666667vw, 1.6rem);
    gap: 2.1333333333vw;
  }
  .f-top-use__unit-textlink::after {
    width: 7px;
    height: 12px;
  }
}

.f-top-shop__unit {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 28px;
  text-align: center;
}
.f-top-shop__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  row-gap: 15px;
  background: #fff;
  padding: 20px;
  transition: opacity 400ms ease;
}
@media screen and (min-width: 600px), print {
  .f-top-shop__item:hover .c-button {
    opacity: 0.5;
  }
}
.f-top-shop__item .c-button {
  display: inline-grid;
  grid-auto-flow: column;
  place-content: center;
  place-items: center;
  transition: opacity 400ms ease;
  cursor: pointer;
  border: solid 1px #bdb3a7;
  min-height: 50px;
  padding: 0 20px 2px;
  font-size: 1.5rem;
  line-height: 1.2666666667;
  font-weight: 500;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 13"><path fill="%23baa68c" d="M4.9,6.5L0.3,11c-0.3,0.3-0.3,0.9,0,1.2c0.3,0.3,0.9,0.3,1.2,0l5.2-5.1C7,6.8,7,6.3,6.7,5.9L1.5,0.7c-0.3-0.3-0.9-0.3-1.2,0C0,1.1,0,1.6,0.3,2L4.9,6.5z"></path></svg>');
  background-repeat: no-repeat;
  background-position: right 17px top 50%;
  background-size: 6.5px auto;
}
.f-top-shop__logo {
  display: grid;
  place-content: center;
  place-items: center;
}
@media screen and (max-width: 599.9px) {
  .f-top-shop__unit {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.9333333333vw 2.6666666667vw;
    margin-inline: 2.6666666667vw;
  }
  .f-top-shop__item {
    row-gap: 3.2vw;
    padding: 2.9333333333vw;
  }
  .f-top-shop__logo {
    height: 25.3333333333vw;
  }
  .f-top-shop__logo img {
    width: 100%;
    height: auto;
  }
  .f-top-shop .c-button {
    padding: 1.8666666667vw 4.5333333333vw 2.1333333333vw 2.6666666667vw;
    background-position: right 8px top 50%;
    background-size: 5px auto;
    font-size: min(2.9333333333vw, 1.4rem);
    line-height: 1.7272727273;
    text-align: left;
  }
}

.f-top-gourmet__unit {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 40px;
  text-align: center;
}
.f-top-gourmet__unit a {
  background: #fff;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  transition: opacity 400ms ease;
}
@media screen and (min-width: 600px), print {
  .f-top-gourmet__unit a:hover .f-top-gourmet__unit-text {
    opacity: 0.5;
  }
}
.f-top-gourmet__unit-text {
  display: grid;
  place-content: center;
  place-items: center;
  padding: 24px 15px 28px;
}
.f-top-gourmet__unit-text small {
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 500;
}
.f-top-gourmet__unit-textlink {
  display: inline-grid;
  grid-auto-flow: column;
  align-items: center;
  word-break: break-word;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: 500;
  gap: 10px;
}
.f-top-gourmet__unit-textlink::after {
  content: "";
  margin-top: 3px;
  display: block;
  width: 8px;
  height: 13px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 13"><path fill="%23baa68c" d="M4.9,6.5L0.3,11c-0.3,0.3-0.3,0.9,0,1.2c0.3,0.3,0.9,0.3,1.2,0l5.2-5.1C7,6.8,7,6.3,6.7,5.9L1.5,0.7c-0.3-0.3-0.9-0.3-1.2,0C0,1.1,0,1.6,0.3,2L4.9,6.5z"></path></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 599.9px) {
  .f-top-gourmet__unit {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.6666666667vw;
    margin-inline: 2.6666666667vw;
  }
  .f-top-gourmet__unit-text {
    min-height: 13.3333333333vw;
    padding: 2.1333333333vw 4vw 2.6666666667vw;
    font-size: min(4vw, 1.8rem);
    line-height: 1.3333333333;
  }
  .f-top-gourmet__unit-text small {
    font-size: min(3.2vw, 1.5rem);
    line-height: 1.6666666667;
  }
  .f-top-gourmet__unit-textlink {
    font-size: min(3.7333333333vw, 1.7rem);
    gap: 2.1333333333vw;
  }
  .f-top-gourmet__unit-textlink::after {
    margin-top: 0;
    width: 7px;
    height: 12px;
  }
}

/* f-top-service */
.f-top-service__bannerArea {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.f-top-service__tokyupoint {
  margin-top: 50px;
  padding-top: 40px;
  border-top: solid 1px #dddddd;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.f-top-service__tokyupoint-about {
  width: 590px;
}
.f-top-service__tokyupoint-title {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  color: #d94d20;
}
.f-top-service__tokyupoint-unit {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-block: 15px 25px;
  font-size: 1.7rem;
  line-height: 1.7647058824;
  font-weight: 500;
}
.f-top-service__tokyupoint-unit dt {
  width: 110px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff3c9;
  border: solid 1px #d94d20;
}
.f-top-service__tokyupoint-unit dd {
  width: inherit;
}
.f-top-service__tokyupoint-textlink {
  gap: 7px;
}
.f-top-service__tokyupoint-textlink svg {
  fill: #202020;
}
.f-top-service__tokyupoint-button {
  width: 520px;
  background-color: #d94d20;
  border-radius: 3px;
  font-size: 1.8rem;
  line-height: 1.2222222222;
  font-weight: 500;
  color: #fff;
  gap: 10px;
  position: relative;
}
.f-top-service__tokyupoint-button svg {
  fill: #fff;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}
@media screen and (max-width: 599.9px) {
  .f-top-service__contents {
    margin-inline: 4vw;
  }
  .f-top-service__bannerArea {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.3333333333vw;
  }
  .f-top-service__tokyupoint {
    margin-top: 6.6666666667vw;
    padding-top: 5.3333333333vw;
    gap: 6.6666666667vw;
  }
  .f-top-service__tokyupoint-about {
    width: inherit;
  }
  .f-top-service__tokyupoint-title {
    margin-bottom: 2.1333333333vw;
    font-size: min(4.5333333333vw, 2rem);
  }
  .f-top-service__tokyupoint-unit {
    gap: 4%;
    margin-block: 2.6666666667vw;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.6428571429;
  }
  .f-top-service__tokyupoint-unit dt {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    width: 27%;
    margin-top: 4px;
    padding: 2px 15px;
  }
  .f-top-service__tokyupoint-button {
    width: 100%;
    margin-top: 2.6666666667vw;
    height: 16vw;
    text-align: center;
    font-size: min(4vw, 1.8rem);
    line-height: 1.3333333333;
    font-weight: 500;
  }
}

/* order complete
====================================== */
/* f-orderComplete-selectbanner */ /* （05/15）使ってないかもしれないから確認する */
.f-orderComplete-selectbanner {
  padding-block: 80px;
}
.f-orderComplete-selectbanner .c-selectbanner2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media screen and (max-width: 599.9px) {
  .f-orderComplete-selectbanner {
    padding: 10.6666666667vw 5.3333333333vw;
  }
  .f-orderComplete-selectbanner .c-selectbanner2 {
    grid-template-columns: 1fr;
    gap: 4vw;
  }
}

/* f-orderComplete-banner */
.f-orderComplete-banner {
  margin-top: 70px;
  padding: 40px;
  background: #e6e6e6;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 599.9px) {
  .f-orderComplete-banner {
    margin: 10.6666666667vw 5.3333333333vw 0;
  }
}

/* regist・mmmember 関連
====================================== */
.f-regist-netshop {
  background: #FFFAF6;
}

.f-regist-netshop .l-section__inner {
  padding-block: 50px 60px;
}

.f-regist-netshop__title {
  margin-bottom: 25px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.2222222222;
  font-weight: bold;
  color: #3C3C3C;
}

.f-regist-netshop__banner .c-button {
  display: block;
  place-items: normal;
  text-align: center;
  border-radius: 3px;
  background: #fff;
  width: 400px;
  margin-inline: auto;
}
.f-regist-netshop__banner .c-button > div {
  height: 86px;
  display: flex;
  place-content: center;
  place-items: center;
  border: solid 2px #9a9a9a;
  border-bottom: none;
}
.f-regist-netshop__banner .c-button p {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  line-height: 1.5625;
  color: #fff;
  background: #333333;
  gap: 10px;
}
.f-regist-netshop__banner .c-button p svg {
  fill: #fff;
}

@media screen and (max-width: 599.9px) {
  .f-regist-netshop .l-section__inner {
    padding: 10.6666666667vw;
  }
  .f-regist-netshop__title {
    margin-bottom: 5.3333333333vw;
    font-size: min(4.2666666667vw, 1.9rem);
  }
  .f-regist-netshop__banner .c-button {
    width: inherit;
  }
  .f-regist-netshop__banner .c-button > div {
    height: 16vw;
  }
  .f-regist-netshop__banner .c-button img {
    width: 58.6666666667vw;
  }
  .f-regist-netshop__banner .c-button p {
    height: inherit;
    padding: 2.6666666667vw;
    font-size: min(3.4666666667vw, 1.6rem);
    gap: 2.6666666667vw;
  }
  .f-regist-netshop__banner .c-button p svg {
    width: 3.4666666667vw;
  }
}
/* mypage
====================================== */
.f-mypage-eventTop {
  margin-top: 100px;
  padding: 50px 40px;
  background: #f5f3f2;
}
.f-mypage-eventTop__title {
  font-size: 2rem;
  color: #000;
}
.f-mypage-eventTop__buttonList {
  margin-top: 30px;
  display: grid;
  row-gap: 30px;
  column-gap: 40px;
  grid-template-columns: repeat(2, 1fr);
}
.f-mypage-eventTop__buttonList .c-button--20-line {
  background-color: #fff;
  font-size: 1.6rem;
}
@media screen and (max-width: 599.9px) {
  .f-mypage-eventTop {
    margin-top: 13.3333333333vw;
    padding: 9.3333333333vw 5.3333333333vw;
  }
  .f-mypage-eventTop__title {
    font-size: min(5.0666666667vw, 2.2rem);
  }
  .f-mypage-eventTop__buttonList {
    margin-top: 6.6666666667vw;
    gap: 2.6666666667vw;
    grid-template-columns: repeat(1, 1fr);
  }
  .f-mypage-eventTop .c-button--20-line {
    height: 10.6666666667vw;
    padding: 0 2.6666666667vw;
    font-size: min(3.7333333333vw, 1.7rem);
  }
}

/* xxxxxxxxxxxxx
 ====================================== */
/* f-cat__banner */
.f-cat__banner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.f-cat__banner-item {
  border: solid 1px #bdb3a7;
  text-align: center;
  transition: opacity 400ms ease;
}
@media screen and (min-width: 600px), print {
  .f-cat__banner-item:hover {
    opacity: 0.5;
  }
}
.f-cat__banner-textlink {
  min-height: 50px;
  padding: 12px 15px;
  display: inline-grid;
  grid-auto-flow: column;
  align-items: center;
  word-break: break-all;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  gap: 10px;
}
.f-cat__banner-textlink::after {
  content: "";
  margin-top: 2px;
  display: block;
  width: 7px;
  height: 12px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 13"><path fill="%23baa68c" d="M4.9,6.5L0.3,11c-0.3,0.3-0.3,0.9,0,1.2c0.3,0.3,0.9,0.3,1.2,0l5.2-5.1C7,6.8,7,6.3,6.7,5.9L1.5,0.7c-0.3-0.3-0.9-0.3-1.2,0C0,1.1,0,1.6,0.3,2L4.9,6.5z"></path></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 599.9px) {
  .f-cat__banner {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.6666666667vw;
  }
  .f-cat__banner-textlink {
    min-height: 11.7333333333vw;
    padding: 1.6vw 2.6666666667vw;
    font-size: min(3.4666666667vw, 1.6rem);
    line-height: 1.5384615385;
  }
}

/* f-cat__unit */
.f-cat__unit {
  background: #efefef;
  padding-bottom: 50px;
}
.f-cat__unit-title {
  padding: 62px 40px 45px;
  font-size: 3rem;
  line-height: 1.4;
  font-weight: 500;
}
.f-cat__unit .c-product-slider .swiper-slide:last-child {
  margin-right: 40px;
}
@media screen and (max-width: 599.9px) {
  .f-cat__unit .c-product-slider .swiper-slide:last-child {
    margin-right: 5.3333333333vw;
  }
}
@media screen and (min-width: 600px), print {
  .f-cat__unit .c-product-slider .swiper-button-next,
  .f-cat__unit .c-product-slider .swiper-button-prev {
    width: 50px;
    height: 50px;
  }
  .f-cat__unit .c-product-slider .swiper-button-next {
    right: 10px;
  }
  .f-cat__unit .c-product-slider .swiper-button-prev {
    left: 10px;
  }
}
@media screen and (max-width: 599.9px) {
  .f-cat__unit {
    padding-bottom: 10.6666666667vw;
  }
  .f-cat__unit-title {
    padding: 12.8vw 5.3333333333vw 9.6vw;
    font-size: min(5.6vw, 2.4rem);
    line-height: 1.4285714286;
  }
}

/* f-cat__recommend */
.f-cat__recommend {
  background: #f3efea;
}
.f-cat__recommend .f-cat__unit-title {
  color: #7c674f;
}

/* f-cat__rank */
.f-cat__rank {
  margin-top: 4px;
  background: #e8f6ef;
}
.f-cat__rank .f-cat__unit-title {
  color: #3e9c72;
}

/* f-cat-brand */
.f-cat-brand__about {
  border-top: solid 1px #fff;
  display: flex;
  align-items: center;
  gap: 30px;
  background: #f3efea;
  padding: 40px;
}
.f-cat-brand__about--reserve {
  flex-direction: row-reverse;
}
.f-cat-brand__about-imge {
  width: 340px;
}
.f-cat-brand__about-text {
  width: 540px;
}
.f-cat-brand__about-title {
  margin-bottom: 15px;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: 500;
}
@media screen and (max-width: 599.9px) {
  .f-cat-brand__about {
    flex-direction: column;
    gap: 5.3333333333vw;
    padding: 8vw 5.3333333333vw;
  }
  .f-cat-brand__about--reserve {
    flex-direction: column;
  }
  .f-cat-brand__about-image {
    width: inherit;
    text-align: center;
  }
  .f-cat-brand__about-image img {
    width: 90%;
  }
  .f-cat-brand__about-text {
    width: inherit;
  }
  .f-cat-brand__about-title {
    margin-bottom: 2.6666666667vw;
    font-size: min(4.5333333333vw, 2rem);
    line-height: 1.4117647059;
  }
}

/* f-detail-pointup ポイントアップ文言
----------------------------------*/
.f-detail-pointup {
  border: solid 1px #7c674f;
  padding: 10px;
}
@media screen and (max-width: 599.9px) {
  .f-detail-pointup {
    padding: 2.1333333333vw;
  }
}

/* f-detail-deliveryInfo 出荷お知らせ文言
----------------------------------*/
.f-detail-deliveryInfo {
  border: solid 4px #f5f3f2;
  padding: 15px 20px;
}
.f-detail-deliveryInfo__title {
  margin-bottom: 3px;
}
@media screen and (max-width: 599.9px) {
  .f-detail-deliveryInfo {
    padding: 3.2vw 4.8vw;
  }
}

/* f-detail-brand ブランド紹介
----------------------------------*/
.f-detail-brand__item {
  display: grid;
  grid-template-columns: auto 890px;
  gap: 30px;
}
.f-detail-brand__image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border: solid 4px #f6f6f6;
}
.f-detail-brand__text p {
  font-size: 1.5rem;
  line-height: 1.8666666667;
}
@media screen and (max-width: 599.9px) {
  .f-detail-brand__item {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
  }
  .f-detail-brand__image img {
    width: 50%;
  }
  .f-detail-brand__text p {
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
  .f-detail-brand .c-textlink {
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.8571428571;
  }
}

.p-product-list .f-detail-brand__item {
  margin-top: 30px;
}
@media screen and (min-width: 600px), print {
  .p-product-list .f-detail-brand__item {
    grid-template-columns: 280px 1fr;
  }
}
@media screen and (max-width: 599.9px) {
  .p-product-list .f-detail-brand__item {
    margin: 5.3333333333vw 4vw 0;
  }
}

/* f-detail__allButtonArea ボタンエリア
----------------------------------*/
.f-detail__allButtonArea {
  gap: 30px;
  margin: 40px auto 50px;
  text-align: center;
}

.f-detail__allButton {
  min-width: 400px;
}
.f-detail__allButton--blank {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path fill="%23ffffff" d="M11.9,0.1v5.3h-1.1V1.9L6.4,6.4L5.6,5.6L10,1.2H6.6V0.1H11.9L11.9,0.1z M9,10.8H1.2V3h3V1.9h-4v9.9h9.9v-4H9V10.8L9,10.8z"></path></svg>');
  background-repeat: no-repeat;
  background-position: right 17px top 50%;
  background-size: 20px auto;
}
@media screen and (min-width: 600px), print {
  .f-detail__allButton + .f-detail__allButton {
    margin-left: 30px;
  }
}

@media screen and (max-width: 599.9px) {
  .f-detail__allButtonArea {
    margin-block: 6.6666666667vw 9.3333333333vw;
  }
  .f-detail__allButton {
    min-width: 83%;
    height: 13.3333333333vw;
    font-size: min(4vw, 1.8rem);
    line-height: 1.2;
  }
  .f-detail__allButton--blank {
    background-size: 14px auto;
  }
  .f-detail__allButton + .f-detail__allButton {
    margin-top: 2.6666666667vw;
  }
}
/* f-detail-banner シングルバナー
----------------------------------*/
.f-detail-banner {
  text-align: center;
}

/* f-detail-feature 特集バナー
----------------------------------*/
.f-detail-feature {
  margin-top: 38px;
  background: #f3efea;
  overflow: hidden;
}
.f-detail-feature__title {
  color: #7c674f;
}
.f-detail-feature__list {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.f-detail-feature + .p-product-detail__back-cartWrap {
  margin-top: 0;
}
@media screen and (max-width: 599.9px) {
  .f-detail-feature {
    margin-top: 8.8vw;
  }
  .f-detail-feature__list {
    margin-inline: 2.1333333333vw;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.2vw 2.6666666667vw;
  }
}

/* f-detail-gift ギフトオプションについて
----------------------------------*/
.f-detail-giftOption__contents {
  padding: 35px 30px;
  background: #f6f6f6;
}
.f-detail-giftOption__unit + .f-detail-giftOption__unit {
  margin-top: 30px;
}
.f-detail-giftOption__heading {
  margin-bottom: 13px;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  font-weight: bold;
  color: #777777;
}
.f-detail-giftOption__text {
  font-size: 1.5rem;
  line-height: 1.8666666667;
}
.f-detail-giftOption__design {
  width: fit-content;
  margin: 25px auto;
  padding: 30px;
  background: #fff;
}
.f-detail-giftOption__design dt {
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  font-weight: bold;
  color: #777777;
}
.f-detail-giftOption__design dd {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 599.9px) {
  .f-detail-giftOption__contents {
    padding: 6.6666666667vw 5.3333333333vw;
  }
  .f-detail-giftOption__unit + .f-detail-giftOption__unit {
    margin-top: 5.3333333333vw;
  }
  .f-detail-giftOption__heading {
    margin-bottom: 3.4666666667vw;
    font-size: min(3.7333333333vw, 1.7rem);
  }
  .f-detail-giftOption__text {
    font-size: min(3.7333333333vw, 1.7rem);
  }
  .f-detail-giftOption__design {
    margin: 6.6666666667vw auto;
    padding: 8vw;
  }
  .f-detail-giftOption__design dt {
    margin-bottom: 4vw;
    font-size: min(3.7333333333vw, 1.7rem);
  }
  .f-detail-giftOption__design dd {
    gap: 4vw;
  }
  .f-detail-giftOption__design img {
    width: 80%;
  }
}

/* 詳細5 + 詳細6 の場合
----------------------------------*/
.f-detail-note5 + .f-detail-note6 {
  margin-top: 20px;
}

/* f-detail-column */
.f-detail-column__unit + .f-detail-column__unit {
  margin-top: 30px;
}
.f-detail-column__heading {
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  font-weight: bold;
}
.f-detail-column__image {
  margin-bottom: 25px;
  text-align: center;
}
.f-detail-column__text p {
  font-size: 1.5rem;
  line-height: 1.8666666667;
}
@media screen and (max-width: 599.9px) {
  .f-detail-column__unit + .f-detail-column__unit {
    margin-top: 6.6666666667vw;
  }
  .f-detail-column__heading {
    margin-bottom: 6.6666666667vw;
    font-size: min(4.2666666667vw, 1.9rem);
    line-height: 1.75;
  }
  .f-detail-column__image {
    margin-bottom: 4vw;
  }
  .f-detail-column__text p {
    font-size: 1.5rem;
    line-height: 1.8666666667;
  }
}

/* f-detail-buyingClub */
.f-detail-buyingClub__contents {
  padding: 45px 40px;
  background: #f6f6f6;
}
.f-detail-buyingClub__unit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}
.f-detail-buyingClub__unit + .f-detail-buyingClub__heading {
  margin-top: 40px;
}
.f-detail-buyingClub__heading {
  margin-bottom: 20px;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: bold;
}
.f-detail-buyingClub__image {
  width: 210px;
}
.f-detail-buyingClub__text {
  width: calc(100% - 250px);
}
.f-detail-buyingClub__text p {
  font-size: 1.6rem;
  line-height: 1.875;
}
.f-detail-buyingClub__goods {
  margin-top: 15px;
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 599.9px) {
  .f-detail-buyingClub__contents {
    padding: 8vw 6.6666666667vw;
  }
  .f-detail-buyingClub__unit {
    flex-direction: column;
    gap: 2.6666666667vw;
  }
  .f-detail-buyingClub__unit + .f-detail-b uyingClub__heading {
    margin-top: 8vw;
  }
  .f-detail-buyingClub__heading {
    margin-bottom: 4vw;
    font-size: min(3.7333333333vw, 1.7rem);
  }
  .f-detail-buyingClub__text {
    width: 100%;
  }
  .f-detail-buyingClub__text p {
    font-size: min(3.4666666667vw, 1.6rem);
    line-height: 1.9230769231;
  }
  .f-detail-buyingClub__goods {
    margin-top: 2.6666666667vw;
    font-size: min(3.4666666667vw, 1.6rem);
    line-height: 1.9230769231;
  }
}

/* f-detail-topics */
.f-detail-topics {
  margin-top: 38px;
  background: #fef1e6;
  overflow: hidden;
}
.f-detail-feature + .f-detail-topics {
  margin-top: 4px;
}
.f-detail-topics__title {
  color: #ff7043;
}
.f-detail-topics__sliderWrap {
  position: relative;
}
.f-detail-topics__slider {
  display: grid;
}
.f-detail-topics__slider-item {
  display: grid;
  width: 300px;
  transition: opacity 400ms ease;
}
@media screen and (min-width: 600px), print {
  .f-detail-topics__slider-item:hover {
    opacity: 0.5;
  }
}
.f-detail-topics__slider-item-inner {
  background: #fff;
}
.f-detail-topics__slider-text {
  padding: 25px 30px;
}
.f-detail-topics__slider-text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
  font-size: 1.4rem;
  line-height: 1.7857142857;
}
.f-detail-topics__slider-date {
  margin-top: 20px;
  text-align: right;
  font-size: 1.4rem;
  line-height: 1.2857142857;
  font-weight: bold;
  color: #baa68c;
}
.f-detail-topics .f-detail__allButton {
  background-color: #ff7043;
}
.f-detail-topics + .p-product-detail__back-cartWrap {
  margin-top: 0;
}
@media screen and (max-width: 599.9px) {
  .f-detail-topics {
    margin-top: 8.8vw;
  }
  .f-detail-feature + .f-detail-topics {
    margin-top: 4px;
  }
  .f-detail-topics__sliderWrap {
    margin: 0 0 10.6666666667vw;
  }
  .f-detail-topics__slider-item {
    width: 56vw;
  }
  .f-detail-topics__slider-item:first-child {
    margin-left: 5.3333333333vw;
  }
  .f-detail-topics__slider-item-inner {
    padding: 0 vwet(25) vwet(30);
  }
  .f-detail-topics__slider-image img {
    width: 100%;
  }
  .f-detail-topics__slider-text {
    padding: 6.6666666667vw 5.3333333333vw;
  }
  .f-detail-topics__slider-text p {
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.7142857143;
  }
  .f-detail-topics__slider-date {
    margin-top: 4vw;
    font-size: min(3.2vw, 1.5rem);
    line-height: 1.6666666667;
  }
}