@charset "utf-8";

html {
    scroll-behavior: smooth;
    font-size: 62.5%;
}

body {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0em;
    color: #202020;
}

/* -----------font-----------*/
.oculi_display {
    font-family: "oculi-display", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.outfit {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-style: normal;
}


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

.sp {
    display: block;
}

.pc {
    display: none;
}

/* -----------共通-----------*/
p, a, h1, h2, h3, h4, h5, span, small, ul, li, input, textarea, select, option, button {
    line-height: 1;
}

#trail {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}

/* 
main {
    position: relative;
    z-index: 1;
} */

.target {
    opacity: 0;
    transition: opacity 1.2s ease-in-out;
    transition: visibility 1.2s ease-in-out;
    visibility: hidden;
}

.target.active {
    opacity: 1;
    visibility: visible;
}

.sec_inner {
    max-width: 1280px;
    margin: 0 auto;
}

.page_image_consulting .sec_inner,
.page_marriage .sec_inner,
.page_beauty_glow .sec_inner,
.page_lip_life_lab .sec_inner {
    margin: unset;
}

.marriage_contact .sec_inner {
    margin: 0 auto;
}

.section_title {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.section_title_ja {
    font-size: 1.1rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 2.7px;
}

.section_title_ja_line {
    display: block;
    width: 15px;
    height: 1.5px;
    background: #202020;
}

.section_title_en {
    font-size: 2.4rem;
}

.white_button {
    width: 148px;
    height: 28px;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    text-decoration: none;
    color: #202020;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid #202020;
    transition: opacity 1s ease-in-out, visibility 1s ease-in-out, background 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
}

@media (any-hover: hover) {
    .white_button:hover {
        background: #202020;
        color: #fff;
        border: 1px solid transparent;
    }
}

.radius_button {
    width: 158px;
    height: 28px;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #202020;
    color: #202020;
    background: #fff;
    text-decoration: none;
    transition: opacity 1s ease-in-out, visibility 1s ease-in-out, background 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
}

@media (any-hover: hover) {
    .radius_button:hover {
        background: #202020;
        color: #fff;
        border: 1px solid transparent;
    }
}

.text_gradient {
    font-weight: bold;
    background: linear-gradient(270deg,
            #ECEDF7,
            #EBF6FF,
            #E0F9F7,
            #F7FAD9,
            #F3F2E4);
    background-size: 400% 400%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: rainbow 10s linear infinite;
}

@keyframes rainbow {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* -----------パンくずリスト-----------*/
.page_breadcrumbs {
    margin-bottom: 60px;
    padding-left: 20px;
}

@media screen and (min-width: 600px) {

    .page_breadcrumbs {
        padding-left: 60px;
    }
}

@media screen and (min-width: 960px) {

    .page_breadcrumbs {
        padding-left: 130px;
    }
}

.page_breadcrumbs ol {
    list-style: none;
    display: flex;
    gap: 8px;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    letter-spacing: 0.08em;
}

.page_breadcrumbs li {
    display: flex;
    align-items: center;
    color: #202020;
}

.page_breadcrumbs li+li::before {
    content: "—";
    margin: 0 8px 0 0;
    color: #202020;
}

.page_breadcrumbs_white li,
.page_breadcrumbs_white li+li::before {
    color: #fff !important;
}


.page_breadcrumbs a {
    color: inherit;
    text-decoration: none;
    position: relative;
    padding-bottom: 2px;
}

.page_breadcrumbs a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #202020;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}

.page_breadcrumbs a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

/* -----------loading-----------*/
.lower_loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    opacity: 1;
    animation: loading 1s 1s ease-in-out forwards;
    pointer-events: none;
    z-index: 101;
}

.lower_loading_logo {
    width: 70vw;
    max-width: 500px;
    object-fit: contain;
}

@keyframes loading {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* -----------reservation_btn-----------*/
.reservation_btn {
    position: fixed;
    bottom: 50px;
    right: 20px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    z-index: 80;
    border-radius: 50%;
}

.reservation_btn_image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    animation: reservation_btn_image 20s linear infinite;
}

.reservation_btn_icon {
    width: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
}

@keyframes reservation_btn_image {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* -----------サービス下層共通MV-----------*/
.lower_mv {
    padding: 100px 40px 200px;
    box-sizing: border-box;
    position: relative;
    /* background: url(../img/marriage_mv.webp) no-repeat center center / cover; */
    overflow: hidden;
}

.lower_mv::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../img/marriage_mv.webp) no-repeat center center / cover;
    transform: scale(1.1);
    /* 少し拡大して開始 */
    transition: transform 1s 1s ease-out;
    z-index: -1;
}

.lower_mv.loaded::before {
    transform: scale(1);
}

.lower_mv_inner {
    max-width: 1280px;
    margin: 0 auto;
}


.lower_mv_text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    color: #fff;
    margin: 50px 0 0;
}

.lower_mv_text_logo {
    font-size: 2rem;
}

.lower_mv_text_title {
    font-size: 3rem;
    letter-spacing: 0.05em;
}

.lower_mv_text_ja {
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 5px 0 0;
}

/* 下層ページ追従ナビゲーション */
.sticky_wrapper {
    display: flex;
}

.sticky_wrapper_nav {
    width: 25%;
    position: sticky;
    top: 0px;
    left: 0;
    height: 100%;
    padding: 140px 30px;
    z-index: 90;
    flex-shrink: 0;
    display: none;
    box-sizing: border-box;
}

.sticky_wrapper_nav p {
    font-size: 2rem;
    margin: 0 0 20px;
    color: #EBEBEB;
    cursor: pointer;
}

.sticky_wrapper_nav p.active {
    color: #202020;
}

.sticky_wrapper_content {
    width: 100%;
}


/* -----------SP header-----------*/
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #ffffff4b;
    backdrop-filter: blur(10px);
}

header.header_bg {
    background: transparent;
    backdrop-filter: unset;
}

.lower_header {
    background: unset;
    backdrop-filter: unset;
}

.lower_header.header_black {
    background: #ffffff4b;
    backdrop-filter: blur(10px);
}

.header_hamburger {
    width: 25px;
    height: 14px;
    cursor: pointer;
    gap: 15px;
    position: relative;
}

.header_hamburger_line {
    display: block;
    width: 100%;
    height: 2px;
    background: #202020;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.lower_header .header_hamburger_line {
    background: #fff;
}

.lower_header.header_black .header_hamburger_line {
    background: #202020;
}

.header_hamburger_line:nth-child(1) {
    top: 0;
}

.header_hamburger_line:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}

.header_hamburger_line:nth-child(2) {
    top: 100%;
}

.header_nav {
    padding: 30px;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    transition: all 0.6s ease;
}

.header_nav_inner {
    width: calc(100vw - 60px);
    height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: min(60px, 5vh);
    background: #EAA1A9;
    border-radius: 15px;
    position: relative;
}

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

.header_nav ul li .header_nav_link {
    font-size: 1.8rem;
    text-decoration: none;
    color: #fff;
    opacity: 0;
    display: block;
    transform: translateY(4px);
    transition: all 0.5s 0.2s ease;
}

.header_nav ul li .delay1 {
    transition-delay: 0.1s;
}

.header_nav ul li .delay2 {
    transition-delay: 0.2s;
}

.header_nav ul li .delay3 {
    transition-delay: 0.3s;
}

.header_nav ul li .delay4 {
    transition-delay: 0.4s;
}

.header_nav ul li .delay5 {
    transition-delay: 0.5s;
}

.header_nav ul li .delay6 {
    transition-delay: 0.6s;
}

.header_nav ul li .delay7 {
    transition-delay: 0.7s;
}

.header_nav ul li .delay8 {
    transition-delay: 0.8s;
}

.header_nav ul li .delay9 {
    transition-delay: 0.9s;
}

.header_nav ul li .delay10 {
    transition-delay: 1s;
}

.header_nav.active .header_nav_link {
    opacity: 1;
    transform: translateY(0);
}

.header_nav_sub_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.header_nav_sub_link {
    font-size: 1.3rem;
    text-decoration: none;
    color: #fff;
    padding: 0 0 0 10px;
    opacity: 0;
    display: block;
    transform: translateY(4px);
    transition: all 0.5s 0.2s ease;
    position: relative;
}

.header_nav.active .header_nav_sub_link {
    opacity: 1;
    transform: translateY(0);
}

.header_nav_sub_link::before {
    content: "";
    display: block;
    width: 7px;
    height: 0.7px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.header_nav.active {
    opacity: 1;
    pointer-events: auto;
}

.header_nav_close {
    width: 20px;
    height: 20px;
    object-fit: contain;
    position: absolute;
    top: 14px;
    left: 14px;
    cursor: pointer;
}

.header_nav_logo {
    width: 125px;
    object-fit: contain;
}

.header_logo {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    text-decoration: none;
    color: #202020;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* display: none; */
}

.lower_header .header_logo {
    color: #fff;
}

.lower_header.header_black .header_logo {
    color: #202020;
}

.header_contact {
    width: 92px;
    height: 23px;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #202020;
    border: 1px solid #202020;
    text-decoration: none;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
}

@media (any-hover: hover) {
    .header_contact:hover {
        background: #202020;
        color: #fff;
        border: 1px solid transparent;
    }
}

.lower_header .header_contact {
    color: #fff;
    border: 1px solid #fff;
}

@media (any-hover: hover) {
    .lower_header .header_contact:hover {
        background: #fff;
        color: #202020;
        border: 1px solid transparent;
    }
}

.lower_header.header_black .header_contact {
    color: #202020;
    border: 1px solid #202020;
}

@media (any-hover: hover) {
    .lower_header.header_black .header_contact:hover {
        background: #202020;
        color: #fff;
        border: 1px solid transparent;
    }
}

/* -----------footer-----------*/
footer {
    color: #202020;
    padding: 50px 20px 20px;
    position: relative;
    z-index: 1;
}

.footer_contact {
    max-width: 1030px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 10px 27px;
}

.footer_contact_text {
    font-size: 1.3rem;
    line-height: 1.3;
    font-weight: 500;
    margin: 20px 0;
}

.footer_main {
    max-width: 1280px;
    margin: 0 auto;
    border-top: 0.75px solid #202020;
    padding: 27px 20px 0;
}

.footer_title {
    font-size: 1.6rem;
    font-weight: 500;
}

.footer_contact_button {
    width: fit-content;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    padding: 6.5px 19px;
    text-decoration: none;
    color: #fff;
    background: #202020;
}

.footer_address {
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 20px 0 21px;
}

.footer_copyright {
    display: block;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
}

/* -----------top-----------*/
.top_mv {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    transition: all 0.5s ease-in-out;

}

.top_mv.active {
    opacity: 0;
    visibility: hidden;
}

.top_mv_title {
    text-align: center;
    color: #202020;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 20px;
}

.top_mv_title_en {
    font-size: 5rem;
    letter-spacing: 0.05em;
    padding: 0 43px;
}

.top_mv_title_ja {
    font-size: 1.4rem;
    font-weight: bold;
}

/* -----------top_about-----------*/
.top_about {
    padding: 190px 40px;
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease-in-out;
}

.top_about .target {
    transition: opacity 1s ease-in-out, visibility 1s ease-in-out, background 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
}

.top_about.active {
    opacity: 1;
    visibility: visible;
}

.top_about_title {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.3;
    margin: 0 0 50px;
    text-align: center;
    transform: skewX(-15deg);
}

.top_about_text {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    margin: 0 0 20px;
    line-height: 1.5;
}

.top_about .white_button {
    margin: 50px auto 0;
}

/* -----------top_service-----------*/
.top_service {
    position: relative;
    padding: 50px 20px;
}

.top_service_title {
    width: fit-content;
    margin: 0 auto;
    font-size: 8rem;
}

.top_service_wrapper {
    position: relative;
    height: 400vh;
}

.top_service_item {
    max-width: fit-content;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
    padding: 0px 25px 0px;
    margin: 0 auto;
    position: sticky;
    top: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.top_service_item_text {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    gap: 5px;
}

.top_service_item_text_num {
    font-size: 1.6rem;
    line-height: 1.5;
    background: linear-gradient(270deg,
            #CFEE5A,
            #FFC1C2,
            #FFB7E1,
            #D9C1FF,
            #A1DCF7);
    background-size: 400% 400%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: rainbow 10s linear infinite;
}

.top_service_item_text_en {
    font-size: 4rem;
    line-height: 1.2;
}

.top_service_item_text_en span {
    display: inline-block;
    font-size: 3rem;
    line-height: 1.2;
}

.top_service_item_text_ja {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.top_service .white_button {
    width: 178px;
    font-size: 1.1rem;
    margin: 25px auto 0 0;
}

.top_service_item_image {
    width: 100%;
    max-width: 400px;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
}

#serviceImage {
    transition: transform 1s ease;
    transform: scale(1.1);
    /* 初期は拡大状態 */
}

#serviceImage.reset-scale {
    transform: scale(1.1);
    /* リセット用 */
}

#serviceImage.shrink {
    transform: scale(1);
    /* 縮小アニメ */
}

.top_service_pagination {
    position: absolute;
    top: 50vh;
    left: 0px;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.top_service .pagination_dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    transition: background 0.3s;
}

.top_service .pagination_dot.active {
    background: #CDD3FE;
}

/* -----------top_news-----------*/
.top_news {
    padding: 50px 40px;
}

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

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

.top_news .white_button {
    width: 118px;
    height: 22px;
    font-size: 1.1rem;
}

.top_news_item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 0 20px;
    border-bottom: 0.22px solid #202020;
    text-decoration: none;
    color: #202020;
}

