/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

@charset "utf-8";
.lcl-corona {
    display: block;
    width: 520px;
    margin: 0 auto 40px;
}


/*------------------------------------------------
variable
------------------------------------------------*/

.lcl-main {
    /*background: url(../img/main/bg_01.png) no-repeat center top / cover;*/
    width: 100%;
    /*height: 600px;*/
    border-top: 2px solid #fff;
    overflow: hidden;
}

.lcl-main__in {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

@media screen and (min-width: 768px) {
    /* ---- PC ---- */
    .lcl-main__in {
        min-width: 1100px;
    }
}

.lcl-main__rakuten {
    width: 350px;
}

.lcl-main__title {
    width: 570px;
}

.lcl-main__img {
    width: 100%;
}


/* ---------------------------------------------------------------- Title ---- */

.lcl-title01 {
    font-size: 28px;
    line-height: 1.5;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-family: 'Kaisei Decol', serif;
}

.lcl-title01 span {
    position: relative;
    display: inline-block;
    padding: 0 60px;
    margin-bottom: 10px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.lcl-title01 span::before,
.lcl-title01 span::after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background: #fbb8a4;
    position: absolute;
    top: 0;
    /*
    bottom: 0;
    */
    bottom: 12px;
    margin: auto;
}

.lcl-title01 span::before {
    left: 0;
}

.lcl-title01 span::after {
    right: 0;
}

.lcl-title01--campaign span {
    height: 24px;
    width: 94px;
    background: url(../img/title01.png) no-repeat top center / 94px 24px;
}


/* ---------------------------------------------------------------- lead ---- */

.lcl-title01--lead {
    margin-bottom: 45px;
}


/*
.lcl-title01--lead span {
    height: 20px;
    width: 49px;
    background: url(../img/title02.png) no-repeat top center / 61px 16px;
}
*/

.lcl-title01--lead span {
    height: 50px;
    width: 80px;
    background: url(../img/title02.png) no-repeat top center / 122px 32px;
}

.lcl-lead-area {
    padding: 55px 0 75px;
    width: 1050px;
    margin: 0 auto;
}

.lcl-lead__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
}

.lcl-lead__item {
    width: 380px;
}

.lcl-lead__item:not(:last-child) {
    margin-right: 50px;
}

.lcl-lead__list-txt {
    width: 510px;
    margin: 20px auto 0;
}

.lcl-lead__txt-box {
    background-color: #ffe4c4;
    padding: 30px 40px;
    margin-top: 30px;
}

.lcl-lead__txt {
    font-size: 16px;
}

.lcl-lead__txt span {
    color: #f3601a;
    font-weight: bold;
}

.lcl-lead__txt-sm {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 5px;
}


/* ---------------------------------------------------------------- Price ---- */

.lcl-price-area {
    padding: 35px 0 75px;
}

.lcl-title01--price {
    margin-bottom: 45px;
}


/*
.lcl-title01--price span {
    height: 20px;
    width: 49px;
    background: url(../img/title03.png) no-repeat top center / 49px 20px;
}
*/

.lcl-title01--price span {
    height: 40px;
    width: 128px;
    background: url(../img/title04.png) no-repeat top center / 170px 40px;
}

.lcl-course {
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
}

