@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

/*---------------------------------
    共通
--------------------------------- */
a {
    color: inherit;
}

a:hover {
    text-decoration: none;
}

dl, ol, ul, dd, figure {
    margin-bottom: 0;
}

body {
    color: #333333;
    letter-spacing: .05em;
}

.u-visuallyHidden:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
    white-space: nowrap;
    clip-path: inset(50%);
}

@media not all and (min-width: 768px) {
    .festival-template-single-festival2024 .container {
        width: calc(100% - 40px);
    }
}

.l-spacer {
    padding: 60px 0;
}
.l-spacer.-s {
    padding: 40px 0;
}
@media screen and (min-width: 1200px) {
    .l-spacer {
        padding: 100px 0;
    }
    .l-spacer.-s {
        padding: 60px 0;
    }
}

.l-spacer-top {
    padding-top: 60px;
}
.l-spacer-top.-s {
    padding-top: 40px;
}
@media screen and (min-width: 1200px) {
    .l-spacer-top {
        padding-top: 100px;
    }
    .l-spacer-top.-s {
        padding-top: 60px;
    }
}

.l-spacer-bottom {
    padding-bottom: 60px;
}
.l-spacer-bottom.-s {
    padding-bottom: 40px;
}
@media screen and (min-width: 1200px) {
    .l-spacer-bottom {
        padding-bottom: 100px;
    }
    .l-spacer-bottom.-s {
        padding-bottom: 60px;
    }
}

.container {
    max-width: 1010px;
}

/* ----- 背景色 ----- */
.bg-primary {
    background-color: #fff !important;
}
.bg-secondary {
    background-color: #F6D217 !important;
}
.bg-third {
    background-color: #333333 !important;
}
.bg-fourth {
    background-color: #EFEDDE !important;
}


/* ----- タイトル ----- */
.section_title {
    text-align: center;
    letter-spacing: .01em;
    margin-bottom: 24px;
}
.section_title .d-md-none .text-animation {
    line-height: 1;
}
.section_title .d-md-none {
    display: block;
    margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
    .section_title {
        margin-bottom: 32px;
    }
}
@media screen and (min-width: 992px) {
    .section_title {
        margin-bottom: 48px;
    }
}

.section_title .en {
    display: block;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-size: clamp(40px, 20vw, 80px);
    font-weight: 500;
    color: #fff;
}
.section_title .en.-y {
    color: #F6D217;
}
.section_title .jp {
    display: block;
    margin-top: .5em;
    font-size: clamp(15px, 4.8vw, 20px);
    color: #333;
}
.section_title .jp.-w {
    color: #fff;
}

@media screen and (min-width: 1200px) {
    .section_title .en {
        font-size: 100px;
    }
    .section_title .jp {
        margin-top: .75em;
        font-size: 23px;
    }
}


/* ----- タイトル ----- */
.lp_title.-primary {
    line-height: 1.6875;
    /* font-size: clamp(17px, 5.64vw, 24px); */
    font-size: clamp(22px, 8.53vw, 34px);
    text-align: start;
}
@media screen and (min-width: 768px) {
    .lp_title.-primary {
        font-size: clamp(24px, 3.255vw, 30px);
    }
}
@media screen and (min-width: 1400px) {
    .lp_title.-primary {
        font-size: 32px;
    }
}


/* ----- テキスト ----- */
.lp_text.-primary {
    font-size: clamp(15px, 3.52vw, 17px);
    font-weight: 500;
    line-height: 1.6875;
}
@media screen and (min-width: 768px) {
    .lp_text.-primary {
        font-size: min(1.82vw, 15px);
    }
}
@media screen and (min-width: 1200px) {
    .lp_text.-primary {
        font-size: 16px;
        line-height: 2;
    }
}



/* ----- リスト ----- */
.lp_item {
    padding: 1.5em 0 .75em;
    border-bottom: 1px solid #707070;
}
@media screen and (min-width: 992px) {
    .lp_item {
        display: flex;
    }
}