.top_news_item_head {
    display: flex;
    align-items: center;
    gap: 3px;
}

.top_news_item_head_new {
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    background: #202020;
    padding: 2px 6px;
    border-radius: 1px;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top_news_item_text_date {
    font-size: 1rem;
    color: #999999;
}

.top_news_item_text {
    font-size: 1.4rem;
    font-weight: 500;
    color: #202020;
}

.top_news_item_tags {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
}

.top_news_item_tag {
    font-size: 1rem;
    font-weight: 500;
    background: #F5F5F5;
    padding: 2px 6px;
    border-radius: 1px;
}

/* -----------marriage_concept-----------*/
.marriage_concept {
    padding: 50px 30px;
}

.marriage_concept_message {
    font-size: 2rem;
    font-weight: bold;
    margin: 30px 0;
    line-height: 1.3;
    letter-spacing: 0.05em;
}

.marriage_concept_text {
    /* max-width: 1000px; */
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.7;
}

.marriage_concept_image {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 50px 0 0;
}

.marriage_concept_image_img {
    width: 100%;
    max-width: 250px;
    height: 100%;
    display: block;
    transition: transform 1s ease;
    border-radius: 5px;
    overflow: hidden;
}

.marriage_concept_image_img:nth-child(2) {
    align-self: flex-end;
}

.marriage_concept_image_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
}

.marriage_concept_image_img.inview img {
    animation: image_scale 0.8 0.5s ease-in-out forwards;
}

@keyframes image_scale {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

/* -----------marriage_flow-----------*/
.marriage_flow {
    padding: 50px 30px;
}

.marriage_flow_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 30px 0 0;
}

.marriage_flow_item {
    padding: 20px;
    border-radius: 15px;
    background: #fff;
    border: 2px solid #EAA1A9;
    cursor: pointer;
}

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

.marriage_flow_item_head_step {
    font-size: 1.2rem;
    color: #EAA1A9;
}

.marriage_flow_item_head_step_number {
    font-size: 1.4rem;
    margin: 0 0 0 2px;
}

.marriage_flow_item_head_title {
    font-size: 1.4rem;
    font-weight: 500;
    padding: 0 20px 0 20px;
    flex-grow: 1;
}

