@charset "UTF-8";
/*
  フォームテーブル
*/
.fs-c-inputTable {
  font-size: 0.875rem;
  color: #2e2e2e !important;
}
@media screen and (max-width: 767px) {
  .fs-c-inputTable {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .fs-c-inputTable {
    width: 100%;
  }
}
.fs-c-inputTable__headerCell {
  text-align: left;
  background: #f2f2f2;
}
@media screen and (max-width: 767px) {
  .fs-c-inputTable__headerCell {
    width: 100%;
    display: block;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    padding: 10px 5.5vw;
  }
}
@media screen and (min-width: 768px) {
  .fs-c-inputTable__headerCell {
    width: 250px;
    max-width: 250px;
    min-width: 200px;
    vertical-align: middle;
    border: 1px solid #d5d5d5;
    padding: 20px;
  }
}
.fs-c-inputTable__dataCell {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .fs-c-inputTable__dataCell {
    display: block;
    padding: 15px 5.5vw;
  }
}
@media screen and (min-width: 768px) {
  .fs-c-inputTable__dataCell {
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    padding: 15px;
  }
}
.fs-c-inputTable__dataCell input,
.fs-c-inputTable__dataCell select,
.fs-c-inputTable__dataCell textarea {
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  background: #fff;
  padding: 8px;
}
.fs-c-inputTable__dataCell input.is-error,
.fs-c-inputTable__dataCell select.is-error,
.fs-c-inputTable__dataCell textarea.is-error {
  border-color: #ee2e3e;
}
.fs-c-inputTable__dataCell input:focus,
.fs-c-inputTable__dataCell select:focus,
.fs-c-inputTable__dataCell textarea:focus {
  border: 1px solid #3ba4f1;
}
@media screen and (max-width: 767px) {
  .fs-c-inputTable tr:last-child td {
    padding-bottom: 0;
  }
}

.fs-c-inputGroup {
  border: none;
}
.fs-c-inputGroup input {
  border: 1px solid #d5d5d5 !important;
  border-radius: 3px 0 0 3px;
  background: #fff;
  padding: 8px;
}
.fs-c-inputGroup input:focus {
  border: 1px solid #3ba4f1 !important;
}

.fs-c-radio {
  flex-basis: auto;
}
.fs-c-radioGroup {
  flex-direction: inherit;
  gap: 8px 20px;
}

.fs-c-dropdown {
  margin-left: 0 !important;
}
.fs-c-dropdownGroup {
  gap: 15px;
}
.fs-c-dropdown::after {
  width: 10px;
}
.fs-c-dropdown__menu {
  width: 100%;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  padding: 8px;
}

.fs-c-inputDate__year {
  width: calc(4em + 30px);
}

.fs-c-inputDate__month {
  width: calc(2em + 30px + 20px);
}
.fs-c-inputDate__month::before {
  padding-right: 15px !important;
}

.fs-c-inputDate__date {
  width: calc(2em + 30px + 20px);
}
.fs-c-inputDate__date::before {
  padding-right: 15px !important;
}

.fs-c-checkbox__label {
  align-items: flex-start;
}
.fs-c-checkbox__checkMark {
  margin: 0.05em 6px 0 0;
}
.fs-c-checkbox__checkMark::before {
  font-size: 0.75rem;
  left: 0;
}
.fs-c-checkbox__labelText {
  font-size: 0.875rem;
  line-height: 1.4;
}
.fs-c-checkbox__labelText a {
  text-decoration: underline;
}

/*
  その他
*/
.fs-c-inputField__explanation {
  font-size: 0.8125rem;
  color: #707070;
  margin-top: 8px;
}

.fs-c-requiredMark {
  color: #ee2e3e;
}

.fs-c-assist {
  margin-bottom: 0;
  padding-bottom: 0;
}
.fs-c-assist__message {
  color: #ee2e3e;
}

@media screen and (max-width: 767px) {
  .fs-c-additionalCheckField {
    margin: 0 5.5vw;
  }
}

.fs-c-agreementConfirmation {
  margin: 0;
  padding: 0;
}

fieldset[name=memberPolicyAgree] {
  margin-top: 30px;
}

.fs-c-buttonContainer {
  text-align: center;
}
.fs-c-buttonContainer--confirmRegister, .fs-c-buttonContainer--memberRegister, .fs-c-buttonContainer--send, .fs-c-buttonContainer--login {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .fs-c-buttonContainer--confirmRegister, .fs-c-buttonContainer--memberRegister, .fs-c-buttonContainer--send, .fs-c-buttonContainer--login {
    text-align: center;
  }
}
.fs-c-buttonContainer--pair {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .fs-c-buttonContainer--pair {
    margin: 30px 5.5vw 0;
  }
}
@media screen and (min-width: 768px) {
  .fs-c-buttonContainer--pair {
    margin: 40px auto 0;
  }
}

.fs-c-button--primary, .fs-c-button--standard {
  display: inline-block;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .fs-c-button--primary, .fs-c-button--standard {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .fs-c-button--primary, .fs-c-button--standard {
    width: 100%;
    max-width: 260px;
  }
}
.fs-c-button--primary {
  border: solid 2px #3ba4f1;
  background: #3ba4f1;
  color: #fff;
}
.fs-c-button--standard {
  border: solid 2px #3ba4f1;
  color: #3ba4f1;
}
.fs-c-button--secondary {
  font-size: 0.875rem;
  font-weight: 700;
  color: #3ba4f1;
}
.fs-c-button--hidePassword, .fs-c-button--displayPassword {
  width: 40px;
  position: relative;
  border-top: solid 1px #d5d5d5;
  border-bottom: solid 1px #d5d5d5;
  border-right: solid 1px #d5d5d5;
  border-radius: 0 3px 3px 0;
  padding: 8px;
  background: url("https://devirockstore.net/s/assets/image/common/icon/masking_solid_bk.svg") center/20px auto no-repeat;
}
.fs-c-button--hidePassword:focus, .fs-c-button--displayPassword:focus {
  border: 1px solid #3ba4f1;
}
.fs-c-button--displayPassword::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 8px;
  width: 21px;
  height: 2px;
  background: currentColor;
  transform: rotate(45deg);
}

.fs-favorite_release span,
.fs-favorite_entry span {
  display: none;
}
.fs-favorite_release::after,
.fs-favorite_entry::after {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
}

.fs-favorite_release::after {
  background: url(https://devirockstore.net/s/assets/image/common/icon/heart_fill_pk.svg) no-repeat 0 0/100%;
}

.fs-favorite_entry::after {
  background: url(https://devirockstore.net/s/assets/image/common/icon/heart_stroke_bk.svg) no-repeat 0 0/100%;
}

@media screen and (min-width: 768px) {
  .fs-l-main {
    max-width: 800px;
    width: calc(100% - 60px);
  }
}

@media screen and (max-width: 767px) {
  .c-heading--center {
    margin-right: 5.5vw;
    margin-left: 5.5vw;
  }
}

/*
  商品レビューを書く
*/
.fs-c-productReviewed {
  display: grid;
  grid-template-columns: 90px 1fr;
  background: #f2f2f2;
  margin-top: 20px;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .fs-c-productReviewed {
    gap: 5px 20px;
  }
}
@media screen and (min-width: 768px) {
  .fs-c-productReviewed {
    gap: 0 20px;
  }
}
.fs-c-productReviewed__image {
  grid-row: 1/span 3;
  grid-column: 1;
}
.fs-c-productReviewed__name {
  grid-row: 1;
  grid-column: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  color: #3ba4f1;
}
@media screen and (max-width: 767px) {
  .fs-c-productReviewed__name {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .fs-c-productReviewed__name {
    font-size: 0.875rem;
  }
}
.fs-c-productReviewed__number {
  grid-row: 2;
  grid-column: 2;
  font-size: 0.75rem;
}
.fs-c-productReviewed__prices {
  grid-row: 3;
  grid-column: 2;
}

.fs-c-productPrice--listed {
  display: none;
}
.fs-c-productPrice--selling {
  display: flex;
}
.fs-c-productPrice__main__price {
  font-size: 0.75rem;
}
.fs-c-productPrice__main__addon {
  font-size: 0.625rem;
}
.fs-c-productPrice__addon {
  font-size: 0.625rem;
}

.fs-c-aggregateRating {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
}
.fs-c-aggregateRating__rating {
  align-items: center;
  gap: 5px;
}
.fs-c-aggregateRating__count::before {
  content: "(";
}
.fs-c-aggregateRating__count::after {
  content: "件)";
}

.fs-c-reveiwNotes {
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .fs-c-reveiwNotes {
    margin: 30px 5.5vw 0;
  }
}
@media screen and (min-width: 768px) {
  .fs-c-reveiwNotes {
    margin-top: 30px;
  }
}

.fs-c-inputInformation__field {
  margin-top: 20px;
}

.fs-c-inputTable--child {
  width: 100%;
  table-layout: fixed;
  margin-top: 10px;
}
.fs-c-inputTable--child th,
.fs-c-inputTable--child td {
  display: table-cell;
  background: #fff;
  border: none;
  vertical-align: middle;
  padding: 8px 5px;
}
@media screen and (min-width: 768px) {
  .fs-c-inputTable--child th {
    width: auto;
    min-width: auto;
  }
}
@media screen and (max-width: 767px) {
  .fs-c-inputTable--child td {
    width: calc(10em + 16px);
  }
}
@media screen and (min-width: 768px) {
  .fs-c-inputTable--child td {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .fs-c-inputTable--child .fs-c-radioGroup {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .fs-c-inputInformation__button {
    margin: 30px 5.5vw 0;
  }
}
@media screen and (min-width: 768px) {
  .fs-c-inputInformation__button {
    margin-top: 30px;
  }
}

.fs-body-review-write .fs-c-buttonContainer--back a {
  border: none;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .fs-c-reviewSuccessComment {
    margin: 30px 5.5vw 0;
  }
}
@media screen and (min-width: 768px) {
  .fs-c-reviewSuccessComment {
    text-align: center;
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .fs-body-review-success .fs-c-buttonContainer--back,
  .fs-body-review-success .fs-c-buttonContainer--topPage {
    margin: 30px 5.5vw 0;
  }
}
@media screen and (min-width: 768px) {
  .fs-body-review-success .fs-c-buttonContainer--back,
  .fs-body-review-success .fs-c-buttonContainer--topPage {
    margin-top: 30px;
  }
}

/*
  ページャー・表示数
*/
.fs-c-listControl__status {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .fs-c-listControl__status {
    margin: 20px 5.5vw 0 0;
  }
}
@media screen and (min-width: 768px) {
  .fs-c-listControl__status {
    margin-top: 20px;
  }
}
.fs-c-listControl__status__total {
  display: block;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .fs-c-listControl__status__total {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .fs-c-listControl__status__total {
    font-size: 1.125rem;
  }
}
.fs-c-listControl__status__total::after {
  content: "件";
  font-size: 0.75rem;
  margin-left: 0.25em;
}
.fs-c-listControl__status__total__label {
  display: none;
}
.fs-c-listControl__status__indication {
  display: none;
}

.fs-c-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  margin-top: 40px;
}
.fs-c-pagination__item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fs-c-pagination__item {
    min-width: 40px;
  }
}
@media screen and (min-width: 768px) {
  .fs-c-pagination__item {
    flex-grow: 1;
  }
}
.fs-c-pagination__item::after {
  content: "";
  width: 1px;
  height: 1em;
  display: block;
  background: #f2f2f2;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 0;
}
.fs-c-pagination__item:nth-last-child(2)::after, .fs-c-pagination__item:last-child::after {
  display: none;
}
.fs-c-pagination__item--next, .fs-c-pagination__item--prev {
  width: 40px;
  display: flex;
  align-items: center;
  flex-grow: 0;
}
.fs-c-pagination__item--next::before, .fs-c-pagination__item--prev::before {
  content: "";
  width: 8px;
  height: 13px;
  display: block;
  background-size: 8px auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.fs-c-pagination__item--next::after, .fs-c-pagination__item--prev::after {
  display: none;
}
.fs-c-pagination__item--next {
  margin-right: 10px;
}
.fs-c-pagination__item--next::before {
  background-image: url(https://devirockstore.net/s/assets/image/common/arrow/blue.svg) no-repeat 0 0/100%;
}
.fs-c-pagination__item--prev {
  margin-left: 10px;
}
.fs-c-pagination__item--prev::before {
  background-image: url(https://devirockstore.net/s/assets/image/common/arrow/blue.svg) no-repeat 0 0/100%;
  transform: rotate(180deg);
}

.fs-c-listControl:first-of-type .fs-c-pagination {
  display: none;
}

.fs-c-listControl:last-of-type .fs-c-listControl__status {
  display: none;
}

/*
  一覧共通設定
*/
@media screen and (max-width: 767px) {
  .fs-c-reviewList {
    margin: 20px 5.5vw 0;
  }
}
@media screen and (min-width: 768px) {
  .fs-c-reviewList {
    margin-top: 20px;
  }
}
.fs-c-reviewList__item {
  border: 1px solid #d5d5d5;
  padding: 20px;
}
.fs-c-reviewList__item:nth-child(n+2) {
  margin-top: 30px;
}
.fs-c-reviewList__item__product {
  font-size: 0.8125rem;
}
.fs-c-reviewList__item__info, .fs-c-reviewList__item__body {
  font-size: 0.875rem;
}
.fs-c-reviewList .fs-c-reviewProduct__info {
  position: absolute;
  top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #3ba4f1;
  font-size: 0.8125rem;
  line-height: 1.4;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .fs-c-reviewList .fs-c-reviewProduct__info {
    left: 160px;
    -webkit-line-clamp: 2;
  }
}
@media screen and (min-width: 768px) {
  .fs-c-reviewList .fs-c-reviewProduct__info {
    left: 180px;
    -webkit-line-clamp: 1;
  }
}

.fs-c-reviewInfo__date {
  display: flex;
  gap: 10px;
  margin-top: 3px;
}
.fs-c-reviewInfo__date dt {
  font-weight: normal;
}

/*
  履歴、会員、店舗
*/
.fs-body-my-reviews .fs-c-reviewList__item,
.fs-body-reviews-reviewer .fs-c-reviewList__item,
.fs-body-reviews .fs-c-reviewList__item {
  display: grid;
  grid-template-columns: 130px 1fr;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fs-body-my-reviews .fs-c-reviewList__item,
  .fs-body-reviews-reviewer .fs-c-reviewList__item,
  .fs-body-reviews .fs-c-reviewList__item {
    gap: 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .fs-body-my-reviews .fs-c-reviewList__item,
  .fs-body-reviews-reviewer .fs-c-reviewList__item,
  .fs-body-reviews .fs-c-reviewList__item {
    gap: 0 30px;
  }
}
.fs-body-my-reviews .fs-c-reviewList__item__product,
.fs-body-reviews-reviewer .fs-c-reviewList__item__product,
.fs-body-reviews .fs-c-reviewList__item__product {
  grid-column: 1;
}
@media screen and (max-width: 767px) {
  .fs-body-my-reviews .fs-c-reviewList__item__product,
  .fs-body-reviews-reviewer .fs-c-reviewList__item__product,
  .fs-body-reviews .fs-c-reviewList__item__product {
    grid-row: 1;
  }
}
@media screen and (min-width: 768px) {
  .fs-body-my-reviews .fs-c-reviewList__item__product,
  .fs-body-reviews-reviewer .fs-c-reviewList__item__product,
  .fs-body-reviews .fs-c-reviewList__item__product {
    grid-row: 1/span 2;
  }
}
.fs-body-my-reviews .fs-c-reviewList__item__info,
.fs-body-reviews-reviewer .fs-c-reviewList__item__info,
.fs-body-reviews .fs-c-reviewList__item__info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-row: 1;
  grid-column: 2;
}
@media screen and (max-width: 767px) {
  .fs-body-my-reviews .fs-c-reviewList__item__info,
  .fs-body-reviews-reviewer .fs-c-reviewList__item__info,
  .fs-body-reviews .fs-c-reviewList__item__info {
    margin-top: 2.8em;
  }
}
@media screen and (min-width: 768px) {
  .fs-body-my-reviews .fs-c-reviewList__item__info,
  .fs-body-reviews-reviewer .fs-c-reviewList__item__info,
  .fs-body-reviews .fs-c-reviewList__item__info {
    margin-top: calc(1.4em + 10px);
  }
}
.fs-body-my-reviews .fs-c-reviewList__item__body,
.fs-body-reviews-reviewer .fs-c-reviewList__item__body,
.fs-body-reviews .fs-c-reviewList__item__body {
  grid-row: 2;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .fs-body-my-reviews .fs-c-reviewList__item__body,
  .fs-body-reviews-reviewer .fs-c-reviewList__item__body,
  .fs-body-reviews .fs-c-reviewList__item__body {
    grid-column: 1/span 2;
  }
}
@media screen and (min-width: 768px) {
  .fs-body-my-reviews .fs-c-reviewList__item__body,
  .fs-body-reviews-reviewer .fs-c-reviewList__item__body,
  .fs-body-reviews .fs-c-reviewList__item__body {
    grid-column: 2;
  }
}
.fs-body-my-reviews .fs-c-reviewList__item__editButton,
.fs-body-reviews-reviewer .fs-c-reviewList__item__editButton,
.fs-body-reviews .fs-c-reviewList__item__editButton {
  text-align: right;
  font-size: 0.8125rem;
  color: #3ba4f1;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .fs-body-my-reviews .fs-c-reviewList__item__editButton,
  .fs-body-reviews-reviewer .fs-c-reviewList__item__editButton,
  .fs-body-reviews .fs-c-reviewList__item__editButton {
    grid-row: 3;
    grid-column: 1/span 2;
  }
}
.fs-body-my-reviews .fs-c-reviewList .fs-c-reviewRating,
.fs-body-reviews-reviewer .fs-c-reviewList .fs-c-reviewRating,
.fs-body-reviews .fs-c-reviewList .fs-c-reviewRating {
  width: 100%;
}
.fs-body-my-reviews .fs-c-reviewList .fs-c-reviewStatus::before,
.fs-body-reviews-reviewer .fs-c-reviewList .fs-c-reviewStatus::before,
.fs-body-reviews .fs-c-reviewList .fs-c-reviewStatus::before {
  content: "(";
}
@media screen and (min-width: 768px) {
  .fs-body-my-reviews .fs-c-reviewList .fs-c-reviewStatus::before,
  .fs-body-reviews-reviewer .fs-c-reviewList .fs-c-reviewStatus::before,
  .fs-body-reviews .fs-c-reviewList .fs-c-reviewStatus::before {
    margin-left: 5px;
  }
}
.fs-body-my-reviews .fs-c-reviewList .fs-c-reviewStatus::after,
.fs-body-reviews-reviewer .fs-c-reviewList .fs-c-reviewStatus::after,
.fs-body-reviews .fs-c-reviewList .fs-c-reviewStatus::after {
  content: ")";
}
.fs-body-my-reviews .fs-c-reviewInfo__reviewer,
.fs-body-reviews-reviewer .fs-c-reviewInfo__reviewer,
.fs-body-reviews .fs-c-reviewInfo__reviewer {
  width: 100%;
}

/*
  商品のレビュー
*/
.fs-body-reviews-product .fs-c-reviewList__item__body {
  margin-top: 10px;
}
.fs-body-reviews-product .fs-c-reviewInfo__reviewer {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}
.fs-body-reviews-product .fs-c-reviewInfo__date {
  display: flex;
  gap: 10px;
  margin-top: 3px;
}
.fs-body-reviews-product .fs-c-reviewInfo__stars {
  border-top: 1px dashed #d5d5d5;
  margin-top: 15px;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .fs-body-reviews-product .fs-c-reviewer__profile {
    width: 100%;
  }
}