@media screen and (min-width: 768px) {
    .lp_news a:hover,
    .lp_news a:focus {
        opacity: 1;
    }
}


/* ----- コンセプト ----- */
.concept_wrap {
    padding: 40px 0;
}
@media screen and (min-width: 1200px) {
    .concept_wrap {
        padding: 64px 0;
    }
}

.concept_message {
    display: flex;
    flex-direction: column;
    row-gap: 3rem;
}
@media screen and (min-width: 768px) {
    .concept_message {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 0 1rem;
    }
}
@media screen and (min-width: 1200px) {
    .concept_message {
        column-gap: 0;
    }
}

@media screen and (min-width: 768px) {
    .concept_title {
        flex-shrink: 0;
        width: 30%;
    }
}
@media screen and (min-width: 1200px) {
    .concept_title {
        width: min(35%, 320px);
        flex-shrink: 0;
    }
}

.concept_title .sup {
    display: block;
    margin-bottom: 1.5em;
    color: #fff;
    font-size: 15px;
    letter-spacing: .01em;
}
@media screen and (min-width: 1200px) {
    .concept_title .sup {
        font-size: 20px;
    }
}

.concept_title img {
    width: 68vw;
    max-width: 280px;
}
@media screen and (min-width: 768px) {
    .concept_title img {
        width: 80%;
    }
}
@media screen and (min-width: 1200px) {
    .concept_title img {
        width: 100%;
    }
}

.concept_textarea {
    color: #fff;
}
@media screen and (min-width: 768px) {
    .concept_textarea {
        width: calc(70% - 1rem);
    }
}
@media screen and (min-width: 1200px) {
    .concept_textarea {
        width: min(65%, 642px);
    }
}

.concept_textarea .lp_title.-primary {
    margin-bottom: 1em;
}
@media screen and (min-width: 1400px) {
    .concept_textarea .lp_title.-primary {
        margin-bottom: 1.5em;
    }
}

.concept_textarea .lp_text.-primary {
    font-weight: 400;
}


/* ----- 流れる文字 ----- */
.flowing {
    position: relative;
    top: 2px;
    width: 100%;
    overflow: hidden;
}
@media screen and (min-width: 768px) {
    .flowing {
        top: 3px;
    }
}

.flowing_loop {
    display: flex;
    white-space: nowrap;
    will-change: transform;
    animation: loop 20s linear infinite;
}

.flowing_text {
    margin-right: 2em;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-size: 15vw;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    line-height: 1;
}

@media screen and (min-width: 768px) {
    .flowing_text {
        font-size: min(9.25vw, 100px);
    }
}

@media screen and (min-width: 1300px) {
    .flowing_text {
        font-size: min(9.8vw, 120px);
    }
}

/* ループするアニメーション（最終的にJSで距離を上書き） */
@keyframes loop {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}




