/*==================================================
MAIN
===================================*/
body {
    font-size: 62.5%;
    line-height: 1;
    font-family: 'Noto Sans JP', sans-serif !important;
    color: #564848 !important;
}

#content {
    background: #fff url(../images/main_bg.png)
}

.inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}

.flex_2box {
    display: flex;
}

.jc_bw {
    justify-content: space-between;
}

.width1280 {
    max-width: 1280px;
}

.wave_bg_up {
    background: url(../images/wave_bk_up.png);
    height: 90px;
}

.wave_bg_down {
    background: url(../images/wave_bk_down.png);
    height: 90px;
}

.wave_bg_up2 {
    background: url(../images/wave_bk_up2.png);
    height: 90px;
}

.wave_bg_down2 {
    background: url(../images/wave_bk_down2.png);
    height: 90px;
}

h3 {
    font-size: 2.4rem;
    position: relative;
    text-align: center;
    padding: 120px 0 90px;
    z-index: 1;
}

h3.what_h3::after {
    content: "WHAT'S NEON";
    font-size: 5rem;
    font-weight: 900;
    color: #f7bfbf;
    position: absolute;
    left: 0;
    right: 0;
    top: 48px;
    z-index: -1;
}

h3.strengths_h3::after {
    content: "STRENGTHS";
    font-size: 5rem;
    font-weight: 900;
    color: #ffe4fd;
    position: absolute;
    left: 0;
    right: 0;
    top: 48px;
    z-index: -1;
}

h3.offer_h3::after {
    content: "SPECIAL OFFER";
    font-size: 5rem;
    font-weight: 900;
    color: #ffc7f7;
    position: absolute;
    left: 0;
    right: 0;
    top: 48px;
    z-index: -1;
}

h3.flow_h3::after {
    content: "FLOW";
    font-size: 5rem;
    font-weight: 900;
    color: #ffcde4;
    position: absolute;
    left: 0;
    right: 0;
    top: 48px;
    z-index: -1;
}

h3.Q_A_h3::after {
    content: "Q&A";
    font-size: 5rem;
    font-weight: 900;
    color: #efc0e3;
    position: absolute;
    left: 0;
    right: 0;
    top: 48px;
    z-index: -1;
}

li {
    list-style: none;
}

a.btn--yellow {
    color: #ffffff;
    background-color: #ff70b3;
    border-bottom: 5px solid #a94876;
}

a.btn--yellow:hover {
    opacity: 0.7;
}

.btn_wrap {
    max-width: 720px;
    height: auto;
    position: relative;
    margin: 40px auto;
}

.btn_wrap2 {
    max-width: 416px;
    height: auto;
    position: relative;
    margin: 40px auto;
}

.button {
    width: 100%;
    padding: 25px 30px;
    border-radius: 8px;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background: #ff70b3;
    -webkit-box-shadow: 0 5px 0 #a94876;
    box-shadow: 0 7px 0 #a94876;
    color: #fff;
    transition: 0.2s;
}

.button:after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 2rem;
    font-size: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.3s;
    width: 8px;
    height: 8px;
    border-top: solid 4px currentColor;
    border-right: solid 4px currentColor;
    transform: translateY(-50%) rotate(45deg);
}

.button:hover {
    background: #ff70b3;
    color: #FFF;
    box-shadow: 0 2px 0 #a94876;
    transform: translateY(3px);
}

.button2 {
    width: 100%;
    padding: 10px 30px;
    border: 1px solid;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background: #fdfdfd;
    color: #564848;
    transition: 0.2s;
}

.button2:after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 2rem;
    font-size: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.3s;
    width: 8px;
    height: 8px;
    border-top: solid 4px currentColor;
    border-right: solid 4px currentColor;
    transform: translateY(-50%) rotate(45deg);
}

.button2:hover {
    opacity: 0.7;
    color: #af7efe;
}

.line_icon {
    width: 64px;
    margin-right: 24px;
    margin-left: -34px;
}

