.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.w-1200 {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}


.w-1440 {
    max-width: 1520px;
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}

.w-1920 {
    max-width: 2000px;
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}

.d1024-320 {
    display: none;
}

.d480-320 {
    display: none;
}

@media screen and (max-width: 2000px) {
    .w-1920 {
        padding: 0 4%;
    }
}

@media screen and (max-width: 1520px) {
    .w-1440 {
        padding: 0 4%;
    }
}

@media screen and (max-width: 1280px) {
    .w-1200 {
        padding: 0 4%;
    }
}

@media screen and (max-width: 1024px) {
    .d1024-320 {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .d480-320 {
        display: block;
    }
}

#top-page h2 {
    margin: 40px 0;
    font-size: 22px;
    font-weight: 500;
    text-align: left;
}
.section-cta p {
    color: #fff;
    font-weight: bold;
    margin-bottom: 80px;
}
#top-page h2 span {
    display: block;
    margin: 0 auto 20px;
    font-size: 18px;
    color: #E78B41;
}

@media screen and (max-width: 1024px) {
    #top-page h2 {
        margin: 0 auto 8%;
    }

    #top-page h2 span {
        margin: 0 auto 2%;
    }
}

@media screen and (max-width: 480px) {
    #top-page h2 {
        font-size: 20px;
    }
}

/*section-fv start*/
#top-page .section-fv {
    position: relative;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

#top-page .section-fv .section-fv__cnt--catch h2 {
    margin-bottom: 0;
    font-size: 32px;
    text-align: left;
}

#top-page .section-fv .section-fv__cnt--catch h2 span {
    display: inline-block;
    margin-bottom: 0;
    font-size: 32px;
    color: #E78B41;
}

#top-page .section-fv .section-fv__cnt--catch h2 small {
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
}

#top-page .section-fv .section-fv__cnt--img {
    position: relative;
    width: 100%;
}

@media screen and (min-width: 741px) {

    #top-page .section-fv .section-fv__cnt--img {
        max-width: 960px;
        margin: 0 0 0 auto;
        height: 860px;
    }

    #top-page .section-fv .section-fv__cnt--img::before {
        content: "";
        position: absolute;
        display: inline-block;
        top: 0;
        bottom: 0;
        margin: auto;
        left: -10%;
        width: 25vw;
        height: 25vw;
        background: url(./images/top/section-fv_logo.png) center center / cover no-repeat;
        z-index: 11;
    }

    #top-page .section-fv .section-fv__cnt--catch {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        margin: 0 auto;
        transform: translate(-50%, -50%);
        z-index: 11;
    }
}

@media screen and (min-width: 1025px) {
    #top-page .section-fv .section-fv__cnt--img::before {
        width: 380px;
        height: 381px;
        left: -25%;
    }
}


@media screen and (max-width: 1024px) {
    #top-page .section-fv .section-fv__cnt--catch h2 small {
        margin-bottom: 2%;
    }
}

@media screen and (max-width: 740px) {
    #top-page .section-fv .section-fv__cnt--catch {
        display: flex;
        height: 50vh;
        align-items: center;
    }

    #top-page .section-fv .section-fv__cnt--catch h2 {
        margin: 0 auto 0 0;
    }

    #top-page .section-fv .section-fv__cnt--img::before {
        content: "";
        position: absolute;
        display: inline-block;
        top: -40%;
        left: 4%;
        margin: auto;
        width: 50vw;
        height: 50vw;
        background: url(./images/top/section-fv_logo.png) center center / cover no-repeat;
        z-index: 11;
    }
}

@media screen and (max-width: 640px) {
    #top-page .section-fv .section-fv__cnt--catch h2 {
        font-size: 24px;
    }

    #top-page .section-fv .section-fv__cnt--catch h2 span {
        font-size: 24px;
    }
}

@media screen and (max-width: 480px) {
    #top-page .section-fv .section-fv__cnt--catch {
        height: 60vh;
    }
}

/*section-fv end*/


/*section-about start*/
#top-page{
    position: relative;
    overflow: hidden;
}
#top-page .section-about {
    position: relative;
    margin: 0 auto 150px;
    padding: 150px 0 0;
    overflow: hidden;
}

#top-page .section-about h3 {
    margin: 0 auto 80px;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.6em;
    text-align: center;
}

#top-page .section-about::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 466px;
    top: 0;
    bottom: 0;
    left: -150px;
    margin: auto;
    height: 471px;
    background: url(./images/top/section-about_bg_002.png) center center / contain no-repeat;
    z-index: -1;
}

