@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-global__area */
@media screen and (min-width: 600px), print {
  .f-global__area {
    margin-inline: auto;
    max-width: 1240px;
    width: calc(100% - 20px * 2);
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 17px;
  }
}
@media screen and (min-width: 600px) and (max-width: 599.9px) {
  .f-global__area {
    width: calc(100% - 0px * 2);
  }
}
@media screen and (min-width: 600px), print {
  .f-global__area a {
    width: 236px;
    min-height: 49px;
    display: flex;
    align-items: center;
    justify-content: start;
    background: #f7f6f1;
    border: solid 1px #dddace;
    border-radius: 3px;
    padding: 10px 20px;
    gap: 10px;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
  }
  .f-global__area-image {
    flex-shrink: 0;
  }
}

/* TOP
 ====================================== */
/* f-top common */
.f-top__allButtonArea {
  margin: 80px auto 0;
  text-align: center;
}

.f-top__allButton {
  min-width: 500px;
}
.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 (max-width: 599.9px) {
  .f-top__allButtonArea {
    margin-top: 10.6666666667vw;
  }
  .f-top__allButton {
    min-width: inherit;
    width: 89%;
    padding-inline: 9.3333333333vw;
    font-size: min(4vw, 1.8rem);
    line-height: 1.2;
    font-weight: normal;
  }
  .f-top__allButton--blank {
    background-size: 14px auto;
  }
}
/* f-top-feature */
.f-top-feature__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.f-top-feature__list a {
  width: 280px;
}
@media screen and (max-width: 599.9px) {
  .f-top-feature__list {
    margin-inline: 1.3333333333vw;
    gap: 1.3333333333vw;
  }
  .f-top-feature__list a {
    width: 49.2%;
  }
}

/* f-top-type */
.f-top-type__head {
  margin-inline: auto;
  max-width: 1240px;
  width: calc(100% - 20px * 2);
  display: flex;
  justify-content: center;
  gap: 15px;
  text-align: center;
}
@media screen and (max-width: 599.9px) {
  .f-top-type__head {
    width: calc(100% - 0px * 2);
  }
}
.f-top-type__title {
  width: 236px;
  min-height: 70px;
  padding-bottom: 2px;
  border-radius: 3px 3px 0 0;
  border: solid 1px #7b002e;
  border-bottom: none;
  font-size: 1.8rem;
  line-height: 1.2222222222;
  font-weight: normal;
  color: #7b002e;
  position: relative;
}
.f-top-type__title.is-active {
  background: #7b002e;
  font-weight: bold;
  color: #fff;
}
.f-top-type__title.is-active::after {
  content: "";
  display: block;
  height: 11px;
  width: 22px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #ece9de;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}
.f-top-type__contents {
  border-top: solid 1px #7b002e;
  background: #ece9de;
  overflow: hidden;
}
.f-top-type__item {
  margin-inline: auto;
  max-width: 1240px;
  width: calc(100% - 20px * 2);
  padding: 60px 80px;
}
@media screen and (max-width: 599.9px) {
  .f-top-type__item {
    width: calc(100% - 0px * 2);
  }
}
.f-top-type__heading {
  margin-bottom: 60px;
  text-align: center;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", YuMincho, "Yu Mincho", "BIZ UDPMincho", serif;
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 600;
  color: #000;
}
.f-top-type__list {
  display: grid;
  justify-content: center;
}
.f-top-type__list--red {
  grid-template-columns: repeat(4, 1fr);
  gap: 10px 20px;
}
.f-top-type__list--red .c-button {
  color: #7b002e;
}
.f-top-type__list--white {
  grid-template-columns: 255px 255px;
  gap: 10px 20px;
}
.f-top-type__list--white .c-button {
  color: #006c4a;
  border-color: #006c4a;
}
.f-top-type__list--rose {
  grid-template-columns: 255px 255px;
  gap: 10px 20px;
}
.f-top-type__list--rose .c-button {
  color: #cc5a5f;
  border-color: #cc5a5f;
}
.f-top-type__button {
  grid-auto-flow: row;
  gap: 15px;
  padding: 20px;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 1.125;
  font-weight: 500;
}
.f-top-type .f-top__allButtonArea {
  margin-top: 50px;
}
.f-top-type__fixcontents {
  padding-block: 50px;
  border-top: solid 1px #cccccc;
}
.f-top-type__fixcontents-list {
  margin-inline: auto;
  max-width: 1240px;
  width: calc(100% - 20px * 2);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 599.9px) {
  .f-top-type__fixcontents-list {
    width: calc(100% - 4vw * 2);
  }
}
@media screen and (max-width: 599.9px) {
  .f-top-type__head {
    margin-bottom: -1px;
    overflow-x: scroll;
    overflow-y: hidden;
    gap: 1.0666666667vw;
    justify-content: flex-start;
    position: relative;
  }
  .f-top-type__title {
    width: auto;
    min-height: inherit;
    padding: 2.6666666667vw 2.6666666667vw 3.2vw;
    border-radius: 1.3333333333vw 1.3333333333vw 0 0;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.2857142857;
    font-weight: 500;
    word-break: keep-all;
  }
  .f-top-type__title:first-child {
    margin-left: 1.0666666667vw;
  }
  .f-top-type__title.is-active::after {
    height: 10px;
    width: 20px;
    bottom: -2px;
    z-index: 5;
  }
  .f-top-type__item {
    padding: 10.6666666667vw 4vw;
  }
  .f-top-type__heading {
    margin-bottom: 6.6666666667vw;
    font-size: min(5.3333333333vw, 2.3rem);
    line-height: 1.2;
  }
  .f-top-type__list {
    gap: 2.6666666667vw;
  }
  .f-top-type__list--red, .f-top-type__list--white, .f-top-type__list--rose {
    grid-template-columns: repeat(2, 1fr);
    gap: 4vw;
  }
  .f-top-type__list img {
    width: 6.6666666667vw;
  }
  .f-top-type__button {
    padding: 2.6666666667vw;
    font-size: min(3.7333333333vw, 1.7rem);
  }
  .f-top-type .f-top__allButtonArea {
    margin-top: 9.3333333333vw;
  }
  .f-top-type__fixcontents {
    padding-block: 9.3333333333vw;
  }
  .f-top-type__fixcontents-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.6666666667vw;
  }
  .f-top-type__fixcontents .f-top-type__button {
    justify-content: start;
    background-position: right 8px top 50%;
    background-size: 5px auto;
    padding-right: 4vw;
    font-size: min(3.4666666667vw, 1.6rem);
  }
}