.cross_bg {
    background: url(../images/cross_back.png);
    background-position: bottom;
}

@media screen and (max-width: 768px) {
    h3 {
        font-size: 2rem;
        padding: 45px 0 36px;
    }

    h3.what_h3::after {
        font-size: 11vw;
        top: 12px;
    }

    h3.strengths_h3::after {
        font-size: 11vw;
        top: 12px;
    }

    h3.offer_h3::after {
        font-size: 11vw;
        top: 12px;
    }

    h3.flow_h3::after {
        font-size: 11vw;
        top: 12px;
    }

    h3.Q_A_h3::after {
        font-size: 11vw;
        top: 12px;
    }

    .button {
        font-size: 0.9rem;
        padding: 14px 30px;
    }

    .line_icon {
        width: 32px;
        margin-right: 7px;
        margin-left: -34px;
    }

    .button:after {
        right: 1rem;
    }

    .btn_wrap {
        max-width: 720px;
        height: auto;
        position: relative;
        margin: 24px auto;
    }

    .button2 {
        font-size: 1.1rem;
    }
}

/*==================================================
MV
===================================*/

#mv {
    background: url(../images/mv_back.png);
    height: 1048px;
    background-size: cover;
    padding-top: 20px;
}

.logo-img {
    width: 140px;
}

.mv_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mv_text h2 {
    font-size: 3.8rem;
    line-height: 1.4em;
}

.mv_text p {
    font-size: 1.6rem;
    padding-top: 20px;
}

.mv_position {}

@media screen and (max-width: 768px) {
    #mv {
        height: auto;
        margin-bottom: -68px;

    }

    .mv_text h2 {
        font-size: 1.3rem;
        line-height: 1.4em;
    }

    .mv_text p {
        font-size: 1rem;
        padding-top: 20px;
        padding-right: 6px;
    }

    .mv_text {
        width: 60%;
    }

    .mv_position {
        width: 40%;
    }
}

/*==================================================
NEONでは
===================================*/

#what {
    background-color: #ffcdcd;
    padding-bottom: 100px;
}

.what ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
    padding: 0;
}

.what ul li {
    background-color: #fff;
    background-image: url(../images/what_icon01.png);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 500px;
    width: calc(92% / 4);
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
}

.what ul li + li {
    background-image: url(../images/what_icon02.png);
}

.what ul li + li + li {
    background-image: url(../images/what_icon03.png);
}

.what ul li + li + li + li {
    background-image: url(../images/what_icon04.png);
}

.what_text {
    text-align: center;
    font-size: 2rem;
    margin: 32px;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    #what {
        background-color: #ffcdcd;
        padding-bottom: 1px;
    }

    .what ul {
        margin-bottom: 0px;
    }

    .what ul li {
        background-size: contain;
        width: calc(92% / 2);
        font-size: 0.9rem;
        margin-bottom: 20px;
    }

    .what_text {
        font-size: 1.1rem;
        margin: 0;
    }
}

/*==================================================
NEONの強み
===================================*/

#strengths {}

.str_box {
    display: flex;
    flex-wrap: wrap;
}

.str_box_rev {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.str_box_l {
    width: 50%;
    text-align: center;
    padding: 52px;
}

.str_box_l .str_nomb {
    font-family: "Roboto", sans-serif;
    font-size: 5rem;
    font-weight: 600;
    color: #f3b3ea;
    margin-top: -34px;
}

.str_box_l h4 {
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    background: url(../images/str_h4_back_03.png);
    height: 72px;
    background-size: contain;
    background-repeat: no-repeat;
}

.str_box_l p {
    text-align: left;
}

.str_box_r {
    width: 50%;
}

.str_box_r img {
    border-radius: 16px;
}

@media screen and (max-width: 768px) {
    .str_box_l .str_nomb {
        font-size: 3rem;
    }

    .str_box_l {
        width: 100%;
        text-align: center;
        padding: 0px;
    }

    .str_box_r {
        width: 100%;
        margin: 30px 0 40px;
    }

    .str_box_l h4 {
        font-size: 1.2rem;
        font-weight: 700;
        height: 45px;
    }
}

/*==================================================
NEONライバーの特典
===================================*/

#offer {
    background-color: #f3b3ea;
    padding-bottom: 40px;
}

