@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) {
  .fs-c-registeredUsers__title {
    margin: 20px 5.5vw;
  }
}
@media screen and (min-width: 768px) {
  .fs-c-registeredUsers__title {
    margin-top: 20px;
  }
}

.fs-c-inputInformation {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .fs-c-inputInformation__message {
    font-size: 0.875rem;
    margin: 20px 5.5vw;
  }
}
@media screen and (min-width: 768px) {
  .fs-c-inputInformation__message {
    margin-top: 20px;
  }
}
.fs-c-inputInformation__field {
  margin-top: 20px;
}
@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-c-inputInformation__link {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  color: #3ba4f1;
  text-decoration: underline;
  margin-top: 20px;
}

.fs-c-orderedList {
  margin: 0;
}
.fs-c-orderedList li {
  margin: 0 !important;
}

@media screen and (max-width: 767px) {
  .fs-c-otherServiceLogin {
    border-top: dashed 1px #d5d5d5;
    margin: 30px 5.5vw 0;
    padding-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .fs-c-otherServiceLogin {
    border: 4px solid #f2f2f2;
    margin-top: 30px;
    padding: 30px 20px;
  }
}

@media screen and (max-width: 767px) {
  .fs-c-linkedServiceLogin {
    width: 290px;
    min-width: 130px;
    max-width: 375px;
    margin: 0 auto;
  }
}
.fs-c-linkedServiceLogin__title {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fs-c-linkedServiceLogin__title {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .fs-c-linkedServiceLogin__title {
    margin-bottom: 20px;
  }
}
.fs-c-linkedServiceLogin__login {
  display: grid;
}
@media screen and (max-width: 767px) {
  .fs-c-linkedServiceLogin__login {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .fs-c-linkedServiceLogin__login {
    width: 590px;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 0 auto;
  }
}

.fs-c-anotherLogin--line {
  width: 290px;
  min-width: 130px;
  max-width: 375px;
  margin: 20px auto 0;
}
@media screen and (min-width: 768px) {
  .fs-c-anotherLogin--apple {
    cursor: pointer;
  }
  .fs-c-anotherLogin--apple:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .fs-c-anotherLogin__button--line {
    width: 199px;
    margin: 0 auto;
  }
}
.fs-c-anotherLogin__message--amazon, .fs-c-anotherLogin__message--line {
  display: none;
}

@media screen and (max-width: 767px) {
  .fs-c-newUsers {
    border-top: dashed 1px #d5d5d5;
    margin: 30px 5.5vw;
    padding-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .fs-c-newUsers {
    margin-top: 30px;
  }
}
.fs-c-newUsers__title {
  text-align: center;
  font-weight: 700;
}
.fs-c-newUsers__message {
  margin-top: 10px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .fs-c-newUsers__message {
    text-align: center;
  }
}

.fs-c-guestPurchase {
  margin-top: 30px;
}

.fs-c-button--guestPurchase {
  display: block;
  border-radius: 100vmax;
  font-size: 0.875rem;
  font-weight: 700;
  color: #3ba4f1;
  text-align: center;
  text-decoration: underline;
}

.fs-c-buttonContainer--myPageTop {
  font-size: 0.875rem;
  font-weight: 700;
  color: #3ba4f1;
  margin-top: 30px;
}

/*
  メルマガ登録
*/
.fs-body-newsletter-subscribe .fs-c-inputInformation__message img {
  max-width: 560px;
}
.fs-body-newsletter-subscribe .fs-c-privacyPolicyAgreeField {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .fs-body-newsletter-subscribe-success .fs-l-main {
    margin-right: 5.5vw;
    margin-left: 5.5vw;
  }
}
.fs-body-newsletter-subscribe-success .fs-c-documentContent {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .fs-body-newsletter-subscribe-success .fs-c-buttonContainer--topPage {
    margin: 30px 5.5vw 0;
  }
}
@media screen and (min-width: 768px) {
  .fs-body-newsletter-subscribe-success .fs-c-buttonContainer--topPage {
    margin-top: 30px;
  }
}
.fs-body-newsletter-subscribe-success .fs-c-buttonContainer--topPage a {
  width: 100%;
  display: inline-block;
  border: solid 2px #3ba4f1;
  background: #3ba4f1;
  color: #fff;
  border-radius: 100vmax;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .fs-body-newsletter-subscribe-success .fs-c-buttonContainer--topPage a {
    max-width: 260px;
  }
}

/*
  ポイントおまとめ
*/
@media screen and (max-width: 767px) {
  #fs_membership_merge_modal .fs-c-modal__inner {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 768px) {
  #fs_membership_merge_modal .fs-c-modal__inner {
    width: 768px;
    max-width: 90vw;
    padding: 40px 30px;
  }
}
#fs_membership_merge_modal .fs-c-modal__header {
  align-items: center;
}
#fs_membership_merge_modal .fs-c-modal__contents {
  padding: 0;
}
#fs_membership_merge_modal .fs-c-inputInformation__message {
  margin: 0;
}
#fs_membership_merge_modal .fs-c-mergeCardInfo th {
  padding-right: 20px;
}
#fs_membership_merge_modal .fs-c-inputInformation__button {
  margin-right: 0;
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .fs-body-membership-merge-success .fs-c-documentContent {
    text-align: center;
    margin-top: 30px;
  }
}
.fs-body-membership-merge-success .fs-c-button--myPageTop {
  border: solid 2px #3ba4f1;
  border-radius: 100vmax;
  background: #3ba4f1;
  color: #fff;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .fs-body-membership-merge-success .fs-c-button--myPageTop {
    width: 100%;
    max-width: 260px;
  }
}

/*
  パスワード認証ページ
*/
@media screen and (max-width: 767px) {
  .fs-body-auth .fs-c-inputInformation__field {
    margin-right: 5.5vw;
    margin-left: 5.5vw;
  }
}