@charset "UTF-8";
/* CSS Document */

/* ========================================
　　レイアウト
======================================== */
.fs-l-productLayout.fs-system-product{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
.fs-l-productLayout__item.fs-l-productLayout__item--1{
  flex-shrink: 0;
  width: 39.0625%;
  margin-right: 3.9063%;
}
.fs-l-productLayout__item.fs-l-productLayout__item--2{
  width: 57.03%;
}
.fs-l-productLayout__item.fs-l-productLayout__item--3 {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .fs-l-productLayout.fs-system-product{
    display: block;
    margin-top: 0;
  }
  .fs-l-productLayout__item.fs-l-productLayout__item--1{
    width: auto;
    margin: 0;
  }
  .fs-l-productLayout__item.fs-l-productLayout__item--2{
    margin-top: 25px;
    width: auto;
  }
  .fs-l-productLayout__item.fs-l-productLayout__item--3 {
    width: auto;
  }
}

/* ========================================
　　商品詳細
======================================== */
/*商品タグ*/
.fs-l-productLayout__item .fs-c-productMarks .fs-c-mark {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .fs-l-productLayout__item .fs-c-productMarks .fs-c-mark {
    margin-bottom: 12px;
  }
}

/*商品名パーツ*/
h1.fs-c-productNameHeading{
    
}
h1.fs-c-productNameHeading span{
	font-weight: 400;
  color: #555555;
}
h1.fs-c-productNameHeading span.fs-c-productNameHeading__copy {
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  display: block;
/*  font-family: 'Optima',"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;*/
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

h1.fs-c-productNameHeading span.fs-c-productNameHeading__name{
  font-size: 26px;
  letter-spacing: 0.05em;
  line-height: 1.384;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

@media screen and (max-width: 767px) {
  h1.fs-c-productNameHeading span.fs-c-productNameHeading__copy {
    margin-bottom: 10px;
    font-size: 12px;
    color: #555555;
  }
  
  h1.fs-c-productNameHeading span.fs-c-productNameHeading__name{
    padding: 0;
    font-size: 20px !important;
  }
}

/*商品番号パーツ*/
.fs-c-productNumber{
	border: none;
	display: block;
  margin: 10px 0 8px;
  padding: 0;
}
.fs-c-productNumber .fs-c-productNumber__number{
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .fs-body-product .fs-c-productNumber {
    margin: 8px 0;
    color: #555555;
    font-size: 10px;
  }
}

/*商品価格パーツ*/
.fs-c-productPrices.fs-c-productPrices--productDetail{
  margin: 0 !important;
	color: #917236;
	display: inline-block !important;
}
.fs-c-productPrices.fs-c-productPrices--productDetail span{
  color: #917236;
}
.fs-c-productPrices.fs-c-productPrices--productDetail .fs-c-productPrice__main {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.fs-c-productPrices.fs-c-productPrices--productDetail .fs-c-productPrice__main .fs-c-price__value,
.fs-c-productPrices.fs-c-productPrices--productDetail .fs-c-productPrice__addon {
  font-weight: 400 !important;
}
.fs-c-productPrices.fs-c-productPrices--productDetail .fs-c-productPrice__addon {
  font-size: 12px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .fs-c-productPrices.fs-c-productPrices--productDetail{ 
    width: auto;
  }
  .fs-c-productPrices.fs-c-productPrices--productDetail .fs-c-productPrice__main {
    font-size: 20px;
  }
  .fs-c-productPrices.fs-c-productPrices--productDetail .fs-c-productPrice__addon {
    font-size: 10px !important;
  }
  span.fs-c-price__currencyMark {
    font-size: 22px;
  }
  .fs-c-productPrices.fs-c-productPrices--productDetail .fs-c-productPrice__main .fs-c-price__value {
    font-size: 24px !important;
  }
}

/*ポイントパーツ*/
.fs-body-product .fs-c-productPointDisplay{
  padding: 0;
  background: none;
  color: #555555;
  font-weight: normal !important;
  letter-spacing: 0.05em;
}
.fs-body-product .fs-c-productPointDisplay:before {
  margin: 0 1em;
  content:"／";
  color: #777777;
}
.fs-body-product .fs-c-productPointDisplay__quantity {
  font-weight: normal !important;
}

@media screen and (max-width: 767px) {
  .fs-body-product .fs-c-productPointDisplay{
    font-weight: normal !important;
    font-size: 10px !important;
  }
  .fs-body-product .fs-c-productPointDisplay:before {
    margin: 0 0.5em;
    content:"／";
    color: #777777;
  }
  .fs-body-product .fs-c-productPointDisplay__quantity,
  .fs-body-product .fs-c-productPointDisplay__unit {
    font-weight: normal !important;
  }
}

/*商品マークパーツ*/
.fs-c-productMark{
    margin: 0 0 16px;
}
.fs-c-productMark > li {
    margin-bottom: 3px;
    display: inline-block;
    margin-right: 3px;
}
@media screen and (max-width: 767px) {
  .fs-c-productMark{
    margin: 0 0 12px;
  }
  .fs-c-productMark > li {
    margin-bottom: 3px;
    display: inline-block;
    margin-right: 3px;
  }
}

/*項目選択肢パーツ*/

.fs-body-product .fs-c-productSelection{
    margin-top: 10px;
    padding: 20px;
    background-color: #f8f7f4;
    max-width: 428px;
}
.fs-body-product .fs-c-productSelection dt.fs-c-productSelection__name{
  margin: 0 0 10px;
  padding: 0;
  background: none;
  font-size: 13px;
}
.fs-body-product .fs-c-productSelection dt.fs-c-productSelection__name:nth-of-type(n+2) {
  margin-top: 10px;
}
.fs-body-product .fs-c-productSelection dt.fs-c-productSelection__name span.fs-c-requiredMark{
	display: none;
}
.fs-body-product .fs-c-productSelection dd.fs-c-productSelection__selection{
  padding: 0;
  background: none;
}
.fs-body-product .fs-c-productSelection .fs-c-radio__radioMark,
.fs-body-product .fs-c-productSelection .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
  border: 1px solid #e0e0e0;
}
.fs-body-product .fs-c-productSelection .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
  background: #b29c72;
}

@media screen and (max-width: 767px) {
  .fs-body-product .fs-c-productSelection{
    margin-top: 30px;
    padding: 15px 20px;
  }
  .fs-body-product .fs-c-productSelection__name,
  .fs-body-product .fs-c-productOption__name {
    color: #555;
  }
}

/*カラー*/
.fs-c-variationAndActions__variationLabel {
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .fs-body-product .fs-c-variationList__item__title {
    background-color: #f8f7f4 !important;
  }
  .fs-body-product .fs-c-variationAndActions {
    margin: 10px 0;
    background-color: transparent !important;
  }
  .fs-body-product .fs-c-variationCart {
    padding: 0;
  }
  .fs-body-product .fs-c-button--addToCart--variation span.fs-c-button__label {
    font-size: 14px;
  }
}

/* カラバリ*/
.fs-c-variationList__item__title {
  padding: 5px;
}
.fs-c-variationList__item__body {
  margin-top: 15px;
}
.fs-c-button--addToCart--variation.fs-c-button--primary {
  background-color: #917236 !important; 
}
.fs-c-button--secondary.fs-c-button--subscribeToArrivalNotice--variation {
  box-shadow: none;
  border: none !important;
  background: #cccccc !important;
  color: #000 !important;
}
@media screen and (max-width: 767px) {
  .fs-body-product .fs-c-productActionButton button.fs-c-button--subscribeToArrivalNotice--variation,
  .fs-body-product .fs-c-productActionButton button.fs-c-button--subscribeToArrivalNotice--detail {
    background: #cccccc !important;
    color: #000 !important;
  }
  .fs-body-product .fs-c-button--secondary.fs-c-button--subscribeToArrivalNotice--variation {
    padding: 0.6em 0.5em !important;
  }
}

/*カート・バリエーションごとにボタンパーツ*/
.fs-c-productQuantityAndWishlist{
    margin-top: 10px;
    max-height: 55px;
    display: flex;
}
.fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__quantity {
  order: 1;
  max-width: none;
}
.fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__quantity::before {
    content: "数量";
    display: block;
    font-size: 13px;
}
.fs-c-productQuantityAndWishlist select.fs-c-quantity__select.fs-system-quantity-list {
    border-radius: 0;
    padding: 5px 10px;
    float: none;
    position: relative;
    top: -25px;
    margin-left: 35px;
    width: 80px;
    background: #fff url(https://lindt.itembox.design/item/ec/common/input-arrow-d.png) no-repeat right 6px center;
    background-size: 10px 10px;
}
.fs-c-productQuantityAndWishlist input.fs-c-quantity__number.fs-system-quantity-text {
    border-radius: 0;
    padding: 5px 10px;
    float: left;
    position: relative;
    top: -25px;
    left: 35px;
    box-shadow: none;
    background: #fff url(https://lindt.itembox.design/item/ec/common/input-arrow-d.png) no-repeat right 6px center;
    background-size: 10px 10px;
}
.fs-c-productQuantityAndWishlist__wishlist {
    position: relative;
    margin-left: 10px;
    order: 2;
    top: 12px !important;
}

@media screen and (max-width: 767px) {
  .fs-body-product .fs-c-quantity {
    margin: 0;
    max-width: none;
  }
  .fs-body-product .fs-c-quantity::before {
    content: "数量を選択";
    font-size: 12px;
  }
  .fs-body-product .fs-c-productQuantityAndWishlist{
    position: relative;
    display: flex;
    margin: 15px 0 0;
    padding: 0;
    max-height: none;
    background: none !important;
  }
  .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__quantity {
    order: 1;
    padding-left: 80px;
  }
  .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__quantity::before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    font-size: 13px;
  }
  .fs-c-productQuantityAndWishlist select.fs-c-quantity__select.fs-system-quantity-list {
    border-radius: 0;
    margin-left: 0;
    padding: 5px 10px;
    float: none;
    position: static;
    width: 4em;
  }
  .fs-c-productQuantityAndWishlist input.fs-c-quantity__number.fs-system-quantity-text {
    border-radius: 0;
    padding: 5px 10px;
    float: left;
    position: relative;
    top: -25px;
    left: 35px;
    box-shadow: none;
    background: #fff url(https://lindt.itembox.design/item/ec/common/input-arrow-d.png) no-repeat right 6px center;
    background-size: 10px 10px;
  }
  .fs-c-productQuantityAndWishlist__wishlist {
    order: 2;
    position: relative;
    margin-left: 15px;
    top: 12px !important;
    padding: 0 !important;
  }
}

.fs-c-productActionButton{
    display: block;
    width: 243px;
    margin-top: 10px;
    padding: 0;
}
.fs-c-productActionButton button{
    background: #917236;
    border: none;
    min-width: auto;
    width: 100%;
    padding: 1.3em 1em;
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    box-shadow: none;
}
.fs-c-productActionButton button.fs-c-button--subscribeToArrivalNotice--detail {
	background: #cccccc;
	color:#000;
}
.fs-c-productActionButton button:hover{
    color: #fff;
}
.fs-c-productActionButton button.fs-c-button--subscribeToArrivalNotice--detail:hover{
    color: #000;
}

@media screen and (max-width: 767px) {
  .fs-body-product .fs-c-productActionButton{
    display: block;
    width: 100%;
    margin-top: 20px;
    padding: 0;
}
  .fs-body-product .fs-c-productActionButton button{
    background: #917236 !important;
    border: none;
    min-width: auto;
    width: 100%;
    padding: 1.3em 1em;
    position: relative;
    color: #fff;
    font-weight: bold;
    box-shadow: none;
  }
  .fs-body-product .fs-c-productActionButton span.fs-c-button__label {
    font-size: 14px !important;
  }
}


.fs-c-variationCart__cartButton .fs-c-button--addToCart--variation {
	background: #917236 !important;
	border-color: #917236 !important;
	padding: 0.6em 1.6em;
}
.fs-c-variationList__item__cart .fs-c-variationCart__wishlist{
	position: relative;
}
.fs-c-variationList__item__cart .fs-c-button--addToWishList--icon.fs-c-button--particular,
.fs-c-variationList__item__cart .fs-c-button--removeFromWishList--icon.fs-c-button--particular{
	top: -10px;
	right: 5px;
}
/*お問い合わせパーツ*/
.fs-c-inquiryAboutProduct.fs-c-buttonContainer--inquiryAboutProduct{
    display: block;
    font-size: 13px;
    margin-top: 20px;
    padding: 0;
  }
  .fs-c-inquiryAboutProduct.fs-c-buttonContainer--inquiryAboutProduct button:hover{
    text-decoration: none;
  }
  .fs-c-inquiryAboutProduct.fs-c-buttonContainer--inquiryAboutProduct .fs-c-button--plain{
  color: #555555;
  letter-spacing: 0.05em;
}
.fs-c-inquiryAboutProduct.fs-c-buttonContainer--inquiryAboutProduct .fs-c-button--plain:after {
  position: relative;
  top: -1px;
  margin-left: 5px;
  z-index: 2;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-top: 1px solid #917236;
  border-right: 1px solid #917236;
  display: inline-block;
  content: "";
  transition: ease all 0.3s;
}

@media screen and (max-width: 767px) {
  .fs-body-product .fs-c-buttonContainer--inquiryAboutProduct {
    background: none;
  }
  .fs-c-inquiryAboutProduct.fs-c-buttonContainer--inquiryAboutProduct .fs-c-button--plain{
    text-align: left;
    background: none;
    padding: 0 !important;
  }
  .fs-c-inquiryAboutProduct.fs-c-buttonContainer--inquiryAboutProduct .fs-c-button--plain .fs-c-button__label {
    font-size: 12px;
  }
}

/*販売期間表示パーツ*/
.fs-c-productSalesPeriod{
    margin-top: 9px;
    padding: 0;
    border: none;
    text-align: left;
    color: #917236;
}
.fs-c-productSalesPeriod__label {
  margin-right: 0.5em;
  font-size: 13px;
}
.fs-c-productSalesPeriod__date {
  font-size: 16px;
  letter-spacing: 0.05em;
  font-family: 'Optima',serif;
}
@media screen and (max-width: 767px) {
  .fs-body-product .fs-c-productSalesPeriod {
    margin-top: 20px;
    text-align: left;
  }
  .fs-body-product .fs-c-productSalesPeriod__label {
    margin-right: 0.5em;
    font-size: 12px;
  }
  .fs-body-product .fs-c-productSalesPeriod__date {
    font-size: 14px;
    letter-spacing: 0.05em;
    font-family: 'Optima',serif;
  }
  .fs-body-product .fs-c-time {
    white-space: normal;
  }
}
/*在庫なし表示テキスト*/
.fs-c-productNotice--outOfStock{
    margin-top: 10px;
}
/*SNSシェアボタン*/
.fs-p-snsArea {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px 0 0;
    justify-content: flex-start;
}
.fs-p-snsArea .fb_iframe_widget span{
	height: 21px;
}
.fs-p-snsArea > * {
    margin-right: 8px;
}

@media screen and (max-width: 767px) {
  .fs-body-product .fs-p-snsArea {
    margin: 18px 0 0;
    padding: 0;
    justify-content: flex-start;
  }
}


/* ========================================
　　画像モーダル調整
======================================== */

.fs-c-productImageModal__inner {
  margin-top: 20vh;
}
.fs-c-productImageModalCarousel__figure {
  display: inline-block;
  text-align: center;
}
.fs-c-productImageModalCarousel__figure__image {
  height: 60vh;
  width: 60vh;
  margin: 0 auto;
}
.fs-c-productThumbnail {
  margin-top: 20px;
  gap: 10px 2%;
}
.fs-c-productThumbnail__image {
  margin: 0;
  flex-basis: 15%;
  min-width: 15%;
  line-height: 1;
}
.fs-c-productThumbnail__image img {
  vertical-align: bottom;
}
.fs-c-productThumbnail__image.is-active > img {
  border-color: #917236;
}
.fs-l-productLayout .fs-c-productMainImage__expandButton {
  display: none;
}
.fs-c-productCarouselMainImage{
  display: none;
}

.fs-c-productImageModal .fs-c-slick .slick-prev {
  left: 10px;
}
.fs-c-productImageModal .fs-c-slick .slick-next {
  right: 10px;
}

@media screen and (max-width: 767px) {
  .fs-c-photoswipe.pswp {
    z-index: 10000;
  }
  .fs-c-productCarouselMainImage__expandButton {
    display: none;
  }
  .fs-l-productLayout__item--1 > .fs-c-productThumbnail,
  .fs-l-productLayout__item--1 > .fs-c-productMainImage {
    display: none;
  }
  .fs-c-productCarouselMainImage{
    display: block;
  }
  .slick-active .fs-c-productCarouselMainImage__thumbnail__img {
    border-color: #917236;
  }
  .fs-c-productThumbnail {
    flex-wrap: nowrap;
    margin-top: 10px;
    gap: 0 8px;
    overflow-x: auto;
  }
  .fs-c-productThumbnail__image {
    flex-shrink: 0;
    margin: 0;
    flex-basis: 70px;
    min-width: 70px;
  }

}


/* ========================================
　　タブエリア
======================================== */
.tab_wrap {
  margin: 70px 0 100px;
  border-bottom: 1px solid #e0e0e0;
}
.tab_area {
  position: relative;
  font-size: 0;
  margin: 0 0px;
  display: flex;
  border-left: 1px solid #e0e0e0;
}
.tab_area:after {
  position: absolute;
  z-index: 5;
  content:"";
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #e0e0e0;
}
.tab_label {
  position: relative;
  border: 1px solid #e0e0e0;
  border-left: none;
  background-color: #fff;
  max-width: 32.5%;
  width: 315px;
  padding: 18px 0;
  color: #555555;
  background: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: ease 0.2s all;
  text-decoration: none;
}
.tab_label:hover,
.tab_label.is-current {
  color: #917236;
}
.tab_label.is-current:after {
  display: block;
}
.tab_label:after {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content:"";
  display: block;
  pointer-events: none;
  border: 2px solid #917236;
  display: none;
  box-sizing: border-box;
}
.tab_panel {
  width: 100%;
  padding: 35px 0 70px;
  display: none;
  box-sizing: border-box;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.714;
}
.tab_panel.is-current {
  display: block;
}
.tab_panel p {
  letter-spacing: 1px;
  text-align: left;
}
.tab_panel .product-text-sp02 {
  display: block;
}
.tab_panel .product-text-sp03 {
  display: none;
}
.tab_label--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .tab_wrap {
    margin: 40px -4vw 35px;
  }
  .tab_area {
    display: none;
  }
  .tab_label--sp {
    position: relative;
    display: block;
    border-top: 1px solid #e0e0e0;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 4vw;
  }
  .tab_label--sp:after {
    position: absolute;
    top: calc(50% - 7px);
    right: calc(4vw + 2px);
    content:"";
    display: block;
    height: 6px;
    width: 6px;
    border-top: 2px solid #917236;
    border-right: 2px solid #917236;
    transform: rotate(135deg);
    transition: ease all 0.3s;
  }
  .tab_label--sp.is-current:after {
    top: calc(50% - 3px);
    transform: rotate(-45deg);
  }
  .tab_panel {
    display: block;
    padding: 0;
    width: 100% !important;
  }
  .tab_panel .product-text-sp02 {
    display: none;
  }
  .tab_panel .product-text-sp03 {
    display: block;
  }
  .details_01 {
    display: none;
    padding: 5px 4vw 25px;
    font-size: 13px;
  }
}

