main ul,li {
  list-style: none;
  margin: 0;
  padding: 0;
}
main h2 {
  margin: 0;
  text-align: center;
  padding: 0;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  line-height: 1.35;
}
form {
  margin: 0;
}

#contents-wrap__renewal {
  padding-bottom: 0;
  margin-bottom: 60px;
}
@media screen and (min-width: 960px) {
  main .container {
    padding: 0 60px;
  }
  .hidden-min960 {
    display: none !important;
  }
}
@media screen and (max-width: 959px) {
  .hidden-max959 {
    display: none !important;
  }
}
.slick-next,
.slick-prev {
  z-index:100;
}
.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 auto;
  bottom: 0px;
}
.slick-dots li {
  width: fit-content;
  height: fit-content;
  margin: 0;
}
.slick-dots li button {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #aaa;
  padding: 0;
  margin: 0;
}
li.slick-active button {
  background-color: #202020;
}
.slick-dots li button::before{
  content: none;
}
/* ==== TOP????? ==== */
#top-slider {
  width: 100vw;
  height: calc(100vh - 140px);
}
#top-slider .top-slider_item a{
  display: block;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(17px);
  -webkit-backdrop-filter: blur(17px);
  background-color: rgba(0,0,0,.4);
}
#top-slider .top-slider_item img {
  display: block;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
}
/*???????*/
#top-slider .slick-prev:before,
#top-slider .slick-next:before{
  color: #000000;
}
/*????????*/
#top-slider .slick-next,
#top-slider .slick-prev {
  background-color: rgba(255,255,255, .6);
}
#top-slider .slick-next {
  right: 20px;
}
#top-slider .slick-prev {
  left: 20px;
}
#top-slider .slick-next::after,
#top-slider .slick-prev::after {
  border-color: #202020;
}
@media screen and (min-width: 960px) {
  #top-slider .top-slider_item img {
    height: 100%;
  }
}
@media screen and (max-width: 959px) {
  #top-slider {
    height: fit-content;
  }
  #top-slider .top-slider_item img {
    aspect-ratio: 1 / 1;
    max-height: 500px;

  }
  #top-slider .slick-next {
    right: 4px;
  }
  #top-slider .slick-prev {
    left: 4px;
  }
}
@media screen and (max-width: 450px) {
  #top-slider .top-slider_item img {
    width: 100%;
  }
}
/* ==== END TOP????? ==== */


/* ==== ???? ==== */
.newinfo {
  width: 100vw;
  font-family: var(--fontf_sans-s);
  background-color: #fff;
}
.newinfo .date {
  font-family: var(--fontf_num);
  font-weight: 600;
  font-size: 1.7rem;
}
.newinfo .list_item p {
  line-height: 1.5;
  font-size: 1.5rem;
  margin: 0;
  overflow-wrap: anywhere;
}
@media screen and (min-width: 960px) {
  .newinfo {
    min-height: 60px;
    display: grid;
    place-items: center;
    padding: 24px 12px;
  }
  .newinfo .list_item {
    display: flex;
    align-items: center;
    margin: 10px 0px;
  }
  .newinfo .date {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .newinfo .date::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 16px;
    background-color: #d2d2d2;
    margin: auto 20px;
  }
}
@media screen and (max-width: 959px) {
  .newinfo {
    padding: 22px 15px;
  }
  .newinfo .date {
    font-size: 1.5rem;
    margin-bottom: 2px;
  }
  .newinfo .list_item p {
    line-height: 1.5;
    font-size: 1.4rem;
  }
}
/* ==== END ???? ==== */

/* ==== ????? ==== */
.feature-info_container {
  width: 100vw;
  padding: 100px 0 80px;
  background-color: rgb(var(--close-bid-bg-color-rgb)/1);
  text-align: center;
}
.feature-info_container h2{
  font-size: 3.2rem;
  margin: 0 auto 40px;
  letter-spacing: 0.1em;
  padding: 0;
  font-family: var(--fontf_serif);
}
.feature-info_container ul{
  display: flex;
  justify-content: space-between;
  margin: 0 auto 80px;
  padding: 0;
  /* gap: 1%; */
}