#top-page .section-about::before {
    content: "";
    position: absolute;
    display: inline-block;
    top: -40px;
    right: -100px;
    width: 370px;
    height: 268px;
    background: url(./images/top/section-about_bg_001.png) center center / contain no-repeat;
    z-index: -1;
}

#top-page .section-about .section-about__cnt-txt {
    margin: 0 auto 80px;
}

#top-page .section-about .section-about__cnt-txt p {
    text-align: center;
}

#top-page .section-about .section-about__cnt-list {
    max-width: 860px;
    width: 100%;
    margin: 0 auto 80px;
}

#top-page .section-about .section-about__cnt-list li {
    float: left;
    width: 30%;
}

#top-page .section-about .section-about__cnt-list li:not(:last-of-type) {
    margin-right: 5%;
}

#top-page .section-about .section-about__cnt-list2 li {
    float: left;
    width: 30%;
}

#top-page .section-about .section-about__cnt-list2 li:not(:last-of-type) {
    margin-right: 5%;
}

@media screen and (max-width: 1024px) {
    #top-page .section-about {
        margin: 0 auto 15%;
        padding: 15% 0 0;
    }

    #top-page .section-about h3 {
        margin: 0 auto 8%;
    }

    #top-page .section-about .section-about__cnt-txt {
        margin: 0 auto 8%;
    }

    #top-page .section-about .section-about__cnt-list {
        margin: 0 auto 8%;
    }

    #top-page .section-about .section-about__cnt-list li {
        width: 32%;
    }

    #top-page .section-about .section-about__cnt-list li:not(:last-of-type) {
        margin-right: 2%;
    }

    #top-page .section-about .section-about__cnt-list2 li {
        width: 32%;
    }

    #top-page .section-about .section-about__cnt-list2 li:not(:last-of-type) {
        margin-right: 2%;
    }
}

@media screen and (max-width: 640px) {
    #top-page .section-about h3 {
        font-size: 24px;
    }

    #top-page .section-about .section-about__cnt-list li:first-of-type {
        float: none;
        width: 49%;
        margin: 0 auto 2%;
    }

    #top-page .section-about .section-about__cnt-list li:not(:first-of-type) {
        width: 49%;
    }

    #top-page .section-about .section-about__cnt-list2 li {
        float: none;
        width: 100%;
    }

    #top-page .section-about .section-about__cnt-list2 li:not(:last-of-type) {
        margin-right: 0;
        margin-bottom: 2%;
    }

    #top-page .section-about::before {
        width: 50vw;
        height: 50vw;
    }

    #top-page .section-about::after {
        top: auto;
        bottom: 0;
        width: 50vw;
        height: 50vw;
    }
}

@media screen and (max-width: 480px) {
    #top-page .section-about h3 {
        font-size: 20px;
    }

    #top-page .section-about .section-about__cnt-txt p {
        text-align: left;
    }
}

/*section-about end*/

/*section-merit start*/
#top-page .section-merit {
    position: relative;
    padding: 150px 0;
    background: url(./images/top/section-merit_bg.jpg) center center / cover no-repeat;
}

#top-page .section-merit::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

#top-page .section-merit h2 {
    color: #fff;
    text-align: left;
}

#top-page .section-merit .section-merit__cnt {
    position: relative;
    z-index: 10;
}

#top-page .section-merit .section-merit__cnt-txt {
    padding: 50px 80px;
    border-radius: 15px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, .8);
}

#top-page .section-merit .section-merit__cnt-txt:not(:last-of-type) {
    margin: 0 auto 40px;
}

#top-page .section-merit .section-merit__cnt-txt p {
    font-size: 20px;
    font-weight: 500;
}

@media screen and (max-width: 1024px) {
    #top-page .section-merit {
        padding: 15% 0;
    }

    #top-page .section-merit .section-merit__cnt-txt {
        padding: 4%;
    }

    #top-page .section-merit .section-merit__cnt-txt:not(:last-of-type) {
        margin: 0 auto 4%;
    }
}

@media screen and (max-width: 640px) {
    #top-page .section-merit .section-merit__cnt-txt p {
        font-size: 18px;
    }
}

@media screen and (max-width: 480px) {
    #top-page .section-merit .section-merit__cnt-txt p {
        font-size: 14px;
    }
}

/*section-merit end*/

