.main .fr-body {
  margin-bottom: 0;
}

.fr-stepFlow_item.-noPadding {
  padding-top: 0;
  padding-bottom: 0;
}

.swiper-container.-noPadding {
  padding-bottom: 0;
}

.fr-anchorButton_itemLink {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: center;
  font-size: 12px;
  line-height: 1.5;
  min-height: 71px;
  padding: var(--sp-v-m) var(--sp-h-05g);
  text-align: center;
}

.fr-contentsCard {
  margin-left: 4vw;
  margin-right: 4vw;
}

.fr-body-subtitle {
  text-align: left;
  margin-right: 4vw;
  margin-left: 4vw;
}

.fixedAnchor.is-fixed {
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  margin-top: 0;
  transition: margin-top 0.3s;
  z-index: 11;
}

.fixedAnchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  margin-top: -71px;
  flex-wrap: nowrap;
  border-width: 0 0 1px 1px;
  width: 100%;
  transition: margin-top 0.3s;
  min-height: 71px;
}

.fixedAnchor_item:first-child {
  border-left: 1px solid #dadada;
}

.fixedAnchor_item.-oneThird {
  width: 33.333%;
}

.fixedAnchor_item {
  border-top: 1px solid #dadada;
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  width: 25%;
  height: 71px;
  background: #fff;
  min-height: 71px;
  cursor: pointer;
}

.fixedAnchor_itemLink[data-anchor-current="true"] {
  border-bottom-color: #1b1b1b;
}

.fixedAnchor_itemLink {
  font-size: 12px;
  border-bottom: 4px solid transparent;
}

.fixedAnchor_itemLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 15.6px;
  border-bottom: 2px solid transparent;
  font-weight: bold;
}

.pickupItems:not(:first-of-type) {
  margin-top: 36px;
}

.section_styling .swiper-container {
  padding-bottom: 0;
}

.fr-stepFlow_number {
  font-family: UniqloPro Bold, sans-serif;
}

.main_product_exp {
  display: flex;
  justify-content: center;
}

.main_product_img {
  width: 50%;
}

.main_product_lead {
  font-size: 13px;
  line-height: 1.5em;
  width: 42%;
  margin-left: 4vw;
  margin-right: 4vw;
}

.pickupItems_copy {
  text-align: center;
}

.pickupItems_annotation {
  font-size: 11px;
  color: #7d7d7d;
}

.fr-linkButton.-forBreaks {
  line-height: unset;
  padding-top: 12px;
  padding-bottom: 12px;
}

