@media screen and (min-width: 813px) {
  [data-pc-aspect-ratio="menKandoSizeTable1"]:before {padding-top: calc((254/828) * 100%);}
  [data-pc-aspect-ratio="menStretchSizeTable1"]:before {padding-top: calc((282/828) * 100%);}
  [data-pc-aspect-ratio="menStretchSizeTable2"]:before {padding-top: calc((282/828) * 100%);}
  [data-pc-aspect-ratio="menShirtSizeTable1"]:before {padding-top: calc((157/828) * 100%);}
  [data-pc-aspect-ratio="menShirtSizeTable2"]:before {padding-top: calc((216/828) * 100%);}
  [data-pc-aspect-ratio="womenSizeTable"]:before {padding-top: calc((254/828) * 100%);}
}
@media screen and (max-width: 812px) {
  [data-sp-aspect-ratio="menKandoSizeTable1"]:before {padding-top: calc((622/375) * 100%);}
  [data-sp-aspect-ratio="menStretchSizeTable1"]:before {padding-top: calc((670/345) * 100%);}
  [data-sp-aspect-ratio="menStretchSizeTable2"]:before {padding-top: calc((740/345) * 100%);}
  [data-sp-aspect-ratio="menShirtSizeTable1"]:before {padding-top: calc((847/345) * 100%);}
  [data-sp-aspect-ratio="menShirtSizeTable2"]:before {padding-top: calc((529/345) * 100%);}
  [data-sp-aspect-ratio="womenSizeTable"]:before {padding-top: calc((531/345) * 100%);}
}

.grid-columns-2-1 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 50px;
  row-gap: 40px;
}

.-font-gender {
  font-size: 11px;
  color: rgba(125, 125, 125, 1);
  }

