/* ================================================
   パンファンLP用スタイル
   ================================================ */
   body {
    @media (max-width: 912px) {
        font-size: 12px;
    }
   }
/* ヘッダー */
.l-header.-banfan {
    border: none;
    height: auto;
    position: relative;
    z-index: 99;
    background: #fff;

    & .inner {
        width: 1500px;
        padding: 30px 0 25px;
        display: flex;
        align-items: center;
        height: auto;
    }

}

.inner {
    @media (max-width: 1100px) {
        width: 92%;
    }
}

.l-header.-banfan .inner .btn-sp_menu {
    width: 44px;
    aspect-ratio: 1/1;
    position: fixed;
    right: 2%;
    @media (min-width:913px) {
        display: none;
    }
}
@media (max-width:1600px) {
    .l-header.-banfan .inner {
        box-sizing: border-box;
        width: 100%;
        padding-left: 2vw;
        padding-right: 2vw;
    }        
}
@media (max-width:912px) {
    .l-header.-banfan .inner {
        padding: calc((24 / 768) * 100vw) calc((35 / 768) * 100vw);
        height: auto;
    }
    .l-header.-banfan h1 img {
        position: relative;
        z-index: 2;    
        width: calc((208 / 912) * 100vw);
        height: auto;
    }
}

/* ナビゲーション */
.btn-sp_menu {
    position: relative;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 2;
}
.btn-sp_menu span {
    position: absolute;
    display: block;
    width: 75%;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
    top: calc(50% - 1px);
    left: 50%;
    transform: translate(-50%, 0);
    transition: .3s all ease;
}
.btn-sp_menu span:nth-of-type(1) {
    top: 20%;
}
.btn-sp_menu span:nth-of-type(3) {
    top: 75%;
}
.btn-sp_menu.is-active span:nth-of-type(1) {
    top: calc(50% - 2px);
    transform: translate(-50%, 0) rotate(45deg);
}
.btn-sp_menu.is-active span:nth-of-type(3) {
    top: calc(50% - 2px);
    transform: translate(-50%, 0) rotate(-45deg);
}
.btn-sp_menu.is-active span:nth-of-type(2) {
    width: 0;
}

.l-navigation {
    margin-left: auto;
    @media (max-width:912px) {
        position: fixed;
        background: rgba(242,242,242,.9);
        top: 0;
        right: 0;
        padding-top: 112px;
        width: 98%;
        transition: .5s scale;
        overflow: clip;
        scale: 0 1;
        transform-origin: right center;
        padding-bottom: 6.4em;
        border-radius: 0 0 0 4em;
        filter: drop-shadow(5px 5px 10px rgba(0,0,0,.15));
    }
}
.is-active + .l-navigation {
    scale: 1 1;
}
.l-navigation__list {
    font-size: 18px;
    line-height: 1;
    a {
        color: #a30000;
    }
    @media (min-width:913px) {
        display: flex;
        gap: 1.6em;
    }
    @media (max-width:912px) {
        padding: 0 1.6em;
        li {
            border-bottom: 1px solid #a30000;
            a {
                display: flex;
                padding: .8em 0;
            }
        }
    }
}

/* セクション共通 */
.l-section-common {
    padding: 5em 0;
    @media (max-width: 912px) {
        padding: 4em 0;
    }    
    &#sec-about_banfan {
        padding-top: 10em;
    }
    &#sec-energy {
        padding-bottom: 0em;
    }   
}





/* メインビジュアル */
.l-hero {
    overflow-x: clip;
    position: relative;
    z-index: 2;
    background: url('/banfan/parts/img/bg_hero01.webp') center center / contain;
    position: relative;
    height: 970px;
    div {
        position: relative;
        z-index: 1;
    }
    &::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: url('/banfan/parts/img/bg_hero02.webp') no-repeat center -48px / contain;
        position: absolute;
        top: 0;
        left: 50%;
        translate: -50% 0;
        z-index: 0;
        @media (max-width: 912px) {
            background: url('/banfan/parts/img/bg_hero02_sp.webp') no-repeat center center / contain;
        }        
    }
    @media (max-width: 912px) {
        height: calc((1280 / 768) * 100vw);
    }
}

