@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 0 0;
  border-top: solid 1px #cccccc;
}
@media screen and (max-width: 599.9px) {
  .f-header-hum {
    margin: 8vw 4vw;
    padding: 8vw 0 0;
  }
}

/* TOP
 ====================================== */
/* f-top-pickupbrand  */
.f-top-pickupbrand-inner {
  padding-bottom: 80px;
  position: relative;
}
@media screen and (min-width: 600px), print {
  .f-top-pickupbrand-inner::before, .f-top-pickupbrand-inner::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #5e5e5e;
    position: absolute;
    top: 0;
  }
  .f-top-pickupbrand-inner::before {
    left: 0;
  }
  .f-top-pickupbrand-inner::after {
    right: 0;
  }
}
.f-top-pickupbrand-slider {
  position: relative;
}
.f-top-pickupbrand__contents {
  position: relative;
  display: grid;
  overflow-x: hidden;
  border-bottom: solid 1px #5e5e5e;
}
.f-top-pickupbrand__item {
  display: grid;
  grid-template-rows: subgrid;
}
.f-top-pickupbrand__item a {
  display: grid;
  grid-auto-flow: row;
  height: 100%;
  gap: 23px;
  justify-content: center;
  padding: 50px 20px 35px;
  border-right: solid 1px #5e5e5e;
  transition: opacity 400ms ease;
}
@media screen and (min-width: 600px), print {
  .f-top-pickupbrand__item a:hover {
    opacity: 0.5;
  }
  .f-top-pickupbrand__item a:hover img {
    opacity: inherit;
  }
}
.f-top-pickupbrand__textArea {
  font-size: 1.5rem;
  line-height: 1.6666666667;
}
.f-top-pickupbrand__name {
  font-weight: bold;
}
.f-top-pickupbrand .p-top__allButtonArea {
  margin-bottom: 0;
}
@media screen and (max-width: 599.9px) {
  .f-top-pickupbrand-inner {
    padding-bottom: 10.6666666667vw;
  }
  .f-top-pickupbrand__item a {
    gap: 3.7333333333vw;
    padding: 8vw 6.6666666667vw;
  }
  .f-top-pickupbrand__textArea {
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
  .f-top-pickupbrand__name {
    font-weight: bold;
  }
}

/* f-top-calendar  */
.f-top-calendar .c-product-slider-inner {
  display: grid;
}
.f-top-calendar .swiper-slide {
  width: 300px;
  margin-top: 18px;
  padding: 50px 35px;
  background: #fff;
  display: grid;
  grid-template-rows: subgrid;
  place-content: start;
}
.f-top-calendar .swiper-button-prev,
.f-top-calendar .swiper-button-next {
  top: 155px;
}
.f-top-calendar__date {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 260px;
  padding: 8px 5px;
  border-radius: 2px;
  background: #fdfe3c;
  text-align: center;
  font-weight: bold;
}
.f-top-calendar__date::after {
  content: "";
  display: block;
  width: 13px;
  height: 10px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #fdfe3c;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 599.9px) {
  .f-top-calendar .p-top__allButtonArea {
    margin-block: 10.6666666667vw 16vw;
  }
  .f-top-calendar .c-product__item-group {
    margin-inline: 0;
  }
  .f-top-calendar .swiper-slide {
    width: 53.3333333333vw;
    margin-top: 4vw;
    padding: 8vw 5.3333333333vw;
  }
  .f-top-calendar .c-product-slider .swiper-slide:not(:last-child) {
    margin-right: 4vw;
  }
  .f-top-calendar .swiper-button-prev,
  .f-top-calendar .swiper-button-next {
    top: 36.2666666667vw;
  }
  .f-top-calendar__date {
    top: -4vw;
    width: 48vw;
    font-size: min(3.7333333333vw, 1.7rem);
  }
}

/* f-top-pickup */
.f-top-pickup {
  position: relative;
}
.f-top-pickup:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #5e5e5e;
  position: absolute;
  bottom: 0;
}
.f-top-pickup-inner {
  padding-bottom: 80px;
  position: relative;
}
@media screen and (min-width: 600px), print {
  .f-top-pickup-inner::before, .f-top-pickup-inner::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #5e5e5e;
    position: absolute;
    top: 0;
  }
  .f-top-pickup-inner::before {
    left: 0;
  }
  .f-top-pickup-inner::after {
    right: 0;
  }
}
.f-top-pickup-contents {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (min-width: 600px), print {
  .f-top-pickup-contents::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #5e5e5e;
    position: absolute;
    top: 0;
    left: 0;
  }
  .f-top-pickup-contents::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #5e5e5e;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.f-top-pickup-contents a {
  flex-basis: 25%;
  padding: 30px;
  border-bottom: solid 1px #5e5e5e;
  border-right: solid 1px #5e5e5e;
}
@media screen and (min-width: 600px), print {
  .f-top-pickup-contents a:nth-child(n+5) {
    flex-basis: 33.333%;
  }
}
.f-top-pickup-contents a img {
  width: 100%;
}
.f-top-pickup .p-top__allButtonArea {
  margin-bottom: 0;
}
@media screen and (max-width: 599.9px) {
  .f-top-pickup-inner {
    padding-bottom: 16vw;
  }
  .f-top-pickup-contents a {
    flex-basis: 50%;
    flex-grow: inherit;
    padding: 3.7333333333vw;
  }
}

