@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: 22px;
    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/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 {
    /*position: absolute;
    top: 0;
    left: 50%;
    min-width: 1140px;*/
    text-align: center;
  }
  .p-used-top__fv__image > img {
    width: 100%;
    height: auto;
    max-width: 1140px;
    /*-webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);*/
  }
}
@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__reason {
  padding-top: 86px;
  padding-bottom: 88px;
}
@media screen and (max-width: 767px) {
  .p-used-top__reason {
    padding: 45px 0;
  }
}
@media screen and (min-width: 768px), print {
  .p-used-top__reason__inr {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1140px) {
  .p-used-top__reason__inr {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-used-top__reason__inr {
    padding: 0 15px;
  }
}
.p-used-top__reason__title {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .p-used-top__reason__title {
    margin-bottom: 21px;
  }
}
.p-used-top__reason__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__reason__title h2 {
    font-size: 20px;
    letter-spacing: 1.2px;
  }
}
.p-used-top__reason__layout {
  display: flex;
  justify-content: center;
  gap: 40px;
}
/*@media screen and (max-width: 1140px) {
  .p-used-top__reason__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}*/
@media screen and (max-width: 767px) {
  .p-used-top__reason__layout {
    /*-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;*/
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
  }
}
.p-used-top__reason__card {
  width: calc((100% - 120px)/4);
  border: solid 1px #c8c8c8;
  background-color: #fff;
  padding: 4px;
}
@media screen and (max-width: 1140px) {
  .p-used-top__reason__card {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-used-top__reason__card {
    width: calc(50% - 5px);
  }
}
/*.p-used-top__reason__card__img {
  width: 240px;
  margin-right: 30px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-used-top__reason__card__img {
    width: 135px;
    margin-right: 20px;
  }
}

.p-used-top__reason__card__img img {
  width: 240px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 767px) {
  .p-used-top__reason__card__img img {
    width: 100%;
  }
}*/
.p-used-top__reason__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__reason__card__text {
    padding: 20px 1vw;
  }
}
.p-used-top__reason__card__text p {
  font-size: 14.5px;
  letter-spacing: 0.87px;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .p-used-top__reason__card__text p {
    font-size: 3vw;
    letter-spacing: 0;
    line-height: 1.5;
  }
}
.p-used-top__reason__card__text h4 {
  margin-top: 20px;
  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__reason__card__text h4 {
    font-size: 3.6vw;
    letter-spacing: 0.96px;
    line-height: 1.48;
  }
}
.p-used-top__reason_caution {
  font-size: 12px;
  letter-spacing: 0.72px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-used-top__reason_caution {
    font-size: 2.6vw;
    letter-spacing: 0;
  }
}
/* カテゴリーから選ぶ ------------ */
.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%;
    max-width: 1140px;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 1140px) {
  .p-used-top__select__inr {
    padding: 0 30px;
  }
}
@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: flex-start;
}
.p-used-top__select__list .select_list_head {
  width: 270px;
}
@media screen and (min-width: 768px) and (max-width: 1140px){
  .p-used-top__select__list .select_list_head {
    width: calc((100% - 20px) / 2);
  }
  .p-used-top__select__list .select_list_head .c-button--primary-blue {
    width: 100%;
  }
}
@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:not(:nth-of-type(4n)) {
  margin-right: 20px;
}*/
/*.p-used-top__select__list .select_list_head:nth-of-type(n+5) {
  margin-top: 14px;
}*/
.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:hover {
	background: #004da1;
}*/
.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;
  /*display: 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 {
  /*background-color: #d5ecff;*/
}
.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: 1140px) {
  .p-used-top__buy__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}*/
