@media (min-width: 1200px) {
    .content-fix-cus {
        height: 600px;
    }
}
@media (min-width: 992px) {
    .logo-car-item {
        display: inline-flex;
        justify-content: center;
        width: 100%;
        border-bottom: 1px solid #e5e5e5;
    }
    .nihon-car-item {
        width: 49%;
        padding: 0 20px;
        float: left;
        border-right: 1px solid #DDD;
    }
    .nihon-car-item h3 {
        font-size: 16px;
        font-weight: 600;
        margin: 20px 0;
    }
    ul.modal-block-list li {
        vertical-align: top;
        flex: 1 1 33%;
        text-align: center;
        margin: 0px 0px 10px;
        list-style-type: none;
    }
    ul.modal-block-list li a {
        width: 100%;
        display: inline-block;
        padding: 7px 8px;
        vertical-align: top;
        font-size: 14px;
        color: #313233;
        line-height: 18px;
        text-align: center;
    }
    .world-car-item {
        width: 49%;
        padding: 0 16px;
        float: left;
    }
    ul.carmodelAnchorList li {
        font-size: 16px !important;
        display: inline-block !important;
        vertical-align: top !important;
        width: calc(95% / 11) !important;
        text-align: center !important;
    }
    ul.carmodelAnchorList li span {
        width: 100%;
        display: inline-block;
        color: #C0C0C0;
        font-weight: bold;
        position: relative;
        box-sizing: border-box;
    }
    ul.carmodelAnchorList li span a {
        width: 100%;
        display: inline-block;
        color: #333;
        border-bottom: 3px solid #FFF;
        text-decoration: none !important;
    }
    ul.carmodelAnchorList li span:after {
        content: '';
        position: absolute;
        right: 0;
        display: inline-block;
        width: 1px;
        height: 17px;
        background-color: #CCC;
    }
    ul.modal-text-list li {
        list-style-type: none;
        display: inline-block;
        width: 25%;
        vertical-align: top;
        font-size: 14px;
        margin: 0px 0px 4px;
    }
    .link-item-two {
        padding: 10px 40px 10px 40px;
    }
    .link-item-three {
        padding: 10px 40px 10px 40px;
    }
    .link-item-four {
        padding: 10px 40px 10px 40px;
    }
    .link-item-five {
        padding: 10px 40px 10px 40px;
    }
    .link-item-six {
        padding: 10px 40px 10px 40px;
    }
    .link-item-seven {
        padding: 10px 40px 10px 40px;
    }
    .link-item-eight {
        padding: 10px 40px 10px 40px;
    }
    .link-item-nine {
        padding: 10px 40px 10px 40px;
    }
    .content-tab ul li {
        list-style-type: none;
        display: inline-block;
        width: 25%;
        vertical-align: top;
        font-size: 14px;
        margin: 0px 0px 4px;
        cursor: pointer;
    }
    ul.car-kilomet-item-list {
        display: grid;
        grid-gap: 12px;
        justify-items: center;
        padding-block: 24px;
        width: 100%;
        padding: 40px 30px;
    }
    ul.car-kilomet-item-list {
        grid-template-columns: repeat(5, 1fr);
    }
    ul.car-kilomet-item-list li {
        padding: 12px 4px;
    }
    div#status-content {
        padding: 40px 60px;
    }
    .content-check-detail li {
        width: 100%;
        display: inline-flex;
        align-items: center;
        margin: 10px 0;
    }
    .content-check-detail li .title-check {
        width: 14%;
    }
    .box-content {
        width: 88%;
    }
    div#month-content {
        padding: 40px 60px;
    }
    .content-tab-year h3 {
        font-size: 18px;
        font-weight: 600;
    }
    .content-tab-version h3 {
        font-size: 18px;
        font-weight: 600;
    }
    .header-text h3 {
        font-size: 18px;
        font-weight: 600;
    }
    .popup-content {
        width: 1020px;
    }
    .header-text h3 {
        font-size: 18px;
        font-weight: 600;
    }
    .link-item-one {
        padding: 10px 40px 10px 40px;
    }
}