.marriage_flow_item_head_toggle {
    width: 30px;
    height: 30px;
    object-fit: contain;
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.marriage_flow_item.open .marriage_flow_item_head_toggle {
    transform: rotate(0deg);
}

.marriage_flow_item_text_wrapper {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.marriage_flow_item.open .marriage_flow_item_text_wrapper {
    max-height: 200px;
}

.marriage_flow_item_text {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    margin: 20px 0 0;
}

.marriage_flow_item_link {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    color: #202020;
    text-underline-offset: 3px;
    display: block;
    margin: 10px 0 0;
}

/* -----------marriage_plan-----------*/
.marriage_plan {
    padding: 50px 0px 50px 30px;
}

.marriage_plan_wrapper {
    overflow: auto;
    margin: 30px 0 0px;
}

.marriage_plan_image {
    width: unset;
    height: 650px;
    object-fit: contain;
    border-radius: 5px;
    overflow: hidden;
}

.marriage_plan_bottom {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 20px 0 0;
}

.marriage_plan_bottom_text {
    font-size: 1.2rem;
    font-weight: 500;
}

.marriage_plan_note {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.2;
    margin: 20px 0 0;
    padding: 0 30px 0 0;
}

.marriage_plan_note span {
    display: none;
}

.marriage_plan_note:last-of-type {
    margin: 10px 0 0;
}

/* -----------marriage_requirements-----------*/
.marriage_requirements {
    padding: 50px 30px;
}

.marriage_requirements_document {
    margin: 30px 0 0;
}

.marriage_requirements_document_item {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    margin: 10px 0 0;
}

.marriage_requirements_document_title {
    font-size: 1.4rem;
    font-weight: 500;
}

.marriage_requirements_document_item_icon {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    border: 1px solid #202020;
}

.marriage_requirements_document_item_title {
    font-size: 1.4rem;
    font-weight: 500;
    white-space: nowrap;
    margin: 0 15px 0 0;
}

.marriage_requirements_document_item_text {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.2;
}

.marriage_requirements_document_item_text span {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
}

/* -----------marriage_service-----------*/
.marriage_service {
    padding: 50px 30px;
    box-sizing: border-box;
}

.marriage_service_list {
    margin: 30px 20px 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.marriage_service_item {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 0 10px;
}

.marriage_service_item_point {
    font-size: 1.3rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    color: #EAA1A9;
    gap: 5px;
}

.marriage_service_item_point_line {
    display: block;
    width: 28px;
    height: 1px;
    background: #EAA1A9;
}

.marriage_service_item_point_number {
    font-size: 3.2rem;
    font-weight: 500;
}

.marriage_service_item_title {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.2;
    color: #EAA1A9;
}

.marriage_service_item_text {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.07em;
    margin: 5px 0 0;
}

.marriage_service_item_line {
    display: block;
    width: 100%;
    height: 1px;
    background: #EAA1A9;
}

/* -----------marriage_column-----------*/
.marriage_column {
    padding: 50px 30px;
    box-sizing: border-box;
}

.marriage_column_head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    margin: 30px 0;
}

.marriage_column_tags {
    max-width: 800px;
    max-height: 30px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0 26px 0 0;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
}

.marriage_column_tag {
    font-size: 1.1rem;
    font-weight: 500;
    color: #2D323D;
    background: #F9F9F566;
    border: 1px solid #2D323D;
    padding: 6px;
    border-radius: 100px;
}

.marriage_column_tag.active {
    background: #2D323D;
    color: #fff;
}

.marriage_column_tags_toggle {
    width: 16px;
    object-fit: contain;
    position: absolute;
    right: 0;
    top: 10px;
    transform: rotate(0deg);
    cursor: pointer;
    transition: transform 0.3s ease;
}

.marriage_column_tags.open .marriage_column_tags_toggle {
    transform: rotate(180deg);
}

.marriage_column_search {
    width: 180px;
    height: 27px;
    position: relative;
    align-self: flex-end;
    position: relative;
}

.marriage_column_search_input {
    width: 100%;
    height: 100%;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 2px 26px 0 10px;
    border-radius: 100px;
    border: 1px solid #202020;
    background: #fff;
    box-sizing: border-box;
}

.marriage_column_search_input::placeholder {
    color: #B2B2B2;
}

.marriage_column_search_icon {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    object-fit: contain;
}

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

.marriage_column_item {
    text-decoration: none;
}

.marriage_column_item_image {
    aspect-ratio: 3/2;
    border-radius: 5px;
    overflow: hidden;
}

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

.marriage_column_item_title {
    font-size: 1.4rem;
    font-weight: 500;
    color: #202020;
    letter-spacing: 0.05em;
    margin: 10px 0 5px;
}

.marriage_column_item_tags {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.marriage_column_item_tag {
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #EAA1A9;
}

.marriage_column .radius_button {
    margin: 30px 0 0 auto;
}

/* -----------marriage_faq-----------*/
.marriage_faq {
    padding: 50px 30px;
    box-sizing: border-box;
}

.marriage_faq_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 30px 0 0;
}

.marriage_faq_item {
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 5px;
    background: #F9F9F9;
    cursor: pointer;
}

.marriage_faq_question {
    display: flex;
    align-items: center;
    gap: 10px;
}

.marriage_faq_question_icon {
    width: 25px;
    aspect-ratio: 1;
    font-size: 1.4rem;
    background: #EAA1A9;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}

.marriage_faq_question_text {
    font-size: 1.4rem;
    font-weight: 500;
    flex-grow: 1;
}

.marriage_faq_question_toggle {
    width: 12px;
    transition: all 0.3s ease;
}

.marriage_faq_item.open .marriage_faq_question_toggle {
    transform: rotate(180deg);
}

.marriage_faq_answer_wrapper {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.marriage_faq_item.open .marriage_faq_answer_wrapper {
    max-height: 100px;
}

.marriage_faq_answer {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 10px 0 0;
}

.marriage_faq_answer_icon {
    width: 22px;
    aspect-ratio: 1;
    font-size: 1.4rem;
    color: #EAA1A9;
    border: 1.5px solid #EAA1A9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}

.marriage_faq_answer_text {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.05em;
}

/* -----------lower_info-----------*/
.lower_info {
    padding: 50px 30px;
    box-sizing: border-box;
}

.lower_info_list {
    max-width: 800px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 70px auto 70px 0;
}

.lower_info_item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 10px 20px;
    border-bottom: 1px solid #202020;
}

.lower_info_item:last-of-type {
    border-bottom: none;
    padding: 0 10px;
}

.lower_info_item_title {
    width: 65px;
    flex-shrink: 0;
    font-size: 1.4rem;
    font-weight: 500;
    color: #202020;
}

.lower_info_item_text {
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 500;
    color: #202020;
}

.lower_info_item_map_link {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 1rem;
    font-weight: 500;
    color: #202020;
    text-underline-offset: 2px;
    margin: 5px 0 0;
}

.lower_info_item_map_icon {
    width: 9px;
    object-fit: contain;
}

.lower_info_map {
    max-width: 840px;
    width: 100%;
    aspect-ratio: 3/2;
    margin: 10px 0 0;
}

.lower_info_map iframe {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

/* -----------marriage_contact-----------*/


.marriage_contact {
    padding: 50px 30px 100px;
    box-sizing: border-box;
}

.marriage_contact_title_ja {
    width: fit-content;
    margin: 0 auto 15px;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #EAA1A9;
    padding: 5px 30px;
    border-radius: 100px;
    border: 1px solid #EAA1A9;
}

.marriage_contact_title {
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #202020;
    text-align: center;
}

.marriage_contact_form {
    max-width: 615px;
    width: 100%;
    margin: 30px auto 0;
}

.marriage_contact_form input,
.marriage_contact_form textarea {
    width: 100%;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    box-sizing: border-box;
    background: #F6F6F6;
    border: none;
    border-radius: 5px;
    resize: none;
    padding: 13px 15px;
}

.marriage_contact_form .form_item {
    margin: 0 0 20px;
}

.marriage_contact_form .form_label {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 10px;
    position: relative;
    display: inline-block;
}

.marriage_contact_form .form_item.required_item .wpcf7-form-control-wrap {
    flex-grow: 1;
}

.marriage_contact_form .form_item.required_item .wpcf7-list-item-label::after,
.marriage_contact_form .form_item.required_item .form_label::after {
    content: "";
    width: 6px;
    aspect-ratio: 1;
    display: inline-block;
    position: relative;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #EAA1A9;
    border-radius: 50%;
    margin: 0 0 0 10px;
}

.marriage_contact_form .form_item.required_item:nth-of-type(1) {
    width: fit-content;
    margin: 0 50px 0 auto;
}

.marriage_contact_form .form_item.required_item:nth-of-type(1) .form_label {
    padding: 0 0 0 25px;
}

.marriage_contact_form .form_item.required_item:nth-of-type(1) .form_label::after {
    position: absolute;
    top: 50%;
    left: 0;
}

.marriage_contact_form .input_group {
    display: flex;
    gap: 10px;
}

.marriage_contact_form .agree_item .wpcf7-list-item {
    margin: 0;
}

.marriage_contact_form .agree_item label {
    display: flex;
    align-items: center;
}

.marriage_contact_form .agree_item input {
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
}

.marriage_contact_form .agree_item .wpcf7-list-item-label,
.marriage_contact_form .agree_item .wpcf7-list-item-label a {
    font-size: 1.4rem;
    font-weight: 500;
    color: #202020;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.marriage_contact_form input,
.marriage_contact_form textarea {
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.marriage_contact_form .submit_btn {
    width: 230px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto 0;
    background: #EAA1A9;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

/* -----------image_consulting_mv-----------*/
.page_image_consulting .lower_mv {
    /* background: url(../img/image_consulting_mv.webp) no-repeat center center / cover; */
}

.page_image_consulting .lower_mv::before {
    background: url(../img/image_consulting_mv.webp) no-repeat center center / cover;
}

/* -----------image_consulting_service-----------*/
.image_consulting_service {
    padding: 50px 30px;
}

.image_consulting_service_message {
    font-size: 2rem;
    font-weight: bold;
    margin: 30px 0;
    line-height: 1.3;
    letter-spacing: 0.04em;
}

.image_consulting_service_text {
    max-width: 1000px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.7;
}

/* -----------image_consulting_plan-----------*/
.image_consulting_plan {
    padding: 50px 0px 50px 30px;
}

.image_consulting_plan_wrapper {
    overflow: auto;
    margin: 30px 0 0px;
}

.image_consulting_plan_image {
    width: unset;
    height: 470px;
    object-fit: contain;
    border-radius: 5px;
    overflow: hidden;
}

.image_consulting_plan_bottom {
    max-width: 975px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
    margin: 20px 20px 0;
}

.image_consulting_plan_bottom_text {
    font-size: 1.2rem;
    font-weight: 500;
}

/* -----------image_consulting_staff-----------*/
.image_consulting_staff {
    padding: 50px 30px;
}

.image_consulting_staff_list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 30px 0 0;
}

.image_consulting_staff_item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-bottom: 1px solid #ACABAB;
    padding: 0 0 30px;
}

.image_consulting_staff_item:last-of-type {
    border-bottom: none;
}

.image_consulting_staff_item_position {
    font-size: 1.3rem;
    font-weight: 500;
}

.image_consulting_staff_item_name {
    font-size: 2rem;
    font-weight: 500;
    margin: 10px 0 20px;
}

.image_consulting_staff_item_text {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.7;
}

.image_consulting_staff_bottom_text {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.3;
    margin: 20px auto 0;
}

/* -----------image_consulting_case-----------*/
.image_consulting_case {
    padding: 50px 30px;
}

.image_consulting_case_text {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.7;
    margin: 30px 0 20px;
}

.image_consulting_case_images {
    padding: 0 40px;
}

.image_consulting_case_images_img {
    width: 100%;
    height: auto;
}

/* -----------image_consulting_instagram-----------*/
.image_consulting_instagram {
    padding: 50px 30px;
}

.image_consulting_instagram_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 30px 0 20px;
}

.image_consulting_instagram_item {
    width: calc(50% - 5px);
    aspect-ratio: 1;
}

/* -----------image_consulting_lower_info-----------*/
.image_consulting_lower_info .radius_button {
    margin: 30px 0 0;
}

.image_consulting_lower_info_wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 100px 0 0;
}

.image_consulting_lower_info_item {
    width: 100%;
    font-size: 1.4rem;
    border-radius: 15px;
    padding: 27px 30px;
    background: #EAA1A9CC;
    color: #fff;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.image_consulting_lower_info_item_text {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
}

.image_consulting_lower_info_item_text_span {
    display: block;
    font-size: 1.1rem;
}

.image_consulting_lower_info_item_title {
    font-size: 3.2rem;
    font-weight: 500;
    text-align: center;
    margin: 20px 0 0;
}

.image_consulting_lower_info_item:nth-of-type(2) {
    background: #8FB8D7CC;
}

.image_consulting_lower_info_item:nth-of-type(1):hover {
    box-shadow: 0 0 8px 0 #AF1B2BCC;
}

.image_consulting_lower_info_item:nth-of-type(2):hover {
    box-shadow: 0 0 8px 0 #084896CC;
}

.image_consulting_lower_info_item:nth-of-type(2) .image_consulting_lower_info_item_title {
    font-size: 2.2rem;
    line-height: 1.1;
}

.image_consulting_lower_info_item:nth-of-type(2) .image_consulting_lower_info_item_title_span {
    font-size: 2rem;
    line-height: 1.1;
}

/* -----------page_beauty_glow mv-----------*/
.page_beauty_glow .lower_mv {
    /* background: url(../img/beauty_grow_mv.webp) no-repeat center center / cover; */
}

.page_beauty_glow .lower_mv::before {
    background: url(../img/beauty_grow_mv.webp) no-repeat center center / cover;
}

.page_beauty_glow .lower_mv_text_title_span {
    font-size: 1.6rem;
    letter-spacing: 0.22em;
    transform: .5s;
}

@media screen and (min-width: 600px) {
    .page_beauty_glow .lower_mv_text_title_span {
        font-size: 3.6rem;
    }
}


/* -----------page_beauty_glow service-----------*/
.beauty_glow_service {
    padding: 50px 30px;
}

.beauty_glow_service_message {
    font-size: 2rem;
    font-weight: bold;
    margin: 30px 0;
    line-height: 1.3;
    letter-spacing: 0.04em;
}

.beauty_glow_service_text {
    max-width: 1000px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.7;
}

.page_beauty_glow .beauty_glow_service_image_wrapper {
    margin: 50px auto;
}

.page_beauty_glow .beauty_glow_service_image_img {
    max-width: 170px;
}

.beauty_glow_service_image_wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.beauty_glow_service_image {
    display: flex;
    width: max-content;
    animation: scrollLoop 30s linear infinite;
}

.beauty_glow_service_image img {
    width: 170px;
    height: auto;
    flex-shrink: 0;
    padding-right: 20px;
    object-fit: cover;
}

@keyframes scrollLoop {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* -----------beauty_glow_guidance-----------*/
.beauty_glow_guidance {
    padding: 50px 30px;
}

.beauty_glow_guidance_item {
    max-width: 840px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 30px 20px 56px;
    border-radius: 15px;
    background: #747EBCCC;
    color: #fff;
    position: relative;
}

.beauty_glow_guidance_item_title {
    width: 100%;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
    line-height: 30px;
    background: #fff;
    color: #747EBC;
}

.beauty_glow_guidance_item_text {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    margin: 20px 0;
}

.beauty_glow_guidance_item_desc {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
}

.beauty_glow_guidance_item_link {
    font-size: 1.4rem;
    font-weight: 500;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #fff;
    text-decoration: none;
    position: absolute;
    bottom: 20px;
    right: 20px;
    border-bottom: 1px solid #fff;
    padding: 0 0 2px;
}

.beauty_glow_guidance_item_link_icon {
    width: 5px;
    margin: 0 0 0 7px;
}

/* -----------beauty_glow_menu-----------*/
.beauty_glow_menu {
    padding: 50px 30px;
}

.beauty_glow_menu_wrapper {
    max-width: 840px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 20px 0 0;
}

.beauty_glow_menu_image {
    width: 100%;
    height: auto;
    object-fit: cover;
    box-shadow: 0 4px 8px 7px rgba(0, 0, 0, 0.04);
    border-radius: 5px;
}

.beauty_glow_menu_wrapper .radius_button {
    margin: 0px 0 0 auto;
}

/* -----------beauty_glow_staff-----------*/
.beauty_glow_staff {
    padding: 50px 30px;
}

.beauty_glow_staff_wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 30px 0 0;
}

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

.beauty_glow_staff_item_position {
    font-size: 1.3rem;
    font-weight: 500;
}

.beauty_glow_staff_item_name {
    font-size: 2rem;
    font-weight: 500;
    margin: 10px 0;
}

.beauty_glow_staff_item_text {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.7;
}

/* -----------beauty_glow_gallery-----------*/
.beauty_glow_gallery {
    padding: 50px 30px;
}

.beauty_glow_gallery_wrapper {
    display: grid;
    grid-template-columns: 1fr 0.1fr 0.4fr 0.4fr;
    /* 横幅それぞれ指定 */
    grid-template-rows: calc(25% - 3px) calc(25% - 10px) calc(50% - 3px);
    /* 縦幅それぞれ指定 */
    gap: 3px;
    margin: 30px 0;
}

.beauty_glow_gallery_image {
    object-fit: cover;
    height: 100%;
}

.beauty_glow_gallery_image:nth-child(1) {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}

.beauty_glow_gallery_image:nth-child(2) {
    grid-column: 3 / 5;
    grid-row: 1 / 2;
}

.beauty_glow_gallery_image:nth-child(3) {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
}

.beauty_glow_gallery_image:nth-child(4) {
    grid-column: 4 / 5;
    grid-row: 2 / 3;
}

.beauty_glow_gallery_image:nth-child(6) {
    grid-column: 2 / 5;
    grid-row: 3 / 4;
}

.beauty_glow_gallery .radius_button {
    margin: 0px 0 0 auto;
}

.beauty_glow_gallery_image {
    width: 100%;
    cursor: pointer;
    transition: transform 0.3s ease;
}

/* ===== モーダル全体 ===== */
.image_modal {
    display: none;
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* ===== 拡大画像 ===== */
.image_modal img {
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
    transition: transform 0.3s ease;
}

/* ===== 閉じるボタン ===== */
.image_modal_close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 2rem;
    cursor: pointer;
}

/* -----------page_beauty_glow lower_info-----------*/
.page_beauty_glow .lower_info {
    padding: 50px 30px 50px;
}

/* -----------beauty_glow_guidance-----------*/
.beauty_glow_guidance:last-of-type {
    padding: 50px 30px;
}

/* -----------page_lip_life_lab-----------*/
.page_lip_life_lab .lower_mv::before {
    background: url(../img/lip_life_lab_mv.webp) no-repeat center center / cover;
}

/* -----------page_lip_life_lab service-----------*/
.lip_life_lab_link {
    padding: 60px 0px 10px;
}

.lip_life_lab_link_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.lip_life_lab_link_item {
    width: 250px;
    height: 49px;
    font-size: 2rem;
    color: #fff;
    background: #EAA1A9CC;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.lip_life_lab_link_item:nth-of-type(2) {
    background: #DB9AA1;
}

.lip_life_lab_link_item:nth-of-type(3) {
    background: #EF8994;
}

.lip_life_lab_link_item_span {
    display: inline-block;
    font-size: 1.6rem;
    margin: 0 0 0 6px;
}

/* -----------page_lip_life_lab service-----------*/
.lip_life_lab_service {
    padding: 50px 30px;
}

.lip_life_lab_service .sec_inner {
    max-width: unset;
}

.lip_life_lab_service_message {
    font-size: 2rem;
    font-weight: bold;
    margin: 30px 0;
    line-height: 1.3;
    letter-spacing: 0.04em;
}

.lip_life_lab_service_text_wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.lip_life_lab_service_text {
    max-width: 900px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.7;
}

.page_lip_life_lab .lip_life_lab_service_image_wrapper {
    margin: 50px auto;
}

.page_lip_life_lab .lip_life_lab_service_image_img {
    max-width: 170px;
}

.lip_life_lab_service_image_wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.lip_life_lab_service_image {
    display: flex;
    width: max-content;
    animation: scrollLoop 30s linear infinite;
}

.lip_life_lab_service_image img {
    width: 170px;
    height: auto;
    flex-shrink: 0;
    padding-right: 20px;
    object-fit: cover;
}

@keyframes scrollLoop {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* -----------page_lip_life_lab plan-----------*/
.lip_life_lab_plan {
    padding: 50px 30px;
}

.lip_life_lab_plan_wrapper {
    margin: 50px auto;
    overflow: auto;
}

.lip_life_lab_plan_image {
    width: auto;
    height: 540px;
    object-fit: cover;
}

.lip_life_lab_plan_bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 20px;
    margin: 20px 0 0;
}

.lip_life_lab_plan_bottom_text {
    font-size: 1.4rem;
    font-weight: 500;
}

/* -----------page_lip_life_lab gallery-----------*/
.lip_life_lab_gallery {
    padding: 50px 30px;
}

.lip_life_lab_gallery_wrapper {
    display: grid;
    grid-template-columns: 1fr 0.1fr 0.4fr 0.4fr;
    /* 横幅それぞれ指定 */
    grid-template-rows: calc(25% - 3px) calc(25% - 10px) calc(50% - 3px);
    /* 縦幅それぞれ指定 */
    gap: 3px;
    margin: 30px 0;
}

.lip_life_lab_gallery_image {
    object-fit: cover;
    height: 100%;
}

.lip_life_lab_gallery_image:nth-child(1) {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}

.lip_life_lab_gallery_image:nth-child(2) {
    grid-column: 3 / 5;
    grid-row: 1 / 2;
}

.lip_life_lab_gallery_image:nth-child(3) {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
}

.lip_life_lab_gallery_image:nth-child(4) {
    grid-column: 4 / 5;
    grid-row: 2 / 3;
}

.lip_life_lab_gallery_image:nth-child(6) {
    grid-column: 2 / 5;
    grid-row: 3 / 4;
}

.lip_life_lab_gallery .radius_button {
    margin: 0px 0 0 auto;
}

.lip_life_lab_gallery_image {
    width: 100%;
    cursor: pointer;
    transition: transform 0.3s ease;
}

/* -----------page_lip_life_lab info-----------*/
.lip_life_lab .lower_info {
    padding: 50px 30px 100px;
}

/* -----------page_lip_life_lab reservation-----------*/
.lip_life_lab_reservation {
    padding: 50px 30px;
}

.lip_life_lab_reservation .lip_life_lab_link_wrapper {
    margin: 30px auto 0;
}

/* -----------about_breadcrumbs----------- */

/* -----------about_main----------- */
.about_main {
    padding: 0px 30px 100px;
}

.about_main_sec_title {
    font-size: 3rem;
    letter-spacing: 0.05em;
}

.about_main_sec_subtitle {
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 5px 0 0;
}

.about_main_image {
    width: 100%;
    border-radius: 5px;
    height: auto;
    object-fit: cover;
    margin: 30px auto;
}

.about_main_title {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin: 0 0 30px;
    transform: skewX(-13deg);
    text-align: center;
}

.about_main_text {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 0 20px;
    text-align: center;
}

.about_main_label {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}

.about_main_bottom {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 2;
    text-align: center;
}

.about_main_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 30px;
    margin: 30px auto;
    position: relative;
    z-index: 1;
}

.about_main_circle {
    width: 200px;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    animation: rotate 50s linear infinite;
}

@keyframes rotate {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.about_main_item {
    width: calc((100% - 25px) / 2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 42px 15px;
    box-sizing: border-box;
    border-radius: 1000px;
    background: #FFF6F7;
    box-shadow: 0 0 4px #F9B8BD;
}

.about_main_item_title {
    min-height: 28px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.1;
    color: #EA6D7B;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.about_main_item_line {
    display: block;
    width: 100px;
    height: 1px;
    background: #EA6D7B;
}

.about_main_item_text {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.5;
    color: #EA6D7B;
    text-align: center;
}

/* -----------about_lower_info-----------*/
.page_about .lower_info_item_title {
    font-size: 1.6rem;
}

.page_about .lower_info_item_text {
    font-size: 1.6rem;
}

.page_about .beauty_glow_service_image {
    animation: scrollLoop 60s linear infinite;
}

/* -----------about_message-----------*/
.about_message {
    padding: 100px 40px;
    position: relative;
    overflow: hidden;
    transition: .5s;
}

.about_message_image {
    display: block;
    width: 100%;
    max-width: 550px;
    transform: scale(1);
    margin: 0 auto;
    object-fit: cover;
    position: relative;
}

.about_message_image.inview {
    animation: scaleImage 0.3s linear forwards;
}

@keyframes scaleImage {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.about_message_wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 50px auto 0;
    position: relative;
    z-index: 1;
}

.about_message_text {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2;
}

.about_message_title {
    font-size: 10rem;
    font-weight: 400;
    text-align: center;
    writing-mode: vertical-lr;
    line-height: 1.2;
    position: absolute;
    bottom: 7%;
    right: 0;
    height: fit-content;
    transform: rotate(180deg);
    margin: auto calc(50% - 50vw);
    z-index: -1;
}

@media screen and (min-width: 600px) {
    .about_message_title {
        bottom: 17%;
    }
}

/* -----------about_philosophy-----------*/
.about_philosophy {
    padding: 50px 40px 100px;
}

.about_philosophy .sec_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.about_philosophy_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    padding: 50px 0 0;
    border-radius: 5px;
}

.about_philosophy_image {
    width: 150px;
}

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

.about_philosophy_item_text_title {
    font-size: 2rem;
    font-weight: 500;
    color: #EAA1A9;
    position: relative;
    padding: 0 0 0 16px;
}

.about_philosophy_item_text_title::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #EAA1A9;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.about_philosophy_item:nth-of-type(2) .about_philosophy_item_text_title {
    color: #9DCCF1;
}

.about_philosophy_item:nth-of-type(2) .about_philosophy_item_text_title::before {
    background: #9DCCF1;
}

.about_philosophy_item:nth-of-type(3) .about_philosophy_item_text_title {
    color: #7DE5D7;
}

.about_philosophy_item:nth-of-type(3) .about_philosophy_item_text_title::before {
    background: #7DE5D7;
}

.about_philosophy_item_text_message {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: #EAA1A9;
    /* margin: 10px 0 ; */
}

.about_philosophy_item:nth-of-type(2) .about_philosophy_item_text_message {
    color: #9DCCF1;
}

.about_philosophy_item:nth-of-type(3) .about_philosophy_item_text_message {
    color: #7DE5D7;
}

.about_philosophy_item_text_desc {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 2;
    color: #EAA1A9;
}

.about_philosophy_item:nth-of-type(2) .about_philosophy_item_text_desc {
    color: #9DCCF1;
}

.about_philosophy_item:nth-of-type(3) .about_philosophy_item_text_desc {
    color: #7DE5D7;
}

/* -----------about_info_image-----------*/
.page_about .beauty_glow_service_image_wrapper {
    margin: 20px auto 100px;
}

/* -----------iphon5/se-----------*/

@media screen and (min-width:270px) {}

/* -----------iphon6~-----------*/

@media screen and (min-width:330px) {}

/* -----------ipad-----------*/

@media screen and (min-width:640px) {

    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    /* -----------共通-----------*/
    .page_breadcrumbs ol {
        font-size: 1.2rem;
        gap: 12px;
    }

    .page_breadcrumbs li+li::before {
        margin: 0 12px 0 0;
    }

    .section_title {
        gap: 10px;
    }

    .section_title_ja {
        font-size: 1.6rem;
        gap: 10px;
    }

    .section_title_ja_line {
        width: 20px;
    }

    .section_title_en {
        font-size: 4rem;
    }

    .white_button {
        width: 198px;
        height: 38px;
        font-size: 1.5rem;
    }

    .radius_button {
        width: 248px;
        height: 48px;
        font-size: 1.6rem;
    }

    /* -----------reservation_btn-----------*/
    .reservation_btn {
        width: 146px;
        height: 146px;
        right: 50px;
    }

    /* -----------サービス下層共通MV-----------*/

    .lower_mv_text {
        gap: 10px;
        margin: 70px 0 0;
    }

    .lower_mv_text_logo {
        font-size: 5rem;
    }

    .lower_mv_text_title {
        font-size: 6rem;
    }

    .lower_mv_text_ja {
        font-size: 2rem;
        margin: 10px 0 0;
    }


    /* -----------SP header-----------*/
    header {
        padding: 20px 30px;
    }

    .header_hamburger {
        width: 40px;
        height: 30px;
    }

    .header_logo {
        font-size: 3rem;
    }

    .header_contact {
        width: 160px;
        height: 40px;
    }

    /* -----------header_nav-----------*/
    .header_nav_inner {
        flex-direction: row;
    }

    .header_nav_list {
        width: 30%;
        gap: 34px;
    }

    .header_nav_close {
        width: 28px;
        height: 28px;
        top: 20px;
        left: 20px;
    }

    .header_nav_logo {
        width: 40%;
    }

    .header_nav_logo {
        max-width: 250px;
    }

    .header_nav ul li .header_nav_link {
        font-size: 3rem;
    }

    .header_nav ul li .header_nav_sub_link {
        font-size: 1.6rem;
    }

    /* -----------footer-----------*/
    footer {
        padding: 0 40px 20px;
    }

    .footer_contact_text {
        font-size: 1.6rem;
        margin: 40px 0;
    }

    .footer_main {
        padding: 60px 30px 0;
    }

    .footer_contact_text br {
        display: block;
    }

    .footer_contact_button {
        font-size: 1.6rem;
        padding: 17px 65px;
    }

    .footer_title {
        font-size: 3rem;
    }

    .footer_address {
        font-size: 1.6rem;
        margin: 20px 0 80px;
    }

    /* -----------top-----------*/
    .top_mv_title_en {
        font-size: 7rem;
        padding: 0 47px;
    }

    .top_mv_title_ja {
        font-size: 1.6rem;
    }

    /* -----------top_about-----------*/
    .top_about_title {
        font-size: 3.6rem;
        margin: 0 0 55px;
    }

    .top_about_text {
        font-size: 1.6rem;
        margin: 0 0 25px;
    }

    /* -----------top_service-----------*/
    .top_service_title {
        font-size: 12rem;
    }

    .top_service_item {
        max-width: 1160px;
        gap: 30px;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 20px 30px 0px;
    }

    .top_service_item_image {
        max-width: 400px;
    }

    .top_service_pagination {
        left: 0px;
    }

    .top_service .pagination_dot {
        width: 8px;
        height: 8px;
    }

    /* -----------marriage_concept-----------*/
    .marriage_concept {
        padding: 100px 40px;
    }

    .marriage_concept_message {
        font-size: 3rem;
        margin: 70px 0 20px;
    }

    .marriage_concept_text {
        font-size: 1.6rem;
        line-height: 2.3;
    }

    .marriage_concept_image {
        flex-direction: row;
        gap: 30px;
    }

    .marriage_concept_image_img {
        width: calc(50% - 15px);
        max-width: unset;
    }

    .marriage_concept_image_img:nth-child(2) {
        margin: 130px 0 0;
    }

    /* -----------marriage_flow-----------*/
    .marriage_flow {
        padding: 100px 40px;
    }

    .marriage_flow_list {
        padding: 0 50px;
        margin: 70px 0 0;
    }

    .marriage_flow_item {
        padding: 20px 20px 30px;
    }

    .marriage_flow_item_head_step {
        font-size: 1.6rem;
    }

    .marriage_flow_item_head_step_number {
        font-size: 2rem;
    }

    .marriage_flow_item_head_title {
        font-size: 2rem;
    }

    .marriage_flow_item_text {
        font-size: 1.4rem;
    }

    .marriage_flow_item_link {
        font-size: 1.4rem;
    }

    /* -----------marriage_plan-----------*/
    .marriage_plan {
        padding: 100px 40px;
    }

    .marriage_plan_wrapper {
        margin: 70px 0 30px;
    }

    .marriage_plan_image {
        width: 100%;
        max-width: 1000px;
        height: unset;
    }

    .marriage_plan_bottom {
        flex-direction: row;
        align-items: center;
        gap: 30px;
    }

    .marriage_plan_bottom_text {
        font-size: 1.4rem;
    }

    .marriage_plan_note {
        font-size: 1.4rem;
    }

    /* -----------marriage_requirements-----------*/
    .marriage_requirements .section_title {
        margin: 0 0 70px;
    }

    .marriage_requirements_document_title {
        font-size: 1.6rem;
    }

    .marriage_requirements_document_item_title {
        font-size: 1.6rem;
    }

    .marriage_requirements_document_item_text {
        font-size: 1.4rem;
    }

    .marriage_requirements_document_item_text span {
        font-size: 1.2rem;
    }

    /* -----------marriage_service-----------*/
    .marriage_service_list {
        margin: 70px 20px 0;
    }

    .marriage_service_item_point {
        font-size: 1.6rem;
    }

    .marriage_service_item_point_line {
        width: 38px;
    }

    .marriage_service_item_point_number {
        font-size: 5.2rem;
    }

    .marriage_service_item_title {
        font-size: 3.2rem;
    }

    .marriage_service_item_text {
        font-size: 1.5rem;
    }

    /* -----------marriage_column-----------*/
    .marriage_column_head {
        margin: 70px 0 30px;
    }

    .marriage_column_tags {
        max-height: 40px;
        padding: 0 50px 0 0;
    }

    .marriage_column_tag {
        font-size: 1.3rem;
        padding: 9px;
    }

    .marriage_column_tags_toggle {
        width: 20px;
        right: 12px;
        top: 12px;
    }

    .marriage_column_search {
        width: 248px;
        height: 48px;
    }

    .marriage_column_search_input {
        font-size: 1.3rem;
        padding: 2px 36px 0 15px;
    }

    .marriage_column_search_icon {
        width: 22px;
        height: 22px;
    }

    .marriage_column_list {
        flex-direction: row;
    }

    .marriage_column_list_wrapper {
        width: calc(100% + 30px);
        overflow-x: auto;
        overflow-y: hidden;
    }

    /* -----------marriage_column-----------*/
    .marriage_column_item {
        width: 260px;
        flex-shrink: 0;
    }

    /* -----------marriage_faq-----------*/
    .marriage_faq_list {
        margin: 70px 0 0;
    }

    .marriage_faq_question_icon {
        width: 35px;
        font-size: 2rem;
    }

    .marriage_faq_question_text {
        font-size: 1.6rem;
    }

    .marriage_faq_answer {
        margin: 20px 0 0;
    }

    .marriage_faq_answer_icon {
        width: 35px;
        font-size: 2rem;
    }

    .marriage_faq_answer_text {
        font-size: 1.6rem;
        line-height: 1.37;
    }

    /* -----------lower_info-----------*/
    .lower_info {
        padding: 100px 40px;
    }


    /* -----------marriage_contact-----------*/
    .marriage_contact {
        padding: 100px 40px;
    }

    .marriage_contact_title_ja {
        font-size: 1.8rem;
        padding: 10px 50px;
    }

    .marriage_contact_title {
        font-size: 3.2rem;
    }

    .marriage_contact_form .form_item {
        margin: 0 0 30px;
    }

    .marriage_contact_form .form_label {
        font-size: 1.6rem;
    }

    .marriage_contact_form .form_item.required_item .wpcf7-list-item-label::after,
    .marriage_contact_form .form_item.required_item .form_label::after {
        width: 8px;
        top: 2.5px;
    }

    .marriage_contact_form .agree_item .wpcf7-list-item-label,
    .marriage_contact_form .agree_item .wpcf7-list-item-label a {
        font-size: 1.6rem;
        letter-spacing: 0.7px;
    }

    .marriage_contact_form .submit_btn {
        width: 470px;
        height: 66px;
        font-size: 1.6rem;
        margin: 50px auto 0;
    }

    /* -----------image_consulting_service-----------*/
    .image_consulting_service {
        padding: 100px 40px;
    }

    .image_consulting_service_message {
        font-size: 3rem;
        margin: 70px 0 20px;
    }

    .image_consulting_service_text {
        font-size: 1.6rem;
        line-height: 2.3;
    }

    /* -----------image_consulting_plan-----------*/
    .image_consulting_plan {
        padding: 100px 40px;
    }

    .image_consulting_plan_wrapper {
        margin: 70px 0 30px;
    }

    .image_consulting_plan_image {
        width: 100%;
        max-width: 1000px;
        height: unset;
    }

    .image_consulting_plan_bottom {
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        gap: 30px;
        margin: 20px 0px 0 20px;
    }

    .image_consulting_plan_bottom_text {
        font-size: 1.4rem;
    }

    /* -----------image_consulting_staff-----------*/
    .image_consulting_staff {
        padding: 100px 100px 100px 40px;
    }

    .image_consulting_staff_list {
        margin: 70px 0 0;
        gap: 50px;
    }

    .image_consulting_staff_item {
        max-width: 900px;
        flex-direction: row;
        gap: 30px;
        align-items: center;
        padding: 0 0 50px;
    }

    .image_consulting_staff_item_profile {
        width: 30%;
    }

    .image_consulting_staff_item_position {
        font-size: 1.6rem;
    }

    .image_consulting_staff_item_name {
        font-size: 3.5rem;
    }

    .image_consulting_staff_item_image {
        overflow: hidden;
    }

    .image_consulting_staff_item_image_img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: scale(1.1);
    }

    .image_consulting_staff_item_image_img.inview {
        animation: scaleUpImage 0.3s 0.3s linear forwards;
    }

    @keyframes scaleUpImage {
        0% {
            transform: scale(1.1);
        }

        100% {
            transform: scale(1);
        }
    }

    .image_consulting_staff_item_text {
        width: 70%;
        font-size: 1.6rem;
        max-width: 500px;
    }

    .image_consulting_staff_bottom_text {
        font-size: 2rem;
    }

    /* -----------image_consulting_case-----------*/
    .image_consulting_case_text {
        font-size: 2rem;
        margin: 70px 0 30px;
    }

    .image_consulting_case_images {
        max-width: 900px;
        padding: 0;
    }

    .image_consulting_case_images_img {
        object-fit: contain;
    }

    /* -----------image_consulting_instagram-----------*/
    .image_consulting_instagram {
        padding: 100px 40px;
    }

    .image_consulting_instagram_list {
        margin: 70px 0 50px;
    }

    .image_consulting_instagram_item {
        width: calc((100% - 30px) / 4);
        overflow: hidden;
    }

    .image_consulting_instagram_item_img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: scale(1.1);
    }

    .image_consulting_instagram_item_img.inview {
        animation: scaleUpImage 0.3s 0.3s linear forwards;
    }

    /* -----------image_consulting_lower_info-----------*/
    .image_consulting_lower_info {
        padding: 100px 40px 200px;
    }

    .image_consulting_lower_info .radius_button {
        margin: 70px 0 0;
    }

    .image_consulting_lower_info_wrapper {
        flex-direction: row;
        gap: 30px;
    }

    .image_consulting_lower_info_item {
        max-width: 450px;
        height: 225px;
    }

    .image_consulting_lower_info_item_text {
        font-size: 1.5rem;
    }

    .image_consulting_lower_info_item_text_span {
        display: inline-block;
        font-size: 1.3rem;
        margin: 0 2px;
    }

    .image_consulting_lower_info_item_title {
        font-size: 4.6rem;
    }

    .image_consulting_lower_info_item:nth-of-type(2) .image_consulting_lower_info_item_title {
        font-size: 3.6rem;
        line-height: 1.1;
    }

    .image_consulting_lower_info_item:nth-of-type(2) .image_consulting_lower_info_item_title_span {
        font-size: 2.4rem;
    }

    .image_consulting_lower_info_item {
        padding: 20px;
    }

    /* -----------page_beauty_glow service-----------*/
    .beauty_glow_service {
        padding: 100px 40px;
    }

    .beauty_glow_service_message {
        font-size: 3rem;
        margin: 70px 0 20px;
    }

    .beauty_glow_service_text {
        font-size: 1.6rem;
        line-height: 2.3;
    }

    .page_beauty_glow .beauty_glow_service {
        padding: 100px 40px 200px;
    }

    .page_beauty_glow .beauty_glow_service_image_wrapper {
        margin: 70px auto 0;
    }

    .beauty_glow_service_image {
        animation: scrollLoop 50s linear infinite;
    }

    .page_beauty_glow .beauty_glow_service_image_img {
        width: 30%;
        max-width: 333px;
    }

    /* -----------beauty_glow_guidance-----------*/
    .beauty_glow_guidance_item {
        padding: 30px 80px 56px;
    }

    .beauty_glow_guidance_item_title {
        font-size: 2.4rem;
        line-height: 55px;
    }

    .beauty_glow_guidance_item_text {
        font-size: 1.6rem;
    }

    .beauty_glow_guidance_item_desc {
        font-size: 1.8rem;
    }

    .beauty_glow_guidance_item_link {
        right: 80px;
    }

    /* -----------beauty_glow_menu-----------*/
    .beauty_glow_menu {
        padding: 100px 40px;
    }

    .beauty_glow_menu_wrapper {
        margin: 70px 0 0;
        gap: 50px;
    }

    /* -----------beauty_glow_staff-----------*/
    .beauty_glow_staff {
        padding: 100px 40px;
    }

    .beauty_glow_staff_wrap {
        max-width: 1000px;
        margin: 70px 0 0;
        gap: 50px;
        flex-direction: row;
        align-items: center;
    }

    .beauty_glow_staff_item_profile {
        width: 45%;
    }

    .beauty_glow_staff_item_position {
        font-size: 1.6rem;
    }

    .beauty_glow_staff_item_name {
        font-size: 3.5rem;
        margin: 20px 0 50px;
    }

    .beauty_glow_staff_item_text {
        line-height: 2;
        font-size: 1.6rem;
    }

    .beauty_glow_staff_image {
        width: 50%;
        max-height: 400px;
        object-fit: cover;
    }

    /* -----------beauty_glow_gallery-----------*/
    .beauty_glow_gallery {
        padding: 100px 40px;
    }

    .beauty_glow_gallery_wrapper {
        grid-template-rows: calc(25% - 10px) calc(25% - 30px) calc(50% - 10px);
        /* 縦幅それぞれ指定 */
        margin: 70px 0 50px;
        gap: 10px;
    }

    /* -----------page_lip_life_lab service-----------*/
    .lip_life_lab_service {
        padding: 100px 40px;
    }

    .lip_life_lab_service_message {
        font-size: 3rem;
        margin: 70px 0 20px;
    }

    .lip_life_lab_service_text {
        font-size: 1.6rem;
        line-height: 2.3;
    }

    .page_lip_life_lab .lip_life_lab_service_image_wrapper {
        margin: 70px auto 0;
    }

    .lip_life_lab_service_image {
        animation: scrollLoop 50s linear infinite;
    }

    .page_lip_life_lab .lip_life_lab_service_image_img {
        width: 30%;
        max-width: 333px;
    }

    /* -----------page_lip_life_lab link-----------*/
    .lip_life_lab_link {
        padding: 100px 60px 0px 40px;
    }

    .lip_life_lab_link_item {
        width: 320px;
        height: 75px;
        font-size: 2.4rem;
    }

    .lip_life_lab_link_item_span {
        font-size: 2.4rem;
    }

    /* -----------page_lip_life_lab plan-----------*/
    .lip_life_lab_plan {
        padding: 100px 60px 100px 40px;
    }

    .lip_life_lab_plan_wrapper {
        margin: 70px 0 0;
    }

    .lip_life_lab_plan_image {
        width: 100%;
        height: unset;
    }

    .lip_life_lab_plan_bottom {
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        gap: 30px;
        margin: 30px 0 0;
    }

    /* -----------page_lip_life_lab gallery-----------*/
    .lip_life_lab_gallery {
        padding: 100px 40px;
    }

    .lip_life_lab_gallery_wrapper {
        grid-template-rows: calc(25% - 10px) calc(25% - 30px) calc(50% - 10px);
        /* 縦幅それぞれ指定 */
        margin: 70px 0 50px;
        gap: 10px;
    }

    /* -----------page_lip_life_lab reservation-----------*/
    .lip_life_lab_reservation {
        padding: 0px 40px 200px;
    }

    .lip_life_lab_reservation .lip_life_lab_link_wrapper {
        margin: 70px 0 0;
    }

    /* -----------about_breadcrumbs----------- */

    /* -----------about_main----------- */
    .about_main {
        padding: 0px 60px 100px;
    }

    .about_main_sec_title {
        font-size: 6rem;
    }

    .about_main_sec_subtitle {
        font-size: 2rem;
        margin: 20px 0 0;
    }

    .about_main_image {
        padding: 0 50px;
        box-sizing: border-box;
        margin: 70px auto;
    }

    .about_main_title .sp {
        display: none;
    }

    .about_main_text .pc {
        display: block;
    }

    .about_main_text {
        max-width: 800px;
        font-size: 2rem;
        line-height: 2;
        margin: 0 auto 10px;
    }

    .about_main_label {
        font-size: 2rem;
        line-height: 2;
    }

    .about_main_bottom {
        font-size: 2rem;
        line-height: 2;
    }

    .about_main_wrapper {
        max-width: 680px;
        margin: 50px auto;
        row-gap: 70px;
    }

    .about_main_item {
        width: calc((100% - 70px) / 2);
        max-width: 305px;
    }

    .about_main_circle {
        width: 350px;
    }

    .about_main_item_title {
        font-size: 1.8rem;
    }

    .about_main_item_title .sp {
        display: none;
    }

    .about_main_item_text {
        font-size: 1.6rem;
    }

    .about_main_item_text .sp {
        display: none;
    }

    /* -----------about_lower_info-----------*/


    .page_about .lower_info_item_title {
        width: 200px;
    }

    .page_about .lower_info_map {
        max-width: 800px;
        margin: 0px auto 0;
    }

    /* -----------about_info_image-----------*/
    .page_about .beauty_glow_service_image_wrapper {
        margin: 0px auto 200px;
    }

    .page_about .beauty_glow_service_image img {
        width: auto;
        height: 340px;
    }

    /* -----------about_message-----------*/
    .about_message {
        padding: 100px 60px;
    }

    .about_message_text {
        font-size: 1.6rem;
        line-height: 1.5;
    }

    /* -----------about_philosophy-----------*/
    .about_philosophy {
        padding: 100px 60px 100px;
    }

    .about_philosophy .sec_inner {
        gap: 50px;
    }

    .about_philosophy_item {
        max-width: 1040px;
        box-sizing: border-box;
        margin: 0 auto;
        flex-direction: row;
        gap: 20px;
        border: 1px solid #EAA1A9;
        padding: 30px;
    }

    .about_philosophy_item:nth-of-type(2) {
        border: 1px solid #9DCCF1;
    }

    .about_philosophy_item:nth-of-type(3) {
        border: 1px solid #7DE5D7;
    }

    .about_philosophy_item_text_title {
        font-size: 3rem;
    }

    .about_philosophy_item_text_title::before {
        width: 10px;
        height: 10px;
    }

    .about_philosophy_item_text_message {
        font-size: 2.4rem;
    }

    .about_philosophy_item_text_desc {
        font-size: 1.6rem;
    }

}

/* -----------PC-----------*/

@media screen and (min-width:960px) {


    body {
        font-size: 15px;
    }

    .sp {
        display: none;
    }

    .pc {
        display: block;
    }

    /* -----------共通-----------*/
    .section_title_ja {
        font-size: 1.8rem;
    }

    .section_title_en {
        font-size: 6.4rem;
    }

    .white_button {
        width: 248px;
        height: 48px;
        font-size: 1.6rem;
    }

    /* -----------reservation_btn-----------*/
    .reservation_btn {
        width: 166px;
        height: 166px;
    }

    /* -----------サービス下層共通MV-----------*/
    .lower_mv {
        height: 100vh;
        padding: 150px 0 0 130px;
    }

    /* -----------下層ページ追従ナビゲーション-----------*/
    .sticky_wrapper_nav {
        display: block;
    }

    .sticky_wrapper_content {
        width: 75%;
    }

    /* -----------PC header-----------*/
    header {
        padding: 30px 50px;
    }

    .header_hamburger {
        width: 40px;
        height: 30px;
    }

    .header_logo {
        font-size: 3rem;
    }

    .header_contact {
        width: 250px;
        height: 50px;
    }


    /* -----------footer-----------*/
    .footer_contact {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 30px;
        padding: 0 min(160px, 10vw) 100px min(80px, 6vw);
    }

    .footer_contact_text {
        font-size: 1.6rem;
        margin: 40px 0 0;
    }

    .footer_contact_button {
        flex-shrink: 0;
    }

    .footer_main {
        padding: 100px 0 0;
    }

    .footer_title {
        font-size: 5rem;
    }

    .footer_address {
        font-size: 1.8rem;
        margin: 20px 0 80px;
    }

    /* -----------top-----------*/
    .top_mv_title_en {
        font-size: 10rem;
        padding: 0 53px;
    }

    .top_mv_title_ja {
        font-size: 1.8rem;
    }

    .top_mv_title_en {
        font-size: 7rem;
        padding: 0 47px;
    }

    .top_mv_title_ja {
        font-size: 1.6rem;
    }

    /* -----------top_about-----------*/
    .top_about_title {
        font-size: 5rem;
        margin: 0 0 60px;
    }

    .top_about_text {
        font-size: 2rem;
        margin: 0 0 30px;
        line-height: 1;
    }

    .top_about .white_button {
        margin: 70px auto 0;
    }

    /* -----------top_service-----------*/
    .top_service_title {
        font-size: 20rem;
    }

    .top_service_item {
        gap: 60px;
        padding: 0px 100px 0px;
    }

    .top_service_item_image {
        max-width: 600px;
    }

    .top_service_item_text {
        gap: 10px;
        margin: 0px;
    }

    .top_service_item_text_num {
        font-size: 2rem;
    }

    .top_service_item_text_en {
        font-size: 6.4rem;
        white-space: nowrap;
    }

    .top_service_item_text_en span {
        font-size: 4rem;
    }

    .top_service_item_text_en .sp {
        display: none;
    }

    .top_service_item_text_ja {
        font-size: 1.8rem;
        margin: 6px 0 0;
    }

    .top_service_pagination {
        left: 16px;
        gap: 30px;
    }

    .top_service .white_button {
        width: 248px;
        font-size: 1.6rem;
        margin: 40px auto 0 0;
    }

    /* -----------top_news-----------*/
    .top_news {
        padding: 0px 40px 200px;
    }

    .top_news .sec_inner {
        flex-direction: row;
        align-items: flex-start;
        gap: 60px;
        justify-content: space-between;
    }

    .top_news_wrapper {
        flex-shrink: 0;
        gap: 70px;
    }

    .top_news .white_button {
        width: 248px;
        height: 48px;
        font-size: 1.6rem;
    }

    .top_news_list {
        flex-grow: 1;
        padding: 70px 0 0;
    }

    .top_news_item {
        gap: 27px;
        padding: 33px 0 44px;
    }

    .top_news_item_head {
        gap: 10px;
    }

    .top_news_item_head_new {
        padding: 7px 20px;
        border-radius: 3px;
    }

    .top_news_item_text_date {
        font-size: 1.4rem;
        flex-grow: 1;
    }

    .top_news_item_text {
        font-size: 1.6rem;
    }

    .top_news_item_tags {
        gap: 10px;
    }

    .top_news_item_tag {
        padding: 7px 20px;
        border-radius: 3px;
    }

    /* -----------marriage_concept-----------*/
    .marriage_concept_image {
        gap: 50px;
    }

    .marriage_concept_image_img {
        width: calc(50% - 25px);
    }

    /* -----------marriage_flow-----------*/
    .marriage_flow_list {
        padding: 0 80px;
        margin: 70px 0 0;
    }

    .marriage_flow_item_head_step {
        font-size: 1.8rem;
    }

    .marriage_flow_item_head_step_number {
        font-size: 2.4rem;
    }

    .marriage_flow_item_head_title {
        font-size: 2.4rem;
    }

    .marriage_flow_item_text {
        font-size: 1.6rem;
    }

    .marriage_flow_item_link {
        font-size: 1.6rem;
    }

    /* -----------marriage_plan-----------*/
    .marriage_plan_note span {
        display: inline-block;
    }

    /* -----------marriage_requirements-----------*/
    .marriage_requirements_document {
        padding: 0 0 0 min(100px, 8vw);
    }

    /* -----------marriage_service-----------*/
    .marriage_service_list {
        flex-direction: row;
        margin: 30px 0px 0;
    }

    .marriage_service_item {
        max-width: 270px;
        padding: 0;
    }

    .marriage_service_item_title {
        min-height: 76px;
        display: flex;
        align-items: center;
    }

    .marriage_service_item_line {
        width: 2px;
        height: auto;
    }

    /* -----------marriage_column-----------*/
    .marriage_column {
        padding: 50px 0 50px 30px;
    }

    .marriage_column_head {
        padding: 0 30px 0 0;
        flex-direction: row;
        gap: min(80px, 4vw);
    }

    .marriage_column_search {
        align-self: flex-start;
        flex-shrink: 0;
    }

    .marriage_column_list_wrapper {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .marriage_column_item {
        width: 360px;
        flex-shrink: 0;
    }

    .marriage_column .radius_button {
        margin: 30px 30px 0 auto;
    }

    /* -----------marriage_faq-----------*/
    .marriage_faq_list {
        padding: 0 min(100px, 7vw);
    }

    /* -----------lower_info-----------*/
    .lower_info_item_map_link {
        display: inline-block;
        margin: 0 0 0 10px;
        font-size: 1.2rem;
    }

    /* -----------image_consulting_staff-----------*/
    .image_consulting_staff_item {
        gap: min(80px, 5vw);
        padding: 0 min(80px, 5vw) 50px 0;
    }

    /* -----------beauty_glow_guidance-----------*/
    .beauty_glow_guidance:last-of-type {
        padding: 100px 40px 150px;
    }

    /* -----------page_lip_life_lab reservation-----------*/
    .lip_life_lab_link_wrapper {
        max-width: 1000px;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .lip_life_lab_link_item {
        width: calc((100% - 40px) / 3);
        min-width: 260px;
    }

    .lip_life_lab_service_text_wrapper {
        gap: 30px;
    }

    /* -----------about_breadcrumbs----------- */

    /* -----------about_main----------- */
    .about_main {
        padding: 0px 130px 100px;
    }

    /* -----------about_info_image-----------*/
    .page_about .beauty_glow_service_image img {
        height: 400px;
    }

    .page_about .beauty_glow_service_image {
        animation: scrollLoop 100s linear infinite;
    }

    /* -----------about_message-----------*/
    .about_message .sec_inner {
        display: flex;
        align-items: center;
        gap: 60px;
        margin: initial;
        transition: .5s;
    }

    @media screen and (min-width:1520px) {
        .about_message .sec_inner {
            margin: auto;
        }
    }

    .about_message_image {
        width: 40%;
        max-width: 428px;
        flex-shrink: 0;
        margin: 0;
    }

    .about_message_wrapper {
        width: 60%;
        margin: 0;
        position: unset;
    }

    .about_message_title {
        font-size: 18rem;
        top: 0;
        bottom: 0;
    }

    /* -----------about_philosophy-----------*/
    .about_philosophy {
        padding: 260px 60px 100px;
    }

    .about_philosophy_item {
        gap: min(100px, 7vw);
        padding: min(100px, 7.5vw);
    }

    .about_philosophy_image {
        width: 200px;
    }



    .page_lip_life_lab .lip_life_lab_service_image_wrapper {
        width: calc(100% + 40px);
    }

    .lip_life_lab_plan .sec_inner {
        max-width: 810px;
        margin: 0;
    }

    .lower_info_map {
        margin: 50px 0 0;
    }

}


@media screen and (min-width:1025px) {


    .sp {
        display: none;
    }

    .pc {
        display: block;
    }

    /* -----------共通-----------*/

    /* -----------PC header-----------*/


    /* -----------footer-----------*/


    /* -----------top-----------*/
}




/* -----------NEWS-----------*/
.page_news {
    padding: 100px 20px 110px;
}

.news_header_inner {
    max-width: 100%;
    margin: 0 auto;
}


.news_title {
    font-size: 3.8rem;
    letter-spacing: 0.08em;
    margin-bottom: 14px;
    transition: .5s;
}

.news_subtitle {
    font-size: 1.2rem;
    letter-spacing: 0.12em;
    transform: .5s;
}

.news_list_inner {
    margin: 50px auto 0;
    transition: .5s;
}

.news_item {
    border-top: 1px solid #202020;
}

.news_item:first-child {
    border-top: none;
}

.news_item:last-child {
    border-bottom: 1px solid #202020;
}

.news_item_link {
    display: block;
    position: relative;
    padding: 0 0 15px;
    color: #202020;
    text-decoration: none;
    overflow: hidden;
    transition: .5s;
}

.news_item_date {
    font-size: 1.2rem;
    letter-spacing: 0.12em;
    margin: 25px 0 10px;
    color: #817B7B;
}

.news_item_heading {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
}

.news_item_excerpt {
    font-size: 1.2rem;
    line-height: 1.8;
    letter-spacing: 0.02em;
}

.news_pagination {
    margin: 50px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 36px;
}

.news_pagination_arrow {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    color: #202020;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.news_pagination_arrow:hover {
    opacity: 0.6;
}

.news_pagination_pages {
    list-style: none;
    display: flex;
    gap: 14px;
    padding: 0;
    margin: 0;
}

.news_pagination_pages a {
    font-size: 1.3rem;
    letter-spacing: 0.08em;
    color: #959595;
    text-decoration: none;
    transition: color 0.3s ease;
}

.news_pagination_pages a:hover {
    color: #202020;
}

.news_pagination_pages .is-current {
    color: #202020;
    position: relative;
}

.news_pagination_pages .is-current::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 1px;
    background: #202020;
}

@media (min-width: 600px) {
    .page_news {
        padding: 110px 24px 120px;
    }


    .news_title {
        font-size: 4.6rem;
        margin-bottom: 18px;
    }

    .news_item_link {
        padding: 0 0 25px;
    }

    .news_item_heading {
        font-size: 1.7rem;
    }

    .news_item_excerpt {
        font-size: 1.3rem;
    }

    .news_pagination {
        margin: 42px auto 0;
        gap: 60px;
    }

    .news_pagination_pages {
        gap: 18px;
    }

    .news_pagination_pages a {
        font-size: 1.4rem;
    }

    .news_item_link::before {
        right: -20%;
        width: 140px;
        height: 140px;
    }
}



@media (min-width: 960px) {

    .news_title {
        font-size: 6rem;
        padding-left: 130px;
    }


    .news_subtitle {
        font-size: 2rem;
        padding-left: 130px;
    }

    .page_news {
        padding: 140px 40px 160px;
    }

    

    .news_list_inner {
        max-width: 878px;
        margin: 170px auto 40px;
    }



    .news_item_link::before {
        right: auto;
        width: auto;
        height: auto;
    }


}

/* -----------SINGLE NEWS-----------*/
.single_news {
    padding: 110px 0px 120px;
    margin: 0 auto;
}


.single_news_title {
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
}

.single_news_title_row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 12px;
}

.single_news_date {
    font-size: 1.2rem;
    letter-spacing: 0.14em;
    white-space: nowrap;
    align-self: flex-end;
}

.single_news_title_row+.single_news_date {
    margin-bottom: 0;
}

.single_news_article_inner {
    max-width: 840px;
    margin: 50px auto 0;
    padding: 0 20px 0;
}


/* アイキャッチ画像 */
.single_news_hero {
    margin: 0;
    width: 100%;
}

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

/* 記事本文内の画像 */
.single_news_article_inner>img,
.single_news_article_inner figure img,
.single_news_article_inner p img,
.single_news_content_inner>img,
.single_news_content_inner figure img,
.single_news_content_inner p img,
.single_news_body>img,
.single_news_body figure img,
.single_news_body p img {
    margin: 10px 0;
    max-width: 100%;
    height: auto;
    display: block;
}

.single_news_hero img {
    margin: 0;
}

/* 見出しスタイル */
.single_news_article_inner h2,
.single_news_content_inner h2,
.single_news_body h2 {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin: 40px 0 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #202020;
}

.single_news_article_inner h3,
.single_news_content_inner h3,
.single_news_body h3 {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin: 32px 0 16px;
    padding-left: 5px;
    border-left: 6px solid #202020;
}

.single_news_article_inner h4,
.single_news_content_inner h4,
.single_news_body h4 {
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin: 24px 0 12px;
    position: relative;
}

.single_news_article_inner h4::after,
.single_news_content_inner h4::after,
.single_news_body h4::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 96px;
    height: 2px;
    background-color: #999;
}

