@charset "utf-8";
@import url("root.css");

/*-----*ブレイクポイントルール*-----*/
/* スマートフォン：max-width:599px */
@media ( max-width: 599px ) {
}

/* タブレット：min-width:600px */
@media ( min-width: 600px ) {
}

/* PC：min-width:1025px */
@media ( min-width: 1025px ) {
}

/***************************************
------------- TOP MAIN IMG -------------
***************************************/


#mv {
  height: auto;
  margin: 0 auto;
  position: relative;
}

#mv .slick-slider {
  opacity: 1;
  transition: all 0.3s;
}
#mv .slick-slider .slick-slide {
  opacity: .7;
  transition: all 0.3s;
}

#mv .slick-slider .slick-slide.slick-current {
  opacity: 1;
}


#mv img {
  width: 100%;
}

#mv .main_copy {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 1200px;
  max-width: 98%;
  height: 100%;
}

#mv .main_copy img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  width: 50%;
  height: auto;
  max-width: 548px;
  max-height: 323px;
}

@media screen and (max-width: 599px) {
  #mv {
    margin-top: 80px;
  }

  #mv .main_copy img {
    width: 70%;
    max-width: 521px;
    max-height: 278px;
  }
}

/***************************************
------------- TOP COMMON -------------
***************************************/
.top_ttl {
  font-size: clamp(3.3rem, 3vw, 4.8rem);
  font-weight: 600;
  color: #555555;
  margin-bottom: 0.4em;
  line-height: 1.2;
  font-family: var(--title-font-family);
}

/* PC */
@media screen and (min-width: 1025px) {
  .tablet-only {
    display: none;
  }
}

/* SP */
@media screen and (max-width: 599px) {
  .sp-text-center {
    text-align: center;
  }

  .tablet-only {
    display: none;
  }
}

/***************************************
------------- 買取実績 ------------
***************************************/
.sec_results {
  padding: 0 0 min(6%, 100px);
}