/* font */
.font-weight-bold {
  font-weight: bold;
}

.biz-udpgothic-regular {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.biz-udpgothic-bold {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

:root {
  --bs-blue: #337ab7;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #337ab7;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 51, 122, 183;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "BIZ UDPGothic", sans-serif;
  /* --bs-font-sans-serif: Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif; */
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg,
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 0.875rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.42857142;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

/* font size */
.font-sm {
  font-size: 12px;
}

.font-base {
  font-size: 20px;
}

.font-lg {
  font-size: 30px;
}

.font-xl {
  font-size: 48px;
}

/* color */
.main-color {
  color: rgb(239, 227, 208);
}

.main-text-color {
  color: rgb(255, 255, 255);
}

.sub-text-color {
  color: rgb(245, 98, 31);
}

.active-text-color {
  color: rgb(255, 182, 70);
}

.main-color-bg {
  background-color: rgb(44, 44, 44);
}

.header-color-bg {
  background-color: rgb(0, 0, 0);
}

.side-menu-layout a:hover {
  color: white;
}

/* button */
.submit-botton {
  padding: 4px 16px;
  border: solid 0.5px;
  border-color: rgb(245, 98, 31);
  background-color: rgb(245, 98, 31);
  color: rgb(255, 255, 255);
  cursor: pointer;
}

.active-button {
  padding: 4px 16px;
  border: solid 0.5px;
  border-color: rgb(255, 182, 70);
  background-color: rgb(255, 182, 70);
  color: rgb(255, 255, 255);
  cursor: pointer;
}

.standby-button {
  padding: 4px 16px;
  border: solid 0.5px;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  cursor: pointer;
}

.ec-favorite-button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 0.875rem;
  border: none;
  border-radius: 1.42857142;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  border-color: #525263;
  display: block;
  width: 100%;
  height: 56px;
  line-height: 56px;
  padding-top: 0;
  padding-bottom: 0;
  color: rgb(239, 227, 208);
  background-color: #000000;
}

.ec-favorite-button:hover {
  background-color: rgb(239, 227, 208);
  color: rgb(82, 82, 99);
}

.favorite-button-layout {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.btn-ec-conversion-success-color {
  color: #fff;
  background-color: #198754;
  border-color: transparent;
  cursor: pointer;
}

.btn-ec-conversion-success-color:hover {
  color: #fff;
  background-color: #0f7d4a;
  border-color: transparent;
  cursor: pointer;
}

.auction-start-button {
  display: none;
}

.auction-stop-button {
  display: none;
}

/* margin */
.mt-5px {
  margin-top: 5px;
}

.mt-5 {
  margin-top: 5rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-1 {
  margin-top: 1rem;
}

.mr-5px {
  margin-right: 5px;
}

.mr-5 {
  margin-right: 5rem;
}

.mr-1 {
  margin-right: 1rem;
}

.flex {
  display: flex;
}

.justify-center {
  justify-content: center;
}

.items-center {
  align-items: center;
}

.flex-col {
  flex-direction: column;
}

.w-full {
  width: 100%;
}

.ec-role {
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
}

/* footer */
.footer-layout {
  height: 80px;
  background-color: black;
  width: 100%;
  padding: 0rem 1rem;
  /*padding: 0rem 17.5rem;*/
  font-weight: bold;
}

.ec-footerRole__inner ul {
  margin-bottom: 0rem;
}

.footer-innter {
  height: inherit;
  color: #fff;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  justify-content: space-between;
}

.ec-footerNavi {
  padding: 0;
  color: white;
  list-style: none;
  text-align: center;
}
.ec-footerNavi .ec-footerNavi__link {
  display: block;
}
.ec-footerNavi .ec-footerNavi__link a {
  display: block;
  border-bottom: 1px solid #7d7d7d;
  padding: 0;
  /* padding: 15px 0; */
  font-size: 0.625rem;
  color: inherit;
  text-decoration: none;
}
.ec-footerNavi .ec-footerNavi__link:hover a {
  opacity: 0.8;
  text-decoration: none;
}

.ec-footerTitle {
  /* padding: 40px 0 60px; */
  padding: 0;
  text-align: center;
  color: white;
}

/* header/side-menu */
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item:hover {
  color: white;
}

.header-layout {
  padding-top: 0px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.ec-headerNaviRole__right {
  display: flex;
  justify-content: end;
  align-items: center;
}

.ec-loginHeaderNaviRole__right {
  display: flex;
  justify-content: end;
  align-items: center;
}

.header-logo-pc {
  display: none;
}

.header-logo-sp {
  display: flex;
  width: 260px;
}

.header-logo-sp img {
  width: 260px;
  height: 38px;
}

.header-logo-login {
  display: flex;
  width: 280px;
}

.header-logo-login img {
  width: 280px;
  height: 38px;
}

.ec-layoutRole__header {
  background: black;
}

.ec-headerRole {
  display: none;
}

.ec-headerRole .ec-headerRole__navSP {
  display: block;
  position: absolute;
  top: 15px;
  width: 27%;
  right: 0;
  text-align: right;
}

.ec-headerNav .ec-header-itemLink {
  margin-right: 10px;
  font-size: 16px;
  vertical-align: middle;
  color: rgb(239, 227, 208);
}

.ec-headerNav .ec-header-itemLink:hover {
  color: white;
}

.ec-headerNavSP {
  display: block;
  cursor: pointer;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 10px;
  width: 40px;
  height: 40px;
  font-size: 18px;
  text-align: center;
  color: black;
  background: white;
  position: fixed;
  top: 5px;
  left: 10px;
  z-index: 1000;
}

.ec-headerNavSP .fas {
  vertical-align: top;
}

.ec-headerNavSP.is-active {
  display: none;
}

.ec-drawerRole {
  overflow-y: scroll;
  background: black;
  width: 260px;
  height: 100vh;
  transform: translateX(-300px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  transition: z-index 0ms 1ms;
}

.ec-drawerRole .ec-headerSearchArea {
  padding: 20px 10px;
  width: 100%;
  background: #f8f8f8;
}

.ec-drawerRole .ec-headerSearch {
  padding: 16px 8px 26px;
  background: #ebebeb;
  color: #636378;
}

.ec-drawerRole .ec-headerSearch select {
  width: 100% !important;
}

.ec-drawerRole .ec-headerCategoryArea .ec-headerCategoryArea__heading {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 1em 10px;
  font-size: 16px;
  font-weight: bold;
  color: black;
  background: #f8f8f8;
}

.ec-drawerRole .ec-headerCategoryArea p {
  margin-top: 0;
  margin-bottom: 0;
}

.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li a {
  border-bottom: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: black;
  font-weight: normal;
  background: #f8f8f8;
}

.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li ul li a {
  border-bottom: 1px solid #ccc;
  padding-left: 20px;
  font-weight: normal;
  background: white;
}

.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav>li:hover>a {
  background: #f8f8f8;
}

.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav>li:hover li:hover>a {
  background: white;
}

.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li ul li ul li a {
  padding-left: 40px;
  color: black;
  background: white;
}

.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li:hover ul li ul li a:hover {
  background: white;
}

.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li ul li ul li ul li a {
  padding-left: 60px;
  font-weight: normal;
}

.ec-drawerRole .ec-headerLinkArea {
  background: black;
}

.ec-drawerRole .ec-headerLinkArea .ec-headerLink__list {
  border-top: 1px solid #ccc;
}

.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item {
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: bold;
  color: rgb(239, 227, 208);
}

.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item:hover {
  color: white;
}

.ec-drawerRole .ec-headerLinkArea .ec-headerLink__icon {
  display: inline-block;
  width: 28px;
  font-size: 17px;
}

.ec-drawerRoleClose {
  display: none;
  cursor: pointer;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 10px;
  width: 40px;
  height: 40px;
  font-size: 18px;
  text-align: center;
  color: black;
  background: white;
  position: fixed;
  top: 10px;
  left: 270px;
  z-index: 1000;
}

.ec-drawerRoleClose .fas {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ec-drawerRole.is_active {
  display: block;
  transform: translateX(0);
  transition: all 0.3s;
  z-index: 100000;
}

.ec-drawerRoleClose.is_active {
  display: inline-block;
  transition: all 0.3s;
}

.ec-overlayRole {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  opacity: 0;
  background: transparent;
  transform: translateX(0);
  transition: all 0.3s;
  visibility: hidden;
}

.have_curtain .ec-overlayRole {
  display: block;
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  visibility: visible;
}

.side-menu-layout {
  display: none;
}

.ec-headerNav .ec-headerLoginNav__item {
  display: none;
}

/* ログイン画面 */
.ec-pageHeader h1,
.ec-pageHeader .h1 {
  margin: 0 0 8px;
  border-bottom: 1px solid #ccc;
  border-top: none;
  padding: 8px 0 12px;
  font-size: 16px;
  font-weight: bold;
}

/* ホーム画面 */
.ec-secHeading .ec-secHeading__line {
  display: inline-block;
  margin: 0 20px;
  width: 1px;
  height: 14px;
  background: white;
}

.auction-start-popup-area {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  border: 1px solid white;
  border-radius: 10px;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  width: 160px;
  z-index: 10;
}

@keyframes blinking {
  0% {
    opacity: 0.1;
  }

  100% {
    opacity: 1;
  }
}

.blinking {
  animation: blinking 1s ease-in-out infinite alternate;
}

.popup-title {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(239, 227, 208);
  color: black;
}

.auction-list {
  display: none;
  max-width: 160px;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
}

.popup-list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: rgb(239, 227, 208);
  border: none;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.ec-sliderRole {
  margin: 0 auto;
  padding: 72px 20px 0px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
  margin-bottom: 24px;
}

.ec-layoutRole .ec-layoutRole__contents {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1150px;
  min-height: 100vh;
  display: flex;
  flex-wrap: nowrap;
  flex-grow: 1;
}

/* 新着情報 */
.ec-newsRole .ec-newsRole__news {
  box-sizing: border-box;
  background: white;
  height: 208px;
  overflow-y: scroll;
}

/* オークション一覧・商品一覧画面 */
.ec-searchnavRole {
  margin-bottom: 0;
  padding: 40px 20px;
}

.ec-shelfRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
  /* display: none; */
}

.grid-switching {
  display: none;
}

.grid-switching-title {
  color: rgb(255, 255, 255);
  border-bottom: 1px solid white;
}

.ec-shelfGrid .ec-shelfGrid__item {
  margin-bottom: 36px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.ec-shelfGrid .ec-shelfGrid__item:nth-child(odd) {
  padding-right: 0px;
}

.ec-shelfGrid .ec-shelfGrid__item:nth-child(even) {
  padding-left: 0px;
}

.ec-shelfGrid .ec-shelfGrid__item2 {
  margin-bottom: 36px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.ec-shelfGrid .ec-shelfGrid__item2:nth-child(odd) {
  padding-right: 0px;
}

.ec-shelfGrid .ec-shelfGrid__item2:nth-child(even) {
  padding-left: 0px;
}

.item-card {
  display: block;
  border: 1px solid #ccc;
  border-radius: 10px;
  position: relative;
  overflow-y: hidden;
  cursor: pointer;
}

.item-contnt {
  position: relative;
  width: 100%;
  padding: 20px 10px;
}

.item-contnt2 {
  position: relative;
  width: 100%;
  padding: 5px;
}

.item-contnt3 {
  position: relative;
  width: 100%;
  padding: 5px;
}

.product-detail-box {
  color: rgb(255, 255, 255);
  width: 100%;
}

.product-detail-box2 {
  color: rgb(255, 255, 255);
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.product-detail-box3 {
  color: rgb(255, 255, 255);
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.auction-detail-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}

.auction-detail-img {
  display: block;
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.product-description {
  color: rgb(255, 255, 255);
  width: 100%;
}

.product-description2 {
  color: rgb(255, 255, 255);
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.product-numbers {
  color: rgb(255, 255, 255);
  font-size: 0.9rem;
}

.product-numbers2 {
  color: rgb(255, 255, 255);
  font-size: 0.75rem;
}

.no-link {
  cursor: text;
}

figure {
  margin: 0;
}

.product-list-figure {
  width: 100%;
  max-width: 333px;
  position: relative;
  background-color: rgb(248, 248, 248);
}

.main-visual-slider {
  display: none;
}

.has-correction-icon-box {
  display: flex;
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
}

.has-correction-icon {
  padding: 12px 8px;
  border-radius: 10px;
  color: white;
  border: 1px solid red;
  background-color: red;
  font-size: 10px;
}

.bid-status-icon-box {
  display: flex;
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
}

.bid-status-icon {
  padding: 12px 8px;
  border-radius: 10px;
  color: black;
  border: 1px solid #ccc;
  background-color: white;
  font-size: 12px;
  font-weight: bold;
  margin-right: 3px;
}

.bid-status-success-icon {
  padding: 12px 8px;
  border-radius: 10px;
  color: white;
  border: 1px solid rgb(42, 130, 245);
  background-color: rgb(42, 130, 245);
  font-size: 12px;
  font-weight: bold;
  margin-right: 3px;
}

.bid-status-success-icon:hover {
  opacity: 0.8;
}

.bid-status-negotiation-icon {
  padding: 12px 8px;
  border-radius: 10px;
  color: black;
  border: 1px solid rgb(255, 182, 70);
  background-color: rgb(255, 182, 70);
  font-size: 12px;
  font-weight: bold;
  margin-right: 3px;
}

.bid-status-negotiation-icon:hover {
  opacity: 0.8;
}

.bid-status-hold-icon {
  padding: 12px 8px;
  border-radius: 10px;
  color: white;
  border: 1px solid red;
  background-color: red;
  font-size: 12px;
  font-weight: bold;
  margin-right: 3px;
}

.bid-status-hold-icon:hover {
  opacity: 0.8;
}

.bid-status-next-listing-icon {
  padding: 12px 5px;
  border-radius: 10px;
  color: black;
  border: 1px solid #ccc;
  background-color: white;
  font-size: 12px;
  font-weight: bold;
  margin-right: 3px;
}

.bid-status-next-listing-icon:hover {
  opacity: 0.8;
}

.bid-status-return-icon {
  padding: 12px 8px;
  border-radius: 10px;
  color: white;
  border: 1px solid rgb(116, 116, 116);
  background-color: rgb(116, 116, 116);
  font-size: 12px;
  font-weight: bold;
  margin-right: 3px;
}

.bid-status-return-icon:hover {
  opacity: 0.8;
}

.total-price-box {
  margin-top: 16px;
}

.total-price-title {
  font-size: 1rem;
  color: white;
}

.total-price {
  font-size: 1rem;
  color: white;
}

.item-img-area {
  width: 100%;
}

.item-img {
  display: block;
  aspect-ratio: 1;
  object-fit: cover;
}

.category-or-tag-area {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 5px;
  background-color: rgb(44, 44, 44);
}

.category-or-tag {
  display: inline-block;
  color: black;
  background-color: rgb(239, 227, 208);
  font-size: 12px;
  padding: 5px 10px;
  white-space: nowrap;
  border-radius: 5px;
}

.product-list-action-area1 {
  display: flex;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1;
}

.product-list-action-area2 {
  display: flex;
  position: absolute;
  top: 5px;
  right: 5px;
}

.product-list-action-area3 {
  display: flex;
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.product-list-preview-tender-area {
  display: flex;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

.preview-tender-button {
  padding: 5px;
  border-radius: 10px;
  color: black;
  border: 1px solid rgb(255, 182, 70);
  background-color: rgb(255, 182, 70);
  margin-right: 3px;
  font-size: 10px;
}

.preview-tender-button:hover {
  opacity: 70%;
}

.winning-button {
  padding: 5px;
  border-radius: 10px;
  color: white;
  border: 1px solid rgb(42, 130, 245);
  background-color: rgb(42, 130, 245);
  margin-right: 3px;
  font-size: 10px;
}

.memo-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #ccc;
  border: 1px solid #ccc;
  background-color: white;
  margin-right: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.active-memo-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: rgb(245, 98, 31);
  border: 1px solid #ccc;
  background-color: white;
  margin-right: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.favorite-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background-color: white;
  color: rgb(255, 182, 70);
  display: flex;
  justify-content: center;
  align-items: center;
}

.not-favorite-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background-color: white;
  color: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
}

.favorite-star {
  color: rgb(255, 182, 70);
}

.not-favorite-star {
  color: #ccc;
}

.detail-favorite-area {
  display: flex;
  text-align: right;
}

.favorite-button-for-detail {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: white;
}

.reload-button {
  width: 62px;
  height: 24px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: white;
  color: rgb(42, 130, 245);
  cursor: pointer;
  font-size: 10px;
}

.detail-content {
  display: flex;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 5rem;
}

.ec-topicpath {
  letter-spacing: -0.4em;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  border-top: none;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  list-style: none;
  overflow: hidden;
  font-size: 16px;
  color: #0092c4;
}

.correction-list-box {
  padding: 10px;
  margin-top: 16px;
  margin-right: 0px;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  background-color: white;
}

.correction-list-title {
  border-bottom: 1px solid #ccc;
}

.correction-list {
  display: flex;
  padding: 10px 0px;
}

.correction-list-line {
  display: block;
  margin: 0 20px;
  width: 1px;
  background: black;
}

/* メモモーダル */
.memo-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
}

.memo-modal.small {
  width: 30%;
}

.memo-modal.full {
  width: 100%;
  height: 100%;
}

.memo-modal .memo-modal-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}

.memo-modal .memo-modal-wrap {
  position: relative;
  border-radius: 0.25rem;
  border: 1px solid #333;
  background-color: #fff;
  width: 90%;
  margin: 20px;
  padding: 40px 5px;
}

.memo-modal .memo-modal-close {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 20px;
  height: 30px;
  width: 20px;
}

.memo-modal .memo-modal-close:hover {
  color: #4b5361;
}

.memo-modal .memo-modal-box {
  text-align: center;
}

.memo-modal .ec-role {
  margin-top: 20px;
}

.memo-input-box {
  margin: 0 auto;
  width: 80%;
}

.memo-label {
  display: block;
  text-align: left;
}

.memo-input {
  width: 100%;
  margin-top: 5px;
  border-radius: 0.25rem;
}

.memo-register {
  padding: 8px 48px;
  border: solid 0.5px;
  border-radius: 5px;
  border-color: rgb(116, 116, 116);
  background-color: rgb(116, 116, 116);
  color: rgb(255, 255, 255);
  cursor: pointer;
  margin-top: 10px;
}

.memo-register:hover {
  border-color: rgb(245, 98, 31);
  background-color: rgb(245, 98, 31);
  color: rgb(255, 255, 255);
}

/* お問い合わせモーダル */
.contact-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
}

.contact-modal.small {
  width: 30%;
}

.contact-modal.full {
  width: 100%;
  height: 100%;
}

.contact-modal .contact-modal-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}

.contact-modal .contact-modal-wrap {
  position: relative;
  border-radius: 0.25rem;
  border: 1px solid #333;
  background-color: #fff;
  width: 100%;
  margin: 20px;
  padding: 40px 5px;
}

.contact-modal .contact-modal-close {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 20px;
  height: 30px;
  width: 20px;
}

.contact-modal .contact-modal-close:hover {
  color: #4b5361;
}

.contact-modal .contact-modal-box {
  text-align: center;
}

.contact-modal .ec-role {
  margin-top: 20px;
}

.contact-input-box {
  margin: 0 auto;
  width: 100%;
}

.contact-qr-container {
  display: none;
}

.contact-link-label {
  text-align: left;
  padding: 10px 30px;
}

.contact-link {
  text-decoration: underline;
}

.contact-link:hover {
  color: #3365b7;
}

/* 交渉機能モーダル */
.negotiation-title {
  border-top: none;
  border-bottom: 1px solid #ccc;
  list-style: none;
  overflow: hidden;
  font-size: 20px;
  color: #0092c4;
}

.negotiation-sucessful-bid-price {
  font-size: 20px;
  font-weight: bold;
  padding-top: 20px;
}

.negotiation-limit-price {
  font-size: 20px;
  font-weight: bold;
  padding-top: 10px;
  color: rgb(255, 182, 70);
}

.negotiation-important-color {
  color: rgb(255, 182, 70);
}

.first-comment-type {
  font-size: 16px;
  font-weight: bold;
}

.second-comment-type {
  padding-top: 20px;
  font-size: 16px;
  font-weight: bold;
}

.negotiation-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
}

.negotiation-modal.small {
  width: 30%;
}

.negotiation-modal.full {
  width: 100%;
  height: 100%;
}

.negotiation-modal .negotiation-modal-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}

.negotiation-modal .negotiation-modal-wrap {
  position: relative;
  border-radius: 0.25rem;
  border: 1px solid #333;
  background-color: #fff;
  width: 90%;
  margin: 20px;
  padding: 40px 40px;
}

.negotiation-modal .negotiation-modal-close {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 20px;
  height: 30px;
  width: 20px;
}

.negotiation-modal .negotiation-modal-close:hover {
  color: #4b5361;
}

.neogotiation-modal .ec-role {
  margin-top: 20px;
}

.negotiation-input-box {
  width: 80%;
}

.negotiation-label {
  display: block;
  text-align: left;
}

.negotiation-input {
  width: 100%;
  margin-top: 5px;
  border-radius: 0.25rem;
}

.negotiation-register {
  padding: 8px 48px;
  border: solid 0.5px;
  border-radius: 5px;
  border-color: rgb(116, 116, 116);
  background-color: rgb(116, 116, 116);
  color: rgb(255, 255, 255);
  cursor: pointer;
}

.negotiation-register-not-hover {
  padding: 8px 48px;
  border: solid 0.5px;
  border-radius: 5px;
  border-color: rgb(116, 116, 116);
  background-color: rgb(116, 116, 116);
  color: rgb(255, 255, 255);
  cursor: pointer;
}

.negotiation-register:hover {
  border-color: rgb(245, 98, 31);
  background-color: rgb(245, 98, 31);
  color: rgb(255, 255, 255);
}

/* 事前入札モーダル */
.preview-tender-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
}

.preview-tender-modal.small {
  width: 30%;
}

.preview-tender-modal.full {
  width: 100%;
  height: 100%;
}

.preview-tender-modal .preview-tender-modal-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}

.preview-tender-modal .preview-tender-modal-wrap {
  position: relative;
  border-radius: 0.25rem;
  border: 1px solid #333;
  background-color: #fff;
  width: 90%;
  margin: 20px;
  padding: 40px 5px;
}

.preview-tender-modal .bid-confirm-modal-wrap {
  position: relative;
  border-radius: 0.25rem;
  border: 1px solid #333;
  background-color: #fff;
  width: 90%;
  margin: 20px;
  padding: 40px 5px;
}

.preview-tender-modal .preview-tender-modal-close {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 20px;
  height: 30px;
  width: 20px;
}

.preview-tender-modal .preview-tender-modal-close:hover {
  color: #4b5361;
}

.preview-tender-modal .preview-tender-modal-box {
  text-align: center;
}

.preview-tender-modal .preview-confirm-modal-box {
  display: none;
  text-align: center;
}

.preview-tender-modal .ec-role {
  margin-top: 20px;
}

.preview-tender-input-box {
  margin: 0 auto;
  width: 80%;
}

.preview-tender-confirm {
  padding: 8px 48px;
  border: solid 0.5px;
  border-radius: 5px;
  border-color: rgb(116, 116, 116);
  background-color: rgb(116, 116, 116);
  color: rgb(255, 255, 255);
  cursor: pointer;
  margin-top: 10px;
}

.preview-tender-confirm:hover {
  border-color: rgb(245, 98, 31);
  background-color: rgb(245, 98, 31);
  color: rgb(255, 255, 255);
}

.register-button-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.preview-tender-register {
  padding: 8px 48px;
  border: solid 0.5px;
  border-radius: 5px;
  border-color: rgb(245, 98, 31);
  background-color: rgb(245, 98, 31);
  color: rgb(255, 255, 255);
  cursor: pointer;
  margin-top: 10px;
}

.preview-tender-register:hover {
  opacity: 0.75;
}

.preview-tender-fix {
  padding: 8px 48px;
  border: solid 0.5px;
  border-radius: 5px;
  border-color: rgb(116, 116, 116);
  background-color: rgb(116, 116, 116);
  color: rgb(255, 255, 255);
  cursor: pointer;
  margin-top: 10px;
  margin-left: 0px;
}

.preview-tender-fix:hover {
  opacity: 0.75;
}

.preview-tender-not-register {
  padding: 8px 48px;
  border: solid 0.5px;
  border-radius: 5px;
  border-color: rgb(42, 130, 245);
  background-color: rgb(42, 130, 245);
  color: rgb(255, 255, 255);
  margin-top: 10px;
}

.preview-tender-modal-message {
  text-align: center;
  margin-top: 5px;
  color: red;
}

.preparing {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  color: rgb(255, 255, 255);
  background-color: rgb(44, 44, 44, 0.8);
  font-size: 1.5rem;
  z-index: 1;
}

.preparing-title {
  display: none;
}

.preparing-description {
  margin-top: 20px;
  font-size: 1rem;
  padding: 0px 15px;
}

.ec-reportHeading {
  width: 100%;
  border-top: 1px dotted #ccc;
  margin: 20px 0 30px;
  padding: 0;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.ec-reportDescription {
  margin-bottom: 0px;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  color: white;
}

@media only screen and (min-width: 768px) {

  .ec-pageHeader h1,
  .ec-pageHeader .h1 {
    border-top: none;
    border-bottom: 1px solid #ccc;
    margin: 10px 16px 48px;
    padding: 8px;
    font-size: 32px;
    font-weight: bold;
  }

  .ec-footerNavi .ec-footerNavi__link {
    display: inline-block;
  }
  .ec-footerNavi .ec-footerNavi__link a {
    display: inline-block;
    border-bottom: none;
    margin: 0 10px;
    padding: 0;
    font-size: 0.875rem;
    text-decoration: underline;
  }

  .ec-loginHeaderNaviRole__right {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .ec-headerNav .ec-headerLoginNav__item {
    margin-left: 0;
    display: inline-block;
    font-size: 28px;
  }

  .ec-footerTitle {
    /* padding: 50px 0 80px; */
    padding: 0;
  }

  .ec-shelfGrid .ec-shelfGrid__item:nth-child(odd) {
    padding: 0 16px;
  }

  .ec-shelfGrid .ec-shelfGrid__item:nth-child(even) {
    padding: 0 16px;
  }

  .ec-shelfGrid .ec-shelfGrid__item2:nth-child(odd) {
    padding: 0 16px;
  }

  .ec-shelfGrid .ec-shelfGrid__item2:nth-child(even) {
    padding: 0 16px;
  }

  .ec-topicpath {
    padding: 30px 0 10px;
    border: 0;
    font-size: 32px;
  }

  .item-card {
    display: flex;
    height: 100%;
  }

  .item-img-area {
    width: 40%;
  }

  .has-correction-icon-box {
    display: flex;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;
  }

  .product-list-action-area1 {
    display: none;
  }

  .product-list-action-area2 {
    display: flex;
    position: absolute;
    top: 5px;
    right: 0px;
  }

  .product-list-action-area3 {
    display: flex;
    position: absolute;
    bottom: 5px;
    right: 5px;
  }

  .preview-tender-button {
    padding: 5px 8px;
    margin-right: 5px;
  }

  .winning-button {
    padding: 5px 8px;
    margin-right: 5px;
  }

  .memo-button {
    margin-right: 5px;
  }

  .active-memo-button {
    margin-right: 5px;
  }

  .favorite-button {
    margin-right: 5px;
  }

  .not-favorite-button {
    margin-right: 5px;
  }

  .bid-status-icon {
    margin-right: 5px;
  }

  .bid-status-success-icon {
    margin-right: 5px;
  }

  .bid-status-negotiation-icon {
    margin-right: 5px;
  }

  .bid-status-hold-icon {
    margin-right: 5px;
  }

  .bid-status-next-listing-icon {
    margin-right: 5px;
  }

  .bid-status-return-icon {
    margin-right: 5px;
  }

  .total-price-box {
    margin-top: 0px;
  }

  .total-price-title {
    font-size: 2rem;
  }

  .total-price {
    font-size: 2rem;
  }

  .memo-modal .memo-modal-wrap {
    padding: 40px 10px;
    width: 50%;
    margin: 20px auto;
  }

  .negotiation-modal .negotiation-modal-wrap {
    padding: 40px 40px;
    width: 50%;
    margin: 20px auto;
  }

  .preview-tender-modal .preview-tender-modal-wrap {
    padding: 40px 10px;
    width: 50%;
    margin: 20px auto;
  }

  .preview-tender-modal .bid-confirm-modal-wrap {
    width: 50%;
    margin: 20px auto;
    padding: 20px 10px;
  }

  .correction-list-box {
    margin-top: 0px;
    margin-right: 16px;
    /* height: 116px; */
  }

  .product-list-figure {
    width: 40%;
    max-width: 393px;
  }

  .auction-start-popup-area {
    width: 300px;
  }

  .auction-list {
    max-width: 400px;
  }

  .preparing {
    font-size: 2rem;
  }

  .contact-link-container {
    display: none;
  }

  .contact-qr-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .contact-qr-label {
    text-align: left;
    padding: 20px 0;
  }

  .contact-input-box {
    margin: 0 auto;
    width: 250px;
  }

  .ec-reportHeading {
    border-top: 0;
    font-size: 32px;
  }
  
  .ec-newsRole .ec-newsRole__news {
    height: 270px;
  }
}

@media (min-width: 992px) {
  .grid-switching {
    display: flex;
    justify-content: end;
    margin-bottom: 10px;
    cursor: pointer;
  }

  .ec-shelfGrid .ec-shelfGrid__item2 {
    margin-bottom: 36px;
    width: 50%;
    display: flex;
    flex-direction: column;
  }

  .auction-detail-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  /* .correction-list-box {
    height: 86px;
  } */

  .item-img-area {
    width: 44%;
  }

  .product-list-figure {
    width: 40%;
    max-width: 393px;
  }

  .product-list-figure2 {
    width: 44%;
    max-width: 393px;
  }

  .item-contnt {
    width: 60%;
    padding: 20px;
  }

  .item-contnt2 {
    width: 56%;
    max-height: 210px;
  }

  .item-contnt3 {
    width: 56%;
    max-height: 210px;
  }

  .contact-modal .contact-modal-wrap {
    width: 50%;
  }

  .register-button-area {
    display: flex;
    flex-direction: row;
  }

  .preview-tender-fix {
    margin-left: 5px;
  }
}

@media screen and (min-width: 1200px) {
  .ec-headerNaviRole__right {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .ec-headerNavSP {
    display: none;
  }

  .header-logo-pc {
    display: flex;
    width: 264px;
    margin-top: 5px;
  }

  .header-logo-pc img {
    width: 264px;
    height: 38px;
  }

  .header-logo-sp {
    display: none;
  }

  .header-logo-login {
    display: flex;
    width: 264px;
    margin-top: 1rem;
  }
  
  .header-logo-login img {
    width: 264px;
    height: 38px;
  }

  .side-menu-layout {
    display: block;
    position: sticky;
    top: 0px;
    bottom: 0px;
    width: 20%;
    min-width: 100px;
    min-height: 100vh;
    background-color: black;
    padding: 1rem 1.5rem;
    border-top: solid 4px;
    border-bottom: solid 4px;
    border-color: rgb(44, 44, 44);
  }

  .ec-layoutRole .ec-layoutRole__contents {
    max-width: 1000px;
  }

  .menu-item {
    display: block;
    padding: 30px 0px;
    font-size: 20px;
    color: rgb(239, 227, 208);
  }

  .menu-item:hover,
  .menu-item:active {
    color: white;
  }

  .header-layout {
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-detail-header-layout {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ec-headerRole .ec-headerRole__navSP {
    display: none;
  }

  .ec-headerNav .ec-header-itemLink {
    margin-right: 16px;
    font-size: 20px;
  }

  .ec-drawerRole {
    display: none;
  }

  .ec-drawerRoleClose {
    display: none;
  }

  .ec-drawerRole.is_active {
    display: none;
  }

  .ec-drawerRoleClose.is_active {
    display: none;
  }

  .ec-overlayRole {
    display: none;
  }

  .have_curtain .ec-overlayRole {
    display: none;
  }

  .product-list-figure {
    width: 45%;
    max-width: 436px;
  }

  .product-list-figure2 {
    width: 45%;
    max-width: 436px;
  }

  .item-img-area {
    width: 44%;
  }

  .item-contnt {
    width: 55%;
    padding: 20px;
  }

  .item-contnt2 {
    width: 56%;
    max-height: 210px;
  }

  .item-contnt3 {
    width: 55%;
    max-height: 210px;
  }

  .form-check-admin {
    display: block !important;
    min-height: 2rem !important;
    margin-bottom: 0.125rem !important;
    margin-right: 0.6rem !important;
    width: 106px;
  }
}
