#reason,
#menu,
#staff,
#access {
    padding: 100px 0;
}

/* =========================
FV
========================= */
.fv {
    position: relative;
    width: 100%;
    height: 700px;
}

.fv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.fv_catchphrase {
    position: absolute;
    top: 50%;
    right: 11%;
    transform: translateY(-90%);
    width: 445px;
    color: #FFFFFF;
    text-align: center;
}

.fv_catchphrase_title {
    font-family: 'Noto Serif JP', serif;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
}

.fv_sub-top,
.fv_sub-bottom {
    font-family: 'Noto Serif JP', serif;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.fv_sub-top {
    margin-bottom: 8px;
}

.fv_sub-bottom {
    margin: 0;
}


/* =========================
スライドメニューエリア
========================= */
.slide-menu {
    background-color: #F8F7F3;
    overflow: hidden;
    position: relative;
}

.slide_swiper {
    width: 100%;
    max-width: 1000px;
    height: 500px;
    margin: 0 auto;
    overflow: hidden;
}

.swiper-slide.slide_menu_items {
    display: flex;
    align-items: center;
}

.slide_menu_items:first-child .slide_menu_inner {
    align-items: center;
}

.slide_slimming_mid {
    display: contents;
}

.slide_menu_items .slide_slimming_mid {
    display: contents;
}

.slide_menu_items .slide_menu_text {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 70px 64px 50px;
}

.swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 50px 0;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 2px;
    border-radius: 0;
    background-color: #604444;
    opacity: 0.3;
}

.swiper-pagination-bullet-active {
    background-color: #604444;
    opacity: 1;
}

.slide_menu_list {
    list-style: none;
    height: 500px;
}

