@charset "utf-8";
/* CSS Document */
/* ============== サイドの余白 ============== */
/*  見出し  */
.top-title {
    padding: clamp(110px, 15vw, 180px) 0 clamp(60px, 14vw, 160px);
    background-color: #fff;
}
.top-title>h1 {
  font-size: clamp(2.8rem, 5vw, 4.0rem);
  display: block;
  z-index: 9;
}
.sectionTitle5 {
  position: relative;
  text-align: center;
}
.sectionTitle5::after {
  content: attr(data-en);
  font-size: clamp(8.0rem, 22vw, 26.0rem);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #dd8d78;
  opacity: .2;
  z-index: -9;
}
/* ============== リンクボタン（売却査定） ここから ============== */
.sec-link-wrap {
  background-color: #fff;
  padding: clamp(60px, 10vw, 80px) 0;  
}
.sec-link_satei {
  margin-inline: auto;
  width: min(90% ,1820px);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr auto;
  row-gap: 5rem;
}
.satei-pic01 {
  grid-area: 2 / 1 / 3 / 3;
}
.satei-inner {
  grid-area: 1 / 1 / 2 / 6;
}
.satei-pic02 {
  grid-area: 2 / 4 / 3 / 6;
}
.satei-inner p {
  font-size: var(--p-size);
}
.satei-inner h2 {
  font-size: var(--h2-size);
  word-break: keep-all;
}
.satei-inner .link-btn {
  width: min(100% ,400px);
  padding: 20px clamp(10px, 2vw, 40px);
  background-color: #373737;
  color: #fff;
  font-size: clamp(1.8rem, 2vw, 2.2rem);
  display: block;
  text-align: center;
  transition: all .2s linear;
  margin: clamp(40px, 4vw, 60px) auto 0;
}
/* ============== リストタブ ここから ============== */
.sec-sell_list {
  background: url("../img/sell/bg-sell_list.webp") 20% center / cover;
  padding: clamp(80px, 24vw, 180px) 0;
}
.sell_list-wrap {
  width: min(90vw ,1320px);
  margin-inline: auto;
  padding: clamp(60px, 8vw, 120px) 0;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.sell_list-wrap .list-tit {
  width: 90%;
  margin-inline: auto;
}
.sell_list-wrap .list-tit h2 {
  font-size: clamp(2.4rem, 6vw, 4.0rem);
  word-break: keep-all;
}
.sell_list-wrap .list-tit p {
  font-size: clamp(1.6rem, 3.6vw, 2.2rem);
  font-weight: bold;
  margin-top: 2rem;
}
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  width: min(80vw, 920px);
  margin: clamp(60px, 8vw, 100px) auto 0;
}
.tab-btn{
  display:none;
}
.tab-row {
  display:flex;
  flex-flow: column nowrap;
  gap: 2rem;
  width: 100%;
}
.tab-row_top ,.tab-row_under {
  display:flex;
  flex-flow: row nowrap;
  justify-content: center;
  border-bottom: 1px solid #333;
}
.tab-label {
  font-size: clamp(1.4rem, 3.4vw, 2.2rem);
  display:block;
  width: 30%;
  padding: 8px 0;
  text-align:center;
  cursor:pointer; /*オンマウス時にカーソルを指の形に*/
  position: relative;
} 
.tab-row_top .tab-label,
.tab-row_under .tab-label {
  position: relative;
  overflow: hidden;
}

.tab-row_top .tab-label:before,
.tab-row_under .tab-label:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 6px;
  background-color: #333;
  transition: 0.4s;
}