/*---------------------------------
    表示 / 非表示
--------------------------------- */
.is-hidden {
    animation: is-hidden .2s ease-in-out forwards;
    pointer-events: none;
}
@keyframes is-hidden {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.is-visible {
    animation: is-visible .2s ease-in-out forwards;
    pointer-events: all;
}
@keyframes is-visible {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}



/*---------------------------------
    ローディング
--------------------------------- */
.loading {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 0.5s linear;
    z-index: 4;
}

.loading.loaded {
    opacity: 0;
    visibility: hidden;
}

.loading_text {
    opacity: 0;
    animation: image_fade 3.0s 0.5s forwards;
    width: min(70%, 360px);
}
@media screen and (min-width: 1200px) {
    .loading_text {
        width: min(35vw, 458px);
    }
}
@keyframes image_fade {
    0% {
        opacity: 0;
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}



/*---------------------------------
    ヘッダー
--------------------------------- */
.js-header {
    display: none;
}

.header_logo {
    position: fixed;
    top: 8px;
    left: 8px;
    max-width: 112px;
    z-index: 3;
}
@media screen and (min-width: 992px) {
    .header_logo {
        top: 20px;
        left: 34px;
        max-width: 134px;
    }
}



/*---------------------------------
    ハンバーガーメニュー
--------------------------------- */
.l-hamburger {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3;
}

.hamburger {
    display: inline-block;
    position: relative;
    top: 50%;
    right: 0;
    width: 64px;
    height: 64px;
    margin: auto;
    padding: 0;
    border: 1px solid #000;
    background-color: #000;
    text-decoration: none;
    appearance: none;
    cursor: pointer;
    outline: none;
    transition: all .3s ease-in-out;
}
@media screen and (min-width: 992px) {
    .hamburger {
        width: 80px;
        height: 80px;
    }
}
.hamburger:hover,
.hamburger:focus {
  opacity: 1;
  outline: 1px solid #333;
}

.hamburger_line {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: auto;
    width: 30px;
    height: 2px;
    background-color: #fff;
    transition: inherit;
    transform: translateY(-50%);
}
@media screen and (min-width: 992px) {
    .hamburger_line {
        height: 3px;
    }
}
.hamburger_line::before,
.hamburger_line::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: inherit;
    border-radius: inherit;
    content: '';
    transition: inherit;
}
.hamburger_line::before {
  top: -10px;
  left: 0;
}
.hamburger_line::after {
  top: 10px;
  left: 0;
}

.hamburger[aria-expanded="true"] .hamburger_line {
  background-color: transparent;
}

.hamburger[aria-expanded="true"] .hamburger_line::before,
.hamburger[aria-expanded="true"] .hamburger_line::after {
  top: 0;
  background-color: #fff;
}

.hamburger[aria-expanded="true"] .hamburger_line::before {
    transform: rotate(45deg);
}

.hamburger[aria-expanded="true"] .hamburger_line::after {
    transform: rotate(-45deg);
}



/*---------------------------------
    ナビゲーション
--------------------------------- */
.nav {
    position: fixed;
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    background-color: #F6D217;
    transition: right .6s ease-in;
    z-index: 2;
}
.is-drawerActive .nav {
    right: 0;
}
@media screen and (min-width: 992px) {
    .nav {
        width: 50%;
    }
    .is-drawerActive .nav {
        transition: right .6s ease;
    }
}

.nav .container {
    max-width: 400px;
}
@media not all and (min-width: 768px) {
    .nav .container {
        text-align: center;
    }
}

.nav_list {
    position: relative;
    margin: 25vh auto 0;
    display: inline-flex;
    flex-direction: column;
    row-gap: 2.5em;
    text-align: left;
    z-index: 2;
}

.nav_item {
    font-weight: 700;
}



/*---------------------------------
    ファーストビュー
--------------------------------- */
.firstview {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 53.125vw;
    z-index: -1;
}
@media screen and (min-width: 768px) {
    .firstview {
        height: 159.57vw;
    }
}
.firstview_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(62vw, 280px);
}
@media screen and (min-width: 1200px) {
    .firstview_logo {
        width: min(45vw, 380px);
    }
}



/*---------------------------------
    成長が世界を変える
--------------------------------- */
.change {
    /* margin-top: 82.125vw; */
    margin-top: 159.57vw;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../image/festival/lp/2024/change/bg-change_sp@2x.jpg);
}
@media screen and (min-width: 768px) {
    .change {
        margin-top: 53.125vw;
        background-image: url(../../image/festival/lp/2024/change/bg-change_pc@2x.jpg);
    }
}

@media not all and (min-width: 768px) {
    .change .lp_title.-primary {
        font-size: clamp(18px, 4.94vw, 24px);
    }
}

.change .concept_title {
    text-align: center;
}

@media not all and (min-width: 768px) {
    .change .concept_title img {
        width: 48.5vw;
        max-width: 220px;
    }
}

