[data-aspect-ratio="750:422"]:before { padding-top: calc((422 / 750) * 100%) }
[data-aspect-ratio="616:309"]:before { padding-top: calc((309 / 616) * 100%) }

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

.swiper-container.-listNomargin[data-component-type=ProductCarousel] .fr-bff-product {
  margin-bottom: 0;
}

.adjustAnchor {
  margin-top: -68px;
  padding-top: 68px;
}

.adjustAnchor:first-of-type {
  margin-top: -67px;
  padding-top: 67px;
}

.fr-anchorButton_itemInner.-changeRow {
  flex-direction: column;
  height: 100%;
}

.fr-anchorButton_itemInner.-changeRow .u-imgAdjustBox {
  width: 100%;
}

.fr-fixedAnchor.-switch {
  display: none;
  box-shadow: none;
}

.-switch.is-display {
  display: block;
  margin-top: -71px;
  animation: anchorShow 0.3s linear 0s;
}

.-switch .fr-fixedAnchor_itemLink {
  text-align: center;
}

@keyframes anchorShow {
  0% {
    opacity: 0.5;
    transform: translateY(-80px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.-halfToOnethird {
  width: 50%;
}

.-fullToHalf {
  width: 100%;
}

.lineupTitle {
  font-family: ヒラギノ角ゴ Pro W6, sans-serif;
  font-weight: 700;
}

.fr-productGrid.-column1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.fr-productGrid_content.-noPadding {
  padding: 0;
}

.fr-productGrid_content.-imgAndColor {
  width: 50%
}

.fr-productGrid_content.-full {
  flex: 1;
  margin-right: 4vw;
  margin-left: 4vw;
}

.colorChip.-spCenter {
  justify-content: center;
}

.colorChip_item.-bigIcon {
  cursor: unset;
  margin-bottom: 9px;
  margin-left: 5px;
  width: 14px;
  height: 14px;
}

.lightGrayChip {
  background-color: #e6e2df;
}

.grayChip {
  background-color: #adacb1;
}

.blackChip {
  background-color: #000;
}

.pinkChip {
  background-color: #f48375;
}

.yellowChip {
  background-color: #d9cc32;
}

.greenChip {
  background-color: #3a8571;
}

.blueChip {
  background-color: #5893cf;
}

.plusIcon {
  position: relative;
}

.plusIcon:after {
  position: absolute;
  content: "+";
  font-size: 16px;
  font-family: ヒラギノ角ゴ Pro W6,sans-serif;
  font-weight: 700;
  color: #ababab;
  top: -8px;
}

.moreLink {
  font-family: ヒラギノ角ゴ Pro W6, sans-serif;
  font-weight: 700;
  text-decoration: underline;
}

.moreLink:hover {
  text-decoration: none;
}

.fr-imagePlusText_imgWrap.-related {
  width: 34.785%
}

.u_font_bold {
  font-family: ヒラギノ角ゴ Pro W6,sans-serif;
  font-weight: 700;
}

@media screen and (min-width: 813px) {
  /* override */
  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,
  .js-video:hover,
  .u_textLink:hover {
    cursor: pointer;
    opacity: 0.8;
    text-decoration: none;
  }
  .fr-linkButton {
    transition: 0.5s;
  }

  .adjustAnchor {
    margin-top: -82px;
    padding-top: 82px;
  }

  .-halfToOnethird {
    width: 33.33333%;
  }

  .-fullToHalf {
    width: 50%;
  }

  .littleContents {
    width: 728px;
    margin-right: auto;
    margin-left: auto;
  }

  .lineupTitle {
    font-size: 17px
  }

  .productContents {
    display: flex;
    flex-wrap: wrap;
    max-width: 924px;
    margin-right: auto;
    margin-left: auto;
  }

  .productContents_img {
    width: calc((576 / 924) * 100%);
  }

  .productContents_body {
    flex: 1;
    margin-left: calc((72 / 924) * 100%)
  }

  .colorChip.-spCenter {
    justify-content: flex-start;
  }

  .colorChip_item.-bigIcon {
    margin-bottom: 8px;
    margin-left: 6px;
    width: 16px;
    height: 16px;
  }

  .plusIcon:after {
    font-size: 20px;
    top: -9px;
  }

  .fr-productGrid.-column1 {
    flex-direction: column;
  }
  
  .fr-productGrid_content.-imgAndColor {
    width: 100%
  }
  
  .fr-productGrid_content.-full {
    flex: unset;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .relatedItem {
    width: 616px;
    margin-right: auto;
    margin-left: auto;
  }

  .fr-imagePlusTextParent.-column-2 .fr-imagePlusText_imgWrap.-related {
    width: 32.292%;
  }

  .fr-imagePlusTextParent.-column-2 .fr-imagePlusText_content.-related {
    margin-right: 0;
  }

  .fr-banner.-column-2 {
    justify-content: center;
    align-items: center;
  }

  .fr-banner.-column-2 .fr-banner_item {
    width: calc((100% - 24px) / 2);
    flex: inherit;
  }
}

@media screen and (max-width: 812px) {
  [data-destroy="sp"] .swiper-wrapper {
    flex-wrap: wrap;
  }

  [data-destroy="sp"] .fr-bff-product {
    width: calc(33.3% - 2.66vw)!important;
  }

  [data-destroy="sp"] .fr-bff-product:nth-of-type(3n) {
    margin-right: 0;
  }

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

  .fr-imagePlusText.-related:not(fist-of-type) {
    margin-top: 9px;
  }
}