/* ===============================================
　　top　ここから
=============================================== */
.section_kv {
    width: 100%;
    height: 100vh;
    position: relative;
    background: url(/neon/img/common/neon_kv_01.jpg), rgba(0, 0, 0, 1);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.kv_div {
    width: 600px;
    height: 400px;
    position: absolute;
    top: -100px;
    z-index: 10;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


.kv_div p {
    text-align: center;
    margin-top: 80px;
    color: #fff;
    width: 350px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.kv_div a {
    color: #fff;
    font-size: 14px;
    width: 70px;
    display: inline-block;
}

.kv_div a:hover {
    color: #ac984e;
    opacity: 1;
}

.kv_bottom_area {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    background: #000;
    border-bottom: solid 0.5px #ac984e;
}

.kv_bottom_area_inner {
    width: 600px;
    margin: 20px auto;
}

.kv_bottom_area_inner p {
    font-size: 14px;
    color: #fff;
    margin: 5px 0;
}

.kv_bottom_area_inner .kv_bottom_area_inner_p {
    color: #ac984e;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Fredericka the Great', cursive;
    font-style: italic;
}

.kv_bottom_area_inner h1 {
    font-size: 22px;
}

.kv_bottom_area_inner .floor_guide_p {
    color: #262626;
}

.floor_guide_a {
    display: block;
    text-align: right;
    color: #595757;
    font-size: 12px;
}

.star-box01 {
    height: 150px;
    width: 150px;
    transform: rotateZ(50deg);
    position: absolute;
    top: 150px;
    right: 230px;
}

.star01 {
    height: 0;
    width: 1px;
    background: linear-gradient(transparent, rgb(255, 255, 255));
    animation: shooting01 20s linear infinite;
    animation-delay: 3s;
}

@keyframes shooting01 {
    0% {
        height: 0;
        opacity: 0;
    }

    2% {
        height: 90px;
        opacity: 1;
    }

    4% {
        height: 120px;
        opacity: .5;
    }

    8% {
        height: 120px;
        opacity: 0;
    }

    100% {
        height: 0;
        opacity: 0;
    }
}

.star-box02 {
    height: 150px;
    width: 150px;
    transform: rotateZ(30deg);
    position: absolute;
    top: 90px;
    left: 240px;
}

.star02 {
    height: 0;
    width: 1px;
    background: linear-gradient(transparent, rgb(255, 255, 255));
    animation: shooting02 20s linear infinite;
    animation-delay: 16s;
}

@keyframes shooting02 {
    0% {
        height: 0;
        opacity: 0;
    }

    2% {
        height: 120px;
        opacity: 1;
    }

    4% {
        height: 140px;
        opacity: .5;
    }

    8% {
        height: 140px;
        opacity: 0;
    }

    100% {
        height: 0;
        opacity: 0;
    }
}

.star-box03 {
    height: 100px;
    width: 100px;
    transform: rotateZ(-50deg);
    position: absolute;
    top: 400px;
    left: 270px;
}

.star03 {
    height: 0;
    width: 1px;
    background: linear-gradient(transparent, rgb(255, 255, 255));
    animation: shooting03 20s linear infinite;
    animation-delay: 10s;
}

@keyframes shooting03 {
    0% {
        height: 0;
        opacity: 0;
    }

    2% {
        height: 60px;
        opacity: 1;
    }

    4% {
        height: 80px;
        opacity: .5;
    }

    8% {
        height: 80px;
        opacity: 0;
    }

    100% {
        height: 0;
        opacity: 0;
    }
}

.star-box04 {
    height: 100px;
    width: 100px;
    transform: rotateZ(-50deg);
    position: absolute;
    top: 250px;
    right: 160px;
}

.star04 {
    height: 0;
    width: 1px;
    background: linear-gradient(transparent, rgb(250, 67, 67));
    animation: shooting04 20s linear;
    animation-delay: 38s;
}

@keyframes shooting04 {
    0% {
        height: 0;
        opacity: 0;
    }

    2% {
        height: 60px;
        opacity: 1;
    }

    4% {
        height: 80px;
        opacity: .5;
    }

    8% {
        height: 80px;
        opacity: 0;
    }

    100% {
        height: 0;
        opacity: 0;
    }
}

/* ---- top ---- */
/* ===============================================
　　ログイン　ここから
=============================================== */

.entrance_regist_p {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Fredericka the Great', cursive;
    letter-spacing: 2;
    margin: 0 auto;
    color: #ac984e;
}

.entrance_regist_span {
    font-size: 40px;
    color: #fff;
    font-weight: 400;
    font-family: 'Fredericka the Great', cursive;
    display: inline-block;
    padding-bottom: 14px;
    color: #ac984e;
}

.section_www_form {
    width: 350px;
    margin: 0 auto;
}

.link_text {
    margin-top: 50px;
}

.link_text p {
    font-size: 14px;
    color: #fff;
    width: 100%;
    text-align: center;
}

.link_text a {
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}

.login_form_input {
    margin: 30px auto 0;
    width: 350px;
}

.login_form_input p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px;
}

.login_form_input input[type="text"] {
    width: 100%;
    height: 40px;
    border: 0.5px solid #b5b5b6;
    background-color: #fff;
    border-radius: 3px;
    outline: none;
    padding: 10px;
    line-height: 40px;
}

.login_form_input input[type="password"] {
    width: 100%;
    height: 40px;
    border: 0.5px solid #b5b5b6;
    background-color: #fff;
    border-radius: 3px;
    outline: none;
    padding: 10px;
    line-height: 40px;
}

.login_keep input[type="checkbox"] {
    border-radius: 0;
}

.password_re a {
    font-size: 12px;
}

p.login_keep {
    text-align: left;
    margin-top: 5px;
}

p.login_keep label {
    font-size: 12px;
    position: relative;
    top: -2px;
}

.login_form_input input[type="submit"] {
    cursor: pointer;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    background: #ff0099;
    border-bottom: 2px solid #a17991;
    color: white;
    font-weight: normal;
    width: 250px;
    height: 40px;
    line-height: 40px;
    border: none;
    border-radius: 3px;
    font-size: 20px;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00de, 0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de, 0 0 150px #ff00de;
}

input[type="submit"]:hover {
    opacity: 0.9;
}

.popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: .6s;
}

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

.popup-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 800px;
    padding: 50px 60px;
    background-color: #fff;
    z-index: 2;
    opacity: .9;
    border-radius: 3px;
    box-shadow: 2px 2px 10px #ac984e;
}