/* f-top-story */
.f-top-story {
  padding-bottom: 100px;
}
.f-top-story__text {
  font-size: 1.4rem;
  line-height: 1.7857142857;
}
.f-top-story__title {
  display: inline-grid;
  grid-auto-flow: column;
  gap: 8px;
  place-items: center;
  margin-block: 5px 12px;
  font-size: 1.5rem;
  line-height: 2;
  font-weight: bold;
  color: #000;
}
.f-top-story__title svg {
  fill: #979797;
  margin-bottom: 2px;
}
.f-top-story__date {
  display: inline-grid;
  grid-auto-flow: column;
  gap: 8px;
  place-items: center;
  margin-top: 15px;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: bold;
  color: #979797;
}
.f-top-story__date svg {
  fill: #979797;
  margin-bottom: 2px;
}
.f-top-story__sliderWrap {
  position: relative;
  margin-block: 70px 15px;
}
.f-top-story__slider {
  display: grid;
}
.f-top-story__slider-item {
  width: 300px;
  padding: 30px;
  background: #fff;
}
.f-top-story__slider-item .f-top-story__image {
  display: flex;
  align-items: center;
  aspect-ratio: 1/1;
  margin-bottom: 10px;
}
.f-top-story__column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.f-top-story__column-item {
  background: #fff;
  padding: 20px;
  display: grid;
  grid-template-columns: 150px 1fr;
  column-gap: 30px;
}
.f-top-story__banner {
  margin-top: 50px;
  background: #fff;
}
.f-top-story__banner p {
  padding: 10px;
  transition: opacity 400ms ease;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  color: #000;
}
.f-top-story__banner p strong {
  font-size: 1.5rem;
  line-height: 1.7333333333;
  font-weight: bold;
}
@media screen and (min-width: 600px), print {
  .f-top-story__banner a:where(:any-link, :enabled, summary):hover p {
    opacity: 0.5;
  }
}
@media screen and (max-width: 599.9px) {
  .f-top-story__banner p {
    padding: 2.4vw 2.6666666667vw 2.6666666667vw;
    font-size: min(3.2vw, 1.5rem);
    line-height: 1.5833333333;
  }
  .f-top-story__banner p strong {
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.3571428571;
  }
}
@media screen and (max-width: 599.9px) {
  .f-top-story {
    padding-bottom: 13.3333333333vw;
  }
  .f-top-story .c-title-contents__inner img {
    width: 54.4vw;
  }
  .f-top-story__text {
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.5714285714;
  }
  .f-top-story__title {
    margin-block: 0 1.3333333333vw;
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.5714285714;
  }
  .f-top-story__title svg {
    width: 3.7333333333vw;
  }
  .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__contents {
    width: calc(100% - 36px);
    margin-inline: auto;
  }
  .f-top-story__sliderWrap {
    margin-block: 8vw 3.4666666667vw;
  }
  .f-top-story__sliderWrap .c-button--swiper-button-next {
    right: -10px;
  }
  .f-top-story__sliderWrap .c-button--swiper-button-prev {
    left: -10px;
  }
  .f-top-story__slider-item {
    width: inherit;
    padding: 6.6666666667vw 5.3333333333vw;
  }
  .f-top-story__slider-item .f-top-story__image {
    margin-bottom: 4vw;
  }
  .f-top-story__column {
    grid-template-columns: repeat(1, 1fr);
    gap: 4vw;
  }
  .f-top-story__column-item {
    padding: 4vw;
    grid-template-columns: 95px 1fr;
    column-gap: 3.2vw;
  }
  .f-top-story__column .f-top-story__text {
    font-size: min(3.4666666667vw, 1.6rem);
    line-height: 1.5384615385;
  }
  .f-top-story__banner {
    margin-top: 6.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;
  }
}

