﻿@media screen and (max-width: 767px) {
    br.sp {
        display: block;
    }

    br.pc {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    br.sp {
        display: none;
    }

    br.pc {
        display: block;
    }
}

@media screen and (max-width: 981px) {
    br.sptab {
        display: block;
    }
}

@media screen and (min-width: 982px) {
    br.sptab {
        display: none;
    }
}

figure {
    margin: 0;
    padding: 0;
}

div.gotop {
    bottom: 80px !important;
}

.debug {
    position: fixed;
    z-index: 1000;
    color: #fff;
    background-color: #ff0000;
    font-size: 15px;
    top: 0;
    left: 0;
}

.koa-Cover {
    overflow: hidden;
}

.koa-Cover__header {
    position: relative;
    z-index: 2;
    background: #f0928a;
}

    .koa-Cover__header h1 {
        margin: 0 auto;
    }

.koa-Cover__main {
    position: relative;
    z-index: 1;
}

    .koa-Cover__main img {
        display: block;
        width: 100%;
    }

.koa-Cover__campaign {
    background-size: cover;
    background-position: 50% 50%;
}

    .koa-Cover__campaign ul {
        display: flex;
        width: 100%;
        justify-content: center;
    }

@media screen and (max-width: 767px) {
    .koa-Cover__campaign {
        padding: 10px 0 20px;
        background-image: url(../img/cp_bg_sp.jpg);
    }

        .koa-Cover__campaign ul {
            margin: 0 10px;
            width: auto;
        }

        .koa-Cover__campaign li {
            width: 50%;
        }
}

@media screen and (min-width: 768px) {
    .koa-Cover__campaign {
        padding: 15px 0 35px;
        background-image: url(../img/cp_bg.jpg);
    }

        .koa-Cover__campaign li {
            width: 448px;
        }

            .koa-Cover__campaign li img {
                width: 448px;
            }
}

@media screen and (min-width: 768px) and (max-width: 950px) {
    .koa-Cover__campaign li {
        width: 380px;
    }

        .koa-Cover__campaign li img {
            width: 380px;
        }
}

@media screen and (max-width: 767px) {
    .koa-Cover__header {
        height: 10px;
    }

        .koa-Cover__header h1 {
            width: 47vw;
            height: auto;
        }
}

@media screen and (min-width: 768px) {
    .koa-Cover__header {
        height: 21px;
    }

        .koa-Cover__header h1 {
            width: 347px;
            height: 136px;
        }
}

.koa-LocalNav ul {
    position: relative;
    color: #fff;
}

.koa-LocalNav li {
    background-color: #f0928a;
}

    .koa-LocalNav li.enable {
        cursor: pointer;
    }

        .koa-LocalNav li.enable:hover {
            background-color: #f2a39c;
        }

@media screen and (max-width: 981px) {
    .koa-LocalNav ul {
        position: relative;
        width: 100%;
        height: 24vw;
    }

    .koa-LocalNav li > div {
        position: relative;
    }

    .koa-LocalNav li:nth-child(1) {
        height: 12vw;
        border-bottom: 1px solid #f6b9b2;
    }

    .koa-LocalNav .lnav1 {
        padding-top: 3vw;
        height: 12vw;
    }

    .koa-LocalNav .lnav1-title img {
        position: relative;
        display: block;
        margin: 0 auto;
        width: auto;
        height: 5vw;
        left: -11vw;
    }

    .koa-LocalNav .lnav1-figure img {
        z-index: 3;
        position: absolute;
        right: 13vw;
        bottom: -8px;
        width: 15.5vw;
        height: auto;
    }

    .koa-LocalNav li:nth-child(2), .koa-LocalNav li:nth-child(3), .koa-LocalNav li:nth-child(4) {
        position: absolute;
        height: 12vw;
        width: 33.333%;
        bottom: 0;
    }

    .koa-LocalNav li:nth-child(2) {
        left: 0;
    }

    .koa-LocalNav li:nth-child(3) {
        left: 33.333%;
        border-left: 1px solid #f6b9b2;
        border-right: 1px solid #f6b9b2;
    }

    .koa-LocalNav li:nth-child(4) {
        border-top: 1px solid #f6b9b2;
        height: calc(12vw + 1px);
        right: 0;
        z-index: 3;
    }

    .koa-LocalNav .lnav2, .koa-LocalNav .lnav3, .koa-LocalNav .lnav4 {
        height: 12vw;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .koa-LocalNav .lnav2-title, .koa-LocalNav .lnav3-title, .koa-LocalNav .lnav4-title {
        width: 80%;
    }

    .koa-LocalNav .lnav2-figure, .koa-LocalNav .lnav3-figure, .koa-LocalNav .lnav4-figure {
        display: none;
    }
}

@media screen and (min-width: 982px) {
    .koa-LocalNav ul {
        border-top: 1px solid #f6b9b2;
        height: 133px;
        width: 100%;
        display: flex;
        justify-content: center;
        background-color: #f0928a;
    }

    .koa-LocalNav li {
        height: 132px;
        border-right: 2px solid #f6b9b2;
    }

        .koa-LocalNav li:nth-child(1) {
            padding: 0 10px;
        }

        .koa-LocalNav li:nth-child(2) {
            padding: 0 11px 0 20px;
        }

        .koa-LocalNav li:nth-child(3) {
            padding: 0 3px 0 20px;
        }

        .koa-LocalNav li:nth-child(4) {
            padding: 0 22px 0 20px;
            border-right: none;
        }

        .koa-LocalNav li > div {
            position: relative;
        }

    .koa-LocalNav .lnav1 {
        width: 319px;
        height: 132px;
        padding-top: 22px;
    }

    .koa-LocalNav .lnav1-title {
        width: 181px;
    }

    .koa-LocalNav .lnav1-figure {
        position: absolute;
        z-index: 3;
        bottom: 0;
        right: 0;
        width: 129px;
    }

    .koa-LocalNav .lnav2 {
        width: 173px;
        height: 133px;
        padding-top: 29px;
    }

    .koa-LocalNav .lnav2-title {
        width: 85px;
    }

    .koa-LocalNav .lnav2-figure {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 84px;
    }

    .koa-LocalNav .lnav3 {
        width: 182px;
        height: 133px;
        padding-top: 28px;
    }

    .koa-LocalNav .lnav3-title {
        width: 72px;
    }

    .koa-LocalNav .lnav3-figure {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 101px;
    }

    .koa-LocalNav .lnav4 {
        width: 162px;
        height: 133px;
        padding-top: 29px;
    }

    .koa-LocalNav .lnav4-title {
        width: 50px;
    }

    .koa-LocalNav .lnav4-figure {
        position: absolute;
        top: 14px;
        right: 0;
        width: 78px;
    }
}

.floatMenuContainer {
    position: relative;
}

.floatMenu {
    position: fixed;
    width: 100%;
    background-color: #f1928b;
    left: 0;
    bottom: 0;
    z-index: 100;
    transition-property: transform;
    transition-duration: 300ms;
    transform: translateY(100%);
}

    .floatMenu.show {
        transform: translateY(0);
    }

    .floatMenu.relative {
        position: relative;
    }

    .floatMenu ul {
        display: flex;
        justify-content: center;
    }

    .floatMenu li {
        border-right: 1px solid #fff;
    }

        .floatMenu li:last-child {
            border-right: none;
        }

        .floatMenu li.enable {
            cursor: pointer;
        }

            .floatMenu li.enable:hover img {
                opacity: 0.7;
            }

        .floatMenu li img {
            display: block;
            width: auto;
        }

@media screen and (max-width: 767px) {
    .floatMenu {
        background-color: rgba(241, 157, 149, 0.9);
    }

        .floatMenu li {
            padding: 2vw 3vw;
        }

            .floatMenu li img {
                width: auto;
                height: 7vw;
            }

            .floatMenu li:first-child {
                padding: 1vw 3vw;
            }

                .floatMenu li:first-child img {
                    width: auto;
                    height: 8.8vw;
                }
}

@media screen and (min-width: 768px) and (max-width: 981px) {
    .floatMenu {
        background-color: #f19d95;
    }

        .floatMenu li {
            padding: 10px 20px;
        }

            .floatMenu li img {
                height: 34px;
            }
}

@media screen and (min-width: 982px) {
    .floatMenu li {
        padding: 20px 30px;
    }

        .floatMenu li img {
            height: 20px;
        }
}

@media screen and (min-width: 982px) and (max-width: 1100px) {
    .floatMenu li img {
        height: 16px;
    }
}

.koa-Intro__title {
    width: 414.656px;
    height: 109.715px;
    margin-left: 2px;
    margin-bottom: 28px;
}

.koa-Intro__text {
    color: #231815;
}

@media screen and (max-width: 767px) {
    .koa-Intro {
        padding-top: 56px;
        margin-bottom: 44px;
    }

    .koa-Intro__title {
        width: 59vw;
        height: auto;
        margin: 0 auto 22px;
    }

    .koa-Intro__figure {
        max-width:100%;
        text-align:center;
        height: auto;
        margin: 0 auto 30px;
        
    }
        .koa-Intro__figure img {
            max-width:150px;
        }
        .koa-Intro__text {
            margin: 0 15px 20px;
            text-align: center;
            font-size: 3.6vw;
            letter-spacing: -0.1em;
            line-height: 2;
        }
}
@media screen and (min-width: 768px) and (max-width: 981px) {
    .koa-Intro__content {
        width: auto;
        margin: 0 44px 40px;
        padding-left: 0;
    }

    .koa-Intro__text {
        font-size: 17px;
        width: 60%;
    }

    .koa-Intro__figure {
        top: 40px;
        width: 290px;
        height: auto;

    }

        .koa-Intro__figure img {
            width: 100%;
            height: auto;
        }
}
@media screen and (min-width: 768px) {
    .koa-Intro {
        padding-top: 85px;
        margin-bottom: 88px;
    }

    .koa-Intro__content {
        position: relative;
        width: 948px;
        max-width:100%;
        margin: 0 auto;
        padding-left: 22px;
        margin-bottom: 22px;
    }

    .koa-Intro__figure {
        position: absolute;
        right: 20%;
        top: 23px;
        width: 310px;
        height: auto;
    }

        .koa-Intro__figure img {
            width: 100%;
            height: auto;
        }

    .koa-Intro__text {
        font-size: 20px;
        letter-spacing: -0.07em;
        line-height: 1.96;
        width:60%;
    }
}



.koa-IntroMovie__arrow {
    display: block;
    margin: 0 auto;
}

.koa-IntroMovie__flame {
    background-color: #f0928a;
}

.koa-IntroMovie__content {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

    .koa-IntroMovie__content iframe {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }

.koa-IntroMovie__poster {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background: transparent url(../img/intro_movie_poster.jpg) no-repeat 0 0;
    background-size: cover;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

@media screen and (max-width: 767px) {
    .koa-IntroMovie__arrow {
        width: 32px;
    }

    .koa-IntroMovie__flame {
        margin: 0 17px;
        padding: 5px;
        border-radius: 3px;
    }
    
}

@media screen and (min-width: 768px) {
    .koa-IntroMovie__arrow {
        width: 96px;
        height: 62px;
    }

    .koa-IntroMovie__flame {
        max-width: 950px;
        margin: 0 auto;
        border-radius: 6px;
        padding: 15px;
    }
}

@media screen and (min-width: 768px) and (max-width: 981px) {
    .koa-IntroMovie {
        margin: 0 46px;
    }

    .koa-IntroMovie__arrow {
        width: 76px;
        height: auto;
    }
    .koa-Intro__figure {
        right: 0;
    }
}

.koa-Hopes {
    overflow: hidden;
}

.koa-Hopes__title {
    margin: 0 auto 46px;
    width: 948px;
    height: 197px;
}

    .koa-Hopes__title img {
        width: 948px;
        height: 197px;
    }

@media screen and (max-width: 767px) {
    .koa-Hopes__title {
        margin: 0 17px 20px;
        width: auto;
        height: auto;
    }

        .koa-Hopes__title img {
            width: 100%;
            height: auto;
        }
}

@media screen and (min-width: 768px) and (max-width: 981px) {
    .koa-Hopes__title {
        padding: 0 46px;
        width: 100%;
        height: auto;
    }

        .koa-Hopes__title img {
            width: 100%;
            height: auto;
        }
}

.koa-Hope__title {
    height: auto;
}

.koa-Hope__copy {
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .koa-Hope__title {
        width: 19vw;
        margin: 0 auto 2vw;
    }

    .koa-Hope__copy {
        line-height: 1;
    }
}

@media screen and (min-width: 768px) {
    .koa-Hope__title {
        width: 166px;
        margin: 0 auto 23px;
    }
}

.koa-Hope1__movie {
    position: relative;
}

    .koa-Hope1__movie video {
        width: 100%;
        height: auto;
    }

.koa-Hope1__replay {
    display: none;
    z-index: 2;
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: transparent;
    color: #fff;
    text-align: center;
}

    .koa-Hope1__replay.show {
        display: block;
    }

    .koa-Hope1__replay:hover {
        opacity: 0.9;
    }

@media screen and (max-width: 767px) {
    .koa-Hope1 {
        background-color: #ffe7e6;
        padding-left:10px;
        padding-right:10px;
        padding-top: 26px;
        padding-bottom: 35px;
    }

        .koa-Hope1 .koa-Hope__copy {
            width: 65vw;
            margin: 0 14px 8vw;
        }

    .koa-Hope1__content1 {
        position: relative;
        padding-top: 48%;
        margin: 0 17px 17px;
    }

    .koa-Hope1__circle {
        display: block;
        position: absolute;
        top: 0;
        left: -7px;
        width: 58%;
    }

    .koa-Hope1__figure1 {
        display: block;
        position: absolute;
        width: 50.5%;
        top: -16.5%;
        right: 0px;
    }

    .koa-Hope1__movie {
        position: relative;
    }

    .koa-Hope1__points {
        display: block;
        position: relative;
        width: 68vw;
        margin: 0 auto 16px;
    }

    .koa-Hope1__content2 {
        margin: 0 14px;
    }

    .koa-Hope1__3step {
        display: block;
        margin-bottom: 30px;
    }

    .koa-Hope1__figure2 {
        display: block;
        width: 49vw;
        margin: 0 auto;
    }

    .koa-Hope1__figure3 {
        display: block;
        margin: 014px;
    }
}

@media screen and (min-width: 768px) {
    .koa-Hope1 {
        background-color: #ffefee;
        padding-top: 77px;
        padding-bottom: 86px;
    }
}

@media screen and (min-width: 768px) and (max-width: 981px) {
    .koa-Hope1 {
        background-color: #ffe7e6;
        padding-top: 26px;
        padding-bottom: 44px;
    }

        .koa-Hope1 .koa-Hope__copy {
            width: 65vw;
            margin: 0 px 8vw;
        }

        .koa-Hope1 .koa-Hope__header {
            margin-bottom: 164px;
        }

    .koa-Hope1__content1 {
        position: relative;
        padding-top: 48%;
        margin: 0 46px 17px;
    }

    .koa-Hope1__circle {
        display: block;
        position: absolute;
        top: 0;
        left: -7px;
        width: 58%;
    }

    .koa-Hope1__figure1 {
        display: block;
        position: absolute;
        width: 50.5%;
        top: -16.5%;
        right: 0px;
    }

    .koa-Hope1__movie {
        position: relative;
        margin-bottom: 48px;
    }

    .koa-Hope1__points {
        display: block;
        position: relative;
        width: 71vw;
        margin: 0 auto 38px;
    }

    .koa-Hope1__content2 {
        margin: 0 46px;
    }

    .koa-Hope1__3step {
        display: block;
        width: 88%;
        margin: 0 auto 96px;
    }

    .koa-Hope1__figure2 {
        display: block;
        width: 53vw;
        margin: 0 auto 64px;
    }

    .koa-Hope1__figure3 {
        display: block;
        margin: 0 46px;
    }
}

@media screen and (min-width: 982px) {
    .koa-Hope1 .koa-Hope__header {
        margin-bottom: 33px;
    }

    .koa-Hope1 .koa-Hope__copy {
        width: 675px;
    }

    .koa-Hope1__content1 {
        position: relative;
        margin: 0 auto;
        width: 950px;
        height: 629px;
    }

    .koa-Hope1__circle {
        position: absolute;
        width: 569px;
        top: 41px;
        left: -41px;
    }

    .koa-Hope1__figure1 {
        position: absolute;
        top: 0;
        right: 108px;
        width: 392px;
        height: 629px;
    }

        .koa-Hope1__figure1 img {
            width: 392px;
            height: 629px;
        }

    .koa-Hope1__movie {
        position: absolute;
        width: 433px;
        height: 245px;
        top: 321px;
        left: 29px;
    }

    .koa-Hope1__points {
        display: block;
        position: relative;
        margin: 0 auto 30px;
        width: 591px;
    }

    .koa-Hope1__content2 {
        position: relative;
        margin: 0 auto 50px;
        width: 800px;
        height: 244px;
        padding-left: 278px;
        padding-top: 37px;
    }

    .koa-Hope1__figure2 {
        position: absolute;
        left: 0;
        top: -34px;
        width: 247px;
        height: 278px;
    }

        .koa-Hope1__figure2 img {
            width: 247px;
            height: 278px;
        }

    .koa-Hope1__3step {
        width: 505px;
    }

    .koa-Hope1__figure3 {
        display: block;
        width: 800px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .koa-Hope2 {
        padding-top: 44px;
        padding-bottom: 44px;
    }

        .koa-Hope2 .koa-Hope__header {
            margin-bottom: 5px;
        }

        .koa-Hope2 .koa-Hope__copy {
            width: 84vw;
        }

    .koa-Hope2__catch {
        display: none;
    }

    .koa-Hope2__figure {
        position: relative;
        display: block;
        margin: 0 auto;
        
    }
        .koa-Hope2__figure img {
            width:100%
        }
        
}

@media screen and (min-width: 768px) and (max-width: 981px) {
    .koa-Hope2 {
        padding-top: 77px;
        padding-bottom: 100px;
    }

        .koa-Hope2 .koa-Hope__header {
            margin-bottom: 66px;
        }

        .koa-Hope2 .koa-Hope__copy {
            width: 660px;
        }

    .koa-Hope2__keyvisual {
        position: relative;
        width: 768px;
        height: 543px;
        margin: 0 auto;
    }

    .koa-Hope2__catch {
        position: absolute;
        top: 23px;
        left: -4px;
        width: 473px;
    }

    .koa-Hope2__figure {
        position: relative;
        display: block;
        margin: 0 4px 0 auto;
        width: 370px;
        height: 100%;
        max-height:500px;
    }
        .koa-Hope2__figure img {
            height:100%;
        }
}

@media screen and (min-width: 982px) {
    .koa-Hope2 {
        padding-top: 77px;
        padding-bottom: 100px;
    }

        .koa-Hope2 .koa-Hope__header {
            margin-bottom: 66px;
        }

        .koa-Hope2 .koa-Hope__copy {
            width: 660px;
        }

    .koa-Hope2__keyvisual {
        position: relative;
        width: 854px;
        height: 744px;
        margin: 0 auto;
    }

    .koa-Hope2__catch {
        position: absolute;
        top: 72px;
        left: 0;
        width: 384px;
    }

    .koa-Hope2__figure {
        display: block;
        margin: 0 74px 0 auto;
        width: 507px;
    }
}

.koa-Hope2__text {
    color: #000;
}

.koa-Hope2__notice {
    color: #86817f;
    line-height: 1.4;
}

@media screen and (max-width: 767px) {
    .koa-Hope2__text {
        font-size: 12px;
        line-height: 1.4;
    }

    .koa-Hope2__notice {
        font-size: 10px;
    }
}

@media screen and (min-width: 768px) {
    .koa-Hope2__text {
        font-size: 16px;
        line-height: 1.6;
    }

    .koa-Hope2__notice {
        font-size: 11px;
        margin-top: 15px;
    }
}

@media screen and (min-width: 768px) and (max-width: 981px) {
    .koa-Hope2__text {
        font-size: 18px;
    }
}

.koa-Hope2__mama {
    background-color: #ffe7e6;
}

.koa-Hope2__mama_subtitle {
    display: block;
}

.koa-Hope2__mama_figure2 {
    position: absolute;
    width: 150px;
    height: 149px;
    left: 0;
    top: 52px;
}

.koa-Hope2__mama_easywash {
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .koa-Hope2__mama_title img {
        display: block;
        margin: 0 auto 20px;
        width: auto;
        height: 12vw;
    }

    .koa-Hope2__mama {
        margin: 0 17px 17px;
        padding: 20px 30px;
        border-radius: 10px;
    }

    .koa-Hope2__mama_subtitle {
        margin-bottom: 5px;
    }

    .koa-Hope2__mama_figure1 {
        display: block;
        margin: 0 auto 10px;
    }

    .koa-Hope2__mama_figure2 {
        display: none;
    }

    .koa-Hope2__mama_easywash {
        width: 22vw;
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 981px) {
    .koa-Hope2__mama {
        margin: 0 46px 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        border-radius: 10px;
    }

    .koa-Hope2__mama_title img {
        display: block;
        margin: 0 auto 20px;
        width: auto;
        height: 12vw;
    }

    .koa-Hope2__mama_subtitle {
        margin-bottom: 15px;
    }

    .koa-Hope2__mama_flexContainer {
        display: flex;
        justify-content: space-between;
        width: auto;
        margin: 0 44px 20px;
    }

    .koa-Hope2__mama_flexItem:nth-child(1) {
        width: calc(40% - 10px);
    }

    .koa-Hope2__mama_flexItem:nth-child(2) {
        position: relative;
        width: 56%;
    }

    .koa-Hope2__mama_figure2 {
        display: none;
    }

    .koa-Hope2__mama_easywash {
        width: 122px;
    }
}

@media screen and (min-width: 982px) {
    .koa-Hope2__mama {
        max-width: 982px;
        margin: 0 auto 15px;
        padding-top: 24px;
        padding-bottom: 50px;
        border-radius: 26px;
    }

    .koa-Hope2__mama_flexContainer {
        display: flex;
        justify-content: space-between;
        width: 752px;
        margin: 0 auto;
    }

        .koa-Hope2__mama_flexContainer:nth-child(2) {
            margin-bottom: 50px;
        }

        .koa-Hope2__mama_flexContainer:nth-child(3) .koa-Hope2__mama_flexItem:nth-child(2) {
            padding-top: 20px;
        }

    .koa-Hope2__mama_flexItem:nth-child(1) {
        width: 329px;
    }

    .koa-Hope2__mama_flexItem:nth-child(2) {
        position: relative;
        width: 380px;
    }

    .koa-Hope2__mama_title {
        display: block;
        margin: 0 auto 42px;
        width: 424px;
    }

    .koa-Hope2__mama_subtitle {
        margin-bottom: 20px;
    }

    .koa-Hope2__mama_text {
        padding-left: 165px;
    }

    .koa-Hope2__mama_easywash {
        width: 122px;
    }
}

.koa-Hope2__baby_subtitle {
    display: block;
}

.koa-Hope2__poster {
    display: block;
    margin: 0 auto;
}

    .koa-Hope2__poster img {
        width: 100%;
    }

@media screen and (max-width: 767px) {
    .koa-Hope2 .koa-Hope2__text {
        margin-bottom: 25px;
    }

    .koa-Hope2 .koa-Hope2__text-notice {
        margin-bottom: 5px;
    }

    .koa-Hope2__baby {
        margin: 0 17px 17px;
        padding: 20px 30px;
        border-radius: 10px;
        background-color: #ffe7e6;
    }

    .koa-Hope2__baby_title img {
        display: block;
        margin: 0 auto 20px;
        width: auto;
        height: 12vw;
    }

    .koa-Hope2__baby_subtitle {
        margin-bottom: 5px;
    }

    .koa-Hope2__baby-1_figure, .koa-Hope2__baby-2_figure, .koa-Hope2__baby-3_figure {
        display: block;
        margin: 0 auto 10px;
    }

    .koa-Hope2__baby-1_figure {
        width: 50%;
    }

    .koa-Hope2__baby-2_figure {
        width: 75%;
    }

    .koa-Hope2__baby-3_figure {
        width: 64%;
    }

    .koa-Hope2__poster {
        margin-top: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 981px) {
    .koa-Hope2__baby {
        margin: 0 46px 20px;
    }

    .koa-Hope2__baby {
        padding-top: 20px;
        padding-bottom: 20px;
        border-radius: 10px;
        background-color: #ffe7e6;
    }

    .koa-Hope2__baby_title img {
        display: block;
        margin: 0 auto 20px;
        width: auto;
        height: 12vw;
    }

    .koa-Hope2__baby_subtitle {
        margin-bottom: 15px;
    }

    .koa-Hope2__baby_flexContainer-1 .koa-Hope2__baby_flexItem {
        display: flex;
        justify-content: space-between;
        margin: 0 44px 20px;
    }

        .koa-Hope2__baby_flexContainer-1 .koa-Hope2__baby_flexItem > figure {
            width: calc(40% - 10px);
        }

            .koa-Hope2__baby_flexContainer-1 .koa-Hope2__baby_flexItem > figure img {
                display: block;
                margin: 0 auto;
                width: auto;
                max-width: 100%;
            }

        .koa-Hope2__baby_flexContainer-1 .koa-Hope2__baby_flexItem > div {
            position: relative;
            width: 56%;
        }

    .koa-Hope2__baby_flexContainer-2 {
        display: flex;
        justify-content: space-between;
        margin: 0 44px 20px;
    }

        .koa-Hope2__baby_flexContainer-2 > div:nth-child(1) {
            width: calc(40% - 10px);
        }

        .koa-Hope2__baby_flexContainer-2 > div:nth-child(2) {
            position: relative;
            width: 56%;
        }

    .koa-Hope2__poster {
        margin: 40px 46px;
    }
}

@media screen and (min-width: 982px) {
    .koa-Hope2__baby {
        margin: 0 30px 20px;
    }

    .koa-Hope2__baby {
        max-width: 982px;
        margin: 0 auto;
        padding-top: 24px;
        border-radius: 26px;
        padding-bottom: 50px;
        background-color: #ffe7e6;
    }

    .koa-Hope2__baby_title {
        display: block;
        margin: 0 auto 25px;
        width: 546px;
    }

    .koa-Hope2__baby_subtitle {
        margin-bottom: 15px;
    }

    .koa-Hope2__baby_content {
        margin-bottom: 20px;
    }

    .koa-Hope2__baby_flexContainer {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        width: 802px;
        margin: 0 auto;
    }

    .koa-Hope2__baby_flexItem {
        width: 380px;
        margin-bottom: 30px;
    }

    .koa-Hope2__baby-1_figure, .koa-Hope2__baby-2_figure {
        height: 248px;
    }

        .koa-Hope2__baby-1_figure img, .koa-Hope2__baby-2_figure img {
            display: block;
            margin: 0 auto;
        }

    .koa-Hope2__baby-1_figure {
        padding-top: 7px;
    }

        .koa-Hope2__baby-1_figure img {
            width: 227px;
            height: auto;
        }

    .koa-Hope2__baby-2_figure img {
        width: 292px;
        height: auto;
    }

    .koa-Hope2__baby-3_figure img {
        display: block;
        margin: 0 auto;
        width: 322px;
        height: auto;
    }

    .koa-Hope2__poster {
        width: 803px;
    }
}

.koa-Hope3 {
    background-color: #ffe7e6;
}

@media screen and (max-width: 767px) {
    .koa-Hope3 {
        padding-top: 20px;
    }

        .koa-Hope3 .koa-Hope__copy {
            width: 84vw;
        }

        .koa-Hope3 .koa-Hope__header {
            margin-bottom: 10px;
        }

    .koa-Hope3__catch {
        position: absolute;
        width: 50%;
        right: 0;
        top:20%;
        opacity: .8;
    }
}

@media screen and (min-width: 768px) and (max-width: 981px) {
    .koa-Hope3 {
        padding-top: 79px;
    }

        .koa-Hope3 .koa-Hope__copy {
            width: 660px;
        }

        .koa-Hope3 .koa-Hope__header {
            margin-bottom: 62px;
        }

    .koa-Hope3__catch {
        position: absolute;
        width: 50%;
        right: 0;
        opacity: .8;
    }
}

@media screen and (min-width: 982px) {
    .koa-Hope3 {
        padding-top: 79px;
    }

        .koa-Hope3 .koa-Hope__copy {
            width: 660px;
        }

        .koa-Hope3 .koa-Hope__header {
            margin-bottom: 62px;
        }

    .koa-Hope3__content {
        position: relative;
        width: 950px;
        height: 664px;
        margin: 0 auto;
    }

    .koa-Hope3__catch, .koa-Hope3__figure1, .koa-Hope3__figure2 {
        position: absolute;
    }

    .koa-Hope3__catch {
        top: 0;
        right: -4px;
        width: 542px;
        height: 542px;
    }

        .koa-Hope3__catch img {
            width: 542px;
            height: 542px;
        }

    .koa-Hope3__figure1 {
        z-index: 1;
        left: -53px;
        top: -17px;
        width: 531px;
        height: 687px;
    }
}

@media screen and (max-width: 767px) {
    .koa-Points {
        padding-top: 36px;
        padding-bottom: 60px;
    }
}

@media screen and (min-width: 768px) {
    .koa-Points {
        max-width:982px;
        margin:0 auto;
        padding-top: 73px;
        padding-bottom: 60px;
    }
        .koa-Points .imgtitle img {
            margin:0 auto;
        }
}

.koa-Easywash {
    background-color: #f4f2f1;
}

.koa-Easywash__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.koa-Easywash__title {
    color: #cc4953;
    font-weight: normal;
}

.koa-Easywash__text {
    color: #000;
}

@media screen and (max-width: 767px) {
    .koa-Easywash {
        margin: 0 20px 30px;
        padding: 15px 0;
        border-radius: 4px;
    }

    .koa-Easywash__flex {
        margin: 0 20px;
    }

    .koa-Easywash__box:nth-child(1) {
        width: calc(25% - 15px);
    }

    .koa-Easywash__box:nth-child(2) {
        width: calc(75%);
    }

    .koa-Easywash__title {
        font-size: 4vw;
        margin-bottom: 0px;
    }

    .koa-Easywash__text {
        font-size: 12px;
        line-height: 1.4;
    }
}

@media screen and (min-width: 768px) {
    .koa-Easywash {
        margin: 0 auto 72px;
        padding: 30px 0;
        border-radius: 17px;
        max-width: 840px;
    }

    .koa-Easywash__flex {
        width: 530px;
        margin: 0 auto;
    }

    .koa-Easywash__box:nth-child(1) {
        width: 134px;
    }

    .koa-Easywash__box:nth-child(2) {
        width: 380px;
    }

    .koa-Easywash__logo img {
        display: block;
        width: 87px;
        height: 123px;
        margin: 0 auto;
    }

    .koa-Easywash__title {
        font-size: 23px;
        margin-bottom: 5px;
    }

    .koa-Easywash__text {
        font-size: 16px;
        line-height: 1.6;
    }
}

@media screen and (min-width: 768px) and (max-width: 981px) {
    .koa-Easywash {
        margin: 0 46px 60px;
    }
}

.koa-4way {
    margin: 0 auto 10px;
}

.koa-4way__content {
    background-color: #fbe3d5;
}

.koa-4way__title {
    height: auto;
}

.koa-4way__text {
    text-align: center;
    color: #000;
}

.koa-4way__notice {
    text-align: right;
    font-size: 16px;
    line-height: 1.6;
    color: #000;
}

@media screen and (max-width: 767px) {
    .koa-4way {
        margin: 0 20px 10px;
    }

    .koa-4way__content {
        padding: 10px 0;
        border-radius: 4px;
        margin-bottom: 4px;
    }

    .koa-4way__title {
        width: 80%;
        height: auto;
        margin: 0 auto 10px;
    }

    .koa-4way__text {
        font-size: 12px;
        line-height: 1.4;
        margin-bottom: 20px;
    }

    .koa-4way__figure {
        margin: 0 10px;
    }

    .koa-4way__notice {
        text-align: left;
        font-size: 12px;
    }
}

@media screen and (min-width: 768px) and (max-width: 981px) {
    .koa-4way__figure {
        margin: 0 20px;
    }
}

@media screen and (min-width: 982px) {
    .koa-4way__figure {
        margin: 0 15px;
    }
}

@media screen and (min-width: 768px) {
    .koa-4way {
        max-width: 840px;
    }

    .koa-4way__content {
        padding: 40px 0 26px;
        border-radius: 17px;
        margin-bottom: 10px;
    }

    .koa-4way__title {
        width: 557px;
        margin: 0 auto 25px;
    }

    .koa-4way__text {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 42px;
    }
}

@media screen and (min-width: 768px) and (max-width: 981px) {
    .koa-4way {
        margin: 0 46px 10px;
    }
}

.koa-4way_footnotes {
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .koa-4way_footnotes {
        margin: 0 20px 30px;
    }
}

@media screen and (min-width: 768px) {
    .koa-4way_footnotes {
        max-width: 840px;
    }
}

@media screen and (min-width: 768px) and (max-width: 981px) {
    .koa-4way_footnotes {
        margin: 0 46px 60px;
    }
}

.koa-4way_footnotes_item {
    font-size: 11px;
    line-height: 1.4;
    color: #86817f;
    margin-bottom: 2px;
}

@media screen and (max-width: 767px) {
    .koa-4way_footnotes_item {
        font-size: 10px;
        padding: 0 4px;
    }
}

@media screen and (min-width: 768px) {
    .koa-4way_footnotes_item {
        padding: 0 10px;
    }
}

.koa-VoiceBanner a {
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .koa-VoiceBanner {
        margin-top: 35px;
    }

        .koa-VoiceBanner a {
            width: 326px;
        }
}

@media screen and (min-width: 768px) {
    .koa-VoiceBanner {
        margin-top: 45px;
    }

        .koa-VoiceBanner a {
            width: 823px;
        }
}

.koa-Voice {
    background-color: #e7f8f7;
}

.koa-Voice__title {
    margin: 0 auto;
}

.koa-Voice__insta {
    margin: 0 auto;
}

.koa-Voice__copy {
    margin: 0 auto;
}

.koa-Voice__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.koa-Voice__notice {
    color: #696969;
}

.koa-Voice__hashtag {
    margin: 0 auto;
}

.koa-Voice__instalink {
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .koa-Voice {
        padding: 24px 0 40px;
    }

    .koa-Voice__title {
        margin-bottom: 25px;
        width: 283.33333px;
    }

    .koa-Voice__insta {
        margin-bottom: 25px;
        width: 299.66667px;
    }

    .koa-Voice__copy {
        width: 211px;
    }

    .koa-Voice__itemContainer {
        margin: 30px 20px;
    }

    .koa-Voice__items {
        margin-bottom: 15px;
    }

    .koa-Voice__item {
        width: calc((100% - 8px) / 3);
        margin-bottom: 4px;
    }
        .koa-Voice__item img {
            width:100%!important;
        }
        .koa-Voice__notice {
            font-size: 11px;
        }

    .koa-Voice__hashtag {
        margin-bottom: 32px;
        width: 325.66667px;
    }

    .koa-Voice__instalink {
        width: 281.66667px;
    }
}

@media screen and (min-width: 768px) {
    .koa-Voice {
        padding: 50px 0 92px;
    }

    .koa-Voice__title {
        margin-bottom: 17.33333px;
        width: 505px;
    }

    .koa-Voice__insta {
        margin-bottom: 17.33333px;
        width: 567px;
    }

    .koa-Voice__copy {
        width: 710px;
    }

    .koa-Voice__itemContainer {
        width: 910px;
        margin: 40px auto 50px;
    }

    .koa-Voice__item {
        width: 164px;
        margin-bottom: 24px;
    }

    .koa-Voice__notice {
        text-align: center;
        font-size: 14px;
    }

    .koa-Voice__hashtag {
        margin-bottom: 17.33333px;
        width: 693px;
    }

    .koa-Voice__instalink {
        width: 541px;
    }
}

@media screen and (min-width: 768px) and (max-width: 981px) {
    .koa-Voice__itemContainer {
        width: 724px;
    }
}

.koa-Lineup {
    padding-bottom: 100px;
}

.koa-Lineup__keyitem {
    margin-bottom: 30px;
}

    .koa-Lineup__keyitem img {
        display: block;
        margin: 0 auto 20px;
    }

.koa-Lineup__keyitem-plus img {
    width: 248px;
}

.koa-Lineup__line {
    display: block;
    width: auto;
    height: 1px;
    margin: 60px 30px;
    background-color: #898989;
}

@media screen and (min-width: 768px) {
    .koa-Lineup__line {
        width: 640px;
        height: 2px;
        margin-left: auto;
        margin-right: auto;
    }
}

.koa-Lineup__keyitem-standard img {
    width: 244px;
}

.koa-Lineup__keyitemTitle {
    text-align: center;
}

    .koa-Lineup__keyitemTitle h3 {
        font-weight: bold;
    }

    .koa-Lineup__keyitemTitle p {
        color: #000;
    }

.koa-Lineup__keyitemTitle-plus h3 {
    color: #c6a679;
}

.koa-Lineup__keyitemTitle-standard h3 {
    color: #949ea6;
}

.koa-Lineup__list {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 30px;
}

    .koa-Lineup__list img {
        margin-bottom: 10px;
    }

    .koa-Lineup__list li {
        text-align: center;
    }

.koa-Lineup__productTitle {
    text-align: center;
    color: #000;
}

.koa-Lineup__buybtn {
    width: 264px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .koa-Lineup__koalalogo {
        width: 32vw;
        margin: 0 auto 26px;
    }

    .koa-Lineup__title {
        position: relative;
        width: 42vw;
        margin: 0 auto 60px;
    }

    .koa-Lineup__launch7 {
        position: absolute;
        width: 80px;
        height: 80px;
        right: -94px;
        top: -28px;
    }

    .koa-Lineup__catch {
        width: 240px;
        margin: 0 auto 30px;
    }

    .koa-Lineup__keyitem-plus img, .koa-Lineup__keyitem-standard img {
        width: 46vw;
    }

    .koa-Lineup__keyitemTitle {
        text-align: center;
    }

        .koa-Lineup__keyitemTitle h3 {
            font-size: 19px;
        }

        .koa-Lineup__keyitemTitle p {
            font-size: 18px;
        }

    .koa-Lineup__colorTitle {
        width: 58px;
        margin: 0 auto 20px;
    }

        .koa-Lineup__colorTitle img {
            display: block;
        }

    .koa-Lineup__list-3 {
        padding: 0 20px;
        width: 100%;
    }

        .koa-Lineup__list-3 li {
            width: 24%;
        }

    .koa-Lineup__list-2 {
        padding: 0 20px;
        width: 100%;
        justify-content: center;
    }

        .koa-Lineup__list-2 li {
            width: 24%;
        }

            .koa-Lineup__list-2 li:nth-child(1) {
                margin-right: 10vw;
            }

    .koa-Lineup__productTitle {
        font-size: 10px;
    }

    .koa-Lineup__buybtn {
        width: 48vw;
    }
}

@media screen and (min-width: 768px) {
    .koa-Lineup {
        padding-top: 60px;
    }

    .koa-Lineup__koalalogo {
        width: 171px;
        margin: 0 auto 42px;
    }

    .koa-Lineup__title {
        position: relative;
        width: 218px;
        margin: 0 auto 95px;
    }

    .koa-Lineup__launch7 {
        position: absolute;
        width: 156px;
        height: 156px;
        right: -192px;
        top: -54px;
    }

    .koa-Lineup__catch {
        width: 362px;
        margin: 0 auto 30px;
    }

    .koa-Lineup__keyitemTitle h3 {
        font-size: 25px;
    }

    .koa-Lineup__keyitemTitle p {
        font-size: 20px;
    }

    .koa-Lineup__colorTitle {
        width: 94px;
        margin: 0 auto 30px;
    }

    .koa-Lineup__list-3 {
        width: 659px;
    }

        .koa-Lineup__list-3 li:nth-child(1) {
            width: 164px;
        }

        .koa-Lineup__list-3 li:nth-child(2) {
            width: 163px;
        }

        .koa-Lineup__list-3 li:nth-child(3) {
            width: 160px;
        }

    .koa-Lineup__list-2 {
        width: 396px;
    }

        .koa-Lineup__list-2 li:nth-child(1) {
            width: 165px;
        }

        .koa-Lineup__list-2 li:nth-child(2) {
            width: 161px;
        }

    .koa-Lineup__productTitle {
        font-size: 15px;
    }
}
