@charset "UTF-8"; /* PC ================================================== */
@media all and (min-width: 801px) {
    body {
        /* font-family: 'Roboto', 'Zen Kaku Gothic New', sans-serif; */
        font-weight: 400;
        background: #F8F6F2;
        color: #292d22;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: "halt"1;
        font-feature-settings: "palt";
        -webkit-text-size-adjust: 100%;
        width: 100%;
        overflow-x: hidden;
    }

    .loading {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        background: #292D22;
        z-index: 9998;
    }

    .loader {
        position: fixed;
        top: 50%;
        left: 50%;
        width: 64px;
        height: 64px;
        margin-top: -32px;
        margin-left: -32px;
        text-align: center;
        z-index: 9999;
    }

    .sp {
        display: none;
    }

    #cmove {
        /*		background: #ffdadc;*/
        background: linear-gradient(#ffbec4 0%, #f7dca9 100%);
    }

    #cmbody {
        width: 500px;
        margin: 0 auto;
        background: #eee;
        position: relative;
    }

    #cmbody:before, #cmbody:after {
        content: "";
        display: block;
        position: absolute;
        height: 100%;
        width: 13px;
        top: 0;
    }

    #cmbody:before {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        left: 0;
        background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.2)), color-stop(15%), to(rgba(147, 125, 29, 0)));
        background: linear-gradient(to left, rgba(0, 0, 0, 0.2), 15%, rgba(147, 125, 29, 0));
    }

    #cmbody:after {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        right: 0;
        background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), color-stop(15%), to(rgba(147, 125, 29, 0)));
        background: linear-gradient(to right, rgba(0, 0, 0, 0.2), 15%, rgba(147, 125, 29, 0));
    }

    #sec1 {
        background: linear-gradient(#ef868d 0%, #fe5983 100%);
        padding-top: 32px;
    }

    #sec1 p#intro {
        font-weight: 500;
        font-size: 20px;
        letter-spacing: -0.03em;
        line-height: 2em;
        color: #fff;
        padding: 0 32px;
        text-align: justify;
    }

    #sec1 p#intro span {
        color: #FEEA4E;
        font-weight: 900;
    }

    .products {
        padding: 16px 0 40px;
    }

    .products-imgae {
        margin-bottom: 24px;
    }

    #m1, #m2, #m3 {
        opacity: 0;
        transition: .4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transform: translateY(48px);
    }

    #m1.show, #m2.show, #m3.show {
        opacity: 1;
        transition: .4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transform: translateY(0);
        transition-delay: .3s;
    }

    .btn-buy {
        width: 80%;
        margin: 0 auto;
    }

    .caption {
        background: #d95d73;
        padding: 24px;
    }

    .caption p {
        font-weight: 400;
        font-size: 12px;
        letter-spacing: -0.01em;
        line-height: 2em;
        text-align: justify;
        color: #fff;
        margin-bottom: 12px;
    }

    .caption p:last-child {
        margin-bottom: 0;
    }

    .caption p span {
        font-weight: 500;
        display: block;
    }

    #sec2 {
        background: url("../img/bg_campaign.jpg") repeat-y;
        background-size: contain;
        border: 6px solid #FFFFFF;
        padding: 32px 32px 40px 32px;
        box-sizing: border-box;
    }

    #sec2 h2 {
        width: 100%;
        margin: 0 auto 20px;
    }

    #sec2 div:nth-child(2) {
        display: flex;
        justify-content: space-between;
        position: relative;
        margin-bottom: 48px;
    }

    #sec2 div:nth-child(2) p {
        width: 50%;
        text-align: center;
        font-weight: 900;
        font-size: 16px;
        letter-spacing: -0.02em;
        line-height: 1.6em;
        color: #111;
    }

    #sec2 div:nth-child(2):after {
        content: '';
        background: url("../img/campaign_arrow.svg") no-repeat center;
        width: 100%;
        height: 12px;
        background-size: cover;
        position: absolute;
        bottom: -24px;
        left: 0;
    }

    #prize {
        display: flex;
        justify-content: space-between;
        margin-bottom: 24px;
    }

    #prize li {
        width: 48%;
        text-align: center;
    }

    #p1, #p2 {
        transition: .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        opacity: 0;
        transform: translateY(48px);
    }

    #p1.show {
        opacity: 1;
        transition: .4s cubic-bezier(.88, -1.28, .1, 2.05);
        transform: translateY(0);
    }

    #p2.show {
        opacity: 1;
        transition: .4s cubic-bezier(.88, -1.28, .1, 2.05);
        transform: translateY(0);
        transition-delay: .3s;
    }

    #prize li div {
        margin-bottom: 16px;
    }

    #prize li p {
        font-weight: 700;
        font-size: 14px;
        letter-spacing: -0.02em;
        line-height: 1.6em;
        color: #111;
    }

    #btn-campaign {
        width: 80%;
        margin: 0 auto;
    }

    #sec3 {
        background: #F0F0F0;
        padding: 40px 0;
    }

    #sec3 h2 {
        width: 70%;
        margin: 0 0 32px 32px;
        position: relative;
    }

    #sec3 h2:after {
        content: '';
        background: #eee;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        z-index: 1;
    }

    #sec3 h2.show:after {
        content: '';
        background: #eee;
        width: 0;
        transition: .4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    }

    #s3-1, #s3-3 {
        width: 92%;
        margin-bottom: 24px;
    }

    #s3-1 img, #s3-3 img {
        border-radius: 0 8px 8px 0;
    }

    #s3-2 {
        width: 100%;
        margin-bottom: 24px;
        display: flex;
        justify-content: flex-end;
    }

    #s3-2 img {
        width: 92%;
        border-radius: 8px 0 0 8px;
    }

    #sec3 p {
        font-weight: 500;
        font-size: 18px;
        line-height: 2em;
        letter-spacing: -0.03em;
        text-align: justify;
        color: #111;
        padding: 0 40px;
        margin-bottom: 24px;
    }

    #sec3 p:last-child {
        margin-bottom: 0;
    }

    #sec4 {
        background: linear-gradient(#ef868d 0%, #fe5983 100%);
    }

    #sec5, #sec9 {
        background: url("../img/bn_campaign.jpg") no-repeat;
        width: 100%;
        height: 239px;
        background-size: cover;
        position: relative;
    }

    #btn-campaign2, #btn-campaign3 {
        width: 210px;
        position: absolute;
        bottom: 48px;
        left: 50%;
        margin-left: -105px;
    }

    #sec6 {
        background: #F0F0F0;
        padding: 40px 0;
        text-align: center;
    }

    #sec6 h2 {
        width: 72%;
        margin: 0 auto 32px;
        opacity: 0;
        transition: .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transform: translateY(48px);
    }

    #sec6 h2.show {
        opacity: 1;
        transition: .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transform: translateY(0);
        transition-delay: .3s;
    }

    #sec6 div {
        width: 80%;
        margin: 0 auto 24px;
        position: relative;
    }

    #s6img1:after {
        content: '';
        background: url("../img/howto_txt1.svg") no-repeat;
        width: 126px;
        height: 62px;
        position: absolute;
        bottom: -16px;
        right: -24px;
        z-index: 1;
        transition: .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        opacity: 0;
        transform: translateY(48px);
    }

    #s6img1.show:after, #s6img2.show:after {
        opacity: 1;
        transition: .4s cubic-bezier(.88, -1.28, .1, 2.05);
        transform: translateY(0);
        transition-delay: .1s;
    }

    #s6img2:after {
        content: '';
        background: url("../img/howto_txt2.svg") no-repeat;
        width: 126px;
        height: 62px;
        position: absolute;
        bottom: -16px;
        right: -24px;
        z-index: 1;
        transition: .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        opacity: 0;
        transform: translateY(24px);
    }

    #s6img1 img, #s6img2 img {
        border-radius: 8px;
    }

    #sec6 h3 {
        font-weight: 700;
        font-size: 22px;
        line-height: 36px;
        color: #e5688a;
        margin-bottom: 8px;
    }

    #sec6 p {
        font-weight: 500;
        font-size: 18px;
        line-height: 2em;
        letter-spacing: -0.03em;
        color: #111;
        margin-bottom: 32px;
    }

    #sec6 p:last-child {
        margin-bottom: 0;
    }

    #sec7 {
        background: #FFFFFF;
        padding: 40px 0;
        text-align: center;
    }

    #sec7 h2 {
        width: 72%;
        margin: 0 auto 32px;
        opacity: 0;
        transition: .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transform: translateY(48px);
    }

    #sec7 h2.show {
        opacity: 1;
        transition: .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transform: translateY(0);
    }

    #s7img1 {
        margin-bottom: 32px;
        opacity: 0;
        transition: .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transform: translateY(48px);
    }

    #s7img1.show {
        opacity: 1;
        transition: .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transform: translateY(0);
        transition-delay: .3s;
    }

    #sec7 p.num {
        width: 120px;
        margin: 0 auto 10px;
        padding: 0;
    }

    #num1, #num2 {
        transition: .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        opacity: 0;
        transform: translateY(48px);
    }

    #num1.show, #num2.show {
        opacity: 1;
        transition: .4s cubic-bezier(.88, -1.28, .1, 2.05);
        transform: translateY(0);
        transition-delay: .4s;
    }

    #sec7 h3 {
        font-weight: 700;
        font-size: 22px;
        line-height: 36px;
        color: #e5688a;
        margin-bottom: 24px;
        position: relative;
    }

    #sec7 h3#num1t:after, #sec7 h3#num2t:after {
        content: '';
        background: #fff;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        z-index: 1;
    }

    #sec7 h3#num1t.show:after, #sec7 h3#num2t.show:after {
        content: '';
        background: #fff;
        width: 0;
        transition: all .8s cubic-bezier(0.77, 0, 0.175, 1);
        transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    }

    #s7img2, #s7img3 {
        margin-bottom: 24px;
    }

    #sec7 p {
        font-weight: 500;
        font-size: 18px;
        line-height: 2em;
        letter-spacing: -0.03em;
        color: #111;
        text-align: justify;
        margin: 0 auto 16px;
        padding: 0 32px;
    }

    #sec7 .info {
        background: #f2f2f2;
        border-left: 2px solid #e5688a;
        width: 90%;
        box-sizing: border-box;
        padding: 20px;
        margin: 0 auto 32px;
    }

    #sec7 .info:last-child {
        margin-bottom: 0;
    }

    #sec7 .info p {
        padding: 0;
        font-weight: bold;
        font-size: 16px;
        line-height: 1.8em;
        letter-spacing: -0.03em;
        text-align: left;
        color: #e5688a;
    }

    #sec7 .info p:last-child {
        margin-bottom: 0;
    }

    #s7img4 {
        margin-bottom: 24px;
    }

    #sec7 .info li {
        font-weight: 400;
        font-size: 12px;
        letter-spacing: -0.01em;
        line-height: 2em;
        text-align: left;
        color: #111;
        margin-bottom: 12px;
    }

    #sec7 .info li:last-child {
        margin-bottom: 0;
    }

    #sec7 .info li span {
        font-weight: 700;
    }

    #sec8 {
        background: linear-gradient(#ef868d 0%, #fe5983 100%);
    }

    #sec10 {
        background: linear-gradient(#e67e6d 0%, #e9aa35 100%);
        padding: 40px 0;
    }

    #sec10 h2 {
        font-weight: 700;
        font-size: 20px;
        line-height: 1.8em;
        letter-spacing: -0.03em;
        text-align: center;
        color: #fff;
        margin-bottom: 16px;
        position: relative;
    }

    #sec10 h2:after {
        content: '';
        background: #e67e6d;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: .8s cubic-bezier(0.33, 1, 0.68, 1);
        z-index: 1;
    }

    #sec10 h2.show:after {
        content: '';
        background: #e67e6d;
        width: 0;
        transition: all .8s cubic-bezier(0.77, 0, 0.175, 1);
        transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    }

    #s10image1 {
        width: 90%;
        margin: 0 auto 24px;
        opacity: 0;
        transition: .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transform: translateY(48px);
    }

    #s10image1.show {
        opacity: 1;
        transition: .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transform: translateY(0);
    }

    #sec10 h3 {
        font-weight: 700;
        font-size: 16px;
        line-height: 1em;
        text-align: center;
        color: #fff;
        background: #ff6a54;
        border-radius: 22px 22px 0 0;
        width: 84%;
        margin: 0 auto;
        padding: 16px 0;
    }

    #sec10 ul#pattern {
        margin: 0 auto 32px;
        width: 84%;
    }

    #sec10 ul#pattern li {
        background: #fff;
        position: relative;
        padding: 20px;
        display: flex;
        justify-content: space-between;
    }

    #sec10 ul#pattern li:not(:last-child):after {
        content: '';
        background-image: linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 2px);
        background-size: 5px 1px;
        background-repeat: repeat-x;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
    }

    #sec10 ul#pattern li:last-child {
        border-radius: 0 0 22px 22px;
    }

    #sec10 ul#pattern li p {
        font-weight: 500;
        font-size: 18px;
        letter-spacing: -0.02em;
        line-height: 1.6em;
        text-align: left;
        color: #111;
        width: 64%;
    }

    #sec10 ul#pattern li p span {
        display: block;
        font-weight: 500;
        font-size: 13px;
        letter-spacing: -0.02em;
        line-height: 24px;
        color: #111;
    }

    #sec10 ul#pattern li div {
        width: 36%;
    }

    #sec10 h4 {
        width: 72%;
        margin: 32px auto 16px;
    }

    #sec10 h5 {
        font-weight: 700;
        font-size: 16px;
        line-height: 1.8em;
        text-align: center;
        color: #111;
        margin-bottom: 16px;
    }

    #s10image2 {
        width: 84%;
        margin: 0 auto 16px;
        transition: .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        opacity: 0;
        transform: translateY(48px);
    }

    #s10image2.show {
        opacity: 1;
        transition: .4s cubic-bezier(.88, -1.28, .1, 2.05);
        transform: translateY(0);
    }

    #slide2 {
        width: 84%;
        margin: 0 auto 88px;
        position: relative;
        background: #fff;
    }

    #sec11 {
        padding: 40px 0;
    }

    #sec11 h2 {
        width: 80%;
        margin: 0 auto 40px;
        opacity: 0;
        transition: .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transform: translateY(48px);
    }

    #sec11 h2.show {
        opacity: 1;
        transition: .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transform: translateY(0);
        transition-delay: .3s;
    }

    #sec11 h3 {
        width: 80%;
        margin: 0 auto 24px;
        transition: .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        opacity: 0;
        transform: translateY(48px);
    }

    #sh3-1.show, #sh3-2.show {
        opacity: 1;
        transition: .4s cubic-bezier(.88, -1.28, .1, 2.05);
        transform: translateY(0);
    }

    #sec11 ul {
        width: 84%;
        margin: 0 auto 32px;
    }

    #sec11 ul:last-child {
        margin-bottom: 0;
    }

    #sec11 ul li {
        display: flex;
        justify-content: space-between;
        margin-bottom: 24px;
        position: relative;
        padding-bottom: 24px;
    }

    #sec11 ul li:not(:last-child):after {
        content: '';
        background-image: linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 2px);
        background-size: 5px 1px;
        background-repeat: repeat-x;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
    }

    #sec11 ul li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    #sec11 ul li p {
        font-weight: 500;
        font-size: 16px;
        letter-spacing: -0.02em;
        line-height: 1.8em;
        text-align: left;
        color: #111;
        width: 64%;
    }

    #sec11 ul li div {
        width: 32%;
    }

    #sec12 {
        background: url(../img/bg_campaign.jpg) repeat-y;
        background-size: contain;
        border: 6px solid #FFFFFF;
        padding: 32px 32px 40px 32px;
        box-sizing: border-box;
    }

    #sec12 h2 {
        width: 100%;
        margin: 0 auto 16px;
    }

    #sec12 h3 {
        width: 80%;
        margin: 0 auto 24px;
    }

    #sec12 p#period {
        font-weight: 700;
        font-size: 24px;
        line-height: 1em;
        text-align: center;
        color: #fff;
        background: #F15A24;
        margin: 0 auto 20px;
        padding: 12px 20px 10px;
        width: 80%;
        box-sizing: border-box;
        border-radius: 4px;
    }

    #s12image1 {
        width: 96%;
        margin: 0 auto 24px;
        opacity: 0;
        transition: .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transform: translateY(48px);
    }

    #s12image1.show {
        opacity: 1;
        transition: .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transform: translateY(0);
        transition-delay: .3s;
    }

    #s12image2.show, #s12image3.show {
        opacity: 1;
        transition: .4s cubic-bezier(.88, -1.28, .1, 2.05);
        transform: translateY(0);
        transition-delay: .3s;
    }

    #sec12 p {
        font-weight: 500;
        font-size: 18px;
        line-height: 2em;
        letter-spacing: -0.03em;
        color: #111;
        text-align: justify;
        margin: 0 auto 16px;
    }

    #s12image2 {
        width: 92%;
        margin: 0 auto 16px;
        opacity: 0;
        transition: .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transform: translateY(48px);
    }

    #sec12 p#point {
        font-weight: 500;
        font-size: 13px;
        line-height: 1.8em;
        color: #111;
        margin-bottom: 24px;
    }

    #sec12 p#point2 {
        font-weight: 500;
        font-size: 13px;
        line-height: 2em;
        color: #111;
        margin-bottom: 24px;
        text-align: right;
    }

    #advisor {
        padding: 12px;
        margin-bottom: 48px;
        border-radius: 4px;
        background: #fff;
    }

    #sec12 #advisor p {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 1.6em;
        letter-spacing: 0;
        text-align: center;
        color: #111;
    }

    .btn-cp {
        width: 100%;
        margin: 0 auto 40px;
    }

    .btn-cp:last-child {
        margin-bottom: 0;
    }

    #sec12 h4 {
        width: 88%;
        margin: 0 auto 24px;
    }

    #s12image3 {
        width: 92%;
        margin: 0 auto 32px;
        opacity: 0;
        transition: .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transform: translateY(48px);
    }

    #sec12 h5 {
        font-weight: 700;
        font-size: 16px;
        line-height: 1em;
        text-align: center;
        color: #111;
        background: #F0B60E;
        margin: 0 auto;
        padding: 16px 0;
    }

    #sec12 h6 {
        font-weight: 700;
        font-size: 24px;
        line-height: 1em;
        text-align: center;
        color: #111;
        background: #fff;
        margin: 0 auto;
        padding: 16px 0;
    }

    #questionnaire {
        background: #F4C849;
        padding: 24px;
        margin-bottom: 24px;
    }

    #questionnaire p {
        font-weight: 400;
        font-size: 12px;
        letter-spacing: -0.01em;
        line-height: 2em;
        text-align: justify;
        color: #111;
        margin-bottom: 12px;
    }

    #questionnaire p:last-child {
        margin-bottom: 0;
    }

    #questionnaire p span {
        font-weight: 500;
        display: block;
    }

    #sec12 p#cplink {
        font-weight: 700;
        font-size: 16px;
        line-height: 1.8em;
        text-align: center;
        color: #111;
        margin-bottom: 16px;
    }

    #sec12 p#cplink a {
        font-weight: 700;
        color: #111;
        text-decoration: underline;
    }

    #sec12 p#cplink a:hover {
        text-decoration: none;
    }
}