.p-top--beauty .f-top-service {
  border-top: solid 1px #5e5e5e;
}

/* xxxxxxxxxxxxx
 ====================================== */
/* f-cat__unit */
.f-cat__unit-title {
  padding-block: 20px;
  border-bottom: solid 1px #5e5e5e;
  font-family: "Italiana", sans-serif;
  font-size: 3rem;
  line-height: 1.2;
  color: #000;
}
.f-cat__unit-title small {
  display: inline-block;
  padding: 0 13px 6px;
  vertical-align: middle;
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: normal;
}
.f-cat__unit-title2 {
  padding-block: 30px 0;
  border-top: solid 1px #5e5e5e;
  font-family: "Italiana", sans-serif;
  font-size: 3rem;
  line-height: 1.2;
  color: #000;
}
.f-cat__unit-title2 small {
  display: inline-block;
  padding: 0 13px 6px;
  vertical-align: middle;
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: normal;
}
@media screen and (max-width: 599.9px) {
  .f-cat__unit-title {
    padding: 4.2666666667vw 5.3333333333vw;
    font-size: min(7.2vw, 3rem);
  }
  .f-cat__unit-title small {
    padding: 0 3.2vw 0.8vw;
    font-size: min(3.4666666667vw, 1.6rem);
  }
  .f-cat__unit-title2 {
    padding: 4.2666666667vw 5.3333333333vw;
    font-size: min(7.2vw, 3rem);
  }
  .f-cat__unit-title2 small {
    display: block;
    padding: 0.8vw 0 0;
    font-size: min(3.2vw, 1.5rem);
  }
}