/* single-column.php用のスタイル */
.single_news_content {
    margin-top: 50px;
}

.single_news_content_inner {
    max-width: 840px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.single_news_content_inner p {
    font-size: 1.4rem;
    line-height: 2.2;
    letter-spacing: 0.05em;
}

.single_news_tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.single_news_tag {
    display: inline-block;
    padding: 7px;
    width: fit-content;
    line-height: 2.5rem;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    border: 1px solid #202020;
    border-radius: 50px;
}

.single_news_body p {
    font-size: 1.4rem;
    line-height: 2.2;
    letter-spacing: 0.05em;
}

.single_news_nav {
    max-width: 270px;
    margin: 60px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    letter-spacing: 0.12em;
    font-size: 1.6rem;
}

.single_news_nav_link {
    font-family: "oculi-display", sans-serif;
    font-weight: 400;
    text-decoration: none;
    transition: opacity 0.3s ease;
    color: #202020;
}

.single_news_nav_link:hover {
    opacity: 0.6;
}

.single_news_back {
    margin: 50px 0 0;
    display: flex;
    justify-content: center;
}

.single_news_back_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 250px;
    height: 50px;
    border: 1.5px solid #202020;
    letter-spacing: 0.12em;
    font-size: 1.2rem;
    text-decoration: none;
    color: #202020;
    transition: background 0.3s ease, color 0.3s ease;
    box-sizing: border-box;
}

