/* --------------------
 Front
-------------------- */
.front {
    position: relative;
}

.front__latest {
    background-color: rgba(255, 255, 255, 0.7);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.front__latest-container {
    align-items: stretch;
    display: flex;
    flex-flow: row nowrap;
    gap: 16px;
    height: 36px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1260px;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .front__latest-container {
        gap: 30px;
        height: 50px;
        padding: 0 30px;
    }
}

.front__latest__item {
    flex-grow: 1;
    flex-shrink: 1;
    height: 100%;
    width: calc(100% - 160px);
}

.front__latest__item__link {
    align-items: center;
    color: inherit;
    display: flex;
    flex-flow: row nowrap;
    gap: 10px;
    height: 100%;
    justify-content: flex-start;
    text-decoration: none;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
}

.front__latest__item__link:focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .front__latest__item__link:hover {
        opacity: 0.65;
    }
}

.front__latest__item__link__date {
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: var(--fs12);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
    width: 80px;
}

@media (min-width: 768px) {
    .front__latest__item__link__date {
        font-size: var(--fs14);
        width: 95px;
    }
}

.front__latest__item__link__category {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: var(--fs10);
    gap: 6px;
    justify-content: flex-end;
    width: auto;
}

@media (min-width: 768px) {
    .front__latest__item__link__category {
        gap: 10px;
    }
}

.front__latest__item__link__title {
    flex-grow: 1;
    flex-shrink: 1;
    font-size: var(--fs12);
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .front__latest__item__link__title {
        font-size: var(--fs14);
    }
}

.front__latest__action {
    align-self: center;
    flex-grow: 0;
    flex-shrink: 0;
    text-align: right;
    width: 20px;
}

@media (min-width: 768px) {
    .front__latest__action {
        width: 110px;
    }
}

@media (min-width: 992px) {
    .front__latest__action {
        width: 120px;
    }
}

.front__latest__action a {
    color: var(--color-theme);
    display: block;
    font-size: var(--fs16);
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.2;
    margin: 0 0 0 auto;
    padding: 0;
    position: relative;
    text-decoration: none;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 992px) {
    .front__latest__action a {
        font-size: var(--fs18);
        padding: 0 26px 0 0;
    }
}

@media (max-width: 767px) {
    .front__latest__action a span {
        display: block;
        height: 26px;
        opacity: 0;
        overflow: hidden;
        visibility: hidden;
        white-space: nowrap;
        width: 20px;
    }
}