.l-hero .mv_inner {
    width: 112vw;
    max-width: 1540px;
    height: auto;
    background: none;
    position: relative;
    left: 50%;
    translate: -50% 0;
    margin: unset;
    box-shadow: unset;
    h1 {
        position: absolute;
        top: 208px;
        left: 50%;
        translate: -50% 0;
        z-index: 2;
        img {
            width: 494px;
            height: auto;
        }

        transition: .45s opacity, .45s rotate, .45s scale;
        opacity: 0;
        scale: 2;
        rotate: 45deg;
        transition-delay: 2.4s;

        @media (max-width: 912px) {
            top: calc((240 / 768) * 100vw);
            width: calc((492 / 768) * 100vw);
            aspect-ratio: 1/1;
            img {
                width: 100%;
                height: auto;
            }
        }
    }
    .is-active & h1 {
        opacity: 1;
        rotate: 0deg;
        scale: 1;
    }
}

.obj-hero_imgs {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content:space-between;
    width: 1540px;
    gap: 380px;
    position: relative;
    left: 50%;
    translate: -50% 0;    
    li {
        margin-top: -30px;
        img {
            width: auto;
            height: 570px;
            filter: drop-shadow(5px 5px 10px rgba(0,0,0,.35));
        }
        @media (max-width: 912px) {
            width: calc((464 / 768) * 100vw);
            height: auto;
            img {
                width: 100%;
                height: auto;
            }
        }
    }
    @media (max-width: 912px) {
        width: calc((1060 / 768) * 100vw);
        gap: calc((127 / 768) * 100vw);
    }
    .img-before,
    .img-after {
        rotate: 0;
        transition: 1s rotate;
    }    
    /* .img-after {
        opacity: 0;
        rotate: 0;
        transition: 1s opacity, 1s rotate;
        transition-delay: 2s;
    } */
}


.is-active .img-before {
    rotate: 360deg;
}
.is-active .img-after {
    opacity: 1;
    rotate: 360deg;
}

/* パンファンとは？セクション */
.c-blk-about_banfan {
    display: grid;
    grid-template-columns: 1fr 270px;
    gap: 72px;
    max-width: 880px;
    margin: 0 auto;
    .c-text {
        padding: 3em;
        order: -1;
        text-align: left;
        position: relative;
        p {
            font-size: 1.2em;
            line-height: 2;
            font-feature-settings: "palt";
            @media (max-width: 912px) {
                font-size: 1.14em;
            }            
        }
        &::before {
            content: '';
            display: block;
            width: 16%;
            aspect-ratio: 1/1;
            position: absolute;
            left: 0;
            top: 0;
            border-top: 1px solid #fff;
            border-left: 1px solid #fff;
        }
        &::after {
            content: '';
            display: block;
            width: 16%;
            aspect-ratio: 1/1;
            position: absolute;
            bottom: 0;
            right: 0;
            border-right: 1px solid #fff;
            border-bottom: 1px solid #fff;
        }
        @media (max-width: 912px) {
            padding: 2em;
        }        
    }
    .c-img {
        iframe {
            width: 100%;
            height: 100%;
            aspect-ratio: 369 / 656;
        }
    }
    @media (max-width: 768px) {
        grid-template-columns: 1fr;
        gap: 2.4em;
        .c-img {
            max-width: 400px;
            margin: 0 auto;
        }
    } 
}