.slide_menu_items {
    width: 1000px;
    height: 500px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    background-image: url(../images/index/slide-menu_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide_menu_inner {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.slide_menu_text {
    flex: 1;
    padding: 70px 64px 50px;
}

.slide_menu_tags {
    display: flex;
    gap: 10px;
    width: 455px;
    height: 55px;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.slide_menu_tag {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: #C4A19B;
    padding: 10px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.2;
}

.slide_menu_title {
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 32px;
    color: #604444;
    text-shadow: 2px 4px 3px #0000001F;
    letter-spacing: 0.05em;
    line-height: 1.042;
}

.slide_menu_results {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-bottom: 32px;
}

.slide_menu_result_item {
    border: 1px solid #C4A19B;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.slide_result_label {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.25;
    color: #000000;
}

.slide_result_number {
    font-size: 24px;
    color: #C57B7B;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.slide_result_number span {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #000000;
}

.slide_menu_description_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.slide_menu_description {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.2;
}

.slide_accent {
    color: #C57B7B;
    font-weight: 700;
}

.slide_menu_before_after {
    display: flex;
    flex-shrink: 0;
    height: 500px;
    position: relative;
}

.slide_before,
.slide_after {
    width: 209px;
    height: 500px;
    flex-shrink: 0;
}

.slide_before img,
.slide_after img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.slide_after {
    position: relative;
}

.slide_after_label_wrap {
    position: absolute;
    left: 44%;
    top: 43%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    z-index: 1;
}

.slide_arrow {
    display: flex;
    align-items: center;
    gap: 0;
}

.slide_arrow::before {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #F48B8B;
}

.slide_arrow::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #F48B8B;
    border-right: 2px solid #F48B8B;
    transform: rotate(45deg);
    margin-left: -10px;
}

.slide_after_label {
    display: flex;
    align-items: baseline;
    letter-spacing: 0.05em;
}

.slide_after_num {
    font-size: 36px;
    color: #F48B8B;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.slide_after_month {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #ffffff;
}

.slide_after_exclamation {
    font-size: 36px;
    color: #ffffff;
}

/* facial */
.slide_menu_items--facial {
    background-image: url(../images/index/slide-menu_bg_facial.png);
}

.slide_facial_catch {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.2;
    margin-bottom: 24px;
    text-align: center;
}

.slide_facial_dots {
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    top: -20px;
    left: 0;
    letter-spacing: 0.3em;
    color: #000000;
}

.slide_facial_accent {
    position: relative;
    color: #C57B7B;
}

.slide_menu_title--facial,
.slide_menu_title--hair,
.slide_menu_title--bridal {
    color: #C57B7B;
    white-space: nowrap;
}

.slide_facial_before_after {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.slide_facial_ba_item {
    width: 150px;
    height: 178px;
    display: flex;
    flex-direction: column;
}

.slide_facial_ba_label {
    font-size: 16px;
    font-weight: 500;
    color: #604444;
    text-align: center;
    margin-bottom: 8px;
}

.slide_facial_ba_item img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.slide_facial_arrow {
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 28px solid #604444;
    flex-shrink: 0;
    margin-top: calc(16px + 8px);
}


.slide_facial_img {
    width: 442px;
    flex-shrink: 0;
    align-self: flex-end;
}

.slide_facial_img img {
    width: 100%;
    height: auto;
    display: block;
}

/* hair */
.slide_menu_items--hair {
    background-image: url(../images/index/slide-menu_bg_hair_removal.png);
}

.slide_hair_img {
    flex: 0 0 600px;
    width: 600px;
    min-width: 600px;
    height: 500px;
    align-self: flex-end;
    overflow: hidden;
}

.slide_hair_img img {
    width: auto;
    height: 100%;
    object-fit: cover;
    object-position: right center;
    display: block;
}

.slide_menu_items--hair .slide_menu_text {
    flex: 0 0 420px;
    height: 500px;
    padding: 70px 88px 40px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.slide_hair_catch {
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 8px;
}

.slide_hair_separator {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 312px;
    margin-bottom: 16px;
}

.slide_hair_separator_line {
    flex: 1;
    height: 1px;
    background-color: #604444;
    display: block;
}

.slide_hair_separator_arrow {
    display: block;
    width: 12px;
    height: 12px;
    border-right: 1px solid #604444;
    border-bottom: 1px solid #604444;
    transform: rotate(45deg);
    flex-shrink: 0;
    margin: 0 2px;
}

.slide_hair_ba {
    width: 200px;
    height: 244px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.slide_hair_ba_before,
.slide_hair_ba_after {
    width: 100%;
    height: auto;
    flex-shrink: 0;
}

.slide_hair_ba_before img,
.slide_hair_ba_after img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.slide_hair_ba_arrow {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide_hair_ba_triangle {
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #604444;
}

/* bridal */
.slide_menu_items--bridal {
    background-image: url(../images/index/slider_menu_bridal_bg.png);
}

.slide_bridal_img {
    flex: 0 0 500px;
    width: 500px;
    height: 500px;
    overflow: hidden;
    align-self: flex-end;
    padding: 46px 0 0 50px;
    box-sizing: border-box;
}

.slide_bridal_img img {
    width: auto;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.slide_menu_items--bridal .slide_menu_text {
    flex: 0 0 500px;
    height: 500px;
    box-sizing: border-box;
    padding: 170px 100px 190px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.slide_menu_title--bridal {
    margin-bottom: 30px;
}

.slide_bridal_catch {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.25;
    color: #604444;
    text-align: center;
    margin: 0 auto;
}


/* =========================
section reason
========================= */
#reason {
    background-color: #FCFAF8;
}

.reason_grid {
    width: 660px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    margin: 0 auto;
}

.reason_number {
    font-family: "Lavishly Yours", cursive;
    text-align: center;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.111;
}

.grid_item img {
    border-radius: 50%;
    margin: 32px 50px;
}

.reason_title {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #C57B7B;
    letter-spacing: 0.05em;
    line-height: 1.25;
}

.reason_text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.75;
    margin-top: 24px;
}


/* =========================
section menu
========================= */
#menu {
    background-image: url(../images/index/menu_bg_pc.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.menu_item {
    max-width: 1200px;
    min-height: 410px;
    margin: 0 120px 70px;
    position: relative;
    overflow: visible;
}

.menu_content {
    position: absolute;
    left: 0;
    top: 0;
    width: 600px;
    min-height: 144px;
    background-color: #ffffff;
    padding: 32px 64px;
    box-sizing: border-box;
    box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.25);
    z-index: 2;
}

.menu_title {
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.111;
}

.menu_description {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.75;
    margin-bottom: 52px;
    white-space: nowrap;
}

.menu_item img {
    position: absolute;
    right: 0;
    top: 60px;
    width: 700px;
    height: 350px;
    z-index: 1;
}

.menu_item.reverse .menu_content {
    left: auto;
    right: 0;
    box-shadow: -2px 4px 8px 0 rgba(0, 0, 0, 0.25);
}

.menu_item.reverse img {
    right: auto;
    left: 0;
}

.menu_item:last-child {
    margin-bottom: 0;
}


/* =========================
section staff
========================= */
#staff {
    background-color: #C4A19B1A;
}

.staff_container {
    display: flex;
    justify-content: center;
    gap: 100px;
    margin: 0 auto 50px;
}

.staff_card {
    width: 320px;
    height: 356px;
}

.staff_name {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.2;
    margin-bottom: 32px;
}

.staff_count {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.2;
}


/* =========================
section access
========================= */
#access {
    background-color: #F8F7F3;
}

.access_container {
    display: flex;
    justify-content: flex-end;
    margin-left: 140px;
    min-width: 1300px;
    height: 450px;
}

.access_text_area {
    text-align: center;
    padding: 25px 100px 25px 0;
}

.access_text_block {
    display: inline-block;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.2;
    margin-bottom: 52px;
}

.access_map iframe {
    width: 500px;
    height: 220px;
}

.access_address {
    margin-bottom: 20px;
}

.access_tel {
    font-size: 36px;
    color: #8E845F;
    letter-spacing: 0.1em;
}

.access_tel a {
    font-size: 36px;
    color: #8E845F;
    letter-spacing: 0.1em;
    text-decoration: none;
}


/* =========================
company-info
========================= */
.company_info {
    width: 100%;
    min-height: 592px;
    background-color: #F8F7F3;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    font-family: 'Noto Sans JP', serif;
    letter-spacing: 0.05em;
    line-height: 1.75;
}

.company_info-wrap {
    max-width: 657px;
    margin: 0 auto 70px;
}

.info-row,
.address-row {
    display: flex;
    margin-bottom: 8px;
    gap: 32px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.75;
}

.address-row br {
    display: none;
}

.label {
    width: 147px;
    letter-spacing: 0.1em;
    line-height: 1.75;
}

.value {
    flex: 1;
    text-align: left;
}

.head-office {
    width: 147px;
}

.company_info a {
    display: block;
    text-align: left;
    margin: 0 auto;
    text-decoration: none;
    color: #000;
}

.company_info a img {
    width: 30px;
    height: 30px;
}

.info-section {
    margin-top: 34px;
}

.slide-menu,
.company_info {
    padding: 100px 0;
}



/* =========================
768px タブレット：レスポンシブ
========================= */
@media (min-width: 431px) and (max-width: 768px) {

    /* FV */
    .fv {
        height: 600px;
    }

    .fv img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .fv_catchphrase {
        top: 40%;
        right: 5%;
        transform: translateY(-50%);
        width: 320px;
    }

    .fv_catchphrase_title {
        font-size: 32px;
        margin-bottom: 16px;
    }

    .fv_sub-top,
    .fv_sub-bottom {
        font-size: 18px;
    }

    /* スライダー */
    .slide_swiper {
        width: 100%;
        height: 500px;
    }

    .slide_menu_items {
        width: 100%;
        height: 500px;
    }

    .slide_menu_title {
        font-size: 35px;
    }

    .slide_menu_tag {
        font-size: 14px;
        padding: 8px;
    }

    .slide_menu_tags {
        width: 100%;
    }

    .slide_before,
    .slide_after {
        width: 160px;
        height: 500px;
    }

    .slide_menu_description {
        font-size: 18px;
        font-weight: 500;
    }

    /* facial */
    .slide_facial_img {
        width: 320px;
    }

    .slide_facial_ba_item {
        width: 120px;
        height: 150px;
    }

    .slide_facial_ba_item img {
        width: 120px;
        height: 120px;
    }

    /* hair */
    .slide_hair_img {
        flex: 0 0 435px;
        width: 350px;
        min-width: unset;
        height: 500px;
        position: static;
    }

    .slide_hair_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: right center;
        display: block;
    }


    .slide_menu_items--hair .slide_menu_text {
        flex: 0 0 315px;
        padding: 70px 0 0;
    }

    .slide_menu_items--hair .slide_menu_inner {
        flex-direction: row;
        align-items: center;
        padding: 0;
        position: static;
        overflow: hidden;
    }

    /* bridal */
    .slide_bridal_img {
        flex: 0 0 380px;
        width: 380px;
        padding: 46px 0 0 30px;
    }

    .slide_menu_items--bridal .slide_menu_text {
        flex: 0 0 388px;
        padding: 120px 60px 140px 0;
    }

    .slide_bridal_catch {
        font-size: 20px;
    }

    /* reason */
    .reason_grid {
        width: 100%;
        padding: 0 40px;
        box-sizing: border-box;
        gap: 40px;
    }

    .grid_item img {
        margin: 32px 30px;
    }

    .reason_title {
        font-size: 22px;
        font-weight: 500;
    }

    .reason_text {
        font-size: 15px;
    }

    /* menu */
    #menu .menu_container {
        padding-bottom: 50px;
    }

    .menu_item {
        width: 560px;
        min-height: auto;
        margin: 0 auto 50px;
        position: static;
        overflow: visible;
    }

    .menu_content {
        position: static;
        width: 100%;
        min-height: auto;
        margin-bottom: 20px;
        padding: 24px 40px;
        box-shadow: 2px 4px 8px 0 #00000040;
    }

    .menu_title {
        font-size: 28px;
        font-weight: 400;
    }

    .menu_description {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .facial_detail_text .sp_br {
        display: none;
    }

    .facial_detail_text .pc_br {
        display: inline;
    }

    .facial_detail_text {
        width: fit-content;
        margin: 0 auto 40px;
        padding: 0;
    }

    .bridal_menu_description .sp_br {
        display: none;
    }

    .menu_item img {
        position: static;
        width: 100%;
        height: 280px;
        object-fit: cover;
    }

    .menu_item.reverse .menu_content {
        box-shadow: 2px 4px 8px 0 #00000040;
    }

    .menu_item.reverse img {
        left: auto;
    }

    .facial_detail_text {
        width: 100%;
        padding: 0 40px;
        box-sizing: border-box;
        margin: 0 auto 40px;
    }

    /* staff */
    .staff_container {
        gap: 50px;
        display: flex;
        justify-content: center;
        margin: 0 auto 50px;
        flex-direction: column;
        align-items: center;
    }

    .staff_card {
        width: 250px;
        height: auto;
    }

    .staff_name {
        font-size: 18px;
    }

    /* access */
    .access_container {
        width: 100%;
        min-width: unset;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-left: 0;
        height: auto;
    }

    .access_text_area {
        text-align: center;
        margin: 0 auto 50px;
        padding: 0;
        width: 560px;
    }

    .access_address {
        font-size: 16px;
    }

    .access_tel a {
        font-size: 28px;
    }

    .access_map iframe {
        width: 560px;
        height: 280px;
    }

    .access_image_area img {
        width: 768px;
        height: 350px;
        object-fit: cover;
    }

    .info-row,
    .address-row {
        display: flex;
        margin-bottom: 8px;
        gap: 23px;
    }

    .address-row.address-col {
        flex-direction: column;
    }

    .company_info {
        padding: 0;
        margin: 80px 0;
    }

    .company_info-wrap {
        height: auto;
    }
}


/* =========================
430px iPhone新機種対応：レスポンシブ
========================= */
@media (min-width: 376px) and (max-width: 430px) {

    /* FV */
    .fv {
        height: 640px;
    }

    .fv img {
        width: 100%;
    }

    .fv_catchphrase {
        top: 100px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .fv_catchphrase_title {
        font-size: 22px;
        font-weight: 400;
        letter-spacing: 0.05em;
        margin-bottom: 30px;
    }

    .fv_sub-top,
    .fv_sub-bottom {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0.05em;
    }

    /* スライダー */
    .slide_swiper {
        width: 100%;
        height: 500px;
    }

    .slide_menu_items {
        width: 100%;
        height: 500px;
        padding: 0;
        position: relative;
    }

    .swiper-pagination {
        position: relative;
        z-index: 10;
        margin: 50px 0;
    }

    .slide_menu_inner {
        flex-direction: column;
        align-items: flex-start;
        box-sizing: border-box;
        position: relative;
        height: 100%;
        padding: 50px 0 0 27px;
    }

    .slide_menu_items .slide_menu_text {
        padding: 0;
        flex: none;
        width: 300px;
        margin: 0 auto;
        justify-content: flex-start;
    }

    .slide_menu_text {
        width: 300px;
        padding: 0;
        flex: none;
    }

    .slide_menu_tags {
        width: 300px;
        height: 24px;
        gap: 4px;
        margin-bottom: 14px;
    }

    .slide_menu_tag {
        font-size: 12px;
        font-weight: 600;
        padding: 4px 8px;
    }

    .slide_menu_title {
        font-size: 32px;
        font-weight: 600;
        text-align: center;
        white-space: nowrap;
        margin: 0 auto 20px;
    }

    .slide_menu_results {
        flex-direction: column;
        gap: 10px;
        margin: 0;
        justify-content: flex-start;
        position: absolute;
        top: 180px;
        left: 35px;
    }

    .slide_menu_result_item {
        width: 75px;
        height: 75px;
    }

    .slide_result_label {
        font-size: 10px;
    }

    .slide_result_number {
        font-size: 16px;
    }

    .slide_result_number span {
        font-size: 10px;
    }

    /* Before/After */
    .slide_menu_before_after {
        position: absolute;
        right: 0;
        top: 30%;
        width: 260px;
        height: 270px;
    }

    .slide_before,
    .slide_after {
        width: 130px;
        height: 270px;
    }

    .slide_after_num,
    .slide_after_exclamation {
        font-size: 14px;
    }

    .slide_after_month {
        font-size: 10px;
    }

    .slide_arrow::before {
        width: 20px;
        height: 1px;
    }

    .slide_arrow::after {
        border-top: 1px solid #F48B8B;
        border-right: 1px solid #F48B8B;
    }

    .slide_menu_description_wrap {
        position: absolute;
        bottom: 5%;
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
        width: 100%;
        text-align: center;
    }

    .slide_menu_description {
        font-size: 12px;
        font-weight: 600;
        text-align: left;
        line-height: 1.6;
    }

    .top_page section {
        padding: 80px 0 0;
    }

    /* facial */
    .slide_menu_items--facial .slide_menu_inner {
        flex-direction: column;
        align-items: center;
        box-sizing: border-box;
        justify-content: flex-end;
    }

    .slide_menu_items--facial .slide_menu_text {
        width: 100%;
        padding: 0;
        flex: none;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .slide_facial_catch {
        font-size: 16px;
        text-align: center;
        margin-bottom: 4px;
    }

    .slide_menu_items--facial .slide_menu_title {
        margin-bottom: 20px;
    }

    .slide_facial_ba_item {
        width: 100px;
        height: 130px;
    }

    .slide_facial_ba_item img {
        width: 100px;
        height: 100px;
    }

    .slide_facial_arrow {
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 12px solid #604444;
    }

    .slide_facial_img {
        width: 200px;
        height: 211px;
        flex-shrink: 0;
        align-self: center;
        margin-top: 20px;
    }

    .slide_facial_img img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* hair */
    .slide_menu_items--hair {
        overflow: hidden;
        position: relative;
    }

    .slide_menu_items--hair .slide_menu_inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 35px 35px 0 36px;
        box-sizing: border-box;
        position: relative;
        overflow: hidden;
    }

    .slide_menu_items--hair .slide_menu_text {
        width: 270px;
        height: auto;
        margin-top: 0;
        padding: 0;
        flex: none;
        align-items: center;
        text-align: center;
        justify-content: flex-start;
    }

    .slide_hair_catch {
        font-size: 16px;
        font-weight: 400;
        white-space: nowrap;
    }

    .slide_hair_separator {
        width: 270px;
    }

    .slide_menu_items--hair .slide_menu_title {
        white-space: nowrap;
    }

    .slide_hair_ba {
        width: 128px;
        height: 188px;
        margin-top: 0;
        align-self: flex-start;
    }

    .slide_hair_ba_before,
    .slide_hair_ba_after {
        width: 128px;
        height: auto;
    }

    .slide_hair_ba_triangle {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 12px solid #604444;
    }

    .slide_hair_img {
        display: block;
        position: absolute;
        right: 0px;
        top: 77px;
        width: 426px;
        height: 403px;
        overflow: hidden;
        min-width: unset;
        flex: none;
    }

    .slide_hair_img img {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center 20%;
        display: block;
    }

    /* bridal */
    .slide_menu_items--bridal .slide_menu_inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 50px 27px 0 28px;
        box-sizing: border-box;
        position: relative;
    }

    .slide_bridal_catch {
        font-size: 16px;
    }

    .slide_bridal_img {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 330px;
        padding: 0;
        min-width: unset;
        flex: none;
        overflow: hidden;
    }

    .slide_bridal_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: left;
        display: block;
    }

    .slide_menu_text.slide_bridal_text {
        width: 100%;
        padding: 0;
        flex: none;
        margin-top: 0;
    }

    /* reason */
    #reason,
    #menu,
    #staff,
    #access {
        padding: 70px 0 0;
    }


    .reason_grid {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 50px;
        padding: 0 37px;
        box-sizing: border-box;
    }

    .grid_item {
        width: 300px;
        height: auto;
        margin: 0 auto;
    }

    .reason_number {
        font-size: 36px;
        margin-bottom: 4px;
    }

    .reason_title {
        font-size: 20px;
        font-weight: 400;
    }

    .reason_text {
        font-size: 14px;
        font-weight: 350;
        line-height: 1.714;
    }

    .index_reason_text .sp_br {
        display: inline;
    }

    .index_reason_text .sp_br br {
        display: inline;
    }

    /* menu */
    #menu .menu_container {
        padding-bottom: 0px;
    }

    .menu_item {
        width: 390px;
        min-height: auto;
        margin: 0 auto 50px;
        position: static;
        overflow: visible;
    }

    .menu_content {
        position: static;
        width: 100%;
        min-height: auto;
        margin-bottom: 20px;
        padding: 24px 30px;
        box-shadow: 2px 4px 8px 0 #00000040;
    }

    .menu_title {
        font-size: 24px;
        font-weight: 400;
        margin: 0 auto;
    }

    .menu_description {
        font-size: 14px;
        font-weight: 350;
        margin: 0 auto 24px;
        white-space: normal;
    }

    .menu_item img {
        position: static;
        width: 100%;
        height: 220px;
        object-fit: cover;
    }

    .menu_item.reverse .menu_content {
        box-shadow: 2px 4px 8px 0 #00000040;
    }

    .menu_item.reverse img {
        left: auto;
    }

    /* staff */
    .staff_container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }

    .staff_card {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 279px;
        height: auto;
    }

    .staff_card img {
        margin-bottom: 50px;
        width: 100%;
    }

    .staff_name {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .staff_count {
        font-size: 14px;
        font-weight: 400;
    }

    /* access */
    .access_container {
        width: 100%;
        min-width: unset;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-left: 0;
        height: auto;
    }

    .access_text_area {
        text-align: center;
        margin: 0 auto 76px;
        padding: 0;
        width: 390px;
    }

    .access_post {
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0.15em;
        line-height: 1.429;
    }

    .access_address {
        font-size: 14px;
    }

    .access_tel a {
        font-size: 24px;
    }

    .access_map iframe {
        width: 370px;
        height: 185px;
    }

    .access_image_area img {
        width: 100%;
        height: 280px;
        object-fit: cover;
    }

    .info-row,
    .address-row {
        display: flex;
        margin-bottom: 8px;
    }

    .info-row,
    .address-row {
        gap: 10px;
    }

    .info-row .label {
        width: 50px;
    }

    .address-row .label {
        width: 93px;
    }

    .address-row.address-col {
        flex-direction: column;
    }

    .address-row br {
        display: inline;
    }

    .value {
        flex: 1;
        text-align: left;
        letter-spacing: 0.1em;
        line-height: 1.714;
        font-weight: 350;
    }

    .company_info {
        padding: 0;
        margin: 80px 0;
    }

    .company_info-wrap {
        font-size: 14px;
        width: 100%;
        height: auto;
        padding: 0 41px;
        margin: 0 0 60px;
        box-sizing: border-box;
    }

    .label {
        width: 93px;
        text-wrap-mode: nowrap;
        font-weight: 350;
    }

    .label12 {
        display: block;
        margin-bottom: 14px;
    }

    /* slide-menu・company_info */
    .slide-menu,
    .company_info {
        padding: 40px 0;
    }

    .info-section {
        font-weight: 350;
        letter-spacing: 0.1em;
        line-height: 1.714;
    }
}

/* =========================
375px SP：レスポンシブ
========================= */
@media (max-width: 375px) {

    /* FV */
    .fv {
        height: 640px;
    }

    .fv img {
        width: 100%;
    }

    .fv_catchphrase {
        top: 100px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .fv_catchphrase_title {
        font-size: 22px;
        font-weight: 400;
        letter-spacing: 0.05em;
        margin-bottom: 30px;
    }

    .fv_sub-top,
    .fv_sub-bottom {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0.05em;
    }

    /* スライダー */
    .slide_swiper {
        width: 100%;
        height: 500px;
    }

    .slide_menu_items {
        width: 100%;
        height: 500px;
        padding: 0;
        position: relative;
    }

    .swiper-slide-duplicate .slide_menu_text {
        position: absolute;
        top: 50px;
        left: 27px;
    }

    .swiper-pagination {
        position: relative;
        z-index: 10;
        margin: 50px 0;
    }

    .slide_menu_inner {
        flex-direction: column;
        align-items: flex-start;
        box-sizing: border-box;
        position: relative;
        height: 100%;
        padding: 50px 0 0 27px;
    }

    .slide_menu_items .slide_menu_text {
        margin: 0 auto;
        padding: 0;
        flex: none;
        width: 277px;
        justify-content: flex-start;
    }

    .slide_menu_text {
        width: 277px;
        padding: 0;
        flex: none;
    }

    .slide_menu_tags {
        width: 277px;
        height: 24px;
        gap: 4px;
        margin-bottom: 14px;
    }

    .slide_menu_tag {
        font-size: 12px;
        font-weight: 600;
        padding: 4px 8px;
    }

    .slide_menu_title {
        font-size: 32px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 16px;
        white-space: nowrap;
    }

    .slide_menu_results {
        flex-direction: column;
        gap: 10px;
        margin: 0;
        justify-content: flex-start;
        position: absolute;
        top: 180px;
        left: 28px;
    }

    .slide_menu_result_item {
        width: 75px;
        height: 75px;
    }

    .slide_result_label {
        font-size: 10px;
    }

    .slide_result_number {
        font-size: 16px;
    }

    .slide_result_number span {
        font-size: 10px;
    }

    .slide_menu_before_after {
        position: absolute;
        right: 0;
        top: 30%;
        width: 226px;
        height: 270px;
    }

    .slide_before,
    .slide_after {
        width: 113px;
        height: 270px;
    }

    .slide_after_num,
    .slide_after_exclamation {
        font-size: 14px;
    }

    .slide_after_month {
        font-size: 10px;
    }

    .slide_arrow::before {
        width: 20px;
        height: 1px;
    }

    .slide_arrow::after {
        border-top: 1px solid #F48B8B;
        border-right: 1px solid #F48B8B;
    }

    .slide_menu_description_wrap {
        position: absolute;
        bottom: 5%;
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
        width: 100%;
        text-align: center;
    }

    .slide_menu_description {
        font-size: 12px;
        font-weight: 600;
        text-align: left;
        line-height: 1.6;
    }

    .top_page section {
        padding: 80px 0 0;
    }

    /* facial */
    .slide_menu_items--facial .slide_menu_inner {
        flex-direction: column;
        align-items: center;
        box-sizing: border-box;
        justify-content: flex-end;
    }

    .slide_menu_items--facial .slide_menu_text {
        width: 100%;
        padding: 0;
        flex: none;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .slide_facial_catch {
        font-size: 16px;
        text-align: center;
        margin-bottom: 4px;
    }

    .slide_menu_items--facial .slide_menu_title {
        margin-bottom: 20px;
    }

    .slide_facial_ba_item {
        width: 100px;
        height: 130px;
    }

    .slide_facial_ba_item img {
        width: 100px;
        height: 100px;
    }

    .slide_facial_arrow {
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 12px solid #604444;
    }

    .slide_facial_img {
        width: 182px;
        height: 211px;
        flex-shrink: 0;
        align-self: center;
        margin-top: 20px;
    }

    .slide_facial_img img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* hair */
    .slide_menu_items--hair {
        overflow: hidden;
        position: relative;
    }

    .slide_menu_items--hair .slide_menu_inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 40px 35px 0 36px;
        box-sizing: border-box;
        position: relative;
        overflow: hidden;
    }

    .slide_hair_catch {
        font-size: 16px;
        font-weight: 400;
        white-space: nowrap;
    }

    .slide_hair_separator {
        width: 250px;
    }

    .slide_menu_items--hair .slide_menu_title {
        white-space: nowrap;
    }

    .slide_hair_ba {
        width: 128px;
        height: 188px;
        margin-top: 0;
        align-self: flex-start;
    }

    .slide_hair_ba_before,
    .slide_hair_ba_after {
        width: 128px;
        height: auto;
    }

    .slide_hair_ba_triangle {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 12px solid #604444;
    }

    .slide_hair_img {
        display: block;
        position: absolute;
        right: 0px;
        top: 105px;
        width: 376px;
        height: 375px;
        overflow: hidden;
        min-width: unset;
        flex: none;
    }

    .slide_hair_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: left top;
        display: block;
    }

    /* bridal */
    .slide_menu_items--bridal .slide_menu_inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 50px 27px 0 28px;
        box-sizing: border-box;
        position: relative;
    }

    .slide_bridal_catch {
        font-size: 16px;
    }

    .slide_bridal_img {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 330px;
        padding: 0;
        min-width: unset;
        flex: none;
        overflow: hidden;
    }

    .slide_bridal_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
        display: block;
    }

    .slide_menu_text.slide_bridal_text {
        width: 100%;
        padding: 0;
        flex: none;
        margin-top: 0;
        align-items: center;
    }

    #reason,
    #menu,
    #staff,
    #access {
        padding: 70px 0;
    }

    /* reason */
    .top_page section,
    .slide-menu,
    .company_info {
        padding: 40px 0 0;
    }

    .company_info {
        min-height: unset;
        padding-bottom: 60px;
    }

    #reason .section_title {
        margin-bottom: 50px;
    }

    .reason_grid {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 50px;
        padding: 0 37px;
        box-sizing: border-box;
    }

    .grid_item {
        width: 300px;
        height: auto;
        margin: 0 auto;
    }

    .reason_number {
        font-size: 36px;
        margin-bottom: 4px;
    }

    .reason_title {
        font-size: 20px;
        font-weight: 400;
    }

    .reason_text {
        font-size: 14px;
        font-weight: 350;
        line-height: 1.714;
    }

    /* menu */
    #menu .menu_container {
        padding-bottom: 0;
    }

    .menu_item {
        width: 319px;
        min-height: auto;
        margin: 0 auto 50px;
        position: static;
        overflow: visible;
    }

    .menu_content {
        position: static;
        width: 100%;
        min-height: auto;
        margin-bottom: 20px;
        padding: 24px 10px;
        box-shadow: 2px 4px 8px 0 #00000040;
    }

    .menu_title {
        width: 279px;
        font-size: 24px;
        font-weight: 400;
        margin: 0 auto;
    }

    .menu_description {
        width: 279px;
        font-size: 14px;
        font-weight: 350;
        line-height: 1.714;
        white-space: normal;
        margin: 0 auto 24px;
    }

    .menu_item img {
        position: static;
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .menu_item.reverse .menu_content {
        box-shadow: 2px 4px 8px 0 #00000040;
    }

    .menu_item.reverse img {
        left: auto;
    }

    /* staff */
    .staff_container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }

    .staff_card {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 279px;
        height: auto;
    }

    .staff_card img {
        width: 100%;
    }

    .staff_name {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .staff_count {
        font-size: 14px;
    }

    /* access */
    .access_container {
        min-width: unset;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-left: 0;
        height: auto;
    }

    .access_text_area {
        text-align: center;
        margin: 0 auto 76px;
        padding: 0;
        width: 326px;
    }

    .access_post {
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0.1em;
        line-height: 1.429;
    }

    .access_address {
        font-size: 14px;
        letter-spacing: 0.15em;
    }

    .access_tel a {
        font-size: 24px;
    }

    .access_map iframe {
        width: 301px;
        height: 150px;
    }

    .access_image_area img {
        width: 375px;
        height: 280px;
        object-fit: cover;
    }

    .company_info-wrap {
        font-size: 14px;
        width: 292px;
        height: auto;
    }

    .info-row,
    .address-row {
        gap: 0px;
    }

    .label {
        width: 93px;
        font-weight: 350;
    }

    .label12 {
        display: block;
        margin-bottom: 12px;
    }

    .info-row .label {
        width: 50px;
    }

    .address-row .label {
        width: 124px;
    }

    .company_br {
        display: inline;
    }

    .company_br br {
        display: inline;
    }

    .value {
        font-weight: 350;
    }


    .address-col {
        display: flex;
        flex-direction: column;
    }


    .info-section {
        font-weight: 350;
        letter-spacing: 0.1em;
        line-height: 1.714;
    }
}