.panel_area .tab_panel .details_main table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.panel_area .tab_panel .details_main table th {
  font-weight: normal;
  text-align: left;
  background: #90ee90;
  border-bottom: 1px solid #fff;
  width: 30%;
  padding: 10px;
}
.panel_area .tab_panel .details_main table td {
  padding: 10px;
  width: 70%;
  border-bottom: 1px solid #fff;
  background: #fafafa;
}
.panel_area_table table {
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
}
.panel_area_table table th {
  background: #fff;
  color: #555555;
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  border-top: 0px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  width: 15%;
  padding: 10px 0;
}
.panel_area_table table th.last {
  border-bottom: 1px solid #e0e0e0;
}
.panel_area_table table td {
  border-top: 0px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  color: #555555;
  font-size: 14px;
  width: 75%;
  padding: 5px 10px;
}
.panel_area_table span.chusyaku {
  font-size: 80%;
}
.panel_area_table p {
  margin-top: 0.5em;
}

@media screen and (max-width: 767px) {
  .panel_area_table table th {
    width: 30%;
    padding: 8px 0;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    font-size: 13px;
    font-family: initial;
  }
  .panel_area_table table td {
    width: 70%;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    font-size: 13px;
    font-family: initial;
  }
}


/* ========================================
　　レビュー
======================================== */
.fs-c-productReview {
  margin-top: 20px;
}
.fs-c-aggregateRating {
  justify-content: flex-start;
}
.fs-c-aggregateRating__rating {
  display: flex;
  flex: auto;
  align-items: flex-end;
  max-width: 175px;
}
.fs-c-aggregateRating__count {
  flex-grow: 0;
  line-height: 1;
}
.fs-c-aggregateRating__count:before {
  margin-right: 0.8em;
  content:"／";
  color: #e7e7e7;
}
.fs-c-reviewStars::before {
  font-size: 24px;
}
.fs-c-rating__value {
  margin-top: 2px !important;
  font-family: 'Optima',serif;
  font-size: 18px;
  color: #cb9d26;
}
.fs-c-aggregateRating .fs-c-aggregateRating__rating::before {
  flex: auto;
  flex-grow: 0;
  width: 100%;
  margin-bottom: 8px !important;
  font-size: 12px;
  color: #555555;
}
.fs-c-productReview__reviewList {
  margin-top: 20px;
}
.fs-c-reviewList__item {
  display: flex;
  flex-direction: row;
  border: none !important;
  margin-bottom: 2px;
  padding: 30px 40px;
  background-color: #f8f7f4;
}
.fs-c-reviewList__item .fs-c-reviewStars::before {
  font-size: 19px;
}
.fs-c-reviewList__item__info {
  flex-shrink: 0;
  width: 240px;
}
.fs-c-reviewList__item__body {
  display: flex;
  align-items: center;
  flex-grow: 1;
  border-radius: 5px;
  margin: 0;
  border: none;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.714;
}
.fs-c-reviewer__status {
  margin-right: 10px;
  order: 1;
}
.fs-c-reviewerStatus {
  margin: 0;
  min-width: 0;
  padding: 4px 10px;
  border-radius: 0;
  background-color: #917236 !important;
  font-size: 12px;
}
.fs-c-reviewer__name {
  margin: 0;
  order: 2;
}
.fs-c-reviewer__profile {
  margin: 5px 0 0;
  order: 3;
  width: 100%;
}
.fs-c-reviewInfo__date {
  margin: 0 0 5px;
  letter-spacing: 0.05em;
  font-size: 12px;
  color: #aaaaaa;
}

