@charset "utf-8";

/*-------------------------------------
    intro-area
-------------------------------------*/
.intro-area {
    padding: 100px 0;
}

.intro-area .inner {
    display: flex;
    align-items: center;
    gap: 7%;
}

.intro-area .intro-txt {
    width: 50%;
    container-type: inline-size;
}

.intro-area .intro-catch {
    font-size: clamp(3.0rem, 4.6cqw, 4.0rem);
}

.intro-area .intro-img {
    width: 43%;
    border-radius: 150px 0 60px 0;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .intro-area {
        padding: 10vw 0;
    }

    .intro-area .inner {
        gap: 0;
        flex-wrap: wrap;
    }

    .intro-area .intro-txt {
        display: contents;
    }

    .intro-area .intro-sub-catch {
        order: 1;
        width: 100%;
    }

    .intro-area .intro-catch {
        font-size: clamp(2.4rem, 6.5cqw, 3.0rem);
        order: 2;
    }

    .intro-area .intro-img {
        width: 100%;
        height: 60vw;
        border-radius: 10vw 0 5vw 0;
        order: 3;
        margin-bottom: 5vw;
    }

    .intro-area .line-txt-box {
        order: 5;
    }

    .intro-area .basic-txt {
        order: 4;
    }
}

/* -----------------------------------------------------------
    line-txt-box
----------------------------------------------------------- */
.line-txt-box {
    --padding: clamp(20px, 1.8vw, 30px);
    display: flex;
    border: 1px solid #D9B075;
    padding: var(--padding);
    position: relative;
    margin-top: 30px;
    justify-content: space-between;
    align-items: center;
    gap: var(--padding);
    width: fit-content;
    border-radius: 20px;
}

.line-txt-box-ttl {
    color: #D9B075;
    font-family: var(--serif);
    line-height: 1.5;
    font-size: clamp(2.1rem, 1.5vw, 2.6rem);
    /* position: absolute;
    top: -20px;
    left: 20px;
    background-color: #fff;
    padding: 0 10px; */
    flex-shrink: 0;
}

.line-txt-box-ttl::after {
    content: "";
    display: inline-block;
    background: url(../img/cast/deco-kira02-gold.svg) no-repeat center/contain;
    aspect-ratio: 1/1;
    width: 21px;
    height: auto;
}

.line-txt-wrap .line-txt {
    font-size: clamp(1.7rem, 1.3vw, 2.4rem);
    line-height: 1.5;
    font-family: var(--serif);
}

.line-txt-wrap .qr-txt {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.line-txt-wrap .qr-txt::after {
    content: "";
    display: inline-block;
    flex-grow: 1;
    height: 1px;
    background-color: var(--cmnblack);
}

.line-txt-wrap .qr-txt::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: calc(100% - 8px);
    top: 40%;
    width: 10px;
    height: 1px;
    background-color: var(--cmnblack);
    transform: rotate(45deg);
}

.line-qr-img {
    width: clamp(100px, 10vw, 120px);
}


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

    /*スマホだけ表示*/
    .line-add-btn {
        display: none;
    }
}


@media screen and (max-width: 768px) {
    .line-txt-box {
        --padding: 5vw;
        margin-top: 5vw;
        border-radius: 4vw;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        padding: calc(var(--padding)*1.5) var(--padding);
    }

    .line-txt-box-ttl {
        font-size: clamp(2.1rem, 6cqw, 2.6rem);
        flex-shrink: initial;
        text-align: center;
        width: 100%;
    }

    .line-txt-wrap .line-txt {
        font-size: clamp(1.7rem, 6cqw, 2.4rem);
        text-align: center;
        margin: 0 0 3vw;
    }

    .line-txt-wrap .qr-txt,
    .line-qr-img {
        display: none;
    }

    .line-add-btn {
        display: block;
    }
}

/*-------------------------------------
    worry-area
-------------------------------------*/
.worry-area {
    padding: 100px 0 50px;
    background: linear-gradient(0deg, rgba(235, 220, 222, 1) 0%, rgba(248, 244, 234, 0) 100%);
    position: relative;
    margin-bottom: 13.125vw;
    /*↑afterのウェーブ分の高さ*/
}

.worry-area::after {
    content: "";
    display: block;
    background: url(../img/cast/section-wave-pink.svg) no-repeat center/contain;
    width: 100%;
    height: auto;
    aspect-ratio: 1600/210;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
}

.worry-area .worry-catch {
    font-size: clamp(3.0rem, 2.4cqw, 4.2rem);
    text-align: center;
    color: #926451;
    position: relative;
}

