@charset "UTF-8";
/*
special_days_pc.css
Copyright (C) 2026 LY Corporation. All Rights Reserved.
*/
body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS UI Gothic", Helvetica, Arial, sans-serif;
}

.l-contentBody .l-inner {
  background-size: 100% auto;
}

.KeyVisual {
  width: 100%;
  min-width: 950px;
  height: 216px;
  margin: 0;
}
.KeyVisual .show {
  opacity: 1;
  z-index: 1;
}
.KeyVisual__backImgs {
  left: 0;
  top: 0;
  width: 100%;
  height: 216px;
  background: url(../../img/keyvisual_backimg02.png) no-repeat;
  background-position: center;
  background-size: cover;
}
.KeyVisual__backImg {
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 216px;
  background-position: 0 center;
  background-size: cover;
}
.KeyVisual__inner {
  display: block;
  width: 630px;
  height: 216px;
  margin: -216px auto;
}
.KeyVisual__title {
  display: block;
  width: 630px;
  height: 216px;
  margin: 0 auto;
  background: url(../../img/keyvisual_title02.png) no-repeat 0 0;
  background-size: contain;
  text-indent: -9999px;
}

.couponAnnounce {
  background-color: #8DA0CF;
  text-align: center;
  padding: 8px 0;
}
.couponAnnounce__text {
  color: #fff;
  font-size: 12px;
}

.Search {
  display: block;
  padding: 16px 0 32px;
  width: 100%;
  z-index: 20;
}
.Search__fixBox {
  position: fixed !important;
  margin: 0 !important;
  top: 0;
  left: 0;
  padding: 16px 0 16px;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #ddd;
}
.Search__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: relative;
  width: 890px;
  margin: 0 auto;
  text-align: center;
}
.Search__keywordInner {
  font-size: 14px;
  line-height: 40px;
}
.Search__input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: absolute;
  right: 0;
}
.Search__inputInner {
  height: 40px;
}
.Search__inputSearch {
  height: 38px;
  width: 692px;
  padding: 0 0 0 8px;
  font-size: 16px;
  outline: 0;
  border: #333 solid 1px;
  background-color: #fff;
}
.Search__inputSearch::-webkit-input-placeholder {
  color: #B2B2B2;
  font-size: 14px;
}
.Search__inputSearch::-moz-placeholder {
  color: #B2B2B2;
  font-size: 14px;
}
.Search__inputSearch:-ms-input-placeholder {
  color: #B2B2B2;
  font-size: 14px;
}
.Search__inputSearch::placeholder {
  color: #B2B2B2;
  font-size: 14px;
}
.Search__inputSearch:focus::-webkit-input-placeholder {
  color: transparent;
}
.Search__inputSearch:focus::-moz-placeholder {
  color: transparent;
}
.Search__inputSearch:focus:-ms-input-placeholder {
  color: transparent;
}
.Search__inputSearch:focus::placeholder {
  color: transparent;
}
.Search__buttonSearch {
  width: 40px;
  height: 40px;
  font-size: 16px;
  border: none;
  outline: 0;
  background: #333 url(../../img/icon_search.png) no-repeat;
  background-position: center;
  color: #fff;
  font-weight: bold;
}

.Pickup::after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background: #F9F8F3;
}
.Pickup__inner {
  margin: 0 60px;
  padding: 24px 0;
}
.Pickup__head {
  width: 100%;
  display: inline-block;
}
.Pickup__title {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  color: #333;
  padding: 0 0 0 4px;
  background: url(../../img/bg_pickup01.png) no-repeat;
  background-size: 890px;
  background-position: center;
}
.Pickup__body {
  width: 890px;
  margin: 0 auto;
}
.Pickup__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-animation-name: fadein;
     -moz-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
     -moz-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
    -moz-transform: translateY(10px);
         transform: translateY(10px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}
@keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
       -moz-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
  }
}
.Pickup__item {
  margin: 16px 0 0;
}
.Pickup__itemLink {
  display: block;
  width: 283px;
  height: 60px;
}
.Pickup__itemLink:hover {
  opacity: 0.7;
  text-decoration: none;
  -webkit-transform: translateY(4px);
     -moz-transform: translateY(4px);
          transform: translateY(4px);
}
.Pickup__itemImg {
  position: absolute;
  right: 0;
  width: 170px;
  height: 60px;
  background-size: 100%;
  background-position: center;
}
.Pickup__filter {
  position: relative;
  width: 283px;
  height: 60px;
  bottom: 60px;
  background: url(../../img/bg_pickupfilter_card01.png) no-repeat;
  background-size: 100%;
}
.Pickup__img {
  display: block;
  width: 283px;
  height: 60px;
  -webkit-filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.2));
}
.Pickup__itemTitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: absolute;
  left: 10px;
  letter-spacing: 1px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  line-height: 16px;
  width: 100px;
  height: 60px;
  color: #1a1a1a;
  font-size: 12px;
  font-weight: 600;
}

