@charset "UTF-8";
/* CSS Document */

/*共通*/
.fs-c-button--primary,
.fs-c-button--secondary {
    box-shadow: none;
}
h1.fs-c-heading.fs-c-heading--page {
    line-break: strict;
}

/*商品レビュー一覧画面--------------------------------------*/
.fs-p-announcement__title {
	color: #333333;
    margin: 0 0 0.83em;
}

.fs-c-history {
    margin-bottom: min(80px, 21vw);
}
/*レビュー商品情報*/
.fs-c-productNumber {
    background: #ffffff;
}

.box_info_item_review {
    background: #f2f2f2;
    margin-bottom: 32px;
    padding: 1.5em;
}

.fs-l-pageMain .fs-c-aggregateRating .fs-c-reviewStars::before,
.fs-c-rating__value{
  color: #FD7F1E;
}
.fs-c-aggregateRating__count::before {
    content: "(";
}
.fs-c-aggregateRating__count::after {
    content: "件)";
}
.fs-c-productReviewed + .fs-c-aggregateRating {
    margin: 24px auto 0;
}


/*レビュワープロフィール*/
.fs-l-pageMain .fs-c-reviewList__item {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: inherit;
    padding: 0;
    border-bottom: 1px solid #DDDDDD;
    padding: 32px 35px;
    position: relative;
}

.fs-l-pageMain .fs-c-reviewList__item__info {
  display: flex;
  flex-direction: inherit;
  align-items: center;
}
.fs-l-pageMain .fs-c-reviewer__name::after {
  content: "/";
  display: inline-block;
  margin: 0 5px;
  vertical-align: text-bottom;
}
.fs-l-pageMain .fs-c-reviewer__name span {
  font-size: 16px;
}
.fs-l-pageMain .fs-c-reviewer__name span::after {
  font-size: 87.5%;
  display: inline-block;
  margin-left: 5px;
}

.fs-c-reviewer__profile {
    display: flex;
    align-items: center;
}

.fs-l-pageMain .fs-c-reviewer__profile span {
  font-size: 14px;
}
.fs-l-pageMain .fs-c-reviewer__profile span:not(:last-of-type)::after {
  content: "/";
  display: inline-block;
  margin: 0 5px;
  vertical-align: text-bottom;
}
.fs-l-pageMain .fs-c-reviewInfo__reviewer {
  flex-direction: row;
  align-items: center;
  margin-right: 20px;
}

/*星のスタイル*/
.fs-l-pageMain .fs-c-reviewRating .fs-c-reviewStars::before {
  color: #FD7F1E;
}
.fs-l-pageMain .fs-c-reviewList__item__body {
  border: none;
  width: 83.5%;
  margin-left: auto;
  background: #F2F2F2;
  border-radius: 12px;
  padding: 32px;
  margin-top: 23px;
}

/*日付*/
.fs-l-pageMain .fs-c-reviewInfo__date {
    position: absolute;
    right: 0;
}
.fs-l-pageMain .fs-c-reviewInfo__date dt, 
.fs-l-pageMain .fs-c-reviewInfo__date dd {
    font-size: 14px;
    color: #666666;
}

/*レビューテキスト*/
.fs-l-pageMain .fs-c-reviewList__item__body {
  border: none;
  width: 83.5%;
  margin-left: auto;
  background: #F2F2F2;
  border-radius: 12px;
  padding: 32px;
  margin-top: 23px;
}

@media screen and (max-width: 767px) {
	
/*レビュー商品情報*/
#item_review_all .fs-c-productImage__image {
    margin: 0 auto 1em;
}
#item_review_all .fs-c-productReviewed__name,
#item_review_all .fs-c-productReviewed__number
#item_review_all .fs-c-productReviewed__prices.fs-c-productPrices {
    margin: auto;
}
.fs-c-aggregateRating__count {
    flex-grow: inherit;
}	
	
/*レビュワープロフィール*/
.fs-l-pageMain .fs-c-reviewList__item {
    padding: 8.5333333333vw 0;
}	
.fs-l-pageMain .fs-c-reviewList__item__info,
.fs-l-pageMain .fs-c-reviewInfo__reviewer {
    flex-wrap: wrap;
}
.fs-l-pageMain .fs-c-reviewInfo__reviewer {
    order: 1;
}
.fs-l-pageMain .fs-c-reviewer__name {
    width: 100%;
    margin: 0 0 4.2666666667vw;
}
.fs-l-pageMain .fs-c-reviewer__name span {
  font-size: 4.2666666667vw;
}
.fs-l-pageMain .fs-c-reviewer__name::after {
    content: none;
}

/*日付*/
.fs-l-pageMain .fs-c-reviewInfo__date {
    order: 3;
    position: inherit;
}
.fs-l-pageMain .fs-c-reviewInfo__date dt, 
.fs-l-pageMain .fs-c-reviewInfo__date dd  {
    font-size: 3.4666666667vw;
}

/*レビュー星*/
.fs-c-reviewRating {
    margin-right: auto;
    order: 2;
}
	
/*レビューテキスト*/
.fs-c-reviewList__item__body.fs-c-reviewBody {
    width: 100%;
    margin-top: 4.2666666667vw;
    padding: 8.5333333333vw;
    border-radius: 3.2vw;
    font-size: 4.2666666667vw;
}
	
}






/*レビューログイン---------------------------*/

/*メッセージ*/
.fs-c-guestReview h2 {
    color: #333333;
    margin-bottom: 0.5em;
}
.fs-c-guestReview h3 {
    color: #333333;
    margin-bottom: 1em;
}

