@charset "utf-8";
/* ===========================
common
=========================== */
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    font-family:
     "Zen Old Mincho",
      serif;
    font-style: normal;
    color: #3E6B9B;
    background-color: #F7F7F7;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
}



/* ===========================
header
=========================== */
.header {
    padding: 20px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.header_logo_pc {
    display: none;
}

.main {
    margin-top: 100px;
}

.header_topic {
    color: #4D5156;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

/* .nav初期表示 */
.nav {
    background: rgba(62, 107, 155, 0.90);
    width: 100%;
    height: 100vh;
    padding: 20px 20px 20px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    transform: translateX(-100%);
    transition: 0.4s;
}

.nav_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav_header_topic {
    color: #4D5156;
}

.nav_list {
    margin-top: 51px;
}

.nav_item {
    color: #FAFAFA;
    font-family: "Cormorant Garamond";
    font-size: 2.5rem;
    font-weight: 500;
    margin-left: 25px;
    margin-top: 20px;
}

.nav_item:last-of-type {
    width: 165px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #3E6B9B;
    background: #F7F7F7;
    color: #3E6B9B;
    text-align: center;
    transition: background-color 0.3s ease, color 0.3s ease;; /* アニメーション効果 */
}

.nav_item:last-of-type:hover {
    background: #F7F7F7; /* ホバー時の背景色 */
    color: #3E6B9B; /* ホバー時の文字色 */
}

.nav.active {
    transform: translateX(0);
}

.header_outer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_btn_outer {
    display: flex;
    align-items: center;
    gap: 15px;
}

.reservation_btn {
    width: 96px;
    height: 20px;
    padding: 0px 14px;
    flex-shrink: 0;
    border-radius: 20px;
    background: #3E6B9B;
    font-family: "Cormorant Garamond";
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 18.7px;
    letter-spacing: 0.8px;
    color: #F7F7F7;
}

.header_btn {
    display: block;
}

/* .header pc */
@media screen and (min-width: 769px) {
    .container {
        max-width: 1440px;
    }

    .header {
        max-width: 1440px;
        padding: 40px 80px 20px 80px;
    }

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

    .header_logo_sp {
        display: none;
    }

    .header_logo_pc {
        display: block;
    }

    .nav {
        background: transparent;
        width: auto;
        height: auto;
        padding: 0;
        position: static;
        transform: translate(0);
    }

    .nav_list {
        display: flex;
        margin-top: 0;
        
    }

    .nav_header {
        display: none;
    }

    .nav_item {
        color: #3E6B9B;
        font-size: 16px;
        transition: all .3s ease 0s;
        text-decoration: none;
    }

    .nav_item:hover:not(:last-child) {
        cursor: pointer;
	    transform: scale(1.2);
    }

    .nav_item:last-of-type {
        width: 131px;
        height: 25px;
        background: #3E6B9B;
        font-size: 1.6rem;
        line-height: 18.7px;
        letter-spacing: 0.8px;
        color: #F7F7F7;
    }

    .header_btn {
        display: none;
    }

    .reservation_btn {
        display: none;
    }

}

@media screen and (min-width: 770px) {
    .nav_header_topic {
        display: none;
    }
}

/* .menu */
.menu_img_pc {
    display: none;
}

.menu_wrapper {
    padding: 60px 20px 40px 20px;
    gap: 32px;
}

.fadeIn_300 {
    transform: translate(0, 50px);
    opacity: 0;
    transition: 0.8s;
}

.fadeIn_300.animated {
    transform: translate(0,0);
    opacity: 1;
}


.menu {
    text-align: center;
    font-family: "Cormorant Garamond";
    font-size: 3.2rem;
    font-weight: 500;
}

.menu_outer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
}

.menu_scroll_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.menu_scroll_btn a {
    font-family: "Cormorant Garamond";
    font-size: 2rem;
    font-weight: 500;
    transition: .3s;
}

.menu_scroll_btn a:hover {
    transform: scale(1.1);
}

.menu_img_sp {
    margin-top: 32px;
    height: 338px;
    align-self: stretch;
    object-fit: cover;
}

.menu_line {
    display: none;
}

.lashlift_wrapper {
    padding: 40px 25px 40px;
    display: grid;
    gap: 20px;
}

.fadeIn_300 {
    transform: translate(0, 50px);
    opacity: 0;
    transition: 0.8s;
}

.fadeIn_300.animated {
    transform: translate(0,0);
    opacity: 1;
}

.lashlift_description {
    display: grid;
    gap: 30px;
}

.title {
    font-family: "Cormorant Garamond";
    font-size: 2.5rem;
    }

.title_kana {
    font-size: 1rem;
}

.text {
    font-size: 1.5rem;
    line-height: 2.2;
}

.lashlift_menu {
    display: grid;
    gap: 20px;
}

.lashlift_list {
    display: grid;
    gap: 15px;
}

.item {
    width: 235px;
    display: flex;
    justify-content: space-between;
}

.category {
    font-size: 1.7rem;
}

.price {
    font-size: 1.8rem;
}

.tax_included {
    font-size: 1rem;
}

.first_price {
    font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
    .menu_img_sp {
        display: none;
    }

    .menu_img_pc {
        display: block;
    }

}

@media screen and (min-width: 769px) {
    .menu {
        color: #3E6B9B;
        font-family: "Cormorant Garamond";
        font-size: 5.9rem;
    }

    .menu_outer {
        gap: 64px;
    }

    .menu_scroll_btn {
        display: flex;
        width: 100%;
        padding: 0px 50px 20px;
        justify-content: flex-end;
        gap: 27px;
    }

    .menu_img_outer {
        text-align: center;
    }

    .menu_img_pc {
        display: block;
        margin: 0 auto;
    }

    .menu_img_sp {
        display: none;
    }

    .menulist {
        display: flex;
        flex-direction: column;
        padding: 0px 120px 0px 120px;

    }

    .lashlift {
        padding-top: 100px;
    }

    .menu_line {
        display: block;
    }

    .lashlift_wrapper {
        display: flex;
        gap: 180px;
        padding: 80px 0px 100px;
    }

    .lashlift_description {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .title {
        font-family: "Cormorant Garamond";
        font-size: 3.7rem;
    }

    .title_kana {
        font-size: 1.3rem;
    }

    .text {
        font-size: 1.6rem;
    }

    .title_outer {
        display: flex;

        flex-direction: column;
    }

    .item {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .category {
        font-size: 1.8rem;
    }

    .price {
        font-size: 1.8rem;
    }

    .tax_included {
        font-size: 1rem;
    }

    .first_price {
        font-size: 1.5rem;
    }

    .lashlift_menu {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}


/* .extension */
.extension {
    display: flex;
    padding: 20px 25px;
    flex-direction: column;
}

.extension_wrapper {
    display: grid;
    gap: 20px;
}

.extension_outer {
    display: grid;
    gap: 40px;
}

.extension_menu {
    display: flex;
    padding-bottom: 80px;
    flex-direction: column;
    align-items: flex-start;
}

.outer {
    display: grid;
    gap: 30px;
}

.extension_category {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.extension_category div {
    display: flex;
    text-align: center;
    gap:  8px;
}

.extension_category_title {
    font-size: 1.8rem;
}

.extension_list_outer {
    display: grid;
    gap: 20px;
}

.extension_list {
    display: grid;
    gap: 15px;
}

.only_off_category {
    font-size: 1.5rem;
}

@media screen and (min-width: 769px) {
    .extension {
        display: flex;
        padding: 0px;
    }

    .extension_wrapper {
        width: 100%;
        flex-direction: row;
        display: flex;
        gap: 150px;
        padding: 80px 0px 20px;
    }

    .extension_category_title {
        font-size: 2rem;
    }

    .extension_list {
        gap: 20px;
    }

    .only_off_category {
        font-size: 1.8rem;
    }
    
}


/* eyebrow */
.eyebrow {
    display: flex;
    padding: 0px 25px 80px 25px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.eyebrow_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

.eyebrow_description {
    display: grid;
    gap: 30px;
}

.eyebrow_list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.eyebrow_item {
    display: grid;
    gap: 15px;
}

.eyebrow_item div {
    width: 235px;
    display: flex;
    justify-content: space-between;
}

.off_list {
    display: grid;
    gap: 15px;
}

@media screen and (min-width: 769px) {
    .eyebrow {
        width: 100%;
        display: flex;
        padding: 0px 0px 100px;
        gap: 80px;
    }

    .eyebrow_wrapper {
        width: 100%;
        display: flex;
        flex-direction: row;
        gap: 170px;
    }

    .eyebrow_description {
        display: flex;
        flex-direction: column;
    }

    .eyebrow_item br {
        display: none;
    }
}



/* reservation */
.section_reservation {
    background: #50617A;
    display: flex;
    padding: 80px 30px;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
}

.fadeIn_200 {
    transform: translate(0, 50px);
    opacity: 0;
    transition: 0.8s;
}

.fadeIn_200.animated {
    transform: translate(0,0);
    opacity: 1;
}

.reservation_outer {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    flex-shrink: 0;
    text-align: center;
}

.section_title {
    text-align: center;
    color: #F7F7F7;
    font-family: "Cormorant Garamond";
    font-size: 4rem;
    font-weight: 500;
}

.reservation_text {
    color: #F7F7F7;
    font-size: 1.3rem;
}

.reservation_wrapper {
    display: grid;
    gap: 25px;
}

.reservation_btn_outer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.btn {
    display: flex;
    width: 250px;
    height: 45px;
    padding: 12px 28px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid #3E6B9B;
    background: #F7F7F7;
    font-size: 16px;
}


.icon_pc {
    display: none;
}

.mail {
    color: #F7F7F7;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.phone_number {
    color: #F7F7F7;
    font-size: 1.8rem;
    display: flex;
    align-items: normal;
    gap: 10px;
}

.attention {
    color: #F7F7F7;
    font-size: 1.2rem;
}

@media screen and (min-width:1300px) {
    .section_reservation {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 30px 120px 80px;
    }

    .reservation_outer {
        width: auto;
    }

    .section_title {
        color: #F7F7F7;
        font-family: "Cormorant Garamond";
        font-size: 13rem;
        text-align: start;
    }

    .reservation_text {
        color: #F7F7F7;
        font-size: 1.8rem;
        text-align: start;
        margin-top: -45px;
    }

    .reservation_wrapper {
        width: auto;
        display: grid;
        gap: 25px;
        padding-top: 70px;
    }

    .reservation_btn_outer {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        flex-shrink: 0;
    }

    .btn {
        display: flex;
        width: 350px;
        height: 70px;
        justify-content: center;
        align-items: center;
        font-size: 2rem;
        transition: .3s;
    }

    .btn:hover {
        transform: scale(1.1);
    }


    .icon_sp {
        display: none;
    }

    .icon_pc {
        display: block;
    }

    .mail {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        font-size: 3rem;
        align-self: stretch;
        transition: .3s;
    }

    .mail:hover {
        transform: scale(1.1);
    }

    .phone_number {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        gap: 10px;
        color: #F7F7F7;
        font-size: 3rem;
        transition: .3s;
    }

    .phone_number:hover {
        transform: scale(1.1);
    }

    .attention {
        color: #F7F7F7;
        font-size: 1.5rem;
        text-align: center;
    }
}


/* footer */
.footer {
    display: flex;
    padding: 20px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width:769px) {
    .footer small {
        font-size: 1.5rem;
    }
}