.set0908 {
    background: linear-gradient(#e67e6d 0%, #e9aa35 100%);
    padding: 32px 0 40px;
}

.set0908 > div:nth-child(1) {
    width: 90%;
    margin: 0 auto 8px;
}

.set0908 > div:nth-child(2) {
    width: 80%;
    margin: 0 auto;
}

/* SP ================================================== */
@media all and (max-width: 800px) {
    body {
        /* font-family: 'Roboto', 'Zen Kaku Gothic New', sans-serif; */
        font-weight: 400;
        background: #F8F6F2;
        color: #292d22;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-text-size-adjust: 100%;
        width: 100%;
        overflow-x: hidden;
    }

    .loading {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        background: #292D22;
        z-index: 9998;
    }

    .loader {
        position: fixed;
        top: 50%;
        left: 50%;
        width: 64px;
        height: 64px;
        margin-top: -32px;
        margin-left: -32px;
        text-align: center;
        z-index: 9999;
    }

    .pc {
        display: none;
    }

    #cmove {
        /*		background: #ffdadc;*/
        background: linear-gradient(#ffbec4 0%, #f7dca9 100%);
    }

    #cmbody {
        width: 375px;
        margin: 0 auto;
        background: #eee;
        position: relative;
    }

    #cmbody:before, #cmbody:after {
        content: "";
        display: block;
        position: absolute;
        height: 100%;
        width: 13px;
        top: 0;
    }

    #cmbody:before {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        left: 0;
        background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.2)), color-stop(15%), to(rgba(147, 125, 29, 0)));
        background: linear-gradient(to left, rgba(0, 0, 0, 0.2), 15%, rgba(147, 125, 29, 0));
    }

    #cmbody:after {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        right: 0;
        background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), color-stop(15%), to(rgba(147, 125, 29, 0)));
        background: linear-gradient(to right, rgba(0, 0, 0, 0.2), 15%, rgba(147, 125, 29, 0));
    }

    #sec1 {
        background: linear-gradient(#ef868d 0%, #fe5983 100%);
        padding-top: 32px;
    }

    #sec1 p#intro {
        font-weight: 500;
        font-size: 16px;
        letter-spacing: -0.03em;
        line-height: 1.8em;
        color: #fff;
        padding: 0 24px;
        text-align: justify;
    }

    #sec1 p#intro span {
        color: #FEEA4E;
        font-weight: 900;
    }

    .products {
        padding: 16px 0 40px;
    }

    .products-imgae {
        margin-bottom: 24px;
    }

    #m1, #m2, #m3 {
        opacity: 0;
        transition: .4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transform: translateY(48px);
    }

    #m1.show, #m2.show, #m3.show {
        opacity: 1;
        transition: .4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transform: translateY(0);
        transition-delay: .3s;
    }

    .btn-buy {
        width: 80%;
        margin: 0 auto;
    }

    .caption {
        background: #d95d73;
        padding: 24px;
    }

    .caption p {
        font-weight: 400;
        font-size: 10px;
        letter-spacing: -0.01em;
        line-height: 2em;
        text-align: justify;
        color: #fff;
        margin-bottom: 8px;
    }

    .caption p:last-child {
        margin-bottom: 0;
    }

    .caption p span {
        font-weight: 500;
        display: block;
    }

    #sec2 {
        background: url("../img/bg_campaign.jpg") repeat-y;
        background-size: contain;
        border: 6px solid #FFFFFF;
        padding: 32px 16px 40px 16px;
        box-sizing: border-box;
    }

    #sec2 h2 {
        width: 100%;
        margin: 0 auto 20px;
    }

    #sec2 div:nth-child(2) {
        display: flex;
        justify-content: space-between;
        position: relative;
        margin-bottom: 48px;
    }

    #sec2 div:nth-child(2) p {
        width: 50%;
        text-align: center;
        font-weight: 900;
        font-size: 13px;
        letter-spacing: -0.02em;
        line-height: 1.6em;
        color: #111;
    }

    #sec2 div:nth-child(2):after {
        content: '';
        background: url("../img/campaign_arrow.svg") no-repeat center;
        width: 100%;
        height: 12px;
        background-size: cover;
        position: absolute;
        bottom: -24px;
        left: 0;
    }

    #prize {
        display: flex;
        justify-content: space-between;
        margin-bottom: 24px;
    }

    #prize li {
        width: 48%;
        text-align: center;
    }

    #p1, #p2 {
        transition: .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        opacity: 0;
        transform: translateY(48px);
    }

    #p1.show {
        opacity: 1;
        transition: .4s cubic-bezier(.88, -1.28, .1, 2.05);
        transform: translateY(0);
    }

    #p2.show {
        opacity: 1;
        transition: .4s cubic-bezier(.88, -1.28, .1, 2.05);
        transform: translateY(0);
        transition-delay: .3s;
    }

    #prize li div {
        margin-bottom: 16px;
    }

    #prize li p {
        font-weight: 700;
        font-size: 12px;
        letter-spacing: -0.02em;
        line-height: 1.6em;
        color: #111;
    }

    #btn-campaign {
        width: 80%;
        margin: 0 auto;
    }

    #sec3 {
        background: #F0F0F0;
        padding: 40px 0;
    }

    #sec3 h2 {
        width: 64%;
        margin: 0 0 24px 32px;
        position: relative;
    }

    #sec3 h2:after {
        content: '';
        background: #eee;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        z-index: 1;
    }

    #sec3 h2.show:after {
        content: '';
        background: #eee;
        width: 0;
        transition: .4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    }

    #s3-1, #s3-3 {
        width: 92%;
        margin-bottom: 24px;
    }

    #s3-1 img, #s3-3 img {
        border-radius: 0 8px 8px 0;
    }

    #s3-2 {
        width: 100%;
        margin-bottom: 24px;
        display: flex;
        justify-content: flex-end;
    }

    #s3-2 img {
        width: 92%;
        border-radius: 8px 0 0 8px;
    }

    #sec3 p {
        font-weight: 500;
        font-size: 16px;
        line-height: 1.8em;
        text-align: justify;
        color: #111;
        padding: 0 40px;
        margin-bottom: 24px;
    }

    #sec3 p:last-child {
        margin-bottom: 0;
    }

    #sec4 {
        background: linear-gradient(#ef868d 0%, #fe5983 100%);
    }

    #sec5, #sec9 {
        background: url("../img/bn_campaign.jpg") no-repeat;
        width: 100%;
        height: 179px;
        background-size: contain;
        position: relative;
    }

    #btn-campaign2, #btn-campaign3 {
        width: 152px;
        position: absolute;
        bottom: 38px;
        left: 50%;
        margin-left: -76px;
    }

    #sec6 {
        background: #F0F0F0;
        padding: 40px 0;
        text-align: center;
    }

    #sec6 h2 {
        width: 72%;
        margin: 0 auto 32px;
        opacity: 0;
        transition: .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transform: translateY(48px);
    }

    #sec6 h2.show {
        opacity: 1;
        transition: .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transform: translateY(0);
        transition-delay: .3s;
    }

    #sec6 div {
        width: 88%;
        margin: 0 auto 24px;
        position: relative;
    }

    #s6img1:after {
        content: '';
        background: url("../img/howto_txt1.svg") no-repeat;
        width: 86px;
        height: 42px;
        background-size: cover;
        position: absolute;
        bottom: -24px;
        right: 20px;
        z-index: 1;
        transition: .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        opacity: 0;
        transform: translateY(48px);
    }

    #s6img1.show:after, #s6img2.show:after {
        opacity: 1;
        transition: .4s cubic-bezier(.88, -1.28, .1, 2.05);
        transform: translateY(0);
        transition-delay: .1s;
    }

    #s6img2:after {
        content: '';
        background: url("../img/howto_txt2.svg") no-repeat;
        width: 86px;
        height: 42px;
        background-size: cover;
        position: absolute;
        bottom: -24px;
        right: 20px;
        z-index: 1;
        transition: .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        opacity: 0;
        transform: translateY(48px);
    }

    #s6img1 img, #s6img2 img {
        border-radius: 8px;
    }

    #sec6 h3 {
        font-weight: 700;
        font-size: 20px;
        line-height: 1.8em;
        color: #e5688a;
        margin-bottom: 8px;
    }

    #sec6 p {
        font-weight: 500;
        font-size: 16px;
        line-height: 1.8em;
        color: #111;
        margin-bottom: 32px;
    }

    #sec6 p:last-child {
        margin-bottom: 0;
    }

    #sec7 {
        background: #FFFFFF;
        padding: 40px 0;
        text-align: center;
    }

    #sec7 h2 {
        width: 60%;
        margin: 0 auto 16px;
        opacity: 0;
        transition: .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transform: translateY(48px);
    }

    #sec7 h2.show {
        opacity: 1;
        transition: .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transform: translateY(0);
    }

    #s7img1 {
        margin-bottom: 16px;
        opacity: 0;
        transition: .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transform: translateY(48px);
    }

    #s7img1.show {
        opacity: 1;
        transition: .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transform: translateY(0);
        transition-delay: .3s;
    }

    #sec7 p.num {
        width: 88px;
        margin: 0 auto 10px;
        padding: 0;
    }

    #num1, #num2 {
        transition: .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        opacity: 0;
        transform: translateY(24px);
    }

    #num1.show, #num2.show {
        opacity: 1;
        transition: .4s cubic-bezier(.88, -1.28, .1, 2.05);
        transform: translateY(0);
        transition-delay: .4s;
    }

    #sec7 h3 {
        font-weight: 700;
        font-size: 20px;
        line-height: 1.6em;
        color: #e5688a;
        margin-bottom: 16px;
        position: relative;
    }

    #sec7 h3#num1t:after, #sec7 h3#num2t:after {
        content: '';
        background: #fff;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        z-index: 1;
    }

    #sec7 h3#num1t.show:after, #sec7 h3#num2t.show:after {
        content: '';
        background: #fff;
        width: 0;
        transition: all .8s cubic-bezier(0.77, 0, 0.175, 1);
        transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    }

    #s7img2, #s7img3 {
        margin-bottom: 24px;
    }

    #sec7 p {
        font-weight: 500;
        font-size: 16px;
        line-height: 1.8em;
        color: #111;
        text-align: justify;
        margin: 0 auto 16px;
        padding: 0 32px;
    }

    #sec7 .info {
        background: #f2f2f2;
        border-left: 2px solid #e5688a;
        width: 90%;
        box-sizing: border-box;
        padding: 16px;
        margin: 0 auto 32px;
    }

    #sec7 .info:last-child {
        margin: 0 auto 0;
    }

    #sec7 .info p {
        padding: 0;
        font-weight: bold;
        font-size: 14px;
        line-height: 1.8em;
        text-align: left;
        color: #e5688a;
    }

    #sec7 .info p:last-child {
        margin-bottom: 0;
    }

    #s7img4 {
        margin-bottom: 24px;
    }

    #sec7 .info li {
        font-weight: 400;
        font-size: 10px;
        letter-spacing: -0.01em;
        line-height: 2em;
        text-align: left;
        color: #111;
        margin-bottom: 12px;
    }

    #sec7 .info li:last-child {
        margin-bottom: 0;
    }

    #sec7 .info li span {
        font-weight: 700;
    }

    #sec8 {
        background: linear-gradient(#ef868d 0%, #fe5983 100%);
    }

    #sec10 {
        background: linear-gradient(#e67e6d 0%, #e9aa35 100%);
        padding: 40px 0;
    }

    #sec10 h2 {
        font-weight: 700;
        font-size: 14px;
        line-height: 1.8em;
        text-align: center;
        color: #fff;
        margin-bottom: 8px;
    }

    #sec10 h2:after {
        content: '';
        background: #e67e6d;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: .8s cubic-bezier(0.33, 1, 0.68, 1);
        z-index: 1;
    }

    #sec10 h2.show:after {
        content: '';
        background: #e67e6d;
        width: 0;
        transition: all .8s cubic-bezier(0.77, 0, 0.175, 1);
        transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    }

    #s10image1 {
        width: 86%;
        margin: 0 auto 24px;
        opacity: 0;
        transition: .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transform: translateY(48px);
    }

    #s10image1.show {
        opacity: 1;
        transition: .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transform: translateY(0);
    }

    #sec10 h3 {
        font-weight: 700;
        font-size: 13px;
        line-height: 1em;
        text-align: center;
        color: #fff;
        background: #ff6a54;
        border-radius: 22px 22px 0 0;
        width: 84%;
        margin: 0 auto;
        padding: 16px 0;
    }

    #sec10 ul#pattern {
        margin: 0 auto 32px;
        width: 84%;
    }

    #sec10 ul#pattern li {
        background: #fff;
        position: relative;
        padding: 14px;
        display: flex;
        justify-content: space-between;
    }

    #sec10 ul#pattern li:not(:last-child):after {
        content: '';
        background-image: linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 2px);
        background-size: 5px 1px;
        background-repeat: repeat-x;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
    }

    #sec10 ul#pattern li:last-child {
        border-radius: 0 0 22px 22px;
    }

    #sec10 ul#pattern li p {
        font-weight: 500;
        font-size: 13px;
        letter-spacing: -0.02em;
        line-height: 1.6em;
        text-align: left;
        color: #111;
        width: 64%;
    }

    #sec10 ul#pattern li p span {
        display: block;
        font-weight: 500;
        font-size: 13px;
        letter-spacing: -0.02em;
        line-height: 24px;
        color: #111;
    }

    #sec10 ul#pattern li div {
        width: 36%;
    }

    #sec10 h4 {
        width: 64%;
        margin: 32px auto 16px;
    }

    #sec10 h5 {
        font-weight: 700;
        font-size: 12px;
        line-height: 1.8em;
        text-align: center;
        color: #111;
        margin-bottom: 16px;
    }

    #s10image2 {
        width: 84%;
        margin: 0 auto 16px;
        transition: .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        opacity: 0;
        transform: translateY(48px);
    }

    #s10image2.show {
        opacity: 1;
        transition: .4s cubic-bezier(.88, -1.28, .1, 2.05);
        transform: translateY(0);
    }

    #slide2 {
        width: 84%;
        margin: 0 auto 88px;
        position: relative;
        background: #fff;
    }

    #sec11 {
        padding: 40px 0;
    }

    #sec11 h2 {
        width: 80%;
        margin: 0 auto 40px;
        opacity: 0;
        transition: .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transform: translateY(48px);
    }

    #sec11 h2.show {
        opacity: 1;
        transition: .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transform: translateY(0);
        transition-delay: .6s;
    }

    #sec11 h3 {
        width: 80%;
        margin: 0 auto 24px;
        opacity: 0;
        transition: .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transform: translateY(48px);
        transition-delay: .6s;
    }

    #sh3-1.show, #sh3-2.show {
        opacity: 1;
        transition: .4s cubic-bezier(.88, -1.28, .1, 2.05);
        transform: translateY(0);
    }

    #sec11 ul {
        width: 84%;
        margin: 0 auto 32px;
    }

    #sec11 ul:last-child {
        margin-bottom: 0;
    }

    #sec11 ul li {
        display: flex;
        justify-content: space-between;
        margin-bottom: 24px;
        position: relative;
        padding-bottom: 24px;
    }

    #sec11 ul li:not(:last-child):after {
        content: '';
        background-image: linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 2px);
        background-size: 5px 1px;
        background-repeat: repeat-x;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
    }

    #sec11 ul li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    #sec11 ul li p {
        font-weight: 500;
        font-size: 14px;
        letter-spacing: -0.02em;
        line-height: 1.8em;
        text-align: left;
        color: #111;
        width: 64%;
    }

    #sec11 ul li div {
        width: 32%;
    }

    #sec12 {
        background: url(../img/bg_campaign.jpg) repeat-y;
        background-size: contain;
        border: 6px solid #FFFFFF;
        padding: 32px 24px 40px 24px;
        box-sizing: border-box;
    }

    #sec12 h2 {
        width: 100%;
        margin: 0 auto 16px;
    }

    #sec12 h3 {
        width: 100%;
        margin: 0 auto 24px;
    }

    #sec12 p#period {
        font-weight: 700;
        font-size: 18px;
        line-height: 1em;
        text-align: center;
        color: #fff;
        background: #F15A24;
        margin: 0 auto 20px;
        padding: 12px 0 10px;
        box-sizing: border-box;
        border-radius: 4px;
    }

    #s12image1 {
        width: 100%;
        margin: 0 auto 24px;
        opacity: 0;
        transition: .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transform: translateY(48px);
    }

    #s12image1.show {
        opacity: 1;
        transition: .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transform: translateY(0);
        transition-delay: .3s;
    }

    #sec12 p {
        font-weight: 500;
        font-size: 16px;
        line-height: 1.8em;
        color: #111;
        text-align: justify;
        margin: 0 auto 16px;
    }

    #s12image2 {
        width: 92%;
        margin: 0 auto 16px;
        opacity: 0;
        transition: .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transform: translateY(48px);
    }

    #sec12 p#point {
        font-weight: 500;
        font-size: 10px;
        line-height: 1.8em;
        color: #111;
        margin-bottom: 24px;
    }

    #sec12 p#point2 {
        font-weight: 500;
        font-size: 10px;
        line-height: 2em;
        color: #111;
        margin-bottom: 24px;
        text-align: right;
    }

    #advisor {
        padding: 10px;
        margin-bottom: 48px;
        border-radius: 4px;
        background: #fff;
    }

    #sec12 #advisor p {
        margin-bottom: 0;
        font-size: 13px;
        line-height: 1.6em;
        letter-spacing: -0.03em;
        text-align: center;
        color: #111;
    }

    .btn-cp {
        width: 100%;
        margin: 0 auto 40px;
    }

    .btn-cp:last-child {
        margin-bottom: 0;
    }

    #sec12 h4 {
        width: 100%;
        margin: 0 auto 24px;
    }

    #s12image3 {
        width: 92%;
        margin: 0 auto 32px;
        opacity: 0;
        transition: .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transform: translateY(48px);
    }

    #s12image2.show, #s12image3.show {
        opacity: 1;
        transition: .4s cubic-bezier(.88, -1.28, .1, 2.05);
        transform: translateY(0);
        transition-delay: .3s;
    }

    #sec12 h5 {
        font-weight: 700;
        font-size: 13px;
        line-height: 1em;
        text-align: center;
        color: #111;
        background: #F0B60E;
        margin: 0 auto;
        padding: 12px 0;
    }

    #sec12 h6 {
        font-weight: 700;
        font-size: 18px;
        line-height: 1em;
        text-align: center;
        color: #111;
        background: #fff;
        margin: 0 auto;
        padding: 16px 0;
    }

    #questionnaire {
        background: #F4C849;
        padding: 20px;
        margin-bottom: 24px;
    }

    #questionnaire p {
        font-weight: 400;
        font-size: 10px;
        letter-spacing: -0.01em;
        line-height: 2em;
        text-align: justify;
        color: #111;
        margin-bottom: 12px;
    }

    #questionnaire p:last-child {
        margin-bottom: 0;
    }

    #questionnaire p span {
        font-weight: 500;
        display: block;
    }

    #sec12 p#cplink {
        font-weight: 700;
        font-size: 13px;
        line-height: 1.8em;
        text-align: center;
        color: #111;
        margin-bottom: 16px;
    }

    #sec12 p#cplink a {
        font-weight: 700;
        color: #111;
        text-decoration: underline;
    }
}

.caption h6 {
    color: #FFF;
}