.feature-info_container li {
  appearance: none;
  list-style: none;
}
.feature-info_container li a{
  background-color: #fff;
}
.feature-info_container :not(.banner-meguru-online) > a {
  font-family: 'Shippori Mincho', serif !important;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 600;
  display: block;
  border-radius: 6px;
  overflow: hidden;
  padding-bottom: 12px;
  transition: .3s;
  /* padding: 4px 4px 12px; */
}
.feature-info_container li img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  margin-bottom: 12px;
}
@media screen and (min-width: 960px) {
	.feature-info_container ul{
	   display: grid;
	  grid-template-columns: repeat(3, 1fr);
	}
  .feature-info_container a {
    transition: .3s ease-out;
    border: 1px solid transparent;
    border-radius: 4px;
    overflow: hidden;
  }
  .feature-info_container a:hover,
  .feature-info_container a:focus-visible {
    text-decoration: none;
    opacity: 1;
  }
  .feature-info_container :not(.banner-meguru-online) > a{
    font-size: clamp(1.35rem,1.25vw, 1.6rem);
    /* border-color: #fff; */
  }
  .feature-info_container :not(.banner-meguru-online) > a:hover,
  .feature-info_container :not(.banner-meguru-online) > a:focus-visible{
    border-color: #202020;
    color: inherit;
  }
}
@media screen and (max-width: 959px) {
  .feature-info_container {
    padding: 60px 15px 0;
    margin-bottom: 40px;
  }
  .feature-info_container h2{
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
  .feature-info_container ul{
    flex-direction: column;
    gap: 32px;
    margin-bottom: 44px;
  }
}
/* ==== END ????? ==== */

/* ==== ??????????????? ==== */
#pickupInfoArea.container {
  margin-bottom: 120px !important;
}
#pickupInfoArea h2 {
  margin-bottom: 20px;
  font-family: 'Shippori Mincho', serif !important;
}
#pickupInfoArea .slick-slide a{
  text-decoration: none !important;
  color: inherit !important;
  border: 1px solid #fff;
  transition: .3s;
      cursor: alias;
}

