@charset "utf-8";


/* ==================================================================
    aqualoop_50th.css

=================================================================== */

/* ==================================================================
   ■ 共通指定
=================================================================== */
.contents .text._s {
    margin-bottom: 0;
}
.contents .text._l {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 20px;
}

.contents .buttonStyle.light-blue {
    max-width: 348px;
    margin-top: 40px;
}
    .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;
    }

/* --------------------------------
   □  accent
-------------------------------- */
#aqualoop_50th .accent {
    background-image: url(../../images/50th/accent_pc.jpg);
}
    #aqualoop_50th .accent .heading {
        text-transform: capitalize;
        margin-bottom: 20px;
    }

/* --------------------------------
   □  intro
-------------------------------- */
#intro {
    background-image: url(../../images/50th/intro_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
    #intro .txtArea {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }

/* --------------------------------
   □  premium
-------------------------------- */
#premium .buttonStyle {
    max-width: 348px;
    margin: auto;
}

/* --------------------------------
   □  explain
-------------------------------- */
#explain ul.list {
    margin-bottom: 60px;
}
#explain .boxArea {
    border: none;
}
#explain .boxArea .txtArea {
    width: 40%;
}
#explain .boxArea .txtArea .image.item {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
    #explain .boxArea #explain2 .txtArea .image.item {
        bottom: -20px;
    }
    #explain .boxArea #explain3 .txtArea .image.item {
        bottom: -60px;
    }
    #explain .boxArea .text.bold {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
#explain .boxArea figure {
    width: 50%;
}

/* --------------------------------
   □  colorGold
-------------------------------- */
#colorGold {
    background-image: url(../../images/50th/colorGold_pc.jpg);
    background-color: #dfe2e7;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#colorGold .txtArea .lv3 {
    padding-bottom: 40%;
}
#colorGold .txtArea .asterisk {
    margin-bottom: 0;
}


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


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


@media (max-width: 1200px) and (min-width: 768px) {
    /* --------------------------------
       □  explain
    -------------------------------- */
    #explain .boxArea figure {
        width: 48%;
    }
    #explain .boxArea .txtArea {
        width: 46%;
    }
    #explain .boxArea .txtArea .image.item {
        zoom: 0.8;
    }
}


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

    /* --------------------------------
       □  accent
    -------------------------------- */

    /* --------------------------------
       □  explain
    -------------------------------- */
    #explain .boxArea .txtArea .image.item {
        zoom: 0.6;
        left: 60%;
    }
        #explain .boxArea #explain2 .txtArea .image.item {
            left: 40%;
            bottom: 0;
        }
        #explain .boxArea #explain3 .txtArea .image.item {
            bottom: 0px;
        }
}


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

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

    /* --------------------------------
       □  accent
    -------------------------------- */
    #aqualoop_50th .accent {
        background-image: url(../../images/50th/accent_sp.jpg);
    }
        #aqualoop_50th .accent .txtArea {
            width: 92%;
            top: auto;
            bottom: 8%;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            color: #111!important;
        }

    /* --------------------------------
       □  premium
    -------------------------------- */
    #premium .buttonStyle {
        max-width: 315px;
    }

    /* --------------------------------
       □  explain
    -------------------------------- */
    #explain .boxArea {
        padding: 0;
    }
    #explain .boxArea .flexbox#explain1 .txtArea,
    #explain .boxArea .flexbox#explain3 .txtArea,
    #explain .boxArea .txtArea {
        padding: 30px 4% 40px;
        position: relative;
    }
    #explain .boxArea .txtArea .image.item,
    #explain .boxArea #explain2 .txtArea .image.item,
    #explain .boxArea #explain3 .txtArea .image.item {
        zoom: 0.5;
        top: 4%;
        bottom: auto;
        right: 4%;
        left: auto;
        transform: none;
    }
    #explain .boxArea .txtArea .lv4.en {
        padding-right: 40%;
    }
    #explain .boxArea .text.bold {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }
    #explain .boxArea figure img {
        width: 100%;
    }

    /* --------------------------------
       □  colorGold
    -------------------------------- */
    #colorGold {
        background-image: url(../../images/50th/colorGold_sp.jpg);
        background-position: top;
        background-size: 100% auto;
    }
    #colorGold .txtArea .lv3 {
        padding-bottom: 50%;
    }

}