@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 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;
  }
}

/***************************************
------------- TOP MAIN IMG -------------
***************************************/
#mv {
  /* width: min(100%, 100%); */
  width:min(100%,1200px);
  height: auto;
  margin: 0 auto;
  position: relative;
}

#mv .slick-slider{
  opacity: 0;
  transition: all 0.3s;
}

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

#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;
  }
}

#mv .slick-dots {
  display: flex;
  justify-content: center;
  gap: 0 30px;
  height: 0;
}
@media ( max-width : 599px ) {
  #mv .slick-dots {
    gap: 0 20px;
  }
}

#mv .slick-dots li {
}

#mv .slick-dots li button {
  font-size: 0;
  position: relative;
}

#mv .slick-dots li button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  border-radius: 100vh;
  background: #999999;
  transition: .2s;
  cursor: pointer;
}
@media ( max-width : 599px ) {
  #mv .slick-dots li button::after {
    width: 10px;
    height: 10px;
  }
}

#mv .slick-dots li.slick-active button::after {
  background: var(--base-color01);
}


/***************************************
------------- 買取相場・NEWS・カレンダー ------------
***************************************/
.sec_news {
  padding: min(6%, 100px) 0;
}

/*買取価格相場*/
.sec_news .price_list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec_news .price_list li.gold {
  color: #dba800;
}

.sec_news .price_list li.pt {
  color: #4267c7;
}

.sec_news .price_list li:not(:last-child) {
  border-bottom: solid 2px #f5f0ff;
}

.sec_news .price_list li .left {
  display: flex;
  align-items: center;
  flex: auto;
}

.sec_news .price_list li .icon {
  padding: min(5%, 20px) min(5%, 20px) min(5%, 20px) min(5%, 15px);
}

.sec_news .price_list li .name {
  font-weight: 500;
  font-size: clamp(1.8rem, 2.3vw, 2.8rem);
}

.sec_news .price_list li .price {
  font-size: clamp(2rem, 2.5vw, 3.6rem);
  color: #db0000;
  font-weight: 500;
}

.sec_news .price_list li .yen {
  color: #333333;
  font-size: 0.5em;
}

/*お知らせ*/
.sec_news .ttl_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sec_news .link {
  display: inline-block;
  color: var(--base-color01);
  position: relative;
  padding-right: 15px;
}

.sec_news .link:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--base-color01);
  border-right: 1px solid var(--base-color01);
  transform: rotate(45deg);
}

.sec_news .button.small {
  max-width: 100%;
  width: 200px;
}

.sec_news .border_box {
  border: solid 1px var(--base-color01);
  padding: min(4%, 20px);
  height: 360px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media ( max-width : 599px ) {
  .sec_news .border_box {
    height: auto;
  }
}

.sec_news .border_box::-webkit-scrollbar {
  display: none;
}

.sec_news .h3 {
  border-bottom: solid 2px var(--base-color01);
  font-size: clamp(2rem, 2vw, 2.4rem);
  margin-bottom: 0.5em;
}

/*カレンダー*/
.sec_news .calendar iframe {
  width: 100%;
  height: 100%;
}

/***************************************
------------- ABOUT US ------------
***************************************/

.sec_about {
  padding: 0 0 min(6%, 100px);
}

/***************************************
------------- 買取可能な取扱カテゴリーについて ------------
***************************************/

.sec_category {
  padding: 0 0 min(6%, 100px);
}

/***************************************
------------- 買取・査定方法について ------------
***************************************/

.sec_method {
  padding: 0 0 min(6%, 100px);
}

.sec_method img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

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

.sec_results .top_ttl {
  margin-bottom: 1.2em;
}

/***************************************
------------- 査定額アップの秘訣 ------------
***************************************/
.sec_tips {
  padding: 0 0 min(6%, 100px);
}