.change_movie {
    margin-top: 40px;
    text-align: center;
}
@media not all and (min-width: 768px) {
    .change_movie {
        margin: 2rem calc(50% - 50vw) 0;
        width: 100vw;
    }
}
@media screen and (min-width: 768px) {
    .change_movie {
        margin-top: 100px;
    }
}

.change_movie video {
    width: 100%;
}
@media screen and (min-width: 768px) {
    .change_movie video {
        width: min(80%, 700px);
    }
}


/*---------------------------------
    最新情報
--------------------------------- */
@media screen and (min-width: 992px) {
    .lp_news .lp_item a {
        display: flex;
    }
}

.lp_news .title,
.lp_news .read-more {
    font-size: min(3.55vw ,16px);
    font-weight: 400;
}

.lp_news .date {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
}

.lp_news .title {
    margin-top: .5em;
}

.lp_news .read-more {
    margin-top: 1em;
    text-align: right;
}

@media screen and (min-width: 768px) {
    .lp_news .item a {
        display: flex;
    }
    .lp_news .date {
        width: 6em;
    }
}
@media screen and (min-width: 992px) {
    .lp_news .date {
        width: 150px;
        font-size: min(3.55vw ,16px);
    }
    .lp_news .title {
        margin-top: 0;
    }
}


/*---------------------------------
    プレゼンテーション
--------------------------------- */
.presentation_list {
    display: flex;
    flex-direction: column;
    row-gap: 5rem;
}
@media screen and (min-width: 1200px) {
    .presentation_list {
        row-gap: 6.26rem;
    }
}

.presentation_item {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: repeat(4, auto);
    row-gap: 1.5rem;
}
@media screen and (min-width: 768px) {
    .presentation_item {
        grid-template-columns: repeat(2, auto);
        grid-template-rows: repeat(3, auto);
        gap: 1.5rem 5%;
    }
}
@media screen and (min-width: 1200px) {
    .presentation_item {
        column-gap: min(5vw, 64px);
    }
}

.presentation_item .logo {
    grid-area: 1 / 1 / 2 / 2;
    margin: auto;
    width: min(40%, 200px);
}
@media screen and (min-width: 768px) {
    .presentation_item .logo {
        grid-area: 1 / 2 / 2 / 3;
        align-self: flex-start;
        margin: 0;
    }
    .presentation_item:nth-of-type(even) .logo {
        grid-area: 1 / 1 / 2 / 2;
    }
}

.presentation_item .message {
    grid-area: 3 / 1 / 4 / 2;
}
@media screen and (min-width: 768px) {
    .presentation_item .message {
        grid-area: 2 / 2 / 3 / 3;
        column-gap: 1rem;
    }
    .presentation_item:nth-of-type(even) .message {
        grid-area: 2 / 1 / 3 / 2;
    }
}

@media not all and (min-width: 768px) {
    .presentation_item .message .lp_title.-primary span {
        display: block;
        line-height: 1.2;
    }
}

.presentation_item .message .lp_text.-primary {
    margin-top: 1.5em;
}
@media screen and (min-width: 768px) {
    .presentation_item .message .lp_text.-primary {
        margin-top: 1em;
    }
}

.presentation_item .info {
    grid-area: 4 / 1 / 5 / 2;
}
@media screen and (min-width: 768px) {
    .presentation_item .info {
        grid-area: 3 / 2 / 4 / 3;
        margin-top: auto;
    }
    .presentation_item:nth-of-type(even) .info {
        grid-area: 3 / 1 / 4 / 2;
    }
}

.presentation_item .info_inner {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 1.25rem;
}
@media screen and (min-width: 768px) {
    .presentation_item .info_inner {
        flex-direction: row;
        align-items: flex-end;
        gap: 0 1.5rem;
    }
    .presentation_item:nth-of-type(even) .presentation_item .info_inner {
        flex-direction: row-reverse;
    }
}