@media screen and (max-width: 1024px) {
  .header-logo {
    width: 140px;
  }
  .cta-btn {
    font-size: 20px;
    padding: 8px 24px;
  }
  .first-view {
    /* background: url('/assets/img/fv_pc_bg_one.webp') no-repeat center center / cover; */
    padding: 100px 0 20px;
  }
  .fv-content {
    /* display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1500px;
    margin: 0 auto; */
  }
  .catchcopy {
    width: 48%;
    color: #fff;
  }
  .form-wrapper {
    width: 50%;
    background: rgba(255, 255, 255, 0.9);
    padding: 24px;
    border-radius: 24px;
    box-sizing: border-box;
    border: 4px solid #F36616;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
  }
  .form-group {
    margin-bottom: 12px;
    gap: 8px;
  }
  .fg-last {
    margin-bottom: 28px!important;
  }
  .form-group label {
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
    width: 80px;
    white-space: nowrap;
  }
  .form-group label span {
    background-color: #F36616;
    font-size: 12px;
    font-weight: 400;
    color: #FFF;
    padding: 1px 8px;
    border-radius: 6px;
    width: fit-content;
    white-space: nowrap;
  }
  .form-group input {
    width: 100%;
    padding: 8px;
    border: 3px solid #F36616;
    border-radius: 10px;
  }
  .form-logo {
    /* display: flex;
    justify-content: center;
    align-items: center; */
  }
  .form-logo img {
    width: 80%;
    margin: 0 auto 20px;
  }
  .form-submit img {
    width: 100%;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
  }
  .form-submit img:hover {
    transform: scale(1.1);
  }
  
}
@media (min-width: 1200px) {

}
/* SP */
@media screen and (min-width: 768px) {
  .banner-content-custom {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 3;
  }
  section.form-content-top {
    position: absolute;
    right: 50%;
    width: 400px;
    top: 50%;
    transform: translate(145%, -45%);
  }
  .content-tab-version ul {
    height: 48vh;
    overflow-y: scroll;
    margin: 0;
    padding: 30px 20px 20px 40px;
  }
  button.popup-close-inari.sp-ct {
      display: none;
  }
  .first-view {
    background: url('../img/fv_pc_bg_one.webp') no-repeat center center / cover;
    padding: 120px 0 40px;
  }
  .pc-none-h {
    display: none;
  }
  .form-logo img {
    width: 100%;
    margin: 0 auto 20px;
  }
  .form-group {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
  .form-group input {
    height: 42px;
  }
  .performance-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .process-section {
    background-color: #FFF;
    padding: 60px 0;
    text-align: center;
  }
  .process-title img {
    width: 300px;
  }
  .faqs-title img {
    width: 440px;
  }
  .faq-item { /* Q&Aボックス */
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    text-align: left;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  }
  .faq-question {
    font-size: 18px;
  }
  .faq-answer {
    font-size: 18px;
    margin-top: 12px;
  }
  .section-button img {
    width: 600px;
    transition: transform 0.3s ease-in-out;
  }
  .point-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .performance-section {
    background-color: #FFF;
    padding: 60px 0;
    text-align: center;
  }
  .section-button {
    width: 100%;
    margin-top: 60px;
    display: flex;
    justify-content: center;
  }
  /*.section-button img {
    width: 600px;
    transition: transform 0.3s ease-in-out;
  }*/
  .section-button img:hover {
    transform: scale(1.1);
  }
  .performance-title img {
    width: 360px;
  }
  .performance-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .point-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .performance-title img {
    width: 420px;
  }
  
  .point-section {
    background-color: #9EB8B8;
    padding: 60px 0;
    text-align: center;
  }
  .point-title img {
    width: 600px;
  }
  .point-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
  .cta-button-form {
    font-size: 26px;
    padding: 15px 40px;
  }
}

@media screen and (max-width: 360px) { 
  footer .inner .copyright { 
    font-size: 8px;
  }
}

@media (max-width: 768px) {
  .sp-none-h {
    display: none;
  }
	.header-logo {
    width: 88px;
  }
  .cta-btn {
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 6px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  }
  /* Footer css */
  footer {
    /* width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    background-color: #222; */
    padding-bottom: 60px!important;
  }
  footer .inner .copyright { 
    font-size: 10px;
  }
  .sp-none {
    display: none!important;
  }
  .sp-block {
    display: block!important;
  }
  .inner {
    padding: 0 20px;
  }
  .swiper-button-next, .swiper-button-prev{
    margin-top: -75%!important;
  }
  p {
    line-height: 1.5;
  }
  .column {
    flex-direction: column;
  }
  .l__flex-section .block__profile-img,
  .l__flex-section .block__profile,
  .price_menu ul li,
  .block__point,
  .access_box,
  .form-label,
  input, textarea{
    width: 100%;
  }
  .last {
    border-right: none;
  }
  .l__title h2 {
    font-size: 2rem;
  }
  .l__statement {
    font-size: 1.6rem;
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
  }
  .padding-left {
    padding-left: 20px;
  }
  .padding-right {
    padding-right: 20px;
  }
  .top_logo {
    max-width: 350px;
    width: 90%;
  }
  main {
    padding-bottom: 0;
  }
  main.top{
    padding-top: 40px;
  }
  .section-button {
    margin-top: 24px!important;
  }
  .first-view {
    background: url('../img/fv_sp_bg_one.webp') no-repeat center center / cover;
    padding: 70px 0 20px;
  }
  .fv-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1500px;
    margin: 0 auto;
    padding-top: 20px;
  }
  .catchcopy {
    width: 100%!important;
  }
  .form-wrapper {
    width: 100%;
    background: #FFF;
    padding: 20px 35px!important;
    border-radius: 0!important;
    border: 4px solid #F36616;
    box-shadow: none;
  }
  .form-group {
    margin-bottom: 8px;
    flex-direction: column;
    gap: 4px;
  }
  .fg-last {
    margin-bottom: 20px!important;
  }
  .form-group label {
    flex-direction: row!important;
    margin-bottom: 2px;
    font-size: 16px;
    line-height: 12px;
    width: 100%;
    gap: 4px;
  }
  .form-group label span {
    font-size: 10px;
    color: #FFF;
    padding: 1px 6px;
    border-radius: 4px;
  }
  .form-group input {
    width: 100%;
    padding: 8px;
    border: 2px solid #F36616;
    border-radius: 8px;
    margin-bottom: 8px;
  }
  .form-logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .form-logo img {
    width: 80%;
    margin: 0 auto 20px;
  }
  .form-submit img {
    width: 100%;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
  }
  .form-submit img:hover {
    transform: scale(1.1);
  }
  .performance-section {
    background-color: #9EB8B8;
    padding: 32px 0;
  }
  .performance-title {
    margin-bottom: 24px;
  }
  .performance-title img {
    width: 200px;
  }
  .performance-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .point-section {
    background-color: #FFF;
    padding: 32px 0;
  }
  .point-title {
    margin-bottom: 24px;
  }
  .point-title img {
    width: 332px;
  }
  .point-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .point-grid img {
    width: 100%;
    max-width: 100%!important;
    height: auto;
  }
  .process-section {
    background-color: #9EB8B8;
    padding: 32px 0;
  }
  .process-title {
    margin-bottom: 24px!important;
  }
  .process-title img {
    width: 152px;
  }
  .faqs-section {
    padding: 32px 0!important;
  }
  .faqs-title {
    margin-bottom: 24px!important;
  }
  .faqs-title img {
    width: 220px;
  }
  .faq-item { /* Q&Aボックス */
    padding: 8px;
    border-radius: 8px;
    margin-bottom: 12px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    text-align: left;
    background-color: #fff;
  }
  .faq-question { /* 質問 (Q) */
    font-size: 12px;
  }
  .faq-question span {
    width: 22px;
    height: 22px;
    margin-right: 8px;
  }
  .faq-answer { /* 回答 (A) */
    font-size: 12px;
    margin-top: 8px;
  }
  .faq-answer span {
    width: 22px;
    height: 22px;
    margin-right: 8px;
  }
  .faq-answer p {
    margin-right: 0;
    flex: 1;
  }
  .popup-content {
    top: 0!important;
    z-index: 99999999;
    width: calc(100% - 30px);
    height: calc(100% - 40px);
    left: 0!important;
    right: 0;
    margin: 15px;
    transform: none!important;
  }
  .tab-content.active {
    border-radius: 30px;
 }
  .header-text h3 {
      font-size: 16px;
  }
  .menu-text {
      border: none;
  }
  ul.carmodelAnchorList {
      padding: 0;
      margin: 0;
  }
  ul.carmodelAnchorList li {
      font-size: 12px!important;
      display: inline-block;
      vertical-align: top;
      width: calc(93% / 6);
      text-align: center;
  }
  ul.carmodelAnchorList li span {
      width: 105%;
      height: 100%;
      display: inline-block;
      color: #C0C0C0;
      font-weight: bold;
      position: relative;
      box-sizing: border-box;
      padding: 5px 0 !important;
      background: #EEE;
      border-top: 1px solid #DDD;
      border-right: 1px solid #DDD;
  }
  ul.carmodelAnchorList li span a {
      width: 100%;
      display: inline-block;
      color: #333;
      box-sizing: border-box;
      text-decoration: none !important;
  }
  .content-detail {
    height: 75vh !important;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    overflow: auto;
    padding: 0 10px 38px 10px;
    position: relative;
    width: 100%;
    z-index: 1;
  }
  .logo-car-item h3 {
    padding-left: 12px;
  }
  ul.modal-block-list {
      font-size: 0!important;
      margin: 0 0 6px 0!important;
      display: flex!important;
      flex-wrap: wrap!important;
      justify-content: left!important;
  }
  ul.modal-block-list li {
      vertical-align: top;
      font-size: 11px;
      line-height: 14px;
      flex: 0 0 33%;
      padding: 5px;
      margin: 0 0 10px 0;
      border-bottom: 1px dotted #EEE;
      text-align: center;
      list-style-type: none;
  }
  ul.modal-block-list li a {
      width: 100%;
      display: inline-block;
      vertical-align: top;
      text-decoration: underline;
      color: #313233;
      padding: 0;
      font-size: 11px;
      text-align: center;
     line-height: 18px;
  }
  ul.modal-block-list li a img {
      height: 30px;
      margin: 0 auto;
  }
  .link-item-one {
      padding: 10px 15px 10px 15px;
  }
  .link-car-item h4 {
      margin-top: 0px !important;
  }
  ul.modal-text-list li {
      font-size: 16px;
      padding: 2px 0 2px 0;
      margin: 0 0 10px 0;
      border-bottom: 1px dotted #EEE;
      list-style-type: none;
  }
  ul.modal-text-list li a {
      font-size: 14px;
      padding: 8px 0 8px 23px !important;
  }
  .link-item-two {
      padding: 10px 15px 10px 15px;
  }
  .link-item-three {
      padding: 10px 15px 10px 15px;
  }
  .link-item-four {
      padding: 10px 15px 10px 15px;
  }
  .link-item-five {
      padding: 10px 15px 10px 15px;
  }
  .link-item-six {
      padding: 10px 15px 10px 15px;
  }
  .link-item-seven {
      padding: 10px 15px 10px 15px;
  }
  .link-item-eight {
      padding: 10px 15px 10px 15px;
  }
  .link-item-nine {
      padding: 10px 15px 10px 15px;
  }
  .vehicles-content {
    height: 78vh!important;
    overflow-y: scroll;
    margin: 0;
    padding: 30px 12px 20px 12px!important;
  }
  .vehicles-content h4 {
      margin-top: 0px !important;
  }
  .vehicles-content ul li a {
      font-size: 14px;
  }
  .content-tab-year ul {
    height: 78vh!important;
  }
  .content-tab-year ul li a {
      font-size: 14px;
  }
  .content-tab-year {
    height: 72vh!important;
  }
  .footer-popup {
    border-top: none;
    display: none;
  }
  .content-tab-version ul {
    height: 78vh;
    overflow-y: scroll;
    margin: 0;
    padding: 30px 12px 20px 12px;
  }
  ul.car-color-list {
    padding: 12px!important;
  }
  span.numberkl-item {
      width: 100% !important;
  }
  ul.car-kilomet-item-list {
      overflow: scroll;
      height: 70vh;
      padding-left: 2rem;
      padding-block: 24px;
  }
  ul.car-kilomet-item-list li {
      padding: 7px 5px 7px 5px;
      width: 40% !important;
      display: inline-flex;
      margin: 8px 10px!important;
  }
  div#status-content {
     padding: 30px 10px;
  }
  .content-check-detail {
      padding: 10px;
  }
  .content-check-detail ul {
      padding: 0;
  }
  .title-check {
      margin-bottom: 12px;
      text-align: left;
  }
  label.custom-checkbox {
      margin: 0 3px 10px;
      width: 47%;
  }
  .custom-checkbox .checkmark {
      width: 100% !important;
      padding: 16px 0px !important;
  }
  div#month-content {
      padding: 30px 10px;
  }
  .car-month-content label.custom-checkbox {
        width: 100%;
  }
  button.popup-close.pc-ct {
      display: none;
  }
  button.popup-close {
      width: 26px !important;
      height: 26px !important;
      right: 9px !important;
  }
  .form-logo img {
    width: 80%;
    margin: 0 auto 20px;
  }
  .form-group input {
    height: 38px;
  }
  .section-button img {
    width: 300px;
    transition: transform 0.3s ease-in-out;
  }
  .cta-button-form {
    font-size: 24px;
    padding: 8px 23px;
  }

}