@charset "utf-8";
/* CSS Document */
/* head img--------------------------------------------------------------*/
h2.hd-products > .title {
    background: #ddf8f2;
}
h2.hd-products {
    background: url("/assets/images/products/lineup/img-head.png") no-repeat;
    background-size: cover;
}
@media (max-width: 1024px) {
    h2.hd-products {
        background: none;
        padding: 1.5rem 0;
    }
    h2.hd-products {
        background-color: #ddf8f2;
    }
}
/* ttl--------------------------------------------------------------*/
.ttl-products {
    display: flex;
    justify-content: center;
    margin: auto;
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 2rem;
    text-align: center;
    flex-direction: column;
}
.ttl-products::before {
    content: "";
    position: absolute;
    top: -40px;
    display: inline-block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(/assets/images/icon-ttl.svg);
    width: 16px;
    height: 16px;
}
.ttl-products > span {
    display: block;
    color: #c4c4c4;
    font-size: 14px;
    padding: 1rem 0 0 0;
}
/* area --------------------------------------------------------------*/
.area-01 {
    background: #ddf8f2;
}
.area-01 h3 {
    padding: 2em 0 0;
    font-size: 2rem;
}
.area-01 p {
    padding: 2em;
    font-size: 1rem;
}
@media (max-width: 1024px) {
    .area-01 p {
        padding: 1em;
    }
}
.area-02 {
    background: #ddf8f2;
    background-image: url("/assets/images/img-pattern.svg"),
        url("/assets/images/img-pattern.svg");
    background-position: right top, left bottom;
    background-repeat: no-repeat, repeat-x;
    background-size: 240px, 240px;
    padding: 5rem 0 2em;
}
@media (max-width: 1024px) {
    .area-02 {
        background-image: url("/assets/images/img-pattern.svg"),
            url("/assets/images/img-pattern.svg");
        background-size: 30%, 30%;
        background-position: right top, left bottom;
    }
}
.area-02 .container {
    background-color: #fff;
    margin: 2em auto 0;
    padding: 2em;
}

.graph {
    overflow-x: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
}
.graph figure img {
    max-width: 100%;
    min-width: 600px;
    vertical-align: top;
}
/*===========
scrollbar
===========*/
/*スクロールバー全体の高さ*/
.scroll-box::-webkit-scrollbar {
    height: 4px;
}
/*スクロールバー全体の背景*/
.scroll-box::-webkit-scrollbar-track {
    background: #eee;
}
/*スクロールバーの動く部分*/
.scroll-box::-webkit-scrollbar-thumb {
    background: #aaa;
    border: none;
}
/*スクロールバーの動く部分のホバー（マウスオーバー）*/
.scroll-box::-webkit-scrollbar-thumb:hover {
    background: #999;
}

.area-02 .container h3,
.area-03 .container h3 {
    font-size: 2rem;
    padding: 3rem 0 1rem;
    margin: 0 auto;
}

.area-02 .container h3 span,
.area-03 .container h3 span {
    display: block;
    font-size: 0.9rem;
    color: #999999;
}

.area-02 .dl-box {
    background: #fff;
    width: 40%;
    margin: 2em auto;
    padding: 3em;
    text-align: center;
}

.area-02 .dl-box h4 {
    font-weight: bold;
    text-align: center;
    margin: 2em auto;
}

@media (max-width: 1024px) {
    .area-02 .dl-box {
        width: 80%;
    }
    .area-02 > figure {
        width: 100%;
    }
}
@media (max-width: 1024px) {
    .area-02 .container {
        width: 90%;
    }
}

/* .area-03 --------------------------------------------------------------*/
.area-03 {
    background: #fff;
}
.area-03 .container {
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-between;
}

@media (max-width: 1024px) {
    .area-03 {
    }
}

/* youtube --------------------------------------------------------------*/
.box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
    padding: 2em 0;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
}
@media (max-width: 1024px) {
    .box {
        padding: 1em 0;
        gap: 3rem;
        grid-template-columns: 1fr;
    }
    .box > section {
        width: 100%;
    }
}

.box-youtube p {
    position: relative;
    padding: 0.25em 2em;
    margin: 2em 3em 0;
}

.box-youtube p::before {
    content: "";
    display: inline-block;
    background-image: url("/assets/images/products/info/icon-yt.svg");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    line-height: 1.2;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
}

.box-youtube span {
    display: block;
    color: #999999;
    margin: 0 3em 0;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    border-radius: var(--youtube-radius);
    aspect-ratio: 16 / 9;
}
@media (max-width: 1024px) {
    .box-youtube {
        padding: 0 0 1em;
        margin: 0 auto;
    }
    .box-youtube p {
        margin: 2em 0 0;
    }
    .box-youtube span {
        margin: 0 0;
    }
}
/* .area-04 --------------------------------------------------------------*/
.area-04 {
    background: #ddf8f2;
    background-image: url("/assets/images/img-pattern.svg");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 240px;
}
.area-04 .container {
    background-color: #fff;
    margin: 1em auto;
}
.area-04 ul.lineup {
    width: 90%;
    margin: 0 auto;
    padding: 2em 0;
    display: flex;
    flex-wrap: wrap; /* 折返し可 */
    justify-content: space-between;
}
/* 子要素 */
.area-04 ul.lineup li {
    width: 23%; /* 親要素の1/4より小さい値 */
    padding-bottom: 2em;
}
@media (max-width: 1024px) {
    .area-04 .container {
        width: 95%;
        margin: 1em auto;
        padding: 0;
    }
    .area-04 {
        background-image: url("/assets/images/img-pattern.svg"),
            url("/assets/images/img-pattern.svg");
        background-position: right top 3%, left bottom;
        background-repeat: no-repeat, no-repeat;
        background-size: 30%, 30%;
    }
    .area-04 ul.lineup li {
        width: 50%;
    }
}
.txt-green {
    color: #0c9f7b;
}
