@charset "UTF-8";
/*----------------------------------------
	variables
----------------------------------------*/
:root {
  --c_main: #201B18;
  --c_sub: #B7A151;
  --c_white: #FFFFFF;
  --c_black: #0B0B14;
  --c_gray1: #4B4948;
  --c_gray2: #707070;
  --c_gray3: #E7E7E7;
  --c_bage1: #A2905B;
  --c_bage2: #BFB39A;
  --c_bage3: #F8F4ED;
  --c_bage4: #FCF5ED;
  --c_bage5: #B2A27D;
  --c_bage6: #B8A051;
  --c_bage7: #F0E6DB;
  --c_bage8: #F7F1E6;
  --c_bage9: #E3D8D0;
  --c_bage10: #A4925E;
  --c_require: #D64943;
  --c_any: #807D7D;
  --c_line: #5AC463;
  --f_sans: "Noto Sans JP", serif;
  --f_serif: "Noto Serif JP", serif;
  --f_mincho: "Shippori Mincho", serif;
  --f_eb: "EB Garamond", serif;
}

/*----------------------------------------
	base
----------------------------------------*/
body {
  font-family: var(--f_sans);
  font-weight: 500;
  font-size: 18px;
  color: var(--c_main);
  line-height: 1;
}

a {
  text-decoration: none;
  color: var(--c_main);
  transition: all 0.3s;
  cursor: pointer;
}