.hl-section_title {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    margin-bottom: .8em;
    font-size: 2.28em;
    position: relative;
    line-height: 1.7;
    text-align: center;
    .c-balloon {
        position: absolute;
        margin-left: -5em;
        margin-top: -1em;
        @media (max-width: 912px) {
            margin-left: calc((-180 / 768) * 100vw);
        }        
        @media (max-width: 768px) {
            margin-left: calc((-180 / 768) * 100vw);
            margin-top: -3.2em;    
            img{
                height: calc((150 / 768) * 100vw);
                width: auto;
                max-width: 120px;
            }
        }
        @media (max-width: 480px) {
            margin-left: calc((-120 / 768) * 100vw);
        }        
    }
    &.-about .c-balloon {
        margin-left: -170px;
        margin-top: -3em;
        @media (max-width: 768px) {
            margin-left: calc((-100 / 768) * 100vw);
            margin-top: calc((-148 / 768) * 100vw);
            rotate: 10deg;
        }        
    }
    @media (max-width: 912px) {
        line-height: 1.4;
        font-size: 2em;
    }
}
.c-text {
    line-height: 1.8;
    font-size: 16px;
}
@media (max-width: 912px) {
    .c-text {
        font-size: 14px;
    }
}
/* プロデューサーセクション */
.c-blk-producer {
    display: grid;
    grid-template-columns: 300px 1fr;
    align-items: center;
    background: #242424;
    color: #fff;
    width: 90%;
    max-width: 840px;
    margin: 3em auto 0;
    @media (max-width: 768px) {
        grid-template-columns: 1fr;
        width: 90%;
        border-radius: 1em;
    }
}
.c-blk-producer__img {
    text-align: center;
    aspect-ratio: 320/331;
    border-right: 8px solid #fff;
    overflow: hidden;
    img {
        width: 100%;
        height: 100%;
        object-fit: cover;        
    }
    @media (max-width: 768px) {
        border-right: none;
        border: 5px solid #242424;
        aspect-ratio: 1/1;
        border-radius: 1em;
    }    
}
.c-blk-producer__text {
    text-align: left;
    .c-blk-producer__name {
        font-size: 2em;
        font-weight: bold;
        padding: 0 48px .8em 48px;
        border-bottom: 1px solid #fff;
        span {
            font-size: .64em;
            padding-left: 1.2em;
        }
        @media (max-width: 768px) {
            padding: .5em 1em;
        }        
    }
    .c-blk-producer__profile {
        padding: 2em 48px 0;
        p {
            line-height: 2;
        }
        @media (max-width: 768px) {
            padding: 2em 1.5em;
        }        
    }
}
@media (max-width: 768px) {
    .c-blk-producer__name {
        font-size: 24px;
        text-align: center;
    }
    .c-blk-producer__name .-small {
        font-size: 18px;
    }
}
.c-blk-producer__profile {
    line-height: 1.8;
    font-size: 16px;
}
@media (max-width: 768px) {
    .c-blk-producer__profile {
        font-size: 14px;
    }
}