.lcl-course::after {
    content: "";
    display: block;
    width: calc( ( (100% - 1050px) / 2) + 975px);
    position: absolute;
    height: 600px;
    /*
    background: #ffedf0;
    */
    background: rgb(240, 230, 140);
    background: -webkit-gradient(linear, left top, right top, from(rgba(240, 230, 140, 0)), color-stop(50%, rgba(240, 230, 140, 0.5158263989189426)), to(rgba(240, 230, 140, 1)));
    background: -o-linear-gradient(left, rgba(240, 230, 140, 0) 0%, rgba(240, 230, 140, 0.5158263989189426) 50%, rgba(240, 230, 140, 1) 100%);
    background: linear-gradient(90deg, rgba(240, 230, 140, 0) 0%, rgba(240, 230, 140, 0.5158263989189426) 50%, rgba(240, 230, 140, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#f0e68c", endColorstr="#f0e68c", GradientType=1);
    right: 0;
    top: 0;
    z-index: -1;
}

.lcl-course__in {
    padding-top: 50px;
    width: 1050px;
    margin: 0 auto;
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.lcl-course-img {
    width: 550px;
    position: relative;
}

.lcl-course-img__sub {
    position: absolute;
    left: 0;
    right: 0;
    top: -65px;
    margin: auto;
    width: 300px;
    height: 35px;
    background: #493931;
    border-radius: 17.5px;
    color: #fff;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
}

.lcl-course-img__sub::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 9px solid #493931;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -9px;
}

.lcl-course-img__ttl {
    font-size: 26px;
    line-height: 34px;
    text-align: center;
    color: #ff4c6a;
    margin-bottom: 27px;
}

.lcl-course-img__ttl span {
    display: inline-block;
    padding: 0 65px;
    position: relative;
}

.lcl-course-img__ttl span::before,
.lcl-course-img__ttl span::after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background: #ff4c6a;
    opacity: 0.3;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
}

.lcl-course-img__ttl span::before {
    left: 0;
}

.lcl-course-img__ttl span::after {
    right: 0;
}

.lcl-course-content {
    width: 500px;
}

.lcl-price-box {
    background: #ffe4b5;
    -webkit-box-shadow: 5px 8.66px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 8.66px 30px 0px rgba(0, 0, 0, 0.1);
    width: 500px;
    padding: 44px 25px 50px;
    border-radius: 45px;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.lcl-price-box__title {
    font-size: 33px;
    line-height: 40px;
    color: #ff4c6a;
    margin-bottom: 22px;
    font-family: 'Kaisei Opti', serif;
    font-weight: 400;
}

.lcl-price-box__title--or {
    color: #f3601a;
}

.lcl-price-box__text {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 20px;
}

.lcl-price-box__price {
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
}

.lcl-price-box__price span {
    font-size: 18px;
}

.lcl-price-box__btn {
    margin-top: 35px;
}

.lcl-price-box__btn .linkbtn01 {
    margin: 0 auto;
}

.lcl-vio {
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
}

.lcl-vio::after {
    content: "";
    display: block;
    width: calc( ( (100% - 1050px) / 2) + 975px);
    position: absolute;
    height: 600px;
    /*
    height: 300px;
    background: #fff6e6;
    */
    background: rgb(240, 230, 140);
    background: -webkit-gradient(linear, left top, right top, from(rgba(240, 230, 140, 1)), color-stop(50%, rgba(240, 230, 140, 0.5158263989189426)), to(rgba(240, 230, 140, 0)));
    background: -o-linear-gradient(left, rgba(240, 230, 140, 1) 0%, rgba(240, 230, 140, 0.5158263989189426) 50%, rgba(240, 230, 140, 0) 100%);
    background: linear-gradient(90deg, rgba(240, 230, 140, 1) 0%, rgba(240, 230, 140, 0.5158263989189426) 50%, rgba(240, 230, 140, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#f0e68c", endColorstr="#f0e68c", GradientType=1);
    left: 0;
    top: 0;
    z-index: -1;
}

.lcl-vio__in {
    padding-top: 50px;
    width: 1050px;
    margin: 0 auto;
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.lcl-vio-img {
    width: 550px;
    height: 300px;
    position: relative;
}

.lcl-vio-img__img {
    width: 100%;
    height: 600px;
    position: absolute;
}


/*
.lcl-vio-img__img {
    width: 450px;
    height: 300px;
    position: absolute;
}
*/

.lcl-vio-img__img--01 {
    left: 0;
    top: -110px;
    z-index: 1;
}

.lcl-vio-img__img--02 {
    right: -27px;
    top: -100px;
}

.lcl-vio-content {
    width: 500px;
}

.lcl-price__text {
    width: 720px;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    margin: 0 auto 40px;
}

.lcl-price__btn {
    margin-bottom: 65px;
}

.lcl-price__btn .linkbtn01 {
    margin: 0 auto;
}

.lcl-price-bnr {
    width: 1080px;
    margin: 0 auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 50px;
}

.lcl-price-bnr__item {
    width: 340px;
    height: 160px;
}

.lcl-price-bnr--01 img {
    /*
    margin-top: -27px;
    */
}

.lcl-mov-list {
    width: 820px;
    /*
    margin: 50px auto 0;
    */
    margin: 100px auto 0;
}

.lcl-mov-list__item {
    width: 400px;
    height: 250px;
}

.lcl-mov-list__item video {
    width: 100%;
}

.lcl-mov-list__ttl {
    background-color: #c71585;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 10px;
}


/* ---------------------------------------------------------------- about ---- */

.lcl-about {
    position: relative;
    overflow: hidden;
}

.lcl-about__bg {
    background: url(../img/about/bg_01.jpg) no-repeat center center / cover;
    height: 953px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.lcl-about__in {
    width: 1050px;
    margin: 0 auto;
    padding: 30px 70px 50px;
    position: relative;
}

.lcl-about__titlearea {
    width: 720px;
    height: 207px;
    margin: 0 auto;
    padding: 35px 0 20px;
    color: #fff;
    text-align: center;
    background: url(../img/about/bg_ttl.png) no-repeat center top / 441px 207px;
}

.lcl-title01--about {
    color: #fff;
}

.lcl-title01--about span {
    height: 19px;
    width: 61px;
    background: url(../img/about/ttl_bg.png) no-repeat top center / 61px 19px;
}

.lcl-title01--about span::before,
.lcl-title01--about span::after {
    background: #fff;
}

.lcl-about__text {
    font-size: 14px;
    line-height: 28px;
}

.lcl-about__photo {
    width: 800px;
    position: absolute;
    bottom: 0px;
    right: -30px;
}

.lcl-about__photo__text {
    font-size: 13px;
    line-height: 13px;
    color: #fff;
    position: absolute;
    right: 400px;
    bottom: 40px;
}

.lcl-about-list {
    width: 388px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    /* ---- PC ---- */
    .lcl-about-list {
        margin-top: -30px;
    }
}

.lcl-about-list__item {
    width: 181px;
    height: 181px;
    background: #fff url(../img/about/ico_01.png) no-repeat center 20px / 30px 22px;
    border-radius: 50%;
    margin-right: 25px;
    margin-bottom: 22px;
    text-align: center;
}

.lcl-about-list__item:nth-child(2n) {
    margin-right: 0;
}

.lcl-about-list__text01 {
    font-size: 16px;
    line-height: 16px;
    padding-top: 60px;
    margin-bottom: 15px;
    font-weight: bold;
}

.lcl-about-list__text02 {
    font-size: 24px;
    line-height: 30px;
    height: 60px;
    font-weight: bold;
    color: #f3601a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lcl-about-btn {
    width: 388px;
}

.lcl-about-btn .linkbtn01 {
    margin: 0 auto 20px;
}

.lcl-about-btn__icon {
    /*background: #493930;*/
    width: 30px;
    height: 30px;
    margin-right: 15px;
}


/* ---------------------------------------------------------------- News ---- */

.lcl-news {
    width: 100%;
    position: relative;
    /*
    background-color: #faebd7;
    */
    background-color: #fff6e6;
}

.lcl-news::after {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    /*
    background: #fff6e6;
    */
}

.lcl-news__in {
    position: relative;
    width: 1050px;
    margin: 0 auto;
    z-index: 1;
}

.lcl-news__item {
    /*
    width: 460px;
    */
    width: 1050px;
    padding: 70px 0 60px;
}

.lcl-news__title-area {
    border-bottom: 2px solid #c9c9c9;
    line-height: 30px;
    padding-bottom: 30px;
}

.lcl-news__title {
    color: #493930;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
}

.lcl-news__title img {
    height: 21.5px;
    margin-left: 20px;
    vertical-align: middle;
}

.lcl-news__btn {
    display: block;
    width: 70px;
    height: 30px;
    background: #800080;
    color: #fff;
    font-size: 13px;
    text-align: center;
    border-radius: 5px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

@media screen and (min-width: 768px) {
    /* ---- PC ---- */
    .lcl-news__btn:hover {
        background: #826f65;
    }
}

.lcl-news-list {
    width: 100%;
}

.lcl-news-list__item {
    border-bottom: 1px solid #c9c9c9;
    padding: 10px 0;
}

.lcl-news__item--blog .lcl-news-list__item {
    border-bottom: 1px solid #ddcbac;
}

.lcl-news-list__item:last-child {
    border-bottom: none;
}

.lcl-news-list__date {
    font-size: 15px;
    line-height: 26px;
    color: #f3601a;
    font-weight: bold;
    margin-bottom: 15px;
}

.lcl-news-list__cat {
    display: inline-block;
    padding: 0 20px;
    background: #0000cd;
    height: 26px;
    line-height: 26px;
    color: #fff;
    border-radius: 13px;
    text-align: center;
    margin-left: 20px;
}

.lcl-news-list__cat--news {
    background: #000080;
}

.lcl-news-list__cat--event {
    background: #ec6941;
}

.lcl-news-list__content {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}


/* ---------------------------------------------------------------- SP ---- */

@media screen and (max-width: 767px) {
    .lcl-corona {
        display: block;
        margin: 0 auto 25px;
        max-width: 335px;
        width: 90%;
    }
    /*------------------------------------------------
	variable
	------------------------------------------------*/
    .lcl-main {
        height: 113.5vw;
        border-top: 0px solid #fff;
    }
    .lcl-main__in {
        width: 100%;
        height: 100%;
        padding: 0;
        /* padding: 12vw 0 0 0; */
        position: relative;
        overflow: hidden;
    }
    .lcl-main__rakuten {
        display: none;
    }
    .lcl-main__title {
        width: 39.066667vw;
        height: 67vw;
        margin-top: 0;
        margin-left: 5.7333333vw;
        background: url(../img/sp/main/txt_01.png) no-repeat left top / cover;
    }
    .lcl-main__title img {
        display: none;
    }
    .lcl-main__img {
        position: absolute;
        width: 100.666666vw;
        right: -14vw;
        bottom: -16vw;
        top: auto;
    }
    /* ---------------------------------------------------------------- Title ---- */
    .lcl-title01 {
        font-size: 21px;
    }
    .lcl-title01 span {
        padding: 0 52.5px;
        margin-bottom: 5px;
    }
    .lcl-title01 span::before,
    .lcl-title01 span::after {
        width: 40px;
        height: 1px;
        bottom: 0;
    }
    /*
    .lcl-title01 span::before,
    .lcl-title01 span::after {
        width: 40px;
        height: 1px;
    }
    */
    .lcl-title01--campaign span {
        height: 20px;
        width: 70px;
        background: url(../img/ttl_campaign.png) no-repeat top center / 74.8px 19.2px;
    }
    .lcl-main-rakuten {
        padding: 25px 0 30px;
    }
    .lcl-title01--main {
        margin-bottom: 15px;
    }
    .lcl-title01--main span {
        width: 55px;
        height: 20px;
        background: url(../img/sp/main/bg_ttl.png) no-repeat top center / 65px 17px;
    }
    .lcl-main-rakuten-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .lcl-main-rakuten-list__item {
        width: 93px;
        margin: 0 10px;
    }
    /* ---------------------------------------------------------------- lead ---- */
    .lcl-title01--lead {
        margin-bottom: 15px;
    }
    /*
    .lcl-title01--lead span {
        height: 15.5px;
        width: 39px;
        background: url(../img/lead/ttl_bg.png) no-repeat top center / 38px 13px;
    }
    */
    .lcl-title01--lead span {
        height: 35.5px;
        width: 98px;
        background: url(../img/title02.png) no-repeat top center / 122px 32px;
    }
    .lcl-lead-area {
        padding: 45px 15px 55px;
        width: 100%;
    }
    .lcl-lead__ttl {
        font-size: 19px;
        padding: 5px;
        line-height: 1.6;
        border-radius: 10px;
        margin-top: 10px;
    }
    .lcl-lead__list {
        margin-top: 15px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .lcl-lead__item {
        width: 100%;
    }
    .lcl-lead__item:not(:last-child) {
        margin-right: 0;
    }
    .lcl-lead__list-txt {
        margin-top: 15px;
        width: 90%;
    }
    .lcl-lead__txt-box {
        padding: 15px 20px;
        margin-top: 20px;
    }
    .lcl-lead__txt {
        font-size: 14px;
        margin-top: 10px;
        line-height: 1.7;
    }
    .lcl-lead__txt-sm {
        font-size: 10px;
    }
    /* ---------------------------------------------------------------- Price ---- */
    .lcl-price-area {
        padding: 30px 0 35px;
    }
    .lcl-title01--price {
        margin-bottom: 35px;
    }
    .lcl-title01--price span {
        height: 31px;
        width: 78px;
        background: url(../img/title04.png) no-repeat top center / 118px 31px;
    }
    /*
    .lcl-title01--price span {
        height: 15.5px;
        width: 39px;
        background: url(../img/price/ttl_bg.png) no-repeat top center / 39px 15.5px;
    }
    */
    .lcl-course {
        margin-bottom: 20px;
    }
    .lcl-course::after {
        display: none;
    }
    .lcl-course__in {
        padding-top: 35px;
        padding-bottom: 20px;
        width: calc(100% - 40px);
        border-radius: 5px;
        background: #ffedf0;
    }
    .lcl-course-img {
        width: 66.666666vw;
        margin: 0 auto;
        position: relative;
    }
    .lcl-course-img__sub {
        top: -46px;
        width: 210px;
        height: 25px;
        border-radius: 12.5px;
        font-size: 12px;
        line-height: 25px;
    }
    .lcl-course-img__sub::after {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 10px solid #493931;
        bottom: -10px;
    }
    .lcl-course-img__ttl {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 11px;
    }
    .lcl-course-img__ttl span {
        padding: 0 45px;
    }
    .lcl-course-img__ttl span::before,
    .lcl-course-img__ttl span::after {
        width: 30px;
        height: 1px;
    }
    .lcl-course-img__img {
        margin-bottom: 30px;
    }
    .lcl-course-content {
        width: calc(100% - 35px);
        margin-right: auto;
        margin-left: auto;
    }
    .lcl-price-box {
        background: #fff;
        -webkit-box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.1);
        width: 100%;
        padding: 20px 17px 20px;
        border-radius: 5px;
        margin-bottom: 20px;
    }
    .lcl-price-box:last-child {
        margin-bottom: 0;
    }
    .lcl-price-box__title {
        font-size: 23px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .lcl-price-box__text {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .lcl-price-box__price {
        font-size: 24px;
        line-height: 35px;
    }
    .lcl-price-box__price span {
        font-size: 17px;
    }
    .lcl-price-box__btn {
        margin-top: 15px;
    }
    .lcl-vio {
        margin-bottom: 15px;
    }
    .lcl-vio::after {
        display: none;
    }
    .lcl-vio__in {
        padding-top: 17px;
        padding-bottom: 20px;
        width: calc(100% - 40px);
        border-radius: 5px;
        background: #fff6e6;
    }
    .lcl-vio-img {
        width: calc(100% - 35px);
        height: auto;
        margin: 0 auto;
    }
    .lcl-vio-img__img {
        width: 100%;
        height: auto;
        position: static;
        border-radius: 5px 5px 0 0;
        overflow: hidden;
    }
    .lcl-vio-img__img--01 {
        left: 0;
        top: -110px;
        z-index: 1;
    }
    .lcl-vio-img__img--02 {
        right: -27px;
        bottom: -60px;
    }
    .lcl-vio-content {
        margin: 0 auto;
        width: calc(100% - 35px);
    }
    .lcl-vio-content .lcl-price-box {
        border-radius: 0 0 5px 5px;
    }
    .lcl-price__text {
        width: calc(100% - 75px);
        font-size: 15px;
        line-height: 25px;
        margin: 0 auto 25px;
    }
    .lcl-price__btn {
        margin-bottom: 15px;
    }
    .lcl-price__btn .linkbtn01 {
        margin: 0 auto;
    }
    .lcl-price-bnr {
        width: calc(100% - 75px);
        margin: 0 auto;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .lcl-price-bnr__item {
        margin-bottom: 15px;
        width: 100%;
        height: auto;
    }
    .lcl-price-bnr__item:last-child {
        margin-bottom: 0;
    }
    .lcl-price-bnr--01 img {
        margin-top: 0;
    }
    .lcl-mov-list {
        width: calc(100% - 85px);
        margin: 20px auto 0;
    }
    .lcl-mov-list__item {
        width: 100%;
        height: auto;
        margin-top: 20px
    }
    .lcl-mov-list__ttl {
        font-size: 12px;
    }
    /* ---------------------------------------------------------------- about ---- */
    .lcl-about {}
    .lcl-about__bg {
        height: 863px;
    }
    .lcl-about__in {
        width: calc(100% - 40px);
        padding: 37px 0 20px;
    }
    .lcl-about__titlearea {
        width: 100%;
        height: 185px;
        margin: 0 auto 0;
        padding: 0 0 0;
        background: url(../img/about/bg_ttl.png) no-repeat center 12.5px / 299.5px 140.5px;
    }
    .lcl-title01--about {
        margin-bottom: 30px;
        color: #fff;
    }
    .lcl-title01--about span {
        height: 15px;
        width: 48.5px;
        background: url(../img/about/ttl_bg.png) no-repeat top center / 48.5px 15px;
    }
    .lcl-about__text {
        font-size: 14px;
        line-height: 28px;
        width: 55%;
        margin-bottom: 30px;
        text-align: left;
    }
    .lcl-about__photo {
        width: 37.933333vw;
        position: absolute;
        bottom: auto;
        top: calc(120px - 5vw);
        right: 4vw;
    }
    .lcl-about__photo__text {
        font-size: 12px;
        line-height: 12px;
        position: static;
        margin-bottom: 30px;
    }
    .lcl-about__photo__text strong {
        font-size: 15px;
    }
    .lcl-about-list {
        width: 84vw;
        margin: 0 auto 10px;
    }
    .lcl-about-list__item {
        width: 40vw;
        height: 40vw;
        background: #fff url(../img/about/ico_01.png) no-repeat center 3.4666666vw / 10.26626vw 8.4vw;
        margin-right: 4vw;
        margin-bottom: 15px;
        text-align: center;
        position: relative;
        z-index: 1;
    }
    .lcl-about-list__item span {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        display: block;
        background: #fff url(../img/about/ico_01.png) no-repeat center 3.4666666vw / 6vw 5vw;
    }
    .lcl-about-list__item:nth-child(2n) {
        margin-right: 0;
    }
    .lcl-about-list__text01 {
        font-size: 4vw;
        line-height: 4vw;
        padding-top: 13vw;
        margin-bottom: 2vw;
        font-weight: bold;
    }
    .lcl-about-list__text02 {
        font-size: 6.1333333vw;
        line-height: 7.4666666vw;
        height: 14.9333333vw;
    }
    .lcl-about-btn {
        width: 100%;
    }
    .lcl-about-btn .linkbtn01 {
        margin: 0 auto 20px;
    }
    .lcl-about-btn__icon {
        /*background: #493930;*/
        width: 30px;
        height: 30px;
        margin-right: 15px;
    }
    /* ---------------------------------------------------------------- News ---- */
    .lcl-news {
        width: 100%;
    }
    .lcl-news::after {
        display: none;
    }
    .lcl-news__in {
        width: 100%;
    }
    .lcl-news__item {
        width: 100%;
        padding: 35px 20px 15px;
    }
    .lcl-news__item--blog {
        background: #fff6e6;
    }
    .lcl-news__title-area {
        border-bottom: 2px solid #c9c9c9;
        line-height: auto;
        padding-bottom: 20px;
        position: relative;
    }
    .lcl-news__title {
        font-size: 20px;
        line-height: 21px;
        position: relative;
    }
    .lcl-news__title::before {
        content: "";
        position: absolute;
        left: 0;
        top: 29px;
        width: 24px;
        height: 3px;
        background: url(../img/sp/news/bg_01.png) no-repeat left top / cover;
    }
    .lcl-news__title img {
        display: block;
        height: 22px;
        margin-left: 0;
        margin-top: 18px;
        vertical-align: middle;
    }
    .lcl-news__btn {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 13px;
        text-align: center;
        border-radius: 50%;
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }
    .lcl-news-list__item {
        padding: 15px 0 5px;
    }
    .lcl-news-list__date {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 7px;
    }
    .lcl-news-list__cat {
        padding: 0 10px;
        height: 20px;
        line-height: 20px;
        border-radius: 10px;
        margin-left: 10px;
    }
    .lcl-news-list__content {
        font-size: 13px;
        line-height: 23px;
        height: 46px;
    }
}

.footer-fix-btn {
    margin-right: 5px;
}

.footer-fix-btn--01 {
    width: 30%;
}

.footer-fix-btn--02 {
    width: 30.5%;
    background-color: #1e90ff;
}

.footer-fix-btn--03 {
    width: 30.5%;
    background-color: #008000;
}


/* SWIPER */

.swiper-container {
    width: 100%;
    height: 100%;
    max-width: 90% !important;
    margin: 0 auto !important;
    overflow: visible !important;
}

.swiper-slide-next {
    opacity: 0.5;
}

.swiper-slide-prev {
    opacity: 0.5;
}


/* respose */

.pc {
    display: inline;
}

.sp {
    display: none;
}

@media screen and (max-width: 767px) {
    .pc {
        display: none;
    }
    .sp {
        display: inline;
    }
}


/* concept content */

#charm {
    position: relative;
    height: 800px;
    margin: 60px auto 0;
}

#charm h3 img {
    margin: 0 auto 20px;
}

#charm ul {
    position: absolute;
    top: 130px;
    left: 360px;
    z-index: 90;
    width: 600px;
    list-style: none;
}

#charm ul li {
    padding: 10px 0 5px;
    border-top: solid 1px #e5e5e5;
    list-style: none;
}

#charm ul li h4 {
    margin: 0 10px 0 30px;
    color: #c48b0c;
    font-size: 24px;
    font-family: 'Kiwi Maru', serif;
}

#charm ul li p {
    margin: 0px 30px 0 30px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
    line-height: 1.85;
}

#charm #charm-img img {
    position: absolute;
    z-index: 100;
}

.inner {
    width: 960px;
    margin: 0 auto;
}

.inner_in {
    width: 960px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    #charm {
        position: static;
        height: auto;
        margin: 10% auto 0;
    }
    #charm h3 img {
        margin: 3% auto;
        width: 100%;
    }
    #charm ul {
        position: static;
        width: 92%;
        margin: 0 auto;
    }
    #charm ul li {
        padding: 2% 0;
    }
    #charm ul li h4 {
        margin: 2% 0 0;
        font-size: 5.5vw;
        line-height: 1.2em
    }
    #charm ul li p {
        margin: 0 0 2%;
        font-size: 3.9vw;
    }
    #charm #charm-img img {
        position: static;
        width: 100%;
        margin: 0 auto 16%;
        z-index: 100;
    }
    .inner {
        width: 100%;
    }
    .inner_in {
        width: 100%;
        padding: 0 3%;
    }
}

