:root {
    --theme-main-color: #1A1A1C;
    --text-normal: #1A1A1C;
    --border-gray: #D5D8DA;
    --background-gray: #F3F5F6;
    --text-gray: #606163;
    --text-light-gray: #9EA3A7
}

#breadcrumbs {
    padding: 40px 0 0 7%
}

.archive-downloads {
  /* background: url(../images/header-pc.png) no-repeat;
  background-position: center; */
  background-color: var(--theme-gray-bg);
    padding-bottom: 1px;
}

.archive-downloads h1 {
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
    margin: 24px 0;
}
.archive-downloads h1 span{
    background: var(--theme-gra);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.archive-downloads__header {
    padding: 0 7%
}

.archive-downloads__header__content {
    text-align: center;
    color: #000000;
    padding-top: 20px;
}

.archive-downloads__body {
    font-weight: 500;
    font-size: 16px;
    padding: 82px 8% 0
}

.archive-downloads__wrapper {
    margin-bottom: 64px;
    background: #FFFFFF;
    padding: 0
}

.archive-downloads__item {
    display: flex;
    flex-direction: column
}

.archive-downloads__item img {
    max-height: calc(29vw / 2);
    object-fit: cover
}

.archive-downloads__item .tag {
    margin: 24px 0 12px;
    color: var(--theme-main-color);
    font-size: 14px
}

.archive-downloads__item h2 {
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    margin: 28px 24px
}

.archive-downloads__item .description {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #818181;
    margin: 0 24px
}

.archive-downloads__item .download {
    position: relative;
    width: 216px;
    background: #1A1A1C;
    border-radius: 4px;
    color: #FFFFFF;
    text-align: center;
    padding: 16px 0;
    margin: 32px auto;
    font-weight: 700
}

@media screen and (max-width:800px) {
    #breadcrumbs {
        padding: 24px 0 0 0
    }

    h1 {
        font-size: 24px !important
    }

    .archive-downloads__header {
    /* background-image: url(../images/top/header-fv-sp.png); */
        padding: 0 20px 16px
    }

    .archive-downloads__body {
        margin: 8px 0 0;
        padding: 16px
    }

    .archive-downloads__wrapper {
        padding: 0;
        margin-bottom: 24px
    }

    .archive-downloads__item {
        display: flex
    }

    .archive-downloads__item img {
        max-height: initial
    }

    .archive-downloads__item h2 {
        font-size: 18px
    }
}