body {
    /* font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif; */
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 400;
    font-weight: normal;
    font-size: 16px;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

img {
    width: 100%;
}

body.hidden {
    overflow: hidden;
}
br.sp {
    display: none;
}
@media screen and (max-width: 669px) {
    br.sp {
        display: block;
    }
}
.wrapper {
    overflow: hidden;
}

.lp-logo {
    max-width: 240px;
    font-size: 0;
    display: block;
    width: 100%;
    padding: 17px 20px 16px;
}

.lp-ft-logo {
    margin: 0 auto;
    max-width: 240px;
    display: block;
    font-size: 0;
    width: 100%;
    padding: 36px 0 11px;
}


.lp-content {
    position: relative;
    padding-top: 50px;
    padding-bottom: 27px;
    background-image: url('../images/lp/lp-pink-bg.png');
}

.lp-content::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 515px;
    height: 420px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../images/lp/top-flower-illust.png');
}

.content-wrap {
    height: 100%;
}

.content-wrap::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1054px;
    display: block;
    width: 236px;
    height: calc(100% - 1054px);
    background-size: contain;
    background-repeat: repeat-y;
    background-image: url('../images/lp/left-cloud.png');
}

.content-wrap::after {
    content: '';
    position: absolute;
    right: 0;
    top: 514px;
    display: block;
    width: 236px;
    height: calc(100% - 514px);
    background-size: contain;
    background-repeat: repeat-y;
    background-image: url('../images/lp/right-cloud.png');
}

.top-cloud {
    position: absolute;
    max-width: 852px;
    width: 100%;
    margin: 0 auto;
    left: 50%;
    top: 23px;
    transform: translateX(-50%);
}
.top-cloud .sp {
    display: none;
}
.white-box {
    padding: 15px 20px 20px;
    background-color: #fff;
}

.cat-ribbon {
    width: 100%;
    display: block;
    position: relative;
    line-height: 1;
    /*リボンの高さ*/
    text-align: center;
    padding: 3px 30px;
    /*横の大きさ*/
    font-size: 10px;
    /*文字の大きさ*/
    background: #F0527C;
    /*塗りつぶし色*/
    color: #FFF;
    /*文字色*/
    box-sizing: border-box;
    margin-bottom: 6px;
}

.cat-ribbon:before,
.cat-ribbon:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

.cat-ribbon:before {
    top: 0;
    left: 0;
    border-width: 8px 0px 8px 10px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
}

.cat-ribbon:after {
    top: 0;
    right: 0;
    border-width: 8px 10px 8px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}

.lp-content h2 {
    max-width: 529px;
    width: 100%;
    margin: 0 auto 50px;
    position: relative;
    z-index: 2;
}

.lp-content h3.sub-ttl {
    position: relative;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    display: table;
    margin: 0 auto 28px;
    text-align: center;
    color: #fff;
}

.lp-content h3.sub-ttl::after {
    position: absolute;
    left: -90px;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 59px;
    background-size: contain;
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-image: url('../images/lp/sakura-point_left.png');
}

.lp-content .course-bottom h3.sub-ttl::after {
    position: absolute;
    right: -90px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 59px;
    background-size: contain;
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-image: url('../images/lp/sakura_point_light.png');
}

.course-bottom {
    margin-top: 58px;
}

.course-lists {
    width: 100%;
    position: relative;
    z-index: 2;
    max-width: 1015px;
    margin: 0 auto;
}

.course-list {
    cursor: pointer;
    width: 325px;
}

.course-list:nth-child(n+4) {
    margin-top: 20px;
}

.gutter-sizer {
    width: 20px
}

.lp-content .course-list h3 {
    color: #F0527C;
    text-align: center;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
}

.lp-content .course-list h4 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
}

.top-txt {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #F0527C;
}