.single_news_back_button:hover {
    background: #202020;
    color: #fff;
}

@media (min-width: 600px) {
    .single_news {
        padding: 120px 28px 140px;
    }

    .single_news_title {
        font-size: 2.8rem;
    }

    .single_news_nav {
        margin-top: 70px;
    }

    .single_news_article_inner h2,
    .single_news_content_inner h2,
    .single_news_body h2 {
        font-size: 2.4rem;
        margin: 48px 0 24px;
    }

    .single_news_article_inner h3,
    .single_news_content_inner h3,
    .single_news_body h3 {
        font-size: 1.8rem;
        margin: 40px 0 20px;
    }

    .single_news_article_inner h4,
    .single_news_content_inner h4,
    .single_news_body h4 {
        font-size: 1.6rem;
        margin: 32px 0 16px;
    }
}

@media (min-width: 769px) {
    .single_news {
        padding: 140px 40px 160px;
    }


    .single_news_article_inner {
        margin: 60px auto 200px;
        padding: 0;
    }

    .single_news_content {
        margin-top: 60px;
    }

    .single_news_content_inner {
        margin: 0 auto 200px;
    }

    .single_news_nav {
        margin: 80px auto 0;
    }

    .single_news_title_row {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
        max-width: 840px;
        margin: auto;
        box-sizing: border-box;
    }

    .single_news_date {
        align-self: initial;
    }

    .single_news_article_inner h2,
    .single_news_content_inner h2,
    .single_news_body h2 {
        font-size: 2.8rem;
        margin: 56px 0 28px;
    }

    .single_news_article_inner h3,
    .single_news_content_inner h3,
    .single_news_body h3 {
        font-size: 2rem;
        margin: 48px 0 24px;
    }

    .single_news_article_inner h4,
    .single_news_content_inner h4,
    .single_news_body h4 {
        font-size: 1.8rem;
        margin: 40px 0 20px;
    }
}

