@charset "UTF-8";


.sec-02 .sec-hd span {
    letter-spacing: 0.1rem;
}

.fv {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 10;
    padding-top: 7rem;
}

.fv-slide {
    width: 100%;
    height: 100%;
}

.fv-slide-image {
    width: 100%;
    height: calc(100vh - 7rem - 100px);
    overflow: hidden;
    border-radius: 0 0 calc(100vw / 2) calc(100vw / 2);
}

.fv-slide-image img {
    object-fit: cover;
    height: 100%;
}

.fv-catch {
    width: 11.35rem;
    max-width: 240px;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 34vh;
}

.sec-01 {
    position: relative;
    margin-top: -8rem;
    background-color: #fff;
    border-radius: 13vw 13vw 0 0;
}

.sec-01-back-obj-01 {
    width: 12.8rem;
    height: 11.1rem;
    position: absolute;
    top: 3.5rem;
    left: 0;
    transition: 1.5s;
    transform-origin: bottom left;
    transform: rotate(-20deg);
    overflow: hidden;
}

.sec-01-back-obj-01.scroll-on {
    transform: rotate(0deg);
}

.sec-01-back-obj-01 img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    position: relative;
    left: -0.7rem;
}

.sec-01::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url('../images/top/sec-01-bg-top.svg');
    background-repeat: no-repeat;
    background-size: 100% 130%;
    transform: translate(0, 29%);
    width: 73%;
    left: 0;
    right: 0;
    height: 0;
    padding-top: 7%;
    margin: auto;
    bottom: 99.7%;
}

.sec-hd-catch {
    font-size: 2.4rem;
    font-weight: 600;
    margin-top: 3.3rem;
    line-height: 1.5;
    text-align: center;
}

.sec-hd-txt {
    font-size: 1.35rem;
    margin-top: 2.5rem;
    line-height: 1.48;
}

.sec-insert-image {
    margin-top: 2.4rem;
    width: 100%;
    padding-top: 60%;
    border-radius: 30% / 50%;
    overflow: hidden;
    position: relative;
}

.sec-01 .link-btn-wrap {
    padding-bottom: 3rem;
    margin-top: 2.1rem;
}

.sec-02 {
    background-color: #fff;
    position: relative;
    border-radius: 0 0 13% 13%;
    padding-bottom: 7rem;
}

.sec-02::after {
    content: '';
    display: block;
    position: absolute;
    background-image: url('../images/top/sec-bg-btm.svg');
    background-repeat: no-repeat;
    background-size: 100% 130%;
    transform: translate(0, -59%);
    width: 73%;
    left: 0;
    right: 0;
    height: 0;
    padding-top: 7%;
    margin: auto;
    top: 99.7%;
}

.sec-02-cont-wrap {
    margin-top: 3rem;
    font-size: 0;
    text-align: center;

}

.sec-02-cont-01 {
    background-color: #e7b3aa;
    font-size: 1.35rem;
    line-height: 3rem;
}

.sec-02-cont-02 {
    margin-top: 0.9rem;
}

.sec-02-cont-02 div {
    background-color: #e7b3aa;
    width: calc(50% - 1rem);
    font-size: 1.35rem;
    line-height: 3rem;
    display: inline-block;
}

.sec-02-cont-02 div:first-child {
    margin-right: 2rem;
}

.link-btn-wrap {
    margin-top: 1.5rem;
}

.sec-03 {
    position: relative;
    overflow: hidden;
}

.sec-03 .sec-hd-wrap {
    margin-bottom: 3rem;
}

.line-link {
    display: block;
    margin-top: 2.5rem;
    margin-bottom: 0;
    padding-right: 2rem;
    box-sizing: border-box;
}

.sec-04-txt-wrap {
    padding-left: 6.5rem;
}

.sec-04-txt-01 {
    font-size: 1.35rem;
    line-height: 2rem;
}

.sec-04-txt-02 {
    font-size: 1rem;
    line-height: 1.5rem;
}

.sec-04-txt-02+.sec-04-txt-02 {
    margin-top: 1rem;
}

.sec-04-txt-03 {
    font-size: 2.5rem;
    line-height: 1;
    margin-top: 0.75rem;
    display: block;
    margin-bottom: 0.75rem;
}

.sec-04-txt-03 span {
    font-size: 1.75rem
}

.sec-05 {
    position: relative;
    margin-top: 6rem;
    background-color: #fff;
    border-radius: 13vw;
    padding-bottom: 3rem;
}

.sec-03-back-obj-01 {
    width: 12.8rem;
    height: 11.1rem;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0.7rem;
    right: -1.3rem;
    transition: 1.5s;
    transform-origin: bottom right;
    transform: rotate(20deg);
}

.sec-03-back-obj-01.scroll-on {
    transform: rotate(0deg);
}

.sec-05::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url('../images/top/sec-01-bg-top.svg');
    background-repeat: no-repeat;
    background-size: 100% 130%;
    transform: translate(0, 29%);
    width: 73%;
    left: 0;
    right: 0;
    height: 0;
    padding-top: 7%;
    margin: auto;
    bottom: 99.7%;
}

