section .container {
  padding-top: 143px;
  padding-bottom: 143px;
}
@media screen and (max-width: 768px) {
  section .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
section .container:has(.bottom-banner_wrap) {
  padding-top: 0;
}
section .container .contents:has(.thumbnail) + .contents {
  margin-top: 100px;
}
section .container .contents + .contents {
  margin-top: 70px;
}
section .container .contents + .contents .auction{
	margin-top:20px;
    border: 1px solid #8A8A8A;
    padding: 10px 20px;
}
section .container.template-style .contents table th {
  width: 50%;
  text-align: center;
}
section .container.template-style .contents table td {
  width: 50%;
}
section .container.template-style .contents table td:nth-of-type(2) {
  text-align: right;
}
section .container .section-title {
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section .container .section-title {
    font-size: clamp(20px, 4vw, 35px);
  }
}
section:has(.sale-method) {
  background: #E7E5ED;
}
section:has(.sale-method) + section .container .bottom-banner_wrap {
  padding-top: 143px;
}
@media screen and (max-width: 768px) {
  section:has(.sale-method) + section .container .bottom-banner_wrap {
    padding-top: 50px;
  }
}

.btn-product {
  display: grid;
  width: 100%;
  max-width: 760px;
  position: relative;
  margin-left: auto;
}
.btn-product + .btn-product {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .btn-product + .btn-product {
    margin-top: 35px;
  }
}
.btn-product:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -50px;
  right: -20px;
  width: calc(100% - 140px);
  height: 100%;
  background: #0048CF;
  border-radius: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .btn-product:after {
    width: calc(100% - 15px);
    right: 0px;
    bottom: -15px;
  }
}
.btn-product:before {
  content: "01";
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: #0048CF;
  font-size: 45px;
  color: #FFF;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  z-index: 2;
  border-radius: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .btn-product:before {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}
.btn-product hgroup,
.btn-product picture {
  grid-row: 1/2;
  grid-column: 1/2;
  position: relative;
}
.btn-product hgroup {
  display: flex;
  flex-direction: column;
  width: calc(100% - 140px);
  justify-content: space-between;
  z-index: 2;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .btn-product hgroup {
    width: calc(100% - 50px);
  }
}
.btn-product hgroup .contents-copy {
  font-size: 35px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .btn-product hgroup .contents-copy {
    font-size: clamp(20px, 4vw, 35px);
  }
}
.btn-product hgroup .contents-title {
  font-size: 60px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #FFF;
  display: grid;
  grid-template-columns: 1fr 33px;
  width: fit-content;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  translate: 0 48px;
}
@media screen and (max-width: 768px) {
  .btn-product hgroup .contents-title {
    font-size: clamp(27px, 4vw, 52px);
    translate: 0 18px;
    grid-template-columns: 1fr 15px;
  }
}
.btn-product hgroup .contents-title:after {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  background: url(../img/product/arrow.svg) no-repeat left top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .btn-product hgroup .contents-title:after {
    width: 15px;
    height: 15px;
  }
}
.btn-product picture {
  max-width: 738px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .btn-product picture {
    max-width: calc(100% - 15px);
  }
}
.btn-product:nth-of-type(2):before {
  content: "02";
}
.btn-product:nth-of-type(3):before {
  content: "03";
}
.btn-product:nth-of-type(4):before {
  content: "04";
}
.btn-product:nth-of-type(5):before {
  content: "05";
}

.bg--line--wrap {
  width: 100vw;
  translate: 0 440px;
}
@media screen and (max-width: 768px) {
  .bg--line--wrap {
    translate: 0 260px;
  }
}
.bg--line--wrap img {
  width: 50%;
}

.product-item .main-area {
  height: 300px;
}
@media screen and (max-width: 768px) {
  .product-item .main-area {
    height: 260px;
  }
}
.product-item .main-area .main-img {
  height: 300px;
}
@media screen and (max-width: 768px) {
  .product-item .main-area .main-img {
    height: 260px;
  }
}
.product-item .main-area .main-img img {
  height: 300px;
  aspect-ratio: 2800 / 600;
}
@media screen and (max-width: 768px) {
  .product-item .main-area .main-img img {
    height: 260px;
    aspect-ratio: 750 / 520;
  }
}
.product-item section .container .to-box {
  width: 393px;
  height: 60px;
  border: 3px solid #333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  margin-inline: auto;
  margin-top: 40px;
  position: relative;
  text-decoration:none;
}
@media screen and (max-width: 768px) {
  .product-item section .container .to-box {
    width: 100%;
    font-size: 16px;
  }
}
.product-item section .container .to-box:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 19px;
  translate: 0 -50%;
  width: 13px;
  height: 6px;
  background: url(../img/product/icon_btn.svg) no-repeat left top;
  background-size: cover;
}
.product-item .search-box {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 174px 174px 174px 36px;
  background: #E7E5ED;
  padding: 17px 18px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .product-item .search-box {
    display: flex;
    flex-direction: column;
  }
}
.product-item .search-box .search-text {
  font-size: 18px;
  font-weight: 700;
}
.product-item .search-box select {
  appearance: none;
  width: 100%;
  height: 36px;
  background: #FFF;
  border: none;
  padding: 0 10px;
}
.product-item .search-box button {
  width: 36px;
  height: 36px;
  background: url(../img/product/search_icon.svg) no-repeat left top;
  background-size: cover;
  appearance: none;
  border: none;
}
@media screen and (max-width: 768px) {
  .product-item .search-box button {
    width: 100%;
    background: #0048CF url(../img/product/search_icon.svg) no-repeat center top;
    background-size: 36px;
  }
}
.product-item .product-list {
  margin-top: 50px;
}
.product-item .product-list .list .item {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 40px;
  border-bottom: 1px solid #D1D1D1;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .product-item .product-list .list .item {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .product-item .product-list .list .item picture img {
    margin-inline: auto;
  }
}
.product-item .product-list .list .item .item-info .item-name {
  font-size: 25px;
  font-weight: 700;
  border-bottom: 1px solid #E7E5ED;
  padding-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .product-item .product-list .list .item .item-info .item-name {
    font-size: clamp(20px, 4vw, 25px);
  }
}
.product-item .product-list .list .item .item-info .price {
  font-size: 20px;
  font-weight: 700;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .product-item .product-list .list .item .item-info .price {
    font-size: 18px;
  }
}
.product-item .product-list .list .item .item-info .item-text {
  font-size: 15px;
  font-weight: 500;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .product-item .product-list .list .item .item-info .item-text {
    font-size: 14px;
  }
}
.product-item .product-list .list .item .item-info .detail-btn {
  width: 128px;
  height: 30px;
  border: 1px solid #E7E5ED;
  border-radius: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
  position: relative;
  margin-top: 60px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .product-item .product-list .list .item .item-info .detail-btn {
    width: 240px;
    height: 50px;
    margin-right: auto;
  }
}
.product-item .product-list .list .item .item-info .detail-btn:after {
  content: "";
  position: absolute;
  display: block;
  top: 10px;
  right: 10px;
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .product-item .product-list .list .item .item-info .detail-btn:after {
    top: 50%;
    translate: 0 -50%;
  }
}
.product-item .product-list .list + .list {
  margin-top: 30px;
}

