@charset "UTF-8";

#main {
    padding-bottom: 1em;
}

@media screen and (max-width: 768px) {
    body {
        padding-top: calc(50 * 100vw / 768);
    }
}

/*--------------------------------------------
MENU
---------------------------------------------*/
#price {
    padding-bottom: 5em;
}

@media screen and (max-width: 768px) {
    #price .list-price {
        margin-top: calc(46 * 100vw / 768);
    }
}

@media screen and (min-width: 769px) and (max-width:1279px) {
    #price .list-price {
        margin-top: calc(45 * 100vw / 768);
    }
}

@media print,
screen and (min-width: 1280px) and (max-width:1379px) {
    #price .list-price {
        margin-top: calc(45 * 100vw / 1280);
    }
}

@media print,
screen and (min-width: 1380px) {
    #price .list-price {
        margin-top: 45px;
    }
}

.products .page-navi ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.products-list .top {
    text-align: right;
    position: relative;
}

@media screen and (max-width: 768px) {
    #head-banner {
        height: 35vh;
        max-height: calc(400 * 100vw / 768);
        margin-bottom: 1em;
        background: url("../images/ui/title_back01.png");
        background-size: cover;
        background-position: right center;
    }

    #head-banner h1 {
        font-size: calc(80 * 100vw / 768);
        padding: 0 0 calc(40 * 100vw / 768) calc(40 * 100vw / 768);
    }

    #head-banner h1 span.mini {
        font-size: calc(60 * 100vw / 768);
        margin-left: .5em;
    }

    .products .page-navi ul li {
        width: 10em;
        margin: 0 calc(10 * 100vw / 768);
    }

    .products .page-navi ul li a {
        display: block;
        text-align: center;
        white-space: nowrap;
        border-bottom: 1px solid #666;
        padding-bottom: 5px;
    }

    .products-list {
        padding-bottom: 150px;
    }

    .products-list .section-title01 {
        padding-top: 5em;
    }

    .products-list ul {
        margin-bottom: 2em;
    }

    .products-list ul li p.link {
        margin-top: 10px;
    }

    .products-list ul li p.link a {
        border: 1px solid #666;
        padding: 5px 15px;
        margin-right: 1em;
    }

    .products-list .top {
        margin-top: -1em;
        padding-bottom: 3em;
    }
}

@media print,
screen and (min-width: 769px) {
    #head-banner {
        height: 35vh;
        max-height: 350px;
        margin-bottom: 1em;
        background: url("../images/ui/title_back01.png");
        background-size: cover;
    }

    #head-banner h1 {
        font-size: 60px;
        padding: 0 0 60px 80px;
    }

    #head-banner h1 span {
        font-size: 40px;
        margin-left: .5em;
    }

    .products .page-navi {
        margin-bottom: 6em;
    }

    .products .page-navi ul li {
        width: 220px;
        margin: 0 10px;
    }

    .products .page-navi ul li a {
        display: block;
        text-align: center;
        padding: 20px;
        border: 1px solid #ccc;
    }

    .products-list ul {
        margin-bottom: 100px;
    }

    .products-list ul li p.link a {
        border: 1px solid #666;
        padding: 5px 15px;
        margin-right: 1em;
    }

    .products-list .top {
        margin-top: -5em;
        padding-bottom: 8em;
    }
}

/*--------------------------------------------
staff-detail
---------------------------------------------*/
#staff-detail .main-photo {
    margin: auto auto 2em auto;
}

#staff-detail .main-photo img {
    width: 100%;
    height: auto;
}

#staff-detail .box {}

#staff-detail .box p {
    display: inline-block;
    margin-right: 1em;
}

#staff-detail .box p span {
    margin-right: .5em;
}

