/*** 商品詳細ページ　デザインテスト調整用 ***/


@charset "utf-8";


/*メイン部のマージン調整*/
.fs-l-main {
  margin-top: 4px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .fs-l-main {
    margin-top: 8px;
    margin-bottom: 60px;
  }
}

.fs-l-productLayout {
  display: flex;
  grid-row-gap: 10px;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .fs-l-productLayout {
    grid-row-gap: 30px;
  }
}

.yocabito-pt-product-image-area {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .yocabito-pt-product-image-area {
    width: 50%;
    min-width: 350px;
  }
}

.yocabito-pt-product-name-area {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .yocabito-pt-product-name-area {
    width: 50%;
    padding: 30px 4%;
  }
}

.yocabito-pt-product-explanation-area {
  width: 100%;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .yocabito-pt-product-explanation-area {
    margin-top: 30px;
  }
}

/* 虫眼鏡アイコンを消す*/
.fs-c-productCarouselMainImage__expandButton {
  display: none;
}

/* 購入数選択・お気に入りボタンを消す */
.fs-c-productQuantityAndWishlist {
  display: none;
}


/* 商品画像カルーセル前後ボタンを装飾 */
.fs-c-slick .slick-prev, .fs-c-slick .slick-next {
  border-radius: 50%;
  background: rgba(50, 50, 50, 0.07);
  height: 45px;
  width: auto;
  top: 50%;
}
@media screen and (max-width: 768px) {
  .fs-c-slick .slick-prev, .fs-c-slick .slick-next {
    display: none;
  }
}
.fs-c-slick .slick-prev:before, .fs-c-slick .slick-next:before {
  color: #f5f5f5;
  font-size: 45px;
  opacity: 0.9;
}
@media screen and (max-width: 768px) {
  .fs-c-slick .slick-prev:before, .fs-c-slick .slick-next:before {
    display: none;
  }
}


/* 商品メイン画像部 */
/* .fs-c-slick .slick-slide {
  padding: 0px 15px 0px 15px;
}
.fs-c-productCarouselMainImage__image > img {
  max-height: 550px;
} */

/*商品サムネイル画像*/
.fs-c-productCarouselMainImage__thumbnailList {
  flex-wrap: wrap;
  overflow-x: hidden;
  padding-left: 1%;
  margin: 5px 0;
}
@media screen and (min-width: 768px) {
  .fs-c-productCarouselMainImage__thumbnailList {
    padding-left: 3%;
    margin: 10px 0;
  }
}
.fs-c-productCarouselMainImage__thumbnailList > li {
  flex-basis: 50px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .fs-c-productCarouselMainImage__thumbnailList > li {
    flex-basis: 80px;
  }
}
.fs-c-productCarouselMainImage__thumbnail__img {
  border: 1px solid transparent;
}

/* 商品名枠*/
.fs-c-productNameHeading {
  line-height: 1.4;
  padding: 0 4%;
  margin-bottom: 5px;
}
.fs-c-productNameHeading__copy {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: -0.005em;
}
.fs-c-productNameHeading__name {
  font-family: "linotype-didot", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2.6rem;
}
@media screen and (min-width: 768px) {
  .fs-c-productNameHeading {
    padding: 0 5%;
  }
  .fs-c-productNameHeading__copy {
    font-size: 1.6rem;
  }
  .fs-c-productNameHeading__name {
    font-size: 3.2rem;
  }
}

/* 商品価格枠*/
.fs-c-productPrice.fs-c-productPrice--selling {
  padding: 0px 4%;
}
@media screen and (min-width: 768px) {
  .fs-c-productPrice.fs-c-productPrice--selling {
    padding: 0 5%;
  }
}

/* レビューマーク */
.productRating {
  justify-content: flex-end;
  position: relative;
  top: -30px;
  font-size: 1.1rem;
  padding: 0 5%;
  height: 0px;
}
@media screen and (min-width: 768px) {
  .productRating {
    padding: 0 15%;
  }
}

.fs-c-reviewStars {
  letter-spacing: -0.1em;
}
/*
.fs-c-reviewStars::before {
  color:#575757;
}
.fs-c-rating__value {
  color:#575757;
}
*/

/* カートボタン関連変更 */
.fs-c-button--primary {
  min-width: 320px;
}

.fs-c-buttonContainer {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .fs-c-buttonContainer {
    margin-top: 30px;
  }
}

/** 商品説明枠 */
.fs-p-productDescription {
  margin: 30px 0 10px 0;
  padding: 5px 0 5px 2%;
}
.fs-p-productDescription > h3 {
  /* font-weight: bold; */
  font-size: 1.8rem;
  font-weight: 500;;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .fs-p-productDescription {
    padding: 5px 0 5px 5%;
  }
  .fs-p-productDescription > h3 {
    font-size: 1.9rem;
  }
}
.fs-p-productDescription.fs-p-productDescription--full {
  border-top: 1.5px solid #e5e5e5;
  /* border-bottom: 1.5px solid #e5e5e5; */
}
.fs-p-productDescription.fs-p-productDescription--full > ul {
  padding-left: 26px;
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .fs-p-productDescription.fs-p-productDescription--full > ul {
    font-size: 1.6rem;
  }
}
.fs-p-productDescription.fs-p-productDescription--full > ul > li {
  padding-bottom: 6px;
}


