@charset "UTF-8";
html {
  width: 100%;
  font-size: 100%;
}
body {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #707070;
  font-size: 16px;
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 1.6875;
  letter-spacing: 0;
}
* {
  max-width: 100%;
  max-height: 999999px;
  margin: 0;
  padding: 0;
  color: #707070;
  font-size: 16px;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  letter-spacing: inherit;
  line-height: inherit;
  outline: none;
  box-sizing: border-box;
  font-feature-settings: "palt";
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
*:before, *:after {
  box-sizing: border-box;
}
* * {
  color: inherit;
  font-size: inherit;
}
a {
  color: #707070;
  outline: none;
  text-decoration: none;
}
a:active, a:hover {
  text-decoration: underline;
}
a * {
  color: inherit;
}
label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
input {
  border: none;
  vertical-align: bottom;
}
input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input[type="checkbox"], input[type="radio"] {
  margin-right: 5px;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[disabled] {
  cursor: default;
}
button {
  border: none;
  cursor: pointer;
  vertical-align: bottom;
  -webkit-appearance: button;
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button[disabled] {
  cursor: default;
}
select, textarea {
  vertical-align: bottom;
}
@media (min-width: 769px) {
  a:hover img, input[type="submit"]:hover, input[type="reset"]:hover, button:hover {
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    opacity: 0.6;
  }
}
b, strong {
  font-weight: 900;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
  line-height: 1;
}
ul, ol {
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
ul li, ol li {
  list-style: none;
}
audio, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, progress, video {
  display: block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
svg {
  width: auto;
  height: auto;
  vertical-align: bottom;
}
svg:not(:root) {
  overflow: hidden;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
}
table {
  table-layout: fixed;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
table th, table td {
  text-align: left;
  font-weight: 500;
  vertical-align: top;
}
hr {
  display: block;
  width: 0;
  height: 0;
  border: 0;
}
.load a, .load img, .load input, .load svg, .load *:before, .load *:after {
  transition: opacity 0.7s;
}
.entry:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
.entry > * {
  margin-top: 1.5em;
}
.entry > *:first-child {
  margin-top: 0;
}
.entry ul, .entry ol {
  margin-top: 0.7em;
}
.entry .alignleft, .entry .alignright, .entry .aligncenter {
  margin-bottom: 5px;
}
.entry .alignleft {
  float: left;
  display: inline;
  margin-right: 10px;
  margin-top: 4px;
}
.entry .alignright {
  float: right;
  display: inline;
  margin-left: 10px;
  margin-top: 4px;
}
.entry .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
  }
  .pc {
    display: none !important;
  }
}
.inner {
  width: 1215px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.bg_gray {
  background-color: #f0f0f0;
}
#wrapper {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
#password_check {
  position: relative;
  display: block;
  padding-left: 20px;
  color: #07856c;
  font-size: 10px;
}
#password_check:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/icon_good_01.svg) no-repeat center / cover;
  translate: 0 -50%;
}
#password_check.e {
  color: #e00b41;
}
#password_check.e:before {
  background-image: url(../img/icon_bad_01.svg);
}
#password_check:empty {
  display: none;
}
#password_view, .password_view {
  position: absolute;
  right: 10px;
  top: 50%;
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/icon_eye_01.svg) no-repeat center / cover;
  translate: 0 -50%;
}
#password_view.show, .password_view.show {
  background-image: url(../img/icon_eye_02.svg);
}
input[name*="password"] {
  ime-mode: disabled;
}
header {
  position: sticky;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  border-bottom: 1px #e1e1e1 solid;
  background-color: #fff;
}
header .inner {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
header .inner em {
  display: block;
  width: 200px;
}
@media screen and (max-width: 768px) {
  header .inner em {
    width: 140px;
  }
}
header .inner .login {
  margin-left: auto;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  header .inner .login {
    margin-right: 20px;
  }
}
header .inner .login a {
  color: #2033ff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.7s;
}
header .inner .login a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  header .inner .login a:hover {
    opacity: 1;
  }
}
header .inner .login a:hover img {
  opacity: 1;
}
header .inner .login + #language {
  margin-left: 0;
}
header .inner #language {
  margin-left: auto;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  header .inner #language {
    margin-right: 20px;
  }
}
header .inner #language a {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1;
}
header .inner #language a:before, header .inner #language a:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
header .inner #language a:before {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background-image: url(../img/icon_language_01.svg);
}
header .inner #language a:after {
  width: 7px;
  height: 4px;
  margin-left: 5px;
  background-image: url(../img/icon_arrow_01.svg);
}
header .inner #menu a {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 10px 0 15px;
  height: 48px;
  border: 1px #e1e1e1 solid;
  border-radius: 24px;
  text-decoration: none;
  transition: opacity 0.7s;
}
header .inner #menu a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  header .inner #menu a:hover {
    opacity: 1;
  }
}
header .inner #menu a:hover img {
  opacity: 1;
}
header .inner #menu a:before {
  content: "";
  display: block;
  width: 16px;
  height: 12px;
  margin-right: 15px;
  background: url(../img/icon_menu_01.svg) no-repeat center / cover;
}
header .inner #menu a img {
  width: 30px;
}
header .inner #menu a i {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 1;
  background-color: #f60;
}
header .inner #menu a i[data-notification]:after {
  content: attr(data-notification);
  position: absolute;
  right: -3px;
  top: -3px;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border: 1px #fff solid;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  text-align: center;
  line-height: 1;
  background-color: #f4385d;
}
header .inner nav {
  position: absolute;
  right: 15px;
  top: 75px;
  display: block;
  width: 240px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 3px 6px #00000029;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, top 0.5s, height 0.5s;
}
header .inner nav.open {
  top: 82px;
  visibility: visible;
  opacity: 1;
}
header .inner nav ul {
  padding: 10px 0 20px;
}
header .inner nav ul li + li {
  margin-top: 5px;
}
header .inner nav ul li:empty {
  height: 1px;
  margin: 10px 0;
  background-color: #e1e1e1;
}
header .inner nav ul li a {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 30px;
  padding: 5px 20px;
  color: #333;
  font-size: 15px;
}
header .inner nav ul li a.on:after {
  content: "";
  position: relative;
  top: -7px;
  display: block;
  width: 6px;
  height: 6px;
  margin-left: 2px;
  border-radius: 50%;
  background-color: #f4385d;
}
footer {
  padding: 40px 0 30px;
  background-color: #f7f7f7;
}
footer .inner {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  color: #999;
}
@media screen and (max-width: 768px) {
  footer .inner {
    display: block;
  }
}
footer .inner a {
  color: #999;
  text-decoration: underline;
}
footer .inner a:hover {
  text-decoration: none;
}
footer .inner #sitemap {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 30px;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  footer .inner #sitemap {
    display: block;
    height: auto;
  }
}
footer .inner #sitemap li {
  font-size: 14px;
}
footer .inner #sitemap li + li {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  footer .inner #sitemap li {
    margin-left: 0 !important;
    text-align: center;
  }
  footer .inner #sitemap li:nth-child(n + 2) {
    margin-top: 10px;
  }
}
footer .inner #sns {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  footer .inner #sns {
    justify-content: center;
    margin: 30px 0 0;
  }
}
footer .inner #sns li {
  width: 30px;
}
footer .inner #sns li + li {
  margin-left: 30px;
}
footer .inner #sns li a {
  position: relative;
  display: block;
}
footer .inner #sns li a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  mix-blend-mode: saturation;
}
footer .inner #copyright {
  display: block;
  width: 100%;
  margin-top: 30px;
  text-align: right;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  footer .inner #copyright {
    text-align: center;
  }
}
main {
  min-height: calc(100vh - 81px - 147px);
}
@media screen and (max-width: 768px) {
  main {
    min-height: calc(100vh - 81px - 268px);
  }
}
main .ttl01 {
  display: block;
  margin-bottom: 40px;
  color: #333;
  font-size: 30px;
  font-weight: 700;
}
main .message {
  margin-bottom: 20px;
  padding: 10px;
  border: 3px #3463e9 solid;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
}
main .message.red {
  border-color: #f00;
}
main #register_form {
  width: 400px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 135px 0;
}
main #provisional_registration {
  background-color: #fff;
}
main #provisional_registration em {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 50px;
  font-size: 14px;
  text-align: center;
}
main #provisional_registration em:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #eee;
}
main #provisional_registration form {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 25px;
}
main #provisional_registration form input {
  display: block;
  height: 50px;
  padding: 0 20px;
  font-size: 14px;
}
main #provisional_registration form input[type="text"] {
  width: calc((100% - 10px) / 2);
  color: #565b60;
  background-color: #f0f1f5;
}
main #provisional_registration form input[type="text"] + input[type="text"] {
  margin-left: 10px;
}
main #provisional_registration form input[type="email"] {
  width: 100%;
  margin-top: 10px;
  color: #565b60;
  background-color: #f0f1f5;
}
main #provisional_registration form input[type="submit"] {
  width: 100%;
  margin-top: 20px;
  color: #fff;
  text-align: center;
  background-color: #f60;
  text-decoration: none;
  transition: opacity 0.7s;
}
main #provisional_registration form input[type="submit"]:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main #provisional_registration form input[type="submit"]:hover {
    opacity: 1;
  }
}
main #provisional_registration form input[type="submit"]:hover img {
  opacity: 1;
}
main #provisional_registration form p {
  margin-top: 30px;
  font-size: 10px;
}
main #provisional_registration form p a {
  color: #f60;
  text-decoration: underline;
}
main #provisional_registration form p a:hover {
  text-decoration: none;
}
main #pankuzu {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main #pankuzu > li {
  color: #707070;
  font-size: 10px;
}
main #pankuzu > li + li:before {
  content: ">";
  margin: 0 5px;
}
main #pankuzu > li a {
  color: #707070;
}
main #top #billboard {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  main #top #billboard {
    display: block;
    padding: 30px 0;
  }
}
main #top #billboard:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 100vw;
  max-width: none;
  height: 100%;
  background-color: #fff;
  translate: -50% 0;
}
main #top #billboard > * {
  position: relative;
}
main #top #billboard > div {
  width: 50.63%;
  margin-right: auto;
}
@media (min-width: 769px) {
  main #top #billboard > div {
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  main #top #billboard > div {
    width: auto;
  }
}
main #top #billboard > div h1 {
  display: block;
  margin-bottom: 30px;
  color: #f60;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  main #top #billboard > div h1 {
    margin-bottom: 20px;
    font-size: 30px;
  }
}
main #top #billboard > div b {
  display: block;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  main #top #billboard > div b {
    margin-top: 20px;
  }
}
main #top #billboard figure {
  width: 49.36%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  main #top #billboard figure {
    width: 100%;
    margin-top: 30px;
  }
  main #top #billboard figure img {
    margin: 0 auto;
  }
}
main #top #advance_information {
  position: relative;
}
main #top #advance_information:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0;
  display: block;
  width: 100vw;
  max-width: none;
  height: 100%;
  background-color: #f0f0f0;
  translate: -50% 0;
}
main #auction {
  position: relative;
  padding: 20px 0 100px;
}
main #auction:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 100vw;
  max-width: none;
  height: 100%;
  background-color: #fff;
  translate: -50% 0;
}
main #auction > * {
  position: relative;
}
main #auction #pankuzu + span {
  margin-top: 70px;
}
main #auction > span {
  display: block;
  margin-bottom: 15px;
  color: #333;
  font-size: 16px;
  font-weight: 700;
}
main #auction #maker_link {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
main #auction #maker_link > li {
  width: calc((100% - 70px) / 8);
  margin-right: 10px;
}
main #auction #maker_link > li:nth-child(8n) {
  margin-right: 0;
}
@media (min-width: 769px) {
  main #auction #maker_link > li:nth-child(n + 9) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  main #auction #maker_link > li {
    width: calc((100% - 30px) / 4);
  }
  main #auction #maker_link > li:nth-child(4n) {
    margin-right: 0;
  }
  main #auction #maker_link > li:nth-child(n + 5) {
    margin-top: 10px;
  }
}
main #auction #maker_link > li a {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  height: 100%;
  padding: 5px;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  line-height: 1;
  background-color: #f0f0f5;
  text-decoration: none;
  transition: opacity 0.7s;
}
main #auction #maker_link > li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main #auction #maker_link > li a:hover {
    opacity: 1;
  }
}
main #auction #maker_link > li a:hover img {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  main #auction #maker_link > li a {
    min-height: 55px;
    font-size: 14px;
    line-height: 1.2;
  }
}
main #auction #maker_link > li a.current {
  color: #fff;
  background-color: #363636;
}
main #auction #power_link {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main #auction #power_link > li {
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  padding: 2px 0;
}
main #auction #power_link > li + li {
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  main #auction #power_link > li + li {
    padding-left: 5px;
  }
}
main #auction #power_link > li:first-child {
  border-left: 1px #ccc solid;
  padding-left: 2px;
  border-radius: 30px 0 0 30px;
}
main #auction #power_link > li:last-child {
  border-right: 1px #ccc solid;
  padding-right: 2px;
  border-radius: 0 30px 30px 0;
}
main #auction #power_link > li a {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 54px;
  text-decoration: none;
  transition: opacity 0.7s;
}
main #auction #power_link > li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main #auction #power_link > li a:hover {
    opacity: 1;
  }
}
main #auction #power_link > li a:hover img {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  main #auction #power_link > li a {
    height: 50px;
  }
}
@media screen and (max-width: 375px) {
  main #auction #power_link > li a {
    height: 45px;
  }
}
main #auction #power_link > li a.current:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 27px;
  background-color: #363636;
}
main #auction #power_link > li a.current i {
  color: #fff;
}
main #auction #power_link > li a i {
  position: relative;
  display: block;
  padding: 0 20px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main #auction #power_link > li a i {
    padding: 0 8px;
    font-size: 15px;
  }
}
@media screen and (max-width: 375px) {
  main #auction #power_link > li a i {
    padding: 0 7px;
    font-size: 15px;
  }
}
main #auction #auction_date {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 45px 0 50px;
  padding-top: 25px;
  border-top: 1px #ccc solid;
}
main #auction #auction_date > li {
  width: 50%;
  line-height: 1;
}
main #auction #auction_date > li:nth-child(n + 3) {
  margin-top: 50px;
}
main #auction #auction_date > li.note {
  width: 100%;
}
main #auction #auction_date > li.note + li {
  margin-top: 50px;
}
main #auction #auction_date > li.note p {
  color: #e00b41;
}
main #auction #auction_date > li small {
  display: block;
  margin-bottom: 5px;
  color: #707070;
  font-size: 12px;
}
main #auction #auction_date > li p {
  color: #333;
  font-size: 20px;
  font-weight: 700;
}
main #auction #auction_date > li p#time_limit {
  color: #f60;
}
main #auction #auction_date > li span {
  display: block;
  font-size: 16px;
  font-weight: 700;
}
main #auction #auction_date > li #view {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
main #auction #auction_date > li #view li + li {
  margin-left: 10px;
}
main #auction #auction_date > li #view li a {
  display: block;
  width: 20px;
  opacity: 0.5 !important;
}
main #auction #auction_date > li #view li a.current {
  opacity: 1 !important;
}
main #auction #auction_date > li .cell_comment {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
main #auction #auction_date > li .cell_comment > li {
  color: #333;
  font-weight: 700;
  text-align: center;
}
main #auction #auction_date > li .cell_comment > li:nth-child(1) {
  width: 100px;
}
main #auction #auction_date > li .cell_comment > li:nth-child(2) {
  width: 40px;
  margin-left: 20px;
}
main #auction #auction_date > li .cell_comment > li:first-child:last-child {
  width: 120px;
  margin-left: auto;
}
main #auction #archive {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
main #auction #archive.list {
  display: block;
}
main #auction #archive.list > li {
  width: 100% !important;
  margin: 0 !important;
}
main #auction #archive.list > li + li {
  margin-top: 60px !important;
}
main #auction #archive.list > li a {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main #auction #archive.list > li a figure {
  width: 33.75%;
  margin-right: auto;
}
main #auction #archive.list > li a > div {
  width: 61.18%;
  margin-left: auto;
}
main #auction #archive.list > li a > div em {
  display: block;
  color: #333;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}