#pickupInfoArea .slick-slide {
  height: fit-content;
}
#pickupInfoArea .slick-prev,
#pickupInfoArea .slick-next {
  background-color: #CEC1C1;
}
#pickupInfoArea .slick-next {
  right: 7px;
}
#pickupInfoArea .slick-prev {
  left: 7px;
}
#pickupInfoArea .slick-prev::after,
#pickupInfoArea .slick-next::after {
  border-color: #fff;
}
.goodslist-item a{
  display: block;
  background-color: #fff;
  border-radius: 20px;
  -webkit-filter: drop-shadow(0 0 10px rgba(0,0,0, .1));
  filter: drop-shadow(0 0 10px rgba(0,0,0, .1));
  overflow: hidden;
  margin: 20px;
}
.goodslist-item .goodsImg {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.item_description {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.35;
}
.item_description .Lot {
  font-size: 2.2rem;
  font-family: var(--fontf_num_serif);
  font-weight: 600;
  border-bottom: 1px solid #202020;
  padding: 0 20px 9px;
  margin-bottom: 20px;
}
.item_description .WriterName {
  font-size: 3.6rem;
  font-family: 'Shippori Mincho', serif !important;
}
.item_description .GoodsName {
  font-size: 3.6rem;
  font-weight: 500;
  margin-bottom: 16px;
  font-family: 'Shippori Mincho', serif !important;

}
.item_description .GoodsStartPrice {
  font-size: 2.4rem;
  font-family: var(--fontf_num);
  font-weight: 500;
  margin-bottom: 30px;
}
.goodslist-item .btn-goodsdetail {
  font-family: var(--fontf_sans-s);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: fit-content;
  height: 60px;
  color: #fff;
  background-color: #202020;
  border: 1px solid #202020;
  border-radius: 4px;
  font-size: 1.6rem;
  width: fit-content;
  margin: 0 auto;
  padding: 0 25px 0 32px;
  transition: .3s;
}
.goodslist-item .btn-goodsdetail::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg);
}
.btn-goodsdetail:hover{
  color: #202020;
  background-color: #fff;
}
#pickupInfoArea .slick-slide a:hover .btn-goodsdetail::after {
  border-color: #202020;
}
@media screen and (min-width: 960px) {
  .goodslist-item a{
    height: 70vh;
    display: flex !important;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    padding: 0 70px 0 60px;
  }
  .goodsImg-wrap {
    height: 100%;
    width: 50%;
    padding: 16px;
  }
  .item_description {
    width: 50%;
    padding: 0 12px 8px;
  }
}
@media screen and (max-width: 959px) {
  #pickupInfoArea.container {
    margin-bottom: 60px;
  }
  #pickupInfoArea .slick-dots {
    bottom: 10px;
  }
  #pickupInfoArea h2 {
    font-size: 2.2rem;
    margin-bottom: -10px;
  }
  .goodslist-item a {
    -webkit-filter: drop-shadow(0 0 10px rgba(0,0,0, .05));
    filter: drop-shadow(0 0 10px rgba(0,0,0, .05));
    border-radius: 8px;
  }
  #pickupInfoArea .slick-slider .slick-list {
    width: 100vw;
    padding: 10px 5px;
  }
  #pickupInfoArea .slick-slide {
    height: auto;
  }
  .goodsImg-wrap {
    width: 100%;
    height: 70vw;
    padding: 12px;
  }
  .item_description {
    padding: 0 12px 36px;
  }
  .item_description .Lot {
    font-size: 1.5rem;
    padding: 0 12px 3px;
    margin-bottom: 10px;
  }
  .item_description .WriterName {
    font-size: 2.2rem;
    margin-bottom: -2px;
  }
  .item_description .GoodsName {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
  .item_description .GoodsStartPrice {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
  .btn-goodsdetail {
    font-size: 1.5rem !important;
    margin-bottom: 20px;
  }
  .slick-prev {
    left: 0px;
  }
  .slick-next {
    right: 0px;
  }
}
/* ==== END ??????????????? ==== */


/* ==== ????????? ==== */
#meguru-online.container {
  padding-bottom: 80px;
}
.banner-meguru-online {
  width: 100%;
  background-image: url('../../../images/MO_image_2400_1200.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  background-position: 50% 50%;
  border-radius: 8px;
}
.banner-meguru-online a {
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0,0,0,.4);
  border-radius: 8px;
  transition: .3s;
}
.banner-meguru-online a:hover {
  text-decoration: none;
}
.banner-meguru-online p {
  font-family: var(--fontf_serif);
  font-size: min(3.6vw, 4.4rem);
  line-height: 1.25;
  letter-spacing: 0.05em;
}
.banner-meguru-online span {
  font-family: var(--fontf_sans-s);
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
  letter-spacing: 0.1em;
}
.banner-meguru-online img{
  display: block;
  border: 1px solid #fff;
  filter: drop-shadow(0px 0px 34px rgba(0,0,0,.1));
  -webkit-filter: drop-shadow(0px 0px 34px rgba(0,0,0,.1));
  border-radius: 2px;
}
@media screen and (min-width: 960px) {
  .banner-meguru-online {
    height: fit-content;
    border-radius: 4px;
  }
  .banner-meguru-online p {
      width: 50%;
  }
  .banner-meguru-online a {
    backdrop-filter: blur(17px);
    -webkit-backdrop-filter: blur(17px);
    padding: 22px 0px 22px 20px;
  }
  .banner-meguru-online a:hover,
  .banner-meguru-online a:focus-visible {
    opacity: 1;
    background-color: rgba(0,0,0,.6);
  }
  .banner-meguru-online img{
    width: 60%;
    aspect-ratio: 670 / 300;
  }
}
@media screen and (max-width: 959px) {
  #meguru-online.container {
    padding:0 15px 80px;
  }
  .banner-meguru-online {
    height: fit-content;
    width: 100%;
    aspect-ratio: 1.7 / 1;
  }
  .banner-meguru-online a {
    width: 100%;
    height: 100%;
  }
  .banner-meguru-online span {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
  .banner-meguru-online p {
    font-size: 2.8rem;
  }
  .banner-meguru-online img{
    display: none;
  }
}
/* ==== END ????????? ==== */
/* ==== ????????? ==== */
#site-guide__area {
  width: 100vw;
  background-color: #fff;
  padding: 120px 0;
  border-bottom: 4px solid #EAEAEA;
}
#site-guide__area .guide-list{
  display: flex;
  margin: 0 auto;
}
#site-guide__area .list-item {
  width: 32%;
  height: fit-content;
  aspect-ratio: 379 / 230;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  transition: .3s;
}
#site-guide__area .list-item a::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  margin: auto;
  z-index: 0;
  transition: .3s;
}
#site-guide__area a:hover::before {
  background-color: rgba(0,0,0,.5);
}
#site-guide__area a.list-item_bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-image: url('../../../images/site-guide_image01.jpg');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#site-guide__area .list-item:nth-child(2) .list-item_bg {
  background-image: url('../../../images/site-guide_image02.jpg');
}
#site-guide__area .list-item:nth-child(3) .list-item_bg {
  background-image: url('../../../images/site-guide_image03.jpg');
}
#site-guide__area .list-title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: var(--fontf_sans-s);
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  background-color: #202020;
  padding: 0 25px 0 32px;
  gap: 12px;
  min-width: 200px;
  min-height: 60px;
  border-radius: 8px 0 0 0;
  font-size: 1.6rem;
  width: fit-content;
  position: absolute;
  inset: auto 0 0 auto;
  margin: auto;
  z-index: 1;
  transition: .3s;
  /* border: .5px solid rgba(255,255,255, .5) */
}
#site-guide__area .list-title::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg);
}
#site-guide__area a.list-item_bg:hover .list-title {
  background-color: rgba(255,255,255,.95);
  color: #202020;
}
#site-guide__area a.list-item_bg:hover .list-title::after {
  border-color: #202020;
}
@media screen and (min-width: 960px) {
  #site-guide__area {
  }
  #site-guide__area .guide-list{
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 959px) {
  #site-guide__area {
    padding: 60px 15px;
  }
  #site-guide__area .guide-list{
    flex-direction: column;
    gap: 12px;
  }
  #site-guide__area .list-item{
    width: 100%;
    height: fit-content;
    aspect-ratio: 345 / 150;
  }
  #site-guide__area .list-title {
    font-size: 1.5rem;
  }
}
/* ==== END ????????? ==== */