.top-txt.border-none {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.course-contet {
    font-size: 12px;
    line-height: 16px;
}

.annotation {
    margin-top: 8px;
    font-size: 9px;
    line-height: 12px;
}

.price {
    display: table;
    margin: 8px auto 0;
    color: #F0527C;
    line-height: 1;
    font-size: 18px;
    font-weight: 700;
}

.price.long-margin {
    margin: 30px auto 0;
}

.tax {
    font-size: 12px;
    font-weight: 400;
}

.btn-box {
    margin-top: 20px;
}

.btn-box .flex-box {
    display: flex;
    justify-content: space-between;
}

.yellow-btn {
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    background-color: #FFE11A;
    max-width: 135px;
    width: 100%;
    display: block;
    border-radius: 20px;
    padding: 9px 0;
}

.btn-box .flex-box a:only-of-type{
    margin: 0 auto;
}

.insta-icon {
    max-width: 25px;
    width: 100%;
    margin: 20px auto 0;
}

.course-bottom-txt {
    font-size: 12px;
    line-height: 20px;
    margin-top: 14px;
}
.course-bottom-txt.sp {
    display: none;
}
@media screen and (max-width: 1014px) {
    .course-lists {
        width: 100%;
        max-width: 670px;
        margin: 0 auto;
    }

    .course-list:nth-child(n+3) {
        margin-top: 20px;
    }

}

@media screen and (max-width: 669px) {
    .top-cloud .sp {
        display: block;
    }
    .top-cloud .pc {
        display: none;
    }
    .top-cloud {
        position: absolute;
        width: 369px;
        margin: 0 auto;
        right: auto;
        left: calc( 50% + 17px);
        top: 53px;
        transform: translateX(-50%);
    }
    .lp-content::before {
        content: '';
        position: absolute;
        left: -25px;
        top: 0;
        display: block;
        width: 311px;
        height: 174px;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url(../images/lp/top-flower-illust.png);
    }
    .lp-logo {
        padding: 17px 15px 16px;
    }
    .lp-content {
        padding-top: 33px;
    }

    .lp-content::after {
        content: '';
        position: absolute;
        left: -20px;
        top: 0;
        display: block;
        width: 182px;
        height: 177px;
    }
    .content-wrap::before {
        content: '';
        position: absolute;
        left: -42px;
        top: 655px;
        display: block;
        width: 120px;
        height: calc(100% - 655px);
        background-size: contain;
        background-repeat: repeat-y;
        background-image: url(../images/lp/left-cloud-sp.png);
    }
    .content-wrap::after {
        content: "";
        position: absolute;
        right: -42px;
        top: 212px;
        display: block;
        width: 120px;
        height: calc(100% - 212px);
        background-size: contain;
        background-repeat: repeat-y;
        background-image: url(../images/lp/right-cloud-sp.png);
    }
    .lp-content h2 {
        max-width: 215px;
        width: 100%;
        margin: 0 auto 22px;
    }
    .lp-content h3.sub-ttl {
        position: relative;
        font-size: 18px;
        font-weight: 700;
        line-height: 1;
        display: table;
        margin: 0 auto 10px;
        text-align: center;
        color: #fff;
    }

    .course-lists {
        width: 100%;
        padding: 0 11px;
        max-width: 100%;
        margin: 0 auto;
    }

    .course-list {
        width: 100%;
        max-width: calc(50% - 16.5px);
    }
    .white-box {
        padding: 8px 8px 15px;
        background-color: #fff;
    }
    .lp-content .course-list h3 {
        color: #F0527C;
        text-align: center;
        margin-bottom: 8px;
        font-size: 11px;
        line-height: 14px;
        font-weight: 700;
    }
    .lp-content .course-list h4 {
        font-size: 14px;
        line-height: 18px;
        font-weight: 700;
        text-align: center;
    }
    .gutter-sizer {
        width: 11px
    }
    .cat-ribbon {
        padding: 3px 0;
    }
    .cat-ribbon:before {
        top: 0;
        left: 0;
        border-width: 8px 0px 8px 4px;
        border-color: transparent transparent transparent #fff;
        border-style: solid;
    }
    .cat-ribbon.two-line {
        line-height: 12px;
        padding: 2px 20px;
    }
    .cat-ribbon.two-line:before {
        border-width: 14px 0px 14px 4px;
    }
    .cat-ribbon:after {
        top: 0;
        right: 0;
        border-width: 8px 4px 8px 0px;
        border-color: transparent #fff transparent transparent;
        border-style: solid;
    }
    .cat-ribbon.two-line:after {
        border-width: 14px 4px 14px 0px;
    }
    .price {
        display: table;
        margin: 8px auto 0;
        color: #F0527C;
        line-height: 1;
        font-size: 14px;
        font-weight: 700;
    }
    .tax {
        font-size: 10px;
        font-weight: 400;
    }
    .course-contet {
        font-size: 10px;
        line-height: 12px;
    }
    .btn-box .flex-box {
        display: block;
        justify-content: space-between;
    }
    .yellow-btn {
        font-size: 12px;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        background-color: #FFE11A;
        max-width: 139px;
        width: 100%;
        margin: 0 auto;
        display: block;
        border-radius: 20px;
        padding: 9px 0;
    }
    .yellow-btn + .yellow-btn {
        margin-top: 10px;
    }
    .insta-icon {
        max-width: 25px;
        width: 100%;
        margin: 15px auto 0;
    }
    .course-bottom-txt {
        font-size: 10px;
        line-height: 12px;
        margin-top: 20px;
        padding-left: 10px;
    }
    .course-bottom-txt.pc {
        display: none;
    }
    .course-bottom-txt.sp {
        display: block;
    }
    .lp-ft-logo {
        padding: 13px 0 11px;
    }
    .lp-content h3.sub-ttl::after {
        position: absolute;
        left: -46px;
        top: 50%;
        transform: translateY(-50%);
        width: 43px;
        height: 32px;
        background-size: contain;
        content: '';
        display: block;
        background-repeat: no-repeat;
        background-image: url('../images/lp/sakura-point_left.png');
    }
    
    .lp-content .course-bottom h3.sub-ttl::after {
        position: absolute;
        right: -46px;
        left: auto;
        top: 50%;
        transform: translateY(-50%);
        width: 43px;
        height: 32px;
        background-size: contain;
        content: '';
        display: block;
        background-repeat: no-repeat;
        background-image: url('../images/lp/sakura_point_light.png');
    }
    .course-bottom {
        margin-top: 27px;
    }
}


/*==============================
 モーダル 
 =============================*/
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 50%);
    padding: 20px 0;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    box-sizing: border-box;
    opacity: 1;
    z-index: 1000;
}

