/*//////////////////////////////////////////////////

Title : snapDetail.scss
For   : IGA BENENT of the site

Created       : 2023-01-30
Last Modified : 2023-02-28

==========================================

Content
    01: commoon
    02: layout
    03: slider
    04: staffcard
    05: comment
    06: keyword
    07: wearItem
    08: CoordinateParts
    09: CoordinatePartsSortByPv

//////////////////////////////////////////////////*/
/* ===================== 01: commoon */
/* typography */
.benent--snapDetail .anchor {
  display: inline;
  color: var(--color-decoration);
  font-weight: 600;
  text-decoration: underline;
}
.benent--snapDetail .anchor:hover {
  text-decoration: underline;
}
.benent--snapDetail .benentParts__ttl {
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.15em;
}
.benent--snapDetail .benentParts__thumb img {
  height: 100%;
  aspect-ratio: 111/149;
  -o-object-fit: cover;
     object-fit: cover;
}
.benent--snapDetail .benentParts__desc .avator {
  grid-column: 1;
  grid-row: span 2;
  aspect-ratio: 1/1;
}
.benent--snapDetail .benentParts__desc .avator img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50vh;
}
.benent .displayCtrl .btnBase {
  font-weight: normal;
  letter-spacing: 0.125em;
}

/* --- for small viewport --- */
@media screen and (max-width: 1023px) {



  .benent--snapDetail .benentParts__ttl {
    -webkit-margin-after: var(--dist-title, calc(20 * 100vw / 375));
            margin-block-end: var(--dist-title, calc(20 * 100vw / 375));
    font-size: 16px;
  }
  .benent--snapDetail .benentParts__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: calc(22 * 100vw / 750);
         column-gap: calc(22 * 100vw / 750);
    row-gap: calc(35 * 100vw / 750);
  }
  .benent--snapDetail .benentParts__desc {
    --size-avator: calc(60 * 100vw / 750);
    -webkit-margin-before: calc(10 * 100vw / 375);
            margin-block-start: calc(10 * 100vw / 375);
  }
  .benent--snapDetail .benentParts__descDetail {
    -webkit-margin-before: calc(10 * 100vw / 375);
            margin-block-start: calc(10 * 100vw / 375);
    font-size: 12px;
    line-height:1.5;
    font-family: var(--font-eng);
    font-style: italic;
  }
  .benent--snapDetail .displayCtrl {
    padding-inline: calc(170 * 100vw / 750);
    -webkit-margin-before: calc(50 * 100vw / 750);
            margin-block-start: calc(50 * 100vw / 750);
  }
}
/* --- for large viewport --- */
@media screen and (min-width: 1024px) {
  #benent {
    --padding-inline: 0;
  }
  .benent__shell{
    max-width: 1130px;
  }
  .benent--snapDetail .benentParts__ttl {
    -webkit-margin-after: var(--dist-title, 20px);
            margin-block-end: var(--dist-title, 20px);
    font-size: 18px;
  }
  .benent--snapDetail .benentParts__desc {
    --size-avator: 40PX;
    -webkit-margin-before: 12px;
            margin-block-start: 12px;
  }
  .benent--snapDetail .benentParts__desc .productName {
    line-height: 1.7142857143;
  }
  .benent--snapDetail .benentParts__descDetail {
    -webkit-margin-before: 10px;
            margin-block-start: 10px;
    font-size: 13px;
    line-height: 2;
    font-family: var(--font-eng);
    font-style: italic;

  }
  .benent--snapDetail .displayCtrl .btnBase {
    height: 30px;
  }
}
/* ===================== 02: layout */
.benentDetail__detailsContents {
  border-top: #dbdbdb 2px solid;
}
.benentDetail__footerContent .benentParts__body .btnBase {
  font-weight: 500;
}
.benentDetail__footerContent--otherSnap {
  background-color: var(--color-bg-1);
}

/* --- carousel parts --- */
.benentDetail .carousel__btn {
  position: absolute;
  top: 50%;
  height: 10px;
  background-image: url(/Contents/ImagesPkg/benent/carousel-arrow.svg);
  background-size: var(--background-size, 100%);
  background-repeat: no-repeat;
  z-index: 1;
  cursor: pointer;
  transform: rotate(0deg) translateY(-50%);
}
.benentDetail .carousel__btn--prev {
  background-image: url(/Contents/ImagesPkg/benent/carousel-prev.svg);

}
/* .benentDetail .carousel__btn--next {
  transform: rotate(0deg) translateY(-50%);
} */
.benentDetail .carousel__thumbItem {
  aspect-ratio: 150/200;
  cursor: pointer;
}
.benentDetail .carousel__thumbItem img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.benentDetail .carousel__thumbItem.is-current {
  border: 1px solid var(--color-main);
}