@media screen and (max-width: 767px) {
  .p-used-top__buy__layout {
    /*-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;*/
    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__img {
  width: 240px;
  margin-right: 30px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-used-top__buy__card__img {
    width: 135px;
    margin-right: 20px;
  }
}

.p-used-top__buy__card__img img {
  width: 240px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 767px) {
  .p-used-top__buy__card__img img {
    width: 100%;
  }
}*/
.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;
  }
}
/* Utility ------------ */
.u-block {
  display: block;
}
.u-block-none {
  display: none;
}
@media screen and (min-width: 768px), print {
  .u-pc-hide {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-hide {
    display: none;
  }
}
@media screen and (min-width: 1281px) {
  .u-pc-header-hide {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .u-sp-header-hide {
    display: none;
  }
}
.u-border-none {
  border: none;
}
.u-border-none-l {
  border-left: 0;
}
.u-border-none-r {
  border-right: 0;
}
.u-border-none-t {
  border-top: 0;
}
.u-border-none-b {
  border-bottom: 0;
}
.u-clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.u-mt0 {
  margin-top: 0px;
}
.u-mb0 {
  margin-bottom: 0px;
}
.u-ml0 {
  margin-left: 0px;
}
.u-mr0 {
  margin-right: 0px;
}
.u-mt5 {
  margin-top: 5px;
}
.u-mb5 {
  margin-bottom: 5px;
}
.u-ml5 {
  margin-left: 5px;
}
.u-mr5 {
  margin-right: 5px;
}
.u-mt10 {
  margin-top: 10px;
}
.u-mb10 {
  margin-bottom: 10px;
}
.u-ml10 {
  margin-left: 10px;
}
.u-mr10 {
  margin-right: 10px;
}
.u-mt15 {
  margin-top: 15px;
}
.u-mb15 {
  margin-bottom: 15px;
}
.u-ml15 {
  margin-left: 15px;
}
.u-mr15 {
  margin-right: 15px;
}
.u-mt20 {
  margin-top: 20px;
}
.u-mb20 {
  margin-bottom: 20px;
}
.u-ml20 {
  margin-left: 20px;
}
.u-mr20 {
  margin-right: 20px;
}
.u-mt25 {
  margin-top: 25px;
}
.u-mb25 {
  margin-bottom: 25px;
}
.u-ml25 {
  margin-left: 25px;
}
.u-mr25 {
  margin-right: 25px;
}
.u-mt30 {
  margin-top: 30px;
}
.u-mb30 {
  margin-bottom: 30px;
}
.u-ml30 {
  margin-left: 30px;
}
.u-mr30 {
  margin-right: 30px;
}
.u-mt35 {
  margin-top: 35px;
}
.u-mb35 {
  margin-bottom: 35px;
}
.u-ml35 {
  margin-left: 35px;
}
.u-mr35 {
  margin-right: 35px;
}
.u-mt40 {
  margin-top: 40px;
}
.u-mb40 {
  margin-bottom: 40px;
}
.u-ml40 {
  margin-left: 40px;
}
.u-mr40 {
  margin-right: 40px;
}
.u-mt45 {
  margin-top: 45px;
}
.u-mb45 {
  margin-bottom: 45px;
}
.u-ml45 {
  margin-left: 45px;
}
.u-mr45 {
  margin-right: 45px;
}
.u-mt50 {
  margin-top: 50px;
}
.u-mb50 {
  margin-bottom: 50px;
}
.u-ml50 {
  margin-left: 50px;
}
.u-mr50 {
  margin-right: 50px;
}
.u-mt55 {
  margin-top: 55px;
}
.u-mb55 {
  margin-bottom: 55px;
}
.u-ml55 {
  margin-left: 55px;
}
.u-mr55 {
  margin-right: 55px;
}
.u-mt60 {
  margin-top: 60px;
}
.u-mb60 {
  margin-bottom: 60px;
}
.u-ml60 {
  margin-left: 60px;
}
.u-mr60 {
  margin-right: 60px;
}
.u-mt65 {
  margin-top: 65px;
}
.u-mb65 {
  margin-bottom: 65px;
}
.u-ml65 {
  margin-left: 65px;
}
.u-mr65 {
  margin-right: 65px;
}
.u-mt70 {
  margin-top: 70px;
}
.u-mb70 {
  margin-bottom: 70px;
}
.u-ml70 {
  margin-left: 70px;
}
.u-mr70 {
  margin-right: 70px;
}
.u-mt75 {
  margin-top: 75px;
}
.u-mb75 {
  margin-bottom: 75px;
}
.u-ml75 {
  margin-left: 75px;
}
.u-mr75 {
  margin-right: 75px;
}
.u-mt80 {
  margin-top: 80px;
}
.u-mb80 {
  margin-bottom: 80px;
}
.u-ml80 {
  margin-left: 80px;
}
.u-mr80 {
  margin-right: 80px;
}
.u-mt85 {
  margin-top: 85px;
}
.u-mb85 {
  margin-bottom: 85px;
}
.u-ml85 {
  margin-left: 85px;
}
.u-mr85 {
  margin-right: 85px;
}
.u-mt90 {
  margin-top: 90px;
}
.u-mb90 {
  margin-bottom: 90px;
}
.u-ml90 {
  margin-left: 90px;
}
.u-mr90 {
  margin-right: 90px;
}
.u-mt95 {
  margin-top: 95px;
}
.u-mb95 {
  margin-bottom: 95px;
}
.u-ml95 {
  margin-left: 95px;
}
.u-mr95 {
  margin-right: 95px;
}
.u-mt100 {
  margin-top: 100px;
}
.u-mb100 {
  margin-bottom: 100px;
}
.u-ml100 {
  margin-left: 100px;
}
.u-mr100 {
  margin-right: 100px;
}
.u-pt0 {
  padding-top: 0px;
}
.u-pb0 {
  padding-bottom: 0px;
}
.u-pl0 {
  padding-left: 0px;
}
.u-pr0 {
  padding-right: 0px;
}
.u-pt5 {
  padding-top: 5px;
}
.u-pb5 {
  padding-bottom: 5px;
}
.u-pl5 {
  padding-left: 5px;
}
.u-pr5 {
  padding-right: 5px;
}
.u-pt10 {
  padding-top: 10px;
}
.u-pb10 {
  padding-bottom: 10px;
}
.u-pl10 {
  padding-left: 10px;
}
.u-pr10 {
  padding-right: 10px;
}
.u-pt15 {
  padding-top: 15px;
}
.u-pb15 {
  padding-bottom: 15px;
}
.u-pl15 {
  padding-left: 15px;
}
.u-pr15 {
  padding-right: 15px;
}
.u-pt20 {
  padding-top: 20px;
}
.u-pb20 {
  padding-bottom: 20px;
}
.u-pl20 {
  padding-left: 20px;
}
.u-pr20 {
  padding-right: 20px;
}
.u-pt25 {
  padding-top: 25px;
}
.u-pb25 {
  padding-bottom: 25px;
}
.u-pl25 {
  padding-left: 25px;
}
.u-pr25 {
  padding-right: 25px;
}
.u-pt30 {
  padding-top: 30px;
}
.u-pb30 {
  padding-bottom: 30px;
}
.u-pl30 {
  padding-left: 30px;
}
.u-pr30 {
  padding-right: 30px;
}
.u-pt35 {
  padding-top: 35px;
}
.u-pb35 {
  padding-bottom: 35px;
}
.u-pl35 {
  padding-left: 35px;
}
.u-pr35 {
  padding-right: 35px;
}
.u-pt40 {
  padding-top: 40px;
}
.u-pb40 {
  padding-bottom: 40px;
}
.u-pl40 {
  padding-left: 40px;
}
.u-pr40 {
  padding-right: 40px;
}
.u-pt45 {
  padding-top: 45px;
}
.u-pb45 {
  padding-bottom: 45px;
}
.u-pl45 {
  padding-left: 45px;
}
.u-pr45 {
  padding-right: 45px;
}
.u-pt50 {
  padding-top: 50px;
}
.u-pb50 {
  padding-bottom: 50px;
}
.u-pl50 {
  padding-left: 50px;
}
.u-pr50 {
  padding-right: 50px;
}
.u-pt55 {
  padding-top: 55px;
}
.u-pb55 {
  padding-bottom: 55px;
}
.u-pl55 {
  padding-left: 55px;
}
.u-pr55 {
  padding-right: 55px;
}
.u-pt60 {
  padding-top: 60px;
}
.u-pb60 {
  padding-bottom: 60px;
}
.u-pl60 {
  padding-left: 60px;
}
.u-pr60 {
  padding-right: 60px;
}
.u-pt65 {
  padding-top: 65px;
}
.u-pb65 {
  padding-bottom: 65px;
}
.u-pl65 {
  padding-left: 65px;
}
.u-pr65 {
  padding-right: 65px;
}
.u-pt70 {
  padding-top: 70px;
}
.u-pb70 {
  padding-bottom: 70px;
}
.u-pl70 {
  padding-left: 70px;
}
.u-pr70 {
  padding-right: 70px;
}
.u-pt75 {
  padding-top: 75px;
}
.u-pb75 {
  padding-bottom: 75px;
}
.u-pl75 {
  padding-left: 75px;
}
.u-pr75 {
  padding-right: 75px;
}
.u-pt80 {
  padding-top: 80px;
}
.u-pb80 {
  padding-bottom: 80px;
}
.u-pl80 {
  padding-left: 80px;
}
.u-pr80 {
  padding-right: 80px;
}
.u-pt85 {
  padding-top: 85px;
}
.u-pb85 {
  padding-bottom: 85px;
}
.u-pl85 {
  padding-left: 85px;
}
.u-pr85 {
  padding-right: 85px;
}
.u-pt90 {
  padding-top: 90px;
}
.u-pb90 {
  padding-bottom: 90px;
}
.u-pl90 {
  padding-left: 90px;
}
.u-pr90 {
  padding-right: 90px;
}
.u-pt95 {
  padding-top: 95px;
}
.u-pb95 {
  padding-bottom: 95px;
}
.u-pl95 {
  padding-left: 95px;
}
.u-pr95 {
  padding-right: 95px;
}
.u-pt100 {
  padding-top: 100px;
}
.u-pb100 {
  padding-bottom: 100px;
}
.u-pl100 {
  padding-left: 100px;
}
.u-pr100 {
  padding-right: 100px;
}
@media screen and (min-width: 768px), print {
  .u-pc-width {
    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) {
  .u-pc-width {
    padding-left: calc(20px + 130 * (100vw - 768px) / 672);
  }
  
}
@media screen and (min-width: 768px) and (min-width: 1440px), print and (min-width: 1440px) {
  .u-pc-width {
    padding-left: 150px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px), print and (min-width: 768px) {
  .u-pc-width {
    padding-right: calc(20px + 130 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px), print and (min-width: 1440px) {
  .u-pc-width {
    padding-right: 150px;
  }
}
@media screen and (min-width: 768px), print {
  .u-pc-width--120 {
    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) {
  .u-pc-width--120 {
    padding-left: calc(20px + 100 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px), print and (min-width: 1440px) {
  .u-pc-width--120 {
    padding-left: 120px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px), print and (min-width: 768px) {
  .u-pc-width--120 {
    padding-right: calc(20px + 100 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px), print and (min-width: 1440px) {
  .u-pc-width--120 {
    padding-right: 120px;
  }
}
.c-tab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-tab__item {
  cursor: pointer;
}
.c-tab__box {
  display: none;
}
.c-tab__box.is-show {
  display: block;
}
/*caption*/
.p-used-buy-iphone__caption {
  padding: 64px 0;
  background-color: #effafd;
}
@media screen and (max-width: 767px) {
  .p-used-buy-iphone__caption {
    padding: 30px 0;
  }
}
.p-used-buy-iphone__caption__inr {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
.p-used-buy-iphone__caption__inr p{
  font-size: 20px;
  line-height: 1.75;
}
.p-used-buy-iphone__caption__inr p+p{
  margin-top:1em;
}
.p-used-buy-iphone__caption__inr .c-button--primary-white{
  width: 100%;
  margin: 64px auto 0 auto;
  border-radius: 50px;
}
.p-used-buy-iphone__caption .has__background{
  padding-right: 600px;
}
@media screen and (max-width: 767px) {
  .p-used-buy-iphone__caption__inr {
    padding: 0 15px;
  }
  .p-used-buy-iphone__caption__inr .c-button--primary-white{
    margin: 31px auto 0 auto;
  }
}
.p-used-buy-iphone__caption__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-buy-iphone__caption__inr .swiper-button-next {
    display: none;
  }
}
.p-used-buy-iphone__caption__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-buy-iphone__caption__inr .swiper-button-prev {
    display: none;
  }
}
.p-used-buy-iphone__caption__title {
  margin-bottom: 46px;
}
@media screen and (max-width: 767px) {
  .p-used-buy-iphone__caption__title {
    margin-bottom: 25px;
  }
}
.p-used-buy-iphone__caption__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-buy-iphone__caption__title h2 {
    font-size: 20px;
    letter-spacing: 1.2px;
  }
}
.p-used-buy-iphone__caption__swiper-container {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-used-buy-iphone__caption__swiper-container {
    width: 100%;
  }
}
.p-used-buy-iphone__caption__swiper-container .swiper-pagination {
  position: relative;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-used-buy-iphone__caption__swiper-container .swiper-pagination {
    margin-top: 18px;
  }
}
.p-used-buy-iphone__caption__swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  border-radius: 0%;
}
@media screen and (max-width: 767px) {
  .p-used-buy-iphone__caption__swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 25px;
    height: 3px;
  }
}
.p-used-buy-iphone__caption__swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #00a2e6;
}
.p-used-buy-iphone__caption__swiper-wrapper {
  justify-content: flex-start;
}
@media screen and (min-width: 768px), print {
  .p-used-buy-iphone__caption__swiper-wrapper {
    height: 270px;
  }
}
@media screen and (max-width: 1240px) {
  .p-used-buy-iphone__caption__swiper-wrapper {
    height: 235px;
  }
}
@media screen and (max-width: 1140px) {
  .p-used-buy-iphone__caption__swiper-wrapper {
    height: 205px;
  }
}
@media screen and (max-width: 1040px) {
  .p-used-buy-iphone__caption__swiper-wrapper {
    height: 182px;
  }
}
@media screen and (max-width: 940px) {
  .p-used-buy-iphone__caption__swiper-wrapper {
    height: 160px;
  }
}
@media screen and (max-width: 840px) {
  .p-used-buy-iphone__caption__swiper-wrapper {
    height: 135px;
  }
}
@media screen and (max-width: 740px) {
  .p-used-buy-iphone__caption__swiper-wrapper {
    height: 110px;
  }
}
@media screen and (max-width: 767px) {
  .p-used-buy-iphone__caption__swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  _:-ms-lang(x)::-ms-backdrop, .p-used-buy-iphone__caption__swiper-wrapper {
    padding-left: 10%;
  }
}
.p-used-buy-iphone__caption__swiper-slide {
  width: 24% !important;
  max-width: 270px;
  height: 20% !important;
}
@media screen and (max-width: 1340px) {
  .p-used-buy-iphone__caption__swiper-slide {
    width: 23% !important;
  }
}
@media screen and (max-width: 1040px) {
  .p-used-buy-iphone__caption__swiper-slide {
    width: 22% !important;
  }
}
@media screen and (max-width: 840px) {
  .p-used-buy-iphone__caption__swiper-slide {
    width: 21.5% !important;
  }
}
.p-used-buy-iphone__caption__swiper-slide > a {
  width: 100%;
}
.p-used-buy-iphone__caption__swiper-slide > a:hover {
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-name: hover-flash;
  animation-duration: 1s;
  opacity: 1;
}
.p-used-buy-iphone__caption__swiper-slide > a > img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-used-buy-iphone__caption__swiper-slide {
    width: 167px !important;
    height: 167px !important;
  }
  .p-used-buy-iphone__caption__swiper-slide > a {
    width: 100%;
  }
  .p-used-buy-iphone__caption__swiper-slide > a > img {
    width: 100%;
    max-width: 167px;
  }
  .p-used-buy-iphone__caption__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: 60px;
}
@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 {
    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-buy-iphone {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .p-used-buy-iphone {
    padding: 30px 0;
  }
}
.p-used-buy-iphone__inr {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .p-used-buy-iphone__inr {
    padding: 0 15px;
  }
}
.p-used-buy-iphone__title {
  margin-bottom: 46px;
}
@media screen and (max-width: 767px) {
  .p-used-buy-iphone__title {
    margin-bottom: 25px;
  }
}
.p-used-buy-iphone__title h2 {
  font-size: 28px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.68px;
  text-align: center;
}
.p-used-buy-iphone__title--series{
  margin: 40px 0 20px 0;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.68px;
}
@media screen and (max-width: 767px) {
  .p-used-buy-iphone__title h2 {
    font-size: 20px;
    letter-spacing: 1.2px;
  }
}
.p-used-buy-iphone__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.p-used-buy-iphone__list li {
  width: calc((100% - 60px)/4);
}
@media screen and (max-width: 767px) {
  .p-used-buy-iphone__list {
    gap: 10px;
  }
  .p-used-buy-iphone__list li {
    width: calc((100% - 10px)/2);
  }
}
.p-used-buy-iphone__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;
}