@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 */
.f-global-area__gift {
  display: grid;
  grid-auto-flow: column;
}
.f-global-area__gift-primary {
  width: 575px;
}
.f-global-area__gift-secondary {
  margin-left: 80px;
  padding-left: 80px;
  border-left: solid 1px #dddddd;
}
.f-global-area__gift-linkList {
  display: grid;
  grid-auto-flow: column;
  gap: 50px;
}
.f-global-area__gift-linkList dt {
  margin-bottom: 25px;
  font-weight: bold;
}
.f-global-area__gift-linkList li {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: normal;
}
.f-global-area__gift-linkList li:not(:last-child) {
  margin-bottom: 7px;
}
.f-global-area__gift-linkList--row {
  grid-auto-flow: row;
  gap: 30px;
}
.f-global-area__gift-linkList--row dt {
  display: flex;
  gap: 30px;
}
.f-global-area__gift-linkList--row dd ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
}
.f-global-area__gift-bannerArea {
  margin-block: 0 30px;
}
.f-global-area__gift-bannerArea li:not(:first-child) {
  margin-top: 20px;
}

/* f-global__area */
.f-global-area__lifestyle {
  display: grid;
  grid-auto-flow: column;
}
.f-global-area__lifestyle-secondary {
  margin-left: 80px;
  padding-left: 80px;
  border-left: solid 1px #dddddd;
}
.f-global-area__lifestyle-linkList {
  display: grid;
  grid-auto-flow: column;
  gap: 50px;
}
.f-global-area__lifestyle-linkList dt {
  margin-bottom: 25px;
  font-weight: bold;
}
.f-global-area__lifestyle-linkList li {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: normal;
}
.f-global-area__lifestyle-linkList li:not(:last-child) {
  margin-bottom: 7px;
}
.f-global-area__lifestyle-bannerArea {
  margin-block: 0 30px;
}
.f-global-area__lifestyle-bannerArea li:not(:first-child) {
  margin-top: 20px;
}

/* TOP
 ====================================== */
/* f-top common */
.f-top__allButtonArea {
  gap: 30px;
  margin: 70px auto 0;
  text-align: center;
}