.Checkbox {
  display: inline-block;
  line-height: 1.6em;
  vertical-align: bottom;
  font-size: 14px;
}
.Checkbox__body {
  display: inherit;
  line-height: inherit;
  font-size: inherit;
}
.Checkbox__group {
  display: inherit;
  line-height: inherit;
  font-size: inherit;
}
.Checkbox__checkbox {
  display: none;
  line-height: inherit;
}
.Checkbox__checkbox:checked:disabled + .Checkbox__label::before {
  border-color: #4d8af5;
  background-color: #4d8af5;
}
.Checkbox__checkbox:checked:disabled + .Checkbox__label::after {
  background-color: #4d8af5;
}
.Checkbox__checkbox:checked + .Checkbox__label::before {
  border-color: #D7A40D;
  background-color: #D7A40D;
}
.Checkbox__checkbox:checked + .Checkbox__label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 17px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 7px;
  height: 12px;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -7px;
  border-bottom: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
  background-color: #D7A40D;
}
.Checkbox__checkbox:not(:checked) + .Checkbox__label::after {
  background-color: #FFFFFF;
}
.Checkbox__checkbox:disabled + .Checkbox__label {
  color: #999999;
  font-weight: normal;
  cursor: default;
}
.Checkbox__checkbox:disabled + .Checkbox__label::before {
  border-color: #80807C;
  background-color: #FFFFFF;
}
.Checkbox__checkbox:disabled + .Checkbox__label::after {
  border-color: #dddbd4;
  background-color: #FFFFFF;
}
.Checkbox__label {
  position: relative;
  display: inherit;
  padding-left: 0;
  min-height: 20px;
  width: inherit;
  vertical-align: top;
  cursor: pointer;
  line-height: 28px;
  font-size: 12px;
  font-weight: 600;
}
.Checkbox__label:not(:empty) {
  padding-left: 37px;
}
.Checkbox__label::before {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 21px;
  height: 21px;
  margin-top: -10.5px;
  border: 1px solid #80807C;
  border-radius: 3px;
  background-color: #FFFFFF;
  content: "";
}

.animated {
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
}

.Category__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  margin: 16px 0 0;
}
.Category__body {
  overflow: hidden;
  position: relative;
  height: 135px;
  width: 890px;
  margin: 0 auto;
}
.Category__keywordInner {
  font-size: 14px;
  line-height: 105px;
}
.Category__title {
  font-size: 16px;
  font-weight: 600;
  padding: 0 0 0 4px;
  margin: 24px 60px 0;
}
.Category__title:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 4px;
  height: 20px;
  margin: 0 3px 0 0;
  top: 4px;
  background: #8DA0CF;
}
.Category__content {
  border: 1px solid #ddd;
  padding: 16px 24px 30px;
  width: 692px;
}
.Category__messageText {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.Category__messageItem {
  width: 173px;
  margin: 0 0 8px;
}
.Category__categoryItemLink {
  font-size: 12px;
  max-width: 0 0 8px;
  color: #2A7BB4;
}
.Category__categoryItemLink:hover {
  opacity: 0.5;
  text-decoration: none;
}

.close-btn {
  display: block;
  width: 740px;
  height: 40px;
  position: absolute;
  bottom: 13px !important;
  right: 0;
  text-align: center;
  border: 1px solid #ddd;
  border-top: none;
  margin: 0 auto 30px;
}
.close-btn .close {
  display: inline-block;
  color: #333;
  cursor: pointer;
  font-size: 14px;
  height: 30px;
  margin: 0 auto;
  line-height: 48px;
}
.close-btn .close::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
          transform: rotate(180deg);
  bottom: 13px;
  left: 335px;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #333 transparent transparent transparent;
  z-index: 999;
}

.more-btn {
  display: block;
  width: 740px;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  border: 1px solid #ddd;
  border-top: none;
}
.more-btn .open {
  display: inline-block;
  color: #333;
  cursor: pointer;
  font-size: 14px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-7%, rgba(255, 255, 255, 0)), color-stop(54%, #FFFFFF));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) -7%, #FFFFFF 54%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) -7%, #FFFFFF 54%);
  padding: 5px 0;
  width: 740px;
  height: 50px;
  margin: 0 auto;
  line-height: 75px;
}
.more-btn .open::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  left: 275px;
  bottom: 14px;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #333 transparent transparent transparent;
}

.slide-up {
  padding-bottom: 0;
  overflow: hidden;
  margin: 0 auto;
}

