#hero {
    position: relative;
    height: clamp(500px, 75vh, 800px);
    overflow: hidden;
}

#hero video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    min-width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}


section#concept {
    padding-top: calc(var(--padding-top) * .6);
}

#concept .flex {
    column-gap: 6rem;
    row-gap: 2rem;
}

#concept strong {
    margin-bottom: 6rem;
}

#concept .absolute {
    position: absolute;
    top: -16rem;
    left: -5rem;
    margin-bottom: 3rem;
    font-size: clamp(6rem, 10vw, 11rem);
}

#concept .absolute span {
    font-size: clamp(4rem, 8vw, 8rem);
}

#concept .text-content {
    position: relative;
    width: 60%;
}

#concept .img-wrap {
    width: 40%;
}

#concept .btn-wrap {
    margin-top: 5rem;
}

#menu .intro {
    margin-bottom: 6rem;
}

#menu ul.flex {
    flex-wrap: wrap;
    row-gap: 8rem;
    position: relative;
}

#menu .flex>li {
    width: 47%;
    box-shadow: var(--shadow);
}

#menu figcaption {
    background-color: var(--c-card);
    padding-block: 2rem 5rem;
    padding-inline: var(--padding-card);
}

#menu .label {
    position: relative;
    background-color: var(--c-card-sub);
    aspect-ratio: 1 / 1;
    width: 5em;
    border-radius: 50%;
}

#menu .label img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
}

#menu .label span {
    display: block;
    text-align: center;
    line-height: 1.3em;
    color: var(--c-sub);
    font-weight: 600;
}

#menu .label .number {
    font-size: 2rem;
}

#menu .label .text {
    font-size: 1.3rem;
}

#menu .title {
    gap: 2rem;
}

#menu h3 {
    margin-bottom: .2em;
    font-weight: 500;
    flex: 1;
}

#menu h3 span {
    color: var(--c-sub);
    display: block;
    margin-top: .2em;
    font-family: "Alice", serif;
    font-size: 1.5rem;
    line-height: 1.5em;
    font-weight: 500;
    border-top: 2px solid var(--c-sub);
}

#menu figcaption>p {
    margin-top: 1em;
}

#menu .btn {
    margin-top: 4rem;
}

#menu .circle {
    right: 95%;
    top: 40%;
    width: min(60vw, 50rem);
}

#lumix {
    background-color: #fff;
    max-width: 800px;
    margin-inline: auto;
    margin-top: 12rem;
    gap: 4rem;
    padding: 3rem var(--padding-card);
    position: relative;
    box-shadow: var(--shadow);
}

#lumix .label {
    position: absolute;
    font-size: 1.3rem;
    z-index: 10;
    padding: 1.5rem;
    width: fit-content;
    aspect-ratio: 1 / 1;
    background-color: #787a9b;
    top: -15%;
    left: -5%;
    outline: 2px solid rgba(255, 255, 255, 0.6);
    outline-offset: -6px;
    animation: float-sm 3s ease-in-out infinite;
}

#lumix .label span {
    color: #fff;
    line-height: .5em;
}

#lumix .label span span {
    font-size: 1.6rem;
    line-height: 1.4em;
}

#lumix .flex {
    column-gap: 4rem;
    row-gap: 2rem;
}

#lumix .img {
    width: 25%;
    z-index: 2;
    padding-left: 6rem;
}

#lumix .text-content {
    width: 75%;
    z-index: 2;
}

#lumix .text-content>span {
    color: #fff;
    padding: .1em .5em;
    display: block;
    width: fit-content;
    margin-bottom: .5em;
    background: linear-gradient(90deg, #be8344, #e4a563, #be8344);
    background-size: 200% 100%;
    text-transform: uppercase;
    color: #fff;
    overflow: hidden;
    transition: all 0.3s ease;
    animation: sparkle 7s infinite linear;
}

#lumix h3 {
    font-size: 4rem;
    margin-bottom: .6em;
}

#lumix small {
    font-size: 3rem;
    padding-left: .5em;
}

#lumix .bg {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 0;
    opacity: .5;
}

#instagram .flex {
    column-gap: 4rem;
    row-gap: 1rem;
}

#instagram .profile {
    background-color: var(--c-bg-card);
    padding: 4rem var(--padding-card);
    box-shadow: var(--shadow);
}

#instagram .icon {
    width: 30%;
    aspect-ratio: 1 / 1;
}

#instagram .icon a {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
}

#instagram .img {
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 75%;
}

#instagram .circle {
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#instagram .text-content {
    width: 70%;
}

#instagram h3 {
    border-bottom: 1px solid var(--c-font);
    padding-bottom: .2em;
}

#instagram .text-content div {
    margin-top: 2rem;
}

#instagram .btn {
    margin-top: 4rem;
}

#instagram .widget {
    margin-top: 8rem;
}

#instagram iframe {
    width: 100%;
    aspect-ratio: 2 / 1;
}

#contact {
    background-image: url(/assets/img/contact/img_01.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

#contact::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    display: block;
    top: 0;
    left: 0;
}

#contact h2 {
    color: var(--c-font);
}

#contact p {
    color: var(--c-font);
    margin-bottom: 3rem;
}

#contact ul {
    font-size: 1.8rem;
    font-weight: 500;
}

#contact a.flex {
    gap: .8em;
}

#contact .btn img {
    width: 3rem;
}

#contact .reserve {
    border: none;
    background-color: var(--c-font);
    color: #000;
    box-shadow: 0 0 5px rgba(24, 17, 17, 0.1);
}

#contact .tel {
    border: 1px solid var(--c-font);
    color: var(--c-font);
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.1);
}

#contact a {
    line-height: 1em;
    text-align: start;
}

#contact a span {
    font-size: 2rem;
}

#contact a span span {
    font-size: 1.3rem;
    display: block;
    user-select: none;
    margin-top: .2em;
}

@media screen and (max-width:992px) {
    .btn {
        margin-inline: auto;
    }

    #top-page main .flex.flex-column-sp>*,
    #top-page main .flex.flex-column-re-sp>* {
        width: 100%;
    }

    #top-page #concept .img-wrap {
        width: 70%;
    }

    #concept strong {
        position: relative;
        margin-bottom: 3rem;
    }

    #concept .lh br {
        display: none;
    }

    #concept .absolute {
        top: -3rem;
        left: -10vw;
    }

    #concept .btn-wrap {
        display: flex;
        justify-content: center;
    }

    #menu ul.flex {
        row-gap: 6rem;
    }

    #menu .flex>li {
        width: 100%;
    }

    #menu .circle {
        top: auto;
        bottom: 100%;
        right: 80%;
    }

    #lumix {
        padding-top: 6rem;
    }

#lumix .label {
    top: -3vw;
    left: -3vw;
}

#lumix h3 {
    font-size: 3rem;
}

    #lumix .flex>img.img {
        width: 40%;
        padding-left: 0;
    }

    #lumix .text-content {
        text-align: center;
    }

    #lumix .text-content>span {
        margin-inline: auto;
    }

    #instagram .profile {
        text-align: center;
    }

    #instagram .flex.flex.flex-column-sp .icon {
        width: 70%;
    }

    #instagram h3 {
        width: fit-content;
        margin-inline: auto;
    }

}