.up_fv {
    background: url(../img/up/up_bg.png) no-repeat;
    background-size: cover;
    padding: 180px 0 0;
    position: relative;
}
.up_fv .up_ttl {
    font-size: 3rem;
    color: #fff;
    margin-bottom: 100px;
}
.up_fv .breadcrumb {
    width: fit-content;
    margin-left: auto;
    padding-bottom: 10px;
}
.up_fv .breadcrumb .bc_item {
    color: #fff;
    font-size: 1.2rem;
    position: relative;
}
.up_fv .breadcrumb span.bc_item {
    margin-left: 70px;
}
.up_fv .breadcrumb span.bc_item::before {
    content: "";
    width: 50px;
    height: 1px;
    background-color: #fff;
    display: block;
    position: absolute;
    left: -60px;
    top: 50%;
}
@media screen and (max-width:640px) {
    .up_fv {
        padding: 100px 0 0;
    }
    .up_fv .up_ttl {
        font-size: 2rem;
        margin-bottom: 50px;
    }
}
.fixed_bg {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: url(../img/up/fx_bg_salon.png) no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
@media screen and (max-width:640px) {
    .fixed_bg {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: url(../img/up/fx_bg_salon_sp.png) no-repeat;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
    }
}
.concept {
    margin-top: 60vh;
    padding: 180px 0 0;
    background: url(../img/up/up_default_bg.png) no-repeat;
    background-size: cover;
}
.concept .sec_ttl {
    font-size: 2rem;
}
.concept .cc_inner {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.concept .cc_inner .main_line {
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 2;
}
.concept .cc_inner .cc_txt {
    width: 40%;
    line-height: 2.2;
}
.concept .cc_image {
    transform: translateY(180px);
    overflow: hidden;
    width: 100%;
    height: 560px;
}
.concept .cc_image .luxy_img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 120%;
    margin-inline: auto;
    position: relative;
    width: 100%;
}
@media screen and (max-width:640px) {
    .concept {
        margin-top: 90vh;
        padding: 60px 0 0;
    }
    .concept .sec_ttl {
        font-size: 1.8rem;
        text-align: center;
    }
    .concept .cc_inner {
        display: flex;
        flex-direction: column;
        margin-top: 40px;
    }
    .concept .cc_inner .main_line {
        font-size: 1.6rem;
        text-align: center;
        margin-bottom: 35px;
    }
    .concept .cc_inner .cc_txt {
        width: 100%;
        line-height: 2.6;
        font-size: 1.3rem;
    }
    .concept .cc_image {
        transform: translateY(60px);
        overflow: hidden;
        width: 100%;
        height: 250px;
    }
}

.overview {
    padding: 360px 0 180px;
    background-color: #fff;
}
.overview .ov_cont {
    display: flex;
    justify-content: space-between;
}
.overview .ov_cont .sec_ttl {
    font-size: 2rem;
}
.overview .ov_cont .ov_table {
    width: 60%;
}
.overview .ov_cont .ov_table .row {
    display: flex;
    padding: 50px 0;
    border-bottom: solid 1px #bec2c7;
}
.overview .ov_cont .ov_table .row:first-child {
    padding-top: 0;
}
.overview .ov_cont .ov_table .row .th {
    min-width: 200px;
    font-size: 1.6rem;
    font-weight: 400;
}
.overview .ov_cont .ov_table .row .td {
    font-size: 1.4rem;
}
@media screen and (max-width:640px) {
    .overview {
        padding: 120px 0 60px;
    }
    .overview .ov_cont {
        flex-direction: column;
    }
    .overview .ov_cont .sec_ttl {
        font-size: 1.8rem;
        text-align: center;
    }
    .overview .ov_cont .ov_table {
        width: 100%;
    }
    .overview .ov_cont .ov_table .row {
        flex-wrap: wrap ;
        padding: 30px 0;
        border-bottom: solid 1px #bec2c7;
    }
    .overview .ov_cont .ov_table .row:first-child {
        padding-top: 30px;
    }
    .overview .ov_cont .ov_table .row .th {
        width: 100%;
        font-size: 1.4rem;
        font-weight: 400;
        margin-bottom: 6px;
    }
    .overview .ov_cont .ov_table .row .td {
        width: 100%;
        font-size: 1.3rem;
        line-height: 1.5;
    }
}

.menu {
    padding: 180px 0;
    background: url(../img/up/menu_bg.png) no-repeat;
    background-size: cover;
}
.menu .menu_container {
    margin-bottom: 120px;
}
.menu .menu_container:last-child {
    margin-bottom: 0px;
}
.menu .menu_ttl {
    font-size: 2rem;
}
.menu .menu_table {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.menu .menu_table .row {
    width: 45%;
    padding: 40px 0;
    border-bottom: solid 1px #bec2c7;
}
.menu .menu_table .row .row_cnt {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.menu .menu_table .row .th {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
}
.menu .menu_table .row .th .eng {
    display: block;
    font-size: 1rem;
    color: #a4a4a4;
    margin-bottom: 10px;
}
.menu .menu_table .row .td {
    font-size: 1.6rem;
    line-height: 1;
}
.menu .menu_table .row .extxt {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.6;
    color: #585858;
    margin-top: 20px;
} 

.more {
    font-size: 1.6rem;
    position: relative;
    margin-right: 20px;
    margin-left: auto;
    color: #000;
    display: block;
    width: fit-content;
}
.more::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: url(../img/common/more_arrow.svg) no-repeat;
    background-size: contain;
    margin-left: 10px;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width:640px) {
    .menu {
        padding: 60px 0;
    }
    .menu .menu_ttl {
        font-size: 1.8rem;
    }
    .menu .menu_table .row {
        width: 100%;
        padding: 30px 0;
    }
    .menu .menu_table .row .td {
        font-size: 1.3rem;
    }
    .menu .nail_menu .more {
        margin-top: 20px;
    }
}

.options {
    padding: 100px 0;
}
.options.reservation .btn_cont {
    justify-content: center;
    margin-top: 60px;
}
.options.reservation .btn_cont .rs_btn .btn_inner {
    height: 300px;
}
.options.reservation .btn_cont .rs_btn:last-child {
    border-right: solid 1px #a4a4a4;
}
@media screen and (max-width:640px) {
    .options {
        padding: 60px 0;
    }
    .options.reservation .btn_cont {
        margin-top: 40px;
    }
    .options.reservation .btn_cont .rs_btn .btn_inner {
        height: 150px;
    }
    .options.reservation .btn_cont .rs_btn:last-child {
        border-right: none;
        border-bottom: solid 1px #a4a4a4;
    }
}

.form {
    padding: 100px 0;
    background: url(../img/up/menu_bg.png) no-repeat;
    background-size: cover;
}
.form .secttl {
    font-size: 2rem;
    text-align: center;
}
.form .form_txt {
    text-align: center;
    margin: 30px 0 20px;
}
.form .form_container {
    width: 800px;
    margin: 0 auto;
}
.form .form_container .row {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
    border-bottom: solid 1px #bec2c7;
}
.form .form_container .row .th {
    font-size: 1.4rem;
    font-weight: 400;
    margin-top: 20px;
}
.form .form_container .row .td {
    width: 60%;
}
.form .form_container .row .td input[type="text"],
.form .form_container .row .td input[type="email"],
.form .form_container .row .td input[type="tel"] {
    width: 100%;
    padding: 20px;
    background-color: #fff;
    border: solid 1px #bec2c7;
    font-size: 1.6rem;
}
.form .form_container .row .td textarea {
    width: 100%;
    background-color: #fff;
    border: solid 1px #bec2c7;
    padding: 20px;
    font-size: 1.6rem;
    font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
    height: 12em;
}
.form .form_container .send_cont {
    width: 100%;
    margin-top: 40px;
}
.form .form_container .send_cont input[type="submit"] {
    width: 100%;
    padding: 30px 0;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 400;
    color: #fff;
    background-color: #bec2c7;
    border: none;
}
@media screen and (max-width:640px) {
    .form {
        padding: 60px 0;
        background: url(../img/up/menu_bg.png) no-repeat;
        background-size: cover;
    }
    .form .secttl {
        font-size: 1.8rem;
    }
    .form .form_txt {
        margin: 30px 0 20px;
    }
    .form .form_container {
        width: 100%;
        margin: 0 auto;
    }
    .form .form_container .row {
        flex-wrap: wrap;
        padding: 30px 0;
    }
    .form .form_container .row .th {
        width: 100%;
        font-size: 1.4rem;
        margin: 0 0 10px 0;
    }
    .form .form_container .row .td {
        width: 100%;
    }
    .form .form_container .row .td input[type="text"],
    .form .form_container .row .td input[type="email"],
    .form .form_container .row .td input[type="tel"] {
        width: 100%;
        padding: 20px;
        background-color: #fff;
        border: solid 1px #bec2c7;
        font-size: 1.6rem;
    }
    .form .form_container .row .td textarea {
        width: 100%;
        background-color: #fff;
        border: solid 1px #bec2c7;
        padding: 20px;
        font-size: 1.6rem;
        font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
        height: 12em;
    }
    .form .form_container .send_cont {
        width: 100%;
        margin-top: 40px;
    }
    .form .form_container .send_cont input[type="submit"] {
        width: 100%;
        padding: 30px 0;
        text-align: center;
        font-size: 1.6rem;
        font-weight: 400;
        color: #fff;
        background-color: #bec2c7;
        border: none;
    }
}