.f-top__allButton {
  min-width: 420px;
}
.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: inherit;
    width: 89%;
    font-size: min(4vw, 1.8rem);
    line-height: 1.3333333333;
    font-weight: normal;
  }
  .f-top__allButton--blank {
    background-size: 14px auto;
  }
  .f-top__allButton + .f-top__allButton {
    margin-top: 2.6666666667vw;
  }
}
/* f-top-open */
.f-top-open {
  margin-bottom: 10px;
}
.f-top-open__titleWrap {
  position: relative;
}
.f-top-open__button-open {
  color: #fff;
}
@media screen and (min-width: 600px), print {
  .f-top-open__button-open {
    position: absolute;
    top: calc(50% - 25px);
    right: 0;
  }
}
.f-top-open__button-open .c-button {
  height: 50px;
  padding: 9px 30px;
  border-radius: 3px;
  background: #979797;
  gap: 10px;
}
.f-top-open__button-open .c-button::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 7"><path fill="%23979797" d="M6.4,4.9L2,0.3C1.6,0,1.1,0,0.8,0.3s-0.3,0.9,0,1.2l5,5.2C6.1,7,6.6,7,7,6.7l5.2-5.2c0.3-0.3,0.3-0.9,0-1.2c-0.4-0.3-0.9-0.3-1.3,0L6.4,4.9z"></path></svg>');
  background-repeat: no-repeat;
  background-position: center 51%;
  background-size: 11px auto;
}
.f-top-open__title {
  padding: 50px 20px;
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.2307692308;
  font-weight: 500;
  color: #000;
}
.f-top-open__contents {
  display: none;
  margin-top: -10px;
  padding-bottom: 90px;
  position: relative;
}
.f-top-open__button-close {
  color: #fff;
}
@media screen and (min-width: 600px), print {
  .f-top-open__button-close {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.f-top-open__button-close .c-button {
  padding: 9px 25px;
  border-radius: 3px 3px 0 0;
  background: #979797;
  gap: 10px;
}
.f-top-open__button-close .c-button::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 7"><path fill="%23979797" d="M6.6,2.1L11,6.7c0.4,0.3,0.9,0.3,1.2,0s0.3-0.9,0-1.2l-5-5.2C6.9,0,6.4,0,6,0.3L0.8,5.5c-0.3,0.3-0.3,0.9,0,1.2C1.2,7,1.7,7,2.1,6.7L6.6,2.1z"></path></svg>');
  background-repeat: no-repeat;
  background-position: center 49%;
  background-size: 11px auto;
}
.f-top-open__shop3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.f-top-open__shop3 dl {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
}
.f-top-open__shop3 h3 {
  padding: 20px 10px 0;
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: bold;
  transition: opacity 400ms ease;
}
@media screen and (min-width: 600px), print {
  .f-top-open__shop3 a:hover h3,
  .f-top-open__shop3 a:hover svg {
    opacity: 0.5;
  }
}
.f-top-open__shopTitle {
  height: 86px;
  display: grid;
  place-content: center;
  place-items: center;
  position: relative;
}
.f-top-open__shopTitle svg {
  position: absolute;
  bottom: 12px;
  right: 12px;
  fill: #fff;
}
.f-top-open__img {
  padding: 20px 25px;
}
.f-top-open__shop-food .f-top-open__shopTitle {
  background: #7c674f;
}
.f-top-open__shop-food h3 {
  color: #7c674f;
}
.f-top-open__shop-beauty .f-top-open__shopTitle {
  background: #000;
}
.f-top-open__shop-beauty h3 {
  color: #000;
}
.f-top-open__shop-wine .f-top-open__shopTitle {
  background: #7b002e;
}
.f-top-open__shop-wine h3 {
  color: #7b002e;
}
.f-top-open__tokyu {
  display: block;
  margin-top: 30px;
  border: solid 1px #202020;
  border-radius: 5px;
  background: #fff;
}
.f-top-open__tokyu dl {
  height: 80px;
  display: flex;
  align-items: center;
  padding: 9px;
}
@media screen and (min-width: 600px), print {
  .f-top-open__tokyu dt {
    height: 100%;
    margin-inline: 35px;
    padding-right: 35px;
    border-right: solid 1px #202020;
    display: flex;
    align-items: center;
  }
}
.f-top-open__tokyu dd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 35px;
}
.f-top-open__tokyu dd h3 {
  font-size: 1.9rem;
  line-height: 1.3684210526;
  font-weight: bold;
}
.f-top-open__tokyu dd p {
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: 500;
}
.f-top-open .f-top__allButtonArea {
  margin-top: 50px;
}
.f-top-open .f-top__allButton {
  width: 600px;
}
@media screen and (max-width: 599.9px) {
  .f-top-open {
    margin-bottom: 1.3333333333vw;
  }
  .f-top-open__button-open .c-button {
    width: 100%;
    height: inherit;
    padding: 2.4vw;
    border-radius: 0;
    gap: 10px;
    font-size: min(3.7333333333vw, 1.7rem);
  }
  .f-top-open__title {
    padding: 4.8vw 5.3333333333vw;
    font-size: min(4.8vw, 2.1rem);
    line-height: 1.7777777778;
  }
  .f-top-open__contents {
    margin-top: inherit;
    padding-bottom: 0;
  }
  .f-top-open__button-close .c-button {
    width: 100%;
    padding: 2.4vw;
    border-radius: 0;
  }
  .f-top-open__shop3 {
    grid-template-columns: 1fr;
    gap: 3.7333333333vw;
  }
  .f-top-open__shop3 dl {
    margin-inline: 6.6666666667vw;
  }
  .f-top-open__shop3 h3 {
    padding-top: 3.7333333333vw;
    font-size: min(4vw, 1.8rem);
  }
  .f-top-open__shopTitle {
    height: inherit;
    padding: 4.8vw;
  }
  .f-top-open__img {
    padding: 4.2666666667vw 9.3333333333vw 5.3333333333vw;
  }
  .f-top-open__shop-food .f-top-open__shopTitle img {
    width: 45.3333333333vw;
  }
  .f-top-open__shop-beauty .f-top-open__shopTitle img {
    width: 52vw;
  }
  .f-top-open__shop-wine .f-top-open__shopTitle img {
    width: 29.6vw;
  }
  .f-top-open__tokyu {
    margin: 4vw 6.6666666667vw;
  }
  .f-top-open__tokyu dl {
    height: inherit;
    flex-direction: column;
    padding: 3.2vw;
  }
  .f-top-open__tokyu dt {
    padding: 3.4666666667vw 6.6666666667vw 6.6666666667vw;
    border-bottom: solid 1px #202020;
  }
  .f-top-open__tokyu dd {
    padding: 4vw 4vw 1.3333333333vw;
    flex-direction: column;
    gap: 2.6666666667vw;
    text-align: center;
  }
  .f-top-open__tokyu dd h3 {
    font-size: min(4.2666666667vw, 1.9rem);
  }
  .f-top-open__tokyu dd p {
    font-size: min(3.7333333333vw, 1.7rem);
  }
  .f-top-open .f-top__allButtonArea {
    margin: 6.6666666667vw 2.6666666667vw 8vw;
  }
  .f-top-open .f-top__allButton {
    width: 100%;
    padding: 0 2.6666666667vw;
    font-size: min(3.7333333333vw, 1.7rem);
    background-position: right 10px top 50%;
  }
}