.modal.is-show {
    opacity: 1;
    visibility: visible;
}

.modal__inner {
    position: relative;
    margin: 0 auto;
    vertical-align: middle;
    height: 100%;
}

.modal-content {
    position: relative;
    max-width: 455px;
    width: 100%;
    text-align: left;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translateX(-50%) translateY(-50%);
   height: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: auto;
}

.modal__cont {
    height: auto;
    padding: 52px 21px 0;
    background: #fff;
}

.modal__close {
    top: 14px;
    right: 21px;
    position: absolute;
    margin-left: auto;
    max-width: 94px;
    cursor: pointer;
    font-size: 0;
    width: 100%;
}

.modal .white-box {
    padding: 15px 11px 35px;
    background-color: #fff;
}

.modal .cat-ribbon {
    width: 100%;
    display: block;
    position: relative;
    line-height: 1;
    text-align: center;
    padding: 4px 30px;
    font-size: 14px;
    background: #F0527C;
    color: #FFF;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.modal .cat-ribbon:before {
    top: 0;
    left: 0;
    border-width: 11px 0px 11px 13px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
}

.modal .cat-ribbon:after {
    top: 0;
    right: 0;
    border-width: 11px 13px 11px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}

.modal .top-txt h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #F0527C;
    text-align: center;
}

.modal .top-txt h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #000000;
    text-align: center;
}

