@charset "UTF-8";
/*------------------------------------------------*/
.fs-l-header__inner {
  position: static;
}

.fs-l-main {
  padding: 0 10px;
}
@media (min-width: 600px) {
  .fs-l-main {
    padding: 0;
  }
}

.fs-c-inputInformation__field .fs-c-inputTable {
  width: 80%;
  max-width: 500px;
}

#AmazonPayButton {
  width: 200px !important;
}

.fs-c-button--primary {
  min-width: 200px;
}

.fs-c-anotherLogin--line {
  /*LINE*/
  margin-top: 30px;
}

.fs-c-anotherLogin__button {
  /*LINE*/
  width: 200px;
  margin: 0 auto;
}

.fs-c-anotherLogin__button--amazon {
  margin: 0 auto;
}

button.fs-c-button--displayPassword,
button.fs-c-button--hidePassword {
  background: url(https://osharewalker.itembox.design/item/s/image/common/ic-eye.png) no-repeat center;
  background-size: 16px;
  width: 30px;
}

button.fs-c-button--hidePassword::after {
  display: block;
  content: "";
  height: 20px;
  width: 1px;
  background: #000;
  transform: rotate(45deg);
  position: absolute;
  top: 3px;
  right: 14px;
}
@media (min-width: 600px) {
  button.fs-c-button--hidePassword::after {
    top: 5px;
  }
}

/*スマホレイアウト崩れ-ズーム*/
@media (max-width: 599px) {
  input#fs_input_mailAddress,
  input#fs_input_password {
    font-size: inherit;
    transform: none;
    width: 100%;
    margin-left: 0;
  }
}

/*パスワードをお忘れですか*/
.fs-c-textLinkContainer {
  text-align: center;
  margin-top: 10px;
}
.fs-c-textLinkContainer a {
  text-decoration: underline;
}
.fs-c-textLinkContainer a:hover {
  opacity: 1;
  text-decoration: none;
}

/*その他のログイン方法*/
.fs-c-otherServiceLogin {
  margin: 40px 0 30px;
}
@media (min-width: 600px) {
  .fs-c-otherServiceLogin {
    margin: 80px 0 40px;
  }
}
.fs-c-otherServiceLogin .fs-c-linkedServiceLogin__title {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .fs-c-otherServiceLogin .fs-c-linkedServiceLogin__title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

.fs-c-anotherLogin__message {
  max-width: 600px;
  background: #f7f7f7;
  margin: 0 auto 25px;
  padding: 15px;
  border-radius: 10px;
  position: relative;
}
.fs-c-anotherLogin__message::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #f7f7f7;
}
.fs-c-anotherLogin__button {
  text-align: center;
}
.fs-c-anotherLogin__button img {
  transition: all 0.5s ease 0s;
}
.fs-c-anotherLogin__button img:hover {
  opacity: 0.7;
}

/*会員登録ボタン*/
.fs-c-buttonContainer--memberRegister {
  text-align: center;
}

/*ログインせずに購入ボタン*/
.fs-c-guestPurchase {
  padding-top: 30px;
  border-top: 1px solid #ccc;
}
@media (min-width: 600px) {
  .fs-c-guestPurchase {
    padding-top: 60px;
  }
}

.fs-c-button--guestPurchase {
  display: block;
  width: 200px;
  color: #021d38;
  text-align: center;
  padding: 10px 0;
  border: 1px solid #021d38;
  border-radius: 3px;
  margin: 0 auto;
}
.fs-c-button--guestPurchase:hover {
  background: #eee;
}