/* f-top-variety */
.f-top-variety {
  margin-inline: 60px;
}
.f-top-variety__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.f-top-variety__list a {
  width: 250px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.f-top-variety__list p {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  bottom: 35px;
  font-size: 1.8rem;
  line-height: 1.2222222222;
  font-weight: bold;
  color: #fff;
}
.f-top-variety__list .other {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #f5f4ee;
  border: solid 1px #ece9de;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: bold;
  color: #000;
}
@media screen and (max-width: 599.9px) {
  .f-top-variety {
    margin-inline: 5.3333333333vw;
  }
  .f-top-variety__list {
    gap: 5.3333333333vw 4vw;
  }
  .f-top-variety__list a {
    width: 47%;
  }
  .f-top-variety__list p {
    bottom: 6.6666666667vw;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.2857142857;
    font-weight: bold;
  }
  .f-top-variety__list .other {
    font-size: min(4.2666666667vw, 1.9rem);
    line-height: 1.125;
    font-weight: bold;
  }
}

/* f-top-area */
.f-top-area__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 50px 30px;
}
.f-top-area__list a {
  transition: opacity 400ms ease;
}
@media screen and (min-width: 600px), print {
  .f-top-area__list a:hover {
    opacity: 0.5;
  }
}
.f-top-area__list div {
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f5f4ee;
  border: solid 1px #ece9de;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.f-top-area__list p {
  margin-top: 15px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.2222222222;
  font-weight: 500;
  color: #202020;
}
.f-top-area__list .other {
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: 500;
  color: #000;
}
.f-top-area__list .other div {
  padding-bottom: 5px;
}
@media screen and (max-width: 599.9px) {
  .f-top-area {
    margin-inline: 2.6666666667vw;
  }
  .f-top-area__list {
    gap: 5.3333333333vw 3.2vw;
  }
  .f-top-area__list img {
    width: 15.4666666667vw;
  }
  .f-top-area__list div {
    width: 29.3333333333vw;
    height: 29.3333333333vw;
    padding-inline: 1.6vw;
  }
  .f-top-area__list p {
    margin-top: 2.1333333333vw;
    font-size: min(3.4666666667vw, 1.6rem);
    line-height: 1.3846153846;
    font-weight: 500;
  }
  .f-top-area__list .other {
    font-size: min(3.4666666667vw, 1.6rem);
    line-height: 1.3846153846;
    font-weight: 500;
  }
}