/* レシピセクション */
.c-list-recipes__item__img {
    .c-img {
        position: relative;
        aspect-ratio: 350 /230;
        overflow: hidden;
        background-position: 50% 50%;
        background-size: cover;
        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
    /* PC時: hoverでアニメーション（w769以上） */
    @media screen and (hover:hover) and (min-width: 769px) {
        .c-img:hover {
            img {
                transition: .7s opacity, .7s rotate,.7s scale;
                opacity: 0;
                rotate: 360deg;
                scale: .75;
            }
        }
    }
    /* スマホ時: 画面内表示でアニメーション（w768以下） */
    @media screen and (max-width: 768px) {
        .c-img img {
            transition: .7s opacity, .7s rotate, .7s scale;
        }
        .c-img img.is-animated {
            opacity: 0;
            rotate: 360deg;
            scale: .75;
        }
    }
}

.c-list-recipes__item__desc {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}

.c-list-calrose_features {
    margin-top: 3em;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 12px;
    font-size: 1.12em;
    line-height: 1.4;
    color: #fff;
    font-weight: bold;
    counter-reset: number 0; 
    span {
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 1;
        padding: 1.1em 1em 1em 1.6em;
        height: 100%;
    }
    li {
        position: relative;
        &::before {
            content: "0" counter(number);
            counter-increment: number 1;
            font-size: 1.4em;
            color: #a30000;
            position: absolute;
            left: -.2em;
            top: -.2em;
            @media (max-width: 912px) {
                font-size: 1.2em;
            }
        }
        &::after {
            content: '';
            display: block;
            width: 100%;
            height: 100%;
            background: #a30000;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 0;
            clip-path: polygon(0 50%, 16% 0, 100% 0, 100% 100%, 0 100%);
            @media (max-width: 912px) {
                clip-path: polygon(0 2em, 2em 0, 100% 0, 100% 100%, 0 100%);
            }
        }

    }
    @media (max-width: 912px) {
        grid-template-columns: repeat(2, 1fr);
        gap: .64em;
        margin-left: auto;
        margin-right: auto;
    }
}

.c-list-event {
    display: grid;
    gap: 3.2em;
    margin-top: 3em;
    @media (max-width: 912px) {
        gap: 2em;
    }            
}

.c-list-event__item {
    display: grid;
    grid-template-columns: 100px 1fr;
    align-items: center;
    time {
        color: #a30000;
        font-family: "Noto Serif JP", serif;
        font-size: 2.28em;
        padding-right: 1em;
        @media (max-width: 768px) {
            font-size: 1.8em;
            padding-right: .5em;
        }        
    }
    dl {
        border-left: 4px solid #a30000;
        text-align: left;
        padding: 1.2em 0 1.2em 2.28em;
        @media (max-width: 768px) {
            border-left: 2px solid #a30000;
            padding: .2em 0 .2em 1.2em;
        }        
    }
    dt {
        font-size: 1.58em;
        font-weight: bold;
        @media (max-width: 768px) {
            font-size: 1.4em;
            line-height: 1.4;
        }        
    }
    dd {
        margin-top: 1em;
        font-size: 1.14em;
        @media (max-width: 768px) {
            line-height: 1.5;
        }        
    }
    @media (max-width: 768px) {
        grid-template-columns: 6em 1fr;
    }
}

.c-blk-cta__text {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 2em;
    text-align: center;
    @media (max-width: 600px) {
        font-size: 1.3em;
        text-align: left;
    }    
}

/* ユーティリティ */
.align-c {
    text-align: center;
}
.align-c_pc {
    @media (min-width: 912px) {
        text-align: center;
    }
}
.is-sp600 {
    @media (min-width: 601px) {
        display: none;
    }
}

.mt40 {
    margin-top: 40px;
}
.c-subtext {
    font-size: 1.28em;
    line-height: 1.7;
    margin-bottom: 1em;
}
.c-subtext.align-c {
    font-size: 1.4em;
}

@media (max-width: 912px) {
    .c-subtext {
        font-size: 14px;
    }
}
.-sp {
    display: none;
}
@media (max-width: 912px) {
    .-sp {
        display: inline;
    }
}
.-pc {
    display: inline;
}
@media (max-width: 912px) {
    .-pc {
        display: none;
    }
}

/* セクションタイトル */
.l-section-common h3::before {
    display: none;
}

.w-list-loop {
    margin: 3em auto;
    overflow: hidden;
}
.c-list-letsbanfan {
    display: flex;
    justify-content:center;
    gap: 2.2em;
    img {
        width: 150px;
        height: auto;
        filter: drop-shadow(0 0 10px rgba(0,0,0,.1));
        display: block;
        margin: 0 auto 1em;
    }
    figcaption {
        font-size: 1em;
        text-align: center;
    }
}
.css-slider-loop {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
    gap: 2.2em;
    @media (min-width: 913px) {
        .is-sp {
            display: none;
        }
    }    
    @media (max-width: 912px) {
        animation: infinity-scroll-right 40s infinite linear .5s both;
    }
}
  
@keyframes infinity-scroll-left {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(100%);
    }
  }
  @keyframes infinity-scroll-right {
    from {
      transform: translateX(100%);
    }
    to {
      transform: translateX(0%);
    }
  }


.btn-roundbox {
    background: #a30000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
    text-decoration: none;
    text-align: center;
    line-height: 1;
    padding: 10px 20px;
    border-radius: 100vmax;
    transition: .3s all ease;
    width: 72%;
    max-width: 400px;
    margin: 0 auto;
    overflow: hidden;
}