/*section-cta start*/
#top-page .section-cta {
    /* padding: 60px 0 50px; */
    background: linear-gradient(to right, #edc462, #bf533e);
    padding-top: 20px;
    /* box-sizing: border-box; */

}
.cta_back_images {
    padding: 60px 0 50px;
    background-image: url(./images/new/cta_back.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain; 
    margin-left: 12%;
}
.section-cta__cnt{
    /* background-image: url(./images/new/cta_back.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain; */
}
/* .cta_back_images{
    background-image: url(./images/new/cta_back.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain; 
    margin-bottom: 50px;
} */
@media screen and (max-width: 640px) {
    .section-cta__cnt{
        background-image: none;
    }
}
@media screen and (max-width: 1000px) {
    .cta_back_images {
        background-image: none;
        margin-left: 0;
    }
}
#top-page .section-cta h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
}

#top-page .section-cta .section-cta__cnt ul {
    max-width: 1030px;
    width: 100%;
    /* margin: 0 auto; */
}

#top-page .section-cta .section-cta__cnt ul li {
    float: left;
    width: 49%;
    border-radius: 15px;
}

#top-page .section-cta .section-cta__cnt ul li:first-of-type {
    margin-right: 2%;
}

#top-page .section-cta .section-cta__cnt ul li.section-cta__cnt--green {
    background: #38D430;
}

#top-page .section-cta .section-cta__cnt ul li.section-cta__cnt--white {
    background: #fff;
}

#top-page .section-cta .section-cta__cnt ul li.section-cta__cnt--green a {
    color: #fff;
}

#top-page .section-cta .section-cta__cnt ul li.section-cta__cnt--white a {
    color: #E78B41;
}

#top-page .section-cta .section-cta__cnt ul li a {
    display: flex;
    padding: 20px;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    align-items: center;
    justify-content: center;
}

#top-page .section-cta .section-cta__cnt-img {
    display: inline-block;
    margin-right: 20px;
}

#top-page .section-cta .section-cta__cnt-img img {
    width: 35px;
}

@media screen and (max-width: 1024px) {
    #top-page .section-cta {
        padding: 8% 0 4%;
    }

    #top-page .section-cta .section-cta__cnt ul li a {
        padding: 4%;
    }

    #top-page .section-cta .section-cta__cnt-img {
        margin-right: 2%;
    }
}

@media screen and (max-width: 640px) {
    #top-page .section-cta h2 {
        font-size: 24px;
    }

    #top-page .section-cta .section-cta__cnt ul li {
        width: 100%;
    }

    #top-page .section-cta .section-cta__cnt ul li:first-of-type {
        margin-right: 0;
        margin-bottom: 2%;
    }
}

@media screen and (max-width: 480px) {
    #top-page .section-cta h2 {
        font-size: 20px;
    }

    #top-page .section-cta .section-cta__cnt ul li a {
        font-size: 20px;
    }
}

/*section-cta end*/

/*section-flow start*/
#top-page .section-flow {
    padding: 130px 0 0;
    box-sizing: border-box;
}

#top-page .section-flow h2 {
    text-align: left;
}

#top-page .section-flow .section-flow__cnt-list ul li {
    float: left;
    width: 23.5%;
    padding: 20px;
    border-radius: 15px;
    background: #efefef;
    box-sizing: border-box;
}

#top-page .section-flow .section-flow__cnt-list ul li:first-of-type img {
    width: 81px;
    height: 86px;
}

#top-page .section-flow .section-flow__cnt-list ul li:nth-of-type(2) img {
    width: 95px;
    height: 98px;
}

#top-page .section-flow .section-flow__cnt-list ul li:nth-of-type(3) img {
    width: 192px;
    height: 92px;
}

#top-page .section-flow .section-flow__cnt-list ul li:nth-of-type(4) img {
    width: 85px;
    height: 87px;
}

#top-page .section-flow .section-flow__cnt-list ul li:not(:last-of-type) {
    margin-right: 2%;
}

#top-page .section-flow .section-flow__cnt-list ul li figure {
    margin: 0 auto 40px;
}

#top-page .section-flow .section-flow__cnt-list h3 {
    display: flex;
    margin: 0 auto 40px;
    font-size: 20px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

#top-page .section-flow .section-flow__cnt--step {
    display: block;
    margin: 0 auto 40px;
    font-size: 20px;
    font-weight: 500;
    color: #E78B41;
}