/* f-top-lifestyle */
.f-top-lifestyle__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.f-top-lifestyle__list a {
  width: 610px;
  padding-inline: 25px;
  overflow: hidden;
  position: relative;
  border-color: #979797;
}
.f-top-lifestyle__living {
  margin-top: 20px;
  background: #f7f5f5;
}
.f-top-lifestyle__living-button {
  margin: 10px 20px;
  padding: 10px 20px 10px 5px;
  font-size: 1.9rem;
  line-height: 1.5789473684;
  font-weight: 500;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 11"><path fill="%23202020" d="M.7,10.6c-.1,0-.3,0-.4-.1-.2-.2-.2-.5,0-.7H.3l4.3-4.2L.3,1.3c-.2-.2-.2-.5,0-.7H.3c.2-.2.5-.2.7,0l4.6,4.6c.2.2.2.5,0,.7L1,10.5s-.2.1-.3.1Z"></path></svg>');
  background-repeat: no-repeat;
  background-position: right 0 top 50%;
  background-size: 8px auto;
}
.f-top-lifestyle__livingList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0 20px 20px;
}
.f-top-lifestyle__livingList a {
  width: 285px;
  padding-inline: 25px;
  overflow: hidden;
  position: relative;
  border-color: #979797;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 1.875;
}
.f-top-lifestyle__blank svg {
  fill: #979797;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.f-top-lifestyle__bannerlist {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media screen and (max-width: 599.9px) {
  .f-top-lifestyle {
    margin-inline: 5.3333333333vw;
  }
  .f-top-lifestyle__list {
    gap: 3.2vw;
  }
  .f-top-lifestyle__list a {
    width: 100%;
    height: 13.3333333333vw;
    padding-inline: 8vw;
    font-size: min(4vw, 1.8rem);
    line-height: 1.3333333333;
  }
  .f-top-lifestyle__living {
    margin-top: 5.3333333333vw;
  }
  .f-top-lifestyle__living-button {
    margin: 2.6666666667vw 3.2vw;
    padding: 2.6666666667vw 5.3333333333vw 2.6666666667vw 1.3333333333vw;
    font-size: min(4vw, 1.8rem);
    line-height: 1.3333333333;
    background-size: 7px auto;
  }
  .f-top-lifestyle__livingList {
    gap: 3.2vw;
  }
  .f-top-lifestyle__livingList a {
    width: 100%;
    height: 13.3333333333vw;
    padding-inline: 8vw;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.2857142857;
  }
  .f-top-lifestyle__bannerlist {
    margin-inline: 2.1333333333vw;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.2vw 2.6666666667vw;
  }
}

