@charset "Shift_JIS";

/* ƒGƒ‰[’Ê’m */
.error-block {
  width: 750px;
  box-sizing: border-box;
  padding: 15px 20px;
  border-radius: 5px;
  border: 2px solid #DB534E;
  margin-top: 40px;
  margin-inline: auto;
  background: #FFF5F5;
}
.error-block h2 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #DB534E;
}
.error-block h2::before {
  content: '';
  background: url(../img/base/ico-notice.svg) no-repeat center / contain;
  display: inline-block;
  vertical-align: -6px;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.error-block p {
  font-size: 12px;
  font-weight: 500;
  line-height: 19px;
  color: #DB534E;
  margin-bottom: 20px;
}
.error-block p:last-child {
  margin-bottom: 0;
}

/* ƒƒOƒCƒ“ */
.login-block {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width: 934px;
  margin: 80px auto;
}
.login-block a:hover {
  color: #DB534E;
  text-decoration: underline;
}
.login-block-login {
  width: 500px;
  padding: 60px 60px 40px;
  box-sizing: border-box;
  margin-bottom: 10px;
  border-radius: 5px;
  background: #FAFAFA;
}
.login-block-login>h1 {
  font-family: "Ÿà–¾’©", YuMincho, "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", "‚l‚r ‚o–¾’©", "‚l‚r –¾’©", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #222;
  margin-bottom: 10px;
}
.login-block-login dl {
  margin-bottom: 20px;
}
.login-block-login dt {
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  color: #000;
  margin-bottom: 5px;
}
.login-block-login dd {
  margin-bottom: 10px;
}
.login-block-login dd:last-child {
  margin-bottom: 0;
}
.login-block-login dd input {
  box-sizing: border-box;
  width: 100%;
  padding: 5px 20px;
  border-radius: 5px;
  border: 1px solid #bbb;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.login-block-checkbox {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #222;
  margin-bottom: 20px;
}
.login-block-checkbox input {
  display: none;
}
.login-block-checkbox label {
  position: relative;
  padding-left: 25px;
}
.login-block-checkbox label::before {
  content: '';
  position: absolute;
  top: 2px;
  display: block;
  width: 17px;
  height: 17px;
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 3px;
  box-sizing: border-box;
}
.login-block-checkbox input:checked+label::before {
  border: none;
  background: #DB534E;
}
.login-block-checkbox input:checked+label::after {
  content: '';
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) scale(1);
  position: absolute;
  top: 6px;
  left: 4px;
  width: 7px;
  height: 4px;
  margin-top: 0;
}
.login-block-submit {
  margin-bottom: 20px;
}
.login-block-submit input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  border: none;
  width: 100%;
  padding: 15px 20px;
  border-radius: 5px;
  background: #DB534E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
}
.login-block-submit.login-block-subcolor {
  margin-top: -10px;
}
.login-block-submit.login-block-subcolor input {
  border: 2px solid #DB534E;
  background: #fff;
  color: #DB534E;
}
.login-block-trouble {
  margin-bottom: 40px;
  text-align: center;
}
.login-block-trouble a {
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: underline;
  color: #000;
  margin-right: 20px;
}
.login-block-trouble a:last-child {
  margin-right: 0;
}
.login-block-others {
  border-top: 1px solid #eee;
  padding: 40px 40px 0;
}
.login-block-others>h2 {
  font-family: "Ÿà–¾’©", YuMincho, "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", "‚l‚r ‚o–¾’©", "‚l‚r –¾’©", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #000;
  margin-bottom: 20px;
}
.login-block-hearst-id {
  margin-bottom: 10px;
}
.login-block .login-block-hearst-id input {
  width: 100%;
  padding: 15px 20px;
  border-radius: 5px;
  background: #5376A0;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  border: none;
}
.login-block .login-block-hearst-id input:hover {
  cursor: pointer;
}
.login-block-line {
  margin-bottom: 10px;
}
.login-block-line button {
  background: #06C755;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  padding: 15px 25px 15px 75px;
  border: none;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  position: relative;
  cursor: pointer;
}
.login-block-line button:hover {
  background-color: #05b34c;
}
.login-block-line button:active {
  background-color: #048b3b;
}
.login-block-line button::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  background: url(../img/base/line.svg) no-repeat center / 32px;
}
.login-block-amazon {
  margin-bottom: 20px;
  height: 77px;
}
.login-block-others>ul {
  list-style-type: none;
  margin-top: 20px;
}
.login-block-others>ul li {
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  color: #000;
}
.login-block-others>ul li a {
  text-decoration: underline;
}
.login-block-first-time {
  width: 374px;
  box-sizing: border-box;
  padding: 60px 30px;
}
.login-block-first-time>h2 {
  font-family: "Ÿà–¾’©", YuMincho, "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", "‚l‚r ‚o–¾’©", "‚l‚r –¾’©", serif;
  color: #222;
  font-size: 18px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 30px;
}
.login-block-first-time>ul {
  list-style-type: none;
  margin-bottom: 40px;
}
.login-block-first-time>ul li {
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  color: #000;
}
.login-block-first-time>h3 {
  font-family: "Ÿà–¾’©", YuMincho, "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", "‚l‚r ‚o–¾’©", "‚l‚r –¾’©", serif;
  border-top: 1px solid #EEE;
  padding-top: 40px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 20px;
}
.login-block-first-time>ul.login-block-merit {
  list-style-type: none;
}
.login-block-first-time>ul.login-block-merit li {
  margin-bottom: 10px;
  background: #FAFAFA;
  padding: 0px 10px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
}
.login-block-first-time>ul.login-block-merit li:last-child {
  margin-bottom: 0;
}
.login-block-first-time>ul.login-block-merit figure {
  width: 60px;
  margin: 0;
  text-align: center;
}
.login-block-first-time>ul.login-block-merit figure img {
  height: 60px;
  width: 100%;
}
.login-block-first-time>ul.login-block-merit p {
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  color: #222;
  width: 224px;
}
div.col1_:has(.login-block) {
  padding-bottom: 0;
}
