body {
  font-family: "Noto Sans JP", sans-serif;
}
img {
  max-width: 100%;
}

.tel {
  display: block;
  width: calc(400 / 430 * 100%);
  max-width: 554px;
  margin: 0 auto;
  -webkit-filter: drop-shadow(4px 5px 0px #000);
          filter: drop-shadow(4px 5px 0px #000);
}
.request {
  display: block;
  width: calc(418 / 430 * 100%);
  max-width: 700px;
  margin: 0 auto;
  -webkit-filter: drop-shadow(1px 1px 0px #191919);
  filter: drop-shadow(1px 1px 0px #191919);
}
@media screen and (max-width: 1079px) {
  .tel {
    width: calc(400 / 430 * 100%);
  }
  .request {
    width: calc(418 / 430 * 100%);
  }
}
@media screen and (min-width: 1080px) {
  .tel {
    -webkit-filter: drop-shadow(4px 5px 0px #191919);
    filter: drop-shadow(4px 5px 0px #191919);
  }
  .request {
    -webkit-filter: drop-shadow(4px 4px 0px #191919);
    filter: drop-shadow(4px 4px 0px #191919);
  }
  
}
.header_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  -moz-column-gap: 18px;
       column-gap: 18px;
}
.header_left {
  width: 229px;
}
.header_tel {
  width: 146px;
}
.header_request {
  max-width: 256px;
}
.header_request_img {
  -webkit-filter: drop-shadow(3px 3px 0px #191919);
  filter: drop-shadow(3px 3px 0px #191919);
}
@media screen and (max-width: 1079px) {
  .header_tel {
    display: none;
  }
}
@media screen and (min-width: 1080px) {
  .header_container {
    padding: 0 100px;
  }
  .header_left {
    width: 339px;
  }
  .header_right {
    display: flex;
    align-items: center;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  .header_tel {
    width: 248px;
  }
}

.firstview {
  background-image: url(../images/switch-lp/sp/center.webp);
  background-size: cover;
  background-position: center;
  padding-top: 22px;
  padding-bottom: 48px;
  position: relative;
  z-index: 1;
}
.firstview_container {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.appeal {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 1080px) {
  .firstview {
    background-image: url(../images/switch-lp/pc/bottom.webp);
    background-size: cover;
    .request_button {
      translate: 0 100%;
    }
  }
}
.request_link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.cards-container {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 0 25px;
}
@media screen and (max-width: 1079px) {
  .cards-container {
    margin-top: 18px;
  }
}
@media screen and (min-width: 1080px) {
  .cards-container {
    width: calc(1000 / 1200 * 100%);
    padding: 0;
  }
}
.card-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  align-items: center;
  width: 100%!important;
  row-gap: 20px;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
@media screen and (min-width: 768px) {
  .card-list {
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 20px;
          column-gap: 20px;
    padding: 0;
  }
}
@media screen and (min-width: 1080px) {
  .card-list {
    grid-template-columns: repeat(5, 1fr);
    -moz-column-gap: 20px;
          column-gap: 20px;
    padding: 0;
  }
}
.card {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.16);
  padding-top: 30px;
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 0;
}
.top {
  display: grid;
  background-color: #FE0000;
}
.title {
  font-size: 16px;
  font-weight: bold;
  line-height: calc(20 / 16);
  padding-top: 5px;
  padding-right: 4px;
  padding-bottom: 8px;
  padding-left: 4px;
  text-align: center;
  color: #FFFFFF;
  align-self: center;
}
.middle {
  display: grid;
  place-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  .img {
    width: calc(140 / 184 * 100%);
    margin: 0 auto;
  }
}
.bottom {
  display: grid;
  grid-template-columns: 1fr auto auto;
  background-color: #FE0000;
  color: #FFFFFF;
  padding-right: 16px;
  padding-left: 15px;
  padding-bottom: 8px;
}
.subtitle {
  font-size: 16px;
  font-weight: normal;
  text-align: right;
  line-height: calc(21 / 16);
  grid-column: span 3;
  margin-top: 4px;
}
.maker {
  font-size: 12px;
  font-weight: normal;
  grid-column: 1 / span 1;
  margin-top: 4px;
}
.color {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
        column-gap: 5px;
  font-size: 10px;
  font-weight: normal;
  grid-column: 3 / span 1;
  margin-top: 4px;
}
.color-chip {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  translate: 0 10%;
}
.price {
  font-size: 18px;
  font-weight: bold;
  margin-top: 8px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: baseline;
  grid-column: span 3;
}
.price::before {
  content: '買取上限価格';
  font-size: 10px;
  flex-shrink: 0;
}
.price::after {
  content: '円';
  font-size: 10px;
}
@media screen and (max-width: 429px) {
  .title {
    font-size: 12px;
  }
  .subtitle {
    font-size: 12px;
  }
  .price {
    font-size: 16px;
  }
}
@media screen and (min-width: 1080px) {
  .title {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 50%;
  background-image: url(../images/switch-lp/hole.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 16px;
}
.swiper-button-prev,
.swiper-button-next {
  width: 30px;
  height: 30px;
}
.swiper-button-prev {
  left: -60px;
}
.swiper-button-next {
  right: -60px;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
}
.swiper-button-prev::after {
  content: '';
  background-image: url('../images/switch-lp/arrow-left.svg');
}
.swiper-button-next::after {
  content: '';
  background-image: url('../images/switch-lp/arrow-right.svg');
}
.swiper-button-next .swiper-navigation-icon,
.swiper-button-prev .swiper-navigation-icon {
  display: none;
}
@media screen and (max-width: 1079px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}
.purchase {
  position: relative;
  background: #E70014;
  padding-top: 26px;
  padding-bottom: 283px;
  .purchase_title {
    font-size: 40px;
    color: #fff;
    font-weight: 900;
    text-align: center;
  }
  .purchase_left {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 664px;
  }
  .purchase_right {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 462px;
  }
  .purchase_bottom {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    max-width: 430px;
  }
}
@media screen and (max-width: 1079px) {
  .purchase_left {
    display: none;
  }
  .purchase_right {
    display: none;
  }
}
@media screen and (min-width: 1080px) {
  .purchase {
    padding-top: 120px;
    padding-bottom: 60px;
    background:
    linear-gradient(90deg, #c50119 0%, #c50119 50%, transparent 50%, transparent 100%),
    linear-gradient(90deg, transparent 0%, transparent 50%, #c50119 50%, #e50014 75%, #e50014 100%);
  }
  .purchase_title {
    display: none;
  }
  .purchase_bottom {
    display: none;
  }
}
.campaign {
  background-image: url(../images/switch-lp/sp/campaign-bg_sp.webp);
  background-size: cover;
  background-position: bottom center;
  padding-bottom: 50px;
}
@media screen and (min-width: 1080px) {
  .campaign {
    background-image: url(../images/switch-lp/pc/campaign-bg_pc.webp);
    background-position: center;
  }
}
.campaign .request_button {
  margin-top: 10px;
}
.target {
  position: relative;
  padding-bottom: 30px;
  @media screen and (min-width: 1080px) {
    padding-bottom: 64px;
  }
}
.target::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 57.3%;
  bottom: 0;
  left: 0;
  background: linear-gradient(#fff 0%, #29afdd 100%);
  z-index: -1;
}
.target_title {
  background-color: #E70014 ;
}
.target_title img {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.target_image {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
.eligible_image {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
.service {
  background-color: #E70014;
}
.service_container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 40px;
}
@media screen and (min-width: 1080px) {
  .service_container {
    padding-bottom: 64px;
  }
}
.card.hidden {
  display: none;
}
.show-more-btn {
  display: none;
  width: 100%;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin-top: 25px;
  text-align: center;
}
@media (max-width: 767px) {
  .show-more-btn {
    display: block;
  }
}

.cardboard_image {
  display: block;
  translate: 0 -20px;
}
.flow_container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.reason_title {
  background: #29AFDD;
}
.reason_title_image {
  width: 100%;
  max-width: 1200px;
  display: block;
  margin: 0 auto;
}
.reason_description {
  font-size: 18px;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 30px;
  text-align: center;
  line-height: calc(27 / 18);
}
.reason-list {
  display: grid;
  grid-template-rows: auto auto 1fr;
  row-gap: 44px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-right: 15px;
  padding-bottom: 50px;
  padding-left: 15px;
  margin-top: 24px;
}
.reason-item {
  display: grid;
  width: 100%;
  position: relative;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
  padding-top: 25px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}
.reason-head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #29AFDD;
  font-size: 20px;
  font-weight: 700;
  padding: 5.2px 32px 4.2px 30px;
  background: #fd0;
  border-radius: 999px;
  box-shadow: 0px 4px 0px rgba(86, 86, 86, 0.16);
  position: absolute;
  top: 0;
  left: 0;
  translate: 20px -50%;
  white-space: nowrap;
}
.reason-headline {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: calc(33 / 22);
  grid-row: 2;
  align-self: center;
  white-space: nowrap;
}
.reason-text {
  font-size: 14px;
  line-height: calc(22 / 15);
  grid-row: 3;
  margin-top: 4px;
}
.reason-contents {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: 1 / span 3;
}
.reason-image {
  grid-row: 1;
}
@media screen and (max-width: 429px) {
  .reason-headline {
    font-size: 18px;
  }
  .reason-text {
    font-size: 12px;
  }
}
@media screen and (min-width: 430px) and (max-width: 1079px) {
  .reason-headline {
    font-size: 22px;
  }
  .reason-text {
    font-size: 15px;
  }
}
@media screen and (max-width: 1079px) {
  .reason_description br {
    display: none;
  }
 .reason-contents {
    grid-template-columns: calc(132 / 360 * 100%) 1fr;
    -moz-column-gap: 11px;
         column-gap: 11px;
  }
  .reason-image {
    grid-column: 1 / span 1;
    grid-row: span 3;
    display: block;
    width: 100%;
  }
  .reason-headline {
    grid-column: 2 / span 1;
    grid-row: span 1;
  }
  .reason-text {
    grid-column: 2 / span 1;
    grid-row: span 2;
  }
}
@media screen and (min-width: 1080px) {
  .reason_description {
    font-size: 24px;
    line-height: calc(36 / 24);
    text-align: center;
    margin-top: 43px;
  }
  .reason-list {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 38px;
        column-gap: 38px;
    row-gap: 60px;
    padding-bottom: 100px;
    margin-top: 90px;
  }
  .reason-head {
    font-size: 32px;
    padding: 7px 47px 6px 47px;
    left: 50%;
    translate: -50% -50%;
  }
}
.faq {
  padding-right: 15px;
  padding-left: 15px;
}
.faq_title_image {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.faq-list {
  padding-top: 40px;
  padding-right: 10px;
  padding-bottom: 30px;
  padding-left: 10px;
  background-color: #fff;
  max-width: 1000px;
  margin: 0 auto;
}
.faq-item {
  display: grid;
  row-gap: 10px;
  padding-top: 11px;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
}
.question {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
        column-gap: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: calc(28 / 17);
}
.question::before {
  content: "Q";
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 26px;
  line-height: calc(33 / 26);
  background-color: #E70014;
  color: #FFF000;
}
.answer {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
        column-gap: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(24 / 16);
}
.answer::before {
  content: "A";
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 26px;
  line-height: calc(33 / 26);
  background-color: #29AFDD;
  color: #FFF000;
}
@media screen and (min-width: 430px) {
  .question {
    font-size: 17px;
  }
  .answer {
    font-size: 16px;
  }
}
@media screen and (min-width: 1080px) {
  .faq-list {
    padding: 48px 50px 50px 50px;
  }
  .faq-item {
    row-gap: 16px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .question {
    font-size: 32px;
    -moz-column-gap: 30px;
          column-gap: 30px;
  }
  .question::before {
    width: 50px;
    height: 50px;
    font-size: 40px;
  }
  .answer {
    font-size: 24px;
    -moz-column-gap: 30px;
          column-gap: 30px;
  }
  .answer::before {
    width: 50px;
    height: 50px;
    font-size: 40px;
  }
}
.footer {
  position: relative;
  background-color: #29AFDD;
  padding-bottom: 40px;
  background-image: url(../images/switch-lp/sp/faq-bg_sp.webp);
  background-position: center bottom;
  background-size: cover;
}
.footer_push {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.footer_tel_link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.footer_request_link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.footer_request {
  margin-top: 30px;
}
@media screen and (min-width: 1080px) {
 .footer {
    background-image: url(../images/switch-lp/pc/faq-bg_pc.webp);
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 246px;
  }
  .footer_request {
    margin-top: 54px;
  }
}