/* f-top-topics */
.f-top-topics-wrap {
  margin-top: 70px;
}
@media screen and (max-width: 599.9px) {
  .f-top-topics-wrap {
    margin-top: 10.6666666667vw;
  }
}

.f-top-topics__head {
  margin-inline: auto;
  max-width: 1240px;
  width: calc(100% - 20px * 2);
  display: flex;
  justify-content: center;
  gap: 8px;
  text-align: center;
}
@media screen and (max-width: 599.9px) {
  .f-top-topics__head {
    width: calc(100% - 0px * 2);
  }
}
.f-top-topics__title {
  width: 242px;
  height: 60px;
  border-bottom: solid 1px #202020;
  border-radius: 10px 10px 0 0;
  background: #cccccc;
  font-size: 1.8rem;
  line-height: 1.2222222222;
  font-weight: normal;
  color: #fff;
  position: relative;
}
.f-top-topics__title.is-active {
  background: #fff;
  border: solid 1px #202020;
  border-bottom: none;
  font-weight: bold;
  color: #000;
}
.f-top-topics__title.is-active::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.f-top-topics__contents {
  margin-top: -1px;
  border-top: solid 1px #202020;
  background: #fff;
}
.f-top-topics__item {
  margin-inline: auto;
  max-width: 1240px;
  width: calc(100% - 20px * 2);
  padding-block: 60px;
}
@media screen and (max-width: 599.9px) {
  .f-top-topics__item {
    width: calc(100% - 0px * 2);
  }
}
.f-top-topics__list {
  overflow-x: hidden;
  position: relative;
}
.f-top-topics__list .swiper-slide {
  width: 280px;
}
.f-top-topics__list .swiper-slide:not(:last-child) {
  margin-right: 40px;
}
@media screen and (max-width: 599.9px) {
  .f-top-topics {
    padding-bottom: 10.6666666667vw;
  }
  .f-top-topics__head {
    padding-inline: 2.1333333333vw;
    overflow-x: scroll;
    overflow-y: hidden;
    gap: 1.0666666667vw;
    justify-content: flex-start;
    position: relative;
  }
  .f-top-topics__title {
    width: auto;
    height: auto;
    padding: 3.4666666667vw 4vw;
    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-topics__item {
    padding: 8vw 0;
  }
  .f-top-topics__list .swiper-wrapper {
    margin-left: 3.7333333333vw;
  }
  .f-top-topics__list .swiper-slide {
    width: 46.6666666667vw;
  }
  .f-top-topics__list .swiper-slide:not(:last-child) {
    margin-right: 3.2vw;
  }
}

/* f-top-gift */
.f-top-gift {
  padding-bottom: 80px;
  background: #fdf2f2;
  background: #fff7ed;
  background: #f9f5f0;
}
.f-top-gift .c-title-contents-full__inner {
  color: #d50000;
}
.f-top-gift__head {
  margin-inline: auto;
  max-width: 1240px;
  width: calc(100% - 20px * 2);
  display: flex;
  justify-content: center;
  gap: 10px;
  text-align: center;
}
@media screen and (max-width: 599.9px) {
  .f-top-gift__head {
    width: calc(100% - 0px * 2);
  }
}
.f-top-gift__title {
  width: 615px;
  height: 90px;
  border-bottom: solid 1px #d50000;
  border-radius: 10px 10px 0 0;
  background: #d50000;
  font-size: 2.2rem;
  line-height: 1.1818181818;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
}
.f-top-gift__title.is-active {
  background: #fff;
  border: solid 1px #d50000;
  border-bottom: none;
  color: #d50000;
}
.f-top-gift__title.is-active::before, .f-top-gift__title.is-active::after {
  content: "";
  display: block;
  position: absolute;
}
.f-top-gift__title.is-active::after {
  height: 1px;
  width: 100%;
  background: #fff;
  bottom: -1px;
  left: 0;
}
.f-top-gift__title.is-active::before {
  width: 193px;
  height: 23px;
  background: url(../images/tokyu/top/gift-ribbon.png);
  background-repeat: no-repeat;
  background-size: 193px auto;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
}
.f-top-gift__contents {
  margin-top: -1px;
  border-top: solid 1px #d50000;
  background: #fff;
  box-shadow: 0 2px 5px rgba(40, 40, 40, 0.1);
}
.f-top-gift__item {
  margin-inline: auto;
  max-width: 1240px;
  width: calc(100% - 20px * 2);
  padding-block: 60px;
}
@media screen and (max-width: 599.9px) {
  .f-top-gift__item {
    width: calc(100% - 18px * 2);
  }
}
.f-top-gift__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}
.f-top-gift__list a {
  width: 180px;
  text-align: center;
}
.f-top-gift__list a span {
  display: inline-block;
  margin-top: 17px;
  font-size: 1.7rem;
  line-height: 1.1764705882;
  font-weight: 500;
}
.f-top-gift__banner {
  margin-inline: auto;
  max-width: 1240px;
  width: calc(100% - 0 * 2);
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}
@media screen and (max-width: 599.9px) {
  .f-top-gift__banner {
    width: calc(100% - 8.5333333333vw * 2);
  }
}
.f-top-gift__banner img {
  width: 386px;
}
.f-top-gift .f-top__allButton {
  background-color: #d50000;
}
@media screen and (max-width: 599.9px) {
  .f-top-gift {
    padding-bottom: 10.6666666667vw;
  }
  .f-top-gift__head {
    padding-inline: 0;
    gap: 1.6vw;
    position: relative;
  }
  .f-top-gift__title {
    width: 50%;
    height: auto;
    padding: 4.2666666667vw 4vw;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.2857142857;
    font-weight: 500;
    word-break: keep-all;
  }
  .f-top-gift__title:first-child {
    border-radius: 0 1.3333333333vw 0 0;
  }
  .f-top-gift__title:last-child {
    border-radius: 1.3333333333vw 0 0 0;
  }
  .f-top-gift__title.is-active:first-child {
    border-left: none;
  }
  .f-top-gift__title.is-active:last-child {
    border-right: none;
  }
  .f-top-gift__title.is-active::before {
    width: 28vw;
    height: 4.8vw;
    background-size: 28vw auto;
    bottom: -11px;
  }
  .f-top-gift__item {
    padding-block: 10.6666666667vw;
  }
  .f-top-gift__list {
    gap: 6.9333333333vw 5.3333333333vw;
  }
  .f-top-gift__list a {
    width: 38.6666666667vw;
  }
  .f-top-gift__list a span {
    margin-top: 2.6666666667vw;
    font-size: min(3.7333333333vw, 1.7rem);
  }
  .f-top-gift__banner {
    margin-top: 10.6666666667vw;
    gap: 3.2vw;
  }
  .f-top-gift__banner img {
    width: 100%;
  }
}

