@charset "UTF-8";
@import url("root.css");
/*-----*ブレイクポイントルール*-----*/
/* スマートフォン：max-width:767px */
/* タブレット：min-width:768px */
/* PC：min-width:1025px */
/***************************************
------------- TOP MAIN IMG -------------
***************************************/
#mv {
  width: 100%;
  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;
}
#mv .main_copy .text_wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  width: 50%;
  height: auto;
  max-width: 548px;
  max-height: 323px;
}
#mv .main_copy .text_wrap .copy_text_large {
  font-size: clamp(4rem, -0.2rem + 7.1vw, 7rem);
  font-weight: 900;
  line-height: 1;
}
#mv .main_copy .text_wrap .copy_text_normal {
  font-size: clamp(1.8rem, 0.6rem + 1.4vw, 2.4rem);
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #mv {
    margin-top: 64px;
  }
  #mv .main_copy img {
    width: 70%;
    max-width: 521px;
    max-height: 278px;
  }
}
/***************************************
------------- TOP COMMON -------------
***************************************/
.top_ttl {
  font-size: clamp(3.3rem, 0.7rem + 3.5vw, 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: 767px) {
  .sp-text-center {
    text-align: center;
  }
  .tablet-only {
    display: none;
  }
}
/***************************************
------------- 買取相場・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: 767px) {
  .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);
}

.sec_intro h2,
.sec_feature h2,
.sec_service h2,
.sec_works h2,
.sec_rinen h2,
.sec_info h2,
.sec_contact h2,
.sec_bnr h2 {
  margin-top: 0;
  letter-spacing: 0;
}

.sec_intro {
  padding: 120px 0 180px 0;
  background: url(../img/bg_img001.jpg) repeat center center;
}
@media (max-width: 767px) {
  .sec_intro {
    padding: 25px 0 45px 0;
    background: url(../img/sp_bg_img001.jpg) repeat center center;
  }
}
@media (min-width: 768px) {
  .sec_intro .container {
    max-width: 1700px;
    padding: 0 20px;
  }
}
.sec_intro .flexbox {
  display: flex;
  gap: 50px;
}
@media (max-width: 767px) {
  .sec_intro .flexbox {
    display: block;
  }
}
@media (min-width: 768px) {
  .sec_intro .flexbox .imgbox {
    width: calc(50% - 25px);
    min-height: 576px;
    position: relative;
  }
  .sec_intro .flexbox .imgbox img {
    width: 932px;
    height: 576px;
    position: absolute;
    top: 0;
    right: 0;
    max-width: none;
  }
}

@media (min-width: 768px) and (max-width: 850px) {
  .sec_intro .flexbox .imgbox {
    position: relative;
    height: 531px;
    overflow: hidden;
  }
  .sec_intro .flexbox .imgbox img {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: cover;
  }
}

@media (min-width: 768px) {
  .sec_intro .flexbox .txtbox {
    width: calc(50% - 25px);
  }
}
.sec_intro .flexbox .txtbox h2 {
  font-size: clamp(21px, 2.6666666667vw, 48px);
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .sec_intro .flexbox .txtbox h2 {
    margin-bottom: 20px;
  }
}
.sec_intro .flexbox .txtbox h2 .txt1 {
  font-size: clamp(14px, 1.7777777778vw, 32px);
  display: table;
  padding: 5px 15px;
  background: var(--base-color01);
  color: white;
}
.sec_intro .flexbox .txtbox h2 .txt2 {
  font-size: clamp(14px, 1.7777777778vw, 32px);
}
.sec_intro .flexbox .txtbox p {
  letter-spacing: 0;
  margin: 0;
}
@media (min-width: 1000px) {
  .sec_intro .flexbox .txtbox p {
    padding-right: 200px;
  }
}
@media (min-width: 768px) {
  .sec_intro .flexbox .txtbox p {
    font-size: 18px;
  }
}
.sec_intro .flexbox .txtbox .imgspace2 {
  margin-left: -15px;
  margin-bottom: 20px;
}
.sec_intro .flexbox .txtbox .imgspace2 img {
  max-width: 80vw;
}
.sec_intro .flexbox .txtbox .imgspace {
  margin-top: 40px;
  transform: translateX(-20px);
}
@media (max-width: 767px) {
  .sec_intro .flexbox .txtbox .imgspace {
    margin-top: 20px;
    transform: translateX(-10px);
  }
}

.sec_feature {
  padding: 100px 0 180px 0;
  background: url(../img/bg_img002.jpg) no-repeat center center/cover;
  position: relative;
}
.sec_feature::before {
  content: "";
  width: 100%;
  height: 139px;
  position: absolute;
  top: -55px;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/obi01.png) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .sec_feature::before {
    height: 96px;
    background: url(../img/sp_obi01.png) no-repeat center top/contain;
    top: 0;
  }
}
.sec_feature:after {
  content: "";
  width: 100%;
  height: 139px;
  position: absolute;
  bottom: -55px;
  top: auto;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/obi02.png) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .sec_feature:after {
    height: 96px;
    background: url(../img/sp_obi02.png) no-repeat center bottom/contain;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .sec_feature {
    padding: 75px 0;
    background: url(../img/sp_bg_img002.jpg) no-repeat center center/cover;
  }
}
@media (min-width: 768px) {
  .sec_feature .txtbox {
    max-width: 760px;
  }
}
.sec_feature .txtbox h2 {
  font-size: clamp(21px, 2.6666666667vw, 48px);
  color: white;
  margin-bottom: 0.4em;
}
.sec_feature .txtbox h2 .txt2 {
  font-size: clamp(14px, 1.7777777778vw, 32px);
}
.sec_feature .txtbox .imgbox {
  max-width: 37vw;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .sec_feature .txtbox .imgbox {
    max-width: 265px;
    margin-bottom: 20px;
  }
}
.sec_feature .txtbox p {
  color: white;
  margin: 0;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .sec_feature .txtbox p {
    max-width: 50vw;
  }
}
@media (min-width: 1000px) {
  .sec_feature .txtbox p {
    padding-right: 120px;
  }
}
.sec_feature .txtbox .btn001 a {
  font-family: var(--base-eng-font);
  max-width: 400px;
  color: var(--base-color04);
  background: var(--base-black);
  font-size: clamp(14px, 1.4444444444vw, 26px);
  padding: 15px 0;
  border: 1px solid var(--base-color04);
  border-radius: 10px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .sec_feature .txtbox .btn001 a {
    max-width: 190px;
  }
}
.sec_feature .txtbox .btn001 a:after {
  content: "";
  width: 22px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 15px;
  margin: auto;
  background: url(../img/common/arrow02.png) no-repeat center center/cover;
  border: none;
  transform: rotate(0deg);
}
.sec_feature .txtbox .btn001 a:hover:after {
  right: 12px;
}

.bigbg {
  background: url(../img/bg_img003.jpg) no-repeat center top/cover;
}
@media (max-width: 767px) {
  .bigbg {
    background: transparent;
  }
}

.sec_service {
  padding: 150px 0 110px 0;
}
@media (max-width: 767px) {
  .sec_service {
    padding: 50px 0 25px 0;
    background: url(../img/sp_bg_img003_1.jpg) no-repeat center top/cover;
  }
}
.sec_service h2 {
  font-family: var(--base-eng-font);
  color: var(--base-color01);
  font-size: clamp(36px, 5.1612903226vw, 64px);
  font-weight: 900;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .sec_service h2 {
    margin-bottom: 10px;
  }
}
.sec_service h2 .sub {
  color: var(--text-color);
  font-size: clamp(16px, 2.5806451613vw, 32px);
  font-weight: bold;
  padding-left: 45px;
}
@media (max-width: 767px) {
  .sec_service h2 .sub {
    padding-left: 10px;
  }
}
.sec_service .txt001 {
  margin: 0;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .sec_service .txt001 {
    margin-bottom: 20px;
  }
}
.sec_service .flexbox {
  display: flex;
  gap: 40px;
}
@media (max-width: 767px) {
  .sec_service .flexbox {
    display: block;
  }
}
.sec_service .flexbox .box {
  width: calc(50% - 20px);
}
@media (max-width: 767px) {
  .sec_service .flexbox .box {
    width: 100%;
  }
}
.sec_service .flexbox .box:not(:last-child) {
  margin-bottom: 25px;
}
.sec_service .flexbox .box .imgbox {
  padding-right: 40px;
}
@media (max-width: 767px) {
  .sec_service .flexbox .box .imgbox {
    padding-right: 25px;
  }
}
.sec_service .flexbox .box .txtbox {
  max-width: 460px;
  margin-left: auto;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .sec_service .flexbox .box .txtbox {
    padding-left: 25px;
  }
}
.sec_service .flexbox .box .txtbox .txtbg {
  background: rgba(24, 24, 24, 0.7);
  padding: 30px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid var(--base-color04);
  margin-top: -90px;
  position: relative;
}
.sec_service .flexbox .box .txtbox .txtbg .txt1 {
  color: var(--base-color04);
  font-size: clamp(18px, 1.935483871vw, 24px);
  margin-bottom: 15px;
  font-weight: bold;
}
.sec_service .flexbox .box .txtbox .txtbg .txt2 {
  color: white;
  margin: 0;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .sec_service .flexbox .box .txtbox .txtbg .txt2 {
    min-height: 105px;
  }
}
@media (min-width: 768px) {
  .sec_service .flexbox .box .txtbox .txtbg .txt2 {
    font-size: 16px;
  }
}
.sec_service .flexbox .box .txtbox .txtbg .btn002 {
  text-align: right;
}
.sec_service .flexbox .box .txtbox .txtbg .btn002 a {
  font-weight: 900;
  font-family: var(--base-eng-font);
  color: var(--base-color04);
  display: inline-block;
  padding: 15px 0;
  padding-right: 66px;
  position: relative;
}
.sec_service .flexbox .box .txtbox .txtbg .btn002 a::after {
  content: "";
  width: 56px;
  height: 57px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  margin: auto;
  background: url(../img/common/arrow01.png) no-repeat center center/cover;
}

.sec_works {
  padding: 0 0 120px 0;
}
@media (max-width: 767px) {
  .sec_works {
    padding: 25px 0 45px 0;
    background: url(../img/sp_bg_img003_2.jpg) no-repeat center center/cover;
  }
}

.sec_works .btn001 {
  margin-top: 40px;
}

.sec_works .btn001 a {
  font-family: var(--base-eng-font);
  max-width: 400px;
  color: var(--base-color04);
  background: var(--base-black);
  font-size: clamp(14px, 1.4444444444vw, 26px);
  padding: 15px 0;
  border: 1px solid var(--base-color04);
  border-radius: 10px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .sec_works .btn001 a {
    max-width: 190px;
  }
  .sec_works .btn001 {
    margin-top: 30px;
  }
}
.sec_works .btn001 a:after {
  content: "";
  width: 22px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 15px;
  margin: auto;
  background: url(../img/common/arrow02.png) no-repeat center center/cover;
  border: none;
  transform: rotate(0deg);
}
.sec_works .btn001 a:hover:after {
  right: 12px;
}

.sec_works h2 {
  font-family: var(--base-eng-font);
  color: var(--base-color01);
  font-size: clamp(36px, 5.1612903226vw, 64px);
  font-weight: 900;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .sec_works h2 {
    margin-bottom: 15px;
  }
}
.sec_works h2 .sub {
  color: white;
  font-size: clamp(16px, 2.5806451613vw, 32px);
  font-weight: bold;
  padding-left: 45px;
}
@media (max-width: 767px) {
  .sec_works h2 .sub {
    padding-left: 10px;
  }
}
@media (min-width: 768px) {
  .sec_works .row {
    gap: 30px;
  }
}
.sec_works .row .imgbox {
  border-radius: 10px 10px 0 0;
}
.sec_works .row .txtbox {
  padding: 30px;
  box-sizing: border-box;
  background: #000000;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 767px) {
  .sec_works .row .txtbox {
    padding: 5%;
  }
}
.sec_works .row .txtbox .txtflex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
@media (max-width: 850px) {
  .sec_works .row .txtbox .txtflex {
    display: block;
    margin-bottom: 2px;
  }
}
.sec_works .row .txtbox .txtflex .cat {
  margin: 0;
  font-size: clamp(15px, 1.2903225806vw, 16px);
  padding: 2px 14px;
  border: 1px solid white;
  border-radius: 100px;
  color: white;
}
@media (max-width: 767px) {
  .sec_works .row .txtbox .txtflex .cat {
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 4px;
  }
}
.sec_works .row .txtbox .txtflex .date {
  margin: 0;
  font-family: var(--base-eng-font);
  color: var(--base-color04);
  font-weight: 900;
  font-size: clamp(12px, 1.2903225806vw, 16px);
}
.sec_works .row .txtbox .cont {
  margin: 0;
  color: white;
  font-size: clamp(15px, 1.2903225806vw, 16px);
}
.sec_works .row .txtbox .cont a {
  color: white;
  text-decoration: underline;
}

.sec_rinen {
  padding: 120px 0;
  background: url(../img/bg_img004.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_rinen {
    padding: 50px 0;
    background: url(../img/sp_bg_img004.jpg) no-repeat center center/cover;
  }
}
.sec_rinen .flexbox {
  display: flex;
  gap: 50px;
  flex-direction: row-reverse;
  align-items: center;
}
@media (max-width: 767px) {
  .sec_rinen .flexbox {
    display: block;
  }
}
@media (min-width: 768px) {
  .sec_rinen .flexbox .imgbox {
    width: calc(40% - 25px);
    min-height: 805px;
    position: relative;
  }
  .sec_rinen .flexbox .imgbox img {
    width: 930px;
    height: 700px;
    position: absolute;
    top: 0;
    left: -32%;
    max-width: none;
    object-fit: cover;
  }
}

@media (min-width: 768px) and (max-width: 850px) {
  .sec_rinen .flexbox .imgbox {
    position: relative; /* 相対位置に変更 */
    height: 531px;
    overflow: hidden; /* はみ出した部分を隠す */
  }
  .sec_rinen .flexbox .imgbox img {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    height: 100%; /* 高さを100%にする */
    width: auto; /* 幅を自動にする */
    max-width: 100%; /* 最大幅を100%にする */
    object-fit: cover; /* 画像が要素内に収まるように調整 */
  }
}
@media (min-width: 768px) {
  .sec_rinen .flexbox .txtbox {
    width: calc(60% - 25px);
    position: relative;
  }
}
.sec_rinen .flexbox .txtbox h2 {
  font-size: clamp(20px, 3.4285714286vw, 48px);
  margin-bottom: 60px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .sec_rinen .flexbox .txtbox h2 {
    margin-bottom: -30px;
    z-index: 1;
    position: relative;
  }
}
.sec_rinen .flexbox .txtbox h2 .txt1 {
  font-size: clamp(14px, 2.2857142857vw, 32px);
  display: table;
  padding: 15px 35px;
  background: var(--base-color01);
  color: white;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .sec_rinen .flexbox .txtbox h2 .txt1 {
    padding: 4px 10px 5px 10px;
    margin-bottom: 5px;
  }
}
.sec_rinen .flexbox .txtbox h2 .txt2 {
  font-size: clamp(22px, 3.4285714286vw, 48px);
}
.sec_rinen .flexbox .txtbox h2 .txt3 {
  display: block;
  font-size: clamp(18px, 2.8571428571vw, 40px);
}
.sec_rinen .flexbox .txtbox p {
  letter-spacing: 0;
  margin: 0;
  margin-bottom: 40px;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .sec_rinen .flexbox .txtbox p {
    padding-right: 60px;
  }
}
@media (min-width: 1000px) {
  .sec_rinen .flexbox .txtbox p {
    padding-right: 160px;
  }
}
@media (min-width: 768px) {
  .sec_rinen .flexbox .txtbox p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .sec_rinen .flexbox .txtbox p {
    margin-bottom: 20px;
  }
}
.sec_rinen .flexbox .txtbox .imgspace2 {
  margin-left: -15px;
  margin-bottom: 20px;
}
.sec_rinen .flexbox .txtbox .imgspace2 img {
  max-width: 80vw;
}
.sec_rinen .flexbox .txtbox .imgspace {
  margin-top: 40px;
  transform: translateX(-20px);
}
@media (max-width: 767px) {
  .sec_rinen .flexbox .txtbox .imgspace {
    margin-top: 20px;
    transform: translateX(15px);
    padding-left: 10px;
    margin-bottom: 10px;
  }
}
.sec_rinen .flexbox .btn002 a {
  font-family: var(--base-eng-font);
  max-width: 400px;
  color: var(--base-color04);
  background: var(--base-black);
  font-size: clamp(14px, 1.8571428571vw, 26px);
  padding: 15px 0;
  border: 1px solid var(--base-color04);
  border-radius: 10px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .sec_rinen .flexbox .btn002 a {
    padding: 8px 0 10px 0;
    line-height: 1.4;
  }
}
.sec_rinen .flexbox .btn002 a .sub {
  display: block;
  font-size: clamp(12px, 1.2857142857vw, 18px);
  color: white;
}
@media (max-width: 767px) {
  .sec_rinen .flexbox .btn002 a {
    max-width: 190px;
  }
}
.sec_rinen .flexbox .btn002 a:after {
  content: "";
  width: 22px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 15px;
  margin: auto;
  background: url(../img/common/arrow02.png) no-repeat center center/cover;
  border: none;
  transform: rotate(0deg);
}
.sec_rinen .flexbox .btn002 a:hover:after {
  right: 12px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .sec_rinen .flexbox .imgbox {
    height: 590px;
  }
  .sec_rinen .flexbox {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sec_rinen .flexbox .txtbox {
    width: calc(100% - 25px);
  }
  .sec_rinen .flexbox .imgbox {
    width: calc(100% - 25px);
    min-height: 565px;
  }

  .sec_rinen .flexbox .imgbox img {
    height: auto;
    width: 100%;
  }
  .sp-text-center.btn002 {
    text-align: center;
  }
}