.modal .price {
    display: table;
    margin: 10px auto 0;
    color: #F0527C;
    line-height: 1;
    font-size: 24px;
    font-weight: 700;
}

.modal .tax {
    font-size: 16px;
    font-weight: 400;
}

.modal .top-txt {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #F0527C;
}
.modal .top-txt.border-none {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.modal .insta-icon {
    max-width: 35px;
    width: 100%;
    margin: 20px auto 0;
}

.modal .btn-box {
    margin-top: 30px;
}

.modal .yellow-btn {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    background-color: #FFE11A;
    max-width: 182px;
    width: 100%;
    display: block;
    border-radius: 20px;
    padding: 13px 0;
}

.modal .course-contet {
    font-size: 16px;
    line-height: 22px;
}

.modal .annotation {
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
}


.modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 70%);
    padding: 51px 20px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    box-sizing: border-box;
}

.modal-body {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 640px;
    width: 90%;
    height: 100%;
}

.modal-content {
    text-align: left;
}

.modal-container.active {
    opacity: 1;
    z-index: 99999;
    visibility: visible;
}
@media screen and (max-width: 669px) {
    .modal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        background: rgba(0, 0, 0, 50%);
        padding: 20px 25px;
        overflow: auto;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
        box-sizing: border-box;
        opacity: 1;
    }
    .modal__close {
        top: 10px;
        font-size: 0;
        right: 21px;
        position: absolute;
        margin-left: auto;
        max-width: 68px;
        cursor: pointer;
        width: 100%;
    }
    .modal-content {
        text-align: left;
    }
    .modal .white-box {
        padding: 10px 8px 20px;
        background-color: #fff;
    }
    .modal__cont {
        padding: 37px 15px 0;
    }
    .modal .cat-ribbon {
        width: 100%;
        display: block;
        position: relative;
        line-height: 1;
        text-align: center;
        padding: 3px 30px;
        font-size: 10px;
        background: #F0527C;
        color: #FFF;
        box-sizing: border-box;
        margin-bottom: 6px;
    }
    .modal .cat-ribbon:before {
        top: 0;
        left: 0;
        border-width: 8px 0px 8px 7px;
        border-color: transparent transparent transparent #fff;
        border-style: solid;
    }
    .modal .cat-ribbon:after {
        top: 0;
        right: 0;
        border-width: 8px 7px 8px 0px;
        border-color: transparent #fff transparent transparent;
        border-style: solid;
    }
    .modal .top-txt h3 {
        font-size: 14px;
        line-height: 16px;
        font-weight: 700;
        margin-bottom: 8px;
        color: #F0527C;
        text-align: center;
    }
    .modal .top-txt h4 {
        font-size: 18px;
        line-height: 22px;
        font-weight: 700;
        color: #000000;
        text-align: center;
    }
    .modal .price {
        display: table;
        margin: 8px auto 0;
        color: #F0527C;
        line-height: 1;
        font-size: 18px;
        font-weight: 700;
    }
    .modal .tax {
        font-size: 12px;
        font-weight: 400;
    }
    .modal .top-txt {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #F0527C;
    }
    .modal .course-contet {
        font-size: 12px;
        line-height: 16px;
    }
    .modal .annotation {
        margin-top: 8px;
        font-size: 9px;
        line-height: 12px;
    }
    .modal .btn-box .flex-box {
        display: flex;
        max-width: 279px;
        width: 100%;
        margin: 0 auto;
        justify-content: space-between;
    }
    .modal .yellow-btn {
        font-size: 12px;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        background-color: #FFE11A;
        max-width: 130px;
        width: 100%;
        display: block;
        border-radius: 20px;
        padding: 9px 0;
    }
    .modal .yellow-btn + .yellow-btn {
        margin-top: 0;
    }
    .modal .btn-box {
        margin-top: 20px;
    }
    .modal .insta-icon {
        max-width: 25px;
        width: 100%;
        margin: 20px auto 0;
    }
}