.front__latest__action a:before {
    background-color: var(--color-theme);
    content: "";
    display: block;
    height: 6px;
    -webkit-mask-image: url(../images/icons/icon-black-arrow-right.svg);
    mask-image: url(../images/icons/icon-black-arrow-right.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: 2px;
    top: 11px;
    width: 16px;
}

@media (min-width: 992px) {
    .front__latest__action a:before {
        right: 0;
    }
}

.front__latest__action a:after {
    background-color: var(--color-theme);
    bottom: -1px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: 0;
    max-width: 100%;
    position: absolute;
    right: 0;
    transform: scaleX(1);
    transform-origin: left center;
    transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
    z-index: 0;
}

.front__latest__action a:focus:after {
    transform: scaleX(0);
    transform-origin: right center;
}

@media (hover: hover) and (pointer: fine) {
    .front__latest__action a:hover:after {
        transform: scaleX(0);
        transform-origin: right center;
    }
}

.front__overview__01 {
    background-image: url(../images/pages/front/front-overview-bg-1.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 36px 0 0;
}

@media (min-width: 768px) {
    .front__overview__01 {
        padding: 50px 0 0;
    }
}

.front__overview__01-container {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 20px;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .front__overview__01-container {
        padding: 0 30px;
    }
}

.front__overview__01__main {
    padding: 30px 0 40px 0;
    position: relative;
    width: 100%;
    z-index: 1;
}

@media (min-width: 768px) {
    .front__overview__01__main {
        padding: 60px 0 60px 0;
        width: 50%;
    }
}

@media (min-width: 992px) {
    .front__overview__01__main {
        padding: 80px 0 80px 100px;
    }
}

@media (min-width: 1240px) {
    .front__overview__01__main {
        padding: 105px 0 110px 120px;
    }
}

.front__overview__01__main__title {
    border-bottom: 1px solid var(--color-theme);
    color: var(--color-theme);
    font-size: var(--fs22);
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 1.2;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .front__overview__01__main__title {
        border-bottom: 2px;
        font-size: var(--fs30);
        margin: 0 0 30px;
    }
}

@media (min-width: 1240px) {
    .front__overview__01__main__title {
        font-size: var(--fs32);
    }
}

.front__overview__01__main__title img {
    display: none;
}

@media (min-width: 992px) {
    .front__overview__01__main__title img {
        bottom: -4px;
        display: block;
        left: -110px;
        position: absolute;
        width: 72px;
    }
}

@media (min-width: 1240px) {
    .front__overview__01__main__title img {
        left: -130px;
        width: 90px;
    }
}

.front__overview__01__main__subtitle {
    font-size: var(--fs15);
    font-weight: 700;
    letter-spacing: 0.3em;
    line-height: 1.8;
    margin: 0 0 8px;
}

@media (min-width: 768px) {
    .front__overview__01__main__subtitle {
        font-size: var(--fs20);
        margin: 0 0 15px;
    }
}

@media (min-width: 1240px) {
    .front__overview__01__main__subtitle {
        font-size: var(--fs22);
    }
}

.front__overview__01__main__content {
    margin: 0 0 35px;
}

.front__overview__01__main__content p {
    font-size: var(--fs12);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2;
    margin: 0;
}

@media (min-width: 768px) {
    .front__overview__01__main__content p {
        font-size: var(--fs16);
    }
}

.front__overview__01__fig {
    max-width: 665px;
    pointer-events: none;
    position: absolute;
    right: -20px;
    top: 40px;
    width: 296px;
}

@media (min-width: 768px) {
    .front__overview__01__fig {
        right: -30px;
        top: 0;
        width: calc(50% + 50px);
    }
}

@media (min-width: 992px) {
    .front__overview__01__fig {
        right: -30px;
    }
}

@media (min-width: 1240px) {
    .front__overview__01__fig {
        right: -80px;
        width: 665px;
    }
}

.front__overview__01__fig img {
    height: 100%;
    object-fit: contain;
    object-position: left bottom;
    position: relative;
    width: 100%;
    z-index: 1;
}

@media (min-width: 768px) {
    .front__overview__01__fig img {
        height: 380px;
        object-fit: cover;
        width: 665px;
    }
}

@media (min-width: 992px) {
    .front__overview__01__fig img {
        height: 400px;
    }
}

@media (min-width: 1240px) {
    .front__overview__01__fig img {
        height: 450px;
    }
}

.front__overview__01__fig:after {
    background-image: url(../images/pages/front/front-overview-1-shadow.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -27px;
    content: "";
    display: block;
    height: 110px;
    opacity: 0;
    position: absolute;
    right: 117px;
    transition: opacity 1.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s;
    width: 219px;
}

@media (min-width: 768px) {
    .front__overview__01__fig:after {
        bottom: -45px;
        height: 183px;
        right: 195px;
        width: 365px;
    }
}

@media (min-width: 992px) {
    .front__overview__01__fig:after {
        bottom: -48px;
        height: 196px;
        right: 208px;
        width: 389px;
    }
}

@media (min-width: 1240px) {
    .front__overview__01__fig:after {
        bottom: -60px;
        height: 244px;
        right: 260px;
        width: 486px;
    }
}

.front__overview__01__fig.-active:after {
    opacity: 1;
}

.front__overview__01__scroll {
    bottom: 35px;
    display: none;
    font-size: var(--fs10);
    padding: 0 0 70px;
    position: absolute;
    right: 25px;
    text-decoration: none;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    z-index: 1;
}

@media (min-width: 768px) {
    .front__overview__01__scroll {
        display: block;
    }
}

.front__overview__01__scroll:before {
    background-color: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 56px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 1px;
}

.front__overview__01__scroll:after {
    animation: heroScroll 3s 0s infinite cubic-bezier(0.645, 0.045, 0.355, 1);
    background-color: #fff;
    border-radius: 50%;
    bottom: 56px;
    content: "";
    display: block;
    height: 7px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: auto;
    transform-origin: center;
    width: 7px;
}

@keyframes heroScroll {
    0% {
        opacity: 0;
        transform: translateY(0px);
    }

    29% {
        opacity: 0;
        transform: translateY(0px);
    }

    30% {
        opacity: 1;
        transform: translateY(0px);
    }

    70% {
        opacity: 1;
        transform: translateY(59px);
    }

    100% {
        opacity: 0;
        transform: translateY(59px);
    }
}

.front__overview__01__scroll:focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .front__overview__01__scroll:hover {
        opacity: 0.65;
    }
}

.front__overview__02 {
    background-image: url(../images/pages/front/front-overview-bg-2.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.front__overview__02__shape {
    bottom: 0;
    height: 120px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: auto;
    width: auto;
    z-index: 0;
}

@media (min-width: 768px) {
    .front__overview__02__shape {
        height: 240px;
    }
}

.front__overview__02__shape__bg {
    bottom: -60px;
    height: 120px;
    left: 80vw;
    position: absolute;
    right: 0;
    top: auto;
    width: auto;
}

@media (min-width: 768px) {
    .front__overview__02__shape__bg {
        bottom: -95px;
        height: 240px;
        left: calc(50vw + 123px);
    }
}

@media (min-width: 992px) {
    .front__overview__02__shape__bg {
        left: calc(50vw + 246px);
    }
}

.front__overview__02__shape__bg__wave {
    background-image: url(../images/pages/front/front-overview-wave-1.svg);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 177px 100px;
    bottom: 0;
    height: 100px;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
    width: auto;
}

@media (min-width: 768px) {
    .front__overview__02__shape__bg__wave {
        background-size: 354px 200px;
        height: 200px;
    }
}

.front__overview__02__shape__clip {
    bottom: -60px;
    height: 120px;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: auto;
    width: 80vw;
    z-index: 1;
}

@media (min-width: 768px) {
    .front__overview__02__shape__clip {
        bottom: -95px;
        height: 240px;
        width: calc(50vw + 123px);
    }
}

@media (min-width: 992px) {
    .front__overview__02__shape__clip {
        width: calc(50vw + 246px);
    }
}

.front__overview__02__shape__clip__line {
    background-image: url(../images/pages/front/front-overview-wave-2.svg);
    background-position: 80vw top;
    background-repeat: repeat-x;
    background-size: 177px 100px;
    bottom: 0;
    height: 100px;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
    width: auto;
}

@media (min-width: 768px) {
    .front__overview__02__shape__clip__line {
        background-position: calc(50vw + 123px) top;
        background-size: 354px 200px;
        height: 200px;
    }
}

@media (min-width: 992px) {
    .front__overview__02__shape__clip__line {
        background-position: calc(50vw + 246px) top;
    }
}

.front__overview__02-container {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 20px 70px;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .front__overview__02-container {
        padding: 0 30px 180px;
    }
}

.front__overview__02__main {
    padding: 30px 0 0 0;
    width: 100%;
}

@media (min-width: 768px) {
    .front__overview__02__main {
        padding: 60px 0 0 0;
        width: 50%;
    }
}

@media (min-width: 992px) {
    .front__overview__02__main {
        padding: 75px 0 0 100px;
    }
}

@media (min-width: 1240px) {
    .front__overview__02__main {
        padding: 75px 0 0 120px;
    }
}

.front__overview__02__main__title {
    border-bottom: 1px solid #025f79;
    color: #025f79;
    font-size: var(--fs22);
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 1.2;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .front__overview__02__main__title {
        border-width: 2px;
        font-size: var(--fs30);
        margin: 0 0 30px;
    }
}

@media (min-width: 1240px) {
    .front__overview__02__main__title {
        font-size: var(--fs32);
    }
}

.front__overview__02__main__title img {
    display: none;
}

@media (min-width: 992px) {
    .front__overview__02__main__title img {
        bottom: -4px;
        display: block;
        left: -110px;
        position: absolute;
        width: 84px;
    }
}

@media (min-width: 1240px) {
    .front__overview__02__main__title img {
        left: -130px;
        width: 104px;
    }
}

.front__overview__02__main__subtitle {
    font-size: var(--fs15);
    font-weight: 700;
    letter-spacing: 0.3em;
    line-height: 1.8;
    margin: 0 0 8px;
}

@media (min-width: 768px) {
    .front__overview__02__main__subtitle {
        font-size: var(--fs20);
        margin: 0 0 15px;
    }
}

@media (min-width: 1240px) {
    .front__overview__02__main__subtitle {
        font-size: var(--fs22);
    }
}

.front__overview__02__main__content {
    margin: 0 0 35px;
}

.front__overview__02__main__content p {
    font-size: var(--fs12);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2;
    margin: 0;
}

@media (min-width: 768px) {
    .front__overview__02__main__content p {
        font-size: var(--fs16);
    }
}

.front__overview__02__fig {
    bottom: 0;
    left: 80vw;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    z-index: 1;
}

@media (min-width: 768px) {
    .front__overview__02__fig {
        left: calc(50vw + 123px);
    }
}

@media (min-width: 992px) {
    .front__overview__02__fig {
        left: calc(50vw + 246px);
    }
}

.front__overview__02__fig__item__upper {
    bottom: 138px;
    left: -40px;
    position: absolute;
    width: 84px;
    z-index: 1;
}

@media (min-width: 768px) {
    .front__overview__02__fig__item__upper {
        bottom: 283px;
        left: -75px;
        width: 155px;
    }
}

.front__overview__02__fig__item__lower {
    bottom: 14px;
    left: -40px;
    position: absolute;
    width: 84px;
    z-index: 0;
}

@media (min-width: 768px) {
    .front__overview__02__fig__item__lower {
        bottom: 50px;
        left: -75px;
        width: 155px;
    }
}

.front__overview__02__scroll {
    bottom: 35px;
    display: none;
    font-size: var(--fs10);
    padding: 0 0 70px;
    position: absolute;
    right: 25px;
    text-decoration: none;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    z-index: 1;
}

@media (min-width: 768px) {
    .front__overview__02__scroll {
        display: block;
    }
}

.front__overview__02__scroll:before {
    background-color: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 56px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 1px;
}

.front__overview__02__scroll:after {
    animation: heroScroll 3s 0s infinite cubic-bezier(0.645, 0.045, 0.355, 1);
    background-color: #fff;
    border-radius: 50%;
    bottom: 56px;
    content: "";
    display: block;
    height: 7px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: auto;
    transform-origin: center;
    width: 7px;
}

.front__overview__02__scroll:focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .front__overview__02__scroll:hover {
        opacity: 0.65;
    }
}

.front__product {
    background-image: url(../images/pages/front/front-product-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
}

@media (min-width: 768px) {
    .front__product {
        padding: 120px 0 0;
    }
}

.front__product-container {
    margin: 0 auto;
    max-width: 1020px;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .front__product-container {
        padding: 0 30px 110px;
    }
}

.front__product__title {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 20px;
    justify-content: flex-start;
    margin: 0 0 50px;
}

.front__product__title__en {
    font-size: var(--fs10);
    line-height: 1.2;
    margin: 0;
}

.front__product__title__en img {
    height: 22px;
    width: auto;
}

@media (min-width: 768px) {
    .front__product__title__en img {
        height: 24px;
    }
}

.front__product__title__ja {
    color: #fff;
    font-size: var(--fs14);
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1.2;
    margin: 0;
}

@media (min-width: 768px) {
    .front__product__title__ja {
        font-size: var(--fs16);
    }
}

.front__product__item-wrapper {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
    justify-content: flex-start;
    margin: 0 0 40px;
}

@media (min-width: 768px) {
    .front__product__item-wrapper {
        gap: 40px;
        margin: 0 0 100px;
    }
}

@media (min-width: 1240px) {
    .front__product__item-wrapper {
        gap: 56px;
    }
}

.front__product__item {
    width: calc(50% - 10px);
}

@media (min-width: 768px) {
    .front__product__item {
        width: calc(33.33333% - 26.66667px);
    }
}

@media (min-width: 1240px) {
    .front__product__item {
        width: calc(33.33333% - 37.33333px);
    }
}

.front__product__item__link {
    align-items: center;
    background-color: #fff;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-flow: column nowrap;
    gap: 10px 0;
    height: 100%;
    justify-content: center;
    padding: 12px 8px 12px;
    text-decoration: none;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
}

@media (min-width: 768px) {
    .front__product__item__link {
        aspect-ratio: 1/1;
        height: auto;
        padding: 20px 12px 20px;
    }
}

.front__product__item__link__fig {
    margin: 0 auto;
    max-width: 225px;
}

.front__product__item__link__fig img {
    width: 100%;
}

.front__product__item__link__title {
    color: #034150;
    font-size: var(--fs16);
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .front__product__item__link__title {
        font-size: var(--fs18);
        line-height: 1.8;
    }
}

.front__product__item__link:focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .front__product__item__link:hover {
        opacity: 0.65;
    }
}

.front__product__action {
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
    gap: 20px 26px;
}

@media (min-width: 768px) {
    .front__product__action {
        flex-direction: row;
        justify-content: flex-start;
    }
}

.front__topics {
    background-color: #e6ebf1;
    padding: 60px 0;
}

@media (min-width: 768px) {
    .front__topics {
        padding: 90px 0 80px;
    }
}

.front__topics-container {
    margin: 0 auto;
    max-width: 1020px;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .front__topics-container {
        padding: 0 30px;
    }
}

.front__topics__head {
    align-items: flex-end;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 0 0 40px;
}

.front__topics__head__title {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 18px;
    justify-content: flex-start;
    margin: 0;
}

.front__topics__head__title__en {
    font-size: var(--fs10);
    line-height: 1.2;
    margin: 0;
}

.front__topics__head__title__en img {
    height: 22px;
    width: auto;
}

@media (min-width: 768px) {
    .front__topics__head__title__en img {
        height: 24px;
    }
}

.front__topics__head__title__ja {
    color: #00364f;
    font-size: var(--fs14);
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1.2;
    margin: 0;
}

@media (min-width: 768px) {
    .front__topics__head__title__ja {
        font-size: var(--fs16);
    }
}

.front__topics__head__action a {
    color: #00364f;
    font-size: var(--fs14);
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.2;
    padding: 0 20px 0 0;
    text-decoration: none;
}

@media (min-width: 768px) {
    .front__topics__head__action a {
        font-size: var(--fs16);
        padding: 0 26px 0 0;
    }
}

.front__topics__head__action a:before {
    background-color: #00364f;
    content: "";
    display: block;
    height: 6px;
    -webkit-mask-image: url(../images/icons/icon-black-arrow-right.svg);
    mask-image: url(../images/icons/icon-black-arrow-right.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: 0;
    top: 11px;
    width: 16px;
}

.front__topics__head__action a:after {
    background-color: #00364f;
    bottom: -1px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: 0;
    max-width: 100%;
    position: absolute;
    right: 0;
    transform: scaleX(1);
    transform-origin: left center;
    transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
    z-index: 0;
}

.front__topics__head__action a:focus:after {
    transform: scaleX(0);
    transform-origin: right center;
}

@media (hover: hover) and (pointer: fine) {
    .front__topics__head__action a:hover:after {
        transform: scaleX(0);
        transform-origin: right center;
    }
}

.front__topics__list__item__link {
    color: inherit;
    display: block;
    text-decoration: none;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 240px;
}

@media (min-width: 768px) {
    .front__topics__list__item__link {
        width: 300px;
    }
}

.front__topics__list__item__link__fig {
    margin: 0 0 20px;
}

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

.front__topics__list__item__link__fig img {
    aspect-ratio: 300/170;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.front__topics__list__item__link__date {
    color: var(--color-theme);
    display: block;
    font-size: var(--fs14);
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.2;
    margin: 0 0 8px;
}

@media (min-width: 768px) {
    .front__topics__list__item__link__date {
        font-size: var(--fs16);
    }
}

.front__topics__list__item__link__title {
    font-size: var(--fs14);
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.7;
    margin: 0;
}

@media (min-width: 768px) {
    .front__topics__list__item__link__title {
        font-size: var(--fs16);
    }
}

.front__topics__list__item__link:focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .front__topics__list__item__link:hover {
        opacity: 0.65;
    }
}

.front__topics__list .swiper-slide {
    width: 240px;
}

@media (min-width: 768px) {
    .front__topics__list .swiper-slide {
        width: 300px;
    }
}