@media screen and (min-width: 768px) {
    .presentation_item .info .list {
        width: 100%;
    }
}

.presentation_item .info .item {
    display: flex;
    padding: .5em 0;
    font-size: clamp(12px, 3.73vw, 14px);
    font-weight: 500;
    border-bottom: 1px solid #333333;
    line-height: 1.3;
}
@media screen and (min-width: 768px) {
    .presentation_item .info .item {
        padding: .25em 0;
        font-size: clamp(12px, 1.69vw, 14px);
    }
}

.presentation_item .info dt {
    width: 7em;
    flex-shrink: 0;
}
@media screen and (min-width: 768px) {
    .presentation_item .info dt {
        width: 6em;
    }
}

.presentation_item .info .figure {
    width: 50%;
}
@media screen and (min-width: 768px) {
    .presentation_item .info .figure {
        flex-shrink: 0;
        width: min(30%, 180px);
    }
}

.presentation_item .slideimage {
    grid-area: 2 / 1 / 3 / 2;
}
@media not all and (min-width: 768px) {
    .presentation_item .slideimage {
        margin: 0 calc(50% - 50vw);
        width: 100vw;
    }
}
@media screen and (min-width: 768px) {
    .presentation_item .slideimage {
        grid-area: 1 / 1 / 4 / 2;
        width: 30vw;
    }
    .presentation_item:nth-of-type(even) .slideimage {
        grid-area: 1 / 2 / 4 / 3;
    }
}
@media screen and (min-width: 992px) {
    .presentation_item .slideimage {
        width: min(35vw, 436px);
    }
}

/* owner02 */
.presentation_item.-owner02 .logo {
    width: min(30%, 160px);
}

/* owner03 */
.presentation_item.-owner03 .logo {
    width: min(50%, 320px);
}
@media screen and (min-width: 992px) {
    .presentation_item.-owner03 .logo {
        margin-top: 1rem;
    }
}

/* staff01 */
.presentation_item.-staff01 .logo {
    width: min(35%, 194px);
}

/* staff02 */
.presentation_item.-staff02 .logo {
    width: min(30%, 138px);
}

/* staff03 */
.presentation_item.-staff03 .logo {
    width: min(40%, 220px);
}



/*---------------------------------
    タイムスケジュール
--------------------------------- */
.time-schedule_item {
    display: flex;
    flex-direction: row;
    font-weight: 700;
    font-size: min(3.6vw ,15px);
}
.time-schedule_item + .time-schedule_item {
    margin-top: .5em;
}
@media screen and (min-width: 768px) {
    .time-schedule_item {
        font-size: min(3.75vw ,17px);
    }
}
@media screen and (min-width: 1200px) {
    .time-schedule_item {
        font-size: 18px;
    }
}

.time-schedule_item .time {
    position: relative;
    flex-shrink: 0;
    align-self: flex-start;
    margin-right: 1.25em;
    width: 4.25em;
    padding: 0;
    background-color: rgba(255, 255, 255, .63);
    text-align: center;
}
@media screen and (min-width: 768px) {
    .time-schedule_item .time {
        margin-right: 1.625em;
        padding: .25em 0;
        width: 6em;
    }
}
.time-schedule_item .time::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(-1.25em + 0.5px);
    width: 0;
    height: 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, .63) transparent transparent transparent;
    border-width: 1.75em 1.25em 0px 0px;
}
@media screen and (min-width: 768px) {
    .time-schedule_item .time::after {
        right: calc(-1.625em + 0.5px);
        border-width: 2.25em 1.625em 0px 0px;
    }
}

.time-schedule_item .title {
    position: relative;
    padding: 0 0 0 .5em;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .time-schedule_item .title {
        padding: .25em 0 .25em 1em;
    }
}

.time-schedule_item .title::after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(-1.25em - 1px);
    width: calc(100% + 1em);
    height: 1.75em;
    background: url(../../image/festival/lp/2024/slush.svg) bottom left / cover no-repeat;
}
@media screen and (min-width: 768px) {
    .time-schedule_item .title::after {
        left: calc(-1.625em - 1px);
        height: 2.25em;
    }
}

