@charset "utf-8";
/*
Theme Name: アドダス
Author: アドダス
Author URI: https://addas.jp
Description: Bootstrap5@Webpack
*/

@font-face {
    font-family: 'LINE Seed JP';
    src: url('../fonts/LINESeedJP_OTF_Rg.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LINE Seed JP';
    src: url('../fonts/LINESeedJP_OTF_Bd.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.indent-1 {
    padding-left:1em;
    text-indent:-1em;
}

.fw-bold {
    font-weight: bold;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-800 {
    font-weight: 800;
}

body {
    font-family: YakuHanJP, 'LINE Seed JP', 'Yu Gothic', 'メイリオ', sans-serif;
    line-height: 1.7;
    /*background-color: #000!important;*/
    margin: 0;
    background-image: url(../img/relitologo.png);
}

a {
    text-decoration: none !important;
}

p {
    font-family: YakuHanJP, 'LINE Seed JP',  "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
    margin: 0;
}

.w-100 {
    width: 100%;
}

#inner-box {
    margin: 0 auto;
    overflow: hidden;
    max-width: 1200px;
    background-color: #fff;
}

.text-red {
    color: #c81812;
}

.bg-yellowgreen {
    background-color: #189e00;
}

.lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.lh-03 {
    line-height: 0.3;
}

.lh-04 {
    line-height: 0.4;
}

.lh-05 {
    line-height: 0.5;
}

.lh-06 {
    line-height: 0.6;
}

.lh-07 {
    line-height: 0.7;
}

.lh-08 {
    line-height: 0.8;
}

.lh-09 {
    line-height: 0.9;
}

.lh-10 {
    line-height: 1;
}

.lh-11 {
    line-height: 1.1;
}

.lh-12 {
    line-height: 1.2;
}

.lh-13 {
    line-height: 1.3;
}

.lh-14 {
    line-height: 1.4;
}

.lh-15 {
    line-height: 1.5;
}

.lh-16 {
    line-height: 1.6;
}

.lh-17 {
    line-height: 1.7;
}

.lh-18 {
    line-height: 1.8;
}

.lh-19 {
    line-height: 1.9;
}

.lh-20 {
    line-height: 2.0;
}

.lh-21 {
    line-height: 2.1;
}

.lh-22 {
    line-height: 2.2;
}

.lh-23 {
    line-height: 2.3;
}

.lh-24 {
    line-height: 2.4;
}

.lh-25 {
    line-height: 2.5;
}

.lh-26 {
    line-height: 2.6;
}

.lh-27 {
    line-height: 2.7;
}

.lh-28 {
    line-height: 2.8;
}

.lh-29 {
    line-height: 2.9;
}

.lh-30 {
    line-height: 3.0;
}

.ls-1 {
    letter-spacing: 1px;
}

.ls-2 {
    letter-spacing: 2px;
}

.ls-3 {
    letter-spacing: 3px;
}

.ls-4 {
    letter-spacing: 4px;
}

.ls-5 {
    letter-spacing: 5px;
}

.ls-6 {
    letter-spacing: 6px;
}

.ls-7 {
    letter-spacing: 7px;
}

.ls-8 {
    letter-spacing: 8px;
}

.ls-9 {
    letter-spacing: 9px;
}

.ls-10 {
    letter-spacing: 10px;
}

/* 角丸 */
.rounded10 {
    border-radius: 10px;
}

.rounded20 {
    border-radius: 20px;
}

.rounded20-bottom {
    border-radius: 0 0 20px 20px;
}

.py-40-80 {
    padding-top: clamp(2.5rem, 1.591rem + 4.55vw, 5rem);
    padding-bottom: clamp(2.5rem, 1.591rem + 4.55vw, 5rem);
}
.py-50-100 {
    padding-top: clamp(3.125rem, 1.989rem + 5.68vw, 6.25rem);
    padding-bottom: clamp(3.125rem, 1.989rem + 5.68vw, 6.25rem);
}

.mt-40-120 {
    margin-top: clamp(2.5rem, 0.682rem + 9.09vw, 7.5rem);
}

.mt-10-30 {
    margin-top: clamp(0.625rem, 0.17rem + 2.27vw, 1.875rem);
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-100 {
    margin-top: 100px !important;
}


.mb-0 {
    margin-bottom: 0px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

@media (min-width: 768px) {
    .mt-md-0 {
        margin-top: 0px !important;
    }
}

@media (min-width: 992px) {
    .mt-lg-0 {
        margin-top: 0px !important;
    }
}

@media (min-width: 1200px) {
    .mt-xl-0 {
        margin-top: 0px !important;
    }
}

.mt-70-50 {
    margin-top: 70px !important;
}

@media (min-width: 992px) {
    .mt-70-50 {
        margin-top: 50px !important;
    }
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

@media (min-width: 768px) {
    .pt-md-0 {
        padding-top: 0px;
    }
}

@media (min-width: 992px) {
    .pt-lg-0 {
        padding-top: 0px;
    }
}

@media (min-width: 1200px) {
    .pt-xl-0 {
        padding-top: 0px;
    }
}

.p-10 {
    padding: 10px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-30 {
    padding: 30px !important;
}

.p-40 {
    padding: 40px !important;
}

.p-50 {
    padding: 50px !important;
}

.p-60 {
    padding: 60px !important;
}

.p-70 {
    padding: 70px !important;
}

.p-80 {
    padding: 80px !important;
}

.p-90 {
    padding: 90px !important;
}

.p-100 {
    padding: 100px !important;
}


.px-10 {
    padding: 0 10px!important;
}

.px-20 {
    padding: 0 20px!important;
}

.px-30 {
    padding: 0 30px!important;
}

.px-40 {
    padding: 0 40px!important;
}

.px-50 {
    padding: 0 50px!important;
}

.px-60 {
    padding: 0 60px!important;
}

.px-70 {
    padding: 0 70px!important;
}

.px-80 {
    padding: 0 80px!important;
}

.px-90 {
    padding: 0 90px!important;
}

.px-100 {
    padding: 0 100px!important;
}


/*　見出し、文字設定　*/
h1,
h2,
h3,
h4,
h5 {
    font-family: YakuHanJP, 'LINE Seed JP';
}

.index-1 {
    text-indent: -1em;
    padding-left: 1em;
}

.fz-18 {
    font-size: 18px;
}

.fz-20 {
    font-size: 20px;
}

.fz-22 {
    font-size: 22px;
}

.fz-24 {
    font-size: 24px;
}

.fz-30 {
    font-size: 30px;
}

.fz-18-24 {
    font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
}

.fz-16-20 {
    font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
}

.fz-24-34 {
    font-size: clamp(1.5rem, 1.273rem + 1.14vw, 2.125rem) !important;
}

.fz-30-44 {
    font-size: clamp(2.5rem, 1.818rem + 3.41vw, 4.375rem) !important;
}

@media (min-width: 768px) {
    .fz-md-18 {
        font-size: 18px;
    }

    .fz-md-20 {
        font-size: 20px;
    }

    .fz-md-22 {
        font-size: 22px;
    }

    .fz-md-24 {
        font-size: 24px;
    }

    .fz-md-28 {
        font-size: 28px;
    }

    .fz-md-30 {
        font-size: 30px;
    }
}

@media (min-width: 992px) {
    .fz-lg-18 {
        font-size: 18px;
    }

    .fz-lg-20 {
        font-size: 20px;
    }

    .fz-lg-22 {
        font-size: 22px;
    }

    .fz-lg-24 {
        font-size: 24px;
    }

    .fz-lg-28 {
        font-size: 28px;
    }

    .fz-lg-30 {
        font-size: 30px;
    }
}

@media (min-width: 1200px) {
    .fz-xl-18 {
        font-size: 18px;
    }

    .fz-xl-20 {
        font-size: 20px;
    }

    .fz-xl-22 {
        font-size: 22px;
    }

    .fz-xl-24 {
        font-size: 24px;
    }

    .fz-xl-28 {
        font-size: 28px;
    }

    .fz-xl-30 {
        font-size: 30px;
    }
}

@media (min-width: 1420px) {
    .fz-xxl-18 {
        font-size: 18px;
    }

    .fz-xxl-20 {
        font-size: 20px;
    }

    .fz-xxl-22 {
        font-size: 22px;
    }

    .fz-xxl-24 {
        font-size: 24px;
    }

    .fz-xxl-28 {
        font-size: 28px;
    }

    .fz-xxl-30 {
        font-size: 30px;
    }
}

/*中身*/
.radio-group {
    margin-top: 10px;
    display: flex;
}

.radio-group label {
    display: flex!important;
    align-items: center;
    margin-right: 20px;
    font-weight: normal;
    margin-top: 5px;
}

.radio-group input[type="radio"] {
    width: auto;
    margin-right: 5px;
}

.radio-group, .checkbox-group {
    margin-top: 10px;
}

.radio-group label, .checkbox-group label {
    display: inline-block;
    margin-right: 20px;
    font-weight: normal;
    margin-top: 5px;
}

.checkbox-group label {
    display: block;
    margin-bottom: 10px;
    display: flex !important;
    align-items: center;
    height: 25px;
}

@media (min-width: 992px) {
    .checkbox-group {
        display: flex;
    }
}

.radio-group input[type="radio"], 
.checkbox-group input[type="checkbox"] {
    width: auto;
    margin-right: 5px;
}

.kugirisen1 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.kugirisen2 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 45px;
}

.btn-contact {
    width: 90%;
    position: absolute;
    bottom: 4%;
    left: 50%;
    transform: translate(-50%, 0%);
    animation: btn_animation 2.0s infinite;
}
@keyframes btn_animation {
    0% {
        transform: translate(-50%, 6%);
    }
    10% {
        transform: translate(-50%, -6%);
    }
    20% {
        transform: translate(-50%, 6%);
    }
    30% {
        transform: translate(-50%, -6%);
    }
    40% {
        transform: translate(-50%, 6%);
    }
    50% {
        transform: translate(-50%, -6%);
    }
    60% {
        transform: translate(-50%, 6%);
    }
    70% {
        transform: translate(-50%, -6%);
    }
    80% {
        transform: translate(-50%, 6%);
    }
    90% {
        transform: translate(-50%, -6%);
    }
    100% {
        transform: translate(-50%, 6%);
    }
}

#recommend {
    background-image: url(../img/bg-recommend.jpg);
    background-size: cover;
    background-position: center top;
}

.recommend-title {
    display: block;
    width: 85%;
    margin: 0 auto;
}

.example {
    display: block;
    width: 90%;
    margin: 0 auto;
}

.fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}

.bg-akagrade01 {
    background: linear-gradient(-45deg,rgba(107, 0, 4, 1) 1%, rgba(229, 0, 18, 1) 50%, rgba(106, 0, 3, 1) 100%);
}

.limitedbox {
    width: 95%;
    margin: -5px auto 0;
}

.usedcarbox {
    margin-top: 4%;
    margin-left: 3%;
    margin-right: 3%;
    padding-bottom: 7%;
}

#greatvalue {
    position: relative;
}

.greatvalue_bottom {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}

.zindent-2 {
    position: relative;
    z-index: 2;
}

#reason {
    background-color: #fff462;
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 6%;
}

.reason-title {
    position: relative;
    z-index: 1;
    margin-top: -4%;
}

.reasonbox {
    margin-top: -3%;
    position: relative;
    z-index: 2;
}


/*メールフォーム*/
#contact h1 {
    color: #2c3e50;
    margin-bottom: 30px;
    text-align: center;
}

