.o-related {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -2vw;
  margin-right: calc(var(--sp-h-05g)*-1);
  margin-left: -2vw;
  margin-left: calc(var(--sp-h-05g)*-1)
}
.o-related_item {
  width: 33.33%;
  padding: 0 2vw;
  padding: 0 var(--sp-h-05g)
}
.note {
  font-size: 11px;
  color: #7d7d7d;
}
.heroItem {
  display: flex;
  align-items: center;
}
.splitBox {
  display: flex;
}
.splitBox.-rowChange {
  flex-direction: column;
}
[data-aspect-ratio="68:88"]:before {
  padding-top: calc((88 / 68) * 100%);
}
[data-aspect-ratio="68:86"]:before {
  padding-top: calc((86 / 68) * 100%);
}
.fr-anchorButton_item.-spHalf {
  width: 50%;
}
.fr-anchorButton_item.-spFll {
  width: 100%;
}
.-spNomal {
  font-weight: normal;
}
.item_detail {
  width: calc(34.78% - 2vw);
  margin-right: 4vw;
  margin-right: var(--sp-h-1g);
}
.item_detail + .item_detail {
  width: calc(65.22% - 2vw);
  margin-right: 0;
}
.performance_wrapper {
  display: flex;
}
.performance_wrapper .performance_list {
  width: 16.2%;
  margin-right: 2vw;
}
.relation_item-price {
  font-size: 18px;
  line-height: 1;
}
.fr-accordion_label.-noBorderSP {
  border-bottom: none
}

@media screen and (min-width: 813px) {
  .fr-anchorButton_item.-spHalf {
    width: auto;
  }
  .fr-anchorButton_item.-spFll {
    width: auto;
  }
  .note {
    color: #1b1b1b;
  }
  .wrapper a{
    transition: opacity 1s;
    transition-property: opacity;
    transition-duration: 1s;
    transition-timing-function: ease;
    transition-delay: 0s;
    cursor: pointer!important;
  }
  .wrapper a:hover{
    opacity: 0.7;
  }
  .wrapper a:hover img{
    opacity: 0.7;
  }
  .wrapper .-active a:hover{
    opacity: 1;
  }
  .-spNomal {
    font-weight: 700;
  }
  .splitBox.-rowChange {
    flex-direction: row;
  }
  .fr-anchorButton_item.-half {
    width: 50%;
  }
  .u-pc-align-center {
    text-align: center;
  }
  .swiper-wrapper.-center {
    justify-content: center;
  }
  .fr-anchorButton_item.-fifth {
    width: 20%;
  }
  .fr-anchorButton_item.-fourth {
    width: 25%;
  }
  .item_description {
    width: calc(50% - 12px);
    margin-right: 12px;
  }
  .item_description + .item_description {
    margin-right: 0;
    margin-left: 12px;
  }
  .item_detail {
    width: calc(34.375% - 12px);
    margin-right: 12px;
  }
  .item_detail + .item_detail {
    width: calc(65.625% - 12px);
    margin-right: 0;
  }
  .heroList {
    display: flex;
  }
  .heroItem {
    width: 50%;
    padding-right: 14px;
    margin-left: auto;
    margin-right: auto;
  }
  .heroItem + .heroItem {
    padding-right: 0;
    padding-left: 14px;
  }
  .fr-video {
    display: block;
    margin-right: 223px;
    margin-left: 223px;
  }
  .fr-imagePlusText_imgWrap {
    width: 32.41%;
    margin: 0;
  }
  .fr-imagePlusText_content {
    margin-right: 0;
  }
  .mainitemName {
    font-size: 17px;
  }
  .performance_wrapper {
    display: flex;
    justify-content: center;
  }
  .performance_wrapper .performance_list {
    width: 10%;
    margin-right: 30px;
  }
  .relation_item-price {
    font-size: 24px;
  }
  .fr-accordion_content {
    padding-right: 0;
    padding-left: 0;
  }
  .fr-accordion_label.-noBorderSP {
    border-bottom: 1px solid #dadada;
    border-bottom: 1px solid var(--color-gray150);
  }
}