@charset "UTF-8";
@import url("root.css");
/*-----*ブレイクポイントルール*-----*/
/* スマートフォン：max-width:599px */
/* タブレット：min-width:600px */
/* PC：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: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
}

@media ( min-width: 600px ) {
  #mv .mv_cover {
    width: 1200px;
    max-width: 100%;
    height: 100%;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
    pointer-events: none;
  }

  #mv .mv_cover:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.5;
    position: absolute;
    left: -100%;
  }

  #mv .mv_cover:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.5;
    position: absolute;
    right: -100%;
  }
}

#mv .slide-img {
  max-width: 100vw;
}

#mv img {
  width: 100%;
}

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

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

/***************************************
------------- 買取相場・NEWS・カレンダー ------------
***************************************/
/*買取価格相場*/
.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%;
}

/***************************************
------------- PRICE ------------
***************************************/
.sec_price {
  margin: clamp(25px, 5%, 50px) 0;
}

@media (min-width: 600px) {
  .sec_price .row-flex {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 600px) {
  .sec_price .con_ttl {
    width: 20%;
  }
}

@media (max-width: 599px) {
  .sec_price .con_ttl {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.sec_price .con_ttl .ttl {
  font-size: clamp(1.6rem, 2.2vw, 2.8rem);
  font-weight: bold;
  color: var(--base-color01);
  text-align: center;
  font-family: var(--title-font-family);
}

@media (min-width: 600px) {
  .sec_price .con_ttl .ttl {
    margin-bottom: 0.5em;
  }
}

@media (max-width: 599px) {
  .sec_price .con_ttl .ttl {
    font-size: clamp(1.5rem, 4.4vw, 2.2rem);
  }
}

.sec_price .con_ttl .ttl_bg {
  background: var(--base-color01);
  border-radius: 8px;
  color: #fff;
  font-family: var(--title-font-family);
  padding: 15px;
}

@media (max-width: 599px) {
  .sec_price .con_ttl .ttl_bg {
    padding: 5px;
    border-radius: 5px;
  }
}

.sec_price .con_ttl .ttl_bg p {
  margin: 0;
  font-weight: 600;
  font-size: clamp(1.6rem, 2.2vw, 2.8rem);
  line-height: 1;
  text-align: center;
}

@media (max-width: 599px) {
  .sec_price .con_ttl .ttl_bg p {
    font-size: clamp(1.5rem, 4.4vw, 2.2rem);
  }
}

.sec_price .con_ttl .ttl_bg p small {
  font-size: 0.5em;
}

@media (min-width: 600px) {
  .sec_price .con_price {
    width: 77.5%;
  }
}

.sec_price .metal_ttl {
  text-align: center;
  padding: 0.5em;
  font-weight: 500;
  font-size: 1.8rem;
  color: #fff;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 600px) {
  .sec_price .con_price .col-3 {
    display: flex;
    flex-direction: column;
  }
}

.sec_price .wrap {
  padding: 10px;
  text-align: center;
}

.sec_price .price {
  font-weight: 500;
  font-size: clamp(2.4rem, 2vw, 2.8rem);
  line-height: 1;
  margin: 0.3em 0 0 0;
}

.sec_price .price .yen {
  font-size: 1.8rem;
  font-weight: 400;
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
}

.sec_price .text {
  margin-top: min(30px, 5%);
}

@media (min-width: 599px) {
  .sec_price .text {
    font-size: 1.8rem;
  }
}

.sec_price .gold {
  border: solid 1px #b39a29;
}

.sec_price .gold h3 {
  background: linear-gradient(180deg, #cebc69 0%, #b29926 100%);
}

.sec_price .silver {
  border: solid 1px #a4a4a4;
}

.sec_price .silver h3 {
  background: linear-gradient(180deg, #c5c5c5 0%, #a0a0a0 100%);
}

.sec_price .platinum {
  border: solid 1px #86b4d2;
}

.sec_price .platinum h3 {
  background: linear-gradient(180deg, #aacde5 0%, #85b3d2 100%);
}

.sec_price .palladium {
  border: solid 1px #937fa0;
}

.sec_price .palladium h3 {
  background: linear-gradient(180deg, #ae9abb 0%, #927f9f 100%);
}

/***************************************
------------- INFO ------------
***************************************/
.sec_info {
  margin: clamp(25px, 5%, 50px) 0;
}

.sec_info .container > .row {
  gap: 40px;
}

@media (max-width: 599px) {
  .sec_info .container > .row {
    gap: 50px;
  }
}

.sec_info .border {
  border: solid 5px var(--base-color01);
  padding: 10px;
  font-family: var(--title-font-family);
  font-weight: 600;
}

.sec_info .border p {
  margin: 0;
  font-size: 1.8rem;
}

@media (min-width: 851px) {
  .sec_info .border .row {
    grid-template-columns: 1fr 160px;
  }
}

@media (max-width: 850px) {
  .sec_info .border .row {
    grid-template-columns: 1fr;
  }
}
  /***************************************
  ------------- GREETING ------------
  ***************************************/
.sec_greeting {
  margin: clamp(25px, 5%, 50px) 0;
}

@media (max-width: 599px) {
  .sec_greeting {
    margin: 50px 0;
  }
}

@media (min-width: 600px) {
  .sec_greeting .row > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

/***************************************
------------- 選べる買取方法 ------------
***************************************/
.sec_kaitori {
  padding: clamp(25px, 5%, 50px) 0;
  background: url(../img/bg01.jpg) no-repeat center/cover;
}

@media (max-width: 599px) {
  .sec_kaitori {
    background: url(../img/sp_bg01.jpg) no-repeat center/cover;
  }
}

.sec_kaitori p {
  line-height: 1.7;
}

@media (max-width: 599px) {
  .sec_kaitori .row {
    gap: 25px;
  }
}

@media (min-width: 600px) {
  .sec_kaitori .row + .row {
    margin-top: min(8%, 50px);
  }
}

@media (max-width: 599px) {
  .sec_kaitori .row + .row {
    margin-top: 25px;
  }
}

.sec_kaitori .bg_wrap {
  background: #fff;
  padding: 30px;
}

@media (max-width: 599px) {
  .sec_kaitori .bg_wrap {
    padding: 15px;
  }
}

.sec_kaitori h3 {
  text-align: center;
  background: var(--base-color01);
  font-family: var(--title-font-family);
  color: #fff;
  font-weight: 600;
  font-size: clamp(2.2rem, 2vw, 2.8rem);
  border-bottom: solid 3px var(--base-color02);
}

/***************************************
------------- ITEM ------------
***************************************/
.sec_item {
  margin: clamp(25px, 5%, 50px) 0;
}

.sec_item .border_wrap {
  padding: clamp(17px, 3vw, 35px) clamp(12.5px, 2vw, 30px);
  border: solid 5px var(--base-color01);
}

@media (max-width: 599px) {
  .sec_item .border_wrap {
    border: solid 4px var(--base-color01);
  }
}

/***************************************
-------------  ------------
***************************************/
.sec_results {
  padding: clamp(25px, 5%, 50px) 0;
  background: url(../img/bg02.jpg) no-repeat center/cover;
}

@media (max-width: 599px) {
  .sec_results {
    background: url(../img/sp_bg02.jpg) no-repeat center/cover;
  }
}

.sec_results .bg_wrap {
  padding: clamp(17px, 3vw, 35px) clamp(12.5px, 2vw, 30px);
  background: #fff;
}

.sec_results .date {
  text-align: right;
}

/***************************************
------------- NEWS ------------
***************************************/
.sec_news {
  margin: clamp(25px, 5%, 50px) 0;
}

@media (max-width: 599px) {
  .sec_news {
    margin: 50px 0;
  }
}

@media (max-width: 599px) {
  .sec_news .container > .row {
    gap: 50px;
  }
}

.sec_news .border_wrap {
  padding: clamp(17px, 3vw, 35px) clamp(12.5px, 2vw, 30px);
  border: solid 5px var(--base-color01);
}

@media (max-width: 599px) {
  .sec_news .border_wrap {
    border: solid 4px var(--base-color01);
  }
}

.sec_news .postList_wrap{
  height: 300px;
  overflow-y: auto;
}

.sec_news .border_wrap .postList {
  gap: 10px;
}

.sec_news .border_wrap .postList > .col-12 {
  padding-bottom: 10px;
  border-bottom: solid 2px #dddddd;
}

.sec_news .con_blog .thumb {
  grid-template-columns: 88px 1fr;
}

@media (max-width: 599px) {
  .sec_news .con_blog .thumb {
    grid-template-columns: 110px 1fr;
  }
}

.sec_news .con_blog .thumb .col-2,
.sec_news .con_blog .thumb .col-10 {
  grid-column: auto;
}

.sec_news .date {
  color: var(--base-color01);
  font-size: 1.6rem;
  margin: 0;
  font-weight: 600;
}

@media (max-width: 599px) {
  .sec_news .date {
    font-size: 1.4rem;
  }
}

.sec_news .text {
  font-size: 1.6rem;
  line-height: 1.5;
}

@media (max-width: 599px) {
  .sec_news .text {
    font-size: 1.5rem;
  }
}
