html {
  background-color: #ffffff;
  width: 100%;
  overflow: scroll visible;
  margin: 0;
  padding: 0;
  position: relative;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Yu Gothic", "Roboto", "\6E38\30B4\30B7\30C3\30AF\4F53", YuGothic,
    "\6E38\30B4\30B7\30C3\30AF Medium", "Yu Gothic Medium",
    "\6E38\30B4\30B7\30C3\30AF", sans-serif;
}

#wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

#rstyle-logo {
  width: 100%;
  max-width: 131px;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

.min-height {
  padding: 0;
  margin-bottom: 10px;
  height: 20px;
}

.login-container {
  position: relative;
  overflow: scroll visible;
}

.login-box {
  position: absolute;
  padding: 0px;
  background-color: #ffffff;
  box-shadow: 0px 0px 0px 0px #ccc;
  border-radius: 5px;
  border-top: 1px solid #e9e9e9;
  overflow: scroll visible;
}

.is-logout-background {
  margin: 40.5px auto 28.5px;
  padding: 25px;
  width: 100%;
  height: 85px;
  background: var(--primary-variant-90-fde9e8) 0% 0% no-repeat padding-box;
  border: 1px solid var(--primary-e82318);
  background: #FDE9E8 0% 0% no-repeat padding-box;
  border: 1px solid #E82318;
  border-radius: 4px;
  opacity: 1;
}

.text-is-logout {
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) var(--unnamed-font-size-14)/var(--unnamed-line-spacing-20) var(--unnamed-font-family-yugothic);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--primary-e82318);
  text-align: left;
  font: normal normal bold 14px/20px YuGothic;
  letter-spacing: 0px;
  color: #E82318;
  opacity: 1;
}

.is-cb-background {
  text-align: center;
}

@media screen and (max-width: 767.98px) {
  .main-header {
    text-align: center;
    margin-top: 15px;
  }

  .login-header {
    text-align: center;
  }

  .is-logout-background {
    margin: 20.5px auto 8.5px;
    height: 104px;
  }

  .btn-area {
    text-align: center;
    position: relative;
  }

  .margin-guest {
    margin-top: 0px;
  }

  .guest-purchase-background {
    width: 100%;
    margin: auto;
    background-color: #fafafa;
    padding: 10px;
    text-align: center;
  }

  footer {
    color: #ffffff;
    background-color: #333333;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    padding: 2em;
    bottom: 0; /*下に固定*/
    margin-top: auto;
    position: -webkit-sticky;
    position: sticky;
  }

  .footer p {
    font-family: "Roboto";
    font-size: 11px;
    opacity: 0.8;
    margin-bottom: 0%;
  }

  .footer-title {
    width: 100%;
    margin-bottom: 10px;
  }
  .footer-margin {
    width: 0%;
  }
  .footer-copyright {
    width: 100%;
  }
}

@media screen and (min-width: 767.99px) {
  .main-header {
    text-align: center;
    margin-top: 30px;
  }

  .login-header {
    text-align: left;
    margin-left: 70px;
    margin-top: 30px;
  }

  .btn-area {
    text-align: center;
    position: relative;
  }

  .margin-guest {
    margin-top: 40px;
  }

  .guest-purchase-background {
    width: 100%;
    margin: auto;
    background-color: #fafafa;
    padding: 10px;
    text-align: center;
  }

  footer {
    color: #ffffff;
    background-color: #333333;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 2em;
    bottom: 0; /*下に固定*/
    margin-top: auto;
    position: -webkit-sticky;
    position: sticky;
  }

  .footer p {
    font-family: "Roboto";
    font-size: 11px;
    opacity: 0.8;
    margin-bottom: 0%;
  }

  .footer-title {
    margin-left: 70px;
  }
  .footer-margin {
    width: 40%;
  }
  .footer-copyright {
    margin-right: 70px;
  }
}

.margin-top {
  margin-top: 20px;
}

.form-control-lg {
  height: 50px;
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0%;
  background: #ffffff;
  border: 1px solid #dddddd;
  opacity: 1;
  margin-bottom: 10px;
}

.signup-background {
  width: 100%;
  margin: auto;
  background-color: #fafafa;
  padding: 10px;
  text-align: center;
  height: 172px;
}

.label-font {
  font-weight: bold;
}

.btn-lg {
  height: 55px;
  padding:0px 16px !important;
}

.btn-login-color {
  color: #ffffff;
  background: var(--secondary-333) 0% 0% no-repeat padding-box;
  background: #333333 0% 0% no-repeat padding-box;
  border-radius: 3px;
  opacity: 1;
  border-color: #bda4a4;
}

.btn-login-color:hover {
  color: #ffffff;
  background: var(--secondary-333) 0% 0% no-repeat padding-box;
  background: #333333 0% 0% no-repeat padding-box;
  border-radius: 3px;
  opacity: 0.8;
  border-color: #333333;
}

.btn-login-color:focus {
  color: #ffffff;
}

.btn-signup-color {
  color: #ffffff;
  background: var(--primary-e82318) 0% 0% no-repeat padding-box;
  background: #e82318 0% 0% no-repeat padding-box;
  border-radius: 3px;
  opacity: 1;
  border-color: #e82318;
}

.btn-signup-color:hover {
  color: #ffffff;
  background: var(--primary-e82318) 0% 0% no-repeat padding-box;
  background: #e82318 0% 0% no-repeat padding-box;
  opacity: 0.8;
  border-color: #e82318;
}