.thumbnail {
  width: 100%;
  max-width: 638px;
  margin-inline: auto;
  margin-top: 69px;
}
.thumbnail .car--img {
  display: grid;
  padding: 0 5px;
}
.thumbnail .car--img .img {
  grid-column: 1/2;
  grid-row: 1/2;
  position: relative;
  opacity: 0;
  transition: all .3s;
  display:none;
}
.thumbnail .car--img .img:nth-of-type(1) {
  z-index: 1;
}
.thumbnail .car--img .img.active {
  display:block;
  z-index: 2;
  opacity: 1;
}
.thumbnail .car--img .img img {
/*  aspect-ratio: 466/363; */
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.thumbnail .img--list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3px;
  margin-top: 31px;
}
.thumbnail .img--list img {
  aspect-ratio: 91/58;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sale-method {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .sale-method {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    gap: 20px;
  }
}
.sale-method .sale-box {
  width: 100%;
}
.sale-method .sale-box .box-title {
  width: 100%;
  height: 44px;
  border: 1px solid #D1D1D1;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sale-method .sale-box .box-title {
    font-size: 18px;
  }
}
.sale-method .sale-box .box-title + .text {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .sale-method .sale-box .box-title + .text {
    margin-top: 20px;
  }
}
.sale-method .sale-box .for-to-box {
  display: flex;
  color: #0048CF;
  border: 1px solid #0048CF;
  padding: 8px 20px 7px;
  justify-content: center;
  margin-top: 20px;
}
.sale-method .sale-box .for-to-box .in-text {
  color: #0048CF;
  font-size: 15px;
  font-weight: 500;
}
.sale-method .sale-box .for-to-box + .text {
  margin-top: 16px;
}
.sale-method .sale-box .to-box {
  margin-top: 20px !important;
}
.sale-method .sale-box .tobox-link {
  display: block;
  margin-top: 30px;
}
.sale-method .sale-box .tobox-link + .add-text {
  margin-top: 15px;
  text-align: right;
}
.sale-method .tobox-link {
  display: block;
}

.bottom-banner_wrap {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .bottom-banner_wrap {
    display: flex;
    flex-direction: column;
  }
}
.bottom-banner_wrap .bottom-banner {
  display: grid;
  width:calc(50% - 20px);
}
@media screen and (max-width: 768px) {
.bottom-banner_wrap .bottom-banner{
    width:100%;
}
}
.bottom-banner_wrap .bottom-banner picture,
.bottom-banner_wrap .bottom-banner .banner-title {
  grid-row: 1/2;
  grid-column: 1/2;
}
.bottom-banner_wrap .bottom-banner .banner-title {
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .bottom-banner_wrap .bottom-banner .banner-title {
    font-size: 16px;
  }
}

.price_note{margin-top:20px;}

/*# sourceMappingURL=product.css.map */