/* --- for small viewport --- */
@media screen and (max-width: 1023px) {
  .benentDetail {
    font-size: calc(24 * 100vw / 750);
  }
  .benentDetail__details {
    padding-inline: 4%;
  }
  .benentDetail__detailsHead + .benentDetail__detailsContents {
    -webkit-margin-before: calc(60 * 100vw / 750);
            margin-block-start: calc(60 * 100vw / 750);
  }
  .benentDetail__detailsContents {
    -webkit-padding-before: calc(60 * 100vw / 750);
            padding-block-start: calc(60 * 100vw / 750);
  }
  .benentDetail__detailsContents .benentParts__body {
    padding-inline: 0;
  }
  .benentDetail__footerContent {
    -webkit-padding-before: calc(35 * 100vw / 375);
            padding-block-start: calc(35 * 100vw / 375);
            padding-inline: 4%;
  }
  /* .benentDetail__footerContent:first-of-type {
    -webkit-margin-before: calc(30 * 100vw / 375);
            margin-block-start: calc(30 * 100vw / 375);
  } */
  .benentDetail__footerContent:not(:last-of-type) {
    -webkit-padding-after: calc(80 * 100vw / 750);
            padding-block-end: calc(80 * 100vw / 750);
  }
  .benentDetail__footerContent .benentParts__body .btnElem {
    /* --height-button: calc(80 * 100vw / 750);
    --fontsize-button: calc(30 * 100vw / 750);
    max-width: calc(350 * 100vw / 750);
    -webkit-margin-before: calc(50 * 100vw / 750);
            margin-block-start: calc(50 * 100vw / 750);
    margin-inline: auto; */
  }
  /* --- carousel parts --- */
  .benentDetail .carousel__btn {
    --background-size: calc(50 * 100vw / 375);
    width: calc(50 * 100vw / 375);
    background-position: center;
  }
  .benentDetail .carousel__btn--prev {
    left: 0;
  }
  .benentDetail .carousel__btn--next {
    right: 0;
  }
  .benentDetail .carousel__thumbs {
    display: flex;
    -moz-column-gap: calc(15 * 100vw / 750);
         column-gap: calc(15 * 100vw / 750);
    -webkit-margin-before: calc(15 * 100vw / 750);
            margin-block-start: calc(15 * 100vw / 750);
    padding-inline: calc(30 * 100vw / 750);
    overflow-x: auto;
  }
  .benentDetail .carousel__thumbItem {
    width: calc(54 * 100vw / 375);
    flex-shrink: 0;
  }
}
/* --- for large viewport --- */
@media screen and (min-width: 1024px) {
  .benentDetail {
    font-size: 14px;
  }
  .benentDetail__inner {
    display: grid;
    grid-template-columns: 40% 1fr;
    -moz-column-gap: 6.7%;
         column-gap: 6.7%;
    width: 100%;
    margin-inline: auto;
  }
  /* .benentDetail__detailsHead + .benentDetail__detailsContents {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  } */
  .benentDetail__detailsContents {
    -webkit-padding-before: 30px;
            padding-block-start: 30px;
  }
  .benentDetail__footerContent {
    -webkit-padding-before: 60px;
            padding-block-start: 60px;
  }
  .benentDetail__footerContent:first-of-type {
    -webkit-margin-before: 70px;
            margin-block-start: 70px;
  }
  .benentDetail__footerContent:not(:last-of-type) {
    -webkit-padding-after: 60px;
            padding-block-end: 60px;
  }
  .benentDetail__footerContent .benentParts__body .benentParts__ttl_wrap{
    display: grid;
    grid-template-columns: 1fr 110px;
    row-gap: 20px;
  }
  .benentDetail__footerContent .benentParts__body .btnElem {
    --height-button: 30px;
    --fontsize-button: 14px;
    grid-column: 2;
    grid-row: 1;
  }
  .benentDetail__footerContent .benentParts__ttl {
    grid-column: 1;
    grid-row: 1;
    --dist-title: 0;
  }
  .benentDetail__footerContent .benentParts__list {
    grid-column: span 2;
    grid-row: 2;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
  }
  .benentDetail__footerContent .benentParts__thumb {
    aspect-ratio: 175/233;
  }
  /* --- carousel parts --- */
  .benentDetail .carousel__btn {
    --background-size: 50px;
    width: 50px;
    background-position: center;
  }
  .benentDetail .carousel__btn--prev {
    left: -23px;
  }
  .benentDetail .carousel__btn--next {
    right: -23px;
  }
  .benentDetail .carousel__thumbs {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
    max-width: 530px;
    width: 100%;
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
    margin-inline: auto;
  }
}
/* ===================== 03: slider */
.benentDetail__highlight img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.benentDetail__visual {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.benentDetail__visual .swiper-container{
  position: relative;
  overflow: hidden;
}
.benentDetail__visual .benentFavo {
  justify-content: center;
  flex-direction: column;
  position: absolute;
  z-index: 10;
  border-radius: 50vh;
  color: var(--color-fashion);
  background-color: rgba(255, 255, 255, 0.8);
}
.benentDetail__visual .benentFavo__ico {
  margin-inline: auto;
}
.benentDetail__visual .benentFavo__ico svg {
  display: block;
}

/* --- for small viewport --- */
@media screen and (max-width: 1023px) {
  .benentDetail__highlight {
    aspect-ratio: 750/1000;
  }
  .benentDetail__visual .benentFavo {
    width: calc(60 * 100vw / 375);
    height: calc(60 * 100vw / 375);
    bottom: calc(15 * 100vw / 376);
    right: calc(15 * 100vw / 375);
  }
  .benentDetail__visual .benentFavo__count {
    font-size: calc(13 * 100vw / 375);
    font-style: italic;
    font-family: var(--font-eng);
    color: var(--color-font-tertiary) ;
    margin-top: 5px;
    line-height: 1;
  }
}
/* --- for large viewport --- */
@media screen and (min-width: 1024px) {
  .benentDetail__highlight {
    max-width: 530px;
    aspect-ratio: 530/706;
  }
  .benentDetail__visual {
    max-width: 460px;
  }
  .benentDetail__visual .benentFavo {
    bottom: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
  }
  .benentDetail__visual .benentFavo__ico {
    --icon-favo: 22px;
  }
  .benentDetail__visual .benentFavo__count {
    font-size: 13px;
    font-style: italic;
    font-family: var(--font-eng);
    color: var(--color-font-tertiary) ;
    margin-top: 5px;
    line-height: 1;
  }
}
/* ===================== 04: staffcard */
.benentDetail .staffCard__panel {
  display: flex;
  align-items: center;
  background-color: var(--color-bg-1);
  border-radius: var(--border-radius);
}
.benentDetail .staffCard__icon {
  aspect-ratio: 1/1;
}
.benentDetail .staffCard__icon img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50vh;
}
.benentDetail .staffCard .benentDetail__detailTtl {
  font-weight: 600;
}
.benentDetail .staffCard .anchorElem {
  text-align: center;
}