.fs-c-productReview__allReviews {
  display: flex;
}

.fs-c-productReview__allReviews,
.fs-c-productReview__addReview {
  margin: 20px 15px 0 0;
  padding: 0;
  display: inline-block;
}
.fs-c-productReview__allReviews a,
.fs-c-productReview__addReview a {
  width: 230px;
  padding: 12px 10px;
  border: 1px solid #e0e0e0;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #555555;
}
.fs-c-productReview__allReviews a:hover,
.fs-c-productReview__addReview a:hover {
  text-decoration: none;
}
.fs-c-productReview__allReviews {

}
.fs-c-button--plain.fs-c-button--viewAllReviews::before {
  position: relative;
  content:"";
  vertical-align: middle;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../item/common/icn_bt01.png) 50% 50% no-repeat;
  background-size: contain;
}
.fs-c-button--plain.fs-c-button--addReview--detail::before {
  position: relative;
  content:"";
  vertical-align: middle;
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(../item/common/icn_bt02.png) 50% 50% no-repeat;
  background-size: contain;
}
.fs-c-productReview__addReview {

}

@media screen and (max-width: 767px) {
  .fs-c-productReview {
    margin-top: 15px;
  }
  .fs-c-reviewList__item__info {
    width: auto;
  }
  .fs-c-aggregateRating__rating {
    max-width: 140px;
  }
  .fs-c-aggregateRating .fs-c-aggregateRating__rating::before {
    font-size: 10px;
  }
  .fs-c-reviewStars::before {
    font-size: 18px;
  }
  .fs-c-aggregateRating .fs-c-rating__value {
    font-size: 14px !important;
  }
  .fs-c-aggregateRating__count {
    font-size: 10px;
  }
  .fs-c-aggregateRating__count:before {
    margin-right: 0.5em;
  }
  .fs-c-reviewList__item {
    position: relative;
    padding: 15px;
    display: block;
  }
  .fs-c-reviewInfo__date {
    margin: 0 !important;
    z-index: 5;
    position: absolute;
    top: 12px;
    right: 15px;
  }
  .fs-c-reviewer__name {
    padding-left: 55px;
    width: calc(100% - 10em);
  }
  .fs-c-reviewer__name a {
    text-decoration: underline;
  }
  .fs-c-reviewList .fs-c-reviewer__status {
    position: absolute;
    z-index: 2;
    top: 14px;
    left: 15px;
    margin-right: 8px;
  }
  .fs-c-reviewList .fs-c-reviewStars {
    margin-top: 0px !important;
  }
  .fs-c-reviewList .fs-c-reviewerStatus {
    margin-top: 0 !important;
    padding: 5px 8px;
    font-size: 10px !important;
  }
  .fs-c-reviewList .fs-c-reviewInfo__date {
    margin: 5px 0 0 !important;
    font-size: 10px !important;
    letter-spacing: normal;
  }
  .fs-c-reviewList .fs-c-reviewBody {
    margin: 15px 0 0;
    padding: 10px 15px;
    font-size: 12px !important;
  }
  .fs-c-reviewer__profile {
    font-size: 11px;
  }
  .fs-c-productReview__allReviews,
  .fs-c-productReview__addReview {
    display: block;
    width: 195px;
    margin: 0 auto;
  }
  .fs-c-productReview__allReviews {
    margin-top: 25px;
  }
  .fs-c-productReview__addReview {
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .fs-c-productReview__allReviews a,
  .fs-c-productReview__addReview a {
    display: block;
    width: 100%;
    padding: 12px 10px;
    border: 1px solid #e0e0e0 !important;
    background-color: #fff !important;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.05em;
    color: #555555;
  }
  .fs-c-productReview__allReviews a .fs-c-button__label,
  .fs-c-productReview__addReview a .fs-c-button__label {
    font-size: 12px !important;
  }
}


/* ========================================
　　ギフトサービス
======================================== */
.productColumn {
  max-width: 800px;
  margin: 0 auto 80px;
  line-height: 1;
}
.productColumn img {
  vertical-align: bottom;
}
.productColumn div:nth-child(1) img {
  vertical-align: bottom;
  border-top: 1px solid #e0e0e0;
  margin: 0 0 32px;
  padding: 45px 0 0;
}

@media screen and (max-width: 767px) {
  .productColumn {
    margin: 0 auto 50px;
  }
}


/* ========================================
　　レコメンド
======================================== */
.fs-body-product .fs-recommend--flick {

}
.fs-c-featuredProduct .fs-c-featuredProduct__title,
.fs-body-product .messageCardTitle {
  margin: 100px 0 32px;
  padding: 45px 0 0;
  border: none;
  border-top: 1px solid #e0e0e0;
  text-align: center;
  color: #787878;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.fs-c-button--removeFromWishList--icon.fs-c-button--particular,
.fs-c-button--addToWishList--icon.fs-c-button--particular {
  position: absolute;
  z-index: 5;
  top: 10px;
  right: 10px;
  color: #917236;
}
.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
  color: #917236;
}
.fs-c-button--viewProductDetail.fs-c-button--plain {
  background-color: #917236;
}


@media screen and (max-width: 767px) {
  .fs-c-featuredProduct .fs-c-featuredProduct__title,
  .fs-body-product .messageCardTitle {
    margin: 10px 0 32px;
    padding: 45px 0 0;
    border: none;
    border-top: 1px solid #e0e0e0;
    text-align: center;
    color: #787878;
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}


/* ========================================
　　カルーセル
======================================== */
.fr2-carousel .rcmd-slick-list {
  margin: 0 !important;
}

.fs-c-slick .slick-arrow,
.rcmd-slick-arrow { 
  z-index: 5;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.9) !important;
  box-shadow: 0 6px 9px 0 rgb(0 0 0 / 20%);
}

.fs-c-slick .slick-prev,
.rcmd-slick-prev.rcmd-slick-arrow {
  left: -20px;
}

.fs-c-slick .slick-next,
.rcmd-slick-next.rcmd-slick-arrow {
  right: -20px;
  transform: rotate(0deg) !important;
}
.fs-c-slick .slick-prev:before,
.rcmd-slick-prev.rcmd-slick-arrow:before {
  content:"";
  width: 40px;
  height: 40px;
  display: block;
  opacity: 1;
  transform: rotate(90deg);
  background: url(../common/utils23_ic02.svg) 50% 50% no-repeat !important;
}

.fs-c-slick .slick-next:before,
.rcmd-slick-next.rcmd-slick-arrow:before {
  content:"";
  width: 40px;
  height: 40px;
  display: block;
  opacity: 1;
  transform: rotate(-90deg);
  background: url(../common/utils23_ic02.svg) 50% 50% no-repeat !important;
}
@media screen and (max-width: 767px) {
  .rcmd-slick-arrow,
  .fs-c-slick .slick-arrow,
  .fs-c-slick .slick-arrow:before,
  .rcmd-slick-arrow::before {
    min-width: 0;
    width: 20px !important;
    height: 20px !important;
  }

  .fs-c-slick .slick-prev,
  .rcmd-slick-prev.rcmd-slick-arrow {
    left: -10px !important;
  }

  .fs-c-slick .slick-next,
  .rcmd-slick-next.rcmd-slick-arrow {
    right: -10px !important;
  }

  .fs-c-slick .slick-arrow:before,
  .rcmd-slick-prev.rcmd-slick-arrow:before,
  .rcmd-slick-next.rcmd-slick-arrow:before {
    background-size: 8px auto !important;
  }
  
}


/* ========================================
　　スタッフのおすすめ
======================================== */
.product-details_01-special , .product-details_01-post , .product-details_01-staff {
position: relative;
width: 100%;
border-top: 1px solid #e0e0e0;
margin-top: 20px;
padding-top: 40px;
}
.product-details_01-special::before , .product-details_01-post::before , .product-details_01-staff::before {
position: absolute;
top: 10px;
font-weight: bold;
}
.product-details_01-special::before {
content: "おすすめ特集";
}
.product-details_01-post::before {
content: "おすすめ記事";
}
.product-details_01-staff::before {
content: "リンツスタッフの商品おすすめ";
}
.product-details_01-special , .product-details_01-post {
display: flex;
justify-content: space-between;
}
.product-details_01-special a , .product-details_01-post a {
width: 48%;
box-sizing: border-box;
}
.product-details_01-special a img , .product-details_01-post a img {
width: 100%;
}
.product-details_01-post a {
padding: 8px;
text-decoration: none;
background-color: #f8f7f4;
}
.product-details_01-post a p:nth-child(2) {
margin-top: 10px;
}
.product-details_01-post a p:nth-child(3) {
font-size: 10px;
}
.product-details_01-staff p:nth-child(1) {
font-weight: bold;
background-color: #f8f7f4;
padding: 5px;
}
.product-details_01-staff p:nth-child(1)::before {
content: '';
display: inline-block;
width: 50px;
height: 50px;
background-image: url(//lindt.itembox.design/item/online/item/common/icon_staff.png);
background-size: contain;
vertical-align: middle;
margin-right: 10px;
}
.product-details_01-staff p:nth-child(2) {
margin-top: 10px;
}
@media screen and (min-width: 801px) {
.product-details_01-special , .product-details_01-post , .product-details_01-staff {
width: 640px;
}
.product-details_01-post a {
padding: 12px;
}
}