.time-schedule_item .text-area {
    width: 100%;
}

.time-schedule_item .text_list {
    margin-top: .5em;
    margin-left: .5em;
    text-align: start;
    line-height: 1.8;
    letter-spacing: .1em;
}
@media screen and (min-width: 768px) {
    .time-schedule_item .text_list {
        margin-left: 1em;
    }
}
@media screen and (min-width: 1200px) {
    .time-schedule_item .text_list {
        margin-left: 3em;
    }
}

@media not all and (min-width: 768px) {
    .time-schedule_item .text_list span {
        display: block;
        margin-left: .5em;
    }
}

.time-schedule_sup {
    margin-top: 1.5em;
    font-size: min(3.3vw, 14px);
    font-weight: 500;
}
@media screen and (min-width: 768px) {
    .time-schedule_sup {
        margin-top: 1em;
        font-size: .85em;
        text-align: right;
    }
}



/*---------------------------------
    イベント概要
--------------------------------- */
.lp_event_item {
    display: flex;
    flex-direction: column;
    padding: 1em 0;
    border-bottom: 1px solid #707070;
    font-size: clamp(14px, 4vw, 17px);
}
.lp_event_item:first-of-type {
    border-top: 1px solid #707070;
}
@media screen and (min-width: 768px) {
    .lp_event_item {
        flex-direction: row;
        padding: 1em;
    }
}

.lp_event_list dt,
.lp_event_list dd {
    font-weight: 600;
}

.lp_event_list dd {
    margin-top: .5em;
}

@media screen and (min-width: 768px) {
    .lp_event_list dt {
        flex-shrink: 0;
        width: 40%;
    }
    .lp_event_list dd {
        margin-top: 0;
        width: 60%;
    }
}

.lp_event_list dd .title {
    display: inline-block;
    width: 6em;
}



/*---------------------------------
    フォトギャラリー
--------------------------------- */
.gallery02 {
    margin-top: 0;
}
@media screen and (min-width: 768px) {
    .gallery02 {
        margin-top: 1.5rem;
    }
}
@media screen and (min-width: 1200px) {
    .gallery02 {
        margin-top: 3.125rem;
    }
}



/*---------------------------------
    お問い合わせ
--------------------------------- */
.btn-area {
    text-align: center;
}

.btn {
    padding: 1.5em;
    width: 100%;
    border-radius: 42px;
    color: #fff;
    background-color: #333;
    border: 1px solid #707070;
    font-weight: 300;
}
@media screen and (min-width: 768px) {
    .btn {
        padding: 1.2em;
        max-width: 400px;
    }
    .btn:hover,
    .btn:focus {
        background-color: #FDFBEB;
        color: #333;
        opacity: 1;
    }
}
@media screen and (min-width: 1200px) {
    .btn {
        padding: 1.65em;
        max-width: 700px;
    }
}



/*---------------------------------
    footer
--------------------------------- */
.footer {
    padding: 1rem;
}
.copy {
    font-size: min(3.2vw, 14px);
    font-weight: 300;
    text-align: center;
    color: #ADADAD;
}
.copy small {
    font-size: inherit;
}


/*---------------------------------
    swiper
--------------------------------- */
/* スライドの動き等速 */
.swiper-wrapper {
    transition-timing-function: linear;
}
.swiper-slide img {
    height: auto;
    width: 100%;
}


/*---------------------------------
    テキストアニメーション
--------------------------------- */
.text-animation {
    opacity: 0;
}
.text-animation.show {
    opacity: 1;
}
.text-animation.show .text-animation-span {
    display: inline-block;
    overflow: hidden;
}
.text-animation.show span {
    display: inline-block;
    animation: showText 1.0s backwards;
}
@keyframes showText {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
