@font-face {
  font-family: robotoregular;
  src: url('/static/fonts/roboto-regular-webfont.woff2') format('woff2'),
       url('/static/fonts/roboto-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Noto Sans JP';
  src: url('/static/fonts/NotoSansJP-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: element-icons;
  src: url('/static/fonts/element-icons.woff') format('woff'),
       url('/static/fonts/element-icons.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: icomoon;
  src: url('/static/fonts/icomoon.ttf') format('truetype'),
       url('/static/fonts/icomoon.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

*, *::before, *::after { box-sizing: border-box; }
body, button, div, form, h2, html, input, li, p, ul { margin: 0; padding: 0; }
header, nav { display: block; }
body, html, iframe, img { border: 0; }
i { font-style: normal; }
li { list-style: none; }
h2 { font-size: 100%; font-weight: 400; }
label { cursor: default; }
a, button { cursor: pointer; outline: none; }
a, a:hover { text-decoration: none; }
a:focus { outline: none; }
body, button, input { outline: 0; }

html[lang="ja-JP"] {
  font-family: robotoregular, 'Noto Sans JP', 'Open Sans', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Helvetica, sans-serif;
}
html { min-height: 100%; position: relative; }
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.4;
}
body[layout="login"] {
  margin-bottom: 0;
  min-width: 1200px;
  background: #f2f6fa;
}

/* ─── CSS Variables (tema day) ─── */
:root {
  --main-focus: #204def;
  --main-focus-color: #204def;
  --main-l1: #000;
  --main-l2: #586274;
  --main-l3: #9ca5b5;
  --main-l4: #fff;
  --main-split: #e6ecf2;
}

/* ─── Notice Bar ─── */
.notice-bar {
  height: 30px;
  line-height: 30px;
  padding-left: 112px;
  padding-right: 112px;
  background-color: #010101;
}
.notice-bar .content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.notice-bar li {
  margin-right: 10px;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
}
.notice-bar li a { color: #fff; }
.notice-bar li:last-child { margin-right: 0; }
.notice-bar .notice-list {
  padding-right: 48px;
  flex: 1 1 auto;
  color: #fff;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.notice-bar .notice-list li { display: inline; vertical-align: top; }
.notice-bar .notice-list .notice-text { color: #fff; }
.notice-bar .notice-list .notice-link:hover { text-decoration: underline; }
.notice-bar .notice-list::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 18px;
  margin-right: 10px;
  border-radius: 3px;
  background: #23c484 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAWCAYAAADTlvzyAAAAAXNSR0IArs4c6QAAAahJREFUSA29lb9Lw0AUx5tSS7GDCop2aF1EXHQVBUHQRV11cnRwEhHq4iK4CII4Kuisf4F/geDk5qKg4KCCoGCrg6A2fl7JlUtMrtfQ9sGHe/d+fN8lF0giEdNc1+2BPXiBozAZ4sNwBctheasYzWnYgDdQ9o3ToQuwX4QyVGBBz1n7NC7BPYRZVgmRLMAvyKHmVPzfSlJewazHhCpgPwmXYDJ9YBeFJzCoNHwriQycg243UkRgWg8a/NpAn3hgk/T2Rdb5QE5tO5XTjFUNnGqGmI2GGpgxFLuGXMMpNbDhxrgNKYtGx6LGV8KHJbr7kNMSJfwtm4Faj7U7QOUaBA971pKBjuM88pQFBvZrRywRv7MZGOujkaEME3zW9o9GDXzyHaOFGzXwkBmViDnBi48oswtX75D3fcElz9CyDnmv9cFbb1mvYdTbGxd0uqUAzXdjoSmJSBJW4BmiLEsiBa/wBQfQZ9Ktm0NARLfhE4JW/VsQ3AX5IYt9wA6k64qbChDIwTH8gJg8Ve2u8YfgFORvL7Zq0rPOITQCmzAe1kR8DIrQG5ZvS+wPswKtykA+JDgAAAAASUVORK5CYII=') no-repeat center center;
  background-size: 12px 9px;
  vertical-align: text-top;
  position: relative;
  top: 1px;
}
.notice-bar li { font-size: 11px; }
.notice-bar .link-list {
  display: flex;
  align-items: center;
  min-width: 250px;
  vertical-align: baseline;
  justify-content: flex-end;
  box-sizing: border-box;
  gap: 20px;
}
.notice-bar .link-list li { margin-right: 0; }
.notice-bar .link-list a { color: #fff; font-size: 11px; }
.notice-bar .link-list a:hover { text-decoration: underline; }

/* ─── Lang select ─── */
.lang-select { color: #fff !important; font-size: 11px; cursor: pointer; }
.lang-select .el-dropdown-link { color: #fff !important; }
.lang-select .el-icon-arrow-down { color: #fff !important; }
.lang-select:hover { cursor: pointer; }
.lang-items {
  width: 130px;
  padding: 8px 0;
  margin-top: -6px !important;
  box-shadow: 0 2px 20px rgba(0,0,0,.0874672);
  border-radius: 4px;
  border: 0;
}
.lang-items .el-dropdown-menu__item { padding: 12px 24px; line-height: 14px; color: #151516; }
.lang-items .el-dropdown-menu__item.is-active { color: #204def; line-height: 16px; }
.lang-items .el-dropdown-menu__item.is-active:hover { color: #204def; }
.lang-items .el-dropdown-menu__item:hover { color: #151516; background-color: #fafbfc; }

/* ─── App menu (QR code) ─── */
.app-menu-wrap {
  display: flex;
  align-items: center;
  position: relative;
}
.app-menu-wrap:hover .qr-code {
  display: inline;
  animation: animation-menu .2s ease-out forwards;
}
.app-menu-wrap .qr-code {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  border-radius: 4px;
  width: 154px;
  height: 174px;
  padding: 16px;
}
.app-menu-wrap .qr-code .img-border {
  width: 122px;
  height: 122px;
  background: #fff;
  border: 1px solid #e6ecf2;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 4px;
}
.app-menu-wrap .qr-code p { font-size: 12px; line-height: 1; color: #505b6e; margin-top: 8px; }
.app-menu-wrap .qr-code::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 0;
  width: 100%;
  height: 14px;
}
@keyframes animation-menu {
  0% { top: 0; opacity: 0; transform: scaleY(0); transform-origin: top; }
  to { top: 36px; opacity: 1; transform: scaleY(1); transform-origin: top; }
}

/* ─── Active menu (キャンペーン dropdown) ─── */
.active-menu-wrap li {
  position: relative;
  margin-right: 24px;
  padding-bottom: 2px;
}
.active-menu-wrap li a { color: #fff; font-size: 14px; font-weight: 700; }
.active-menu-wrap li.active-item a img { margin-bottom: 2px; }
.active-menu-wrap li.active-item:hover .active-menu { display: block; }
.active-menu-wrap li.active-item:hover > a { color: rgba(255,255,255,.8); }
.active-menu-wrap li.active-item:hover > a img { transform: rotate(180deg); }
.active-menu-wrap li .active-menu {
  display: none;
  position: absolute;
  background: #fff;
  top: 22px;
  box-shadow: 0 5px 16px rgba(0,0,0,.08);
  border-radius: 4px;
  padding: 2px 20px;
  min-width: 160px;
}
.active-menu-wrap li .active-menu a {
  display: flex;
  color: #000 !important;
  line-height: 48px;
  font-weight: 300;
  font-size: 14px;
  align-items: center;
}
.active-menu-wrap li .active-menu a:hover { color: #204def !important; }
.default-header .active-menu-wrap li a { color: #191d2b; font-size: 14px; }
.default-header .active-menu-wrap li:hover a { color: #000; }

/* ─── Default Header ─── */
.default-header {
  position: relative;
  background: #fff;
  z-index: 200;
  border-bottom: 1px solid #e6ecf2;
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  padding-left: 112px;
  padding-right: 112px;
  background: #fff;
}
header .nav-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .nav { display: flex; align-items: flex-end; }
header .nav.small li { margin-right: 24px; }
header .nav li { margin-right: 48px; padding-bottom: 2px; }
header .nav li:hover a { color: #204def; }
header .nav li a { color: #000; font-size: 14px; font-weight: 700; }
header .nav .logo { margin-right: 64px; padding-bottom: 0; }
header .nav .logo img { width: 90px; height: 21px; transform: translateY(15%); }
header .user-nav-wrap { flex: 1; }
header .user-nav { display: flex; justify-content: flex-end; }
header .user-nav .button {
  display: inline-block;
  width: 86px;
  height: 28px;
  line-height: 28px;
  border-radius: 4px;
  text-align: center;
  transition: all .25s ease-out;
  font-size: 13px;
}
header .user-nav .button.login {
  margin-right: 8px;
  border: 1px solid #204def;
  color: #204def;
}
header .user-nav .button.login:hover { border: 1px solid #2c61f4; color: #2c61f4; }
header .user-nav .button.register { background: #204def; color: #fff; }
header .user-nav .button.register:hover { background: #295ef1; color: #fff; }

/* ─── Login page layout ─── */
.l-login-main {
  margin: 0 auto 40px;
  padding-top: 60px;
  position: relative;
}
.login-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.l-router-view { position: relative; }
.l-login-main-page {
  width: 460px;
  border: 0 !important;
  padding: 0;
  overflow: visible;
  min-height: 600px;
  margin: 0 auto;
}
.l-login-main-page .l-box {
  background: #fff;
  border-radius: 4px;
  padding: 48px 40px 52px;
  margin-bottom: 30px;
  box-shadow: 0 10px 20px rgba(72,86,97,.06);
}
.l-login-main-page .inc {
  font-size: 12px;
  color: #9ca5b5;
  text-align: center;
  margin-top: 56px;
}

/* ─── Login form ─── */
.l-login h2 {
  height: 28px;
  line-height: 28px;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  margin-top: -12px;
  margin-bottom: 28px;
  letter-spacing: 0.02em;
}
.l-login .self-input {
  position: relative;
  font-size: 13px;
  display: inline-block;
  width: 100%;
  height: 48px;
  padding-top: 14px;
  padding-left: 16px;
  border-color: #d4dbe5;
  color: #1c242c;
  background-color: #fff;
  border: 1px solid #cad7e0;
  border-radius: 4px;
}
.l-login .self-input:focus {
  outline: none;
  border-color: #204def;
}
.l-login .l-form .el-form-item { margin-bottom: 18px; }
.l-login .l-form .el-form-item .el-form-item__label {
  top: 50%;
  left: 20px;
  height: 12px;
  line-height: 12px;
  padding: 0;
  margin-top: -6px;
  font-size: 12px;
  float: none;
  color: #9ca5b5;
  font-weight: 700;
  transition: top .3s ease;
  position: absolute;
  user-select: none;
  pointer-events: none;
  z-index: 1;
}
.l-login .l-form .el-form-item .el-form-item__content .el-input { height: 56px; }
.l-login .l-form .el-form-item .el-form-item__content .el-input input {
  height: 56px;
  padding-top: 20px;
  padding-left: 20px;
  border-color: #d4dbe5;
}
.l-login .l-form .el-form-item.l-item-pwd .el-input__inner { padding-right: 52px; }
.l-login .l-form .el-form-item.l-item-pwd .eye {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #7f8fa4;
  cursor: pointer;
  font-size: 14px;
}
.l-login .l-form .l-resetpwd {
  font-size: 11px;
  text-align: right;
  padding-bottom: 12px;
  margin-top: -8px;
}
.l-login .l-form .l-btn {
  padding-top: 4px;
  padding-bottom: 14px;
  border-bottom: 1px solid #f2f6fa;
}
.l-login .l-form .l-btn button {
  width: 100%;
  height: 44px;
  border-radius: 4px;
  font-size: 13px;
}
.l-login .l-form .l-btn button.is-disabled { background-color: #c7cfd9; }
.l-login .l-form .l-register {
  padding-top: 10px;
  text-align: left;
  color: #9ca5b5;
  font-size: 12px;
}
.l-login .l-form .l-register a { margin-left: 8px; text-decoration: none; }
.l-login .color-link:hover { color: #1339c2; }

/* ─── Element UI ─── */
.el-form-item { margin-bottom: 22px; position: relative; }
.el-form-item::after, .el-form-item::before { display: table; content: ""; }
.el-form-item::after { clear: both; }
.el-form-item__label {
  text-align: right;
  vertical-align: middle;
  float: left;
  font-size: 14px;
  color: #606266;
  line-height: 40px;
  padding: 0 12px 0 0;
  box-sizing: border-box;
}
.el-form-item__content {
  line-height: 40px;
  position: relative;
  font-size: 14px;
  width: 100%;
}
.el-form-item__content::after, .el-form-item__content::before { display: table; content: ""; }
.el-form-item__content::after { clear: both; }
.el-input { position: relative; font-size: 14px; display: inline-block; width: 100%; }
.el-input__inner {
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  outline: none;
  padding: 0 15px;
  transition: border-color .2s cubic-bezier(.645,.045,.355,1);
  width: 100%;
}
.el-input__inner::placeholder { color: #c0c4cc; }
.el-input__inner:hover { border-color: #c0c4cc; }
.el-input__inner:focus { outline: none; border-color: #204def; }

/* theme-day overrides */
.theme-day .color-link { color: #204def; }
.theme-day .el-button.el-button--primary {
  background-color: #204def;
  color: #fff;
  border-color: #204def;
  border-radius: 4px;
  border: none;
  height: 40px;
  line-height: 40px;
  font-weight: 400;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
  text-align: center;
  transition: .3s;
}
.theme-day .el-button.el-button--primary:hover { background-color: #1339c2; }
.theme-day .el-button.el-button--primary:active { background-color: #1339c2; }
.theme-day .el-button.el-button--primary[disabled],
.theme-day .is-disabled.el-button.el-button--primary {
  background-color: rgba(19,57,194,.45);
  color: #fff;
  cursor: not-allowed;
}
.theme-day .el-input input {
  color: #1c242c;
  background-color: #fff;
  border: 1px solid #cad7e0;
  border-radius: 4px;
}
.theme-day .el-input input:hover { color: #1c242c; background-color: #fff; border-color: #afbec8; }
.theme-day .el-input input:focus { color: #1c242c; background-color: #fff; border-color: #204def !important; }
.theme-day .el-input input::placeholder { color: #9ca9b5; }

.el-button {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dcdfe6;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  transition: .1s;
  font-weight: 500;
  user-select: none;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px;
}
.el-button:focus, .el-button:hover { color: #204def; border-color: #bccafa; background-color: #e9edfd; }
.el-button:active { color: #1d45d7; border-color: #1d45d7; outline: none; }
.el-button--primary { color: #fff; background-color: #204def; border-color: #204def; }
.el-button--primary:focus, .el-button--primary:hover { background: #4d71f2; border-color: #4d71f2; color: #fff; }
.el-button--primary:active { background: #1d45d7; border-color: #1d45d7; color: #fff; outline: none; }
.el-button--primary.is-disabled,
.el-button--primary.is-disabled:active,
.el-button--primary.is-disabled:focus,
.el-button--primary.is-disabled:hover { color: #fff; background-color: #90a6f7; border-color: #90a6f7; }
.el-button { border-radius: 2px; font-weight: 400; }

/* icomoon */
[class*=" icon-"] {
  font-family: icomoon, serif !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-eye-close::before { content: "\e92f"; }

/* element-icons */
[class*=" el-icon-"], [class^="el-icon-"] {
  font-family: element-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.el-icon-arrow-down::before { content: "\e603"; }
.el-icon-close::before { content: "\e60f"; }
.el-icon--right { margin-left: 5px; }

/* dropdown */
.el-dropdown { display: inline-block; position: relative; color: #606266; font-size: 14px; }
.el-dropdown-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 10px 0;
  margin: 5px 0;
  background-color: #fff;
  border: 1px solid #ebeef5;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}
.el-dropdown-menu__item {
  list-style: none;
  line-height: 36px;
  padding: 0 20px;
  margin: 0;
  font-size: 14px;
  color: #606266;
  cursor: pointer;
  outline: none;
}
.el-dropdown-menu__item:focus,
.el-dropdown-menu__item:not(.is-disabled):hover { background-color: #e9edfd; color: #4d71f2; }

/* dialog */
.el-dialog {
  position: relative;
  margin: 0 auto 50px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0,0,0,.3);
  box-sizing: border-box;
  width: 50%;
}
.el-dialog__wrapper { position: fixed; top: 0; right: 0; bottom: 0; left: 0; overflow: auto; margin: 0; }
.el-dialog__header { padding: 20px; padding-bottom: 10px; }
.login-safty .el-dialog { border-radius: 4px; }
.login-safty .el-dialog__header { position: relative; padding: 0; }
.login-safty .el-dialog__header .el-icon-close { position: absolute; right: 20px; top: 20px; font-size: 20px; cursor: pointer; }