.l-wrapper_recipes {
    position: relative;
    padding: 64px 0 92px;
    > * {
        position: relative;
        z-index: 1;
    }
    @media (min-width: 913px) {
        &::before {
            content: '';
            display: block;
            width: 100%;
            height: 100%;
            background: url('/banfan/parts/img/bg_recipes01.webp') no-repeat center center / cover;
            position: absolute;
            top: 0;
            left: 0;
            z-index: -2;
        }
        &::after {
            content: '';
            display: block;
            width: 100%;
            height: 100%;
            background: url('/banfan/parts/img/bg_recipes02.webp') no-repeat center 100px / contain;
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
        }
    }
    @media (max-width: 912px) {
        padding: 0;
        background: #fdf2d4;
        &::before {
            content: '';
            display: block;
            width: 100%;
            aspect-ratio: 768 / 196;
            background: url('/banfan/parts/img/bg_recipes01_sp_01.webp') no-repeat center 0 / cover;
        }
        &::after {
            content: '';
            display: block;
            width: 100%;
            aspect-ratio: 768 / 172;
            background: url('/banfan/parts/img/bg_recipes01_sp_02.webp') no-repeat center 0 / cover;
        }
        .inner {
            margin-top: -6em;
        }
    }

}

.c-list-recipes-banfan {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
    gap: 3.2em 3.14%;
    max-width: 1080px;
    margin: 0 auto;
    *+ & {
        margin-top: 2.4em;
    }
    @media (max-width: 480px) {
        & {
            grid-template-columns: 1fr;
        }
    }
}
.c-list-recipes-banfan__item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    gap: 1em;
    figure {
        background: #a30000;
        color: #fff;
        text-align: center;
        figcaption {
            font-size: 1.14em;
            padding: .64em 0;
        }
    }
    h3 {
        margin: 0;
        padding: 0;
        font-size: 1.4em;
        font-family: "noto sans japanese", sans-serif;
    }
    p {
        color: #242424;
        padding: 0 1.2em;
        font-size: 1.14em;
    }
    ul {
        margin-top: 1em;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: .5em;
    }
    .c-btn {
        display: flex;
        justify-content: center;
        align-items:center;
        font-size: 1.14em;
        padding: .4em 1em;
        border-radius: 100vmax;
        border: 1px solid #a30000;
        color: #a30000;
        background: #fff;
        transition: .3s opacity ease, .3s box-shadow ease;
        &.-recipe {
            background: #a30000;
            color: #fff;
        }
        @media (hover: hover) {
            &:hover {
                opacity: .7;
                box-shadow: 2px 0 4px rgba(255,255,255,.8);
            }
        }
    }
    .-disabled {
        .c-btn {
            opacity: .7;
            pointer-events: none;
            filter: grayscale(1);
            &::before {
                content: 'Coming Soon';
            }
            span {
                display: none;
            }
        }
    }
}

.c-list-banfan_energy {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6.4%;
    max-width: 1080px;
    margin: 3em auto;
    @media (max-width: 912px) {
        grid-template-columns: 1fr;
        gap: 2em;
        width: 90%;
        margin: 3em auto;
    }
}
.c-list-banfan_energy__item {
    text-align: center;
    dt {
        font-size: 1.71em;
        text-align: center;
        color: #fff;
        background: #a30000;
        padding: .64em 0;
        border-radius: .4em;
        @media (max-width: 912px) {
            font-size: 1.5em;
        }        
    }
    dd {
        margin: 1em 0;
        padding: 0 1em;
        color: #a30000;
        font-size: 1.28em;
        line-height: 2;
        @media (max-width: 912px) {
            font-size: 1.2em;
            text-align: left;
        }
    }
}

