@charset "urf-8";

/* リセットCSS */

*,
::before,
::after {
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
    list-style: none;
    font-size: 20px;
    color: #000;
    letter-spacing: 0.2em;
    line-height: 2.5em;
    font-family: "Shippori Mincho";
}

html {
    overflow-x: hidden;
}

body {
    margin: 0;
    background-color: #FFFEFC;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

/* ローディング */
.loading {
    position: fixed;
    inset: 0;
    z-index: 100000000000000;
    height: 100svh;
    background-color: #E9E4DE;
  }
  
  .loading__inner {
    width: 100%;
    height: inherit;
    display: grid;
    place-content: center;
    row-gap: 0px;
  }
  
  .loading__text {
    font-size: max(12px, 1rem);
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 2;
    text-align: center;
    font-family: "Shippori Mincho";
    color: #333;
  }
  
  .loading__logo {
    margin: 0 auto;
    width: min(200px, 100%);
    height: auto;
  }
  
  .loading.is-active {
    opacity: 0;
    visibility: hidden;
  }

  .loading-animation.is-active {
    opacity: 1;
    visibility: visible;
  }

/* メインここから     */
/* 複数画像切り替え---------------------------------------------- */
.firstview {
    position: relative;
    top: 130px;
    right: 18px;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    filter: drop-shadow(8px 12px 1px #E9E4DE);
    z-index: -1000;
}

.slideimg {
    position: absolute;
    inset: 0;
    /*親要素内にフルサイズで配置*/
    opacity: 0;
    background-size: contain;
    /* 画像をスライド全体にカバー */
    background-position: right;
    background-repeat: no-repeat;
    animation: slideAnime 30s infinite;
    /* 15秒で1サイクル */
}

@keyframes slideAnime {

    /* スライドの非表示タイミング */
    0%, 25%, 100% { opacity: 0; }
    /* スライドの表示タイミング */

    7%,
    20% {
        opacity: 1;
    }
}

/* 各スライドのアニメーションタイミングを均等にずらす */
.slideimg:nth-of-type(1) {
    background-image: url(../img/index/firstviewp.png);
    animation-delay: 0s;
}

.slideimg:nth-of-type(2) {
    background-image: url(../img/index/firstview2p.png);
    animation-delay: 6s;
}

.slideimg:nth-of-type(3) {
    background-image: url(../img/index/firstview3p.png);
    animation-delay: 12s;
}

.slideimg:nth-of-type(4) {
    background-image: url(../img/index/firstview4p.png);
    animation-delay: 18s;
}

.slideimg:nth-of-type(5) {
    background-image: url(../img/index/firstview5p.png);
    animation-delay: 24s;
}

#ellipse1 {
    width: 60px;
    position: absolute;
    top: 50px;
    left: 140px;
}

#ellipse2 {
    width: 102px;
    position: absolute;
    top: 140px;
    left: 140px;
    transition-delay: 0.6s;
}

#ellipse3 {
    width: 145px;
    position: absolute;
    top: 180px;
    left: 60px;
    transition-delay: 1s;
}


.wrapper {
    animation: floating-x 7.2s ease-in-out infinite alternate-reverse;
}

#ellipse1,
#ellipse2,
#ellipse3 {
    animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}

@keyframes floating-x {
    0% {
        transform: translateX(-5%);
    }

    100% {
        transform: translateX(5%);
    }
}

@keyframes floating-y {
    0% {
        transform: translateY(-10%);
    }

    100% {
        transform: translateY(10%);
    }
}

.lead {
    position: absolute;
    top: 60%;
    left: 95px;
    width: fit-content;
    font-size: 24px;
    letter-spacing: 10%;
}

.lead .bigger {
    font-size: 30px;
}

.scrollbar-text_05 {
    display: inline-block;
    position: absolute;
    top: 150px;
    padding: 10px 10px 110px;
    color: #000;
    font-size: 14px;
    font-family: inter;
    line-height: 1;
    letter-spacing: 0.2em;
    left: 22%;
    transform: translateX(-50%);
}

.scrollbar_05 {
    position: absolute;
    left: 22%;
    transform: translateX(-50%);
    top: 650px;
}

.scrollbar_05::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 450px;
    background: #000;
    animation: liner 4s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes liner {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }

    30% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }

    70% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }

    100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}

.lead2 {
    position: relative;
    text-align: center;
    margin: 430px auto 200px;
    width: min(1500px , 90%);
    padding: 0 500;
    line-height: 50px;
}

.lead2 .br1 {
    display: none;
}