/* 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-brand */
.f-cat-brand {
  display: grid;
  grid-template-columns: 300px auto;
  gap: 20px;
}
.f-cat-brand__image {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px;
  border: solid 4px #f6f6f6;
}
.f-cat-brand__text {
  font-size: 1.5rem;
  line-height: 1.8666666667;
}
@media screen and (max-width: 599.9px) {
  .f-cat-brand {
    grid-template-columns: 1fr;
    gap: 0;
    margin-inline: 5.3333333333vw;
  }
  .f-cat-brand__image {
    background: #fff;
  }
  .f-cat-brand__image img {
    border: none;
    width: 80%;
  }
  .f-cat-brand__text {
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
  .f-cat-brand .c-textlink {
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.8571428571;
  }
}

/* f-cat__recommend-item */
.f-cat__recommend-item {
  margin-block: 50px 70px;
}
@media screen and (max-width: 599.9px) {
  .f-cat__recommend-item {
    margin-block: 8vw 13.3333333333vw;
  }
}
@media screen and (min-width: 600px), print {
  .f-cat__recommend-item .c-product-slider .swiper-slide {
    width: 224px;
  }
}
@media screen and (max-width: 599.9px) {
  .f-cat__recommend-item .c-product-slider .swiper-slide {
    width: 47.5vw;
  }
}

/* f-cat__ranking-item */
.f-cat__ranking-item {
  margin-block: 50px 70px;
}
@media screen and (max-width: 599.9px) {
  .f-cat__ranking-item {
    margin-block: 8vw 13.3333333333vw;
  }
}
@media screen and (min-width: 600px), print {
  .f-cat__ranking-item .c-product-slider .swiper-slide {
    width: 224px;
  }
  .f-cat__ranking-item .c-product-slider .swiper-slide:not(:last-child) {
    margin-right: 50px;
  }
}
@media screen and (max-width: 599.9px) {
  .f-cat__ranking-item .c-product-slider .swiper-slide {
    width: 47.5vw;
  }
}

/* f-cat__article */
.f-cat__article {
  padding: 0 30px 30px;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(110deg, transparent, transparent 2px, rgb(245, 245, 245) 2px, rgb(245, 245, 245) 20px);
  background-size: auto auto;
  border-top: solid 1px #5e5e5e;
}
.f-cat__article-title {
  margin-block: 35px;
}
.f-cat__article-title strong {
  font-family: "Italiana", sans-serif;
  font-size: 3rem;
  line-height: 1.2;
}
.f-cat__article-title small {
  display: inline-block;
  margin: 0 18px 6px;
  vertical-align: bottom;
  font-size: 1.6rem;
  line-height: 1.5;
}
.f-cat__article-unit {
  display: grid;
  grid-template-columns: 200px 1fr;
  background: #fff;
}
.f-cat__article-detail {
  padding: 15px 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.f-cat__article-date {
  margin-bottom: 6px;
  font-size: 1.2rem;
  line-height: 1.6666666667;
  font-weight: bold;
  color: #979797;
}
.f-cat__article-text {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
.f-cat__article-link {
  margin-top: auto;
  text-align: right;
}
.f-cat__article-link svg {
  margin-left: 10px;
}
@media screen and (max-width: 599.9px) {
  .f-cat__article {
    padding: 0 5.3333333333vw 5.3333333333vw;
  }
  .f-cat__article-title {
    margin-block: 7.2vw;
  }
  .f-cat__article-title strong {
    font-size: min(7.2vw, 3rem);
    line-height: 0.962962963;
  }
  .f-cat__article-title small {
    margin: 0 2.6666666667vw 0.8vw;
    font-size: min(3.4666666667vw, 1.6rem);
    line-height: 1.5384615385;
  }
  .f-cat__article-unit {
    grid-template-columns: inherit;
    grid-auto-flow: row;
  }
  .f-cat__article-img {
    padding-top: 6.6666666667vw;
    text-align: center;
  }
  .f-cat__article-img img {
    width: 53.3333333333vw;
  }
  .f-cat__article-detail {
    padding: 6.6666666667vw 5.3333333333vw;
  }
  .f-cat__article-date {
    font-size: min(3.2vw, 1.5rem);
  }
  .f-cat__article-text {
    font-size: min(3.7333333333vw, 1.7rem);
  }
  .f-cat__article-link {
    margin-top: 3.4666666667vw;
  }
}

/* f-detail-pointup ポイントアップ文言
----------------------------------*/
.f-detail-pointup {
  border: solid 1px #202020;
  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 {
  margin-top: 20px;
  padding: 30px;
  background: #f6f6f6;
}
.f-detail-brand__item--column {
  display: grid;
  grid-template-columns: auto 870px;
  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 {
  font-size: 1.5rem;
  line-height: 1.8666666667;
}
@media screen and (max-width: 599.9px) {
  .f-detail-brand {
    margin-top: 4vw;
    padding: 8vw 1.3333333333vw 9.3333333333vw;
  }
  .f-detail-brand__item {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
  }
  .f-detail-brand__image {
    background: #fff;
  }
  .f-detail-brand__image img {
    border: none;
    width: 80%;
  }
  .f-detail-brand__text {
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
  .f-detail-brand .c-textlink {
    font-size: min(3.7333333333vw, 1.7rem);
    line-height: 1.8571428571;
  }
}

@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 {
    padding: 8vw 5.3333333333vw 9.3333333333vw;
  }
}

/* f-detail-banner1 シングルバナー
----------------------------------*/
.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-present プレゼント
----------------------------------*/
.f-detail-present__unit {
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto auto;
  gap: 40px;
}
@media screen and (max-width: 599.9px) {
  .f-detail-present__unit {
    width: inherit;
    grid-template-columns: 1fr;
    gap: 4vw;
  }
  .f-detail-present__image {
    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: #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-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;
  }
}