@charset "UTF-8";

/* --------------------------------
  about-index css
-------------------------------- */
.about-index_hero {
    position: relative;
    width: 100vw;
}

@media (min-width: 768px) {
    .about-index_hero {
        overflow: hidden;
        margin: 0 auto;
        width: 100%;
    }
}

@media screen and (min-width: 1182px) {
    .about-index_hero {
        min-width: 1182px;
        max-width: calc(100% - 48px);
    }
}

.about-index_hero_bg {
    width: 100%;
    height: 58.66667vw;
    background: url(../../images/anessa_secret/hero_bg_sm.jpg) no-repeat left top/100% auto;
    pointer-events: none;
}

@media (min-width: 768px) {
    .about-index_hero_bg {
        height: 37.5vw;
        min-height: 480px;
        max-height: 606px;
        background: url(../../images/anessa_secret/hero_bg_md.jpg) no-repeat center center/cover;
    }
}

.about-index_hero_title {
    display: inline-block;
    position: absolute;
    top: 3.06667vw;
    right: 0;
    left: 0;
    margin: auto;
    width: 50.93333vw;
}

@media (min-width: 768px) {
    .about-index_hero_title {
        top: auto;
        bottom: 63%;
        width: 529px;
    }
}

.about-index_hero_lead {
    padding: 26px 0 20px;
    text-align: center;
    letter-spacing: 0.085em;
    color: #483431;
    font-size: 1.5rem;
    line-height: 2;
}

@media (min-width: 768px) {
    .about-index_hero_lead {
        position: absolute;
        top: 47%;
        right: 0;
        left: 0;
        margin: auto;
        padding: 0;
        text-align: center;
        font-size: 1.8rem;
        line-height: 1.89;
    }
}

.about-index_anchor {
    margin: 10px auto 0;
    width: calc(100% - 27.5px);
    max-width: 320px;
}

@media (min-width: 768px) {
    .about-index_anchor {
        margin-top: 60px;
        width: 100%;
        max-width: 1120px;
    }
}

