@charset "UTF-8";
.p-used-top__title {
  width: 100%;
  padding-top: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid #fff;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .p-used-top__title {
    padding: 21px 15px 21px 15px;
  }
}
.p-used-top__title h1 {
  color: #fff;
  font-size: 32px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.92px;
}
@media screen and (max-width: 767px) {
  .p-used-top__title h1 {
    font-size: 4.3vw;
    letter-spacing: 1.32px;
  }
}
@media screen and (min-width: 768px), print {
  .p-used-top__title h1 {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px), print and (min-width: 768px) {
  .p-used-top__title h1 {
    padding-left: calc(20px + 130 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px), print and (min-width: 1440px) {
  .p-used-top__title h1 {
    padding-left: 150px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px), print and (min-width: 768px) {
  .p-used-top__title h1 {
    padding-right: calc(20px + 130 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px), print and (min-width: 1440px) {
  .p-used-top__title h1 {
    padding-right: 150px;
  }
}
.p-used-top__fv__section {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .p-used-top__fv__section {
    /*height: 400px;*/
  }
}
@media screen and (min-width: 1440px) {
  .p-used-top__fv__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-used-top__fv__section {
    height: 100vw;
    background: url("../images/used-top/img_used-top_mv_sp.webp") no-repeat;
    background-position: center;
    background-size: cover;
  }
}
@media screen and (max-width: 374px) {
  .p-used-top__fv__section {
    height: 240px;
  }
}
.p-used-top__fv__image {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .p-used-top__fv__image {
    text-align: center;
  }
  .p-used-top__fv__image > img {
    width: 100%;
    height: auto;
    max-width: 1140px;
  }
}
@media screen and (min-width: 1440px) {
  .p-used-top__fv__image {
    position: static;
  }
  .p-used-top__fv__image > img {
    width: 100%;
    height: auto;
    -webkit-transform: none;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .p-used-top__fv__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 300px;
  }
  .p-used-top__fv__image > img {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 374px) {
  .p-used-top__fv__image {
    height: 240px;
  }
}

/* チェンジタブ ------------ */
.p-used-top__change {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  border: solid 1px #C9C9C9;
  border-radius: 1px;
  background-color: #F6F6F6;
  -webkit-box-shadow: inset 2.8px 2.8px 0 0 #EDEDED;
  box-shadow: inset 2.8px 2.8px 0 0 #EDEDED;
}
@media screen and (min-width: 768px), print {
  .p-used-top__change {
    height: 48px;
    padding: 5px 4px;
  }
}
@media screen and (max-width: 767px) {
  .p-used-top__change {
    height: 70px;
    padding: 4px;
  }
}
.p-used-top__change .categorytab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
  border-radius: 2px;
  background-color: #F6F6F6;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .p-used-top__change .categorytab {
    height: 38px;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-used-top__change .categorytab {
    height: 62px;
    padding-top: 1px;
    font-size: 16px;
    letter-spacing: 1.68px;
    line-height: 1.5;
  }
}
.p-used-top__change .categorytab--on {
  background-color: #004da1;
  color: #f6f6f6;
}
@media screen and (min-width: 768px), print {
  .p-used-top__change-area {
    margin: 60px auto 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-used-top__change-area {
    width: calc(100% - 30px);
    margin: 30px auto 20px;
  }
}

/* コンテンツエリア ------------ */
.cont_area img {
  max-width: 100%;
}

/* カテゴリーから選ぶ ------------ */
.p-used-top__select {
  padding-top: 86px;
  padding-bottom: 88px;
}

@media screen and (max-width: 767px) {
  .p-used-top__select {
    padding: 45px 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-used-top__select__inr {
    width: 100%;
    margin: 30px auto 0;
  }

  .c-button--primary-white > span {
    line-height: 1.4;
  }
}

@media screen and (max-width: 767px) {
  .p-used-top__select__inr {
    padding: 0 15px;
  }
}

.p-used-top__select__title {
  margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
  .p-used-top__select__title {
    margin-bottom: 21px;
  }
}

.p-used-top__select__title h2 {
  font-size: 28px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.68px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-used-top__select__title h2 {
    font-size: 20px;
    letter-spacing: 1.2px;
  }
}

.p-used-top__select__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0;
  font-size: 14px;
  gap: 20px;
  justify-content: center;
}

.p-used-top__select__list .select_list_head {
  width: 270px;
}

@media screen and (max-width: 767px) {
  .p-used-top__select__list .select_list_head {
    width: 100%;
  }
  .p-used-top__select__list .select_list_head .c-button--primary-blue {
    width: 100%;
  }
}

.p-used-top__select__list .select_list_head .select_list_head_name {
  background: #004da1;
  color: #fff;
  box-sizing: border-box;
  padding: 0 20px;
  cursor: pointer;
  position: relative;
  height: 48px;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.p-used-top__select__list .select_list_head .select_list_head_name::after {
  display: block;
  z-index: 1;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  position: absolute;
  right: 14px;
  top: 14px;
  margin: auto;
  content: "＋";
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition: .5s;
  transition: .5s;
}
.p-used-top__select__list .select_list_head .select_list_head_name:hover::after {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
  -webkit-transition: .5s;
  transition: .5s;
}
@media screen and (max-width: 767px) {
  .p-used-top__select__list .select_list_head .select_list_head_name:hover::after {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}
.p-used-top__select__list .select_list_head .select_list_head_name.acc_open::after {
  content: "－";
}
.p-used-top__select__list .select_list_head .select_list_middle {
  border: 1px solid #7fa6d0;
  border-top: none;
}
.p-used-top__select__list .select_list_head .select_list_middle > li {
  border-bottom: 1px solid #7fa6d0;
  position: relative;
  margin-top: 0;
  overflow: hidden;
}
.p-used-top__select__list .select_list_head .select_list_middle > li:hover:before {
  -webkit-transform: skewX(-18deg);
  position: absolute;
  top: 0;
  left: -168%;
  width: 150%;
  height: 100%;
  transform: skewX(-18deg);
  background-color: #7fa6d0;
  content: '';
  opacity: 0.2;
  pointer-events: none;
}
.p-used-top__select__list .select_list_head .select_list_middle > li:hover:before {
  -webkit-animation: c-button-animation-over ease-out .4s both;
  animation: c-button-animation-over ease-out .4s both;
}
.p-used-top__select__list .select_list_head .select_list_middle > li::before, .p-used-top__select__list .select_list_head .select_list_middle > li::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}
.p-used-top__select__list .select_list_head .select_list_middle > li:last-child {
  border-bottom: none;
}
.p-used-top__select__list .select_list_head .select_list_middle > li a {
  text-decoration: none;
  display: block;
  padding: 12px 30px 10px 14px;
  position: relative;
}
.p-used-top__select__list .select_list_head .select_list_middle > li a:hover {
  text-decoration: none;
}
.p-used-top__select__list .select_list_head .select_list_middle > li a::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #484848;
  content: "";
}

/* 買取 ------------ */
.p-used-top__buy {
  padding-top: 86px;
  padding-bottom: 88px;
}
@media screen and (max-width: 767px) {
  .p-used-top__buy {
    padding: 45px 0;
  }
}
@media screen and (min-width: 768px), print {
  .p-used-top__buy__inr {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1140px) {
  .p-used-top__buy__inr {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-used-top__buy__inr {
    padding: 0 15px;
  }
}
.p-used-top__buy__title {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .p-used-top__buy__title {
    margin-bottom: 21px;
  }
}
.p-used-top__buy__title h2 {
  font-size: 28px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.68px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-used-top__buy__title h2 {
    font-size: 20px;
    letter-spacing: 1.2px;
  }
}
.p-used-top__buy__mv {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .p-used-top__buy__mv {
    margin-bottom: 60px;
  }
}
.p-used-top__buy__layout {
  display: flex;
  justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .p-used-top__buy__layout {
    gap: 10px;
  }
}
.p-used-top__buy__card {
  width: 270px;
  border: solid 1px #c8c8c8;
  background-color: #fff;
  padding: 4px;
}
@media screen and (max-width: 1140px) {
  .p-used-top__buy__card {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-used-top__buy__card {
    width: 50%;
  }
}
.p-used-top__buy__card__text {
  border: solid 1px #c8c8c8;
  width: 100%;
  height: 100%;
  padding: 30px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-used-top__buy__card__text {
    padding: 20px 1vw;
  }
}
.p-used-top__buy__card__text p {
  margin-top: 20px;
  font-size: 14.5px;
  letter-spacing: 0.87px;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .p-used-top__buy__card__text p {
    font-size: 3vw;
    letter-spacing: 0;
    line-height: 1.5;
  }
}
.p-used-top__buy__card__text h4 {
  margin-bottom: 8px;
  font-size: 20.5px;
  font-weight: bold;
  letter-spacing: 1.23px;
  line-height: 1.46;
}
@media screen and (max-width: 767px) {
  .p-used-top__buy__card__text h4 {
    font-size: 3.6vw;
    letter-spacing: 0.96px;
    line-height: 1.48;
  }
}
.p-used-top__buy__point {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.p-used-top__buy__point li {
  width: 70px;
  height: 70px;
  font-size: 12px;
  line-height: 18px;
  color: #e43344;
  border: 1px solid #e43344;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-used-top__buy__point {
    margin-top: 10px;
    gap: 4px;
  }
  .p-used-top__buy__point li {
    width: 12.4vw;
    height: 12.4vw;
    font-size: 2.6vw;
    line-height: 3vw;
  }
}
.p-used-top__buy__link {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-used-top__buy__link {
    margin-top: 30px;
  }
}
.p-used-top__buy__link a {
  font-size: 28px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.68px;
  text-align: center;
  color: #004da1;
  border-bottom: 2px solid #004da1;
  padding-bottom: 10px;
}
.p-used-top__buy__link a:hover {
  border-bottom: 1px solid transparent;
}
@media screen and (max-width: 767px) {
  .p-used-top__buy__link a {
    font-size: 20px;
    letter-spacing: 1.2px;
  }
}

/* 最近チェックした商品 ------------ */
.p-common-item-slider__wrapper {
  margin-bottom: 3px;
}
.p-common-item-slider__slide {
  height: auto;
}
@media screen and (min-width: 768px), print {
  .p-common-item-slider__slide {
    width: 212px;
    min-height: 324px;
  }
}
@media screen and (max-width: 767px) {
  .p-common-item-slider__slide {
    width: 130px;
    min-height: 323px;
    min-height: 250px;
  }
}
.p-common-item-slider__slide > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% - 3px);
  height: calc(100% - 3px);
  border: 1px solid #ececec;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
  box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
}
@media screen and (min-width: 768px), print {
  .p-common-item-slider__slide > a {
    padding: 35px 20px 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-common-item-slider__slide > a {
    padding: 22px 9px 17px;
  }
}
.p-common-item-slider__slide > a .product_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px), print {
  .p-common-item-slider__slide > a .product_image {
    width: 90%;
    height: 130px;
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 767px) {
  .p-common-item-slider__slide > a .product_image {
    width: calc(100% - 14px);
    min-height: 95px;
    max-height: 95px;
    margin-bottom: 20px;
  }
}
.p-common-item-slider__slide > a .product_image img {
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.p-common-item-slider__slide > a .product_image > object-fit {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.p-common-item-slider__slide > a .product_id {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-size: 13px;
  letter-spacing: 0.78px;
  line-height: 1.62;
  text-align: left;
}
@media screen and (min-width: 768px), print {
  .p-common-item-slider__slide > a .product_id {
    -webkit-line-clamp: 3;
    font-size: 13px;
    letter-spacing: 0.78px;
    line-height: 1.62;
  }
}
@media screen and (max-width: 767px) {
  .p-common-item-slider__slide > a .product_id {
    -webkit-line-clamp: 4;
    font-size: 12px;
    letter-spacing: 1.44px;
    line-height: 1.42;
  }
}
.p-common-item-slider__slide > a .product_price {
  margin-top: auto;
  color: #e43344;
  font-weight: bold;
  text-align: left;
}
@media screen and (min-width: 768px), print {
  .p-common-item-slider__slide > a .product_price {
    font-size: 20px;
    letter-spacing: 0.8px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .p-common-item-slider__slide > a .product_price {
    margin-right: -10px;
    font-size: 16px;
    letter-spacing: 0.7px;
    line-height: 1;
  }
}
.p-common-item-slider__slide > a .product_price .unit {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.48px;
}
@media screen and (min-width: 768px), print {
  .p-common-item-slider__slide > a .product_price .unit {
    padding-left: 3px;
  }
}
@media screen and (max-width: 767px) {
  .p-common-item-slider__slide > a .product_price .unit {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px), print {
  .p-common-item-slider__slide > a:hover .product_image > img {
    -webkit-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .p-common-item-slider__slide > a:hover .product_image > object-fit {
    -webkit-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
.p-common-item-slider__slide > a::before {
  border-color: #a3a3a3;
}
.p-common-item-slider__slide > a::after {
  background-color: #f6f6f6;
}
.p-common-item-slider__scrollbar.swiper-scrollbar {
  position: static;
  bottom: auto;
  left: auto;
  width: 100%;
  height: 4px;
  margin-top: 30px;
  background-color: #c8c8c8;
}
.p-common-item-slider__scrollbar.swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #00a2e6;
}
@media screen and (max-width: 767px) {
  .p-common-item-slider__scrollbar.swiper-scrollbar {
    width: calc(100% - 15px);
    height: 2px;
    margin-top: 17px;
    margin-right: 15px;
  }
}

/*TOPICS Swiper*/
.p-used-top__topics {
  padding: 64px 99px 72px 100px;
  background-color: #f6f6f6;
}
@media screen and (max-width: 767px) {
  .p-used-top__topics {
    padding: 42px 0 31px 0;
  }
}
.p-used-top__topics__inr {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-used-top__topics__inr {
    width: 100%;
  }
}
.p-used-top__topics__inr .swiper-button-next {
  top: 54%;
  right: -56px;
  background-image: url("../images/used-top/ico_arrow.png?$staticlink$");
}
@media screen and (max-width: 767px) {
  .p-used-top__topics__inr .swiper-button-next {
    display: none;
  }
}
.p-used-top__topics__inr .swiper-button-prev {
  top: 54%;
  left: -55px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url("../images/used-top/ico_arrow.png?$staticlink$");
}
@media screen and (max-width: 767px) {
  .p-used-top__topics__inr .swiper-button-prev {
    display: none;
  }
}
.p-used-top__topics__title {
  margin-bottom: 46px;
}
@media screen and (max-width: 767px) {
  .p-used-top__topics__title {
    margin-bottom: 25px;
  }
}
.p-used-top__topics__title h2 {
  font-size: 28px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.68px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-used-top__topics__title h2 {
    font-size: 20px;
    letter-spacing: 1.2px;
  }
}
.p-used-top__topics__swiper-container {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-used-top__topics__swiper-container {
    width: 100%;
  }
}
.p-used-top__topics__swiper-container .swiper-pagination {
  position: relative;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-used-top__topics__swiper-container .swiper-pagination {
    margin-top: 18px;
  }
}
.p-used-top__topics__swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  border-radius: 0%;
}
@media screen and (max-width: 767px) {
  .p-used-top__topics__swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 25px;
    height: 3px;
  }
}
.p-used-top__topics__swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #00a2e6;
}
.p-used-top__topics__swiper-wrapper {
  justify-content: flex-start;
}
@media screen and (min-width: 768px), print {
  .p-used-top__topics__swiper-wrapper {
    height: 270px;
  }
}
@media screen and (max-width: 1240px) {
  .p-used-top__topics__swiper-wrapper {
    height: 235px;
  }
}
@media screen and (max-width: 1140px) {
  .p-used-top__topics__swiper-wrapper {
    height: 205px;
  }
}
@media screen and (max-width: 1040px) {
  .p-used-top__topics__swiper-wrapper {
    height: 182px;
  }
}
@media screen and (max-width: 940px) {
  .p-used-top__topics__swiper-wrapper {
    height: 160px;
  }
}
@media screen and (max-width: 840px) {
  .p-used-top__topics__swiper-wrapper {
    height: 135px;
  }
}
@media screen and (max-width: 740px) {
  .p-used-top__topics__swiper-wrapper {
    height: 110px;
  }
}
@media screen and (max-width: 767px) {
  .p-used-top__topics__swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  _:-ms-lang(x)::-ms-backdrop, .p-used-top__topics__swiper-wrapper {
    padding-left: 10%;
  }
}
.p-used-top__topics__swiper-slide {
  width: 24% !important;
  max-width: 270px;
  height: 20% !important;
}
@media screen and (max-width: 1340px) {
  .p-used-top__topics__swiper-slide {
    width: 23% !important;
  }
}
@media screen and (max-width: 1040px) {
  .p-used-top__topics__swiper-slide {
    width: 22% !important;
  }
}
@media screen and (max-width: 840px) {
  .p-used-top__topics__swiper-slide {
    width: 21.5% !important;
  }
}
.p-used-top__topics__swiper-slide > a {
  width: 100%;
}
.p-used-top__topics__swiper-slide > a:hover {
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-name: hover-flash;
  animation-duration: 1s;
  opacity: 1;
}
.p-used-top__topics__swiper-slide > a > img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-used-top__topics__swiper-slide {
    width: 167px !important;
    height: 167px !important;
  }
  .p-used-top__topics__swiper-slide > a {
    width: 100%;
  }
  .p-used-top__topics__swiper-slide > a > img {
    width: 100%;
    max-width: 167px;
  }
  .p-used-top__topics__swiper-slide.swiper-slide-active {
    opacity: 1;
  }
}

/* p-used-top__type ------------ */
.p-used-top__type__title h2 {
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.68px;
  text-align: center;
}
.p-used-top__type__box h3 {
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.4;
  margin-bottom: 40px;
}

.cont_area img.p-used-top__type__card__img {
  height: auto;
}

@media screen and (min-width: 768px), print {
  .p-used-top__type {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .p-used-top__type__inr {
    width: 100%;
    /*max-width: 1140px;*/
    margin: 0 auto;
  }
  .p-used-top__type__title {
    margin-bottom: 50px;
  }
  .p-used-top__type__title h2 {
    font-size: 28px;
  }
  .p-used-top__type__list .p-used-top__type__card:nth-of-type(n+2) {
    margin-top: 120px;
  }
  .p-used-top__type__card {
    background-image: url("../../note-pc/images/note-pc/img_bg_type.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0;
    position: relative;
  }
  .p-used-top__type__box {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .p-used-top__type__box h3 {
    font-size: 36px;
  }
  .p-used-top__type__box p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 50px;
  }
  .p-used-top__type__card__note-img, .p-used-top__type__card__tab-img {
    margin: 0;
  }
  .cont_area img.p-used-top__type__card__img {
    height: auto;
    max-width: min(50%, 500px);
    margin-top: -40px;
    margin-left: 50px;
  }
  .p-used-top__type__card__note-img {
    right: 300px;
  }
  .p-used-top__type__card__tab-img {
    right: 400px;
  }
}
@media screen and (max-width: 767px) {
  .p-used-top__type {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .p-used-top__type__title {
    margin-bottom: 20px;
  }
  .p-used-top__type__title h2 {
    font-size: 1.2rem;
  }
  .p-used-top__type__card {
    background-image: url("../../note-pc/images/note-pc/img_bg_sp_type.png");
    position: relative;
    padding: 30px 15px;
    background-size: 100% 66%;
    background-repeat: no-repeat;
  }
  .p-used-top__type__list .p-used-top__type__card:nth-of-type(n+2) {
    margin-top: 60px;
  }
  .p-used-top__type__box h3 {
    font-size: 6vw;
    margin-bottom: 30px;
  }
  .p-used-top__type__box p {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 20px;
  }
  .p-used-top__type__card__note-img, .p-used-top__type__card__tab-img {
    display: block;
    margin: 0 auto;
    width: 80%;
  }
}

/*おすすめ中古商品*/
.p-used-top__recommendation {
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  .p-used-top__recommendation {
    padding: 30px 0;
  }
}

.p-used-top__recommendation__list img {
  height: auto;
}

@media screen and (max-width: 767px) {
  .p-used-top__recommendation__list img {
    width: 100%;
  }
}

.p-used-top__recommendation__inr {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .p-used-top__recommendation__inr {
    padding: 0 15px;
  }
}

.p-used-top__recommendation__inr img {
  height: auto;
}

.p-used-top__recommendation__title {
  margin-bottom: 46px;
}

@media screen and (max-width: 767px) {
  .p-used-top__recommendation__title {
    margin-bottom: 25px;
  }
}

.p-used-top__recommendation__title h2 {
  font-size: 28px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.68px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-used-top__recommendation__title h2 {
    font-size: 20px;
    letter-spacing: 1.2px;
  }
}

.p-used-top__recommendation__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .p-used-top__recommendation__list {
    gap: 10px;
  }
}

.p-used-top__recommendation__list li {
  width: calc((100% - 60px)/4);
}

@media screen and (max-width: 767px) {
  .p-used-top__recommendation__list li {
    width: calc((100% - 10px)/2);
  }
}

.p-used-top__recommendation__list li a:hover {
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-name: hover-flash;
  animation-duration: 1s;
  opacity: 1;
}

/*中古買取バナー*/
.p-used-top__bnr {
  padding: 0 0 60px;
}

@media screen and (max-width: 767px) {
  .p-used-top__bnr {
    padding: 0 0 30px;
  }
}

.p-used-top__bnr__inr {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .p-used-top__bnr__inr {
    padding: 0 15px;
  }
}

.p-used-top__bnr__link {
  text-align: center;
}

.p-used-top__bnr__link a:hover {
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-name: hover-flash;
  animation-duration: 1s;
  opacity: 1;
}

.p-rotation-banner .swiper-slide > a:hover {
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-name: hover-flash;
  animation-duration: 1s;
  opacity: 1;
}


.p-used-top__select__link {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-used-top__select__link {
    gap: 15px;
  }
}

.p-used-top__select__link a {
  width:calc(100% / 3 - 20px);
}
@media screen and (max-width: 1280px) {
  .p-used-top__select__link a {
    width:calc(100% / 2 - 20px);
  }
}
@media screen and (max-width: 767px) {
  .p-used-top__select__link a {
    width: 100%;
  }
}


/* 検索結果装飾 */
.price-reductions + .price-reductions {
  margin-top: 70px;
}

.price-reductions .productMoreGrid {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .price-reductions .productMoreGrid > div:nth-child(-n+3) {
    margin-right: 4%;
  }
}

.price-reductions .productMoreGrid > div:nth-child(n+5) {
  display: none;
}

.price-reductions .p-products-all-item__results.results-include {
  max-width: 100%;
}

.p-used-top__select__link + .p-gaming-pc__condition__title  {
  margin-top: 60px;
}

.p-used-top__select__layout img.ico {
  margin-right: 6px;
  width: 30px;
}

.others-link {
  line-height: 1.5;
  margin-top: 10px;
  text-align: right;
}

.p-used-top__bnr__link img {
  max-width: 100%;
  height: auto;
}

.p-used-top__topics {
  padding: 64px 0 100px;
}

.p-used-top__topics__swiper-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px), print {
  .p-products-all-item__body {
    padding-top: 0;
  }
  .price-reductions .p-products-all-item__item {
    width: 22%;
  }
  .price-reductions .p-products-all-item__item + .p-products-all-item__item {
    border: none;
    margin-top: 0;
    padding-top: 0;
  }
  .price-reductions .p-products-all-item-product {
    display: contents;
  }
  .price-reductions .p-products-all-item-product__image {
    margin-bottom: 14px;
    padding: 0;
    width: 100%;
  }
  .price-reductions .p-products-all-item-product__image img {
    display: block;
    margin: 0 auto;
    max-width: 200px;
  }
  .price-reductions .p-products-all-item-product__name__text {
    font-size: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .price-reductions .p-products-all-item-product__price {
    font-size: 16px;
  }
  .price-reductions .p-products-all-item-product__shipment--red {
    margin-right: 0;
  }
  .price-reductions .p-products-all-item-product__number {
    font-size: 22px;
  }
  .price-reductions .p-products-all-item-product__spec__item {
    margin-right: 10px;
    padding: 4px 0;
  }
  .price-reductions .p-products-all-item-product__spec__item::after {
    display: none;
  }
  .p-products-all-item-product__spec__text {
    font-size: 12px;
    padding: 4px 0;
  }
  .price-reductions .p-products-all-item-product__buttons {
    display: block;
  }
  .price-reductions .p-products-all-item-product__link--detail {
    margin-bottom: 14px;
  }
  .price-reductions .p-products-all-item-product__link--cart {
    margin-left: 0;
  }
  .price-reductions .others-link {
    margin-top: 0;
  }
}

@media screen and (max-width: 1140px) {
  .p-used-top__topics__inr {
    padding: 0 30px;
  }
}

@media screen and (max-width: 1156px) {
  .p-gaming-pc__condition__button a:nth-child(2n) {
    margin-right: 0;
  }
  .p-gaming-pc__condition__button a:nth-child(3n) {
    margin-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-all-item__item {
    width: 100%;
  }
  .price-reductions .p-used-top__recommendation__title {
    margin-bottom: 10px;
  }
  .price-reductions .p-products-all-item-product__name__text {
    word-break: break-all;
  }
  .p-used-top__select__layout img.ico {
    width: 20px;
  }
  .p-gaming-pc__condition__button a:nth-child(3n) {
    margin-right: 0;
  }
  .others-link {
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
  }
  .others-link a {
    border: 1px solid #7fa6d0;
    color: #004da1;
    display: block;
    letter-spacing: 0.84px;
    padding: 14px 0;
  }
  .p-gaming-pc__condition__title h2 {
    list-style: 1.4;
  }
  .p-gaming-pc__condition__button a > span {
    font-size: 14px;
  }
  .c-button--primary-white::after {
    right: 15px;
  }
  .p-used-top__topics {
    padding: 50px 0;
  }
  .p-used-top__topics__inr {
    padding: 0;
    width: 100%;
  }
  .p-used-top__topics__swiper-wrapper {
    gap: 10px;
    padding: 0 15px;

  }
  .p-used-top__topics__swiper-slide {
    width: calc(50% - 5px) !important;
    height: auto !important;
    max-width: calc(50% - 5px);
  }
  .p-used-top__topics__swiper-slide > a > img {
    max-width: 100%;
  }
}