@charset "utf-8";

/* ==========================================================

    MV

========================================================== */
.mv.l-content { padding-top: 0; margin-bottom: 0;}

.mv {
    position: relative;
    container-type: inline-size;
    width: 100%; max-width: 1080px;
    margin-right: auto; margin-left: auto;
}

h1 {
    font-weight: normal;
    font-family: "Yomogi", cursive;
    position: absolute; left: 25.77cqw; top: 11.66cqw;
    width: 22.222cqw; height: 25cqw;
    transform: rotate(-10deg);
    display: flex;
    flex-direction: column;
    font-size: 2.222cqw;
}

h1 span:nth-child(1) { transform: rotate(-12deg);}
h1 span:nth-child(2) { transform: translateX(3em) rotate(5deg); margin-top: 0.6em;}
h1 span:nth-child(3) { transform: translateX(1em) rotate(6deg); margin-top: 1em;}
h1 span:nth-child(4) { transform: translateX(2.5em) rotate(-12deg); margin-top: 1.2em; font-size: 2.41cqw;}






/* ==========================================================

    左右スライド(MV下)

========================================================== */
.prompts { padding-top: 5em;}

.prompts-form {
    position: relative;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    margin: 8px auto;
}

.prompts-form.ltr .prompts-track { animation: scrollTextLTR 100s linear infinite;}
.prompts-form.rtl .prompts-track { animation: scrollTextRTL 100s linear infinite;}

.prompts-form:hover .prompts-track{ animation-play-state: paused;}

.prompts-form .prompts-track {
    display: flex;
    gap: 34px;
    width: max-content;
    padding: 2px 0;
}

.prompts-form .prompts-card { width: 300px;}

.prompts-card {
    background: #e9ede2;
    text-align: center;
    border-radius: 30px;
    width: auto;
}

.prompts-form .prompts-card a {
    padding: 14px;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.prompts-form .prompts-card a span.prompt-img { padding-right: 24px;}

.prompts-form .prompts-card a span.prompt-img img {
    max-width: 60px;
    border-radius: 20px;
}


/* アニメーション
===========================================================*/
/* 左から右 */
@keyframes scrollTextLTR {
    0% {
    transform: translateX(-50%);
    }
    100% {
    transform: translateX(0);
    }
}

/* 右から左 */
@keyframes scrollTextRTL {
    0% {
    transform: translateX(0);
    }
    100% {
    transform: translateX(-50%);
    }
}




/* ==========================================================

    .l-containe

========================================================== */
.home main .l-container { padding-top: 6em; padding-bottom: 6em;}






/* ==========================================================

    .home_tips

========================================================== */
.home_tips .c-taxonomies { padding-right: 3%; padding-left: 3%;}

