/* f-top-story */
.f-top-story {
  margin-top: 4px;
  background: #f7f5f5;
}
.f-top-story .c-title-contents-full__inner {
  color: #666666;
}
.f-top-story__sliderWrap {
  position: relative;
  margin-block: 0 70px;
}
.f-top-story__slider {
  display: grid;
}
.f-top-story__slider-item {
  display: grid;
  width: 297px;
  padding: 5px;
}
.f-top-story__slider-item-inner {
  background: #fff;
  padding-bottom: 25px;
  box-shadow: 0 2px 5px rgba(40, 40, 40, 0.1);
}
.f-top-story__slider-image {
  display: flex;
  margin-bottom: 10px;
}
.f-top-story__slider-image img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.f-top-story__slider-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  padding-inline: 25px;
  text-align: center;
}
.f-top-story__slider-text {
  padding-inline: 25px;
  font-size: 1.6rem;
  line-height: 1.75;
}
.f-top-story__slider-date {
  display: inline-grid;
  grid-auto-flow: column;
  gap: 8px;
  place-items: center;
  margin-top: 15px;
  padding-inline: 25px;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: bold;
  color: #979797;
}
.f-top-story__slider-date svg {
  fill: #979797;
  margin-bottom: 2px;
}
.f-top-story__banner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.f-top-story__banner a {
  display: block;
  width: 287px;
}
.f-top-story__banner p {
  margin-top: 13px;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 599.9px) {
  .f-top-story__sliderWrap {
    margin-block: 0 9.3333333333vw;
  }
  .f-top-story__sliderWrap .swiper-wrapper {
    margin-left: 2.4vw;
  }
  .f-top-story__slider {
    padding-right: 1.3333333333vw;
  }
  .f-top-story__slider-item {
    width: 66.6666666667vw;
  }
  .f-top-story__slider-item-inner {
    padding-bottom: 5.8666666667vw;
  }
  .f-top-story__slider-image {
    margin-bottom: 2.6666666667vw;
  }
  .f-top-story__slider-logo {
    height: 21.3333333333vw;
    max-height: 80px;
    padding-inline: 5.3333333333vw;
  }
  .f-top-story__slider-text {
    padding-inline: 5.3333333333vw;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.8571428571;
  }
  .f-top-story__date {
    margin-top: 2.6666666667vw;
    font-size: min(3.2vw, 1.5rem);
  }
  .f-top-story__date svg {
    width: 3.7333333333vw;
  }
  .f-top-story__banner {
    margin-inline: 2.1333333333vw;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.2vw 2.6666666667vw;
  }
  .f-top-story__banner a {
    width: inherit;
  }
  .f-top-story__banner p {
    margin: 2.6666666667vw 2.6666666667vw 0;
    font-size: min(3.4666666667vw, 1.6rem);
    line-height: 1.5384615385;
  }
}