main #auction #archive.list > li a > div ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin: 25px 0 30px;
  padding: 30px 0;
  border-top: 1px #d2d9e1 solid;
  border-bottom: 1px #d2d9e1 solid;
}
main #auction #archive.list > li a > div ul li {
  width: calc(100% / 3);
  line-height: 1;
}
main #auction #archive.list > li a > div ul li:nth-child(n + 4) {
  margin-top: 25px;
}
main #auction #archive.list > li a > div ul li i {
  display: block;
  font-size: 13px;
}
main #auction #archive.list > li a > div ul li p {
  margin-top: 0;
  color: #333;
  font-size: 16px;
}
main #auction #archive.list > li a > div > span {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 50px;
  margin-left: auto;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  background-color: #f60;
}
main #auction #archive.list > li a > div > span:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: url(../img/icon_hammer_03.svg) no-repeat center / cover;
}
main #auction #archive > li {
  width: calc((100% - 90px) / 4);
  margin-right: 30px;
}
main #auction #archive > li:nth-child(4n) {
  margin-right: 0;
}
main #auction #archive > li:nth-child(n + 5) {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  main #auction #archive > li {
    width: calc((100% - 30px) / 2);
  }
  main #auction #archive > li:nth-child(2n) {
    margin-left: 0;
  }
  main #auction #archive > li:nth-child(n + 3) {
    margin-top: 45px;
  }
}
main #auction #archive > li.no_hit {
  width: 100% !important;
  margin: 0 !important;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