.office .form-group {
    margin-bottom: 20px;
}

.office label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.office .required::after {
    content: "※";
    color: #e74c3c;
    margin-left: 3px;
}

input,
textarea {
    width: 100%;
    padding: 12px;
    border: 0;
    background-color: #fcedc2;
    border-radius: 4px;
    font-size: 16px;
    min-height: 44px;
}

textarea {
    height: 180px;
    resize: vertical;
}

.office .submit-btn {
    background-color: #459946;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    display: block;
    margin: 30px auto 0;
    width: 200px;
    transition: background-color 0.3s;
}

.office .submit-btn:hover {
    background-color: #2980b9;
}

.office .error-message {
    color: #e74c3c;
    font-size: 14px;
    margin-top: 5px;
    display: none;
}

/* フッター */
.footer-bottom {
    background-color: #000;
    padding: 15px 20px;
}

.privapo {
    color: #fff;
    font-size: 12px;
    border-bottom: 1px solid #fff;
}
.copyright {
    color: #fff;
    font-size: 10px;
    margin-top: 10px;
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .privapo {
        font-size: 14px;
    }
    .copyright {
        margin-top: 0px;
    }
    .footer-bottom {
        padding: 30px;
    }
}

/* トップへ戻るボタン */
.back-to-top {
    position: fixed;
    bottom: 2%;
    right: 2%;
    padding: 12px 16px;
    background-color: rgba(193, 112, 0, 0.7);
    color: white;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: bold;
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.4s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.back-to-top.visible {
    transform: translateY(0);
    opacity: 1;
}

.back-to-top:hover {
    background-color: rgba(0, 0, 0, 0.9);
    transform: translateY(-3px);
}

.back-to-top .arrow-icon {
    width: 20px;
    height: 20px;
    position: relative;
}

.back-to-top .arrow-icon:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 50%;
    width: 12px;
    height: 12px;
    border-top: 3px solid white;
    border-left: 3px solid white;
    transform: translate(-50%, -50%) rotate(45deg);
}

