@charset "UTF-8";

/* =====================
about
===================== */
.section--aboutPage{
    padding: 14.6rem 0 6rem;
    text-align: center;
    line-height: 2;
    background-color: var(--primary-gray);
    overflow: hidden;
    position: relative;
}

.aboutCaption{
    position: relative;
    z-index: 2;
}

.aboutCaption::after{
    position: absolute;
    content: '';
    border-radius: 0px 500px 500px 0px;
    background: var(--primary-whiteLow);
    display: inline-block;
    width: 36rem;
    height: 68.1rem;
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    z-index: -2;
    top: 5.5rem;
    left: 0;
}

.aboutCaption__topic{
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 2.5rem;
}

.aboutCaption__txt{
    margin-top: 4rem;
}

.aboutCaption__txt2{
    margin-top: 3.6rem;
}

.aboutCaption__copy{
    font-size: 1.6rem;
    margin: 4rem 0 6rem;
}

.aboutPhoto1 img{
    z-index: 5;
    position: absolute;
    top: 99rem;
    right: 1.6rem;
    width: 15.5rem;
    transform: translate(0%, -5.6679%) translate3d(0px, 0px, 0px);
}

.aboutPhoto2 img{
    position: absolute;
    top: 126rem;
    left: 1.6rem;
    width: 26.7rem;
    transform: translate(0%, -5.6679%) translate3d(0px, 0px, 0px);
}

.aboutPhoto3 img{
    position: absolute;
    top: 164rem;
    left: 10rem;
    width: 15.9rem;
    transform: translate(0%, -5.6679%) translate3d(0px, 0px, 0px);
}

.aboutPhoto4 img{
    position: absolute;
    top: 179rem;
    right: 1.6rem;
    width: 16.2rem;
    transform: translate(0%, -5.6679%) translate3d(0px, 0px, 0px);
}

.aboutLink{
    margin-top: 129rem;
}


