@media screen and (min-width: 1680px) {
  .slider {
    left: 18%;
  }

  .mein-visual-title {
    right: 19%;
  }
}

@media screen and (min-width: 1920px) {
  .slider {
    left: 23%;
  }

  .mein-visual-title {
    right: 20%;
  }
}

@media screen and (min-width: 2560px) {
  .slider {
    left: 28%;
  }

  .mein-visual-title {
    right: 24.5%;
  }

  .section-title {
    left: 350px;
  }
}

@media screen and (max-width: 1024px) {
  .is-pc {
    display: none;
  }

  .is-sp,
  .is-ipa {
    display: block;
  }

  h2 {
    width: 95%;
  }

  /*ハンバーガーメニュー*/
  .menu-btn {
    position: fixed;
    top: 40px;
    right: 40px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
  }

  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #2146a8;
    position: absolute;
  }

  .menu-btn span:before {
    bottom: 8px;
  }

  .menu-btn span:after {
    top: 8px;
  }

  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: white;
  }

  .menu-content ul {
    padding: 105px 10px 0;
  }

  .menu-content ul li {
    border-top: solid 1px #ddd;
    list-style: none;
  }

  .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color: #2146a8;
    text-decoration: none;
    padding: 30px;
    position: relative;
    text-align: center;
    font-weight: bold;
  }

  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%; /*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: white;
    transition: all 0.5s; /*アニメーション設定*/
  }

  #menu-btn-check:checked ~ .menu-content {
    left: 0; /*メニューを画面内へ*/
  }

  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(
      255,
      255,
      255,
      0
    ); /*メニューオープン時は真ん中の線を透明にする*/
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }

  #menu-btn-check {
    display: none;
  }

  .section-title {
    left: 150px;
    max-width: 600px;
    width: 100%;
  }

  .header__inner {
    width: 85%;
  }
}