/*ログイン周り*/

.fs-c-subSection__title {
    color: #333333;
}

#fs_ReviewLogin .fs-c-guestReview {
  border-bottom: 1px solid #AAAAAA;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
#fs_ReviewLogin .fs-c-guestReview .fs-c-button--secondary {
  border: 1px solid #444;
  line-height: 38px;
  background: #fff;
  font-size: 18px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#fs_ReviewLogin .fs-c-guestReview .fs-c-button--secondary::before {
  content: "";
  background: url("../img/item/review_describe.svg") no-repeat center/100%;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0 10px 0 0;
}
@media screen and (min-width: 768px) {
  #fs_ReviewLogin .fs-body-review-login .fs-c-loginForm {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
#fs_ReviewLogin .fs-l-main .fs-c-heading--page {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #AAAAAA;
  margin-bottom: 18px;
  color: #111111;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #fs_ReviewLogin .fs-l-main .fs-c-heading--page {
    text-align: center;
    font-size: 4.8vw;
    padding-bottom: 1.3333333333vw;
    margin-bottom: 2.9333333333vw;
  }
}
#fs_ReviewLogin .fs-l-main .fs-c-subSection__title {
  border: none;
  margin-bottom: 15px;
}
#fs_ReviewLogin .fs-l-main .fs-c-inputInformation__field {
  margin: 0 auto;
  padding: 35px;
  max-width: none;
}
#fs_ReviewLogin .fs-l-main .fs-c-inputInformation__link {
  text-align: center;
}
#fs_ReviewLogin .fs-l-main .fs-c-button--primary {
  font-size: 18px;
  color: #fff;
  padding: 0;
  line-height: 40px;
}
#fs_ReviewLogin .fs-l-main .fs-c-button--primary span {
  color: #fff;
}
#fs_ReviewLogin .fs-l-pageMain {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  display: block;
}
#fs_ReviewLogin .fs-l-pageMain .fs-c-subSection {
  flex-grow: inherit;
  flex-basis: auto;
}
@media screen and (min-width: 1024px) {
  #fs_ReviewLogin .fs-l-pageMain .fs-c-subSection {
    width: 46.667%;
  }
  #fs_ReviewLogin .fs-l-pageMain .fs-c-subSection:nth-of-type(odd) {
    margin-right: 6.666%;
  }
  #fs_ReviewLogin .fs-l-pageMain .fs-c-subSection.fs-c-newUsers {
    margin-left: 0;
  }
}
#fs_ReviewLogin .fs-c-buttonContainer {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #fs_ReviewLogin .fs-c-subSection {
    margin-bottom: 16vw;
  }
  #fs_ReviewLogin .fs-l-main .fs-c-inputInformation__field {
    padding: 25px;
  }
  #fs_ReviewLogin .fs-l-main .fs-c-subSection__title {
    font-size: 4vw;
  }
  #fs_ReviewLogin .fs-l-main .fs-c-button--primary {
    font-size: 16px;
  }
}








/*樋口追加*/
/*レビュー記入ページ*/
#fs_WriteReview .fs-c-productReviewed {
	grid-template-columns: 1fr 2fr;
}

@media screen and (max-width: 599px) {
	#fs_WriteReview .fs-c-productReviewed {
		display: block;
	}
	
	#fs_WriteReview .fs-c-productReviewed .fs-c-productReviewed__image {
		width: 100%;
		margin: 0 auto 20px;
	}
	
	#fs_WriteReview .fs-c-productReviewed .fs-c-productImage__image {
		width: 100%;
	}
}


@media screen and (min-width: 600px) {
#fs_WriteReview .fs-c-productReviewed .fs-c-productReviewed__image {
	
	  grid-row: 2/10;
	}
}
/*
#fs_WriteReview .fs-c-productReviewed + .fs-c-aggregateRating {
  margin: 24px auto;
  max-width: none;
}

#fs_WriteReview .fs-c-aggregateRating__rating::before {
  font-size: 16px;
  margin-bottom: 10px;
}
*/
#fs_WriteReview .fs-c-reveiwNotes {
  padding: 10px;
}
#fs_WriteReview .fs-c-button--primary {
  background: #444;
}
#fs_WriteReview .fs-c-button--primary span {
  font-size: 18px;
  color: #fff;
  padding: 0;
  line-height: 40px;
}
#fs_WriteReview .fs-c-inputInformation__button {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}



/*レビュー書き込み完了*/
#fs_ReviewSuccess .fs-c-button--secondary{
	background: #444;
}

#fs_ReviewSuccess .fs-c-button--secondary span {
	 font-size: 18px;
  color: #fff;
  padding: 0;
  line-height: 40px;
}

#fs_ReviewSuccess .fs-c-buttonContainer--back {
	display: flex;
	align-items: center;
	justify-content: center;
}




/*該当商品のレビュー*/
#fs_ReviewsByProduct .fs-c-productReviewed {
	grid-template-columns: 1fr 2fr;
}

#fs_ReviewsByProduct .fs-c-productReviewed__image {
	grid-row: 2/10;
}





/*全レビュー一覧*/
#fs_Reviews .fs-l-pageMain .fs-c-reviewList__item {
	display: block;
	min-height: 270px;
}

#fs_Reviews .fs-c-reviewList__item__product {
	float: left;
	width: 23%;
	margin-right: 4%;
}

#fs_Reviews .fs-l-pageMain .fs-c-reviewList__item__body {
	width: 73.5%;
}