/* --- for small viewport --- */
@media screen and (max-width: 1023px) {
  .benentDetail .staffCard__panel {
    --border-radius: calc(8 * 100vw / 750);
    gap: calc(20 * 100vw / 750);
    -webkit-margin-before: calc(40 * 100vw / 750);
            margin-block-start: calc(40 * 100vw / 750);
    padding-block: calc(30 * 100vw / 750);
  }
  .benentDetail .staffCard__icon {
    width: 26%;
  }
  .benentDetail .staffCard .benentDetail__detailTtl {
    font-size: calc(24 * 100vw / 750);
  }
  .benentDetail .staffCard .benentDetail__detailDesc {
    -webkit-margin-before: calc(20 * 100vw / 750);
            margin-block-start: calc(20 * 100vw / 750);
  }
  .benentDetail .staffCard .staffHeight {
    -webkit-margin-before: calc(16 * 100vw / 375);
            margin-block-start: calc(16 * 100vw / 375);
    font-size: calc(13 * 100vw / 375);
  }
  .benentDetail .staffCard .benentFollower {
    -webkit-margin-before: calc(20 * 100vw / 375);
            margin-block-start: calc(20 * 100vw / 375);
  }
  .benentDetail .staffCard .anchorElem {
    -webkit-margin-before: calc(40 * 100vw / 750);
            margin-block-start: calc(40 * 100vw / 750);
  }
}
/* --- for large viewport --- */
@media screen and (min-width: 1024px) {
  .benentDetail .staffCard__panel {
    --border-radius: 8px;
    gap: 20px;
    padding: 0 0 20px;
  }
  .benentDetail .staffCard__icon {
    width: 75px;
  }
  .benentDetail .staffCard .benentDetail__detailDesc {
    -webkit-margin-before: 8px;
            margin-block-start: 8px;
  }
  .benentDetail .staffCard .staffHeight {
    -webkit-margin-before: 10px;
            margin-block-start: 10px;
  }
  .benentDetail .staffCard .benentFollower {
    -webkit-margin-before: 22px;
            margin-block-start: 22px;
  }
  .benentDetail .staffCard .anchorElem {
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
  }
}
/* ===================== 05: comment */
/* --- for small viewport --- */
@media screen and (max-width: 1023px) {
  .benentDetail__comment .posttDate {
    font-size: calc(28 * 100vw / 750);
  }
  .benentDetail__comment .detail {
    -webkit-margin-before: calc(30 * 100vw / 750);
            margin-block-start: calc(30 * 100vw / 750);
    font-size: calc(28 * 100vw / 750);
    line-height: 1.6153846154;
  }
}
/* --- for large viewport --- */
@media screen and (min-width: 1024px) {
  .benentDetail__comment .postDate {
    font-size: 13px;
  }
  .benentDetail__comment .detail {
    -webkit-margin-before: 15px;
            margin-block-start: 15px;
    line-height: 1.7142857143;
  }
}
/* ===================== 06: keyword */
/* --- for small viewport --- */
@media screen and (max-width: 1023px) {
  .benentParts__body--keywords {
    -webkit-margin-before: calc(60 * 100vw / 750);
            margin-block-start: calc(60 * 100vw / 750);
    border-top: #DBDBDB 1px solid;
    padding-top: calc( 30*(100vw / 375));
  }
}
/* --- for large viewport --- */
@media screen and (min-width: 1024px) {
  .benentParts__body--keywords {
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
    border-top: #DBDBDB 1px solid;
    padding-top: 30px;
  }
}
/* ===================== 07: wearItem */
/* --- for small viewport --- */
@media screen and (max-width: 1023px) {
  /* .benentParts__body--wearItem {
    -webkit-margin-before: calc(60 * 100vw / 750);
            margin-block-start: calc(60 * 100vw / 750);
  } */
  .benentParts__body--wearItem .benentParts__list img{
    aspect-ratio: 135/162;
  }
}
/* --- for large viewport --- */
@media screen and (min-width: 1024px) {
  /* .benentParts__body--wearItem {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  } */
  .benentParts__body--wearItem .benentParts__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .benentParts__body--wearItem .benentParts__list img{
    aspect-ratio: 111/133;
  }
}
/* ===================== 08: CoordinateParts */
.benentParts__body--coordinateParts .benentParts__desc .staffName,
.benentParts__body--coordinateParts .benentParts__desc .staffHeight {
  display: none;
}

