/*=============================================================
item-box
=============================================================*/
#products.dx_series.index .item-box {
    background-color: var(--bg-blue);
    border-radius: 16px 16px 0 0;
    overflow: hidden;
}

#products.dx_series.index [id*="ac--01--0"] {
    margin-bottom: 64px;
}

#products.dx_series.index .item-box>.ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-blue);
    color: #fff;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.48px;
    padding: 16px 40px;
    margin-bottom: 0;
}

#products.dx_series.index .item-box .inner {
    padding: 40px;
    background-color: var(--bg-blue);
    margin-bottom: 0;
}

#products.dx_series.index .item-box .bold-blue {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 200%;
    color: var(--primary-blue);
    margin-top: 24px;
}

#products.dx_series.index .col--clm3--1 figure {
    width: 112px;
    margin: 24px auto;
}

#products.dx_series.index .inner-fullw {
    padding-top: 120px;
    padding-bottom: 120px;
    text-align: center;
    background: url(../dx_series/img/index-p04.png) no-repeat top center;
    background-size: cover;
}

#products.dx_series.index .inner-fullw .comingsoon {
    background-color: #fff;
    padding: 32px;

}

#products.dx_series .inner-fullw.inner-fullw.contact {
    background: url(../dx_series/img/index-contact-bg.png) no-repeat center center;
    background-size: contain;
    text-align: center;
    padding-bottom: 80px;
}

#products.dx_series .inner-fullw.contact .index-ttl {
    text-align: center;
    color: var(--primary-blue);
    font-size: 2.0rem;
    font-style: normal;
    font-weight: 600;
    line-height: 200%;
    letter-spacing: 0.4px;
    position: relative;
    padding: 64px 0 0;
    margin-bottom: 40px;
}

#products.dx_series .inner-fullw.contact .index-ttl:before {
    content: 'CONTACT';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    font-family: "Roboto Condensed", Arial, sans-serif;
    background: linear-gradient(180deg, #D7EEFF 0%, #F8FCFF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 12.0rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 2.4px;
    z-index: 0;
    pointer-events: none;
}

#products.dx_series .inner-fullw.contact .index-ttl span {
    position: relative;
    z-index: 1;
}

/* banner-area
-------------------------------------------------------------*/
#products.dx_series.index .banner-area {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

#products.dx_series.index .banner-area ul {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

#products.dx_series.index .banner-area ul li {
    max-width: 262px;
}

#products.dx_series.index .banner-area ul li a {
    text-decoration: none;
    transition: var(--animation);
}

#products.dx_series.index .banner-area ul li a:hover {
    opacity: 0.8;
}

#products.dx_series.index .banner-area ul li a figure {
    margin-bottom: 0;
}

#products.dx_series.index .banner-area ul li a figcaption {
    font-weight: 400;
    line-height: 150%;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1601px 以上 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (min-width: 1601px) {}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1600px ～ 1160px
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (max-width: 1600px) and (min-width: 1160px) {}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1159px ～ 768px
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (max-width: 1159px) and (min-width: 768px) {}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
767px 以下
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (max-width: 767.99999px) {

    /*=============================================================
    item-box
    =============================================================*/
    #products.dx_series.index [id*="ac--01--0"] {
        margin-bottom: 64px;
    }

    #products.dx_series.index .item-box>.ttl {
        font-size: 2.0rem;
        padding: 16px;
    }

    #products.dx_series.index .item-box .inner {
        padding: 16px;
    }

    #products.dx_series.index .inner-fullw {
        padding-top: 80px;
        padding-bottom: 80px;
        background-position: top left;
    }

    #products.dx_series.index .inner-fullw .comingsoon {
        padding: 28px;
    }

    #products.dx_series .inner-fullw.contact .index-ttl {
        padding: 64px 0 0;
        margin-bottom: 32px;
    }

    #products.dx_series .inner-fullw.contact .index-ttl:before {
        position: absolute;
        font-size: 7.2rem;
    }
}