.f-number {
    font-size: 1.5rem;
}


/* flow block */

.innerBlock {
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
    line-height: 2;
}

.innerBlock h2 {
    font-size: 1.4rem;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.innerBlock ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 980px) {
    .innerBlock {
        padding: 0 15px;
        width: auto;
    }
}

#flwCnt {
    background: #fff799;
}

#flwCnt .step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    counter-reset: flow;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
}

#flwCnt .step li {
    -ms-flex-preferred-size: calc((100% - 120px) / 3);
    flex-basis: calc((100% - 120px) / 3);
    position: relative;
    counter-increment: flow
}

#flwCnt .step li+li {
    position: relative
}

#flwCnt .step li+li:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #ff1493;
    border-width: 12px 0 12px 14px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -28px;
    margin: auto;
    pointer-events: none
}

#flwCnt .step li .ttl {
    margin: 0 0 15px;
    padding: 0 0 0 40px;
    line-height: 1;
    font-family: 'Kaisei Opti', serif;
    font-size: 1.3rem;
    font-weight: 600;
    position: relative;
}

#flwCnt .step li .ttl:before {
    content: counter(flow);
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 25px;
    height: 25px;
    color: #c71585;
    font-family: 'Koh Santepheap', cursive;
    font-size: 2rem;
    font-weight: normal;
    border: 1px solid #c71585;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