.worry-area .worry-catch::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/cast/deco-kira-pink-beige.svg) no-repeat center/contain;
    aspect-ratio: 1/1;
    width: 40px;
    height: auto;
}

.worry-area .worry-wrap {
    display: block;
    text-align: center;
    padding: 200px 0 0;
    position: relative;
}

.worry-area .worry-txt img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

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

    .worry-area .worry-txt-wrap {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .worry-area .worry-txt {
        position: absolute;
    }

    .worry-area .worry01 {
        left: 0;
        bottom: 100px;
    }

    .worry-area .worry02 {
        left: clamp(50px, 3vw, 70px);
        top: 100px;
    }

    .worry-area .worry03 {
        right: clamp(280px, 18vw, 300px);
        top: 50px;
    }

    .worry-area .worry04 {
        right: clamp(80px, 5vw, 100px);
        top: 200px;
    }

    .worry-area .worry05 {
        right: 0;
        bottom: 100px;
    }
}

@media screen and (max-width: 768px) {
    .worry-area {
        padding: 10vw 0 5vw;
    }

    .worry-area .worry-catch {
        font-size: clamp(2.1rem, 6cqw, 2.8rem);
    }

    .worry-area .worry-catch::before {
        top: -30px;
        width: 25px;
    }

    .worry-area .worry-wrap {
        padding: 3vw 0 0;
    }

    .worry-area .worry-txt-wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .worry-area .worry-txt {
        width: 80%;
    }

    .worry-area .worry01 {
        order: 3;
        margin-top: -4vw;
    }

    .worry-area .worry02 {
        order: 1;
    }

    .worry-area .worry03 {
        order: 2;
        margin-left: auto;
        width: 60%;
        margin-top: -4vw;
    }

    .worry-area .worry04 {
        order: 4;
        margin-left: auto;
        margin-top: -3vw;
    }

    .worry-area .worry05 {
        order: 5;
        margin-top: 2vw;
    }

}

/*-------------------------------------
    merit-area
-------------------------------------*/
.merit-area {
    padding: 50px 0 100px;
}

.merit-area .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5%;
}

.merit-area .merit-img {
    width: 45%;
    border-radius: 0 120px 0 50px;
    overflow: hidden;
}

.merit-area .merit-txt {
    width: 50%;
    container-type: inline-size;
}

.merit-area .merit-list {
    display: flex;
    flex-direction: column;
}

.merit-area .merit-item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--border2);
}

.merit-area .merit-item:last-child {
    margin-bottom: 0;
}

.merit-area .merit-catch {
    margin-bottom: 20px;
    font-size: clamp(2.5rem, 4cqw, 3.3rem);
}

.merit-area .merit-catch .ani-line {
    font-weight: 500 !important;
}

.merit-area .merit-num {
    font-size: 2.2rem;
    color: var(--coral);
    font-family: var(--en);
    margin-bottom: 5px;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .merit-area {
        padding: 5vw 0 10vw;
    }

    .merit-area .merit-img {
        width: 100%;
        border-radius: 0 10vw 0 5vw;
        height: 60vw;
    }

    .merit-area .merit-txt {
        width: 100%;
    }

    .merit-area .merit-num {
        font-size: 2.0rem;
    }

    .merit-area .merit-catch {
        margin-bottom: 3vw;
        font-size: clamp(2.2rem, 6.8cqw, 2.8rem);
    }

    .merit-area .merit-list {
        margin-top: 8vw;
    }

    .merit-area .merit-item {
        padding-bottom: 5vw;
        margin-bottom: 5vw;
    }

}

/*-------------------------------------
    flow-area
-------------------------------------*/
.flow-area {
    padding: 0 0 50px;
    position: relative;
    background-color: #FBFAF5;
    margin: 9.5vw 0;
}

.flow-area::before,
.flow-area::after {
    content: "";
    display: block;
    position: absolute;
    bottom: calc(100% - 1px);
    left: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 160/15;
    background: url(../img/cast/section-half-circle-yellow.svg) no-repeat center/contain;
    z-index: -1;
}

.flow-area::after {
    bottom: initial;
    top: calc(100% - 1px);
    transform: scale(-1, -1);
}

.flow-area .title-catch-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.flow-area .flow-catch-wrap {
    padding: 20px;
    border: 1px solid var(--gold);
    background-color: #fff;
    border-radius: 10px;
}

.flow-area .flow-sub-catch {
    font-family: var(--serif);
    line-height: 1.5;
    font-size: clamp(1.8rem, 1.3vw, 2.8rem);
    /* background-color: var(--gold);
    color: #fff;
    padding: 5px 10px; */
    color: var(--gold);
    display: inline-block;
    position: relative;
    padding-left: 20px;
}

