/* 基本 */


.fs-c-button--primary:hover{
  background: #ff9100 !important;
}

main{
  min-height: auto !important;
}

.fs-body-login .fs-c-loginForm{
  margin-bottom: 0;
}


 .fs-l-sideArea + .fs-l-pageMain,
 .fs-l-pageMain + .fs-l-sideArea {
  width: 100%;
  max-width: 100%;
}

 .fs-c-loginForm {
  background-color: #fdf5e8;
}

 button.fs-c-button--displayPassword.fs-c-button--particular {
  padding-right: 11px;
}

 section.fs-c-registeredUsers.fs-c-subSection {
  max-width: 560px;
}

 section.fs-c-newUsers.fs-c-subSection {
  display: none;
}

 .fs-c-button--primary {
  background: #ff9100;
  box-shadow: none;
  border-radius: 200px !important;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

 .fs-c-subSection__title,
 .fs-c-linkedServiceLogin__title {
  color: #232323 !important;
  font-weight: bold;
  border-bottom: 0;
  text-align: center;
}

 .fs-c-anotherLogin__message {
  text-align: center;
}

 h2.fs-c-registeredUsers__title.fs-c-subSection__title {
  display: none;
}

 .fs-c-inputInformation__field {
  background: inherit !important;
  padding: 0 !important;
}

 th.fs-c-inputTable__headerCell {
  background-color: inherit !important;
}

 input#fs_input_mailAddress {
  height: 40px;
  width: 560px;
  padding-left: 13px;
  border: none;
}

 input#fs_input_password {
  height: 40px;
  width: 100%;
  padding-left: 13px;
  box-sizing: border-box;
  border: none;
}

 a.custom-registration__btn.custom-registration__btn--primary {
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
  color: #fff;
  height: 40px;
}

 a.custom-registration__btn.custom-registration__btn--secondary {
  color: #232323;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
  height: 40px;
}

 .fs-c-inputGroup {
  border: none;
}

 .fs-c-inputTable__headerCell,
 .fs-c-inputTable__dataCell {
  padding: 5px 0;
}

 label.fs-c-inputTable__label {
  font-weight: normal;
}

 a.fs-c-textLink {
  display: block;
  text-align: center;
  color: #232323;
  text-decoration: underline !important;
}

 .custom-registration {
  max-width: 560px;
  margin: 40px auto 0;
  text-align: center;
}

 .custom-registration__title {
  font-size: 18px;
  font-weight: bold;
  color: #232323;
  margin-bottom: 0;
}

 .custom-registration__text {
  font-size: 14px;
  color: #232323;
  line-height: 1.8;
  margin-bottom: 10px;
  margin-top: 13px;
}

 .custom-registration__buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

 .fs-c-inputInformation__button {
  margin-top: 0;
}

 .fs-c-inputTable > tbody > tr + tr {
  margin-top: 11px;
}

 .custom-registration__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border-radius: 200px;
  font-size: 14px;
  text-decoration: none;
  box-sizing: border-box;
}

 .custom-registration__btn--primary {
  background: #232323;
  color: #fff;
}

 .custom-registration__btn--secondary {
  background: #fff;
  color: #232323;
  border: 1px solid #232323;
}

 .fs-c-loginForm {
  margin: 80px 0 0 0;
}

 .fs-c-subSection {
  margin-bottom: 50px;
}

 button.fs-c-button--hidePassword.fs-c-button--particular {
  padding-right: 11px;
}

 .fs-c-inputInformation__field{
  margin:33px auto 17px;
}

 .fs-c-otherServiceLogin:not(:first-child){
  margin: 46px 0 48px 0;
}

 .fs-c-anotherLogin__message.fs-c-anotherLogin__message--amazon{
  margin-top: -5px;
}

 .fs-c-buttonContainer{
margin: 3px auto 0;
}

 .fs-c-requiredMark::before{
  color: #ff0000;
  font-size: 14px;
}

 .fs-c-panel--error{
  /* position: absolute; */
  top: 90px;
    width: 40%;
    left: 0;
    text-align: center;
    right: 0;
    margin-bottom: -88px;
}

 .fs-c-panel__contentList__item{
      justify-content: center;
}

 .fs-c-panel{
  padding: 20px;
}

.fs-l-pageMain{
  margin-top: 20rem !important;
}



/* レビューページ用 */

#fs_ReviewLogin .fs-l-pageMain{
  margin-top: 22rem !important;
}

#fs_ReviewLogin.fs-body-review-login .fs-c-loginForm{

margin-top: 80px;
 justify-content: center;
  display: flex;
    margin-bottom: 0;
}


/* お気に入り */

.fs-body-wishlist-login .fs-c-loginForm{

margin-top: 80px;
 justify-content: center;
  display: flex;
    margin-bottom: 0;
}


.fs-body-wishlist-login .fs-c-loginForm{
    margin-bottom: 0;
   }


@media (max-width: 960px){
.fs-body-login .fs-c-loginForm{
  justify-content: center;
  display: flex;

}
.fs-l-pageMain{
  margin-top: auto !important;
}

}



@media (max-width: 767px) {
   .fs-l-sideArea + .fs-l-pageMain,
   .fs-l-pageMain + .fs-l-sideArea {
    padding: 0 !important;
  }

   .fs-c-loginForm {
    padding: 15px;
  }

   input#fs_input_mailAddress {
    width: 100%;
  }

   .fs-l-pageMain {
    margin-bottom: 0 !important;
  }
   .fs-c-button--primary {
    margin-top: 0;
  }
   .fs-c-inputInformation__field {
      margin: 21px auto 17px;
  }

  
    .fs-c-inputInformation__button.fs-c-buttonContainer.fs-c-buttonContainer--login {
    margin-bottom: 0;
  }

   .fs-c-inputInformation__link {
    margin-top: -10px;
  }
   .fs-c-subSection {
    margin-bottom: 35px;
  }
   h1.fs-c-heading.fs-c-heading--page {
    margin: 48px 0 -40px !important;
  }

   .fs-c-inputInformation__field{
    margin-bottom: 19px;
  }
   .fs-c-otherServiceLogin:not(:first-child){
        margin: 43px 0 48px 0;
  }
  * + .fs-c-anotherLogin{
        margin-top: 0px;
  }
  p.line_message{
  font-size: 12px;
  text-align: center;
 }

  p.line_message a{
  color: #232323;
  text-decoration: underline !important;
 }

  .custom-registration{
  margin: 44px auto 0;
 }

  .fs-c-panel--error{
  font-size: 12px;
  width: 100%;
  padding: 10px;
  top: 0;
  margin-bottom: -20px;
 }

  .fs-c-buttonContainer{
  margin-bottom: 15px;
 }

 /* レビューページ用 */

 #fs_ReviewLogin .fs-l-pageMain{
    margin-top: 15rem !important;
 }

 /* お気に入り */

  #fs_WishListLogin .fs-l-pageMain{
    margin-top: 15rem !important;
 }

   #fs_WishListLogin h1.fs-c-heading.fs-c-heading--page{
    margin: 48px 0 -10px !important;
   }

   .fs-body-wishlist-login .fs-c-loginForm{
    margin-top: 20px;
   }
  

}

