html {
  scroll-behavior: smooth;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* ------------------------------------------
color
------------------------------------------ */
:root {
  --bs-wt: #fff;
  --bs-bk: #000;
  --bs-blue: #1f3a83;
  --bk-blue: #e6ecff;
  --bs-orange: #ff7b00;
  --bk-gray: #eeefef;
  --bs-yellow: #f5ea00;
}


/* ------------------------------------------
common
------------------------------------------ */
* {
  box-sizing: border-box;
  /* ← これを追加してpadding込みで幅を計算 */
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

p {
  margin-block-start: 0em;
  margin-block-end: 0em;
}

.mgt_10 {
  margin-top: 10px;
}

.mgt_50 {
  margin-top: 50px;
}

.mgt_100 {
  margin-top: 100px;
}

.mgb_10 {
  margin-bottom: 10px;
}

.mgb_50 {
  margin-bottom: 50px;
}

.mgb_65 {
  margin-bottom: 65px;
}

.mgb_100 {
  margin-bottom: 100px;
}

/* for PC */
.pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

/* for sp */
.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.wrapper {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .wrapper {
    max-width: 100%;
  }
}


/* ------------------------------------------
mv
------------------------------------------ */
.mv {
  position: relative;
  margin: 0 auto 40px;
}

.mv__inner {
  /* margin: 0 calc(50% - 50vw);  */
  height: 53.6vw;
  max-height: 590px;
  position: relative;
  background: url(https://tools.itembox.cloud/item/category/used-pre-order/img/img_used-pre-order_mv.png) no-repeat top center/contain;
}

@media screen and (min-width:768px) and (max-width:1200px) {
  .mv__inner {
    height: 50.5vw;
  }
}

@media screen and (max-width: 767px) {
  .mv__inner {
    height: 55vw;
    position: relative;
    background: url(https://tools.itembox.cloud/item/category/used-pre-order/img/img_used-pre-order_mv.png) no-repeat top center/contain;
  }
}


.mv__ttl-1 {
  width: 92%;
  margin: 0 auto;
}

.mv__ttl-1 img {
  margin: 5px 0 0;
}

h1 {
  width: 85%;
  margin: 0 auto;
  transform: translateX(-10px);
}

.mv__ttl-2 {
  margin: 0 auto;
  width: 65%;
  color: var(--bs-wt);
  font-weight: bold;
  font-size: 3rem;
  padding-left: 20px;
  letter-spacing: 1;
}

.mv__ttl-2 span.txt_orange {
  display: inline-block;
  margin: 0 auto;
  background-color: var(--bs-wt);
  height: 50px;
  border-radius: 25px;
  color: var(--bs-orange);
  font-weight: bold;
  font-size: 2.1rem;
  letter-spacing: 0;
  padding: 0 25px;
}

@media screen and (min-width:768px) and (max-width:1200px) {
  .mv__ttl-2 {
    font-size: 3.5vw;
    text-align: center;
  }

  .mv__ttl-2 span.txt_orange {
    height: 4vw;
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 767px) {
  .mv__ttl-1 {
    width: 85%;
    margin: 0 auto;
  }

  h1 {
    width: 85%;
    transform: translateX(0px);
  }

  .mv__ttl-2 {
    width: 100%;
    padding-left: 0%;
    font-size: 1.1rem;
    margin: 0 auto 5px;
    letter-spacing: 0.5px;
    text-align: center;
  }

  .mv__ttl-2 span.txt_orange {
    height: 20px;
    border-radius: 12px;
    font-size: 0.8rem;
    padding: 2px 8px 0;
  }
}


/* 登録するボタン */
.btn_cont {
  display: block;
  margin: 0px auto 0px;
  width: 400px;
  height: 65px;
  background: url(https://tools.itembox.cloud/item/category/used-pre-order/img/img_used-pre-order_btn01.png) no-repeat top center/contain;
  font-weight: bold;
  color: var(--bs-wt);
  text-align: center;
  font-size: 1.5rem;
  padding: 10px;
  letter-spacing: 2px;
}

.btn_cont:hover {
  opacity: 0.95;
  filter: drop-shadow(1px 1px 5px rgba(255, 255, 255, 1));
  text-decoration: none;
}

/* TEL */
.tel_cont {
  color: var(--bs-wt);
  width: 35%;
  margin: 0 auto;
  transform: translateX(25px);
}

.tel_cont a {
  color: var(--bs-wt);
}

.tel_cont a:hover {
  text-decoration: none;
}

.tel_cont dl {
  display: flex;
  flex-wrap: nowrap;
}

.tel_cont dl dt {
  background: url(https://tools.itembox.cloud/item/category/used-pre-order/img/img_used-pre-order_icon01.png) no-repeat center center/contain;
  width: 40px;
  height: 76px;
  align-items: baseline;
}

.tel_cont dl dd {
  width: calc(100% - 40px);
  font-size: 2.3rem;
  text-align: justify;
  padding-left: 10px;
  letter-spacing: 0.5px;
  font-weight: bold;
}

.tel_cont dl dd span {
  font-size: 1.15rem;
  display: inline-block;
  transform: translateY(-30px);
  letter-spacing: 0.5px;
  font-weight: normal;
}

@media screen and (min-width:768px) and (max-width:1200px) {
  .mgb_65 {
    margin-bottom: 3.5vw;
  }

  /* 登録するボタン */
  .btn_cont {
    width: 400px;
    height: 5vw;
    font-size: 1.9vw;
  }

  .tel_cont dl dt {
    width: 4vw;
    height: 7vw;
  }

  .tel_cont dl dd {
    font-size: 3.2vw;
  }

  .tel_cont dl dd span {
    font-size: 1.58vw;
    transform: translateY(-25px);
  }

}

@media screen and (max-width: 767px) {

  /* 登録するボタン */
  .btn_cont {
    width: 200px;
    height: 30px;
    font-size: 0.9rem;
    letter-spacing: 0px;
    padding: 4px;
  }

  /* TEL */
  .tel_cont {
    width: 55%;
  }

  .tel_cont dl dt {
    background: url(https://tools.itembox.cloud/item/category/used-pre-order/img/img_used-pre-order_icon01.png) no-repeat center center/contain;
    width: 18px;
    height: 35px;
    align-items: baseline;
  }

  .tel_cont dl dd {
    width: calc(100% - 40px);
    font-size: 1.1rem;
    padding-left: 5px;
    letter-spacing: 1.5px;
  }

  .tel_cont dl dd span {
    font-size: 0.7rem;
    transform: translateY(-10px);
    letter-spacing: -0.5px;
  }
}





/* ------------------------------------------
area-1  -そんなお悩みをテンポスが解決します
------------------------------------------ */
.area-1__inner {
  position: relative;
  background: url(https://tools.itembox.cloud/item/category/used-pre-order/img/img_used-pre-order_area2_bk.png) no-repeat top center/cover;
  height: 685px;
}

@media screen and (min-width:768px) and (max-width:1200px) {
  .area-1__inner {
    height: 55vw;
  }
}

@media screen and (max-width: 767px) {
  .area-1__inner {
    position: relative;
    background: url(https://tools.itembox.cloud/item/category/used-pre-order/img/img_used-pre-order_area2_bk.png) no-repeat top center/cover;
    height: 65vw;
  }
}

.area-1_ttl {
  position: absolute;
  top: 150px;
  left: 400px;
  width: 60%;
  height: 130px;
  font-weight: bold;
  font-size: 3rem;
  color: var(--bs-blue);
  text-align: center;
  line-height: 1.3;
}

.area-1_ttl span.area-1_ttl-wt {
  display: inline-block;
  width: 100%;
  height: 95px;
  font-size: 1.9rem;
  color: var(--bs-wt);
  text-align: center;
  padding: 50px 40px 0 0;
  background: url(https://tools.itembox.cloud/item/category/used-pre-order/img/img_used-pre-order_area2_parts01.png) no-repeat top center/contain;
  transform: translateX(20px);
}

@media screen and (min-width:768px) and (max-width:1200px) {
  .area-1_ttl {
    top: 13vw;
    left: 32vw;
    font-size: 3.3vw;
  }

  .area-1_ttl span.area-1_ttl-wt {
    height: 10vw;
    font-size: 2.6vw;
    padding: 5vw 40px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .area-1_ttl {
    top: 50px;
    left: 35vw;
    font-size: 1rem;
  }

  .area-1_ttl span.area-1_ttl-wt {
    height: 45px;
    font-size: 0.8rem;
    padding: 22px 10px 0 0;
    transform: translateX(8px);
  }
}


.area-1_txt {
  position: absolute;
  top: 435px;
  left: 8%;
  width: 84%;
  height: 155px;
  background: var(--bs-blue);
  border-radius: 20px;
  color: var(--bs-yellow);
  text-align: center;
  padding-top: 10px;
  font-weight: bold;
  font-size: 2.2rem;
}

span.area-1_txt-big {
  font-size: 2.3rem;
  display: inline-block;
  border-bottom: 10px dotted var(--bs-yellow);
  padding: 7px 0 2px;
}


@media screen and (min-width:768px) and (max-width:1200px) {
  .area-1_txt {
    top: 37vw;
    height: 16vw;
    max-height: 150px;
    font-size: 2.8vw;
  }
}

@media screen and (max-width: 767px) {
  .area-1_txt {
    top: 150px;
    left: 2.5%;
    width: 95%;
    height: 85px;
    border-radius: 8px;
    font-size: 1rem;
  }

  span.area-1_txt-big {
    font-size: 1.7rem;
    border-bottom: 5px dotted var(--bs-yellow);
    padding: 3px 0 2px;
  }
}


/* ------------------------------------------
merit  -テンポスの中古予約販売のメリット
------------------------------------------ */
.merit__wrapper {
  width: 100%;
  max-width: calc(1170px - 30px);
  position: relative;
  margin: 0 auto 40px;
  height: 410px;
  text-align: center;
}

.merit__wrapper h2 {
  font-size: 3.5rem;
  font-weight: bold;
  padding: 30px 0px 15px;
  color: var(--bs-orange);
}

@media screen and (min-width:768px) and (max-width:1200px) {
  .merit__wrapper {
    height: 55vw;
  }

  .merit__wrapper h2 {
    font-size: 5vw;
  }
}

@media screen and (max-width: 767px) {
  .merit__wrapper {
    height: 195vw;
  }

  .merit__wrapper h2 {
    font-size: 2.2rem;
    line-height: 1.3;
  }
}


.merit__inner {
  display: flex;
  width: 100%;
  gap: 20px;
}

.merit__inner dl {
  /* width: calc(100% - 40px)/3; */
  background: var(--bk-blue);
  padding: 25px 15px;
  text-align: center;
  flex: 1;
}

.merit__inner dl dt {
  width: 100%;
}

.merit__inner dl dd {
  font-size: 1.3rem;
  color: var(--bs-blue);
  text-align: center;
}

.merit__inner dl dd span.ttl_orange {
  font-weight: bold;
  font-size: 1.6rem;
  color: var(--bs-orange);
  display: block;
  margin: 0 0 10px 0;
}

@media screen and (max-width: 767px) {
  .merit__inner {
    display: block;
    width: calc(100% - 30px);
    margin: 0 auto;
    gap: 20px;
  }

  .merit__inner dl {
    background: var(--bk-blue);
    padding: 25px 15px;
    text-align: center;
    margin: 0 0 15px 0;
  }

  .merit__inner dl dt {
    width: 50px;
    margin: 0 auto;
  }
}

/* ------------------------------------------
recommend  -こんな方におすすめ
------------------------------------------ */
.recommend__wrapper {
  width: 100%;
  max-width: calc(1170px - 30px);
  position: relative;
  margin: 0 auto 0px;
  background: url(https://tools.itembox.cloud/item/category/used-pre-order/img/img_used-pre-order_recommend_bk.png) no-repeat top center/contain;
  height: 538px;
}

.recommend__wrapper h2 {
  font-size: 3.5rem;
  font-weight: bold;
  padding: 40px 0px 15px;
  color: var(--bs-blue);
  text-align: center;
}

@media screen and (min-width:768px) and (max-width:1200px) {
  .recommend__wrapper {
    background: url(https://tools.itembox.cloud/item/category/used-pre-order/img/img_used-pre-order_recommend_bk.png) no-repeat top center/cover;
    height: 70vw;
  }

  .recommend__wrapper h2 {
    font-size: 3.5rem;
    font-weight: bold;
    padding: 40px 0px 15px;
    color: var(--bs-blue);
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .recommend__wrapper {
    background: url(https://tools.itembox.cloud/item/category/used-pre-order/img/img_used-pre-order_recommend_bk.png) no-repeat top center/cover;
    height: 88vw;
  }

  .recommend__wrapper h2 {
    font-size: 2.2rem;
    padding: 30px 0px 10px;
  }
}


.recommend__inner {
  position: relative;
}

.recommend__inner ul {
  list-style: none;
  width: 90%;
  transform: translateX(13%);
}

.recommend__inner ul li {
  position: relative;
  font-size: 2rem;
  color: var(--bs-blue);
  font-weight: bold;
  line-height: 2.5;
  letter-spacing: -0.5px;
}

.recommend__inner ul li::before {
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url(https://tools.itembox.cloud/item/category/used-pre-order/img/img_used-pre-order_icon_ck.png) no-repeat center left/contain;
  position: absolute;
  left: -55px;
  top: 15px;
}

@media screen and (min-width:768px) and (max-width:1200px) {
  .recommend__inner ul li {
    font-size: 3.5vw;
    line-height: 2.2;
  }

  .recommend__inner ul li::before {
    width: 4.5vw;
    height: 4.5vw;
  }
}

@media screen and (max-width: 767px) {
  .recommend__inner ul {
    transform: translateX(10%);
  }

  .recommend__inner ul li {
    font-size: 1.2rem;
    line-height: 1.8;
    letter-spacing: -0.5px;
    width: 90%;
  }

  .recommend__inner ul li::before {
    width: 18px;
    height: 18px;
    left: -23px;
    top: 7px;
  }
}

/* ------------------------------------------
flow  -ご利用の流れ
------------------------------------------ */
.flow__wrapper {
  width: 100%;
  max-width: calc(1170px - 30px);
  position: relative;
  margin: 0 auto 0px;
  background: var(--bk-blue);
  height: 1180px;
}

.flow__wrapper h2 {
  font-size: 3.5rem;
  font-weight: bold;
  padding: 40px 0px 25px;
  color: var(--bs-blue);
  text-align: center;
}

@media screen and (min-width:768px) and (max-width:1200px) {
  .flow__wrapper {
    height: 108vw;
  }

  .flow__wrapper h2 {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 767px) {
  .flow__wrapper {
    height: 480px;
  }

  .flow__wrapper h2 {
    font-size: 2.2rem;
    padding: 30px 0px 15px;
  }
}


.flow__inner {
  width: 95%;
  height: 950px;
  background: url(https://tools.itembox.cloud/item/category/used-pre-order/img/img_used-pre-order_flow01.png) no-repeat center center/contain;
  position: relative;
  margin: 0 auto;
}

.flow__inner dl {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  width: 90%;
}

.flow__inner dl dt {
  color: var(--bs-wt);
}

.flow__inner dl dd {
  color: var(--bs-blue);
  font-size: 2.2rem;
  padding: 20px 0 0;
  line-height: 1.3;
}

/* 1行の時 */
dl.flow__item-1 dd,
dl.flow__item-2 dd {
  padding: 40px 0 0;
}

/* 位置設定 */
dl.flow__item-1 {
  position: absolute;
  left: 50px;
  top: 15px;
}

dl.flow__item-2 {
  position: absolute;
  left: 50px;
  top: 265px;
}

dl.flow__item-3 {
  position: absolute;
  left: 50px;
  top: 515px;
}

dl.flow__item-4 {
  position: absolute;
  left: 50px;
  top: 765px;
}

@media screen and (min-width:768px) and (max-width:1200px) {
  .flow__inner {
    height: 87vw;
  }

  .flow__inner dl {
    font-size: 4vw;
    width: 95%;
  }

  .flow__inner dl dd {
    font-size: 3.2vw;
    padding: 1vw 0 0;
  }

  /* 1行の時 */
  dl.flow__item-1 dd,
  dl.flow__item-2 dd {
    padding: 1vw 0 0;
  }

  /* 位置設定 */
  dl.flow__item-1 {
    left: 1.5vw;
    top: 3vw;
  }

  dl.flow__item-2 {
    left: 1.5vw;
    top: 24.5vw;
  }

  dl.flow__item-3 {
    left: 1.5vw;
    top: 46.1vw;
  }

  dl.flow__item-4 {
    left: 1.5vw;
    top: 68.3vw;
  }
}

@media screen and (max-width: 767px) {
  .flow__inner {
    width: 95%;
    height: 330px;
    background: url(https://tools.itembox.cloud/item/category/used-pre-order/img/img_used-pre-order_flow01.png) no-repeat center center/contain;
    position: relative;
    margin: 0 auto;
  }

  .flow__inner dl {
    font-size: 1.2rem;
  }

  .flow__inner dl dd {
    color: var(--bs-blue);
    font-size: 1rem;
    padding: 5px 0 0;
    line-height: 1.3;
  }

  /* 位置設定 */
  dl.flow__item-1 {
    position: absolute;
    left: 10px;
    top: 2px;
  }

  dl.flow__item-2 {
    position: absolute;
    left: 10px;
    top: 88px;
  }

  dl.flow__item-3 {
    position: absolute;
    left: 10px;
    top: 178px;
  }

  dl.flow__item-4 {
    position: absolute;
    left: 10px;
    top: 265px;
  }
}


/* ------------------------------------------
qa  -よくあるご質問
------------------------------------------ */
.qa__wrapper {
  width: 100%;
  max-width: calc(1170px - 30px);
  position: relative;
  margin: 0 auto 0px;
  height: 538px;
  background: url(https://tools.itembox.cloud/item/category/used-pre-order/img/img_used-pre-order_recommend_bk.png) no-repeat top center/contain;
  transform: translateY(-2px);
}

.qa__wrapper h2 {
  font-size: 3.5rem;
  font-weight: bold;
  padding: 40px 0px 25px;
  color: var(--bs-blue);
  text-align: center;
}

.qa__inner {
  width: 90%;
  position: relative;
  margin: 0 auto;
}

@media screen and (min-width:768px) and (max-width:1200px) {
  .qa__wrapper {
    background: url(https://tools.itembox.cloud/item/category/used-pre-order/img/img_used-pre-order_recommend_bk.png) no-repeat top center/cover;
  }
}

@media screen and (max-width: 767px) {
  .qa__wrapper {
    height: 100vw;
    background: url(https://tools.itembox.cloud/item/category/used-pre-order/img/img_used-pre-order_recommend_bk.png) no-repeat top center/cover;
  }

  .qa__wrapper h2 {
    font-size: 2.2rem;
    padding: 30px 0px 15px;
  }
}

.qa__inner dl dt {
  width: 100%;
  height: 70px;
  background: var(--bs-wt);
  border: 1px solid var(--bs-orange);
  border-radius: 10px;
  position: relative;
  padding: 10px 0 5px 70px;
  color: var(--bs-orange);
  font-size: 2.1rem;
  font-weight: bold;
}

.qa__inner dl dt::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(https://tools.itembox.cloud/item/category/used-pre-order/img/img_used-pre-order_icon-Q.png) no-repeat top center/contain;
  position: absolute;
  left: 10px;
  top: 10px;
}

.qa__inner dl dd {
  width: 100%;
  height: 125px;
  position: relative;
  padding: 10px 0 5px 70px;
  color: var(--bs-blue);
  font-size: 1.9rem;
  font-weight: bold;
}

.qa__inner dl dd::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(https://tools.itembox.cloud/item/category/used-pre-order/img/img_used-pre-order_icon-A.png) no-repeat top center/contain;
  position: absolute;
  left: 10px;
  top: 7px;
}

@media screen and (min-width:768px) and (max-width:1200px) {
  .qa__inner dl dt {
    padding: 0.6vw 0 5px 70px;
    font-size: 3.7vw;
  }
}

@media screen and (max-width: 767px) {
  .qa__inner dl dt {
    width: 100%;
    height: 50px;
    background: var(--bs-wt);
    border: 1px solid var(--bs-orange);
    border-radius: 10px;
    position: relative;
    padding: 10px 0 5px 50px;
    font-size: 1.5rem;
  }

  .qa__inner dl dt.qa_item-2l {
    height: 60px;
    line-height: 1.2;
    padding: 7px 0 5px 50px;
  }

  .qa__inner dl dt::before {
    width: 35px;
    height: 35px;
    left: 7px;
    top: 7px;
  }

  .qa__inner dl dd {
    width: 100%;
    height: 85px;
    padding: 10px 0 5px 50px;
    font-size: 1.3rem;
  }

  .qa__inner dl dd::before {
    width: 35px;
    height: 35px;
    left: 8px;
    top: 7px;
  }
}


/* ------------------------------------------
info  -掘り出し物を見逃さない！
------------------------------------------ */
.info__wrapper {
  width: 100%;
  max-width: calc(1170px - 30px);
  margin: 0 auto 0px;
  height: 400px;
  background: var(--bs-blue);
  color: var(--bs-wt);
  text-align: center;
  transform: translateY(-2px);
}

.info__wrapper h2 {
  font-size: 2.1rem;
  font-weight: bold;
  padding: 30px 0px 15px;
  color: var(--bs-wt);
}

.info__inner {
  text-align: center;
}

/* info 登録するボタン */
.info__inner a.btn_cont {
  display: block;
  margin: 0px auto 10px;
  width: 550px;
  height: 80px;
  background: url(https://tools.itembox.cloud/item/category/used-pre-order/img/img_used-pre-order_btn01.png) no-repeat top center/contain;
  font-weight: bold;
  color: var(--bs-wt);
  text-align: center;
  font-size: 2.2rem;
  padding: 10px;
  letter-spacing: 2px;
}

.info__inner p.info_txt {
  font-size: 1.7rem;
  margin: 0 0 20px 0;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .info__wrapper {
    height: 80vw;
    transform: translateY(0px);
  }

  .info__wrapper h2 {
    font-size: 1.5rem;
    font-weight: bold;
    padding: 30px 0px 15px;
    color: var(--bs-wt);
  }

  /* info 登録するボタン */
  .info__inner a.btn_cont {
    margin: 0px auto 10px;
    width: 330px;
    height: 50px;
    font-size: 1.3rem;
    padding: 10px;
    letter-spacing: 2px;
  }

  .info__inner p.info_txt {
    font-size: 1rem;
  }

  /* TEL */
  .info__inner div.tel_cont {
    width: 73%;
    transform: translateX(0px);
  }

  .info__inner div.tel_cont dl dt {
    width: 30px;
    height: 60px;
  }

  .info__inner div.tel_cont dl dd {
    width: calc(100% - 40px);
    font-size: 2rem;
    padding-left: 10px;
    letter-spacing: 2px;
  }

  .info__inner div.tel_cont dl dd span {
    font-size: 1rem;
    transform: translateY(-22px);
    letter-spacing: 1.2px;
  }
}