.flow-area .flow-sub-catch::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/cast/deco-kira02-gold.svg) no-repeat center/contain;
    width: 18px;
    height: auto;
    aspect-ratio: 1/1;
}

.flow-area .flow-catch-wrap em {
    font-size: 250%;
    line-height: 1;
    font-family: var(--serif);
    color: var(--gold);
}

.flow-area .section-title {
    margin-bottom: 0;
}

.flow-area .section-title .en {
    color: #E9E3D6;
}

.flow-area .section-title .en.appeartext::after {
    background: url(../img/cast/deco-kira-beige.svg) no-repeat center/contain;
}

.flow-area .flow-list {
    --gap: clamp(20px, 2vw, 50px);
    display: flex;
    flex-wrap: wrap;
    margin-top: 80px;
    gap: var(--gap);
}

.flow-area .flow-item {
    width: calc((100% - var(--gap) * 2) / 3);
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap);
    padding: calc(var(--gap)*1.5) var(--gap);
    border-radius: 15px;
    background-color: #fff;
    border: 1px solid #E9E3D6;
    container-type: inline-size;
    align-items: center;
    align-content: flex-start;
}

.flow-area .flow-num {
    font-size: 2.4rem;
    font-family: var(--en);
    line-height: 1;
    position: absolute;
    top: -10px;
    left: var(--gap);
    color: var(--brown);
    z-index: 2;
    padding: 0 10px;
}

.flow-area .flow-num::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 16px;
    background-color: #fff;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.flow-area .flow-img {
    width: 80px;
    height: 80px;
}

.flow-area .flow-img img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.flow-area .flow-name {
    width: calc(100% - (80px + var(--gap)));
    font-size: clamp(2.2rem, 6cqw, 3.2rem);
    color: var(--gold);
}

@media screen and (min-width: 769px) {
    .flow-area .flow-item:not(:nth-child(3n)):not(:last-child)::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -20px;
        background: url(../img/icon-arrow-beige.svg) no-repeat center/contain;
        width: 60px;
        height: auto;
        aspect-ratio: 42/6;

    }
}

@media screen and (max-width: 768px) {
    .flow-area {
        padding: 10vw 0;
    }

    .flow-area .title-catch-wrap {
        flex-direction: column;
        align-items: center;
        gap: 5vw;
        container-type: inline-size;
    }

    .flow-area .flow-catch-wrap {
        padding: 5vw;
    }

    .flow-area .section-title {
        text-align: center;
    }

    .flow-area .flow-sub-catch {
        font-size: clamp(1.8rem, 6.5cqw, 2.3rem);
        padding-left: 5vw;
        margin: 0 0 3vw;
    }

    .flow-area .flow-catch-wrap em {
        font-size: 170%;
        line-height: 1;
        font-family: var(--serif);
        color: var(--gold);
    }

    .flow-area .flow-list {
        --gap: 7vw;
        margin-top: 10vw;
    }

    .flow-area .flow-item {
        width: 100%;
        gap: 5vw var(--gap);
    }

    .flow-area .flow-num {
        font-size: 2.0rem;
        top: -8px;
        padding: 0 3px;
    }

    .flow-area .flow-img {
        width: 15vw;
        height: 15vw;
    }

    .flow-area .flow-name {
        width: calc(100% - (15vw + var(--gap)));
        font-size: clamp(2.2rem, 6cqw, 3.2rem);
        color: var(--gold);
    }

    .flow-area .flow-item:not(:last-child)::after {
        content: "";
        display: inline-block;
        position: absolute;
        bottom: 0;
        transform: translateX(-50%) rotate(90deg);
        right: initial;
        left: 50%;
        width: 45px;
        height: auto;
        aspect-ratio: 42/6;
        background: url(../img/icon-arrow-beige.svg) no-repeat center/contain;
    }
}

/*-------------------------------------
    outro-area
-------------------------------------*/
.outro-area {
    padding: 100px 0;
}

.outro-area .inner {
    display: flex;
    align-items: center;
    gap: 7%;
}

.outro-area .outro-txt {
    width: 50%;
    container-type: inline-size;
}

.outro-area .outro-catch {
    font-size: clamp(3.0rem, 4.6cqw, 4.0rem);
}