.offer_list_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.offer_list {
    width: 48%;
    padding: 0;
}

.offer_list li {
    border-radius: 20px;
    background-color: #fff;
    margin-bottom: 34px;
}

.offer_list li h4 {
    background: linear-gradient(to right, #a89eff, #7fe7ff);
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 1.6rem;
    border-radius: 20px 20px 0 0;
    line-height: 2.2em;
}

.offer_list li p {
    padding: 12px 20px;
}

@media screen and (max-width: 768px) {
    .offer_list {
        width: 100%;
        padding: 0;
    }

    .offer_list li h4 {
        font-size: 1.1rem;
    }
}


/*==================================================
デビューまでの流れ
===================================*/

#flow {
    padding-bottom: 100px;
}

.flow_pic {
    text-align: center;
}

.flow_txt div {
    font-size: 1.6rem;
    color: #ff70b3;
    border: 1px solid #ff70b3;
    border-radius: 10px;
    padding: 6px 72px;
    text-align: center;
    width: fit-content;
    margin: 40px auto;
}

.flow_txt ul {
    width: fit-content;
    margin: 0 auto;
    padding: 0;
}

.flow_txt ul li {}

@media screen and (max-width: 768px) {
    #flow {
        padding-bottom: 40px;
    }
}

/*==================================================
Q and A
===================================*/

#Q_A {
    background-color: #f1deff;
    padding-bottom: 100px;
}

.accordion {
    margin: 0 auto 3em;
    max-width: 98%;
}

.toggle {
    display: none;
}

.option {
    position: relative;
    margin-bottom: 1em;
    background-color: #fff;
}

.title,
.Q_A_content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}

.title {
    background: linear-gradient(to right, #ff9dd2, #af7eff);
    color: #fff;
    font-weight: 700;
    padding: 1em;
    display: block;
}

.title::after,
.title::before {
    content: "";
    position: absolute;
    right: 2.25em;
    top: 1.4em;
    width: 3px;
    height: 1em;
    background-color: #ffffff;
    transition: all 0.3s;
}

.title::after {
    transform: rotate(90deg);
}

.Q_A_content {
    max-height: 0;
    overflow: hidden;
}

.Q_A_content p {
    margin: 0;
    padding: 0.5em 1em 1em;
    font-size: 0.9em;
    line-height: 1.5;
}

.toggle:checked + .title + .Q_A_content {
    max-height: 500px;
    transition: all 1.5s;
}

.toggle:checked + .title::before {
    transform: rotate(90deg) !important;
}

@media screen and (max-width: 768px) {

    .title::after,
    .title::before {
        right: 1.25em;
    }

    .title {
        font-size: 0.8rem;
    }

    #Q_A {
        padding-bottom: 20px;
    }
}

/*==================================================
end
===================================*/

#end {
    padding-bottom: 100px;
    background: url(../images/mv_back.png);
    background-position: center;
    background-size: cover;
}

.end h4 {
    text-align: center;
    font-size: 2.8rem;
    margin: 100px 0;
}

@media screen and (max-width: 768px) {
    .end h4 {
        text-align: center;
        font-size: 1.1rem;
        margin: 26px 0;
    }

    #end {
        padding-bottom: 0px;
    }
}

/*==================================================
end
===================================*/

#footer {
    background: #ff9dd2;
    padding: 30px 0;
    margin: 0;
}

.footer div {
    text-align: center;
}

.footer div img {
    width: 140px;
}

@media screen and (max-width: 768px) {
    #footer {
        background: #ff9dd2;
        padding: 12px 0;
        margin: 0;
    }

    .footer div img {
        width: 100px;
    }
}