/* --- for small viewport --- */
/* --- for large viewport --- */
/* ===================== 09: CoordinatePartsSortByPv */
.benentParts__body--coordinatePartsSortByPv .benentParts__desc {
  /* display: grid; */
  grid-template-columns: var(--size-avator) 1fr;
}
.benentParts__body--coordinatePartsSortByPv .benentParts__desc > * {
  align-self: center;
}
.benentParts__body--coordinatePartsSortByPv .benentParts__desc .staffName {
  grid-column: 2;
  grid-row: 1;
}
.benentParts__body--coordinatePartsSortByPv .benentParts__desc .staffHeight {
  grid-column: 2;
  grid-row: 2;
}

/* --- for small viewport --- */
@media screen and (max-width: 1023px) {
  .benentParts__body--coordinatePartsSortByPv .benentParts__desc {
    -moz-column-gap: calc(10 * 100vw / 750);
         column-gap: calc(10 * 100vw / 750);
    row-gap: calc(10 * 100vw / 750);
    font-size: calc(22 * 100vw / 750);
  }
}
/* --- for large viewport --- */
@media screen and (min-width: 1024px) {
  .benentParts__body--coordinatePartsSortByPv .benentParts__desc {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .benentParts__body--coordinatePartsSortByPv .benentParts__desc .staffHeight {
    font-size: 13px;
  }
  #benent .benentFollower #ctl00_ContentPlaceHolder1_upUpdatePanel{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media screen and (max-width: 1023px) {
  .benentParts__body--coordinatePartsSortByPv .benentParts__desc {
    -moz-column-gap: calc(10 * 100vw / 750);
         column-gap: calc(10 * 100vw / 750);
    row-gap: calc(10 * 100vw / 750);
    font-size: calc(22 * 100vw / 750);
  }
}



/* 追加 */
.shopName{
  color: var(--color-primary);
  font-size: 15px;
  font-weight: bold;
}

.staffName{
  font-size: 13px;
}

#benent .staffHeight{
  color:#111;
  font-family: var(--font-eng);
  font-style: italic;
}