.aboutLink__txt{
    font-size: 1.6rem;
    width: 34.3rem;
    height: 21.2rem;
    padding-top: 5rem;
    margin: -2rem auto 0;
    line-height: 1.7;
    background-image: url(../img/about_menutxt_sp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

.aboutLink__instagram{
    margin: 4rem 0;
}

.aboutLink__instagram .aboutLink__txt{
    padding-top: 8rem;
}

.aboutLink__btn{
    color: var(--primary-white);
    font-size: 2.4rem;
    font-weight: 400;
    width: 18rem;
    height: 7.4rem;
    padding: 1.5rem 2rem 0 0;
    margin: -3rem 0 0 18.4rem;
    background-image: url(../img/about_menulink_sp_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.aboutLink__btn--menu{
    position: relative;
}

.aboutLink__btn--menu::after{
    position: absolute;
    background-image: url(../img/linkBtn__arrow_white.svg);
    content: '';
    display: inline-block;
    width: 0.7rem;
    height: 3.2rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 54%;
    right: 4.5rem;
    transform: translateY(-50%);
}

.aboutLink__btn--insta{
    position: relative;
    font-size: 2rem;
    padding: 2rem 0 0 3.8rem;
}

.aboutLink__btn--insta::before{
    position: absolute;
    content: '';
    display: inline-block;
    background-image: url(../img/instagram_icon.svg);
    width: 2.5rem;
    height: 2.5rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 53%;
    left: 3rem;
    transform: translateY(-50%);
}


/* about pc */
@media screen and (min-width:769px) {
    .section--aboutPage{
        padding: 25rem 0 11.1rem;
    }

    .aboutCaption{
        margin-top: 5rem;
    }

    .aboutCaption__topic{
        font-size: 2.4rem;
    }

    .aboutCaption__txt{
        line-height: 1.7;
    }

    .aboutCaption__copy{
        font-size: 1.6rem;
    }
    .aboutCaption::after{
        width: 127rem;
        height: 48.1rem;
        top: -3.5rem;
    }

    /* about photo */
    .aboutPhoto1 img{
        top: 42%;
        right: 9.2%;
        width: 20.5rem;
    }
    
    .aboutPhoto2 img{
        top: 48.4%;
        left: 47.4%;
        z-index: 4;
        width: 32.5rem;
    }

    .aboutPhoto3 img{
        top: 42%;
        left: 10%;
        z-index: 3;
        width: 22.2rem;
    }
    
    .aboutPhoto4 img{
        top: 53%;
        right: 60%;
        z-index: 3;
        width: 25.7rem;
    }

    /* about link */
    .aboutLink {
        margin-top: 62rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .aboutLink__txt{
text-align: left;
        padding: 3.7rem 0 0 5rem;
        margin: -6rem auto 0;
        font-size: 1.6rem;
        width: 53rem;
        height: 17.2rem;
        background-image: url(../img/about_menutxt_pc.png);
    }
    
    .aboutLink__menu .aboutLink__txt{
        line-height: 1.4;
        padding: 5.5rem 0 0 8.7rem;
        padding-right: 3.6rem;
    }
    
    .aboutLink__instagram .aboutLink__txt{
        padding: 6.3rem 0 0 15rem;
    }

    .aboutLink__btn{
        font-size: 3rem;
        width: 26rem;
        height: 11.4rem;
        padding: 2.9rem 1.7rem 0 0rem;
        margin: -3.3rem 0 0 32.4rem;
        background-image: url(../img/about_menulink_pc.png);
    }

    .aboutLink__btn--menu::after{
        width: 1.7rem;
        height: 2.2rem;
        top: 53%;
        right: 6rem;
    }

    .aboutLink__btn--insta{
        padding: 2.8rem 0 0 5.2rem;
        font-size: 3rem;
    }

    .aboutLink__btn--insta::before{
        width: 4rem;
        height: 4rem;
        top: 52%;
        left: 3.8rem;
    }
}

/* =====================
owner message
===================== */
.section--ownerMessage{
    text-align: center;
    padding: 8rem 0 15.6rem;
    line-height: 1.7;
    position: relative;
    background-color: var(--primary-yellow);
    background-image: url(../img/abou_owner_sp_bg.png);
    background-size: 58.8rem;
    background-repeat: no-repeat;
    background-position: center bottom 11rem;
}

.ownerImg img{
    width: 32rem;
    z-index: 6;
    position: relative;
}

.ownerCaption__title{
    line-height: 0.7;
    font-size: 5.2rem;
    margin-top: 1rem;
}

.ownerCaption__txt{
    margin-top: 3rem;
    font-size: 1.5rem;
}

.ownerCaption__txt:first-of-type{
    margin-top: 3rem;
}

.ownerCaption{
    position: relative;
    z-index: 5;
}

/* owner pc */
@media screen and (min-width:769px) {
    .section--ownerMessage{
        padding: 7.3rem 0 16rem;
        background-size: 62.8rem;
        background-position: center bottom 21.6%;
        position: relative;
    }

    .ownerImg img{
        width: 37.7rem;
        width: 37.7rem;
    }
    .ownerCaption__title{
        font-size: 7.8rem;
    }

    .ownerCaption__txt{
        font-size: 1.6rem;
    }

    .ownerCaption__txt:first-of-type {
        margin-top: 2rem;
    }
}

/* =====================
about deco
===================== */
.about__deco1 img{
    position: absolute;
    left: 33rem;
    top: 59rem;
    width: 4rem;
    z-index: 3;
    -webkit-animation: deco__top2 2.2s infinite;
    animation: deco__top2 2.2s infinite;
}

@keyframes deco__top2{
    0% {
        transform: translateY(0);
    }
    24.9999% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-20%);
    }
    49.9999% {
        transform: translateY(-20%);
    }
    50% {
        transform: translateY(-40%);
    }
    74.9999% {
        transform: translateY(-40%);
    }
    75% {
        transform: translateY(-20%);
    }
    99.9999% {
        transform: translateY(-20%);
    }
    100% {
        transform: translateY(0);
    }
}

.about__deco2 img{
    position: absolute;
    top: 147rem;
    right: 3.2rem;
    width: 4rem;
    z-index: 5;
    -webkit-animation: deco_top3 3s infinite steps(4, jump-none);
    animation: deco_top3 3s infinite steps(4, jump-none);
}

@keyframes deco_top3 {
    0% {
        transform: translate(50%);
    }
    
    100% {
        transform: translate(0%);
    }
}

.about__deco3 img{
    position: absolute;
    right: 31rem;
    top: 195rem;
    width: 4rem;
    z-index: 3;
    -webkit-animation: deco__top2 2.2s infinite;
    animation: deco__top2 2.2s infinite;
}

@keyframes deco__top2{
    0% {
        transform: translateY(0);
    }
    24.9999% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-20%);
    }
    49.9999% {
        transform: translateY(-20%);
    }
    50% {
        transform: translateY(-40%);
    }
    74.9999% {
        transform: translateY(-40%);
    }
    75% {
        transform: translateY(-20%);
    }
    99.9999% {
        transform: translateY(-20%);
    }
    100% {
        transform: translateY(0);
    }
}

.about__deco4 img{
    position: absolute;
    top: 97rem;
    left: 5.6rem;
    width: 4rem;
    z-index: 3;
    -webkit-animation: deco_top3 3s infinite steps(4, jump-none);
    animation: deco_top3 3s infinite steps(4, jump-none);
}

@keyframes deco_top3 {
    0% {
        transform: translate(0%);
    }
    
    100% {
        transform: translate(50%);
    }
}

.about__deco5 img{
    position: absolute;
    top: 85rem;
    right: 4rem;
    width: 4.5rem;
    -webkit-animation: deco_top3 3s infinite steps(4, jump-none);
    animation: deco_top3 3s infinite steps(4, jump-none);
}

@keyframes deco_top3 {
    0% {
        transform: translate(50%);
    }
    
    100% {
        transform: translate(0%);
    }
}

.about__deco6 img{
    position: absolute;
    right: 1rem;
    top: 30rem;
    z-index: 10;
    width: 4rem;
    -webkit-animation: deco__top2 2.2s infinite;
    animation: deco__top2 2.2s infinite;
}

@keyframes deco__top2{
    0% {
        transform: translateY(0);
    }
    24.9999% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-20%);
    }
    49.9999% {
        transform: translateY(-20%);
    }
    50% {
        transform: translateY(-40%);
    }
    74.9999% {
        transform: translateY(-40%);
    }
    75% {
        transform: translateY(-20%);
    }
    99.9999% {
        transform: translateY(-20%);
    }
    100% {
        transform: translateY(0);
    }
}