a:hover {
  opacity: 0.8;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

/*----------------------------------------
	container
----------------------------------------*/
.container {
  max-width: 1000px;
  padding: 0 5px;
  margin-right: auto;
  margin-left: auto;
}

.container--over {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}

@media screen and (max-width: 834px) {
  .container {
    padding: 0 15px;
  }
}
/*----------------------------------------
	header
----------------------------------------*/
.site-ttl__box--sp {
  display: none;
}

.site-ttl__box {
  display: flex;
  padding-top: 16px;
}

.site-ttl__txt {
  text-align: center;
  margin-left: 3px;
}

.site-ttl__txt--main {
  font-family: var(--f_eb);
  font-weight: 600;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.07em;
  color: var(--c_white);
}

.site-ttl__txt--sub {
  margin-top: 3px;
  font-family: var(--f_mincho);
  font-weight: 600;
  font-size: 8px;
  line-height: 1.3;
  letter-spacing: 0.12em;
  color: var(--c_white);
}

.site-ttl__logo {
  width: 12px;
  height: 14px;
}

.header {
  background: var(--c_black);
  position: relative;
}

.header__txt-box {
  padding-top: 205px;
  white-space: nowrap;
  display: inline-block;
  text-align: center;
}

.header--sm {
  font-family: var(--f_mincho);
  font-size: 20px;
  line-height: 1.9;
  color: var(--c_white);
}

.header--md {
  font-family: var(--f_mincho);
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0.12em;
  color: var(--c_white);
}

.header--margin {
  margin-top: 76px;
  margin-bottom: 28px;
}

.header__img-box {
  position: absolute;
  top: 114px;
  right: 79px;
  display: inline-block;
  opacity: 0;
  animation: fadeIn 2.5s ease-in-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.header__img--main {
  width: 438px;
}

.header__img--main img {
  position: relative;
  z-index: 1;
  width: 100%;
}

.header__img--sub {
  position: absolute;
  top: 91px;
  right: 23px;
  width: 631px;
}

.header__img--sub img {
  position: relative;
  z-index: 0;
  width: 100%;
}

.bg-gradation {
  height: 80px;
  background: linear-gradient(to bottom, var(--c_black) 0%, rgba(0, 0, 0, 0) 100%);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

@media screen and (max-width: 1200px) {
  .header__img-box {
    right: 0;
  }
  .header__img--sub {
    right: 0;
  }
}
@media screen and (max-width: 999px) {
  .site-ttl__box--sp {
    display: flex;
    padding-top: 16px;
  }
  .header__txt-box {
    padding-top: 600px;
    width: 100%;
  }
  .header--margin {
    margin-top: 19px;
    margin-bottom: 22px;
  }
  .header__img-box {
    position: absolute;
    top: 71px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .header__img--sub {
    position: absolute;
    top: 113px;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .site-ttl__box--sp {
    margin-left: -13px;
  }
  .header__txt-box {
    padding-top: 335px;
  }
  .header--sm {
    font-size: 12px;
    line-height: 1.5;
  }
  .header--md {
    font-size: 22px;
  }
  .header__img--main {
    width: 256px;
  }
  .header__img--sub {
    width: 375px;
  }
}
/*----------------------------------------
	footer
----------------------------------------*/
.footer {
  background: var(--c_black);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  text-align: center;
  padding: 26px 0;
}

.footer__txt {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.07em;
  color: var(--c_white);
}

.copyright {
  margin-top: 9px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.07em;
  color: var(--c_white);
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 18px 0 89px 0;
  }
  .footer__txt {
    font-size: 10px;
  }
  .copyright {
    margin-top: 8px;
    font-size: 8px;
  }
}
/*----------------------------------------
    section
----------------------------------------*/
.section {
  padding: 91px 0;
}

.section:first-of-type {
  padding-top: 0;
}

.section-bg--black {
  background-image: url(../img/bg-black.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}

.section-bg--white {
  background-image: url(../img/bg-white.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}

.section-bg--bage {
  background: var(--c_bage7);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}

.section-bg--gray {
  background: var(--c_gray1);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}

.section-swiper {
  position: relative;
}

.section-thanks {
  background: var(--c_bage7);
  height: 100vh;
}

.section__txt {
  color: var(--c_white);
  font-family: var(--f_serif);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.07em;
  text-align: center;
}

.section__txt--emphasis {
  position: relative;
  font-size: 28px;
  font-family: var(--f_mincho);
}

.section__txt--emphasis::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 1px;
  background: var(--c_white);
  box-shadow: 0px -4px 0px var(--c_white);
}

@media screen and (max-width: 767px) {
  .section {
    padding: 50px 0;
  }
  .section__txt {
    font-size: 18px;
  }
  .section__txt--emphasis {
    font-size: 24px;
  }
  .section__txt--emphasis::after {
    bottom: -6px;
    height: 1px;
    background: var(--c_white);
    box-shadow: 0px -3px 0px var(--c_white);
  }
}
/*----------------------------------------
    cta
----------------------------------------*/
/* header */
.header .cta {
  position: relative;
  z-index: 1;
  max-width: 634px;
  margin-right: auto;
  margin-left: auto;
}

.header .cta__flex {
  display: flex;
  align-items: center;
  gap: 14px;
}

.header .cta__box {
  background: var(--c_bage1);
  width: 50%;
  height: 70px;
}

.header .cta__box a {
  display: flex;
  align-items: center;
}

.header .cta__box--line a {
  gap: 14px;
  padding: 10px 0 10px 25px;
}

.header .cta__box--tel a {
  gap: 31px;
  padding: 14px 0 10px 28px;
}

.header .cta__txt {
  text-align: center;
  color: var(--c_white);
}

.header .cta__txt--md {
  font-family: var(--f_mincho);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.07em;
}

.header .cta__box--tel .cta__txt--md {
  font-family: var(--f_eb);
  font-size: 30px;
  font-weight: 400;
  line-height: 0.6;
  letter-spacing: 0.02em;
}

.header .cta__txt--sm {
  font-family: var(--f_mincho);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.07em;
  margin-top: 5px;
}

.header .cta__box--mail {
  background: var(--c_bage1);
  width: 100%;
  height: 70px;
  margin-top: 24px;
}

.header .cta__box--mail a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 15px 0;
}

/* cta__wrapper */
.cta__wrapper {
  background: linear-gradient(to bottom, var(--c_bage2), var(--c_bage1));
  text-align: center;
  padding: 40px 10px;
}

.cta__read {
  text-align: center;
  font-family: var(--f_mincho);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.07em;
  text-align: center;
}

.cta__wrapper .cta {
  margin-top: 31px;
  margin-right: auto;
  margin-left: auto;
}

.cta__wrapper .cta__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.cta__wrapper .cta__box {
  background: var(--c_bage4);
  max-width: 415px;
  width: 100%;
  height: 115px;
}

.cta__wrapper .cta__box a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta__wrapper .cta__box--line a {
  gap: 27px;
  padding: 33px 0;
}

.cta__wrapper .cta__box--tel a {
  gap: 47px;
  padding: 33px 0;
}

.cta__wrapper .cta__txt {
  text-align: center;
}

.cta__wrapper .cta__txt--md {
  font-family: var(--f_mincho);
  font-size: 24px;
  font-weight: 600;
  line-height: 0.8;
  letter-spacing: 0.07em;
}

.cta__wrapper .cta__box--tel .cta__txt--md {
  font-family: var(--f_eb);
  font-size: 34px;
  font-weight: 400;
  line-height: 0.6;
  letter-spacing: 0.02em;
}

.cta__wrapper .cta__txt--sm {
  font-family: var(--f_mincho);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.07em;
  margin-top: 5px;
}

.cta__wrapper .cta__box--mail {
  background: var(--c_bage4);
  max-width: 870px;
  width: 100%;
  height: 125px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}

.cta__wrapper .cta__box--mail a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 41px 0;
}

/* cta-pc */
.cta-pc {
  display: none;
  transition: all 0.3s ease-in-out;
}

.cta-pc .site-ttl__txt--main {
  font-size: 16px;
}

.cta-pc .site-ttl__txt--sub {
  font-size: 12px;
}

.cta-pc .site-ttl__logo {
  width: 20px;
  height: 18px;
}

.cta-pc .cta__box-wrapper {
  position: absolute;
  top: 0;
  right: 0;
}

.cta-pc .cta__box {
  width: 100%;
}

.cta-pc .cta__box a {
  width: 250px;
}

/* cta-sp */
.cta-sp {
  display: none;
}

@media screen and (max-width: 999px) {
  .cta__wrapper {
    margin: 0 15px;
  }
  .cta-sp {
    transition: all 0.3s ease-in-out;
  }
  .cta-sp .cta__box-wrapper {
    display: flex;
  }
  .cta-sp .cta__box {
    width: 50%;
    padding: 10px 0;
  }
  .cta-sp .cta__box a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
  .cta-sp .cta__box--line {
    background: var(--c_line);
  }
  .cta-sp .cta__box--tel .cta__txt--md {
    font-family: var(--f_eb);
    font-size: 20px;
  }
  .cta-sp .cta__txt--md {
    font-size: 14px;
  }
  .cta-sp .cta__txt--sm {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .cta__wrapper {
    padding: 50px 20px;
  }
  .cta__read {
    font-size: 18px;
  }
  .header .cta__flex {
    flex-direction: column;
    justify-content: center;
    gap: 16px;
  }
  .header .cta__box {
    width: 100%;
  }
  .header .cta__box a {
    justify-content: center;
  }
  .header .cta__box--line a {
    padding: 10px 0;
    gap: 30px;
  }
  .header .cta__box--tel a {
    padding: 10px 0;
    gap: 45px;
  }
  .header .cta__box--mail {
    display: none;
  }
  .cta__wrapper .cta {
    margin-top: 31px;
  }
  .cta__wrapper .cta__flex {
    flex-direction: column;
    gap: 15px;
  }
  .cta__wrapper .cta__box {
    width: 100%;
    height: 70px;
  }
  .cta__wrapper .cta__box--line a {
    gap: 25px;
    padding: 10px 0;
  }
  .cta__wrapper .cta__box--tel a {
    gap: 34px;
    padding: 10px 0;
  }
  .cta__wrapper .cta__txt--md {
    font-size: 20px;
  }
  .cta__wrapper .cta__box--tel .cta__txt--md {
    font-size: 30px;
  }
  .cta__wrapper .cta__txt--sm {
    font-size: 12px;
  }
  .cta__wrapper .cta__box--mail {
    background: var(--c_bage4);
    height: 70px;
    margin-top: 15px;
    max-width: 415px;
  }
  .cta__wrapper .cta__box--mail a {
    gap: 22px;
    padding: 15px 0;
  }
  .cta-sp .cta__box {
    width: 50%;
    padding: 10px 0;
  }
  .cta-sp .cta__box a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
}
/*----------------------------------------
    site-ttl
----------------------------------------*/
.site-ttl {
  font-family: var(--f_eb);
  font-weight: 600;
  font-size: 60px;
  line-height: 1.3;
  letter-spacing: 0.07em;
  color: var(--c_white);
}

@media screen and (max-width: 767px) {
  .site-ttl {
    font-size: 28px;
  }
}
/*----------------------------------------
    heading
----------------------------------------*/
.heading-lv2 {
  font-family: var(--f_serif);
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1.5;
  text-align: center;
}

.heading-lv2--white {
  color: var(--c_white);
}

.heading-lv2__read {
  color: var(--c_white);
  margin-top: 21px;
  font-family: var(--f_serif);
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .heading-lv2 {
    font-size: 26px;
  }
}
/*----------------------------------------
    br
----------------------------------------*/
.br--sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .br--sp {
    display: block;
  }
}
/* 選ばれる3つの理由
------------------------------ */
.select__list {
  margin-top: 123px;
  display: flex;
  flex-direction: column;
  gap: 90px;
}

.select__item {
  position: relative;
}

.select__box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.select__item--reverse .select__box {
  width: 50%;
  margin-left: auto;
}

.select__number {
  color: var(--c_sub);
  font-family: var(--f_serif);
  font-size: 34px;
  font-weight: 600;
  letter-spacing: -0.07em;
  line-height: 1.2;
}

.serect__term {
  color: var(--c_sub);
  font-family: var(--f_mincho);
  letter-spacing: 0.07em;
  line-height: 1.2;
  position: relative;
}

.serect__term::after {
  content: "";
  width: 310px;
  height: 1px;
  background: var(--c_sub);
  position: absolute;
  top: 50%;
  right: -320px;
  transform: translateY(-50%);
}

.select__ttl {
  margin-top: 27px;
  color: var(--c_white);
  font-family: var(--f_serif);
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 0.07em;
  line-height: 1.2;
}

.select__item--reverse .select__ttl {
  width: 50%;
  margin-left: auto;
}

.select__img-box {
  position: absolute;
  top: 0;
  right: 0;
}

.select__item--reverse .select__img-box {
  left: 0;
}

.select__txt-box {
  background: var(--c_bage3);
  padding: 30px;
  margin-top: 30px;
  width: calc(100% - 40px);
}

.select__item--reverse .select__txt-box {
  padding-right: 10px;
  margin-left: 40px;
}

.select__txt {
  letter-spacing: 0.07em;
  line-height: 1.8;
  font-weight: 400;
  width: 490px;
}

.select__item--reverse .select__txt {
  margin-left: auto;
}

@media screen and (max-width: 999px) {
  .select__item--reverse .select__box {
    width: 35%;
  }
  .serect__term::after {
    width: 150px;
    right: -180px;
  }
  .select__item--reverse .select__ttl {
    width: 35%;
  }
  .select__txt {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .select__list {
    margin-top: 35px;
    gap: 70px;
  }
  .select__box {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    margin-left: 26px;
  }
  .select__item--reverse .select__box {
    width: calc(100% - 26px);
    margin-left: 26px;
  }
  .select__number {
    font-size: 20px;
  }
  .serect__term {
    font-size: 16px;
    position: static;
  }
  .serect__term::after {
    width: 55%;
    right: 0;
  }
  .select__item--reverse .select__ttl {
    width: 100%;
    padding-left: 26px;
  }
  .select__img-box {
    position: absolute;
    top: 150px;
  }
  .select__item--reverse .select__img-box {
    left: auto;
  }
  .select__img {
    margin-left: 30px;
    max-width: none;
    width: calc(100% - 30px);
  }
  .select__txt-box {
    padding: 45px 20px 25px 20px;
    margin-top: 65%;
    width: calc(100% - 40px);
  }
  .select__item--reverse .select__txt-box {
    padding-right: 20px;
    margin-left: 0;
  }
  .select__ttl {
    margin-left: 26px;
    font-size: 26px;
  }
  .select__txt {
    width: 100%;
  }
}
/* 買取事例
------------------------------ */
.swiper {
  overflow: hidden;
  margin-top: 50px;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.swiper-box {
  color: var(--c_white);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.swiper-txt-box {
  text-align: center;
}

.swiper-ttl {
  margin-top: 20px;
  font-family: var(--f_serif);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.swiper-brand {
  margin-top: 10px;
  font-family: var(--f_serif);
  font-weight: 700;
  line-height: 1.2;
}

.swiper-price--our {
  width: 210px;
  height: 30px;
  border: 1px solid var(--c_bage3);
  margin-top: 20px;
  font-family: var(--f_mincho);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.07em;
  padding: 4px 0;
  margin-right: auto;
  margin-left: auto;
}

.swiper-desc--our {
  color: var(--c_sub);
  margin-top: 17px;
  font-family: var(--f_serif);
  font-size: 28px;
  line-height: 1.2;
}

.swiper-price--other {
  width: 180px;
  height: 30px;
  border: 0.5px solid var(--c_bage3);
  margin-top: 7px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.07em;
  padding: 7px 0;
  margin-right: auto;
  margin-left: auto;
}

.swiper-desc--other {
  margin-top: 15px;
  font-family: var(--f_serif);
  font-size: 22px;
  line-height: 1.2;
}

.swiper-img-box {
  height: 285px;
  display: grid;
  place-content: center;
}

.swiper-img {
  max-width: none;
}

.swiper__arrow-wrapper {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 200px;
}

.swiper__arrow {
  width: 40px;
  height: 40px;
  background: var(--c_bage1);
  border-radius: 50%;
  cursor: pointer;
}

.swiper__arrow::before {
  content: "";
  position: absolute;
  top: 12px;
  width: 15px;
  height: 15px;
}

.swiper__arrow--left::before {
  left: 15px;
  border-left: 3px solid var(--c_main);
  border-bottom: 3px solid var(--c_main);
  transform: rotate(45deg);
}

.swiper__arrow--right::before {
  right: 15px;
  border-left: 3px solid var(--c_main);
  border-bottom: 3px solid var(--c_main);
  transform: rotate(225deg);
}

@media screen and (max-width: 834px) {
  .swiper-price--our {
    width: 180px;
  }
  .swiper__arrow-wrapper {
    gap: 150px;
  }
}
@media screen and (max-width: 767px) {
  .swiper {
    margin-top: 39px;
    margin-bottom: 11px;
  }
  .swiper-ttl {
    margin-top: 15px;
    font-size: 12px;
  }
  .swiper-brand {
    margin-top: 6px;
    font-size: 9px;
  }
  .swiper-price--our {
    width: 113px;
    height: 16px;
    margin-top: 9px;
    font-size: 8px;
    padding: 4px 0;
    margin-right: auto;
    margin-left: auto;
  }
  .swiper-desc--our {
    margin-top: 9px;
    font-size: 18px;
  }
  .swiper-price--other {
    width: 97px;
    height: 16px;
    margin-top: 5px;
    font-size: 7px;
    padding: 5px 0;
  }
  .swiper-desc--other {
    margin-top: 8px;
    font-size: 14px;
  }
  .swiper-img-box {
    height: 169px;
  }
  .swiper-img {
    width: 100%;
    height: 169px;
  }
  .swiper__arrow-wrapper {
    top: auto;
    bottom: 0;
    left: 50%;
    gap: 20px;
  }
  .swiper__arrow {
    width: 25px;
    height: 25px;
  }
  .swiper__arrow::before {
    content: "";
    position: absolute;
    top: 8px;
    width: 10px;
    height: 10px;
  }
  .swiper__arrow--left::before {
    left: 10px;
  }
  .swiper__arrow--right::before {
    right: 10px;
  }
}
/* 傷ありや動かないものでも買取可能
------------------------------ */
.purchese__list {
  margin-top: 77px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 62px 15px;
}

.purchese__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.purchese__txt {
  font-family: var(--f_serif);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.07em;
  color: var(--c_white);
  text-align: center;
  margin-top: 22px;
}

@media screen and (max-width: 767px) {
  .purchese__list {
    margin-top: 41px;
    gap: 21px;
  }
  .purchese__item {
    width: 45%;
  }
  .purchese__img {
    width: 125px;
    height: 96px;
  }
  .purchese__txt {
    margin-top: 9px;
    font-size: 16px;
  }
}
/* 選べる買取方法
------------------------------ */
.method__list {
  margin-top: 73px;
  display: flex;
  gap: 25px;
}

.method__item {
  width: 33.3333333333%;
  position: relative;
}

.method__ttl {
  margin-top: 26px;
  text-align: center;
  font-size: 20px;
  font-family: var(--f_serif);
  line-height: 1.2;
  letter-spacing: 0.07em;
  font-weight: 600;
}

.method__txt {
  margin-top: 26px;
  letter-spacing: 0.07em;
  font-weight: 400;
  line-height: 1.5;
}

.recommend-badge {
  width: 57px;
  height: 57px;
  background: var(--c_bage5);
  border: 1px solid white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 0 0 3px var(--c_bage5);
  position: absolute;
  top: -22px;
  left: -12px;
}

.recommend-text {
  font-family: var(--f_mincho);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

@media screen and (max-width: 999px) {
  .method__list {
    margin: 73px 10px 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .method__list {
    flex-direction: column;
    align-items: center;
    gap: 38px;
    margin: 59px 30px 0 30px;
  }
  .method__item {
    width: 100%;
  }
  .method__item:nth-child(1) {
    order: 2;
  }
  .method__item:nth-child(2) {
    order: 1;
  }
  .method__item:nth-child(3) {
    order: 3;
  }
  .method__img {
    width: 100%;
  }
  .method__ttl {
    margin-top: 11px;
  }
  .method__txt {
    margin-top: 9px;
  }
}
/* 出張買取の流れ
------------------------------ */
.flow__wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 61px;
  margin-bottom: 72px;
}

.flow__box {
  background: var(--c_main);
  width: 300px;
  height: 280px;
  padding: 37px 10px 29px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flow__ttl {
  font-family: var(--f_mincho);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--c_sub);
}

.flow__img {
  margin-top: 60px;
  position: relative;
}

.flow__img--sub {
  position: absolute;
}

.flow__img--step1 .flow__img--sub {
  top: -40px;
  left: -20px;
  width: 146px;
  height: 110px;
}

.flow__img--step1 .flow__img--main {
  margin-left: 100px;
}

.flow__img--step2 .flow__img--sub {
  top: -20px;
  left: -25px;
  width: 28px;
  height: 34px;
}

.flow__img--step3 .flow__img--sub {
  top: -20px;
  left: -25px;
  width: 24px;
  height: 31px;
}

.flow__txt {
  line-height: 1.5;
  letter-spacing: 0.07em;
  color: var(--c_white);
  margin-top: 20px;
  font-weight: 400;
}

.flow__arrow {
  width: 12px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flow__arrow::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 12px solid var(--c_bage6);
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

@media screen and (max-width: 999px) {
  .flow__wrapper {
    margin: 80px 10px 72px 10px;
  }
}
@media screen and (max-width: 767px) {
  .flow__wrapper {
    flex-direction: column;
    gap: 40px;
    margin-top: 80px;
    margin-bottom: 64px;
  }
  .flow__box {
    height: 250px;
    padding: 20px 10px 30px 10px;
  }
  .flow__img {
    margin-top: 50px;
  }
  .flow__img--step1 .flow__img--sub {
    top: -40px;
    left: -20px;
    width: 146px;
    height: 110px;
  }
  .flow__img--step1 .flow__img--main {
    margin-left: 100px;
  }
  .flow__img--step2 .flow__img--sub {
    top: -20px;
    left: -25px;
    width: 28px;
    height: 34px;
  }
  .flow__img--step3 .flow__img--sub {
    top: -20px;
    left: -25px;
    width: 24px;
    height: 31px;
  }
  .flow__txt {
    margin-top: 30px;
  }
  .flow__arrow {
    width: 30px;
  }
  .flow__arrow::before {
    border-left: 15px solid var(--c_bage6);
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    transform: rotate(90deg);
  }
  .flow__arrow::after {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 1px;
    background: var(--c_bage6);
  }
}
/* 査定額がアップするポイント
------------------------------ */
.point__list {
  margin-top: 70px;
  display: flex;
  justify-content: center;
  gap: 25px;
}

.point__ttl {
  font-family: var(--f_serif);
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.07em;
  text-align: center;
  margin-top: 28px;
}

.point__txt {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.07em;
  margin-top: 26px;
}

@media screen and (max-width: 999px) {
  .point__list {
    margin: 70px 10px 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .point__list {
    margin: 30px 30px 0 30px;
    flex-direction: column;
    gap: 30px;
  }
  .point__img {
    width: 100%;
  }
  .point__ttl {
    margin-top: 14px;
  }
  .point__txt {
    margin-top: 8px;
  }
}
/* 買取タイミングのアドバイス
------------------------------ */
.advice__txt-box {
  margin-top: 91px;
  width: 620px;
}

.advice__box:last-of-type {
  margin-top: 74px;
}

.advice__flex {
  display: flex;
  align-items: center;
  gap: 20px;
}

.advice__ttl {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.07em;
  color: var(--c_sub);
  font-family: var(--f_mincho);
}

.advice__txt {
  margin-top: 13px;
  color: var(--c_white);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.07em;
}

.need {
  margin-top: 86px;
  background: var(--c_bage8);
  padding-top: 30px;
  padding-bottom: 12px;
  position: relative;
}

.need__ttl-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.need__ttl {
  font-family: var(--f_serif);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.07em;
  position: relative;
}

.need__ttl::before,
.need__ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 200px;
  height: 1px;
  background: var(--c_main);
}

.need__ttl::before {
  left: -233px;
}

.need__ttl::after {
  right: -233px;
}

.need__txt {
  font-family: var(--f_serif);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.07em;
  margin-top: 14px;
  text-align: center;
}

.need__list {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  gap: 40px;
}

.need__item {
  font-family: var(--f_serif);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.07em;
  position: relative;
  padding-left: 1.5em;
}

.need__item::before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 10px;
  height: 10px;
  background: var(--c_main);
  border-radius: 50%;
}

.need__item--parentheses {
  display: inline-block;
  margin-top: 5px;
  margin-left: -1em;
}

.advice__img-box {
  position: absolute;
  top: -491px;
  right: 0;
}

@media screen and (max-width: 999px) {
  .advice__txt-box {
    margin: 91px 10px 0 10px;
    width: auto;
  }
  .advice__img-box {
    top: auto;
    bottom: 0;
    right: -15px;
  }
  .advice_img {
    width: 128px;
    height: 242px;
  }
  .need {
    margin: 86px 10px 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .advice__txt-box {
    margin: 45px 15px 0 15px;
    width: auto;
  }
  .advice__flex {
    gap: 11px;
  }
  .advice__ttl {
    font-size: 18px;
  }
  .advice__txt {
    margin-top: 9px;
  }
  .need {
    margin: 47px 15px 0 15px;
    padding: 32px 0 28px 17px;
  }
  .need__ttl-box {
    justify-content: left;
  }
  .need__ttl {
    font-size: 18px;
  }
  .need__ttl::before,
  .need__ttl::after {
    display: none;
  }
  .need__txt {
    font-size: 12px;
    margin-top: 9px;
    text-align: left;
  }
  .need__list {
    width: 215px;
    margin-top: 28px;
    justify-content: left;
    gap: 7px;
    flex-wrap: wrap;
  }
  .need__item:nth-child(1) {
    order: 1;
  }
  .need__item:nth-child(2) {
    order: 3;
  }
  .need__item:nth-child(3) {
    order: 4;
  }
  .need__item:nth-child(4) {
    order: 2;
    margin-left: -40px;
  }
  .advice__img-box {
    top: auto;
    bottom: 0;
    right: -15px;
  }
  .advice_img {
    width: 128px;
    height: 242px;
  }
}
/* お客様の声
------------------------------ */
.voice_list {
  display: flex;
  gap: 50px;
  margin-top: 150px;
}

.voice__item {
  position: relative;
}

.voice__img-box {
  position: absolute;
  left: 50%;
  top: -90px;
  transform: translateX(-50%);
  z-index: 1;
}

.voice__txt-box {
  background: var(--c_white);
  max-width: 300px;
  height: 345px;
  padding: 47px 20px 0 20px;
  position: relative;
}

.voice__txt {
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: 0.07em;
}

.voice__name {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.07em;
  position: absolute;
  bottom: 15px;
  right: 44px;
}

@media screen and (max-width: 999px) {
  .voice_list {
    gap: 15px;
    margin: 150px 10px 0 10px;
  }
  .voice__txt-box {
    height: 420px;
  }
}
@media screen and (max-width: 767px) {
  .voice_list {
    flex-direction: column;
    align-items: center;
    gap: 50px;
    margin: 51px 20px 0 20px;
  }
  .voice__img-box {
    left: -14px;
    transform: translateX(0%);
    top: -40px;
  }
  .voice__img {
    width: 75px;
    height: 75px;
  }
  .voice__txt-box {
    max-width: 315px;
    height: 200px;
    padding: 47px 20px 0 20px;
  }
  .voice__txt {
    font-size: 14px;
  }
  .voice__name {
    top: 16px;
    bottom: auto;
    right: auto;
    left: 86px;
  }
}
/* よくある質問
------------------------------ */
.faq__list {
  margin-top: 61px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq__item {
  border-bottom: 1px solid var(--c_gray2);
  position: relative;
}

/* 「+」の横棒 */
.faq__item::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: var(--c_sub);
  top: 10px;
  right: 0;
  transition: transform 0.3s;
}

/* 「+」の縦棒 */
.faq__item::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: var(--c_sub);
  top: 10px;
  right: 0;
  transform: rotate(90deg);
  transition: transform 0.3s;
}

/* 開いたときに「-」にする */
.faq__item.faq-open::after {
  transform: rotate(0deg);
}

.faq__question,
.faq__answer {
  font-family: var(--f_serif);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.07em;
  color: var(--c_white);
}

.faq__question {
  margin-left: 40px;
  position: relative;
  line-height: 1.2;
  padding-bottom: 16px;
  cursor: pointer;
}

.faq__question::before {
  content: "Q";
  position: absolute;
  top: -3px;
  left: -42px;
  font-family: var(--f_serif);
  font-size: 20px;
  font-weight: 600;
  color: var(--c_sub);
}

.faq__answer {
  opacity: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
  transition: height 0.5s, opacity 0.5s;
}

.faq__answer.faq-open {
  opacity: 1;
  height: auto;
  line-height: 1.8;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .faq__list {
    margin: 52px 20px 0 20px;
    gap: 15px;
  }
  /* 「+」の横棒 */
  .faq__item::before {
    width: 10px;
  }
  /* 「+」の縦棒 */
  .faq__item::after {
    width: 10px;
  }
  /* 開いたときに「-」にする */
  .faq__item.faq-open::after {
    transform: rotate(0deg);
  }
  .faq__question,
  .faq__answer {
    font-size: 14px;
  }
  .faq__question {
    margin-left: 20px;
    padding-bottom: 15px;
  }
  .faq__question::before {
    top: 0;
    left: -20px;
    font-size: 14px;
  }
  .faq__answer {
    opacity: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    transition: height 0.5s, opacity 0.5s;
  }
  .faq__answer.faq-open {
    opacity: 1;
    height: auto;
    line-height: 1.8;
    margin-bottom: 16px;
  }
}
/* お問い合わせ
------------------------------ */
/* 各フォーム部品の基本スタイルを上書き */
input[type=text],
input[type=email],
input[type=tel] {
  -webkit-appearance: none;
  appearance: none; /*ブラウザ標準スタイルを無効にする*/
  width: 100%;
  padding: 5px 20px;
  background: var(--c_white);
  border: 1px solid var(--c_bage9);
  font-family: inherit;
}

select {
  -webkit-appearance: none;
  appearance: none; /*ブラウザ標準スタイルを無効にする*/
  width: 187px;
  padding: 5px 20px;
  background: var(--c_white);
  border: 1px solid var(--c_bage9);
  font-family: inherit;
}

/* select */
.select__wrapper {
  position: relative;
  display: inline-block;
}

.select__wrapper::after {
  content: "";
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--c_black);
  pointer-events: none; /* 矢印の上もクリック可能にする */
}

/* checkbox */
input[type=checkbox] {
  opacity: 0; /*透明にして見えなくする*/
  position: absolute; /*本来の配置から切り離す*/
}

input[type=checkbox] + span {
  display: inline-block;
  position: relative;
  padding-left: 55px;
  padding-top: 5px;
  line-height: 1;
  vertical-align: middle;
  cursor: pointer;
}

input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid var(--c_gray2);
  background: var(--c_white);
  line-height: 1;
  vertical-align: middle;
}

input[type=checkbox] + span:after {
  content: "";
  display: none;
}

input[type=checkbox]:checked + span:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 6px;
  width: 8px;
  height: 15px;
  border-bottom: 3px solid var(--c_main);
  border-right: 3px solid var(--c_main);
  transform: rotate(45deg);
}

/* 全体レイアウト */
.form {
  margin-top: 89px;
}

.form__item {
  display: grid;
  align-items: center;
  grid-template-columns: 25% 1fr;
  padding: 15px 0;
  border-bottom: 1px solid var(--c_bage9);
}

/* パーツレイアウト */
.form__label {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.05em;
  line-height: 1.2;
}

/* 必須ラベル */
.require {
  display: inline-block;
  margin-right: 9px;
  width: 35px;
  height: 20px;
  background: var(--c_require);
  color: var(--c_white);
  font-size: 12px;
  font-weight: 300;
  vertical-align: middle;
  text-align: center;
  padding: 3px 0;
}

/* 任意ラベル */
.any {
  display: inline-block;
  margin-right: 9px;
  width: 35px;
  height: 20px;
  background: var(--c_any);
  color: var(--c_white);
  font-size: 12px;
  font-weight: 300;
  vertical-align: middle;
  text-align: center;
  padding: 3px 0;
}

/* 個人情報保護方針チェック */
.privacy-box {
  margin-top: 35px;
  text-align: center;
  font-weight: 400;
}

/* 送信ボタン */
.submit-btn__wrapper {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.submit-btn {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  margin: 0;
  padding: 20px;
  width: 100%;
  border-radius: 5px;
  max-width: 245px;
  border: 1px solid var(--c_gray2);
  background: var(--c_bage10);
  color: var(--c_white);
  font-family: var(--f_mincho);
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.07em;
  cursor: pointer;
}

.submit-btn:hover {
  opacity: 0.7;
}

/* サンクスボタン */
.thanks-btn__wrapper {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}

.thanks-btn {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  margin: 0;
  padding: 20px;
  width: 100%;
  border-radius: 5px;
  max-width: 245px;
  border: 1px solid var(--c_gray2);
  background: var(--c_bage10);
  color: var(--c_white);
  font-family: var(--f_mincho);
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.07em;
  cursor: pointer;
}

.thanks-btn:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  /* select */
  .select__wrapper::after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid var(--c_black);
  }
  /* checkbox */
  input[type=checkbox] + span {
    padding-left: 40px;
  }
  input[type=checkbox] + span::before {
    top: 7px;
    left: 20px;
    width: 15px;
    height: 15px;
  }
  input[type=checkbox]:checked + span:after {
    top: 7px;
    left: 25px;
    width: 5px;
    height: 12px;
    border-bottom: 2px solid var(--c_main);
    border-right: 2px solid var(--c_main);
  }
  /* 全体レイアウト */
  .form {
    margin-top: 56px;
  }
  .form__item {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
    padding: 23px 10px;
    border-bottom: none;
  }
  .form__body,
  .form__field {
    width: 100%;
  }
  /* 必須ラベル */
  .require {
    vertical-align: bottom;
  }
  /* 任意ラベル */
  .any {
    vertical-align: bottom;
  }
  /* 個人情報保護方針チェック */
  .privacy-box {
    margin-top: 15px;
    text-align: left;
  }
  /* 送信ボタン */
  .submit-btn__wrapper {
    margin-top: 25px;
  }
  .submit-btn {
    padding: 14px;
    max-width: 160px;
    font-size: 18px;
  }
}
/* 会社概要
------------------------------ */
.about__list {
  margin-top: 87px;
  background: var(--c_bage4);
  border: 1px solid var(--c_gray3);
  display: flex;
  flex-wrap: wrap;
}

.about__term {
  border-bottom: 1px solid var(--c_gray3);
  width: 22%;
  font-family: var(--f_serif);
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.2;
  border-right: 1px solid var(--c_gray3);
  display: grid;
  place-content: center;
}

.about__desc {
  border-bottom: 1px solid var(--c_gray3);
  width: 78%;
  letter-spacing: 0.07em;
  line-height: 1.5;
  border-right: 1px solid var(--c_gray3);
  font-weight: 400;
  padding: 37px 0 36px 69px;
}

@media screen and (max-width: 767px) {
  .about__list {
    margin: 26px 10px 0 10px;
  }
  .about__term {
    width: 30%;
    font-size: 14px;
  }
  .about__desc {
    width: 70%;
    font-size: 14px;
    padding: 24px;
  }
}/*# sourceMappingURL=style.css.map */