/* f-top-service */
.f-top-service {
  border-top: solid 4px #f5f3f2;
}
.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);
  }
}

.f-mypage-global {
  background: #202020;
  text-align: center;
  position: relative;
}
.f-mypage-global__inner {
  margin-inline: auto;
  max-width: 1240px;
  width: calc(100% - 20px * 2);
}
@media screen and (max-width: 599.9px) {
  .f-mypage-global__inner {
    width: calc(100% - 0px * 2);
  }
}
.f-mypage-global__inner > ul {
  display: inline-grid;
  grid-auto-flow: column;
}
.f-mypage-global__inner > ul > li {
  padding-block: 9px;
}
.f-mypage-global__inner > ul > li > a {
  padding-inline: 30px;
  display: block;
  cursor: pointer;
  white-space: nowrap;
  color: #fff;
}
.f-mypage-global__inner > ul > li > a > p {
  position: relative;
  padding-block: 4px 6px;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  font-weight: 500;
}
.f-mypage-global__inner > ul > li > a svg {
  fill: #fff;
}
.f-mypage-global__inner > ul > li:not(:last-child) > a {
  border-right: solid 1px #777777;
}
.f-mypage-global__blank {
  display: inline-flex;
  align-items: center;
  word-break: break-all;
  gap: 8px;
}
@media screen and (max-width: 599.9px) {
  .f-mypage-global__inner {
    padding-inline: 2.6666666667vw;
  }
  .f-mypage-global__inner > ul > li {
    padding-block: 2.4vw;
  }
  .f-mypage-global__inner > ul > li > a {
    padding-inline: 3.7333333333vw;
  }
  .f-mypage-global__inner > ul > li > a > p {
    padding-block: 0.2666666667vw 0.8vw;
    font-size: min(2.9333333333vw, 1.4rem);
    line-height: 1.4545454545;
  }
  .f-mypage-global__inner > ul > li > a span {
    font-size: min(2.6666666667vw, 1.3rem);
  }
  .f-mypage-global__inner .c-button {
    height: inherit;
  }
  .f-mypage-global__blank {
    gap: 1.0666666667vw;
  }
  .f-mypage-global .swiper-button-prev,
  .f-mypage-global .swiper-button-next {
    width: 8vw;
    height: 100%;
    top: 0;
    margin-top: 0;
    background: #202020;
  }
  .f-mypage-global .swiper-button-prev:after,
  .f-mypage-global .swiper-button-next:after {
    content: "";
    display: block;
    width: 2.4vw;
    height: 4.2666666667vw;
  }
  .f-mypage-global .swiper-button-prev.swiper-button-disabled,
  .f-mypage-global .swiper-button-next.swiper-button-disabled {
    display: none;
  }
  .f-mypage-global .swiper-button-prev {
    left: 0;
  }
  .f-mypage-global .swiper-button-prev::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 11"><path fill="%23ffffff" d="M5.2.4c.1,0,.3,0,.4.1.2.2.2.5,0,.7h0L1.3,5.4l4.3,4.3c.2.2.2.5,0,.7h0c-.2.2-.5.2-.7,0L.3,5.9c-.2-.2-.2-.5,0-.7L4.9.6s.2-.1.3-.1Z"></path></svg>');
    background-repeat: no-repeat;
    margin-right: 10px;
  }
  .f-mypage-global .swiper-button-next {
    right: 0;
  }
  .f-mypage-global .swiper-button-next::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 11"><path fill="%23ffffff" d="M.7,10.6c-.1,0-.3,0-.4-.1-.2-.2-.2-.5,0-.7H.3l4.3-4.2L.3,1.3c-.2-.2-.2-.5,0-.7H.3c.2-.2.5-.2.7,0l4.6,4.6c.2.2.2.5,0,.7L1,10.5s-.2.1-.3.1Z"></path></svg>');
    background-repeat: no-repeat;
    margin-left: 10px;
  }
}

