/* --------------------
 Front_LCP
-------------------- */
.front__hero {
    background-image: url(../images/pages/front/front-hero-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
}

.front__hero-container {
    margin: 0 auto;
    max-width: 1000px;
    padding: 30px 15px 90px;
    position: relative;
}

@media (min-width: 768px) {
    .front__hero-container {
        display: flex;
        gap: 4%;
        justify-content: space-between;
        align-items: stretch;
        padding: 60px 30px;
    }
}

@media (min-width: 992px) {
    .front__hero-container {
        padding: 90px 0 60px 60px;
    }
}

.front__hero__contact {
    display: none;
    position: absolute;
    right: 15px;
    top: 20px;
    z-index: 0;
}

@media (min-width: 768px) {
    .front__hero__contact {
        align-items: center;
        -webkit-box-align: center;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.front__hero__contact__label {
    margin: 0 5px 0 0;
}

.front__hero__contact__tel {
    margin: 0 10px 0 0;
}

.front__hero__contact__tel__link {
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
}

.front__hero__contact__tel__link:hover, .front__hero__contact__tel__link:focus {
    opacity: 85;
}

.front__hero__contact__mail {
    margin: 0;
}

.front__hero__contact__mail__link {
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
}

.front__hero__contact__mail__link:hover, .front__hero__contact__mail__link:focus {
    opacity: 85;
}

.front__hero__content__message {
    display: block;
    margin: 0 0 15px;
    position: relative;
}

@media (min-width: 768px) {
    .front__hero__content__message {
        margin: 0 0 30px;
    }
}

.front__hero__content__message picture {
    display: block;
}

.front__hero__content__message picture img {
    width: 100%;
    height: auto;
}

.front__hero__content {
    margin: 0 0 15px;
    padding: 0;
    position: relative;
}

@media (min-width: 768px) {
    .front__hero__content {
        margin: 0;
    }
}

.front__hero__content__desc {
    color: #ffffff;
    display: none;
    font-size: 1.0rem;
    font-size: 2.8vw;
    line-height: 2.4;
    margin: 0 0 20px;
    padding: 0;
    text-align: left;
    width: 72%;
}

@media (min-width: 500px) {
    .front__hero__content__desc {
        font-size: 1.4rem;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .front__hero__content__desc {
        display: block;
        font-size: 1.6rem;
        letter-spacing: .3em;
        margin-bottom: 50px;
    }
}

.front__hero__images {
    flex-shrink: 0;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .front__hero__images {
        margin: 0;
        max-width: 48%;
    }
}

.front__hero__images__illust {
    display: block;
    height: auto;
    margin: 10px auto;
    width: min(375px,80%);
}

@media (min-width: 768px) {
    .front__hero__images__illust {
        margin: 20px auto;
        width: 90%;
    }
}

.front__hero__images__illust img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.front__hero__images__badges {
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
    margin: 0 auto;
    width:min(375px,80%);
}

@media (min-width: 768px) {
    .front__hero__images__badges {
        height: 202px;
        width: 100%;
    }
}

.front__hero__images__badges__performance {
    display: block;
    height: auto;
    width: 34%;
}

@media (min-width: 768px) {
    .front__hero__images__badges__performance {
        height: 202px;
        width: 34%;
    }
}

.front__hero__images__badges__eccube {
    display: block;
    height: auto;
    position: relative;
    width: 63%;
}

@media (min-width: 768px) {
    .front__hero__images__badges__eccube {
        width: 63%;
    }
}

.front__hero__images__badges__eccube img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.front__hero__images__badges__eccube span {
    color: #ffffff;
    letter-spacing: .1em;
    position: absolute;
    right: 20px;
    text-decoration: underline;
    top: 100%;
}

.front__hero__images__badges__eccube span::after {
    content: " ››";
}

.front__hero__images__badges__eccube:hover span {
    text-decoration: none;
}

.front__hero__action {
    inset: auto auto 0 40%;
    position: absolute;
}

@media (min-width: 768px) {
    .front__hero__action {
        inset: auto auto 0 0;
    }
}

.front__hero__action__link {
    background-color: #ffffff;
    display: inline-block;
    font-size: 1.0rem;
    height: 20px;
    line-height: 1.0;
    padding: 4px 0 4px 10px;
    position: relative;
    -webkit-transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
            transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
}

@media (min-width: 768px) {
    .front__hero__action__link {
        height: 32px;
        padding: 10px 0 10px 10px;
    }
}

.front__hero__action__link:after {
    border-bottom: 10px solid #ffffff;
    border-left: 10px solid #ffffff;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    bottom: 0;
    content: '';
    display: block;
    height: 20px;
    left: auto;
    position: absolute;
    right: -20px;
    top: 0;
    -webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
            transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 20px;
    z-index: 0;
}

@media (min-width: 768px) {
    .front__hero__action__link:after {
        border-bottom: 16px solid #ffffff;
        border-left: 9px solid #ffffff;
        border-right: 9px solid transparent;
        border-top: 16px solid transparent;
        height: 32px;
        right: -18px;
        width: 18px;
    }
}

.front__hero__action__link img {
    line-height: 1.0;
    vertical-align: middle;
}

.front__hero__action__link:hover, .front__hero__action__link:focus {
    background-color: #ffe000;
}

.front__hero__action__link:hover:after, .front__hero__action__link:focus:after {
    border-bottom-color: #ffe000;
    border-left-color: #ffe000;
}

.front__hero__scroll {
    -webkit-animation: upDown 3s linear infinite;
            animation: upDown 3s linear infinite;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
    bottom: 10px;
    height: 45px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 30px;
}

@media (min-width: 768px) {
    .front__hero__scroll {
        bottom: 30px;
        height: 60px;
        width: 48px;
    }
}