@charset "UTF-8";
/*---------------------------------------------------------------------
	fixed mixin style
----------------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  line-height: 1;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ul, ol, a {
  list-style: none;
  text-decoration: none;
}

root, html {
  display: block;
}

body {
  display: block;
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
}

header {
  padding: 8px 12px;
  background: url("../../images/common/bg_chip.png") 0 0 repeat;
  background-size: 12px;
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.12);
  position: relative;
}

.lang-switcher-container {
  width: 7em;
  position: absolute;
  top: calc(50% - 12px);
  right: 12px;
}
.lang-switcher-container .lang-label,
.lang-switcher-container .lang-list li {
  box-sizing: border-box;
  cursor: pointer;
  font-size: .75rem;
  width: 100%;
  padding: 0.5em 0.25em 0.5em 0.5em;
  		/*
  		padding: 0.5em 0.25em .5em 24px;
  
  		background-repeat: no-repeat;
  		background-position-x: 4px;
  		background-position-y: 50%;
  		&[data-lang="ja"] {
  			background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAMAAABBPP0LAAAAPFBMVEX09PTy8fHy6+vm5+b+/v77+/v29vbf39/5vLz5fHz6qqr6UFD7QUH5NDT3lZXa2tr419f3JibT09P2WloskN4YAAAAVUlEQVR4AQXBQU7FMBBAMb90hCoW3P+csCAKfIodIBIyQJAGmPQTDHgrzca94K/keT/nWOgjmdm4VvIpwy1GXOsZ9ndYYL/Wee3IRI/fr4PQCuPmAv/RTRUh24Q4UgAAAABJRU5ErkJggg==");
  		}
  		&[data-lang="en"],
  		&[data-lang="en-us"] {
  			background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAMAAABBPP0LAAAAmVBMVEViZsViZMJiYrf9gnL8eWrlYkjgYkjZYkj8/PujwPybvPz4+PetraBEgfo+fvo3efkydfkqcvj8Y2T8UlL8Q0P8MzP9k4Hz8/Lu7u4DdPj9/VrKysI9fPoDc/EAZ7z7IiLHYkjp6ekCcOTk5OIASbfY/v21takAJrT5Dg6sYkjc3Nn94t2RkYD+y8KeYkjs/v7l5fz0dF22YkjWvcOLAAAAgElEQVR4AR2KNULFQBgGZ5J13KGGKvc/Cw1uPe62eb9+Jr1EUBFHSgxxjP2Eca6AfUSfVlUfBvm1Ui1bqafctqMndNkXpb01h5TLx4b6TIXgwOCHfjv+/Pz+5vPRw7txGWT2h6yO0/GaYltIp5PT1dEpLNPL/SdWjYjAAZtvRPgHJX4Xio+DSrkAAAAASUVORK5CYII=");
  		}
  		&[data-lang="zh-cn"] {
  			background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAMAAABBPP0LAAAAVFBMVEUAILQAGrEAEazhAAD5AADwAACBot+5ued2mNv6aWv7X1/5UVHoAACWltz5+fz+/v5ahNPyRkv5QkL5OTn2MTH3Kir1JiZOe87rOkb1Hh70FRXyDQ3JFHMOAAAAU0lEQVR4AQXBgQ3CMBAAMV8+Iuy/LKhUgB0kRchDfksRbU59R1Xd14If51QNK3Ndc6im7Hg63DVhr/kct2pSr8WRahIWUk1i2XrHo7tYbB8IL/AHd28PeH6kKkoAAAAASUVORK5CYII=");
  		} */
}
.lang-switcher-container .lang-label {
  background-color: #FFF;
  position: relative;
}
.lang-switcher-container .lang-label::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #333;
  content: "";
  position: absolute;
  right: 8px;
  top: calc(50% - 2px);
  width: 0;
}
.lang-switcher-container .lang-list {
  background-color: #FFF;
}
.lang-switcher-container .lang-list li:not(.selected):hover {
  color: #FFF;
  background-color: #1967d2;
}
.lang-switcher-container .lang-list li.selected {
  cursor: default;
  opacity: .6;
  background-color: #f5f5f5;
}
.lang-switcher-container .lang-list.hidden {
  display: none;
}

#container {
  padding: 15px 0;
  background: #F2F2F2;
}