/* xxxxxxxxxxxxx
 ====================================== */
/* f-cat__unit */
.f-cat__unit {
  background: #f5f3f2;
  padding: 30px;
}
.f-cat__unit-title {
  padding-block: 18px 32px;
  text-align: left;
  font-size: 2.2rem;
  line-height: 1.3636363636;
  font-weight: 500;
  color: #202020;
}
.f-cat__unit-title-en {
  display: inline-block;
  padding: 0 13px 4px;
  letter-spacing: 0.1em;
  vertical-align: middle;
  font-family: "Jost", sans-serif;
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: normal;
}
.f-cat__unit--red {
  background: #fdf2f2;
}
.f-cat__unit--red .f-cat__unit-title {
  color: #d50000;
}
@media screen and (max-width: 599.9px) {
  .f-cat__unit {
    padding: 6.6666666667vw 4vw;
  }
  .f-cat__unit-title {
    padding-block: 5.3333333333vw 6.6666666667vw;
    font-size: min(5.8666666667vw, 2.5rem);
  }
  .f-cat__unit-title-en {
    display: block;
    padding: 5px 0 0;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 2;
    font-weight: normal;
  }
}

/* f-cat__catalog */
.f-cat__catalog {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.f-cat__catalog-unit {
  padding: 40px 30px 30px;
  background: #fdf2f2;
}
.f-cat__catalog-image {
  text-align: center;
}
.f-cat__catalog-title {
  margin-block: 20px 13px;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.6470588235;
  font-weight: bold;
}
.f-cat__catalog-button {
  margin-top: 25px;
  text-align: right;
}
.f-cat__catalog-button .c-button {
  border-radius: 3px;
  background-color: #d50000;
  color: #fff;
}
.f-cat__catalog-button .c-button::after {
  content: "";
  display: block;
  margin-left: 8px;
  width: 7px;
  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="%23ffffff" 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__catalog {
    grid-template-columns: 1fr;
    gap: 2.6666666667vw;
  }
  .f-cat__catalog-unit {
    padding: 6.6666666667vw 5.3333333333vw;
  }
  .f-cat__catalog-title {
    margin-block: 5.3333333333vw 4vw;
    font-size: min(4.2666666667vw, 1.9rem);
  }
  .f-cat__catalog-button {
    margin-top: 4.2666666667vw;
  }
}

/* f-cat__recommend-item */
.f-cat__recommend-item .c-product-slider .swiper-slide {
  width: 178px;
}
.f-cat__recommend-item .c-product-slider .swiper-slide:not(:last-child) {
  margin-right: 10px;
}
@media screen and (max-width: 599.9px) {
  .f-cat__recommend-item {
    margin-inline: -4vw;
  }
  .f-cat__recommend-item .c-product-slider .swiper-slide {
    width: 47.5vw;
  }
  .f-cat__recommend-item .c-product-slider .swiper-slide:not(:last-child) {
    margin-right: 5.3333333333vw;
  }
}

/* f-cat__rank-item */
@media screen and (max-width: 599.9px) {
  .f-cat__rank-item {
    margin-inline: -4vw;
  }
}

/* f-cat__menu */
.f-cat__menu-title {
  margin-bottom: 25px;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.1818181818;
  font-weight: 500;
  color: #d50000;
}
.f-cat__menu-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.f-cat__menu-list a {
  min-height: 50px;
  height: auto;
  place-content: center start;
  border-color: #d50000;
  background-color: #fff;
  padding: 5px 30px 7px 20px;
  text-align: left;
  color: #d50000;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 11"><path fill="%23d50000" d="M.7,10.6c-.1,0-.3,0-.4-.1-.2-.2-.2-.5,0-.7H.3l4.3-4.2L.3,1.3c-.2-.2-.2-.5,0-.7H.3c.2-.2.5-.2.7,0l4.6,4.6c.2.2.2.5,0,.7L1,10.5s-.2.1-.3.1Z"></path></svg>');
  background-repeat: no-repeat;
  background-position: right 17px top 50%;
  background-size: 7px auto;
}
@media screen and (max-width: 599.9px) {
  .f-cat__menu-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.6666666667vw;
  }
  .f-cat__menu-list 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(1, 1fr);
    gap: 4vw;
    text-align: center;
  }
  .f-cat__banner img {
    width: 69.3333333333vw;
  }
}

/* f-cat__linklist */
.f-cat__linklist {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.f-cat__linklist .c-button {
  border-radius: 3px;
  background-color: #d50000;
  color: #fff;
}
@media screen and (max-width: 599.9px) {
  .f-cat__linklist {
    margin-top: 6.6666666667vw;
    grid-template-columns: repeat(1, 1fr);
    gap: 2.6666666667vw;
  }
  .f-cat__linklist .c-button {
    height: 13.3333333333vw;
    font-size: min(4vw, 1.8rem);
  }
}

/* f-detail-pointup ポイントアップ文言
----------------------------------*/
.f-detail-pointup {
  border: solid 1px #004098;
  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;
  text-align: 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: 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: 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-banner シングルバナー
----------------------------------*/
.f-detail-banner {
  text-align: center;
}

/* 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: #202020;
}
.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: #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;
  }
}