.slide-down {
  height: auto;
  padding-bottom: 43px;
  margin: 0 auto -44px;
}

/* ===================

.SelectItem

=================== */
.SelectItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  margin: 0 60px 4px;
  position: relative;
}
.SelectItem__title {
  display: block;
  margin: 5px 0 20px;
  border-left: 4px solid #8DA0CF;
  padding: 0 0 0 4px;
  word-break: break-all;
}
.SelectItem__titleText {
  font-size: 14px;
  font-weight: normal;
}
.SelectItem__titleBig {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin-right: 10px;
}
.SelectItem__titleSmall {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
}
.SelectItem__refineInner {
  position: absolute;
  display: table;
  top: 0;
  right: 0;
}
.SelectItem__sort {
  width: 212px;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding: 0 10px;
  text-align: center;
}
.SelectItem__sortShow {
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  color: inherit;
}
.SelectItem__sortShow:link, .SelectItem__sortShow:hover, .SelectItem__sortShow:active, .SelectItem__sortShow:visited {
  color: inherit;
}
.SelectItem__sortArrow {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  padding-right: 20px;
}
.SelectItem__sortArrow::after {
  position: absolute;
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #000;
  bottom: 5px;
  right: 0;
}
.SelectItem__sortBold {
  font-size: 14px;
  font-weight: 300;
}
.SelectItem__sortBody {
  display: none;
  text-indent: 0;
  position: absolute;
  width: 218px;
  padding: 16px 8px;
  left: 0;
  top: 30px;
  text-align: left;
  z-index: 100;
  background: #FFF;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
}
.SelectItem__sortItemLink {
  display: block;
  padding: 5px 0;
  color: inherit;
  font-size: 14px;
}
.SelectItem__sortItemLink:link, .SelectItem__sortItemLink:active, .SelectItem__sortItemLink:visited {
  color: inherit;
}
.SelectItem__sortItemLink:hover {
  text-decoration: none;
  opacity: 0.5;
}
.SelectItem__aboutList {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}
.SelectItem__aboutItemLink {
  display: block;
  padding: 3px 0;
  font-size: 12px;
}
.SelectItem__aboutItemLink:hover {
  opacity: 0.5;
}
.SelectItem__free {
  display: table-cell;
}
.SelectItem__freeInner {
  display: inline-block;
  border-radius: 3px;
}
.SelectItem__freeLabel {
  display: block;
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
}
.SelectItem__1yen {
  display: table-cell;
}
.SelectItem__1yenInner {
  display: inline-block;
  border-radius: 3px;
}
.SelectItem__1yenLabel {
  display: block;
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
}

.ListItem {
  min-width: 950px;
  margin: 0 auto 50px;
  padding: 0 10px;
  text-align: left;
}
.ListItem__inner {
  display: inline;
  text-align: center;
}
.ListItem__set {
  display: inline-block;
  width: 198px;
  *display: inline;
  *zoom: 1;
  margin: 0 15px 30px 0;
  font-size: 100%;
  text-align: left;
  vertical-align: top;
}
.ListItem__set a:hover {
  color: #787878;
  text-decoration: none;
}
.ListItem__link {
  display: block;
  width: 198px;
  height: 268px;
  position: relative;
  color: #787878;
}
.ListItem__thumb {
  display: block;
  text-align: center;
  vertical-align: middle;
  background: #fff;
  font-size: 0;
}
.ListItem__image {
  max-width: 198px;
  max-height: 198px;
  vertical-align: middle;
  margin: 0 0 10px 0;
}
.ListItem__name {
  display: block;
  font-size: 12px;
  color: #2A7BB4;
  text-align: left;
  margin: 0 0 7px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ListItem__currentPrice {
  display: block;
  margin-top: 10px;
}
.ListItem__value {
  display: block;
  width: 198px;
  top: 180px;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
  color: #CC6633;
}
.ListItem__current {
  display: inline;
  font-size: 10px;
  color: #666666;
  font-weight: normal;
  margin: 0 5px 0 0;
}
.ListItem__unit {
  font-size: 81.25%;
}
.ListItem__information {
  display: table;
  position: absolute;
  bottom: 0;
}
.ListItem__bid {
  display: table-cell;
  font-size: 12px;
  color: #000;
}
.ListItem__time {
  display: table-cell;
  display: block;
  font-size: 12px;
  color: #000;
  margin: 2px 0 0 12px;
  text-align: left;
}
.ListItem__start1yen {
  color: #333;
}
.ListItem__free {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px;
  background-color: #bd5923;
  font-size: 12px;
  color: #fff;
}
.ListItem__loading {
  display: block;
  text-align: center;
  padding: 10px 0;
}
.ListItem__notice {
  text-align: center;
  margin: 60px auto;
}