/* ==== ?????????? ==== */
.notice-banner_invoice {
  width: 280px;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.40);
  background: linear-gradient(0deg, #DCA42F 0%, #DCA42F 100%), #FFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.20), 4px 4px 6px 0 rgba(0, 0, 0, 0.20);
  position: fixed;
  inset: auto 16px 16px auto;
  z-index: 100;
}
@media screen and (max-width: 959px) {
  .notice-banner_invoice {
    inset: auto 8px 8px auto;
  }
}
.notice-banner_invoice h2{
  display: flex;
  align-items: center;
  gap: 8px;
  color: #202020;
  font-size: 1.5rem;
  font-style: normal;
  font-family: inherit;
  font-weight: 600;
  line-height: 110%;
  margin: 0 0 14px 5px;
  padding: 0;
}
.notice-banner_invoice ul{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  padding: 0;
  margin: 0;
}
.notice-banner_invoice li {
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.20);
}
.notice-banner_invoice li a {
  display: flex;
  padding: 12px 12px 12px 16px;
  width: 100%;
  height: 100%;
  align-items: center;
  gap: 8px;
  color: #202020;
  font-family: inherit;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 1.05rem */
}
@media screen and (max-width: 959px) {
  .notice-banner_invoice li a {
    font-size: 1.3rem;
  }
}
.notice-banner_invoice li a[target="_blank"]::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background-image: url("../../../images/icon_pdf_og.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100% 100%;
}
.notice-banner_invoice .close-button {
  border-radius: 100px;
  background: #838383;
  display: flex;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  position: absolute;
  right: 0;
  top: -1.35rem;
  color: #FFF;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  transition: .3s;
}
.notice-banner_invoice .close-button:hover {
  background: #505050;
}
/* ==== END ?????????? ==== */