.btn_back {
    display: inline-block;
    background-color: #9c4d36;
    border: 4px solid #9c4d36;
    color: #fff;
    font-size: 24px;
    padding: 15px 30px;
    border-radius: 40px;
    width: 50%;
    max-width: 300px;
    position: relative;
}

.btn_back:before {
    content: '◀︎';
    color: #fff;
    position: absolute;
    top: 50%;
    left: 10%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.btn_back:hover {
    color: #9c4d36;
    background-color: #fff;
}

.btnWr:hover .btn_back:before {
    color: #9c4d36;
}

.btn-mailform {
    display: block;
    background-color: #cc0001;
    border: 2px solid #cc0001;
    color: #fff;
    font-size: 20px; 
    margin: 40px auto 0;
    padding: 15px 30px;
    border: 0;
    width: 30%;
}

.btn-mailform:hover {
    background-color: #fff;
    border: 2px solid #459946;
    color: #459946;
}

/*#raitenjikan {
  background-color: #fcedc2;
  border: 0;
  padding: 10px 20px;
  width: 200px;
  box-sizing: border-box;
}*/


.custom-select-wrapper {
  position: relative;
  width: 220px;
  user-select: none;
}

.custom-select {
  background-color: #fcedc2;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px 15px;
  width: 200px;
}

.custom-select-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.arrow {
  width: 0;
  height: 0;
  margin-left: 8px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #333; /* 矢印の色 */
  transition: transform 0.3s ease;
}

/* open 時に矢印を回転 */
.custom-select.open .arrow {
  transform: rotate(180deg);
}

.custom-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: none;
  flex-direction: column;
  z-index: 999;
}

.custom-option {
  padding: 10px 15px;
  cursor: pointer;
}

.custom-option:hover {
  background: #f0f0f0;
}

/* 表示時 */
.custom-select.open .custom-options {
  display: flex;
}