/* f-top-price */
/* f-top-column */
.f-top-column {
  background: #202020;
}
.f-top-column__title {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  padding: 80px 0 50px;
  color: #fff;
}
.f-top-column__title span {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 1.8rem;
}
.f-top-column__contents {
  overflow-x: hidden;
  position: relative;
  display: grid;
}
.f-top-column__item {
  width: 295px;
  padding: 20px;
  background: #f5f4ee;
}
.f-top-column__textArea {
  margin-top: 13px;
  font-size: 1.5rem;
  line-height: 1.8666666667;
}
.f-top-column__blank {
  height: 16px;
  margin-top: 17px;
  text-align: right;
}
.f-top-column__blank svg {
  fill: #a1a1a1;
}
.f-top-column .f-top__allButton {
  color: #fff;
}
@media screen and (max-width: 599.9px) {
  .f-top-column__title {
    flex-direction: column;
    align-items: center;
    padding: 12vw 5.3333333333vw 10.6666666667vw;
  }
  .f-top-column__title img {
    width: 41.6vw;
    margin-bottom: 3.2vw;
  }
  .f-top-column__title span {
    margin-bottom: 0;
    font-size: min(4vw, 1.8rem);
  }
  .f-top-column__contents {
    margin-inline: 2.6666666667vw 0;
    padding-inline: 0 2.6666666667vw;
  }
  .f-top-column__item {
    width: 66.6666666667vw;
    padding: 4vw;
    display: flex;
    flex-direction: column;
    gap: 4vw;
  }
  .f-top-column__textArea {
    margin-top: 0;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.5714285714;
  }
  .f-top-column__blank {
    margin-top: 2.1333333333vw;
  }
}

/* f-top-producer */
.f-top-producer__list {
  margin-inline: 70px;
}
.f-top-producer__item {
  padding-block: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  border-bottom: solid 1px #dddddd;
}
.f-top-producer__item:first-child {
  border-top: solid 1px #dddddd;
}
.f-top-producer__image {
  width: 260px;
}
.f-top-producer__image img {
  width: 260px;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.f-top-producer__textArea {
  width: 800px;
}
.f-top-producer__men {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", YuMincho, "Yu Mincho", "BIZ UDPMincho", serif;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: 600;
}
.f-top-producer__area {
  background: #fff;
  margin-block: 18px;
  padding: 8px 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  gap: 13px;
  font-size: 1.5rem;
  line-height: 1.4666666667;
  font-weight: normal;
}
.f-top-producer__area p {
  width: calc(100% - 63px);
}
.f-top-producer__text {
  font-size: 1.5rem;
  line-height: 1.8666666667;
  font-weight: normal;
}
@media screen and (max-width: 599.9px) {
  .f-top-producer__list {
    margin-inline: 5.3333333333vw;
  }
  .f-top-producer__item {
    padding-block: 6.6666666667vw;
    flex-direction: column;
    gap: 4vw;
  }
  .f-top-producer__image {
    padding-inline: 10.6666666667vw;
    width: 100%;
  }
  .f-top-producer__textArea {
    width: 100%;
  }
  .f-top-producer__men {
    text-align: center;
    font-size: min(4.8vw, 2.1rem);
    line-height: 1.3333333333;
    font-weight: 600;
  }
  .f-top-producer__area {
    margin-block: 4vw;
    padding: 2.6666666667vw 4vw;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.5714285714;
  }
  .f-top-producer__area img {
    width: 40px;
  }
  .f-top-producer__area p {
    width: calc(100% - 53px);
  }
  .f-top-producer__text {
    font-size: min(4vw, 1.8rem);
    line-height: 1.6666666667;
  }
}

/* f-top-shop */
.f-top-shop {
  background: #7b002e;
  overflow: hidden;
}
.f-top-shop__title strong, .f-top-shop__title small {
  color: #fff;
}
.f-top-shop__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
}
.f-top-shop__item {
  width: 600px;
  background: #fff;
  padding: 30px;
}
.f-top-shop__name {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
  border-bottom: solid 1px #e7e7e7;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: bold;
}
.f-top-shop__name--logo {
  min-height: 80px;
  padding-bottom: 0;
}
.f-top-shop__detail {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding-top: 20px;
}
.f-top-shop__address {
  font-size: 1.5rem;
  line-height: 1.7333333333;
}
.f-top-shop__buttonArea {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 10px;
}
.f-top-shop__button {
  min-width: 120px;
  gap: 5px;
}
.f-top-shop .c-button--primary svg {
  fill: #fff;
}
.f-top-shop .c-button--primary-line svg {
  fill: #7b002e;
}
@media screen and (max-width: 599.9px) {
  .f-top-shop__list {
    margin-inline: 4vw;
    gap: 4vw;
  }
  .f-top-shop__item {
    width: 100%;
    padding: 8vw 6.6666666667vw;
  }
  .f-top-shop__name {
    min-height: inherit;
    padding-bottom: 4vw;
    border-bottom: none;
    font-size: min(4.2666666667vw, 1.9rem);
    line-height: 1.625;
  }
  .f-top-shop__name--logo {
    padding-block: 4vw;
  }
  .f-top-shop__detail {
    flex-direction: column;
    gap: 5.3333333333vw;
    padding-top: 0;
  }
  .f-top-shop__address {
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.7142857143;
  }
  .f-top-shop__buttonArea {
    flex-direction: row;
  }
  .f-top-shop__button {
    min-width: inherit;
    width: 50%;
    height: 10.6666666667vw;
  }
}