.about__deco7 img{
    position: absolute;
    top: 5rem;
    left: 3rem;
    width: 4rem;
    -webkit-animation: deco_top3 3s infinite steps(4, jump-none);
    animation: deco_top3 3s infinite steps(4, jump-none);
}

@keyframes deco_top3 {
    0% {
        transform: translate(0%);
    }
    
    100% {
        transform: translate(50%);
    }
}

.about__deco8 img{
    position: absolute;
    top: 91rem;
    left: 4rem;
    width: 5.2rem;
    -webkit-animation: deco__top2 2.2s infinite;
    animation: deco__top2 2.2s infinite;
}

@keyframes deco__top2{
    0% {
        transform: translateY(0);
    }
    24.9999% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-20%);
    }
    49.9999% {
        transform: translateY(-20%);
    }
    50% {
        transform: translateY(-40%);
    }
    74.9999% {
        transform: translateY(-40%);
    }
    75% {
        transform: translateY(-20%);
    }
    99.9999% {
        transform: translateY(-20%);
    }
    100% {
        transform: translateY(0);
    }
}

.decoPc img{
    display: none;
}

/* deco pc */
@media screen and (min-width:769px) {
    .decoPc img{
        display: block;
        position: absolute;
    }
    
    .about__deco1 img{
        display: none;
    }

    .about__deco3 img{
        top: 114rem;
        right: 20rem;
        width: 5rem;
    }

    .about__deco4 img{
        position: absolute;
        top: 108rem;
        left: 11rem;
        width: 5rem;
    }

    .about__deco5 img{
        position: absolute;
        bottom: 5rem;
        left: 28rem;
        width: 5.6rem;
    }
    
    .about__deco6 img{
        position: absolute;
        top: 77rem;
        right: 12rem;
        z-index: 10;
        width: 5rem;
    }
    
    .about__deco7 img{
        position: absolute;
        top: 22rem;
        left: 111rem;
        width: 5rem;
    }
        
    .about__deco8 img{
        position: absolute;
        top: 49rem;
        left: 6rem;
        width: 5.2rem;
    }

    .about__deco9 img{
        position: absolute;
        top: 8rem;
        left: 27rem;
        width: 5.2rem;
        height: 13.2rem;
        -webkit-animation: deco__top4 2s ease-out infinite;
        animation: deco__top4 2s ease-out infinite;
        opacity: 1;
    }
    
    @keyframes deco__top4 {
        0%, 40%, 60%, 80% {
          transform: scale(1.0);
        }
        50%, 70% {
          transform: scale(0.85);
        }
    }
}

/* =====================
topic animation
===================== */

.animated-text {
    display: flex;
    justify-content: center;
    font-size: 7rem;
    font-weight: 400;
}

.letter {
    display: inline-block;
    transform: translateY(100%);
    opacity: 0;
    animation: slideIn 0.5s forwards;
}

.letter:nth-child(1) {
    animation-delay: 0.1s;
}

.letter:nth-child(2) {
    animation-delay: 0.2s;
}

.letter:nth-child(3) {
    animation-delay: 0.3s;
}

.letter:nth-child(4) {
    animation-delay: 0.4s;
}

.letter:nth-child(5) {
    animation-delay: 0.5s;
}

@keyframes slideIn {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media screen and (min-width:769px) {
    .animated-text {
        font-size: 9rem;
    }
}