/* -----------PRIVACY POLICY-----------*/
.page_privacy {
    padding: 100px 0px 110px;
}

@media (min-width: 960px) {
    .page_privacy_title,
    .page_privacy_title_sub{
        padding-left: 130px;
    }
}

.page_privacy_header_inner {
    max-width: 100%;
    margin: 0 auto;
}

.page_privacy_title {
    font-size: 3.4rem;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
}

.page_privacy_title_sub {
    font-size: 1.4rem;
    letter-spacing: 0.12em;
}

.page_privacy_content_inner {
    max-width: 100%;
    margin: 80px auto 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.page_privacy_intro {
    font-size: 1.4rem;
    line-height: 2.1;
    letter-spacing: 0.05em;
    color: #202020;
}

@media screen and (min-width: 769px) {
    .page_privacy_intro {
        font-size: 1.6rem;
    }
}

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

.page_privacy_section_title {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
}

.page_privacy_section_text {
    font-size: 1.4rem;
    line-height: 2.1;
    letter-spacing: 0.05em;
}

.page_privacy_section_text a {
    color: #202020;
}

.page_privacy_list {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.05em;
    padding-left: 1.5em;
}

.page_privacy_list li {
    margin-bottom: 8px;
}

.page_privacy_section_link a {
    color: #202020;
    font-size: 1.3rem;
    letter-spacing: 0.04em;
    text-decoration: underline;
}

.page_privacy_section_link a:hover {
    opacity: 0.7;
}

.page_privacy_contact {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    color: #202020;
}

.page_privacy_contact_link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: fit-content;
    padding-bottom: 2px;
    color: #202020;
    text-decoration: none;
    border-bottom: 1px solid #202020;
}

