@charset "utf-8";
/* CSS Document */
/* head img--------------------------------------------------------------*/
h2.title_block-2 > .title {
    background: #ddf8f2;
}
@media (max-width: 1024px) {
    h2.title_block-2 > .title {
        width: 100%;
        height: 8rem;
        top: -8rem;
        display: flex !important;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
}

/* ttl--------------------------------------------------------------*/
.ttl-products {
    display: flex;
    justify-content: center;
    margin: auto;
    position: relative;
    margin-top: 40px;
    font-size: 2rem;
    text-align: center;
    flex-direction: column;
    padding-bottom: 5rem;
}
.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-01 h3 {
        padding: 0;
    }
}
.area-04 {
    background: #ddf8f2;
    background-image: url("/assets/images/img-pattern.svg");
    background-position: right top 10%;
    background-repeat: no-repeat;
    background-size: 240px;
    padding: 1em 0 0;
}
@media (max-width: 1024px) {
    .area-04 {
        background-image: url("/assets/images/img-pattern.svg");
        background-size: 30%;
        background-position: right top 3%;
    }
}
.area-02 .container {
    background-color: #fff;
    margin: 2em auto 0;
}
.area-02 .container-in {
    width: 80%;
    margin: 0 auto;
}
.area-02 .container h3,
.area-03 .container h3 {
    font-size: 2rem;
    padding: 3rem 0 1rem;
    margin: 0 auto;
}
.area-02 .container h4,
.area-03 .container h4 {
    font-size: 1.5rem;
    padding: 1rem 0 1rem;
    margin: 0 auto;
    font-weight: bold;
}
@media (max-width: 1024px) {
    .area-02 {
    }
    .area-02 > figure {
        width: 100%;
    }
}
@media (max-width: 1024px) {
    .area-02 .container {
        width: 90%;
    }
}
/* products-box --------------------------------------------------------------*/
.area-02 ul.products-box {
    display: flex;
    padding: 0 0 4em;
    background: url("/assets/images/products/info/arrow.svg");
    background-repeat: no-repeat;
    background-position: bottom 2% center;
    background-size: 60px;
}
.area-02 ul.final-product {
    background: none;
}
.area-02 ul.products-box li {
    position: relative;
}
.area-02 ul.products-box li p {
    position: absolute;
    bottom: 0;
    background-color: #fff;
    padding: 1em;
}
@media (max-width: 1024px) {
    ul.products-box {
        flex-wrap: wrap;
    }
    .area-02 ul.final-product li {
        width: 50%;
    }
}
/* .area-03 --------------------------------------------------------------*/
.area-03 {
    background: #ddf8f2;
    background-image: url("/assets/images/img-pattern.svg");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 240px;
}
.area-03 .container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-between;
}
.area-03 .container-in {
    background-color: #fff;
    width: 49%;
    padding: 0 2em 2em;
    margin: 1em 0;
    box-sizing: border-box;
}
@media (max-width: 1024px) {
    .area-03 {
        background-image: url("/assets/images/img-pattern.svg");
        background-size: 30%;
    }
}
.area-03 ul.products-box {
    padding: 2em 0 4em;
    background: url("/assets/images/products/info/arrow.svg");
    background-repeat: no-repeat;
    background-position: bottom 5% center;
    background-size: 60px;
}

.area-03 ul.products-box li {
    position: relative;
}
.area-03 ul.products-box li p {
    position: absolute;
    bottom: 0;
    background-color: #fff;
    padding: 1em;
}
@media (max-width: 1024px) {
    .area-03 ul.products-box {
        background: url("/assets/images/products/info/arrow.svg");
        background-repeat: no-repeat;
        background-position: bottom 5% center;
        background-size: 50px;
    }
    .area-03 .container {
        width: 95%;
        padding: 0;
    }
    .area-03 .container-in {
        width: 100%;
        margin: 1em auto;
        padding: 2em;
    }
}
/* youtube --------------------------------------------------------------*/
.box {
    display: flex;
    margin: 0 auto;
    padding: 2em 0;
    justify-content: space-between;
    flex-wrap: wrap;
}
.box > section {
    width: 48%;
}
@media (max-width: 1024px) {
    .box > section {
        width: 100%;
    }
}
.box-youtube p {
    position: relative;
    font-weight: bold;
    padding: 0.25em 2em;
}
.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;
}
.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;
    }
}
/* .area-04 --------------------------------------------------------------*/
.area-02 {
    position: relative;
    background: #ddf8f2;
    padding-bottom: 10rem;
}
.area-02:after {
    content: "";
    position: absolute;
    bottom: 3em;
    left: 75%;
    width: min(30%, 270px);
    height: 10rem;
    background-image: url("/assets/images/img-pattern.svg");
    background-repeat: repeat;
}
.area-02 .container {
    background-color: #fff;
    margin: 1em auto;
    position: relative;
    z-index: 5;
}
.area-04 ul.lineup {
    margin: 0 auto;
    padding: 2em;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}
/* 子要素 */
.area-04 ul.lineup li {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
@media (max-width: 1024px) {
    .area-04:after {
        content: unset;
    }
    .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 {
        grid-template-columns: repeat(2, 1fr);
    }
}
.txt-green {
    color: #0c9f7b !important;
}
.txt-grey {
    color: #999 !important;
}
.icon-title {
    font-weight: bold;
    padding-left: 1.5em;
}

ul.products-box:last-of-type {
    background: none;
    border-bottom: #666666 1px solid;
}

h4.en:has(+ .box-youtube) {
    padding: 3rem 0;
    font-weight: normal;
}