@media screen and (max-width: 960px) {
  .header {
    width: 768px;
  }

  .l-under-title-layout {
    padding: 250px 0 0 0;
  }

  .details {
    padding: 75px 0 0 0;
  }

  .mein-visual-title {
    top: 55%;
    right: 5%;
  }

  .fa-search,
  .fa-building,
  .fa-envelope,
  .fa-check,
  .fa-print,
  .fa-file-alt {
    padding-right: 3px;
  }

  .mein-container img {
    margin-top: 40px;
  }

  .slider {
    left: 5%;
  }

  .car-select,
  .car-select-inner {
    width: 100%;
  }

  .car-icon {
    width: 11%;
  }

  .car-icon img {
    margin: 0;
  }

  .merit-container {
    margin-top: 70px;
  }

  .merit-inner {
    width: auto;
  }

  .recommend-container,
  .new-container {
    padding: 20px 0 0 0;
  }

  .new-container {
    margin: 0;
  }

  .recommend-inner {
    overflow: scroll;
    padding-bottom: 90px;
	padding-left:10px;
  }

  .more {
    margin: 20px auto 100px auto;
  }

  .inventory-text {
    font-size: 11px;
  }

  .inventory-car-select {
    width: 100%;
  }

  .row-2 li {
    font-size: 10px;
    height: 76px;
  }

  .row-2,
  .row-1,
  .item-row {
    width: 100%;
  }

  .img img {
    width: 115px;
    height: 76px;
  }

  .form-table th,
  .form-table td {
    display: block;
    padding: 10px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
  }

  input[type="text"],
  textarea {
    width: 100%;
  }

  .detail-container,
  .details-btn,
  .detail-table-container {
    width: 100%;
  }

  .datail-imgs {
    height: auto;
    width: 100%;
    display: flex;
    overflow-x: scroll;
  }

  .datail-imgs img {
    margin-right: 5px;
  }

  .detail-table-container table {
    display: block;
    margin-left: 15px;
  }

  .detail-container h2,
  .fa-check {
    margin-left: 15px;
  }

  .item-list a {
    width: 100%;
  }

  .datail-mein {
    width: 100%;
  }

  .car-info-img {
    height: auto;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 19px;
    letter-spacing: 0;
    margin-bottom: 15px;
  }

  p {
    font-size: 15px;
  }

  .is-ipa {
    display: none;
  }

  .mein-visual-mask {
    width: 90%;
  }

  .mein-container img {
    margin-top: 0;
  }

  .mein-visual-subtitle {
    letter-spacing: 3px;
  }

  .key-visual-title2 span {
    line-height: 1.2;
    letter-spacing: 3px;
    font-size: 14px;
  }

  .key-visual-title2 {
    font-size: 40px;
    letter-spacing: 3px;
  }

  .menu-btn {
    top: 22px;
    right: 0;
  }

  .header {
    height: 65px;
    width: 100%;
  }

  .header-border {
    margin-top: 4px;
  }

  .header__inner {
    padding: 0 20px;
  }

  .header__inner img {
    width: 120px;
  }

  .slider img {
    width: 100%;
    height: auto;
  }

  .menu-btn {
    right: 4%;
  }

  .slider {
    max-width: 390px;
    width: 100%;
    height: 225px;
    top: 18%;
  }

  .fa-search,
  .fa-building,
  .fa-envelope {
    padding-right: 0px;
  }

  .section-title {
    font-size: 24px;
    letter-spacing: 3px;
    left: 60px;
    top: 65%;
  }

  .section-subtitle {
    font-size: 13px;
  }

  .l-under-title-layout {
    padding: 170px 0 0 0;
    margin-bottom: 40px;
  }

  .details {
    padding: 75px 0 0 0;
  }

  .section-subtitle::before {
    content: "|";
    padding: 0 10px 0 0;
  }

  .car-icon {
    width: 23%;
  }

  .car-icon p {
    font-size: 8px;
  }

  .car-icon img {
    height: 35px;
    width: auto;
  }

  .car-select-inner {
    width: 100%;
  }
  
  

  .point {
    padding: 5px;
  }

  .merit-container {
    margin-top: 70px;
  }

  .merit-inner {
    display: block;
    width: 100%;
  }

  .mein-visual {
    min-height: 700px;
  }

  .mein-visual-title {
    left: 14%;
    top: 60%;
  }

  .caption {
    top: 52%;
  }

  .inventory-car-select-inner {
    margin-top: 5px;
  }

  .merit-box {
    width: 100%;
    border: none;
  }

  .recommend-inner div {
    width: 200px;
  }

  .car-info {
    margin-left: 0;
    margin-right: 10px;
  }

  .td-left,
  .td-right {
    font-size: 11px;
	line-height: 2.5em;
    padding: 0;
  }

  .is-sp-text {
    display: block;
    margin: 50px auto 30px auto;
    text-align: center;
  }

  .sp-car-info {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    color: black;
    padding: 10px;
    display: block;
    background-color: white;
  }

  .sp-car-info a {
    color: black;
  }

  .sp-car-info p {
    margin: 5px 0;
  }

  .sp-gray {
    color: #666666;
  }

  .sp-car-info-text {
    font-size: 10px;
  }

  .sp-car-info-table {
    font-size: 10px;
  }

  .sp-car-info-table img {
    padding-right: 15px;
  }

  .sp-car-info-table td {
    border: none;
    padding-right: 5px;
  }

  .lwh {
    padding-left: 30px;
  }

  .overview-table td {
    padding: 12px;
  }

  .text {
    margin: 0 auto 30px auto;
    font-size: 14.2px;
  }

  .step {
    font-size: 10px;
  }

  .step span {
    font-size: 12px;
  }

  .step li {
    padding: 10px 0;
  }

  .step li:last-child {
    padding-right: 0;
  }

  textarea[name="content"] {
    height: 150px;
  }

  dd {
    margin: 10px;
  }

  footer {
    font-size: 10px;
    padding: 5px 0;
  }

  .detail-table-container table {
    margin-left: 0;
  }

  .detail-container,
  .detail-table-container {
    margin-top: 50px;
  }

  .detail-table {
    width: 100%;
  }

  .detail-container h2,
  .fa-check {
    margin-left: 15px;
  }

  .datail-imgs li {
    margin-right: 3px;
  }

  .details-btn {
    /*width: 375px;*/ /*（20210525）fix marukin */
    margin: 25px 0;
  }

  .details-btn button {
    width: 150px;
    height: 40px;
    margin: 10px 5px 10px 5px;
    font-size: 15px;
  }

  input[type="button" i] {
    display: none;
  }

  .back-btn-box,
  .submit-btn-box {
    display: block;
    margin: 30px 0 0 0;
  }

  .thanks-heading {
    font-size: 18px;
    margin-top: 40px;
  }

  .td {
    display: block;
    width: auto;
  }

  .item_number,
  .item_maker,
  .item_model,
  .item_body,
  .item_nenshiki,
  .item_shaken,
  .item_price,
  .item_loading,
  .item_run,
  .item_lwh {
    width: 50% !important;
    box-sizing: border-box;
  }

  .item-flex {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
  }

  .item_img img {
    width: 92%;
    padding: 15px 0 5px 0;
  }

  .item_img {
    text-align: center;
    border-bottom: none;
  }

  .row1,
  .item_img {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
  }

  .section-title {
    max-width: 260px;
  }

  .row1 {
    border-top: none;
    border-bottom: none;
    border-right: none;
    padding: 5px 10px 5px 10px !important;
  }

  .row2 td {
    padding: 2px 10px;
    border-bottom: none;
    border-right: none;
  }

  .item-tbl {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    box-shadow: 5px 5px 30px rgb(0 0 0 / 20%);
  }

  .item_img {
    border-right: none;
  }

  .policy {
    height: 200px;
  }

  .detail-box {
    display: block;
  }

  .btn {
    margin: 30px 0;
  }

  .more {
    margin: 0 auto 100px auto;
  }

  .btn::after {
    right: 0;
    width: 20%;
  }

  .caption li {
    margin-left: 37px;
  }
  .caption {
    right: 5%;
  }
  .slider {
    left: 3%;
  }

  .car-select-title {
    left: 3%;
    font-size: 40px;
    top: -25px;
    letter-spacing: 6px;
  }

  .car-select {
    padding: 40px 0;
  }



  /* ▼（20230321）add marukin ▼  */
  #ul_camera360 li{ margin-right: 10px; }
  #ul_camera360 li:last-child{ margin-right: 0; }
  #ul_camera360 li a{ display: block; padding: 3px 12px 3px 30px; border-radius: 12px; font-size: 10px;
    background-position: 13px center;
    background-size: 14px auto;
  }
  /* ▲（20230321）add marukin ▲  */
}

@media screen and (max-width: 375px) {
  .slider {
    max-width: 350px;
  }
}

@media screen and (max-width: 320px) {
  .slider {
    max-width: 300px;
  }
}