#flwCnt .step li .box {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: auto;
}

@media screen and (min-width: 981px) {
    #flwCnt .step li .box {
        min-height: 250px;
        margin-bottom: 1.5rem;
    }
}

#flwCnt .step li .box .img img {
    width: 100%
}

#flwCnt .step li .box .txt {
    padding: 10px 20px;
    font-size: 14.5px;
    line-height: 1.5;
    font-family: 'Kiwi Maru', serif;
}

#flwCnt .mailBtn {
    margin-top: 50px
}

@media screen and (max-width: 980px) {
    #flwCnt {
        margin: 30px 0 0
    }
    #flwCnt .step {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    #flwCnt .step li {
        -ms-flex-preferred-size: calc(50% - 7.5px);
        flex-basis: calc(50% - 7.5px)
    }
    #flwCnt .step li+li:before {
        display: none
    }
    #flwCnt .step li:nth-child(n+3) {
        margin-top: 35px
    }
    #flwCnt .step li .ttl {
        margin: 0 0 10px;
        padding: 0 0 0 25px;
        font-size: 1.1rem;
    }
    #flwCnt .step li .ttl:before {
        width: 18.5px;
        height: 18.5px;
        font-size: 1.5rem
    }
    #flwCnt .step li .box {
        border-radius: 10px
    }
    #flwCnt .step li .box .txt {
        padding: 10px 15px;
        font-size: 1rem;
    }
}