main #auction #archive > li a {
  position: relative;
  text-decoration: none;
  transition: opacity 0.7s;
}
main #auction #archive > li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main #auction #archive > li a:hover {
    opacity: 1;
  }
}
main #auction #archive > li a:hover img {
  opacity: 1;
}
main #auction #archive > li a:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: url(../img/icon_hammer_02.svg) no-repeat center / 16px 16px #fff;
}
main #auction #archive > li a.bidding:before {
  background-image: url(../img/icon_hammer_01.svg);
}
main #auction #archive > li a p {
  margin-top: 15px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4117647059;
}
@media screen and (max-width: 768px) {
  main #auction #archive > li a p {
    margin-top: 10px;
    font-size: 16px;
  }
}
main #auction .head {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  main #auction .head {
    display: block;
  }
}
main #auction .head > em {
  display: block;
  margin-right: auto;
  color: #333;
  font-size: 40px;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main #auction .head > em {
    font-size: 22px;
  }
}
main #auction .head > em.no_i {
  font-style: normal;
}
main #auction .head #power_link {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  main #auction .head #power_link {
    margin: 15px 0 0 auto;
  }
}
main #auction #single {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}
@media screen and (max-width: 768px) {
  main #auction #single {
    display: block;
  }
}
main #auction #single > h1 {
  width: 100%;
  margin-bottom: 40px;
  color: #333;
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  main #auction #single > h1 {
    font-size: 22px;
  }
}
main #auction #single #detail {
  width: 61.6%;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  main #auction #single #detail {
    width: auto;
  }
}
main #auction #single #detail #gallery {
  margin-bottom: 50px;
}
main #auction #single #detail #gallery ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main #auction #single #detail #gallery ul > li {
  position: relative;
  width: calc((100% - 10px) / 2);
}
main #auction #single #detail #gallery ul > li:nth-child(3n + 1) {
  width: 100%;
  margin-bottom: 10px;
}
main #auction #single #detail #gallery ul > li:nth-child(3n) {
  margin-left: 10px;
}
main #auction #single #detail #gallery ul > li:last-child {
  margin-bottom: 0;
}
main #auction #single #detail #gallery ul > li div {
  position: relative;
  padding-top: 68.49%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ccc;
}
main #auction #single #detail #gallery ul > li a {
  position: absolute;
  right: 10px;
  bottom: 10px;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 30px;
  border-radius: 5px;
  color: #f60;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  background-color: #fff;
  text-decoration: none;
  transition: opacity 0.7s;
}
main #auction #single #detail #gallery ul > li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main #auction #single #detail #gallery ul > li a:hover {
    opacity: 1;
  }
}
main #auction #single #detail #gallery ul > li a:hover img {
  opacity: 1;
}
main #auction #single #detail > ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 55px;
  padding: 50px 0;
  border-top: 1px #d2d9e1 solid;
  border-bottom: 1px #d2d9e1 solid;
}
main #auction #single #detail > ul > li {
  width: 50%;
  line-height: 1;
}
main #auction #single #detail > ul > li:nth-child(n + 3) {
  margin-top: 30px;
}
main #auction #single #detail > ul > li i {
  display: block;
  font-size: 13px;
}
main #auction #single #detail > ul > li p {
  margin-top: 5px;
  color: #333;
  font-size: 16px;
}
main #auction #single #detail > p {
  color: #333;
}
main #auction #single #detail .cost {
  margin-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px #d2d9e1 solid;
}
main #auction #single #detail .cost em {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  main #auction #single #detail .cost em {
    font-size: 18px;
  }
}
main #auction #single #detail .cost p b {
  color: #333;
  font-weight: 700;
}
main #auction #single #detail .cost p a {
  color: #f60;
  font-size: 14px;
  font-weight: 700;
}
main #auction #single #purchase {
  width: 32.91%;
  margin-left: auto;
  border: 1px #e1e1e1 solid;
}
@media screen and (max-width: 768px) {
  main #auction #single #purchase {
    width: auto;
    margin: 40px 0 0;
  }
}
main #auction #single #purchase form {
  display: block;
  padding: 30px 20px 0;
}
main #auction #single #purchase form label {
  position: relative;
  display: block;
}
main #auction #single #purchase form label:before, main #auction #single #purchase form label:after {
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  font-weight: 700;
  translate: 0 -50%;
}
main #auction #single #purchase form label:before {
  content: ",000";
  width: 90px;
}
main #auction #single #purchase form label:after {
  content: "JPY";
  width: 50px;
  color: #333;
}
main #auction #single #purchase form label input {
  display: block;
  width: 100%;
  height: 50px;
  padding-right: 91px;
  background-color: #f0f0f0;
  text-align: right;
  -moz-appearance: textfield;
  -webkit-appearance: none;
}
main #auction #single #purchase form label input::-webkit-outer-spin-button, main #auction #single #purchase form label input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
main #auction #single #purchase form [type="submit"] {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  margin-top: 20px;
  color: #fff;
  font-weight: 700;
  background-color: #f60;
  text-decoration: none;
  transition: opacity 0.7s;
}
main #auction #single #purchase form [type="submit"]:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main #auction #single #purchase form [type="submit"]:hover {
    opacity: 1;
  }
}
main #auction #single #purchase form [type="submit"]:hover img {
  opacity: 1;
}
main #auction #single #purchase form [type="submit"]:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: url(../img/icon_hammer_03.svg) no-repeat center / cover;
}
main #auction #single #purchase .cost {
  padding: 40px 20px;
}
main #auction #single #purchase .cost li {
  position: relative;
  padding-left: 22px;
  font-size: 12px;
}
main #auction #single #purchase .cost li + li {
  margin-top: 15px;
}
main #auction #single #purchase .cost li:before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  display: block;
  width: 16px;
  height: 20px;
  background: url(../img/icon_boat_01.svg) no-repeat left center / cover;
}
main #auction #single #purchase .cost li.tax {
  color: #07856c;
}
main #auction #single #purchase .cost li.tax:before {
  background-image: url(../img/icon_security_01.svg);
}
main #auction #single #purchase .question {
  padding: 35px 20px 0;
  border-top: 1px #d2d9e1 solid;
}
main #auction #single #purchase .question b {
  display: block;
  margin-bottom: 5px;
  color: #333;
}
main #auction #single #purchase .question p {
  position: relative;
  padding-left: 25px;
}
main #auction #single #purchase .question p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/icon_question_01.svg) no-repeat center / cover;
  translate: 0 -50%;
}
main #auction #single #purchase .question p a {
  color: #f60;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
}
main #auction #single #purchase .question p a:hover {
  text-decoration: none;
}
main #auction #single #purchase .media {
  border-top: 1px #d2d9e1 solid;
  padding: 25px 20px 35px;
}
main #auction #single #purchase .media b {
  display: block;
  margin-bottom: 10px;
  color: #333;
}
main #auction #single #purchase .media ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main #auction #single #purchase .media ul li {
  width: 30px;
}
main #auction #single #purchase .media ul li + li {
  margin-left: 30px;
}
main #auction #list > li {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 0;
  border-top: 1px #ccc solid;
}
main #auction #list > li:last-child {
  border-bottom: 1px #ccc solid;
}
main #auction #list > li figure {
  width: 130px;
}
@media screen and (max-width: 768px) {
  main #auction #list > li figure {
    width: 100%;
  }
}
main #auction #list > li div {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  width: calc(100% - 130px - 160px);
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  main #auction #list > li div {
    width: calc(100% - 160px);
    margin-top: 15px;
    padding-left: 0;
  }
}
main #auction #list > li div em {
  display: block;
}
main #auction #list > li div em a {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}
main #auction #list > li div em a:hover {
  text-decoration: none;
}
main #auction #list > li div ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
main #auction #list > li div ul li {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-right: 15px;
  font-size: 12px;
}
main #auction #list > li div ul li i {
  color: #707070;
}
main #auction #list > li div ul li p {
  color: #333;
  font-weight: 700;
}
main #auction #list > li form {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 160px;
}
main #auction #list > li form label {
  position: relative;
  display: block;
  width: 100px;
}
main #auction #list > li form label:after {
  content: ",000";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 44px;
  color: #333;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  translate: 0 -50%;
}
main #auction #list > li form label input {
  display: block;
  width: 100%;
  height: 50px;
  padding-right: 45px;
  color: #333;
  font-size: 12px;
  font-weight: 700;
  text-align: right;
  background-color: #f0f0f0;
  -moz-appearance: textfield;
  -webkit-appearance: none;
}
main #auction #list > li form label input::-webkit-outer-spin-button, main #auction #list > li form label input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
main #auction #list > li form button {
  width: 15px;
  height: 15px;
  margin-left: auto;
  margin-right: 11px;
  font-size: 0;
  background: url(../img/icon_close_02.svg) no-repeat center / cover;
  text-decoration: none;
  transition: opacity 0.7s;
}
main #auction #list > li form button:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main #auction #list > li form button:hover {
    opacity: 1;
  }
}
main #auction #list > li form button:hover img {
  opacity: 1;
}
main #auction #list > li > p {
  width: 160px;
  padding-left: 40px;
  color: #333;
  font-weight: 700;
  text-align: center;
}
main #advance_information {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  main #advance_information {
    display: block;
    padding: 50px 0;
  }
}
main #advance_information #information {
  width: 700px;
  max-width: calc((100% - 430px));
  margin-right: auto;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0px 3px 6px #00000029;
}
main #advance_information #information:first-child:last-child {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  main #advance_information #information {
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }
}
main #advance_information #information em {
  display: block;
  margin-bottom: 15px;
  color: #333;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  main #advance_information #information em {
    font-size: 20px;
  }
}
main #advance_information #information em:nth-child(n + 2) {
  margin-top: 45px;
}
main #advance_information #information p a {
  text-decoration: underline;
}
main #advance_information #information p a:hover {
  text-decoration: none;
}
main #advance_information #information #schedule {
  margin-bottom: 25px;
  border: 1px #e1e1e1 solid;
}
main #advance_information #information #schedule > li {
  padding: 15px;
  color: #333;
  font-size: 17px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main #advance_information #information #schedule > li {
    padding: 10px;
    font-size: 16px;
  }
}
main #advance_information #information #schedule > li + li {
  border-top: 1px #e1e1e1 solid;
}
main #advance_information #information #schedule > li:nth-child(2n) {
  background-color: #fafafa;
}
main #advance_information #provisional_registration {
  width: 400px;
  margin-left: auto;
  box-shadow: 0px 3px 6px #00000029;
}
@media screen and (max-width: 768px) {
  main #advance_information #provisional_registration {
    margin: 50px auto 0;
  }
}
main #account {
  width: 600px;
  margin: 0 auto;
  padding: 60px 0;
}
main #account > ul > li {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px #e1e1e1 solid;
}
main #account > ul > li > div {
  width: calc(100% - 50px);
  margin-right: auto;
}
main #account > ul > li > div i {
  display: block;
  color: #707070;
  font-size: 14px;
}
main #account > ul > li > div p {
  color: #333;
  font-size: 18px;
  font-weight: 700;
}
main #account > ul > li > div small {
  display: block;
  color: #f60;
  font-size: 12px;
}
main #account > ul > li > div .html {
  display: none;
}
main #account > ul > li > a {
  display: block;
  margin-left: auto;
  color: #333;
  font-size: 14px;
  text-decoration: underline;
}
main #account > ul > li > a:hover {
  text-decoration: none;
}
main #account #withdrawal {
  margin-top: 110px;
  text-align: right;
}
main #account #withdrawal a {
  color: #f00;
  font-size: 12px;
  text-decoration: underline;
}
main #account #withdrawal a:hover {
  text-decoration: none;
}
main #notification {
  width: 600px;
  margin: 0 auto;
  padding: 60px 0;
}
main #notification > ul > li {
  position: relative;
  border: 1px #e1e1e1 solid;
  color: #333;
  font-size: 14px;
  cursor: pointer;
}
main #notification > ul > li:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/icon_eye_01.svg) no-repeat center / cover;
  translate: 0 -50%;
}
main #notification > ul > li.checked:after {
  background-image: url(../img/icon_eye_02.svg);
}
main #notification > ul > li em {
  display: block;
  padding: 20px 50px 20px 20px;
  font-weight: 700;
}
main #notification > ul > li div {
  display: none;
  padding: 0 50px 20px 20px;
}
main #notification > ul > li div p a {
  color: #2033ff;
  text-decoration: underline;
}
main #notification > ul > li div p a:hover {
  text-decoration: none;
}
main #notification > ul > li div span {
  display: block;
  margin-top: 5px;
  color: #999;
  font-size: 13px;
}
main #message {
  width: 600px;
  margin: 0 auto;
  padding: 60px 0;
}
main #message #chat p {
  color: #333;
  font-size: 16px;
}
main #message #chat div {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  main #message #chat div {
    display: block;
    margin-top: 10px;
  }
}
main #message #chat div textarea {
  display: block;
  width: calc(100% - 100px);
  height: 50px;
  margin-right: auto;
  padding: 10px;
  border: 1px #ccc solid;
  border-radius: 5px;
  resize: vertical;
}
@media screen and (max-width: 768px) {
  main #message #chat div textarea {
    width: 100%;
    height: 150px;
  }
}
main #message #chat div button {
  display: block;
  width: 80px;
  height: 50px;
  margin-left: auto;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background-color: #f60;
  text-decoration: none;
  transition: opacity 0.7s;
}
main #message #chat div button:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main #message #chat div button:hover {
    opacity: 1;
  }
}
main #message #chat div button:hover img {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  main #message #chat div button {
    margin-top: 10px;
  }
}
main #message > ul {
  margin-top: 30px;
}
main #message > ul > li {
  padding: 15px 20px;
}
main #message > ul > li + li {
  margin-top: 20px;
}
main #message > ul > li.admin {
  background-color: #fafafa;
}
main #message > ul > li.admin em {
  color: #f60;
}
main #message > ul > li.user {
  background-color: #f5f9fc;
}
main #message > ul > li.user em {
  color: #3463e9;
}
main #message > ul > li em {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px #e1e1e1 solid;
  font-size: 14px;
  font-weight: 700;
}
main #message > ul > li p {
  font-size: 14px;
}
main #message > ul > li p a {
  color: #2033ff;
  text-decoration: underline;
}
main #message > ul > li p a:hover {
  text-decoration: none;
}
main #message > ul > li > span {
  display: block;
  margin-top: 20px;
  color: #999;
  font-size: 12px;
  font-weight: 700;
  text-align: right;
}
main #register {
  background-color: #fff;
}
main #register em {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 50px;
  font-size: 14px;
  text-align: center;
}
main #register em:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #eee;
}
main #register form {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 25px;
  color: #565b60;
}
main #register form input {
  display: block;
  height: 50px;
  padding: 0 20px;
  font-size: 14px;
}
main #register form input[type="password"], main #register form input[type="email"], main #register form input[type="text"] {
  width: 100%;
  color: #565b60;
}
main #register form input[readonly] {
  background-color: rgba(204, 204, 204, 0.3);
}
main #register form select {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border: none;
  color: #565b60;
  font-weight: 400;
  appearance: none;
}
main #register form select[name="country"] {
  width: 50%;
  padding-right: 10px;
}
main #register form select[name="country"] + input {
  width: 50%;
  border-left: 1px #e1e1e1 solid;
}
main #register form p {
  margin-top: 30px;
  font-size: 10px;
}
main #register form p a {
  color: #f60;
  text-decoration: underline;
}
main #register form p a:hover {
  text-decoration: none;
}
main #register form > span {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
main #register form > span:nth-child(n + 2) {
  margin-top: 30px;
}
main #register form .input {
  display: block;
  width: 100%;
  border: 1px #e1e1e1 solid;
}
main #register form .input > li {
  position: relative;
}
main #register form .input > li.f {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main #register form .input > li + li {
  border-top: 1px #e1e1e1 solid;
}
main #register form .radio {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main #register form .radio > li + li {
  margin-left: 50px;
}
main #register form .radio > li input {
  display: none;
}
main #register form .radio > li label {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  line-height: 1;
}
main #register form .radio > li label:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  border: 1px #ccc solid;
  border-radius: 50%;
}
main #register form .radio > li input:checked + label:before {
  border: 2px #07856c solid;
}
main #register form .radio > li input:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #07856c;
  translate: 0 -50%;
}
main #register form #password_check {
  margin-top: 15px;
}
main #register form #agree {
  width: 100%;
  margin-top: 15px;
}
main #register form #agree input {
  display: none;
}
main #register form #agree label {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #333;
  font-size: 14px;
}
main #register form #agree label:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  border: 1px #e1e1e1 solid;
  border-radius: 5px;
}
main #register form #agree input:checked + label:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 5px;
  display: block;
  width: 20px;
  height: 10px;
  border: 0px transparent solid;
  border-left: 3px #07856c solid;
  border-bottom: 3px #07856c solid;
  rotate: -45deg;
}
main #register form .btn01 {
  width: 100%;
  margin-top: 25px;
}
main #register form .btn01 input {
  width: 100%;
  color: #fff;
  background-color: #f60;
}
main #register form .btn01 input:disabled {
  color: #333;
  background-color: #efefef;
  opacity: 1 !important;
  pointer-events: none;
}
main #login, main #password {
  background-color: #fff;
}
main #login em, main #password em {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-size: 14px;
  text-align: center;
}
main #login em:after, main #password em:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #eee;
}
main #login em img, main #password em img {
  width: 200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main #login em img, main #password em img {
    width: 140px;
  }
}
main #login form, main #password form {
  padding: 30px 25px;
}
main #login form > div, main #password form > div {
  position: relative;
}
main #login form > div + div, main #password form > div + div {
  margin-top: 10px;
}
main #login form > div input.lack, main #password form > div input.lack {
  border: 1px #f00 solid;
}
main #login form > div input.good, main #password form > div input.good {
  border: 1px #07856c solid;
}
main #login form input, main #password form input {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  color: #565b60;
  font-size: 14px;
  background-color: #f0f1f5;
}
main #login form input[type="submit"], main #password form input[type="submit"] {
  width: 100%;
  margin-top: 20px;
  color: #fff;
  text-align: center;
  background-color: #f60;
  text-decoration: none;
  transition: opacity 0.7s;
}
main #login form input[type="submit"]:hover, main #password form input[type="submit"]:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main #login form input[type="submit"]:hover, main #password form input[type="submit"]:hover {
    opacity: 1;
  }
}
main #login form input[type="submit"]:hover img, main #password form input[type="submit"]:hover img {
  opacity: 1;
}
main #login form input[type="submit"][disabled], main #password form input[type="submit"][disabled] {
  color: #fff;
  background-color: #565b60;
  opacity: 1 !important;
  pointer-events: none;
}
main #login form input[type="checkbox"], main #password form input[type="checkbox"] {
  display: none;
}
main #login form ul, main #password form ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 15px;
}
main #login form ul li, main #password form ul li {
  width: 50%;
  text-align: right;
  font-size: 12px;
  line-height: 1;
}
main #login form ul li label, main #password form ul li label {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #505050;
}
main #login form ul li label:before, main #password form ul li label:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  border: 1px #707070 solid;
  border-radius: 5px;
}
main #login form ul li input:checked + label:after, main #password form ul li input:checked + label:after {
  content: "";
  position: absolute;
  left: 1px;
  top: 4px;
  display: block;
  width: 15px;
  height: 8px;
  border: 0px transparent solid;
  border-left: 2px #07856c solid;
  border-bottom: 2px #07856c solid;
  rotate: -45deg;
}
main #login form ul li a, main #password form ul li a {
  color: #f60;
}
main #login form p, main #password form p {
  margin-top: 30px;
  font-size: 10px;
}
main #login form p a, main #password form p a {
  color: #f60;
  text-decoration: underline;
}
main #login form p a:hover, main #password form p a:hover {
  text-decoration: none;
}
main #login .register, main #password .register {
  padding: 30px 0 50px;
  margin: 0 30px;
  border-top: 1px #eee solid;
}
main #login .register p, main #password .register p {
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
main #login .register .btn01, main #password .register .btn01 {
  margin-top: 15px;
}
main #login .register .btn01 a, main #password .register .btn01 a {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 50px;
  border: 1px #f60 solid;
  color: #f60;
  text-decoration: none;
  transition: opacity 0.7s;
}
main #login .register .btn01 a:hover, main #password .register .btn01 a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main #login .register .btn01 a:hover, main #password .register .btn01 a:hover {
    opacity: 1;
  }
}
main #login .register .btn01 a:hover img, main #password .register .btn01 a:hover img {
  opacity: 1;
}
main #login #password_check, main #password #password_check {
  margin-top: 10px;
}
main #policy, main #terms {
  padding: 60px 0 150px;
  color: #333;
}
@media screen and (max-width: 768px) {
  main #policy, main #terms {
    padding: 30px 0 100px;
  }
}
main #policy p, main #terms p {
  font-weight: 400;
}
main #policy #policyList > li, main #terms #policyList > li {
  padding-top: 30px;
}
main #policy #policyList > li strong, main #terms #policyList > li strong {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main #policy #policyList > li strong, main #terms #policyList > li strong {
    font-size: 16px;
  }
}
main #policy #policyList > li .dots li, main #terms #policyList > li .dots li {
  font-weight: 400;
}
main #policy .dots, main #terms .dots {
  margin-top: 10px;
}
main #terms h2 {
  margin-top: 50px;
  font-size: 18px;
  font-weight: bold;
}
main #terms .termsList > li {
  padding-top: 30px;
}
main #terms .termsList > li strong {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main #terms .termsList > li strong {
    font-size: 16px;
  }
}
main #terms .termsList > li ol {
  margin-top: 10px;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  main #terms .termsList > li ol {
    margin-left: 30px;
  }
}
main #terms .termsList > li ol li {
  list-style-type: decimal;
  font-weight: 400;
}
main #terms .termsList > li ol li:nth-child(n + 2) {
  margin-top: 5px;
}
#popup1 {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  padding: 100px 15px;
  background-color: #fff;
  overflow-y: auto;
}
#popup1 .close {
  position: fixed;
  top: 25px;
  right: 20px;
  display: block;
  width: 15px;
}
#popup1 ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  width: 730px;
  margin: 0 auto;
}
#popup1 ul > li {
  position: relative;
  width: calc((100% - 10px) / 2);
}
#popup1 ul > li:nth-child(3n + 1) {
  width: 100%;
  margin-bottom: 10px;
}
#popup1 ul > li:nth-child(3n + 1):not(:first-child) {
  margin-top: 10px;
}
#popup1 ul > li:nth-child(3n) {
  margin-left: 10px;
}
#popup1 ul > li:last-child {
  margin-bottom: 0;
}
#popup1 ul > li div {
  position: relative;
  padding-top: 68.49%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ccc;
}
#popup1 ul > li div video {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#popup2 {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 100px 30px;
  background-color: rgba(0, 0, 0, 0.5);
}
#popup2 > div {
  width: 400px;
  margin: 0 auto;
  padding-bottom: 30px;
  background-color: #fff;
}
#popup2 > div > em {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 55px;
  border-bottom: 1px #eee solid;
  color: #707070;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}