.codeDetail{
  background-color: #F9F9F9;
}

.codeDetail__wrap{
  padding: 25px;
}

.shareArea{
  display: flex;
  column-gap: 15px;
}

.share{
  font-size: 15px;
  letter-spacing: 0.05em;
  font-family: var(--font-eng);
  font-style: italic;
  font-weight: 600;
}

.postDate{
  font-size: 13px;
  color: #767676;
  letter-spacing: 0.05em;
  font-family: var(--font-eng);
  font-style: italic;
}
.detail{
  font-size: 13px;
  margin-top: 15px;
}
.price{
  font-weight: 600;
  font-size: 15px;
  margin-top: 5px;
}

.staffStyling {
  text-align: right;
  padding-right: 30px;
  margin-top: 15px;
  margin-bottom: 30px;
}

#benent .benentFavo__ico img{
  width: 18px;
  margin: auto;
}


.carousel__thumbs .carousel__thumbItem.is-current{
  border: 2px solid var(--color-primary);
}

#benent .benentKeywords__listItem a{
  font-size: 12px;
}

@media screen and (max-width: 1023px) {
  #benent{

    padding-block-end: calc(40 * 100vw / 375);
    padding-block-start: 0;
  }


  .shopName{
    font-size: 15px;
  }
  
  .staffName{
    font-size: 13px;
  }
  
  #benent .staffHeight{
    color:#111;
    font-family: var(--font-eng);
    font-style: italic;
  }
  
  
  .codeDetail{
    background-color: #F9F9F9;
  }

  .codeDetail__wrap{
    padding: calc( 30*(100vw / 375)) calc( 15*(100vw / 375));
  }
  
  .shareArea{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-block-start: calc( 22*(100vw / 375));
    column-gap: calc(15* (100vw / 375 ));
  }
  
  .share{
    font-size: 15px;
  }


  
  .postDate{
    font-size: 13px;
  }
  .detail{
    font-size: 13px;
    margin-top: calc( 15*(100vw / 375));
  }
  
  .snsIcon:first-of-type{
    display: block;
  }

  #benent .productName{
    -webkit-line-clamp:2;
    line-height: 1.3;
    font-size: 12px;
  }
  
  .price{
    font-size: 13px;
    margin-top: calc( 10*(100vw / 375));
  }
  
  .staffStyling {
    text-align: right;
    padding-right: calc( 25*(100vw / 375));
    margin-top: calc( 10*(100vw / 375));
    margin-bottom: calc( 38*(100vw / 375));
  }

  #benent .benentKeywords__list{
    margin-top: calc( 20*(100vw / 375));
    border-bottom: 1px solid #DBDBDB;
    padding-block-end: calc( 30*(100vw / 375));
  }
  
  #benent .benentFavo__ico img{
    width: calc( 18*(100vw / 375));
    margin: auto;
  }
  
  .benentDetail__footerContent .benentParts__body .benentParts__ttl_wrap{
    display: grid;
    grid-template-columns: 1fr auto;
    row-gap: calc( 15*(100vw / 375));
  }
  .benentDetail__footerContent .benentParts__body .btnElem a{
    /* --height-button: 30px;
    --fontsize-button: 14px;
    grid-column: 2;
    grid-row: 1; */
    padding-right: calc( 25*(100vw / 375));
  }
  #benent .benentKeywords__listItem a{
    font-size: 12px;
  }
}