#contents-flow {
    padding: 60px 0 100px
}

#contents-flow .moreBtn {
    text-align: center
}

#contents-flow .moreBtn a {
    background: #f85c82;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 217px;
    height: 45px;
    color: #fff;
    position: relative;
    padding: 0 30px;
    z-index: 2;
    border-radius: 25px
}

#contents-flow .moreBtn a:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 5px 0 5px 6px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 18px
}

#contents-flow .moreBtn a:after {
    content: '';
    display: block;
    background-image: -o-repeating-linear-gradient(315deg, transparent, transparent 3px, #f85c82 3px, #f85c82 4px);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, #f85c82 3px, #f85c82 4px);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: -1;
    border-radius: 25px
}

@media screen and (max-width: 980px) {
    #contents-flow {
        padding: 30px 0 60px
    }
    #contents-flow .moreBtn a:after {
        display: none
    }
}

#contents-flow {
    padding-top: 0
}

#contents-flow #mvCntIMG {
    width: 100%;
    margin: auto
}

#contents-flow #mvCntIMG img {
    width: 100%
}

#contents-flow>.cnt {
    padding: 80px 0
}

#contents-flow .cntTtl {
    margin: 0 0 60px;
    text-align: center;
    line-height: 1
}

#contents-flow .cntTtl .ja {
    display: inline-block;
    font-size: 1.6rem;
    position: relative;
    padding: 0 40px;
    font-family: 'Kaisei Decol', serif;
}