.about-index_anchor_block-compornent {
    margin-top: 18px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

@media (min-width: 768px) {
    .about-index_anchor_block-compornent {
        margin: 0 0 0 20px;
        padding: 0 0 0 21px;
        border-top: none;
        border-left: 1px solid #ddd;
    }
}

.about-index_anchor_cap {
    letter-spacing: 0.1em;
    color: #009bb9;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1;
}

@media (min-width: 768px) {
    .about-index_anchor_cap {
        font-size: 1.6rem;
    }
}

@media (min-width: 768px) {
    .about-index_anchor_link_pic {
        width: 100%;
        height: auto;
    }
}

.about-index_anchor_link_pic_slider {
    position: relative;
    padding-top: 55.97%;
    width: 100%;
    height: 0;
    background-position: center;
    background-size: 100% auto;
}

@media (min-width: 768px) {
    .about-index_anchor_link_pic_slider {
        position: relative;
        margin-top: 8px;
    }
}

@media (min-width: 768px) {
    .about-index_anchor_block-technology {
        width: 100%;
    }
}

.about-index_anchor_items {
    display: flex;

    flex-flow: wrap;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .about-index_anchor_block-technology .about-index_anchor_items {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .about-index_anchor_block-compornent .about-index_anchor_items {
        width: 214px;
        max-width: 214px;

        flex: 0 1 214px;
    }
}

.about-index_anchor_items>li {
    margin-top: 12px;

    flex: 0 1 49.69%;
}

@media (min-width: 768px) {
    .about-index_anchor_items>li {
        margin: 0;
        max-width: calc(25% - 2px);

        flex: 0 1 calc(25% - 2px);
    }
}

.about-index_anchor_link_pic_item {
    opacity: 0;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}

.about-index_anchor_link_pic_item.is-jsslide-ready {
    opacity: 1;
    z-index: 1;
}

.about-index_anchor_link_pic_item.is-active-animate {
    z-index: 2;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation-name: fadeup;
    animation-name: fadeup;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;

    -webkit-animation-fill-mode: none;

    animation-fill-mode: none;
}

.is-windowFocusOut .about-index_anchor_link_pic_item.is-active-animate {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

@-webkit-keyframes fadeup {
    0% {}

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeup {
    0% {}

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.about-index_anchor_link {
    display: block;
    position: relative;
    padding-bottom: 20px;
    transition: opacity 0.3s;
    text-decoration: none;
}

@media (min-width: 768px) {
    .about-index_anchor_link {
        padding-bottom: 20px;
        height: 100%;
    }
}

.about-index_anchor_link:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 3px;
    left: 0;
    margin: auto;
    border-bottom: 1px solid #009bb9;
    border-left: 1px solid #009bb9;
    width: 9px;
    height: 9px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (min-width: 768px) {
    .about-index_anchor_link:after {
        width: 13px;
        height: 13px;
    }
}

@media (min-width: 768px) {
    .about-index_anchor_link:hover {
        opacity: 0.6;
    }
}

.about-index_anchor_link_txt {
    display: flex;
    margin-top: 6px;
    width: 100%;
    min-height: 30px;
    text-align: center;
    color: #483431;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.33;

    align-items: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .about-index_anchor_link_txt {
        display: flex;
        position: static;
        margin-top: 12px;
        height: 30px;
        font-size: 1.4rem;

        align-items: center;
        justify-content: center;
    }
}

.about-index_technology {
    margin-top: 54px;
}

@media (min-width: 768px) {
    .about-index_technology {
        margin-top: 90px;
    }
}

.about-index_technology_cap {
    text-align: center;
}

.about-index_technology_cap_txt {
    display: inline-block;
    border-bottom: 1px solid #009bb9;
    letter-spacing: 0.1em;
    color: #009bb9;
    font-size: 2rem;
    font-weight: bold;
}

@media (min-width: 768px) {
    .about-index_technology_cap_txt {
        font-size: 3rem;
    }
}

@media (min-width: 768px) {
    .about-index_secret {
        margin: 60px auto 0;
        padding-top: 70px;
        width: 100%;
    }
}

@media screen and (min-width: 1182px) {
    .about-index_secret {
        min-width: 1182px;
        max-width: calc(100% - 48px);
    }
}

.about-index_secret.-aqua {
    margin-top: 30px;
}

@media (min-width: 768px) {
    .about-index_secret.-aqua {
        margin-top: 60px;
    }
}

@media (min-width: 768px) {
    .about-index_secret+.about-index_secret {
        margin-top: 0;
    }
}

.about-index_secret_number {
    display: flex;
    padding-top: 55px;
    text-align: center;
    color: #009bb9;
    font-family: sofia-pro, sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;

    align-items: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .about-index_secret_number {
        font-size: 3.4rem;
    }
}

.about-index_secret_number>.number {
    margin-top: -0.1em;
    margin-left: 7px;
    font-family: sofia-pro, sans-serif;
    font-size: 3.8rem;
}

@media (min-width: 768px) {
    .about-index_secret_number>.number {
        font-size: 7rem;
    }
}

.-product .about-index_secret_number {
    color: #483431;
}

.about-index_secret_container {
    margin: 0 27.5px;
}

@media (min-width: 768px) {
    .about-index_secret_container {
        display: flex;
        margin: 0 auto;
        width: 1120px;

        justify-content: space-between;
    }
}

@media (min-width: 768px) {
    .about-index_secret_block.-caption {
        margin: 0;
        max-width: 384px;

        flex: 0 1 384px;
    }
}

.about-index_secret_block.-movie {
    margin-top: 21px;
}

@media (min-width: 768px) {
    .about-index_secret_block.-movie {
        margin: 0;
        max-width: 672px;

        flex: 0 1 672px;
    }
}

.about-index_secret_block video {
    width: 100%;
}

.about-index_secret_technology {
    padding-top: 60px;
}

@media (min-width: 768px) {
    .about-index_secret_technology {
        padding-top: 33px;
    }
}

.about-index_secret_technology>li+li {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .about-index_secret_technology>li+li {
        margin-top: 8px;
    }
}

.about-index_secret_technology>li span {
    display: inline-block;
    padding: 0 7px;
    height: 20px;
    background: #009fd6;
    letter-spacing: 0.1em;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 20px;
}

@media (min-width: 768px) {
    .about-index_secret_technology>li span {
        padding: 0 10px;
        height: 24px;
        font-size: 1.6rem;
        line-height: 24px;
    }
}

.about-index_secret_caption {
    margin: 16px 0 0;
    text-align: left;
    letter-spacing: 0.12em;
    color: #483431;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.75;
}

@media (min-width: 768px) {
    .about-index_secret_caption {
        margin: 34px 0 0;
        text-align: left;
        white-space: nowrap;
        font-size: 2.4rem;
    }
}

.about-index_secret_nortes {
    margin: 10px 0 0;
    color: #483431;
    font-size: 1.2rem;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .about-index_secret_nortes {
        margin-top: 20px;
        width: calc(100% - 32px);
        font-size: 1rem;
    }
}

.about-index_secret_btnWrap {
    margin: 20px 0 0;
    padding: 0 0 42px;
    text-align: center;
}

@media (min-width: 768px) {
    .about-index_secret_btnWrap {
        margin: 47px 0 0;
        padding: 0 0 55px;
    }
}

.about-index_secret_btn {
    position: relative;
    padding-right: 17px;
    border: none;
    background: none;
    letter-spacing: 0.1em;
    color: #009bb9;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
}

@media (min-width: 768px) {
    .about-index_secret_btn {
        margin-left: 24px;
        padding-right: 24px;
        letter-spacing: 0.1em;
        font-size: 1.6rem;
    }
}

.about-index_secret_btn:focus {
    outline: none;
}

.about-index_secret_btn:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 11px;
    height: 1px;
    background: #009bb9;
}

@media (min-width: 768px) {
    .about-index_secret_btn:before {
        width: 15px;
    }
}

.about-index_secret_btn:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 11px;
    transition: height 0.3s;
    background: #009bb9;
}

@media (min-width: 768px) {
    .about-index_secret_btn:after {
        right: 7.5px;
        height: 15px;
    }
}

.is-accordion-open .about-index_secret_btn:after {
    height: 0px;
}

@media (min-width: 768px) {
    .about-index_secret_btn {
        font-size: 1.6rem;
    }
}

.about-index_movie_link {
    display: block;
    transition: opacity 0.3s;
    transition: opacity 0.3s;
}

@media (min-width: 768px) {
    .about-index_movie_link:hover {
        opacity: 0.6;
    }
}

.about-index_movie_pic_slider {
    position: relative;
    padding-top: 56%;
    width: 100%;
    height: 0;
    background-position: center;
    background-size: 100% auto;
}

@media (min-width: 768px) {
    .about-index_movie_pic_slider {
        height: 377px;
    }
}

.about-index_movie_pic_slider:before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: background-color 0.6s ease;
    background: rgba(0, 0, 0, 0.1) url(../../images/anessa_secret/icon_btn_movie.svg) no-repeat center/69px;
}

@media (min-width: 768px) {
    .about-index_movie_pic_slider:before {
        background-size: 100px;
    }
}

.about-index_movie_pic_slider.is-movieSlide-ready:before {
    background-color: rgba(0, 0, 0, 0.4);
}

.about-index_movie_pic_item {
    opacity: 0;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transition: visibility 0.3s;
}

.about-index_movie_pic_item.is-jsslide-ready {
    opacity: 1;
    z-index: 1;
}

.about-index_movie_pic_item.is-active-animate {
    z-index: 2;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation-name: fadeup;
    animation-name: fadeup;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;

    -webkit-animation-fill-mode: none;

    animation-fill-mode: none;
}

.is-movieSlide-ready .about-index_movie_pic_item {
    visibility: hidden;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.about-index_secret_more {
    display: none;
    overflow: hidden;
}

.about-index_secret_more_inner {
    position: relative;
    margin: 0 auto;
    padding: 0 0 50px;
    width: calc(100% - 120px);
}

@media (min-width: 768px) {
    .about-index_secret_more_inner {
        margin: auto;
        padding: 0 0 70px;
        width: 100%;
        max-width: 1120px;
    }
}

@media (min-width: 768px) {
    .about-index_secret_more_container {
        display: flex;
    }
}

.about-index_secret_more_block+.about-index_secret_more_block {
    margin: 42px 0 0;
}

@media (min-width: 768px) {
    .about-index_secret_more_block+.about-index_secret_more_block {
        margin-top: 0;
    }
}

.about-index_secret_more_cap {
    padding-bottom: 8px;
    border-bottom: 1px solid #483431;
    text-align: center;
    letter-spacing: 0.12em;
    color: #483431;
    font-size: 1.5rem;
}

@media (min-width: 768px) {
    .about-index_secret_more_cap {
        display: flex;
        font-size: 1.8rem;
        line-height: 1;

        justify-content: center;
        align-items: flex-end;
    }
}

.about-index_secret_more_cap>.new {
    display: inline-block;
    padding-bottom: 7px;
    color: #009bb9;
    font-size: 2.4rem;
    line-height: 1;
}

@media (min-width: 768px) {
    .about-index_secret_more_cap>.new {
        position: relative;
        top: 3px;
        margin-right: 10px;
        padding: 0;
        font-size: 2.6rem;
    }
}

.about-index_secret_more_lead {
    margin: 15px 0 0;
    text-align: center;
    letter-spacing: 0.12em;
    color: #483431;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.56;
}

@media (min-width: 768px) {
    .about-index_secret_more_lead {
        margin: 26px 0 0;
        font-size: 1.8rem;
    }
}

.about-index_secret_commentary {
    margin: 17px 0 0;
}

@media (min-width: 768px) {
    .about-index_secret_commentary {
        display: flex;
        margin: 26px 0 0;
    }
}

.about-index_secret_commentary_item {
    position: relative;
}

.about-index_secret_commentary_item.-arrow:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -8px;
    right: 0;
    left: 0;
    margin: auto;
    border-bottom: 1px solid #009bb9;
    border-left: 1px solid #009bb9;
    width: 22px;
    height: 22px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (min-width: 768px) {
    .about-index_secret_commentary_item.-arrow:before {
        top: -34px;
        right: auto;
        bottom: 0;
        left: -45px;
        width: 12px;
        height: 12px;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
}

@media (min-width: 768px) {
    .about-index_secret_commentary_item {
        max-width: 224px;

        flex: 0 1 224px;
    }
}

.about-index_secret_commentary_item+.about-index_secret_commentary_item {
    margin: 14px 0 0;
    padding: 38px 0 0;
}

@media (min-width: 768px) {
    .about-index_secret_commentary_item+.about-index_secret_commentary_item {
        margin-top: 0;
        padding-top: 0;
    }
}

.about-index_secret_commentary_item>picture {
    display: block;
    text-align: center;
}

.about-index_secret_commentary_cap {
    margin: 15px 0 15px;
    border: 1px solid #483431;
    border-radius: 15px;
    width: 100%;
    height: 30px;
    text-align: center;
    color: #483431;
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 30px;
}

@media (min-width: 768px) {
    .about-index_secret_commentary_cap {
        margin: 0 0 15px;
        height: 24px;
        font-size: 1.4rem;
        line-height: 24px;
    }
}

.about-index_secret_commentary_cap.-bl {
    border-color: #11a2be;
    color: #11a2be;
}

@media (max-width: 767.98px) {
    .about-index_secret_commentary_cap.-bl {
        margin-top: 3px;
    }
}

.about-index_secret_commentary_txt {
    margin: 12px 0 0;
    color: #483431;
    font-size: 1.4rem;
    line-height: 1.56;
}

@media (min-width: 768px) {
    .about-index_secret_commentary_txt {
        margin: 6px 0 0;
        font-size: 1.5rem;
        line-height: 1.6;
    }
}

.about-index_haigou {
    display: flex;
    padding-top: 19px;

    justify-content: center;
    align-items: flex-start;
}

@media (min-width: 768px) {
    .about-index_haigou {
        padding-top: 20px;
        height: 170px;
    }
}

.about-index_haigou_block {
    max-width: 72px;

    flex: 0 1 72px;
}

@media (min-width: 768px) {
    .about-index_haigou_block {
        max-width: 96px;

        flex: 0 1 96px;
    }
}

.about-index_haigou_block+.about-index_haigou_block {
    margin-left: 18px;
}

.-item02 .about-index_haigou_block+.about-index_haigou_block {
    margin-left: 20px;
}

.about-index_haigou_block>picture {
    display: block;
}

.about-index_haigou_block>span {
    display: block;
    margin-top: 14px;
    text-align: center;
    white-space: nowrap;
    color: #483431;
    font-size: 1.4rem;
}

@media (min-width: 768px) {
    .about-index_haigou_block>span {
        margin-top: 10px;
    }
}

.about-index_haigou_block>span small {
    display: block;
    white-space: nowrap;
    font-size: 11px;
    line-height: 1.3;
}

.about-index_seibun {
    margin-top: 4px;
    text-align: center;
}

@media (min-width: 768px) {
    .about-index_seibun {
        margin-top: 19px;
    }
}

.about-index_seibun>span {
    display: inline-block;
    padding: 0 14px;
    border: 1px solid #009bb9;
    border-radius: 15px;
    height: 24px;
    background: #fff;
    text-align: center;
    color: #483431;
    font-size: 1.3rem;
    line-height: 1.4;
    line-height: 24px;
}

@media screen and (max-width: 370px) {
    .about-index_seibun>span {
        height: 24px;
        font-size: 1.1rem;
    }
}

@media (min-width: 768px) {
    .about-index_seibun>span {
        padding: 0 12px;
        height: 24px;
    }
}

.about-index_seibun>span+span {
    margin-left: 4px;
}

@media (min-width: 768px) {
    .about-index_seibun>span+span {
        margin-left: 10px;
    }
}

.about-index_seibun_notes {
    margin: 17px 60px 0 29px;
    color: #483431;
    font-size: 1.1rem;
}

@media screen and (max-width: 370px) {
    .about-index_seibun_notes {
        margin-right: 110px;
        margin-left: 20px;
    }
}

@media (min-width: 768px) {
    .about-index_seibun_notes {
        margin: 20px 32px 0 0;
        font-size: 1.2rem;
    }
}

.about-index_lineup {
    margin: 0 auto;
    margin-bottom: 70px;
    padding: 46px 27.5px 36px;
    background: url(../../images/anessa_secret/lineup_bg_sm.jpg) no-repeat left top/cover;
    text-align: center;
}

@media (min-width: 768px) {
    .about-index_lineup {
        margin-bottom: 30px;
        padding: 65px 0 0;
        height: 390px;
        background: url(../../images/anessa_secret/lineup_bg_md.jpg) no-repeat left top/cover;
    }
}

.about-index_lineup_pic {
    display: inline-block;
    width: 276.5px;
}

@media (min-width: 768px) {
    .about-index_lineup_pic {
        margin-right: 20px;
        width: 359px;
    }
}

.about-index_lineup_link {
    margin: 12px auto 0;
    max-width: 320px;
}

@media (min-width: 768px) {
    .about-index_lineup_link {
        margin: 21px auto 0;
        max-width: 384px;
    }
}

.about-index_lineup_txtLink {
    display: inline-block;
    position: relative;
    margin-top: 30px;
    width: 100%;
    height: 1em;
    transition: opacity 0.3s;
    text-align: left;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #483431;
    font-size: 1.3rem;
    line-height: 1;
}

@media (min-width: 768px) {
    .about-index_lineup_txtLink {
        margin-top: 32px;
        letter-spacing: 0.15em;
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 375px) {
    .about-index_lineup_txtLink {
        font-size: 1.1rem;
    }
}

.about-index_lineup_txtLink:hover {
    opacity: 0.5;
}

.about-index_lineup_txtLink:before {
    content: "";
    display: block;
    position: absolute;
    top: 0.7em;
    right: 0;
    width: 25px;
    height: 1px;
    transition: 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: #675652;
}

.is-browser-ie .about-index_lineup_txtLink:before {
    top: 0.7em;
}

.about-index_lineup_txtLink:after {
    content: "";
    display: block;
    position: absolute;
    top: 0.03em;
    right: 4px;
    width: 1px;
    height: 10px;
    transition: 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    background: #675652;
}

@media (min-width: 768px) {
    .about-index_lineup_txtLink:after {
        top: 0.25em;
    }
}

.about-index_notes {
    padding: 16px 22.5px 14px;
}

@media (min-width: 768px) {
    .about-index_notes {
        padding-top: 11px;
    }
}

.about-index_notes_txt {
    color: #483431;
    font-size: 10px;
}

.video-ready {
    position: relative;
}

.video-ready:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 63px;
    height: 63px;
    background: url(/common/img/icon_btn_movie.svg) no-repeat left top/100% auto;
    pointer-events: none;
}

@media (min-width: 768px) {
    .video-ready:before {
        width: 84px;
        height: 84px;
    }
}

.video-spacer {
    width: 100%;
    height: 1px;
}

/* secret別 css */
.-aqua {
    position: relative;
    background: #ebf7fc;
}

.-aqua .about-index_secret_more_inner {
    position: relative;
    padding-bottom: 90px;
}

@media (min-width: 768px) {
    .-aqua .about-index_secret_more_inner {
        padding-bottom: 68px;
    }
}

.-aqua .about-index_secret_more_inner:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: -47.5px;
    bottom: 0;
    width: 88px;
    height: 141px;
    background: url(../../images/anessa_secret/sec_01_bg_sm.jpg) no-repeat left top/100% auto;
}

@media (min-width: 768px) {
    .-aqua .about-index_secret_more_inner:after {
        right: 8px;
        width: 199px;
        height: 360px;
        background: url(../../images/anessa_secret/sec_01_bg_md.png) no-repeat left top/100% auto;
    }
}

@media (min-width: 768px) {
    .-aqua .about-index_secret_more_cap {
        height: 48px;
    }
}

@media (min-width: 768px) {
    .-aqua .-block01 {
        flex: 0 1 450px;
        justify-content: center;
    }

    .-aqua .-block01 .about-index_secret_commentary {
        justify-content: center;
    }

    .-aqua .-block01 .about-index_secret_commentary .about-index_secret_commentary_item {
        max-width: 362px;

        flex: 0 1 362px;
    }

    .-aqua .-block01 .about-index_secret_commentary img {
        width: 224px;
    }
}

@media (min-width: 768px) {
    .-aqua .-block02 {
        margin-left: 94px;
        max-width: 256px;

        flex: 0 1 256px;
        justify-content: center;
    }

    .-aqua .-block02 .about-index_secret_commentary {
        justify-content: center;
    }

    .-aqua .-block02 .about-index_secret_commentary_item {
        max-width: 224px;

        flex: 0 1 224px;
    }
}

.-aqua .-block02 .about-index_secret_commentary_txt.-bg {
    margin-right: 47.5px;
    min-height: 63px;
}

@media (min-width: 768px) {
    .-aqua .-block02 .about-index_secret_commentary_txt.-bg {
        margin-right: 0;
    }
}

.-scratch .about-index_secret_container,
.-soap .about-index_secret_container {
    flex-direction: row-reverse;
}

@media (min-width: 768px) {

    .-scratch .about-index_secret_more_container,
    .-soap .about-index_secret_more_container {
        justify-content: center;
    }
}

@media (min-width: 768px) {

    .-scratch .about-index_secret_more_block,
    .-soap .about-index_secret_more_block {
        flex: 0 1 514px;
    }
}

@media (min-width: 768px) {

    .-scratch .about-index_secret_commentary,
    .-soap .about-index_secret_commentary {
        justify-content: space-between;
    }
}

.-waterproof {
    background: #ebf7fc;
}

@media (min-width: 768px) {
    .-waterproof .about-index_secret_more_container {
        justify-content: center;
    }
}

@media (min-width: 768px) {
    .-waterproof .about-index_secret_more_block {
        max-width: 575px;

        flex: 0 1 575px;
    }
}

@media (min-width: 768px) {
    .-waterproof .about-index_secret_more_cap {
        margin: 0 auto;
        width: 514px;
    }
}

@media (min-width: 768px) {
    .-waterproof .about-index_secret_commentary {
        justify-content: space-between;
    }
}

@media (min-width: 768px) {
    .-waterproof .about-index_secret_commentary_item {
        max-width: 256px;

        flex: 0 1 256px;
    }
}

.-beautyIngredients {
    position: relative;
    padding-top: 56px;
    border-top: 1px solid #ddd;
}

@media (min-width: 768px) {
    .-beautyIngredients {
        margin-top: 0;
        border-top: 2px solid #ddd;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .-beautyIngredients .about-index_secret_container {
        display: block;
    }
}

.-beautyIngredients .about-index_secret_block.-caption {
    margin: 0;
    max-width: 100%;
}

.-beautyIngredients .about-index_secret_block.-movie {
    margin: 28px auto 0;
}

.-beautyIngredients .about-index_beautyIngredients_cap {
    padding-top: 20px;
    text-align: center;
}

.-beautyIngredients .about-index_beautyIngredients_cap_txt {
    display: inline-block;
    border-bottom: 1px solid #009bb9;
    letter-spacing: 0.1em;
    color: #009bb9;
    font-size: 2rem;
    font-weight: bold;
}

@media (min-width: 768px) {
    .-beautyIngredients .about-index_beautyIngredients_cap_txt {
        font-size: 3rem;
    }
}

.-beautyIngredients .about-index_secret_caption {
    text-align: center;
    letter-spacing: 0;
}

@media (min-width: 768px) {
    .-beautyIngredients .about-index_secret_more {
        overflow: visible;
        margin: 0 auto;
        width: 1120px;
    }
}

.-beautyIngredients .about-index_secret_more_inner {
    padding-bottom: 68px;
}

@media (max-width: 767.98px) {
    .-beautyIngredients .about-index_secret_more_inner {
        margin: 0;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .-beautyIngredients .about-index_secret_more_inner {
        padding: 0 0 73px;
    }
}

@media screen and (max-width: 370px) {
    .-beautyIngredients .about-index_secret_more_inner {
        padding-bottom: 120px;
    }
}

.-beautyIngredients .about-index_secret_more_inner:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 85px;
    height: 172px;
    background: url(../../images/anessa_secret/product_bg_sm.jpg) no-repeat left top/100% auto;
}

@media (min-width: 768px) {
    .-beautyIngredients .about-index_secret_more_inner:after {
        right: auto;
        left: 50%;
        margin-left: 272px;
        width: 252px;
        height: 393px;
        background: url(../../images/anessa_secret/product_bg_lg.png) no-repeat left top/100% auto;
    }
}

@media (min-width: 768px) {
    .-beautyIngredients .about-index_secret_more_block {
        flex: 0 1 738px;
    }
}

.-beautyIngredients .about-index_secret_more_cap {
    margin-right: auto;
    margin-left: auto;
    width: calc(100% - 120px);
}

@media (min-width: 768px) {
    .-beautyIngredients .about-index_secret_more_cap {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .-beautyIngredients .about-index_secret_commentary {
        margin-left: 10px;

        justify-content: center;
    }
}

@media (min-width: 768px) {
    .-beautyIngredients .about-index_secret_commentary_item {
        justify-content: center;
    }
}

@media (min-width: 768px) {
    .-beautyIngredients .about-index_secret_commentary_item.-item01 {
        max-width: 324px;
        max-width: none;

        flex: 0 1 324px;
    }
}

@media (min-width: 768px) {
    .-beautyIngredients .about-index_secret_commentary_item.-item02 {
        margin-left: 79px;
        max-width: 254px;
        max-width: none;

        flex: 0 1 254px;
    }
}

.-beautyIngredients .about-index_secret_commentary_item.-plus:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 32.5px;
    height: 32.5px;
    background: url(../../images/anessa_secret/icon_plus.png) no-repeat left top/100% auto;
}

@media (min-width: 768px) {
    .-beautyIngredients .about-index_secret_commentary_item.-plus:before {
        top: -84px;
        right: auto;
        bottom: 0;
        left: -77px;
    }
}

.-beautyIngredients .about-index_seibun.-bg {
    margin: 8px 0 0 -64px;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .-beautyIngredients .about-index_seibun.-bg {
        margin: 19px 0 0;
    }
}