.conceptlogo {
    position: absolute;
    width: 545px;
    top: -100px;
    left: 280px;
    z-index: -2000;
    transition-delay: 5.2s;
}

.sparkle {
    position: absolute;
    width: 375px;
    top: 100px;
    z-index: -2000;
}

.morebutton {
    margin-top: 40px;
    font-size: 0;
    line-height: 0;
    font-family: sans-serif;
}

.morebutton p {
    color: #333;
    font-size: 20px;
    line-height: 1;
    text-shadow: 1px 1px 3px rgb(199, 199, 199);
}

.morebutton img {
    width: 133px;
}

.instagram {
    text-align: center;
    margin-bottom: 250px;
}

.instagram-box {
    margin: 90px auto 0px;
    width: 75%;
    text-align: center;
    align-items: center;
    background-color: #E9E4DE;
    padding: 20px 30px 30px 30px;
}

.instaheader {
    display: flex;
    flex-direction: row;
    padding: 0 25px 10px;
    font-size: 16px;
    gap: 15px;
    line-height: 0;
    align-items: center;
}

.instaheader img {
    height: 44px;
}

.instaheader p {
    line-height: 1;
    font-family: sans-serif;
}

.instagrid {
    width: 100%;
    height: 1050px;
    overflow: hidden;
    background-color: #fff;
    margin: 0 auto;
    padding: 2%;
    display: flex;
    justify-content: space-evenly;
}

.instagrid-inner {
    width: 95%;
    margin: 0 auto;
}

.instagram-media {
    width: 50%;
}

/* ここからメディアクエリ（レスポンシブ） */

@media screen and (max-width: 800px) {

    .shop-info {
        width: 90%;
        color: #000;
        line-height: 1;
        font-size: 12px;
        position: absolute;
        font-family: sans-serif;
        top: 90px;
        left: 25px;
    }

    .shop-info p {
        letter-spacing: 0;
    }

    form {
        padding: 15px;
        width: 95%;
    }

    .firstview {
        position: relative;
        margin: 0 auto;
        width: 100%;
        height: 600px;
        overflow: hidden;
        /* filter: none; */
        z-index: -1000;
        top: 30px;
        right: 0;
    }

    .slideimg {
        position: absolute;
        top: 0px;
        inset: 0;
        /* 親要素内にフルサイズで配置 */
        opacity: 0;
        background-size: cover;
    }

    #ellipse1,
    #ellipse2,
    #ellipse3 {
        display: none;
    }

    .scrollbar-text_05 {
        padding-bottom: 10px;
        left: 15%;
    }

    .scrollbar_05 {
        top: 450px;
        left: 15%;
    }

    .scrollbar_05::after {
        height: 250px;
    }

    .lead {
        top: 50%;
        left: 3%;
    }

    .lead p {
        font-size: 22px;
        text-align: start;
        text-shadow: #FFFEFC 1px 1px 10px;
        letter-spacing: 0;
        text-align: start;
    }

    .lead .bigger {
        font-size: 25px;
    }

    .lead span {
        display: inline-block;
    }

    .lead2 {
        margin: 250px auto 230px;
        font-size: 16px;
        line-height: 2.6;
    }

    .conceptlogo {
        width: 300px;
        top: -50px;
        left: 10px;
    }

    .sparkle {
        width: 250px;
        top: 200px;
        right: 0px;
        overflow: hidden;
        z-index: -2000;
    }


    .instagram {
        text-align: center;
        margin-bottom: 250px;
    }

    .instagram-box {
        margin: 0px auto;
        width: 100%;
        height: 1050px;
        text-align: center;
        align-items: center;
        background-color: #E9E4DE;
        padding: 20px 30px 30px 30px;
    }

    .instaheader {
        display: flex;
        flex-direction: column;
        padding: 0;
        margin: 0 auto 4px;
        font-size: 14px;
        font-family: sans-serif;
        gap: 4px;
    }

    .instaheader p {
        line-height: 1.3;
        text-align: start;
    }

    .instaheader span {
        display: block;
        width: 100%;
        text-align: start;
    }

    .instaheader span a img {
        display: inline-block;
    }

    .instaheader img {
        height: 35px;
    }

    .instagrid {
        width: 100%;
        height: 900px;
        background-color: #fff;
        margin: 0 auto;
    }

    .instagrid-inner {
        width: 95%;
        margin: 0 auto;
    }

    .instagram-media {
        overflow: hidden;
    }

    .instagram-media:nth-of-type(2) {
        display: none;
    }

    .morebutton p {
        font-size: 14px;
        line-height: 2;
    }

    .morebutton {
        margin-top: 25px;
    }

    .morebutton img {
        width: 110px;
    }

}