.wrapper {
  width: 800px;
  margin: 0 auto;
  border-radius: 4px;
  overflow: hidden;
  background: #FFF;
}

.link-home {
  font-size: 14px;
  font-weight: bold;
}

.link-forgot-passwd {
  font-size: 12px;
}

input[type=text],
input[type=email],
input[type=password] {
  width: 100%;
  font-size: 14px;
  height: 32px;
  padding: 0 6px;
  margin: 4px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #d8d8d8;
  border-top: 1px solid #c2c2c2;
}

label[for=auto_login],
label[for=auto_login_migration_key],
label[for=magazine] {
  display: inline-block;
  font-size: 12px;
}

label span {
  color: #3c3c3c;
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
}

.button {
  display: block;
  width: 100%;
  color: #FFF;
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
  text-shadow: -1px -1px #F47416;
  display: block;
  margin: 0 auto;
  border-radius: 6px;
  border: solid 1px #F47416;
  box-sizing: border-box;
  background: #f49418;
  background: linear-gradient(to bottom, #f49418 0%, #f47416 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f49418', endColorstr='#f47416',GradientType=0 );
  position: relative;
}

.button:before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  border: solid 1px rgba(255, 255, 255, 0.75);
  border-radius: 5px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/*  .card
------------------------------------------------------*/
.card {
  width: 320px;
  padding: 24px 32px;
  margin: 0 auto;
  background-color: #f8f8f8;
  border-radius: 4px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

.card__hd {
  color: #3c3c3c;
  margin-bottom: 4px;
}

.card--double {
  display: table;
  width: 674px;
  padding: 0;
}

.card--double .card__left-col,
.card--double .card__right-col {
  display: table-cell;
  width: 272px;
  padding: 24px 32px;
}

.card--double .card__right-col {
  border-left: solid 1px #FFF;
}

.card--double .card__left-col {
  border-right: solid 1px #CCC;
}

.card__txt {
  font-size: 12px;
  line-height: 18px;
  margin-top: 8px;
  color: #565656;
}
.card__txt strong {
  color: #ff6933;
}

.card__caution {
  color: #f41c1c;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
}

/*  .notice
------------------------------------------------------*/
.notice {
  padding: 32px;
  text-align: center;
}

.notice__hd {
  color: #3c3c3c;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
}

.notice__txt {
  color: #565656;
  font-size: 14px;
  line-height: 18px;
}

.notice__txt + .notice__txt {
  margin-top: 32px;
}

.notice__caution {
  color: #f41c1c;
  font-size: 14px;
  font-weight: bold;
}

.notice .button {
  width: 320px;
  margin-top: 8px;
}

/*  .breadcrumb [step1 › step2 › step3]
------------------------------------------------------*/
.breadcrumb,
.breadcrumb--step1,
.breadcrumb--step2,
.breadcrumb--step3 {
  display: table;
  width: 800px;
  margin: 0 auto 16px;
  background: url("../../pc_loginform/images/steps.png") 0 0 no-repeat;
}

.breadcrumb--step2 {
  background: url("../../pc_loginform/images/steps.png") 0 -40px no-repeat;
}

.breadcrumb--step3 {
  background: url("../../pc_loginform/images/steps.png") 0 -80px no-repeat;
}

.breadcrumb li {
  width: 33.333%;
  color: #565656;
  line-height: 40px;
  font-size: 12px;
  text-align: center;
  display: table-cell;
}

.breadcrumb li span {
  display: inline-block;
  margin-right: 8px;
}

.breadcrumb li.current {
  color: #FFF;
  font-weight: bold;
}

.breadcrumb li.current span {
  display: inline-block;
  width: 16px;
  color: #64b622;
  line-height: 16px;
  border-radius: 8px;
  margin-right: 4px;
  background: #FFF;
}

/*----------------------------------------------------------------------
	ログイン
----------------------------------------------------------------------*/
.login {
  padding: 15px;
}

.login input + input {
  margin-top: 12px;
}

.login label[for=auto_login],
.login label[for=auto_login_migration_key] {
  margin-top: 24px;
}

.login input[name=account_id],
.login input[name=password],
.login input[name=migration_key] {
  margin-top: 16px;
}

.login .button {
  margin-top: 8px;
}

.login .alert {
  background-color: #f7f4e2;
  border-radius: .5rem;
  color: #907003;
  font-size: .75rem;
  line-height: 1.43;
  padding: .5rem;
}

/*----------------------------------------------------------------------
	IE Webplayer終了確認
----------------------------------------------------------------------*/
.ie-confirm {
  padding: 32px;
}
.ie-confirm * {
  box-sizing: border-box;
}
.ie-confirm .card {
  width: 674px;
}
.ie-confirm .card h2 {
  color: #d92626;
  font-size: 1.6em;
  text-align: center;
  margin-bottom: 1em;
}
.ie-confirm .card__recommend {
  padding: 1em;
  text-align: center;
  background: #e6e6e6;
  margin-top: 1em;
  margin-bottom: 1em;
  border-radius: 5px;
}
.ie-confirm .card__recommend h3 {
  color: #4d4d4d;
  margin-bottom: 1em;
}
.ie-confirm .card__recommend a {
  background: #f49418;
  background: linear-gradient(to bottom, #f49418 0%, #f47416 100%);
  border-radius: 5px;
  border: solid 1px #F47416;
  color: #FFF;
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  min-width: 10em;
  padding: .5em;
  text-shadow: -1px -1px #F47416;
  position: relative;
}
.ie-confirm .card__recommend a::after {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  border: solid 1px rgba(255, 255, 255, 0.75);
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.ie-confirm .card__recommend a + a {
  margin-left: .5em;
}
.ie-confirm .card .button--confirm {
  background: linear-gradient(to bottom, #e72020 0%, #b11313 100%);
  border-color: #ac1212;
  margin-top: 1em;
  margin-bottom: 1em;
  width: 16em;
  text-shadow: -1px -1px #ac1212;
}

/*  新規会員登録
------------------------------------------------------*/
.newentry {
  box-sizing: border-box;
  border-top: 1px #ccc dotted;
}

.newentry__pc {
  background-color: #FFFFE4;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
}

.newentry__pc__ttl {
  background: url(../../pc_loginform/images/newentry_ttl.png?20240628) 0 0 no-repeat;
  display: inline-block;
  width: 346px;
  height: 24px;
  white-space: nowrap;
  text-indent: 110%;
  overflow: hidden;
  vertical-align: middle;
}

body[data-lang="en"] .newentry__pc__ttl {
  background: url(../../pc_loginform/images/en/newentry_ttl.png?20240628) 0 0 no-repeat;
}

body[data-lang="zh-cn"] .newentry__pc__ttl {
  background: url(../../pc_loginform/images/zh-cn/newentry_ttl.png?20240628) 0 0 no-repeat;
}

.newentry__pc__button {
  display: inline-block;
  margin-left: .5em;
  width: 296px;
  vertical-align: middle;
}

.newentry__pc__button img {
  width: 100%;
  height: auto;
}

.newentry__sp {
  display: flex;
}

.newentry__sp__ttl {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.newentry__sp__ttl img {
  width: 112px;
  height: auto;
}

.newentry__sp__ttl h2 {
  color: #303850;
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  margin-left: 8px;
}

.newentry__sp__ios,
.newentry__sp__andr {
  color: #133d6c;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e2e5e9;
  padding: 10px;
  transition: background .5s;
  background-image: linear-gradient(to bottom, #f0f2f5, #d5d8dd);
}

.newentry__sp__ios:hover,
.newentry__sp__andr:hover {
  background: #FFF;
}

.newentry__sp__ios h3,
.newentry__sp__andr h3 {
  font-size: .75em;
  font-weight: bold;
  line-height: 1.5;
  text-shadow: 1px 1px #FFF;
}

.newentry__sp__ios img,
.newentry__sp__andr img {
  margin-left: .5em;
}

.newentry__sp__andr {
  border-left: solid 1px #FFF;
}

.floatbox {
  width: 612px;
  margin: 0 auto;
}

.floatbox::after {
  content: "";
  clear: both;
  display: block;
}

.newentry__ttl {
  float: left;
  width: 232px;
  height: 24px;
  margin-top: 16px;
  white-space: nowrap;
  text-indent: 125%;
  overflow: hidden;
  background: url("../../pc_loginform/images/newentry_ttl.png") 0 0 no-repeat;
}

.newentry__button {
  float: right;
  width: 360px;
  margin: 0 auto;
}

.newentry__button img {
  display: block;
  width: 100%;
  height: auto;
}

/*----------------------------------------------------------------------
	パスワードをお忘れの方
----------------------------------------------------------------------*/
.inquiry {
  padding: 32px;
}

.inquiry input[name=account_id] {
  margin-top: 16px;
}

.inquiry button[type=submit] {
  margin-top: 8px;
}

/*----------------------------------------------------------------------
	新規会員登録
----------------------------------------------------------------------*/
.register {
  padding: 32px;
}

.register .card__hd {
  font-size: 20px;
}

.register form {
  margin-top: 16px;
}

.register .card__caution {
  margin-top: 16px;
}

.register label {
  display: block;
}

.register label + label {
  margin-top: 16px;
}

.register .button {
  margin-top: 8px;
}

/*----------------------------------------------------------------------
	仮登録・本登録完了
----------------------------------------------------------------------*/
.signup-info {
  padding: 24px 24px 32px;
  border-top: 1px #ccc dotted;
}

.signup-info__hd {
  color: #3c3c3c;
  margin-bottom: 8px;
}

.signup-info ul {
  padding: 0 16px;
  margin-top: 8px;
  border: solid 1px #CCC;
  border-radius: 4px;
}

.signup-info ul li {
  font-size: 14px;
  line-height: 44px;
}

.signup-info ul li + li {
  border-top: 1px #ccc dotted;
}

.signup-info ul li span,
.signup-info ul li b {
  display: inline-block;
}

.signup-info ul li span {
  color: #3c3c3c;
  width: 144px;
  margin-left: 8px;
}

.signup-info__caution {
  color: #f41c1c;
  font-size: 12px;
  margin-top: 8px;
}

/*----------------------------------------------------------------------
	フッター
----------------------------------------------------------------------*/
footer {
  margin: 10px;
  text-align: center;
}
footer small {
  font-size: .75rem;
}
footer small a {
  color: #2E72CC;
}

footer ul {
  text-align: center;
}

footer ul li {
  display: inline;
}

footer ul li + li {
  border-left: solid 1px #DADADA;
}

footer ul li a {
  font-size: 14px;
  line-height: 1em;
  padding: 0 8px;
}

footer ul li:first-child a {
  padding-left: 0;
}

footer ul li:last-child a {
  padding-right: 0;
}

footer address {
  color: #565656;
  font-size: 12px;
  font-style: normal;
  text-align: center;
  padding-top: 16px;
}

/*  エラーメッセージ
------------------------------------------------------*/
.error-msg {
  color: #f41c1c;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}

.error-msg p {
  color: #565656;
  font-size: 12px;
  margin-top: 8px;
}

/*  リンク
------------------------------------------------------*/
.link-home,
.link-forgot-passwd,
footer ul li a {
  color: #2a6cc2;
}

.link-home:hover,
.link-forgot-passwd:hover,
footer ul li a:hover {
  text-decoration: underline;
}

/*  .unsupported ブラウザサポート
------------------------------------------------------*/
.unsupported {
  width: 674px;
  padding: 20px 16px;
  margin: 0 32px 8px;
  box-sizing: border-box;
  border-radius: 8px;
  background: #FFFFE4;
}

.unsupported__headline {
  color: #F41C1C;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}

.unsupported__txt {
  color: #565656;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
}

.unsupported__txt a {
  color: #2a6cc2;
}

.unsupported__rec {
  display: flex;
  justify-content: space-between;
  margin: 12px auto;
}

.unsupported__rec a:hover {
  border: solid 1px #999;
  background: #e8e8e8;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #e8e8e8 0%, #f2f2f2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#f2f2f2',GradientType=0 );
  /* IE6-9 */
}

.unsupported__rec a img {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  vertical-align: text-bottom;
}

.rec__browser--ie,
.rec__browser--firefox,
.rec__browser--opera {
  color: #2E72CC;
  font-size: 12px;
  display: block;
  padding: 8px;
  margin: 8px;
  text-align: center;
  flex: 1;
  border: solid 1px #C2C2C2;
  border-radius: 4px;
  background: #ffffff;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #e2e2e2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#E2E2E2',GradientType=0 );
  /* IE6-9 */
}

.garbled {
  display: none;
  width: 320px;
  margin: 0 auto;
  margin-bottom: 32px;
}

.garbled img {
  width: 100%;
  height: auto;
}

/*# sourceMappingURL=style.css.map */