@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Noto+Sans+JP:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;800;900&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif;
}

p, strong, h1, ul, li, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

.header {
    max-width: 1000px;
    display: flex;
    margin: auto;
    padding: 18px 0;
    align-items: center;
    justify-content: space-between;
}

.header a {
  display: inline-block;
}

.header a img {
  width: 100%;
  height: auto;
  display: block;
}

.header-title {
   color: #254eb6;
   font-size: 28px;
   font-weight: bold;
}

.banner {
    background: url('../img/banner.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 400px;
    position: relative;
}

.banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.56);
    z-index: 1;
}

.banner-content {
    position: relative;
    z-index: 2;
}

.banner-img-details img {
    max-width: 300px;
    max-height: 260px;
    object-fit: contain;
}

.banner-img-1 {
    position: absolute; 
    right: 264px;
    top: 159px;
    animation-delay: 2s;
}

.banner-img-2 {
    position: absolute;
    right: 149px;
    top: 207px;
    animation-delay: 2.5s;
}

@keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(30px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

.banner-title {
    color: #FFFFFF;
    font-size: 48px;
    font-weight: 900;
    position: absolute;
    top: 62px;
    left: 232px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.8);
}

.banner-sub-title {
    color: #F4C91F;
    font-size: 68px;
    font-weight: 900;
    position: absolute;
    top: 125px;
    left: 232px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.8);
    span {
        color: #FFFFFF;
        font-size: 56px;
    }
}
.button-banner {
    top: 250px;
    left: 306px;
    width: 313px;
    height: 82px;
    position: absolute;
    .top-text {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 16px;
        width: 100%;
        .highlight {
            font-size: 24px;
        }
    }
    .top-text::before,
    .top-text::after {
        content: "";
        display: inline-block;
        width: 20px;
        height: 2px;
        background-color: #ffffff;
    }
    .top-text::before {
        margin-right: 12px;
        margin-bottom: 5px;
        transform: rotate(50deg);
    }
    .top-text::after {
        margin-left: 5px;
        margin-bottom: 5px;
        transform: rotate(-50deg);
    }
}

