@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yantramanav&display=swap');

/* =============================================
   PC (min-width: 1024px)
   ============================================= */
@media (min-width: 1024px) {
    .sp-none {
        display: none !important;
    }

    html {
        width: 100%;
        overflow-x: hidden;
    }

    body {
        margin: 0;
        font-family: 'Noto Sans JP', sans-serif;
    }

    .top-header {
        display: block;
        width: 100%;
        height: 55.5vw;
        overflow: hidden;
        position: relative;
    }

    .header-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        overflow: hidden;
        z-index: 1;
        filter: brightness(0.5);
        transform: scale(1.5);
    }

    .top-header video {
        width: 100%;
        height: auto;
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
    }

    .header-overlay {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 2;
        opacity: 1;
        background: url(../img/common/kv_dot.png) repeat 0 0;
        background-size: 4px 4px;
    }

    .header-overlay::before {
        content: '';
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3;
    }

    .header-overlay .v2 {
        position: absolute;
        top: 0;
        left: 50%;
        width: 50%;
        height: 100%;
        opacity: 50%;
        filter: none;
    }

    h1.top_ttl {
        display: block;
        position: absolute;
        font-size: clamp(20px, 2.2vw, 30px);
        width: max-content;
        height: max-content;
        margin: auto;
        writing-mode: vertical-lr;
        color: white;
        z-index: 2;
        font-family: Yu Mincho, YuMincho, serif;
        font-weight: normal;
        letter-spacing: 4.9px;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        line-height: 2;
    }

    .homepage-main {
        width: 100%;
        height: max-content;
        overflow: hidden;
    }

    .accelerating_global_expansion {
        text-align: center;
        margin-top: 30px;
    }

    .floating-image {
        width: 100%;
        opacity: 0;
        transition: opacity 1s ease-out, transform 1s ease-out;
    }

    .float-in {
        opacity: 1;
        transform: translateY(0);
    }

    .accelerating_global_expansion a:hover {
        opacity: 0.8;
    }

    .hp1 {
        display: block;
        width: 67%;
        height: max-content;
        float: right;
        padding-bottom: 55px;
    }

    .hp1-text-parent {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        margin-top: 5px;
    }

    .hp1 img {
        width: 100%;
    }

    h3.hp1-ttl {
        margin: 0;
        width: max-content;
        padding-right: 15px;
        color: #bd1821;
        font-weight: bolder;
        font-size: 20px;
        letter-spacing: 6px;
    }

    .hp-line {
        border-left: 0.1px solid #bd1821;
        height: 60px;
        width: 2%;
    }

    .hp1-text {
        width: max-content;
        font-size: 13px;
        letter-spacing: 2px;
        color: #000;
        line-height: 1.6;
    }

    .hp2 {
        display: block;
        width: 67%;
        height: max-content;
        float: left;
        padding-bottom: 55px;
    }

    .hp2-text-parent {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        margin-top: 5px;
    }

    .hp1-text-parent .note,
    .hp2-text-parent .note {
        font-size: 11px;
        margin-top: 3px;
    }

    .hp2 img {
        width: 100%;
    }

    h3.hp2-ttl {
        margin: 0;
        width: max-content;
        padding-right: 15px;
        color: #bd1821;
        font-weight: bolder;
        font-size: 20px;
        letter-spacing: 6px;
    }

    .hp2-text {
        width: max-content;
        font-size: 13px;
        letter-spacing: 2px;
        color: #000;
        line-height: 1.6;
    }

    .ob-parent {
        width: 28%;
        height: auto;
        margin: 50px auto 0;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 60px 0px 55px 0%;
    }

    .ob-parent img {
        width: 70%;
    }

    h2.ob {
        font-size: 30px;
        margin: 1% 7%;
        font-family: yu-mincho-pr6n, sans-serif;
        font-style: normal;
        font-weight: bold;
        letter-spacing: 2px;
    }

    .scroll-d {
        writing-mode: vertical-rl;
        font-size: 10px;
        letter-spacing: 2px;
        padding-right: 2%;
    }

    .hp-parent1 {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        overflow: hidden;
    }

    .hp-parent2 {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }

    p.cw {
        writing-mode: vertical-lr;
        color: #bd1821;
        font-weight: bold;
        font-size: 11px;
        margin: 0px 10px;
        letter-spacing: 2.5px;
        font-family: yantramanav, sans-serif;
        text-decoration: none;
    }

    .home-rec-parent {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        padding-top: 2%;
    }

    .home-rec-parent a{text-decoration: none; width: 100%;}

    .home-rec {
        display: flex;
        width: 48%;
        height: max-content;
    }

    .home-rec img {
        width: 100%;
        max-width: 100%;
        height: auto;
        height: 100%;
    }

    .home-rec2 {
        width: 52%;
        display: flex;
        align-items: flex-start;
        background: #bd1821;
        flex-direction: column;
        justify-content: center;
    }

    .home-rec2 img {
        width: 25%;
        display: flex;
        padding-left: 16%;
        box-sizing: content-box;
    }

    h2.home-rec-text {
        font-size: 20px;
        padding-left: 23%;
        color: white;
        text-align: center;
        margin-block-end: 0;
        line-height: 0.9;
        letter-spacing: 4px;
        font-weight: normal;
    }

    span.home-rec-text2 {
        font-size: 10px;
        text-align: center;
        margin: 0;
        letter-spacing: 2px;
    }

    .home-more-info {
        display: flex;
        width: max-content;
        margin: auto;
        text-align: left;
        padding-top: 65px;
    }

    h2.home-info-ttl,
    h2.home-info-ttl2,
    h2.home-info-ttl3 {
        color: #bd1821;
        font-weight: bold;
        font-size: 17px;
        letter-spacing: 2px;
        margin-top: 0;
        text-align: center;
    }

    h2.home-info-ttl a,
    h2.home-info-ttl2 a,
    h2.home-info-ttl3 a{color: #bd1821; text-decoration: none; font-weight: bold;}

    h2.home-info-ttl a:hover,
    h2.home-info-ttl2 a:hover,
    h2.home-info-ttl3 a:hover{text-decoration: underline;}

    ul.home-info,
    ul.home-info3 {
        margin: 0;
    }

    ul.home-info {
        padding-inline-start: 110px;
        margin-top: 15px;
    }

    ul.home-info2 {
        padding-inline-start: 79px;
        margin-top: 15px;
    }

    ul.home-info3 {
        padding-inline-start: 73px;
        margin-top: 15px;
    }

    li.home-info,
    li.home-info2,
    li.home-info3 {
        text-align: left;
        line-height: 2.4;
        list-style-type: none;
        display: flex;
        font-size: 13px;
        flex-wrap: wrap;
    }

    li.home-info a,
    li.home-info2 a,
    li.home-info3 a{color: #000; text-decoration: none; font-size: 13px;}

    li.home-info3 a{width: 100%;}

    li.home-info a:hover,
    li.home-info2 a:hover,
    li.home-info3 a:hover{text-decoration: underline;}

    li.home-info::before,
    li.home-info2::before,
    li.home-info3::before {
        content: "-";
        text-indent: -11px;
    }

    .home-info-1 {
        width: 270px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .home-info-2 {
        width: 280px;
        border-left: 0.1px solid gray;
        border-right: 0.1px solid gray;
    }

    .home-info-3 {
        width: 270px;
        display: flex;
        flex-direction: column;
    }

    .home-news {
        width: max-content;
        margin: auto;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding-bottom: 60px;
        padding-top: 85px;
    }

    h2.news-ttl {
        margin-top: 35px;
        margin-bottom: 20px;
        color: #bd1821;
        font-size: 20px;
        letter-spacing: 2px;
    }

    .news-content {
        display: flex;
        flex-direction: row;
        line-height: 2.6;
        font-size: 13px;
        letter-spacing: 2px;
    }

    .news-date {
        color: #bd1821;
        padding-right: 23px;
        letter-spacing: 0.8px;
        font-weight: bold;
    }

    .news-ttl2 {
        letter-spacing: 2.5px;
    }

    .news-ttl2 a{text-decoration: none; color: #000;}
    .news-ttl2 a:hover{text-decoration: underline;}

    .home-map {
        width: 100%;
        height: 410px;
        overflow: hidden;
        padding-top: 2%;
    }

    /* aos animation */

    .reveal-holder {
        position: relative;
        display: flex;
        overflow: hidden;
        flex-direction: row;
    }

    .reveal-holder a{text-decoration: none;}

    .reveal-holder2 {
        position: relative;
        display: flex;
        overflow: hidden;
        flex-direction: row;
    }

    .reveal-holder.left {
        justify-content: flex-end;
    }

    .reveal-holder.right {
        justify-content: flex-start;
    }

    .reveal-holder .reveal-block {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: white;
    }

    .reveal-holder2 .reveal-block2 {
        position: absolute;
        top: 0;
        width: 100%;
        height: 35%;
        background: white;
    }

    .reveal-holder2 .reveal-block2::before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #bd1821;
        transition-property: transform, -webkit-transform;
    }

    .reveal-holder .reveal-block::before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: white;
        transition-property: transform, -webkit-transform;
    }

    .reveal-block.top.aos-animate::before,
    .reveal-block.bottom.aos-animate::before {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    .reveal-block.left.aos-animate::before,
    .reveal-block.right.aos-animate::before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .reveal-block.top::before {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
    }

    .reveal-block.left::before {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
    }

    .reveal-block.right::before {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
    }

    .reveal-block.bottom::before {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
    }

    /* AOS animate */

    [data-aos="reveal-top"],
    [data-aos="reveal-left"],
    [data-aos="reveal-right"],
    [data-aos="reveal-bottom"] {
        transition-property: transform, -webkit-transform;
        transition-delay: 0.5s;
    }

    [data-aos="reveal-top"] {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    [data-aos="reveal-top"].aos-animate {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
    }

    [data-aos="reveal-left"] {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    [data-aos="reveal-left"].aos-animate {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
    }

    [data-aos="reveal-right"] {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    [data-aos="reveal-right"].aos-animate {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
    }

    [data-aos="reveal-bottom"] {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    [data-aos="reveal-bottom"].aos-animate {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
    }

    [data-aos="reveal-item"] {
        visibility: hidden;
        transition-property: visibility;
        transition-duration: 0s;
    }

    [data-aos="reveal-item"].aos-animate {
        visibility: visible;
    }

    /* end aos animation */

    /* slider */

    .slider-parent {
        width: 100%;
        height: auto;
        max-height: 212px;
        display: flex;
        justify-content: center;
        flex-direction: row;
        padding-top: 60px;
    }

    .slider-holder {
        width: 75%;
        float: left;
    }

    .slider-holder img {
        height: 212px;
        object-fit: contain;
        image-rendering: -webkit-optimize-contrast;
    }

    p.cw-rvt {
        writing-mode: vertical-lr;
        color: #bd1821;
        font-weight: bold;
        font-size: 11px;
        margin: 0px 5px;
        letter-spacing: 2.5px;
        font-family: yantramanav, sans-serif;
    }

    /* slider */
}

/* =============================================
   SP (max-width: 1023px)
   ============================================= */
@media (max-width: 1023px) {
    html { font-size: 62.5%; }

    .pc-none {
        display: none !important;
    }

    body {
        margin: 0;
        font-family: 'Noto Sans JP', sans-serif;
        text-rendering: geometricPrecision;
    }

    .top-header {
        display: block;
        width: 100%;
        height: 100%;
        min-height: 79vh;
        overflow: hidden;
        position: relative;
    }

    .header-overlay {
        content: '';
        width: 100%;
        height: 99.5%;
        position: absolute;
        z-index: 2;
        opacity: 1;
        background: url(../img/common/kv_dot.png) repeat 0 0;
        background-size: 4px 4px;
    }

    .header-overlay::before {
        content: '';
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3;
    }

    .header-overlay img {
        opacity: 30%;
    }

    .top-header img {
        position: relative;
        top: 0px;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
        filter: brightness(0.8);
    }

    .top_ttl {
        display: flex;
        font-size: clamp(20px, 3vw, 35px);
        width: 100%;
        height: 50%;
        margin: auto;
        writing-mode: vertical-lr;
        color: white;
        z-index: 3;
        position: absolute;
        font-family: Yu Mincho, YuMincho, serif;
        font-weight: normal;
        letter-spacing: 5px;
        flex-direction: column;
        justify-content: center;
        margin-top: 50%;
        line-height: 2;
    }

    .homepage-main {
        width: 100%;
        height: max-content;
        overflow: hidden;
    }

    .accelerating_global_expansion {
        margin: 20px auto 0;
        width: 90vw;
    }

    .floating-image {
        opacity: 0;
        transition: opacity 1s ease-out, transform 1s ease-out;
    }

    .float-in {
        opacity: 1;
        transform: translateY(0);
    }

    .hp1 {
        display: block;
        width: 100%;
        height: max-content;
        float: right;
        padding-bottom: 28px;
    }

    .hp1-text-parent {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding-top: 15px;
    }

    .hp1 img {
        width: 100%;
        height: auto;
    }

    h3.hp1-ttl {
        margin: 0;
        width: max-content;
        padding-right: 2%;
        color: #bd1821;
        font-size: 2rem;
    }

    .hp1-text {
        width: 90%;
        font-size: 1.6rem;
        letter-spacing: 1.4px;
        color: #000;
        line-height: 1.4;
    }

    .hp2 {
        display: block;
        width: 100%;
        height: max-content;
        float: left;
        padding-bottom: 28px;
    }

    .hp2-text-parent {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        padding-top: 10px;
    }

    .hp1-text-parent .note,
    .hp2-text-parent .note {
        font-size: 14px;
        margin-top: 5px;
    }

    .hp2 img {
        width: 100%;
        height: auto;
    }

    h3.hp2-ttl {
        margin: 0;
        width: max-content;
        padding-right: 2%;
        color: #bd1821;
        font-size: 2rem;
    }

    .hp-line {
        border-top: 1px solid #bd1821;
        height: 1px;
        width: 60%;
        margin: 6px 2px 12px 2px;
    }

    .hp2-text {
        width: 90%;
        font-size: 1.6rem;
        letter-spacing: 1.4px;
        color: #000;
        line-height: 1.4;
    }

    .ob-parent {
        width: 70%;
        height: auto;
        margin: auto;
        text-align: center;
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 8% 0%;
    }

    .ob-parent img {
        width: 50%;
    }

    h2.ob {
        font-size: 5.5vw;
        margin: 1% auto;
        font-family: yu-mincho-pr6n, sans-serif;
    }

    .scroll-d {
        writing-mode: vertical-rl;
        font-size: 1.9vw;
        letter-spacing: 2px;
    }

    .hp-parent1 {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .hp-parent2 {
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-start;
    }

    p.cw {
        color: #bd1821;
        font-weight: bold;
        margin: 0px 0px 3px 10px;
        width: max-content;
        font-family: yantramanav, sans-serif;
        overflow: hidden;
        font-size: 11.5px;
        letter-spacing: 2px;
    }

    .home-rec-parent {
        width: 100%;
        height: max-content;
        display: flex;
        flex-direction: column;
    }

    .home-rec-parent a{text-decoration: none;}

    .home-rec {
        display: flex;
        width: 100%;
    }

    .home-rec img {
        width: 100%;
        height: 100%;
        padding-top: 30px;
    }

    .home-rec2 {
        width: 100%;
        height: 210px;
        display: flex;
        align-items: center;
        background: #bd1821;
        flex-direction: column;
        justify-content: center;
    }

    .home-rec2 img {
        width: 38%;
        margin-top: -5px;
    }

    h2.home-rec-text {
        font-size: 32px;
        width: max-content;
        color: white;
        text-align: center;
        margin: 0;
        line-height: 1.2;
        font-weight: normal;
    }

    span.home-rec-text2 {
        font-size: 2vw;
        text-align: center;
        margin: 0;
        letter-spacing: 1.5px;
    }

    .home-more-info {
        display: flex;
        flex-direction: column;
        width: 90%;
        margin: auto;
        text-align: left;
        padding: 10% 0% 0% 0%;
    }

    h2.home-info-ttl,
    h2.home-info-ttl2,
    h2.home-info-ttl3,
    h2.home-info-ttl4 {
        color: #bd1821;
        height: 96%;
        margin: 0;
        font-size: 16px;
        font-weight: bold;
    }

    h2.home-info-ttl a,
    h2.home-info-ttl2 a,
    h2.home-info-ttl3 a,
    h2.home-info-ttl4 a{color: #bd1821; text-decoration: none; font-weight: bold;}

    ul.home-info,
    ul.home-info2,
    ul.home-info3 {
        padding-left: 28px;
        margin-bottom: 25px;
        margin-top: 5px;
    }

    li.home-info,
    li.home-info2,
    li.home-info3,
    li.home-info4 {
        text-align: left;
        line-height: 2;
        font-size: 14px;
        list-style-type: none;
        display: flex;
        flex-wrap: wrap;
    }

    li.home-info a,
    li.home-info2 a,
    li.home-info3 a,
    li.home-info4 a{text-decoration: none; color: #000; width: 100%; font-size: 14px;}

    li.home-info3 a{width: 100%;}

    li.home-info::before,
    li.home-info2::before,
    li.home-info3::before,
    li.home-info4::before {
        content: "-";
        text-indent: -22px;
    }

    .home-info-1,
    .home-info-2,
    .home-info-3,
    .home-info-4 {
        height: 100%;
        overflow: hidden;
        padding-left: 15%;
    }

    video {
        height: 100%;
        min-height: 157vw;
        margin-top: 52px;
        transform: translateX(-90vw);
    }

    .home-news {
        padding-top: 10%;
        padding-bottom: 10%;
        width: 100%;
        margin: auto;
        text-align: center;
    }

    h2.news-ttl {
        color: #bd1821;
        width: 80%;
        margin: 0% auto 5%;
        text-align: center;
        font-size: 16px;
        line-height: 1.5;
        font-weight: bold;
    }

    .news-content {
        display: flex;
        width: 100%;
        margin: 0% auto 3%;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: flex-start;
        text-decoration: none;
        color: inherit;
    }

    .news-date {
        color: #bd1821;
        width: 20%;
        padding: 0% 0%;
        text-align: left;
        font-size: 14px;
        text-decoration: none;
        font-weight: bold;
    }

    .news-ttl2 {
        width: 70%;
        text-align: left;
        font-size: 14px;
    }

    .news-ttl2 a{text-decoration: none; color: #000;}

    .home-map {
        width: 100%;
        height: 269px;
        overflow: hidden;
        padding-top: 10%;
    }

    /* aos animation */

    .reveal-holder {
        position: relative;
        display: flex;
        overflow: hidden;
        flex-direction: column;
    }

    .reveal-holder a{text-decoration: none;}

    .reveal-holder2 {
        position: relative;
        display: flex;
        overflow: hidden;
        flex-direction: row;
    }

    .reveal-holder.right {
        position: relative;
        display: flex;
        overflow: hidden;
        flex-direction: column-reverse;
    }

    .reveal-holder .reveal-block {
        position: absolute;
        top: 0;
        width: 100%;
        height: 101%;
        background: white;
    }

    .reveal-holder .reveal-block::before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: white;
        transition-property: transform, -webkit-transform;
        transition-duration: 5.5s;
    }

    .reveal-holder2 .reveal-block2 {
        position: absolute;
        top: 0;
        width: 35%;
        height: 100%;
        background: white;
    }

    .reveal-holder2 .reveal-block2::before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #bd1821;
        transition-property: transform, -webkit-transform;
    }

    .reveal-block.gradient::before {
        background: linear-gradient(to left, #eebf56, #f46ca3);
    }

    .reveal-block.gradient-two::before {
        background: linear-gradient(to left, #1b9edf, #af74c3);
    }

    .reveal-block.extra {
        background: #1b9edf;
    }

    .reveal-block.extra::before {
        background: #af74c3;
    }

    .reveal-block.top.aos-animate::before,
    .reveal-block.bottom.aos-animate::before {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    .reveal-block.left.aos-animate::before,
    .reveal-block.right.aos-animate::before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .reveal-block.top::before {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
    }

    .reveal-block.left::before {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
    }

    .reveal-block.right::before {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
    }

    .reveal-block.bottom::before {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
    }

    /* AOS animate */

    [data-aos="reveal-top"],
    [data-aos="reveal-left"],
    [data-aos="reveal-right"],
    [data-aos="reveal-bottom"] {
        transition-property: transform, -webkit-transform;
        transition-delay: 0.5s;
    }

    [data-aos="reveal-top"] {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    [data-aos="reveal-top"].aos-animate {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
    }

    [data-aos="reveal-left"] {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    [data-aos="reveal-left"].aos-animate {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
    }

    [data-aos="reveal-right"] {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    [data-aos="reveal-right"].aos-animate {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
    }

    [data-aos="reveal-bottom"] {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    [data-aos="reveal-bottom"].aos-animate {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
    }

    [data-aos="reveal-item"] {
        visibility: hidden;
        transition-property: visibility;
        transition-duration: 0s;
    }

    [data-aos="reveal-item"].aos-animate {
        visibility: visible;
    }

    /* end aos animation */

    /* slider */

    .slider-parent {
        width: 100%;
        height: auto;
        max-height: 245px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .slider-holder {
        width: 90%;
        margin: auto;
    }

    p.cw-rvt {
        color: #bd1821;
        font-weight: bold;
        padding-bottom: 0px;
        margin: auto;
        width: 90%;
        font-family: yantramanav, sans-serif;
        overflow: hidden;
        font-size: 11.5px;
        letter-spacing: 2px;
    }

    /* slider */
}