@media screen and (max-width: 768px) {
    #staff-detail .main-photo {
        width: 100%;
    }

    #staff-detail h2 {
        font-size: calc(34 * 100vw / 768);
        margin-bottom: 1em;
        font-weight: 600;
    }

    #staff-detail .text-wrap {
        font-size: calc(26 * 100vw / 768);
    }

    #staff-detail .staff-datamore {
        margin-top: 2em;
        margin-bottom: 4em;
    }

    #staff-detail h3 {
        font-size: calc(28 * 100vw / 768);
        margin-bottom: 1em;
        font-weight: 500;
        margin-top: 2em;
    }

    #staff-detail ul {
        display: flex;
        flex-wrap: wrap;
        grid-gap: 1em;
        margin-top: 1em;
    }

    #staff-detail ul li {
        list-style: none;
    }

    #staff-detail ul li a {
        display: inline-block;
        background: #666;
        color: #fff;
        text-decoration: none;
        padding: 10px;
    }
}

@media print,
screen and (min-width: 769px) {
    #staff-detail .staff-datamore {
        margin-top: 2em;
        margin-bottom: 4em;
    }

    #staff-detail h3 {
        font-size: 24px;
        margin-bottom: 1em;
        font-weight: 500;
        margin-top: 2em;
    }

    #staff-detail ul {
        display: flex;
        flex-wrap: wrap;
        grid-gap: 1em;
        margin-top: 1em;
    }

    #staff-detail ul li {
        list-style: none;
    }

    #staff-detail ul li a {
        display: inline-block;
        background: #666;
        color: #fff;
        text-decoration: none;
        padding: 10px;
    }
}

@media print,
screen and (min-width: 769px) and (max-width:1059px) {
    #staff-detail .staff-data {
        flex-wrap: wrap;
        align-items: center;
    }

    #staff-detail .main-photo {
        max-width: 500px;
        margin: auto auto 2em auto;
    }

    #staff-detail .text-wrap {
        max: 800px;
        margin: auto auto 2em auto;
    }

    #staff-detail h2 {
        font-size: 28px;
        margin-bottom: 20px;
        font-weight: 600;
    }

    #staff-detail .box {
        width: 100%;
        margin-top: 1em;
        margin-bottom: 20px;
        line-height: 1.8;
    }
}

@media print,
screen and (min-width: 1060px) {
    #staff-detail .staff-data {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    #staff-detail .main-photo,
    #staff-detail .text-wrap {
        width: 500px;
    }

    #staff-detail h2 {
        font-size: 28px;
        margin-bottom: 20px;
        font-weight: 600;
    }

    #staff-detail .box {
        width: 100%;
        margin-top: 1em;
        margin-bottom: 20px;
        line-height: 1.8;
    }
}


/*--------------------------------------------
contact
---------------------------------------------*/

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

    #contact dl {
        margin-top: 3em;
        font-size: calc(26 * 100vw / 768);
    }

    #contact dl div {
        display: block;
        padding-bottom: calc(14 * 100vw / 768);
        margin-bottom: calc(14 * 100vw / 768);
        border-bottom: 1px solid #ccc;
    }

    #contact dl div dt {
        margin-bottom: calc(10 * 100vw / 768);
    }

    #contact dl div dd {}

    #contact dl div dd .input-text {
        padding: calc(5 * 100vw / 768);
        background: #eeeeee;
        border: none;
        color: #242424;
        width: calc(100% - (20 * 100vw / 768))
    }

    #contact .bt {
        text-align: center;

    }

    #contact .bt p {
        margin-bottom: 10px;

    }

    #contact .bt .contact-bt01 {
        background: #BFA14B;
        color: #fff;
        padding: calc(5 * 100vw / 768) calc(30 * 100vw / 768);
        text-align: center;
        font-size: calc(28 * 100vw / 768);

    }

    #contact .bt .contact-bt-back {
        background: #999;
        color: #fff;
        padding: 5px 30px;
        text-align: center;
        font-size: calc(28 * 100vw / 768);
    }

    #contact a.line-bt {
        display: flex;
        width: 80%;
        height: calc(100 * 100vw / 768);
        color: #fff;
        font-weight: 600;
        justify-content: center;
        align-items: center;
        margin-top: 1em;
        background: #00B900;
        margin-left: auto;
        margin-right: auto;

    }
}

