@charset "utf-8";


/* ==================================================================
    brand_4c_newcollection.css

=================================================================== */
/* ==================================================================
   ■ 共通指定
=================================================================== */
.contents .text._s {
    margin-bottom: 0;
}
.contents .text._l {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 20px;
}
.contents .boxArea {
    padding: 60px 4%;
    margin-bottom: 100px;
    border: 1px solid #DCDCDC;
}
    .contents .boxArea:last-of-type {
        margin-bottom: 0;
    }
.contents .boxArea .inner {
    max-width: 988px;
    margin: auto;
}
.contents .boxArea .inner .lv3.title._l.en {
    margin-bottom: 30px;
}
.contents .buttonStyle.light-blue {
    max-width: 348px;
    margin: 60px auto 0;
}
    .contents .buttonStyle.light-blue a {
        width: 100%;
        font-size: 1.6rem;
        padding: 17px 32px;
        text-align: center;
    }
    .contents .buttonStyle.light-blue a:hover {
        opacity: 1;
    }

    .contents .buttonStyle.txt.arrow span{
        position: relative;
        display: inline-block;
        padding-right: 20px;
    }

    .contents .buttonStyle.txt.arrow span:before {
        top: 8px;
    }

/* --------------------------------
   □  accent
-------------------------------- */
#brand_4c_aquasoar .accent {
    background-image: url(../../images/4c/aquasoar/accent_pc.jpg?d=20251021);
    transition: .5s;
}

#brand_4c_aquasoar .accent .txtArea {
    width: 92%;
    max-width: 50%;
    left: 0%;
    right: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
    #brand_4c_aquasoar .accent .heading {
        text-transform: capitalize;
        margin-bottom: 20px;
        color: #fff!important;
    }
        #brand_4c_aquasoar .accent .heading span {
            font-size: 3rem;
            margin-top: 0;
        }
        #brand_4c_aquasoar .accent .text {
            color: #fff!important;
        }

#brand_4c_aquasoar .leadArea {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 0;

    > p {
        font-size: 1.8rem;
        @media screen and (max-width: 767px) {
            font-size: 1.4rem;
        }
    }
}

/* --------------------------------
   □  背景画像
-------------------------------- */
#brand_4c_aquasoar main {
    position: relative;
    overflow: hidden;
}
    #brand_4c_aquasoar #explain {

        background: #a3c1d8 url(../../images/4c/aquasoar/main_bg.jpg?d=20251029);
        background-position: center top;
        background-size: cover;
        background-repeat: repeat-y;

    }

/* --------------------------------
   □  explain
-------------------------------- */
#explain .inner .inner + .inner {
    margin-top: 80px;
}
#explain .inner > .flexbox + .flexbox {
    margin-top: 30px;
}
#explain .boxArea figure {
    width: 50%;
}
#explain .boxArea .txtArea {
    width: 50%;
    padding-left: 6%;
}
    #explain .boxArea .text.bold {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    #explain .boxArea ul.list li .image {
        position: relative;

        .note {
            position: absolute;
            bottom: 12px;
            right: 50%;
            transform: translateX(50%);
            font-size: 1.2rem;
            z-index: 1;

            @media screen and (max-width: 767px)
             {
                bottom: 8px;
            }
        }
    }

/* --------------------------------
   □  linkbtn
-------------------------------- */
#linkbtn {
    padding-top: 100px;
    background-color: #fff;
}


@media (max-width: 2800px) and (min-width: 1800px) {

    .contents main .accent {
        height: calc(100vh - 166px);
    }
}


@media (max-width: 1400px) and (min-width: 768px) {
}


@media (max-width: 1200px) and (min-width: 768px) {
}


/* タブレット用
-------------------------------------------- */
@media (max-width: 999px) and (min-width: 768px) {
    /* ==================================================================
       ■ 共通指定
    =================================================================== */
    .contents .buttonStyle.light-blue {
        margin-top: 40px;
    }

    /* --------------------------------
       □  explain
    -------------------------------- */
    #explain .boxArea .txtArea {
        padding: 0 4%;
    }

}


@media only screen and (max-width : 767px) {
    /* ==================================================================
       ■ 共通指定
    =================================================================== */
    .contents .text,
    .contents .text._s {
        margin-bottom: 0;
    }
    .contents .text._l {
        font-size: 1.8rem;
    }

    .contents .boxArea {
        padding: 30px 4% 40px;
        margin-bottom : 40px;
    }
        .contents .boxArea:last-of-type {
            margin-bottom: 0;
        }

        .contents .buttonStyle.light-blue {
            max-width: 280px;
            margin-top: 30px;
            margin-bottom: 0;
        }
            .contents .buttonStyle.light-blue a {
                font-size: 1.4rem;
                padding: 12px;
            }

    /* --------------------------------
       □  accent
    -------------------------------- */
    #brand_4c_aquasoar .accent {
        background-image: url(../../images/4c/aquasoar/accent_sp.jpg?d=20251021);
        background-position: center;
    }
        #brand_4c_aquasoar .accent:after {
            content: none;
        }
        #brand_4c_aquasoar .accent .txtArea {
            width: 92%;
            max-width: 100%;
            top: auto;
            bottom: 4%;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            color: #111!important;
        }
        #brand_4c_aquasoar .accent .heading {
            margin-bottom: 10px;
        }
            #brand_4c_aquasoar .accent .heading span {
                font-size: 2rem;
            }

    /* --------------------------------
       □  背景画像
    -------------------------------- */
    #brand_4c_aquasoar main:before {
        top: 60px;
    }

    /* --------------------------------
       □  explain
    -------------------------------- */
    #explain {
    }
    #explain .inner .inner + .inner {
        margin-top: 40px;
    }
    #explain .boxArea:not(:last-child) {
        margin-bottom: 40px;
    }
    #explain figure {
        margin-bottom: 15px;
    }
    #explain .boxArea .txtArea {
        padding: 0;
    }
        #explain .boxArea .text.bold {
            font-size: 1.6rem;
            margin-bottom: 10px;
        }

    /* --------------------------------
       □  linkbtn
    -------------------------------- */
    #linkbtn {
        padding-top: 60px;
    }

}