.button-main {
    display: inline-block;
    background: linear-gradient(to bottom, #FFAA00, #FF4800);
    border-radius: 40px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    line-height: 82px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: 1px solid #FF4800;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.button-main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    height: 3px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 10%, transparent 80%);
    clip-path: polygon(0% 0%, 10% 100%, 90% 100%, 100% 0%);
    opacity: 0.8;
}

.button-banner::after {
    content: "今すぐ出品する";
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 22px;
    width: 100%;
    text-shadow: 0px 4px 4px rgba(255, 72, 0, 1);
}

.button-main:hover {
    background: linear-gradient(to bottom, #FF8800, #FF2200);
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.3);
    transform: scale(1.05);
}

.btn-submit {
    margin-top: 70px;
    width: 545px;
    font-size: 28px;
    text-shadow: 0px 4px 4px rgba(255, 72, 0, 1);
    line-height: 77px;
    span {
        font-size: 32px;
    }
}

.btn-next-container {
    max-width: 540px;
    margin: auto;
    display: none;
    margin-top: 20px;
}

.btn-next {
    width: 100%;
    height: 80px;
    padding-left: 2em;
    background: linear-gradient(to bottom, #FFAA00, #FF4800);
    border: 1px solid #FF4800;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 12px;     
    cursor: pointer;
    font-size: 16px;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease-in-out;
    text-shadow: 0px 4px 4px rgba(255, 72, 0, 1);
}

.btn-next:hover {
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.3);
    transform: scale(1.05);
}

.btn-next-item {
    position: relative;
}

.btn-next-item::after {
    position: absolute;
    right: 15px;
    content: '';
    margin-top: -4px;
    width: 14px;
    height: 14px;
    border-width: 2px 2px 0 0;
    border-color: #fff;
    border-style: solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-next-item {
    display: flex;
    align-items: center;
    justify-content: center;
    p {
        color: #fff;
        font-weight: bold;
        font-size: 32px;
        margin: 0;
    }
}

.info-section {
    background-color: #2046AB;
    color: #ffffff;
    text-align: center;
    padding: 20px 0 18px 0;
    font-weight: bold;
}

.info-title {
    font-size: 22px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.info-heading {
    top: 16px;
    font-size: 28px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    .info-heading-sub {
        font-size: 36px;
    }
}

.info-section-sub {
    background-color: #2046AB;
    color: #ffffff;
    text-align: center;
    padding: 16px 0 18px 0;
    font-weight: bold;
}

.info-title-sub {
    font-size: 38px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    span {
        font-size: 28px;
    }
}

.info-heading-sub {
    top: 16px;
    font-size: 28px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    span {
        font-size: 36px;
    }
}

.info-content {
    text-align: center;
    padding: 29px 0 54px 0;
}

.main-text {
    font-size: 20px;
    color: #000000;
    line-height: 1.4;
    font-weight: 500;
}

.highlight-text-content {
    margin: 25px auto 50px auto;
}

.highlight-text {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    position: relative;
    z-index: 1;
    max-width: 597px;
}

.highlight-text::before {
    content: "";
    position: absolute;
    bottom: -12px;
    width: 100%;
    height: 20px;
    background: #FFD900;
    margin: auto;
    z-index: -1;
    left: 50%;
    transform: translate(-50%, -50%);
}

.info-boxes {
    display: flex;
    gap: 49px;
    max-width: 1000px;
    margin: auto;
}

.info-box {
    background-color: #F2FAFF;
    padding: 32px 20px;
    border-radius: 20px;
    width: 300px;
    text-align: center;
    h3 {
        font-size: 25px;
        color: #332C6B;
        font-weight: bold;
        line-height: 1.3;
        margin-bottom: 20px;
    }
    p {
        font-size: 20px;
        color: #000000;
        font-weight: 500;
        line-height: 1.6;
        text-align: left;
    }
}

.form-container {
    background: url('../img/appraisal-bg_1.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    padding-top: 36px;
    padding-bottom: 55px;
}

.title {
    color: #254eb6;
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px; 
    padding-bottom: 10px;
    position: relative;
}

.title::before {
    position: absolute;
    content: "";
    background-color: #254eb6;
    bottom: 0;
    left: 50%;
    width: 36px;
    height: 4px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.title-bike {
    color: #254eb6;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .06em;
    line-height: 1;
    font-family: "Lato", sans-serif;
    margin-bottom: 5px;
}

.title-form {
    color: #2046AB;
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin-bottom: 61px;
}

.form-box {
    max-width: 800px;
    margin: auto;
}

.form-title {
    font-size: 20px;
    display: flex;
    align-items: center;
    background-color: #2046AB;
    height: 64px;
    padding-right: 30px;
    padding-left: 30px;
    margin: 0;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 20px 20px 0 0;
}

.form-title-2 {
    font-size: 20px;
    display: flex;
    align-items: center;
    background-color: #2046AB;
    height: 64px;
    padding-right: 30px;
    padding-left: 30px;
    margin: 0;
    color: #FFFFFF;
    font-weight: bold;
}


.form-group {
    padding: 20px 30px;
    border: 1px solid #D1D1D1;
    border-top: none;
    background-color: #FAFAFA;
    display: flex;
    align-items: center;
    gap: 10px;
}

.textarea-container {
    width: 580px;
}

.form-group-textarea {
    display: flex;
    padding: 20px 30px;
    border: 1px solid #D1D1D1;
    border-top: none;
    background-color: #FAFAFA;
    gap: 10px;
    align-items: flex-start;
}

.not-required {
    background-color: #888 !important;
}

.form-group-address {
    display: flex;
    padding: 20px 30px;
    border: 1px solid #D1D1D1;
    border-top: none;
    background-color: #FAFAFA;
    gap: 10px;
    align-items: flex-start;
}

.form-group:first-child {
    border-top: 1px solid #ccc;
}

.form-group-two {
    padding: 20px 30px;
    border: 1px solid #D1D1D1;
    border-top: none;
    background-color: #FAFAFA;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.form-group-two-input {
    display: flex;
    gap: 10px;
    align-items: center;
}

.form-company {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form-company .form-group {
    flex-direction: column;
    align-items: start;
    padding: 0;
    border: unset;
    background-color: unset;
}

.form-company label {
   width: 100%;
   justify-content: start;
   gap: 10px;
   font-size: 13px;
   color: #66615b;
   font-weight: 600;
}

.form-company label.error {
    margin-top: 10px;
    margin-bottom: 0;
    color: #FF0000;
}


.form-company .input-container {
   width: 100%;
}

.form-company .input-container input {
   width: 100%;
   height: 31px;
}

.form-company .required {
   background-color: #FF0000;
   color: #FFFFFF;
}

.btn-company {
    width: 160px;
    height: 36px;
    line-height: 36px;
    font-size: 13px;
    margin-top: 20px;
    font-weight: 600;
    background-color: #68b3c8;
    color: #ffffff;
    border: none;
    cursor: pointer;
}

.btn-company:hover {
    background-color: #52ccee;
}

.zip-code-detail {
    input {
        width: 132px;
        height: 48px;
        box-sizing: border-box;
    }
    span {
        color: #2046AB;
    }
}

.two-input-error {
    margin-left: 162px;
}

label {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    width: 150px;
    color: #2046AB;
    font-size: 18px;
    align-items: center;
}

.required {
    background-color: #e54139;    
    width: 42px;
    height: 20px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.select-item {
    width: 580px;
    height: 48px;
    position: relative;
}

.select-item::before {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 13px;
    content: '';
    width: 8px;
    height: 8px;
    border-width: 1px 1px 0 0;
    border-color: #044cb3;
    border-style: solid;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: -6px;
    pointer-events: none;
    z-index: 1;
}

textarea {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #D9D9D9;
    height: 132px;
    padding: 15px;
    font-size: 16px;
    border-radius: 2px;
    color: #000000;
    transition: all 0.3s ease-in-out;
    font-family: 'Noto Sans JP', sans-serif;
}

textarea::placeholder {
    color: #ccc;
    font-weight: 600;
}

textarea:focus {
    outline: none;
}

input {
    width: 100%;
    background-color: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    padding: 12px;
    font-family: 'Noto Sans JP', sans-serif;
}

input:focus {
    outline: none;
}

.input-container input {
    width: 580px;
    height: 48px;
    box-sizing: border-box;
}

input::placeholder {
    color: #ccc;
}

.form-select-address label, .form-select-zip label {
    min-width: 180px;
}

.form-select-address input, .form-select-zip input, .form-select-address .select-item,  .form-select-zip .select-item {
    width: 550px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 48px;
    padding: 12px;
    background-color: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    font-size: 16px;
    cursor: pointer;
    font-family: 'Noto Sans JP', sans-serif;
}

.select2-selection__choice {
    background-color: #eee !important;
    border: 1px solid #D9D9D9 !important;
    border-radius: 4px !important;
    padding: 2px 8px 2px 6px !important;
    margin-right: 5px !important;
    margin-top: 4px !important;
    color: #333 !important;
    font-size: 14px !important;
    font-family: inherit !important;
}

.select2-selection__choice__remove {
    color: #555 !important;
    margin-right: 4px !important;
    font-weight: bold !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #D9D9D9 !important;
    border-radius: 2px !important;
    min-height: 48px !important;
    padding: 4px 6px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    padding: 0 !important;
    margin: 0 !important;
}

.select2-results__option {
    font-size: 14px !important;
}

svg {
    margin: 10px;
}

select:focus {
    outline: none;
}

.success {
    background-color: #fff !important;
    border: 1px solid #e54139;
    position: relative;
}

.success::after {
    position: absolute;
    top: 50%;
    right: 15px;
    content: '';
    width: 9px;
    height: 18px;
    margin-top: -13px;
    border-right: 2px solid #e54139;
    border-bottom: 2px solid #e54139;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

label.error {
    width: 100%;
    font-weight: 700;
    color: #e10000;
    margin-bottom: 10px;
}

.input-container #zip {
    width: 287px;
}

.btn-show {
    display: flex;
    gap: 20px;
    text-align: center;
}

.btn-show button {
    margin-top: 20px;
}

.form-select-1, .form-select-2, .form-select-3, .form-submit, .form-select-address, .form-select-zip {
    display: none;
}

.block {
    display: block;
}

.zip-code-link {
    color: #2046AB;
    text-decoration: underline;
    font-size: 18px;
    font-weight: 500;
    margin-left: 10px;
}

.name-container .name-input {
    display: flex;        
    align-items: center;
    gap: 10px;
    margin-top: 5px;
}

.name-container .name-input input {
    width: 255px;
    height: 48px;
    box-sizing: border-box;
}

.name-container span {
    font-weight: bold;
    color: #2046AB;
    font-size: 18px;
}

.email-disabled {
    background-color: #ddd;
    color: #666;
    cursor: not-allowed;
}

#loading-page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    z-index: 999;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid rgba(255, 255, 255, 0.3);
    border-top: 5px solid white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

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

.steps-container {
    margin: 60px 0 126px 0;
    .title-form {
        margin-bottom: 40px;
    }
}

.steps-list {
    max-width: 1000px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 30px;
}

.step-box {
    width: 220px;
    background: #FAFAFA;
    border-radius: 20px;
    position: relative;
}

.step-header {
    background: #F4C91F;
    padding: 9px;
    font-weight: bold;
    font-size: 32px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-family: 'Nunito Sans', sans-serif;
    text-align: center;
    span {
        color: #000000;
        font-size: 16px;
    }
}

.step-detail {
    padding: 12px 20px;
}

.step-title {
    color: #2046AB;
    font-weight: bold;
    font-size: 20px;
    margin: 20px 0 10px 0;
    text-align: center;
}

.step-img {
    text-align: center;
}

.step-desc {
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.2;
}

.step-box:not(:last-child)::after {
    content: "";
    color: #D1D1D1;
    position: absolute;
    top: 50%;
    right: -32px;
    transform: translateY(-50%) rotate(0deg);
    width: 0;
    height: 0;
    border-top: 19.5px solid transparent;
    border-bottom: 19.5px solid transparent;
    border-left: 21px solid #ccc;
}

.margin-top-10 {
    margin-top: 10px;
}

.auction-container {
    text-align: center;
    max-width: 1000px;
    margin: auto;
    background-color: #ffffff;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
  
.auction-container .top-text  {
    margin: 0 0 20px 0;
    p {
        font-size: 32px;    
        color: #2046AB;
        font-weight: bold;
    }
}

.auction-main {
    display: flex;
    align-items: center;
    margin-top: 40px;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
}

.table-fadeout {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 109px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #ffffff 100%);
    pointer-events: none;
}

.auction-table {
    flex: 0 0 49.1%;
}

.auction-bike-image {
    flex: 0 0 50.9%;
}

.auction-table table {
    border-collapse: collapse;
    width: 461px;
    margin-left: 30px;
    background: #FFFFFF;
}

.auction-table th {
    background: #68b3c8;
    color: white;
    height: 40px;
    font-size: 15px;
    font-weight: 600;
}

.auction-table td {
    border-bottom: 1px solid #ccc5b9;
    text-align: center;
    height: 50px;
    font-size: 15px;
    font-weight: 400;
    color: #66615b;
}

.rank {
    position: relative;
}

.rank-meta {
    position: absolute;
    border-radius: 50%;
    color: white;
    width: 34px;
    height: 34px;
    line-height: 34px;
    left: -15px;
    top: 5px;
    .rank-number {
        font-size: 15px;
        font-weight: bold;
    }
    .rank-unit {
        font-size: 12px;
        font-weight: bold;
    }
}

.rank-1 { 
    background: #F44336;
    width: 61px;
    height: 61px;
    line-height: 61px;
    left: -30px;
    top: -15px;
    .rank-number {
        font-weight: 500;
        font-size: 24px;
    }
    .rank-unit {
        font-weight: 500;
        font-size: 20px;
    }
}

.rank-2 { 
    content: "2位"; 
    background: #FF6200; 
}

.rank-3 { 
    content: "3位"; 
    background: #FFAA00; 
}

.rank-4 { 
    content: "4位";
    background: #F4C91F; 
}

.rank-5 { 
    content: "5位";
    background: #F4C91F;
}

.auction-bottom-text {
    margin-top: 30px;
    color: #2046AB;
    font-weight: bold;
    font-size: 32px;
    .content {
        display: inline-block;
        position: relative;
    }
    .content::before {
        content: "";
        display: block;
        width: 0;
        height: 75px;
        border-left: 5px solid #2046AB;
        position: absolute;
        left: -60px;
        top: 10px;
        transform: rotate(-35.41deg);
    }
    .content::after {
        content: "";
        display: block;
        width: 0;
        height: 75px;
        border-left: 5px solid #2046AB;
        position: absolute;
        right: -35px;
        top: 15px;
        transform: rotate(-144.59deg);
    }
}

.store-info {
    background: #2046AB;
    color: white;
    margin: 20px 0 0 0;
    font-size: 48px;
    height: 106px;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.store-info::after {
    content: "";
    position: absolute;
    width: 597px;
    height: 20px;
    background-color: #FFD900;
    z-index: -1;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.store-info-text {
    padding-top: 24px;
    .margin-center {
        margin: 0 16px;
    }
}

.store-info span {
    font-size: 32px;
    font-weight: 500;
}

.store-info strong, .store-info span {
    letter-spacing: 0.05em;
    text-shadow:
        -1px -1px 0 #2046AB,
        1px -1px 0 #2046AB,
    -1px  1px 0 #2046AB,
        1px  1px 0 #2046AB,
    -2px  0   0 #2046AB,
        2px  0   0 #2046AB,
        0   -2px 0 #2046AB,
        0    2px 0 #2046AB,
    -2px -2px 0 #2046AB,
        2px -2px 0 #2046AB,
    -2px  2px 0 #2046AB,
        2px  2px 0 #2046AB;
}

.triangle-up {
    width: 0;
    height: 0;
    border-left: 56.29px solid transparent;
    border-right: 56.29px solid transparent;
    border-top: 37.5px solid #332C6B;
    margin: auto;
    margin-top: 31px;
    margin-bottom: 20px;
}

.bike-trade-content {
    margin: 60px 0;
}

.container-appraisal {
    max-width: 1000px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    color: #333;
    line-height: 1.6;

    .appraisal-content {
        padding: 40px 20px;

    }

    .section-title {
        color: #0052cc;
        font-size: 28px;
        font-weight: bold;
        margin: 0 0 30px 0;
        text-align: center;
        padding-bottom: 10px;
        border-bottom: 3px solid #0052cc;
    }

    .step-appraisal-auction {
        background: #f9f9f9;
        padding: 30px;
        border-radius: 12px;
        margin: 0 auto 40px;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.7);
        position: relative;
        overflow: hidden;

        .img-step-auction {
            width: 280px !important;
        }

        .step-title-1, .step-title-2, .step-title-3 {
            font-size: 25px;
            font-weight: 700;
            color: #1e293b;
            margin-bottom: 25px;
            position: relative;
            display: inline-block;
            padding-left: 50px;
            white-space: nowrap;
        }
        
        .step-title-1::before {
            content: "1";
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 40px;
            height: 40px;
            background-color: #0052cc;
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            font-weight: 600;
        }

        .step-title-2::before {
            content: "2";
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 40px;
            height: 40px;
            background-color: #0052cc;
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            font-weight: 600;
        }

        .step-title-3::before {
            content: "3";
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 40px;
            height: 40px;
            background-color: #0052cc;
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            font-weight: 600;
        }
        
        .auction-box {
            background-color: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
            margin-bottom: 25px;
            position: relative;
            overflow: hidden;
            transition: all 0.3s ease;
            text-align: center;
        }
        
        .auction-box:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }
        
        .auction-motorcycle {
            width: 100%;
            max-width: 700px;
            height: auto;
            border-radius: 8px;
            display: block;
            margin: 0 auto;
            transition: transform 0.3s ease;
        }
        
        .auction-box:hover .auction-motorcycle {
            transform: scale(1.02);
        }
        
        .step-text-appraisal {
            font-size: 20px;
            color: #334155;
            font-weight: 500;
            line-height: 1.7;
            padding: 20px;
            background-color: #fff;
            border-radius: 10px;
            border-left: 4px solid #0052cc;
            position: relative;
        }
        
        .highlight {
            background-color: #e0e7ff;
            padding: 2px 6px;
            border-radius: 4px;
            font-weight: 600;
            color: #0052cc;
        }
    }
}

.auction-layout {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.motorbike-side {
    flex: 0 0 60%;
}
  
.bidding-info-box {
    flex: 0 0 40%;
    font-family: 'Inter', sans-serif;
    display: flex;
    gap: 21px;
}

.bidding-info-left {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.bidding-info-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bid-item {
    background-color: #fff;
    border: 2px solid #2046AB;
    border-radius: 34px;
    font-weight: 500;
    position: relative;
    font-size: 16px;
    color: #000000;
    line-height: 1.2;
    padding: 8px 19px 8px 19px;
}

.arrow {
    position: relative;
    width: 48px;
    height: 4px;
    background-color: #3E67EA;
}

.arrow::before {
    content: '';
    position: absolute;
    left: 1px;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
    width: 12px;
    height: 12px;
    border: solid #3E67EA;
    border-width: 0 4px 4px 0;
    padding: 4px;
}

.rotate-0 { 
    left: -88px;
    top: 32px;
    transform: rotate(-31deg);
}

.rotate-1 { 
    left: -88px;
    top: 20px;
}

.rotate-2 { 
    left: -88px;
    top: 15px;
    transform: rotate(5deg);
}

.rotate-3 { 
    left: -88px;
    top: 15px;
    transform: rotate(16deg);

}

.auction-status-box {
    background-color: #F4C91F;
    padding: 20px;
    font-weight: 600;
    text-align: center;
    color: #000000;
    font-size: 18px;
}

.auction-status-box span {
    display: block;
    margin-top: 20px;
}

.auction-gavel-icon {
    text-align: left;
}

.bike-wrapper {
    display: flex;
    align-items: center;
    font-family: 'Inter', sans-serif;
    flex-wrap: wrap;
    justify-content: center;
}

.bike-options {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-left: 39px;
    margin-right: 28px;
}

.bike-option {
    display: flex;
    align-items: center;
    gap: 15px;
}

.bike-option-label {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 2px solid #000000;
    border-radius: 34px;
    font-weight: 500;
    position: relative;
    font-size: 16px;
    color: #000000;
    padding: 8px 19px 8px 19px;
    line-height: 1.2;
    white-space: nowrap;
}

.bike-checkbox {
    position: relative;
    width: 24px;
    height: 24px;
}

.bike-checkbox input {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    height: 100%;
    background-color: #0f0f10;
    border-radius: 2px;
    cursor: default;
    outline: none;
    position: relative;
    border: 0;
}

.bike-checkbox input::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 7px;
    width: 6px;
    height: 12px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(45deg);
    opacity: 1;
}

.bike-checkbox input.light {
    background-color: #f2eef8;
}

.bike-checkbox input.light::before {
    border-color: #333;
}

.bike-instruction {
    background-color: #F4C91F;
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #000000;
    align-self: flex-start
}

.auction-img {
    width: 319px;
    height: 232px;
    object-fit: contain;
}

.upload-notice {
    display: none;
    background-color: #f4c91f;
    color: #2046AB;
    border: 1px solid #2046AB;
    padding: 12px 16px;
    margin-top: 16px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 2px 6px rgba(32, 70, 171, 0.1);
    text-align: center;
}

.upload-alert {
    position: relative;
    color: #2046AB;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    display: inline-block;
}

.upload-alert::before {
    content: "";
    display: block;
    width: 0;
    height: 40px;
    border-left: 3px solid #2046AB;
    position: absolute;
    left: -30px;
    top: 0;
    transform: rotate(-35deg);
}

.upload-alert::after {
    content: "";
    display: block;
    width: 0;
    height: 40px;
    border-left: 3px solid #2046AB;
    position: absolute;
    right: -30px;
    top: 0;
    transform: rotate(35deg);
}

.text-center.form-submit {
    margin-top: 70px;
}

.text-center.form-submit .btn-submit {
    margin-top: 20px;
}

.underlineHd01 {
    margin: 54px 0 54px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    position: relative;
}

.underlineHd01:after {
    content: "";
    display: block;
    width: 36px;
    height: 0;
    border-top: 4px solid #333;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -18px;
}

.companyGapImgTxtWrap {
    max-width: 1000px;
    margin: 0 auto 60px;
    position: relative;
}

.companyGapImgTxtWrap .txt {
    max-width: 660px;
    background-color: #f6f6f6;
    line-height: 1.8;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    p {
        padding: 40px 70px 50px 60px;
    }
}

.companyGapImgTxtWrap .img {
    position: relative;
    z-index: 1;
    float: right;
    margin-right: -200px;
    margin-top: 157px;
}

.colorWrap {
    background-color: #ebf2fb;
    padding-top: 1px;
}

.companyGapImgTxtWrap:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
}

.pcOuter {
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 100px;
}

.panelHd01.hasIcon {
    padding-left: 62px;
}

.panelHd01 {
    background-color: #254eb6;
    color: #fff;
    font-size: 20px;
    padding: 15px 20px;
    border-radius: 6px 6px 0 0;
    position: relative;
    margin-top: 20px;
}

.panelHd01.hasIcon:after {
    content: "\f041";
    font-family: "FontAwesome";
    font-size: 30px;
    color: #f4c91f;
    position: absolute;
    top: 50%;
    line-height: 1;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    left: 20px;
}

.panelBody {
    background-color: #fff;
    padding: 50px 60px;
    border-radius: 0 0 6px 6px;
}

.borderBoldTable {
    width: 100%;
}

.borderBoldTable th {
    background-color: #e4e4e4;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    padding: 10px 0 10px;
    text-align: center;
    width: 123px;
    border-bottom: 4px solid #fff;
    border-right: 4px solid #fff;
    vertical-align: middle;
}

.borderBoldTable td {
    background-color: #f6f6f6;
    font-size: 16px;
    line-height: 1.5;
    padding: 10px 20px;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
}

.contents {
    font-family: 'Roboto', sans-serif;
    color: #333;
}

.contents img {
    max-width: 100%;
    height: auto;
}

.panelHd01.book:after {
    content: "\f02d";
    font-family: "FontAwesome";
}

.enkakuDl {
    padding-left: 90px;
    padding-bottom: 1px;
    position: relative;
}

.enkakuDl dt {
    font-family: lato, 'Noto Sans JP', "Yu Gothic", YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'ＭＳ Ｐゴシック', Meiryo, sans-serif;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 8px;
    font-weight: 700;
    position: relative;
}

.enkakuDl:before {
    content: "";
    display: block;
    width: 0;
    border-left: 8px solid #044cb3;
    position: absolute;
    top: 15px;
    bottom: 20px;
    height: auto;
    left: 7px;
}

.enkakuDl dt:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -76px;
    width: 62px;
    border-top: 1px solid #044cb3;
}

.enkakuDl dt:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    left: -90px;
    width: 18px;
    height: 18px;
    border: 2px solid #044cb3;
    background-color: #fff;
    border-radius: 50%;
}

.enkakuDl:after {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    bottom: -10px;
    left: -8px;
    border: transparent solid 23px;
    border-top: 36px solid #044cb3;
    border-bottom: none;
    border-right: none;
}

.enkakuDl dd {
    font-size: 16px;
    margin-bottom: 28px;
    padding-bottom: 13px;
    border-bottom: 1px dotted #ccc;
    margin-left: 0;
}

.footer {
    position: relative;
    padding-top: 25px;
    padding-bottom: 20px;
    background-color: #555;
}

.footer .content {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

.footer-pagetop {
    position: absolute;
    top: -64px;
    right: 50px;
    margin-right: 0;
    width: 64px;
    height: 64px;
}

.footer-pagetop a {
    position: relative;
    display: block;
    width: 64px;
    height: 64px;
    background-color: #044cb3;
}

.footer-pagetop a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 12px;
    height: 12px;
    border-width: 2px 2px 0 0;
    border-color: #fff;
    border-style: solid;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -4px;
    margin-left: -7px;
}

.footer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 30px;
}

.footer-list .item:first-of-type {
    padding-left: 0;
    padding-right: 0;
}

.footer-list .item {
    position: relative;
    padding-right: 35px;
    padding-left: 35px;
    list-style: none;
}

.footer-list a {
    color: #fff;
    outline: none;
    text-decoration: none;
}

.footer-copyright {
    padding-top: 15px;
    border-top: 1px solid #999;
    color: #ddd;
    font-size: 14px;
    text-align: center;
    line-height: 1;
}

.footer-list .item:before {
    left: 0;
}

.footer-list .item:not(:first-child):before {
    position: absolute;
    content: '';
    top: 50%;
    width: 1px;
    height: 16px;
    background-color: #999;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.pageTitleWrap {
    background-image: url(../img//main_img_bike_01.jpg);
    background-size: cover;
    background-position: center center;
    height: 200px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.pageTitleWrap .en {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1;
}

.pageTitleWrap .pageTitle {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

.lato, .text-lato {
    font-family: "Lato", sans-serif;
    font-weight: 400;
}

.breadWrap {
    background-color: #ebf2fb;
}

.breadWrap ul {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 0;
    padding: 10px;
}

.breadWrap ul li {
    display: inline-block;
}

.breadWrap ul li a {
    text-decoration: underline;
}

.breadWrap ul li a, .breadWrap ul li span {
    line-height: 1.5;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    color: #333;
}

.breadWrap ul li .gt {
    margin: 0 10px;
}

.banners {
    padding-top: 20px;
    .content {
        max-width: 1000px;
        margin: auto;

        .banners-list:first-of-type {
            margin-bottom: 15px;
        }

        .banners-list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            list-style: none;
        }

        .banners-list img {
            width: 100%;
            height: auto;
            vertical-align: middle;
        }

        .banners-list .item {
            border: none;
            width: 88px;
            display: flex;
            align-items: center;
        }

        .is__md-flex {
            display: none;
        }
    }
}

@media (max-width: 1440px) {
    .banner {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        min-height: 400px;  
    }
}

@media (max-width: 1400px) {
    .companyGapImgTxtWrap {
        max-width: 100%;
        min-height: auto;
        margin-bottom: 40px;
    }

    .companyGapImgTxtWrap .txt {
        position: static;
        max-width: 100%;
        padding: 15px;
        box-sizing: border-box;
        background-color: #f6f6f6;
        font-size: 18px;
        line-height: 1.6;
    }

    .box.img {
        text-align: center;
    }

    .companyGapImgTxtWrap .img {
        position: static;
        max-width: 100%;
        margin: 20px 10px;
        display: block;
        height: auto;
        float: none;
    }
}


@media (max-width: 1300px) {
    .banner-title, .banner-sub-title {
        left: 10%;
    }

    .button-banner {
        left: 12%;
    }

    .banner-img-1 {
        right: 10%;
    }

    .banner-img-2 {
        right: 5%;
    }
}

@media (max-width: 1024px) {
    .banners {
    & .content {
        .banners-list {
                justify-content: center;
                gap: 15px;
            }
        }
    }

    .motorbike-side, .bidding-info-box {
        flex: 0 0 100%;
        justify-content: center;
        gap: 35px;
        flex-wrap: wrap;
    }

    .bidding-info-box {
        margin-top: 20px;
    }

    .bidding-info-left {
        display: grid;
        grid-template-columns: 115px 115px;
        justify-content: center;
        gap: 25px;
    }

    .bidding-info-right {
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .bike-options {
        display: grid;
        grid-template-columns: 135px 135px;
        gap: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .bike-option {
        gap: 10px;
    }

    .rotate-1 {
        transform: rotate(90deg);
        left: -57px;
        top: -20px;
    }

    .rotate-0, .rotate-2, .rotate-3 {
        display: none;
    }

    .arrow::before {
        border-width: 0 5px 5px 0;
        padding: 5px;
        left: 0;
        width: 14px;
        height: 14px;
    }

    .btn-show {
        align-items: center;
        flex-direction: column;
        gap: 0;
    }

    .title {
        font-size: 28px;
    }

    .main-text {
        padding: 0 5px;
    }

    .header {
        padding: 18px 10px;
    }

    .bike-section {
        grid-template-columns: 1fr;
    }

    .banner-title {
        font-size: 36px;
    }

    .banner-sub-title {
        font-size: 48px;
        top: 110px;
    }

    .button-banner .top-text .highlight {
        font-size: 20px;
    }

    .top-text {
        font-size: 14px;
    }

    .button-banner::after {
        font-size: 18px;
    }

    .button-banner {
        top: 210px;
        left: 10%;
        width: 250px;
    }

    .info-title {
        font-size: 18px;
    }

    .info-heading {
        font-size: 24px;
    }

    .info-heading .info-heading-sub {
        font-size: 30px;
    }

    .banner-img-1 {
        right: 5%;
        top: 150px;
    }

    .banner-img-2 {
        top: 195px;
        right: 0;
    }

    .info-boxes {
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

   .steps-list {
        grid-template-columns: 220px 220px;
        justify-content: center;
        align-items: center;
   }
}
 
@media (max-width: 800px) {
    .btn-next {
        height: 60px;
        width: 80%;
    }

    .btn-next-item p {
        font-size: 24px;
    }

    .select2-container--default {
        width: 100% !important;
    }

    .step-box:not(:last-child)::after {
        border-left: 19.5px solid transparent;
        border-right: 19.5px solid transparent;
        border-top: 21px solid #ccc;
        bottom: -75px;
        left: 50%;
        transform: translate(-50%, -50%);
        top: unset;
    }

    .appraisal-content img {
        width: 100%;
    }

    .footer {
        padding-top: 15px;
        padding-bottom: 10px;
    }

    .footer-list {
        padding-bottom: 20px
    }

    .footer-pagetop {
        width: 54px;
        height: 54px;
        top: -54px;
    }

    .footer-pagetop a {
        width: 54px;
        height: 54px;
    }

    .steps-container {
        margin: 50px 0 100px 0;
    }

    .steps-container .btn-submit {
        margin-top: 40px;
    }

    .container-appraisal .step-appraisal-auction:last-child {
        margin: 0 auto 0;
    }

    .bike-trade-content {
        margin: 0;
    }

    .form-container {
        padding-top: 30px;
        padding-bottom: 50px;
        .title-form {
            margin-bottom: 31px;
        }
    }

    .footer .content {
        padding: 10px;
    }

    .borderBoldTableTdSp {
        display: block;
    }

    .companyGapImgTxtWrap .txt {
        margin: 10px;
        p {
            padding: 20px;
        }
    }

    .panelBody {
        padding: 10px;
    }

    .info-content {
        padding: 30px 0 30px 0;
    }

    .info-boxes {
        gap: 30px;
    }

    .info-title {
        font-size: 16px;
    }

    .auction-container .btn-submit {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .auction-container .top-text  {
        p {
            font-size: 28px;
        }
    }
    
    .auction-bottom-text{
        font-size: 28px;
    }

    .header-title {
        font-size: 24px;
    }

    .title {
        font-size: 24px;
    }

    .input-container-zip {
        text-align: left;
    }

    .two-input-error {
        margin-left: 0;
    }

    .highlight-text-content {
        padding: 0 5px;
        margin: 25px auto 25px auto;
    }

    .highlight-text {
        background: linear-gradient(transparent 65%, #f4c91f 65%);
    }
    
    .highlight-text::before {
        content: unset;
    }

    .info-section {
       padding: 15px 5px 15px 5px;
    }

    .info-section-sub {
        padding: 15px 5px 15px 5px;
     }

    .info-heading {
        font-size: 22px;
    }

    .info-heading .info-heading-sub {
        font-size: 26px;
    }

    
    .info-title-sub {
        font-size: 22px;
    }

    .info-heading-sub {
        font-size: 26px;
        span {
            font-size: 30px;
        }
    }

    .steps-list {
        grid-template-columns: 220px;
        margin-bottom: 0;
        gap: 50px;
    }

    .btn-submit {
        width: 60%;
        line-height: 60px;
        font-size: 24px;
        span {
            font-size: 28px;
        }
    }

    .form-group-address {
        flex-direction: column;
        display: block;
        input {
            width: 100%;
        }
        label {
            margin-bottom: 10px !important;
        }
    }

    .name-container {
        width: 100% !important;
    }

    .form-group-two-input {
        flex-direction: column;
        align-items: flex-start;
    }

    .name-container .name-input {
        flex-direction: column;
        align-items: flex-start;
    }

    .name-container .name-input input {
        width: 100% !important; 
    }

    .input-container input {
        width: 100% !important;
    }

    .form-group-textarea {
        flex-direction: column;
    }

    .textarea-container {
        width: 100% !important;
    }

    .form-group {
        flex-direction: column;
        align-items: normal;
    }

    .select-item {
        width: 100% !important;
    }

    label {
        width: unset;
        justify-content: unset;
        gap: 12px;
    }

    .submit-btn-item {
        p {
            font-size: 16px;
        }
    }

    .submit-btn-item::after {
        width: 10px;
        height: 10px;
    }

    .form-box {
        padding: 0 15px;
    }
}

@media (max-width: 700px) { 
    .borderBoldTable th {
        width: 100px;
    }

    .banners {
        & .content {
            .is__lg-flex {
                display: none;
            }

            .is__md-flex {
                display: flex;
                justify-content: center;
                gap: 15px;
            }
        }
    } 

    .container-appraisal {
        & .step-appraisal-auction {
            .step-text-appraisal {
                padding: 15px;
            }
        }
    }

    .container-appraisal {
        .appraisal-content {
            padding: 15px;
        }
    }

    .banner-title, .banner-sub-title, .button-banner {
        left: 5%;
    }

    .auction-status-box, .bike-instruction {
        white-space: nowrap;
    }

    .bike-options, .bike-instruction {
        margin-top: 20px;
    }
    
    .container-appraisal .step-appraisal-auction {
        padding: 15px;
    }

    .container-appraisal .step-appraisal-auction .auction-box {
        padding: 15px;
    }
    
    .bike-trade-content .container-appraisal .img-step-auction {
        width: 100% !important;
    }

    .store-info {
        font-size: 42px;
    }

    .store-info span {
        font-size: 28px;
    }

    .auction-bottom-text .content::after { 
        height: 50px;
        right: -30px;
    }

    .auction-bottom-text .content::before { 
        height: 50px;
        left: -30px;
    }
    
    .auction-container .top-text  {
        p {
            font-size: 25px;
            margin: 0 5px;
        }
    }
    
    .auction-bottom-text{
        font-size: 24px;
    }

    .store-info::after {
        top: 70%;
        width: 90%;
    }

    .title {
        font-size: 20px;
    }

    .banner {
        height: 350px;
    }

    .banner-img-1 { 
        width: 30%;
    }

    .banner-img-2 { 
        width: 30%;
    }
}

@media (max-width: 600px) { 
    .header a {
        width: 50%;
        max-width: 200px;
    }

    .header-title {
        font-size: 20px;
    }

    .info-box {
        padding: 15px;
    }

    .banner-img-1 {
        right: 7%;
        top: 195px;
    }

    .banner-img-2 {
        top: 225px;
    }

    .button-banner {
        top: 170px;
    }

    .banner-title {
        top: 20px;
    }

    .banner-sub-title {
        top: 55px;
    }

    .upload-alert {
        font-size: 16px;
    }

    .upload-alert::before {
        left: -15px;
        height: 35px;
    }

    .upload-alert::after {
        right: -15px;
        height: 35px;
    }

    .auction-table table {
        width: 345px;
        margin-left: 0;
    }

    .store-info-text .margin-center {
        margin: 0 5px !important;
    }

    .auction-bike-image {
        flex: 0 0 80%;
    }

    .auction-bike-image img {
        width: 100%;
    }

    .store-info::after {
        top: 65%;
        width: 90%;
    }

    .store-info {
        font-size: 36px;
    }

    .store-info span {
        font-size: 24px;
    }

    .auction-bottom-text {
        font-size: 20px;
    }

    .auction-bottom-text .content::after { 
        height: 40px;
        right: -25px;
        top: 15px;
    }

    .auction-bottom-text .content::before { 
        height: 40px;
        left: -25px;
        top: 15px;
    }

    .zip-code-link {
        font-size: 16px;
        display: block;
        margin-top: 10px;
        margin-left: 0px;
    }

    .btn-submit {
        width: 80%;
    }
}

@media (max-width: 480px) {
    .header a {
        width: 35%;
        max-width: 150px;
    }

    .header-title {
        font-size: 18px;
    }

    .button-banner {
        height: 70px;
        line-height: 70px;
    }

    .banner-img-1 {
        width: 35%;
        top: 200px;
    }

    .banner-img-2 {
        width: 35%;
        top: 230px;
    }

    .upload-alert {
        width: 320px;
    }

    .motorbike-side, .bidding-info-box {
        gap: 15px;
        .auction-img {
            width: 100%;
        }
    }

    .banner-title, .banner-sub-title, .button-banner {
        left: 2%;
    }

    .store-info::after {
        top: 60%;
    }

    .store-info {
        font-size: 30px;
    }

    .store-info span {
        font-size: 22px;
    }

    .rank-1 {
        width: 41px;
        height: 41px;
        line-height: 41px;
        left: -20px;
        top: -12px;
        .rank-number {
            font-weight: 500;
            font-size: 20px;
        }
        .rank-unit {
            font-weight: 500;
            font-size: 16px;
        }
    }
    
    .btn-submit {
        font-size: 20px;
        span {
            font-size: 24px;
        }
    }

    .form-group, .form-group-textarea, .form-group-two, .form-group-address {
        padding: 15px 15px;
    }

    .banner-title {
        font-size: 32px;
    }

    .banner-sub-title {
        font-size: 40px;
    }

    .submit-btn-item {
        p {
            font-size: 16px;
            padding-left: 1em;
        }
    }

    .submit-btn-item::after {
        width: 10px;
        height: 10px;
    }
}

@media (max-width: 430px) {
    .auction-bottom-text .content {
        max-width: 300px;
    }

    .banner-img-1 {
        right: 10%;
        top: 230px;
    }

    .banner-img-2 {
        top: 250px;
    }
}

@media (max-width: 400px) {
    .auction-status-box, .bike-instruction {
        padding: 10px;
    }

    .banner-img-1 {
        top: 240px;
    }

    .banner-img-2 {
        top: 260px;
    }
}

@media (max-width: 390px) {
    .header {
        padding: 18px 5px;
    }

    .header-title {
        font-size: 16px;
    }

    .banner-title {
        font-size: 30px;
        left: 2%;
    }

    .banner-sub-title {
        left: 2%;
    }

    .rank-1, .rank-2, .rank-3, .rank-4, .rank-5 {
        left: -10px;
    }

    .container-appraisal .step-appraisal-auction .auction-box {
        padding: 10px;
    }
}

@media (max-width: 370px) {
    .auction-bottom-text .content {
        max-width: 280px;
    }

    .container-appraisal .step-appraisal-auction {
        padding: 5px;
    }

    .bike-options, .bike-option {
        gap: 5px;
    }

    .rank-1, .rank-2, .rank-3, .rank-4, .rank-5 {
        left: 0;
    }

    .banner-title {
        font-size: 26px;
        left: 1%;
    }

    .banner-sub-title {
        font-size: 36px;
        left: 1%;
        span {
            font-size: 50px;
        }
    }
}