.page_privacy_contact_link:hover {
    opacity: 0.7;
}

.page_privacy_footer_note {
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    color: #666;
}

@media (min-width: 600px) {
    .page_privacy {
        padding: 110px 28px 120px;
    }

    .page_privacy_title {
        font-size: 4rem;
    }

    .page_privacy_content_inner {
        gap: 48px;
    }
}

@media (min-width: 769px) {
    .page_privacy {
        padding: 120px 32px 140px;
    }

    .page_privacy_title {
        font-size: 4.8rem;
    }

    .page_privacy_content_inner {
        gap: 56px;
    }
}

@media (min-width: 1025px) {
    .page_privacy {
        padding: 140px 40px 160px;
    }

    .page_privacy_content_inner {
        max-width: 960px;
    }
}

/* -----------ARCHIVE COLUMN-----------*/
.archive_column {
    padding: 100px 22px 110px;
}

@media (min-width: 640px) {
    .archive_column {
        padding: 150px 28px 110px;
    }
}

.archive_column_header_inner,
.archive_column_filters_inner,
.archive_column_list_inner {
    max-width: 100%;
    margin: 0 auto;
}


.archive_column_title {
    font-size: 3.8rem;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
}

.archive_column_subtitle {
    font-size: 1.3rem;
    letter-spacing: 0.12em;
}


@media (min-width: 960px) {
    .archive_column_title,
    .archive_column_subtitle {
        padding-left: 130px;
    }
}
.archive_column_filters_inner {
    margin: 40px auto 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
}

.archive_column_tags_wrapper {
    position: relative;
    flex: 1 1 100%;
    padding-right: 0;
}

.archive_column_tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    max-height: 72px;
    overflow: hidden;
    transition: max-height 0.35s ease;
    position: relative;
}

.archive_column_tags::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 44px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 90%);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.archive_column_tags.is-open {
    max-height: 1000px;
}

.archive_column_tags.is-open::after {
    opacity: 0;
}

.archive_column_tags_toggle {
    position: absolute;
    top: -6px;
    right: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #202020;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease;
}

.archive_column_tags_toggle:hover {
    background: #202020;
}

.archive_column_tags_toggle:hover .archive_column_tags_toggle_icon {
    border-color: #fff;
}