.popup-inner_alert {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 550px;
    padding: 50px;
    background-color: #fff;
    z-index: 2;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #919fba;
}

.close-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}



.close-btn i {
    font-size: 30px;
    color: #ac984e;
    line-height: 60px;
}

.black-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 1;
    cursor: pointer;
    filter: blur(10px);
}

.black-bg_alert {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: 1;
    cursor: pointer;
    filter: blur(10px);
}

#js-show-popup {
    border: none;
    background: none;
    font-size: 12px;
    color: #ac984e;
    height: auto;
    text-align: right;
    width: 100%;
}

#js-show-popup:hover {
    color: #fff;
}

.section_www_regist_info {
    width: 100%;
    padding: 30px 50px;
}

.section_www_regist_info h1 {
    font-size: 20px;
    font-weight: bold;
    color: var(--textColorMain);
}

.section_www_regist_info p {
    font-size: 14px;
    color: #595757;
}

.flex_box_alert {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.close-btn_alert {
    width: 45%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    color: #1b65eb;
    border: solid 1px #ccc;
    border-radius: 4px;
}

.floor_guide_p .alert_a {
    color: #106f51 !important;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.close-btn_alert:hover {
    background-color: #c2d0ea;
    transition: .2s;
}

.flex_box_alert #submit-btn_alert {
    cursor: pointer;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    background: #1b65eb;
    color: white;
    font-weight: normal;
    width: 45%;
    height: 40px;
    line-height: 40px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
}