@media print,
screen and (min-width: 769px) {
    #contact .wrap {
        padding-top: 50px !important;
    }

    #contact dl {
        margin-top: 3em;
        font-size: 16px;
    }

    #contact dl div {
        display: flex;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #ccc;
    }

    #contact dl div dt {
        width: 250px;
    }

    #contact dl div dd {
        width: calc(100% - 260px);
    }

    #contact dl div dd .input-text {
        padding: 5px;
        background: #eeeeee;
        border: none;
        color: #242424;
    }

    #contact .bt {
        text-align: center;

    }

    #contact .bt p {
        margin-bottom: 10px;

    }

    #contact .bt .contact-bt01 {
        background: #BFA14B;
        color: #fff;
        padding: 5px 30px;
        text-align: center;
        font-size: 16px;

    }

    #contact .bt .contact-bt-back {
        background: #999;
        color: #fff;
        padding: 5px 30px;
        text-align: center;
        font-size: 16px;
    }

    .contact-text {
        display: flex;
    }

    .contact-text .text-contents {
        width: calc(100% - 210px)
    }

    .contact-text .qr {
        width: 200px;
    }

    .contact-text .qr img {
        width: 100%;
        height: auto;
    }

}


/*--------------------------------------------
page
---------------------------------------------*/
.page p a {
    text-decoration: underline;
}

.page p a.bt-link {
    text-decoration: none;
    background: #aa8511;
    color: #fff;
    padding: .5em 2em;
    display: inline-block;
    margin-top: .5em;
    margin-bottom: .5em;
}

@media screen and (max-width: 768px) {
    .page {
        line-height: 1.8;
        padding-bottom: 5em;
    }

    .page img {
        max-width: 100%;
    }

    .page h2 {
        font-size: calc(34 * 100vw / 768);
        margin-bottom: 1em;
        font-weight: 600;
    }

    .page h3 {
        font-size: calc(28 * 100vw / 768);
        margin-bottom: 1em;
        font-weight: 500;
        margin-top: 2em;
    }


}

@media print,
screen and (min-width: 769px) {
    .page {
        line-height: 1.8;
        padding-bottom: 5em;
    }

    .page img {
        max-width: 100%;
    }

    .page h2 {
        font-size: 28px;
        margin-bottom: 20px;
        font-weight: 600;
    }

    .page h3 {
        font-size: 24px;
        margin-bottom: 1em;
        font-weight: 500;
        margin-top: 2em;
    }

    .page img.size-thumbnail {
        width: 300px;
        height: auto;
    }

    .page img.size-medium {
        width: 500px;
        height: auto;
    }
}

@media print,
screen and (min-width: 769px) and (max-width:1059px) {}

@media print,
screen and (min-width: 1060px) {}

/*--------------------------------------------
contact
---------------------------------------------*/
span.hissu {
    margin-left: 1em;
    font-size: .8rem;
    color: maroon;
}


/* Staff Interview Page Styles */
#interview {
    font-family: 'Noto Sans JP', sans-serif;
    color: #333;
    line-height: 1.8;
    padding-bottom: 0 !important;
    position: relative;
    margin-top: -1em;
}

