@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-body-register-success .fs-l-main {
    margin-right: 5.5vw;
    margin-left: 5.5vw;
  }
}

/*
  会員登録
*/
.register-contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  font-size: 0.8125rem;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .register-contents {
    margin-right: 5.5vw;
    margin-left: 5.5vw;
  }
}
@media screen and (min-width: 768px) {
  .register-contents {
    width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
}
.register-contents img {
  border: 1px solid #d5d5d5;
}
.register-contents__message {
  grid-column: 1/span 2;
  text-align: center;
}

.fs-c-inputInformation__message {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .fs-c-inputInformation__message {
    margin-right: 5.5vw;
    margin-left: 5.5vw;
    font-size: 0.875rem;
  }
}
.fs-c-inputInformation__field {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .fs-c-inputInformation__button {
    margin-right: 5.5vw;
    margin-left: 5.5vw;
  }
}

/*
  ゲスト購入
*/
@media screen and (max-width: 767px) {
  .fs-c-guidanceWithButton--membershipCardNotice {
    margin: 0 5.5vw;
  }
}

@media screen and (max-width: 767px) {
  .fs-body-customerDetails .fs-c-guidanceWithButton__message,
  .fs-body-customerDetails .fs-c-inputInformation__message {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .fs-body-customerDetails .fs-c-guidanceWithButton__message,
  .fs-body-customerDetails .fs-c-inputInformation__message {
    width: 550px;
    margin-right: auto;
    margin-left: auto;
  }
}

.fs-c-guidanceWithButton__button {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .fs-c-guidanceWithButton__button {
    width: 200px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .fs-c-guidanceWithButton__button {
    text-align: center;
  }
}

.fs-c-agreementConfirmationArea {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .fs-c-agreementConfirmationArea__message {
    margin: 30px 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .fs-c-agreementConfirmationArea__message {
    margin: 50px 0 10px;
  }
}

#fs_registrationCheckedMessage {
  font-weight: 700;
  text-align: center;
  background: #f2f2f2;
  margin-bottom: 20px;
  padding: 20px 10px;
}

#fs_registrationUncheckedMessage {
  background: #f2f2f2;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  padding: 20px 15px;
}
#fs_registrationUncheckedMessage .detail {
  font-size: 0.875rem;
  font-weight: normal;
  text-align: left;
  margin: 10px 0;
}

.fs-p-listWithCheckmark {
  margin-top: 10px;
}
.fs-p-listWithCheckmark li {
  font-size: 0.875rem;
  font-weight: normal;
  text-align: left;
}
.fs-p-listWithCheckmark li::before {
  content: "\e938";
  font-family: "fs-icon" !important;
  margin-right: 3px;
}

.goto_memberinfo {
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
  margin-top: 2px;
}

.fs-c-agreementConfirmation__password {
  border-top: dashed 1px #d5d5d5;
  margin: 30px 0 0 0;
  padding-top: 30px;
}

.fs-c-agreementConfirmation {
  border-top: dashed 1px #d5d5d5;
  margin: 30px 0 10px;
  padding-top: 30px;
}

.fs-c-agreementConfirmation__message--newsletterUnchecked {
  background-color: #ffeef0;
  font-size: 0.8125rem;
  margin-bottom: 10px;
  padding: 10px 15px;
}

#fs_registerAndContinue {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #fs_registerAndContinue {
    margin: 30px 5.5vw 0;
  }
}
@media screen and (min-width: 768px) {
  #fs_registerAndContinue {
    width: 310px;
    margin: 30px auto 0;
  }
}

#fs_unregisterAndContinue {
  margin-top: 30px;
  font-size: 1.125rem;
  text-align: center;
}

/*
  会員登録完了
*/
.fs-c-registerSuccessMessage__massage {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .fs-c-registerSuccessMessage__massage {
    font-size: 0.875rem;
  }
}
.fs-c-registerSuccessMessage__massage-point {
  border: 4px solid #f2f2f2;
  margin-bottom: 20px;
  padding: 15px 20px;
}
.fs-c-registerSuccessMessage__massage-point strong {
  display: block;
  font-weight: 700;
  color: #e84aa1;
}
@media screen and (max-width: 767px) {
  .fs-c-registerSuccessMessage__massage-point strong {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .fs-c-registerSuccessMessage__massage-point strong {
    font-size: 1.25rem;
  }
}
.fs-c-registerSuccessMessage__info {
  text-align: center;
  margin-top: 30px;
}
.fs-c-registerSuccessMessage__info-title {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.fs-c-registerSuccessMessage__info-txt {
  font-size: 0.875rem;
  margin-top: 15px;
}
.fs-c-registerSuccessMessage__info-txt a {
  color: #3ba4f1;
  text-decoration: underline;
  display: block;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .fs-c-registerSuccessMessage__list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .fs-c-registerSuccessMessage__item {
    border-top: 1px dashed #d5d5d5;
    padding-top: 30px;
  }
  .fs-c-registerSuccessMessage__item:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .fs-c-registerSuccessMessage__item {
    width: calc(50% - 15px);
    display: flex;
    flex-direction: column;
    background: #f2f2f2;
    border-radius: 10px;
    padding: 20px;
  }
}
.fs-c-registerSuccessMessage__return {
  display: block;
  border-radius: 50px;
  background: #3ba4f1;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-top: 50px;
  padding: 15px 20px;
}
@media screen and (min-width: 768px) {
  .fs-c-registerSuccessMessage__return {
    width: 260px;
    margin-right: auto;
    margin-left: auto;
  }
}

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

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