/* ---- ログイン ---- */
/* ===============================================
　　リマインダー
=============================================== */
.section_www_reminder {
    width: 800px;
    height: auto;
    margin: 60px auto;
    background: rgba(0, 0, 0, .4);
    padding: 70px 0 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.section_reminder_inner {
    width: 400px;
    margin: 0 auto;
}

.section_www_reminder p {
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-top: 0px;
    font-weight: bold;
}

.section_www_reminder_form p {
    font-size: 14px;
    color: #fff;
    text-align: left;
    margin: 30px 0 0;
    font-weight: normal;
}

.section_www_reminder_form input[type="text"] {
    width: 400px;
    height: 40px;
    background-color: #fff;
    border: solid 1px #c9caca;
    font-size: 16px;
    padding: 5px 15px;
    border-radius: 3px;
}

/* ---- リマインダー ---- */
/* ===============================================
　　登録フォーム　ここから
=============================================== */
.section_www_regist {
    width: 700px;
    height: auto;
    margin: 60px auto 90px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    background-color: #000;
}

.section_www_regist_inner {
    width: 400px;
    padding: 30px 0;
    margin: 0 auto;
}

.smp_450_on {
    display: none;
}

.name_regi_input01 {
    width: 195px !important;
    float: left;
}

.name_regi_input02 {
    width: 195px !important;
    float: left;
    margin-left: 10px;
    margin-bottom: 30px;
}

.section_www_regist h1 {
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin: 0;
    letter-spacing: 3;
    height: 50px;
}

.section_www_regist p {
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-bottom: 45px;
}

.regist_div_form p {
    font-size: 14px;
    color: #fff;
    text-align: left;
    margin: 28px 0 2px;
}

.regist_div_form input[type="text"] {
    width: 400px;
    height: 40px;
    background-color: #fff;
    border: solid 1px #c9caca;
    font-size: 16px;
    padding: 5px 15px;
    border-radius: 3px;
}

.regist_div_form span {
    font-size: 10px;
    color: #fff;
    text-align: left;
    margin: 2px 0;
    display: block;
}

.regist_div_form_checkbox {
    text-align: left;
    margin: 20px 0 10px;
}

.regist_div_form_checkbox input[type="checkbox"] {
    position: relative;
    top: 3px;
}

.regist_div_form_checkbox label {
    font-size: 12px;
    text-align: left;
    margin: 20px 0 8px;
    user-select: none;
    color: #fff;
}

.regist_div_form_checkbox p {
    font-size: 12px;
    text-align: left;
    margin: 0;
    user-select: none;
    text-indent: 25px;
}

.regist_div_form_checkbox a {
    color: #fff;
}

.regist_div_form_checkbox a:hover {
    opacity: .8;
}

.input_next___buttonstyle input[type="submit"] {
    color: #fff;
    width: 250px;
    height: 40px;
    background-color: #93bace;
    border-bottom: 2px solid #929899;
    outline: none;
    line-height: 40px;
    background-image: none;
    letter-spacing: 2;
    margin: 40px auto;
    border-radius: 3px;
}

.regi_form_input input[type="submit"],
.regi_form_input button {
    color: #fff;
    width: 300px;
    height: 40px;
    background-color: #ff0099;
    border-bottom: 2px solid #a17991;
    outline: none;
    line-height: 40px;
    background-image: none;
    letter-spacing: 2;
    margin: 40px auto;
    border-radius: 3px;
    font-size: 16px;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00de, 0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de, 0 0 150px #ff00de;
}

.regi_form_input button {
    margin-top: 5px;
}

.regi_span_mt40px {
    margin-top: 40px;
    color: #c30d23;
    font-size: 10px;
    display: block;
}

.section_www_regist .paid_title {
    color: #ff0099;
    font-size: 14px;
    margin: 10px auto;
}

.section_www_regist .paid_price {
    font-size: 20px;
    margin: 20px auto;
}

.section_www_regist .paid_price span {
    font-size: 14px;
    color: #fff;
}


.MyCardElement {
    margin: 0 auto;
    width: 400px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border: solid 1px #c9caca;
    font-size: 16px;
    padding: 5px 15px;
    border-radius: 3px;
}

.input_next___buttonstyle a {
    color: #fff;
    width: 300px;
    height: 40px;
    background-color: #93bace;
    border-bottom: 2px solid #929899;
    font-size: 16px;
    outline: none;
    line-height: 40px;
    background-image: none;
    letter-spacing: 2;
    margin: 40px auto;
    border-radius: 3px;
    display: block;
}

.table_form_contact input[readonly] {
    background-color: #fafafa !important;
}

.table_form_contact .gray_bg {
    background-color: #fafafa;
}

.input_Yes___buttonstyle input[type="submit"] {
    color: #fff;
    width: 300px;
    height: 40px;
    background-color: #79698a;
    border-bottom: 2px solid #3a1a3a;
    font-size: 14px;
    outline: none;
    line-height: 40px;
    background-image: none;
    letter-spacing: 2;
    margin: 55px auto 0;
    border-radius: 3px;
}

.input_No___buttonstyle input[type="submit"] {
    color: #fff;
    width: 300px;
    height: 40px;
    background-color: #b0a6bb;
    border-bottom: 2px solid #adacaf;
    font-size: 14px;
    outline: none;
    line-height: 40px;
    background-image: none;
    letter-spacing: 2;
    margin: 45px auto 20px;
    border-radius: 3px;
}

.input_No___buttonstyle a {
    color: #fff;
    width: 300px;
    height: 40px;
    background-color: #b0a6bb;
    border-bottom: 2px solid #adacaf;
    font-size: 14px;
    outline: none;
    line-height: 40px;
    background-image: none;
    letter-spacing: 2;
    margin: 10px auto 20px;
    border-radius: 3px;
    display: block;
}

.back_link_a {
    font-size: 12px;
    color: #595757;
    text-align: center;
    margin-top: 30px;
    display: block;
}

.login_link_a {
    font-size: 10px;
    color: #595757;
    text-align: left;
    margin: 0px;
    display: block;
}

.comp_ img {
    width: 400px;
    text-align: center;
    mix-blend-mode: screen;
}

.comp_ {
    padding-bottom: 80px;
}

.comp_ .contact_BOX_welcome {
    position: relative;
    padding-top: 20px;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 40px;
    line-height: 1.4;
    text-align: center;
    color: #fff;
}

.comp_ .contact_BOX_p {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 0 0 45px;
}

.comp_ .contact_BOX_p_sub {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    margin-top: -10px;
    text-align: center;
}

.regist_div_form .reminder_form_p {
    font-size: 12px;
    color: #93bace;
    text-align: left;
    margin: 28px 0 2px;
}


/* ---- 登録フォーム ---- */
/* ===============================================
　　利用規約　ここから
=============================================== */
.section_www_rule {
    width: 800px;
    height: auto;
    margin: 0 auto 40px;
    padding: 0;
    box-sizing: border-box;
}

.section_www_rule h4 {
    font-size: 14px;
    font-weight: bold;
    color: #231815;
    margin-top: 50px;
}

.section_www_rule p {
    font-size: 14px;
    color: #595757;
    text-align: justify;
    text-justify: inter-ideograph;
    letter-spacing: 0;
    line-height: 1.6;
}

.section_www_rule li {
    font-size: 14px;
    color: #595757;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 1.6;
}

/* ---- 利用規約 ---- */
/* ===============================================
　　特商法　ここから
=============================================== */
.table_form_law {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 1px;
    margin: 40px 0;
}

.table_form_law th {
    width: 250px;
    padding: 12px 0 12px 55px;
    font-size: 12px;
    color: #595757;
    text-align: left;
}

.table_form_law td {
    padding: 12px 55px 12px 0;
    font-size: 12px;
    color: #595757;
}

.table_form_law tr:nth-child(odd) th,
.table_form_law tr:nth-child(odd) td {
    background-color: #fbf6e6;
}

.table_form_law tr:nth-child(even) th,
.table_form_law tr:nth-child(even) td {
    background-color: #f7f0d9;
}

.text_kerning {
    text-align: justify;
    text-justify: inter-ideograph;
    font-feature-settings: "palt"1;
}

/* ---- 特商法 ---- */
/* ===============================================
　　運営会社　ここから
=============================================== */
.section_www_law h3 {
    margin-bottom: 20px;
}



/* ---- 運営会社 ---- */
/* ===============================================
　　お問い合わせ　ここから
=============================================== */
.section_www_contact {
    width: 800px;
    height: auto;
    margin: 0 auto 40px;
    padding: 0;
    box-sizing: border-box;
}

.section_www_contact p {
    margin-bottom: 70px;
}

.section_www_contact p {
    line-height: 1.5;
}

.table_form_contact {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 1px;
    margin: 10px auto 25px;
}

.table_form_contact th {
    width: 250px;
    padding: 12px 0 12px 55px;
    font-size: 12px;
    color: #595757;
    text-align: left;
}

.table_form_contact td {
    padding: 12px 55px 12px 0;
    font-size: 12px;
    color: #595757;
}

.table_form_contact tr:nth-child(odd) th,
.table_form_contact tr:nth-child(odd) td {
    background-color: #fbf6e6;
}

.table_form_contact tr:nth-child(even) th,
.table_form_contact tr:nth-child(even) td {
    background-color: #f7f0d9;
}

.table_form_contact input[type="text"] {
    width: 100%;
    height: 40px;
    background-color: #fff;
    border: solid 1px #c9caca;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 3px;
}

.table_form_contact textarea {
    width: 100%;
    min-height: 100px;
    background-color: #fff;
    border: solid 1px #c9caca;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 3px;
}

.input_next___buttonstyle input[type="button"] {
    color: #fff;
    width: 300px;
    height: 40px;
    background-color: #93bace;
    border-bottom: 2px solid #929899;
    font-size: 14px;
    outline: none;
    line-height: 40px;
    background-image: none;
    letter-spacing: 2;
    margin: 40px auto 0;
    border-radius: 3px;
}

/* ---- お問い合わせ ---- */
/* ===============================================
　　アイコン設定　ここから
=============================================== */
.section_www_config {
    width: 800px;
    height: auto;
    margin: 0 auto 40px;
    padding: 0;
    box-sizing: border-box;
}

.thema_flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.thema_flex_text p {
    letter-spacing: 1;
    line-height: 1.6;
}

.thema_flex_img {
    width: 35%;
}

.iPhone_text,
.android_text {
    margin-bottom: 100px;
}

.iPhone_text ol,
.android_text ol {
    padding-left: 30px;
    margin-bottom: 50px;
}

.iPhone_text ol li,
.android_text ol li {
    line-height: 1.6;
}

.icon_yumekana {
    border-radius: 20px;
    width: 100px;
}

.iphon_icon {
    width: 300px;
}


/* ---- アイコン設定 ---- */
/* ===============================================
　　サービス　ここから
=============================================== */
/* ===============================================
　　１day講座　ここから
=============================================== */
.kv_service {
    width: 100%;
}

.kv_service img {
    width: 100%;
}

.section_neon_contain_960 {
    width: 960px;
    margin: 0 auto 40px;
}

.section_contain_style01 {
    width: 100%;
    background-image: url(/neon/img/common/original_2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.section_contain_style02 {
    width: 100%;
    background-color: #c0bfc0;
    padding: 30px 0 70px;
}

.section_contain_style02 .inner {
    width: 550px;
    margin: 0 auto 40px;
}

.section_neon_contain_960 h2,
.section_contain_style02 h2 {
    width: 100%;
    text-align: center;
    margin: 60px auto 80px;
    padding: 0;
    font-size: 40px;
    font-weight: bold;
    position: relative;
    color: #262626;
}

.section_neon_contain_960 h2:before,
.section_contain_style02 h2:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 60px;
    height: 2px;
    background-color: #535353;
}

.section_neon_contain_960 h2 span {
    color: #8c7a7a;
}

.section_contain_style02 h2 span {
    color: #fff;
}

.pera1_ul,
.pera1_ul_ {
    width: 550px;
    margin: auto;
}

.pera1_ul .material-symbols-outlined,
.pera1_ul_ .material-symbols-outlined {
    position: relative;
    top: 4px;
}


.pera1_ul li {
    width: 100%;
    margin: auto;
    color: #535353;
    font-size: 24px;
    list-style: 1.5;
}

.pera1_ul li span {
    display: inline-block;
    margin-right: 6px;
    font-weight: bold;
}

.pera1_ul_ li {
    width: 100%;
    margin: auto;
    color: #232323;
    font-size: 24px;
    list-style: 1.5;
}

.pera1_ul_ li span {
    display: inline-block;
    margin-right: 6px;
    font-weight: bold;
    color: #fff;
}


.section_neon_contain_960 .span_ {
    color: #8c7a7a;
    margin: 0;
}

.entry_btn {
    width: 100%;
    height: 80px;
    border-radius: 20px;
    margin: 80px auto 90px;
    background-color: #000;
}

.entry_btn a {
    display: block;
    line-height: 80px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.entry_btn a span {
    color: #fff;
    font-size: 50px;
}

.contents_area {
    width: 960px;
    margin: 0 auto 40px;
    display: flex;
    justify-content: space-between;
}

.contents_area_left {
    width: 250px;
    margin-right: 50px;
}

.contents_area_left img {
    width: 100%;
}

.contents_area_left {
    flex: 1;
}

.pic_text {
    width: 100%;
    margin: 0 auto;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.section_contain_style03 {
    width: 100%;
    height: 600px;
    background-image: url(/neon/img/common/original_3.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.section_contain_style03:after {
    content: '';
    position: absolute;
    top: 0;
    left: -46%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: skew(-16deg);
    -ms-transform: skew(-16deg);
    transform: skew(-16deg);
    z-index: 1;
}

.contents_area_3 {
    width: 960px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
}

.contents_area_3 p {
    margin: 0px auto 30px 0;
    font-size: 18px;
    letter-spacing: 3;
}

.contents_area_3 .contents_area_p_title {
    margin-top: 200px;
    font-size: 28px;
    font-weight: bold;
    text-align: left;
    letter-spacing: 1;
}

.pic_4point {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.pic_4point>div {
    width: 270px;
    text-align: center;
}

.pic_4point img {
    width: 100%;
    object-fit: cover;
    background-color: #fff;
}

.pic_title {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #595757;
}

.contents_area_4 {
    width: 100%;
    margin: 0 auto 40px;
    display: flex;
}

.contents_area_left_4 {
    width: 50%;
    margin-right: 50px;
}

.contents_area_left_4 img {
    width: 100%;
}

.contents_area_right_4 {
    flex: 1;
}

.pera1_ul_4 {
    width: 550px;
    margin: 100px 0 0;
}

.pera1_ul_4 li {
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    color: #535353;
    font-size: 24px;
    margin-bottom: 10px;
}

.pera1_ul_4 li span {
    display: block;
    margin-right: 6px;
    font-weight: bold;
    color: #232323;
}

.pera1_ul_4 li .span_ {
    display: block;
    margin-right: 6px;
    font-weight: bold;
    color: #8c7a7a;
}

.c_menu_box {
    width: 100%;
    margin-bottom: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #ddd;
}

.c_menu_box_left,
.c_menu_box_right_ {
    flex: 1;
}

.menu_nam {
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu_nam span {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    background-color: #595757;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    margin-left: 10px;
}

.menu_title {
    font-size: 34px;
    margin: 10px 0;
}

.menu_text {
    font-size: 16px;
}

.c_menu_box_right {
    width: 270px;
    margin-left: 80px;
}

.c_menu_box_left_ {
    width: 270px;
    margin-right: 80px;
}

.c_menu_box_right img,
.c_menu_box_left_ img {
    width: 100%;
}

.table_box {
    width: 960px;
    margin: 0 auto;
    height: auto;
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
}

.section_contain_style02 table,
.section_contain_style02 .table_qa {
    text-align: center;
    width: 600px;
    margin: 0 auto;
}

.section_contain_style02 tr th,
.section_contain_style02 tr td {
    background: none;
    font-size: 20px;
    color: #595757;
    padding: 0;
}

.section_contain_style02 tr th {
    width: 150px;
    padding: 15px 0;
    border-bottom: solid 1px #595757;
}

.section_contain_style02 tr td {
    font-size: 16px;
    padding: 15px 0;
    border-bottom: solid 1px #595757;
}

.section_neon_contain_960 .table_qa tr th {
    display: block;
    width: 40px;
    padding: 15px 0;
}

.section_neon_contain_960 .table_qa tr th span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 40px;
    background-color: #595757;
    color: #fff;
    font-size: 19px;
}

.section_neon_contain_960 .table_qa tr th .answer {
    background-color: #aaa;
    color: #232323;
    font-weight: bold;
}

.section_neon_contain_960 .table_qa tr td {
    font-size: 16px;
    padding: 15px 0 15px 20px;
    border-bottom: solid 1px #ddd;
}

/* ---- １day講座 ---- */
/* ===============================================
　　サロン会員募集　ここから
=============================================== */
.kv_salon {
    width: 100%;
    height: 800px;
    position: relative;
    background: url(/neon/img/common/salon_kv.jpg), rgba(0, 0, 0, 1) no-repeat;
    background-position: 0 -120px;
    background-size: cover;
}

.kv_salon:before {
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid #fff;
    content: "";
}

.kv_salon img,
.salon_contain_960 img {
    display: block;
    margin: 0 auto;
}

.kv_salon .img_01 {
    position: absolute;
    top: 30px;
    left: 30px;
}

.kv_salon .img_02 {
    width: 96%;
    margin: 30px auto 0;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
}

.kv_salon div {
    position: absolute;
    width: 45%;
    top: 230px;
    right: 0;
    padding: 0 10px;
}

.kv_salon .img_03 {
    width: 50%;
}

.kv_salon .img_04 {
    width: 600px;
    margin-bottom: 30px;
    filter: drop-shadow(1px 1px 0px rgba(255, 0, 153, .4));
}

.salon_contain_960 .img_salon_title {
    width: 350px;
    margin: 70px auto;
}

.salon_contain_960 .img_salon_origin {
    width: 800px;
    margin-bottom: 90px;
}

.salon_contain_960 p {
    text-align: center;
    font-size: 20px;
}

.line_marker_pink {
    background: linear-gradient(transparent 60%, #ff9ed8 30%);
}

.fontsize_strong {
    font-weight: bold;
    font-size: 32;
}

.fontsize_strong_ {
    font-weight: bold;
    font-size: 24;
}

.salon_start,
.salon_price {
    width: 100%;
    margin: 70px auto;
}

.salon_start img,
.salon_price img {
    width: 100%;
    margin: auto;
}

.salon_contain_960 .img_salon_banner {
    width: 800px;
    margin: auto;
    margin-bottom: 10px;
}

.salon_contain_960_ {
    margin: 100px auto;
}

.salon_contain_960_ .img_03 {
    margin: 0 auto;
    width: 50%;
}

.salon_contain_960 .p_lh {
    line-height: 2;
    font-size: 30px;
    font-weight: bold;
}

.salon_contain_960_ .img_04 {
    width: 600px;
    margin-bottom: 30px;
    filter: drop-shadow(1px 1px 0px rgba(255, 0, 153, .4));
}


/* ---- 　　サロン会員募集　ここから ---- */

.view_only_color {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    mix-blend-mode: multiply;
    background: rgba(35, 24, 21, .6);
}

.view_only_text {
    position: absolute;
    top: 50%;
    margin: -18px auto 0;
    width: 100%;
}

.view_only_text p {
    text-align: center;
    color: #fff;
    font-family: futura;
    font-size: 18px;
    letter-spacing: 6;
}

.view_only_fff {
    display: inline-block;
    margin: 0 auto;
    border-radius: 3px;
    border: solid 1px #fff;
    color: #fff;
    padding: 8px 15px;
    position: absolute;
    left: 0;
    right: 0;
    width: 230px;
    text-align: center;
}

.comp__ {
    width: 600px;
}

h2 {
    padding: 0;
    margin-top: 30px;
    color: #fff;
    text-align: center;
}

.comp__ a {
    color: #fff;
    text-decoration: underline;
}

.tokuten {
    width: 100%;
    padding: 30px;
    border: solid 1px #fff;
    margin-bottom: 30px;
}

.comp__ p {
    margin-bottom: 30px;
}