.buyerSelection .sp-inline {
  display: inline;
}
@media screen and (min-width: 768px) {
  .buyerSelection .sp-inline {
    display: none;
  }
}
.buyerSelection .pc-inline {
  display: none;
}
@media screen and (min-width: 768px) {
  .buyerSelection .pc-inline {
    display: inline;
  }
}
.buyerSelection .sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .buyerSelection .sp {
    display: none;
  }
}
.buyerSelection .pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .buyerSelection .pc {
    display: block;
  }
}
.buyerSelection h1,
.buyerSelection h2,
.buyerSelection h3,
.buyerSelection h4,
.buyerSelection p,
.buyerSelection ul {
  margin: 0;
  padding: 0;
}
.buyerSelection ul {
  list-style: none;
}
.buyerSelection img {
  max-width: 100%;
  display: block;
}
.buyerSelection .buyerSelection__inner {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 45px;
  padding-right: 12px;
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  .buyerSelection .buyerSelection__inner {
    max-width: 1200px;
    padding-top: 51px;
  }
}
.buyerSelection .banner .banner__inner {
  aspect-ratio: 720/360;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
.buyerSelection .banner .banner__inner img {
  width: 100%;
}
.buyerSelection .head {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .buyerSelection .head {
    margin-top: 80px;
  }
}
.buyerSelection .head .head__subHeading,
.buyerSelection .head .head__heading,
.buyerSelection .head .head__lead {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}
.buyerSelection .head .head__subHeading {
  font-size: 24px;
  line-height: 1.5;
  color: #386a39;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(90deg, #5f79b7 0%, #8765a6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .buyerSelection .head .head__subHeading {
    font-size: 20px;
  }
}
.buyerSelection .head .head__heading {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .buyerSelection .head .head__heading {
    font-size: 36px;
  }
}
.buyerSelection .head .head__heading .marker {
  background: linear-gradient(to right, #c2efff 0%, #e8c9f6 100%);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 30%;
}
.buyerSelection .head .head__lead {
  font-size: 16px;
  line-height: 1.5;
  max-width: 600px;
  margin-top: 24px;
}
.buyerSelection .ankerLink {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .buyerSelection .ankerLink {
    -moz-column-gap: 20px;
         column-gap: 20px;
    margin-top: 58px;
  }
}
.buyerSelection .ankerLink__list {
  display: flex;
  justify-content: center;
  gap: 36px;
  list-style-type: none;
  padding: 8px;
}
.buyerSelection .ankerLink__list .ankerLink__item a {
  display: block;
  color: #000000;
  padding: 12px 36px 12px 24px;
  text-decoration: none;
  position: relative;
  transition: opacity 0.25s;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  box-shadow: 5px 5px 10px 4px rgba(209, 209, 209, 0.5);
}
@media (any-hover: hover) {
  .buyerSelection .ankerLink__list .ankerLink__item a:hover {
    opacity: 0.7;
  }
}
.buyerSelection .ankerLink__list .ankerLink__item a::before, .buyerSelection .ankerLink__list .ankerLink__item a::after {
  content: "";
  position: absolute;
}
.buyerSelection .ankerLink__list .ankerLink__item a::before {
  top: 50%;
  right: 16px;
  display: block;
  border: 3px solid #5f79b7;
  aspect-ratio: 1/1;
  width: 6px;
  border-left-color: transparent;
  border-bottom-color: transparent;
  transform: translateY(-70%) rotate(135deg);
}
.buyerSelection .ankerLink__list .ankerLink__item a::after {
  top: 0px;
  left: 0px;
  width: 10px;
  height: 100%;
  display: block;
  background-color: #5f79b7;
}
.buyerSelection .ankerLink__list .ankerLink__item:last-child a::before {
  border-color: #8765a6;
  border-left-color: transparent;
  border-bottom-color: transparent;
}
.buyerSelection .ankerLink__list .ankerLink__item:last-child a::after {
  background-color: #8765a6;
}
.buyerSelection .content {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .buyerSelection .content {
    margin-top: 60px;
  }
}
.buyerSelection .content .content__inner {
  display: grid;
  row-gap: 60px;
}
@media screen and (min-width: 768px) {
  .buyerSelection .content .content__inner {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}
.buyerSelection .buyer {
  position: relative;
}
.buyerSelection .buyer .buyer__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.buyerSelection .buyer .buyer__head {
  position: relative;
  padding-bottom: 45px;
}
.buyerSelection .buyer .buyer__body {
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 80px;
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .buyerSelection .buyer .buyer__body {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.buyerSelection .buyerIntroduction {
  margin-top: 40px;
  box-shadow: 5px 5px 10px 4px rgba(209, 209, 209, 0.5);
  position: relative;
}
.buyerSelection .buyerIntroduction::before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 100%;
  background-color: #5f79b7;
}
.buyerSelection .buyerIntroduction._blue::before {
  background-color: #5f79b7;
}
.buyerSelection .buyerIntroduction._purple::before {
  background-color: #8765a6;
}
.buyerSelection .buyerIntroduction .buyerIntroduction__inner {
  padding: 30px 40px 30px 50px;
}
.buyerSelection .buyerIntroduction .buyerIntroduction__name {
  grid-area: nameArea;
  display: flex;
  align-items: center;
  justify-content: start;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.buyerSelection .buyerIntroduction .buyerIntroduction__name .buyerIntroduction__nameInner {
  font-size: 16px;
  line-height: 1.2;
  text-align: left;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  justify-content: center;
  flex-direction: column;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .buyerSelection .buyerIntroduction .buyerIntroduction__name .buyerIntroduction__nameInner {
    row-gap: 2px;
  }
}
.buyerSelection .buyerIntroduction .buyerIntroduction__name .buyerIntroduction__nameInner p {
  font-size: 24px;
  margin-left: 0;
}
.buyerSelection .buyerIntroduction .buyerIntroduction__name .buyerIntroduction__nameInner small {
  font-size: 14px;
}
.buyerSelection .buyerIntroduction .buyerIntroduction__profile {
  grid-area: textArea;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 4px;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .buyerSelection .buyerIntroduction .buyerIntroduction__profile {
    margin-top: 4px;
  }
}
.buyerSelection .buyerIntroduction .buyerIntroduction__texts {
  margin-top: 24px;
}
.buyerSelection .buyerIntroduction .buyerIntroduction__texts .buyerIntroduction__textsHeading {
  font-size: 18px;
  line-height: 1.5;
}
.buyerSelection .buyerIntroduction .buyerIntroduction__texts .buyerIntroduction__text {
  font-size: 14px;
  line-height: 1.5;
}
.buyerSelection .thema .thema__heading {
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
}
.buyerSelection .thema .thema__text {
  margin-top: 16px;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 16px;
  line-height: 1.5;
}
.buyerSelection .thema .thema__text small {
  font-size: 12px;
}
.buyerSelection .itemList {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  row-gap: 80px;
}
@media screen and (min-width: 768px) {
  .buyerSelection .itemList {
    row-gap: 60px;
  }
}
.buyerSelection .itemList .itemItem {
  display: grid;
  grid-template-columns: 40% 1fr;
  grid-template-areas: "headingArea headingArea" "imageArea textArea";
  -moz-column-gap: 25px;
       column-gap: 25px;
  row-gap: 20px;
}
.buyerSelection .itemList .itemItem:nth-child(2n) {
  grid-template-columns: 1fr 40%;
  grid-template-areas: "headingArea headingArea" "textArea imageArea";
}
@media screen and (max-width: 575px) {
  .buyerSelection .itemList .itemItem:nth-child(2n) {
    grid-template-columns: 1fr;
    grid-template-areas: "headingArea" "imageArea" "textArea";
  }
}
@media screen and (max-width: 575px) {
  .buyerSelection .itemList .itemItem {
    grid-template-columns: 1fr;
    grid-template-areas: "headingArea" "imageArea" "textArea";
  }
}
.buyerSelection .itemList .itemItem .itemItem__img {
  grid-area: imageArea;
  display: flex;
  align-items: center;
  justify-content: center;
}
.buyerSelection .itemList .itemItem .itemItem__img .itemItem__imgInner {
  aspect-ratio: 3/4;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .buyerSelection .itemList .itemItem .itemItem__img .itemItem__imgInner {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 1/1;
  }
}
.buyerSelection .itemList .itemItem .itemItem__img .itemItem__imgInner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.buyerSelection .itemList .itemItem._narrowImg {
  grid-template-columns: 30% 1fr;
  -moz-column-gap: 0px;
       column-gap: 0px;
}
.buyerSelection .itemList .itemItem._narrowImg:nth-child(2n) {
  grid-template-columns: 1fr 30%;
}
@media screen and (max-width: 575px) {
  .buyerSelection .itemList .itemItem._narrowImg:nth-child(2n) {
    grid-template-columns: 1fr;
    grid-template-areas: "headingArea" "imageArea" "textArea";
  }
}
.buyerSelection .itemList .itemItem._narrowImg .itemItem__imgInner {
  aspect-ratio: 4/7;
}
@media screen and (max-width: 575px) {
  .buyerSelection .itemList .itemItem._narrowImg .itemItem__imgInner {
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 575px) {
  .buyerSelection .itemList .itemItem._narrowImg {
    grid-template-columns: 1fr;
    grid-template-areas: "headingArea" "imageArea" "textArea";
  }
}
.buyerSelection .itemList .itemItem .itemItem__heading {
  grid-area: headingArea;
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
.buyerSelection .itemList .itemItem .itemItem__texts {
  grid-area: textArea;
  display: flex;
  align-items: center;
  text-align: justify;
  text-justify: inter-ideograph;
}
.buyerSelection .itemList .itemItem .itemItem__texts .itemItem__text {
  font-size: 16px;
  line-height: 1.5;
}
.buyerSelection .itemList .itemItem .itemItem__texts .itemItem__brand {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  margin-top: 16px;
  flex-wrap: wrap;
}
.buyerSelection .itemList .itemItem .itemItem__texts .itemItem__brand .itemItem__brandName {
  color: #5f79b7;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
}
.buyerSelection .itemList .itemItem .itemItem__texts .itemItem__brand .itemItem__brandName._blue {
  color: #5f79b7;
}
.buyerSelection .itemList .itemItem .itemItem__texts .itemItem__brand .itemItem__brandName._purple {
  color: #8765a6;
}
.buyerSelection .itemList .itemItem .itemItem__texts .itemItem__brand .itemItem__brandYomi {
  font-size: 12px;
  line-height: 1.5;
  font-weight: bold;
}
.buyerSelection .itemList .itemItem .itemItem__texts .itemItem__data {
  padding-right: 20px;
}
.buyerSelection .itemList .itemItem .itemItem__texts .itemItem__data .itemItem__dataWebicon {
  display: inline-block;
  width: 30px;
  vertical-align: middle;
}
.buyerSelection .itemList .itemItem .itemItem__texts .itemItem__data .itemItem__dataText {
  overflow-wrap: break-word;
  word-break: break-all;
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  display: inline;
}
.buyerSelection .itemList .itemItem .itemItem__texts .itemItem__data .itemItem__dataText._web::before {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  aspect-ratio: 47/24;
  background-image: url("../img/20251104_2025winter_bifuSelect_web.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  bottom: 0;
  right: -35px;
}
.buyerSelection .itemList .itemItem .itemItem__texts .itemItem__data .itemItem__note {
  font-size: 16px;
  line-height: 1.5;
}
.buyerSelection .itemList .itemItem .itemItem__texts .itemItem__data .itemItem__price p > span:first-child {
  display: none;
}
.buyerSelection .itemList .itemItem .itemItem__texts .itemItem__data .itemItem__price span.c-price__text__strong {
  font-weight: 400;
}
.buyerSelection .itemList .itemItem .itemItem__texts .itemItem__data .purchase {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 150px;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background: url("https://ecbo-origin.takashimaya.co.jp/include/beauty/special/columnmd/wn/img/ico_arrow.svg") no-repeat calc(100% - 10px) 50%/6px auto #5f79b7;
  /* background: url("../img/ico_arrow.svg") no-repeat calc(100% - 10px) 50% / 6px auto #e35d27; */
  color: white;
  font-size: 13px;
  font-weight: 700;
  transition: opacity 0.2s ease-in-out;
  margin-top: 10px;
  text-decoration: none;
  transition: opacity 0.25s;
}
@media (any-hover: hover) {
  .buyerSelection .itemList .itemItem .itemItem__texts .itemItem__data .purchase:hover {
    opacity: 0.7;
  }
}
.buyerSelection .itemList .itemItem .itemItem__texts .itemItem__data .purchase._blue {
  background: url("https://ecbo-origin.takashimaya.co.jp/include/beauty/special/columnmd/wn/img/ico_arrow.svg") no-repeat calc(100% - 10px) 50%/6px auto #5f79b7;
}
.buyerSelection .itemList .itemItem .itemItem__texts .itemItem__data .purchase._purple {
  background: url("https://ecbo-origin.takashimaya.co.jp/include/beauty/special/columnmd/wn/img/ico_arrow.svg") no-repeat calc(100% - 10px) 50%/6px auto #8765a6;
}
.buyerSelection .buyerHeading {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  position: relative;
  z-index: 10;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(to right, #c2efff 0%, #e8c9f6 100%);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 30%;
}
.buyerSelection .buyerHeading .buyerHeading__yosan {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #000000;
  height: 100%;
  width: 50px;
}
.buyerSelection .buyerHeading .buyerHeading__yosan span {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
.buyerSelection .buyerHeading .buyerHeading__price {
  font-size: 42px;
  line-height: 1.5;
}
.buyerSelection .notes {
  padding: 30px 0 20px;
}
.buyerSelection .notes ul {
  line-height: 1.8;
}
.buyerSelection .notes ul li {
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 480px) {
  .buyerSelection .notes {
    padding: 50px 0 0;
  }
  .buyerSelection .notes ul {
    line-height: 1.5;
  }
  .buyerSelection .notes ul li {
    font-size: 13px;
  }
}/*# sourceMappingURL=20251104_2025winter_bifuSelect_main.css.map */