.btn-google-color {
  color: #222222;
  border: 1px solid var(--k_line-dark-ddd);
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #dddddd;
  border-radius: 3px;
  opacity: 1;
}

.btn-google-color:hover {
  color: #222222;
  border: 1px solid var(--k_line-dark-ddd);
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #dddddd;
  opacity: 0.8;
}

.btn-facebook-color {
  color: #ffffff;
  background: #1877f2 0% 0% no-repeat padding-box;
  border-radius: 3px;
  opacity: 1;
  border-color: #1877f2;
}

.btn-facebook-color:hover {
  color: #ffffff;
  background: #1877f2 0% 0% no-repeat padding-box;
  opacity: 0.8;
  border-color: #1877f2;
}

.btn-apple-color {
  color: #ffffff;
  background: #050505 0% 0% no-repeat padding-box;
  border-radius: 3px;
  opacity: 1;
  border-color: #050505;
}

.btn-apple-color:hover {
  color: #ffffff;
  background: #050505 0% 0% no-repeat padding-box;
  opacity: 0.8;
  border-color: #050505;
}

.btn-line-color {
  color: #ffffff;
  background: #45a024 0% 0% no-repeat padding-box;
  border-radius: 3px;
  opacity: 1;
  border-color: #45a024;
}

.btn-line-color:hover {
  color: #ffffff;
  background: #45a024 0% 0% no-repeat padding-box;
  opacity: 0.8;
  border-color: #45a024;
}

.btn-margin {
  display: inline-block;
  margin-top: 6px;
  margin-bottom: 12px;
}

.btn-text {
  display: flex;
  align-items: center;
}
.btn-text .txt {
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: space-between;
}

.btn-font {
  font-size: 14px;
  font-weight: bold;
}

.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none !important;
}

.btn-toolbar {
  margin-left: 0%;
}

.hr-margin {
  margin-top: 5px;
}

.label-container {
  font-size: 1.4em;
  padding-top: 12px;
  padding-bottom: 0%;
}

.label-container-header {
  font-family: inherit;
  font-weight: bold;
  font-size: 20px;
  padding: 12px;
  text-align: center;
}

.label-container-header-sub {
  font-family: inherit;
  font-weight: bold;
  font-size: 18px;
  padding: 12px;
  text-align: center;
}

.ok-icon-email {
  float: right;
  margin-right: 5px;
  margin-top: -45px;
  position: relative;
}

.ok-icon-password {
  float: right;
  margin-right: 5px;
  margin-top: -45px;
  position: relative;
}

.field-icon {
  color: #555;
  float: right;
  padding: 1px 15px 1px 15px;
  margin-right: 30px;
  margin-top: -47px;
  position: relative;
  z-index: 2;
  background-position: 100%;
  background-size: cover;
  background-color: #f5f5f5;
  border-radius: 12px;
  font-size: 3px;
}

.toggle-password {
  margin-bottom: 0%;
  align-items: center;
  justify-content: center;
}

.toggle-password p {
  display: inline-flex;
  margin-bottom: 0%;
  text-align: center;
  font-size: 10px;
  margin-top: 5px;
}

.img-margin {
  margin-right: 2px;
  margin-bottom: 4px;
}

.img-guest-purcahse-margin {
  margin-right: 2px;
  margin-bottom: 4px;
}

.main-title {
  color: #cf000e;
  border: 1px solid #00000000;
  opacity: 1;
  font-size: 20px;
}

.title {
  color: black;
}

a:hover {
  text-decoration: none;
}

.between-login-social {
  margin-right: 50px;
}

.padding-margin {
  padding: 10px;
  margin: 10px;
}

.underline {
  text-decoration: underline;
  color: black;
  font-size: 12px;
}

.underline:hover {
  color: #808080;
  opacity: 0.8;
}

.password-remind {
  color: black;
}

.password-remind:hover {
  color: #808080;
  opacity: 0.8;
}

.label-guest-purchase {
  margin-bottom: 0%;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: auto;
  background-color: #fafafa;
  padding: 10px;
  text-align: center;
  margin-top: 10px;
}

.label-guest-purchase p {
  display: inline-block;
  margin-bottom: 0%;
  text-align: center;
  font-size: 16px;
}

.label-guest-purchase-caution {
  margin-bottom: 0%;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: auto;
  background-color: #fafafa;
  padding: 10px;
  text-align: center;
  margin-top: 10px;
}
.label-guest-purchase-caution p {
  display: inline-block;
  margin-bottom: 0%;
  text-align: center;
  font-size: 12px;
}

.link-guest-purchase {
  color: black;
}

.link-guest-purchase:hover {
  color: #808080;
  opacity: 0.8;
}

.caution {
  margin-bottom: 0%;
  align-items: center;
  justify-content: center;
}

.caution p {
  display: inline-block;
  margin-bottom: 0%;
  text-align: center;
  font-size: 12px;
}

.caution-text {
  display: flex;
}
.caution-text .txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

input {
  font-size: 16px;
}

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #ffffff inset;
}

#is-logout {
  display: none;
}

#is-cb {
  display: none;
}

#guest-purchase {
  display: none;
}

#error-message {
  display: none;
}

#error-message-email {
  display: none;
}

#error-message-password {
  display: none;
}