#contents-flow .cntTtl .ja:before,
#contents-flow .cntTtl .ja:after {
    content: '';
    display: block;
    width: 28px;
    height: 1px;
    background: #f85c82;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto
}

#contents-flow .cntTtl .ja:before {
    left: 0
}

#contents-flow .cntTtl .ja:after {
    right: 0
}

#contents-flow .cntTtl .eng {
    display: block;
    margin: 15px 0 0;
    color: #c71585;
    font-family: 'Koh Santepheap', cursive;
    font-size: 5rem
}

@media screen and (max-width: 980px) {
    #contents-flow>.cnt {
        padding: 40px 0
    }
    #contents-flow .cntTtl {
        margin: 0 0 30px
    }
    #contents-flow .cntTtl .ja {
        font-size: 1.5rem;
        padding: 0 40px
    }
    #contents-flow .cntTtl .ja:before,
    #contents-flow .cntTtl .ja:after {
        width: 28px
    }
    #contents-flow .cntTtl .eng {
        margin: 10px 0 0;
        font-size: 3rem
    }
}


/* hair removal */

.plan_top_bg {
    background-size: auto auto;
    background-color: rgba(255, 250, 240, 1);
    background-image: -o-repeating-linear-gradient(335deg, transparent, transparent 17px, rgba(255, 228, 196, 1) 17px, rgba(255, 228, 196, 1) 30px);
    background-image: repeating-linear-gradient(115deg, transparent, transparent 17px, rgba(255, 228, 196, 1) 17px, rgba(255, 228, 196, 1) 30px);
}

