:root {
  --choco-light: #f5f3ee;
  --choco-dark: #4f291d;
  --hezelnut: #f9f8ef;
  --orangepeel: #f1dac4;
  --pistachio: #d8eacb;
  --champagne: #f1edc4;
  --color-gray-900: #1d1d1f;
  --eyecatch-wrapper-height: 600px;
  --eyecatch-inner-height: 580px;
}
[data-aspect-ratio="344:191"]:before {
  padding-top: 55.52326%;
}
[data-aspect-ratio="26:31"]:before {
  padding-top: 119.23077%;
}
.justify-c {
  justify-content: center;
}
.sf-main .u-justifyContent_center {
  justify-content: center;
}
.sf-main .u-font_gothicMB-M {
  font-family: Gothic MB101 Medium, sans-serif;
}
.sf-main .u-lineHeight_150 {
  line-height: 150%;
}
.sf-main .u-lineHeight_160 {
  line-height: 160%;
}
.sf-main .u-lineHeight_180 {
  line-height: 180%;
}
.sf-main .u-bg_chocoLight {
  background-color: #f5f3ee;
  background-color: var(--choco-light, #f5f3ee);
}
.sf-main .u-bg_chocoDark {
  background-color: #4f291d;
  background-color: var(--choco-dark, #4f291d);
}
.sf-footer {
  margin-top: 0;
}
.sf-main_container {
  color: #1d1d1f;
  color: var(--color-gray-900, #1d1d1f);
}
@keyframes eyecatchImage-animation {
  0% {
    filter: blur(20px);
    opacity: 0;
  }
  to {
    filter: blur(0);
    opacity: 1;
  }
}
.eyecatchImage-fade.-hide {
  opacity: 0;
}
.eyecatchImage-fade.-show {
  animation-duration: 1.5s;
  animation-name: eyecatchImage-animation;
  animation-timing-function: ease;
}
.eyecatchImage-fade-delay.-hide {
  opacity: 0;
}
.eyecatchImage-fade-delay.-show {
  animation-duration: 1.8s;
  animation-name: eyecatchImage-animation;
  animation-timing-function: ease-in-out;
}
@keyframes eyecatchText-slideIn {
  0% {
    opacity: 0;
    transform: translateY(-10%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.eyecatchText-slide.-hide {
  opacity: 0;
}
.eyecatchText-slide.-show {
  animation-duration: 1.2s;
  animation-name: eyecatchText-slideIn;
  animation-timing-function: ease-in-out;
}
.anchor__head {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.anchor__headImage {
  min-width: 172px;
  width: 50%;
}
.anchor__headItem {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
}
.anchor__headItemImage {
  margin: 0 auto;
  max-width: 189px;
  width: 42.47191%;
}
.anchor__headItem:after {
  background: url(../img/ico-arrow20-down.svg) no-repeat 100% / contain;
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
}
.anchor__body {
  display: flex;
  flex-direction: row;
  gap: var(--space-h-s);
  width: 100%;
}
.anchor__bodyItem {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: var(--space-h-xxs);
  justify-content: space-between;
  width: calc(
    33.33333% - var(--space-h-s) * 11 / 12 * 4 + var(--space-h-s) * 3
  );
  padding-top: 0px;
  border: 1px solid #ebebec;
  border-top: none;
}
.anchor__bodyItemImage {
  width: 100%;
}
.sf-fixedAnchor_itemLink {
  color: #1d1d1f;
  color: var(--color-gray-900, #1d1d1f);
}
.lineup__container {
  gap: var(--space-v-s) var(--space-h-s);
}
.lineup__item {
  background-color: #fff;
  background-color: var(--color-white, #fff);
  border-radius: 4px;
  position: relative;
}
.lineup__bff .sf-simpleBff {
  display: block;
  height: 100%;
}
.lineup__bff [data-desktop-column="1"] .sf-simpleBff_products {
  height: 100%;
}
.lineup__bff .sf-simpleBff[data-desktop-column="1"] .sf-simpleBff_productsItem {
  height: 100%;
  width: 100%;
}
.lineup__bff .sf-simpleBff_productsItemButton {
  margin-top: var(--space-v-xxs);
}
.lineup__bff .sf-button.-medium {
  padding: 0;
}
.lineup__bff .sf-button.-primary {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #1d1d1f;
  color: var(--common-gray-900, #1d1d1f);
}
.lineup__bff .sf-button_text {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  justify-content: flex-end;
  transition: opacity 0.3s ease;
}
.lineup__bff .sf-button_text:hover {
  opacity: 0.7;
}
.lineup__bff .sf-button_text:before {
  background: url(../img/ico-cartin.svg) no-repeat 100% / contain;
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: 4px;
  top: 0;
  width: 20px;
}
.lineup__bff .-disable .sf-button_text:before {
  background: none;
}
.lineup__bff .sf-button.-disable {
  opacity: 1;
}
.lineup__bff .sf-simpleBff_productsItemHeading {
  font-size: 16px;
  font-weight: 700;
}
.lineup__bff .sf-simpleBff_productsItemPriceNum {
  font-size: 20px;
  margin: 0 var(--space-v-xxxxs);
}
.lineup__bff .sf-simpleBff_productsItemBody {
  margin: var(--space-v-xxxs) var(--space-h-xs) var(--space-v-s);
}
.lineup__bff .sf-simpleBff_productsItemHeading:after {
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-top: var(--space-v-xxxs);
}
.lineup__bff .sf-simpleBff_productsItemHeading:before {
  display: block;
  line-height: 150%;
  margin-bottom: var(--space-v-xxxs);
  padding: 4px 8px;
  text-align: center;
}
.lineup__bff .jan-4550512910268 .sf-simpleBff_productsItemHeading:before {
  background-color: #f9f8ef;
  background-color: var(--hezelnut, #f9f8ef);
  font-size: 12px;
}
.lineup__bff .jan-4550344259054 .sf-simpleBff_productsItemHeading:before {
  background-color: #f1dac4;
  background-color: var(--orangepeel, #f1dac4);
  font-size: 12px;
}
.lineup__bff .jan-4550344259061 .sf-simpleBff_productsItemHeading:before {
  background-color: #f5f5f5;
  background-color: var(--common-gray-100, #f5f5f5);
  font-size: 12px;
}
.lineup__bff .jan-4550344259078 .sf-simpleBff_productsItemHeading:before {
  background-color: #d8eacb;
  background-color: var(--pistachio, #d8eacb);
  font-size: 12px;
}
.lineup__bff .jan-4550344875223 .sf-simpleBff_productsItemHeading:before {
  background-color: #f1edc4;
  background-color: var(--champagne, #f1edc4);
  font-size: 12px;
}
.lineup__item--named {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.lineup__item--named .lineup__productBody {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}
.lineup__item--named .lineup__productHeading {
  margin: var(--space-v-xxxs) var(--space-h-xs) 0;
}
.lineup__item--named .lineup__bff .sf-simpleBff_productsItemBody {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  margin-top: var(--space-v-xxxs);
}
.lineup__item--named
  .lineup__bff
  .sf-simpleBff_productsItemHead
  .sf-u-imgAdjustBox,
.lineup__item--named .lineup__bff .sf-simpleBff_productsItemHeading {
  display: none;
}
.lineup__item--named .lineup__bff .sf-simpleBff,
.lineup__item--named .lineup__bff .sf-simpleBff_productsItemHead {
  position: static;
}
.lineup__item--named .lineup__bff .sf-simpleBff .sf-simpleBff_productsItemHead {
  width: 0;
}
.lineup__item--named .lineup__bff .sf-simpleBff_productsItemBadge {
  left: var(--space-h-xxs);
  top: var(--space-v-xxxs);
  z-index: 3;
}
.details__container {
  align-items: center;
  gap: calc(8.33333% - var(--space-h-s) * 11 / 12 * 1 + var(--space-h-s) * 2);
  justify-content: center;
}
.details__description {
  margin-top: 10px;
}

.compare_inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 708px;
}

.comment__heading {
  font-size: 16px;
}
.comment__container {
  display: flex;
  gap: var(--space-h-s);
  justify-content: center;
  margin: var(--space-v-xs) auto 0;
  width: calc(
    83.33333% - var(--space-h-s) * 11 / 12 * 10 + var(--space-h-s) * 9
  );
}
.comment__items {
  display: flex;
  gap: 16px 20px;
  margin-top: 28px;
}

.comment__item {
  align-items: center;
  background: #fff;
  border-radius: 4px;
  display: flex;
  flex: 1;
  gap: 12px;
  padding: 20px 16px 20px 20px;
}

.comment__icon {
  height: auto;
  width: 40px;
}

.comment__icon img {
  max-width: 100%;
}

.comment__text {
  flex: 1;
  height: 100%;
}

.comment__desc {
  line-height: 1.8;
}

.comment__image {
  max-width: 40px;
}
.commitment__heading {
  font-size: 24px;
}
.commitment__container {
  display: flex;
  gap: var(--space-h-s);
  margin-left: auto;
  margin-right: auto;
  width: calc(
    83.33333% - var(--space-h-s) * 11 / 12 * 10 + var(--space-h-s) * 9
  );
}
.commitment__item {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  width: calc(100% - var(--space-h-s)) / 2;
}

.compare_block-body {
  display: flex;
}

.compare_block-item {
  flex: 1;
  padding: 20px;
}

.compare_block-img {
  margin-left: auto;
  margin-right: auto;
  max-width: 131px;
}

.compare_block-img img {
  width: 100%;
}

.more__button {
  color: #3c3c43;
  border: 1px solid var(--color-gray-800);
  margin-top: 72px;
  transition: background-color 0.3s ease-out;
}
.more__button,
.more__button.sf-button:hover {
  background-color: #f5f5f5;
  background-color: var(--color-gray-100);
}
.more__button.sf-button:hover {
  opacity: 0.9;
}
.season__heading {
  font-size: 32px;
}
.season__description {
  font-size: 16px;
}
.season__annotation {
  font-size: 14px;
}
.calendar__container {
  align-items: stretch;
  border: 1px solid #ebebec;
  border: 1px solid var(--common-gray-200, #ebebec);
  display: flex;
}
.calendar__item {
  background-color: #fff;
  background-color: var(--common-white, #fff);
  max-width: 100%;
  padding: 12px 9px;
  width: 11.11111%;
}
.calendar__item:not(:last-of-type) {
  border-right: 1px solid #ebebec;
  border-right: 1px solid var(--common-gray-200, #ebebec);
}
.month__content:not(:first-of-type) {
  margin-top: 12px;
}
.month__detail {
  border: 1px solid #3c3c43;
  border: 1px solid var(--common-gray-800, #3c3c43);
  border-radius: 4px;
  display: block;
  font-size: 10px;
  margin-top: 8px;
  padding: 8px;
  text-align: center;
  transition: background-color 0.3s ease-out;
  width: 100%;
}
.month__detail:hover {
  background-color: #f5f5f5;
  background-color: var(--color-gray-100, #f5f5f5);
}
.month__detailInner {
  align-items: flex-start;
  display: inline-flex;
  justify-content: center;
  position: relative;
}
.month__detailInner:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
  width: 8px;
}
.month__annotation {
  font-size: 10px;
}
.eyecatch__heading {
  font-size: 40px;
  letter-spacing: 0.15em;
  line-height: 160%;
  white-space: nowrap;
  writing-mode: vertical-rl;
}
.cacaotruffle .eyecatch__heading {
  text-shadow: hsla(75, 6%, 87%, 0.8) 0 0 20px;
}
.fruits .eyecatch__heading {
  text-shadow: rgba(255, 238, 215, 0.8) 0 0 20px;
}
.ingredient .eyecatch__heading {
  text-shadow: hsla(38, 35%, 85%, 0.8) 0 0 20px;
}
.baked .eyecatch__heading {
  text-shadow: hsla(31, 73%, 77%, 0.3) 0 0 20px;
}
.eyecatch .pickup {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.pickup__inner {
  max-width: 435px;
}
.pickup__description {
  margin-bottom: 28px;
}
.pickup__productContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 28px;
}
.pickup__productItem {
  display: flex;
  gap: var(--space-h-xxs);
  max-width: 355px;
  width: 100%;
}
.pickup__productHead {
  margin: 0 auto;
  max-width: 117px;
  width: 100%;
}
.pickup__productBody {
  align-self: stretch;
  justify-content: space-between;
  width: 100%;
}
.pickup__productBody,
.pickup__productHeading {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}
.pickup__productHeading {
  text-align: right;
}
.pickup__productSubHeading {
  display: block;
  text-align: right;
}
.pickup .pickup__productItem {
  position: relative;
}
.pickup__bff .sf-simpleBff[data-desktop-column="1"] .sf-simpleBff_productsItem,
.pickup__bff
  .sf-simpleBff[data-product-type="column"]
  .sf-simpleBff_productsItemBody {
  width: 100%;
}
.pickup__bff
  .sf-simpleBff[data-product-type="column"]
  .sf-simpleBff_productsItemPrice {
  text-align: right;
}
.pickup__bff .sf-simpleBff,
.pickup__bff .sf-simpleBff_productsItemHead {
  position: static;
}
.pickup__bff
  .sf-simpleBff[data-product-type="column"]
  .sf-simpleBff_productsItemHead {
  width: 0;
}
.pickup__bff .sf-simpleBff_productsItemBadge {
  left: 0;
  top: 0;
}
.pickup__bff
  .sf-simpleBff[data-product-type="column"]
  .sf-simpleBff_productsItemHead
  .sf-u-imgAdjustBox,
.pickup__bff .sf-simpleBff_productsItemHeading {
  display: none;
}
.pickup__bff
  .sf-simpleBff[data-product-type="column"]
  .sf-simpleBff_productsItemPriceNum {
  font-size: 24px;
  margin: 0 var(--space-v-xxxxs);
}
.pickup__bff .sf-simpleBff_productsItemButton {
  margin-top: var(--space-v-xxxxs);
}
.pickup__bff .sf-button.-medium {
  padding: 0;
}
.pickup__bff .sf-simpleBff_productsItemDetail {
  margin-top: 0;
}
.pickup__bff .sf-button.-primary {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #1d1d1f;
  color: var(--common-gray-900, #1d1d1f);
}
.pickup__bff .sf-button_text {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  transition: opacity 0.3s ease;
}
.pickup__bff .sf-button_text:hover {
  opacity: 0.7;
}
.pickup__bff .sf-button_text:before {
  background: url(../img/ico-cartin.svg) no-repeat 100% / contain;
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: 4px;
  top: 0;
  width: 20px;
}
.pickup__bff .-disable .sf-button_text:before {
  background: none;
}
.pickup__bff .sf-button.-disable {
  opacity: 1;
}
.jan-4550512891864 .sf-simpleBff_productsItemBadge {
  display: none;
}

[data-item-length="2"]
  .sf-simpleBff[data-desktop-column]
  .sf-simpleBff_productsItem,
.products__lineup[data-item-length="3"]
  .sf-simpleBff[data-desktop-column]
  .sf-simpleBff_productsItem,
.products__lineup[data-item-length="4"]
  .sf-simpleBff[data-desktop-column]
  .sf-simpleBff_productsItem {
  align-items: center;
  margin-right: 0;
}
.products__lineup[data-item-length="2"]
  .sf-simpleBff[data-desktop-column]
  .sf-simpleBff_productsItemColorChips,
.products__lineup[data-item-length="3"]
  .sf-simpleBff[data-desktop-column]
  .sf-simpleBff_productsItemColorChips,
.products__lineup[data-item-length="4"]
  .sf-simpleBff[data-desktop-column]
  .sf-simpleBff_productsItemColorChips {
  margin-bottom: 8px;
  padding: 0;
}
.products__lineup[data-item-length="2"]
  .sf-simpleBff[data-desktop-column]
  .sf-simpleBff_productsItemDetail,
.products__lineup[data-item-length="3"]
  .sf-simpleBff[data-desktop-column]
  .sf-simpleBff_productsItemDetail,
.products__lineup[data-item-length="4"]
  .sf-simpleBff[data-desktop-column]
  .sf-simpleBff_productsItemDetail {
  margin-top: 0;
}
.products__lineup[data-item-length="2"]
  .sf-simpleBff[data-desktop-column]
  .sf-simpleBff_productsItem
  .sf-simpleBff_productsItemHeading {
  font-size: 14px;
}
.products__lineup[data-item-length="2"]
  .sf-simpleBff[data-desktop-column]
  .sf-simpleBff_productsItem
  .sf-simpleBff_productsItemColorChip {
  height: 20px;
  width: 20px;
}
.products__lineup[data-item-length="2"]
  .sf-simpleBff[data-desktop-column]
  .sf-simpleBff_productsItem
  .sf-simpleBff_productsItemPriceNum {
  font-size: 16px;
}
.products__lineup[data-item-length="3"]
  .sf-simpleBff[data-desktop-column]
  .sf-simpleBff_productsItemPriceNum {
  font-size: 20px;
}
.products__lineup[data-item-length="4"]
  .sf-simpleBff[data-desktop-column]
  .sf-simpleBff_productsItemPriceNum {
  font-size: 20px;
}

.justify-content-c {
  justify-content: center;
}
.font-weight_normal {
  font-weight: normal;
}

.towelSizeImg {
  margin: 32px auto;
  text-align: center;
}

.towelSizeImg img {
  width: 100%;
}

.care_step {
  padding-top: 12px;
}

.care_step-icon {
  margin: 4px auto 0;
  width: 64px;
}

.care_step-icon img {
  max-width: 100%;
}

.care_step-text {
  margin-top: 20px;
}

.care_step-desc {
  line-height: 1.8;
}

.care_step-annotation {
  display: block;
  font-size: 12px;
  margin-top: 8px;
  padding-left: 1em;
  position: relative;
}

.care_step-annotation:before {
  content: "※";
  left: 0;
  position: absolute;
  top: 0;
}

.care_steps-bottom {
  align-items: center;
  display: flex;
  gap: 29px;
  justify-content: center;
  margin-top: 20px;
}

.care_steps-bottom .swiper-button {
  height: 16px;
  margin-top: 0;
  position: relative;
  width: 16px;
}

.care_steps-bottom .swiper-button:after {
  content: none;
}

.care_steps-bottom .swiper-button-prev {
  background: url(../img/slide-arrow-left.png) no-repeat 50% / contain;
}

.care_steps-bottom .swiper-button-next {
  background: url(../img/slide-arrow-right.png) no-repeat 50% / contain;
}

.care_steps-bottom .swiper-pagination.swiper-pagination-bullets {
  bottom: auto;
  display: inline-block;
  left: auto;
  line-height: 4px;
  position: relative;
  width: auto;
}

.care_steps-bottom
  .swiper-pagination.swiper-pagination-bullets
  .swiper-pagination-bullet {
  background: var(--color-gray-400);
  height: 6px;
  margin: 0 6px;
  opacity: 1;
  position: relative;
  vertical-align: middle;
  width: 6px;
}

.care_steps-bottom
  .swiper-pagination.swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-gray-800);
}

.care_steps-bottom
  .swiper-pagination.swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  border: 1px solid var(--color-gray-800);
  border-radius: 10px;
  content: "";
  display: block;
  height: 10px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
}

.change_comments {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  justify-content: center;
}

.change_comment {
  width: calc(50% - 10px);
}

.change_closing {
  line-height: 1.8;
}

.swiper-slide {
  flex-shrink: inherit !important;
}
.swiperItem {
  width: 100% !important;
}

.careList {
  display: flex;
  gap: 20px;
}
.careList .careItem {
  width: 33%;
  padding: 20px;
}

@media screen and (min-width: 751px) {
  [data-desktop-aspect-ratio="903:508"]:before {
    padding-top: 56.25692%;
  }
  [data-desktop-aspect-ratio="445:226"]:before {
    padding-top: 50.78652%;
  }
  [data-desktop-aspect-ratio="189:106"]:before {
    padding-top: 56.08466%;
  }
  [data-desktop-aspect-ratio="284:132"]:before {
    padding-top: 46.47887%;
  }
  [data-desktop-aspect-ratio="355:150"]:before {
    padding-top: 42.25352%;
  }
  .sf-main_container {
    padding-bottom: 154px;
  }
  .anchor {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    /* width: 890px; */
  }
  .anchor__head {
    transition: 0.3s ease;
  }
  .anchor__head:hover {
    cursor: pointer;
    transform: translateY(8px);
  }
  .anchor__headHeading {
    font-size: 22px;
  }
  .anchor__bodyItem {
    transition: 0.3s ease;
  }
  .anchor__bodyItem:hover {
    cursor: pointer;
    transform: translateY(8px);
  }
  .anchor__bodyItem:after {
    background: url(../img/ico-arrow20-down.svg) no-repeat 100% / contain;
    content: "";
    display: inline-block;
    height: 16px;
    width: 16px;
  }
  .sf-fixedAnchor .fixedAnchor-only_mobile {
    display: none;
  }
  .lineup__item {
    transition: 0.3s ease;
  }
  .lineup__item:hover {
    cursor: pointer;
    transform: translateY(8px);
  }
  .month__head {
    padding-bottom: 12px;
  }
  .eyecatch__wrapper {
    margin: 0 auto;
    max-width: 1280px;
    min-height: 600px;
    min-height: var(--eyecatch-wrapper-height, 600px);
    position: relative;
  }
  .eyecatch__wrapper:nth-of-type(n + 2) {
    margin-top: 64px;
    min-height: 580px;
    min-height: var(--eyecatch-inner-height, 580px);
  }
  .eyecatch__wrapper:nth-of-type(n + 2) .eyecatch__image,
  .eyecatch__wrapper:nth-of-type(n + 2) .pickup {
    margin-top: 0;
  }
  .eyecatch__inner {
    min-height: 600px;
    min-height: var(--eyecatch-wrapper-height, 600px);
    position: relative;
    width: 100%;
    z-index: 2;
  }
  .eyecatch__image,
  .eyecatch__inner:nth-of-type(n + 2) {
    min-height: 580px;
    min-height: var(--eyecatch-inner-height, 580px);
  }
  .eyecatch__image {
    position: absolute;
    width: 100%;
  }
  .--reverse .eyecatch__image {
    right: 0;
  }
  .eyecatch__image .sf-u-imgAdjustBox {
    height: 100%;
    position: absolute;
  }
  .eyecatch__image .sf-u-img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 100% 100%;
    object-position: 100% 100%;
  }
  .--reverse .eyecatch__image .sf-u-img {
    -o-object-position: 0 100%;
    object-position: 0 100%;
  }
  .eyecatch__textBox {
    align-items: flex-start;
    display: flex;
    flex-flow: row nowrap;
    gap: 55px;
    position: relative;
    width: 100%;
  }
  .--reverse .eyecatch__textBox {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .eyecatch__heading {
    margin-left: -12px;
  }
  .--reverse .eyecatch__heading {
    margin-left: 0;
    margin-right: -12px;
  }
  .eyecatch__description {
    max-width: 890px;
  }
  .eyecatch .pickup {
    margin-top: 86px;
    min-height: 580px;
    min-height: var(--eyecatch-inner-height, 580px);
    position: absolute;
    right: 20px;
    top: 0;
  }
  .eyecatch .--reverse .pickup {
    left: 20px;
    right: auto;
  }
  .pickup__productItem:first-child:nth-last-child(2),
  .pickup__productItem:first-child:nth-last-child(2) ~ * {
    flex-direction: column;
    width: calc(50% - 14px);
  }
  .pickup__productItem:first-child:nth-last-child(2) .pickup__productHeading,
  .pickup__productItem:first-child:nth-last-child(2)
    ~ *
    .pickup__productHeading {
    text-align: left;
  }

  .products__lineup {
    order: 2;
    width: 100%;
  }
  .products__lineup[data-item-length="2"]
    .sf-simpleBff[data-desktop-column]
    .sf-simpleBff_products,
  .products__lineup[data-item-length="3"]
    .sf-simpleBff[data-desktop-column]
    .sf-simpleBff_products,
  .products__lineup[data-item-length="4"]
    .sf-simpleBff[data-desktop-column]
    .sf-simpleBff_products {
    gap: 24px;
  }
  .products__lineup[data-item-length="2"] .sf-simpleBff[data-desktop-column] {
    margin-left: auto;
    margin-right: auto;
    max-width: 956px;
  }
  .products__lineup[data-item-length="2"]
    .sf-simpleBff[data-desktop-column]
    .sf-simpleBff_productsItem {
    width: calc(50% - 12px);
  }
  .products__lineup[data-item-length="2"]
    .sf-simpleBff[data-desktop-column]
    .sf-simpleBff_productsItem
    .sf-simpleBff_productsItemBody,
  .products__lineup[data-item-length="2"]
    .sf-simpleBff[data-desktop-column]
    .sf-simpleBff_productsItem
    .sf-simpleBff_productsItemHead {
    width: 50%;
  }
  .products__lineup[data-item-length="2"]
    .sf-simpleBff[data-desktop-column]
    .sf-simpleBff_productsItem
    .sf-simpleBff_productsItemBody {
    padding: 0 10px;
  }
  .products__lineup[data-item-length="3"] .sf-simpleBff[data-desktop-column] {
    margin-left: auto;
    margin-right: auto;
    max-width: 711px;
  }
  .products__lineup[data-item-length="3"]
    .sf-simpleBff[data-desktop-column]
    .sf-simpleBff_productsItem {
    display: block;
    width: calc(33.33333% - 16px);
  }
  .products__lineup[data-item-length="3"]
    .sf-simpleBff[data-desktop-column]
    .sf-simpleBff_productsItemBody,
  .products__lineup[data-item-length="3"]
    .sf-simpleBff[data-desktop-column]
    .sf-simpleBff_productsItemHead {
    width: 100%;
  }
  .products__lineup[data-item-length="3"]
    .sf-simpleBff[data-desktop-column]
    .sf-simpleBff_productsItemBody {
    padding: 20px 24px 24px;
  }

  .products__lineup[data-item-length="4"] .sf-simpleBff[data-desktop-column] {
    margin-left: auto;
    margin-right: auto;
    /* max-width: 711px; */
  }
  .products__lineup[data-item-length="4"]
    .sf-simpleBff[data-desktop-column]
    .sf-simpleBff_productsItem {
    display: block;
    width: calc(24% - 16px);
  }
  .products__lineup[data-item-length="4"]
    .sf-simpleBff[data-desktop-column]
    .sf-simpleBff_productsItemBody,
  .products__lineup[data-item-length="4"]
    .sf-simpleBff[data-desktop-column]
    .sf-simpleBff_productsItemHead {
    width: 100%;
  }
  .products__lineup[data-item-length="4"]
    .sf-simpleBff[data-desktop-column]
    .sf-simpleBff_productsItemBody {
    padding: 20px 20px 24px;
  }
  .compare_block {
    display: flex;
  }

  .compare_block + .compare_block .compare_block-heading {
    border-top: 2px solid #fff;
  }

  .compare_block + .compare_block .compare_block-body {
    border-top: 2px solid var(--color-gray-100);
  }

  .compare_block-heading {
    background: var(--color-gray-100);
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    padding: 12px 20px;
    text-align: center;
    width: 162px;
  }

  .compare_block-body {
    flex: 1;
    gap: 20px;
    padding-left: 20px;
  }

  .compare_block-item {
    padding: 20px 0;
  }

  .care_steps .swiper-wrapper {
    display: flex;
    gap: 20px;
  }

  .care_step {
    flex: 1;
    padding: 20px;
  }

  .care_step-icon {
    margin-top: 8px;
    width: 60px;
  }

  .care_step-text {
    margin-top: 45px;
  }

  .change_comments {
    gap: 20px;
  }
  .change_comment {
    max-width: 162px;
  }
}
@media screen and (max-width: 1072px) and (min-width: 751px) {
  .eyecatch .pickup {
    right: 0;
  }
  .eyecatch .--reverse .pickup {
    left: 0;
  }
}
@media screen and (max-width: 750px) {
  [data-mobile-aspect-ratio="375:93"]:before {
    padding-top: 24.8%;
  }
  [data-mobile-aspect-ratio="344:150"]:before {
    padding-top: 43.60465%;
  }
  [data-mobile-aspect-ratio="172:80"]:before {
    padding-top: 46.51163%;
  }
  .sf-breadcrumbs {
    background-color: #f5f3ee;
    background-color: var(--choco-light, #f5f3ee);
    margin-top: 0;
    padding-bottom: var(--space-v-xl);
    padding-top: var(--space-v-xxxl);
    width: 100%;
  }
  .anchor__headItem {
    max-width: 139px;
  }
  .anchor__headItem:after {
    margin-left: auto;
    margin-right: auto;
  }
  .anchor__head {
    gap: var(--space-h-xs);
  }
  .anchor__headItem {
    align-items: flex-start;
    gap: 8px;
    justify-content: center;
  }
  .anchor__headImage {
    max-width: 50%;
    min-width: 50%;
    width: 172px;
  }
  .anchor__headHeading {
    font-size: 18px;
  }
  .anchor__headSubHeading {
    font-size: 12px;
  }
  .anchor__body {
    flex-direction: column;
    gap: 2px;
    margin-top: 2px;
  }
  .anchor__bodyItem {
    flex-direction: row;
    gap: var(--space-h-xs);
    justify-content: flex-start;
    padding-bottom: var(--space-v-s);
    padding-top: var(--space-v-s);
    width: 100%;
  }
  .anchor__bodyItemImage {
    width: 50%;
  }
  .anchor__bodyHeading {
    display: flex;
    flex-direction: column;
    font-size: 10px;
    max-width: 50%;
    width: 139px;
  }
  .anchor__bodyHeading:after {
    background: url(../img/ico-arrow20-down.svg) no-repeat 100% / contain;
    content: "";
    display: inline-block;
    height: 16px;
    margin: var(--space-v-xxs) auto 0;
    width: 16px;
  }
  .anchor__bodySubHeading {
    font-size: 14px;
  }
  .sf-fixedAnchor .fixedAnchor-only_mobile {
    display: inline-block;
  }
  .lineup__container {
    gap: var(--space-v-xxxs) var(--space-h-xxxs);
  }
  .lineup__item {
    width: calc((100% - var(--space-h-xxxs)) / 2);
  }
  .lineup__bff .sf-simpleBff_productsItemHeading {
    font-size: 14px;
  }
  .lineup__bff .sf-simpleBff_productsItemDetail {
    margin-top: 0;
  }
  .lineup__bff .sf-simpleBff_productsItemHeading:after {
    font-size: 12px;
    line-height: 160%;
  }
  .lineup__item--named .lineup__productHeading {
    font-size: 14px;
  }
  .comment__container {
    flex-direction: column;
    width: 100%;
  }
  .comment__item {
    width: 100%;
  }
  .commitment__heading {
    font-size: 22px;
  }
  .commitment__container {
    flex-direction: column;
    gap: var(--space-v-xl);
    width: 100%;
  }
  .more__button {
    margin-top: var(--space-v-xxxxl);
  }
  .season__heading {
    font-size: 22px;
  }
  .season__description {
    font-size: 18px;
  }
  .season__annotation {
    font-size: 12px;
  }
  .calendar__container {
    border: 0;
    border-bottom: 1px solid #ebebec;
    border-bottom: 1px solid var(--common-gray-200, #ebebec);
    border-top: 1px solid #ebebec;
    border-top: 1px solid var(--common-gray-200, #ebebec);
    flex-direction: column;
  }
  .calendar__item:not(:last-of-type) {
    border: 0;
    border-bottom: 1px solid #ebebec;
    border-bottom: 1px solid var(--common-gray-200, #ebebec);
  }
  .calendar__item {
    display: flex;
    padding: 8px 16px;
    width: 100%;
  }
  .month__content:not(:first-of-type) {
    margin-top: 8px;
  }
  .month__head {
    margin-right: 16px;
    min-height: 120px;
    min-width: 46px;
    padding-top: 48.8px;
    text-align: center;
  }
  .month__body {
    width: 100%;
  }
  .month__content {
    align-items: center;
    display: flex;
    width: 100%;
  }
  .month__image {
    width: 120px;
  }
  .month__text {
    flex: 1;
    padding-left: 12px;
  }
  .month__detail {
    font-size: 12px;
    margin-top: 5px;
    width: 100%;
  }
  .eyecatch__wrapper {
    position: relative;
  }
  .eyecatch__wrapper:nth-of-type(2) {
    margin-top: 24px;
  }
  .eyecatch__wrapper:nth-of-type(2) .eyecatch__image {
    padding-top: 0;
  }
  .eyecatch__inner {
    width: 100%;
  }
  .eyecatch__image {
    padding-top: 78px;
    position: relative;
    width: 100%;
  }
  .eyecatch__heading {
    font-size: 28px;
    left: 8px;
    line-height: 157.14286%;
    position: absolute;
    top: 0;
  }
  .--reverse .eyecatch__heading {
    left: 0;
    position: absolute;
    right: 8px;
  }
  .eyecatch__description {
    font-size: 12px;
    margin-right: var(--space-h-xs);
    position: absolute;
    right: 0;
    top: 0;
    width: 64.8%;
  }
  .--reverse .eyecatch__description {
    left: 0;
    margin-left: var(--space-h-xs);
    margin-right: 0;
    right: auto;
  }
  .eyecatch .pickup {
    margin-left: var(--space-h-xs);
    margin-right: var(--space-h-xs);
    margin-top: -60px;
    position: relative;
    z-index: 2;
  }
  .pickup__inner {
    max-width: 100%;
    padding: 32px 28px;
    width: 100%;
  }
  .pickup__productItem {
    max-width: 100%;
  }
  .products__lineup {
    margin-top: 40px;
  }
  .products__lineup[data-item-length="2"]
    .sf-simpleBff[data-desktop-column]
    .sf-simpleBff_productsItem,
  .products__lineup[data-item-length="3"]
    .sf-simpleBff[data-desktop-column]
    .sf-simpleBff_productsItem,
  .products__lineup[data-item-length="4"]
    .sf-simpleBff[data-desktop-column]
    .sf-simpleBff_productsItem {
    gap: 15px;
  }
  .products__lineup[data-item-length="2"]
    .sf-simpleBff[data-desktop-column]
    .sf-simpleBff_productsItem
    + .sf-simpleBff_productsItem,
  .products__lineup[data-item-length="3"]
    .sf-simpleBff[data-desktop-column]
    .sf-simpleBff_productsItem
    + .sf-simpleBff_productsItem,
  .products__lineup[data-item-length="4"]
    .sf-simpleBff[data-desktop-column]
    .sf-simpleBff_productsItem
    + .sf-simpleBff_productsItem {
    margin-top: 24px;
  }
  .products__lineup[data-item-length="2"]
    .sf-simpleBff[data-desktop-column]
    .sf-simpleBff_productsItemBody,
  .products__lineup[data-item-length="2"]
    .sf-simpleBff[data-desktop-column]
    .sf-simpleBff_productsItemHead,
  .products__lineup[data-item-length="3"]
    .sf-simpleBff[data-desktop-column]
    .sf-simpleBff_productsItemBody,
  .products__lineup[data-item-length="3"]
    .sf-simpleBff[data-desktop-column]
    .sf-simpleBff_productsItemHead,
  .products__lineup[data-item-length="4"]
    .sf-simpleBff[data-desktop-column]
    .sf-simpleBff_productsItemBody,
  .products__lineup[data-item-length="4"]
    .sf-simpleBff[data-desktop-column]
    .sf-simpleBff_productsItemHead {
    width: calc(50% - 7.5px);
  }
  .products__lineup[data-item-length="2"]
    .sf-simpleBff[data-desktop-column]
    .sf-simpleBff_productsItemHeading,
  .products__lineup[data-item-length="3"]
    .sf-simpleBff[data-desktop-column]
    .sf-simpleBff_productsItemHeading,
  .products__lineup[data-item-length="4"]
    .sf-simpleBff[data-desktop-column]
    .sf-simpleBff_productsItemHeading {
    font-size: 14px;
  }
  .products__lineup[data-item-length="2"]
    .sf-simpleBff[data-desktop-column]
    .sf-simpleBff_productsItemColorChips,
  .products__lineup[data-item-length="3"]
    .sf-simpleBff[data-desktop-column]
    .sf-simpleBff_productsItemColorChips,
  .products__lineup[data-item-length="4"]
    .sf-simpleBff[data-desktop-column]
    .sf-simpleBff_productsItemColorChips {
    flex-grow: 0;
  }
  .products__lineup[data-item-length="2"]
    .sf-simpleBff[data-desktop-column]
    .sf-simpleBff_productsItemColorChip,
  .products__lineup[data-item-length="3"]
    .sf-simpleBff[data-desktop-column]
    .sf-simpleBff_productsItemColorChip,
  .products__lineup[data-item-length="4"]
    .sf-simpleBff[data-desktop-column]
    .sf-simpleBff_productsItemColorChip {
    height: 20px;
    width: 20px;
  }
  .products__lineup[data-item-length="2"]
    .sf-simpleBff[data-desktop-column]
    .sf-simpleBff_productsItemPriceNum,
  .products__lineup[data-item-length="3"]
    .sf-simpleBff[data-desktop-column]
    .sf-simpleBff_productsItemPriceNum,
  .products__lineup[data-item-length="4"]
    .sf-simpleBff[data-desktop-column]
    .sf-simpleBff_productsItemPriceNum {
    font-size: 16px;
  }

  .comment__items {
    flex-direction: column;
    margin-top: 20px;
  }

  .comment__item:nth-of-type(odd) {
    flex-direction: row-reverse;
  }

  .compare_block + .compare_block {
    margin-top: 20px;
  }

  .compare_block-heading {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    text-align: center;
  }

  .compare_block-heading span {
    background: #fff;
    display: inline-block;
    padding: 0 16px;
  }

  .compare_block-heading:before {
    background: var(--color-gray-400);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: -1;
  }

  .change_comment:nth-of-type(2) {
    margin-top: 12px;
  }

  .careList {
    display: block;
    gap: 20px;
  }

  .careList .careItem {
    width: 100%;
    padding: 10px;
    margin-bottom: 40px;
  }
  .change_comment:nth-of-type(2) {
    margin-top: 12px;
  }
}