@media screen and (min-width: 813px) {
  a:hover:not(.fr-tabs_itemLink), a:hover img, a:hover p, a[href]:not(.fr-tabs_itemLink):hover, a[href]:hover img, a[data-link]:hover, a[data-link]:hover img, .fr-video:hover {
    cursor: pointer;
    opacity: 0.8;
    text-decoration: none;
  }

  .fixedAnchor {
    max-width: 1228px;
    padding: 0 24px;
    min-height: 82px;
    margin-top: -82px;
  }
  .fr-stepFlow .fr-heading {
    flex: initial;
  }
  .fr-stepFlow_itemInner {
    justify-content: center;
  }
  .pickupItem {
    max-width: 876px;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .pickupItems:nth-of-type(even) .pickupItem {
    flex-direction: row-reverse;
  }
  .pickupItem_kv {
    width: calc((450 / 876) * 100%);
  }
  .pickupItem_product {
    width: calc((276 / 876) * 100%);
    margin-right: 0;
    margin-left: calc((150 / 876) * 100%);
  }
  .pickupItems:not(:first-of-type) {
    margin-top: 52px;
  }
  .section_styling .swiper-container {
    padding-bottom: 28px;
  }
  .pickupItem_product [data-component-type=ProductGridStyling] .fr-bff-product_content {
    margin-left: 0;
    margin-top: 12px;
  }
  .related_item_bff .fr-heading, .section_styling .fr-heading {
    text-align: center;
  }
  .main_product_exp {
    flex-direction: column;
    align-items: center;
    justify-content: initial;
  }
  .main_product_lead {
    margin-left: 0;
    margin-right: 0;
  }
  .main_product_img, .main_product_lead {
    width: calc((234 / 426) * 100%);
    min-width: 200px;
  }

  .pickupItems_annotation {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    font-size: 11px;
    color: #7d7d7d;
  }

  .lineup_image {
    max-width: 578px;
    margin-left: auto;
    margin-right: auto;
  }

  .anchor {
    max-width: 876px;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #dadada;
  }

  .anchor_size {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 40px;
  }

  .anchor_size_text {
    font-size: 17px;
    font-weight: bold;
  }

  .anchor_size_arrow_wrap {
    flex-grow: 1;
    padding: 0 48px;
  }

  .anchor_size_arrow {
    position: relative;
    width: 100%;
    height: 14px;
    background: linear-gradient(to right, #696969 20%, #cbcbcb 80%);
  }

  .anchor_size_arrow::before,
  .anchor_size_arrow::after {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    transform: translateY(-50%);
    width: 27px;
    height: 34px;
    border-style: solid;
    border-top-width: 17px;
    border-bottom-width: 17px;
    border-top-color: transparent;
    border-bottom-color: transparent;
  }

  .anchor_size_arrow::before {
    left: -27px;
    border-right-color: #696969;
    border-left-color: transparent;
    border-right-width: 27px;
    border-left-width: 0;
  }

  .anchor_size_arrow::after {
    right: -27px;
    border-right-color: transparent;
    border-left-color: #cbcbcb;
    border-right-width: 0;
    border-left-width: 27px;
  }

  .anchor_list {
    display: flex;
    border-top: solid 1px #dadada;
  }

  .anchor_item {
    width: calc((100% - 5px) / 6);
    box-sizing: unset;
  }

  .anchor_item:nth-child(n+2) {
    border-left: solid 1px #dadada;
  }

  .-men .anchor_item {
    width: calc((100% - 5px) / 5);
  }

  .anchor_item a {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .anchor_item_title {
    display: flex;
    align-items: center;
    //flex-grow: 1;
    padding: 16px;
    border-top: solid 1px #dadada;
    font-size: 17px;
    font-weight: bold;
  }

  .pickupItems_feature_title {
    font-size: 23px;
    text-align: center;
  }

  .pickupItems_feature_list {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }

  .pickupItems_feature_item {
    max-width: 276px;
  }

  .pickupItems_feature_item:nth-child(n+2) {
    margin-left: 24px;
  }

  .pickupItems_featureItem_title {
    margin-top: 12px;
    font-size: 14px;
    font-weight: bold;
  }

  .pickupItems_featureItem_text {
    margin-top: 12px;
    font-size: 14px;
  }

  [data-component-type=ProductGridStyling] .fr-bff-product_inner {
    flex-direction: column!important;
  }

  [data-component-type=ProductGridStyling][data-component-column="1"] .fr-bff-product_imgWrapper {
    width: 100%!important;
  }

  [data-component-type=ProductGridStyling] .fr-bff-product_content {
    margin-left: 0!important;
    margin-top: 12px!important;
  }

  .fr-linkButton.-forBreaks {
    line-height: 48px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 812px) {
  .related_item_bff .swiper-wrapper {
    transform: initial !important;
    flex-wrap: wrap;
  }
  .related_item_bff .swiper-wrapper .fr-bff-product {
    margin-right: 4vw !important;
    margin-bottom: 21px !important;
    width: calc(33.3% - 2.66vw) !important;
  }
  .related_item_bff .swiper-wrapper .fr-bff-product:nth-of-type(3n) {
    margin-right: 0 !important;
  }

  .pickupItems_annotation {
    padding: 0 16px;
  }

  .anchor {
    display: flex;
    flex-direction: row-reverse;
    border-style: solid;
    border-width: 1px 0;
    border-color: #dadada;
  }

  .anchor_size {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 30px 6px;
  }

  .anchor_size_text {
    font-size: 12px;
    font-weight: bold;
  }

  .anchor_size_arrow_wrap {
    padding: 25px 0;
    height: 100%;
  }

  .anchor_size_arrow {
    position: relative;
    width: 10px;
    height: 100%;
    background: linear-gradient(to bottom, #696969 20%, #cbcbcb 80%);
  }

  .anchor_size_arrow::before,
  .anchor_size_arrow::after {
    position: absolute;
    content: "";
    display: block;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 19px;
    border-style: solid;
    border-left-width: 12px;
    border-right-width: 12px;
    border-left-color: transparent;
    border-right-color: transparent;
  }

  .anchor_size_arrow::before {
    top: -19px;
    border-bottom-color: #696969;
    border-top-color: transparent;
    border-bottom-width: 19px;
    border-top-width: 0;
  }

  .anchor_size_arrow::after {
    bottom: -19px;
    border-bottom-color: transparent;
    border-top-color: #cbcbcb;
    border-top-width: 19px;
    border-bottom-width: 0;
  }

  .anchor_list {
    flex-grow: 1;
    border-style: solid;
    border-width: 0 1px;
    border-color: #dadada;
  }

  .anchor_item a {
    display: flex;
  }

  .anchor_item:nth-child(n+2) {
    border-top: solid 1px #dadada;
  }

  .anchor_item figure {
    width: 70px;
  }

  .anchor_item_title {
    display: flex;
    align-items: center;
    flex: 1 1 0;
    padding: 16px 18px;
    font-size: 12px;
    font-weight: bold;
  }

  .pickupItems_feature {
    padding: 0 16px;
  }

  .pickupItems_feature_title {
    font-size: 16px;
  }

  .pickupItems_feature_list {
    margin-top: 15px;
  }

  .pickupItems_feature_item {
    display: flex;
    align-items: flex-start;
  }

  .pickupItems_feature_item:nth-child(n+2) {
    margin-top: 12px;
  }

  .pickupItems_copy {
    text-align: left;
  }

  .pickupItems_feature_item figure {
    max-width: 120px;
  }

  .pickupItems_featureItem_textArea {
    flex: 1 1 0;
    margin-left: 15px;
  }

  .pickupItems_featureItem_title {
    font-size: 13px;
    font-weight: bold;
  }

  .pickupItems_featureItem_text {
    margin-top: 6px;
    font-size: 13px;
  }

  .fr-stepFlow_item {
    margin: 0;
  }

  .fr-stepFlow_itemInner {
    display: block;
    width: 100%;
  }
}