@media screen and (max-width: 1024px) {
    #top-page .section-flow {
        padding: 13% 0 0;
    }

    #top-page .section-flow .section-flow__cnt-list ul li {
        padding: 4% 2%;
    }

    #top-page .section-flow .section-flow__cnt-list ul li figure {
        margin: 0 auto 4%;
    }

    #top-page .section-flow .section-flow__cnt-list h3 {
        margin: 0 auto 4%;
        font-size: 18px;
    }

    #top-page .section-flow .section-flow__cnt--step {
        margin: 0 auto 4%;
    }
}

@media screen and (max-width: 768px) {
    #top-page .section-flow .section-flow__cnt-list ul li {
        width: 49%;
    }

    #top-page .section-flow .section-flow__cnt-list ul li:nth-of-type(2n) {
        margin-right: 0;
    }

    #top-page .section-flow .section-flow__cnt-list ul li:nth-of-type(2n+1) {
        margin-bottom: 2%;
    }
}

@media screen and (max-width: 480px) {
    #top-page .section-flow .section-flow__cnt-list ul li {
        width: 100%;
    }

    #top-page .section-flow .section-flow__cnt-list ul li:nth-of-type(2n) {
        margin-bottom: 2%;
    }

    #top-page .section-flow .section-flow__cnt-list ul li:nth-of-type(2n+1) {
        margin-bottom: 2%;
        margin-right: 0;
    }

    #top-page .section-flow .section-flow__cnt-list ul li p {
        font-size: 14px;
    }
}

/*section-flow end*/

/*section-stylist start*/
#top-page .section-stylist {
    position: relative;
    padding: 70px 0 100px 0;
    overflow: hidden;
}

/* #top-page .section-stylist::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 500px;
    height: 422px;
    top: 0;
    bottom: 0;
    left: -150px;
    margin: auto;
    background: url(./images/top/section-stylist_bg_002.png) center center / contain no-repeat;
    z-index: -1;
}

#top-page .section-stylist::before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 160px;
    right: -100px;
    width: 499px;
    height: 331px;
    background: url(./images/top/section-stylist_bg_001.png) center center / contain no-repeat;
    z-index: -1;
} */

#top-page .section-stylist__cnt-list {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 15px;
    background: rgba(255, 255, 255, .8);
    box-sizing: border-box;
}
.section-stylist__cnt-list:after{
    clear: both;
    content: '';
    display: block;
}
.section-stylist__cnt-list img{
    float: left;
    width: 30%;
}
.section-stylist__cnt-list_text{
    float: right;
    text-align: left;
    width: 65%;
}
#top-page .section-stylist__cnt-list:not(:last-of-type) {
    margin: 0 auto 40px;
}

#top-page .section-stylist__cnt-list h3 {
    margin: 0 auto 20px;
    font-size: 20px;
    font-weight: 500;
}

#top-page .section-stylist__cnt-list h3 span {
    display: block;
    color: #E78B41;
}

#top-page .section-stylist__cnt-list p img {
    float: left;
    margin-right: 15px;
}
@media screen and (max-width: 720px) {
    .section-stylist__cnt-list img{
        float: none;
        width: 50%;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .section-stylist__cnt-list_text{
        float: none;
        text-align: left;
        width: 90%;
        margin: 0 auto;
    }
}
@media screen and (min-width: 1025px) {
    #top-page .section-stylist__cnt-list h3 {
        /* margin-left: 205px; */
    }

    #top-page .section-stylist__cnt-list p img {
        margin-top: -75px;
    }
}

@media screen and (max-width: 1024px) {
    #top-page .section-stylist {
        padding: 26% 0 18%;
    }

    #top-page .section-stylist__cnt-list {
        padding: 2%;
        padding-bottom: 30px;
    }

    #top-page .section-stylist__cnt-list h3 {
        margin: 0 auto 2%;
    }

    #top-page .section-stylist__cnt-list:not(:last-of-type) {
        margin: 0 auto 4%;
    }

    #top-page .section-stylist::before {
        top: 16%;
    }
}

@media screen and (max-width: 480px) {
    #top-page .section-stylist__cnt-list p img {
        width: 40%;
    }
}

/*section-stylist end*/

/*section-voice start*/
#top-page .section-voice {
    padding: 80px 0;
    background: #efefef;
}

#top-page .section-voice__cnt-list {
    font-weight: 500;
    box-sizing: border-box;
}

#top-page .section-voice__cnt-list li {
    float: left;
    width: 49%;
    padding: 40px 20px;
    border-radius: 15px;
    box-sizing: border-box;
}

#top-page .section-voice__cnt-list li:first-of-type {
    margin-right: 2%;
}

#top-page .section-voice__cnt-list li span {
    display: block;
    margin: 0 auto 20px;
    font-size: 16px;
}

