@charset "UTF-8";


/* movie */
#movie_Area {
    width: 100%;
    background-color: #000;
    position: relative;
}

#movie_Area a.visiton-site-btn {
    position: absolute;
    display: block;
    bottom: 70px;
    right: 25px;
    /* max-width: 210px; */
    max-width: 420px;
    width: 20%;
    transition: .3s;
    z-index: 10;
}

#movie_Area a.visiton-site-btn:hover {
    opacity: .5;
}

#movie_Area .movie_Box {
    position: relative;
    /* height: 440px; */
    /* height: 760px; */
    padding-top: 46.65%;
    overflow: hidden;
    z-index: 2;
}

#movie_Area .movie_Box video {
    display: block;
    position: absolute;
    width: 86%;
    /* top: 50%;
    left: 50%;
    height: 900px;
    transform: translate(-50%, -52%); */
    top: 10px;
    left: 50%;
    /* height: 790px; */
    transform: translatex(-50%);
}

#movie_Area .movie_Box a.video-link {
    display: block;
    position: absolute;
    width: 86%;
    max-width: initial;
    /* top: 50%;
    left: 50%;
    height: 900px;
    transform: translate(-50%, -52%); */
    top: 10px;
    left: 50%;
    bottom: initial;
    /* height: 790px; */
    transform: translatex(-50%);
}

/* .movie_Box a {
    position: absolute;
    display: block;
    bottom: 70px;
    left: 50%;
    max-width: 210px;
    width: 100%;
    transition: .3s;
    transform: translateX(-50%);
}

.movie_Box a:hover {
    opacity: .5;
} */

#movie_Area img {
    width: 100%;
}

.lity-close-btn {
    position: absolute;
    top: 17%;
    right: 10%;
    font-size: 30px;
    color: #000;
    background: rgba(255, 255, 255, 0.85);
    border: none;
    cursor: pointer;
    z-index: 9999;
    padding: 0px 10px;
    border-radius: 5px;
}

.movie_btn {
    position: relative;
    /* margin: -60px auto 50px; */
    margin: -60px auto 15px;
    display: flex;
    justify-content: center;
    width: 900px;
    max-width: 90%;
    z-index: 10;
}

.movie_btn a {
    width: 400px;
    max-width: 90%;
    margin: 0 10px;
    transition: 0.3s;
    box-shadow: 0px 0px 10px #333;
}

.movie_btn a:hover {
    opacity: 0.8;
}

.btn_area {
    width: 820px;
    max-width: 90%;
    margin: 0 auto 15px;
    /* margin: 0 auto 70px; */
}

.btn_area a {
    display: block;
    transition: all .5s;
}

.btn_area a:nth-of-type(n+2) {
    margin-top: 15px;
}

.btn_area a:hover {
    opacity: 0.7;
}

.btn_area:last-of-type {
    margin-bottom: 70px;
}



/* main */

#main img {
    max-width: 100%;
}



.energy {
    width: 777px;
    max-width: 90%;
    margin: 100px auto 100px;
}

.energy a {
    width: 263px;
    max-width: 90%;
    margin: 30px auto 0;
    display: block;
}

.energy img {
    max-width: 100%;
}


.sec_area {
    width: 100%;
    text-align: center;
    margin: 0 auto 100px;
}

#top_company_section.sec_area {
    margin: 80px auto 0;
}

.sec_area h2.ttl {
    height: 103px;
    margin-bottom: 40px;
}

.sec_area h2.ttl img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.sec_area .bg_about {
    width: 100%;
    color: #fff;
    font-weight: bold;
    line-height: 1.8;
    font-size: 20px;
    background: url(../img/bg_about.jpg) no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
    position: relative;
    padding-top: 26%;
}

.sec_area .bg_about strong {
    font-size: 35px;
    letter-spacing: 5px;
}

.sec_area .bg_about a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    /* padding: 100px 0; */
    transition: 0.3s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