/* 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;
  }
}

/* xxxxxxxxxxxxx
 ====================================== */
/* f-cat__unit */
.f-cat__unit {
  background: #f5f4ee;
  padding: 30px;
}
.f-cat__unit-title {
  margin-bottom: 25px;
  text-align: center;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", YuMincho, "Yu Mincho", "BIZ UDPMincho", serif;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 600;
  color: #000;
}
@media screen and (max-width: 599.9px) {
  .f-cat__unit {
    padding: 6.6666666667vw 4vw;
  }
  .f-cat__unit-title {
    margin-bottom: 6.6666666667vw;
    font-size: min(4.8vw, 2.1rem);
  }
}

/* f-cat__menu */
.f-cat__menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.f-cat__menu a {
  min-height: 50px;
  height: auto;
  place-content: center start;
  border-color: #bbbbbb;
  background-color: #fff;
  padding: 5px 30px 7px 20px;
  text-align: left;
}
@media screen and (max-width: 599.9px) {
  .f-cat__menu {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.6666666667vw;
  }
  .f-cat__menu a {
    padding: 0.5333333333vw 5.8666666667vw 0.5333333333vw 4vw;
    background-position: right 12px top 50%;
    background-size: 5px auto;
    line-height: 1.4;
  }
}

/* f-cat__banner */
.f-cat__banner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 599.9px) {
  .f-cat__banner {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.6666666667vw;
  }
}

/* f-cat__recommend-item,f-cat__rank-item */
.f-cat__recommend-item .c-product-slider .swiper-slide,
.f-cat__rank-item .c-product-slider .swiper-slide {
  width: 178px;
}
.f-cat__recommend-item .c-product-slider .swiper-slide:not(:last-child),
.f-cat__rank-item .c-product-slider .swiper-slide:not(:last-child) {
  margin-right: 10px;
}
@media screen and (max-width: 599.9px) {
  .f-cat__recommend-item,
  .f-cat__rank-item {
    margin-inline: -4vw;
  }
  .f-cat__recommend-item .c-product-slider .swiper-slide,
  .f-cat__rank-item .c-product-slider .swiper-slide {
    width: 47.5vw;
  }
  .f-cat__recommend-item .c-product-slider .swiper-slide:not(:last-child),
  .f-cat__rank-item .c-product-slider .swiper-slide:not(:last-child) {
    margin-right: 5.3333333333vw;
  }
}

/* f-detail-pointup ポイントアップ文言
----------------------------------*/
.f-detail-pointup {
  border: solid 1px #7b002e;
  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 {
  text-align: center;
}
.f-detail-brand__image img {
  aspect-ratio: 3/2;
  object-fit: cover;
}
.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: 70%;
  }
  .f-detail-brand__text p {
    font-size: min(3.7333333333vw, 1.7rem);
    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: 20px;
  padding: 30px;
  background: #f5f4ee;
}
@media screen and (min-width: 600px), print {
  .p-product-list .f-detail-brand__item {
    grid-template-columns: 280px 1fr;
  }
}

/* f-detail-banner シングルバナー
----------------------------------*/
.f-detail-banner {
  text-align: center;
}

/* f-detail-feature 特集バナー
----------------------------------*/
.f-detail-feature__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.f-detail-feature__list a {
  width: 280px;
}
@media screen and (max-width: 599.9px) {
  .f-detail-feature__list {
    margin-inline: 1.3333333333vw;
    gap: 1.3333333333vw;
  }
  .f-detail-feature__list a {
    width: 49.2%;
  }
}

/* f-detail-gift ギフトオプションについて
----------------------------------*/
.f-detail-giftOption__contents {
  padding: 35px 30px;
  background: #fcfbf8;
}
.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: #a1883b;
}
.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;
}
.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: #f5f4ee;
}
　 .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;
  }
}