#top-page .section-voice__cnt-list li p {
    margin: 0 auto 30px;
    font-size: 22px;
}

#top-page .section-voice__cnt-list li figure {
    margin: 0;
}

@media screen and (max-width: 1024px) {
    #top-page .section-voice {
        padding: 8% 0;
    }
    #top-page .section-voice__cnt-list li {
        padding: 4% 2%;
    }

    #top-page .section-voice__cnt-list li span {
        margin: 0 auto 2%;
    }

    #top-page .section-voice__cnt-list li p {
        margin: 0 auto 3%;
    }
}

@media screen and (max-width: 640px) {
    #top-page .section-voice__cnt-list li {
        float: none;
        width: 100%;
    }

    #top-page .section-voice__cnt-list li:first-of-type {
        margin-right: 0;
        margin-bottom: 2%;
    }

    #top-page .section-voice__cnt-list li p {
        font-size: 18px;
    }

    #top-page .section-stylist::after {
        width: 50vw;
        height: 50vw;
    }

    #top-page .section-stylist::before {
        width: 50vw;
        height: 50vw;
    }
}

/*section-voice end*/

/*section-price start*/
#top-page .section-price {
    padding: 150px 0;
    box-sizing: border-box;
}

#top-page .section-price .section-price__cnt-list:first-of-type {
    margin: 0 auto 80px;
}

#top-page .section-price .section-price__cnt-list figure {
    margin: 0;
}

@media screen and (max-width: 1024px) {
    #top-page .section-price {
        padding: 15% 0;
    }

    #top-page .section-price .section-price__cnt-list:first-of-type {
        margin: 0 auto 8%;
    }
}

/*section-price end*/

/*section-question start*/
#top-page .section-question {
    padding: 60px 0;
    box-sizing: border-box;
    padding-bottom: 120px;
}

#top-page .section-question__cnt-list:hover {
    cursor: pointer;
}

#top-page .section-question__cnt-list li {
    max-width: 580px;
    width: 100%;
    margin: 0 auto;
    border-radius: 15px;
    background: #EFEFEF;
    box-sizing: border-box;
}

#top-page .section-question__cnt-list li:not(:last-of-type) {
    margin-bottom: 20px;
}

#top-page .section-question__cnt-list h3 {
    position: relative;
    padding: 20px;
    font-size: 16px;
    box-sizing: border-box;
}

#top-page .section-question__cnt-list h3::after {
    position: absolute;
    margin: auto;
    content: "";
    top: 0;
    right: 15px;
    bottom: 0;
    width: 6px;
    height: 6px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    vertical-align: middle;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

#top-page .section-question__cnt-list h3.active::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#top-page .section-question__cnt-list p {
    position: relative;
    height: 0;
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
}

#top-page .section-question__cnt-list p.open {
    padding: 20px;
    height: auto;
    border: 2px solid #eee;
    border-radius: 0 0 15px 15px;
    box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
    #top-page .section-question {
        padding: 26% 0;
    }

    #top-page .section-question__cnt-list li {
        padding: 2%;
    }

    #top-page .section-question__cnt-list li:not(:last-of-type) {
        margin-bottom: 2%;
    }

    #top-page .section-question__cnt-list h3 {
        padding: 2%;
    }

    #top-page .section-question__cnt-list h3::after {
        right: 5px;
    }

    #top-page .section-question__cnt-list p.open {
        margin-top: 2%;
        padding: 2%;
    }
}

@media screen and (max-width: 480px) {
    #top-page .section-question__cnt-list h3 {
        font-size: 14px;
    }

    #top-page .section-question__cnt-list p {
        font-size: 14px;
    }
}

/*section-question end*/

.section-floating {
    position: fixed;
    display: block;
    width: 100%;
    bottom: 0;
    padding: 15px;
    background: rgba(231, 139, 25, .4);
    box-sizing: border-box;
    /*opacity: 0;*/
    z-index: 12;
}

.section-floating .section-floating__cnt a {
    display: block;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
}

.section-floating .section-floating__cnt-caption {
    display: block;
    margin: 0 auto 10px;
    font-size: 16px;
    color: #000;
}

.section-floating .section-floating__cnt-btn {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    color: #fff;
    background: #E78B41;
    border-radius: 15px;
    box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
    .section-floating {
        padding: 2%;
    }
}

@media screen and (max-width: 480px) {
    .section-floating .section-floating__cnt a {
        font-size: 18px;
    }
}