.archive_column_tags_toggle_icon {
    width: 10px;
    height: 10px;
    border-right: 1.5px solid #202020;
    border-bottom: 1.5px solid #202020;
    transform: rotate(45deg);
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.archive_column_tags_toggle.is-open .archive_column_tags_toggle_icon {
    transform: rotate(-135deg);
}

.archive_column_tag {
    border: 1px solid #202020;
    padding: 6px 18px;
    border-radius: 999px;
    background: #fff;
    font-size: 1.1rem;
    letter-spacing: 0.08em;
    color: #202020;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease;
}

.archive_column_tag:hover {
    background: #202020;
    color: #fff;
}

.archive_column_tag.is-active {
    background: #202020;
    color: #fff;
}

.archive_column_search {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #202020;
    border-radius: 999px;
    padding: 8px 16px;
    flex: 1 1 100%;
    justify-content: flex-start;
}

.archive_column_search_input {
    border: none;
    outline: none;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    width: 100%;
}

.archive_column_search_input::placeholder {
    color: #999;
}

.archive_column_search_icon {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
}

.archive_column_list_inner {
    margin: 40px auto 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.archive_column_item_link {
    display: flex;
    flex-direction: column;
    gap: 14px;
    text-decoration: none;
    color: #202020;
}

.archive_column_item_image {
    margin: 0;
}

.archive_column_item_image img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    object-fit: cover;
}

.archive_column_item_title {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
}

.archive_column_item_tags {
    font-size: 1.1rem;
    letter-spacing: 0.08em;
    color: #707070;
}

.section_inner{
    max-width: 1120px;
    margin: auto;
}

.archive_column_pagination {
    margin: 60px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 36px;
}

.archive_column_pagination_arrow {
    font-size: 2rem;
    letter-spacing: 0.1em;
    color: #202020;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.archive_column_pagination_arrow:hover {
    opacity: 0.6;
}

.archive_column_pagination_arrow.is-disabled {
    opacity: 0.2;
    pointer-events: none;
}

.archive_column_pagination_pages {
    list-style: none;
    display: flex;
    gap: 14px;
    padding: 0;
    margin: 0;
}

.archive_column_pagination_pages a {
    font-size: 1.3rem;
    letter-spacing: 0.08em;
    color: #909090;
    text-decoration: none;
    transition: color 0.3s ease;
}

.archive_column_pagination_pages a:hover {
    color: #202020;
}

.archive_column_pagination_pages .is-current {
    color: #202020;
    position: relative;
}

.archive_column_pagination_pages .is-current::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 1px;
    background: #202020;
}

@media (min-width: 600px) {
    .archive_column_list_inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 24px;
    }
}

/* -----------CONTACT-----------*/
.page_contact {
    padding: 100px 22px 110px;
    max-width: 615px;
    margin: 0 auto;
}

.page_contact_title {
    font-size: 3.8rem;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
}

.page_contact_subtitle {
    font-size: 1.3rem;
    letter-spacing: 0.12em;
    color: #707070;
}

.page_contact_form_inner {
    max-width: 100%;
    padding: 0;
    box-sizing: border-box;
}

.page_contact_badge {
    width: fit-content;
    margin: 0 auto 15px;
    padding: 6px 22px;
    border-radius: 30px;
    border: 1px solid #EAA1A9;
    font-size: 1.2rem;
    letter-spacing: 0.12em;
    color: #EAA1A9;
    background: transparent;
}

.page_contact_field > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.page_contact_notice {
    font-size: 1.28rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: #202020;
    text-align: right;
    margin: 0;
}

.page_contact_notice span {
    color: #EAA1A9;
    margin: 0 10px 0 0;
}



.page_contact_form_title {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-align: center;
    margin: 0 0 50px;
}

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

.page_contact_field_group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.page_contact_field_group>label {
    font-size: 1.4rem;
    font-weight: 500;
    color: #202020;
}

@media (min-width: 1025px) {
    .page_contact_field_group>label {
        font-size: 1.6rem;
    }
}

.page_contact_field {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.page_contact_field label {
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    color: #202020;
}

.page_contact_field label span,
.page_contact_field_group>label span {
    color: #EAA1A9;
    margin-left: 6px;
    display: inline-block;
    font-size: 0.8em;
    position: relative;
    top: -1px;
}

.page_contact_row {
    display: flex;
    flex-direction: row;
    gap: 12px;
    width: 100%;
    box-sizing: border-box;
}

.page_contact_row .page_contact_field {
    flex: 1;
    gap: 0;
    min-width: 0;
    box-sizing: border-box;
}

.page_contact_label_hidden {
    display: block;
    font-size: 0;
    height: 0;
}

.page_contact_field input,
.page_contact_field textarea,
.page_contact_field select {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #F6F6F6;
    border-radius: 5px;
    padding: 14px 16px;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    background: #f5f5f5;
    color: #999;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.page_contact_field input::placeholder,
.page_contact_field textarea::placeholder {
    color: #999;
}

.page_contact_field input:not(:placeholder-shown),
.page_contact_field textarea:not(:placeholder-shown) {
    color: #999;
}

.page_contact_field input:focus,
.page_contact_field textarea:focus,
.page_contact_field select:focus {
    border-color: #d9d9d9;
    box-shadow: none;
    outline: none;
    background: #f5f5f5;
}

.page_contact_select_wrapper {
    position: relative;
}

.page_contact_select_wrapper::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 1.5px solid #202020;
    border-bottom: 1.5px solid #202020;
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
}

.page_contact_select_wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.page_contact_field textarea {
    resize: vertical;
    min-height: 160px;
}

.page_contact_checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    letter-spacing: 0.08em;
}

.page_contact_checkbox input {
    width: 15px;
    height: 15px;
}

.page_contact_checkbox label span {
    color: #EAA1A9;
    margin-left: 6px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0.8em;
}

.page_contact_submit {
    margin: 20px auto 0;
    width: 100%;
    max-width: 470px;
    height: 66px;
    border-radius: 5px;
    border: none;
    background: #EAA1A9;
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.12em;
    cursor: pointer;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.page_contact_submit:hover {
    opacity: 0.85;
    transform: translateY(-2px);
}

@media (min-width: 768px) {
    .page_contact {
        padding: 110px 28px 120px;
    }

    .page_contact_title {
        font-size: 4rem;
    }


    .page_contact_row {
        flex-direction: row;
    }
}

@media (min-width: 1024px) {
    .page_contact {
        padding: 120px 32px 140px;
    }
}

@media (min-width: 1200px) {
    .page_contact {
        padding: 140px 40px 160px;
    }

    .page_contact_form_inner {
        margin-top: 40px;
    }
}

.contact_privacypolicy {
    color: #202020;
}

/* -----------ABOUT-----------*/
.page_about {
    padding: 60px 0 120px;
}

.about_mv {
    padding: 80px 22px 60px;
}

.about_mv_inner {
    max-width: 1080px;
    margin: 0 auto;
}


.about_mv_head {
    text-align: center;
}

.about_mv_title {
    font-size: 3.6rem;
    letter-spacing: 0.08em;
}

.about_mv_title_ja {
    font-size: 1.3rem;
    letter-spacing: 0.12em;
    color: #707070;
    margin-top: 10px;
}

.about_mv_image {
    margin-top: 36px;
    border: 6px solid #9bc7ff;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
}

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

.about_message {
    position: relative;
    padding: 110px 40px 0;
    box-sizing: border-box;
}

.about_message_lead {
    display: flex;
    flex-direction: column;
    gap: 24px;
    text-align: center;
}

.about_message_lead_title {
    font-size: 2rem;
    letter-spacing: 0.08em;
    font-weight: 600;
}

.about_message_lead_text {
    font-size: 1.4rem;
    line-height: 1.9;
    letter-spacing: 0.05em;
}

.about_values {
    margin: 60px auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    max-width: 560px;
}

.about_value_item {
    background: linear-gradient(180deg, #ffeef4 0%, #ffdfe9 100%);
    border-radius: 999px;
    padding: 32px 18px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 22px rgba(255, 190, 206, 0.4);
}

.about_value_title {
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.12em;
    font-weight: 700;
}

.about_value_text {
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
}

.about_message_body {
    display: flex;
    flex-direction: column;
    gap: 22px;
    font-size: 1.3rem;
    line-height: 1.9;
    letter-spacing: 0.05em;
}

.about_message_figure {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.about_message_photo {
    width: clamp(220px, 70%, 320px);
    margin: 0 auto;
    border-radius: 55% 45% 50% 50%;
    overflow: hidden;
    border: 8px solid rgba(255, 190, 206, 0.6);
}

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

.about_message_text {
    display: flex;
    flex-direction: column;
    gap: 22px;
    font-size: 1.3rem;
    line-height: 1.9;
    letter-spacing: 0.05em;
}

.about_message_signature {
    font-size: 1.2rem;
    letter-spacing: 0.12em;
    text-align: right;
}

@media (min-width: 768px) {
    .page_about {
        padding: 100px 0 160px;
    }

    .about_mv {
        padding: 120px 40px 90px;
    }

    .about_mv_head {
        text-align: left;
    }

    .about_message {
        padding: 157px 0 150px 40px;
    }

    .about_message::after {
        right: 20px;
        font-size: 7.4rem;
    }

    .about_message_lead_title {
        font-size: 2.6rem;
    }

    .about_message_lead_text,
    .about_message_body,
    .about_message_text {
        font-size: 1.6rem;
    }

    .about_values {
        max-width: 720px;
        gap: 26px;
    }

    .about_value_item {
        padding: 36px 24px;
    }

    .about_message_figure {
        flex-direction: row;
        align-items: flex-start;
    }

    .about_message_photo {
        width: 34%;
        margin: 0;
    }

    .about_message_text {
        flex: 1;
    }
}

@media (min-width: 1024px) {
    .about_mv_inner {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 60px;
        align-items: center;
    }

    .about_mv_head {
        grid-column: 1 / 2;
    }

    .about_mv_image {
        grid-column: 2 / 3;
        margin-top: 0;
        border-width: 8px;
    }

    .about_values {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        max-width: 960px;
    }

    .about_message::after {
        font-size: 9rem;
        right: 60px;
    }

    .about_message_body {
        flex-direction: row;
        gap: 40px;
    }

    .about_message_body p {
        flex: 1;
    }

    .about_message_signature {
        font-size: 1.3rem;
    }
}

.about_point {
    padding: 90px 22px 0;
}

.about_point_list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.about_point_card {
    border-radius: 28px;
    padding: 40px 32px;
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about_point_card--mission {
    background: #fff2f5;
}

.about_point_card--vision {
    background: #f2f6ff;
}

.about_point_card--value {
    background: #f1fbf9;
}

.about_point_label {
    font-size: 1.5rem;
    letter-spacing: 0.18em;
    font-weight: 600;
    margin-bottom: 24px;
}

.about_point_body {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.about_point_icon {
    width: 180px;
    margin: 0 auto;
}

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

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

.about_point_title {
    font-size: 2rem;
    letter-spacing: 0.1em;
}

.about_point_text {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.05em;
}

.about_point_card--mission .about_point_label,
.about_point_card--mission .about_point_title,
.about_point_card--mission .about_point_text {
    color: #f19ca7;
}

.about_point_card--vision .about_point_label,
.about_point_card--vision .about_point_title,
.about_point_card--vision .about_point_text {
    color: #8ab3e6;
}

.about_point_card--value .about_point_label,
.about_point_card--value .about_point_title,
.about_point_card--value .about_point_text {
    color: #72c6bc;
}

@media (min-width: 768px) {
    .about_point {
        padding: 130px 0 0;
    }

    .about_point_card {
        padding: 52px 64px;
    }

    .about_point_body {
        flex-direction: row;
        align-items: center;
        gap: 56px;
    }

    .about_point_icon {
        width: 220px;
        margin: 0;
        flex-shrink: 0;
    }

    .about_point_title {
        font-size: 2.2rem;
    }
}

@media (min-width: 1024px) {
    .about_point_list {
        gap: 44px;
    }

    .about_point_card {
        padding: 60px 80px;
        background: #fff;
        border: 1.5px solid transparent;
    }

    .about_point_card--mission {
        border-color: #f5c7cf;
    }

    .about_point_card--vision {
        border-color: #cbe1ff;
    }

    .about_point_card--value {
        border-color: #c8ebe5;
    }

    .about_point_body {
        gap: 72px;
    }

    .about_point_icon {
        width: 240px;
    }
}


/* 調整分CSS */
.archive_column .marriage_column_list_wrapper {
    overflow: hidden;
}

.archive_column .marriage_column_list {
    flex-wrap: wrap;
    flex-direction: row;
    row-gap: 40px;
}

.archive_column .marriage_column_item {
    width: 100%;
}

@media (min-width: 640px) {
    .archive_column .marriage_column_item {
        width: calc((100% - 20px) / 2);
    }
}

@media (min-width: 800px) {
    .archive_column .marriage_column_item {
        width: calc((100% - 40px) / 3);
    }
}

.wpcf7-form.init {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.page_contact_field label {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.07em;
    color: #202020;
}

@media (min-width: 1025px) {
    .page_contact_field label {
        font-size: 1.6rem;
    }
}