@charset "UTF-8";

.front__latest__action a:before {
    top: 6px;
}

.front__overview__01__main {
    width: max(40%, 250px);
}

.front__overview__02__main {
    max-width: 100%;
    position: relative;
    width: max(45%, 250px);
    z-index: 1;
}


.front__overview__01__main__title, .front__overview__02__main__title {
    border: none;
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-decoration: underline;
    text-underline-offset: 8px;
}

@media (min-width: 768px) {
    .front__overview__01__main__title, .front__overview__02__main__title {
        line-height: 1.4;
        text-underline-offset: 10px;
    }
}

@media (min-width: 768px) {
    .front__overview__01__main__title img, .front__overview__02__main__title img {
        bottom: 45px;
    }
}

.front__overview__01__main__subtitle, .front__overview__02__main__subtitle {
    letter-spacing: 0.05em;
}

.front__overview__01__main__content, .front__overview__02__main__content {
    letter-spacing: 0.05em;
}

@media (min-width: 768px) {
    .front__latest__action a {
        padding-right: 30px;
    }
}

.front__latest__action a:after {
    bottom: 2px;
}

.front__product__description {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .front__product__description {
        margin-bottom: 60px;
    }
}

.front__product__description p {
    color: #ffffff;
    font-feature-settings: "palt";
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.7;
}

@media (min-width: 768px) {
    .front__product__description p {
       font-size: var(--fs18);
    }
}

.front__product__description a {
    color: #ffffff;
    font-feature-settings: "palt";
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.78;
}

.front__product__description a::after {
    content: " ››";
}

.front__product__action__item {
    width: 254px;
}