.outro-area .outro-img {
    width: 43%;
    border-radius: 150px 0 60px 0;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .outro-area {
        padding: 10vw 0;
    }

    .outro-area .inner {
        gap: 0;
        flex-wrap: wrap;
    }

    .outro-area .outro-txt {
        display: contents;
    }

    .outro-area .outro-sub-catch {
        order: 1;
        width: 100%;
    }

    .outro-area .outro-catch {
        font-size: clamp(2.4rem, 6.5cqw, 3.0rem);
        order: 2;
    }

    .outro-area .outro-img {
        width: 100%;
        height: 60vw;
        border-radius: 10vw 0 5vw 0;
        order: 3;
        margin-bottom: 5vw;
    }

    .outro-area .line-txt-box {
        order: 5;
    }

    .outro-area .basic-txt {
        order: 4;
    }
}

/*SPフッター固定*/
@media screen and (min-width: 769px) {
    .sp-footer-line-fixed {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .sp-footer-line-fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #EFEFEF;
        z-index: 10;
        padding: 2vw;
    }

    .sp-footer-line-fixed .sp-footer-line-cv-btn {
        display: flex;
        justify-content: center;
    }

    .sp-footer-line-fixed .sp-footer-line-cv-btn a {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 10px 20px;
        border-radius: 5px;
        background: var(--cv-line);
        color: #fff;
        width: 100%;
        font-weight: bold;
        font-size: 1.4rem;
    }

    .sp-footer-line-fixed .sp-footer-line-cv-btn a:hover {
        opacity: 0.8;
    }

    .sp-footer-line-fixed .sp-footer-line-cv-btn-icon-wrap {
        width: 15px;
        height: auto;
    }
}


/*-------------------------------------
    staff
-------------------------------------*/
/*----- intro-area -----*/

.staff .intro-area .intro-img {
    position: relative;
    isolation: isolate;
    border-radius: 30px;
}

.staff .intro-area .intro-img::before {
    background-image: url("../img/staff/line-filter-rb.jpg");
    content: "";
    inset: 0;
    mix-blend-mode: screen;
    opacity: .13;
    position: absolute;

}

@media screen and (max-width: 768px) {
    .staff .intro-area .intro-img {
        border-radius: 5vw;
    }

    .staff .intro-area .intro-img img {
        /*object-position: 50% 8%;*/
    }
}

/*----- worry-area -----*/

.staff .worry-area {
    background: linear-gradient(0deg, rgba(230, 233, 228, 1) 0%, rgba(230, 233, 228, 0) 100%);
}

.staff .worry-area::after {
    background: url("../img/staff/section-wave-beige.svg") no-repeat center/contain;
}

.staff .worry-area .worry-catch {
    color: var(--cmnblack);
}

.staff .worry-area .worry-catch::before {
    content: none;
}

@media screen and (max-width: 768px) {
    .staff .worry-area .worry01 {
        order: 1;
        width: 70%;
    }

    .staff .worry-area .worry02 {
        order: 1;
        margin-left: auto;
        width: 75%;
    }

    .staff .worry-area .worry03 {
        order: 3;
        margin-left: 0;
        width: 75%;
    }
}


/*----- merit-area -----*/

.staff .merit-area .section-title {
    width: 100%;
}

.staff .merit-area .merit-img {
    border-radius: 50px;
}

.staff .merit-area .merit-num {
    color: var(--dark-green);
}

@media screen and (max-width: 768px) {
    .staff .merit-area .merit-img {
        border-radius: 5vw;
    }

    .staff .merit-area .merit-img img {
        /*object-position: 50% 25%;*/
    }
}

/*----- flow-area -----*/

.staff .flow-area {
    padding: 120px 0 100px;
    background-color: #F6F5EB;
    border-radius: 150px 150px 150px 0;
    margin-top: 50px;
}

.staff .flow-area::before,
.staff .flow-area::after {
    content: none;
}

.staff .flow-area .section-title .en {
    color: #E2D09F;
}

@media screen and (max-width: 768px) {
    .staff .flow-area {
        padding: 15vw 0;
        border-radius: 9vw 9vw 0 9vw;
    }
}

/*----- outro-area -----*/

.staff .outro-area {
    padding: 0;
}

.staff .outro-area .outro-img {
    position: relative;
    isolation: isolate;
    border-radius: 60px;
}

.staff .outro-area .outro-img::before {
    background-image: url("../img/staff/line-filter-blue.jpg");
    content: "";
    inset: 0;
    mix-blend-mode: screen;
    opacity: .1;
    position: absolute;
}

@media screen and (max-width: 768px) {
    .staff .outro-area .outro-img {
        border-radius: 5vw;
        height: 50vw;
    }

    .staff .outro-area .outro-img img {
        /*object-position: 50% 15%;*/
        object-position: 0 16%;
    }

    .staff .outro-area {
        padding: 10vw 0 0;
    }
}


/*footer-area--*/
#footer_fixed {
    display: none !important;
}

.cast .contents section:last-child {
    padding-bottom: 0;
}