@media screen and (max-width: 812px) {
  .grid-columns-2-1,
  .bff-custom {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 24px;
  }
  .fr-heading.-h2.-sp-font-16{
    font-size: 16px;
  }
  .fr-heading.-h4.-sp-font-16{
    font-size: 16px;
  }
  .-sp-font-16{
    font-size: 16px;
  }
  .-sp-font-12{
    font-size: 12px;
  }


  .-sp-col-gap-15 {
    column-gap: 15px;
  }
  .-only-sp{
    display:none;
  }
  .-sp-flex-column{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .-sp-flex-gap15{
    gap: 15px;
  }
  .fr-linkButton.-sp-mt-21{
    margin-top:21px;
  }
  .fr-accordion .-sp-flex-row{
    display: flex;
    flex-direction: row;
  }
  .u-only-sp .fr-accordion .fr-accordion_content .fr-accordion_contentInner.-sp-flex-row{
    display: flex;
    flex-direction: row;
  }

  .-sp-width-120{
    width: 100%;
    max-width: 120px;
  }
  .-sp-width-100{
    width: 100%;
  }
  .-sp-w-295{
    width: 100%;
    max-width: 295px;
  }
  .-sp-w-230{
    width: 100%;
    max-width: 230px;
  }
  .-sp-w-165{
    width: 100%;
    max-width: 165px;
  }
  .-sp-mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .-sp-py-18{
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

@media screen and (min-width: 813px) {
  .-pc-align-items-center{
    align-items: center;
  }
  .fr-imagePlusText.-pc-w-276 {
    max-width: 276px;
  }
  .contents-grid.-pc-w-276 {
    max-width: 276px;
  }
  .-pc-stretch-top-108{
    top: 108px;
  }
  .-pc-col-gap-24 {
    column-gap: 24px;
  }
  .-pc-text-center {
    text-align: center;
  }
  .swiper-container {
    padding-bottom: 0px;
  }
  .-pc-max-w-216{
    max-width: 216px;
  }
  .-pc-max-w-426{
    max-width: 426px;
  }
  .-pc-max-w-550{
    max-width: 550px;
  }
  .-pc-max-w-776{
    max-width: 776px;
  }
  .-pc-max-w-1028{
    max-width: 1028px;
  }
  .-pc-align-items-center{
    align-items: center;
  }
  .-only-pc{
    display:none;
  }
  .-pc-flex-row{
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .-pc-flex-gap24{
    gap: 24px;
  }
  .-pc-flex-gap72{
    gap: 72px;
  }
  .fr-imagePlusText_content .-pc-font-20{
    font-size: 20px;
  }
  .-pc-font-20{
    font-size: 20px;
  }
  .-pc-font-14{
    font-size: 14px;
  }
  .-pc-font-12{
    font-size: 12px;
  }
  .fr-bff-userReviews .fr-heading.-h4.u-align-center.fr-sp-mb-l.fr-pc-mb-l{
    font-size: 23px;
  }
  .-pc-mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
}

.absolute{
  position:absolute;
}

.-pc-width-100{
  width: 100%;
  display: flex;
  justify-content: center;
}

.swiper-parent .swiper-container.-padding-bottom-0{
  padding-bottom: 0px;
}

.fr-imagePlusTextParent .fr-imagePlusText_content {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
}

.fr-imagePlusTextParent .fr-imagePlusText:first-child,
.fr-imagePlusTextParent .fr-imagePlusText {
  border-width: 0px;
  border-bottom: 0px;
}

.-flex-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.-flex-col {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.-max-140 {
  max-width: 140px;
}


.tabmenu ul {
  position: relative;
}

.tabmenu label {
  font-size: 17px;
  border-bottom: 1px solid rgba(218, 218, 218, 1);
  font-weight: 600;
}

.order-step{
  position: relative;
}

.order-step .-get-height{
  position:absolute; top:50%; transform: translate(0%, -50%);
}
.order-step .-set-height{
  display:block; visibility: hidden;
}


.tabmenu input {
  display: none;
}

.tabCon {
  visibility: hidden;
  position: absolute;
  width: 100%;
  left: 0;
}


.tabmenu input:checked~label {
  color: rgba(27, 27, 27, 1);
  border-bottom: 4px solid rgba(27, 27, 27, 1);
  transition-duration: 150ms;
}

.tabmenu input:checked~.tabCon {
  display: block;
  visibility: visible;
}

/* CUSTOM商品CSS START */
.-custom-product{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (max-width: 812px) {
  .-font-product-price{
    font-size: 18px;
  }
  .-custom-product{
    grid-template-columns: 165px 1fr;
  }
  .-custom-product-item:nth-child(1){
    grid-column: 1 / span 2;
    order: 1;
  }
  .-custom-product-item:nth-child(2) {
    order: 2;
  }
  .-custom-product-item:nth-child(3) {
    order: 3;
  }
  .-custom-product-item:nth-child(4) {
    order: 4;
    grid-column: 1 / span 2;
    width:100%;
    border: 1px solid rgba(27, 27, 27, 1);
    padding-top: 10px;
    padding-bottom:10px;
    font-size: 13px;
    font-weight: 600;
  }
}

@media screen and (min-width: 813px) {
  .-custom-product{
    grid-template-columns: 276px 1fr;
  }
  .-font-product-price{
    font-size: 22px;
  }
  .-custom-product-item:nth-child(1){
    order: 1;
    font-family: Hiragino Kaku Gothic Pro;
    text-align: left;
    bottom: auto;
  }
  .-custom-product-item:nth-child(2) {
    grid-row: 1 / span 4;
    order: 2;
  }
  .-custom-product-item:nth-child(3) {
    order: 3;
  }
  .-custom-product-item:nth-child(4) {
    order: 4;
    width:100%;
    max-width: 276px;
    border: 1px solid rgba(27, 27, 27, 1);
    padding-top: 10px;
    padding-bottom:10px;
    font-size: 14px;
    font-weight: 600;
  }
}
/* CUSTOM商品CSS END */


@media screen and (min-width: 813px) {
  .-hidden {
    max-width: 275px;
  }
}

@media screen and (max-width: 812px) {
  .-hidden {
    max-width: 100%;
  }
  .swiper-pagination{
    transition: 0s
  }
}

.-hidden {
  position: relative;
  display: block;
  z-index: -1;
  visibility: hidden;
  margin-bottom: 20px;
}

/* BFF-CUSTOM */
.bff-custom-contents1,
.bff-custom-contents2,
.bff-custom-contents3 {
  float: left;
}

.tabCon {
  color: rgba(27, 27, 27, 1);
}

.pc-py-24 {
  padding-top: calc(var(--spacing-unit) * 3);
  padding-bottom: calc(var(--spacing-unit) * 3);
}


.bff-custom {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 50px;
  row-gap: 40px;
}

.bff-custom-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 812px) {
  .bff-custom {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    justify-items: center;
  }
}




/* SWIPER CUSTOM */
@media screen and (max-width: 812px) {
  .-sp-px-40{
    padding-left: 40px;
    padding-right: 40px;
  }
  .font-32-24 {
    font-size: 24px;
    border: 1px solid rgba(218, 218, 218, 1);
    height: 30px;
    width: 30px;
    min-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .font-14-13 {
    font-size: 13px;
  }

  .swiper-pagination-bullet {
    display: static;
  }

  .contents-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    column-gap: 15px;
  }

  .-guide-sp-width {
    min-width: 80px;
    min-height: 80px;
  }

  .-grid-item:nth-child(1) {
    grid-column: 1 / span 2;
    order: 2;
  }

  .-grid-item:nth-child(2) {
    order: 1;
    grid-column: 1 / span 5;
  }

  .-grid-item:nth-child(3) {
    order: 3;
    grid-column: 3 / span 4;
  }

  .-annotation {
    font-weight: 300;
  }

  .tabCon .swiper-container {
    padding-bottom: 9px;
    margin-bottom: 6px;
  }
}

@media screen and (min-width: 813px) {
  .swiper-pagination-bullet {
    display: none;
  }

  .font-32-24 {
    font-size: 30px;
    border: 2px solid rgba(218, 218, 218, 1);
    margin-right: 12px;
    height: 40px;
    width: 40px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .font-14-13 {
    font-size: 14px;
  }

  .-annotation {
    font-weight: 300;
  }
}

.qaList_wrapper {
  margin-left: 1.2em
}

.qaList_inner {
  list-style-type: decimal;
}