/** 商品説明 作り込み枠 */
.yocabito_productDetail_section {
  border-bottom: 1px solid #e5e5e5;
}


/** 商品詳細説明 作り込み枠（商品特徴） */
.yocabito_productDetail_future_row {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 17px 3px;
}
/* 768px以上の画面サイズなら画像とコメント反転交互表示を適用させる*/
@media screen and (min-width: 768px) {
  .yocabito_productDetail_future_row {
    display: flex;
  }
  .yocabito_productDetail_future_row.reverse {
    flex-direction: row-reverse;
  }
}
/* 画像枠とコメント枠幅*/
.yocabito_productDetail_future_col_image {
  width: 50%;
  padding: 2%;
}
.yocabito_productDetail_future_col_pickup {
  width: 50%;
  /* margin-top: 12px; */
}
/* 子要素PCレイアウトスタイル*/
.yocabito_productDetail_future_row > * > *{
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
.yocabito_productDetail_future_row > * > p {
  margin: 0px;
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.7;
  padding: 5px 4% 10px 4%;
}
.yocabito_productDetail_future_row > * > p > span {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.4;
}
/* 子要素SPレイアウトスタイル*/
@media screen and (max-width: 768px) {
  .yocabito_productDetail_future_row > * {
    width: 100%;
    margin: auto;
    padding: 5px;
    max-width: 600px;
  }
  .yocabito_productDetail_future_row > * > p {
    padding: 3px 1% 8px 1%;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .yocabito_productDetail_future_row > * > p > span {
    font-size: 1.9rem;
    line-height: 1.3;
  }
}

/* 商品画像altの商品説明表示 */
.prd-detail {
  padding: 0px 3%;
}


/** 商品説明 スペック枠 */
.yocabito_productDetail_spec_row {
  padding: 20px 2%;
}
/*
@media screen and (min-width: 768px) {
  .yocabito_productDetail_spec_row {
    padding: 20px 2%;
  }
}
*/
.yocabito_productDetail_spec_row > h3 {
  font-size: 1.8rem;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .yocabito_productDetail_spec_row > h3 {
    font-size: 1.9rem;
    padding: 0 10px;
  }
}

.fs-c-specTable {
  font-size: 1.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fs-c-specTable {
    font-size: 1.6rem;
  }
}
.fs-c-specTable, .fs-c-specTable__headerCell, .fs-c-specTable__dataCell {
  border: none;
}
.fs-c-specTable__headerCell {
  background: rgba(256, 256, 256, 1);
  text-align: left;
  white-space: nowrap;
  /* border-bottom: 1px solid #d5d5d5; */
}
@media screen and (min-width: 768px) {
  .fs-c-specTable__headerCell {
    width: 150px;
  }
}
.fs-c-specTable__dataCell {
  text-align: left;
  white-space: normal;
  /* border-bottom: 1px solid #d5d5d5; */
}
.fs-c-specTable__headerCell, .fs-c-specTable__dataCell {
  padding: 10px 6px;
  border-top: 1px solid #d5d5d5;
}
@media screen and (min-width: 768px) {
  .fs-c-specTable__headerCell, .fs-c-specTable__dataCell {
    padding: 20px 15px;
  }
}

/* レビュー書き込みマーク */
.fs-c-productReview__addReview.fs-c-buttonContainer.fs-c-buttonContainer--addReview--detail {
  padding: 5px;
  white-space: nowrap;
  margin-left: auto;
  width: 150px;
}
.fs-c-button--addReview--detail.fs-c-button--plain {
  margin-right: auto;
}

/** 任意商品表示パーツのオプション商品のカートボタン変更*/
.fs-c-button--addToCart--list.fs-c-button--plain {
  background: #ff4d20;
  border: 1px solid #ff4d20;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 0 2px #b2b2b2;
  padding: 0;
  min-width: 200px;
  max-width: 200px;
  display: block;
  line-height: 36px;
  position: relative;
  border: none;
}
.fs-c-button--plain.fs-c-button--addToCart--list::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .fs-c-button--addToCart--list.fs-c-button--plain {
    min-width: 128px;
    max-width: 128px;
    height: 30px;
    border-radius: 5px;
    line-height: 30px;
  }
}
/* 任意商品表示パーツのオプション品 SPレイアウト調整*/
@media screen and (max-width: 768px) {
  .fs-c-productListCarousel__list__item {
    max-width: 150px;
    min-width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .fs-c-productListItem__control {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .fs-c-productListCarousel__ctrl {
    min-width: 12px;
  }
}
@media screen and (max-width: 768px) {
  .fs-c-button--carousel {
    font-size: 3.0rem;
  }
}