#popup2 > div > ul {
  width: 350px;
  margin: 30px auto 0;
}
#popup2 > div > ul > li {
  position: relative;
}
#popup2 > div > ul > li + li {
  margin-top: 10px;
}
#popup2 > div > ul > li input, #popup2 > div > ul > li select {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border: none;
  background-color: #f0f1f5;
}
#popup2 > div > ul > li select {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}
#popup2 > div > ul > li select::-webkit-outer-spin-button, #popup2 > div > ul > li select::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#popup2 > div > ul > li #password_check {
  margin-top: 10px;
}
#popup2 > div > .n {
  width: 350px;
  margin: 30px auto 0;
}
#popup2 > div > .n p {
  color: #707070;
  font-size: 14px;
  line-height: 1.5714285714;
}
#popup2 > div > .n label {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 25px;
  color: #333;
  font-size: 14px;
  line-height: 1;
}
#popup2 > div > .n label:before {
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border: 1px #e1e1e1 solid;
  border-radius: 5px;
}
#popup2 > div > .n label:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  display: block;
  width: 20px;
  height: 13px;
  background: url(../img/icon_checked_01.svg) no-repeat center / cover;
  translate: 0 -50%;
  opacity: 0;
}
#popup2 > div > .n input:checked + label:after {
  opacity: 1;
}
#popup2 > div > a {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: 50px;
  margin: 0 auto;
  text-decoration: none;
  transition: opacity 0.7s;
}
#popup2 > div > a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  #popup2 > div > a:hover {
    opacity: 1;
  }
}
#popup2 > div > a:hover img {
  opacity: 1;
}
#popup2 > div > a.save {
  margin-top: 20px;
  color: #fff;
  background-color: #f60;
}
#popup2 > div > a.save.disabled {
  pointer-events: none;
  opacity: 0.6 !important;
}
#popup2 > div > a.cancel {
  margin-top: 15px;
  border: 1px #ccc solid;
  color: #707070;
}
#popup2 > div > a#account_delete {
  margin-top: 20px;
  color: #fff;
  background-color: #f00;
}
#popup2 > div > a#account_delete.disabled {
  pointer-events: none;
  opacity: 0.6 !important;
}
.fancybox-container .fancybox-bg {
  background-color: #000 !important;
  opacity: 1 !important;
}
.fancybox-container .fancybox-inner .fancybox-infobar {
  left: 50%;
  color: #fff;
  font-size: 16px;
  opacity: 1 !important;
  visibility: visible !important;
  translate: -50% 0;
}
.fancybox-container .fancybox-inner .fancybox-toolbar {
  opacity: 1 !important;
  visibility: visible !important;
}
.fancybox-container .fancybox-inner .fancybox-toolbar button {
  display: none !important;
}
.fancybox-container .fancybox-inner .fancybox-toolbar button.fancybox-button--close {
  display: block !important;
  background-color: transparent;
}
.fancybox-container .fancybox-inner .fancybox-navigation {
  opacity: 1 !important;
  visibility: visible !important;
}
@media (min-width: 769px) {
  .fancybox-container .fancybox-inner .fancybox-navigation .fancybox-button--arrow_left {
    margin-left: 10px;
  }
}
@media (min-width: 769px) {
  .fancybox-container .fancybox-inner .fancybox-navigation .fancybox-button--arrow_right {
    margin-right: 10px;
  }
}
.fancybox-container .fancybox-inner .fancybox-caption, .fancybox-container .fancybox-inner .fancybox-progress {
  display: none !important;
  visibility: hidden !important;
}