.plan_top_bg p {
    padding: 10px 20px 20px;
    text-align: left;
}

.plan_top_bg img {
    margin: 0 auto;
}

.plan_top_bg a img {
    border-style: none;
    outline: medium none;
}

.plan_top_bg object {
    border-style: none;
    outline: medium none;
}

.plan_top_bg a {
    color: #c21126;
    text-decoration: none;
    outline: none;
    -webkit-transition: opacity 0.30s;
    -o-transition: opacity 0.30s;
    transition: opacity 0.30s;
}

.plan_top_bg a:link {
    outline: medium none;
}

.plan_top_bg a:visited {
    outline: medium none;
}

@media screen and (max-width: 767px) {
    .plan_top_bg {
        background-size: auto auto;
        background-color: rgba(255, 250, 240, 1);
        background-image: -o-repeating-linear-gradient(325deg, transparent, transparent 17px, rgba(255, 228, 196, 1) 17px, rgba(255, 228, 196, 1) 30px);
        background-image: repeating-linear-gradient(125deg, transparent, transparent 17px, rgba(255, 228, 196, 1) 17px, rgba(255, 228, 196, 1) 30px);
    }
    .plan_top_bg p {
        padding: 10px 20px 20px;
        text-align: center;
    }
    .plan_top_bg img {
        margin: 0 auto;
    }
    .plan_top_bg a img {
        border-style: none;
        outline: medium none;
    }
    .plan_top_bg object {
        border-style: none;
        outline: medium none;
    }
    .plan_top_bg a {
        color: #c21126;
        text-decoration: none;
        outline: none;
    }
    .plan_top_bg a:link {
        outline: medium none;
    }
    .plan_top_bg a:visited {
        outline: medium none;
    }
}