@charset "UTF-8";

/*---------- header ----------*/

/*---------- main ----------*/
main {
  background-color: #fff9e6;
}
.fl_contact_topic {
  background-color: #fff;
}



.fl_heading {
  padding: 5rem 0;
  background-image: url(../images/top-mv.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
  margin: 5rem;
  border-radius: 1rem;
}
.fl_heading::before {
/*background: #000;*/
  background: #ffc108;
  opacity: 0.8;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  border-radius: 1rem;
}
.fl_heading .heading_box .heading_text .title {
  color: #000;
}


.fl_auction_contents {
  padding: 0 0 10rem;
}
.fl_auction_contents .title_box {
    border-bottom: solid 1px #333;
    padding-bottom: 1rem;
    margin-bottom: 5rem;
}
.fl_auction_contents .icon_title {
  padding: .5rem 2rem;
  background-color: #ffc108;
  font-weight: bold;
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.fl_auction_contents .photo_image {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 5rem;
}
.fl_auction_contents .photo_image img {
  width: 100%;
  max-width: 800px;
  aspect-ratio: 5 / 4;
  overflow: hidden;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.fl_auction_contents .info_box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}
.fl_auction_contents .info_box > div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 2rem 1rem 0;
}
.fl_auction_contents .icon_auction {
  padding: .5rem 2rem;
  background-color: #ccc;
  font-weight: bold;
  margin-right: 1rem;
}
.fl_auction_contents .icon_sales{
  padding: .5rem 2rem;
  border: solid 1px #5f5f5f;
  background-color: #fff;
  font-weight: bold;
  margin-right: 1rem;
  margin-top: 1rem;
}
.fl_auction_contents .period {
  margin: 0 0 1rem;
}
.fl_auction_contents .about_comment {
    margin-bottom: 5rem;
}
.fl_auction_contents .about_comment .title {
  border-bottom: solid 1px #cccccc;
  padding-bottom: .5rem;
  margin-bottom: 1rem;
  font-weight: bold;
  color: #555555;
}
.fl_auction_contents .about_comment.paid,
.fl_auction_contents .about_comment.purchase {
  margin-bottom: 2rem;
}
.fl_auction_contents .about_comment.paid p:not([class]),
.fl_auction_contents .about_comment.purchase p:not([class]) {
  display: inline-block;
}
.works_topic_slide {
  margin-top: 0;
}
.works_topic_slide .swiper-slide {
  width: 100%;
}
/*ページネーション*/
.pagenation {
    display: flex;
    align-items: center;
    justify-content: center;
  position: relative;
}
.pagenation .prev_page,
.pagenation .next_page {
    display: flex;
  align-items: center;
  justify-content: center;
}
.pagenation .prev_page {
  top: inherit;
  bottom: -1rem;
  left: inherit;
  right: 6rem;
  color: #333;
  width: 4rem;
  height: 4rem;
  border-radius: 2rem;
  background-color: #fff9e6;
  border: solid 1px #333;
  z-index: 0;
}
.pagenation .next_page {
  top: inherit;
  bottom: -1rem;
  right: 0%;
  color: #333;
  width: 4rem;
  height: 4rem;
  border-radius: 2rem;
  background-color: #fff9e6;
  border: solid 1px #333;
  z-index: 0;
}
.pagenation .prev_page:after,
.pagenation .next_page:after {
  font-size: 1.8rem !important;
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.pagenation .prev_page:after {
    content: 'prev';
}
.pagenation .next_page:after {
    content: 'next';
}
.pagenation .all_page {
  margin: 0 2rem;
}

.thumb-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 3rem;
}
.thumb-media {
  width: 150px;
  aspect-ratio: 8 / 5;
  overflow: hidden;
  cursor: pointer;
}
.thumb-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.thumb-media-active  {
  opacity: 0.5;
}

/*---------- footer ----------*/

/*==========================================================================
■ PC版のみ
==========================================================================*/
@media screen and (min-width: 769px) {

/*---------- header ----------*/

/*---------- main ----------*/

/*---------- footer ----------*/

}
/*==========================================================================
■ Tab版
==========================================================================*/
@media screen and (min-width: 769px) and (max-width: 1024px) {
/*---------- header ----------*/

/*---------- main ----------*/


/*---------- footer ----------*/


}
/*==========================================================================
■ SP版
==========================================================================*/
@media screen and (max-width: 768.98px) {

/*---------- header ----------*/

/*---------- main ----------*/
.fl_heading {
    padding: 2rem 0;
    margin: 5rem 2rem;
}


.fl_auction_contents {
    padding: 0 0 7rem;
}
.fl_auction_contents .frame {
    padding: 0 2rem;
}
.fl_auction_contents .info_box {
    font-size: 1.4rem;
}
.fl_auction_contents .work .icon_auction {
    margin-bottom: 1rem;
}
.fl_auction_contents .mileage {
    width: 100%;
}
.works_topic_slide {
    padding-left: 0;
    width: 100%;
}
/*---------- footer ----------*/
}



/*---------- レイアウト微調整 ----------*/
@media (max-width: 599px) {
  
}