#interview {
    /* Hero Section */

    .page-wrap {
        display: none;
    }

    .interview-hero {
        position: relative;
        height: 781px;
        background-image: url('../images/staff-interview_endo/main_visual.png');
        background-size: cover;
        background-position: center;
        overflow: hidden;
    }

    .interview-hero-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
    }

    .interview-hero-content {
        position: relative;
        max-width: 720px;
        margin: 0 auto;
        padding: 118px 24px 0;
        text-align: center;
        color: white;
        z-index: 10;
    }

    .debut-tag-wrapper {
        margin-bottom: 32px;
    }

    .debut-tag {
        font-size: 14px;
        letter-spacing: 4.2px;
        color: #c9a882;
        margin-bottom: 8px;
    }

    .debut-line {
        width: 64px;
        height: 1px;
        background: #c9a882;
        margin: 8px auto 0;
    }

    .hero-title {
        font-size: 32px;
        font-weight: 500;
        line-height: 51.2px;
        letter-spacing: 3.2px;
        margin-bottom: 32px;
    }

    .hero-subtitle {
        font-size: 20px;
        line-height: 38px;
        letter-spacing: 0.8px;
        margin-bottom: 32px;
    }

    .stylist-name {
        font-size: 30px;
        line-height: 130% !important;
        letter-spacing: 1.5px;
        margin-bottom: 32px;
    }

    .stylist-name span.rank {
        font-size: 20px;
    }


    .debut-info {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        padding-bottom: 12px;
        margin-bottom: 32px;
        max-width: 265px;
        margin-left: auto;
        margin-right: auto;
    }

    .debut-info p {
        font-size: 14px;
        line-height: 26.6px;
        letter-spacing: 1.4px;
    }

    /* Buttons */
    .btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        padding: 20px 24px;
        border-radius: 9999px;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0.9px;
        text-decoration: none;
        transition: all 0.3s ease;
        cursor: pointer;
        border: none;
    }

    .btn-primary {
        background: #c9a882;
        color: #2c1810;
        box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.1), 0px 8px 10px 0px rgba(0, 0, 0, 0.1);
    }

    .btn-primary:hover {
        background: #b89872;
    }

    .btn-secondary {
        background: rgba(255, 255, 255, 0.1);
        color: white;
        border: 2px solid rgba(255, 255, 255, 0.3);
    }

    .btn-secondary:hover {
        background: rgba(255, 255, 255, 0.15);
    }

    .btn-tertiary {
        background: none;
        color: #2c1810;
        box-shadow: none;
        font-weight: 400;
        border: solid 2px #2c1810;
    }

    .btn .icon {
        width: 24px;
        height: 24px;
    }

    .icon-small {
        width: 20px;
        height: 20px;
    }

    .cta-wrapper {
        max-width: 498px;
        margin: 0 auto;
    }

    .cta-wrapper .btn {
        width: 100%;
    }

    /* Intro Section */
    .intro-section {
        background: white;
        padding: 80px 180px;
    }

    .section-header {
        text-align: center;
        margin-bottom: 64px;
    }

    .section-header h2 {
        font-size: 28px;
        font-weight: 500;
        line-height: 44.8px;
        letter-spacing: 2.8px;
        color: #2c1810;
        margin-bottom: 24px;
    }

    .section-line {
        width: 64px;
        height: 1px;
        background: #c9a882;
        margin: 0 auto;
    }

    .intro-content {
        display: flex;
        gap: 32px;
        align-items: flex-start;
        max-width: 1040px;
        margin: 0 auto;
    }

    .intro-text {
        flex: 1;
        font-size: 16px;
        line-height: 30.4px;
        letter-spacing: 0.8px;
    }

    .intro-text p {
        margin-bottom: 0;
    }

    .intro-image {
        width: 424px;
        height: 398px;
        border-radius: 10px;
        overflow: hidden;
    }

    .intro-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* Photo Gallery */
    .photo-gallery {
        background: white;
        padding: 0 0 80px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 8px;
    }

    .gallery-item {
        width: 320px;
        height: 240px;
    }

    .gallery-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* Owner's Voice Section */
    .owner-voice-section {
        background: linear-gradient(to bottom, #2c1810, #4a3629);
        padding: 80px 120px;
    }

    .section-header-light {
        text-align: center;
        margin-bottom: 48px;
    }

    .section-tag {
        font-size: 14px;
        letter-spacing: 4.2px;
        color: #c9a882;
        margin-bottom: 16px;
    }

    .section-header-light h2 {
        font-size: 28px;
        font-weight: 500;
        line-height: 44.8px;
        letter-spacing: 2.8px;
        color: white;
        margin-bottom: 16px;
    }

    .owner-voice-content {
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 16px;
        padding: 48px;
        position: relative;
        max-width: 1080px;
        margin: auto;
        display: flex;
        justify-content: space-around;
    }

    .owner-text {
        font-size: 18px;
        line-height: 34.2px;
        letter-spacing: 0.8px;
        color: white;
        max-width: calc(100% - 220px);
    }

    .owner-text p {
        margin-bottom: 0;
    }

    .owner-profile {
        right: 48px;
        top: 48px;
        text-align: center;
    }

    .owner-image {
        width: 196px;
        height: 196px;
        border-radius: 50%;
        border: 4px solid #c9a882;
        overflow: hidden;
        margin-bottom: 8px;
        box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    }

    .owner-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .owner-title {
        font-size: 14px;
        line-height: 26.6px;
        letter-spacing: 0.7px;
        color: #c9a882;
        margin-bottom: 0px;
    }

    .owner-name {
        font-size: 20px;
        line-height: 130%;
        letter-spacing: 2px;
        color: white;
    }

    /* Policy Section */
    .policy-section {
        background: #faf8f5;
        padding: 80px 64px;
    }

    .policy-cards {
        display: flex;
        flex-direction: column;
        gap: 48px;
        max-width: 1040px;
        margin: auto;
    }

    .policy-card {
        background: white;
        border-radius: 16px;
        box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1), 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
        padding: 48px;
        display: flex;
        gap: 32px;
    }

    .policy-icon {
        width: 96px;
        height: 96px;
        border-radius: 50%;
        background: linear-gradient(to bottom, #c9a882, #8b7355);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .policy-content {
        flex: 1;
    }

    .policy-tag {
        font-size: 14px;
        line-height: 26.6px;
        letter-spacing: 2.8px;
        color: #8b7355;
        margin-bottom: 8px;
    }

    .policy-content h3 {
        font-size: 24px;
        font-weight: 500;
        line-height: 38.4px;
        letter-spacing: 2.4px;
        color: #2c1810;
        margin-bottom: 16px;
        margin-top: 16px;
    }

    .policy-text {
        font-size: 18px;
        line-height: 34.2px;
        letter-spacing: 0.8px;
        color: #333;
    }

    /* Reservation Section */
    .reservation-section {
        background: linear-gradient(to bottom, #2c1810, #1a0f08);
        padding: 64px 80px;
    }

    .reservation-buttons {
        max-width: 498px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    /* Style Gallery Section */
    .style-gallery-section {
        background: white;
        padding: 80px 64px;
    }

    .section-subtitle {
        font-size: 16px;
        line-height: 30.4px;
        letter-spacing: 0.8px;
        color: #666;
        margin-top: 8px;
        margin-bottom: 24px;
    }

    .style-cards {
        max-width: 1040px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 32px;
    }

    .style-card {
        display: flex;
        gap: 16px;
        align-items: center;
    }

    .style-image {
        width: 322px;
        height: 322px;
        border-radius: 10px;
        overflow: hidden;
        flex-shrink: 0;
    }

    .style-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .style-info h3 {
        font-size: 24px;
        font-weight: 500;
        line-height: 1.3;
        color: #2c1810;
        margin-bottom: 16px;
    }

    .style-tag {
        font-size: 14px;
        line-height: 26.6px;
        letter-spacing: 0.7px;
        color: #8b7355;
        border-bottom: 1px solid #c9a882;
        padding-bottom: 8px;
        margin-bottom: 8px;
    }

    .style-description {
        font-size: 16px;
        line-height: 30.4px;
        letter-spacing: 0.8px;
    }

    /* Q&A Section */
    .qa-section {
        background: linear-gradient(to bottom, #faf8f5, #f5f0ea);
        padding: 80px 64px;
    }

    .qa-section.voice {
        background: #faf8f5;
        padding: 80px 24px;
    }

    .qa-section.voice .section-header {
        margin-bottom: 40px !important;

        h2 {}
    }

    .qa-cards {
        display: flex;
        flex-direction: column;
        gap: 32px;
        max-width: 1040px;
        margin: auto;
    }

    .qa-card {
        background: white;
        border-radius: 16px;
        box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
        padding: 32px;
    }

    .qa-question {
        display: flex;
        gap: 16px;
        align-items: flex-start;
        margin-bottom: 16px;
    }

    .q-icon {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background: #2c1810;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'Times New Roman', serif;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 0.8px;
        flex-shrink: 0;
    }

    .qa-question h3 {
        font-size: 24px;
        font-weight: 500;
        line-height: 38.4px;
        letter-spacing: 2.4px;
        margin: 0;
        color: #2c1810;
    }

    .qa-answer {
        padding-left: 60px;
        border-left: 3px solid #c9a882;
        margin-left: 24px;
    }

    .voice .qa-answer {
        padding-left: 0px !important;
        border-left: none;
        margin-left: 0 !important;
    }

    .qa-answer p {
        font-size: 16px;
        line-height: 30.4px;
        letter-spacing: 0.8px;
        color: #333;
        margin-bottom: 0;
        padding-left: 27px;
    }

    .voice .qa-answer p {
        padding-left: 0px;

    }

    /* Pricing Section */
    .pricing-section {
        background: linear-gradient(to bottom, #2c1810, #1a0f08);
        padding: 80px 80px;
    }

    .pricing-header {
        text-align: center;
        margin-bottom: 40px;
    }

    .special-badge {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: #c9a882;
        color: #2c1810;
        padding: 8px 24px;
        font-size: 16px;
        line-height: 28.8px;
        letter-spacing: 0.8px;
        margin-bottom: 24px;
    }

    .pricing-header h2 {
        font-size: 28px;
        font-weight: 500;
        line-height: 44.8px;
        letter-spacing: 2.8px;
        color: white;
        margin-bottom: 24px;
    }

    .pricing-subtitle {
        font-size: 18px;
        line-height: 34.2px;
        letter-spacing: 0.8px;
        color: white;
        margin-top: 24px;
    }

    .pricing-card {
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 16px;
        padding: 32px;
        max-width: 800px;
        margin: 0 auto 40px;
    }

    .pricing-title {
        font-size: 24px;
        font-weight: 500;
        line-height: 38.4px;
        letter-spacing: 2.4px;
        color: white;
        text-align: center;
        margin-bottom: 20px;
    }

    .pricing-items {
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: center;
    }

    .pricing-item {
        display: flex;
        align-items: center;
        gap: 16px;
    }

    .menu-name {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 700;
        font-size: 18px;
        line-height: 26.6px;
        letter-spacing: 0.8px;
        color: #c9a882;
        width: 200px;
    }

    .menu-name .small {
        font-size: 12px;
    }

    .price-old {
        font-size: 20px;
        line-height: 38px;
        letter-spacing: 0.8px;
        color: white;
        text-decoration: line-through;
    }

    .arrow {
        font-size: 16px;
        line-height: 28.8px;
        letter-spacing: 0.8px;
        color: #c9a882;
    }

    .price-new {
        font-family: 'Times New Roman', serif;
        font-size: 30px;
        letter-spacing: 0.8px;
        color: #c9a882;
    }

    .pricing-notes {
        text-align: center;
        margin-bottom: 40px;
    }

    .pricing-notes p {
        font-size: 14px;
        line-height: 26.6px;
        letter-spacing: 0.8px;
        color: rgba(255, 255, 255, 0.6);
        margin-bottom: 4px;
    }

    /* Responsive */
    @media (max-width: 1024px) {
        .intro-section {
            padding: 60px 40px;
        }

        .intro-content {
            flex-direction: column;
        }

        .intro-image {
            width: 100%;
            max-width: 424px;
            margin: 0 auto;
        }

        .photo-gallery {
            flex-wrap: wrap;
            padding: 0 20px 60px;
        }

        .owner-voice-section {
            padding: 60px 24px;
        }

        .owner-profile {
            position: static;
            margin-top: 16px;
        }

        .policy-section {
            padding: 60px 24px;
        }

        .style-gallery-section {
            padding: 60px 32px;
        }

        .style-card {
            flex-direction: column;
        }

        .style-image {
            width: 100%;
            max-width: 400px;
        }

        .qa-section {
            padding: 60px 24px;
        }

        .pricing-section {
            padding: 60px 32px;
        }
    }

    @media (max-width: 768px) {
        .interview-hero {
            background-image: url('../images/staff-interview_endo/main_visual_sp.png');
            background-position: right;
        }

        .section-header {
            margin-bottom: 20px;
        }

        .interview-hero {
            height: auto;
            min-height: 600px;
        }

        .interview-hero-content {
            padding: 80px 24px;
        }

        .hero-title {
            font-size: calc(42 * 100vw / 768);
            line-height: 1.5;
        }

        .stylist-name,
        .hero-subtitle {
            font-size: calc(34 * 100vw / 768);
            line-height: 1.7;
        }

        .stylist-name span.rank {
            font-size: calc(24 * 100vw / 768);
        }

        .intro-section {
            padding: 40px 24px;
        }

        .section-header-light {
            margin-bottom: 20px;

        }

        .section-header h2 {
            font-size: calc(34 * 100vw / 768);
            line-height: 1.7;
        }

        .section-header-light h2 {
            font-size: calc(34 * 100vw / 768);
            line-height: 1.7;
        }

        .owner-voice-content {
            width: 100%;
            padding: 32px 24px;
            flex-direction: column;
        }

        .owner-text {
            max-width: 100%;
        }

        .owner-profile {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .owner-image {
            margin-bottom: 16px;
        }

        .photo-gallery {
            flex-direction: column;
            align-items: center;
            gap: 16px;
        }

        .policy-card {
            flex-direction: column;
            padding: 32px 24px;
        }

        .policy-icon {
            display: none;
        }

        .policy-content h3 {
            font-size: calc(34 * 100vw / 768);
            margin-bottom: calc(16 * 100vw / 768);
            line-height: 1.7;
        }

        .policy-text {
            font-size: calc(24 * 100vw / 768);
            line-height: 2.0;

        }

        .pricing-item {
            flex-wrap: wrap;
            gap: 8px;
        }

        .reservation-section {
            padding: 40px 24px;
        }

        .menu-name {
            width: 100%;
        }

        .btn-primary {
            font-size: calc(28 * 100vw / 768);
        }

        .section-subtitle {
            font-size: calc(34 * 100vw / 768);
        }

        .section-subtitle {
            font-size: calc(28 * 100vw / 768);
        }

        .style-info {
            h3 {
                margin: 0 0 16px 0;
                font-size: calc(34 * 100vw / 768);
            }

            .style-tag,
            .style-description {
                font-size: calc(24 * 100vw / 768);
                line-height: 2.0;

            }
        }

        .qa-card {
            padding: 24px;
        }

        .qa-answer {
            padding-left: 0;
            margin-left: 0;
            border-left: none !important;

            p {
                font-size: calc(24 * 100vw / 768);
                line-height: 2.0;
                ;
                padding-left: 0 !important;
            }
        }

        .qa-question {
            column-gap: 8px;

            .q-icon {
                width: calc(60 * 100vw / 768);
                height: calc(60 * 100vw / 768);
                font-size: calc(42 * 100vw / 768);
            }

            h3 {
                font-size: calc(32 * 100vw / 768);
                line-height: 1.7;
            }
        }

        .special-badge {
            font-size: calc(32 * 100vw / 768);
        }

        .pricing-header h2 {
            font-size: calc(32 * 100vw / 768);
            line-height: 1.7;
        }

        .pricing-subtitle {
            font-size: calc(28 * 100vw / 768);
            line-height: 2.0 !important;
            text-align: left;
        }

        .pricing-card {
            padding: 24px;

            .pricing-title {
                margin: 0 0 16px 0;
                font-size: calc(34 * 100vw / 768);
            }
        }

        .pricing-items {
            fpnt-size: calc(28 * 100vw / 768);

            .pricing-item {
                width: 100%;
                row-gap: 4px;

                .menu-name {
                    font-size: calc(28 * 100vw / 768);
                    line-height: 1.7;
                }

                .price-old {
                    font-size: calc(28 * 100vw / 768);
                    padding-left: 4em;
                    line-height: 1.7;
                }

                .arrow {
                    font-size: calc(28 * 100vw / 768);
                    line-height: 1.7;
                }

                .price-new {
                    font-size: calc(38 * 100vw / 768);
                    font-weight: 600;
                    line-height: 1.7;
                }
            }

        }

        .pricing-notes p {
            font-size: calc(24 * 100vw / 768);
            text-align: left;
            line-height: 1.7;
        }
    }

}