.sec_area .bg_about a p {
    margin: 30px auto 0;
}

.sec_area .bg_about a p span {
    padding: 10px 50px;
    border: 1px solid #fff;
    border-radius: 10px;
    letter-spacing: 4px;
}

.sec_area .bg_about a:hover p span {
    background: #fff;
    color: #333;
}

.sec_area .bg_recruit {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
    padding: 100px 0;
    color: #fff;
    font-weight: bold;
    line-height: 1.8;
    font-size: 25px;
    background: url(../img/bg_recruit.jpg) no-repeat;
    background-size: cover;
}

.sec_area .mis_area {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.sec_area .mis_area li {
    width: 50%;
    color: #fff;
}

.sec_area .mis_area li a {
    display: block;
    padding: 100px 0;
    transition: 0.3s;
}

.sec_area .mis_area li .ic {
    width: 45px;
    margin: 0 auto 15px;
}

.sec_area .mis_area li h3 {
    padding-bottom: 15px;
}

.sec_area .mis_area li h3 span {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.5;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
}

.sec_area .mis_area li.bg_energie {
    background: url(../img/bg_mission01.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

.sec_area .mis_area li.bg_energie a {
    display: block;
    color: #fff;
}

.sec_area .mis_area li.bg_jigyo {
    background: url(../img/bg_mission02.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

.sec_area .mis_area li.bg_jigyo a {
    display: block;
    color: #fff;
}


/*News*/
.news_area {
    width: 960px;
    max-width: 95%;
    margin: 0 auto;
}

.news_area ul {
    border-top: 1px solid #b5b5b6;
    border-bottom: 1px solid #b5b5b6;
}

.news_area ul li {
    width: 100%;
    border-bottom: 1px solid #b5b5b6;
    padding: 15px 0;
}

.news_area ul li:last-child {
    border-bottom: none;
}

.news_area ul li dl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 40px;
    text-align: left;
    font-size: 14px;
}

.news_area ul li dl dt {
    margin-right: 15px;
    padding: 4px 15px 4px 0;
    display: flex;
    align-items: center;
}

.news_area ul li dl dt p {
    color: #fff;
    padding: 5px 10px;
    min-width: 120px;
    /* min-width: 110px; */
    margin-right: 10px;
    text-align: center;
}

.news_area ul li dl dd {
    line-height: 1.5;
}

.news_area ul li dl dd a {
    color: #333;
}

.news_area ul li.n_energie dl dt {
    border-right: 3px solid #25841d;
}

.news_area ul li.n_energie dl dt p {
    /*グラデーション*/
    background: #45b152;
    background: -moz-linear-gradient(top, #45b152 0%, #007b41 100%);
    background: -webkit-linear-gradient(top, #45b152 0%, #007b41 100%);
    background: linear-gradient(to bottom, #45b152 0%, #007b41 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45b152', endColorstr='#007b41', GradientType=0);
    /*グラデーション*/
}

.news_area ul li.n_hanbai dl dt {
    border-right: 3px solid #eb6d8e;
}

.news_area ul li.n_hanbai dl dt p {
    /*グラデーション*/
    background: #eb6d8e;
    background: -moz-linear-gradient(top, #eb6d8e 0%, #e8456c 100%);
    background: -webkit-linear-gradient(top, #eb6d8e 0%, #e8456c 100%);
    background: linear-gradient(to bottom, #eb6d8e 0%, #e8456c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb6d8e', endColorstr='#e8456c', GradientType=0);
    /*グラデーション*/
}

.news_area ul li.n_company dl dt {
    border-right: 3px solid #3773bd;
}

.news_area ul li.n_company dl dt p {
    /*グラデーション*/
    background: #3773bd;
    background: -moz-linear-gradient(top, #3773bd 1%, #004ea2 100%);
    background: -webkit-linear-gradient(top, #3773bd 1%, #004ea2 100%);
    background: linear-gradient(to bottom, #3773bd 1%, #004ea2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3773bd', endColorstr='#004ea2', GradientType=0);
    /*グラデーション*/
}

.news_area ul li.important dl dt {
    border-right: 3px solid #CA0000;
}

.news_area ul li.important dl dt p {
    /*グラデーション*/
    background: #CA0000;
    background: -moz-linear-gradient(top, #CA0000 1%, #dc3636 100%);
    background: -webkit-linear-gradient(top, #CA0000 1%, #dc3636 100%);
    background: linear-gradient(to bottom, #CA0000 1%, #dc3636 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3773bd', endColorstr='#004ea2', GradientType=0);
    /*グラデーション*/
}

.news_area ul li.doc {
    background: url(../img/ic_doc.png) no-repeat;
    background-size: 20px;
    background-position: right 10px center;
}

.news_area ul li.pdf {
    background: url(../img/ic_pdf.png) no-repeat;
    background-size: 20px;
    background-position: right 10px center;
}

.news_link {
    display: block;
    color: #036eb8;
    font-size: 18px;
    margin: 20px auto 0;
}

.news_link span {
    border-bottom: 1px solid #036eb8;
    padding-bottom: 5px;
}

/* 重要なお知らせ追加_20230501 */
.news_area .add_important {
    margin-bottom: 20px;
}

.news_area .add_important_list {
    color: currentColor;
    background: url(../img/icon-arrow-03.png) no-repeat right 25px top 50%/8px auto;
    text-decoration: none;
}

.news_area .add_important_list .title {
    width: 130px;
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 2.14286;
    color: #fff;
    text-align: center;
    background: #000;
    border-radius: 4px;
}

.news_area .add_important_list .date {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 1.875;
    border-right: 1px solid #eee;
    padding: 0 18px 0 22px;
    margin: 0 22px 0 0;
}

.news_area .add_important_list a {
    display: block;
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 1.71429;
    margin: 0;
}

/* 公正取引委員会の排除措置命令に基づくお知らせ */
.btn_area {
    margin: 0 auto 70px;
}

/* .btn_area:last-of-type {
    display: none;
    margin: 0 auto 70px;
} */

/* 20240124追加_トップお知らせカテゴリー検索実装 */
.search-list__item {
    min-width: 140px;
    /* color: #F18D00; */
    color: #0073bd;
    appearance: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    /* color: inherit; */
    background-color: #fff;
    border-radius: 4px;
    /* border: 1px solid #F18D00; */
    border: 1px solid #0073bd;
    display: inline-block;
    padding: 10px;
    cursor: pointer;
}

.search-list__item.is-active {
    color: #fff;
    text-decoration: underline;
    /* background-color: #F18D00;
    border: 1px solid #F18D00; */
    background-color: #0073bd;
    border: 1px solid #0073bd;
    /* border-bottom: 1px solid #fff; */
}

.entry-list {
    margin-top: 2em;
}

/* .entry-list__item+.entry-list__item {
    margin-top: 1em;
} */

.entry-list__item.is-hide {
    display: none;
}

/* お知らせ部分レイアウト調整 */
.news_area ul {
    /* box-sizing: border-box;
    max-height: 260px;
    min-height: 1em;
    overflow-y: scroll; */
    border-bottom: none;
}

.news_area ul li:last-child {
    border-bottom: 1px solid #ccc;
}

.search-list__item.list_news {
    /* background: #868889; */
}

.search-list__item.list_release {
    /* background: linear-gradient(90deg, #3a55fd 0, #0090ea 100%); */
    /* background: #fff; */
    /* background: #0097E2; */
    /* border: 1px solid #3a55fd; */
}

.search-list__item.list_info {
    /* background: linear-gradient(to bottom, #CA0000 1%, #dc3636 100%); */
    /* background: #fff; */
    /* background: #D76C9C; */
    /* border: 1px solid #CA0000; */
}

.search-list__item.list_cost {
    /* background: linear-gradient(90deg, #0eaf4a 0, #17d704 100%); */
    /* background: #fff; */
    /* background: #37bd58; */
    /* border: 1px solid #0eaf4a; */
}

.entry-list__item {
    display: flex;
    align-items: center;
}

.entry-list .left_box {
    display: flex;
    align-items: center;
    padding-right: 20px;
    border-right: 1px solid #ccc;
    margin-right: 20px;
}

.entry-list .left_box .category_txt {
    display: block;
    min-width: 180px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.5px;
    /* color: #333; */
    text-align: center;
    background: #E6E6E6;
    border-radius: 4px;
    padding: 8px 10px;
    margin-right: 20px;
}

.entry-list .left_box .category_txt.color_company {
    background: #3773bd;
}

.entry-list .left_box .category_txt.color_electricity {
    background: #D76C9C;
}

.entry-list .left_box .category_txt.color_renewable {
    background: #37bd58;
}

.entry-list .left_box .category_txt.color_cost {
    background: #958f8f;
}

.entry-list .left_box .category_txt.color_important {
    background: #ca0000;
}

.entry-list .left_box .category_txt.color_elec-important {
    background: #ca0000;
}

.entry-list .left_box .data_txt {
    display: block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
}

.entry-list .right_box {
    flex: 1;
}

.entry-list .right_box a.article_link {
    display: block;
    font-size: 14px;
    color: #000;
    line-height: 1.4;
    text-align: left;
    text-decoration: none;
    background: url(../img/ic_arrow.png) no-repeat;
    background-size: 10px;
    /* background-position: right 13px center;
    padding-right: 30px; */
    background-position: right 25px center;
    padding-right: 50px;
}

.ene-sale-information {
    width: 90%;
    max-width: 820px;
    margin: 40px auto;
}

.ene-sale-information p {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.ene-sale-link {
    justify-content: space-between;
    margin-top: 20px;
}

.ene-sale-link li {
    width: 48%;
}

.ene-sale-link li a {
    display: block;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background-image: -moz-linear-gradient(0deg, rgb(55, 188, 87) 1%, rgb(35, 170, 67) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(55, 188, 87) 1%, rgb(35, 170, 67) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(55, 188, 87) 1%, rgb(35, 170, 67) 100%);
    border-radius: 5px;
    padding: 22px 0;
    box-shadow: 0px 3px 4px 0px rgba(51, 51, 51, 0.4);
    position: relative;
    transition: all .5s;
}

.ene-sale-link li a::after {
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 12px;
}


/* .ene-sale-link li a::before {
content: "";
display: block;
width: 50px;
height: 20px;
background-image: url(../img/icon-pdf.svg);
background-repeat: no-repeat;
background-size: contain;
position: absolute;
top: 50%;
right: 20px;
transform: translateY(-50%);
} */

.ene-sale-link li a:hover {
    opacity: 0.7;
}


/* 2025021メンテ */
#movie_Area {
    background: #fff;
}

#movie_Area .movie_Box {
    padding-top: 53.65%;
}

#movie_Area .movie_Box video {
    width: 100vw;
    top: -50px;
}

#movie_Area .movie_Box a.video-link {
    width: 100%;
}

/* 20250307_メンテ */
#movie_Area a.visiton-site-btn {
    display: none;
}

.movie_btn {
    display: none;
}

.ene-sale-information {
    display: none;
}

.btn_area {
    display: none;
}

.new-bnr {
    margin: 50px auto 0;
}

.new-bnr ul {
    width: 90%;
    justify-content: center;
    margin: 0 auto;
}

.new-bnr ul li {
    max-width: 400px;
}

.new-bnr ul li:nth-of-type(1) {
    margin-right: 2%;
}

.new-bnr ul li a {
    display: block;
    transition: all .5s
}

.new-bnr ul li a:hover {
    opacity: 0.7;
}

.new02-bnr {
    width: 90%;
    margin: 60px auto 0;
}

.new02-bnr ul {
    flex-wrap: wrap;
    justify-content: center;
}

.new02-bnr ul li {
    width: 48%;
    max-width: 460px;
}

.new02-bnr ul li:nth-of-type(1) {
    margin-right: 3%;
}

.new02-bnr ul li a {
    display: block;
    box-shadow: 0px 4px 16px 0px rgba(35, 24, 21, 0.27);
    border-radius: 10px;
    transition: all .5s;
}

.new02-bnr ul li a:hover {
    opacity: 0.7;
}

/* .new02-bnr ul li a img {
    border-radius: 10px;
} */

.new02-bnr ul li .sub-ttl {
    font-size: 22px;
    font-weight: 600;
color: #0073bd;
text-align: center;
margin-bottom: 15px;
}


#top_news_section {
    margin: 50px auto 0;
}

.search-list__item {
    font-weight: 600;
    min-width: initial;
    border-radius: 30px;
    padding: 10px 20px;
}

.search-list__item:nth-of-type(n+1) {
    margin-right: 10px;
}


.search-list__item.is-active #top_company_section {
    margin: 100px auto 0;
}




/*---------------------------
レイアウト調整
---------------------------*/
@media only screen and (min-width: 1920px) {
    .movie_Box {
        padding-top: 46.65%;
    }
}

@media only screen and (max-width: 1300px) {
    .lity-close-btn {
        top: 18%;
        right: 1%;
    }
}

@media only screen and (max-width: 1180px) {
    .lity-close-btn {
        top: 14%;
        right: 1%;
    }
}


/*---------------------------
sp
---------------------------*/

@media only screen and (max-width: 767px) {
    .lity-close-btn {
        top: 18%;
    }

    .movie_Box video {
        max-width: 100%;
        /* transform: translate(-50%, -52%); */
    }

    .movie_Box a {
        bottom: 80px;
    }

    #main {
        padding: 0px 0 0;
    }

    #movie_Area a.visiton-site-btn {
        display: none;
    }

    .movie_Box {
        height: auto;
        /* padding-top: 45%; */
        padding-top: 49%;
        margin-top: 70px;
    }

    .movie_Box video {
        max-width: 100%;
        top: 0;
        /* transform: translate(-50%,-50%); */
        transform: translateX(-50%);
    }

    .movie_Box a {
        max-width: 100px;
        bottom: 15px;
    }

    .vision-link {
        width: 85%;
        /* border: 1px solid #000; */
        margin: 20px auto 0;
    }

    .vision-link a {
        display: block;
    }

    .movie_btn {
        position: relative;
        margin: 15px auto 0;
        /* margin: 40px auto 30px; */
    }

    .movie_btn a {
        width: 45%;
        margin-bottom: 15px;
        box-shadow: 0px 0px 5px #a8a8a8;
    }

    .energy {
        margin: 0 auto 60px;
    }

    .energy a {
        width: 50%;
        margin: 20px auto 0;
    }


    .sec_area h2.ttl {
        height: 60px;
    }

    .sec_area {
        margin: 0 auto 70px;
    }

    .sec_area .bg_about {
        font-size: 19px;
        background-position: center;
        background: url(../img/bg_about_sp.jpg) no-repeat;
        background-size: cover;
        background-position: center;
        font-size: 15px;
        padding-top: 75%;
    }

    .sec_area .bg_about strong {
        font-size: 25px;
        letter-spacing: 0px;
    }

    .sec_area .bg_about a {
        top: 48%;
    }

    .sec_area .mis_area li {
        width: 100%;
        padding: 0px 0;
    }

    .sec_area .mis_area li h3 span {
        font-size: 22px;
    }


    .news_area ul li dl {
        flex-wrap: wrap;
    }

    .news_area ul li dl dt {
        width: 100%;
        padding: 4px 15px 8px 0;
        margin-bottom: 5px;
        margin-right: 5px;
        ;
    }

    .news_area ul li.n_energie dl dt {
        border-right: none;
        border-bottom: 2px solid #25841d;
    }

    .news_area ul li.n_hanbai dl dt {
        border-right: none;
        border-bottom: 2px solid #eb6d8e;
    }

    .news_area ul li.n_company dl dt {
        border-right: none;
        border-bottom: 2px solid #3773bd;
    }

    .sec_area .bg_recruit {
        font-size: 22px;
        background-position: center;
        padding: 70px 0;
    }

    /* 重要なお知らせ追加_20230501 */
    .news_area .add_important_list li {
        flex-wrap: wrap;
    }

    .news_area .add_important_list li a {
        margin-top: 20px;
    }

    .news_area .add_important_list .date {
        border-right: none;
    }

    .news_area ul li.important dl dt {
        border-right: none;
        border-bottom: 2px solid #CA0000;
    }

    .search-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .search-list__item {
        width: 48%;
        min-width: initial;
        margin-right: 4%;
    }

    .search-list__item:nth-of-type(2n) {
        margin-right: 0;
    }

    .search-list__item:nth-of-type(n+3) {
        margin-top: 4%;
    }

    .news_area ul {
        border-top: none;
        margin: 10px 0 0 0;
    }

    .news_area ul li {
        background: url(../img/ic_arrow.png) no-repeat;
        background-size: 10px;
        background-position: right 0 center;
        padding: 0 0;
    }

    .entry-list__item {
        flex-wrap: wrap;
    }

    .entry-list .left_box {
        width: 90%;
        border-right: none;
        /* border-bottom: 1px solid #ccc; */
        padding: 20px 0 10px 0;
        margin-right: 0;
    }

    .entry-list .left_box.border_company {
        /* border-bottom: 2px solid #0097E2; */
        border-bottom: 2px solid #3773bd;
    }

    .entry-list .left_box.border_electricity {
        /* border-bottom: 2px solid #D76C9C; */
        border-bottom: 2px solid #D76C9C;
    }

    .entry-list .left_box.border_renewable {
        border-bottom: 2px solid #37bd58;
    }

    .entry-list .left_box.border_cost {
        /* border-bottom: 2px solid #37bd58; */
        border-bottom: 2px solid #958f8f;
    }

    .entry-list .left_box.border_important {
        border-bottom: 2px solid #ca0000;
    }

    .entry-list .right_box {
        flex: initial;
        width: 100%;
    }

    .entry-list .right_box a.article_link {
        background: none;
        background-position: right 0px center;
        padding: 10px 30px 20px 0;
    }

    .ene-sale-information p {
        font-size: 22px;
    }

    .ene-sale-link {
        flex-wrap: wrap;
    }

    .ene-sale-link li {
        width: 100%;
        margin: 0 auto;
    }

    .ene-sale-link li a {
        font-size: 20px;
        padding: 15px 0;
    }

    .ene-sale-link li:nth-of-type(n+2) {
        margin-top: 15px;
    }

    .ene-sale-link li a::before {
        right: 10px;
    }

    /* 20250221メンテ */
    #movie_Area .movie_Box video {
        top: -10px;
    }

    #top_company_section {
        margin: 80px auto 0;
    }

    #top_company_section.sec_area {
        margin: 60px auto 0;
    }

    .new02-bnr {
        margin: 50px auto 0;
    }

    .new02-bnr ul li {
        width: 100%;
    }

    .new02-bnr ul li:nth-of-type(1) {
        margin-right: 0;
        margin-bottom: 40px;
    }

    .new02-bnr ul li .sub-ttl {
        font-size: 18px;
        margin-bottom: 8px;
    }

}

@media only screen and (max-width: 499px) {
    .lity-close-btn {
        top: 32%;
        right: 3%;
    }
}