@charset "UTF-8";
* {
  box-sizing: border-box;
}

a {
  color: #164596;
  cursor: pointer;
}
a:hover {
  color: #164596;
}
a:active {
  color: #167096;
}
a:visited {
  color: #411696;
}
a:focus {
  outline: none;
}

body {
  background: #eee;
  color: #333;
  font-family: sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 824px) {
  body {
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

.mainColumn {
  background: #fff;
  box-shadow: -1px 0 5px #ccc;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: auto;
  padding: 16px;
}
@media screen and (min-width: 824px) {
  .mainColumn {
    max-width: 400px;
  }
}

.promotionColumn {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: auto;
  padding: 80px 24px;
  background: #1F5DA0 url(https://files.future-shop.jp/fs_adminItem/_img/login_bg.png) no-repeat center center;
  background-size: cover;
}

.additionalMessage {
  border: 1px solid #004EA2;
  color: #004EA2;
  display: flex;
  gap: 8px;
  margin-top: 32px;
  padding: 12px 16px;
  width: 100%;
}
.additionalMessage > p {
  margin: 0;
  padding: 0;
}

.loginArea {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  margin: auto 40px;
  flex-shrink: 0;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .loginArea::after {
    content: "Google Chromeでご利用ください。\Aコマースクリエイター有効・運用中の店舗は、Internet Explorerでご利用いただけません。";
    background-color: #ffc;
    border-radius: 3px;
    box-sizing: border-box;
    display: block;
    margin: 16px 0;
    padding: 16px;
    width: 100%;
    white-space: pre-wrap;
  }
}
@media screen and (min-width: 824px) {
  .fsLogo {
    margin-bottom: 40px;
  }
}
.fsLogo > h1 > img {
  width: 88px;
}

.loginForm {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.loginForm [type="text"], .loginForm [type="password"] {
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 1.5em;
  padding: 3px 5px;
  margin-bottom: 20px;
}

.loginButton {
  background: #1F5DA0;
  border: none;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-size: 1.2em;
  margin-top: 16px;
  padding: 8px;
}
.loginButton:hover {
  background: #1b518c;
}

/* お知らせバナー */
.card {
  display: block;
  border: solid 1px #cccccc;
  border-radius: 3px;
  background-color: #ffffff;
  overflow: hidden;
  text-decoration: none;
}
.card * {
  display: block;
}
.card__image img {
  max-width: 100%;
  height: auto;
}
.card__body {
  padding: 16px 16px 24px;
}
.card__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.card__text {
  color: #666666;
  font-size: 14px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: calc(14px * 1.5 * 2);
}

a:hover .card {
  transition: 0.5s 0s ease;
}
a:hover .card:hover {
  opacity: 0.8;
  border-color: #1F5DA0;
}

/* お知らせバナー */
.cardTag {
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
}
.cardTag--important {
  background-color: #de3e0e;
}
.cardTag--new {
  background-color: #2572ef;
}
.cardTag--seminar {
  background-color: #3b4b80;
}
.cardTag--academy {
  background-color: #15b0bf;
}
.cardTag--campaign {
  background-color: #358969;
}
.cardTag--apply {
  background-color: #2753cb;
}
.cardTag--cc {
  background-color: #2e678c;
}
.cardTag--function {
  background-color: #1d58aa;
}
.cardTag--linkageService {
  background-color: #539d9d;
}
.cardTag--blog {
  background-color: #ff4b00;
}
.cardTag--manual {
  background-color: #6f629d;
}
.cardTag--versionup {
  background-color: #c14897;
}
.cardTag--press {
  background-color: #50aa53;
}
.cardTag--news {
  background-color: #326bb9;
}
.cardTag--information {
  background-color: #22abd5;
}
.cardTag--security {
  background-color: #fff614;
  color: #1a1a1a;
}
.cardTag--failure {
  background-color: #fff614;
  color: #c30101;
}
.cardTag--maintenance {
  background-color: #6d6e6f;
}

.loginBanner {
  display: -ms-grid;
  display: grid;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  max-width: 960px;
}
.loginBanner__link {
  text-decoration: none;
  display: flex;
  align-items: stretch;
}
.loginBanner--1 {
  display: block;
  max-width: 640px;
}
.loginBanner--2 {
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.loginBanner--2 > *:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.loginBanner--2 > *:nth-child(2) {
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}
.loginBanner--3 {
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.loginBanner--3 > *:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.loginBanner--3 > *:nth-child(2) {
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}
.loginBanner--3 > *:nth-child(3) {
  -ms-grid-column: 5;
  -ms-grid-row: 1;
}
@media screen and (max-width: 1200px) {
  .loginBanner--3 {
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr 24px 1fr;
    grid-template-rows: repeat(2, 1fr);
  }
  .loginBanner--3 > *:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
}
.loginBanner--4 {
  -ms-grid-columns: minmax(auto, 320px) 24px minmax(auto, 320px);
  grid-template-columns: repeat(2, minmax(auto, 320px));
  -ms-grid-rows: 1fr 24px 1fr;
  grid-template-rows: repeat(2, 1fr);
}
.loginBanner--4 > *:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.loginBanner--4 > *:nth-child(2) {
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}
.loginBanner--4 > *:nth-child(3) {
  -ms-grid-column: 1;
  -ms-grid-row: 3;
}
.loginBanner--4 > *:nth-child(4) {
  -ms-grid-column: 3;
  -ms-grid-row: 3;
}
.loginBanner--5 {
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr 24px 1fr;
  grid-template-rows: repeat(2, 1fr);
}
.loginBanner--5 > *:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.loginBanner--5 > *:nth-child(2) {
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}
.loginBanner--5 > *:nth-child(3) {
  -ms-grid-column: 5;
  -ms-grid-row: 1;
}
.loginBanner--5 > *:nth-child(4) {
  -ms-grid-column: 1;
  -ms-grid-row: 3;
}
.loginBanner--5 > *:nth-child(5) {
  -ms-grid-column: 3;
  -ms-grid-row: 3;
}
@media screen and (max-width: 1200px) {
  .loginBanner--5 {
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr 24px 1fr 24px 1fr;
    grid-template-rows: repeat(3, 1fr);
  }
  .loginBanner--5 > *:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
  .loginBanner--5 > *:nth-child(4) {
    -ms-grid-column: 3;
    -ms-grid-row: 3;
  }
  .loginBanner--5 > *:nth-child(5) {
    -ms-grid-column: 1;
    -ms-grid-row: 5;
  }
}
.loginBanner--6 {
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr 24px 1fr;
  grid-template-rows: repeat(2, 1fr);
}
.loginBanner--6 > *:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.loginBanner--6 > *:nth-child(2) {
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}
.loginBanner--6 > *:nth-child(3) {
  -ms-grid-column: 5;
  -ms-grid-row: 1;
}
.loginBanner--6 > *:nth-child(4) {
  -ms-grid-column: 1;
  -ms-grid-row: 3;
}
.loginBanner--6 > *:nth-child(5) {
  -ms-grid-column: 3;
  -ms-grid-row: 3;
}
.loginBanner--6 > *:nth-child(6) {
  -ms-grid-column: 5;
  -ms-grid-row: 3;
}
@media screen and (max-width: 1200px) {
  .loginBanner--6 {
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr 24px 1fr 24px 1fr;
    grid-template-rows: repeat(3, 1fr);
  }
  .loginBanner--6 > *:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
  .loginBanner--6 > *:nth-child(4) {
    -ms-grid-column: 3;
    -ms-grid-row: 3;
  }
  .loginBanner--6 > *:nth-child(5) {
    -ms-grid-column: 1;
    -ms-grid-row: 5;
  }
  .loginBanner--6 > *:nth-child(5) {
    -ms-grid-column: 3;
    -ms-grid-row: 5;
  }
}

.loginAreaFooter {
  flex-shrink: 0;
  margin-top: 40px;
}

.loginAreaGuide {
  padding: 8px 16px;
}
.loginAreaGuide__title {
  color: #1F5DA0;
}
.loginAreaGuide__content {
  font-size: 0.8em;
}
.loginAreaGuide__content p {
  margin: 8px 0;
}

.loginAreaCopyright {
  margin: 24px 0 16px;
  text-align: center;
  font-size: 0.8em;
}
.loginAreaCopyright a {
  color: #1F5DA0;
}

.loginMessage {
  border-radius: 3px;
  padding: 16px;
  width: 100%;
  margin-top: -1em;
  margin-bottom: 24px;
}
.loginMessage p {
  margin: 0;
}
.loginMessage ul {
  margin: 4px 0 0 1.2em;
  padding: 0;
}
.loginMessage.is-error {
  background: #fcc;
}
.loginMessage.is-info {
  background: #cef;
}
.loginMessage.is-warn {
  background: #ffc;
}

.duplicateLogin__note {
  color: #c66;
  cursor: pointer;
  display: block;
  margin-top: 8px;
  text-decoration: underline;
}

.duplicateLoginCheckbox {
  display: none;
}
.duplicateLoginCheckbox:checked + .duplicateLoginModal {
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.duplicateLoginModal {
  display: none;
}
.duplicateLoginModal__inner {
  background: #fff;
  max-width: 90%;
  padding: 0;
}

.modal__title {
  background-color: #fdd;
  color: #c00;
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  padding: 8px 16px;
}
.modal__contents {
  padding: 8px 16px;
}
.modal__button {
  display: flex;
  justify-content: center;
}

.lead {
  font-size: 1.2em;
}

.note {
  background: #eee;
  margin: 12px 0;
  padding: 8px;
}
.note > p {
  margin: 0 0 8px;
}
.note > p:last-child {
  margin-bottom: 0;
}

.closeButton {
  background: #1F5DA0;
  border: none;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  line-height: 1;
  margin-bottom: 16px;
  min-width: 6em;
  padding: 8px;
  text-align: center;
}
.closeButton:hover {
  background: #1b518c;
}

.assistAction {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.anotherLoginArea {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  margin-top: 32px;
}
.anotherLoginArea__divider {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 8px;
}
.anotherLoginArea__divider::before, .anotherLoginArea__divider::after {
  display: block;
  content: "";
  width: 5em;
  height: calc(0.5em * 1.5);
  border-top: 1px solid #ccc;
}

/*# sourceMappingURL=login.css.map */