.sec-05::after {
    content: '';
    display: block;
    position: absolute;
    background-image: url('../images/top/sec-bg-btm.svg');
    background-repeat: no-repeat;
    background-size: 100% 130%;
    transform: translate(0, -59%);
    width: 73%;
    left: 0;
    right: 0;
    height: 0;
    padding-top: 7%;
    margin: auto;
    top: 99.9%;
}

.sec-05-bg-obj-01-wrap {
    position: absolute;
    width: 100%;
    height: 13.8rem;
    top: 4.5rem;
    left: 0;
    overflow: hidden;
}

.sec-05-bg-obj-01 {
    position: absolute;
    z-index: 10;
    width: 18rem;
    height: 13rem;
    right: -0.5rem;
    top: 0;
    z-index: 1;
}

.sec-05 .inner-01 {
    position: relative;
    z-index: 10;
}

.sec-05-slide-wrap {
    margin-top: 3.5rem;
    margin-bottom: 2.5rem;
    z-index: 1;
}

.sec-05-slide-image {
    width: 22.5rem;
    height: 30rem;
    margin-left: 1.5rem;
    display: flex !important;
}

.sec-05-slide-image.odd {
    align-items: flex-end;
}

.sec-05-slide-image .img-wrap {
    width: 100%;
    height: fit-content;
    border-radius: 100%;
    overflow: hidden;
}

.sec-05-slide-image .img-wrap img {
    object-fit: cover;
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
}


.sec-05-info-wrap dl {
    display: table;
    width: 100%;
}

.sec-05-info-wrap dt {
    display: table-cell;
    width: 6rem;
}

.sec-05-info-wrap dt h3 {
    background-color: #e7b3aa;
    font-size: 1rem;
    text-align: center;
    line-height: 1.35rem;
    vertical-align: top;
}

.sec-05-info-wrap dd {
    display: table-cell;
    padding-left: 1.5rem;
    font-size: 1.35rem;
    line-height: 2.5rem;
    text-align: left;
    width: calc(100% - 6rem);
}

.sec-05-info-wrap dd.lstlst {
    line-height: 2rem;
}

.sec-05-info-wrap dd.lstlst .caution {
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 0.25rem;
}

.step-caution {
    position: relative;
    padding-left: 1em;
}

.step-caution::before {
    content: '※';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.sec-05-info-wrap dd .small {
    font-size: 1rem;
}

.google-map {
    margin-top: 1.5rem;
}

.google-map iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 600 / 425;
}

.insta-lnk {
    display: block;
    max-width: 26.5rem;
    margin: 2rem auto 8rem auto;
}

.sec-04-txt-04 dl {
    display: table;
    width: 100%;
    line-height: 1.4;
}

.sec-04-txt-04 dt {
    display: table-cell;
    width: 4.5rem;
    vertical-align: top;
    font-size: 1rem;
}

.sec-04-txt-04 dd {
    display: table-cell;
    width: calc(100% - 4.5rem);
    vertical-align: top;
    font-size: 1rem;
}

.sec-05-info-wrap dl.sec-05-info-bhdl {
    width: 105%;
    margin: 0.35rem 0;
}

.sec-05-info-wrap dl.sec-05-info-bhdl dd p {
    line-height: 1.8rem;
}

/*----------------------------------------------------------*/
@media screen and (min-width:960px) {
    .sec-01 {
        border-radius: 73px 73px 0 0;
        margin-top: 6rem;
    }

    .sec-05 {
        border-radius: 73px;
    }

    .fv {
        padding-top: 0rem;
    }

    .fv-slide-image {
        height: calc(100vh - 1rem);
        border-radius: 0 0 calc(560px / 2) calc(560px / 2)
    }

    .sec-05-slide-image {
        height: 500px;
    }

    .fv-catch {
        width: 170px;
        top: 28vh;
    }
}

/*ローディング----------------------------------------------------------*/
.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f6ecde;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100000;
    opacity: 1;
    transition: opacity 0.6s ease;
}

.loading.fade-out {
    opacity: 0;
    pointer-events: none;
}

.loading-content {
    position: absolute;
    width: 20rem;
    height: 18.9rem;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 2.5rem;
}

.loading-content .loading-font {
    position: absolute;
    font-size: 0;
    animation: wave 1.2s ease-in-out infinite;
}

@keyframes wave {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.loading-content .loading-font-01 {
    bottom: 66.5%;
    left: 21.5%;
    width: 1.3rem;
    animation-delay: 0.0s;
}

.loading-content .loading-font-02 {
    bottom: 73.3%;
    left: 23.5%;
    width: 1.5rem;
    animation-delay: 0.1s;
}

.loading-content .loading-font-03 {
    bottom: 80%;
    left: 31.5%;
    width: 1.2rem;
    animation-delay: 0.2s;
}

.loading-content .loading-font-04 {
    bottom: 82.5%;
    left: 40%;
    width: 1.2rem;
    animation-delay: 0.3s;
}

.loading-content .loading-font-05 {
    bottom: 81.5%;
    left: 49.5%;
    width: 1.1rem;
    animation-delay: 0.4s;
}

.loading-content .loading-font-06 {
    bottom: 75.5%;
    left: 56.5%;
    width: 1.2rem;
    animation-delay: 0.5s;
}