.tab-row_top .tab-label:after,
.tab-row_under .tab-label:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 50%;
  width: 0;
  height: 6px;
  background-color: #333;
  transition: 0.4s;
}
#TAB-01:checked ~ .tab-row #tab-list01:before,
#TAB-02:checked ~ .tab-row #tab-list02:before,
#TAB-03:checked ~ .tab-row #tab-list03:before,
#TAB-04:checked ~ .tab-row #tab-list04:before,
#TAB-05:checked ~ .tab-row #tab-list05:before,
#TAB-06:checked ~ .tab-row #tab-list06:before,
#TAB-01:checked ~ .tab-row #tab-list01:after,
#TAB-02:checked ~ .tab-row #tab-list02:after,
#TAB-03:checked ~ .tab-row #tab-list03:after,
#TAB-04:checked ~ .tab-row #tab-list04:after,
#TAB-05:checked ~ .tab-row #tab-list05:after,
#TAB-06:checked ~ .tab-row #tab-list06:after {
  left: 0;
  right: 0;
  width: 100%;
}
/*========= リストタブの中身 ===============*/
.tab-content-wrap {
  margin-top: clamp(30px, 8vw, 40px);
}
.tab-content {
  padding:20px;
  display:none; /*初期状態を非表示に*/
}
.tab-content h3 {
  font-size: clamp(2.4rem, 6vw, 4.0rem);
}
.tab-content-inner {
  display: flex;
  flex-flow: column nowrap;
  gap: 2rem;
  margin-top: clamp(20px, 4vw, 40px);
}
.tab-content-inner li {
  font-size: var(--p-size);
  text-indent: -2rem;
  padding-left: 2.3rem;
  text-align: left;
  line-height: 1.5;
  margin-top: 1rem;
}
.tab-content-inner li::before {
  content: "";
  background: url("../img/sell/icon-check_circle.svg") no-repeat;
  background-size: 16px 16px;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

#TAB-01:checked ~ .tab-content-wrap #content-01,
#TAB-02:checked ~ .tab-content-wrap #content-02,
#TAB-03:checked ~ .tab-content-wrap #content-03,
#TAB-04:checked ~ .tab-content-wrap #content-04,
#TAB-05:checked ~ .tab-content-wrap #content-05,
#TAB-06:checked ~ .tab-content-wrap #content-06 {
  display: block;
  animation: fadeIn 0.5s ease-in-out;
  transition: .4s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*========= 売却の種類リスト ===============*/
.sec-sell_kinds {
  position: relative;
  overflow: hidden;
  padding-top: clamp(80px, 24vw, 180px);
}
.sec-sell_kinds::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url("../img/sell/bg-center.webp") no-repeat bottom / cover;
}
.kinds-tit {
  width: min(90%, 920px);
  margin: 0 auto clamp(140px, 15vw, 180px);
  padding: clamp(2rem, 8vw, 8rem);
  border: solid 1px #333;
  background-color: rgba(255,255,255,0.8);
}
.kinds-tit h2 {
  font-size: var(--h2-size);
  word-break: keep-all;
  margin-bottom: clamp(40px, 5vw, 80px);
}
.kinds-tit p {
  font-size: var(--p-size);
  text-align: left;
}
.kinds-list-wrap {
  display: flex;
  flex-flow: column nowrap;
}
.kinds-list {
  display: grid;
  background-color: #fff;
}
.kinds-list h3 {
  background-color: #333;
  font-size: clamp(2.0rem, 3.5vw, 3.6rem);
  color: #fff;
  padding: 1rem 0;
}
.kinds-list p {
  margin: clamp(20px, 4vw, 40px) auto 0;
  width: min(90%, 480px);
  text-align: left;
}
/* ============== スクロールしたら画像イン ここから ============== */
.pic-scroll,.text-scroll {
  overflow: hidden;
  position: relative;
}
.pic-scroll.scroll-animation,.text-scroll.scroll-animation {
  animation: pic-SlideIn 0.5s cubic-bezier(.4, 0, .2, 1);
}
.pic-scroll.scroll-animation:before,.text-scroll.scroll-animation:before {
  animation: pic-SlideIn-before 0.5s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@keyframes pic-SlideIn {
  0% {
    opacity: 0;
  }
}
@keyframes pic-SlideIn-before {
  100% {
    transform: translateX(100%);
  }
}
/* ============== コラム ここから ============== */
.sec-column {
  background-image: url("../img/sell/bg-yellow.webp");
  padding: clamp(80px, 8vw, 130px) 0 clamp(40px, 6vw, 80px);
}
.column-tit {
  margin: 0 auto clamp(60px, 8vw, 80px);
  width: 80%;
}
.column-tit h2::before {
  content: 'Column';
  font-size: clamp(1.4rem, 3vw, 2.0rem);
  display: block;
  margin-bottom: -8px;
}
.column-tit h2 {
  font-size: clamp(2.4rem, 6vw, 4.0rem);
}
.column-list {
  width: min(90vw, 1320px);
  margin: 0 auto clamp(20px, 4vw, 40px);
  display: flex;
  flex-flow: column nowrap;
  gap: 40px;
}
.column-list li {
  flex: 1;
}
.column-txt {
  width: fit-content;
  margin: 1rem auto 0;
  text-align: left;
}
/*  お問い合せ　moreのボタン  */
.moreBtn {
  width: min(75vw, 320px);
  margin: 30px auto 60px;
  border: solid 1px #333;
  padding: 18px 0;
  display: inline-block;
  outline: none;
  text-align: center;
}
/* ============== CONTACT ここから ============== */ 
.sec-contact {
  background: url("../img/column/bg-contact.webp") no-repeat 85% center / cover;
  padding: clamp(60px, 6vw, 100px) 0 clamp(80px, 8vw, 130px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
.contact-tit {
  width: min(86% ,600px);
  color: #fff;
}
.contact-tit h2 {
  font-size: clamp(2.8rem, 14vw, 4.0rem);
  font-weight: normal;
}
.contact-tit p {
  margin: 2rem auto 0;
}
.sec-contact ul {
  display: flex;
  flex-flow: column nowrap;
  gap: 2rem; 
  width: min(80%, 360px);
}
.sec-contact ul li {
  border: 1px solid #fff;
  background-color: #373737;
  padding: clamp(8px, 5vw, 40px);
  width: 100%;
}
.sec-contact ul li a {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: #fff;
  align-items: center;
}
/* ============== テキスト　フェードイン ここから ============== */
.fadeUpTrigger{
  opacity: 0;
}
/* 下から */
.fadeUp{
  animation-name:fadeUpAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.time05{
  animation-duration: 0.5s;
}

.time1{
  animation-duration: 1s;
}

.time15{
  animation-duration: 1.5s;
}
/* ============== テキスト　フェードイン ここまで ============== */
/* ============== TAB(600px)レスポンシブ ============== */
@media only screen and (min-width:600px) {
  /*========= 売却の種類リスト ===============*/
  .sec-sell_kinds {
    padding-bottom: clamp(80px, 24vw, 180px);
  }
  .kinds-list-wrap {
    gap:6rem;
    width: min(90vw, 1320px);
    margin-inline: auto;
  }
  .kinds-list {
    grid-auto-rows: auto 1fr auto;
    grid-template-columns: repeat(12, 1fr);
  }
  .kinds-list-pic {
    grid-area: 2 / 1 / 4 / 6;
  }
  .kinds-list-pic>img {
    height: 100%;
    object-fit: cover;
  }
  .kinds-list>h3 {
    grid-area: 1 / 1 / 2 / 13;
  }
  .kinds-list>p {
    grid-area: 2 / 6 / 3 / 13;
  }
  .kinds-list>a {
    grid-area: 3 / 6 / 4 / 13;
  }
  /*  お問い合せ　moreのボタン ここから  */
  .moreBtn {
	  position: relative;
    transition: all .2s linear;
  }
  .moreBtn:hover{
    background-color:#333;
    color:#fff;
    opacity: 1;
  }
 /* ============== コラム ここから ============== */ 
  .column-list {
    flex-flow: row nowrap;
    gap: clamp(2rem, 2vw, 4rem);
  }
  /* ============== CONTACT ここから ============== */
  .sec-contact ul {
    width: min(80%, 1200px);
    flex-direction: row;
    column-gap: 0;
    justify-content: center;
  } 
  .sec-contact ul li:hover {
    background-color: #666;
    transition: 0.3s;
  }
  .sec-contact ul li:first-child a {
    pointer-events: none;
  }
  .sec-contact ul li:first-child a::after {
    content: "06-6910-7500";
    font-size: clamp(2.0rem, 2vw, 3.8rem);
    letter-spacing: 2px;
    margin-top: 10px;
  }
  .sec-contact ul li:not(.time05) a::after {
    content: " ";
    background: url("../img/column/arrow.svg") center no-repeat;
    width: clamp(28px, 5vw, 40px);
    height: clamp(28px, 5vw, 40px);
    margin-top: 20px;
  }
}

@media only screen and (min-width:767px) {
  /* ============== リンクボタン（売却査定） ここから ============== */
.sec-link_satei {
  grid-template-rows: 1fr;
  column-gap: 1rem;
  align-items: end;
}
.satei-pic01 {
  grid-area: 1 / 1 / 2 / 2;
}
.satei-inner {
  grid-area: 1 / 2 / 2 / 5;
}
.satei-pic02 {
  grid-area: 1 / 5 / 2 / 6;
}
  
/*========= リストタブの中身 ===============*/
  .tab-content-inner {
    flex-flow: row nowrap;
  }
  .tab-content-inner img {
    flex: 1;
    width: 36%;
    object-fit: cover;
  }
  .tab-content-inner ul {
    flex: 2;
    font-size: var(--p-size);
  }
  .tab-content-inner li:first-child {
    margin-top: inherit;
  }  
  
}
  /* ============== PC(1025px)レスポンシブ ============== */
@media only screen and (min-width:1000px) {
  /*========= 売却の種類リスト ===============*/
  .kinds-list-pic {
    grid-area: 1 / 1 / 4 / 6;
  }
  .kinds-list>h3 {
    grid-area: 1 / 6 / 2 / 13;
  }
  .kinds-list>p {
    grid-area: 2 / 6 / 3 / 13;
  }
  .kinds-list>a {
    grid-area: 3 / 6 / 4 / 13;
  }
  .kinds-list:nth-of-type(2) .kinds-list-pic {
    grid-area: 1 / 8 / 4 / 13;
  }
  .kinds-list:nth-of-type(2)>h3 {
    grid-area: 1 / 1 / 2 / 8;
  }
  .kinds-list:nth-of-type(2)>p {
    grid-area: 2 / 1 / 3 / 8;
  }
  .kinds-list:nth-of-type(2)>a {
    grid-area: 3 / 1 / 4 / 8;
  }
  /* ============== CONTACT ここから ============== */
  /*ボタンの横ライン*/
  .moreBtn::before{
    content:"";
    position: absolute;
    top:50%;
    right:-52px;
    width:74px;
    height:0.5px;
    background-color:#333;
    transition: all .2s linear;
  }
  .moreBtn:hover::before{
    right:-73px;
  }
}