.c-list-rules {
    display: grid;
    gap: 1em;
    grid-template-columns: repeat(4, 1fr);
    counter-reset: number 0;    
    li {
        position: relative;
        aspect-ratio: 1/1;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background: #fff;
        border-radius: 50%;
        color: #a30000;
        font-size: 1.32em;
        line-height: 1.8;
        font-weight: bold;
        box-shadow: 0 0 16px rgba(202,128,0,.1);
        text-align: center;
        &::before {
            content: counter(number);
            counter-increment: number 1;
            color: #a30000;
            font-family: "Noto Serif JP", serif;
            position: absolute;
            top: .5em;
            font-size: 1.4em;
            opacity: .5;
        }
        @media (max-width: 840px) {
            border-radius: 4em;
        }
        @media (max-width: 480px) {
            font-size: 1.14em;
        }        
    }
    span {
        display: inline-block;
        padding-top: 1.2em;
    }
    @media (max-width: 840px) {
        grid-template-columns: repeat(2, 1fr);
        gap: .64em;
    }
}

footer {
    background: #242424;
    padding: 3.2em 0;
    margin-top: 0;
    .c-title {
        color:#fff !important;
        font-family: "Noto Serif JP", serif;
        font-size: 2em;
        span {
            font-size: .75em;
            margin-left: .5em;
        }
    }
    p, small {
        color:#fff !important;
    }
}



.hl-hero-copy {
    width: 980px;
    position: absolute;
    z-index: 10;
    top: 110px;
    left: 50%;
    translate: -50% 0;
    span {
        display: block;
        width: 100%;
        height: auto;
        clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
        transition: 1s clip-path;
        transition-delay: .7s;
    }
    img {
        width: 100%;
        height: auto;
    }
    @media (max-width: 912px) {
        width: calc((650 / 768) * 100vw);
        top: calc((92 / 768) * 100vw);
    }
    .is-active & span {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}




.obj-hero_menus {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: -120px;
    translate: -50% 0;
    transition: .5s bottom, .5s opacity;
    transition-delay: 3.4s;
    opacity: 0;
    li {
        position: relative;
        img {
            filter: drop-shadow(5px 5px 10px rgba(0,0,0,.35));
            transition: .5s rotate;
            transition-delay: 3.4s;
            rotate: -135deg;
        }
    }
    @media (min-width: 913px) {
        li:nth-of-type(1) {
            top: -160px;
        }
        li:nth-of-type(2) {
            left: -24px;
        }
        li:nth-of-type(3) {
            top: -40px;
        }
        li:nth-of-type(4) {
            right: -24px;
        }
        li:nth-of-type(5) {
            top: -160px;
        }
    }
    @media (max-width: 912px) {
        flex-wrap: wrap;
        bottom: calc((-120 / 768) * 100vw);
        width: 120vw;
        gap: calc((100 / 768) * 100vw) calc((48 / 768) * 100vw);
        img {
            width: calc((250 / 768) * 100vw);
            height: auto;
        }
        li:nth-of-type(2) {
            top: calc((88 / 768) * 100vw);
        }
        li:nth-of-type(4) {
            left: -4vw;
            top: -4vw;
        }
        li:nth-of-type(5) {
            right: -4vw;
        }                
    }
    .is-active & {
        bottom: -60px;
        opacity: 1;
        img {
            rotate: 0deg;
        }
        @media (max-width: 912px) {
            bottom: calc((-60 / 768) * 100vw);
        }
    }
}

.l-wrapper {
    position: relative;
    padding-bottom: 4em;
    z-index: 1;
    &::before {
        content: '';
        display: block;
        width: 100%;
        height: 1720px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        background: linear-gradient(-180deg, #f7d472 0%, transparent 100%);
        
    }
    &::after {
        content: '';
        display: block;
        width: 100%;
        height: 720px;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
        background: linear-gradient(0deg, #f7d472 0%, transparent 100%);
        opacity: .64;        
    }
    @media (max-width: 912px) {
        padding-bottom: 1em;
    }
}

.-marker {
    background:linear-gradient(transparent 60%, #fff 60%);
}


.js-scroll-trigger {
    transition: .5s all ease;
    opacity: 0;
    &.-slideup {
        transform: translateY(100px);
    }
    &.is-animated {
        opacity: 1;
        transform: translateY(0);
    }
}
